@charset "utf-8";

/******************导航条**********************/
.header{
	width: 100%;
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: white;
}
.max_header .logo{
	height: 60px;
	margin-top: 10px;
}
.max_header .nav{
	width: 60%;
}
.max_header .nav li{
	float: right;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	width: 10%;
	margin-top: 13px;
	margin-left: 3%;
	margin-right: 3%;
	text-align: center;
}
.max_header .nav li a{
	display: block;
}
.max_header .nav li.active{
	border-bottom: 2px #0068de solid;
}
.max_header .nav li:hover{
	border-bottom: 2px #0068de solid;
}
/******************内容板块 标题************************/
.content{
	padding-top: 60px;
	padding-bottom: 70px;
}
.mod_title{
	text-align: center;
}
.mod_title .en{
	color: #3b474c;
}
.mod_title .zh{
	color: #4e4d4d;
	margin: 0;
}
.mod_title .zh.bor_botm{
	border-bottom: 1px #d9d9d9 solid;
	width: auto;
	display: inline-block;
	padding-bottom: 10px;
}
.mod_title .text{
	margin-top: 10px;
}
.mod_title .text_white{
	color: white;
}

/*****************版权部分*****************/
.footer_last{
	height: 77px;
	width: 100%;
	background: #283138;
	font-size: 12px;
	color: #788189;
	line-height: 77px;
	text-align: center;
}
.footer{
	background: #394249;
	padding-top: 72px;
	padding-bottom: 44px;
}
.footer .goter_nav{
	float: left;
	height: 135px;
	padding: 0 4.5%;
	border-left: 1px #52595f solid;
}
.footer .goter_nav p{
	color: #bdc4cb;
	font-size: 12px;
}
.footer .goter_nav ul{
	margin-top: 20px;
}
.footer .goter_nav li{
	color: #7c848b;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
}
.footer .goter_nav li a:hover{
	color: #fff;
}
.footer .dizhi{
	border-left: 1px #52595f solid;
	height: 135px;
	padding-left: 6%;
}
.footer .dizhi .tel{
	margin-top: 20px;
}
.footer .dizhi .tel_img{
	margin-right: 10px;
}
.footer .dizhi .tel_text p{
	color: #7c848b;
	margin: 0;
}
.footer .dizhi .address{
	color: #7c848b;
	margin-top: 20px;
}
/* 英文 S */
.footeren{
	background: #394249;
	padding-top: 72px;
	padding-bottom: 44px;
}
.footeren .goter_nav{
	float: left;
	height: 135px;
	padding: 0 3%;
	border-left: 1px #52595f solid;
}
.footeren .goter_nav p{
	color: #bdc4cb;
	font-size: 12px;
}
.footeren .goter_nav ul{
	margin-top: 20px;
}
.footeren .goter_nav li{
	color: #7c848b;
	font-size: 12px;
	line-height: 22px;
	cursor: pointer;
}
.footeren .goter_nav li a:hover{
	color: #fff;
}
.footeren .dizhi{
	border-left: 1px #52595f solid;
	height: 135px;
	padding-left: 4.5%;
}
.footeren .dizhi .tel{
	margin-top: 20px;
}
.footeren .dizhi .tel_img{
	margin-right: 10px;
}
.footeren .dizhi .tel_text p{
	color: #7c848b;
	margin: 0;
}
.footeren .dizhi .address{
	color: #7c848b;
	margin-top: 20px;
}
/* 英文 E */
/****************小屏头部****************/
@media (max-width: 992px) {    /*手机pad公共部分*/
	.header_tan{
		position: absolute;
		left: 0;
		width: 40%;
		background-color: rgba(50,102,153,0.95);
		display: none;
	}
	.header_tan ul{
		margin: 0;
	}
	.header_tan li{
		width: 100%;
		height: 60px;
		line-height: 60px;
		color: white;
		text-align: center;
		border-bottom: 1px #cccccc solid;
	}
	.header_tan li a{
		display: block;
	}

}

@media (max-width: 768px){    /*手机*/

	.header{
		width: 100%;
		height: 60px;
	}
	.header .btn{
		padding: 0;
		margin-top: 9px;
		width: 35px;
		height: 35px;
		position: absolute;
	}
	.header .logo{
		height: 44px;
		padding-top: 8px;
	}
	.header .logo img{
		margin: 0 auto;
	}
	.header_tan{
		top: 60px;
	}
	.content{
		padding-top: 30px;
		padding-bottom: 45px;
	}
	.footer{
		padding-top: 36px;
		padding-bottom: 22px;
	}
	.footer .dizhi{
		border-left: 0;
	}
	.footer_last{
		height: 60px;
		line-height: 60px;
	}
}
@media screen and (min-width: 769px) and (max-width: 992px){    /*pad*/
	.header{
		width: 100%;
		height: 80px;
	}
	.header .btn{
		padding: 0;
		margin-top: 16px;
		width: 45px;
		height: 45px;
		position: absolute;
	}
	.header .logo{
		height: 70px;
		margin: 0 auto;
		padding-top: 5px;
	}
	.header .logo img{
		margin: 0 auto;
	}
	.header_tan{
		top: 80px;
	}
}