﻿@charset "utf-8";
/* CSS Document */
*{
margin:0;
padding:0px;
}
body{font-size:15px;
line-height:24px;
color:#737373;
background:#fff; font-family:Arial, Helvetica, sans-serif;
}
img{
border:none;
}
ul li{
list-style:none;
}
a{color:#737373; text-decoration: none;}

a:hover{color:#009ce5;text-decoration:none;}

@font-face {
	font-family:Barlow-Regular;
	src: url('../css/Barlow-Regular.ttf'); }
	
	
h1{
float:left; color:#000000; font-size:29px;padding-bottom:0px; font-weight:900;  line-height:55px; width:450px; 
}
h1 img{ padding-right:17px; float:left}
h1 a{color:#000000; }
h1 a:hover{color:#000000; }

h1 span{ font-size:16.2px; color:#4a4a4a; font-weight:normal; font-family:Arial, Helvetica, sans-serif;  line-height:13px;text-transform:uppercase; letter-spacing:0.4px; }

.head{
width:1200px; 
margin:auto;padding-top:20px;
}

.zdwz{ width:330px; float:right; color:#df0b0b; font-size:20px;padding-top:10px; letter-spacing:7.2px; line-height:25px;}
.zdwz p{ float:left; color:#df0b0b; font-size:14.5px;letter-spacing:0px;}

.zdwz1{ float:left; color:#9d9d9d; font-size:17px;  padding-top:15px; line-height:26px; }
.zdwz1 img{ float:right; padding-left:8px;}

.mobile_daohang{ display:none}
.bottomNav {display:none}

/*--------------------index.html start----------------------*/
#container{
width:1200px;
margin:auto;

}


#menuz1{width:52%;  margin-top:22px;float:right; padding-bottom:35px;}
#menuz2{width:100%; margin:auto;
}
#menuz{width:100%; float:left ;font-size:18px; line-height:40px; }
#menuz ul{ width:100%;}
#menuz ul li{float:left; margin-left:1px; }
#menuz ul li a{ padding-right:15px;padding-left:16px;}
#menuz ul li a:hover{background:#65caf9; float:left;color:#fff; border-radius:80px; }

.bnbn{background:#95c52a; float:left;color:#fff; border-radius:80px;  text-align:center}
.bnbn a{color:#fff;border-radius:80px; }
.bnbn a:hover{background:#95c52a!important }








.yuyan{ float:right; background:#0078b6; }	

ul.menu {list-style:none; margin:0; padding:0;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none; padding-left:0px; text-align:center; }

ul.menu li {position:relative;  float:left;}
ul.menu ul {position:absolute;  left:-1px; display:none; opacity:0; list-style:none;  }
ul.menu ul li {position:relative; width:130px;  text-align:center; overflow:hidden; font-weight:normal;background:#0078b6; font-size:14px; border-top:#00699a solid 1px; line-height:40px;}
ul.menu ul li a {color:#fff;font-weight:normal;font-family:Arial, Helvetica, sans-serif; }
ul.menu ul li a:hover { color:#fff; background:#009ce5}
ul.menu ul ul { top:0px;}
ul.menu .menulink {  font-weight:none;padding-top:0px; padding-bottom:0px;font-size:16px;_display:inline-block; width:128px;    line-height:60px; color:#FFFFFF;font-weight:900;}
ul.menu .menulink:hover, ul.menu .menuhover {color:#fff;  background:#0078b6; overflow:hidden ;}



.search1{
width:70px;height:65px;
float:right;
}


.header-button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
background:#009ce5; 
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  display: block;
  width: 70px;
  height: 65px;
  margin: 0;
  padding: 0;
  padding-left:18px;
  outline: none;
  border: none;
  cursor: pointer;
}
#toggle-menu {
  float: left;
  background-position: 0 0;
  background-color: #035710;
}

#toggle-search {
  float: right;
  background-position: -60px 0;
}
#toggle-search.open:after {
  top: 45px;
}
#toggle-search:after {
  -moz-transition: top, 0.5s;
  -o-transition: top, 0.5s;
  -webkit-transition: top, 0.5s;
  transition: top, 0.5s;
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -8px;
  content: "";
  border-color: transparent transparent #fff;
  border-style: solid;
  border-width: 8px 8px 12px;
}

#toggle-basket {
  position: relative;
  float: right;
  background-position: -120px 0;
}
#toggle-basket:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 50px;
  content: "";
  background-color: #000;
}

#search-form {
  -moz-transition: max-height, 0.5s;
  -o-transition: max-height, 0.5s;
  -webkit-transition: max-height, 0.5s;
  transition: max-height, 0.5s;
  position:absolute;
  top:187px;
  left:0;
  width:100%; 
  max-height: 0;
  overflow: hidden;
  background-color: #fff; box-shadow: 2px 2px 10px #a7cfae;
  z-index:10;
}
#search-form.open {
  max-height: 60px;
}
#search-form fieldset {
  position: relative;
  margin: 0 60px 0 0;
  padding: 0;
  border: none;
}
#search-form input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 60px;
}
#search-form input[type="search"] {
  width: 100%;
  padding: 0 0px 0 42px;
  background: transparent;
  font-size:16px;
  border: none;
}


#search-form input[type="submit"] {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  background: #035710;
  font-size:16px;
  border: none;
  cursor: pointer;
}



.searchinput{
color:#939393;
font-size:16px;
border:#fff solid 1px;
line-height:65px;
padding-left:15px;
width:100%;
float:left;
display:inline;
background:#fff;
}










#flash{
width:100%;
height:620px;
float:left;
}





.banner{
			width: 100%;
			/*height: 560px;*/
			/*background: black;*/
			/*子绝父相*/
			position: relative;
			/*超出部分全部隐藏，解决横向滚动条*/
			overflow: hidden;
		}
		.banner ul{
			position: absolute;
		}
		.banner ul li{
			/*这个100%是相对于父盒子的（会把父盒子的宽度继承过来,如父盒子300%,这这里的100%就会相当于300%）*/
			width: 100%;
			height:517px;
			float: left;
			background:  no-repeat center center;
		}
		/*.banner ul li:nth-child(1){*/
			/*background: url('./1.jpg') no-repeat center center;*/
		/*}*/
		/*.banner ul li:nth-child(2){*/
			/*background: url('./2.jpg') no-repeat center center;*/
		/*}*/
		/*.banner ul li:nth-child(3){*/
			/*background: url('./3.jpg') no-repeat center center;*/
		/*}*/
		.banner ol{
			/*width: 60px;*/
			height: 20px;
			background:none;
			position: absolute;
			left:50%;
			/*margin-left: -40px;*/
			bottom: 30px;
			padding: 0 10px;
			border-radius: 10px;
			 z-index:200;
		}
		.banner ol li{
			width: 10px;
			height: 10px;
			float: left;
			margin: 5px 5px;
			background: rgba(255,255,255,0.5);
			border-radius: 50%;
			cursor: pointer;
			list-style-type:none;
		}
		.banner ol .current{
			background: rgba(255,255,255,1);
		}
		.banner i{
			width: 58px;
			height: 120px;
			position: absolute;
			top: 50%;
			margin-top: -60px;
			cursor: pointer;
			border-radius: 5px;
			display: none;
			 z-index:200;
		}
		.banner .left{
			left: 20px;
			background:url(../images/left_right.png) no-repeat 0 0px;
		}
		.banner .right{
			right: 20px;
			background:url(../images/left_right.png) no-repeat 0px -120px;
		}
		.banner .left:hover , .banner .right:hover{
			background-color:none;
		}










.wd1200{ width:1200px; margin:0 auto; padding-top:35px; padding-bottom:0px; clear:both}
.wenzi{ text-align:center; margin:0 auto}
.wenzi h2{ font-size:35px; font-weight:normal; color:#000;}
.wenzi h2 span{ font-weight:bold}
.wline{ background:#009ce5; height:3px; width:70px; margin:0 auto; margin-top:10px;}


.ab1{width:530px;float:right; color:#88d0f0; text-transform:uppercase; }

.nr3{float:right;width:530px;overflow:hidden; margin-bottom:25px;border-radius:10px;}
.nr3 a img{ display:block; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; width:100%; }
.nr3 a:hover img{ transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1); -moz-transition:scale(1.1,1.1); -o-transition:scale(1.1,1.1);}


.ab2{ float:left; width:530px;  font-size:14px; text-align:left; }
.ab2 h4{width:530px;  float:left;  font-size:26px; text-align:left; line-height:40px; padding-bottom:10px; font-weight:900; color:#333333}
.ab2 h4 span{width:530px;  float:left; font-size:40px;  font-weight:900;font-family:Barlow-Regular; text-transform:uppercase }

.ab3{ float:left; width:530px; padding-top:15px; margin-bottom:15px; font-size:15px!important; line-height:28px!important;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:8;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; }


.m11{width:150px; line-height:55px; text-align:center; float:left; color:#FFFFFF; margin-top:25px; font-size:16px;}

.m11 a{width:150px; line-height:55px; float:left; background:#009ce5; color:#FFFFFF!important;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.m11 a:hover{ color:#FFFFFF!important;  background:#009ce5;  width:150px;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);}



.m21{width:150px; line-height:55px; text-align:center; float:left; color:#FFFFFF; margin-top:25px; margin-right:10px;  margin-left:10px; font-size:16px;}

.m21 a{width:150px; line-height:55px; float:left; background:#95c52a; color:#FFFFFF!important;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.m21 a:hover{ color:#FFFFFF!important;  background:#95c52a;  width:150px;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);}









/*首页优势*/
.s_ys_box{width:1200px; margin:0 auto;clear:both}
.s_ys_box .s_ys_line{ width:100%; height:4px; background-color:#ebebeb; margin:0 auto; margin-top:80px; margin-bottom:80px; float:left}

.s_ys_tip{ width:20%; height:196px;float:left; margin-left:15px; margin-bottom:15px; padding:5px 5px 5px 5px; 
border-radius:15px;
 color:#FFFFFF;
  background-color: #279324; /* 浏览器不支持的时候显示 */
  background-image: linear-gradient(180deg, #7ac1e1 10%, #fff  70%, #fff  70%, #9bc3d5 120%)

}
.s_ys_nr{ width:100%; float:left; background:#FFFFFF; height:196px;border-radius:15px;}
.s_ys_nr h1{ font-size:18px; color:#545556; margin-bottom:0px; padding-top:15px;width:100%; float:left; text-align:center}
.s_ys_nr p{ font-size:14px; color:#545556; line-height:22px;text-align:center; padding:18px;}


.s_ys_tip:hover{transform: rotateY(360deg);
 transition: all 2s ease 0s;
-webkit-transform: rotateY(360deg);	/* Safari 和 Chrome */
-moz-transform: rotateY(360deg);
-webkit-transform: all 2s ease 0s;}





.imglist4 ul li{float:left; font-size:12px;width:300px; height:423px; margin-right:15px; padding-bottom:0px; border:#dceff7 solid 3px;}
.imglist4 ul li img{width:300px; height:423px!important;border-radius:5px;}






/*首页联系我们*/
.s_lx_bg{ background:url(../images/img8.jpg) center no-repeat #f4f3ef; width:100%; height:643px; float:left}
.s_lx_box{ width:1200px; margin:0 auto; padding-top:102px;}

.s_lx_hezi{ width:850px; padding-left:45px; padding-right:45px; padding-top:50px; padding-bottom:50px;background-color:rgba(255,255,255,0.9);}
.s_lx_left{ width:420px; float:left;}
.s_lx_left .s_lx_p1{ font-size:25px; color:#2486d4; padding-bottom:15px;}
.s_lx_left .s_lx_p2{ font-size:25px; color:#2486d4; margin-top:3px;}
.s_lx_left .s_lx_nr p{ color:#000000; line-height:40px; padding-left:0px;}
.s_lx_left .s_lx_nr p a{color:#000000;}
.s_lx_left .s_lx_nr{ margin-top:15px;line-height:38px; }



.s_lx_right{ width:385px; float:right; padding-top:10px;}
.s_ord_tip{ margin-bottom:17px;}
.s_ord_tip p{ font-size:15px; color:#000; line-height:28px; float:left; width:110px;}
.s_ord_tip .s_ord_kuang1{ width:260px; height:28px; float:left; background-color:#fff; border:1px solid #a9a9a9; font-size:12px; color:#000; line-height:28px; padding-left:10px;}

.s_ord_tip2{margin-bottom:17px;}
.s_ord_tip2 p{font-size:15px; color:#000; line-height:28px; float:left; width:110px;}
.s_ord_tip2 .s_ord_kuang2{width:260px; min-height:85px; float:left;background-color:#fff; border:1px solid #87836c; font-size:12px; color:#000; line-height:28px; padding-left:10px; padding-top:5px;}

.s_ord_p1{font-size:15px; color:#000; line-height:28px; float:left; width:110px;}
.s_ord_kuang3{width:78px; height:28px; float:left;background-color:#fff; border:1px solid #87836c; font-size:12px; color:#000; line-height:28px; padding-left:10px;}
.s_ord_kuang4{ width:99px; height:28px; border:0; float:left; margin-left:8px; margin-right:8px;}
.s_ord_kuang5{ width:66px; height:28px; background-color:#4483b4; float:right;border:0; font-size:12px; border-radius:5px; color:white; text-align:center; line-height:28px; cursor:pointer;}




/* 常量设置 */
.wrap { width:1200px; margin-right:auto; margin-left:auto;}
.mwrap { max-width:1440px; margin-right:auto; margin-left:auto;}




.advan-list {
	margin-top: 80PX;
}
.advan-list li a {
	display: block;
	background: #fff;
	border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	text-align: center;
	padding: 9vh 10%  4vh;
	position: relative;
	height: 350px;
	cursor: pointer;
}
.advan-list li a img { height:70px; width:auto;
	
}
.advan-list li a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	content: "";
	background: url(../images/ysbg.png) bottom left no-repeat #009ce5;
	border-radius: 5px;
	z-index: 1;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.advan-list li:hover a:after {
	left: 0;
	width: 100%
}
.advan-list li h3 {
	color: #333;
	font-size: 24px;
	font-weight: 600;
	line-height: 2;
	margin: 2.5vh 0 10px;
	position: relative;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}
.advan-list li:hover h3 {
	top: -100px;
	color: #fff;
}
.advan-list li .intro {
	color: #999;
	font-size: 15px;
	line-height: 2;
	height: 90px;
	overflow: hidden;
	position: relative; line-height:24px;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}
.advan-list li:hover .intro {
	top: -100px;
	color: #fff;
	height: 180px;
}





/*企业优势*/
 .x-title {
 color: #333;
 font-size: 36px;
 line-height: 2;
 text-align: center;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}
.clearfix:before {
	display: table;
	content: " ";
}
.col-md-3A {
	width: 22%;
	float: left;
	position: relative;
	min-height: 1px;
	margin:0px 1%;
	
}

.advan-list {
	margin-top:0px;
}
.advan-list li a {
	display: block;
	background: #fff;
	border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	text-align: center;
	padding:1px 20px 20px 16px;
	position: relative;
	height: 190px; margin-bottom:19px;
	cursor: pointer;
}
.advan-list li a img { height:70px; width:auto;
	
}
.advan-list li a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	content: "";
	background: url(../images/ysbg.png) bottom left no-repeat #009ce5;
	border-radius: 5px;
	z-index: 1;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.advan-list li:hover a:after {
	left: 0;
	width: 100%
}
.advan-list li h3 {
	color: #333;
	font-size: 22px;
	font-weight: 600;
	line-height: 2;
	margin:30px 0 10px 0px;
	position: relative;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}
.advan-list li:hover h3 {
	top: 10px;
	color: #fff;
}
.advan-list li .intro {
	color: #999;
	font-size: 15px;
	line-height: 2;
	height: 90px;
	overflow: hidden;
	position: relative; line-height:24px;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}
.advan-list li:hover .intro {
	top: 10px;
	color: #fff;
	height: 180px;
}


.home11_2 p {
	height: 36px;
	width: 100%;
	margin: 26px auto 0 auto; color:#FFFFFF; float:left;
}
.home11_2 p span {
	width: 36px;
	height: 36px;
	background: #95c52a;
	border-radius: 50%;
	display: block;
	text-align: center; line-height:34px; font-size:25px;
}



.pz1{ width:48%; float:right; line-height:30px;}
.pz1 h5{ width:100%; float:left; font-size:22px; line-height:48px; }
.pz1_0{ width:36%; float:left; border-radius:3px; background:#fff; height:176px; color:#FFFFFF; padding:20px 8% 20px 5%;margin-bottom:10px;box-shadow: 0 0 20px rgba(0, 0, 0, .05);}
.pz1_1{ width:36%; float:right;  border-radius:3px; background:#52abd3; height:176px;  color:#FFFFFF;  padding:20px 8% 20px 5%;margin-bottom:10px;}




/*产品右侧导航*/
.pro_rightbar{position: fixed;right: 0;top: 50%;width: 39px;z-index: 9999;}
.pro_rightbar li {display: block;width: 39px;height: 39px;margin: 5px 0;position: relative;}
.pro_rightbar li a{display: block;width: 39px;height: 39px;background-image: url(..//img/pro_right_icon.png);transition: all 0s;-moz-transition: all 0s;-webkit-transition: all 0s;border: 1px solid #eee;}
.pro_rightbar li{position:relative;}
.pro_rightbar li.li1 a{background-position:0 0;}
.pro_rightbar li.li1 a:hover{background-position:-46px 0;}
.pro_rightbar li.li2 a{background-position:0 -43px;}
.pro_rightbar li.li2 a:hover{background-position:-46px -43px;}
.pro_rightbar li.li3 a{background-position:0 -86px;}
.pro_rightbar li.li3 a:hover{background-position:-46px -86px;}
.pro_rightbar li.li4 a{background-position:0 -128px;}
.pro_rightbar li.li4 a:hover{background-position:-46px -128px;}
.pro_rightbar li .ewm{position:absolute; right:100%; bottom:0; width:68px; height:68px; display:none;}



/*产品中心*/
.pro_cen_banner{height:485px; overflow:hidden; position:relative;}
.pro_cen_banner img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none; /*animation:img_room 6s linear 1; -webkit-animation:img_room 6s linear 1;*/}
.pro_cen_banner .pro_ban_more{position:absolute; width:100%; top:59%;}
.pro_cen_banner .pro_ban_more .more{position:relative; display:inline-block; padding:0 70px 0 20px; background:#007fc3; height:53px; line-height:53px; margin-left:25px;}
.pro_cen_banner .pro_ban_more .more span{display:inline-block; font-size:18px; color:#fff;}
.pro_cen_banner .pro_ban_more .more .icon{position:absolute; right:35px; top:50%; margin-top:-8px; width:12px; height:17px; background:url(../img/more_jt.png) no-repeat center; transition:all 0.5s ease;}
.pro_cen_banner .pro_ban_more:hover .more .icon{right:20px;}
.pro_center.channel_content{padding:0;}

.pro_center02{margin-top:0px;}
.pro_center02 .infor{text-align:center;}
.pro_center02 .infor .title{font-size:36px; font-weight:bold; color:#292929;}
.pro_center02 .infor .form_box{width:45%; margin:30px auto 0; border-radius:50px;border:1px solid #a4a4a4; height:52px; line-height:52px; padding:0 1%; position:relative;}
.pro_center02 .infor .form_box input{width:90%; line-height:52px; border:none; padding:0; margin:0; background:transparent; float:left; text-indent:5px; height:52px; font-size:15px;}
.pro_center02 .infor .form_box button{width:41px; height:41px; background:#009ce5; padding:0; margin:0; outline:none; border:none; cursor:pointer; transition:all 0.5s ease; position:relative; border-radius:50%; float:right; margin-top:5px; line-height:1;}

.pro_center02 .infor .form_box button img{width:22px;}

/*:root .pro_center02 .infor .form_box button i{vertical-align:middle;}*/
.pro_center02 .infor .form_box button i{margin:0; font-size:20px; color:#fff; height:22px; position:absolute; left:50%; margin-left:-10px; top:50%; margin-top:-11px;}
.pro_center02 .infor .form_box:hover button{background:#21b75f;}
.pro_center02 .infor .infor_link{text-align:center; padding:40px 9%;}
.pro_center02 .infor .infor_link a{display:inline-block; position:relative; font-size:16px; color:#666; line-height:30px; padding:0 23px;}
.pro_center02 .infor .infor_link a:after{content:''; width:1px; height:14px; background:#d3d3d3; position:absolute; left:0; top:50%; margin-top:-7px;}
.pro_center02 .infor .infor_link a:first-child:after{display:none;}
.pro_center02 .infor .infor_link a:hover{color:#929292;}
.pro_center02 .content .bd{ padding:0px 0;}
.pro_center02 .content .bd .rect-1061{padding-bottom:0;}
.pro_center02 .content .bd .li_{width:24%; float:left; margin-right:2%; padding-bottom:137px; position:relative; transition:all 0.5s ease; margin-bottom:35px;}
.pro_center02 .content .bd .li_ img{ width:100%;}



.pro_center02 .content .bd .li_four{margin-right:0;}
.pro_center02 .content .bd .li_ .rect-1061:after {content:''; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.5); opacity:0; visibility:hidden; transition:opacity .2s ease;}
.pro_center02 .content .bd .li_ .intro{background:#fff; text-align:center; position:absolute; left:0; width:100%; bottom:0;}
.pro_center02 .content .bd .li_ .intro .box{padding:32px 20px 28px;}
.pro_center02 .content .bd .li_ .intro .box .tit{margin-bottom:10px;}
.pro_center02 .content .bd .li_ .intro .box .tit a{display:block; font-size:24px; line-height:30px; color:#666; font-weight:bold;}
.pro_center02 .content .bd .li_ .intro .box .con{height:0; overflow:hidden; transition:all 0.5s ease; text-align:left;}
.pro_center02 .content .bd .li_ .intro .box .con a{display:block; float:left; width:100%; margin-right:0%;margin-left:2%; line-height:25px; font-size:13px; color:#303030;}
.pro_center02 .content .bd .li_ .intro .box .intro_more{margin-top:15px}
.pro_center02 .content .bd .li_ .intro .box .intro_more a{margin-right:13px; display:inline-block; font-size:14px; position:relative; color:#666;}
.pro_center02 .content .bd .li_ .intro .box .intro_more a:before{content:''; display:block; position:absolute; left:0; bottom:0; width:0px; height:1px; background:#666; transition:all 0.5s ease;}
.pro_center02 .content .bd .li_ .intro .box .intro_more a:after{content:''; width:10px; height:10px; background:url(../img/proCen02_3.png) no-repeat center; position:absolute; right:-15px; top:50%; margin-top:-5px}
.pro_center02 .content .bd .li_ .li_line{width:0; height:5px; background:#009ce5; position:absolute; left:0; bottom:0; transition:all 0.5s ease;}
.pro_center02 .content .bd .bd_more{width:220px; height:52px; line-height:52px; text-align:center; color:#666; border:1px solid #666; border-radius:3px; font-size:18px; cursor:pointer; margin:0 auto; transition:all 0.5s ease;}
.pro_center02 .content .bd .li_ .intro .box .tit a:hover{color:#666;}
.pro_center02 .content .bd .li_ .intro .box .con a:hover{color:#666;}
.pro_center02 .content .bd .li_:hover .intro .box .con{height:135px;}
.pro_center02 .content .bd .li_:hover .li_line{width:100%;}
.pro_center02 .content .bd .li_:hover{box-shadow:-4px 2px 20px 1px rgba(0,0,0,0.2);}
.pro_center02 .content .bd .li_:hover .rect-1061:after{opacity:1; visibility:visible;}
.pro_center02 .content .bd .bd_more:hover{border-color:#00a1e9; background:#00a1e9; color:#fff;}
.pro_center02 .content .bd .li_ .intro .box .intro_more a:hover:before{width:100%;}




/*产品综合手机端部分*/
.m_procenter{display:none;}


/*产品列表*/
.pro_list.channel_content{overflow-x:hidden; padding:0;}
.pro_list01{height:50px; background:#f7f7f7; border-bottom:1px solid #e1e4e6; border-top:1px solid #e1e4e6; position:relative;}
.pro_list01 .pro_secnav {display:inline-block; padding-right:39px; padding-left:5px; position:relative; cursor:pointer; z-index:9;}
.pro_list01 .pro_secnav:after{content:''; width:1px; height:40px; background:#e3e6e7; position:absolute; right:0; top:50%; margin-top:-20px;}
.pro_list01 .pro_secnav .infor {position:relative; line-height:50px; padding-right:30px; padding-left:20px;}
.pro_list01 .pro_secnav .infor .tit{font-size:16px; color:#313131; min-width:110px;}
.pro_list01 .pro_secnav .infor .icon{width:11px; height:6px; background:url(../img/pro_list_down.png) no-repeat center; position:absolute; right:0; top:50%; margin-top:-3px;}
.pro_list01 .pro_secnav .list{display:none; position:absolute; overflow:hidden; left:0; top:100%; width:100%; background:#fff; border-bottom:1px solid #d7d7d7; z-index:10;}
.pro_list01 .pro_secnav .list ul li{line-height:35px; font-size:15px; text-indent:20px; cursor:pointer; border-left:1px solid #d7d7d7; border-right:1px solid #d7d7d7;}
.pro_list01 .pro_secnav .list ul li a{position:relative; padding-bottom:2px; display:block; color:#333;} 
.pro_list01 .pro_secnav .list ul li a:hover{background:#00a1e9; color:#fff;}

.pro_list01 .pro_secnav.on .infor .icon{background:url(../img/pro_list_up.png) no-repeat center;}
/*查看分类*/
.pro_list01 .pro_fenlei{position:relative; display:inline-block; padding-right:35px; cursor:pointer;}
.pro_list01 .pro_fenlei:after{content:''; width:1px; height:40px; background:#e3e6e7; position:absolute; right:0; top:50%; margin-top:-20px;}
.pro_list01 .pro_fenlei .infor{position:relative; line-height:62px; padding:0 35px}
.pro_list01 .pro_fenlei .infor .tit{font-size:18px; font-weight:bold; color:#00a1e9;}
.pro_list01 .pro_fenlei .infor .icon{width:11px; height:6px; background:url(../img/pro_list_down.png) no-repeat center; position:absolute; right:0; top:50%; margin-top:-3px;}
.pro_list01 .pro_fenlei.on .infor .icon{background:url(../img/pro_list_up.png) no-repeat center;}
.pro_list01 .pro_crumbs_box{float:right; font-size:12px; color:#313131; color:rgba(49,49,49,0.6); line-height:50px;}
.pro_list01 .pro_crumbs_box .pro_crumbs{float:left;}
.pro_list01 .pro_crumbs_box .pro_crumbs em{padding:0 5px;}
.pro_list01 .pro_crumbs_box .pro_share{float:right; margin-left:35px; cursor:pointer;}
.pro_list01 .pro_crumbs_box .pro_share .icon{display:block; width:20px; height:25px; background:url(../img/pro_list_share.png) no-repeat center; margin-top:14px; background-size: contain;}


















/*焦点图*/

.gs_tu{ float:right}
.focus{ position:relative; width:583px; height:429px; background-color: #000; float: left;}  
.focus img{ width:583px; height:429px;} 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:80px; line-height: 80px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:20px; right:20px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px;  margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#009ce5;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  


.gszr{ width:28.4%; overflow:hidden}
.web{width:100%;}
.con{width:100%;height:226px;}
.con ul li{width:100%;height:226px;position:relative;overflow:hidden;cursor:pointer;}
.con ul li img{ width:100%}
.txt{width:100%;height:45px;background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0;color:#fff;}
.txt h3{font-size:20px;font-weight:100;height:45px;text-align:center;line-height:45px;}
.txt p{font-size:14px;text-align:center;}

.flx{ padding:10px 35px 23px 35px;overflow:hidden;color:#fff;background:#48c6f1;transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out;-o-transition:All 0.4s ease-in-out;  }

.flx h2{ font-size:22px;color:#fff;}
.ltxt{ margin-top:30px;font-size:15px; line-height:30px;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical; -webkit-line-clamp:5; overflow:hidden; height:140px;color:#fff;  text-align:left }
.flx:hover{transform: scale(1.05);}
.ltxt a{ color:#fff;}











#pro1{width:100%; float:left; background:#f2f2f2; padding-top:50px; padding-bottom:50px; margin-top:80px; }
.pro{width:1200px; margin:auto; height:100px; }
.pro h3{width:1200px;  font-size:40px; font-weight:normal; height:90px; float:left; color:#393939; text-align:center; padding-bottom:30px;}
.pro h3 b{color:#009ce5; text-align:center; font-size:40px; }
.pro h3 span{color:#393939; text-align:center; font-size:18px;width:1200px; float:left; line-height:70px; }
.pro h3 em{color:#009ce5; font-size:18px; font-style:normal;}





.pro1{width:1200px; margin:auto; background:url(../images/pro.jpg) no-repeat right #e0e3e6; height:192px; margin-bottom:40px;}
.pro11{width:270px; float:left}

.pro11 h3{ width:270px; font-size:35px; font-weight:normal;  float:left; color:#393939; text-align:left; padding-bottom:0px; padding-top:40px; padding-left:80px;}
.pro11 h3 b{color:#ff0000; text-align:center; font-size:35px; }


.m4{}
	
.m4 a{ width:130px; line-height:33px; text-align:center; color:#878787;float:right; font-size:14px; margin-top:25px; border:#c4c6c8 solid 1px; float:left; margin-left:80px;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}	
.m4 a:hover{
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);}
	


.ccc2{ float:left; padding-top:35px; }




.pp{ width:1200px; margin:auto;  clear:both; background:url(../images/p_b.jpg) repeat-x top; padding-top:50px;}

.p1{width:288px; float:left;  background:#dae6dc}
.p1 h3{width:263px; float:left; color:#fff; font-weight:normal; font-size:20px; line-height:25px; height:74px; background:#009ce5; text-align:left; padding-top:25px; padding-left:25px;}
.p1 h3 span{  font-size:14px; font-weight:normal;font-family:Arial, Helvetica, sans-serif;}

.p1 ul{overflow:hidden; text-align:left; float:left; width:288px; font-size:15px; margin-top:1px;}
.p1 ul li{display:inline;float:left; line-height:39px; border-bottom:#bfd6c2 solid 1px; }
.p1 ul li a{ float:left;padding-left:20px;width:288px;color:#2e5737}
.p1 ul li a:hover{ float:left; background:#037c15; width:288px; color:#fff;  float:left;  line-height:39px;  }

.proList_con {width: 816px;float: right;}






.imglist ul li{float:left; font-size:12px;width:248px; height:170px; margin-right:25px; padding-bottom:20px; border:#CCCCCC solid 0px;}
.imglist ul li img{width:248px; height:170px!important;border-radius:5px;}
.imglist ul li span{ float:left;line-height:40px; font-size:16px;  width:100%; color:#3b3b3b;  text-align:left; line-height:25px;}
.imglist ul li span a{ color:#3b3b3b;}
.imglist ul li p{ float:left;line-height:25px; font-size:14px;  width:100%;  text-align:left; color:#999999  }



.demo {
	OVERFLOW: hidden;
	WIDTH: 100%
}
.indemo {FLOAT: left; WIDTH: 800%}
.demo1 {FLOAT: left}
.demo2 {FLOAT: left}






#new1{width:1200px; margin:auto; padding-top:70px; clear:both; }
#new1 h3{width:100%;font-size:36px; font-weight:normal; float:left; color:#393939;padding-bottom:20px;}
#new1 h3 b{text-align:center; font-size:26px; }
#new1 h3 span{color:#828282;  font-size:14px; line-height:33px;  float:right; font-weight:normal;  }
#new1 h3 span a{border:#CCCCCC solid 1px; padding-left:20px; padding-right:20px;  line-height:30px; float:left; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;border-radius:25px;}
#new1 h3 span a:hover{color:#fff!important; background:#009ce5;border:#CCCCCC solid 1px; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}




.nn2{width:1200px;float:left; height:230px;}

.nn2 ul{overflow:hidden; text-align:left; float:left;width:1200px;padding-top:20px;}
.nn2 ul li{display:inline;float:left;  float:left;  width:30%; padding-right:3.3%; color:#a2a2a2;  -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s; }
.nn2 ul li a{color:#a2a2a2;  }

.nn2 ul li:hover{ margin-top:-10px; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}

.nn2 ul li h5{display:inline;float:left; font-weight:normal; color:#000; float:left;  width:320px; margin-bottom:10px; font-size:17px;}
.nn2 ul li h5 a{color:#000; }

.vv{ width:100%; float:left;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.shijian{ width:320px; float:left;  color:#b0b0b0;  text-align:left; padding-top:5px; padding-bottom:30px;}
.shijian b{  font-size:60px;text-align:center;line-height:50px; font-family:Arial, Helvetica, sans-serif}


 
.nr3{ float:left; width:380px; height:0px; position: relative;clear: both; z-index:100; }
.nr4{float:left;background:#FFFFFF; margin-left:40px; padding-left:5px; padding-right:10px; margin-top:35px; padding-bottom:8px;  font-size:13px!important;}

.m2{ float:left;  line-height:33px; text-align:left; margin-top:0px;}
.m2 a{ float:left;-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.m2 a:hover{ float:left;-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;  }






#zhu1{width:100%; float:left; background:#7ac1e1; margin-top:0px; padding-top:40px; padding-bottom:30px;}
.zhu{ width:1200px; margin:auto; }
.zhu h3{ width:1200px; float:left; font-size:25px; color:#fff; line-height:40px; font-weight:900; text-align:center;
}
.zhu h3 span{ width:1200px; float:left; font-size:18px; font-weight:normal;color:#fff; font-weight:normal  }



#footer1{ float:left; width:100%; border-bottom:#e6e6e6 solid 1px;}
#footer21{margin:auto;width:1200px; }
#footer21 h3{float:left;height:60px; line-height:60px; font-weight:normal; font-size:16px; text-transform:uppercase;  padding-right:20px; text-align:left ;color:#066ab6}
.fot{float:left;width:700px; line-height:59px; text-align:left;line-height:60px; }
.fot1{float:right; line-height:60px; font-size:22px; font-family:Arial, Helvetica, sans-serif; color:#066ab6; }




#footer2{margin:auto;width:1200px; padding-top:50px; padding-bottom:30px; overflow:hidden }


.daoh1{ float:left; width:70%;}


.daoh2{ float:left; width:70%; }
.daoh2 h3{ float:left;padding-bottom:10px; font-size:14px;  color:#000; padding-top:10px; width:100%; font-weight:normal}
.daoh2 ul{text-align:left; float:left; width:100%; font-size:15px; line-height:30px; color:#333333; background:url(../images/dh.jpg) no-repeat left; padding-left:50px;}
.daoh2 ul li{loat:left; line-height:27px;}
.daoh2 ul li a{ float:left;width:110px; color:#a2a2a2 }
.daoh2 ul li a:hover{ float:left;width:110px; color:#007b1a }


.dd1{ margin-right:40px;}





.ewm{ float:right; padding-top:0px;}
.ewm img{ width:120px; padding-left:10px;}


.lx{ float:right; width:200px; color:#a2a2a2; text-align:right; padding-top:20px; line-height:28px; }
.lx a{color:#a2a2a2 }


#footer1{width:100%; float:left; background:#424242; padding-bottom:20px; padding-top:30px;}


#footer{margin:auto;width:1200px; color:#fff; text-align:left; line-height:35px;  overflow:hidden; padding-top:30px; padding-bottom:20px; }
#footer a{ color:#fff;  }
.zzb07tail
{ 
}
a.zzb07link{

	text-decoration:none;
}

a.zzb07link:hover {
	text-decoration:underline;

}


.qq1{ width:130px; float:right; padding-top:10px;}








@media all and (max-width:768px){
	.pc_lianxi{ display:none}
	.pc_dibu{}
	
	.mobile_dibu{ display:block}
	.mobile_lianxi{ display:none; font-size:15px!important}
	.mobile_job{ display:block}
.pc_job{ display:none}
.wsjob{ float:none; padding:0px; width:100%; padding-bottom:20px;}
.jobt-list li{ text-align:center; width:33%; margin:0 auto; margin-bottom:20px;}
.jobt-list li ._num{ float:none; width:50%; margin:0 auto; text-align:center; margin-bottom:15px; }
.jobt-list li ._nr{width:90%; padding-left:5%; padding-right:5px; margin-left:0px!important; margin:0 auto; float:none!important; text-align:center}
.jobt-list li ._sum{ height:60px;}

	.lxma{ font-size:15px!important}
	.mobile_daohang{ display:block}
	.pc_daohang{ display:none}
	body{ font-size:14px!important;}
	.neirong{ font-size:14px;}

.suspension{ display:none}
.suspension-box{ display:none}

.alogo{ display:none}

.flash{ display:none}
.flash1{display:block!important;}

/*-------底部-----------*/



/*手机版底部导航*/

#banner{ display:block}
.tbottom{ display:block; height:70px;}

.nav_bgc{ display:none}
.bottomNav {display:block;
	/*border:1px solid red;
	*/
    width:100%;
	height:70px;
	position:fixed;
	bottom:0px; z-index:999}
.bottomNav_item {
	/*border:1px solid red;
	*/
    width:25%;
	height:70px; border-top:1px solid #d8d8d8;
	float:left; color:#333;
	text-align:center; background:#fff;
}
.bottomNav_icon {
	margin:auto;
	width:30px;
	height:30px; margin-top:11px;
}
.bottomNav_icon img {
	width:100%;
	height:100%;
}
.bottomNav_item p {
	margin-top:3px; font-size:0.85rem}


.xianb{border-right: 1px solid #24833d;}
#BottomNav ul li a {
    color: #009ae3;
    display: block;
     padding-bottom:0.5rem; 
    padding-top:0.5rem; 

}



#BottomNav .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 0.9rem;
    margin: 0 auto;
    width: 0.9rem;
    background-size: 0.9rem;
	}

.gray {
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:grayscale(100%);
	filter:gray;
}
.inital_color { color:#009ae3}


/*手机版顶部导航*/
@charset "utf-8";
*{margin:0;padding:0}
a{text-decoration:none;color:#333;font-family:"arial","微软雅黑"}
html{width:100%;-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch;-o-overflow-scrolling:touch;overflow-scrolling:touch;font-size:16px;}
html.ns{overflow:hidden}
.wsneirong img{ width:100%!important; height:auto!important}
body{color:#535353;font-size: 1em;font-family:"arial","微软雅黑"; width:100%;position:relative}
@media screen and (min-width: 360px) and (max-width: 374px){ html{font-size:16px}}
@media screen and (min-width: 375px) and (max-width: 479px){ html{font-size:18px}}
@media screen and (min-width: 480px) and (max-width: 539px){ html{font-size:20px}}
@media screen and (min-width: 540px) and (max-width: 639px){ html{font-size:24px}}
@media screen and (min-width: 640px){ html{font-size:28px}}

a,body{font-family:"微软雅黑"/9;-webkit-tap-highlight-color:rgba(0,0,0,0)}img{border:0}ol,ul,li{list-style:none}dl,dt,dd,ul,li{margin:0;padding:0}input,textarea{outline:none}html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{-webkit-text-size-adjust:none}i{font-style:normal}.fl{float:left}.fr{float:right}.clear{clear:both}.wrap{width:90%;margin:0 auto}body,div,h1,h2,h3,h4,h5,h6,p{padding:0;margin:0}


.foctit{position:absolute; z-index:111; width:100%; bottom:0;background: rgba(0,0,0,.6); padding-left: 0.7rem; padding-right: 0.7rem; color:#FFF; font-size:0.8rem;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; overflow:hidden; height:40px; line-height:40px; box-sizing:border-box;}
	
.toubu{ position:fixed; left:0; top:0; width:100%; z-index:999;}
.toubuge{ width:100%; height:50px;}
.main-header {
    height: 50px;box-shadow: 0px 1px 5px #5c4b51;
    /*background: #a10e15;*/
	background: rgba(255,255,255,1.0);
    z-index: 60;
	width:100%;
	position:relative;
		
}
header{	
	height:50px;
	line-height: 50px;
	text-align: center;
    background-color: #fff;
	box-shadow: 0px 1px 5px #9c8e93; margin-bottom:5px;
}

.cd-logo {
    position: absolute;
    top: 5px; color:#333333; padding-top:0px;
    left: 10px; font-size:25px; float:left
   
}

.cd-logo h1{ float:left;font-size:22px; padding-top:0px; width:100px; line-height:45px;}


.cd-logo img { float:left; padding-right:0px; height:40px;
   
} 

/*.search_open {
display: block;
    width: 30px;
    height: 30px;
background: url(../images/wap_sea.png) no-repeat;
position: absolute;
right:60px;
top:10px;
background-size: auto 25px;
background-position: center center;
}*/
.menu_open {
display: block;
    width: 30px;
    height: 30px;
background: url(../images/wap_menu.png) no-repeat;
	position: absolute;
	right:10px;
top:10px;
}
.animate{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;display: block;
  transform:rotate(180deg);-moz-transform:rotate(180deg); /* Firefox */
-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
-o-transform:rotate(180deg); /* Opera */background: url(../images/wap_close.png) no-repeat;} 
  .animate1{-moz-transition: all 1s ease 0s;-ms-transition: all 1s ease 0s;-o-transition: all 1s ease 0s;transition: all 1s ease 0s;display: block;
  transform:rotate(-180deg);-moz-transform:rotate(-180deg); /* Firefox */
-webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
-o-transform:rotate(-180deg); /* Opera */} 
#top{ width:100%;  overflow:hidden; display:block;  position:absolute; top:50px; z-index:100; background-color:#f2f2f2;padding: 10px; box-sizing:border-box;}
input.button1 {
	border-radius: 5px;
	line-height: 23px;
	height: 33px;
	width: 70%;
	padding: 0 5px 0 5px;
	border: 1px solid;
	border-color: #CCC #EEE #EEE #CCC;
	background: whiteSmoke;
	float:left;
	margin-right:3%;
font-size:12px;
	z-index: 1001;
}
input.button2 {
	text-shadow: black 0 1px 0;
	border: 1px solid;
	border-color: #EEE #CCC #CCC #EEE;
	color: #666;
	font-weight: bold;
	width: 22%;
	border-radius: 5px;
	padding: 3px;
	height: 35px;
	text-shadow: 0 /*{a-bar-shadow-x}*/ 0px /*{a-bar-shadow-y}*/ 0px /*{a-bar-shadow-radius}*/ #FFF /*{a-bar-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #f8f8f8 /*{a-bar-background-start}*/), to( #eaeaea /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #f8f8f8 /*{a-bar-background-start}*/, #eaeaea /*{a-bar-background-end}*/);
	font-size:12px;
	z-index: 1001;
	float:right;
}

.ncon_item{display: flex;flex-wrap: nowrap;
overflow: hidden;
position: relative;box-sizing: border-box;
padding: 15px 12px;
background-color:#fff;border-bottom: 1px solid #EBEBEB;}

.shl-n-pic {
    width: 115px;
    min-width: 115px;
    height: 72px;
    overflow: hidden;
    position: relative;
    border: 1px solid 
    rgba(0,0,0,.1);
    margin-right: 12px;
    border-radius: 3px;
}
.shl-n-pic img { width:100%; height:100%; object-fit:cover;}
.shl-left {
 width:100%
}
.shl-ptit {
 font-size:0.9rem;
 overflow:hidden;
 width:100%;
 height:2.6rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical
}
.shl-time {
 font-size:12px;
 color:#00943e;
 margin-top:9px;
 background-image:url(../images/shl-ico-time.png);
 background-size:auto 13px;

 background-repeat:no-repeat;
 padding-left:15px
}
.shl-geng{ padding-top:20px; padding-bottom:20px;}
.loading-more-button {
    width: 6rem;
    height: 2rem;
    line-height: 1.96rem;
    text-align: center;
    font-size: .8rem;
    border: 1px solid #00943e;
border-radius: 5px;
color: #00943e;
    cursor: pointer;
    margin: 0 auto;
}


/*选项卡*/
.tabs {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: center;
    overflow: hidden; box-sizing:border-box; padding:10px 12px 1px 12px;background-color: #fff; font-weight:bold;
}
.tab_con{ display:none; background-color:#FFF;}

.tabs li{
float: left;
width: 33.33%;
height: 40px;
line-height: 40px;
font-size: 0.85rem;border-bottom: 1px solid #EBEBEB;}

.tabs .thistab{
float: left;
width: 33.33%;
height: 40px;
border-bottom: 1px solid #00943e;
line-height: 40px;
font-size: 0.9rem;
color: #00943e;}

.home-tit{width: 100%;
position: relative;
margin-top: 10px;border-bottom: 1px solid #EBEBEB; padding:13px 14px; background-color:#FFF;font-size: 0.9rem;color: #0579cb; box-sizing:border-box;}
.home-tit .dtit { font-weight:bold; float:left;}
.home-tit a {

    font-family: Arial;
    font-size: 10px;
    float: right;
    color: #666;
    text-align: right;
    display: block;
    padding-top: 6px;
}

.shl-zj{display: flex;flex-wrap: wrap; background-color:#FFF; box-sizing:border-box;padding: 7px; text-align:center;}
.shl-zjsection {
    width: 50%;
    padding: 5px;box-sizing:border-box;
}
.zjkuang {border: 1px solid #EBEBEB;box-sizing:border-box; padding:6px 6px 12px 6px; border-radius:5px;box-shadow: 0px 0px 5px #E4E4E4;}
.shl-zjpic{width: 4.2rem;
height: 4.2rem;
overflow: hidden;
position: relative; border-radius:50%; overflow:hidden; margin:0 auto; margin-top:0.6rem;}
.shl-zjpic img{width: 100%;
height: 100%; object-fit:cover;}
.zjtit1{ font-size:0.9rem; height:2.6rem;
 line-height:1.3rem; overflow:hidden; margin-top:10px;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.zjtit2{font-size:0.8rem; height:2rem; line-height:1rem; color:#959595; overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
.zjtit3{font-size:0.7rem; height:1.4rem; line-height:1.4rem; border-radius:0.7rem; width:4rem; text-align:center; border:1px solid #0a53a3; margin:0 auto; margin-top:10px; color:#0a53a3;}



/*选项卡*/
.tabs2 {
    width: 100%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    clear: both;
    text-align: center;
    overflow: hidden; box-sizing:border-box; padding:10px 12px 1px 12px;background-color: #fff; font-weight:bold;
}
.tab_con2{ display:none; background-color:#FFF;}

.tabs2 li{
float: left;
width: 50%;
height: 40px;
line-height: 40px;
font-size: 0.85rem;border-bottom: 1px solid #EBEBEB;}

.tabs2 .thistab{
float: left;
width: 50%;
height: 40px;
border-bottom: 1px solid #029d25;
line-height: 40px;
font-size: 0.9rem;
color: #029d25;}


.shl-djt{display: flex;flex-wrap: wrap;box-sizing:border-box;}
.shl-section {
    width: 50%;
    padding: 8px;box-sizing:border-box;
}
.skkk {
    background-color: #fff;
  
}
.shl-djtpic{width: 100%;
height: 110px; border-bottom:1px solid #f2f2f2;
overflow: hidden;
position: relative;}
.shl-djtpic img{width: 100%;
height: 100%; object-fit:cover;}
.shlne {
    padding: 10px;
}
.djtte{ font-size:0.9rem;
 overflow:hidden; text-align:center;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical}
 
 .djttime {
 font-size:12px;
 color:#969696;
 margin-top:9px;
 background-image:url(../images/shl-ico-time.png);
 background-size:auto 13px;
 background-position: left center;
 background-repeat:no-repeat;
 padding-left:15px; height:15px; line-height:15px;
}

.jigou{ background-color:#FFF;}
.jigouname{ font-size:0.9rem;color: #0a53a3;
 overflow:hidden;
 width:100%;
 height:1.3rem;
 line-height:1.3rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical}
.jigoumiaoshu{
	font-size:12px;
 color:#969696;
 margin-top:6px;
  overflow:hidden;
 height:3rem;
 line-height:1rem;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:3;
 /*显示行数*/-webkit-box-orient:vertical}

.jigou-pic {
    width: 115px;
    min-width: 115px;
    height: 82px;
    overflow: hidden;
    position: relative;
    border: 1px solid 
    rgba(0,0,0,.1);
    margin-right: 12px;
    border-radius: 3px;
}

.wap_add{ background:url(../images/in_28.jpg) no-repeat left; padding-left:3rem; height:40px; line-height:40px;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical; overflow:hidden!important }
.wap_tel{ background:url(../images/in_30.jpg) no-repeat left; padding-left:3rem;height:40px; line-height:20px;}
.wap_mail{ background:url(../images/in_32.jpg) no-repeat left; padding-left:3rem;height:40px; line-height:40px;}
.wap_line{ margin-top:0.8rem; margin-bottom:0.8rem; background:#d8d8d8; height:1px; width:100%;}
.foot2-wap { width:100%; margin:0 auto;
    display: block;
    text-align: center;
    padding-top: 1rem;
    font-size: 0.8rem;
	padding-bottom: 1rem;background:#00943e;color:#fff;
}
.foot2-wap a {
    color: #fff;
}

.tit4 {
    width: 100%;
    padding: 15px;
    border-bottom: 
    #EBEBEB 1px solid;
    overflow: hidden; background-color:#FFF; box-sizing:border-box;
}
.tit4 .tout {width: 100%; display:flex;}
.ttpic{ width:4.4rem; min-width:4.4rem; margin-right:10px;}
.ttpic img{ width:100%;}
.tit4 .tout .text { width: 100%;}
.tit4 .tout .text h3 {

    font-size: 1rem;
    font-weight: bold;
    color: 004276;
    line-height: 1.5rem;
	height:1.5rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical;

}
.tit4 .tout .text h3 a { color: #0a53b8;}
.tit4 .tout .text .tex {
	font-size:0.75rem;
    color: #888;
	  line-height: 1rem;
	height:2rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:2;
 /*显示行数*/-webkit-box-orient:vertical; margin-top:8px; 

}
.tit4 .touj {width: 100%; display:flex; align-items: center; background-color:#f2f2f2;}
.tjzjleft {
    width: 2rem;
	min-width: 2rem;
    text-align: center;
    line-height: 1.1rem;
    padding: 8px 0;
    background:#0a53a3;
    color: #fff; 
     font-size:0.9rem;
    
}
.zjtu{min-width:4.2rem;width: 4.2rem;height: 4.2rem; overflow:hidden; border-radius:50%; margin-right:10px; margin-left: 15px;}
.zjtu img{width: 100%;height: 100%; object-fit: cover; display:block;}
.rszj{ width:100%;}
.rszjtit {
	font-size:0.75rem;
    color: #888;
	  line-height: 1.1rem;
	height:1.1rem;
	 overflow:hidden;
 -o-text-overflow:ellipsis;
 text-overflow:ellipsis;
 /*超出...*/display:-webkit-box;
 -webkit-line-clamp:1;
 /*显示行数*/-webkit-box-orient:vertical; padding-right: 6px;

}





.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


.tbottom{ height:70px;}
#BottomNav {
    /*background: #0a53a3 none repeat scroll 0 0;*/
	background: rgba(36,131,61,0.9) none repeat scroll 0 0;
    bottom: 0;
    height: 3em;
    left: 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 9;
}
#BottomNav ul li {
    float: left;
   
    text-align: center;
    width: 16.66%; 
}

.xianb{border-right: 1px solid #24833d;}
#BottomNav ul li a {
    color: #00943e;
    display: block;
     padding-bottom:0.5rem; 
    padding-top:0.5rem; 

}


#BottomNav ul li a div {
    font-size: 0.7rem; padding-top:0.25rem;padding-bottom:0.4rem; 
}
#BottomNav .yy1 {
    background-image: url(../images/yy1.png);
}
#BottomNav .yy2 {
    background-image: url(../images/yy2.png);
}
#BottomNav .yy3 {
    background-image: url(../images/yy3.png);
}
#BottomNav .yy4 {
    background-image: url(../images/yy4.png);
}
#BottomNav .yy5 {
    background-image: url(../images/yy5.png);
}
.yy6 {
    background: url(../images/yy6.png) no-repeat left;
	    height: 0.9rem;
    margin: 0 auto;
    width: 0.9rem;
    background-size: 0.9rem;
}
#BottomNav .icon {
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 0.9rem;
    margin: 0 auto;
    width: 0.9rem;
    background-size: 0.9rem;
	
}

.shl-toug{ height:50px; width:100%;}
.shl-mingx{ width:14.285%; float:left }
.shl-mingx img{ width:100%; height:100%; object-fit:cover;}

#msk{ display:block; position:absolute; width:100%; height:100%; background:#000; opacity:0.5; top:0px; left:0; z-index:50;}
#menu{ position:fixed; width:200px; height:100%;  right:-200px; background:#333; color:#fff; z-index:200; display:none; font-size:0.9rem;box-shadow: inset 6px 0 5px -5px rgba(0,0,0,.9);overflow-y: scroll;}
.menu1{ position:absolute; width:200px; height:100%;  right:-200px; background:#444; color:#fff; z-index:300; display:none;}

#menu li:after , .menu1 li:after{ content:''; display:block; width:100%;  border-bottom:1px solid #222;}
#menu a , .menu1 a{  line-height:45px;  padding:0 20px 0 35px; border:none; display:block;  color:#fff;font-size: 0.8rem;}
/*---
#menu a:after , .menu1 a:after{
	display:block; content:''; position:absolute; 
	right:15px;
	top:50%;
	margin-top:-4px;
	width:6px; height:6px;
	border:2px solid #fff;
	border-width:2px 2px 0 0;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}---*/
.mshouyeico{background-image: url(../images/drawer-home.png); background-repeat:no-repeat; background-position:right center; background-size:auto 22px;}

.main{ max-width:640px; width:100%;}
.op{width:100%; max-width:640px; position:relative; margin:0 auto;overflow: hidden;}



		.menu_open{ display: block;}
	.menu_close{ display: none; background: url(../images/wap_close.png) no-repeat;background-size: auto 86%; background-position: center center; background-repeat: no-repeat; width: 30px; height: 30px;position: absolute; right: 10px;top: 10px;}
	.msk {display: none; position: fixed; width: 100%; height: 100%;  top: 50px; left: 0; background-color:rgba(0,0,0,0.5); z-index: 100010; }
	.menu { position: fixed; width: 200px; height: 100%; top: 50px; right:-200px; background: #333;color: #666;z-index: 100015;box-sizing: border-box; padding-bottom: 50px;overflow-y: auto;box-shadow: inset 6px 0 5px -5px rgba(0,0,0,.9);padding-left: 10px; padding-right: 10px;}
	.menu .onemenu,.menu a.onemenu,.menu a.onemenub{ color: #fff; font-size: 16px; display: block; height: 45px; line-height: 45px;}
	.menu .menu-li{border-bottom: 1px solid #222;}
	.menu .menu-li::after {content: ''; display: block;width: 100%;border-bottom: 1px solid #404040;}
	.menu .twoul{ display: none;}
	.menu .twoul li{ position: relative; background-color: rgba(255,255,255, .1); padding: 12px 0 12px 0px; margin-top: 1px; font-size: 14px;}
	.menu .twoul li::after{display: block;content: "";position: absolute;right: 8px;top: 52%;margin-top: -5px;width: 6px;height: 6px;border: 2px solid #666;border-width: 2px 2px 0 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
	.menu .twoul li a{color: #fff; font-size: 14px; display: block; color: #fff; padding-left: 15px;}
	
	.menuico_right{ background: url('../images/shl-down-open.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	.menuico_down{ background: url('../images/shl-down-open1.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	.menuico_up{ background: url('../images/shl-down-open2.png') no-repeat; background-size: auto 22px; background-position: right 12px; background-repeat: no-repeat;}
	/* .menu .onemenu{ color: #fff; font-size: 14px;} */
	
	
	
	
	
	
	


/*----------------------------------------------------------------------------------------------------------------------------------------*/


.head{display:none;}




#flash{
width:100%;
height:250px;
float:left;
}





.wd1200{ width:90%; margin:0 auto; padding-top:30px; padding-bottom:0px; clear:both}
.wenzi{ text-align:center; margin:0 auto}
.wenzi h2{ font-size:10px; font-weight:normal; color:#000;}
.wenzi h2 span{ font-weight:bold}
.wline{ background:#009ce5; height:2px; width:70px; margin:0 auto; margin-top:5px;}


.ab1{width:100%;float:left; color:#88d0f0; text-transform:uppercase; }

.nr3{float:right;width:100%;overflow:hidden; margin-bottom:10px;border-radius:10px;}
.nr3 a img{ display:block; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s;-moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; width:100%; }
.nr3 a:hover img{ transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1); -moz-transition:scale(1.1,1.1); -o-transition:scale(1.1,1.1);}


.ab2{ float:left; width:100%;  font-size:14px; text-align:left; }
.ab2 h4{width:100%;  float:left;  font-size:15px; text-align:left; line-height:20px; padding-bottom:0px; font-weight:900; color:#333333}
.ab2 h4 span{width:100%;  float:left; font-size:20px;  font-weight:900;font-family:Barlow-Regular; text-transform:uppercase }

.ab3{ float:left; width:100%; padding-top:5px; margin-bottom:5px; font-size:14px!important; line-height:22px!important;text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:8;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden; }


.m11{width:100px; line-height:30px; text-align:center; float:left; color:#FFFFFF; margin-top:10px; font-size:14px;}

.m11 a{width:100px; line-height:30px; float:left; background:#009ce5; color:#FFFFFF!important;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.m11 a:hover{ color:#FFFFFF!important;  background:#009ce5;  width:100px;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);}



.m21{width:100px; line-height:30px text-align:center; float:left; color:#FFFFFF; margin-top:10px; margin-right:10px;  margin-left:10px; font-size:14px;}

.m21 a{width:100px; line-height:30px; float:left; background:#95c52a; color:#FFFFFF!important;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}

.m21 a:hover{ color:#FFFFFF!important;  background:#95c52a;  width:100px;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);}








/*焦点图*/

.gs_tu{ float:left;width:100%; padding-top:25px;}
.focus{ position:relative; width:100%; height:300px; background-color: #000; float: left;}  
.focus img{ width:100%; height:300px;} 
.focus .shadow .title{width: 260px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:14px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px; }  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10;  }  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:80px; line-height: 80px; background:rgba(0,0,0,0.6);    
filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:20px; overflow:hidden; margin-left:10px; font-family: "\5FAE\8F6F\96C5\9ED1";}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:20px; right:20px; position:absolute; height:21px; text-align:center; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; width:12px; height:12px;  margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#009ce5;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{display:none; font-style:normal; }    
.focus .prev,.focus .next{position:absolute;width:40px;height:74px;background: url(../images/focus_btn.png) no-repeat;}
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 0;}  





/*首页优势*/
.s_ys_box{width:90%; margin:0 auto;clear:both}
.s_ys_box .s_ys_line{ width:100%; height:1px; background-color:#ebebeb; margin:0 auto; margin-top:20px; margin-bottom:20px; float:left}

.s_ys_tip{ width:44%; height:180px; float:left; margin-left:0px; margin-right:2%; padding:5px 5px 5px 5px; 
border-radius:15px; margin-bottom:10px;
 color:#FFFFFF;
  background-color: #279324; /* 浏览器不支持的时候显示 */
  background-image: linear-gradient(180deg, #7ac1e1 10%, #fff  70%, #fff  70%, #9bc3d5 120%)

}
.s_ys_nr{ width:100%; float:left; background:#FFFFFF; height:180px;border-radius:15px;}
.s_ys_nr h1{ font-size:18px; color:#545556; margin-bottom:0px; padding-top:10px;width:100%; float:left; text-align:center}
.s_ys_nr p{ font-size:14px; color:#545556; line-height:18px;text-align:center}


.s_ys_tip:hover{transform: rotateY(360deg);
 transition: all 2s ease 0s;
-webkit-transform: rotateY(360deg);	/* Safari 和 Chrome */
-moz-transform: rotateY(360deg);
-webkit-transform: all 2s ease 0s;}









#pro1{width:100%; float:left; background:#f2f2f2; padding-top:20px; padding-bottom:20px; margin-top:20px; }
.pro{width:90%; margin:auto; height:100px; }
.pro h3{width:100%;  font-size:20px; font-weight:normal; height:90px; float:left; color:#393939; text-align:center; padding-bottom:20px;}
.pro h3 b{color:#009ce5; text-align:center; font-size:20px; }
.pro h3 span{color:#393939; text-align:center; font-size:18px;width:1200px; float:left; line-height:70px; }
.pro h3 em{color:#009ce5; font-size:18px; font-style:normal;}





.pro1{width:1200px; margin:auto; background:url(../images/pro.jpg) no-repeat right #e0e3e6; height:192px; margin-bottom:40px;}
.pro11{width:270px; float:left}

.pro11 h3{ width:270px; font-size:35px; font-weight:normal;  float:left; color:#393939; text-align:left; padding-bottom:0px; padding-top:40px; padding-left:80px;}
.pro11 h3 b{color:#ff0000; text-align:center; font-size:35px; }


.m4{}
	
.m4 a{ width:130px; line-height:33px; text-align:center; color:#878787;float:right; font-size:14px; margin-top:25px; border:#c4c6c8 solid 1px; float:left; margin-left:80px;
transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;}	
.m4 a:hover{
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-moz-transform: translate(0,-5px);
	-o-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);}
	


.ccc2{ float:left; padding-top:35px; }




.pp{ width:90%; margin:auto;  clear:both; background:url(../images/p_b.jpg) repeat-x top; padding-top:50px;}

.p1{width:288px; float:left;  background:#dae6dc}
.p1 h3{width:263px; float:left; color:#fff; font-weight:normal; font-size:20px; line-height:25px; height:74px; background:#009ce5; text-align:left; padding-top:25px; padding-left:25px;}
.p1 h3 span{  font-size:14px; font-weight:normal;font-family:Arial, Helvetica, sans-serif;}

.p1 ul{overflow:hidden; text-align:left; float:left; width:288px; font-size:15px; margin-top:1px;}
.p1 ul li{display:inline;float:left; line-height:39px; border-bottom:#bfd6c2 solid 1px; }
.p1 ul li a{ float:left;padding-left:20px;width:288px;color:#2e5737}
.p1 ul li a:hover{ float:left; background:#037c15; width:288px; color:#fff;  float:left;  line-height:39px;  }

.proList_con {width: 816px;float: right;}



.imglist ul li{float:left; font-size:12px;border-bottom:#e4e4e4 solid 0px; width:100%; height:auto; margin-left:0px;  }
.imglist ul li img{width:100%; height:auto!important;}
.imglist ul li span{ float:left;line-height:30px; font-size:14px;  width:100%; color:#3b3b3b;  text-align:left; line-height:25px;}
.imglist ul li span a{ color:#3b3b3b;}
.imglist ul li p{ float:left;line-height:25px; font-size:14px;  width:100%;  text-align:left; color:#999999  }



.demo {
	OVERFLOW: hidden;
	WIDTH: 100%
}
.indemo {FLOAT: left; WIDTH: 800%}
.demo1 {FLOAT: left}
.demo2 {FLOAT: left}






#new1{width:90%; margin:auto; padding-top:20px; clear:both; }
#new1 h3{width:100%;font-size:20px; font-weight:normal; float:left; color:#393939;padding-bottom:10px;}
#new1 h3 b{text-align:center; font-size:18px; }
#new1 h3 span{color:#828282;  font-size:14px; line-height:24px;  float:right; font-weight:normal;  }
#new1 h3 span a{border:#CCCCCC solid 1px; padding-left:20px; padding-right:20px;  line-height:30px; float:left; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;border-radius:25px;}
#new1 h3 span a:hover{color:#fff!important; background:#009ce5;border:#CCCCCC solid 1px; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}




.nn2{width:100%;float:left; height:auto;}

.nn2 ul{overflow:hidden; text-align:left; float:left;width:100%;padding-top:0px;}
.nn2 ul li{display:inline;float:left;  float:left;  width:100%; padding-right:0%; color:#a2a2a2;  -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s; }
.nn2 ul li a{color:#a2a2a2;  }

.nn2 ul li:hover{ margin-top:0px; -webkit-transition:all 1s ease 0s; transition:all 1s ease 0s; background:#2682c5;color:#FFFFFF!important}

.nn2 ul li h5{display:inline;float:left; font-weight:normal; color:#000; float:left;  width:97%; margin-bottom:0px; font-size:14px; border-bottom:#e5e5e5 solid 1px; line-height:40px; padding-left:3%}
.nn2 ul li h5 a{color:#fff!important}

.vv{display:none; }

.shijian{display:none; }

.home11_2{display:none; }

 
.nr3{ float:left; width:380px; height:0px; position: relative;clear: both; z-index:100; }
.nr4{float:left;background:#FFFFFF; margin-left:40px; padding-left:5px; padding-right:10px; margin-top:35px; padding-bottom:8px;  font-size:13px!important;}

.m2{ float:left;  line-height:24px; text-align:left; margin-top:5px; font-size:14px;}
.m2 a{ float:left;-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;}
.m2 a:hover{ float:left;-webkit-transition:all 1s ease 0s; transition:all 1s ease 0s;  }





















.fanhui{ width:100%; margin:0 auto; line-height:15px; margin-top:20px; margin-bottom:0px;}
.fanhui ul li{ float:left; width:30.3%;background:#f2f2f2;padding-left:1.5%; padding-right:1.5%; padding-top:10px; padding-bottom:10px; }
.fanhui ul li:nth-child(2n) {background: #1671c2; text-align:center}
.fanhui ul li:nth-child(2n) a{ color:#fff; text-align:center}

















.con_02{background:url(../images/index_05.jpg) no-repeat center top fixed;height:auto;width:100%;overflow:hidden;height:300px;text-align:center;color:#fff;background-size: cover;}
	
    .ind2-a61{font-size: 18px;line-height: 18px; text-transform: uppercase;font-family: 'Barlow';color:#00629f!important;}
    .ind2-a62{width: 18px;height: 11px;margin-left: 17px;transition: 0.5s; margin-top:-17px}
    .ind2-a6:hover .ind2-a62{transform: translateX(10px);transition: 0.5s;}
    .ind2-c{float: right;padding-top: 48px;}
    .ind2-c2{float: left;margin-right: 108px;}
    .ind2-c1>.ind2-c2:last-child{margin-right: 0;}
    .ind2-c21{font-size: 18px;line-height: 18px;color: #2c2c4e;}
    .ind2-c21>span{font-size: 62px;background: linear-gradient(68deg,#0082a1, #59bc68);-webkit-background-clip: text;color: transparent;font-family: 'DIN';}
    .ind2-c21>span:nth-child(1){display:none}
    .ind2-c22{font-size: 20px;line-height: 20px;color: #757575;margin-top: 0px;}
    .ind2-c4{width:180px;height:180px;margin: 0 auto;margin-top:20px;border-radius: 50%;position: relative; margin-left:200px}
    .ind2-c4>img{width: 100%;height:100%;position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;animation:trans 3s linear infinite;}
    @keyframes trans {0%{transform: scale(0.8);opacity:1;}50%{transform: scale(0.9);opacity:0.5;}100%{transform: scale(1);opacity:0;}}
    .ind2-c3{width:100px;height:100px;background: linear-gradient(to bottom,#1c8aca,#9ed2f0);border-radius: 50%;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto; padding:3%;}
    .ind2-c31{font-size:20px;line-height: 36px;color: #fff;    font-family: 'Oswald'; position: absolute;left: 28px;top: 15px;text-transform: uppercase;}
    .ind2-c32{font-size:20px;line-height:30px;color: #fff; text-align:center; padding-top:20px;color: #dff2eb;    font-family: 'Oswald';}
    .ind2-c33{font-size:12px;line-height: 28px;font-weight:normal;color: #fff;text-align:center; padding-top:0px;}
    .ind2-c34{width: 13px;height: 13px;position: absolute;left: calc(50% - 13px/2);bottom: 24px;}




    .ind2-c41{width:180px;height: 180px;margin: 0 auto;margin-top: 5px;border-radius: 50%;position: relative;margin-top:-350px;
    border-radius: 50%;
    position: relative;
    margin-left:250px}
    .ind2-c41>img{width: 100%;height:100%;position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;animation:trans 3s linear infinite;}
    @keyframes trans {0%{transform: scale(0.8);opacity:1;}50%{transform: scale(0.9);opacity:0.5;}100%{transform: scale(1);opacity:0;}}
    .ind2-c3a{width:100px;height:100px;background: linear-gradient(to bottom,#1c8aca,#9ed2f0);border-radius: 50%;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto; padding:3%;opacity: 0.8; text-align:center}
    .ind2-c311{font-size:20px;line-height: 36px;color: #fff;font-family: 'Oswald';position: absolute;left: 28px;top: 18px;text-transform: uppercase;}
    .ind2-c321{font-size:20px;line-height: 40px;color: #fff; text-align:center; padding-top:10px;color: #dff2eb;font-family: 'Oswald';}
    .ind2-c331{font-size:15px;line-height: 22px;font-weight:normal;color: #fff; text-align:center; padding-top:0px; }
    .ind2-c341{width: 14px;height: 13px;position: absolute;left: calc(50% - 13px/2);bottom: 24px;}


    .ind2-c41a{width:220px;height: 220px;margin: 0 auto;margin-top: 5px;border-radius: 50%;position: relative;margin-top:-200px;
    border-radius: 50%;
    position: relative;
    margin-left:30px}
    .ind2-c41a>img{width: 100%;height:100%;position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;animation:trans 3s linear infinite;}
    @keyframes trans {0%{transform: scale(0.8);opacity:1;}50%{transform: scale(0.9);opacity:0.5;}100%{transform: scale(1);opacity:0;}}
    .ind2-c3aa{width:120px;height:120px;background: linear-gradient(to bottom,#1c8aca,#9ed2f0);border-radius: 50%;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto; padding:3%;opacity: 0.8; }
    .ind2-c311a{font-size:20px;line-height: 36px;color: #fff;font-family: 'Oswald';position: absolute;left: 28px;top: 28px;text-transform: uppercase;}
    .ind2-c321a{font-size:25px;line-height: 40px;color: #fff; text-align:center; padding-top:20px;color: #dff2eb;    font-family: 'Oswald';}
    .ind2-c331a{font-size:15px;line-height: 22px;font-weight:normal;color: #fff;  text-align:center; padding-top:0px;}
    .ind2-c341a{width: 13px;height: 13px;position: absolute;left: calc(50% - 13px/2);bottom: 24px;}





    .ind2-c41a1{width:220px;height:220px;margin: 0 auto;margin-top: 5px;border-radius: 50%;position: relative;margin-top:0px;
    border-radius: 50%;
    position: relative;
    margin-left:50px}
    .ind2-c41a1>img{width: 100%;height:100%;position:absolute;left:0;right:0;bottom:0;top:0;margin:auto;animation:trans 3s linear infinite;}
    @keyframes trans {0%{transform: scale(0.8);opacity:1;}50%{transform: scale(0.9);opacity:0.5;}100%{transform: scale(1);opacity:0;}}
    .ind2-c3aa1{width: 120px;height: 120px;background: linear-gradient(to bottom,#1c8aca,#9ed2f0);border-radius: 50%;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin: auto; padding:3%;opacity: 0.8; }
    .ind2-c311a1{font-size:30px;line-height: 36px;color: #fff;font-family: 'Oswald';position: absolute;left: 28px;top: 28px;text-transform: uppercase;}
    .ind2-c321a1{font-size:25px;line-height: 37px;color: #fff; text-align:center; padding-top:20px;color: #dff2eb;    font-family: 'Oswald';}
    .ind2-c331a1{font-size:15px;line-height: 22px;font-weight:normal;color: #fff;  text-align:center; padding-top:0px;}
    .ind2-c341a1{width: 13px;height: 13px;position: absolute;left: calc(50% - 13px/2);bottom: 24px;}
	
	
	
 .ind3{width: 100%;background: #f0f9ff;padding: 40px 0 0px 0;overflow: hidden;}	


  .ind3-a{width: 100%;margin: 0 auto;position: relative; display:flex}
    .ind3-a1{position: relative;width:100%;}
    .ind3-a1a{font-size:20px;line-height:25px;font-family: 'Oswald';background: linear-gradient(to bottom,#1d90cf,#09579e);-webkit-background-clip: text;color: transparent;text-transform: uppercase; text-align:center}
    .ind3-a1b{font-size:20px;line-height:24px;margin-top:0px; color:#000; text-align:center}
    .ind3-a1 .ind2-a6{position: absolute;right: 0;top: 3px;margin-top: 0;}
    .ind3-a2{width: 100%;margin-top:20px;padding-bottom:20px;position: relative;}
    .ind3-swi{width: calc(585px*3);}
    .ind3-a21{width: 100%;height: 350px;background:#59bc69;position:relative;}
    .ind3-swi>div>.swiper-slide:nth-child(2n) .ind3-a21{background:#00b8bb;}
    .ind3-swi>div>.swiper-slide:nth-child(3n) .ind3-a21{background:#0082a1;}
    .ind3-a21>img{height:195px;position:absolute;right:0;top:0;left:0;bottom:0;margin:auto;transition: 0.5s;}
    .ind3-a22{font-size: 24px;line-height: 24px;font-weight: bold;margin-top: 57px;}
    .ind3-a23{font-size: 16px;line-height: 16px;color: #757575;margin-top: 23px;}
    .ind3-a21:hover >img{transform: scale(1.08);transition: 0.5s;}
    .ind3-next{width: 18px;height: 11px;background: url(../img/a16.png) no-repeat;background-size: 100% 100%;position: absolute;right: 0;top: auto;bottom: calc(20px/2 - 11px/2);outline: none;}
    .ind3-prev{width: 18px;height: 11px;background: url(../img/a17.png) no-repeat;background-size: 100% 100%;position: absolute;left: auto;right: 90px;top: auto;bottom: calc(20px/2 - 11px/2);outline: none;}
    .ind3-line{width: 1px;height: 20px;background: #bfbfbf;position: absolute;bottom: 0;right: 54px;}
    .ind3-scr{width: calc(100% - 165px);height: 1px;position: absolute;left: 0;bottom: calc(20px/2 - 1px/2);background: #dcdcdc;}
    .swiper-scrollbar-drag{height: 3px;margin-top: -1px;background: linear-gradient(to right,#0082a1,#59bc68);}



.pro ul{overflow:hidden; text-align:left;  font-size:14px; padding-top:15px; }
.pro ul li{display:inline;float:left; width:100%; }
.pro ul li a{ float:left;padding-top:0px;  line-height:25px; background:url(../images/d.jpg) no-repeat left 8px; padding-left:10%; padding-right:0px}
.pro ul li a:hover{ -webkit-transition:all 0.3s ease 0s; transition:all 0.3s ease 0s;padding-left:8%; }
.pro{width:100%; }




/*产品中心*/
.pro_cen_banner{height:485px; overflow:hidden; position:relative;}
.pro_cen_banner img{position:absolute; left:50%; margin-left:-960px; width:1920px; max-width:none; /*animation:img_room 6s linear 1; -webkit-animation:img_room 6s linear 1;*/}
.pro_cen_banner .pro_ban_more{position:absolute; width:100%; top:59%;}
.pro_cen_banner .pro_ban_more .more{position:relative; display:inline-block; padding:0 70px 0 20px; background:#007fc3; height:53px; line-height:53px; margin-left:25px;}
.pro_cen_banner .pro_ban_more .more span{display:inline-block; font-size:18px; color:#fff;}
.pro_cen_banner .pro_ban_more .more .icon{position:absolute; right:35px; top:50%; margin-top:-8px; width:12px; height:17px; background:url(../img/more_jt.png) no-repeat center; transition:all 0.5s ease;}
.pro_cen_banner .pro_ban_more:hover .more .icon{right:20px;}
.pro_center.channel_content{padding:0;}

.pro_center02{margin-top:0px;}
.pro_center02 .infor{text-align:center;}
.pro_center02 .infor .title{font-size:20px; font-weight:bold; color:#292929;}
.pro_center02 .infor .form_box{width:90%; margin:10px auto 0; border-radius:50px;border:1px solid #a4a4a4; height:35px; line-height:35px; padding:0 1%; position:relative;}
.pro_center02 .infor .form_box input{width:80%; line-height:35px; border:none; padding:0; margin:0; background:transparent; float:left; text-indent:5px; height:35px; font-size:14px;}
.pro_center02 .infor .form_box button{width:30px; height:30px; background:#009ce5; padding:0; margin:0; outline:none; border:none; cursor:pointer; transition:all 0.5s ease; position:relative; border-radius:50%; float:right; margin-top:3px; line-height:1;}
/*:root .pro_center02 .infor .form_box button i{vertical-align:middle;}*/
.pro_center02 .infor .form_box button i{margin:0; font-size:20px; color:#fff; height:22px; position:absolute; left:50%; margin-left:-10px; top:50%; margin-top:-11px;}
.pro_center02 .infor .form_box:hover button{background:#21b75f;}
.pro_center02 .infor .infor_link{text-align:center; padding:20px 5%;}
.pro_center02 .infor .infor_link a{display:inline-block; position:relative; font-size:14px; color:#666; line-height:22px; padding:0 10px;}
.pro_center02 .infor .infor_link a:after{content:''; width:1px; height:14px; background:#d3d3d3; position:absolute; left:0; top:50%; margin-top:-7px;}
.pro_center02 .infor .infor_link a:first-child:after{display:none;}
.pro_center02 .infor .infor_link a:hover{color:#929292;}
.pro_center02 .content .bd{background:#f6f6f6; padding:0px 0;}
.pro_center02 .content .bd .rect-1061{padding-bottom:0;}
.pro_center02 .content .bd .li_{width:48%; float:left; margin-right:2%; padding-bottom:120px; position:relative; transition:all 0.5s ease; margin-bottom:10px;}
.pro_center02 .content .bd .li_ img{ width:100%;}



.pro_center02 .content .bd .li_four{margin-right:0;}
.pro_center02 .content .bd .li_ .rect-1061:after {content:''; position:absolute; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.5); opacity:0; visibility:hidden; transition:opacity .2s ease;}
.pro_center02 .content .bd .li_ .intro{background:#fff; text-align:center; position:absolute; left:0; width:100%; bottom:0;}
.pro_center02 .content .bd .li_ .intro .box{padding:32px 20px 28px;}
.pro_center02 .content .bd .li_ .intro .box .tit{margin-bottom:10px;}
.pro_center02 .content .bd .li_ .intro .box .tit a{display:block; font-size:16px; line-height:25px; color:#666; font-weight:bold;}
.pro_center02 .content .bd .li_ .intro .box .con{height:0; overflow:hidden; transition:all 0.5s ease; text-align:left;}
.pro_center02 .content .bd .li_ .intro .box .con a{display:block; float:left; width:80%; margin-right:10%;margin-left:10%; line-height:27px; font-size:13px; color:#303030;}
.pro_center02 .content .bd .li_ .intro .box .intro_more{margin-top:15px}
.pro_center02 .content .bd .li_ .intro .box .intro_more a{margin-right:13px; display:inline-block; font-size:14px; position:relative; color:#666;}
.pro_center02 .content .bd .li_ .intro .box .intro_more a:before{content:''; display:block; position:absolute; left:0; bottom:0; width:0px; height:1px; background:#666; transition:all 0.5s ease;}
.pro_center02 .content .bd .li_ .intro .box .intro_more a:after{content:''; width:10px; height:10px; background:url(../img/proCen02_3.png) no-repeat center; position:absolute; right:-15px; top:50%; margin-top:-5px}
.pro_center02 .content .bd .li_ .li_line{width:0; height:5px; background:#009ce5; position:absolute; left:0; bottom:0; transition:all 0.5s ease;}
.pro_center02 .content .bd .bd_more{width:220px; height:52px; line-height:52px; text-align:center; color:#666; border:1px solid #666; border-radius:3px; font-size:18px; cursor:pointer; margin:0 auto; transition:all 0.5s ease;}
.pro_center02 .content .bd .li_ .intro .box .tit a:hover{color:#666;}
.pro_center02 .content .bd .li_ .intro .box .con a:hover{color:#666;}
.pro_center02 .content .bd .li_:hover .intro .box .con{height:135px;}
.pro_center02 .content .bd .li_:hover .li_line{width:100%;}
.pro_center02 .content .bd .li_:hover{box-shadow:-4px 2px 20px 1px rgba(0,0,0,0.2);}
.pro_center02 .content .bd .li_:hover .rect-1061:after{opacity:1; visibility:visible;}
.pro_center02 .content .bd .bd_more:hover{border-color:#00a1e9; background:#00a1e9; color:#fff;}
.pro_center02 .content .bd .li_ .intro .box .intro_more a:hover:before{width:100%;}



.col-md-3A {
	width: 48%;
	float: left;
	position: relative;
	min-height: 1px;
	margin:0px 1%;
	
}


.advan-list li h3 {
	color: #333;
	font-size:15px;
	font-weight: 600;
	line-height: 2;
	margin:5px 0 5px;
	position: relative;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}
.advan-list li:hover h3 {
	top: -10px;
	color: #fff;
}
.advan-list li .intro {
	color: #999;
	font-size: 14px;
	line-height: 2;
	height:50px;
	overflow: hidden;
	position: relative; line-height:24px;
	z-index: 9;
	top: 0;
	transition: all 0.8s;
}
.advan-list li:hover .intro {
	top: -10px;
	color: #fff;
	height: 50px;
}





.advan-list { padding-left:3%; width:92%;
	margin-top:0px;
}
.advan-list li a {
	display: block;
	background: #fff;
	border-radius: 0px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .05);
	text-align: center;
	padding:10px 10%  10px;
	position: relative; margin-bottom:10px;
	height:100px;
	cursor: pointer;
}
.advan-list li a img { height:70px; width:auto;
	
}
.advan-list li a:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 100%;
	content: "";
	background: url(../images/ysbg.png) bottom left no-repeat #009ce5;
	border-radius: 5px;
	z-index: 1;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.advan-list li:hover a:after {
	left: 0;
	width: 100%
}



  .ind2-a61 { width:100%}
  .ind3-aa{margin: 0 auto;display:block; max-width:100%; padding:0 6% }
.ind21honor{width: 100%;position: relative;padding:20px 0 20px 0;height:auto; background:url(../images/a5.jpg) no-repeat center top fixed; background-size:cover}


.ind2-b3{height:300px;position: absolute;bottom: 35px;right:0;}
.ind2-b3 img{ width:100%; padding-top:0px;}	
	
	
	
	


#zhu1{width:100%; float:left; background:#7ac1e1; margin-top:0px; padding-top:20px; padding-bottom:20px;}
.zhu{ width:90%; margin:auto; }
.zhu h3{ width:100%; float:left; font-size:18px; color:#fff; line-height:30px; font-weight:900; text-align:center;
}
.zhu h3 span{ width:100%; float:left; font-size:14px; font-weight:normal;color:#fff; font-weight:normal  }



#footer1{ float:left; width:100%; border-bottom:#e6e6e6 solid 1px;}
#footer21{margin:auto;width:90%; }
#footer21 h3{float:left;height:auto; line-height:24px; font-weight:normal; font-size:14px; text-transform:uppercase;  padding-right:2%; text-align:left ;color:#066ab6}
.fot{float:left;width:100%;text-align:left;line-height:24px; }
.fot1{float:right; line-height:24px; font-size:14px; font-family:Arial, Helvetica, sans-serif; color:#066ab6; }




#footer2{margin:auto;width:90%; padding-top:20px; padding-bottom:20px; overflow:hidden }


.daoh1{ float:left; width:100%;}


.daoh2{ float:left; width:70%; }
.daoh2 h3{ float:left;padding-bottom:10px; font-size:14px;  color:#000; padding-top:10px; width:100%; font-weight:normal}
.daoh2 ul{text-align:left; float:left; width:100%; font-size:15px; line-height:30px; color:#333333; background:url(../images/dh.jpg) no-repeat left; padding-left:50px;}
.daoh2 ul li{loat:left; line-height:27px;}
.daoh2 ul li a{ float:left;width:110px; color:#a2a2a2 }
.daoh2 ul li a:hover{ float:left;width:110px; color:#007b1a }


.dd1{ margin-right:40px;}





.ewm{display:none; }


.lx{display:none; }



#footer1{width:100%; float:left; background:#424242; padding-bottom:100px; padding-top:20px;}


#footer{margin:auto;width:90%; color:#fff; text-align:left; line-height:24px;  overflow:hidden; padding-top:10px; padding-bottom:10px; }
#footer a{ color:#fff;  }
.zzb07tail
{ 
}
a.zzb07link{

	text-decoration:none;
}

a.zzb07link:hover {
	text-decoration:underline;

}


.qq1{ width:130px; float:right; padding-top:10px;}







/*首页联系我们*/
.s_lx_bg{ background:url(../images/img8.jpg) center no-repeat; background-size:cover; width:100%; height:auto; float:left; padding-bottom:50px;}
.s_lx_box{ width:90%; margin:0 auto; padding-top:40px;}

.s_lx_hezi{ width:80%; padding-left:10%; padding-right:10%; padding-top:40px; padding-bottom:20px;background-color:rgba(255,255,255,0.9);}
.s_lx_left{ width:100%; float:left;}
.s_lx_left .s_lx_p1{ font-size:18px; color:#2486d4; padding-bottom:10px;}
.s_lx_left .s_lx_p2{ font-size:18px; color:#2486d4; margin-top:0px;}
.s_lx_left .s_lx_nr p{ font-size:14px; color:#000000; line-height:24px; padding-left:0px;}
.s_lx_left .s_lx_nr p a{color:#000000;}
.s_lx_left .s_lx_nr{ margin-top:0px;line-height:22px; }



.s_lx_right{ width:100%; float:left; padding-top:30px;}
.s_ord_tip{ margin-bottom:5px;}
.s_ord_tip p{ font-size:14px; color:#000; line-height:22px; float:left; width:100%;}
.s_ord_tip .s_ord_kuang1{ width:100%; height:28px; float:left; background-color:#fff; border:1px solid #a9a9a9; font-size:12px; color:#000; line-height:28px; padding-left:10px;}

.s_ord_tip2{margin-bottom:17px;}
.s_ord_tip2 p{font-size:14px; color:#000; line-height:28px; float:left; width:100%;}
.s_ord_tip2 .s_ord_kuang2{width:100%; min-height:85px; float:left;background-color:#fff; border:1px solid #87836c; font-size:12px; color:#000; line-height:28px; padding-left:10px; padding-top:0px;}

.s_ord_p1{font-size:14px; color:#000; line-height:28px; float:left; width:100%;}
.s_ord_kuang3{width:78px; height:28px; float:left;background-color:#fff; border:1px solid #87836c; font-size:12px; color:#000; line-height:28px; padding-left:10px;}
.s_ord_kuang4{ width:99px; height:28px; border:0; float:left; margin-left:8px; margin-right:8px;}
.s_ord_kuang5{ width:66px; height:28px; background-color:#4483b4; float:right;border:0; font-size:12px; border-radius:5px; color:white; text-align:center; line-height:28px; cursor:pointer;}




.pro_center02 .infor .form_box button img{width:18px;}
}

