             * {
    margin: 0;
    padding: 0;
}

/*@font-face {*/
/*    font-family: 'MR';*/
/*    src: url('/assets/font/Montserrat-Regular.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*}*/

/*@font-face {*/
/*    font-family: 'MRB';*/
/*    src: url('/assets/font/Montserrat-Bold.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*}*/
@font-face {
    font-family: 'lato';
    src: url('/assets/font/Lato-Regular.ttf') format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'latob';
    src: url('/assets/font/Lato-Bold.ttf') format('truetype');
    font-weight: normal;
}
a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    /*color: inherit;*/
}

header{
    z-index: 99;
}
.head-logo{
    position: fixed;
}
.head-logo1{
    max-width: 141px !important;
}
.head-logo2{
    display: none;
    max-width: 141px !important;
}
.c80 {
    width: 81%;
    margin: auto;
}

.w50 {
    width: 50%;
    position: relative;
}

body {
    width: 100%;
    font-family: 'Lato', 'LatoB';
}


.sw1 {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-top: 0 !important;
}

.sw1 .swiper-slide img {
    width: 100%;
    height: 100%;
}

.sw1 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;

}


.fade-up {
    opacity: 1;
    transform: translateY(0);
}


.swiper-pagination-bullet-active {
    width: 40px;
    height: 10px;
    background: rgba(249, 249, 249, 0.61);
    position: relative;
    margin: 0 5px;
    border-radius: 5px;
    overflow: hidden;
}

.swiper-pagination-bullet {
    background: rgba(249, 249, 249, 0.61);
    opacity: 0.61;

}

.swiper-pagination-bullet .progress-bar {
    height: 100%;
    width: 0;
    background-color: white;
    transition: width 0.1s linear;
    position: absolute;
    left: 0;
}

.swiper-pagination {
    width: 10% !important;
    left: 45% !important;
    background: none !important;
    bottom: 10% !important;
}

.index-tit {
    position: absolute;
    left: 10%;
    top: 40%;
    z-index: 10;
}

.index-p1 {
    font-weight: 700;
    color: white;
    font-size: 64px;
    line-height: 72px;
    font-family: 'LatoB';
}

.index-p2 {
    font-size: 24px;
    font-weight: 400;
    color: white;
    text-decoration: underline
}

.index-tit-a {
    margin-top: 5%;
    display: flex;
}

#index-p3 {
    border-radius: 47px;
    padding: 12px 17px;
    color: white;
    background-color: black;
    margin-right: 15px;
    transition: all 0.3s ease;
}

#index-p3:hover {
    background-color: white;
    color: black;
}

#index-p4 {
    border-radius: 47px;
    padding: 12px 17px;
    color: black;
    background-color: white;
    transition: all 0.3s ease;
}

#index-p4:hover {
    background-color: black;
    color: white;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none;
}

.swiper-button-prev {
    left: 2%;
}

.swiper-button-next {
    right: 2%;
}

.index-start {
    background-color: #f1eee9;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
    /* margin-top: -30px; */
    padding-top: 5%;
    padding-bottom: 5%;
    z-index: 20;
}

#svg1 {
    position: absolute;
    top: 20%;
    left: 0;
    z-index: 30;
}

.index-p5 {
    font-size: 20px;
    color: #333;
}

.index-p6 {
    font-size: 141px;
    line-height: 160px;
    color: #ef7517;
    font-weight: 800;
    position: relative;
}

.index-p6 span {
    font-size: 62px;
    color: #ef7517;
    position: absolute;
    top: 0;
    line-height: 64px;

}

.in-start-cont {
    width: 73%;
    margin: auto;
    margin-left: 10% !important;
}

#index-p7 {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    margin-top: 25%;
    font-family: 'LATOB';
}

#index-p8 {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    color: #666;
    width: 100%;
    margin-top: 5%;
    margin-bottom: 5%;
}

#index-p8 img{
   margin-right: 20px;
}
.in-lm {
    border-radius: 47px;
    padding: 12px 17px;
    color: white;
    background-color: black;
    transition: all 0.3s ease;
    z-index: 60;
    position: relative;
    font-weight: 700;
    font-size: 16px;
}

.in-lm img {
    padding-left: 15px;
}

.in-lm:hover {
    background-color: white;
    color: black;
}

.in-lm:hover img {
    filter: invert(1);
}

#index-p9 {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    font-family: 'LATOB';
}

#index-p10 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #333;
    padding-bottom: 5%;
}

.in-prolist {
    margin-top: 5%;
}

.sw2 {
    width: 100%;
    overflow: hidden;
    margin-top: 5%;
}

.sw2 img {
    width: 100%;
    border-radius: 11px;
    margin-bottom: 15px;
}

.index-pro-tit {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-bottom: 0;
    font-family: 'LATOB';
}

.index-pro-a {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    width: 67px;
    transition: all 0.3s ease;
    position: relative;
}

.sw2 .swiper-slide:hover .index-pro-a {
    color: black;
}

.index-pro-a::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: all 0.7s ease;
    /* max-width: 67px; */
}

.sw2 .swiper-slide:hover .index-pro-a::before {
    width: 100%;
    transition: all 0.3s ease;
}

.index-create {
    margin-top: 5%;
}

#index-p11 {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    margin-bottom: 2%;
    font-family: 'LATOB';
}

.index-cr-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.cr-flex {
    position: relative;
    overflow: hidden;
}

#in-cr-img {
    width: 100%;
}

.cr-flex1 {
    width: 25%;
    height: 50%;
    padding: 8px;
}

.cr-flex2 {
    width: 50%;
    height: 50%;
    padding: 8px;
}

.cr-flex2>div {
    width: 100%;
    height: 100%;
    position: relative;
}

.cr-flex2-2 {
    margin-top: 5.6%;
}

.in-cr-p1 {
    position: absolute;
    top: 5%;
    left: 10%;
    color: white;
    font-size: 32px;
    font-weight: 700;
    font-family: 'LATOB';
}

.in-cr-p2 {
    position: absolute;
    top: 5%;
    left: 5%;
    color: white;
    font-size: 32px;
    font-weight: 700;
    font-family: 'LATOB';
}

#in-cr-img2 {
    position: absolute;
    bottom: 5%;
    right: 8%;
}

.cr-flex3 {
    width: 33.3%;
    padding: 8px;
}

.cr-flex4 {
    border: 1px solid #f4f4f4;
    width: 32%;
    border-radius: 11px;
    padding: 0;
    margin: 1%;
    margin-right: 0;
}

#in-cr-p7 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    color: #333;
    width: 80%;
    margin: auto;
    margin-top: 5%;
}

.index-gl {
    position: relative;
}

.index-gl img {
    width: 100%;
}
.index-gl-cont{
    position: absolute;
    top: 15%;
    text-align: center;
    width: 100%;
}

#in-gl-p1 {
    font-size: 64px;
    font-weight: 800;
    color: white;
    font-family: 'LATOB';
    text-align: center;
    width: 100%;
}

#in-gl-p2 {
    font-size: 16px;
    font-weight: 500;
    color: white;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    width: 50%;
}

#in-gl-p3 {
    font-size: 16px;
    font-weight: 500;
    color: white;
    
    text-align: center;
    width: 100%;
}

.index-gl {
    margin-top: 5%;
}
.index-gl-cont2{
    position: absolute;
    bottom: 15%;
    display: flex;
    width: 81%;
    left: 9.5%;
}
.gl-1 {
    /*position: absolute;*/
    /*top: 30%;*/
    /*left: 10%;*/
    width: 23.5%;
    margin-right: 2%;
    padding: 40px;
    border-radius: 12px;
backdrop-filter: blur(45px);
background: rgba(255, 255, 255, 0.05);
}

