.indexProduct {
    padding-bottom: 110px;
}

.indexPro_top {
    background: url(../images/ipbg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;

}

.ipro_Advs {
    margin-top: -36px;
    background: var(--primary-color) url(../images/ipadvbg1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 35px 130px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.ipro_Advsbox figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}

.ipro_AdvsIcon {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ipro_AdvsIcon i {
    font-size: 44px;
    line-height: 1;
    color: var(--primary-color);
    transition: all ease .3s;
}

.ipro_Advsbox figcaption {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.ipro_Advsbox figcaption h4 {
    font-size: 28px;
    line-height: 1;
    color: #fff;
}

.ipro_Advsbox figcaption small {
    font-size: 11px;
    color: #fff;
}

.ipro_Advsbox:hover i{
    transform: rotateY(180deg);
}

.ipro_mid {
    position: relative;
    padding-top: 90px;
    overflow: hidden;
}

.ipro_span {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 12px;
    color: #666;
    letter-spacing: 16px;
    transform: rotateZ(270deg);
    transform-origin: left bottom;
    display: flex;
    align-items: center;
}

.ipro_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    margin-bottom: 60px;
}

.ipro_title span {
    font-size: 18px;
    font-weight: bold;
    color: var(--title-color);
    font-family: sans-serif;
    letter-spacing: 5px;
}

.ipro_title h2 {
    font-size: 56px;
    font-weight: bold;
    color: var(--title-color);
    letter-spacing: 18px;
    padding-left: 18px;
}

.ipro_midleft h3,
.ipro_midleft h2 {
    font-size: 36px;
    font-weight: bold;
    color: var(--title-color);
}

.ipro_midleft small {
    font-size: 12px;
    color: #4b4b4b;
}


.ipro_mid article {
    /* width: 90%; */
    position: relative;
    padding: 0 6%;
}

.ipro_mid article::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    bottom: auto;
    width: 2px;
    height: 212px;
    background: url(../images/ipline1.png);
}

.ipro_midleft {
    padding: 0 70px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 60px;
}

.ipro_midleft p {
    font-size: 14px;
    color: #474747;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /* word-break: break-all; */
}

.ipro_mlbtn a {
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 60px;
    margin-top: 10px;
    background: var(--second-color);
    line-height: 16px;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    transform: translateY(0);
    transition: all ease .3s, transform ease 2s 1s, opacity ease .8s .9s;
    position: relative;
}

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

.ipro_mlbtn a i {
    font-size: 14px;
}

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

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

.ipro_midright {
    padding: 0 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

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

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

.indexPro_bot {
    margin-top: 50px;
}

.indexPro_bot .iproSwiper {
    padding-top: 50px;
}

.iprobot_box {
    overflow: hidden;
    padding-top: 50px;
}

.iprobot_Img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 100%;
    transition: all 0.5s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

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

.iprobot_box:hover .iprobot_Img {
    transform: scale(1.5);
}

.iprobot_des {
    background: transparent;
    display: flex;
    padding: 18px 22px 35px;
    position: relative;
    z-index: 2;
}

.iprobot_des a{
    width: 100%;
}

.iprobot_des h4 {
    width: 100%;
    text-align: center;
    background: transparent;
    color: var(--text-color);
    /* background: var(--second-color);
    color: #fff; */
    font-size: 18px;
    line-height: 20px;
    padding: 15px;
    transition: all ease .5s;
}

.iprobot_box:hover .iprobot_des h4 {
    background: var(--second-color);
    color: #fff;
}

.iproSwiper .swiper-button-prev {
    left: auto;
    right: 75px;
    top: 25px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px dashed var(--title-color);
    color: var(--title-color);
    transition: all ease .3s;
}

.iproSwiper .swiper-button-next {
    left: auto;
    right: 0;
    top: 25px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px dashed var(--title-color);
    color: var(--title-color);
    transition: all ease .3s;
}

.iproSwiper .swiper-button-prev::after,
.iproSwiper .swiper-button-next::after {
    font-size: 15px;
    font-weight: bold;
    color: var(--title-color);
    transition: all ease .3s;
}

.iproSwiper .swiper-button-next:hover,
.iproSwiper .swiper-button-prev:hover {
    background: var(--title-color);
    border: 1px solid var(--title-color);
}

.iproSwiper .swiper-button-prev:hover::after,
.iproSwiper .swiper-button-next:hover::after {
    color: #fff;
}


.about-service-wrap {
    background: url(../images/iasbg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 100px;
    margin-bottom: 100px;
}

.iAbout_main {
   

    max-width: 1740px !important;
    margin: auto;
    position: relative;
    border-radius: 60px;
    overflow: hidden;
}

.iAbout_main::before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    content: '';
    width: 50%;
    background: linear-gradient(to right, rgba(6, 18, 37, 0.5), transparent);
    z-index: 0;
}

.iAbout_main .row {
    padding: 100px 0;
    position: relative;
}

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

.iAbout_mainleft {
    padding-right: 25%;
}

.iAbout_mainleft h2 {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.iAbout_mainleft h1 {
    font-size: 34px;
    font-weight: bold;
    color: #fff;
}

.iAbout_mainleft p {
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    line-height: 2;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    /* word-break: break-all; */
}



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

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

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

.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: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #949596;
    border-radius: 50%;
    opacity: 1;
    transform: translate3d(0, 0, 0);
    margin: -46px;
    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: 40px;
    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;
}


.iAbout_logo {
    padding: 80px 0;
}

.ilogoSwiper {
    width: 90%;
    margin: 10px auto 0;
}


.ilogoSwiper .swiper-wrapper {
    transition-timing-function: linear !important;
}

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

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

.iSer_top h2 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}

.iSer_topmain {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.iSer_topmain span {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}

.dashed-line {
    flex: 1;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
    margin: 0 20px;
}

.iSer_topmain p {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
}

.iSer_bot {
    width: 90%;
    padding: 120px 0 110px;
    margin: auto;
}

.iSer_btitle {
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    justify-content: center;
    padding-bottom: 5px;
}

.iSer_btitle h3 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 6px;
}

.iSer_btitle span {
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
}

.iSer_stepbox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding-top: 10px;
    transition: all 0.3s ease;
}

.iSer_stepimg {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: #f2f2f2;
    position: relative;

}

.iSer_stepimg i {
    color: var(--text-color);
    font-size: 44px;
    list-style: 1;
    transition: all 0.3s ease;
}

.iSer_stepimg span {
    position: absolute;
    top: -10px;
    left: calc(50% - 10px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #3f5ca4;
    font-size: 12px;
    color: #fff;
    line-height: 1;
}

.iSer_stepbox h4 {
    font-size: 17px;
    color: #fff;
}

.iSer_steparrow {
    position: absolute;
    display: flex;
    width: 20px;
    height: 24px;
    right: -10px;
    top: calc(60px - 12px);
    color: #fff;
    font-size: 20px;
}

.iSer_stepmain .row>div {
    padding: 0;
    position: relative;
}

.iSer_stepmain .row>div:last-child .iSer_steparrow {
    display: none;
}

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

.iSer_stepbox:hover i {
    transform: rotateY(180deg);
}

.iDelivery_box {
    position: relative;

}

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

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

.iDelivery_bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    transition: all 0.5s ease;
    z-index: 1;
}

.iDelivery_box:hover .iDelivery_bg::before {
    background: rgba(0, 0, 0, 0.45);
}

.iDelivery_box:hover img {
    transform: scale(1.05);
}

.iDelivery_txt {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 26px;
    z-index: 2;
}


.iDelivery_txt h2 {
    font-weight: bold;
    color: #fff;
    font-size: 46px;
    letter-spacing: 20px;
}


.iDelivery_txt p {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 20px;
    text-align: center;
}

.indexDelivery {
    margin-bottom: 40px;
    overflow: hidden;
}

.indexCase {
    padding: 20px 0 100px;
}

.iCase_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 5px;
    margin-bottom: 50px;
}

