﻿@charset "utf-8";

body {
    font-family:"","Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    color: #222;
    min-height: initial !important;
    top: 0 !important;
}

.translated-ltr body,
.translated-rtl body{
    margin-top: 40px !important;
}

.translated-ltr .mod_header_bot.active,
.translated-rtl .mod_header_bot.active{
    transform: translateY(40px);
}

.translated-ltr .mod_smnav_list.active,
.translated-rtl .mod_smnav_list.active{
    transform: translateY(40px);
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont/iconfont.woff2?t=1682388927098') format('woff2'),
         url('../fonts/iconfont/iconfont.woff?t=1682388927098') format('woff'),
         url('../fonts/iconfont/iconfont.ttf?t=1682388927098') format('truetype');
}

@font-face {
    font-family: 'OswaldM';
    src: url('../fonts/Oswald-Medium.eot');
    src: local('Oswald Medium'), local('Oswald-Medium'),
        url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff'),
        url('../fonts/Oswald-Medium.ttf') format('truetype'),
        url('../fonts/Oswald-Medium.svg#Oswald-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hc_container{
    overflow: hidden;
}

.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}

.iconfont{
    font-size: inherit;
    display: inline-block;
    transition: all 0.36s;
}

/* 规范 */
.hc_tit40{
    font-size: 40px;
    line-height: 1.2;
}

.hc_tit20{
    font-size: 20px;
    line-height: 1.5;
}

.hc_tit18{
    font-size: 18px;
    line-height: 1.5;
}

.hc_text15,
.hc_text15 p{
    font-size: 15px;
    line-height: 1.75;
}


.hc_text16,
.hc_text16 p{
    font-size: 16px;
    line-height: 1.75;
}
/* 规范-end */


/* header */
.mod_header{
    position: relative;
    z-index: 10;
}

.mod_header_top{
    background-color: #977550;
}

.mod_header_tr{
    display: flex;
    align-items: center;
}

.mod_header_tr>form,
.mod_header_tr>a{
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 24px;
    padding: 0 25px;
    cursor: pointer;
}

.mod_header_tr>a{
    flex-shrink: 0;
}

.mod_header_searchs input{
    width: 40px;
    transition: all 0.36s;
}

.mod_header_searchs input.active{
    width: 150px;
}

.mod_header_searchs input::-webkit-input-placeholder { 
    /* WebKit browsers，webkit内核浏览器 */
    color: #fff;
} 
.mod_header_searchs input:-moz-placeholder { 
    /* Mozilla Firefox 4 to 18 */ 
    color: #fff;
} 
.mod_header_searchs input::-moz-placeholder { 
    /* Mozilla Firefox 19+ */ 
    color: #fff;
} 
.mod_header_searchs input:-ms-input-placeholder { 
    /* Internet Explorer 10+ */ 
    color: #fff;
}

.mod_header_tr_text{
    font-size: 14px;
    color: #fff;
}

.mod_header_tr>form span,
.mod_header_tr_text,
.mod_header_top .fl p{
    line-height: 45px;
}

.mod_header_tr>form span,
.mod_header_tr>a span{
    margin-right: 9px;
}

.mod_header_tr .mod_header_group{
    padding-right: 0;
}

.mod_header_tr .mod_header_group::after{
    display: none;
}   

.mod_header_tr>form::after,
.mod_header_tr>a::after{
    content: "";
    width: 1px;
    height: 12px;
    background-color: #fff;
    top: 50%;
    transform: translateY(-50%) translate(50%);
    right: 0;
    position: absolute;
}

.mod_header_tr_text{
    position: relative;
}

.mod_header_tr_text::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 10px;
    left: 0;
    opacity: 0;
    transition: all 0.36s;
}

.mod_header_top .fl p{
    color: #fff;
    font-size: 15px;
}

.mod_header_tr>form:hover .mod_header_tr_text::after,
.mod_header_tr>a:hover .mod_header_tr_text::after{
    opacity: 1;
}

.mod_header_botbox{
    height: 85px;
}

.mod_header_bot{
    width: 100% !important;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

.mod_header_br{
    display: flex;
    align-items: center;
}

.mod_header_logo{
    display: block;
    width: 184px;
}

.mod_header_logo img{
    width: 100%;
}

.mod_header_list{
    display: flex;
}

.mod_header_logo,
.mod_header_link{
    line-height: 85px;
}

.mod_header_item{
    margin-right: 70px;
    position: relative;
}

.mod_header_item:last-child{
    margin-right: 60px;
}

.mod_header_link{
    display: block;
    font-size: 17px;
    position: relative;
    color: #222222;
}

.mod_header_link::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #977550;
    transition: all 0.36s;
    opacity: 0;
}

.mod_header_item.active .mod_header_link::after{
    opacity: 1;
}

.mod_header_item.active .mod_header_link{
    color: #977550;
}

.mod_header_shopping{
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    line-height: 85px;
    margin-right: 40px;
    cursor: pointer;
}

.mod_header_shopping>span{
    flex-shrink: 0;
    color: #977550;
    margin-right: 2px;
}

.mod_header_shopping_size{
    font-size: 14px;
    color: #977550;
}

.mod_header_translation .goog-te-gadget-simple{
    border: none !important;
    margin-top: 4px;
}

.mod_header_tr .mod_header_group{
    font-size: 28px;
}