.gl-p1 {
    font-size: 16px;
    line-height: 16px;
    color: white;
}

.gl-p1 span {
    
    font-size: 48px;
    font-weight: 800;
    color: white;
    position: relative;
    margin-bottom: 0;
    font-family: 'LATOB';
}

.gl-p2 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 8%;
    margin-top: 5%;
    color: white;
}

.gl-p3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: rgba(255, 255, 2559, 0.7);
}

.gl-2 {
    /*position: absolute;*/
    /*top: 30%;*/
    /*right: 10%;*/
    margin-right: 2%;
    width: 23.5%;
    padding: 40px;
    border-radius: 12px;
backdrop-filter: blur(45px);
background: rgba(255, 255, 255, 0.05);
}

.gl-3 {
    /*position: absolute;*/
    /*top: 60%;*/
    /*left: 10%;*/
    margin-right: 2%;
    width: 23.5%;
    padding: 40px;
    border-radius: 12px;
backdrop-filter: blur(45px);
background: rgba(255, 255, 255, 0.05);
}

.gl-4 {
    /*position: absolute;*/
    /*top: 60%;*/
    /*right: 10%;*/
    margin-right: 2%;
    width: 23.5%;
    padding: 40px;
    border-radius: 12px;
backdrop-filter: blur(45px);
background: rgba(255, 255, 255, 0.05);
}

.index-team {
    margin-top: 5%;
}

.team-img1 {
    width: 100%;
}

.team-p1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 800;
    color: #333;
    text-align: center;
    margin-top: 5%;
    /*margin-bottom: 10%;*/
    font-family: 'LATOB';
}

.team-p2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    width: 80%;
    margin-top: 10%;
}

.sw3 .swiper-slide:nth-of-type(1) {
    margin-left: 10%;
}

.sw3 {
    background-color: #F1EEE9;
    padding-top: 5%;
    padding-bottom: 8%;
    position: relative;
    margin-top: 5%;
}

#in-new-p1 {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    margin-left: 10%;
    margin-bottom: 5%;
    font-family: 'LATOB';
}

.in-new-ch {
    display: flex;
    position: absolute;
    right: 10%;
    top: 11%;
}

.news-tab {
    font-size: 14px;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 500;
    height: 14px;
    cursor: pointer;
}

.exhibitions-tab {
    font-size: 14px;
    height: 14px;
    color: rgba(51, 51, 51, 0.5);
    font-weight: 500;
    cursor: pointer;
    margin-right: 30px;
}

.in-new-ch p.active {
    text-decoration: underline;
    color: #333;

}

.index-message {
    margin-top: 5%;
}

#in-me-p1 {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    font-family: 'LATOB';
    margin-bottom: 2%;
}

#in-me-p2 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #333;
    width: 60%;
    margin-bottom: 2%;
}

.in-inout-cont {
    justify-content: space-between;
    width: 100%;
}

.in-input1 {
    width: 31.33%;
    padding: 2% 3%;
    box-sizing: border-box;
    border: none;
    background-color: #f7f7f7;
    outline: none;
    margin-right: 3%;
    border-radius: 6px;
}

.in-input-cont .in-input1:last-of-type {
    margin-right: 0%;
}

.in-input2 {
    width: 100%;
    border: none;
    outline: none;
    padding: 2% 3%;
    background-color: #f7f7f7;
    margin-top: 2%;
    resize: none;
    min-height: 15%;
    border-radius: 6px;
    min-height: 150px;
}

.in-input-cont2 {
    display: flex;
}

.in-me-su {
    padding: 17PX 76px;
    cursor: pointer;
    border: none;
    outline: none;
    margin-top: 2%;
}

.index-ori {
    margin-top: 5%;
    position: relative;
    line-height: 0;
}

.in-ori-img1 {
    /*width: 100%;*/
    border-radius: 48px 48px 0 0;
}

.in-ori-cont {
    position: absolute;
    top: 40%;
    left: 10%;
    padding-bottom: 5%;
}

.in-ori-p1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 800;
    color: white;
    font-family: 'LATOB';
}

.in-ori-p2 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: white;
    width: 47%;
    margin-top: 1%;
}

.in-ori-a {
    position: absolute;
    right: 1%;
    bottom: 0;
    background-color: white;
    color: #333;
    font-size: 14px;
    padding: 17px 32px;
    font-family: 'LATOB';
}

.in-ori-a img {
    filter: invert(1);
    transition: all 0.3s ease;
}

.in-ori-a:hover {
    background-color: black;
    color: white;
}

.in-ori-a:hover img {
    filter: invert(0);
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

#ab-p1 {
    position: absolute;
    bottom: 5%;
    left: 40px;
    font-weight: 800;
    font-size: 64px;
    color: white;
    font-family: 'LATOB';
}

.ab-mbx {
    position: absolute;
    top: 18%;
    left: 48px;
    font-weight: 500;
    font-size: 16px;
    color: white;
    z-index: 70;
}
.ab-mbx a{
    font-weight: 500;
    font-size: 16px;
    color: white;
    z-index: 70;
}
.ab-mbx a:hover{
    color: white;
}

.ab-gl {
    margin-top: 5%;
}

#ab-p2 {
    font-size: 48px;
    font-weight: 700;
    font-family: 'LATOB';
}

#ab-p3 {
    font-size: 48px;
    font-weight: 700;
    font-family: 'LATOB';
}

#ab-p4 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #333;
}

.ab-bg1 {
    width: 100%;
    margin-top: 5%;
}

#ab-p5 {
    font-size: 48px;
    font-weight: 700;
    color: #333;
    font-family: 'LATOB';
}

.ab-na {
    text-align: center;
    margin-top: 5%;
}

.ab-na .row img {
    width: 100%;
}

#ab-p6 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #333;
    width: 50%;
    margin: auto;
    margin-top: 1%;
}

.ab-na-cont1 {
    display: flex;
    flex-wrap: wrap;
}

.ab-na-c1 {
    text-align: left;
    width: 50%;
    margin-top: 15%;
}

.ab-na-c1 h2 {
    font-size: 16px;
    color: #e96519;
    line-height: 48PX;
}

.ab-na-c1 span {
    
    font-size: 48px;
    font-weight: 800;
    color: #e96519;
    font-family: 'LATOB';
}

.gl-na-hz {
    display: flex;
    width: 100%;
    margin-top: 5%;
    gap:24px;
}
.gl-na-hz img{
    width: 100%;
}

.gl-na-hz a {
    margin-right: 0%;
    width:33%;
}

.gl-na-hz a:last-of-type {
    margin-right: 0;
}

.ab-bg-2 {
    width: 100%;
    margin-top: 5%;
}

.ab-bg2 img {
    width: 100%;
}

.ab-bg2 {
    position: relative;
    text-align: center;
}

.ab-bg2 h3 {
    font-weight: 800;
    font-size: 48px;
    line-height: 56px;
    position: absolute;
    bottom: 8%;
    color: white;
    width: 100%;
    font-family: 'LATOB';
}

.ab-qu {
    margin-top: 5%;
}

.ab-qu-img {
    width: 100%;
}

.ab-qu-a {
    background-color: #C69635;
    color: white;
    padding: 12px 27px;
    margin-left: 10%;
    margin-top: 8%;
}

