.index-banner {
    position: relative;
    width: 100%;
}

.index-banner .banner-loop img {
    width: 100%;
}

.banner-pagination {
    position: absolute;
    z-index: 9;
    text-align: center;
    width: 100%;
    bottom: 10px;
}

.banner-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.banner-pagination span {
    width: 50px;
    height: 3px;
    border-radius: 0;
    margin: 0 3px;
}
.order {
    width: 100%;
    height: 86px;
    padding-top: 20px;
    background-color: #f4f4f4;
}
.order .search {
    display: flex;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
        -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.order .text {
    border-radius: 3px;
    border: none;
    padding-left: 15px;
    width: 480px;
    height: 46px;
}

.order input.text:focus {
    background: #fff;
}

.order .btn {
    width: 140px;
    background-color: #24ba79;
    color: #fff;
    border: none;
    margin-left: 15px;
    font-size: 16px;
    border-radius: 3px;
    height: 44px;
}

.index-services .is-list {
    margin: 42px -10px 42px -10px;
}
.index-services .is-list li {
    float: left;
    margin: 0 1%;
    width: 23%;
    box-shadow: 0 3px 24px rgba(177, 177, 177, 0.35);
}
.index-services .is-list li .img-box {
    position: relative;
    height: 153px;
    overflow: hidden;
}
.index-services .is-list li .img-box > img {
    width: 100%;
    max-height: 100%;
}
.index-services .is-list li .img-box .dimmer-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.index-services .is-list li:hover .img-box .dimmer-box {
    opacity: 1;
}
.index-services .is-list li.isl01 .img-box .dimmer-box {
    background-color: rgba(40, 168, 96, 0.8);
}
.index-services .is-list li.isl02 .img-box .dimmer-box {
    background-color: rgba(218, 165, 24, 0.8);
}
.index-services .is-list li.isl03 .img-box .dimmer-box {
    background-color: rgba(255, 101, 101, 0.8);
}
.index-services .is-list li.isl04 .img-box .dimmer-box {
    background-color: rgba(44, 182, 180, 0.8);
}
.index-services .is-list li .word-box {
    height: 182px;
    padding: 27px 16px 0 16px;
    text-align: center;
}
.index-services .is-list li .word-box p.wb-n {
    font-size: 20px;
    color: #2d2d2d;
    font-weight: 600;
}
.index-services .is-list li.isl01:hover .word-box p.wb-n {
    color: #28a860;
}
.index-services .is-list li.isl02:hover .word-box p.wb-n {
    color: #daa518;
}
.index-services .is-list li.isl03:hover .word-box p.wb-n {
    color: #ff6565;
}
.index-services .is-list li.isl04:hover .word-box p.wb-n {
    color: #2cb6b4;
}
.index-services .is-list li .word-box p.wb-c {
    margin-top: 18px;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 24px;
}
.pc-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.tit_en {
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 40px;
    color: #ddd;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
.tit_cn {
    font-size: 30px;
    font-weight: bold;
    color: var(--SW-PAGE-YELLOW-COLOR);
    position: absolute;
    top: 20px;
    transform: translateX(-50%);
    left: 50%;
}

.tit_line {
    width: 60px;
    height: 1px;
    background: var(--SW-PAGE-YELLOW-COLOR);
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.server {
    padding: 80px 0;
}
.index-services .is-list {
    margin-top: 60px;
}
.home-new-list {
    width: 465px;
    height: 250px;
}
.home-new-mid-tip {
    width: 260px;
    height: 240px;
    background-image: url(../images/home-news-center.png);
    background-repeat: no-repeat;
    background-position-y: 100px;
    background-position-x: 100px;
}
.font-28 {
    font-size: 28px;
}
.news-date .month {
    padding-left: 40px;
}
.font-14 {
    font-size: 14px;
}
.news-date {
    width: 60px;
    height: 60px;
    background-image: url(../images/home-news-date-line.png);
    background-repeat: no-repeat;
    background-position-x: 33px;
    background-position-y: 20px;
}
.news-list-title {
    margin-left: 15px;
    width: 390px;
    font-size: 16px;
}
.news-list-title a {
    color: #333;
}
.news-list-title-2 {
    font-size: 14px;
    color: #666666;
    line-height: 22px;
    margin-top: 10px;
    height: 80px;
    overflow: hidden;
}
.height40 {
    height: 40px;
    width: 100%;
    clear: both;
}
.news {
    padding: 0px 0 80px 0;
}
.newlist {
    margin-top: 60px;
}
@media (min-width: 1025px) {
}

@media screen and (min-width: 1600px) {
}

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1250px) {
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
    .index-services .is-list li {
        float: none;
        margin: 0;
        margin-bottom: 10px;
        width: 100%;
        box-shadow: 0 3px 24px rgba(177, 177, 177, 0.35);
    }
    .tit_en {
        font-size: 38px;
    }
    .tit_cn {
        font-size: 26px;
    }
    .home-new-mid-tip {
        display: none;
    }
    .home-new-list {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
    .news-date {
        display: flex;
        width: 30px;
    }
    .font-28 {
        font-size: 16px;
    }
    .news-list-title {
        margin-left: 25px;
        width: calc(100% - 60px);
        font-size: 16px;
    }
    .news-date .month {
        padding-left: 5px;
        font-size: 16px;
    }
    .height40 {
        height: 20px;
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width: 740px) {
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 540px) {
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 413px) {
}

@media screen and (max-width: 375px) {
}