.mod_header_seclist{
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 10px 0;
    display: none;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.mod_header_secitem{
    position: relative;
}

.mod_header_secitem.active .mod_header_secitem_link{
    color: #977550;
}

.mod_header_secitem:hover .mod_header_secitem_link{
    color: #977550;
}

.mod_header_thiitem.active .mod_header_thilink{
    color: #977550;
}

.mod_header_thiitem:hover .mod_header_thilink{
    color: #977550;
}

.mod_header_secitem_link{
    display: block;
    white-space: nowrap;
    color: #222222;
    padding: 20px 14px;
    min-width: 150px;
    font-size: 16px;
    text-align: center;
    transition: all 0.36s;
}

.mod_header_thilist{
    position: absolute;
    left: 100%;
    top: 0;
    padding: 10px 0;
    background-color: #fff;
    display: none;
    box-shadow: 10px 3px 10px 0 rgba(0, 0, 0, 0.05);
}

.mod_header_thilink{
    display: block;
    min-width: 140px;
    padding: 15px 20px;
    color: #222222;
    transition: all 0.36s;
    text-align: center;
    font-size: 15px;
    white-space: nowrap;
}

.mod_header_pbbtn{
    display: none;
}

/* header-end */

/* form */
.mod_form{
    padding-top: 85px;
    padding-bottom: 70px;
}

.mod_form_cont{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.mod_form_tit{
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 36px;
    text-align: center;
}

.mod_form_item{
    width: 25%;
    padding: 0 5px;
    margin-bottom: 15px;
    position: relative;
}

.mod_form_item label{
    position: absolute;
    white-space: nowrap;
    font-size: 16px;
    color: #666666;
    transition: all 0.36s;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    padding-left: 5px;
}

.mod_form_item.block label{
    top: 26px;
}   

.mod_form_item.active label{
    top: 0;
    background: linear-gradient(to bottom,#fff 47%,#fbf9f7 47%) ;
}

.mod_form_item.block{
    width: 100%;
}

.mod_form_item textarea{
    padding-top: 17px;
    padding-bottom: 17px;
    height: 255px;
}

.mod_form_item input{
    line-height: 48px;
}

.mod_form_item input,
.mod_form_item textarea{
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    border: 1px solid #e8d9c9;
    transition: all 0.36s;
    color: #222;
    font-size: 16px;
    background-color: #fbf9f7;
}

.mod_form_item.active input,
.mod_form_item.active textarea{
    border-color: #977550;
}

.mod_form_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto 0;
    text-align: center;
    min-width: 270px;
    height: 50px;
    color: #fff;
    padding: 0 15px;
    transition: all 0.36s;
    background-color: #977550;
    font-size: 20px;
    cursor: pointer;
}

.mod_form_btn>div{
    display: inline-block;
    font-size: 16px;
    margin-right: 12px;
}

.mod_form_btn span{
    color: #fff;
    display: inline-block;
}

.mod_form_btn:hover span{
    transform: translateX(10px);
}
/* form-end */


/* home */
.home_banner .slick-dots li{
    width: 16px;
    height: 16px;
    position: relative;
    background-color: #fff;
    margin: 0 20px;
}

.home_banner .slick-dots li::after{
    content: "";
    width: 34px;
    height: 34px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
}

.home_banner .slick-dots li.slick-active::after{
    opacity: 1;
}

.home_banner .slick-dots{
    bottom: 75px;
}

.home_system_list{
    display: flex;
}

.home_system_item{
    width: 25%;
}

.home_system_cont{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 64px;
    padding: 45px 0;
    background-color: #f2ece6;
    transition: all 0.36s;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding-left: 25px !important;
    padding-right: 25px !important;
    height: 100%;
}


.home_system_cont::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;
    transition: all 0.36s;
    background:linear-gradient(-143deg,#94724e,#79573c);
    z-index:-1;
}

.home_system_cont span{
    flex-shrink: 0;
    transition: all 0.36s;
    color: #222222;
    margin-right: 15px;
}

.home_system_tit{
    /* flex-shrink: 0; */
    font-size: 24px;
    transition: all 0.36s;
    color: #222222;
}

.home_system_cont:hover::after{
    opacity: 1;
}

.home_system_cont:hover span,
.home_system_cont:hover .home_system_tit{
    color: #fff;
}




.home_about .row{
    display: flex;
    flex-wrap: wrap;
}

.home_about .left{
    padding-right: 0;
}

.home_about .right{
    padding-left: 0;
}

.home_about_img{
    overflow: hidden;
    cursor: pointer;
    height: 100%;
}

.home_about_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.36s;
}

.home_about_img:hover img{
    transform: scale(1.03);
}

.home_about_cont{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 110px;
    padding-right: calc((100% * 2 - 1410px) / 2);
    padding-top: 70px;
    padding-bottom: 70px;
}

.home_more{
    min-width: 190px;
    padding: 0 20px;
    text-align: center;
    line-height: 58px;
    border-radius: 30px;
    overflow: hidden;
    background:linear-gradient(to right,#7c5b41,#977550);
    transition: all 0.36s;
    display: inline-block;
    border: 1px solid transparent;
    background-clip: border-box;
    color: #fff;
}

.home_more span{
    font-size: 18px;
}

.home_more_text{
    font-size: 16px;
}

.home_more div{
    display: inline-block;
    margin-right: 10px;
}

.home_more .iconfont{
    display: inline-block;
    transition: all 0.36s;
}

.home_more:hover{
    transform: translateY(-5px);
}

.home_more:hover .iconfont {
    transform: translateX(5px);
}

.home_about .right{
    padding-left: 0;
}

.home_about_cont{
    padding-left: 105px;
}

.home_about_subtit{
    color: #977550;
}

.home_about_titbox{
    margin-bottom: 32px;
}

.home_about_text{
    margin-bottom: 65px;
}

.home_about_text p{
    line-height: 2.1;
    color: #666666;
}

.home_about_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}

.home_about_item{
    width: 140px;
}

.home_about_item_cont{
    font-size: 28px;
    cursor: pointer;
}

.home_about_item_cont:hover .iconfont {
    animation: headShake 1s ease;
}

.home_about_item_cont:hover .haic_tit {
    color: #977550;
}

.home_about_item_cont .haic_tit {
    transition: all 0.36s;
}

.home_about_item_cont span{
    display: inline-block;
    margin-bottom: 20px;
    color: #977550;
}

.home_about_item.mission .home_about_item_cont span{
    transform: scale(1.1);
}

.home_about_item.vision .home_about_item_cont span{
    transform: scale(0.85);
}

.haic_tit{
    margin-bottom: 5px;
}

.haic_text{
    color: #666;
}

.home_select{
    padding-top: 125px;
    padding-bottom: 130px;
}

.home_select_tit{
    margin-bottom: 20px;
    text-align: center;
}

.home_select_text{
    width: 1057px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 35px;
    text-align: center;
}

.home_select_text p{
    line-height: 1.7333;
    color: #666666;
}

.home_select_item_cont{
    border: 1px solid #977550;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.36s;
    cursor: pointer;
    padding: 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.hsic_top{
    padding: 62px 20px 80px;
    flex-grow: 1;
    text-align: center;
}

.hsic_icon{
    display: inline-block;
    width: 62px;
    background-color: #977550;
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
    line-height: 62px;
    transition: all 0.36s;
    margin-bottom: 48px;
    position: relative;
}

.hsic_icon::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 0.36s 0.1s;
    opacity: 0;
    transform:translate(-50%,-50%);
    width: calc(100%);
    height: calc(100%);
}

.hsic_icon::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 0.36s 0.1s;
    opacity: 0;
    transform:translate(-50%,-50%);
    width: calc(100%);
    height: calc(100%);
}

.home_select_item_cont:hover .hsic_icon::before{
    animation: homeplay 2s 0.2s linear infinite;
}

.home_select_item_cont:hover .hsic_icon::after{
    animation: homeplay2 2s  linear infinite;
}

@keyframes homeplay {
    0%{
        opacity: 0;
    }
    75%{
        opacity: 0.8;
    }
    to{
        opacity: 0;
        width: calc(100% + 15px);
        height: calc(100% + 15px);
    }
}

@keyframes homeplay2 {
    0%{
        opacity: 0;
    }
    75%{
        opacity: 0.25;
    }
    to{
        opacity: 0;
        width: calc(100% + 34px);
        height: calc(100% + 34px);
    }
}

.hsic_tit{
    font-size: 22px;
    line-height: 1.4;
    transition: all 0.36s;
    margin-bottom: 10px;
}

.hsic_text p{
    color: #666;
    line-height: 1.73333;
    transition: all 0.36s;
}

.hsic_bot{
    border-top: 1px solid #d2d2d2;
    padding: 12px 0 15px;
    color: #977550;
    transition: all 0.36s;
    text-align: right;
    font-family: OswaldM;
    font-size: 16px;
}

.home_select_item_cont:hover .hsic_bot{
    text-stroke: 1px #fff;
    -webkit-text-stroke: 0.5px #fff;
}

.home_select_item_cont:hover{
    background-color: #977550;
}

.home_select_item_cont:hover .hsic_icon{
    background-color: #fff;
}

.home_select_item_cont:hover .hsic_icon span{
    color: #977550;
}

.home_select_item_cont:hover .hsic_tit,
.home_select_item_cont:hover .hsic_text p{
    color: #fff;
}

.home_select_item_cont:hover .hsic_bot{
    border-color: #fff;
    color: #977550;
}

/* .home_select_item_cont:hover .hsic_icon::after{
    transform:translate(-50%,-50%) scale(1);
    opacity: 0.8;
}

.home_select_item_cont:hover .hsic_icon::before{
    transform:translate(-50%,-50%) scale(1);
    opacity: 0.3;
} */

