.banner {
    width: 100%;
    height: 35.3rem;
    background: url("../image/2017012216678@2x.png") no-repeat center;
    background-size: cover;
    margin-bottom: 4rem;
}
.list-module {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4.5rem;
    margin-bottom: 4.3rem;
}

.list-module li>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 0.2rem;
    border: 1px solid #EAEAEA;
    flex: 1;
    box-sizing: border-box;
    padding: 3rem 1.4rem;
}

.list-module li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: calc((100% - 3rem)/3);
}

.list-module li:nth-child(2) {
    margin: 0 1.5rem;
}

.list-module li img {
    height: 5.1rem;
    margin: 0 auto;
}

.list-module li h4 {
    font-size: 1rem;
    font-family: PingFangSC-Medium, PingFang SC;
    text-align: center;
    font-weight: bold;
    color: #000000;
    margin: 1.1rem 0 1.1rem 0;
}

.list-module li p {
    font-size: 0.8rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
}

.parter-section {
    margin-top: 2.25rem;
    background-image: url('404.png');
    background-size: 100% 100%;
    padding: 2.8rem calc((100% - 64rem)/2);
}

.parter {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 3rem;
}

.parter>.flex-col {
    width: calc(100%/6);
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    background: #fff;
    height: 5.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.parter .flex-col img.default {
    margin: 0 auto;
    object-fit: cover;
    width: 8rem;
    box-sizing: border-box;
    padding: 0.5rem;
    display: block;
}

.parter .flex-col img.active {
    margin: 0 auto;
    object-fit: cover;
    display: none;
    width: 8rem;
    box-sizing: border-box;
    padding: 0.5rem;
}
.parter .flex-col:hover .active{
    display: block;
    animation-name:fadeInLeft;
    animation-duration: 1s;
}
.parter .flex-col:hover .default{
    display: none;
}

.advantage-section {
    margin-bottom: 5rem;
    box-sizing: border-box;

}

.advantage-section h3 {
    color: #000000;
    font-size: 2.4rem;
    line-height: 4.5rem;

}

.advantage-section h5 {
    color: #000000;
    font-size: 1.75rem;
    text-align: center;
    position: relative;
    margin-bottom: 3.7rem;
    padding-bottom: 1rem;
}

.advantage-section h5::after {
    content: '';
    width: 6.8rem;
    height: 0.25rem;
    background: #1F19C9;
    display: block;
    position: absolute;
    bottom: 0;
    transform: translate(-50%);
    left: 50%;
}

.advantage-section ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1.8rem;
    flex-wrap: wrap;
}

.advantage-section ul li {
    width: 30%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    font-size: 1rem;
    color: #505050;
    margin-bottom: 3.6rem;
    text-align: center;

}

.advantage-section ul li img {
    width: 4.5rem;

}

.advantage-section ul li h6 {
    color: #000000;
    font-weight: bold;
    font-size: 1.2rem;
    margin: 1.2rem 0;
}

.environment-module {
    margin-top: 5rem;
    font-size: 1.35rem;
    margin-bottom: 3.6rem;
    color: #000000;
}

.environment-module .module {
    display: flex;
    justify-content: space-between;
    margin-top: 2.6rem;
    font-size: 1.35rem;
}

.environment-module .module .strong {
    font-size: 4.8rem;
    color: #000000;
}

.environment-module img {
    width: 31.5rem;
}

.environment-module .container {
    margin-right: 3.25rem;
}
.environment-module ul{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 1.35rem;
}
.environment-module ul li{
    width: calc((100% - 5.4rem)/4);
}

.environment-module ul li img{
    width: 100%;
    height: 14.65rem;
    object-fit: cover;
}
.counsel-section {
    width: 100%;
    height: 16.4rem;
    background-image: url('404.png');
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.counsel-section h2 {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    color: #FFFFFF;
}

.counsel-section .btn {
    padding: 0.3rem 3rem;
    margin: 0 auto;
    outline: none;
    color: #fff;
    border: none;
    background: none;
    line-height: 2rem;
    border-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.4rem;
    margin-top: 3rem;
    cursor: pointer; font-size: 1.2rem;

}

.counsel-section .btn a {
    text-decoration: none;
    font-size: 1.35rem;
    color: #fff;
}

.contact-modules {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background-color: #fff;
    padding: 0 3rem 2.5rem 3rem;
    margin-top: 2.35rem;
    color: #626262;
    font-size: 1.35rem;
}

.contact-modules .strong {
    color: #626262;
    font-size: 3.2rem;
    /* white-space: nowrap; */
}

.contact-modules img {
    width: 27.3rem;
    margin-left: 2.5rem;
    height: 14rem;
    padding-top: 2.25rem;
}

.contact-modules .label {
    padding-top: 2.25rem;
    display: block;
}

.contact-section {
    background: #f6f6f6;
    padding-left: calc((100% - 64rem)/2);
    padding-right: calc((100% - 64rem)/2);
    padding-top: 4.5rem;
    padding-bottom: 4.25rem;
}

@media screen and (max-width:960px) {
    .environment-module .module {
        flex-direction: column;
    }
}

@media screen and (max-width:750px) {
    main section {
        width: 100%;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .contact-modules {
        flex-wrap: wrap;
    }

    .contact-modules img {
        width: 100%;
        margin: 1rem;
    }

    .list-module {
        flex-wrap: wrap;
    }

    .list-module li:nth-child(2) {
        margin: 10px;

    }

    .list-module li {
        width: 100%;
        margin: 10px;
    }


    .news-section .news-list {
        flex-wrap: wrap;
    }

    .news-section .news-list>li:nth-child(2) {
        margin: 1rem 8px;
    }

    .news-section .news-list>li {
        width: 90%;
        box-sizing: border-box;
    }

    .advantage-section ul li {
        width: 100%;
    }


    .title-module,
    .title-module-en {
        margin-left: 10px;
    }

    .environment-module .module .strong {
        font-size: 2rem;
    }

    .contact-modules .strong,
    .counsel-section h2 {
        font-size: 2rem;
    }
}