.index-wrap {
    width: 100%;
    position: relative;
}

.index-banner {
    width: 100%;
    height: 6.4rem;
    position: relative;
}

.index-banner img {
    width: 100%;
    height: 100%;
}

.indexSwiper {
    width: 100%;
    height: 100%;
    position: relative;
}

.indexSwiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translate3d(0, 0, 0);
    overflow: hidden;
}

.swiper-slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate3d(0, 0, 0);
}

.indexSwiper .swiper-horizontal > .swiper-pagination-bullets,
.indexSwiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: .25rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indexSwiper .swiper-pagination-bullet {
    width: 0.06rem;
    height: 0.06rem;
    background: #fff;
    opacity: 1;
    border-radius: 0;
}

.indexSwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.12rem;
    height: 0.12rem;
    border: .02rem solid #980E1B;
    opacity: 1;
    background: transparent;
}

.index-business {
    margin: 0 auto;
}

.index-business-box {
    display: flex;
    justify-content: space-between;
}

.index-title {
    margin-top: .7rem;
    margin-bottom: .4rem;
}

.index-title span {
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 0.47rem;
    color: #333333;
    padding-bottom: .1rem;
    display: block;
}

.index-title p {
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 0.26rem;
    color: #999999;
}

.index-business-box {
    display: flex;
}

.index-business-item {
    width: 4rem;
    height: 3.84rem;
    border: 1px solid #CBAF71;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.index-business-item .tit {
    font-size: 0.3rem;
    font-weight: 400;
    line-height: 0.4rem;
    color: #333333;
}

.index-business-item .text {
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.21rem;
    color: #999999;
    margin: .2rem 0 .3rem;
}

.index-business-item .img-line {
    width: 2.8rem;
    height: .06rem;
}

.index-business-item .img1 {
    width: .96rem;
    height: .96rem;
    display: none;
    margin: .27rem 0 .2rem;
}

.index-business-item .img2 {
    width: .96rem;
    height: .96rem;
    display: block;
    margin: .27rem 0 .2rem;
}

.index-business-item .depict {
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.24rem;
    color: #666666;
}

.index-business-item:hover {
    background-color: #CBAF71;
}

.index-business-item:hover .tit {
    color: #fff;
}

.index-business-item:hover .text {
    color: #fff;
}

.index-business-item:hover .depict {
    color: #fff;
}

.index-business-item:hover .img1 {
    display: block;
}

.index-business-item:hover .img2 {
    display: none;
}

.index-culture {
    margin: 0 auto;
}

.index-culture-box {
    display: flex;
    justify-content: space-between;
}

.index-culture-item {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    cursor: pointer;
    transition: .3s;
}

.index-culture-item .img {
    width: 4rem;
    height: 3rem;
    overflow: hidden;
}

.index-culture-item img {
    width: 4rem;
    height: 3rem;
    transition: .3s;
}

.index-culture-item:hover img{
    transform: scale(1.15,1.1);
    transition: .3s;
}

.index-culture-iteminfo {
    width: 4rem;
    height: 1.2rem;
    background: rgba(247, 247, 247);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.index-culture-iteminfo .tit {
    font-size: 0.3rem;
    font-weight: 400;
    line-height: 0.4rem;
    color: #333333;
    margin-bottom: .1rem;
}

.index-culture-iteminfo .depict {
    font-size: 0.0 .16rem;
    font-weight: 400;
    line-height: 0.21rem;
    color: #333333;
}

.index-culture-item:hover .index-culture-iteminfo {
    background-color: #CBAF71;
    transition: .3s;
}

.index-culture-item:hover .tit,
.index-culture-item:hover .depict {
    color: #fff;
}

.index-new {
    width: 6.52rem;
}

.index-new .index-title {
    display: flex;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
}

.index-new .index-title .index-title-item {
    margin-right: .5rem;
}

.index-title-item span:hover{
    cursor: pointer;
}

.index-new .index-title .index-title-item span {
    font-size: 0.36rem;
    font-weight: 400;
    line-height: 0.47rem;
    color: #777777;
}

.index-new .index-title .index-title-item p {
    display: none;
    font-size: 0.2rem;
    font-weight: 400;
    line-height: 0.26rem;
    color: #999999;
}

.index-new .index-title .index-title-item.active span {
    font-weight: bold;
    color: #333333;
}

.index-new .index-title .index-title-item.active p {
    display: block;
}

.index-new-info {
    display: none;
}

.index-new-info.active {
    display: block;
}

.index-new-info .index-new-item1 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #BBBBBB;
    padding-bottom: .3rem;
}

.index-new-info .index-new-item1 .index-new-left {
    width: 5.48rem;
}

.index-new-info .index-new-item1 .index-new-left .time {
    font-size: 0.32rem;
    font-weight: 400;
    line-height: 0.42rem;
    color: #A2A2A2;
}

.index-new-info .index-new-item1 .index-new-left .title {
    font-size: 0.3rem;
    font-weight: 400;
    line-height: 0.4rem;
    display: block;
    margin: .2rem 0;
    color: #333333;
}

.index-new-info .index-new-item1:hover .index-new-left .title{
    color: #CBAF71;
}

.index-new-info .index-new-item1 .index-new-left .text {
    font-size: 0.14rem;
    font-weight: 400;
    line-height: 0.25rem;
    color: #333333;
}

.index-new-info .index-new-rig {
    width: 0.34rem;
    height: 0.34rem;
    margin-top: 1rem;
}

.index-new-info .index-new-rig img {
    width: 100%;
    height: 100%;
}

.index-new-info .index-new-list {
}

.index-new-info .index-new-list .index-new-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .3rem;
}

.index-new-info .index-new-list .index-new-item .left {
    width: calc(100% - 1rem);
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.24rem;
    color: #333333;
}

.index-new-info .index-new-list .index-new-item .rig {
    width: 1rem;
    text-align: right;
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.24rem;
    color: #A2A2A2;
}

.index-publicity .index-title {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: .2rem;
    padding-bottom: .2rem;
}

.index-publicity-info {
    width: 6.5rem;
    height: 4.7rem;
    position: relative;
}

.index-publicity-info video {
    width: 100%;
    height: 100%;
}

.index-publicity-info .img {
    width: 100%;
    height: 100%;
}

.index-publicity-info .videoimg {
    width: 0.97rem;
    height: 0.97rem;
    position: absolute;
    top: 1.87rem;
    left: 2.77rem;
}

.flex-sb {
    margin-bottom: .87rem !important;
}
