/* 基础样式 */
body{touch-action: pan-y;}
a{-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
ol,ul,li {list-style:none; margin:0; padding:0;} 
a{ text-decoration: none; color:#333;}
a:link,a:visited{text-decoration: none;}

/* 阿里云字体图标 */
@font-face {
  font-family: 'iconfont'; 
  src: url('/tpl/default/skin/plugins/iconfont/iconfont.woff2') format('woff2'),
       url('/tpl/default/skin/plugins/iconfont/iconfont.woff') format('woff'),
       url('/tpl/default/skin/plugins/iconfont/iconfont.ttf') format('truetype');
}
.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}



/*bootrstrap样式复盖*/
.container-fluid{
	width:1440px !important;
	max-width:90% !important;
}
@media screen and (max-width:1300px){
	.container-fluid{
		max-width:95% !important;
	}
}
@media screen and (max-width:768px){
	.container-fluid{
		max-width:100% !important;
		padding-right: 10px;
		padding-left: 10px;
		overflow:hidden;
	}
	
}

#header{
	position:relative;
	z-index:900;
	height:85px;
	background:#fff;
	position:sticky;
	top:0px;
	padding:0 50px;
	display:flex;
	justify-content:space-between;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
	border-bottom:1px solid #ddd;
	align-items:stretch;
}
#header .left{
	display:flex;
	align-items:center;
}

#header .right{
	display:flex;
	justify-content:right;
	align-items:stretch;
}
#header .logo a{
	display:block;
}
#header .logo img{
	max-width:100%;
	max-height:100%;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#header .navList{
	margin:0px;
	display:flex;
	align-items:center;
	justify-content:right;
}
#header .navList li{
	position: relative;
	margin:0 0.08rem;
}
#header .navList li a{
	font-size:15px;
	display:block;
	color:#000;
	position:relative;
	text-align:center;
	line-height:85px;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#header .navList li a:after{
	content:'';
	display:block;
	width:0%;
	height:3px;
	background:#008f40;
	margin:-3px auto 0 auto;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#header .navList li a:hover:after{
	width:100%;
}
#header .navList li a.active{
	color:#008f40;
}
#header .navList li a.active:after{
	width:100%;
}
#header .navList li a .glyphicon{
	font-size:11px;
	transform:scale(0.7); 
}
#header .search{
	display:flex;
	align-items:center;
	justify-content:flex-end;
	margin:0 30px;
	position:relative;
	z-index:999999;
}
#header .search-icon{
	display:block;
	cursor:pointer;
	font-size:24px;
}
#header .search-icon:hover{
	color:#008f40;
}
#header .search-icon.active{
	color:#008f40;
}
#header .search-form{
	position:absolute;
	background:rgba(0,0,0,0.1);
	width:320px;
	margin-top:100px;
	right:-8px;
	padding:10px;
	border-radius:3px;
	display:none;
}
#header .search-form form{
	position:relative;
}
#header .search-form form input{
	display:block;
	height:36px;
	line-height:36px;
	border:1px solid #ddd;
}
#header .search-form form button{
	position:absolute;
	top:1px;
	right:1px;
}

#header .lang{
	display:flex;
	align-items:center;
}
#header .lang a{
	display:block;
	line-height:32px;
}
#header .lang a .glyphicon{
	font-size:16px;
	position:relative;
	top:3px;
}
#header .lang a:hover{
	color:#008f40;
}

#header.active{
	background:rgba(255,255,255,0.9);
	height:65px;
}
#header.active .navList li a{
	line-height:65px;
}

#header .sliders{
	position:absolute;
	margin-top:1px;
	top:100%;
	left:0px;
	width:100%;
	background:rgba(255,255,255,0.9);
	z-index:99999;
}
#header .child{
	display:none;
}
#header .sliders ul{
	display:flex;
	display: -webkit-flex;
	padding:20px;
	justify-content:right;
	-webkit-justify-content:right;
	-moz-justify-content:right;
}
#header .sliders ul li{
	margin:0 10px;
	float:right;
}
#header .sliders ul li a{
	font-size:15px;
}
#header .sliders ul li a:hover{
	color:#008f40;
}

.mMenu-icon{
	height:30px;
	width:30px;
	position: fixed;right: 15px;top: 15px;z-index:902;
}
.mMenu-icon .line{
	display:block;
	width:100%;
	height:3px;
	background:#008f40;
	position:relative;
	transition: 0.3s;-moz-transition: 0.3s;	-webkit-transition: 0.3s;	-o-transition: 0.3s;
	transform:rotate(0deg);-ms-transform:rotate(0deg); 	-moz-transform:rotate(0deg); 	-webkit-transform:rotate(0deg); -o-transform:rotate(0deg); 	
	transform-origin:right;
	border-radius:3px;
	overflow:hidden;
}
.mMenu-icon .l2{
	margin:8px 0;
	width:25px;
	position:relative;
	right:-4px;
}
.mMenu-icon.active .line{
	background:#008f40;
}
.mMenu-icon.active .l1{
	transform:rotate(-45deg);-ms-transform:rotate(-45deg); 	-moz-transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -o-transform:rotate(-45deg); 
	transform-origin:right;
}
.mMenu-icon.active .l2{
	opacity:0;
}
.mMenu-icon.active .l3{
	transform:rotate(45deg);-ms-transform:rotate(45deg); 	-moz-transform:rotate(45deg); 	-webkit-transform:rotate(45deg); -o-transform:rotate(45deg);
	transform-origin:right;
}

