.syhotnews_title{ position:absolute; right:0; top:60px; width:calc(100% - 1000px); box-sizing:border-box; padding:0 60px; color:#fff; font-size:24px; z-index:999;}
.syhotnews_title a{ float:right; font-weight:normal; font-size:18px; text-transform:uppercase; color:#fff;}

#newsbanner {
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #ddd;
	margin: 0 auto;
	height: 500px;
}
#newsbanner .swiper-container-news {
	height: 500px;
}
#newsbanner .swiper-slide {
	width: 100%;
	float: left;
	height: 500px;
}
.syhotnews_l{float:left;width: 800px;height:500px;background-position:center center;background-repeat:no-repeat;background-size: cover;position:relative;z-index:999}
.syhotnews_r{float:right;width: calc(100% - 800px);height: 500px;box-sizing:border-box;padding: 80px 60px;position:relative;background: #123798;position:relative;z-index:999}
.syhotnews_r h4{ font-weight:normal; color:#fff; font-size:16px;}
.syhotnews_r h3{font-size: 24px;color:#fff;margin-bottom:30px;overflow:hidden;text-overflow: ellipsis;white-space:nowrap;height:40px;}
.syhotnews_r h3 a{font-size: 26px;color:#fff;/* font-weight: normal; */}
.syhotnews_r p{font-size:16px;color:#fff;padding-bottom: 10px;}


#banner_pagination {
	position:absolute;
	right:0;
	bottom:30px;
	width: calc(100% - 800px);
	box-sizing:border-box;
	padding:0 60px;
	color:#fff;
	font-size:24px;
	z-index:999;
	text-align:left;
	left: auto;
}
@media screen and (max-width: 1660px) {
	.syhotnews_title{ width:calc(100% - 900px);}	
	.syhotnews_l{width: 600px;}
	.syhotnews_r{width: calc(100% - 600px);}	
	#banner_pagination{width: calc(100% - 600px);}
}

#banner_pagination span {
	color: #fff;
}
#banner_pagination .swiper-pagination-bullet {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 34px;
	border: solid 3px transparent;
	box-sizing: border-box;
	background: transparent;
	text-align: center;
	color: #fff;
	margin: 0 5px;font-size: 18px;
}
#banner_pagination .swiper-pagination-bullet .left {
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	margin: auto;
	width: 20px;
	height: 40px;
	opacity: 0;
	overflow: hidden;
}
#banner_pagination .swiper-pagination-bullet .left:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	margin: auto;
	width: 20px;
	height: 40px;
	border-top: 3px solid #fff;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-radius: 20px 0 0 20px;
	border-right: 0;
	box-sizing: border-box;
}
#banner_pagination .swiper-pagination-bullet .right {
	display: block;
	position: absolute;
	top: -3px;
	right: -3px;
	margin: auto;
	width: 20px;
	height: 40px;
	opacity: 0;
	overflow: hidden;
}
#banner_pagination .swiper-pagination-bullet .right:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99;
	margin: auto;
	width: 20px;
	height: 40px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	border-radius: 0 20px 20px 0;
	border-left: 0;
	box-sizing: border-box;
}
#banner_pagination .swiper-pagination-bullet-active {
	color: #fff;
}
#banner_pagination .swiper-pagination-bullet-active .left {
	opacity: 1;
}
#banner_pagination .swiper-pagination-bullet-active .right {
	opacity: 1;
}
#banner_pagination .swiper-pagination-bullet-active .left:after {
	transform-origin: right center;
	/* animation-iteration-count: infinite; */

	animation-fill-mode: forwards;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-name: gyrateleft;
}
#banner_pagination .swiper-pagination-bullet-active .right:after {
	transform-origin: left center;
	/* animation-iteration-count: infinite; */

	animation-fill-mode: forwards;
	animation-duration: 5s;
	animation-timing-function: linear;
	animation-name: gyrateright;
}
 @keyframes gyrateright {
 0% {
 transform: rotate(180deg);
}
 50% {
 transform: rotate(360deg);
}
 100% {
 transform: rotate(360deg);
}
}
 @keyframes gyrateleft {
 0% {
 transform: rotate(180deg);
}
 50% {
 transform: rotate(180deg);
}
 100% {
 transform: rotate(360deg);
}
}
