/*导航顶部*/
.header *{	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	height: 176px;
box-shadow: 0px 0px 10px rgba(0,0,0,0.3); background-color:#FFF;
}
.col-md-4scj{ width: 31.3%;
    float: left;
    margin: 1%;}
.header .left {
	width: 12%
}
.header .left a .img1 {
	margin-top:11px; margin-bottom:8px;
}
.header .left .img2 {
	display: none;
}
.flexbox{width: auto;height: 320px;display: flex;align-items: center; overflow:hidden; background-color:#F3F3F3}
.flexbox img{align-items: center;}

.swiper-pagination-bullet {background: #fff !important; }
.aboutin p{ font-size:16px; line-height:28px;}
.prevp{float:left; color:#000066; font-weight:bold;}
.nextp{float:right;color:#000066; font-weight:bold;}

.swiper3 .swiper-slide a span{ display:block; width:100; color:#fff; background-color:rgba(188,8,0,0.6);}
.swiper3 .swiper-slide a:hover span{  background-color:rgba(188,8,0,1);}

.zzrr .col-md-zzrr{ width:100%; text-align:center;}
.zzrr .col-md-zzrr p{ padding:30px;}
.zzrr .col-md-zzrr .thumbnail{ margin:0 auto;}
.bannerzw{ height:200px;}
.topscj{ border-bottom:1px #dadad9 solid;}
.logoword{ border-left:1px #dfdfdf solid; padding-left:16px; width:300px; margin-left:222px; margin-top:60px;}
.logoword b{ color:#388c1d;}
.bannerzw div{padding:88px; clear:both;}
.bannerzw div.onzw{padding:26px !important;}
.toptel{font-size:12px; color:#888888; margin-top:0px;}
.toptel div{ float:right;}
.toptel span{ color: #096; font-weight:bold;}
.toptel .telword{ float:right; display:block; height:31px; line-height:31px; margin-right:16px;}
.toptel .weibo a{ float:right; width:23px; height:24px; background:url(../images/weibo.gif); margin-right:10px; margin-top:5px;}
.toptel .weixin a{ float:right; width:23px; height:24px;background:url(../images/weixin.gif); margin-right:10px; margin-top:5px;}
.toptel .weixin{ position:relative;}
.toptel .weixin div { left:-38px;top:30px; position:absolute; z-index:50055; display:NONE;}
.toptel .weixin div IMG{ width:100PX;}
.toptel .weixin:HOVER div{ display:block;}
.toptel .qq a{ float:right; width:23px; height:24px;background:url(../images/qq.gif); margin-right:10px; margin-top:5px;}
.topnum{ background:url(../images/toptel.jpg) left center no-repeat; padding-left:55px; margin-top:40px;}
.topnum span{ font-size:14px; color:#474443; }
.topnum h2{ font-size:36px; color:#e62129;  line-height:40px;}
.header .navbody{	background:#009b4d; margin-top:0px; border-bottom:2px #fff500 solid;transition: all .5s ease 0s;}
.header .nav {
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	height: 100%;
	line-height: 50px;
	display: block;
	width:1200px; margin:0 auto;

}
.header .navbar_nav li {
	float: left;
	position: relative;
	display: block;
	padding:0 11px;
	background:url(../images/menurline.jpg) right center no-repeat;
}
.header .navbar_nav li:last-child{background: none;}
.header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 4px;
	background: #e62129;
	position: absolute;
	top: 0;
	left: 50%;
	transition: all .5s ease 0s;
}
.header .navbar_nav li:hover:after {
	width: 100%;
	left: 0%;
}
.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	color: #fff;
	font-size: 16px;
}
.header .navbar_nav li:hover a {
	color: #fff;
}
.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative
}
.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block
}
.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,.38);
	width: 120%;
	left: -10%
}
.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px
}
.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: #e62129;
}
.header.on {
	background: #fff;
	border-bottom: 1px solid #ccc;
	height:52px;
}

.header.on .toptel ,.header.on .topnum,.header.on .logoword{
	display: none;
}
.header.on .left .img1 {
	display: none
}
.header.on .container{ position:relative;}
.header.on .left .img2 {
	display: block; width:68px; position: absolute; top:4px; left:0px;
}
.header.on .navbar_nav{ float:right;}
.header.on .navbar_nav li{
	padding:0 2px;
	}
.header.on .navbar_nav li a {
	color: #fff
}
.header.on .navbar_nav li:hover a {
	color: #fff
}
.header.on .bannerzw{ padding:34px;}
.yz .yz_con{ height: 180px;box-shadow: 0 0 10px rgba(0,0,0,0.19);margin-top: -46px;position: relative;z-index: 100;background: #fff;}
.yz .yz_con li{width: 20%;}
.yz .yz_con ul {padding: 50px 0;}
.yz .yz_con li b {font-size: 52px; margin: 0 0 16px 0;}
.yz .yz_con li {float: left;height: 90px;color: #575757;padding-top: 1px; list-style: none;	text-align:center;}
.yz .yz_con li b {font-weight: 400;font-size: 52px; font-family:"Times New Roman", Times, serif;line-height: 1;   display: inline-block;    position: relative;transition:font-size .8s;  -webkit-transition: font-size .8s;}
.yz .yz_con li p {font-size: 16px;}
.yz .yz_con li b i {font-style: normal; color:#e62129}
.yz .yz_con li b sup {position: absolute;font-size: 16px;right: -15px;top: -3px;}
.yz .yz_con li b em {font-style: normal;font-size: 28px;font-weight: 100; padding-left: 2px;position: relative;top: -4px;}

#navToggle {display: none}
.m_nav {
	position: fixed;
	top: 0;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease .5s;
	-webkit-transition: all ease .5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%)
}
.m_nav.open {
	transform: translateX(0)
}
.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box
}
.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer
}
.m_nav .logo {
	width: 100%;
	margin: 0 auto
}
.m_nav .logo img {
	display: block;
	margin: 0px auto;
	height:90px;
}
.m_nav .ul {
	margin-top: 8px
}
.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0
}
.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms
}
.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%
}
.m_nav .ul li .dropdown_menu {
	display: none
}
.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block
}
.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5
}
.m_nav .ul li .dropdown_menu a:last-child {
	border: none
}
.banner {
	width: 100%
}
.banner img {
	width: 100%
}

.swiper3 {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.swiper3 .swiper-slide {
background-position: center;
background-size: cover;
width: 500px;
height: 300px;

}
.swiper3 .swiper-slide a{ display:block; width:100%; height:100%; background:rgb(0,0,0,0.1);}
.swiper3 .swiper-slide a:hover{background:rgb(0,0,0,0.0);}


#position{height:64px;background:#227bd6;padding-top:8px;position:fixed;bottom:0px;left:0px;width:100%;z-index:999;overflow:hidden;}
#position dd{width:33.3%;text-align:center;float:left;overflow:hidden;}
#position dd font{display:block;padding-top:8px;}
#position dd a{color:#FFF;text-decoration:none;}
#blank{height:64px;}



.abts{ margin-top: 30px;padding: 48px 0;} 
.abts h3{text-align: center; margin-bottom:0px;}
.abts h3 span{ font-size:39px; color:#009b4c; position:relative; font-weight:bold;}
.abts h3 span em{font-size: 60px; font-family:"Myriad Pro"; position: relative; top:6px;}
.abts h3 i{ font-size: 22px; color:#bfbfbf;  margin-top: 11px; display:block;}
.abts h3 b{ font-size:24px; color:#bfbfbf;}





@media screen and (max-width:992px) {
.header,.header.on {
	height:52px;
}
.header .toptel ,.header .topnum{
	display: none;
}
.bannerzw div{padding:26px; clear:both;}
.bannerzw div.onzw{padding:26px !important;}
.header .left .img1 {
	display: none
}
.header .container{ position:relative;}
.header .left .img2 {
	display: block; width:80px; position: absolute; top:0px; left:12px;
}
.header .navbar_nav{ float:right;}
.header .navbar_nav li{padding:0 8px;	}
.header.navbar_nav li a {color: #fff}
.header.on .navbar_nav li:hover a {	color: #fff}
.header.on .bannerzw{ padding:34px;}
.header {
	padding: 0;
}
.header #navToggle {
	height: 100%;
	padding: 0px 15px 20px 15px;
	margin-right: 0px;
	display: inline-block;
	float: right
}
.header #navToggle span {
	position: relative;
	width: 25px;
	height: 1px;
	margin-top: 19px
}
.header #navToggle span:before, .header #navToggle span:after {
	content: '';
	position: relative;
	width: 100%;
	height: 1px;
	left: 0
}
.header #navToggle span, .header #navToggle span:before, .header #navToggle span:after {
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: block;
	background: #fff
}
.header #navToggle span:before {
	top: 8px
}
.header #navToggle span:after {
	bottom: 10px
}
.header #navToggle.open span:before {
	top: 10px;
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-moz-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	-o-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg)
}
.header #navToggle.open span:after {
	bottom: 12px;
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg)
}
.header #navToggle.open span {
	background: 0 0
}
.header #navToggle.open span:before, .header #navToggle.open span:after {
	background: #fff
}
.header .nav {
	display: none
}

}

