.main>* {
    opacity: 0;
}

.main.active>* {
    opacity: 1;
}




.page-title {
    text-align: center;
}

.page-title h3 {
    position: relative;
    font-size: 32px;
    margin-bottom: 16px;
}

.index .page-title h3 {}

.page-title h3 .cn {
    position: relative;
    z-index: 2;
}

.page-title h3 .en {
    position: absolute;
    top: 40%;
    left: 50%;
    font-size: 36px;
    transform: translate(-50%, 0);
    background-image: -webkit-linear-gradient(top, #f6f6f6, #f8f8f8);
    -moz-background-clip: text;
    -webkit-background-clip: text;
    -moz-text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
}

.page-title .subhead {
    line-height: 36px;
    color: #666666;
    font-size: 18px;
}

.page-title .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-title .icon::before,
.page-title .icon::after {
    content: '';
    width: 88px;
    height: 1px;
    background: url(../img/title_line_left.png) no-repeat center center / 100% 100%;
}

.page-title .icon::after {
    background-image: url(../img/title_line_right.png);
}

.page-title .icon img {
    height: 24px;
    margin: 0 8px;
}

@media screen and (max-width: 1500px) {
    .page-title h3 {
        font-size: 28px;
        margin-bottom: 12px;
    }

    .page-title .subhead {
        font-size: 14px;
    }
}

@media screen and (max-width: 750px) {
    .page-title h3 {
        font-size: 5.6vw;
        margin-bottom: 4vw;
    }

    .page-title h3 .en {
        font-size: 6vw;
    }

    .page-title .subhead {
        line-height: 5.6vw;
        font-size: 3.6vw;
    }

    .page-title .icon img {
        height: 5vw;
    }
    .displayNone{
        display: none !important;
    }
}




.index-banner .swiper-pagination {
    bottom: 40px;
}

.index-banner .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: 200px;
    background-color: #fff;
}

.index-banner .swiper-button-prev::after,
.index-banner .swiper-button-next::after {
    display: none;
}

.index-banner .swiper-button-prev,
.index-banner .swiper-button-next {
    width: 56px;
    height: 56px;
    background: url(../img/swiper_icon_prev.png) no-repeat center center / 12px 22px rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

.index-banner .swiper-button-next {
    background-image: url(../img/swiper_icon_next.png);
}

.index-banner .swiper-button-prev:hover,
.index-banner .swiper-button-next:hover {
    background-color: #b97954;
}

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

    .index-banner .swiper-button-prev,
    .index-banner .swiper-button-next {
        width: 7.4667vw;
        height: 7.4667vw;
        background-size: 1.6vw 2.9333vw;
        border-radius: 0.8vw;
    }

    .index-banner .swiper-pagination {
        bottom: 2.8vw;
    }
}

/* .index-banner .slide1-text{
    position: absolute;
    top: 24.21875%;
    left: 50%;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%, 0);
}
.index-banner .slide1-text .title{
    font-size: 48px;
    background-image: -webkit-linear-gradient(left, #ffdab1, #ffffe0);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
    margin-bottom: 50px;
}
.index-banner .slide1-text .subhead{
    font-size: 24px;
    background-image: -webkit-linear-gradient(left, #ffdab1, #ffffe0);
    -webkit-background-clip: text;
    -webkit-text-fill-color:transparent;
}
@media screen and (max-width: 850px){
    .index-banner .slide1-text{
        top: 50%;
        white-space: unset;
        transform: translate(-50%, -50%);
    }
    .index-banner .slide1-text .title{
        font-size: 5vw;
        white-space: nowrap;
        margin-bottom: 6.4vw;
    }
    .index-banner .slide1-text .subhead{
        font-size: 3.2vw;
    }
} */

.index-banner .slide1-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    white-space: nowrap;
}

.index-banner .slide1-content .title {
    width: 720px;
    position: absolute;
    top: 323px;
    left: 248px;
}

.index-banner .slide1-content .title .en {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    line-height: 0.9;
    color: #f3c899;
    font-size: 48px;
    opacity: 0.1;
}

.index-banner .slide1-content .title .cn {
    font-size: 48px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFE0;
    line-height: 72px;
    margin-bottom: 20px;

    background: linear-gradient(0deg, #F3C899 0%, #FFFFFF 50%, #F3C899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-banner .slide1-content .title span {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #F3C899;
    line-height: 24px;
    white-space: normal;
}

.index-banner .slide1-content .title button {
    display: block;
    width: 136px;
    height: 48px;
    margin-top: 29px;
    background: #B97954;
    border-radius: 10px;
    outline: none;
    border: none;
    color: #fff
}

.index-banner .slide1-content .title .cn p {
    margin-bottom: 20px;
}

.index-banner .slide1-content .title p {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #ffdab1, #ffffe0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-banner .slide1-content .list .list-item {
    width: 120px;
    height: 110px;
    padding: 28px 0 24px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    position: absolute;
    top: 596px;
    left: 246px;
}

.index-banner .slide1-content .list .list-item p {
    font-size: 36px;
    font-family: MicrosoftYaHei;
    font-weight: bold;
    color: #F3C899;
    line-height: normal;

    background: linear-gradient(0deg, #FFFFFF 0%, #F3C899 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-banner .slide1-content .list .list-item h4 {
    margin-top: 8px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: normal;
}

.index-banner .slide1-content .list .list-item:nth-child(2) {
    left: 430px;
}

.index-banner .slide1-content .list .list-item:nth-child(3) {
    left: 614px;
}

@media screen and (max-width: 1145px) {
    .index-banner .slide1-content .title {
        width: calc(100% - 10.66vw);
        top: 19.73vw;
        left: 5.33vw;
    }

    .index-banner .slide1-content .title .en {
        font-size: 30px;
    }

    .index-banner .slide1-content .title .cn {
        font-size: 40px;
    }

    .index-banner .slide1-content .title span {
        display: none;
    }

    .index-banner .slide1-content .title button {
        display: none;
    }

    .index-banner .slide1-content .list .list-item {
        font-size: 12px;
        width: 16vw;
        height: 14.66vw;
        /* padding: 3.73vw 0 3.2vw; */
        padding: 1vw 0;
        text-align: center;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 10px;
        position: absolute;
        top: 27.86vw;
        left: 5.33vw;
    }

    .index-banner .slide1-content .list .list-item p {
        font-size: 4.8vw;
    }

    .index-banner .slide1-content .list .list-item h4 {
        width: 22.5vw;
        margin-top: 1.4vw;
        font-size: 1.866vw;
        font-weight: bold;
        transform: scale(0.7);
        transform-origin: left;
    }

    .index-banner .slide1-content .list .list-item:nth-child(2) {
        left: 24vw;
    }

    .index-banner .slide1-content .list .list-item:nth-child(3) {
        left: 42.66vw;
    }
}

@media screen and (max-width: 844px) {
    .index-banner .slide1-content .title .en {
        font-size: 22px;
    }

    .index-banner .slide1-content .title .cn {
        font-size: 32px;
    }

    .index-banner .slide1-content .title .cn p {
        margin-bottom: 2.4vw;
    }
}

@media screen and (max-width: 750px) {
    .index-banner .slide1-content .title {
        top: 12vw;
    }

    .index-banner .slide1-content .title .en {
        font-size: 3.2vw;
    }

    .index-banner .slide1-content .title .cn {
        font-size: 4.6vw;
    }

    .index-banner .slide1-content .list .list-item {
        font-size: 2.6667vw;
    }

    .index-banner .slide1-content .list .list-item h4 {
        font-size: 3vw;
    }

    .index-banner .slide1-content .list .list-item:nth-child(2) {
        left: 24vw;
    }

    .index-banner .slide1-content .list .list-item:nth-child(3) {
        left: 42.66vw;
    }
}

.index-banner .slide2-content {
    position: absolute;
    top: 30%;
    left: 50%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%, 0);
}

.index-banner .slide2-content .title {
    margin-bottom: 102px;
}

.index-banner .slide2-content .title h3 {
    font-size: 48px;
    margin-bottom: 8px;
}

.index-banner .slide2-content .title .subhead {
    font-size: 24px;
}

.index-banner .slide2-content .list {
    display: flex;
    justify-content: center;
}

.index-banner .slide2-content .list .list-item {
    position: relative;
    width: 9.63vw;
    height: 9.63vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.25vw;
    background: url(../img/banner2_text_bg.png) no-repeat center center / 100% 100%;
    margin-right: 4.6875vw;
}

.index-banner .slide2-content .list .list-item:last-child {
    margin-right: 0px;
}

.index-banner .slide2-content .list .list-item::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -3.54vw;
    width: 2.5vw;
    height: 2.5vw;
    background: url(../img/banner2_cent.png) no-repeat center center / 100% 100%;
    transform: translate(0, -50%);
}

.index-banner .slide2-content .list .list-item:last-child:after {
    display: none;
}

@media screen and (max-width: 1060px) {
    .index-banner .slide2-content {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .index-banner .slide2-content .title {
        margin-bottom: 60px;
    }

    .index-banner .slide2-content .title h3 {
        font-size: 36px;
        margin-bottom: 8px;
    }

    .index-banner .slide2-content .title .subhead {
        font-size: 18px;
    }

    .index-banner .slide2-content .list .list-item {
        font-size: 14px;
        margin-right: 60px;
    }
}

@media screen and (max-width: 750px) {
    .index-banner .slide2-content .title {
        font-size: 5vw;
        margin-bottom: 6vw;
    }

    .index-banner .slide2-content .title h3 {
        font-size: 4.2vw;
        margin-bottom: 1.0667vw;
    }

    .index-banner .slide2-content .title .subhead {
        font-size: 2.4vw;
    }

    .index-banner .slide2-content .list .list-item {
        width: 12vw;
        height: 12vw;
        font-size: 2.4vw;
        margin-right: 4vw;
    }
}

.index-banner .slide3-content {
    position: absolute;
    top: 11.04vw;
    left: 50%;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%, 0);
}

.index-banner .slide3-content .title {
    font-size: 48px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top, #ffffe0, #ffdab1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.index-banner .slide3-content .subhead {
    font-size: 24px;
    background-image: -webkit-linear-gradient(top, #ffffe0, #ffdab1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 90px;
}

.index-banner .slide3-content .list {
    display: flex;
    justify-content: center;
}

.index-banner .slide3-content .list .list-item {
    color: #f3c899;
    font-size: 18px;
    text-align: center;
    margin-right: 90px;
}

.index-banner .slide3-content .list .list-item:last-child {
    margin-right: 0px;
}

.index-banner .slide3-content .list .list-item .item-img {
    width: 39px;
    height: 39px;
    margin: 0 auto 15px;
}

@media screen and (max-width: 1440px) {
    .index-banner .slide3-content {
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .index-banner .slide3-content .title {
        font-size: 36px;
        margin-bottom: 20px;
    }

    .index-banner .slide3-content .subhead {
        font-size: 18px;
        margin-bottom: 60px;
    }

    .index-banner .slide3-content .list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .index-banner .slide3-content .list .list-item {
        width: 25%;
        font-size: 16px;
        margin-right: 0px;
        margin-bottom: 20px;
    }

    .index-banner .slide3-content .list .list-item .item-img {
        width: 39px;
        height: 39px;
        margin: 0 auto 15px;
    }
}

@media screen and (max-width: 750px) {
    .index-banner .slide3-content {
        top: auto;
        bottom: 0;
        transform: translate(-50%, 0);
    }

    .index-banner .slide3-content .title {
        font-size: 4.8vw;
        margin-bottom: 2vw;
    }

    .index-banner .slide3-content .subhead {
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }

    .index-banner .slide3-content .list .list-item {
        font-size: 2.6667vw;
        margin-bottom: 2.4vw;
    }

    .index-banner .slide3-content .list .list-item .item-img {
        width: 5.2vw;
        height: 5.2vw;
        margin: 0 auto 2vw;
    }
}

.index-banner .slide4-text {
    position: absolute;
    top: 11.09vw;
    left: 8.333%;
    color: #fff;
    white-space: nowrap;
}

.index-banner .slide4-text .title {
    font-size: 48px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(top, #ffffe0, #ffdab1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.index-banner .slide4-text .subhead {
    font-size: 18px;
    margin-bottom: 48px;
    background-image: -webkit-linear-gradient(top, #ffffe0, #ffdab1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.index-banner .slide4-text .msgs {
    display: flex;
    align-items: center;
}

.index-banner .slide4-text .msgs .msg {
    position: relative;
    display: flex;
    align-items: center;
    color: #ffdab1;
    font-size: 16px;
    padding-right: 40px;
    margin-right: 40px;
}

.index-banner .slide4-text .msgs .msg::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    margin-top: -7.5px;
    background-color: #f3c899;
}

.index-banner .slide4-text .msgs .msg:last-child:after {
    display: none;
}

.index-banner .slide4-text .msgs .msg img {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}

@media screen and (max-width: 1420px) {
    .index-banner .slide4-text .title {
        font-size: 3.4vw;
        margin-bottom: 2vw;
    }

    .index-banner .slide4-text .subhead {
        font-size: 2.4vw;
        margin-bottom: 1.5vw;
    }

    .index-banner .slide4-text .msgs .msg {
        font-size: 2vw;
        padding-right: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 950px) {
    .index-banner .slide4-text {
        top: 25%;
    }
}

@media screen and (max-width: 750px) {
    .index-banner .slide4-text .title {
        font-size: 4.8vw;
        margin-bottom: 4vw;
    }

    .index-banner .slide4-text .subhead {
        font-size: 3.2vw;
        margin-bottom: 4vw;
    }

    .index-banner .slide4-text .msgs {
        flex-wrap: wrap;
    }

    .index-banner .slide4-text .msgs .msg {
        font-size: 2.8vw;
        padding-right: 2.4vw;
        margin-right: 2.4vw;
        margin-bottom: 1.8vw;
    }

    .index-banner .slide4-text .msgs .msg img {
        width: 4vw;
        height: 4vw;
        margin-right: 1.2vw;
    }
}






.index-pro {
    position: relative;
    padding: 48px 0 1px;
}

.index-pro .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover rgba(0, 0, 0, .5);
    opacity: 0.1;
}

.index-pro .inner {
    position: relative;
}

.index-pro .page-title {
    margin-bottom: 79px;
    font-size: 36px;
}

.index-pro .pro-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
}

.index-pro .pro-tabs .tab {
    position: relative;
    color: #666666;
    font-size: 18px;
    padding-bottom: 19px;
    margin: 0 45px;
    cursor: pointer;
}

.index-pro .pro-tabs .tab::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 32px;
    height: 4px;
    background-color: #b97954;
    transform: translate(-50%, 0);
    border-radius: 20px;
    display: none;
}

.index-pro .pro-tabs .tab.active {
    color: #b97954;
}

.index-pro .pro-tabs .tab.active::after {
    display: block;
}

.index-pro .pro-blocks .block {
    display: none;
}

.index-pro .pro-blocks .block.active {
    display: block;
}

.index-pro .prev-btn,
.index-pro .next-btn {
    position: absolute;
    top: 50%;
    left: 0;
    width: 68px;
    height: 68px;
    margin-top: -34px;
    background: url(../img/icon_pro_prev.png) no-repeat center center / auto 100%;
    cursor: pointer;
}

.index-pro .next-btn {
    left: auto;
    right: 0;
    background-image: url(../img/icon_pro_next.png);
}

.index-pro .prev-btn:hover {
    background-image: url(../img/icon_pro_prev_b.png);
}

.index-pro .next-btn:hover {
    background-image: url(../img/icon_pro_next_b.png);
}

.index-pro .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
}

.index-pro .subhead {
    color: #666666;
    font-size: 18px;
    text-align: center;
    margin-bottom: 33px;
}

.index-pro .btn {
    display: block;
    width: 125px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #b97954;
    border-radius: 4px;
    margin: 0 auto 80px;
}

.index-pro .img {
    max-width: 100%;
    margin: 0 auto;
}

.index-pro .pro-list {
    display: flex;
    justify-content: space-between;
}

.index-pro .pro-list .list-item {
    width: 25%;
    color: #fff;
    text-align: center;
}

.index-pro .pro-list .list-item .item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 180px;
    margin: 0 auto 30px;
}

.index-pro .pro-list .list-item .item-img img {
    max-width: 100%;
    max-height: 100%;
}

.index-pro .pro-list .list-item .item-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.index-pro .pro-list .list-item .item-cont {
    color: #cccccc;
}

.index-pro .check-more {
    margin: 80px auto 48px;
}

