.position {
    height: 70px;
    display: flex;
    align-items: center
}

.position .mzbox {
    display: flex;
    font-size: 15px;
    justify-content: flex-start
}

.position a:hover {
    color: var(--base-color)
}

.met-product-list {
    background-color: #fafafa;
    padding-top: 42px;
    padding-bottom: 42px
}

.met-product-list .mzbox {
    display: flex;
    justify-content: space-between
}

.met-product-list .left {
    width: 19%
}

.met-product-list .left>div {
    position: sticky;
    top: 109px
}

.met-product-list .left dl {
    border-radius: 9px;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden
}

.met-product-list .left dl+dl {
    margin-top: 11px
}

.met-product-list .left dl dt {
    height: 60px;
    padding-left: 29px;
    padding-right: 29px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.met-product-list .left dl dd {
    padding: 25px 29px;
    display: none;
    border-top: 2px solid #fafafa;
        box-shadow: 3px 1px 9px 2px #eee;
}

.met-product-list .left dl h3 a {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}

.met-product-list .left dl h3 a:hover,
.met-product-list .left dl.active h3 a {
    color: #fff
}

.met-product-list .left dl .ico {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.met-product-list .left dl .ico span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    position: relative
}

.met-product-list .left dl .ico span::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(90deg)
}

.met-product-list .left dl.active .ico span::after {
    transform: rotate(0)
}

.met-product-list .left dl dd a {
    color: #5c5c5c;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1
}

.met-product-list .left dl dd h4 {
    line-height: 1.8;
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 400
}

.met-product-list .left dl dd i {
    font-size: 20px;
    color: #333
}

.met-product-list .left dl.active h3 a {
    color: #fff
}

.met-product-list .left dl:nth-of-type(1) h3 a {
    color: #fff
}

.met-product-list .left dl:nth-of-type(1) .ico span,
.met-product-list .left dl:nth-of-type(1) span::after {
    background-color: #fff
}

.met-product-list .left dl.active dd {
    display: block
}

.met-product-list .left dl.active .ico span::after {
    opacity: 1
}

.met-product-list .left dl dd div:hover h4,
.met-product-list .left dl dd div.active h4 {
    color: #333;
    font-weight: bold;
    font-size: 16px
}

.met-product-list .right {
    width: 77.5%
}

.met-product-list .product-list-li+.product-list-li {
    margin-top: 20px
}

.met-product-list .product-list-li {
    background-color: #fff;
    border-radius: 9px;
    overflow: hidden;
    padding: 30px;
    display: flex;
    align-items: stretch;
    justify-content: space-between
}

.met-product-list .product-list-li .product-img {
    width: 53.5%;
    border-radius: 9px;
    /*background: url("../images/pro-bg.jpg") center center no-repeat;*/
     background:#f7f7f7;
    background-size: cover;
    overflow: hidden;
    text-align: center
}

.met-product-list .product-list-li .product-img img {
    transition: all .3s
}

.met-product-list .product-list-li .product-info {
    display: flex;
    flex-direction: column;
    width: 42%;
    padding-top: 30px;
    padding-bottom: 27px
}

.met-product-list .product-list-li .product-info .product-title a {
    font-size: 30px;
    font-weight: bold;
    color: #333
}

.met-product-list .product-list-li .product-info .product-title a:hover {
    color: #333
}

.met-product-list .product-list-li .product-info .line {
    width: 100%;
    height: 2px;
    background-color: #ccc;
    position: relative;
    margin-top: 38px;
    margin-bottom: 30px
}

.met-product-list .product-list-li .product-info .line::after {
    content: "";
    width: 28%;
    background: #333;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s
}

.met-product-list .product-list-li .product-info .product-desc {
    color: #5c5c5c;
    font-size: 16px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5
}

.met-product-list .product-list-li .product-info .product-btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: auto
}

.index-btn a {
    width: 180px;
    height: 50px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #fff;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    gap: 15px;
    font-weight: normal;
}

.index-btn a,
.index-banner-btns a {
    display: inline-block;
    width: 142px;
    height: 44px;
    font-size: 14px;
}

.met-product-list .product-list-li .product-info .index-btn a {
    border: 1px solid #0b4b95;
    color: #0b4b95;
    border-radius: 5px;
    display: flex;
}

.met-product-list .product-list-li .product-info .index-btn a::after {
    content: '';
    background-color: #0b4b95;
    right: 100%
}

.met-product-list .product-list-li .product-info .index-btn a:hover {
    color: #fff;
    background-color: #0b4b95;
}

.met-product-list .product-list-li .product-info .index-btn a:hover::after {
    right: 0
}

.met-product-list .product-list-li:hover .product-info .line::after {
    width: 100%
}

.met-product-list .product-list-li:hover .product-img img {
    transform: scale(1.05)
}

.product-inquiry-box {
    background-color: rgba(0, 0, 0, .5);
    width: 100vw;
    height: 100vh;
    display: flex;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    padding: 29px;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px)
}

.product-inquiry-box.active {
    opacity: 1;
    visibility: visible
}

.product-inquiry-box .box-main {
    width: 1030px;
    background-color: #fff
}

.product-inquiry-box .box-head {
    background-color: #f1f1f1;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.product-inquiry-box .box-title {
    font-size: 30px;
    color: #333
}

.product-inquiry-box .box-subtitle {
    font-size: 17px
}

.product-inquiry-box .box-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 60px;
    margin: auto;
    cursor: pointer;
    transition: all .3s
}

.product-inquiry-box .box-close span {
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform-origin: center center
}

.product-inquiry-box .box-close span:first-of-type {
    transform: rotate(-45deg)
}

.product-inquiry-box .box-close span:last-of-type {
    transform: rotate(45deg)
}

.product-inquiry-box .box-close:hover {
    transform: rotate(180deg)
}

.product-inquiry-box .box-body {
    padding: 50px 60px
}

.product-inquiry-box .inquiry-form {
    margin-top: 40px
}

.product-inquiry-box form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.product-inquiry-box form .form-group {
    width: 100%
}

.product-inquiry-box form .form-group:first-of-type {
    display: none
}

.product-inquiry-box form .form-group:nth-of-type(2),
.product-inquiry-box form .form-group:nth-of-type(3),
.product-inquiry-box form .form-group:nth-of-type(4) {
    width: 32%
}

