﻿.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: 30%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 30px;
    line-height: 1.2;
    color: #fff
}


.module {
    padding: 1.854167vw 0 7.8125vw;
    position: relative
}

.module .bg2 {
    position: absolute;
    width: 54.166667vw;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background: url(/images/bg1.png) no-repeat 50% 50%;
    background-size: cover
}

.module .bg1 {
    padding-top: 4.6875vw;
    position: absolute;
    width: 100%;
    height: 32.291667vw;
    right: 0;
    top: 0;
    z-index: 2;
    background: url(/images/bg2.png) no-repeat 100% 50%;
    background-size: 54.166667vw 100%;
    font-size: 6.25vw;
    font-family: OPPOSans;
    font-weight: 700;
    text-align: center;
    color: hsla(0, 0%, 100%, .4)
}

.module .title {
    font-size: 28px;
    line-height: 1.2;
    font-weight: 500
}

.module .text,
.module .title {
    position: relative;
    z-index: 2;
    color: #333
}

.module .text {
    margin-top: 2.604167vw;
    font-size: 14px;
    line-height: 1.9
}

.module .module-box {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 3.90625vw
}

.module .module-box .info {
    width: 50%
}

.module .module-box .info .list {
    margin-top: 2.604167vw
}

.module .module-box .info .list:first-child {
    margin-top: 0
}

.module .module-box .info .s-title {
    font-size: 15px;
    color: #0054a6;
    font-weight: 700;
    line-height: 1.3
}

.module .module-box .info .name {
    margin-top: .520833vw;
    font-size: .833333vw;
    font-weight: 500;
    color: #666
}

.module .module-box .info .t-title {
    font-size: 1.822917vw
}

.module .module-box .img {
    width: 50%
}

.module .module-box .img img {
    display: block;
    max-width: 100%;
    height: auto
}

.module2 {
    padding: 5.729167vw 0;
    text-align: center;
    background: url(../image/about/bg3.png) no-repeat 50% 50%;
    background-size: cover
}

.module2 .line {
    width: .104167vw;
    height: 4.166667vw;
    background: #fff;
    margin: 0 auto
}

.module2 .text {
    margin: 2.34375vw 0;
    font-size: 28px;
    line-height: 1.2;
    color: #ffffff;
}

.en .module2 .text {
    font-size: 1.875vw
}

.module3 {
    position: relative;
    padding: 7.8125vw 0;
    background: #f1f7fb
}

.module3 .bg {
    position: absolute;
    left: 0;
    width: 45.833333vw;
    height: 100%;
    top: 0;
    z-index: 1;
    background: url(../image/about/bg4.png) no-repeat 50% 50%;
    background-size: cover
}

.module3 .container {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.module3 .img {
    width: 50%
}

.module3 .img img {
    display: block;
    max-width: 100%;
    height: auto
}

.module3 .info {
    width: 50%;
    padding-left: 7.8125vw
}

.module3 .info .title {
    font-size: 1.5625vw;
    line-height: 1.2;
    color: #333;
    font-weight: 500
}

.module3 .info .text {
    margin-top: 1.458333vw;
    font-size: .833333vw;
    line-height: 1.9;
    color: #666;
    font-weight: 500
}

@media (max-width:1460px) {
    .en .module .module-box .info .name {
        font-size: 18px
    }
}

@media (max-width:640px) {
    .module .bg2 {
        width: 100%
    }

    .module .bg1 {
        background: transparent
    }

    .module .title {
        font-size: 16px
    }

    .module .text {
        font-size: 14px
    }

    .module .module-box {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .module .module-box .info {
        width: 100%
    }

    .module .module-box .info .s-title {
        font-size: 30px
    }

    .module .module-box .info .t-title {
        font-size: 22px
    }

    .module .module-box .info .name {
        font-size: 14px !important
    }

    .module .module-box .img {
        margin-top: 15px;
        width: 100%
    }

    .module .module-box .img img {
        width: 100%
    }

    .module2 .text {
        font-size: 16px !important
    }

    .module3 .container {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .module3 .img {
        width: 100%
    }

    .module3 .info {
        margin-top: 20px;
        width: 100%;
        padding: 0
    }

    .module3 .info .title {
        font-size: 18px
    }

    .module3 .info .text {
        font-size: 14px
    }
}

/*core01*/
.core01 {
    margin-top: 30px;
}
.core02 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    display: -webkit-flex;
    /* Safari */
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 34px;
}

.core01 .left {
    width: 50%;
    overflow: hidden;
    display: block;
    float: left;
}

.core01 .left img {
    display: block;
    width: 100%;
    transition: all .6s;
}

.core01:hover .left img:hover {
    transform: scale(1.1);
}

.core01 .right {
    display: block;
    width: 50%;
    float: left;
    box-sizing: border-box;
    padding: 0 80px;
}

.core01 .right h3 {
    color: #222222;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
    font-family: "got";
}

.core01 .right h4 {
    font-size: 28px;
    color: #222222;
    margin-bottom: 30px;
}

.core01 .right .font {
    display: block;
    box-sizing: border-box;
    padding-top: 30px;
    margin-bottom: 30px;
}

.core01 .right .font p {
    font-size: 20px;
    color: #222222;
    margin-bottom: 20px;
    font-weight: bold;
}

.core01 .right .font h5 {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
}

.core01 .right .font:last-child {
    margin-bottom: 0;
}


@media (max-width:800px) {
    .core01 .left {
        width: 100%;
    }
    .core01 .right {
        width: 100%;
        padding: 30px 30px;
      }
}

.inside-details-page{line-height: 180%;}