﻿body {
    overflow-x: hidden;
    background-color: #f8f8f8;
}
.swiper-container {
    height:3rem;
}

.banner-box {
    position: relative;
    width: 100vw;
    height: 480px;
    background-size: cover;
    background-position: center;
}

    .banner-box > .banner-content {
        position: absolute;
        left: 25%;
        top: 30%;
    }

        .banner-box > .banner-content > .banner-title-en {
            font-size: 24px;
            font-weight: normal;
            color: #FFFFFF;
            line-height: 28px;
        }

        .banner-box > .banner-content > .banner-title-cn {
            position: relative;
            font-size: 60px;
            font-weight: 300;
            color: #FFFFFF;
            line-height: 70px;
        }

            .banner-box > .banner-content > .banner-title-cn:after {
                content: "";
                position: absolute;
                left: 0px;
                bottom: -12px;
                width: 56px;
                height: 4px;
                background: #A40000;
            }

.content-mn {
    width: 12rem;
    margin: 0.8rem auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction:column;
    color: #3E3A39;
    position: relative;
}
    .content-mn .service-introduce-wrap {
        position: absolute;
        top: -150px;
        width: 100%;
        height: 150px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 8px 30px -4px rgb(0 0 0 / 10%);
    }
        .content-mn .service-introduce-wrap .service-introduce {
            padding: 0px 60px;
            font-size: 24px;
            font-weight: 400;
            color: #333333;
            line-height: 40px;
        }
    .content-mn .breadcrumb-nav {
        margin-top: 40px;
    }
    .content-mn .legal-list {
        margin: 60px 0px;
    }
        .content-mn .legal-list .legal-item {
            margin-bottom: 160px;
            height: 500px;
            display: flex;
        }
            .content-mn .legal-list .legal-item:last-child {
                margin-bottom: 0px;
            }
            .content-mn .legal-list .legal-item .item-left-img {
                width: 660px;
                height: 500px;
                overflow: hidden;
            }
                .content-mn .legal-list .legal-item .item-left-img .img-animate {
                    width: 660px;
                    height: 500px;
                    background-size: cover;
                    transition: all 0.3s;
                }
                    .content-mn .legal-list .legal-item .item-left-img .img-animate:hover {
                        transform: scale(1.2);
                    }
            .content-mn .legal-list .legal-item .item-right-content {
                width: 540px;
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding: 80px;
                box-sizing: border-box;
            }
                .content-mn .legal-list .legal-item .item-right-content .content-title {
                    font-size: 32px;
                    font-weight: 500;
                    color: #333333;
                    line-height: 38px;
                }
                .content-mn .legal-list .legal-item .item-right-content .content-desc {
                    font-size: 18px;
                    font-weight: 400;
                    color: #666666;
                    line-height: 24px;
                    padding-top: 20px;
                }



@media screen and (min-width: 1200px) {

}
@media screen and (max-width: 1200px) {

    .content-mn {
        margin: 0;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: flex;
        align-items: center;
    }

    .banner-box {
        height: 240px;
    }

        .banner-box > .banner-content {
            left: 50%;
            transform: translateX(-50%);
            width: 90%;
        }

            .banner-box > .banner-content > .banner-title-en {
                display: none;
            }

            .banner-box > .banner-content > .banner-title-cn {
                font-size: 30px;
                line-height: 50px;
                text-align: center;
            }

                .banner-box > .banner-content > .banner-title-cn:after {
                    left: 50%;
                    width: 34px;
                    height: 2px;
                    transform: translateX(-50%);
                }

    .content-mn .service-introduce-wrap {
        top: -24px;
        width: 90%;
        height: 100px;
    }

        .content-mn .service-introduce-wrap .service-introduce {
            font-size: 14px;
            padding: 0px 20px;
            line-height: 28px;
        }

    .content-mn .breadcrumb-nav {
        margin-top: 100px;
        font-size: 14px;
        padding-left: 0px;
        width: 90%;
    }
    .content-mn .legal-list {
        margin: 60px 0px 10px;
    }
        .content-mn .legal-list .legal-item {
            margin-bottom: 20px;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
            .content-mn .legal-list .legal-item .item-left-img {
                width: 90%;
                height: 300px;
            }
                .content-mn .legal-list .legal-item .item-left-img .img-animate {
                    width: 100%;
                    height: 300px;
                }
        .content-mn .legal-list .legal-item .item-right-content {
            width: 100%;
            padding: 10px 20px;
        }
            .content-mn .legal-list .legal-item .item-right-content .content-title {
                font-size: 16px;
            }
            .content-mn .legal-list .legal-item .item-right-content .content-desc {
                font-size: 13px;
                padding-top: 10px;
            }
}