.product-inquiry-box form .form-group label {
    margin-bottom: 9px
}

.product-inquiry-box form .form-group label span {
    color: var(--base-color)
}

.product-inquiry-box form button[type="submit"] {
    width: 220px;
    height: 50px;
    background-color: var(--base-color);
    font-size: 16px;
    color: #fff;
    border: 0;
    border-radius: 5px;
    margin: auto
}

.met-showproduct {}

.met-showproduct .position {
    background-color: #0b4b95
}

.met-showproduct .position * {
    color: #fff
}

.met-showproduct .position .return a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px
}

.met-showproduct .met-showproduct-main .product-main-info {
    background: url("/public/images/product-main-bg.png") center center no-repeat;
    background-size: cover
}

.met-showproduct .met-showproduct-main .product-main-info .mzbox {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.met-showproduct .met-showproduct-main .img,
.met-showproduct .met-showproduct-main .info {
    width: 740px
}

.met-showproduct .met-showproduct-main .inner-title {
    justify-content: flex-start;
    color: #7e838f;
    line-height: 1
}

.met-showproduct .met-showproduct-main .inner-subtitle {
    margin-top: 25px;
    margin-bottom: 35px;
    line-height: 1
}

.met-showproduct .met-showproduct-main .product-detail-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px
}

.met-showproduct .met-showproduct-main .product-detail-nav a {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #909090
}

.met-showproduct .met-showproduct-main .product-detail-nav a::after {
    content: "";
    width: 0%;
    height: 2px;
    background-color: var(--base-color);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .3s
}

.met-showproduct .met-showproduct-main .product-detail-nav a:hover,
.met-showproduct .met-showproduct-main .product-detail-nav a.active {
    color: #333
}

.met-showproduct .met-showproduct-main .product-detail-nav a:hover::after,
.met-showproduct .met-showproduct-main .product-detail-nav a.active::after {
    width: 100%
}

.met-showproduct .met-showproduct-main .info-btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 85px
}

.met-showproduct .met-showproduct-main .info-btns .index-btn a {
    border-color: #0b4b95;
    color: #0b4b95
}

.met-showproduct .met-showproduct-main .info-btns .index-btn a::after {
    background-color: #0b4b95;
    right: 100%
}

.met-showproduct .met-showproduct-main .info-btns .index-btn a:hover {
    color: #fff
}

.met-showproduct .met-showproduct-main .info-btns .index-btn a:hover::after {
    right: 0
}

.met-showproduct .met-showproduct-main .info-btns .index-btn.downbtn a {
    border-color: #0b4b95;
    color: #fff
}

.met-showproduct .met-showproduct-main .info-btns .index-btn.downbtn a::after {
    background-color: #0b4b95;
    right: 0%
}

.met-showproduct .met-showproduct-main .content {
    color: #666;
    font-size: 14px;
    overflow-y: auto
}

.met-showproduct .met-showproduct-main .content {
    height: 170px
}

.met-showproduct .met-showproduct-main .content p {
    position: relative;
    padding-left: 20px;
    line-height: 1.5
}

.met-showproduct .met-showproduct-main .content p::before {
    content: "";
    width: 12px;
    height: 12px;
    background-color: #0b4b95;
    position: absolute;
    left: 0;
    top: 5px
}