@media screen and (max-width: 1500px) {
    .index-pro {
        padding: 44px 0 1px;
    }

    .index-pro .page-title {
        margin-bottom: 50px;
    }

    .index-pro .title {
        font-size: 32px;
    }

    .index-pro .subhead {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .index-pro .pro-tabs {
        margin-bottom: 44px;
    }
}

@media screen and (max-width: 820px) {
    .index-pro .pro-list {
        flex-wrap: wrap;
    }

    .index-pro .pro-list .list-item {
        width: 49%;
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 750px) {
    .index-pro {
        padding: 8vw 0 1px;
    }

    .index-pro .page-title {
        margin-bottom: 8vw;
    }

    .index-pro .pro-tabs {
        margin-bottom: 6.2vw;
    }

    .index-pro .pro-tabs .tab {
        font-size: 3.6vw;
        padding-bottom: 2.4vw;
        margin: 0 2vw;
    }

    .index-pro .pro-tabs .tab::after {
        width: 4.2667vw;
        height: 0.5333vw;
        border-radius: 2.4vw;
    }

    .index-pro .title {
        width: 100%;
        font-size: 4vw;
        margin-bottom: 4vw !important;
        margin: 0 auto;
    }

    .index-pro .subhead {
        width: 90%;
        font-size: 3.6vw;
        margin-bottom: 4vw;
        margin: 0 auto;
    }

    .index-pro .prev-btn,
    .index-pro .next-btn {
        width: 8vw;
        height: 8vw;
        margin-top: -4vw;
        display: none;
    }

    .index-pro .btn {
        width: 24vw;
        line-height: 8vw;
        font-size: 3.6vw;
        border-radius: 0.5333vw;
        margin: 0 auto 9.6vw;
    }

    .index-pro .img {
        width: 100%;
        margin: 0 auto;
    }

    .index-pro .pro-list .list-item .item-img {
        width: 24vw;
        height: 24vw;
        margin: 0 auto 4vw;
    }

    .index-pro .pro-list .list-item .item-title {
        font-size: 4vw;
        margin-bottom: 1.2vw;
    }

    .index-pro .check-more {
        margin: 9.6vw auto 6.4vw;
    }
}





.index-solution {
    padding: 48px 0;
}

.index-solution .page-title {
    margin-bottom: 64px;
}

.index-solution .solution-list {
    display: flex;
    justify-content: space-between;
}

.index-solution .solution-list .list-item {
    position: relative;
    width: 520px;
    max-width: 32%;
    color: #fff;
    text-align: center;
    background: no-repeat center center / cover;
    border-radius: 10px;
    overflow: hidden;
}

.index-solution .solution-list .list-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all .3s ease;
    opacity: 0;
}

.index-solution .solution-list .list-item .mask::after {
    content: '';
    position: absolute;
    top: 0%;
    left: -0%;
    width: 100%;
    height: 100%;
    /* background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) , rgba(255,255,255,.5) , rgba(255,255,255,0) ); */
    background: hsla(0, 0%, 100%, .5);
    transition: all .5s ease;
    transform: scale3d(1.9, 1.4, 1) rotate(45deg) translate3d(0, 150%, 0);
}

/* .index-solution .solution-list .list-item:hover .mask::after{
    transform: scale3d(1.9,1.4,1) rotate(45deg) translate3d(0,-150%,0);
} */
.index-solution .solution-list .list-item .item-text {
    position: relative;
    padding: 45px 26px;
    transition: all .3s ease;
    /* opacity: 0; */
}

.index-solution .solution-list .list-item .item-img {
    width: 54px;
    height: 54px;
    margin: 0 auto 24px;
}

.index-solution .solution-list .list-item .item-title {
    font-size: 24px;
    margin-bottom: 8px;
    color: #111111;
}

.index-solution .solution-list .list-item .item-cont {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;

}

.index-solution .solution-list .list-item .item-btn {
    width: 125px;
    line-height: 42px;
    text-align: center;
    background-color: #B97954;
    border-radius: 4px;
    margin: 0 auto;
    color: #fff
}

/* .index-solution .solution-list .list-item:hover .mask,
.index-solution .solution-list .list-item:hover .item-text{
    opacity: 1;
} */
@media screen and (max-width: 1500px) {
    .index-solution {
        padding: 55px 0;
    }

    .index-solution .page-title {
        margin-bottom: 40px;
    }

    .index-solution .solution-list .list-item .item-title {
        font-size: 18px;
    }

    .index-solution .solution-list .list-item .item-cont {
        font-size: 14px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 1065px) {
    .index-solution .solution-list {
        flex-wrap: wrap;
    }

    .index-solution .solution-list .list-item {
        width: 49%;
        margin-bottom: 1%;
    }
}

@media screen and (max-width: 750px) {
    .index-solution {
        padding: 11.6vw 0;
    }

    .index-solution .page-title {
        margin-bottom: 8vw;
    }

    .index-solution .solution-list .list-item {
        width: 100%;
        margin-bottom: 3%;
    }

    .index-solution .solution-list .list-item .item-text {
        padding: 6vw 3.2vw;
    }

    .index-solution .solution-list .list-item .item-img {
        width: 7.2vw;
        height: 7.2vw;
        margin: 0 auto 3.2vw;
    }

    .index-solution .solution-list .list-item .item-title {
        font-size: 3.2vw;
        font-weight: bold;
        margin-bottom: 1.2vw;
    }

    .index-solution .solution-list .list-item .item-cont {
        line-height: 4vw;
        color: #cccccc;
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }

    .index-solution .solution-list .list-item .item-btn {
        width: 16vw;
        line-height: 6.4vw;
        font-size: 2.68vw;
        border-radius: 0.5333vw;
    }

    .pro2-1-main2 .list .list-item .desc {
        font-size: 3.2vw !important;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #666666;
        line-height: 4.8vw;
    }
}












.index-news {
    padding: 48px 0;
    background: url(../img/index_news_bg.jpg) no-repeat center center / cover;
}

.index-news .page-title {
    margin-bottom: 78px;
}

.index-news .news-list {
    display: flex;
    justify-content: space-between;
}

.index-news .news-list .list-item {
    width: 24%;
    max-width: 384px;
    border-radius: 10px;
    overflow: hidden;
}

.index-news .news-list .list-item .item-img {
    position: relative;
    height: 216px;
    transition: all .3s ease;
}

/* .index-news .news-list .list-item:hover .item-img{
    transform: scale(1.1);
} */

.index-news .news-list .list-item .item-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s ease;
}

.index-news .news-list .list-item .item-img .img2 {
    transform: translate(-20%, 0);
    opacity: 0;
}

.index-news .news-list .list-item:hover .item-img {
    animation: imgblur .8s ease 0s forwards;
}

@keyframes imgblur {
    0% {
        filter: blur(0px) contrast(1);
    }

    50% {
        filter: blur(10px) contrast(4);
    }

    100% {
        filter: blur(0px) contrast(1);
    }
}

.index-news .news-list .list-item:hover .item-img .img2 {
    animation: img2show .8s ease 0s forwards;
}

@keyframes img2show {
    0% {
        transform: translate(-20%, 0);
        opacity: 0;
    }

    100% {
        transform: translate(0%, 0);
        opacity: 1;
    }
}

.index-news .news-list .list-item .item-text {
    position: relative;
    padding: 24px 24px 40px;
    background-color: #fff;
}

.index-news .news-list .list-item .item-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.index-news .news-list .list-item:hover .item-title {
    color: #B97954;
}

.index-news .news-list .list-item .item-cont {
    height: 72px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 24px;
}

.index-news .news-list .list-item .item-msg {
    display: flex;
    align-items: center;
}

.index-news .news-list .list-item .item-msg .msg {
    display: flex;
    align-items: center;
    margin-right: 60px;
}

.index-news .news-list .list-item .item-msg .msg .msg-i {
    width: 23px;
    height: 23px;
    margin-right: 9px;
}

.index-news .news-list .list-item .item-msg .msg .msg-i img {
    width: 100%;
    height: 100%;
}

.index-news .news-list .list-item .item-msg .msg .msg-c {
    color: #999999;
    font-size: 16px;
}

@media screen and (max-width: 1500px) {
    .index-news {
        padding: 44px 0;
    }

    .index-news .page-title {
        margin-bottom: 55px;
    }
}

@media screen and (max-width: 1140px) {
    .index-news {
        padding: 44px 0;
    }

    .index-news .page-title {
        margin-bottom: 50px;
    }

    .index-news .news-list {
        flex-wrap: wrap;
    }

    .index-news .news-list .list-item {
        width: 49%;
        max-width: none;
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 750px) {
    .index-news {
        padding: 9.6vw 0;
    }

    .index-news .page-title {
        margin-bottom: 8vw;
    }

    .index-news .news-list .list-item {
        border-radius: 1.2vw;
    }

    .index-news .news-list .list-item .item-img {
        height: auto;
        padding-bottom: 56.25%;
    }

    .index-news .news-list .list-item .item-text {
        padding: 3.2vw 3.2vw 4.8vw;
    }

    .index-news .news-list .list-item .item-title {
        font-size: 3.6vw;
        margin-bottom: 2.4vw;
    }

    .index-news .news-list .list-item .item-cont {
        height: 8.4vw;
        line-height: 4.2vw;
        margin-bottom: 3.2vw;
    }

    .index-news .news-list .list-item .item-msg {
        justify-content: space-between;
    }

    .index-news .news-list .list-item .item-msg .msg {
        margin-right: 0;
    }

    .index-news .news-list .list-item .item-msg .msg .msg-i {
        width: 3.2vw;
        height: 3.2vw;
        margin-right: 1.2vw;
    }

    .index-news .news-list .list-item .item-msg .msg .msg-c {
        font-size: 3.2vw;
    }
}








.index-cooperation {
    padding: 48px 0;
}

.index-cooperation .page-title {
    margin-bottom: 64px;
}

.index-cooperation .coop-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-cooperation .coop-list .list-item {
    width: 48%;
    max-width: 820px;
    padding: 64px 25px;
    background: no-repeat center center / cover;
    border-radius: 10px;
    margin-bottom: 24px;
}

.index-cooperation .coop-list .list-item .item-title {
    font-size: 24px;
    margin-bottom: 17px;
}

.index-cooperation .coop-list .list-item .item-cont {
    line-height: 36px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 17px;
}

.index-cooperation .coop-list .list-item .item-line {
    width: 24px;
    height: 2px;
    background-color: #000000;
    border-radius: 20px;
}

.index-cooperation .coop-list .list-item:nth-child(2n) {
    text-align: right;
}

.index-cooperation .coop-list .list-item:nth-child(2n) .item-line {
    margin-left: auto;
}

@media screen and (max-width: 1500px) {
    .index-cooperation {
        padding: 42px 0;
    }

    .index-cooperation .page-title {
        margin-bottom: 42px;
    }
}

@media screen and (max-width: 1024px) {
    .index-cooperation .coop-list .list-item {
        width: 100%;
        max-width: none;
    }
}

@media screen and (max-width: 750px) {
    .index-cooperation {
        padding: 8vw 0;
    }

    .index-cooperation .page-title {
        margin-bottom: 8vw;
    }

    .index-cooperation .coop-list .list-item {
        padding: 8vw 3.2vw;
        border-radius: 1.2vw;
        margin-bottom: 3.2vw;
    }

    .index-cooperation .coop-list .list-item .item-title {
        font-size: 4.8vw;
        margin-bottom: 2.4vw;
    }

    .index-cooperation .coop-list .list-item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
        margin-bottom: 2.4vw;
    }

    .index-cooperation .coop-list .list-item .item-line {
        width: 3.2vw;
        height: 0.2667vw;
        border-radius: 2.4vw;
    }
}





.contact-us {
    padding: 88px 0 100px;
    background: url(../img/contact_us_bg.jpg?2) no-repeat center center / cover;
}

.contact-us .page-title {
    margin-bottom: 78px;
}

.contact-us .page-title .cn {
    color: #fff;
}

.contact-us .page-title .en {
    color: #fff;
    opacity: 0.1;
}

.contact-us form {
    display: flex;
    justify-content: center;
    font-size: 16px;
}

.contact-us form .input-box {
    display: flex;
    width: 460px;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
}

.contact-us form input {
    width: 50%;
    height: 48px;
    border-width: 0;
    background: none;
    padding-left: 16px;
}

.contact-us form button {
    width: 120px;
    height: 48px;
    color: #fff;
    text-align: center;
    background-color: #b97954;
    border-width: 0;
    border-radius: 0 4px 4px 0;
    margin-right: 16px;
    cursor: pointer;
}

.contact-us form .link {
    width: 120px;
    line-height: 46px;
    color: #f3c899;
    text-align: center;
    border: 1px solid #f3c899;
    border-radius: 4px;
}

.contact-us form .link+.link {
    margin-left: 16px;
}

.contact-us .hint {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-top: 32px;
}

.contact-us .hint b {
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .contact-us {
        padding: 8vw 0;
    }

    .contact-us .page-title {
        margin-bottom: 8vw;
    }

    .contact-us form {
        font-size: 3.2vw;
        flex-wrap: wrap;
    }

    .contact-us form .input-box {
        display: flex;
        flex: unset;
        width: 70vw;
        background-color: #fff;
        border-radius: 4px 0 0 4px;
    }

    .contact-us form input {
        width: 50%;
        height: 8vw;
        padding-left: 2vw;
    }

    .contact-us form button {
        width: 23vw;
        height: 8vw;
        border-radius: 0 0.8vw 0.8vw 0;
        margin-right: 0;
    }

    .contact-us form .link {
        width: 24vw;
        margin-top: 5vw;
        line-height: 8vw;
        /*border-radius: 02 0.8vw 0.8vw 0;*/
    }

    .contact-us .hint {
        font-size: 4vw;
        margin-top: 4vw;
    }
}





.page-top {
    border-bottom: 2px solid #eeeeee;
}

.page-top .navigator {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-top .navigator .nav {
    position: relative;
    color: #999999;
    font-size: 18px;
    white-space: nowrap;
    padding: 20px 0;
    margin: 0 3.333%;
}

.page-top .navigator .nav::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 32px;
    height: 2px;
    background-color: #b97954;
    transform: translate(-50%, 0);
    border-radius: 20px;
    display: none;
}

.page-top .navigator .nav.active {
    color: #b97954;
}

.page-top .navigator .nav.active::after {
    display: block;
}

@media screen and (max-width: 1500px) {
    .page-top .navigator .nav {
        font-size: 14px;
        padding: 12px 0;
        margin: 0 1.8%;
    }
}

@media screen and (max-width: 750px) {
    .page-top .navigator {
        flex-wrap: wrap;
    }

    .page-top .navigator .nav {
        font-size: 3.6vw;
        padding: 2.4vw 0;
    }
}






.pro1-main1 {
    padding: 48px 0 24px;
}

.pro1-main1 .page-title {
    margin-bottom: 64px;
}

.pro1-main1 .content {
    max-width: 1000px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 48px;
}

.pro1-main1 .img {
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 750px) {
    .pro1-main1 {
        padding: 8vw 0;
    }

    .pro1-main1 .page-title {
        margin-bottom: 8vw;
    }

    .pro1-main1 .content {
        line-height: 5.6vw;
        font-size: 3.2vw;
        margin-bottom: 6.4vw;
    }
}







.pro1-main2 {
    padding: 48px 0 48px;
    background-color: #f6f6f6;
}

.pro1-main2 .page-title {
    margin-bottom: 64px;
}

.pro1-main2 .main2-content {
    padding: 64px 5.416vw;
    border: 1px solid #ffecd8;
    background: no-repeat right center #fff;
    box-shadow: 0 0 30px 0 rgba(185, 121, 84, .1);
    border-radius: 10px;
}

.pro1-main2 .lists {
    display: flex;
    justify-content: space-around;
}

.pro1-main2 .lists .items {
    width: 360px;
    min-height: 365px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(10, 2, 4, 0.0500);
    border-radius: 10px;
    padding: 8px 8px 0 8px;
    box-sizing: border-box;
    position: relative;
}

.pro1-main2 .lists .items .tlt {
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, #B97954, #F3C899);
    border-radius: 6px;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 80px;
    text-align: center;
}

.pro1-main2 .lists .items .cont {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    padding: 32px 29px;
}

.pro1-main2 .lists .items .cont p {
    margin-bottom: 5px;
}

.pro1-main2 .lists .items .cont span {
    font-weight: bold;
}

.pro1-main2 .lists .items .line {
    width: calc(100% - 10px);
    height: 2px;
    background: #F3C899;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.pro1-main2 .main2-content .list {
    max-width: 640px;
}

.pro1-main2 .main2-content .list .item {
    display: flex;
    margin-bottom: 36px;
}

.pro1-main2 .main2-content .list .item:last-child {
    margin-bottom: 0px;
}

.pro1-main2 .main2-content .list .item .item-icon {
    margin-right: 24px;
}

.pro1-main2 .main2-content .list .item .item-icon img {
    width: 33px;
}

.pro1-main2 .main2-content .list .item .item-text {
    flex: 1;
}

.pro1-main2 .main2-content .list .item .item-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.pro1-main2 .main2-content .list .item .item-cont {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
}

.pro1-main2 .main2-content .list .item .item-cont2 p {
    margin-bottom: 15px;
}

.pro1-main2 .main2-content .list .item .item-cont2 p:last-child {
    margin-bottom: 0px;
}

.pro1-main2 .main2-content2 {
    width: 100%;
}

.pro1-main2 .main2-content2 .wyList {
    display: flex;
    justify-content: space-between;
}

.pro1-main2 .main2-content2 .wyList .wyItem {
    display: flex;
    justify-content: space-between;
    width: 30%;
    /* height: 215px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(185, 121, 84, 0.1000);
    border-radius: 10px;
    padding: 64px 48px 48px 48px;
    box-sizing: border-box;
}

.pro1-main2 .main2-content2 .wyList .wyItem .item-icon {
    width: 30px;
    height: 30px;
}

.pro1-main2 .main2-content2 .wyList .wyItem .item-icon img {
    width: 100%;
    height: 100%;
}

.pro1-main2 .main2-content2 .wyList .wyItem .item-text {
    width: calc(100% - 50px);
}

.pro1-main2 .main2-content2 .wyList .wyItem .item-title {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #111111;
    line-height: 28px;
}

.pro1-main2 .main2-content2 .wyList .wyItem .item-cont {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
}

.pro1-main2 .main2-content2 .ysItem {
    width: 345px;
    /* height: 416px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(185, 121, 84, 0.1000);
    border-radius: 10px;
    padding: 40px 56px 80px 56px;
    box-sizing: border-box;
    position: relative;
}

.pro1-main2 .main2-content2 .ysItem img {
    margin: 0 auto;
}

.pro1-main2 .main2-content2 .ysItem .tlt {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #111111;
    line-height: 18px;
    text-align: center;
    margin-top: 33px;
}

.pro1-main2 .main2-content2 .ysItem .cont {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 22px;
}

.pro1-main2 .main2-content2 .ysItem .cont p {
    margin-top: 10px;
}

.pro1-main2 .main2-content2 .ysItem .line {
    width: 64px;
    height: 2px;
    background: #B97954;
    border-radius: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

@media screen and (max-width: 1550px) {
    .pro1-main2 .main2-content2 .ysItem {
        width: 280px;
    }
}

@media screen and (max-width: 1480px) {
    .pro1-main2 .main2-content {
        background-position: right bottom;
        background-size: 45% auto;
    }
}

@media screen and (max-width: 1025px) {
    .pro1-main2 .main2-content {
        background: #fff !important;
    }
}
@media screen and (max-width: 960px) {
    .pro1-main2 .main2-content2 .wyList{
        display: block;
    }
    .pro1-main2 .main2-content2 .wyList .wyItem{
        width: 100%;
        margin-bottom: 32px;
    }
}
@media screen and (max-width: 750px) {
    .pro1-main2 {
        padding: 5.6vw 0 8vw;
        background-size: auto 60vw;
    }

    .pro1-main2 .page-title {
        margin-bottom: 8vw;
    }

    .pro1-main2 .main2-content {
        padding: 6vw;
        background: #fff !important;
        box-shadow: 0 0 4vw 0 rgba(185, 121, 84, .1);
        border-radius: 1.6vw;
    }

    .pro1-main2 .main2-content .list .item {
        margin-bottom: 4.8vw;
    }

    .pro1-main2 .main2-content .list .item .item-icon {
        margin-right: 3.2vw;
    }

    .pro1-main2 .main2-content .list .item .item-icon img {
        width: 4.4vw;
    }

    .pro1-main2 .main2-content .list .item .item-title {
        font-size: 3.6vw;
        margin-bottom: 2.4vw;
    }

    .pro1-main2 .main2-content .list .item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
    }

    .pro1-main2 .main2-content .list .item .item-cont2 p {
        margin-bottom: 2vw;
    }
}





.pro2-1-main2 {
    padding: 60px 0 104px;
}

.pro2-1-main2 .page-title {
    margin-bottom: 64px;
}

.pro2-1-main2 .list {
    display: flex;
    justify-content: space-between;
}

.pro2-1-main2 .list .list-item {
    display: flex;
    flex-direction: column;
    width: 380px;
    max-width: 24%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 4.1vw;
}

.pro2-1-main2 .list .list-item .item-top {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    padding: 48px 32px;
    /* min-height: 200px; */
    height: 190px;
}

.pro2-1-main2 .list .list-item .item-title {
    font-size: 18px;
}

.pro2-1-main2 .list .list-item .item-line {
    width: 36px;
    height: 2px;
    background-color: #b97954;
    margin: 16px 0 8px;
}

.pro2-1-main2 .list .list-item .en {
    color: #cccccc;
    font-weight: bold;
}

.pro2-1-main2 .list .list-item .desc {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.pro2-1-main2 .list .list-item .img {
    margin-left: 12px;
}

.pro2-1-main2 .list .list-item .img img {
    width: 52px;
    height: 52px;
}

.pro2-1-main2 .list .list-item .item-cont {
    flex: 1;
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    /* padding: 25px 35px; */
    background: url(../img/pro2_tab1_main2_bg.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 48px 32px;
}

@media screen and (max-width: 1180px) {
    .pro2-1-main2 .list .list-item .item-top {
        height: 220px;
    }
}

@media screen and (max-width: 1050px) {
    .pro2-1-main2 .list {
        flex-wrap: wrap;
    }

    .pro2-1-main2 .list .list-item {
        width: 49%;
        max-width: none;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 1600px) {
    .pro1-main2 .lists .items {
        width: 280px;
    }
}

@media screen and (max-width: 750px) {
    .pro2-1-main2 {
        padding: 8vw 0;
    }

    .pro2-1-main2 .page-title {
        margin-bottom: 8vw;
    }

    .pro2-1-main2 .list .list-item {
        box-shadow: 0 0 1.6vw 0 rgba(0, 0, 0, .05);
        border-radius: 1.6vw;
        border: 1px solid #FFECD8;
        box-shadow: 0px 0px 30px 0px rgba(185, 121, 84, 0.1000);
        margin-bottom: 4.1vw;
    }

    .pro2-1-main2 .list .list-item .item-top {
        height: 32vw;
        padding: 6.4vw 4vw;
    }

    .pro2-1-main2 .list .list-item .item-title {
        font-size: 4vw;
    }

    .pro2-1-main2 .list .list-item .item-line {
        margin: 2vw 0 1vw;
    }

    .pro2-1-main2 .list .list-item .img {
        margin-left: 1.6vw;
    }

    .pro2-1-main2 .list .list-item .img img {
        width: 10vw;
        height: 10vw;
    }

    .pro2-1-main2 .list .list-item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
        padding: 4vw;
    }

    .page-title h3 .cn {
        font-size: 4.8vw;
    }

    .pro1-main2 .lists {
        flex-wrap: wrap
    }

    .pro1-main2 .lists .items {
        width: 45.3vw;
        padding: 1.1vw 1.1vw 0 1.1vw;
        min-height: auto;
        margin-bottom: 4.2vw;
    }

    .pro1-main2 .lists .items .tlt {
        height: 14.13vw;
        font-size: 4vw;
        font-family: SourceHanSansCN;
        font-weight: 400;
        color: #FFFFE0;
        line-height: 4.8vw;
        padding: 2.6vw 3vw;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pro1-main2 .lists .items .cont {
        padding: 4vw;
        font-size: 3.2vw;
        line-height: 4.8vw;
    }

    .pro1-main2 .lists .items .cont span {
        font-weight: bold;
    }

    .pro1-main2 .lists .items .line {
        width: 43vw;
    }

    .pro1-main2 .main2-content2 .wyList {
        display: block;
    }

    .pro1-main2 .main2-content2 .wyList .wyItem {
        width: 100%;
        height: auto;
        padding: 8.5vw 6.4vw;
        margin-bottom: 4.1vw;
        border-radius: 0;
    }

    .pro1-main2 .main2-content2 .wyList .wyItem .item-icon {
        width: 5.3vw;
        height: 5.3vw;
    }

    .pro1-main2 .main2-content2 .wyList .wyItem .item-text {
        width: 72vw;
    }

    .pro1-main2 .main2-content2 .wyList .wyItem .item-title {
        font-size: 4vw;
        line-height: 5vw;
    }

    .pro1-main2 .main2-content2 .wyList .wyItem .item-cont {
        margin-top: 3vw;
        font-size: 3.3vw;
        line-height: 3.8vw;
    }

    .pro3-main4 .page-title p {
        width: 100% !important;
        font-size: 3.2vw !important;
        line-height: 4.8vw !important;

    }

    .pro1-main2 .main2-content2 .wyList2 {
        display: flex !important;
        flex-wrap: wrap;
    }

    .pro1-main2 .main2-content2 .ysItem {
        width: 46vw !important;
        height: 72vw !important;
        padding: 5.3vw 4.2vw !important;
        margin-bottom: 4vw !important;
    }

    .pro1-main2 .main2-content2 .ysItem img {
        width: 6.4vw;
        height: 6.4vw;
    }

    .pro1-main2 .main2-content2 .ysItem .tlt {
        margin-top: 3vw;
        font-size: 4vw;
    }

    .pro1-main2 .main2-content2 .ysItem .cont {
        margin-top: 3.3vw;
        font-size: 3.1vw;
        line-height: 4vw;
    }

    .pro1-main2 .main2-content2 .ysItem .line {
        width: 8vw;
    }
}

@media screen and (max-width: 600px) {
    .pro2-1-main2 .list .list-item .item-top {
        height: 35vw;
    }
}

@media screen and (max-width: 500px) {
    .pro2-1-main2 .list .list-item .item-top {
        height: 40vw;
    }
}

@media screen and (max-width: 400px) {
    .pro2-1-main2 .list .list-item .item-top {
        height: 45vw;
    }
}








.pro1-main3 {
    padding: 60px 0;
}

.pro1-main3 .page-title {
    margin-bottom: 64px;
}

.pro1-main3 .img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.pro1-main3 .img:nth-of-type(1) {
    display: block;
}
.pro1-main3 .img:nth-of-type(2) {
    display: none;
}
@media screen and (max-width: 750px) {
    .pro1-main2 {
        padding: 8vw 0;
    }

    .pro1-main2 .page-title {
        margin-bottom: 8vw;
    }
    .pro1-main3 .img:nth-of-type(1) {
        display: none;
    }
    .pro1-main3 .img:nth-of-type(2) {
        display: block;
    }
}






.pro2-1-main3 {
    padding: 48px 0 104px;
}

.pro2-1-main3 .page-title {
    margin-bottom: 64px;
}

.pro2-1-main3 .list {
    display: flex;
    justify-content: space-between;
}

.pro2-1-main3 .list .list-item {
    width: 560px;
    max-width: 32%;
    padding: 48px 32px 15px;
    border: 1px solid #f3eae5;
    background-image: -webkit-linear-gradient(left, #ffffff, #f8efef);
    border-radius: 10px;
}

.pro2-1-main3 .list .list-item .item-title {
    font-size: 18px;
    margin-bottom: 32px;
}

.pro2-1-main3 .list .list-item .item-title::after {
    content: '';
    display: block;
    width: 32px;
    height: 2px;
    background-color: #cccccc;
    margin-top: 6px;
}

.pro2-1-main3 .list .list-item .item-cont {
    min-height: 72px;
    line-height: 24px;
    color: #666666;
    font-size: 16px;
}

.pro2-1-main3 .list .list-item .item-msg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -5px;
}

.pro2-1-main3 .list .list-item .item-msg .num {
    color: #cccccc;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
}

.pro2-1-main3 .list .list-item .item-msg .item-img img {
    height: 114px;
}

@media screen and (max-width: 750px) {
    .pro2-1-main3 {
        padding: 8vw 0;
    }

    .pro2-1-main3 .page-title {
        margin-bottom: 8vw;
    }

    .pro2-1-main3 .list {
        display: block;
    }

    .pro2-1-main3 .list .list-item {
        width: 100%;
        max-width: none;
        padding: 6.4vw 4vw 2vw;
        margin-bottom: 4vw;
        border-radius: 1.6vw;
    }

    .pro2-1-main3 .list .list-item .item-title {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    .pro2-1-main3 .list .list-item .item-cont {
        min-height: 14.4vw;
        line-height: 4.8vw;
        font-size: 3.2vw;
    }

    .pro2-1-main3 .list .list-item .item-msg .num {
        font-size: 4.8vw;
    }

    .pro2-1-main3 .list .list-item .item-msg .item-img img {
        height: 24vw;
    }
}







.pro2-2-main2 {
    padding: 48px 0 48px;
    background-color: #f6f6f6;
}

.pro2-2-main2 .page-title {
    margin-bottom: 78px;
}

.pro2-2-main2 .main2-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro2-2-main2 .main2-content .list .item {
    display: flex;
    margin-bottom: 32px;
}

.pro2-2-main2 .main2-content .list .item .item-icon {
    margin-right: 25px;
}

.pro2-2-main2 .main2-content .list .item .item-icon img {
    width: 32px;
}

.pro2-2-main2 .main2-content .list .item .item-title {
    font-size: 18px;
    margin-bottom: 24px;
}

.pro2-2-main2 .main2-content .list .item .item-cont {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
}

.pro2-2-main2 .main2-content .cont-img {
    max-width: 60%;
}

.pro2-2-main2 .main2-content .cont-img img {
    width: 100%;
}

.pro2-2-main2 .wyItem {
    padding-top: 40px !important;
}

@media screen and (max-width: 750px) {
    .pro2-2-main2 {
        padding: 8vw 0;
    }

    .pro2-2-main2 .page-title {
        margin-bottom: 8vw;
    }

    .pro2-2-main2 .main2-content {
        display: block;
    }

    .pro2-2-main2 .main2-content .list .item {
        margin-bottom: 4vw;
    }

    .pro2-2-main2 .main2-content .list .item .item-icon {
        margin-right: 3.2vw;
    }

    .pro2-2-main2 .main2-content .list .item .item-icon img {
        width: 5vw;
    }

    .pro2-2-main2 .main2-content .list .item .item-title {
        font-size: 4vw;
        margin-bottom: 3.2vw;
    }

    .pro2-2-main2 .main2-content .list .item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
    }

    .pro2-2-main2 .main2-content .cont-img {
        max-width: 100%;
    }
}






.pro2-2-main3 {
    padding: 48px 0 104px;
}

.pro2-2-main3 .page-title {
    margin-bottom: 64px;
}

.pro2-2-main3 .list {
    display: flex;
    justify-content: space-between;
}

.pro2-2-main3 .list .list-item {
    width: 520px;
    max-width: 32%;
    padding: 48px 40px;
    background: no-repeat right bottom #fff;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
}

.pro2-2-main3 .list .list-item .item-title {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 24px;
}

.pro2-2-main3 .list .list-item .item-title b {
    font-size: 24px;
    font-weight: bold;
}

.pro2-2-main3 .list .list-item .item-cont {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .pro2-2-main3 {
        padding: 8vw 0;
    }

    .pro2-2-main3 .page-title {
        margin-bottom: 8vw;
    }

    .pro2-2-main3 .list {
        display: block;
    }

    .pro2-2-main3 .list .list-item {
        width: 100%;
        max-width: none;
        padding: 6.4vw 5.2vw;
        background-size: 82vw auto;
        margin-bottom: 8vw;
        border-radius: 1.6vw;
        box-shadow: 0 0 4vw 0 rgba(0, 0, 0, .1);
    }

    .pro2-2-main3 .list .list-item .item-title {
        line-height: 5.2vw;
        font-size: 4vw;
        margin-bottom: 3.2vw;
    }

    .pro2-2-main3 .list .list-item .item-title b {
        font-size: 4.8vw;
    }

    .pro2-2-main3 .list .list-item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
    }
}






.pro2-2-main4 {
    padding: 48px 0 104px;
    /*background: url(../img/pro3_main4_bg.jpg) no-repeat center center / cover #f6f6f6;*/
}

.pro2-2-main4 .page-title {
    margin-bottom: 64px;
}

.pro2-2-main4 .list {
    display: flex;
    justify-content: space-around;
}

.pro2-2-main4 .list .list-item {
    width: 355px;
    max-width: 32%;
    text-align: center;
}

.pro2-2-main4 .list .list-item .item-img {
    margin-bottom: 32px;
}

.pro2-2-main4 .list .list-item .item-img img {
    height: 45px;
    margin: 0 auto;
}

.pro2-2-main4 .list .list-item .item-title {
    font-size: 18px;
}

.pro2-2-main4 .list .list-item .item-line {
    width: 32px;
    height: 2px;
    background-color: #b97954;
    margin: 24px auto 32px;
}

.pro2-2-main4 .list .list-item .item-cont {
    line-height: 36px;
    color: #666666;
    font-size: 16px;
}

.pro2-2-main4 .img {
    max-width: 100%;
    margin: 88px auto 0;
}

@media screen and (max-width: 750px) {
    .pro2-2-main4 {
        padding: 8vw 0;
    }

    .pro2-2-main4 .page-title {
        margin-bottom: 8vw;
    }

    .pro2-2-main4 .list {
        display: block;
    }

    .pro2-2-main4 .list .list-item {
        width: 100%;
        max-width: none;
        margin-bottom: 4vw;
    }

    .pro2-2-main4 .list .list-item .item-img {
        margin-bottom: 4vw;
    }

    .pro2-2-main4 .list .list-item .item-img img {
        height: 9vw;
    }

    .pro2-2-main4 .list .list-item .item-title {
        font-size: 4vw;
    }

    .pro2-2-main4 .list .list-item .item-line {
        margin: 3.2vw auto 4vw;
    }

    .pro2-2-main4 .list .list-item .item-cont {
        line-height: 6vw;
        font-size: 3.2vw;
    }

    .pro2-2-main4 .img {
        margin: 8vw auto 0;
    }
}





.pro2-3-main2 {
    padding: 48px 0 48px;
    background-color: #f6f6f6;
}

.pro2-3-main2 .page-title {
    margin-bottom: 64px;
}

.pro2-3-main2 .main2-content {
    display: flex;
    align-items: center;
    padding: 104px 120px;
    background: url(../img/pro_tab2_3_main2_bg.jpg) no-repeat right bottom / cover;
    border-radius: 4px;
}

.pro2-3-main2 .main2-content .list {
    max-width: 610px;
}

.pro2-3-main2 .main2-content .list .item {
    display: flex;
    align-items: center;
    padding-bottom: 48px;
    border-bottom: 1px solid #e5a47f;
    margin-bottom: 48px;
}

.pro2-3-main2 .main2-content .list .item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
}

.pro2-3-main2 .main2-content .list .item .item-img {
    margin-right: 12px;
}

.pro2-3-main2 .main2-content .list .item .item-img img {
    height: 40px;
}

.pro2-3-main2 .main2-content .list .item .item-cont {
    line-height: 24px;
    color: #fff;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .pro2-3-main2 {
        padding: 8vw 0;
    }

    .pro2-3-main2 .page-title {
        margin-bottom: 8vw;
    }

    .pro2-3-main2 .main2-content {
        padding: 12vw;
        border-radius: 0.8vw;
    }

    .pro2-3-main2 .main2-content .list {
        max-width: none;
    }

    .pro2-3-main2 .main2-content .list .item {
        padding-bottom: 6.4vw;
        margin-bottom: 6.4vw;
    }

    .pro2-3-main2 .main2-content .list .item .item-img {
        margin-right: 1.6vw;
    }

    .pro2-3-main2 .main2-content .list .item .item-img img {
        height: 8vw;
    }

    .pro2-3-main2 .main2-content .list .item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
    }
}





