/********** Template CSS **********/
@import url('./base.css');
@import url('./common.css');

.sticky-top {
    background-color: var(--white);
}

/* Banner */
.banner {
    position: relative;
    height: auto;
}

.banner img {
    width: 100%;
}

.banner .banner-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--white);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 2rem;
    min-width: 300px;
}
.banner-title h2{
    text-align: right;
}
.banner .banner-title p {
    font-size: 1.375rem;
    font-weight: 400 !important;
}

@media (max-width: 991.9px) {
    .banner .banner-title p {
        font-size: 16px;
        font-weight: 400 !important;
    }

}

@media (max-width: 1399.98px) {
    .banner-title h2 {
        font-size: calc(0.325rem + 4.5vw);
    }

}

/* Location */
.locate {
    height: 4.6875rem;
    line-height: 2.1875rem;
}

@media (max-width: 991.98px) {
    .locate {
        line-height: 4.6875rem;
    }
}

.inner-nav-section {
    border-bottom: 1px solid #e6e6e6;
}

.location {
    float: right;
}

/* Brief */
.brief .item {
    display: flex;
    flex-direction: column;
}

.brief .item div {
    color: var(--primary);
}

.brief .item span:nth-child(1) {
    font-size: 2.25rem;
}

/* Qualification */


.qualification .item {
    padding: 1.25rem;
}

.qualification .item .img-box {
    position: relative;
}

.qualification .item .img-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

/* news */
.news-content p,
.news-content span {
    color: var(--paragraph) !important;
    font-size: 1rem;
    line-height: 2rem;
    text-align: justify;
}

.news-content img {
    margin: auto;
}

