body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td{margin:0;padding:0;}
ul,ol{list-style:none;}
a{text-decoration:none;}
html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;}
body{line-height:1.5; font-size:14px;}
body,button,input,select,textarea{font-family:'helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;}
b,strong{font-weight:bold;}
i,em{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
table th,table td{border:1px solid #ddd;padding:5px;}
table th{font-weight:inherit;border-bottom-width:2px;border-bottom-color:#ccc;}
img{border:0 none;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
input:focus{outline:none;}
select[size],select[multiple],select[size][multiple]{border:1px solid #AAA;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video,progress{display:inline-block;}
body{background:#fff;}
input::-webkit-input-speech-button {display: none}
button,input,textarea{
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
html,body{background-color: #fff; font-family: '微软雅黑'; overflow-x: hidden;}
div{outline:none;}

.clear{
	clear: both;
}

.w{
	position: relative;
	width: 1300px;
	margin: 0 auto;
}

.main{
	width: 100%;
}


/* header */
.header{
	position: relative;
	width: 100%;
	height: 110px;
	background: #fff;
	box-shadow: 0px 8px 24px rgba(4,0,0,0.1);
	z-index: 999;
}
.header .logo{
	position: absolute;
	left: 75px;
	top: 26px;
}
.header .tel{
	position: absolute;
	right: 80px;
	top: 35px;
}
.header .tel .icon{
	float: left;
}
.header .tel .text{
	float: left;
	font-size: 20px;
	color: #5c5c5c;
	line-height: 15px;
	margin-left: 5px;
}
.header .tel .text p:first-child{
	font-size: 12px;
	color: #909090;
	margin-bottom: 5px;
}
.header .menu{
	width: 100%;
	text-align: center;
}
.header ul.menu li{
	position: relative;
	display: inline-block;
	width: 65px;
	height: 106px;
	line-height: 106px;
	margin-left: 10px;
	margin-right: 10px;
}
.header ul.menu li a{
	font-size: 14px;
	color: #222222;
}
.header ul.menu li a:hover{
	color: #85bb2b;
}
.header ul.menu li.evl{
	border-top: solid 4px #85bb2b;
}
.header ul.menu li .sub {
	position: absolute;
	width: 105px;
	display: none;
}
.header ul.menu li .sub a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: rgba(255, 255, 255, 0.7);
}
.header ul.menu li .sub a.evl {
	#85bb2b
}
.header ul.menu li:hover .sub {
	display: block;
}
/* header */

/* footer */
.footer{
	width: 100%;
	height: 368px;
	background: #747474;
}
.footer .l-con{
	float: left;
}
.footer .l-con .name-cn{
	font-size: 17px;
	color: #fff;
	padding-top: 60px;
	line-height: 10px;
	letter-spacing: 3px;
}
.footer .l-con .tel-bt{
	font-size: 12px;
	color: #fff;
	margin-top: 15px;
	line-height: 20px;
}
.footer .l-con .tel{
	font-size: 20px;
	color: #fff;
	margin-top: 5px;
	line-height: 20px;
}
.footer .l-con .code{
	width: 84px;
	margin-top: 60px;
	text-align: center;
	font-size: 12px;
	color: #fff;
}
.footer .l-con .code img{
	margin-bottom: 10px;
}
.footer .r-con{
	float: right;
}
.footer .r-con ul li{
	float: right;
	color: #fff;
	line-height: 22px;
	margin-top: 55px;
	margin-left: 35px;
}
.footer .r-con ul li .bt{
	font-size: 16px;
	margin-bottom: 25px;
}
.footer .r-con ul li a{
	display: block;
	font-size: 12px;
	color: #fff;
}
.footer .r-con ul li a:hover{
	text-decoration: underline;
}
.footer .r-con .copy{
	font-size: 11px;
	color: #bbbbbb;
	text-align: right;
	line-height: 20px;
	margin-top: 70px;
}
.footer .r-con .copy p:first-child{
	color: #fff;
}
/* footer */

.other-banner{
	width: 100%;
	height: 253px;
	overflow-x: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.other-banner img{
	width: auto;
	height: 100%;
}

.other-title{
	width: 100%;
	text-align: center;
	padding-bottom: 45px;
	border-bottom: solid 1px #e6e6e6;
}
.other-title .en{
	font-size: 32px;
	font-weight: bold;
	color: #999999;
	margin-top: 40px;
	line-height: 40px;
}
.other-title .cn{
	font-size: 24px;
	color: #222222;
	margin-top: 5px;
	line-height: 32px;
}

.detail-title{
	width: 100%;
	margin-top: -36px;
	position: relative;
	z-index: 888;
}
.detail-title .bt{
	float: left;
	width: 200px;
	background: #85bb2b;
	height: 120px;
}
.detail-title .bt .en{
	font-size: 21px;
	font-weight: bold;
	color: #fff;
	padding-top: 20px;
	margin-left: 15px;
	text-transform: uppercase;
	line-height: 22px;
}
.detail-title .bt .cn{
	font-size: 18px;
	color: #fff;
	margin-left: 15px;
	margin-top: 5px;
}
.detail-title .back-group{
	float: right;
	width: 1040px;
	height: 29px;
	margin-top: 90px;
	border-bottom: solid 1px #d7d9e2;
}
.detail-title .back-group .back{
	float: left;
	width: 108px;
	height: 28px;
	border: solid 1px #d7d9e2;
	border-bottom: none;
}
.detail-title .back-group .back .arrow{
	float: left;
	margin-left: 14px;
	margin-top: 2px;
}
.detail-title .back-group .back .text{
	float: left;
	font-size: 14px;
	color: #585858;
	line-height: 28px;
	margin-left: 13px;
}
.detail-title .back-group .m-link{
	float: right;
	font-size: 12px;
	color: #a9a9a9;
	line-height: 28px;
}
.detail-title .back-group .m-link a{
	color: #a9a9a9;
}
.detail-title .back-group .m-link span{
	color: #737373;
}

/* 分页 */
.page{
	width: 100%;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 115px;
	font-size: 0;
}
.page a{
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
	font-size: 12px;
	color: #999999;
}
.page a.prev,
.page a.next{
	width: 75px;
}
.page a.next{
	border-right: solid 1px #dcdcdc;
}
.page a.evl{
	color: #FFFFFF;
	background-color: #999999;
}


@media screen and (max-width: 1400px) {
    .header .tel{
		display: none;
	}
	.header .menu{
		width: 1300px;
		margin: 0 auto;
		text-align: right;
	}
	.header ul.menu li{
		text-align: center;
	}
}