input {
    vertical-align: middle;
    border: 0;
    /*-webkit-appearance: none;*/
    outline: none;
}
select,button:focus{
    outline: none;
}
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, input, textarea, html {
    margin: 0;
    padding: 0;
    /*font-size: 100%;*/
}
@font-face{
    font-family: "hb"; 
    src: url('../font/HarmonyOS_Sans_SC_Bold.ttf');
}
@font-face{
    font-family: "hl"; 
    src: url('../font/HarmonyOS_Sans_SC_Light.ttf');
}
@font-face{
    font-family: "hr"; 
    src: url('../font/HarmonyOS_Sans_SC_Regular.ttf');
}

body, html {
    background: #fff;
    font-family: "hr","Source Han Sans CN Regular","Microsoft Sans Serif",arial,'Hiragino Sans GB',sans-serif,"San Francisco";
    color: #444444;
    font-size: 14px;
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
    scroll-behavior: -webkit-smooth;
}

ul, li {
    list-style: none;
}

img, input {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

.clearfix:after { /*content:"200B"; height:0; font-size:0; */
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    *zoom: 1;
}


.inner{
    max-width: 15.2rem;
    margin: 0 auto;
    /*transform: translateX(-40px);*/
}

.bannerTwo{
    position: relative;
    margin-top: 60px;
    height: 2.5rem;
}

header{
    position: fixed;
    top: 0;
    z-index: 2000;
    width: 100%;
    /*box-shadow: 0 0 8px #e2e2e2;*/
    
    transition: .3s;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
header.active2{
    background: #fff;
}
header .content{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .content:before{
    display: none;
}
header .content:after{
    display: none;
}
header .logo{
    display: flex;
    align-items: center;
}
header .logo .city{
    color: #ffffff;
    font-size: 14px;
    margin-left: .2rem;
    cursor: pointer;
    background: rgb(255 255 238 / 30%);
    padding: 5px 14px;
    border-radius: 28px;
}
header .logo .city i{
    /*
    margin-right:3px;
    */
    font-size: 12px;
}
header .logo .city span{
    display: inline-block;
    font-size: 12.5px;
    /*
    font-family: 'hl';
    */
}
header .logo .city.active2{
    color: #000;
    background:rgb(93 145 189 / 16%); 
}
.headerTwo .logo .city{
    background:rgb(93 145 189 / 16%); 
}
header ul{
    display: flex;
}
header ul li{
    position: relative;
    padding: 0 .39rem;
}
header ul li a.name:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 2px;
    height: 2px;
    z-index: 999;
    background: #eeeeee;
    opacity: 0;
}
.headerTwo ul li a.name:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 2px;
    height: 2px;
    z-index: 999;
    background: #e65c75;
    opacity: 0;
}
header ul li a.active{
    border-bottom: 2px solid #eeeeee;
}
header ul li a:hover{
    border-bottom: 2px solid #eeeeee;
}
.active2 .g-nav li a:hover{
    border-bottom: 2px solid #5d92bc;
}
.active2 ul li a.active{
    border-bottom: 2px solid #5d92bc;
}
header ul li a.name.on:before {
    opacity: 1;
    left: .03rem;
    right: .03rem;
}
/*
header ul li:hover a.name:before {
    opacity: 1;
    left: .02rem;
    right: .02rem;
}
*/

header ul li a{
    display: block;
    color: #fff;
    height: 100%;
    transition: 0.3s;
    line-height: .8rem;
    font-size: 16px;
    position: relative;
}
header ul li a.active2{
    color: #000000;
}
header ul li a:hover{
    color: #fff;
}
.active2 ul li a:hover{
    color: #355774;
}

header .denglu{
    display: flex;
    align-items: center;
    height: .6rem;
}
header .denglu img{
    margin-right: 10px;
}

header .denglu img:last-child{
    margin-right: 8px;
    margin-left: 0px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
header .denglu a{
    color: #ffffff;
    font-size: 16px;
    
    /*
    padding-right: .22rem;
    */

}
header .denglu span{
    color: #ffffff;
    font-size: 16px;
    margin: 0 6px
}
.headerTwo .denglu span{
    color: #000000;
}
.active2 .denglu span{
    color: #000000;
}
header .denglu a.active2{
    color: #000000;
}
/*
header .denglu a:first-child{
    border-right: 2px solid #949595;
    margin-right: .22rem;
}
*/
header .user-icon a:first-child{
    display: block;
    align-items: center;
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}
.g-nav .list {
    width: 111px;
    background: #000000;
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    top: 81px;
    bottom: auto;
    /*margin-left: -2.06rem;*/
    padding: 14px 0;
    opacity: 0;
    visibility: hidden;
    /*transition: opacity 0.3s ease;*/
    /*-webkit-transition: opacity 0.1s ease;*/
    /*-moz-transition: opacity 0.1s ease;*/
    /*-o-transition: opacity 0.1s ease;*/
}
header ul li:last-child .list-1{
    transform: translateX(-69%);
}
.g-nav .list-2 a {
    display: block;
    text-align: center;
    /*border-bottom: #ccc solid 1px;*/
    line-height: .43rem;
    font-size: 14px;
    color: #f8f8f8;
}
.g-nav .list-2 a:hover {
    /*color: #b1841d;*/
    /*border-color: #b1841d;*/
}
.g-nav .list-1 {
    width: 10rem;
    /*margin-left: -3.2rem;*/
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 .5rem;
    height: 2.95rem;
}
.g-nav .list-1 .text{
    margin-left: .74rem;
}
.g-nav .list-1 .text a{
    color: #808080;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 20px;
    border-left: 1px solid #999999;
    padding-left: 9px;
    transition: 0.3s;
}

.g-nav .list-1 .text a:hover{
    border-left: 1px solid #ab8221;
    color: #ab8221;
}
.g-nav .list-1 .text a.active{
    border-left: 1px solid #ab8221;
    color: #ab8221;
}
header ul li:hover .list {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
}





.header_right{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header_right p{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff;
    margin-left: .3rem;
}
.header_right p span{
    font-size: 16px;
}
.header_right p.active2{
    color: #000000;
}
.header_right i{
    color: #fff;
    font-size: 22px;
    margin-right: 12px;
}
.header_right .search{
    margin-left: 30px;
}
.header_right i.icon-sousuo{
    font-size: 20px;
}
.header_right i.active2{
    color: #000;
}

footer{
    background: #1a1a1a;
}
footer .footer_top .content{
    display: flex;
    justify-content: space-between;
    padding-bottom: .36rem;
    padding-top: .6rem;
}

.footer-logo{
    width: 2rem;
    margin-right: 1.2rem;
}
.footer_top .mid{
    width:20%;
}
.footer_top .mid2{
    width:32%;
}
.footer_top .mid h3{
    font-size: 18px;
    font-family: 'hb';
    color: #ffffff;
    margin-bottom:30px;
}
.footer_top .mid h3:after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffc53d;
    margin-top: 12px;
}
.footer_top .mid ul{
    margin-bottom: .28rem;
}
.footer_top .mid li{
    margin-right: .5rem;
    margin-bottom:20px;
}
.footer_top .mid li a{
    color: #a79c9c;
    font-size: 15px;
    font-family: 'hl';
}
.footer_top .mid2 li p{
    color: #fff;
    padding-left: 10px;
    margin-top: 5px;
    font-size: 15px;
    font-family: 'hl';
}
.footer_top .mid p{
    color: #7e7e7e;
    line-height: 24px;
}
.footer_top .right h3{
    font-size: 18px;
    font-family: 'hb';
    color: #ffffff;
    margin-bottom: 30px;
}
.footer_top .right h3:after{
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #ffc53d;
    margin-top: 12px;
}
.footer_top .right p{
    margin-bottom: 20px;
    color: #a8a8a8;
}
.footer_top .right .tel img{
    margin-right: 8px;
}
.footer_top .right .tel span{
    font-size: 18px;
}
.footer_top .right .share{
    padding-left: 21px;
    color: #a8a8a8;
}
.footer_top .right .share a{
    display: inline-block;
    margin-right: 12px;
}


.footer_top .right .code{
    display: flex;
    color: #a8a8a8;
}

.footer_top .right .code .pic{
    display: flex;
    flex-flow: column;
}
.footer_top .right .code .pic:last-child{
    margin-left: .3rem;
}

.footer_top .right .code .pic span{
    display: inline-block;
    margin-top: 12px;
    font-family: 'hl';
    text-align: center;
    font-size: 14px;
}
.footer_top .right .code .pic img{
    max-width: 105px;
    border-radius: 5px;
}


.footer_bot{
    text-align: center;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #373434;
}
.footer_bot p{
    color: #a79c9c;
    font-family: 'hl';
    font-size: 15px;
}
.footer_bot a{
    color: #a79c9c;
    margin-left: 20px;
    font-family: 'hl';
}
















    /* 侧导航栏*/
#sidenav {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    overflow-x: hidden;
    overflow-y: scroll;
}

#sidenav.active {
    left: 0;
}

