/* 功能展示 */
.funWrapper{
    width: 100%;
    height: 300px;
    /*padding-top: 125px;*/
    box-sizing: border-box;
    background-image: url("../images/function.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}

.funWrapper .title h3{
    font-size: 36px;
    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
}

.funWrapper .title h2{
    color: #333333;
    
    font-size: 60px;
    font-weight: 500;
}

.funWrapper .title h2 span{
    color: #b9956d;
}

.funWrapper .container{
    position: relative;
    height: 100%;
}

.funWrapper .container .functionText{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    font-size:32px;
    color: #333;
    font-weight: 400;
    display: flex;
    flex-direction:column;
    align-items: center;
}
.funWrapper .container .functionText span:last-of-type{
    display: none;
}

.funWrapper .container > img{
    position: absolute;
    top: 215px;
}

.funWrapper .container > .phone1{
    left: 0;
    z-index: 66;
}

.funWrapper .container > .phone2{
    left: 30%;
}

.funWrapper .container > .phone3{
    left: 55%;
}

.funWrapper .container > .phone4{
    right: 0;
}



.funWrapper .nums{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-color:#b9956d;
}

.funWrapper .nums .container{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.funWrapper .nums .num{
    width: 960px;
    height: 100px;
    display: flex;
    justify-content: space-between;
}

.funWrapper .nums .num > div{
    flex-grow: 1;
    position: relative;
}

.funWrapper .nums .num > div:not(:last-of-type)::after{
    content: '';
    width: 1px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 50%;
    transform:translateY(-50%);
    background: #e8dccf;
}

.funWrapper .nums .num > .num1{
    text-align: left;
}

.funWrapper .nums .num > .num2{
    text-align: center;
}

.funWrapper .nums .num > .num3{
    text-align: right;
}

.funWrapper .nums .num > div > span{
    display: inline-block;
    color: #fff;
}

.funWrapper .nums .num > div > sup{
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    line-height: 48px;
}

.funWrapper .nums .num > div > span:first-of-type{
    font-size: 48px;
    font-weight: 600;
}

.funWrapper .nums .num > div > span:last-of-type{
    font-size: 16px;
    display: block;
}


/* 应用场景 */
.appliWrapper{
    width: 100%;
    height: 890px;
    padding: 125px 0;
    box-sizing: border-box;
}

.appliWrapper .title h3{
    font-size: 36px;
    
    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
}

.appliWrapper .title h2{
    color: #333333;
    
    font-size: 60px;
    font-weight: 500;
}

.appliWrapper .title h2 span{
    color: #b9956d;
}

.appliWrapper .list{
    margin-top: 45px;
    width: 100%;
    height: 460px;
    display: flex;
    flex-direction: row;
    box-shadow: 0 0 10px 8px rgba(0,0,0,.1);
}

.appliWrapper .list .item{
    display: flex;
    flex-direction: column;
}

.appliWrapper .list .item .order{
    order: -1;
}

.appliWrapper .list .item > img{
    width: 100%;
    height: 50%;
    vertical-align: top;
}

.appliWrapper .list .item .item_text{
    width: 100%;
    height: 50%;
    padding: 30px;
    box-sizing: border-box;
}

.appliWrapper .list .item .item_text span{
    font-size: 24px;
    font-weight: 400;
    display: block;
    margin-top: 10px;
    color: #333333;
}

.appliWrapper .list .item .item_text p{
    font-size: 16px;
    color: #ababab;
    margin-top: 20px;
}


/* 功能展示2 */
.funWrapper2{
    width: 100%;
    height: 955px;
    padding: 80px 0 120px;
    box-sizing: border-box;
    background-image: url("../images/standard_fun2_bg.jpg");
}

.funWrapper2 .title h3{
    font-size: 36px;
    
    font-weight: 400;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
}

.funWrapper2 .title h2{
    color: #333333;
    text-align: center;
    
    font-size: 60px;
    font-weight: 500;
}

.funWrapper2 .title h2 span{
    color: #b9956d;
}

.funWrapper2 .listWrapper{
    width: 100%;
    height: 700px;
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

.funWrapper2 .listWrapper .list{
    width: 800px;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.funWrapper2 .listWrapper .list .item{
    width: 380px;
    /*height: 125px;*/
    background: #fff;
    border-radius: 10px;
    margin-bottom: 22px;
    box-sizing: border-box;
    padding: 20px 40px 20px 30px;
}

.funWrapper2 .listWrapper .list .item:nth-child(4n){
    margin-bottom: 0;
}

.funWrapper2 .listWrapper .list .item > img{
    vertical-align: top;
}

.funWrapper2 .listWrapper .list .item > span{
    font-size: 24px;
    font-weight: 400;
    color: #b9956e;
    margin-left: 10px;
}

.funWrapper2 .listWrapper .list .item > p{
    font-size: 16px;
    color: #888888;
    margin-top: 10px;
}


/* 企业荣誉 */
.honorWrapper{
    width: 100%;
    /*height: 1080px;*/
    padding: 105px 0;
    box-sizing: border-box;
    background-image: url("../images/standard_honor_bg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.honorWrapper .title h3{
    font-size: 36px;
    
    font-weight: 400;
    color: #222222;
    text-align: center;
    text-transform: uppercase;
}

.honorWrapper .title h2{
    color: #333333;
    text-align: center;
    
    font-size: 60px;
    font-weight: 500;
}

.honorWrapper .title h2 span{
    color: #b9956d;
}

.honorWrapper .title p{
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-top: 40px;
}

.honorWrapper .listWrapper{
    width: 100%;
    /*height: 615px;*/
    margin-top: 50px;
    /*display: flex;*/
    /*justify-content: space-between;*/
}

.honorWrapper .listWrapper .list{
    width: 700px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.honorWrapper .listWrapper .list .item{
    width: 100%;
    height: 55px;
    line-height: 15px;
    font-size: 16px;
    border-radius: 10px;
    border: 1px solid #d8d8d8;
    padding: 20px;
    box-sizing: border-box;
}

.honorWrapper .listWrapper .list .item > span{
    color: #b9956d;
}

.honorWrapper .listWrapper .imgWrapper{
    /*width: 650px;*/
    width: 100%;
    height: 100%;
}

.honorWrapper .listWrapper .imgWrapper img{
    width: 100%;
    height: 100%;
}


.visionWrapper{
    width: 100%;
    height: 650px;
    padding-top: 120px;
    box-sizing: border-box;
}

.visionWrapper .title h3{
    font-size: 36px;
    
    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
}

.visionWrapper .title h2{
    color: #333333;
    
    font-size: 60px;
    font-weight: 500;
}

.visionWrapper .title h2 span{
    color: #b9956d;
}

.visionWrapper .list{
    width: 100%;
    height: 370px;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.visionWrapper .list .item{
    width: 680px;
    height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 8px 4px rgba(0,0,0,.1);
    padding: 25px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.visionWrapper .list .item .imgWrapper{
    width: 290px;
    height: 100%;
    border-radius: 10px;
}

.visionWrapper .list .item .imgWrapper img{
    width: 100%;
    height: 100%;
}

.visionWrapper .list .item .text{
    width: 325px;
    height: 100%;
    box-sizing: border-box;
    padding-top: 30px;
}

.visionWrapper .list .item .text span{
    font-size: 24px;
}

.visionWrapper .list .item .text > ul {
    list-style-type: none;
    margin-top: 20px;
}

.visionWrapper .list .item .text > ul li{
    padding-left: 12px;
    position: relative;
    font-size: 16px;
    color: #888888;
    line-height: 1.8;
}

.visionWrapper .list .item .text > ul li::before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #b9956d;
    left: 0;
    top: 12px;
}


@media screen and (max-width: 1680px){
    .funWrapper .title h3,
    .appliWrapper .title h3,
    .funWrapper2 .title h3,
    .honorWrapper .title h3,
    .visionWrapper .title h3{
        font-size: 20px;
    }

    .funWrapper .title h2,
    .appliWrapper .title h2,
    .funWrapper2 .title h2,
    .honorWrapper .title h2,
    .visionWrapper .title h2{
        font-size: 40px;
    }

    /*.funWrapper{*/
    /*    height: 950px;*/
    /*}*/
    
    .funWrapper .container .functionText {
        font-size: 28px;
    }

    .funWrapper .container > img{
        top: 120px;
    }

    .funWrapper .nums .num{
        width: 65%;
    }

    .appliWrapper{
        height: 850px;
    }

    .funWrapper2 .listWrapper .list{
        width: 60%;
    }

    .funWrapper2 .listWrapper .list .item{
        width: 48%;
    }

    /*.honorWrapper{*/
    /*    height: 1050px;*/
    /*}*/

    .honorWrapper .listWrapper .list{
        width: 50%;
    }

    /*.honorWrapper .listWrapper .imgWrapper{*/
    /*    width: 48%;*/
    /*}*/

    .honorWrapper .listWrapper .list .item{
        height: auto;
        line-height: 1.4;
        padding: 10px 20px;
    }

    .visionWrapper{
        height: auto;
    }

    .visionWrapper .list .item{
        width: 49%;
    }

    .visionWrapper .list .item .imgWrapper{
        width: 48%;
    }

    .visionWrapper .list .item .text{
        width: 48%;
        padding-top: 10px;
    }

    .visionWrapper .list .item .text > ul li{
        line-height: 1.4;
        margin-bottom: 10px;
    }

    .visionWrapper .list .item .text > ul li:last-of-type{
        margin-bottom: 0;
    }

    .visionWrapper .list .item .text > ul li::before{
        top: 10px;
    }

}


@media screen and (max-width: 1440px){
    .funWrapper .container > .phone1{
        width: 330px;
    }

    .funWrapper .container > .phone2,
    .funWrapper .container > .phone3,
    .funWrapper .container > .phone4{
        width: 230px;
    }
    
    .funWrapper .nums{
        height: 150px;
    }
    
    .funWrapper .container .functionText {
        font-size: 24px;
    }
    
    .funWrapper .container > img{
        top: 160px;
    }

    .funWrapper2 .listWrapper .list{
        width: 52%;
    }

    .funWrapper2 .listWrapper .list .item{
        padding: 15px;
    }

    .funWrapper2 .listWrapper .list .item > img{
        width: 24px;
    }

    .funWrapper2 .listWrapper .list .item > span{
        font-size: 22px;
    }

    /*.funWrapper2 .listWrapper{*/
    /*    height: 590px;*/
    /*}*/

    /*.funWrapper2 .listWrapper .list .item{*/
    /*    height: 130px;*/
    /*}*/

    .honorWrapper .listWrapper .list{
        justify-content: normal;
    }

    .honorWrapper .listWrapper .list .item{
        margin-bottom: 10px;
    }

    .honorWrapper .listWrapper .list .item:last-of-type{
        margin-bottom: 0;
    }

    /*.honorWrapper .listWrapper{*/
    /*    height: 660px;*/
    /*}*/
}

@media screen and (max-width: 1200px){
    .funWrapper .container > .phone1{
        width: 300px;
    }

    .funWrapper .container > .phone2,
    .funWrapper .container > .phone3,
    .funWrapper .container > .phone4{
        width: 200px;
    }

    .funWrapper .container > .phone2{
        left: 32%;
    }

    .funWrapper{
        height: 280px;
    }
    
    .funWrapper2 .listWrapper .list{
        width: 58%;
    }

    .honorWrapper{
        height: auto;
    }

    /*.honorWrapper .listWrapper{*/
    /*    height: 680px;*/
    /*}*/

    .visionWrapper .list .item .text > ul{
        margin-top: 10px;
    }
}

@media screen and (max-width: 1024px){
    .funWrapper{
        height: 220px;
    }
    
    .funWrapper .container .functionText {
        font-size: 20px;
    }

    .funWrapper .title h2{
        font-size: 30px;
    }

    .funWrapper .container > img{
        top: 120px;
    }

    .funWrapper .nums .num > div > span:first-of-type,
    .funWrapper .nums .num > div > sup{
        font-size: 42px;
    }

    .appliWrapper,
    .funWrapper2,
    .honorWrapper{
        padding: 60px 0;
        height: auto;
    }

    .visionWrapper{
        padding-top: 60px;
    }

    .appliWrapper .list .item .item_text > img{
        width: 38px;
    }

    .appliWrapper .list .item .item_text span{
        font-size: 22px;
    }
}


@media screen and (max-width: 992px){
    .funWrapper .container > .phone1{
        width: 32%;
    }

    .funWrapper .container > .phone2,
    .funWrapper .container > .phone3,
    .funWrapper .container > .phone4{
        width: 22%;
    }

    .funWrapper .nums{
        height: 120px;
    }

    .funWrapper .nums .num > div > span:first-of-type,
    .funWrapper .nums .num > div > sup{
        font-size: 34px;
    }

    .funWrapper .nums .num > div:not(:last-of-type)::after{
        height: 50px;
    }

    .appliWrapper .list{
        flex-wrap: wrap;
        height: auto;
        background: #f9f9f9;
    }

    .appliWrapper .list .item{
        flex-shrink: 0;
        width: 100%;
        flex-direction: row;
        margin-bottom: 20px;
        background: #fff;
    }

    .appliWrapper .list .item:last-of-type{
        margin-bottom: 0;
    }

    .appliWrapper .list .item > img{
        width: 50%;
        height: 100%;
    }

    .appliWrapper .list .item .item_text{
        width: 50%;
        height: 100%;
    }

    .appliWrapper .list .item .order{
        order: 1;
    }

    .funWrapper2 .listWrapper .list{
        width: 100%;
    }
    
    .funWrapper2 .listWrapper .list .item:nth-child(4n) {
        margin-bottom: 22px;
    }

    .honorWrapper .listWrapper{
        flex-direction: column;
        margin-top: 30px;
        height: auto;
    }

    .honorWrapper .listWrapper .list{
        margin-bottom: 20px;
    }

    .honorWrapper .listWrapper .list,
    .honorWrapper .listWrapper .imgWrapper{
        width: 100%;
    }

    .visionWrapper .list{
        flex-direction: column;
        height: auto;
    }

    .visionWrapper .list .item{
        width: 100%;
        margin-bottom: 30px;
    }

    .visionWrapper .list .item:last-of-type{
        margin-bottom: 0;
    }

    .visionWrapper .list .item .text{
        padding-top: 30px;
    }

}

@media screen and (max-width: 900px){
    /*.funWrapper{*/
    /*    height: 700px;*/
    /*}*/
}

@media screen and (max-width: 800px){
    /*.funWrapper{*/
    /*    height: 650px;*/
    /*}*/
}

@media screen and (max-width: 768px){
    /*.funWrapper{*/
    /*    height: 580px;*/
    /*}*/
    
    .funWrapper .container .functionText {
        font-size: 18px;
    }
    
    .funWrapper .nums .num{
        width: 60%;
    }

    .funWrapper .nums .num > div > span:first-of-type, .funWrapper .nums .num > div > sup{
        font-size: 28px;
    }

    .funWrapper .nums .num > div:not(:last-of-type)::after{
        height: 40px;
    }

    .funWrapper .title h3, .appliWrapper .title h3, .funWrapper2 .title h3, .honorWrapper .title h3, .visionWrapper .title h3{
        font-size: 15px;
    }

    .honorWrapper .title p{
        font-size: 16px;
    }

    .funWrapper .title h2, .appliWrapper .title h2, .funWrapper2 .title h2, .honorWrapper .title h2, .visionWrapper .title h2{
        font-size: 25px;
    }

    .funWrapper .container > img{
        top: 80px;
    }

    .funWrapper2 .listWrapper .list .item > span,
    .appliWrapper .list .item .item_text span,
    .visionWrapper .list .item .text span{
        font-size: 18px;
    }

    .funWrapper2 .listWrapper .list .item > img{
        width: 20px;
    }

    .appliWrapper .list .item .item_text > img{
        width: 28px;
        vertical-align: top;
    }

    .appliWrapper .list .item .item_text span{
        display: inline-block;
        margin: 0;
        margin-left: 5px;
    }

}

@media screen and (max-width: 700px){
    /*.funWrapper{*/
    /*    height: 580px;*/
    /*}*/

    .funWrapper .nums .num{
        width: 65%;
    }

    .visionWrapper .list .item .text{
        padding-top: 0;
    }
}

@media screen and (max-width: 600px){
    .funWrapper{
        height: 180px;
    }
    
    .funWrapper .container .functionText {
        font-size: 16px;
        line-height: 1.6;
    }
    
    .funWrapper .container .functionText span:last-of-type{
        display: inline;
    }
    .funWrapper .container .functionText span:not(:last-of-type){
        display: none;
    }

    .funWrapper .nums{
        height: 100px;
    }

    .funWrapper .nums .num{
        height: 80px;
    }

    .funWrapper .nums .num > div > span:first-of-type, .funWrapper .nums .num > div > sup{
        font-size: 24px;
    }

    .funWrapper .nums .num > div:not(:last-of-type)::after{
        height: 30px;
    }

    .funWrapper .nums .num > div > span:last-of-type{
        font-size: 14px;
    }

    .funWrapper2 .listWrapper{
        height: 610px;
    }
    .funWrapper2 .listWrapper .list .item,
    .funWrapper2 .listWrapper .list .item:nth-child(4n) {
        margin-bottom: 15px;
    }

    /*.funWrapper2 .listWrapper .list .item{*/
    /*    height: 150px;*/
    /*}*/

    .visionWrapper .list .item .text > ul li{
        font-size: 14px;
    }
}

@media screen and (max-width: 500px){
    /*.funWrapper{*/
    /*    height: 500px;*/
    /*}*/

    .funWrapper .nums .num > div > span:first-of-type, .funWrapper .nums .num > div > sup{
        font-size: 20px;
        line-height: 30px;
    }

    .funWrapper .nums .num > div > span:last-of-type{
        font-size: 14px;
    }

    .funWrapper .nums{
        height: 80px;
    }

    .funWrapper .nums .num{
        width: 100%;
        height: 60px;
    }

    .appliWrapper .list{
        margin-top: 30px;
    }

    .funWrapper2 .listWrapper .list .item > span, .appliWrapper .list .item .item_text span, .visionWrapper .list .item .text span{
        font-size: 16px;
    }

    .appliWrapper .list .item .item_text p,
    .funWrapper2 .listWrapper .list .item > p,
    .honorWrapper .listWrapper .list .item{
        font-size: 14px;
    }

    .visionWrapper .list .item{
        flex-direction: column;
    }

    .visionWrapper .list .item .imgWrapper,
    .visionWrapper .list .item .text{
        width: 100%;
    }

    .visionWrapper .list .item .text{
        margin-top: 20px;
    }

}

@media screen and (max-width: 480px){
}

@media screen and (max-width: 440px){
    .funWrapper{
        height: 150px;
    }
    
    .funWrapper .container .functionText {
        font-size: 14px;
    }

    .funWrapper2 .listWrapper .list .item > span, .appliWrapper .list .item .item_text span, .visionWrapper .list .item .text span,
    .honorWrapper .title p{
        font-size: 14px;
    }

    .appliWrapper .list .item .item_text p, .funWrapper2 .listWrapper .list .item > p, .honorWrapper .listWrapper .list .item,
    .funWrapper .nums .num > div > span:last-of-type,
    .visionWrapper .list .item .text > ul li{
        font-size: 12px;
    }

    .funWrapper2 .listWrapper{
        height: 600px;
    }
    
    .funWrapper2 .listWrapper .list .item, 
    .funWrapper2 .listWrapper .list .item:nth-child(4n) {
        margin-bottom: 10px;
    }

    /*.funWrapper2 .listWrapper .list .item{*/
    /*    height: 120px;*/
    /*}*/

}

@media screen and (max-width: 400px){
}
