.banner .mySwiper{padding: 0 60px;position: absolute;bottom: 60px;width: 50%;}
.banner .mySwiper .swiper-slide{
    display: flex;
    justify-content: left;
    align-items: center;
    color: #fff;
    width: auto !important;
    margin-right: 15px;
    cursor: pointer;
}
.banner .mySwiper .swiper-slide figure{margin-right: 15px;opacity: 0.5;}
.banner .mySwiper .swiper-slide p{font-size: 14px;margin-top: 2px;display: none;}
.banner .mySwiper .swiper-slide-thumb-active figure{opacity: 1;}
.banner .mySwiper .swiper-slide-thumb-active p{display: block;}
.banner {
    position: relative;height: 100vh;
}

.banner_one,
.banner_one_m {
    background: no-repeat center/cover;
    transition: 1s 2.5s;
    transform: perspective(1000px) translate3d(0, 0, 100px);
}

.banner_one{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.in-banner-text{width: 70%;text-align: center;}
.in-banner-text h2{font-size: 48px;color: #fff;font-weight: bold;letter-spacing: 2px;line-height: 60px;}
.in-banner-text-a{margin-top: 70px;}
.in-banner-text-a a{
    transition: all 0.5s;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 140px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    margin: 0 15px;
}
.in-banner-text-a a:nth-child(1){
    background: #fff;
    color: #090b93;
}
.in-banner-text-a a:nth-child(1):hover{background: none;color: #fff;}
.in-banner-text-a a:hover{background: #fff;color: #090b93;}
.banner_back {
    height: 100%;
    width: 100%;
    background: no-repeat center/cover;
}
.banner .swiper-slide{overflow:hidden;}
.banner .swiper-slide.swiper-slide-active .banner_one,
.banner .swiper-slide.swiper-slide-active .banner_one_m {
    transition: 5s 0s;
   transform: perspective(1000px) translate3d(0, 0, 0px);
}


.banner .swiper-slide-active {
    transition: 5s 0s;
    transform: perspective(1000px) translate3d(0, 0, 0px);
}

.banner_bt_d {
    z-index: 9;
    position: absolute;
    bottom: 13%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.banner_bt_d img {
    margin-left: 20px;
}

.banner_bt_d img:first-child {
    margin-left: 0;
}


/*关于*/

.about_all {
    position: relative;
    background-image: url('../image/banner23.jpg');
}

.in-about{width: 100%;margin-top: 6vw;}
.in-about-text{width:73%;font-size: 48px;color: #fff;font-weight: bold;}
.in-about-a a{
    display: block;
    transition: all 0.5s;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 30px;
    width: 140px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    margin: 4vw 0;
}
.in-about-a a:hover{
    background: #fff;
    color: #090b93;
}
.in-about-ys{
    background: rgba(9, 11, 147, .9);
    border-radius: 15px;
}
.in-about-ys ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:3vw 5vw;
}
.in-about-ys ul li{
    padding:2vw 0;
    color: #fff;
}
.in-about-ys ul li p{
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    line-height: 40px;
}
.in-about-ys ul li:nth-child(2){
    position: relative;
    padding:2vw 6vw;
}

.in-about-ys ul li:nth-child(2)::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, white 50%, transparent);
}
.in-about-ys ul li:nth-child(2)::after{
    content: '';
    position: absolute;
    right:0;
    top: 0;
    height: 100%;
    width: 1px;
    background: linear-gradient(to bottom, transparent, white 50%, transparent);
}

.back_fs {
    background-repeat: no-repeat;
    /* background-size: 100% 100%; */
    background-size: cover;
}

.center_p {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.about_m {
    top: 50%;
    width: 100%;
}

.index_tit {
    color: white;
    text-align: left;
    margin: 0 auto;
}

.itit_1 {font-size:48px;font-weight: bold;color: #090b93;}
.itit_line {
    background-color: #090b93;
    width: 40px;
    height: 5px;
    margin: 2vw 0;
    text-align: left;
    display: inline-block;
}

.itit_2 {
    line-height: 30px;
    font-size: 18px;
    font-weight: 300;
    margin-top: 34px;
}

.about_num {
    margin-top: 45px;
    color: white;
    display: flex;
    justify-content: space-between;
}

.about_no_t1 {
    font-size: 72px;
    font-weight: bold;
}

.about_no_t2 {
    font-size: 24px;
    margin-left: 5px;
}

.aout_no_t3 {
    font-size: 18px;
    font-weight: 300;
     text-align: center;
    margin-top: -15px;
}

.about_p {
    padding-left: 110px;
    padding-right: 110px;
}

.about_span {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.about_s_one {
    width: 270px;
    height: 100px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, .8);
    font-size: 24px;
    text-align: center;
    line-height: 100px;
    font-weight: bold;
    color: #090b93;
    transition: .5s;
}

.about_s_one:hover {
    transition: .5s;
    color: white;
    background: url('../image/active_about.png') no-repeat 100%;
}


/*石油化工*/
.business_all {
    width: 100%;
    display: flex;
    position: relative;
    background-image: url('../upload/image/20250828/1756364369910726.jpg');
}

.business_one {
    cursor: pointer;
    position: relative;
    height: 100%;
    width: 17%;
    background-color: rgb(9 11 147 / 30%);
    /* background: url('../images/index/b_back.png') no-repeat 100%/100%; */
}

.business_text {
    position: absolute;
    top: 57%;
    left: 50%;
    width: 58%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
}

.b_text1 {
    font-weight: bold;
    font-size: 36px;
}

.b_text2 {
    line-height: 25px;
    margin-top: 15px;
    font-size: 18px;
}

.b_get_more {
    overflow: hidden;
    opacity: 0;
    background-color: white;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
    color: #090b93;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 3vw;
    transition: .5s;
}

.b_get_more span {
    display: block;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.b_get_more:hover span,
.b_active_this .b_get_more span,
.get_more_news:hover span {
    top: -100%;
    transition: all 0.5s ease-in-out;
}


/* .b_active_this:hover {
    background-color: transparent;
    transition: .5s;
}

.b_active_this:hover .b_get_more {
    opacity: 1;
    transition: .5s;
} */

.b_active_this {
    background-color: transparent;
    transition: .5s;
}

.b_active_this .b_get_more {
    opacity: 1;
    transition: .5s;
}

.technology_all {
    width: 100%;
    position: relative;
    background-image: url('../image/banner45.jpg');
}

.technology_m {
    top: 54%;
    width: 100%;
}
.technology_m .itit_1{color:#fff;}
.technology_m .itit_line{background:#fff;}
.technology_list {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    display: flex;
}

.technology_one {
    background: #FFFFFF;
    width: 45.5%;
    margin-right: 9%;
    cursor: pointer;
}

.technology_one:nth-child(2n) {
    margin-right: 0;
}

.technology_one_bottom {
    padding: 33px 32px;
    box-sizing: border-box;
}

.technology_one_top,
.news_one_top {
    overflow: hidden;
    background: no-repeat center/cover;

}

.technology_one_top img,
.news_one_top img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

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

.technology_one:hover .technology_one_top img,
.news_one:hover .news_one_top img {
    transform: scale(1.09);
    transition: all 0.5s ease-in-out;
}

.technology_btext2 {
    line-height: 25px;
}

.in-cp-ys{display: flex;justify-content: space-between;align-items: center;}
.in-cp-ys li{
    width: 31%;
    background: rgba(255, 255, 255, .4);
    height: 108px;
    text-align: center;
    border-radius: 15px;
    transition: all 0.5s;
}
.in-cp-ys li h3{
    font-size: 28px;
    line-height: 108px;
    margin: 0;
    font-weight: bold;
    color: #000;
}
.in-cp-ys li:hover{background: #fff;}
.mySwiper3{}
.mySwiper3 .technology_m{position: relative;margin-top:50px;}
.mySwiper3 .swiper-wrapper{margin-top: 2vw;}
.mySwiper3 .swiper-button-next,.mySwiper3 .swiper-button-prev{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 50px;
    opacity: 1;
    top: 50px;
    right: 0px;
}
.mySwiper3 .swiper-button-prev{right: 70px;left: auto;}
.mySwiper3 .swiper-button-prev:hover,.mySwiper3 .swiper-button-next:hover{background: #090b93;}
.mySwiper3 .swiper-button-prev:hover:after,.mySwiper3 .swiper-button-next:hover:after{color: #fff;}
.mySwiper3 .swiper-button-next:after,.mySwiper3 .swiper-button-prev:after{
    color: #090b93;
    font-size: 20px;
}
.mySwiper3 .swiper-slide{
    height: 440px;    
    overflow: hidden;
    transition: all 0.5s;
    border-radius: 15px;
}
.mySwiper3 .swiper-slide a{display: block;position: relative;width: 100%;height: 100%;}
.mySwiper3 .swiper-slide figure{width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;}
.mySwiper3 .swiper-slide figure img{width: auto;height: 100%;max-width: inherit;}
.mySwiper3 .swiper-slide:hover{width: 630px !important;}
.mySwiper3 .in-cp-text{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    /*background: linear-gradient(to bottom, transparent, rgba(9, 11, 147, 0.8));*/
    padding:30px 2vw;
    transition: all 0.5s;
}
.mySwiper3 .in-cp-text h3{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 0px;
    transition: all 0.5s;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.8);
}
.mySwiper3 .in-cp-text span{
    display: none;
    transition: all 0.5s;
    font-size: 16px;
    background: #fff;
    border-radius: 30px;
    width: 140px;
    height: 48px;
    line-height: 48px;
    color: #090b93;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
}
.mySwiper3 .swiper-slide:hover figure img{width:100%;}
.mySwiper3 .swiper-slide:hover .in-cp-text h3{text-align: left;}
.mySwiper3 .swiper-slide:hover .in-cp-text span{display: block;}
.mySwiper3 .in-cp-text span:hover{background: #090b93;color: #fff;}

.yj_all{width: 100%;background: url(../images/index_03.jpg) no-repeat center/cover;}
.yj_all .index_tit .itit_1{color: #090b93;}
.yj_all .index_tit .itit_line{background: #090b93;}
.in-yj{display: flex;justify-content: space-between;margin-top: 6vw;}
.in-yj-l{width: 31%;margin-top: 5vw;}
.in-yj-p{color: #000;font-size: 18px;line-height: 30px;margin-bottom: 30px;}
.in-yj-p b{color: #090b93;font-size: 18px;}
.in-yj-a a{
    display: block;
    font-size: 16px;
    background: #090b93;
    border-radius: 30px;
    width: 140px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    margin-top: 2vw;
    transition: all 0.5s;
}
.in-yj-a a:hover{background: #fff;color: #090b93;}
.in-yj-r{
    width: 69%;
    _background: url(../images/index_09.png) no-repeat;
    _background-size: 100% auto;
    position: relative;
    height: 730px;
}
.in-yj-sp{position: absolute;font-size: 14px;color: #000;padding-left: 20px;line-height: 14px;display:none;}
.in-yj-sp::after{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #090b93;
    top: 3px;
    left: 3px;
    animation: breath 2s infinite ease-in-out;
}
.in-yj-sp::before{
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background:rgba(9, 11, 147, 0.46);
    top: 0;
    left: 0;
    animation: breath 2s infinite ease-in-out 0.2s;
}

@keyframes breath {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}
.sp1{left: auto;right: 12%;top: 18%;}
.sp2{left: auto;right: 12%;top: 25%;}
.sp3{left: auto;right: 14%;top: 31.5%;}
.sp4{left: auto;right: 24%;top: 35.5%;}
.sp5{left: auto;right: 22.5%;top: 38.2%;}
.sp6{left: auto;right: 34%;top: 34.5%;}
.sp7{left: auto;right: 16%;top: 38%;}
.sp8{left: auto;right: 17%;top: 43%;}
.sp9{left: auto;right: 23%;top: 45%;}
.sp10{left: auto;right: 18%;top: 45.5%;}
.sp11{left: auto;right: 37%;top: 49%;}
.sp12{left: auto;right: 22.5%;top: 56%;}
.sp13{left: auto;right: 19%;top: 57%;}
.sp14{left: auto;right: 16.5%;top: 59%;}
.sp15{left: auto;right: 27%;top: 59%;}
.sp16{left: auto;right: 19%;top: 61.3%;}
.sp17{left: auto;right: 16%;top: 63%;}
.sp18{left: auto;right: 41%;top: 60%;}
.sp19{left: auto;right: 37%;top: 62%;}
.sp20{left: auto;right: 21%;top: 75%;}
.sp21{left: auto;right: 27.5%;top: auto;bottom: 16.5%;}
.sp22{left: auto;right: 28%;top: auto;bottom: 15%;}
.sp23{left: auto;right: 35%;top: auto;bottom: 16%;}
.sp24{left: auto;right: 51%;top: auto;bottom: 22%;}
.sp25{left: auto;right: 33.5%;top: auto;bottom: 8%;}
.sp26{left: auto;right: 17%;top: 65%;}
.sp27{left: auto;right: 31%;top: 58%;}
.sp28{left: auto;right: 18%;top: 54%;}
.sp29{left: auto;right: 19%;top: 72%;}
.sp30{left: auto;right: 30%;top: 67%;}
.sp31{left: auto;right: 22%;top: 65%;}
.sp32{left: auto;right: 33%;top: 37%;}
.sp33{left: auto;right: 22%;top: 59%;}
.sp34{left: auto;right: 34%;top: 51%;}
.sp35{left: auto;right: 17%;top: 26%;}
.sp36{left: auto;right: 38%;top: auto;bottom: 26%;}
.sp37{left: auto;right: 20%;top: 47.5%;}

/*新闻中心*/
.news_all {
    width: 100%;
    background-image: url('../image/banner5.jpg');
}
.in-news-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.in-news-tit .index_tit{text-align: left;width: 50%;margin: 0;}
.in-news-tit .index_tit .itit_1{color: #090b93;}
.in-news-tit .index_tit .itit_line{background: #090b93;margin: 2vw 0;}
.in-news-a a{display: block;
    font-size: 16px;
    background: #090b93;
    border-radius: 30px;
    width: 140px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    transition: all 0.5s;
}
.in-news-a a:hover{background: #fff;color: #090b93;}
.hp-tab-newprd{width: 100%;}
.hp-tab-newprd .mySwiper4{width: 100%;position: relative;padding-bottom: 6vw;}
.hp-tab-newprd .mySwiper4 .swiper-pagination{
    top: auto;
    bottom: 0;
    left: 15%;
    background: #a8a8a8;
    height: 1px;
}
.hp-tab-newprd .mySwiper4 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    top: auto;
    bottom: 0;
    height: 5px;
    background: #090b93;
}

.j-sw-nav{display: flex;justify-content: left;align-items: center;margin-top: -16px;position: relative;z-index: 99;}
.j-sw-nav li{margin-right: 2vw;}
.j-sw-nav li a{font-size: 18px;color: #000;}
.j-sw-nav li a:hover,.j-sw-nav li.on a{color: #090b93;font-weight: bold;}
.news_m {top: 52%;}
.news_list {}
.news_one {cursor: pointer;width: 100%;}
.news_one figure{width: 100%;border-radius: 10px;overflow: hidden;height:16vw;}
.news_one figure img{width:100%;transition: all 0.5s ease-in-out;}
.news_one_bottom{}
.news_one_bottom time{margin:1vw 0;font-size: 16px;color: #000;display: block;}
.news_one_bottom h3{color: #000000;font-size: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news_one_bottom p{margin-top:1vw;font-size: 16px;color: #666;line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news_one:hover .news_one_bottom h3{color: #090b93;}
.news_one:hover figure img{transform: scale(1.05);}

.yj_all .pc_li>a,.news_all .pc_li>a,.yj_all .top-yy-li .top-yy a,.news_all .top-yy-li .top-yy a{color: #000 !important;}
.yj_all .top-yy-li .top-yy ul li.top-yy-1 a,.news_all .top-yy-li .top-yy ul li.top-yy-1 a{color:#fff !important;}
.yj_all .top-yy-li .top-yy,.news_all .top-yy-li .top-yy{border: none;}
/*联系我们*/

.contact_all {
    background-image: url('../image/banner66.jpg');
}

.contact_t_all {
    margin: 4vw auto 0;
    width: 78%;
}

.contact_list {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contact_l_one {
    background-color: rgba(255, 255, 255, .8);
    height: 120px;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px;
}

.contact_one_right {
    font-size: 14px;
    color: #666666;
    margin-left: 23px;
}

.cone_t1 {
    color: #000000;
    font-size: 18px;
}

.contact_code {
    background-image: url(../image/code.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 188px;
    width: 100%;
    margin-top: 9.4vw;
    color: white;
    position: relative;
}

.contact_code_b2 {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: -4%;
    text-align: center;
    width: 69%;
    /* border: 1px solid; */
    left: 50%;
    transform: translate(-50%, 0px);
}

.contact_code_b1 {
    position: absolute;
    top: -30%;
    width: 100%;
    text-align: center;
}

.contact_code_b1 img {
    width: 111px;
    height: 115px;
    margin-bottom: 10px;
}

.contact_m {
    top: 58%;
}

.co_footer_w {
    display: flex;
}

.contact_l_one:hover {
    cursor: pointer;
}

.contact_l_one:hover img {
    transition: .5s;
    transform: rotate(360deg);
}

@keyframes scaleDraw {
    /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
    /* 0% {
        background-size: 100%;
    }
    25% {
        background-size: 120%;
    } */
    from {
        opacity: 1;
        background-size: 100% 100%;
    }
    to {
        opacity: 1;
        background-size: 110% 100%;
    }
}

.section {
    transition: all 0.5s ease-in-out;
}


/*.zfs_one {*/
/*    animation: scaleDraw 10s linear infinite;*/
/*}*/

.banner-en .in-banner-text {width: 70%;}
.banner-en .in-banner-text h2{text-transform: capitalize;}
.about_m-en .in-about-text {width: 100%;font-size: 30px;}
.about_m-en .in-about-ys ul{padding: 2vw 3vw;}
.about_m-en .in-about-ys ul li p {font-size: 20px;}
.about_m-en .in-about-ys ul li:nth-child(2){padding: 2vw 2vw;margin: 0 2vw;}
.business-en .b_text1 {font-size: 26px;text-transform: capitalize;}
.center_p-en .in-cp-ys li h3{font-size: 26px;}
.center_p-en .mySwiper3 .in-cp-text h3 {font-size: 20px;}
.hp-tab-newprd-en .mySwiper4 .swiper-pagination{left: 23%;}

.in-yj-en .b2_ot_img2 .map-wrapper{display: flex;justify-content: center;align-items: center;}
.in-yj-en .b2_ot_img2 .map-wrapper img{}
.in-yj-en .sp1{top: 27%;}
.in-yj-en .sp2{top: 36%;left: 54%;right: auto;}
.in-yj-en .hmc4mapIcon span{font-size:18px;}

.business_text .wap-img{display:none;}
.wap-yj{display: none;}
.wap_img{display: none;}


@media(min-width:1025px) and (max-width:1218px) {
    /* .contact_code_b2 {
        font-size: 12px;
    } */
    .contact_t_all {
        width: 93%;
    }
}

@media(min-width:1024px) {
    .co_footer_w {
        margin-left: 20px;
    }
}

@media(max-width:1700px) {
    .in-yj-r{height: 37vw;}
}

@media(max-width:1600px) {
    .in-yj-r {height: 35vw;}
}

@media(max-width:1550px) {
    .in-about-text {width: 100%;font-size: 40px;}
    .in-about-ys ul{padding: 2vw 4vw;}
    .in-about-ys ul li p {font-size: 22px;}
    .b_text1 {font-size: 26px;}
    .mySwiper3 .swiper-slide {height: 370px;}
    .in-cp-ys li{height: 70px;}
    .in-cp-ys li h3 {font-size:22px;line-height: 70px;}
    .itit_1 {font-size: 40px;}
    .mySwiper3 .in-cp-text h3 {font-size: 22px;}
    .in-yj-r {height: 40vw;}
    

  
}

@media(max-width:1500px) {
   
}

@media(max-width:1450px) {
    .b_text1 {font-size: 24px;}
    .itit_1 {font-size: 36px;}
    .news_one_bottom h3{font-size: 18px;}
    .footer .link .link-r img{height: 60px;}
    .in-yj-sp::after{width: 6px;height: 6px;}
    .in-yj-sp::before{width: 12px;height: 12px;}
    .mySwiper3 .technology_m {margin-top: 6vw;}
   
    
}

@media(max-width:1400px) {
    
}

@media(max-width:1024px) {
    .sl_width1 {padding-left: 4vw;padding-right: 4vw;}
    .in-banner-text {width: 95%;}
    .in-banner-text h2 {font-size: 40px;}
    .in-about-text{font-size: 30px;}
    .in-about-ys ul {padding: 1vw 2vw;}
    .in-about-ys ul li p {font-size: 18px;}
    .b_text1 {font-size: 18px;}
    .in-cp-ys li{height: 60px;}
    .in-cp-ys li h3 {font-size: 16px;line-height: 60px;}
    .mySwiper3 .swiper-button-next, .mySwiper3 .swiper-button-prev{height: 40px;width: 40px;}
    .mySwiper3 .swiper-button-prev {right: 55px;}
    .mySwiper3 .in-cp-text h3 {font-size: 18px;}
    .mySwiper3 .in-cp-text span {font-size: 14px;width: 110px;height: 35px;line-height: 35px;}
    .in-yj-r{background: url(../images/index_09_1.png) no-repeat center;background-size: auto 100%;}
    .in-yj-sp{display: none;}
    .hp-tab-newprd .mySwiper4 .swiper-pagination{left: 20%;}
    .hp-tab-newprd .mySwiper4 .news_one{display: block !important;}
    .news_one_bottom h3 {font-size: 16px;line-height: 24px;}
   
    .news_one_bottom p{font-size: 14px;line-height: 24px;}
    .banner-en .in-banner-text {width: 95%;}
    .about_m-en .in-about-text {font-size: 18px;}
    .about_m-en .in-about-ys ul li p {font-size: 14px;line-height: 26px;font-weight: 400;}
    .about_m-en .in-about-ys ul li:nth-child(2) {padding: 4vw 0;margin: 4vw 0;text-align: left;}
    .business-en .business_text{left: 39%;}
    .business-en .b_text1 {font-size: 16px;margin-top: 12vw;}
    .center_p-en .in-cp-ys li h3 {font-size: 16px;font-weight: 400;line-height: 50px;}
    .center_p-en .in-cp-ys li {height: 50px;width: 100%;margin-bottom: 15px;}
    .center_p-en .in-cp-ys{flex-wrap: wrap;}
    .center_p-en .mySwiper3 .in-cp-text h3 {font-size: 18px;}
}

@media screen and (max-width:768px) {
    .banner .mySwiper {padding: 0 10px;width: 100%;}
    #fp-nav{display: none;}
    .in-banner-text h2 {font-size: 5vw;line-height: 40px;display:none;}
    .in-about{margin-bottom: 15vw;}
    .in-about-a a{width: 130px;height: 40px;line-height: 40px;font-size: 14px;margin: 11vw 0 0;}
    .in-about-text {font-size: 25px;}
    .in-about-ys ul li p {font-size: 16px;}
    .in-about-ys ul{flex-wrap: wrap;}
    .in-about-ys ul li{width: 100%;}
    .in-about-ys ul li:nth-child(2)::before {height: 1px;width: 100%;background: linear-gradient(to left, transparent, white 50%, transparent);}
    .in-about-ys ul li:nth-child(2)::after {height: 1px;width: 100%;background: linear-gradient(to right, transparent, white 50%, transparent);bottom: 0;top: auto;}
    .in-about-ys ul li:nth-child(2) {padding: 2vw 0vw;}
    .business_all,.in-yj{flex-wrap: wrap;}
    .business_one{height: 34%;width: 50%;border-bottom: 1px solid #fff;border-right: 1px solid #fff;}
    .itit_1 {font-size: 22px;}
    .in-cp-ys{margin-top: 30px;}
    .mySwiper3 .swiper-slide figure img{width: 100%;height: auto;}
    .mySwiper3 .swiper-wrapper {margin-top: 7vw;}
    .mySwiper3 .swiper-slide:hover {width: 100% !important;}
    .mySwiper3 {padding-left: 3vw;padding-right: 3vw;}
    .in-yj-l,.in-yj-r{width: 100%;}
    .in-yj-r {height: 350px;}
    .hp-tab-newprd .mySwiper4 .swiper-pagination{display: none;}
    .news_one figure{height:auto;}
    .news_one figure img{width: 100%;}
    
    .mySwiper3 .swiper-slide {height: 68vw;}
    .in-news-a a{font-size: 14px;width: 110px;height: 40px;line-height: 40px;}
    .hp-tab-newprd {margin: 7vw 0;}
    .j-sw-nav{margin-top:7vw;}
    .mySwiper3 .swiper-button-next, .mySwiper3 .swiper-button-prev{top: 23px;}
    .in-yj-p{font-size: 16px;line-height: 26px;}
    
    .business_all{background:#090b9387;}
    .business_text .wap-img {display: block;}
    .business_text .wap-img img{width: 50px;}
    .business_text{text-align: left;}
    .b_text1{margin-top: 20px;}
    .business_one:hover{background:#090b93;}
    .in-yj{display:none;}
    .wap-yj{display: flex;justify-content: left;align-items: center;flex-wrap: wrap;position: relative;margin-top: 20px;}
    .wap-yj-gn,.wap-yj-gj{margin-top: 1vw;width: 100%;position: relative;z-index: 9;min-height:500px;}
    .wap-yj-gn p,.wap-yj-gj{font-size: 14px;line-height: 23px;}
    .wap-yj-gn p b,.wap-yj-gj p b{color:#090b93;}
    .wap-yj-gj img{margin-top: 30px;margin-bottom: 30px;}
    .wap-yj .index_tit{width:100%;}
    .wap-yj-img{position: absolute;top: 0;opacity: 0.5;}
    .in-yj-a a{margin-top: 2vw;width: 120px;height: 40px;line-height: 40px;}
    .wap-yj-img img{transition: all 0.5s;}
    .ny-lc-en .ny-lc-text {height: 183px;}
    
    .wap-yj ul{display: flex;justify-content: left;align-items: flex-start;margin-top: 5px;}
    .wap-yj ul li{border-bottom:2px solid rgba(255,255,255,0);font-size: 18px;margin-right:0vw;padding-bottom:10px;}
    .wap-yj ul li.on{border-bottom:2px solid #090b93;color:#090b93;}
    
    .pc_img{display: none;}
    .wap_img{display: flex;}
    .about_all {background-position: center;}
    .map-item h3 {font-size: 16px !important;margin-bottom: 0px !important;margin-top: 10px;}
    .wap-yj ul{flex-wrap: wrap;}
    .map-item-ul ul{padding: 0px;}
    .map-tachu-c {top: 58vw !important;padding: 10px 10px 8px 20px !important;}
    main>section{height: 110vw !important;}
    .jsmap-svg-container svg{margin-left: -36px !important;}
 
   
}

@media screen and (max-width:320px) {
   
}

@media (max-width:414px) and (min-width:413px) {
  
}