/*列表页*/
.list{
	width: 100%;
	min-height: 9rem;
}
.list_banner{
	width: 100%;
	height: 3.6rem;
	background: url(../images/listbg.jpg);
	background-size: cover;
}
.list_banner span{
	font-size: 0.48rem;
	font-family: Alimama ShuHeiTi-Bold, Alimama ShuHeiTi;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.58rem;
	float: left;
	margin-top: 1.9rem;
	margin-left: 2rem;
}
.list_banner p{
	width: 5rem;
	height: 0.34rem;
	font-size: .28rem;
	font-family: Alimama ShuHeiTi-Bold, Alimama ShuHeiTi;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.34rem;
	float: left;
	margin-top: 0.2rem;
	margin-left: 2rem;
}
.subnav{
	width: 90%;
	margin-left: 5%;
	margin-top: 0.4rem;
}
.subnav_tit{
	float: left;
	display: block;
	width: 1.5rem;
	height: 0.5rem;
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.5rem;
	margin-right: : 0.2rem;	
	text-align: center;
	background: none;
	color: #333;
}
.subnav .selected{
	background: url(../images/listbg01.png);
	background-size: 100% 100%;
	color: #fff;
}
.subnav_sub{
	display: none;
	background: #EDEDED;
	width: 90%;
	height: 0.6rem;
	margin-top: 0.3rem;
	margin-left: 5%;
	border-radius: 0.1rem;
}
.subnav_sub.selected{
	display: block;
}
.subnav_sub a{
	display: block;
	float: left;
	font-size: 0.24rem;
	color: #333;
	padding-left: 0.15rem;
	padding-right: 0.15rem;
	height: 0.3rem;
	line-height: 0.3rem;
	margin-top: 0.15rem;
	margin-right: 0.1rem;
}
.subnav_sub .selected{
	color: #BC1326;
}
.list_ul{
	width: 100%;
	margin-top: 0.4rem;
}
.list_ul li{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 0.4rem;
}
.list_ul li a{
	width: 100%;
	display: block;
	line-height: 0.44rem;
	font-size: 0.32rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #272727;
}
.list_ul li span{
	display: block;
	width: 100%;
	line-height: 0.4rem;
	color: #939393;
	font-size: 0.27rem;
	margin-top: 0.16rem;
}
.list_fanye{
	width: 2.4rem;
	height: .68rem;
	background: #F8F8F8;
	border-radius: 4px 4px 4px 4px;
	margin: auto;
}
.list_fanye div{
	width: 100%;
	height:.68rem;
	line-height: .68rem;
	font-size: .28rem;
	font-family: PingFang SC-Regular, PingFang SC;
	color: #939393;
	text-align: center;
}
/*列表iframe*/
.list_iframe{
	width: 100%;
	margin-top: 0.4rem;
	height: 13.5rem;
}

/*文章页*/
.content{
	width: 90%;
	margin-left: 5%;
}
.content_title{
	width: 100%;
	font-size: .48rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #272727;
	line-height: .6rem;
	margin-top: .4rem;
	text-align: center;
}
.content_subtitle{
	width: 100%;
	height: .7rem;
	font-size: .28rem;
	font-family: PingFang SC-Regular, PingFang SC;
	color: #939393;
	line-height: .4rem;
	margin-top: .3rem;
	border-bottom: 1px solid #DBDBDB;
	text-align: center;
}
.content_content{
	width: 100%;
	margin-top: .3rem;
	margin-bottom: .3rem;
	font-size: .28rem;
}
.content_content img{
	max-width: 100%;
}
.content_pre,.content_nxt{
	display: block;
	background: #F8F8F8;
	font-size: .28rem;
	line-height: .4rem;
	color: #272727;
	padding: .3rem;
}
.content_pre{
	padding-bottom: .2rem;
}
.content_nxt{
	padding-top: .2rem;
	margin-top: .2rem;
}




