.layout {
    max-width: 1630px !important;
}

img,div,p {
    transition: all .3S;
}

.home_adv img:hover,.home_pro img:hover,.home_zt_pro img:hover,.home_news img:hover{
    transform: scale(1.1);
}


a:hover,a:hover div,a:hover p {
    color: #A88788 !important;
    /* text-decoration: underline; */
}

/* .home_classification start */
.home_classification {
    padding: 60px 55px 70px;
    position: relative;
}

.home_classification .swiper-slide {
    padding: 3px;
}

.home_classification_box {
    display: block;
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.home_classification_box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3S;
}

.home_classification_box:hover img {
    transform: scale(1.1);
}

.home_classification_box:hover {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
}

.home_classification_box p {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    padding: 0 10px;
    transform: translateY(-50%);
    font-family: Lora-Bold;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
}

.home_classification_btn {
    width: 50px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.09);
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    z-index: 9;
    transform: translateY(-50%);
}

.home_classification_btnL {
    left: 15px;
}

.home_classification_btnR {
    right: 15px;
}

.home_classification_btn img {
    width: 9px;
}

@media only screen and (max-width:950px) {
    .home_classification {
        padding: 12px 20px 25px;
    }

    .home_classification_btnR {
        right: 0;
    }

    .home_classification_btnL {
        left: 0;
    }

}

/* .home_classification end */
.home_about {
    padding-bottom: 70px;
}

.home_about_one {
    width: 22%;
    flex-shrink: 0;
    padding-right: 15px;
}

.home_about_one a {
    font-family: Lora-Bold;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
}

.home_about_one p {
    margin-top: 10px;
    font-family: Lora-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.home_about>.layout {
    align-items: flex-start;
    justify-content: space-between;
}

.home_about_twoB {
    flex: 1;
}

.home_about_two {
    margin-right: 70px;
}

.home_about_twoB .home_about_two:nth-child(1) {
    max-width: 482px;
}

.home_about_twoB .home_about_two:nth-child(2) {
    max-width: 361px;
}

.home_about_twoB .home_about_two:nth-child(3) {
    max-width: 290px;
}

.home_about_twoB .home_about_two:last-child {
    margin-right: 0;
}

.home_about_desc {
    font-family: Lora-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    height: 150px;
    overflow: auto;
}

.home_about_tit span:nth-child(1) {
    font-family: Lora-Regular;
    font-weight: 400;
    font-size: 36px;
    color: #999999;
}

.home_about_tit span:nth-child(2) {
    font-family: Lora-Bold;
    font-weight: bold;
    font-size: 22px;
    color: #333333;
}


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

    .home_about_one,
    .home_about_twoB,
    .home_about_two {
        width: 100%;
        max-width: 100% !important;
    }

    .home_about_two,
    .home_about_one {
        margin-right: 0;
        padding-right: 0;
    }

    .home_about_twoB,
    .home_about>.layout {
        flex-wrap: wrap;
    }

    .home_about_one {
        text-align: center;
        margin-bottom: 10px;
    }

    .home_about_two {
        margin-bottom: 20px;
    }

    .home_about {
        padding-bottom: 0;
    }
}

/* .home_about end  */
.home_adv {
    position: relative;
}

.home_adv_left {
    width: 50%;
    overflow: hidden;
}

.home_adv_rightS {
    width: 52%;
    max-width: 383px;
    position: relative;
    z-index: 1;
}

.home_adv_right {
    padding-left: 80px;
    width: 50%;
    position: relative;
}

.home_adv_tit {
    font-family: Lora-Bold;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
}

.home_adv_tet {
    font-family: Lora-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    height: 200px;
    overflow: hidden;
    margin: 20px 0;
}

.home_btn {
    display: inline-block;
    padding: 0 50px;
    font-family: Lora-Bold;
    font-weight: bold;
    font-size: 18px;
    color: #F3F3F3;
    line-height: 47px;
    height: 47px;
    background: #A88788;

}

