    @charset "utf-8";
    @import url(animate.css);
    /* 联系我们 */
    
    .visit .visit_line1 {
        background: url('../images/indexLine1New.jpg') no-repeat center center;
        background-size: 100% 100%;
        height: 460px;
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .visit .visit_line1::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /* background-color: rgba(0, 0, 0, 0.3); */
    }
    
    .visit .visit_line1 img {
        margin-top: 40px;
        width: 160px;
        height: 160px;
        margin-bottom: 10px;
    }
    
    .visit .visit_line1 p {
        font-size: 22px;
        line-height: 38px;
        color: #052b5e;
        display: block;
        font-weight: 700;
    }
    
    .contact_us {
        /* margin-top: -30px; */
    }
    
    .contact_us .contact_us_line1 {
        display: flex;
        justify-content: space-between;
        background: #fff;
        box-sizing: border-box;
        padding: 20px;
        box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    }
    
    .contact_us .contact_us_line1>div:nth-of-type(3) {
        margin-top: 50px;
    }
    
    .contact_us .contact_us_line1 h4 {
        font-size: 16px;
        line-height: 36px;
        color: #052b5e;
        font-weight: 700;
        margin-bottom: 10px;
    }
    
    .contact_us .contact_us_line1 p {
        font-size: 14px;
        line-height: 28px;
        color: #052b5e;
    }
    
    .contact_us .contact_us_line2 {
        margin-top: 40px;
    }
    
    .contact_us .contact_us_line2 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .contact_us .contact_us_line2 ul li {
        width: 100%;
        box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        background-color: #FFF;
        margin-bottom: 26px;
        box-sizing: border-box;
        padding: 20px;
        display: flex;
        align-items: center;
    }
    
    .contact_us .contact_us_line2 ul li .name {
        font-size: 16px;
        line-height: 28px;
        color: #052b5e;
        font-weight: 700;
        /* margin-bottom: 10px; */
        width: 344px;
        margin-right: 20px;
    }
    
    .contact_us .contact_us_line2 ul li .info {
        font-size: 14px;
        line-height: 28px;
        color: #052b5e;
        /* font-weight: 700; */
        flex: 1;
        display: flex;
        align-items: center;
    }
    
    .contact_us .contact_us_line2 ul li .info p {
        /* display: flex; */
        width: 49%;
        box-sizing: border-box;
        margin-right: 20px;
    }
    
    .contact_us .contact_us_line2 ul li .info p:nth-of-type(1) {
        /* width: 33%; */
        /* margin-right: 10px; */
    }
    
    .contact_us .contact_us_line2 ul li .info p:nth-of-type(2) {}
    
    .contact_us .contact_us_line2 ul li .info p:nth-of-type(3) {
        padding-right: 0;
    }
    
    .contact_us .contact_us_line2 ul h4 {
        font-size: 18px;
        line-height: 36px;
        color: #052b5e;
        font-weight: 700;
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    
    .contact_us .contact_us_line2 ul h4 img {
        width: 24px;
        margin-right: 10px;
        margin-bottom: 3px;
    }
    /* 法律声明 */
    
    .LawsBox {
        box-sizing: border-box;
    }
    
    .LawsBox .IndexLine1Left,
    .LawsBox .IndexLine1right {
        box-sizing: border-box;
    }
    
    .Laws {
        background-color: #FFF;
        padding: 30px 33px 30px 33px;
        box-sizing: border-box;
        transition: all .3s;
        -webkit-transition: all .3s;
        box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        display: flex;
        flex-wrap: wrap;
    }
    
    .Laws h1 {
        font-size: 20px;
        line-height: 36px;
        margin-bottom: 10px;
        width: 100%;
        text-indent: 0 !important;
        color: #023169;
        display: flex;
        width: 100%;
        align-items: center;
        margin-top: 25px;
    }
    
    .Laws h1::before {
        width: 3px;
        height: 60%;
        content: '';
        margin-right: 16px;
        background-color: #023169;
    }
    
    .Laws p {
        font-size: 16px;
        color: #142D4B;
        line-height: 28px;
        margin-bottom: 10px;
        width: 100%;
        text-indent: 0 !important;
    }
    
    .Laws p strong {
        font-weight: normal;
    }
    
    .Laws p.important {
        font-size: 18px;
        line-height: 32px;
    }
    
    @media screen and (max-width: 850px) {
        .contact_us .contact_us_line1 {
            padding: 5px 15px 15px;
            flex-wrap: wrap;
            margin-bottom: 10px;
        }
        .contact_us .contact_us_line1 h4 {
            font-size: 0.875rem;
            line-height: 24px;
            margin-bottom: 5px;
        }
        .contact_us .contact_us_line1 p {
            font-size: 0.875rem;
            line-height: 24px;
            margin-bottom: 5px;
        }
        .contact_us .contact_us_line1>div {
            margin-top: 10px !important;
        }
        .contact_us .contact_us_line2 {
            margin-top: 0;
        }
        .contact_us .contact_us_line2 ul h4 {
            font-size: 1.125rem;
            line-height: 30px;
            font-weight: normal;
            margin-bottom: 15px;
            margin-top: 20px;
        }
        .contact_us .contact_us_line2 ul h4 img {
            width: 18px;
            margin-right: 8px;
        }
        .contact_us .contact_us_line2 ul li {
            flex-wrap: wrap;
            padding: 15px;
            margin-bottom: 15px;
        }
        .contact_us .contact_us_line2 ul li .name {
            font-size: 0.875rem;
            line-height: 24px;
            margin-bottom: 5px;
            margin-right: 0;
        }
        .contact_us .contact_us_line2 ul li .info {
            flex-wrap: wrap;
            font-size: 0.875rem;
            line-height: 24px;
        }
        .contact_us .contact_us_line2 ul li .info p {
            width: 100%;
            margin-right: 0;
            margin-bottom: 5px;
        }
        .Laws {
            padding: 15px;
        }
        .Laws h1 {
            font-size: 1.125rem;
            line-height: 30px;
            margin-bottom: 5px;
            margin-top: 10px;
        }
        .Laws p.important {
            font-size: 1rem;
            line-height: 24px;
            margin-bottom: 5px;
        }
        .Laws p {
            font-size: 0.875rem;
            line-height: 24px;
            margin-bottom: 5px;
        }
    }