/*****************banner轮播*******************/
.banner {
    max-width: 1000px;
    min-width: 300px;
    margin: auto;
}

.banner .swiper-container {
    width: 100%;
    /* height: 829px; */
}

.banner .swiper-wrapper .swiper-slide {
    width: 100%;
    /* height: 829px; */
}

.banner .swiper-wrapper .swiper-slide img {
    width: 100%;
    /* height: 100%; */
}


/*****************标题*******************/
.title_box {
    position: relative;
    max-width: 1000px;
    min-width: 300px;
    height: 130px;
    margin: 80px auto 100px;
    text-align: center;
}

.title_es {
    font-family: SourceHanSansCN-Light;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #999999;
}

.title_ch {
    margin-top: 10px;
    font-family: SourceHanSansCN-Medium;
    font-size: 50px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 45px;
    letter-spacing: 6px;
    color: #353535;
}

.title_line {
    width: 66px;
    height: 4px;
    background-color: #bf9f62;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}



/*****************新闻中心*******************/
.news_center {
    max-width: 900px;
    min-width: 300px;
    margin: auto;
}

.news_center_list {
    display: flex;
    justify-content: space-between;
}

.news_center .swiper-container {
    width: 100%;
    height: 670px;
}

.news_center .swiper-wrapper .swiper-slide {
    width: 100%;
    height: 670px;
    position: relative;
}

.news_center .swiper-wrapper .swiper-slide img {
    width: 100%;
    /* height: 100%; */
}

.swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 70px !important;
}
.news_center .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
    border-radius: 50%;
}

.news_center .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 22px;
    height: 22px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    opacity: 1;
}
.swiper-slide-title{
    background:rgb(0, 0, 0,0.4);
    width: calc(100% - 20px);
    height: 60px;
    line-height: 60px;
    position: absolute;
    bottom: 0;
    color: #fff;
    font-size: 32px;
    padding:0 10px;
    letter-spacing: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
/****** 新闻轮播右边的内容 ********/
.news_center_list_rigth {
    margin: 0 0 0 16px;
}

.new_title {
    margin-top: -8px;
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    text-align: justify;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_line {
    width: 60px;
    height: 10px;
    background-color: #c6a268;
    margin-top: 110px;
}

.news_des {
    margin-top: 40px;
    font-family: SourceHanSansCN-Regular;
    font-size: 24px;
    font-stretch: normal;
    line-height: 40px;
    text-align: justify;
    letter-spacing: 0px;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 卡片 */
.news_center_card {
    max-width: 900px;
    min-width: 300px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.center_card_items {
    width: 48%;
    margin: 4% 0 0;
    background: rgb(246, 246, 246);
}

.card_items_img {
    width: 100%;
    /* height: 320px; */
}

.card_items_time {
    margin: 8% 6% 4%;
    color: #777777;
    font-size: 22px;
}

.card_items_title {
    margin: 0 6% 8%;
    font-size: 28px;
    font-weight: bold;
    text-align: justify;
    letter-spacing: 3px;
    color: #313131;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}



/*****************产业布局*******************/
.industrial_layout {
    max-width: 1000px;
    min-width: 300px;
    margin: auto;
    height: 13%;
}

/* 分页器 */
.industrial_layout .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px !important;
}

.industrial_layout .swiper-pagination-bullet {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    background-color: #c6c6c6;
    border-radius: 50%;
}

.industrial_layout .swiper-pagination-bullet-active {
    background-color: #bf9f62;
}

/* 轮播 */
.industrial_layout .swiper-container {
    max-width: 1000px;
    min-width: 300px;
    margin: auto;
    height: 930px;
    padding-bottom: 80px;
}

.industrial_layout .swiper-wrapper .swiper-slide:nth-child(1) {
    width: 100vw;
    height: 930px;
    background: url(../img/item_b_1.png) no-repeat;
    background-size: 100% 100%;
}

.industrial_layout .swiper-wrapper .swiper-slide:nth-child(2) {
    width: 100vw;
    height: 930px;
    background: url(../img/item_b_2.png) no-repeat;
    background-size: 100% 100%;
}

.industrial_layout .swiper-wrapper .swiper-slide:nth-child(3) {
    width: 100vw;
    height: 930px;
    background: url(../img/item_b_3.png) no-repeat;
    background-size: 100% 100%;
}

.industrial_layout .swiper-wrapper .swiper-slide:nth-child(4) {
    width: 100vw;
    height: 930px;
    background: url(../img/item_b_4.png) no-repeat;
    background-size: 100% 100%;
}

.industrial_layout .swiper-wrapper .swiper-slide:nth-child(5) {
    width: 100vw;
    height: 930px;
    background: url(../img/item_b_5.png) no-repeat;
    background-size: 100% 100%;
}

.industrial_layout .swiper-wrapper .swiper-slide:nth-child(6) {
    width: 100vw;
    height: 930px;
    background: url(../img/item_b_6.png) no-repeat;
    background-size: 100% 100%;
}

.industrial_layout .swiper-wrapper .swiper-slide .icon {
    width: 12%;
    margin: 76px 0 54px 84px;
}

.industrial_layout .swiper-wrapper .swiper-slide .tip {
    font-size: 26px;
    letter-spacing: 8px;
    margin-left: 84px;
    color: #ffffff;
}

.industrial_layout .swiper-wrapper .swiper-slide .title {
    width: fit-content;
    font-size: 57px;
    font-weight: bold;
    padding-bottom: 27px;
    border-bottom: 7px solid #fff;
    color: #ffffff;
    margin: 25px 0 73px 84px;
}

.industrial_layout .swiper-wrapper .swiper-slide .con {
    width: 79%;
    line-height: 50px;
    letter-spacing: 6px;
    font-size: 28px;
    margin-left: 84px;
    color: #ffffff;
}

.industrial_layout .swiper-wrapper .swiper-slide .line {
    display: flex;
    align-items: center;
    margin: 384px 0 0 84px;
}

.ip-line {
    width: 77%;
    height: 3px;
    background: #fff;
    margin-right: 16px;
}



/*****************走进文投*******************/
.wen_tou {
    max-width: 1000px;
    min-width: 300px;
    margin: auto;
    padding: 53px 0 0;
    background: #f2f2f2;
}

.wen_tou li {
    font-size: 31px;
    font-weight: bold;
    color: #313131;
    border-bottom: 1px solid #c6c6c6;
    padding: 60px 14px 28px 9px;
    margin: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}