.ab-qu1 {
    font-weight: 600;
    font-size: 36px;
    margin-left: 10%;
    margin-top: 10%;
    font-family: 'LATOB';
}

.ab-qu2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    margin-left: 10%;
    margin-top: 5%;
    margin-bottom: 10%;
    width: 77%;
}

.ab-qu .row {
    margin-top: 3%;
}

.ab-bg3 {
    width: 100%;
    position: relative;
    margin-top: 5%;
}

.ab-bg3 img {
    width: 100%;
}

.ab-bg3-tit {
    position: absolute;
    left: 10%;
    top: 20%;
}

.ab-bg3-tit h1 {
    font-size: 147px;
    font-weight: 800;
    color: white;
    font-family: 'LATOB';
}

.ab-bg3-tit span {
    font-size: 65px;
    font-weight: 800;
}

.ab-bg3-tit h2 {
    font-size: 72px;
    font-weight: 800;
    line-height: 80px;
    color: white;
    font-family: 'LATOB';
}

#ab-p7 {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: white;
    width: 42%;
}

.prolist1 {
    width: 100%;
    margin-top: 5%;
}

#pl-p2 {
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    color: #333;
    font-family: 'LATOB';
}

#pl-p3 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #333;
    width: 52%;
    margin: auto;
    text-align: center;
    margin-top: 2%;
}

.product1 {
    background-color: #f1eee9;
    border-radius: 20px;
    display: flex;
    padding: 3.5%;
    align-items: center;
    position: relative;
    margin-top: 5%;
}

.product1-js {
    width: 43%;
    margin-left: 5%;
}

.product1-js h3 {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    margin-top: 5%;
    font-family: 'LATOB';
}

.product1-js p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #333;
    margin-top: 5%;
}

.product1 a {
    padding: 64px 32px;
    background-color: white;
    display: inline-block;
    position: absolute;
    right: 5%;
    top: 35%;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.product1 a img {
    width: 9px;
    height: 9px;
    transition: all 0.3s ease;
}

.product1 a:hover {
    background-color: #333;
    color: white;
}

.product1 a:hover img {
    filter: invert(1);
}

.pro-bg1 {
    margin-top: 5%;
    position: relative;
}

.pro-bg1 img {
    width: 100%;
}

.pro-bg1 h2 {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 25%;
    font-size: 67px;
    line-height: 78px;
    font-weight: 700;
    color: white;
    font-family: 'LATOB';
}

.prolist2 {
    display: flex;
    flex-wrap: wrap;
}

.product2 {
    width: 32%;
    margin-right: 2%;
    text-align: center;
    position: relative;
    margin-top: 5%;
    transition: all 0.3s ease;
}

.product2:nth-of-type(3n) {
    margin-right: 0;
}

.product2 h3 {
    position: absolute;
    bottom: 5%;
    width: 100%;
    font-size: 36px;
    font-weight: 800;
    color: #333;
    transition: all 0.3s ease;
    font-family: 'LATOB';
}

.pro-img-2 {
    display: none;
    transition: all 0.3s ease;
    width: 100%;
}

.pro-img-1 {
    transition: all 0.3s ease;
    width: 100%;
}

.product2:hover .pro-img-1 {
    display: none;
}

.product2:hover .pro-img-2 {
    display: block;
}

.product2:hover h3 {
    bottom: 15%;
    color: white;
}

.product2-a {
    position: absolute;
    color: #333;
    background-color: white;
    bottom: 5%;
    width: 40%;
    left: 30%;
    transition: all 0.3s ease;
    transform: translateY(30px);
    opacity: 0;

}

.product2-a img {
    filter: invert(1);
}

.product2:hover .product2-a {
    opacity: 1;
    transform: translateY(0);
}

.pro-qu {
    margin-top: 5%;
}

.pro-qu h2,
.pro-download h2 {
    font-weight: 800;
    font-size: 36px;
    color: #333;
    text-align: center;
    font-family: 'LATOB';
}

.faq-container {
    width: 100%;
    margin-top: 2%;
}

.faq-item {
    background-color: #f4f4f4;
    margin-bottom: 1%;
    border-radius: 5px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}

.faq-question {
    padding: 2.1%;
    padding-bottom: 28px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
}

.faq-question::after {
    content: "+";
    font-size: 20px;
    position: absolute;
    right: 20px;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
    content: "-";
    /* transform: rotate(180deg); */
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 2.1%;
    background-color: #f1f1f1;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 800px;
    padding: 0 2.1%;
    padding-bottom: 1%;
}

.faq-answer span {
    color: #c69635;
}

.pro-download{
    margin-top: 3%;
    margin-bottom: 5%;
}

.pro-down {
    border-radius: 12px;
    border: 2px solid rgb(231, 231, 231);
    padding: 36px 3.1%;
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 3%;
}

.pro-down h3 {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-left: 5%;
}

.pro-down a {
    background-color: #278D3B;
    color: white;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 32px;
    gap: 12px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 162px;
    position: absolute;
    right: 5%;
    transition: all 0.3s ease;
}

.pro-down img {
    transition: all 0.3s ease;
}

.pro-down a:hover {
    background-color: white;
    color: black;
    border: 1px solid #278D3B;
}

.pro-down a:hover img {
    filter: invert(1);
}

.product-js {
    margin-top: 5%;
    position: relative;
}

.product-js img {
    width: 100%;
}

.pro-js-p1 {
    font-weight: 800;
    font-size: 36px;
    color: #333;
    padding-top: 10%;
}

.pro-js-p2 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10%;
    width: 90%;
    margin-top: 1%;
}

.pro-js-p3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.pro-js-p4 {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    color: #333;
}

.pro-xq {
    /*text-align: center;*/
    border-radius: 24px;
    padding-top: 5%;
    margin-top: 5%;
    background-color: #f1eee9;
    padding-bottom: 5%;
}
.pro-xq-p1{
    text-align: center;
    display: none;
}
.pro-xq-fwb {
    width: 57%;
    margin: auto;
    /*margin-top: 5%;*/
}

.pro-xq-fwb img {
    width: 100%;
}

.product-bg {
    margin-top: 5%;
    position: relative;
    margin-bottom: 5%;
}

.product-bg img {
    width: 100%;
}
.qu-cont1{
    position: absolute;
    top: 15%;
    left: 15%;
    width: 70%;
    text-align: center;
}
.product-bg h2 {
    font-weight: 700;
    font-size: 48px;
    width: 100%;
    text-align: center;
    
    color: white;
}

.product-bg h3 {
    
    width: 100%;
    text-align: center;
    
    color: white;
    font-size: 36px;
    font-weight: 600;
    margin-top: 30px;
}

.product-bg-a img {
    width: auto;
    filter: invert(1);
    transition: all 0.3s ease;
}

.product-bg-a {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 27px;
    background-color: white;
    color: #333;
}

.product-bg-a:hover {
    background: #333;
    color: white;
}

.product-bg-a:hover img {
    filter: invert(0);
}

.qu-tit {
    margin-top: 5%;
    padding-bottom: 5%;
}

.qu-tit h3 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 700;
    font-family: 'LATOB';
}

.qu-tit p {
    width: 60%;
    float: right;
    font-weight: 500;
    font-size: 16px;
    line-height: 32px;
    margin-top: 2%;
    margin-bottom: 2%;
}

.qu-bg1 {
    margin-top: 5%;
    position: relative;
}

.qu-bg1 img {
    width: 100%;
}