#sidenav .top {
    /*border-bottom: 1px solid #cdcdcd;*/
    line-height: 66px;
    position: relative;
    /*padding: 10px 0;*/
    /*margin-bottom: 0.9375rem;*/
}
#sidenav .close-btn .icon-guanbi{
    color: #355673;
    font-size: 18px;
    position: absolute;
    right: 20px;
}

#sidenav .top img {
    margin-top: -2px;
}

#sidenav .top .logo {
    vertical-align: middle;
    margin-left: 0.4rem;
}

#sidenav .top .close-btn img {
    width: 18px;
    position: absolute;
    right: 0.4rem;
    top: 20px;
    margin-top: 0;
}

#sidenav .search-box {
    width: 92%;
    height: 3.125rem;
    line-height: 3.0625rem;
    margin: 0 auto 0.9375rem;
    border: 1px solid #cdcdcd;
    border-radius: 1.5625rem;
    overflow: hidden;
    position: relative;
    font-size: 0;
}

#sidenav .search-box input {
    padding: 0 0.9375rem;
    width: 83%;
    height: 100%;
    font-size: 0.9375rem;
    color: #666;
    vertical-align: top;
}

#sidenav .search-box a {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 17%;
    height: 100%;
}

#sidenav .search-box img {
    vertical-align: middle;
    width: 1.4375rem;
}

