* {

    margin: 0;
    padding: 0;
    font-family: 'Microsoft Yahei';
    list-style: none;
    flex-shrink: 0;
    text-decoration: none;
    box-sizing: border-box;
}

.main {
    margin: 0 auto;
    color: #24252a;
    font-weight: 400;
    font-family: PingFangSC-Regular, PingFang SC;
    letter-spacing: 0;
}

.Aboutus .Ab_banner {
    width: 100%;
    min-width: 1280px;
    height: 500px;
    background: linear-gradient(122deg, #fff, #b4c9ff);
    position: relative
}

.Aboutus .Ab_banner .toQuote {
    width: 1200px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 140px;
    transform: translate(-50%);
    z-index: 3
}

.Aboutus .Ab_banner .toQuote .aboutyozo_title {
    height: 52px;
    font-size: 38px;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 18px
}

.Aboutus .Ab_banner .toQuote .aboutyozo_document {
    /* width: 320px; */
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 48px;
    display: grid;
    color: #545558;
    ;
}

.Aboutus .Ab_banner .banner_img {
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../);
    z-index: 2
}

.Aboutus .Ab_banner .aboutyozo_banner,
.Aboutus .Ab_banner .banner_img {
    width: 100%;
    height: 500px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%
}

.Aboutus .Ab_banner .aboutyozo_banner {
    position: absolute;
    top: 0;
    transform: translate(-50%);
    background-image: url(../images/about/aboutus-bg.png);
    z-index: 1
}

.layout-container {
    box-sizing: border-box;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.about-module__title {
    color: #333b47;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    padding-top: 72px;
}

.about-yidun {
    padding-bottom: 72px;
    padding-top: 56px;
}

.about-yidun__left {
    display: inline-block;
    width: 480px;
    height: 270px;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
}

.about-yidun__img {
    width: 100%;
}

.about-yidun__play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;

    background-size: contain;
}

.about-yidun__summary {
    display: inline-block;
    width: 660px;
    vertical-align: top;
}

.about-yidun__content {
    color: #333b47;
    font-size: 14px;
    line-height: 24px;
}

.about-yidun__content+.about-yidun__content {
    margin-top: 12px;
}

.about-brief {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 99999;
    display: none;
}

.about-brief__mask {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.4;
}

.Ab_introduction {
    width: 100%;
    min-width: 1280px;
    height: 891px;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
    position: relative;
}

.Ab_introduction .product_superiority {
    width: 100%;
    height: 787px;
    min-width: 1280px;
    position: absolute;

    transform: translate(-50%);
    background-image: url(../images/sh_bg.png);
    display: flex;
    justify-content: center;
    padding: 93px 0 132px;
    background-repeat: no-repeat;
    background-size: cover;
    left: 50%
}

.product_superiority .price_content {
    width: 1200px;
    background-position: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between
}

.product_superiority .price_content .productsuper_replenish {
    width: 372px;
    height: 260px;
    background: hsla(0, 0%, 100%, .8);
    border-radius: 14px;
    text-align: center;
    padding-top: 32px;
    box-shadow: 0 10px 30px 0 #e6ecff
}

.product_superiority .price_content .productsuper_replenish img {
    width: 80px;
    height: 80px
}

.product_superiority .price_content .productsuper_replenish .title {
    height: 26px;
    font-size: 18px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    line-height: 26px;
    color: #333;
    margin: 20px 0 8px
}

.product_superiority .price_content .productsuper_replenish span {
    width: 260px;
    height: 66px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #74767f;
    line-height: 22px
}

/* 侧边栏样式 */
.sc-kGXeez {
    z-index: 100;
    top: 30%;
    width: 70px;
    right: 20px;
    height: 70px;
    position: fixed;
}

.sc-kGXeez .warp-wechatCode {
    /* display: none; */
    /* inset: 50% 5px auto auto;
    transform: translateY(-50%); */
    position: absolute;
    height: 70px;
    width: 70px;
}

.sc-kGXeez .warp-wechatCode .warp-wechatCode-con {
    height: 70px;
    width: 70px;
}

.sc-kGXeez .warp-wechatCode .warp-wechatCode-con a img {
    height: 70px;
    width: 70px;
    animation: my_first 0.5s linear 0s infinite alternate;
}

@keyframes my_first {
    0% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(0.8, 0.8);
    }
}

