﻿.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
    }

.module {
    padding: 6.25vw 0
}

    .module .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .module .info {
        width: 50%;
        /*padding-right: 8.854167vw*/
    }

        .module .info .name {
            font-size: 1.5625vw;
            line-height: 1.3;
            font-weight: 500;
            color: #333
        }

        .module .info .text {
            margin-top: 1.302083vw;
            font-size: .833333vw;
            line-height: 1.8;
            font-weight: 500;
            color: #666
        }

    .module .img {
        width: 50%;
        padding-left: 8.854167vw
    }

        .module .img img {
            display: block;
            width: 100%;
            height: auto
        }

.module2 {
    padding: 3.90625vw 0;
    background: url(/images/bg2.png) no-repeat 50% 50%;
    background-size: cover
}

    .module2 .container {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }

        .module2 .container .list {
            width: 50%
        }

            .module2 .container .list:first-child {
                padding-right: 4.166667vw
            }

            .module2 .container .list:nth-child(2) {
                padding-left: 4.166667vw
            }

    .module2 .m-head {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 3.90625vw
    }

        .module2 .m-head .icon {
            display: block;
            width: 6.25vw;
            height: auto
        }

        .module2 .m-head .contact-info {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            flex: 1;
            text-align: right
        }

        .module2 .m-head .name,
        .module2 .m-head .tel {
            font-size: 1.041667vw;
            line-height: 1.5;
            color: #666
        }

        .module2 .m-head .tel {
            color: #0054a6
        }

    .module2 .title {
        font-size: 1.510417vw;
        color: #333;
        font-weight: 500
    }

    .module2 .text {
        margin-top: .520833vw;
        font-size: .833333vw;
        line-height: 1.8;
        color: #666;
        font-weight: 500
    }

.module3 {
    padding: 4.947917vw 0 5.729167vw
}

    .module3 .title {
        font-size: 1.5625vw;
        font-weight: 500;
        color: #333
    }

    .module3 .module-box {
        margin-top: 3.125vw;
        font-size: 0
    }

        .module3 .module-box .list {
            display: inline-block;
            width: 25%
        }

            .module3 .module-box .list .icon {
                display: block;
                height: 2.208333vw;
                width: auto;
                margin: 0 auto
            }

            .module3 .module-box .list .name {
                margin-top: .78125vw;
                text-align: center;
                font-size: 1.041667vw;
                color: #333;
                font-weight: 500
            }

@media (max-width:1460px) {

    .en .module2 .text,
    .en .module .info .text {
        font-size: 16px
    }
}

@media (max-width:640px) {
    .module {
        padding: 30px 0
    }

        .module .container {
            display: block
        }

        .module .info {
            width: 100%;
            padding: 0 0 15px
        }

            .module .info .name {
                font-size: 18px
            }

            .module .info .text {
                font-size: 14px !important
            }

        .module .img {
            width: 100%;
            padding: 0
        }

    .module2 {
        padding: 30px 0
    }

        .module2 .container {
            display: block
        }

            .module2 .container .list {
                width: 100%;
                padding: 0 0 15px !important
            }

                .module2 .container .list:last-child {
                    padding: 0 !important
                }

        .module2 .m-head .icon {
            width: auto;
            height: 40px
        }

        .module2 .m-head .name,
        .module2 .m-head .tel {
            font-size: 14px
        }

        .module2 .m-head .tel,
        .module2 .title {
            font-size: 16px
        }

        .module2 .text {
            font-size: 14px !important
        }

    .module3 {
        padding: 30px 0
    }

        .module3 .title {
            font-size: 18px
        }

        .module3 .module-box {
            margin-top: 25px
        }

            .module3 .module-box .list .icon {
                height: 30px
            }

            .module3 .module-box .list .name {
                font-size: 14px;
                height: 36px;
                line-height: 18px
            }
}