.iCase_title h2 {
    font-size: 36px;
    color: var(--title-color);
    font-weight: bold;
    margin-bottom: 5px;
}

.iCase_title p {
    font-size: 17px;
    color: var(--title-color);
    font-weight: bold;
}

.iCase_title span {
    color: #4b4b4b;
    font-size: 13px;
    line-height: 1;
}

.iCase_main {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.iCase_tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10%;
    margin-bottom: 90px;
}

.iCase_tab h3 {
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #51535a;
    font-weight: bold;
    padding: 5px 46px;
    border: 2px solid #3f5ca4;
}

.iCase_tab h3.active {
    display: block;
    background-color: #3f5ca4;
    color: #fff;
}

.iCase_tabmains {
    width: 100%;
}



.iCase_tabmain {
    display: none;
}

.iCase_tabmain.active {
    display: block;
}

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

.iCase_img img {
    width: 100%;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    transform: translateX(-30px);
}

.iCase_img::before {
    content: '';
    background-image: url(../images/lianjie.png);
    background-position: center;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-color: #fff;
    bottom: 0;
    position: absolute;
    right: -80px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    z-index: 99;
    transition: all ease 0.5s;
}

.iCase_box:hover .iCase_img::before {
    right: 0;
}

.iCase_box:hover img {
    transform: translateX(0px);
}

