/* indexService */
.indexService {
    padding: 140px 0 100px;
}

.indexSer_box {
    padding: 40px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    transition: all ease 0.4s;
}

.indexSer_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.indexSer_title i {
    font-size: 22px;
    color: #666666;
}

.indexSer_title h2 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.indexSer_box p {
    font-size: 21px;
    color: #000;
    line-height: 1.3;
    margin: 30px 0 40px;
    position: relative;
    height: 100%;
    overflow: hidden;
}

.indexSer_box:hover {
    transform: translateY(-10px);
}

.indexSer_box a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    width: 100%;
    padding: 10px;
    transition: all ease 0.4s;
    background: var(--primary-color);
    text-align: center;
}

.indexSer_box a:hover {
    background: var(--heavy-grey);
    color: #fff;
}



/* indexAbout */
.indexAbout {
    padding: 100px 0;
}

.indexBtn a {
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0;
    background: var(--primary-color);
    line-height: 1.2;
    padding: 25px 35px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    transform: translateY(0);
    transition: all ease .3s, transform ease 2s 1s, opacity ease .8s .9s;
    position: relative;
}

.indexBtn.center {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.indexBtn a::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 0%;
    height: 100%;
    background: #fff;
    border: 1px solid var(--primary-color);
    z-index: -1;
    transition: all .5s ease;
    opacity: 0;
}

.indexBtn a:hover {
    color: var(--primary-color);
    transition: all .5s ease;
}

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

.iAbout_left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indexTitle h2,
.iAbout_left h1,.iAbout_left h2,.iAbout_left h3  {
    font-size: 34px;
    font-weight: bold;
    color: #000;
    font-style: italic;
    text-transform: uppercase;
    
    font-family:  Arial, Helvetica, sans-serif;
}

.indexTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
}

.indexTitle h2,
.iContact_bDes h3 {
    font-size: 36px;
    font-style: normal;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 20px;
}

.indexTitle p,
.iContact_bDes p {
    color: #fff;
    text-align: center;
    font-size: 24px;
    text-transform: uppercase;
}

.iAbout_left p {
    margin: 30px 0 10px;
    font-size: 22px;
    line-height: 1.2;
    color: #666;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 6;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*word-wrap: break-word;*/
    /* word-break: break-all; */

}

.indexAbout_r {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iAbout_img {
    /*display: block;*/
    position: relative;
    width: 100%;
    height: 100%;
    /*overflow: hidden;*/
    /*padding-top: 65%;*/
}

.iAbout_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /*vertical-align: middle;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    transition: all 0.5s ease;
}

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

.iAbout_img::before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 0;
    transition: 0.3s ease;
    z-index: 9;
}

.index_aboutus_video:hover .iAbout_img::before {
    opacity: 1;
    transition: 0.3s ease;
}

.indexaboutus_mask::after {
    transition: 0.3s ease;
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background-color: var(--primary-color);
    border: 3px solid var(--primary-color);
    border-radius: 50%;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    margin: -30px;
    transition: all ease 0.3s;
}

.indexaboutus_mask i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    color: #fff;
    font-size: 26px;
    cursor: pointer;
    transition: all ease 0.3s;
}

.index_aboutus_video:hover .indexaboutus_mask::after {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    width: 120px;
    height: 120px;
    margin: -62px -60px;
    opacity: 0;
    border-width: 5px;
}

.index_aboutus_video:hover .indexaboutus_mask i {
    transform: translate(-50%, -50%) scale(1.5);
}

.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;
}


/* indexProduct */
.indexProduct {
    padding: 100px 0;
}

.ipro_box {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

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

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

.ipro_img::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 2;
    background: rgb(34, 34, 34);
    transition: all ease 0.5s;
}

.ipro_box:hover .ipro_img::before {
    opacity: 0.5;
}

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

.ipro_des {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
    text-align: center;
    z-index: 9;
    gap: 26px;
    padding: 30px 25px;
    padding-top: 45%;
}

.ipro_des h2 {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 4px;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
}

.ipro_des h3 {
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 1;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*word-wrap: break-word;*/
    /*word-break: break-all;*/
}

.ipro_des p {
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    /*word-wrap: break-word;*/
    /* word-break: break-all; */
}

.ipro_des a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* indexNum */
.indexNum {
    padding-top: 100px;
}

.inum_box {
    padding: 56px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    height: 100%;
}

.indexNum .row>div {
    padding: 0;
}

.indexNum .row>div:nth-child(1) .inum_box,
.indexNum .row>div:nth-last-child(1) .inum_box {
    background: var(--primary-color);
}

.indexNum .row>div:nth-child(2) .inum_box {
    background: var(--light-grey);
}

.indexNum .row>div:nth-child(3) .inum_box {
    background: var(--heavy-grey);
}

.inum_box i {
    font-size: 40px;
    color: #Fff;
}

.inum_txt {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 6px;
}

.inum_txt span {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    font-family:  Arial, Helvetica, sans-serif;
}

.inum_txt p {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    color: #fff;
}

.inum_box>p {
    font-size: 24px;
    text-align: center;
    color: #fff;
}


/* indexFactory */
.indexFactory {
    margin-top: -100px;
    padding: 230px 0 60px;
    background: var(--dark-bg);
}

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

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

.ifacSwiper .swiper-slide {
    flex-shrink: 0;
}

.ifacSwiper .swiper-slide .ifac_img {
    transform: scale(0.8);
    transition: all 0.6s ease;
    position: relative;
}

.ifacSwiper .swiper-slide-active {
    z-index: 99;
}

.ifacSwiper .swiper-slide .ifac_img::before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: all ease 0.6s;
    z-index: 9;
}

