/*  */


/* page-banner */

.page-banner {
    position: relative;
}

.page-banner>img {
    display: block;
    width: 100%;
}

.banner-fix {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
}

.banner-fix .fll-con {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding-top: 5%;
}

.banner-fix h4 {
    font-size: 38px;
    line-height: 1;
    font-family: "Arial";
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-transform: capitalize;
    font-weight: bold;
    color: #fff;
}

.banner-fix p {
    line-height: 1;
    font-size: 16px;
    font-family: "arial";
    color: rgba(255, 255, 255, .8)
}

.banner-fix p a {
    color: rgba(255, 255, 255, .8)
}

@media (max-width:1280px) {
    .banner-fix h4 {
        font-size: 32px;
    }
}

@media (max-width:992px) {
    .page-banner>img {
        height: 220px;
        object-fit: cover;
    }
    .banner-fix h4 {
        font-size: 30px;
    }
    .banner-fix p {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .banner-fix h4 {
        font-size: 24px;
    }
}

@media (max-width:640px) {
    .banner-fix h4 {
        font-size: 20px;
    }
}

.fz-36 {
    font-size: 36px
}

.text-uppcase {
    text-transform: uppercase;
}

@media(max-width: 1920px) {
    .fz-36 {
        font-size: 1.875vw
    }
}

@media(max-width: 1280px) {
    .fz-36 {
        font-size: 24px
    }
}

@media(max-width: 1024px) {
    .fz-36 {
        font-size: 20px
    }
}


/* contact */

.contact {
    position: relative;
    padding: 5.2083vw 0 0;
}

.contact-top {
    position: relative;
    margin-bottom: 50px;
}

.contact-gsjj {
    position: relative;
    flex:  0 0 28%;
}

.contact-gsjj .bti {
    font-size: 24px;
    color: #111111;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    font-family: "Arial";
}

.contact-gsjj .jjie {
    font-size: 18px;
    color: #555555;
    line-height: 1.7;
}

.nei-contact-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    flex: 0 0 70%;
    /* width: 47.33%; */
}

.nei-contact-list li {
    position: relative;
    flex: 1;
    flex: 0 0 33.33%;
}

.nei-contact-list li>h3 {
    font-size: 24px;
    color: #111111;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
    font-family: "Arial";
}

.nei-contact-list li .txt {
    font-size: 18px;
    color: #555555;
    line-height: 35px;
    font-family: "Arial";
}

.nei-contact-list li .txt p {
    margin-bottom: 0px;
    display: flex;
    align-items: flex-start;
}

.nei-contact-list li .txt p img {
    margin-right: 5px;
    margin-top: 8px;
}


/*  */

.contact-map {
    position: relative;
    width: 100%;
}

.contact-map img {
    width: 100%;
}

.contact2 {
    position: relative;
    background: #fff;
    padding: 5.2083vw 0;
}

.contact2-con {
    position: relative;
}

@media (max-width:1280px) {
    .contact-gsjj .bti,
    .nei-contact-list li>h3 {
        font-size: 20px;
    }
    .contact-gsjj .jjie,
    .nei-contact-list li .txt {
        font-size: 16px;
    }
}

@media (max-width:992px) {
    .contact-gsjj {
        margin-bottom: 30px;
        padding-right: 0;
        width: 100%;
    }
    .nei-contact-list {
        width: 100%;
    }
    .contact2 {
        padding: 40px 0;
    }
}

@media (max-width:768px) {
    .contact-top {
        margin-bottom: 20px;
    }
    .contact-gsjj .bti {
        line-height: 1.5;
    }
    .nei-contact-list li {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
}