@media only screen and (min-width: 260px){
    html {
        font-size: 45% !important;
    }
}
@media only screen and (min-width: 320px){
    html {
        font-size: 62.5% !important;
    }
}
@media only screen and (min-width: 640px){
    html {
        font-size: 125% !important;
    }
}
@media only screen and (min-width: 750px){
    html {
        font-size: 150% !important;
    }
}
body{
    padding-top: 8rem;
}
.m-top-nav{
    background: url("./../img/nav_bg.png") center no-repeat;
    background-size: cover;
    height:8rem;
    padding-top: 3.88rem;
    box-sizing: border-box;
    position:fixed;
    left:0;
    right:0;
    top:0;
    z-index: 99999;
}
.m-top-nav>div{
    display: flex;
    align-items: center;
}
.m-top-nav .m-home,.m-top-nav .m-nav{
    flex: 1;
    text-align: center;
}
.m-top-nav .m-logo{
    width:28rem;
}
.m-top-nav .m-logo img{
    width:100%;
    text-align: center;
}
.m-top-nav .m-home a{
    display: inline-block;
    width:1.6rem;
}
.m-top-nav .m-home a img{
    width:100%;
}
.m-top-nav .m-nav{
    text-align: center;
}
.m-top-nav .m-nav img{
    width:2rem;
    display: none;
    margin: 0 auto;
}
.m-top-nav .m-nav img.active{
    display: block;
}
.m-model-nav{
    position: fixed;
    top:8rem;
    left:0;
    right:0;
    bottom:100rem;
    background: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    transition: bottom linear 0.2s;
    z-index: 99999;
}
.m-model-nav>div{
    background: #C03E1A;
    padding: 0 1.88rem;
}
.m-model-nav a{
    box-sizing: border-box;
    display: block;
    text-align: center;
    color:#fff;
    font-size: 1.88rem;
    line-height: 2.63rem;
    padding: 2.5rem 0;
    border-bottom: 0.06rem solid #fff;
}
.m-model-nav a:last-child{
    border:none;
}
.m-index-banner img{
     height:22rem;
     display: block;
     width:100%;
    /*background: url("./../img/index-banner.png") center no-repeat;
    background-size: cover; */
}
.m-index-lc,.m-index-about{
    padding: 2rem 1.94rem;
}
.m-index-lc .index-lc-title{
    display: block;
    margin: 0 auto;
    width:26.81rem;
    margin-bottom: 1rem;
}
.m-index-lc .index-lc{
    display: block;
    margin: 0 auto;
    width:100%;
}
.m-index-lc p{
    margin-top: 1.5rem;
    text-align: center;
}
.m-index-lc p a{
    font-size: 1.5rem;
    color: #C03E1A;
    line-height: 2.06rem; 
}
.m-index-about .index-about-title{
    display: block;
    margin: 0 auto;
    width:13.06rem;
    margin-bottom: 1rem;
}
.m-index-about .index-about-img{
    display: block;
    margin: 0 auto;
    width:100%;
    margin-bottom: 1.5rem;
}
.m-index-about h4{
    font-size: 1.75rem;font-weight: 600;
    color: #C03E1A;
    line-height: 1.38rem;
    text-align: center;
    margin-bottom: 1rem;
}
.m-index-about p{
    font-size: 1.5rem;
    color: #020A15;
    line-height: 2.25rem;
    text-align:justify;
}
.m-index-about h5{
    text-align: right;
    margin-top: 1rem;
}
.m-index-about h5 a{
    font-size: 1.5rem;
    color: #C03E1A;
    line-height: 2.06rem;
}
.m-foot{
    padding: 1.5rem 0;
}
.m-foot p,.m-foot a{
    font-size: 1.25rem;
    text-align: center;
    color: #999999;
    line-height: 2rem;
}

.m-tab-nav{
    display: flex;
}
.m-tab-nav a{
    flex: 1;
    display: inline-block;
    background: rgba(32, 28, 193, 0.1);
    padding: 1.5rem 0;
    font-size: 1.5rem;
    text-align: center;
    color: #020A15;
    line-height: 2.06rem;
}
.m-tab-nav a.active{
    background: #C03E1A;
    color:#fff;
}
.m-tab-txt{
    padding: 2rem;
}
.m-tab-txt>div{
    display: none;
}
.m-tab-txt>div.active{
    display: block;
}
.m-tab-txt .program h4{
    font-size: 1.75rem;
    color: #C03E1A;
    line-height: 2rem;
    font-weight: bold;
    margin-bottom: 1.25rem;
}
.m-tab-txt .program>div{
    margin-bottom: 2rem;
}
.m-tab-txt .program>div p{
    font-size: 1.5rem;
    color: #020A15;
    line-height: 2.25rem;
}
.m-tab-txt .guide h4{
    font-size: 1.75rem;
    color: #C03E1A;
    line-height: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.25rem;
}
.m-tab-txt .guide p{
    font-size: 1.5rem;
    color: #020A15;
    line-height: 2.25rem;
}
.m-tab-txt .introduce>h4{
    font-size: 1.75rem;
    color: #C03E1A;
    line-height: 2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1.25rem;
}
.m-tab-txt .introduce>p{
    font-size: 1.5rem;
    color: #020A15;
    line-height: 2.25rem;
}
.m-tab-txt .principle h4{
    font-size: 1.75rem;
    color: #C03E1A;
    line-height: 2rem;
    font-weight: bold;
    text-align: center;
    padding: 0 0.5rem;
    margin-bottom: 1.25rem;
}
.m-tab-txt .principle>p{
    font-size: 1.5rem;
    color: #020A15;
    line-height: 2.25rem;
}
.m-mediator_list{
    padding: 2rem;
}
.m-mediator_list img{
    display: block;
    width:25.31rem;
    margin: 0 auto;
    margin-bottom: 1rem;
}
.m-mediator_list table{
    width:100%;
    margin: 0 auto;
}
.m-mediator_list tr td{
    
    font-size: 1rem;
    padding-top:3rem;
}
.m-mediator_list tr{
    position: relative;
}
.m-mediator_list tr td:first-child{
    position: absolute;
    top: -2.35rem;;
    left:0;
}
.m-mediator_list tr td:nth-child(2){
    padding-left: 5.63rem;
}
.m-mediator_list tr td:last-child{
    text-align: center;
}
.m-mediator_list td small{
    display: inline-block;
    padding: 1px 0;
    font-size:0.75rem;
    margin-right: 0.63rem;
    /* line-height: 0.75rem; */
    color: #298DF4;
    background: #E1F0FF;
    border-radius: 0.13rem;
    border: 0.06rem solid #298DF4;
    text-align: center;
    width:5rem;
    vertical-align: text-bottom;
}
.m-mediator_list td.leave1 small{
    color:#C03E1A;
    background: #FFECE6;
    border: 0.06rem solid #C03E1A;
}
.m-mediator_list td.leave2 small{
    color: #12BCB8;
    background: #E8F8F7;
    border: 0.06rem solid #12BCB8;
}
.m-mediator_list td span{
    color: #298DF4;
    font-weight: 600;
}
.m-mediator_list td.leave1 span{
    color:#C03E1A;
}
.m-mediator_list td.leave2 span{
    color: #12BCB8;
}











