@charset"utf-8";
@font-face {
    font-family: 'sis';
    src: url('../fonts/SourceHanSerifCN-Bold.otf');
}
@font-face {
    font-family: 'sih';
    src: url('../fonts/SourceHanSansCN-Medium.otf');
}
body{
    font-family: Arial;
}
.head-phone:after{
    content: "";
    display: block;
    clear: both;
}
.top_cen a img{
    vertical-align: middle;
    cursor: pointer;
}
.top_cen{text-align: right;}
.top_cen a span{
    font-weight: bold;
    font-family: Arial;
    font-size: 16px;
    color:#00a0e9;
}
.navlist_mo{
    display: block;
    position:absolute;
    top: 0;
    right: -230px;
    bottom: 0;
    width: 230px;
    /*height: 100%;*/
    height: 98%;
    background-color: #19b6d7;
    transition: all ease-out .8s;
    /*overflow: auto;*/
    z-index: 999;
}
/*.navlist_mo.active{*/
    /*display: block;*/
    /*right:0;*/
    /*transition: all ease-in .5s;*/
/*}*/
.navlist_mo>li{
    position: relative;
    padding: 30% 5% 33% 5%;
    box-sizing: border-box;
    height:11%;
    /*height:20%;*/
    border-bottom: 1px solid #fff;
    background-color: #19b6d7;
}
.btwo>li{
    background: rgba(255,255,255,.85);
    border-bottom: 1px solid #19b6d7;
}
.navlist_mo>li:last-child{
    border-bottom: 0;
}
.navlist_mo>li>a{
    clear: both;
    color:#ffffff;
    display: block;
    font-size: 26px;
    line-height: 22px;
    width: 100%;
    /*margin:20px 0;*/
    /*padding:20px 0;*/
    transition: all .5s;
    position: relative;
}
.btwo>li>a{
    color:#00bed3;
}

