@charset "utf-8";

/*-----公共上边的图--------*/

.pub2 h1,
.pub2 h2,
.pub2 p {
	color: #02143c;
}

.pub2 h2 {
	color: #02143c;
}

.pub2 h2 div {
	border-bottom: 1px solid #d9a462;
}


/*------列表开始---------*/
.a {
	background: #02143c;
}

.articlebook {
	background: #02143c;
}

.articlebook>p>strong,
.articlebook>p>a:link,
.articlebook>p>a:visited {
	color: #fff;
}

.news1 {
	width: 100%;
	height: auto;
	padding: 2rem 0;
	text-align: center;
	position: relative;
	max-width: 1618px;
}

.news1 h1 {
	font-size: 3.6rem;
	color: #fff;
	margin-bottom: 2.5rem;
	margin-top: 3.5rem;
	font-weight: normal;
}

.news1 span[name='title'] {
	font-size: 1.7rem;
	color: #02143c;
	border-top: 1px solid #02143c;
	padding-top: 1rem;
	font-weight: 100;
}

.news_list {
	width: 100%;
	height: auto;
	margin-top: 3rem
}

.news_list .swiper-slide {
	position: relative;
	height: 14.9vw;
}

.news_list .swiper-slide div {
	width: 100%;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	cursor: pointer;
	text-align: left;
	display: none
}

.news_list .swiper-slide div h1,
.news_list .swiper-slide div p {
	width: 80%;
	margin: 0 10%;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 100
}

.news_list .swiper-slide div h1 {
	margin-top: 3rem;
	padding-bottom: 0.5rem;
	position: relative;
	/* border-bottom: 1px solid #fff */
}
.news_list .swiper-slide div h1:after{
	content: '';
	width:30%;
	position: absolute;
	height:1px;
	background:#fff;
	left:0;
	bottom:0;
}
.news_list .swiper-slide div p {
	margin-top: 1rem;
	font-size: 1rem;
}

.news1 .swiper-pagination {
	margin: 10px auto 0;
	position: static;
}

.news_list .swiper-wrapper .swiper-slide:hover div {
	display: block;
}

/* 分页点 */
.swiper-pagination span {
	padding-top: 0;
	margin-right: 0.8rem;
	margin-top: 2rem;
	margin-bottom: 2rem;
	vertical-align: center;
	display: flex;
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 20px;
}

.swiper-pagination-bullets {
	display: flex;
	justify-content: center;
	align-items: center;
}

.swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	opacity: 0.8;
	border: 1px solid #fff;
	background: none;

}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 20px auto;
}

.swiper-pagination-bullet-active {
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	background: none;
	position: relative;
}

.swiper-pagination-bullet-active::after {
	content: '';
	width: 6px;
	height: 6px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("../img/right.png");
	right: -100px;
	left: auto;
}

.swiper-button-prev {
	background-image: url("../img/left.png");
	right: auto;
	left: -100px
}

.swiper-button-next,
.swiper-button-prev {
	top: calc(60% - 22px);
}

.news_con {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #02143c;
}

.news_con h1 {
	font-size: 2.5rem;
	color: #000;
	margin-top: 2rem
}

.news_con h2 {
	font-size: 1.2rem;
	color: #000;
	margin: 1rem 0;
}

.news_con span {
	font-size: 0.8rem;
	color: #999;
}

.news_con p {
	width: 100%;
	line-height: 1.2rem;
	margin: 0 auto;
}

.news_con p img {
	max-width: 100%;
	display: inline-block;
	float: left;
}

.news_con1 {
	width: 100%;
	text-align: left;
	padding: 2em 0 0;
	color: #fff
}

.news_con1 h1 {
	color: #fff;
	font-weight: 100;
	font-size: 2.6em
}

.news_con1 h2 {
	color: #61c1e7;
	font-size: 1.9em;
	font-weight: 100;
	margin-bottom: 1em
}

.news_con1 b {
	border-top: 1px solid #d9a462;
	padding: 0 2em;
}

.news_con1 p {
	text-indent: 2em;
	line-height: 2em;
	font-weight: 100;
	font-size: 0.9em;
}

.news_con1 p[name='desc'] {
	margin-bottom: 3em;
	font-size:16px;
}

.news_con1 img {
	width: 100%;
	height: auto;
	margin-bottom: 1em
}



@media only screen and (min-width: 1280px) and (max-width: 1680px) {
	.swiper-container-banner .swiper-slide:nth-child(1)>div .english {
		font-size: 14px;
	}

	.swiper-container-banner .swiper-slide:nth-child(1)>div .intro {
		font-size: 30px;
	}
}

@media only screen and (max-width: 1180px) {
	body {
		font-size: 12px
	}

	.main {
		max-width: 1000px;
	}

	.swiper-container-banner .swiper-slide:nth-child(1)>div .english {
		font-size: 14px;
	}

	.swiper-container-banner .swiper-slide:nth-child(1)>div .intro {
		font-size: 26px;
	}
}

/*---手机版情况公共样式-----*/
@media only screen and (max-width: 1000px) {

	.news_list .swiper-slide div {
		display: inline;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}

	.news_list .swiper-slide div h1 {
		margin-top: 1rem;
		font-size: 1rem;
	}

	.news_list .swiper-slide div p {
		margin-top: 1rem;
		font-size: 0.8rem;
	}
}
