
/* CSS Document */
html, body{
	width:100%;
	height: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	color:#555;
	line-height: 24px;
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
}
input, textarea, select {
 *font-size:100%;
}
input[type="button"], input[type="submit"], input[type="reset"] {
-webkit-appearance: none;
}
textarea {  -webkit-appearance: none;} 
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#555;
	text-decoration:none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #43880b;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	line-height: 24px;
	margin: 0px;
	padding: 0px;
}
/* css common */
.rel {
    position: relative;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
*zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
.wrap{
	width: 1200px;
	margin:0 auto;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mt90{
	margin-top: 90px;
}
.pt30{
	padding:30px 0 0 0;
}
.pt40{
	padding:40px 0 0 0;
}
.pt60{
	padding:60px 0 0 0;
}
.ptb60{
	padding:60px 0;
}
.pt70{
	padding:70px 0 0 0;
}
.ptb70{
	padding:70px 0;
}
.ptb80{
	padding:80px 0;
}
.pt80{
	padding:80px 0 0 0;
}
.pb80{
	padding:0 0 80px 0;
}
.ptb90{
	padding:90px 0;
}
.ptb100{
	padding:100px 0;
}
.ptb120{
	padding:120px 0;
}
.ptb180{
	padding:180px 0;
}
.font48{
	font-size: 48px;
	line-height: 48px;
}
.font40{
	font-size: 40px;
}
.font36{
	font-size: 36px;
	line-height: 36px;
}
.font32{
	font-size: 32px;
	line-height: 32px;
}
.font30{
	font-size: 30px;
	line-height: 30px;
}
.font28{
	font-size: 28px;
}
.font24{
	font-size: 24px;
}
.font18{
	font-size: 18px;
	line-height: 30px;
}
.font16{
	font-size: 16px;
	line-height: 30px;
}
.indent{
	text-indent: 2em;
}

@media (max-width: 1280px) {
	.wrap{
		width: 94%;
	}
	.mt20{
		margin-top: 2%;
	}
	.mt30{
		margin-top: 3%;
	}
	.mtb30{
		margin: 3% 0;
	}
	.mt40{
		margin-top: 4%;
	}
	.mt50{
		margin-top: 5%;
	}
	.mt60{
		margin-top: 6%;
	}
	.mtb60{
		margin: 6% 0;
	}
	.mtb70{
		margin: 7% 0;
	}
	.mt70{
		margin-top: 7%;
	}
	.mt80{
		margin-top: 8%;
	}
	.mb80{
		margin-bottom: 8%;
	}
	.mt90{
		margin-top: 9%;
	}
	.mtb90{
		margin: 9% 0;
	}
	.ptb20{
		padding:2% 0;
	}
	.pt30{
		padding:3% 0 0 0;
	}
	.ptb30{
		padding:3% 0;
	}
	.pt40{
		padding:4% 0 0 0;
	}
	.pt60{
		padding-top: 6%;
	}
	.ptb60{
		padding: 6% 0;
	}
	.pt70{
		padding:7% 0 0 0;
	}
	.ptb70{
		padding:7% 0;
	}
	.ptb80{
		padding:8% 0;
	}
	.pt80{
		padding:8% 0 0 0;
	}
	.pb80{
		padding-bottom:8%;
	}
	.pt90{
		padding:9% 0 0 0;
	}
	.ptb90{
		padding:9% 0;
	}
	.ptb100{
		padding:10% 0;
	}
	.pt120{
		padding-top:12%;
	}
	.ptb120{
		padding:12% 0;
	}
	.pt130{
		padding-top:13%;
	}
	.pt180{
		padding-top:18%;
	}
	.ptb180{
		padding:18% 0;
	}
	.font48{
		font-size: 42px;
		line-height: 42px;
	}
	.font42{
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width: 992px){
	.font48{
		font-size: 36px;
		line-height: 36px;
	}
	.font42{
		font-size: 32px;
		line-height: 32px;
	}
	.font40{
		font-size: 32px;
	}
	.font36{
		font-size: 24px;
		line-height: 24px;
	}
	.font32{
		font-size: 20px;
		line-height: 24px;
	}
	.font30{
		font-size: 20px;
		line-height: 24px;
	}
	.font28{
		font-size: 20px;
	}
	.font26{
		font-size: 20px;
	}
	.font24{
		font-size: 20px;
	}
}
@media (max-width: 750px){
	.font48{
		font-size: 30px;
		line-height: 30px;
	}
	.font42{
		font-size: 24px;
		line-height: 24px;
	}
	.font40{
		font-size: 24px;
	}
	.font36{
		font-size: 22px;
	}
	.font28{
		font-size: 16px;
	}
	.font26{
		font-size: 16px;
	}
	.font24{
		font-size: 16px;
	}
	.font18{
		font-size: 16px;
		line-height: 24px;
	}
	.font16{
		font-size: 14px;
		line-height: 24px;
	}
}

/* 颜色*/
.white{
	color: #fff;
}
.white a{
	color: #fff;
}
.white a:hover {
	color: #fff;
}
.hui{
	color:#797979;
}
.hui a{
	color: #797979;
}
.hui a:hover {
	color: #fff;
}

/* Header */
header{
	width: 100%;
	position: relative;
	z-index: 1000;
	background: #fff;
}
header.fixed{
	position: fixed;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
header .box1{
	height: 33px;
	line-height: 33px;
	border-bottom: 1px #eeeeee solid;
}
header .box1 .left li{
	float: left;
	margin-right: 32px;
}
header .box1 .left li i{
	color: #999;
	margin-right: 4px;
}
header .box1 .right{
	border-left: 1px #eee solid;
}
header .box1 .right li{
	float: left;
	border-right: 1px #eee solid;
	padding: 0 15px;
}
header .box1 .right a{
	display: flex;
	align-items: center;
	justify-content: center;
}
header .box1 .right a img{
	margin-right: 10px;
}
header .box2{
	height: 80px;
	position: relative;
}
header .box2 .logo{
	width: 307px;
	height: 55px;
	margin: 12px 0;
	background: url('../image/logo.png') no-repeat center top;
	background-size: cover;
	overflow:hidden;
}
header .box2 .menu-trigger{
	display: none;
	height: 80px;
	line-height: 80px;
}
header .box2 .menu-trigger i{
	font-size: 36px;
}
header .box2 .header-nav{
	width: auto;
	width: calc(100% - 407px);
}
header .box2 .header-nav > ul{
	width: 100%;
	display: flex;
}
header .box2 .header-nav > ul > li{
	flex: 1;
}
header .box2 .header-nav > ul > li > a{
	width: 100%;
	text-align: center;
	line-height: 80px;
	font-size: 15px;
	position: relative;
	display: block;
}
header .box2 .header-nav > ul > li:hover > a,
header .box2 .header-nav > ul > li.active > a, 
header .box2 .header-nav > ul > li.current > a{
	color: #43880b;
}
header .box2 .header-nav > ul > li > a:after{
	content: "";
	width:0;
    height:0;
	border-right:8px solid transparent;
	border-left:8px solid transparent;
	border-bottom:8px solid #43880b;
	position: absolute;
	bottom: 0;
	left:50%;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
}
header .box2 .header-nav > ul > li:hover > a:after, 
header .box2 .header-nav > ul > li.active > a:after,
header .box2 .header-nav > ul > li.current > a:after{
	opacity: 1;
	visibility: visible;
}
.header-subnav{
	width: 100%;
    position: fixed;
    top: 114px;
    z-index: 9999;
    background: rgba(3, 72, 178, .8);
    display: none;
}
.header-subnav .close{
	display: none;
	position: absolute;
	right: 72%;
	top: 3%;
	color: #fff;
}
.header-subnav .close i{
	font-size: 30px;
}
.header-subnav .wrap > ul a i{
	display: none;
}
.header-subnav .wrap > ul a{
	color: #fff;
	display: block;
	text-align: center;
}
.header-subnav .wrap > ul{
	width: auto;
	width: calc(100% - 407px);
	float: right;
	display: flex;
	justify-content: flex-end;
}
.header-subnav .wrap > ul > li{
	flex: 1;
	padding: 20px 0;
}
.header-subnav .wrap > ul > li.current{
	background: #fff;
}
.header-subnav .wrap > ul > li > a{
	display: none;
}
.header-subnav .wrap > ul > li.current > ul > li > a{
	color: #43880b;
}
.header-subnav .wrap > ul > li > ul > li > a{
	padding: 4px 0;
}
.header-subnav .wrap > ul > li > ul > li:hover{
	background: #43880b;
}
.header-subnav .wrap > ul > li > ul > li:hover > a{
	color: #fff;
}
@media (max-width: 1280px){
	header .box2 .header-nav{
		display: none;
	}
	header .box2 .menu-trigger{
		display: block;
	}
	.header-subnav{
		width: 100%;
		top: 0;
		height: 100%;
		background: rgba(0, 0, 0, .6);
		overflow: hidden;
	}
	.header-subnav .wrap{
		width: 100%;
	}
	.header-subnav .wrap > ul{
		width: 70%;
		height: 100%;
		background: #fff;
		position: absolute;
		display: block;
		right: -100%;
		z-index: 1;
		overflow: hidden;
		overflow-y: auto;
		-webkit-overflow-scrolling : touch;
	}
	.header-subnav .wrap > ul a{
		color: #555;
		display: block;
		text-align: left;
	}
	.header-subnav .wrap > ul a i{
		display: block;
	}
	.header-subnav .wrap > ul > li{
		padding: 0;
	}
	.header-subnav .wrap > ul > li > a{
		display: block;
		padding: 10px 2%;
		border-bottom: 1px #eee solid;
	}
	.header-subnav .wrap > ul > li > ul{
		display: none;
		background: #eee;
	}
	.header-subnav .wrap > ul > li > ul > li > a{
		padding: 10px 0;
		margin: 0 2%;
		border-bottom: 1px #ccc solid;
	}
	.header-subnav .wrap > ul > li.current > ul > li > a{
		color: #555;
	}
	.header-subnav .wrap > ul > li > ul > li:last-child > a{
		border-bottom: none;
	}
}
@media (max-width: 992px){}
@media (max-width: 750px){
	header .box1 .left{
		display: none;
	}
	header .box1 .right li {
	    padding: 0 10px;
	}
	header .box2 {
	    height: 60px;
	}
	header .box2 .menu-trigger {
	    height: 60px;
	    line-height: 60px;
	}
	header .box2 .menu-trigger i{
		font-size: 30px;
	}
	header .box2 .logo {
	    width: 223px;
	    height: 40px;
	    margin: 10px 0;
	}
}

/* Footer */
footer{
	width: 100%;
	background: #1f1f1f;
	overflow: hidden;
}
footer .box1{
	padding: 20px 0;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	overflow: hidden;
}
footer .box1 > div{
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .box1 > div img{
	max-width: 100%;
	display: block;
}
footer .box2{
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding: 70px 0;
	overflow: hidden
}
footer .box2 i{
	display: none;
}
footer .box2 > ul{
	display: flex;
	justify-content: space-between;
	line-height: 28px;
}
footer .box2 > ul > li > a{
	line-height: 42px;
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
}
footer .box2 > ul > li > a:before{
	content: "";
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, .4);
	position: absolute;
	left: 0;
	bottom: 0;
}
footer .box2 > ul > li > a:after{
	content: "";
	width: 20px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #0d4aae;
}
footer .box2 > ul > li > ul{
	margin-top: 16px;
}
footer .box3{
	padding: 20px 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	text-transform: uppercase;
	overflow: hidden;
}
footer .box3 .bdsharebuttonbox a{
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	background: rgba(255, 255, 255, .2);
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	font-size: 18px;
	margin: 0;
	margin-left: 10px;
	padding: 0;
}
footer .box3 .bdsharebuttonbox a:hover{
	background: #ffffff;
	color: #43880b;
}
@media (max-width: 1280px){
    footer{
		padding-bottom: 100px;
	}
	footer .box1{
		padding: 4% 0;
	}
	footer .box2{
		padding: 4% 0 6% 0;
	}
	footer .box2 i{
		display: block;
	}
	footer .box2 > ul{
		display: block;
	}
	footer .box2 > ul > li{
		width: 100%;
		background: none;
		padding: 0;
		border-bottom: 1px solid rgba(255, 255, 255, .1);
	}
	footer .box2 > ul > li > a{
		line-height: 24px;
		padding: 14px 0;
	}
	footer .box2 > ul > li > a:before,
	footer .box2 > ul > li > a:after{
		display: none;
	}
	footer .box2 > ul > li > ul{
		display: none;
		margin-top: 0;
		padding-bottom: 10px;
	}
	footer .box3{
		padding: 0;
		border: none;
	}
}
@media (max-width: 992px){
    footer{
		padding-bottom: 80px;
	}
	footer .box3 > div{
		width: 100%;
		text-align: center;
	}
	footer .box3 > div.right{
		margin-top: 10px;
        display: flex;
		justify-content: center;
		align-items: center;
	}
}
@media (max-width: 750px){
	footer{
		padding-bottom: 70px;
	}
	footer .box1{
		display: none;
	}
}

/* 右侧电话 */
.telFixed{
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 998;
	display: none;
}
.telFixed i{
	font-size: 24px;
	margin-right: 10px;
}
@media (max-width: 1280px){
	.telFixed{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 992px){
	.telFixed{
		height: 60px;
		line-height: 60px;
	}
	.telFixed i{
		font-size: 20px;
	}
}
@media (max-width: 750px){
	.telFixed{
		height: 50px;
		line-height: 50px;
	}
	.telFixed i{
		margin-right: 6px;
		font-size: 18px;
	}
}