.banner{
    height: 500px;
    min-width: 1200px;
}
.banner a{
    display: block;
    height: 100%;
    width: 100%;
    background-size: cover;
}
.banner a img{
    display: block;
    width: 100%;
    height: 100%;
}
.index-title{
    margin-bottom:40px;
}
.index-title>div:first-child{
    color:#376092;
    font-size: 42px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.index-title>div:first-child>span{
    color: #333333;
}
.index-title>div:nth-child(2){
    font-size: 24px;
    font-weight: 300;
    color: #CCCCCC;
    text-align: center;
}
.index-title>div:first-child:before,.index-title>div:first-child:after{
    content: '';
    width: 175px;
    height: 2px;
    background: #CCCCCC;
}
.index-title>div:first-child:before{
    margin-right: 20px;
}
.index-title>div:first-child:after{
    margin-left: 20px;
}

.index-module-box{
    padding-top:65px;
    padding-bottom:55px;
}
.product-list{
    display: flex;
    align-items: center;
}
.product-list a{
    border: 2px solid #DBDBDB;
    width: 288px!important;
    height: 255px;
    background: #FFFFFF;
    box-sizing: border-box;
    margin-right: 16px;
    overflow: hidden;
}
.product-list a:last-child{
    margin-right: 0;
}
.product-list a>div.our-product-img-box{
    height: 200px;
    width: 288px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:0;
    background: white!important;
}
.product-list .our-product-img-box img{
    /*height: 200px;*/
    /*width: 288px;*/
    display: block;
    max-width: 288px;
    max-height: 200px;
    /*margin:0 auto;*/
}
.product-list>a>div{
    padding:0 12px;
    background: #F5F5F5;
    text-align: center;
    white-space: nowrap;
    height: 51px;
    font-size: 18px;
    font-weight: 300;
    color: #333333;
    line-height: 53px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-list>a:hover{
    box-shadow: 2px 3px 13px 0px rgba(130,130,130,0.13);
    transition: 0.2s;
    position: relative;
    z-index: 2;
}
.product-list>a:hover>div{
    background: #376092;
    color: #FFFFFF;
    transition: 0.2s;
}
.index-news{
    background: #DCDCDC;
}
.news-list{
    display: flex;
    align-items: center;
}
.news-list>a{
    display: block;
    width: 390px;
    height: 430px;
    position: relative;
    overflow: hidden;
    margin-right: 15px;
}
.news-list>a:last-child{
    margin-right: 0;
}
.news-list>a>img{
    width: 100%;
    height: 100%;
    display: block;
    transition: 0.2s;
}
.news-list>a:hover>img{
    transform: scale(1.1);
}
.news-list>a>div{
    position: absolute;
    left: 0;
    right: 0;
    bottom:0;
    height: 93px;
    background:url('img/arrow.png') no-repeat center rgba(55, 96, 146, 0.8);
    background-size: 32px 32px;
    background-position-x: calc(100% - 18px);
    box-sizing: border-box;
    padding:18px 64px 0 18px;
}
.news-time{
    font-size: 14px;
    font-weight: 400;
    color: #F5F5F5;
    margin-top:10px;
}
.news-title{
    font-size: 18px;
    font-weight: 400;
    color: #F5F5F5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view-more-news{
    display: flex;
    align-items: center;
    justify-content: center;
    margin:52px auto 0 auto;
    font-size: 18px;
    font-weight: 400;
    color: #376092;
    width: 200px;
    height: 48px;
    border: 1px solid #376092;
    cursor: pointer;
}
.view-more-news:hover{
    transition: 0.2s;
    opacity: 0.8;
}
.commendation-product-list .img-box{
    display: block;
    width: 352px;
    height: 196px;
    background: #DCDCDC;
}
.commendation-product-list>.img-box>img{
    display: block;
    width: 100%;
    height: 100%;
}
.commendation-product-list>a,.commendation-product-list>div{
    display: block;
    width: 350px!important;
    min-height: 430px;
    background: #FFFFFF;
    box-shadow: 2px 3px 13px 0px rgba(130,130,130,0.13);
}
.product-config{
    padding:20px 12px;
    box-sizing: border-box;
    min-height: 235px;
}
.product-title{
    font-size: 16px;
    font-weight: 300;
    color: #5492DE;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-config ul{
    padding:0;
    margin:0;
    list-style: none;
    font-size: 12px;
    font-weight: 300;
    color: #808080;
    margin-top:12px;
    min-height: 102px;
}
.product-config ul li{
    margin-bottom:10px;
    padding-left: 20px;
    background: url("img/v.png") no-repeat center;
    background-position-x: left;
}
.product-config ul li:last-child{
    margin-bottom: 0;
}
.btn-group{
    display: flex;
    justify-content: space-between;
    margin-top:14px;
}
.btn-group .book{
    cursor: pointer;
    width: 112px;
    height: 43px;
    background:url("img/book.png") no-repeat center #5492DE;
    background-position-x: 18px;
    display: flex;
    align-items: center;
    padding-left: 52px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    box-sizing: border-box;
}
.btn-group .cart{
    cursor: pointer;
    /*width: 165px;*/
    width: 112px;
    height: 43px;
    background:url("img/cart.png") no-repeat center #376092;
    background-position-x: 20px;
    display: flex;
    align-items: center;
    padding-left: 55px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    box-sizing: border-box;
}
.btn-group .book:hover,.btn-group .cart:hover{
    transition: 0.2s;
    opacity: 0.8;
}
#recommendation-product{
    width: 1090px;
    margin:0 auto;
    padding:0 5px 5px 5px;
    z-index: 2;

}
.swiper-arrow{
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    margin-top:-260px;
}
.swiper-arrow>div{
    width: 29px;
    height: 38px;
    cursor: pointer;
}
.swiper-arrow .left{
    background: url("img/left.png") no-repeat;
    background-size: contain;
}
.swiper-arrow .right{
    background: url("img/right.png") no-repeat;
    background-size: contain;
}
.swiper-arrow>div.swiper-button-disabled{
    cursor: not-allowed!important;
    opacity: 0.75;
}
#our_products .products-pagination{
    position: relative;
    margin-top:45px;
}
.products-pagination .swiper-pagination-bullet{
    width: 13px;
    height: 13px;
    background: #376092;
    border-radius: 50%;
}
.mProducts-pagiation{
    text-align: center;
    margin-top:15px;
    display: none;
}
.mobile-banner{
    display: none;
}
@media screen and (max-width: 768px){
    .mobile-banner{
        display: block;
    }
    .pc-banner{
        display: none;
    }
    .index-title>div:first-child{
        font-size: 22px;
        white-space: nowrap;
    }
    .index-title>div:first-child:before, .index-title>div:first-child:after{
        width: 30vw;
    }
    .index-title>div:nth-child(2){
        font-size: 18px;
    }
    .product-list a{
        margin-right: 0;
        width: 100%!important;
    }
    .products-pagination{
        display: none;
    }
    .mProducts-pagiation{
        display: block;
    }
    .news-list{
        flex-direction: column;
    }
    .news-list>a{
        margin-right: 0;
        width: 100%;
        height: 110vw;
        margin-bottom:20px;
    }
    .news-list>a:last-child{
        margin-bottom:0;
    }
    .news-title{
        font-size: 16px;
    }
    #recommendation-product{
        width: 100%;
        padding:0;
        padding-bottom:2px;
    }
    .commendation-product-list>a, .commendation-product-list>div{
        width: 100%!important;
    }
    .commendation-product-list .img-box{
        width: 100%;
    }
    .swiper-arrow{
        display: none;
    }
    .product-config{
        border:1px solid #DCDCDC;
        border-top:none;
    }
    .banner{
        min-width: 100%;
        height: auto;
    }
    .banner a img{
        width: 100%;
        height: auto;
    }
}
