.indextitle {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 30px;
}
.bannerImg img{
    width: 100%;
    vertical-align: middle;
}
.indextitle h1,
.indextitle h2 {
    position: relative;
    font-size: 48px;
    line-height: 58px;
    color: #523c27;
    text-align: center;
    font-weight: bold;
}


.fl-callout-text p { 
    min-height: 154px !important;
    
}

.fl-callout-title { 
    min-height: 54px !important;
}

.fl-node-yjxen4b39w0k .fl-callout-title { 
          padding-top: 10px !important;
    min-height: 62px !important;
}

/* index_product */
.index_product {
    padding: 80px 0;
}

.indexpro_box {
    border-radius: 30px;
    padding: 15px;
    box-shadow: 1px 1px 6px 3px rgba(0, 0, 0, .1);
    transition: all .5s ease;
        margin-bottom: 20px;
}

.indexpro_boxmain {
    position: relative;
    width: 100%;
    height: 100%;
}

.indexpro_Img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    border-radius: 18px;
}

.indexpro_Img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
}

.indexpro_Img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    transition: all ease 0.5s;
}

.indexpro_Des {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
}

.indexpro_Des h3 {
    line-height: 1.3;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px #666;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexpro_Des p {
    margin: 15px 0 0;
    line-height: 1.2;
    font-size: 16px;
    color: #ccc;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexpro_btn a {
    position: relative;
    display: inline-flex;
    margin-top: 35px;
    padding: 5px 20px;
    background: #f6ad02;
    border-radius: 4px;
    line-height: 22px;
    font-size: 17px;
    color: #fff;
    transition: all ease 0.3s;
    text-align: center;
}

.indexpro_btn a:hover {
    background: #523c27;
    transition: all ease 0.3s;
}

.indexpro_box:hover .indexpro_Img img {
    transform: scale(1.1);
    transition: all ease 0.5s;
    /* opacity: 0.8; */
}

/* index_intro */
.index_intro {
    padding: 30px 0 60px;
}

.indexIntroP {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    padding: 0 10%;
    text-align: center;
}

.indexIntro_num {
    padding: 60px 2%;
}

.indexIntro_numBox {
    width: 100%;
    height: 100%;
    padding: 8px 15px;
    /* background: url(../images/inumbg.png);
    background-size: cover;
    background-repeat: no-repeat; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.indexIntro_numBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 100%;
    background: url(../images/inumbg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
}


.indexIntro_numBox::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    background: url(../images/inumbg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 99;
    background-position: right;
}

.indexIntro_numBox h3 {
    line-height: 46px;
    font-size: 36px;
    color: #523c27;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.indexIntro_numBox h3 i {
    font-size: 34px;
}

.indexIntro_numBox p {
    line-height: 1.2;
    font-size: 16px;
    color: #333;
    text-align: center;
    padding: 0 10%;
}

.indexIntroPs {
    font-size: 16px;
    line-height: 26px;
    color: #3f3f3f;
    padding: 0 14%;
    text-align: center;
}

.indexIntroBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.indexIntroBtn a {
    display: inline-block;
    margin: 0 13px 15px;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 65px;
    font-weight: bold;
    transition: all ease 0.3s;
}

.indexIntroBtn a:nth-child(1) {
    border: 1px solid #523c27;
    background-color: #523c27;
    color: #fff;
}

.indexIntroBtn a:nth-child(1):hover {
    background-color: #fff;
    color: #523c27;
    transition: all ease 0.3s;
}

.indexIntroBtn a:nth-child(2) {
    border: 1px solid #523c27;
    background-color: #fff;
    color: #523c27;
}

.indexIntroBtn a:nth-child(2):hover {
    background-color: #523c27;
    color: #fff;
    transition: all ease 0.3s;
}


/* index_about */
.index_about {
    padding: 200px 0 210px;
    /* background: url(../images/index_abbg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
}

.indexAbout_left {
    padding-right: 0;
}

.indexAbout_l {
    position: relative;
    height: 100%;
    padding-left: 35px;
}

.indexAbout_l::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 35px;
    height: calc(100% - 35px);
}

.index_aboutus_video {
    position: relative;
    width: 100%;
    height: 100%;
}

.index_aboutus_video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(20, 24, 27, 0.1);
    width: 100%;
    height: 100%;
}

.indexAbout_ldes {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 15px 20px;
    background: #fff;
    text-align: center;
}

.indexAbout_ldes h4 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexAbout_ldes h4 span {
    font-size: 40px;
    color: #523c27;
    line-height: 44px;
}

.indexAbout_ldes h4 i {
    font-size: 22px;
    color: #523c27;
    font-weight: bold;
}

.indexAbout_ldes p {
    font-size: 16px;
    color: #523c27;
}

.indexAbout_r {
    padding-left: 35px;
}

.indexAbout_r h6 {
    font-size: 24px;
    line-height: 1.3;
    color: #fff;
}

.indexAbout_r h2 {
    font-size: 48px;
    line-height: 58px;
    color: #fff;
}

.indexAbout_r .indexAbout_rdes {
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    margin: 28px 0 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;

}

.indexAbout_rbox p {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.indexAbout_rbox p i {
    display: inline-block;
    width: 36px;
    font-size: 36px;
    color: #fff;
}

.indexAbout_rbox p span {
    display: inline-block;
    margin-left: 24px;
    font-size: 22px;
    color: #fff;
}

.indexAbout_btn a {
    display: inline-flex;
    align-items: center;
    background: #fff;
    color: #523c27;
}

.indexAbout_btn a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 16px;
    border-radius: 30px;
    border: 2px solid #fff;
    background: #fff;
    /* width: 100%; */
    line-height: 1.4;
    padding: 4px 42px;
    color: #523c27;
    font-size: 22px;
    font-weight: bold;
    transform: translateY(0);
    transition: all ease .3s, transform ease 2s 1s, opacity ease .8s .9s;
    position: relative;
}

.indexAbout_btn a i {
    margin-left: 10px;
    font-size: 26px;
}

.indexAbout_btn a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background: #523c27;
    border: 1px solid #523c27;
    z-index: -1;
    transition: all .5s ease;
    opacity: 0;
    border-radius: 30px;
}