.sc-kGXeez .warp-wechatCode .warp-wechatCode-con a {
    width: 70px;
    height: 70px;
    border-radius: 10rem;
    animation: my_second 1s linear 0s infinite;
    background: #f7fdff;
    display: block;
    box-sizing: initial;
}

.sc-kGXeez .warp-wechatCode-con a.warp-wechatCode-link-1 {
    display: none;
}

@keyframes my_second {
    0% {
        transform: scale(1, 1);
        border: 1px #16009b solid;
    }

    100% {
        transform: scale(1.2, 1.2);
        border: 1px #16009b00 solid;
    }
}

.warp-wechatCode .warp-wechatCode-con .acticons-box {
    width: 180px;
    /* height: 200px; */
    position: absolute;
    top: 0;
    left: -200px;
    background: #fff;
    border: 1px solid #007aff;
    padding: 10px;
    display: none;
    transform: 5s;
}

.warp-wechatCode .warp-wechatCode-con .acticons-box img {
    width: 100%;
}

.warp-wechatCode .warp-wechatCode-con:hover .acticons-box {
    display: block;
}

.warp-wechatCode .warp-wechatCode-con .acticons-box::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -21px;
    border: 10px solid rgba(255, 64, 0, 0);
    border-left: 10px solid #2680eb;
}

/* <!-- 企业文化begin  --> */
.intro_culture__VsrUB {
    padding: 56px 0 72px;
}

.about-us_title__rEB2Q {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    color: #161616;
}

.intro_culture__VsrUB .intro_culContainer__sv_zW {
    width: 1240px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px auto 0;
}

.intro_culture__VsrUB .intro_cultureMain___kt2A {
    width: 397px;
    height: 120px;
    background: linear-gradient(213.41deg, #f3f5f8 24.37%, #fff 80.13%), #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 28px;
    cursor: default;
    transition: all .2s linear
}

.intro_culture__VsrUB .intro_cultureMain___kt2A img {
    width: 60px;
    height: 60px
}

.intro_culture__VsrUB .intro_cultureMain___kt2A div {
    margin-left: 14px
}

.intro_culture__VsrUB .intro_cultureMain___kt2A div p {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #161616;
    margin-bottom: 8px
}

.intro_culture__VsrUB .intro_cultureMain___kt2A div span {
    font-size: 14px;
    line-height: 22px;
    color: #8c96a5
}

.intro_culture__VsrUB .intro_cultureMain___kt2A:hover {
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    box-shadow: 27px 8px 24px rgba(210, 218, 227, .14), 0 24px 48px rgba(195, 203, 215, .3), 27px 11px 24px rgba(210, 218, 227, .24), inset -3px 3px 0 hsla(0, 0%, 100%, .94), inset 4px -2px 0 #fff
}

.intro_cultureMain___kt2A,
.intro_introMain__zFS3v {
    box-shadow: 27px 11px 24px rgba(210, 218, 227, .2), 0 24px 48px rgba(195, 203, 215, .14), -1px 1px 21px hsla(0, 0%, 100%, .9), inset -2px 2px 0 hsla(0, 0%, 100%, .94), inset 2px -2px 0 #fff;
    border-radius: 8px
}

.union_union___1Q56 {
    background-size: cover
}

.union_union___1Q56 .union_unionMain__x5Vgu {
    width: 1240px;
    height: 245px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 40px auto 0;
    padding: 2px;
    background: #fff;
    border-radius: 8px
}

.union_union___1Q56 .union_unionMain__x5Vgu .union_eco__ShFHv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f8fa;
    width: 141px;
    height: 241px;
    border-radius: 4px 0 0 4px
}

.union_union___1Q56 .union_unionMain__x5Vgu .union_eco__ShFHv .union_ecoMain__gPa4q img {
    width: 36px;
    height: 36px;
    margin: 0 auto 10px
}

.union_union___1Q56 .union_unionMain__x5Vgu .union_eco__ShFHv .union_ecoMain__gPa4q p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #262c33
}

.union_union___1Q56 .union_unionMain__x5Vgu .union_partner__6DQJx {
    width: 98px;
    height: 240px
}

.union_union___1Q56 .union_unionMain__x5Vgu .union_output__YWNxy {
    width: 98px;
    height: 240px;
    border-radius: 0 8px 8px 0
}

.union_union___1Q56 .union_unionMain__x5Vgu .union_mainCenter__3gw5z {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #f7f8fa;
    width: 427px;
    height: 238px;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px 0 44px
}

