.outerWrap.ins {
    padding: 0
}

.mainArea {
    padding: 0;
    background-color: #f8f6ed
}

@media (max-width: 1180px) {
    .mainArea {
        padding-top: 60px
    }
}

.topImg {
    position: relative
}

@media (max-width: 1180px) {
    .topImg {
        display: none
    }
}

.topImg.show .Txt p {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1
}

.topImg.show .title {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    opacity: 1
}

.topImg.show .title:before {
    width: 30px
}

.topImg .Img img {
    display: block;
    width: 100%
}

.topImg .Txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-560px, -50%);
    -ms-transform: translate(-560px, -50%);
    transform: translate(-560px, -50%);
    width: 410px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: 1px;
    line-height: 1.8
}

@media (max-width: 1180px) {
    .topImg .Txt {
        top: calc(50% + 35px);
        left: 0px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 20px;
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

.topImg .Txt p {
    -webkit-transition: all .8s 0.6s linear;
    -o-transition: all .8s 0.6s linear;
    transition: all .8s 0.6s linear;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
}

@media (max-width: 767px) {
    .topImg .Txt p {
        display: none
    }
}

.topImg .title {
    position: relative;
    font-size: 30px;
    color: #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
}

@media (max-width: 767px) {
    .topImg .title {
        font-size: 23px;
        text-align: center
    }
}

.topImg .title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .8s linear;
    -o-transition: all .8s linear;
    transition: all .8s linear
}

@media (max-width: 767px) {
    .topImg .title:before {
        display: none
    }
}

.dataBox {
    padding-top: 180px;
    width: 1130px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

/* .dataBox:nth-child(3) {
    padding-bottom: 120px;
} */

.dataBox ul {
    list-style: none;
    padding: 0
}

@media (max-width: 1180px) {
    .dataBox {
        padding: 100px 20px 0;
        width: 100%;
    }
    /* .dataBox:nth-child(3) {
        padding-bottom: 80px;
    } */
}

@media (max-width: 960px) {
    .dataBox {
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
    /* .dataBox:nth-child(3) {
        padding-bottom: 60px;
    } */
}

@media (min-width: 961px) {
    .dataBox:nth-of-type(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .dataBox:nth-of-type(2n) .Txt {
        padding-right: 0;
        padding-left: 50px
    }
}

.dataBox .Txt {
    padding-top: 40px;
    padding-right: 50px;
    width: 42%;
    font-weight: 500;
    color: #464645;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 960px) {
    .dataBox .Txt {
        padding: 20px 0;
        width: 100%;
    }
}

.dataBox .Img {
    width: 58%;
}

@media (max-width: 960px) {
    .dataBox .Img {
        padding: 20px 0;
        width: 100%;
    }
}

.dataBox .Img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.dataBox .title {
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
    color: #b79b5c;
}

.dataBox .title:after, .dataBox .title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 2px;
    width: 11px;
    height: 11px;
    background-color: #62ccc3;
    border-radius: 50%;
}

.dataBox .title:after {
    left: 19px;
}

.dataBox .subTitle {
    margin-bottom: 40px;
    font-size: 23px;
    font-weight: 600;
    color: #353535;
}

.picBox {
    padding-top: 240px
}

.picBox ul {
    list-style: none;
    padding: 0
}

@media (max-width: 1180px) {
    .picBox {
        padding-top: 100px
    }
}

@media (max-width: 960px) {
    .picBox {
        display: none
    }
}

.picBox img {
    display: block;
    max-width: 100%
}