@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;
	border: 0;
	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;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}
.mt-3 {
	margin-top: 2px;
}

.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;
}

.h10{ width: 100%; height: 10px;}
.h30{ width: 100%; height: 30px;}
.h60{ width: 100%; height: 60px;}
.fixednave{
	width: 100%;
	top: 0px;
	left: 0px;
  margin: 0 auto;
  position:absolute;
  z-index:9999; /* 让导航栏浮在网页的高层位置，遇到flash和图片时候也能始终保持最外层 */
}


.topbj{
	width: 100%;
	height: 150px;
	background: url(../images/top_bj.png) repeat;
}

.titleft{
	width: 330px;
	height: 108px;
	float: left;
	margin-top: 16px;
}

.titrt{ width: 860px; float: right; margin-top: 49px;}

/*menu*/

/*menu*/

.h-menu-bg{
  width: 100%;
  height: 48px;
  background-color: #209f44;
}
.h-menu{
  width: 860px;
  height: auto;
  text-align: center;
  float: right;
  margin-top: 3px;

}
.h-menu li{
  padding: 0px 0px 0px;
  position: relative;
  /* z-index: 1111111; */
  display: inline-block;
  width: 10%;
  height: 46px;
  transition: all 0.3s ease-out;
}
.h-menu li a{
  display: block;
  padding: 5px 0px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #e6e6e6;
  transition: all 0.3s ease-out;
}
.h-menu li:before{
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 0%;
  height: 3px;
  background-color: #e00024;
  transition: all 0.3s ease-out;
}
.h-menu li:hover:before {
  width: 40%;
  left: 30%;
}
.h-menu li:after{
  content: "";
  position: absolute;
  top: 10px;
  right: 1px;
  width: 1px;
  height: 18px;
  background-color: #e5e5e5;
}
.h-menu-hover:before{
  content: "";
  position: absolute;
  bottom: 0px;
  width: 40%;
  left: 31%;
  height: 3px;
  background-color: #e00024;
  transition: all 0.3s ease-out;
}
.h-menu li a:hover{
  color: #e00024 !important;
}
/*end menu*/

/*middle*/
    /*所有标题*/
.cptt{
	width: 1340px;
	height: auto;
	margin: 0 auto;
}   

.cptt h2{
	width: 100%;
	height: 30px;
	color: #333333;
	font-size: 32px;
	float: left;
	font-weight: bold;
}

.cpxian{
	width: 21px;
	border-bottom: 4px #d7a02b solid;
	float: left;
	margin-left: 138px;
}

.cptt h3{
	width: 100%;
	height: 20px;
	color: #d7a02b;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 15px;
	float: left;
}

.cp_bj{
	width: 100%;
	height: auto;
	background: url(../images/cp_bj.jpg) bottom center no-repeat;
}


.xw1260{
	width: 1260px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}

.xw1260 h2{
	width: 100%;
	height: 46px;
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	color: #333333;
}
.xw1260 h3{
	width: 100%;
	height: 38px;
	text-align: center;
	font-size: 34px;
	color: #d7a02b;
	font-family: "新宋体";
	text-transform: uppercase;
	text-align: center;
}
.xw1260 p{
	width: 100%;
	height: 30px;
	text-align: center;
	font-size: 16px;
	color: #6c6666;
	text-align: center;
	margin-top: 8px;
}












.about_bj{
	width: 100%;
	height: 772px;
	background: url(../images/gywm_bj.jpg) top center;
	margin-top: 26px;
}

.abright{
	width: 860px;
	height: auto;
	float: right;
}
.abright h2{
	width: 100%;
	height: 60px;
	font-size: 46px;
	color: #d7a02b;
	font-weight: bold;
}

.abxian{
	width: 51px;
	border-bottom: 5px #d7a02b solid;
	float: left;
	margin-top: 15px;
}
.abright h3{
	width: 100%;
	height: 38px;
	font-size: 20px;
	color: #d7a02b;
	float: left;
	margin-top: 8px;
}

.jj{
	width: 860px;
	height: auto;
	float: right;
}

.jj li{
	width: 254px;
	height: auto;
	float: left;
	margin-top: 80px;
	margin-left: 32px;
}
.jj li .shuzi{
	width: 21%;
	height: 80px;
	float: left;
	font-size: 56px;
	font-family: impact;
	color: #d7a02b;
}
.jj .biaoti{
	width: 76%;
	height: 80px;
	float: right;
	font-size: 20px;
	color: #d7a02b;
	margin-top: 10px;

}
.jj .xian{
	width: 100%;
	border-bottom: 1px #898481 solid;
	float: left;
}
.jj .wz{
	width: 100%;
	line-height: 24px;
	color: #d1d1d0;
	font-size: 15px;
	margin-top: 18px;
}





 .sy-aboutwz{
  width: 100%;
  font-size: 15px;
  color: #333333;
  line-height: 26px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 auto;
  padding-top: 10px;

}


