.banner {
    width: 100%;
    height: 57.5rem;
}
body{
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
}
.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner .swiper-slide {
    position: relative;
    height: 57.5rem;
}

.banner .swiper-slide .tit {
    font-size: 3rem;
    color: #0363CF;
    line-height: 2.375rem;
    padding-top: 17.8125rem;
    font-weight: 600;
    padding-left: 9.625rem;
}

.banner .swiper-slide .desc {
    font-size: 1.25rem;
    color: #0E062D;
    line-height: 2.375rem;
    margin-top: 2.5rem;
    width: 36.25rem;
    margin-left: 9.625rem;
}

.banner .swiper-slide .more {
    width: 10.125rem;
    height: 3.375rem;
    color: #fff;
    background: #0363CF;
    border-radius: 1.6875rem;
    margin-top: 4.25rem;
    margin-top: 50rem;
    margin-left: 9.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner .swiper-slide .more  img{
    width:0.5rem;
    height: 0.8125rem;
    margin-left: 0.5rem;
    z-index: 1;
    position: inherit;
}
.banner  .swiper-pagination{
    bottom: 2.3125rem;
    width: 100%;
}
.banner  .swiper-pagination  .swiper-pagination-bullet{
    width: 0.75rem;
    height: 0.75rem;
    opacity: 1;
    background: #E1E1E1;
    margin: 0 0.1875rem;
}
.banner  .swiper-pagination  .swiper-pagination-bullet-active{
    background-color: #0067DA!important;
}
.pro {
    width: 100%;
    margin: 8.125rem 0 0;
    padding-bottom: 9.5rem;
}

.pro .title {
    font-size: 2.625rem;
    color: #0067DA;
    line-height: 3.9375rem;
    text-align: center;
    font-weight: 600;
}

.pro .desc {
    font-size: 2.625rem;
    color: #0E062D;
    line-height: 2.375rem;
    margin: 2.6875rem auto 0;
    font-weight: 600;
    text-align: center;
    position: relative;
    width: fit-content;
}
.pro .desc::after{
    position: absolute;
    width: 5.625rem;
    height: 0.3125rem;
    background: #0E062D;
    right: -6.6875rem;
    top: calc(50% - 0.1563rem);
    content: '';
}
.pro .desc::before{
    position: absolute;
    width: 5.625rem;
    height: 0.3125rem;
    background: #0E062D;
left: -6.6875rem;
    top: calc(50% - 0.1563rem);
    content: '';
}
.pro .bottom {
    width: 100rem;
    margin: auto;
}

.pro .bottom .part1 {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    width: 100%;

}
.pro .bottom .part1:hover .img img{
    transform: scale(1.2);
    transition: all 1s;
}
.pro .bottom .part1 .img {
    width: 43.75rem;
    margin-right: 6rem;
    overflow: hidden;
}

.pro .bottom .part1 .img img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.pro .bottom .part1 .right {
    width: 43.75rem;
    /* margin-top: 14.0625rem; */
    margin-left: 6.25rem;

}
.pro .bottom .part1::after{
    width: 0.125rem;
height: 13.75rem;
background: #EFEFF2;
position: absolute;
left: 50%;
content: '';
top: calc(50% - 6.875rem);
}

.pro .bottom .part1 .right .tit1 {
    font-size: 2rem;
    color: #0363CF;
    line-height: 3rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1.5625rem;
    font-weight: 600;
}

.pro .bottom .part1 .right .tit2 {
    font-weight: 400;
    font-size: 1.125rem;
    color: #555555;
    line-height: 1.75rem;
    margin-bottom: 2.5rem;
    /* overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; */
}

.pro .bottom .part1 .right .more {
    width: 8.125rem;
    height: 2.875rem;
    background: #0363CF;
    border-radius: 1.4375rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}
.pro .bottom .part2{
    margin-bottom: 2.9375rem;
}
.pro .bottom .part2 .img{
    margin-left: 6.875rem;
    margin-right: 0;
}
.pro .bottom .part2 .right{
    margin-right: 10rem;
    margin-top: 5rem;
    width: 40rem;
}
.yingyong .title {
    font-size: 2.625rem;
    color: #0067DA;
    line-height: 3.9375rem;
    text-align: center;
    padding-top: 8.125rem;
    font-weight: 600;
}

.yingyong .desc {
    font-size: 2.625rem;
    color: #0E062D;
    line-height: 2.375rem;
    margin: 2.5rem auto 0;
    font-weight: 600;
    text-align: center;
    position: relative;
    width: fit-content;
    overflow: hidden;
}
.yingyong .desc::after{
    position: absolute;
    width: 5.625rem;
    height: 0.3125rem;
    background: #0E062D;
    right: -6.6875rem;
    top: calc(50% - 0.1563rem);
    content: '';
}
.yingyong .desc::before{
    position: absolute;
    width: 5.625rem;
    height: 0.3125rem;
    background: #0E062D;
left: -6.6875rem;
    top: calc(50% - 0.1563rem);
    content: '';
}
.yingyong{
    width: 100%;
    height: 75rem;
    background-position: top;
    background-size: auto;
    background-repeat: no-repeat;
    background-image: url(../image/img1.jpg);
    position: relative;
}
.yingyong .bottom{
    width: 100.75rem;
    height: 48rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.125rem 1.875rem 0rem rgba(54,33,17,0.16);
    border-radius: 0.625rem;
    margin: 5.25rem auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:  9.375rem 3.75rem  10rem 3.5rem;
    box-sizing: border-box;
    position: relative;

}
.yingyong .bottom .img{
    position: absolute;
    width: 59.5rem;
    height: 32.75rem;
    left: 20.625rem;
    top: 6.625rem;
    color: #fff;
}
.yingyong .bottom .img img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 1.25rem;
}
.yingyong .bottom .img .tit{
    position: absolute;
    bottom: 6.625rem;
    left: 3.9375rem;
    font-size: 1.875rem;
    width: calc(100% - 8.125rem);
}
.yingyong .bottom .img .desc1{
    position: absolute;
    bottom:2.25rem; 
    left: 3.9375rem;
    font-size: 1.125rem;
    color: #fff;
    text-align: left;
    width: calc(100% - 8.125rem);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}