.flogobody{ margin-top:45px; margin-bottom:45px;}
.flogobody h4{ color:#545454; padding:16px 0;}
.flogobody .a-img{ position:relative; z-index:1; display: inline-block;/*border: 2px solid #21ad42;  border-radius: 50%;overflow: hidden; */}
.flogobody .a-img:after{ content:""; position: absolute;  z-index:3;top: 0px;bottom: 0px; left: 0px; right: 0px; /*border: 5px solid #fff; border-radius: 50%;*/}
.flogobody .a-img img { transition: all .5s linear 10ms;}
.flogobody .a-img img:nth-child(2){ position:absolute; z-index: 2;top:63px; left:50%; }
.flogobody a{ display:block;}
.flogobody .a-img img:first-child {
	opacity: 1;
}
.flogobody .a-img img:nth-child(2) {
	opacity: 0;
	transform:translate(-50%,-50%) rotateY(180deg);
	-ms-transform:translate(-50%,-50%) rotateY(180deg);
	-moz-transform:translate(-50%,-50%) rotateY(180deg);
	-webkit-transform:translate(-50%,-50%) rotateY(180deg);
	-o-transform:translate(-50%,-50%) rotateY(180deg);
}
.flogobody .a-img:hover img:first-child {
	opacity: 0;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.flogobody .a-img:hover img:nth-child(2) {
	opacity: 1;
	transform:translate(-50%,-50%) rotateY(360deg);
	-ms-transform:translate(-50%,-50%) rotateY(360deg);
	-moz-transform:translate(-50%,-50%) rotateY(360deg);
	-webkit-transform:translate(-50%,-50%) rotateY(360deg);
	-o-transform:translate(-50%,-50%) rotateY(360deg);
}
.lfooter { display:none}
.edgebj{height:800px;  overflow: hidden;    background: #f5f5f5;}
.edge{padding-top:40px;height:700px;}
.edge h3{text-align: center; margin-bottom: 39px;}
.edge_title h3 span{display: block;  height: 62px; font-size:39px; color:#009b4c; margin-bottom:20px;  background: url("../images/bwordline.png") no-repeat bottom center;}

.edge h3 span em{font-size: 60px; font-family:"Myriad Pro"; position: relative; top:6px;}
.edge h3 i{display: block; font-size: 18px; color:#666666; margin-top: 11px;}
.edge ul{height:70px; margin-bottom: 10px;}
.edge ul li{float:left; width:396px;height:70px; line-height: 70px;background: #009b4d no-repeat center;margin-left: 6px; }
.edge ul li a{display: block;height:70px;text-align: center;line-height: 70px; font-size: 22px; font-weight: bold; color:#FFF; }
.edge ul li:nth-child(1){margin-left: 0;}
.edge ul li .ed1{background:url("../images/e1.png") no-repeat 9%;}
.edge ul li .ed2{background:url("../images/e2.png") no-repeat 9%;}
.edge ul li .ed3{background:url("../images/e3.png") no-repeat 9%;}
.edge ul li .ed4{background:url("../images/e3.png") no-repeat 9%;}
.edge ul li .ed5{background:url("../images/e3.png") no-repeat 9%;}
.edge ul li .ed6{background:url("../images/e3.png") no-repeat 9%;}
.edge ul li.cur{background: #e62129 no-repeat center;}
.edge .edsm{padding:20px 20px 0 56px; height:490px; background:#FFF; }
.edge .edsm dl{padding-top:59px;float:left; width:405px; height:334px;}
.edge .edsm dl dt{padding-left:22px; margin-bottom: 49px;}
.edge .edsm dl dt span{display: block; font-size: 28px; line-height: 28px; font-weight: bold; color:#494949;}
.edge .edsm dl dt span i{display:block; font-size: 24px; font-weight: normal; margin-top: 14px; line-height: 24px; }
.edge .edsm dl dd p{height:175px;}
.edge .edsm dl dd p em{display:block;padding-left:22px; font-size: 16px; line-height:25px;  margin-bottom: 24px; color:#4c4c4c; background:url("../images/y2.png") no-repeat left 8px;    }
.edge .edsm dl dd a{display: block; width:122px; height:38px; text-align: center; line-height: 38px;background:url("../images/wzbj2.png") no-repeat center; margin-left: 22px; float:left; font-size: 16px; color:#FFF; font-weight: bold; margin-right: 22px;}
.edge .edsm dl dd strong{display: block;float:left; font-size: 14px; line-height: 15px; height:38px; font-weight: normal; color:#666666;}
.edge .edsm dl dd strong b{display: block; font-weight: bold; font-size: 24px; line-height: 25px; color:#1a1a1a; font-family:"Arial";}
.edge .edt{float:right; width:650px; height:451px;}
.edge .edt img{}


.edge .edsm2{padding:20px 20px 0 36px; height:490px; background:#FFF; }
.edge .edsm2 dl{padding-top:26px;float:left; width:405px; height:334px;}
.edge .edsm2 dl dt{padding-left:22px; margin-bottom: 26px;}
.edge .edsm2 dl dt span{display: block; font-size: 26px; line-height: 26px; font-weight: bold; color:#264d98;}
.edge .edsm2 dl dt span i{display:block; font-size: 24px; font-weight: normal; margin-top: 14px; line-height: 24px; }
.edge .edsm2 dl dd p{height:175px;}
.edge .edsm2 dl dd p em{display:block;padding-left:22px; font-size: 16px; line-height:25px;  margin-bottom: 24px; color:#4c4c4c;  }
.edge .edsm2 dl dd a{display: block; width:122px; height:38px; text-align: center; line-height: 38px;background:url("../images/wzbj2.png") no-repeat center; margin-left: 22px; float:left; font-size: 16px; color:#FFF; font-weight: bold; margin-right: 22px;}
.edge .edsm2 dl dd strong{display: block;float:left; font-size: 14px; line-height: 15px; height:38px; font-weight: normal; color:#666666;}
.edge .edsm2 dl dd strong b{display: block; font-weight: bold; font-size: 24px; line-height: 25px; color:#1a1a1a; font-family:"Arial";}


.xunpan {
	color:#FFF;
    height: 200px;
}
.xunpan p.bigtxt {
    font-size: 40px;
    padding-bottom: 10px;
    padding-top: 60px;
}.xunpan p {
    font-size: 20px;
}.xunpan .zixun {
    width: 454px;
    *padding-right: 80px;
    padding-top: 40px;
    position: relative;
    text-align: center;
}.xunpan .zixun .zx {
    width: 302px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #176200;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #ffe825;
}.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}.xunpan .zixun .tel s {
    width: 26px;
    height: 28px;
    background-position: 0 -1px;
    margin-right: 16px;
}.xunpan .zixun .tel {
    border: 1px solid #65b44e;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    font-family: arial;
    font-weight: 700;
    border-radius: 30px;
}

.bigtitle{ margin-top: 20px;padding: 88px 0;} 
.bigtitle h3{text-align: center; margin-bottom: 39px;}
.bigtitle h3 span{ height: 62px; font-size:38px; color:#009b4c; position:relative; font-weight:bold;}
.bigtitle h3 span:before{content: url(../images/hotleft.png); margin-right:16px;}
.bigtitle h3 span:after{content: url(../images/hotright.png); margin-left:16px;}
.bigtitle h3 span em{font-size: 60px; font-family:"Myriad Pro"; position: relative; top:6px;}
.bigtitle h3 i{ font-size: 16px; color:#bfbfbf;  margin-top: 11px; display:block;}
.bigtitle h3 b{ font-size:28px; color:#bfbfbf;}

.teambody h3 span{ color:#fff !important;}
.teambody .btn{padding:10px 30px; margin-top:80px;}
.swiper3 {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.swiper3 .swiper-slide {
background-position: center;
background-size: cover;
width: 500px;
height: 300px;transition: transform .5s ease-in-out;
box-shadow: 8px 8px 20px rgba(0,0,0,.2);
cursor: pointer;border-radius: 10px;
border:3px #fff solid;
}
.swiper3 .swiper-slide a{ display:block; width:100%; height:100%;}

.middle_2_bg{height:588px;background:url(../images/wdys.png) no-repeat center;}
.middle_2{ width:100%; margin:0 auto; }
.middle_2_top{ padding-top:40px;clear: both; margin-bottom: 10px;}
.middle_2_title{ height:80px; text-align: center; background: top center no-repeat; margin-bottom:30px; border-bottom:1px solid #e5e5e5; padding-bottom:20px; position:relative;}
.middle_2_title strong{ font-size: 48px; color:#e60012; display: block; line-height:30px; padding-top:20px; font-weight: normal; color: #000000;}
.middle_2_title span{ color:#db2228; font-size: 48px; text-transform:uppercase; line-height: 12px;}
.middle_2_title p{ font-size: 24px; color:#444444; padding-top:40px;}
.middle_2_b{ padding:30px 0; position:relative;}
.middle_2_b .img{ width:258px; height:60px;position: absolute; padding:6px 28px; background:#1e9f20;border:0px solid;border-radius:10px;-moz-border-radius:10px; /* Old Firefox */}
.middle_2_b .img strong{ font-size: 24px; color:#009b4c;}
.middle_2_b .img strong b{ font-size:32px; color: #e62129;font-style:oblique}
.middle_2_b .img p{ font-size: 16px; color:#fff; line-height: 20px; padding:6px 0;}
.middle_2_b .img p span{ color:#db2228;}
.middle_2_b_1{  top:0px; right:280px; background: url(../images/wd6.jpg) left top no-repeat;}
.middle_2_b_2{  top:270px; right:80px; background: url(../images/wd7.jpg) left top no-repeat;}
.middle_2_b_3{ top:480px; right:140px; background: url(../images/wd9.jpg) left top no-repeat;}
.middle_2_b_4{  top:410px; left:110px; background: url(../images/wd8.jpg) left top no-repeat;}
.middle_2_b_5{ top:100px; left:60px; background: url(../images/wd10.jpg) left top no-repeat;}
.middle_2_b i{ display:none;}

.aboutin{ padding-left:30px;}
.aboutin .btn{ padding:10px 30px; margin-top:30px;}
.aboutin .abouttitle{ font-size:24px; margin-bottom:30px;}
.abt{ margin-top: 20px;padding: 58px 0;} 
.abt h3{text-align: center; margin-bottom: 39px;}
.abt h3 span{ font-size:39px; color:#009b4c; position:relative; font-weight:bold;}
.abt h3 span em{font-size: 60px; font-family:"Myriad Pro"; position: relative; top:6px;}
.abt h3 i{ font-size: 22px; color:#bfbfbf;  margin-top: 11px; display:block;}
.abt h3 b{ font-size:24px; color:#bfbfbf;}

.abt dl{ padding-top: 6px;}
.abt dt{ display: block;width: 1200px;height: 500px; position:relative;}
.abt dt .abimg1{ position:absolute; top:0px; left:0;-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;}
.abt dt a:hover .abimg1{ opacity:0;}
.abt dt img{ display: block;width: 1200px;height: 500px;}
.abt dd{ margin: -38px 65px 0;padding: 0 90px;background: #fff;height: 154px;box-shadow: 0 0 29px rgba(0,0,0,0.12);position: relative;z-index: 100;}
.abt dd p{ padding-top: 40px;font-size: 16px;line-height:28px ;color: #333333;text-align: center;}
.abt dd p a{ color: #e60012;font-weight: bold;}
.abt ul{ margin: 60px 120px 0;}
.abt ul li{ float: left;position: relative;padding:0 50px;}
.abt ul li:last-child:after{ background: 0;}
.abt li em{width: 36px;height: 36px;display: inline-block;overflow:hidden; }
.abt li em img{ width: 36px;height: 36px;display: block; transition: all 0.3s;}
.abt li span{ display: inline-block;font-size: 22px;line-height: 36px;color: #333333;vertical-align: top;margin-left: 12px;}
.abt li:before{ display: block;width: 0px;height:3px ;background: #e60012;content: "";position: absolute;left: 50px;top: 44px;z-index: 99;transition: all 0.3s;}
.abt li:after{ display: block;width: 1px;height:20px ;background: #ccc;content: "";position: absolute;right: 0px;top: 10px;z-index: 99;}
.abt li:hover span{color: #e60012;}
.abt li:hover:before{ width: 138px;}
.abt li:hover em img:nth-child(1) {margin-top:-36px;}

.wdys{ padding:50px 0; background:url(../images/scbg.jpg) no-repeat center;}
.wdys h3{text-align: center; margin-bottom: 39px;}
.wdys h3 span.numb{ height: 82px;}
.wdys h3 span{display: block;  height: 62px; font-size:39px; color:#009b4c; margin-bottom:20px;  background: url("../images/bwordline.png") no-repeat bottom center;}
.wdys h3 span em{font-size: 60px; font-family:"Myriad Pro"; position: relative; top:6px;}
.wdys h3 i{display: block; font-size: 18px; color:#666666; margin-top: 11px;}
.wdys h3 b{ font-size:60px; color:#f95927;}
.wdysbg{ background:url(../images/wdys.jpg) no-repeat center; width:100%; height:562px; position:relative;}
.wdysbg div{ font-size:15px; position:absolute;}
.wdysbg .wdys1{ width:190px; top:103px; left:0;}
.wdysbg .wdys2{ width:200px; top:103px; right:0;}
.wdysbg .wdys3{ width:210px; top:312px; left:0;}
.wdysbg .wdys4{ width:200px; top:332px; right:0;}
.wdysbg .wdys5{ width:210px; top:485px; left:591px;}
.wdys .wdystitle{ font-size:35px; color:#000;}
.wdys .wdystitle i{color:#009b4c; font-family:"汉真广标", "黑体", "华康简黑", "微软雅黑"; display:block; text-align:center;}
.wdys .wdystitle i b{ color:#ff0000;}

.youshi{ background:url(../images/ysbg.jpg) no-repeat top center; height:1270px;}
/* 优势 */
.youshi{ width:100%; font-size:14px; font-family:Microsoft YaHei; line-height:25px;}
.youshi-t{ width:100%; height:149px; background:url(../images/youshi-t.jpg) center center no-repeat;}

.youshi-1{ width:100%; height:274px; background:url(../images/youshi-1.jpg) center top no-repeat;}
.youshi-1-content{ width:960px; margin:0 auto;}
.youshi-1-content ul{ width:430px; padding:140px 0px 0px 162px;}
.youshi-1-content ul li{ width:430px; background:url(../images/icon1.gif) 1% 9px no-repeat; padding:0px 0px 0px 20px;}

.youshi-2{ width:100%; height:258px; background:url(../images/youshi-2.jpg) center top no-repeat;}
.youshi-2-content{ width:960px; margin:0 auto;}
.youshi-2-content ul{ width:430px; padding:86px 0px 0px 162px;}
.youshi-2-content ul li{ width:430px; background:url(../images/icon1.gif) 1% 9px no-repeat; padding:0px 0px 0px 20px;}

.youshi-3{ width:100%; height:216px; background:url(../images/youshi-3.jpg) center top no-repeat;}
.youshi-3-content{ width:960px; margin:0 auto}
.youshi-3-content ul{  padding:176px 0px 0px 433px;}
.youshi-3-content ul li{width:420px; background:url(../images/icon1.gif) 1% 9px no-repeat; padding:0px 0px 0px 20px;}

.youshi-4{ width:100%; height:204px; background:url(../images/youshi-4.jpg) center top no-repeat;}
.youshi-4-content{ width:960px; margin:0 auto}
.youshi-4-content ul{ width:420px; padding:166px 0px 0px 433px;}
.youshi-4-content ul li{width:420px; background:url(../images/icon1.gif) 1% 9px no-repeat; padding:0px 0px 0px 20px;}

.youshi-5{ width:100%; height:250px; background:url(../images/youshi-5.jpg) center top no-repeat;}
.youshi-5-content{ width:960px; margin:0 auto}
.youshi-5-content ul{ width:420px; padding:166px 0px 0px 433px;}
.youshi-5-content ul li{width:420px; background:url(../images/icon1.gif) 1% 9px no-repeat; padding:0px 0px 0px 20px;}


.zzrr{ margin-top: 20px;padding: 38px 0;} 
.zzrr h3{text-align: center; margin-bottom: 39px;}
.zzrr h3 span{ height: 62px; font-size:38px; color:#009b4c; position:relative; font-weight:bold;}
.zzrr h3 span:before{content: url(../images/hotleft.png); margin-right:16px;}
.zzrr h3 span:after{content: url(../images/hotright.png); margin-left:16px;}
.zzrr h3 span em{font-size: 60px; font-family:"Myriad Pro"; position: relative; top:6px;}
.zzrr h3 i{ font-size: 20px; color:#a5a5a5;  margin-top: 11px; display:block;}
.zzrr h3 b{ font-size:28px; color:#bfbfbf;}

.aboutbody{ background:url(../images/aboutbg.jpg) no-repeat;background-size:100% 100%; }
.aboutbody .cont{ position:relative;  height:1006px;}
.aboutbody .alogo{ position:absolute; right:156px; top:102px;}
.aboutbody .aboutword{ padding:20px; background-color: rgba(0, 66, 122, 0.8); width:648px;position:absolute; left:148px; top:327px;}
.aboutbody .aboutword h3{ color:#FFF; font-size:30px;}
.aboutbody .aboutword p{color:#FFF; padding:30px 0;}

footer{ background:#fff; height: auto;}
footer .fmenu{ border-bottom:6px #e62129 solid;background:#009845; }
footer .fnav{ width:1200px; margin:0 auto;}
footer .fnav li{ float:left; background:url(../images/menurline.jpg) no-repeat right center;}
footer .fnav li:last-child{ background:none;}
footer .fnav li a{ color:#fff;padding:12px 40px; display:block; font-size:14px;}
footer .fnav li a:hover { background-color:#03a538;}
footer .footword{ padding-top:38px; padding-left:15px;}
footer .footw{  line-height:28px; padding:28px 0;}
footer .footw h3{ font-size:20px; margin-bottom:12px;}


.conleft{float:left;width:678px;font-family:微软雅黑;color:#333;}
.conleft p{height:65px;line-height:65px;padding:0 0 20px 70px;margin:0px;margin-top:0px;border-bottom:1px solid #ddd;}
.conleft span{ font-size:15px;}
.conright{float:left;margin:0px;margin-right:30px;display:inline;}


.path-box{padding:8px 0px; background-color:#fbfae1; margin-bottom:20px;}
.path{ display:inline-block; float:left; line-height:30px; font-size:12px; }
.path a{ display:inline-block;  color:#333;}
.path a:hover{color:#21ad42;}
.path a:after{ content:">"; display:inline-block; margin:0px 6px; color:#999; transition-duration: .3s;}

#inside-nav{ float:right; display:inline-block; width:auto;  margin:0px; overflow:hidden; font-size:0px;}
#inside-nav .panel{ float:left; border:none; margin:0px;  background:none; box-shadow:none;}
#inside-nav .panel-heading{ display:none; width:100%; border-radius:0px; overflow:hidden;padding:0px; background:none;}
#inside-nav .panel-heading a{ position:relative; z-index:1; display:inline-block; width:100%; font-size:14px; line-height:38px; font-weight:bold; color:#fff; text-align:center; border:1px solid #f2f2f2; background:#21ad42; }
#inside-nav .panel-heading a.collapsed{ color:#333;  background:#fff; }
#inside-nav .panel-heading a:after{ content:"+"; position: absolute;  z-index:-1;width:38px;height: 38px;bottom: 0px; right: 0%; font-size:18px; font-weight:normal; color:#fff;transform:rotate(45deg); transition-duration: .3s;}
#inside-nav .panel-heading a.collapsed:after{ content:"+"; position: absolute;  z-index:-1;width:38px;height: 38px;bottom: 0px; right: 0%;font-size:18px;font-weight:normal; color:#999;transform:rotate(0deg); transition-duration: .3s;}

#inside-nav .panel-body{ border:none; padding:0px; margin:0px;}
#inside-nav .panel-body a{ display:inline-block; padding:0px 10px; font-size:12px; line-height:30px; color:#333;}
#inside-nav .panel-body a:hover{color:#21ad42;}
#inside-nav .panel-body a.on{ background:#21ad42; color:#fff;}

@media(max-width:768px) {
#inside-nav{ float:inherit; width:100%;}
.path{ display:none; float:left; line-height:30px; font-size:12px; }

#inside-nav .panel{ width:100%;}
#inside-nav .panel-heading{ display:inline-block; padding:0px 15px;}

#inside-nav .panel-collapse{ padding:0px 15px; margin-top:-1px;}
#inside-nav .panel-body{  border:1px solid #f2f2f2; padding:15px 0px; margin:0px;}
#inside-nav .panel-body a{ display:inline-block; width:100%; padding:0px 10px; font-size:12px; line-height:36px; color:#333; text-align:center;}
#inside-nav .panel-body a:hover{color:#21ad42;}
#inside-nav .panel-body a.on{ background:#f7f7f7;color:#21ad42;}
}

.inside-title{position: relative;z-index: 1; line-height:1.5em; margin-bottom:30px; text-align:center;}
h3, .h3 {font-size: 24px;}
.lybody{ margin-bottom:28px;}
.lybody h3 {margin-bottom: 30px;}
#about1{  padding:30px 0px; line-height:24px;}
#about1 h3{ margin-bottom:30px;}
.about1-img{ float:right;}
@media(max-width:992px) {
.about1-img{ float:right; margin-top:76px;}
}
@media(max-width:768px) {
#about1 h3,#about1 .about1-img{ text-align:center;}
.about1-img{ float:right; margin-top:0px; margin-bottom:20px;}
.lybody p{ margin:0 15px;}
}
.lybody img {max-width: 100%;}
.lybody .mgtop20{ clear:both; margin-top:20px; background-color:#f3f3f3; padding-top:20px;}
.lybody .pd10{ padding:10px;}

.lybody .fwpd img {max-width: 100%; border:3px #ccc solid; margin-bottom:30px;}
.lybody .fwpd img:hover { border:3px #ff0000 solid;}

.fancybox-img { display:block; text-align:center; overflow:hidden;}
.fancybox-img img{ transform:scale(1); transition:all .4s ease; height:300px; }
.fancybox-img:hover img{ transform:scale(1.1); }
.fancybox-img p{ margin:15px 0px;color:#666;}
.fancybox-img:hover p{ margin:15px 0px;color:#21ad42;}

.news{ width:100%; overflow:hidden;}
.news .t,.fuwu .t{ background:url(../images/leftimg.gif) no-repeat left;height:40px; padding-left:16px; line-height:40px; clear:both;  border-bottom:1px #dddddd solid;}
.news .t span,.fuwu .t span{ float:right;  font-size:12px;}
.news .t span a,.fuwu .t span a{ color:#CCC;}
.news ul{ width:100%;}
.news ul li{ list-style:none; height:30px; line-height:30px;  overflow:hidden; border-bottom:1px dashed #dddddd;background:url(../images/ii4.gif) no-repeat 2px 16px; text-indent:14px;}
.news ul li a{ font-size:12px; color:#555555; font-family:"微软雅黑";}
.news ul li span{ float:right; font-size:12px; color:#555; font-family:"微软雅黑";}

.news{ border-bottom:1px #CCCCCC solid; padding:20px 0;}
.newsword{padding-left:20px;}
.news p {margin-bottom: 0.5rem;}
.news p.title > a {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 18px;
    padding-top: 20px;
    color: rgb(51, 51, 51);
    font-weight: normal;
    line-height: 140%;
    text-decoration: none;
}
.news span.category > a:visited {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 16px;
	color: #093;
    font-weight: normal;
    text-decoration: none;
}
.news  span.wp-new-ar-pro-time {
    display: block;
    font-family: arial;
    font-size: 13px;
    padding-top: 2px;
    color: rgb(217, 217, 217);
    font-weight: normal;
    line-height: 140%;
    text-decoration: none;
}
.news  p.abstract {
    line-height: 140%;
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 13px;
    color:#999;
    font-weight: normal;
    text-decoration: none;
}


.news-top{ text-align:center; border-bottom:1px solid #ebebeb; padding-bottom:10px;}
.news-top h3{ font-size:24px; margin:10px 0px;}
.news-top span{ font-size:12px; color:#999;}
.news-body{ margin:30px 0px;}

.news-tj>div{ background:#fafafa; padding:30px;}
.news-tj p{ font-size:18px; margin-bottom:0px;}
.news-tj li { border-bottom:1px dashed #ebebeb; padding:10px 0px; margin-top:10px;}
.news-tj li .news-tjtitle{ display:inline-block; width:100%; font-size:14px; color:#666;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}
.news-tj li .news-tjtext{ margin-bottom:20px; width:100%; font-size:13px; color:#999; display: block; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.news-tj li a:hover{ color:#21ad42;}
.news-tj li span{ font-size:12px; color:#999;}
@media (max-width:1200px){
.news-tj>div{ background:#fafafa; padding:25px 20px;}
}
@media (max-width:992px){
.news-tj{ display:none;}
}

.news-page{ margin-bottom:40px; overflow:hidden; }
.news-page p,.news-page a{ display:inline-block; box-sizing:border-box; float:left; padding:0px 10px; width:50%; color:#999; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
.news-page p:nth-child(2),.news-page a:nth-child(2){ text-align:right;}
.news-page a:hover{ color:#e50012;}
.news-page span{color:#999;}


/*新闻详情*/
.pagination{ margin:30px 0px;}
.pagination>li>a{ color:#fff !important;}
.pagination>li>a:hover{ color:#21ad42 !important; background:#f7f7f7;}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{ color:#fff; background:#21ad42; border-color:#21ad42;}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding:10px 16px 30px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #da251c;
    border: 1px solid #ddd;
}
/*翻页按钮*/

.news-page{ overflow:hidden; }
.news-page p,.news-page a{ display:inline-block; box-sizing:border-box; float:left; padding:0px 10px; width:50%; color:#999; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
.news-page p:nth-child(2),.news-page a:nth-child(2){ text-align:right;}
.news-page a:hover{ color:#e50012;}
.news-page span{color:#999;}


.tit {
        font-size: 26px;
        text-align: center;
        margin: 25px 0;
    }
.tit {
        text-align: center;
        margin: 20px 0;
    }
    
    .titch {
        display: block;
        color: #424141;
        font-weight: bold;
        font-size: 32px;
    }
    
    .titen {
        display: block;
        font-size: 18px;
        text-transform: uppercase;
        margin: 6px 0;
        color: #6cb830;
    }
    
    .lin {
        width: 68px;
        height: 3px;
        background: #e62129;
        margin: 12px auto 0;
        display: block;
    }

.chi {
        margin-bottom: 5px;
        color: #292929;
        letter-spacing: 2px;
        font-weight: bold;
    }
    
    .eng {
        text-transform: uppercase;
        font-weight: 100;
        font-size: 16px;
        color: #b9b9b9;
    }
    
    .lin2 {
        width: 55px;
        height: 3px;
        background: #80b62a;
        margin: 10px auto 0;
    }
    
    .gybt {
        position: absolute;
        right: 40px;
        top: -10px;
        display: block;
        padding: 5px 20px;
        background: #11920b;
        color: #fff;
        text-align: center;
        font-size: 18px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
    }
    
    .ptgyl {
        width: 550px;
        float: right;
        position: relative;
        border: 1px solid #b7b7b7;
        margin-top: 45px;
    }
    
    .ptgyr {
        width: 680px;
        float: left
    }
    
    .clear {
        clear: both;
    }
    
    .gybt2 {
        position: absolute;
        left: 40px;
        top: -10px;
        display: block;
        padding: 5px 20px;
        background: #11920b;
        color: #fff;
        text-align: center;
        font-size: 18px;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
        border-radius: 5px;
    }
    
    .ptgynr {
        padding: 50px;
    }
    
    .ptgyl2 {
        width: 550px;
        float: left;
        position: relative;
        border: 1px solid #e9e9e9;
        margin-top: 33px;
    }
    
    .ptgyr2 {
        width: 680px;
        float: right
    }
    
    .clear {
        clear: both;
    }
    
    .ptgy {
        margin-bottom: 30px;
    }
/* typo */
.qhd-content .typo:before, .qhd-content .typo:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.qhd-content .typo:after {
	clear: both;
}
.qhd-content .typo {
*zoom:1;
	margin-bottom: 0;
}
.qhd-content .typo .typo_text {
	overflow: hidden;
#zoom:1;
}
.qhd-content .typo .typo_img {
	float: left;
	margin-right: 20px;
	margin-bottom: 12px;
}
.qhd-content .typo .typo_img img {
	display: block;
}
.qhd-content .typo .imgtoright {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
.qhd-content ul, .qhd-content ol {
	line-height: 1.8;
}
.qhd-content ul li, .qhd-content ol li {
	padding-top: 2px;
	padding-bottom: 2px;
}
.qhd-content hr {
	border-color: #ccc;
	margin: 15px 0;
}.qhd-content hr {
    border: 1px solid #ddd;
    border-width: 0 0 1px 0;
    height: 1px;
    font-size: 0;
    margin: 25px 0;
    clear: both;
    *margin: 17px 0;
}
.bnum{ font-size:38px !important; font-style:italic;}


.c1{width:100%;margin:0 auto;margin-top:20px;display:block;}
.c1 li{float:left;position:relative;width:290px;height:400px;overflow:hidden;margin:0 5px; list-style:none;}
.c1 li a.img{display:block;padding:15px;}
.c1 li h3{color:#fff;font-size:22px;padding:15px 0;}
.c1 li span{display:block;font-size:15px;font-weight:normal;color:#fff;line-height:30px;height:125px;}
.c1 li .cha{width:100px;height:30px;border:1px solid #fff;line-height:30px;text-align:center;color:#fff;margin-top:20px;}

.c1 li:nth-child(1){background: #c42126}
.c1 li:nth-child(2){background: #f3b90d}
.c1 li:nth-child(4){background: #92bf28}
.c1 li:nth-child(3){background: #009b4d}

.c1 li .simg{display:block;position:absolute;bottom:0px;transition: 0.4s;cursor:pointer;}
.c1 li .simg img{width:310px;height:180px;cursor:pointer;}

.c1 li:hover .simg{
    transform: translateY(100%);
    transition: 0.4s;
}
.ys{ padding-top: 100px;background: #f5f5f5;padding-bottom: 60px;}
.ys_con{ margin-top: 98px;}
.ys1 .tempWrap,.ys3 .tempWrap{ float: left;}
.ys2 .tempWrap,.ys4 .tempWrap{ float: right;}

.ys_con .ys1,.ys_con .ys2,.ys_con .ys3,.ys_con .ys4{ position: relative;height: 360px;margin-bottom: 60px;}
.ys_con dt{ display: block;width: 600px;height: 360px;}
.ys_con dt em{ display: block;width: 600px;height: 360px;}
.ys_con dt img{ display: block;width: 600px;height: 360px;}
.ys_con .ys_t{ position: absolute;left: 490px;bottom:24px;}
.ys_con .ys_t li{ float: left;margin: 0 6px;width:12px ;height: 12px;border-radius: 6px;background: #fff;opacity: 0.3;}
.ys_con .ys_t li.cur{ background: #ffffff;opacity: 1;}

.ys1 .ys_t,.ys3 .ys_t{ position: absolute;left: 490px;bottom:24px;}
.ys2 .ys_t,.ys4 .ys_t{ position: absolute;left: 638px;bottom:24px;}

.ys_con dd h3{display: block;padding-top: 120px;font-size: 30px;line-height:36px ;color: #000000;padding-bottom: 5px;}
.ys_con dd p{font-size: 16px;line-height:28px ;color: #666;}
.ys_con .ys1 dd,.ys_con .ys3 dd{float: left;padding-left: 110px;width: 490px; }
.ys_con .ys2 dd,.ys_con .ys4 dd{float: left;padding-right: 110px;width: 490px;text-align: right; }
.ys_con .ys1 h3{background:url(../images/ys_ic1.png) no-repeat left 45px;}
.ys_con .ys2 h3{background:url(../images/ys_ic2.png) no-repeat right 45px;}
.ys_con .ys3 h3{background:url(../images/ys_ic3.png) no-repeat left 45px;}
.ys_con .ys4 h3{background:url(../images/ys_ic4.png) no-repeat right 45px;}
.ys_con .ys1:hover h3{background:url(../images/ys_ic1h.png) no-repeat left 45px;}
.ys_con .ys2:hover h3{background:url(../images/ys_ic2h.png) no-repeat right 45px;}
.ys_con .ys3:hover h3{background:url(../images/ys_ic3h.png) no-repeat left 45px;}
.ys_con .ys4:hover h3{background:url(../images/ys_ic4h.png) no-repeat right 45px;}


.dz ul{ padding-top: 40px;height: 190px;}
.dz li{ float: left;width: 160px;height:160px ;border-radius: 95px;margin:0 40px ;box-sizing: border-box;position: relative;background:url(../images/dz_ul.png) no-repeat center !important;}
.dz li em{width: 80px;height: 80px;display: block;overflow:hidden;margin: 36px auto 0; }
.dz li em img{ width: 80px;height: 80px;display: block; transition: all 0.3s;}
.dz li span{ display: block;font-size: 20px;line-height: 30px;color: #333333;text-align: center;}
.dz li:before{ display: block;width: 12px;height:12px ;background: #e1e1e1;content: "";border-radius: 6px;position: absolute;left: -46px;top: 95px;z-index: 99;}
.dz li:after{ display: block;width: 12px;height:12px ;background: #e1e1e1;content: "";border-radius: 6px;position: absolute;right: -46px;top: 95px;z-index: 99;}
.dz li:hover { background: 0;box-shadow: 0 0 35px rgba(3,145,24,0.75);}
.dz li:hover span{color: #083e72;}
.dz li:hover:before,.dz li:hover:after{background: #078427; z-index: 100;}
.dz li:hover em img:nth-child(1) {margin-top:-80px;}
.dz h4{display: block;padding-top: 80px;font-size:20px ;color: #333333;line-height:24px ;text-align: center;font-weight: normal;}
.dz h5{text-align: center;font-size:16px ;line-height:16px ;color: #b2b2b2;padding-top: 16px;font-weight: normal;}
.dz h5 b{ font-size: 26px;color: #3f3a39;margin-left:10px ;}
.dz .zx{ height: 40px;line-height: 40px;width: 356px;text-align: center;font-size: 16px;color: #fff;text-align: center;background: #e60012;margin: 16px auto 0;display: block;}

.lc{margin-top: 45px;margin-bottom: 45px;height: 115px;background:url(../images/lc_bg.jpg) no-repeat center;}
.lc h3{float: left;padding-top:46px ;padding-left: 58px;font-size: 24px;line-height:24px;color: #ffffff;font-weight: normal;margin-right: 77px;}
.lc p{float: left;height: 85px;line-height: 115px;color: #666;}
.lc p span{line-height: 85px;color: #fff;display: inline-block;font-size: 22px;padding: 0 20px;}
.lc p span:hover{ color: #fff;}
.popover-title{ font-weight:bold !important;}

.tempWrap{overflow:hidden; position:relative; width:558px; height:372px}



















/*当页面大于1200px 时，大屏幕，主要是PC 端*/
@media (min-width: 1200px) {
	.container {width: 1200px;}
	#html5zoo-1{ height:552px;}
}
/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (min-width: 992px) and (max-width: 1199px) {
.container, .container-fluid {
     padding-right: 2px;
     padding-left: 2px; 
	 #html5zoo-1{ height:335px !important; }
}
.wdysbg {background: url(../images/wdyss.jpg) no-repeat center; height:448px;}
.wdysbg .wdys1{ width:190px; top:93px; left:0;}
.wdysbg .wdys2{ width:180px; top:93px; right:0;}
.wdysbg .wdys3{ width:210px; top:262px; left:0;}
.wdysbg .wdys4{ width:180px; top:282px; right:0;}
.wdysbg .wdys5{ width:210px; top:395px; left:481px;}
.aboutbody .cont {height: 706px;}
.aboutbody .alogo {
    position: absolute;
    right: 66px;
    top: 52px;

}.aboutbody .alogo img{	height:138px;}
.aboutbody .aboutword {
    padding: 20px;
    background-color: rgba(0, 66, 122, 0.8);
    width: 748px;
    position: absolute;
    left: 68px;
    top: 207px;
}footer .fnav{ width:950px;}
footer .fnav li a {
    padding: 22px 28px;
}.row {
    margin-right: 0px;
   margin-left: 0px; 
}
.container, .container-fluid {    padding-right: 10px;    padding-left: 10px;}
.header .navbar_nav li {    padding: 0 6px;}
.header .nav { width:1000px;}
.header.on .navbar_nav li a {padding: 0 12px;}
.edge ul li { width: 33%; margin-left:0.3%;}
.edge .edsm {padding: 10px 10px ;height: auto;background: #FFF;}
.edge .edsm dl {padding-top: 10px; width:100%;float: none;height: auto;}
.edge .edsm dl dt {  padding-left: 12px; margin-bottom: 22px;}
.edge .edsm dl dd p { height:auto;}
.edge .edt {float: none; margin-top:18px; clear:both; width: 100%;    height: auto;}
.edge .edt img { width:100%;}.edgebj,.edge {    height: auto;}


.abt{ margin-top: 20px;padding: 38px 0;background: #f5f5f5;} 
.abt h3{text-align: center; margin-bottom: 10px;}
.abt h3 span{display: block;  height: 52px; font-size:28px; color:#009b4c; margin-bottom:20px;  background: url("../images/bwordline.png") no-repeat bottom center;}
.abt h3 span em{font-size: 60px; font-family:"Myriad Pro"; position: relative; top:6px;}
.abt h3 i{display: block; font-size: 18px; color:#666666; margin-top: 11px;}
.abt h3 b{ font-size:60px; color:#f95927;}

.abt dl{ padding-top: 6px;}
.abt dt{ display: block;width: auto; height:auto; position:relative;}
.abt dt .abimg1{ position:absolute; top:0px; left:0;-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;}
.abt dt a:hover .abimg1{ opacity:0;}
.abt dt img{ display: block;width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
.abt dd{ margin: -28px 20px 0;padding: 0 30px;background: #fff;height: 154px;box-shadow: 0 0 29px rgba(0,0,0,0.12);position: relative;z-index: 100;}
.abt dd p{ padding-top: 30px;font-size: 16px;line-height:28px ;color: #333333;text-align: left;}
.abt dd p a{ color: #e60012;font-weight: bold;}
.abt ul{ margin: 30px 30px 0;}
.abt ul li{ float: left;position: relative;padding:0 38px;}
.abt ul li:last-child:after{ background: 0;}
.abt li em{width: 36px;height: 36px;display: inline-block;overflow:hidden; }
.abt li em img{ width: 36px;height: 36px;display: block; transition: all 0.3s;}
.abt li span{ display: inline-block;font-size: 22px;line-height: 36px;color: #333333;vertical-align: top;margin-left: 12px;}
.abt li:before{ display: block;width: 0px;height:3px ;background: #e60012;content: "";position: absolute;left: 50px;top: 44px;z-index: 99;transition: all 0.3s;}
.abt li:after{ display: block;width: 1px;height:20px ;background: #ccc;content: "";position: absolute;right: 0px;top: 10px;z-index: 99;}
.abt li:hover span{color: #e60012;}
.abt li:hover:before{ width: 138px;}
.abt li:hover em img:nth-child(1) {margin-top:-36px;}

.middle_2_bg{height:588px;background:url(../images/wdys.png) no-repeat  center;}
.middle_2{ width:100%; margin:0 auto; }
.middle_2_top{ padding-top:40px;clear: both; margin-bottom: 10px;}
.middle_2_title{ height:80px; text-align: center; background: top center no-repeat; margin-bottom:30px; border-bottom:1px solid #e5e5e5; padding-bottom:20px; position:relative;}
.middle_2_title strong{ font-size: 48px; color:#e60012; display: block; line-height:30px; padding-top:20px; font-weight: normal; color: #000000;}
.middle_2_title span{ color:#db2228; font-size: 48px; text-transform:uppercase; line-height: 12px;}
.middle_2_title p{ font-size: 24px; color:#444444; padding-top:40px;}
.middle_2_b{ padding:30px 0; position:relative;}
.middle_2_b .img{ padding-left:126px; position: absolute; padding-top:0px; padding-bottom:20px;}
.middle_2_b .img strong{ font-size: 24px; color:#009b4c;}
.middle_2_b .img strong b{ font-size:32px; color: #e62129;font-style:oblique}
.middle_2_b .img p{ font-size: 16px; color:#444; line-height: 20px; padding:6px 0;}
.middle_2_b .img p span{ color:#db2228;}
.middle_2_b_1{ width: 500px; top:0px; left:410px; background: url(../images/wd6.jpg) left top no-repeat;}
.middle_2_b_2{ width: 500px; top:110px; left:430px; background: url(../images/wd7.jpg) left top no-repeat;}
.middle_2_b_3{ width: 500px; top:230px; left:450px; background: url(../images/wd9.jpg) left top no-repeat;}
.middle_2_b_4{ width: 500px; top:344px; left:430px; background: url(../images/wd8.jpg) left top no-repeat;}
.middle_2_b_5{ width: 500px; top:460px; left:410px; background: url(../images/wd10.jpg) left top no-repeat;}


}
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
@media (min-width: 768px) and (max-width: 991px) {
.container, .container-fluid {    padding-right: 10px;    padding-left: 10px;}
.edge ul li { width: 33%; margin-left:0.3%;}
.edge .edsm {padding: 10px 10px ;height: auto;background: #FFF;}
.edge .edsm dl {padding-top: 10px; width:100%;float: none;height: auto;}
.edge .edsm dl dt {  padding-left: 12px; margin-bottom: 22px;}
.edge .edsm dl dd p { height:auto;}
.edge .edt {float: none; margin-top:18px; clear:both; width: 100%;    height: auto;}
.edge .edt img { width:100%;}.edgebj,.edge {    height: auto;}
.por .zixun{ display:none;}
.xunpan p.bigtxt { text-align:center;    font-size: 18px;    padding-bottom: 10px;    padding-top: 20px;}
.xunpan p {text-align:center;    font-size: 16px;}
.xunpan {    height: 100px;}
.wdysbg{ background: none;width:100%; height:auto; position: inherit;}
.wdysbg div{ font-size:18px; position: inherit;}
.wdysbg .wdys1{ width:100%; background: url(../images/wdm1.jpg) no-repeat;background-size:100% 100%; padding-top:120px; padding-right:410px; height:310px;}
.wdysbg .wdys2{ width:100%; background: url(../images/wdm2.jpg) no-repeat;background-size:100% 100%; padding-top:130px; padding-left:320px; height:310px;}
.wdysbg .wdys3{  width:100%; background: url(../images/wdm3.jpg) no-repeat;background-size:100% 100%; padding-top:120px; padding-right:410px; height:310px;}
.wdysbg .wdys4{  width:100%; background: url(../images/wdm4.jpg) no-repeat;background-size:100% 100%;  padding-top:130px; padding-left:320px; height:310px;}
.wdysbg .wdys5{  width:100%; background: url(../images/wdm5.jpg) no-repeat;background-size:100% 100%;  padding-top:130px; padding-left:320px; height:310px;}
.aboutbody .cont{ height:300px;}
.aboutbody .alogo { display:none;}
.aboutbody .aboutword{ padding:10px; background-color: rgba(0, 66, 122, 0.8); width:90%;position:absolute; left:5%; top:40px;}
.aboutbody .aboutword h3{ color:#FFF; font-size:20px;}
.aboutbody .aboutword p{color:#FFF; padding:15px 0; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden; height:122px;}
h3 i{ font-size:18px !important;}
footer .footw{ text-align:center; line-height:20px;border-top:6px #03a538 solid;}
footer .fmenu{ display:none;}
}
/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 480px) and (max-width: 767px) {
.container, .container-fluid {    padding-right: 10px;    padding-left: 10px;}
.edge ul li { width: 33%; margin-left:0.3%;}
.edge .edsm {padding: 10px 10px ;height: auto;background: #FFF;}
.edge .edsm dl {padding-top: 10px; width:100%;float: none;height: auto;}
.edge .edsm dl dt {  padding-left: 12px; margin-bottom: 22px;}
.edge .edsm dl dd p { height:auto;}
.edge .edt {float: none; margin-top:18px; clear:both; width: 100%;    height: auto;}
.edge .edt img { width:100%;}.edgebj,.edge {    height: auto;}
.por .zixun{ display:none;}
.xunpan p.bigtxt { text-align:center;    font-size: 18px;    padding-bottom: 10px;    padding-top: 20px;}
.xunpan p {text-align:center;    font-size: 16px;}
.xunpan {    height: 100px;}
.wdysbg{ background: none;width:100%; height:auto; position: inherit;}
.wdysbg div{ font-size:15px; position: inherit;}
.wdysbg .wdys1{ width:100%; background: url(../images/wdm1.jpg) no-repeat;background-size:100% 100%; padding-top:80px; padding-right:210px; height:210px;}
.wdysbg .wdys2{ width:100%; background: url(../images/wdm2.jpg) no-repeat;background-size:100% 100%; padding-top:90px; padding-left:180px; height:210px;}
.wdysbg .wdys3{  width:100%; background: url(../images/wdm3.jpg) no-repeat;background-size:100% 100%; padding-top:80px; padding-right:210px; height:210px;}
.wdysbg .wdys4{  width:100%; background: url(../images/wdm4.jpg) no-repeat;background-size:100% 100%;  padding-top:90px; padding-left:180px; height:210px;}
.wdysbg .wdys5{  width:100%; background: url(../images/wdm5.jpg) no-repeat;background-size:100% 100%;  padding-top:90px; padding-left:180px; height:210px;}
.aboutbody .cont{ height:300px;}
.aboutbody .alogo { display:none;}
.aboutbody .aboutword{ padding:10px; background-color: rgba(0, 66, 122, 0.8); width:90%;position:absolute; left:5%; top:40px;}
.aboutbody .aboutword h3{ color:#FFF; font-size:20px;}
.aboutbody .aboutword p{color:#FFF; padding:15px 0; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden; height:122px;}
h3 i{ font-size:13px !important;}
footer .footw{ text-align:center; line-height:20px;border-top:6px #03a538 solid;}
footer .fmenu{ display:none;}
}
/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 479px) {
.container, .container-fluid {    padding-right: 10px;    padding-left: 10px;}
.edge ul li { width: 33%; margin-left:0.3%;}
.edge .edsm {padding: 10px 10px ;height: auto;background: #FFF;}
.edge .edsm dl {padding-top: 10px; width:100%;float: none;height: auto;}
.edge .edsm dl dt {  padding-left: 12px; margin-bottom: 22px;}
.edge .edsm dl dd p { height:auto;}
.edge .edt {float: none; margin-top:18px; clear:both; width: 100%;    height: auto;}
.edge .edt img { width:100%;}.edgebj,.edge {    height: auto;}
.por .zixun{ display:none;}
.xunpan p.bigtxt { text-align:center;    font-size: 18px;    padding-bottom: 10px;    padding-top: 20px;}
.xunpan p {text-align:center;    font-size: 16px;}
.xunpan {    height: 100px;}
.wdysbg{ background: none;width:100%; height:auto; position: inherit;}
.wdysbg div{ font-size:15px; position: inherit;}
.wdysbg .wdys1{ width:100%; background: url(../images/wdm1.jpg) no-repeat;background-size:100% 100%; padding-top:80px; padding-right:210px; height:180px;}
.wdysbg .wdys2{ width:100%; background: url(../images/wdm2.jpg) no-repeat;background-size:100% 100%; padding-top:90px; padding-left:180px; height:180px;}
.wdysbg .wdys3{  width:100%; background: url(../images/wdm3.jpg) no-repeat;background-size:100% 100%; padding-top:80px; padding-right:210px; height:180px; margin-bottom:50px;}
.wdysbg .wdys4{  width:100%; background: url(../images/wdm4.jpg) no-repeat;background-size:100% 100%;  padding-top:90px; padding-left:180px; height:180px;}
.wdysbg .wdys5{  width:100%; background: url(../images/wdm5.jpg) no-repeat;background-size:100% 100%;  padding-top:90px; padding-left:180px; height:180px;}
.aboutbody .cont{ height:300px;}
.aboutbody .alogo { display:none;}
.aboutbody .aboutword{ padding:10px; background-color: rgba(0, 66, 122, 0.8); width:90%;position:absolute; left:5%; top:40px;}
.aboutbody .aboutword h3{ color:#FFF; font-size:20px;}
.aboutbody .aboutword p{color:#FFF; padding:15px 0; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden; height:122px;}
h3 i{ font-size:13px !important;}
footer .footw{ text-align:center; line-height:20px;border-top:6px #03a538 solid;}
footer .fmenu{ display:none;}

.ptgyl2 {width: 100%;float:none;}
.ptgyr {width: 100%;float:none;}
.ptgyr2 {width: 100%;float:none;}
.qhd-content .typo .typo_img{ float:none;}
.typo_text{ margin-left:10px; margin-right:10px;}
.qhd-content .typo .imgtoright{ padding:0; margin:0;}
.c1 li{ float:none; width:100%;}
.c1 li .simg img{ width:460px;}

.ys_con {    margin-top: 0px;}
.tempWrap{overflow:hidden; position:relative; width:100%; height:283px;}
.ys_con .ys1 dd, .ys_con .ys3 dd {
    float: left;
    padding-left: 2px;
    width: 100%;
	padding-bottom:30px;
}
.ys_con .ys2 dd, .ys_con .ys4 dd {
    float: left;
	padding-left: 2px;
    padding-right: 2px;
    width: 100%;
    text-align: left;
}
.dz li {
    float: left;
    width: 130px;
    height: 160px;
    border-radius: 95px;
    margin: 0 20px;
    box-sizing: border-box;
    position: relative;
    background: url(../images/dz_ul.png) no-repeat center !important;
}
.dz li:before,.dz li:after { display:none}
.dz li span {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    text-align: center;
}
.grlc{ display:none}
.edge_title h3 span {
    font-size: 28px;
}
.edge ul li a {
    font-size: 16px;
}
.edge .edsm2 {
    padding: 0px;
    height: auto;
}

.edge .edsm2 dl {
    float: none;
    width: 100%;
    height:  auto;
}
.edge .edsm2 dl dd p {
    height: auto;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.flogobody h4{ padding:20px 10px;}
.edge .edsm dl dd a{ margin-left:0px;}
footer .footw{ padding:10px 0;}
.ptgyl { width:auto}
.ptgynr {
    padding: 50px 10px 10px;
}
.ys_con dd h3{ font-size:26px;}

.flogobody .a-img img{ width:80px;}
.flogobody .a-img img:nth-child(2) { top: 38px;
}
.flogobody{    margin-top: 25px;
    margin-bottom: 25px;}

.lfooter {
	width: 100%;
	height: 70px;
	background-color: #009b4c;
	position: fixed;
	bottom: 0px;
	display:block;
	border-top:2px #e62129 solid;
	z-index:9999;
}
.lfooter ul li {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	padding: 10px 0px;
}
.lfooter ul li a {
	color: #FFF;
	line-height: 12px;
	font-size: 12px;
}

.fancybox-img img {
    height: 128px;
}
.wdys h3 span{ font-size:28px;height:52px;}
.wdys h3 b {
    font-size: 28px;
}
.edge_title h3 span {
    display: block;
    height: 52px;
}
img.inzzrr { height:158px;}


.abt{ margin-top: 20px;padding: 38px 0;background: #f5f5f5;} 
.abt h3{text-align: center; margin-bottom: 10px;}
.abt h3 span{display: block;   font-size:28px; color:#009b4c; margin-bottom:20px;  background: url("../images/bwordline.png") no-repeat bottom center;}
.abt h3 span em{ font-family:"Myriad Pro"; position: relative; top:6px;}
.abt h3 i{display: block; font-size: 18px; color:#666666; margin-top: 11px;}
.abt h3 b{ font-size:60px; color:#f95927;}

.abt dl{ padding-top: 6px;}
.abt dt{ display: block;width: auto; height:auto; position:relative;}
.abt dt .abimg1{ position:absolute; top:0px; left:0;-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;}
.abt dt a:hover .abimg1{ opacity:0;}
.abt dt img{ display: block;width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }
.abt dd{ margin: -18px 10px 0;padding: 0 10px;background: #fff;height: 154px;box-shadow: 0 0 29px rgba(0,0,0,0.12);position: relative;z-index: 100;}
.abt dd p{ padding-top: 10px;font-size: 12px;line-height:22px ;color: #333333;text-align: left;}
.abt dd p a{ color: #e60012;font-weight: bold;}
.abt ul{ margin: 10px 10px 0;}
.abt ul li{ float: left;position: relative;padding:0 28px;}
.abt ul li:last-child:after{ background: 0;}
.abt li em{width: 36px;height: 36px;display: inline-block;overflow:hidden; }
.abt li em img{ width: 36px;height: 36px;display: block; transition: all 0.3s;}
.abt li span{ display: inline-block;font-size: 18px;line-height: 36px;color: #333333;vertical-align: top;margin-left: 12px;}
.abt li:before{ display: block;width: 0px;height:3px ;background: #e60012;content: "";position: absolute;left: 50px;top: 44px;z-index: 99;transition: all 0.3s;}
.abt li:after{ display: block;width: 1px;height:20px ;background: #ccc;content: "";position: absolute;right: 0px;top: 10px;z-index: 99;}
.abt li:hover span{color: #e60012;}
.abt li:hover:before{ width: 138px;}
.abt li:hover em img:nth-child(1) {margin-top:-36px;}



.middle_2_bg{height: auto; background:none;}
.middle_2{ width:100%; margin:0 auto; }
.middle_2_top{ padding-top:2px;clear: both; margin-bottom: 10px;}
.middle_2_title{ height:80px; text-align: center; background: top center no-repeat; margin-bottom:30px; border-bottom:1px solid #e5e5e5; padding-bottom:20px; position:relative;}
.middle_2_title strong{ font-size: 48px; color:#e60012; display: block; line-height:30px; padding-top:20px; font-weight: normal; color: #000000;}
.middle_2_title span{ color:#db2228; font-size: 36px; text-transform:uppercase; line-height: 12px;}
.middle_2_title p{ font-size: 22px; color:#444444; padding-top:40px;}
.middle_2_b{ padding:0; position:inherit;}
.middle_2_b .img{     padding-left: 26px;
    position: inherit;
    padding-top: 6px;
    padding-bottom: 20px;
    margin: 5px 0; position:relative;}
	.middle_2_b i{display: block;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: -120px;
    top: 0px;
    background-color: red;
    padding: 16px;border-radius:28px;}
.youshi{ display:none;}
.middle_2_b .img strong{ font-size: 24px; color:#009b4c;}
.middle_2_b .img strong b{ font-size:32px; color: #e62129;font-style:oblique}
.middle_2_b .img p{ font-size: 14px; color:#fff; line-height: 20px; padding:6px 0;}
.middle_2_b .img p span{ color:#db2228;}
.middle_2_b_1{width: 100%;top: 0px;left: 0px; background: url(../images/wd6.jpg) left top no-repeat;}
.middle_2_b_2{width: 100%;top: 0px;left: 0px; background: url(../images/wd7.jpg) left top no-repeat;}
.middle_2_b_3{ width: 100%;top: 0px;left: 0px;background: url(../images/wd9.jpg) left top no-repeat;}
.middle_2_b_4{ width: 100%;top: 0px;left: 0px;background: url(../images/wd8.jpg) left top no-repeat;}
.middle_2_b_5{width: 100%;top: 0px;left: 0px;background: url(../images/wd10.jpg) left top no-repeat;}

.conleft{ width:100%; float:none; height:320px; }
.conright{ float:none; clear:both;}
.lybody p {margin: 0;}
.wdys h3 span.numb {
    height: 52px;
}

.ys_con .ys1 h3 {    background: url(../images/ys_ic1.png) no-repeat left 5px;}
.ys_con dd h3 {    padding-top: 80px;}
.ys_con .ys2 h3 {    background: url(../images/ys_ic2.png) no-repeat right 5px;}

.bigtitle h3{ margin-bottom:2px;}
.swiper3 {
    padding-top: 20px;
    padding-bottom: 30px;
}

}


@media (max-width: 375px) {
.fancybox-img img {
    height: 108px;
}	

img.inzzrr { height:158px !important;}
.flogobody h4 {
	font-size:12px;
	padding: 20px 6px;
}
.abt ul li{ float: left;position: relative;padding:0 20px;}
.abt dd{ height:168px;}
.abt dd p{line-height:22px ;}

}

.zzrr{ margin-bottom:16px;}


.join-list-box{ margin-bottom:40px;}
.join-list-box li{ padding:15px 0px;}
.join-list-box li:nth-child(Odd){ background:#fff;}
.join-list-box li:nth-child(even){ background:#fbfbfb;}
.join-list-box li:hover{ background:#f0f0f0;}

.join-list{ margin:0px;}
.join-list .panel-default{ border:none;box-shadow:none;}
.join-list .panel-heading{ border:none; background:none; box-shadow:none;}
.join-list .panel-default{ background:none;}

.join-list .panel-heading a{ position:relative; z-index:1; display:block; padding-right:30px; color:#333; }
.join-list .panel-heading a:after{ content:"+"; position: absolute;  z-index:-1; top: 0px;right: 0%; font-size:32px; color:#21ad42; font-weight:normal;transform:rotate(45deg); transition:all .3s;}
.join-list .panel-heading a.collapsed:after{ content:"+"; position: absolute;  z-index:-1; top: 0px;right: 0%;transform:rotate(0deg); color:#333; }
.join-list .panel-heading a p{ font-size:18px; color:#21ad42;}
.join-list .panel-heading a span{ display:inline-block; max-width:100%;white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden;}

.join-list .panel-body{ background:#fafafa; padding:30px;}

:root {
    --swiper-theme-color: #ff003b;
}

.closef{ bottom:-68px; transition:all .3s;}
.openf{ bottom:0px; transition:all .3s;}














.fwxc{ width:1200px; height:796px; position: relative;}
.fwxc{}
.fwxc .divxc{text-align: center;color: #fff;position: relative;}
.fwxc .divxc span{display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, .0);transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
/*.fwxc .divxc:nth-child(2) span,
.fwxc .divxc:nth-child(4) span{background: rgba(0, 0, 0, .75);transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}*/
.fwxc .divxc i{font-size: 50px;opacity: .85;position: absolute;width: 100%;left: 0;bottom: 53%;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.fwxc .divxc hr{width: 30px;height: 2px;background: #fff;border: none;position: absolute;left: 50%;top: 50%;margin: 0 0 0 -15px;padding: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.fwxc .divxc h3{font-size: 24px;position: absolute;width: 100%;left: 0;top: 53%;transition: .3s;}
.fwxc .divxc p{width: 80%;position: absolute;font-size: 16px;left: 10%;top: 70%;opacity: 0;transition: .3s;}
.fwxc .divxc a{position: absolute;top: 85%;font-size: 16px;line-height: 32px;width: 120px;margin: 0 0 0 -60px;color: #fff;border: 2px solid #fff;opacity: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s; left:50%; right:-60px;}
.fwxc .divxc a:hover{background: #fff;color: #373d41;}
.fwxc .divxc img{display: block;width: 100%;}
.fwxc .divxc:hover span{background: rgba(0, 0, 0, .6);}
.fwxc .divxc:hover i{bottom: 63%;}
.fwxc .divxc:hover hr{top: 40%;opacity: 0;}
.fwxc .divxc:hover h3{top: 38%;}
.fwxc .divxc:hover p{top: 50%;opacity: 1;}
.fwxc .divxc:hover a{top: 75%;opacity: 1;}
.pjpd{padding:120px 0 120px 0;}
.nav>li>a:focus {
    text-decoration: none;
    background-color: #fff;
}
.aboutadd{ margin-top:30px;}
.aboutadd h3{ font-size:24px; margin-bottom:6px;}
.aboutadd p{ font-size:16px;}
.aboutadd .aboutd{ padding:20px;}
.aboutadd .aboutd .thumbnail {
	opacity:0.7;
    background: rgb(255,255,255,0.8);
    border: 1px solid #ddd;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;
}
.aboutadd .aboutd:hover .thumbnail {
	opacity:1;
    background: rgb(0,138,255,0.9);
    border: 1px solid #ddd;
}


@media screen and (max-width: 1200px){

	.header #navToggle {
		height: 100%;
		padding: 10px 10px 30px;
		margin-right: 0px;
		display: inline-block;
		float: right;
		background-color:#009b4d;
	}
	.header #navToggle span {
		position: relative;
		width: 32px;
		height: 3px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 3px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #fff;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}

#topbt {
	height: auto;
	width: 290px;
	margin-right: calc(50% - 600px);
	background-image: url(../images/toptb_03.png);
	background-repeat: no-repeat;
	background-position: left;
	line-height: 26px;
	margin-top: 20px;
	float: right;
}
#topbt #bt1 {
	margin-left: 30px;
}
#topbt a {
	color: #009b4d;
	text-decoration: none;
	font-size:14px;
}
#topbt a:hover {
	color: #ff4200;
	font-weight:bold;
}
#topbt #bt2 {
	margin-left: 62px;
}
#topbt #bt3 {
	margin-left: 42px;
}
.bannertel{ position:relative; transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;}
.btel{ position:absolute; transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;}

.head_title {
	background-image: url(../images/index_07.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: auto;
	padding-left: 40px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 30px;
	border:1px solid transparent;
}
.head_title_bg_r {
	background-image: url(../images/index_09.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px;
	text-align: center;
}
.head_1 {
	    font-size: 39px;
    color: #009b4c;
    position: relative;
    font-weight: bold;line-height:48px;
}
.head_2 {
	font-size: 22px;
    color: #bfbfbf;
    margin-top: 11px;
    display: block;
}#about_img_bg {
	background: url(../images/abbg.jpg) no-repeat;
}
#about_img { padding-top:20px; padding-left:30px;}
#about_txt {
	padding-left:30px;
	height: auto;
	margin-top: 15px;
	line-height: 32px;
	font-size:16px;
}
#about_txt p {
	display: inline;
}
.carousel-caption {
    right: 0%;
    left: 0%;
    padding: 0px;
	line-height:32px;
	background-color:rgba(0,0,0,0.3);
}
#ysbg {
	background-color: #009b4d;
	padding-top: 0px;
	padding-bottom: 80px;
	border:1px solid transparent;
}.head_title2 {
	background-image: url(../images/index_18.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 350px;
	padding-left: 40px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
	margin-bottom: 40px;
	border:1px solid transparent;
}
.head_title_bg_r2 {
	background-image: url(../images/index_21.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 40px;
	text-align: center;
}.head_1B {
	font-size: 36px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #FFF;
}
.head_2B {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFF;
}
.zwfdff{ padding:32px;}


.content-topic{
    margin:0px auto;
}
.content-what{
	text-align:center;
}
.content-what .what-item{
	display:inline-block;
	position:relative;
	width:60px;
	margin-left:-2px;
	line-height:1.6;
	font-size:14px;
	text-align:center;
	vertical-align:middle;
	background-color:#fff;
	color:#323232;
	border-radius:4px;
	box-shadow:0 0 10px 0 rgba(0,0,0,.15);
	transition:width .5s ease,height .5s ease,box-shadow .3s ease;cursor:pointer
}
.content-backers .backers-detail,.content-invers .invers-item{
	box-shadow:0 0 4px 0 rgba(179,179,179,.17),inset 0 -3px 0 0 rgba(103,77,199,.05)
}
.content-what .what-item:hover{
	background-image:linear-gradient(160deg,rgba(101,70,194,.2) 0,rgba(119,115,228,.2) 50%,rgba(93,136,238,.2) 100%)
}
.content-what .what-item .what-item-bg{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	border-radius: 4px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
	transition:opacity .4s ease .1s
}
.content-what .what-item span{
	visibility:visible;
	transition:opacity .15s ease .4s;
	position:absolute;
	top:50%;left:22px;transform:translateY(-50%);
}
.content-what .what-item-bg{
	background: center/cover no-repeat;background-size:100%;
}
.content-what .what-item-active{
	background-size:cover;margin-right:2px;z-index:9!important;transition:width .4s ease,height .4s ease;
}
.content-what .what-item-active span{
	visibility:hidden;opacity:0
}
.content-what .what-item-active .what-item-bg{
	transition:opacity .5s ease 0s;opacity:1;visibility:visible
}
.content-main{
    margin-top:20px;
}
.what-more h3{ font-size:24px; color:#FFF; padding-bottom:16px; padding-top:8px;}
.what-more{ color:#FFF; font-size:16px; text-align:left;}
.morebt {
	width: 250px;
	border: 1px solid #CCC;
	font-size: 18px;
	text-align: center;
	color: #999;
	padding:12px 20px;
	margin-top:20px;
}
.morebt:hover{ background-color:#009b4d; border:1px #0059a5 solid; color:#FFF;}
  .swiper2 {
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      height: calc((100% - 30px) / 2);
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.pic_0 {
	width: 100%;
	overflow: hidden;
}
.pic_0 img {
	height: auto;
	width: 100%;
}
.pic_0 img:hover,.scphoto img:hover{transform: scale(1.2);}
.scphoto img{	transition: .3s;-moz-transition: .3s;}

.pic_title {
	line-height: 40px;
	color: #666;
	text-align: center;
	height: 40px;
	overflow: hidden;
	font-size:16px;
}
.p95:hover .pic_title { color:#009b4d;}

.zzru{ background:url(../images/rybg.jpg); background-size:100%; padding:30px; width:100%;}
.footer{
	background-color: #323131;
	padding-top: 20px;
	padding-bottom: 20px;
}
.footer,.footer a{ color:#FFF;}
.adbanner{ position:relative;}

.lybody{}
.breadcrumb{ font-size:12px; text-align:right;}
#m_left {
	display: inline;
	float: left;
	height: auto;
	width: 256px;
	background-image: url(../images/about_03.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
	margin-top: 30px;
}
#m_left #l_mid {
	background-image: url(../images/about_06.png);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
	width: auto;
}
#l_mid #l_head {
	line-height: 60px;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	width: 90%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#l_food {
	line-height: 1px;
	background-image: url(../images/about_08.png);
	background-repeat: no-repeat;
	height: 45px;
}
#l_mid ul li {
	line-height: 40px;
	list-style-type: none;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a3d9ff;
	width: 90%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#l_mid ul li a {
	line-height: 40px;
	height: 40px;
	width: 70%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display:block;
}
#l_mid ul li a:hover,#l_mid ul li a.current{
	line-height: 40px;
	height: 40px;
	width: 80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #F00;
	-moz-border-radius: 20px; 
    -webkit-border-radius: 20px; 
    border-radius:20px; 
}
#l_mid ul li a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#m_right {
	margin-top: 30px;
	border: 1px solid #E3E3E3;
	padding: 15px;
	min-height: 600px !important;
	margin-bottom: 50px;
	background-color: #FFF;
	line-height: 30px;
	font-size: 14px;
}
#m_right h1 {
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	color: #009b4d;
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:8px; margin-bottom:8px;
}
#m_right img {
	max-width:100% !important
}
#m_right table {
	max-width:100% !important
}
#m_right a {
	color: #000;
}
#m_right .pro a{ display: block; padding:8px; border:1px solid #fff; text-align: center; margin:8px;}
#m_right .pro a:hover{ border:1px solid #009b4d !important; color: #009b4d !important;}


#m_all {
	width: 88%;
	margin:0 auto;
	margin-top: 30px;
	border: 1px solid #E3E3E3;
	padding: 15px;
	min-height: 600px !important;
	margin-bottom: 50px;
	background-color: #FFF;
	line-height: 30px;
	font-size: 14px;
}
#m_all h1 {
	text-align: center;
	line-height: 60px;
	font-size: 36px;
	color: #009b4d;
	border-bottom:1px dashed #CCCCCC;
	padding-bottom:8px; margin-bottom:8px;
}
#m_all img {
	max-width:100% !important
}
#m_all table {
	max-width:100% !important
}
#m_all a {
	color: #000;
}
#m_all .pro a{ display: block; padding:8px; border:1px solid #fff; text-align: center; margin:8px; }
#m_all .pro a:hover{ border:1px solid #da251c !important; color: #da251c !important;}
#m_all .pro a p{font-style:14px;}
.pageps{ clear: both; padding-bottom: 10px; padding-top: 20px; text-align: center; overflow: hidden;}
.pageps a{ display: inline-block; width: auto;  height: 26px; line-height:26px;  background: url(../images/a.png ) #71bb4c no-repeat left center; color:#FFF !important;}
.pageps a.sx{ width: 50px; background: none;}
.pageps span{ display: inline-block;width: 22px; height: 26px; line-height:26px; background: url(../images/span.png)  #f08519  no-repeat left center; color: #fff; line-height: 20px; padding-right: 4px;}
.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.newsshowit{ line-height:36px; height:36px; border-bottom:1px #CCCCCC solid; margin-bottom:20px; font-size:13px;}

/*.lyright img{ width:100%;}*/
.lyright p{ font-size:15px; line-height:28px;}
.page_td a{ display:block; padding:0px 12px; background-color: #CCCCCC; color:#FFF;}
.page_tdbg a{ display:block; padding:0px 12px;  color:#565656;}

.pagesS{ clear: both; padding-bottom: 10px; padding-top: 20px; text-align: center; overflow: hidden; font-size:14px;}
.pagesS a{ display: inline-block; width: auto;  height: 26px; line-height:26px; margin-left:8px; background: #71bb4c no-repeat left center; color:#FFF !important;}
.pagesS a.sx{ width: 50px; background: none;}
.pagesS span{ display: inline-block;width: 22px; height: 26px; line-height:26px; background:  #f08519  no-repeat left center; color: #fff; line-height: 20px; padding-right: 4px;}

.news{ width:100%; overflow:hidden;}
.news .t,.fuwu .t{ background:url(../images/leftimg.gif) no-repeat left;height:40px; padding-left:16px; line-height:40px; clear:both;  border-bottom:1px #dddddd solid;}
.news .t span,.fuwu .t span{ float:right;  font-size:12px;}
.news .t span a,.fuwu .t span a{ color:#CCC;}
.news ul{ width:100%;}
.news ul li{ list-style:none; height:30px; line-height:30px;  overflow:hidden; border-bottom:1px dashed #dddddd;background:url(../images/ii4.gif) no-repeat 2px 16px; text-indent:14px;}
.news ul li a{ font-size:12px; color:#555555; font-family:"微软雅黑";}
.news ul li span{ float:right; font-size:12px; color:#555; font-family:"微软雅黑";}

.news{ border-bottom:1px #CCCCCC solid; padding:20px 0;}
.newsword{padding-left:20px;}
.news p {margin-bottom: 0.5rem;}
.news p.title > a {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    padding-top: 20px;
    color: rgb(51, 51, 51);
    font-weight: normal;
    line-height: 140%;
    text-decoration: none;
}
.news span.category > a:visited {
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 14px;
	color: #093;
    font-weight: normal;
    text-decoration: none;
}
.news  span.wp-new-ar-pro-time {
    display: block;
    font-family: arial;
    font-size: 12px;
    padding-top: 2px;
    color: rgb(217, 217, 217);
    font-weight: normal;
    line-height: 140%;
    text-decoration: none;
}
.news  p.abstract {
    line-height: 140%;
    display: inline-block;
    font-family: "Microsoft YaHei";
    font-size: 12px;
    color:#999;
    font-weight: normal;
    text-decoration: none;
}

.pageps{ clear: both; padding-bottom: 10px; padding-top: 20px; text-align: center; overflow: hidden; font-size:14px;}
.pageps a{ display: inline-block; width: auto;  height: 26px; line-height:26px;  background: url(../images/a.png ) #71bb4c no-repeat left center; color:#FFF !important;}
.pageps a.sx{ width: 50px; background: none;}
.pageps span{ display: inline-block;width: 22px; height: 26px; line-height:26px; background: url(../images/span.png)  #f08519  no-repeat left center; color: #fff; line-height: 20px; padding-right: 4px;}
.page_td a{ display:block; padding:0px 12px; background-color: #CCCCCC; color:#FFF;}
.page_tdbg a{ display:block; padding:0px 12px;  color:#565656;}

.fwpd{ padding:8px;}
.fwpd:hover h3{ background:#F00}
.fwpd h3{ color:#fff; font-size:16px; text-align:center; padding:4px; background-color:#009b4d; padding:12px 0;border-radius:12px}
.thumbnail{ padding:8px;}
.media-heading{ font-size:26px; font-weight:bold; line-height:38px; color:#009b4d; }
.media{ border-bottom:1px #999999 dashed; padding:8px 0;}
.media p{ font-size:16px;}

.ad5_bg {
	background-color: #009b4d;
	margin-top: 30px;
}

.service-title{text-align: center;margin: 30px 0 0 0;}
.service-title h2{display: block;font-size: 36px;}
.service-title p{display: block;color: #888;font-size: 16px;}
.solution-box{background: #ff7200;margin: 30px 0 0 0;}
.solution-cut{width: 1560px;margin: 0 auto;position: relative;}
.solution-swiper{width: 100%;overflow: hidden;}
.solution-box button.fa{position: absolute;top: 0;bottom: 0;width: 50px;background: rgba(0, 0, 0, .1);color: rgba(255, 255, 255, .5);cursor: pointer;border: none;font-size: 40px;padding: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box button.fa:hover{background: #0166ce;color: #fff;}
.solution-box .fa-back{right: 100%;}
.solution-box .fa-more{left: 100%;}
.solution-box ul{width: 10000%;}
.solution-box ul:after{display: block;clear: both;content: '';}
.solution-box ul li{width: .2%;float: left;text-align: center;color: #fff;position: relative;}
.solution-box ul li span{display: block;position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, .3);transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
/*.solution-box ul li:nth-child(2) span,
.solution-box ul li:nth-child(4) span{background: rgba(0, 0, 0, .75);transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}*/
.solution-box ul li i{font-size: 50px;opacity: .85;position: absolute;width: 100%;left: 0;bottom: 53%;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box ul li hr{width: 30px;height: 2px;background: #fff;border: none;position: absolute;left: 50%;top: 50%;margin: 0 0 0 -15px;padding: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.solution-box ul li h3{font-size: 24px;position: absolute;width: 100%;left: 0;top: 53%;transition: .3s;}
.solution-box ul li p{width: 80%;position: absolute;font-size: 16px;left: 10%;top: 70%;opacity: 0;transition: .3s;}
.solution-box ul li a{position: absolute;top: 85%;font-size: 16px;line-height: 32px;width: 120px;margin: 0 0 0 -60px;color: #fff;border: 2px solid #fff;opacity: 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s; left:50%; right:-60px;}
.solution-box ul li a:hover{background: #fff;color: #373d41;}
.solution-box ul li img{display: block;width: 100%;}
.solution-box ul li:hover span{background: rgba(48, 113, 255, .85);}
.solution-box ul li:hover i{bottom: 63%;}
.solution-box ul li:hover hr{top: 40%;opacity: 0;}
.solution-box ul li:hover h3{top: 38%;}
.solution-box ul li:hover p{top: 50%;opacity: 1;}
.solution-box ul li:hover a{top: 75%;opacity: 1;}
/*响应式*/
@media(max-width:1680px){.solution-cut{width: 1480px;}.solution-box ul li i{font-size: 46px;}.solution-box ul li h3{font-size: 22px;}.solution-box ul li p{font-size: 14px;}.solution-box ul li a{font-size: 14px;line-height: 28px;width: 100px;margin: 0 0 0 -50px;}}
@media(max-width:1600px){.solution-cut{width: 1300px;}}
@media(max-width:1440px){.solution-cut{width: 1200px;}.solution-box ul li i{font-size: 40px;}.solution-box ul li h3{font-size: 18px;}.solution-box ul li p{font-size: 12px;}}
@media(max-width:767px){.solution-cut{width: 100%;padding: 0;}.solution-box ul li{width: 290px;}.solution-box button.fa{display: none;}.solution-box .fa-back{left: 0;right: auto;}.solution-box .fa-more{left: auto;right: 0;}}
/*字体标*/
@font-face{font-family: "icon";src: url('../fonts/iconfontG.eot?');src: url('../fonts/iconfontG.eot?') format('embedded-opentype'), url('../fonts/iconfontG.woff?') format('woff'), url('../fonts/iconfontG.ttf?') format('truetype'), url('../fonts/iconfontG.svg?') format('svg');}
.fa{font-family: "icon" !important;font-size: 16px;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.fa-back:before{content: "\e697";}
.fa-more:before{content: "\e6a7";}
.fa-wxbgongju:before{content: "\e61b";}
.fa-all:before{content: "\e696";}
.fa-security:before{content: "\e71c";}
.fa-huanhuobz:before{content: "\e67c";}
.fa-aniukefu2:before{content: "\e6ca";}
.fa-set1:before{content: "\e6dc";}
.fa-naozhong:before{content: "\e648";}
.fa-suo:before{content: "\e652";}


.svlink:link{ text-decoration:none !important; display:block;}
.svlink .media{padding:8px 0;transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;-webkit-transition: .3s;}
.svlink:hover .media{ background-color:#FFF; padding:28px 0;}

.lyps{ padding:0 !important; }
.bzbj{height:2180px; background:url("../images/zs.png") no-repeat center; overflow: hidden;}
.bz{padding-top:18px;}
.bz h3{text-align: center; margin-bottom: 32px; }
.bz h3 span{display: block; font-size: 42px; font-weight: bold;color:#264d98; line-height: 42px; height:79px; background:url("t1.png") no-repeat bottom center;}
.bz h3 span em{font-size: 60px; font-family:"Myriad Pro"; position: relative; top:6px;}
.bz h3 i{display: block; font-size: 18px; color:#666666; margin-top: 11px;}
.bz .bz1{height:425px; margin-bottom: 0px;}
.bz .bz1 span{display: block; float:left; width:645px; height:459px; margin-left: 48px;}
.bz .bz1 span img{width:645px; height:459px;}
.bz .bz1 dl{float:right; width:380px; margin-right: 60px; margin-top: 59px;}
.bz .bz1 dl dt{margin-bottom: 0px;height:100px;}
.bz .bz1 dl dt i{display: block; float:left;}
.bz .bz1 dl dt strong{display: block; float:left;position: relative; margin-left: 26px; padding-top:12px; font-size: 30px; line-height: 30px; font-weight: bold; color:#264d98;}
.bz .bz1 dl dt strong em{display: block; font-size: 24px; line-height: 24px; font-weight: normal; color:#264d98;margin-top: 9px;}
.bz .bz1 dl dt strong::before{width:28px; height:5px;background:#264d98; content:""; position: absolute; left:0;bottom:-23px; }
.bz .bz1 dl dd p{ font-size:16px;color:#333333; margin-bottom: 24px;}
.bz .bz1 dl dd p i{font-size: 14px; font-weight: bold; color:#ff8400;}

.bz .bz2{height:500px; margin-bottom: 20px;margin-top: 80px;}
.bz .bz2 span{display: block; width:558px; height:400px;}
.bz .bz2 span img{width:558px; height:400px;}
.bz .bz2 dl{float:left; width:380px; margin-left: 60px; margin-top: 59px;}
.bz .bz2 dl dt{margin-bottom: 0px;height:100px;}
.bz .bz2 dl dt i{display: block; float:left;}
.bz .bz2 dl dt strong{display: block; float:left;position: relative; margin-left: 26px; padding-top:12px; font-size: 30px; line-height: 30px; font-weight: bold; color:#264d98;}
.bz .bz2 dl dt strong em{display: block; font-size: 24px; line-height: 24px; font-weight: normal; color:#264d98;margin-top: 9px;}
.bz .bz2 dl dt strong::before{width:28px; height:5px;background:#264d98; content:""; position: absolute; left:0;bottom:-23px; }
.bz .bz2 dl dd p{ font-size:16px;color:#333333; margin-bottom: 24px;}
.bz .bz2 dl dd p i{font-size: 16px; font-weight: bold; color:#ff8400;}
.bz .bz2 .z{width:558px; height:400px;position: relative;float: right; margin-right: 51px;}
.bz .bz2 .z ul{height:16px; position: absolute; bottom:20px; left:15px;}
.bz .bz2 .z ul li{width:16px; height:16px;float:left; background:url("../images/y3.png") no-repeat center; margin:0 4.5px;}
.bz .bz2 .z ul li.cur{background:url("../images/y3_h.png") no-repeat center;}

.bz .bz3{height:463px;}
.bz .bz3 span{display: block; float:left; width:651px; height:403px; margin-left: 48px;}
.bz .bz3 span img{width:651px; height:403px;}
.bz .bz3 dl{float:right; width:380px; margin-right: 60px; margin-top: 59px;}
.bz .bz3 dl dt{margin-bottom: 0px;height:100px;}
.bz .bz3 dl dt i{display: block; float:left;}
.bz .bz3 dl dt strong{display: block; float:left;position: relative; margin-left: 26px; padding-top:12px; font-size: 30px; line-height: 30px; font-weight: bold; color:#264d98;}
.bz .bz3 dl dt strong em{display: block; font-size: 24px; line-height: 24px; font-weight: normal; color:#264d98;margin-top: 9px;}
.bz .bz3 dl dt strong::before{width:28px; height:5px;background:#264d98; content:""; position: absolute; left:0;bottom:-23px; }
.bz .bz3 dl dd p{ font-size:16px;color:#333333; margin-bottom: 24px;}
.bz .bz3 dl dd p i{font-size: 14px; font-weight: bold; color:#ff8400;}

.bzbj .bz4{height:539px; /*background:url("../images/bz4.png") no-repeat center;*/}
.bzbj .bz4 span{display: block; float:right; width:663px; height:504px; margin-right: 48px;}
.bzbj .bz4 span img{}
.bzbj .bz4 dl{float:left; width:380px; margin-left: 60px; margin-top: 88px;}
.bzbj .bz4 dl dt{margin-bottom:0px;height:100px;}
.bzbj .bz4 dl dt i{display: block; float:left;}
.bzbj .bz4 dl dt strong{display: block; float:left;position: relative; margin-left: 26px; padding-top:12px; font-size: 30px; line-height: 30px; font-weight: bold; color:#264d98;}
.bzbj .bz4 dl dt strong em{display: block; font-size: 24px; line-height: 24px; font-weight: normal; color:#264d98;margin-top: 9px;}
.bzbj .bz4 dl dt strong::before{width:28px; height:5px;background:#264d98; content:""; position: absolute; left:0;bottom:-23px; }
.bzbj .bz4 dl dd p{ font-size:16px;color:#333333; margin-bottom: 24px; width: 360px;}
.bzbj .bz4 dl dd p i{font-size: 16px; font-weight: bold; color:#ff8400;}
.bzbj .bz4 dl dd em{display:block;margin-top: 60px;}
.bzbj .bz4 dl dd a{display: block; width:122px; height:38px; text-align: center; line-height: 38px;background:url("wzbj2.png") no-repeat center; float:left; font-size: 16px; color:#FFF; font-weight: bold; margin-right: 22px;}
.bzbj .bz4 dl dd strong{display: block;float:left; font-size: 14px; line-height: 15px; height:38px; font-weight: normal; color:#666666;}
.bzbj .bz4 dl dd strong b{display: block; font-weight: bold; font-size: 24px; line-height: 25px; color:#1a1a1a; font-family:"Arial";}
.bzbj .bz4 .z{width:650px; height:400px;position: relative;float: right; margin-right: 20px; margin-top:20px;} 
.bzbj .bz4 .z ul{height:16px; position: absolute; bottom:20px; left:15px;}
.bzbj .bz4 .z ul li{width:16px; height:16px;float:left; background:url("../images/y3.png") no-repeat center; margin:0 4.5px;}
.bzbj .bz4 .z ul li.cur{background:url("../images/y3_h.png") no-repeat center;}

.cityColumnWarp{width:1200px;margin:0 auto;color:#555;font:400 13px/22px "microsoft yahei"}

.hotSaleBrand{height:680px;background:url(../images/hotBrand-bg.jpg) no-repeat center}
.hotSaleBrand-box{width:396px;height:395px;margin-top:23px;margin-left:110px;overflow:hidden;float:left}
.hotSaleBrand-box-right{margin-left:186px}
.hotSaleBrand-box ul{width:540px;height:100%}
.hotSaleBrand-box ul li{margin-right:144px;float:left}
.hotSaleBrand-box ul .hotSaleBrand-middleIteam{margin-left:135px;margin-top:12px;margin-bottom:5px}
.hotSaleBrand-box ul li a{width:126px;height:126px;font:400 16px/126px "Microsoft Yahei";color:#fff;overflow:hidden;background:#fff;border-radius:50%;display:block;text-align:center;position:relative}
.hotSaleBrand-box ul li a img{width:126px;height:126px}
.hotSaleBrand-box ul li a span{width:100%;height:100%;display:none;position:absolute;top:0;left:0;background:#248ef1;background:rgba(36,142,241,.7);background:-moz-linear-gradient(top,rgba(47,145,236,.8)30%,rgba(36,142,241,.3)100%);background:-webkit-linear-gradient(top,rgba(47,145,236,.8)30%,rgba(36,142,241,.3)100%);background:-o-linear-gradient(top,rgba(47,145,236,.8)30%,rgba(36,142,241,.3)100% 100%);background:-ms-linear-gradient(top,rgba(47,145,236,.8)30%,rgba(36,142,241,.3)100% 100%)}
.hotSaleBrand-box ul li a:hover span{display:block;color:#fff}


.hotSaleBrand dl{width:100%;height:24px;overflow:hidden;margin-top:22px;text-align:center;font:400 14px/24px "Microsoft Yahei",Arial}
.hotSaleBrand dl dt{display:inline-block;color:#597eb3;*display:inline}
.hotSaleBrand dl dd{border-radius:12px;background:#8ab0e5;display:inline-block;*display:inline;*margin-right:6px}
.hotSaleBrand dl dd:hover{background:#6b9bdf}
.hotSaleBrand dl dd a{padding:0 12px;color:#fff}
.hotSaleBrand dl dd a:hover{color:#fff}


.bjwordbg{ background: rgb(232,232,232,0.5);}
#content {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
	
	#searchbox {
		display: block;
		margin-bottom: 1em;
		width:100%;
		padding: 10px;
		border: 0;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-o-border-radius: 4px;
		-webkit-transition: .3s ease-in-out;
  		-moz-transition: .3s ease-in-out;
  		-o-transition: .3s ease-in-out;
  		transition: .3s ease-in-out;
		font-size:16px;
		color:#CCC;
	}
		
		#searchbox:focus {
			-webkit-box-shadow: 0px 0px 10px #fff;
			-moz-box-shadow: 0px 0px 10px #fff;
			-o-box-shadow: 0px 0px 10px #fff;
			box-shadow: 0px 0px 10px #fff;
			outline: none;
		}
	
	.list {
		list-style-type: none;
		margin: 0;
	}
		
		.list li {
			display: inline-block;
			overflow: hidden;
			width:auto;
			vertical-align: top;
			font-size: 14px;
			background: rgba(255,255,255,.3);
			/*text-shadow: 1px 1px 0px rgba(0,0,0,.5);*/
			border-radius: 3px;
			padding: 10px 16px;
			margin: .5em .5em .5em 0;
			cursor: pointer;
			-webkit-transition: .5s ease-in-out;
  			-moz-transition: .5s ease-in-out;
  			-o-transition: .5s ease-in-out;
  			transition: .5s ease-in-out;
		}
		
			.list li:hover, .list li.spot {
				color: #1e2b39;
				text-shadow: 1px 1px 0px #fff;
				background: rgba(255,255,255,1);
			}
			
	
	
	
			
.xunpan {
	color:#FFF;
    height: 200px;
}
.xunpan p.bigtxt {
    font-size: 40px;
    padding-bottom: 10px;
    padding-top: 60px;
}.xunpan p {
    font-size: 20px;
}.xunpan .zixun {
    width: 454px;
    *padding-right: 80px;
    padding-top: 40px;
    position: relative;
    text-align: center;
}.xunpan .zixun .zx {
    width: 302px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #176200;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #ffe825;
}.icon {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}.xunpan .zixun .tel s {
    width: 26px;
    height: 28px;
    background-position: 0 -1px;
    margin-right: 16px;
}.xunpan .zixun .tel {
    border: 1px solid #65b44e;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    font-family: arial;
    font-weight: 700;
    border-radius: 30px;
}

.c1{width:100%;margin:0 auto;margin-top:20px;display:block;}
.c1 li{float:left;position:relative;width:275px;height:400px;overflow:hidden;margin:0 5px; list-style:none;}
.c1 li a.img{display:block;padding:15px;}
.c1 li h3{color:#fff;font-size:22px;padding:15px 0;}
.c1 li span{display:block;font-size:15px;font-weight:normal;color:#fff;line-height:30px;height:125px;}
.c1 li .cha{width:100px;height:30px;border:1px solid #fff;line-height:30px;text-align:center;color:#fff;margin-top:20px;}

.c1 li:nth-child(1){background: #c42126}
.c1 li:nth-child(2){background: #f3b90d}
.c1 li:nth-child(4){background: #92bf28}
.c1 li:nth-child(3){background: #009b4d}

.c1 li .simg{display:block;position:absolute;bottom:0px;transition: 0.4s;cursor:pointer;}
.c1 li .simg img{width:310px;height:180px;cursor:pointer;}

.c1 li:hover .simg{
    transform: translateY(100%);
    transition: 0.4s;
}


.bjbt{ font-size:20px !important; padding:12px 42px !important; margin:20px; }
.bjbtB{ font-size:20px !important; padding:12px 0px !important; margin:20px; width:40%; }
.gl {
	margin: 120px auto 180px;
	width: 600px;
	height: 600px;
	border-radius: 600px;
	border: 1px #ccc dashed;
}
.gl .gl_tt {
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 260px;
	color: #3b9238;
}
.gl .gl_tt i {
	float: left;
	width: 100%;
	text-align: center;
	font-size: 70px;
	line-height: 70px;
}
.gl .gl_tt h2 {
	font-size: 35px;
	line-height: 38px;
}
.gl_1 {
	position: absolute;
	margin: -80px auto 0 210px;
	width: 180px;
}
.gl_1 img {
	width: 180px;
}
.gl_1 h3 {
	color: #009b4d;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 10px;text-align: center;
}
.gl_1 h3 span {
	width: 100%;
	float: left;
}
.gl_1 p {
	float: left;
	width: 180px;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	padding: 0 20px;
	color: #999;
	margin-top: 5px;
}
.gl_2 {
	position: absolute;
	margin-top: 150px;
	margin-left: 520px;
	width: 180px;
}
.gl_2 img {
	width: 180px;
}
.gl_2 h3 {
	color: #009b4d;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 10px;text-align: center;
}
.gl_2 h3 span {
	width: 100%;
	float: left;
}
.gl_2 p {
	float: left;
	width: 180px;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	padding: 0 20px;
	color: #999;
	margin-top: 5px;
}
.gl_3 {
	position: absolute;
	margin: 450px auto 0 210px;
	width: 180px;
}
.gl_3 img {
	width: 180px;
}
.gl_3 h3 {
	color: #009b4d;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 10px;text-align: center;
}
.gl_3 h3 span {
	width: 100%;
	float: left;
}
.gl_3 p {
	float: left;
	width: 180px;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	padding: 0 20px;
	color: #999;
	margin-top: 5px;
}
.gl_4 {
	position: absolute;
	margin-top: 150px;
	margin-left: -80px;
	width: 180px;
}
.gl_4 img {
	width: 180px;
}
.gl_4 h3 {
	color: #009b4d;
	font-size: 20px;
	font-weight: normal;
	line-height: 22px;
	margin-top: 10px;text-align: center;
}
.gl_4 h3 span {
	width: 100%;
	float: left;
}
.gl_4 p {
	float: left;
	width: 180px;
	font-size: 14px;
	text-align: left;
	line-height: 18px;
	padding: 0 20px;
	color: #999;
	margin-top: 5px;
}
.ry-list {
	float: left;
	width: 960px;
}
.gallery p{ font-size:16px;}

.zlbz{position:relative; height:600px; width:1096px; margin:0 auto;}
.vpword{position:absolute;font-size:14px; width:140px; }
.vpword1{top:430px; left:50px;}
.vpword2{top:430px; left:220px;}
.vpword3{top:430px; left:390px;}
.vpword4{top:430px; right:380px;}
.vpword5{top:430px; right:210px;}
.vpword6{top:430px; right:30px;}



.conleft{float:left;width:478px;font-family:微软雅黑;color:#333;}
.conleft p{height:65px;line-height:65px;padding:0 0 20px 70px;margin:0px;margin-top:0px;border-bottom:1px solid #ddd;}
.conleft span{ font-size:15px;}
.conright{float:left;margin:0px;margin-left:30px;display:inline;}

.side{position:fixed;width:78px;right:20px;top:60%;margin-top:-200px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul li{width:78px;height:78px;float:left;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{background:#f67524;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../images/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../images/right_pic7.png)}
.side ul li i.bgs3{background-image:url(../images/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../images/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../images/right_pic3.png);background-size:auto 50px !important;}
.side ul li i.bgs6{background-image:url(../images/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../images/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../images/right_pic7_on.png)}
.side ul li:hover i.bgs3{background-image:url(../images/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../images/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../images/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#f67524;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;left:-240px;top:0;background-image:url(../images/leftewm.png);background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0}
.side ul li.sideetel .telBox.son{width:240px;height:237px;display:none;color:#fff;text-align:left;position:absolute;left:-240px;top:-79px;background:#f67524}
.side ul li.sideetel .telBox dd{display:block;height:118.5px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:32px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../images/right_pic8.png) 28px center no-repeat;background-color:#e96410}
.side ul li.sideetel .telBox dd.bgs2{background:url(../images/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}
.fwxcdiv{ float:left;}
.fwxc2{height:270px;}


.teambody {
    background-image: url(../images/daili1.jpg);
    background-image-part-image: url(../images/daili1.jpg);
    background-position: center center;
    background-attachment: fixed;
}



/*当页面大于1200px 时，大屏幕，主要是PC 端*/
@media (min-width: 1200px) {



}
/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (min-width: 992px) and (max-width: 1199px) {

}
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
@media (min-width: 768px) and (max-width: 991px) {


}
/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 480px) and (max-width: 767px) {


}
/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 479px) {
.bannerzw{ height:64px; overflow:hidden;}
.content-what .what-item{ width:30px;}
.content-what .what-item-active{width:240px !important;height:188px!important;}
.content-what .what-item:nth-child(1){	height:108px;padding:0 1px;z-index:1}
.content-what .what-item:nth-child(2){	height:148px;padding:0 1px;z-index:3}
.content-what .what-item:nth-child(3){	height:188px;padding:0 1px;z-index:7}
.content-what .what-item:nth-child(4){	height:148px;padding:0 1px;z-index:3}
.content-what .what-item:nth-child(5){	height:108px;padding:0 1px;z-index:2}
.content-what .what-item span{	width:12px;	font-size:12px; left:8px;}
.content-what .what-list{font-size:0;height:168px;}.swiper2 {height: auto;}
.yz .yz_con ul{ padding:30px 10px;}
.yz .yz_con li b{ font-size:32px;}
.yz .yz_con li p{ font-size:12px;}
.yz .yz_con li b sup{ font-size:12px;}
.yz .yz_con{ height:130px;margin-top: -20px;}



#m_left{ display:none;}
#m_right {width:100%;}
.head_title {
    margin-top: 20px;
    margin-bottom: 15px;
}
.head_title2 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.zwfdff{ padding:10px;}
.morebt {
    font-size: 14px;
    color: #999;
    padding: 6px 10px;
    margin-top: 10px;
}
.header.on{
	background:#018aff !important;
	border-bottom: 1px solid #ccc;
	height:50px;
}
#about_txt{ padding-left:0px !important;}
.media-body, .media-left, .media-right{ padding:10px 0; display: block;}
.xunpan{ display:none;}
.solution-box ul li{width: 50%;}
.solution-box ul {    width: 100%;}
.c1 li{ float:none; width:100%;}
.c1 li .simg img{ width:460px;}
.vpword{ font-size:14px !important; bottom:-50px;}
.hotSaleBrand-box{ padding:0px; margin:8px;}
.hotSaleBrand{ background-image:none;}
.hotSaleBrand-box-right{ display:none;}
.jcjg{ padding-bottom:60px;}
.bz .bz1 {
    margin-bottom: 0px;
}
.bz .bz1 span{ margin-left:0px;float: none;width: 100%; height:auto;}
.bz .bz1 span img{ width:100%; height:auto;}
.bz .bz1 dl {
    float: none;
    width: 100%;
	margin-left: 10px;
    margin-right: 0px;
    margin-top: 0px;
}
.bz .bz1 dd,.bz .bz2 dd,.bz .bz3 dd,.bzbj .bz4 dd{ display:none;}
.bz .bz2 .z {
    width: auto;
    height: auto;
    float: none;
    margin-right: 0px;
}
.bz .bz2 dl {
    float: none;
    width: 100%;
    margin-left: 10px;
    margin-top: 10px;
}
.bz .bz2 {
    height: 350px;
	margin-top: 0px;
}
.bz .bz3 span {
    float: none;
    width: auto;
    height: auto;
    margin-left: 0px;
}
.bz .bz3 span img,.bzbj .bz4 span img{ width:100%; height:auto;}

.bz .bz3 dl {
    float: none;
    width: 100%; margin-left: 10px;
    margin-right: 0px;
    margin-top: 10px;
}
.bz .bz3 {
    height: 350px;
}
.bzbj .bz4 .z {
    width: auto;
    height:auto;
    float: none;
    margin-right: 0px;
    margin-top: 0px;
}
.y_box,.tempWrap{ width:auto !important;}
.con{ width:100%;}
.bzbj .bz4 span {
    display: block;
    float: none;
    width: auto;
    height: auto; margin-left: 10px;
    margin-right: 0px;
}
.bzbj .bz4 dl {
    float: none;
    width: 100%;
    margin-left: 10px;
    margin-top: 20px;
}
.bz {
    margin-bottom: 60px;
}

.bzbj {
    height: 2038px;
}
.side,.gl{ display:none;}
.conleft{float:none;width:100%;}
.conleft p{line-height:62px; overflow:hidden}
.conright{ text-align:center; margin-top:28px;}
.condown p{line-height:22px; overflow:hidden;}


/*下拉背景的头部*/
.header{
    border-bottom: 1px solid #ccc;
    height: 50px;
}
.header .nav { float:right !important;}
.header .navbar_nav li a {padding: 0 18px;}
.header .mbshow{ display:block !important;}
.header *,.header{ -webkit-transition: all 0.2s;    transition: all 0.2s;}
.header .mlogozwf{ display:none}
.header .left .img1{
	display: none;
}
.header .left{ margin:0;}
.header .left .img2{
	display: block !important;
	height:46px;
	margin:8px; padding:0px;
}

.header .navbar_nav li a{
}
.header .navbar_nav li:hover a{
}
.header .navbody{ margin-top:0px;}
#navToggle{
	display: none;
}
.header .topbt{ display:none !important;}
.header .logobody{}
.header .myCenter{ width:1200px; margin:0 auto !important;}
.header .menu{top:0px;}
.btel,.zwftel{ display:none;}
#about_txt{display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 9;
overflow: hidden;}
.head_title{ width:auto;}
.fwpd h3{ font-size:12px;}
.fwpd{padding: 3px;}
.fwxc{ width:auto;}
.fwxc2{ height:80px;}
.fwxcdiv{  width:25%; }
.solution-slide:last-child{ display:none;}
.media-body{ width:auto !important;}
.media p {
    font-size: 13px;
}
.media-heading {
    font-size: 20px;
}
.bz{ padding-top:0px;}
.bzbj {
    height: 1830px;
}
.cityColumnWarp {
    width: auto;
}
.hotSaleBrand-box ul li {
    margin-right: 90px;
    float: left;
}
.hotSaleBrand-box ul .hotSaleBrand-middleIteam {
    margin-left: 115px;
}
.c1 li .simg img {
    width: 100%;
}
.hotSaleBrand-box {
    width: 350px;
}
.pjpd{padding:60px 0 60px 0;}
.hotSaleBrand {
    height: 600px;
}
.layui-form-label {
    padding: 9px 2px !important;
    width: 50px !important;
}
.pic_title {
    line-height: 26px;
    height: 26px;
    font-size: 13px;
}
.aboutin{ padding-left:0px; margin-top:18px;}
.wdys .wdystitle{ font-size:22px;}
.wdys{ padding:20px 0;}
.bz .bz2 span {
    display: block;
    width: 100%;
   height: auto;
}
.bz .bz2 span img { width:100%;height: auto;}
.bzbj{ background:none;}
.c1 li .simg{ width:100%;}


.zlbz{position:relative; height:auto;width:100%; margin:0 auto;}
.vpword{position:absolute;font-size:14px; width:140px; display:none}

.aboutin .btn {width: 100%;}
.swiper3 .swiper-slide{ border:0px !important;}
.abts h3 span,.bigtitle h3 span,.zzrr h3 span{ font-size:28px !important;}
.head_1{ font-size:28px;}
.head_2{ font-size:16px; margin-top:0px;}
.media-object.img-thumbnail {
    max-width: 100%;
    margin: 0 auto;
}

#m_right h1{ font-size:28px;}

.prevp{float:left;}
.nextp{float:left;}

}


