*{
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
body{
    background-color: #ffffff;
    font-family: -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",Arial,sans-serif;
    /*font-family: "SF Pro SC","SF Pro Text","SF Pro Icons","PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;*/
}
a{
    text-decoration: none;
}
img{
    display: block;
}
.clear{
    clear: both;
}
.hidden{
    display: none !important;
}
.btn{
    background-color: #e43743;
    color: #ffffff;
    font-size: .24rem;
    font-weight: bold;
    width: 2.4rem;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    cursor: pointer;
}
.container,.footer_tip_container{
    width: 90%;
    position: relative;
    overflow: hidden;
    min-width: 1000px;
    /*max-width: 1920px;*/
    margin: 0 auto;
}
#nav{
    width: 100%;
    padding: .45rem 0 .4rem;
    overflow: hidden;
    min-width: 1000px;
    /*max-width: 1920px;*/
    margin: 0 auto;
}
.nav{
    width: 80%;
    /*max-width: 1920px;*/
    float: left;
    font-size: .3rem;
    margin-left: 1rem;
}
#nav .container{
    z-index: 1;
}
.nav_left{
    float: left;
}
.nav_right{
    float: right;
}
.nav_t{
    float: left;
    padding-bottom: 15px;
    border-bottom: 2px solid transparent;
    margin-right: .8rem;
}
.nav_t.active{
    border-bottom-color: #E7353E;
}
.nav_left .nav_t{
    margin-right: 140px;
}
.nav_right .nav_t{
    margin-left: 90px;
}
.nav_t a{
    display: block;
    text-align: center;
    color: #000000;
}
.nav_t a.nav_cn{
    color: transparent;
}
.nav_t.active a,.nav_t:hover a{
    color: #E7353E;
}
.logo{
    /*width: 226px;*/
    width: 1.87rem;
    /*height: 26px;*/
    float: left;
    cursor: pointer;
}
.logo img,.footer_tip_logo img,.footer_tip img{
    width: 100%;
}
.footer{
    background-color: #ffffff;
    color: #999999;
    position: relative;
}
.footer_tip_box{
    background-color: #000000;
    padding: .45rem 0;
}
.footer_tip_logo{
    width: 1.88rem;
    height: .53rem;
    float: left;
}
.footer_tip{
    float: right;
    width: 3.16rem;
    height: .3rem;
    padding-top: .115rem;
}
.footer .container{
    padding: .6rem 0 .3rem;
    /*background-color: #ffffff;*/
}
.footer_t{
    float: left;
}
.footer_t_right{
    float: right;
}
.footer_t:first-of-type{
    width: 20.14%;
}
.footer_t:nth-of-type(2){
    width: 1.63rem;
}
.footer_t:nth-of-type(3){
    width: 4rem;
    margin-right: .5rem;
}
.footer_t:nth-of-type(4){
    width: 2.22rem;
}
.footer_logo{
    background: url("../images/footer_logo.png") no-repeat;
    background-size: 100% auto;
    width: 44.83%;
    height: 50px;
    /*margin-left: 70px;
    margin-right: 180px;
    margin-top: 10px;*/
    margin: 10px auto 0;
}
.footer_site_title{
    font-size: .24rem;
    font-weight: bold;
    padding-bottom: .36rem;
}
.footer_site_txt{
    width: 3.6rem;
    font-size: .18rem;
    color: #999999;
    line-height: 2;
    font-weight: normal;
    padding-bottom: .4rem;
}
.footer_title{
    padding: .1rem 0 .36rem;
    font-weight: bold;
    font-size: .24rem;
}
.footer_nav{
    font-size: .24rem;
}
.footer_nav>div{
    margin-bottom: .2rem;
}
.footer_contact{
    font-size: .24rem;
    line-height: 2;
}
.footer_address{
    border-top: .02rem dotted #999999;
    font-size: .24rem;
    margin-top: .3rem;
    padding-top: .28rem;
}

.footer_partner_logo_box{
    width: 1.63rem;
}
.footer_partner_logo_box img{
    width: 100%;
}