*,body{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
*,body{margin: 0;padding: 0;font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;text-decoration: none;}
html, body {width: 100%;height: 100%;}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,img,input,li,ol,p,pre,td,textarea,th,ul{padding:0;margin:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,i,strong,th,var{font-weight:400;font-style:normal}
li,ol,ul{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-weight:400;font-size:100%}
q:after,q:before{content:""}abbr,acronym{border:0}
a{text-decoration:none;}
a:link{color:#333; text-decoration:none;}
a:focus,a:hover{color:#666;text-decoration:none;}
a:visited{color:#333;text-decoration:none;}
ul,li{list-style-type: none;}
h1,h2,h3,p,i,span,li,.img,img,a.top,.fixednav,:after,:before{
	transition:all 0.5s;
	-moz-transition:all 0.5s; /* Firefox 4 */
	-webkit-transition:all 0.5s; /* Safari and Chrome */
	-o-transition:all 0.5s;
	-ms-transition:all 0.5s;}
a,img{border:none;}
body{
	width:100%;
	height:100%;
	overflow-x: hidden;
}
html {
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	background-size:cover;
}
::-webkit-scrollbar {width: 10px;/* è¿™æ˜¯é’ˆå¯¹ç¼ºçœæ ·å¼ (å¿…é¡»çš„) */}
::-webkit-scrollbar-track {background-color: #fff;/* æ»šåŠ¨æ¡çš„æ»‘è½¨èƒŒæ™¯é¢œè‰² */}
::-webkit-scrollbar-thumb {	background-color: #118c3c;/* æ»‘å—é¢œè‰² */}
::-webkit-scrollbar-button {background-color: #fff;/* æ»‘è½¨ä¸¤å¤´çš„ç›‘å¬æŒ‰é’®é¢œè‰² */}
::-webkit-scrollbar-corner {background-color: #fff;/* æ¨ªå‘æ»šåŠ¨æ¡å’Œçºµå‘æ»šåŠ¨æ¡ç›¸äº¤å¤„å°–è§’çš„é¢œè‰² */}

.flex-sb{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.flex-ce{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}
.flex-fs{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}
.flex-fe{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content:  flex-end;
}
.container{width: 1200px!important;padding: 0 !important;}
.js-enabled .fooReveal { visibility: hidden; }
.warp{width: 100%; height:100%; position:relative;}
.fl{ float:left;}
.fr{ float:right;}
.clear{clear:both}
.w1200{ width:1200px; margin:0 auto;}
.mr80{ margin-right:80px;}
.mr75{ margin-right:70px;}
.mr70{ margin-right:70px;}
.mr50{ margin-right:50px;}
.mr40{ margin-right:40px;}
.mr33{ margin-right:33.3px;}
.mr30{ margin-right:30px;}
.mr20{ margin-right:20px;}
.mr10{ margin-right:10px;}
.mr5{ margin-right:5%;}
.mr4{ margin-right:4%;}
.mr3{ margin-right:3%;}
.mr2{ margin-right:2%;}
.mr1{ margin-right:3%;}
.pr20{padding-right:20px;}
.mt10{ margin-top:10px;}
.mt20{ margin-top:20px;}
.mb10{ margin-bottom:10px;}
.mb20{ margin-bottom:20px;}
.bg{background-color:rgba(33,37,44,.08);}
/*header*/
.header{ width:100%; height:140px;
	box-shadow:0 4px 12px 0 rgba(52,63,75,0.06),0 10px 40px 0 rgba(52,63,75,0.06),0 0 0 1px rgba(52,63,75,0.02);
	-webkit-box-shadow:0 4px 12px 0 rgba(52,63,75,0.06),0 10px 40px 0 rgba(52,63,75,0.06),0 0 0 1px rgba(52,63,75,0.02);
	-moz-box-shadow:0 4px 12px 0 rgba(52,63,75,0.06),0 10px 40px 0 rgba(52,63,75,0.06),0 0 0 1px rgba(52,63,75,0.02);
	padding:0;background-color:#fff;z-index:9999;position: relative;}
.header .top{ background-color:#f5f5f5;height:35px;}
.header .top .welcome{ width:280px;line-height:35px; font-size:13px; color:#999999;position: relative;}
.header .top .welcome a{color:#999999!important;}
.header .top .welcome a:hover{text-decoration: none;color: #118c3c}
.header .top .mobile{ width:920px;pxposition: relative;}
.header .top .mobile a{ color:#b5b5b5; font-size:13px; line-height:35px; display:block;margin-left:20px;height:30px;position: relative;}
.header .top .mobile a i{font-size: 1.4rem;}
.header .top .mobile a:hover{text-decoration: none;color: #118c3c}
.header .icon{ background-image: url(../images/mob.png); background-repeat:no-repeat;}
.header .i1{background-position:0 2px;}
.header .i2{background-position:0 -28px;}
.header .i3{background-position:0 -56px;}
.header .i4{background-position:0 -84px;}
.header .i6{background-position:0 -163px;}
.header .logo{ width:240px; padding-top:17px;}
.header .logo img{ height:70px}
.header .menu{ width:770px;}
.header .tel{ height:35px; margin-left:auto; margin-top:35px;width:180px; background-position:0 -118px; padding-left:40px; color:#118c3c; font-size:20px;font-weight:300; line-height:30px;}
.header .tel1{height: 75px;margin-left:auto;margin-top: 30px;width:180px;background-position: 0 -110px;padding-left:40px;color:#118c3c;font-size:17px;font-weight: bold;line-height: 26px;}
.fixednav {
	position:fixed;
	top:0px;
	width:100%;
	z-index:9999;
	height:80px;

}
.fixednav .tel1{margin-top:15px; height:65px;}


.fixednav .top{display: none}
.fixednav .logo img{ height:60px}
.fixednav .logo{ padding-top:10px}
.fixednav .tel{margin-top:25px;}
.fixednav nav{padding-top:5px;}
.fixednav .navbar.bootsnav{ padding-top:22px}
/*nav*/
nav.navbar.bootsnav{z-index: 9999;padding-top: 35px;}
nav.navbar.bootsnav ul.nav > li > a{
	color: #6f6f6f;
	background-color: transparent;
	outline: none;
	margin-bottom: -2px;}
nav.navbar.bootsnav ul.nav li.active > a:hover,
nav.navbar.bootsnav ul.nav li.active > a:focus,
nav.navbar.bootsnav ul.nav li.active > a{ background-color: transparent;}
nav.navbar.bootsnav{ border: none;margin-bottom: 0px;background-color:transparent;}
nav.navbar.bootsnav ul.nav > li > a{
	display: block;
	font-size:16px; font-weight:300;
	color: #474747;
	text-transform: uppercase;
	margin:0 20px;
	padding-bottom:20px; padding-top:10px; padding-left:0; padding-right:0; }
nav.navbar.bootsnav ul.nav .last  a{ margin-right:0px !important;}
nav.navbar.bootsnav ul.nav > li a:hover{color: #118c3c;}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
	padding: 0;
	width: 200px;
	border:none;
	background-color:transparent;
	z-index: 9999;}
.nav > li:after{
	content: "";
	width: 0;
	height: 5px;
	background: #118c3c;
	position: absolute;
	bottom: 0;
	left:50%;
	margin-left:-20%;
	transition: all 0.5s ease 0s;
}
.nav > li:hover:after{ width: 40%;}
.dropdown-menu.multi-dropdown{position: absolute;left: -100% !important; top:50px; }
.dropdown-menu{ background-color:transparent;}
.dropdown-menu > li > a{ color:#666 !important;background-color:#fff; white-space:normal; display: block; width: 100%; line-height:35px !important;}
.dropdown-menu > li > a:hover{background-color:#f6f6f6!important; color:#666!important;}


/*section*/
.main{width:100%; height:100%; position:relative;}
.section{ width:100%;background-repeat:no-repeat; background-size:cover; background-position:center center;}
/*section-title*/
.section-title{ text-align:center; padding:30px 0;}
.section-title h2{font-size:28px; font-weight:800; color:#118c3c; display:block; width:40%;letter-spacing:2px;margin:10px auto; position:relative;
	line-height: 20px;}
.section-title h3{font-size:14px; text-transform:none; font-family:Arial; color:#999;font-weight: 300;position:relative;}
.section-title h4{font-size:16px;font-weight:200;color:#777;padding-top:30px;}

/*sub-title*/
.sub-title{ text-align:center; padding:30px 0;}
.sub-title h2{font-size:30px; font-weight:500; color:#282828; display:block; width:40%; margin:0 auto; padding:10px 0; position:relative;}
.sub-title h2 span{ color:#f3991f;}
.sub-title h3{padding:0; margin:0; font-size:18px; text-transform:uppercase; font-family:Arial; color:rgba(0,0,0,0.2);}
.sub-title h2:after{
	content:'';
	width:180px;
	height:1px;
	background-color:rgba(0,0,0,0.1);
	display:block;
	position:absolute; left:0;bottom:10px;
}
.sub-title h2:before{
	content:'';
	width:180px;
	height:1px;
	background-color:rgba(0,0,0,0.1);
	display:block;
	position:absolute; right:0; bottom:10px;

}

/* more */
.section .more{ width:150px; line-height:38px; border:1px solid #094b95; color:#094b95; display:block; text-align:center; font-size:18px;border-radius:20px; -webkit-border-radius:20px; margin:10px auto;}
.section .more i{ font-size:1.2em; margin-left:10px;}
.section .more:hover{
	background-color: #094b95;
	color: #fff;
	text-decoration: none;
}
.section .more:hover i{
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);}

/*service-ico*/
.service-ico{background-image: url(../images/service-bg.jpg);background-repeat: no-repeat;background-position:bottom center;height: 265px;}
.service-ico ul{width:925px;margin:10px auto;padding-top:50px;}
.service-ico ul li{ float: left; width:25%; display: block;text-align: center;}
.service-ico ul li .ico{width:60px;height:60px;margin: 10px auto;}
.service-ico ul li .ico img{width:100%;}
.service-ico ul li h2{ display: block; font-size:18px;color:#118c3c;margin-bottom:10px;}
.service-ico ul li p{font-size:14px; color:#666;line-height:20px;}

/*footer*/
footer{width:100%;background-color:#118c3c;padding: 0 0 0 0;/* margin-bottom: 90px; */}
footer .container{width: 1200px;}
footer .foot-nav{width: 570px;padding:40px 0;}
footer .foot-nav dl{padding: 0;margin:0 50px 0 0;}
footer .foot-nav dt{ font-size:16px; letter-spacing: 1px; color:#fff; font-weight:500;padding-bottom:10px;text-align: left}
footer .foot-nav dd{}
footer .foot-nav dd a{ font-size:14px; color:rgba(255,255,255,0.5); line-height:25px;text-align: left}
footer .foot-nav dd a:hover{ color:#fff;}
footer .foot-contact{width: 630px;padding:40px 0;position:relative;}
footer .foot-contact .c-info{width: 360px;}
footer .foot-contact .c-info .tel{display:block;color:#fff; font-size:25px; font-family:Arial;padding: 0;margin:0 0 10px 0;}
footer .foot-contact .c-info .s-time{ font-size:14px; color:rgba(255,255,255,0.5);margin:0 0 10px 0;}
footer .foot-contact .c-info h4{font-size:22px;color: #fff;margin:0 0 10px 0!important;padding: 0!important;text-indent: 0!important; }
footer .foot-contact .c-info h5{font-size: 22px;color: #fff;margin:20px 0 10px 0;padding: 0;}
footer .foot-contact .c-info span{ color:rgba(255,255,255,0.8); font-size:14px;line-height: 20px; display: block;}
footer .foot-contact .c-info p{ color:rgba(255,255,255,0.8); font-size:14px; line-height:22px;}
footer .foot-contact .wx{position:absolute;right: 130px;top:30px;font-size:14px;color:#fff;text-align:center;}
footer .foot-contact .wx img{ display:block; margin-bottom:10px;}
footer .foot-contact .wx2{ position:absolute; right:0; top:30px; font-size:14px; color:#fff; text-align:center;}
footer .foot-contact .wx2 img{ display:block; margin-bottom:10px;}



footer .copy{background-color: rgba(0,0,0,0.1);}
footer .copy .container{font-family:Arial; height:35px;font-size:12px; color:rgba(255,255,255,0.6); line-height:35px;text-transform: uppercase;}
footer .copy a{color:rgba(255,255,255,0.6)!important;}


.err{ width:50%; line-height:30px; font-size:20px; color:rgba(0,0,0,0.3); text-align:center; margin:50px auto; padding:20px; border:1px solid rgba(0,0,0,0.07)}

/*å¾®ä¿¡*/
.mob{ display: none; position:absolute; top:40px; z-index:10000; width:150px; height:150px;padding: 10px;
	background-color:#fff;
	box-shadow: 0 0 20px rgba(33,37,44,.15);-webkit-box-shadow: 0 0 20px rgba(33,37,44,.15)
}
.weixin{ display: none; position:absolute;top:40px; z-index:10000; width:150px; height:150px;padding: 10px;
	background-color:#fff;
	box-shadow: 0 0 20px rgba(33,37,44,.15);-webkit-box-shadow: 0 0 20px rgba(33,37,44,.15)
}
.weixin img,.mob img{ width:100%; height:100%;}

.dn{display: none;}
/* è¿”å›žé¡¶éƒ¨ */
.go-top{position: fixed;bottom: 40px;right: 20px;width: 46px;z-index: 99999;}
.go-top a{display: block;width: 46px;height: 46px;margin-bottom: 10px;background-image: url(../images/go-top.png);}
.go-top a:last-child{margin-bottom: 0;}
.go-top .go{background-position: 0 -150px;}
.go-top .go:hover{background-position: 0 -250px;}
.go-top .feedback{background-position: 0 -100px;}
.go-top .feedback:hover{background-position: 0 -300px;}
.go-top .uc-2vm{background-position: 0 0;}
.go-top .uc-2vm:hover{background-position: 0 -350px;}
/*
.go-top .share{background-position: 0 -50px;}
.go-top .share:hover{background-position: 0 -200px;}
*/
.go-top .uc-2vm-pop{
	position: absolute;right: 60px;top: -50px;
	width: 100px;box-shadow: 0px 1px 4px rgba(0,0,0,.1);
	background: #fff;
}
.go-top .uc-2vm-pop .title-2wm{font-size: 14px; margin: 10px 10px;}
.go-top .uc-2vm-pop .logo-2wm-box{position: relative;}

.free-quote{height: 90px;width: 100%;position: fixed;bottom: 0;left: 0;	background-color: rgba(0,0,0,.8); z-index:999;}
.free-quote .container{
	max-width: 1200px;
	width: 90%;margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	align-content: center;
	align-items: center;}
.free-quote .f-logo{width: 40%;padding: 10px;height: 100%;justify-content: center;align-items: center;}
.free-quote .f-logo img{max-width:559px;width: 100%;}
.free-quote .f-form{
	width: 60%;height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content:center;
	padding: 25px 0;font-size: 14px;font-weight: 100!important;}
.free-quote .f-form input{height: 40px;width:150px;border: 0;margin-right: 10px;text-indent: 10px;}
.free-quote .f-form #city{height: 40px;width:150px;border: 0;margin-right: 40px;text-indent: 10px;background-color: #fff;}
.free-quote .f-form button{height: 40px;width:150px;border: 0;background-color: #098ef7;color: #fff;}
select {
	/*Chromeå’ŒFirefoxé‡Œé¢çš„è¾¹æ¡†æ˜¯ä¸ä¸€æ ·çš„ï¼Œæ‰€ä»¥å¤å†™äº†ä¸€ä¸‹*/
	border: solid 1px #000;
	/*å¾ˆå…³é”®ï¼šå°†é»˜è®¤çš„selecté€‰æ‹©æ¡†æ ·å¼æ¸…é™¤*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*åœ¨é€‰æ‹©æ¡†çš„æœ€å³ä¾§ä¸­é—´æ˜¾ç¤ºå°ç®­å¤´å›¾ç‰‡*/
	background: url("../images/arrow.png") no-repeat scroll right center ;
	/*ä¸ºä¸‹æ‹‰å°ç®­å¤´ç•™å‡ºä¸€ç‚¹ä½ç½®ï¼Œé¿å…è¢«æ–‡å­—è¦†ç›–*/
	padding-right: 14px;
}
/*æ¸…é™¤ieçš„é»˜è®¤é€‰æ‹©æ¡†æ ·å¼æ¸…é™¤ï¼Œéšè—ä¸‹æ‹‰ç®­å¤´*/
select::-ms-expand { display: none; }
.pagebar { padding:20px; overflow:hidden; clear:both}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px; line-height:100%
}
.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}
.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}
.pagination .st{ font-family:宋体}
.text-secondary{ text-align:center; padding:20px 0}

#maximg img{ max-width:100%; height:auto !important}