.indexAbout_btn a:hover::after {
    width: 95%;
    opacity: 1;
}

.indexAbout_btn a:hover {
    color: #fff;
    transition: all .5s ease;
}


.dr {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.drbtn {
    position: relative;
}

.cw {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cw:hover {
    border: 5px solid #ffffff;
    background-color: transparent;
    transition: 0.5s;
}

.cw:hover i {
    color: #ffffff;
}

.cw i {
    font-size: 25px;
    color: #ffffff;
}

.bo {
    position: absolute;
    top: 0;
}

.bo::before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    animation: scale 2s infinite;
}

.bo::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    animation: scale2 2s infinite;
}

@keyframes scale {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes scale2 {
    0% {
        transform: scale(1);
        opacity: 0.9;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.videomain {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 9999999999999999999999;
}

.videoclose {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}

.videoclose img {
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
}

.videobox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    overflow: hidden;
    max-height: 800px;
    min-height: 600px;
}

.videobox video {
    width: 100%;
    height: 100%;
}

.videobox iframe {
    width: 100%;
    height: 100%;
    max-height: 800px;
    min-height: 600px;
}


/* index_case */
.index_case {
    padding: 80px 0 110px;
    background: url(../images/icbg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.indexCase_title1 {
    color: #000;
    font-size: 48px;
    text-align: center;
    font-weight: bold;
    line-height: 1.2;
    transition: all ease 2s .7s;
    opacity: 1;
    transform: translateY(0);
    word-break: keep-all !important;
    letter-spacing: 0px;
    /* text-shadow: 4px 2px 6px rgb(0 0 0 / 0.3); */
}

.indexCase_title2 {
    color: #fff;
    font-size: 90px;
    text-align: center;
    line-height: 1;
    text-shadow: 3px 0 10px rgb(22 78 145 / 0%);
    transition: all ease 2s .5s;
    opacity: 0.5;
    margin-top: -6%;
    transform: translateY(0);
    font-family: Impact !important;
    letter-spacing: 2px;
    background-image: linear-gradient(to top, transparent 5%, rgba(230, 233, 235, 0.2) 20%, #9f9c9cd1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.indexCase_title2::before {
    content: "";
    position: absolute;
    width: 24%;
    height: 3px;
    background-image: linear-gradient(to right, transparent 5%, rgba(230, 233, 235, 0.2) 20%, #9f9c9cd1);
    top: 50%;
    left: 0;
    opacity: 0.4;
}

.indexCase_title2::after {
    content: "";
    position: absolute;
    width: 24%;
    height: 3px;
    background-image: linear-gradient(to left, transparent 5%, rgba(230, 233, 235, 0.2) 20%, #9f9c9cd1);
    top: 50%;
    right: 0;
    opacity: 0.4;
}

.indexCase_title p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.indexCase_title p span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #8f8f8f;
    margin: 0 10px;
}

.indexCase_topP {
    padding: 0 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.indexCase_topP p {
    font-size: 18px;
    line-height: 26px;
    color: #333;
    text-align: center;
}

.indexCase_topBox {
    width: 100%;
    padding: 35px 0 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

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

/* .indexCase_topBoxx::before */
.indexCase_topBox span {
    /* content: "";
    position: absolute;
    right: 0;
    top: 23%; */
    width: 2px;
    height: 28px;
    background-color: #000;
}

.indexCase_topBoxx img {
    max-height: 50px;
    transition: all ease 0.3s;
}

.indexCase_topBoxx img:hover {
    transform: rotateY(180deg);
    transition: all ease 0.3s;
}

/* .indexCase_topBoxx:nth-last-child(1):before */
.indexCase_topBoxx:nth-last-child(1) span {
    display: none;
}

.iCaseSwiper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.iCaseSwiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
    height: 100%;
    margin-top: 30px;
}

.iCaseSwiper .swiper-slide-active {
    transform: scale(1);
    margin-top: 0;
}

.indexCase_Main {
    padding: 90px 0 100px 90px;
    width: 100%;
    position: relative;
}

.indexCase_Mainfix {
    position: absolute;
    right: 12%;
    top: 0;
    font-size: 120px;
    line-height: 1;
    font-weight: bold;
    color: #e8ecf2;
    opacity: 0;
    transition: all ease 0.3s;
}

.indexCase_MainDes {
    opacity: 0;
    transition: all ease 0.3s;
    padding-right: 25%;
    height: 100%;
}

.indexCase_MainDes h3 {
    font-size: 30px;
    line-height: 60px;
    color: #000;
    text-align: left;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    z-index: 2;
}

.indexCase_MainDes h3::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 66px;
    height: 4px;
    background: #f6ad02;
    border-radius: 3px;
}

.indexCase_MainDes p {
    font-size: 16px;
    line-height: 24px;
    color: #767676;
    margin: 25px 0 75px;
    text-align: left;
    height: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexCase_MainImg {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 50%;
}

.indexCase_MainImg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(187, 200, 216, 0.7);
    z-index: 9;
    transition: all ease 0.3s;
}

.indexCase_MainImg img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.iCaseSwiper .swiper-slide-active .indexCase_MainDes,
.iCaseSwiper .swiper-slide-active .indexCase_Mainfix {
    opacity: 1;
    transition: all ease 0.3s .5s;
}

.iCaseSwiper .swiper-slide-active .indexCase_MainImg::before {
    background: rgba(187, 200, 216, 0);
    transition: all ease 0.3s;
}

.indexCase_borbox {
    width: 50%;
    margin: 0 auto;
    padding-right: 6%;
}

.indexCase_border {
    width: 100%;
    height: 850px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.iCaseSwiper {
    margin-top: -850px;
}

.iCaseSwiper .swiper-slide-prev {
    padding-right: 100px;
}

.iCaseSwiper .swiper-slide-next {
    padding-left: 100px;
}

.iCaseSwiper .swiper-slide-next .indexCase_Main {
    padding-left: 0;
    padding-right: 90px;
}

.iCaseSwiper .swiper-pagination {
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iCaseSwiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #523c27;
    border-radius: 50%;
    background-color: #523c27;
    opacity: 1;
    margin: 0 9px;
    transition: all ease 0.3s;
}

.iCaseSwiper .swiper-pagination-bullet-active {
    width: 16px;
    height: 16px;
    border: 2px solid #523c27;
    background-color: transparent;
    transition: all ease 0.3s;
}

.iCaseSwiper .swiper-button-prev {
    left: 16%;
    top: 57%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #523c27;
}

.iCaseSwiper .swiper-button-next {
    right: 16%;
    top: 57%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #523c27;
}

.iCaseSwiper .swiper-button-next::after,
.iCaseSwiper .swiper-button-prev::after {
    color: #523c27;
    font-size: 30px;
}


/* index_news */
.index_news {
    background-color: #565656;
    padding: 55px 0 0;
}

.indexNewsTop {
    /* margin-bottom: 65px; */
}

.indexNewsTop .container {
    max-width: 100% !important;
}

.indexNewsTitle {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.indexNewsTitle h2 {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    padding: 18px 50px;
    border: 2px solid #fff;
    border-radius: 10px;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
    font-weight: bold;
}

.iNewsTop_box .iNewsTop_left,
.iNewsTop_box .iNewsTop_right {
    padding: 0;
}

.iNewsTop_des {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 10%;
}

.iNewsTop_des h3 {
    font-size: 36px;
    color: #e7ba45;
    width: 100%;
}

.iNewsTop_des p {
    margin: 35px 0 50px;
    font-size: 16px;
    line-height: 28px;
    color: #f1f1f1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.iNewsTop_des div {
    width: 100%;
    display: flex;
    align-items: center;
}

.iNewsTop_des> div > a {
    /* width: 100%; */
    padding: 8px 30px;
    display: block;
    background-color: #fff;
    border: 2px solid #523c27;
    font-size: 18px;
    color: #523c27;
    line-height: 30px;
    text-align: center;
    transition: all ease 0.3s;
}

.iNewsTop_des> div > a:hover {
    background-color: #523c27;
    border: 2px solid #fff;
    color: #fff;
    transition: all ease 0.3s;
}

.iNewsTop_box:nth-child(2n+1) .iNewsTop_left {
    order: 2;
}

.iNewsTop_box:nth-child(2n+1) .iNewsTop_right {
    order: 1;
}

.iNewsTop_box:nth-child(2n+1) .iNewsTop_right .iNewsTop_des {
    padding-right: 70px;
    padding-left: 10%;
}

.iNewsTop_box:nth-child(2n) .iNewsTop_left {
    order: 1;
}

.iNewsTop_box:nth-child(2n) .iNewsTop_right {
    order: 2;
}

.iNewsTop_box:nth-child(2n) .iNewsTop_right .iNewsTop_des {
    padding-left: 40px;
    padding-right: 10%;
}


.indexNewsBottmain {
    background-color: #fff;
    padding: 80px 0 55px;
}


.indexNewsBotTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 55px;
}

.indexNewsBotTitle h2 {
    font-size: 44px;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #523c27;
    text-align: center;
    font-weight: bold;
    /* word-wrap: break-word;
    word-break: break-all; */
}

.indexNewsBotTitle p {
    font-size: 22px;
    line-height: 1.2;
    color: #523c27;
    text-align: center;
    word-wrap: break-word;
    word-break: break-all;
}

.iNewsSwiper {
    overflow: hidden;
    padding: 0 10px 20px;
    position: relative;
}

.iNewsSwiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    transition: all 0.35s ease;
}

.iNewsSwiper .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 8px;
    background-color: #523c27;
    transition: all 0.35s ease;
}

.indexNews_box {
    margin-bottom: 35px;
    transition: all 0.35s ease;
}

.indexNews_img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 66%;
}

.indexNews_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s ease;
}

.indexNews_des {
    padding: 30px 20px;
}

.indexNews_des h4 {
    font-size: 30px;
    font-weight: bold;
    color: #523c27;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.indexNews_des p {
    font-size: 22px;
    line-height: 1.4;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* word-wrap: break-word;
    word-break: break-all; */
}

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

.indexNews_box:hover {
    transition: all 0.35s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/* footer */
footer {
    padding: 55px 0 20px;
    background: #153161;
}

.footer_tags {
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    padding-bottom: 10px;
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    z-index: 99;
}

.footer_tags p {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    margin-right: 10px;
    font-weight: bold;
    margin-right: 20px;
}

.footer_tags a {
    font-size: 16px;
    opacity: 0.8;
    color: #fff;
    display: block;
    line-height: 28px;
    margin-right: 10px;
    transition: all ease 0.1s;
}

.footer_tags a:hover {
    opacity: 1;
    color: #f6ad02;
}

.footer_title {
    font-size: 24px;
    color: #f6ad02;
    margin-bottom: 25px;
    font-weight: bold;
}

.footer_p {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.footer_a {
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
    transition: all ease 0.3s;
}

.footer_box1 {
    padding-right: 5%;
    margin-top: 40px;
        height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer_box1 .footer_p {
    margin-bottom: 70px;
}

.footer_p i {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
}

.footer_main li{
    margin-bottom: 5px;
}

.footer_main span,
.footer_main a {
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    transition: all ease 0.3s;
    word-wrap: break-word; word-break: break-all; 
}

.footer_main a:hover{
    color: #f6ad02;
}

.footer_box31 {
    margin-bottom: 55px;
}

.footer_box4 {
    margin-top: 40px;
}

.footer_box4 h3 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.footer_box4 .yandex-form .list input {
    width: 100%;
    padding: 12px;
    border: none;
}


.footer_box4 .yandex-form .list:nth-child(4) textarea {
    width: 100%;
    border: none;
    padding: 12px;
    max-height: 150px;
}

.footer_box4 #form>p {
    width: 100%;
}

.footer_box4 #submit {
    width: 100%;
    background-color: #ececec;
    color: #000;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 0;
    border: none;
}

.footer_copyrights {
    margin-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.9);
    padding: 30px 0;
    width: 100%;
    font-size: 14px;
}

.footer_copyrights_p {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    line-height: normal;
    color: #fff;
    position: relative;
    font-size: 18px;

    text-align: center;
}



@media (max-width:575px) {

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: #523c27;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

    .text-bg-dark {
        background-color: #fff !important;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .banner {
        /* margin-top: 75px; */
    }

    .bannerSwiper {
        height: auto;
    }
    .bannerSwiper .slide-inner {
    position: relative;
    }
    
    .bannerSwiper .swiper-slide {
    height: auto;
}
    
    .bannerSwiper .bannerImg {
    position: relative;
            height: 100%;
    }
    
    .bannerSwiper .swiper-slide img {
        height: 100% !important;
    }
    
    .bannerDes {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    }

    .bannerDes {
        padding: 0 10%;
    }

    .bannerDes .bannerTitle {
        font-size: 18px;
    }

    .bannerDes .bannerTitles {
        font-size: 14px;
    }

    .bannerDes p {
        display: none;
    }

    .bannerDesbtn {
        display: none;
    }

    .bannerSwiper .swiper-button-prev,
    .bannerSwiper .swiper-button-next {
        display: none;
    }

    .bannerSwiper .swiper-pagination-bullets {
        left: 0 !important;
        right: 0;
        bottom: 20px;
        top: auto;
        width: 100%;
        text-align: center;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 3px !important;
    }

    .bannerSwiper .swiper-pagination-bullet-active {
        width: 15px !important;
    }

    /* index_product */
    .index_product {
        padding: 35px 0 10px;
    }

    .indexpro_box {
        margin-bottom: 30px;
    }


    /* index_intro */
    .index_intro {
        padding: 5px 0 30px;
    }

    .indextitle h1,
    .indextitle h2,
    .indexAbout_r h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .indextitle {
        margin-bottom: 15px;
    }


    .indexIntro_num .iIntro_numBox .indexIntro_numBox::after {
        /* right: -8%; */
    }

    .indexIntroP,
    .indexIntroPs {
        padding: 0 2%;
    }

    .indexIntro_num {
        padding: 30px 10% 20px;
    }

    .indexIntro_numBox::after {
        /* width: 15%; */
    }

    .iIntro_numBox {
        margin-bottom: 20px;
    }

    .indexIntroBtn {
        margin-top: 35px;
        flex-direction: column;
    }

    .indexIntroBtn a {
        margin: 0 0 14px;
        padding: 10px 30px;
    }


    /* index_about */
    .index_about {
        padding: 50px 0 30px;
    }

    .indexAbout_left {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .index_aboutus_video {
        height: 310px;
    }

    .indexAbout_r {
        padding-left: 0;
        padding-top: 30px;
    }

    .indexAbout_r h6 {
        font-size: 22px;
    }

    .indexAbout_r .indexAbout_rdes {
        margin: 15px 0 20px;
    }

    .indexAbout_rbox p span {
        margin-left: 20px;
        font-size: 18px;
    }

    .indexAbout_btn a {
        margin: 20px 0 10px;
        line-height: 30px;
        padding: 4px 25px;
        font-size: 20px;
    }

    /* index_case */
    .index_case {
        padding: 30px 0 40px;
    }

    .indexCase_title1 {
        font-size: 32px;
    }

    .indexCase_title2::after,
    .indexCase_title2::before {
        display: none;
    }

    .indexCase_title2 {
        font-size: 35px;
        /* margin-top: -15%; */
    }

    .indexCase_title p {
        margin: 0 0 15px;
    }

    .indexCase_topP {
        padding: 0 2%;
    }

    .indexCase_topBox {
        padding: 25px 0 42px;
        flex-wrap: wrap;
    }

    .indexCase_topBoxx {
        width: 33.33%;
    }

    .indexCase_topBoxx:nth-last-child(3n+1) span {
        display: none;
    }

    .indexCase_borbox {
        display: none;
    }

    .indexCase_Mainfix {
        right: 5%;
        top: 5%;
        font-size: 60px;
        opacity: 1;
    }

    .indexCase_Main {
        padding: 30px 10%;

        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        width: 90%;
    }

    .indexCase_MainDes {
        padding-right: 0;
        opacity: 1;
    }

    .indexCase_MainDes p {
        margin: 15px 0 20px;
    }

    .indexCase_MainDes h3 {
        /* padding-right: 40%; */
        -webkit-line-clamp: 1;
        line-height: 45px;
        z-index: 2;
    }

    .iCaseSwiper {
        margin-top: 0;
        max-height: 600px;
    }

    .iCaseSwiper .swiper-pagination {
        bottom: 0;
    }

    .iCaseSwiper .swiper-button-prev,
    .iCaseSwiper .swiper-button-next {
        display: none;
    }

    .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 300px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 300px;
    }


    /* index_news */
    .indexNewsTitle {
        margin-bottom: 30px;
    }

    .indexNewsTitle h2 {
        font-size: 28px;
        line-height: 36px;
        padding: 18px 24px;
        width: 100%;
        text-align: center;
    }

    .iNewsTop_box .iNewsTop_left {
        order: 1 !important;
    }

    .iNewsTop_box .iNewsTop_right {
        order: 2 !important;
    }

    .iNewsTop_box .iNewsTop_left,
    .iNewsTop_box .iNewsTop_right {
        padding: 0 calc(var(--bs-gutter-x) * 0.5);
    }

    .iNewsTop_box .iNewsTop_right .iNewsTop_des {
        padding: 20px 0 35px !important;
    }

    .iNewsTop_des h3 {
        font-size: 32px;
    }

    .iNewsTop_des p {
        margin: 10px 0 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .iNewsTop_des > div > a {
        width: 80%;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 20px;
    }

    .indexNewsTop {
        margin-bottom: 20px;
    }

    .indexNewsBotTitle {
        padding: 0 5%;
        margin-bottom: 30px;
    }

    .indexNewsBotTitle h2 {
        font-size: 30px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .indexNewsBotTitle p {
        line-height: 22px;
    }

    .indexNewsBottmain {
        padding: 40px 0 20px;
    }

    /* footer */
    footer {
        padding: 50px 0 120px 0;
    }

    .footer_title {
        margin-bottom: 10px;
    }

    .footer_box1 {
        padding-right: 0;
        margin-bottom: 30px;
        margin-top: 0px;
    }

    .footer_box2,
    .footer_box3,
    .footer_box31,
    .footer_box4 {
        margin-bottom: 30px;
    }

    .footer_p {
        margin-bottom: 10px;
    }

    .footer_box4 h3 {
        width: 100%;
    }

    .footer_copyrights {
        margin-top: 0;
        padding: 20px 0 50px;
    }

    .footer_copyrights_p p {
        margin-bottom: 10px;
    }

    .footer_tags {
        padding-bottom: 0px;
        margin-bottom: 30px
    }

    .footer_a {
        margin-bottom: 5px;
    }

    .footer_box1 .footer_p {
        margin-bottom: 30px;
    }

    .footer_box4 {
        margin-top: 0px;
    }

    .pagelist a ,
    .pagelist span{
        padding: 3px 8px;
        margin: 5px 3px ;
        font-size: 14px;
    }

    .product_list_li:nth-child(n+9){
        display: none;
    }

}

@media (min-width:576px) and (max-width:767px) {

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: #523c27;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

    .text-bg-dark {
        background-color: #fff !important;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .banner {
        margin-top: 0;
    }

    .bannerSwiper {
        height: auto;
    }
    .bannerSwiper .slide-inner {
    position: relative;
    }
    
    .bannerSwiper .swiper-slide {
    height: auto;
}
    
    .bannerSwiper .bannerImg {
    position: relative;
            height: 100%;
    }
    
    .bannerSwiper .swiper-slide img {
        height: 100% !important;
    }
    
    .bannerDes {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    }

    .bannerDes {
        padding: 0 10%;
    }

    .bannerDes .bannerTitle {
        font-size: 28px;
    }

    .bannerDes .bannerTitles {
        font-size: 14px;
    }

    .bannerDes p {
        display: none;
    }

    .bannerDesbtn {
        display: none;
    }

    .bannerSwiper .swiper-button-prev,
    .bannerSwiper .swiper-button-next {
        display: none;
    }

    .bannerSwiper .swiper-pagination-bullets {
        left: 0 !important;
        right: 0;
        bottom: 20px;
        top: auto;
        width: 100%;
        text-align: center;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin: 0 3px !important;
    }

    .bannerSwiper .swiper-pagination-bullet-active {
        width: 15px !important;
    }

    /* index_product */
    .index_product {
        padding: 40px 0 10px;
    }

    .indexpro_box {
        margin-bottom: 30px;
    }


    /* index_intro */
    .index_intro {
        padding: 5px 0 40px;
    }

    .indextitle h1,
    .indextitle h2,
    .indexAbout_r h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .indextitle {
        margin-bottom: 15px;
    }

    .indexIntroP,
    .indexIntroPs {
        padding: 0 2%;
    }

    .indexIntro_num {
        padding: 30px 2% 10px;
    }

    .indexIntro_numBox::after {
        /* width: 15%; */
        /* right: -15px; */
    }

    .iIntro_numBox {
        margin-bottom: 20px;
    }

    .indexIntroBtn {
        margin-top: 35px;
    }

    .indexIntroBtn a {
        margin: 0 14px 0;
        padding: 10px 30px;
    }


    .indexIntro_num .iIntro_numBox:nth-child(1) {
        width: 100%;
    }

    .indexIntro_num .iIntro_numBox:nth-child(1) .indexIntro_numBox::after {
        /* right: -13%; */
    }

    /* index_about */
    .index_about {
        padding: 50px 0 40px;
    }

    .indexAbout_left {
        padding-right: calc(var(--bs-gutter-x) * 0.5);
    }

    .index_aboutus_video {
        height: 350px;
    }

    .indexAbout_r {
        padding-left: 0;
        padding-top: 30px;
    }

    .indexAbout_r h6 {
        font-size: 24px;
    }

    .indexAbout_r .indexAbout_rdes {
        padding: 15px 0 20px;
        margin: 15px 0 30px;
    }

    .indexAbout_btn a {
        margin: 20px 0 10px;
        font-size: 20px;
    }

    .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 350px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 350px;
    }

    /* index_case */
    .index_case {
        padding: 40px 0 50px;
    }

    .indexCase_title1 {
        font-size: 36px;
    }

    .indexCase_title2::after,
    .indexCase_title2::before {
        display: none;
    }

    .indexCase_title2 {
        font-size: 42px;
        /* margin-top: -15%; */
    }

    .indexCase_title p {
        margin: 0 0 15px;
    }

    .indexCase_topP {
        padding: 0 2%;
    }

    .indexCase_topBox {
        padding: 25px 0 42px;
    }

    .indexCase_borbox {
        display: none;
    }

    .indexCase_Mainfix {
        right: 5%;
        top: 5%;
        font-size: 70px;
        opacity: 1;
    }

    .indexCase_Main {
        padding: 35px 10%;

        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        width: 90%;
    }

    .indexCase_MainDes {
        padding-right: 0;
        opacity: 1;
    }

    .indexCase_MainDes p {
        margin: 20px 0;
    }

    .indexCase_MainDes h3 {
        padding-right: 26%;
    }

    .iCaseSwiper {
        margin-top: 0;
        max-height: 520px;
    }

    .iCaseSwiper .swiper-pagination {
        bottom: 0;
    }

    .iCaseSwiper .swiper-button-prev,
    .iCaseSwiper .swiper-button-next {
        display: none;
    }

    /* index_news */
    .indexNews_des {
        padding: 18px 20px;
    }

    .indexNews_des h4 {
        font-size: 24px;
    }

    .indexNews_des p {
        font-size: 20px;
    }

    .indexNewsTitle {
        margin-bottom: 30px;
    }

    .indexNewsTitle h2 {
        font-size: 28px;
        line-height: 36px;
        padding: 18px 24px;
        width: 100%;
        text-align: center;
    }

    .iNewsTop_box .iNewsTop_left {
        order: 1 !important;
    }

    .iNewsTop_box .iNewsTop_right {
        order: 2 !important;
    }

    .iNewsTop_box .iNewsTop_left,
    .iNewsTop_box .iNewsTop_right {
        padding: 0 calc(var(--bs-gutter-x) * 0.5);
    }

    .iNewsTop_box .iNewsTop_right .iNewsTop_des {
        padding: 20px 0 35px !important;
    }

    .iNewsTop_des p {
        margin: 15px 0 25px;
    }

    .iNewsTop_des> div > a {
        width: 80%;
        font-size: 16px;
        line-height: 24px;
        padding: 10px 20px;
    }

    .indexNewsTop {
        margin-bottom: 20px;
    }

    .indexNewsBotTitle {
        padding: 0 5%;
    }

    .indexNewsBotTitle h2 {
        font-size: 32px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .indexNewsBotTitle p {
        line-height: 22px;
    }

    .indexNewsBottmain {
        padding: 40px 0 20px;
    }


    /* footer */
    footer {
        padding: 50px 0;
    }

    .footer_tags {
        margin-bottom: 30px;
    }

    .footer_box1 {
        padding-right: 0;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .footer_box1 .footer_p {
        margin-bottom: 30px;
    }

    .footer_box3 {
        display: flex;
        justify-content: space-between;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .footer_box4 {
        margin-top: 10px;
    }

    .footer_copyrights {
        padding: 30px 0 66px;
    }

    .footer_box31 {
        margin-bottom: 30px;
        flex: 0 50%;
    }

    .footer_box32 {
        flex: 1;
    }

    .footer_box4 h3 {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    
    .fl-callout-text p { 
    min-height: 300px !important;
    
}

.fl-callout-title { 
    min-height: 75px !important;
}

.fl-node-yjxen4b39w0k .fl-callout-title { 
        padding-top: 10px !important;
    min-height: 83px !important;
}



    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: #523c27;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

    .text-bg-dark {
        background-color: #fff !important;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .banner {
        /* margin-top: 75px; */
    }

    .bannerSwiper {
        height: auto;
    }
    .bannerSwiper .slide-inner {
    position: relative;
    }
    
    .bannerSwiper .swiper-slide {
    height: auto;
}
    
    .bannerSwiper .bannerImg {
    position: relative;
            height: 100%;
    }
    
    .bannerSwiper .swiper-slide img {
        height: 100% !important;
    }
    
    .bannerDes {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    }

    .bannerDes .bannerTitle {
        font-size: 30px;
    }

    .bannerDes .bannerTitles {
        font-size: 45px;
    }

    .bannerDes p {
        display: none;
    }

    .bannerDesbtn {
        display: none;
    }

    .bannerSwiper .swiper-button-prev,
    .bannerSwiper .swiper-button-next {
        display: none;
    }

    .bannerSwiper .swiper-pagination-bullets {
        left: 0 !important;
        right: 0;
        bottom: 20px;
        top: auto;
        width: 100%;
        text-align: center;
    }


    /* index_product */
    .index_product {
        padding: 50px 0 10px;
    }

    .indexpro_box {
        margin-bottom: 30px;
    }

    /* index_intro */
    .index_intro {
        padding: 15px 0 40px;
    }

    .indextitle h1,
    .indextitle h2,
    .indexAbout_r h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .indextitle {
        margin-bottom: 15px;
    }

    .indexIntroP,
    .indexIntroPs {
        padding: 0 2%;
    }

    .indexIntro_num {
        padding: 30px 2% 10px;
    }

    .indexIntro_numBox::after {
        /* width: 15%; */
        /* right: -15px; */
    }

    .iIntro_numBox {
        margin-bottom: 20px;
    }

    .indexIntroBtn {
        margin-top: 35px;
    }


    .indexIntro_num .iIntro_numBox:nth-child(1) {
        width: 100%;
    }

    .indexIntro_num .iIntro_numBox:nth-child(1) .indexIntro_numBox::after {
        /* right: -13%; */
    }

    .videoclose {
        position: absolute;
        top: 20px;
    }


    /* index_about */
    .index_about {
        padding: 60px 0;
    }

    .indexAbout_r {
        padding-left: 20px;
    }

    .indexAbout_r .indexAbout_rdes {
        font-size: 16px;
        padding: 0;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
        margin: 20px 0;
    }

    .indexAbout_rbox p span {
        margin-left: 20px;
        font-size: 20px;
        line-height: 28px;
        word-wrap: break-word;
        word-break: break-all;
    }

    .indexAbout_btn a {
        margin: 20px 0 16px;
        line-height: 35px;
        padding: 4px 30px;
        font-size: 18px;
    }

    .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 400px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 400px;
    }


    /* index_case */
    .index_case {
        padding: 50px 0 30px;
    }

    .indexCase_title1 {
        font-size: 40px;
    }

    .indexCase_title2::after,
    .indexCase_title2::before {
        display: none;
    }

    .indexCase_title2 {
        font-size: 60px;
        /* margin-top: -15%; */
    }

    .indexCase_title p {
        margin: 0 0 15px;
    }

    .indexCase_topP {
        padding: 0 5%;
    }

    .indexCase_Main {
        padding: 50px 0 50px 40px;
    }

    .indexCase_MainDes h3 {
        /* width: 80%; */
    }

    .indexCase_Mainfix {
        font-size: 60px;
    }

    .iCaseSwiper {
        margin-top: -490px;
        max-height: 490px;
    }

    .indexCase_border {
        height: 490px;
    }

    .indexCase_MainDes p {
        margin: 20px 0 40px;
    }

    .iCaseSwiper .swiper-slide-prev {
        padding-right: 50px;
    }

    .iCaseSwiper .swiper-slide-next {
        padding-left: 50px;
    }

    .iCaseSwiper .swiper-slide-next .indexCase_Main {
        padding-left: 0;
        padding-right: 50px;
    }

    .iCaseSwiper .swiper-button-prev,
    .iCaseSwiper .swiper-button-next {
        top: 70%;
        width: 60px;
        height: 60px;
    }

    .iCaseSwiper .swiper-pagination {
        bottom: 20px;
    }

    /* index_news */
    .iNewsTop_box:nth-child(2n) .iNewsTop_right .iNewsTop_des {
        padding-left: 30px;
        padding-right: 5%;
    }

    .iNewsTop_box:nth-child(2n+1) .iNewsTop_right .iNewsTop_des {
        padding-right: 30px;
        padding-left: 5%;
    }

    .iNewsTop_des h3 {
        font-size: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        word-break: break-all;
    }

    .iNewsTop_des p {
        margin: 10px 0 20px;
        -webkit-line-clamp: 3;
    }

    .iNewsTop_des> div > a {
        line-height: 24px;
        font-size: 16px;
        padding: 8px;
    }

    .indexNewsTop {
        margin-bottom: 0;
    }

    .indexNewsBottmain {
        padding: 55px 0;
    }

    .indexNewsBotTitle {
        margin-bottom: 40px;
    }

    .indexNews_des h4 {
        font-size: 24px;
        -webkit-line-clamp: 1;
    }

    .indexNews_des p {
        font-size: 18px;
    }

    .indexNews_des {
        padding: 15px 15px;
    }


    /* footer */
    .footer_box1 {
        padding-right: 2%;
        margin-top: 30px;
    }

    .footer_box1 .footer_p {
        margin-bottom: 35px;
    }

    .footer_box3 {
        display: flex;
        margin-bottom: 35px;
    }

    .footer_box4 {
        margin-top: 40px;

    }

    .footer_box31,
    .footer_box32 {
        flex: 1;
    }

    .footer_box4 h3 {
        width: 80%;
    }

    .footer_copyrights {
        padding: 30px 0 90px;
    }

}

@media (min-width:992px) and (max-width:1200px) {
.bannerSwiper {
        height: auto;
    }
    .bannerSwiper .slide-inner {
    position: relative;
    }
    
    .bannerSwiper .swiper-slide {
    height: auto;
}
    
    .bannerSwiper .bannerImg {
    position: relative;
            height: 100%;
    }
    
    .bannerSwiper .swiper-slide img {
        height: 100% !important;
    }
    
    .bannerDes {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    }

    .fl-callout-text p { 
    min-height: 250px !important;
    
}

.fl-callout-title { 
    min-height: 75px !important;
}

.fl-node-yjxen4b39w0k .fl-callout-title { 
        padding-top: 10px !important;
    min-height: 83px !important;
}

    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: #523c27;
    }

    .btn:hover {
        background-color: #333 !important;
        border-color: #333 !important;
    }

    .text-bg-dark {
        background-color: #fff !important;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .navbar-nav .show>.nav-link,
    .navbar-nav .nav-link.active {
        color: #111;
        font-weight: bold;
    }

    .nav-link {
        color: #111;
    }

    .nav-link:hover,
    .nav-link:focus {
        color: #111;
    }

    .btn-close {
        --bs-btn-close-white-filter: auto;
    }

    .dropdown-menu-dark {
        --bs-dropdown-bg: transparent;
    }

    .dropdown-item {
        color: #222;
    }

    .bannerDes .bannerTitles {
        font-size: 55px;
    }

    .bannerDes .bannerTitle {
        font-size: 44px;
    }

    .bannerDes p {
        font-size: 26px;
        line-height: 1.4;
    }

    .banner .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets .swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 40px !important;
    }

    /* index_product */
    .index_product {
        padding: 60px 0 20px;
    }

    .indexpro_Des p {
        margin: 5px 0 0;
    }

    .indexpro_btn a {
        margin-top: 15px;
        text-align: center;
    }

    /* index_intro */
    .index_intro {
        padding: 30px 0 50px;
    }

    .indexIntro_num {
        padding: 40px 2%;
    }

    .indexIntro_numBox::before {
        /* background-size: cover; */
    }


    .indexIntro_num .iIntro_numBox:nth-child(n+3) {
        width: 33.33%;
    }

    .indexIntro_num .iIntro_numBox .indexIntro_numBox::after {
        /* right: -13%; */
    }


    /* index_about */
    .index_about {
        padding: 80px 0 90px;
    }

    .indexAbout_r h2 {
        font-size: 44px;
        line-height: 52px;
    }

    .indexAbout_r .indexAbout_rdes {
        padding: 20px 0;
        margin: 20px 0 45px;
    }

    .indexAbout_rbox p span {
        margin-left: 20px;
        font-size: 22px;
        line-height: 30px;
    }

    .indexAbout_btn a {
        margin: 20px 0 10px;
    }

    .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 500px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 500px;
    }

    /* index_case */
    .index_case {
        padding: 60px 0 80px;
    }

    .indexCase_title1 {
        font-size: 40px;
    }

    .indexCase_title2::after,
    .indexCase_title2::before {
        display: none;
    }

    .indexCase_title2 {
        font-size: 60px;
        /* margin-top: -15%; */
    }

    .indexCase_title p {
        margin: 0 0 15px;
    }

    .indexCase_topP {
        padding: 0 5%;
    }

    .indexCase_Main {
        padding: 50px 0 50px 40px;
    }

    .indexCase_MainDes h3 {
        /* width: 80%; */
    }

    .indexCase_Mainfix {
        font-size: 60px;
    }

    .iCaseSwiper {
        margin-top: -560px;
        max-height: 560px;
    }

    .indexCase_border {
        height: 560px;
    }

    .indexCase_MainDes p {
        margin: 20px 0 40px;
    }

    .iCaseSwiper .swiper-slide-prev {
        padding-right: 50px;
    }

    .iCaseSwiper .swiper-slide-next {
        padding-left: 50px;
    }

    .iCaseSwiper .swiper-slide-next .indexCase_Main {
        padding-left: 0;
        padding-right: 40px;
    }

    .iCaseSwiper .swiper-button-prev,
    .iCaseSwiper .swiper-button-next {
        top: 70%;
        width: 60px;
        height: 60px;
    }

    .iCaseSwiper .swiper-pagination {
        bottom: 20px;
    }

    /* index_news */
    .iNewsTop_box:nth-child(2n) .iNewsTop_right .iNewsTop_des {
        padding-right: 5%;
    }

    .iNewsTop_box:nth-child(2n+1) .iNewsTop_right .iNewsTop_des {
        padding-left: 5%;
    }

    .iNewsTop_des p {
        margin: 15px 0 25px;
        -webkit-line-clamp: 3;
    }

    .iNewsTop_des> div > a {
        line-height: 30px;
        font-size: 16px;
        padding: 10px;
    }

    .indexNewsTop {
        margin-bottom: 50px;
    }

    .indexNewsBottmain {
        padding: 60px 0 50px;
    }

    .indexNews_des {
        padding: 20px 20px;
    }

    .indexNews_des h4 {
        font-size: 26px;
    }

    .indexNews_des p {
        font-size: 20px;
    }

    /* footer */
    .footer_box1 {
        padding-right: 20%;
        margin-bottom: 60px;
        margin-top: 15px;
    }

    .footer_box4 {
        margin-top: 15px;
    }

    .footer_copyrights {
        margin-top: 10px;
        padding: 30px 0 90px;
    }


}

@media (min-width:1200px) and (max-width:1400px) {
    .bannerDes .bannerTitles {
        font-size: 66px;
    }

    .bannerDes .bannerTitle {
        font-size: 46px;
    }

    .banner .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets .swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 40px !important;
    }

    .headernav_box input {
        min-width: 100px;
        max-width: 150px;
    }

    .nav_wrap .head_nav>li>a {
        padding-left: 12px;
        padding-right: 12px;
    }

    .index_product {
        padding: 80px 0 35px;
    }


    .indexIntro_numBox::before {
        /* background-size: cover; */
    }

    .indexIntro_num {
        padding: 60px 2%;
    }

    .indexIntro_numBox h3 {
        line-height: 24px;
    }

    .indexAbout_r .indexAbout_rdes {
        margin: 25px 0 30px;
    }

    .videobox {
        width: 90%;
        margin: 0 auto;
        max-height: auto;
        min-height: 500px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 500px;
    }

    .index_about {
        padding: 100px 0 110px;
    }

    .index_case {
        padding: 80px 0;
    }

    .indexCase_title2::before,
    .indexCase_title2::after {
        width: 16%;
    }

    .indexCase_Main {
        padding: 80px 0 80px 60px;
    }

    .indexCase_MainDes h3 {
        /* width: 80%; */
    }

    .indexCase_Mainfix {
        font-size: 100px;
    }

    .iCaseSwiper {
        margin-top: -650px;
        max-height: 650px;
    }

    .indexCase_border {
        height: 650px;
    }

    .indexCase_MainDes p {
        margin: 20px 0 40px;
    }

    .iCaseSwiper .swiper-slide-prev {
        padding-right: 60px;
    }

    .iCaseSwiper .swiper-slide-next {
        padding-left: 60px;
    }

    .iCaseSwiper .swiper-slide-next .indexCase_Main {
        padding-left: 0;
        padding-right: 60px;
    }

    .iCaseSwiper .swiper-button-prev,
    .iCaseSwiper .swiper-button-next {
        top: 65%;
    }

    .iNewsTop_box:nth-child(2n) .iNewsTop_right .iNewsTop_des {
        padding-right: 20%;
    }

    .iNewsTop_box:nth-child(2n+1) .iNewsTop_right .iNewsTop_des {
        padding-left: 20%;
    }

    .footer_box1 {
        padding-right: 20%;
        margin-bottom: 70px;
    }
}

@media (min-width:1401px) and (max-width:1680px) {
    .videobox {
        width: 88%;
        margin: 0 auto;
        max-height: auto;
        min-height: 600px;
    }

    .videobox iframe {
        width: 100%;
        max-height: auto;
        min-height: 600px;
    }

    .index_about {
        padding: 130px 0 130px;
    }

    .indexCase_Mainfix {
        font-size: 120px;
    }

    .indexCase_MainDes p {
        margin: 25px 0 50px;
    }

    .indexCase_border {
        height: 730px;
    }

    .iCaseSwiper {
        margin-top: -730px;
    }

    .iCaseSwiper .swiper-pagination {
        bottom: 60px;
    }
   
}


@media (min-width:430px) and (max-width:575px) {
    .index_product .row>div {
        width: 50% !important;
    }

    .indexpro_Des {
        padding: 0 10px;
    }

    .indexpro_Des p {
        display: none;
    }

    .indexpro_btn a {
        text-align: center;
        margin-top: 20px;
    }
}


@media (min-width: 1200px) {
    .indexIntro_num .col-xxl-2 {
        width: 20% !important;
    }
}