@charset "utf-8";
@import url(animate.css);
body {
    background: url(../images/about_line1Bg.jpg);
    background-position: center 620px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #FFF !important;
}

.contentMain {
    margin-bottom: 50px;
}

.top_img {
    width: 100%;
    height: 450px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top_img>div:first-of-type {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.top_img>div:first-of-type>div {
    position: relative;
    z-index: 1;
}

.top_img h1 {
    font-size: 35px;
    margin-top: 220px;
    margin-bottom: 20px;
    color: #FFF;
    line-height: 83px;
    font-weight: bold;
}

.top_img ul {
    display: flex;
    position: relative;
    z-index: 1;
}

.top_img ul li {
    margin-right: 40px;
    position: relative;
    height: 62px;
}

.top_img ul li:last-of-type {
    margin-right: 0;
}

.top_img ul li a {
    font-size: 20px;
    color: #FFF;
    line-height: 45px;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.top_img ul li a i {
    transform: rotate(270deg);
    margin-left: 10px;
    font-size: 15px;
    display: inline-block;
}

.top_img ul li div {
    position: absolute;
    top: 60px;
    left: 0;
    text-align: center;
    background-color: #FFF;
    padding: 0;
    height: 0;
    transition: transform 0.6s ease, height 0.6s ease;
    overflow: hidden;
    box-sizing: border-box;
    min-width: 100%;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.top_img ul li div a {
    color: #142841;
    line-height: 20px;
    height: auto;
    display: block;
    white-space: nowrap;
    font-size: 16px;
    padding: 16px 0;
    box-sizing: border-box;
    border-bottom: 1px #ddd solid;
}

.top_img ul li div a:hover,
.top_img ul li div a.hover {
    color: #3467c2;
}

.top_img ul li div a:last-of-type {
    border-bottom: 0;
}

@keyframes moveUpAndExpandTop {
    from {
        height: 0;
    }
    to {
        height: auto;
        overflow: unset;
        padding: 10px 15px;
    }
}

.top_img ul li:hover div {
    animation: moveUpAndExpandTop 0.4s forwards;
}

.top_img ul li:hover a i {
    transform: rotate(360deg);
}

.top_img .top_imgBg {
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 376px;
    width: 100%;
    background: none;
    opacity: 0.7;
    z-index: 0;
}

.fhNavLine {
    position: absolute;
    left: 0px;
    bottom: 21px;
    height: 7px;
    background-color: rgba(60, 114, 202, 0.8);
    transition: all 0.3s ease;
    width: 165px;
    z-index: 0;
}


/* 通用IndexLine样式 */

[class^="IndexLine"] {
    /* margin-top: 100px; */
}

[class^="IndexLine"]:first-of-type {
    /* padding-top: 60px; */
    margin-top: 0;
}


/* 通用左侧样式 */

[class^="IndexLine"][class$="Left"] {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    padding-top: 60px;
}

[class^="IndexLine"][class$="Left"] h1 {
    font-size: 28px;
    color: #142D4B;
    font-weight: bold;
    line-height: 40px;
}

[class^="IndexLine"][class$="Left"] span {
    font-size: 28px;
    color: #CBD4DE;
    line-height: 40px;
    text-transform: uppercase;
    display: none;
}


/* 通用右侧宽度 */

[class^="IndexLine"][class$="right"] {
    width: calc(100% - 200px);
    display: inline-block;
    padding-top: 60px;
}


/* 通用fixed类 */

[class^="IndexLine"][class$="Left"]>div.fixed {
    position: fixed;
    top: 110px;
}


/* 保留原有的特定样式 */

.IndexLine1 {
    /* padding-top: 60px; */
}

.IndexLine1right p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    margin-bottom: 20px;
    text-align: justify;
}

.IndexLine1right img:first-of-type {
    margin-top: 20px;
}

.IndexLine1right img {
    width: 100%;
    border-bottom: 0;
    box-sizing: border-box;
}

.IndexLine2 {
    /* margin-top: 100px; */
}

.IndexLine2right {
    background-color: #F4F6F9;
    padding: 100px 70px 110px 60px;
    box-sizing: border-box;
    display: inline-block;
    padding: 60px 40px;
    margin-top: 60px;
}

.IndexLine2right div {
    background-color: #FFF;
    padding: 70px 70px 60px 70px;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    padding: 40px;
}

.IndexLine2right div:last-of-type {
    margin-bottom: 0;
}

.IndexLine2right div img {
    width: 60px;
    height: 60px;
    display: block;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.IndexLine2right div h1 {
    font-size: 18px;
    font-weight: bold;
    color: #142D4B;
    line-height: 36px;
    margin-top: 10px;
    display: block;
    transition: transform 0.6s ease;
}

.IndexLine2right div p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: block;
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease, height 0.6s ease;
    text-align: justify;
}


/* 定义动画 */

@keyframes slideUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
        height: 0;
    }
}

@keyframes moveUpToTop {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
    }
}