.union_union___1Q56 .union_unionMain__x5Vgu .union_mainCenter__3gw5z p {
    color: #262c33;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px
}

.union_union___1Q56 .union_unionMain__x5Vgu .union_mainCenter__3gw5z .union_resource__e1uQC {
    margin: 12px 0 4px
}

.union_union___1Q56 .union_unionMain__x5Vgu .union_mainCenter__3gw5z .union_ecoDesc__hR_2K {
    margin-top: 12px
}

.union_union___1Q56 .union_unionMain__x5Vgu .union_mainCenter__3gw5z span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #88919e
}

.union_union___1Q56 .union_unionMain__x5Vgu .union_mainCenter__3gw5z span .union_line___JuJf {
    width: 1px;
    height: 18px;
    background: #d9dde2;
    margin: 0 12px
}

.union_union___1Q56 .union_unionMain__x5Vgu .union_mainCenter__3gw5z img {
    width: 106px
}

.union_timeLine__bN9Tx {
    background: linear-gradient(0deg, #fff, #fff), linear-gradient(9.8deg, rgba(247, 248, 250, 0) 6.05%, rgba(233, 236, 240, .37) 52.62%), linear-gradient(164.59deg, rgba(247, 248, 250, 0) 55.08%, #f2f5f8 73.92%), linear-gradient(109.95deg, #f5f6f8 14.51%, #f0f1f5 63.31%)
}

.union_timeLine__bN9Tx .union_sliderWrapper___ecP_ {
    position: relative;
    margin-top: 56px;
    padding-left: 100px
}

.union_timeLine__bN9Tx .union_sliderWrapper___ecP_ .union_swiperItem__TegVl {
    width: 259px;
    height: 260px;
    padding: 24px 32px 0 0;
    border-right: 1px solid #eaecee
}

.union_timeLine__bN9Tx .union_sliderWrapper___ecP_ .union_swiperItem__TegVl h1 {
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: #262c33
}

.union_timeLine__bN9Tx .union_sliderWrapper___ecP_ .union_swiperItem__TegVl p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #8c96a5;
    margin-top: 20px
}

.union_timeLine__bN9Tx .union_sliderWrapper___ecP_ .swiper-container {
    padding-bottom: 56px
}

.union_timeLine__bN9Tx .union_sliderWrapper___ecP_ .swiper-pagination-progressbar {
    bottom: 0;
    top: auto;
    height: 2px;
    background: #dbdfe5
}

.union_timeLine__bN9Tx .union_sliderWrapper___ecP_ .swiper-pagination-progressbar-fill {
    background: #3a89fe
}

.union_sliderWrapper___ecP_:hover .union_arrow__Bj2yf {
    display: -ms-flexbox;
    display: flex
}

.union_sliderWrapper___ecP_:hover .union_position__kIfE_ {
    display: block
}

.union_union___1Q56 {
    padding: 56px 0 74px
}

.layout-container {
    box-sizing: border-box;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.about-module__title1 {
    color: #333b47;
    font-size: 24px;
    line-height: 32px;
    text-align: center;

}

.about-module__subtitle {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
    color: #555;
    font-size: 14px;
    padding-top: 8px;
}

.about-quality {
    padding-top: 72px;
    padding-bottom: 112px;
}

.about-quality__container {
    zoom: 1;

}

.about-quality__container:before,
.about-quality__container:after {
    content: "";
    display: table;
}

.about-quality__container:after {
    clear: both;
    overflow: hidden;
}

.about-quality__item {
    float: left;
    width: 20%;
}

.about-quality__img {
    display: block;
    margin: 0 auto;
    object-fit: contain;
    max-width: none;
    width: auto !important;
    vertical-align: middle;
    object-fit: contain;
}

.about-quality__img--cncert {
    width: 144px;
}

.about-quality__title {
    text-align: center;
    color: #555;
    font-size: 15px;
    padding-top: 17px;
}

.about-honor {
    padding-top: 72px;
    padding-bottom: 91px;
}

.about-honor__container {
    zoom: 1;
    margin: 0 -16px;
}

.about-honor__container:before,
.about-honor__container:after {
    content: "";
    display: table;
}

.about-honor__container:after {
    clear: both;
    overflow: hidden;
}

.about-honor__item {
    width: 25%;
    float: left;
    padding: 0 16px 32px;
    box-sizing: border-box;
}