/*header*/
.header{
	width: 100%;
	min-width: 1200px;
	height: 134px;
	background: url(/img/transparent.png) repeat-x;
border-bottom: 3px solid #00a289;
}
#header{
	position: absolute;
	top: 0;
	z-index: 100;
}
.nav{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.nav:after{
	content: ' ';
	display: block;
	clear: both;
}
.logo{
	width: 330px;
	float: left;
	margin-top: 30px;
}
.logo a{
	display: block;
}
.nav_top{
	float: right;
	position: relative;
	margin-top: 25px;
}
.nav_searce{
	float: right;
	
	position: relative;
}
.nav_searce input{
	border: none;
	outline: none;
}
.nav_searce input:first-child{
	background: url(/img/seare.png) no-repeat;
	width: 186px;
	height: 30px;
	padding-left: 15px;
line-height:36px\9;
border-radius: 35px;
}
.nav_searce input:first-child+input{
	position: absolute;
	top: 12px;
	right: 13px;
}

.navss{
	float: right;
}
.navss li{

}
.menu>li{
	position: relative;
display: block;
	float: left;
	/*text-align: center;*/
	width: 90px;
	padding-bottom: 17px;

}
.navss .nav_first{
	display: block;
	width: 90px;
	line-height: 36px;
	font-size: 18px;
text-align: center;
font-weight: 800;
}
.navss li a:hover{
	color: #00A289;
}
.active{
	color: #00A289;
}
/*2017-1-08二级栏目特效*/
.menu ul{
	list-style: none;
    padding: 0;
    margin: 0;
}
.menu li{
	min-width: 90px;
}
.submenu{
    width: 100%;
    left: 0;
	max-height: 0;
	position: absolute;
	top: 100%;
	z-index: 0;
	display: none;
	overflow-x: hidden;
	border-top: 3px solid #F4C100;
	/*-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-ms-perspective: 400px;
	-o-perspective: 400px;
	perspective: 400px;*/
}
.submenu li {
    opacity: 0;
    background: rgba(255, 255, 255, .8);
text-align: center;
    /*-webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;*/
}
.submenu li a {
	line-height: 40px;
	height: 40px;
	/*text-align: center;*/
	color: #000;
	font-size: 16px;
	display: block;
}
/*.submenu li {
	width: 240%;
}*/
.sub01{
	width: 100%;
}
.sub01 li{
	width: 100%;
}
.sub02{
	width: 100%;
}
.sub02 li{
	width: 100%;
}
.sub03{
	width: 168%;
}
.sub03 li{
	width: 100%;
}
.sub04{
	width: 120%;
left: -26px;
}
.sub04 li{
	width: 100%;
}
.sub05 li{
	width: 100%;
}
.sub06{
	width: 150%;
}
.sub06 li{
	width: 100%;
}
.sub07{
	width: 155%;
	left: -65%;
}
.sub07 li{
	width: 100%;
}

.submenu li:hover {
	border-top: 0;
background:#00a289;
filter:Alpha(opacity=50);
-moz-opacity:0.5;
opacity:0.5;
	background: rgba(0, 162, 137, 0.5);
}
.menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.menu ul ul {
	position: relative;
	top: 0;
	left: 60%;
/*修改2级菜单的位置*/
	height: 40px;
	visibility: hidden;
	_margin: 0;
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);
}
.menu ul ul li{
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}

.menu ul li{
	height: 40px;
}
.submenu li:hover> a {
	color: #0089d5;
}

.menu .submenu li:hover a {
	color: #ffffff;
	width: 100%;
}

.menu> li:hover .submenu,
.menu> li:focus .submenu {
	max-height: 2000px;
	z-index: 10;
	display: block;
}

