.fixed-icon {
    position: fixed;
    right: 0;
    top: 1rem;
}
.fixed-icon li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #000;
    margin-bottom: 0.05rem;
    cursor: pointer;
}
.fixed-icon li:hover img {
    display: none;
}
.fixed-icon li:hover .fixed-text {
    display: block;
}
.fixed-icon .fixed-text {
    display: none;
    color: #fff;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.16rem;
}
.banner {
    position: relative;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}
.banner-img {
    width: calc(100vw * 3);
    display: flex;
    overflow: hidden;
    transition: all 1s;
}
.banner-img img {
    width: 100vw;
    vertical-align: top;
}
.main-btn {
    display: flex;
    height: 4.4rem;
}
.main-btn .main-btn-li {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
    background-color: #4b7fb9;
    align-items: center;
}
.main-btn .main-btn-li:nth-child(2) {
    background-color: #008382;
}
.main-btn .main-btn-li:nth-child(3) {
    background-color: #002544;
}
.main-btn .main-btn-li:hover {
    background-color: #000;
    cursor: pointer;
}
.main-btn .main-btn-li ul li {
    font-size: 0.16rem;
}
.btn-title {
    font-size: 0.3rem;
    color: #fff;
    font-weight: 400;
    margin: 0.1rem 0;
}
.content-img {
    margin-top: 0.2rem;
    width: 1.14rem;
    height: 1.15rem;
}
.main-btn .main-btn-li ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.main-btn .main-btn-li ul li {
    margin-bottom: 0.04rem;
    margin-left: 0.2rem;
    color: #fff;
    opacity: .5;
}
.btn-link {
    margin: 0.3rem;
    width: 1.2rem;
    height: 0.35rem;
    border: 0.01rem solid #fff;
    color: #fff;
    text-align: center;
    line-height: 0.35rem;
    font-size: 0.16rem;
}
.description-one,.description-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 }
 .description-three {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1.23rem;
 }
 .description-message {
     height: 25rem;
     font-size: 0.16rem;
 }
 .description-message .title {
     margin-top: 0.5rem;
     font-size: 0.3rem;
     color: #007572;
     font-weight: 400;
     cursor: pointer;
 }
 .description-message .message {
     margin-top: 0.2rem;
     width: 8.40rem;
     text-align: center;
     color: #999;
     line-height: 0.25rem;
 }
 .description-message .line {
     margin-top: 0.20rem;
     width: 0.60rem;
     height: 2px;
     background-color: #007572;
 }
 .description-two .cooperation-img {
     margin-top: 0.3rem;
 }
 .news-list {
     margin-top: 0.3rem;
     display: flex;
 }
 .news-list li {
     position: relative;
     margin: 0 0.2rem;
     width: 3.8rem;
     height: 2.45rem;
 }
 .news-list li img {
     width: 100%;
     height: 100%;
 }
 .news-list li .item-date {
    width: 0.70rem;
    height: 0.40rem;
    position: absolute;
    background-color: #1c8388;
    color: #fff;
    left: 0;
    top: 0;
    font-size: 0.18rem;
    text-align: center;
    line-height: 0.4rem;
    opacity: .7;
}
.news-list li .item-info {
    width: 100%;
    height: 0.7rem;
    padding-left: 0.2rem;
    position: absolute;
    bottom: 0;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.news-list li .hover-info {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: .7;
    background: #000 url('../images/news_hover.png') no-repeat 50%;
}
.news-list li .item-info .info-name {
    margin: 0.05rem 0;
    color: #fff;
    font-weight: 400;
    font-size: 0.16rem;
}
.news-list li .item-info .item-desc {
    color: #999;
    font-size: 0.14rem;
}
.news-list li:hover .item-date {
    display: none;
}
.news-list li:hover .item-info {
    display: none;
}
.news-list li:hover .hover-info {
    display: block;
    cursor: pointer;
}
.tool-hide {
    display: none;
    top: 2.3rem;
    right: 0.6rem;
    align-items: center;
    position: fixed;
    width: 1.5rem;
    height: 0.6rem;
    background-color: #000;
    justify-content: center;
    opacity: .7;
}
.tool-share-qr {
    display: none;
    position: fixed;
    width: 2.27rem;
    height: 2rem;
    background-color: #fff;
    top: 2.9rem;
    right: -0.17rem;
}
.tool-hide span {
    font-size: 0.16rem;
    color: #fff;
    cursor: pointer;
}
.slick-dots {
    display: flex;
    left: 50%;
    bottom: 0.2rem;
    position: absolute;
    z-index: 1;
    transform: translateX(-50%);
}
.slick-dots li {
    margin: 0.05rem;
    width: 0.4rem;
    height: 0.04rem;
    background-color: #000;
    opacity: .7;
}
.active {
    background-color: #fff !important;
}

.customer_cont {
    width: 1160px;
    margin: 0 auto;
    /*margin-left: 120px;*/
}

.customer_cont li {
    display: inline-block;
    margin: 0px 0 0 40px;
    width:180px;
}

.contact .contact-l p {
    font-size: 0.18rem;
    color: #007573;
}

.contact .contact-l {
    position: relative;
}

.contact .contact-l img {
    position: absolute;
    left: 0.40rem;
    bottom: -0.15rem;
}

.contact .contact-r .contact-r-ul {
    margin-top: 0.3rem;
    color: #555;
    width: 500px;
}

    .contact .contact-r .contact-r-ul .li {
        font-size: 0.16rem;
        color: #007572;
    }

    .contact .contact-r .contact-r-ul img {
        padding-right: 0.1rem;
    }

    .contact .contact-r .contact-r-ul li {
        margin-bottom: 0.2rem;
    }

.contact .contact-r {
    position: relative;
}

    .contact .contact-r .contact-img img {
        position: absolute;
        left: 3.8rem;
        top: 0.3rem;
        height: 260px;
    }

.joinus-stretch {
    width: 100%;
    font-size: 0.18rem;
    display: flex;
    justify-content: space-between;
    margin-left: -4rem;
}