html {
	font-family: "微软雅黑";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 26.67vw;
	height: 100%;
}

body {
	width: 100%;
	background: #fff;
	font-size: 0.16rem;
	height: 100%;
	position: relative;
	/*opacity: 0.5;/*透明度*/
}
.banner{
	width: 3.75rem;
	height: 1.93rem;
	background-image: url(../img/banner_3.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
}
.banner img{
	width: 3.75rem;
	height: 1.93rem;
}
.logo{
	width: 3.75rem;
	height: 0.49rem;
	position: absolute;
	display: flex;
	flex-flow: row wrap;
	margin: 0 0 1.45rem 0;
}
.logo_l{
	width: 0.39rem;
	height: 0.39rem;
	margin: 0.1rem 2.92rem 0 0.1rem;
}
.logo_l img{
	width: 0.39rem;
	height: 0.39rem;
}
.logo_r{
	width: 0.24rem;
	height: 0.20rem;
	margin: 0.15rem 0.1rem  0.1rem 0 ;
	
}
.logo_r img{
	width: 0.24rem;
	height: 0.20rem;
}
.cen{
	width: 3.51rem;
	height: 1.7rem;
	margin: 0.46rem 0.15rem 0.35rem 0.1rem;
	display: flex;
	flex-flow: row wrap;
}
.cen_l{
	width: 1.78rem;
	height: 1.13rem;
	margin: 0.23rem 0 0.34rem 0;
}
.cen_l img{
	width: 1.78rem;
	height: 1.13;
}
.cen_r{
	width: 1.64rem;
	height: 1.7rem;
	margin-left: 0.09rem;
}
.cen_r span{
	width: 0.67rem;
	height: 0.199rem;
	color: #E65A71;
	font-size: 0.16rem;
	text-align: left;
	border-bottom: 0.01rem solid #E65A71;
}
.cen_r p{
	width: 1.64rem;
	height: 1.08rem;
	font-size: 0.12rem;
	text-align: left;
	line-height: 0.18rem;
	margin-top: 0.13rem;
}
.q{
	width:0.69rem ;
	height: 0.21rem;
	background: rgb(243,82,98);
	border-radius: 0.11rem;
	font-size: 0.14rem;
	text-align: center;
	margin-left: 0.95rem;
	
}
.q a:link{
	color: white;
}
.q a:visited{
	color: white;
}
.cent{
	width: 3.51rem;
	height: 1.54rem;
	margin: 0 0.15rem 0 0.1rem;
	display: flex;
	flex-flow: row wrap;
}
.cent_l{
	width: 1.75rem;
	height: 1.09rem;
	margin:0.15rem 0 0.3rem 0 ;
}
.cent_l img{
	width: 1.755rem;
	height:0.945rem;
}
.cent_r{
	width: 1.64rem;
	height: 1.54rem;
	margin-left: 0.12rem;
}
.cent_r span{
	width: 0.65rem;
	height: 0.20.9rem;
	font-size: 0.16rem;
	text-align: left;
	color:rgb(254,194,2) ;
	border-bottom: 0.01rem solid rgb(254,194,2);
}
.cent_r p{
	width: 1.62rem;
	height: 0.92rem;
	font-size: 0.12rem;
	text-align: left;
	margin-top: 0.13rem;
}

.top{
	width: 3.75rem;
	height:0.32rem ;
	margin: 0.11rem 0 0.05rem 0;
}
.top img{
	width: 0.28rem;
	height: 0.28rem;
	margin: 0.02rem 0.1rem 0.1rem 3.37rem ;
}
.bottom{
	width: 3.75rem;
	height: 0.9rem;
	background: #ebebeb;
}
.bottom p{
	width: 3.04rem;
	height: 0.42rem;
	margin: 0.14rem 0.3rem 0.24rem 0.3rem;
	position: absolute;
	font-size: 0.1rem;
	line-height: 0.18rem;
	text-align: center;
	font-family: "SimHei";
}

.act{
	width: 3.75rem;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
}
.open{
	width: 0.75rem;
	height: 0.2rem;
	
	text-align: center;
	margin-left: 3.16rem;
	margin-top: 0.15rem;
}
.open img{
	width:0.3rem ;
	height: 0.3rem;
}
.act ul{
	width: 1.5rem;
	/*height: 100%;*/
	margin-top: 0.4rem;
	margin-left: 1.9rem;
	text-align: right;
}
.act ul li{
	width: 1.5rem;
	height: 0.5rem;
	list-style: none;
	font-size: 0.14rem;
	font-family: "苹方";
	font-weight: bold;
}

.act ul li a:link{
	color: black;
}
.act ul li a:hover{
	color: black;
}
.act ul li a:visited{
	color: black;
}
.act ul li a:active{
	color: black;
}