@charset "utf-8";
@font-face { 
  font-family:'font1'; 
  src: url('../font/politicaregular.ttf'); 
}
/* CSS Document */
* {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	list-style: none;
	text-decoration: none;
	font-family: "microsoft yahei";
	font-weight: normal;
}
a {
	text-decoration: none;
}

.w-1260 {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1260-1 {
	width: 1260px;
	margin: 0 auto;
}

.w-1300 {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}
.w-1340 {
	width: 1340px;
	margin: 0 auto;
	overflow: hidden;
}
.w-1400 {
	width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}
.mt-3 {
	margin-top: 3px;
}
.mt-5 {
	margin-top: 5px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-50 {
	margin-top: 55px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-150{
	margin-top: 150px;
}

.mb-40{
	margin-bottom: 40px;
}
.mb-30{
	margin-bottom: 30px;
}
.mb-20{
	margin-bottom: 20px;
}

.h20{ width: 100%; height: 20px;}
.h30{ width: 100%; height: 30px;}
.h40{ width: 100%; height: 40px;}
.h50{ width: 100%; height: 50px;}
.h128{ width: 100%; height: 128px;}
.fixednave{
	width: 100%;
	top: 0px;
	left: 0px;
  margin: 0 auto;
  position:absolute;
  z-index:9999; /* 让导航栏浮在网页的高层位置，遇到flash和图片时候也能始终保持最外层 */
}


.top_bj{
	width: 100%;
	height: auto;
	background-color: #666666;
}


.top_01{
	width: 500px;
	height: 26px;
	line-height: 26px;
	float: left;
	color: #c2c2c2;
	text-indent: 10px;
	font-size: 14px;
}


.top_02{
	width: 160px;
	height: 26px;
	background-color: #4e4e4e;
	float: right;
}

.top_02wz{
	font-size: 14px;
	color: #c2c2c2;
	line-height: 26px;
	text-align: center;
}
.top_02wz a{
	font-size: 14px;
	color: #c2c2c2;
	line-height: 26px;
}
.top_02wz a:hover{
	font-size: 14px;
	color: #c8000a;
	line-height: 26px;
}


.dh{
	width: 100%;
	height: auto;
	background-color: #eff0f2;
}

.titlt{
	width: 310px;
	height: auto;
	float: left;
	margin-top: 13px;
	margin-bottom: 18px;
}
.titrt{ width: 910px; float: right; margin-top: 38px; margin-bottom: 20px;}




/*menu*/

/*menu*/

.h-menu-bg{
  width: 100%;
  height: 56px;
  overflow: hidden;
  background-color:#4ab344;
}
.h-menu{
  width: 940px;
  height: 40px;
  text-align: center;
  margin-top: 5px;


}
.h-menu a{
  display: inline-block;
  width: 105px;
  line-height: 40px;
  font-size: 16px;
  margin:0 auto;
  color: #333333;
  transition: all 0.3s ease-out;
}


.h-menu a:hover{
	width: 105px;
	font-size: 16px;
  color: #e10000;
  font-weight: bold;
  text-align: center;
  

}
.h-menu-hover{
	font-size: 16px;
	font-weight: bold;
  color: #e10000 !important;
}






/*------------产品展示----------*/
.anliroll {height:1000px;width: 95%;margin:0px auto;}








/*middle*/
    /*所有标题*/
   
  
.cp1260{
	width: 1260px;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
}
.cp1260 h2{
	width: 100%;
	height: 44px;
	font-size: 36px;
	font-weight: bold;
	color: #10100f;
	text-align: center;
	margin-bottom: 24px;
	margin-top: 12px;	
}
.cp_xian{
	width: 63px;
	border-bottom: 2px #d50202 solid;
	margin: 0 auto;
}

.cp01{
	width: 417px;
	height: 42px;
	background: url(../images/cp01.jpg);
	margin: 0 auto;
	font-size: 24px;
	line-height: 42px;
	text-align: center;
	color: #FFFFFF;
}



	
/*产品分类图片*/
.hx-proc{
  width: 1400px;
  margin-top: 40px;
}
.hx-proc li{
  float: left;
  padding-top: 14px;
  margin-right: 15px;
  margin-bottom: 10px;
  width: 256px;
  height: 350px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  background-color: #d50202;
}
.hx-proc li:hover{
  padding-top: 10px;
  box-shadow: 0px 5px 5px 5px #efefef;
  background-color: #444444;
  border-radius: 15px;
}
.hx-proc li .tu{
  margin:0 auto;
  width: 230px;
  height: 152px;
  box-sizing: border-box;
  overflow: hidden;
}
.hx-proc li:hover .tu{
  border:3px solid #fff;
}
.hx-proc li .tu img{
  width: 100%;
}
.hx-proc li h3{
  display: block;
  padding:12px 0px;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease-out;

}
.hx-proc li:hover h3{
  color: #fff;
}

.hx-proc li .yuan{
	display: block;
  font-size: 20px;
  color: #FFFFFF;
  margin-left: 30px;
  margin-top: 3px;
  float: left;
}

.hx-proc li .zfl{
	display: block;
  font-size: 18px;
  padding:6px 0px;
  color: #FFFFFF;
  margin-left: 20px;
}

.hx-proc li .zfl a{
	display: block;
  font-size: 18px;
  color: #FFFFFF;
  margin-left: 30px;
}
.hx-proc li .zfl a:hover{
	display: block;
  font-size: 18px;
  color: #f5b826;
  margin-left: 30px;
}

/*end 分类1*/


.cp_bj{
	width: 100%;
	height: auto;
	background-color: #f3f3f3;
	margin-top: 30px;
}

.limin{
	width: 100%;
	height: 220px;
	background-color: #ffc607;
}

.limin-01{
  width: 1340px;
  margin-top: 28px;
}
.limin-01 li{
  float: left;
  margin-right: 40px;
  width: 148px;
  height: 174px;
  background: url(../images/limin01.png);
  float: left;
}
.limin-01 li:hover{
  float: left;
  margin-right: 40px;
  width: 148px;
  height: 174px;
  background: url(../images/limin01.png);
  float: left;
  margin-top: -10px;
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.limin-01 li .tubiao{
	width: 68px;
	height: 68px;
	margin: 0 auto;
	margin-top: 26px;
}

.limin-01 li .wz{
	width: 100%;
	height: auto;
	font-size: 26px;
	color: #333333;
	text-align: center;
	margin-top: 5px;
}

.limin_x{
	width: 100%;
	height: 100px;
	background: url(../images/hengxian.jpg) repeat;
}

.a36{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	line-height: 100px;
}



   
  
   
 /*新闻样式*/  
   
.xw_bj{
	width: 100%;
	height: 782px;
	background: url(../images/xinwen_bj.jpg) top center;
	overflow: hidden;
	margin-top: 40px;
}


.xw_title{
	width: 550px;
	height: auto;
	float: right;
}

.xw_title h2{
	width: 100%;
	height: 44px;
	font-size: 40px;
	color: #595959;
	font-weight: bold;
	margin-top: 24px;
}
.xw_title h3{
	width: 100%;
	height: auto;
	font-size: 74px;
	color: #f4f4f4;
	font-weight: bold;
	margin-top: 5px;
	text-transform: uppercase;
}

.xw_xian{
	width: 70px;
	border-bottom: 6px #d50202 solid;
	float: left;
	margin-top: 15px;
	margin-left: 10px;
}


/*首页简介*/   
   
 
 .jianjie{
 	width: 100%;
 	height: 312px;
 	background: url(../images/jianjie.jpg) top center;
 	margin-top: 40px;
 }
 
.abtitle{
	width: 330px;
	height: 240px;
	background-color: #d50202;
	float: right;
	margin-top: 72px;
}
 
.abtitle h2{
	width: 100%;
	height: 60px;
	font-size: 50px;
	font-weight: bold;
	float: left;
	color: #FFFFFF;
	text-indent: 30px;
	margin-top: 10px;
}
  
  
 .jj_yw{
	width: 100%;
	height: 30px;
	font-size: 28px;
	color: #FFFFFF;
	margin-top: 14px;
	text-indent: 30px;
	float: left;
	text-transform: uppercase;
	
}
 
  
 .jj_xian{
	width: 55px;
	border-bottom: 5px #FFFFFF solid;
	margin-left: 30px;
	margin-top: 50px;
} 

.jjnr{
	width: 100%;
	height: auto;
	background-color: #ececec;
}   
   
   
   
 .ableft{
	width: 820px;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.abright{
	width: 400px;
	height: auto;
	float: right;
	margin-top: 40px;
	margin-bottom: 30px;
}


 .sy-aboutwz{
  width: 100%;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  float: left;
  padding-top: 26px;
}


.sy-aboutwz p{
  font-size: 16px;
  color: #333333;
 line-height:32px;
  letter-spacing: 0px;
  float: left;
}

.sy-aboutwz p a{
  font-size: 16px;
  color: #333333;
 line-height:32px;
  letter-spacing: 0px;
  float: left;
}

.sy-aboutwz p a:hover{
  font-size: 16px;
  color: #ff8400;
 line-height:32px;
  letter-spacing: 0px;
  float: left;
}

.sy-aboutwz strong{
	font-size:16px;
	font-weight: bold;
	color: #333333;
}



.abmore{
	width: 200px;
	height: 44px;
	background-color: #ff8400;
	text-align: center;
	float: left;
	margin-top: 20px;
}
.abmore a{
	width: 100%;
	line-height: 44px;
	font-size: 15px;
	text-align: center;
	color: #FFFFF6;	
}
.abmore a:hover{
	width: 100%;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	display: block;
	background-color: #333333;
}





/*首页新闻*/
.jt-news{
  padding:20px 40px;
  height: auto;
  background-color: #fafafa;
  overflow: hidden;
  margin-top: 50px;
}
.jt-news ul{
  width: 620px;
}
.jt-news ul li{
  float: left;
  margin-right: 60px;
  width: 560px;
}
.jt-news ul li .date{
  padding-bottom: 2px;
  overflow: hidden;
}
.jt-news ul li .date p.month{
  float: left;
  font-size: 25px;
  line-height: 25px;
  font-style: normal;
  color: #616161;
}
.jt-news ul li .date p.year{
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 100;
  margin-left: 8px;
  line-height: 30px;
  color: #616161;
}
.jt-news ul .tit{
  margin-top: 8px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc;
}
.jt-news ul .tit a h3{
  margin-bottom: 10px;
  display: block;
  color: #1f1f1f;
  font-size: 16px;
  height: 20px;
  overflow: hidden;
}
.jt-news ul .tit p{
  font-family: "Microsoft Yahei";
  white-space: normal;
  text-align: justify;
  color: rgb(140, 140, 140);
  font-size: 14px;
  line-height: 24px;
  height: 45px;
  vertical-align: top;
  word-break: break-all;
  overflow: hidden;
}

.jt-news ul .tit a h3:hover{
  display: block;
  color: #ff2727;
  font-size: 16px;
}




.h-case-bg{
  width: 100%;
  padding:30px 0px 30px 0px;
  background-color: #efefef;
}
.h-case{
  width: 1300px;
  height: auto;
  overflow: hidden;
}
.h-case li{
  float: left;
  margin-right: 15px;
  width: 220px;
  height: 300px;

}
.h-case li .tu{
  width: 220px;
  height: 260px;
  background-color: #1254cf;
  border-radius: 10px;
  overflow: hidden;
}
.h-case li .tu img{
  width: 220px;
  height: 260px;
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-case li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-case li a h3{
  display: block;
  padding:5px 0px;
  width: 100%;
  margin-top: 5px;
  background-color: #555555;
  font-size: 15px;
  color: #fff;
  text-align: center;
  overflow: hidden;

}
/*end middle*/


/*新闻*/
.news-bg{
  width: 100%;
  padding:20px 0px;
  background-color: #f6f6f6;
}
.llq-news{
  width: 1260px;
  height: auto;
}
.llq-news .one-news{
  float: left;
  width: 390px;
  height: 359px;
}
.llq-news .one-news .tu{
  width: 390px;
  height: 296px;
  overflow: hidden;
}
.llq-news .one-news .tu img{
  width: 390px;
  height: 296px;
}
.llq-news .one-news  a h3{
  display: block;
  width: 100%;
  height: 60px;
  background-color: #0e6fda;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.llq-news .two-news{
  float: right;
  width: 836px;
  height: auto;
}
.llq-news .two-news li{
  margin-bottom: 20px;
  padding: 16px 20px;
  background-color: #fff;
  overflow: hidden;
}
.llq-news .two-news li:hover{
  background-color: #0e6fda;
}
.llq-news .two-news li .tu{
  float: left;
  width: 160px;
  height: 135px;
  overflow: hidden;
}
.llq-news .two-news li .tu img{
  width: 160px;
  height: 125px;
}
.llq-news .two-news li .two-r{
  float: right;
  width: 622px;
}
.llq-news .two-news li .two-r a h3{
  display: block;
  font-size: 17px;
  color: #474747;
  width: 100%;
  height: 40px;
  list-style: 150%;
  overflow: hidden;
}
.llq-news .two-news li .two-r p{
  display: block;
  width: 100%;
  height: 48px;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 170%;
  overflow: hidden;
}
.llq-news .two-news li:hover .two-r a h3,
.llq-news .two-news li:hover .two-r p,
.llq-news .two-news li:hover .two-r span{
  color: #fff;
}

.llq-news .two-news li .two-r span{
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #7f7f7f;
  vertical-align: middle;
}
.llq-news .two-news li .two-r span img{
  display: block;
  margin-right: 15px;
  float: left;
  vertical-align: middle;
}
.llq-three-news{
  width: 1320px;
  height: auto;
  margin-top: 15px;
}
.llq-three-news li{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding:0px 20px;
  width: 370px;
  height: 55px;
  background-color: #fff;
}
.llq-three-news li:hover{
  background-color: #e80404;
}
.llq-three-news li a h3{
  display: block;
  float: left;
  width: 295px;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  color: #7f7f7f;
  overflow: hidden;
}
.llq-three-news li span{
  display: block;
  float: right;
  width: 75px;
  height: 55px;
  font-size: 13px;
  color: #7f7f7f;
  line-height: 55px;
  text-align: center;
}
.llq-three-news li:hover a h3,
.llq-three-news li:hover span{
  color: #fff;
}





.new-le{
	float:left;
	width:530px;
	height: auto;	
}
.new-le{

	background-color: #eeeeee;
	margin-top: 24px;
	
}
.new-le .r01 img{
	width:530px;
	height:310px;
}
.new-le .r01{
	
	position:relative;
}
.new-le .r01 .r001{
	position:absolute;
	top:0;
	left:0;
	padding-top:12px;
	padding-bottom:12px;
	width:98px;
	background:#0e5ed5;
}
.new-le .r01 .r001 h4{
	font-size:35px;
	text-align:center;
	height:50px;
	color:#fff;
}
.new-le .r01 .r001 h5{
	font-size:18px;
	text-align:center;
	color:#fff;
}
.new-le .r01 h2{
	width: 95%;
	margin: 0 auto;
	line-height:40px;
	color:#2e2e2e;
	font-size:18px;
}
.new-le .r01 p{
	width: 95%;
	margin: 0 auto;
	line-height:24px;
	color:#737373;
	font-size:14px;
}
.new-le .r01 h3{
	line-height:32px;
	color:#737373;
	font-size:14px;
}
.new-le .newa a{
	margin-top:20px;
	display:block;
	width:124px;
	height:36px;
	color:#ffffff;
	font-size:15px;
	line-height:36px;
	text-indent:18px;
	background-color: #ffa318;
	margin-bottom: 20px;
	margin-left: 20px;
}
.new-le .newa a:hover{
	display:block;
	color:#ffffff;
	font-size:15px;
	line-height:36px;
	text-indent:18px;
	background-color: #f7471b;
}

.newsright{
	width: 700px;
	height: auto;
	float: right;
}






    /*end所有标题*/
.proc-bg{
      padding:5px 0px 0px 0px;
      overflow: hidden;
      height: auto;
      background-color: #e50110;
      margin-bottom: 20px;
    }
    .proc1{
      width: 1300px;
      height: auto;
      margin: 0 auto;
      margin-top: 5px;
      text-align: center;
    }
    .proc1 a h3{
    display: inline-block;
  margin-right:5px;
  margin-bottom:10px;
  width: 200px;
  height: 40px;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s ease-out;
  background-color: #0f51ba;
  border-radius: 5px;
    }
    .proc1 a:hover h3{
    	height: 40px;
    	font-weight: bold;
      background-color: #444444;
      color: #FFFFFF;
    }
    .proc1-hover h3{
    	font-weight: bold;
      color: #fff !important;
      background-color: #444444 !important;
    }






   /*end所有标题*/
    .proc01-bg{
      padding:5px 0px 0px 0px;
      overflow: hidden;
      height: auto;
      background-color: #F5F5F5;
      margin-top: 10px;
      margin-bottom: 30px;
    }
    .proc01{
      width: 1300px;
      height: auto;
      margin: 0 auto;
    }
    .proc01 a h3{
      display: inline-block;
  margin-right:10px;
  margin-bottom:10px;
  width: 170px;
  height: 34px;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  line-height: 34px;
  transition: all 0.3s ease-out;
  background-color:#f8b537;
  border-radius: 5px;
      
    }
    .proc01 a:hover h3{
    	height: 34px;
      background-color: #444444;
      color: #FFFFFF;
    }
    .proc01-hover h3{
      color: #fff !important;
      background-color: #444444 !important;
    }



/*首页新闻*/
.h-news-l{
  float: left;
  width: 459px;
  height: auto;
}
.h-news-l .tu1{
  position: relative;
  width: 459px;
  height: 263px;
}
.h-news-l .tu1 img{
  width: 459px;
  height: 263px;
}
.h-news-l .tu1 .up01{
  position: absolute;
  top:0px;
  left:0px;
  width: 109px;
  height: 70px;
  background-color: #ff9c00;
}
.h-news-l .tu1 .up01 .day1{
  margin-top: 5px;
  width: 100%;
  height: 35px;
  font-size: 36px;
  color: #fff;
  text-align: center;
  font-family: "宋体";
}
.h-news-l .tu1 .up01 .date1{
  width: 100%;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
.h-news-l .news-tit{
  margin-top: 25px;
  width: 100%;
}
.h-news-l .news-tit a h3{
  display: block;
  width: 100%;
  height: 38px;
  font-size: 16px;
  color: #000;
  line-height: 130%;
  letter-spacing: 0px;
  overflow: hidden;
}
.h-news-l .news-tit p{
  width: 100%;
  height: 60px;
  font-size: 14px;
  color: #595959;
  line-height: 150%;
  letter-spacing: 0px;
  overflow: hidden;
}
.h-news-l .news-tit .more1 a{
  display: block;
  margin-top: 22px;
  width: 138px;
  height: 27px;
  background-color: #10315a;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 27px;
}



.h-news-r{
  float: right;
  width: 850px;
  height: 560px;
  margin-top:40px;
  background-color: #FFFFFF;
}
.h-news-r li{
  border-bottom:1px dashed #dcdcdc;
  overflow: hidden;
/*  padding:18px 0px;*/
  margin: 20px;
}

.h-news-r li:hover{
  border-bottom:1px dashed #FFFFFF;
  overflow: hidden;
	background-color: #d50202;
}
.h-news-r li:first-child{
  padding-top:0px;
}
.h-news-r li .news-l-day{
  float: left;
  width: 86px;
  margin-bottom: 20px;
  border-right: 1px #dddddd solid;
  margin-top: 10px;
}

.h-news-r li:hover .news-l-day{
  float: left;
  margin-bottom: 20px;
  width: 86px;
  margin-bottom: 20px;
  border-right: 1px #FFCC33  solid;
}



.h-news-r li .news-l-day .day01{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 44px;
  color: #2e2828;
  text-align: center;
  font-family: impact;
}
.h-news-r li:hover .news-l-day .day01{
  color: #FFFEFE;
  transition: all 0.3s ease-out;
}
.h-news-r li .news-l-day .day02{
  display: block;
  font-size: 16px;
  color: #2e2828;
  text-align: center;
  letter-spacing:0px; 
}
.h-news-r li:hover .news-l-day .day02{
  display: block;
  font-size: 16px;
  color: #FFFFF6;
  text-align: center;
  letter-spacing:0px; 
}
.h-news-r li .news-r2{
  float: right;
  width: 710px;
  height: auto;
}
.h-news-r li .news-r2 a h3{
  display: block;
  width: 100%;
  height: 28px;
  font-size: 16px;
  color: #2e2828;
  letter-spacing: 0px;
  overflow: hidden;
  margin-top: 10px;
  transition: all 0.3s ease-out;

}
.h-news-r li:hover .news-r2 a h3{
  color: #FFFFFF;
  font-weight: bold;
}
.h-news-r li .news-r2 p{
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #757575;
  line-height: 20px;
  overflow: hidden;
}
.h-news-r li:hover .news-r2 p{
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #e8e8e8;
  line-height: 20px;
  overflow: hidden;
}
/*end middle*/

 
.h-news01{
  float: right;
  width: 755px;
  height: auto;
  margin-top: 30px;
}
.h-news01 li{
  margin-bottom: 23px;
  width: 100%;
  height: 80px;
  overflow: hidden;
}
.h-news01 li .l01{
  float: left;
  width: 92px;
  height: 80px;
  border-right: 3px solid #555555;
}
.h-news01 li .l01 .n-day{
  width: 100%;
  height: 57px;
  font-size: 45px;
  color: #555;
  text-align: center;
  line-height: 57px;
  font-family: "Impact";
  letter-spacing: 0px;
}
.h-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.h-news01 li .r01{
  float: right;
  width: 650px;
  height: auto;
}
.h-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.h-news01 li:hover .r01 a h2{
	color:#fe0000;
}
.h-news01 li .r01 p{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
} 
 
 
 
 

/*首页产品*/

.pro1{
	width: 1300px;
	height: auto;
	overflow: hidden;
}
.pro1 li{
	float: left;
	margin-right: 28px;
	margin-bottom: 23px;
	width: 291px;
	height: 260px;
	border:1px solid #e5e5e5;
  overflow: hidden;
  border-radius: 10px;
}
.pro1 li .tu1{
	position: relative;
	width: 291px;
	height: 260px;
	overflow: hidden;
}
.pro1 li .tu1 img{
	width: 291px;
	height: 260px;
	 transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1); 
	 -moz-transform: scale(1, 1); 
	-webkit-transition: all 0.5s ease-out; 
	 -moz-transition: all 0.5s ease-out; 
}
.pro1 li:hover .tu1 img{
	transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.pro1 li .tu1 .p-phone p{
  display: block;
  width: 100%;
  position: absolute;
  bottom:0px;
  left:0px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-shadow: 1px 1px 3px #000000;
  transition: all 0.7s ease-out;
  opacity: 0;
}
.pro1 li:hover .tu1 .p-phone p{
  bottom:67px;
  opacity: 1;
}
.pro1 li .tu1 .p-tit a{
	display: block;
	position: absolute;
	bottom:100px;
	left:14px;
	padding:10px 0px;
	line-height: 150%;
	width: 262px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background-image: url(../images/pro-png1.png);
	overflow: hidden;
	transition: all 0.7s ease-out;

}
.pro1 li:hover .tu1 .p-tit a{
	bottom:0px;
	left:0px;
	width: 100%;
	background-image: url(../images/pro-png2.png);
}


/*end middle*/

.foot_bj1{
	width: 100%;
	height: 8px;
	background-color: #d50202;
}

.foot_bj{
	width: 100%;
	height: auto;
	background-color: #303030;
}

.footewm{
	width: 130px;
	height: auto;
	float: left;
	margin-bottom: 40px;
	font-size: 14px;
	color: #c0c0c0;
	margin-right: 20px;
}

.foot01{
	width: 280px;
	height: auto;
	float: left;
	margin-left: 26px;
}
.foot01 h3{
	width: 100%;
	height: 40px;
	font-size: 20px;
	color: #ededed;
}
.h-lx{
	width: 100%;
	height: auto;
	float: left;
}

.h-lx p{
	color: #c0c0c0;
	font-size:15px; 
	line-height:28px;
}
.h-lx p a{
	font-size: 15px;
	color: #c0c0c0;
	line-height: 28px;
}

.h-lx p a:hover{
	font-size: 15px;
	color: #f0f0f0;
	line-height: 28px;
}

.h-lx strong{
	font-size: 15px;
	font-weight: bold;
	color: #c0c0c0;
}


.foot02{
	width: 300px;
	height: auto;
	float: left;
	margin-right: 60px;
}

.foot02 h3{
	width: 100%;
	height: 40px;
	font-size: 20px;
	color: #ededed;
}

.f-proc {
  float: left;
  width: 300px;
  height: auto;
  margin-top: 5px;

}

.f-proc a {
  display: block;
  width: 50%;
  height: 29px;
  font-size: 14px;
  color: #c0c0c0;
  float: left;
}
.f-proc a:hover {
  display: block;
  width: 50%;
  height: 29px;
  font-size: 14px;
  color: #c11811;
  float: left;
}

.foot03{
	width: 280px;
	height: auto;
	float: left;
}

.foot03 h3{
	width: 100%;
	height: 40px;
	font-size: 20px;
	color: #ededed;
}

.foot1260{
	width: 1260px;
	height: 60px;
	border-top: 1px #535353 solid;
	margin: 0 auto;
	margin-top: 20px;
}


.footwz{
	width: 100%;
	font-size: 14px;
	margin: 0 auto;
	color: #c0c0c0;
	float: left;
	line-height: 60px;
	text-align: center;
}


.footwz p{
  font-size: 15px;
  line-height: 60px;
	color: #c0c0c0;
}
.footwz p a{
	font-size: 15px;
  line-height: 60px;
	color: #c0c0c0;
}

.footwz p a:hover{
	font-size: 15px;
  line-height: 60px;
	color: #d50202;
}

.footwz strong{
	font-size: 16px;
	font-weight: bold;
	color: #838383;
}




/*end bottom*/


/*end 二级分类*/

.part-cpfl2{ padding-bottom:30px; width: 1260px; margin: 0px auto; margin-top: 10px;}
.part-cpfl2 ul{ width: 1260px; text-align: center; }
.part-cpfl2 ul li{ 
  position: relative;
  display: inline-block;
  margin:0px 5px;
  width: 180px; height: 46px;
  text-align: center; line-height: 46px; margin-top: 20px; }

.part-cpfl2 ul li a{
  display: inline-block;
  width: 180px; height: 46px;
 color: #ffffff; 
 font-size: 17px; 
 font-weight:normal;
 background: #d50202;
  color: #ffffff;
  }



.part-cpfl2 ul li .seclist{ 
  display: none;
 }
.part-cpfl2 ul li:hover .seclist{ 
  z-index: 99999;
  position: absolute;
  top: 46px;
  display: block;
 }

.part-cpfl2 ul li .seclist a{ 
  display: block;
  text-align: center;
  border-bottom: 1px solid #f0e6cf;
  background: #d50202 !important;
  font-size: 15px;
  transition: 0.2s all ease;
 }

.part-cpfl2 ul li .seclist a:hover{ 
  display: block;
  text-align: center;
  border-bottom: 1px solid #f0e6cf;
  background: #ffce22 !important;
  font-size: 15px;
 }


.part-cpfl2 ul li:hover a{
  background:#444444;
  color: #ffffff; }
  

/*首页新闻*/
.h-news1{
  float: right;
  width: 100%;
  height: auto;
}
.h-news1 li{
  width: 100%;
  height: auto;
  margin-bottom: 22px;
  overflow: hidden;
}
.h-news1 li .h-news1-l{
  float: left;
  position: relative;
  width: 96px;
  height: 84px;
}
.h-news1 li .h-news1-l .tu1{
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.h-news1 li:hover .h-news1-l .tu1{
  border-radius: 0px;
}
.h-news1 li .h-news1-l .tu1 img{
  width: 84px;
  height: 84px;
}
.h-news1 li .h-news1-l:after{
  content: "";
  position: absolute;
  z-index: 10;
  right: 0px;
  top:7px;
  width: 1px;
  height: 63px;
  background-color: #eeeeee;
  transition: all 0.3s ease-out;
}
.h-news1 li:hover .h-news1-l:after{
  background-color: #ea7393;
  top:0px;
  width: 2px;
  height: 84px;
}
.h-news1 li .h-news1-r{
  float: right;
  width: 317px;
  height: auto;
}
.h-news1 li .h-news1-r a h3{
  display: block;
  width: 100%;
  height: 37px;
  font-size: 16px;
  color: #000;
  line-height: 110%;
  letter-spacing: 0px;
  overflow: hidden;
}
.h-news1 li:hover .h-news1-r a h3{
  color: #ea7393;
}
.h-news1 li .h-news1-r p{
  display: block;
  width: 100%;
  height: 37px;
  font-size: 14px;
  color: #545454;
  line-height: 125%;
  letter-spacing: 0px;
  overflow: hidden;
}

/*内页*/
	/*联系我们*/
ul.lx{width:100%;}
ul.lx img{max-width:100%;height:auto;}
ul.lx li.lianxi{float:left;width:40%;padding:2.5%;}
ul.lx li.guestbook{float:left;width:50%;}
	/*当前位置*/
.ny-weizhi{padding:10px 0px;/*width: 100%;*/height: auto;background-color: #efefef;border:1px solid #DFDEDE;}
.ny-weizhi .ny-r-t{margin:0 auto;width: 1200px; font-size: 15px;color: #333;}
	/*单页效果*/
	
.nytitle{
	width: 100%;
	height: 5px;
	float: left;
	background: url(../images/nycp_bj1.jpg) repeat;
}
	
.nytitle1{
	width: 100%;
	height: 46px;
	border-top: 3px #dca447 solid;
}	
.nytitle1 h2{
	width: 100%;
	line-height: 46px;
	font-size: 16px;
	color: #333;
}	

		
	
.nybj{
	width: 100%;
	height: auto;
	background-color: #F8F8F8;
}
	
	
.nyxian{
	width: 100%;
	height: auto;
	border-top: 1px #d4d4d4 solid;
}	
.ny-cont{
	padding:29px 23px 20px 30px;
	margin:0 auto;
	width: 100%;
	font-size: 15px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
	background-color: #f3f3f3;


}
.ny-cont table{border-collapse:collapse;border:1px solid #000;}
.ny-cont td {border:solid #000 1px; border-right: none; border-bottom: none;}
.ny-cont table.nextinfo {border: none;}
.ny-cont table.nextinfo td{border: none;}
.ny-cont p, .ny-cont p a{

	font-size: 15px;
	color: #333;
	line-height: 190%;
}
.ny-cont a{
 	font-size: 15px;
	color: #333;
	line-height: 190%;
 }
 .ny-cont-h1{
	display: block;
	width: 100%;
	font-size: 26px;
	color: #333;
	font-weight: bold;
	text-align: center;
}
/*详情页样式*/
.ny-xq{
  margin:30px auto;
  width: 1180px;
  height: auto;
}
.ny-xq-l{
  float: left;
  width: 145px;
  height: 115px;
  border-right: 1px solid #d6d6d6;
}
.ny-xq-l .date1{
  position: relative;
  width: 110px;
  height: 36px;
  text-align: center;
}
.ny-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-family:"font1";
  text-align: center;
}
.ny-xq-l .date1 .year1 span{
  position: absolute;
  left:35%;
  z-index:2;
  display:block;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #000;
  font-family:"font1";
  background-color: #fff;
  letter-spacing: 0px; 
}
.ny-xq-l .date1 .year1:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index:1;
}
.ny-xq-l .date2{
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #ff4a4a;
  font-family:"font1";
  letter-spacing: 0px;
}
.ny-xq-l .read1{
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  letter-spacing: 0px;
}
.ny-xq-l .read1 strong{
  font-weight: bold;
}
.ny-xq-r{
  float: right;
  padding:18px 45px;
  width: 930px;
  height: 80px;
  background-color: #f4f4f4;
  overflow: hidden;
}
.ny-xq-r p{
  display: block;
  height: 70px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}
.ny-xq-r p p{
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}
 /*内页新闻1*/
.ny-news01{
  width:100%;
  height: auto;
}
.ny-news01 li{
	padding:20px 0px;
  width: 100%;
  border-bottom:1px dashed #dedddd;
  overflow: hidden;
}
.ny-news01 li .tu1{
	float: left;
	width: 185px;
	height: 130px;
	overflow: hidden;
  border:1px solid #efefef;
}
.ny-news01 li .tu1 img{
	width: 185px;
	height: 130px;
	overflow: hidden;
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.ny-news01 li:hover .tu1 img{
	 transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}
.ny-news01 li .l01{
  float: right;
  margin-left:15px;
  width: 92px;
  height: 100px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}
.ny-news01 li .l01 .n-day{
  width: 100%;
  height: 57px;
  font-size: 45px;
  color: #555;
  text-align: center;
  line-height: 57px;
  font-family: "Impact";
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}
.ny-news01 li:hover .l01 .n-day{
	color: #ff2a2a;
}
.ny-news01 li .l01 .n-month{
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}
.ny-news01 li .r01{
  float: left;
  margin-left:12px;
  width: 880px;
  height: auto;
}
.ny-news01 li .r01 a h2{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #555;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}
.ny-news01 li:hover .r01 a h2{
	color:#ff2a2a;
}
.ny-news01 li .r01 p{
  display: block;
  width: 100%;
  height: 36px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
}


.h-pro-gun01 li{
	float: left;
  margin-right: 14px;
  width:320px;
  height: 340px;
  border: 3px solid #eaeaea;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
  margin-top: 20px;
}
.h-pro-gun01 li:hover{
	 border: 3px solid #eb0202;
}
.h-pro-gun01 li .tu{
	width: 300px;
	height: 240px;
	padding:0px;
	border:0px solid #434343;
	background-color: #e5e5e5;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
}
.h-pro-gun01 li .tu img{
   -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun01 li:hover .tu img{
   transform: scaleX(1.2) scaleY(1.2);
}
.h-pro-gun01 li .p1-t{
	margin:0 auto;
	width: 100%;
	height: 38px;
}

.h-pro-gun01 li .p1-t a h3{
  width: 95%;
  display: block;
  height:38px;
	line-height: 38px;
  font-size: 17px;
  color: #333;
  text-align: center;
  letter-spacing: 0px;
  margin: 0 auto;
  border-bottom: 1px #eaeaea solid;
}

.h-pro-gun01 li:hover .p1-t a h3{
	font-size: 18px;
	color: #333333;
}
.h-pro-gun01 li .dianhu{
    width: 90%;
    height: auto;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;

    
}

.h-pro-gun01 li .teltu{
margin-top: 10px;
float: left;
margin-left: 30px;
}


.h-pro-gun01 li .dianhu span{
    width: 80%;
    height: auto;
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
    float: right;
    text-indent: 6px;
    
}

.h-pro-gun01 li:hover .dianhu span{
    color: #565353;
    margin-top: 5px;
    margin-bottom: 5px;
   	
}


.h-pro-gun01 li:hover .dianhu{
    width: 90%;
    height: auto;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    height: 30px;
    line-height: 30px;
  
}





.y-pro004{
  margin:0 auto;
  width: 100%;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}
.y-pro004 ul{
  width:95%;
  margin: 0 auto;
  text-align: center;
}
.y-pro004 ul li{
	display: inline-block;
  margin-bottom: 24px;
margin-right:0.5%;
margin-left: 0.5%;
  width: 23%;
background-color: #FFFFFF;
  border: 1px solid #e8e8e8;
}
.y-pro004 ul li:hover{
  box-shadow: 0px 0px 20px #aaa; background-color:#e00024;
}
.y-pro004 ul li .tu{
  width:100%;
  overflow: hidden;
}
.y-pro004 ul li .tu img{
  width:100%;
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.y-pro004 ul li:hover .tu img{
  transform: scaleX(1.2) scaleY(1.2);
}
.y-pro004 ul li a h3{
  margin:0 auto;
  display: block;
  height: 36px;
  font-size:16px;
  color: #202020;
  text-align: center;
  line-height: 36px;
}
.y-pro004 ul li:hover a h3{
  color: #fff;
}
.y-pro004 ul li .dianhu{
  margin:0 auto;
  height: auto;
}
.y-pro004 ul li .dianhu p{
  width: 100%;
  height:38px;
  font-size: 15px;
  color: #8a8a8a;
  text-align:center;
}
.y-pro004 ul li:hover p{
  color: #f4f4f4;
}



.h-pro-gun02 li{
  margin-right: 11px;
  margin-bottom: 15px;
  float: left;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun02 li .tu{
	height:240px;
	background-color: #e5e5e5;
  border:3px solid #959595;
	overflow: hidden;
}

.h-pro-gun02 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun02 li:hover .tu img{	
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun02 li a h3{
  margin-top:0px;
  display: block;
/*	width:246px;*/
  height: 40px;
	line-height: 40px;
  font-size: 16px;
  color: #333;
  text-align: center;
  letter-spacing: 0px;
  /*border-bottom: 2px solid #b5b5b5;*/
  transition: all 0.3s ease-out;
}
.h-pro-gun02 li:hover a h3{
  color: #FFFFFF;
  background-color: #ed2025;
}





.h-pro-gun03 li{
	float: left;
  margin-right: 14px;
  width:270px;
  height: 250px;
  border: 1px solid #ccc;
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
  margin-top: 10px;
}
.h-pro-gun03 li:hover{
	background-color: #eb1c24;
	border: 1px solid #f5f5f5;
	-webkit-box-shadow:0 2px 20px rgba(102,102,102,.55);-moz-box-shadow:0 2px 20px rgba(102,102,102,.55);box-shadow:0 2px 20px rgba(102,102,102,.55);
}
.h-pro-gun03 li .tu{
	margin-top: 7px;
	margin-left: 10px;
	width: 250px;
	height: 196px;
	padding:0px;
	border:0px solid #434343;
	background-color: #e5e5e5;
	overflow: hidden;
}
.h-pro-gun03 li .tu img{
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.h-pro-gun03 li:hover .tu img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
}
.h-pro-gun03 li .p1-t{
	margin:0 auto;
	width: 94%;
	height: 32px;
	background-color: #fbfbfb;
}

.h-pro-gun03 li .p1-t a h3{

  display: block;
  height:32px;
	line-height: 32px;
  font-size: 15px;
  color: #333;
  text-align: center;
  letter-spacing: 0px;

}
.h-pro-gun03 li .p1-t p{
	display: block;
	float: right;
	width: 110px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	text-indent: 25px;
	font-size: 16px;
	color: #fff;
	
}
.h-pro-gun03 li:hover .p1-t a h3{
    background-color: #eb1c24;
	color: #fff;
}
.h-pro-gun03 li .dianhu{
	margin-top:5px;
    width: 380px;
    height: auto;
}
.h-pro-gun03 li .dianhu p{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 22px;
    color: #5b5b5b;
    color: #d90303;
    font-family: impact;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}

.h-pro-gun03 li .dianhu span{
	display: block;
	padding:2px 0px 2px 20px;
    font-size: 22px;
    color: #d90303;
    font-family: impact;
    letter-spacing: 0px;
	transition: all 0.3s ease-out;
   	
}


.y-pro005{
  margin:0 auto;
  width: 1400px;
  height: auto;
  margin-top: 30px;

  overflow: hidden;
}
.y-pro005 ul{
  width:1390px;
  margin: 0 auto;
  text-align: center;
}
.y-pro005 ul li{
	display: inline-block;
  margin-bottom: 24px;
margin-right:15px;
  width: 330px;
  background-color: #efefef;
  border: 1px solid #e8e8e8;
}
.y-pro005 ul li:hover{
  box-shadow: 0px 0px 20px #aaa; background-color:#d6211a;
}
.y-pro005 ul li .tu{
  width:100%;
  overflow: hidden;
}
.y-pro005 ul li .tu img{
  width:330px;
  height: 250px;
  -webkit-transform: scale(1, 1); 
  -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
  -moz-transition: all 0.5s ease-out; 
  transition: all 0.5s ease-out;
}
.y-pro005 ul li:hover .tu img{
  transform: scaleX(1.2) scaleY(1.2);
}
.y-pro005 ul li a h3{
  margin:0 auto;
  display: block;
  height: 36px;
  font-size:16px;
  color: #202020;
  text-align: center;
  line-height: 36px;
}
.y-pro005 ul li:hover a h3{
  color: #fff;
}
.y-pro005 ul li .dianhu{
  margin:0 auto;
  height: auto;
}
.y-pro005 ul li .dianhu p{
  width: 100%;
  height:38px;
  font-size: 15px;
  color: #8a8a8a;
  text-align:center;
}
.y-pro005 ul li:hover p{
  color: #f4f4f4;
}


/*====================自适应新闻====================*/
.fb-news{
	width: 290px;
  margin-top: 10px;
  margin-right: 25px;
  transition: all 0.3s ease-out;
  float: left;
}
.fb-news:hover{
  margin-top: 10px;
  margin-bottom: 10px;
}
.fb-news a h3{
  display: block;
  margin-bottom: 18px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
}
.fb-news .tu1{
  width: 100%;
  height: auto;
}
.fb-news .tu1 img{
  width: 100%;
}
.fb-news .newsfl{
  width: 30%;
  padding:6px 0px;
  margin-top: 19px;
  margin-bottom: 15px;
  background-color: #fba20a;
  font-size: 14px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-out;
}
.fb-news:hover .newsfl{
  width: 100%;
}
.fb-news p{
  display: block;
  width: 100%;
  height: 61px;
  font-size: 14px;
  color: #3f3f3f;
  line-height: 150%;
  overflow: hidden;
}
.fb-news .morea{
  margin-top: 20px;
}
.fb-news .morea img{
  display: block;
  float: left;
}
.fb-news .morea a{
  display: block;
  float: left;
  font-size: 14px;
  color: #363636;
  line-height: 22px;
}

.fb-news .morea a:hover{
  display: block;
  float: left;
  font-size: 14px;
  color: #c70101;
  line-height: 22px;
}




/*end首页新闻*/

.news2{
  width: 96%;
  height: 500px;
  margin: 0 auto;
  margin-bottom: 20px;
  
}
.news2 li{
  margin-bottom:-3px;
  width: 100%;
  height: 118px;
  float:left;
  margin-top:10px;
}
.news2 li img{
  display: block;
  float: left;
  width: 148px;
  height: 114px;
  border:1px solid #efefef;
}
.news2 li .n2-r{
  float: right;
  width: 520px;
  height: auto;
}
.news2 li .n2-r a h3{
  display: block;
  font-size: 16px;
  color: #434343;
  letter-spacing: 0px;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;

}
.news2 li:hover .n2-r a h3{
  color: #ff2a2a;
}
.news2 li .n2-r .n2-date{
  margin-top: 13px;
  margin-bottom: 18px;
  font-size: 13px;
  column-rule: #646464;
}
.news2 li .n2-r p{
  display: block;
  margin-top: 15px;
  width: 100%;
  height: 37px;
  font-size: 14px;
  color: #787878;
  line-height: 140%;
  letter-spacing: 0px;
  overflow:hidden; 
}

.news-bg{
  padding-top: 30px;
  background-color:#f9f8f8;
  margin-top: 10px;
}
/*首页新闻*/


.y-news004{
  margin:0 auto;
  width:1260px;
  height: auto;
  margin-top:30px;
  margin-bottom:10px;
  overflow: hidden;
}
.y-news004 ul{
  width: 1300px;
  overflow: hidden;
}
.y-news004 ul li{
	margin-right:30px;
  float: left;
  width: 580px;
  height: 110px;
  padding:15px;
  margin-bottom:10px;
  border-bottom: 1px #353534 dotted;

}
.y-news004 ul li:hover{box-shadow: 0px 0px 15px #aaa; background-color:#ff8400;}
.y-news004 ul li img{
  float: left;
  width: 120px;
  height: 110px;
  overflow: hidden;
}
.y-news004 ul li .r01{
  text-align:left;
  float: right;
  width:450px;
  height: auto;

}
.y-news004 ul li .r01 a h3{
	display: block;
	width:100%;
	height:25px;
	font-size: 16px;
	color: #31343c;
	font-family: "微软雅黑";
	font-weight: normal;
}
.y-news004 ul li:hover .r01 a h3{
  color: #F8F8FF;
}
.y-news004 ul li .r01 p{
  display: block;
  width: 94%;
  height: 60px;
  font-size: 14px;
  color: #666;
  line-height: 140%;
  overflow: hidden;
  padding-top:5px;
}

.y-news004 ul li:hover .r01 p{
 
  color: #F8F8FF;
}

.y-news004 ul li .r01 span{
  display: block;
  width: 100%;
  height: 20px;
  font-size: 18px;
  color: #707070;
  font-family:Impact;
  line-height: 120%;
  overflow: hidden;
  padding-top:5px;
}

.y-news004 ul li:hover .r01 span{ 
  color: #fffc10;
}






/*问答样式*/
.y-news003 ul{
	width: 100%;
	height: auto;
	float: left;
}
.y-news003 ul li{
	width: 100%;

	margin-top: 25px;
	margin-right: 10px;	
	height:75px;
	margin-bottom:20px;
}
.y-news003 ul li .r{
	width: 92%;
	border-bottom:1px dashed #a3a3a3;
}
.y-news003 ul li .r a h3{
	width:400px;
	overflow:hidden;
	height:30px;
	float:left;
	font-size:16px;
	color:#4ab344;
	
}
.y-news003 ul li .r a h5{
	margin-bottom:10px;
	line-height:26px;
	text-align:center;
	margin-right:10px;
	float:left;
	display:block;
	width:26px;
	height:26px;
	font-size: 15px;
	color:#fff;
	background:#4ab344;
	border-radius: 25px;
	

}
.y-news003 ul li .r h4{
	line-height:26px;
	text-align:center;
	margin-right:10px;
	float:left;
	font-size: 15px;
	display:block;
	width:26px;
	height:26px;
	color:#fff;
	margin-top: 4px;
	background:#a0a0a0;
	border-radius: 25px;
	
}
.y-news003 ul li p{
	overflow:hidden;
	height:46px;
	font-size:15px;
	line-height:150%;
	color:#717171;
	width:93%;
	float:left;
	margin-bottom: 8px;
}



.pro-gun07 {
  width: 1300px;
  height: auto;
  overflow: hidden;
}

.pro-gun07 li {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  width: 403px;
  height: 440px;
}

.pro-gun07 li .tu01 {
  position: relative;
  width: 300px;
  height: 223px;
  overflow: hidden;
}

.pro-gun07 li .tu01 {
  position: relative;
  width: 403px;
  height: 314px;
  overflow: hidden;
}

.pro-gun07 li .tu01 img {
  width: 403px;
  height: 314px;
}

.pro-gun07 li .tu01 .uptit {
  position: absolute;
  left: 18px;
  top: 0px;
  z-index: 100;
  width: 42px;
  height: 79px;
  background: url(../Img/pro-up-bg.png) top left no-repeat;
  transition: all 0.3s ease-out;
}

.pro-gun07 li .tu01 .uptit p {
  display: block;
  padding-top: 3px;
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  lighting-color: 100%;
}

.pro-gun07 li .tu01 .up-p {
  display: block;
  position: absolute;
  bottom: -60px;
  left: 0px;
  z-index: 20;
  padding: 15px 10px;
  width: 100%;
  background: url(../Img/pro-bg1.png);
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.pro-gun07 li:hover .tu01 .up-p {
  bottom: 0px;
}

.pro-gun07 li .tu01 .up-p .yuan {
  float: left;
  margin-top: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 3px solid #fff;
}

.pro-gun07 li .tu01 .up-p .content1 p {
  display: block;
  float: left;
  width: 350px;
  height: 22px;
  font-size: 15px;
  color: #fff;
  text-indent: 15px;
  overflow: hidden;
}

.pro-gun07 li .pc1-tit {
  position: relative;
  margin-top: 19px;
  overflow: hidden;
  height: 110px;
}

.pro-gun07 li .pc1-tit .pname {
  width: 100%;
  height: 33px;
  border-bottom: 1px solid #bfbfbf;
}

.pro-gun07 li .pc1-tit .pname a h3 {
  float: left;
  display: block;
  width: 360px;
  height: 21px;
  font-size: 17px;
  color: #000;
  overflow: hidden;
}

.pro-gun07 li .pc1-tit .pname img {
  display: block;
  float: right;
}

.pro-gun07 li .pc1-tit .content1 {
  position: absolute;
  top:44px;
  left:0px;
  width: 100%;
  height: 100px;
  transition: all 0.3s ease-out;
}

.pro-gun07 li:hover .pc1-tit .content1 {
  top:-50px;
}

.pro-gun07 li .pc1-tit .content1 .yuan {
  float: left;
  margin-top: 2px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  border: 3px solid #949592;
}

.pro-gun07 li .pc1-tit .content1 p {
  display: block;
  margin-top: 0px;
  float: right;
  width: 376px;
  height: 22px;
  font-size: 18px;
  color: #313131;
  overflow: hidden;
}

.wx-news{
  width: 1300px;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
}
.wx-news li{
  float: left;
  margin-right: 30px;
  width: 400px;
  height: auto;
}
.wx-news li .tu{
  width: 400px;
  height: 190px;
  overflow: hidden;
}
.wx-news li .tu img{
  width: 400px;
  height: 190px;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.wx-news li:hover .tu img{
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.wx-news li .txt{
  background: #fff;
    transition: all 0.36s ease;
    overflow: hidden;
}
.wx-news li:hover .txt{
  background-color: #e10601;
}
.wx-news li .txt .news-info{
    position: relative;
  padding: 24px 30px 24px 20px;
  box-sizing: border-box;
    transition: all .35s ease;
}
.wx-news li:hover .txt .news-info{
  padding-left: 30px;
  padding-right: 20px;
}
.wx-news li .txt .news-info:after{
  content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.1);
    height: 1px;
    width: 100%;
    transition: all 0.36s ease;
    left: 0;
    bottom: 0;
}
.wx-news li .txt .news-info a h3{
  display: block;
    color: #333;
    font-size: 16px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  transition: all 0.36s ease;
}
.wx-news li:hover .txt .news-info a h3{
  color: #fff;
}
.wx-news li .txt .news-info p{
  display: block;
    margin-top: 13px;
    font-size: 13px;
    height: 48px;
    line-height: 26px;
    color: #666;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  transition: all 0.36s ease;
}
.wx-news li:hover .txt .news-info p{
  color: #fff;
}
.wx-news li .more a{
  display: block;
  margin-top: 15px;
  margin-left: 10px;
  margin-bottom: 15px;
  width: 100px;
  height: 30px;
  border:1px solid #c4c4c4;
  border-radius: 5px;
  font-size: 14px;
  color: #c4c4c4;
  text-align: center;
  line-height: 30px;
}
.wx-news li:hover .more a{
  margin-left: 20px;
}




.nyjj{
	width: 810px;
	height: 56px;
	background: url(../images/nyjj.jpg);
	margin: 0 auto;
	margin-top: 20px;
	}
	
.nyal{
	width: 810px;
	height: 56px;
	background: url(../images/nyal.jpg);
	margin: 0 auto;
	margin-top: 20px;
	}
	
.nycehua{
	width: 810px;
	height: 56px;
	background: url(../images/nycehua.jpg);
	margin: 0 auto;
	margin-top: 20px;
	}
.nylx{
	width: 810px;
	height: 56px;
	background: url(../images/nylx.jpg);
	margin: 0 auto;
	margin-top: 20px;
	}
	
/*====================新闻15====================*/
.h-news15{
  float: left;
  width: 610px;
  height: auto;
  margin-top: 20px;
}
.h-news15 li{
  float: left;
  margin-right: 50px;
  padding:15px 0px;
  width: 610px;
  height: auto;
  border-bottom:1px solid #e5e5e5;
}
.h-news15 li .tu1{
  float: left;
  width: 180px;
  height: 126px;
  border:1px solid #b5b5b5;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.h-news15 li:hover .tu1{
  border-radius: 15px;
}
.h-news15 li .tu1 img{
  width: 180px;
  height: 126px;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-news15 li:hover .tu1 img{
   transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}
.h-news15 li .n1-r{
  float: right;
  width: 400px;
  height: auto;
}
.h-news15 li .n1-r a h3{
  display: block;
  font-size: 17px;
  color: #262a2d;
  height: 48px;
  line-height: 21px;
  overflow: hidden;
}
.h-news15 li .n1-r p{
  display: block;
  height: 37px;
  font-size: 14px;
  color: #717171;
  line-height: 140%;
  overflow: hidden;
}
.h-news15 li .n1-r .more1 a{
  margin-top: 14px;
  display: block;
  width: 69px;
  height: 22px;
  font-size: 12px;
  color: #717171;
  text-align: center;
  line-height: 22px;
  border:1px solid #d2d2d2;
  border-radius: 5px;
  transition: all 0.3s ease-out;
}
.h-news15 li:hover .n1-r .more1 a{
  background-color: #4ab344;
  color: #fff;
}


.news0{
  float: right;
  width: 600px;
  height: auto;
  overflow: hidden;
}
.news0-1{
  width: 100%;
  height: 146px;
  background-color: #efefef;
  margin-bottom: 17px;
  transition: all 0.3s ease-out;
}
.news0-1:hover{
  background-color: #f8b537;
}
.news0-1 .tu1{
  display: block;
  float: left;
  width: 194px;
  height: 146px;
  overflow: hidden;
}
.news0-1 .n1-r{
  float: left;
  margin-left: 10px;
  margin-top: 20px;
  width: 390px;
  height: 91px;
  overflow: hidden;
}
.news0-1 .n1-r a h3{
  display: block;
  width: 100%;
  height: 21px;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;
  font-size: 17px;
  color: #242424;
  letter-spacing: 0px;
}
.news0-1:hover .n1-r a h3{
  color: #fff;
}
.news0-1 .n1-r p{
  display: block;
  margin-top: 10px;
  width: 100%;
  height: 58px;
  font-size: 14px;
  color: #5b5b5b;
  line-height: 146%;
  letter-spacing: 0px;
  overflow: hidden;
}
.news0-1:hover .n1-r p{
  color: #fff;
}
.news0 li{
  padding:10px 0px;
  width: 100%;
  height: auto;
  border-bottom: 1px #b3b3b3 dashed;
}
.news0 li img{
  display: inline-block;
  margin-top: 4px;
  float: left;
}
.news0 li a h3{
  display: block;
  float: left;
  margin-left: 10px;
  width: 360px;
  font-size: 15px;
  color: #5e5e5e;
  transition: all 0.3s ease-out;
  overflow:hidden; 
  text-overflow:ellipsis; 
  white-space:nowrap;
}
.news0 li:hover a h3{
  color: #db2c31;
}
.news0 li .date1{
  float: right;
  width: 80px;
  font-size: 14px;
  color: #989898;
  letter-spacing: 0px;
  text-align: right;
}

/*首页新闻*/
.news1 {
  width: 1300px;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  background-color: #FFFFFF;
}

.news1 li {
  float: left;
  margin-right: 16px;
  width: 290px;
  height: 420px;
  margin-left: 10px;
  margin-top: 10px;
}

.news1 li img {
  width: 290px;
  height: 196px;
}

.news1 li a h3 {
  display: block;
  margin-top: 18px;
  width: 100%;
  height: 20px;
  font-size: 16px;
  color: #000;
  overflow: hidden;
  transition: all 0.2s ease-out;
}

.news1 li:hover a h3 {
  margin-top: 15px;
}

.news1 li p {
  display: block;
  margin-top: 23px;
  width: 100%;
  height: 70px;
  font-size: 14px;
  color: #626262;
  line-height: 180%;
  overflow: hidden;
  transition: all 0.4s ease-out;
}

.news1 li:hover p {
  margin-top: 15px;
}

.news1 li .ns-more a {
  display: block;
  margin-top: 30px;
  width: 110px;
  height: 35px;
  border: 2px solid #aaaaaa;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
  color: #626262;
  line-height: 33px;
  transition: all 0.6s ease-out;
}

.news1 li:hover .ns-more a {
  margin-top: 25px;
  background-color: #c11811;
  color: #fff;
  border: 2px solid #f68504;
}



