body {
	background: #fff;
}

/* banner */
.banner img {
	width: 100%;
}

/* 第一部分 */
.part1 {
	padding: 10px;
}

.part1-title {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font: bold 18px/30px '微软雅黑';
	color: #bd0000;
	text-align: center;
	background: url(../images/part_line.jpg) no-repeat center bottom;
}

.part1-detail {
	padding-bottom: 24px;
	font: 400 14px/24px '微软雅黑';
	color: #666666;
	text-align: center;
}

.part1-content {
	display: flex;
	justify-content: center;
}

.part1-li {
	width: 25%;
}

.part1-li a {
	display: block;
	text-align: center;
}

.part1-li i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 64px;
	height: 64px;
	margin: 0 auto;
	border: 1px solid #bd0000;
	border-radius: 50%;
}

.part1-li .ch {
	padding-top: 10px;
	font: 400 14px/18px '微软雅黑';
	color: #bd0000;
}

.part1-li .en {
	font: 400 12px/18px '微软雅黑';
	color: #999999;
	text-transform: uppercase;
}

@media (min-width: 1200px) {
	.part1 {
		padding: 70px 0;
	}

	.part1-title {
		margin-bottom: 30px;
		padding-bottom: 10px;
		font: bold 36px/48px '微软雅黑';
		opacity: 0;
		letter-spacing: 10px;
	}

	.part1-detail {
		width: 1200px;
		margin: 0 auto;
		padding-bottom: 64px;
		font: 400 18px/30px '微软雅黑';
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}

	.part1-content {
		width: 800px;
		margin: 0 auto;
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}

	.part1-li {
		height: 140px;
	}

	.part1-li i {
		width: 84px;
		height: 84px;
		transition: 1s;
	}

	.part1-li .ch {
		font: 400 16px/24px '微软雅黑';
		transition: 0.6s;
	}

	.part1-li .en {
		transition: 0.6s;
	}

	.part1-li a:hover i {
		transform: rotate(360deg);
	}

	.part1-li a:hover .ch {
		margin-bottom: -42px;
		padding-top: 24px;
	}

	.part1-li a:hover .en {
		margin-top: -18px;
	}

	/* 动画 */
	.part1-title.animated_visible {
		letter-spacing: 5px;
		opacity: 1;
		transition: 0.6s 0.4s;
	}

	.part1-detail.animated_visible {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: 0.6s 0.6s;
	}

	.part1-content.animated_visible {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: 0.6s 0.8s;
	}
}


/* 第2部分 */
.part2 {
	position: relative;
	padding: 10px;
	background: url(../images/part2_bg.jpg) no-repeat right bottom/cover;
}

.part2-ewm {
	display: none;
}

