
/* ===== banner ===== */

/* .index-page{
    
} */
/*
.index-page .banner-container{
    height: 800px;
    width: 100%;
    background-color: #cccccc;
}

.banner-container .banner-swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
*/



.index-page .banner-container {
    width: 100vw;
    height: 42vw;
    background-color: #cccccc;
}

.banner-container .banner-swiper {
    width: 100vw;
    height: 42vw;
    margin-left: auto;
    margin-right: auto;
}


.banner-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.banner-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-swiper .swiper-slide .slide-banner-item {
    position: absolute;
    /*top: 45%;*/
    top: 80%;
    left: 50%;
    padding-right: 0;
    transform: translate(-50%, -50%);
    display: block;
    padding: 0;
}


.slide-banner-item .slide-banner-anibox {
    opacity: 0;
}

.slide-banner-item .slide-banner-anibox .slide-banner-item-title {
    width: 100%;
    font-size: 3rem;
}

.slide-banner-item .slide-banner-anibox .slide-banner-item-note {
    width: 100%;
    padding: 2rem 0;
    font-size: 4.4rem;
}

.slide-banner-item .slide-banner-anibox .slide-banner-item-link {
    width: 100%;
}

.slide-banner-item .slide-banner-anibox .slide-banner-item-link .linkbtn {
    border-radius: 2.4rem;
    padding: 1rem 2.4rem;
}

.banner-swiper .swiper-pagination-bullets {
    bottom: 32px;
}

.banner-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #f2f2f2;
}

.banner-swiper .swiper-pagination-bullet-active {
    width: 48px;
    border-radius: 14px;
}

.banner-swiper .swiper-button-next,
.banner-swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 1px dashed #ffffff;
}

.banner-swiper .swiper-button-next {
    right: 120px;
}

.banner-swiper .swiper-button-prev {
    left: 120px;
}

.banner-swiper .swiper-button-next:after,
.banner-swiper .swiper-button-prev:after {
    font-size: 16px;
    color: #ffffff;
}


/* ===== product ===== */

.index-page .product-container{
    width: 100%;
    background-color: #f2f2f2;
    padding: 3rem 1rem;
}

.product-container .product-title {
    text-align: center;
    /* height: 30px; */
    font-size: 1.2rem;
    font-weight: 600;
    color: #768189;
}

.product-container .product-subtitle {
    text-align: center;
    /* height: 60px; */
    font-size: 2.6rem;
    font-weight: 700;
}

.product-container .product-more {
    text-align: center;
    margin-top: 2rem;
}

.product-container .product-swiper {
    width: 100%;
    margin-top: 1rem;
}

.product-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    background-color: #ffffff;

    display: flex;
    justify-content: center;
    align-items: top;
    padding: .4rem;
}

.product-swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-swiper .swiper-button-next,
.product-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-color: #2c88cb;
}

.product-swiper .swiper-button-next {
    right: 1rem;
}

.product-swiper .swiper-button-prev {
    left: 1rem;
}

.product-swiper .swiper-button-next:after,
.product-swiper .swiper-button-prev:after {
    font-size: 16px;
    color: #ffffff;
}

.product-swiper .slide-product-item {
    width: 100%;
}

.product-swiper .slide-product-item img {
    width: 100%;
    height: auto;
}

.product-swiper .slide-product-item-title {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    height: 45px;
    line-height: 45px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-swiper .slide-product-item:hover .slide-product-item-title {
    color: #2c88cb;
}

.product-swiper .swiper-button-next.swiper-button-disabled, .product-swiper .swiper-button-prev.swiper-button-disabled {
    pointer-events:auto;
}


/* ===== about ===== */

.index-page .about-container {
    width: 100%;
    padding: 3rem 0;
    padding-bottom: 0;
    background-color: #2c88cb;
    color: #aeb6bd;
    background-image: url(/images/bottom-bg.png);
    background-size: auto auto;
    background-position: top center;
    background-repeat: no-repeat;
}


.about-container .about-title {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    color: #ffffff;
}

.about-container .about-subtitle {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 500;
    color: #ffffff;
    margin-top: 1rem;
}

.about-container .about-note {
    text-align: center;
    /* height: 60px; */
    font-size: 1.2rem;
    /* font-weight: 700; */
    color: #ffffff;
    margin-top: 0.5rem;
}


.about-container .about-data{
    max-width: 1000px;
    margin-top: 2rem;
    /* opacity: 0; */
}

.about-container .about-data .about-data-item{
    width: 300px;
    /* height: 100px; */
}

.about-data .about-data-item .data-item-num {
    color: #95de64;
    font-size: 3rem;
    font-weight: 600;
    text-align: center;
}

.about-data .about-data-item .data-item-title{
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
}


.about-container .about-photo{
    overflow-x: hidden;
    overflow-y: hidden;
    padding-top: 3rem;
}
.about-photo .about-photo-item{
    padding-bottom: 3rem;
    background-color: #ffffff;
}

.about-photo .about-photo-item img{
    opacity: 0.85;
    transition: all .4s ease-in-out;
    width: 100%;
    z-index: 1;
    object-fit: contain;
    position:relative;
}

.about-photo-item .about-image-move{
    border-radius: 10px;
    transform: scale(1.08);
    z-index: 3 !important;
    opacity: 1 !important;
    box-shadow: 0 4px 10px rgb(0 0 0 / 15%);
}

/* ===== about ===== */

.index-page .service-container{
    width: 100%;
    background-color: #ffffff;
}

.service-container .service-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #768189;
}