.qu-bg1 h3 {
    font-size: 36px;
    line-height: 48px;
    font-weight: 800;
    font-family: 'LATOB';
    color: white;
    margin-bottom: 1%;
}

.qu-bg1 P {
    font-size: 16px;
    line-height: 32px;
    width: 52%;
    color: white;
    font-weight: 500;
}

.qu-bg1-cont {
    position: absolute;
    bottom: 8%;
    left: 3%;
}

#qu-p2 {
    font-weight: 700;
    font-family: 'LATOB';
    font-size: 48px;
    text-align: center;
    margin: auto;
}

.qu-qu h3 {
    width: 72%;
}

.qu-qu .row:nth-of-type(2n) .ab-qu1,
.qu-qu .row:nth-of-type(2n) .ab-qu2 {
    margin-left: 0;
}

.qu-bg2 {
    margin-top: 5%;
    position: relative;
}

.qu-bg2 img {
    width: 100%;
}

.qu-bg2-tit {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    color: white;
}

.qu-bg2-tit h3 {
    font-family: 'LATOB';
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
}

.qu-bg2-tit p {
    width: 65%;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    margin: auto;
    margin-top: 30px;
}

.qu-bg2-tit-cont {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5%;
}

.qu-bg2-tit-cont a {
    width: 23.6%;
    margin-right: 1.8%;
}

.qu-bg2-tit-cont a:nth-last-of-type(1) {
    margin-right: 0;
}

.qu-bg2-tit-cont a img {
    width: 100%;
}

#qu-p9 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 48px;
    color: #333;
    font-family: 'LATOB';
    margin-bottom: 30px;
}

.sus-cont1 {
    margin-top: 5%;
}

.sus-cont1 h3 {
    text-align: center;
    font-weight: 700;
    font-family: 'LATOB';
    font-size: 67px;
    line-height: 78px;
    color: #333;
    margin-bottom: 5%;
}

.sus-cont1 img {
    width: 100%;
}

.sus-tit1 {
    font-weight: 800;
    font-family: 'LATOB';
    font-size: 36px;
    line-height: 36px;
    color: #333;
}

.sus-tit2 {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    font-weight: 500;
}

.sus-bg2 {
    margin-top: 5%;
    position: relative;
}

.sus-bg3 {
    margin-top: 5%;
    position: relative;
}

.sus-bg2 img,
.sus-bg3 img {
    width: 100%;
}

.sus-bg2 h3 {
    position: absolute;
    left: 5%;
    top: 40%;
    font-size: 48px;
    line-height: 56px;
    color: white;
    font-weight: 700;
    font-family: 'LATOB';
}

.sus-bg3-cont {
    position: absolute;
    left: 10%;
    top: 30%;
}

.sus-bg3 h3 {

    font-size: 72px;
    line-height: 80px;
    color: white;
    font-weight: 700;
    font-family: 'LATOB';
}

.sus-bg3 p {
    width: 60%;
    color: white;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    margin-top: 2%;
}

.qu-bg3 {
    margin-top: 5%;
}

.qu-bg3 h1 {
    font-family: 'LATOB';
    font-weight: 800;
    font-size: 72px;
    line-height: 80px;
    margin-bottom: 30px;
}

.qu-bg3 .ab-bg3-tit {
    top: 30%;
}

.newlist1 {
    margin-top: 5%;
}

#new-2 {
    font-size: 36px;
    font-weight: 800;
    color: #333;
    font-family: 'LATOB';
}

.newslist-cont {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.news1 {
    margin-top: 5%;
    width: 32%;
    margin-right: 2%;
}

.news1:nth-of-type(3n) {
    margin-right: 0;
}

.news1 img {
    border-radius: 12px;
}

.news1:hover .index-pro-a {
    color: black;
}

.news1:hover .index-pro-a::before {
    width: 100%;
    transition: all 0.3s ease;
}

.news1-cont {
    margin-top: 5%;
}

.news1-cont span {
    font-size: 14px;
    font-weight: 500;
    color: #999;
}

.news1-cont p {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    color: #333;
    margin-top: 10px;
}

.new1 {
    display: none;
}

.new1.visible {
    display: block;
}

.new2 {
    display: none;
}

.new2.visible {
    display: block;
}

#loadMoreBtn,
#loadMoreBtn2 {
    width: 100%;
    margin-top: 5%;
    outline: none;
    border: 1px solid #dad9d8;
    padding: 2%;
    display: flex;
    justify-content: center;
}

#loadMoreBtn svg,
#loadMoreBtn2 svg {
    padding-left: 5px;
}

.newlist2 .sw1 {
    height: auto;
    position: relative;
}
.newlist2 .b51{
    border-radius: 15px;
}

#new-3 {
    margin-bottom: 5%;
    font-size: 36px;
    font-weight: 800;
    color: #333;
    font-family: 'LATOB';
}

.newlist2 {
    margin-top: 5%;
    margin-bottom: 5%;
}

.newlist2 .swiper-pagination {
    left: unset !important;
    right: 10% !important;
    bottom: 5% !important;
}

.new-pre {
    position: absolute;
    top: 5%;
    right: 2%;
    z-index: 70;
    width: 180px !important;
    height: 58px !important;
}

.new-sw1-cont {
    position: absolute;
    bottom: 10%;
    left: 2%;
    z-index: 70;
    width: 50%;
    color: white;
}
.new-sw1-cont a,
.new-sw1-cont a:hover{
    color: white;
}

.new-sw1-cont p {
    font-size: 36px;
    line-height: 48px;
    font-weight: 800;
    font-family: 'LATOB';
    color: white;
}

.new-sw1-cont span {
    font-size: 20px;
    line-height: 36px;
}

.p-small {
    color: white !important;
}

.breadcrumb {
    background-color: unset;
}




.new-xq {
    width: 40%;
    margin: auto;
    padding-top: 10%;
    margin-bottom: 5%;
}

.fwb {
    width: 100%;
    padding-top: 5%;
}

.new-xq span {
    font-size: 14px;
    font-weight: 500;
    color: #999;
}

.new-xq h3 {
    font-weight: 800;
    font-family: 'LATOB';
    font-size: 36px;
    line-height: 48px;
    color: #333;
}

.con-map {
    width: 81%;
    margin-top: 5%;
    margin-left: 9.5%;
}

.f-tz{
    width: 100%;
    text-align: right;
    margin-bottom: 2%;
}
.f-tz a{
    margin-left: 10px;
}
.fx{ 
    /*background: #26407f;*/
    position: fixed;
    right: 5px;
    top: 55%;

    z-index: 500;
}
    .fx div,
    .fx a{
    width: 100%;
    text-align: center;
    padding-bottom: 2px;
    
}
    
.fx-logo{
    position: absolute;
    left: 100px;
    top: -33px;
    transition: all 0.3s ease;
    background: #113462;
    /*padding: 20px;*/
}
.fx-wx:hover .fx-logo{
    display: block;
    
}
.trans{
    
    position: absolute;
    color: white;
    left: 100px;
    top: 0;
    transition: all 0.3s ease;
    white-space: nowrap;
    background: #113462;
    padding: 20px;
}
.fx-kf,
.fx-me{
    position: relative;
}
.fx-kf:hover .trans{
    display: block;
    left: -136px;
}
.fx-me:hover .trans{
    display: block;
    left: -145px;
}
.fx-wx:hover .fx-logo{
    display: block;
    left: -133px;
}
.fx.hidden{
    display: none;
}
.fx img{
    width: 40px;
    height: 40px;
}
#flyout3{
    padding: 16PX;
    width: 100%;;
}
#flyout3 a{
    text-decoration: none !important;
}
#flyout3 a:hover{
    border: none !important;
}
.fx-kf,
.fx-me{
    /*display: inline-block;*/
    position: relative;
    cursor: pointer;
}
.kf-img2 {
            position: absolute;
            top: -8px;
            right: -300px;  
            transition: all 0.3s ease;
            width: auto !important;
        }
