﻿.vision {
    display: block;
    background: url("../image/background.png");
    background-position: 47% 10%;
    background-size: 160%;
    padding: 90px 0;
    height: 512px;
    margin-top: 128px
}

.vision h2 {
    color: #FFFFFF;
    font-size: 36px;
    padding-bottom: 8px;
    width: 600px;
    margin: 0 auto;
    text-align: left
}

.vision p {
    color: #FFFFFF;
    font-size: 36px;
    line-height: normal;
    padding-top: 10px;
    width: 600px;
    margin: 0 auto;
    text-align: left
}

.banner-about {
    padding: 120px 48px 48px;
    text-align: center;
    line-height: 64px
}

.banner-about h2 {
    color: #17233D;
    font-size: 36px
}

.introduce {
    margin: -120px auto 150px;
    background: #FFFFFF;
    -webkit-box-shadow: 0 8px 16px 0 rgba(31, 49, 89, 0.08);
    box-shadow: 0 8px 16px 0 rgba(31, 49, 89, 0.08);
    border-radius: 8px;
    width: 1140px
}

.introduce .banner-about {
    padding-top: 64px
}

.introduce .company-introduce {
    width: 100%;
    padding: 0 64px 64px;
    margin: 0
}

.introduce .company-introduce p {
    color: #17233DBF;
    font-size: 16px;
    line-height: 28px;
    padding: 10px 0;
    letter-spacing: 1px
}

.grow {
    padding-bottom: 10px;
    margin: -120px auto;
    width: 1140px
}

.grow .banner-about {
    padding-top: 64px
}

