p {
	/*font-family: 宋体, SimSun;*/
	font-family: -apple-system-font,BlinkMacSystemFont,"Helvetica Neue","PingFang SC","Hiragino Sans GB","Microsoft YaHei UI","Microsoft YaHei",Arial,sans-serif;
	letter-spacing: 1px;
	line-height: 1.75em;
}
#menu .firstMenu {
    margin-top: 2em;
}
#menu .lastMenu {
    margin-bottom: 3em;
}
#footer {
	border-bottom: solid 1px rgba(212, 212, 255, 0.1);
    overflow-x: hidden;
}
@media screen and (max-width:600px){
	.majorText {
		margin: 0 0 0 0;
	}
}
/*平板*/
@media screen and (min-width:600px) and (max-width:960px){
	.majorText {
		margin: 0 50px 0 0;
	}
}
/*PC*/
@media screen and (min-width:960px){
	.majorText {
		margin: 0 100px 0 0;
	}
}
.majorText p {
	font-family: 宋体, SimSun;
	letter-spacing: 1px;
	line-height: 1.75em;
	text-align: left;
}

.image.main img {
    width: 50%;
    text-align: center;
}
#banner.style2:after {
    background-color: #242b42bf;
}