.kf-img3{
    
}
.fx-kf:hover .kf-img2,
.fx-me:hover .kf-img2{
            right: 47px;  
        }
.fx-wx{
    cursor: pointer;
}

.fx-tc {
    display: none;  
    justify-content: center; 
    align-items: center; 
    position: fixed;
    text-align: center;
    top: 50%; 
    left: 50%;  
    width: 42%;
    height: 65%;
    z-index: 9999;
    transform: translate(-50%, -50%); 
    border-radius: 19px;
}

        .fx-tc-cont {
            width: 100%;
            background-color: white;
            position: relative;
            padding: 5%;
            box-sizing: border-box;
            border-radius: 19px;
        }

        .close {
            position: absolute;
            top: 10px;
            right: 10px;
            font-size: 24px;
            color: #000;
            cursor: pointer;
        }
.fx-tc-cont h3{
    font-weight: 800;
    font-family: 'LATOB';
    font-size: 36px;
    color: #333;
}
.fx-tc .in-input1,
.fx-tc .in-input2{
    width: 100%;
    margin-top: 20px;
    padding: 3% 5%;
}
.fx-tc .in-input-cont2{
    flex-wrap: wrap;
}
.close{
    opacity: 1 !important;
}
.close:hover{
    opacity: 1 !important;
}

.fx-tc2 {
    display: none;  
    justify-content: center; 
    align-items: center; 
    position: fixed;
    text-align: center;
    top: 50%; 
    left: 50%;  
    width: 42%;
    height: 30%;
    z-index: 100;
    transform: translate(-50%, -50%); 
    border-radius: 19px;
}
.fx-tc-cont2 {
            width: 100%;
            background-color: white;
            position: relative;
            padding: 5%;
            box-sizing: border-box;
            border-radius: 19px;
            display: flex;
        }
.fx-tc-cont2 .in-input1{
    width: 90%;
}        
.fx-tc-cont2 .search-button-icon{
    background: #333;
    width: 10%;
}
.qbtc{
    width: 80%;
    gap:20px;
}
.qbtc a{
    width: 33% !important;
}
@media(min-width:1921px){
    .in-ori-img1{
        width: 100%;
    }
    .ab-mbx{
        top: 10%;
        font-size: 32px;
    }
    .ab-mbx a{
        font-size: 32px;
    }
    .news1 img{
        width: 100%;;
    }
    .sw1 .swiper-slide a{
        width: 100%;
    }
    .banner-video{
        /*height: 100%;*/
        width: 100%;
    }
}
@media(min-width:2561px){
    #in-me-p1{
        font-size: 56px;
    }
    #in-me-p2{
        font-size: 32px;
    }
    .in-input1{
        font-size: 32px;
    }
    .in-input2{
        font-size: 32px;
    }
    .in-lm{
        font-size: 32PX;
    }
    .news1-cont span{
        font-size: 28px;
    }
    .news1-cont p{
        font-size: 36px;
        margin-bottom: 15px;
    }
    .index-pro-a{
        font-size: 28px;
    }
    #loadMoreBtn, #loadMoreBtn2{
        font-size: 32px;
    }
    
    
}

/* 初始状态，菜单不显示 */
.main-nav2 {
    position: fixed;
    left: -250px; /* 初始状态隐藏在左侧 */
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #333;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    transition: left 0.3s ease;
}

/* 菜单展开时 */
.main-nav2.open {
    left: 0; /* 菜单展开时，恢复位置 */
}

/* 菜单项 */
.main-nav-item {
    list-style: none;
}

.main-nav-item a {
    color: white;
    text-decoration: none;
    padding: 10px;
    display: block;
}

/* 触发按钮样式 */
button[aria-label="Toggle mobile menu"] {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

@media(max-width:1920px){
    .news1 img{
        width: 100%;
    }
}
@media(max-width:1400px){
    .in-ori-img1{
        width: 100%;
    }
    .in-1{
        padding-left: 3%;
    }
    #svg1{
        width: 100%;
        top: 0;
    }
    .index-p6{
        font-size: 64px;
        line-height: 80px;
    }
    .index-p5{
        font-size: 14px;
    }
    .index-p6 span{
        font-size: 24px;
    }
    .ab-bg3-tit{
        top: 10%;
    }
    .qu-bg2-tit{
        top: 20%;
    }
    .product1-js{
        width: 40%;
    }
    .product1 img{
        width: 30%;
    }
    .product2:hover h3 {
    bottom: 25%;
    color: white;
    }
    .product2-a{
        width: 50%;
    }
    .product2:hover .product2-a{
        width: 50%;
        /*transform: translateX(-50%);*/
        left: 25%;
    }
    #pl-p3{
        width: 70%;
    }
    #ab-p2,#ab-p3{
        font-size: 36px;
    }
    #ab-p6{
        width: 70%;
    }
    .ab-s1{
        width: 40%;
    }
    .ab-s2{
        width: 60%;
    }
    .ab-s2 img{
        width: 100%;
    }
    .gl-na-hz img{
        width: 100%;
    }
    .index-gl-cont{
        top: 10%;
    }
    .index-gl-cont2 div{
        padding-top: 20px;
        padding-left: 20px;
    }
    .pro-down h3{
        font-size: 16px;
        width: 70%;
    }
}
@media(max-width:1200px){
    .in-ori-cont{
        top: 20%;
    }
    .index-gl-cont2{
        flex-wrap: wrap;
    }
    .gl-1 ,.gl-2, .gl-3, .gl-4{
        width: 49%;
        padding: 0;
        padding-top: 20px;
        padding-left: 20px;
        margin-bottom: 5px;
    }
    .index-gl-cont2{
        bottom: 0;
    }
    
    .gl-p2{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .index-gl-cont2 div:nth-of-type(2n){
        margin-right: 0;
    }
    .new-xq{
        width: 50%;
    }
    .product1{
        flex-wrap: wrap;
    }
    .ab-na-c1{
        text-align: center;
    }
    .ab-s2{
        margin-top: 3%;
    }
    .ab-bg3-tit h1{
        font-size: 64px;
    }
    .ab-bg3-tit span{
        font-size: 32px;
    }
    .ab-bg3-tit h2{
        font-size: 48px;
        line-height: 56px;
    }
    #in-cr-p7{
        font-size: 12px;
        line-height: 16px;
    }
    .in-cr-p1{
        font-size: 24px;
    }
    #in-cr-img2{
        bottom: 10%;
    }
}

.dh-2{
    display: none;
}
@media(max-width:1055px){
    .flyout{
        display: none;
    }
    .opentc2{
        display: none;
    }
    .main-nav-item{
        text-align: center;
    }
    #flyout3{
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.main-nav2{
    gap: 8px;
}
}
.col-sm-4{
    width: 100%;
    flex: 1 0 0;
}

