@charset "utf-8";
.gsjj {
	display: block;
}

.gsjj-qy {
	width: 100%;
	background-color: #fff;
	padding: 1rem 5% 5rem;
}

.gsjj-qy .gsjj-qy-item {
	max-width: 20rem;
	padding-top: 2.5rem;
	margin: 0 auto;
	text-align: center;
}

.gsjj-qy .gsjj-qy-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.gsjj-qy .gsjj-qy-item .icon {
	width: 5rem;
	height: 5rem;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
}

.gsjj-qy .gsjj-qy-item .icon img {
	width: 100%;
	height: 100%;
}

.gsjj-qy .gsjj-qy-item p {
	font-size: 1rem;
	line-height: 2rem;
	font-weight: bold;
}

.gsjj-qy .gsjj-qy-item em {
	font-size: 0.7rem;
	font-style: normal;
	line-height: 1rem;
}

.gsjj-fz {
	width: 100%;
	max-width: 1200px;
	background-color: #f7f7f7;
	padding-bottom: 2.5rem;
	margin: 0 auto;
}

.gsjj-fz > .title {
	font-size: 2rem;
	line-height: 2.5rem;
	text-align: center;
	padding: 2rem 0rem;
}

.gsjj-fz .main-timeline:after {
	content: "";
	display: block;
	clear: both;
}

.gsjj-fz .main-timeline:before {
	content: "";
	height: 100%;
	width: 2px;
	border: 2px dashed #000;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	top: -1rem;
}

.main-timeline .timeline {
	width: 50%;
	padding: 5rem 3.5rem 0 2.5rem;
	margin: 0 2.5rem 0 0;
	float: left;
	position: relative;
}

.main-timeline .timeline:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.main-timeline .timeline-content {
	padding: 0.75rem 0.75rem 0.75rem 2rem;
	border: 2px solid #00a79b;
	border-radius: 0.75rem 0 0.75rem 0.75rem;
	display: block;
	position: relative;
}

.main-timeline .timeline-content:hover {
	text-decoration: none;
}

.main-timeline .timeline-content:after {
	content: "";
	background-color: #00a79b;
	height: 0.9rem;
	width: 0.75rem;
	position: absolute;
	right: -0.75rem;
	top: -0.1rem;
	clip-path: polygon(100% 0, 0 0, 0 100%);
}

.main-timeline .timeline-year {
	color: #fff;
	background-color: #00a79b;
	font-size: 1.5rem;
	font-weight: 900;
	text-align: center;
	line-height: 4.9rem;
	height: 5rem;
	width: 5rem;
	border-radius: 50%;
	position: absolute;
	right: -6rem;
	top: -4.25rem;
}

.main-timeline .timeline-year:after {
	content: "";
	height: 6.5rem;
	width: 6.5rem;
	border: 0.4rem solid #00a79b;
	border-left-color: transparent;
	border-radius: 50%;
	transform: translateX(-50%) translateY(-50%) rotate(-20deg);
	position: absolute;
	left: 50%;
	top: 50%;
}

.main-timeline .timeline-icon {
	color: #fff;
	background-color: #00a79b;
	font-size: 1.75rem;
	text-align: center;
	line-height: 50px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: -25px;
	transition: all 0.3s;
}

.main-timeline .title {
	color: #222;
	font-size: 1rem;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 0.35rem 0;
}

.main-timeline .description {
	color: #222;
	font-size: 0.9rem;
	letter-spacing: 1px;
	text-align: justify;
	margin: 0 0 0.25rem;
}

.main-timeline .timeline:nth-child(even) {
	padding: 5rem 2.5rem 0 3.5rem;
	margin: 0 0 0 2.5rem;
	float: right;
}

.main-timeline .timeline:nth-child(even) .timeline-content {
	padding: 0.75rem 2rem 0.75rem 0.75rem;
	border-radius: 0 0.75rem 0.75rem 0.75rem;
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
	transform: rotateY(180deg);
	right: auto;
	left: -0.75rem;
}

.main-timeline .timeline:nth-child(even) .timeline-year {
	right: auto;
	left: -6rem;
}

.main-timeline .timeline:nth-child(even) .timeline-year:after {
	transform: translateX(-50%) translateY(-50%) rotate(200deg);
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
	left: auto;
	right: -1.25rem;
}

.timeline:nth-child(4n + 2) .timeline-content,
.timeline:nth-child(4n + 2) .timeline-year:after {
	border-color: #9e005d;
}

.timeline:nth-child(4n + 2) .timeline-year:after {
	border-left-color: transparent;
}

.timeline:nth-child(4n + 2) .timeline-content:after,
.timeline:nth-child(4n + 2) .timeline-icon,
.timeline:nth-child(4n + 2) .timeline-year {
	background-color: #9e005d;
}

.timeline:nth-child(4n + 3) .timeline-content,
.timeline:nth-child(4n + 3) .timeline-year:after {
	border-color: #f24f0e;
}

.timeline:nth-child(4n + 3) .timeline-year:after {
	border-left-color: transparent;
}