/*关于我们*/
.about{
	width: 100%;
}
.about_banner{
	width: 100%;
	height: 3.6rem;
	background: url(../images/aboutbg.jpg);
	background-size: cover;
}
.about_module1{
	width: 100%;
	margin-top: .3rem;
	background: #EDEDED;
}
.about_tit{
	width: 95%;
	float: left;
	margin-left: 5%;
	height: .5rem;
	margin-top: .2rem;
}
.about_tit span{
	height: .4rem;
	font-size: .28rem;
	color: #444444;
	line-height: .4rem;
	display: block;
	width: 1.8rem;
	float: left;
	text-indent: .17rem;
}
.about_tit span b{
	visibility: hidden;
	width: .1rem;
	height: .3rem;
	background: #BC1326;
	border-radius: .1rem;
	float: left;
	margin-top: .04rem;
}
.about_tit p{
	width: 3rem;
	height: .4rem;
	font-size: .28rem;
	color: #999999;
	line-height: .4rem;
	float: left;
}
.about_tit .on{
	color: #BC1326;
	font-weight: bold;
}
.about_tit .on b{
	visibility: visible;
}
.about_module1 .about_title img{
	width: 3.64rem;
	height: auto;
}
.about_jieshao{
	float: left;
	width: 90%;
	height: 5.3rem;
	position: relative;
	background: #fff;	
	border: 1px solid #C7C7C7;
	border-radius: 0.1rem;
	margin-left: 5%;
	margin-top: .1rem;
}
.about_font{
	width: 90%;
	height: 5rem;
	position: absolute;
	left:5%;
	overflow: hidden;
	top: .3rem;

}
.about_font .swiper-slide p{
	width: 100%;
	font-size: .24rem;
	font-family: PingFang SC-Regular, PingFang SC;
	color: #272727;
	line-height: .32rem;
	text-indent: 2em;
	text-align: justify;
}
.about_font .swiper-pagination{
	bottom: 0;
	color: #BC1326;
}
.about_jieshao .about_font .swiper-pagination-bullet-active{
	background: #BC1326;
}
.about_module2{
	width: 100%;
	height: 6.4rem;
}
.about_m2_slide{ 
	width: 3.1rem;
	height: 5.6rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.16);
	border-radius: .1rem;
	border: 1px solid #C7C7C7;
	float: left;
	margin-left: .42rem;
	margin-top: .4rem;
}
.about_m2_slide img{
	width: .7rem;
	height: .7rem;
	float: left;
	margin-top: .2rem;
	margin-left: 1.2rem;
}
.about_m2_slide span{
	display: block;
	float: left;
	width: 100%;
	line-height: .4rem;
	height: .4rem;
	font-size: .28rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-top: .15rem;
}
.about_m2_slide p{
	float: left;
	margin-left: 5%;
	margin-top: .12rem;
	width: 90%;
	font-size: .22rem;
	color: #666666;
	line-height: .3rem;
	text-align: justify;
}
.about_module3{
	width: 100%;
	height: 9.5rem;
	background: #EDEDED;
}
.about_module3_bg{
	width: 100%;
	height: 100%;
	background: url(../images/aboutbg02.jpg) no-repeat;
	background-size: 100%;
	position: relative;
}
.about_module3 .about_module3_bg .about_tit span{
	color: #fff;
}
.about_module3 .about_module3_bg .about_tit span b{
	background: #fff;
}
.about_module3 .about_module3_bg .about_tit p{
	color: #f2f2f2;
}
.about_m3_body{
	width: 90%;
	height: 7.5rem;
	float: left;
	margin-left: 5%;
	margin-top: .3rem;
	overflow: hidden;
	position: relative;
}
.about_module3 .swiper-slide{
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.about_module3 .swiper-pagination{
	color: #BC1326;
}
.about_module3 .swiper-pagination-bullet-active{
	background: #BC1326;
}
.about_m3_list{
	width: 3.1rem;
	height: 3.5rem;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.16);
	border-radius: .1rem;
	border: 1px solid #C7C7C7;
}
.about_m3_img{
	width: .7rem;
	height: .7rem;
	text-align: center;
	float: left;
	margin-left: 1.2rem;
	margin-top: .26rem;
}
.about_m3_img img{
	width: 100%;
	float: left;
}
.about_m3_span{
	width: 100%;
	float: left;
	height: .5rem;
	text-align: center;
	line-height: .2rem;
}
.about_m3_span span{
	line-height: .4rem;
	font-size: .26rem;
	display: inline-block;
	border-bottom: .04rem solid #BC1326;
	color: #333333;
	vertical-align: middle;
}
.about_m3_list p{
	float: left;
	margin-left: 5%;
	margin-top: .12rem;
	width: 90%;
	font-size: .22rem;
	color: #666666;
	line-height: .3rem;
	text-align: justify;
}
.about_module4{
	width: 100%;
}
.about_m4_img{
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-top: .3rem;
}
.about_module5{
	width: 100%;
	margin-top: .4rem;
	height: 10.12rem;
	background: url(../images/aboutbg03.jpg) no-repeat;
	background-size: cover;
}
.about_m5_img{
	width: 84%;
	height: 3.3rem;
	float: left;
	margin-top: .3rem;
	margin-left: 8%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}
