﻿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: 87.5rem;
    margin: auto;
}
.part .img{
    width: 38.75rem;
    height: auto;
    background-color: #dfe2e8;
    display: flex;

}
.part .img img{
    /* max-height: 18.25rem; */
    width: 100%;
    margin: auto;
    display: block;
}
.part .right{

    width:45.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;
}

.main2 .body{
    width: 87.5rem;
    margin: 0 auto ;
    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 {
        font-size: 20px;
        font-weight: 600;
        margin: 30px auto;
    }
    .main .part {
        width: 90%;
        flex-wrap: wrap;
        margin: auto;
    }
    .part .img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.part .right {
    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;
}
.main2 .body {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 20px;
    box-sizing: border-box;
}
}
