*{
	margin: 0;
	padding: 0;
}
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;/*透明度*/
}
ul,li{
	list-style: none;
	text-decoration: none;
}
.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;
	/*background: pink;*/
	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;
}
.nav{
	width: 100%;
	height: 0.34rem;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	/*border-bottom: 0.01rem solid #999999;*/
}
.nav::-webkit-scrollbar {
	display: none;/*清除滚动条样式*/
}

.nav span{
	display: inline-block;
	/*width: 0.6rem;*/
	margin: 0 0.2rem;
	height: 0.33rem;
	text-align: center;
	font-size:0.12rem ;
	line-height: 0.34rem;
	
}
.nav span.active{
	color: #E65A71;
	border-bottom: 1px solid #E65A71;
}
.content{
	display: none;
}
.content1{
	display: block;
}
.top{
	width: 3.75rem;
	height:0.32rem ;
	position:fixed;
	bottom: 1rem;
}
.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;
	margin-top: 0.1rem;
}
.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";
}
.menu{
	width:3rem;
	height:2.43rem ;
	margin: 0.26rem 0.31rem 0 0.34rem;
	display: flex;
	flex-flow: row wrap;
}
/*.menu_l{
	width: 1.08rem;
	height: 2.43rem;
	margin: 0 0.66rem 0 0;
}*/
.menu_l{
	width: 1.3rem;
	height: 2.43rem;
	margin: 0 0.4rem 0 0;
}
.menu_l_t{
	width: 1.3rem;
	height:2.17rem ;
	
}
.menu_l_t img{
	width: 1.08rem;
	height:2.17rem ;
	margin-left: 0.11rem;
}
.menu_l_b{
	width: 1.3rem;
	height: 0.25rem;
	font-size: 0.10rem;
	font-family: "SimHei";
	border-bottom: 0.005rem solid #333333;
}
.menu_l_b p{
	width: 1.2rem;
	height: 0.12rem;
	margin: 0rem 0.01rem 0.05rem 0.04rem;
	line-height: 0.3rem;
	text-align: center;
}
.menu_r{
	width: 1.3rem;
	height: 2.43rem;
}
.list{
	width: 3.22rem;
	height: 1.86rem;
	margin: 0.26rem 0.28rem 0 0.28rem;
}
.list_t{
	width: 3.22rem;
	height: 1.6rem;
}
.list_t img{
	width: 3.22rem;
	height: 1.6rem;
}
.list_b{
	width:1.78rem ;
	height: 0.25rem;
	text-align: center;
	margin: 0 1.29rem 0 0.79rem;
	border-bottom: 0.005rem solid #333333;
	font-size: 0.10rem;
	font-family: "SimHei";
}
.list_b p{
	width: 1.78rem;
	height: 0.12rem;
	margin: 0rem 0.01rem 0.05rem 0.04rem;
	line-height: 0.3rem;
	text-align: center;
}
.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.18rem;
	margin-top: 0.16rem;
}
.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;
	text-decoration: none;
}
.act ul li a:hover{
	color: black;
}
.act ul li a:visited{
	color: black;
}
.act ul li a:active{
	color: black;
}