/* @font-face {
    font-family: 'PingFang';
    src: url('PingFang.ttc');
} */

body{min-width:100%;font:14px/1.5 Tahoma,"Microsoft Yahei";color:#333; -webkit-font-smoothing: antialiased; }
body,p{
    padding: 0;
    margin: 0;
}

/* #nb_icon_wrap{
    width: 70px;
    height: 70px;
} */
a{
    text-decoration: none;
}

/*滚动条*/
::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;
}

::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;
}

::-webkit-scrollbar-corner {
    background: transparent;
}

.common_nav ul{
    text-decoration: none;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 1200px;
    margin: 0 auto;
}
/**导航**/
.mobile_x_common_nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 1.1rem;
    background-color: #ffffff;
}

.mobile_x_common_nav_logo{
    margin-left: 0.2rem;
    width: 2.17866rem;
    height: 0.76rem;
}

.mobile_x_common_nav_san{
    margin-right: 0.36rem;
    width: 0.5rem;
}

.mobile_x_common_nav_san_close{
    margin-right: 0.37rem;
    width: 0.2957rem;
}

.mobile_x_common_nav_ul{
    width: 100%;
    background: #ffffff;
    position: absolute;
    /*margin-top: 1rem;*/
    font-size: 0.3rem;
    z-index: 99;
}

.mobile_x_common_nav_ul_li{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    color: #000;
    /*border-bottom: 1px solid #161a2c;*/
    text-indent: 0.3rem;
}

.mobile_x_common_nav_ul_li a{
    text-decoration: none;
    color: #000;
}
.mobile_x_common_nav_ul_li_li{
    /*background: #21222A;*/
}
.mobile_x_common_nav_ul_li_li_a{
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    color: #969696;
    text-indent: 0.4rem;
}

.mobile_x_common_nav_ul_li img{
    float: right;
    margin-right: 20px;
    width: 15px;
    margin-top: 22px;
}
.common_display_none{
    display: none;
}
/***底部**/
.mobile_x_index_footer{
    width: 100%;
    height: 330px;
    background: #000;
    margin-bottom: 1.3rem;
}

.mobile_x_index_footer_top{
    width: 95%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    height: 100px;
    border-bottom: 1px solid #474C50;
}
.mobile_x_index_footer_top_li{
    float: left;
    width: 25%;
    text-align: center;
}
.mobile_x_index_footer_top_li img{
    width: 30px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 25px;
}
.mobile_x_index_footer_top_text{
    color: #838387;
    font-size: 0.24rem;
    position: relative;
    top: 37px;
}
.mobile_x_index_footer_middle{
    width: 95%;
    margin: 0 auto;
    clear: both;
    overflow: hidden;
    height: 60px;
    border-bottom: 1px solid #474C50;
    color: #fff;
    font-size: 0.25rem;
}
.mobile_x_index_footer_middle_li{
    float: left;
    width: 25%;
    text-align: center;
    height: 100%;
    line-height: 60px;
}
.mobile_x_index_footer_middle_li a{
    color: #fff;
}
.mobile_x_index_footer_phone{
    text-align: center;
    width: 90%;
    height: 1rem;
    border: 1px solid #535353;
    margin: 0 auto;
    position: relative;
    top: 0.5rem;
    color: #fff;
    font-size: 0.35rem;
    line-height: 1rem;
}

.mobile_x_index_footer_text1{
    text-align: center;
    margin-top: 20px;
    color: #969696;
    font-size: 0.24rem;
}

.mobile_x_index_footer_text2{
    text-align: center;
    margin-top: 0.24rem;
    color: #969696;
    font-size: 0.24rem;
    margin-top: 10px;
}


/***联系我们**/
.mobile_x_index_lianxi{
    width: 100%;
    height: 1.3rem;
    position: fixed;
    bottom: 0;
    z-index: 99;
}


.mobile_x_index_lianxi_left{
    float: left;
    width: 50%;
    text-align: center;
    background: #fff;
    height: 100%;
}

.mobile_x_index_lianxi_left img{
    width: 23px;
    float: left;
    margin-left: 24%;
    margin-top: 22px;
}

.mobile_x_index_lianxi_left_text{
    color: #5074FA;
    font-size: 0.31rem;
    float: left;
    position: relative;
    top: 9px;
    left: 12px;
    margin-top: 11px;
}

.mobile_x_index_lianxi_right{
    float: left;
    width: 50%;
    text-align: center;
    background: #2589FF;
    height: 100%;
}

.mobile_x_index_lianxi_right img{
    width: 23px;
    float: left;
    margin-left: 24%;
    margin-top: 22px;
}

.mobile_x_index_lianxi_right_text{
    color: #fff;
    font-size: 0.31rem;
    float: left;
    position: relative;
    top: 9px;
    left: 12px;
    margin-top: 11px;
}










/**公共css*/
.mobile_x_common_display_none{
    display: none;
}

.mobile_x_common_background{
    background: #fff;
}