.iCase_des {
    padding: 35px 0;
}

.iCase_des h4 {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    color: #3d4047;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.iCase_des h4:hover {
    color: var(--primary-color);
}

.iCase_des p {
    width: 90%;
    font-size: 15px;
    line-height: 1.4;
    color: #3d4047;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
    word-break: break-all;
}

.iCase_main .ipro_mlbtn {
    margin-top: 65px;
}

.iCase_main .ipro_mlbtn a,
.indexContact .ipro_mlbtn a {
    padding: 12px 65px;
}


.indexContact {
    position: relative;
    padding: 130px 0 90px;
}

.indexContact::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(47, 50, 58, 0.8);
}

.iContact_main {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.iContact_main span {
    font-size: 22px;
    font-weight: bold;
    color: #Fff;
    font-family: sans-serif;
}

.iContact_main h2 {
    font-size: 54px;
    font-weight: bold;
    color: #Fff;
    margin: 8px 0 40px;
}

.iContact_main p {
    font-size: 23px;
    color: #Fff;
    letter-spacing: 34px;
    padding-left: 30px;
}

.indexContact .ipro_mlbtn {
    margin-top: 55px;
}

footer {
    background: url(../images/footbg.png);
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

.footer_top .container {
    max-width: 1320px !important;
    padding-top: 110px;
    padding-bottom: 50px;
}

.footer_logo {
    display: block;
    margin-bottom: 40px;
}

.footer_logo img {
    max-height: 75px;
    vertical-align: middle;
    max-width: initial;
}

.footer_left {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.footer_left h2 {
    color: #2f323a;
    font-size: 30px;
    font-weight: bold;
}

.footer_search {
    width: fit-content;
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0px 0px 0px 20px;
    border-radius: 20px;
    background-color: #c0c0c0;
}

.footer_search input {
    width: 290px;
    height: 32px;
    border: none;
    background: #c0c0c0;
}

.footer_search button {
    margin-left: 20px;
    background: var(--primary-color);
    height: 32px;
    padding: 0px 35px;
    border: none;
    color: #fff;
    line-height: 1;
    border-radius: 20px;
}

.footerTl_box div {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 25px;
}

.footerTl_box div:last-child {
    margin-bottom: 0;
}

.footerTl_box div i {
    flex: 0 5%;
    font-size: 26px;
    line-height: 30px;
    color: var(--text-color);
}

.footerTl_box div p {
    flex: 0 95%;
}

.footerTl_box div span,
.footerTl_box div a {
    font-size: 17px;
    line-height: 30px;
    color: var(--text-color);
    transition: all ease 0.3s;
    position: relative;
    font-weight: bold;
}

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

.footerTl_box div a:hover::before,
.footer_nav a:hover::before {
    transform: scaleX(1);
    transform-origin: top left;
}

.public_ad_header_social_media {
    gap: 20px;
    margin-top: 10px;
}

.public_ad_header_social_media a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    transition: all ease 0.3s;
}

.public_ad_header_social_media a i {
    font-size: 20px;
    color: var(--primary-color);
    transition: all ease 0.3s;
}

.public_ad_header_social_media a:hover {
    background: var(--primary-color);

}

.public_ad_header_social_media a:hover i {
    color: #fff;
}

.footer_left,
.footer_right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer_right h3 {
    font-size: 23px;
    font-weight: bold;
    color: #2f323a;
}

.footer_nav {
    margin: 42px 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_nav a {
    position: relative;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
    color: #2f323a;
}

.footer_scan {
    display: flex;
    align-items: center;
    gap: 30px;
    height: 100%;
}

.footerScan {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_img {
    width: 135px;
    height: 135px;
    padding: 10px;
    border: 1px dashed #111;
    border-radius: 6px;
}

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

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

.footerScan span {
    display: inline-block;
    text-align: center;
    color: #111;
    font-size: 15px;
    margin-top: 25px;
}

.footer_bot {
    max-width: 1720px;
    margin: auto;
    padding: 35px 0;
    border-top: 2px solid rgba(192, 193, 196, 0.8);
}

.footer_bot p {
    text-align: center;
    font-size: 18px;
    color: #adadad;
    font-weight: bold;
}

@media (max-width:575px) {
    .banner,
    .bannercontent {
        margin-top: 76px;
    }

    .ipro_Advs {
        margin-top: 40px;
        padding: 35px 25px;
    }

    .ipro_AdvsIcon {
        width: 58px;
        height: 58px;
    }

    .ipro_AdvsIcon i {
        font-size: 30px;
    }

    .ipro_Advsbox figcaption h4 {
        font-size: 18px;
    }

    .ipro_Advsbox figcaption small {
        font-size: 10px;
    }

    .ipro_Advsbox:nth-child(1),
    .ipro_Advsbox:nth-child(2) {
        margin-bottom: 30px;
    }

    .ipro_mid {
        padding-top: 40px;
    }

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

    .ipro_title h2 {
        font-size: 30px;
        letter-spacing: 6px;
        padding-left: 6px;
    }

    .ipro_title {
        gap: 10px;
        margin-bottom: 35px;
    }

    .ipro_midleft {
        padding: 0;
        gap: 24px;
    }

    .ipro_midleft h3,
    .ipro_midleft h2  {
        font-size: 28px;
    }

    .ipro_mid .row>div:nth-child(1) {
        order: 2;
    }

    .ipro_mid .row>div:nth-child(2) {
        order: 1;
    }

    .ipro_span {
        left: 2px;
        font-size: 8px;
        letter-spacing: 4px;
    }

    .ipro_mid article::after {
        right: 2px;
        width: 1px;
        height: 100px;
    }

    .ipro_midright {
        padding-bottom: 20px;
    }

    .iprobot_des h4 {
        font-size: 16px;
        padding: 10px;
    }

    .iprobot_des {
        padding: 0px 22px 35px;
    }

    .indexProduct {
        padding-bottom: 30px;
    }

    .indexPro_bot {
        margin-top: 30px;
    }

    .iproSwiper .swiper-button-prev {
        right: 60px;
    }

    .iAbout_main::before {
        width: 100%;
        background: linear-gradient(to bottom, rgba(6, 18, 37, 0.5), transparent);
    }

    .iAbout_main .row {
        padding: 60px 0 70px;
    }

    .iAbout_mainleft {
        padding-right: 0;
    }

    .iAbout_mainleft {
        text-align: center;
        gap: 10px;
    }

    .iAbout_mainleft h2 {
        font-size: 20px;
    }

    .iAbout_mainleft h1 {
        line-height: 1.3;
        font-size: 30px;
    }

    .iAbout_mainleft p {
        margin-top: 20px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .indexaboutus_mask i {
        font-size: 28px;
    }

    .indexaboutus_mask::after {
        width: 70px;
        height: 70px;
        margin: -37px;
    }

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

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

    .iAbout_logo {
        padding: 40px 0;
    }

    .iSer_top {
        text-align: center;
    }

    .iSer_topmain {
        flex-direction: column;
    }

    .iSer_top h2 {
        font-size: 18px;
    }

    .iSer_topmain span {
        font-size: 30px;
        line-height: 1.2;
    }

    .iSer_topmain p {
        font-size: 18px;
        margin-top: 6px;
    }

    .iSer_bot {
        width: 100%;
        padding: 40px 0 60px;
    }

    .iSer_stepimg {
        width: 90px;
        height: 90px;
    }

    .iSer_stepbox {
        gap: 10px;
    }

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

    .iSer_stepmain .row>div:nth-child(n+5) {
        margin-bottom: 0;
    }

    .iSer_steparrow {
        display: none;
    }

    .iSer_btitle {
        display: flex;
    }

    .about-service-wrap {
        margin-bottom: 40px;
    }

    .iDelivery_txt {
        gap: 5px;
    }

    .iDelivery_txt h2 {
        font-size: 26px;
        letter-spacing: 15px;
    }

    .iDelivery_txt p {
        font-size: 8px;
        letter-spacing: 8px;
    }

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

    .iCase_title {
        margin-bottom: 30px;
    }

    .iCase_tab {
        gap: 5px;
        flex-direction: column;
        margin-bottom: 40px;
    }

    .iCase_tab h3 {
        text-align: center;
        width: 100%;
    }

    .iCase_des {
        padding: 20px 0 30px;
    }

    .iCase_des h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .iCase_main .ipro_mlbtn {
        margin-top: 0px;
    }

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

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

    .iContact_main {
        text-align: center;
    }

    .iContact_main h2 {
        font-size: 32px;
        margin: 8px 0 20px;
    }

    .iContact_main span {
        font-size: 18px
    }

    .iContact_main p {
        font-size: 16px;
        color: #Fff;
        letter-spacing: 14px;
        padding-left: 14px;
    }

    .indexContact .ipro_mlbtn {
        margin-top: 35px;
    }

    .footer_top .container {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .footer_logo {
        margin-bottom: 24px;
    }

    .footer_left h2 {
        font-size: 24px;
    }

    .footer_search input {
        width: 180px;
    }

    .footer_search button {
        padding: 0 26px;
    }

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

    .footerTl_box div {
        margin-bottom: 16px;
    }

    .public_ad_header_social_media {
        margin-top: 0;
    }

    .footer_right {
        padding-top: 30px;
    }

    .footer_nav {
        margin: 20px 0 30px;
        gap: 10px;
        justify-content: flex-start;
    }

    .footer_img {
        width: 110px;
        height: 110px;
        padding: 6px;
    }

    .footerScan span {
        margin-top: 15px;
    }

    .footer_bot {
        max-width: 95%;
        padding: 20px 0;
        border-top: 1px solid rgba(192, 193, 196, 0.8);
    }

    .footer_bot p {
        font-size: 14px;
        color: #666;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .banner,
    .bannercontent {
        margin-top: 76px;
    }

    .ipro_Advs {
        padding: 35px 25px;
    }

    .ipro_AdvsIcon {
        width: 58px;
        height: 58px;
    }

    .ipro_AdvsIcon i {
        font-size: 30px;
    }

    .ipro_Advsbox figcaption h4 {
        font-size: 18px;
    }

    .ipro_mid {
        padding-top: 40px;
    }

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

    .ipro_title h2 {
        font-size: 30px;
        letter-spacing: 6px;
        padding-left: 6px;
    }

    .ipro_title {
        gap: 10px;
        margin-bottom: 35px;
    }

    .ipro_midleft {
        padding: 0;
        gap: 24px;
    }

    .ipro_midleft h3 ,
    .ipro_midleft h2 {
        font-size: 28px;
    }

    .ipro_mid .row>div:nth-child(1) {
        order: 2;
    }

    .ipro_mid .row>div:nth-child(2) {
        order: 1;
    }

    .ipro_span {
        left: 2px;
        font-size: 8px;
        letter-spacing: 4px;
    }

    .ipro_mid article::after {
        right: 2px;
        width: 1px;
        height: 100px;
    }

    .ipro_midright {
        padding-bottom: 20px;
    }

    .iprobot_des h4 {
        font-size: 16px;
        padding: 10px;
    }

    .iprobot_des {
        padding: 10px 22px 35px;
    }

    .indexProduct {
        padding-bottom: 30px;
    }

    .indexPro_bot {
        margin-top: 30px;
    }

    .iproSwiper .swiper-button-prev {
        right: 60px;
    }

    .iAbout_main::before {
        width: 100%;
        background: linear-gradient(to bottom, rgba(6, 18, 37, 0.5), transparent);
    }

    .iAbout_main .row {
        padding: 60px 0 70px;
    }

    .iAbout_mainleft {
        padding-right: 0;
    }

    .iAbout_mainleft {
        text-align: center;
        gap: 10px;
    }

    .iAbout_mainleft h2 {
        font-size: 20px;
    }

    .iAbout_mainleft h1 {
        line-height: 1.3;
        font-size: 30px;
    }

    .iAbout_mainleft p {
        margin-top: 20px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .indexaboutus_mask i {
        font-size: 28px;
    }

    .indexaboutus_mask::after {
        width: 70px;
        height: 70px;
        margin: -37px;
    }

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

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


    .iAbout_logo {
        padding: 40px 0;
    }

    .iSer_top {
        text-align: center;
    }

    .iSer_topmain {
        flex-direction: column;
    }

    .iSer_top h2 {
        font-size: 18px;
    }

    .iSer_topmain span {
        font-size: 30px;
        line-height: 1.2;
    }

    .iSer_topmain p {
        font-size: 18px;
        margin-top: 6px;
    }

    .iSer_bot {
        width: 100%;
        padding: 50px 0 70px;
    }

    .iSer_stepimg {
        width: 90px;
        height: 90px;
    }


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

    .iSer_stepmain .row>div:nth-child(n+4) {
        margin-bottom: 0;
    }

    .iSer_steparrow {
        display: none;
    }

    .iSer_btitle {
        display: flex;
    }

    .about-service-wrap {
        margin-bottom: 40px;
    }

    .iDelivery_txt {
        gap: 15px;
    }

    .iDelivery_txt h2 {
        font-size: 28px;
        letter-spacing: 15px;
    }

    .iDelivery_txt p {
        letter-spacing: 8px;
    }

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

    .iCase_title {
        margin-bottom: 30px;
    }

    .iCase_tab {
        gap: 5px;
        margin-bottom: 40px;
    }

    .iCase_tab h3 {
        padding: 5px 40px;
    }

    .iCase_des {
        padding: 20px 0 30px;
    }

    .iCase_des h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .iCase_main .ipro_mlbtn {
        margin-top: 0px;
    }

    .iCase_tabmain .row>div:nth-child(n+3){
        display: none;
    }

    .iCase_img::before {
        width: 50px;
        height: 50px;
        background-size: 25px 25px;
    }

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

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

    .iContact_main {
        text-align: center;
    }

    .iContact_main h2 {
        font-size: 32px;
        margin: 8px 0 20px;
    }

    .iContact_main span {
        font-size: 18px
    }

    .iContact_main p {
        font-size: 16px;
        color: #Fff;
        letter-spacing: 14px;
        padding-left: 14px;
    }

    .indexContact .ipro_mlbtn {
        margin-top: 35px;
    }

    .footer_top .container {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .footer_logo {
        margin-bottom: 24px;
    }

    .footer_left h2 {
        font-size: 26px;
    }

    .footer_search input {
        width: 180px;
    }

    .footer_search button {
        padding: 0 26px;
    }

    .footerTl_box div {
        margin-bottom: 16px;
    }

    .public_ad_header_social_media {
        margin-top: 0;
    }

    .footer_right {
        padding-top: 30px;
    }

    .footer_nav {
        margin: 20px 0 30px;
        gap: 10px;
        justify-content: flex-start;
    }

    .footer_img {
        width: 110px;
        height: 110px;
        padding: 6px;
    }

    .footerScan span {
        margin-top: 15px;
    }

    .footer_bot {
        max-width: 95%;
        padding: 20px 0;
        border-top: 1px solid rgba(192, 193, 196, 0.8);
    }

    .footer_bot p {
        font-size: 14px;
        color: #666;
    }


}

@media (min-width:768px) and (max-width:991px) {
    .banner,
    .bannercontent {
        margin-top: 76px;
    }

    .ipro_Advs {
        padding: 40px 25px;
    }

    .ipro_AdvsIcon {
        width: 68px;
        height: 68px;
    }

    .ipro_AdvsIcon i {
        font-size: 32px;
    }

    .ipro_Advsbox figcaption h4 {
        font-size: 22px;
    }

    .ipro_mid {
        padding-top: 60px;
    }

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

    .ipro_title h2 {
        font-size: 32px;
        letter-spacing: 12px;
        padding-left: 12px;
    }

    .ipro_title {
        gap: 10px;
        margin-bottom: 35px;
    }

    .ipro_midleft {
        padding: 0;
        gap: 24px;
    }

    .ipro_midleft h3 ,
    .ipro_midleft h2 {
        font-size: 28px;
    }
    .ipro_span {
        left: 4px;
        font-size: 10px;
        letter-spacing: 4px;
    }

    .ipro_mid article::after {
        right: 2px;
    }

    .iprobot_des h4 {
        font-size: 16px;
        padding: 10px;
    }

    .iprobot_des {
        padding: 10px 22px 35px;
    }

    .indexProduct {
        padding-bottom: 30px;
    }

    .indexPro_bot {
        margin-top: 30px;
    }

    .iproSwiper .swiper-button-prev {
        right: 60px;
    }

    .iAbout_main::before {
        width: 100%;
        background: linear-gradient(to bottom, rgba(6, 18, 37, 0.5), transparent);
    }

    .iAbout_main .row {
        padding: 60px 0 70px;
    }

    .iAbout_mainleft {
        padding-right: 0;
    }

    .iAbout_mainleft {
        text-align: center;
        gap: 10px;
        width: 80%;
    margin: auto;
    }

    .iAbout_mainleft h2 {
        font-size: 20px;
    }

    .iAbout_mainleft h1 {
        line-height: 1.3;
        font-size: 32px;
    }

    .iAbout_mainleft p {
        margin-top: 20px;
        line-height: 1.6;
        margin-bottom: 30px;
    }

    .indexaboutus_mask i {
        font-size: 28px;
    }

    .indexaboutus_mask::after {
        width: 70px;
        height: 70px;
        margin: -37px;
    }

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

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


    .iAbout_logo {
        padding: 60px 0;
    }

    .iSer_top h2 {
        font-size: 18px;
    }

    .iSer_topmain span {
        font-size: 30px;
    }

    .iSer_topmain p {
        font-size: 18px;
        margin-top: 6px;
    }

    .iSer_bot {
        width: 100%;
        padding: 60px 0 80px;
    }

    .iSer_stepimg {
        width: 90px;
        height: 90px;
    }

    .iSer_steparrow {
        font-size: 14px;
        justify-content: center;
        align-items: center;
    }

    .iSer_btitle {
        display: flex;
        padding-bottom: 20px;
    }

    .about-service-wrap {
        margin-bottom: 60px;
    }

    .iDelivery_txt {
        gap: 15px;
    }

    .iDelivery_txt h2 {
        font-size: 36px;
    }


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

    .iCase_title {
        margin-bottom: 40px;
    }

    .iCase_tab {
        margin-bottom: 40px;
    }

    .iCase_des {
        padding: 20px 0 30px;
    }

    .iCase_des h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .iCase_main .ipro_mlbtn {
        margin-top: 20px;
    }

    .iCase_tabmain .row>div:nth-child(n+3){
        display: none;
    }

    .iCase_img::before {
        width: 50px;
        height: 50px;
        background-size: 25px 25px;
    }

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

    .indexContact {
        padding: 90px 0 70px;
    }

    .iContact_main {
        text-align: center;
    }

    .iContact_main h2 {
        font-size: 36px;
        margin: 8px 0 30px;
    }

    .iContact_main span {
        font-size: 20px
    }

    .iContact_main p {
        font-size: 16px;
        color: #Fff;
        letter-spacing: 25px;
        padding-left: 25px;
    }

    .indexContact .ipro_mlbtn {
        margin-top: 35px;
    }

    .footer_top .container {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .footer_logo {
        margin-bottom: 24px;
    }

    .footer_left h2 {
        font-size: 26px;
    }

    .footer_search input {
        width: 180px;
    }

    .footer_search button {
        padding: 0 26px;
    }

    .footerTl_box div {
        margin-bottom: 16px;
    }

    .public_ad_header_social_media {
        margin-top: 0;
    }

    .footer_right {
        padding-top: 30px;
    }

    .footer_nav {
        margin: 20px 0 30px;
        gap: 10px;
        justify-content: flex-start;
    }

    .footer_img {
        width: 110px;
        height: 110px;
        padding: 6px;
    }

    .footerScan span {
        margin-top: 15px;
    }

    .footer_bot {
        max-width: 95%;
        padding: 20px 0;
        border-top: 1px solid rgba(192, 193, 196, 0.8);
    }

    .footer_bot p {
        font-size: 14px;
        color: #666;
    }


}

@media (min-width:992px) and (max-width:1199px) {
    .banner,
    .bannercontent {
        margin-top: 76px;
    }

    .ipro_Advs {
        padding: 40px 25px;
    }

    .ipro_AdvsIcon {
        width: 80px;
        height: 80px;
    }

    .ipro_AdvsIcon i {
        font-size: 36px;
    }

    .ipro_Advsbox figcaption h4 {
        font-size: 24px;
    }

    .ipro_mid {
        padding-top: 60px;
    }

    .ipro_title h2 {
        font-size: 38px;
    }

    .ipro_title {
        margin-bottom: 45px;
    }

    .ipro_midleft {
        padding: 0;
        gap: 24px;
    }

    .ipro_midleft h3,
    .ipro_midleft h2  {
        font-size: 32px;
    }
    .ipro_span {
        left: 4px;
        font-size: 10px;
        letter-spacing: 4px;
    }

    .ipro_mid article::after {
        right: 2px;
    }

    .iprobot_des h4 {
        font-size: 16px;
        padding: 10px;
    }

    .indexProduct {
        padding-bottom: 50px;
    }

    .indexPro_bot {
        margin-top: 40px;
    }

    .iAbout_mainleft {
        padding-right: 0;
    }

    .iAbout_mainleft {
        gap: 10px;
    }

    .iAbout_mainleft h2 {
        font-size: 20px;
    }

    .iAbout_mainleft h1 {
        line-height: 1.3;
        font-size: 32px;
    }

    .iAbout_mainleft p {
        margin-top: 20px;
        line-height: 1.6;
        -webkit-line-clamp: 6;
    }

    .indexaboutus_mask i {
        font-size: 28px;
    }

    .indexaboutus_mask::after {
        width: 70px;
        height: 70px;
        margin: -37px;
    }


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

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


    .iAbout_logo {
        padding: 70px 0;
    }

    .iSer_top h2 {
        font-size: 24px;
    }

    .iSer_topmain span {
        font-size: 32px;
    }

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

    .iSer_bot {
        width: 100%;
        padding: 70px 0 90px;
    }

    .iSer_stepimg {
        width: 90px;
        height: 90px;
    }

    .iSer_steparrow {
        font-size: 14px;
        justify-content: center;
        align-items: center;
    }

    .iSer_btitle {
        display: flex;
        padding-bottom: 20px;
    }

    .about-service-wrap {
        margin-bottom: 80px;
    }


    .iDelivery_txt h2 {
        font-size: 40px;
    }


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


    .iCase_tab {
        margin-bottom: 60px;
    }

    .iCase_des {
        padding: 20px 0 30px;
    }

    .iCase_des h4 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .iCase_main .ipro_mlbtn {
        margin-top: 20px;
    }


    .iCase_img::before {
        width: 50px;
        height: 50px;
        background-size: 25px 25px;
    }

    .indexCase {
        padding: 20px 0 90px;
    }

    .indexContact {
        padding: 100px 0 80px;
    }

    .iContact_main {
        text-align: center;
    }

    .iContact_main h2 {
        font-size: 42px;
    }


    .iContact_main p {
        font-size: 18px;
        color: #Fff;
        letter-spacing: 25px;
        padding-left: 25px;
    }

    .indexContact .ipro_mlbtn {
        margin-top: 35px;
    }

    .footer_top .container {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .footer_logo {
        margin-bottom: 24px;
    }

    .footer_left h2 {
        font-size: 26px;
    }

    .footer_search input {
        width: 200px;
    }

    .footer_search button {
        padding: 0 26px;
    }

    .footerTl_box div {
        margin-bottom: 16px;
    }

    .public_ad_header_social_media {
        margin-top: 0;
    }

    .footer_right {
        padding-top: 30px;
    }

    .footer_nav {
        margin: 20px 0 30px;
        gap: 10px;
        justify-content: flex-start;
    }

    .footer_img {
        width: 110px;
        height: 110px;
        padding: 6px;
    }

    .footerScan span {
        margin-top: 15px;
    }

    .footer_bot {
        max-width: 95%;
        padding: 20px 0;
        border-top: 1px solid rgba(192, 193, 196, 0.8);
    }

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


}

@media (min-width:1200px) and (max-width:1400px) {

    .ipro_title {
        margin-bottom: 48px;
    }

    .ipro_title h2{
        font-size: 48px;
    }

    .ipro_span {
        left: 10px;
        letter-spacing: 6px;
    }

    .ipro_mid article::after {
        right: 10px;
    }


    .indexProduct {
        padding-bottom: 80px;
    }

    .iAbout_mainleft {
        padding-right: 10%;
    }
    .iAbout_mainleft p {
        -webkit-line-clamp: 6;
    }

    .indexaboutus_mask i {
        font-size: 28px;
    }

    .indexaboutus_mask::after {
        width: 70px;
        height: 70px;
        margin: -37px;
    }

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

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


    .iSer_bot {
        width: 100%;
        padding: 70px 0 90px;
    }

    .iSer_stepimg {
        width: 90px;
        height: 90px;
    }

    .iSer_steparrow {
        font-size: 14px;
        justify-content: center;
        align-items: center;
    }

    .iSer_btitle {
        display: flex;
        padding-bottom: 20px;
    }

    .iCase_tab {
        margin-bottom: 60px;
    }


    .iCase_main .ipro_mlbtn {
        margin-top: 20px;
    }



    .indexCase {
        padding: 20px 0 90px;
    }


    .iContact_main h2 {
        font-size: 46px;
    }


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

    .indexContact .ipro_mlbtn {
        margin-top:45px;
    }

    .footer_top .container {
        padding-top: 80px;
    }

    .footerTl_box div {
        margin-bottom: 16px;
    }


    .footer_bot {
        max-width: 95%;
        padding: 20px 0;
    }

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

}

@media (min-width:1400px) and (max-width:1680px) {
    

    .ipro_span {
        left: 10px;
        letter-spacing: 10px;
    }

    .ipro_mid article::after {
        right: 10px;
    }

    .iAbout_mainleft {
        padding-right: 15%;
      }
      

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

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

}


@media (min-width:992px) {
    .iCase_tabmain .row>div {
        width: 32%;
    }

    .iCase_tabmain .row {
        gap: 2%;
    }
}