.home_fun{
    position: relative;
}


.home_fun_bg>div{
    height: 100% !important;
}

.home_fun_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.home_fun_bg .slick-track{
    height: 100% !important;
}

.home_fun_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_fun_cont{
    width: 50%;
    padding: 136px 110px 180px;
    background-color: rgba(151, 117, 80,0.85);
}

.home_fun_tit{
    color: #fff;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 130px;
}

.home_fun_tit::after{
    content: "";
    position: absolute;
    width: 87px;
    height: 11px;
    background-color: #fff;
    top: 100%;
    left: 0;
    display: block;
    clip-path:polygon(0 0, 0px 100%,calc(100% - 11px) 100%,100% 0);
}

.home_fun_titbox{
    display: flex;
    margin-bottom: 45px;
}

.home_fun_progress{
    font-size: 18px;
    color: #fff;
    margin-right: 20px;
}

.home_fun_progress_active{
    font-size: 30px;
    font-family: OswaldM;
}

.home_fun_progress_sum{
    font-family: OswaldM;
}

.hftl_cont{
    font-size: 28px;
    color: #fff;
}

.home_fun_titslick_list {
    width: 200px;
}

.hfic_list{
    padding-left: 16px;
}

.hfic_item_cont_tit{
    position: relative;
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.hfic_item_cont_tit::before{
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    top: 6px;
    left: -16px;
}

.hfic_item_cont_text p{
    color: #fff;
    line-height: 1.7333;
}

.hfic_item{
    margin-bottom: 30px;
}

.hfic_item:last-child{
    margin-bottom: 0;
}

.home_fun_slick{
    margin: 0 -20px;
}

.home_fun_item{
    padding: 0 20px;
}

.home_fun_cont{
    position: relative;
}

.home_fun_arrow{
    position: absolute;
    bottom: 60px;
    right: 135px;
}

.home_fun_arrow>div{
    width: 42px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 20px;
    color: #fff;
    display: inline-block;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.home_fun_arrow>div::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100%);
    height: calc(100%);
    border-radius: 50%;
    transition: all 0.36s;
    display: block;
    border: 1px solid #fff;
    opacity: 0;
}

.home_fun_arrow>div::before{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100%);
    height: calc(100%);
    border-radius: 50%;
    transition: all 0.36s;
    display: block;
    border: 1px solid #fff;
    opacity: 0;
}

.home_fun_arrow>div:hover::after{
    /* width: calc(100% + 14px);
    height: calc(100% + 14px);
    opacity: 0.7; */
    animation: playfun2 1.8s ease infinite;

}

.home_fun_arrow>div:hover::before{
    /* width: calc(100% + 32px);
    height: calc(100% + 32px);
    opacity: 0.25; */
    animation: playfun 1.8s 0.2s ease infinite;
}

 @keyframes playfun {
    0%{
        opacity: 0;
    }
    70%{
        opacity: 0.8;
    }
    to{
        opacity: 0;
        width: calc(100% + 15px);
        height: calc(100% + 15px);
    }
}

@keyframes playfun2 {
    0%{
        opacity: 0;
    }
    70%{
        opacity: 0.16;
    }
    to{
        opacity: 0;
        width: calc(100% + 34px);
        height: calc(100% + 34px);
    }
}

.home_fun_prev{
    margin-right: 50px;
}

.home_fun_prev span{
    transform: rotate(180deg);
}


.home_fun_more{
    position: absolute;
    min-width: 100px;
    top: 150px;
    right: 110px;
    display: block;
    padding: 10px 0;
}

.home_fun_more_text{
    color: #fff;
    display: inline-block;
    margin-right: 10px;
}

.home_fun_more span{
    color: #fff;
}

.home_fun_more::after{
    content: "";
    position: absolute;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    transition: all 0.36s;
    background-color: #977550;
    z-index: -1;
}

.home_fun_more:hover::after {
    transform: translateY(-50%) translateX(-50%);
    left: 80%;
}

.home_news{
    position: relative;
}

.home_news_header{
    position: absolute;
    width: 100%;
    top: 150px;
    left: 0;
    z-index: 2;
}

.home_news_header_flex{
    display: flex;
    justify-content: space-between;
}

.home_news_header_flex .left{
    display: flex;
    align-items: center;
}

.home_news_header_list{
    display: flex;
}

.home_news_header_item div{
    display: block;
    border-radius: 40px;
    line-height: 38px;
    padding: 0 20px;
    border: 1px solid #7c5b41;
    background-clip: border-box;
    transition: all 0.36s;
    text-align: center;
    color: #222222;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}

.home_news_header_item div::after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.36s;
    z-index: -1;
    background: linear-gradient(to right,#79573c,#977550);
    opacity: 0;
    top: 0;
    left: 0;
}

.home_news_tit{
    margin-right: 45px;
}

.home_news_header_item:hover div{
    border-color:transparent;
    color: #fff;
}

.home_news_header_item:hover div::after{
    opacity: 1;
}

.home_news_header_item.active div{
    border-color:transparent;
    color: #fff;
}

.home_news_header_item.active div::after{
    opacity: 1;
}


.home_news_header_item{
    margin-right: 28px;
}

.home_news_header_item:last-child{
    margin-right: 0;
}

.home_news_link{
    padding: 284px 22px 125px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    color: #222222;
    height: 100%;
    transition: all 0.36s;
}

.home_news_list{
    display: flex;
}

.home_news_item{
    width: 25%;
}

.home_news_link_img{
    padding-top:68.50649%;
    overflow: hidden;
    border-radius: 5px;
}

.home_news_link_tit{
    flex-shrink: 0;
    margin-bottom: 10px;
    line-height: 1.65;
}

.home_news_link_text p{
    color: #666;
    margin-bottom: 25px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home_news_link_data{
    color: #666;
    margin-bottom: 20px;
}

.home_news_link_img{
    margin-bottom: 60px;
}

.home_news_more{
    width: 165px;
    line-height: 43px;
    border-radius: 45px;
    border: 1px solid #977550;
    transition: all 0.36s;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    transform: translateY(20px);
    opacity: 0;
    font-size: 18px;
}

.home_news_link .home_news_more:hover{
    background-color: #7c5a3e;
    color: #fff;
}

.home_news_link .home_news_more:hover span{
    color: #fff;
}

.home_news_more:hover{
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.4);
}

.home_news_more_text{
    display: inline-block;
    margin-right: 10px;
}

.home_news_arrow{
    display: flex;
}

.home_news_arrow>div{
    font-size: 26px;
    transition: all 0.36s;
    color: #a1a1a1;
    padding: 10px;
    cursor: pointer;
}

.home_news_prev{
    margin-right: 17px;
    transform: rotate(180deg);
}

.home_news_arrow>div:hover span{
    color: #7c5b41;
}

.home_news_list .slick-track {
    display: flex;
}

.home_news_list .slick-track li{
    height: initial !important;
}

.home_serve{
    position: relative;
    padding: 120px 0 115px;
}

.home_serve_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.home_serve_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_serve_titbox .home_news_more{
    opacity: 1;
    transform: translateY(0);
    margin: 0;
    border-color: #fff;
    color: #fff;
}

.home_serve_tit{
    color: #fff;
}

.home_serve_titbox .home_news_more:hover span{
    transform: translateX(5px);
}

.home_serve_titbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}

