.pagination,
.pagination2 {
	position: absolute;
	z-index: 20;
	bottom: -5px !important;
	width: 100%;
	text-align: center;
}

.swiper-pagination-switch {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #fff;
	margin: 0 5px;
	opacity: 0.4;
	/*border: 1px solid #fff;*/
	cursor: pointer;
}

.pagination2 .swiper-pagination-switch {
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background: #C2C2C2;
	margin: 0 5px;
	opacity: 0.4;
	/*border: 1px solid #fff;*/
	cursor: pointer;
}

.newSoluBox:last-child {
	margin-right: 0;
}

.on {
	width: 800px !important;
	border: none;
}

.off {
	width: 200px !important;
}

.toggleBg {
	/* width: 800px !important; */
	display: none;
	position: absolute;
	top: 0;
	/* left: -800px; */
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	opacity: 0;
	animation: slow .2s linear forwards;
}

@keyframes slow {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.toggleBox {
	/* background: rgba(0, 0, 0, 0.75); */
	background: linear-gradient(0, rgba(0,0,0,0.75), transparent);
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
	color: #fff;
	flex-flow: column;
	transition: all .3s;
}

.toggleShow {
	left: 0;
}

.toggBtn {
	transition: all .3s;
	color: #fff !important;
}

.toggBtn:hover {
	background: #fff;
	color: #DA2735 !important;
}

.newsUl .li {
	margin-right: 30px;
	flex-direction: column;
	transition: all .3s;
}
.actBox{
    box-shadow: 0px 4px 10px 1px rgba(50, 51, 51, 0.05);
}
.actBox .newsImg {
	height: 400px;
	overflow: hidden;
}

.actBox .sImg {
	height: 10.41vw;
	overflow: hidden;
}

.actBox .newsImg:hover img,
.actBox .sImg:hover img {
	transform: scale(1.1);
}

.newsUl .actBox:first-child .title {
	font-size: 24px;
	font-weight: bold;
}

.actBox .title:hover,
.actBox .desc:hover {
	color: #DA2735 !important;
	cursor: pointer;
}

.actBox:hover {
	box-shadow: 0px 8px 20px 1px rgba(50, 51, 51, 0.19);
}

.actBox .desc {
	line-height: 30px;
	min-height: 60px;
}

/* .actBox:last-child {
	margin-right: 0;
}
 */
.newsTag {
	position: absolute;
	background: rgba(0, 0, 0, 0.6);
	font-size: 11px;
	padding: 2px 10px;
	color: #fff;
	top: 0;
	left: 0;
}

.newsMore {
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #999;
	border: 1px solid #dedede;
	padding: 5px 20px
}

.newsMore:hover {
	color: #FD1E00;
}

.newsPage {
	line-height: 40px;
	width: 156px;
	/* background: #F2F2F2; */
	border: 1px solid #dedede;
	color: #A3A3A3;
	transition: all .3s;
}

.newsPage:hover {
	color: #FD1E00;
	border: 1px solid #DA2735;
}

.dateBox {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.dateBox:last-child {
	border-right: none;
}

.dateNum {
	font-size: 40px;
	color: #FD1E00;
}

.subTitle {
	font-size: 18px;
	line-height: 30px;
}

.bgf6 {
	background: #F6F6F6;
}

.earth {
	width: 900px;
	height: 355px;
	margin: auto;
}

.pointBox {
	position: absolute;
	width: 200px;
}

.point {
	position: absolute;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: #FD1E00;
	animation: size .3s linear infinite;
}

.point_1 {
	bottom: 60px;
	right: 200px;
}

.point_2 {
	bottom: 220px;
	right: 450px;
}

.point_3 {
	bottom: 70px;
	right: 300px;
}

.point_4 {
	bottom: 300px;
	right: 350px;
}

@keyframes size {
	from {
		transform: scale(1);
	}

	to {
		transform: scale(1.15);
	}
}

.pLayer_1 {
	position: absolute;
	background: rgba(255, 255, 255, .9);
	padding: 10px 20px;
	border-radius: 10px;
	text-align: center;
	width: 200px;
	top: -150px;
	margin: auto;
	right: 108px;
	z-index: 99;
}

.pLayer_1::after {
	position: absolute;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 10px solid rgba(255, 255, 255, .9);
	bottom: -10px;
	left: 0;
	right: 0;
	content: '';
	margin: auto;
}

.indexBand .li {
	border: 1px solid #f4f4f4;
	border-radius: 10px;
	flex-direction: column;
	transition: all .3s;
	min-width: 235px;
}

.indexBand .li:hover {
	box-shadow: 0px 0px 24px 0px #dedede;

}

.indexBand .li:hover .title {
	color: #DA2735;
}

.newsUl .li {
	 width: calc((100% - 40px)/3); 
	height: 31.25vw;
	margin-right: 20px;
}
.newsUl .li:last-child{
	box-shadow: none;
}

.newsUl .li .flex-1 {
	margin-bottom: 20px;
	margin-right: 0;
}

.newsUl .li .flex-1:last-child {
	margin-bottom: 0;
}

.newsUl .li:last-child {
	margin-right: 0;
}

.dashe::after {
	position: absolute;
	width: 100%;
	height: 1px;
	background-image: linear-gradient(to right, #BDBDBD 0%, #BDBDBD 50%, transparent 50%);
	background-size: 10px 1px;
	background-repeat: repeat-x;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	content: '';
}
.band-slider{
	margin-left: 10px;
	/* margin-right: 10px; */
}
.band-slider:first-child{
	margin-left: 0;
}
.band-slider:last-child{
	margin-right: 0;
}
.toggleHide{
	width:calc((100% - 900px - 20px)/2) !important;/*根据内容调整宽度*/
}
.toggleShow .toggleBg{
	display: block;
}
.thirdTitle{
    font-size: 20px;font-weight: normal;
}
.flex-v .actBox .secondCon{
    height: calc(100% - 10.41vw);
}
@media screen and (min-width: 768px) {
    .band{
        width: calc(100% - 140px);
    }
    .toggleShow{
    	width: 900px !important;
    }
    .newSoluBox {
    	/* width: 200px; */
    	height: 560px;
    	border-left: 1px solid rgba(255, 255, 255, 0.2);
    	box-sizing: border-box;
    	transition: all .3s;
    	margin-right: 5px;
    }
    .society{
        height: 31.25vw;margin-bottom:90px
    }
    .society .fatTitle{
        font-size: 74px;
    }
    .society .con{
        width: 550px;font-size: 22px;line-height: 40px;text-align:left;color:#dedede
    }
}
@media screen and (max-width: 768px) {
    .band{
        width: 100%;
    }
    .toggleShow, .toggleHide{
    	width: 100% !important;
    }
    .newSoluBox {
    	/* width: 200px; */
    	height: 200px;
    	border-left: 1px solid rgba(255, 255, 255, 0.2);
    	box-sizing: border-box;
    	transition: all .3s;
    	margin-right: 5px;
    }
    .toggleShow .toggleBg, .toggleHide .toggleBg{
    	display: block;
    }
    .band-slider{
        margin-left: 0;
        margin-right: 0;
    }
    .newsUl{
        flex-wrap: wrap;
    }
    .newsUl .li{
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .newsUl .actBox:first-child .title{
        font-size: 16px;
    }
    .actBox .newsImg, .actBox .sImg{
        height: 200px;
    }
    .flex-v .actBox .secondCon{
        height: auto;
    }
    .secondCon{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .secondCon .singleLineOverFlow{
        white-space: inherit;
    }
    .thirdTitle{
        font-size: 15px;
    }
    .society{
        margin-bottom: 30px;
    }
    .society .fatTitle{
        font-size: 30px;
    }
    .society .con{
        width: 70%;font-size: 15px;line-height: 30px;text-align:left;color:#fff
    }
    
	.swiper-container{
	    padding-bottom: 35px !important;
	}
    .pagination2{
        bottom: 5px !important;
    }
    .pdb70{
        padding-bottom: 30px !important;
    }
}