article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color:#333;
/* 	font-size:62.5%; */
	font-family: "Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif,"Helvetica Neue",Helvetica,Arial;
}
body {
	line-height: 1;
}
button, input, select, textarea {
    font: 12px/1.5 "Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    color: #666;
}
body a, body a:focus, body a:hover {
    text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
    padding: 0;
    margin: 0;
}
.fr{float:right}
.fl{float:left}
.scroll-hidden {
    opacity: 0!important;
    transform: translateY(50px);
}
.scroll-visible {
    opacity: 1;
    transform: translateY(0);
}
.motion {
    transition: all .5s;
}
/***头部导航****/
.header {
	height: 68px; 
	width: 100%; 
	background: #fff; 
	background: rgba(255,255,255,.6); 
	position: fixed;
    top: 0;
	left: 0; 
	z-index: 100; 
	box-shadow: 0 5px 10px rgba(0,0,0,.1);	
}
.header:hover {background: rgba(255,255,255,1); }
.header .logo a {
	display: block;
    width: 100px;
    height: 67px;
	line-height:67px;
    background: url(../logo.png) 0 no-repeat;
	text-indent:-9999px;
}
@media (min-width: 768px) {
  .logo {
    float: left;
	display: inline-block;
	margin:0;
  }
}
.menu {
    float: right;
    margin: 0;
}
.menu > li  {
	display: inline-block;
    padding: 0 22px;
    position: relative;
}
.menu > li > a {
	position: relative;
    display: inline-block;
	color:#333;
	font-size:15px;
	line-height: 68px;
}
.menu > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #009944;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu > li > a:hover{
	color:#009944;
}
/*菜单下拉css*/
.menu .nav-up-selected a {
	color:#009944;
}
.menu > li.nav-up-selected > a:after {
    content: '';
    display: block;
    width: 100%;
    background-image: -webkit-linear-gradient(right, #68b939, #009944);
    background-image: -moz-linear-gradient(right, #68b939, #009944);
    background-image: -moz-linear-gradient(to left, #68b939, #009944);
    background-image: -o-linear-gradient(to left, #68b939, #009944);
    background-image: linear-gradient(to left, #68b939, #009944);
    background-repeat: repeat;
}
.navigation-down {
	width: 100%;
    background-color: #f5f5f5;
    -moz-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
}
.navigation-down .nav-down-menu {
	padding: 15px 0;
}
.navigation-down .nav-down-menu dl,.navigation-down .menu-1 ul li {
	float:left;
	text-align:center;
	margin:5px 80px 5px 0;
}
.navigation-down .nav-down-menu ul li a:hover {
	color:#129738;
}
.navigation-down-inner li a {
	color:#666;
	display:block;
	line-height:24px;
}
.join a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    background: #f00;
    color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 5px;
}
/**新菜单**/
.header-column-wrapper {
    width: 100%;
    display: flex;
}
.header-column-wrapper .header-column {
	flex-grow: 1;
    padding-left: 24px;
    padding-right: 24px;
}
.header-column-wrapper .header-column:first-child {
    padding-left: 0;
}
.header-column-wrapper .header-column:last-child {
    padding-right: 0;
}
.header-column-wrapper .header-column h3{
	position:relative;
    display: flex;
    align-items: center;
    line-height: 1.4;
    border-bottom: 1px solid #e2e6f0;
    padding-bottom: 12px;
	margin: 0;
}
.header-item-block h3>a {
	display:inline-block;
	font-weight: 600;
    color: #009944;
    font-size: 14px;
}
.header-item-block h3:hover .nav-link-icon {
	-webkit-transform:translate(5px);
    transform:translate(5px);
	-webkit-transition: all .6s;
	transition: all .6s;
}
.header-item-block ul li a{
	display:block;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 15px;
}
.animated{-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
/*banner*/
.banner {
	position:relative
}
.logoimg {
	position:absolute;
	left:1%;
	right:1%;
	bottom:-34px
}
.logotxt {
	margin-bottom:30px;
	border:0
}
.logotxt a {
	font-weight:700;
	color:#fff;
	font-size:64px
}
.banner h2 {
	color:#fff;
	padding:0;
	margin:0 0 45px;
	font-weight:100;
	font-size:34px
}
#nav-koubei ul {
    padding: 0;
}
#nav-koubei li {
    float: left;
}
#nav-koubei li a.thisclass{
    color: #00b9b1;
}
#nav-koubei a {
    line-height: 56px;
    padding: 10px 15px;
	color: #666;
    font-size: 16px;
}
.koubei-content {color:#555;font-size:15px;width: 90%;}
.koubei-content dt {width:70%;float:left;font-weight: normal;}
.koubei-content dt a {color:#555;}
.koubei-content dt a:hover {color:#00b9b1;}
.koubei-content dd {width:15%;float:left;}
.site-name>span {
	display:none;
	margin-top:6px;
	font-size:65%
}
.maincontent {
	background:#fff;
	padding:20px;
	margin-bottom:65px;
	border:1px solid #e8e8e8;
	-webkit-box-shadow:0 0 20px rgba(50,50,50,0.1);
	box-shadow:0 0 20px rgba(50,50,50,0.1)
}
.maincontent p,.maincontent ul,.maincontent ol {
	color:#222;
	font-size:14px;
	font-weight:300
}
.maincontent iframe {
	margin-bottom:17px
}
.maincontent ul {
	padding-left:17px
}
.maincontent ol {
	padding-left:20px
}
#content .post-text blockquote {
	position:relative;
	padding:3% 0 3.5% 12%;
	margin-bottom:1%;
	border-top:solid 8px #dfe7ec
}
.pagination {
	display:block;
	position:relative;
	text-align:center;
	color:#666;
	font-size:13px
}
.pagination>a {
	border:1px solid #39414a;
	position:absolute;
	top:-10px;
	padding:10px;
	color:#39414a;
	white-space:nowrap;
	border-radius:3px;
	text-decoration:none
}
.pagination>a:hover {
	border-color:#666;
	color:#fff;
	background:#4a4849
}
.pagination>a.older-posts {
	right:10px
}
.pagination>a.newer-posts {
	left:10px
}
.pagination .page-number {
	color:#39414a
}
@media only screen and (max-width:767px) {
	.pagination>a.older-posts {
	right:0
}
.pagination>a.newer-posts {
	left:0
}
.pagination>a {
	padding:10px 5px
}
.featured {
	text-align:center
}
}

.thumbnail .caption {
    text-align: center;
    overflow-y: hidden;
    color: #555;
}
.main {
	margin-top:90px;
	margin-bottom:50px;
}
a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active {
	border-color:#777
}
.home-template .post,.archive-template .post {
	position:relative;
	margin-bottom:30px;
	background-color:#fff;
    border-width: 1px;
    border-style: solid;
    border-color: #f1f1f1 #dadada #dadada #f1f1f1;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(0,0,0,.05);
    -moz-box-shadow: 4px 4px 0px 0px rgba(0,0,0,.05);
    box-shadow: 4px 4px 0px 0px rgba(0,0,0,.05);
}
.home-template .post-content,.archive-template .post-content {
	display:none
}
.post-template .post-content p {
	line-height:2
}
.post-title {
    padding: 15px 0;
    margin: 0 5%;
    position: relative;
}
/* .channel-list-des {
    float: left;
    width: 75%;
} 
.channel-list-btn {
    float: right;
}*/
.channel-list-des dt a {
    font-size: 20px;
    color: #777;
}
.channel-list-des dd {
    height: 45px;
    overflow: hidden;
    _zoom: 1;
    color: #757575;
	font-size:14px;
}
.post p, .post dl, .postt dt, .post dd {
    margin: 0;
    padding: 0;
    list-style: none;
}
.btn-line-primary {
    border-color: #ff6700;
    background: #fff;
    color: #ff6700;
	float:right;
}
.btn-line-primary:hover {
    color: #fff;
    background-color: #f25807;
    border-color: #f25807;
}
.tag-ad .post-featured-image {
	padding-top:62.5%
}
.post-featured-image {
	position:relative;
	overflow:hidden;
}
.post-featured-image a{color:#fff;}
.post-featured-image .thumbnail {
	margin-bottom:0;
	padding:0px;
	border-top-right-radius:0;
	border-top-left-radius:0;
	border-bottom-right-radius:0;
	border-bottom-left-radius:0;
	border:none;
	width:100%;
}
.post-featured-image .thumbnail img {
	opacity:0;
	-webkit-transition:opacity .5s;
	-o-transition:opacity .5s;
	transition:opacity .5s
}
.post-featured-image .thumbnail.loaded img {
	opacity:1;
	transition: all 0.8s;
}
.post-featured-image:hover .thumbnail.loaded img {
	-webkit-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2);
}
.post-featured-image span.bs3:after,.post-featured-image span.bs2:after {
	font-family:'Metrize-Icons';
	speak:none;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	text-transform:none;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	position:absolute;
	top:0;
	left:0;
	font-size:36px;
	font-weight:bold;
	color:#563d7c;
	background-color:#fff;
	padding:3px;
	opacity:.9;
	filter:alpha(opacity=90)
}
.post-featured-image span.bs3:after {
	content:"\e078"
}
.post-featured-image span.bs2:after {
	content:"\e077"
}
.post-content {
	padding:12px
}
.post img {
	display:block;
	max-width:100%;
	height:auto
}
.maincontent article {
	position:relative
}
.maincontent article h1,.maincontent article h1 a {
	text-align:center;
	color:#563d7c
}
.maincontent article h1>.fa {
	font-size:80%;
	color:#eee;
	margin-left:6px
}
.main-footer {
	background:#202020;
	padding:35px 0;
	color:#959595;
	position: relative;
}
.main-footer .widget {
	width:33.3333333%;
	padding:0 30px
}
.main-footer .widget .title {
	border-bottom:1px solid #303030
}
.main-footer .widget .tag-cloud a {
	border:1px solid #303030
}
.main-footer .widget .tag-cloud a:hover {
	border:1px solid #337ab7
}
.main-footer .content p {
    margin: 0 0 10px;
}
.widget .title {
	margin-top:0;
	padding-bottom:7px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:21px;
	position:relative
}
.widget .title:after {
	content:"";
	width:75px;
	height:1px;
	background:#00a0e9;
	position:absolute;
	left:0;
	bottom:-1px
}
.main-footer .followus .ftel{
    display: block;
    font-size: 2em;
    line-height: 40px;
    color: #009944;
    background: url(../phone24h.png) no-repeat 0;
    text-indent: 2em;
}
.widget .friend-links a {
	display:block;
	border-bottom:1px dashed #303030;
	padding-bottom:14px;
	margin-bottom:14px;
	color:#959595;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease
}
.widget .friend-links a:hover {
	color:#fff;
	text-decoration:none
}
.widget .friend-links a:last-child {
	margin-bottom:0;
	border:0;
}
.footer .f-link {
	background-color: #211E1E;
    padding: 10px 0;
    border-top: 1px solid #303030;
}
.footer .f-link a {
    margin-left: 5px;
    color: #959595;
	font-size:12px;
}
.copyright {
	background:#111;
	font-size:13px;
	text-align:center;
	color:#555;
	padding-top:14px;
	padding-bottom:20px;
	border-top:1px solid #303030
}
.copyright span {
	margin:0 .5em;
	height:20px;
}
.copyright a {
	color:#555; 
	display:inline-block;
	line-height: 20px;
}
footer .social .qr {
	width:50%;
	float:left;
	padding:5px;
	text-align:center;
}
footer .social .qr img {
	width:100%;
}
#qr-wechat { display: none; position: absolute; top: -126px; left: -144px; }
#back-to-top {
	position:fixed;
	right:10px;
	bottom:10px;
	background:rgba(51,122,183,0.6);
	color:#fff;
	text-align:center;
	border-radius:2px;
	z-index:1;
	display:none
}
#back-to-top:hover {
	background:#337ab7
}
#back-to-top i {
	width:30px;
	height:30px;
	line-height:30px
}
/**轮播图**/
#fullSlide {
    position: relative;
    height: 568px;
    width: 100%;
    overflow: hidden;
}
#fullSlide .pic {
	display: block;
	position:relative;
}
#fullSlide .pic li {
	box-sizing: content-box;
	display: block;
    height: 568px;
    background-position: center 0;
    background-repeat: no-repeat;
	position: relative;
}
.pagination {
    width: 500px;
    padding: 0 10px;
    height: 20px;
    position: absolute;
    z-index: 20;
    left: 50%;
    margin-left: -260px;
    bottom: 10px;
    text-align: center;
}
.pagination li {
    display: inline-block;
    zoom: 1;
    margin: 3px 12px;
    width: 12px;
    height: 12px;
	text-indent:-9999px;
    border-radius: 7px;
    background: #ececec;
    background: rgba(0,0,0,.2);
    margin: 10px 12px;
	cursor:pointer;
}
.pagination li.on { background: #009944;}
#fullSlide .prev,#fullSlide .next,.client-slide .prev,.client-slide .next {
	display:none;
	position: absolute;
    top: 50%;
    margin-top: -25px;
    height: 50px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    font-family: SimSun,arial,sans-serif;
    font-weight: 700;
    background: rgba(0,0,0,.3);
    border-radius: 3px;
}
#fullSlide a.prev {left:10px;}
#fullSlide a.next {right:10px;}
/*报名表单*/
.apply_form {
	position:relative;
}
.apply {
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 340px;
    padding-bottom: 20px;
    box-shadow: 0 1px 5px #000;
    background: rgba(255,255,255,0.7);
}
.apply_text {
    width: 280px;
    margin: 25px auto 17px;
    color: #333;
    line-height: 18px;
	font-size:16px;
	text-align:center;
}
.apply_text span {
    color: #f25618;
}
.apply .apply_select {
    position: relative;
    width: 280px;
    margin: 0 auto 10px;
	overflow:hidden;
}
.login_box .focus{border: 1px solid #96d5b9;}
.apply  input,.apply textarea {
    display: block;
    width: 280px;
    padding: 7px 10px;
    color: #333;
    border: 1px solid #ccc;
}
.apply .apply_select span {
    position: absolute;
    top: 8px;
    left: 13px;
    color: #bbb;
}
.apply .both input {
	float:left;
}
.apply .both em {
    display: block;
    width: 20px;
    font-size: 12px;
    line-height: 34px;
    text-align: center;
    font-style: normal;
    float: left;
}
.apply .select_list {
    margin-left: 30px;
}
.apply  select {
    display: block;
    width: 280px;
    height: 34px;
    margin: 0 auto 10px;
    padding: 0 0 0 5px;
    color: #bbb;
    line-height: 34px;
    color: #333;
    border: 1px solid #ccc;
}
.select_list select {
    float: left;
    display: inline;
    width: 135px;
    margin-right: 10px;
}
.apply .submit {text-align:center;}
.apply button {
    width: 280px;
    height: 42px;
    border: none;
    background: #ff5d1e;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.login_text2 {
    width: 280px;
    margin: 10px auto 0;
    color: #999;
    line-height: 18px;
    text-align: left;
    font-size: 12px;
}
.login_text2 span {
    color: #f25618;
}
.apply .error-tip {
    position: relative;
    width: 280px;
    height: 16px;
	font-size:12px;
    margin: 0 auto;
    color: #ff6666;
    line-height: 18px;
    display: inline-block;
}

/*申请客户滚动*/
.panel {
	padding-bottom: 90px;
    padding-top: 66px;
}
.panel2,.panel4 {background-color: #f6f6f6;}
.panel2 .title span {
	float:right;
    font-size: 14px;
}
.panel2 .title span em{
    color:#FF622B;
    font-style: normal;
}
.gundong {
    width: 100%;
    margin: 10px auto 0;
}
.gundong ul {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-bottom: 0;
}
.gundong ul li {
    float: left;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    width: 20%;
    text-align: center;
}
#FontScroll {
    width: 100%;
    border: 1px solid #ccc;
    overflow: Hidden;
    margin: 0 auto;
    box-sizing: border-box;
}
#FontScroll .line {
    width: 100%;
}
#FontScroll li {
    width: 100%;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
	clear:both;
	overflow:hidden;
}
#FontScroll li span {
    width: 20%;
    text-align: center;
    display: block;
    float: left;
}
/*各分层统一样式*/
.panel .head {
	text-align:center;
    margin-bottom: 2.34375vw;
}
.panel .head  .subTit{
    font-size: 1.66667vw;
    line-height: 1.25;
    margin-bottom: 1.04167vw;
    text-align: center;
    letter-spacing: calc(-0.037em + 0.526px);
    font-weight: 500;
}
.panel .title {
    position: relative;
    margin: 0;
    font-size: 2.3vw;
    line-height: 1.25;
    font-weight: 600;
	color:#009944;
}
.panel .head p {
	line-height: 1.6;
    font-size: 1.145833vw;
    color: #333;
    margin-top: 1.04167vw;
}
.panel .MachD-desc {
	margin-bottom: 2.34375vw;
	font-size: 1.458333vw;
	line-height: 1.6;
	text-align: center;
	margin: 0 auto;
	letter-spacing: calc(-0.037em + 0.526px);
	font-weight: 400;
}
/*第二部分*/
.panel2 .layout-wrap .item {
	position: relative;
    text-align: center;
}
.panel2 .layout-wrap .item img {width:40%;}
.layout-wrap .item h3 {
    margin-top: 30px;
    font-size: 24px;
    font-weight: normal;
    color: #353535;
}
.layout-wrap .row .item p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.6;
    color: #888;
}
.layout-wrap .row .item:not(:last-child):after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    width: 1px;
    height: 100px;
    background: #009944;
}
/*第三部分*/
.layout-wrap .row .defect_item {
	min-height: 135px;
}
.layout-wrap .row .defect_item img {
	width:100px;
	float:left;
    margin-right: 4px;
}
.defect_item p {
	padding: 40px 0;
	margin-bottom:0;
	font-size:16px;
	font-weight:600;
}
/*第四部分*/
.row .sys_item .items {
	position:relative;
	overflow: hidden;
}
.row .sys_item a {
	display:block;
	width:100%;
	cursor:url(fadajing.ico),auto;
}
.row .sys_item img {
	width:100%;
    transition: all 0.8s;
}
.row .sys_item .items:hover img {
	-webkit-transform:scale(1.2); -ms-transform:scale(1.2); transform:scale(1.2);
}
.row .sys_item i {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -40px;
    display: block;
    z-index: 2;
}
.row .sys_item i.icon-jingqi {
    background: url(jingqi.png) no-repeat center;
    background-size: 100%;
}
.row .sys_item i.icon-jingshui {
    background: url(jingshui.png) no-repeat center;
    background-size: 100%;
}
.row .sys_item i.icon-xinfeng {
    background: url(xinfeng.png) no-repeat center;
    background-size: 100%;
}
.row .sys_item .support {
	text-align:center;
    position: absolute;
    width: 150px;
    top: 50%;
    left: 50%;
    margin-left: -75px;
}
.row .sys_item .support-header {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.row .sys_item .support-inf {
    font-size: 14px;
    color: #fff;
	line-height:16px;
}
.sys_item .cover {
	position: absolute;
    background-color: #00a0e9;
    opacity: .6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.row .sys_item:hover i ,.row .sys_item:hover .cover,.row .sys_item:hover .support {
	display:none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.row .sys_item img {
    width: 100%;
    transition: all 0.8s;
}
.panel4 .feature {
	position:relative;
	margin-left:-5px;
	margin-right:-5px;
    margin-bottom: 30px;
}
.panel4 .feature ul li {
	width:16.6666667%;
	float:left;
	padding:0 5px;
    text-align: center;
}
.panel4 .feature ul li h3{
	font-size:16px;
}
.xuanzhuan {
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.5s ease-out;
    -moz-transition: -moz-transform 0.5s ease-out;
    -o-transition: -o-transform 0.5s ease-out;
    -ms-transition: -ms-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.xuanzhuan:hover {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.text-center {
    text-align: center;
}
.yl-zx {
    text-align: center;
    display: inline-block;
    padding: 0 59px;
    height: 50px;
    background: none;
    border: 1px solid #FF9C00;
    font-size: 16px;
    color: #FF9B00;
    line-height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 45px;
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
}
.yl-zx:hover {
    background: #FF9C00;
    color: #fff;
}
/*第五部分*/
.panel5 {
    text-align: center;
    background-image: -moz-linear-gradient(-90deg,rgb(40,46,51) 0%,rgb(98,105,111) 100%);
    background-image: -webkit-linear-gradient(-90deg,rgb(40,46,51) 0%,rgb(98,105,111) 100%);
    background-image: -ms-linear-gradient(-90deg,rgb(40,46,51) 0%,rgb(98,105,111) 100%);
}
.panel5 .title {
	color:#fff;
}
.panel5 .objectives .tabs {
    width: 100%;
    padding-bottom: 30px;
}
.panel5 .objectives .tabs a {
    font-size: 18px;
    color: #87878A;
    line-height: 36px;
    margin-right: 40px;
    display: inline-block;
    position: relative;
    transition: all 0.3s;
	cursor:pointer;
}
.objectives .tabs a:last-of-type {
    margin-right: 0;
}
.objectives .tabs a:hover, .objectives .tabs a.on {
    color: #fff;
}
.objectives .tabs a.on:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.objective {
    height: 567px;
    position: relative;
    background-color: rgba(27,27,27,.3);
}
.objective-content {
    width: calc(100% - 525px);
    float: right;
    padding: 45px 83px;
    color: #fff;
    text-align: left;
    height: 100%;
}
.objective-content-wrapper {
    width: 100%;
    position: relative;
}
.objective-content .h2s {
    height: 50px;
	margin-top: 0;
    margin-bottom: 13px;
    font-size: 30px;
    line-height: 50px;
}
.objective-content .ps {
    height: 40px;
    margin-bottom: 20px;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #858789;
}
.feature_content {
	position:relative;
}
.feature_content ul li {
    margin-bottom: 8px;
    color: #858789;
    font-size: 14px;
    line-height: 14px;
	height:50px;
	animation: scrollToLeft 0.75s ease-out both;
}
.feature_content ul li img{
	width:50px;
	float:left;
	margin-right:5px;
}
.feature_content ul li .ft{
	padding:5px 0;
}
.feature_content ul li h4{
	font-size:14px;
	color:#ddd;
	font-weight:500;
    margin-top: 0;
    margin-bottom: 5px;
}
.feature_content ul li p{
    margin-bottom: 0;
	line-height:14px;
}
.objective-img {
    width: 525px;
    height: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.objective-img  img {
    width: 100%;
    height: 100%;
	animation: scrollFromRight 0.75s ease-out both;
}
@keyframes scrollFromRight{from{transform:translate3d(100%,0,0)  scale(1);}to{transform:translate3d(0,0,0) scale(1);}}
@keyframes scrollToLeft{from{transform:translate3d(-100%,0,0) scale(1);}to{transform:translate3d(0,0,0)  scale(1);}}
/*第六部分*/
.cbp_tmtimeline > li {
    float: left;
    width: 33.3333333%;
    position: relative;
    padding: 0 15px;
}
.cbp_tmlabel {
    padding: 10px;
    background-color: #fff;
    text-align: center;
    margin: 0 50px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.cbp_tmlabel:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    border-radius: 2px;
}
.cbp_tmtimeline li:not(:last-child):after {
	content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -25px;
    margin-right: -25px;
    width: 50px;
    height: 50px;
    background: url(nextstep.png) no-repeat;
    background-size: 100%;
}
.cbp_tmtimeline > li img {
    width:100px;
}
.cbp_tmtimeline > li h5 {
    font-size: 18px;
    margin-bottom: 10px;
}
.cbp_tmtimeline > li i {
    display: inline-block;
    height: 1px;
    width: 43%;
    background-color: #999;
    margin-bottom: 10px;
}
.cbp_tmtimeline > li p {
    padding: 0 20px;
    line-height: 18px;
    text-align: left;
}
/*第七部分*/
.customer-item {
    float: left;
    margin-bottom: 56px;
    height: 56px;
    width: 16.6666666%;
    text-align: center;
    padding: 0 5px;
}
.customer-item a ,.case-list li a{
    display: block;
    height: 100%;
	cursor:pointer;
}
.customer-item img {
    max-height: 100%;
    max-width: 100%;
    min-width: 56px;
}
.case-list li {
	width:20%;
	float:left;
	padding:5px;
}
.case-list li p {
	text-align:center;
	margin-top:10px;
}
.case-list li img {
	width:100%;
}
.customer-more {
    margin-top: 20px;
    font-size: 14px;
    text-align: center;
}
.customer-more a {
    color: #00a4ff;
}
.customer-more a:after {
    position: relative;
    top: -1px;
    content: '>>';
    margin-left: 5px;
}
/*为什么选择*/
.whychoose ul li {
    width: 20%;
    float: left;
    padding: 0 15px;
}
.float-shadow {
    position: relative;
	min-height: 250px;
    width: 100%;
    background: #31A3F0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 24px;
    text-align: center;
    color: #fff;
    -webkit-box-shadow: 0px 0px 3px #CCCCCC;
    -moz-box-shadow: 0px 0px 3px #CCCCCC;
    -ms-box-shadow: 0px 0px 3px #CCCCCC;
    -o-box-shadow: 0px 0px 3px #CCCCCC;
}
.float-shadow:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,rgba(0,0,0,0) 80%);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform,opacity;
    transition-property: transform,opacity;
}
.float-shadow:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
}
.whychoose ul li .yl-bj01{background: #31A3F0;}
.whychoose ul li .yl-bj02{background: #7374EB;}
.whychoose ul li .yl-bj03{background: #FF4058;}
.whychoose ul li .yl-bj04{background: #F5A01C;}
.whychoose ul li .yl-bj05{background: #00B4A1;}
.float-shadow i {
    display: inline-block;
    width: 66px;
    height: 66px;
    background: url(whychoose.png) no-repeat;
    margin-top: 50px;
}
.yl-bj01 i {
    background-position: 0 0;
}
.yl-bj02 i {
	background-position: -66px 0;
}
.yl-bj03 i {
    background-position: -198px 0;
}
.yl-bj04 i {
    background-position: -264px 0;
}
.yl-bj05 i {
    background-position: -330px 0;
}
.choose h3 {font-size: 18px;}
.choose p {
    padding: 0 18px;
    line-height: 18px;
	color: #efefef;
}
/*关于我们*/
.about-us .zhengshu {
	float:left;
	width:60%;
    padding: 0 15px;
}
.about-us .about {
    float: left;
    width: 40%;
    padding: 0 30px;
}
.about h3 {
	line-height:50px;
    margin-top: 0;
}
.about h3 i {
    display: block;
    float: left;
    width: 100px;
    height: 50px;
    margin-right: 10px;
    background: url(/templets/default/images/logo.png) 0 0;
}
.about p {
    font-size: 15px;
    line-height: 24px;
}
.blue-btn {
    width: 166px;
    height: 46px;
    border: none;
    color: #fff;
    line-height: 46px;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    position: relative;
    background-color: #4581fb;
    transition: all 0.75s ease;
}
.about a {
    color: #fff;
    margin-top: 20px;
}
.blue-btn:hover {
    background-color: #2769ed;
}

.panel .dsc dl {float:left;text-align:center;}
.panel5 h2 {padding-bottom:10px;}
.panel5 .con,.panel4 .con {
	clear: both;
    overflow: hidden;
    margin-top: 15px;
}
.panel6{background-color:#ECECEC;}

/*底部导航*/
.bottom_nav {
    visibility: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #262626;
    _position: absolute;
    _bottom: auto;
    z-index: 35;
}
.bottom_nav .container {
    position: relative;
    height: 67px;
    background: url(/templets/default/images/topic/sjybj_freeApply.jpg) no-repeat;
}
.bottom_nav p {
    position: absolute;
    top: 40px;
    left: 30%;
    font-size: 12px;
    color: #999;
}
.bottom_nav p span {
    color: #f25618;
}
.bottom_nav a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 240px;
    height: 67px;
}
.slow-emerge {
    opacity: 0;
    -webkit-transform: translate(0,20%);
    transform: translate(0,20%);
}
.gift h2 {
	text-align: center;
    color: #fff;
	margin-top:0;
	margin-bottom:30px;
}
.gift .entries-item a {
    float: left;
    box-shadow: 0 0 0 #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 1;
}
.gift .entries-item a {
    display: block;
    height: 120px;
    padding: 23px 20px;
    background-color: #fff;
}
.gift .entries-item a:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    border-radius: 2px;
}
.entries-item .entries-item-info {
    float: left;
    text-align: left;
}
.entries-item .entries-item-title {
    font-size: 20px;
    line-height: 44px;
    color: #333;
    font-weight: normal;
    margin: 0;
}
.entries-item .entries-item-tip {
    display: block;
    font-size: 12px;
    line-height: 17px;
    color: #666;
}
.entries-item .entries-item-icon {
    display: block;
    float: right;
    background-image: url('comS.png');
}
.entries-item-icon-first {
    width: 101px;
    height: 72px;
    background-position: 0 0;
}
.entries-item-icon-second {
    width: 75px;
    height: 72px;
    background-position: -10px -104px;
}
.entries-item-icon-third {
    width: 79px;
    height: 65px;
    background-position: -2px -207px;
}
.entries-item-icon-fourth {
    width: 60px;
    height: 71px;
    background-position: -10px -313px;
}

/**通风柜栏目页**/
/* .swiper-slide {
	transition: transform 12s cubic-bezier(.23,1,.32,1);
    transform: scale(1);
}
.banner:hover .swiper-slide {
    transform: scale(1.1);
} */
.banner-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #000;
    background-color: #fff;
	height:500px;
}
.banner-box .bannerImg {
	height:500px;
    background-position: center 0;
    background-repeat: no-repeat;
    position: relative;
    transition: transform 12s cubic-bezier(.23,1,.32,1);
    transform: scale(1);
}
.banner-box:hover .bannerImg{transform:scale(1.1)}
.banner-box .leader {
	width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
}
.banner-box .leader  p {
    font-size: 20px;
}
.banner-box .leader  .leaderTitle {
	font-size: 60px;
    font-weight: 600;
    line-height: 80px;
}
.banner-box .con {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}
.banner-box .con:after {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
    width: 0;
}
.banner-box .bannerTitle {
    display: inline-block;
    width: 100%;
    padding-bottom: 55px;
    vertical-align: middle;
	text-align: center;
    color: #fff;
}
.bannerTitle ul {margin-top:50px;}
.bannerTitle .btn {
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
    margin: 0 10px;
}
.bannerTitle .qq {
    border: 1px solid #fff;
}
.bannerTitle .qq:hover {
    border: 1px solid red;
}
.bannerTitle .online {
	background:red;
}
.bannerTitle .online:hover {
	background:#b70707;
}
.current-nav-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 56px;
    z-index: 101;
    background: #4e4e4e\9;
    background: rgba(0,0,0,.7);
}
.current-nav {
	float:right;
}
.current-nav ul li {
    display: inline-block;
}
.current-nav ul li a {
    font-size: 16px;
    line-height: 56px;
    line-height: 55px\9;
    display: inline-block;
    padding: 0 20px;
    color: #a9a9a9;
}
.nav-fixed {
    position: fixed;
    top: 0;
}
.current-nav ul li.current a {
    font-weight: 700;
    color: #fff;
    background: #00a0e9;
}
.video-banner {
	position:relative;
	width:100%;
	height:100%;
}
.video-banner .video-text{
	color: #fff;
    min-height: 650px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    align-items: center;
}
.video-banner  .video-text .container{
	position: relative;
    flex-wrap: wrap;
    align-content: flex-start;
}
.video-banner .video-text h2{
	font-size: 58px;
    font-weight: 700;
    line-height: 72px;
}
.video-banner .video-text h2 span{
	padding-right: 5px;
    color: #009944;
}
.video-banner .video-text p {
	font-size:18px;
	line-height:30px;
}
.background-overlay {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
	background-color: transparent;
    background-image: linear-gradient(160deg, #112E5A 49%, #3C1B63 68%);
    opacity: 1;
    mix-blend-mode: multiply;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.video-banner .background-video {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr;
}
.background-video video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -o-object-fit: cover;
    object-fit: cover;
}
/**概述**/
.product_pic .hd {
	width: 100%;
    overflow: hidden;
	text-align: center;
    z-index: 3;
}
.product_pic .hd li {
	display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    background: #919191;
    margin-left: 4px;
    filter: alpha(opacity=80);
    opacity: .8;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
}
.product_pic .hd li.on {
    background: #00a0e9;
    filter: alpha(opacity=80);
    opacity: 0.8;
}
.panel1 .text h2 {
    font-size: 32px;
    line-height: 1.425;
    overflow: hidden;
    margin-top: -9px;
    margin-bottom: 20px;
    color: #333;
    text-align: left;
    padding-bottom: 0;
}
.panel1 .text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #666;
}
.panel1 .text .txtbox span {
    font-size: 16px;
    line-height: 1.375;
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding-left: 15px;
    color: #666;
}
.panel1 .text .txtbox span:after {
    position: absolute;
    top: 8px;
    left: 0;
    display: block;
    width: 6px;
    height: 6px;
    content: "";
    border-radius: 50%;
    background: #999;
}
.goods_list {
	margin-top:30px;
}
.goods_list ul li {
	width:20%;
	float:left;
	padding:0 15px;
	text-align:center;
}
.goods_list ul li img{
	width:100%;
}
/**特点**/
#tfg_feature  .row .item:not(:last-child):after {
    background: #00a0e9;
}
#tfg_feature  .item img {
	height:120px;
    width: auto;
}
.airpro-list li {
    float: left;
    _display: inline;
    width: 25%;
    text-align:center;
}
.airpro-list li .icon {
    background: url(airpro-icon.png) no-repeat center center;
    display: block;
    width: 67px;
    height: 67px;
    margin: 0 auto 10px;
}
.airpro-list li.item1 .icon {
    background-position: 0 0;
}
.airpro-list li.item2 .icon {
	background-position: -200px 0;
}
.airpro-list li.item3 .icon {
    background-position: -100px -100px;
}
.airpro-list li.item4 .icon {
	background-position: 0 -100px;
}
/**对比**/
#PKvs .defect_item h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
#PKvs .defect_item p {
	padding-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
}
#PKvs .right h3,#PKvs .right p{
	color:#009944;
}
.panel .picture img {
	width: 100%;
    display: block;
}
.panel2 .feature {
	text-align:center;
	overflow:hidden;
	clear:both;
}
.panel2 .feature ul li {
	width: 25%;
    float: left;
    padding: 5px;
}
.panel2 .feature ul li h3 {
	margin-top:0.52083vw;
}
.panel2 .feature ul li p {
	line-height:0.9375vw;
}
.panel2 .swiper .content {
    position:relative;
	overflow:hidden;
}
.panel2 .swiper-slide {
    opacity: 0;
    z-index: 2;
    transition: all 1s ease;
	clear:both;
	overflow:hidden;
	transform: translateY(10%);
}
.panel2 .slide2,.panel2 .slide3 {
    position: absolute;
    width: 100%;
	top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: all 1s ease;
}
.panel2 .swiper-slide .picture {
	width:60%;
    float:left;
}
.panel2 .swiper-slide .text {
	width:40%;
    padding: 20px;
    margin-top: 10%;
    float:left;
}
.panel2 .swiper-slide .text .tit {
    font-size: 1.666666vw;
    font-weight: 600;
	line-height:2.1875vw;
}
.panel2 .swiper-slide .picture img {
	width:100%;
}
.panel2 .swiper-slide .text ul li{
    display: inline-block;
    font-size: 1.041666vw;
    font-weight: 600;
    padding: 10px;
}
.panel2 .swiper-slide .text ul li em{
	font-style: normal;
    font-size: 0.72916vw;	
}
.panel2 .active {
    transform: translateY(0%);
    opacity: 1;
}
/**定制化**/
.mokuai .item {
	text-align: center;
    clear: both;
    overflow: hidden;
}
.mokuai .item h3 {
	margin-bottom:15px;
}
.mokuai .item dl  {
    width: 33.33333333%;
    float: left;
}
.mokuai .item dl img {
    margin-bottom: 10px;
}
.mokuai .item dl dt {
	font-size:16px;
	margin-bottom:5px;
}
/**安全保护**/
.safe .row .item {
	width:50%;
	float:left;
}
.safe .row ul {
    margin-bottom: 30px;
    text-align: center;
}
.safe .row ul li {
    float: left;
    padding: 0 20px;
    font-size: 16px;
    width: 20%;
}
.safe .row ul li .list-icon {
    width: 92px;
    height: 92px;
    display: block;
    margin: 0 auto;
    background: url(safeico.png) no-repeat 0 0;
}
.safe .row ul li .list-icon-02 {
    background-position: -92px 0;
}
.safe .row ul li .list-icon-03 {
    background-position: -184px 0;
}
.safe .row ul li .list-icon-04 {
    background-position: -276px 0;
}
.safe .row ul li .list-icon-05 {
    background-position: -368px 0;
}
.safe .row ul li strong {
    color: #00a0e9;
    padding: 25px 0 10px 0;
    display: block;
    font-size: 18px;
    margin: 0;
    font-weight: normal;
}
.safe .row ul li p {
	color: #666666;
    font-size: 14px;
    line-height: 16px;
}
.safe .row .item .table > tbody > tr > td{
	border-bottom: 1px solid #ddd;
}
.panel-tip {
    color: #7f8588;
    font-size: 14px;
	text-align:center;
    margin-top: 50px;
}
/**远程控制**/
.swiper {
	position:relative;
}
.panel4 .swiper .picture,.panel4 .swiper .text {
	width: 50%;
    float: left;
}
.panel4 .swiper .head ,.panel4 .head .subTit{
	text-align:left;
    margin-bottom: 1.04167vw;
}
.panel4 .swiper .text {
	padding: 1.45833vw;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.panel4 .swiper .desc {
	font-size: 1.25vw;
	line-height: 1.4;
	letter-spacing: calc(-0.037em + 0.526px);
	font-weight: 400;
}
.panel .img-items {
    width: 100%;
    display: block;
}
.app .text-content {
    left: 10%;
    top: 50%;
    width: 35%;
    min-width: 560px;
    margin: 0;
    position: absolute;
    z-index: 2;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.app .text-content .description {
    margin: 0;
    font-size: 16px;
    color: #212121;
    line-height: 26px;
    font-weight: normal;
    opacity: .7;
    filter: alpha(opacity=70)\9;
}
.app ul {
    margin-top: 30px;
    text-align: center;
}
.app .list-items {
	width:25%;
	float:left;
    padding: 0.2604vw;
}
@keyframes mycolor
{
0% {
	box-shadow:0 0 10px #ffde00;
}
50% {
	box-shadow:0 0 10px #FF0000;
}
100%{
	box-shadow:0 0 10px #ffde00;
	}
}
.app .list-items i {
	display:block;
	width:4.79167vw;
	height:4.79167vw;
	border-radius: 50%;
	animation:mycolor 3s ease infinite;
	margin:0 auto;
    background: url(panel4ICON.png) no-repeat 0 0;
    background-size: cover;
}
.app .list-items  strong {
    display: block;
    font-size: 0.83333vw;
    line-height: 1.4;
    padding: 0.625vw;
    margin: 0;
    font-weight: normal;
}
.app .list-items i.icon2 {
    background-position: 27% 0;
}
.app .list-items i.icon3 {
    background-position: 54% 0;
}
.app .list-items i.icon4 {
    background-position: 82% 0;
}
.app .list-items i.icon5 {
    background-position: 106% 0;
}
/**细节**/
.details .detail-box {
	overflow:hidden;
	clear:both;
	position:relative;
}
.detail-box.n1 .picture,.detail-box.n2 .text{
	width:50%;
	float:left;
	left:0;
}
.detail-box.n2 .picture,.detail-box.n1 .text{
	width:50%;
	float:right;
	right:0;
}
.detail-box .detail-txt {
	max-width:26.041667vw;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.detail-box.n1 .detail-txt {
	right:0;
}
.detail-box.n2 .detail-txt {
	left:0;
}
.detail-box .head {
	text-align:left;
}
.detail-box .desc {
    font-size: 1.25vw;
    line-height: 1.4;
}
/**服务**/
.service {
    background: #496578;
    color: #fff;
}
.service .head .desc {color:#fff;}
.service .row ul li {
	width:33.33333333%;
	float:left;
	padding:0 10px;
	text-align:center;
}
.service .row ul li img{
    height: auto;
	max-width:100%;
    display: block;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}
.service .row ul li :after {
    content: url(aero_right.png);
    position: absolute;
    right: 0;
    top: 35%;
}
.service .row ul li  p {
    width: 230px;
    margin: 0 auto;
    line-height: 20px;
}
/**应用**/
.use .use_item ul li {
	width:20%;
	float:left;
	text-align:center;
}
.use_item ul li i {
	display:block;
	width:96px;
	height:96px;
	margin:0 auto;
    background: url(use_icon.png) no-repeat 0 0;
}
.use_item ul li i.icon-02{
    background-position: -96px 0;
}
.use_item ul li i.icon-03{
    background-position: -192px 0;
}
.use_item ul li i.icon-04{
    background-position: -288px 0;
}
.use_item ul li i.icon-05{
    background-position: -384px 0;
}
.use_item ul li i.icon-06{
    background-position: 0px -96px;
}
.use_item ul li i.icon-07{
    background-position: -96px -96px;
}
.use_item ul li i.icon-08{
    background-position: -192px -96px;
}
.use_item ul li i.icon-09{
    background-position: -288px -96px;
}
.use_item ul li i.icon-10{
    background-position: -384px -96px;
}
.use_item ul li i.icon-11{
    background-position: 0 -192px;
}
.use_item ul li i.icon-12{
    background-position: -96px -192px;
}
.use_item ul li i.icon-13{
    background-position: -192px -192px;
}
.use_item ul li h5 {
	margin-bottom:20px;
}
.use p {
	margin-top:20px;
	text-align:center;
}
#toggle {
    color: #00a0e9;
    cursor: pointer;
    font-size: 16px;
}
/**过滤**/
/* .custom-made {
	text-align:center;
}
.custom-made ul li {
	width:25%;
	float:left;
	text-align:center;
}
.custom-made ul li i {
	display:block;
    width: 173px;
    height: 173px;
	margin:0 auto;
    background: url(custom-icon.png) no-repeat 0 0;
}
.custom-made ul li i.icon-02 {
    background-position: -168px 0;
}
.custom-made ul li i.icon-03 {
    background-position: -336px 0;
}
.custom-made ul li i.icon-04 {
    background-position: -504px 0;
}
.custom-made img {
	opacity:0.8;
	margin-top:20px;
}
.filter .item {
	width:50%;
	float:left;
    height: 600px;
    position: relative;
    overflow: hidden;
}
.filter .item_01 {
    background: url(filter-01.jpg) no-repeat center center;
}
.filter .item_02 {
    background: url(filter-02.jpg) no-repeat center center;
}
.filter .text-content {
    position: absolute;
    left: 50%;
    top: 5%;
    z-index: 2;
    width: 1240px;
    margin-left: -620px;
    text-align: center;
    color: #000;
}
.filter .text-content h2.title-h2 {
    height: 70px;
    line-height: 35px;
    font-size: 25px;
    margin-bottom: 20px;
}
.filter .text-content p.description {
    font-size: 14px;
    line-height: 24px;
    color: #b3b3b3;
} */
/**订购**/
.subscribe {
    background:url(background-subscribe.jpg) no-repeat top center;
	background-size:cover;
	background-attachment: fixed;
    text-align: center;
    color: #fff;
}
.subscribe .btn-apply {
	margin-top:30px;
}
.subscribe .btn {
    padding: 10px 50px;
    border-radius: 5px;
    background-color: #1f5dea;
    color: #fff;
}
.subscribe .btn:hover {
    background-color: #00a0e9;
}
/**商品列表**/
.param .structure {
	width:100%;
	text-align:center;
    padding: 1.5625vw;
}
.product_list ul li {
	width:33.33333%;
	float:left;
	padding:0 10px;
	text-align:center;
}
.product_list ul li a {
	display:block;
	background:#efefef;
	padding:20px;
    transition: all .3s ease;
}
.product_list ul li a:hover {
	background:#fff;
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
}
.product_list a img {
	height:400px;
}
.product_list a h5 {
	font-size: 20px;
    font-weight: 600;
	margin-bottom:15px;
}
.product_list a p {
	font-size: 16px;
}
/**药品柜**/
.panel1 .row dl {
	width:33.3333333%;
	float:left;
}
.panel1 .row dl img {
    float: left;
    width: 108px;
    margin-right: 5px;
}
.panel1 .row dl dt {
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.panel1 .row dl dd {
    font-size: 18px;
}
/* .panel .f40 {
	width:40%;
	position:relative;
}
.panel .f60 {
	width:60%;
	position:relative;
}
.panel .box {
	float:left;
} */
.panel .content p {
    margin-top: 1.041666vw;
    font-size: 0.9375vw;
    line-height: 1.5;
    color: #898989;
}
/* .panel2 .box ul li {
	width:50%;
}
.panel2 .box .item {
	width:168px;
	text-align:center;
	float: right;
} */
.use .use_box ul li {
	width:20%;
	float:left;
	text-align:center;
}
.use_box ul li i {
	display:block;
	width:125px;
	height:125px;
	margin:0 auto;
    background: url(icon_ypg.png) no-repeat 0 0;
}
.use_box ul li i.ico-02{
    background-position: -125px 0;
}
.use_box ul li i.ico-03{
    background-position: -250px 0;
}
.use_box ul li i.ico-04{
    background-position: -375px 0;
}
.use_box ul li i.ico-05{
    background-position: -500px 0;
}
.use_box ul li i.ico-06{
    background-position: 0px -125px;
}
.use_box ul li i.ico-07{
    background-position: -125px -125px;
}
.use_box ul li i.ico-08{
    background-position: -250px -125px;
}
.use_box ul li i.ico-09{
    background-position: -375px -125px;
}
.use_box ul li i.ico-10{
    background-position: -500px -125px;
}
.use_box ul li h5 {
	margin-bottom:20px;
}
/*********************************废气治理方案*******************************************/
.feiqi_items ul li {
	width: 25%;
    float: left;
    text-align: center;
    padding: 0 15px;
}
.goods_items .row .item {
	width:33.333333333%;
	padding:0 15px;
	float:left;
	text-align: center;
}
.goods_items .row .item .pic {
	overflow:hidden;
}
.goods_items .row .item img{
	width:80%;
	transition: transform 1s;
}
.goods_items .row a:hover img {
    transform: scale(1.2,1.2);
    transition: transform 1.5s linear 0;
}
/*********************************废水处理*******************************************/
.fscl .banner-box .bd ul li {
	box-sizing: content-box;
    display: block;
    height: 500px;
    background-position: center 0;
    background-repeat: no-repeat;
    position: relative;
}
.fscl .banner-box .hd {
	position:absolute;
	width:100%;
	bottom:10px;
	text-align:center;
}
.fscl .banner-box .hd ul li{
	text-indent:-999999px;
    display: inline-block;
    width: 20px;
    height: 8px;
	margin:5px;
    background: #fff;
	cursor: pointer;
}
.fscl .banner-box .hd ul li.on{
	background:#009944;
}
.section {
	padding:60px 0;
}
.fscl .head ,.gas .head{
	text-align:center;
    margin-bottom: 50px;
}
.fscl .head .title,.gas .head .title{
	font-weight: bold;
    font-size: 32px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: 40px;
}
.fscl .head p ,.gas .head p {
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 26px;
    padding-top: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
.ability .row li ,.fscl .products .row li,.gas .products .row li{
	width:25%;
	float:left;
	text-align:center;
	padding: 5px;
}
.words dt {
	font-weight: bold;
    font-size: 26px;
    color: #000;
    padding: 17px 0;
}
.words dd {
    line-height: 25px;
}
.ability {
	padding:30px 0;
}
.ability .icon {
	width: 90px;
    height: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 0 auto;
}
.ai-icon {
    background-image: url(ability01.jpg);
}
.remote-icon {
    background-image: url(ability02.jpg);
}
.apply-icon {
    background-image: url(ability03.jpg);
}
.safe-icon {
    background-image: url(ability04.jpg);
}
.products,.gas_service,.chemical_use {
	background-color:#f8f8f8;
}
.products .row li a {
	display:block;
	padding:15px 0;
	background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.products .row li  a:hover {
	-webkit-box-shadow: 0 13px 32px rgba(0, 0, 0, 0.1);
    box-shadow: 0 13px 32px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -3.5px, 0);
    transform: translate3d(0, -3.5px, 0);
    z-index: 2;
    background-color: #fff;
}
.products .row li h3 ,.chemical_use .row li h3{
    font-size: 16px;
    line-height: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.products .row li p {
    font-size: 10px;
    line-height: 16px;
    color: #666;
}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
#certify .swiper-container {
	padding-bottom: 60px;
}
#certify  .swiper-slide {
	height: auto;
	width: 350px;
}
#certify  .swiper-slide img{
	width:100%;
	display:block;
}
#certify  .swiper-slide p {
	line-height: 20px;
    padding-top: 0;
    text-align: center;
    color: #fff;
    margin: 0;
}
#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}
.fscl .ys {
    padding: 50px 0;
	background:#f9f9f9;
}
.fscl .ys_wrap {
	margin:0 -15px;
	overflow:hidden;
}
.fscl .ys .tab ul {
	overflow:hidden;
	background:#fff;
	margin-top:20px;
}
.fscl .ys .tab ul li{
	width:25%; 
	border-right:1px solid #eee;
	box-sizing:border-box;
	float:left;
	height:125px;
	overflow:hidden;
	cursor:pointer;
}
.fscl .ys .tab ul li:last-child {
	border:0;
}
.ys .tab ul  li em { 
	display: block;
    font-size: 50px;
    font-style: normal;
    font-weight: bold;
    color: #0ab85b;
    float: left;
    width: 35%;
    line-height: 125px;
    padding-right: 7px;
    text-align: right;
}
.ys .tab ul  li span { 
	display: block;
    width: 65%;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #242424;
    margin-top: 38px;
}
.ys .tab ul  li span i{
	display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    margin-top: 5px;
    text-transform: uppercase;
    color: #bcbcbc;
}
.ys .tab ul  li.on span i{ color:#fff; opacity:0.5;}
.ys .tab ul li.on { 
	background:#0ab85b;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;
	transition-property:background;
	-moz-transition-property: background; /* Firefox 4 */
	-webkit-transition-property:background; /* Safari 和 Chrome */
	-o-transition-property:background;
}
.ys .tab ul li.on em,.ys .tab ul li.on span {
	color:#fff;
}
.ys .ys_list {
	margin-top: 30px;
}
.ys .ys_list .item {
	width:100%;
	position:relative;
}
.ys_list .left {
	float:left;
	width:58%;
}
.ys_list .left img {
	width:100%;
}
.ys_list .right {
	float:right;
	width:42%;
	padding-left: 18px;
}
.ys_list .right h3 {
	margin: 0;
    margin-bottom: 33px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    font-size: 22px;
    font-weight: bold;
}
.ys_list .right .desc {
	height:168px;
	overflow:hidden;
}
.ys_list .right p{
	line-height:28px;
	color:#242424;
	position:relative;
	padding-left:15px;
}
.ys_list .right p:before{
	content:"";
	position:absolute;
	top:10px;
	left:0;
	width:6px;
	height:6px;
	background:#0ab85b;
}
.ys_list .right .box {
	clear: both;
    overflow: hidden;
    margin: 33px -5px 0 -5px;
}
.ys_list .right .box dl {
    width: 50%;
    float: left;
    padding: 0 5px;
    margin: 0;
}
.ys_list .right .box dl img {
	width:100%;
}
.ys_list .right .box h5 {
	margin: 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    background: #0ab85b;
}
.fscl .type {
	background-color: #f8f8f8;
}
.fscl .type .row li {
	width:33.333333333%;
	float:left;
	padding:10px;
}
.fscl .type .row .types {
	padding:15px;
    display: block;
    position: relative;
    top: 0;
    transition: all .2s linear;
    box-shadow: 0 2px 4px rgba(3,27,78,.06);
    border: 1px solid #E5E8ED;
    box-sizing: border-box;
    border-radius: 2px;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}
.fscl .type .row .types:hover {
	cursor:pointer;
    box-shadow: 0 4px 8px rgba(3,27,78,.12);
}
.type .types .icon{
    text-align: center;
    float: left;
    margin-right: 10px;
}
.type .types .icon img {
    width:100%;
}
.type .words p {
    line-height: 24px;
    font-size: 14px;
}
.service-area .row li {
    width: 33.333333%;
    min-height: 100px;
    float: left;
    margin-bottom: 20px;
}
.service-area .row li h3{
    margin-top:0;
    font-size: 18px;
    font-weight: 600;
}
.service-area .row .icon{
	width:20%;
	float:left;
}
.service-area .row .icon i {
	display:block;
	width:50px;
	height:50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}
.service-area .row .area01{
	background-image: url(fscl-area1.png);
}
.service-area .row .area02{
	background-image: url(fscl-area2.png);
}
.service-area .row .area03{
	background-image: url(fscl-area3.png);
}
.service-area .row .area04{
	background-image: url(fscl-area4.png);
}
.service-area .row .area05{
	background-image: url(fscl-area5.png);
}
.service-area .row .area06{
	background-image: url(fscl-area6.png);
}
.service-area .row .words{
	width:80%;
	float:left;
}
.waistband {
	width:100%;
	overflow:hidden;
}
.waistband .band {
	height:250px;
	background:url(fscl_waistband.jpg) no-repeat center 0;
}
.about-news .introduction {
	width:60%;
}
.about-news .news {
	width:40%;
}
.about-news .introduction,.about-news .news{
	padding:0 15px;
	float:left;
}
.about-news .title {
	height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}
.title h3 {
	float:left;
    margin: 0;
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
}
.title h3 em {
    font-family: Impact;
    margin-left: 8px;
    font-weight: normal;
    font-style: normal;
}
.title .more {
    float: right;
    line-height: 40px;
}
.about-news .intro img {
    float: left;
    margin-right: 15px;
	height: 210px;
}
.about-news .intro .intro-desc {
	padding-top: 10px;
}
.about-news .intro-desc p {
	font-size:12px;
    line-height: 26px;
	text-align: justify;
}
.news .news-list li {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #ccc;
	overflow: hidden;
}
.news .news-list li em {
	float:right;
	font-style:normal;
}

.processList ul.hd {
	border-bottom: #06b457 solid 2px;
    margin: 40px 0;
}
.processList ul.hd li {
	width:14.285714%;
	float:left;
	text-align:center;
	cursor:pointer;
    margin-bottom: -21px;
}
.processList ul.hd li p{
	font-size: 18px;
    font-weight: 600;
}
.processList ul.hd li span {
	display: block;
	background: url(../topic/cilun1.png) no-repeat;
    width: 42px;
    height: 42px;
    animation: cilun 10s linear infinite;
    margin: 20px auto 0;
}
@keyframes cilun {
  0% {
    /* transform: rotate(0deg); */
  }
  100% {
    transform: rotate(360deg);
  }
}
.processList ul.hd li.on {
    color: #06b457;
    font-size: 24px;
}
.processList ul.hd li.on .cilun {
    background: url(../topic/cilun2.png) no-repeat;
}
.processList .bd li .img {
    width:40%;
	
}
.processList .bd li .div {
    width:60%;
	padding-left: 5%;
}
.processList .bd li h5 {
	font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 20px;
}
.processList .bd li h5 span {
	display: inline-block;
    width: 35px;
    height: 35px;
    background: #009944;
    color: #fff;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    margin-right: 10px;
}
.processList .bd li .p {
	line-height: 28px;
    margin-bottom: 20px;
    overflow: hidden;
}
.processList .bd .call {
	background: #eeeeee;
    padding: 17px 27px;
}
.processList .bd .call p {
	font-size: 16px;
    line-height: 20px;
    margin-left: 10px;
	margin-bottom: 0;
    display: inline;
    color: #06b457;
}
.processList .bd .call a {
    float: right;
    width: 114px;
    height: 40px;
    line-height: 40px;
    background: #06b457;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
}
.ljzx{ position:relative;overflow: hidden;}
.ljzx:after, .ljzx:before {
    animation: ljzx 4s linear infinite;
    content: '';
    display: block;
    width: 10px;
    height: 200px;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    left: -300px;
    top: 50%;
}
.ljzx:before {
    margin-left: 100px;
}
@keyframes ljzx {
  0% {
    left: -300px;
  }
  25% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.clientList ul li {
	width:20%;
	float:left;
	padding:15px;
}
.clientList ul li img{
	width:100%;
}
.fscl .wenti {
	height: 1000px;
    background: url(https://img.alicdn.com/imgextra/i2/3171298375/O1CN01So13SU2BjngTW1Ysw_!!3171298375.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
}
.fscl .list .item {
    position: absolute;
	width: 208px;
}
.fscl .list .item.t1 {
    bottom: 263px;
}
.fscl .list .item.t2 {
    top: 400px;
    left: 490px;
}
.fscl .list .item.t3 {
    top: 210px;
    left: 870px;
}
.fscl .list .item.t4 {
    top: 394px;
    right: 462px;
}
.fscl .list .item.t5 {
	bottom: 243px;
    right: 397px;
}
.fscl .list .item h5 {
	font-size:28px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}
.fscl .list .item p {
    font-size: 18px;
    line-height: 22px;
}
.fscl .list .item h5 em {
	font-style:normal;
    font-size: 20px;
    color: #0aba58;
    float: left;
    margin-right: 4px;
}
/*****废气处理*****/
.gas section {
	padding:50px 0;
}
.gas .bannerImg {
	background-image:url(https://img.alicdn.com/imgextra/i2/3171298375/O1CN01cFn82M2BjnbXpG55p_!!3171298375.jpg);
}
.gas .ability li img {
	width:100px;
}
.gas .application .row {
    max-width: none;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.gas .application .row li {
	-webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
	padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
}
.gas .application .element {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
}
.gas .application .apply_element {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 360px;
    border-radius: 3px;
    background-size: cover;
    background-position: center center;
}
.gas .element:hover .apply_element_container {
    background-color: #00a6e2;
    border-top-left-radius: 3px; 
    border-top-right-radius: 3px; 
}
.gas .apply_element_container {
    width: 100%;
    background-color: #009944;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    transition: all .3s ease-in-out;
}
.gas .apply_element_container h3 {
    color: #fff;
    margin: 0;
    padding: 15px 0;
	text-align:center;
}
.gas .apply_element_content {
	color:#fff;
	font-size:16px;
	line-height:26px;
    max-height: 0;
    transition: all .5s ease-in-out;
    overflow: hidden;
    padding: 0 10px;
}
.gas .apply_element_content h4 {
    font-weight:500;
	line-height:22px;
}
.gas .element:hover .apply_element_content {
    max-height: 360px;
    padding: 10px;
}
.gas .field .row li img{
	width:100%;
	border-radius:6px;
}
.pb-20{
	padding-bottom:20px;
}
.mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); 
	opacity: 1; 
	transition: opacity 0.3s ease;
	border-radius:6px;
}
.gas .card {
	position:relative;
	cursor:pointer;
}
.gas .card:hover  .mask{
	opacity: 0;
}
.gas .card-body {
	color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 11;
    margin: 0;
    width: 100%;
    text-align: center;
    font-weight: 500;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out;
    line-height: 1;
    padding: 0 15px;
}
.gas .card-body .card-title{
	font-size:24px;
}
.gas .card-body .card-text{
	font-size:18px;
}
.gas .card-body .btn{
	opacity: 0;
	height: 0;
	transition: opacity 0.6s ease, height 0.6s ease;
}
.gas .card:hover .card-body .btn{
	opacity: 1;
	height: auto;
}
.gas_waistband {
	height:250px;
	background-image:url(gas_waistband.jpg);
}
.gas_service .row {
	background-color:#fff;
	border-radius:5px;
}
.gas_service .row .service_element{
	width:50%;
	float:left;
	padding: 20px;
}
.gas_service .service_element .intro {
    padding-right: 139px;
    position: relative;
    border-bottom: 1px solid #f5f5f5;
}
.gas_service .row .service_element:first-child{
	border-right:1px solid #f5f5f5;
}
.gas_service .service_element h3{
    font-weight: normal;
    line-height: 30px;
}
.gas_service .service_element p {
    color: #999;
    line-height: 24px;
}
.gas_service .service_element .intro i {
    float: right;
    width: 120px;
    height: 120px;
    top: -9px;
    right: 0;
    position: absolute;
    display: inline-block;
}
.gas_service .service_element i.hezou_icon {
	background:url(hezou.png) no-repeat 0;
    background-size: 100%;
}
.gas_service .service_element i.dizhi_icon {
	background:url(dizhi.png) no-repeat 0;
    background-size: 100%;
}
.gas_service .service_element ul {
	padding:15px 0;
    clear: both;
    overflow: hidden;
}
.gas_service .service_element ul.service_list li{
	line-height:26px;
	height:26px;
	color:#999;
}
.gas_service .service_good li{
	width:33.333333%;
	float:left;
}
.gas_service .service_good {
	border-bottom: 1px solid #f5f5f5;
}
.gas_service .service_good h4 i{
	display:inline-block;
    height: 26px;
    width: 26px;
    vertical-align: middle;
    margin-right: 10px;
	background:url(gas_service_icon.png) no-repeat 0;
}
.gas_service .service_good i.s_icon01 {
	background-position:0 0;
}
.gas_service .service_good i.s_icon02 {
	background-position:0 -26px;
}
.gas_service .service_good i.s_icon03 {
	background-position:0 -52px;
}
.gas_service .service_good i.s_icon04 {
	background-position:0 -79px;
}
.gas_service .service_good i.s_icon05 {
	background-position:0 -106px;
}
.gas_service .service_good i.s_icon06 {
	background-position:0 -135px;
}
/******************化学滤料*************************/
.chemical .bannerImg {
	background-image:url(chemical_banner.jpg);
}
.chemical_waistband {
	height:250px;
	background:url(chemical_waistband.jpg) no-repeat center;
}
.chemical .head p {
	width:80%;
	margin:0 auto;
	line-height:30px;
}
.chemical table {
	text-align:center;
}
.chemical table thead{
	background: #57a7cc;
    color: #fff;
}
.chemical table thead th{
	text-align:center;
}
.chemical_use .row li {
	width:50%;
	float:left;
	padding:20px;
	text-align:center;
}
.chemical_use .row li a {
	display:block;
	overflow:hidden;
	border:1px solid #eee;
	background-color:#fff;
}
.chemical_use .row li:hover a{
	display:block;
	border:1px solid #009944;
	transition:all 0.6s;
}
/* .chemical_class .row {
	padding:0 5rem;
}
.chemical_class .row .group {
    width: 100%;
    margin: 1.5em 0 0;
    border-top: solid 1px #edf1f2;
    letter-spacing: 0;
}
.chemical_class .group:after {
    content: "";
    display: table;
    clear: both;
}
.chemical_class .photo,.chemical_class .data {
    width: 45%;
    margin: 5% 2.5%;
    float: right;
}
.chemical_class .gp0 .photo {
    float: left;
}
.chemical_class .photo img {
    max-width:100%;
	height:auto;
}
.chemical_class .data p {
    line-height:24px;
	font-size:16px;
} */
.chemical_class .row li p {
    display: block;
    height: 63px;
    overflow: hidden;
	text-align: justify;
    text-align-last: justify;
}
.chemical_class .row li em {
    display: block;
    font-size: 10px;
    font-style: normal;
    text-align: left;
    color: red;
    height: 38px;
    overflow: hidden;
}