.timeline:nth-child(4n + 3) .timeline-content:after,
.timeline:nth-child(4n + 3) .timeline-icon,
.timeline:nth-child(4n + 3) .timeline-year {
	background-color: #f24f0e;
}

.timeline:nth-child(4n + 4) .timeline-content,
.timeline:nth-child(4n + 4) .timeline-year:after {
	border-color: #0870c5;
}

.timeline:nth-child(4n + 4) .timeline-year:after {
	border-left-color: transparent;
}

.timeline:nth-child(4n + 4) .timeline-content:after,
.timeline:nth-child(4n + 4) .timeline-icon,
.timeline:nth-child(4n + 4) .timeline-year {
	background-color: #0870c5;
}

@media screen and (max-width: 767px) {
	.main-timeline:before {
		display: none;
	}

	.main-timeline .timeline {
		width: 100%;
		padding-top: 80px;
		padding-right: 12px;
		margin-bottom: 20px;
	}

	.main-timeline .timeline:nth-child(even) {
		padding-left: 20px;
		padding-top: 80px;
		margin-bottom: 20px;
	}

	.main-timeline .timeline-content,
	.main-timeline .main-timeline .timeline:nth-child(even) .timeline-content {
		background-color: #fff;
		padding-top: 25px;
	}

	.main-timeline .timeline-content:after {
		display: none;
	}

	.main-timeline .timeline-year {
		font-size: 24px;
		line-height: 70px;
		height: 70px;
		width: 70px;
		right: 0;
		top: -65px;
	}

	.main-timeline .timeline-year:after {
		display: none;
	}

	.main-timeline .timeline:nth-child(even) .timeline-year {
		left: 3px;
	}
}

@media screen and (max-width: 567px) {
	.main-timeline .title {
		font-size: 18px;
	}
}

.qywh {
	width: 100%;
	margin: 0 auto;
	display: inline-block;
	background: #f1f1f1;
	position: relative;
}

.qywh .qywh-mobile {
	display: none;
}

.qywh .qywh-pc {
	display: block;
	position: relative;
}

.qywh .qywh-pc .qywh-left {
	max-width: 450px;
	width: 50%;
}

.qywh .qywh-left img {
	width: 100%;
	max-width: 450px;
}

.qywh .qywh-pc .qywh-right {
	padding-left: min(55%, 470px);
	padding-right: 0.6rem;
	padding-top: 0.6rem;
	width: 100%;
	position: absolute;
	top: 0;
}

.qywh img {
	width: 100%;
	height: 100%;
}

.qywh .qywh-text {
	padding-top: 0.6rem;
	padding-right: 0.6rem;
	width: 100%;
}

.qywh .qywh-text h3,
.qywh .qywh-right h3 {
	font-size: 1rem;
	color: #005dca;
	height: 1.5rem;
	font-weight: bold;
}

.qywh .qywh-text p,
.qywh .qywh-right p {
	line-height: 1.25rem;
	font-size: 0.8rem;
}

@media screen and (min-width: 1280px) {
	.qywh .qywh-pc .qywh-right {
		padding-left: 490px;
		padding-right: 2rem;
		padding-top: 2rem;
	}
}

.zzzs .swiper-container {
	padding-top: 1rem;
	width: 100%;
	height: 100%;
}

.zzzs .swiper-slide {
	text-align: center;
	font-size: 0.9rem;
	background: #fff;

	/* 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: center;
	align-items: center;
}

.zzzs .honor-item {
	background: #f7f7f7;
	width: 290px;
	height: 380px;
	padding: 44px 30px 20px 30px;
	text-align: center;
}

.zzzs .honor-item a {
	display: block;
	width: 215px;
	height: 270px;
	background: url(../img/honor_bg.jpg) no-repeat center;
	padding: 10px;
	margin: 0 auto;
	overflow: hidden;
}

.zzzs .honor-item a img {
	width: 100%;
	height: 100%;
	max-height: 250px;
	display: block;
}

.zzzs .honor-item p {
	color: #888;
	margin-top: 20px;
	font-size: 14px;
}

.wccj {
	width: 100%;
	margin: 0 auto;
	padding-top: 2rem;
}

.wccj dl {
	float: left;
	background-color: #f0f0f0;
	margin: 0 1.3% 13px 0;
}

.wccj dt {
	border: 1px solid #f0f0f0;
	padding: 10px 9px;
	background-color: #fff;
}

.wccj dt img {
	display: block;
	width: 100%;
}

.wccj dl:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0 0 20px rgba(204, 204, 204, 0.8);
	-webkit-box-shadow: 0 0 20px rgba(204, 204, 204, 0.8);
	-moz-box-shadow: 0 0 20px rgba(204, 204, 204, 0.8);
}

.wccj dd h4 {
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-color: #f0f0f0;
	font-weight: normal;
}

@media only screen and (max-width: 650px) {
	.menubar {
		display: block;
	}

	.section-bar {
		display: none;
	}

	.box-context {
		margin-top: 0;
	}

	.qywh .qywh-mobile {
		display: block;
	}

	.qywh .qywh-pc {
		display: none;
	}

	.qywh .qywh-text {
		padding: 0.5rem 1rem 1rem 1rem;
	}
}
