*{
	margin: 0;
	padding: 0;
}
html{
	width: 100%;
}
body{
	color: #2F2F2F;
	font-size: 0;
}
/*导航栏开始*/
#head{
	width: 100%;
	height: 70px;
	margin: auto;
	position: fixed;
	z-index: 2;
	background-color: #ffffff;
	box-shadow:0px 1px 5px #B5B5B5;
}
.head-box{
	overflow: hidden;
	display: -webkit-flex;
}
.content{
	flex:4;
}
.logo-box img{
	height: 50px;
	margin-top: 10px;
}
.language{
	line-height: 70px;
	font-size: 22px;
	flex: 1;
}
.language a{
	color: #5b5b5b;
}
.pc{
	flex: 1;
	
}
.nav{
	flex: 1;
}

/*导航栏结束*/

/*banner开始*/
#banner img{
	padding-top: 70px;
	width: 100%;
	display: block;
}
/*banner结束*/

/*内容部分开始*/
.contactus{
	width: 94%;
	margin: auto;
}
.contactus h4{
	text-align: center;
	line-height:50px;
	margin-top: 10px;
}
#dituContent{
	width: 100%;
	height: 300px;
	border:#ccc solid 1px;
	margin-top: 10px;
	margin-bottom: 40px;
}

.information{
	width: 100%;
	background-color: #f2f2f2;
}
.information h4{
	color: #FFFFFF;
	line-height: 60px;
	background-color: #024490;
}
.information p{
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 30px;
}
.biaoge{
	width: 100%;
	overflow: scroll;
}
.form{
	width: 100%;
	text-align: center;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 100px;
}
/*内容部分结束*/

/*页脚部分开始*/
#footer{
	background-color: #2F2F2F;
	padding-top: 4%;
	padding-bottom: 6%;
}
.footer-box{
	width: 94%;
	margin: auto;
}
.footer-box h5{
	text-align: center;
	color: #FFFFFF;
	font-size: 1.2rem;
	line-height: 50px;
}
.footer-box p{
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
}

/*页脚部分开始*/