@charset "utf-8";

/******************导航条**********************/
.header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 12;

}
.max_header .logo{
	height: 100px;
	background-color: white;
}
.max_header .logo .img_logo{
	height: 86px;
	margin-top: 7px;
}
.max_header .right{
	line-height: 100px;
	font-size: 20px;
}
.max_header .right .tel{
	color: #646464;
	margin-right: 30px;
}
.max_header .right .ch{
	color: #0466d9;
	font-weight: bold;
}
.max_header .right .en{
	color: #06ae3c;
	font-weight: bold;
}
.max_header .nav{
	width: 100%;
	height: 80px;
	background-color: rgba(0,102,204,0.3);
}
.max_header .nav .ul_one>li{
	float: left;
	width: 16%;
	text-align: center;
	line-height: 80px;
	font-size: 20px;
	color: white;
}
.max_header .nav .ul_one>li>div{
	display: inline-block;
	padding: 0 20px;
	height: 80px;
	position: relative;
    top: 0px;
    left: 0px;
}
.max_header .nav .ul_one>li>div.active{
	border-bottom: 4px #00e84b solid;
}
.max_header .nav .ul_one>li>div:hover{
	border-bottom: 4px #00e84b solid;
}
.max_header .nav .ul_one>li>div .nav_two{
	width: 100%;
	position: absolute;
	left: 0;
	top: 80px;
	background: rgba(16,25,36,0.8);
	display: none;
}
.max_header .nav .ul_one>li>div .nav_two li{
	height: 50px;
	line-height: 50px;
	color: white;
	font-size: 18px;
	border-bottom: 1px #395792 solid;
	cursor: pointer;
}
.max_header .nav .ul_one>li>div .nav_two li:last-child{
	border-bottom: 0;
}
.max_header .nav .ul_one>li>div .nav_two li:hover{
	color: #00e84b;
}
/****************版权板块*********************/
.footer{
	background: #125eb3;
}
.footer .container{
	padding-top: 100px;
}
.footer .container .top{
	padding-left: 120px;
	padding-right: 120px;
}
.footer .footer_nav{
	width: 80%;
}
.footer .footer_nav .pull-left{
	width: 20%;
	text-align: center;
}
.footer .footer_nav .pull-left p{
	font-size: 18px;
	color: white;
	height: 20px;
	line-height: 20px;
	border-right: 1px white solid;
}
.footer .footer_nav .pull-left:last-child p{
	border: 0;
}
.footer .footer_nav .pull-left li{
	height: 28px;
	line-height: 28px;
	font-size: 16px;
	color: #eff2f8;
	cursor: pointer;
}
.footer .footer_nav .pull-left li:hover{
	color: #00e84b;
}
.footer .code_img{
	width: 20%;
}
.footer .bottom{
    text-align: center;
	margin-top: 60px;
	padding: 0 60px;
}
.footer .bottom .img{
	height: 28px;
	margin-bottom: 15px;
}
.footer .bottom .img img{
	display: inline;
}
.footer .bottom .font{
    font-size: 18px;
	color: white;
	margin: 10px 0;
}
.footer .bottom .txt{
	font-size: 14px;
	color: #bac9e3;
}
.footer .copy{
	height: 100px;
	line-height: 100px;
	border-top: 1px #a0bfe1 solid;
	text-align: center;
	font-size: 14px;
	color: white;
}


/****************小屏头部****************/
@media (max-width: 992px) {    /*手机pad公共部分*/
	.header_tan{
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		max-height: 100%;
		background-color: rgba(0,0,0,0.9);
		display: none;
		overflow: auto;
		z-index: 11;
	}
	.header_tan ul{
		margin: 0;
	}
	.header_tan .nav_one>li{
		width: 100%;
		line-height: 50px;
		color: white;
		border-bottom: 1px #cccccc solid;
		padding-left: 20px;
		padding-right: 20px;
	}
	.header_tan .nav_one>li p{
		margin: 0;
	}
	.header_tan .nav_one>li .nav_two{
		width: 100%;
		display: none;
	}
	.header_tan .nav_one>li .nav_two li{
		width: 92%;
		margin: 0 auto;
		height: 40px;
		line-height: 40px;
		border-bottom: 1px white solid;
	}
	.header_tan .nav_one>li .pull-right img{
		width: 15px;
		height: auto;
		transition: all 0.3s linear;
	}
	.rotate{
		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);

	}
	.header_tan .nav_one>li .nav_two li:last-child{
		border: 0;
	}
	.header_tan li a{
		display: block;
	}
}

@media (max-width: 768px){    /*手机*/
	.header{
		width: 100%;
		height: 60px;
		background: white;
	}
	.header .min_header .btn{
		padding: 0;
		margin-top: 12px;
		width: 35px;
		height: 35px;
		float: right;
	}
	.header .min_header .logo{
		height: 44px;
		margin-top: 8px;
	}
	.header .min_header .logo img{
		margin: 0 auto;
	}
	.header_tan{
		padding-top: 60px;
	}
	.footer .copy {
		height: 40px;
		line-height: 40px;
	}
	.footer .copy img{
		width: 20px;
		height: 20px;
		margin-right: 5px;
	}
}
@media screen and (min-width: 769px) and (max-width: 992px){    /*pad*/
	.header{
		width: 100%;
		height: 80px;
	}
	.header .min_header .btn{
		padding: 0;
		margin-top: 16px;
		width: 45px;
		height: 45px;
		position: absolute;
	}
	.header .min_header .logo{
		height: 70px;
		margin: 0 auto;
		padding-top: 5px;
	}
	.header .min_header .logo img{
		margin: 0 auto;
	}
	.header_tan{
		padding-top: 80px;
	}
}
@media (max-width: 372px) {
	.header .min_header .logo {
		height: 34px;
		margin-top: 13px;
	}
}