
@charset "utf-8";
/* css document */
*{text-decoration:none;margin: 0;padding: 0;font-family: "microsoft yahei";}
a{font-family: "microsoft yahei";text-decoration:none;}
img{border:0} 

#wrapper{width:100%;overflow: hidden;}
#wrapper img{width:100%;position:absolute;z-index: -1;}
#wrapper .content{width: 60%;position: absolute;left: 20%;top: 33%;}
#wrapper .content .announ-title{text-align: center;line-height: 150px;font-size: 3vw;color: #9f0000;font-weight: 600;}
#wrapper .content .announ-title p{text-align: center;}
#wrapper .content .main-content{width: 95%;margin:auto;font-size: 1.1vw;color: #9f0000;line-height: 50px;font-weight: 550;}



@media screen and (max-width:1440px) {

	#wrapper{width:100%;overflow: hidden;}
	#wrapper img{width:100%;position:absolute;z-index: -1;}
	#wrapper .content{width: 60%;position: absolute;left: 20%;top:25%;}
	#wrapper .content .announ-title{text-align: center;line-height: 100px;font-size: 3vw;color: #9f0000;font-weight: 600;}
	#wrapper .content .announ-title p{text-align: center;}
	#wrapper .content .main-content{width: 95%;margin: auto;font-size: 1.1vw;color: #9f0000;line-height: 35px;}
}