.about_m5_img img{
	width: 2.8rem;
}
.about_m5_span{
	display: none;
	float: left;
	margin-top: .8rem;
	width: 100%;
	height: .5rem;
	font-size: .36rem;
	font-weight: bold;
	color: #950011;
	line-height: .5rem;
	text-align: center;
}
.about_m5_span.on{
	display: block;
}
.about_m5_slide{
	float: left;
    width: 1.76rem;
    height: 2.76rem;
    background: #fff;
    margin-left: 2.71rem;
    margin-top: 0.66rem;
    overflow: hidden;
}
.about_m5_slide a{
	display: none;
}
.about_m5_slide .on{
	display: block;
}
.about_m5_slide img{
	width: 100%;
}

/*搜索页*/
.list_search{
}
.search_top{
	width: 100%;
	height: 4rem;
	position: relative;
}
.search_font{
	width: 100%;
	height: 2.2rem;
	float: left;
}
.search_font img{
	width: .46rem;
	float: left;
	margin-top: 1rem;
	margin-left: 2.7rem;
}
.search_font span{
	font-size: .4rem;
	color: #7A7A7A;
	line-height: .46rem;
	float: left;
	margin-top: 1rem;
	margin-left: 0.2rem;
}
.search_input{
	outline: none;
	line-height: .9rem;
	text-indent: .3rem;
	float: left;
	color: #333333;
	font-size: .28rem;
	width: 5rem;
	margin-left: 1.25rem;
	height: .9rem;
	background: #fff;
	border-radius: .1rem;
	border: 1px solid #aaa;
}
.search_input::-webkit-input-placeholder { color: #999999; }
.search_input:-moz-placeholder { color: #999999; }
.search_input::-moz-placeholder { color: #999999; }
.search_input:-ms-input-placeholder { color: #999999; }
.search_guanbi{
	width: .45rem;
	height: .45rem;
	background: url(../images/guanbi.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 2.45rem;
	right: 1.45rem;
}


/*app列表页*/
.applist{
	width: 100%;
	background: url(../images/alistbg01.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.applist_banner{
	width: 100%;
	height: 2rem;
}
.applist_banner img{
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-top: .4rem;
}
.appsubnav{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.appsubnav a{
	display: block;
	height: 0.6rem;
	font-size: 0.28rem;
	line-height: 0.6rem;
	color: #999999;
	position: relative;
}
.appsubnav a span{
	position: absolute;
	display: none;
	left: 0;
	bottom: 0;
	width: .64rem;
	height: .12rem;
	background: linear-gradient(90deg, #F24A46 0%, rgba(242,74,70,0) 100%);
}
.appsubnav .selected{
	color: #000;
}
.appsubnav .selected span{
	display: block;
}
.applist_ul{
	width: 100%;
	margin-top: 0.4rem;
}
.applist_ul li{
	float: left;
	width: 90%;
	margin-left: 5%;
	margin-bottom: 0.4rem;
	background: #FFFFFF;
	box-shadow: 0 0 .12rem .02rem rgba(229,210,209,0.3608);
	border-radius: .2rem;
}
.applist_ul li a{
	width: 90%;
	display: block;
	line-height: 0.44rem;
	font-size: 0.32rem;
	font-family: PingFang SC-Semibold, PingFang SC;
	font-weight: 600;
	color: #272727;
	float: left;
	margin-left: 5%;
	margin-top: .2rem;
}
.applist_ul li span{
	display: block;
	width: 90%;
	float: left;
	margin-left: 5%;
	line-height: 0.4rem;
	height: .6rem;
	color: #939393;
	font-size: 0.27rem;
	margin-top: 0.1rem;
}
.applist_ul li span img{
	float: left;
	margin-top: .05rem;
	margin-right: .1rem;
	width: .32rem;
}
.applist_fanye{
	width: 2.4rem;
	height: .68rem;
	background: #F8F8F8;
	border-radius: 4px 4px 4px 4px;
	margin: auto;
}
.applist_fanye div{
	width: 100%
	height.68rem;
	line-height: .68rem;
	font-size: .28rem;
	font-family: PingFang SC-Regular, PingFang SC;
	color: #939393;
	text-align: center;
}