@media(max-width:992px){
    .qbtc{
        width: 90%;
    }
    .sus-bg3-cont{
        top: 10%;
    }
    .pro-down a span{
        display: none;
    }
    .col-sm-4{
        width: 100%;
        flex: 0 0 auto;
    }
    #index-p11{
        font-size: 24px;
        line-height: 28px;
    }
    .in-ori-p1{
        font-size: 20px;
        line-height: 28px;
    }
    .in-ori-p2{
        font-size: 12px;
        line-height: 16px;
        width: 60%;
    }
    .ab-s1{
        width: 100%;
    }
    .ab-s2{
        width: 100%;
    }
    .gl-p1 span{
        font-size: 20px;
    }
    .gl-p1{
        font-size: 12px;
    }
    .gl-p2{
        font-size: 12px;
        margin-bottom: 10px;
    }
    .gl-p3{
        font-size: 12px;
        line-height: 16px;
    }
    .index-gl-cont{
        top: 5%;
    }
    #in-gl-p1{
        font-size: 20px;
    }
    #in-gl-p2{
        font-size: 12px;
        margin-top: 20px;
    }
    .in-1{
        padding-left: 0;
        width: 100%;
    }
    #index-p8{
        width: 100%;
    }
    #index-p7{
        margin-top: 0;
    }
    .in-2{
        width: 50%;
    }
    .swiper-pagination{
        display: none; 
    }
    #ab-p7{
        width: 60%;
    }
    #pl-p2{
        font-size: 36px;
    }
    #pl-p3{
        font-size: 14px;
        line-height: 24px;
    }
    #ab-p1{
        font-size: 48px;
    }
    .qu-bg2-tit-cont a{
        width: 49%;
        margin-right: 2%;
        margin-top: 2%;
    }
    .qu-bg2-tit-cont a:nth-of-type(2n){
        margin-right: 0;
    }
    
   
    #in-me-p2{
        width: 100%;
    }
    .in-input-cont2{
        flex-wrap: wrap;
    }
    .in-input1{
        width: 100%;
        margin-top: 1.5%;
    }
    
    .sus-bg3 p{
        width: 70%;
    }
    .news1{
        width: 49%;
    }
    .news1:nth-of-type(3n){
        margin-right: 2%;
    }
    .news1:nth-of-type(2n){
        margin-right: 0;
    }
    .news1-cont p{
        font-size: 18px;
        line-height: 24px;
    }
    .new-xq{
        width: 60%;
        padding-top: 15%;
    }
    .ab-mbx{
        top: 25%;
    }
    .sus-cont1 h3{
        font-size: 48px;
        line-height: 56px;
    }
    .ab-qu1,
    .ab-qu2{
        
        margin-top: 3%;
    }
    .ab-qu2{
        width: 88%;
    }
    .sus-bg2 h3{
        font-size: 24px;
        line-height: 36px;
    }
    .qu-tit h3{
        font-size: 36px;
        line-height: 48px;
    }
    .qu-tit p{
        width: 70%;
    }
    .qu-bg1 h3{
        font-size: 24PX;
        line-height: 36px;
    }
    .qu-bg1 P{
        font-size: 14px;
        line-height: 16px;
    }
    .qu-qu h3{
        width: 100%;
        font-size: 24px;
    }
    .qu-bg2-tit{
        top: 10%;
    }
   
  
    .qu-bg2-tit h3{
        font-size: 36px;
        line-height: 48px;
    }
    .qu-bg2-tit p{
        width: 90%;
    }
    .product1 img{
        width: 100%;
        max-width: 100% !important;
    }
    .product1-js{
        width: 100%;
    }
    .product1 a{
        position: relative;
        padding: 5% 2%;
        width: 40%;
        left: 30%;
        text-align: center;
        margin-top: 20px;
    }
    .pro-bg1 h2{
        font-size: 48px;
        line-height: 56px;
    }
    .product2{
        width: 49%;
        margin-right: 2%;
    }
    .product2:nth-of-type(3n){
        margin-right: 2%;
    }
    .product2:nth-of-type(2n){
        margin-right: 0;
    }
    .product2:hover h3{
        bottom: 20%;
    }
    .ab-bg2 h3{
        font-size: 36px;
        line-height: 48px;
    }
    .ab-sp1 .ab-qu1{
        font-size: 24px;
    }
    .ab-sp1 .ab-qu2{
        font-size: 14px;
        line-height: 24px;
    }
}
.qu-dh2{
    display: none;
}
.ab-2{
    display: none;
}
.b72{
    display: none;
}
@media(max-width:768px){
    .pro-down h3{
        width: 60%;
    }
    #in-new-p1{
        font-size: 24px;
        line-height: 28px;
    }
    .head-logo{
        position: relative;
        display: block;
    }
    .in-ori-a{
        bottom: -50px;
    }
    #ab-p5{
        font-size: 20px;
        line-height: 28px;
    }
    #ab-p6{
        width: 100%;
        font-size: 12px;
        line-height: 16px;
    }
    .index-gl-cont2{
        bottom: 30%;
    }
    .b71{
        display: none;
    }
    .b72{
        display: block;
    }
    .in-cr-p2{
        font-size: 24px;
    }
    .cr-flex1{
        width: 50%;
    }
    .cr-flex2{
        width: 100%;
    }
    .cr-flex2-2{
        margin-top: 20px;
    }
    .cr-flex3{
        width: 100%;
    }
    #in-cr-p7{
        font-size: 20px;
        line-height: 28px;
    }
    .index-p1{
        font-size: 32px;
        line-height: 48px;
    }
   #ab-p7{
       width: 90%;
   }
   .ab-bg3-tit{
       top: 5%;
   }
   .ab-bg3-tit h2{
       line-height: 48px;
   }
    .ab-sp1 a{
        display: flex;
        margin: auto;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-bottom: 40px;
    }
    .ab-qu2{
        margin-bottom: 20px;
    }
    .ab-1{
        display: none;
    }
    .ab-2{
        display: block;
    }
    .sus-bg3-cont{
        top: 10%;
    }
    .sus-bg3 h3{
        font-size: 48px;
        line-height: 56px;
    }
    .sus-bg3 p{
        width: 90%;
    }
    .fx-tc{
        width: 90%;
    }
    .new-pre{
        width: 90px !important;
        height: 29px !important;
    }
    .new-sw1-cont{
        width: 100%;
        bottom: 5%;
    }
    .new-sw1-cont p{
        font-size: 24px;
        line-height: 36px;
    }
    .new-sw1-cont span{
        font-size: 16px;
        line-height: 18px;
    }
    #new-2{
        font-size: 24px;
        line-height: 36px;
    }
    .new-xq{
        width: 70%;
        padding-top: 20%;
    }
    .dh-1{
        display: none;
    }
    .dh-2{
        display: block;
    }
    .sus-cont1 h3{
        font-size: 36px;
        line-height: 48px;
    }
    .qu-tit h3{
        font-size: 36px;
        line-height: 48px;
    }
    .qu-tit p{
        width: 100%;
        float: left;
    }
    .qu-bg1 P{ 
        width: 90%;
    }
    .qu-bg1 h3{
        width: 100%;
    }
    #qu-p2{
        font-size: 36px;
    }
    .qu-dh1{
        display: none;
    }
    .qu-dh2{
        display: flex;
        width: 100%;
    }
    
    .product-bg h2{
        font-size: 36PX;
    }
    .product-bg h3{
        font-size: 24PX;
        margin-top: 15PX;
    }
     .product2-a{
        width: 80%;
    }
    .product2:hover .product2-a{
        width: 80%;
        left: 10%;
    }
    .product2:hover h3{
        bottom: 25%;
    }
    .gl-na-hz {
        flex-wrap: wrap;
    }
    .gl-na-hz a{
        width:100%;
    }
    
    
    
    
}

