.banner1 {
    width: 100%;
    height: 50vh;
    position: relative;
}
.banner1 .bg {
    width: 100%;
    height: 100%;
}
.banner1 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.banner1 .text {
    position: absolute;
    bottom: 100px;
    left: 6%;
}
.banner1 .text h1 {
    font-size: 60px;
    font-family: PingFang SC l;
    font-weight: 300;
    color: #FFFFFF;
}
.banner1 .text p {
    font-size: 30px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 32px;
    color: #FFFFFF;
    margin-top: 15px;
}
.sec1 .joke {
    width: 1680px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    padding: 60px 0 0;
}
.sec1 .joke .con_left {
    width: 720px;
}
.sec1 .joke .con_left .add_box {
    display: flex;
    justify-content: space-between;
}
.sec1 .joke .con_left .add_box .address h1 {
    font-size: 24px;
    font-family: PingFang SC b;
    font-weight: bold;
    line-height: 30px;
    color: #333333;
    margin-bottom: 39px;
}
.sec1 .joke .con_left .swiper {
    width: 340px;
}
.sec1 .joke .con_left .add_box .address>p {
    font-size: 20px;
    font-family: PingFang SC r;
    font-weight: 500;
    line-height: 30px;
    color: #333333;
    margin-bottom: 5px;
}
.sec1 .joke .con_left .add_box .address .list p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 35px;
    color: #666666;
    transition: 1s;
    cursor: pointer;
}
.sec1 .joke .con_left .add_box .address .list p.on,.sec1 .joke .con_left .add_box .address .list p:hover {
    color: rgba(7, 175, 211, 1);
}
.sec1 .joke .con_left .swiper .swiper-slide .ad {
    opacity: 0 !important;
}
.sec1 .joke .con_left .swiper .swiper-slide-active .ad {
    opacity: 1!important;
}
.sec1 .joke .con_left .swiper .swiper-slide .ad .img {
    overflow: hidden;
    opacity: 0;
    transform: translateY(50px);
    transition: 1s;
    margin-bottom: 15px;
}
.sec1 .joke .con_left .swiper .swiper-slide .ad p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 36px;
    color: #333333;
    opacity: 0;
    transform: translateY(30px);
    transition: 1s;
}
.sec1 .joke .con_left .swiper .swiper-slide .ad p:nth-child(2) {
    transition-delay: 0.2s;
}
.sec1 .joke .con_left .swiper .swiper-slide .ad p:nth-child(3) {
    transition-delay: 0.3s;
}
.sec1 .joke .con_left .swiper .swiper-slide .ad p:nth-child(4) {
    transition-delay: 0.4s;
}
.sec1 .joke .con_left .swiper .swiper-slide .ad p:nth-child(5) {
    transition-delay: 0.5s;
}
.sec1 .joke .con_left .swiper .swiper-slide .ad p span {
    font-weight: 700;
}
.sec1 .joke .con_left .swiper .swiper-slide-active .ad .img,.sec1 .joke .con_left .swiper .swiper-slide-active .ad p {
    opacity: 1!important;
    transform: translateY(0px) !important;
}
.sec1 .joke .con_left .swiper .swiper-slide .ad .img img {
    display: block;
    transition: 3s;
}
.sec1 .joke .con_left .swiper .swiper-slide .ad .img:hover img {
    transform: scale(1.2);
}
.sec1 .joke .con_left .add_box {
    padding-bottom: 66px;
    border-bottom: 1px solid #EBEBEB;
}
.sec1 .joke .con_left .con_box {
    padding-top: 32px;
}
.sec1 .joke .con_left .con_box h5 {
    font-size: 16px;
    font-family: PingFang SC r;
    font-weight: 400;
    line-height: 16px;
    color: #333333;
    margin-bottom: 34px;
}
.sec1 .joke .con_left .con_box form .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 14px;
}
.sec1 .joke .con_left .con_box form .item input {
    width: 340px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    padding: 0 24px;
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 16px;
    color: #000;
}
.sec1 .joke .con_left .con_box form .item .input_box {
    width: 340px;
    height: 44px;
    position: relative;
}
.sec1 .joke .con_left .con_box form .item input::placeholder {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 16px;
    color: #999999;
}
.sec1 .joke .con_left .con_box form .item input {
    position: relative;
}
.sec1 .joke .con_left .con_box form .item .input_box p {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    color: red;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 18%;
}
html[lang='en'] .sec1 .joke .con_left .con_box form .item .input_box p {
    left: 4%;
}
.sec1 .joke .con_left .con_box form textarea {
    width: 723px;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    padding: 12px 24px;
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 16px;
    color: #000;
}
.sec1 .joke .con_left .con_box form textarea::placeholder {
    font-size: 16px;
    font-family: PingFang SC l;
    font-weight: 300;
    line-height: 16px;
    color: #999999;
}
.sec1 .joke .con_left .con_box .more p {
    transition-delay: 0.6s;
    color: #000000;
}
.sec1 .joke .con_left .con_box .more {
    margin-top: 48px;
}
.sec1 .joke {
    padding-bottom: 109px;
}
.sec1 .joke .con_left .con_box .more .line .right div {
    background: #57c9e1!important;
}
.sec1 .joke .con_left .con_box .more .line .left div {
    background: #649ccb!important;
}
.sec1 .joke .con_left .con_box .more:hover p {
    color: #fff;
}
.sec1 .joke .con_right{
    width: 50%;
}
.sec1 .joke .con_right #map{
    width: 100%;
    height: 43.75vw;
    max-height: 840px;

}
@media screen and (max-width: 2560px){

}