@keyframes moveUpAndExpand {
    from {
        height: 64px;
    }
    to {
        height: auto;
        transform: translateY(-20%);
    }
}


/* 董事长介绍样式 */

.about_introduceBox {
    margin-bottom: 40px;
    /* background-color: #FFF; */
    box-sizing: border-box;
    /* padding-left: 60px; */
}

.about_introduce {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (min-width: 1230px) {
    .about_introduce {
        zoom: .87;
    }
}

@media screen and (min-width: 1630px) {
    .about_introduce {
        zoom: 1;
    }
}

.about_introduce .about_introduceLeft {
    width: 26%;
}

.about_introduce .about_introduceLeft img {
    width: 100%;
}

.about_introduce .about_introduceRight {
    width: 70%;
    padding-left: 35px;
    margin-top: 0px;
}

.about_introduce .about_introduceLeft h1 {
    display: flex;
    font-size: 14px;
    color: #052b5e;
    /* line-height: 33px; */
    font-weight: bold;
    align-items: center;
    justify-content: space-around;
    margin-top: 19px;
    flex-direction: row;
}


/* .about_introduce .about_introduceRight h1 font {
    font-size: 19px;
    font-weight: normal;
}

.about_introduce .about_introduceRight h2 {
    font-size: 19px;
    color: #052b5e;
    line-height: 40px;
} */

.about_introduce .about_introduceRight p {
    font-size: 16px;
    color: #142D4B;
    line-height: 42px;
    margin-bottom: 20px;
    display: block;
    text-align: justify;
}

.about_introduce:last-of-type {
    border: 0;
}


/* 核心团队 */

.management_team ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.management_team ul li {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 22px;
    box-shadow: 0px 8px 18px 0px rgba(20, 45, 74, 0.08);
    position: relative;
}

.management_team ul li .member_box {
    display: flex;
    justify-content: space-between;
    padding: 20px 15px;
}

.management_team ul li .member_box .member_photo {
    width: 160px;
}

.management_team ul li .member_box .member_photo img {
    width: 100%;
}

.management_team ul li .member_box .member_info {
    flex: 1;
    padding-left: 30px;
}

.management_team ul li .member_box .member_info h1 {
    font-size: 18px;
    color: #052b5e;
    font-weight: 700;
    /* margin-top: 25px; */
    margin-bottom: 10px;
}

.management_team ul li .member_box .member_info h2 {
    font-size: 16px;
    color: #c7c7c7;
    font-weight: 700;
    /* margin-bottom: 20px; */
    margin-bottom: 10px;
}

.management_team ul li .member_box .member_info .member_detail p {
    font-size: 16px;
    line-height: 30px;
}

.management_team ul li .member_box .member_info .member_detail p:last-of-type {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px #c7c7c7 dashed;
    text-align: justify;
}

.management_team ul li .member_mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/team_msk.png) no-repeat center/cover;
    opacity: 0;
    visibility: hidden;
    transition: opacity .6s ease, visibility .6s ease;
    padding: 25px;
    box-sizing: border-box;
}