.mMenu-list{
	transition: 0.3s;-moz-transition: 0.3s;	-webkit-transition: 0.3s;	-o-transition: 0.3s;
	background:#fff;
	z-index:901;
	position:fixed;
	top:0px;
	right:-65%;
	height:100%;
	width:65%;
	padding-top:55px;
	border-radius:10000px 0 0 10000px;
	overflow:hidden;
}
.mMenu-list a{
	display:block;
	height:45px;
	line-height:45px;
	border-top:1px solid #eee;
	padding:0 20px;
	position:relative;
	z-index:9999;
}
.mMenu-list a.on{
	background:#008f40;
	color:#fff;
}

.mMenu-list.active{
	right:0%;
	border-radius:0px;
}
.grayBg{
	position:fixed;
	left:0px;
	top:0px;
	background:#000;
	width:100%;
	height:100%;
	opacity:0.75;
	display:none;
	z-index:900;
}

@media screen and (max-width:768px){
	#header{
		padding:0 15px;
		height:55px;
	}
	#header.active{
		height:55px;
	}
	#header .logo img{
		height:30px;
	}
	
}

/* 底部 */
#footer{
	background:url('/tpl/default/skin/img/bt_bg.jpg')no-repeat center center;
	background-size:cover;
	padding:0.25rem 0 0 0;
	color:#fff;
}
#footer .logo{
	margin-bottom:15px;
}
#footer .address{
	padding:0px;
}
#footer .address .small{
	color:#666;
}
#footer .bNav{
	display:flex;
	justify-content:space-between;
}
#footer .bNav h4{
	margin-bottom:15px;
}
#footer .bNav .item{
	width:100%;
}
#footer .address p{
	color:#99cc99;
}
#footer .bNav .item ul{
	padding:0px;
}
#footer .bNav .item ul li{
	min-width:100px;
	padding:5px 0;
}
#footer .bNav .item ul li a{
	color:#99cc99;
}
#footer .bNav .item ul li a:hover{
	color:#fff;
	text-decoration:underline;
}
#footer .copyright{
	margin-top:50px;
	border-top:1px solid #0e9d4d;
	display:flex;
	padding:20px 0;
	justify-content:space-between;
	color:#99cc99;
}
#footer .copyright a{
	color:#99cc99;
}

/* .gotop{ */
	/* position:fixed; */
	/* bottom:180px; */
	/* right:20px; */
	/* background:#008d3f; */
	/* padding:10px; */
	/* border-radius:5px; */
	/* cursor:pointer; */
	/* -webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease; */
	/* zoom: 1; */
	 /* transition: .2s ease-in-out; */
    /* -webkit-transition: .2s ease-in-out; */
    /* -moz-transition: .2s ease-in-out; */
    /* -o-transition: .2s ease-in-out; */
	/* z-index:99999; */
	/* display:none; */
/* } */
/* .gotop:hover{ */
	/* transform:scale(0.9); */
	/* background:#7bb232; */
/* } */




#mFooter{
	position:fixed;
	bottom:0px;
	left:0px;
	width:100%;
	height:55px;
	padding:2px 0;
	background:#fff;
	z-index:999;
	box-shadow:0 0 5px #ddd;
	display:flex;
	border-radius:10px 10px 0 0;
	-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;
}
#mFooter .item{
	width:100%;
	
}
#mFooter .item .iconbox{
	height:24px;
	margin:4px 0;
	background-size:auto 24px !important;
	background-position:center center;
	background-repeat:no-repeat;
}
#mFooter .item img{
	display:block;
	margin:4px auto;
	height:24px;
}
#mFooter .item p{
	font-size:12px;
	text-align:center;
}
#mFooter .item.on p{
	color:#008f40;
}
#mFooter .i1 .iconbox{
	background-image:url(/tpl/default/skin/img/home.png)!important;
}
#mFooter .i1.on .iconbox{
	background-image:url(/tpl/default/skin/img/home_on.png)!important;
}
#mFooter .i2 .iconbox{
	background-image:url(/tpl/default/skin/img/call.png)!important;
}
#mFooter .i2.on .iconbox{
	background-image:url(/tpl/default/skin/img/call_on.png)!important;
}
#mFooter .i3 .iconbox{
	background-image:url(/tpl/default/skin/img/location.png)!important;
}
#mFooter .i3.on .iconbox{
	background-image:url(/tpl/default/skin/img/location_on.png)!important;
}