.sy-aboutwz p{
  font-size: 15px;
  color: #333333;
 line-height:28px;
  letter-spacing: 0px;
  float: left;
}

.sy-aboutwz p a{
  font-size: 15px;
  color: #333333;
 line-height:28px;
  letter-spacing: 0px;
  float: left;
}

.sy-aboutwz p a:hover{
  font-size: 15px;
  color: #333333;
 line-height:28px;
  letter-spacing: 0px;
  float: left;
}

.sy-aboutwz strong{
	font-size:15px;
	font-weight: bold;
	color: #464545;
}

.abmore1{
	width: 190px;
	height: 40px;
	background-color: #feb71e;
	text-align: center;
	margin-top: 30px;
	border-radius: 20px;
}
.abmore1 a{
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}
.abmore1 a:hover{
	width: 100%;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
}

.abmore{
	width: 144px;
	height: 40px;
	margin: 0 auto;
	background-color: #fe980d;	
	text-align: center;
	margin-top: 40px;
}

.abmore a{
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	color: #FFFFFF;
	line-height: 40px;
}
.abmore a:hover{
	font-size: 15px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	line-height: 40px;
	display: block;
	background-color: #18ae4a;
}


.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;
}

.newslist1{width:700px; }
.xwcon{ width: 700px;border-bottom:1px dotted #ccc; margin-bottom:10px; padding-top:20px; overflow:hidden;}
.xwcon:hover{ background-color:#f2f2f2;}
.xwcon .date{ float: left; width: 80px; height: 80px; font-family:"华文细黑"; font-size:60px;color: #fff; text-align: center; line-height: 80px; background-color:#0e5ed5;}
.xwcon .connr{ float:right;  width:605px; height: 100px; margin-left:15px;}
.xwcon .connr h1{  margin: 0px; padding: 0px; border: none; font-size: 18px; color: #5bc4bf; text-align: left; }
.xwcon .connr h1 a{ color: #666;font-size:18px; font-weight: normal; }
.xwcon .connr p{ color: #9B9B9B; font-size: 14px; line-height: 22px;  }
.xwcon .connr p a{ color: #9B9B9B;}

.xwcon:hover .date{ float: left; width: 80px; height: 80px; font-family:"华文细黑"; font-size: 60px; 
    color: #fff; text-align: center; line-height: 80px; background-color:#f7471b;}
.xwcon:hover .connr h1 a{ color: #505050;font-size:18px; font-weight: normal; }








    /*end所有标题*/
    .proc-bg{
      padding:5px 0px 13px 0px;
      overflow: hidden;
      height: 54px;
      background-color: #10315a;
    }
    .proc1{
      width: 1300px;
      height: auto;
      margin: 0 auto;
      margin-top: 20px;
    }
    .proc1 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:#007fcc;
  border-radius: 5px;     
    }
    .proc1 a:hover h3{
    	height: 34px;
      background-color: #333333;
      color: #FFFFFF;
    }
    .proc1-hover h3{
      color: #fff !important;
      background-color: #333333 !important;
    }


   /*end所有标题*/
    .proc01-bg{
      padding:5px 0px 13px 0px;
      overflow: hidden;
      height: 54px;
      background-color: #10315a;
    }
    .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:#e00024;
  border-radius: 5px;
      
    }
    .proc01 a:hover h3{
    	height: 34px;
      background-color: #333333;
      color: #FFFFFF;
    }
    .proc01-hover h3{
      color: #fff !important;
      background-color: #333333 !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: 730px;
  height: auto;
}
.h-news-r li{
  padding:18px 0px;
  border-bottom:1px solid #dcdcdc;
  overflow: hidden;
}
.h-news-r li:first-child{
  padding-top:0px;
}
.h-news-r li .news-l-day{
  float: left;
  padding: 10px 0px;
  width: 91px;
  background-color: #efefef;
  border-radius: 15px;
}
.h-news-r li .news-l-day .day01{
  display: block;
  width: 100%;
  height: 46px;
  font-size: 47px;
  color: #2e2828;
  text-align: center;
  font-family: "宋体";
  font-weight: bold;
}
.h-news-r li:hover .news-l-day .day01{
  color: #ff2c38;
  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 .news-r2{
  float: right;
  width: 598px;
  height: auto;
}
.h-news-r li .news-r2 a h3{
  display: block;
  width: 100%;
  height: 38px;
  font-size: 16px;
  color: #2e2828;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.h-news-r li:hover .news-r2 a h3{
  color: #ff2c38;
}
.h-news-r li .news-r2 p{
  display: block;
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #757575;
  line-height: 150%;
  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*/

/*bottom*/
.dibuxian{
	width: 1260px;
	height: 39px;
	background: url(../images/dibuxian.jpg) center;
	margin: 0 auto;
	margin-top: 10px;
}
.dizhi1{
	width: 881px;
	height: 70px;
	margin: 0 auto;
	margin-bottom: 20px;
}



.foot-bg{
  width: 100%;
  height: 500px;
  background-color: #444444;
  margin-top: 50px;
}

.f-1260{
	width: 1260px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;

}
.f-logo{
	width: 70px;
	height: 74px;
	background: url(../images/logo_tit.jpg);
	margin: 0 auto;
	margin-top: 40px;
}
.f-1260 h2{
	width: 100%;
	height: 40px;
	font-size: 24px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	margin-top: 16px;
}

.f-left{
	width: 300px;
	height: auto;
	float: left;
	margin-top: 30px;
	
}
.f-xian{
	width: 39px;
	float: left;
	border-bottom: 3px #d7a02b solid;
	margin-top: 8px;
}



.h-title{
	width: 100%;
	height: 22px;
	float: left;
}
.h-title h2{
	color: #FFFFFF;
	font-size: 18px;
	line-height: 22px;
	float: left;
}


.f-left1{
	width: 220px;
	height: auto;
	float: left;
	margin-top: 30px;
	margin-left: 40px;
}

.f-proc {
  float: left;
  width: 220px;
  height: auto;
  margin-top: 28px;

}

.f-proc a {
  display: block;
  width: 45%;
  height: 29px;
  font-size: 14px;
  color: #fff;
  float: left;
}
.f-proc a:hover {
  display: block;
  width: 45%;
  height: 29px;
  font-size: 14px;
  color: #d7d7d7;
  float: left;
}




.f-left2{
	width: 250px;
	height: auto;
	float: left;
	margin-top: 40px;
	margin-left: 20px;
}


.h-lx{
	width: 100%;
	height: auto;
	float: left;
	padding-top:22px;  
}

.h-lx p{
	color: #FFFFFF;
	font-size:15px; 
	line-height:28px;
}
.h-lx p a{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 28px;
}

.h-lx p a:hover{
	font-size: 15px;
	color: #FFFFFF;
	line-height: 28px;
}

.h-lx strong{
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}

.f-right{
	width: 380px;
	height: 230px;
	float: right;
	margin-top: 50px;
	text-align: center;
	color: #FFFFFF;
	border-left: 1px #606060 solid;
	padding-left: 40px;
	
}
.ewm{
	width: 121px;
	height: 150px;
	float: left;
	font-size: 14px;
	text-align: center;
	color: #FFFFF6;
	margin-top: 20px;
	margin-right: 24px;
}


.foot1260{
	width: 1260px;
	height: 100px;	
	margin: 0 auto;
	border-bottom: 1px #626262 solid;
	border-top: 1px #626262 solid;
	margin-top: 26px;
}

.footlt{
	width: 420px;
	height: auto;
	float: left;
}

.footlt p{
	width: 70%;
	font-size: 14px;
	color: #898989;
	margin-top: 20px;
	margin-left: 10px;
	float: left;
}

.footlt h3{
	font-size: 36px;
	color: #FFFFFF;
	margin-left: 10px;
	float: left;
	font-weight: bold;
}

.footrt{
	width: 500px;
	height: auto;
	float: right;
}
.footrt h2{
	width: 100%;
	height: 100px;
	font-size: 35px;
	color: #d7d6d6;
	font-weight: bold;
	line-height: 100px;	
}
 

.f-ttbj{
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 10px;
}

.h-footwz{
	width: 1260px;
	height: 60px;
	color: #f1f0f0;
	margin: 0 auto;
}

.h-footwz p{
  font-size: 15px;
  line-height: 60px;
	color: #f1f0f0;
}
.h-footwz p a{
	font-size: 15px;
  line-height: 60px;
	color: #f1f0f0;
}

.h-footwz p a:hover{
	font-size: 15px;
  line-height: 60px;
	color: #f1f0f0;
}

.h-footwz strong{
	font-size: 16px;
	font-weight: bold;
	color: #f1f0f0;
}

.f_xx{
	width: 1260px;
	border-bottom: 1px #333b44 solid;
	margin: 0 auto;
	margin-top: 16px;
}


/*end bottom*/

/*首页新闻*/
.h-news1{
  width: 1350px;
  height: auto;
  overflow: hidden;
}
.h-news1 li{
  float: left;
  margin-right: 60px;
  margin-top:5px;
  width: 380px;
  height: 450px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.h-news1 li:hover{
  margin-top:0px;
}
.h-news1 li .tu{
  border:2px solid #3d9600;
  width: 376px;
  height: 238px;;
}
.h-news1 li .tu img{
  margin-top:6px;
  margin-left:6px;
  width: 364px;
  height: 226px;
}
.h-news1 li .tit a h3{
  margin-top: 15px;
  padding:15px 10px;
  background-color: #3d9600;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
}
.h-news1 li .tit .day{
  font-size: 13px;
  color: #666666;  
  text-align-last: center;
  padding:5px 0px;
}
.h-news1 li .tit p{
  margin-top: 15px;
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 150%;
  height: 60px;
  overflow: hidden;
}
.h-news1 li .more a{
  display: block;
  margin:0 auto;
  margin-top:15px;
  width: 80px;
  height: 30px;
  font-size: 15px;
  color: #333333;
  opacity: 0;
  transition: all 0.3s ease-out;
  border:1px solid #41a203;
  text-align: center;
  line-height: 30px;
}
.h-news1 li:hover .more a{
  width: 364px;
  opacity: 1;
}

/*内页*/
	/*联系我们*/
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;
}	

		
	
	
	
	
	
.ny-cont{
	padding:29px 23px 20px 30px;
	margin:0 auto;
	width: 95%;
	font-size: 15px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
	-moz-box-shadow:0px 4px 10px #ccc; -webkit-box-shadow:0px 4px 10px #ccc; box-shadow:0px 4px 10px #ccc;
}
.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: 1200px;
  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: 948px;
  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: 886px;
  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: 0.5%;
  width:23%;
  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-gun01 li:hover{
	background-color: #333333;
	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-gun01 li .tu{
	margin-top: 7px;
	margin-left: 10px;
	width: 100%;
	padding:0px;
	border:0px solid #434343;
	background-color: #e5e5e5;
	overflow: hidden;
}
.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{
  -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-gun01 li .p1-t{
	margin:0 auto;
	width: 93%;
	height: 40px;
	background-color: #ececec;
}

.h-pro-gun01 li .p1-t a h3{

  display: block;
  height:40px;
	line-height: 40px;
  font-size: 15px;
  color: #333;
  text-align: center;
  letter-spacing: 0px;

}
.h-pro-gun01 li .p1-t p{
	display: block;
	float: right;
	width: 110px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	text-indent: 25px;
	font-size: 17px;
	color: #fff;
	
}
.h-pro-gun01 li:hover .p1-t a h3{
	font-size: 17px;
    background-color: #0e6fda;
	color: #fff;
}
.h-pro-gun01 li .dianhu{
	  padding-top:9px;
    width: 90%;
    height: auto;
    font-size: 16px;
    margin: 0 auto;
    
}

.h-pro-gun01 li .dianhu span{
	  padding-top:9px;
    width: 90%;
    height: auto;
    font-size: 17px;
    margin: 0 auto;
    text-align: center;
    color: #e10307;
}

.h-pro-gun01 li .dianhu:hover{
	  padding-top:9px;
    width: 96%;
    height: auto;
    font-size: 15px;
    margin: 0 auto;
    color: #FFFFFF;
   	
}


.y-pro004{
  margin:0 auto;
  width: 1450px;
  height: auto;
  margin-top: 10px;
  padding-bottom: 100px;

  overflow: hidden;
}
.y-pro004 ul{
  width:1450px;
  margin: 0 auto;
  text-align: center;
}
.y-pro004 ul li{
	display: inline-block;
  margin-bottom: 24px;
margin-right:20px;
margin-left: 0px;
  width: 330px;
background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  -moz-box-shadow:0px 0px 16px #e3e3e3; -webkit-box-shadow:0px 0px 16px #e3e3e3; box-shadow:0px 0px 16px #e3e3e3;
}
.y-pro004 ul li:hover{
  box-shadow: 0px 0px 20px #aaa; background-color:#d7a02b;
}
.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;
}



.y-pro005{
  margin:0 auto;
  width: 1450px;
  height: auto;
  margin-top: 24px;

  overflow: hidden;
}
.y-pro005 ul{
  width:1450px;
  margin: 0 auto;
  text-align: center;
}
.y-pro005 ul li{
	display: inline-block;
  margin-bottom: 24px;
margin-right:20px;
margin-left: 0px;
  width: 330px;
background-color: #FFFFFF;
  border: 1px solid #e8e8e8;
}
.y-pro005 ul li:hover{
  box-shadow: 0px 0px 20px #aaa; background-color:#007fcc;
}
.y-pro005 ul li .tu{
  width:100%;
  overflow: hidden;
}
.y-pro005 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-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: 30px;
  font-size:16px;
  color: #202020;
  text-align: center;
  line-height: 30px;
}
.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:30px;
  font-size: 15px;
  color: #8a8a8a;
  text-align:center;
}
.y-pro005 ul li:hover p{
  color: #f4f4f4;
}

.h-pro-gun02 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-gun02 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-gun02 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-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 .p1-t{
	margin:0 auto;
	width: 94%;
	height: 32px;
	background-color: #fbfbfb;
}

.h-pro-gun02 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-gun02 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-gun02 li:hover .p1-t a h3{
    background-color: #eb1c24;
	color: #fff;
}
.h-pro-gun02 li .dianhu{
	margin-top:5px;
    width: 380px;
    height: auto;
}
.h-pro-gun02 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-gun02 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;
   	
}





.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;
   	
}




/*====================自适应新闻====================*/
.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;
}
/*首页新闻*/
.news1 {
  width: 1300px;
  height: auto;
  overflow: hidden;
}

.news1 li {
  float: left;
  margin-right: 32px;
  width: 290px;
  height: 420px;
}

.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: #d7a02b;
  color: #fff;
  border: 2px solid #eda813;
}



.y-news004{
   margin:0 auto;
  width:620px;
  height: auto;
  margin-bottom:10px;
  overflow: hidden;
}
.y-news004 ul{
  width: 620px;
  overflow: hidden;
}
.y-news004 ul li{
  margin-right:10px;
  float: left;
  width: 620px;
  height: 120px;
  padding:10px;
  margin-bottom:10px;
  background-color:#FFFFFF;
  border-bottom: 1px #767575 dotted;

}
.y-news004 ul li:hover{box-shadow: 0px 0px 15px #aaa; background-color:#f0f0f0;}
.y-news004 ul li img{
  float: left;
  width: 120px;
  height: 110px;
  overflow: hidden;
}
.y-news004 ul li .r01{
  text-align:left;
  float: right;
  width:489px;
  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: #494747;
}
.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: #666;
}

.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: #dc0105;
}






.y-news003 ul{
	width: 100%;
	height: auto;
	float: left;
}
.y-news003 ul li{
	width: 100%;
	margin-left: 20px;
	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:#26699e;
	
}
.y-news003 ul li .r a h5{
	margin-bottom:10px;
	line-height:24px;
	text-align:center;
	margin-right:10px;
	float:left;
	display:block;
	width:24px;
	height:24px;
	font-size: 15px;
	color:#fff;
	background:#0a51bb;
	

}
.y-news003 ul li .r h4{
	line-height:24px;
	text-align:center;
	margin-right:10px;
	float:left;
	font-size: 15px;
	display:block;
	width:24px;
	height:24px;
	color:#fff;
	margin-top: 4px;
	background:#e10010;
	
}
.y-news003 ul li p{
	overflow:hidden;
	height:46px;
	font-size:15px;
	line-height:150%;
	color:#585757;
	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;
	}
	
/*end  产品分类图片*/
.hx-proc{
  width: 1340px;
  margin-top: 24px;
}
.hx-proc li{
  float: left;
  padding-top: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 209px;
  height: 250px;
  box-sizing: border-box;
  transition: all 0.3s ease-out;
  background-color: #f0e6cf;
}
.hx-proc li:hover{
  padding-top: 10px;
  box-shadow: 0px 5px 5px 5px #efefef;
  background-color: #cb0202;
  border-radius: 15px;
}
.hx-proc li .tu{
  margin:0 auto;
  width: 185px;
  height: 170px;
  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:10px 0px;
  font-size: 18px;
  color: #333333;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease-out;

}
.hx-proc li:hover h3{
  color: #fff;
}

.hx-proc li .xian{
	width: 48px;
	border-bottom: 2px #FFFFFF solid;
	margin: 0 auto;

}
/*end 分类1*/


.part-cpfl2{ padding-bottom:30px; width: 1260px; margin: 0px auto;  }
.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: #d7a02b;
  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: #d7a02b !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: #e00024 !important;
  font-size: 15px;
 }


.part-cpfl2 ul li:hover a{
  background:#e00024;
  color: #ffffff; }
  

.cpms{
	 padding: 20px;
    width: 87% !important;
    height: 200px;
    background-color: #f0e6cf;
    margin: 0 auto;
    line-height: 26px;
    overflow: hidden;
}

.f-proc a{
	width: 60%;
}
