.banner {
    /*background: url("../images/contact_bg.jpg") no-repeat center;*/
    background-size: cover;
    height: 712px;
    padding: 0.1px;
}
.banner-text p {
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 100;
}
.banner-text {
    margin-top: 300px;
}
.banner-text .en-text {
    font-family: 'Light', sans-serif;
    font-size: 30px;
    color: rgba(255, 255, 255, 0.85) !important;
}
.banner-text .cn-text {
    font-size: 56px;
}
.center {
    background: url("../images/info-bg.png") no-repeat;
    background-size: 100% 100%;
}
.info {
    padding: 120px 120px 120px 260px;
    width: 80%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}
.info > .info-text {
    padding: 40px 0;
}
.info > .info-text > p {
    letter-spacing: 2px;
}
.info-text .en-title {
    font-size: 20px;
    font-family: 'sans';
    color: #666;
    letter-spacing: 3px;
}
.info-text .cn-title {
    font-size: 48px;
    margin-bottom: 30px;
}
.info-text .content {
    color: #0162d0;
    font-size: 25px;
    letter-spacing: 5px !important;
}
.info .info-list {
    display: flex;
    margin-top: 127px;
    gap: 70px;
}
.info .info-list li {
    text-align: center;
}
.lx .tel {
    ;
    color: rgba(102, 102, 102, 1);
}
.lx p {
    width: 313px !important;
}
.info .list-text .title {
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
    /*font-weight: bold;*/
    line-height: 70px;
    ;
}
.info .info-list .details p {
    text-align: left;
    color: rgba(102, 102, 102, 0.85);
    font-size: 16px;
    line-height: 30px;
    width: 218px;
}
.info .info-list .list-img {
    display: inline-block;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
    transition: all 0.3s;
}
/*.info-list li:nth-child(1) span {
    padding: 30px 28px !important;
}*/
.info .info-list .list-img:hover {
    background-color: #3ecd58;
    border: 0;
}
.info .info-list li:nth-child(2) .list-img {
    padding: 28px 30px;
}
.info .info-list .list-img  img {
    display: block;
    margin: 0 auto;
}
.info .img img {
    object-fit: cover;
    display: block;
}
.lx,
.lx > .list-text > p {
    text-align: left !important;
}
.lx >.list-img,
.lx .title {
    margin-left: 20px;
}

