html {
    max-width: 100%;
    overflow-x: hidden;
    scroll-padding-top: 200px;
}

@font-face {
    font-family: "Bold";
    src: url("../fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Light";
    src: url("../fonts/Poppins-Light.ttf");
}

@font-face {
    font-family: "Medium";
    src: url("../fonts/Poppins-Medium.ttf");
}

@font-face {
    font-family: "Regular";
    src: url("../fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "SemiBold";
    src: url("../fonts/Poppins-SemiBold.ttf");
}

.container1090px {
    max-width: 1130px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px !important;
}

.container1480px {
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px !important;
}

.container1830px {
    max-width: 1870px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px !important;
}

.header {
    top: 0;
}

.header .newheadertopgs{
    width: 100%;
    height: 35px;
    background: #00000080;
}

.header .inner{
    background: #00000080;
}

.header .inner .flex {
    height: 80px;
    line-height: 80px;
}
.newheadertopgs .index-search{
    width: fit-content;
}
.newheadertopgs .index-search .input{
    width: 240px;
    height: 25px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newheadertopgs .index-search .input .head_keyword{
    border: none;
    width: 200px;
    height: 24px;
    background: none;
    border: 0;
    outline: none;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 12px;
    color: #F8F9FA;
}

.newheadertopgs .index-search .input .head_keyword::placeholder{
    color: white;
}

.newheadertopgs .index-search .input .search-btn:before{
    display: none;
}

.newheadertopgs .title{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 19px;
}

.newheadertopgs .container1480px{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.newheadertopgs .emailtitle{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 18px;
    transition: all 0.5s;
}
.newheadertopgs .emailtitle:hover{
    text-decoration: underline;
}

.newheadertopgs .line{
    width: 1px;
    height: 17px;
    background: #FFFFFF30;
    margin-right: 17px;
}

.newheadertopgs .sharebox{
    display: flex;
    align-items: center;
    margin-right: 23px;
}

.newheadertopgs .sharebox a{
    display: flex;
    align-items: center;
    margin: 0px 7px;
}

.header.cur .inner .logo img.none{
    display: none !important;
}

.header.active .newheadertopgs{
    background: #272D7F;
}

.header .inner nav ul li{
    margin-right: 11px;
}

.rightboxheader{
    display: flex;
    align-items: center;
}

.header .inner .flex{
    justify-content: space-between;
}

.header .inner .language{
    margin-left: 41px;
}

.header .inner .language .inner_lang>a{
    display: flex;
    align-items: center;
}

.header .inner nav ul li>a{
    padding: 10px 20px;
}

.header .inner nav ul li>a{
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
}

.header .inner nav ul li>a.active{
    background: #272D7F;
    border-radius: 5px;
    color: white !important;
}

.header.active .inner nav ul li.active>a{
    background: #272D7F;
    border-radius: 5px;
    color: white !important;
}

.header .inner nav ul li>a:hover{
    background: #272D7F;
    border-radius: 5px;
    color: white !important;
}

.header .inner .language span{
    font-family: 'SemiBold' !important;
    font-weight: 600 !important;
    font-size: 18px !important;
}

.header .inner nav ul li .child{
    background: #FFFFFF;
    /*box-shadow: 0px 12px 21px 0px rgba(227,227,227,0.9);*/
    border-radius: 10px;
}

.header .inner nav ul li .child p{
    text-align: center;
}

.header .inner nav ul li .child p a{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 17px;
    color: #2F2F2F;
}

.header .inner nav ul li .child a:hover{
    color: #272D7F;
}

.header .inner nav ul li .child.cpchild{
    display: none;
    width: fit-content;
    left: -400%;
    padding: 20px;
    flex-direction: column;
    align-items: center;
}

.headerbtngsboxbtn{
    background: #272D7F;
    display: block;
    padding: 10px 20px;
    font-size: 18px !important;
    color: white !important;
    width: fit-content;
    border-radius: 5px;
    border: 2px solid #272D7F !important;
    transition: all 0.5s;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 55px;
}

.headerbtngsboxbtn:hover{
    background-color: white !important;
    color: #272D7F !important;
}

.header .inner nav ul li .child.cpchild .gsbox{
    display: flex;
    flex-direction: column;
}

.header .inner nav ul li .child.cpchild .cpchildchild{
    display: flex;
    flex-direction: column;
}
.header .inner nav ul li .child.cpchild .gsbox{
    min-width: 200px;
    margin: 0px 35px;
}
.header .inner nav ul li .child.cpchild .gsbox a{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 17px;
    color: #2F2F2F;
    line-height: 36px;
    border-bottom: 1px solid #E3E4E6;
    transition: all 0.5s;
}
.header .inner nav ul li .child.cpchild .cpchildchild{
    margin-top: 20px;
}
.header .inner nav ul li .child.cpchild .cpchildchild a{
    border-bottom: none;
    transition: all 0.5s;
    font-family: 'Light' !important;
    font-weight: 300 !important;
    font-size: 15px !important;
    color: #535353;
    line-height: 30px;
}

.header .inner nav ul li .child.cpchild .gsbox a:hover{
    color: #272D7F;
}

.header .inner nav ul li .child.cpchild .cpchildchild a:hover{
    color: #272D7F;
}

.banner-container{
    position: relative;
}
.banner-container .swiper-button-next{
    right: 90px;
}
.banner-container .swiper-button-prev{
    left: 90px;
}
.banner-container .swiper-button-next,.banner-container .swiper-button-prev{
    opacity: 1;
    background: none;
}
.banner-container .swiper-button-next.swiper-button-disabled,.banner-container .swiper-button-prev.swiper-button-disabled{
    opacity: 0.35;
}
.banner-container .swiper-button-next:before,.banner-container .swiper-button-prev:before{
    display: none;
}
.banner-container .swiper-pagination{
    bottom: 86px;
}
.banner-container .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #272D7F;
    border-radius: 50%;
}

.banner-container .contentbox{
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -40%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.banner-container .contentbox .title{
    max-width: 550px;
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 49px;
}

.banner-container .contentbox .content{
    max-width: 600px;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 26px;
    margin-top: 40px;
    margin-bottom: 46px;
}

.banner-container .contentbox a{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    background: #272D7F;
    border-radius: 5px;
    padding: 17px 31px;
    width: fit-content;
    transition: all 0.5s;
}

.banner-container .contentbox a:hover{
    background: black;
}

.newfooterboxgs{
    width: 100%;
    height: fit-content;
    padding-top: 170px;
    padding-bottom: 18px;
    background: #2F2F2F;
}
.newfooterboxgs .newfooterboxgs_content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.newfooterboxgs .newfooterboxgs_content .footerboxgs .content{
    display: flex;
    flex-direction: column;
}

.newfooterboxgs_content .footerboxgs .title{
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 39px;
}

.newfooterboxgs .newfooterboxgs_content .footerboxgs .content a{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 16px;
    color: #B3B3B3;
    line-height: 30px;
    transition: all 0.5s;
}

.newfooterboxgs .newfooterboxgs_content .footerboxgs .content a:hover{
    color: white;
    text-decoration: underline;
}

.newfooterboxgs .footerboxgs p{
    max-width: 246px;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 16px;
    color: #B3B3B3;
}

.newfooterboxgs .line{
    width: 100%;
    height: 1px;
    background: #FFFFFF10;
    margin-bottom: 16px;
}

.newfooterbottomboxgs{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newfooterbottomboxgs .leftbox{
    display: flex;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 15px;
    color: #B2B2B2;
}

.newfooterbottomboxgs .leftbox .title{
    margin-right: 43px;
}

.newfooterbottomboxgs .leftbox a{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 15px;
    color: #B2B2B2;
    margin: 0px 5px;
    transition: all 0.5s;
}

.newfooterbottomboxgs .leftbox a:hover{
    color: white;
    text-decoration: underline;
}

.newfooterbottomboxgs .rightbox{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    display: flex;
}

.newfooterbottomboxgs .rightbox a{
    width: 24px;
    height: 24px;
    background: #B2B2B2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 5.5px;
    transition: all 0.5s;
}

.newfooterbottomboxgs .rightbox .sharebox{
    display: flex;
    margin-left: 20px;
}

.newfooterbottomboxgs .rightbox a:hover{
    background: #FFFFFF;
}

.newfootertopfromgs{
    width: 100%;
    height: 690px;
    background: #F1F2F3;
    border-radius: 25px;
    overflow: hidden;
}
.newfootertopfromgs{
    display: flex;
    position: relative;
    top: 83px;
    padding: 0px !important;
    max-width: 1480px;
}

.newfootertopfromgs .leftbox{
    width: 50%;
    display: flex;
    flex-direction: column;
    padding: 85px 33px;
    justify-content: space-between;
}
.newfootertopfromgs .leftbox .title{
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 40px;
    color: #2F2F2F;
    padding: 0px 20px;
}

.newfootertopfromgs .leftbox .content{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #535353;
    line-height: 27px;
    margin-top: 8px;
    padding: 0px 20px;
}
.newfootertopfromgs .rightbox{
    width: 50%;
    display: flex;
    position: relative;
}

.newfootertopfromgs .rightbox .content{
    width: 90%;
    height: 85px;
    background: #ffffffe0;
    border-radius: 43px;
    position: absolute;
    bottom: 50px;
    left: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newfootertopfromgs .rightbox .content .content_textbox{
    max-width: 85%;
    margin-left: 20px;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 15px;
    color: #535353;
    line-height: 22px;
}

.newfootertopfromgs .rightbox .content .content_textbox a{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 15px;
    color: #272D7F;
    line-height: 22px;
    text-decoration: underline;
}

.newfootertopfromgs iframe{
    box-shadow: none !important;
}

.newindexmk2{
    margin-top: 85px;
}

.newindexmk2 .container1480px{
    position: relative;
}
.newindexmk2 .container1480px img{
    width: 100%;
    height: auto;
}

.newindexmk2 .container1480px .content{
    position: absolute;
    top: 50%;
    left: 53px;
    transform: translate(0px, -50%);
}

.newindexmk2 .container1480px .content .title{
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 49px;
    margin-bottom: 37px;
}

.newindexmk2 .container1480px .content .content_text{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 27px;
}

.newfootertopfromgs .rightbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
}

.newfootertopfromgs .rightbox .content img{
    width: auto;
    height: auto;
    object-fit: cover;
}
.newindexmk1 .contentbox{
    display: flex;
    justify-content: space-between;
}
.newindexmk1 .hoverimgbox{
    width: calc(20% - 3px);
    height: 608px;
    position: relative;
    transition: all 1s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.newindexmk1 .hoverimgbox:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #2F2F2F30;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 6;
    transition: all 0.5s;
}

.newindexmk1 .hoverimgbox.active{
    width: 40%;
    filter: grayscale(0);
}
.newindexmk1 .hoverimgbox.active:before{
    display: none;
}

.newindexmk1 .hoverimgbox .contentbox{
    display: none;
}

.newindexmk1 .hoverimgbox.active .contentbox{
    display: flex;
    width: 60%;
    height: 155px;
    background: #2f2f2f7a;
    border-radius: 10px;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 50px;
    transform: translate(-50%, 0px);
}

.newindexmk1 .hoverimgbox.active .contentbox .title{
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 28px;
    color: #FFFFFF;
    margin-bottom: 16px !important;
    text-align: left;
    margin-left: 45px;
    background: none;
    padding: 0;
}

.newindexmk1 .hoverimgbox.active .contentbox span{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    transition: all 0.5s;
    margin-left: 45px;
}

.newindexmk1 .hoverimgbox.active .contentbox:hover span{
    text-decoration: underline;
}

.newindexmk1 .title{
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 40px;
    color: white;
    text-align: center;
    background: #2F2F2F;
    padding: 6px 84px;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 50px;
}

.newindexmk1{
    margin-top: 85px;
}
.col-banner .img{
    position: relative;
}

.col-banner .img .container1480px{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.col-banner .img .container1480px .title{
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 40px;
    color: #FFFFFF;
    margin-top: 191px;
}

.col-banner .img .container1480px .crumbs a,.col-banner .img .container1480px .crumbs{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
}

.col-banner .img .container1480px .crumbs{
    background: #2f2f2f29;
    padding: 6px 12px;
    border-radius: 10px;
    width: fit-content;
}

.col-banner .img .container1480px .crumbs a:hover{
    text-decoration: underline;
}

.aboutmk1{
    margin-top: 85px;
}

.aboutmk1 .title{
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 40px;
    color: #2F2F2F;
    margin-bottom: 38px;
    text-align: center;
}

.aboutmk1 .content{
    font-family: 'Regular' !important;
    font-size: 18px;
    color: #2F2F2F;
    line-height: 27px;
}

.aboutmk1 .content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 10px 0px;
}

.aboutmk1 .content li{
    list-style: disc;
    margin: 3px 0px;
    margin-left: 25px;
}

.aboutmk1 .content strong{
    margin-bottom: 10px;
    display: inline-block;
}

.newproductsheaderbox .leftbox{
    width: 65%;
}
.newproductsheaderbox .leftbox .content .s-content .input{
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border-radius: 6px;
}

.newproductsheaderbox .leftbox .content .s-content .input .head_keyword{
    border: none;
    width: 95%;
    height: 100%;
    background: none;
    border: 0;
    outline: none;
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 12px;
    color: #B2B2B2;
    padding-left: 14px;
}

.newproductsheaderbox .leftbox .content .s-content .input .head_keyword::placeholder{
    color: #B2B2B2;
}

.newproductsheaderbox .leftbox .content .s-content .input .search-btn:before{
    display: none;
}

.newproductsheaderbox{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 31px;
}

.newproductsheaderbox .rightbox{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 15px;
    color: #535353;
}
.items_list .product_item .item_img{
    display: block;
    background: #FFFFFF;
    border-radius: 10px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.items_list .product_item .item_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.items_list .product_item .item_title a{
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 18px;
    color: #2F2F2F;
    line-height: 24px;
    text-align: center;
    margin-top: 30px;
    transition: all 0.5s;
}


.items_list .product_item .item_title a:hover{
    color: #272D7F !important;
    text-decoration: underline;
}

.items_list .product_item figure:hover .item_title a{
    color: #272D7F !important;
    text-decoration: underline;
}

.page-bar{
    margin-top: 50px !important;
}

.aside{
    width: 350px;
    margin-bottom: 50px;
}

.aside .aside-wrap{
    background: #FFFFFF;
    border-radius: 10px;
    padding: 39px 19px;
}

.side-tit-bar .side-tit{
    background: none;
    padding: 0px;
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 20px;
    color: #2F2F2F;
}

.main{
    width: calc(100% - 380px);
    min-height: 700px;
}

.side-cate{
    padding: 0px;
    border-top: 1px solid #D3D7DD;
}

.side-cate li a,.side-cate li .faterbox{
    font-family: 'SemiBold' !important;
    font-weight: 600;
    font-size: 18px !important;
    color: #2F2F2F;
    display: block;
    margin: 7px 0px;
    margin-left: 10px;
}

.side-cate li a:hover, .side-cate li.active>a{
    color: #272D7F;
}

.side-widget{
    margin-bottom: 0px;
}

.side-cate li .icon-cate{
    top: 19px;
}

.side-widget .cate-type-list>li>a:before{
    display: none;
}

.side-widget .cate-type-list>li{
    display: flex;
    margin: 9px 0px;
}
.side-widget .cate-type-list>li span{
    font-family: 'Regular' !important;
    font-weight: 400;
    font-size: 16px;
    color: #2F2F2F;
    margin-left: 10px;
    margin-top: 5px;
    display: block;
    width: calc(100% - 50px);
}
.side-cate li .icon-cate.icon-cate-down:before{
    content: '';
    background-image: url(../images/jiantou.png);
    width: 13px;
    height: 8px;
    display: block;
}
.ydcrumbs{
    display: none;
}

.newindexmk1newtitlegs{
    position: relative;
}
.newindexmk1newtitlegs .line{
    width: 80%;
    height: 5px;
    background: #2F2F2F;
    position: absolute;
    top: 50%;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1600px){
    .col-banner .img .container1480px .title{
        margin-top: 70px;
    }
}
@media screen and (max-width: 1500px){
    .banner-container .contentbox{
        zoom: 0.7;
    }
    
    .banner-container .contentbox .title{
        font-size: 30px;
    }
    
    .banner-container .contentbox .content{
        font-size: 15px;
    }
}
@media screen and (max-width: 1350px){
    .col-banner .img .container1480px{
        top: 65%;
    }
}
@media screen and (max-width: 1300px){
    .header .inner nav ul li .child.cpchild{
        left: -300%;
    }
}

@media screen and (max-width: 1250px){
    .banner-container .contentbox .title{
        font-size: 20px;
    }
    .banner-container .contentbox .content{
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .banner-container .swiper-button-next, .banner-container .swiper-button-prev{
        top: auto;
        bottom: 10%;
    }
    .banner-container .swiper-pagination{
        bottom: 5%;
    }
}
@media screen and (max-width: 1200px){
    .newfooterboxgs .newfooterboxgs_content{
        zoom: 0.85;
    }
    .newfootertopfromgs{
        flex-direction: column;
        align-items: center;
    }
    .newfootertopfromgs .rightbox img{
        display: none;
    }
    .newfootertopfromgs .rightbox .content img{
        display: block;
    }
    .newfootertopfromgs .leftbox{
        width: 100%;
        padding: 0px 2%;
        padding-top: 25px;
    }
    .newfootertopfromgs .rightbox .content{
        bottom: -40px;
        transform: translate(0px, 0px);
        left: 19px;
        background: none;
    }
    .newfootertopfromgs .rightbox{
        width: 100%;
    }
    .newfootertopfromgs .rightbox .content .content_textbox{
        font-size: 12px;
        zoom: 0.75;
    }
}
.ydcrumbs a{
    font-family: 'Regular' !important;
    color: #2F2F2F;
}

@media screen and (max-width: 1150px){
    .header .inner nav ul li .child.cpchild{
        zoom: 0.8;
        left: -225%;
    }
    .header .inner .language{
        margin-left: 20px;
    }
}
@media screen and (max-width: 992px){
    .banner-container .contentbox .content{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .banner-container .contentbox a{
        display: none;
    }
    
    .header .inner .logo img{
        top: 0 !important;
    }
    
    .newindexmk1 .hoverimgbox.active .contentbox span{
        margin: 0px;
    }
    
    #col-index-banner{
        margin-top: 0px;
    }
    
    #col-banner{
        margin-top: 80px;
    }
    
    .col-banner .img .container1480px{
        display: none;
    }
    
    .ydcrumbs{
        display: block;
    }
    
    .aboutmk1{
        margin-top: 30px;
    }
    
    .aboutmk1 .content{
        font-size: 16px;
        line-height: 1.5;
    }
    
    .aboutmk1 .content img{
        width: 100% !important;
    }
    
    .newfootertopfromgs .leftbox .title{
        font-size: 30px;
    }
    
    .newfootertopfromgs .leftbox .content{
        font-size: 15px;
    }
    
    .newfooterbottomboxgs .leftbox .title{
        margin-bottom: 5px;
    }
    
    .newfooterbottomboxgs .rightbox{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    
    .newfooterbottomboxgs .rightbox .sharebox img{
        width: auto !important;
    }
    
    .newfooterbottomboxgs{
        align-items: flex-start;
        flex-direction: column;
    }
    
    .newfooterbottomboxgs .leftbox{
        flex-wrap: wrap;
    }
    
    .newfooterboxgs img{
        width: 100%;
    }
    
    .newfooterboxgs{
        padding-top: 130px;
    }
    
    .newfooterboxgs_content .footerboxgs .title{
        margin-bottom: 18px;
    }
    
    .newfooterboxgs .footerboxgs p{
        width: 100%;
        max-width: 100%;
    }
    
    .newfooterboxgs .newfooterboxgs_content .footerboxgs{
        margin-bottom: 25px;
    }
    
    .newfooterboxgs .newfooterboxgs_content{
        flex-direction: column;
        align-items: flex-start;
        zoom: 1;
    }
    
    .newindexmk2 .container1480px .content{
        position: static;
        transform: translate(0px, 0px);
    }
    
    .newindexmk2 .container1480px .content .title{
        color: black;
        margin-top: 15px;
        font-size: 25px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
    
    .newindexmk2 .container1480px .content .content_text{
        color: black;
        font-size: 15px;
        line-height: 1.5;
    }
    
    .newindexmk1 .hoverimgbox.active .contentbox .title{
        font-size: 20px;
        margin: 0px;
        text-align: center;
    }
    
    .newindexmk1 .hoverimgbox.active .contentbox a{
        font-size: 12px;
        margin-left: 0px;
        text-align: center;
    }
    .newindexmk1 .hoverimgbox{
        height: 400px;
    }
    .newindexmk1{
        margin-top: 30px;
    }
    .newindexmk1 .title,.aboutmk1 .title{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .header .newheadertopgs{
        display: none;
    }
    #col-index-banner{
        padding-top: 80px;
    }
    .banner-container .contentbox .title {
        font-size: 12px;
    }
    .banner-container .contentbox{
        zoom: 0.6;
        transform: translate(-50%, -50%);
    }
    .banner-container .swiper-button-next, .banner-container .swiper-button-prev,.banner-container .swiper-pagination{
        zoom: 0.5;
    }
}

@media screen and (max-width: 500px){
    .newindexmk1 .contentbox{
        flex-direction: column;
        align-items: center;
    }
    .newindexmk1 .hoverimgbox{
        width: 100%;
        height: 340px;
        margin: 10px 0px;
    }
    .newindexmk1 .hoverimgbox.active{
        width: 100%;
    }
}

.header .inner nav ul li .child.childid26312{
    left: -15px;
}

.header .inner nav ul li .child.childid26313{
    left: -43px;
}

.header .inner nav ul li .child.childid26314{
    left: -30px;
}

.header .inner nav ul li .child.childid26315{
    left: -32px;
}

#col-banner img{
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

#col-banner .img .container1480px .title{
    margin-top: 50px;
}

#col-banner .img .container1480px{
    top: 65%;
}
    
.header.active.cur .inner .logo img.none{
    display: block !important;
}
