<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-----global CSS 清除浏览默认样式-----*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Microsoft YaHei, SimHei, SimSun, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #01489e url(bg_01.jpg) no-repeat top center;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	transition: all .5s;
	-moz-transition: color .5s;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
}

a:hover {
	text-decoration: none;
	color: #2d86ff;
}

img {
	border: none;
	vertical-align: bottom;
	display: inline-block;
}

h3 {
	font-weight: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mb50 {
	margin-bottom: 50px;
}


/*-----layout CSS-----*/
ul,
ul li,
.col,
.hd,
h2,
.bd,
.menu,
.clear {
	overflow: hidden;
	zoom: 1;
}

/*------------------------头部 start--------------------------*/
.header {
	width: 1200px;
	margin: 0 auto;
}

/*------------------------内容 start--------------------------*/
.cont-wrap {

}

.content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}

/*宽度1100*/
.w1100 {
	width: 1100px;
	margin: 0 auto;
	padding-top: 30px;
}

/*宽度1200*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}


/*导语*/
.intro {
	background: url(intro.png) no-repeat left center;
	padding-left: 125px;
	font-size: 18px;
	text-indent: 40px;
	line-height: 190%;
	text-align: justify;
	min-height: 209px;
	margin-bottom: 50px;
}

.intro p {
	background-color: #fff;
	padding: 20px 30px;
	border-radius: 10px;
}


/*栏目条-----*/
/*栏目更多在同一行*/
.hd {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #359DFD;
}

.col-tit {
	float: left;
	font-size: 24px;
	display: inline-block;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

.col-more {
	float: right;
	font-weight: normal;
	color: #666;
	font-size: 14px;
	height: 40px;
	line-height: 50px;
}

/*栏目图片，更多在内容后面*/
.hd2 {
	margin-bottom: 25px;
}

.col-tit2 {}

.col-more2 {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	margin-top:30px;
}

.col-more2 span {
	position: relative;
	z-index: 3;
	display: block;
	width: 100px;
	transform: skewX(-10deg);
	margin: 0 auto;
	height: 40px;
	background: #359DFD;
}

.col-more2:after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 50%;
	margin-top: -1px;
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
}

.col-more2:hover span {
	background: #188FFF;
	color: #fff;
}

/*版块1--------------------------*/
/*滚动图片-----*/
.swiper1 {
	width: 640px;
}

.swiper1 .swiper-slide img {
	width: 640px;
	height: 360px;
	position: relative;
	z-index: 1;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.swiper1 .swiper-slide a:hover img {
	transform: scale(1.2);
}

.swiper1 .swiper-slide a {
	display: block;
	position: relative;
}

.swiper1 .swiper-slide a p {
	position: absolute;
	width: 100%;
	padding-left: 20px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	bottom: 0;
	z-index: 3;
	box-sizing: border-box;
}

.swiper1 .swiper-slide a:after {
	content: "";
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	width: 100%;
}

.swiper-container-horizontal&gt;.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	width: 100px;
	left: 540px;
	bottom: 15px;
}

.swiper-pagination-bullet {
	background: #fff;
	opacity: .8;
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	opacity: 1;
}

/*头条 标题+摘要-----*/
.top-news {
	display: block;
	padding-bottom: 15px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 15px;
}

.top-news h3 {
	text-align: center;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #ffcc1c;
}

.top-news p {
	font-size: 16px;
	text-indent: 32px;
	line-height: 28px;
	color: #fff;
	text-align: justify;
}

.top-news p span {
	color: #ffcc1c;
}

/*标题列表 -----*/
.news-list {}

.news-list li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 20px;
	color: #fff;
}

.news-list li:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	border-radius: 50%;
	background: #fff;
}

.news-list li a {
	color: #fff;
	font-size: 18px;
}

.news-list li a:hover {
	color: #ffcc1c;
}