.pro2-4-main2 {
    padding: 48px 0 48px;
    /* background: url(../img/pro_tab2_4_main2_bg.jpg) no-repeat center center / contain #f6f6f6; */
}

.pro2-4-main2 .page-title {
    margin-bottom: 100px;
}

.pro2-4-main2 .list {
    display: flex;
    justify-content: space-between;
}

.pro2-4-main2 .list img {
    margin-top: -80px;
}

.pro2-4-main2 .list .list-item {
    width: 418px;
    max-width: 49%;
    text-align: right;
}

.pro2-4-main2 .list .list-item:last-child {
    text-align: left;
}

.pro2-4-main2 .list .list-item .item-img {
    margin-bottom: 24px;
}

.pro2-4-main2 .list .list-item .item-img img {
    display: block;
    height: 80px;
    margin: 0 auto;
}

.pro2-4-main2 .list .list-item .item-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 24px;
}

.pro2-4-main2 .list .list-item .item-cont {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
}

@media screen and (max-width: 1050px) {
    .pro2-4-main2 {
        background: #fff;
    }

    .pro2-4-main2 .list img {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .pro2-4-main2 {
        padding: 8vw 0;
    }

    .pro2-4-main2 .page-title {
        margin-bottom: 8vw;
    }

    .pro2-4-main2 .list {
        display: block;
    }

    .pro2-4-main2 .list .list-item {
        width: 100%;
        max-width: none;
        text-align: center;
        margin-bottom: 4vw;
    }

    .pro2-4-main2 .list .list-item:last-child {
        text-align: center;
    }

    .pro2-4-main2 .list .list-item .item-img {
        margin-bottom: 3.2vw;
    }

    .pro2-4-main2 .list .list-item .item-img img {
        height: 16vw;
    }

    .pro2-4-main2 .list .list-item .item-title {
        font-size: 4vw;
        margin-bottom: 3.2vw;
    }

    .pro2-4-main2 .list .list-item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
    }
}





