* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

input,
textarea,
button,
select {
    border: 0;
    resize: none;
    outline: 0;
    background: transparent;
}

button {
    cursor: pointer;
}

img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*多行溢出*/
.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
}

.line4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
}

/* hover-图片放大1.1 */
.scale-box {
    overflow: hidden;
}

.scale-box .scale-img {
    width: 100%;
    height: 100%;
    transition: all .3s linear;
    cursor: pointer;
    object-fit: cover;
}

.scale-box:hover .scale-img {
    transform: scale(1.1);
}


/* 常用盒子阴影 */
.shadow_box {
    box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, 0.1)
}

/* 水波纹效果 */
.btn-ripple {
    vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
    opacity: 1;
    position: relative;
    overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
    animation: ani_ripple 0.75s;
    z-index: 1;
    content: "";
    position: absolute;
    display: block;
    transition: all 0.6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
    0% {
        background: rgba(0, 0, 0, 0.25);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1000;
    transition: all .3s;
}
.header_active,
header:hover{
    background: #FFFFFF;
}

.header_box {
    width: 14.7rem;
    height: 1.08rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
}

.header_logo {
    /*width: 1.15rem;*/
    width: auto;
    height: .5rem;
    display: flex;
    margin-left: 1.33rem;
}

.header_logo img{
    height: 100%;
    width: auto;
}

.header_logo img:last-child,
header:hover .header_logo img:first-child,
.header_active .header_logo img:first-child{
    display: none;
}

header:hover .header_logo img:last-child,
.header_active .header_logo img:last-child{
    display: block;
}

.head_nav,
.head_nav1{
    display: flex;
    align-items: center;
    position: relative;
}

.head_nav{
    height: 1.08rem;
    /*padding: 0.45rem 0;*/
}

.head_nav2{
    position: absolute;
    top: calc(100% + .44rem);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 2.5rem;
    /*height: 1.14rem;*/
    background: #FFFFFF;
    /*opacity: 1;*/
    /*transition: all .3s;*/
    display: none;
    
}

/*.head_nav1:hover .head_nav2{*/
/*    display: block;*/
/*    top: 1.08rem;*/
/*    opacity: 1;*/
/*}*/

/*.head_nav2_center{*/
/*    width: 12rem;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    margin: 0 auto;*/
/*    border-top: .01rem solid rgba(3,65,135,.1);*/
/*}*/

.head_nav1{
    margin-left: .69rem;
    padding: 0.45rem 0;
}



.level2_box{
   width: 13.07rem;
   height: 2.96rem;
   padding: 0.56rem 0 0.2rem 0.43rem;
   background-color: #fff;
   box-shadow: 0 .02rem .12rem 0 rgba(0, 0, 0, 0.1);
   position: absolute;
   left: 1.33rem;
   top: 100%;
   display: none;
}

.level2_box>ul{
    width:2.89rem;

}

.level2_box ul{
    height: 2.71rem;
    overflow-y: auto;
}

.level2_box ul>li{
    width:100%;
    padding-bottom: 0.28rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
}

.level2_box li{
    cursor: pointer;
}

.level2_box ul>li:last-child{
    margin-bottom: 0;
}

.level2_box ul>li span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #707070;
}
.flex_between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.level2_icon{
    width: 0.1rem;
    height: 0.14rem;
    object-fit: contain;
    filter: grayscale(100%)  brightness(130%)  contrast(0%);  
}

.level2_box ul>li:hover>.flex_between>span{
    color: #003399;
}

.level2_box ul>li:hover>.flex_between>.level2_icon{
    filter: none;
}

/*.level2_box ul>li:hover>.level2_box_c{*/
/*    display: block;*/
/*}*/

.level2_box_c{
    position: absolute;
    display: none;
}

.level2_box_c.left1{
    width:2.89rem;
    left: 3.26rem;
        top: 0.56rem;
}

.level2_box_c.left2{
    width:4.3rem;
    left: 2.82rem;
    top: 0;
}

.level2_box_c.left3{
    width:2.93rem;
    left: 100%;
    top: 0;
    height: 100%;
}

.level2_box_c.left3>a{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
}

.level2_box_c>ul{
    width: 100%;
    padding-right: 15px;
}

    
.head_nav>a,
.head_nav1>a {
    font-size: 0.2rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}

.head_nav2 a{
    display: block;
    width: 100%;
    line-height: .42rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    white-space: nowrap;
    text-align: center;
}

