.banner{
    width: 100%;
    height: 550px;
    margin-top: 70px;
}
.banner .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.banner .swiper-slide{
    cursor:pointer;
}
.about{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.about .about-head{
    width: 823px;
    height: 92px;
    margin: 40px auto 0;
    font-size: 42px;
    color: #ba7e52;
    text-align: center;
    line-height: 122px;
    background: url(/assets/index/images/index1.png) no-repeat center center / 100% 100%;
}
.about .about-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 17px;
    color: #d8d8d8;
    text-align: center;
    line-height: 27px;
    margin-top: 15px;
}
.about .about-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}
.about-box .about-le{
    width: 610px;
    height: auto;
    overflow: hidden;
}
.about-le .about-top{
    width: 100%;
    height: 30px;
    overflow: hidden;
    font-size: 24px;
    color: #8e572f;
    line-height: 30px;
    border-left: 5px solid #8e572f;
    padding-left: 13px;

}
.about-le .about-text{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    color: #000000;
    line-height: 27px;
    margin-top: 30px;
    text-align: justify;
}
.about-box .about-ri{
    width: 550px;
    height: 260px;
    position: relative;
    overflow: hidden;
}
.about-ri .about-add{
    width: 130px;
    height: 40px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 110px;
    left: 206px;
    border-radius: 5px;
}
.about .about-ul{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.about-ul .about-li{
    width: 50%;
    height: 32px;
    float: left;
    margin-top: 20px;
    display: flex;
}
.about-li .about-icon{
    width: 32px;
    height: 32px;
}
.about-li .about-span{
    width: auto;
    height: 32px;
    font-size: 18px;
    color: #000000;
    line-height: 32px;
    margin-left: 15px;
}
.about .about-video{
    width: 945px;
    height: 438px;
    margin: 40px auto 0;
}
.about-video video{
    display: block;
    width: 100%;
    height: 100%;
}

.about .about-on{
    width: 940px;height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin: 60px auto 0;
}
.about-on .about-item{
    width: 213px;
    height: 448px;
    position: relative;
    overflow: hidden;
}
.about-item .about-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 17px;
    color: #fefefe;
    text-align: center;
    line-height: 22px;
    position: absolute;
    top: 48px;
    left: 0;
}
.about-item .about-p{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    color: #fefefe;
    line-height: 25px;
    text-align: center;
    position: absolute;
    top: 230px;
    left: 0;
}
.about-item:nth-of-type(2) .about-p{
    top: 210px;
}
.about-list{
    width: 100%;
    height: 838px;
    margin-top: 70px;
    position: relative;
}
.about-list .list-on{
    width: 100%;
    height: 774px;
    background: url(/assets/index/images/index12.jpg) no-repeat center;
}
.about-list .list-box{
    width: 100%;
    height: 838px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.about-list .list-li{
    width: 100%;
    height: 375px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
.list-li:nth-of-type(n+2){
    margin-top: 30px;
}
.list-li .list-item{
    width: 563px;
    height: 375px;
}
.list-li:nth-of-type(1) .list-item:last-child{
    width: 502px;
    height: 375px;
}
.list-li:nth-of-type(n+2){
    height: 183px;
}
.list-li:nth-of-type(n+2) .list-item{
    width: 253px;
    height: 183px;
}



.product{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.product .pro-head{
    width: 823px;
    height: 92px;
    margin: 45px auto 0;
    font-size: 42px;
    color: #ba7e52;
    text-align: center;
    line-height: 122px;
    background: url(/assets/index/images/index28.png) no-repeat center center / 100% 100%;
}
.product .pro-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 17px;
    color: #d8d8d8;
    text-align: center;
    line-height: 27px;
    margin-top: 15px;
}
.product .pro-box{
    width: 860px;
    height: auto;
    overflow: hidden;
    margin: 60px auto 0;
}
.pro-box .pro-item{
    width: 390px;
    height: 260px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 80px;
    cursor: pointer;
    border-radius: 10px;
}
.pro-item img{
    transition: 0.2s;
}
.pro-item:hover img{
    transform:scale(1.1)
}
.pro-item:nth-of-type(even){
    margin-right: 0;
}
.pro-item:nth-of-type(n+3){
    margin-top: 40px;
}
.pro-item .pro-last{
    width: 100%;
    height: 38px;
    background: #a56739;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    line-height: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pro-item .pro-on{
    width: 100%;
    height: 222px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.pro-on .pro-add{
    width: 116px;
    height: 32px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 95px;
    left: 140px;
    border-radius: 5px;
}
.pro-item:hover .pro-on{
    opacity: 1;
}
.product .pro-orr{
    width: 268px;
    height: 48px;
    font-size: 20px;
    color: #8e572f;
    text-align: center;
    line-height: 48px;
    border: 3px solid #8e572f;
    box-sizing: border-box;
    margin: 60px auto 0;
    cursor: pointer;
    display: block;
}



.new{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.new .new-head{
    width: 823px;
    height: 92px;
    margin: 75px auto 0;
    font-size: 42px;
    color: #ba7e52;
    text-align: center;
    line-height: 122px;
    background: url(/assets/index/images/index29.png) no-repeat center center / 100% 100%;
}
.new .new-title{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 17px;
    color: #d8d8d8;
    text-align: center;
    line-height: 27px;
    margin-top: 15px;
}
.new .new-top{
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
    overflow: hidden;
}
.new-top .new-ul{
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}
.new-ul .new-li{
    width: 160px;
    height: 54px;
    font-size: 21px;
    /*font-weight: bold;*/
    color: #8d8d8d;
    text-align: center;
    line-height: 54px;
    position: relative;
    cursor: pointer;
}
.new-li .new-span{
    width: 100%;
    height: 54px;
}
.new-li .new-line{
    width: 60px;
    height: 5px;
    background: #a8826b;
    border-radius: 5px;
    position: absolute;
    bottom: 0;
    left: 50px;
    display: none;
}
.new-li.active .new-line{
    display: block;
}
.new-li.active{
    color: #333333;
}

.new .new-box{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 75px;
    box-sizing: border-box;
}
.new-box .new-item{
    width: 330px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    margin-top: 30px;
}
.new-item:nth-of-type(3n){
    margin-right: 0;
}
.new-item .new-img{
    width: 330px;
    height: 260px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
}
.new-item .new-img img{
    transition: 0.2s;
}
.new-item:hover .new-img img{
    transform:scale(1.1)
}
.new-img .new-on{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.new-item:hover .new-on{
    opacity: 1;
}
.new-on .new-add{
    width: 150px;
    height: 42px;
    border: 1px solid #ffffff;
    box-sizing: border-box;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
    line-height: 42px;
    position: absolute;
    top: 108px;
    left: 92px;
    border-radius:5px;
}
.new-item .new-ou{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 12px;
    box-sizing: border-box;
}
.new-ou .new-name{
    width: 100%;height: auto;
    overflow: hidden;
    font-size: 17px;
    color: #333333;
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 15px;
}
.new-ou .new-time{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    margin-top: 4px;
}

.new .new-orr{
    width: 268px;
    height: 48px;
    font-size: 20px;
    color: #8e572f;
    text-align: center;
    line-height: 48px;
    border: 3px solid #8e572f;
    box-sizing: border-box;
    margin: 60px auto 0;
    cursor: pointer;
    display: block;
}