.pro2-4-main3 {
    padding: 48px 0;
}

.pro2-4-main3 .page-title {
    margin-bottom: 64px;
}

.pro2-4-main3 .img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.pro2-4-main3 .hxBox {
    width: 100%;
    padding: 0 150px;
    display: flex;
    justify-content: space-around;
}

.pro2-4-main3 .hxBox ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 600px;
}

.pro2-4-main3 .hxBox ul li {
    width: 25%;
    height: auto;
    padding: 38px 0 10px 0;
}

.pro2-4-main3 .hxBox ul li p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 104px;
    height: 104px;
    background: linear-gradient(0deg, #FFFFFF, #FFFAEB);
    box-shadow: 0px 1px 20px 0px rgba(8, 1, 3, 0.1000);
    border-radius: 50%;
    margin: 0 auto;
}

.pro2-4-main3 .hxBox ul li span {
    display: block;
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #111111;
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width: 1500px) {
    .pro2-4-main3 .hxBox {
        display: block;
        padding: 0;
    }

    .pro2-4-main3 .hxBox ul {
        margin: 0 auto;
        width: 100%;
        justify-content: space-around;
    }

    .pro2-4-main3 .hxBox .hxbanner {
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .pro3-main4 .floatBox {
        display: block !important;
        padding: 0 50px !important;
    }

    .pro3-main4 .floatBox div {
        float: none !important;
        margin-top: 30px !important;
    }

    .pro3-main4 .floatBox div p {
        text-align: center !important;
    }

    .pro3-main4 .floatBox div span {
        display: block;
        margin-top: 35px;
        text-align: center !important;
    }

    .pro3-main4 .floatBox img {
        max-width: 100%;
        float: none !important;
        margin: 30px auto 0 auto;
    }

}

@media screen and (max-width: 750px) {
    .pro2-4-main3 {
        padding: 8vw 0;
    }

    .pro2-4-main3 .page-title {
        margin-bottom: 8vw;
    }

    .pro2-4-main3 .hxBox ul li {
        padding: 4.1vw 0 1.2vw 0;
    }

    .pro2-4-main3 .hxBox ul li p {
        width: 12vw;
        height: 12vw;
    }

    .pro2-4-main3 .hxBox ul li p img {
        width: 7.46vw;
        height: 7.46vw;
    }

    .pro2-4-main3 .hxBox ul li span {
        font-size: 3.2vw;
    }
}




.pro4-main2 {
    padding: 48px 0;
    background-color: #f6f6f6;
}

.pro4-main2 .page-title {
    margin-bottom: 64px;
}

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

@media screen and (max-width: 750px) {
    .pro4-main2 {
        padding: 8vw 0;
    }

    .pro4-main2 .page-title {
        margin-bottom: 8vw;
    }
}





.pro4-main3 {
    padding: 48px 0;
}

.pro4-main3 .page-title {
    margin-bottom: 64px;
}

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

@media screen and (max-width: 750px) {
    .pro4-main3 {
        padding: 8vw 0;
    }

    .pro4-main3 .page-title {
        margin-bottom: 8vw;
    }
}






.pro3-main3 {
    padding: 48px 0;
}

.pro3-main3 .page-title {
    margin-bottom: 64px;
}

.pro3-main3 .list {
    display: flex;
    justify-content: space-between;
}

.pro3-main3 .list .list-item {
    position: relative;
    width: 520px;
    max-width: 32%;
    padding: 0 24px 56px 64px;
    background-color: #fff;
    border: 1px solid #f3c899;
    box-shadow: 0 0 20px 0 rgba(102, 102, 102, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.pro3-main3 .list .list-item .num {
    position: relative;
    top: -22px;
    left: -22px;
    width: 104px;
    line-height: 82px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    padding: 22px 0 0 12px;
    background-image: -webkit-linear-gradient(top, #f3c899, #b97954);
    margin-bottom: 37px;
    transform: translate(-50%, 0);
    border-radius: 50%;
    box-sizing: border-box;
}

.pro3-main3 .list .list-item .item-title {
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 24px;
}

.pro3-main3 .list .list-item .item-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 40px;
    height: 2px;
    background-color: #cccccc;
}

.pro3-main3 .list .list-item .item-title .cn {
    position: relative;
    font-size: 18px;
    z-index: 1;
}

.pro3-main3 .list .list-item .item-title .en {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fef6e5;
    font-size: 72px;
    font-weight: bold;
}

.pro3-main3 .list .list-item .item-cont {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 24px;
}

.pro3-main3 .list .list-item .item-icon img {
    width: 38px;
}

@media screen and (max-width: 750px) {
    .pro3-main3 {
        padding: 8vw 0;
    }

    .pro3-main3 .page-title {
        margin-bottom: 8vw;
    }

    .pro3-main3 .list {
        display: block;
    }

    .pro3-main3 .list .list-item {
        width: 100%;
        max-width: none;
        padding: 0 4vw 5vw;
        margin-bottom: 4vw;
        box-shadow: 0 0 2.4vw 0 rgba(102, 102, 102, 0.1);
        border-radius: 1.6vw;
    }

    .pro3-main3 .list .list-item .num {
        top: -2.9333vw;
        left: -2.9333vw;
        width: 13.8667vw;
        line-height: 10.9333vw;
        font-size: 4.6vw;
        padding: 2.9333vw 0 0 1.6vw;
        margin-bottom: 4.5vw;
        transform: translate(-20%, 0);
    }

    .pro3-main3 .list .list-item .item-title {
        padding-bottom: 1.6vw;
        margin-bottom: 3.2vw;
    }

    .pro3-main3 .list .list-item .item-title::after {
        width: 5.6vw;
        height: 0.5333vw;
    }

    .pro3-main3 .list .list-item .item-title .cn {
        font-size: 4vw;
    }

    .pro3-main3 .list .list-item .item-title .en {
        font-size: 12vw;
    }

    .pro3-main3 .list .list-item .item-cont {
        line-height: 4.8vw;
        color: #666666;
        font-size: 3.2vw;
        margin-bottom: 3.2vw;
    }

    .pro3-main3 .list .list-item .item-icon img {
        width: 6vw;
    }
}





.pro3-main4 {
    padding: 48px 0;
    /*background: url(../img/pro3_main4_bg.jpg) no-repeat center center / cover #f6f6f6;*/
}

.pro3-main4 .page-title {
    margin-bottom: 64px;
}

.pro3-main4 .page-title p {
    width: 416px;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin: 0 auto;
}

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

.pro3-main4 .ycList {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pro3-main4 .ycList .ycItem {
    width: 130px;
}

.pro3-main4 .ycList .ycItem div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: linear-gradient(0deg, #B97954, #F3C899);
    border-radius: 50%;
    position: relative;
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #FFFFFF;

    margin: 0 auto;
}

.pro3-main4 .ycList .ycItem div img {
    position: absolute;
    left: 64px;
    top: 50%;
    transform: translate(0, -50%);
}

.pro3-main4 .ycList .ycItem p {
    font-size: 18px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #111111;
    line-height: 18px;
    margin-top: 24px;
    text-align: center;
}

.pro3-main4 .ycList .ycItem span {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    margin-top: 20px;
    text-align: center;
}

.pro3-main4 .xjList {
    display: flex;
    justify-content: space-around;
}

.pro3-main4 .xjList .xjItem {
    width: 20%;
    text-align: center;
}

.pro3-main4 .xjList .xjItem img {
    width: 52px;
    height: 52px;
    margin: 0 auto;

}

.pro3-main4 .xjList .xjItem p {
    width: 100%;
    margin-top: 30px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #666666;
}

.pro3-main4 .floatBox {
    height: 100%;
    padding: 0 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro3-main4 .floatBox div p {
    font-size: 32px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #B97954;
    text-align: right;
}

.pro3-main4 .floatBox div span {
    font-size: 24px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #111111;
    margin-top: 30px;
}
.pro3-main4 .imgs:nth-of-type(1){
    display: block;
}
.pro3-main4 .imgs:nth-of-type(2){
    display: none;
}

@media screen and (max-width: 1500px) {
    .pro3-main4 .ycList .ycItem div img {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .pro3-main4 {
        padding: 8vw 0;
    }

    .pro3-main4 .page-title {
        margin-bottom: 8vw;
    }

    .pro3-main4 .ycList {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .pro3-main4 .ycList .ycItem {
        width: 50%;
        margin-bottom: 5.1vw;
    }

    .pro3-main4 .ycList .ycItem div {
        width: 12.8vw;
        height: 12.8vw;
        font-size: 4.8vw;
    }

    .pro3-main4 .ycList .ycItem p {
        font-size: 4vw;
        margin-top: 3vw;
    }

    .pro3-main4 .ycList .ycItem span {
        font-size: 3.2vw;
        margin-top: 3vw;

    }

    .pro3-main4 .xjList {
        flex-wrap: wrap;
    }

    .pro3-main4 .xjList .xjItem {
        width: 50%;
        margin-bottom: 5.1vw;
    }

    .pro3-main4 .xjList .xjItem:last-child {
        margin-right: auto;
    }

    .pro3-main4 .xjList .xjItem img {
        width: 6.93vw;
        height: 6.93vw;
    }

    .pro3-main4 .xjList .xjItem p {
        font-size: 4vw;
        margin-top: 4vw;
    }

    .pro3-main4 .floatBox {
        padding: 0 !important;
        width: 100% !important;
        height: auto !important;
    }

    .pro3-main4 .floatBox div {
        float: none !important;
        margin-top: 4vw !important;
    }

    .pro3-main4 .floatBox div p {
        text-align: center !important;
        font-size: 4.8vw;
    }

    .pro3-main4 .floatBox div span {
        display: block;
        text-align: center !important;
        font-size: 4vw;
        color: #111111;
        margin-top: 3.5vw;
    }

    .pro3-main4 .floatBox img {
        width: 100%;
        height: auto;
        margin-top: 4vw;
    }
    .pro3-main4 .imgs:nth-of-type(1){
        display: none;
    }
    .pro3-main4 .imgs:nth-of-type(2){
        display: block;
    }
}





.pro4-main1 {
    padding: 64px 0;
}

.pro4-main1 .page-title {
    margin-bottom: 64px;
}

.pro4-main1 .main1-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}

.pro4-main1 .main1-list .list-item {
    width: 25%;
    text-align: center;
}

.pro4-main1 .main1-list .list-item .item-img {
    width: 39px;
    height: 39px;
    margin: 0 auto 36px;
}

.pro4-main1 .main1-list .list-item .item-title {
    font-size: 18px;
}

.pro4-main1 .main1-img-list {
    opacity: 0;
}

.pro4-main1 .main1-img-list .list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}

.pro4-main1 .main1-img-list .list-item .item-img {
    position: relative;
    height: 300px;
}

.pro4-main1 .main1-img-list .list-item:nth-child(1) .item-img,
.pro4-main1 .main1-img-list .list-item:nth-child(2) .item-img,
.pro4-main1 .main1-img-list .list-item:nth-child(3) .item-img,
.pro4-main1 .main1-img-list .list-item:nth-child(4) .item-img {
    height: 330px;
}

.pro4-main1 .main1-img-list .list-item:nth-child(3) .item-img {
    top: 41px;
    z-index: 1;
}

.pro4-main1 .main1-img-list .list-item:nth-child(4) .item-img {
    top: -41px;
}

.pro4-main1 .main1-img-list .list-item .item-img img {
    height: 100%;
}

.pro4-main1 .main1-img-list .list-item .item-img .img-title {
    position: absolute;
    top: 21px;
    left: 0;
    min-width: 240px;
    line-height: 56px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 0 15px;
    background-image: -webkit-linear-gradient(top, #b97954, #f3c899);
    border-top-right-radius: 200px;
    border-bottom-right-radius: 200px;
}

.pro4-main1 .main1-img-list .list-item .item-text {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.pro4-main1 .main1-img-list .list-item .item-text h3 {
    min-height: 94px;
    color: #b97954;
    font-size: 18px;
    background: url(../img/pro4_title.png) no-repeat center center / auto 100%;
    margin-bottom: 30px;
}

.pro4-main1 .main1-img-list .list-item:nth-child(4) .item-text h3 {
    background-image: url(../img/pro4_title2.png);
}

.pro4-main1 .main1-img-list .list-item .item-text h3 .top {
    margin-bottom: 4px;
}

.pro4-main1 .main1-img-list .list-item .item-text h3 .center {
    font-size: 30px;
}

.pro4-main1 .main1-img-list .list-item .item-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 24px;
}

.pro4-main1 .main1-img-list .list-item .item-cont {
    line-height: 36px;
    font-size: 16px;
}

@media screen and (max-width: 1567px) {
    .pro4-main1 {
        padding: 42px 0;
    }

    .pro4-main1 .main1-img-list .list-item .item-img {
        height: 18vw;
        margin-bottom: 23px;
    }

    .pro4-main1 .main1-img-list .list-item:nth-child(1) .item-img,
    .pro4-main1 .main1-img-list .list-item:nth-child(2) .item-img,
    .pro4-main1 .main1-img-list .list-item:nth-child(3) .item-img,
    .pro4-main1 .main1-img-list .list-item:nth-child(4) .item-img {
        height: 20vw;
    }

    .pro4-main1 .main1-img-list .list-item:nth-child(3) .item-img {
        top: 0;
    }

    .pro4-main1 .main1-img-list .list-item:nth-child(4) .item-img {
        top: 0;
    }
}

@media screen and (max-width: 750px) {
    .pro4-main1 {
        padding: 8vw 0 6vw;
    }

    .pro4-main1 .page-title {
        margin-bottom: 8vw;
    }

    .pro4-main1 .main1-list {
        flex-wrap: wrap;
        margin-bottom: 8vw;
    }

    .pro4-main1 .main1-list .list-item {
        width: 49%;
        margin-bottom: 4.8vw;
    }

    .pro4-main1 .main1-list .list-item .item-img {
        width: 5.2vw;
        height: 5.2vw;
        margin: 0 auto 2vw;
    }

    .pro4-main1 .main1-list .list-item .item-title {
        font-size: 3.6vw;
    }

    .pro4-main1 .main1-img-list .list-item {
        flex-wrap: wrap;
        margin-bottom: 2.8vw;
    }

    .pro4-main1 .main1-img-list .list-item .item-img,
    .pro4-main1 .main1-img-list .list-item:nth-child(1) .item-img,
    .pro4-main1 .main1-img-list .list-item:nth-child(2) .item-img,
    .pro4-main1 .main1-img-list .list-item:nth-child(3) .item-img,
    .pro4-main1 .main1-img-list .list-item:nth-child(4) .item-img {
        width: 100%;
        height: auto;
        margin-bottom: 2.8vw;
    }

    .pro4-main1 .main1-img-list .list-item .item-img img {
        width: 100%;
        height: auto;
    }

    .pro4-main1 .main1-img-list .list-item .item-img .img-title {
        top: 2.8vw;
        min-width: 32vw;
        line-height: 7.2vw;
        font-size: 3.6vw;
        padding: 0 2vw;
        border-top-right-radius: 26.6667vw;
        border-bottom-right-radius: 26.6667vw;
    }

    .pro4-main1 .main1-img-list .list-item .item-text {
        padding: 0 2.4vw;
        margin-bottom: 2.8vw;
    }

    .pro4-main1 .main1-img-list .list-item .item-text h3 {
        min-height: 12.4vw;
        font-size: 3.6vw;
        margin-bottom: 4vw;
    }

    .pro4-main1 .main1-img-list .list-item .item-text h3 .top {
        margin-bottom: 0.5333vw;
    }

    .pro4-main1 .main1-img-list .list-item .item-text h3 .center {
        font-size: 4vw;
    }

    .pro4-main1 .main1-img-list .list-item .item-title {
        font-size: 3.6vw;
        margin-bottom: 3.2vw;
    }

    .pro4-main1 .main1-img-list .list-item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
    }
}







.pro5-main1 {
    padding: 64px 0 72px;
}

.pro5-main1 .main1-img {
    max-width: 100%;
}

@media screen and (max-width: 1500px) {
    .pro5-main1 {
        padding: 42px 0 60px;
    }
}

@media screen and (max-width: 750px) {
    .pro5-main1 {
        padding: 8vw 0 9.6vw;
    }
}





.pro5-main2 {
    padding: 64px 0 6px;
    background-color: #fdfdfd;
}

.pro5-main2 .inner {
    display: flex;
    align-items: center;
}

.pro5-main2 .main2-phone {
    margin-right: 45px;
    margin-bottom: 122px;
}

.pro5-main2 .main2-phone img {
    width: 241px;
}

.pro5-main2 .main2-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro5-main2 .main2-list::after {
    content: '';
    width: 33.3333%;
}

.pro5-main2 .main2-list .list-item {
    width: 33.3333%;
    text-align: center;
    margin-bottom: 122px;
}

.pro5-main2 .main2-list .list-item .item-title {
    font-size: 24px;
    margin-bottom: 14px;
}

.pro5-main2 .main2-list .list-item .item-cont {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
}

.pro5-main2 .main2-list .list-item:nth-child(2),
.pro5-main2 .main2-list .list-item:nth-child(3) {
    position: relative;
    top: 40px;
}

.pro5-main2 .main2-list .list-item.dialog {
    padding: 70px 32px 70px 52px;
    background: url(../img/pro5_dialog.png) no-repeat center center / contain;
    margin-bottom: 62px;
}

.pro5-main2 .main2-list .list-item.dialog .item-title {
    color: #fff;
}

.pro5-main2 .main2-list .list-item.dialog .item-cont {
    color: #fff;
}

@media screen and (max-width: 1500px) {
    .pro5-main2 .main2-phone img {
        width: 200px;
    }

    .pro5-main2 {
        padding: 44px 0 1px;
    }

    .pro5-main2 .main2-list .list-item {
        margin-bottom: 20px;
    }

    .pro5-main2 .main2-list .list-item.dialog {
        padding: 30px 32px 30px 52px;
        margin-bottom: 45px;
    }

    .pro5-main2 .main2-list .list-item .item-title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .pro5-main2 .main2-list .list-item .item-cont {
        line-height: 20px;
        font-size: 12px;
    }
}

@media screen and (max-width: 1117px) {
    .pro5-main2 {
        padding: 24px 0 1px;
    }

    .pro5-main2 .inner {
        display: block;
    }

    .pro5-main2 .main2-phone {
        display: none;
    }

    .pro5-main2 .main2-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pro5-main2 .main2-list .list-item:nth-child(2),
    .pro5-main2 .main2-list .list-item:nth-child(3) {
        top: 0;
    }

    .pro5-main2 .main2-list .list-item.dialog {
        padding: 0;
        background: none;
        margin-bottom: 20px;
    }

    .pro5-main2 .main2-list .list-item.dialog .item-title {
        color: #111111;
    }

    .pro5-main2 .main2-list .list-item.dialog .item-cont {
        color: #666666;
    }
}

@media screen and (max-width: 750px) {
    .pro5-main2 {
        padding: 8vw 0 6px;
    }

    .pro5-main2 .main2-list {
        align-items: flex-start;
    }

    .pro5-main2 .main2-list::after {
        content: '';
        width: 49%;
    }

    .pro5-main2 .main2-list .list-item {
        width: 49%;
        text-align: center;
        margin-bottom: 8vw;
    }

    .pro5-main2 .main2-list .list-item.dialog {
        margin-bottom: 8vw;
    }

    .pro5-main2 .main2-list .list-item .item-title {
        font-size: 4.4vw;
        margin-bottom: 1.6vw;
    }

    .pro5-main2 .main2-list .list-item .item-cont {
        line-height: 4vw;
        font-size: 3.2vw;
    }
}






.pro6-main1 {
    padding: 88px 0;
}

.pro6-main1 .page-title {
    margin-bottom: 64px;
}

.pro6-main1 .main1-list {
    display: flex;
    justify-content: space-between;
}

.pro6-main1 .main1-list .list-item {
    text-align: center;
}

.pro6-main1 .main1-list .list-item .item-img {
    width: 52px;
    height: 52px;
    margin: 0 auto 35px;
}

.pro6-main1 .main1-list .list-item .item-title {
    font-size: 18px;
}

@media screen and (max-width: 1500px) {
    .pro6-main1 {
        padding: 64px 0;
    }
}

@media screen and (max-width: 750px) {
    .pro6-main1 {
        padding: 9.6vw 0;
    }

    .pro6-main1 .page-title {
        margin-bottom: 8vw;
    }

    .pro6-main1 .main1-list {
        flex-wrap: wrap;
    }

    .pro6-main1 .main1-list .list-item {
        width: 33.333%;
        margin-bottom: 4vw;
    }

    .pro6-main1 .main1-list .list-item .item-img {
        width: 6.8vw;
        height: 6.8vw;
        margin: 0 auto 4vw;
    }

    .pro6-main1 .main1-list .list-item .item-title {
        font-size: 3.6vw;
    }
}







.pro6-main2 {
    padding: 88px 0;
    background-color: #f6f6f6;
}

.pro6-main2 .page-title {
    margin-bottom: 64px;
}

.pro6-main2 .main2-list {
    display: flex;
    justify-content: space-between;
}

.pro6-main2 .main2-list .list-item {
    text-align: center;
}

.pro6-main2 .main2-list .list-item .item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-image: -webkit-linear-gradient(top, #be7f59, #f3c899);
    margin: 0 auto 30px;
    border-radius: 50%;
}

.pro6-main2 .main2-list .list-item .item-img img {
    width: 34px;
    height: 34px;
}

.pro6-main2 .main2-list .list-item .item-title {
    color: #333333;
    font-size: 18px;
    margin-bottom: 14px;
}

.pro6-main2 .main2-list .list-item .item-cont {
    color: #666666;
    margin-bottom: 30px;
}

.pro6-main2 .main2-list .list-item .item-line {
    width: 48px;
    height: 1px;
    background-color: #be7f59;
    margin: 0 auto;
}

@media screen and (max-width: 1500px) {
    .pro6-main2 {
        padding: 64px 0;
    }
}

@media screen and (max-width: 750px) {
    .pro6-main2 {
        padding: 8vw 0 4vw;
    }

    .pro6-main2 .page-title {
        margin-bottom: 8vw;
    }

    .pro6-main2 .main2-list {
        display: block;
    }

    .pro6-main2 .main2-list .list-item {
        width: 100%;
        margin-bottom: 4vw;
    }

    .pro6-main2 .main2-list .list-item .item-img {
        width: 8vw;
        height: 8vw;
        margin: 0 auto 4vw;
    }

    .pro6-main2 .main2-list .list-item .item-img img {
        width: 4.4vw;
        height: 4.4vw;
    }

    .pro6-main2 .main2-list .list-item .item-title {
        font-size: 3.6vw;
        margin-bottom: 1.6vw;
    }

    .pro6-main2 .main2-list .list-item .item-cont {
        margin-bottom: 4vw;
    }

    .pro6-main2 .main2-list .list-item .item-line {
        width: 6.4vw;
        height: 2px;
    }
}







.pro6-main3 {
    padding: 88px 0;
}

.pro6-main3 .page-title {
    margin-bottom: 64px;
}

.pro6-main3 .main3-list {
    display: flex;
    justify-content: space-between;
}

.pro6-main3 .main3-list .list-item {
    width: 240px;
    padding: 41px 26px 16px;
    background-image: -webkit-linear-gradient(top, #be7f59, #f3c899);
    border-radius: 10px;
}

.pro6-main3 .main3-list .list-item .item-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-bottom: 19px;
}

.pro6-main3 .main3-list .list-item .item-img {
    width: 37px;
    height: 37px;
    margin: 0 auto 53px;
}

.pro6-main3 .main3-list .list-item .item-tag {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro6-main3 .main3-list .list-item .item-tag .tag {
    width: 88px;
    line-height: 40px;
    color: #be7f59;
    text-align: center;
    background-color: #fff;
    margin-bottom: 16px;
    border-radius: 20px;
    border-top-left-radius: 0;
}

.pro6-main3 .main3-list .list-item .item-msg .msg {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    color: #be7f59;
    text-align: center;
    background-color: #fff;
    margin-bottom: 16px;
    border-radius: 20px;
    border-top-left-radius: 0;
}

.pro6-main3 .main3-list .list-item .item-msg .msg .msg-img {
    width: 22px;
    height: 22px;
    margin-right: 7px;
}

@media screen and (max-width: 1500px) {
    .pro6-main3 {
        padding: 64px 0;
    }
}

@media screen and (max-width: 1300px) {
    .pro6-main3 .main3-list {
        flex-wrap: wrap;
    }

    .pro6-main3 .main3-list::after {
        content: '';
        width: 33%;
    }

    .pro6-main3 .main3-list .list-item {
        width: 33%;
        margin-bottom: 1%;
    }
}

@media screen and (max-width: 750px) {
    .pro6-main3 {
        padding: 8vw 0 4vw;
    }

    .pro6-main3 .page-title {
        margin-bottom: 8vw;
    }

    .pro6-main3 .main3-list::after {
        content: '';
        width: 49%;
    }

    .pro6-main3 .main3-list .list-item {
        width: 49%;
        padding: 5.2vw 3.2vw 2vw;
        border-radius: 1.2vw;
    }

    .pro6-main3 .main3-list .list-item .item-title {
        height: 6.4vw;
        font-size: 3.6vw;
        margin-bottom: 2.4vw;
    }

    .pro6-main3 .main3-list .list-item .item-img {
        width: 4.8vw;
        height: 4.8vw;
        margin: 0 auto 6.8vw;
    }

    .pro6-main3 .main3-list .list-item .item-tag {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .pro6-main3 .main3-list .list-item .item-tag .tag {
        width: 49%;
        line-height: 5.6vw;
        margin-bottom: 2vw;
        border-radius: 0 2.4vw 2.4vw 2.4vw;
    }

    .pro6-main3 .main3-list .list-item .item-msg .msg {
        line-height: 5.6vw;
        line-height: 5.6vw;
        margin-bottom: 2vw;
        border-radius: 0 2.4vw 2.4vw 2.4vw;
    }

    .pro6-main3 .main3-list .list-item .item-msg .msg .msg-img {
        width: 2.8vw;
        height: 2.8vw;
        margin-right: 1.2vw;
    }
}










.pro6-main4 {
    padding: 88px 0;
    background: url(../img/pro6_main4_bg.jpg) no-repeat center center / cover;
}

.pro6-main4 .page-title {
    margin-bottom: 64px;
}

.pro6-main4 .page-title h3 {
    margin-bottom: 12px;
}

.pro6-main4 .page-title .subhead {
    color: #be7f59;
    font-size: 18px;
}

.pro6-main4 .main4-hint {
    font-size: 18px;
    text-align: center;
    margin-bottom: 32px;
}

.pro6-main4 .main4-list {
    display: flex;
    justify-content: space-between;
}

.pro6-main4 .main4-list .list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    border-radius: 10px;
    padding: 32px 24px;
    background-image: -webkit-linear-gradient(left, #f3c899, #be7f59);
}

.pro6-main4 .main4-list .list-item .item-text {
    margin-right: 14px;
}

.pro6-main4 .main4-list .list-item .item-title {
    color: #98552d;
    font-size: 18px;
    margin-bottom: 14px;
}

.pro6-main4 .main4-list .list-item .item-cont {
    line-height: 24px;
}

.pro6-main4 .main4-list .list-item .item-img img {
    width: 52px;
    height: 52px;
}

@media screen and (max-width: 1550px) {
    .pro6-main4 {
        padding: 64px 0;
    }

    .pro6-main4 .main4-list {
        flex-wrap: wrap;
    }

    .pro6-main4 .main4-list .list-item {
        width: 49%;
        margin-bottom: 1%;
    }
}

@media screen and (max-width: 750px) {
    .pro6-main4 {
        padding: 8vw 0 4vw;
    }

    .pro6-main4 .page-title {
        margin-bottom: 4vw;
    }

    .pro6-main4 .page-title h3 {
        margin-bottom: 1.6vw;
    }

    .pro6-main4 .page-title .subhead {
        font-size: 3.6vw;
    }

    .pro6-main4 .main4-hint {
        font-size: 3.6vw;
        margin-bottom: 4vw;
    }

    .pro6-main4 .main4-list .list-item {
        width: 100%;
        border-radius: 1.2vw;
        padding: 4vw 3.2vw;
        margin-bottom: 4vw;
    }

    .pro6-main4 .main4-list .list-item .item-text {
        margin-right: 1.6vw;
    }

    .pro6-main4 .main4-list .list-item .item-title {
        font-size: 3.6vw;
        margin-bottom: 1.6vw;
    }

    .pro6-main4 .main4-list .list-item .item-cont {
        line-height: 4vw;
    }

    .pro6-main4 .main4-list .list-item .item-img img {
        width: 6.8vw;
        height: 6.8vw;
    }
}








.pro6-main5 {
    padding: 88px 0;
}

.pro6-main5 .page-title {
    margin-bottom: 64px;
}

.pro6-main5 .main5-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro6-main5 .main5-list::after {
    content: '';
    width: 33.3333%;
}

.pro6-main5 .main5-list .list-item {
    width: 33.3333%;
    text-align: center;
    margin-bottom: 64px;
}

.pro6-main5 .main5-list .list-item .item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-image: -webkit-linear-gradient(left, #ffe7cd, #fdfdfd);
    border-radius: 50%;
    margin: 0 auto 30px;
}

.pro6-main5 .main5-list .list-item .item-img img {
    width: 38px;
    height: 38px;
}

.pro6-main5 .main5-list .list-item .item-title {
    font-size: 24px;
    margin-bottom: 12px;
}

.pro6-main5 .main5-list .list-item .item-cont {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}

@media screen and (max-width: 1500px) {
    .pro6-main5 {
        padding: 64px 0;
    }

    .pro6-main5 .main5-list .list-item {
        margin-bottom: 24px;
    }

    .pro6-main5 .main5-list .list-item .item-img {
        width: 48px;
        height: 48px;
        margin-bottom: 12px;
    }

    .pro6-main5 .main5-list .list-item .item-img img {
        width: 28px;
        height: 28px;
    }

    .pro6-main5 .main5-list .list-item .item-title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .pro6-main5 .main5-list .list-item .item-cont {
        line-height: 24px;
        font-size: 14px;
    }
}

@media screen and (max-width: 750px) {
    .pro6-main5 {
        padding: 8vw 0 4vw;
    }

    .pro6-main5 .page-title {
        margin-bottom: 8vw;
    }

    .pro6-main5 .main5-list::after {
        content: '';
        width: 49%;
    }

    .pro6-main5 .main5-list .list-item {
        width: 49%;
        text-align: center;
        margin-bottom: 4vw;
    }

    .pro6-main5 .main5-list .list-item .item-img {
        width: 8.4vw;
        height: 8.4vw;
        margin: 0 auto 4vw;
    }

    .pro6-main5 .main5-list .list-item .item-img img {
        width: 4.8vw;
        height: 4.8vw;
    }

    .pro6-main5 .main5-list .list-item .item-title {
        font-size: 4.8vw;
        margin-bottom: 1.6vw;
    }

    .pro6-main5 .main5-list .list-item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
    }
}








.pro6-main6 {
    padding: 88px 0 909px;
    background: url(../img/pro6_main6_bg.jpg) no-repeat center center / 1920px auto;
    opacity: 0;
}

.pro6-main6.active {
    opacity: 1;
}

@media screen and (max-width: 1500px) {
    .pro6-main6 {
        padding: 88px 0 820px;
    }
}

@media screen and (max-width: 750px) {
    .pro6-main6 {
        padding: 8vw 0 121.2vw;
        background: url(../img/pro6_main6_bg.jpg) no-repeat center center / 256% auto;
    }
}









.pro6-main7 {
    padding: 88px 0;
}

.pro6-main7 .page-title {
    margin-bottom: 64px;
}

.pro6-main7 .main7-img {
    max-width: 100%;
    margin: 0 auto 64px;
}

.pro6-main7 .main7-content {
    line-height: 36px;
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width: 1500px) {
    .pro6-main7 {
        padding: 64px 0;
    }
}

@media screen and (max-width: 750px) {
    .pro6-main7 {
        padding: 8vw 0;
    }

    .pro6-main7 .page-title {
        margin-bottom: 8vw;
    }

    .pro6-main7 .main7-img {
        margin: 0 auto 8vw;
    }

    .pro6-main7 .main7-content {
        line-height: 5.6vw;
        font-size: 3.6vw;
    }
}







.pro7-main1 {
    padding: 32px 0 64px;
}

.pro7-main1 .pro-list {
    display: flex;
    flex-wrap: wrap;
}

.pro7-main1 .pro-list .list-item {
    width: 18.421%;
    text-align: center;
    padding: 40px;
    background-color: #fafafa;
    margin-right: 1.9736%;
    margin-bottom: 33px;
    border-radius: 10px;
    opacity: 0;
}

.pro7-main1 .pro-list .list-item:nth-child(5n) {
    margin-right: 0%;
}

.pro7-main1 .pro-list .list-item .item-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 64.2857%;
    margin: 0 auto 30px;
}

.pro7-main1 .pro-list .list-item .item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%) scale(1);
    transition: all .3s ease;
}

.pro7-main1 .pro-list .list-item:hover .item-img img {
    transform: translate(-50%, -50%) scale(1.1);
}

.pro7-main1 .pro-list .list-item .item-title {
    font-size: 18px;
    margin-bottom: 12px;
}

.pro7-main1 .pro-list .list-item .item-cont {
    color: #999999;
    font-size: 16px;
}

.pro7-main1 .check-more {
    width: 125px;
    line-height: 42px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #999999;
    margin: 0 auto;
    border-radius: 4px;
    cursor: pointer;
}

.pro7-main1 .check-more::after {
    content: "";
}

.pro7-main1 .check-more[data-type="0"]::after {
    content: "查看更多";
}

.pro7-main1 .check-more[data-type="1"]::after {
    content: "加载中";
}

.pro7-main1 .check-more[data-type="2"]::after {
    content: "没有更多了";
}

@media screen and (max-width: 1367px) {
    .pro7-main1 .pro-list {
        display: flex;
        flex-wrap: wrap;
    }

    .pro7-main1 .pro-list .list-item {
        width: 23.5%;
        margin-right: 1.5%;
    }

    .pro7-main1 .pro-list .list-item:nth-child(5n) {
        margin-right: 1.5%;
    }

    .pro7-main1 .pro-list .list-item:nth-child(4n) {
        margin-right: 0%;
    }
}

@media screen and (max-width: 750px) {
    .pro7-main1 {
        padding: 4vw 0 8vw;
    }

    .pro7-main1 .pro-list {
        justify-content: space-between;
    }

    .pro7-main1 .pro-list .list-item {
        width: 49%;
        padding: 4.8vw;
        margin-right: 0%;
        margin-bottom: 4vw;
        border-radius: 1.2vw;
    }

    .pro7-main1 .pro-list .list-item:nth-child(5n) {
        margin-right: 0%;
    }

    .pro7-main1 .pro-list .list-item:nth-child(4n) {
        margin-right: 0%;
    }

    .pro7-main1 .pro-list .list-item .item-img {
        margin: 0 auto 4vw;
    }

    .pro7-main1 .pro-list .list-item .item-title {
        font-size: 3.6vw;
        margin-bottom: 1.6vw;
    }

    .pro7-main1 .pro-list .list-item .item-cont {
        font-size: 3.2vw;
    }

    .pro7-main1 .check-more {
        width: 32vw;
        line-height: 10vw;
        height: 10vw;
        font-size: 3.6vw;
        border-radius: 0.5333vw;
    }
}












.news-center {
    padding: 80px 0 104px;
}

.news-center .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.news-center .news-list::before,
.news-center .news-list::after {
    content: '';
    order: 3;
    width: 384px;
    max-width: 24.5%;
}

.news-center .news-list .list-item {
    order: 1;
    width: 384px;
    max-width: 24.5%;
    margin-right: 0.5%;
    margin-bottom: 32px;
    border-radius: 10px;
    overflow: hidden;
}

.news-center .news-list .list-item:nth-child(4n) {
    margin-right: 0%;
}

.news-center .news-list .list-item .item-img {
    position: relative;
    height: 216px;
    transition: all .3s ease;
}

.news-center .news-list .list-item:hover .item-img {
    /* transform: scale(1.1); */
}

.news-center .news-list .list-item .item-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s ease;
}

.news-center .news-list .list-item .item-img .img2 {
    transform: translate(-20%, 0);
    opacity: 0;
}

.news-center .news-list .list-item:hover .item-img {
    animation: imgblur .8s ease 0s forwards;
}

@keyframes imgblur {
    0% {
        filter: blur(0px) contrast(1);
    }

    50% {
        filter: blur(10px) contrast(4);
    }

    100% {
        filter: blur(0px) contrast(1);
    }
}

.news-center .news-list .list-item:hover .item-img .img2 {
    animation: img2show .8s ease 0s forwards;
}

@keyframes img2show {
    0% {
        transform: translate(-20%, 0);
        opacity: 0;
    }

    100% {
        transform: translate(0%, 0);
        opacity: 1;
    }
}

.news-center .news-list .list-item .item-text {
    position: relative;
    padding: 24px 24px 40px;
    background-color: #eeeeee;
}

.news-center .news-list .list-item .item-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.news-center .news-list .list-item:hover .item-title {
    color: #b97954;
}

.news-center .news-list .list-item .item-cont {
    height: 72px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 24px;
}

.news-center .news-list .list-item .item-msg {
    display: flex;
    align-items: center;
}

.news-center .news-list .list-item .item-msg .msg {
    display: flex;
    align-items: center;
    margin-right: 2.6vw;
}

.news-center .news-list .list-item .item-msg .msg .msg-i {
    width: 23px;
    height: 23px;
    margin-right: 9px;
}

.news-center .news-list .list-item .item-msg .msg .msg-i img {
    width: 100%;
    height: 100%;
}

.news-center .news-list .list-item .item-msg .msg .msg-c {
    color: #999999;
    font-size: 16px;
}

.news-center .check-more {
    width: 125px;
    line-height: 42px;
    height: 42px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background-color: #999999;
    margin: 32px auto 0;
    border-radius: 4px;
    cursor: pointer;
}

.news-center .check-more::after {
    content: "";
}

.news-center .check-more[data-type="0"]::after {
    content: "查看更多";
}

.news-center .check-more[data-type="1"]::after {
    content: "加载中";
}

.news-center .check-more[data-type="2"]::after {
    content: "没有更多了";
}

@media screen and (max-width: 1140px) {
    .news-center .news-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .news-center .news-list .list-item {
        width: 49%;
        max-width: none;
        margin-right: 0%;
        margin-bottom: 2%;
    }

    .news-center .news-list .list-item:nth-child(3n) {
        margin-right: 0%;
    }
}

@media screen and (max-width: 750px) {
    .news-center {
        padding: 8vw 0;
    }

    .news-center .page-title {
        margin-bottom: 8vw;
    }

    .news-center .news-list .list-item {
        margin-bottom: 4vw;
        border-radius: 1.2vw;
    }

    .news-center .news-list .list-item .item-img {
        height: auto;
        padding-bottom: 56.25%;
    }

    .news-center .news-list .list-item .item-text {
        padding: 3.2vw 3.2vw 4.8vw;
    }

    .news-center .news-list .list-item .item-title {
        font-size: 3.6vw;
        margin-bottom: 2.4vw;
    }

    .news-center .news-list .list-item .item-cont {
        height: 8.4vw;
        line-height: 4.2vw;
        margin-bottom: 3.2vw;
    }

    .news-center .news-list .list-item .item-msg {
        justify-content: space-between;
    }

    .news-center .news-list .list-item .item-msg .msg {
        margin-right: 0;
    }

    .news-center .news-list .list-item .item-msg .msg .msg-i {
        width: 3.2vw;
        height: 3.2vw;
        margin-right: 1.2vw;
    }

    .news-center .news-list .list-item .item-msg .msg .msg-c {
        font-size: 3.2vw;
    }
}








.news-detail {
    padding: 32px 0 104px;
}

.news-detail .title {
    font-size: 30px;
    margin-bottom: 32px;
}

.news-detail .detail-msg {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.news-detail .detail-msg .msg {
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 16px;
    margin-right: 50px;
}

.news-detail .detail-msg .msg .msg-img {
    width: 23px;
    height: 23px;
    margin-right: 9px;
}

.news-detail .content {
    line-height: 30px;
    color: #333333;
    font-size: 16px;
}

.news-detail .content p {
    margin-bottom: 24px;
}

.news-detail .content img {
    max-width: 100%;
    margin: 0 auto;
}

.news-detail .tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 48px;
}

.news-detail .tools a {
    max-width: 48%;
    color: #666666;
    font-size: 16px;
}

.news-detail .tools a:hover {
    color: #333333;
    font-size: 16px;
}

@media screen and (max-width: 750px) {
    .news-detail {
        padding: 4vw 0 8vw;
    }

    .news-detail .title {
        font-size: 5.6vw;
        margin-bottom: 4vw;
    }

    .news-detail .detail-msg {
        margin-bottom: 4vw;
    }

    .news-detail .detail-msg .msg {
        font-size: 3.2vw;
        margin-right: 6.4vw;
    }

    .news-detail .detail-msg .msg .msg-img {
        width: 3.2vw;
        height: 3.2vw;
        margin-right: 1.2vw;
    }

    .news-detail .content {
        line-height: 4.8vw;
        font-size: 3.2vw;
    }

    .news-detail .content p {
        margin-bottom: 3.2vw;
    }

    .news-detail .tools {
        margin-top: 6.4vw;
    }

    .news-detail .tools a {
        font-size: 3.2vw;
    }

    .news-detail .tools a:hover {
        font-size: 3.2vw;
    }
}







.case-main1 {
    padding: 64px 0 42px;
}

.case-main1 .page-title {
    margin-bottom: 88px;
}

.case-main1 .case-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.case-main1 .case-list::after {
    content: '';
    width: 31.5%;
}

.case-main1 .case-list .list-item {
    width: 31.5%;
    color: #666666;
    font-size: 18px;
    text-align: center;
    margin-bottom: 36px;
}

.case-main1 .case-list .list-item .item-img {
    padding-bottom: 56.25%;
    background: no-repeat center center / cover;
    margin-bottom: 18px;
    transition: all .3s ease;
}

.case-main1 .case-list .list-item:hover .item-img {
    transform: scale(1.1);
}

@media screen and (max-width: 750px) {
    .case-main1 {
        padding: 8vw 0 5.6vw;
    }

    .case-main1 .page-title {
        margin-bottom: 8vw;
    }

    .case-main1 .case-list .list-item {
        font-size: 3.6vw;
        margin-bottom: 4.8vw;
    }

    .case-main1 .case-list .list-item .item-img {
        margin-bottom: 2.4vw;
    }
}






.case-main2 {
    padding: 42px 0 25px;
}

.case-main2 .page-title {
    margin-bottom: 46px;
}

@media screen and (max-width: 750px) {
    .case-main2 {
        padding: 5.6vw 0 3.2vw;
    }

    .case-main2 .page-title {
        margin-bottom: 6vw;
    }
}






.case-main3 {
    padding: 25px 0 32px;
}

.case-main3 .page-title {
    margin-bottom: 46px;
}

@media screen and (max-width: 750px) {
    .case-main3 {
        padding: 3.2vw 0 4vw;
    }

    .case-main3 .page-title {
        margin-bottom: 6vw;
    }
}





.logo-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 1200px;
    margin: 0 auto;
}

.logo-list .list-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 80px;
    background-color: #fff;
    margin-right: 25px;
    margin-bottom: 32px;
    border-radius: 10px;
}

