/* 板块4 */

  .greyBg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
    background-color: rgba(0,0,0,.5);
  }

  .greyBg.show {
    opacity: 1;
    z-index: 201;
  }

  .putVideo {
    position: absolute;
    top: 40%;
    left: 50%;
    max-width: 70%;
    max-height: 60%;
    transform: translate(-50%,-50%);
  }

  .putVideo img {
    display: block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: 0;
    cursor: pointer;
  }

  .putVideo video {
    display: none;
  }

  .putVideo video.videoShow {
    display: block;
    width: 100%;
  }



.swiper-pagination-bullet {
    background-color: #ffffff !important;
    opacity: 1 !important;
	width:10px !important;
	height:10px !important;
}
.swiper-pagination-bullet-active {
    background-color: #5F7671 !important;
}

.swiper-pagination{ bottom:7.5% !important;}

.news {
    color: #9FA0A0;
}
.news .item-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news .item-box .item {
    width: 32%;
}
.news .item-box .item:nth-child(2) {
    margin: 0 0;
}
.news .item-box .item img {
    width: 100%;
    object-fit: cover;
}
.news .item-box .item .title {
    font-weight: bold;
    color: #040000;
    font-size: 25px;
    margin: 15px 0;
	-webkit-line-clamp: 2;
	height:72px;
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    padding: 0 15px;
}
.news .item-box .item .detail {
    font-size: 15px;
	-webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
	display: -webkit-box;
    overflow: hidden;
	height:42px;
    padding: 0 15px;
}

.news .item-box .item .title a{ color:#040000;}


/* 板块5 */
.bottom {
	overflow:hidden;
    position: relative;
    color: #ffffff;
    margin-top:5%
}
.bottom .bg img {
    width: 100%;
    display: block;
}
.bottom .des {
    position: absolute;
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
	left:0;
	right:0;
	overflow:hidden;
    justify-content: center;
}
.bottom .des .max-width{ width:100%;}
.bottom .des .sub-title {
    font-size:20px;
}
.bottom .des .title {
    font-size: 34px;
    letter-spacing: 5px;
    font-weight: bold;
}
.bottom .des .detail {
	max-width:511px;
    font-size:15px;
    margin-top: 2vw;
}


@media (max-width:1024px) {
	.news .item-box .item .title{ font-size:22px; height:auto}
}
@media (max-width:810px) {
}
@media (max-width:768px) {
    .putVideo{ top:0; left:0;transform: translate(0,50%); max-width:inherit; max-height:inherit;}
.putVideo img{ height:45px;}
	.news .item-box .item .title{ font-size:16px;}
}
@media (max-width:640px) { 
    .news .item-box {
        flex-direction: column;
    }
    .news .item-box .item {
        width: 100%;
        padding-bottom: 20px;
    }
    .bottom .des .detail {
        width: 50vw;
    }
    .bottom .des .sub-title {
    font-size:15px;
}
.bottom .des .detail {
    font-size:13px;
}

}
@media (max-width:500px) { 
    .bottom .des .detail {
        width: 80vw;
    }
 }
@media (max-width:480px) {
.news .item-box .item .detail{ font-size:13px; height:auto;}
.bottom .bg img{ width:200%; margin-left:-50%}
.bottom .des .title{ font-size:26px;}
}