/* 本语法支持IE8+、火狐4+、Chrome13+版本 */
@import "./public/reset.css";
@import "./public/base.css";
@import "./public/header.css";
@import "./public/nav.css";
@import "./public/footer.css";

/*swiper pagination style*/
.swiper-container{
    --swiper-theme-color: #dddddd;/* 设置Swiper风格 */
    --swiper-pagination-color: #fff; /* 分页器颜色 */
    --swiper-navigation-color: #ddd;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 20px;/* 设置按钮大小 */
}
/*.swiper-button-next,*/
/*.swiper-button-prev{*/
/*    background-color: #D63246;*/
/*    padding: 10px 13px;*/
/*}*/
/*.swiper-button-next:hover,*/
/*.swiper-button-prev:hover{*/
/*    !*background-color: #D63246;*!*/
/*}*/
/*.swiper-button-next:after,*/
/*.swiper-button-prev:after{*/
/*    color: #ffffff;*/
/*    transition: color .3s;*/
/*}*/
/*.swiper-button-next:hover:after,*/
/*.swiper-button-prev:hover:after{*/
/*    color: #d2d2d2;*/
/*}*/
body{
    background-color: #FFFFFF;
}
section{

}
.sub{
    height: 860px;
    position: relative;
}

.carousel-1 .swiper-slide{
    width: 100%;
    height: 860px;
}
.carousel-1 .swiper-pagination{
    position: relative;
    width: unset!important;
    /*left: unset!important;*/
    bottom: 160px!important;
    display: flex;
    justify-content: flex-end;
    padding: 0 15px;

}

.sub .statistics{
    width: 100%;
    height: 140px;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.sub .statistics .list-container{
    display: flex;
    width: 100%;
}
.sub .statistics .list-container .list-item{
    height: 140px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub .statistics .list-container .list-item .statistics-container{
    line-height: 40px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
}

.sub .statistics .list-container .list-item .lg{
    font-size: 40px;
    font-weight: bold;
}

section{
    padding: 70px 0;
}
section .title{
    display: flex;
    justify-content: center;
    position: relative;
    font-family: PingFang SC, PingFang SC-Semibold;
    height: 78px;
}
section .title .text{
    position: absolute;
    bottom: 0;
    text-align: center;
    font-size: 36px;
    color: #222;
    font-weight: 600;
}
section .title .text-shadow{
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: rgba(34,34,34,0.07);
}
section .content{
    padding-top: 50px;
}
.carousel .swiper-slide{
    text-align: center;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.carousel .swiper-slide img{
    width: 100%;
    height: 100%;
}
.carousel .swiper-slide .name{
    width: 100%;
    line-height: 159px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    font-size: 34px;
    position: absolute;
    top: 35%;
}
.carousel .wiper-wrapper {
    height: 480px;
}

.carousel-2 .swiper-slide{
    width: 480px;
    height: 480px;
}

.product{

}

.product .product-info{
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 255px;
    display: flex;
    flex-direction: column;
    transition: all .5s;
    overflow: hidden;
}
.product .product-info .product-info-container{
    flex: 1;
    padding: 35px;
    text-align: left;
    display: flex;
    flex-direction: column;
}
.product .product-info .product-info-container .product-title{
    font-size: 32px;
    font-weight: bold;
    padding-bottom: 20px;
}
.product .product-info .product-info-container .product-subtitle{
    font-size: 14px;
    flex: 1;
}
.product .product-info .product-info-container .handlers{

}

.product .product-info .product-info-container .handlers a{
    display: inline-block;
    height: 48px;
    border: 1px solid #FFFFFF;
    border-radius: 6px;
    line-height: 48px;
    color: #FFFFFF;
    padding: 0 20px;
    transition: all .3s;
}
.product .product-info .product-info-container .handlers a:after{
    content: "▶";
    margin-left: 30px;
}

.product .product-info:hover{
    background-size: 105%;
}
.product .product-info .product-info-container .handlers a:hover{
    border-color: #999999;
    color: #999999;
}

.news .content{
    padding-top: 30px;
}
.news .tabs{
    width: 640px;
    margin: 20px auto 30px;
    display: flex;
    justify-content: space-evenly;
}

.news .tabs .tab-pane{
    height: 48px;
    padding: 0 20px;
    line-height: 48px;
    background-color: #FFFFFF;
    color: #666666;
    border-radius: 24px;
    cursor: pointer;
}
.news .tabs .tab-pane.active{
    color: #FFFFFF;
    background-color: #295aa9;
}
.news .tabs .tab-pane:hover{
    color: #FFFFFF;
    background-color: #295aa9;
}

.news  .tabs-container{

}
.tab-pane-container{
    display: none;
    transition: all .2s;
}
.tab-pane-container.active{
    display: block;
}

.news .tabs-container .graphic{
    background-color: #FFFFFF;
    padding: 10px;
    font-family: 微软雅黑;
}
.news .tabs-container .graphic .graphic-content{
    padding: 20px;
}
.news .tabs-container .graphic-title{
    margin-bottom: 20px;
    color: #222;
    font-size: 20px;
    height: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news .tabs-container .graphic-subtitle{
    height: 90px;
    color: #222;
    line-height: 30px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news .tabs-container .article{
    background-color: #FFFFFF;
    margin-bottom: 20px;
}

.article-content{
    padding: 20px 20px 0;
}

.news .tabs-container .article-title{
    margin-bottom: 20px;
    color: #000;
    opacity: 0.75;
    font-size: 20px;
    height: 20px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news .tabs-container .article-subtitle{
    height: 60px;
    color: #9f9f9f;
    line-height: 30px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news .tabs-container .article-footer{
    line-height: 60px;
}
.news .tabs-container .article-footer .row{
    display: flex;
}
.news .tabs-container .article-footer .left{
    flex: 1;
}
.news .tabs-container .article-footer .date{
    color: #999999;
}
.news .tabs-container .article-footer .handlers {

}
.news .tabs-container .article-footer .handlers a{
    color: #0861CC;
}
.news .tabs-container .article-footer .handlers a:after{
    content: "▶";
    margin-left: 10px;
}

.news .tabs-container .article:first-child {
    /*border-bottom: 2px solid #0861CC;*/
}

.news .tabs-container .article:last-child{
    margin-bottom: 0;
}

.advantages{
    background: url("../../static/image/banner-bg.png") no-repeat;
    background-size: 100% 140px;
    background-position: center bottom;
    padding-bottom: 0;
}

.advantages .title{
    justify-content: flex-start;
}
.advantages .container{
    width: 1200px;
}
.advantages .container .article{
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    height: 598px;
}

.advantages .paragraphs{
    font-size: 18px;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}

.advantages .paragraphs .list-style{
    /*color: #2E3574;*/
    padding: 0 10px;
    font-weight: bold;
    color: #2e3574
}

.advantages .container .article .handler{
    display: flex;
    height: 120px;
    width: 420px;
    align-items: center;
    color: #295aa9;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
}
.advantages .container .article .handler-title{
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 10px;
}
.advantages .container .article .handler-subtitle{
    font-size: 18px;
    font-weight: 400;
}

.advantages .container .article .handler .left{
    flex: 1;
}

.advantages .cover{
    display: flex;
    justify-content: flex-end;
}

.customer{
    background-color: #F5F5F5;
}
.customer .text{
    width: 830px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #5e5e5e;
}
.customer .customers{
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;
}
.customer .customer-item{
    height: 90px;
    background-color: #FFFFFF;
    border-radius: 6px;
    overflow: hidden;
    transition: all .3s;
    cursor: pointer;
}
.customer .customer-item:hover{
    transform: scale(1.1);
}