.ifacSwiper .swiper-slide-active .ifac_img::before {
    background: rgba(0, 0, 0, 0);

}

.ifacSwiper .swiper-slide-active .ifac_img {
    transform: scale(1);
}

.ifacSwiper .swiper-slide-prev .ifac_img {
    transform: scale(0.8) translateX(20%);
}

.ifacSwiper .swiper-slide-next .ifac_img {
    transform: scale(0.8) translateX(-20%);
}

.ifacSwiper {
    padding-bottom: 60px;
}

.ifacSwiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #fff;
    margin: 0 10px !important;
    opacity: 1;
    transition: all ease 0.3s;
}

.ifacSwiper .swiper-pagination-bullet-active {
    background: var(--primary-color);
}


/* indexAdvan */
.indexAdvan {
    padding: 80px 0 100px;
    background: var(--dark-bg);
}

.iAdvan_box {
    display: flex;
    border-right: 2px solid #333;
    padding: 50px 0;
    height: 100%;
}

.iAdvan_main>div:nth-child(3n) .iAdvan_box {
    border: none;
}

.iAdvan_box .iAdvan_num {
    flex: 0 0 70px;
    font-size: 34px;
    line-height: 60px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
}

.iAdvan_rdes {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.iAdvan_rdes span {
    position: relative;
    width: 52px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.iAdvan_rdes span::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: 1;
}

.iAdvan_rdes span::after {
    content: "";
    position: absolute;
    inset: 1px;
    background: var(--dark-bg);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: 2;
}

.iAdvan_rdes span i {
    position: relative;
    z-index: 3;
    color: var(--primary-color);
    font-size: 22px;
}

.iAdvan_rdes h3 {
    font-size: 22px;
    color: #fff;
}

.iAdvan_rdes p {
    font-size: 18px;
    color: #666;
}


/* indexIntro */
.indexIntro {
    padding: 140px 0 40px;
}

.indexIntro .indexTitle {
    align-items: flex-start;
    text-align: left;
}

.indexIntro .indexTitle p {
    color: #666;
    font-size: 26px;
    text-align: left;
}

.iIntro_main>div {
    margin-bottom: 90px;
}

.iIntro_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.iIntro_box i {
    font-size: 40px;
    list-style: 1;
    color: var(--primary-color);
}

.iIntro_box h3 {
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

.iIntro_box p {
    font-size: 20px;
    color: #666;
}


/* indexCase */
.indexCase {
    background: #DCDCDC;
    padding: 100px 0 10px;
}

.iCase_top {
    display: flex;
    justify-content: space-between;
}

.iCase_top .indexTitle {
    align-items: flex-start;
    flex: 0 0 calc(100% - 300px);
}

.iCase_top .indexTitle h2 {
    text-align: left;
}

.iCase_top .indexTitle p {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize;
    color: #888;
}

.iCase_top .indexBtn {
    flex: 0 0 240px;
}

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

.iCase_bot .row {
    overflow: hidden;
}

.iCase_bot .row>div {
    margin-bottom: 15px;
}

.iCase_box {
    position: relative;
}

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

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

.iCase_des {
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 0;
    background: rgba(38, 38, 38, .5);
    transition: all ease 0.5s;
}

.iCase_intro {
    box-sizing: border-box;
    height: auto;
    text-align: left;
    margin-right: 90px;
    margin-left: 25px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    color: transparent;
    padding: 0;
    width: 75%;
}

.iCase_intro h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.iCase_des i {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -16px;
    transition: all .3s ease 0s;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    font-size: 28px;
    color: #fff;
    opacity: 0;
}

.iCase_box:hover i {
    right: 34px;
    opacity: 1;
}

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

.iCase_box>a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


/* indexHonor */
.indexHonor {
    background: url(../images/ih2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 160px;
    background-position: center 30px;
}

.indexHonor_top {
    padding-top: 120px;
    background: url(../images/ih1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.iHonor_des {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 22px;
}

.iHonor_des h2 {
    font-size: 34px;
    color: #333;
    font-weight: bold;
}

.iHonor_des p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.iHonor_main {
    padding-left: 5%;
}

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

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

.ihonorSwiper {
    padding-bottom: 80px;
    margin-bottom: -80px;
}

.ihonorSwiper .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 10px !important;
    transition: all ease 0.3s;
    background: #d9d9d9;
    opacity: 1;
}

.ihonorSwiper .swiper-pagination-bullet-active {
    background: var(--primary-color);
}


/* indexNews */
.indexNews {
    padding: 70px 0;
    background: #f5f5f5;
    overflow: hidden;
}

.indexNews .indexTitle {
    margin-bottom: 45px;
}
.iNews_left{
    height: 100%;
}

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

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

.indexnews_left{
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}



.indexnews_left .iNews_limg{
    padding-top: 135%;
    overflow: visible;
}

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


.iNews_ldes {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 30px;
    gap: 20px;
    background: #fff;
}

.iNews_ldes h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #000;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
    transition: all ease 0.3s;
}

.iNews_ldes p {
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.iNews_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iNews_right hr {
    height: 1px;
    border-bottom: 1px solid #555 !important;
}

.iNews_right hr:nth-last-child(1) {
    display: none;
}

.iNews_rbox .iNews_limg {
    padding-top: 73%;
}

.iNews_rbox .iNews_ldes {
    padding: 10px 20px;
    background: transparent;
}

.iNews_rbox .iNews_ldes h3 {
    -webkit-line-clamp: 2;
}

.iNews_rbox .iNews_ldes p {
    -webkit-line-clamp: 3;
}

.iNews_ldes h3:hover {
    transition: all ease 0.4s;
    color: var(--primary-color);
}

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



/* iContact_top */
.iContact_top {
    background: url(../images/iconbg1.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 180px;
    background-attachment: fixed;
    position: relative;
}

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

.iContact_logo img {
    max-width: 280px;
}

.iContact_tbox {
    position: relative;
    z-index: 9;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.iContact_tbox .indexTitle {
    margin-bottom: 0;
}

.iContact_tbox .indexTitle h2 {
    margin-bottom: 35px;
}

.iContact_bot {
    padding: 0 0 150px;
    margin-top: -60px;
    position: relative;
    z-index: 9;
}

.iContact_bDes {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-right: 10%;
    padding-bottom: 20px;
    padding-top: 60px;
}

.iContact_bDes h3 {
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    margin-bottom: 40px;
}

.iContact_bDes p {
    text-align: left;
    color: #666;
}

.iContact_bForm {
    background: #f5f5f5;
    padding: 40px 60px 30px;
}

.iContact_bTxt {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-bottom: 26px;
    text-transform: uppercase;
}

.iContact_bTxt span {
    font-size: 20px;
    color: var(--primary-color);
}

.iContact_bTxt h4 {
    font-size: 30px;
    color: #111;
    font-weight: normal;
}

.iContact_bTxt p {
    font-size: 16px;
    color: #333;
}

.iContact_bForm .yandex-form #form .list input,
.iContact_bForm .yandex-form #form .list textarea {
    /* border: 1px solid #333; */
    background: transparent;
}

.iContact_bForm .yandex-form #form #submit {
    width: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0;
    background: var(--primary-color);
    line-height: 1.2;
    padding: 25px 65px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    transform: translateY(0);
    transition: all ease 0.3s;
    position: relative;
}

.iContact_bForm .yandex-form #form #submit:hover {
    background: var(--heavy-grey);
    transition: all .5s ease;
}


/* indexFooter */
.indexFooter {
    background: url(../images/iconbg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    position: relative;
}

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

.iFoot_top,
.iFoot_bot {
    position: relative;
    z-index: 9;
}

.iFoot_tleft,
.iFoot_tright {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.iFoot_tlogo {
    margin-bottom: 30px;
}

.iFoot_tlogo img {
    max-width: 135px;
}

.footerTl_boxs {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.footerTl_box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.footerTl_box i {
    display: flex;
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background: #6b6b6b;
}

.footerTl_box p {
    flex: 0 calc(100% - 45px);
}

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

.footerTl_box a:hover {
    color: #fff;
    text-decoration: underline !important;
}

.iFoot_trmedia>p {
    font-size: 20px;
    text-transform: uppercase;
    color: #eee;
    font-weight: bold;
    font-style: italic;
}

.iFoot_tright,
.iFoot_trmedia {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
}

.iFoot_trmedia .public_ad_header_social_media {
    margin-bottom: 15px;
}

.iFoot_trmedia .public_ad_header_social_media i {
    color: #fff;
    transition: all ease 0.3s;
}

.iFoot_trmedia .public_ad_header_social_media i:hover {
    color: var(--primary-color);
}

.iFoot_top {
    margin-bottom: 70px;
}

.iFoot_bbox h3 {
    word-break: break-word;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.iFoot_bli p {
    padding: 5px 0;
}

.iFoot_bli a,
.iFoot_bli span {
    color: #f1f1f1;
    font-size: 14px;
    line-height: 1.3;
    position: relative;
}

.iFoot_bli a:hover {
    color: #fff;
}

.iFoot_bli a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0px;
    display: block;
    width: 100%;
    height: 1px;
    opacity: 1;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: top right;
    transition: transform 0.3s ease-out;
}

.iFoot_bli a:hover::before {
    transform: scaleX(1);
    transform-origin: top left;
}

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

    .navbar-toggler {
        background-color: var(--primary-color);
    }

    .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;
        white-space: wrap;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: var(--primary-color);
    }


    .banner {
        margin-top: 58px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 15px;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .indexService {
        padding: 40px 0 0;
    }

    .indexService .row>div {
        margin-bottom: 30px;
    }

    .indexSer_box {
        padding: 30px 25px;
    }

    .indexSer_box p {
        font-size: 18px;
        margin: 15px 0 20px;
    }

    .indexSer_box a {
        font-size: 18px;
        width: auto;
        padding: 8px 20px;
    }

    .indexAbout {
        padding: 40px 0;
    }

    .indexTitle h2,
    .iAbout_left h1,.iAbout_left h2,.iAbout_left h3  {
        font-size: 25px;
        word-break: break-all;
        margin-bottom: 15px;
    }

    .iAbout_left p {
        font-size: 18px;
        margin-top: 10px;
        -webkit-line-clamp: 4;
    }

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

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

    .indexBtn a {
        margin: 25px 0 0;
        padding: 15px 30px;
        font-size: 18px;
    }

    .indexAbout_r {
        padding-top: 30px;
    }

    .indexProduct {
        padding: 0 0 40px;
    }

    .indexProduct .row>div:not(:last-child) {
        margin-bottom: 30px;
    }

    .ipro_des h2 {
        font-size: 30px;
    }

    .ipro_des h3 {
        font-size: 20px;
    }

    .indexNum {
        padding-top: 10px;
    }

    .inum_box {
        padding: 30px 15px;
        gap: 15px;
    }

    .inum_txt span {
        font-size: 32px;
        line-height: 30px;
    }

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

    .inum_box>p {
        font-size: 18px;
        word-break: break-all;
    }

    .indexFactory {
        margin-top: 0;
        padding: 60px 0 0;
    }

    .indexTitle p,
    .iContact_bDes p {
        font-size: 20px;
    }

    .indexTitle {
        margin-bottom: 40px;
    }

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

    .iAdvan_box {
        padding: 20px 0;
        border-bottom: 2px solid #333 !important;
        border-right: none;
    }

    .iAdvan_main>div:nth-last-child(1) .iAdvan_box {
        border-bottom: none !important;
    }

    .iAdvan_rdes h3 {
        font-size: 20px;
    }

    .iAdvan_rdes {
        gap: 12px;
    }

    .iAdvan_rdes p {
        font-size: 16px;
    }

    .indexAdvan .indexBtn.center {
        margin-top: 0;
    }

    .indexIntro {
        padding: 40px 0;
    }

    .indexIntro .indexTitle p {
        text-align: center;
        font-size: 20px;
    }

    .iIntro_box {
        gap: 10px;
    }

    .iIntro_box i {
        line-height: 1;
    }

    .iIntro_box h3 {
        font-size: 24px;
    }

    .iIntro_box p {
        font-size: 16px;
    }

    .iIntro_main>div {
        margin-bottom: 30px;
    }

    .iIntro_main>div:nth-last-child(1) {
        margin-bottom: 0;
    }

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

    .iCase_top {
        flex-direction: column;
    }

    .iCase_top .indexTitle {
        margin-bottom: 0;
        flex: auto;
    }

    .iCase_top .indexBtn {
        flex: auto;
    }

    .iCase_bot {
        margin-top: 30px;
    }

    .iCase_des {
        padding: 12px 0;
    }

    .iCase_intro h3 {
        font-size: 16px;
    }

    .indexHonor_top {
        padding-top: 50px;
    }

    .iHonor_des {
        gap: 15px;
    }

    .iHonor_des h2 {
        font-size: 28px;
    }

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

    .ihonorSwiper {
        padding-bottom: 60px;
        margin-bottom: -60px;
    }

    .indexHonor {
        padding-bottom: 90px;
    }

    .indexNews {
        padding: 50px 0;
    }

    .indexNews .indexTitle {
        margin-bottom: 20px;
    }

    .iNews_ldes {
        padding: 30px 20px;
        gap: 10px;
    }

    .iNews_ldes h3 {
        line-height: 1.3;
        -webkit-line-clamp: 1;
    }

    .iNews_ldes p {
        -webkit-line-clamp: 3;
    }

    .iNews_right {
        padding-top: 30px;
    }

    .iNews_rbox .iNews_ldes h3 {
        -webkit-line-clamp: 1;
    }

    .iNews_rbox .iNews_ldes {
        padding: 0;
        gap: 5px;
    }

    .iNews_rbox .iNews_ldes p {
        -webkit-line-clamp: 2;
    }

    .iContact_top {
        padding: 50px 0;
    }

    .iContact_tbox {
        gap: 25px;
    }

    .iContact_logo img {
        max-width: 180px;
    }

    .iContact_tbox .indexTitle h2 {
        margin-bottom: 10px;
    }

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

    .iContact_bDes {
        padding: 40px 0;
    }

    .iContact_bDes h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

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

    .iContact_bForm {
        background: #f5f5f5;
        padding: 40px 20px 30px;
    }

    .iContact_bTxt span {
        font-size: 14px;
    }

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

    .iContact_bForm .yandex-form #form .list p {
        line-height: 1.5;
    }

    .iContact_bForm .yandex-form #form #submit {
        width: 100%;
        padding: 12px 36px;
    }

    .iContact_bForm .yandex-form {
        min-height: auto;
    }

    .indexFooter {
        padding: 50px 0 20px;
    }

    .footerTl_box span,
    .footerTl_box a {
        font-size: 16px;
    }

    .iFoot_tright .iFoot_trmedia {
        order: 2;
        width: 100%;
    }

    .iFoot_tright .footerTl_box {
        order: 1;
        padding-top: 15px;
    }

    .iFoot_trmedia {
        align-items: flex-start;
        gap: 15px;
    }

    .iFoot_top {
        margin-bottom: 30px;
    }

    .iFoot_bbox {
        padding-bottom: 20px;
    }

    .iFoot_bbox h3 {
        margin-bottom: 10px;
    }

    .iFoot_bli p {
        padding: 3px 0;
    }
    
    
    
    .ipro_des h2 {
        /*font-size: 20px;*/
    }
    
    .ipro_des {
        padding-top: 30px;
        gap: 12px;
    justify-content: center;
    }
}

@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: var(--primary-color);
    }

    .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;
        white-space: wrap;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: var(--primary-color);
    }


    .banner {
        margin-top: 58px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 15px;
    }

    .bannerSwiper .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
    }

    .indexService {
        padding: 40px 0 0;
    }

    .indexSer_box {
        padding: 30px 25px;
    }

    .indexSer_box p {
        font-size: 18px;
        margin: 15px 0 20px;
    }

    .indexSer_box a {
        font-size: 18px;
        width: auto;
        padding: 8px 20px;
    }

    .indexAbout {
        padding: 40px 0;
    }

    .indexTitle h2,
    .iAbout_left h1,.iAbout_left h2,.iAbout_left h3  {
        font-size: 28px;
        word-break: break-all;
        margin-bottom: 15px;
    }

    .iAbout_left p {
        font-size: 18px;
        margin-top: 10px;
        -webkit-line-clamp: 4;
    }

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

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


    .indexBtn a {
        margin: 25px 0 0;
        padding: 15px 30px;
        font-size: 18px;
    }

    .indexAbout_r {
        padding-top: 30px;
    }

    .indexProduct {
        padding: 0 0 40px;
    }

    .ipro_des {
        gap: 12px;
        padding: 30px 15px;
    }



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

    .ipro_des h3 {
        font-size: 20px;
        word-break: break-all;
    }

    .ipro_des p {
        font-size: 14px;
        /*word-break: break-all;*/
    }

    .indexNum {
        padding-top: 10px;
    }

    .inum_box {
        padding: 30px 15px;
        gap: 15px;
    }

    .inum_txt span {
        font-size: 26px;
        line-height: 24px;
    }

    .inum_txt p {
        font-size: 16px;
    }

    .inum_box>p {
        font-size: 18px;
        word-break: break-all;
    }

    .indexFactory {
        margin-top: 0;
        padding: 60px 0 0;
    }

    .indexTitle p,
    .iContact_bDes p {
        font-size: 18px;
    }

    .indexTitle {
        margin-bottom: 40px;
    }

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

    .iAdvan_box {
        padding: 20px 10px 20px 0;
        border-right: 2px solid #333 !important;
        border-right: none;
    }

    .iAdvan_main>div:nth-child(2n) .iAdvan_box {
        border-right: none !important;
    }

    .iAdvan_rdes h3 {
        font-size: 20px;
    }

    .iAdvan_rdes {
        gap: 12px;
    }

    .iAdvan_rdes p {
        font-size: 16px;
    }

    .indexAdvan .indexBtn.center {
        margin-top: 0;
    }

    .indexIntro {
        padding: 40px 0;
    }

    .indexIntro .indexTitle h2 {
        width: 100%;
    }

    .indexIntro .indexTitle p {
        text-align: center;
        font-size: 20px;
    }

    .iIntro_box {
        gap: 10px;
    }

    .iIntro_box i {
        line-height: 1;
    }

    .iIntro_box h3 {
        font-size: 24px;
    }

    .iIntro_box p {
        font-size: 16px;
    }

    .iIntro_main>div {
        margin-bottom: 30px;
    }

    .iIntro_main>div:nth-last-child(1) {
        margin-bottom: 0;
    }

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

    .iCase_top {
        flex-direction: column;
    }

    .iCase_top .indexTitle {
        margin-bottom: 0;
        flex: auto;
    }

    .iCase_top .indexBtn {
        flex: auto;
    }

    .iCase_bot {
        margin-top: 30px;
    }

    .iCase_des {
        padding: 12px 0;
    }

    .iCase_intro h3 {
        font-size: 16px;
    }

    .indexHonor_top {
        padding-top: 50px;
    }

    .iHonor_des {
        gap: 15px;
    }

    .iHonor_des h2 {
        font-size: 28px;
    }

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

    .ihonorSwiper {
        padding-bottom: 60px;
        margin-bottom: -60px;
    }

    .indexHonor {
        padding-bottom: 90px;
    }

    .indexNews {
        padding: 50px 0;
    }

    .indexNews .indexTitle {
        margin-bottom: 20px;
    }

    .iNews_ldes {
        padding: 30px 20px;
        gap: 10px;
    }

    .iNews_ldes h3 {
        line-height: 1.3;
    }

    .iNews_ldes p {
        -webkit-line-clamp: 6;
    }

    .iNews_right {
        padding-top: 30px;
    }

    .iNews_rbox .iNews_ldes h3 {
        -webkit-line-clamp: 2;
    }

    .iNews_rbox .iNews_ldes {
        padding: 0;
        gap: 5px;
    }

    .iNews_rbox .iNews_ldes p {
        -webkit-line-clamp: 3;
    }

    .iContact_top {
        padding: 50px 0;
    }

    .iContact_tbox {
        gap: 25px;
    }

    .iContact_logo img {
        max-width: 180px;
    }

    .iContact_tbox .indexTitle h2 {
        margin-bottom: 10px;
    }

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

    .iContact_bDes {
        padding: 50px 0;
    }

    .iContact_bDes h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

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

    .iContact_bForm {
        background: #f5f5f5;
        padding: 40px 20px 30px;
    }

    .iContact_bTxt span {
        font-size: 16px;
    }

    .iContact_bTxt h4 {
        font-size: 28px;
    }

    .iContact_bForm .yandex-form #form .list p {
        line-height: 1.5;
    }

    .iContact_bForm .yandex-form #form #submit {
        width: 100%;
        padding: 12px 36px;
    }

    .iContact_bForm .yandex-form {
        min-height: auto;
    }

    .indexFooter {
        padding: 50px 0 20px;
    }

    .footerTl_box span,
    .footerTl_box a {
        font-size: 16px;
    }

    .iFoot_tright .iFoot_trmedia {
        order: 2;
        width: 100%;
    }

    .iFoot_tright .footerTl_box {
        order: 1;
        padding-top: 15px;
    }

    .iFoot_trmedia {
        align-items: flex-start;
        gap: 15px;
    }

    .iFoot_top {
        margin-bottom: 30px;
    }

    .iFoot_bbox {
        padding-bottom: 20px;
    }

    .iFoot_bbox h3 {
        margin-bottom: 10px;
    }

    .iFoot_bli p {
        padding: 3px 0;
    }
    
    .ipro_des h2 {
        font-size: 24px;
    }
    
    .ipro_des {
        padding-top: 16%;
        gap: 12px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: var(--primary-color);
    }

    .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;
        white-space: wrap;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: var(--primary-color);
    }


    .banner {
        margin-top: 58px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 30px;
    }

    .indexService {
        padding: 50px 0 0;
    }

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

    .indexSer_box a {
        font-size: 18px;
        width: auto;
        padding: 8px 20px;
    }

    .indexAbout {
        padding: 50px 0;
    }

    .iAbout_left h1,.iAbout_left h2,.iAbout_left h3  {
        font-size: 24px;
        word-break: break-all;
        margin-bottom: 0px;
    }

    .indexTitle h2 {
        font-size: 28px;
        word-break: break-all;
        margin-bottom: 15px;
    }

    .iAbout_left p {
        font-size: 16px;
        margin-top: 10px;
        -webkit-line-clamp: 3;
    }

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

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

    .indexBtn a {
        margin: 25px 0 0;
        padding: 15px 30px;
        font-size: 18px;
    }

    .indexProduct {
        padding: 0 0 50px;
    }

    .ipro_des h2 {
        font-size: 24px;
        word-break: break-all;
    }

    .ipro_des h3 {
        font-size: 20px;
        word-break: break-all;
    }

    .ipro_des p {
        font-size: 15px;
        /*word-break: break-all;*/
    }

    .indexNum {
        padding-top: 10px;
    }

    .inum_box {
        padding: 30px 15px;
        gap: 15px;
    }

    .inum_txt span {
        font-size: 26px;
        line-height: 24px;
    }

    .inum_txt p {
        font-size: 16px;
    }

    .inum_box>p {
        font-size: 18px;
        word-break: break-all;
    }

    .indexFactory {
        margin-top: 0;
        padding: 60px 0 0;
    }

    .indexTitle p,
    .iContact_bDes p {
        font-size: 18px;
    }

    .indexTitle {
        margin-bottom: 40px;
    }

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

    .iAdvan_box {
        padding: 20px 10px 20px 0;
    }

    .iAdvan_rdes h3 {
        font-size: 20px;
    }

    .iAdvan_rdes {
        gap: 12px;
    }

    .iAdvan_rdes p {
        font-size: 16px;
    }

    .indexAdvan .indexBtn.center {
        margin-top: 10px;
    }

    .indexIntro {
        padding: 50px 0;
    }

    .indexIntro .indexTitle h2 {
        width: 100%;
    }

    .indexIntro .indexTitle p {
        text-align: center;
        font-size: 20px;
    }

    .iIntro_box {
        gap: 10px;
    }

    .iIntro_box h3 {
        font-size: 24px;
    }

    .iIntro_box p {
        font-size: 14px;
    }

    .iIntro_main>div {
        margin-bottom: 15px;
    }

    .iIntro_main>div:nth-last-child(1) {
        margin-bottom: 0;
    }

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

    .iCase_top {
        flex-direction: column;
    }

    .iCase_top .indexTitle {
        margin-bottom: 0;
        flex: auto;
    }

    .iCase_top .indexBtn {
        flex: auto;
    }

    .iCase_bot {
        margin-top: 30px;
    }

    .iCase_des {
        padding: 12px 0;
    }

    .iCase_intro h3 {
        font-size: 16px;
    }

    .indexHonor_top {
        padding-top: 50px;
    }

    .iHonor_des {
        gap: 15px;
    }

    .iHonor_des h2 {
        font-size: 28px;
    }

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

    .ihonorSwiper {
        padding-bottom: 60px;
        margin-bottom: -60px;
    }

    .indexHonor {
        padding-bottom: 100px;
    }

    .indexNews {
        padding: 50px 0;
    }

    .indexNews .indexTitle {
        margin-bottom: 20px;
    }

    .iNews_ldes {
        padding: 0px 20px 40px;
        gap: 10px;
    }

    .iNews_ldes h3 {
        line-height: 1.3;
        -webkit-line-clamp: 2;
    }

    .iNews_ldes p {
        -webkit-line-clamp: 3;
    }

    .iNews_rbox .iNews_ldes h3 {
        -webkit-line-clamp: 2;
    }

    .iNews_rbox .iNews_ldes {
        padding: 0;
        gap: 5px;
    }

    .iNews_rbox .iNews_ldes p {
        -webkit-line-clamp: 3;
    }

    .iContact_top {
        padding: 70px 0;
    }

    .iContact_logo img {
        max-width: 180px;
    }

    .iContact_tbox .indexTitle h2 {
        margin-bottom: 10px;
    }

    .iContact_bot {
        padding: 0 0 60px;
        margin-top: -40px;
    }

    .iContact_bDes {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .iContact_bDes h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

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

    .iContact_bForm {
        background: #f5f5f5;
        padding: 40px 20px 30px;
    }

    .iContact_bTxt {
        gap: 10px;
        padding-bottom: 20px;
    }

    .iContact_bTxt span {
        font-size: 14px;
    }

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

    .iContact_bTxt p {
        font-size: 14px;
    }

    .iContact_bForm .yandex-form #form .list p {
        line-height: 1.5;
    }

    .iContact_bForm .yandex-form #form #submit {
        width: 100%;
        padding: 12px 36px;
    }

    .iContact_bForm .yandex-form {
        min-height: auto;
    }

    .indexFooter {
        padding: 50px 0 20px;
    }

    .footerTl_box span,
    .footerTl_box a {
        font-size: 15px;
    }

    .iFoot_tright {
        gap: 0;
    }

    .iFoot_trmedia {
        gap: 15px;
    }

    .iFoot_top {
        margin-bottom: 30px;
    }

    .iFoot_bbox {
        padding-bottom: 20px;
    }

    .iFoot_bbox h3 {
        margin-bottom: 10px;
    }

    .iFoot_bli p {
        padding: 3px 0;
    }
    
    /*.iNews_left > div:nth-child(1){*/
    
    /*    background: #fff;*/
    /*}*/
    
    .indexnews_left {
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    .ipro_des  {
        padding-top: 20%;
        gap: 15px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .bg-dark {
        background-color: #fff !important;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .navbar-toggler {
        background-color: var(--primary-color);
    }

    .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;
        white-space: wrap;
    }

    .dropdown-item:hover,
    .dropdown-item:focus {
        background-color: var(--primary-color);
    }


    .banner {
        margin-top: 58px;
    }

    .bannerSwiper .swiper-pagination-horizontal {
        bottom: 30px;
    }

    .indexService {
        padding: 60px 0 0;
    }


    .indexSer_box a {
        font-size: 20px;
        padding: 8px 20px;
    }

    .indexAbout {
        padding: 65px 0;
    }

    .iAbout_left h1,.iAbout_left h2,.iAbout_left h3  {
        font-size: 28px;
        margin-bottom: 0px;
    }

    .indexTitle h2 {
        font-size: 32px;
    }

    .iAbout_left p {
        font-size: 20px;
        margin-top: 10px;
        -webkit-line-clamp: 3;
    }

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

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

    .indexBtn a {
        margin: 25px 0 0;
        padding: 15px 30px;
    }

    .indexProduct {
        padding: 0 0 65px;
    }

    .indexNum {
        padding-top: 10px;
    }

    .inum_box {
        padding: 56px 15px;
        gap: 15px;
    }

    .inum_txt span {
        font-size: 34px;
        line-height: 30px;
    }

    .inum_box>p {
        font-size: 20px;
    }

    .indexFactory {
        margin-top: 0;
        padding: 75px 0 0;
    }

    .indexTitle p,
    .iContact_bDes p {
        font-size: 18px;
    }

    .indexTitle {
        margin-bottom: 40px;
    }

    .indexAdvan {
        padding: 60px 0 70px;
    }

    .iAdvan_box {
        padding: 20px 10px 20px 0;
    }

    .indexIntro {
        padding: 70px 0;
    }

    .indexIntro .indexTitle p {
        font-size: 20px;
    }

    .iIntro_box {
        gap: 10px;
    }

    .iIntro_box h3 {
        font-size: 24px;
    }

    .iIntro_box p {
        font-size: 16px;
    }

    .iIntro_main>div {
        margin-bottom: 15px;
    }

    .iIntro_main>div:nth-last-child(1) {
        margin-bottom: 0;
    }

    .indexCase {
        padding: 70px 0 60px;
    }

    .iCase_top {
        flex-direction: column;
    }

    .iCase_top .indexTitle {
        margin-bottom: 0;
        flex: auto;
    }

    .iCase_top .indexBtn {
        flex: auto;
    }

    .iCase_bot {
        margin-top: 30px;
    }

    .iCase_intro h3 {
        font-size: 16px;
    }

    .indexHonor_top {
        padding-top: 60px;
    }

    .iHonor_des {
        gap: 15px;
    }

    .iHonor_des h2 {
        font-size: 28px;
    }

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

    .ihonorSwiper {
        padding-bottom: 60px;
        margin-bottom: -60px;
    }

    .indexHonor {
        padding-bottom: 130px;
    }

    .indexNews {
        padding: 70px 0;
    }

    .indexNews .indexTitle {
        margin-bottom: 20px;
    }

    .iNews_ldes {
        padding: 30px 20px;
        gap: 10px;
    }

    .iNews_ldes h3 {
        -webkit-line-clamp: 2;
    }

    .iNews_ldes p {
        -webkit-line-clamp: 9;
    }

    .iNews_rbox .iNews_ldes h3 {
        -webkit-line-clamp: 1;
    }

    .iNews_rbox .iNews_ldes {
        padding: 0;
        gap: 5px;
    }

    .iNews_rbox .iNews_ldes p {
        -webkit-line-clamp: 3;
    }

    .iContact_top {
        padding: 80px 0;
    }

    .iContact_logo img {
        max-width: 180px;
    }

    .iContact_tbox .indexTitle h2 {
        margin-bottom: 10px;
    }

    .iContact_bot {
        padding: 0 0 70px;
        margin-top: -40px;
    }

    .iContact_bDes {
        padding-top: 40px;
        padding-bottom: 0;
    }

    .iContact_bDes h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .iContact_bForm {
        background: #f5f5f5;
        padding: 40px 20px 30px;
    }

    .iContact_bTxt {
        gap: 10px;
        padding-bottom: 20px;
    }

    .iContact_bTxt h4 {
        font-size: 28px;
    }

    .iContact_bForm .yandex-form #form .list p {
        line-height: 1.5;
    }

    .iContact_bForm .yandex-form #form #submit {
        width: 100%;
        padding: 12px 36px;
    }

    .iContact_bForm .yandex-form {
        min-height: auto;
    }

    .indexFooter {
        padding: 70px 0 30px;
    }

    .iFoot_tright {
        gap: 0;
    }

    .iFoot_trmedia {
        gap: 15px;
    }

    .iFoot_top {
        margin-bottom: 40px;
    }
    
    .ipro_des{
        padding-top: 30%;
    }
    
    .ipro_des h2 {
    font-size: 32px;
    }

}

