body{
	font-family:Arial,"微软雅黑";
}
ul{
	padding-left: 0px;
	margin-bottom: 0px;
}
ul li{
	list-style: none;
}
dl{
	margin-bottom: 0px;
}
a:hover{
	text-decoration: none;
}
.clear{
	clear: both;
}


.navb ul .qh{
	float: right;
}
.navb ul .qh a{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 9px;
	padding-bottom: 7px;
	font-size: 16px;
}
.navb ul .qh a:hover{
	background:transparent;
	color:#333;
	color: #183884;
}

/**头部**/
.header .head .head-left{
	width: 75%;
	float: left;
}
.header .head .head-right{
	width: 25%;
	float: right;
}
.header .head .head-right .head-phone{
	width: 32%;
	float: left;
	margin-top: 5px;
}
.header .head .head-right .head-text{
	width: 68%;
	float: left;
	margin-top: 5px;
}
.header .head .head-right .head-text h5{
	font-size: 16px;
}
.header .head .head-right .head-text h3{
	margin-top: 10px;
}
.menu{
	display: none;
}

/**导航**/
.navb{
	margin-top: 5px;
	margin-bottom: 5px;
}
.navb ul li{
	float: left;
}
.navb ul li a{
	display: inline-block;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 18px;
	color: #333;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
}
.navb ul li a:hover{
	color: #FFF;
	background-color:#183884;
}


/**脚注**/
.foot{
	background-color:#333333;
	padding-top: 65px;
}
.foot .foot-lx{
	width: 37%;
	float: left;
}
.foot .foot-lx .lx-ewm{
	width: 44%;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 10px;
	background-color: #FFF;
	float: left;
}
.foot .foot-lx .lx-ewm p{
	font-size: 16px;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 8px;
}
.foot .foot-lx .lx-text{
	width: 53%;
	float: left;
	margin-left: 3%;
}
.foot .foot-lx .lx-text h4{
	font-size: 18px;
	color: #FFF;
	margin-top: 0px;
	margin-bottom: 10px;
}
.foot .foot-lx .lx-text p{
	color: #FFF;
	font-size: 15px;
	margin-bottom: 0px;
	line-height: 28px;
}
.foot .foot-list{
	width: 62%;
	float: left;
	text-align: right;
}
.foot .foot-list ul li{
	display: inline-table;
	text-align: left;
	margin-left: 40px;
}
.foot .foot-list ul li h4{
	color: #FFF;
	margin-bottom: 13px;
}
.foot .foot-list ul li a{
	display:block;
	font-size: 16px;
	color: #FFF;
	line-height: 30px;
}
.foot .foot-list ul li a:hover{
	text-decoration:underline;
}
.foot .foot-text{
	padding-bottom: 30px;
	border-bottom: 1px solid #FFF;
}
.foot .footer-text p{
	text-align: center;
	color: #fff;
	margin-top: 10px;
}

@media (min-width: 1200px){
	.container {
		width: 1200px;
	}
}

@media(min-width: 768px) and (max-width: 992px){
	/**头部**/
	.header .head .head-left {
		width: 100%;
		float: left;
	}
	.header .head .head-right{
		display: none;
	}
	.header .head{
		width: 80%;
		float: left;
	}
	.menu{
		width: 10%;
		float: right;
		display: block;
		text-align:right;
		margin-right: 20px;
		margin-top: 30px;
	}
	.menu #menu2{
		display: none;
	}
	.menu p a{
		font-size:22px;
		color: #343434;
	}
	.navb{
		display: none;
	}
	.navb ul li {
		width: 100%;
		float: left;
	}
}
@media(max-width: 767px){

	/**头部**/
	.header .head .head-left {
		width: 100%;
		float: left;
	}
	.header .head .head-right{
		display: none;
	}
	.menu{
		display: block;
		text-align:right;
		margin-right: 20px;
	}
	.menu #menu2{
		display: none;
	}
	.menu p a{
		font-size:22px;
		color: #343434;
	}
	.navb{
		display: none;
	}
	.navb ul li {
		width: 100%;
		float: left;
	}

	/**脚注**/
	.foot .foot-lx {
		width: 100%;
		float: left;
	}
	.foot .foot-list {
		width: 100%;
		float: left;
		text-align:left;
	}
	.foot .foot-list ul li {
		display: inline-table;
		text-align: left;
		margin-left: 40px;
		margin-top: 20px;
	}
}