/* rem 128 */
body{
    min-width: 320px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.5;
    font-family: Arial, Helvetica;
    background: #fff;
}
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a:link{
    text-decoration:none;
     /* 指正常的未被访问过的链接*/
}
a:visited{
    text-decoration:none;
     /*指已经访问过的链接*/
}a:hover{
     text-decoration:none;
     color: #C81623;
     /*指鼠标在链接*/
}
a:active{
    text-decoration:none;
    /* 指正在点的链接*/
}
img{
    border: 0;
    /* display: block;*/
    /* width:100%;*/
    vertical-align: middle;
}
.toppic {
    border: 0;
    display: block;
    width:100%;
    vertical-align: middle;
}

a, img {
        /*阻止长按页面，弹出菜单的方法。*/
        -webkit-touch-callout:none;
}
input,textarea{
    -webkit-appearance: none;
    outline: none;
    border: none;
}
.clearfix:after{
    content:"";
    display:block;
    clear:both;
}
li,ol{
    list-style:none;
} 
/*修改placeholder的字体颜色*/
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
    color: #000;  
} 
input::-moz-placeholder { /* Mozilla Firefox 19+ */ 
    color: #000; 
} 
input:-ms-input-placeholder{ 
    color: #000; 
} 
input::-webkit-input-placeholder{ 
    color: #000; 
}
.cheshi_p1{
    line-height: .09375rem;
    height: .09375rem;
    margin-bottom: .15625rem;
    font-size: .09375rem;
}
.cheshi_p2{
    line-height: .109375rem;
    height: .109375rem;
    margin-bottom: .15625rem;
    font-size: .109375rem;
}
.cheshi_p3{
    line-height: .125rem;
    height: .125rem;
    margin-bottom: .15625rem;
    font-size: .125rem;
}
.cheshi_p4{
    line-height: .140625rem;
    height: .140625rem;
    margin-bottom: .15625rem;
    font-size: .140625rem;
}
.cheshi_p5{
    line-height: .15625rem;
    height: .15625rem;
    margin-bottom: .15625rem;
    font-size: .15625rem;
}
.cheshi_p6{
    line-height: .171875rem;
    height: .171875rem;
    margin-bottom: .15625rem;
    font-size: .171875rem;
}
.cheshi_p7{
    line-height: .1875rem;
    height: .1875rem;
    margin-bottom: .15625rem;
    font-size: .1875rem;
}
.hide{
    display: none;
}
.padd366{
    padding: 0 2.859375rem;
    box-sizing: border-box;
}
.padd366 li{
    margin: 0!important;
    margin-top: .175781rem!important;
}
.width1700{
    width: 13.28125rem;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}
.mar_btm28{
    margin-bottom: .21875rem;
}
.mar_btm40{
    margin-bottom: .3125rem;
}
.bor_btm_no{
    border-bottom: none!important;
}
em{
    font-style: normal;
}