.banner{
    width: 100%;

    overflow: hidden;
}

.banner img{
    width: 100%;
}

.about{
    width: 100%;
    padding: 80px 0;
}

.about-box{
    width: 1500px;
    margin: 0 auto;
}
.about-video video{
    display: block;
    width: 640px;
    height: auto;
}

.about-info h1{
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 40px;
    font-weight: lighter;
    position: relative;
}
.about-info h1:before{
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    width: 56px;
    height: 4px;
    background-image: linear-gradient(
            #d80006,
            #d80006),
    linear-gradient(
            #e16703,
            #e16703);
    background-blend-mode: normal,
    normal;
}


.about-info p{
    font-size: 16px;
    line-height: 180%;
}

.title-top{
    font-size: 48px;
    text-align: center;
    line-height: 150%;
    color: #000;
    margin-bottom: 5px;
}
.text-desc{
    font-size: 22px;
    text-align: center;
    line-height: 150%;
    color: #000;
}

.title-top.active{
    font-size: 48px;
    text-align: center;
    line-height: 150%;
    color: #fff;
}
.text-desc.active{
    font-size: 22px;
    text-align: center;
    line-height: 150%;
    color: #fff;
}

.fazhan{
    width: 100%;
    /*height: 783px;*/
    padding: 80px 0;
    background: url("../img/fazan1.jpg") no-repeat top center;
    background-size: cover;
}

.fazhan-info{
    width: 1500px;
    margin: 80px auto 50px ;
}


.fazhan-img{
    width: 100%;
}
.wenhua{
    padding: 80px 0;
}

.wenhua-info{
    width: 1500px;
    margin: 80px auto 50px ;
}

.wenhua-left{
    width: 650px;
}

.wenhua-left img{
    height: 300px;
}
.wenhua-text{
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
    height: 300px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
    color: #131111;
}

.wenhua-right{
    width: 800px;
    height: 300px;
    padding: 50px ;
    background-color: #d2d2d2;
    border-radius: 144px;
}

.right-img{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 380px;
    height: 240px;
   background: url("../img/right-img.png") no-repeat center center;
    background-size: 380px auto;
    border-radius: 120px;
}

.right-img-text{
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-direction: column;
    height: 160px;
}
.right-img-text p{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 5px;
    color: #fefefe;
    width: 300px;
}


.wenhua-list{
    display: flex;
    align-items: start;
    justify-content: space-around;
    flex-direction: column;
    height: 200px;
    width: 260px;
}

.wenhua-list li{
    padding-left: 30px;
    position: relative;
    line-height: 40px;
    letter-spacing: 4px;
    color: #3a3838;
    font-size: 26px;
    cursor: pointer;
    /*font-weight: bold;*/
}
.wenhua-list li:before{
    position: absolute;
    left: 0;
    top: 18px;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: #3a3838;
}

.wenhua-list li.active{
    color: #a40000;
}
.wenhua-list li.active:before{
    background: #a40000;
}

.huojiang{
    width: 100%;
    /*height: 783px;*/
    padding: 80px 0;
    background: url("../img/jianglibg.jpg") no-repeat top center;
    background-size: cover;
}

.huojiang-info{
    width: 1500px;
    margin: 80px auto 30px ;
}

.huojiang-img{
    width: 740px;
    height: 419px;
}
.huojiang-img img{
    width: 740px;
    height: 419px;
}

.huojiang-list{
    margin-left: 50px;
}

.huojiang-item{
    display: flex;
    align-items: center;
    width: 710px;
    padding: 25px 20px 25px 0;
    border-bottom: 2px solid #fff;
    cursor: pointer;
}

.huojiang-item-title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 85px;
    height: 85px;
    background-color: #dacbb1;
    font-size: 18px;
    line-height: 24px;
    border-radius: 50%;
    color: #fff;
    letter-spacing: 4px;
    padding-left: 4px;
}

.huojiang-item.active .huojiang-item-title{
    background-color: #a40000;
}

.huojiang-item-info{
    flex: 1;
    margin-left: 30px;
}
.huojiang-item-info h3{
   font-size: 22px;
    line-height: 150%;
    color: #fff;
    margin-bottom: 10px;
}
.huojiang-item-info p{
    font-size: 16px;
    line-height: 150%;
    color: #b0b0b0;
    font-weight: lighter;
}























.dianpu{
    padding: 80px 0 0;
}

.dianpu-swiper{
    margin-top: 50px;
    position: relative;
}
.mySwiper2 .swiper-slide{
    position: relative;
}

.mySwiper2 .swiper-title{
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%,0);
    width: 1500px;

}
.mySwiper2 .swiper-title h3{
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}
.mySwiper2 .swiper-title p{
    font-size: 32px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: lighter;
    position: relative;
}
.mySwiper2 .swiper-title p:before{
    position: absolute;
    left: 0;
    bottom: -20px;
    content: '';
    width: 56px;
    height: 4px;
    background: #fff;
}


.mySwiper2 .swiper-img{
    width: 100%;
    height: 752px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.mySwiper2 .swiper-img img{
    height: 752px;
}

.footer-swiper{
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%,0);
    width: 1500px;
    z-index: 99;
}

.footer-swiper .swiper-slide{
    background: #fff;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.footer-swiper  .swiper-slide-thumb-active{
    background: #2e2a29;
}
.footer-swiper  .swiper-slide-thumb-active .footer-title-text h3,
.footer-swiper  .swiper-slide-thumb-active .footer-title-text p{
    color: #fff;
}
.footer-swiper  .swiper-slide-thumb-active .span-icon{
    background: #fff;
}

.footer-swiper .swiper-slide img{
    height: 120px;
}

.footer-title-text{
    flex: 1;
    margin: 0 20px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-direction: column;
}

.footer-title-text div{
    height: 80px ;
}
.footer-title-text h3{
    font-size: 20px;
    color: #252323;
    margin-bottom: 20px;
    font-weight: bold;
}
.footer-title-text p{
    font-size: 14px;
    color: #1e1d1d;
    line-height: 150%;
    text-align: justify;
}

.span-icon{
    display: block;
    width: 12px;
    height: 12px;
    background-color: #252323;
    transform: rotate(45deg);
}

.swiper-button-next{
    right: -50px!important;
    color: #fff;
}
.swiper-button-prev{
    left: -50px!important;
    color: #fff;
}