.direction {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.direction .item a {
    display: flex;
    height: 100%;
    align-items: center;
}

/* Develop */
.develop {
    background-image: url(../img/moutain.jpg);
    background-size: 100% 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.timeline .swiper-button-lock {
    display: none;
}

.timeline .swiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.timeline .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.timeline .swiper-slide img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
}

.timeline .swiper-slide:nth-child(odd) .pointer {
    transform: translate(-50%, calc(-100% + 1px));
}

.timeline .line {
    width: calc(100% - 150px);
    height: 2px;
    background-color: #666666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.timeline .swiper-slide .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timeline .swiper-slide .item div {
    width: 100%;
    height: 200px;
}

.timeline .swiper-slide .item div:nth-child(1) {
    display: flex;
    flex-direction: column;
}

.timeline .swiper-slide:nth-child(even) .item div:nth-child(1) {
    justify-content: flex-end;
}

.timeline .swiper-slide .item div:nth-child(1) .title {
    background: linear-gradient(to right, #50c9c3 0%, #00b2b2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
}

.timeline .swiper-slide:nth-child(even) .item div:nth-child(even) {
    order: -1;
}

.timeline .swiper-slide:nth-child(even) .pointer {
    transform: rotate(180deg) translateY(+1px);
}

.timeline .swiper-button-next,
.timeline .swiper-button-prev {
    width: 3.125rem;
    height: 3.125rem;
}

.timeline .swiper-button-next img,
.timeline .swiper-button-prev img {
    width: 100%;
    height: 100%;
}

.timeline .swiper-button-next:after,
.timeline .swiper-button-prev:after {
    content: none;
}

/* Partner */
.partner {
    background-image: url(../img/ditu.jpg);
    background-size: 100% 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-top: 100px;
    margin-bottom: 100px;
}

.partner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.partner-container .box {
    width: calc(33.333% - 15px);
    height: 6.75rem;
    background-color: var(--white);
    margin-bottom: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0px -4px 3.84px 0.16px rgba(0, 0, 0, 0.06), 4px 4px 3.84px 0.16px rgba(0, 0, 0, 0.04), -4px 0px 3.84px 0.16px rgba(0, 0, 0, 0.06);
}

.partner-container .box:nth-child(4) {
    transform: translateX(calc(50% + 5px));
}

.partner-container .box:nth-child(5) {
    transform: translateX(calc(50% - 5px));
    margin-right: calc(33% - 5px);
}

.partner-container .box:nth-last-child(-n+3) {
    margin-bottom: 0;
}

.partner-container .box {
    padding: 1.25rem;
    display: flex;
}

.partner-container .box img {
    max-height: 100%;
}

.partner-item {
    position: relative;
}

.partner-item .swiper-pagination {
    position: absolute;
    bottom: -3.125rem;
    left: 0;
    width: 100%;
    z-index: 999;
}

.partner-item .swiper-pagination-bullet {
    width: 36px;
    height: 6px;
    display: inline-block;
    border-radius: 3px;
    background: #e5e5e5;
    opacity: 1;
}

.partner-item .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00b2b2;
}

/* Product */
.product-list {
    background-color: var(--secondary);
    padding-top: 3rem;
    padding-bottom: 6.25rem;
}

.dominant {

    display: flex;
    align-items: center;
    background: #fafafa;
    border-left: 2px solid #333;
    /*background-image: url(../img/logoshuiyin.png);*/
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-left: 1.875rem;
}

.product-3d .product-item {
    display: flex;
    align-items: center;
}

.product-3d .product-3d-img {
    padding: 1.875rem;
}

@media (min-width: 992px) {
    .product-3d .product-3d-img {
        padding: 6.25rem;
    }
}

.dominant dt {

    font-size: 1.25rem;
    color: var(--dark);
    line-height: 2rem;
}

.dominant dd {

    font-size: 1rem;
    color: var(--paragraph);
    line-height: 2rem;
    margin-bottom: 0;
}

.dominant dd .circle {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background-color: var(--primary);
    border-radius: 50%;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-container .big-box {
    width: calc(33.333% - 15px);
    /* heigth要求和宽度相等 */
    /* aspect-ratio: 1/1; */
    box-sizing: border-box;
    border-radius: 4px;

    display: flex;
    flex-direction: column;
    margin-bottom: 1.25rem;

}

@media (max-width: 991.9px) {
    .product-container .big-box {
        width: calc(50% - 15px);
        /* heigth要求和宽度相等 */
        /* aspect-ratio: 1/1; */


    }

}

.product-container .big-box .box {
    width: 100%;
    /* heigth要求和宽度相等 */
    aspect-ratio: 1/1;
    box-sizing: border-box;
    border-radius: 4px;
    border: 5px solid white;
    display: flex;
    align-items: center;
    padding: 1.25rem;
}

.product-container .big-box .box-title {
    width: 100%;
    background-color: var(--white);
    padding: .9375rem;
    font-size: 1.375rem;
    color: var(--dark);

}

.product-item {
    position: relative;
}

.product-item .swiper-pagination {
    position: absolute;
    bottom: -2rem;
    left: 0;
    width: 100%;
    z-index: 999;
}

.product-item .swiper-pagination-bullet {
    width: 36px;
    height: 6px;
    display: inline-block;
    border-radius: 3px;
    background: #e5e5e5;
    opacity: 1;
}

.product-item .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #00b2b2;
}

/***Product Introduction ***/
.small-line {
    width: 40px;
    height: 3px;
    display: inline-block;
    background: linear-gradient(90deg, #47A9F0, #324DA8);
}

@media (min-width: 576px) {
    .introduct-child {
        padding: 20px;
    }

    .Product-introduct .container .row:nth-child(2n) .introduct-child:nth-child(2) {
        order: -1;
    }

    .Product-introduct .container .row:nth-child(2n+1) .introduct-child:nth-child(2) {
        padding: 3.125rem;
    }

    .Product-introduct .container .row:nth-child(2n) .introduct-child:nth-child(2) {
        padding: 3.125rem;
    }
}

@media (max-width: 575.95px) {
    .Product-introduct .title-en-box {
        margin-top: 1.25rem;
    }
}

.introduct-child .paragraph {

    font-size: 1.375rem;
    color: var(--dark);
    line-height: 2.75rem;
}

.product-form table th {
    background-color: var(--primary);
    color: var(--white);
    padding: 1.25rem;
    font-size: 1.125rem;
    font-weight: 400;
    border: 1px solid #dee2e6;
}

.product-form table tr td {
    border: 1px solid #dee2e6;
}

.product-form table td {
    color: var(--dark);
    padding: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
}

.product-form table tr:nth-child(odd) {
    background: #f7f7f7;
}

.leader-tag {
    display: inline-block;
    width: 333px;
    height: 60px;
    background: linear-gradient(90deg, #47A9F0, #324ea800);
    border-radius: 4px 0px 0px 4px;
    color: var(--white);
    font-size: 26px;
    line-height: 60px;
    padding-left: 20px;
}

@media screen and (max-width:767px) {
    .leader-tag {
        display: inline-block;
        width: 100%;
        height: 60px;
        background: linear-gradient(90deg, #47A9F0, #47A9F0);
        font-size: 20px;
        line-height: 60px;
        padding-left: 0px;
    }
}

.tag-summary {
    font-size: 24px;
}

.line {
    width: 100%;
    height: 1px;
    background: #CCCCCC;
}

.company-content {

    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

.qualifilication-box {
    padding-left: 0;
    padding-right: 0;
}

.qualifilication-box .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.qualifilication-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #001e395d;
    ;
}

.qualifilication-box .mask-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--white);
    font-size: 24px;
    line-height: 32px;
    width: 100%;
    height: 100%;
}

.qualifilication-box .mask-txt span {
    text-align: center;
}

.qualifilication-box .mask-txt span {
    font-size: 16px;
    line-height: 32px;
}

.qualifilication-box .mask-txt a {
    color: var(--white);
}

.qua-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120px;
    /* height: 60px; */
    background: #0F65AC;
    color: var(--white);
    border-radius: 0px 6px 0px 0px;
    padding: 10px;
}

@media screen and (max-width:767px) {
    .qua-title {

        width: auto;

        padding: 10px;
    }
}

/* 荣誉资质 */
.honor-section {
    background-color: #f7f7f7;
    margin-top: 50px;
}

.honor-container {
    padding-bottom: 5rem;
}

@media screen and (max-width:767px) {
    .honor-banner {
        height: 200px;
    }
}

.inner .honor-banner .title_en {
    opacity: 0.1 !important;
    font-style: normal;
}

.inner .honor-banner .title_cn {
    color: #ffffff;
    opacity: 1 !important;
    font-style: normal;
}

.honor-time-axis {
    position: relative;
    max-width: 1280px;
    margin: -100px auto 0;
}

.honor-slide img {
    cursor: pointer;
}

.image-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
}

