* {
	margin: 0px;
	padding: 0px;
	font-family: Microsoft YaHei;
}
a {
	text-decoration: none;
}
html {
	height: 100%;
}
body {
	height: 100%;
}
.index_nav{
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: transparent;
}
.nav{
	padding-left: 0;
	margin-bottom: 0;
}		
#headerjs {
	width: 100%;
	background: #FFFFFF;
}
.hr70{
	width: 100%;
	height: 70px;
}

/*主体区域*/
#content{
	width: 100%;
}
.divbanner{
	min-width: 1200px;
}
.divbanner img{
	width: 100%;
}
.wq{
	width: 1478px;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 62px;
}
.wq>h3,.wq>h5{
	text-align: center;
}
.wq>h3{
	font-size: 35px;
}
.wq>h5{
	font-size: 18px;
	color: #969799;
	margin-top: 20px;
	margin-bottom: 40px;
}
.wq_ul{
	width: 1232px;
	margin: auto;
	overflow: hidden;
}
.wq_ul li{
	float: left;
	width: 330px;
}
.wq_ul li:nth-of-type(2){
	margin-left: 123px;
	margin-right: 112px;
}
.wq_ul li div{
	text-align: center;
}
.wq_ul li div img{
	width: 209px;
}
.wq_ul li h3{
	font-size: 20px;
	text-align: center;
	color: #333333;
	margin-bottom: 18px;
	margin-top: 20px;
}
.wq_ul li p{
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #969799;
	margin: 0;
}
/*底部区域*/
#bottom{
	width: 100%;
	background: #5c5c5c;
	padding-bottom: 20px;
}
.bot_center{
	width: 1200px;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
}
.bot_left{
	padding-left: 10px;
}
.btlogodiv{
	padding-top: 49px;
	margin-bottom: 18px;
}
.bot_left span{
	font-size: 18px;
	color: #ffffff;
}
.bot_right{
	padding-top: 40px;
	display: flex;
}
.erweimadiv{
	margin-right: 77px;
}
.erweimadiv p{
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: #FFFFFF;
}
.bot_right ul{
	display: flex;
	padding-right: 25px;
}
.bot_right ul li:nth-of-type(2){
	margin-left: 57px;
	margin-right: 57px;
}
.num1{
	font-size: 18px;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.pb{
	font-size: 16px;
	text-align: center;
	margin-bottom: 15px;
}
.pb a{
	color: #9e9e9e;
}
.botp1,.botp2{
	text-align: center;
	color: #9e9e9e;
	font-size: 16px;
}
.botp1{
	margin-bottom: 18px;
}
@media (max-width: 1478px){
	.wq{
		width: 1232px;
	}
	/*.wq>h3{
		font-size: 29px;
	}
	.wq>h5{
		font-size: 15px;
	}
	.wq_ul li div img{
		width: 173px;
	}
	.wq_ul li h3{
		font-size: 17px;
	}
	.wq_ul li p{
		font-size: 13px;
	}*/
	
}	