*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
input,
select,
button,
textarea{
    border: 0;
    outline: none;
    resize: none;
    background: transparent;
}
ul,
ol{
    list-style: none;
}

button{
    cursor: pointer;
}

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

.banner{
    height: 3.2rem;
    position: relative;
}

.banner_text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.baner_tit_cn{
    font-size: 0.42rem;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei-Bold;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: .29rem;
}
.baner_tit_en{
    font-size: 0.24rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}

.common_nav{
    height: .5rem;
    background: #F0F0F9;
    box-shadow: 0rem 0.02rem 0.43rem 0.01rem rgba(204,204,204,0.08);
}
.common_nav_box{
    max-width: 12rem;
    width: 94%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.common_nav_left {
    display: flex;
    align-items: center;
}

.common_nav_left a {
    margin-right: .24rem;
    position: relative;
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #888888;
}

.common_nav_left a:last-child {
    font-size: 0.14rem;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: normal;
    color: #222222;
}

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

.home {
    width: .18rem;
    height: .18rem;
    margin-right: .06rem !important;
}

.home::after,
.common_nav_left a:last-child::after {
    display: none;
}

.common_nav_right {
    display: flex;
}

.common_nav_right a {
    font-size: 0.16rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
    margin-right: .79rem;
    position: relative;
}

.common_nav_right a:hover {
    /*font-size: 0.16rem;*/
    /*font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;*/
    font-weight: bold;
    color: #004AAE;
}
.common_nav_active::after,
.common_nav_right a:hover::after{
    content: '';
    position: absolute;
    width: 0.2rem;
    height: 0.03rem;
    background: #004AAE;
    left: 50%;
    transform: translateX(-50%);
    bottom: -.15rem;
}

.common_nav_active {
    font-weight: bold !important;
    color: #004AAE !important;
}

.common_tit{
    margin-top: .54rem;
    margin-bottom: .08rem;
    font-size: 0.28rem;
    font-family: MicrosoftYaHei-Bold-, MicrosoftYaHei-Bold;
    font-weight: bold;
    color: #222222;
    text-align: center;
}
.common_tit_en{
    font-size: 0.14rem;
    font-family: MicrosoftYaHei-, MicrosoftYaHei;
    font-weight: normal;
    color: #004282;
    text-align: center;
}

.page,
.page_num{
    display: flex;
    align-items: center;
    justify-content: center;
}
.page a,
.page p{
    font-size: 0.14rem;
    font-family: MicrosoftYaHei, MicrosoftYaHei;
    font-weight: normal;
    color: #222222;
}
.page a{
    min-width: .32rem;
    min-width: .32rem;
    padding: .06rem;
    box-sizing: border-box;
    border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
    border: 0.01rem solid #EEEEEE;
    text-align: center;
    margin: 0 .05rem;
}
.page_num_active{
    color: #FFFFFF!important;
}
.page a:hover,
.page_num_active{
    background: #004AAE;
    border: 0.01rem solid #004AAE;
    color: #FFFFFF;
}
.none_page{
    border: 0!important;
    cursor: not-allowed;
}
.none_page:hover{
    border: 0!important;
    color: #222222!important;
    background: transparent!important;
}
.hr{
    height: 0.01rem;
    background: #EEEEEE;
    width: 100%;
}


/* 移动适配 */
.common-phone-header,
.side-wrap{
    display: none;
}

@media only screen and (max-width: 1024px) {
    .header-wrap {
        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;
}
.header-menu-phone{
    height: 30px;
}
.header-logo-phone {
    height: 30px;
}
.header-search-phone {
    height: 30px;
}

.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;
}
    
    
    
    
.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 {
    width: 1rem;
}
.side-close {
    width:.48rem;
}

.side-bottom {
    padding:  0 .48rem 0 .72rem;
height: calc(100vh - 60px);
    overflow: auto;
}


.nav-item-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: .27rem .48rem .27rem .72rem; */
    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: .48rem; */
    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;
}



.side-nav-list-main .nav-item:first-child{
    /*display: none;*/
}
.side-nav-list-main .nav-item:last-child{
    /* display: none; */
}
    .banner{
        margin-top:51px;
        height: 3.3rem !important;
    }
    .banner .swiper,.swiper-slide{
        height: 100% !important;
    }
    .banner .swiper-slide img{
        height: 100%;
        object-fit: cover;
    }
    .banner .banner_form{
        display: none;
    }
    .swiper1 .swiper-pagination{
        bottom: .14rem !important;
        padding-left: 0.6rem;
    }
    .swiper1 .swiper-pagination-bullet{
        font-size: 12px;
    }
    .baner_tit_cn{
        font-size: 20px;
    }
    .baner_tit_en{
        font-size: 12px;
    }
    .home{
        width: 20px;
        height: 20px;
    }
    .common_nav_left a:last-child{
        font-size: 12px;
    }
    .common_nav_left a{
        font-size: 12px;
    }
    .page a{
        font-size: 12px;
    }
    .common_tit{
        font-size: 16px;
    }
    .common_tit_en{
        font-size: 12px;
    }
    .common_nav_right a{
        font-size: 14px;
    }
    .common_nav_left{
        display: none;
    }
    .banner_text{
        width: 80%;
    }
    .common_nav_right a{
        margin-right: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        line-height: 14px;
    }
}