.logo-list .list-item:nth-child(5n) {
    margin-right: 0;
}

.logo-list .list-item img {
    max-width: 80%;
    max-height: 80%;
}

@media screen and (max-width: 1200px) {
    .logo-list {
        width: 100%;
    }
}

@media screen and (max-width: 750px) {
    .logo-list {
        justify-content: space-between;
    }

    .logo-list .list-item {
        width: 49%;
        margin-right: 0;
        height: 18vw;
        margin-bottom: 4vw;
        border-radius: 1.2vw;
    }
}









.about1-main1 {
    padding: 80px 0 104px;
}

.about1-main1 .inner {
    display: flex;
    justify-content: space-between;
    padding: 5vw;
    background: url(../img/about_tab1_main1_bg.jpg) no-repeat center center / cover #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.about1-main1 .text {
    /* margin-right: 42px; */
}

.about1-main1 .title {
    color: #cc936a;
    font-size: 36px;
    font-weight: bold;
}

.about1-main1 .line {
    width: 68px;
    height: 4px;
    background-color: #f3c899;
    margin: 32px 0;
}

.about1-main1 .content {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
    white-space: pre-line;
}

.about1-main1 .content p {
    margin-bottom: 18px;
}
.about1-main1 .content img{
    width: 100%;
    height: auto;
}
.about1-main1 .content p:last-child {
    margin-bottom: 0;
}

