﻿

.header-zhanwei{
    width: 100%;
    height: 78px;
}
.p-container{
    width: 100%;
    padding: .2rem 0;
}

.p-container.blackbg{
    background: url(../image/productbg.png) top center no-repeat;
    background-color: #232323;
    background-size: 100% auto;
}
.p-container .w1440{
    align-items: start;
}
.lieban{
    display: flex;
}
.lieban img{width: 100%;}
.header2{
    height: 80px !important;
}
.nav-yi{
    line-height: 80px;
}
.header-style .header2{
    background: linear-gradient(to bottom,#4E4E4E,#2E2E2E);
}
.header2{
    background: linear-gradient(to bottom,#4E4E4E,#2E2E2E);
}
.header2 .logo img{
    max-height: 50px;
}
.p-container .prod-left{
    width: 320px;
    flex: 0 0 320px;
    color: #fff;
    /* background-color: #fff; */
}
.p-container .prod-left #navleft{
    background-color: rgba(17, 17, 17, .5);
    margin-top: 20px;
}
.p-container .prod-right{
    width: 100%;
    padding-left: .4rem;
}
.prod-left .sortname{
    background-color: #FC5000;
    line-height: .5rem;
    padding: 0 20px 0 27px;
    font-size: 16px;
    color: #fff;
    border-radius: 25px;
}
.prod-left .sortname span{
    /*display: none;*/
}
.prod-left .title span{
    transform: rotate(90deg);
    transition: all .3s;
}
.prod-left .title.active span{
    transform: rotate(-90deg);
    transition: all .3s;
}
.prod-left .item{
    padding: 10px;
    border-bottom: 1px solid #979797;
}
.prod-left .item .t1{
    padding: 10px 0;
}
.prod-left .dds{
    border-right: 1px solid #333;
    display: none;
}
.prod-left .active .dds{
    display: block;
}
.prod-left .dd{
    position: relative;
    width: 100%;
    line-height: 30px;
    padding-left: 28px;
    margin-bottom: 5px;
}
.prod-left .dd.active{
    background: linear-gradient(to right,#FDD097,transparent);
    transition: all .3s;
}
.prod-left .dd:hover{
    background: linear-gradient(to right,#FDD097,transparent);
    transition: all .3s;
    cursor: pointer;
}
.prod-left .dd img{
    width: 23px;
    height: 16px;
    margin-right: 10px;
}
.prod-left .dd .active-line{
    width: 4px;
    height: 30px;
    border-radius: 2px;
    background-color: #FC5000;
    margin-right: -2px;
    opacity: 0;
    height: 0;
}
.prod-left .dd.active .active-line,
.prod-left .dd:hover .active-line{
    height: 30px;
    opacity: 1;
    transition: all .3s;
}
.prod-search{
    /* background-color: #666; */
    /* border: 1px solid #333;
    border-radius: 100px;
    padding: 1px;
    display: flex; */
    position: relative;
}
.blackbg .prod-search{
    /* background-color: #fff;
    padding: 2px; */
    /* border: 1px solid transparent; */
}
.nomore{
    text-align: center;
}
.blackbg .nomore{
    color: #fff;
}
.prod-search input{
    width: 72%;
    height: 36px;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 0 80px 0 20px;
    font-size: .16rem;
    background-color: #000201;
    color: #fff;
}
.prod-search .btn{
    width: 27%;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #FF6501;
    /* background: linear-gradient(to bottom,#474747,#2D2D2D); */
    border-radius: 6px;
}
.prod-search .btn img{
    width: 22px;
}

.prod-top{
    padding: 20px 0 30px;
}


.prod-top .sort-box{
    display: flex;
    justify-content:flex-end;
    align-items: center;
    /* margin-top: .2rem;
    padding-bottom: .2rem; */
    /* border-bottom: 1px solid #999; */
}
.prod-top .sort-box .item,
.prod-top .sort-box .item .inputbox{
    display: flex;
    align-items: center;
}
.prod-top .sort-box .item{
    margin-left: .3rem;
    position: relative;
}
.blackbg .prod-top .sort-box .item .tit{
    color: #fff;
    font-size: .14rem;
    /* padding-right: 10px; */
}

.prod-top .sort-box .item .inputbox{
    /* width: 2.2rem;
    height: .4rem;
    background-color: #fff;
    border-radius: 80px;
    padding: 0 .15rem;
    border: 1px solid #616161; */
    position: relative;
    padding-left: 10px;
}
.prod-top .sort-box .item .inputbox input{
    background-color: transparent;
}
.prod-top .sort-box .item .inputbox input:hover{
    cursor: pointer;
}
.prod-top .sort-box .item .inputbox img{
    margin-right: 5px;
}
.prod-top .sort-box .item .inputbox .btn{
    width: 22px;
    height: 22px;
    display: flex;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}
.prod-top .sort-box .item .inputbox .btn span{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    transform: rotate(90deg);
    font-size: 16px;
    line-height: 16px;
}
.prod-top .sort-box .item .inputbox .btn.active span{
    transform: rotate(-90deg);
}

.fixeditem{
    position: absolute;
    width: 100%;
    left: 0;
    top: .4rem;
    background-color: #fff;
    border-radius: .1rem;
    padding: .1rem .15rem;
    display: none;
    z-index: 9;
}
.fixeditem .f-item{
    line-height: .36rem;
    border-bottom: 1px solid #979797;
    padding-left: .1rem;
}
.fixeditem .f-item:last-child{
    border: 0;
}
.selectkey{
    font-size: 15px;
    color: #000;
    /* padding: .2rem 0; */
}
.selectkey .item{
    margin-right: 10px;
    font-weight: bold;
    /* margin-bottom: 10px; */
}
.selectkey .item span{
    margin-right: .05rem;
}
.selectkey .item .closebtn{
    font-size: 14px;
    color: #999;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 100px;
    line-height: 18px;
    margin-left: 6px;
}
.selectkey .item .closebtn:hover{
    cursor: pointer;
}   
.selectkey .clearbtn{
    border: 1px solid #000;
    padding: .05rem 0;
    font-size: .14rem;
    line-height: 1;
    flex: 0 0 70px;
    width: 70px;
    text-align: center;
}
.selectkey .clearbtn:hover{
    cursor: pointer;
}
.p-container.blackbg .selectkey{
    color: #fff;
}
.p-container.blackbg .selectkey .clearbtn{
    border: 1px solid #fff;
    color: #fff;
}

.prod-box .item{
    width: 24%;
    margin-right: 1.24%;
    background-color: #fff;
    margin-bottom: 10px;
}
.prod-box .item:nth-child(4n){
    margin-right: 0;
}
.prod-box .item img{
    width: 100%;
}
.prod-box .item .titlebox{
    padding: 6px;
}   
.prod-box .item .qrcodebox{
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border: 1px solid #979797;
    padding: 2px;
    border-radius: 5px;
    position: relative;
    margin-right: 10px;
}
.prod-box .item .titlebox .qrcode{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.prod-box .item:hover .titlebox .qrcode{
    cursor: pointer;
    transform: scale(1.8);
    transition: all .3s;
}
.prod-box .item .titlebox .title{
    font-size: .16rem;
    font-weight: bold;
}
.prod-box .item .titlebox .desc{
    font-size: .14rem;
    color: #666;
}
.prod-box .item .imgbox{
    position: relative;
    width: 100%;
    height: 0; 
    padding-bottom: 125%;
    overflow: hidden;
    align-items: flex-start;
}

.prod-box.bigbox .item{
    width: 32%;
    margin-right: 2%;
}
.prod-box.bigbox .item:nth-child(3n){
    margin-right: 0;
}


.prod-right .nextpage{
    width: 100%;
    margin-top: .4rem;
}
.prod-right .nextpage .btn{
    width: 2rem;
    line-height: .46rem;
    background-color: #5B5B5B;
    border-radius: .46rem;
    text-align: center;
    color: #fff;
}




.container .leftpart{
    width: 320px;
    flex: 0 0 320px;
    background-color: #fff;
}
.container .rightpart{
    width: 100%;
    margin-left: .2rem;
    background-color: #fff;
    min-height: 3rem;
}
.leftpart .sortname{
    background-color: #FC5000;
    line-height: .6rem;
    padding: 0 10px 0 15px;
    font-size: .2rem;
    color: #fff;
    font-weight: bold;
}
.leftpart .item{
    padding: 10px;
    line-height: .24rem;
    /* border-bottom: 1px solid #979797; */
}
.leftpart .item .active-line{
    width: 4px;
    height: 30px;
    border-radius: 2px;
    background-color: #FC5000;
    margin-right: -2px;
    opacity: 0;
    height: 0;
}
.leftpart .item.active .active-line,
.leftpart .item:hover .active-line{
    height: 30px;
    opacity: 1;
    transition: all .3s;
}
.leftpart .item.active{
    background: linear-gradient(to right,#FDD097,transparent);
    transition: all .3s;
}
.leftpart .item:hover{
    background: linear-gradient(to right,#FDD097,transparent);
    transition: all .3s;
    cursor: pointer;
}
.position{
    line-height: .6rem;
    background-color: #f5f5f5;
    padding: 0 20px;
}
.position .sortname{
    font-size: .18rem;
    font-weight: bold;
}
.contentbox>.title{
    font-size: .2rem;
    font-weight: bold;
    margin: 20px 0;
}
.contentbox .content{
    padding: 0 20px;
    line-height: 1.8;
    font-size: .16rem;
}
.downlist .content{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.contentbox .content img{
    max-width: 100%;
}
.downlist2{}
.downlist2 .downitem2{
    font-size: 14px;
    background-color: #f5f5f0;
    padding: 5px 8px 5px 18px;
    border-radius: 5px;
    margin-bottom: 6px;
}
.downlist2 .downitem2 .title{}
.downlist2 .downitem2 .downicon img{}
.downlist2 .downitem2:hover{
    background-color: #F4D9CA;
}
.aboutpage{
    background-size: 100% auto;
}
.aboutpage .part1 img{
    width: 1.3rem;
    margin-left: 20px;
}


.aboutpage .part2 .p1,.aboutpage .part2 .p2{
    width: 48%;
    font-size: .18rem;
    color: #333;
    line-height: 1.8;
}
.aboutpage .part2 .flex{
    display: flex;
    justify-content: space-between;
}
.aboutpage .part2 .p1{
    margin-bottom: 20px;
}


.aboutpage .part3{
    margin-top: 80px;
}
.aboutpage .part3 .item{
    width: 30%;
    background-color: #EFEFEF;
    padding: 40px 0 24px;
    border-top-left-radius: 80px;
}
.aboutpage .part3 .item .text{
    color: #898989;
}
.aboutpage .part3 .item .num{
    color: #FC5000;
    font-weight: bold;
    font-size: .68rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aboutpage .part3 .item .add{
    font-size: .3rem;
    color: #FC5000;
    font-weight: bold;
    margin-top: -48px;
    padding-left: 8px;
}

.aboutpage .aboutpart4{
    margin-top: 80px;
    text-align: center;
    color: #666;
}
.aboutpage .aboutpart4 .item{
    width: 220px;
    background-color: #EFEFEF;
    padding: 40px 0 24px;
    border-radius: 20px;
    margin: 0 20px;
}
.aboutpage .aboutpart4 .item .line2{
    margin-top: 20px;
    margin-bottom: 20px;
}
.aboutpage .aboutpart4 .item .text{
    font-size: .16rem;
    color: #777;
}
.aboutpage .aboutpart4 .item .title{
    font-weight: bold;
}





.aboutpart5{
    margin-top: 80px;
}



.aboutpage .part6{
    background-size: 100% auto;
    margin-top: 1rem;
}
.aboutpage .part6 .bigtitle{
    font-size: 100px;
    text-align: right;
    position: absolute;
    right: 0;
    top: -58px;
    line-height: 1;
    letter-spacing: 8px;
}
.aboutpage .part6 .bigtitle span{
    font-size: 192px;
}
.aboutpage .part6 .tt{
    display: flex;
    align-items: center;
    padding-top: 200px;
    padding-bottom: 60px;
}

.aboutpage .part6 .t1{
    font-size: 58px;
    font-weight: bold;
    color: #fff;
}
.aboutpage .part6 .t2{
    font-size: 24px;
    color: #fff;
    font-weight: lighter;
    margin-left: 28px;
}

.aboutpage .part7{
    height: 80vh;
    background-size: cover;
    background-position: bottom center;
}
.aboutpage .part7 .history{
    /* height: 534px; */
    padding-top: 20vh;
    padding-bottom: 180px;
    display: flex;
    justify-content: space-between;
    height: 40vw;
    box-sizing: border-box;
}
.aboutpage .part7 .history .item{
    display: flex;
}
.aboutpage .part7 .history .item .content{
    color: #fff;
    margin-left: 20px;
}
.aboutpage .part7 .history .item .content .year{
    font-size: 28px;
    font-weight: bold;
}
.aboutpage .part7 .history .item .content .desc{
    font-size: 15px;
    font-weight: lighter;
    margin-top: 8px;
    line-height: 1.8;
}
.aboutpage .part7 .history .item .sline{

}
.aboutpage .part7 .history .item .sline .disc{
    width: 10px;
    height: 10px;
    background-color: #6CCFFF;
    border-radius: 50%;
}

.aboutpage .part7 .history .item .sline .line{
    width: 1px;
    height: 140px;
    margin-left: 4px;
    background: linear-gradient(to bottom,#6CCFFF,transparent);
}

.aboutpage .part7 .history .item:nth-child(1){
    padding-top: 36px;
}
.aboutpage .part7 .history .item:nth-child(2){
    padding-top: 110px;
}
.aboutpage .part7 .history .item:nth-child(3) .sline{
    margin-top: 60px;
}

.aboutpage .part7 .history .item:nth-child(3) .sline .line{
    height: 168px;
}
.aboutpage .part7 .history .item:nth-child(4){
    /* padding-top: 40px; */
    margin-top: -52px;
}
.aboutpage .part7 .history .item:nth-child(5){
    margin-top: -96px;
}
.aboutpage .part7 .history .item:nth-child(6){
    /* padding-top: 20px; */
    margin-top: -46px;
}
.aboutpage .part7 .history .item:nth-child(4) .sline,
.aboutpage .part7 .history .item:nth-child(5) .sline,
.aboutpage .part7 .history .item:nth-child(6) .sline{
    margin-top: 20px;
}
.part8 .des16{
    margin-bottom: 50px;
}





.part9 .sysimg1{
    width: 47.4%;
}
.part9 .sysimg2{
    width: 50.37%;
}
.part9 .sysimg3{
    margin-top: 3.8%;
}
.part9 .sysimg4{
    width: 48%;
}
.part9 .text{
    letter-spacing: 2px;
}




.part10{
    padding-top: 1.5rem;
}


.part11{
    display: flex;
}
.part11 .leftpart{
    width: 50%;
    position: relative;
    z-index: 1;
}
.part11 .rightpart{
    padding-top: 1.2rem;
    position: relative;
    z-index: 2;
}
.part11 .rightpart .block1{
    margin-left: -40px;
}
.part11 .rightpart .text3{
    font-size: 18px;
    color: #333;
    line-height: 2;
    margin-top: 1.2rem;
    margin-left: .5rem;
}




.block1{
    width: 40vw;
    max-width: 100%;
    padding: 12px 30px 12px 60px;
    background-color: rgba(245, 77, 2, .9);
    border: 3px solid #F8ECE6;
    color: #fff;
}
.block1 .text1{
    font-size: 42px;
    font-weight: bold;
}
.block1 .text2{
    font-size: 28px;
    font-weight: lighter;
}





.part12{
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
.part12 .leftpart{
    width: 50%;
    padding-top: 30px;
}
.part12 .rightpart{
    width: 50%;
}
.part12 .rightpart img{
    width: 34.5vw;
}
.part12 .block1{
    width: 100%;
}
.part12 .leftpart .text{
    text-align: right;
    padding-right: 30px;
}
.part12 .leftpart .text3{
    font-size: 20px;
    color: #333;
    margin-top: 1.6rem;
    margin-left: .5rem;
}
.part12 .leftpart .text4{
    font-size: 30px;
    font-weight: bold;
    margin-left: .5rem;
    margin-top: 10px;
}


.part13 .leftpart{
    width: 48.5%;
}
.part13 .rightpart{
    width: 48.5%;
}


.part14{
    margin-top: 1.5rem;
    position: relative;
}
.part14 .text1{
    line-height: 1.8;
    color: #595758;
    letter-spacing: 2px;
}
.part14 .textbox{
    width: 32vw;
    padding-left: 5vw;
    padding-bottom: 20vw;
}
.part14 .text2{
    line-height: 2;
    letter-spacing: 2px;
    font-size: 18px;
}
.part14 .text3{
    width: 18vw;
    line-height: 1.4;
    color: #666;
    font-weight: lighter;
    text-align: justify;
}
.part14 .bird{
    width: 53.2vw;
    position: absolute;
    right: 0;
    bottom: 0;
}
.part14 .bird img{
    width: 100%;
}



.part15{
    width: 100%;
    margin-top: 1.2rem;
}
img.about5{
    max-width: 50vw;
}


.part16{
    padding: 2rem 0;
    text-align: center;
    color: #585656;
    letter-spacing: 2px;
    background: linear-gradient(to bottom,rgba(252, 80, 0,.8),transparent,transparent);
}
.part16 .title1{
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 6px;
    margin-bottom: 20px;
}
.part16 .title2{
    font-size: 20px;
    font-weight: lighter;
}












@media (max-width:1050px){
    .header-zhanwei{
        width: 100%;
        height: 60px;
    }
    .lieban{margin-top: -2px;}
    .p-container{padding: .3rem 0;}
    .p-container .prod-left{width: 100%;flex: auto;}
    .p-container .w1440{
        flex-wrap: wrap;
    }
    .prod-left .item{
        padding: 5px 10px;
    }
    .p-container .prod-right{
        padding-left: 0;
        margin-top: 10px;
    }
    .prod-top .sort-box{
        flex-wrap: wrap;
        margin-top: 0;
    }
    .prod-top .sort-box .item{
        display: none;
        /* width: 100%;
        margin-left: 0;
        margin-top: 10px; */
    }
    .prod-top .sort-box .item .tit{
        width: 40px;
        flex: 0 0 40px;
    }
    .prod-top .sort-box .item .inputbox{
        width: 100%;
    }
    .prod-box .item{
        width: 49%;
        margin-right: 2%;
        margin-top: 10px;
    }
    .prod-box .item:nth-child(2n){
        margin-right: 0;
    }
    .prod-box.bigbox .item{
        width: 100%;
        margin-right: 0;
    }
    /* .prod-search input{
        height: .4rem;
    } */
    .prod-search .btn img{
        width: 20px;
    }
    .prod-search .btn{
        /* width: 66px;
        height: .46rem;
        top: -.01rem; */
    }
    .prod-left .sortname{
        line-height: .5rem;
        font-size: .18rem;
    }
    .prod-left .sortname span{
        display: block;
        font-weight: lighter;
        font-size: .14rem;
        transform: rotate(90deg);
        transition: all .3s;
    }
    .prod-left .sortname.active span{
        transform: rotate(-90deg);
        transition: all .3s;
    }
    .selectkey .item{
        font-size: .16rem;
    }
    .prod-left .items{
        /* display: none; */
    }
    .contentbox .content{
        grid-template-columns: 1fr;
    }
    
}









 
 .clearfix {
     overflow: hidden;
     _zoom: 1;
 }
 
 
 .map-top {
     padding: 5px 35px 5px 25px;
     background: #fff;
 }
 
 
 
 .location-cur-pos {
   position: relative;
   float: left;
   line-height: 50px;
   padding-left: 40px;
   font-size: 16px;
   color: #212121;
   letter-spacing: 1px;
   background: url(/template/default/css/pos.png) left 2px no-repeat;
 }
 
 .form-section {
     position: relative;
     margin: 0px;
     padding: 0;
     border: 0;
     text-align: left;
     margin-top: 5px;
 }
 
 .xm-select {
     display: block;
     width: 220px;
     margin-right: 14px;
 }
 
 .form-section {
     position: relative;
     margin: 0px;
     padding: 0;
     border: 0;
     text-align: left;
     margin-top: 5px;
 }
 
 .location-section {
     float: right;
 }
 
 .xm-select .dropdown {
     position: relative;
     display: block;
     overflow: hidden;
     _zoom: 1;
     width: 100%;
     max-width: 100%;
     height: 38px;
     border: 1px solid #e0e0e0;
     background: #fff;
     color: #333;
     -webkit-transition: border-color .2s linear;
     transition: border-color .2s linear;
 }
 
 .xm-select label {
     position: absolute;
     right: 14px;
     top: 11px;
     z-index: 1;
     width: 16px;
     height: 16px;
     padding: 0;
     font-size: 16px;
     line-height: 1;
     color: #b0b0b0;
     cursor: pointer;
     pointer-events: none;
 }
 
 .iconfont {
     font-family: "iconfont" !important;
     font-style: normal;
     -webkit-font-smoothing: antialiased;
     -webkit-text-stroke-width: 0.2px;
     -moz-osx-font-smoothing: grayscale;
 }
 
 .xm-select select {
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
     width: 120%;
     max-width: 120%;
     min-width: 120%;
     height: 38px;
     margin: 0;
     border: 0;
     padding: 0 16px;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     font-size: 14px;
     font-weight: 400;
     line-height: 38px;
     text-overflow: ellipsis;
     white-space: nowrap;
     overflow: hidden;
     _zoom: 1;
     vertical-align: middle;
     background: none;
     color: #333;
     outline: none;
     cursor: pointer;
 }
 
 .location-main {
     font-size: 14px;
     width: 100%;
     float: left;
     margin: .5rem 0;
 }
 
 .location-shop-con {
     width: 24%;
 }
 
 /* .search-box {
     position: relative;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     margin: 14px 24px 4px 20px;
     padding: 0 14px;
     -webkit-border-radius: 14px / 50%;
     -moz-border-radius: 14px / 50%;
     border-radius: 14px / 50%;
     text-align: left;
     background: #e9e9e9;
 } */
 
 .search-box .search-input {
     line-height: 28px;
     height: 28px;
     font-size: 14px;
     color: #868686;
     width: 96%;
     background: #e9e9e9;
 }
 
 .search-icon {
     position: absolute;
     display: inline-block;
     background-repeat: no-repeat;
     background-position: center;
     background-image: url(/template/default/css/search-icon.png);
     -moz-background-size: contain;
     -o-background-size: contain;
     background-size: contain;
     color: #fff;
     top: 7px;
     right: 14px;
     height: 14px;
     width: 14px;
     cursor: pointer;
 }
 
 .location-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
     position: relative;
     width: 100%;
     height: 100px;
     /* padding-top: 12px;
     padding-right: 25px; */
     font-size: 12px;
     cursor: pointer;
     background: #fff;
     -webkit-transition: all 0.3s;
     transition: all 0.3s;
     /* margin: 10px 10px 0px 10px; */
     margin-bottom: 10px;
 }
 .icon9{
    width: 28px;
    height: 28px;
    flex: 0 0 45px;
    display: flex;
    align-items: center;
    justify-content: center;
 }
 .icon9 img{
    width: 28px;
    height: 28px;
 }
 
 .location-list .location-num {
   position: absolute;
   left: 7px;
   top: 27px;
   width: 21px;
   height: 33px;
   line-height:23px;
   color: #fff;
   text-align: center;
   background: url("../image/bd1.png");
 }
 
 .location-list .location-addr {
    width: 100%;
     padding-left: 40px;
     font-family: 'Microsoft Yahei';
     font-size: 12px;
     color: #999;
 }
 
 .location-list .location-addr h3 {
     font-weight: normal;
     margin-bottom: 2px;
     color: #212121;
     font-size: 1.17em;
     border-bottom: 1px solid #eee;
     line-height: 30px;
 }
 
 .addr-info {
     line-height: 20px;
 }
 
 .location-map {
     width: 70%;
     height: 600px;
     position: relative;
     float: left;
 }
 .mendian{
     width: 38%;
     float: left;
 }
 .location-map #container{
     width: 100%; height: 100%; overflow: hidden; position: relative; z-index: 0; background-color: rgb(243, 241, 236); color: rgb(0, 0, 0); text-align:left;
 }
 
 li.addMove span.location-num{
    background:url("../image/bd2.png");
   }
   
 #store-list li:hover{
     transform: scale(1.05);
     box-shadow: 0 0 10px 8px rgba(102,102,103,.1);
 }
 
 #store-list li:hover span{
  background:url("../image/bd2.png");
 }
 
 .location-shop-con {
     width: 30%;
     float: left;
     background: #f7f7f7;
 }
 
 
 .BMap_cpyCtrl {
     display: none !important;
 }
 .anchorBL {
     display: none !important;
 }
 
 .wapaddress{
     width: 100%;
     float: left;
 }
 
 #store-list{
     height:600px;
     overflow: scroll;
     padding: 10px;
 }
 .contentbox .newsbox{
    flex-wrap: wrap;
    padding: .3rem 0;
 }
 .contentbox .news-item{
    width: 48%;
    margin-bottom: .4rem;
    border: 1px solid #ddd;
    padding: .2rem;
 }
 .contentbox .newsbox .imgbox{
    width: 100%;
    /*height: 0;*/
    /*padding-bottom: 50%;*/
    display: flex;
    align-items: center;
    overflow: hidden;
 }
 .contentbox .newsbox .imgbox img{
    /*margin-top: 50%;*/
    transition: all .3s;
 }
 .contentbox .newsbox .news-item:hover .imgbox img{
    transform: scale(1.1);
    transition: all .3s;
 }
 .contentbox .newsbox .more{
    margin-top: .08rem;
 }
.contentbox .newsbox .news-item:hover .title{
    text-decoration: underline;
}
.contentbox .newsbox .news-item:hover .more{
    color: #FC5000;
}
.page-box{
    padding: .2rem 0;
    text-align: center;
}
.page-box a{
    color: #333;
    padding: .08rem .15rem;
    border: 1px solid #ddd;
}
.page-box a:hover{
    color: #FC5000;
}
.page-box .page-num{
    margin: 0 2px;
}
.page-box .page-num-current{
    background-color: #ddd;
    font-weight: bold;
}
.sortnav2{
    line-height: .6rem;
    background-color: #FEF0DF;
}
.sortnav2 a{
    display: inline-block;
    font-size: .16rem;
    padding: 0 20px;
}
.sortnav2 a.active{
    background-color: #fff;
}
.downlist {
    flex-wrap: wrap;
}
.downlist .item{
    width: 100%;
    height: 100%;
    padding: 10px;
    border: 1px solid #ddd;
}
.downlist .item:nth-child(2n){
    margin-right: 0;
}
.downlist .item .downicon{
    flex: 0 0 30px;
    height: 100%;
    display: flex;
    justify-content: center;
}
.downlist .item .downicon img{
    width: 20px;
    height: 20px;
}
.downlist .item .downtitle{
    font-size: .16rem;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 4px;
}

.contentbox .anlibox .imgbox{
    padding-bottom: 100%;
    display: block;
}
.contentbox .anlibox .imgbox img{
    margin-top: 0;
}
.contentbox .anlibox{
    justify-content: start;
}
.contentbox .anlibox .news-item{
    width: 32%;
    margin-right: 2%;
}
.contentbox .anlibox .news-item:nth-child(3n){
    margin-right: 0;
}









 
 /* @media (max-width: 1280px){
     .mendian{
         width: 35%;
     }
     .location-shop-con {
         width: 30%;
     }
     #store-list{
         height:420px;
     }
     .mdswiper img{
         height: 420px !important;
     }
 }
  */
 
 
 
 @media (max-width: 1024px){
    .contentbox .anlibox .news-item{
        width: 49%;
    }
    .contentbox .anlibox .news-item:nth-child(3n){
        margin-right: 2%;
    }
    .contentbox .anlibox .news-item:nth-child(2n){
        margin-right: 0;
    }


    .about1 img{
        height: 18vw;
    }
    .xxxxxl {
        font-size: .4rem;
    }
    .xxxxl {
        font-size: .36rem;
    }
    .xxxl {
        font-size: .32rem;
    }
    .xxl{
        font-size: .24rem;
    }
    .xl{
        font-size: .16rem;
    }

    .aboutpage {
        background-size: 280vw auto !important;
    }
    .aboutpage .part1 img{
        width: .8rem;
    }
    .aboutpage .part2 .p1, .aboutpage .part2 .p2{
        /* width: 49%; */
        font-size: .15rem;
        text-align: justify;
        word-break: break-all;
    }
    .aboutpage .part2 .en .p1,.aboutpage .part2 .en .p2{
        line-height: 1.4;
        color: #777;
        font-size: .13rem;
        margin-top: 10px;
    }
    .part3 .row-between{
        flex-wrap: wrap;
    }
    .aboutpage .sortname{
        padding-top: 10px;
    }
    .aboutpage .part3 .item{
        width: 80vw;
        margin: 0 auto;
        padding: 20px 0 12px;
        border-top-left-radius: 0;
        border-radius: 10px;
        margin-bottom: 10px;
    }
    .aboutpage .part3 .item .num{
        font-size: .42rem;
    }
    .aboutpage .part3 .item .add{
        font-size: .2rem;
        margin-top: -28px;
    }
    .aboutpage .part3 .item .text{
        font-size: .2rem;
    }
    .aboutpage .aboutpart4{
        margin-top: 30px;
    }
    .aboutpage .aboutpart4 .item{
        width: 32%;
        margin: 1%;
    }
    .aboutpage .aboutpart4 .item .title{
        font-size: .26rem;
    }
    .aboutpage .aboutpart4 .item .text{
        font-size: .14rem;
        line-height: 1.6;
    }
    .aboutpage .aboutpart5 img{
        max-width: 50%;
    }
    .aboutpage .part6 .bigtitle{
        font-size: .4rem;
        letter-spacing: 2px;
    }
    .aboutpage .part6 .bigtitle span{
        font-size: 1rem;
    }
    .aboutpage .part6 .tt{
        padding: 60px 0 30px;
    }
    .aboutpage .part6{
        background-size: cover;
    }
    .aboutpage .part6 .t1{
        font-size: .4rem;
    }
    .aboutpage .part6 .t2{
        font-size: .2rem;
    }
    .aboutpage .part7{
        background-size: cover !important;
        height: auto;
    }
    .aboutpage .part7 .history{
        flex-wrap: wrap;
        height: auto;
        padding: 50px 0;
    }
    .aboutpage .part7 .history .item{
        width: 48%;
        padding-top: 0 !important;
        margin-top: 0 !important;
        padding-left: 4%;
        margin-bottom: 5%;
    }
    .aboutpage .part7 .history .item .sline{
        margin-top: 0 !important;
    }
    .aboutpage .part7 .history .item .content .year{
        font-size: 20px;
    }
    .aboutpage .part7 .history .item .sline .line{
        height: 100px;
    }
    .aboutpage .part7 .history .item .content .desc{
        font-size: 13px;
    }
    .aboutpage .xxxl{
        font-size: .24rem;
    }
    .part8 .des16{
        margin-bottom: 20px;
    }
    .aboutpage .part9 .text{
        font-size: 14px;
    }
    .part10{
        padding-top: 40px;
    }
    img.about5{
        max-width: 98%;
    }
    .part10 .title-span60{
        margin-top: 30px;
    }
    .aboutpage .title-span60{
        font-size: .32rem;
    }
    .part11{
        flex-wrap: wrap;
    }
    .part11 .leftpart{
        width: 100%;
    }
    .part11 .rightpart{
        width: 100%;
        padding-top: 0;
    }
    .part11 .rightpart .block1{
        width: 90vw;
        margin: 0 auto;
        margin-top: -20px;
        padding: 12px 30px 12px 30px;
    }
    .part11 .rightpart .text3{
        width: 90%;
        margin: 0 auto;
        margin-top: 20px;
        font-size: 14px;
    }
    .part12{
        margin: 40px 0;
    }
    .part12 .flex{
        flex-wrap: wrap;
    }
    .part12 .leftpart{
        width: 100%;
    }
    .part12 .rightpart{
        width: 100%;
        margin-top: -50px;
    }
    .part12 .leftpart .text3{
        margin: 20px 0 10px;
        font-size: 16px;
    }
    .part12 .leftpart .text4{
        font-size: 20px;
    }
    .part14{
        margin: 20px 0;
    }
    .part14 .textbox{
        width: 100%;
        padding: 0;
    }
    .part14 .xxxxl{
        font-size: 22px;
    }
    .part14 .xxxl{
        font-size: 20px;
    }
    .part14 .text2{
        font-size: 15px;
        line-height: 1.8;
    }
    .part14 .text3{
        width: 40vw;
    }
    .part14 .rightimg{
        margin-top: 40px;
    }
    .part14 .bird{
        /* width: 49vw; */
    }
    .part15{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .part16{
        padding: 1rem 0;
    }
    .part16 .title1{
        font-size: 20px;
        letter-spacing: 3px;
    }
    .part16 .title2{
        font-size: 12px;
    }
    .block1 .text1{
        font-size: .28rem;
    }
    .block1 .text2{
        font-size: .22rem;
    }
    .part12 .leftpart .block1{
        width: 90vw;
        margin: 0 auto;
        padding: 12px 30px 12px 30px;
    }
} 
 
 
 
 
 
 
 
 
 
@media (max-width: 768px){
    .location-map{
        width: 100%;
        height: auto;
    }
    .mendian {
        width: 100%;
        float: left;
        margin-bottom: 2.5rem;
    }
    .mdswiper img{
        height: auto !important;
    }
    .downlist .item{
    width: 100%;
    margin-right: 0;
    }
    .curposition{
        display: none;
    }
    
    .footer .f-contact img{
        width: .32rem;
    }
    .yys-top h3{
        font-size: .18rem;
    }
    .location-map #container{
        display: none;
    }
    .location-shop-con{
        width: 100%;
    }
    #store-list{
        height: auto;
    }
    #store-list li:hover{
        transform: scale(1);
    }
    /* .leftpart{
        display: none;
    } */
    .container .rightpart{
        margin-left: 0;
    }
    .w1440{
        max-width: 96%;
    }
    .contentbox .news-item{
        width: 100%;
    }
    .contentbox .anlibox .news-item{
        width: 100%;
        margin-right: 0;
    }
    .lieban{
        width: 100%;
        overflow: hidden;
    }
    .lieban img{
        width:200%;
        margin-left: -50%;
    }
}


















/*  */
.bz-buttonAnimat{position:relative;}
.bz-buttonAnimat .inner{position:absolute;top:0;left:0;width:100%;height:100%;}
.bz-buttonAnimat:nth-of-type(1):before,
.bz-buttonAnimat:nth-of-type(1):after,
.bz-buttonAnimat:nth-of-type(1) .inner:before,
.bz-buttonAnimat:nth-of-type(1) .inner:after{background-color:#FC5000;}
.bz-buttonAnimat:nth-of-type(2):before,
.bz-buttonAnimat:nth-of-type(2):after,
.bz-buttonAnimat:nth-of-type(2) .inner:before,
.bz-buttonAnimat:nth-of-type(2) .inner:after{background-color:#FC5000;}
.bz-buttonAnimat:nth-of-type(3):before,
.bz-buttonAnimat:nth-of-type(3):after,
.bz-buttonAnimat:nth-of-type(3) .inner:before,
.bz-buttonAnimat:nth-of-type(3) .inner:after{background-color:#FC5000;}
.bz-buttonAnimat:before,
.bz-buttonAnimat:after,
.bz-buttonAnimat .inner:before,
.bz-buttonAnimat .inner:after{position:absolute;content:"";display:block;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s,-webkit-transform 0.3s;}
.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:before,
.bz-buttonAnimat.both:after{left:0;width:100%;height:2px;-webkit-transform:scaleX(0);transform:scaleX(0);}
.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:before,
.bz-buttonAnimat.both .inner:after{top:0;width:2px;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);}
.bz-buttonAnimat.horizontal .inner:before,
.bz-buttonAnimat.both .inner:before{left:0;}
.bz-buttonAnimat.horizontal .inner:after,
.bz-buttonAnimat.both .inner:after{right:0;}
.bz-buttonAnimat.horizontal .inner:hover:before,
.bz-buttonAnimat.horizontal .inner:hover:after,
.bz-buttonAnimat.both .inner:hover:before,
.bz-buttonAnimat.both .inner:hover:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat.horizontal:before,
.bz-buttonAnimat.both:before{top:0;}
.bz-buttonAnimat.horizontal:after,
.bz-buttonAnimat.both:after{bottom:0;}
.bz-buttonAnimat.horizontal:hover:before,
.bz-buttonAnimat.horizontal:hover:after,
.bz-buttonAnimat.both:hover:before,
.bz-buttonAnimat.both:hover:after{-webkit-transform:scaleX(1);transform:scaleX(1);}
.bz-buttonAnimat.horizontal:hover .inner:before,
.bz-buttonAnimat.horizontal:hover .inner:after,
.bz-buttonAnimat.both:hover .inner:before,
.bz-buttonAnimat.both:hover .inner:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat.horizontal.clockwise .inner:before,
.bz-buttonAnimat.both.clockwise .inner:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.clockwise .inner:after,
.bz-buttonAnimat.both.clockwise .inner:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.clockwise:before,
.bz-buttonAnimat.both.clockwise:before{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.clockwise:after,
.bz-buttonAnimat.both.clockwise:after{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.horizontal.clockwise:hover .inner:before,
.bz-buttonAnimat.both.clockwise:hover .inner:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.clockwise:hover .inner:after,
.bz-buttonAnimat.both.clockwise:hover .inner:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.clockwise:hover:before,
.bz-buttonAnimat.both.clockwise:hover:before{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.horizontal.clockwise:hover:after,
.bz-buttonAnimat.both.clockwise:hover:after{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.counterclockwise .inner:before,
.bz-buttonAnimat.both.counterclockwise .inner:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.counterclockwise .inner:after,
.bz-buttonAnimat.both.counterclockwise .inner:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.counterclockwise:before,
.bz-buttonAnimat.both.counterclockwise:before{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.horizontal.counterclockwise:after,
.bz-buttonAnimat.both.counterclockwise:after{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover .inner:before,
.bz-buttonAnimat.both.counterclockwise:hover .inner:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover .inner:after,
.bz-buttonAnimat.both.counterclockwise:hover .inner:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover:before,
.bz-buttonAnimat.both.counterclockwise:hover:before{-webkit-transform-origin:right center;transform-origin:right center;}
.bz-buttonAnimat.horizontal.counterclockwise:hover:after,
.bz-buttonAnimat.both.counterclockwise:hover:after{-webkit-transform-origin:left center;transform-origin:left center;}
.bz-buttonAnimat.vertical:before,
.bz-buttonAnimat.vertical:after{top:0;width:2px;height:100%;-webkit-transform:scaleY(0);transform:scaleY(0);}
.bz-buttonAnimat.vertical:before{left:0;}
.bz-buttonAnimat.vertical:after{right:0;}
.bz-buttonAnimat.vertical:hover:before,
.bz-buttonAnimat.vertical:hover:after{-webkit-transform:scaleY(1);transform:scaleY(1);}
.bz-buttonAnimat.vertical.clockwise:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.clockwise:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.vertical.clockwise:hover:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.vertical.clockwise:hover:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.counterclockwise:before{-webkit-transform-origin:bottom center;transform-origin:bottom center;}
.bz-buttonAnimat.vertical.counterclockwise:after{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.counterclockwise:hover:before{-webkit-transform-origin:top center;transform-origin:top center;}
.bz-buttonAnimat.vertical.counterclockwise:hover:after{-webkit-transform-origin:bottom center;transform-origin:bottom center;}