.home_btn:hover {
    border: 1px solid #A88788;
    color: #A88788;
    background: none;
}

.home_adv_bac {
    width: 15%;
    overflow: hidden;
    position: absolute;
    right: 6%;
    bottom: 15px;
}

.home_adv_bac img {
    width: 100%;
}

.home_adv_bac img:hover {
    transform: scale(1);
}

@media only screen and (max-width: 1650px) {
    .home_adv_bac {
        right: 4%;
    }

}

@media only screen and (max-width: 950px) {
    .home_adv_left {
        display: none;
    }

    .home_adv_right {
        width: 100%;
        padding: 40px 20px 150px;
    }

    .home_adv_bac {
        width: 249px;
        opacity: .38;
    }
}

/* home_adv end  */


/* home_pro start */
.home_pro {
    padding: 70px 25px 0;
}

.home_tit {
    font-family: Lora-Bold;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
    display: block;
    color: #333333;
}

.home_pro_main {
    width: 100%;
    overflow-x: scroll;
    margin-top: 40px;
    padding-bottom: 90px;
    
}
/* 滚动条整体宽度和高度 */
.home_pro_main::-webkit-scrollbar {
    height:7px !important;
  }
  
  /* 隐藏滚动条按钮 */
  .home_pro_main::-webkit-scrollbar-button {
    display: block !important;
  }
  
  /* 滚动条轨道背景 */
  .home_pro_main::-webkit-scrollbar-track {
     background-color: #fff !important;
  }
  
  /* 滚动条滑块轨道部分 */
  .home_pro_main::-webkit-scrollbar-track-piece {
    background: #E3E3E3 !important;
  }
  
  /* 滚动条滑块 */
  .home_pro_main::-webkit-scrollbar-thumb {
    background-color: #A88788 !important;
  }
  
  /* 滚动条滑块悬停状态 */
  .home_pro_main::-webkit-scrollbar-thumb:hover {
    background-color: #3B3B3B !important;
  }

.home_pro_div {
    width: 19.3%;
    display: block;
    margin-right: 20px;
    flex-shrink: 0;
}

.home_pro_img {
    position: relative;
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
}

.home_pro_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}

.home_pro_tit {
    font-family: Lora-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin-top: 25px;
    text-align: center;
}

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


    .home_pro {
        padding: 36px 0 30px;
    }

    .home_pro_div {
        width: 86.5%;
    }
    .home_pro_main{
        padding-bottom: 30px;
    }
}

/* home_pro end  */




/* home_zt_pro srart */
.home_zt_pro {
    padding: 85px 0 65px;
}

.home_zt_boxL {
    width: 33.7%;
    margin-right: 3%;

}
.home_zt_pro>.layout {
    align-items: normal;
}
.home_zt_boxL>div {
    width: 100%;
    position: relative;
    padding-bottom: 80%;
    overflow: hidden;
}

.home_zt_boxL>div img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_zt_boxR {
    width: 63.3%;
}

.home_zt_div {
    width: calc((100% - 9.7%) / 3);
    display: block;
    margin-right: 4.85%;

}

.home_zt_img {
    width: 100%;
    position: relative;
    padding-bottom: 115%;
    overflow: hidden;
}

.home_zt_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_zt_tit {
    font-family: Lora-Regular;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    margin: 20px 0;
    text-align: center;
}

.home_zt_btn {
    font-family: Lora-Bold;
    font-weight: bold;
    font-size: 18px;
    color: #A88788;
    line-height: 1;
    text-align: center;
}

.home_zt_boxR .home_zt_div:last-child {
    margin-right: 0;
}


@media only screen and (max-width: 950px) {
    .home_zt_pro{
        padding: 0 0 30px;
    }
    .home_zt_boxR,.home_zt_box{
        flex-wrap: wrap;
    }
    .home_zt_boxL,.home_zt_boxR,.home_zt_div{
        width: 100%;
        margin-right: 0;
    }
    .home_zt_boxL{
        margin-bottom: 20px;
    }
    .home_zt_boxR{
        padding: 0 30px;
    }
    .home_zt_boxR .home_zt_div:last-child{
        margin-bottom: 0;
    }
    .home_zt_div{
        margin-bottom: 30px;
    }
}
/* home_zt_pro end */



