﻿body{
    padding: 0;
    margin: 0;
}
.banner {
    width: 100%;
    height: 31.25rem;
    position: relative;
}
a{
    text-decoration: none;
}
.banner  img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.banner .tit{
    font-size: 2.875rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.25rem;
    padding: 11.0625rem 0 1.5rem 9.625rem;
}
.banner .desc{
    font-size: 1.25rem;
    color: #fff;
    line-height: 1.5;
    padding:  0 9.625rem;
}
.banner  .go{
    position: absolute;
    left: 9.625rem;
    bottom: 2.3125rem;
    font-size: 1rem;
    color: #fff;
}
.banner  .go a{
    color: #fff;
}


.cate{
    width: 100%;
    background: #fff;
    padding: 5.625rem 9.625rem 3.75rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}
.cate a{
    min-width: 8.5rem;
    height: 3.25rem;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.6875rem;
    padding:  0 2rem;
    color: #0E062D;
    font-size: 1.125rem;
    margin-right: 1.25rem;
}
.cate .active{
    background-color: #0363CF;
    color: #fff;

}
.cate :hover{
    background-color: #0363CF;
    color: #fff;
}
.pro{
    width: 100%;
    background: #fff;
    padding: 0 9.625rem 5rem;
    box-sizing: border-box;
}

.pro .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.pro .bottom a{
    width: 31.5rem;
    height: 30rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.1875rem 1.4375rem 0rem rgba(0,0,0,0.1);
    border-radius: 0.625rem;
    box-sizing: border-box;
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
    top: 0;
    transition: all .8s;
}
.pro .bottom a .tit{
    font-size: 1.375rem;
    color: #0E062D;
    line-height: 1.5;
    padding: 0 2.4375rem;
    box-sizing: border-box;
}
.pro .bottom a  .time{
    font-size: 1rem;
    color: #444444;
    line-height: 1.5rem;
    padding: 2.125rem 2.4375rem 1.625rem 2.4375rem;
    box-sizing: border-box;

}
.pro .bottom a  .img{
    width: 31.5rem;
    height: 17.5rem;
    overflow: hidden;
}
.pro .bottom a  .img img{
    width: 100%;
    height: 100%;

}
.pro .bottom a:hover{
    top: -0.625rem;
    box-shadow: 0rem 0rem 1.25rem rgba(0,0,0,.1);
    transition: all .8s;
}
.pagination .page-item{
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.1875rem;
    border: 0.0625rem solid #E8EBEF;
    color: #999999;
    font-size: 0.875rem;
    margin: 0 0.4375rem;
}
.pagination .page-item1{
    border: none;
}
.pagination .active{
 
    border: 0.0625rem solid #0363CF;
    background-color: #0363CF;
}
.pagination .active a{
    color: #fff;
 
}
.pagination  a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.pagination{
    display: flex;
    width: 100%;
    justify-content: center;
    list-style: none;
}

@media (max-width: 600px) {
    .banner .tit {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        padding: 100px 5% 30px;
    }
    
.banner .desc {
    font-size: 14px;
    line-height: 1.5;
    margin: 0 auto;
    padding: 0;
    width: 90%;
}
.banner {
    width: 100%;
    height: 300px;
    position: relative;
}
.banner img {
    object-fit: cover;
}
.banner .go {
    position: absolute;
    left: 5%;
    bottom: 20px;
    font-size: 14px;
    color: #fff;
}
.cate {
    width: 100%;
    background: #fff;
    padding: 30px 5%;
}

.cate a {
    min-width: 100px;
    height: 40px;
    background: #F2F2F2;
    border-radius: 20px;
    padding: 0 10px;
    color: #0E062D;
    font-size: 16px;
    margin-right: 10px;
    margin-bottom: 20px;
}
.pagination {
    padding: 0;
}
.pagination .page-item {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 14px;
    margin: 0 5px;
}
.pagination .page-item  img{
    width: 40px;
    height: 40px;
}

.pro .bottom a {
    width: 100%;
    height: auto;
    border-radius: 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.pro .bottom a .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.pro {
    width: 100%;
    background: #fff;
    padding: 0 5% 30px;
    box-sizing: border-box;
}
.pro .bottom a .time {
    font-size: 14px;
    color: #444444;
    line-height: 1.5;
    padding: 20px 20px;
    box-sizing: border-box;
}
.pro .bottom a .tit {
    font-size: 16px;
    color: #0E062D;
    line-height: 1.5;
    padding: 0 20px;
    box-sizing: border-box;
}




}