.yingyong .bottom .part1{
    display: flex;
    align-items: center;
    width: 13.75rem;
    justify-content: flex-start;
font-size: 1.5rem;
color: rgb(14, 6, 45,.5);
border-bottom: 1px solid #EEEEEE;
}
.yingyong .bottom .part1 img{
    width: 3.75rem;
    height: 4.375rem;
    margin-right: 1.75rem;
}
.yingyong .bottom .part1 img:nth-child(2){
    display: none;
}
.yingyong .bottom .part1:nth-child(2n+1){
    /* justify-content: flex-end; */
    margin-left: 60%;
}
.yingyong .bottom .cur{
    color: #0E062D;
    font-weight: 600;
}
.news .title {
    font-size: 2.625rem;
    color: #0067DA;
    line-height: 3.9375rem;
    text-align: center;
    padding-top: 8.125rem;
    font-weight: 600;
}

.news .desc {
    font-size: 2.625rem;
    color: #0E062D;
    line-height: 2.375rem;
    margin: 2.5rem auto 6.4375rem;
    font-weight: 600;
    text-align: center;
    position: relative;
    width: fit-content;
}
.news .desc::after{
    position: absolute;
    width: 5.625rem;
    height: 0.3125rem;
    background: #0E062D;
    right: -6.6875rem;
    top: calc(50% - 0.1563rem);
    content: '';
}
.news .desc::before{
    position: absolute;
    width: 5.625rem;
    height: 0.3125rem;
    background: #0E062D;
left: -6.6875rem;
    top: calc(50% - 0.1563rem);
    content: '';
}
.news{
    padding: 0 9.625rem ;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 8.75rem;
}
.news .bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .bottom .part{
    overflow: hidden;
    width: 31.5rem;
    height: 30rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.1875rem 1rem 0rem rgba(54,33,17,0.14);
    border-radius: 0.625rem;
}
.news .bottom .part .img{
    width: 31.5rem;
    height: 17.5rem;
    overflow: hidden;
}
.news .bottom .part .img img{
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.news .bottom .part:hover .img img{
    transform: scale(1.2);
    transition: all 1s;
}
.news .bottom .part .time{
    font-size: 1rem;
    color: #444444;
    line-height: 1.5rem;
    padding-left: 2.4375rem;
    padding-top: 2.125rem;
}
.news .bottom .part .tit{
    padding: 1.625rem 2.4375rem 0 2.4375rem;
    box-sizing: border-box;
    font-size: 1.375rem;
    color: #0E062D;
    line-height: 1.5;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


@media (max-width: 600px) {
    .pro .title ,.yingyong .title ,.news .title {
        font-size: 20px;
        line-height: 1.5;
    }
    .pro .desc, .yingyong .desc ,.news .desc{
        font-size: 14px!important;
        line-height: 1.5;
        margin: 20px auto;
        overflow: hidden;
        width: 100%;
    }
    .pro .bottom .part1 {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .pro .bottom .part1 .img {
        width: 100%;
        margin-right: 0;
        overflow: hidden;
    }
    .pro .bottom .part1 .right {
        width: 100%;
        margin-left: 0;
    }
    .pro .bottom .part1 .right .tit1 {
        font-size: 16px;
        line-height: 1;
        white-space: nowrap;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .pro .bottom .part1 .right .tit2 {
        font-weight: 400;
        font-size: 14px;
        color: #555555;
        line-height: 1.5;
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
    }
    .pro .bottom .part1 .right .more {
        width: 130px;
        height: 40px;
        background: #0363CF;
        border-radius: 20px;
        font-size: 16px;
    }
    .pro .bottom {
        width: 90%;
        margin: auto;
    }
    .yingyong {
        width: 100%;
        height: auto;
    }
    .yingyong .bottom {
        width: 90%;
        height: auto;
        padding-bottom: 60rem;
    }
    .yingyong .bottom .part1 {
        width: 49%;
        font-size: 16px!important;
        margin-bottom: 20px;
        padding-top: 20px;
    }
    .yingyong .bottom .part1:nth-child(2n+1) {
        margin-left: 0;
    }
    .yingyong .bottom .part1 img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
    }
    .yingyong .bottom .img {
        width: 90%;
        left: 5%;
        height: 50REM;
        top: auto;
        bottom: 0;
    }
    .yingyong .bottom .img .tit {
        position: absolute;
        bottom: 50px;
        left: 5%;
        font-size: 16px;
        width: 90%;
    }
    .yingyong .bottom .img .desc1 {
        position: absolute;
        bottom: 30px;
        left: 5%;
        font-size: 12px;
        width: 90%;
        -webkit-line-clamp: 1;
    }
    .news .bottom .part {
        overflow: hidden;
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        background: #FFFFFF;
        border-radius: 10px;
    }
    .news .bottom {
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .news {
        padding: 0;
        width: 90%;
        box-sizing: border-box;
        margin: 0 auto 30px;
    }
    .news .bottom .part .img {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .news .bottom .part .time {
        font-size: 14px;
        color: #444444;
        line-height: 1.5;
        padding-left: 20px;
        padding-top: 20px;
    }
    .news .bottom .part .tit {
        padding: 20px;
        box-sizing: border-box;
        font-size: 16px;
        color: #0E062D;
        line-height: 1.5;
        font-weight: 600;
        -webkit-line-clamp: 3;
    }
    .banner .swiper-slide {
        position: relative;
        /* height: 300px;
        height: 200px; */

    }
    .swiper-wrapper {
        margin: 0 !important;
    }
    .banner .swiper-slide .tit {
        font-size: 20px;
        color: #0363CF;
        line-height: 1.5;
        padding-top: 30px;
        font-weight: 600;
        padding-left: 30px;
    }
    .banner .swiper-slide .desc {
        font-size: 14px;
        color: #0E062D;
        line-height: 1.5;
        margin-top: 20px;
        width: 80%;
        margin-left: 20px;
    }
    .banner .swiper-slide .more {
        width: 100px;
        height: 40px;
        color: #fff;
        background: #0363CF;
        border-radius: 20px;
        margin-top: 10px;
        margin-left: 30px;
        font-size: 16px;
    }
    .banner .swiper-slide .more img {
        width: 8px;
        height: auto;
        margin-left: 5px;
    }
    .banner{
        height: auto;
    }
    .banner .swiper-slide img {
        object-fit: cover;
        z-index: -1;
    }
}