/* 联系我们 */
.mySwiper_c {
    margin-top: 80px;
    width: 100%;
    height: calc(100vh - 160px);
}

.contact {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 164px;
    box-sizing: border-box;
    margin-top: 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    right: 0;
    bottom: 0;
    margin: auto;
}

.contact .title {
    margin-top: -23.5%;
    display: flex;
    align-items: flex-end;
}
.contact .title .line.line_white{
    display: none;
}
.contact .title .line {
    margin-left: -183px;
    margin-bottom: -15px;
    position: relative;
    z-index: 10;
}

.contact .title h1 {
    font-size: 60px;
    color: #333;
    font-family: "Geometr415";
    line-height: 1em;
    position: relative;
}

.contact .title .box h1 p {
    color: #333;
    text-transform: capitalize;
}

.contact .title .box.page1 h1 p {
    font-size: 60px;
    color: #333;
    font-family: "Geometr415";
    line-height: 1em;
}

.contact .title .box.page1 h2 {
    font-size: 30px;
    color: #333;
    font-weight: bold;
}
.contact .title .box.page2 h1,
.contact .title .box.page2 h1 p {
    font-size: 60px;
    color: #fff;
    font-family: "Geometr415";
    line-height: 1em;
    mix-blend-mode: difference;
}

.contact .title .box.page2 h2 {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
}


.contact .content {
    padding: 0px 228px 0 248px;
    background-color: #fff;
    width: 76.64%;
    height: 600px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    flex-direction: column;
}

.contact .content .box::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    background-color: #999;
    margin-top: 40px;
    margin-bottom: 20px;
}
.contact .content .box:last-child::after{
    display: none;
}
.contact .content .box .t {
    display: flex;
    align-items: center;
    padding-bottom: 25px;
    box-sizing: border-box;
}

.contact .content .box:last-child .t {
    width: 150px;
    margin-right: 100px;
}

.contact .content .box .t h5 {
    font-size: 16px;
    color: #333;
    line-height: 0.972em;
}

.contact .content ul {
    display: flex;
}

.contact .content .box ul li {
    display: flex;
    flex-direction: column;
    width: 150px;
    margin-right: 100px;
}

.contact .content .box ul li span {
    font-size: 16px;
    color: #333;
    line-height: 1.25em;
    display: block;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.contact .content .box ul li p,
.contact .content .box ul li p a {
    font-size: 14px;
    color: #757575;
    line-height: 1.429em;
}

.contact .content .box .location p {
    padding-bottom: 25px;
    box-sizing: border-box;
    line-height: 0.972em;
    font-size: 14px;
    color: #757575;
}

.contact .content .box ul li p a:hover {
    color: #000;
}

.contact .content .location {
    display: flex;
    align-items: flex-end;
}

.contact .content .box .location::after {
    display: none;
}

@media screen and (max-width:1700px){
    .contact .content{
        padding: 0px 100px 0 100px;
    }
}

@media screen and (max-width:1440px) {
    .contact .content {
        padding: 0 120px;
        width: 79.8%;
        height: 560px;
    }

    .contact {
        padding: 0 120px;
    }

    .contact .content .box ul li {
        margin-right: 80px;
    }

    .contact .content .box:last-child .t {
        margin-right: 80px;
    }

    .contact .title {
        margin-top: -27.5%;
    }
}
@media screen and (max-width:1300px){
    .contact .content{
        height: 500px;
    }
}
@media screen and (max-width:1200px){
    .contact .content .box ul li{
        margin-right: 30px;
    }
    .contact{
        display: block;
        padding-top: 90px;
    }
    .mySwiper_c{
        /*height: 100vh;*/
        height: 1000px;
    }
    .contact .title{
        margin-top: 0;
        padding-bottom: 50px;
    }
    .contact .content{
        width: 100%;
    }
}


@media screen and (max-width:750px) {
    .contact {
        display: block;
    }

    .contact .content {
        width: 100%;
        height: auto;
        padding: 0.74rem 0.87rem 0.6rem;
    }

    .contact .title {
        margin-top: 0;
        padding-bottom: 0.8rem;
        box-sizing: border-box;
        position: relative;
    }

    .contact .content ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .contact {
        padding: 0;
        width: 84.4%;
        padding-top: 0.94rem;
        box-sizing: border-box;
        height: auto;
        overflow: visible;
    }

    .mySwiper_c {
        margin-top: 1rem;
        height: 100vh;
        background-attachment: fixed;
    }

    .contact .title .line {
        width: 0.8rem;
        left: 22.2%;
        top: -4%;
        position: absolute;
        margin: 0;
    }

    .contact .content .box .t h5 {
        font-size: 0.26rem;
    }

    .contact .content .box ul li span {
        font-size: 0.22rem;
    }

    .contact .content .box ul li p,
    .contact .content .box ul li p a {
        font-size: 0.22rem;
        line-height: 1.273em;
    }

    .contact .content .box ul li {
        width: fit-content;
        margin-right: 0;
        padding-bottom: 0.25rem;
    }

    .contact .content .box ul li:nth-child(1) {
        width: 50%;
    }

    .contact .content .location {
        display: block;
    }

    .contact .content .box:last-child .t {
        margin-right: 0;
        width: auto;
    }

    .contact .content .box .location p {
        font-size: 0.22rem;
        padding-bottom: 0;
    }

    .contact .content .box .t {
        padding-bottom: 0.4rem;
    }
    .contact .content .box::after{
        margin-top: 0.05rem;
        margin-bottom: 0.3rem;
    }

    .contact .title h1,
    .contact .title .box.page2 h1,
    .contact .title .box.page1 h1 p,
    .contact .title .box.page2 h1 p {
        font-size: 0.6rem;
    }

    .contact .title .box.page1 h1 p {
        mix-blend-mode: normal;
    }

    .contact .title .box.page1 h2,
    .contact .title .box.page2 h2,
    .contact .title h2 {
        font-size: 0.3rem;
    }
    .foot{
        position: relative;
    }
}

@media screen and (max-width:500px) {}