/* about */

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'PingFangSC-Regular', 'Microsoft YaHei';
    box-sizing: border-box;
    text-decoration: none;
}

.summary .join_summary {
    align-items: center;
}

.summary .summary_details {
    background-image: url(../img/contact_bg.jpg);
}

.summary .join_summary .contact_img {
    width: 236px;
}

.summary .join_summary .contact_img img {
    width: 100%;
}

.summary .join_summary .contact_img img:hover {
    transform: scale(1);
}

.join_us_box {
    width: calc(100% - 615px);
}

.join_us_box .title {}

.join_us_box .title_p {
    width: 80%;
    font-size: 16px;
    line-height: 24px;
    margin: 0 auto;
    color: #333;
    padding: 10px 0 20px;
}

.join_us_box ul {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
}

.join_us_box li {
    width: 48%;
}

.join_us_box li.li_submit {
    width: 100%;
}

.join_us_box li.li_submit .text {
    flex: none;
}

.join_us_box li.li_submit .d {
    align-items: center;
}

.join_us_box li .d .reqnone::before {
    visibility: hidden;
}

.join_us_box li.li_submit span {
    margin: 0 34px 0 20px;
    width: 150px;
}

.join_us_box li.li_submit span img {
    display: block;
    width: 100%;
}

.join_us_box li.li_submit span img:hover {
    transform: scale(1);
}

.join_us_box li.li_submit .submit {
    width: 240px;
    text-align: center;
    color: #fff;
    background: #f52c46;
    border: 0 none;
    outline: none;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.join_us_box li .d {
    display: flex;
    position: relative;
}

.join_us_box li .mo {
    display: block;
    /* position: absolute; */
}

.join_us_box li.textarea {
    width: 100%;
}

.join_us_box li:nth-of-type(2n-1) {
    margin-right: 2%;
}

.join_us_box li .t {
    /* flex: 1; */
}

.join_us_box li .text {
    flex: 1;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border: solid 1px #ddd;
    border-radius: 4px;
    color: #333;
}

.join_us_box ul .t {
    line-height: 46px;
    padding-right: 15px;
    font-size: 16px;
    width: 90px;
    color: #666;
}

.join_us_box ul .c {
    float: none;
    display: flex
}

.join_us_box .select_box {
    flex: 1;
    height: 46px;
    line-height: 46px;
}

.join_us_box li textarea.text {
    outline: none;
    resize: none;
    padding: 10px;
    height: auto;
    line-height: 24px;
}

.join_us_box li textarea.text:focus {
    outline: none;
}

.join_us_box .select_box .s_list {
    top: 45px;
    width: 100%;
}

.join_us_box .select_box .s_list span {
    line-height: 30px;
    font-size: 16px;
}

.join_us_box .select_box .s_list::-webkit-scrollbar {
    width: 4px;
    margin-right: 2px;
}

.join_us_box .select_box .s_list::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    -webkit-box-shadow: none;
    border-radius: 6px;
    background-color: transparent;
}

.join_us_box .select_box .s_list::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: none;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3); */
    background-color: #eee;
}

.join_us_box li .d {
    display: flex;
}

.map-view {
    width: 100%;
    height: 600px;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 45px;
    position: relative;
    z-index: 8;
    overflow: hidden;
}

.map-view .title {
    font-family: PingFangSC-Medium;
    font-size: 44px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
}

.map-view #Amap {
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.map-view .bottom {
    position: absolute;
    bottom: 0;
    height: 36px;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, .7);
}

.map-view .bottom ul {
    width: 1680px;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -840px;
}

.map-view .bottom ul li {
    height: 100%;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    flex: 1;
    position: relative;
    cursor: pointer;
}

.map-view .bottom ul li.active {
    background: #FF1240;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-align: justify;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
}

.map-view .bottom ul li div {
    text-align: center;
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, .4);
    font-size: 16px;
    color: #FFFFFF;
    position: absolute;
    width: 100%;
    bottom: 7px;
}

.map-view .bottom ul li div i {
    display: inline-block;
    background: url('../img/icon.png') no-repeat -540px -41px;
    width: 20px;
    height: 13px;
    margin-right: 5px;
}

.map-view .bottom ul li:nth-last-child(1) div {
    border-right: 1px solid rgba(255, 255, 255, .4);
}

.map-view .bottom ul li.active+li div {
    border-left: none;
}

