/**公共部分**/

html {
	font-size: 30px;
}

@media screen and (min-width:320px) and (max-width:374px) {
	html {
		font-size: 34px;
	}
}

@media screen and (min-width:374px) and (max-width:413px) {
	html {
		font-size: 38px;
	}
}

@media screen and (min-width:413px) and (max-width:639px) {
	html {
		font-size: 40px;
	}
}

@media screen and (min-width:640px) and (max-width:719px) {
	html {
		font-size: 42px;
	}
}

@media screen and (min-width:720px) and (max-width:749px) {
	html {
		font-size: 46px;
	}
}

@media screen and (min-width:750px) and (max-width:799px) {
	html {
		font-size: 54px;
	}
}

@media screen and (min-width:800px) {
	html {
		font-size: 60px;
	}
}

ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a{
	text-decoration: none;
}

p {
    display: block;
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

*{
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}



.will-banner{
	font-size: 0;
}

.indexCont{
	padding: .8rem 0;
	background: #e7e7e7;
}

.will-banner img{
	width: 100%;
}


.contNews{
	width: 94%;
	margin: 0 auto;
	display: flex;
}

.contNews .contLeft{
	width: 48%;
	margin-bottom: .6rem;
	text-align: center;
	margin-right: 4%;
}

.contNews img{
	width: 100%;
}

.contNews .contRight{
	width: 48%;
	text-align: center;
}

.contRight a{
	display: block;
	margin-bottom: .28rem;
}





