.grow .grow-line {
    height: 2px;
    opacity: 0.1;
    margin: 16px 0;
    position: relative;
    top: 30px;
    background-image: -webkit-linear-gradient(179deg, #F1F7FF 0%, #2185F0 4%, #2185F0 47%, #2185F0 92%, #F1F7FF 95%);
    background-image: -o-linear-gradient(179deg, #F1F7FF 0%, #2185F0 4%, #2185F0 47%, #2185F0 92%, #F1F7FF 95%);
    background-image: linear-gradient(-89deg, #F1F7FF 0%, #2185F0 4%, #2185F0 47%, #2185F0 92%, #F1F7FF 95%)
}

.grow .grow-point {
    margin: 16px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.grow .grow-point .grow-point-circle {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.grow .grow-point .grow-point-circle .circle {
    position: relative;
    left: 45%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #DDEBFD
}

.grow .grow-point .grow-point-circle .circle-inner {
    position: absolute;
    top: 8px;
    left: 8px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2185F0
}

.grow .grow-item-time-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.grow .grow-item-time-container .grow-item-time {
    font-size: 24px;
    color: #1F3159;
    text-align: center;
    font-weight: 700;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.grow .grow-item-time-container-mobile {
    display: none
}

.grow .grow-item-content-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.grow .grow-item-content-container .grow-item-content {
    -webkit-box-shadow: 0 2px 8px 0 rgba(31, 49, 89, 0.08);
    box-shadow: 0 2px 8px 0 rgba(31, 49, 89, 0.08);
    border-radius: 8px;
    width: 237px;
    padding: 14px;
    color: rgba(23, 35, 61, 0.55);
    line-height: 26px
}

.grow .world-map {
    margin: 20px auto;
    padding: 40px;
    width: 1140px
}

.customer-coverage {
    background: #F1F7FF
}

.customer-coverage .banner-about {
    padding-bottom: 20px
}

.customer-coverage p {
    text-align: center;
    color: rgba(23, 35, 61, 0.55);
    font-size: 24px
}

.customer-coverage .company-category {
    margin: 60px auto 0;
    padding-bottom: 160px
}

.customer-coverage .company-category .company-category-tab {
    text-align: center;
    width: 1140px;
    margin: 0 auto 50px
}

.customer-coverage .company-category .company-category-tab .tab {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    width: 30%;
    display: inline-block;
    text-align: center
}

.customer-coverage .company-category .company-category-tab .tab-line {
    height: 3px;
    width: 65px;
    margin: 16px 40%
}

.customer-coverage .company-category .company-category-tab .active .tab-title {
    color: #2185F0;
    cursor: pointer
}

.customer-coverage .company-category .company-category-tab .active .tab-line {
    background: #2185F0
}

.customer-coverage .company-category .content {
    margin: 0 auto;
    width: 1024px
}

.customer-coverage .company-category .content .content-item {
    display: inline-block;
    text-align: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 8px 0 rgba(31, 49, 89, 0.08);
    box-shadow: 0 2px 8px 0 rgba(31, 49, 89, 0.08);
    border-radius: 8px;
    width: 18%;
    margin: 0 8px 16px 8px
}

.customer-coverage .company-category .traditional {
    display: none
}

.authority {
    padding-bottom: 20px;
    background: url("../image/权威认证背景图@2x.png");
    background-position: -35px -18px
}

.authority .banner-about {
    padding-bottom: 20px
}

.authority .banner-about h2 {
    color: #FFFFFF
}

.authority .bg-img {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 47px;
    right: 177px
}

.authority .authority-article {
    position: relative;
    padding: 20px;
    margin: 20px auto;
    width: 1140px
}

.authority .authority-article li {
    list-style: initial;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    padding: 10px 0
}

.authority .certificate-list {
    padding: 20px 0 140px;
    margin: 20px auto;
    width: 1140px;
    position: relative
}

.authority .certificate-list .swiper-slide {
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.authority .certificate-list .certificate-item {
    margin: 10px 0;
    padding: 16px;
    width: 237px;
    height: 264px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 6px 30px 5px #0000000C, 0px 16px 24px 2px #0000000A, 0px 8px 10px -5px #00000014;
    box-shadow: 0px 6px 30px 5px #0000000C, 0px 16px 24px 2px #0000000A, 0px 8px 10px -5px #00000014
}

.authority .certificate-list .certificate-item p {
    font-size: 16px;
    line-height: 20px;
    text-align: center
}

.authority .certificate-list .certificate-img {
    text-align: center;
    background: rgba(23, 35, 61, 0.03);
    border: 1px solid rgba(23, 35, 61, 0.1);
    margin: 0 0 20px 0;
    padding: 10px
}

.authority .certificate-list .certificate-img img {
    height: 130px;
    max-width: 100%
}

.authority .swiper-button-prev, .authority .swiper-button-next {
    margin: 0;
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.12);
    width: 56px;
    height: 56px;
    color: rgba(23, 35, 61, 0.55);
    position: absolute;
    z-index: 10;
    font-size: 40px;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    opacity: 1
}

.authority .swiper-button-next {
    right: 43%;
    top: 350px
}

.authority .swiper-button-prev {
    left: 43%;
    top: 350px
}

.authority .swiper-button-prev:hover, .authority .swiper-button-next:hover {
    color: #2185F0
}

.honor {
    background: #FFFFFF
}

.honor .banner-about {
    padding-bottom: 20px
}

.honor .banner-about h2 {
    color: #17233D
}

.honor .honor-article {
    margin: 30px auto;
    max-width: 1140px;
    padding: 40px 60px;
    border-radius: 10px;
    background: url("../image/所获荣誉背景图@2x.png");
    background-repeat: round
}

.honor .honor-article li {
    list-style: initial;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
    padding: 10px 0
}

.honor .honor-list {
    padding: 20px 0;
    margin: 20px 227px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 406px;
    overflow: hidden
}

.honor .honor-list::after {
    content: '';
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto
}

.honor .honor-list .honor-item {
    margin: 18px 0 36px;
    width: 30%;
    height: 165px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.honor .honor-list .honor-item img {
    max-width: 35%;
    max-height: 100%
}

.honor .honor-list .honor-item:last-child {
    margin-left: 5.5%
}

.honor .honor-list .honor-name {
    width: 64%;
    font-size: 16px;
    text-align: center
}

.honor .honor-list .honor-name :nth-child(2) {
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #383838;
    line-height: 22px
}

.honor .honor-list .honor-name .honor-name-des {
    color: #17233D;
    font-weight: 600
}

.honor .honor-list .honor-name .honor-name-simple {
    color: rgba(23, 35, 61, 0.75);
    font-weight: 400
}

.honor .all-honor {
    height: 900px !important;
    width: 1140px;
    margin: 0 auto;
    margin-bottom: 120px
}

.honor .more-honor {
    text-align: center;
    background-color: #fff;
    padding-bottom: 60px
}

.honor .more-honor a {
    display: inline-block;
    padding: 7px 20px;
    color: #17233DBF;
    font-size: 20px;
    border-radius: 144px;
    border: 1px solid #D9D9D9;
    text-align: center
}

@media screen and (min-width: 320px) and (max-width: 778px) {
    .vision {
        margin-top: 48px;
        height: 360px;
        background: url("../image/backgroud-mobile@2x.png");
        background-size: 100%
    }

    .vision h2 {
        font-size: 18px;
        width: 180px
    }

    .vision p {
        font-size: 20px;
        width: 180px;
        line-height: 40px
    }

    .banner-about {
        width: 100%;
        padding: 20px 0 0;
        margin-top: 20px
    }

    .banner-about h2 {
        font-size: 18px;
        font-weight: 600
    }

    .introduce {
        margin: -120px auto 150px;
        width: 90%
    }

    .introduce .company-introduce {
        padding: 0 24px 32px;
        background: none
    }

    .grow {
        top: -100px;
        width: 90%
    }

    .grow .growth {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px;
        padding-top: 0
    }

    .grow .growth .growth-process {
        margin-top: 20px
    }

    .grow .grow-line {
        width: 2px;
        height: 680px;
        display: inline-block;
        opacity: 0.1;
        margin: 0;
        background-image: -webkit-linear-gradient(179deg, #F1F7FF 0%, #2185F0 4%, #2185F0 47%, #2185F0 92%, #F1F7FF 95%);
        background-image: -o-linear-gradient(179deg, #F1F7FF 0%, #2185F0 4%, #2185F0 47%, #2185F0 92%, #F1F7FF 95%);
        background-image: linear-gradient(-89deg, #F1F7FF 0%, #2185F0 4%, #2185F0 47%, #2185F0 92%, #F1F7FF 95%)
    }

    .grow .grow-point {
        margin: 20px 0;
        width: 32px;
        display: inline-block;
        position: relative;
        left: -34px
    }

    .grow .grow-point .grow-point-circle {
        margin-bottom: 118px
    }

    .grow .grow-item-content-container {
        display: none
    }

    .grow .grow-item-time-container {
        display: none
    }

    .grow .grow-item-time-container-mobile {
        display: inline-block;
        position: relative;
        top: -100px;
        width: 83%
    }

    .grow .grow-item-time-container-mobile .grow-item-time {
        text-align: left;
        height: 150px
    }

    .grow .grow-item-time-container-mobile .grow-item-time h2 {
        font-size: 16px;
        color: #1F3159;
        line-height: 22px;
        font-weight: 700
    }

    .grow .grow-item-time-container-mobile .grow-item-time .grow-item-content {
        -webkit-box-shadow: 0 2px 8px 0 rgba(31, 49, 89, 0.08);
        box-shadow: 0 2px 8px 0 rgba(31, 49, 89, 0.08);
        border-radius: 8px;
        width: 290px;
        margin-top: 10px;
        padding: 12px;
        color: rgba(23, 35, 61, 0.55);
        line-height: 26px;
        font-weight: 400;
        font-size: 12px;
        text-align: left
    }

    .grow .world-map {
        margin: 0;
        padding: 0;
        width: 90%
    }

    .grow .world-map img {
        position: relative;
        top: -60px
    }

    .customer-coverage p {
        font-size: 14px;
        margin: 0 32px
    }

    .customer-coverage .company-category {
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .customer-coverage .company-category .company-category-tab {
        margin: 38px auto;
        width: 90%
    }

    .customer-coverage .company-category .company-category-tab .tab {
        font-size: 14px
    }

    .customer-coverage .company-category .company-category-tab .tab .tab-line {
        margin: 8px 30%
    }

    .customer-coverage .company-category .content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .customer-coverage .company-category .content .content-item {
        width: 99px;
        height: 77px;
        margin: 0 8px 8px 0
    }

    .customer-coverage .company-category .content .content-item img {
        height: initial
    }

    .customer-coverage .company-category .well-known, .customer-coverage .company-category .traditional {
        width: 332px !important;
        margin: 10px auto
    }

    .authority {
        margin-top: -48px
    }

    .authority::before {
        content: "";
        display: none
    }

    .authority .authority-article, .authority .certificate-list {
        margin: 20px auto;
        width: 90%
    }

    .authority .authority-article li {
        font-size: 12px
    }

    .authority .certificate-list .swiper-container .swiper-wrapper .swiper-slide {
        width: 100% !important
    }

    .authority .certificate-list .swiper-container .swiper-wrapper .swiper-slide .certificate-item {
        width: 273px
    }

    .authority .certificate-list .swiper-container .swiper-wrapper .swiper-slide .certificate-item .certificate-img {
        width: 83%;
        margin: 20px auto
    }

    .authority .certificate-list .swiper-pagination {
        bottom: 0px !important
    }

    .authority .swiper-button-next {
        right: 35%;
        top: 350px
    }

    .authority .swiper-button-prev {
        left: 35%;
        top: 350px
    }

    .honor .honor-article {
        margin: 0 8px;
        padding: 20px;
        background: url("../image/所获荣誉背景图mobile@2x.png") round;
        border-right: 20px
    }

    .honor .honor-article li {
        font-size: 12px
    }

    .honor .honor-list {
        margin: 0;
        padding: 20px;
        height: 436px;
        width: 90%
    }

    .honor .honor-list .honor-item {
        width: 85%;
        font-size: 12px;
        -webkit-box-orient: initial;
        -webkit-box-direction: initial;
        -webkit-flex-direction: initial;
        -ms-flex-direction: initial;
        flex-direction: initial;
        height: 60px;
        margin: 0
    }

    .honor .honor-list .honor-item img {
        max-width: 22%
    }

    .honor .honor-list .honor-item:last-child {
        margin-left: 0
    }

    .honor .honor-list .honor-name {
        text-align: left
    }

    .honor .honor-list .honor-name .honor-name-simple {
        font-size: 12px
    }

    .honor .honor-list .honor-name:nth-child(2) {
        font-size: 12px;
        line-height: 16px
    }

    .honor .more-honor a {
        font-size: 16px;
        line-height: 20px
    }
}

@media screen and (min-width: 778px) and (max-width: 1024px) {
    .vision {
        margin-top: 48px;
        background: url("../image/backgroud-1024@2x.png");
        background-size: 100%
    }

    .banner-about {
        width: 100%;
        padding-top: 20px
    }

    .banner-about h2 {
        font-size: 36px
    }

    .introduce {
        width: 90%;
        margin: -120px auto 150px
    }

    .introduce .company-introduce {
        padding: 10px 20px 32px;
        background: none
    }

    .grow {
        width: 778px
    }

    .grow .growth {
        margin: 20px;
        padding-top: 0
    }

    .grow .growth .grow-item-time-container .grow-item-content {
        width: 213px
    }

    .grow .world-map {
        margin: 0;
        width: 100%
    }

    .customer-coverage p {
        font-size: 16px;
        margin-bottom: 40px
    }

    .customer-coverage .company-category {
        margin: 0 auto;
        width: 90%
    }

    .customer-coverage .company-category .company-category-tab {
        width: 100%
    }

    .customer-coverage .company-category .content .content-item {
        width: 22%
    }

    .customer-coverage .company-category .well-known, .customer-coverage .company-category .traditional {
        width: 100% !important;
        margin: 10px
    }

    .authority {
        margin-top: -48px
    }

    .authority::before {
        width: 80px;
        height: 80px;
        top: 22px;
        right: 60px
    }

    .authority .authority-article, .authority .certificate-list {
        margin: 20px auto;
        width: 90%
    }

    .authority .certificate-list .certificate-item {
        height: 264px
    }

    .authority .certificate-list .certificate-item p {
        font-size: 12px;
        line-height: 16px
    }

    .authority .swiper-button-next {
        right: 40%;
        top: 350px
    }

    .authority .swiper-button-prev {
        left: 40%;
        top: 350px
    }

    .authority .certificate-item {
        height: 264px;
        width: 273px
    }

    .authority .bg-img {
        width: 80px;
        height: 80px;
        top: 25px;
        right: 60px
    }

    .honor .honor-article {
        padding: 30px 50px;
        margin: 0 auto;
        width: 90%
    }

    .honor .honor-list {
        margin: 0 auto;
        padding: 30px;
        height: 436px;
        width: 90%
    }

    .honor .honor-list .honor-item {
        width: 32%
    }

    .honor .honor-list .honor-item:last-child {
        margin-left: 0
    }
}

@media screen and (min-width: 1024px) and (max-width: 1439px) {
    .introduce .company-introduce {
        padding: 0 64px 64px
    }

    .introduce {
        width: 90%
    }

    .grow {
        width: 1024px
    }

    .grow .world-map {
        width: 90%
    }

    .customer-coverage .company-category .company-category-tab, .customer-coverage .company-category .content {
        width: 1000px
    }

    .authority .authority-article {
        width: 90%
    }

    .authority .certificate-list {
        width: 90%
    }

    .grow .growth, .customer-coverage .company-category, .authority .authority-article, .authority .certificate-list, .honor .honor-article, .honor .honor-list {
        width: 90%
    }

    .authority::before {
        top: 40px;
        right: 115px
    }

    .authority .certificate-list .swiper-slide .certificate-item {
        height: 264px
    }
}

/*# sourceMappingURL=aboutus_v2.css.map */