@media(max-width:672px){
    .list-container{
        display: none !important;
        height: 0 !important;
    }
    .link-list-title.footer-vertical .h3::after{
        display: none !important;
    }
    .link-list-title.footer-vertical .h3 a{
        width: 100%;
    }
}

@media(max-width:675px){
    .ab-mbx{
        display: none;
    }
}
.b52{
    display: none;
}
.fx-bottom{
    display: none;
}
.cu-con1{
    border-radius: 17px;
    background: #f4f4f4;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 50px;
    padding-bottom: 63px;
    width: 49%;
    margin-right: 2%;
}
.cu-con1:nth-last-of-type(1){
    margin-right: 0;
}
.cu-con1 .cu-con1-p1{
    font-weight: 500;
    font-size: 24px;
    color: #333;
    margin-bottom: 24px;
}
.cu-con1 h3{
    font-weight: 700;
    font-size: 32px;
    font-family: 'LATOB';
    margin-bottom: 50px;
}
.cu-con1 .cu-con1-p2{
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #666;
    width: 80%;
}
.con-cont1{
    display: flex;
    flex-wrap: wrap;
}

@media(max-width:576px){
    .head-logo2{
        display: none !important;
    }
    .con-cont1{
        padding: 0 !important;
    }
    .cu-con1{
        width: 90%;
        margin: auto;
        /*margin-right: 0;*/
        padding: 20px;
    }
    .cu-con1 h3{
        font-size: 14px;
        line-height: 28px;
        margin-bottom: 0px;
    }
    .cu-con1 .cu-con1-p1{
        font-size: 10px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .cu-con1 .cu-con1-p2{
        font-size: 12px;
        line-height: 14px;
        width: 90%;
    }
    .cu-con1:nth-last-of-type(1){
    margin-top: 5%;
    margin-right: 5%;
}
    .banner-placeholder{
        display: none;
    }
    #sw1-sc1 img{
        border-radius: 16px;
    }
    .ab-qu2{
        width: 100%;
    }
    .qbtc a{
        width: 100% !important;
        margin-right: 0;
    }
    #index-p8 img{
        margin-right: 10px;
    }
    .pro-xq-p1{
        padding-top: 20px;
    }
    .pro-xq-fwb{
        width: 100%;
       
    }
    .qu-bg2-tit-cont{
        margin-top: 30px;
    }
    .sw1-a{
        margin-bottom: 20px;
    }
    .newlist2 .sw1 .swiper-slide{
        display: block;
    }
    .new-sw1-cont{
        left: 20px;
    }
    .fx-tc-ba{
        width: 100%;
        height: 100%;
        background: #333;
        position: absolute;
    }
    .fx-tc{
        top: 0;
        left: 0;
        transform: translate(0,0);
        height: 100%;
        width: 100%;
    }
    .index-start{
        border-top-left-radius:24px;
        border-top-right-radius:24PX;
    }
    .fx-bottom{
        display: flex;
        position: fixed;
        bottom: -1px;
        width: 100%;
        z-index: 99;
        border-top: 1px solid #c4c4c4;

    }
    .fx-bottom a{
        width: 25%;
    }
    .fx-bottom a img{
        width: 100%;
        height: 100%;
    }
    video{
        display: none !important;
    }
    .fx-tc2{
        width: 90%;
    }
    
    .fx{
        display: none;
    }
    .qu-bg2-tit-cont a{
        width: 100%;
        margin-right: 0;
    }
    .new-pre{
        top: 62%;
        right: unset;
        left: 20px;
    }
    .new-sw1-cont span{
        font-size: 12px;
        line-height: 20px;
    }
    .new-sw1-cont p{
        font-size: 20px;
        line-height: 28px;
    }
    #loadMoreBtn, #loadMoreBtn2{
        font-size: 12px;
        display: flex;
        align-items: center;
    }
    .newlist2{
        margin-top: 30px;
    }
    .ab-qu1{
        font-size: 20px;
    }
    .ab-qu2{
        font-size: 12px;
        line-height: 16px;
    }
    #qu-p9{
        margin-bottom: 10px;
    }
    .qu-bg2-tit-cont a:nth-last-of-type(3){
        margin-right: 0;
    }
    
    .pro-down img{
        width: 24px;
        height: 24px;
    }
    .pro-down a img{
        width: auto;
        height: auto;
    }
    .pro-down{
        padding: 12px;
    }
    .pro-down h3{
        font-size: 12px;
        line-height: 16px;
        width: 70%;
        overflow-wrap: break-word;
    }
    
    .faq-item.active .faq-answer{
        padding: 20px 16px;
    }
    .faq-question::after{
        top: 25px;
    }
    .faq-question{
        padding: 20px 16px;
        font-size: 14px;
    }
    .ab-bg3-tit h1{
        font-size: 48px;
        line-height: 56px;
    }
    .ab-bg3-tit span{
        font-size: 24px;
    }
    .ab-bg3-tit h2{
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    #ab-p7{
        font-size: 12px;
        line-height: 16px;
    }
    .ab-qu1,.ab-qu2{
        margin-left: 0;
    }
    .ab-bg-2{
        margin-top: 40px;
    }
    .gl-na-hz a {
        width: 100%;
        margin-right: 0%;
    }
    .ab-na-c1 span{
        font-size: 20px;
    }
    .ab-na-c1 h2{
        font-size: 12px;
        line-height: 20px;
    }
    .ab-na-c1 p{
        font-size: 12px;
    }
    .ab-na-c1{
        background: #f9f9f9;
        padding:  29px;
        margin-top: 10px;
        width: 49%;
        margin-right: 2%;
    }
    .ab-na-c1:nth-of-type(2n){
        margin-right: 0;
    }
    .index-gl-cont{
        top: 15%;
    }
    .index-gl-cont2 div{
        padding: 16px;
        text-align: center;
        padding-bottom: 0;
    }
    .index-gl-cont2{
        bottom: 15%;
    }
    #in-gl-p3{
        font-size: 12px;
        line-height: 16px;
        padding: 0 5%;
    }
    #in-gl-p2{
        padding: 0 5%;
        width: 80%;
    }
    .gl-p3{
        display: none;
    }
    .cr-flex1:nth-of-type(1){
        padding-left: 0;
    }
    .cr-flex1:nth-of-type(2){
        padding-right: 0;
    }
    .cr-flex2{
        padding: 0;
    }
    .cr-flex2-2{
        margin-top: 10px;
    }
    .cr-flex3{
        padding: 0;
        margin-top: 10px;
    }
    .in-cr-p1{
        left: 5%;
    }
    #in-cr-p7{
        margin-left: 5%;
    }
    
    #ab-p2{
        font-size: 20px;
        line-height: 28px;
    }
    #ab-p4{
        font-size: 12PX;
        line-height: 16PX;
    }
    #index-p8{
        font-size: 12px;
        line-height: 16px;
    }
    .swiper-button-next,
    .swiper-button-prev{
        display: none;
    }
    .index-pro-tit{
        font-size: 14px;
        line-height: 18px;
        height: 36px;
        overflow: hidden;
    }
    .in-prolist .index-pro-tit{
        height: 18px;
    }
    .index-pro-a::before{
        display: none;
    }
    .index-pro-a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: all 0.7s ease;
    /* max-width: 67px; */
}
    .index-pro-a{
        font-size: 12px;
    }
    .swiper-container1 .swiper-slide{
        margin-bottom: 20px;
    }
    #index-p11{
        font-size: 20px;
        line-height: 24px;
    }
    .in-ori-a{
        right: unset;
        bottom: -80px;
    }
    
    #in-new-p1{
        font-size: 20px;
        margin-left: 20px;
    }
    .sw3 .swiper-slide:nth-of-type(1){
        margin-left: unset;
    }
    .sw2{
        padding: 20px;
    }
    .in-ori-p1{
        font-size: 20px;
        line-height: 24px;
    }
    .in-ori-p2{
        font-size: 12px;
        line-height: 16px;
        width: 80%;
    }
    .in-ori-a{
        
    }
    .in-ori-cont{
        left: 0;
        padding-left: 20px;
    }
    .ab-bg3-tit{
        top: unset;
        bottom: 10%;
        left: 20px;
    }
    .sus-bg3-cont{
        top: unset;
        bottom: 5%;
        left: 20px;
    }
    #ab-p1{
        left: 20px;
        font-size: 36px;
    }
    .con-cont1{
        margin-top: 40px;
    }
    .c80{
        width: 100%;
        padding:0 20px ;
    }
    .con-map{
        margin-left: 0;
    }
    .new-sw1-cont{
        bottom: 5%;
    }
    .newlist2 .swiper-pagination{
        display: none;
    }
    #new-3{
        font-size: 24px;
        line-height: 36px;
    }
    .new-xq{
        width: 100%;
        padding: 0 20px;
        padding-top: 20%;
    }
    
    .new-xq h3{
        font-size: 20px;
        line-height: 28px;
    }
    .sus-cont1 h3{
        font-size: 20px;
        line-height: 28px;
    }
    .qu-tit h3{
        font-size: 20PX;
        line-height: 24px;
    }
    .qu-tit p{
        font-size: 14px;
        line-height: 18px;
    }
    .qu-bg1-cont{
        bottom: 5%;
        left: 33px;
    }
    .qu-tit p{
        margin-bottom: 40px;
    }
    .qu-bg1 h3{
        font-size: 18px;
        line-height: 28px;
    }
    .qu-bg2-tit h3{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .qu-bg2-tit p{
        font-size: 14px;
        line-height: 18px;
    }
    #qu-p9{
        font-size: 20px;
        line-height: 24px;
    }
    .product-bg h2{
        font-size: 20px;
    }
    .product-bg h3{
        font-size: 14px;
        line-height: 20px;
    }
    #in-me-p1{
        font-size: 20px;
        margin-top: 40px;
    }
    #in-me-p2{
        font-size: 12px;
        line-height: 16px;
    }
    .in-input1{
        font-size: 16px;
        margin-top: 20px;
        padding: 16px 20px;
    }
    .in-input2{
        font-size: 16px;
        margin-top: 20px;
    }
    .in-me-su{
        width: 100%;
    }
    .b51{
        display: none !important;
    }
    .b52{
        display: block;
    }
    .sus-bg3 h3{
        font-size: 30px;
        line-height: 36px;
    }
    .sus-bg3 p{
        font-size: 12px;
        line-height: 16px;
        width: 90%;
    }
    .con-cont2{
        top: unset !important;
        bottom: 5%;
        width: 100%;
        left: 0;
        padding-left: 20px;
    }
    .news1{
        width: 100%;
        margin-top: 30px;
    }
    .sus-tit1{
        font-size: 36px;
        line-height: 36px;
        text-align: center;
        margin-bottom: 15px;
    }
    .sus-tit2{
        font-size: 12px;
        line-height: 16px;
    }
    .ab-sp1 .ab-qu1{
        font-size: 20px;
    }
    .ab-sp1 .ab-qu2{
        font-size: 12px;
        line-height: 16px;
    }
    .sus-bg2 h3{
        top: unset;
        font-size: 20px;
        line-height: 28px;
        bottom: 5%;
        padding-left: 20px;
    }
    #qu-p2{
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .qu-qu h3{
        font-size: 20px;
    }
    .qu-bg2-tit{
        top: unset;
        bottom: 5%;
    }
    .product-bg-a{
        width: 70%;
        text-align: center;
    }
    #pl-p2{
        font-size: 20px;
    }
    #pl-p3{
        width: 100%;
        padding: 0 20px;
        font-size: 12px;
        line-height: 16px;
    }
    .product1-js h3{
        font-size: 20px;
    }
    .product1-js p{
        font-size: 12px;
        line-height: 16px;
    }
    .pro-bg1 h2{
        font-size: 24px;
        line-height: 28px;
        bottom: 15%;
    }
    .product2 h3{
        font-size: 20px;
        
    }
    .product2:hover .product2-a{
        padding: 10px;
    }
    .product2-a{
        padding: 10px;
        font-size: 12px;
    }
    .pro-qu h2, .pro-download h2{
        font-size: 20px;
        margin-top: 40px;
    }
    .ab-bg2 h3{
        font-size: 20px;
        line-height: 28px;
    }
    .team-p1{
        font-size: 20px;
        line-height: 28px;
    }
    .team-p2{
        font-size: 12px;
        line-height: 16px;
        margin-top: 15px;
        width: 100%;
    }
    #index-p7{
        font-size: 20px;
        line-height: 28px;
    }
    #index-p8{
        margin-top: 10px;
        margin-bottom: 20px;
    }
    #svg1{
        top: 30%;
        height: auto;
    }
    #index-p9{
        font-size: 20px;
        line-height: 28px;
    }
    #index-p10{
        font-size: 12px;
        line-height: 16px;
    }
    .in-start-cont{
        width: 100%;
        padding: 20px;
        margin-left: 0 !important;
    }
    .in-lm{
        font-size: 12px;
    }
    #index-p10{
        margin-bottom: 10px;
    }
    .swiper-container1 .swiper-wrapper{
        flex-wrap: wrap;
    }
    .swiper-container1.sw2{
        padding: 0;
    }
    .index-team{
        margin-top: 30px;
    }
    .in-new-ch{
        right: unset;
        left: 20px;
    }
    #in-new-p1{
        margin-bottom: 50px;
    }
    .in-new-ch{
        top: 12%;
    }
    .in-input2{
        padding: 16px 20px;
    }
    .in-ori-cont{
        top: unset;
        bottom: 40%;
    }
    #ab-p3{
        font-size: 20px;
        line-height: 28px;
    }
    .in-he1{
        margin-top: 0 ;
        padding: 0 ;
        font-size: 12px;
        padding: 12px 0;
    }
    .close{
        top: 5px;
    }
    footer {
        padding-bottom: 25% !important;
    }
    
    
    
}

#head-lan:click #flyout3{
       
        opacity: 1;
    }
.main-nav-item a{
        padding: 0;
    }
    .opentc2{
        padding: 10px;
    }
@media(max-width:500px){
    footer {
        padding-bottom: 15% !important;
    }
    
    .in-new-ch{
        top: 15%;
    }
    #in-new-p1{
        margin-bottom: 30px;
    }
    .pro-down a{
        padding: 12px 14px;
    }
    .pro-down img{
        width: 32px;
    }
    .pro-down a img{
        width: 12px;
    }
    .qu-tit p{
        font-size: 12px;
        line-height: 16px;
    }
   #ab-p1{
        left: 20px;
        font-size: 24px;
        bottom: 10%;
    }
    
    .fx{
        top: 30%;
    }
    .fx-tc{
        width: 100%;
    }
    #new-3{
        font-size: 20px;
        line-height: 24px;
    }
    
    .qu-bg2-tit p{
        margin-top: 0;
    }
}






