.show {
	padding: 58px 0;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.show:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	margin-left: -100px;
	background: #f8f8f8;
}

.show article {
	position: relative;
	z-index: 8;
}

.show-image {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50%;
	padding-right: 160px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-o-box-pack: center;
	box-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-o-box-align: center;
	box-align: center;
}

.show-content {
	float: right;
	width: 50%;
}

.show-content>div {
	margin-left: -28px;
}

.show-content>div>h4 {
	font-size: 38px;
	line-height: 1;
	color: #989898;
}

.show-content>div>h3 {
	font-size: 28px;
}

.show-content>div>h2 {
	font-size: 32px;
	margin-top: 58px;
}

.show-content>div>h2>b {
	margin-right: 8px;
	color: #f20f0f;
}

.show-content>div>h1 {
	font-size: 26px;
	margin-top: 8px;
	font-weight: normal;
}

.show-content>div>aside {
	font-size: 15px;
	margin-top: 18px;
	padding-top: 18px;
	border-top: 1px solid #e8e8e8;
	color: #686868;
}

.show-content>div>aside>p+p {
	margin-top: 8px;
}

.show-contact {
	margin-top: 38px;
}

.show-contact>p {
	font-size: 16px;
	margin-bottom: 8px;
}

.show-contact>a {
	display: inline-block;
	position: relative;
	color: #fff;
	border-radius: 40px;
	overflow: hidden;
	border: 2px solid #f20f0f;
	background: #f20f0f;
}

.show-contact>a:after {
	position: absolute;
	left: 100%;
	top: 100%;
	content: '';
	width: 0;
	height: 0;
	border-radius: 50%;
	transition: 0.6s;
	transform: translate(-50%, -50%);
	background: #fff;
}

.show-contact>a>i {
	float: left;
	position: relative;
	z-index: 2;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	transition: 0.6s;
	font-size: 18px;
	margin: 2px;
	border-radius: 40px;
	background: #fff;
	color: #f20f0f;
}

.show-contact>a>u {
	float: left;
	position: relative;
	z-index: 1;
	font-size: 16px;
	text-decoration: none;
	line-height: 40px;
	height: 40px;
	padding: 0 28px 0 16px;
}

.show-contact>a:hover {
	color: #f20f0f;
}

.show-contact>a:hover>i {
	color: #fff;
	animation: szu 2s infinite;
	background: #f20f0f;
}

.show-contact>a:hover:after {
	width: 300px;
	height: 300px;
}

@media(max-width:1200px) {
	.show {
		padding: 38px 0;
	}

	.show-image {
		padding-right: 140px;
	}

	.show-content>div {
		margin-left: -78px;
	}
}

@media(max-width:992px) {
	.show:before {
		display: none;
	}

	.show-image {
		position: relative;
		top: auto;
		bottom: auto;
		width: auto;
		padding-right: 0;
	}

	.show-content {
		float: none;
		width: auto;
		margin-top: 18px;
	}

	.show-content>div {
		margin-left: 0;
	}

	.show-content>div>h2 {
		margin-top: 28px;
	}

	.show-contact {
		margin-top: 28px;
	}
}

@media(max-width:767px) {
	.show {
		padding: 18px 0;
	}

	.show-content>div>h4 {
		font-size: 26px;
	}

	.show-content>div>h3 {
		font-size: 22px;
	}

	.show-content>div>h2 {
		font-size: 24px;
	}

	.show-content>div>h1 {
		font-size: 20px;
		margin-top: 4px;
	}

	.show-content>div>aside {
		font-size: 14px;
		margin-top: 12px;
		padding-top: 12px;
	}

	.show-contact>p {
		font-size: 15px;
	}
}

.bound {
	padding: 88px 0;
	color: #fff;
	text-align: center;
	font-size: 28px;
	background: url('../images/150031444.jpg') center #000;
	background-size: cover;
}

.bound p+p {
	margin-top: 12px;
}

@media(max-width:1200px) {
	.bound {
		padding: 58px 0;
		font-size: 22px;
	}
}

@media(max-width:767px) {
	.bound {
		padding: 28px 0;
		font-size: 18px;
	}
}

.honor {
	padding: 58px 0;
	overflow: hidden;
	position: relative;
	background: #fff;
	overflow: hidden;
}

.honor-title {
	font-size: 28px;
}

.honor-title>h4 {
	display: block;
	font-size: 38px;
	line-height: 1;
	color: #989898;
}

.honor-title>h3 {
	display: block;
	font-size: 28px;
}

.honor-title:after {
	display: block;
	width: 48px;
	height: 4px;
	content: '';
	margin-top: 4px;
	background: #f20f0f;
}

.honor-swiper {
	display: block;
	margin: 28px -18px 0 -18px;
	position: relative;
	overflow: hidden;
}

.honor-outer {
	width: 10000%;
}

.honor-outer:after {
	display: block;
	content: '';
	clear: both;
}

.honor-item {
	float: left;
	width: 0.25%;
	padding: 18px;
}

.honor-item span {
	display: block;
	background: #f8f8f8;
	padding: 1px;
	width: 100%;
	height: 380px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -o-box;
	display: box;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-o-box-pack: center;
	box-pack: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-o-box-align: center;
	box-align: center;
}

.honor-item span>img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.honor-prev,
.honor-next {
	position: absolute;
	z-index: 8;
	top: 50%;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-top: -18px;
	background: rgba(0, 0, 0, 0.28);
	cursor: pointer;
	opacity: 0;
	transition: 0.3s;
}

.honor-swiper:hover .honor-prev,
.honor-swiper:hover .honor-next {
	opacity: 1;
}

.honor-prev i,
.honor-next i {
	color: #fff;
	font-size: 48px;
}

.honor-prev:hover i,
.honor-next:hover i {
	color: #f20f0f;
}

.honor-prev {
	left: 0;
}

.honor-next {
	right: 0;
}

@media(max-width:1200px) {
	.honor {
		padding: 38px 0;
	}

	.honor-swiper {
		margin: 28px -8px 0 -8px;
	}

	.honor-item {
		padding: 8px;
	}

	.honor-item span {
		height: 280px;
	}
}

@media(max-width:992px) {
	.honor-item {
		width: 0.3333%;
	}
}

@media(max-width:767px) {
	.honor {
		padding: 18px 0;
	}

	.honor-title>h4 {
		font-size: 26px;
	}

	.honor-title>h3 {
		font-size: 22px;
	}

	.honor-swiper {
		margin: 18px 0 0 0;
	}

	.honor-item {
		width: 1%;
	}
}