.met-showproduct .met-showproduct-main .content p+p {
    margin-top: 20px
}
.newsList .container{    background: #fff;}
.newsList{display:block; padding:30px; border-bottom:1px solid #eee;}
.newsList p{font-size:14px; line-height:25px;color:#999;}
.newsList h3{font-size:18px; line-height:30px; height:60px; margin:0; font-weight:normal;  overflow:hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical; }
.newsList:last-child{border:0;}
 
.newslist .right .box .list:nth-child(odd){ flex-direction: row;  }
.newslist .right .box .list:nth-child(even){    flex-direction: row;}
.newslist .container .right .box .desc{    color: #888 !important;
    line-height: 1.8;
    font-weight: 400;
    font-size: 16px !important;
    text-align: justify;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    margin: 10px 0;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.newslist .container .right .box span{    font-size: 15px !important;    font-weight: 400;}
.newslist .right .box .list{
    background: #fff;;
        margin: 2vw auto;
        display: flex;
    flex-direction: row;padding-bottom: 2vw;
    align-items: center;
    justify-content: center;
    margin-bottom:0!important; border-bottom:1px solid #f5f5f5}
.newslist .container .right{margin-bottom:40px!important}
.newslist .container .right .box .list .img {
    width: 40%;
}
.newslist .container .right .box .list .img img{
    max-width: 100%;
}

.newslist .right .list .box2 {
    display: flex;
    flex-direction: column;
    padding: 0 4vw;
    width: 60%;
}
.message .maintitle {
    padding: 3vw 0;
      text-align: center;
    margin: auto;
    position: relative;
}
 .message  .maintitle h2 { font-size: 40px;}
 .message  .maintitle h3 {
    display: flex;
    font-size: 26px;
 
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.message h3 span {
    background-color: #fff;
    width: 2.5rem;
    display: inline-block;
    height: 1px;
    margin-right: 1vw;
}

   .FK form {
        width: 100%;
        position: relative;
    }
    
    .FK .form-group {
        color: #555;
        font-size: 16px;
    }
    
    .gbook .right {
        display: flex
    }
    
    .liuyanright {
        margin-top: 28px;
        background: #f5f5f5;
    }
   .FK .FK2 {
    position: absolute;
    right: 0;
    top: 0;
}

.FK .FK3 {
    position: absolute;
    right: 0;
    bottom: 3rem;
} 
.FK .FK3 span{
display: block;    margin: 7px;
    width: auto;
    position: absolute;
    z-index: 99;
    right: 0;
    line-height: 1;
    padding: 1vw;
    align-items: center;
}
    .FK .btn-block {
        display: block;
        width: 100%;
        color: #fff;
        white-space: normal;
        height: 45px !important;
        border-color: #c81622;
        background-color: #1265b8 !important;
    }
    
    .FK .form-control {
        font-size: 16px;
        display: block;
        max-width: 100% !important;
        width: 100% !important;
        height: auto!important;
        padding: 12px;
        color: #5c5c5c;
        line-height: 1.5;
        border: 1px solid #e4eaec;
        border-radius: 5px;
        background-color: #fff;
    }
    
    .FK1 {
        width: 48%;
    }
    
    .FK2 {
        width: 48%;
        right: 0;
        position: absolute;
        top: 0;
    }
    
    .FK3 {
        width: 48%;
        right: 0;
        position: absolute;
        bottom: 0rem;
    }
    
    .FK .form-control input {
        width: 90% !important;
        height: 50px !important;
        float: left;
    }
    
    .FK .form-control textarea {
        width: 49% !important;
        height: 190px !important;
        position: absolute;
        right: 0;
        bottom: 102px;
    }
    
    .FXW4:before {
        content: url(../images/edit.png);
        width: 66px;
        height: 18px;
        padding: 0px 10px 0px 0px;
        vertical-align: middle;
    }
    
    .FXW1:before {
        content: url(../images/username.png);
        width: 66px;
        height: 18px;
        padding: 30px 10px 5px 0px;
        vertical-align: middle;
    }
    
    .FXW2:before {
        content: url(../images/email.png);
        width: 66px;
        height: 18px;
        padding: 0px 10px 0px 0px;
        vertical-align: middle;
    }
    
    .FXW3:before {
        content: url(../images/phone.png);
        width: 66px;
        height: 18px;
        padding: 0px 10px 0px 0px;
        vertical-align: middle;
    }
    
    .contacts {
        width: 90%;
        max-width: 1440px;
        margin: 3vw auto;
    }
    
    .contacts ul {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    }
    
    .contacts ul li {
        width: 32%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        font-size: 18px;
        padding: 2vw;
    }
    
    .contacts ul li h2 {
        padding: 1vw 0;
    }
    
    .contacts ul li h2,
    .contacts ul li h3 {
        font-size: 18px;
        color: #333;
    }
    
    .contacts .address p {
        padding-left: 1vw;
        font-size: 18px;
    }
    
    .map {
        width: 100%;
        margin-bottom: 2vw;
    }
    
    .map img {
        max-width: 100%;
    }
    
    .contacts .address {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        padding: 2vw 0 0 0;
    }
      
    .message {
        padding-bottom: 4vw;
    }
    
    .message .maintitle {
        padding: 3vw 0;
    }
    
    .message h2 {
        color: #fff;
        font-size: 42px;
    }
    
    .message h3 {
        color: #fff;
        font-size: 26px;
    }
    
    .message h3 span {
        background-color: #fff;
    }
    
    .message .gbook {
        margin: auto;
        width: 60%;
        background: #fff;
        padding: 4%;
        border-radius: 1vw;
    }
.shebei {
    width: 100%;
    padding: 4vw 0 4vw 8%;
    display: flex;
}

.shebei .left {
    width: 40%;
}

.shebei .left .sw {
    margin-top: 4vw;
}

.shebei .left .sw li {
    margin: 1.5vw 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 24px;
    cursor: pointer;
}

.shebei .left .sw li.active {
    color: #fff;
    font-size: 26px;
}

.shebei .left .sw li.active span {
    border-bottom: 2px solid #fff;
    padding: 0 2vw 0.5vw 0;
}

.shebei .right {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.shebei .right .shebeiswiper {
    padding-left: 2vw;
    max-width: 100%;
    width:100%;
    margin: 3vw 0 0vw 0;
    position: relative;
}

.shebei .right img {
    border-radius: 8px;
    max-width: 100%;
}

.shebei .right .shebeiswiper img {
    opacity: 0.8;
}

.shebei .right .shebeiswiper img.on {
    opacity: 1;
}

.shebei .right .shebeiswiper .swiper-button-prev {
    left: 0px;
}

.iconsvg {
    font-size: 16px;
    width: 24px;
    height: 24px;
    margin-right: 3px;
    /* font-style: normal; */
    -webkit-font-smoothing: antialiased
}

.navlist {
    display: flex;
    background: #1265b8;
    justify-content: center;
}

.navlist .swiper-wrapper {
    justify-content: center;
}

.navlist li {
    color: #fff;
}

.navlist li a {
    display: block;
    white-space: nowrap;
    padding: 2vw 3vw;
    font-size: 16px;
}

.navlist li.active {
    border-bottom: 3px solid #fff;
}

.tophead h3 {
    font-size: 38px;
}

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


/* .swiper-button-prev:after,
.swiper-button-next:after {
    color: #1265b8;
} */

.swiper-button-prev:after {
    color: #fff;
}

.aboutus .nei {
    position: static;
    top: 0 !important
}

.aboutus .e_container-1 {
    max-width: 1600px;
}

.aboutus .e_container-1 .cbox-1-1 {
    padding-left: 0 !important;
    width: 50% !important;
}

.aboutus .e_container-1 .cbox-1-0 {
    width: 50% !important;
}

.aboutus .e_container-1 .cbox-1-1 .nei {
    max-height: 59vh;
    overflow: hidden;
    padding-right: 2%
}

.aboutus .e_loop-6 {
    background-color: #fff;
}

.aboutus .tophead {
    text-align: center;
    padding: 2vw;
}

.aboutus .tophead p.line {
    margin: auto;
}

.aboutus .swiper-container-vertical>.swiper-scrollbar {
    right: 0px !important;
}

.aboutus .e_scrollNumber-8 .p_num {
    font-size: 72px !important;
}

.aboutus .e_scrollNumber-8 .p_num,
.aboutus .e_scrollNumber-8 .unit {
    color: #0b4b95 !important;
}

.aboutus .e_scrollNumber-8 {
    text-align: center !important;
}

.aboutus .e_text-9 {
    padding-left: 0px !important;
    color: #333333;
    font-size: 16px !important;
    padding: 1vw !important;
    text-align: center !important;
}

.aboutus .e_loop-6 .p_loopitem {
    border: none !important;
}

.aboutus .e_loop-6 .p_loopitem:after {
    width: 0px !important;
}

.rongyu .tophead p.line {
    margin: auto;
}

.rongyu .tophead {
    text-align: center;
}

.huanjing .tophead p.line {
    margin: auto;
}

.huanjing .tophead {
    text-align: center;
}

.huanjing .swiperhuanjing {
    padding: 3vw 0;
    width: 100%;
    overflow: hidden;
}

.huanjing .swiper-slide {
    transition: 300ms;
    transform: scale(0.8);
}

.huanjing img.swiper-slide {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 2px -2px 10px
}

.huanjing .swiper-slide-active,
.huanjing .swiper-slide-duplicate-active {
    transform: scale(1);
}

.rongyu .honorlist {
    margin-top: 2vw;
}

.wenhua {
    margin: 0vw 0;
}

.wenhua .container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.wenhua .list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.wenhua .list li {
    text-align: center;
    width: 100%;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding: 5vw 2vw 2vw 2vw;
    display: flex;
    min-height: 85vh;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    background: transparent;
}

.wenhua .list li:hover img {
    animation: rotate 0.4s linear;
}

.wenhua .list p.white {
    padding-top: 1vw;
    border-bottom: 3px solid #fff;
}

.wenhua .list li:hover,
.wenhua .list li.active {
    background: rgba(18, 101, 184, 0.85);
}

.wenhua .list li div.top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.wenhua .list li div.bottom {
    display: flex;
    flex-direction: column;
    padding-top: 30%;
}

.wenhua .list li.active div.bottom {
    padding-top: 0
}

.wenhua .list span {
    font-size: 24px;
    color: #fff
}

.wenhua .list h2 {
    padding-top: 0.4vw;
    font-size: 35px;
    color: #fff;
    text-transform: uppercase;
}

.wenhua .list h3 {
    padding-top: 1.4vw;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
}

.wenhua .list p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-top: 2vw;
}

.wenhua .list li p.text {
    display: none;
}

.wenhua .list li.active span.num {
    font-size: 124px;
    line-height: 1
}

.wenhua .list li.active .bottom .cul {
    display: none;
}

.wenhua .list li.active p.text {
    display: block;
    word-break: keep-all;
}
.sbnl .container{ padding: 3vw 0;}
.sbnl .honorlist li img { max-width:100%}
.sbnl .maintitle h3{color:#fff;}
.sbnl .honorlist li h2{font-size:18px ; text-align:center;color:#fff;line-height:2}
.sbnl .top{    align-items: flex-start!important;padding:1vw}
.zongzhi .maintitle{padding:1vw 0vw;    }
.zongzhi  .maintitle h3{color: #333;}
.zongzhi  .maintitle h2{color: #333;}
.zongzhi .container{ display: flex;    align-items: center;    justify-content: space-between;}
.zongzhi {
    color: #333;
    text-align: left;
    margin: 3vw auto;
}

.zongzhi h2 {
    font-size: 42px;
    padding: 1vw 0 1vw 0;
}

.zongzhi p {
    font-size: 22px;
    padding-right: 40%;
}

.zongzhi .indexmore {
    text-align: left;
}

.zongzhi .list svg,
.zongzhi .list img {
    fill: #fff;
  max-width: 30px;
  margin-right:0.5vw;
    
}
.zongzhi .list li.active span ,.zongzhi .list li:hover span{ color: #fff;}
.zongzhi .list li img:nth-of-type(1) {
    display: none;
}
.zongzhi .list li.active img:nth-of-type(1) ,.zongzhi .list li:hover img:nth-of-type(1){
    display: inline-block;
}
.zongzhi .list li.active img:nth-of-type(2) ,.zongzhi .list li:hover img:nth-of-type(2){
    display: none;
}
.zongzhi .list {
    width: 40%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
}

.zongzhi .list li.active,
.zongzhi .list li:hover {
    background-color: #0b4b95;
}

.zongzhi .list li {
    width: 100%;
    cursor:pointer;
    font-size: 22px;
    display: flex;
    border-bottom:1px solid #f5f5f5;
    padding:1.5vw 2vw;
    align-items: center;
}

.search_warp .iconsvg {
    font-size: 16px;
    width: 25px;
    height: 25px;
    margin-right: 1vw;
    /* font-style: normal; */
    -webkit-font-smoothing: antialiased
}

.e_bannerA-2 .swiper-pagination a {
    position: relative;
    color: #fff;
    top: -5px;
    font-size: 18px;
    height: 50px;
}

.e_bannerA-2 .swiper-pagination a:first-child {
    right: 10px;
}

.e_bannerA-2 .swiper-pagination a:last-child {
    left: 10px;
}

.langs a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
}

.langs .icon {
    margin-top: 0;
}

.langs {
    color: #fff;
    border-radius: 5px;
    border: 1px solid #fff;
    padding: 2px 5px;
    margin-right: 1vw;
}


/* 定义旋转动画 */

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.case h2,
.case p {
    text-align: justify;
}

.about .container {
    padding: 4vw 0
}

.about .container h2 {
    font-size: 38px;
    font-weight: 600;
}

.about .container h3 {
    font-size: 21px;
}

.about .container .info {
    padding: 2vw 0
}

.about .container .info p {
    font-size: 17px;
    font-weight: 400;
    line-height: 2;
    margin-bottom: 1vw;
    width: 75%;
}

.about .nums .p_list {
    display: flex;
}

.about .nums .p_item {
    margin: 2vw 6vw 1vw 0;
    width: 12vw;
}

.about .nums .p_item .p_num {
    font-size: 62px;
    font-weight: 600;
}

.about .nums .p_item .unit {
    position: absolute;
    font-size: 20px;
}

.about .nums .p_item .s_title {
    font-size: 16px;
    font-weight: 400;
}

.wenhua {
    min-height: 85vh;
}

.wenhua .maintitle {
    margin: auto;
    padding: 4vw 0 2vw 0;
    text-align: center;
}

.wenhua .maintitle h3 {
    font-size: 38px;
}

.wenhua .maintitle .line {
    margin: auto;
}

.huanjing .container {
    margin-bottom: 4vw;
    overflow: hidden;
}

.huanjing .maintitle {
    margin: auto;
    padding: 4vw 0 2vw 0;
    text-align: center;
}

.huanjing .maintitle h3 {
    font-size: 38px;
}

.huanjing .maintitle .line {
    margin: auto;
}

.huanjing .list {
    display: flex;
    position: relative;
    padding-bottom: 10px;
}

.huanjing .list .swiper-scrollbar {
    width: 100%;
    left: 0;
}

.wenhua .list {
    display: flex;
}

.wenhua .list li {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
}

.wenhua .list li:hover img {
    animation: rotate 0.4s linear;
}

.wenhua .list h2 {
    padding-top: 0.4vw;
    font-size: 32px;
    color: #fff;
}

.wenhua .list p {
    font-size: 18px;
    color: #fff;
    padding-top: 2vw;
}

.core {
    color: #fff;
    margin-bottom: 3vw;
}

.core .left {
    width: 62%;
    padding: 4vw 0;
}

.core .left li {
    padding: 2vw 0 3vw 0;
}

.core .left li h2 {
    font-size: 24px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 1vw;
    display: inline-block;
}

.core .left li p {
    font-size: 16px;
    padding-top: 0.5vw;
    padding-right: 5vw;
}

.core .right {
    width: 38%;
    padding: 4vw 0 3vw 4vw;
    background: #1265b8;
}

.core .right p.line {
    padding: 0.5rem 0;
}

.core .right h2 {
    font-size: 40px;
}

.core .right h3 {
    font-size: 38px;
}

.core .right p {
    font-size: 16px;
    padding-top: 1.5vw;
}

.core .right ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3vw 0 3vw 0;
}

.core .right li {
    max-width: 50%;
    font-size: 24px;
    padding: 0.5vw;
    margin: 0.5vw 0;
    display: inline-block;
}

.core .right li.active {
    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5;
}

.core .container {
    display: flex;
}

.hangye {
    padding: 5vw 0;
}

.hangye .hyswiper {
    overflow: hidden;
    margin: 6vw auto 2vw 0;
}

.hangye .hyswiper h2 {
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 2vw 0 0 0;
    cursor: pointer;
}

.hangye .hyswiper {
    position: relative;
}

.hangye .hyswiper::after {
    content: '';
    height: 1px;
    width: 100%;
    border-bottom: 2px dashed rgba(355, 255, 255, 1);
    opacity: 0.4;
    position: absolute;
    top: 26%
}

.hangye .hyswiper h2::after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: -90%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.hangye .hyswiper h2::before {
    content: '';
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: transparent;
    border: 1px solid #fff;
    position: absolute;
    top: -90%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.hangye .hyswiper .swiper-slide-active h2::before {
    background: #f07a18 !important;
    border: 1px solid #f07a18 !important;
}

.hangye .cnen {
    padding-top: 2vw;
}

.hangye .cnen h3 {
    font-size: 34px;
    color: #fff;
}

.hangye .cnen h4 {
    font-size: 24px;
    color: #fff;
    font-family: 'Noto Serif SC' !important;
}

@media only screen and (max-width: 1600px) {
    .hangye .hyswiper h2 {
        margin: 2.4vw 0 0 0;
    }
    #c_static_001_P_53456-1723709695308 .e_text-21 {
        font-size: 100px;
    }
    .case .coopprev {
        left: 88.5%;
    }
    .news .newsnext {
        right: 12%;
    }
    .news .newsprev {
        left: 77%;
    }
    .news .newsnext,
    .news .newsprev {
        top: 16.5%;
    }
    .about .nums .p_item .p_num,
    .about .nums .p_item .s_title {
        font-size: 40px;
    }
    .about .nums .p_item .s_title {
        font-size: 16px;
    }
    .hangye .maintitle h2 {
        font-size: 50px;
    }
    .maintitle h2 {
        font-size: 36px;
        top: -40px;
    }
    .maintitle h3 {
        font-size: 32px;
    }
    .hangye .right .list {
        min-height: 65vh;
    }
    .hangye .right .list p.line {
        bottom: 10vw
    }
    .product .left li h2 {
        font-size: 20px;
    }
    .product .right li p {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .product .left li span {
        font-size: 16px;
    }
    .case .coopprev {
        left: 87.5%;
    }
    .news .newsnext {
        right: 13.5%;
    }
    .news .newsprev {
        left: 75%;
    }
    .news .newsnext,
    .news .newsprev {
        top: 16.5%;
    }
    .case .casetext {
        font-size: 16px;
    }
    .wenhua .maintitle,
    .huanjing .maintitle {
        padding: 4vw 0 4vw 0;
    }
    .about .nums .p_item .p_num,
    .about .nums .p_item .s_title {
        font-size: 36px;
    }
    .about .nums .p_item .s_title {
        font-size: 16px;
    }
    .news .right {
        margin-left: 3%;
    }
    .hangye .maintitle h2 {
        font-size: 40px;
    }
    .maintitle h2 {
        font-size: 34px;
        top: -30px;
    }
    .maintitle h3 {
        font-size: 30px;
    }
    .hangye .right .list {
        min-height: 60vh;
    }
    .hangye .right .list p.line {
        bottom: 11vw
    }
    .product .left li h2 {
        font-size: 18px;
    }
    .product .right li p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1280px) {
    .met-product-list .right {
        width: 100%;
    }
    .met-product-list .left {
        display: none;
    }
    .met-product-list .product-list-li .product-info .product-title a {
        font-size: 24px;
    }
    .hangye .hyswiper h2 {
        margin: 3.1vw 0 0 0;
    }
    .zongzhi .list svg,
    .zongzhi .list img {
        width: 3vw;
    }
    .aboutus .e_scrollNumber-8 .p_num {
        font-size: 50px !important;
    }
    .aboutus .e_container-1 {
        flex-direction: column;
    }
    .aboutus .e_container-1 .cbox-1-1 {
        padding-left: 0 !important;
        width: 100% !important;
    }
    .aboutus .e_container-1 .cbox-1-1 .e_container-5 {
        padding-right: 0% !important;
    }
    .aboutus .e_container-1 .cbox-1-0 {
        padding-left: 0 !important;
        width: 100% !important;
    }
    .case .coopprev {
        left: 85.8%;
    }
    .news .newsnext {
        right: 16%;
    }
    .news .newsprev {
        left: 70%;
    }
    .news .newsnext,
    .news .newsprev {
        top: 16%;
    }
    .about .nums .p_item .p_num,
    .about .nums .p_item .s_title {
        font-size: 30px;
    }
    .about .nums .p_item .s_title {
        font-size: 16px;
    }
    .e_bannerA-2 .proindex img {
        max-width: 260px;
    }
    .hangye .maintitle h2 {
        font-size: 40px;
    }
    .maintitle h2 {
        font-size: 32px;
        top: -30px;
    }
    .maintitle h3 {
        font-size: 28px;
    }
    .hangye .right .list {
        min-height: 60vh;
    }
    .hangye .right .list p.line {
        bottom: 14vw
    }
    .product .left li h2 {
        font-size: 16px;
    }
    .product .right li p {
        font-size: 16px;
    }
    #c_static_001_P_53456-1723709695308 .container .list li h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 960px) {
    .met-product-list .product-list-li .product-info .product-btns .index-btn:nth-of-type(2) {
        display: none;
    }
    #c_static_001_P_53456-1723709695308 .e_text-21 {
        font-size: 60px;
    }
    .product .maintitle h3,
    .news .maintitle h3 {
        font-size: 28px;
    }
    .product .left {
        width: 100%;
        margin-top: 2vw;
    }
    .product .top {
        flex-direction: column;
    }
    .zongzhi p {
        padding-right: 10%;
    }
    .zongzhi .list svg,
    .zongzhi .list img {
        width: 4vw;
    }
    #c_static_001_P_53456-1723709695308 .e_container-1 {
        flex-direction: column;
    }
    #c_static_001_P_53456-1723709695308 .e_container-1 .cbox-1-1 {
        padding-left: 0%;
        width: 100%;
    }
    #c_static_001_P_53456-1723709695308 .e_container-1>.p_item {
        width: 100%;
    }
    .case .casetext {
        font-size: 14px;
    }
    .case .coopprev {
        left: 81%;
    }
    .news .newsnext {
        right: 20%;
    }
    .news .newsprev {
        left: 62%;
    }
    .news .newsnext,
    .news .newsprev {
        top: 16.2%;
    }
    .news .left {
        width: 100%;
    }
    .about .nums .p_item .p_num,
    .about .nums .p_item .s_title {
        font-size: 24px;
    }
    .about .nums .p_item .s_title {
        font-size: 14px;
    }
    .hangye .right .active span {
        font-size: 25vw;
    }
    .hangye .right p.desc {
        font-size: 14px;
    }
    .hangye .right .list p.line {
        bottom: 15vw;
    }
    .hangye .right .list {
        padding: 16vw 2vw;
    }
    .news .right {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .hangye .maintitle h2 {
        font-size: 30px;
    }
    .news .right {
        margin-left: 0%;
    }
    .news .left {
        margin-bottom: 2%;
    }
    .news .content {
        flex-direction: column;
    }
    .e_bannerA-2 .proindex h2 {
        font-size: 2vw;
    }
    .e_bannerA-2 .proindex img {
        max-width: 180px;
    }
}

@media only screen and (max-width: 768px) {
    .zongzhi .list ,.zongzhi .list li{width:100%}
    
    .zongzhi .container{ display: flex;     flex-direction: column;   align-items: center;    justify-content: space-between;}
    .zongzhi .maintitle{width:100%}
       .newslist .container .right .box h2{font-size:14px!important}
       .newslist .container .right .box span.newstime{display:none}
       .newslist .container .right .box .desc{font-size: 12px !important;
        margin: 0;
        text-align: justify;
        line-height: 1.2;
        -webkit-line-clamp: 2;}
     .contacts ul li img{max-width:40px}
    
    .contacts ul {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    }
    .contacts .address p {
    padding-left: 1vw;
    font-size: 14px;
}
    .contacts ul li {
            margin: 1vw 0;
    width: 100%;}
    .message .maintitle h2 {
    font-size: 30px;
}
.message .maintitle h3 {
    font-size: 18px;
}
     .message .gbook {
            width: 96%;
        }
    .met-product-list .container {
        width: 100%;
    }
    .met-product-list .product-list-li {
        padding: 0
    }
    .met-product-list .product-list-li .product-info .product-title a {
        font-size: 18px;
    }
    .met-product-list {
        background-color: #fafafa;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .met-product-list .product-list-li .product-info .line {
        margin-top: 13px;
        margin-bottom: 13px;
    }
    .met-product-list .product-list-li .product-info .product-btns {
        margin-top: 19px;
    }
    .met-product-list .product-list-li {
        flex-direction: column;
    }
    .met-product-list .product-list-li .product-img {
        width: 100%;
    }
    .met-product-list .product-list-li .product-info {
        width: 100%;
    }
    .contactinfo {
        text-align: center;
    }
    .footcontact {
        display: none;
    }
    .footcenter {
        flex-direction: column;
    }
    .news .newslist {
        flex-direction: column;
    }
    .news .left {
        padding: 4vw;
    }
    .news .right {
        padding: 1vw
    }
    .news .right li {
        margin: 0;
        padding: 4vw;
        box-shadow: 0px 1px 5px 0px #ddd;
    }
    .news .right .info,
    .news .left .info {
        width: 16vw;
        height: 16vw;
    }
    .news .right li {
        width: 100%;
    }
    .product .right li img {
        padding: 5vw;
        max-width: 100%;
    }
    .product .right .prolist .swiper-button-prev {
        left: 0
    }
    .product .right .prolist .swiper-button-next {
        right: 0;
    }
    .product .left li {
        padding: 0.8vw 3vw;
    }
    .product .left {
        width: 100%;
    }
    .more {
        margin-top: 4vw;
        width: 160px;
        height: 45px;
    }
    .more i::after {
        width: 30px;
    }
    .shebei {
        flex-direction: column;
        padding: 4vw
    }
    .shebei .left,
    .shebei .right {
        width: 100%;
    }
    .shebei .left .sw li {
        font-size: 16px;
        margin-left: 2vw;
    }
    .product p.protext {
        font-size: 14px;
    }
    .product .maintitle h3,
    .news .maintitle h3 {
        font-size: 18px;
    }
    .shebei .left .sw li.active {
        color: #fff;
        font-size: 16px;
    }
    .shebei .left .sw {
        margin: 3vw 0;
        display: flex;
        flex-direction: row;
        justify-content:center;
    }
    .shebei .left .sw li.active span {
        padding: 0 2vw 1.5vw 0;
    }
    .maintitle h4 {
        font-size: 16px;
    }
    p.protext {
        font-size: 12px;
    }
    #c_static_001_P_53456-1723709695308 .e_container-1 .cbox-1-1 {
        flex-direction: column;
    }
    #c_static_001_P_53456-1723709695308 .e_container-5>.p_item {
        max-width: 100%;
    }
    #c_static_001_P_53456-1723709695308 .e_image-7 {
        width: 100%;
    }
    .navlist li a {
        font-size: 12px;
        padding: 2vw 2vw;
    }
    .zongzhi p {
        padding-right: 0%;
    }
    .zongzhi h2 {
        font-size: 25px;
    }
    .zongzhi .list li,
    .zongzhi p {
        font-size: 16px;
    }
    .wenhua .container {
        width: 100%;
    }
    .wenhua .list h2 {
        font-size: 3vw
    }
    .wenhua .list li {
        padding: 5vw 1vw;
        width:50%;
    }
    .wenhua .list h3 {
        padding-top: 4.4vw;
        font-size: 5vw
    }
    .wenhua .list span {
        font-size: 4vw;
    }
    .wenhua .list li.active span.num {
        font-size: 18vw;
    }
    .wenhua .maintitle h3 {
        font-size: 28px;
    }
    .wenhua .list h2 {
        font-size: 14px;
    }
    .tophead h2,
    .tophead h3 {
        font-size: 20px;
    }
    .core .right h2,
    .core .right h3 {
        font-size: 28px;
    }
    .core .right p {
        font-size: 14px;
        padding-top: 3.5vw;
    }
    .core .right li {
        font-size: 18px;
        margin: 1vw 0;
    }
    .core .left li h2 {
        padding-bottom: 2vw;
        font-size: 18px;
    }
    .core .left li p {
        font-size: 14px;
    }
    .core .container {
        flex-direction: column;
        width: 100%;
        padding: 0;
    }
    .core .left {
        padding: 5vw 15px;
    }
    .core .left,
    .core .right {
        width: 100%;
    }
    .aboutus .e_scrollNumber-8 .p_num {
        font-size: 36px !important;
    }
    .aboutus .e_text-9 {
        font-size: 14px !important;
        position: static !important;
    }
    .case .casetext {
        font-size: 14px;
    }
    .case .coopprev {
        left: 70%;
    }
    .news .newsnext {
        right: 44%;
    }
    .news .newsprev {
        left: 28%;
    }
    .news .newsnext,
    .news .newsprev {
        top: 13.5%;
        height: 32px;
        width: 50px;
    }
    .case .coopnext,
    .case .coopprev {
        height: 32px;
        width: 50px;
        top: -80%;
    }
    .product .left li img {
        max-width: 20px;
    }
    .product .left li span {
        font-size: 12px;
    }
    .case h3 {
        font-size: 18px;
    }
    .case .bottom li {
        height: 40vh;
        width: 40%;
    }
    .case .bottom h3 {
        font-size: 0.8rem;
    }
    .case .bottom li.active h3,
    .case .bottom li:hover h3 {
        font-size: 18px;
    }
    .case .bottom li.active p,
    .case .bottom li:hover p {
        font-size: 12px;
    }
    .news .maintitle h2 {
        font-size: 22px;
    }
    .maintitle h3 {
        font-size: 16px;
    }
    .maintitle h2 {
        font-size: 22px;
    }
    .hangye .hyswiper h2 {
        margin: 8.0vw 0 0 0;
        font-size: 16px;
        font-weight: 400;
    }
    .hangye .maintitle h2 {
        font-size: 22px;
    }
    .hangye .cnen h3,
    .hangye .cnen h4 {
        font-size: 16px;
        color: #fff;
    }
    p.line {
        width: 2.5rem;
        padding: 0.4rem 0;
    }
    .wenhua .container {
        width: 100%;
    }
    .wenhua .maintitle h3 {
        font-size: 28px;
    }
    .wenhua .list h2 {
        font-size: 18px;
    }
    .huanjing .maintitle h3 {
        font-size: 28px;
    }
    .huanjing .list h2 {
        font-size: 18px;
    }
    .wenhua .list p {
        font-size: 14px;
    }
    .about .container h2 {
        font-size: 26px;
    }
    .about .container h3 {
        font-size: 14px;
    }
    .about .nums .p_item img {
        max-width: 40px;
    }
    .about .container .info p {
        width: 100%;
        font-size: 14px;
    }
    .about .nums .p_item {
        min-width: unset;
    }
    .ceng {
        background: transparent !important;
    }
    .about .nums .p_item .p_num,
    .about .nums .p_item .s_title {
        font-size: 20px;
    }
    .about .nums .p_item .s_title {
        font-size: 14px;
    }
    .more {
        padding: 1px 5px 1px 10px;
    }
    .indexmore:hover span {
        padding: 1px 15px 1px 15px;
    }
    .case .container {
        padding: 0;
    }
    .news {
        padding-bottom: 4vw;
    }
    .case .content {
        margin: 1rem 0 1rem 0;
    }
    .news .content {
        padding-bottom: 2vw;
    }
    .indexmore {
        margin: 4vw 0;
    }
    p.protext .indexmore span.more {
        padding: 1px 20px 1px 20px;
    }
    .product .container {
        width: 96%;
        padding: 0;
    }
    .case h2 {
        font-size: 1.2rem;
    }
    .news .maintitle {
        margin-bottom: 4vw;
    }
    .news .maintitle p.line,
    .case p.white {
        padding: 0.4rem 0;
    }
    p.protext {
        flex-direction: column;
    }
    .case p.text {
        font-size: 16px;
        padding: 2vw 0;
        text-align: justify;
    }
    .case .bottom li {
        flex-direction: column;
        /* justify-content: space-between; */
    }
    .case .bottom h3 {
        font-size: 1rem;
        padding: 1.5vw 0;
    }
    p.protext>span {
        padding: 2vw 0;
        font-size: 16px;
    }
    #c_effect_004_P_043-1720173441964 .e_container-11 .cbox-11-2 {
        align-items: center;
    }
    .hangye {
        margin-bottom: 3vw;
        margin-top: 3vw;
    }
    .hangye .left {
        padding-top: 8vw
    }
    .hangye .container {
        justify-content: center;
        flex-direction: column;
        align-items: center;
        align-content: center;
    }
    .hangye .left {
        width: 100%;
    }
    .hangye .right {
        width: 100%;
    }
    .hangye .right .active h2 {
        font-size: 6vw;
    }
    .hangye .right .list {
        min-height: 45vh;
        padding: 12vw 2vw;
    }
    .hangye .right .list p.line {
        bottom: 30vw;
        width: 8vw;
    }
    #c_static_001_P_53456-1723709695308 .e_text-21 {
        margin-top: 2vw;
        font-size: 15vw;
    }
    .product .left li.active span {
        font-size: 12px;
    }
    #c_static_001_P_53456-1723709695308 .nei .link li {
        padding: 3vw 1vw;
    }
    #c_static_001_P_53456-1723709695308 .nei .link li h5 {
        font-size: 14px;
    }
    #c_static_001_P_53456-1723709695308 .nei .link li span {
        font-size: 12px;
    }
    #c_static_001_P_53456-1723709695308 .nei {
        top: -7vw;
    }
    #c_static_001_P_53456-1723709695308 .nei .link {
        margin-top: 9vw;
    }
    #c_static_001_P_53456-1723709695308 .container .list {
        flex-direction: column;
    }
    #c_static_001_P_53456-1723709695308 .container .list li {
        width: 90%;
        border-radius: 10px;
        margin: 5px 0;
    }
    #c_static_001_P_53456-1723709695308 .e_container-1 {
        width: 96%;
    }
    #c_static_001_P_53456-1723709695308 .container {
        padding: 0;
    }
    #c_banner_036_P_040-1720147471550 .e_bannerA-2 .p_btitle {
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 0 !important;
    }
    #c_banner_036_P_040-1720147471550 .e_bannerA-2 .p_btitle.en {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0 !important;
    }
    #c_banner_036_P_040-1720147471550 .e_bannerA-2 .p_summary {
        font-size: 12px;
    }
    .e_bannerA-2 .proindex {
        width: 90%;
    }
    .e_bannerA-2 .proindex img {
        max-width: 160px;
    }
    #c_banner_036_P_040-1720147471550 .e_bannerA-2 .p_info {
        padding-left: 6%;
        width: 100%;
        margin: auto;
    }
    .e_bannerA-2 .proindex h2 {
        font-size: 2.4vw;
    }
    .news .right img {
        max-width: 100%;
    }
}