#sidenav .nav {
    margin: 0 auto;
    width: 98%;
}

#sidenav .nav .level1 {
    font-size: 16px;
    color: #38444a;
    line-height: 52px;
    display: block;
    padding-left: 0.4rem;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    font-weight: bold;
}

#sidenav .nav .level1 a{
    color: #38444a;
}
#sidenav .nav .level1:first-child {
    border-top: 1px solid #e6e6e6;
}

#sidenav .nav .level1.active {
    background-color:#5c91bc;
    color: #fff;
}
#sidenav .nav .level1 a.active {
    color: #fff;
}
#sidenav .nav .level1 span {
    color: #aaa;
    font-family: 'acrom';
    margin-left: 0.75rem;
    font-weight: normal;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active span {
    color: #fff;
}

#sidenav .nav .level1 .plus-box {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
}

#sidenav .nav .level1 .plus-box .hor {
    width: 100%;
    height: 2px;
    background-color: #cdcdcd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active .plus-box .hor {
    background-color: #fff;
}

#sidenav .nav .level1 .plus-box .ver {
    height: 100%;
    width: 2px;
    background-color: #cdcdcd;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -1px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

#sidenav .nav .level1.active .plus-box .ver {
    background-color: #fff;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
}

#sidenav .nav ul {
    background-color: #f5f5f5;
    display: none;
}

#sidenav .nav ul li > a {
    padding-left: 0.4rem;
    font-size: 14px;
    line-height: 46px;
    display: block;
    color: #313739;
    border-bottom: 1px solid #e6e6e6;
}
/*#sidenav .nav ul:nth-child(6){*/
/*display: none!important;*/
/*}*/
/*#sidenav .nav ul:nth-child(10) li:last-child{*/
/*display: none!important;*/
/*}*/
#sidenav .nav ul li.active > a {
    background-color: #e6e6e6;
}