.menu> li:hover .submenu li,
.menu> li:focus .submenu li {
	opacity: 1;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
/*三级栏目*/
.submenu1 li{
	width: 60%;
}


/*动画递进的时间 实现一个个螺旋子菜单*/

/*.menu li:hover .submenu li:nth-child(1) {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.menu li:hover .submenu li:nth-child(2) {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms;
}

.menu li:hover .submenu li:nth-child(3) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}

.menu li:hover .submenu li:nth-child(4) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}
.menu li:hover .submenu li:nth-child(5) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.menu li:hover .submenu li:nth-child(6) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}
.menu li:hover .submenu li:nth-child(7) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}
.menu li:hover .submenu li:nth-child(8) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}

.submenu li:nth-child(1) {
	-webkit-transition-delay: 350ms;
	-moz-transition-delay: 350ms;
	-ms-transition-delay: 350ms;
	-o-transition-delay: 350ms;
	transition-delay: 350ms;
}

.submenu li:nth-child(2) {
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.submenu li:nth-child(3) {
	-webkit-transition-delay: 250ms;
	-moz-transition-delay: 250ms;
	-ms-transition-delay: 250ms;
	-o-transition-delay: 250ms;
	transition-delay: 250ms;
}

.submenu li:nth-child(4) {
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	-ms-transition-delay: 200ms;
	-o-transition-delay: 200ms;
	transition-delay: 200ms;
}
.submenu li:nth-child(5) {
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}
.submenu li:nth-child(6) {
	-webkit-transition-delay: 100ms;
	-moz-transition-delay: 100ms;
	-ms-transition-delay: 100ms;
	-o-transition-delay: 100ms;
	transition-delay: 100ms;
}
.submenu li:nth-child(7) {
	-webkit-transition-delay: 80ms;
	-moz-transition-delay: 80ms;
	-ms-transition-delay: 80ms;
	-o-transition-delay: 80ms;
	transition-delay: 80ms;
}
.submenu li:nth-child(8) {
	-webkit-transition-delay: 50ms;
	-moz-transition-delay: 50ms;
	-ms-transition-delay: 50ms;
	-o-transition-delay: 50ms;
	transition-delay: 50ms;
}*/





/*新改底部2018-08-01*/
.footer{
	width:100%;
	min-width: 1200px;
	height:230px;
	background:#00a289;
	box-sizing: border-box;
}
.footer-top{
	width:1200px;
	/*height:109px;*/
	margin:0 auto;
	box-sizing: border-box;
}
.footer-top-list{
}
.footer-top>h3{
	padding-top:30px;
	margin-bottom:15px;
	color:#f4c100;
}

.footer-top-list>ul>li{
	float:left;
	margin-bottom:15px;
}
.footer-top-list>ul>li>a{
	color:#fff;
	font-size:16px;
}
.footer-top-list>ul>li>span{
	display:inline-block;
	width:2px;
	height:15px;
	background:#fff;
	margin-left:17px;
	margin-right:17px;
	vertical-align:middle;
}
.footer-bottom{
	width:1200px;
	/*height:98px;
	padding-bottom:40px;*/
	margin:0 auto;
	box-sizing: border-box;
	clear:both;
}
.footer-bottom-left-tb{
padding-top: 10px;
float: left;
}
.footer-bottom-left-tb>p{
	color:#fff;
}
.footer-borrom-left-b,.footer-bottom-left-t{
	float:left;
}
.footer-borrom-left-b{
	margin-top:10px;
	margin-right:15px;
}
.footer-borrom-left-b img{
width:138px;
}
/*.footer-bottom-left-t{
	height:112px;
}*/
.footer-bottom-left-t>p{
	font-size:16px;
	color:#fff;
}
.footer-bottom-right{
	float:right;
	margin-right:50px;
}
.footer-bottom-right-b1{
	float:right;
}
.footer-bottom-right-b2{
	float:right;
	margin-right:50px;
}
.footer-bottom-right-b2 img,.footer-bottom-right-b1 img{
width:72px;
height:72px;
}
.footer-bottom-right-b1>dd,.footer-bottom-right-b2>dd{
	color:#fff;
	font-size:16px;
	margin-top:9px;
text-align: center;
}
.footer-bottom-right-b1 dt,.footer-bottom-right-b2 dt{
text-align: center;
}


/*link外部链接旧*/
.links{
	width: 100%;
	height: 45px;
	line-height: 45px;
	background: #38b8a4;
}
.links_center{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}
.links_ul{
	width: 510px;
	display: inline-block;
	background: #008a75 url(/img/link01.png) no-repeat 8px center;
	padding-left: 35px;
}
.links_ul a{
	color: #fff;
	float: left;
	padding: 0 50px 0 30px;
	background: url(/img/buttom_10.png) no-repeat right center;
}
.links_ul .cur{/*jquery中hover添加类:cur*/
	background: #5dc8b7 url(/img/buttom_11.png) no-repeat right center;
	color: #000;
}
.links_item{
	position: absolute;
	bottom: 61px;
	width: 100%;
	border: 2px solid #eee;
	border-bottom: none;
	background-color: #eff9f8;
	padding: 20px;
	display: none;
}
.links_item .cur{
	display: block;
}
.links_item li{
	float: left;
	display: block;
	margin-right: 50px;
}
.links_item li b{
	line-height: 25px;
	display: block;
margin-bottom: 5px;
}
.links_item li a{
	display: block;
	line-height: 30px;
	white-space: nowrap;
}

/*infeed*/
.infeed li{
	margin-right: 0;
}
.infeed li a{
	/* width: 258px; */
display: inline-block;
margin-right: 26px;
white-space: nowrap;
width: 260px;
white-space: nowrap;
display: flex;
float: left;
}


/*新改底部2018-08-30*/
.footer{
	width:100%;
	min-width: 1200px;
	height:135px;
	background:#00a289;
	box-sizing: border-box;
}
.footer-top{
	width:1200px;
	/*height:109px;*/
	margin:0 auto;
	box-sizing: border-box;
}
.footer-top-list{
}
.footer-top>h3{
	padding-top:30px;
	margin-bottom:15px;
	color:#f4c100;
}

.footer-top-list>ul>li{
	float:left;
	margin-bottom:15px;
}
.footer-top-list>ul>li>a{
	color:#fff;
	font-size:16px;
}
.footer-top-list>ul>li>span{
	display:inline-block;
	width:2px;
	height:15px;
	background:#fff;
	margin-left:17px;
	margin-right:17px;
	vertical-align:middle;
}
.footer-bottom{
	width:1200px;
	margin:0 auto;
	padding-top: 20px;
	box-sizing: border-box;
	clear:both;
}
.footer-bottom-left-tb{
padding-top: 10px;
float: left;
}
.footer-bottom-left-tb>p{
	color:#fff;
}
.footer-borrom-left-b,.footer-bottom-left-t{
	float:left;
}
.footer-borrom-left-b{
	margin-top:10px;
	margin-right:15px;
}
.footer-borrom-left-b img{
width:232px;
}
/*.footer-bottom-left-t{
	height:112px;
}*/


.footer-bottom-left-t>p{
	font-size:16px;
	color:#fff;
}
.footer-bottom-right{
	float:right;
	margin-right:50px;
}
.footer-bottom-right-b1{
	float:right;
}
.footer-bottom-right-b2{
	float:right;
	margin-right:50px;
}
.footer-bottom-right-b2 img,.footer-bottom-right-b1 img{
width:72px;
height:72px;
}
.footer-bottom-right-b1>dd,.footer-bottom-right-b2>dd{
	color:#fff;
	font-size:16px;
	margin-top:9px;
text-align: center;
}
.footer-bottom-right-b1 dt,.footer-bottom-right-b2 dt{
text-align: center;
}


/*二级页面公用部分*/
.main{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}
.main:after{
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
}
/*当前位置-start*/
.currentLocation{
	width: 100%;
	height: 40px;
	line-height: 40px;
	min-width: 1200px;
	background: #f2f3f5;
}

.currentLocation:after{
	content: ' ';
	display: block;
	clear: both;
	visibility: hidden;
}
.content{
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.Location{
	float: left;
	font-size: 18px;
}
.Location1{
	float: left;
	font-size: 16px;
}
.ac{
	color: #00A289;
}
/*当前位置-end*/
/*侧边栏-start*/
/*.main_top{
	margin-top: 30px;
}*/
.sidebar{
	width: 250px;
	float: left;
margin: 30px 0;
}
.sidebar ul{
	width: 250px;
	position: relative;
}
.sidebar ul li{
	width: 250px;
	/*height: 80px;*/
	line-height: 55px;
	background: #f2f3f5;
	text-align: center;
	border-top: 1px dashed #cecece;
	position: relative;
}
.sidebar ul li:first-child{
	border: none;
}
.sidebar ul li>a{
	display: block;
	font-size: 18px;
}
.acside a{
	color: #fff;
	background: #00A289;
}
/*三级栏目-start*/
.acside_cp{
	background: url("/img/canner.png") no-repeat left center !important;
}
.acside_cp a{
	/*color: #fff;*/
	/*background: #00A289;*/
	/*font-size: 20px !important;*/
}
.siderbar_list{
	width: 249px;
	background: #fffefe;
	border:1px solid #eeeeee;
	border-bottom: none;
	border-top:none;
	margin: 1px 0;
	box-sizing: border-box;
}
.siderbar_list p{
	width: 249px;
	text-align: left;
	line-height: 45px;
	margin: 0;
}
.siderbar_list a{
	width: 230px;
	display: block;
	font-size: 16px;
	margin: 0 auto;
	padding-left: 35px;
}
.siderbar_list a:hover{
	/*padding-left: 15px;*/
}
.acsides{
	background: #00A289 !important;
}
.acsides a{
	/*padding-left: 15px;*/
}
/*3级栏目-end*/
/*侧边栏-end*/
.sidebar_right{
	width: 910px;
	float: right;
	padding-top: 30px;
}

/*分页-start*/
.page{
	text-align: center;
	margin: 125px 0;
}
.page a{
	width: 28px;
	height: 28px;
	line-height: 28px;
	background: #ccc;
	display: inline-block;
	color: #FFF;
margin-right: 10px;
}
.acpage{
	background: #00A289 !important;
}
.page_first{
	margin-right: 56px !important;
	background: #00A289 !important;
}
.page_last{
	margin-left: 56px !important;
	background: #00A289 !important;
}
/*分页-end*/

.nav_numbers{
display: inline;
margin-left: 45px;
}


/*二维码调整*/
.weix{
margin-left: 65px;
}



/*产品客服*/
.cpkf{
	margin-top: 30px;
	border-top: 5px solid #00a289;
	height: 415px;
	background-image: url(/img/zx1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 20px 10px;
}
.cpkf_weicat{
	width: 140px;
	height: auto;
	margin: 0 auto;
	background: url(/img/cpkfbf.png) no-repeat;
	padding: 5px;
}
.cpkf_weicat img{
	width: 130px;
	height: 130px;
}
.cpkf p{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
.kfdh p{
	margin: 8px 0;
	font-weight: normal;
}
.kfdh p:first-child{
	font-size: 18px;
}
.kfdh p:first-child+p{
	font-size: 16px;
}
.kfdh p:first-child+p+p,.kfdh p:first-child+p+p+p+p{
	font-size: 24px;
	color: #00a289;
}
.kfdh p:first-child+p+p+p{
	margin-top: 20px;
}
.kfdh p:first-child+p+p+p span{
	font-size: 16px;
}
.ewm1{
float:left;
margin-left:98px;
}
.ewm2{
float:left;
margin-left:98px;
}
.ewm3{
float:left;
margin-left:98px;
}
.ewm4{
float:left;
margin-left:98px;
}
.ewm5{
float:left;
margin-left:98px;
}
