@charset "utf-8";
@font-face { 
  font-family:'font1'; 
  src: url('../font/politicaregular.ttf'); 
}
@font-face { 
  font-family:'font2'; 
  src: url('../font/Oswald-Medium.ttf'); 
}
@font-face { 
  font-family:'font3'; 
  src: url('../font/akrobat-regular.ttf'); 
}
@font-face { 
  font-family:'font4'; 
  src: url('../font/Oswald-ExtraLight.ttf'); 
}
@font-face { 
  font-family:'font5'; 
  src: url('../font/HelveticaNeueLTPro-ThEx.otf'); 
}
/* 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: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

.w-1260-1 {
	width: 1500px;
	margin: 0 auto;
	overflow: hidden;
}
.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.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-60 {
  margin-top: 60px;
}
#w-80 {
  width: 80%;
  margin: 0 auto;
}
#w-90 {
  width: 90%;
  margin: 0 auto;
}
/*search*/

.h-input1{
  float: left;
  width: 220px;
  height: 40px;
  border:1px solid #dcdcdc;
  background-color: #fff;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  text-indent: 15px;

}
.h-input2{
  float: right;
  width: 62px;
  height: 40px;
  background-color: #19b760;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 40px;
}
.hn-logo{
  float: left;
  width: 435px;
}
.top-1{
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #313131;
  line-height: 33px;
  border-bottom: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.top-1-l{
  float: left;
  width: 900px;
  line-height: 35px;
  color: #666;
  overflow: hidden;
}
.top-1-l img{
  display: inline-block;
  float: left;
  width: 32px;
  height: 32px;
  margin-top: 0px;
  margin-right: 10px;
  vertical-align:middle;
}
.top-1-r{
  float: right;
  width: 235px;
}
.top-1-r a{
  float: left;
  margin-top: 10px;
  border-right:1px solid #666;
  width: 77px;
  height: 15px;
  line-height: 14px;
  font-size: 14px;
  color: #262626;
  text-align: center;
}
.top-1-r a:last-child{
  border-right: none;
}
/*end search*/
/*menu*/

.H_menu_bg{
	height: auto;
	width: 100%;
}
/*公司名字*/
.bt1-wz{
    float:left;
	width: auto;
	height: auto;
	}

.bt1-wz h1{
	width: auto;
	height: 55px;
	font-size: 48px;
	font-weight: bold;
	color: #333333;
	margin-top:10px;
	}
.bt1-wzh{
	font-size: 48px;
	font-weight: bold;
	color: #f20000;
	}
.bt1-yw{
float:left;
	width: auto;
	font-size: 24px;
	color: #515151;
	font-family: "微软雅黑";
	text-transform: uppercase;
	margin-top:10px;
	}
.bt1-yw1{
    float:left;
	width: auto;
	height: auto;
	font-size: 16px;
	color: #fff;
	font-family: "微软雅黑";
	text-transform: uppercase;
	background-color:#666666;
	padding:5px;
	margin-left:20px;
	}	
.bt1-dhz{
	float:right;
	width: auto;
	height: auto;
	text-align: left;
	}	
.bt1-dh{
	float:right;
	width: auto;
	height: auto;
	text-align: right;
	}	
	
.h-menu-w{
  float:left; 
  width: 50%;
  padding:12px 0px 9px;
  overflow: hidden;
  margin-top:40px;
}
.h-menu {
  margin:0 auto;
  width:auto;
  text-align: center;
}

.h-menu li {
  display: inline-block;
  position: relative;
  width: 112px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  overflow: hidden;
}

.h-menu li a{
  display: block;
  padding:9px;
  font-size: 17px;
  color: #333;
  text-align: center;
  transition: all 0.3s ease-out;
}

.h-menu li:hover a{
  color: #fff;
  background-color: #77b927;
  
}

.h-menu-hover{
  background-color: #77b927 !important;
  color: #fff !important;
}

/*end所有标题*/
.h-proc1 {
  width: 1260px;
  margin: 0 auto;
  height: auto;
  text-align: center;
}

.h-proc1 a h3{
  display:inline-block;
  background-color:#f39800;
  margin-right: 4px;
  margin-bottom: 7px;
  width: 175px;
  height: 45px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 45px; 
  transition: all 0.3s ease-out;
}

.h-proc1 a:hover h3 {
  background-color: #f31212;
  color: #fff;
}

.h-proc1-hover h3{
  color: #fff !important;
  background-color: #343434 !important;
}
.proc1-hover h3{
  color: #fff !important;
  background-color: #343434 !important;
}
.zsbj{
	width: 100%;
	height:auto;
	margin: 0 auto;
	background-image:url(../images/zsbj.jpg);
	padding-bottom:30px;
}
/*end menu*/
/*--导航--*/
*{list-style:none;}

#dh{width:100%; height:55px;background: #f20000; margin-top:5px;}
.topdh{ margin:0 auto;height:55px;width:1260px;}
.topdh ul{ margin:0px;padding:0px;}
.topdh ul li{ margin:0px; float:left; width: 156px; height: 55px; line-height: 55px; text-align: center; }

.topdh ul li dl{display: none;}
.topdh ul li:hover dl{ display:block; position:relative; z-index: 99999; }

.topdh ul li dl dt{ width:150px; background: #1d7ee9; line-height: 40px; }
.topdh ul li dl dt a{display: block; width:150px; height: 50px; border-bottom: 1px solid #fff; background: #333; font-size: 16px; color: #ffffff; line-height: 50px;  text-align:center;}
.topdh ul li dl dt a:hover{display: block; width:150px; height: 50px; background: #00bff3; line-height: 50px; color: #ffffff; text-align:center; }

.topdh ul li a{
	display: block;
	float:left;
	font-size: 18px;
	width: 130px;
	color: #ffffff;
	transition: 0.2s all;
}
.topdh ul li a:hover{ width: 150px; background:#072f4c; color:#333; background:#fec711; }
/*top*/
.top-bg{
  width: 100%;
  height: 144px;
  background-color: #0490ab;
}
.top-w{
  width: 1450px;
  margin:0 auto;
}

/*title*/
.tita{
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.tita h2{
  display: block;
  margin-top: 25px;
  font-size: 48px;
  color: #333;
  font-weight: bold;
  letter-spacing: 2px; 
  text-align: center;
}
.tita .zia{
  display: inline-block;
  font-size: 48px;
  color: #f20000;
  font-weight: bold;
}
.tita p{
	display: block;
	color: #77b927;
	text-align: center;
	font-weight: bold;
}
.tita span{
display: block;
	width: 540px;
	height:50px;
	margin: 0 auto;
	text-align: center;
	line-height:50px;
	font-size: 22px;
	color: #696969;
	background-image: url(../images/anli.png);
}
.tita11{
	width: 100%;
	height:40px;
	text-align: center;
	text-transform: uppercase;
	line-height:40px;
	font-size: 21px;
	color: #4d4d4d;
}
.tita1y{
	width: 100%;
	height:auto;
	text-align: center;
	text-transform: uppercase;
	line-height:20px;
	font-size: 15px;
	color: #bebdbd;
}
.titb{
  width: 100%;
  padding:30px 0px;
}
.titb .titb-l{
  float: left;
  width: 1040px;
}
.titb .titb-l span{
  display: block;
  font-size: 35px;
  color: #040404;
  font-weight: bold;
  text-transform: uppercase;
}
.titb .titb-l h2{
  display: inline-block;
  padding:5px 15px 15px 0px;
  border-bottom:2px solid #007ccb;
  font-size: 26px;
  
}
.titb .titb-l p{
  display: block;
  margin-top: 16px;
  font-size: 16px;
  color: #575757;
}
.titb a{
  float: right;
  width: 200px;
  height: 57px;
  background-color: #007ccb;
  text-align: center;
  line-height: 57px;
  font-size: 16px;
  color: #fff;
}

.tit02 {
  width: 100%;
  height: 53px;
}

.tit02 h2 {
  display: block;
  float: left;
  width: 141px;
  height: 32px;
  background-color: #fdc51b;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 32px;
}

.tit02 a {
  display: block;
  float: right;
  width: 62px;
  height: 23px;
  border: 1px solid #dcdcdc;
  font-size: 12px;
  color: #787878;
  text-align: center;
  line-height: 23px;
  letter-spacing: 0px;
  transition: all 0.4s ease-out;
}

.tit02 a:hover {
  background-color: #fdc51b;
  color: #fff;
}

/*end title*/
/*------------分类---------*/
#cpfl{width:100%; height:auto; margin: 0 auto; padding-top:30px; overflow:hidden;}
#cpfl ul{margin:0 auto; width:78%; height:auto; text-align:center; overflow:hidden;}
#cpfl li{width:180px; height:auto; border-radius:10px; margin-left:29px; text-align:center;float:left;}
#cpfl li img{width:150px; height:150px;border-radius:180px; border: #dadada 10px solid; margin-top:10px;}
#cpfl li:hover img{border-radius:180px; filter:alpha(Opacity=80);-moz-opacity:0.3;opacity: 0.5;transition: all 1s;-moz-transition: all 1s; -webkit-transition: all 1s; -o-transition: all 1s;}
#cpfl li p {width:150px; height:auto; margin: 0 auto; background-color:#616161;  border-radius:10px; margin-top:10px; margin-bottom:1px; text-align:center;}
#cpfl li p:hover  { background-color:#f31212;  border-radius:10px; margin-top:10px; text-align:center;}
#cpfl li p a{font-family:"微软雅黑"; font-size:16px; color:#fff; line-height:30px;font-weight:bold;}

/*滚动2*/
.h-pro-gun02 li{
  margin-right: 15px;
  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:245px;
  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 a h3{
	margin-top:0px;
	display: block;
	/*  width:246px;*/
  height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #000;
	text-align: center;
	letter-spacing: 0px;
	/*border-bottom: 2px solid #b5b5b5;*/
  transition: all 0.3s ease-out;
	background-color: #e9e9e9;
}
.h-pro-gun02 li a h3:hover{
	color: #000;
	background-color: #FF9933;
}
/*end middle*/
.shipinkuang{width:30%;width:30%;text-align:center; line-height:30px; margin:5px; float:left;}

.anliroll {height:1800px;width:85%;margin:0 auto; margin-top:30px;}
.anliroll li {float: left;width: 23%;background: #fff;margin: 2% 0 0 1.4%; }
.anliroll li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anliroll li a h4 {overflow: hidden; }
.anliroll li a img {width: 100%; display: block;transition: all .5s; }
.anliroll li a ol {background: #efefef;color: #000;width: 100%;z-index: 555;transition: all .2s;text-align: center;font-size: 18px; line-height:20px;padding: 20px;box-sizing: border-box; }
.anliroll li a ol i {
	display: block;
	color: dimgray;
	font-size: 14px;
	margin-top: 10px;
	font-style: normal;
}
.anliroll li a ol i p { display: block;font-size: 16px;margin-top: 10px; }
.anliroll li a ol a {color: #fff;font-size: 18px; }
.anliroll li a:hover img {transform: scaleX(1.0) scaleY(1.0); }
.anliroll li a:hover ol {background: #f31212;color: #fff; }
.anliroll li a:hover ol i {color: #fff;}
/*middle*/
/*第一部分*/
.part1-l{
  float: left;
  padding-bottom: 100px;
  width: 300px;
  height: auto;
  background: -webkit-linear-gradient(top,#4d89f7,#1d4baa);
}
.pro-tit{
  padding: 35px 0px;
  text-align: center;
  overflow: hidden;
}
.pro-tit h2{
  display: block;
  text-align: center;
  font-size: 31px;
  color: #fff;
  font-weight: bold;
}
.pro-tit p{
  display: block;
  text-align: center;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}
.ny-fenlei1{
  padding:0px 25px 30px 25px;
  height: auto;
  overflow: hidden;
  box-sizing: border-box;
}
.ny-fenlei1 dt a{
  display: block;
  padding:11px 16px;
  margin-bottom: 10px;
  background-color: #fff;
  font-size: 18px;
  color: #000000;
}

.ny-fenlei1 dd a{
  position: relative;
  display: block;
  text-indent: 35px;
  padding:5px;
  width: 100%;
  border-bottom:1px solid #8dadfa;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  box-sizing: border-box;
}
.ny-fenlei1 dd a::before{
  content: "";
  position: absolute;
  top:12px;
  left:25px;
  z-index: 111111;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
.ny-fenlei1 dd a:hover{
  background-color: #fff;
  color: #333;
}
.ny-fenlei1-hover{
  background-color: #fff !important;
  color: #333 !important;
}



/*分类*/
.gl-proc-w {
  width: 1260px;
  margin:0 auto;
  margin-top: 15px;
  padding: 20px 0px;
  overflow: hidden;
}

.gl-proc {
  padding: 0px 0px 15px;
  text-align: center;
}

.gl-proc li {
  display: inline-block;
  text-align: -webkit-match-parent;
}

.gl-proc li a {
  display: block;
  margin:5px;
  font-size: 20px;
  width:155px;
  background-color: #00a0e9;
  padding: 5px 10px 8px;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  transition: all 0.5s;
}

.gl-proc li:hover a {
  background-color: #f00f0d;
  color: #fff;
}



/*简介*/
.about-part1{
  background-color: #f37f2f;
  padding:40px 70px;
  text-align: center;
}
.about-part1 li{
  display: inline-block;
  width: 24%;
  vertical-align: top;
}
.about-part1 li .numa{
  float: left;
  width: 79px;
  height: 79px;
  text-align: center;
  font-size: 45px;
  color: #414141;
  line-height: 79px;
  font-weight: bold;
  background-color:#fff;
  border-radius: 5px;
  overflow: hidden;
}
.about-part1 li .nra{
  margin-left: 100px;
  padding-top: 3px;
  padding-right: 15px;
}
.about-part1 li .nra p{
  display: block;
  font-size: 20px;
  color: #fff;
}
.about-part1 li .nra span{
  display: block;
  font-size: 10px;
  padding-top: 5px;
  color: #fff;
  text-transform: uppercase;
}

.about-border{
  box-sizing: border-box;
  overflow: hidden;
}
.about-w1{
	width: 100%;
	height: 511px;
	background-image: url(../images/jj.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.about-w2{
	width: 990px;
	height: auto;
	margin: 0 auto;
	font-size: 60px;
	color:#FFFFFF;
	text-align:center;
	padding-top:40px;
	font-weight: bold;
}
.about-w3{
	font-size: 60px;
	color:#fff000;
	text-align:center;
	padding-top:40px;
	font-weight: bold;
}
.about-w4{
	font-size: 20px;
	color:#fff;
	text-align:center;
	padding-top:5px;
}
.about-w{
  width: 100%;
  height: auto;
  background-color:#f3f3f3;
  padding-bottom:30px;

}
.about-l{
float:right;
  width: 770px;
  height: auto;
}
.about-r{
  float: left;
  width: 530px;
}

.about-tit{
width:150px;
  display: block;
  font-size: 36px;
  color: #333;
  font-weight: bold;
  line-height:60px;
  border-bottom: 2px solid #FF0000;
}

.about-cont{
  width: 100%;
  height: 280px;
  overflow: hidden;
  margin-top:10px;
}
.about-cont p,
.about-cont p a,
.about-cont p strong{
  font-size: 17px;
  color: #333;
  line-height: 190%;
  
  
}
.about-more a{
  display: inline-block;
  padding:15px 40px;
  font-size: 16px;
  color: #fff;
  background-color: #ffa100;
  overflow: hidden;
}
.about2-l{
  float: left;
  margin-top: 30px;
  width: 650px;
  height: 420px;
  background-color:#666666;
}
.video-w{
  width: 100%;
  box-sizing: border-box;
  border:8px solid #313131;
  background-color: #000;
  overflow: hidden;
}
.video-w p{
  display: block;
  padding:20px 0px;
  font-size: 29px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.slcj{
  width: 1320px;
  height: 313px;
  margin: 0 auto;
}


.youshi{
    float:right;
	width: 310px;
	height: 270px;
	border:1px solid #FFFFFF;
	border-radius:10px;
}

.youshi1{
    float:left;
	width: 310px;
	height: 270px;
	border:1px solid #FFFFFF;
	border-radius:10px;
	margin-right:16px;
}
.youshi1-1{
    float:left;
	width: 485px;
	height: 664px;
	background-image: url(../images/ys2.png);
	margin-right:15px;
}
.youshi2{
	width: 98px;
	height: 98px;
	margin: 0 auto;
	margin-top:20px;
}
.youshi2-1{
	width:90%;
	height: auto;
	margin: 0 auto;
}
.yswz{
    width:auto;
	height: auto;
	margin: 0 auto;
	line-height:60px;
	color:#fff;
	font-size:32px;
	text-align:center;
	font-weight: bold;
}
.yswzx{
    width:60px;
	height: 2px;
	margin: 0 auto;
	background-color:#FFFF00;
}
.yswzyw{
    width:auto;
	height: auto;
	margin: 0 auto;
	font-size:18px;
	color:#fff;
	text-align:center;
	margin-top:10px;
	line-height:30px;
}
.yswz1{
	width: 90%;
	height: 140px;
	margin: 0 auto;
	line-height:27px;
	color:#666;
	font-size:15px;
	margin-top:10px;
}
.youshi2r{
    float:right;
	width: 303px;
	height: auto;
	background-color:#f2f2f2;
}
/*case*/
.h-case{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.h-case li{
  float: left;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  width: 23.5%;
}
.h-case li:nth-child(4n){
  margin-right:0px;
}
.h-case li .tua{
  width: 100%;
  overflow: hidden;
  background-color: #efefef;
}
.h-case li .tua 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;
}
.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:20px 15px;
  width: 100%;
  font-size: 17px;
  color: #333;
  background-color: #dde2e6;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease-out;

}
.h-case li:hover a h3{
  color: #fff;
  background-color: #f31212;
}


/*产品*/
.part1-r{
  margin-left: 330px;
}
.jg-pro-bg {
  width: 100%;
  background-color: #f8f8f8;
  padding: 40px 0;
  overflow: hidden;
}

.jg-pro {
  width: 102%;
  height: auto;
}

.jg-pro li {
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
  width:19%;
  background-color: #FFF;
  overflow: hidden;
}

.jg-pro li .tu {
  position: relative;
  width: 100%;
  border: 1px solid #efefef;
  box-sizing: border-box;
  overflow: hidden;
}

.jg-pro li .tu img {
  width: 100%;
  -webkit-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  transition: All 0.4s ease-in-out;
}

.jg-pro li:hover .tu img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.jg-pro li:hover .tu:before {
  opacity: 1;
}

.jg-pro li .tit {
  padding: 15px 0px;
  background-color: #fff;
  transition: all 0.5s ease-out;
  border: 1px solid #efefef;
}

.jg-pro li:hover .tit {
  border: 1px solid #144a9a;
}

.jg-pro li .tit a h3 {
  font-size: 17px;
  padding-bottom: 6px;
  color: #333;
  text-align: center;
  font-weight: bold;
}
.jg-pro li:hover .tit a h3{
  color: #144a9a;
}

.jg-pro li .tit p.intro {
  height: 24px;
  font-size: 15px;
  color: #333;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.jg-pro li .tit p.intro img{
  display: inline-block;
  padding-right: 8px;
  vertical-align: middle;
}

.jg-pro li .tit span {
  display: block;
  margin: 3px 5px;
  border-top: 1px solid #fff;
  padding-top: 4px;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 150%;
}

.jiantu-w{
  width: 100%;
  height:216px;
  background: url(../Images/jiantu.jpg) top center no-repeat;
  overflow: hidden;
}



/*厂区*/
.changqu{
  margin:0 auto;
  margin-top: 30px;
  width: 100%;
}
.changqu li{
  float: left;
  position: relative;
  display: inline-block;
  width: 23.8%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  border-radius: 0px;
  overflow: hidden;
}
.changqu li:nth-child(4n){
  margin-right: 0px;
}
.changqu li .tua{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.changqu li .tua img{
  width: 100%;
}
.changqu li h3{
  position: absolute;
  top:0px;
  left:0px;
  z-index: 100;
  padding:10px 30px;
  text-align: center;
  font-size: 19px;
  color: #fff;
  background: rgba(12,127,149,0.7);
}
/*简介下内容*/

.zaboutb{
  width: 100%;
  height: 380px;
  margin: 0 auto;
}
.zaboutb1{
  float:left;
  width:25%;
  background: url(../images/j01.jpg) no-repeat center;
  height: 380px;
}
.zaboutb2{
  float:left;
  width:25%;
  background: url(../images/j02.jpg) no-repeat center;
  height: 380px;
}
.zaboutb3{
  float:left;
  width:25%;
  background: url(../images/j03.jpg) no-repeat center;
  height: 380px;
}
.zaboutb4{
  float:left;
  width:25%;
  background: url(../images/j04.jpg) no-repeat center;
  height: 380px;
}



.zaboutb1:hover{
  background: url(../images/j01h.jpg) no-repeat center;
  height: 380px;    transition: All 0.5s ease-in-out;
}
.zaboutb2:hover{
  background: url(../images/j02h.jpg) no-repeat center;
  height: 380px;    transition: All 0.5s ease-in-out;
}
.zaboutb3:hover{
  background: url(../images/j03h.jpg) no-repeat center;
  height: 380px;    transition: All 0.5s ease-in-out;
}
.zaboutb4:hover{
  background: url(../images/j04h.jpg) no-repeat center;
  height: 380px;    transition: All 0.5s ease-in-out;
}

.tiao{
  width: 250px;
  height: 1px;
  background: #fff;
  margin:0 auto;
  margin-top: 90px;
}
.zi{
	font-size: 26px;
	color: #f9eb47;
	line-height: 60px;
	margin:0 auto;
	text-align: center;
	font-weight: bold;
}
.ziall{
  width: 65%;
  margin:0 auto;
  color: #fff;
  line-height: 28px;
  margin-top: 20px;
  font-size: 16px;
}
.jies{transition:  all 0.3s ease-in-out;}
.jies:hover{padding-top: 15px;}
.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: #494949;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.llq-news .two-news{
  float: right;
  width: 800px;
  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: #f31212;
}
.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: 565px;
}
.llq-news .two-news li .two-r a h3{
  display: block;
  font-size: 17px;
  color: #474747;
  width: 100%;
  height: 50px;
  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: #ff7b19;
}
.llq-three-news li:hover{
  background-color: #f31212;
}
.llq-three-news li a h3{
  display: block;
  float: left;
  width: 295px;
  height: 55px;
  line-height: 55px;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
}
.llq-three-news li span{
  display: block;
  float: right;
  width: 75px;
  height: 55px;
  font-size: 13px;
  color: #fff;
  line-height: 55px;
  text-align: center;
}
.llq-three-news li:hover a h3,
.llq-three-news li:hover span{
  color: #fff;
}

/*首页新闻*/
.news-wbj{
	width: 100%;
	height: 383px;
	background-image: url(../images/xw.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.news-wbt{
	width: 850px;
	height:180px;
	margin: 0 auto;
	padding-top:100px;
}
.news-w{
  padding-top: 10px;
  width: 100%;
  height: auto;
  background-color:#f5f5f5;
}
.news-l{
  float: left;
  width: 40%;
}
.news-r{
  float: right;
  width: 56%;
}
.news01 .tua{
  width: 100%;
}
.news01 .tua img{
  width: 100%;
}
.news01 .nra{
  padding:30px 30px 40px 30px;
  background-color: #fff;
}
.news01 .nra h3{
  display: block;
  font-size: 22px;
  color: #333;
}
.news01 .nra p{
  display: block;
  margin-top: 8px;
  font-size: 15px;
  color: #7e7e7e;
  height: 46px;
  overflow: hidden;
  line-height: 150%;
}
.news02{
  height: auto;
  }
.news02 li{
  margin-bottom: 18px;
  overflow: hidden;
}
.news02 li .tua{
  float: left;
  width: 250px;
}
.news02 li .tua img{
  display: block;
  width: 100%;
}
.news02 li .nra{
  margin-left: 280px;
}
.news02 li .nra h3{
  display: block;
  height: 51px;
  font-size: 18px;
  color: #000;
  line-height: 150%;
}
.news02 li .nra p{
  display: block;
  height: 42px;
  font-size: 14px;
  color: #7e7e7e;
  line-height: 150%;
  overflow: hidden;
}
.news02 li .nra span{
  display: block;
  margin-top: 23px;
  font-size: 14px;
  color: #7e7e7e;
}
/*end首页新闻*/
.hb-tit{
  float: left;
  padding:10px;
  width: 80px;
  height: 80px;
  background-color: #00a0e9;
  box-sizing: border-box;
  text-align: center;
}
.hb-tit p{
  display: block;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.hb-list{
  float: right;
  width: 1205px;
}
.hb-list li{
  float: left;
  width: 16%;
  margin-right: 0.5%;
}
.hb-list li:nth-child(6n){
  margin-right: 0px;
}
.hb-list li img{
  width: 100%;
}

/*end middle*/
/*foot*/
.foot-bg {
	padding: 50px 0px 35px 0px;
	width: 100%;
	overflow: hidden;
	background-color:#333333;
}
.f-tit1{
  width: 100%;
  height: 45px;
}
.f-tit1 h4{
	display: block;
	height: 25px;
	border-left:6px solid #fdc51b;
	text-indent: 15px;
	font-size: 20px;
	color: #fff;
	line-height: 25px;
	font-weight: bold;
}
.f-menu{
  float: left;
  width: 258px;
  height: auto
}
.f-menu1{
  width: 177px;
}
.f-menu1 a{
  display: block;
  float: left;
  width: 100%;
  height: 22px;
  font-size: 14px;
  color: #dfdfdf;
}
.f-proc1{
  margin-right: 75px;
  float: left;
  width: 300px;
  height: auto;
  overflow: hidden;
}
.f-proc1 a{
  display: block;
  float: left;
  width: 127px;
  height: 42px;
  font-size: 16px;
  color: #dfdfdf;
}
.f-cont1{
  float: left;
  width: 350px;
  height: auto;
  color: #fff;
}
.f-cont1 p, .f-cont1 p p, .f-cont1 p a, .f-cont1 p p a{
  font-size: 16px;
  color: #dfdfdf;
  line-height: 150%;
  letter-spacing: 0px;
}

.ewm1{
  float: right;
  width: 140px;
  height: auto;
   text-align: center;
   margin-top:80px;
}
.ewm1 p{
  width: 140px;
  margin-top: 8px;
  font-size: 14px;
  color: #dfdfdf;
  text-align: center;
}
.ewm1 img{
  width: 115px;
}

.bq{
  padding:10px 0px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #f20000;
}
.bq img{
  display: inline-block;
  vertical-align: middle;
}
.bq p, .bq p a, .bq a{
  font-size: 14px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}
/*end bottom*/



/*内页*/
/*标题*/
.tit-line{
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #e5e5e5;
}
    
	/*联系我们*/
ul.lx{width:100%;}
ul.lx img{max-width:100%;height:auto;}
ul.lx li.lianxi{float:left;width:45%;padding-right: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;}
	/*单页效果*/
.ny-cont{
	margin:0 auto;
	width: 100%;
	font-size: 15px;
	color: #333;
	line-height: 190%;
	letter-spacing: 0px;
  padding:30px 50px;
  box-sizing: border-box;
  background-color: #faf8f8;
  border:1px solid #efefef;
}
.ny-cont p, .ny-cont p a{
	margin-top:15px;
	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-cont table tbody tr td{padding:10px;}
/*详情页样式*/
.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: 960px;
  height: 80px;
  background-color: #e5e5e5;
  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:50px;
  width: 850px;
  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;
}
/*内页产品详情电话*/
.yan-phone{
  margin-top: 20px;
  border-top:1px solid #efefef;
  overflow: hidden;
}

.proshow1{
  overflow: hidden;
}
.proshow1 p{
  display: block;
  padding:5px;
  font-size: 17px;
  color: #2e2e2e;
  vertical-align: middle;
  line-height: 40px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden;
}
.proshow1 p img{
  display:inline-block;
  float: left;
  margin-right: 15px;
  vertical-align: middle;
}
.proshow1 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
.proshow2{
  margin-top: 20px;
  overflow: hidden;
  text-align: center;
}
.proshow2 li{
  float: left;
  margin:0 5px;
  width: 140px;
  height: auto;
}
.proshow2 li img{
  display: block;
  margin:0 auto;
  margin-bottom: 10px;
}
.proshow2 li p{
  display: block;
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  text-align: center;
}
.proshow2 li p strong{
  font-size: 17px;
  color: #434343;
  line-height: 170%;
  font-weight: bold;
}
.proshow2 a{
  display: block;
  margin-top: 15px;
  width: 206px;
  height: 47px;
  background-color: #434343;
  text-align: center;
  line-height: 47px;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
}
.qinewa{
	width: 1260px;
	margin: 0 auto;	
	height: 529px;
}
.qinewal{
	width: 692px;
	height: 517px;
	float: left;
}
.qinewar{
	width: 546px;
	height: 502px;
	float: right;
	background: #f4f4f4;
}

/*新闻*/
.h-news01{
width: 692px;
height: auto;
overflow: hidden;
margin: 0 auto;
margin-top: 36px;
}
.h-news01 li{
	float: left;
	margin-right: 71px;
	margin-bottom: 13px;
	width: 647px;
	height: 146px;
	border-bottom: 1px dashed #e3e1e1;
}
.h-news01 li .num001{
  float: left;
width: 188px;
height: 121px;
  
  font-family: "ITC Avant Garde Gothic";
  font-size: 90px;
  color: #000000;
  line-height: 80px;
}
.h-news01 li .num001 img{
	width: 188px;
	height: 121px;
}

.h-news01 li:hover .num001{
  color: #eba204;

}
.h-news01 li .r01{
  float: right;
  width: 430px;
  height: auto;
  overflow: hidden;
  margin-top: 18px;
}
.h-news01 li .r01 a h4{
  display: block;
  height: 37px;
  font-size: 17px;
  color: #000000;
  overflow: hidden;
  line-height: 100%;
  letter-spacing: 0px;
}
.h-news01 li:hover .r01 a h4{
  color: #FF6600;
}
.h-news01 li .r01 p{
  display: block;
  height: 50px;
  font-size: 14px;
  color: #888888;
  line-height: 170%;
  letter-spacing: 0px;
}


.xinwes{
  width:493px;
  height: 32px;
}

.xinwex{
  width: 493px;
  height: 75px;
}
.xinwenl{
  background: #ffa800;
  width: 28px;
  height: 30px;
  float: left;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
.xinwenr{
  width: 450px;
  height: 30px;
  line-height: 30px;
  float: left;
  margin-left: 13px;
}
.xinwenr h3 a{
  font-size: 17px;
  color: #333;
}
.xinwenx{
  width: 493px;
  height: 85px;
  overflow: hidden;
  margin-top: 15px;
}
.xinwenxl{
  background: #ffa800;
  width: 28px;
  height: 30px;
  float: left;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top:5px;
}
.xinwenxr{
  width: 450px;
  height: 46px;
  line-height: 22px;
  float: left;
  margin-left: 5px;
  font-size: 14px;
  color: #6a6a6a;
  overflow: hidden;margin-left: 13px;
}
.tlianxirt {
    width: 267px;
    height: 52px;
    background: url(../images/ke_21.jpg) no-repeat center;
    font-size: 25px;
    margin: 0 auto;
    margin-top: 0px;
    text-align: center;
    line-height: 52px;
    margin-top: 20px;
    margin-bottom: 30px;

}
.qinewar li{
	width: 90%;
	margin: 0 auto;
}

/*手机站*/
@media only screen and (max-width: 1600px) {
  #w-80 {
    width: 1300px;
  }
}
@media only screen and (max-width: 1300px) {
  #w-80 {
    width: 1300px;
  }
  #w-90 {
    width: 1300px;
  }
}