#sidenav .bottom {
    font-size: 0.9375rem;
    color: #38444a;
    text-align: center;
    padding: 2rem 0;
}

#sidenav .bottom img {
    width: 1.125rem;
    vertical-align: middle;
    margin-right: 0.5625rem;
}

#sidenav .nav .ul2 {
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

#sidenav .nav .ul2 a {
    display: block;
    width: 100%;
    padding-left: 2rem;
    font-size: 14px;
    line-height: 46px;
    color: #313739;
}
.sj-menu{
    position: absolute;
    right: 135px;
    display: none;
    float: right;
    cursor: pointer;
    margin-left: .2rem;
}


.img_gallery{
    display: none;
    overflow: hidden;
}
#btn_prev{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    font-family: SimSun;
    font-weight: bold;
    display: none;
}
#btn_next{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 30px;
    font-family: SimSun;
    font-weight: bold;
    display: none;
}

.img_gallery .point{
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 30px;
    z-index: 999;
    width: 100%;
}
.img_gallery .point a{
    width: 10px;
    height: 10px;
    background: #eee;
    border-radius: 100%;
    margin-right: 10px;
    transition: 0.3s;
}
.img_gallery .point a.on{
    width: 26px;
    height: 10px;
    background: #eb6143;
    border-radius: 10px;
}