.part2-half {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.part2-li {
	width: 50%;
	padding: 5px 10px;
}

.part2-li:nth-child(2n) {
	text-align: right;
}

.part2-li a {
	color: #000000;
	background: no-repeat 0 bottom;
}

.part2-li .ch {
	display: block;
	width: 100%;
	padding: 2px 0;
	font: 400 18px/1 '微软雅黑';
	background: url(../images/circle.png) no-repeat 0 80px;
}

.part2-li .en {
	font: 400 12px/1 '微软雅黑';
	text-transform: uppercase;
}


@media (min-width: 1200px) {
	.part2 {
		padding-top: 94px;
		background-position: center bottom;
		background-size: auto;
	}

	.part2-ewm {
		display: block;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -88px;
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}

	.part2-ewm p {
		margin-top: 4px;
		font: 400 16px/36px '微软雅黑';
		color: #000;
		text-align: center;
		background: #fff;
	}

	.part2-content {
		display: flex;
		justify-content: space-between;
		height: 436px;
		width: 1200px;
		margin: 0 auto;
		padding-left: 140px;
		opacity: 0;
		transform: scale(0.4);
	}

	.part2-half {
		display: flex;
		width: 380px;
	}

	.part2-li {
		padding: 0;
	}

	.part2-li a {
		display: flex;
		justify-content: center;
		height: 280px;
		padding-top: 120px;
		transition: 0.6s;
	}

	.part2-li .ch {
		width: 50px;
		padding: 0 14px 45px 12px;
		font: 400 24px/1 '微软雅黑';
		background: url(../images/circle.png) no-repeat 0 80px;
	}

	.part2-li .en {
		width: 140px;
		text-align: left;
		transform: rotate(90deg);
		transform-origin: 0 0;
	}

	.part2-li a:hover {
		padding-top: 90px;
		background-image: url(../images/arrow.png);
		background-position: 11px bottom;
	}

	/* 动画 */
	.part2-ewm.animated_visible {
		opacity: 1;
		transform: translate3d(0, 0, 0);
		transition: 0.6s 0.5s;
	}

	.part2-content.animated_visible {
		opacity: 1;
		transform: scale(1);
		transition: 0.6s 1s;
	}
}


/* 广告 */
.part-ad {
	display: flex;
	align-items: center;
	padding: 30px 10px;
	background: url(../images/ad.jpg) no-repeat center center/cover;
}

.part-ad p {
	font: 400 14px/24px '微软雅黑';
	color: #00488c;
}

@media (min-width: 1200px) {
	.part-ad {
		height: 130px;
		padding: 0 0 0 25%;
		background-size: auto;
	}

	.part-ad p {
		font: 400 16px/36px '微软雅黑';
	}
}


/* 第3部分 */
.part3 {
	background: #fff;
}

.part3-title {
	padding: 10px 0 5px;
	font: 400 18px/30px '微软雅黑';
	color: #bd0000;
	text-align: center;
}

.part3-detail {
	padding-bottom: 18px;
	font: 400 14px/18px '微软雅黑';
	text-align: center;
	background: url(../images/part_line.jpg) no-repeat center bottom;
}

.part3-content {
	position: relative;
	margin-top: 20px;
}

.part3-left {
	height: 210px;
	background: #eee;
}

.part3-left ul {
	display: flex;
	flex-wrap: wrap;
	height: 100%;

}

.part3-left ul li {
	width: 100%;
	padding: 1px 0;
}

.part3-left ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.7);
}

.part3-li-title {
	width: 230px;
	padding-left: 80px;
	background: no-repeat 0 center;
}

.part3-li-title .ch {
	display: block;
	font: 400 18px/24px '微软雅黑';
}

.part3-li-title .en {
	display: block;
	font: 400 12px/18px '微软雅黑';
	text-transform: uppercase;
}

.part3-left ul li:nth-child(1) .part3-li-title {
	background-image: url(../images/part3_icon1.png);
}

.part3-left ul li:nth-child(1) a:hover .part3-li-title {
	background-image: url(../images/part3_icon1a.png);
}

.part3-left ul li:nth-child(2) .part3-li-title {
	background-image: url(../images/part3_icon2.png);
}

.part3-left ul li:nth-child(2) a:hover .part3-li-title {
	background-image: url(../images/part3_icon2a.png);
}

.part3-left ul li:nth-child(3) .part3-li-title {
	background-image: url(../images/part3_icon3.png);
}

.part3-left ul li:nth-child(3) a:hover .part3-li-title {
	background-image: url(../images/part3_icon3a.png);
}

.part3-left ul li:nth-child(4) .part3-li-title {
	background-image: url(../images/part3_icon4.png);
}

.part3-left ul li:nth-child(4) a:hover .part3-li-title {
	background-image: url(../images/part3_icon4a.png);
}

.part3-left ul li a:hover {
	color: #fff;
	background: rgba(189, 0, 0, 0.8);
}

.part3-content {
	background: #000;
}

.part3-top img {
	width: 100%;
}

.part3-right {
	position: absolute;
	z-index: 10;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 120px;
	transform: translate3d(0, -10px, 0);
}

.part3-thumbs {
	height: 100%;
}

.part3-right .swiper-slide {
	font: 400 12px/18px '微软雅黑';
	color: #000;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	cursor: pointer;
}

