﻿@charset"utf-8";
h1,h2,h3,h4,
p,
label,
ul,
dl,dt,dd{
	margin-bottom: 0;
	margin-top: 0;
}
a:hover,a:focus,a:active{
	text-decoration: none;
}
@font-face{font-family:"BEBAS";src:url("../font/BEBAS.woff2") format("woff2"),url("../font/BEBAS.woff") format("woff"),url("../font/BEBAS.ttf") format("truetype"),url("../font/BEBAS.eot") format("embedded-opentype"),url("../font/BEBAS.svg") format("svg");}
li {
    list-style: none;
}
/*
		首页
*/
/*head_top*/
.header_nav .head_top{
	display:none;
	transition:all 0.3s linear;
	}
.header_nav .head_btm{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	transition:all 0.3s linear;
	z-index:9999;
	}
.header_nav .navTab{
		top:88px;
		}
.head_top{
	padding: 5px 0;
	background-color: #009b4c;
	overflow: hidden;
}
.head_btm{
	background-color:#fff;
	}
.head_top .top_lt{
	float: left;
	font-size: 14px;
	color: #fff;
	height: 22px;
	line-height: 22px;
}
.head_top .top_rt{
	float: right;
}
.head_top .top_shop,
.head_top .top_nav,
.head_top .top_shop li,
.head_top .top_nav li{
	float: left;
	height: 22px;
	line-height: 22px;
}
.head_top .top_shop li{
	margin-left: 25px;
}
.head_top .top_shop a{
	font-size: 14px;
	color: #fff;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.head_top .top_shop img{
	margin-right: 7px;
	margin-top: -2px;
}
.head_top .top_nav{
	margin-right: -20px;
}
.head_top .top_nav li{
	padding: 0 20px;
	position: relative;
}
.head_top .top_nav li:after{
	content: "";
	width: 1px;
	height: 12px;
	background-color: #bbbbbb;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.head_top .top_nav li:last-child:after{
	display: none;
}
.head_top .top_nav a{
	font-size: 14px;
	color: #717070;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.npgBox { background:#f7f7f7; padding:60px 0;}
.npgBox  .container{ background:#fff; padding:60px 60px;}
/*head_btm*/
.head_btm .container{
	position: relative;
}
.head_btm .logo{
	float: left;
	height: 88px;
	line-height: 88px;
	font-size: 0;
}
.head_btm .nav{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.head_btm .navli{
	float: left;
	padding: 0 22px;
}
.head_btm .navli a{
	float: left;
	height: 88px;
	line-height: 88px;
	font-size: 16px;
	color: #333333;
	position: relative;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.head_btm .navli a:after,
.head_btm .navli a:before{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #009b4c;
	position: absolute;
	bottom: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.head_btm .navli a:after{
	left: 0;
	width: 0;
}
.head_btm .navli a:before{
	right: 0;
	width: 0;
}
.head_btm .navli.active a{
	color: #009b4c;
	font-weight:bold;
}
.head_btm .navli.active a:after,
.head_btm .navli.active a:before{
	width: 100%;
}
.head_btm .search{
	float: right;
	height: 42px;
	border: solid 1px #ededed;
	border-radius: 5px;
	position: relative;
	margin-top: 23px;
}
.head_btm .sec_inp{
	height: 40px;
	font-size: 14px;
	padding: 0 20px;
	display: block;
	width: 268px;
}
.head_btm .sec_but{
	width: 48px;
	height: 40px;
	background: url(../images/head_search.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 0px;
}
.contact_gbook .center{
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.contact_gbook{
	margin:80px 0 120px;
	}
.contact_gbook li input {
	width:100%;
	padding-left:2%;
	background-color:#f0f0f0;
	border:none;
	margin-bottom:20px;
	line-height: 38px;
}
.contact_gbook li:nth-child(3) input{
	width:48%;
	float:left;
	}
.contact_gbook li:nth-child(4) input{
	width:48%;
	float:right;
	}
.contact_gbook li textarea {
	width:100%;
	padding-left:2%;
	background-color:#f0f0f0;
	border:none;
	line-height: 34px;
	height: 200px;
}
.contact_gbook .tijiao{
	border:none; padding:0; width:240px; margin:40px auto 0; display:block;
}
/*navTab*/
.navTab{
	position: absolute;
	top: 120px;
	left: 0;
	width: 100%;
	z-index: 8;
}
.navTab_li{
	background-color: rgba(255,255,255,.95);
	display: none;
}
.navTab_li .container{
	padding: 0 5.25%;
}
.navTab_Cl{
	position: relative;
}
.navTab_text,
.navTab_img{
	width: 37.5%;
	padding: 0 105px;
	/*position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);*/
	display: inline-block;
	vertical-align: middle;
}
.navTab_nav{
	width: 25%;
	margin: auto;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	padding: 30px 0;
	text-align: center;
	min-height: 360px;
	display: inline-block;
	vertical-align: middle;
}
.navTab_text{
	left: 0;
}
.navTab_text .tit{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 25px;
}
.navTab_text .txt{
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 45px;
	display: -webkit-box;-webkit-line-clamp: 4; -webkit-box-orient: vertical;overflow: hidden;
}
.navTab_nav li{
	padding: 0 15px;
}
.navTab_nav li a{
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.navTab_img{
	right: 0;
}
.navTab_img dl{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
.navTab_img dt img{
	width: 100%;
}
.navTab_img dd{
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	background-color: rgba(0,0,0,.3);
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.viweMore{
	display: block;
}
.viweMore .word{
	font-size: 16px;
	color: #009b4c;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.viweMore .ico{
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	border-radius: 100%;
	background-color: #009b4c;
	font-size: 0;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.3);
    transform: translateX(0);
    margin-top: -2px;
}
.viweMore .ico img{
	display: inline-block;
	vertical-align: middle;
}
@keyframes moveNextx{
	0% {
	    transform: translateX(5px);
	}
	100% {
	    transform: translateX(0);
	}
}
.idxTwo_Lt .text .two_img{
	margin-top:50px;
	}
.idxTwo_Lt .text .two_img li{
	width:calc(100%/5 - 16px);
	margin-right:20px;
	float:left;
	margin-bottom:20px;
	background-color:#f5f5f5;
	padding: 24px 10px 0;
	}
.idxTwo_Lt .text .two_img li:nth-child(5){
	margin-right:0;
	}
.idxTwo_Lt .text .two_img li:nth-child(10){
	margin-right:0;
	}
.idxTwo_Lt .text .two_img li:hover{
	background-color:#fff;
	box-shadow:0 0 10px #ccc;
	transition:all 0.3s linear;
	}
.idxTwo_Lt .text .two_img li:hover h2{
	color:#009b4c;
	transition:all 0.3s linear;
	}
.idxTwo_Lt .text .two_img li img{
	margin:0 auto;
	width:60px;
	display:block;
	}
.idxTwo_Lt .text .two_img li h2{
	text-align:center;
	font-size:16px;
	margin-top:20px;
	font-weight:bold;
	color:#333;
	}
.idxTwo_Lt .text .two_img li p{
	text-align:center;
	margin-top:10px;
	color:#666!important;
	font-size:14px!important;
	line-height:24px!important;
	height:72px;
	overflow:hidden;
	}
	
/*banner*/
.banDiv{
	position: relative;
	height:100%;
}
.ban_text{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.ban_text .tit,.ban_text .txt{
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	visibility: hidden;
	opacity: 0;
}
.swiper-slide-active .ban_text .xian{
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    visibility: visible;
    opacity: 1;
	}
.ban_text .tit{
	font-size: 58px;
	fo nt-weight:bold;
	color: #ffffff;
	margin-bottom: 50px;
	letter-spacing: 5px;
}
.ban_text .xian{
	background-color:#fff;
	height:4px;
	width:120px;
	margin:40px auto 0;
	-webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
    visibility: visible;
    opacity: 0;
	}
.ban_text .txt{
	width:70%;
	margin:0 auto;
	font-size: 16px;
	color: #ffffff;
	le tter-spacing: 3px;
}
.swiper-slide.active .ban_text .tit{
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}
.swiper-slide.active .ban_text .txt{
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.swiper-slide-active .ban_text .tit,
.swiper-slide-active .ban_text .txt{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
	visibility: visible;
	opacity: 1;
}
.swiper-slide-active .ban_text .txt{
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.banSwpBut{
	position: absolute;
	z-index: 2;
	left: 43%;
	bottom: 0;
}
.indban_down{
	width: 280px;
	height: 80px;
	float: left;
	text-align: center;
	line-height: 80px;
	backgr ound-color: #009b4c;
}
.indban_down img{
	margin-top: -15px;
	animation: moveNext .4s infinite alternate-reverse;
}
@keyframes moveNext{
	0% {
	    transform: translateY(0);
	}
	100% {
	    transform: translateY(15px);
	}
}
.indban_but{
	float: left;
	width: 395px;
	height: 80px;
	line-height: 80px;
	background-color: rgba(255,255,255,.9);
	text-align: center;
}
.indban_next,.indban_prev,.indban_pagination{
	display: inline-block;
	vertical-align: middle;
}
.indban_next,.indban_prev{
	cursor: pointer;
	position: relative;
	width: 50px;
}
.indban_next:before,.indban_prev:after{
	content: "";
	width: 15px;
	height: 2px;
	background-color: #303030;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.indban_next{
	text-align: left;
}
.indban_prev{
	text-align: right;
}
.indban_pagination{
	position: relative;
	bottom: 0;
	left: 0;
	width: auto;
	font-size: 18px;
	margin: 0 35px;
	font-style: italic;
}
.indban_pagination .swiper-pagination-current{
	font-size: 22px;
	color: #009b4c;
}
/*idxOne*/
.idxBox{
	padding: 60px 0;
}
.indTitle{
	position: relative;
}
.indTitle .title{
	float: left;
}
.indTitle .tit{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.indTitle .txt{
	font-size: 18px;
	color: #aaaaaa;
	text-transform: uppercase;
}
.indTitle .viweMore{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.idxOneSwiper{
	margin: 0 0 70px;
}
.idxOneSwiper .swiper-slide{
	width: 16.666%;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
}
.idxOneSwiper .ico{
	display: inline-block;
	font-size: 0;
	margin: auto;
	border: solid 2px #e4e4e4;
	border-radius: 100%;
	position: relative;
	z-index: 1;
}
.idxOneSwiper .ico:after,
.idxOneSwiper .ico:before{
	content: "";
	width: 180px;
	height: 2px;
	border-top: dashed 1px #e4e4e4;
	position: absolute;
	z-index: -1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.idxOneSwiper .swiper-slide:first-child .ico:after{
	display: none;
}
.idxOneSwiper .swiper-slide:last-child .ico:before{
	display: none;
}
.idxOneSwiper .ico:after{
	right: 100%;
}
.idxOneSwiper .ico:before{
	left: 100%;
}
.idxOneSwiper .ico img{
	-webkit-filter: grayscale(100);
	-moz-filter: grayscale(100);
	-ms-filter: grayscale(100);
	-o-filter: grayscale(100);
	filter: grayscale(100);
	opacity: .6;
}
.idxOneSwiper .txt{
	display: block;
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.idxOneSwiper .active .txt{
	color: #009b4c;
	font-weight: bold;
}
.idxOneSwiper .active .ico{
	border-color: #009b4c;
}
.idxOneSwiper .active .ico img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
.idxOtab_li{
	display: none;
}
.idxOtab_li.vis{
	display: block;
}
.idxOtab_dl{
	opacity: .08;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background:#fff;
}
.swiper-slide-prev .idxOtab_dl,
.swiper-slide-active .idxOtab_dl,
.swiper-slide-next .idxOtab_dl{
	opacity: 1;
}
.idxOtab_dl dt{
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.idxOtab_dl dt img{
	width: 100%;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxOtab_dl dd{
	font-size: 20px;
	color: #333333;
	padding:20px 50px;
}
.idxOtab_prev,
.idxOtab_next{
	position: absolute;
	z-index: 2;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #a2a2a1;
	border-radius: 100%;
	text-align: center;
	font-size: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}
.idxOtab_prev{
	left: 40px;
	left: 0px;
}
.idxOtab_next{
	right: 40px;
	right: 0px;
}
/*idxTwo*/
.idxTwo{
	background-color: #fff;
}
.idxTwo_col{
	padding-left: 0;
	padding-right: 0;
}
.idxTwo_col .img img{
	width: 100%;
}
.idxTwo_Lt{
	padding-right: 95px;
}
.idxTwo_Lt .text{
	font-size: 16px;
	color: #777;
	line-height: 30px;
	margin: 50px 0;
}
.idxTwo_Lt .counts{
	margin: 0 -65px;
}
.idxTwo_Lt .counts li{
	text-align: center;
	position: relative;
	float: left;
	padding: 0 50px;
}
.idxTwo_Lt .counts li:after{
	width: 1px;
	height: 95px;
	background-color: #eeeeee;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.idxTwo_Lt .counts li:last-child:after{
	display: none;
}
.idxTwo_Lt .counts li>div{
	text-align: left;
}
.idxTwo_Lt .counts .bigCount{
	font-size: 52px;
	color: #009b4c;
	font-family: "BEBAS";
	display: block;
	height: 72px;
	line-height: 72px;
	margin-bottom: 10px;
}
.idxTwo_Lt .bigCount .sml{
	font-size: 30px;
	font-family: "BEBAS";
}
.idxTwo_Lt .counts .cltxt{
	font-size: 16px;
	color: #666666;
}
/*idxThree*/
.idxThList{
	background-color: #f9f9f9;
	border-radius: 0 10px 10px 0;
}
.imgList{
	float: left;
	width: 39.6875%;
}
.imgList li{
	display: none;
	position: relative;
}
.imgList li.vis{
	display: block;
}
.imgList li .img{
	border-radius: 10px 0 0 10px;
	overflow: hidden;
	display: block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.imgList li img{
	/*max-width: 100%;*/
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.imgList li .moreBut{
	width: 136px;
	height: 46px;
	border-radius: 46px;
	display: block;
	background-color: #009b4c;
	font-size: 16px;
	color: #ffffff;
	line-height: 46px;
	text-align: center;
	position: absolute;
	left: 55px;
	bottom: -23px;
	box-shadow: 0px 10px 20px 0px rgba(0,0,0,.2);
	border: solid 1px #009b4c;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.idxnewList{
	width: 59.3125%;
	float: left;
	padding-left: 70px;
	padding-right: 60px;
}
.idxnewList li{
	padding: 35px 0;
	border-bottom: solid 1px #eeeeee;
	position: relative;
}
.idxnewList li:before{
	width: 140px;
	height: 2px;
	background-color: #009b4c;
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0;
	margin: auto;
	left: -140px;
	opacity: 0;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxnewList li a{
	display: block;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.idxnewList .data{
	width: 78px;
	border: solid 2px #e4e4e4;
	border-radius: 5px;
	text-align: center;
	padding: 9px 0;
	float: left;
}
.idxnewList .day{
	font-size: 40px;
	color: #828181;
	line-height: 40px;
}
.idxnewList .year{
	font-size: 14px;
	color: #828181;
}
.idxnewList .cont{
	width: 85%;
	float: right;
	padding-top: 15px;
}
.idxnewList .cont .tit{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.idxnewList .cont .txt{
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.idxnewList li .day,
.idxnewList li .year,
.idxnewList li .cont .tit,
.idxnewList li .data{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
/*idxFour*/
.idxFour{
	padding: 75px 0;
	background:url(../images/abbg.jpg) no-repeat ccenter center;
}
.idxFour li{
	width: 25%;
	float: left;
}
.idxFour li:nth-child(1){
	text-align: left;
}
.idxFour li:nth-child(2){
	text-align: center;
	padding-right: 50px;
}
.idxFour li:nth-child(3){
	text-align: center;
	padding-left: 50px;
}
.idxFour li:nth-child(4){
	text-align: right;
}
.idxFour li>div{
	display: block;
	text-align: center;
	max-width: 240px;
	margin:0 auto;
}
.idxFour li .ico{
	display: block;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.idxFour li .tit{
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}
.idxFour li .txt{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	margin-bottom: 25px;
}
.idxFour li .more{
	font-size: 14px;
	color: #ffffff;
    background: #009b4c;
    padding: 10px;
    border-radius: 50px;
}
.idxFour li .more img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
	margin-left: 3px;
}


.center{
	max-width:1520px;
	width:90%;
	margin:0 auto;
	}
.footer	.top{
	overflow:hidden;
	background-color: rgba(0, 139, 74, 1);
	padding:60px 0 50px;
	}
.footer	.top .left{
	float:left;
	overflow:hidden;
	width:25%;
	}
.footer	.top .left img{
	margin-bottom:30px;
	}
.footer	.top .left .txt p{
	font-size:14px;
	color:rgba(256,256,256,0.8);
	margin-bottom:20px;
    position: relative;
    padding-left: 25px;
	}
.footer	.top .left .txt p img{
    position: absolute;
    left: 0;
    top: 2px;
    margin-right: 15px;
}
.footer	.top .left .txt p a{
	font-size:14px;
	color:rgba(256,256,256,0.8);
	}
.footer	.top .left .txt p a:hover{
	color:rgba(256,256,256,1);
	transition: all 0.4s linear;
	}
.footer	.top .cen{
	float:left;
	overflow:hidden;
	width:50%;
	margin-left:5%;
	}
.footer .cen .list{
    float: left;
    width: calc(100%/4);
	text-align:center;
}
.footer .cen .list h2{
	font-size:18px;
	font-weight:normal;
	color:#fff;
	border-bottom:1px solid #fff;
	padding-bottom:10px;
	margin-bottom:20px;
	display: inline-block;
	}
.footer .cen .list ul li{
	margin-bottom:20px;
	}
.footer .cen .list ul a{
	font-size:15px;
	color:rgba(256,256,256,0.8);
	}		
	
.footer	.top .right{
	float:right;
	width:116px;
	}
.footer	.top .right h1{
	color:#fff;
	font-size:24px;
	}	
.footer	.top .right span{
	color:#fff;
	font-size:14px;
	display:block;
	margin:5px 0 20px;
	}	
.footer	.top .right p{
	color:#fff;
	font-size:14px;
	line-height:26px;
	}
	
.footer	.bot{
	border-top:1px solid #049c55;
	height:40px;
	background-color:#008b4a;
	}
.footer	.bot p{
	margin:0 auto;
	max-width:90%;
	text-align:center;
	font-size:14px;
	line-height:40px;
	color:#fff;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	}
.footer	.bot p a{
	font-size:14px;
	line-height:40px;
	color:#fff;
	}
.footer	.bot p a:hover{
	opacity:1;
	transition: all 0.4s linear;
	}

@media (max-width: 996px){
.footer	.top{
	display:none;
	}
}/*
*/
.npgBanner{
	position: relative;    
	margin-top: 120px;
}
.npgBanner .img img{
	width: 100%;
}
.npgBanner .npgBan{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}
.npgBan_tit{
	text-align: center;
	font-size: 48px;
	color: #ffffff;
	fo nt-weight: bold;
	letter-spacing: 5px;
	text-shadow: 0px 5px 10px rgba(0,0,0,.3);
}
.smlNav{
	margin-top: 0;
	text-align: center;
	display: table;
	width: 100%;
	position: relative;
	z-index: 3;
	ma rgin-bottom: 80px;
}
.smlNav .smlNavSwp{
	position:absolute;
	right:0;
	width: auto;
	max-width: 100%;
	display: table;
	padding-bottom: 15px;
}
.smlNav li{
	display: inline-block;
	vertical-align: top;
	wid th: 116px;
	height: 60px;
	line-height: 60px;
	bac kground: #fff;
	bo rder-radius: 5px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.smlNav li a{
	display: block;
}
.smlNav li .ico{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-right: 10px;
	font-size: 0;
	line-height: 0;
}
.smlNav .ico img:nth-child(2){
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.smlNav li span{
	font-size: 16px;
	padding:0 10px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.smlNav li a:hover{
	background: #009b4c;
	background-size: cover;
}
.smlNav li.active span{
	color: #000;
}
.smlNav li.active img{
	visibility: hidden;
	opacity: 0;
}
.smlNav li.active img:nth-child(2){
	visibility: visible;
	opacity: 1;
}
/*jiesTwo*/
.jiesTwo{
	background: #f9f7f7 url(../images/jiestwo_ico.jpg) no-repeat top left 11.71875%;
}
.jiesTwo .container{
	position: relative;
}
.jiesTwo_title .tit{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 10px;
}
.jiesTwo_title .txt{
	font-size: 18px;
	color: #888888;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.jiesTwo_Lt{
	width: 25%;
	float: left;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.jiesTwo_Rt{
	width: 75%;
	float: right;
}
.jiesTrt_count li{
	float: left;
	width: 33.333%;
	text-align: center;
	border-left: solid 1px #eeeeee;
	padding: 90px 0;
}
.jiesTrt_count li>div{
	display: inline-block;
	text-align: left;
}
.jiesTrt_count .bigCounts{
	display: inline-block;
}
.jiesTrt_count .bigCounts span{
	display: inline-block;
}
.jiesTrt_count .xiangq{
	font-size: 16px;
	color: #666666;
	display: block;
}
.jiesTrt_count .bigCounts .count{
	font-size: 72px;
	color: #009b4c;
	font-family: "BEBAS";
	position: relative;
	z-index: 1;
}
.jiesTrt_count .bigCounts .count i{
	position: absolute;
	right: -26px;
	bottom: -10px;
	z-index: -1;
}
.jiesTrt_count .bigCounts .sml{
	font-size: 30px;
	color: #009b4c;
}
/*jiesThree*/
.jiesThree_title{
	text-align: center;
}
.jiesThree_title ul{
	display: table;
	width: 100%;
	margin-bottom:40px;
}
.jiesThree_title .tit{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 25px;
}
.jiesThree_title .txt{
	font-size: 16px;
	color: #333333;
}
.jiesThlc .container{
	position: relative;
}
.jiesThSwiper{
	width: 84.875%;
	margin: auto;
	margin-top: 75px;
}
.jiesThDl{
	text-align: center;
}
.jiesThDl dt{
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 45px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.jiesThDl dt img{
	width: 100%;
	-webkit-filter: grayscale(100);
	-moz-filter: grayscale(100);
	filter: grayscale(100);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.jiesThDl dd{
	margin-top: 39px;
}
.jiesThDl dd .data{
	font-size: 36px;
	color: #363636;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.jiesThDl dd{
	padding-bottom: 22px;
}
.jiesThDl dd .txt{
	font-size: 16px;
	color: #656565;
	height: 64px;
	word-wrap:break-word
}
.jiesThDl .ico{
	width: 19px;
	height: 19px;
	border: solid 5px #009b4c;
	background-color: #fff;
	border-radius: 100%;
	display: block;
	margin: auto;
}
.jiesTh_prev,.jiesTh_next{
	position: absolute;
	z-index: 3;
	bottom: 164px;
	-webkit-filter: grayscale(100);
	-moz-filter: grayscale(100);
	-ms-filter: grayscale(100);
	-o-filter: grayscale(100);
	filter: grayscale(100);
	opacity: 0.3;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
}
.jiesTh_prev{
	left: 0;
}
.jiesTh_next{
	right: 0;
}
.jiesThlc{
	position: relative;
}
.jiesThlc:after{
	content: '';
	width: 100%;
	height: 2px;
	background-color: #e8e8e8;
	position: absolute;
	z-index: -1;
	bottom: 185px !important;
}
.jiesOne .idxTwo_Lt .text{
	margin-bottom: 0;
}
.jiesOne{
	padding-bottom: 100px;
}
/*
		02 - 关于爱其家-集团介绍
*/
.jituanOtxt .txt{
	font-size: 16px;
	color: #333333;
	line-height: 34px;
}
.jituanOtxt img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.jituanOne{
	padding-bottom: 50px;
}
/*
		03 - 关于爱其家-组织架构
*/
/*jiagouOne*/
.pc{
	display: block;
}
.mbl{
	display: none;
}
.jiagouOne{
	padding-bottom: 110px;
}
.jiagouOne img{
	max-width: 100%;
	display: block;
	margin: auto;
}
/*
		04 - C1产品中心-列表
*/
/*proNav*/
.proNav{
	margin-bottom: 50px;
}
.proNavSwp{
	position: relative;
	z-index: 2;
	margin-top: -85px;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
	background-color: #fff
}
.proNav_ul{
	padding: 25px 0;
	display:flex;
    justify-content:center;
    align-items:center;
}
.proNav_ul li{
	float: left;
	width: 16.666%;
	text-align: center;
}
.proNav_ul li a{
	display: block;
}
.proNav_ul li .ico{
	width: 75px;
	height: 75px;
	display: block;
	margin: auto;
	border-radius: 100%;
	border: solid 2px #e4e4e4;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.proNav_ul li.active .ico{
	border-color: #009b4c;
}
.proNav_ul li.active .ico img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
.proNav_ul li .ico img{
	width: 100%;
	-webkit-filter: grayscale(100);
	-moz-filter: grayscale(100);
	-ms-filter: grayscale(100);
	-o-filter: grayscale(100);
	filter: grayscale(100);
	opacity: 0.6;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.proNav_ul .tit{
	font-size: 20px;
	color: #333333;
	margin-top: 15px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.proNav_ul li.active .tit{
	color: #009b4c;
}
.jiesThree{
	padding: 75px 0 100px;
}
.jiesThree_title li{
	display: inline-block;
	padding: 0 25px;
	position: relative;
}
.jiesThree_title li:after{
	content: "";
	width: 1px;
	height: 16px;
	background-color: #999999;
	position: absolute;
	right: 0;
	top: 0px;
	bottom: 0;
	margin: auto;
}
.jiesThree_title li:last-child:after{
	display: none;
}
.jiesThree_title li a{
	font-size: 18px;
	color: #666666;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.proList_cl{
	margin-bottom: 40px;
}
.proList_dl{
	float: left;
	padding: 0 11px;
	width: 33.333%;
	margin-bottom: 25px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.proList_dl a{
	display: block;
	position: relative;
	bor der-radius: 10px;
	overflow: hidden;    
	background-color: #5395df;
}
.pro .top{
	overflow:hidden;
	margin-bottom:50px;
	}
.pro .left{
	float:left;
	width:50%;
	}
.pro .right{
	margin-top:50px;
	float:right;
	margin-left:5%;
	width:45%;
	}
	
	.mk .left{
	float:left;
	width:42%;
	}
.mk .right{
	margin-top:10px;
	float:right;
	width:54%;
	}
.pro .right h1{
	font-size:40px;
	color:#333;
	margin-bottom:10px;
	font-weight:bold;
	}
.pro .right span{
	font-size:16px;
	color:#999;
	}
.pro .right .p{
	font-size:18px;
	line-height:36px;
	color:#666;
	margin-top:30px;
	margin-bottom:30px;
	}
.pro .right .p p,.pro .right .p span{
	fon t-size:16px;
	li ne-height:24px;
	color:#666;
	}	
.pro .right .pro_more{
	overflow:hidden;
	margin-top:50px;
	}
.pro .right .pro_more a{
	float:left;
	width:160px;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#fff;
	text-align:center;
	display:block;
	margin-right:20px;
	background-color:#009b4c;
	}
.pro .bot h1{
	font-size:26px;
	margin-bottom:30px;
	color:#333;
	font-weight:bold;
	}
.pro .bot .p{
	col or:#666;
	width:100%;
	margin-top:10px;
	margin-bottom:80px;
	border-top:1px solid #ccc;
	padding-top:20px;
	}
.pro .bot .p p,.pro .bot .p span{
	}
.pro .pro_tui{
	margin:80px 0;
	}
.pro .pro_tui h1{
	font-size:22px;
	color:#333;
	font-weight:bold;
	}
.pro .pro_tui .list{
	border-top:1px solid #ccc;
	padding-top:40px;
	margin-top:10px;
	padding-bottom:2px;
	overflow:hidden;
	}
.pro .pro_tui .list li{
	width:calc(100%/4 - 17px);
	margin-right:20px;
	background-color:#fff;
	float:left;
	border:1px solid #eee;
	}
.pro .pro_tui .list li:nth-child(4){
	margin-right:0;
	}
.pro .pro_tui .list li .txt{
	background-color:#fff;
	padding:20px;
	he ight:122px;
	}
.pro .pro_tui .list li:hover{
	border:1px solid #009b4c;
	transition:all 0.3s linear;
	}
.pro .pro_tui .list li:hover .txt{
	background-color:#009b4c;
	transition:all 0.3s linear;
	}
.pro .pro_tui .list li .txt h1{
	font-size:16px;
	font-weight:normal;
	color:#666;
	white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
	}
.pro .pro_tui .list li .txt p{
	margin-top:20px;
	line-height:24px;
	font-size:14px;
	color:#999;
	display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;
	}
.pro .pro_tui .list li:hover .txt h1{
	color:#fff;
	transition:all 0.3s linear;
	}
.pro .pro_tui .list li:hover .txt p{
	color:#fff;
	transition:all 0.3s linear;
	}	
		
.dl_25{
	width: 25%;
}
.dl_25 dd{
	height:60px!important;
	}
.proList_dl dt img{
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.proList_dl dd{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 96px;
	background-color: rgba(0,0,0,0);
	padding: 0 15px;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proList_dl .tit,
.proList_dl .txt{
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.proList_dl .tit{
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
}
.proList_dl .txt{
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
/*
		分页样式
*/
.pagination{
	text-align: center;
	display: table;
	width: 100%;
}
.pagination li{
	float: none;
	display: inline-block;
	padding: 0 10px;
	overflow:hidden;
}
.pagination li img{
	margin-top: -4px;
}

.pagination li.disabled a{
	opacity: .5;
}
.pagination li.active a{
	background-color: #009b4c;
	border-color: #009b4c;
}
/*
	05 - C2产品中心-内页
*/
.proTxtO_lt{
	padding-left: 0;
	padding-right: 20px;
}
.proTxtO_lt .img img{
	width: 100%;
	border-radius: 10px;
}
.proTxtO_rt{
	padding-left: 40px;
	padding-right: 0;
}
.proTxtO_rt .title{
	border-bottom: solid 1px #eeeeee;
	position: relative;
	padding-bottom: 35px;
}
.proTxtO_rt .title .tit{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}
.dqAddress{
	position: absolute;
	right: 0;
	bottom: 35px;
}
.proTxtO_rt .title .txt,.proTxtO_rt .title a,
.proTxtO_rt .title .jian{
	float: left;
	font-size: 14px;
	color: #666666;
}
.proTxtO_rt .title .jian{
	font-weight: bold;
	font-family: "宋体";
	margin: 0 3px;
}
.proTxtO_rt .list{
	padding: 30px 0;
}
.proTxtO_rt .list li{
	font-size: 16px;
	color: #333333;
	line-height: 38px;
	padding-left: 28px;
	position: relative;
}
.proTxtO_rt .list li:after{
	content: "";
	width: 12px;
	background-color: #009b4c;
	height: 2px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0;
	margin: auto;
}
.proTxtO_rt .text{
	font-size: 16px;
	color: #333333;
	line-height: 38px;
}
.proTxtO_rt .but{
	margin-top: 50px;
}
.zixun,.goumai{
	width: 168px;
	height: 56px;
	text-align: center;
	line-height: 52px;
	border: solid 2px #009b4c;
	float: left;
	border-radius: 56px;
	font-size: 18px;
}
.zixun{
	background-color: #009b4c;
	color: #fff !important;
	margin-right: 40px;
}
.goumai{
	background-color: #fff;
	color: #009b4c;
}
.zixun img,.goumai img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}
.proTxtOne{
	margin-bottom: 85px;
	padding-top: 30px;
}
/*proTxtTwo*/
.proTxtTwo{
	border-bottom: solid 1px #eeeeee;
	padding-bottom: 55px;
	margin-bottom: 40px;
}
.proTxtTwo .text{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}
.proTxtTwo .text img{
	max-width: 100%;
}
/*proTxtReturn*/
.proTxtReturn{
	margin-bottom: 35px;
}
.proTxtReturn .container{
	position: relative;
}
.proTxtReturn .RetLeft,
.proTxtReturn .RetRight{
	width: 50px;
	height: 50px;
	border: solid 2px #ededed;
	border-radius: 100%;
	text-align: center;
	line-height: 46px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.proTxtReturn .RetLeft{
	float: left;
}
.proTxtReturn .return{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 140px;
	height: 50px;
	border: solid 2px #ededed;
	border-radius: 50px;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #333333;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.proTxtReturn .RetRight{
	float: right;
}
/*
		06 -
*/
.newList{
	border-top: solid 2px #009b4c;
	margin-top: 30px;
	margin-bottom: 60px;
}
.newList_li{
	border-bottom: solid 1px #eeeeee;
	padding: 30px 0;
}
.newList_li .data{
	float: left;
	width: 12.5%;
}
.datadiv{
	width: 100px;
	max-width: 100%;
	border: solid 2px #e4e4e4;
	border-radius: 5px;
	padding: 15px 0;
	text-align: center;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.datadiv .day{
	font-size: 46px;
	color: #828181;
	font-weight: bold;
	line-height: 36px;
	margin-bottom: 5px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.datadiv .year{
	font-size: 16px;
	color: #828181;
	line-height: 23px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.newList_dl{
	float: right;
	width: 87.5%;
}
.newList_dl dd{
	width: 57.85%;
	float: left;
}
.newList_dl dd .tit{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 25px;
}
.newList_dl dd .txt{
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	margin-bottom: 40px;
	display: -webkit-box;-webkit-line-clamp: 2; -webkit-box-orient: vertical;overflow: hidden;
}
.newList_dl dt{
	float: right;
	width: 336px;
	overflow: hidden;
	border-radius: 10px;
}
.newList_dl dt img{
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
/*
		07 -
*/
.newTxtdiv{
	ma x-width: 1000px;
	width: 100%;
	margin: auto;
}
.newTxtOne{
	margin-bottom: 40px;
}
.newTxtOne .newTxtdiv{
	padding-bottom: 50px;
	border-bottom: solid 1px #eee;
}
.newTxtTitle{
	text-align: center;
	padding-bottom: 25px;
	border-bottom: solid 1px #eeeeee;
}
.newTxtTitle .tit{
	font-size: 26px;
	color: #333333;
	margin-bottom:10px;
}
.newTxtTitle>span{
	font-size:14px;
	color:#999;
	}
.newTxtTitle .biaoqian{
	display: table;
	width: 100%;
	margin-top: 15px;
}
.newTxtTitle .biaoqian li{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999999;
	margin: 0 15px;
}
.newTxtTitle .biaoqian li a{
	font-size: 16px;
	color: #999999;
}
.newTxtTitle .biaoqian li img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 10px;
}
.newTxtdiv .text{
	padding-top: 40px;
	font-size: 16px;
	color: #333333;
	line-height: 34px;
}
.newTxtdiv .text img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.tact_Div{
	position: relative;
}
.tactTxt{
	position: absolute;
	top: 20%;
	left: 4%;

	background-color: rgba(0,155,76,.8);
	width: 40%;
	padding: 55px 80px;
	border-radius: 10px;
	z-index:999999999999999;
}
.tactTxt .tit{
	font-size: 28px;
	color: #fff;
	margin-bottom: 35px;
}
.tactImg{
	float: right;
	border-radius: 10px;
	overflow: hidden;
}
.tactImg img{
	width: 100%;
}
.tact_list{
	position: relative;
}
.tact_list:after{
	content: "";
	background-color: #e3e3e3;
	width: 1px;
	height: 90%;
	position: absolute;
	z-index: -1;
	left: 17px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.tact_list li{
	padding: 10px 0;
}
.tact_list .icon{
	width: 35px;
	border: solid 1px #ededed;
	border-radius: 100%;
	background-color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	margin-right: 10px;
}
.tact_list .adresLab{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.tact_list .txt{
	font-size: 16px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	max-width: 75%;
}
.tact_list li:nth-child(1) .txt{
	vertical-align: top;
	margin-top: 5px;
}
.tactTxt .tact_list{
	fl oat: left;
	wi dth: 355px;
}
.tactTxt .tact_ewm{
	float: right;
	text-align: center;
	padding-top: 20px;
}
.tact_ewm span{
	display: block;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}
.tactMap{
	margin-top: 75px;
}
/*
		09 - 经销商区
*/

/*
		09 - 经销商区
*/

#container{
	width:100%;
	height:600px;
}
.tactOne .container{
	position: relative;
}
.tactOne .indTitle{
	position: absolute;
	top: 0;
	left: 0;
}
.jxsqTitle{
	text-align: center;
}
.jxsqTitle .title{
	float: none;
	margin: auto;
}
.pdfDloadLi{
	padding: 20px;
	width: 50%;
	float: left;
}
.pdfDloadiv{
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.2);
	padding: 35px 0;
	position: relative;
}
.pdfDloadiv:before{
	width: 2px;
	background-color: #cccccc;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pdfDloadiv .icon{
	width: 17.948%;
	float: left;
	text-align: center;
	margin-top: 20px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pdfDloadiv .text{
	float: left;
	border-left: solid 1px #eeeeee;
	padding: 10px 40px;
	width: 82.05%;
	background: url(../images/ico_download.png) no-repeat center right 40px;
	padding-right: 85px;
}
.pdfDloadiv .tit{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pdfDloadiv .time{
	font-size: 16px;
	color: #666666;
}
.pdfDloadList{
	margin: 20px -15px 40px;

}
/*
		12 - 保养常识
*/
.changshi_dl{
	position: relative;
}
.changshi_dl .img{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: solid 2px #ededed;
	border-radius: 100%;
	text-align: center;
}
.changshi_li{
	padding: 50px 0;
}
.changshi_dl .img img{
	max-width: 100%;
	width: auto;
}
.changshi_dl dd .tit{
	margin-bottom: 15px;
}
.changshi_dl dd .txt{
	line-height: 30px;
	margin-bottom: 0 !important;
}
.changshi_dl dd{
	width: 75% !important;
}
.changshi_dl dt{
	margin-top: 0 !important;
}
/*
		14 - 工程案例
*/
.caseOne{
	overflow: hidden;
}
.caseSwpr{
	overflow: visible;
	margin-bottom: 60px;
}
.swiper-scrollbar{
	width: 100%;
	background-color: #999;
	height: 9px;
	margin: 3px 0;
	border-radius: 0;
}
.swiper-scrollbar-drag{
	height: 15px;
	top: -3px;
	background: #009b4c url(../images/scoll_ico.png) no-repeat center center;
	border-radius: 0;
	cursor: pointer;
}
.caseList{
	margin-top: 65px;
	padding-bottom: 80px;
}
.caseCl{
	margin: -7px;
}
.caseCol{
	padding: 7px;
}
.caseDl{
	position: relative;
	overflow: hidden;
	border-radius: 5px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.caseDl dt img{
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.caseDl dd{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0,0,0,0);
	height: 70px;
	padding: 0 15px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.caseDl dd .tit{
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px);
}
/*
		13 - 合作伙伴
*/
.workLi{
	padding: 0;
	background-color: #fff;
	text-align: center;
	height: 156px;
}
.workLi .img{
	/*-webkit-filter: grayscale(100);
	-moz-filter: grayscale(100);
	-ms-filter: grayscale(100);
	-o-filter: grayscale(100);
	filter: grayscale(100);*/
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	/*opacity: .5;*/
}
.workLi .img img{
	max-width: 100%;
}
.workLi .tit{
	font-size: 16px;
	color: #009b4c;
	margin-top: -20px;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
/*
		我要咨询
*/
body{
	position: relative;
}
.tanBg{
	position: absolute;
	z-index: 8;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	visibility: hidden;
	opacity: 0;
}
.tanBox{
	position: fixed;
	z-index: 9;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 588px;
	max-width: 90%;
	visibility: hidden;
	opacity: 0;
}
.tanBox.vis,
.tanBg.vis{
	visibility: visible;
	opacity: 1;
}
.tanDiv{
	overflow: hidden;
	border-radius: 5px;
}
.tanHead{
	background-color: #009b4c;
	text-align: center;
	padding: 25px 15px;
}
.tanHead .tit{
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 10px;
}
.tanHead .txt{
	font-size: 16px;
	color: #ffffff;
}
.tanBody{
	background-color: #fff;
}
.tanFm{
	padding: 30px 0;
	width: 68.027%;
	margin: auto;
}
.tanFm_div{
	border: solid 1px #e4e4e4;
	padding: 0 25px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
}
.tanFm_div:after{
	content: "";
	display: block;
	clear: both;
}
.tanFm_div .lab,
.tanFm_div .inp{
	height: 42px;
	font-size: 16px;
	float: left;
}
.tanFm_div .lab{
	line-height: 40px;
	width: 70px;
	font-weight: 400;
}
.tanFm_div .inp{
	width: 75%;
	display: inline-block;
}
.inp_rd{
	width: 18px;
	height: 18px;
	border: solid 2px #dbdbdb;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px !important;
	margin-right: 8px !important;
}
.tanRd_ul li.active .inp_rd{
	border: solid 4px #009b4c;
}
.tanRd_div{
	margin-bottom: 20px;
}
.tanRd_div li{
	float: left;
	height: 18px;
	line-height: 18px;
	margin-right: 20px;
}
.tanRd_lab{
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	float: left;
	height: 18px;
	line-height: 18px;
	margin-right: 15px;
}
.tanRd_ul{
	float: left;
}
.txtArea{
	width: 100%;
	height: 80px;
	padding: 10px 0;
	font-size: 16px;
}
.tanFm_tanz{
	position: relative;
}
.tanFm_tanz .but{
	position: absolute;
	right: 0;
	top: 0;
}
.tanFm_but .but{
	width: 100%;
	height: 50px;
	border-radius: 50px;
	background-color: #009b4c;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	margin-top: 10px;
}
.tan_x{
	position: absolute;
	z-index: 1;
	top: -60px;
	left: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
/*
		登录
*/
.loginFm_div .inp{
	width: 100%;
}
.loginFm_but .but{
	margin-top: 30px;
}
.caseTxtOne{
	margin-top: -50px;
}
.ban_img img{
	width: 100%;
}
.mblDiv{
	display: none;
	float: right;
}
.mbl_tel{
	height: 75px;
	line-height: 75px;
	font-size: 24px;
	color: #717070;
	float: left;
	margin-right: 50px;
}
.navToggle{
	margin-top: 20px;
}
.navli_ul{
	display: none;
}
.mblNav .top_nav,.mblNav .top_shop{
	display: none;
}
.mblNav .top_nav,{
	display: none;
}
.mapOne .jxsqTitle{
	text-align: center;
}
.textbox{
	position: relative;
	margin-top: 90px;
	margin-bottom: 80px;
}
.maptxt{
	width: 30%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
	background-color: #fff;
	border-radius: 10px;
	position: absolute;
	right: 10.625%;
	top: 0;
	height: 600px;
	overflow-x: hidden;
}
.maptxt::-webkit-scrollbar{
	width: 5px;
	background-color: #f6f6f6;
}
.maptxt::-webkit-scrollbar-thumb{
	background-color: #009b4c;
}
.maptxt .maptit{
	padding: 0 45px;
	border-bottom: solid 1px #eeeeee;
}
.maptxt .maptit h2{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	height: 76px;
	line-height: 76px;
}
.maptxtul li{
	padding: 0 45px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: relative;
}
.maptxtul li:after{
	content: "";
	width: 2px;
	height: 100%;
	background-color: #009b4c;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.maptxtul .maptxtDiv{
	padding: 40px 0;
	border-bottom: solid 1px #eeeeee;
}
.maptxtul .smltit{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}
.maptxtel,.maptxtadrs{
	font-size: 16px;
	color: #666666;
	line-height: 22px;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.maptxtel{
	background: url(../images/footico_tel.png) no-repeat center left;
}
.maptxtadrs{
	background: url(../images/footico_adrs.png) no-repeat center left;
}
#main{
	width: 735px;
	height: 600px;
	margin-left: 70px;
}
.rtXfu{
	position: fixed;
	z-index: 9;
	top: 70%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 50px;
}
.rtXfu li{
	border-radius: 5px;
	background-color: #009b4c;
	position: relative;
	width: 50px;
	margin-bottom: 2px;
	float: right;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.rtXfu li a{
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 0;
}
.rtXfu li .xfTel{
	display: inline-block;
	font-size: 16px;
	color: #fff;
}
.rtXfu li .xfEwm{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 62px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.rtXfu li .xfTel{
	position: absolute;
	width: 190px;
	left: 62px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.xfEwm{
	padding-right: 7px;
}
.xfEwm .img:after{
	content: "";
	width: 7px;
	height: 15px;
	background: url(../images/ewmjian.png) no-repeat center center;
	position: absolute;
	right: -7px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.xfEwm .img{
	width:140px;
	padding: 10px;
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
}
.jiesThree_title .cl .active a{
	color: #009b4c;
}
.idxTwo_Lt .idxTwo_Lt{
	background-color: rgba(0,0,0,0) !important;
}

.tan_x{
	cursor: pointer;
}
/*
		-- 修改 --
*/
.bdshare-button-style0-16 a{
	padding-left: 0 !important;
	background: none !important;
	margin: 0 !important;
	display: block !important;
	float: none !important;
	line-height: auto !important;
	background: url(../images/foot_weibo.png) no-repeat center center !important;
}
.header{
	position: fixed;
    top: 0;
	left:0;
	width:100%;
	z-index:999;
	background-color: #fff;
}
.banner{
	height:100%;
	}
.inxFoot{
	background: #f9f9f9 url(../images/foot_bg.png) no-repeat center center;
	padding-top: 0;
}
.foot_fx li .foot_ewm.vis{
	bottom: 50px;
	visibility: visible;
	opacity: 1;
}
.newTxtdiv .text img{
	height: auto !important;
}

/*
		2019.08.01 修改
*/
.jiesThree_title li{
	border: solid 1px #dedede;
    height: 56px;
    line-height: 56px;
    padding: 0 25px;
    margin: 0 15px 10px;
}
.jiesThree_title li:after{
	display: none;
}
.jiesThree_title li.active{
	background-color: #009b4c;
	border-color: #009b4c;
}
.jiesThree_title .cl .active a{
	color: #fff;
}
@media screen and (max-width: 992px){
	.jiesThree_title li{
    margin: 0 5px 10px;}
	}














@media screen and (min-width: 1200px){

.head_top .top_shop a:hover{
	color: #009b4c;
}
.rtXfu li:hover .xfEwm{
	visibility: visible;
	opacity: 1;
}
.rtXfu li.xfLiTel:hover{
	width: 190px;
}
.head_top .top_nav a:hover{
	color: #009b4c;
}
.head_btm .navli:hover a{
	color: #009b4c;
}
.head_btm .navli:hover a:after,
.head_btm .navli:hover a:before{
	width: 100%;
}
.navTab_nav li:hover a{
	color: #009b4c;
}
.viweMore:hover .ico img{
	animation: moveNextx .4s infinite alternate-reverse;
}
.indban_next:hover:before,.indban_prev:hover:after{
	width: 15px;
}
.idxOneSwiper .swiper-slide:hover .txt{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.idxOtab_dl:hover dt img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.idxOtab1Swiper:hover .idxOtab_prev{
	left: 40px;
	opacity: 1;
}
.idxOtab1Swiper:hover .idxOtab_next{
	right: 40px;
	opacity: 1;
}
.idxOtab_prev:hover,
.idxOtab_next:hover{
	background-color: #009b4c;
}
.imgList li:hover img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.imgList li:hover .moreBut{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
}
.idxnewList li:hover a{
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-o-transform: translateX(20px);
	transform: translateX(20px);
}
.idxnewList li:hover:before{
	-webkit-transform: translateX(-10px);
	-moz-transform: translateX(-10px);
	-ms-transform: translateX(-10px);
	-o-transform: translateX(-10px);
	transform: translateX(-10px);
	opacity: 1;
}
.idxnewList li:hover .data{
	border-color: #009b4c;
}
.idxnewList li:hover .day,
.idxnewList li:hover .year,
.idxnewList li:hover .cont .tit{
	color: #009b4c;
}
.idxFour li:hover .ico{
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}
.footer .top_rt .top_rtdiv li a:hover,
.footer .youlian a:hover,
.footer .bottom a:hover{
	color: #fff;
}
.foot_fx li:hover .ico{
	opacity: 1;
}
.foot_fx li:hover .foot_ewm{
	bottom: 50px;
	visibility: visible;
	opacity: 1;
}
.smlNav li:hover{
	background: url(../images/smlnav_bg.png) no-repeat center center;
	background-size: cover;
}
.smlNav li:hover span{
	color: #fff;
}
.smlNav li:hover img{
	visibility: hidden;
	opacity: 0;
}
.smlNav li:hover img:nth-child(2){
	visibility: visible;
	opacity: 1;
}
.jiesThDl:hover dt img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	filter: grayscale(0);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.jiesThDl:hover dd .data{
	color: #009b4c;
}
.jiesTh_prev:hover,.jiesTh_next:hover{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
.proNav_ul li:hover .ico{
	border-color: #009b4c;
}
.proNav_ul li:hover .ico img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
.proNav_ul li:hover .tit{
	color: #009b4c;
}
.jiesThree_title li:hover a{
	color: #009b4c;
}
.proList_dl:hover dt img{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.proList_dl:hover dd{
	background-color: rgba(0,0,0,.4);
}
.proList_dl:hover .tit,
.proList_dl:hover .txt{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.proList_dl:hover .txt{
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
.proTxtReturn .return:hover{
	border-color: #009b4c;
	background-color: #009b4c;
	color: #fff;
}
.proTxtReturn .RetLeft:hover, .proTxtReturn .RetRight:hover{
	border-color: #009b4c;
}
.newList_li:hover .datadiv{
	border-color: #009b4c;
	background-color: #009b4c;
}
.newList_li:hover .datadiv .day{
	color: #fff;
}
.newList_li:hover .datadiv .year{
	color: #fff;
}
.newList_li:hover .newList_dl dd .tit{
	color: #009b4c;
}
.newList_li:hover .newList_dl dt img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.newList_li:hover .icojian{
	animation: moveNextx .2s infinite alternate-reverse;
}
.pdfDloadiv:hover:before{
	background-color: #009b4c;
}
.pdfDloadiv:hover .icon{
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.pdfDloadiv:hover .tit{
	color: #009b4c;
}
.changshi_dl:hover .img img{
	animation: moveNextx .4s infinite alternate-reverse;
}
.caseDl:hover dt img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.caseDl:hover dd{
	background-color: rgba(0,0,0,.4);
}
.caseDl:hover dd .tit{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.workLi:hover .img{
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
.workLi:hover .tit{
	margin-top: 5px;
	opacity: 1;
}
.maptxtul li:hover{
	background-color: #fdfafa;
}
.maptxtul li:hover:after{
	opacity: 1;
}

}

/*
		新增专题页
*/
.zhuantiBox{
	padding: 95px 0;
}
.zhuantiBoxs{
	padding: 205px 0;
}
.zhuantiBox:nth-child(2n+1){
	background-color: #fff;
}
.zhuantiBox .indTitle{
	text-align: center;
}
.zhuantiBox .indTitle .title{
	float: none;
}
.zhuantiBox .indTitle .txt{
	font-style: normal;
}
.zhuantiBox .img{
	margin-top: 95px;
}
.zhuantiBox .img img{
	width: 100%;
}
.ztiCont{
	margin: auto;
	padding: 0 15px;
}
.ztiFm{
	width: 400px;
	margin: auto;
	margin-top: 30px;
}
.ztiFmDiv{
	border: solid 1px #e4e4e4;
	margin-bottom: 20px;
}
.ztiFmDiv label{
	height: 40px;
	line-height: 40px;
	padding: 0 22px;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	float: left;
}
.fmXuanze label{
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	float: left;
}
.ztiFmDiv input{
	width: 250px;
	height: 40px;
	float: left;
	font-size: 16px;
}
.ztiFmDiv textarea{
	height: 80px;
	width: 250px;
	padding: 8px 0;
	font-size: 16px;
}
.fmYanzheng{
	position: relative;
}
.fmYanzheng .yzBut{
	position: absolute;
	right: 0;
	top: 0;
}
.fmYanzheng input{
	width: 160px;
}
.fmXuanze{
	margin-bottom: 20px;
}
.fmXuanze ul,.fmXuanze li{
	float: left;
	font-size: 16px;
	color: #666666;
}
.fmXuanze li{
	margin-right: 30px;
}
.fmXuanze input{
	width: 18px;
	height: 18px;
	border: solid 2px #dbdbdb;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 6px;
}
:focus{
	outline: none !important;
}
.fmXuanze .active input{
	border: solid 4px #b10014;
}
.ztiFmBut .but{
	width: 100%;
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background-color: #b10014;
	border-radius: 50px;
	font-size: 20px;
	color: #fff;
	margin-top: 30px;
}

.idxOneSwiper .ico{
	position: relative;
}
.idxOneSwiper .ico img:nth-child(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.idxOneSwiper .ico img{
	-webkit-filter: grayscale(0) !important;
	-moz-filter: grayscale(0) !important;
	-ms-filter: grayscale(0) !important;
	-o-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
	opacity: 1;
}
.idxOneSwiper .active .ico img{
	opacity: 0;
}
.idxOneSwiper .active .ico img:nth-child(2){
	opacity: 1;
}
.proNav_ul .ico{
	position: relative;
}
.proNav_ul .ico img:nth-child(2){
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.proNav_ul .ico img{
	-webkit-filter: grayscale(0) !important;
	-moz-filter: grayscale(0) !important;
	-ms-filter: grayscale(0) !important;
	-o-filter: grayscale(0) !important;
	filter: grayscale(0) !important;
	opacity: 1;
}
.proNav_ul li:hover .ico img{
	opacity: 0;
}
.proNav_ul li:hover .ico img:nth-child(2){
	opacity: 1;
}

.main{position:relative;text-align:center;padding:0 0 80px 0;}
.main .mainsTitle{font-size:55px;color:#434343;font-family:"NotoSansHans-Light";}
.main .mainSub{width:126px;margin:16px auto 26px auto;height:2px;}
.main .mainsInfo{font-size:36px;line-height:38px;padding-bottom:20px;font-family:"NotoSansHans-Light";color:#E50012;border-bottom:1px solid #d3d3d3;width:100%;}
.main .content:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.main .content .child{position:relative;border-bottom:1px solid #d5d5d5;padding:40px 0;text-align:left;}
.main .content .child.no{border-bottom:2px solid #e60012;}
.main .content .child p{font-size:16px;color:#434343;line-height:26px;}
.main .content .child .name{line-height:50px;color:#333;font-size:30px;}
.main .content .child .nameEn{color:#434343;font-size:30px;line-height:46px;font-family:"MyriadPro-Regular_0";}
.main .content .child .department{color:#434343;font-size:18px;line-height:40px;}
.main .content .child .department .sub{margin:0 5px;color:#DFDFDF;}
.main .content .child .department .redSpan{color:#E50012;}
.main .content .child .childContent{padding-top:14px;display:none;}
.main .content .child .childPointer{position:absolute;cursor:pointer;top:55px;right:0;width:62px;height:32px;background-image:url(../images/jobBottom.png);background-repeat:no-repeat;}
.main .content .child .childPointer{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.main .content .child .childPointer.on{ transform:rotateZ(180deg);-moz-transform:rotateZ(180deg);-ms-transform:rotateZ(180deg);-o-transform:rotateZ(180deg);-webkit-transform:rotateZ(180deg);}
.main .foot{text-align:left;}
.main .foot .redTitle{margin-top:24px;line-height:40px;color:#E50012;font-size:22px;}
.main .foot .info1{color:#868686;font-size:16px;line-height:24px;}
.main .foot .title{color:#434343;font-size:16px;font-weight:bold;margin-top:10px;}
.main .foot .info2{color:#434343;font-size:16px;line-height:24px;}
.main .foot .info2 span{font-weight:bold;}
@media  (max-width: 992px) {
.position {
	top:40px;}{
		margin-top:50px;}
	.npgBanner{
		margin-top:50px;
		}
	.banner{
	heig ht:auto;
	}
.idxTwo_Lt .text .two_img li{
	width:calc(100%/2 - 7.5px);
	margin-right:15px;
	float:left;
	padding: 24px 10px 0;
	}
.idxTwo_Lt .text .two_img li:nth-child(even){
	margin-right:0;
	}
.idxTwo_Lt .text .two_img li:nth-child(5){
	margin-right:15px;
	}
.contact_gbook {
    margin: 40px 0 60px;
}


.pro .pro_tui .list li{
	width:calc(100%/2 - 10px);
	margin-right:10px;
	margin-bottom:10px;
	}
.pro .pro_tui .list li:nth-child(2){
	margin-right:0;
	}
.pro .left {
    float: none;
    width: 100%;
}
.pro .right {
    fl oat: none;
    width: 100%;
}
.pro .right h1{
	font-size:28px;
	}
.pro .pro_tui {
    margin: 40px 0;
}
.pro .bot .p{
	margin-bottom:40px;
	}
.pro .pro_tui .list li .txt p{
	margin-top:10px;
	}
.pro .pro_tui .list li .txt{
	height:92px;
	padding:10px;
	}
.gallery-thumbs{
	height:80px;
	}
	}
@media  (max-width: 479px) {
.main{padding:20px 0;}
.main .container{width:80%;}
.main .mainsTitle{font-size:21px;}
.main .mainSub{width:63px;margin:8px auto 13px auto;height:2px;}
.main .mainsInfo{font-size:16px;line-height:16px;padding-bottom:8px;}

.main .content .child{padding:17px 0;}
.main .content .child.no{border-bottom-width:2px;}
.main .content .child p{font-size:12px;line-height:18px;}
.main .content .child .name{line-height:22px;font-size:14px;}
.main .content .child .nameEn{font-size:14px;line-height:20px;}
.main .content .child .department{font-size:12px;line-height:24px;}
.main .content .child .department .sub{margin:0 3px;}
.main .content .child .childContent{padding-top:6px;}
.main .content .child .childPointer{top:23px;width:26px;height:14px;background-size:26px 14px;}

.main .foot .redTitle{margin-top:10px;line-height:20px;font-size:12px;}
.main .foot .info1{font-size:12px;line-height:16px;}
.main .foot .title{font-size:12px;margin-top:4px;}
.main .foot .info2{font-size:12px;line-height:16px;}

.gallery-1{
	height:280px;
	}
.gallery-top {
    height: 280px;
	}
}
@media (min-width: 480px) and (max-width: 639px) {
.main{padding:20px 0;}
.main .container{width:80%;}
.main .mainsTitle{font-size:26px;}
.main .mainSub{width:63px;margin:8px auto 13px auto;height:2px;}
.main .mainsInfo{font-size:16px;line-height:16px;padding-bottom:8px;}

.main .content .child{padding:17px 0;}
.main .content .child.no{border-bottom-width:2px;}
.main .content .child p{font-size:12px;line-height:18px;}
.main .content .child .name{line-height:22px;font-size:14px;}
.main .content .child .nameEn{font-size:14px;line-height:20px;}
.main .content .child .department{font-size:12px;line-height:24px;}
.main .content .child .department .sub{margin:0 3px;}
.main .content .child .childContent{padding-top:6px;}
.main .content .child .childPointer{top:23px;width:26px;height:14px;background-size:26px 14px;}

.main .foot .redTitle{margin-top:10px;line-height:20px;font-size:12px;}
.main .foot .info1{font-size:12px;line-height:16px;}
.main .foot .title{font-size:12px;margin-top:4px;}
.main .foot .info2{font-size:12px;line-height:16px;}
}
@media (min-width: 640px) and (max-width:1023px ) {
.main{padding:40px 0;}
.main .container{width:80%;}
.main .mainsTitle{font-size:46px;}
.main .mainSub{width:126px;margin:16px auto 26px auto;height:2px;}
.main .mainsInfo{font-size:29px;line-height:29px;padding-bottom:16px;}

.main .content .child{padding:34px 0;}
.main .content .child p{font-size:14px;line-height:20px;}
.main .content .child .name{line-height:43px;font-size:26px;}
.main .content .child .nameEn{font-size:26px;line-height:40px;}
.main .content .child .department{font-size:15px;line-height:34px;}
.main .content .child .department .sub{margin:0 5px;}
.main .content .child .childContent{padding-top:12px;}
.main .content .child .childPointer{top:47px;width:53px;height:27px;background-size:53px 27px;}

.main .foot .redTitle{margin-top:20px;line-height:34px;font-size:20px;}
.main .foot .info1{font-size:14px;line-height:20px;}
.main .foot .title{font-size:14px;margin-top:8px;}
.main .foot .info2{font-size:14px;line-height:20px;}
}
@media (min-width: 1024px) and (max-width:1199px ) {
.main{padding:58px 0px 66px 0;}
.main .container{width:796px;}
.main .mainsTitle{font-size:38px;}
.main .mainSub{width:104px;margin:13px auto 21px auto;height:2px;}
.main .mainsInfo{font-size:24px;line-height:24px;padding-bottom:13px;}

.main .content .child{padding:28px 0;}
.main .content .child p{font-size:12px;line-height:16px;}
.main .content .child .name{line-height:35px;font-size:21px;}
.main .content .child .nameEn{font-size:21px;line-height:33px;}
.main .content .child .department{font-size:12px;line-height:28px;}
.main .content .child .department .sub{margin:0 4px;}
.main .content .child .childContent{padding-top:10px;}
.main .content .child .childPointer{top:39px;width:44px;height:22px;background-size:44px 22px;}

.main .foot .redTitle{margin-top:16px;line-height:28px;font-size:16px;}
.main .foot .info1{font-size:12px;line-height:16px;}
.main .foot .title{font-size:12px;margin-top:6px;}
.main .foot .info2{font-size:12px;line-height:16px;}
}
@media (min-width: 1200px) and (max-width:1439px ) {
.main{padding:58px 0px 66px 0;}
.main .container{width:796px;}
.main .mainsTitle{font-size:38px;}
.main .mainSub{width:104px;margin:13px auto 21px auto;height:2px;}
.main .mainsInfo{font-size:24px;line-height:24px;padding-bottom:13px;}

.main .content .child{padding:28px 0;}
.main .content .child p{font-size:12px;line-height:16px;}
.main .content .child .name{line-height:35px;font-size:21px;}
.main .content .child .nameEn{font-size:21px;line-height:33px;}
.main .content .child .department{font-size:12px;line-height:28px;}
.main .content .child .department .sub{margin:0 4px;}
.main .content .child .childContent{padding-top:10px;}
.main .content .child .childPointer{top:39px;width:44px;height:22px;background-size:44px 22px;}

.main .foot .redTitle{margin-top:16px;line-height:28px;font-size:16px;}
.main .foot .info1{font-size:12px;line-height:16px;}
.main .foot .title{font-size:12px;margin-top:6px;}
.main .foot .info2{font-size:12px;line-height:16px;}
}
@media (min-width: 1440px) and (max-width:1920px ) {
.main .container{width:1200px;}
.main .mainsTitle{font-size:44px;}
.main .mainSub{width:126px;margin:16px auto 26px auto;height:2px;}
.main .mainsInfo{font-size:29px;line-height:29px;padding-bottom:16px;}

.main .content .child{padding:34px 0;}
.main .content .child p{font-size:14px;line-height:24px;}
.main .content .child .name{line-height:43px;font-size:26px;}
.main .content .child .nameEn{font-size:26px;line-height:40px;}
.main .content .child .department{font-size:15px;line-height:34px;}
.main .content .child .department .sub{margin:0 5px;}
.main .content .child .childContent{padding-top:12px;}
.main .content .child .childPointer{top:47px;width:53px;height:27px;background-size:53px 27px;}

.main .foot .redTitle{margin-top:20px;line-height:34px;font-size:20px;}
.main .foot .info1{font-size:14px;line-height:24px;}
.main .foot .title{font-size:14px;margin-top:8px;}
.main .foot .info2{font-size:14px;line-height:24px;}
}