.fixed-right{
    position: fixed;
    width: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 999992;
    /*background: rgba(255,255,255,0.9);*/
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.2);
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
}
.fixed-right ul{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.fixed-right ul li{
    position: relative;
    text-align: center;
    margin-bottom: .4rem;
    cursor: pointer;
}
.fixed-right ul li input{
    position: absolute;
    right: 0;
    top: -11px;
    display: block;
    color: #e65c75;
    width: 20px;
    height: 20px;
}
.fixed-right .fixed-qcode-cont {
    position: absolute;
    width: 270px;
    left: -270px;
    top: 0px;
    padding: 10px 0;
    background-color: #fff;
    font-size: 12px;
    color: #0d0d0d;
    text-align: center;
    display: none;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.fixed-qcode-contone{
    float: left;
    width: 50%;
}
.fixed-qcode-conttwo{
    float: right;
    width: 50%;
}
.fixed-right li:hover .fixed-qcode-cont {
    display: inline-block;
}
.fixed-right .fixed-qcode-cont:before {
    content: "";
    position: absolute;
    right: -5px;
    top: 64px;
    border: 5px dashed #fff;
    border-right-width: 0;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}


/*.fixed-qcode-contone .fixed-qcode-icon{*/
    /*background: url("../images/erweima_91.jpg") no-repeat;*/
    /*background-size: cover;*/
/*}*/
/*.fixed-qcode-conttwo .fixed-qcode-icon{*/
    /*background: url("../images/erweima_93.jpg") no-repeat;*/
    /*background-size: cover;*/
/*}*/


.headerTwo .logo .city{
    color: #e65c75!important;
}

.headerTwo ul li a.active{
    color: #ff0000!important;
    border-color: #ff0000;
}
.headerTwo .g-nav li a:hover{
    color: #ff0000!important;
    border-color: #ff0000;
}
.headerTwo .g-nav .list-2 a{
    color: #fff!important;
}
.headerTwo .g-nav .list-2 a:hover{
    color: #ff0000!important;
}
.headerTwo ul li a {
    color: #000000!important;
}
.headerTwo .denglu a {
    color: #000000!important;
}
.headerTwo .header_right i{
    color: #000000!important;
}

.headerTwo .header_right p {
    color: #000000!important;
}

.headerTwo{
    box-shadow: 0 0 10px #ddd;
    border-bottom: none;
    background: #fff;
}
.header_right .search{
    position: relative;
    cursor: pointer;
}

.header_right .search input{
    position: absolute;
    left: -162px;
    top: -7px;
    min-width: 150px;
    padding-left: 10px;
    height: 30px;
    display: block;
    border: 1px solid #e6e6e6;
    opacity: 0;
    z-index: -1;
    transition: .3s;
}

.header_right .search:hover input{
    opacity: 1;
    z-index: 9;
}





header .select-pull {
    display: none;
    width: 335px;
    position: absolute;
    top: 60px;
    left: 141px;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px rgba(0,0,0,.2);
}

header .select-pull .select-options {
    padding: 12px 0;
    font-size: 0;
    display: block;
}

header .select-pull .select-options li {
    width: 56px;
    height: 32px;
    display: inline-block;
    font-size: 14px;
    color: #0d0d0d;
    line-height: 32px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 12px;
    cursor: pointer;
    padding: 0;
    transition: .3s;
    border-radius: 5px;
}
header .select-pull .select-options li:hover{
    background-color: #5c8fbb;
    color: #fff;
}
header .select-pull .select-options li a {
    color: #0d0d0d;
    display: inline-block;
    width: 56px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-family: 'hl';
}
header .select-pull .select-options li a:hover{
    color: #fff !important;
}

header .select-pull .select-options li.active {
    background-color: #5c8fbb;
    color: #fff;
}

header .select-pull .select-options li.active a {
    color:#fff !important;
}

header .select-pull.active {
    display: block;
}

.search_top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background: #fff;
    opacity: 0;
    z-index: -1;
    transition: .3s;
}
.search_top.active{
    opacity: 1;
    z-index: 9;
}
.search_top .container{
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
}

.search_top .container i{
    font-size: 20px;
    cursor: pointer;
}
.search_top .container input{
    width: 85%;
    font-size: 16px;
}
.search_top .container input::placeholder{
    font-size: 16px;
}


@media screen and (max-width: 1600px){
    .inner{
        max-width: 13rem;
    }
    header ul li {
        position: relative;
        padding: 0 .25rem;
    }
}



@media screen and (max-width: 1440px){
    .inner{
        max-width: 12rem;
    }
    header ul li{
        margin-left: .2rem;
        padding: 0 .2rem;
    }
    header ul li {
        position: relative;
        padding: 0 .2rem;
    }
}


@media screen and (max-width: 1366px){
    .inner{
        max-width: 1150px;
    }
    header ul li {
        margin-left: .2rem;
        padding: 0 .1rem;
    }
    .bannerTwo{
        margin-top: 78px;
    }
}
@media screen and (max-width: 1200px){
    .footer-logo{
        width: 100%;
        text-align: center;
        margin-bottom:50px;
        display: flex;
        margin-right:0;
    }
    .footer-logo img{
        
    }

    footer .footer_top .content{
        flex-flow: wrap;
    }
    .inner{
        max-width: 90%;
    }
    .header_right{
        display: none;
    }
    .bannerTwo{
        margin-top: 66px;
    }
    .footer_top .mid h3{
        font-size: 16px;
    }
    .foot-logo-img{
        width: 50%;
        text-align: left;
    }

    header .content{
        height: 66px;
    }
    
    .sj-menu{
        display: block;
    }
    .g-nav{
        display: none;
    }
    .footer_bot{
        flex-flow: column;
        padding-top: .2rem;
    }
    .footer_bot ul{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-top: .2rem;
        margin-bottom: .1rem;
    }

}
@media screen and (max-width: 992px){

    header ul{
        display: none;
    }
    .sj-menu{
        display: block;
    }
}
@media screen and (max-width: 800px){
    .inner{
        width: 93%;
    }
}
@media screen and (max-width: 768px){
    .fixed-right{
        display: none;
    }
    header .denglu a:last-child{
        padding-right: 0;
    }

    header .logo .city{
        display: none;
    }

    .sj-menu{
        right: 104px;
    }
    .footer_top .mid{
        display: none;
    }

}

@media screen and (max-width: 375px){
    .img_gallery{
        display: block;
        height: 596px;
        position: relative;
    }
}
@media screen and (max-width: 360px){
    .img_gallery{
        display: block;
        height: 573px;
        position: relative;
    }
    .footer_bot ul{
        flex-flow: wrap;
    }
}
@media screen and (max-width: 320px){
    .img_gallery{
        display: block;
        height: 510px;
        position: relative;
    }

}