<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
.banner {
	padding-top:80px;
}
.banner h1 {
	font-size:36px;
	text-align:center;
	font-weight:normal;
}
.banner h2 {
	font-size:18px;
	color:#535353;
	text-align:center;
	font-weight:normal;
	margin:20px 0 60px;
}
.banner .swiper {
	width:1200px;
	margin:0 auto;
	position:relative;
}
.current-swiper {
	width:561px;
	height:457px;
	border-radius:10px;
	margin:0 auto;
	box-shadow: 0px 0px 28px 1px rgba(173, 173, 173, 0.45);
	position:relative;
	z-index:99;
}
.left-swiper {
	position:absolute;
	left:50px;
	top:59px;
	z-index:1;
}
.right-swiper {
	position:absolute;
	right:50px;
	left:auto;
	top:59px;
	z-index:1;
}
.nocurrent-swiper {
	width:424px;
	height:239px;
	border-radius:8px;
	box-shadow:0 0 20px rgba(0,0,0,0.05);
}
.nocurrent-swiper:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(237,240,240,0.2);
	z-index:99;
}
.slide1 {
	background:url(../img/zxback-3.png) no-repeat  0 0 #fff;
}
.slide2 {
	background:url(../img/zxback-1.png) no-repeat  0 0 #fff;
}
.slide3 {
	background:url(../img/zxback-2.png) no-repeat  0 0 #fff;
}
.title {
	padding-top:298px;
	margin-left:30px;
	margin-right:30px;
	height:56px;
	line-height:56px;
	font-size:18px;
	color:#00041A;
    text-align:left;
    cursor:pointer;
}
.nocurrent-swiper .title {
	padding-top:44px;
	margin-left:30px;
	font-size:16px;
	height:25px;
	line-height:25px;
}
.name {
	margin-left:30px;
	margin-right:30px;
	height:40px;
	display:inline-block;
	position:relative;
	line-height:20px;
	font-size:14px;
	color:#00041A;
	opacity: 0.65;
	text-align:left;
	overflow:hidden;
}
.name:hover{
    text-decoration:underline;
    cursor:pointer;
}
.nocurrent-swiper .name {
	height:46px;
	line-height:46px;
	font-size:30px;
	padding-right:46px;
	margin-left:30px;
}

.nocurrent-swiper .name:before {
	width:26px;
	height:26px;
	background-size:100% 100%;
}
.detail {
    height:61px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:0px;
	padding-top:21px;
	line-height:40px;
	color:#bbb;
	font-size:14px;
	text-align:left;
}
.nocurrent-swiper .detail {
	font-size:12px;
	line-height:20px;
	width:235px;
	margin-left:30px;
}
.swiper-button-prev {
	width:46px;
	height:46px;
	background:url(../img/curr_prev.png) no-repeat center center;
}
.swiper-button-next {
	width:46px;
	height:46px;
	background-size:auto;
	background-image:url(../img/curr_next.png);
}</pre></body></html>