@charset "utf-8";

/*------列表开始---------*/
.a {}

.about1 {
	width: 100%;
	height: auto;
	padding: 2em 0;
	text-align: center;
	position: relative
}

.about1 h1 {
	font-size: 3em;
	color: #fff;
	font-weight: 100;
	margin-bottom: 0.7em;
}

.about1 span[name='title'] {
	font-size: 1.4em;
	color: #61c1e7;
	border-top: 1px solid #d9a462;
	padding-top: 0.7em;
}

.about1 p {
	width: 80%;
	margin: 2em 10%;
	height: auto;
	text-align: center;
	font-size: 0.8em;
	line-height: 2em;
	color: #fff;
	word-break: normal;
	word-wrap: break-word;
}

.about2 {
	width: 100%;
	height: auto;
	padding: 3em 0;
	padding-bottom: 5em;
	text-align: center;
	position: relative;
}

.about2 h1 {
	font-size: 4em;
	color: #fff;
	font-weight: normal;
	margin-bottom: 0.7em;
}

.about2 span[name='title'] {
	font-size: 2.2em;
	color: #02143c;
	border-top: 1px solid #02143c;
	padding-top: 0.7em;
}

.about3 {
	width: 100%;
	height: auto;
	margin-top: 2em;
	padding-bottom: 1em;
}

.about3 .swiper-slide {
	position: relative
}

.about4 {
	width: 100%;
	height: 90vh;
	max-width: 100%;
	padding: 2em 0;
	text-align: center;
	background-image: url("../img/about/bg-1.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat
}

.about4 h1,
.about4 h2 {
	width: 100%;
	height: auto;
	font-size: 2em;
	color: #fff;
	font-weight: 100;
	margin: 0.5em 0;
}

.about4 h1 {
	margin-top: 1.5em
}

.about4 h2 {
	font-size: 1.5em;
	color: #61c1e7;
	margin: 0.5em 0 2em 0
}

.about4 ul {
	width: 80%;
	margin: 0 10%;
}

.about4 ul li {
	width: 20%;
	float: left
}

.about4 ul li div {
	width: 98%;
	height: auto;
	border-left: 1px solid #fff;
	margin-bottom: 1.2em
}

.about4 ul li:nth-child(1) div {
	border-left: none
}

.about4 ul li div span {
	font-size: 45px;
	color: #61c1e7;
}

.about4 ul li div p {
	color: #fff;
	font-size: 16px;
	line-height: 2vw;
}

.about4 ul li div a {
	vertical-align: top;
	font-size: 1.5em;
	color: #61c1e7
}

.about4 ul li b {
	border-top: 1px solid #61c1e7;
	font-size: 1em;
}

.about5 {
	width: 100%;
	height: 40vh;
	background: #000;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}

.about5_1 {
	width: 100%;
	height: auto;
	background: #02143c;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	text-align: center;
	padding: 0.8em 0;
}

.about5_1 p {
	width: 100%;
	font-size: 2em;
	color: #61c1e7;
	text-align: center;
	font-weight: 100;
}

.about5_1 span {
	font-size: 1.5em;
	color: #61c1e7;
	font-weight: 100;
}

.about6,
.about6_1 {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	z-index: -10;
	background-image: url("../img/about/img-7.jpg");
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat
}

.about6_1 {
	top: 100vh;
	background-image: url("../img/about/img-8.jpg");
}















/* 分页点 */
.swiper-container-banner .pagination-clients {
	margin-bottom: 3em;
}

.about2 .pagination-clients {
	margin-bottom: 3em;
}

.about2 .swiper-pagination {
	margin: 0 auto;
	position: static;
}

.swiper-pagination span {
	padding-top: 0;
	margin-right: 0.8em;
	margin-top: 1em;
	margin-bottom: -3em;
	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: 7px;
	height: 7px;
	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: unset;
	margin-top: -28%
}




@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: 1em;
		font-size: 1em;
	}

	.news_list .swiper-slide div p {
		margin-top: 1em;
		font-size: 0.8em;
	}
	
	.about4 ul li div span{
		font-size:26px;
	}
	.about4 ul li div p{
		font-size:13px;
	}
}
