.module1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 4.166667vw 0
}

.module1 .text {
    width: 50%;
    font-size: .833333vw;
    line-height: 1.8;
    padding-right: 6.25vw;
    color: #333
}

.module1 .img {
    width: 50%
}

.module1 .img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.module2 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 4.6875vw
}

.module2,
.module2 .list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.module2 .list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.module2 .list .icon {
    display: block;
    max-width: 1.302083vw;
    max-height: 1.5625vw
}

.module2 .list .name {
    margin-left: .520833vw;
    font-size: .9375vw;
    color: #666;
    line-height: 1.2
}

.module3 {
    padding: 4.947917vw 0;
    background: #f2f6fa
}

.module3 .title {
    font-size: 1.5625vw;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
    color: #333
}

.module3 .module3-box {
    font-size: 0;
    margin: 6.770833vw -6.770833vw 0
}

.module3 .module3-box .list {
    display: inline-block;
    padding: 0 3.645833vw;
    width: 33.33%;
    text-align: center;
    vertical-align: top
}

.module3 .module3-box .list .icon {
    display: block;
    max-width: 4.427083vw;
    height: 4.427083vw;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain
}

.module3 .module3-box .list .name {
    margin-top: 1.302083vw;
    font-size: 1.25vw;
    line-height: 1.2;
    color: #0054a6;
    font-weight: 700
}

.module3 .module3-box .list .text {
    margin-top: 1.041667vw;
    font-size: .833333vw;
    line-height: 1.9;
    color: #666
}

@media (max-width:1460px) {

    .en .module1 .text,
    .en .module3 .module3-box .list .text {
        font-size: 16px
    }
}

@media (max-width:640px) {
    .module1 {
        padding: 30px 0;
        display: block
    }

    .module1 .text {
        width: 100%;
        font-size: 14px !important;
        padding: 0 0 20px
    }

    .module1 .img {
        width: 100%
    }

    .module2 {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }

    .module2 .list {
        padding: 8px 2px;
        width: 50%
    }

    .module2 .list .icon {
        width: 20px;
        height: 20px;
        max-width: none;
        max-height: none;
        -o-object-fit: contain;
        object-fit: contain
    }

    .module2 .list .name {
        padding-left: 8px;
        font-size: 16px
    }

    .module3 {
        padding: 30px 0 10px
    }

    .module3 .title {
        font-size: 22px
    }

    .module3 .module3-box {
        margin: 30px -8px 0
    }

    .module3 .module3-box .list {
        width: 50%;
        padding: 0 8px;
        margin-bottom: 25px
    }

    .module3 .module3-box .list .icon {
        width: 40px;
        height: 40px;
        max-width: none;
        max-height: none;
        -o-object-fit: contain;
        object-fit: contain
    }

    .module3 .module3-box .list .name {
        margin: 10px 0;
        font-size: 16px
    }

    .module3 .module3-box .list .text {
        font-size: 14px !important
    }
}


.banner-comm2 {
    position: relative;
    overflow: hidden
}

.banner-comm2 img {
    display: block;
    width: 100%;
    -webkit-animation: a 10s linear infinite alternate;
    animation: a 10s linear infinite alternate
}

.banner-comm2 .title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 2.604167vw;
    line-height: 1.2;
    color: #fff
}


.server {
    padding: 5.208333vw 0 6.25vw
}

.server .tip {
    font-size: 1.041667vw;
    line-height: 1.1;
    color: #333;
    font-weight: 500;
    padding: 0 0 2.604167vw
}

.server .server-box {
    margin: 0 -1.041667vw;
    font-size: 0
}

.server .list {
    display: inline-block;
    width: 50%;
    padding: 0 1.041667vw 1.5625vw
}

.server .list .name {
    display: block;
    font-size: .833333vw;
    line-height: 1.1;
    color: #000
}

.server .list .name span {
    color: #0054a6
}

.server .list input,
.server .list textarea {
    margin-top: .416667vw;
    display: block;
    width: 100%;
    height: 3.125vw;
    line-height: 3.125vw;
    padding: 0 1.041667vw;
    border-radius: .260417vw;
    border: none;
    outline: none;
    font-size: .833333vw;
    color: #333;
    background: rgba(190, 204, 219, .2)
}

.server .list input:focus,
.server .list textarea:focus {
    background: rgba(192, 204, 219, .5)
}

.server .list textarea {
    height: 6.770833vw;
    line-height: 2.083333vw
}

.server .w100 {
    width: 100%
}

.server .s-btn {
    width: 6.25vw;
    line-height: 3.125vw;
    font-size: .729167vw;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    background: #024ea4;
    border-radius: .260417vw;
    -webkit-transition: all .4s;
    transition: all .4s
}

.server .s-btn:hover {
    -webkit-transform: scale(.9);
    transform: scale(.9)
}

@media (max-width:640px) {
    

    .server .tip {
        font-size: 14px;
        line-height: 1.5;
        padding-bottom: 15px
    }

    .server .server-box {
        margin: 0
    }

    .server .s-btn {
        width: 80px;
        line-height: 32px;
        font-size: 14px
    }

    .server .list {
        width: 100%;
        padding: 0 0 20px
    }

    .server .list .name,
    .server .list .name span {
        font-size: 14px
    }

    .server .list input,
    .server .list textarea {
        margin-top: 10px;
        line-height: 32px;
        height: 32px;
        padding: 0 10px;
        font-size: 14px
    }

    .server .list textarea {
        height: 90px
    }
}