@charset "utf-8";

.banner {
	height: 500px;
	box-sizing: border-box;
}

.banner .swiper-slide,
.banner .swiper-container,
.banner .swiper-wrapper {
	height: 100%;
}

.banner .swiper-slide {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner .swiper-pagination {
	left: auto;
	right: 70px;
	top: 50%;
	bottom: auto;
	width: auto;
}

.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	position: relative;
	background: #c1c6c9;
	border-radius: 100%;
	font-size: 0;
	display: block;
	opacity: 1;
	margin: 0 auto 31px;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
}

.banner .swiper-pagination-bullet-active:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 2px solid #b3ecff;
}

.sub-title {
	position: relative;
	padding-bottom: 20px;
	line-height: 36px;
	font-size: 26px;
	color: #606060;
	text-align: center;
}

.sub-title span {
	color: #005095;
}

.sub-title:before,
.sub-title:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #969696;
}

.sub-title:after {
	background: #005095;
	width: 100px;
	height: 2px;
	left: 50%;
	margin-left: -50px;
}

.sub-nav {
	position: absolute;
	z-index: 8;
	top: 460px;
	right: 0;
	margin-right: 0;
	background: #005095;
	width: 150px;
	text-align: center;
	padding: 12px 0;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, .2);
}

.sub-nav dt {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding: 12px 0 12px;
}

.sub-nav dd {
	padding: 7px 0;
}

.sub-nav dd a {
	display: inline-block;
	line-height: 28px;
	font-size: 14px;
	color: #c1c6c9;
	padding: 0 17px;
	border: 1px solid transparent;
}

.sub-nav dd a.on {
	border-color: #b3ecff;
	color: #b3ecff;
}

.sub-nav.fixed {
	position: fixed;
	top: 100px;
}


.about-container {
	padding-top: 80px;
}

.about-container>section {
	margin-bottom: 80px;
}

.about-content {
	padding: 80px 0 0;
}

.about-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.about-content p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding: 10px 0;
	text-justify: inter-ideograph;
	text-align: justify;
}

.history-swiper {
	width: 970px;
	padding: 0 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 50px auto 0;
	position: relative;
}

.enhistory-swiper {
	width: 1052px;
}

/* .swiper-button-next,
.swiper-button-prev {
	width: 20px;
	height: 41px;
	margin-top: -20px;
	z-index: 7;
	background-size: 20px 41px;
}

.swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2301bee6'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}

.swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2301bee6'%2F%3E%3C%2Fsvg%3E");
	left: 0;
} */

.history-swiper .swiper-slide {
	width: auto;
}

.history-item,
.history-year,
.history-month,
.history-month dd {
	float: left;
}

.history-item {
	position: relative;
	overflow: hidden;
}

.history-year {
	font-size: 20px;
	font-weight: bold;
	color: #01bee6;
	/* line-height: 600px; */
	padding: 0 7px;
}

