﻿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;
    width: 50%;
    padding:  0 9.625rem;
}
.banner  .go{
    position: absolute;
    left: 9.625rem;
    bottom: 2.3125rem;
    font-size: 1rem;
    color: #fff;
}
.banner  .go a{
    color: #fff;
}

.pro{
    width: 100%;
    background: #fff;
    padding: 7.5rem 9.625rem 8.125rem;
    box-sizing: border-box;
}

.pro .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.pro .bottom a{
    width: 48.5rem;
    height: 37.5rem;
    background: #F8F8F8;
    border-radius: 0.625rem;
    box-sizing: border-box;
    margin-bottom: 3.125rem;
    position: relative;
    top: 0;
    transition: all .8s;
}
.pro .bottom a .tit{
    font-size: 1.875rem;
    color: #0E062D;
    margin-bottom: 0.9375rem;
    margin-top: 1.75rem;
    padding: 0 3.75rem;
    box-sizing: border-box;
    font-weight: 600;
}
.pro .bottom a  .desc{
    font-size: 1.125rem;
    color: #0E062D;
    margin-bottom: 1.875rem;
    padding: 0 3.75rem;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro .bottom a  .more{
    color: #0363CF;
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding-left: 3.75rem;
}
.pro .bottom a  .more img{
    width: 0.4375rem;
    height: 0.75rem;
    margin-top: 0.0625rem;
    margin-left: 0.3125rem;
}
.pro .bottom a  .img{
    width: 48.5rem;
    height: 25.625rem;
    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;
}
@media (max-width: 600px) {


    .pro .bottom a {
        width: 100%;
        height: auto;
        background: #F8F8F8;
        border-radius: 10px;
        box-sizing: border-box;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        top: 0;
        transition: all .8s;
    }
    .pro .bottom a .img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .pro {
        width: 100%;
        background: #fff;
        padding: 30px 5%;
        box-sizing: border-box;
    }
    .pro .bottom a .tit {
        font-size: 16px;
        color: #0E062D;
        margin-bottom: 10px;
        margin-top: 10px;
        padding: 0 10px;
        box-sizing: border-box;
        font-weight: 600;
    }
    .pro .bottom a .desc {
        font-size: 14px;
        color: #0E062D;
        margin-bottom: 10px;
        padding: 0 10px;
    }
    .pro .bottom a .more {
        color: #0363CF;
        align-items: center;
        font-size: 14px;
        padding-left: 10px;
    }
    .banner .tit {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0;
        padding: 130px 5% 20px;
    }

    
.banner .desc {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    margin: 0 auto;
    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;
}








}