.about1-main1 .img {
    flex-shrink: 0;
    width: 58%;
    padding-top: 90px;
}

.about1-main1 .img img {
    width: 100%;
}

.about1-main1 .inner {
    display: block;
}

.about1-main1 .img {
    width: 100%;
    padding-top: 30px;
}

@media screen and (max-width: 750px) {
    .about1-main1 {
        padding: 8vw 0;
    }

    .about1-main1 .inner {
        padding: 4vw;
        box-shadow: 0 0 3.2vw 0 rgba(0, 0, 0, .1);
        border-radius: 1.6vw;
    }

    .about1-main1 .text {
        /*margin-right: 5.6vw;*/
    }

    .about1-main1 .title {
        font-size: 5.6vw;
    }

    .about1-main1 .line {
        margin: 4vw 0;
    }

    .about1-main1 .content {
        line-height: 4.8vw;
        font-size: 3.2vw;
        white-space: pre-line;
    }

    .about1-main1 .content p {
        margin-bottom: 2.4vw;
    }

    .about1-main1 .img {
        padding-top: 4vw;
    }
}




.about1-main1 .content img{
    width:100%;
    height:auto;
}



.about2-main1 {
    padding: 80px 0 104px;
}

.about2-main1 .inner {
    width: 1200px;
}

.about2-main1 .main1-tabs {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.about2-main1 .main1-tabs .tab {
    font-size: 18px;
    padding: 8px 45px;
    margin-right: 10px;
    border-radius: 200px;
    cursor: pointer;
}

.about2-main1 .main1-tabs .tab:hover,
.about2-main1 .main1-tabs .tab.active {
    color: #fff;
    background-image: -webkit-linear-gradient(top, #be7f59, #f3c899);
}

.about2-main1 .main1-blocks .block {
    display: none;
}

.about2-main1 .main1-blocks .block.active {
    display: block;
}

.about2-main1 .swiper-container.gallery {
    height: 600px;
    background-color: #f6f6f6;
}

.about2-main1 .swiper-container.gallery .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about2-main1 .swiper-container.gallery .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
}

.about2-main1 .thumbs {
    position: relative;
    height: 110px;
    padding: 5px 62px;
    background-image: -webkit-linear-gradient(top, #999999, #cccccc);
}

.about2-main1 .thumbs .swiper-container {
    height: 100%;
}

.about2-main1 .thumbs img {
    max-width: 100%;
    max-height: 100%;
}

.about2-main1 .swiper-slide-thumb-active::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 4px solid #000;
    border-image: -webkit-linear-gradient(top, #f3c899, #b97954) 1 1 1 1;
    box-sizing: border-box;
}

.about2-main1 .gallery .swiper-button-prev,
.about2-main1 .gallery .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url(../img/swiper_prev.png) no-repeat center center / 40px 34px;
    transform: translate(0, -50%);
    margin: 0;
}

.about2-main1 .gallery .swiper-button-prev::after,
.about2-main1 .gallery .swiper-button-next::after {
    display: none;
}

.about2-main1 .gallery .swiper-button-prev {
    left: 67px;
}

.about2-main1 .gallery .swiper-button-next {
    right: 67px;
    background-image: url(../img/swiper_next.png);
}

.about2-main1 .thumbs .swiper-button-prev,
.about2-main1 .thumbs .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    background: url(../img/swiper_prev2.png) no-repeat center center / 10px 20px;
    transform: translate(0, -50%);
    margin: 0;
}

.about2-main1 .thumbs .swiper-button-prev::after,
.about2-main1 .thumbs .swiper-button-next::after {
    display: none;
}

.about2-main1 .thumbs .swiper-button-prev {
    left: 23px;
}

.about2-main1 .thumbs .swiper-button-next {
    right: 23px;
    background-image: url(../img/swiper_next2.png);
}

@media screen and (max-width: 1500px) {
    .about2-main1 .inner {
        width: 92vw;
    }
}

@media screen and (max-width: 750px) {
    .about2-main1 {
        padding: 8vw 0;
    }

    .about2-main1 .inner {
        width: 95vw;
    }

    .about2-main1 .main1-tabs {
        margin-bottom: 3.2vw;
    }

    .about2-main1 .main1-tabs .tab {
        font-size: 3.6vw;
        padding: 1.2vw 6vw;
        margin-right: 1.2vw;
        border-radius: 26.6667vw;
    }

    .about2-main1 .swiper-container.gallery {
        height: 65vw;
    }

    .about2-main1 .thumbs {
        height: 19vw;
        padding: 0.6667vw 8vw;
    }

    .about2-main1 .thumbs img {
        width: 100%;
        height: 100%;
    }

    .about2-main1 .gallery .swiper-button-prev,
    .about2-main1 .gallery .swiper-button-next {
        width: 4.8vw;
        height: 4.8vw;
        background-size: 4.8vw 4.1333vw;
    }

    .about2-main1 .gallery .swiper-button-prev {
        left: 0;
    }

    .about2-main1 .gallery .swiper-button-next {
        right: 0;
    }

    .about2-main1 .thumbs .swiper-button-prev,
    .about2-main1 .thumbs .swiper-button-next {
        width: 4.8vw;
        height: 4.8vw;
        background-size: 1.3333vw 2.6667vw;
    }

    .about2-main1 .thumbs .swiper-button-prev {
        left: 2.8vw;
    }

    .about2-main1 .thumbs .swiper-button-next {
        right: 2.8vw;
    }
}