.part3-right .swiper-slide-thumb-active {
	color: #fff;
	background: rgba(189, 0, 0, 0.8);
}

@media (min-width: 1200px) {
	.part3-title {
		padding: 64px 0 24px;
		font: 400 36px/48px '微软雅黑';
		color: #bd0000;
		text-align: center;
	}

	.part3-detail {
		padding-bottom: 30px;
		font: 400 16px/24px '微软雅黑';
		text-align: center;
		background: url(../images/part_line.jpg) no-repeat center bottom;
	}

	.part3-content {
		position: relative;
		margin-top: 60px;
	}

	.part3-left {
		position: absolute;
		z-index: 99;
		left: 0;
		top: 0;
		height: 100%;
		background: none;
	}

	.part3-left ul {
		width: 360px;
	}

	.part3-li-title {
		width: 230px;
		padding-left: 80px;
	}

	.part3-li-title .ch {
		font: 400 24px/30px '微软雅黑';
	}

	.part3-right {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 50%;
		width: 175px;
		height: auto;
		transform: translate3d(0, -50%, 0);
	}

	.part3-right .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
		font: 400 30px/1 '微软雅黑';
	}
}


/* 第四部分 */
.part4 {
	position: relative;
	padding: 10px;
	background: #f6f6f6 url(../images/part4_bg.png) no-repeat 0 center;
}

.part4-name {
	display: none;
}

.part4-left {
	padding: 20px 0;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.7);
}

.part4-title {
	padding-top: 10px;
	padding-bottom: 10px;
	font: bold 18px/24px '微软雅黑';
	background: url(../images/part_line_w.jpg) no-repeat center bottom;
}

.part4-en {
	padding: 10px 0;
	font: bold 16px/24px '微软雅黑';
	text-transform: uppercase;
}

.part4-left-hello {
	padding-top: 10px;
	font: 400 18px/24px '微软雅黑';
}

.part4-left-more {
	width: 150px;
	margin: 20px auto 0;
	font: 400 14px/30px '微软雅黑';
	border: 1px solid #fff;
}

.part4-left-more a {
	color: #fff;
}

.part4-right ul {
	padding: 5px 0;
}

.part4-right ul li {
	padding: 5px 0;
}

.part4-right ul li a {
	display: flex;
}

.new-li-img {
	flex-shrink: 0;
	width: 150px;
}

.new-li-img img {
	width: 100%;
	height: 120px;
	overflow: hidden;
}

.new-li-right {
	padding-left: 10px;
}

.new-li-title {
	height: 96px;
	overflow: hidden;
	font: 400 16px/24px '微软雅黑';
	color: #000000;
}

.new-li-p {
	display: none;
}

.new-li-time {
	width: 84px;
	margin-top: 5px;
	font: 400 14px/18px '微软雅黑';
	color: #fff;
	text-align: center;
	background: #3b3b3b;
}