.head_nav2 a:hover{
    background: #034187;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}

header:hover .head_nav>a,
header:hover .head_nav1>a,
.header_active .head_nav>a,
.header_active .head_nav1>a{
    color: #333333;
}

.head_nav1>a:hover:after,
.head_nav_active::after {
    content: '';
    width: 0.32rem;
    height: 0.03rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    position: absolute;
    left: 50%;
    bottom: -.2rem;
    transform: translateX(-50%);
}

header:hover .head_nav_active,
.header_active .head_nav_active,
.header_active .head_nav1>a:hover{
    color: #034187!important;
}

header:hover .head_nav_active::after,
.header_active .head_nav_active::after,
.header_active .head_nav1>a:hover::after{
    background: #034187;
}

.language {
    display: flex;
    align-items: center;
    margin-left: .55rem;
    position: relative;
}

header:hover .language,
.header_active .language{
    filter: brightness(0.5);
}

.language_img {
    width: .24rem;
    height: .24rem;
    margin-right: .11rem;
}

.language_select {
    display: flex;
    align-items: center;
    cursor: pointer;
}


.language_select span {
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.language_select img {
    width: .16rem;
    height: .16rem;
    margin-left: .08rem;
    transition: all .5s;
}

.language_select_box {
    width: 80%;
    position: absolute;
    top: calc(100% + .1rem);
    right: 0;
    padding: .05rem;
    box-sizing: border-box;
    display: none;
    background: #FFFFFF;
}

.language_select_box a {
    display: block;
    text-align: center;
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 0;
    line-height: 1.6;
}

footer {
    width: 100%;
    background: #071525;
    overflow: hidden;
}

.footer_box {
    width: 14.7rem;
    padding-left: 1.34rem;
    margin: .85rem auto 1.26rem;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.looter_l_item {
    margin-bottom: .4rem;
}

.looter_l_tit {
    font-size: 0.16rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: .12rem;
}

.looter_l_txt {
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #DCDCDC;
    line-height: 0.24rem;
}

.looter_r {
    display: flex;
}

.footer_nav_box {
    display: flex;
    flex-direction: column;
    margin-left: .96rem;
}

.footer_nav_tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: .2rem;
    white-space: nowrap;
}

.footer_nav {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #DCDCDC;
    line-height: 0.36rem;
    white-space: nowrap;
}

.footer_code {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: .65rem;
}

.footer_code_img {
    width: 1.35rem;
    height: 1.35rem;
    display: flex;
    margin-bottom: .18rem;
}

.footer_code p {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
}

.footer_down {
    width: 100%;
    height: 0.98rem;
    background: #020911;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.footer_down img {
    width: .44rem;
    height: .44rem;
    cursor: pointer;
    position: absolute;
    right: 1.6rem;
    top: 50%;
    transform: translateY(-50%);
}

.footer_down a {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
}

.banner {
    width: 100%;
    height: 10.8rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_text {
    width: 8.18rem;
    font-weight: bold;
    font-size: 0.78rem;
    color: #FFFFFF;
    line-height: 1rem;
    position: absolute;
    left: 3.6rem;
    top: 5.4rem;

}

.banner_titen {
    opacity: .5;
    font-weight: 400;
    margin-top: .08rem;
}

.common_nav {
    margin-top: .32rem;
    display: flex;
}

.common_nav a {
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    font-size: 0.2rem;
    color: #FFFFFF;
    position: relative;
    margin-right: .25rem;
    display: flex;
    align-items: center;
}

.common_nav a img {
    width: .22rem;
    height: .22rem;
    margin-right: .06rem;
}

.common_nav a::after {
    content: '>';
    position: absolute;
    top: 50%;
    right: -.2rem;
    transform: translateY(-50%);
}

.common_nav a:last-child::after {
    display: none;
}

.page {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_num {
    display: flex;
    align-items: center;
}

.page p,
.page a {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.page a {
    width: .32rem;
    height: .32rem;
    margin: 0 .04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
    border: 0.01rem solid #E5E5E5;
}

.page_active,
.page_num a:hover {
    background: #034187;
    color: #FFFFFF !important;
}

.page a img {
    width: .14rem;
    height: auto;
}

.page input {
    width: 0.79rem;
    height: 0.32rem;
    background: #FFFFFF;
    border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
    border: 0.01rem solid #B3B3B3;
    padding: 0 .12rem;
    box-sizing: border-box;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page_prev {
    margin-left: .17rem !important;
}

.page_next {
    margin-right: .17rem !important;
}

.common_title {
    margin-bottom: .66rem;
}

.common_tit_cn {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.4rem;
    color: #333333;
    text-align: center;
}

.common_tit_en {
    font-family: Arial, Arial;
    font-weight: 900;
    font-size: 0.3rem;
    color: #034187;
    text-align: center;
}


.common-phone-header,
.side-wrap,
.appFooter{
    display: none;
}
@media only screen and (max-width: 1024px) {
    header {
        display: none;
    }
    .common-phone-header {
        /*display: block !important;*/
    }
    .side-wrap {
        /*display: block !important;*/
    }
    .common-phone-header {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }
    .common-phone-header-inner {
        display: flex;
        height: 50px;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
        flex-direction: row-reverse;
    }
    .header-menu-phone{
        height: 30px;
        width: auto;
        display: block;
    }
    .header-logo-phone {
        height: 30px;
        width: auto;
        display: block;
    }
    .header-search-phone {
        height: 30px;
        width: auto;
        display: block;
    }
    .header-search-box-phone {
        display: none;
    }
    .header-search-input-phone {
        border-radius: 20px;
        height: 35px;
        border-width: 1px;
        border: 1px solid #333;
        padding: 0 10px;
        font-size: 14px;
        display: block;
    }
    .side-modal {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background:rgba(0, 0, 0, .5);
    }
    .side-container {
        display: none;
        position: fixed;
        z-index: 100000;
        left: 0;
        top: 0;
        height: 100vh;
        width: 6.4rem;
        background-color: #fff;
        color: #000;
        border-left: 1px solid #eee;
        animation: ani_side 1s;
    }
    .side-container.shown {
        display: block;
    }
    @keyframes ani_side{
        from {
            display: none;
            width: 3rem;
        }
        to {
            display: block;
            width: 6.4rem;
        }
    }
    .side-wrap {
        width: 100%;
    }
    .side-top {
        display: flex;
        height: 60px;
        padding: 0 20px 0 30px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    .side-logo {
        height: auto;
        width: 80%;
    }
    .side-close {
        width:.48rem;
    }
    .side-bottom {
        padding:  0 .48rem 0 .72rem;
    }
    .nav-item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .27rem 0 .27rem 0;
        border-bottom: 1px solid #eee;
    }
    .nav-item-inner span{
        display: flex;
        align-items: center;
        font-size: 14px;
    }
    .nav-item-inner img{
        width: .4rem;
    }
    .side-nav-list .nav-item a{
        color: #000;
        font-size: .26rem;
        width: 100%;
        /*display: inline-block !important;*/
    }
    .side-nav-list .side-local-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }   
    .side-nav-list-sub {
        display: none;
    }
    .side-nav-list-sub  .side-back-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }
    .footer_box{
        width: 100%;
        padding: 15px;
        margin: 0;
        box-sizing: border-box;
        justify-content: center;
        align-items: center;
    }
    .footer_nav_box{
        display: none;
    }
    .looter_l_tit{
        font-size: 14px;
    }
    .looter_l_txt,
    .footer_code p,
    .footer_down,
    .footer_down a{
        font-size: 12px!important;
        line-height: 1.6;
    }
    
    .footer_down{
        padding: 0 30px;
        box-sizing: border-box;
        text-align: center;
        flex-direction: column;
    }
    .footer_down img{
        right: 10px;
    }
    .banner{
        height: 3rem;
        margin-top: 50px;
    }
    .banner_text{
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 18px;
        line-height: 1;
    }
    .page p, .page a{
        font-size: 12px;
    }
    .common_nav a{
        font-size: 12px;
    }
    
    /*小程序样式*/
    
    body{
        background: #F5F7F9;
        padding-bottom: .98rem;
    }
    
    footer{
        display: none;
    }
    
    .banner{
        margin-top: 0!important;
    }
    
    .appFooter{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: .98rem;
        background: #FFFFFF;
        padding: 0 1.08rem;
        box-sizing: border-box;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    
    .appFooterNav{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .appFooterNav img{
        max-width: .52rem;
        min-width: .48rem;
    }
    .appFooterNav p{
        font-family: PingFang SC, PingFang SC;
        font-weight: 400;
        font-size: 0.2rem;
        color: #333333;
    }
    
    .appHome{
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1.15rem;
        height: 1.15rem;
        background: #034187;
        box-shadow: 0rem 0rem 0.08rem 0.02rem rgba(0,0,0,0.1);
        border: .2rem solid #FFFFFF;
        border-radius: 50%;
    }
    .appHome img{
        width: .44rem;
        height: .44rem;
    }
    .appHome p{
        color: #FFFFFF;
    }
}