﻿body{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}
.main {
    background-color: #fff;
    padding-bottom: 9.125rem;
}
.main1{
    background-color: #f3f5f7;

}
.main .title{
    margin: 0  auto 5rem;
    padding-top: 8.5625rem;
    font-size: 2.625rem;
    color: #0E062D;
    line-height: 2.375rem;
    text-align: center;
    font-weight: 600;
}
.main1 .title{
    margin: 0  auto 5rem;
    padding-top: 7.5rem;
    font-size: 2.625rem;
    color: #0E062D;
    line-height: 2.375rem;
    text-align: center;
    font-weight: 600;
}
.main .part{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100rem;
    margin: auto;
}
.part .img{
    width: 45rem;
    height: 25rem;
    background-color: #dfe2e8;
    display: flex;

}
.part .img img{
    max-height: 18.25rem;
    width: auto;
    margin: auto;
    display: block;
}
.part .right{

    width:47.25rem;
}
.part .right .tit{
    font-size: 2rem;
    color: #0E062D;
    line-height: 3rem;
    font-weight: 600;
}
.part .right .desc{
    font-weight: 400;
    font-size: 1.375rem;
    color: #555555;
    line-height: 2.25rem;
    margin-top: 2.5rem;
}
.main1 .swiper{
    width: 100.625rem;
    margin: 0 auto ;
    padding-bottom: 14.25rem;
}
.main1 .swiper .swiper-slide{
    width: 31.5rem;
    margin-right: 3.125rem;
}
.main1 .swiper .swiper-slide img{
    width: 31.5rem;
    height: 21.875rem;
    border-radius: 0.625rem;
}
.main1 .swiper .swiper-slide .tit{
    font-size: 1.75rem;
    color: #0E062D;
    margin-top: 2.5rem;
    text-align: center;
}
.swiper-button-next, .swiper-button-prev{
        bottom:6.625rem!important;
        top: auto !important;
        width: 3.25rem !important;
        height: 3.25rem !important;

}
.swiper-button-prev{
    left: 46.25rem!important;
}
.swiper-button-next{
    right:46.25rem!important;
}

.main2 .body{
    width: 100.625rem;
    margin: 0 auto ;

    padding: 1.875rem;
    padding-bottom: 14.25rem;
    box-sizing: border-box;
}
.main2 .body * {
    font-size: 14px;
    line-height: 1.5;
    max-width: 100%;
}
@media (max-width: 600px) {
    .main .title {
        margin: 0 auto 30px;
        padding-top: 30px;
        font-size: 20px;
        color: #0E062D;
        line-height: 1.5;
        text-align: center;
        font-weight: 600;
    }
    .part .img {
        width: 100%;
        height: auto;
        background-color: #dfe2e8;
    }
    .main .part {
        justify-content: space-between;
        align-items: center;
        width: 90%;
        margin: auto;
        flex-wrap: wrap;
    }
    .part .img img {
        max-height: 100%;
        width: 100%;
        margin: auto;
        display: block;
    }
    .part .right {
        margin-top: 20px;
        width: 100%;
    }
    .part .right .tit {
        font-size: 16px;
        color: #0E062D;
        line-height: 1.5;
        font-weight: 600;
    }
    .part .right .desc {
        font-weight: 400;
        font-size: 14px;
        color: #555555;
        line-height: 1.5;
        margin-top: 10px;
    }
    .main1 .title {
        margin: 0 auto 30px;
        padding-top: 30px;
        font-size: 20px;
        color: #0E062D;
        line-height: 1.5;
        text-align: center;
        font-weight: 600;
    }
    .main1 .swiper {
        width: 90%;
        margin: 0 auto;
        padding-bottom: 60px;

    }
    .main1 .swiper .swiper-wrapper{
        display: flex;
        margin: 0;
    }
    .main1 .swiper .swiper-slide {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .main1 .swiper .swiper-slide img {
        width: 100%;
        height: auto;
    }
    .main1 .swiper .swiper-slide .tit {
        font-size: 16px;
        color: #0E062D;
        margin-top: 10px;
        text-align: center;
    }
    .swiper-button-next, .swiper-button-prev {
        bottom: 15px !important;
        top: auto !important;
        width: 30px !important;
        height: 30px !important;
    }
    .swiper-button-next {
        right: 35rem!important;
    }
    .swiper-button-prev{
        left: 35rem!important;
    }
    







}