.banner{
    width: 100%;
    height: auto;
    /*background-image: url("https://kelimi.oss-cn-hangzhou.aliyuncs.com/index/img/banner.jpg");*/
    /*-webkit-background-size: 100% auto;*/
    /*background-size: 100% auto;*/
    /*background-position: center;*/
    /*padding-top: 163px;*/
}
.banner>img{
    width: 100%;
}
.bannerText{
    margin-left: 1093px;
}
.code{
    width: 1480px;
    height: auto;
    background: #FFFFFF;
    display: flex;
    flex-direction: row;
    margin: 112px auto;
    position: relative;
}
.codeL{
    position: absolute;
    left: -100px;
    top: 0;
    width: 100px;
    height: 120px;
    box-shadow: 0px 0px 8px 0px #F0F0F0;
}
.codeLDiv{
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    color: #888888;
    background: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.codeL .active{
    font-weight: 500;
    color: #8FC221;
    background: rgba(143, 195, 33, 0.06);
}
.codeL .active:after{
    content: "";
    width: 2px;
    height: 20px;
    background: #8FC321;
    position: absolute;
    right: 0;
    top: 10px;
}
.codeR{
    width: 100%;
    height: 504px;
    box-shadow: 0px 0px 8px 0px #F0F0F0;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    padding-right: 40px;
    position: relative;
}
.codeR01,.codeR02{
    width: 100%;
    height: auto;
    box-shadow: 0px 0px 8px 0px #F0F0F0;
    padding: 40px 0;
}
.codeR02{
    position: relative;
}
.codeRImg{
    width: 952px;
    height: 424px;
    background-color: #F7F7F7;
    background-image: url("https://kelimi.oss-cn-hangzhou.aliyuncs.com/index/img/code01.png");
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
}
.codeRText{
    position: absolute;
    left: 40px;
    top: 90px;
}
.codeRTextTitle{
    width: 530px;
    font-size: 34px;
    font-family: Arial;
    font-weight: bold;
    color: #8FC321;
}
.codeRTextTitle:after{
    content: "";
    width: 180px;
    height: 1px;
    background: #B4D76B;
    position: absolute;
    top: 12px;
    right: 1px;
}
.codeRTextP01{
    font-size: 30px;
    color: #8FC321;
    margin: 29px 0 68px 0;
}
.codeRTextP02{
    width: 417px;
    font-size: 14px;
    color: #333333;
    line-height: 1.8;
}
.codeR01Title{
    font-size: 34px;
    font-family: Arial;
    font-weight: bold;
    color: #8FC321;
}
.codeR01P{
    font-size: 30px;
    color: #8FC321;
    margin: 29px 0 80px 0;
}
.codeR01Bot{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.codeR01BotL,.codeR01BotR{
    width: 689px;
    height: 694px;
    padding: 60px;
}
.codeR01BotL{
    background-image: url("https://kelimi.oss-cn-hangzhou.aliyuncs.com/index/img/qie_01.jpg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.codeR01BotR{
    background-image: url("https://kelimi.oss-cn-hangzhou.aliyuncs.com/index/img/qie_02.jpg");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}
.codeR01BotLDiv{
    width: 330px;
    height: 346px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    padding: 30px;
}
.codeR01BotLDivImg{
    width: 44px;
    height: 44px;
}
.codeR01BotLDivTitle{
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
    color: #888888;
    margin: 51px 0 23px 0;
}
.codeR01BotLDivp{
    font-size: 24px;
    color: #888888;
    margin-bottom: 22px;
}
.codeR01BotLDivp01{
    line-height: 1.6;
    font-size: 14px;
    color: #888888;
}
.codeR02C{
    height: 706px;
    position: relative;
}
.codeR02CBg,.codeR02CBg01{
    width: 798px;
    height:100%;
    background: #F7F7F7;
}
.codeR02CBg{
    float: right;
}
.codeR02Con,.codeR02Con01{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*padding-top: 50px;*/
}
.codeR02Con01{
    padding-top: 90px;
}
.codeR02ConDiv{
    padding: 50px 40px;
}
.codeR02ConDivT{
    font-size: 34px;
    font-family: Arial;
    font-weight: bold;
    color: #8FC321;
}
.codeR02ConDivP{
    font-size: 30px;
    color: #8FC321;
    margin: 29px 0 20px 0;
}
.codeR02ConDivB{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.codeR02ConDivBT{
    width: 481px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("https://kelimi.oss-cn-hangzhou.aliyuncs.com/index/img/pp_bg.png");
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-left: 152px;
}
.codeR02ConDivBT p{
    line-height: 2;
    font-size: 18px;
    color: #333333;
    text-align: center;
}
.codeR02ConDivBTImg{
    width: 692px;
    height: 424px;
}
.codeR02ConDivBL{
    width: 692px;
    height: 424px;
    background: #8FC321;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.codeR02ConDivBLImg{
    width: 548px;
    margin-bottom: 15px;
}
.codeR02ConDivBLP{
    width: 552px;
    font-size: 18px;
    color: #F7F7F7;
    line-height: 1.5;
}
.codeR02ConDivBT01{
    width: 530px;
    margin-right: 56px;
}
.codeR02ConDivBT01 p{
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    margin-bottom: 15px;
}
.throw {
    width: 100%;
    height: 493px;
    background-image: url(../resources/con_12.png);
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 58px;
}
.conThrow {
    padding-top: 29px;
}
.productTop {
    display: flex;
    flex-direction: row;
    color: #FAB61D;
    margin-bottom: 29px;
    align-items: center;
}
.productTopRot {
    margin-top: 28px;
}
.productTitle{
    font-size: 42px;
    line-height: 73px;
}
.productP{
    font-size: 20px;
    margin: 0 0px 0 64px;
}
.productList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.productListBot {
    margin-top: 42px;
}
.productListThrow {
    display: flex;
    flex-direction: row;
}
.productListDiv{
    width: 321px;
    height: 317px;
    background: #FFFFFF;
    box-shadow: 5px 6px 4px 0px rgba(10,1,1,0.25);
    border-radius: 31px 31px 31px 31px;
}
.productListDivThrow {
    margin-right: 110px;
}
.productListDivImg{
    width: 275px;
    margin: 15px auto 0 auto;
}
.productListDivP{
    width: 100%;
    text-align: center;
    line-height: 51px;
    font-size: 26px;
}
.Rot{
    width: 100%;
    overflow: hidden;
}
.Rotat{
   overflow: visible;
}
.Rotation{
    width: 1400px;
    height: 473px;
    display: flex;
    flex-direction: row;
    margin: 0 auto 108px auto;
    background: #FFFFFF;
    box-shadow: 5px 6px 4px 0px rgba(10,1,1,0.25);
    border-radius: 31px 31px 31px 31px;
    overflow: hidden;
}
.RotationL{
    width: 771px;
    padding: 52px 0 0 117px;
    position: relative;
    background: #FFFFFF;
    font-size: 24px;
}
.RotationLInfo {
    display: flex;
    flex-direction: row;
}
.RotationLInfo-profile {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}
.RotationLInfo-profile > img {
    width: 100%;
    height: 100%;
}
.RotationLInfo-P {
    width: 325px;
    line-height: 44px;
    text-align: center;
    margin-left: 53px;
}
.RotationLInfo-img {
    width: 288px;
    height: 37px;
    margin-left: 72px;
}
.RotationL-positioning {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.RotationL-positioning > p{
    font-size: 20px;
}
.RotationL-positioning > img{
    width: 30px;
    height: 31px;
    margin-right: 12px;
    margin-right: 15px;
}
.RotationRshowpc {
    width: 786px;
}
.RotationLTitle{
    font-size: 34px;
    font-family: Arial;
    font-weight: bold;
    color: #8FC321;
}
.RotationLPDiv {
    width: 597px;
    height: 178px;
    padding-right: 40px;
    display: flex;
    align-items: center;
}
.RotationLP{
    font-size: 24px;
    margin: 30px 0 39px 0;
    line-height: 34px;
}
.RotationLText{
    width: 381px;
    font-size: 14px;
    color: #333333;
    line-height: 1.7;
}
.RotationLPX{
    width:0;
    height:0;
    border-top:50px solid transparent;
    border-bottom:50px solid transparent;
    border-left:50px solid white;
    position: absolute;
    right: -50px;
    top: 190px;
}
.RotationR,.RotationR01,.RotationR02,.RotationR03{
    width: 900px;
    height: 100%;
    display: flex;
    align-items: center;
    /* background-image: url("../resources/swiper_01.png");
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center; */
}
/* .RotationR01{
    background-image: url("../resources/swiper_02.png");
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
}
.RotationR02{
    background-image: url("../resources/swiper_03.png");
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
}
.RotationR03{
    background-image: url("../resources/swiper_04.png");
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center;
} */
.map{
    width: 100%;
    height: 380px;
    background: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mapL{
    color: #888888;
    font-size: 14px;
}
.mapLText{
    line-height: 2;
}
.mapLTextS{
    color: #333333;
}
.mapLcade{
    margin-top: 23px;
    width: 287px;
    height: 122px;
    background: linear-gradient(90deg, rgba(143, 195, 33, 0.1) 0%, rgba(143, 195, 33, 0.1) 51%, rgba(247, 247, 247, 0.1) 100%);
    padding: 14px;
    display: flex;
    align-items: center;
}
.mapLcade img{
    width: 94px;
    height: 94px;
}
.mapR{
    width: 901px;
    margin-left: 151px;
}
.mapR img{
    width: 100%;
}
.footer{
    width: 100%;
    height: 113px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
}
.footerCon{
    display: flex;
    flex-direction: row;
}
.footerL{
    font-size: 14px;
    color: #888888;
}
.footerLImg{
    width: 80px;
    margin-bottom: 19px;
}
.footerR{
    display: flex;
    flex-direction: row;
    margin-left: 90px;
}
.footerRDiv{
    font-size: 14px;
    color: #C7C7C7;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footerRDiv:last-child{
    border: none;
}
.footerRDiv p{
    cursor: pointer;
}
.footerD{
    width: 100%;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 12px;
    color: #888888;
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footerD-t {
    margin-bottom: 10px;
}
.make{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(247, 247, 247, 0.7);
    transition: all .5s;
}
.swiper-slide .make{
    background: rgba(247, 247, 247, 0.7);
    display: none;
}
.swiper-slide-active .make{
    background: rgba(247, 247, 247, 0);
}
.mapLcadeText{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 14px;
    margin-left: 10px;
}
.mapLcadeTextP{
    margin-bottom: 20px;
}
.XFu{
    position: fixed;
    top: 450px;
    right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.XFu .active{
    background: rgba(143, 194, 32, 1);
}
.XFuBtn{
    width: 12px;
    height: 12px;
    border: 1px solid #8FC220;
    border-radius: 50%;
    background: rgba(143, 194, 32, 0);
    transition: all 0.3s;
    cursor: pointer;
}
.XFuline{
    width: 1px;
    height: 20px;
    border-right: 1px dashed #8FC220;
    margin: 2px 0;
}
/*@media (max-width:1920px) {*/
    /*.banner{*/
        /*background-image: url("https://kelimi.oss-cn-hangzhou.aliyuncs.com/index/img/banner.jpg");*/
        /*-webkit-background-size: auto 100%;*/
        /*background-size: auto 100%;*/
    /*}*/
/*}*/
@media (max-width:1700px) {
    .con{
        width: 1500px;
    }
    .bannerText{
        margin-left:800px;
    }
    .XFu{
        display: none;
    }
    .productListDivThrow {
        margin-right: 80px;
    }
}
@media (max-width:1600px) {
    .con{
        width: 1300px;
    }
    .productListDiv {
        width: 270px;
        height: 282px;
    }
    .productListDivThrow {
        margin-right: 70px;
    }
    .Rotation {
        height: 400px;
    }
    .code{
        width: 1200px;
    }
    .codeR01Con{
        width: 98%;
    }
    .codeR01BotL, .codeR01BotR{
        width: calc(50% - 10px);
        background-size: auto 100%;
    }
    .codeR02ConDivBT{
        margin-left: 0;
    }
    .codeR02ConDivBT01 {
        width: 453px;
         margin-right: 0px;
    }
    .RotationL {
        width: 800px;
        padding: 30px 0 0 60px;
    }
    .RotationLPDiv {
        width: 450px;
    }
    .RotationLInfo-img {
        margin-left: 30px;
    }
    .RotationLInfo-P {
        margin-left: 10px;
    }
    .RotationRshowpc {
        width: 602px;
    }
    .productListDivImg {
         width: 255px;
    }
    .productListDivP {
        font-size: 24px;
    }
}
@media (max-width:1400px) {
    .con{
        width: 1099px;
    }
    .productListDiv {
        width: 250px;
        height: 271px;
    }
    .productListDivThrow {
        margin-right: 60px;
    }
    .productListDivImg{
        width: 240px;
    }
    .bannerText{
        margin-left:50%;
    }
    .code{
        width: 1000px;
    }
    .codeR{
        padding-right: 24px;
    }
    .codeR01Con{
        width: 98%;
    }
    .codeR01BotL, .codeR01BotR {
        height: 487px;
    }
    .codeR02ConDivBTImg {
        width: 571px;
        height: auto;
    }
    .codeR02C {
        height: 610px;
    }
    .codeR02ConDivBL{
        width: 500px;
    }
    .codeR02ConDivBLImg,.codeR02ConDivBLP{
        width: 90%;
    }
    .codeR02ConDivBT01{
        width: 390px;
    }
    .RotationL {
        width: 500px;
        padding: 30px 0 0 20px;
    }
    .RotationLPDiv {
        width: 450px;
    }
    .mapR {
        margin-left: 40px;
    }
    .map{
        padding: 0 10px;
    }
    .footerL p{
        line-height: 1.2;
        width: 466px;
    }
}
@media (max-width:1200px) {
    .con{
        width: 990px;
    }
    .productListDiv {
        width: 200px;
        height: 215px;
    }
    .productListDivImg{
        width: 195px;
    }
    .productListDivP {
        font-size: 20px;
        line-height: 40px;
    }
    .bannerText img {
        width: 452px;
    }
    /*.banner{*/
        /*padding-top: 109px;*/
    /*}*/
    /*.bannerText {*/
        /*margin-left: 502px;*/
    /*}*/
    .bannerText img{
        width: 500px;
    }
    .code {
        width: 800px;
    }
    .codeL {
        left: -75px;
        width: 75px;
    }
    .codeR01Con{
        width: 98%;
    }
    .codeR01BotL, .codeR01BotR {
        width: calc(50% - 5px);
    }
    .codeR01BotL, .codeR01BotR {
        height: 391px;
        padding: 28px;
    }
    .codeR02C{
        height: 500px;
    }
    .codeR02ConDivBTImg {
        width: 370px;
    }
    .codeR02Con01 {
         padding-top: 0px;
    }
    .codeR02ConDiv {
        padding: 17px 10px;
    }
    .codeR02ConDivBT01 p {
        font-size: 12px;
    }
    .codeR02ConDivBLP {
        font-size: 14px;
    }
    .codeR02ConDivBL {
        width: 377px;
        height: 324px;
    }
    .Rotation {
        height: 350px;
    }
    .RotationL {
        padding: 10px 0 0 18px;
    }
    .RotationRshowpc {
        width: 530px;
    }
    .RotationLInfo-img {
        margin-left: 17px;
    }
    .RotationLInfo-P {
        margin-left: 0;
    }
    .RotationLP {
        font-size: 21px;
    }
    .RotationLPDiv {
        height: 140px;
    }
    .navConR {
        margin-right: 132px;
    }
}
@media (max-width:991px) {
    /*.banner{*/
        /*padding-top: 73px;*/
    /*}*/
    .con{
        width: 98%;
    }
    .bannerText img{
        width: 325px;
    }
    .code {
        width: 98%;
    }
    .codeL {
        left: 0px;
        top: -40px;
        width: 300px;
        height: auto;
        display: flex;
        flex-direction: row;
    }
    .codeL .active:after {
        content: "";
        width: 20px;
        height: 2px;
        right: 50%;
        margin-right: -10px;
        top: 38px;
    }
    .codeR01BotL, .codeR01BotR {
        padding: 18px;
    }
    .codeR02ConDivBT01 {
        width: 348px;
    }
    .codeR02ConDivBT01 p {
        margin-bottom: 7px;
    }
    .codeR02C {
        height: 460px;
    }
    .codeR02Con01 {
        padding-top: 49px;
    }
    .codeR02CBg, .codeR02CBg01{
        width: 100%;
    }
    .RotationLText {
        width: 270px;
        font-size: 13px;
    }
    /* .Rotation {
        height: 219px;
    } */
    .Rotation {
        height: 298px;
    }
    .RotationL{
        padding: 25px 0 0 18px;
    }
    .RotationLTitle{
        font-size: 25px;
    }
    .RotationLP {
        font-size: 18px;
        margin: 8px 0 12px 0;
    }
    .mapR {
        margin-left: 20px;
    }
    .mapLcade{
        margin-top: 5px;
    }
    .map {
        height: 253px;
    }
    .mapLText {
        line-height: 1.5;
    }
    .mapLcade {
        width: 240px;
        height: 91px;
    }
    .mapLcade img {
        width: 60px;
        height: 60px;
    }
    .footerL p{
        width: 445px;
    }
    .footerR{
        margin-left: 27px;
    }
    .RotationRshowpc {
        width: 454px;
    }
    .RotationLInfo-img {
        width: 217px;
        height: auto;
        margin-left: 6px;
    }
    .RotationLInfo-P {
        margin-left: -48px;
    }
    .RotationLInfo-profile {
        width: 80px;
        height: 80px;
    }
    .RotationL {
        width: 436px;
    }
}
@media (max-width:767px) {
    .con{
        width: 100%;
        margin: 0 auto;
    }
    .nav{
        height: 60px;
        padding-left: 0px;
        background-color: #fff;
    }
    .navlogo{
        width: 60px;
        height: 60px;
        margin-right: 12px;
    }
    .navlogoCon > p {
        font-size: 18px;
        color: #D5AA3F;
    }
    .banner {
        background-image: url(../resources/Group_2.jpg);
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        padding-top: 50px;
    }
    .bannerText{
        width: 87.96%;
        margin: 0 auto;
    }
    .bannerText img{
        width: 100%;
    }
    .code {
        width: 87.5%;
        padding-top: 40px;
        margin: 60px auto;
        box-shadow: 0px 0px 4px 0px #F0F0F0;
    }
    .codeL {
        left: 0px;
        top: 0px;
        width: 100%;
        box-shadow: 0px 0px 0px 0px #F0F0F0;
    }
    .codeR{
        height: auto;
        padding-right: 0;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-start;
        padding-top: 40px;
        box-shadow: 0px 0px 0px 0px #F0F0F0;
    }
    .codeR01, .codeR02{
        box-shadow: 0px 0px 0px 0px #F0F0F0;
    }
    .codeRImg{
        width: 92.85%;
        height: auto;
        margin: 0 auto 30px auto;
    }
    .codeRImg img{
        width: 100%;
    }
    .codeRmPTitle{
        font-size: 17px;
        font-family: Arial;
        font-weight: bold;
        color: #8FC321;
        padding-left: 4.5%;
    }
    .codeRmP{
        font-size: 14px;
        color: #8FC321;
        margin: 20px 0 30px 0;
        padding-left: 4.5%;
    }
    .codeRmP01{
        width: 92.85%;
        margin: 0px auto 17px auto;
        font-size: 12px;
        line-height: 1.5;
    }
    .codeR01Title{
        font-size: 17px;
    }
    .codeR01P{
        font-size: 14px;
        margin: 20px 0 30px 0;
    }
    .codeR01Bot{
        flex-wrap: wrap;
    }
    .codeR01BotL, .codeR01BotR {
        width: 100%;
        margin-bottom: 30px;
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .codeR01Con{
        width: 92.8%;
    }
    .codeR01BotLDiv{
        width: 220px;
        height: 200px;
        padding: 14px;
    }
    .codeR01BotLDivTitle{
        font-size: 14px;
        margin: 12px 0 16px 0;
    }
    .codeR01BotLDivImg{
        width: 22px;
        height: 22px;
    }
    .codeR01BotLDivp{
        font-size: 12px;
        margin-bottom: 20px;
    }
    .codeR01BotLDivp01 {
        font-size: 12px;
    }
    .productTitle{
        font-size: 24px;
    }
    .productP {
        font-size: 15px;
        margin: 20px 0 15px 10px;
    }
    .productList{
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .productListDiv{
        width: 46.42%;
        font-size: 10px;
        margin-bottom: 25px;
    }
    .productListDivImg{
        width: 165px;
        margin-bottom: 0px;
    }
    .Rotation {
        height: 450px;
        /*flex-direction: column;*/
        /*flex-wrap: wrap;*/
        display: block;
        margin: 0px auto 60px auto;
    }
    .RotationL{
        width: 100%;
        height: 223px;
        padding: 40px 0 30px 0;
    }
    .Rotat{
        width: 100%;
    }
    .RotationLTitle {
        width: 80.9%;
        font-size: 17px;
        margin: 0 auto;
    }
    .RotationLP {
        width: 80.9%;
        font-size: 15px;
        margin: 0px auto 25px auto;
    }
    .RotationLText {
        width: 80.9%;
        font-size: 12px;
        margin: 0 auto;
    }
    .RotationR, .RotationR01, .RotationR02, .RotationR03{
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .RotationR img, .RotationR01 img, .RotationR02 img, .RotationR03 img{
        width: 100%;
        height: auto;
    }
    .map{
        height: auto;
        flex-wrap: wrap;
        padding: 0;
    }
    .mapL{
        width: 87.5%;
        height: 289px;
        padding-top: 39px;
        font-size: 10px;
    }
    .mapLcade{
        width: 100%;
        height: 119px;
        background: linear-gradient(90deg, rgba(143, 195, 33, 0.1) 0%, rgba(143, 195, 33, 0.1) 51%, rgba(247, 247, 247, 0.1) 100%);
    }
    .mapLText {
        line-height: 1.99;
    }
    .mapLcade img {
        width: 91px;
        height: 91px;
    }
    .mapR{
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px;
    }
    .footer{
        height: auto;
    }
    .footerCon{
        padding-top: 30px;
        flex-wrap: wrap;
    }
    .footerR{
        display: none;
        margin-left: 0;
    }
    .footerRDiv:first-child{
        padding: 0 24px 0 0;
    }
    .footerLImg{
        width: 111px;
        margin-bottom: 30px;
    }
    .footerL{
        font-size: 12px;
        margin-bottom: 30px;
    }
    .footerRDiv{
        height: 42px;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .footerD{
        font-size: 12px;
    }
    .codeR02ConDivT{
        font-size: 17px;
    }
    .codeR02ConDivP{
        font-size: 14px;
        color: #8FC321;
        margin: 20px 0 30px 0;
    }
    .codeR02CBg,.codeR02CBg01{
        background: rgba(0, 0, 0, 0);
    }
    .codeR02ConDivB{
        flex-wrap: wrap;
    }
    .codeR02ConDivBT{
        height: 121px;
        background-image: url("https://kelimi.oss-cn-hangzhou.aliyuncs.com/index/img/m/codeqie.png");
        -webkit-background-size: 100% 100%;
        background-size: 100% 100%;
    }
    .codeR02ConDivBT p{
        font-size: 14px;
    }
    .codeR02ConDivBTImg{
        width: 100%;
    }
    .codeR02C01{
        height: 610px;
    }
    .codeR02ConDivBL{
        height: 185px;
        margin-bottom: 19px;
    }
    .codeR02ConDivBLImg{
        margin-bottom: 19px;
    }
    .codeR02ConDivBLP{
        font-size: 12px;
    }
    .codeR02ConDivBT01{
        font-size: 12px;
    }
    .codeR02ConDiv{
        padding-top: 0px;
    }
    .footerL p{
        width: 90%;
    }
    /* 新增 */
    .productTop {
        padding-left: 10px;
        margin-bottom: 0;
    }
    .productListDiv {
        height: 196px;
    }
    .productListDivP {
        font-size: 18px;
    }
    .productListBot {
        margin-top: 0px;
    }
    .productListThrow {
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .productListDivThrow {
        margin-right: 0px;
    }
    .throw {
        height: 520px;
    }
    .conThrow {
        padding-top: 0px;
    }
    .productTopRot {
        margin-top: 0px;
    }
    .RotationLInfo {
        justify-content: center;
    }
}