.map-view .bottom ul li.active div {
    border-left: none;
    border-right: none;
    position: static;
}

.map-view .img-main {
    width: 100%;
    height: 260px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.map-view .img-main img {
    display: none;
    object-fit: cover;
}

.map-view .map-info-view {
    width: 500px;
    min-height: 250px;
    background: #FFFFFF;
    box-shadow: 0 1px 5px 0 #AFAAA2;
    border-radius: 5px;
    padding: 26px 60px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    transform: translateX(-250px);
    top: 170px;
    z-index: 3;
    text-align: left;
}

.map-view .map-info-view img {
    position: absolute;
    bottom: -14px;
    left: 50%;
    transform: translateX(-50%);
}

.map-view .map-info-view p:nth-child(1) {
    font-size: 24px;
    color: #222222;
    letter-spacing: 0;
    text-align: center;
}

.map-view .map-info-view p:nth-child(2) {
    font-size: 18px;
    color: #222222;
    letter-spacing: 0;
    text-align: left;
    margin-top: 7px;
}

.map-view .map-info-view p:nth-child(3) {
    margin-top: 15px;
}

.map-view .map-info-view p:nth-child(3),
.map-view .map-info-view p:nth-child(4),
.map-view .map-info-view p:nth-child(5) {
    font-size: 14px;
    color: #222222;
    letter-spacing: 0;
}

.map-view .map-info-view div {
    /* width: 120px; */
    height: 35px;
    margin: 18px auto 0;
    border-radius: 2px;
    text-align: center;
    line-height: 36px;
}

.map-view .map-info-view div a {
    display: inline-block;
    width: 120px;
    /* height: 100%; */
    font-size: 14px;
    letter-spacing: 0;
    text-decoration: none;
    cursor: pointer;
    background-color: #fff;
    color: #FF1240;
    border: solid 1px #FF1240;
    margin: 0 6px;
}

.map-view .map-info-view div a:first-child {
    background-color: #FF1240;
    color: #FFFFFF;
}

.amap-container,
.amap-maps,
.amap-drags {
    overflow: visible;
}

.whtie-fff {
    background-color: #fff;
}

.gray-f3f3f3 {
    background-color: #f3f3f3;
}


/* 1920 */

.main_connet {
    width: 1680px;
    margin: 0px auto;
    overflow: hidden;
}

.contact_us_other {
    padding: 90px 10px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.contact_us_other span {
    font-size: 18px;
    color: #444444;
    letter-spacing: 0;
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_us_other a.phone {
    font-family: PingFangSC-Medium;
    margin-left: 10px;
    font-size: 48px;
    color: #FF1240;
    letter-spacing: 0;
    text-align: justify;
    margin-right: 10px;
}

.contact_us_other a.onlineTalk {
    margin-left: 10px;
    width: 250px;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background-color: #FF1240;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.contact_us_other a.onlineTalk img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    display: inline-block;
}


/*1920*/


/* 1680 1600 */

@media screen and (max-width: 1680px) and (min-width: 1580px) {
    html,
    body {
        width: 100%;
        min-width: 1518.72px;
    }
    .main_connet {
        width: 1518.72px;
        margin: 0px auto;
        overflow: hidden;
    }
}


/* 1680 1600 */


/* 1366 */

@media screen and (max-width: 1579px) {
    .join_us_box {
        width: calc(100% - 456px);
    }
    .join_us_box .title_p,
    .join_us_box ul {
        width: 90%;
    }
    .join_us_box .title_p {
        font-size: 14px;
    }
    .join_us_box .select_box,
    .join_us_box li .text,
    .join_us_box ul .t {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .join_us_box li.li_submit span {
        width: 117px;
    }
    .join_us_box li.li_submit span img {
        display: block;
        width: 100%;
    }
    .join_us_box li {
        padding-bottom: 15px;
    }
    .join_us_box .select_box .s_list {
        top: 36px;
    }
    .join_us_box .select_box .s_list span {
        line-height: 30px;
        font-size: 14px;
    }
    .join_us_box li.li_submit .submit {
        width: 180px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .join_us_box li textarea.text {
        height: 96px;
    }
    .join_us_box ul .t {
        width: 80px;
    }
}

@media screen and (max-width: 1579px) and (min-width: 1281px) {
    .map-view {
        height: 550px;
        padding-top: 35px;
    }
    .map-view .title {
        font-size: 42px;
    }
    .map-view #Amap {
        height: 220px;
    }
    .map-view .bottom {
        height: 28px;
    }
    .map-view .bottom ul {
        width: 1246px;
        height: 36px;
        margin-left: -623px;
    }
    .map-view .bottom ul li {
        font-size: 14px;
    }
    .map-view .bottom ul li.active {
        font-size: 16px;
    }
    .map-view .bottom ul li div {
        bottom: 4px;
    }
    .map-view .map-info-view {
        top: 130px;
    }
    .main_connet {
        width: 1244.88px;
        margin: 0px auto;
        overflow: hidden;
    }
}


/* 1280 */

@media screen and (min-width:1001px) and (max-width: 1280px) {
    .map-view {
        height: 550px;
        padding-top: 35px;
    }
    .map-view .title {
        font-size: 42px;
    }
    .map-view #Amap {
        height: 220px;
    }
    .map-view .bottom {
        height: 28px;
    }
    .map-view .bottom ul {
        width: 1200px;
        height: 36px;
        margin-left: -600px;
    }
    .map-view .bottom ul li {
        font-size: 14px;
    }
    .map-view .bottom ul li.active {
        font-size: 16px;
    }
    .map-view .bottom ul li div {
        bottom: 4px;
    }
    .map-view .map-info-view {
        top: 130px;
    }
    .main_connet {
        width: 1199.52px;
        margin: 0px auto;
        overflow: hidden;
    }
    .join_us_box,
    .summary .summary_details {
        height: 480px;
    }
}


/* 1280 */


/* 1366 */


/* 1280 */


/* 1280 */

@media screen and (max-width: 1000px) {
    /* map */
    .map-view {
        padding-top: 0;
    }
    .map-view #Amap {
        height: 6.28rem;
        max-height: 6.28rem;
        position: relative;
        display: block;
    }
    .ip-box .ip-view .right .box {
        display: none;
    }
    .amap-layers canvas {
        opacity: 0.36;
    }
    .map-view .title {
        position: absolute;
        z-index: 100;
        font-size: 0.34rem;
        text-align: center;
        top: 0.6rem;
        left: 0;
        text-align: center;
        width: 100%;
    }
    .map-view {
        height: auto;
        margin-top: 0.51rem;
    }
    .map-view .map-info-view {
        width: calc(100% - 0.34rem);
        border-radius: 0.17rem;
    }
    .map-view .map-info-view {
        top: auto;
        bottom: 1.2rem;
        transform: translate(-50%, 0);
        padding: 0.26rem 0.8rem;
        min-height: 2.9rem;
    }
    .map-view .map-info-view p {
        font-size: 0.17rem;
    }
    .amap-copyright {
        display: none!important;
    }
    .map-view .map-info-view p:nth-child(1) {
        font-size: 0.29rem;
    }
    .map-view .map-info-view p:nth-child(2) {
        font-size: 0.2rem;
        margin-bottom: 0.15rem;
        text-align: center;
    }
    .map-view .map-info-view p:nth-child(3) a {
        font-size: 0.24rem;
        color: #F5163A;
        white-space: nowrap;
    }
    .map-view .map-info-view p:nth-child(3) {
        font-size: 0.2rem;
        word-wrap: break-word;
        word-break: normal;
        white-space: nowrap;
    }
    .map-view .map-info-view p:nth-child(4) {
        font-size: 0.2rem;
        line-height: 0.3rem;
    }
    .map-view .map-info-view p:nth-child(5) {
        font-size: 0.2rem;
        line-height: 0.3rem;
    }
    .map-view .map-info-view p:nth-child(4) a,
    .map-view .map-info-view p:nth-child(5) a {
        color: #4785FF;
        font-size: 0.2rem;
        line-height: 0.3rem;
    }
    .map-view .map-info-view div {
        display: flex;
        justify-content: center;
        height: auto;
        margin-top: 0.19rem;
    }
    .map-view .map-info-view div a {
        margin: 0 3%;
        font-size: 0.19rem;
        width: auto;
        line-height: 0.27rem;
        padding: 0.05rem 0.17rem;
        border-radius: 0.2rem;
        border: 1px solid #FF1240;
    }
    .map-view .bottom {
        position: relative;
        background: #000;
        height: auto;
    }
    .map-view .bottom ul {
        flex-wrap: wrap;
        width: 100%;
        margin-left: 0;
        height: auto;
        position: static;
    }
    .map-view .bottom ul li {
        width: calc(20% - 1px);
        font-size: 0.19rem;
        padding: 0;
        line-height: 0.48rem;
        height: auto;
        flex: auto;
    }
    .map-view .bottom ul li div {
        font-size: 0.21rem;
        line-height: 0.48rem;
        position: static;
    }
    .map-view .bottom ul li.active {
        font-size: 0.19rem;
        border-radius: 0;
    }
    .map-view .bottom ul li.active div {
        font-size: 0.21rem;
    }
    .map-view .map-info-view img,
    .map-view .img-main {
        display: none;
    }
    .map-view .img-main {
        height: 6.28rem;
        position: relative;
    }
    .map-view .bottom ul li div {
        border-bottom: 1px solid rgba(255, 255, 255, .4);
    }
    .map-view .bottom ul li:nth-of-type(n+6) div {
        border-bottom: 0;
    }
    .map-view .bottom ul li.active div {
        border-bottom: 0;
    }
    .main_connet {
        width: 100%;
        margin: 0px auto;
        overflow: hidden;
    }
    .join_us_box {
        max-width: 640px;
        width: 90%;
        margin: 0.4rem auto 0;
        float: none;
        border: 0 none;
    }
    .join_us_box .title {
        display: block;
    }
    .join_us_box {
        margin-top: 0.4rem;
    }
    .join_us_box li,
    .join_us_box ul li,
    .join_us_box ul li .d {
        width: 100%;
    }
    .join_us_box ul li .d {
        padding: 0;
    }
    .join_us_box li:nth-of-type(2n-1) {
        margin-right: 0;
    }
    .join_us_box ul li,
    .join_us_box ul li .d {
        border: 0;
        min-height: auto;
        margin-bottom: 0;
    }
    .join_us_box ul .t {
        width: 73px;
        padding: 0;
        position: static;
        padding-right: 10px;
    }
    .join_us_box li .text {
        margin-top: 0;
        width: calc(100% - 73px);
    }
    .join_us_box ul li .select_box {
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        border: solid 1px #ddd;
        width: calc(100% - 73px);
    }
    .join_us_box .select_box .s_list span {
        padding: 5px;
    }
    .join_us_box li .select_box::after {
        width: 8px;
        height: 8px;
        border: solid 1px #333;
        border-width: 1px 1px 0 0;
    }
    .join_us_box ul li:last-child {
        padding: 0.1rem;
    }
    .join_us_box ul li:last-child .t {
        display: block;
    }
    .join_us_box ul li.li_submit .d {
        flex-wrap: wrap;
    }
    .join_us_box ul li.li_submit .d .text,
    .join_us_box ul li.li_submit .d .t,
    .join_us_box li.li_submit span {
        margin-bottom: 20px;
    }
    .join_us_box li.li_submit .text {
        width: 120px;
    }
    .join_us_box li.li_submit span {
        width: 117px;
    }
    .join_us_box li.li_submit span img {
        width: 117px;
    }
    .join_us_box li.li_submit .d .submit {
        margin: 0 auto 20px;
    }
    .join_us_box .select_box .s_list {
        width: 100%!important;
        left: 0;
    }
    .join_us_box li.li_submit span {
        margin-right: 10px;
    }
    .join_us_box li {
        padding-left: 0;
        padding-right: 0;
    }
    .join_us_box ul li .select_box span {
        font-size: 14px;
        line-height: 34px;
    }
    .contact_us_other span {
        font-size: 14px;
    }
    .contact_us_other a.phone {
        font-size: 28px;
    }
    .contact_us_other a.onlineTalk {
        width: 140px;
        height: 36px;
        font-size: 14px;
    }
    .contact_us_other a.onlineTalk img {
        width: 14px;
        height: 14px;
    }
}

@media screen and (max-width:576px) {
    .join_us_box {
        padding: 0;
    }
    .join_us_box li.li_submit span {
        margin-right: 5px;
        margin-left: 5px;
    }
    .join_us_box .title_p,
    .join_us_box ul {
        width: 100%;
    }
    .join_us_box li.li_submit .text {
        width: 80px;
    }
    .contact_us_other span {
        flex-wrap: wrap;
    }
}