.image-popup img {
    width: 600px;
}

.image-popup .close-button {
    position: absolute;
    right: -30px;
    top: -30px;
    cursor: pointer;
    background-color: rgba(79, 79, 79, 0.9);
    border-radius: 50%;
    display: flex;
    font-size: 18px;
    justify-content: center;
    height: 30px;
    width: 30px;
    line-height: 30px;
    ;
    z-index: 2;
    color: #ffffff;
}

.honor-slide span {
    margin-top: 20px;
}

@media screen and (max-width:767px) {
    .honor-time-axis {
        margin-top: -70px;
    }

    .image-popup img {
        width: 250px;
    }
}

.honor-slide {
    display: flex !important;
    flex-direction: column;
}

.honor-slide img {
    margin: auto;
}

.honor-slide span {
    text-align: center;
}

.honor .container {
    height: 280px;
}

.honor-slide {
    height: 280px !important;
    display: flex;
    align-items: center;
    padding: 10px;
}

.honor-slide div {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin: auto;
}

.honor-slide div img {
    height: 100%;
    /* width: 100%; */
    margin: auto;
    padding: 20px
}

.banner .honor_banner_title_con {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
}

@media screen and (max-width:767px) {
    .honor .container {
        height: 150px;
    }

    .honor-slide {
        height: 190px !important;
    }

    .honor-time-axis {
        padding: 25px;
    }

    .honor-slide div {
        width: 120px;
        height: 90px;
        background: #ffffff;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        box-shadow: -4px 0px 4px 4px rgba(0, 0, 0, 0.06);
    }

    .honor-slide div img {
        height: 100%;
        /* width: 100%; */
        margin: auto;
        padding: 20px
    }

    .honor .swiper-button-next,
    .honor .swiper-button-prev {
        position: absolute;
        top: auto;
        bottom: 50px;
    }
}

