

/* header */
.btn_phone {
    position: relative;
    z-index: 99999;
    width: 26px;
    height: 26px;
    display: none;
}


show {
    position: relative;
    z-index: 3;
    transition: all 0.8s;
    align-items: center;
}

.logo {
    position: relative;
    /* width: 180px; */
}

.logo img {
    margin: 0px;
    min-width: max(100px,1.7rem);
}

headerbgm1 .language_text {
    color: #333;
}

.menu_list {
    width: 88%;
    align-items: center;
    justify-content: flex-end;
}
.logo-layout{
    display: flex;
    align-items: center;
}
.share-nav{
    display: flex;
    gap:0.1rem;
    padding-left: 0.5rem;
}
.share-nav img{
    min-width: 22px;
    /* height: 21px; */

}
.header-button,
.header-button {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: 0;
    border: none;
    background: url(../images/in-ssicon.png) no-repeat center center;
    text-align: left;
    text-indent: -119988px;
    text-transform: capitalize;
    cursor: pointer;
}

headerbgm .header-button,
headerbgm1 .header-button,
 .header-button {
    background: url(../images/in-bssicon.png) no-repeat center center;
}

.toggle_btn {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    z-index: 9999;
}

.toggle_btn span {
    position: absolute;
    right: 0;
    width: 26px;
    height: 2px;
    background: var(--primary-color);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.toggle_btn span:first-child {
    top: 8px;
}

.toggle_btn span:nth-child(2) {
    top: 50%;
    width: 20px;
}

.toggle_btn span:last-child {
    bottom: 6px;
}

.toggle_btn.on span {
    background-color: var(--primary-color);
}

.toggle_btn.on span:first-child {
    -webkit-transform: translate(0, 7px) rotate(45deg);
    -o-transform: translate(0, 7px) rotate(45deg);
    transform: translate(0, 7px) rotate(45deg);
    -ms-transform: translate(0, 7px) rotate(45deg);
}

.toggle_btn.on span:nth-child(2) {
    opacity: 0;
}

.toggle_btn.on span:last-child {
    bottom: 9px;
    -webkit-transform: translate(0, -3px) rotate(-45deg);
    -o-transform: translate(0, -3px) rotate(-45deg);
    transform: translate(0, -3px) rotate(-45deg);
    -ms-transform: translate(0, -3px) rotate(-45deg);
}

.mobile_nav_box {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000;
    padding: 50px 0;
    width: 86%;
    height: 100%;
    background: #fff;
    opacity: 0;
    transition: all 0.8s;
    transform: translateX(150%);
    pointer-events: none;
}
@media screen and (max-width:1000px) {
  .mobile_nav_box{
    overflow-y: auto;
  }
}

show.on .mobile_nav_box {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.mobile_nav_box .tit {
    position: relative;
    padding: 0 5%;
    width: 100%;
    display: block;
    color: #282828;
    text-align: left;
    letter-spacing: 2px;
    font-size: 16px;
}

.mobile_nav_box .tit:hover {
    color: var(--primary-color);
}

.mobile_nav_box .mobile_ul li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.mobile_nav_box .head_subnav {
    padding: 12px 4.5%;
    width: 100%;
    background: #f5f5f5;
    display: none;
}

.mobile_nav_box .head_subnav a {
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    width: 100%;
    color: #333;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
}

.mobile_nav_box .head_subnav a {
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    width: 100%;
    color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}

.mobile_nav_box .head_subnav a.stit {
    font-size: 16px;
}

.head_tit {
    position: relative;
    padding: 15px 0;
}

.mobile_nav_box .mobile_down,
.mobile_nav_box .smobile_down {
    position: absolute;
    top: 50%;
    right: 5%;
    z-index: 5;
    display: block;
    width: 150px;
    height: 100%;
    transform: translateY(-50%);
}

.mobile_nav_box .smobile_down {
    right: 1.5%;
}

.mobile_nav_box .mobile_down:before,
.mobile_nav_box .smobile_down::before {
    position: absolute;
    top: 20px;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
    content: '';
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.btn_search {
    width: 26px;
    height: 26px;
    color: #222222;
    font-size: 19px;
    cursor: pointer;
}

.btn_search .icon_ssicon {
    font-size: 19px;
}

.menu_pcul {
    /* width: calc(100% - 160px); */
    justify-content: flex-end;
    padding-right: 0.5rem;
}

.menu_pcul li {
    vertical-align: top;
    padding: 0 0.8vw;
    position: relative;
}

.menu_pcul li > a {
    position: relative;
    z-index: 2;
    display: block;
    color: #fff;
    text-align: center;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-family: var(--font-regulary);
    font-size: 18px;
    height: 80px;
    line-height: 80px;
    white-space: nowrap;
}

@media (max-width: 1500px) {
    .menu_pcul li {
        vertical-align: top;
        padding: 0 0.5vw;
        position: relative;
    }

    .menu_pcul {
        padding-right: 10px;
    }
}

@media (max-width: 1300px) {
    .menu_pcul li {
        padding: 0 0.4vw;
    }

    .menu_pcul li > a {
        font-size: 15px;
    }

    .phone_num .num {
        font-size: 15px;
    }

    show {
        width: 100%;
        padding: 0 1%;
    }
}

@media (max-width: 750px) {
    show {
        padding: 0 5%;
    }
}

.menu_pcul li .head_subnav {
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    width: 100%;
    padding: 60px 8%;
    background: #ffffff;
    box-shadow: 0px 7px 29px 0px rgba(184, 184, 184, 0.14);
    border-top: 1px solid #e9e9e9;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    opacity: 0;
    pointer-events: none;
    display: none;
}

.menu_list > ul > li:hover .head_subnav {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -ms-transform: translate(-50%);
    pointer-events: auto;
}

.head_lfBox {
    width: 70%;
    margin-right: 1rem;
    align-items: flex-start;
}

.head_lfBox .hli {
    flex: 1;
    padding: 0 0.85rem;
    border-right: 1px solid #f2f2f2;
}

.head_lfBox .hli:last-child {
    margin-right: 0px;
}

.head_lfBox .hli:first-child {
    padding-left: 0px;
}

.head_rtBox {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.head_rtBox .htit {
    font-size: 16px;
    color: #666666;
    margin-bottom: 25px;
}

.head_imgBox {
    max-width: 380px;
}

.head_imgBox img {
    margin: 0px;
}

.hlink {
    position: relative;
    color: #666666;
    font-size: 18px;
    display: block;
    padding: 14px 20px;
    margin-top: 12px;
}

.canavli .hlink {
    padding: 10px 20px;
}

.hlink:last-child {
    margin-right: 0px;
}

.hlink:first-child {
    margin-top: 0px;
}

.hlink::before {
    content: '\e715';
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    font-size: 16px;
    margin-top: 2px;
    color: #696969;
}

.hlink.active {
    background-color: var(--primary-color);
    color: #fff;
}

.hlink.active::before {
    color: #fff;
}

.hlink .iconBox {
    position: relative;
    width: 36px;
    height: 36px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}

.hlink .hsapn {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.hlink .iconBox .himg,
.hlink.active .iconBox .img {
    opacity: 0;
}

.hlink .iconBox .img,
.hlink.active .iconBox .himg {
    opacity: 1;
}

.menu_pcul li.canavli .head_lfBox .hli:last-child {
    padding-right: 0px;
    border-right-width: 0px;
}

.head_stit .stit {
    color: #222222;
    font-size: 0.3rem;
    line-height: 1.3;
}

.head_stit .sdec {
    color: #777;
    font-size: 16px;
    line-height: 1.75;
    padding-top: 10px;
}

.head_sublink {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    background: #222;
    border-radius: 0.1rem;
    min-width: 200px;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
    display: none;
    box-shadow: 0 0 20px rgb(0, 0, 0, 0.05);
    padding: 20px 30px 30px;
}

.header-nav ul li:hover .head_sublink {
    display: block;
}

.head_sublink a {
    position: relative;
    color: #ffffffc4!important;
    font-size: 14px;
    display: block;
    padding: 15px 0;
    /* width: 80%; */
    border-bottom: 1px solid #f5f5f53e;
    white-space: nowrap;
    text-align: left;
}

.head_sublink a::before {
    content: '\e715';
    position: absolute;
    right: 0px;
    top: 50%;
    display: block;
    transform: translateY(-50%);
    font-size: 15px;
    margin-top: 1px;
    display: none;
}

.head_sublink a:hover {
    color: #fff;
    border-bottom: 1px solid var(--primary-color);
}

.menu_list .menu_pcul > li > a:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.menu_pcul > li.active > a::after,
.menu_list .menu_pcul > li:hover > a:after {
    width: 100%;
}

.menu_pcul li:hover > a {
    color: var(--primary-color);
}

.btn_quote {
    background: var(--primary-color);
    color: #fff;
    width: 140px;
    height: 46px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: var(--font-medium);
}

.btn_quote:hover::before {
    left: 120%;
}

.btn_quote::before {
    position: absolute;
    top: 0;
    left: -45px;
    width: 25px;
    height: 100%;
    background: #fff;
    content: '';
    opacity: 0.5;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.menu_pcul li:hover .head_subnav {
    display: block;
}

@media (max-width: 1300px) {
    .menu_pcul li {
        padding: 0 0.5vw;
    }

    .menu_pcul li > a {
        font-size: 15px;
    }

    .phone_num .num {
        font-size: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .menu_pcul {
        display: none;
    }

    .btn_phone {
        display: block;
    }

    .btn_quote {
        background: var(--primary-color);
        color: #fff;
        font-size: 14px;
        margin-right: 20px;
        width: 110px;
        height: 36px;
        line-height: 36px;
    }

    {
        height: 70px;
        top: 0;
    }
}

@keyframes shine {
    0% {
        left: -100px;
    }

    60% {
        left: 100%;
    }
}

white {
    background: #fff;
}

.phone_num {
    display: flex;
    height: 100%;
    align-items: center;
}

.phone_num .phone_icon {
    width: 34px;
    height: 34px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.phone_num .num {
    font-size: 18px;
    font-family: var(--font-regulary);
    color: #fff;
}

@media screen and (max-width: 1000px) {
    .phone_num {
        display: none;
    }
}

/* 语言切换 */
.ri-la {
    position: relative;
    height: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.language {
    display: flex;
    align-items: center;
    position: relative;
    padding: 10px 0;
}

.language .la-box {
    display: flex;
    align-items: center;
}

.language .la-box img {
    filter: brightness(2) contrast(0.5);
}

.language .la-box .en {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: var(--font-regulary);
    color: #fff;
    margin-right: 5px;
    transition: all 0.5s;
}

.ri-la:hover .language .la-box .en {
    color: var(--primary-color);
}

.language .earth {
    margin-right: 14px;
    width: 21px;
    height: 21px;
    /*outline: 4px solid #fff;*/
    border-radius: 50%;
    /*background-color: #fff;*/
}

.ri-la .la-hov {
    position: absolute;
    background: #fff;
    border-radius: 0.1rem;
    text-align: left;
    padding: 0 10px;
    display: none;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.05);
    top: 100%;
}

.ri-la:hover .la-hov {
    display: block;
    /* width: 100%; */
    z-index: 100;
}

.ri-la .la-hov a {
    white-space: nowrap;
    padding: 10px 0;
    font-size: 14px;
    font-family: var(--font-regulary);
    color: #333333;
    transition: all 0.5s;
    display: block;
}

.ri-la .la-hov a:hover {
    color: var(--primary-color);
}

.ri-la .la-hov a:not(:last-child) {
    border-bottom: 1px solid #ededed;
}

@media screen and (max-width: 1000px) {
    .ri-la {
        margin-right: 0.4rem;
    }
    .language .earth{
        display: none;
    }
}



/* 底部联系信息 */
.waylist {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.waylist .way-le {
    flex: 1;
}

.waylist .way-ri {
    width: 205px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (min-width:768px) {
    .waylist .way-ri {
        display: none;
    }
}

.waylist .way-le .company {
    font-family: var(--font-regulary);
    font-size: 20px;
    color: #fff;
    margin-bottom: 25px;
}

.waylist .way-le .underlist {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.waylist .way-le .underlist .way-item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-right: 45px;
}

.waylist .way-le .underlist .way-item .way-icon {
    margin-right: 10px;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255, 0.1);
    border-radius: 50%;
    transition: all 0.5s;
}

.waylist .way-le .underlist .way-item:hover .way-icon {
    background: var(--color2);
}

.waylist .way-le .underlist .way-item .way-icon img {
    width: 40%;
    height: auto;
}

.waylist .way-le .underlist .way-item .way-txt {
    font-family: var(--font-regulary);
    font-size: 16px;
    color: #fff;
    flex: 1;
}

.waylist .way-ri .codebox {
    width: 88px;
    height: 88px;
    margin-bottom: 15px;
    border-radius: 4px;
    overflow: hidden;
}

.waylist .way-ri .codebox img {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .waylist {
        flex-direction: column;
    }

    .waylist .way-le,
    .waylist .way-ri {
        width: 100%;
    }

    .waylist .way-ri {
        margin-top: 30px;
    }

    .waylist .way-ri .codebox {
        display: inline-block;
        margin-right: 15px;
    }
}

@media screen and (max-width: 1299px) {
    .waylist {
        display: block;
    }

    .waylist .way-le .underlist {
        margin-bottom: 20px;
    }

    .waylist .way-ri {
        justify-content: flex-start;
    }

    .waylist .way-ri .codebox:nth-child(1) {
        margin-right: 25px;
    }


}

@media screen and (max-width: 1599px) {

}

@media screen and (max-width: 1399px) {


    .wbtn.mar {
        margin-bottom: 20px;
    }

    .menu_pcul li > a {
        font-size: 14px;
    }

    .btn_quote {
        font-size: 14px;
    }


    .sec5 {
        padding-left: 0;
    }

    .answerlist {
        padding: 0;
        overflow: visible;
        max-height: 100%;
    }
}

@media screen and (max-width: 1099px) {


    .copy {
        margin-bottom: 10px;
    }

    .phone .phicon {
        display: none;
    }
}

@media screen and (max-width: 1000px) {
    .btn_box {
        display: block;
    }

    .btn {
        min-width: 200px;
        text-align: center;
        font-size: 14px;
    }

}

@media screen and (max-width: 760px) {

}

/* footer end */

/* 留联表单 */
.formBox {
    background: var(--primary-color);
    background-size: cover;
    padding: 0.7rem 0 0.4rem;
    /* background-color:  var(--primary-color); */
    background-size: cover;
}

.formBox .in_tit {
    flex: 1;

    width: 100%;
    margin-bottom: 30px;
}

.formBox .in_tit .tit,
.formBox .in_tit .dec {
    color: #ffffff;
}

.formBox .right {
    border-radius: 10px;
}

.formBox .right .contactForm1 {
    flex-wrap: wrap;
}

.formBox .form_li {
    position: relative;
    margin-right: 15px;
    width: 22%;
    min-width: 240px;
    margin-top: 15px;
}

.formBox .form_li:last-child {
    margin-right: 0px;
}

.formBox .form_li .input {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 5px 16px;
    display: block;
    background-color: #ffffff;
    border-radius: 24px;
}

.formBox .more {
    width: 213px;
    line-height: 50px;
    padding: 0px;
    background-color: black;
    font-family: var(--font-bold);
    /* border: 2px solid var(--primary-color); */
    border-radius: 100px;
    color: #fff;
    cursor: pointer;
}

.formBox label.error {
    position: absolute;
    left: 0px;
    bottom: -22px;
    padding: 0 16px;
    font-size: 14px;
    color: #ff1818;
}

.in_tit .tit {
    position: relative;
    z-index: 2;
    font-size: 0.52rem;
    line-height: 1.4;
    color: #222222;
    font-family: var(--font-bold);
}

.in_tit .dec {
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    font-family: var(--font-regulary);
}

.maxw {
    max-width: 696px;
}



@media screen and (max-width: 1000px) {
    .formBox .more {
        width: 100%;
    }

    .formBox .in_tit {
        margin-bottom: 20px;
    }

    .formBox .form_li {
        width: 100%;
        margin-right: 0;
    }
}

/*end  */

/* 留联表单 */
.qh {
    position: relative;
}

.qhjsdy {
    position: absolute;
    height: 100%;
    left: 0;
    width: 25%;
    z-index: 8;
    text-align: center;
    /* background-color: #ff9800; */
    cursor: pointer;
    border-radius: 60px 0 0 60px;
}

.popupBox .qhjsdy {
    width: 100px;
    border-radius: 10px 0 0 10px;
}

.qhjsdy2 {
    background-color: #1d1d1d;
    border-radius: 0.1rem 0 0 0.1rem;
    width: 20%;
    height: auto;
}

.qhjsdy p {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    font-family: var(--font-bold);
}

.qhjsdy2 p {
    line-height: 2;
    color: var(--primary-color);
    text-align: left;
}

.qhjsdy ul {
    background-color: white;
    padding: 15px;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
    position: absolute;
    width: 240px;
    left: 0;
    z-index: 999;
    bottom: 50px;
    max-height: 200px;
    overflow-x: auto;
    display: none;
}

.qhjsdy ul.on {
    display: block;
}

.qhjsdy ul li {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
    color: #666666;
    background-color: rgb(158 158 158 / 8%);
}

.qhjsdy ul li:hover span {
    color: white;
    background-color: var(--primary-color);
}

.qhjsdy ul li span {
    /* margin: 0 3px; */
    background-color: #9e9e9e;
    padding: 5px;
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    color: white;
}

/* .qh input {
    padding-left: 120px !important;
  } */

.formBox .in_tith {
    padding: 0 0.6rem;
    margin-bottom: 0;
}

.formBox .in_tith .tit {
    color: black;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 0.46rem;
}

.formBox .in_tith .dec {
    color: #666666;
}

#hktxt {
    font-size: 14px;
}

#hkyz {
    margin-bottom: 5%;
    opacity: 1;
    filter: Alpha(opacity=100);
    transition: opacity 2s;
    margin-top: 3%;
}

#hkyz:hover {
    opacity: 0.7;
    filter: Alpha(opacity=0);
}

/*.wrap {*/
/*    width: 380px;*/
/*    height: 32px;*/
/*    background-color: #e8e8e8;*/
    /* margin: 56px auto; */
/*    text-align: center;*/
/*    line-height: 32px;*/
    /*border-radius: 7px;*/
/*    position: relative;*/
/*    padding-bottom: 0px;*/
/*    margin: auto;*/
/*    cursor: pointer;*/
/*}*/

.rect {
    position: relative;
    width: 354px;
    height: 100%;
}

.rec {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #00b894;
}

.silde {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #ccc;
    /* background: url(../images/gou.png) no-repeat center; */
    /* background-size: 28px; */
    border: 1px solid #dddddd;
}

.hkyztc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
    background-color: #0000001c;
    display: none;
}

.hkyztc.on {
    display: block;
}

.input-more,
.sjxs p {
    overflow: hidden;
}

.input-more::before,
.sjxs p::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -120%;
    overflow: hidden;
    background: -moz-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0%, rgba(255, 255, 255, 0)),
            color-stop(50%, rgba(255, 255, 255, 0.5)),
            color-stop(100%, rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.9) 40%,
            rgba(255, 255, 255, 0.9) 60%,
            rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: movemove 1.5s ease-in-out infinite;
    -moz-animation: movemove 1.5s ease-in-out infinite;
    animation: movemove 1.5s ease-in-out infinite;
}

@keyframes movemove {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

@-moz-keyframes movemove

    /* Firefox */
{
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

@-webkit-keyframes movemove {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

@-o-keyframes movemove

    /* Opera */
{
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

.hkyztc h5 {
    font-size: 24px;
    text-align: center;
}

.hkyztc-cont {
    width: 500px;
    background: white;
    height: 200px;
    z-index: 9999;
    box-shadow: rgb(126 119 119) 0px 2px 15px;
    border-radius: 8px;
    margin: auto;
    margin-top: 12%;
    padding: 1.5% 0%;
}

.hkyztc .gb {
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #009688;
    text-decoration: underline;
}

.sjxs {
    display: none;
}

@media screen and (max-width: 1000px) {
    .hkyztc-cont {
        width: 90%;
        margin-top: 45%;
        padding: 15px 0%;
    }

    .pcxs {
        display: none;
    }

    .sjxs {
        display: block;
        text-align: center;
        margin: 15px 0px 20px;
    }

    .sjxs p {
        text-align: center;
        display: inline-block;
        background-color: #009688;
        color: white;
        padding: 8px 15px;
        font-size: 16px;
        border-radius: 9px;
        position: relative;
    }
}

/* 询盘弹窗 */
.f-flexbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
}

.tyheadh {
    text-align: center;
    margin-bottom: 60px;
}

.tyheaddb {
    margin-bottom: 0px;
}

.tyhead-bt {
    font-size: 28px !important;
    font-family: var(--font-bold);
    text-align: left;
}

.tyhead-des {
    color: #666666;
    font-size: 16px !important;
    margin-top: 10px !important;
    font-family: 'var(--font-regulary)';
    text-align: left;
    margin-bottom: 15px;
}

@media screen and (max-width: 1459px) {
    .tyhead-bt {
        font-size: 40px !important;
        line-height: 1.3 !important;
    }
}

@media screen and (max-width: 1259px) {
    .tyhead-bt {
        font-size: 42px !important;
        line-height: 1.3 !important;
    }
}

@media screen and (max-width: 970px) {
    .tyhead-bt {
        font-size: 22px !important;
        line-height: 32px !important;
    }

    .tyhead-bt br {
        display: none;
    }

    .tyheadh {
        margin-bottom: 15px;
    }

    .popupBox .formBox .li {
        margin-top: 25px;
    }

    .f-flexbox {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.popupBox .formBox .list {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0.75rem 3rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 84px 0px rgba(204, 204, 204, 0.58);
    box-shadow: 0px 0px 84px 0px rgba(204, 204, 204, 0.58);
    border-radius: 10px;
}

.popupBox .formBox .list::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: -5.8rem;
    bottom: -8.25rem;
    background: url(../images/pro-bgm2.png) no-repeat center;
    background-size: cover;
    z-index: -1;
}

.popupBox .formBox .ul {
    margin-top: 35px;
}

.popupBox .formBox .liBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.popupBox .formBox .li {
    position: relative;
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    /* background: #f7f7f7; */
    border-bottom: 1px solid rgb(27, 27, 27, 0.2);
}

.popupBox .formBox .li:last-child {
    margin-right: 0px;
}

.popupBox .formBox .li input {
    flex: 1;
    padding: 15px;
}

.popupBox .formBox .li .qh input {
    flex: 1;
    padding: 15px 15px 15px 0;
}

.popupBox .formBox .li textarea {
    position: relative;
    display: block;
    padding: 15px 20px 0;
    width: auto;
    flex: 1;
    height: 50px;
    color: #222;
    overflow: hidden;
    border-radius: 6px;
}

.popupBox .formBox .li textarea {
    height: 50px;
}

.popupBox .formBox .sub {
    width: auto;
    margin-top: 20px;
    padding: 12px 40px;
    line-height: 1;

    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 40px;
    transition: all 0.5s;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}

.popupBox .formBox .more span {
    background: transparent;
}

.popupBox .formBox .more::after {
    display: none;
    width: 0;
}

.popupBox .formBox .sub:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.popupBox .formBox label.error {
    padding: 0 20px;
    color: #f00;
}

.popupBox .formBox .placeholder {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    color: #666666;
}

.popupBox .formBox .placeholder::after {
    content: '*';
    color: #f5af27;
}

.popcont {
    position: relative;
    padding: 0.5rem 0.7rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    overflow: hidden;
}

.popupBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 999;
    display: none;
}

.popupBox.on {
    display: block;
}

.popupBox .poplist {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popupBox .poplist .ul {
    margin-top: 0px;
}

.popupBox .close {
    position: absolute;
    top: -3%;
    right: 19%;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.6s;
}

.popupBox .popcont {
    margin: 0 auto;
    width: 60%;
    padding: 0.5rem 0 0.6rem 0;
    background: #fff;
    border-radius: 15px;
    padding: 30px 5%;
    max-height: 90vh;
    overflow: auto;
}

.popupBox .popcont .popcont_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 15%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 0.48rem;
    line-height: 1.25;
    transform: translate(-50%, -50%);
}

.popupBox .shadow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
}

.popupBox::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1279px) {
    .popupBox .popcont {
        width: 70%;
    }

    .popupBox .formBox .li input {
        height: 42px;
    }

    /* .popupBox .formBox .li textarea {
      height: 140px;
    }
   */
    .popupBox .close {
        right: 13.5%;
    }
}

@media screen and (max-width: 1151px) {
    .popupBox .popcont {
        padding: 25px 15px;
        width: 95%;
    }

    /* .popupBox .formBox .li textarea {
      height: 120px;
    } */
    .popupBox .formBox .placeholder {
        font-size: 15px;
        padding: 10px 15px;
    }

    .popupBox .formBox .sub {
        margin-top: 20px;
        padding: 6px 10px;
        font-size: 16px;
        height: 40px;
    }

    .popupBox .close {
        right: 0.5%;
    }

    .banner-nc2 {
        top: 35%;
    }

    /* .index-banner::before {
  display: block;
  } */
}

.qh {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}

.qhjsdy {
    position: relative;
    height: 100%;
    left: 0;
    width: 25%;
    z-index: 8;
    text-align: center;
    /* background-color: #ff9800; */

    cursor: pointer;
    border-radius: 60px 0 0 60px;
}

.popupBox .qhjsdy {
    width: fit-content;
    border-radius: 10px 0 0 10px;
}

.qhjsdy2 {
    background-color: #1d1d1d;
    border-radius: 0.1rem 0 0 0.1rem;
    width: 20%;
    height: auto;
}

.qhjsdy p {
    color: var(--primary-color);
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    font-family: 'WixMadeforDisplay-Bold';
    width: 100px;
    position: relative;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0px 30px 0 5px;
    width: auto;
}

.from-modle .qhjsdy p {
    color: #fff;
}

.qhjsdy::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid var(--primary-color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.from-modle .qhjsdy::after {
    border-top: 6px solid #fff;
}

.qhjsdy2 p {
    line-height: 2;
    color: var(--primary-color);
    text-align: left;
}

.qhjsdy ul {
    background-color: white;
    padding: 15px;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
    position: absolute;
    width: 240px;
    left: 0;
    z-index: 999;
    bottom: 50px;
    max-height: 200px;
    overflow-x: auto;
    display: none;
}

.qhjsdy ul.on {
    display: block;
}

.qhjsdy ul li {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
    color: #666666;
    background-color: rgb(158 158 158 / 8%);
}

.qhjsdy ul li:hover span {
    color: white;
    background-color: var(--primary-color);
}

.qhjsdy ul li span {
    /* margin: 0 3px; */
    background-color: #9e9e9e;
    padding: 5px;
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    color: white;
}

.formBox .in_tith {
    padding: 0 0.6rem;
    margin-bottom: 0;
}

.formBox .in_tith .tit {
    color: black;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 0.46rem;
}

.formBox .in_tith .dec {
    color: #666666;
}

.tjzz {
    display: none;
}

#hktxt {
    font-size: 14px;
}

#hkyz {
    margin-bottom: 5%;
    opacity: 1;
    filter: Alpha(opacity=100);
    transition: opacity 2s;
    margin-top: 3%;
}

#hkyz:hover {
    opacity: 0.7;
    filter: Alpha(opacity=0);
}

/*.wrap {*/
/*    width: 380px;*/
/*    height: 32px;*/
/*    background-color: #e8e8e8;*/
    /* margin: 56px auto; */
/*    text-align: center;*/
/*    line-height: 32px;*/
    /*border-radius: 7px;*/
/*    position: relative;*/
/*    padding-bottom: 0px;*/
/*    margin: auto;*/
/*    cursor: pointer;*/
/*}*/

.rect {
    position: relative;
    width: 354px;
    height: 100%;
}

.rec {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #00b894;
}

.silde {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #ccc;
    /* background: url(../images/gou.png) no-repeat center; */
    /* background-size: 28px; */
    border: 1px solid #dddddd;
}

.hkyztc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    left: 0;
    background-color: #0000001c;
    display: none;
}

.hkyztc.on {
    display: block;
}

.input-more,
.sjxs p {
    overflow: hidden;
}

.input-more::before,
.sjxs p::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -120%;
    overflow: hidden;
    background: -moz-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    background: -webkit-gradient(
            linear,
            left top,
            right top,
            color-stop(0%, rgba(255, 255, 255, 0)),
            color-stop(50%, rgba(255, 255, 255, 0.5)),
            color-stop(100%, rgba(255, 255, 255, 0))
    );
    background: -webkit-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.9) 40%,
            rgba(255, 255, 255, 0.9) 60%,
            rgba(255, 255, 255, 0) 100%
    );
    background: -o-linear-gradient(
            left,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.5) 50%,
            rgba(255, 255, 255, 0) 100%
    );
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-animation: movemove 1.5s ease-in-out infinite;
    -moz-animation: movemove 1.5s ease-in-out infinite;
    animation: movemove 1.5s ease-in-out infinite;
}