.management_team ul li:hover .member_mask {
    opacity: 1;
    visibility: visible;
}

.management_team ul li .member_mask h3 {
    font-size: 18px;
    color: #052b5e;
    font-weight: 700;
    margin-bottom: 16px;
}

.management_team ul li .member_mask .member_mask_detail {
    font-size: 16px;
    line-height: 32px;
    height: 200px;
    overflow-y: auto;
    padding-right: 10px;
    text-align: justify;
}


/* 只有当内容超出容器高度时才添加遮罩 */

.management_team ul li .member_mask .member_mask_detail.needs-mask {
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
    -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 60%, rgba(0, 0, 0, 0));
}


/* 当滚动到底部时移除遮罩效果 */

.management_team ul li .member_mask .member_mask_detail.scrolled-bottom {
    mask-image: none;
    -webkit-mask-image: none;
}

.management_team ul li .member_mask .member_mask_detail:hover::-webkit-scrollbar {
    display: block;
}

.management_team ul li .member_mask .member_mask_detail::-webkit-scrollbar {
    width: 6px;
    display: none;
}

.management_team ul li .member_mask .member_mask_detail::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 3px;
}

.management_team ul li .member_mask .member_mask_detail::-webkit-scrollbar-thumb {
    background: rgba(153, 153, 153, 0.5);
    border-radius: 3px;
}


/* 质量与合规 */

.quality_line1 p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: block;
    text-align: justify;
}

.quality_line2 {
    background-color: #F4F6F9;
    padding: 100px 70px 110px 60px;
    box-sizing: border-box;
    display: inline-block;
    margin-top: 20px;
    padding: 60px 40px;
}

.quality_line2 div.quality_block {
    background-color: #FFF;
    padding: 70px 70px 60px 70px;
    box-sizing: border-box;
    margin-bottom: 30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    height: 270px;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    padding: 40px;
}

.quality_line2 div.quality_block:nth-of-type(2) {
    height: 350px;
}

.quality_line2 div.quality_block:last-of-type {
    margin-bottom: 0;
    height: 520px;
}

.quality_line2 div.quality_block img {
    width: 60px;
    height: 60px;
    display: block;
    transition: transform 0.4s ease, opacity 0.4s ease;
}

.quality_line2 div.quality_block h1 {
    font-size: 18px;
    font-weight: bold;
    color: #142D4B;
    line-height: 36px;
    margin-top: 10px;
    display: block;
    transition: transform 0.6s ease;
    margin-bottom: 20px;
}

.quality_line2 div.quality_block p {
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
    display: block;
    /* min-height: 64px; */
    overflow: hidden;
    position: relative;
    transition: transform 0.6s ease, height 0.6s ease;
    text-align: justify;
    display: flex;
    flex-direction: column;
}

.quality_line2 div.quality_block p span {
    margin-bottom: 10px;
    display: flex;
}

.quality_line2 div.quality_block p span::before {
    content: '·';
    margin-right: 5px;
    font-weight: bold;
}


/* 定义动画 */

@keyframes slideUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
        height: 0;
    }
}

@keyframes moveUpToTop {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-30px);
    }
}

@keyframes moveUpAndExpand {
    from {
        height: auto;
    }
    to {
        height: auto;
        transform: translateY(-30px);
    }
}


/* 修改质量与合规部分的动画名称 */

@keyframes qualitySlideUp {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-100%);
        opacity: 0;
        height: 0;
    }
}


/* 修改动画调用 */


/* .quality_line2 div.quality_block:hover img {
    animation: qualitySlideUp 0.4s forwards;
}

.quality_line2 div.quality_block:hover h1 {
    animation: moveUpToTop 0.5s forwards;
}

.quality_line2 div.quality_block:hover p {
    animation: moveUpAndExpand 0.5s forwards;
    height: auto;
}

.quality_line2 div.quality_block:hover p::after {
    display: none;
}
 */

.quality_line3 {}

.quality_line3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
    /* margin-bottom: 50px; */
}