.home_item_cont{
    position: relative;
    padding: 45px 43px 55px;
    border: 1px solid #c8af93;
    border-radius: 5px;
    transition: all 0.36s;
    cursor: pointer;
}

.home_item_icon{
    width: 100px;
    line-height: 98px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #7c5a3f;
    color: #fff;
    font-size: 52px;
    margin-bottom: 55px;
    transition: all 0.36s;
}

.home_item_tit{
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.home_item_text p{
    color: #fff;
    line-height: 1.73333;
}

.home_item_cont_nub{
    position: absolute;
    font-size: 24px;
    color: #fff;
    right: 28px;
    top:30px;
    font-family: OswaldM;
    transition: all 0.36s;
}

.home_slick{
    padding-left: calc((100% - 1410px) / 2);
    margin-right: -180px;
}

.home_list{
    margin:0 -9px;
}

.home_item{
    padding: 45px 9px 0;
    cursor: pointer;
}

.home_item:hover .home_item_cont_nub{
    color: #977550;
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
}
.home_item:hover .home_item_cont{
    transform: translateY(-30px);
    border-color: #fff;
    box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.4);
}

.home_item .home_item_cont::after{
    content: "";
    position: absolute;
    width: calc(100% - 2px) ;
    height:calc(100% - 2px) ;
    background: url(../images/home_serve_bg.jpg) no-repeat ;
    background-size: cover;
    top: 50%;
    left: 50%;
    z-index: -1;
    opacity: 0;
    transition: all 0.36s;
    transform: translate(-50%,-50%);
}

.home_item:hover .home_item_cont::after{
    opacity: 1;
}

/*  */


.home_item:hover  .home_item_icon{
    border-color: #fff;
}

.home_serve_progress{
    width: calc(100% - 180px);
    margin-top: 75px;
    border-bottom: 1px solid #c8af93;
    position: relative;
}

.home_serve_progress_active{
    position: absolute;
    height: 3px;
    background-color: #fff;
    transition: all 0.36s;
    top: 100%;
    left: 0;
    transform: translateY(-50%);
    display: none;
}

.hc_ban_imgbox{
    position: relative;
    display: block;
}

.hc_ban_imgbox img{
    width: 100%;
}

.hc_ban_video{
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.fszero{
    width: 0;
    height: 0;
    font-size: 0;
    visibility: hidden;
}

/* home-end */

/* footer */
.mod_footer_top{
    padding: 105px 0 100px;
}

.mod_footer_top{
    display: flex;
    justify-content: space-between;
}

.mod_footer_tl{
    width: 274px;
    flex-shrink: 0;
}

.mod_footer_logo{
    width: 215px;
    display: block;
    margin-bottom: 45px;
}

.mod_footer_logo img{
    width: 100%;
}

.mod_footer_tl_subtit{
    margin-bottom: 15px;
}

.mod_footer_tl_form{
    width: 100%;
    display: flex;
    border-radius: 48px;
    border: 1px solid #977550;
}

.mod_footer_tl_form input{
    height: 46px;
    width: calc(100% - 55px);
    padding-left: 20px;
    font-size: 15px;
}

.mod_footer_tl_form button{
    text-align: center;
    font-size: 22px;
    color: #977550;
    width: 55px;
}

.mod_footer_list{
    display: flex;
}

.mod_footer_item{
    flex-shrink: 0;
    margin-right: 40px !important; 
    max-width: 185px;
}

.mod_footer_tr{
    max-width: 185px;
}

.mod_footer_item:last-child{
    margin-right: 0;
}

.mod_footer_tc{
    margin-right: 20px;
}

.mod_footer_tc_tit{
    margin-bottom: 23px;
}

.mod_footer_sitem:last-child{
    margin-bottom: 0;
}

.mod_footer_sitem a{
    display: block;
    color: #222222;
}

.mod_footer_item.contact a{
    display: inline-block;
    line-height: 1.75;
}

.mod_footer_item.contact a,
.mod_footer_sitem a{
    padding: 7px 0;
}

.mod_footer_tr_tit{
    margin-bottom: 35px;   
}

.mod_footer_qr{
    margin-top: 10px;
    margin-bottom: 40px;
    width: 130px;
}

.mod_footer_qr img{
    width: 100%;
}

.mod_sitemap{
    font-size: 24px;
    margin-right: 12px;
    color: #222222;
}

.mod_sitemap:hover div{
    color: #7c5a3f;
}

.mod_sitemap span{
    color: #977550;
}

.mod_sitemap div{
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
    transition: all 0.36s;
}

.mod_footer_bot{
    text-align: center;
    color: #fff;
    background-color: #79573c;
    padding: 21px 40px;
}

.mod_footer_bot p{
    display: inline-block;
    font-size: 15px;
    line-height: 1.75;
}

.mod_footer_bot a{
    color: #fff;
    font-size: 15px;
    line-height: 1.75;
    margin-left: 22px;

}

.mod_footer_bot a:hover{
    text-decoration: underline;
}

.mod_footer_sitem a:hover{
    color: #7c5b41;
}
/* footer-end */

/* banner */
.mod_banner{
    position: relative;
    z-index: 1;
}

.mod_banner::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.1;
    pointer-events: none;
}

.mod_banner img{
    width: 100%;
}

.mod_banner_tit{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 70px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1.4rem;
    z-index: 1;
}

.mod_banner_tit::after{
    content: "";
    position: absolute;
    width: 80px;
    height: 10px;
    background-color: #fff;
    bottom: -52px;
    left: 50%;
    transform: translateX(-50%);
}
/* banner-end */

/* smnav */
.mod_smnavbox{
    height: 90px;
}

.trade_slick_list li{
    display: none;
}

.mod_smnav_list{
    display: flex;
    justify-content: center;
    border-bottom: #c9c9c9 1px solid ;
    background-color: #fff;
    z-index: 5;
    width: 100% !important;
}

.mod_smnav_link{
    display: block;
    padding: 0 65px;
    position: relative;
}

.mod_smnav_link_tit{
    transition: all 0.36s;
    line-height: 89px;
    font-size: 24px;
    transition: all 0.36s;
    color: #666666;
}

.mod_smnav_link_icon{
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #977550;
    background-clip: content-box;
    background-color: #977550;
    padding: 2px;
    border-radius: 50%;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 12px;
    text-align: center;
    left: 50%;
    top: 100%;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
    opacity: 0;
}

.mod_smnav_link_icon span{
    display: block;
    transform: rotate(-90deg);
    line-height: 18px;
}

.mod_smnav_item:hover .mod_smnav_link_tit{
    font-weight: bold;
    color: #977550;
}

.mod_smnav_item:hover .mod_smnav_link_icon{
    opacity: 1;
}

.mod_smnav_item.active .mod_smnav_link_tit{
    font-weight: bold;
    color: #977550;
}

.mod_smnav_item.active .mod_smnav_link_icon{
    opacity: 1;
}
/* smnav-end */

/* about */
.about_group{
    padding-top: 60px;
    padding-bottom: 100px;
}

.about_text p{
    font-size: 16px;
    line-height: 2.125;
}

.about_text{
    margin-bottom: 40px;
    width: 1175px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.about_video{
    position: relative;
}

.about_video::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: 0.1;
    pointer-events: none;
    z-index: 3;
    transition: all 0.36s;
}

.about_video a{
    display: block;
    overflow: hidden;
}

.about_video img{
    width: 100%;
    transition: all 0.36s;
}