@keyframes movemove {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

@-moz-keyframes movemove

    /* Firefox */
{
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

@-webkit-keyframes movemove {
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

@-o-keyframes movemove

    /* Opera */
{
    0% {
        left: -120%;
    }

    100% {
        left: 120%;
    }
}

.hkyztc h5 {
    font-size: 24px;
    text-align: center;
}

.hkyztc-cont {
    width: 500px;
    background: white;
    height: 200px;
    z-index: 9999;
    box-shadow: rgb(126 119 119) 0px 2px 15px;
    border-radius: 8px;
    margin: auto;
    margin-top: 12%;
    padding: 1.5% 0%;
}

.hkyztc .gb {
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    color: #009688;
    text-decoration: underline;
}

.sjxs {
    display: none;
}

@media screen and (max-width: 1000px) {
    .hkyztc-cont {
        width: 90%;
        margin-top: 45%;
        padding: 15px 0%;
    }

    .pcxs {
        display: none;
    }

    .sjxs {
        display: block;
        text-align: center;
        margin: 15px 0px 20px;
    }

    .sjxs p {
        text-align: center;
        display: inline-block;
        background-color: #009688;
        color: white;
        padding: 8px 15px;
        font-size: 16px;
        border-radius: 9px;
        position: relative;
    }
}

/* btn1 蓝底白字*/
.btn1 {
    width: fit-content;
    height: auto;
    padding: 8px 30px;
    font-size: 16px;
    border: 1px solid var(--color2);
    background-color: var(--color2);
    color: #fff;
    border-radius: 100px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.8s;
}

.btn1::before {
    position: absolute;
    top: 0;
    left: -45px;
    width: 25px;
    height: 100%;
    background: #fff;
    content: '';
    opacity: 0.5;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.btn1:hover::before {
    left: 120%;
}

/* btn2 蓝框蓝字 */
.btn2 {
    width: fit-content;
    height: auto;
    padding: 8px 30px;
    font-size: 16px;
    color: #222;
    border: 1px solid #222;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.5s;
}

.btn2:hover {
    background-color: var(--primary-color);
    color: #fff;
}

.btn4 {
    width: fit-content;
    height: auto;
    padding: 8px 30px;
    font-size: 16px;
    color: #222;
    border: solid 1px #222;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.5s;
}

.btn2:hover {
    border: solid 1px var(--color2);
    background-color: var(--color2);
    color: #fff;
}

/* btn3 白框白字 */
.btn3 {
    width: fit-content;
    height: auto;
    padding: 8px 30px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.5s;
}

.btn3:hover {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

.btnbox {
    display: flex;
    flex-direction: wrap;
}

.btnbox .mar {
    margin-bottom: 15px;
    margin-right: 22px;
}

.blocktitle {
    font-size: var(--font-size-h2);
    color: #222222;
    font-family: var(--font-bold);
    text-align: center;
    line-height: 1.25;
}

.blocktitle.white {
    color: #fff;
    text-align: left;
}

@media screen and (max-width: 1000px) {
    .btn1,
    .btn2,
    .btn3,
    .btn4 {
        font-size: 14px;
        padding: 8px 20px;
    }

    .blocktitle {
        font-size: 26px;
    }
}

.picbox {
    overflow: hidden;
}

.picbox img {
    transition: all 0.5s;
}

.picbox:hover img {
    transform: scale(1.1);
}

/* 了解更多 */
.tomore {
    display: flex;
    align-items: center;
}

.tomore .arrow {
    width: 0.55rem;
    height: 0.55rem;
    background: var(--color2);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 5px;
    transition: all 0.5s;
    margin-right: 20px;
}

.tomore .arrow img {
    width: 35%;
    max-width: 100%;
    transition: all 0.5s;
}

.tomore .moretxt {
    font-size: var(--font-size-p);
    font-family: var(--font-regulary);
    color: #fff;
    transition: all 0.5s;
    -webkit-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
}

.tomore:hover .arrow img {
    transform: rotate(-45deg);
}

@media screen and (max-width: 790px) {
    .tomore .arrow {
        width: 40px;
        height: 40px;
    }
}

/* 产品下拉导航 */
.header-nav ul li .full-menu {
    padding: 0.4rem 0;
    box-shadow: unset;
    border-bottom: 1px solid #ececec;
    width: 100vw;
    left: 50vw;
    transform: translateX(-50vw);
}

@media (max-width: 1600px) {
    .header-nav ul li .full-menu .w1400 {
        width: 100%;
        padding: 0.4rem 20px;
    }
}

@media (max-width: 1200px) {
    .header-nav ul li .full-menu .w1400 {
        padding: 0.4rem 0;
    }

    .menu-box1 .rightbox1,
    .menu-box1 .rightbox2 {
        padding: 0 4px;
    }

    .full-menu .menu-box1 .grade1 {
        padding: 0 4px;
    }
}

.header-nav ul li:hover .full-menu {
    position: fixed;
    display: block;
}

.full-menu .full-flex {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.full-menu .grade {
    width: 27%;
    padding: 18px 22px;
}

.grade1 {
    background: #222222;
}

.grade1 .classify,
.grade3 .g3-li,
.grade4 .g4-li {
    font-size: var(--font-size-18);
    height: 40px;
    margin-bottom: 5px;
    padding: 0 15px;
    line-height: 40px;
    color: #333;
    text-align: left;
    border: none;
    background: url(../images/nav-icon7.png) no-repeat right 15px center;
}

.grade2 .g-list .li {
    font-size: var(--font-size-18);
    height: 40px;
    margin-bottom: 5px;
    padding: 0 15px;
    line-height: 40px;
    color: #ffffffc4;
    text-align: left;
    border: none;
    background: url(../images/nav-icon7.png) no-repeat right 15px center;
}

.grade1 .classify {
    color: #fff;
}

.head_sublink .full-flex .grade1 .classify.on {
    color: #1851e0;
    font-family: var(--font-medium);
    border-radius: 50px;
    background: #fff url(../images/nav-icon6.png) no-repeat right 15px center;
}

.grade .item {
    display: none;
}

.grade .item.on {
    display: block;
}

.grade2 .g-list .li.on {
    color: #fff;
    font-family: var(--font-medium);
    background: url(../images/nav-icon6.png) no-repeat right 15px center;
}

.grade3 .g-list .li {
    display: none;
}

.grade3 .g-list .li.on {
    display: block;
}

.grade3 .g-list .g3-li.on {
    color: #fff;
    background: url(../images/nav-icon6.png) no-repeat right 15px center;
}

.grade4 .g3-li {
    display: none;
}

.grade4 .li.on .g3-li.on {
    display: block;
}

.grade4 .g4-li.on {
    color: var(--primary-color);
    background: url(../images/nav-icon6.png) no-repeat right 15px center;
}

.grade3,
.grade4 {
    border-left: 1px solid #ececec;
    align-self: stretch;
}

.head_sublink .full-flex a {
    padding: 0 10px;
    border: none;
    font-size: var(--font-size-18);
    text-align: left;
}

.head_sublink .full-flex .grade1 .classify {
    color: #fff;
}

header .menu_list .on > .nav-tit1,
header .menu_list .on > .nav-tit2 {
    background: unset;
}

header .menu_list .nav-tit1,
header .menu_list .nav-tit2 {
    background: unset;
}

/* 产品二级菜单 */
.menu-box1 {
    width: 32%;
    z-index: 9;
}

.full-menu .menu-box1 .grade1 {
    padding: 0px 0.3rem;
    background-color: #222;
}

.full-menu .menu-box1 .grade1 a {
    font-size: var(--font-size-18);
    height: 46px;
    padding: 0;
    line-height: 46px;
    margin: 5px 0;
    color: #fff;
    text-align: left;
    border: none;
    background: no-repeat right 30px center;
}

.full-menu .menu-box1 .grade1.on a {
    background: url(../images/arrow1.png) no-repeat right center;
}

.full-menu .rightbox1 {
    position: absolute;
    top: 0;
    left: 30%;
    width: 38%;
    min-height: 100%;
    background: #222;
    height: auto;
    padding: 40px 0;
}

.full-menu .rightbox2 {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(100%);
    min-height: 100%;
    background: #222;
    height: auto;
    padding: 40px 0;
}
.leftimg{
    flex: 1;
}
.rightinfo{
    flex: 5;
}
.rightinfo p{
    height: 25px!important;
    line-height: 25px!important;
    margin-bottom: 0;
}
.full-menu .menu-box1 .grade2 a {
    font-size: var(--font-size-p);
     height: 46px!important;
     line-height: unset!important;
    padding: 15px;
    /* padding: 0; */
    /* line-height: 46px; */
    display: flex;
    justify-content: left;
    align-items: center;
    border-radius: 50px;
    /* padding: 0 15px; */
    color: #fff;
    text-align: left;
    border: none;
    background: no-repeat right 0px center;
    border-bottom: #ececec;
    margin-bottom: 10px;
    background: no-repeat right 15px center;
}

.full-menu .menu-box1 .grade2.on a {
    color: #1751dc!important;
    /* background-color: #fff; */
    background: #f5f5f5 url(../images/arrow5.png) no-repeat right 15px center;
}

.menu-box1 .rightbox1 {
    border-left: 1px solid #f5f5f53e;
}

.menu-box1 .rightbox1,
.menu-box1 .rightbox2 {
    display: none;
    padding: 0px 0.3rem;
    height: 500px;
    border-right: 1px solid #f5f5f53e;
}

.menu-box1 .rightbox2 {
    border-right: 1px solid #f5f5f53e;
    border-left: 1px solid #f5f5f53e;
    box-sizing: border-box;
    width:80%;
}

.menu-box1.on .rightbox1,
.menu-box1.on .rightbox2.on {
    display: block;
}

.rightbox1.on .rightbox2 {
    display: block;
}

.full-menu .menu-box1 .grade3 {
    text-align: left;
    height: 46px;
    line-height: 46px;
    border-left: none;
    padding: 0;
    border-bottom: none;
    font-size: var(--font-size-18);
}

.full-menu:nth-child(1) {
    padding: 20px 30px 5px;
}

.full-menu:last-child {
    padding: 5px 30px 20px;
}

.full-menu .background {
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.full-menu .background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 33%;
    background: #222;
    height: 100%;
    z-index: -1;
}

.full-menu .hot {
    width: 40%;
    /* padding: 0px 0.1rem; */
    display: flex;
    gap: 0.1rem;
    justify-content: space-between;
}

.full-menu .flex {
    display: flex;
    /* justify-content: space-between; */
    justify-content: center;
}

.full-menu .hot .tag {
    margin: 0 0 30px;
    height: 27px;
    line-height: 27px;
    font-size: var(--font-size-18);
    color: #fff;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
}

.full-menu .hot .tag span {
    font-size: 14px;
    color: #fff;
    background: #e02c2c;
    border-radius: 0 30px 30px 30px;
    font-weight: 400;
    padding: 0 5px;
}

.full-menu .hot .grid .plink {
    display: flex;
    align-items: center;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    padding: 0;
    transition: all 0.5s;
    background-color: #333;
    overflow: hidden;
}

.full-menu .hot .grid .plink:hover {
    border: 1px solid var(--color2);
}

.full-menu .hot .grid .plink .leftimg {
    flex: 1;
    padding: 10px;
}

.full-menu .hot .grid .plink .leftimg img {
    max-width: 100%;
}

.full-menu .hot .grid .plink .tit {
    font-size: 16px;
    color: #fff;
    transition: all 0.5s;
}

.full-menu .hot .grid .plink .txt {
    font-size: 14px;
    color: #fff;
    transition: all 0.5s;
}

.full-menu .hot .grid .plink:hover .tit {
    color: var(--color2);
}

.full-menu .hot .grid .plink:hover .txt {
    color: var(--color2);
}

.index .s5-right-btn:hover {
    background-color: #ff733e;
}
  /* 挂件 */
  .icon-xjiantou:before {
    content: "\e606";
  }
  .right-flex {
    position: fixed;
   top: 80%;
   margin-top: -200px;
    right: 0;
    z-index: 99;
    width: 50px;
    height: auto;
  }
  .right-flex ul {
    width: 100%;
  }
  .right-flex li {
    position: relative;
    float: right;
    margin-bottom: 5px;
    width: 50px;
    height: 50px;
    border-radius: 8px 0 0 8px;
    background: #d1d1d1;
    line-height: 50px;
    transition: width 0.3s, background 0.3s, margin 0.3s;
  }
  .right-flex li .ico {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    transition: right 0.3s;
  }
  .right-flex li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .right-flex li p {
    padding: 0 20px;
    color: #fff;
    font-size: 15px;
    line-height: 50px;
    transition: transform 0.3s;
  }
  .right-flex li.one {
    width: 90px;
    height: 50px;
    border-radius: 4px;
    background-color: #458d45;
  }
  .right-flex li.one p {
    padding: 3px 10px;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }
  .right-flex li.four .ico,
  .right-flex li.li-three .ico,
  .right-flex li.two .ico {
    left: 0;
  }
  .right-flex li.four p,
  .right-flex li.li-three p,
  .right-flex li.two p {
    padding: 0 20px 0 50px;
  }
  .right-flex li.two {
    /*margin-right: -150px;*/
    width: 50px;
  }
  .right-flex li.three {
    margin-right: -100px;
    width: 150px;
  }
  .right-flex li .ico {
    color: #fff;
    text-align: center;
    font-size: 28px;
  }
  .right-flex li .ico.ico03 {
    font-size: 32px;
  }
  .right-flex li .ico.ico08 {
    font-weight: 700;
    font-size: 18px;
    transform: rotate(180deg);
  }
  .right-flex .right-close {
    width: 100%;
    height: 40px;
    font-weight: 700;
    font-size: 12px;
  }
  .right-flex .close-icon {
    display: block;
    margin: 0 auto 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #d1d1d1;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    cursor: pointer;
    transition: all 0.3s;
    transform: rotate(45deg);
  }
  .right-flex.show .close-icon {
    transform: rotate(0);
  }
  .right-flex .to-top em {
    display: block;
    padding-top: 10px;
    color: #fff;
    text-align: center;
  }
  @media (min-width: 1025px) {
    .right-flex li:hover {
      width: 50px;
      /*background: var(--primary-color);*/
    }
    .right-flex li.one:hover {
      width: 90px;
      background-color: var(--primary-color);
    }
    .right-flex li.four:hover .ico,
    .right-flex li.li-three:hover .ico,
    .right-flex li.two:hover .ico,
    .right-flex li:hover .ico {
      right: 0;
      left: auto;
    }
    .right-flex li.two:hover {
      /*margin-right: 0;*/
      width: 50px;
    }
    .right-flex li.three:hover {
      margin-right: 0;
      width: 140px;
    }
    .right-flex li.four:hover {
      margin-right: 0;
      width: 155px;
    }
    .right-flex li.li-three:hover p,
    .right-flex li.two:hover p {
      padding: 0 20px;
    }
    .right-flex li.four:hover p:last-child {
      padding: 0 53px 0 0;
    }
    .right-flex li.four:hover p:last-child img {
      border: 3px solid var(--primary-color);
      border-radius: 8px;
    }
  }
  @media (max-width: 1100px) {
    /* .right-flex .four,
    .right-flex .right-close,
    .right-flex .two,
    .right-flex li.one {
      display: none !important;
    } */
  }
  @media (max-width: 767px) {
    .right-flex,
    .right-flex li {
      width: 40px;
      height: 40px;
    }
    .right-flex li .ico {
      width: 40px;
      height: 40px;
      line-height: 40px;
    }
    .right-flex .to-top em {
      margin-top: 0;
      font-size: 12px;
      line-height: 30px;
    }
    .right-flex {
      top: 100%;
    }
    .right-flex li.two{
      margin-right: -160px;
    }
  }
  .app-kfbt {
    display: none;
    height: 48px;
  }
  .app-kf {
    position: fixed;
    z-index: 99;
    overflow: hidden;
  }
  .app-kf,
  .kufuul {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
  }
  .kufuul {
    position: absolute;
    display: inline-block;
    padding: 2px 0;
  }
  .kefu li,
  .kufuul {
    text-align: center;
  }
  .kefu li {
    float: left;
    width: 50%;
    height: 50px;
    color: #fff;
    line-height: 50px;
    transition: all 0.4s;
  }
  .kefu li a em {
    display: inline-block;
    margin-right: 10px;
    vertical-align: -2px;
    font-size: 20px;
  }
  .kf-dh,
  .kf-zx {
    display: block;
    width: 100%;
    height: 100%;
    background: #a7afb9;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 50px;
  }
  .kf-dh {
    background: #17c32f;
  }
  