.map-box {
    background-color: #eef9ff;
    padding: 60px 0 120px;
    position: relative;
}
#map {
    width: 1700px;
    height: 700px;
    background-color: #fff;
    margin: 0 auto;
    border-radius: 60px;
    box-shadow: 5px 5px 10px rgba(0, 96, 240, 0.07);
}
.map-box > .map-img {
    background-color: #3ecd58;
    position: absolute;
    padding: 10px 20px;
    border-radius: 50px;
    top: 358px;
    left: 815px;
    z-index: 99;
}
.join {
    background: url("../../static/images/join.jpg") no-repeat center;
    background-size: cover;
    height: 936px;
    position: relative;
}
.join .join-text {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.join .join-text p {
    color: #ffffff;
    text-align: center;
}
.join .join-text > .en-text {
    font-size: 103px;
    font-family: 'sans';
    letter-spacing: 10px;
    transition: all 0.6s;
    transform: scale(2);
}
.join .join-text > .cn-text {
    margin-top: 20px;
    font-size: 48px;
    letter-spacing: 5px;

}
.join-list {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 50px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.join-list li {text-align: center;}
.join-list li p {
    color: #ffffff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 20px;
    margin-top: 20px;
}
.join-list li .img {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 50%;
    transition: all 0.3s;
    height: 120px;
    width: 120px;
    position: relative;
}
.join-list li .img img {
    display: block;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.join-list li .img:hover {
    background-color: #3ecd58;
    border: 0;
}
.post {
    flex-direction: column;
    padding: 130px 0;
}
.post .title .en-title {
    color: #666666;
    font-size: 20px;
    font-family: 'sans';
    letter-spacing: 2px;
}
.post .title .cn-title {
    font-size: 48px;
}
.post-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.post-list li {
    display: flex;
    width: 610px;
    background-color: #f7fcff;
    align-items: center;
    padding: 50px 40px;
    justify-content: space-between;
    border-radius: 20px;
    margin-bottom: 20px;
    letter-spacing: 3px;
}
.post-list li p {
    font-size: 30px;
}
.post-list li img {
    vertical-align: bottom;
}
.post-list a {
    display: block;
    color: #0060f0;
    font-size: 14px;
    border: 1px solid #0060f0;
    padding: 8px 28px;
    border-radius: 30px;
    transition: all 0.3s;
}
.post-list a:hover {
    color: #ffffff;
    background-color: #3ecd58;
    border: 0;
}
.post-list > li > a > div {
    display: inline-flex;
    align-items: center;
}
@media screen and (max-width: 1840px) {
    .info{
        padding: 100px;
    }
    .lx p {
        width: 218px !important;
    }
    #map {
        width: 90%;
    }
}
@media screen and (max-width: 1600px){
    .info .img img{
        width: 500px;
    }
}
@media screen and (max-width: 1480px) {
    .join-list{width: 92%}
    .banner{
        height: 468px;
        background-size: contain;
    }
    .info{
        display: block;
        width: 100%;
        padding: 80px 60px;
    }
    .info .img {
        display: none;
    }
    .info .info-list {
        justify-content: space-evenly;
    }
    .post-list li {
        width: 42%;
    }
}
@media screen and (max-width: 1120px) {
    .post-list li {
        width: 100%;
    }
}
@media screen and (max-width: 960px){
    .join {
        height: 600px;
        background-position: 71%;
    }
    .info {
        padding: 60px 0 20px 40px;
    }
    .info .info-list {
        justify-content: center;
        gap: 50px;
    }
    .join .join-text > .en-text {
        transform: scale(1);
    }
    .join .join-text > .en-text {
        font-size: 68px;
    }
    .join .join-text > .cn-text{
        font-size: 40px;
        margin-top: 0;
    }
}
@media screen and (max-width: 780px) {
    .info .info-list .details p{
        font-size: 14px;
        width: 150px;
        line-height: 25px;
    }
    .join-list li p{
        font-size: 16px;
    }
    #map {
        height: 500px;
    }
}
@media screen and (max-width: 670px) {
    #map{
        height: 350px;
    }
    .banner {
        height: 468px;
    }
    .banner-text {margin-top: 150px}
    .join-list img {
        width: 40px;
        height: auto;
    }
    .join-list li .img{
        width: 80px;
        height: 80px;
    }
   /* .join-list li:nth-child(2) .img {
        padding: 20px !important;
    }
    .join-list li .img {
        padding: 20px;
    }*/
    .join-list li p {
        font-size: 12px;
    }
    .post .title .en-title {
        font-size: 14px;
    }
    .post .title .cn-title{
        font-size: 28px;
    }
    .post-list li p {
        font-size: 22px;
    }
    .join-list li p{
        width: 70%;
        margin: 20px auto;
    }
}
@media screen and (max-width: 580px){

    .join .join-text > .en-text{font-size:46px}
    .join .join-text > .cn-text {
        font-size: 28px;
    }
    .info-text .en-title {
        font-size: 16px;
    }
    .info-text .cn-title {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .info-text .content {
        font-size: 18px;
    }
    .info .list-text .title {
        font-size: 18px;
    }
    .info .info-list {
        justify-content:space-evenly
    }
    .info .info-list .details p{
        width: 100px;
        font-size: 12px;
    }
    .lx p {
        font-size: 200px;
    }
    .lx >.list-img,
    .lx .title {margin-left: 0}

}
@media screen and (max-width: 470px) {
.join-list{width:100%}
.join-list li{width: 24%}
.join-list li p{width:100%;font-size:14px}
.info .info-list li  .list-text{flex:1;}
    .banner{
        height: 350px;
    }
    .info .info-list {
        flex-direction: column;
        margin-top: 30px;
    }
    .info .info-list li {
        text-align: left;
        display: flex;
        gap: 20px;
        align-items: center;
    }
	.info .info-list .details p{font-size: 14px}
    .info .info-list .details p{
        width: 95%;
    }
    .info .info-list .list-img{
        padding: 20px !important;
        height: 20px;
    }
    .info .info-list .list-img img{
        width: 20px;
        height: auto;
    }
    .info .list-text .title {line-height: 50px;text-align: left}
    .info-text .en-title {
        font-size: 12px;
    }
    .info-text .cn-title {
        font-size: 28px;
        margin-bottom: 10px;

    }
    .info-text .content {
        font-size: 14px;
        letter-spacing: 2px !important;
    }
    .post-list a
    {
        font-size: 12px;
        padding: 8px 20px;
    }
    .post {
        padding: 80px 0;
    }
    .join-list img {
        width: 30px;
        height: auto;
    }
    .join-list li .img {
        width: 60px;
        height: 60px;
    }
    .banner-text .cn-text{font-size: 36px}
    .banner-text .en-text{font-size: 18px}
    .join .join-text{width: 100%}
}