.about_video_btn{
    position: absolute;
    width: 88px;
    line-height:88px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #977550;
    font-size: 28px;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translate(-50%,-50%);
    cursor: pointer;
    pointer-events: none;
}

.about_video_btn::after{
    content: "";
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    border-radius: 50%;
    background-color: #Fff;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
    z-index: -1;
}

.about_video_btn::before{
    content: "";
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    border-radius: 50%;
    opacity: 0.25;
    background-color: #Fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
    z-index: -2;
    opacity: 0;
}


.about_video:hover .about_video_btn::after{
    width: calc(100% + 32px);
    height: calc(100% + 32px);
    opacity: 0.5;
}

.about_video:hover .about_video_btn::before{
    width: calc(100% + 64px);
    height: calc(100% + 64px);
    opacity: 0.25;
}


.about_video:hover img{
    transform: scale(1.03);
}

.about_video:hover::before{
    opacity: 0;
}

.about_tit{
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
    font-size: 36px;
}

.about_select{
    padding-top: 80px;
    padding-bottom: 85px;
    background-color: #f5f5f5;
}

.about_select .row{
    margin: 0 -33px -35px;
    display: flex;
    flex-wrap: wrap;
}

.about_select .row>div{
    padding: 0 33px;
    margin-bottom: 35px;
}

.about_select_cont{
    border-radius: 5px;
    overflow: hidden;
    background-color: transparent;
    padding: 15px;
    height: 100%;
    cursor: pointer;
    transition: all 0.36s;
}

.about_select_priemary{
    border-radius: 5px;
    border: 1px solid transparent;
    padding: 30px 50px;
    position: relative;
    height: 100%;
    transition: all 0.36s;
}

.about_select_icon{
    font-size: 48px;
    margin-bottom:60px ;
    color: #222;
    transition: all 0.35s;
}

.about_select_icon span{
    color: #222;
}

.about_select_tit{
    font-size: 22px;
    color: #222;
    line-height: 1.4;
    margin-bottom: 20px;
    transition: all 0.36s;
}