.quality_line3>div {
    width: calc((100% - 40px)/3);
    margin-bottom: 18px;
    height: 80px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #fff;
}

.quality_line3.quality_line3New>div:nth-of-type(-n+3) {
    width: calc((100% - 20px)/3);
    margin-bottom: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
}

.quality_line3.quality_line3New>div:nth-of-type(n+4) {
    width: calc((100% - 30px)/4);
    margin-bottom: 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto;
}

.quality_line3>div img {
    width: auto;
    height: 100%;
}

.quality_line4 {
    width: 100%;
    margin-top: 30px;
}

.quality_line4 img {
    width: 100%;
}

.quality_line4 {
    width: 100%;
    margin-top: 30px;
}

.quality_line4 img {
    width: 100%;
}

.quality_line5 {
    margin-top: 10px;
}

.quality_line5 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    background: #fff;
}

.quality_line6 p {
    font-size: 16px;
    line-height: 28px;
    color: #052b5e;
    display: block;
    /* text-align: center; */
    margin-top: 20px;
    font-weight: 700;
}

.quality_line6_scroll {
    width: 100%;
    height: 90px;
    position: relative;
    margin: 20px auto;
    overflow: hidden;
}

.quality_line6_scroll .conts li {
    float: left;
    text-align: center;
    width: calc((100% - 40px)/3);
    height: 90px;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    color: #317bac;
    line-height: 90px;
    padding-right: 20px;
    vertical-align: top;
}

.quality_line6_scroll .conts li .s1 {
    width: 100%;
    height: 90px;
    background: #fff;
}

.quality_line6_scroll .conts li .s1 img {
    width: 85%;
}

.quality_line6_scroll .conts li a {
    color: #317bac;
    background: #fff;
    display: block;
    width: 100%;
    height: 90px;
    border-radius: 8px;
}


/* 使命和愿景 */

.mission>div {
    background: url(../images/mission_pic3.jpg) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 20px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mission h1 {
    font-size: 22px;
    color: #142D4B;
    /* font-weight: bold; */
    line-height: 62px;
}

.mission hr {
    width: 80px;
    height: 2px;
    background: #142D4B;
    /* margin-bottom: 20px; */
    margin: 0;
}

.mission p {
    font-size: 22px;
    color: #142D4B;
    font-weight: bold;
    line-height: 62px;
    font-family: '黑体';
}


/* 企业荣誉 */

.history-container {
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    background-color: #FFF;
    padding: 50px 30px;
    box-sizing: border-box;
}

.history-containerLeft {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 30px;
}


/* .history-containerLeft::after {
    width: 1px;
    height: 90%;
    background-color: #3b6ab2;
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: -1px;
    top: 95px;
} */

.history-containerLeft div {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative;
}

.history-containerLeft div::before {
    width: 1px;
    height: calc(100% - 94px);
    background-color: #3b6ab2;
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: -1px;
    top: 95px;
}

.history-containerLeft div div {
    position: relative;
    border-bottom: 1px #e5e5e5 solid;
    box-sizing: border-box;
    margin-bottom: 23px;
}

.history-containerLeft div div i {
    width: 52px;
    height: 52px;
    display: flex;
    background-image: linear-gradient(to bottom, #e1ecfe, #fcfcfe);
    font-size: 24px;
    color: #3caaff;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-left: -21.5px;
}

.history-containerLeft div div span {
    font-size: 18px;
    display: block;
    color: #3b72c5;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    line-height: 43px;
    margin-left: -21.5px;
}

.history-containerLeft div div::after {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #3c72c8;
    border: 3px solid #becfed;
    border-radius: 100px;
    position: absolute;
    bottom: -8px;
    left: -8px;
}

.history-containerLeft div p {
    width: 100%;
    display: flex;
    font-size: 16px;
    line-height: 24px;
    justify-content: flex-start;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 30px;
}

.history-containerLeft div p::before {
    content: '·';
    font-weight: bold;
    margin-right: 8px;
}


/* ESG报告 */

@media screen and (min-width: 1230px) {
    #certify {
        zoom: .8;
    }
    #certify .swiper-button-prev {
        left: 440px !important;
        top: 600px !important;
    }
    #certify .swiper-button-next {
        right: 440px !important;
        top: 600px !important;
    }
}