.history-month {
	/* height: 600px; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.history-month dd {
	width: 188px;
	height: 570px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	font-size: 0;
}

.stswiper-container .history-month dd {
	height: 416px;
}

.history-month dd.year_2012 {
	width: 200px;
}

.history-month dd.year_2013 {
	width: 160px;
}

.history-month dd.year_2014 {
	width: 170px;
}

.history-month dd.year_2015 {
	width: 150px;
}

.history-month dd.year_2016 {
	width: 195px;
}

.history-month dd.enyear_2010 {
	width: 210px;
}

.history-month dd.enyear_2011 {
	width: 202px;
}

.history-month dd.enyear_2015 {
	width: 210px;
}

.history-month dd.enyear_2016 {
	width: 210px;
}

.history-month:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 225px;
	left: 0;
	z-index: 0;
	background: #c3c3c3;
}

.stswiper-container .history-month:before {
	top: 188px;
}

.history-month dd .month {
	position: absolute;
	top: 157px;
	right: 0;
	padding-bottom: 45px;
	text-align: center;
	width: 188px;
	width: 100%;
	height: 51px;
	color: #969696;
	font-size: 16px;
	line-height: 40px;
}

.history-month dd .month i {
	position: absolute;
	top: 45px;
	left: 50%;
	z-index: 99;
	width: 50px;
	height: 51px;
	background: url(../images/circle.png) no-repeat center center;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.stswiper-container .history-month dd .month i {
	top: 10px;
}

.history-month dd .month span{
	position: absolute;
	top: 5px;
	left: 50%;
	font-size: 18px;
	color: #333;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.stswiper-container .history-month dd .month span{
	top: -30px;
}

.history-month dd .month:before {
	content: '';
	display: block;
	width: 2px;
	height: 60px;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #c5c5c5;
}

.history-month dd .month:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background: #c5c5c5;
	position: absolute;
	z-index: 2;
	top: 40px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.history-month dd .detail {
	position: absolute;
	bottom: 360px;
	right: 0;
	width: 188px;
	width: 100%;
}

.history-month dd .detail .txt {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 6px 0;
	text-align: center;
}

.history-month dd .pic img {
	display: block;
	width: 100%;
	height: 160px;
}

.history-month dd:not(:first-of-type) {
	width: 300px;
}

.history-month dd:nth-of-type(2n) {
	position: absolute;
	top: 0;
	left: 130px;
}

.history-month dd:nth-of-type(2n) .month {
	bottom: 256px;
	top: auto;
	padding-top: 0;
	padding-bottom: 44px;
}

.history-month dd:nth-of-type(2n) .month:before {
	top: auto;
	bottom: 0;
}

.history-month dd:nth-of-type(2n) .month:after {
	top: 37px;
}

.history-month dd:nth-of-type(2n) .detail {
	top: 360px;
	bottom: auto;
}

.news-swiper {
	width: 1200px;
	padding: 0 30px;
	margin: 50px auto 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	position: relative;
}

.news-txt {
	background: #f5f5f5;
	padding: 18px;
}

.news-tit {
	font-size: 16px;
	color: #000;
	line-height: 24px;
	height: 72px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-info {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news-date {
	margin-top: 16px;
	position: relative;
	padding-top: 6px;
	font-size: 14px;
	color: #01bee6;
	line-height: 18px;
}

.news-date:before {
	content: '';
	display: block;
	width: 40%;
	height: 1px;
	background: #d2d2d2;
	top: 0;
	left: 0;
	position: absolute;
}

.news-pic img {
	width: 100%;
	height: auto;
	display: block;
}

.news-swiper .swiper-button-next,
.news-swiper .swiper-button-prev {
	width: 20px;
	height: 41px;
	margin-top: -20px;
	z-index: 7;
	background-size: 20px 41px;
}

.news-swiper .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2301bee6'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}

.news-swiper .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2301bee6'%2F%3E%3C%2Fsvg%3E");
	left: 0;
}

.news-swiper .swiper-pagination {
	position: static;
	margin-top: 15px;
	font-size: 0;
}

.news-swiper .swiper-pagination-bullet {
	margin: 0 5px;
}

.news-swiper .swiper-pagination-bullet-active {
	background: #005095;
}

.news-more-btn {
	width: 148px;
	height: 48px;
	border: 1px solid #005095;
	color: #005095;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	margin: 20px auto 0;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	user-select: none;
}

.news-more-btn:active {
	background: #005095;
	color: #fff;
}

.news-swiper .swiper-slide {
	width: auto;
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news-swiper .swiper-slide a {
	display: block;
	position: relative;
}

.news-swiper .swiper-slide a:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, .2);
}

.news-swiper .swiper-slide a:hover .news-txt {
	background: #f1f8fe;
}

.newsmore-container {
	padding: 50px 0 80px;
}

.newsmore-list li {
	background: #f7f7f7;
	margin-bottom: 20px;
}

.newsmore-list li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 0;
	position: relative;
}

.newsmore-list li a:after {
	content: '\e891';
	font-family: 'iconfont';
	display: block;
	position: absolute;
	bottom: 18px;
	right: 60px;
	font-size: 40px;
	color: #cdcdcd;
	border: 1px solid #d2d2d2;
	width: 58px;
	height: 48px;
	text-align: center;
	line-height: 49px;
	pointer-events: none;
}

.newsmore-list li .pic {
	padding: 15px;
	width: 210px;
}

.newsmore-list li .pic img {
	width: 100%;
	height: auto;
}

.newsmore-list li .txt {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	margin: 35px 90px 0 50px;
}

.newsmore-list li .tit {
	font-size: 16px;
	color: #000;
	line-height: 24px;
}

.newsmore-list li .info {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 22px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.newsmore-list li .date {
	width: 172px;
	margin-top: 28px;
	color: #909090;
}

.newsmore-list li .day {
	font-size: 30px;
	line-height: 40px;
}

.newsmore-list li .year {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top: -2px;
	margin-left: 3px;
}

.newsmore-list li:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.newsmore-list li:hover a {
	background: #f1f8fe;
}

.newsmore-list li:hover a:after {
	color: #fff;
	border-color: #b3ecff;
	background: #b3ecff;
}

.newsmore-list li:hover .pic {
	background: #b3ecff;
}

.honor-banner {
	margin-top: 50px;
	font-size: 0;
}

.honor-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.honor-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 10px 90px 10px 0;
}

.honor-year {
	font-size: 14px;
	color: #005095;
	width: 78px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #005095;
	margin-right: 30px;
	margin-top: 10px;
}

.honor-list {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px solid #005095;
}

.honor-list li {
	border-bottom: 1px solid #d2d2d2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	padding: 12px 5px 12px 0;
}

.honor-list li .name {
	color: #0078b4;
	width: 380px;
	margin-right: 25px;
}

.honor-list li .detail {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	-o-flex: 1;
	flex: 1;
	color: #666;
}

.honor-list li:last-of-type {
	border: none;
}

.honor-swiper {
	position: relative;
	height: 500px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #005095;
}

.honor-swiper .swiper-container {
	width: 100%;
	height: 100%;
}

.honor-swiper .swiper-slide {
	height: auto;
}

.honor-swiper ul:last-of-type {
	border: none;
}

.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next {
	right: 0;
	left: auto;
	bottom: auto;
	background: transparent;
	border: 1px solid #005095;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 21px;
	background: #005095;
	color: #fff;
	z-index: 3;
}

.honor-swiper .swiper-button-prev {
	top: 193px;
}

.honor-swiper .swiper-button-next {
	bottom: 250px;
}

.honor-swiper .swiper-button-next.swiper-button-disabled,
.honor-swiper .swiper-button-prev.swiper-button-disabled {
	color: #005095;
	background: transparent;
	opacity: .7;
}

.honor-swiper .swiper-scrollbar {
	display: none;
}


.join .container {
	padding-top: 50px;
}

.join-tab {
	overflow: hidden;
}

.join-tab a {
	float: left;
	display: block;
	height: 38px;
	border: 1px solid #005095;
	background: transparent;
	color: #005095;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	margin-right: 45px;
	padding: 0 15px;
}

.join-tab a.on {
	background: #005095;
	color: #fff;
}

.join-content {
	margin-top: 30px;
}

.join-tit {
	background: url('../images/bg.png') 0 -150px;
	height: 32px;
	cursor: pointer;
	color: #333;
	font-size: 16px;
	line-height: 32px;
	padding-left: 24px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.join-tit:after {
	content: '\e83d';
	font-family: 'iconfont';
	display: block;
	position: absolute;
	right: 13px;
	top: 0;
	height: 32px;
	line-height: 32px;
	color: #a5a5a5;
}

.join-tit.on {
	background-position: 0 -100px;
	color: #fff;
}

.join-tit.on:after {
	color: #fff;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	line-height: 34px;
}

.join-detail {
	font-size: 14px;
	color: #666;
	padding: 20px;
	display: none;
}

.join-detail-info span {
	padding: 0 10px 5px;
}

.join-detail-tit {
	line-height: 24px;
	margin: 20px 0 2px;
}

.join-detail dd,
.join-detail dt {
	position: relative;
	line-height: 24px;
	padding: 3px 0 3px 18px;
}

.join-detail p {
	line-height: 22px;
	padding: 6px 0 6px 18px;
}

.join-item {
	margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
	.sub-nav {
		display: none;
	}

	.history-swiper {
		margin-top: 20px;
		width: 100%;
	}

	.banner {
		height: 30vw;
	}

	.banner .swiper-pagination-fraction {
		display: none;
	}

	.banner .swiper-pagination {
		right: 0;
		bottom: 1vw;
		top: auto;
		width: 100%;
		text-align: center;
	}

	.banner .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		display: inline-block;
		margin: 0 10px;
	}

	.banner .swiper-pagination-bullet-active {
		background: #005096;
	}

	.banner .swiper-pagination-bullet-active:after {
		display: none;
	}

	.sub-title {
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 10px;
	}

	.about-content {
		padding: 30px;
	}

	.news-swiper {
		padding: 0 10px;
		width: 100%;
		margin-top: 30px;
	}

	.newsmore-list li {
		padding: 15px;
	}

	.newsmore-list li .pic {
		width: 20%;
		padding: 0;
	}

	.newsmore-list li .txt {
		margin: 0 15px;
	}

	.newsmore-list li .tit {
		font-size: 14px;
		line-height: 22px;
	}

	.newsmore-list li .info {
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 10px;
	}

	.newsmore-list li a:after {
		display: none;
	}

	.newsmore-list li .date {
		width: auto;
		margin-top: 0;
	}

	.newsmore-list li .day {
		font-size: 14px;
		line-height: 1.5;
	}

	.newsmore-list li .year {
		font-size: 12px;
		font-weight: normal;
		line-height: 1.5;
		margin-left: 0;
	}

	.newsmore-container {
		padding: 30px 0;
	}

	.honor-banner {
		margin-top: 30px;
	}

	.honor-item {
		padding: 20px;
		display: block;
	}

	.honor-year {
		margin: 0;
	}

	.honor-list li {
		display: block;
	}

	.honor-list li .name {
		width: 100%;
	}

	.join-tab a {
		height: 34px;
		line-height: 34px;
		margin-right: 20px;
		font-size: 14px;
		float: none;
		display: inline-block;
	}

	.join .container {
		padding-top: 30px;
	}

	.join-tab {
		text-align: center;
	}

	.join-tit {
		line-height: 18px;
		padding-top: 7px;
		padding-bottom: 7px;
		height: auto;
		background: #c1c6c9;
	}

	.join-tit:after {
		top: 50%;
		margin-top: -16px;
	}

	.join-tit.on {
		background: #005095;
	}
}

@media screen and (max-width: 480px) {
	.banner .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 3px;
	}

	.about-container {
		padding-top: 30px;
	}

	.about-container>section {
		margin-bottom: 30px;
	}

	.about-content {
		padding: 20px 10px;
	}

	.news-more-btn {
		width: 108px;
		height: 36px;
		font-size: 14px;
		line-height: 36px;
	}

	.news-swiper {
		margin-top: 12px;
	}

	.news-txt {
		padding: 10px;
	}

	.news-info {
		font-size: 12px;
		line-height: 18px;
		margin-top: 6px;
		height: 36px;
	}

	.news-tit {
		font-size: 14px;
		line-height: 22px;
	}

	.news-date {
		font-size: 12px;
		padding-top: 4px;
		margin-top: 10px;
	}

	.news-swiper {
		padding: 0;
	}

	.news-swiper .swiper-slide {
		padding: 8px 0;
	}

	.news-swiper .swiper-container {
		padding: 0 20px;
	}

	.news-swiper .swiper-button-next,
	.news-swiper .swiper-button-prev {
		top: 0;
		height: 100%;
		margin: 0;
		width: 15%;
		pointer-events: none;
	}

	.news-swiper .swiper-button-next {
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9) 70%);
	}

	.news-swiper .swiper-button-prev {
		background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
		display: none;
	}

	.news-swiper .swiper-button-prev.swiper-button-disabled {
		display: none;
	}

	.news-swiper .swiper-slide a:after {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 200%;
		height: 200%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #ddd;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		transform-origin: 0 0;
	}

	.viewpoint-list li a {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.viewpoint-list li {
		background: #f2f2f2;
	}

	.viewpoint-list li .pic {
		width: 100%;
		padding-bottom: 10px;
	}

	.viewpoint-list li .txt {
		margin: 0 15px 0 0;
	}

	.history-swiper {
		padding: 0;
	}

	.history-swiper .swiper-container {
		padding: 0 10px;
	}

	.history-swiper .swiper-button-next,
	.history-swiper .swiper-button-prev {
		top: 0;
		height: 100%;
		margin: 0;
		width: 15%;
		pointer-events: none;
	}

	.history-swiper .swiper-button-next {
		background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .9) 70%);
	}

	.history-swiper .swiper-button-prev {
		background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
		display: none;
	}

	.history-swiper .swiper-button-prev.swiper-button-disabled {
		display: none;
	}

	.history-year {
		font-size: 18px;
		line-height: 560px;
	}

	.history-month {
		height: 560px;
	}

	.history-month:before {
		top: 280px;
	}

	.history-month dd {
		height: 560px;
	}

	.history-month dd .month {
		top: 256px;
		padding-top: 24px;
		font-size: 14px;
	}

	.history-month dd .month:before {
		height: 34px;
		top: -7px;
	}

	.history-month dd .month:after {
		top: 20px;
	}

	.history-month dd .detail {
		bottom: 320px;
	}

	.history-month dd:nth-of-type(2n) .month {
		bottom: 257px;
		padding-bottom: 24px;
	}

	.history-month dd:nth-of-type(2n) .month:before {
		bottom: -8px;
	}

	.history-month dd:nth-of-type(2n) .month:after {
		top: 37px;
	}

	.history-month dd:nth-of-type(2n) .detail {
		top: 320px;
	}

	.honor-swiper {
		height: 60vh;
		padding-bottom: 15px;
	}

	.honor-swiper .swiper-button-prev,
	.honor-swiper .swiper-button-next {
		display: none;
		pointer-events: none;
	}

	.honor-list li .name {
		line-height: 20px;
		margin-bottom: 4px;
	}

	.honor-list li .detail {
		font-size: 12px;
		line-height: 18px;
	}

	.honor-swiper .swiper-scrollbar {
		display: block;
	}

	.honor-item {
		padding: 15px 10px 0;
	}

	.join-tab a {
		width: auto;
		height: 30px;
		line-height: 30px;
		margin-right: 20px;
		padding: 0 15px;
	}

	.join .container {
		padding-top: 20px;
	}

	.join-content {
		margin-top: 10px;
	}

	.join-item {
		margin-bottom: 10px;
	}

	.join-tit {
		font-size: 14px;
		padding-left: 20px;
	}

	.join-tit:after {
		color: #fff;
	}

	.join-detail {
		padding: 15px;
	}

	.join-detail-tit {
		margin-top: 15px;
	}

	.join-detail dd,
	.join-detail dt {
		padding-left: 14px;
	}

	.join-tab a {
		font-size: 12px;
		margin-right: 10px;
	}
}