﻿/* .container{max-width:1200px;margin:0 auto;}

.c-nav .show{
	display: inline-block;
}
.c-nav .hiden{
	display: none;
}
导航栏
.c-nav{
	width: 100%;
	background-color: #ffffff;
	height: 82px;
}
.c-nav .navFlex{
	display: flex;
	display: -webkit-flex;
	justify-content:space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-content: center;
	color: white;
}
.c-nav ul{
	list-style: none;
	margin-bottom: 0px;
	padding-left: 0px;
	line-height: 82px;
}
.c-nav ul>li{
	display: inline-block;
	font-size: 14px;
	position: relative;
}
.c-nav ul>li>a{
	display: block;
	padding: 0 15px;
	height: 79px;
	color: #595757;
	text-decoration: none;
	border-bottom: 3px solid transparent;
}
.c-nav ul>li>a:hover{
	color: #214086;
	border-bottom: 3px solid #214086;
}
.c-nav ul>li .active{
    color: #214086;
    border-bottom: 3px solid #214086;
}
.c-nav .btnImg{
	height: 20px;
	width: 25px;
	margin: 17px 17px 3px 8px;
	box-sizing: content-box;
	border: 1px solid transparent;
}
.c-nav ul>li>ol{
	position: absolute;
	left: 0;
	top: 90px;
}

@media screen and (max-width:1200px){
	.container{max-width:1100px;}
	.lo{
		margin-left: 20px;
	}
	.c-nav ul li>a{
		padding: 0 7px;
	}
}
@media screen and (max-width:992px){
	.container{max-width:950px;}
	.lo{
		margin-left: 20px;
    	width: 30%;
	}
	.c-nav ul li>a{
		padding: 0 7px;
	}

}
@media screen and (max-width:768px){
	.lo{
		margin-left: 20px;
    	margin-top: 15px;
	}
	.c-nav{
		background-color:#ffffff;
		height: 70px;
		line-height: 70px;
	}
	.c-nav .navFlex{
		flex-wrap:wrap;
		font-size: 20px;
		justify-content: space-between;
	}
	.c-nav .btnImg {
	    height: 30px;
	    width: 35px;
	}
	.c-nav ul li{
		margin-left: 0px;
		display: block;
		height: 55px;
    	line-height: 55px;
	}
	.c-nav ul li>a{
		color: #ffffff;
		border-bottom: 3px solid transparent;
		height: 55px;
    	line-height: 55px;
	}
	.c-nav ul li>a:hover{
		border-bottom: 3px solid #e4c17e;
	}
	.c-nav ul li:nth-child(4),.c-nav ul li:nth-child(5){
		display: block;
	}
	.c-nav .hiden{
		display: block;
	}
	.c-nav .show{
		width: 100%;
		font-size: 14px;
		text-align: center;
		display: none;
		background-color: #004da1;
		position: absolute;
		left: 0;
		top: 70px;
		z-index: 9999;
	}
	.c-nav ul li>a:hover{
		color: #ffffff;
		border-bottom: 3px solid transparent;
	}
	.c-nav ul li .active{
	    color: #ffffff;
	    border-bottom: 3px solid transparent;
	}
	.c-nav ul>li>ol{
		display: none;
	}
}

@media screen and (max-width:576px){
	.lo{
		width: 60%;
		margin-left: 20px;
    	margin-top: 15px;
	}
	.lo .logo{
    	width: 100%;
	}
	.c-nav{
		background-color:#ffffff;
		height: 70px;
		line-height: 70px;
	}
	.c-nav .navFlex{
		flex-wrap:wrap;
		font-size: 20px;
		justify-content: space-between;
	}
	.c-nav .btnImg {
	    height: 30px;
	    width: 35px;
	}
	.c-nav ul li{
		margin-left: 0px;
		display: block;
		height: 55px;
    	line-height: 55px;
	}
	.c-nav ul li>a{
		color: #ffffff;
		border-bottom: 3px solid transparent;
	}
	.c-nav ul li>a:hover{
		border-bottom: 3px solid #e4c17e;
	}
	.c-nav ul li:nth-child(4),.c-nav ul li:nth-child(5){
		display: block;
	}
	.c-nav .hiden{
		display: block;
	}
	.c-nav .show{
		width: 100%;
		font-size: 14px;
		text-align: center;
		display: none;
		background-color: #004da1;
	}
} */