@media screen and (min-width: 1630px) {
    #certify {
        zoom: 1;
    }
    #certify .swiper-button-prev {
        left: 380px !important;
        top: 600px !important;
    }
    #certify .swiper-button-next {
        right: 380px !important;
        top: 600px !important;
    }
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto 50px auto;
    /* overflow: hidden; */
}

#certify .swiper-container {
    padding-bottom: 80px;
    z-index: 0;
}

#certify .swiper-slide {
    width: 940px;
    height: 500px;
    background: #EDEEF3;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
    padding: 15px;
}

#certify .swiper-slide .slide-image {
    width: 40%;
    height: 100%;
    overflow: hidden;
}

#certify .swiper-slide .slide-image img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 4px;
}

#certify .swiper-slide .slide-content {
    width: 60%;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#certify .swiper-slide .slide-content h2 {
    font-size: 26px;
    color: #142D4B;
    margin: 0 0 20px 0;
    font-weight: 700;
}

#certify .swiper-slide .slide-content h3 {
    font-size: 20px;
    color: #142D4B;
    margin: 0 0 30px 0;
    font-weight: 700;
}

#certify .swiper-slide .slide-content p {
    font-size: 16px;
    line-height: 28px;
    color: #142D4B;
    margin: 0 0 30px 0;
    text-align: justify;
}

#certify .swiper-slide .slide-content .download-links {
    display: flex;
    gap: 20px;
}

#certify .swiper-slide .slide-content .download-links a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #142D4B;
    font-size: 16px;
}

#certify .swiper-slide .slide-content .download-links a img {
    width: 24px;
    margin-right: 8px;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: -15px;
}

#certify .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    gap: 15px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    width: auto;
    height: auto;
    background: none;
    opacity: 0.6;
    margin: 0;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 16px;
    color: #142D4B;
    position: relative;
    transition: all 0.3s;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #142D4B;
    color: #fff;
    font-weight: bold;
}

#certify .swiper-button-prev,
#certify .swiper-button-next {
    width: auto;
    /* 自动宽度 */
    height: auto;
    /* 自动高度 */
    background: none;
    /* 无背景色 */
    opacity: 1;
    /* 完全不透明 */
    position: absolute;
    /* 绝对定位 */
    top: 50%;
    /* 垂直居中 */
    transform: translateY(-50%);
    /* 垂直居中调整 */
}

#certify .swiper-button-prev:after,
#certify .swiper-button-next:after {
    font-size: 20px;
    color: #fff;
}

#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover {
    opacity: 1;
}

#certify .swiper-button-prev svg,
#certify .swiper-button-next svg {
    width: 22px;
    /* 设置箭头宽度 */
    height: 22px;
    /* 设置箭头高度 */
}


/* 材料下载列表 */

.roadshow {
    border: 1px solid #EDF2FC;
    border-radius: 8px;
    background: #fff;
    /* box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2); */
}

.roadshow .roadshow_title {
    font-size: 18px;
    color: #495057;
    font-weight: 700;
    background-color: #F8FAFD;
    height: 60px;
    line-height: 60px;
    padding-left: 30px;
}

.roadshow ul {
    padding: 30px;
}

.roadshow ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.roadshow ul li:last-child {
    margin-bottom: 0;
}

.roadshow ul li p {
    width: 80%;
    font-size: 16px;
    color: #142D4B;
    line-height: 28px;
}

.roadshow ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background-color: #81A5EB;
    border-radius: 4px;
}

.roadshow ul li a:hover {
    opacity: .8;
}

.roadshow ul li a:hover img {
    animation: tada 1s;
}

.roadshow ul li a img {
    margin-right: 6px;
    width: 16px;
    height: 16px;
}


/* ESG成就 */

.achievements {}

.achievements .achievements_img {
    margin-bottom: 30px;
}