@media (min-width: 1200px) {
	.part4 {
		padding: 84px 0;
		background: #f6f6f6 url(../images/part4_bg.png) no-repeat 0 center;
	}

	.part4-name {
		display: block;
		position: absolute;
		right: 2%;
		top: 50%;
		width: 20px;
		font: 400 16px/18px '微软雅黑';
		color: #000;
		transform: translate3d(0, -50%, 0);
	}

	.part4-main {
		display: flex;
		align-content: space-between;
		width: 1280px;
		margin: 0 auto;
		background: url(../images/part_line_w.jpg) no-repeat right 0/80% 100%;
	}

	.part4-left {
		width: 360px;
		margin: 60px 0;
		padding: 0;
	}

	.part4-title {
		padding-top: 85px;
		padding-bottom: 15px;
		font: bold 36px/42px '微软雅黑';
	}

	.part4-en {
		padding: 8px 0;
		font: bold 18px/24px '微软雅黑';
	}

	.part4-left-hello {
		padding-top: 120px;
		font: 400 24px/36px '微软雅黑';
	}

	.part4-left-more {
		width: 180px;
		margin: 60px auto 0;
		font: 400 16px/36px '微软雅黑';
	}

	.part4-right {
		width: 860px;
		padding-left: 30px;
	}

	.part4-right-box {
		padding: 60px 0;
	}

	.marquee {
		position: relative;
		height: 630px;
		overflow: hidden;
	}

	.part4-right ul {
		position: absolute;
		left: 0;
		top: 0;
	}

	.part4-right ul li {
		padding: 30px 0;
	}

	.part4-right ul li a {
		display: flex;
	}

	.new-li-img {
		width: 200px;
	}

	.new-li-img img {
		height: 150px;
	}

	.new-li-right {
		width: 650px;
		padding-left: 20px;
	}

	.new-li-title {
		height: auto;
		padding-top: 15px;
		font: 400 18px/30px '微软雅黑';
	}

	.new-li-p {
		display: block;
		height: 48px;
		overflow: hidden;
		margin: 10px 0;
		font: 400 14px/24px '微软雅黑';
		color: #000000;
	}

	.new-li-time {
		width: 84px;
		font: 400 14px/18px '微软雅黑';
	}

	.part4-right ul li a:hover .new-li-title {
		color: #bd0000;
	}

	.part4-right ul li a:hover .new-li-time {
		background: #bd0000;
	}
}

@media (min-width: 1480px) {
	.part4-name {
		right: 5%;
	}
}


/* 第五部分 */
.part5 {
	padding: 20px 10px;
	background: #fff url(../images/public_bg.jpg) no-repeat center bottom/100%;
}

.part5-title {
	padding: 10px 0 0;
	font: 400 18px/30px '微软雅黑';
	color: #bd0000;
	text-align: center;
}

.part5-detail {
	padding-bottom: 15px;
	font: 400 14px/24px '微软雅黑';
	color: #666666;
	text-align: center;
	background: url(../images/part_line.jpg) no-repeat center bottom;
}

.part5-number {
	text-align: center;
}

.part5-number-box {
	display: inline-block;
}

.part5-number span {
	display: block;
	width: 100%;
	text-align: right;
	font: 400 14px/24px '微软雅黑';
	color: #000;
}

.part5-number p {
	font: 400 20px/30px '微软雅黑';
	color: #bd0000;
}

.part5-say {
	padding: 20px 0 20px;
	font: 400 14px/24px '微软雅黑';
	color: #000;
	letter-spacing: 10px;
	text-align: center;
}

.part5-bottom {}

.part5-logo {
	padding: 20px 0;
	text-align: center;
}

.part5-logo img {
	width: 60%;
}

.part5-info {
	padding-left: 10px;
	font: 400 14px/24px '微软雅黑';
	color: #000;
}

@media (min-width: 1200px) {
	.part5 {
		height: 825px;
		padding-top: 84px;
		background: url(../images/public_bg.jpg) no-repeat center 0;
	}

	.part5-title {
		padding: 10px 0 24px;
		font: 400 42px/54px '微软雅黑';
		color: #bd0000;
		text-align: center;
	}

	.part5-detail {
		padding-bottom: 20px;
		font: 400 18px/30px '微软雅黑';
		color: #666666;
		text-align: center;
		background: url(../images/part_line.jpg) no-repeat center bottom;
	}

	.part5-number {
		text-align: center;
	}

	.part5-number-box {
		display: inline-block;
	}

	.part5-number span {
		display: block;
		width: 100%;
		text-align: right;
		font: 400 16px/30px '微软雅黑';
		color: #000;
	}

	.part5-number p {
		font: 400 42px/54px '微软雅黑';
		color: #bd0000;
	}

	.part5-say {
		padding: 40px 0 120px;
		font: 400 18px/30px '微软雅黑';
		color: #000;
		letter-spacing: 10px;
		text-align: center;
	}

	.part5-bottom {
		display: flex;
		justify-content: center;
	}

	.part5-logo {
		padding: 0;
	}

	.part5-logo img {
		width: auto;
	}

	.part5-info {
		padding-left: 10px;
		font: 400 18px/30px '微软雅黑';
		color: #000;
	}
}