/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a{
	color: #333;
	vertical-align: baseline;
	list-style: none;
	text-decoration: none;
    display: inline-block;
}


.pd-x-15{
    padding-right: .3rem;
    padding-left: .3rem;
}
.pd-x-10{
    padding-right: .2rem /* 10/50 */;
    padding-left: .2rem /* 10/50 */;
}
.pd-x-20{
    padding-right: .4rem /* 20/50 */;
    padding-left: .4rem /* 20/50 */;
}
.pd-x-35{
    padding-right: .7rem /* 35/50 */;
    padding-left: .7rem /* 35/50 */;
}
.pd-y-10{
    padding-top: .2rem /* 10/50 */;
    padding-bottom: .2rem /* 10/50 */;
}
.pd-y-15{
    padding-top: .3rem /* 15/50 */;
    padding-bottom: .3rem /* 15/50 */;
}
.pd-y-20{
    padding-top: .4rem /* 20/50 */;
    padding-bottom: .4rem /* 20/50 */;
}
.pd-b-20{
    padding-bottom: .4rem /* 20/50 */;
}

.pd-t-10{
    padding-top: .2rem /* 10/50 */;
}
.pd-t-15{
    padding-top: .3rem /* 15/50 */;
}


.pd-l-10{
    padding-left: .2rem /* 10/50 */;
}

.pd-b-10{
    padding-bottom: .2rem /* 10/50 */;
}
.pd-b-25{
    padding-bottom: .5rem /* 25/50 */;
}
.pd-b-40{
    padding-bottom: .8rem /* 40/50 */;
}

.mg-t-5{
    margin-top: .1rem /* 5/50 */;;
}
.mg-t-10{
    margin-top: .2rem /* 10/50 */;
}
.mg-t-15{
    margin-top: .3rem /* 15/50 */;
}
.mg-t-20{
    margin-top: .4rem /* 20/50 */;
}
.mg-t-30{
    margin-top: .6rem /* 30/50 */;
}
.mg-t-40{
    margin-top: .8rem /* 40/50 */;
}
.mg-t-50{
    margin-top: 1rem /* 50/50 */;
}
.mg-t-140{
    margin-top: 2.8rem /* 140/50 */;
}

.mg-b-5{
    margin-bottom: .1rem /* 5/50 */;
}
.mg-b-10{
    margin-bottom: .2rem /* 10/50 */;
}
.mg-b-12{
    margin-bottom: .24rem /* 12/50 */;
}
.mg-b-15{
    margin-bottom: .3rem /* 15/50 */;
}
.mg-b-20{
    margin-bottom: .4rem /* 20/50 */;
}
.mg-b-44{
    margin-bottom: .88rem /* 44/50 */;
}

.mg-l-5{
    margin-left: .1rem /* 5/50 */;
}
.mg-l-10{
    margin-left: .2rem /* 10/50 */;
}

.mg-r-5{
    margin-right: .1rem /* 5/50 */;
}
.mg-r-10{
    margin-right: .2rem /* 10/50 */;
}
.mg-r-20{
    margin-right: .4rem /* 20/50 */;
}

.line-one{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.line-two{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.line-three{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}

.float-r{
    float: right;
}

.d-flex{
    display: flex;
}
.d-flex-wap{
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
}
.flex-1{
    flex: 1;
}
.align-center{
    align-items: center;
}


.bg-gray{
    background-color: #f4f5f7;
}
.bg-white{
    background-color: #fff;
}
body{
    font-family: PingFangSC, PingFang SC;
}
.pd-x-30{
    padding: 0rem 0.3rem;
}
body .mg-t-24-force{
	margin-top: .24rem;
}
/* 头部banner  */
.banner{
    width: 100%;
    height: 1.6rem;
    display: flex;
}
.banner img{
    width: 100%;
    height: 100%;
}
/* 头部 */
.header{
    width: 100%;
    height: 1.2rem;
    display: flex;
    justify-content: space-between;
}
.header .logo{
    width: 1.74rem;
    height: 0.72rem;
    margin-left: 0.3rem;
    margin-top: 0.24rem;
}
.header .logo img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.icon{
    width: 3.76rem;
    height: 0.56rem;
    margin-top: 0.32rem;
    margin-right: 0.3rem;
    display: flex;
    justify-content: space-between;
}
.icon a{
   display: flex; 
}
.icon img{
    width: 0.56rem;
    height: 0.56rem;
}
/* 导航 */
.nav{
    width: 100%;
    height: 1rem;
    border-top: 0.04rem solid #CF111B;
    background: #F5F5F7;
    flex: 0 0 0.72rem;
}
.nav ul {
    /* width: 100%; */
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}
.nav ul::-webkit-scrollbar{
    display: none;
}
.nav ul li{
    white-space: nowrap;
    margin: 0 0.3rem;
}
.nav ul li a{
    font-size: 0.32rem;
    font-weight: 400;
    color: #333333;
    vertical-align: top;
    line-height: 0.96rem;
}
.nav ul li.on a{
    font-weight: 600;
    border-bottom: 0.03rem solid #CF111B;
    border-bottom: 3px solid #CF111B;
}
/* footer */
.bottom{
	width: 100%;
	height: .12rem;
	background: url(/images/wapnew/bottombg.png) repeat-x;
	background-size: 100% 100%;
}
.footer{
	border-top: .02rem solid #e1e1e3;
	padding: .12rem 0 .14rem;
}
.footer p{
	font-size: 0;
	padding-top: .32rem;
	text-align: center;
}
.footer p a{
	font-size: .24rem;
	font-weight: 500;
	color: #333333;
	font-family: PingFangSC, PingFang SC;
	line-height: .3rem;
}
.footer p span{
	font-size: .24rem;
	width: .01rem;
	height: .24rem;
	margin: 0 .18rem;
	/* background: #333333; */
	display: inline-block;
}
.footer .head-icon{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer .head-icon img{
	height: .6rem;
	margin: 0 .08rem;
	display: inline-block;
}
.footer .footer-filings{
	width: 100%;
	height: .28rem;
	font-size: .2rem;
	font-family: PingFangSC, PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: .28rem;
	margin-top: .32rem;
	text-align: center;
}

.banner-top{
    width: 100%;
}
.banner-top a,.banner-top a img{
    width: 100%;
}