.achievements .achievements_img img {
    width: 100%;
}

.achievements .achievements_mySwiper {
    padding-bottom: 40px;
}

.achievements .achievements_mySwiper .swiper_box {
    border: 1px solid #EDF2FC;
    border-radius: 8px;
    background: #fff;
}

.achievements .achievements_mySwiper .swiper_box .swiper_box_title {
    font-size: 16px;
    color: #142D4B;
    /* font-weight: 700; */
    background-color: #F8FAFD;
    height: 60px;
    /* line-height: 60px; */
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.achievements .achievements_mySwiper .swiper_box .swiper_box_title span {
    display: none;
}

.achievements .achievements_mySwiper .swiper_box .swiper_box_img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
    /* padding: 20px; */
}

.achievements .achievements_mySwiper .swiper_box .swiper_box_img img {
    width: 100%;
    height: 100%;
}

.achievements .swiper-pagination {
    bottom: 0px;
}

.achievements .swiper-pagination-bullet-active {
    background-color: #142D4B;
}


/* 新增：自定义左右按钮样式 */

.achievements .swiper-button-prev,
.achievements .swiper-button-next {
    color: #142D4B;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 8px rgba(20, 45, 75, 0.08);
    font-size: 18px;
    top: 45%;
    transition: background 0.2s;
}

.achievements .swiper-button-prev:hover,
.achievements .swiper-button-next:hover {
    background: #f0f4fa;
}

.achievements .swiper-button-prev:after,
.achievements .swiper-button-next:after {
    font-size: 22px;
}

