#allmap{
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin:0;
    font-family:"微软雅黑";
}
.contact-mid{
    width: 100%;
    background: url(../images/contact/contact-bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}
.contact-mid-in{
    width: 100%;
    min-width: 640px;
    max-width: 1300px;
    margin:0 auto;
    padding-top: 100px;
    position: relative;
}
.contact-mid-in:after{
     content:' ';
     display:block;
     height:0;
     clear:both;
     visibility:hidden
}
.contact-left{
    width: 40%;
    max-width: 500px;
    min-width: 350px;
    float: left;
    color: #fff;
}
.contact-left>img{
    margin-bottom: 40px;
}
.contact-left>p{
    line-height: 32px;
    font-size: 14px;
    letter-spacing: 1px;
}
.contact-left .contact-left-det{
    padding-left: 22px;
    line-height: 50px;
    position: relative;
}
.contact-left-det>span{
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    top: 16px;
}
.contact-left-address{
    margin-top: 40px;
}
.contact-left-address>span{
    background: url(../images/contact/contact-home.png) center no-repeat;
    background-size: 100% 100%;
}
.contact-left-phone>span{
    background: url(../images/contact/contact-phone.png) center no-repeat;
    background-size: 100% 100%;
}
.contact-left-email>span{
    background: url(../images/contact/contact-mail.png) center no-repeat;
    background-size: 100% 100%;
}
.contact-map-out{
    width: 340px;
    height: 220px;
    margin-top: 40px;
}

















.contact-right{
    width: 600px;
    float: left;
    position:absolute;
    right: 0%;
}
.contact-right-top{
    width: 100%;
    height: 60px;
    border:none;
}
.contact-right-top>div{
    width: 50%;
    height: 100%;
    float: left;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    -ms-border-top-left-radius: 10px;
    -o-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -ms-border-top-right-radius: 10px;
    -o-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    border:none;
}
.contact-right-top-left{
    background: url(../images/contact/touch-whi.png) center no-repeat #335bb8;
    background-size: contain;
}
.contact-right-top-right{
    background: url(../images/contact/us-white.png) center no-repeat #335bb8;
    background-size: contain;
}
.contact-right-top-left.contact-act{
    background: url(../images/contact/touch-black.png) center no-repeat #ffffff;
    background-size: contain;
}
.contact-right-top-right.contact-act{
    background: url(../images/contact/us-black.png) center no-repeat #ffffff;
    background-size: contain;
}

.contact-right-bottom-out{
    background: #fff;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-bottom-left-radius: 10px;
    -ms-border-bottom-left-radius: 10px;
    -o-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-bottom-right-radius: 10px;
    -ms-border-bottom-right-radius: 10px;
    -o-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px;
    height: 605px;
}

.contact-right-bottom-2{
    display: none;
}
.contact-right-bottom>div{
    position: relative;
    width: 76%;
    left: 12%;
}
.contact-right-messages>div{
    padding-top: 30px;
}
.contact-right-messages>div:nth-of-type(1){
    width: 48%;
    float: left;
    padding-right: 2%;
}
.contact-right-messages label{
    display: block;
    font-style:italic;
    font-size: 18px;
    margin-bottom: 15px;
}
.contact-right-messages input{
    width: 95%;
    border:none;
    height: 40px;
    background: #ececec;
    padding-left: 5%;
    font-size: 18px;
}
.contact-right-messages textarea{
    width: 95%;
    height: 150px;
    border: none;
    background: #ececec;
    padding:2% 2.5%;
    resize: none;
    font-size: 18px;
}
.contact-right-messages>div:nth-of-type(2){
    width: 48%;
    float: left;
    padding-left:2%;
}
.contact-right-messages>div:nth-of-type(3){
    clear: both;
    position: relative;
}
.contact-right-messages>p{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
}
.contact-right-messages>p>span{
    width: 18px;
    height: 18px;
    display: inline-block;
    background: url(../images/contact/green.png) center no-repeat;
    background-size: contain;
    position: relative;
    top: 3px;
}
.contact-btn{
    width: 70%;
    position: relative;
    left: 15%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #335bb8;
    padding-top: 0!important;
    margin-top: 40px;
}
.contact-right-bottom-2{
    width: 90%;
    position: relative;
    left: 5%;
}
.join-us{
    padding-top: 30px;
}
.join-us>span{
    display: inline-block;
    font-style:italic;
    float: left;
    text-align:center;
}
.join-us>span:nth-of-type(1){
    width: 25%;
}
.join-us>span:nth-of-type(2){
    width: 36.5%;
}
.join-us>span:nth-of-type(3){
    width: 36.5%;
}
.email-input-err{
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 16px;
    line-height: 20px;
}
.email-input-err>span{
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../images/contact/red.png) center no-repeat;
    background-size: contain;
    width: 18px;
    height: 18px;
    position: relative;
    top: 3px;
    margin-right: 3px;
}



.swiper-container-scroll-2{
    position: relative;
    width: 100%;
    height: 100%;
     overflow: hidden;
}
.swiper-container-scroll-2 .swiper-slide{
    height: auto;
    overflow: hidden;
}

.join-us-bottom{
    width: 100%;
    height: 500px;
    padding-top: 20px;
    overflow: hidden;
}
.join-us-line{
    height: 80px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}
.join-us-line.join-us-line-act{
    height: auto
}
.join-us-line>div{
    display: inline-block;
    padding:20px;
    display:flex;
    align-items:center;
}
.join-us-line>div>span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin:0 auto;
}
.join-us-line-act>div>span{
    display: inline-block;
    -webkit-line-clamp: auto;
}
.join-us-line>div:nth-of-type(1){
    width: 25%;
    background: #335bb8;
    color: #fff;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    box-sizing: border-box;
}
.join-us-line>div:nth-of-type(2){
    width: 37.3%;
    background: #ececec;
    margin-right: 0;
    height: 100%;
    position: relative;
    left: 25.5%;
    box-sizing: border-box;
}
.join-us-line>div:nth-of-type(3){
    width: 37.3%;
    background: #ececec;
    margin-left: 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;

}