.about_select_cont:hover {
    background-color: #7c5a3e;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}

.about_select_cont:hover .about_select_tit {
    color: #fff;
}

.about_select_cont:hover .about_select_priemary{
    border-color: #fff;
}

.about_select_cont:hover .about_select_text p {
    color: #fff;
}

.about_select_cont:hover .about_select_icon span {
    color: #fff;
}

.about_select_cont:hover .about_select_number {
    text-stroke: 1px #fff;
    -webkit-text-stroke: 1px #fff;
    color: #906e4b;
}

.about_select_text p{
    color: #222;
    line-height: 2;
}

.about_select_number{
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 30px;
    color: transparent;
    transition: all 0.36s;
    font-family: OswaldM;
    text-stroke: 0px #fff;
    -webkit-text-stroke: 0px #fff;
}

.about_section{
    padding-top: 80px !important;
}
/* about-end */

/* 企业文化 */

.culture_section{
    padding-top: 75px;
    padding-bottom: 100px;
}

.culture_section_tit{
    font-size: 33px;
    margin-bottom: 26px;
    font-weight: bold;
}

.culture_section_text p{
    line-height: 2;
}

.culture_section_text{
    margin-bottom: 58px;
}

.culture_item_img{
    overflow: hidden;
    padding-top: 108.444%;
    box-shadow: none !important;
}

.culture_item_bot{
    padding-top: 57px;
    padding-bottom: 63px;
    text-align: center;
    transition: all 0.36s;
}

.culture_item_tit{
    font-size: 26px;
    line-height: 1.23;
    margin-bottom: 18px;
    transition: all 0.36s;
    font-weight: bold;
}

.culture_item_text{
    font-size: 22px;
    line-height: 1.45;
    transition: all 0.36s;
}

.culture_item_cont{
    cursor: pointer;
    transition: all 0.36s;
}

.culture_item_cont:hover .culture_item_text,
.culture_item_cont:hover .culture_item_tit{
    color: #fff;
}

.culture_item_cont:hover .culture_item_bot{
    background-color: #977550;
}

.culture_item_cont:hover img{
    transform: scale(1.03);
}

.culture_item_cont:hover{
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.culture_item_icon{
    position: absolute;
    right: -5px;
    bottom: -20px;
    font-size: 160px;
    opacity: 0.08;
    color: #fff;
}
/* 企业文化-end */

/* 发展历程 */
.history_cont{
    padding-top: 85px;
    padding-bottom: 85px;
}

.history_list{
    position: relative;
    padding-left: 38px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.history_list::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #edf0f3;
}

.history_item_year{
    font-size: 36px;
    line-height: 1.2;
    transition: all 0.36s;
    color: #999999;
    margin-bottom: 10px;
    font-family: OswaldM;
}

.history_item_text p{
    line-height: 2;
}

.history_item_text{
    margin-bottom: 25px;
}

.history_item_img{
    overflow: hidden;
}

.history_item_img img{
    transition: all 0.36s;
}

.history_item_cont{
    cursor: pointer;
}

.history_item_cont:hover .history_item_year{
    color: #977550;
}

.history_item_cont:hover .history_item_img img{
    transform: scale(1.03);
}

.history_item{
    position: relative;
    margin-bottom: 73px;
}

.history_item:last-child{
    margin-bottom: 0;
}

.history_item::before{
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #999999;
    border: 8px solid #dfdfdf;
    left: -38px;
    top: 8px;
    transform: translateX(-50%);
    transition: all 0.36s;
}


.history_item:hover::before{
    background-color: #977550;
    border: 8px solid #e8d9c9;
}
/* 发展历程-end */

/* 企业荣誉 */
.honor_section{
    padding-top: 70px;
    padding-bottom: 70px;
}

.honor_section_text p{
    line-height: 2;
}

.honor_section_text{
    margin-left: auto;
    margin-right: auto;
    width: 1170px;
    margin-bottom: 40px;
    text-align: center;
}

.honor_item_img{
    padding-bottom: 66.83046%;
    overflow: hidden;
}

.honor_item_img img{
    width: 100%;
}

.honor_item_cont{
    border: 1px solid #c9c9c9;
    padding: 20px;
    transition: all 0.36s;
    display: block;
}

.honor_item_cont:hover {
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
    border-color: #977550;
}

.honor_item{
    margin-bottom: 30px;
}

.honor_list{
    margin-bottom: 40px;
}

.mod_page_item a{
    width: 45px;
    line-height: 43px;
    border-color: #cdcdcd;
    color: #222;
}

.mod_page_item a span {
    color: #222;
    transition: all 0.36s;
}

.mod_page .prev span {
    font-size: 20px;
    transform: translateY(0px) rotate(180deg);
}

.mod_page .next span {
    font-size: 20px;
    transform: translateY(0px) rotate(0deg);
}

.mod_page_item:not(:nth-last-child(2)){
    margin-right: 16px;
}

.mod_page .prev {
    margin-right: 16px !important;
}

.mod_page .next {
    margin-left: 16px !important;
}

.mod_page_item.act a {
    background-color:#977550;
    border-color: #977550;
}

.mod_page_item:hover a {
    background-color:#977550;
    border-color: #977550;
}

.mod_page_item:hover a span{
    color: #fff;
}
/* 企业荣誉-end */

/* 物流 */

.ability_item{
    margin-bottom: 80px;
}

.ability_item:last-child{
    margin-bottom: 0;
}

.ability_item_number{
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 15px;
    font-family: OswaldM;
}

.ability_item_tit{
    margin-bottom: 15px;
    font-weight: bold;
}

.ability_item_text{
    margin-bottom: 40px;
}

.ability_item_text p,
.ability_item_subtext p{
    line-height: 2;
}

.ability_secitem_img{
    padding-top: 65.11111%;
    cursor: pointer;
}

.ability_secitem_img:hover img{
    transform: scale(1.03);
}

.ability_item_subtext{
    margin-bottom: 40px;
}

/* 物流-end */

/* 贸易 */
.trade_section{
    padding-top: 70px;
    padding-bottom: 90px;
    border-bottom: 1px solid red;
}

.trade_tab{
    width: 1115px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.trade_tablist{
    display: flex;
    margin: 0 -9px;
}

.trade_tabitem{
    width: 33.333333%;
    padding: 0 9px;
}

.trade_tablink{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    background-color: #f3ece6;
}

.trade_tablink_icon{
    margin-right: 15px;
    font-size: 24px;
}

.trade_tablink_icon span{
    color: #222;
    transition: all 0.36s;
}

.trade_tablink_tit{
    transition: all 0.36s;
    color: #222;
}

.trade_tabitem.active span{
    color: #fff;
}

.trade_tabitem.active .trade_tablink_tit{
    color: #fff;
}

.trade_tabitem.active .trade_tablink{
    background-color: #977550;
}

.trade_tablink:hover span{
    color: #fff;
}

.trade_tablink:hover .trade_tablink_tit{
    color: #fff;
}

.trade_tablink:hover{
    background-color: #977550;
}

.trade_tabitem.exit .trade_tablink_icon{
    transform: scale(1.2);
}

.trade_tabitem.commerce .trade_tablink_icon{
    transform: scale(0.9);
}

.trade_section_text p{
    line-height: 2;
}

.trade_section_text{
    margin-bottom: 55px;
    text-align: center;
    padding: 0 5px;
}

.trade_blist{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}

.trade_bitem{
    padding: 0 75px;
}

.trade_bitem_cont{
    font-size: 22px;
    line-height: 1.2;
    transition: all 0.36s;
    cursor: pointer;
}

.trade_bitem_cont::before{
    content: "";
    display: inline-block;
    transition: all 0.36s;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border:5px solid #f2f2f2;
    background-color: #999999;
    margin-right: 12px;
    margin-top: 3px;
}

.trade_bitem_cont:hover::before {
    border-color:#e8d9c9 ;
    background-color:#977550 ;
}

.trade_bitem_cont:hover{
    color: #977550;
    font-weight: bold;
    text-decoration: underline;
}

.trade_bitem.active .trade_bitem_cont:hover::before {
    border-color:#e8d9c9 ;
    background-color:#977550 ;
}

.trade_bitem.active .trade_bitem_cont{
    color: #977550;
    font-weight: bold;
    text-decoration: underline;
}

.trade_slick{
    width: 955px;
    margin: 0 auto;
}

.tbic_img{
    padding-top: 64.53974%;
}

.tsic_img{
    padding-top: 64.23841%;
}

.trade_smimg{
    margin: 0 -5px;
}

.trade_smimg_item{
    padding: 0 5px;
}

.video_icon{
    position: absolute;
    width: 30px;
    line-height: 30px;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.trade_bigimg_item_cont{
    position: relative;
}

.iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.video_icon span{
    color: #7c5a3e;
}

.trade_smimg_item_cont{
    border: 1px solid #c9c9c9;
    transition: all 0.36s;
    position: relative;
}

.trade_smimg_item_cont::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #977550;
    opacity: .7;
    opacity: 0;
    transition: all 0.36s;
}

.trade_bigslick{
    margin-bottom: 12px;
    position: relative;
}

.trade_smimg_item.active .trade_smimg_item_cont::after{
    opacity: .7;
}


.trade_bigslick_arrow{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    pointer-events: none;
}

.trade_bigslick_arrowcont{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.trade_bigslick_arrowcont>div{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #ffffff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    pointer-events: all;
    transition: all 0.36s;
}

.trade_bigslick_arrowcont>div span{
    color: #977550;
    transition: all 0.36s;
}

.trade_bigslick_prev{
    transform: translateY(-50%) rotate(-180deg);
}

.trade_bigslick_next{
    transform: translateY(-50%) ;
}

.trade_bigslick_arrowcont>div::after,
.trade_bigslick_arrowcont>div::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid #977550;
    transition: all 0.36s;
    opacity: 0;
}


.trade_bigslick_arrowcont>div:hover::after
{
    width:calc(100% + 16px);
    height: calc(100% + 16px);
    opacity: 0.7;
}

.trade_bigslick_arrowcont>div:hover::before{
    width:calc(100% + 32px);
    height: calc(100% + 32px);
    opacity: 0.16;
}


.trade_bigslick_arrowcont>div:hover{
    background-color: #977550;
}

.trade_bigslick_arrowcont>div:hover span{
    color: #fff;
}
/* 贸易-end */

/* 供应链系统 */
.chain_section{
    padding-top: 75px;
    padding-bottom: 90px;
    border-bottom: 1px solid red;
}

.chain_item:not(:last-child){
    margin-bottom: 37px;
}

.chain_item_cont{
    transition: all 0.36s;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    padding: 22px;
    background-color: #f5f5f5;
}

.chain_item_header{
    border-radius: 27px;
    background-color: #fff;
    display: flex;
    justify-content: flex-start;
    padding-left: 95px;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;

}

.chain_item_number{
    position: absolute;
    font-size: 54px;
    color: #f5f5f5;
    right: initial;
    left: 17px;
    bottom: -5px;
    transition: all 0.36s;
    font-family: OswaldM;
    font-style:italic
}

.chain_item_body{
    display: flex;
    align-items: center;
}

.chain_item_img{
    width: 459px;
    overflow: hidden;
    flex-shrink: 0;
}

.chain_item_img .img_box{
    padding-top: 65.14161%;
    border-radius: 8px;
    overflow: hidden;
}

.chain_item_text p{
    line-height: 2;
    transition: all 0.36s;
}

.chain_item_text{
    padding: 0 60px;
    margin-bottom: 20px;
}

.chain_item_tit{
    font-weight: bold;
    color: #222;
    transition: all 0.36s;
    line-height: 55px;
}

.chain_item_cont:hover{
    background-color: #977550;
}

.chain_item_cont:hover .chain_item_number{
    color: #977550;
}

.chain_item_cont:hover .chain_item_text p{
    color: #fff;
}

.chain_item_cont:hover .img_box img{
    transform: scale(1.03);
}


/* 供应链系统-end */

/* 金融 */
.ability_section{
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.ability_section::after{
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(to right ,#e2e2e2 7px,transparent 7px);
    background-size: 9px 100%;
}

.fin_section_text p{
    line-height: 2;
}

.fin_section_text{
    width: 1180px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.fin_section_img{
    overflow: hidden;
    cursor: pointer;
}

.fin_section_img img{
    width: 100%;
    transition: all 0.36s;
}

.fin_section_img:hover img{
    transform: scale(1.03);
}

.control_item_cont{
    cursor: pointer;
}

.control_item_cont .right{
    padding: 20px;
    background-color: #f5f5f5;
    transition: all 0.36s;
}

.control_item_primary{
    border: 4px solid #ac8d6b;
    transition: all 0.36s;
    border-color: transparent;
    padding:45px 50px;
}

.control_item_cont .row{
    margin: 0 !important;
    display: flex;
}

.control_item_cont .row>div{
    padding: 0 !important;
}

.control_item_tit{
    font-size: 26px;
    line-height: 1.4;
    padding-bottom: 28px;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.36s;
}

.control_item_tit::after{
    content: "";
    position: absolute;
    width: 35px;
    height: 4px;
    background-color: #977550;
    left: 0;
    bottom: 0;
    transition: all 0.36s;
}

.control_item_text p{
    line-height: 2;
    transition: all 0.36s;
}

.control_item_cont .left{
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.control_item_cont .left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.36s;
}

.control_item_cont:hover .left img{
    transform: scale(1.03);
}

.control_item_cont:hover .control_item_tit,
.control_item_cont:hover .control_item_text p{
    color: #fff;
}

.control_item_cont:hover .right{
    background-color: #977550;
}

.control_item_cont:hover .control_item_tit::after{
    background-color: #fff;
}

.control_item_cont:hover .control_item_primary{
    border-color: #ac8d6b;
}

.control_item:nth-child(even) .row{
    flex-direction: row-reverse;
}

/* 金融-end */

/* 新闻列表 */

.news_section{
    padding: 100px 0;
}

.news_link_cont{
    display: flex; 
    align-items: center;
}

.news_link_cont .left{
    flex-shrink: 0;
    width: 212px;
    position: relative;
    padding-left: 40px;
}

.news_link_data{
    font-size: 25px;
    color: #999999;
    transition: all 0.36s;
    margin-bottom: 25px;
}

.news_link_data span{
    font-size: 45px;
}

.news_link_year{
    font-size: 25px;
    color: #999999;
    transition: all 0.36s;
}

.news_link_cont .right{
    width: calc(100% - 212px);
    padding: 15px;
    transition: all 0.36s;
    background-color: transparent;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.news_link_img{
    width: 350px;
    flex-shrink: 0;
}


.news_link_img .img_box{
    padding-top: 68.57142%;
    border-radius: 5px;
}

.news_link_writing{
    padding-left: 65px;
    padding-right: 50px;
}

.news_link_tit{
    transition: all 0.36s;
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #222;
}

.news_link_text p{
    line-height: 1.9;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.36s;
    color: #222;
}

.news_link_text{
    margin-bottom: 40px;
}

.news_link_more{
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999;
}

.news_link_more span{
    margin-left: 10px;
}

.news_link{
    position: relative;
    margin-bottom: 50px;
}

.news_link:last-child{
    margin-bottom: 0;
}

.news_link::before{
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    border: 8px solid #dfdfdf;
    background-color: #999999;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateX(-50%) translateY(-40px);
    transition: all 0.36s;
}

.news_list{
    position: relative;
    margin-bottom: 80px;
}

.news_list::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #edf0f3;
}

.news_link:hover::before{
    border: 8px solid #e8d9c9;
    background-color: #977550;
}

.news_link:hover .news_link_data,
.news_link:hover .news_link_year{
    color: #977550;
}

.news_link:hover .news_link_cont .right{
    background-color: #977550;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.news_link:hover .news_link_tit,
.news_link:hover .news_link_text p,
.news_link:hover .news_link_more,
.news_link:hover .news_link_more span{
    color: #Fff;
}

.news_link:hover .img_box img{
    transform: scale(1.03);
}

/* 新闻列表-end */

/* 售后服务 */
.saleser_section{
    padding: 90px 0 100px;
}

.saleser_item{
    margin-bottom: 60px;
}

.saleser_item:last-child{
    margin-bottom: 0;
}

.saleser_item_number{
    font-size: 30px;
    line-height: 1.4;
    color: #222222;
    display: inline-block;
    margin-bottom: 55px;
    transition: all 0.36s;
    font-weight: bold;
}

.saleser_item_number span{
    font-size: 80px;
    margin-right: 10px;
    transition: all 0.36s;
    font-family: OswaldM;
    font-style: italic;
    font-weight: initial;
}

.saleser_item_img{
    padding-top: 56.25%;
}

.saleser_item_flex{
    display: flex;
    align-items: center;
    text-align: left !important;
}

.saleser_item_flex .left{
    width: 640px;
    flex-shrink: 0;
}

.saleser_item_flex .right{
    width: calc(100% - 640px);
    padding-left: 60px;
}

.saleser_item_text p{
    line-height: 2;
    margin-bottom: 35px;
    transition: all 0.36s;
}

.saleser_item_text p:last-child{
    margin-bottom: 0;
}

.saleser_item:nth-child(even) .saleser_item_flex{
    flex-direction: row-reverse;
}

.saleser_item:nth-child(even) .right{
    padding-left: 0px !important;  
    padding-right: 60px;
}

.saleser_item:nth-child(even) .saleser_item_cont{
    text-align: right;
}

.saleser_item_cont{
    cursor: pointer;
}

.saleser_item_cont:hover .saleser_item_number,
.saleser_item_cont:hover .saleser_item_number span,
.saleser_item_cont:hover .saleser_item_text p{
    color: #977550;
}

.saleser_item_cont:hover .saleser_item_img img{
    transform: scale(1.03);
}
/* 售后服务-end */

/* 联系我们 */
.contact_section{
    padding-top: 100px;
}

.contact_list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.contact_item{
    width: 29.7872%;
}

.contact_link_icon{
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #977550;
    transition: all 0.36s;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 28px;
    margin-bottom: 60px;
}

.contact_link_icon::after{
    content: "";
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    border-radius: 50%;
    border: 1px solid #977550;
    opacity: 0.7;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.contact_link_icon::before{
    content: "";
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    border-radius: 50%;
    border: 1px solid #977550;
    opacity: 0.3;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.contact_link:hover .contact_link_icon::before{
    border-color: #fff;
    animation: contactplay2 2s  linear infinite;
}

.contact_link:hover .contact_link_icon::after{
    border-color: #fff;
    animation: contactplay 2s linear infinite;
}

@keyframes contactplay {
    0%{
        opacity: 0;
    }
    75%{
        opacity: 0.8;
    }
    to{
        opacity: 0;
        width: calc(100% + 16px);
        height: calc(100% + 16px);
    }
}

@keyframes contactplay2 {
    0%{
        opacity: 0;
    }
    75%{
        opacity: 0.25;
    }
    to{
        opacity: 0;
        width: calc(100% + 36px);
        height: calc(100% + 36px);
    }
}

.contact_link_icon span{
    color: #fff;
    transition: all 0.36s;
}

.contact_link_tit{
    color: #222;
    font-size: 24px;
    line-height: 1.4;
    transition: all 0.36s;
}

.contact_link{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* width: 420px; */
    transition: all 0.36s;
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 80px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.contact_link:hover{
    background-color: #92704d;
}

.contact_link:hover .contact_link_icon{
    background-color: #fff;
}

.contact_link:hover .contact_link_icon span{
    color: #977550;
}

.contact_link:hover .contact_link_tit{
    color: #Fff;
}

.contact_main .mod_form{
    padding-bottom: 100px;
}

.map-content{
    height: 485px;
}
/* 联系我们-end */

/* 动画 */

li:nth-child(even).flipIn {
	-webkit-animation: fade-in-bl 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
	        animation: fade-in-bl 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
}

li:nth-child(odd).flipIn {
	-webkit-animation: fade-in-br 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
    animation: fade-in-br 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) 0.2s both;
}
 

@-webkit-keyframes fade-in-bl {
    0% {
      -webkit-transform: translateX(-50px) translateY(50px);
              transform: translateX(-50px) translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-bl {
    0% {
      -webkit-transform: translateX(-50px) translateY(50px);
              transform: translateX(-50px) translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
      opacity: 1;
    }
  }


  @-webkit-keyframes fade-in-br {
    0% {
      -webkit-transform: translateX(50px) translateY(50px);
              transform: translateX(50px) translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-in-br {
    0% {
      -webkit-transform: translateX(50px) translateY(50px);
              transform: translateX(50px) translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0) translateY(0);
              transform: translateX(0) translateY(0);
      opacity: 1;
    }
  }


  .ct_aside1{
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 6;
}

.ct_aside1_list{
    margin-bottom: 15px;
    transition: all 0.36s;
    display: block;
}

.ct_aside1_item{
    margin-bottom: 10px;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
}

.ct_aside1_item:last-child{
    margin-bottom: 0;
}

.ct_aside1_link{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(151, 117, 80,0.55);
    font-size: 24px;
    color: #fff;
    transition: all 0.36s;
}

.ct_aside1_link .icon-weixin{
    font-size: 26px !important;
}

.ct_aside1_item.active .ct_aside1_link{
    background-color: #977550;
}

.ct_aside1_item:hover .ct_aside1_link{
    background-color: #977550;
}

.ct_aside1_link,
.ct_aside1_switch{
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.ct_aside1_switch{
    background-color: rgb(151, 117, 80,0.65);
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before{
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ct_aside1_switch::after{
    width: 2px;
    height: 15px;
}

.ct_aside1_switch::before{
    height: 2px;
    width: 15px;
}

.ct_aside1_switch:hover{
    background-color: #977550;
}

.ct_aside1_switch.active{
    background-color: #977550;
    transform: rotate(-135deg);
}

.ct_aside1_cont{
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    opacity: 0;
    pointer-events: none;
    transition: all 0.36s;
}

.ct_aside1_cont::after{
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 100%;
}

.ct_aside1_item:hover {

}

.ct_aside1_tit{
    padding: 14px 20px;
    background-color: #Fff;
}

.ct_aside1_tit a{
    color: #222;
    font-size: 16px;
    white-space: nowrap;
}



.ct_aside1_item:hover .ct_aside1_cont{
    opacity: 1;
    pointer-events: all;
}

.ct_aside1_img{
    width: 100px;
    padding: 5px;
    background-color: #Fff;
}

/* type-animatelist */
.ct_aside1_list.animatelist{
    transform: translateX(100px);
}

.ct_aside1_list.active{
    transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item{
    transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item{
    transform: translateX(0px) ;
}

/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item{
    /* transform: translateX(80px) rotate(360deg); */
}

.ct_aside1_list.active .ct_aside1_item{
    transform: translateX(0px) rotate(0deg);
}

/* newdate */
.newdate_info_tit{
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
}

.newdate_info_date {
    font-size: 16px;
    line-height: 1.5;
}

.newdate_info {
    padding: 60px 0 20px;
    border-bottom: 1px solid #ccc;
}

.newdate_main .news_cont {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

.news_info h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}

.news_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 20px;
}

.news_info img {
    height: auto !important;
}

.newdate_main .pdrf_shares {
    margin-top: 50px;
}

.newdate_page {
    margin-top: 40px;
}

.newdate_page a:hover {
    color: #7c5a3e;
}

.newdate_prev {
    margin-bottom: 20px;
}

.pdrf_shares_text {
    flex-shrink: 0;
    font-size: 24px;
    line-height: 1.2;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pdrf_shares {
    display: flex;
    align-items: center;
}

.newdate_page a {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* newdate-end */

/* sitemap */
.sitemap_cont{
    padding: 80px 0 00px;
}

.sitemap_cont_list{
    display: flex;
    margin: 0 -10px;
}

.sitemap_cont_item{
    width: 16.666666%;
    padding: 0 10px;
}

.sitemap_cont_link{
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: 
    #906e4b;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.sitemap_cont_link:hover{
    text-decoration: underline;
}

.sitemap_second_list{
    margin-top: 15px;
}

.sitemap_second_item{
    margin-bottom: 10px;
}

.sitemap_second_link{
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    transition: all 0.36s;
    display: block;
    color: #222;
}

.sitemap_second_link:hover{
    color: #906e4b;
    text-decoration: underline;
}
/* sitemap-end */

.google-translate{
    width: 108px;
}
  
/* hover */
@media screen and (min-width:1200px) {
    .mod_header_item:hover .mod_header_link::after{
        opacity: 1;
    }
    
    .mod_header_item:hover .mod_header_link{
        color: #977550;
    }

    .home_news_link:hover .home_news_link_img img{
        transform: scale(1.03);
    }
    
    .home_news_link:hover .home_news_more{
        transform: translateY(0px);
        opacity: 1;
    }

    .home_news_link:hover{
        background-color: #faf8f6;
    }
    
}

.trade_text{
    margin-top: 25px;
    text-align: center;
}

.home_select_list {
    display: flex;
    flex-wrap: wrap;
}

.home_select_item_cont{
    height: 100%;
}

/* .home_news_bigitem:not(:first-child) .home_news_list  {
    display: none;
}

.home_news_list {
    width: 100% !important;
} */

.mod_page_item a {
    width: 46px;
    line-height: 44px;
}

.mod_page_item.act a {
    background-color: #977551 ;
    border-color: #977551 ;
    color: #fff;
}

.home_fun{
    display: none !important;
}

.about_group .about_text{
    text-align: left !important;
}

.control_item_cont .right,
.control_item_primary{
    height: 100%;
}

.trade_text{
    margin-bottom: 14px;
}

.home_slick {
    padding-right: calc((100% - 1410px) / 2);
    margin-right: 0px !important;
}

.home_list .slick-list{
    overflow: initial !important;
}

.home_news_list {
    width: 100%;
}

.home_news_list {
    display: block !important;
}

.trade_text {
    text-align: left;
}

.btn-inquiry{
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    background-color: #906e4b;
    color: #fff;
    border-radius: 40px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer !important ;
}

.newdate_page{
    display: flex;
    justify-content: space-between;
}

.newdate_page>div{
    width: 30%;
    flex-shrink: 0;
}

.newdate_page .newdate_next{
    text-align: right;
}

.newdate_back{
    text-align: center;
    margin: 0 20px;
}




/*  */
.home_news_link{
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}

.home_news_header{
    position: static;
    margin-bottom: 35px;
}

.home_news_link_img {
    margin-bottom: 40px;
}

/* #f5f5f5 */

.chain_item_header{
    background-color: #f5f5f5;
}

.chain_item_number{
    color: #fff;
}
/* home_news_biglist  */

.ability_secitem {
    margin-bottom: 30px;
}

.mod_smnav_link {
    padding: 24px 30px !important;
}

.mod_smnav_link_tit{
    line-height: 1.75 !important;
}




@media screen and (max-width:1440px) {
    .mod_footer_list{
        margin: 0 -15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .mod_footer_item{
        width: 35%;
        margin-right: 0 !important;
        max-width: initial !important;
        padding: 0 15px;
        margin-bottom: 25px;
    }

    .mod_footer_tc_tit {
        margin-bottom: 10px !important;
    }

    .mod_footer_item:last-child,
    .mod_footer_item:nth-child(3){
        margin-bottom: 0;
    }
    
    .mod_footer_tr{
        flex-shrink: 0;
    }
}

@media screen and (max-width:1200px) {
    .mod_footer_item{
        width: 100%;
    }

    .mod_smnav_link {
        padding: 20px 25px !important;
    }



}

