.BannerA .intr p {
    line-height: 3;
}

.contact2 {
    padding: 7.813vw 0;
}

.contact2 .title {
    font-size: 1.667vw;
    font-weight: 400;
    color: #111111;
    text-align: center;
    margin-bottom: 1.8em;
}

.contact2 .main::after {
    content: '';
    width: 23.438vw;
}

.contact2 .ev {
    width: 23.438vw;
    padding: 1.563vw;
    background: #F8F8F8;
    margin-bottom: 1.198vw;
}

.contact2 .ev .intr {
    background: url('/img/contact2-1.png') no-repeat 100% 100%/7.135vw auto;
}

.contact2 .ev h2 {
    font-size: 1.25vw;
    /* font-weight: 300; */
    color: #111111;
}

.contact2 .ev .evoff {
    font-size: 0.833vw;
    margin-top: 2.344vw;
    /* font-weight: 300; */
    color: #C0996E;
    cursor: pointer;
}

.contact2 .ev .evoff i {
    font-size: 0.938vw;
    margin-left: 0.26vw;
}

.contact3 {
    padding: 10.417vw 0 16.042vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact3 .Title span {
    color: #A02436;
}

.contact3 ul {
    margin-top: 2.344vw;
}

.contact3 ul li {
    margin-bottom: 1.042vw;
    font-size: 0.833vw;
    /* font-weight: 300; */
    color: #111111;
}

.contact3 .left {
    width: calc(100% - 10.417vw);
}

.contact3 .right {
    width: 10.417vw;
}

.contact3 .right p {
    margin-bottom: 1.042vw;
    font-size: 0.833vw;
    /* font-weight: 300; */
    color: #111111;
}

.contact3 .right .pic {
    width: 10.417vw;
}

.contact-detail {
    padding: 3.125vw 1.563vw;
}

.contact-detail h2 {
    font-size: 1.667vw;
    font-weight: 400;
    color: #111111;
}

.contact-detail hr {
    margin: 0.781vw 0;
    border: none;
    border-bottom: 1px solid #C0996E;
}

.contact-detail .scroll-wrap {
    height: 20.833vw;
    overflow: auto;
}

.contact-detail .scroll-wrap::-webkit-scrollbar-track {
    background-color: #f3f3f3;
}

.contact-detail .scroll-wrap::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

.contact-detail .scroll-wrap::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #000000;
}

.contact-detail dl {
    margin-bottom: 2.083vw;
}

.contact-detail dt {
    margin-bottom: 1.042vw;
    font-size: 1.25vw;
    /* font-weight: 300; */
    color: #111111;
}

.contact-detail dd {
    font-size: 0.833vw;
    line-height: 2;
    position: relative;
    padding-left: 1em;
    /* font-weight: 300; */
    color: #111111;
}

.contact-detail dd::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 1em;
    background: #C0996E;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 0.365vw;
    height: 0.365vw;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1250px) {}

@media screen and (max-width:991px) {
    .BannerA .intr p {
        line-height: 3;
    }

    .contact2 {
        padding: 100px 0;
    }

    .contact2 .title {
        font-size: 25px;
    }

    .contact2 .main::after {
        width: 450px;
    }

    .contact2 .ev {
        width: 49%;
        padding: 20px;
        margin-bottom: 20px;
    }

    .contact2 .ev .intr {
        background: url('/img/contact2-1.png') no-repeat 100% 100%/87px auto;
    }

    .contact2 .ev h2 {
        font-size: 18px;
    }

    .contact2 .ev .evoff {
        font-size: 14px;
        margin-top: 45px;
    }

    .contact2 .ev .evoff i {
        font-size: 16px;
        margin-left: 5px;
    }

    .contact3 {
        padding: 100px 0;
    }

    .contact3 ul {
        margin-top: 25px;
    }

    .contact3 ul li {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .contact3 .left {
        width: calc(100% - 160px);
    }

    .contact3 .right {
        width: 160px;
    }

    .contact3 .right p {
        margin-bottom: 20px;
        font-size: 16px;
    }

    .contact3 .right .pic {
        width: 200px;
    }

    .contact-detail {
        padding: 40px 0;
    }

    .contact-detail h2 {
        font-size: 26px;
    }

    .contact-detail hr {
        margin: 10px 0;
    }

    .contact-detail .scroll-wrap {
        height: 60vh;
    }

    .contact-detail dl {
        margin-bottom: 30px;
    }

    .contact-detail dt {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .contact-detail dd {
        font-size: 14px;
    }

    .contact-detail dd::before {
        width: 5px;
        height: 5px;
    }
}

@media screen and (max-width:768px) {
    .BannerA .intr p {
        line-height: 2;
    }

    .contact2 {
        padding: 50px 0;
    }

    .contact2 .title {
        font-size: 22px;
    }

    .contact2 .ev .intr {
        background: url('/img/contact2-1.png') no-repeat 100% 100%/57px auto;
    }

    .contact2 .ev h2 {
        font-size: 16px;
    }

    .contact2 .ev .evoff {
        font-size: 12px;
        margin-top: 45px;
    }

    .contact2 .ev .evoff i {
        font-size: 14px;
        margin-left: 5px;
    }

    .contact3 {
        padding: 50px 0;
    }

    .contact3 .left {
        width: 100%;
    }

    .contact3 .right {
        width: 40%;
    }

    .contact3 .right .pic {
        width: 100%;
    }
}

@media screen and (max-width:480px) {
    .contact2 .ev {
        padding: 10px;
        margin-bottom: 10px;
    }

    .contact-detail {
        padding: 20px 0 40px;
    }

    .contact-detail h2 {
        font-size: 20px;
    }

    .contact-detail dt {
        font-size: 16px;
    }

    .contact-detail dd {
        font-size: 13px;
    }

    .BannerA .intr h2,
	.news1 .left h2 {
		font-size: 22px;
	}
}