/*版块2--------------------------*/
.fourtab{width:1190px;padding:20px 0 20px 10px;overflow:hidden; background:#fff; }
.fourtabbox{width:320px;}
.fourtabbox a{width:280px; height:70px;padding:5px; margin:15px;display:block;line-height:70px;text-align:center;font-size:18px;color:#fff;background:#4d9eff;}
.fourtabbox .atab{background:#ffcc1c; color:#01489e; text-decoration: none;}
.fourtabCon{width:500px;}
.fourtabCon li{float:left;margin-left:10px;display:inline;}
.fourtabCon strong{font-size:16px;display:block;line-height:32px;}
.neirong{ width:810px;  padding:5px; }
.imgList2 {}
.imgList2 li{ float:left;width:192px; display:inline; vertical-align:middle; margin:5px;}
.imgList2 li a{ display:block;}
.imgList2 li a img{ width:188px; height:120px;}
.imgList2 li a.tit{ text-align:center; font-size:14px; margin:3px 0; height:34px;}
.biankuang {border: 4px solid #fff;}

/*图片+摘要*/
.img-txt-news {}

.img-txt-news li {
	float: left;
	width: 570px;
	margin-right: 60px;
	margin-bottom: 30px;
}

.img-txt-news li:nth-child(2n) {
	margin-right: 0;
}

.img-txt-news img {
	float: left;
	margin-right: 30px;
	width: 300px;
	height: 170px;
}

.img-txt-news li a:hover img {
	opacity: 0.6;
}

.img-txt-news h3 {
	display: block;
	margin-bottom: 10px;
	font-size: 20px;
	color: #023acb;
	/*超过行数显示省略号 复制以下代码*/
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	/*行数设置，比如2，超过2行显示省略号*/
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.img-txt-news p {
	color: #666;
	font-size: 16px;
	line-height: 150%;
	text-align: justify;
}

.img-txt-news p span {
	color: #FF3700;
}


/*版块3--------------------------*/
/*图片列表*/
.img-list {}

.img-list li {
	float: left;
	width: 280px;
	display: inline;
	margin-right: 25px;
	margin-bottom: 25px;
	background: #edf2ff;
}

.img-list li:last-child {
	margin-right: 0;
}

.img-list li:nth-child(2n) {
	background: #fff7ed;
}

.img-list li .img-wrap {
	width: 280px;
	height: 160px;
	overflow: hidden;
}

.img-list li a:hover .img-wrap img {
	transform: scale(1.2);
	opacity: 0.8;
}

.img-list li img {
	width: 280px;
	height: 160px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.img-list li h3 {
	padding: 10px;
	color: #333;
	font-size: 18px;
	text-align: center;
}



/*版块4--------------------------*/
/*滚图带缩略图*/
.thumb-swiper .gallery-top .swiper-slide img {
	width: 1200px;
	height: 675px;
}

.thumb-swiper .gallery-top .swiper-slide a {
	display: block;
	position: relative;
	z-index: 1;
}

.thumb-swiper .gallery-top .swiper-slide a p {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.thumb-swiper .gallery-top .swiper-slide a:after {
	content: "";
	height: 50px;
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	width: 100%;
}

.thumb-swiper .gallery-thumbs {
	background: #eee;
	height: 149px;
	padding: 10px;
	box-sizing: border-box;
}

.thumb-swiper .gallery-thumbs .swiper-slide {
	position: relative;
	opacity: 1;
}

.thumb-swiper .gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

.thumb-swiper .gallery-thumbs img {
	width: 228px;
	height: 129px;
	position: relative;
	z-index: 1;
}

.thumb-swiper .gallery-thumbs .swiper-slide:after {
	content: "";
	position: absolute;
	z-index: 2;
	width: 228px;
	height: 129px;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.3;
}

.thumb-swiper .gallery-thumbs .swiper-slide-thumb-active:after {
	opacity: 0;
}


/*版块3--------------------------*/
/*时间轴滚图*/
.date-swiper {
	position: relative;
	height: 640px;
	width: 1200px;
	margin: 0 auto;
}

.date-swiper .swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.date-swiper .swiper-slide {
	background-size: cover;
	background-position: center;
}

.date-swiper .gallery-top {
	width: 860px;
	height: 480px;
	margin: 10px auto;
}

.date-swiper .gallery-top:after {
	content: "";
	display: block;
	width: 880px;
	height: 500px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.5;
}

.date-swiper .gallery-top img {
	width: 860px;
	height: 480px;
}

.date-swiper .gallery-thumbs {
	width: 1200px;
	height: 130px;
	box-sizing: border-box;
	padding: 10px 0;
}

.date-swiper .gallery-thumbs img {
	width: 140px;
	height: 80px;
	position: relative !important;
	margin-bottom: 10px;
}

.date-swiper .gallery-thumbs .swiper-slide {
	width: 141.2px !important;
}

.date-swiper .gallery-thumbs .swiper-slide-thumb-active {}

.date-swiper .gallery-thumbs .swiper-slide-thumb-active img {
	border: 4px solid #ffcc1c;
	box-sizing: border-box;
}

.date-swiper .gallery-thumbs h2 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	color: #fff;
}

.date-swiper .gallery-thumbs .swiper-slide-thumb-active h2 {
	background: #ffcc1c;
	color: #fff;
	width: 140px;
	border-radius: 20px;
}

.date-swiper:after,
.swiper-container-rtl .date-swiper-next:after {
	display: none;
}

.date-swiper:after,
.swiper-container-rtl .date-swiper-prev:after {
	display: none;
}

.date-swiper-next,
.date-swiper-prev {
	position: absolute;
	top: 40%;
	margin-top: -29px;
	width: 59px;
	height: 59px;
}

.date-swiper-next {
	background: url(rg.png) no-repeat !important;
	right: 95px;
}

.date-swiper-prev {
	background: url(le.png) no-repeat !important;
	left: 90px;
}


/*版块5--------------------------*/
/*四图排列滚动*/
#four-slide-img {width: 100%; padding-bottom:30px;}
#four-slide-img  .swiper-slide {
	  text-align:center;
	  background: #ebf1ff; border-radius:10px; padding:10px; box-sizing:border-box;
      /* Center slide text vertically */
      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: flex-start;
	  align-items: flex-start
    }
#four-slide-img  .swiper-slide img { width: 255px;height: 160px; margin-bottom:10px; }

#four-slide-img .swiper-pagination{ width:200px; bottom:0; left:50%; margin-left:-100px;}
#four-slide-img  .swiper-pagination-bullet{ background:#9db9ff;}
#four-slide-img  .swiper-pagination-bullet-active{ background:#4f81ff;}


/*------------------------底部 start--------------------------*/
.footer-wrap {
	width: 100%;
}

.footer {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	padding: 50px 0;
	color: #fff;
}

@media(min-width:568px) {
	html {
		width: 125%
	}
}

@media(min-width:1200px) {
	html {
		width: 100%
	}
}</pre></body></html>