/* pc导航 */
.header{
	width: 100%;
	height: 82px;
	/*background-color: #000000;*/
}
.header .logo a{
	display: block;
	margin-top: 20px;
	width: 330px;
	height: 0;
	padding-top: 39px;
	background-image: url(../images/logo.png);
	overflow: hidden;
	color: #ffffff;
}
.header .nav > li{
	float: left;
	font-size: 14px;
	position: relative;
}
.header .nav > li > a{
	padding: 0 15px;
	height: 79px;
	line-height: 79px;
	color: #595757;
	display: block;
}
.header .nav > li > .active{
	color: #214086;
    border-bottom: 3px solid #214086;
}
.header .nav > li > a:hover {
    color: #214086;
    border-bottom: 3px solid #214086;
}
.header .nav > li > ol{
	width: 100%;
	background-color: #e6e6e6;
	position: absolute;
	left: 0;
	top: 82px;
	z-index: 99999;
	display: none;
}
.header .nav > li:hover ol{
	display: block;
}
.header .nav > li > ol > li{
	font-size: 12px;
	text-align: center;
}
.header .nav > li > ol > li > a{
	display: block;
	padding: 13px 0;
	color: #000000;
}
.header .nav > li > ol > li:hover{
	background-color: #214086;
}
.header .nav > li > ol > li:hover a{
	color: #ffffff;
}
/* 手机导航 */
.mheader{
	width: 100%;
	height: 70px;
	/*background-color: #214086;*/
	display: none;
	position: relative;
}
.mheader .logo{
	padding-top: 24px;
}
.mheader .logo a{
	display: block;
	width: 200px;
	height: 0;
	padding-top: 24px;
	background-image: url(../images/mlogo.png);
	overflow: hidden;
	color: #ffffff;
}
.mheader .nav{
	
}
.mheader .navbtn{
	width: 32px;
	height: 32px;
	background-image: url(../images/navbtn.png);
	position: absolute;
	right: 20px;
	top: 20px;
}
.mheader .show{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.mheader .close{
	width: 32px;
	height: 32px;
	background-image: url(../images/close.png);
	position: absolute;
	right: 20px;
	top: 20px;
}
.mheader .show{
	display: none;
}
.mheader .show .box{
	width: 80%;
	margin: 100px auto 0;
}
.mheader .show .box .mnav > h2{
	border-bottom: 1px solid #646565;
	height: 80px;
	line-height: 80px;
	font-size: 22px;
	position: relative;
	font-weight: normal;
}
.mheader .show .box .mnav > h2:after{
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../images/jia.png);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
.mheader .show .box .mnav > h2.open:after{
	content: "";
	width: 15px;
	height: 15px;
	background-image: url(../images/jian.png);
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
.mheader .show .box .mnav > h2 > a{
	color: #ffffff;
}
.mheader .show .box .mnav > ol{
	display: none;
}
.mheader .show .box .mnav > ol li{
	width: 100%;
	background-color: #484848;
	z-index: 999;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.mheader .show .box .mnav > ol li a{
	color: #ffffff;
}


@media screen and (max-width:1200px){
	.header .nav > li > a{
		padding: 0 5px;
	}

}
@media screen and (max-width:1024px){
	.header .logo a{
		display: block;
		width: 200px;
		height: 0;
		padding-top: 24px;
		background-image: url(../images/mlogo.png);
		overflow: hidden;
		color: #ffffff;
		margin-top: 28px;
	}
}


@media screen and (max-width:768px){
	.header{
		display: none;
	}
	.mheader{
		display: block;
	}
}