* {
	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;
}
/*flex布局的兼容写法*/
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner{
	width: 3.75rem;
	height: 1.93rem;
	background-image: url(../img/banner_2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
	/*position: absolute;*/
}
.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;
	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;
}
.li_list_1{
	width: 1.26rem;
	height: 0.2rem;
	margin: 0.1rem 1.09rem 0.1rem 1.35rem;
	display: flex;
	flex-flow: row wrap;
}
.li_list_1_l{
	width: 0.2rem;
	height: 0.2rem;
	margin: 0 0.06rem 0 0;
}
.li_list_1_l img{
	width: 0.2rem;
	height: 0.2rem;
}
.li_list_1_r{
	width: 1rem;
	height: 0.17rem;
	font-size: 0.14rem;
	line-height: 0.12rem;
	color: black;
	text-align: center;
	border-bottom: 0.01rem solid black;
	margin: 0.02rem 0 0 0 ;
}
.menu{
	width: 3.75rem;
	background: #fafafa;
	/*height: 4rem;*/
}
.menu_t{
	width: 3.75rem;
	height: 0.06rem;
	background-image: url(../img/bottom_s.png);
	border-top: 0.005rem solid #E65A71;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
}
.menu_c{
	width:2.9rem ;
	margin: 0.08rem 0.42rem 0 0.43rem;
    
	
}
.menu_c ul{
	width: 2.9rem;
	margin: auto;
	text-align: left;
	word-break:break-all;/*自动换行*/
}
.menu_c ul li{
	width:2.9rem;
	font-size: 0.12rem;
	font-family: "SimHei";
	line-height: 0.25rem;
	text-align: left;
	word-break:break-all;
}
.menu_b{
	width: 3.75rem;
	height: 0.06rem;
	background-image: url(../img/top_s.png);
	border-bottom: 0.005rem solid #E65A71;
	text-align: center;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;

}
.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: 100%;
	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";
}
.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;
	text-decoration: none;
}
.act ul li a:hover{
	color: black;
}
.act ul li a:visited{
	color: black;
}
.act ul li a:active{
	color: black;
}