.mySwiper {
    width: 100%;
}
.mySwiper .swiper-slide img{
    width: 100%;
    height: auto;
}
.swiper-pagination-bullet {
    width: 2rem;
    height: 0.2rem;
    background: hsla(0,0%,100%,.4);
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #FFF;
}
/*产品中心*/
.product-tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5rem;
}
.product-tab li{
    line-height: 46px;
    background: #e5f7fe;
    border-radius: 30px;
    margin: 0.5rem;
    padding: 0 1.75rem;
    color: #333;
    font-size: 1.6rem;
}
.product-tab li.active,
.product-tab li:hover {
    background: #00a0e9;
    color: #FFF;
}

.product-list ul li {
    width: calc(25% - 2rem);
}
@media (max-width: 1200px)  {
    .product-list ul li {
        width: calc(50% - 2rem);
    }
}
/*产品化定制*/
.product_customization{
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    margin-top: 5rem;
}
.product_customization .text{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

}
.product_customization .text i{
    display: block;
    width: 12rem;
    height: 12rem;
    background: url("https://www.konnad.com/uploads/temp/index/product_customization-ico.jpg") no-repeat center center / 100% 100%;
}
.product_customization .text dl{
    width: 60%;
    padding-left: 2rem;
}
.product_customization .text dl dt{
    font-size: 2rem;
}
.product_customization .text dl dd{
    margin-top: 1rem;
}
@media (min-width: 1200px) {
    .product_customization{
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }
    .product_customization .text,
    .product_customization .image{
        width: 50%;
    }
}
@media (max-width: 1200px) {
    .product_customization .text{
        padding: 3rem 0;
    }
    .product_customization .text,
    .product_customization .image{
        width: 100%;
    }
}

.reliable{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5rem;
}
.reliable li{
    width: calc(33.333% - 0.75rem);
    background-size: auto 100%;
    transition: all .3s ease-in-out;
    margin-bottom: 1.5rem;
}
.reliable li:hover{
    background-size: auto 110%;
}
.reliable li:nth-of-type(3n-2) {
    width: calc(66.666% - 0.75rem);
}
.reliable li a{
    display: block;
}
.reliable li dl{
    padding: 15rem 5rem;
    color: #FFF;
}
.reliable li dl dt{
    font-size: 3rem;
}
.reliable li dl dd{
    padding-top: 2rem;
    font-size: 1.5rem;
}
@media (max-width: 1200px) {
    .reliable li,
    .reliable li:nth-of-type(3n-2){
        width:100%;
    }
}


/*文章*/
.news-list > .card > a > .thumb{
    position: relative;
}
.news-list > .card > a > .thumb > time{
    position: absolute;
    z-index: 100;
    right: 0;
    bottom: 0;
    background: rgba(0, 160, 234, 0.8);
    padding: 1rem 2rem;
    font-size: 1.6rem;
    color: #FFF;
}
.news-list > .card dl{
    padding: 3rem;
}
.news-list > .card dl dt{
}
.news-list > .card dl dd{
    padding-top: 1rem;
}
.news-list > .list-group > ul{
    padding: 3rem;
}
.news-list > .list-group > ul > li:nth-of-type(1){
    position: relative;
    border-bottom: 1px solid #e1e1e1;
    padding:0 0 1rem 7rem;
    margin-bottom: 1rem;
}
.news-list > .list-group > ul > li:nth-of-type(1) time{
    position: absolute;
    left: 0;
    top: 16px;
    color: #00a0e9;
    text-align: center;
}
.news-list > .list-group > ul > li:nth-of-type(1) time span{
    display: block;
    font-size: 3rem;
}

.news-list > .list-group > ul > li:not(:first-child){
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0.5rem 1rem 0.5rem 2rem;
}
.news-list > .list-group > ul > li:not(:first-child)::before{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-0.25rem);
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: #00a0e9;
}
.news-list > .list-group > ul > li:not(:first-child) > a > time{
    float: right;
}
.question-list{
    margin-top: 5rem;
    padding:1.75rem 3rem;
}
.question-list > dl{
    padding: 1.75rem 0;
    border-bottom:  solid 1px #E1E1E1;
}
.question-list > dl:last-child{
    border-bottom:  none;
}
.question-list > dl > dt{
}
.question-list > dl > dt > span{
    display: block;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: #00A0E9;
    border-radius: 100%;
    text-align: center;
    color: #FFF;
}
.question-list > dl > dt,
.question-list > dl > dd{
    display: flex;
}
.question-list > dl > dd{
    padding-top: 1rem;
}
.question-list > dl > dd > span{
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    margin:0 0.3rem;
    background: #FEA201;
    border-radius: 100%;
    text-align: center;
    color: #FFF;
}
.question-list > dl > dt > p,
.question-list > dl > dd > p{
    flex: 1;
    padding-left: 1rem;
}
/*大于1200相素*/
@media (min-width: 1200px) {
    .article{
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .news-container{
        width: calc(66.666% - 1.75rem);
    }
    .news-list{
        display: flex;
        justify-content: space-between;
        margin-top: 5rem;
    }
    .news-list > .card,
    .news-list > .list-group{
        width: calc(50% - 1.75rem);
    }
    .question-container{
        width: calc(33.333% - 1.75rem);
    }
}
/*小于1200相素*/
@media (max-width: 1200px) {
   .news-container,
   .question-container{
        width: 100%;
    }
    .news-list .card{
        margin-top: 5rem;
    }
    .news-list .list-group,
    .question-container{
        margin-top: 3rem;
    }
}
