
@font-face {
    font-family: Rany;
    src: url("../fonts/Rany.otf");
  }
html {
    color: #222;
    background-color: #fff;
    font-size: 16px;
    overflow-X: hidden;
    /* font-size: 1.25vw; */
}
.main * {
    word-wrap: break-word;
}
/* 去除点击阴影 */
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent; 
}
blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}
.cur{
    cursor: pointer;
}
address,
caption,
cite,
code,
dfn,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:after,
q:before {
    content: ''
}



input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

a,
li {
    color: #222;
    list-style: none;
    text-decoration: none
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Pingfang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, sans-serif, Helvetica ;
    max-height: 999999999rem;
    /* user-select: none; */

}

body {
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}

/* 模块状态 */
.poa {
    position: absolute;
}

.por {
    position: relative;
}

.dib {
    display: inline-block;
}

.db {
    display: block;
}

.dn {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fln {
    float: none;
}



/* 多行隐藏 */
.oh {
    overflow: hidden;
}

.oa {
    overflow: auto;
}

.oh1,
.oh2,
.oh3,
.oh4,
.oh5,
.oh6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.oh1 {
    -webkit-line-clamp: 1;
}

.oh3 {
    -webkit-line-clamp: 3;
}

.oh4 {
    -webkit-line-clamp: 4;
}

.oh5 {
    -webkit-line-clamp: 5;
}
.oh6 {
    -webkit-line-clamp: 6;
}
/* table */
table{
    width: 100% !important;
}

/* 搜索按钮 */

[v-cloak] {
    display: none;
}


html{
    min-width: 1400px;
    overflow: auto;
}
.box{
    width: 100%;
}
.cen{
    margin: 0 auto;
    width: 1200px;
}


/* header */

.header_mob{
    display: none;
}
.header_pc{
    display: block;
}
.header{
    position: relative;
    width: 100%;
    z-index: 999999;
}
.header_top{
    display: flex;
    align-items: center;
    justify-content: end;
    height: 40px;
    background: #105BAC;

}
.header_t_cen{
    
}
.header_logo{
    height: 70px;
    flex: 1;
}
.header_logo img{
    height: 100%;
}

.header_t_r{
    width: 67px;
    height: 67px;
}
.header_t_r img{
    width: 100%;
    height: 100%;
}
.header_t_r_svg{
    width: 14px;
    height: 14px;
    margin-right: 4px;
    flex: none;
}
.header_t_r_svg img{
    width: 100%;
    height: 100%;
}
.header_t_r_li{
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
}
.header_t_r_li a{
    color: #FFFFFF;
}
.header_t_r_dh{
    font-size: 15px;
    line-height: 100%;
    color: #FF7700;
}
.header_t_r_ul1{
    display: flex;
    align-items: center;
    justify-content: end;
}
.header_t_r_hx{
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 0 18px;
}
.search_btn{
    background: linear-gradient(79.39deg, #0066CC 16.36%, #007FFE 100%);
    width: 78px;
    height: 36px;
    border-radius: 2px;
    margin-left: 8px;
    margin-right: 5px;
}
.search_btn_a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_btn img{
    width: 45px;
    height: 18px;

}
.header_bottom{
    background: #FFFFFF;
    width: 100%;
    height: 80px;
    
}
.header_bottom_cen{
    height: 80px;
    display: flex;
    align-items: center;
    gap: 28px;
}
.header_ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    gap: 48px;
}
.header_li{
    height: 100%;
    display: flex;
    align-items: center;
}
.header_li_a{
    font-weight: 500;
    font-size: 20px;
    color: #252525;
}
.header_li_hr{
    height: 3px;
    width: 0%;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    background-color: #105BAC;
    transition: all 0.4s;
}
.header_li:hover .header_li_hr{
    width: 120%;
}
.header_btn_act .header_li_hr{
    width: 120%;
}


.header_ul2 {
    font-size: 0;
    overflow: hidden;
    left: 50%;
    top: 110%;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: top .2s, visibility .2s, opacity .2s;
    background-color: #fff;
    padding: 25.0008px 28.8px 28.0008px 28.8px;
    padding: 0;
    border-radius: 6px;
    box-shadow: 0 3.84px 12.96px rgba(0, 0, 0, 0.1);
}
.header_li:hover .header_ul2 {
    opacity: 1;
    visibility: initial;
    top: 100%;
}
.header_li2{
    padding: 15px 28.8px;
    text-align: center;
}
.header_li2 a {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    line-height: 22.0008px;
    letter-spacing: 0em;
    text-align: left;
    color: #535353;
}
.header_li2:hover{
    background-color: #105BAC;
}
.header_li2:hover a{
    color: #ffffff !important;
}
.header_li2_act{
    background-color: #105BAC;
}
.header_li2_act a{
    color: #ffffff !important;
}
/* footer */
.footer{
    width: 100%;
    height: 330px;
    background: #E9EBEE;
    padding: 1px;
}   
.footer2{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 10px;
}
.footer_cen{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer_logo{
    height: 60px;
    margin-top: 40px;
}
.footer_logo img{
    height: 100%;
}
.footer_L{
    flex: 1;
}
.footer_L_p1{
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #000000;

}
.footer_L_p2{
    font-size: 14px;
    color: #1489FF;

}
.footer_L_li{
    margin-top: 6px ;
}
.footer_R{
    gap: 18px;
    margin-top: 50px;
    margin-left: 50px;     
    display: flex;
    justify-content: space-between;
}

.footer_R_li_a1{
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: #5B5B5B;
}
.footer_R_li_a2{
    font-weight: 400;
    font-size: 14px;
    line-height: 180%;
    color: #959595;
    white-space: nowrap;
}
.footer_R_u2{
    margin-top: 8px;
}
.footer_bot{
    text-align: center;
}
.footer_bot,.footer_bot a{
    font-weight: 500;
    font-size: 12px;
    color: #979797;
}
.footer_bot_l{
    margin-left: 5px;
}
.footer_bot_a{
    margin-right: 10px;
}
.footer_app_li{
    margin-left: 42px;
    margin-top: 40px;
}
.footer_app_name{
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    margin-top: 6px;
    text-align: center;
}
.footer_app_img{
    width: 130px;
    height: 130px;
}
.footer_app_img img{
    width: 100%;
    height: 100%;
}
.footer_app_ul{
    display: flex;
}
/* 分页 */
.pagebox{
    width: 100%;
    margin-top: 24px;
}
.pagcom{
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
}
.pagcom a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    min-width: 32px;
    height: 32px;
    /* border: 1px solid #D9D9D9; */
    margin-left: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    border-radius: 2px;
}
.pagcom .sel{
    border: 0;
    background: #1489FF;
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}
.pagcom .curpo{
    width: 62px;
    background: #F9FAFB;
    color: #B2BCC6;
    border: 0;

}
/* .pagcom .curpo[disabled="disabled"]{
    display: none;
} */

.curpo.yact{
    color: #1489FF !important;
}
.totlelist{
    height: 32px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 32px !important;
    margin-bottom: 12px;
    color: #757575 !important;

}

.totlelist .colys{
    color: #1489FF;

}

@media screen and (max-width:1024px) {
    .totlelist {
        height: 1rem;
        margin-right: 0.5rem;
        font-size: 0.5rem !important;
        line-height: 1rem ;
        margin-bottom: 0.5rem;
    }
    .pagcom a {
        margin-bottom: 0.5rem;
        min-width: 1rem;
        height: 1rem;
        margin-left: 0.3333rem;
        font-size: 0.5rem;
        border-radius: 0.0833rem;
    }
    .pagcom .sel {
        font-size: 0.5rem;
    }
    .pagcom .curpo {
        width: 2rem;
    }

    html{
        min-width: 100%;
        max-width: 100vw;
        overflow: auto;
        font-size: 6vw;
        overflow-x: hidden;
    }
    .cen{
        width: 90%;
    }
    .box{
        padding-top: 2.6667rem;
    }
    .header_pc{
        display: none;
    }
    .header_mob{
        display: block;
    }
    .header_mob{
        width: 100vw;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99999;
    }
    .header_m_top{
        width: 100%;
        box-shadow: 0rem 0.1667rem 1.6667rem 0rem #0000001A;
        background: #FFFFFF;
        height: 2.6667rem;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_m_logo{
        width: 4.7917rem;
        height: 1.875rem;
    }
    .header_m_logo img{
        width: 100%;
        height: 100%;
    }
    .header_m_btn{
        width: 1.3333rem;
        height: 1.3333rem;
    }
    .header_m_btn img{
        width: 100%;
        height: 100%;
    }
    .header_m_bgc {
        width: 100%;
        height: calc(100vh - 2.6667rem);
        background: #00000033;
        position: fixed;
        top: 2.6667rem;
        left: 0;
    }
    .header_m_aside_box{
        position: fixed;
        padding: 0.0417rem 1rem;
        height: calc(100vh - 2.6667rem);
        top: 2.6667rem;
        right: -8.3333rem;
        width: 8.3333rem;
        background: #FFFFFF;
        box-shadow: 0rem 0.1667rem 1.6667rem 0rem #0000001A;
        transition: all 0.4s;
        overflow-y: auto;
    }
    .header_m_aside_box_act{
        right: 0;
    }
    .header_m_aside_cen{
        width: 100%;
        height: 99%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .header_m_aside_ul{
        margin-top: 1.5rem;
    }
    .header_m_aside_li{
        margin-bottom: 1rem;
    }
    .header_m_a1{
        font-weight: 400;
        font-size: 0.75rem;
        line-height: 100%;  
        color: #202020;
    }
    .header_m_aside_act .header_m_a1{
        color: #0066CC;
    }
    .header_m_aside_jt{
        width: 0.6667rem;
        height: 0.6667rem;
    }
    .header_m_aside_jt img{
        width: 100%;
        height: 100%;
        vertical-align: top;
    }
    .header_m_aside_deg{
        transform: rotate(-90deg);
    }
    .header_m_a1_top{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .header_m_aside_ul2{
        margin-top: 0.5rem;
    }
    .header_m_li2{
        width: 100%;
    }
    .header_m_a2{
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        line-height: 243.00000000000003%;
        color: #3A3A3A;

    }
    .header_m_aside_act2 .header_m_a2{
        color: #0066CC;
    }


    .header_m_aside_b_img{
        width: 5.125rem;
        height: 5.125rem;
        margin: 0 auto;
    }
    .header_m_aside_b_img img{
        width: 100%;
        height: 100%;
    }
    .tf_m_search{
        width: 3.8333rem;
        height: 1.3333rem;
        padding: 0.2917rem 0.9583rem;
        background: #E1E6ED;
        border-radius: 0.6667rem;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
    }
    .tf_m_dh{
        font-weight: 600;
        font-size: 0.6667rem;
        color: #0066CC;
        margin-top: 1rem;
    }

    /* footer */
    .footer {
        height: 100%;
    }
    .footer2 {
        padding-bottom: 0.4167rem;
    }
    .footer_cen {
        flex-wrap: wrap;
    }
    .footer_logo {
        height: 2rem;
        margin-top: 0.5rem;
    }
    .footer_logo img{
        width: auto;
    }
    .footer_L_p1 {
        font-size: 0.5rem;
    }
    .footer_L_p2 {
        font-size: 0.56rem;
    }
    .footer_L_li {
        margin-top: 0.25rem;
    }
    .footer_R {
        margin-top: 0.5rem;
        margin-left: 0px;
    }
    .footer_R_li_a1 {
        font-size: 0.5rem;
        display: block;
    }
    .footer_R_li_a2 {
        display: block;
        font-size: 0.4167rem;
        line-height: 180%;
    }
    .footer_R_u2 {
        margin-top: 0.1rem;
    }
    .footer_bot{
        margin-top: 0.5rem;
    }
    .footer_bot, .footer_bot a {
        font-size: 0.4583rem;
    }
    .footer_bot_a {
        margin-right: 0.2rem;
    }
    .footer_bot_l {
        margin-left: 0.2rem;
    }
    .footer_app_ul{
        width: 100%;
        justify-content: center;
        gap: 1rem;
    }
    .footer_app_li {
        margin-left: 0;
        margin-top: 1rem;
    }
    .footer_app_img {
        width: 3rem;
        height: 3rem;
    }
    .footer_app_name {
        font-size: 0.5rem;
        margin-top: 0.25rem;
    }
}









