<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 10px;
	background: #fff;
	opacity: 1;
	transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
	border-radius: 5px;
}

#banner .swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 5px;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 12px;
	background: #fff;
	
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
}

.banner_center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 5;
	width:90%;
}

.banner_center .banner_title {
	color: #FFFFFF;
	font-size: 41px;
	letter-spacing:4px;
	padding-bottom: 10px;
}
.banner_center p{
	color: #FFFFFF;
	font-size: 30px;
	letter-spacing: 6px;
}
section {
	padding: 0 20px;
}

section .content {
	margin: auto;
	width: 100%;
	max-width:1100px;
	height: 100%;
}

section .content .content_left {
	margin: 35px 0;
	width: 50%;
	float: left;
}

section .content .content_right {
	margin: 35px 0;
	width: 48%;
	float: right;
}
.swiper_buttom{
	margin-bottom: 60px;
}
.content_left p {
	margin-top: 8px;
	line-height: 25px;
	text-indent: 28px;
}

.img_left {
	float: left;
	
}

.rigth_newslist {
	margin-left: 153px;
	margin-top: 18px;
}

.rigth_newslist ul {
	margin-top: 10px;
}

.rigth_newslist ul li {
	width: 100%;
	position: relative;
	margin-bottom: 2px;
}

.rigth_newslist ul li a {
	color: #000;
	padding-left: 3px;
	
	display: inline-block;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.rigth_newslist ul li a:hover {
	color: #38598d;
}

.trigon {
	
	top: 4px;
	position: absolute;
	display: none;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 7px solid #000;
	border-bottom: 5px solid transparent;
}

.trigon_active {
	opacity: 1;
}

.trigon_a_active {
	color: #38598d !important;
}

.rigth_newslist ul li:hover .trigon {
	opacity: 1;
}


.showCode {
	position: relative
}

.showCode img {
	z-index: 2;
	position: absolute;
	max-width: 100px;
	top: -104px;
	right: -30px;
	opacity: 0;
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transition: all linear 0.3s;
}

.showCode:hover img {
	opacity: 1;
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
}
.swiper_shade{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	z-index:0;
}</pre></body></html>