#fp-nav ul li a span {
    background: #084541 !important;
    border: 2px solid #efefef;
    box-shadow: 0 0 8px #fff;
}

#fp-nav ul li .active {

}

.one-div {
    max-width: 1230px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
    height: 100%;
}

.mySwiper {
    width: 1200px;
    margin: 30px auto;
    overflow: hidden;
    max-height: 514px;
    position: relative;
}

.mySwiper .swiper-slide {
    max-width: 289px;
    max-height: 514px;
    margin-right: 15px;
}

.mySwiper .swiper-slide img {
    max-width: 289px;
}

.mySwiper .swiper-pagination {
    bottom: 50px;
}

.mySwiper .swiper-pagination-bullet-active {
    background: #ff6600;
}

.logo-info {
    display: flex;
    align-items: center;
}

.logo-info img {
    width: 100px;
}

.company_name {
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.company_desc {
    font-size: 16px;
    color: #909399;
    margin-top: 10px;
}

.download-wrap {
    display: flex;
    justify-content: center;
}

.download-btn {
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    box-sizing: border-box;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #409eff;
}

.download-btn:hover {
    background: #66b1ff;
    color: #fff;
}


.five {
    position: relative;
    background: url(../img/web005.jpg) no-repeat;
    background-size: cover;
}

.five-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 2%;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
}

.five-box .big-tit {
    font-size: 60px;
    color: #000;
}

.five-box .txt {
    font-size: 30px;
    color: #000;
    padding: 20px 0;
}

.connect-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    bottom: 30%;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
}

.connect-tit {
    font-size: 40px;
}

.connect-subtit {
    font-size: 28px;
    padding: 20px 0;
}

.connect-txt {
    font-size: 26px;
}

.web-id {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    color: #000;
}

.bottom_info {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
}

.bottom_info .info_box {
    display: flex;
    align-items: center;
    color: #939393;
    justify-content: center;
}