/* home_app srart */
.home_app {
    padding: 150px 0;
    background-size: 100%;
    background-repeat: no-repeat;
}

.home_app_title {
    font-family: Lora-Bold;
    font-weight: bold;
    font-size: 40px;
    color: #FAFAFA;
    line-height: 1;
}

.home_app_tet {
    font-family: Lora-Regular;
    font-weight: 400;
    font-size: 30px;
    color: #FAFAFA;
    line-height: 40px;
    margin: 30px 0;
    max-width: 838px;
}


@media only screen and (max-width: 950px) {
    .home_app{
        padding: 60px 0 70px;
    }
    .home_app_title{
        font-size: 30px;
    }
    .home_app_tet{
        font-size: 16px;
        line-height: 22px;
    }
    .home_btn{
        padding: 0 18px;
    }
}


@media only screen and (max-width: 480px){
    .home_app{
        background-attachment: scroll !important;
    }
}

/* home_app end */



/* home_news start */
.home_news {
    padding: 60px 0 80px;
}

.home_news_box {
    margin-top: 50px;
}

.home_news_div {
    width: 26.1%;
    display: block;
    margin-right: 10.85%;
}

.home_news_box .home_news_div:last-child {
    margin-right: 0;
}

.home_news_img {
    width: 100%;
    position: relative;
    display: block;
    padding-bottom: 100%;
    overflow: hidden;
    border-radius: 50%;
}

.home_news_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_news_time {
    margin: 20px 0 5px;
    font-family: Lora-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    text-align: center;
    line-height: 22px;
}


.home_news_tit {
    font-family: Lora-Bold;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    line-height: 40px;
    height: 80px;
    text-align: center;
    overflow: hidden;
}


.home_news_tet {
    font-family: Lora-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: center;
    height: 66px;
    overflow: hidden;
    margin-top: 15px;
}
@media only screen and (max-width: 950px) {
    .home_news{
        padding: 25px 0 30px;
    }
    .home_tit{
        font-size: 30px;
    }
    .home_news_div{
        width: 100%;
        margin-right: 0;
        margin-bottom: 28px;
    }
    .home_news_box .home_news_div:last-child{
        margin-bottom: 0;
    }
    .home_news_box{
        margin-top: 25px;
        flex-wrap: wrap;
    }
    .home_news_tet{
        display: none;
    }
    .home_news_tit{
        font-size: 24px;
    }
}
/* home_news end */




/* home_con start */


.home_con {
    border-top: 1px solid #ECECEC;
    padding: 90px 0;
    text-align: center;
}

.home_con_title {
    font-family: Lora-Bold;
    font-weight: bold;
    font-size: 45px;
    color: #333333;
    text-align: center;
    display: block;
    line-height: 40px;
}

.home_con_tet {
    font-family: Lora-Regular;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin: 30px 0;
    text-align: center;
}

.home_con_btn {
    display: inline-block;
    margin: 0 auto;
    line-height: 50px;
    height: 50px;
    padding: 0 50px;
    border-radius: 5px;
    font-family: Lora-Bold;
    font-weight: bold;
    font-size: 18px;
    color: #A88788;
    border: 1px solid #A88788;
}
.home_con_btn:hover{
    color: #fff !important;
    background: #A88788 !important;
}
@media only screen and (max-width: 950px) {
    .home_con{
        padding: 50px 0;
    }
    .home_con_title{
        font-size: 30px;line-height: 40px;
    }
    .home_con_tet{
        margin: 10px 0 15px;
    }
}
/* home_con end */


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

    .layout,
    .index_main .layout,
    .web_head .layout,
    .web_footer .layout {
        padding: 0 20px;
    }
}