.about3-main1 {
    padding: 80px 0 104px;
}

.about3-main1 .inner {
    padding: 3.33vw 5vw;
    background: url(../img/contactImg.jpg) no-repeat right bottom / 40.63% auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
}

.about3-main1 .title {
    font-size: 36px;
    margin-bottom: 10px;
}

.about3-main1 .en {
    color: #666666;
    font-size: 24px;
    margin-bottom: 16px;
}

.about3-main1 .line {
    width: 24px;
    height: 2px;
    background-color: #000000;
    margin-bottom: 32px;
}

.about3-main1 .msg {
    line-height: 36px;
    font-size: 18px;
}

.about3-main1 .main1-img {
    max-width: 50%;
}

.about3-main1 .main1-img img {
    max-width: 100%;
}

@media screen and (max-width: 1500px) {
    .about3-main1 {
        padding: 22px 0 45px;
    }

    .about3-main1 .title {
        font-size: 28px;
    }

    .about3-main1 .en {
        font-size: 18px;
    }

    .about3-main1 .line {
        margin-bottom: 24px;
    }

    .about3-main1 .msg {
        font-size: 14px;
    }
}

@media screen and (max-width: 750px) {
    .about3-main1 {
        padding: 8vw 0;
    }

    .about3-main1 .inner {
        padding: 8vw 4vw;
        background: #fff;
    }

    .about3-main1 .title {
        font-size: 5.6vw;
        margin-bottom: 1.2vw;
    }

    .about3-main1 .en {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .about3-main1 .line {
        width: 3.2vw;
        height: 2px;
        margin-bottom: 4vw;
    }

    .about3-main1 .msg {
        line-height: 5.6vw;
        font-size: 2.4vw;
    }

    .about3-main1 .main1-img {
        max-width: none;
    }

    .about3-main1 .main1-img img {
        width: 100%;
    }
}








.about4-main1 {
    padding: 48px 0;
}

.about4-main1 .page-title {
    margin-bottom: 64px;
}

.about4-main1 .main1-list {
    display: flex;
    justify-content: space-between;
}

.about4-main1 .main1-list .list-item {
    width: 820px;
    max-width: 49%;
    text-align: center;
    padding: 4.375vw 24px 3.958vw;
    background: no-repeat center center / cover;
    border: 1px solid #eee;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
    border-radius: 10px;
}

.about4-main1 .main1-list .list-item .item-img {
    margin-bottom: 24px;
}

.about4-main1 .main1-list .list-item .item-img img {
    height: 56px;
    margin: 0 auto;
}

.about4-main1 .main1-list .list-item .item-title {
    color: #333333;
    font-size: 24px;
    margin-bottom: 16px;
}

.about4-main1 .main1-list .list-item .item-cont {
    line-height: 36px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 24px;
}

.about4-main1 .main1-list .list-item .item-msg {
    font-size: 18px;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    .about4-main1 {
        padding: 8vw 0;
    }

    .about4-main1 .page-title {
        margin-bottom: 8vw;
    }

    .about4-main1 .main1-list {
        display: block;
    }

    .about4-main1 .main1-list .list-item {
        width: 100%;
        max-width: none;
        margin-bottom: 4vw;
    }

    .about4-main1 .main1-list .list-item .item-img {
        margin-bottom: 3.2vw;
    }

    .about4-main1 .main1-list .list-item .item-img img {
        height: 7.2vw;
    }

    .about4-main1 .main1-list .list-item .item-title {
        font-size: 4.4vw;
        margin-bottom: 2vw;
    }

    .about4-main1 .main1-list .list-item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
        margin-bottom: 3.2vw;
    }

    .about4-main1 .main1-list .list-item .item-msg {
        font-size: 3.6vw;
    }
}









.about5-main1 {
    padding: 80px 0 64px;
}

.about5-main1 .page-title {
    margin-bottom: 40px;
}

.about5-main1 .time-shaft {
    padding: 20px 0;
    background: no-repeat center center / 4px 100%;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -20%, rgba(243, 200, 153, 1), rgba(255, 255, 255, 0) 120%);
}

.about5-main1 .time-shaft .list-item {
    position: relative;
    display: flex;
    width: 50%;
    padding: 20px 0;
    margin-left: auto;
}

.about5-main1 .time-shaft .list-item .item-point {
    flex-shrink: 0;
    order: 3;
    width: 16px;
    height: 16px;
    background-color: #fff;
    border: 4px solid #b97954;
    border-radius: 50%;
    margin-top: 8px;
    margin-right: 18px;
    margin-left: -8px;
}

.about5-main1 .time-shaft .list-item .item-date {
    order: 3;
    color: #b97954;
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
}

.about5-main1 .time-shaft .list-item .item-cont {
    order: 3;
    font-size: 16px;
    padding-top: 6px;
}

.about5-main1 .time-shaft .list-item:nth-child(2n) {
    margin-left: 0;
    justify-content: flex-end;
}

.about5-main1 .time-shaft .list-item:nth-child(2n) .item-point {
    order: 3;
    margin-left: 18px;
    margin-right: -8px;
}

.about5-main1 .time-shaft .list-item:nth-child(2n) .item-date {
    order: 2;
    margin-left: 20px;
    margin-right: 0px;
}

.about5-main1 .time-shaft .list-item:nth-child(2n) .item-cont {
    order: 1;
}

@media screen and (max-width: 750px) {
    .about5-main1 {
        padding: 8vw 0;
    }

    .about5-main1 .page-title {
        margin-bottom: 4vw;
    }

    .about5-main1 .time-shaft {
        padding: 2.4vw 0;
    }

    .about5-main1 .time-shaft .list-item {
        flex-wrap: wrap;
        padding: 2.4vw 0;
    }

    .about5-main1 .time-shaft .list-item .item-point {
        width: 3.2vw;
        height: 3.2vw;
        border: 0.8vw solid #b97954;
        margin-top: 1.2vw;
        margin-right: 2.4vw;
        margin-left: -1.6vw;
    }

    .about5-main1 .time-shaft .list-item .item-date {
        font-size: 4.4vw;
        margin-right: 2.4vw;
    }

    .about5-main1 .time-shaft .list-item .item-cont {
        width: 100%;
        font-size: 3.2vw;
        padding-top: 0.8vw;
        padding-left: 4vw;
    }

    .about5-main1 .time-shaft .list-item:nth-child(2n) .item-point {
        margin-left: 2.4vw;
        margin-right: -1.6vw;
    }

    .about5-main1 .time-shaft .list-item:nth-child(2n) .item-date {
        margin-left: 20px;
        margin-right: 0px;
    }

    .about5-main1 .time-shaft .list-item:nth-child(2n) .item-cont {
        order: 3;
        text-align: right;
        padding-left: 0vw;
        padding-right: 4vw;
    }
}








.solu1-main1 {
    padding: 48px 0;
}

.solu1-main1 .page-title {
    margin-bottom: 64px;
}

.solu1-main1 .img {
    max-width: 100%;
}

@media screen and (max-width: 750px) {
    .solu1-main1 {
        padding: 8vw 0;
    }

    .solu1-main1 .page-title {
        margin-bottom: 8vw;
    }
}





.solu1-main2 {
    padding: 48px 0 44px;
    background-color: #f6f6f6;
}

.solu1-main2 .page-title {
    margin-bottom: 64px;
}

.solu1-main2 .list {
    display: flex;
    justify-content: space-between;
}

.solu1-main2 .list .list-item {
    position: relative;
    width: 840px;
    max-width: 49%;
    padding: 4.583vw 5.416vw;
    background-image: -webkit-linear-gradient(left, #b97954, #f3c899);
    border-radius: 6.7708vw 0 6.7708vw 0;
}

.solu1-main2 .list .list-item .item-text {
    color: #fff;
    margin-right: 20px;
}

.solu1-main2 .list .list-item .item-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
}

.solu1-main2 .list .list-item .item-cont {
    font-size: 16px;
}

.solu1-main2 .list .list-item .item-cont::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #f3c899;
    margin-top: 32px;
}

.solu1-main2 .list .list-item .item-img {
    position: absolute;
    bottom: -49px;
    right: 86px;
    max-width: 40%;
}

@media screen and (max-width: 950px) {
    .solu1-main2 .list {
        display: block;
    }

    .solu1-main2 .list .list-item {
        width: 100%;
        max-width: none;
        padding: 4.583vw 60px;
        margin-bottom: 81px;
        border-radius: 100px 0 100px 0;
    }

    .solu1-main2 .list .list-item:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 750px) {
    .solu1-main2 {
        padding: 8vw 0;
    }

    .solu1-main2 .page-title {
        margin-bottom: 8vw;
    }

    .solu1-main2 .list .list-item {
        padding: 5.6vw 8vw;
        border-radius: 10vw 0 10vw 0;
        margin-bottom: 8vw;
    }

    .solu1-main2 .list .list-item .item-text {
        color: #fff;
        margin-right: 20px;
    }

    .solu1-main2 .list .list-item .item-title {
        font-size: 4.8vw;
        margin-bottom: 2vw;
    }

    .solu1-main2 .list .list-item .item-cont {
        font-size: 3.2vw;
    }

    .solu1-main2 .list .list-item .item-cont::after {
        margin-top: 2vw;
    }

    .solu1-main2 .list .list-item .item-img {
        position: absolute;
        bottom: -6.6667vw;
        right: 4vw;
        max-width: 40%;
    }
}






.solu1-main3 {
    padding: 48px 0;
}

.solu1-main3 .page-title {
    margin-bottom: 64px;
}

.solu1-main3 .list {
    display: flex;
    justify-content: space-between;
    padding: 0 116px;
}

.solu1-main3 .list .list-item+.list-item {
    margin-left: 10px;
}

.solu1-main3 .list .list-item {
    display: flex;
    flex-direction: column;
    width: 260px;
    padding: 48px 24px 32px;
    border: 1px solid rgba(153, 153, 153, 0.3);
    box-shadow: 0 0 30px 0 rgba(153, 153, 153, 0.3);
    border-radius: 10px;
}

.solu1-main3 .list .list-item:hover {
    border-color: #f3c899;
}

.solu1-main3 .list .list-item .item-img {
    margin-bottom: 24px;
}

.solu1-main3 .list .list-item .item-img img {
    height: 66px;
}

.solu1-main3 .list .list-item .item-title {
    font-size: 18px;
    margin-bottom: 32px;
}

.solu1-main3 .list .list-item .item-cont {
    line-height: 24px;
    color: #666666;
    margin-bottom: 2vw;
}

.solu1-main3 .list .list-item .item-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999999;
    margin-top: auto;
}

.solu1-main3 .list .list-item .item-btn i {
    width: 36px;
    height: 12px;
    background: url(../img/icon_more.png) no-repeat center center / 100% 100%;
}

.solu1-main3 .list .list-item:hover .item-btn {
    color: #b97954;
}

.solu1-main3 .list .list-item:hover .item-btn i {
    background-image: url(../img/icon_more2.png);
}

@media screen and (max-width: 1250px) {
    .solu1-main3 .list {
        flex-wrap: wrap;
        padding: 0 3.2vw;
    }

    .solu1-main3 .list .list-item+.list-item {
        margin-left: 0;
    }

    .solu1-main3 .list .list-item {
        width: 32%;
        max-width: none;
        margin-bottom: 2%;
    }

    .pro1-main2 .lists {
        flex-wrap: wrap;
    }

    .pro1-main2 .lists .items {
        width: 48%;
        margin-bottom: 32px;
    }

    .pro1-main2 .main2-content2 .wyList {
        flex-wrap: wrap;
    }

    .pro1-main2 .main2-content2 .ysItem {
        width: 48%;
        margin-bottom: 32px;
    }

    .solu1-main3 {
        padding: 8vw 0;
    }

    .solu1-main3 .page-title {
        margin-bottom: 8vw;
    }

    .solu1-main3 .list {}

    .solu1-main3 .list .list-item {
        width: 49%;
        padding: 6.4vw 3.2vw 4vw;
        box-shadow: 0 0 4vw 0 rgba(153, 153, 153, 0.3);
        border-radius: 1.6vw;
    }

    .solu1-main3 .list .list-item .item-img {
        margin-bottom: 3.2vw;
    }

    .solu1-main3 .list .list-item .item-img img {
        height: 8.8vw;
    }

    .solu1-main3 .list .list-item .item-title {
        font-size: 4vw;
        margin-bottom: 4vw;
    }

    .solu1-main3 .list .list-item .item-cont {
        line-height: 4.8vw;
        margin-bottom: 8vw;
    }
}






.solu1-main4 {
    padding: 48px 0;
    background-color: #f6f6f6;
}

.solu1-main4 .page-title {
    margin-bottom: 64px;
}

.solu1-main4 .content {
    position: relative;
}

.solu1-main4 .content .img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 600px;
    max-width: 32%;
    transform: translate(0, -50%);
    border-radius: 10px;
}

.solu1-main4 .content .in {
    display: flex;
    justify-content: space-between;
    width: 1244px;
    max-width: 73%;
    padding: 71px 48px 56px 7.91vw;
    background-color: #fff;
    margin-left: auto;
    border-radius: 10px;
}

.solu1-main4 .content .text1 {
    margin-right: 24px;
}

.solu1-main4 .content .text1 .compnay {
    display: inline-block;
    line-height: 48px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 25px 0 14px;
    background: url(../img/solution_tab1_main4_title_bg.png) no-repeat center center / 100% 100%;
    margin-bottom: 23px;
}

.solu1-main4 .content .text1 .title {
    font-size: 24px;
    margin-bottom: 23px;
}

.solu1-main4 .content .text1 .name {
    display: flex;
    align-items: center;
    color: #b97954;
    font-size: 18px;
    margin-bottom: 16px;
}

.solu1-main4 .content .text1 .name img {
    width: 24px;
    margin-right: 10px;
}

.solu1-main4 .content .text1 .cont {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    margin-top: 32px;
}

.solu1-main4 .content .text1 .cont p {
    position: relative;
    padding-left: 8px;
}

.solu1-main4 .content .text1 .cont p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 2px;
    height: 2px;
    background-color: #666666;
    margin-top: -1px;
}

.solu1-main4 .content .text2 {
    width: 50%;
}

.solu1-main4 .content .text2 .title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    margin-bottom: 17px;
}

.solu1-main4 .content .text2 .title span {
    position: relative;
}

.solu1-main4 .content .text2 .title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background-color: #f3c899;
    border-radius: 8px;
}

.solu1-main4 .content .text2 .block {
    padding: 16px;
    margin-bottom: 16px;
    border: 1px solid #eeeeee;
    border-radius: 10px;
}

.solu1-main4 .content .text2 .block:last-child {
    margin-bottom: 0;
}

.solu1-main4 .content .text2 .block .block-t {
    font-size: 18px;
    margin-bottom: 16px;
}

.solu1-main4 .content .text2 .block .item {
    display: flex;
    align-items: flex-start;
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}

.solu1-main4 .content .text2 .block .item img {
    width: 18px;
    margin: 6px 8px 0 0;
}

@media screen and (max-width: 1250px) {
    .solu1-main4 .content .img {
        position: static;
        width: 100%;
        max-width: none;
        transform: translate(0, 0%);
        margin-bottom: 12px;
    }

    .solu1-main4 .content .in {
        width: 100%;
        max-width: none;
    }
}

@media screen and (max-width: 750px) {
    .solu1-main4 {
        padding: 8vw 0;
    }

    .solu1-main4 .page-title {
        margin-bottom: 8vw;
    }

    .solu1-main4 .content .img {
        border-radius: 1.6vw;
    }

    .solu1-main4 .content .in {
        display: block;
        padding: 6vw 4vw;
        border-radius: 1.6vw;
    }

    .solu1-main4 .content .text1 {
        margin-right: 3.2vw;
        margin-bottom: 4vw;
    }

    .solu1-main4 .content .text1 .compnay {
        line-height: 8vw;
        font-size: 4vw;
        padding: 0 3.2vw 0 1.6vw;
        margin-bottom: 2.8vw;
    }

    .solu1-main4 .content .text1 .title {
        font-size: 4.8vw;
        margin-bottom: 3.2vw;
    }

    .solu1-main4 .content .text1 .name {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .solu1-main4 .content .text1 .name img {
        width: 4.6vw;
        margin-right: 1.6vw;
    }

    .solu1-main4 .content .text1 .cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
        margin-top: 4vw;
    }

    .solu1-main4 .content .text1 .cont p {
        padding-left: 1.6vw;
    }

    .solu1-main4 .content .text1 .cont p::before {
        top: 2.4vw;
    }

    .solu1-main4 .content .text2 {
        width: 100%;
    }

    .solu1-main4 .content .text2 .title {
        font-size: 4.8vw;
        margin-bottom: 2.4vw;
    }

    .solu1-main4 .content .text2 .block {
        padding: 2vw;
        margin-bottom: 2vw;
        border-radius: 1.6vw;
    }

    .solu1-main4 .content .text2 .block .block-t {
        font-size: 4vw;
        margin-bottom: 2vw;
    }

    .solu1-main4 .content .text2 .block .item {
        line-height: 5.6vw;
        font-size: 3.2vw;
    }

    .solu1-main4 .content .text2 .block .item img {
        width: 4vw;
        margin: 0.8vw 1.0667vw 0 0;
    }
}