.service-container .service-subtitle {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
}

.service-container .service-items{
    padding-top: 1rem;
    padding-bottom: 3rem;
    max-width: 1200px;
}

.service-items .service-item{
    padding: 2rem 4rem;
    padding-bottom: 2.5rem;
    margin-top: 1rem;
}

.service-items .service-item-left{
    border-right: 1px solid #eeeeee;
}

.service-items .service-item-left > div{
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    text-align: right;
}

.service-items .service-item-right > div{
    width: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
}


.service-item .service-item-icon{
    width: 100%;    
}

.service-item .service-item-icon span{
    width: 70px;
    height: 70px;
    background-color: #2c88cb;
    border-radius: 35px;
    padding: 15px;
    display: inline-block;
}

.service-item .service-item-icon span img{
    width: 40px;
    height: 40px;
    transition: transform 0.5s;
}

.service-item:hover .service-item-title {
    opacity: 1;
    color: #2c88cb;
}
.service-item:hover .service-item-note {
    opacity: 1;
}

.service-item:hover img{
    transform: rotateY(180deg);
}

.service-item .service-item-title {
    padding-top: 1.2rem;
    font-size: 1.6rem;
    font-weight: 500;
    opacity: 0.9;
}

.service-item .service-item-note{
    padding-top: 0.8rem;
    font-size: 1.2rem;
    color: #666666;
    opacity: 0.9;
} 


/* ===== quote ===== */


.index-page .quote-container{
    width: 100%;
    height: 600px;
    background-color: #f2f2f2;
    padding: 50px 0;
/*    background-image: url(/images/quote-bg.png);
    background-repeat: no-repeat;
    background-size: 1920px 600px;
    background-position: center center;*/
}


.quote-container .quote-content{
/*    width: 100%;
    height: 495px;
    padding-top: 5rem;*/
}


.quote-content .quote-left {
    padding-right: 2rem;
    text-align: right;
}

    .quote-content .quote-left img {
        width: 80%;
        /*    height: 100%;*/
    }

.quote-content .quote-right{
    padding-top: 2.8rem;
    padding-left: 2rem;
}

.quote-right .quote-item-title {
    font-size: 2.4rem;
    color: #73d13d;
    padding-right: 30px;
}

.quote-right .quote-item-email{
    font-size: 1.8rem;
    color: #2c88cb;
    padding-top: 0.5rem;
}

    .quote-right .quote-item-email a {
        color: #2c88cb;
    }

.quote-right .quote-item-note{
    font-size: 1rem;
    color: #768189;
    padding-top: 0.5rem;
    max-width: 540px;
}

.quote-right .quote-item-btn{
    padding-top: 2rem;
}




/* ===== news ===== */


.index-page .news-container{
    width: 100%;
    background-color: #f2f2f2;
    padding: 3rem 0rem;
    padding-top: 7rem;
}

.news-container .news-title {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #768189;
}

.news-container .news-subtitle {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
}

.news-container .news-items{
    padding-top: 1rem;
    min-height: 600px;
    /*解决row col有边距导致无法在1590px下和左右两边0边距的问题*/
    max-width: 1622px !important; 
}

.news-items .news-item{
    padding: 0rem;
}


.news-item .news-anibox {
    margin: 1rem;
    padding: 0rem;
    background-color: #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    opacity: 0.8;
    transition: margin 400ms, padding 400ms, background-color 400ms, opacity 400ms;
    
}

.news-item .news-anibox:hover{
    margin: 1rem;
    padding: 1rem;
    background-color: #ffffff;
    border-bottom: 1px solid #2c88cb;
    opacity: 1;
    transition: margin 400ms, padding 400ms, background-color 400ms, opacity 400ms;
    box-shadow: 1px 1px 5px #ddd;
}