@media screen and (max-width: 850px) {
    body {
        background-position: center 300px;
    }
    .layui-container {
        padding: 0 10px;
    }
    .top_img {
        height: 240px;
    }
    .top_img>div:first-of-type {
        display: none;
    }
    .top_img .top_imgBg {
        display: none;
    }
    .contentMain {
        margin-bottom: 10px;
    }
    [class^="IndexLine"][class$="Left"] {
        width: 100%;
        padding-top: 0;
        margin-top: 20px;
    }
    [class^="IndexLine"][class$="Left"] h1 {
        font-size: 1.5rem;
    }
    [class^="IndexLine"][class$="Left"] h1 br {
        display: none;
    }
    .IndexLine1right p {
        font-size: 0.875rem;
        line-height: 24px;
        margin-bottom: 5px;
    }
    [class^="IndexLine"][class$="right"] {
        width: 100%;
        padding-top: 0;
        margin-top: 15px;
    }
    .IndexLine2right {
        padding: 15px 10px !important;
    }
    .IndexLine2right div {
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 15px;
    }
    .IndexLine2right div img {
        width: 40px;
        height: 40px;
        display: inline-block;
        margin-right: 8px;
    }
    .IndexLine2right div h1 {
        font-size: 1.124rem;
        line-height: 30px;
        margin: 0px;
        display: inline-block;
    }
    .IndexLine2right div p {
        font-size: 0.875rem;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .IndexLine2right div:nth-of-type(2) p::after {
        display: none;
    }
    .mission>div {
        height: 150px;
    }
    .mission h1 {
        font-size: 1.124rem;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 8px;
    }
    .mission p {
        font-size: 1.124rem;
        line-height: 30px;
        margin-top: 18px;
        margin-bottom: 8px;
        padding: 0 30px;
        box-sizing: border-box;
    }
    .about_introduceBox {
        margin-bottom: 0;
    }
    .about_introduce {
        flex-wrap: wrap;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .about_introduce .about_introduceLeft {
        width: 100%;
    }
    .about_introduce .about_introduceLeft img {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .about_introduce .about_introduceLeft h1 {
        font-size: 1.124rem;
        line-height: 30px;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }
    .about_introduce .about_introduceLeft h1 p {
        width: 100%;
        text-align: center;
    }
    .about_introduce .about_introduceRight {
        width: 100%;
        padding-left: 0;
    }
    .about_introduce .about_introduceRight p {
        font-size: 0.875rem;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .management_team ul li {
        height: auto;
        transition: all .3s;
        -webkit-transition: all .3s;
        width: 100%;
        margin-bottom: 12px;
    }
    .management_team ul li .member_box {
        flex-wrap: wrap;
    }
    .management_team ul li .member_box .member_photo {
        width: 35%;
    }
    .management_team ul li .member_box .member_info {
        padding-left: 10px;
        box-sizing: border-box;
        width: 65%;
        position: relative;
    }
    .management_team ul li .member_box .member_info::after {
        content: '...';
        position: absolute;
        right: 10px;
        bottom: 0;
        font-size: 1.125rem;
        color: #052b5e;
        font-weight: bold;
    }
    .management_team ul li .member_box .member_info h1 {
        font-size: 1.124rem;
        margin: 0;
        line-height: 30px;
    }
    .management_team ul li .member_box .member_info h2 {
        font-size: 1rem;
        margin: 0;
    }
    .management_team ul li .member_box .member_info .member_detail {
        margin-top: 8px;
    }
    .management_team ul li .member_box .member_info .member_detail p {
        font-size: 0.875rem;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .management_team ul li:hover .member_mask {
        opacity: 0;
        visibility: hidden;
    }
    .management_team ul li.mobileOpen {
        width: 100%;
    }
    .management_team ul li.mobileOpen .member_box {
        display: none;
    }
    .management_team ul li.mobileOpen .member_mask {
        opacity: 1;
        visibility: visible;
        padding: 10px;
        position: relative;
    }
    .management_team ul li.mobileOpen .member_mask .member_mask_detail {
        height: auto;
        mask-image: none;
        -webkit-mask-image: none;
        padding-right: 0;
    }
    .management_team ul li.mobileOpen .member_mask h3 {
        font-size: 1.124rem;
        margin: 10px 0;
        line-height: 30px;
    }
    .management_team ul li.mobileOpen .member_mask .member_mask_detail {
        font-size: 0.875rem;
        line-height: 24px;
        margin-bottom: 5px;
        padding-right: 0;
    }
    .history-container {
        max-width: 100%;
        width: 100%;
    }
    .quality_line1 p {
        font-size: 0.875rem;
        line-height: 24px;
    }
    .quality_line2 {
        padding: 15px 10px;
    }
    .quality_line2 div.quality_block {
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        height: auto !important;
    }
    .quality_line2 div.quality_block img {
        width: 40px;
        height: 40px;
        margin-right: 8px;
    }
    .quality_line2 div.quality_block h1 {
        font-size: 1.124rem;
        line-height: 30px;
        margin: 0px;
        display: inline-block;
    }
    .quality_line2 div.quality_block p {
        font-size: 0.875rem;
        line-height: 24px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .quality_line2 div.quality_block p span {
        margin-bottom: 5px;
    }
    .quality_line6 p {
        font-size: 1.124rem;
        line-height: 30px;
    }
    .quality_line6_scroll {
        box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    }
    .quality_line6_scroll .conts li {
        width: 100%;
        height: auto;
        padding-right: 0;
    }
    #certify .swiper-container {
        padding-bottom: 50px;
    }
    #certify .swiper-slide {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        box-shadow: none;
        border-radius: 0;
        padding-top: 30px;
    }
    #certify .swiper-slide .slide-image {
        width: 100%;
        height: auto;
    }
    #certify .swiper-slide .slide-image img {
        width: 90%;
        margin: 0 auto 20px;
    }
    #certify .swiper-slide .slide-content {
        width: 100%;
        padding: 15px 0 0;
        justify-content: flex-start;
    }
    #certify .swiper-slide .slide-content h2 {
        font-size: 1.124rem;
        line-height: 30px;
        margin: 0;
    }
    #certify .swiper-slide .slide-content h3 {
        font-size: 1.124rem;
        font-weight: bold;
        line-height: 30px;
        margin: 0 0 10px 0;
    }
    #certify .swiper-slide .slide-content p {
        font-size: 0.875rem;
        line-height: 24px;
        margin-bottom: 5px;
    }
    #certify .swiper-slide .slide-content .download-links {
        margin: 10px 0;
    }
    #certify .swiper-slide .slide-content .download-links a {
        font-size: 1.124rem;
    }
    .roadshow .roadshow_title {
        font-size: 1.125rem !important;
        padding-left: 15px;
        height: auto;
        line-height: 50px;
    }
    .roadshow ul {
        padding: 15px;
    }
    .roadshow ul li {
        margin-bottom: 10px;
        align-items: center;
    }
    .roadshow ul li p {
        font-size: 0.875rem;
        line-height: 24px;
        width: 75% !important;
    }
    .roadshow ul li p {
        font-size: 0.875rem;
        line-height: 24px;
    }
    .roadshow ul li a {
        font-size: 0.875rem;
        width: 75px;
        height: 30px;
        line-height: 30px;
    }
    .roadshow ul li a img {
        margin-right: 3px;
        width: 16px;
        height: 16px;
    }
    .achievements .achievements_mySwiper .swiper_box .swiper_box_title {
        height: auto;
        padding: 15px 15px 10px;
        box-sizing: border-box;
        font-size: 0.875rem;
    }
    .overview {
        flex-wrap: wrap !important;
    }
    .overview .overviewLeft {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .overview .overviewRight {
        width: 100%;
        margin-top: 15px;
    }
    .overview .overviewRight p {
        font-size: 0.875rem;
        line-height: 24px;
        margin-bottom: 5px !important;
    }
    .line4 {
        flex-wrap: wrap;
    }
    .line4>div.left {
        width: 100%;
        padding: 15px !important;
    }
    .line4 .left h4,
    .line4 .right h4 {
        font-size: 1.125rem !important;
        margin-bottom: 10px !important;
    }
    .line4 .left p {
        font-size: 0.875rem !important;
        margin-bottom: 5px !important;
        line-height: 24px !important;
    }
    .line4>div.right {
        width: 100%;
        padding: 15px !important;
    }
    .roadshow:nth-of-type(2) .roadshow_title {
        font-size: 1.125rem !important;
        height: auto;
        line-height: 30px;
        padding: 15px;
        font-weight: normal;
    }
    .governance_text>p {
        font-size: 0.875rem !important;
        line-height: 24px !important;
        text-align: justify;
    }
    .governance_text .governance_line {
        padding: 15px !important;
        margin-bottom: 20px !important;
    }
    .governance_text h4 {
        font-size: 1.124rem !important;
        margin-bottom: 5px !important;
        font-weight: normal !important;
        line-height: 30px !important;
    }
    .governance_text .governance_line p {
        font-size: 0.875rem !important;
        line-height: 24px !important;
        margin-bottom: 5px !important;
        text-align: justify;
    }
    .governance_table {
        padding: 15px !important;
    }
    .governance_table h4 {
        font-size: 1.124rem !important;
        margin-bottom: 10px !important;
        font-weight: normal !important;
        line-height: 30px !important;
    }
    .committee-table td {
        font-size: 0.875rem !important;
        height: 40px !important;
        padding: 0 5px;
        white-space: nowrap;
    }
    .committee-table th {
        font-size: 0.875rem !important;
        padding: 0 5px;
        height: 50px !important;
    }
    .governance_table div {
        font-size: 0.875rem !important;
        margin: 20px 0 !important;
    }
    .investor_contact_line1 h4 {
        font-size: 1.124rem !important;
        line-height: 30px !important;
        margin-bottom: 10px !important;
    }
    .investor_contact_line1 p {
        font-size: 0.875rem !important;
        line-height: 24px !important;
        margin-bottom: 5px !important;
    }
    .investor_contact_line1 {
        margin-bottom: 15px !important;
    }
    .investor_contact_line2 p {
        font-size: 0.875rem !important;
        line-height: 24px !important;
        margin-bottom: 5px !important;
    }
    .line3 {
        flex-wrap: wrap;
    }
    .line3 .left,
    .line3 .right {
        width: 100% !important;
    }
}