@media screen and (max-width: 2048px){

}

@media screen and (max-width: 1856px){

}

@media screen and (max-width: 1792px){
	.sec1 .joke{
        width: 90%;
    }
    .sec1 .joke .con_right img{
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 1680px){
	.sec1 .joke .con_left .swiper .swiper-slide .ad p {
        line-height: 32px;
    }
    .sec1 .joke .con_left{
        margin-right: 30px;
    }
    .sec1 .joke .con_left .con_box .more {
        margin-top: 30px;
    }
    .sec1 .joke .con_left .add_box {
        padding-bottom: 40px;
    }
    .more{
        width: 180px;
    }
}

@media screen and (max-width: 1600px){
    .sec1 .joke .con_right,
	.sec1 .joke .con_left {
        width: 50%;
    }
    .sec1 .joke .con_left .con_box form textarea {
        padding: 12px 15px;
    }
    .sec1 .joke .con_left .con_box form .item input{
        padding: 0 15px;
    }
}

@media screen and (max-width: 1440px){
	.sec1 .joke .con_left .con_box form .item input,.sec1 .joke .con_left .con_box form .item .input_box{
        width: 48%;
    }
    .sec1 .joke .con_left .con_box form .item .input_box input {
        width: 100%;
    }
    .sec1 .joke .con_left .con_box form textarea{
        width: 100%;
    }
    .sec1 .joke .con_left .swiper {
        width: 50%;
    }
    .sec1 .joke .con_left .swiper .swiper-slide .ad p ,
    .sec1 .joke .con_left .add_box .address .list p {
        font-size: 14px;
        line-height: 30px;
    }
    .sec1 .joke .con_left .con_box form .item input {
        height: 36px;
    }
    .more {
        height: 40px;
    }
    .more p {
        font-size: 14px;
    }
    .sec1 .joke {
        padding-top: 80px;
    }
    .sec1 .joke .con_left .con_box form textarea::placeholder,
    .sec1 .joke .con_left .con_box form .item input::placeholder{
        font-size: 14px;
    }
}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1366px){

}






@media screen and (max-width: 820px){
    .sec1 .joke{
        width: 100%;
        padding: 40px 30px 60px;
        flex-direction: column;
    }
    .sec1 .joke .con_left{
        margin-right: 0;
        width: 100%;
    }
    .sec1 .joke .con_left .add_box{
        justify-content: space-between;
    }
    .sec1 .joke .con_left .swiper .swiper-slide .ad .img img{
        width: 100%;
    }
    .sec1 .joke .con_left .add_box .address{
        width: 50%;
    }
    .sec1 .joke .con_right{
        width: 100%;
        margin-top: 40px;
    }
    .more{
        margin: 0 auto;
    }
    .sec1 .joke .con_left .add_box {
        padding-bottom: 20px;
    }
}


@media screen and (max-width: 768px){

}
.BMap_Marker img {
    width: unset!important;
    height: 100% !important;
}

@media screen and (max-width: 540px){
	.sec1 .joke .con_left .add_box{
        display: flex;
        flex-direction: column;
    }
    .sec1 .joke .con_left .add_box .address{
        width: 100%;
    }
    .sec1 .joke .con_left .add_box .address .list{
        display: flex;
        flex-wrap: wrap;
    }
    .sec1 .joke .con_left .add_box .address .list p{
        width: 50%;
    }
    .sec1 .joke .con_left .swiper{
        width: 100%;
        margin-top: 20px;
    }
    .sec1 .joke{
        padding: 40px 20px 60px;
    }
    .sec1 .joke .con_left .con_box form .item .input_box p {
        left: 24%;
    }
}


@media screen and (max-width: 414px){
	.sec1 .joke .con_left .add_box .address h1 {
        margin-bottom: 20px;
    }
    .sec1 .joke .con_left .swiper .swiper-slide .ad p, .sec1 .joke .con_left .add_box .address .list p {
        font-size: 12px;
        line-height: 24px;
    }
    .sec1 .joke .con_left .con_box form .item .input_box p {
        left: 26%;
    }
}

@media screen and (max-width: 375px){
	.sec1 .joke .con_left .con_box h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 360px){

}