.solu1-main5 {
    padding: 48px 0;
}

.solu1-main5 .page-title {
    margin-bottom: 64px;
}

.solu1-main5 .list {
    display: flex;
    flex-wrap: wrap;
}

.solu1-main5 .list .item {

    display: flex;
    align-items: center;
    justify-content: center;
    width: 16.1%;
    /* background-color: #f8f8f8; */
    margin-right: 0.68%;
    margin-bottom: 2%;
    border-radius: 10px;
}

/* .solu1-main5 .list .item-lg {
    padding: 9px 9px 9px;
} */

.solu1-main5 .list .item:nth-child(6n) {
    margin-right: 0%;
}

.solu1-main5 .list .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 750px) {
    .solu1-main5 {
        padding: 8vw 0;
    }

    .solu1-main5 .page-title {
        margin-bottom: 8vw;
    }

    .solu1-main5 .list .item {
        /* width: calc(33.33% - 1.51vw);
        height: 10.933vw;
        margin-right: 2.266vw;
        margin-bottom: 4.266vw;
        border-radius: 1.6vw; */
        width: 32%;
        margin-right: 1.5%;
        margin-bottom: 1%;
        border-radius: 1.6vw;
    }

    .solu1-main5 .list .item-lg {
        /* padding: 2vw; */
    }

    .solu1-main5 .list .item:nth-child(3n),
    .solu1-main5 .list .item:nth-child(6n) {
        margin-right: 0%;
    }
}






.solu2-main2 {
    padding: 48px 0;
    background-color: #f6f6f6;
}

.solu2-main2 .page-title {
    margin-bottom: 64px;
}

.solu2-main2 .list {
    display: flex;
    justify-content: space-between;
}

.solu2-main2 .list .list-item {
    width: 496px;
    max-width: 32%;
    padding: 32px 32px 36px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 #cccccc inset;
    border-radius: 10px;
}

.solu2-main2 .list .list-item .item-img {
    height: 40px;
    margin-bottom: 16px;
}

.solu2-main2 .list .list-item .item-title {
    line-height: 24px;
    min-height: 48px;
    font-size: 18px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 24px;
}

.solu2-main2 .list .list-item .item-cont {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
}

@media screen and (max-width: 1050px) {
    .solu2-main2 .list {
        flex-wrap: wrap;
    }

    .solu2-main2 .list .list-item {
        width: 49%;
        max-width: none;
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 750px) {
    .solu2-main2 {
        padding: 8vw 0;
    }

    .solu2-main2 .page-title {
        margin-bottom: 8vw;
    }

    .solu2-main2 .list {
        display: block;
    }

    .solu2-main2 .list .list-item {
        width: 100%;
        padding: 4vw 4vw 4.8vw;
        box-shadow: 0 0 3.2vw 0 #cccccc inset;
        border-radius: 1.6vw;
    }

    .solu2-main2 .list .list-item .item-img {
        height: 8vw;
        margin-bottom: 2vw;
    }

    .solu2-main2 .list .list-item .item-title {
        line-height: 5.6vw;
        min-height: 11.2vw;
        font-size: 4vw;
        margin-bottom: 3.2vw;
    }

    .solu2-main2 .list .list-item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
    }
}





.solu2-main3 .list .list-item {
    width: 796px;
    max-width: 49%;
}








.solu3-main2 {
    padding: 48px 0;
    background-color: #f6f6f6;
}

.solu3-main2 .page-title {
    margin-bottom: 64px;
}

.solu3-main2 .list {
    display: flex;
    justify-content: space-between;
}

.solu3-main2 .list .list-item+.list-item {
    margin-left: 10px;
}

.solu3-main2 .list .list-item {
    display: flex;
    justify-content: space-between;
    width: 520px;
    max-width: 49%;
    padding: 63px 74px 64px 64px;
    border-radius: 10px 6px 6px 10px;
    background: #fff url("../img/solution_tab3_bg.png") 22px 22px no-repeat;
}

.solu3-main2 .list .list-item .item-text {
    flex: 1;
    margin-right: 24px;
}

.solu3-main2 .list .list-item .item-title {
    font-size: 18px;
    margin-bottom: 8px;
    color: #111111;
}

.solu3-main2 .list .list-item .subhead {
    color: #B97954;
    font-weight: bold;
    margin-bottom: 24px;
}

.solu3-main2 .list .list-item .item-cont {
    min-height: 63px;
    line-height: 24px;
    color: #666666;
    font-size: 16px;
}

.solu3-main2 .list .list-item .item-img {
    align-self: flex-end;
}

.solu3-main2 .list .list-item .item-img img {
    width: 204px;
}

@media screen and (max-width: 1250px) {
    .solu3-main2 .list {
        display: block;
    }

    .solu3-main2 .list .list-item+.list-item {
        margin-left: 0;
    }

    .solu3-main2 .list .list-item {
        width: 100%;
        max-width: none;
        margin-bottom: 2%;
    }

    .solu3-main2 {
        padding: 8vw 0;
    }

    .solu3-main2 .page-title {
        margin-bottom: 8vw;
    }

    .solu3-main2 .list .list-item {
        padding: 8.4vw 8.66vw 8.533vw;
        border-radius: 1.6vw 0.8vw 0.8vw 1.6vw;
        background-position: 2.933vw 2.933vw;
    }

    .solu3-main2 .list .list-item .item-text {
        margin-right: 3.2vw;
    }

    .solu3-main2 .list .list-item .item-title {
        font-size: 4vw;
        margin-bottom: 1.2vw;
    }

    .solu3-main2 .list .list-item .subhead {
        margin-bottom: 3.2vw;
    }

    .solu3-main2 .list .list-item .item-cont {
        min-height: unset;
        line-height: 4.8vw;
        font-size: 3.2vw;
    }

    .solu3-main2 .list .list-item .item-img img {
        width: 24vw;
    }
}







.solut3-main3 .list {
    justify-content: space-around;
}

.solut3-main3 .list .list-item {
    max-width: 24%;
}

@media screen and (max-width: 1250px) {
    .solut3-main3 .list .list-item {
        width: 49%;
        max-width: none;
        margin-left: 0 !important;
    }
}






.pro1-main4 {
    padding: 60px 0 40px;
    background-color: #f6f6f6;
}

.pro1-main4 .subhead {
    color: #666;
    font-size: 16px;
    text-align: center;
    margin-bottom: 64px;
}

.pro1-main4 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.pro1-main4 .list .list-item {
    width: 15.1162%;
    text-align: center;
    margin: 0 3.052% 64px;
}

.pro1-main4 .list .list-item:nth-child(1),
.pro1-main4 .list .list-item:nth-child(5n+1) {
    margin-left: 0;
}

.pro1-main4 .list .list-item:nth-child(5n) {
    margin-right: 0;
}

.pro1-main4 .list .list-item .item-img {
    width: 100%;
    padding-bottom: 53.846%;
    background: no-repeat center center / cover;
    border: 4px solid #000;
    margin: 0 auto 24px;
    border-radius: 10px;
}

.pro1-main4 .list .list-item .item-title {
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    .pro1-main4 {
        padding: 8vw 0 4vw;
    }

    .pro1-main4 .subhead {
        font-size: 3.2vw;
        margin-bottom: 8vw;
    }

    .pro1-main4 .list .list-item {
        width: 48%;
        text-align: center;
        margin: 0 4% 6vw 0;
    }

    .pro1-main4 .list .list-item:nth-child(1),
    .pro1-main4 .list .list-item:nth-child(5n+1) {
        margin-left: 0;
    }

    .pro1-main4 .list .list-item:nth-child(5n) {
        margin-right: 4%;
    }

    .pro1-main4 .list .list-item:nth-child(2n) {
        margin-right: 0%;
    }

    .pro1-main4 .list .list-item .item-img {
        border: 0.5333vw solid #000;
        margin: 0 auto 3.2vw;
        border-radius: 1.6vw;
    }

    .pro1-main4 .list .list-item .item-title {
        font-size: 3.2vw;
    }
}





.pro1-main5 {
    padding: 60px 0;
}

.pro1-main5 .page-title {
    margin-bottom: 64px;

}

.pro1-main5 .list {
    display: flex;
    justify-content: space-between;
}

.pro1-main5 .list .list-item {
    width: 500px;
    max-width: 32%;

}

.pro1-main5 .list .list-item .item-img {
    width: 100%;
    padding-bottom: 60%;
    background: no-repeat center center / cover;
    margin: 0 auto 32px;
    border-radius: 10px;
}

.pro1-main5 .list .list-item .item-title {
    font-size: 18px;
    margin-bottom: 24px;
    padding: 0 15px;
    box-sizing: border-box;
}

.pro1-main5 .list .list-item .item-cont {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    padding: 0 15px;
    box-sizing: border-box;
}

@media screen and (max-width: 750px) {
    .pro1-main5 {
        padding: 8vw 0 2vw;
    }

    .pro1-main5 .page-title {
        margin-bottom: 8vw;
    }

    .pro1-main5 .list {
        display: block;
    }

    .pro1-main5 .list .list-item {
        width: 100%;
        max-width: none;
        margin-bottom: 6vw;
    }

    .pro1-main5 .list .list-item .item-img {
        margin: 0 auto 4vw;
        border-radius: 1.6vw;
    }

    .pro1-main5 .list .list-item .item-title {
        font-size: 4vw;
        margin-bottom: 3.2vw;
    }

    .pro1-main5 .list .list-item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
    }
}





.pro2-1-main4 {
    padding: 24px 0 48px;
}

.pro2-1-main4 .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.pro2-1-main4 .list::after {
    content: '';
    width: 440px;
    max-width: 32%;
}

.pro2-1-main4 .list .list-item {
    display: flex;
    width: 440px;
    max-width: 32%;
    padding: 2.79%;
    background-color: #f8f8f8;
    margin-bottom: 48px;
    border-radius: 10px;
}

.pro2-1-main4 .list .list-item .item-img {
    margin-right: 24px;
}

.pro2-1-main4 .list .list-item .item-img img {
    width: 64px;
}

.pro2-1-main4 .list .list-item .item-text {
    flex: 1;
}

.pro2-1-main4 .list .list-item .item-title {
    display: inline-block;
    font-size: 18px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 16px;
}

.pro2-1-main4 .list .list-item .item-cont {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
}

@media screen and (max-width: 950px) {
    .pro2-1-main4 .list::after {
        content: '';
        width: 440px;
        max-width: 32%;
        display: none;
    }

    .pro2-1-main4 .list .list-item {
        display: flex;
        width: 48%;
        max-width: none;
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 750px) {
    .pro2-1-main4 {
        padding: 3.2vw 0 8vw;
    }

    .pro2-1-main4 .list {
        display: block;
    }

    .pro2-1-main4 .list .list-item {
        padding: 4vw;
        width: 100%;
        margin-bottom: 2%;
        border-radius: 1.6vw;
    }

    .pro2-1-main4 .list .list-item .item-img {
        margin-right: 3.2vw;
    }

    .pro2-1-main4 .list .list-item .item-img img {
        width: 10vw;
    }

    .pro2-1-main4 .list .list-item .item-title {
        font-size: 4vw;
        padding-bottom: 2vw;
        margin-bottom: 2.1333vw;
    }

    .pro2-1-main4 .list .list-item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
    }
}





.pro1-3-main1 {
    padding: 40px 0 104px;
}

.pro1-3-main1 .list {
    display: flex;
    justify-content: space-between;
}

.pro1-3-main1 .list .list-item {
    display: flex;
    flex-direction: column;
    width: 220px;
    max-width: 19%;
    padding: 2.325%;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.pro1-3-main1 .list .list-item .item-title {
    font-size: 18px;
    margin-bottom: 24px;
}

.pro1-3-main1 .list .list-item .item-cont {
    line-height: 24px;
    color: #666666;
    font-size: 16px;
    margin-bottom: 6px;
}

.pro1-3-main1 .list .list-item .item-img {
    margin-top: auto;
}

.pro1-3-main1 .list .list-item .item-img img {
    width: 64px;
    margin-left: auto;
}

@media screen and (max-width: 950px) {
    .pro1-3-main1 .list {
        flex-wrap: wrap;
        justify-content: center;
    }

    .pro1-3-main1 .list .list-item {
        width: 32%;
        max-width: none;
        margin-bottom: 2%;
    }

    .pro1-3-main1 .list .list-item {
        width: 32%;
        max-width: none;
        margin: 0 0.75%;
        margin-bottom: 2%;
    }

    .pro1-3-main1 .list .list-item:nth-child(1),
    .pro1-3-main1 .list .list-item:nth-child(3n+1) {
        margin-left: 0;
    }

    .pro1-3-main1 .list .list-item:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 750px) {
    .pro1-3-main1 {
        padding: 4vw 0 8vw;
    }

    .pro1-3-main1 .list {
        justify-content: space-between;
    }

    .pro1-3-main1 .list .list-item {
        width: 49%;
        padding: 4vw;
        margin: 0;
        margin-bottom: 2%;
        border-radius: 1.6vw;
    }

    .pro1-3-main1 .list .list-item .item-title {
        font-size: 4vw;
        margin-bottom: 3.2vw;
    }

    .pro1-3-main1 .list .list-item .item-cont {
        line-height: 4.8vw;
        font-size: 3.2vw;
        margin-bottom: 0.8vw;
    }

    .pro1-3-main1 .list .list-item .item-img img {
        width: 10vw;
    }
}







.login-page {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.login-page::after {
    content: '';
}

.login-page .login-header {
    width: 100%;
    height: 100px;
}

.login-page .login-header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.login-page .login-header .logo {
    height: 54px;
}

.login-page .login-header .logo img {
    height: 100%;
}

.login-page .login-header .gohome {
    color: #f3c899;
    font-size: 18px;
}

.login-page .login {
    width: 480px;
    height: 608px;
    padding: 38px 32px 0;
    background: url(../img/login_form_bg.jpg) no-repeat center center / cover #fff;
    border-radius: 10px;
    display: none;
}

.login-page .login.active {
    display: block;
}

.login-page .login .form-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 42px;
}

.login-page .login .tabs {
    display: flex;
    margin-bottom: 48px;
}

.login-page .login .tabs .tab {
    color: #666666;
    font-size: 18px;
    padding-bottom: 8px;
    margin-right: 40px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    cursor: pointer;
}

.login-page .login .tabs .tab.active {
    color: #b97954;
    border-bottom-color: #b97954;
}

.login-page .login .form-item {
    display: flex;
    font-size: 16px;
    margin-bottom: 16px;
}

.login-page .login .form-item input {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 18px;
    border: 1px solid #eee;
    border-radius: 4px;
}

.login-page .login .form-item .getVcode {
    flex-shrink: 0;
    width: 120px;
    height: 48px;
    color: #fff;
    margin-left: 8px;
    background-color: #b97954;
    border-width: 0;
    border-radius: 4px;
    cursor: pointer;
}

.login-page .login .submit {
    display: block;
    width: 100%;
    height: 48px;
    color: #fff;
    font-size: 18px;
    background-color: #b97954;
    margin: 40px 0 170px;
    border-width: 0;
    border-radius: 4px;
    cursor: pointer;
}

.login-page .regist-form .submit {
    margin: 40px 0 54px;
}

.login-page .login .tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login-page .login .tools .agree {
    display: flex;
    align-items: center;
    color: #666666;
}

.login-page .login .tools .agree input {
    width: 18px;
    height: 18px;
    margin-right: 14px;
}

.login-page .login .tools .agree a {
    color: #666666;
}

.login-page .login .tools .change-regist {
    color: #666666;
    cursor: pointer;
}

@media screen and (max-width: 520px) {
    .login-page .login-header {
        height: 13.3333vw;
    }

    .login-page .login-header .logo {
        height: 7.2vw;
    }

    .login-page .login-header .gohome {
        font-size: 4vw;
    }

    .login-page .login {
        width: 95%;
        height: auto;
        padding: 4vw 4vw 6vw;
        border-radius: 1.6vw;
    }

    .login-page .login .form-title {
        font-size: 4.8vw;
        margin-bottom: 5.6vw;
    }

    .login-page .login .tabs {
        margin-bottom: 6.4vw;
    }

    .login-page .login .tabs .tab {
        font-size: 4vw;
        padding-bottom: 1.2vw;
        margin-right: 5.6vw;
    }

    .login-page .login .form-item {
        font-size: 3.2vw;
        margin-bottom: 2vw;
    }

    .login-page .login .form-item input {
        height: 10vw;
        padding: 0 2.4vw;
        border-radius: 1.2vw;
    }

    .login-page .login .form-item .getVcode {
        flex-shrink: 0;
        width: 24vw;
        height: 10vw;
        margin-left: 1.2vw;
        border-radius: 1.2vw;
    }

    .login-page .login .submit {
        width: 100%;
        height: 10vw;
        font-size: 4vw;
        margin: 4vw 0 6vw;
        border-radius: 1.2vw;
    }

    .login-page .regist-form .submit {
        margin: 4vw 0 6vw;
    }

    .login-page .login .tools .agree input {
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
    }
}