/********** 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 .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 h1 {
        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 {
    background-image: url(../img/qianse.jpg);
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.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: 46px;
    height: 6px;
    display: inline-block;
    background: linear-gradient(0deg, #50c9c3 0%, #00b2b2 100%);
}

@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;
}