@media only screen and (max-width: 640px) {
    .news .left li .time span:nth-child(2),
    .news .right li .time span:nth-child(2) {
        font-size: 14px;
    }
    .news .lean {
        font-size: 12px;
    }
    .news h3 {
        font-weight: 500;
        font-size: 14px;
    }
    .wenhua .list {
        flex-wrap: wrap;
        flex: 1 0 50%;
    }
    .about .nums .p_item {
        width: 100%;
        margin: 1vw;
    }
    .about .nums .p_item .p_num,
    .about .nums .p_item .s_title {
        font-size: 18px;
    }
    .about .nums .p_item .s_title {
        font-size: 12px;
    }
    .case p.text {
        font-size: 14px;
    }
    .case .bottom li {
        flex-direction: column;
        width: 40%;
    }
    .case .bottom h3 {
        font-size: 0.8rem;
        padding: 1.5vw 0;
    }
    .product .content {
        margin-top: 4vw;
    }
    .product .right {
        width: 100%;
    }
    .product .left {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .p_info .more{display:none}
    .zongzhi .list img{margin-right:2vw}
    .zongzhi .container>img{max-width:100% ;padding:2vw}
    .core .right ul {
        align-items: center;
    }
    .core .right li {
        width: 60%;
        max-width: 80%;
        text-align: center;
    }
    .footcontact .ewm img {
        max-width: 70px;
    }
    .zongzhi .container {
        width: 100%;
    }
    .zongzhi .list svg,
    .zongzhi .list img {
        width: 6vw;
    }
    .zongzhi .list li {
        width: 100%;
    }
    .zongzhi .list {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .zongzhi h2 {
        font-size: 24px;
    }
    .zongzhi p,
    .zongzhi .list li {
        font-size: 14px;
    }
    .news .swiper-slide div {
        padding: 4.5vw;
    }
    
    .news h3 {
        margin: 2.5vw 0;
        font-size: 16px;
    }
    .news .right .title h3 {
    color: #333;
    font-size: 18px;
}

    .e_bannerA-2 .swiper-pagination a {
        position: relative;
        color: #fff;
        top: 29px;
        font-size: 18px;
        height: 50px;
    }
    .product .left li:after {
        left: -2vw;
    }
    .product .left li::before {
        left: -2vw;
    }
    .product .left {
        padding-top: 2vw;
    }
    .footcontact .ewm {
        width: 100%;
    }
    .coop .list li {
        border-radius: 0 35px;
    }
    .coop .list li img {
        border-radius: 0 50px;
    }
    .huanjing .container {
        width: 100%;
    }
    .huanjing .list {
        overflow: hidden;
    }
    .wenhua .maintitle,
    .huanjing .maintitle {
        padding: 5vw 0 8vw 0;
    }
    .wenhua .list li {
        
    border-top: 1px solid rgba(255, 255, 255, 0.2);
        min-height: 40vh;
    }
    .wenhua {
        min-height: 40vh;
    }
    .wenhua .list p {
        font-size: 12px;
    }
    .about .nums .p_item .p_num,
    .about .nums .p_item .s_title {
        font-size: 16px;
    }
    .about .nums .p_item .unit,
    .about .nums .p_item .s_title {
        font-size: 12px;
    }
    .hangye .maintitle h2 {
        font-size: 24px;
    }
    .news .container {
        padding: 0;
    }
    #c_effect_004_P_043-1720173441964 .e_container-10 .cbox-11-0 {
        display: none !important;
    }
    .hangye .right .list {
        min-height: 36vh;
        padding: 10vw 2vw;
    }
    .hangye .right p.desc {
        font-size: 12px;
    }
    .e_bannerA-2 .proindex {
        padding: 0;
        width: 100%;
    }
    #c_banner_036_P_040-1720147471550 .e_bannerA-2 .p_btitle {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0 !important;
    }
    #c_banner_036_P_040-1720147471550 .e_bannerA-2 .p_summary {
        font-size: 12px;
    }
    .e_bannerA-2 .proindex {
        width: 100%;
    }
    .e_bannerA-2 .proindex img {
        max-width: 108px;
    }
}

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

@media only screen and (max-width: 375px) {
    .hangye .right .active h2 {
        font-size: 5vw;
    }
    .hangye .right .list p.line {
        bottom: 33vw;
    }
}