.news-item .news-anibox:hover .news-item-title{
    color: #2c88cb;
}

.news-item .news-anibox .news-item-cover{
    cursor: pointer;
    /* padding: 4px; */
    background-color: #ffffff;
}

.news-item .news-anibox .news-item-cover img{
    width: 100%;

}
.news-item .news-anibox .news-item-date{
    padding-top: 1rem;
    color: #768189;
    font-size: 1rem;
}
.news-item .news-anibox .news-item-title{
    padding-top: 0.8rem;
    color: #333333;
    font-size: 1.2rem;
    cursor: pointer;
}
.news-item .news-anibox .news-item-subtitle{
    padding-top: 0.8rem;
    color: #768189;
    font-size: 0.9rem;
    /* max-width: 490px; */

    display: -webkit-box; 
    -webkit-line-clamp:2; 
    -webkit-box-orient:vertical; 
    overflow:hidden; 
    line-height:1.2rem;
}
.news-item .news-anibox .news-item-link{
    padding-top: 1rem;
}

.news-item .news-anibox .news-item-link a{
    font-size: 0.9rem;
}




/*小屏电脑*/
@media screen and (min-width: 1201px) and (max-width: 1598px){

   
    .index-page .quote-container{
        width: 100%;
        height: 400px;
        padding: 30px 0;
/*        background-size: 1920px 550px;*/
    }


    .quote-container .quote-content{
/*        height: 580px;*/
/*        padding-top: 4.1rem;*/
    }

    .quote-content .quote-right{
        padding-top: 2rem;
        padding-left: 3rem;
    }

    .quote-right .quote-item-title{
        font-size: 2rem;
    }

    .quote-right .quote-item-email{
        font-size: 1.4rem;
        padding-top: 0.4rem;
    }

    .quote-right .quote-item-note{
        font-size: 1rem;
        padding-top: 0.4rem;
    }

    .quote-right .quote-item-btn{
        padding-top: 1.6rem;
    }


    .news-container .news-items{
        /*解决row col有边距导致无法在1590px下和左右两边0边距的问题*/
        max-width: 1212px !important; 
    }
    
}



/*移动设备*/
@media screen and (min-width: 0px) and (max-width: 1200px){
    .index-page .banner-container{
        margin-top: 4rem !important;
/*        height: 400px !important;
        width: 100% !important;*/
        background-color: #cccccc !important;
    }

    .banner-swiper .swiper-pagination-bullets{
        display:none !important;
    }

    .slide-banner-item-link .linkbtn {
        border-radius: 1.2rem !important;
        padding: 0.5rem 1.2rem !important;
    }

    .banner-swiper .slide-banner-item .slide-banner-item-title {
        width: 100%;
        font-size: 1.8rem !important;
    }

    .banner-swiper .slide-banner-item .slide-banner-item-note {
        width: 100% !important;
        padding: 1rem 0 !important;
        font-size: 2.2rem !important;
    }

    .index-page .product-container {
        padding: 1rem !important;
    }

    .about-container{
        padding: 2rem 1rem !important;
    }

    .about-container .about-data .about-data-item{
        width: 100px !important;
        /* height: auto; */
    }

    .about-data .about-data-item .data-item-num{
/*        color: #2c88cb !important;*/
        font-size: 2.2rem !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    
    .about-data .about-data-item .data-item-title{
        color: #ffffff !important;
        font-size: 1.1rem !important;
        font-weight: 500 !important;
        text-align: center !important;
    }

    .about-photo .about-photo-item{
        padding-bottom: 0rem !important;
    }
    .about-photo .about-photo-item img{
        opacity: 1;
    }

    .about-photo-item .about-image-on{
        border-radius: 0px;
        opacity: 1 !important;
        transform: scale(1);
    }

    .service-container{
        padding: 2rem 0rem !important;
    }

    .service-items .service-item {
        padding: 0 2rem !important;
        margin-top: 2rem !important;
    }



    .index-page .quote-container{
        width: 100%;
        height: auto !important;
        padding: 20px 0 !important
/*        background-size: 1920px 550px;*/
    }


    .quote-container .quote-content{
        height: auto !important;
        padding: 2rem 1rem !important;
    }

    .quote-content .quote-left{
        display: none;
    }

    .quote-content .quote-right{
        padding-top: 0rem;
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }

    .quote-right .quote-item-title{
        font-size: 1.8rem;
    }

    .quote-right .quote-item-email{
        font-size: 1rem;
        padding-top: 0.4rem;
    }

    .quote-right .quote-item-note{
        font-size: 1rem;
        padding-top: 0.4rem;
        max-width: 100%;
    }

    .quote-right .quote-item-btn{
        padding-top: 1.6rem;
    }
}