@media (min-width:1200px) and (max-width:1400px) {
    .head_layer .logo-fixed img {
        max-width: 180px;
    }

    .headernav_box {
        margin-left: 0px;
    }

    .nav_wrap .head_nav {
        gap: 5px;
    }

    .nav_wrap .head_nav > li {
        font-size: 14px;
    }

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

    .nav_wrap {
        position: relative;
        width: calc(100% - 45px);
      }

    .indexService {
        padding: 90px 0 0;
    }

    .indexAbout {
        padding: 65px 0;
    }

    .indexTitle h2 {
        font-size: 34px;
    }

    .iAbout_left p {
        margin-top: 10px;
        -webkit-line-clamp: 5;
    }

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

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

    .indexBtn a {
        margin: 25px 0 0;
    }

    .indexProduct {
        padding: 0 0 65px;
    }

    .indexNum {
        padding-top: 10px;
    }

    .inum_box {
        padding: 56px 15px;
        gap: 15px;
    }

    .inum_txt span {
        font-size: 40px;
        line-height: 36px;
    }

    .inum_box>p {
        font-size: 20px;
    }

    .indexFactory {
        margin-top: 0;
        padding: 85px 0 0;
    }

    .indexTitle p,
    .iContact_bDes p {
        font-size: 18px;
    }

    .indexTitle {
        margin-bottom: 40px;
    }

    .indexAdvan {
        padding: 80px 0 90px;
    }

    .indexIntro {
        padding: 70px 0;
    }

    .indexIntro .indexTitle p {
        font-size: 22px;
    }

    .iIntro_main>div {
        margin-bottom: 40px;
    }

    .iIntro_main>div:nth-last-child(1) {
        margin-bottom: 0;
    }

    .indexCase {
        padding: 70px 0 60px;
    }

    .indexHonor_top {
        padding-top: 90px;
    }

    .iHonor_des {
        gap: 15px;
    }


    .indexHonor {
        padding-bottom: 140px;
    }

    .indexNews {
        padding: 90px 0;
    }

    .iNews_ldes p {
        -webkit-line-clamp: 10;
    }

    .iNews_rbox .iNews_ldes h3 {
        -webkit-line-clamp: 1;
    }

    .iNews_rbox .iNews_ldes {
        padding: 10px;
        gap: 10px;
    }

    .iNews_rbox .iNews_ldes p {
        -webkit-line-clamp: 3;
    }

    .iContact_top {
        padding: 90px 0 120px;
    }

    .iContact_bot {
        padding: 0 0 80px;
    }

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

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

    .iContact_bTxt {
        gap: 10px;
        padding-bottom: 20px;
    }

    .iContact_bForm .yandex-form #form .list p {
        line-height: 1.5;
    }

    .iContact_bForm .yandex-form #form #submit {
        padding: 20px 46px;
    }


    .iFoot_top {
        margin-bottom: 40px;
    }
    
    .ipro_des{
        padding-top: 35%;
    }
}

@media (min-width:1401px) and (max-width:1780px) {
    

    .nav_wrap .head_nav {
        gap: 12px;
    }

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

    .nav_wrap .head_nav > li{
        font-size: 16px;
    }

    .headernav_box{
        margin-left: 25px;
    }

    .nav_wrap {
        width: calc(100% - 60px);
      }


    .indexService{
        padding: 100px 0;
    }

    .indexAbout{
        padding: 30px 0;
    }
    .videobox {
        width: 88%;
        margin: 0 auto;
        max-height: auto;
        min-height: 600px;
    }

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

    .indexNum{
        padding-top: 30px;
    }

    .indexFactory {
        padding: 200px 0 20px;
    }

    .indexIntro{
        padding: 100px 0 40px; 
    }

    .iContact_bDes p {
        font-size: 22px;
    }

    .iContact_bot{
        padding-bottom: 120px;
    }
}