* {
    margin: 0 auto;
    padding: 0;
    list-style-type: none;
    font-family: Arial;
}

.header {
    width: 100%;
    height: 1rem;
    z-index: 988;
    position: relative;
    box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}

.header-1 {
    width: 100%;
    height: 1rem;
    border-radius: 0rem 0rem 0rem 0rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-nav {
    width: 14.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-logo_1 {
    margin-left: 0;
}

.header-logo_1 img {
    width: 2.28rem;
    height: 0.32rem;
}

.header-logo_2 {
    margin-right: 0;
}

.header-logo_2 p {
    display: flex;
    align-items: center;
    column-gap: 0.2rem;
}

.header-logo_2 p span {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.18rem;
    color: #000;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.header-nav_1 {
    margin-left: 1rem;
     margin-left: .2rem;
}

.header-nav_1 ul {
    display: flex;
    align-items: center;
    column-gap: 0.63rem;
    column-gap: 0.2rem;
}

.header-nav_1 ul li a {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: normal;
    font-size: 0.18rem;
    color: #000;
    line-height: 0rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}

.header-nav_1 ul li a:hover {
    font-weight: bold;
}

.header-logo_2 p img {
    width: 0.17rem;
    height: 0.17rem;
}


.xiala {
    position: absolute;
    top: 1rem;
    width: 19.2rem;
    height: .5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(211, 243, 255, 0.5) 100%);
    border-radius: 0rem 0rem 0rem 0rem;
    display: none;
}

.header-1:hover .xiala {
    display: block;
}

.xiala ul {
    max-width: 8.66rem;
    max-width: 14.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: .5rem;
    column-gap: .5rem;
}
.xiala ul li{
    /*height: 1rem;*/
    margin: 0;
}
.xiala ul li a {
    display: flex;
    align-items: center;
}

.xiala ul li a {
    font-family: Dream Han Sans CN, Dream Han Sans CN;
    font-weight: 500;
    font-size: 0.16rem;
    color: #121212;
    line-height: 0.50rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
    position: relative;
    z-index: 999;
}

.xiala ul li a p {
    margin-left: 0.13rem;
    width: 0.171rem;
    height: 0.072rem;
    background: url(../img/header/header42.png) no-repeat;
    background-size: 100% 100%;
}

.xiala ul li:hover a p{
    width: 0.171rem;
    height: 0.072rem;
    background: url(../img/header/header43.png) no-repeat;
    background-size: 100% 100%;
}

.xiala ul li:hover a{
    color: #0097FF;
    font-weight: bold;
}
/*.xiala ul li .a1.active {*/
/*    color: #0097FF;*/
/*    font-weight: bold;*/
/*}*/


.right {
    position: fixed;
    right: -0.05rem;
    top: 3rem;
    z-index: 999;
}

.right ul {
    display: flex;
    flex-direction: column;
    column-gap: 0.06rem;
}

.right ul li {
    width: 0.67rem;
    height: 0.67rem;
}

.right ul li:nth-child(5) {
    margin-top: 0.1rem;
}
.right ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-5{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem !important;
    height: 0.6rem !important;
    background: #ACACAC;
    box-shadow: 0rem 0.03rem 0.03rem  0.01rem rgba(0,0,0,0.22);
    border-radius: 0.07rem;
    border: 0.01rem solid #707070;
}
.right-5 p{
    width: 0.25rem;
    height: auto;
    
}
.right-5 p img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.common-phone-header, .side-wrap {display: none;}

    @media only screen and (max-width: 1024px) {
         .header-1{
        display: none;
    }
        .header{
            height:50px;
        }
        .header-1:hover{background:transparent;}
         .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;
            width: auto;
        }
        .header-logo-phone {
            height: 30px;
            width: auto;
     
        }
        .header-search-phone {
            height: 30px;
            width: auto;
        }
        .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;
        }
        .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;
            width: auto;
        }

        .header-logo-phone {
            height: 30px;
            width: auto;
            /*margin-top: .2rem;*/
            margin-left: 15%;
        }

        .header-search-phone {
            height: 30px;
            width: auto;
        }

        .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 {
            height: 30px;
            width: auto;
        }

        .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;
        }
        #Banner_design2{
            margin-top: 50px;        
        }
    }