@media screen and (min-width:768px) {
    .honor-slide div {
        width: 160px;
        height: 120px;
        background: #ffffff;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        box-shadow: -4px 0px 4px 4px rgba(0, 0, 0, 0.06);
    }

    .honor-slide div img {
        height: 100%;
        /*width: 100%;*/
        margin: auto;
        padding: 20px
    }
}

@media screen and (min-width:992px) {
    .honor-slide div {
        width: 160px;
        height: 120px;
        background: #ffffff;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        box-shadow: -4px 0px 4px 4px rgba(0, 0, 0, 0.06);
    }
}

@media screen and (min-width:1200px) {
    .honor-slide div {
        width: 279px;
        height: 219px;
        background: #ffffff;
        border: 1px solid #e6e6e6;
        border-radius: 4px;
        box-shadow: -4px 0px 4px 4px rgba(0, 0, 0, 0.06);
    }

    .honor .swiper-button-next,
    .honor .swiper-button-prev {
        position: absolute;
        top: auto;
        bottom: 20px;
    }
}

.honor-section .swiper-button-next {
    right: calc(50% - 50px);
    left: auto;
    width: 40px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #0F65AC;


}

.honor-section .swiper-button-prev {
    left: calc(50% - 50px);
    right: auto;
    width: 40px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #0F65AC;

}

.honor-section .swiper-button-next::after {
    font-size: 16px;
}

.honor-section .swiper-button-prev::after {
    font-size: 16px;
}

.honor-section .swiper-button-next:hover {
    background-color: #0F65AC;
    color: #ffffff;
}

.honor-section .swiper-button-prev:hover {
    background-color: #0F65AC;
    color: #ffffff;
}

.ser-show .container {
    text-align: justify;
}

.ser-show .container img {
    max-width: 100%;
    margin: auto;
}

/* 服务项目 */
.service-section .service-img {
    position: relative;
    margin-bottom: 50%;
}

.service-section .service-text {
    width: 85%;

    background: #F7F7F7;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50%;
    padding: 20px;
    text-align: center;
}

.sers-item {
    padding: 10px;
}

.service-text h5 {
    margin-bottom: 0;
    font-weight: 700;
    color: var(--dark);
}

.service-text p {
    padding-top: 10px;
    font-size: 14px;
    color: #666666;
}

.ser-more-btn {
    width: 86px;
    height: 32px;
    line-height: 32px;
    background: #333333;
    border-radius: 4px;
    font-size: 14px;
    margin: auto;

}

.ser-more-btn:hover {
    background: #0F65AC;
}

.ser-more-btn a {
    color: #ffffff;
}

/* 员工风采 */
.employee-container .col-lg-4 {
    padding: 10px;
}

/* 联系我们 */
.contact-item {
    padding: 10px;
    display: flex;
    flex-direction: column;

}

.contact-item-icon {
    text-align: center;
    margin-bottom: -50px;

}

.contact-item-icon img {
    border-radius: 50%;
}

.content-txt {
    width: 100%;
    height: auto;
    background: #F5F7FB;
    border-radius: 4px;
    text-align: center;
    z-index: -1;
    padding-top: 70px;
    padding-bottom: 30px;
    min-height: 215px;
}

.content-txt p {

    font-weight: bold;
    font-size: 16px;
    color: #333333;
    margin-bottom: 5px;

}