﻿@charset "utf-8";

/* CSS Document */
.section {
	margin: 80px auto;
	width: 1200px;
	overflow: hidden;
}

.mod a {
	color: #444;
	transition: .5s;
}

.mod a:hover {
	color: #0237ea;
}

.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}

.mod .topic a {
	color: #555;
}

.mod .topic a:hover {
	color: #0237ea;
}

.mod .caption {
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}

.mod .caption a {
	display: block;
}

.mod .inner-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(51, 51, 51, .7)
}

.mod .inner-caption a {
	color: #eee;
}

.mod .inner-caption a:hover {
	color: #666;
}

.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
}

.section-title {
	height: 50px;
	line-height: 50px;
	text-indent: 1rem;
	font-size: 22px;
	color: #fff;
	/*background:linear-gradient(to right,#0237ea 0%,#2f1078 100%);*/
	background-color: rgba(204, 204, 204, .3);
	_position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #f36e73;
}

.section-title em {
	font-style: normal;
	font-weight: 700;
	color: #333;
}

.section-title .more {
	float: right;
	_position: absolute;
	_right: 0;
	_top: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	color: #333;
	font-size: 16px;
	text-indent: 0;
	transition: .3s;
}

.section-title .more:hover {
	background-color: rgba(0, 153, 255, .2);
	color: #0237ea;
	transition: .3s;
}

/* page height begin */
#percentageCounter {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#percentageCounter h1 {
	font-size: 14px;
	color: rgba(51, 51, 51, .2);
	font-weight: 100;
}

/* page height end */

/* top-bar begin */
.top-bar {
	height: 49px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(51, 51, 51, .2);
	overflow: hidden;
}

.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}

.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}

.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}

.top-bar li:last-of-type::after {
	content: " ";
}

.top-bar .item {
	line-height: 50px;
	font-size: 14px;
}

.top-bar .item a {
	padding: 0 7px;
}

.top-bar .home-site-link {
	color: black;
}

.top-bar a {
	color: #1a1a1a;
}

.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}

/* top-bar end */

/* 背景图区域 begin */
.phd {
	margin-top: 50px;
	height: 650px;
}

#page-pc-header {
	display: none;
}

.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

/* 背景图区域 end */

/* nav begin */
.nav {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: #0237ea url("nav_bg.png") center center no-repeat;
	background-size: cover;
	margin-bottom: 50px;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 50px;
}

.nav-ul {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.nav-ul li {
	text-align: center;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAATCAYAAABRC2cZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJENEJBQzY1QTQ1MDExRTg5QjkyRTFCMDMzOUQ2OERCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJENEJBQzY2QTQ1MDExRTg5QjkyRTFCMDMzOUQ2OERCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkQ0QkFDNjNBNDUwMTFFODlCOTJFMUIwMzM5RDY4REIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkQ0QkFDNjRBNDUwMTFFODlCOTJFMUIwMzM5RDY4REIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz66LoDIAAAAFUlEQVR42mL4//9/HBMDENCEAAgwAD5vA4CjvAC3AAAAAElFTkSuQmCC") left center no-repeat;
	padding: 0 7px;
	font-size: 20px;
	position: relative;
	color: #fff;
	transition: .2s all linear;
	cursor: pointer;
}

.nav-ul li:first-child {
	background: none;
}

.nav-ul li a {
	display: block;
	color: #fff;
	font-size: 20px;
}

.nav-ul li::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 7px;
	left: 50%;
	width: 0;
	height: 100%;
	border-bottom: 3px solid;
	transition: .2s all linear;
}

.nav-ul li:hover::before {
	width: 100%;
	top: 7px;
	left: 0;
	transition-delay: .1s;
	/*过渡延迟*/
	border-bottom-color: #0237ea;
}

.nav-ul li:hover~li::before {
	left: 50%;
}

/* nav end */

/* section-2 begin */
.section-2 {
	/* width:100%;*/
	background-color: #f3f3f3;
	margin: 0 auto;
}

.section-2 .unit {
	font-size: 0;
	+word-spacing: -1px;
	width: 1200px;
	margin: 0 auto;
}

.section-2 .section-caption,
.section-2 .marquee {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-2 .marquee {
	width: 1050px;
	height: 50px;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
}

.section-2 .section-caption {
	width: 120px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	background-color: #0237ea;
}

.section-2 .section-caption a {
	color: #fff;
}

.section-2 .section-caption a:hover {
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
}

.section-2 .mod-list li {
	position: relative;
}

.section-2 .mod-list li::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	/*border-radius:50%;box-shadow:0 0 0 5px #fff;*/
	background: #0237ea;
	position: absolute;
	left: 0;
	top: 23px;
}

.section-2 .marquee .mod-list .item {
	line-height: 50px;
	padding-right: 20px;
	font-size: 16px;
	text-indent: 15px;
}

.section-2 .marquee .str_wrap {
	background: #f3f3f3;
}

/* 滚动js自带css */
/* section-2 end */

/* section-3 begin */
.section-3 {
	margin: 40px auto;
}

.section-3 .title {
	width: 98.5%;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 40px;
	font-weight: 700;
	color: #333;
	text-align: center;
	letter-spacing: -1.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-3 .title a {
	color: #333;
	padding: 0 15px 5px;
}

.section-3 .title:hover {
	color: #fff;
}

.section-3 .title:hover a {
	color: #fff;
	background-color: #0237ea;
}

.section-3 .note {
	color: #999;
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
	display: none;
}

.section-3 .note a {
	color: #999;
}

.section-3 .note a:hover {
	color: #666;
}

/* section-3 end */

/* section-5 begin */
.section-5 .native-tabs {
	font-size: 0;
	+word-spacing: -1px;
	position: relative;
}

.section-5 .tab-hds,
.section-5 .tab-bd {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-5 .tab-hds {
	width: 440px;
	background-color: #f6f6f6;
	padding: 50px 5px 50px 30px;
	position: absolute;
	top: 0;
	right: 0;
}

.section-5 .tab-hds .current {
	border-color: #0237ea;
}

.section-5 .tab-hd {
	float: left;
	border: 4px solid #f6f6f6;
	width: calc(100%/3 - 4px * 2 - 15px);
	margin-right: 15px;
	margin-bottom: 15px;
	overflow: hidden;
}

.section-5 .tab-hd:nth-child(3n+3) {
	margin-right: 0;
}

.section-5 .mod-tile {
	width: 100%;
	margin: 0;
	position: inherit;
	/*配合mb版*/
}

.section-5 .mod-tile .media img {
	width: 106px;
	height: 142px;
}

.section-5 .tab-bd {
	width: 740px;
	background-color: #0237ea;
	padding-top: 100px;
	padding-bottom: 100px;
	margin-left: 20px;
	display: none;
}

.section-5 .mod-card {
	*zoom: 1;
}

.section-5 .mod-card::before,
.section-5 .mod-card::after {
	content: "";
	display: table;
}

.section-5 .mod-card::after {
	clear: both;
}

.section-5 .mod-card .media a {
	float: left;
	width: 355px;
	margin-right: 35px;
	margin-left: -60px;
}

.section-5 .mod-card .media img {
	width: 355px;
	height: 475px;
}

.section-5 .mod-card .topic {
	padding-top: 40px;
	padding-right: 30px;
	font-size: 30px;
	color: #fff;
	height: auto;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
}

.section-5 .mod-card .sub-topic {
	margin-top: 30px;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	overflow: hidden;
}

.section-5 .mod-card .sub-topic span {
	position: absolute;
	width: 70px;
	height: 3px;
	margin-top: 10px;
	display: block;
	background: #fff;
}

.section-5 .mod-card .sub-topic span::before {
	content: "boao";
	font-size: 12px;
	font-weight: 400;
	padding-top: 10px;
	text-transform: uppercase;
	display: table;
	text-indent: initial;
}

.section-5 .mod-card .topic a {
	color: #fff;
}

.section-5 .mod-card .abstract {
	margin-top: 60px;
	padding-right: 40px;
	font-size: 14px;
	line-height: 1.8;
	color: #fff;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.section-5 .mod-card .abstract a {
	color: #fff;
}

/* section-5 end */

/* section-6 begin */
.section-6 .slimScrollDiv {
	padding-right: 50px;
}

.section-6 .item-area {
	padding-bottom: 50px;
}

.section-6 .item-area .item-title {
	padding-bottom: 30px;
}

.section-6 .item-area .item-title h2 {
	color: #333;
	line-height: 1.4;
	font-size: 30px;
	font-weight: 700;
	text-align: justify;
}

.section-6 .item-area .item-title h2 a {
	color: #333;
}

.section-6 .item-area .item-title h2 a:hover {
	color: #0237ea;
}

.section-6 .item-area .item-title h2::after,
.section-6 .item-area .item-title h2::before {
	content: "";
	display: inline-block;
	width: 20px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
}

.section-6 .item-area .item-title h2::before {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MzMyNTY3MkVCOEQxMUU4QjhCQUQ4NjNGODMzQjg0MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1N0Q3NDIyOEVCOTAxMUU4QjhCQUQ4NjNGODMzQjg0MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzMzI1NjcwRUI4RDExRThCOEJBRDg2M0Y4MzNCODQyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgzMzI1NjcxRUI4RDExRThCOEJBRDg2M0Y4MzNCODQyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AOyhNgAAARxJREFUeNpivHfvXjMDA0MeEP8EYkYGBACxWYF4GRBnQsWmA3EUEP8G4v9IakFsdiCezAIk+IGYjwE3EEViixBQy88EJL4z4AefkdhfCKj9zoTmTWyAEQcbq1omBioDYgz8T6qB/0mw9D8xXuYmoEEEic1NwEB+ULJ5hhboJ4C4A4ilgJgZiG8gyb9CM2APEM8CYgEgZgPiC4zAhK0MZJyFpkcQuAbE2jhcoAXE56GaQeCioqKiAXr43IXagqypC4eBIMsWIfH179+/X4stwGcC8Rsk8VgglsFh6AQg/oXEzwAaKoBuIMiVy5EUSQBxOQ4Dr6K5EhTW9diSxGRoBHwC4o9A7AXEsjgMnQLET6BqQVnTBehKcZAEQIABAI1rO7ast6bYAAAAAElFTkSuQmCC");
	margin-right: 15px;
	background-position: 0 0;
}

.section-6 .item-area .item-title h2::after {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1N0Q3NDIyQkVCOTAxMUU4QjhCQUQ4NjNGODMzQjg0MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1N0Q3NDIyQ0VCOTAxMUU4QjhCQUQ4NjNGODMzQjg0MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU3RDc0MjI5RUI5MDExRThCOEJBRDg2M0Y4MzNCODQyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU3RDc0MjJBRUI5MDExRThCOEJBRDg2M0Y4MzNCODQyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ARlqQAAAAS1JREFUeNqUkj1LBDEURZOwKguuCorKosh0YuNXI9haidjaWgiCKOi/sfc/WFnY22ihjTiNIshuoQsWKjqeB2/hEWc27oUzvExuXu4k4/M8d2gKLmAOCujAFty4v5qFSxgHD8+wnWXZvUwGNb1owwaMwAwcunI9wjmMqncejrqTXhOKxuAWmjr+hBV9F0s2vIJpHbdhjZQPwZhe4dSMB+G4IuUTnJnxBOzHCbu6hkWTchnuKhpL+gWt32C1xmMdlnSxpGxFKQ/MeW7omX3rZXSMV850Rxruwp6r1qSpT2Azmi/0tkXNoFF76d3U7ZJ5b71Bd+glu+An5Q2uP/mUod+G7j8NU59cVNSlXmlYT5iGTd1IeOs1vWX5nz6iM5J6ILrZlnq/SpIPSa9fAQYAWE5BaPy9c1IAAAAASUVORK5CYII=");
	margin-left: 15px;
	background-position: 100% 100%;
}

.section-6 .item-area .item-title span {
	color: #999;
	line-height: 1.4;
	font-size: 18px;
	font-weight: 400;
	display: block;
	text-align: right;
	display: none;
}

.section-6 .item-area .item-con .abstract {
	font-size: 16px;
	line-height: 2;
	color: #5f5f5f;
	text-align: justify;
}

.section-6 .item-area .item-con .media {
	width: 90%;
	margin: 0 auto;
}

.section-6 .item-area .item-con .media img {
	margin: 0 auto 20px;
	max-width: 100%;
	height: auto;
}

/* section-6 end */

/* section-8 begin */
/* .section-8 .col-1 {
	height: 380px;
	margin-bottom: 30px;
	background: #f7f7f7 url("fenlt_bg.jpg") 0 0 no-repeat;
	background-size: contain;
}

.section-8 .col-1 .mod-tile i {
	padding: 20px 0;
	display: block;
}
.section-8 .col-1 .mod-tile .media img {
	float: right;
	width: 655px;
	height: 380px;
}

.section-8 .col-1 .mod-tile .caption {
	background-color: #0237ea;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	padding: 30px 25px;
	position: relative;
}

.section-8 .col-1 .mod-tile .caption::before {
	content: "boao";
	position: absolute;
	top: 50%;
	right: 5%;
	color: rgba(255, 255, 255, .1);
	text-transform: uppercase;
	display: table;
	width: 120px;
	margin-top: -57px;
	z-index: 1;
	font-size: 100px;
	font-family: "Times New Roman";
	font-weight: bolder;
}

.section-8 .col-1 .mod-tile .caption a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-8 .col-1 .mod-tile .abstract {
	margin-top: 20px;
	color: #777;
	padding-left: 30px;
	padding-right: 30px;
}

.section-8 .col-1 .mod-tile .abstract span {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.section-8 .col-2 {
	position: relative;
}

.section-8 .col-2 .swiper-slide {
	background-color: #0237ea;
}

.section-8 .col-2 .mod-card {
	*zoom: 1;
}

.section-8 .col-2 .mod-card::before,
.section-8 .col-2 .mod-card::after {
	content: "";
	display: table;
}

.section-8 .col-2 .mod-card::after {
	clear: both;
}

.section-8 .col-2 .mod-card .media img {
	float: left;
	width: 260px;
	height: 180px;
	margin-right: 40px;
}

.section-8 .col-2 .mod-card .topic {
	float: left;
	width: 270px;
	font-size: 20px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	font-weight: 700;
	color: #fff;
	line-height: 1.8;
	height: auto;
	padding: 35px 30px 0 0;
	margin-right: 30px;
	position: relative;
}

.section-8 .col-2 .mod-card .topic::before {
	content: "";
	position: absolute;
	top: 30%;
	right: 0;
	width: 2px;
	height: 70%;
	border-right: 1px #fff dashed;
}

.section-8 .col-2 .mod-card .topic a {
	color: #fff;
}

.section-8 .col-2 .mod-card .abstract {
	width: 450px;
	font-size: 14px;
	line-height: 2;
	-webkit-line-clamp: 4;
	text-align: justify;
	color: #fff;
	padding-top: 35px;
}

.section-8 .col-2 .swiper-pagination-fraction {
	bottom: 50px;
	right: 20px;
	left: auto;
	width: auto;
	color: #fff;
	font-weight: lighter;
	font-size: 40px;
	letter-spacing: -5px;
}

.section-8 .col-2 .swiper-pagination-fraction .swiper-pagination-current {
	font-size: 40px;
	color: rgba(255, 167, 0, 1);
	letter-spacing: 0;
}

.section-8 .col-2 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
	letter-spacing: 0;
}

.section-8 .col-2 .swiper-button-prev,
.section-8 .col-2 .swiper-button-next {
	background-color: rgba(237, 172, 48, 1);
	width: 30px;
	height: 30px;
	margin-top: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 25%;
	top: inherit;
	bottom: 10px;
}

.section-8 .col-2 .swiper-button-prev {
	left: inherit;
	right: 40px;
}

.section-8 .col-2 .swiper-button-next {
	right: 10px;
}

.section-8 .col-2 .swiper-button-prev:hover,
.section-8 .col-2 .swiper-button-next:hover {
	background-color: rgba(237, 172, 48, .7);
} */

/* section-8 end */

/* section-8 begin */
.section-8 {
	font-size: 0;
	+word-spacing: -1px;
}

.section-8 .col-1,
.section-8 .col-2 {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-8 .col-1 {
	width: 655px;
	height: 380px;
	overflow: hidden;
	position: relative;
}

.section-8 .col-1 .pic img {
	width: 100%;
}

.section-8 .col-1 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, .7);
	color: #fff;
	padding: 10px 75px 10px 20px;
	line-height: 1.6;
	display: none;
}

.section-8 .col-1 .title span.b-title {
	display: block;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-8 .col-1 .title span.b-title a {
	color: #fff;
}

.section-8 .col-1 .title span.b-txt {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: none;
}

.section-8 .col-1 .title span.a-more {
	color: #0237ea;
	display: none;
}

.section-8 .col-1 .title span.b-title a:hover,
.section-8 .col-1 .title span.a-more a:hover {
	color: #0237ea;
	transition: all .4s ease-in-out;
}

.section-8 .col-1 .swiper-pagination-fraction {
	bottom: 3px;
	right: 10px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}

.section-8 .col-1 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-8 .col-1 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-8 .col-1 .swiper-button-prev,
.section-8 .col-1 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-8 .col-1 .swiper-button-prev {
	left: 0;
}

.section-8 .col-1 .swiper-button-next {
	right: 0;
}

.section-8 .col-1 .swiper-button-prev:hover,
.section-8 .col-1 .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
}

.section-8 .col-1 .swiper-pagination-fraction,
.section-8 .col-1 .swiper-button-prev,
.section-8 .col-1 .swiper-button-next {
	opacity: 0;
}

.section-8 .col-1:hover .swiper-pagination-fraction,
.section-8 .col-1:hover .swiper-button-prev,
.section-8 .col-1:hover .swiper-button-next {
	opacity: 1;
}

.section-8 .col-2 {
	width: 545px;
	height: 380px;
	overflow: hidden;
	background: #f7f7f7 url("fenlt_bg.jpg") 0 0 no-repeat;
	padding-top: 40px;
}

.section-8 .col-2 .mod-topics .topic {
	background-color: #0237ea;
	height: inherit;
	line-height: 1.4;
	text-align: justify;
	font-size: 30px;
	padding: 30px 25px;
	position: relative;
	color: #fff;
	font-weight: 700;
}

.section-8 .col-2 .mod-topics .topic::before {
	content: "boao";
	position: absolute;
	top: 50%;
	right: 5%;
	color: rgba(255, 255, 255, .1);
	text-transform: uppercase;
	display: table;
	margin-top: -70px;
	z-index: 1;
	font-size: 100px;
	font-family: "Times New Roman";
	font-weight: bolder;
}

.section-8 .col-2 .mod-topics .topic a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-8 .col-2 .mod-topics .abstract {
	margin-top: 20px;
	color: #777;
	padding-left: 30px;
	padding-right: 30px;
}

.section-8 .col-2 .mod-topics .abstract span {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.section-8 .col-3 {
	margin-top: 20px;
}

.section-8 .col-3 .mod-tile {
	width: calc(100%/4 - 15px);
	margin-left: calc(15px*4 / 3);
	margin-top: calc(15px*4 / 3);
	padding-left: 10px;
	overflow: hidden;
}

.section-8 .col-3 .mod-tile:nth-child(4n+1) {
	margin-left: 0;
}

.section-8 .col-3 .mod-tile .media {
	width: 100%;
	position: relative;
}

.section-8 .col-3 .mod-tile .media a {
	overflow: hidden;
	display: block;
}

.section-8 .col-3 .mod-tile .media img {
	width: 100%;
	height: auto;
}

.section-8 .col-3 .mod-tile .media a img {
	transition: all .4s ease-in-out;
}

.section-8 .col-3 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}

.section-8 .col-3 .mod-tile .media .ribbon {
	display: inline-block;
	position: absolute;
	color: #fff;
	min-width: 55px;
	font-size: 18px;
	font-weight: 700;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 10px;
	background: #0237ea;
	left: -10px;
	top: 140px;
	z-index: 10;
}

.section-8 .col-3 .mod-tile .media .ribbon::before,
.section-8 .col-3 .mod-tile .media .ribbon::after {
	content: "";
	position: absolute;
}

.section-8 .col-3 .mod-tile .media .ribbon::before {
	height: 0;
	width: 0;
	border-bottom: 10px solid #0237ea;
	border-left: 10px solid transparent;
	top: -10px;
	left: 0;
}

.section-8 .col-3 .mod-tile .media .ribbon::after {
	height: 0;
	width: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 10px solid #0237ea;
	right: -10px;
}

.section-8 .col-3 .mod-tile .caption {
	line-height: 1.6;
	font-size: 16px;
	width: 100%;
	min-height: 101px;
	padding: 30px 20px 20px;
	color: #888;
	background: #f7f7f7;
}

.section-8 .col-3 .mod-tile .caption a {
	color: #888;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-8 .col-3 .mod-tile .abstract {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	color: #888;
	background: #f7f7f7;
	padding: 25px 20px 0;
	overflow: hidden;
	height: calc(100% - 100px);
	position: absolute;
	right: -100%;
	bottom: 100px;
	border-bottom: 1px dashed #b0b8de;
	text-align: justify;
}

.section-8 .col-3 .mod-tile .abstract span,
.section-8 .col-3 .mod-tile .abstract span a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	color: #888;
}

.section-8 .col-3 .mod-tile .caption:hover+.abstract {
	/* 元素相邻且紧接着 */
	right: 0;
	bottom: 100px;
	transition: all .2s ease-in-out;
}

.section-8:nth-child(odd) .col-1 {
	float: right;
}


/* section-8 end */

/* section-10 begin */
.section-10 {
	margin: 50px auto;
}

.section-10 .view {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.section-10 .view .swiper-container {
	width: 100%;
}

.section-10 .view .mod-tile {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.section-10 .view .mod-tile {
	padding-bottom: 35px;
}

.section-10 .view .mod-tile .media img {
	width: 100%;
	height: 750px;
}

.section-10 .view .mod-tile .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3px;
	z-index: 5;
	width: 1000px;
	font-size: 22px;
	line-height: 1.6;
	margin: 0 auto 0;
	color: #fff;
	padding: 10px 15px;
	background-color: #0237ea;
	border: 1px dashed #fff;
	box-shadow: 0 0 0 3px #0237ea;
}

.section-10 .view .mod-tile .caption a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-10 .view .arrow-left,
.section-10 .view .arrow-right {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 0;
	margin-top: 300px;
}

.section-10 .view .arrow-left {
	left: 0;
}

.section-10 .view .arrow-right {
	right: 0;
}

.section-10 .view .arrow-left,
.section-10 .view .arrow-right {
	opacity: 0;
}

.section-10 .view .arrow-left:hover,
.section-10 .view .arrow-right:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
	margin-top: 240px;
}

.section-10 .view .swiper-container:hover .arrow-right,
.section-10 .view .swiper-container:hover .arrow-left {
	opacity: 1;
}

.section-10 .preview {
	width: 1200px;
	padding: 0 45px;
	height: auto;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}

.section-10 .preview .swiper-slide {
	width: 25%;
	padding: 0 10px;
	overflow: hidden;
}

.section-10 .preview img {
	width: 100%;
	height: auto;
	border: 5px solid #0237ea;
}

.section-10 .preview .active-nav img {
	padding: 0;
	border: 5px solid #dc0000;
}

.section-10 .preview .arrow-left,
.section-10 .preview .arrow-right {
	width: 40px;
	height: 83px;
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 0;
	margin-top: 0;
}

.section-10 .preview .arrow-left {
	left: 0;
}

.section-10 .preview .arrow-right {
	right: 0;
}

.section-10 .preview .arrow-left:hover,
.section-10 .preview .arrow-right:hover {
	background-color: rgba(76, 126, 237, .7);
}

/* section-10 end */

/* bannerTX begin */
.bannerTX {
	width: 100%;
	margin-top: 130px;
	overflow: hidden;
}

.bannerTX .skitter {
	max-width: 100%;
	background: inherit;
}

.bannerTX .skitter.with-dots {
	margin-bottom: 0;
}

.bannerTX img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.bannerTX .label_skitter {
	background: linear-gradient(0deg, rgba(51, 51, 51, .7) 0%, rgba(51, 51, 51, .3) 80%, rgba(51, 51, 51, 0) 100%);
	padding: 15px 0;
	color: #fff;
	text-align: center;
	opacity: 1 !important;
}

.bannerTX .label_skitter a {
	color: #fff;
}

.bannerTX .label_skitter .b-title {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
}

.bannerTX .label_skitter .b-txt {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.bannerTX .prev_button,
.bannerTX .next_button {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	opacity: 0;
	background-size: 30px;
	background-repeat: no-repeat;
	background-position: center center;
}

.bannerTX .prev_button {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAADhElEQVR4nO3dYXEiWxSF0ZEQCUiIhEgYCZGAAyREAhKQEAmREAlI2O8HvKpUHqfP0FTunXq9loL9g6+obui+v34BAAAAAAAAwFdJnpLskxyTnJIckjzN3gXTJXlO8pn/Oid5mb0PprnGcb4Rx9dIdrN3wnB/EMe/jrO3wlB3xJEk59l7YZg740iSj9mbYYgVcSTJafZu+HEr43Ani/+/lXEkydvs7fCjxAEFcUBBHFAQBxTEAQVxQEEcUBAHFMQBBXFAIfWTgOJg28QBBXFAQRxQEAcUxAEFcUBBHFBIshMH3CAOKIgDCuKAgjigIA4oiAMK4oBCLseeiQO+u8bxIQ74RhxQEAcUxAEFcUBBHFAQBxTEAYVrHO/igG+ucZzEAd+IAwrigII4oCAOKIgDCuKAgjigIA4oiAMK4oCCOKAgDiiIAwrigII4oCAOKIgDCuKAgjigIA4oiAMK4oCCOKAgDihc4ziKA74RBxTEAQVxQEEcUBAHFMQBBXHAAnFAQRxQEAcUxAEFcUBBHFAQBxTEAYUkb+KAG5L8FgcUknyIA27I5T9W4oBbVgTymeRp9m4Y5vqhFwncknUX6SJhO5K8r4jkQyRshkigsTaS2bthmNz/u4hI2I5cbv2KBCoPRPI+ezsMIRJoiAQaIoGGSKAhEmiIBBpJdknOIoHCA5GcZm+HIR6IxFOJbEOSZ5HAApFA4xrJGofZ22EIkUDjgUj2s7fDECKBRpKXlZG8zt4OQ4gEGiKBhkigIRJoiAQaD0TyMns7DCESaCR5FQksSLIXCSwQCTREAo0khxWBnJM8z94OQ4gEGkneRAILRAKNJEeRwAKRQEMk0BAJNFZG8hlnuLMVIoFGkpNIYEGS9xWRfIiEzRAJNNZGMns3DCMSaIgEGnHyLtTieGpYJhJoiAQaIoGGSKAhEmiIBBoigUaSXS5PGd7rbfZ2GEIk0BAJNJI8r4zkMHs7DCESaFwjWWM/ezsMIRJoiAQaD0TyOns7DJH1x1O/zt4OQ4gEGiKBhkig8UAkv2dvhyEeiORl9nYYQiTQEAk0kryKBBYk2YsEFqyMxKGibIdIoJHkIBJYsDaS2bthmCRvKyLxEgi2Y0UkXkrHtiQ53hHI5+y9MNwdkfgGYZv+MBLPs7NdWb4mOc7eB9Pl8t+tr2+VP+fyA+PT7G3wV0mym70BAAAAAAAA4Mf9A4hXAHBdUJnWAAAAAElFTkSuQmCC");
	left: 0;
}

.bannerTX .next_button {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAADn0lEQVR4nO3dXXFiWxSF0ZYQCUiIBCS0hEiIAyREQiREQiREAhKQMO8DvFw6K6vZpw676zCGgvnyFZziZ/36BQAAAAAAALBVSZ6SvCb5SPKe5DB7E/wTkuyTHPOnU5L97H0wTZLdJYSf7GfvhCmSHJo4RMLjujxz/K397L1wV0m+bghEJDyWJG83BiISHkfOD+kj9rO3w13k/PmHSKCSsbdaIuFxDEZySvI8ezvchUigIRJoiAQaIoGGSKAhEmiIBBoigYZIoCESaIgEGiKBhkigIRJoiAQaIoGGSKAhEmiIBBoigYZIoCESaIgEGiKBxoJIdrO3w10MRnJM8jR7O9yFSKAhEmiIBBoigYZIoCESaIgEGiKBxmAkXyLhYYgEGiKBhkigIRJoiAQaIoHGaCSzd8PdiAQaIoGGSKAhEmiIBBoigYZIoCESaAxG8jl7N9yNSKAhEmiIBBoigYZIoCESaIgEGiKBhkigIRJoiAQaIoGGSKAhEmiIBBoigYZIoCESaIgEGiKBhkigIRJoiAQaIoHGYCQfs3fD3QxG8nv2bribgUhOszfDXSV5vzESV3d5DEmecj41fYvd7N2wusE4jrN3w+oG40iSw+ztsKpLHB8DcXzG8wdbtiCOL3GwaeKAgjigIA4oiAMK4oDCwjh2s/fDai5xvIsDriyI4ygONk8cUBAHFAbjOCV5nr0dVpWxn86Kg+1LchAHfGNBHP54gW1L8ioO+IY4oCAOKIgDCuKAgjigcInjJA64Ig4oJHkZjONl9nZYlTigMBhHxMHmJdmLA74hDigsiON19nZYVZLnwTicIWDbxAGFBXG8zd4OqxIHFMQBBXFA4RLHURxwRRxQSLIbjSNudLBl4oCCOKCQ842Or4E43sXBpokDCuKAQsaPZn6Kg00TBxQWxOEWOdsmDiiIAwrigII4oCAOKFzieBcHXFkYx272fliNOOAHg3EcxcHmiQMKOf9wSRxwLclhII5TkufZ22FV4oBCxs8ti4NtWxCHi7JsmzigIA4oiAMK4oCCOKBwiePWGx3iYPvEAYUkL+KAbyyI42X2dliVOKCQZD8QR8TB5okDChk/t/wyezusakEcr7O3w6oWxHGYvR1WJQ4oLIjjbfZ2WJU4oJDxo5niYPsy9rV1cfAYcvspAnHwOHLb2ytx8Fjy938P+hY3Ong0SX6LA36Qn59DxAH586e0p/huFfxfzp+LeMUAAAAAAAAA4Hv/ATuZJDPPTfdhAAAAAElFTkSuQmCC");
	right: 0;
}

.bannerTX .prev_button:hover,
.bannerTX .next_button:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
}

.bannerTX .skitter:hover .prev_button,
.bannerTX .skitter:hover .next_button {
	opacity: 1 !important;
}

/* bannerTX end */

/* news begin */
.news .swiper-container-news {
	position: relative;
	overflow: hidden;
}

.news .swiper-slide {
	color: #fff;
	background-color: #0237ea;
	padding: 4.5% 5% 3% 5%;
	background-image: url("boao_s_b.png");
	background-position: 50% 15%;
	background-repeat: no-repeat;
	background-size: 10%;
	text-align: center;
}

.news .swiper-slide:nth-child(odd) {
	background-color: #f0f0f0;
	background-image: url("boao_s_c.png");
	color: #333;
}

.news .title .b-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.6;
}

.news .title .b-title a {
	color: #fff;
	margin: 10px 0 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	height: 70px;
}

.news .swiper-slide:nth-child(odd) .title .b-title a {
	color: #333;
}

.news .title .b-txt {
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	height: 75px;
}

/* news end */

/* section-11-1 begin */
.section-11-1 {
	margin-top: 0;
	position: relative;
	overflow: hidden;
	font-size: 0;
	+word-spacing: -1px;
}

.section-11-1 .focus {
	position: absolute;
	top: 60px;
	right: -43px;
	z-index: 2;
	display: none;
}

.section-11-1 .swiper-container-xctj {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.section-11-1 .col-1 .pic img {
	width: 100%;
	height: 750px;
}

.section-11-1 .col-1 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/* background:rgba(0,0,0,.7);*/
	/* padding:10px 120px 10px 20px;*/
	color: #fff;
	line-height: 1.6;
	background-image: linear-gradient(0deg, rgba(51, 51, 51, .7) 0%, rgba(51, 51, 51, .3) 80%, rgba(51, 51, 51, 0) 100%);
	padding: 60px 125px 20px 125px;
}

.section-11-1 .col-1 .title .b-title {
	font-size: 20px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}

.section-11-1 .col-1 .title .b-txt {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: center;
}

.section-11-1 .col-1 .title a {
	color: #fff;
}

.section-11-1 .swiper-pagination-fraction {
	bottom: 8px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}

.section-11-1 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-11-1 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-11-1 .swiper-button-prev,
.section-11-1 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-11-1 .swiper-button-prev {
	left: 0;
}

.section-11-1 .swiper-button-next {
	right: 0;
}

.section-11-1 .swiper-pagination-fraction,
.section-11-1 .swiper-button-prev,
.section-11-1 .swiper-button-next {
	opacity: 0;
}

.section-11-1 .swiper-button-prev:hover,
.section-11-1 .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
}

.section-11-1 .swiper-container-xctj:hover .swiper-pagination-fraction,
.section-11-1 .swiper-container-xctj:hover .swiper-button-next,
.section-11-1 .swiper-container-xctj:hover .swiper-button-prev {
	opacity: 1;
}

.section-11-1 .col-2,
.section-11-1 .col-3 {
	margin-top: 40px;
	width: calc(50% - 30px);
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-11-1 .col-2 {
	margin-right: 30px;
}

.section-11-1 .col-2 .mod-topics {
	border-bottom: dotted 1px #d9d9d9;
	margin-bottom: 15px;
	padding-bottom: 15px;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.section-11-1 .col-2 .mod-topics:last-child {
	margin-bottom: 0;
}

.section-11-1 .col-2 .mod-topics:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.section-11-1 .col-2 .topic {
	font-size: 20px;
	font-weight: 700;
	height: auto;
	line-height: 1.6;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-11-1 .col-2 .topic a {
	color: #555;
}

.section-11-1 .col-2 .abstract {
	color: #888;
	margin-top: 5px;
	text-align: justify;
	-webkit-line-clamp: 2;
}

.section-11-1 .col-3 {
	margin-left: 30px;
}

.section-11-1 .col-3 .Collapsing {
	position: relative;
	width: 100%;
	height: 50px;
	line-height: 46px;
	cursor: pointer;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 60px;
	border-top: 2px solid #f5f5f5;
	background-image: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 100%);
	color: #555;
	font-size: 18px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-11-1 .col-3 .Collapsing .u_num {
	font-style: italic;
	font-weight: bold;
	color: #0237ea;
	font-size: 22px;
	padding-right: 10px;
}

.section-11-1 .col-3 .Collapsing a {
	color: #555;
}

.section-11-1 .col-3 .Collapsing::before {
	content: "展开";
	position: absolute;
	z-index: 2;
	right: 10px;
	bottom: 0;
	width: 40px;
	font-size: 14px;
	color: #8c8c8c;
	cursor: pointer;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAYAAAByF90EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QzYxRjY5M0VGQkQxMUU5OUZCMkVGRDIwODU3Qjc2QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QzYxRjY5NEVGQkQxMUU5OUZCMkVGRDIwODU3Qjc2QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlDNjFGNjkxRUZCRDExRTk5RkIyRUZEMjA4NTdCNzZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlDNjFGNjkyRUZCRDExRTk5RkIyRUZEMjA4NTdCNzZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SEXtYgAAAOlJREFUeNpinL31PyMDA8N/BsoAIxOQWAjEbBQYAtK7EGRQLBDvAGJBMgwRhOqNBRnUB8SOQHwYiBVIMASk9ghUbx/IoGIgzgFiDSA+DsQmRBhiAlWrDtVbzASVmArEgUDMC8QHgNgPjyF+UDW8UD0gvQxMSAo2A7EDEH8G4nVQm9BBNlTuM1TtZpgEE5rCM0BsAcQ3gHgyEPdC1TBB2VOgchZQtXDAgsXWh0BsC8RrgLgIiOWh4sFAvB9Kv0fXxIIjHEAKPYF4NhDHQcUWAXEqEP/CpoEFT6CCNCQA8X1QygXiBnw5ACDAALBxKwYgk6HCAAAAAElFTkSuQmCC");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20%;
}

.section-11-1 .col-3 .Collapsing.on {
	border-top: 2px solid #e74167;
	background-image: linear-gradient(to right, #2d4cbb 0%, #0237ea 100%);
	color: #fff;
}

.section-11-1 .col-3 .Collapsing.on::before {
	content: "合并";
	color: #fff;
}

.section-11-1 .col-3 .Collapsing.on .u_num {
	color: #fff;
}

.section-11-1 .col-3 .Collapsing.on a {
	color: #fff;
}

.section-11-1 .col-3 .coll_body {
	padding: 0 15px 30px;
	background: #fff;
	display: none;
}

.section-11-1 .col-3 .coll_body span {
	font-size: 14px;
	line-height: 2;
	color: #888;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section-11-1 .col-3 .coll_body span a {
	color: #888;
}

.section-11-1 .col-3 .coll_body:last-child {
	padding-bottom: 0;
}

.section-11-1 .col-4 {
	margin-top: 30px;
}

.section-11-1 .col-4 .item {
	width: calc(50% - 30px);
	position: relative;
	margin-right: 30px;
	color: #333;
	font-size: 18px;
	line-height: 1.8;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #d9d9d9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.section-11-1 .col-4 .item:hover {
	-webkit-transform: translateX(10px);
	transform: translateX(10px);
}

.section-11-1 .col-4 .item:nth-child(even) {
	margin-right: 0;
	margin-left: 30px;
}

.section-11-1 .col-4 .item:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.section-11-1 .col-4 .item::before {
	content: "";
	width: 5px;
	height: 15px;
	background-color: #0237ea;
	/* -webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); */
	position: absolute;
	left: 5px;
	top: 25%;
	margin-top: 0;
}

.section-11-1 .col-4 .item a {
	color: #333;
}

.section-11-1 .col-4 .item a:hover {
	color: #0237ea;
	transition: all .4s ease-in-out;
}

/* section-11-1 end */

/* section-20 begin */
.section-20 {
	margin: 80px auto;
}

.section-20 .view .swiper-container {
	width: 100%;
}

.section-20 .view .mod-tile {
	width: 100%;
	height: 750px;
	overflow: hidden;
}

.section-20 .view .mod-tile .mark {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	/*background: linear-gradient(to top left, rgba( 55, 60, 213, .5) 0%,  rgba( 130, 22, 80, .5) 50%);*/
}

.section-20 .view .mod-tile .caption,
.section-20 .view .mod-tile .sub-topic,
.section-20 .view .mod-tile .abstract {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #fff;
	line-height: 1.6;
}

.section-20 .view .mod-tile .caption {
	width: 1200px;
	font-size: 36px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}

.section-20 .view .mod-tile .caption a {
	color: #fff;
}

.section-20 .view .mod-tile .sub-topic {
	width: 1100px;
	font-size: 20px;
	font-weight: 400;
	padding-top: 140px;
	display: none;
}

.section-20 .view .mod-tile img {
	width: 100%;
	height: 750px;
	position: absolute;
	z-index: -2;
}

.section-20 .view .mod-tile .abstract {
	width: 800px;
	font-size: 16px;
	display: none;
}

.section-20 .preview {
	width: 100%;
	margin-top: -90px;
	position: relative;
}

.section-20 .preview .swiper-container {
	width: 1200px;
	margin: 0 auto;
}

.section-20 .preview .swiper-slide {
	width: 33.33%;
}

.section-20 .preview .mod-topics {
	width: 370px;
	margin: 15px;
	box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, .1);
	border-radius: 15px;
	padding-bottom: 30px;
	overflow: hidden;
	background-color: #fff;
}

.section-20 .preview .mod-topics .boao_logo {
	background: #0237ea url("boao_s_b.png") center center no-repeat;
	height: 75px;
}

.section-20 .preview .mod-topics .boao_logo img {
	margin: 0 auto;
	height: 100%;
}

.section-20 .preview .mod-topics .topic,
.section-20 .preview .mod-topics .sub-title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #444;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
}

.section-20 .preview .mod-topics .topic {
	font-size: 24px;
	font-weight: 700;
	height: 58px;
	line-height: 1.2;
	margin-top: 30px;
}

.section-20 .preview .mod-topics .topic a {
	color: #444;
}

.section-20 .preview .mod-topics .sub-title {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 10px;
}

.section-20 .preview .active-nav .boao_logo {
	background: #fff url("boao_s_c.png") center center no-repeat;
}

.section-20 .preview .active-nav .mod-topics {
	background-color: #0237ea;
}

.section-20 .preview .active-nav .mod-topics .topic,
.section-20 .preview .active-nav .mod-topics .topic a,
.section-20 .preview .active-nav .mod-topics .sub-title {
	color: #fff;
	transition: none;
}

.section-20 .view .swiper-pagination-fraction {
	bottom: 35px;
	right: 50%;
	margin-right: -600px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
	display: none;
}

.section-20 .view .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-20 .view .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-20 .view .swiper-button-prev,
.section-20 .view .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.section-20 .view .swiper-button-prev {
	left: 0;
}

.section-20 .view .swiper-button-next {
	right: 0;
}

.section-20 .view .swiper-container:hover .swiper-button-prev,
.section-20 .view .swiper-container:hover .swiper-button-next {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
	opacity: 1;
}

/* section-20 end */

/* section-21 begin */
.section-21 {
	margin: 80px auto;
}

.section-21 .col-1 {
	width: 100%;
	height: 500px;
	position: relative;
}

.section-21 .col-1 .area {
	width: 1280px;
	overflow: hidden;
	position: absolute;
	z-index: 2;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.section-21 .swiper-container-gkk {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}

.section-21 .col-1 .mod-card {
	padding: 300px 50px 50px;
	position: relative;
	height: 100%;
	z-index: 10;
	overflow: hidden;
}

.section-21 .col-1 .bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
}

.section-21 .col-1 .mod-card::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #f9f9f9;
	background-image: url("gkk_bg_01.png");
	border: 1px solid #e9e8fc;
	z-index: -1;
	-webkit-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}

/* .section-21 .col-1 .mod-card:hover::before {
	opacity: 0;
} */

.section-21 .col-1 .mod-card .media {
	position: absolute;
	top: 15%;
	left: 50%;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	overflow: hidden;
}

.section-21 .col-1 .mod-card .media img {
	width: 100%;
}

.section-21 .col-1 .mod-card .topic {
	height: inherit;
	line-height: 1.6;
	font-size: 20px;
	color: #333;
}

.section-21 .col-1 .mod-card .topic a {
	color: #333;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-right: 5px;
}

.section-21 .col-1 .mod-card .abstract {
	width: 100%;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 10px;
	color: #333;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	padding-right: 5px;
}

.section-21 .col-1 .current .mod-card::before,
.section-21 .col-1 .current .mod-card .media {
	opacity: 0;
}

.section-21 .col-1 .current .mod-card .topic,
.section-21 .col-1 .current .mod-card .topic a,
.section-21 .col-1 .current .mod-card .abstract {
	color: #fff;
	-webkit-transition: all 0s;
	transition: all 0s;
	text-shadow: 2px 2px 5px #0237ea;
}

.section-21 .swiper-pagination-fraction {
	bottom: 8px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
	opacity: 0;
}

.section-21 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-21 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-21 .swiper-button-prev,
.section-21 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-21 .swiper-button-prev {
	left: 0;
}

.section-21 .swiper-button-next {
	right: 0;
}

.section-21 .swiper-pagination-fraction,
.section-21 .swiper-button-prev,
.section-21 .swiper-button-next {
	opacity: 1;
}

.section-21 .swiper-button-prev:hover,
.section-21 .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
}

.section-21 .swiper-container-gkk:hover .swiper-pagination-fraction,
.section-21 .swiper-container-gkk:hover .swiper-button-next,
.section-21 .swiper-container-gkk:hover .swiper-button-prev {
	opacity: 1;
}

.section-21 .col-2 {
	width: 1200px;
	margin: 40px auto 0;
	overflow: hidden;
}

.section-21 .col-2 .mod-tile {
	position: relative;
	width: calc(100%/3 - 10px);
	margin-left: calc(10px*3 / 2);
	margin-bottom: calc(10px*3 / 2);
	overflow: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.section-21 .col-2 .mod-tile:hover {
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
}

.section-21 .col-2 .mod-tile:nth-child(3n+1) {
	margin-left: 0;
}

.section-21 .col-2 .mod-tile .media {
	width: 100%;
}

.section-21 .col-2 .mod-tile .media img {
	width: 390px;
	height: 220px;
}

.section-21 .col-2 .mod-tile .media a img {
	transition: all .4s ease-in-out;
}

.section-21 .col-2 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}

.section-21 .col-2 .mod-tile .caption {
	font-size: 16px;
	padding: 10px;
	color: #fff;
	line-height: 1.6;
	font-weight: 400;
	height: inherit;
	text-align: justify;
}

.section-21 .col-2 .mod-tile .caption a {
	color: #fff;
}

.section-21 .col-2 .mod-tile .caption a:hover {
	color: #0237ea;
}

/* section-21 end */

/* section-22 begin */
.section-22 .unit {
	width: 100%;
	height: 720px;
	display: block;
	overflow: hidden;
	font-size: 0;
	+word-spacing: -1px;
}

.section-22 .left,
.section-22 .right {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	overflow: hidden;
}

.section-22 .left {
	width: 40%;
	height: 100%;
	vertical-align: top;
	background-image: url("mlyh_bg.jpg");
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 4.5% 4% 4.5% 8%;
}

.section-22 .cell_box {
	font-size: 0;
}

.section-22 .cell_box::before {
	content: "";
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.section-22 .cell_box .cell {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

.section-22 .swiper-container-mlyh {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 30px;
}

.section-22 .left .mod-card {
	width: calc(100%/2 - 10px);
	margin-left: calc(10px*2 / 1);
	margin-bottom: calc(10px*2 / 1);
	overflow: hidden;
}

.section-22 .left .mod-card:nth-child(2n + 1) {
	margin-left: 0;
}

.section-22 .left .mod-card:nth-of-type(1) {
	border-radius: 50px 0 0 0;
}

.section-22 .left .mod-card:nth-of-type(4) {
	border-radius: 0 0 50px 0;
}

.section-22 .left .mod-card .media {
	width: 100%;
}

.section-22 .left .mod-card .media img {
	width: 100%;
	height: auto;
}

.section-22 .left .topic {
	font-size: 16px;
	padding: 10px 20px;
	color: #fff;
	line-height: 1.6;
	font-weight: 400;
	height: inherit;
	text-align: justify;
	background-color: rgba(255, 255, 255, .3);
}

.section-22 .left .topic a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-22 .left .swiper-button-prev,
.section-22 .left .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: none;
}

.section-22 .left .swiper-button-prev {
	left: 70px;
}

.section-22 .left .swiper-button-next {
	right: 70px;
}

.section-22 .left .swiper-pagination-fraction,
.section-22 .left .swiper-button-prev,
.section-22 .left .swiper-button-next {
	opacity: 1;
}

.section-22 .left .swiper-button-prev:hover,
.section-22 .left .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
}

.section-22 .left .swiper-container-mlyh:hover .swiper-pagination-fraction,
.section-22 .left .swiper-container-mlyh:hover .swiper-button-next,
.section-22 .left .swiper-container-mlyh:hover .swiper-button-prev {
	opacity: 1;
}

.section-22 .left .swiper-container-mlyh .swiper-pagination {
	bottom: 0;
}

.section-22 .left .swiper-container-mlyh .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

.section-22 .left .swiper-container-mlyh .swiper-pagination-bullet-active {
	background-color: #f5b70a;
	width: 30px;
	border-radius: 5px;
}

.section-22 .right {
	width: 60%;
	height: 100%;
	position: relative;
	background-color: darkcyan;
}

.section-22 .right .image-box {
	padding-bottom: 100%;
}

.section-22 .right .image-box .image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.5s ease 0s;
	width: 100%;
	height: 100%;
}

.section-22 .right .image-box .image-wrap img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.section-22 .right .image-box .opacity-1 {
	opacity: 1;
}

/* section-22 end */

/* section-26 begin */
.section-26 {
	font-size: 0;
	+word-spacing: -1px;
	overflow: hidden;
}

.section-26 .col-1,
.section-26 .col-2,
.section-26 .col-3 {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-26 .col-1 {
	width: 100%;
}

.section-26 .col-1 .accordion {
	width: 100%;
	position: relative;
}

.section-26 .col-1 ul>li {
	width: 400px;
	background: #f4f4f4;
}

.section-26 .col-1 ul>li .link {
	cursor: pointer;
	padding: 15px 40px 15px 25px;
	color: #333;
	font-size: 16px;
	font-weight: 400;
	border-bottom: 1px dashed #ccc;
	position: relative;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	letter-spacing: 1px;
}

.section-26 .col-1 ul>li:last-child .link {
	border-bottom: 0;
}

.section-26 .col-1 ul>li.open .link {
	color: #0237ea;
	background: #f9fafc;
	font-weight: 700;
	font-size: 18px;
}

.section-26 .col-1 ul>li i {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 25px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkwNThCNkVBRDU1NjExRUFBMDQyQUFFNjJBNjdCNDFEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkwNThCNkVCRDU1NjExRUFBMDQyQUFFNjJBNjdCNDFEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTA1OEI2RThENTU2MTFFQUEwNDJBQUU2MkE2N0I0MUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTA1OEI2RTlENTU2MTFFQUEwNDJBQUU2MkE2N0I0MUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64IARdAAAAYUlEQVR42tRTWwoAIQjMOaYH9JouLQQipQP97A4IkfMIMXH3cQOMS3zIQFV9VifIPKzLSKjE+YyO2Bm/BmYmTFrE0kjcA2YGORCnBiPezqAy2fXAEk/GYNKqV8n/P9MjwAARHTkvNOpBMgAAAABJRU5ErkJggg==");
	font-style: normal;
}

.section-26 .col-1 ul>li.open i {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	-o-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}

.section-26 .col-1 .schedule-content {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	width: 800px;
	height: 100%;
	padding-left: 30px;
	background: #fff;
}

.section-26 .col-1 .schedule-c-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	/*overflow-y: auto;
    overflow-x: hidden;*/
}

.section-26 .col-1 ol {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #fff;
}

.section-26 .col-1 ol>li {
	padding-top: 30px;
	padding-left: 30px;
	padding-right: 30px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAADCAIAAAA2iEnWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJGOEFDRTdGNDAwMTFFQjg0MkY4RjM5MDNDREFCQUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJGOEFDRTZGNDAwMTFFQjg0MkY4RjM5MDNDREFCQUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OTU4MzQwRjM3RTExRUJCN0RFRTY4NjFDNjdENEI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OTU4MzQxRjM3RTExRUJCN0RFRTY4NjFDNjdENEI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PgwZMgAAABdJREFUeNpiPHPmDAMDAxMDGEApgAADAC3AAmrZw7nBAAAAAElFTkSuQmCC") repeat-y 160px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}

.section-26 .col-1 ol>li:first-child {
	padding-top: 0;
}

.section-26 .col-1 ol>li .time {
	position: relative;
	top: -3px;
	color: #737373;
	width: 115px;
	font-size: 16px;
	float: left;
}

.section-26 .col-1 ol>li .cont {
	margin-left: 126px;
	padding-left: 40px;
	position: relative;
}

.section-26 .col-1 ol>li .cont:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODMyN0MxRjVGNDAwMTFFQjk3QUJERDdDOUEwMUVEMTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODMyN0MxRjRGNDAwMTFFQjk3QUJERDdDOUEwMUVEMTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0YzMzU2MTZGMzdFMTFFQjg3MTRFQzI0RTdFMUZCRjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0YzMzU2MTdGMzdFMTFFQjg3MTRFQzI0RTdFMUZCRjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6BiTGnAAAAwElEQVR42mTQywoBcRTH8RkslC0LTzAvwCNIipWykg22wsLK0kphJyVvgMil8AQuL8CevAXfU7/JlFOf5tzmPxc34c0dRQEtpFVfMcTWipCaPSxwR1ksX2rmRJBHR9ej84u1Fnc424ltTLWUw0ssP2nWssVU4KQZkjJT72A7/jt+nP9wg7kt3pBVo4Y3nqiqZ7OrfcwI9o9W2OuxfmRQRzEci5ceJFGMtRSGhwYG6GMS0Z1dXNBERT2ri9hY8RVgAEJyKEp9KwjMAAAAAElFTkSuQmCC") no-repeat center center;
	left: 0;
	top: 0;
}

.section-26 .col-1 ol>li .cont .tit {
	color: #0237ea;
	font-size: 16px;
	position: relative;
	top: -3px;
}

.section-26 .col-1 ol>li .cont .note {
	color: #737373;
	font-size: 14px;
	line-height: 1.6;
}

.section-26 .col-1 .mod-card {
	*zoom: 1;
}

.section-26 .col-1 .mod-card:before,
.section-26 .col-2 .mod-card:after {
	content: "";
	display: table;
}

.section-26 .col-1 .mod-card:after {
	clear: both;
}

.section-26 .col-1 .mod-card .media img {
	/* float: left;
	width: 400px;
	height: auto;
	margin-right: 20px; */
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.section-26 .col-1 .mod-card .topic {
	font-size: 30px;
	font-weight: 700;
	color: #0237ea;
	line-height: 1.2;
	height: inherit;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: inherit;
	text-align: justify;
}

.section-26 .col-1 .mod-card .topic a {
	color: #333;
}

.section-26 .col-1 .mod-card .topic_sub {
	font-size: 30px;
	color: #0237ea;
	line-height: 1.4;
	display: none;
}

.section-26 .col-1 .mod-card .topic_title {
	font-size: 18px;
	color: #666;
	line-height: 1.6;
	margin-top: 10px;
	display: none;
}

.section-26 .col-1 .mod-card .abstract {
	font-size: 16px;
	line-height: 2;
	margin-top: 30px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.section-26 .col-2 {
	width: 660px;
	padding-right: 40px;
	margin-right: 40px;
	border-right: 1px dashed #ccc;
}

.section-26 .col-2 .mod-card {
	*zoom: 1;
}

.section-26 .col-2 .mod-card:before,
.section-26 .col-2 .mod-card:after {
	content: "";
	display: table;
}

.section-26 .col-2 .mod-card:after {
	clear: both;
}

.section-26 .col-2 .mod-card .media a {
	float: left;
	width: 240px;
	margin-right: 20px;
}

.section-26 .col-2 .mod-card .media img {
	width: 100%;
	height: auto;
}

.section-26 .col-2 .mod-card .topic {
	font-size: 20px;
	font-weight: 700;
	color: #0237ea;
	line-height: 1.6;
	height: inherit;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.section-26 .col-2 .mod-card .topic a {
	color: #0237ea;
}

.section-26 .col-2 .mod-card .abstract {
	font-size: 14px;
	line-height: 1.6;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.section-26 .col-3 {
	width: 500px;
}

.section-26 .col-3 li {
	width: 100%;
	height: 35px;
	line-height: 35px;
	color: #333;
	font-size: 16px;
}

.section-26 .col-3 li a {
	color: #333;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.section-26 .col-3 li a:hover {
	color: #0237ea;
}

/* section-26 end */

/* section-34 begin */
.section-34 .swiper-container-sphf {
	position: relative;
	overflow: hidden;
}

.section-34 .swiper-slide {
	width: 33.33%;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	-webkit-transform: scale(.7);
	transform: scale(.7);
}

.section-34 .swiper-slide .pic img {
	width: 100%;
	height: auto;
}

.section-34 .swiper-slide .tit {
	color: #fff;
	font-size: 22px;
	line-height: 2;
	padding: 5px 0;
	text-align: center;
	background-color: #0237ea;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-34 .swiper-slide .tit a {
	color: #fff;
}

.section-34 .swiper-slide .note {
	color: #333;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	padding: 15px 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #a6b8f4;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section-34 .swiper-slide .abstract {
	color: #777;
	font-size: 16px;
	text-align: justify;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.section-34 .swiper-slide-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.section-34 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-34 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-34 .swiper-button-prev,
.section-34 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-34 .swiper-button-prev {
	left: 0;
}

.section-34 .swiper-button-next {
	right: 0;
}

.section-34 .swiper-pagination-fraction,
.section-34 .swiper-button-prev,
.section-34 .swiper-button-next {
	opacity: 1;
}

.section-34 .swiper-button-prev:hover,
.section-34 .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
}

.section-34 .swiper-container-sphf:hover .swiper-pagination-fraction,
.section-34 .swiper-container-sphf:hover .swiper-button-next,
.section-34 .swiper-container-sphf:hover .swiper-button-prev {
	opacity: 1;
}

/* section-34 end */

/* banner begin */
.banner {
	margin: 80px auto;
}

.banner .swiper-container-banner {
	position: relative;
	overflow: hidden;
}

.banner .pic img {
	display: block;
	width: 100%;
	height: 750px;
}

.banner .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, rgba(51, 51, 51, .7) 0%, rgba(51, 51, 51, .3) 80%, rgba(51, 51, 51, 0) 100%);
	padding: 15px 0;
	color: #fff;
	text-align: center;
}

.banner .title a {
	color: #fff;
}

.banner .title .b-title {
	width: 1200px;
	margin: 0 auto;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
}

.banner .title .b-txt {
	width: 1200px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.6;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.banner .swiper-pagination-fraction {
	bottom: 8px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}

.banner .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.banner .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.banner .swiper-button-prev,
.banner .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner .swiper-button-prev {
	left: 0;
}

.banner .swiper-button-next {
	right: 0;
}

.banner .swiper-pagination-fraction,
.banner .swiper-button-prev,
.banner .swiper-button-next {
	opacity: 0;
}


.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
}

.banner .swiper-container-banner:hover .swiper-pagination-fraction,
.banner .swiper-container-banner:hover .swiper-button-next,
.banner .swiper-container-banner:hover .swiper-button-prev {
	opacity: 1;
}

/* banner end */

/* logo begin */
.logo {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
}

.logo .swiper-container-logo {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0;
}

.logo .swiper-container-logo .swiper-wrapper {
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}

.logo .swiper-slide {
	width: auto;
	margin-right: 15px !important;
}

.logo .pic img {
	width: auto;
	height: 80px;
	display: block;
	margin: 0 auto;
}

/* logo end */

/* review begin */
.review {
	margin: 80px auto 0;
}

.review * {
	transition: all .8s ease 0s;
}

.review .col-1 {
	width: 1200px;
	margin: 0 auto;
	padding: 0 30px;
	margin-bottom: 40px;
	position: relative;
}

.review .col-1::after {
	position: absolute;
	left: 0;
	top: 50px;
	z-index: -1;
	content: "";
	width: 100%;
	height: 170px;
	background-color: #0237ea;
}

.review .col-1 .mod-card .media {
	width: 560px;
}

.review .col-1 .mod-card .media a {
	width: 100%;
}

.review .col-1 .mod-card .media img {
	float: left;
	width: 560px;
	height: 380px;
	margin-right: 30px;
}

.review .col-1 .mod-card .topic {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	line-height: 1.6;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 70px;
}

.review .col-1 .mod-card .topic a {
	color: #fff;
}

.review .col-1 .mod-card .topic a:hover {
	color: #fff;
	opacity: .5;
}

.review .col-1 .mod-card .abstract {
	min-height: 90px;
	font-size: 14px;
	text-align: justify;
	line-height: 2;
	padding-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #fff;
}

.review .col-1 ul {
	margin-top: 35px;
	/* border-top: 1px dashed #a6b8f4;
	padding-top: 20px; */
	width: 550px;
	float: right;
}

.review .col-1 ul li {
	width: 100%;
	line-height: 2;
	font-size: 14px;
	color: #333;
	text-align: justify;
}

.review .col-2 {
	width: 100%;
	margin: 0 auto;
	height: 420px;
	list-style: none;
	position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	overflow: hidden;
}

.review article {
	flex: initial;
	width: calc(100%/6);
	height: 100%;
	text-align: center;
	color: #fff;
	text-decoration: none;
	vertical-align: bottom;
	position: relative;
}

.review article>h3 {
	bottom: 30px;
	position: absolute;
	text-align: center;
	width: 100%;
	margin: 0;
	font-size: 20px;
	padding: 20px;
}

.review article img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	user-select: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.review .col-2:hover article {
	flex: initial;
	width: 10%;
}

.review .col-2 article:hover {
	width: 60%;
	padding: 4% 3%;
	transition: opacity .3s ease .3s;
	background-image: linear-gradient(45deg, rgba(209, 0, 42, .6) 0%, #0E5DC4 100%);
}

.review article>div {
	opacity: 0;
	transition: opacity .2s ease 0;
}

.review article:hover>div {
	opacity: 1;
	transition: opacity .3s ease .3s;
}

.review article div {
	text-align: left;
	width: 100%;
}

.review article h3,
.review article h4 {
	margin: 0 0 15px 0;
}

.review article h3 {
	background-color: #0237ea;
	color: #fff;
}

.review article h3 a {
	color: #fff;
}

.review article:hover>h3 {
	margin-left: -5.5%;
}

.review article div h4 {
	font-size: 20px;
	line-height: 2;
	display: none;
}

.review article div p {
	width: 100%;
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

/* review end */

/* RTools begin */
.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 300px;
	width: 60px;
	z-index: 10000;
	display: none;
}

.RTools .qrcode {
	width: 100%;
	padding: 5px 5px 0;
	border: 1px solid #ccc;
	background-color: #f7f7f7 !important;
	right: 0;
	bottom: 70px;
	position: absolute;
}

.RTools .qrcode canvas {
	width: 100%;
	height: auto;
}

.RTools .qrcode:hover::after {
	content: "扫描分享";
	width: 100%;
	color: #333;
	font-size: 16px;
	display: block;
	text-align: center;
}

.RTools .qrcode:hover {
	transform: translate(0, 0);
	animation: change 1s;
	-moz-animation: change 1s;
	-webkit-animation: change 1s;
	-moz-animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
	overflow: hidden;
	width: 100%;
}

@keyframes change {
	from {
		width: 48px;
		height: 48px;
		opacity: 1;
	}

	to {
		width: 100px;
		height: 125px;
		opacity: 1;
	}
}

.RTools .gototop {
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #0237ea url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAGUExURf///0RERMf1+eoAAAACdFJOU/8A5bcwSgAAAE1JREFUeNrs0yEOwDAQA8HN/z9ddiy2krJ2j1gGg6xjvTjEYrFY/CEM9xiyptioaTZpqg2aaCfO8KCkKTZq+kg3eFP8KrFYLP4pfgQYAJQnDccrVqXcAAAAAElFTkSuQmCC") no-repeat 50% 50%;
	transition: .3s;
	opacity: 0;
	filter: alpha(opacity=0);
}

.show {
	display: block;
}

/* RTools end */

/* 版权区块 begin */
.adBottom {
	background: #0237ea;
	/*padding:20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #0237ea;
	text-align: center;
	color: #fff;
	/*border-top:#df0045 solid 5px;*/
}

.footer p {
	line-height: 2;
	font-size: 16px;
}

/* 版权区块 end */

/* 区块more begin */
.btn-more {
	margin: 50px auto 0;
	width: 150px;
}

.btn-h-e {
	font-size: 16px;
	border-radius: 5px;
	color: #fff;
	letter-spacing: 0;
	line-height: 1;
	background-color: #0237ea;
	width: 100%;
	text-align: center;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 30px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	text-decoration: none;
	overflow: hidden;
}

.btn-h-e::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 300px;
	height: 300px;
	content: "";
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 50%;
	z-index: -1;
}

.btn-h-e::after {
	position: absolute;
	top: 40%;
	left: 50%;
	transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
	transition: transform .2s linear .2s, opacity .2s linear .2s;
	transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 300px;
	content: "»";
	font-size: 50px;
	font-weight: 900;
	line-height: inherit;
	color: transparent;
	-webkit-transform: translate(-50%, -50%) scale(0);
	transform: translate(-50%, -50%) scale(0);
	-webkit-transform-origin: center center;
	transform-origin: center center;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 50%;
	opacity: 0;
	z-index: -1;
}

.btn-h-e:hover {
	color: transparent;
}

.btn-h-e:hover::before,
.btn-h-e:hover::after {
	transition-duration: .15s;
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	color: #fff;
}

/* 区块more end */

/* xpage begin */
.xpage-more-btn {
	width: 150px;
	text-align: center;
	margin: 50px auto 30px;
	padding: 15px 0;
	border: 1px solid #bbb;
	line-height: 1;
	border-radius: 5px;
	cursor: pointer;
	background: #eee;
	font-size: 14px;
}

.xpage-more-btn a {
	color: #333;
}

.xpage-more-btn:hover {
	background: #0237ea;
	color: #fff;
	border-color: #0237ea;
}

.xpage-more-btn:hover a {
	color: #fff;
}

/* xpage end */

/* section-title begin */
.banner .section-title,
.review .section-title,
.section-5 .section-title,
.section-6 .section-title,
.section-8 .section-title,
.section-10 .section-title,
.section-20 .section-title,
.section-21 .section-title,
.section-22 .section-title,
.section-26 .section-title,
.section-34 .section-title {
	width: 1200px;
	height: 120px;
	line-height: 120px;
	text-indent: 0;
	background: url("boao_tit_pc.jpg") center center no-repeat;
	background-size: cover;
	border-bottom: 0;
	margin: 0 auto 30px;
}

.banner .section-title em,
.review .section-title em,
.section-5 .section-title em,
.section-6 .section-title em,
.section-8 .section-title em,
.section-10 .section-title em,
.section-20 .section-title em,
.section-21 .section-title em,
.section-22 .section-title em,
.section-26 .section-title em,
.section-34 .section-title em {
	display: block;
	text-align: center;
	font-size: 40px;
	/* padding-top:3px;*/
	color: #fff;
}


/* section-title end */

/* 111111 */
@media screen and (max-width:768px) {
	.phd {
		margin-top: 0;
		height: auto;
	}

	.phd img {
		width: 100%;
		height: auto;
	}

	/* 手机导航 begin */
	#mobileHeader {
		width: 100%;
		line-height: 0;
		background: #eee url("//www.news.cn/world/2015/images/bgSjTop.png") 0 0 no-repeat;
		-webkit-background-size: 100% 45px;
		background-size: 100% 45px;
		position: relative;
		display: block;
	}

	#mobileHeader .logo {
		display: block;
		width: 1.3rem;
		height: .9rem;
		background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 0 0 no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
		position: absolute;
		top: 0;
		left: .2rem;
	}

	#mobileHeader .name {
		display: inline-block;
		width: 5rem;
		height: .8rem;
		line-height: 2.7;
		font-size: .32rem;
		padding: 0 0 0 .2rem;
		color: #fff;
		vertical-align: top;
		margin: 0 0 0 1.5rem;
		background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 0 -160px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
		overflow: hidden;
	}

	#mobileHeader .name a {
		color: #fff;
	}

	#mobileHeader .right {
		display: block;
		width: .6rem;
		height: .9rem;
		position: absolute;
		top: 0;
		right: .2rem;
		background: url("//www.news.cn/world/2015/images/xh_mobile_header.png") 100% -45px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
	}

	#mobileHeader .mobileNavList {
		width: 100%;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: .9rem;
		left: 0;
		background: #ededed;
		z-index: 110;
	}

	#mobileHeader .mobileNavList a {
		float: left;
		width: 20%;
		padding: .2rem 0;
		color: #333;
		text-align: center;
		font-size: .32rem;
	}

	#mobileHeader .phnav {
		text-align: center;
		padding-bottom: .12rem;
	}

	#mobileHeader .phnav li {
		float: left;
		width: 25%;
		height: .8rem;
		line-height: .85rem;
		text-align: center;
		font-size: .32rem;
		color: #333;
	}

	#mobileHeader .phnav a {
		color: #333;
	}

	/* 手机导航 end */

	.widthMain {
		width: 100%;
		margin: .4rem auto;
		padding: 0 .2rem;
	}

	.section {
		width: 100%;
		margin: .3rem auto;
		padding: 0 .2rem;
	}

	/* 导航 begin */
	.nav {
		width: 100%;
		height: 1rem;
		line-height: 1rem;
		background: #0237ea url("nav_bg.png") left center no-repeat;
		background-size: auto;
		overflow: hidden;
		margin-bottom: 0;
		position: inherit;
		top: .8rem;
	}

	.nav .swiper-container-nav {
		width: 100%;
		padding-left: .3rem;
		letter-spacing: 0;
	}

	.nav .swiper-slide {
		width: auto;
		color: #fff;
		font-size: .36rem;
	}

	.nav .swiper-slide:last-child {
		margin-right: .4rem;
	}

	.nav .swiper-slide a {
		color: #fff;
	}

	/* 导航 end */

	/* 滚动新闻 begin */
	.section-gdxw {
		height: 1rem;
		overflow: hidden;
		margin-top: 0;
		margin-bottom: 0;
		padding: 0;
		position: relative;
	}

	.section-gdxw .swiper-container-gdxw {
		font-size: .32rem;
		height: 1rem;
		line-height: 1rem;
		overflow: hidden;
		position: relative;
		background-color: #f5f5f5;
	}

	.section-gdxw .section-caption {
		width: .88rem;
		position: absolute;
		top: .25rem;
		left: .16rem;
		padding: .1rem .1rem .12rem .1rem;
		color: #fff;
		font-size: .32rem;
		line-height: 1;
		background-image: linear-gradient(#0237ea 0%, #0237ea 100%);
		-webkit-transform: translateY(1px);
		-moz-transform: translateY(0);
		transform: translateY(0);
		z-index: 2;
	}

	.section-gdxw .section-caption a {
		color: #fff;
	}

	.section-gdxw .swiper-slide div {
		padding-left: 1.2rem;
		padding-right: .16rem;
		width: 100%;
		height: 1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.section-gdxw .swiper-slide a {
		color: #333;
	}

	/* 滚动新闻 end */

	/* section-3 begin */
	.section-3 {
		margin-top: .2rem;
	}

	.section-3 .title {
		color: #333;
		font-size: .48rem;
		font-weight: 700;
		text-align: center;
		line-height: 1.4;
		white-space: inherit;
	}

	.section-3 .title a {
		color: #333;
		padding: 0;
	}

	.section-3 .title:hover a {
		color: #333;
		background-color: #fff;
	}

	.section-3 .note {
		color: #999;
		font-size: .28rem;
		line-height: 1.6;
		padding: .1rem 0 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		text-align: justify;
	}

	.section-3 .note a {
		color: #999;
	}

	/* section-3 end */

	/* section-5 begin */
	.section-5 .native-tabs {
		font-size: 0;
		+word-spacing: -1px;
		position: inherit;
	}

	.section-5 .tab-hds,
	.section-5 .tab-bd {
		display: inline-block;
		+display: inline;
		+zoom: 1;
		font-size: .28rem;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
	}

	.section-5 .tab-hds {
		width: 100%;
		background-color: #fff;
		padding: .2rem 0;
		overflow-x: auto;
		position: inherit;
	}

	.section-5 .tab-hds ul {
		width: 320%;
		overflow-y: hidden;
		overflow-x: auto;
	}

	.section-5 .tab-hds .current {
		border-color: #0237ea;
	}

	.section-5 .tab-hd {
		float: left;
		border: .08rem solid #fff;
		width: calc(100%/10 - .2rem);
		margin-right: .2rem;
		margin-bottom: .2rem;
		overflow: hidden;
	}

	.section-5 .tab-hd:nth-child(3n+3) {
		margin-right: .2rem;
	}

	.section-5 .tab-hd:nth-child(10n) {
		margin-right: 0;
	}

	.section-5 .mod-tile {
		width: 100%;
		margin: 0;
		position: inherit;
	}

	.section-5 .mod-tile .media img {
		width: 2rem;
		height: 2.7rem;
	}

	.section-5 .tab-bd {
		width: 100%;
		background-color: #0237ea;
		padding: .2rem .3rem .2rem .2rem;
		margin-left: 0;
		display: none;
	}

	.section-5 .mod-card {
		*zoom: 1;
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: 0;
	}

	.section-5 .mod-card::before,
	.section-5 .mod-card::after {
		content: "";
		display: table;
	}

	.section-5 .mod-card::after {
		clear: both;
	}

	.section-5 .mod-card .media a {
		float: left;
		width: 3rem;
		height: auto;
		margin-right: .3rem;
		margin-left: -.4rem;
	}

	.section-5 .mod-card .media img {
		width: 3rem;
		height: 4rem;
	}

	.section-5 .mod-card .topic {
		padding-top: .3rem;
		padding-right: 0;
		font-size: .4rem;
		font-weight: 700;
		color: #fff;
		height: auto;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		text-align: justify;
	}

	.section-5 .mod-card .sub-topic {
		margin-top: -.2rem;
		font-size: .24rem;
		color: #fff;
		font-weight: 400;
		height: auto;
		overflow: hidden;
		text-indent: -99999px;
	}

	.section-5 .mod-card .sub-topic span {
		position: absolute;
		width: 1rem;
		height: 2px;
		margin-top: .1rem;
		display: block;
		background: #fff;
	}

	.section-5 .mod-card .sub-topic span::before {
		content: "boao";
		font-size: .2rem;
		font-weight: 400;
		padding-top: .1rem;
		text-transform: uppercase;
		display: table;
		text-indent: initial;
	}

	.section-5 .mod-card .topic a {
		color: #fff;
	}

	.section-5 .mod-card .abstract {
		margin-top: .7rem;
		padding-right: 0;
		font-size: .24rem;
		line-height: 1.6;
		color: #fff;
		-webkit-line-clamp: 2;
	}

	.section-5 .mod-card .abstract a {
		color: #fff;
	}

	/* section-5 end */

	/* section-6 begin */
	.section-6 .scroll-box {
		height: 16rem;
		padding-left: .2rem;
		padding-right: .4rem;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.section-6 .item-area {
		padding-bottom: .6rem;
	}

	.section-6 .item-area:nth-last-child(1) {
		padding-bottom: 0;
	}

	.section-6 .item-area .item-title {
		padding-bottom: .3rem;
	}

	.section-6 .item-area .item-title h2 {
		color: #333;
		line-height: 1.4;
		font-size: .4rem;
		font-weight: 700;
		text-align: justify;
	}

	.section-6 .item-area .item-title h2 a {
		color: #333;
	}

	.section-6 .item-area .item-title h2::after,
	.section-6 .item-area .item-title h2::before {
		content: "";
		display: inline-block;
		width: .4rem;
		height: .5rem;
		background-repeat: no-repeat;
		background-size: 100%;
		overflow: hidden;
	}

	.section-6 .item-area .item-title h2::before {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MzMyNTY3MkVCOEQxMUU4QjhCQUQ4NjNGODMzQjg0MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1N0Q3NDIyOEVCOTAxMUU4QjhCQUQ4NjNGODMzQjg0MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzMzI1NjcwRUI4RDExRThCOEJBRDg2M0Y4MzNCODQyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgzMzI1NjcxRUI4RDExRThCOEJBRDg2M0Y4MzNCODQyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+AOyhNgAAARxJREFUeNpivHfvXjMDA0MeEP8EYkYGBACxWYF4GRBnQsWmA3EUEP8G4v9IakFsdiCezAIk+IGYjwE3EEViixBQy88EJL4z4AefkdhfCKj9zoTmTWyAEQcbq1omBioDYgz8T6qB/0mw9D8xXuYmoEEEic1NwEB+ULJ5hhboJ4C4A4ilgJgZiG8gyb9CM2APEM8CYgEgZgPiC4zAhK0MZJyFpkcQuAbE2jhcoAXE56GaQeCioqKiAXr43IXagqypC4eBIMsWIfH179+/X4stwGcC8Rsk8VgglsFh6AQg/oXEzwAaKoBuIMiVy5EUSQBxOQ4Dr6K5EhTW9diSxGRoBHwC4o9A7AXEsjgMnQLET6BqQVnTBehKcZAEQIABAI1rO7ast6bYAAAAAElFTkSuQmCC");
		margin-right: .2rem;
		background-position: 0 0;
	}

	.section-6 .item-area .item-title h2::after {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAOCAYAAAAvxDzwAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1N0Q3NDIyQkVCOTAxMUU4QjhCQUQ4NjNGODMzQjg0MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1N0Q3NDIyQ0VCOTAxMUU4QjhCQUQ4NjNGODMzQjg0MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU3RDc0MjI5RUI5MDExRThCOEJBRDg2M0Y4MzNCODQyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU3RDc0MjJBRUI5MDExRThCOEJBRDg2M0Y4MzNCODQyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ARlqQAAAAS1JREFUeNqUkj1LBDEURZOwKguuCorKosh0YuNXI9haidjaWgiCKOi/sfc/WFnY22ihjTiNIshuoQsWKjqeB2/hEWc27oUzvExuXu4k4/M8d2gKLmAOCujAFty4v5qFSxgHD8+wnWXZvUwGNb1owwaMwAwcunI9wjmMqncejrqTXhOKxuAWmjr+hBV9F0s2vIJpHbdhjZQPwZhe4dSMB+G4IuUTnJnxBOzHCbu6hkWTchnuKhpL+gWt32C1xmMdlnSxpGxFKQ/MeW7omX3rZXSMV850Rxruwp6r1qSpT2Azmi/0tkXNoFF76d3U7ZJ5b71Bd+glu+An5Q2uP/mUod+G7j8NU59cVNSlXmlYT5iGTd1IeOs1vWX5nz6iM5J6ILrZlnq/SpIPSa9fAQYAWE5BaPy9c1IAAAAASUVORK5CYII=");
		margin-left: .2rem;
		background-position: 100% 100%;
	}

	.section-6 .item-area .item-title span {
		color: #999;
		line-height: 1.4;
		font-size: .32rem;
		font-weight: 400;
		display: block;
		text-align: right;
		display: none;
	}

	.section-6 .item-area .item-con .abstract {
		font-size: .28rem;
		line-height: 1.6;
		color: #5f5f5f;
		text-align: justify;
	}

	.section-6 .item-area .item-con .media {
		width: 100%;
		margin: 0 auto;
	}

	.section-6 .item-area .item-con .media img {
		margin: 0 auto .3rem;
		max-width: 100%;
		height: auto;
	}

	/* section-6 end */

	/* section-8 begin */
	.section-8 {
		font-size: 0;
		+word-spacing: -1px;
	}

	.section-8 .col-1,
	.section-8 .col-2 {
		display: inline-block;
		+display: inline;
		+zoom: 1;
		font-size: 14px;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
	}

	.section-8 .col-1 {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}

	.section-8 .col-1 .pic img {
		width: 100%;
	}

	.section-8 .col-1 .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(51, 51, 51, .7);
		color: #fff;
		padding: .1rem 1rem .1rem .2rem;
		line-height: 1.6;
		display: none;
	}

	.section-8 .col-1 .title span.b-title {
		display: block;
		font-size: .32rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.section-8 .col-1 .title span.b-title a {
		color: #fff;
	}

	.section-8 .col-1 .title span.b-txt {
		font-size: .28rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: none;
	}

	.section-8 .col-1 .title span.a-more {
		color: #0237ea;
		display: none;
	}

	.section-8 .col-1 .title span.b-title a:hover,
	.section-8 .col-1 .title span.a-more a:hover {
		color: #0237ea;
		transition: all .4s ease-in-out;
	}

	.section-8 .col-1 .swiper-pagination-fraction {
		bottom: .2rem;
		right: .2rem;
		left: auto;
		width: auto;
		color: #fff;
		font-size: .36rem;
	}

	.section-8 .col-1 .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-8 .col-1 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-8 .col-1 .swiper-button-prev,
	.section-8 .col-1 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgba(51, 51, 51, .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-8 .col-1 .swiper-button-prev {
		left: 0;
	}

	.section-8 .col-1 .swiper-button-next {
		right: 0;
	}

	.section-8 .col-1 .swiper-button-prev:hover,
	.section-8 .col-1 .swiper-button-next:hover {
		background-color: rgba(76, 126, 237, .7);
		height: 1.8rem;
	}

	.section-8 .col-1 .swiper-pagination-fraction,
	.section-8 .col-1 .swiper-button-prev,
	.section-8 .col-1 .swiper-button-next {
		opacity: 1;
	}

	.section-8 .col-1:hover .swiper-pagination-fraction,
	.section-8 .col-1:hover .swiper-button-prev,
	.section-8 .col-1:hover .swiper-button-next {
		opacity: 1;
	}

	.section-8 .col-2 {
		width: 100%;
		height: auto;
		overflow: hidden;
		background: #f7f7f7 url("fenlt_bg.jpg") 0 0 no-repeat;
		padding-top: .2rem;
	}

	.section-8 .col-2 .mod-topics .topic {
		background-color: #0237ea;
		height: inherit;
		line-height: 1.4;
		text-align: justify;
		font-size: .4rem;
		padding: .4rem;
		position: relative;
		color: #fff;
		font-weight: 700;
	}

	.section-8 .col-2 .mod-topics .topic::before {
		content: "boao";
		position: absolute;
		top: 50%;
		right: 5%;
		color: rgba(255, 255, 255, .1);
		text-transform: uppercase;
		display: table;
		margin-top: -1.2rem;
		z-index: 1;
		font-size: 1.7rem;
		font-family: "Times New Roman";
		font-weight: bolder;
	}

	.section-8 .col-2 .mod-topics .topic a {
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-8 .col-2 .mod-topics .abstract {
		margin-top: 0;
		color: #777;
		padding: .4rem;
	}

	.section-8 .col-2 .mod-topics .abstract span {
		font-size: .28rem;
		line-height: 1.6;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 8;
	}

	.section-8 .col-3 {
		margin-top: .2rem;
	}

	.section-8 .col-3 .mod-tile {
		width: calc(100%/2 - .1rem);
		margin-left: calc(.1rem*2 / 1);
		margin-top: calc(.1rem*2 / 1);
		padding-left: .1rem;
		overflow: hidden;
	}

	.section-8 .col-3 .mod-tile:nth-child(4n+1) {
		margin-left: 0;
	}

	.section-8 .col-3 .mod-tile:nth-child(odd) {
		margin-left: 0;
	}

	.section-8 .col-3 .mod-tile .media {
		width: 100%;
		position: relative;
	}

	.section-8 .col-3 .mod-tile .media a {
		overflow: hidden;
		display: block;
	}

	.section-8 .col-3 .mod-tile .media img {
		width: 100%;
		height: auto;
	}

	.section-8 .col-3 .mod-tile .media a img {
		transition: all .4s ease-in-out;
	}

	.section-8 .col-3 .mod-tile .media a:hover img {
		transform: scaleX(1.2) scaleY(1.2);
	}

	.section-8 .col-3 .mod-tile .media .ribbon {
		display: inline-block;
		position: absolute;
		color: #fff;
		min-width: .9rem;
		font-size: .28rem;
		font-weight: 700;
		height: .6rem;
		line-height: .6rem;
		padding-left: .2rem;
		padding-right: .1rem;
		background: #0237ea;
		left: -.1rem;
		top: 1.6rem;
		z-index: 10;
	}

	.section-8 .col-3 .mod-tile .media .ribbon::before,
	.section-8 .col-3 .mod-tile .media .ribbon::after {
		content: "";
		position: absolute;
	}

	.section-8 .col-3 .mod-tile .media .ribbon::before {
		height: 0;
		width: 0;
		border-bottom: .1rem solid #0237ea;
		border-left: .1rem solid transparent;
		top: -.1rem;
		left: 0;
	}

	.section-8 .col-3 .mod-tile .media .ribbon::after {
		height: 0;
		width: 0;
		border-top: .3rem solid transparent;
		border-bottom: .3rem solid transparent;
		border-left: .2rem solid #0237ea;
		right: -.2rem;
	}

	.section-8 .col-3 .mod-tile .caption {
		line-height: 1.6;
		font-size: .28rem;
		width: 100%;
		min-height: 1.48rem;
		padding: .4rem .2rem .2rem;
		color: #888;
		background: #f7f7f7;
	}

	.section-8 .col-3 .mod-tile .caption a {
		color: #888;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-8 .col-3 .mod-tile .abstract {
		width: 100%;
		font-size: .28rem;
		line-height: 1.6;
		color: #888;
		background: #f7f7f7;
		padding: .2rem;
		overflow: hidden;
		height: 1.8rem;
		position: inherit;
		right: 0;
		bottom: 0;
		border-bottom: none;
		border-top: 1px dashed #b0b8de;
		text-align: justify;
	}

	.section-8 .col-3 .mod-tile .abstract span,
	.section-8 .col-3 .mod-tile .abstract span a {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		color: #888;
	}

	.section-8 .col-3 .mod-tile .caption:hover+.abstract {
		/* 元素相邻且紧接着 */
		right: 0;
		bottom: 0;
		transition: all .2s ease-in-out;
	}

	.section-8:nth-child(odd) .col-1 {
		float: none;
	}

	/* section-8 end */

	/* bannerTX begin */
	.bannerTX {
		width: 100%;
		margin-top: 0;
		overflow: hidden;
	}
	
	.bannerTX .skitter {
		max-width: inherit;
	}
	
	.bannerTX .skitter.with-dots {
		margin-bottom: 0;
	}
	
	.bannerTX img {
		width: 100% !important;
		height: 4rem !important;
		overflow: hidden;
	}
	
	.bannerTX .label_skitter {
		background: linear-gradient(0deg, rgba(51, 51, 51, .7) 0%, rgba(51, 51, 51, .3) 80%, rgba(51, 51, 51, 0) 100%);
		padding: .2rem 0;
		color: #fff;
		text-align: center;
		opacity: 1 !important;
	}
	
	.bannerTX .label_skitter a {
		color: #fff;
	}
	
	.bannerTX .label_skitter .b-title {
		width: 90%;
		margin: 0 auto;
		padding: 0;
		font-weight: 700;
		font-size: .28rem;
		line-height: 1.4;
	}
	
	.bannerTX .label_skitter .b-txt {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		font-size: .28rem;
		line-height: 1.6;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: none;
	}
	
	.bannerTX .prev_button,
	.bannerTX .next_button {
		width: .6rem;
		height: 1.2rem;
		background-color: rgba(51, 51, 51, .7);
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		opacity: 1;
		background-size: .4rem;
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	.bannerTX .prev_button {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAADhElEQVR4nO3dYXEiWxSF0ZEQCUiIhEgYCZGAAyREAhKQEAmREAlI2O8HvKpUHqfP0FTunXq9loL9g6+obui+v34BAAAAAAAAwFdJnpLskxyTnJIckjzN3gXTJXlO8pn/Oid5mb0PprnGcb4Rx9dIdrN3wnB/EMe/jrO3wlB3xJEk59l7YZg740iSj9mbYYgVcSTJafZu+HEr43Ani/+/lXEkydvs7fCjxAEFcUBBHFAQBxTEAQVxQEEcUBAHFMQBBXFAIfWTgOJg28QBBXFAQRxQEAcUxAEFcUBBHFBIshMH3CAOKIgDCuKAgjigIA4oiAMK4oBCLseeiQO+u8bxIQ74RhxQEAcUxAEFcUBBHFAQBxTEAYVrHO/igG+ucZzEAd+IAwrigII4oCAOKIgDCuKAgjigIA4oiAMK4oCCOKAgDiiIAwrigII4oCAOKIgDCuKAgjigIA4oiAMK4oCCOKAgDihc4ziKA74RBxTEAQVxQEEcUBAHFMQBBXHAAnFAQRxQEAcUxAEFcUBBHFAQBxTEAYUkb+KAG5L8FgcUknyIA27I5T9W4oBbVgTymeRp9m4Y5vqhFwncknUX6SJhO5K8r4jkQyRshkigsTaS2bthmNz/u4hI2I5cbv2KBCoPRPI+ezsMIRJoiAQaIoGGSKAhEmiIBBpJdknOIoHCA5GcZm+HIR6IxFOJbEOSZ5HAApFA4xrJGofZ22EIkUDjgUj2s7fDECKBRpKXlZG8zt4OQ4gEGiKBhkigIRJoiAQaD0TyMns7DCESaCR5FQksSLIXCSwQCTREAo0khxWBnJM8z94OQ4gEGkneRAILRAKNJEeRwAKRQEMk0BAJNFZG8hlnuLMVIoFGkpNIYEGS9xWRfIiEzRAJNNZGMns3DCMSaIgEGnHyLtTieGpYJhJoiAQaIoGGSKAhEmiIBBoigUaSXS5PGd7rbfZ2GEIk0BAJNJI8r4zkMHs7DCESaFwjWWM/ezsMIRJoiAQaD0TyOns7DJH1x1O/zt4OQ4gEGiKBhkig8UAkv2dvhyEeiORl9nYYQiTQEAk0kryKBBYk2YsEFqyMxKGibIdIoJHkIBJYsDaS2bthmCRvKyLxEgi2Y0UkXkrHtiQ53hHI5+y9MNwdkfgGYZv+MBLPs7NdWb4mOc7eB9Pl8t+tr2+VP+fyA+PT7G3wV0mym70BAAAAAAAA4Mf9A4hXAHBdUJnWAAAAAElFTkSuQmCC");
		left: 0;
	}
	
	.bannerTX .next_button {
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAADICAYAAACtWK6eAAADn0lEQVR4nO3dXXFiWxSF0ZYQCUiIBCS0hEiIAyREQiREQiREAhKQMO8DvFw6K6vZpw676zCGgvnyFZziZ/36BQAAAAAAALBVSZ6SvCb5SPKe5DB7E/wTkuyTHPOnU5L97H0wTZLdJYSf7GfvhCmSHJo4RMLjujxz/K397L1wV0m+bghEJDyWJG83BiISHkfOD+kj9rO3w13k/PmHSKCSsbdaIuFxDEZySvI8ezvchUigIRJoiAQaIoGGSKAhEmiIBBoigYZIoCESaIgEGiKBhkigIRJoiAQaIoGGSKAhEmiIBBoigYZIoCESaIgEGiKBxoJIdrO3w10MRnJM8jR7O9yFSKAhEmiIBBoigYZIoCESaIgEGiKBxmAkXyLhYYgEGiKBhkigIRJoiAQaIoHGaCSzd8PdiAQaIoGGSKAhEmiIBBoigYZIoCESaAxG8jl7N9yNSKAhEmiIBBoigYZIoCESaIgEGiKBhkigIRJoiAQaIoGGSKAhEmiIBBoigYZIoCESaIgEGiKBhkigIRJoiAQaIoHGYCQfs3fD3QxG8nv2bribgUhOszfDXSV5vzESV3d5DEmecj41fYvd7N2wusE4jrN3w+oG40iSw+ztsKpLHB8DcXzG8wdbtiCOL3GwaeKAgjigIA4oiAMK4oDCwjh2s/fDai5xvIsDriyI4ygONk8cUBAHFAbjOCV5nr0dVpWxn86Kg+1LchAHfGNBHP54gW1L8ioO+IY4oCAOKIgDCuKAgjigcInjJA64Ig4oJHkZjONl9nZYlTigMBhHxMHmJdmLA74hDigsiON19nZYVZLnwTicIWDbxAGFBXG8zd4OqxIHFMQBBXFA4RLHURxwRRxQSLIbjSNudLBl4oCCOKCQ842Or4E43sXBpokDCuKAQsaPZn6Kg00TBxQWxOEWOdsmDiiIAwrigII4oCAOKFzieBcHXFkYx272fliNOOAHg3EcxcHmiQMKOf9wSRxwLclhII5TkufZ22FV4oBCxs8ti4NtWxCHi7JsmzigIA4oiAMK4oCCOKBwiePWGx3iYPvEAYUkL+KAbyyI42X2dliVOKCQZD8QR8TB5okDChk/t/wyezusakEcr7O3w6oWxHGYvR1WJQ4oLIjjbfZ2WJU4oJDxo5niYPsy9rV1cfAYcvspAnHwOHLb2ytx8Fjy938P+hY3Ong0SX6LA36Qn59DxAH586e0p/huFfxfzp+LeMUAAAAAAAAA4Hv/ATuZJDPPTfdhAAAAAElFTkSuQmCC");
		right: 0;
	}
	
	.bannerTX .prev_button:hover,
	.bannerTX .next_button:hover {
		background-color: rgba(76, 126, 237, .7);
		height: 1.8rem;
	}
	
	.bannerTX .skitter:hover .prev_button,
	.bannerTX .skitter:hover .next_button {
		opacity: 1 !important;
	}
	
	/* bannerTX end */

	/* news begin */
	.news .swiper-container-news {
		position: relative;
		overflow: hidden;
	}

	.news .swiper-slide {
		color: #fff;
		background-color: #0237ea;
		padding: 1.6rem 5% .6rem;
		background-image: url("boao_s_b.png");
		background-position: 50% 12%;
		background-repeat: no-repeat;
		background-size: 20%;
		text-align: center;
	}

	.news .swiper-slide:nth-child(odd) {
		background-color: #f0f0f0;
		background-image: url("boao_s_c.png");
		color: #333;
	}

	.news .title .b-title {
		font-weight: 700;
		font-size: .36rem;
		line-height: 1.6;
	}

	.news .title .b-title a {
		color: #fff;
		margin: .1rem 0 .2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		height: 1.2rem;
	}

	.news .swiper-slide:nth-child(odd) .title .b-title a {
		color: #333;
	}

	.news .title .b-txt {
		font-size: .24rem;
		line-height: 1.8;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		height: 1.3rem;
	}

	/* news end */

	/* section-10 begin */
	.section-10 {
		margin: .3rem auto;
		padding: 0 .2rem;
	}

	.section-10 .view {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.section-10 .view .swiper-container {
		width: 100%;
	}

	.section-10 .view .mod-tile {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.section-10 .view .mod-tile {
		padding-bottom: 0;
	}

	.section-10 .view .mod-tile .media img {
		width: 100%;
		height: 4rem;
	}

	.section-10 .view .mod-tile .caption {
		position: inherit;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 5;
		width: 100%;
		font-size: .32rem;
		line-height: 1.6;
		margin: 0 auto 0;
		color: #fff;
		padding: .2rem;
		background-color: #0237ea;
		border: 0px dashed #fff;
		box-shadow: 0 0 0 0px #0237ea;
		text-align: justify;
	}

	.section-10 .view .mod-tile .caption a {
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: inherit;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-10 .view .arrow-left,
	.section-10 .view .arrow-right {
		width: .6rem;
		height: 1.2rem;
		background-color: rgba(51, 51, 51, .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 35%;
		margin-top: 0;
	}

	.section-10 .view .arrow-left {
		left: 0;
	}

	.section-10 .view .arrow-right {
		right: 0;
	}

	.section-10 .view .arrow-left:hover,
	.section-10 .view .arrow-right:hover {
		background-color: rgba(76, 126, 237, .7);
		height: 1.8rem;
		margin-top: -.4rem;
	}

	.section-10 .view .arrow-left,
	.section-10 .view .arrow-right {
		opacity: 1;
	}

	.section-10 .view .arrow-right:hover,
	.section-10 .view .arrow-left:hover {
		opacity: 1;
	}

	.section-10 .preview {
		width: 100%;
		padding: 0;
		height: auto;
		margin: 0 auto;
		margin-top: .2rem;
		position: relative;
	}

	.section-10 .preview .swiper-container {
		margin-left: -.1rem;
	}

	.section-10 .preview .swiper-slide {
		width: 30%;
		padding: 0 .1rem;
		overflow: inherit;
	}

	.section-10 .preview img {
		width: 100%;
		height: auto;
		border: .1rem solid #0237ea;
	}

	.section-10 .preview .active-nav img {
		padding: 0;
		border: .1rem solid #dc0000;
	}

	.section-10 .preview .arrow-left,
	.section-10 .preview .arrow-right {
		width: .6rem;
		height: 1.2rem;
		background-color: rgba(51, 51, 51, .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 35%;
		margin-top: 0;
		display: none;
	}

	.section-10 .preview .arrow-left {
		left: 0;
	}

	.section-10 .preview .arrow-right {
		right: 0;
	}

	.section-10 .preview .arrow-left,
	.section-10 .preview .arrow-right {
		opacity: 1;
	}

	.section-10 .preview .arrow-left:hover,
	.section-10 .preview .arrow-right:hover {
		background-color: rgba(76, 126, 237, .7);
		height: 1.8rem;
		margin-top: -.4rem;
	}

	/* section-10 end */

	/* section-11-1 begin */
	.section-11-1 {
		margin-top: 0;
		position: relative;
		overflow: hidden;
		font-size: 0;
		+word-spacing: -1px;
	}

	.section-11-1 .focus {
		position: absolute;
		top: 60px;
		right: -43px;
		z-index: 2;
		display: none;
	}

	.section-11-1 .swiper-container-xctj {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.section-11-1 .col-1 .pic img {
		width: 100%;
		height: 4rem;
	}

	.section-11-1 .col-1 .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: linear-gradient(0deg, rgba(51, 51, 51, .7) 0%, rgba(51, 51, 51, .3) 80%, rgba(51, 51, 51, 0) 100%);
		color: #fff;
		padding: .1rem 1.2rem .1rem .2rem;
		line-height: 1.6;
	}

	.section-11-1 .col-1 .title a {
		color: #fff;
	}

	.section-11-1 .col-1 .title .b-title {
		font-size: .32rem;
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		text-align: left;
	}

	.section-11-1 .col-1 .title .b-txt {
		font-size: .28rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: none;
	}

	.section-11-1 .swiper-pagination-fraction {
		bottom: .1rem;
		right: .2rem;
		left: auto;
		width: auto;
		color: #fff;
		font-size: .36rem;
	}

	.section-11-1 .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-11-1 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-11-1 .swiper-button-prev,
	.section-11-1 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgba(51, 51, 51, .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-11-1 .swiper-button-prev {
		left: 0;
	}

	.section-11-1 .swiper-button-next {
		right: 0;
	}

	.section-11-1 .swiper-pagination-fraction,
	.section-11-1 .swiper-button-prev,
	.section-11-1 .swiper-button-next {
		opacity: 1;
	}

	.section-11-1 .swiper-button-prev:hover,
	.section-11-1 .swiper-button-next:hover {
		background-color: rgba(76, 126, 237, .7);
		height: 1.8rem;
	}

	.section-11-1 .col-2,
	.section-11-1 .col-3 {
		display: inline-block;
		+display: inline;
		+zoom: 1;
		font-size: .28rem;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		width: 100%;
		margin-top: .4rem;
	}

	.section-11-1 .col-2 {
		margin-right: 0;
	}

	.section-11-1 .col-2 .mod-topics {
		border-bottom: dotted 1px #d9d9d9;
		margin-bottom: .2rem;
		padding-bottom: .2rem;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	.section-11-1 .col-2 .mod-topics:last-child {
		margin-bottom: 0;
	}

	.section-11-1 .col-2 .mod-topics:hover {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.section-11-1 .col-2 .topic {
		font-size: .36rem;
		font-weight: 700;
		height: auto;
		line-height: 1.4;
		color: #555;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: inherit;
	}

	.section-11-1 .col-2 .topic a {
		color: #555;
	}

	.section-11-1 .col-2 .abstract {
		color: #888;
		margin-top: .1rem;
		-webkit-line-clamp: 5;
	}

	.section-11-1 .col-3 {
		margin-left: 0;
	}

	.section-11-1 .col-3 .Collapsing {
		position: relative;
		width: 100%;
		height: 1rem;
		line-height: .92rem;
		cursor: pointer;
		margin-bottom: .2rem;
		padding-left: .1rem;
		padding-right: .8rem;
		border-top: 2px solid #f5f5f5;
		background-image: linear-gradient(to right, #f5f5f5 0%, #f5f5f5 100%);
		color: #555;
		font-size: .32rem;
		font-weight: 400;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.section-11-1 .col-3 .Collapsing .u_num {
		font-style: italic;
		font-weight: bold;
		color: #0237ea;
		font-size: .4rem;
		padding-right: .1rem;
	}

	.section-11-1 .col-3 .Collapsing a {
		color: #555;
	}

	.section-11-1 .col-3 .Collapsing::before {
		position: absolute;
		z-index: 2;
		right: .1rem;
		bottom: 0;
		width: .7rem;
		font-size: .24rem;
		color: #8c8c8c;
		cursor: pointer;
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAALCAYAAAByF90EAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QzYxRjY5M0VGQkQxMUU5OUZCMkVGRDIwODU3Qjc2QyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QzYxRjY5NEVGQkQxMUU5OUZCMkVGRDIwODU3Qjc2QyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjlDNjFGNjkxRUZCRDExRTk5RkIyRUZEMjA4NTdCNzZDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjlDNjFGNjkyRUZCRDExRTk5RkIyRUZEMjA4NTdCNzZDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SEXtYgAAAOlJREFUeNpinL31PyMDA8N/BsoAIxOQWAjEbBQYAtK7EGRQLBDvAGJBMgwRhOqNBRnUB8SOQHwYiBVIMASk9ghUbx/IoGIgzgFiDSA+DsQmRBhiAlWrDtVbzASVmArEgUDMC8QHgNgPjyF+UDW8UD0gvQxMSAo2A7EDEH8G4nVQm9BBNlTuM1TtZpgEE5rCM0BsAcQ3gHgyEPdC1TBB2VOgchZQtXDAgsXWh0BsC8RrgLgIiOWh4sFAvB9Kv0fXxIIjHEAKPYF4NhDHQcUWAXEqEP/CpoEFT6CCNCQA8X1QygXiBnw5ACDAALBxKwYgk6HCAAAAAElFTkSuQmCC");
		background-repeat: no-repeat;
		background-position: 100% 50%;
		background-size: 20%;
	}

	.section-11-1 .col-3 .Collapsing.on {
		border-top: 2px solid #e74167;
		background-image: linear-gradient(to right, #2d4cbb 0%, #0237ea 100%);
		color: #fff;
	}

	.section-11-1 .col-3 .Collapsing.on::before {
		content: "合并";
		color: #fff;
	}

	.section-11-1 .col-3 .Collapsing.on .u_num {
		color: #fff;
	}

	.section-11-1 .col-3 .Collapsing.on a {
		color: #fff;
	}

	.section-11-1 .col-3 .coll_body {
		padding: 0 .2rem .2rem;
		background: #fff;
		display: none;
	}

	.section-11-1 .col-3 .coll_body span {
		font-size: 14px;
		text-align: justify;
		line-height: 1.6;
		color: #888;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 10;
	}

	.section-11-1 .col-3 .coll_body span a {
		color: #888;
	}

	.section-11-1 .col-3 .coll_body:last-child {
		padding-bottom: 0;
	}

	.section-11-1 .col-4 {
		margin-top: .4rem;
	}

	.section-11-1 .col-4 .item {
		width: 100%;
		position: relative;
		margin-right: 0;
		color: #333;
		font-size: .32rem;
		line-height: 1.6;
		padding-left: .4rem;
		padding-bottom: .2rem;
		margin-bottom: .2rem;
		border-bottom: 1px dotted #d9d9d9;
		white-space: inherit;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	.section-11-1 .col-4 .item:hover {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	.section-11-1 .col-4 .item:nth-child(even) {
		margin-right: 0;
		margin-left: 0;
	}

	.section-11-1 .col-4 .item:nth-last-child(-n+2) {
		margin-bottom: .2rem;
	}

	.section-11-1 .col-4 .item::before {
		content: "";
		width: .1rem;
		height: .3rem;
		background-color: #0237ea;
		/* -webkit-transform: rotate(-45deg);
		transform: rotate(-45deg); */
		position: absolute;
		left: .1rem;
		top: .12rem;
		margin-top: 0;
	}

	.section-11-1 .col-4 .item a {
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-11-1 .col-4 .item a:hover {
		color: #0237ea;
		transition: all .4s ease-in-out;
	}

	/* section-11-1 end */

	/* section-20 begin */
	.section-20 {
		margin: .3rem auto;
		overflow: hidden;
	}

	.section-20 .view .swiper-container {
		width: 100%;
		height: auto;
		overflow: inherit;
	}

	.section-20 .view .mod-tile {
		width: 100%;
		height: auto;
	}

	.section-20 .view .mod-tile .mark {
		position: absolute;
		z-index: 1;
		width: 100%;
		height: 4rem;
		/*background:linear-gradient(to top left,rgba( 55,60,213,.5) 0%,rgba( 130,22,80,.2) 50%);*/
	}

	.section-20 .view .mod-tile .caption,
	.section-20 .view .mod-tile .sub-topic,
	.section-20 .view .mod-tile .abstract {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		color: #444;
		line-height: 1.4;
		width: 90%;
		display: block;
	}

	.section-20 .view .mod-tile .caption {
		font-size: .36rem;
		font-weight: 700;
		margin-top: .1rem;
		margin-bottom: .2rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-20 .view .mod-tile .caption a {
		color: #444;
	}

	.section-20 .view .mod-tile .sub-topic {
		width: 70%;
		font-size: .28rem;
		font-weight: 400;
		padding-top: .2rem;
	}

	.section-20 .view .mod-tile img {
		width: 100%;
		height: 4rem;
		position: inherit;
		z-index: -2;
	}

	.section-20 .view .mod-tile .abstract {
		font-size: .28rem;
		text-align: justify;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.section-20 .preview {
		width: 100%;
		height: 0;
		margin-top: .3rem;
		position: relative;
	}

	.section-20 .preview .swiper-container {
		width: 100%;
		margin: 0 auto;
	}

	.section-20 .preview .swiper-slide {
		width: 45%;
	}

	.section-20 .preview .mod-topics {
		width: auto;
		margin: .2rem 0 .2rem .2rem;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
		border-radius: .2rem;
		padding-bottom: .2rem;
		overflow: hidden;
		background-color: #fff;
	}

	.section-20 .preview .mod-topics .boao_logo {
		background: #0237ea url("boao_s_b.png") center center no-repeat;
		background-size: 30%;
		height: .8rem;
	}

	.section-20 .preview .mod-topics .boao_logo img {
		margin: 0 auto;
		height: 100%;
	}

	.section-20 .preview .mod-topics .topic,
	.section-20 .preview .mod-topics .sub-title {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		color: #444;
		text-align: justify;
		padding-left: .2rem;
		padding-right: .2rem;
	}

	.section-20 .preview .mod-topics .topic {
		font-size: .32rem;
		font-weight: 700;
		height: auto;
		line-height: 1.2;
		margin-top: .2rem;
		-webkit-line-clamp: 3;
	}

	.section-20 .preview .mod-topics .topic a {
		color: #444;
	}

	.section-20 .preview .mod-topics .sub-title {
		font-size: .24rem;
		line-height: 1.4;
		margin-top: .1rem;
		-webkit-line-clamp: 3;
	}

	.section-20 .preview .active-nav .boao_logo {
		background: #fff url("boao_s_c.png") center center no-repeat;
		background-size: 30%;
	}

	.section-20 .preview .active-nav .mod-topics {
		background-color: #0237ea;
	}

	.section-20 .preview .active-nav .mod-topics .topic,
	.section-20 .preview .active-nav .mod-topics .topic a,
	.section-20 .preview .active-nav .mod-topics .sub-title {
		color: #fff;
		transition: none;
	}

	.section-20 .view .swiper-pagination-fraction {
		bottom: .2rem;
		right: .2rem;
		left: auto;
		width: auto;
		color: #fff;
		font-size: .36rem;
		display: none;
	}

	.section-20 .view .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-20 .view .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-20 .view .swiper-button-prev,
	.section-20 .view .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgba(51, 51, 51, .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 1;
	}

	.section-20 .view .swiper-button-prev {
		left: 0;
	}

	.section-20 .view .swiper-button-next {
		right: 0;
	}

	.section-20 .view .swiper-container:hover .swiper-button-prev,
	.section-20 .view .swiper-container:hover .swiper-button-next {
		background-color: rgba(76, 126, 237, .7);
		height: 1.8rem;
		opacity: 1;
	}

	/* section-20 end */

	/* section-21 begin */
	.section-21 {
		margin: .3rem auto;
	}

	.section-21 .col-1 {
		width: 100%;
		height: 8rem;
		position: relative;
	}

	.section-21 .col-1 .area {
		width: 100%;
		overflow: hidden;
		position: absolute;
		z-index: 2;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 0 .2rem;
	}

	.section-21 .swiper-container-gkk {
		width: 100%;
		height: 8rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.section-21 .col-1 .mod-card {
		padding: 5.5rem .4rem .8rem;
		position: relative;
		height: 100%;
		z-index: 10;
		overflow: hidden;
	}

	.section-21 .col-1 .bg_cover {
		background-position: center center;
		background-size: cover;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
	}

	.section-21 .col-1 .mod-card::before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		background-color: #f9f9f9;
		background-image: url("gkk_bg_02.png");
		border: 1px solid #e9e8fc;
		z-index: -1;
		-webkit-transition: all .5s ease-out 0s;
		transition: all .5s ease-out 0s;
	}

	.section-21 .col-1 .mod-card .media {
		position: absolute;
		top: 15%;
		left: 50%;
		width: 3rem;
		height: 3rem;
		border-radius: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		overflow: hidden;
	}

	.section-21 .col-1 .mod-card .media img {
		width: 100%;
	}

	.section-21 .col-1 .mod-card .topic {
		height: inherit;
		line-height: 1.6;
		font-size: .32rem;
		color: #333;
	}

	.section-21 .col-1 .mod-card .topic a {
		color: #333;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.section-21 .col-1 .mod-card .abstract {
		width: 100%;
		font-size: .28rem;
		line-height: 1.6;
		margin-top: .1rem;
		color: #333;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: none;
	}

	.section-21 .col-1 .current .mod-card::before,
	.section-21 .col-1 .current .mod-card .media {
		opacity: 0;
	}

	.section-21 .col-1 .current .mod-card .topic,
	.section-21 .col-1 .current .mod-card .topic a,
	.section-21 .col-1 .current .mod-card .abstract {
		color: #fff;
		-webkit-transition: all 0s;
		transition: all 0s;
	}

	.section-21 .swiper-pagination-fraction {
		bottom: .1rem;
		right: .2rem;
		left: auto;
		width: auto;
		color: #fff;
		font-size: .36rem;
	}

	.section-21 .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-21 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-21 .swiper-button-prev,
	.section-21 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgba(51, 51, 51, .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-21 .swiper-button-prev {
		left: 0;
	}

	.section-21 .swiper-button-next {
		right: 0;
	}

	.section-21 .swiper-pagination-fraction,
	.section-21 .swiper-button-prev,
	.section-21 .swiper-button-next {
		opacity: 1;
	}

	.section-21 .swiper-button-prev:hover,
	.section-21 .swiper-button-next:hover {
		background-color: rgba(76, 126, 237, .7);
		height: 1.8rem;
	}

	.section-21 .col-2 {
		width: 100%;
		margin: .4rem auto 0;
		padding: 0 .2rem;
		overflow: hidden;
	}

	.section-21 .col-2 .mod-tile {
		position: relative;
		width: calc(100%/2 - .1rem);
		margin-left: calc(.1rem*2 / 1);
		margin-bottom: calc(.1rem*2 / 1);
		overflow: hidden;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		-webkit-transition: all .5s;
		transition: all .5s;
	}

	.section-21 .col-2 .mod-tile:nth-last-child(-n+2) {
		margin-bottom: 0;
	}

	.section-21 .col-2 .mod-tile:hover {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	.section-21 .col-2 .mod-tile:nth-child(3n+1) {
		margin-left: calc(.1rem*2 / 1);
	}

	.section-21 .col-2 .mod-tile:nth-child(odd) {
		margin-left: 0;
	}

	.section-21 .col-2 .mod-tile .media {
		width: 100%;
	}

	.section-21 .col-2 .mod-tile .media img {
		width: 3.5rem;
		height: 2rem;
	}

	.section-21 .col-2 .mod-tile .media a img {
		transition: all .4s ease-in-out;
	}

	.section-21 .col-2 .mod-tile .media a:hover img {
		transform: scaleX(1.2) scaleY(1.2);
	}

	.section-21 .col-2 .mod-tile .caption {
		font-size: .28rem;
		padding: .1rem;
		color: #fff;
		line-height: 1.6;
		font-weight: 400;
		height: inherit;
		text-align: justify;
	}

	.section-21 .col-2 .mod-tile .caption a {
		color: #fff;
	}

	.section-21 .col-2 .mod-tile .caption a:hover {
		color: #0237ea;
	}

	.section-21 .col-2 .mod-tile .inner-caption {
		position: inherit;
	}

	/* section-21 end */

	/* section-22 begin */
	.section-22 .unit {
		width: 100%;
		height: 11rem;
		display: block;
		overflow: hidden;
		font-size: 0;
		+word-spacing: -1px;
	}

	.section-22 .left,
	.section-22 .right {
		display: inline-block;
		+display: inline;
		+zoom: 1;
		font-size: 14px;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
		overflow: hidden;
	}

	.section-22 .left {
		width: 100%;
		height: 60%;
		vertical-align: top;
		background-image: url("mlyh_bg.jpg");
		background-position: 0 100%;
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		padding: 12% 8%;
	}

	.section-22 .left::before {
		position: absolute;
		content: "";
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}

	.section-22 .cell_box {
		font-size: 0;
	}

	.section-22 .cell_box::before {
		content: "";
		height: 100%;
		display: inline-block;
		vertical-align: middle;
	}

	.section-22 .cell_box .cell {
		width: 100%;
		display: inline-block;
		vertical-align: middle;
	}

	.section-22 .swiper-container-mlyh {
		width: 100%;
		overflow: hidden;
		position: relative;
		padding-bottom: .3rem;
	}

	.section-22 .left .mod-card {
		width: calc(100%/2 - .1rem);
		margin-left: calc(.1rem*2 / 1);
		margin-bottom: calc(.1rem*2 / 1);
		overflow: hidden;
	}

	.section-22 .left .mod-card:nth-child(2n + 1) {
		margin-left: 0;
	}

	.section-22 .left .mod-card:nth-of-type(1) {
		border-radius: .6rem 0 0 0;
	}

	.section-22 .left .mod-card:nth-of-type(4) {
		border-radius: 0 0 .6rem 0;
	}

	.section-22 .left .mod-card .media {
		width: 100%;
	}

	.section-22 .left .mod-card .media img {
		width: 100%;
		height: auto;
	}

	.section-22 .left .topic {
		font-size: .28rem;
		padding: .1rem;
		color: #fff;
		line-height: 1.2;
		font-weight: 400;
		height: inherit;
		text-align: justify;
		background-color: rgba(255, 255, 255, .3);
	}

	.section-22 .left .topic a {
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-22 .left .swiper-button-prev,
	.section-22 .left .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgba(51, 51, 51, .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		display: none;
	}

	.section-22 .left .swiper-button-prev {
		left: 0;
	}

	.section-22 .left .swiper-button-next {
		right: 0;
	}

	.section-22 .left .swiper-pagination-fraction,
	.section-22 .left .swiper-button-prev,
	.section-22 .left .swiper-button-next {
		opacity: 1;
	}

	.section-22 .left .swiper-button-prev:hover,
	.section-22 .left .swiper-button-next:hover {
		background-color: rgba(76, 126, 237, .7);
		height: 1.8rem;
	}

	.section-22 .left .swiper-container-mlyh:hover .swiper-pagination-fraction,
	.section-22 .left .swiper-container-mlyh:hover .swiper-button-next,
	.section-22 .left .swiper-container-mlyh:hover .swiper-button-prev {
		opacity: 1;
	}

	.section-22 .left .swiper-container-mlyh .swiper-pagination {
		bottom: 0;
	}

	.section-22 .left .swiper-container-mlyh .swiper-pagination-bullet {
		background-color: #fff;
		opacity: 1;
	}

	.section-22 .left .swiper-container-mlyh .swiper-pagination-bullet-active {
		background-color: #f5b70a;
		width: .4rem;
		border-radius: .1rem;
	}

	.section-22 .right {
		width: 100%;
		height: 40%;
		position: relative;
		background-color: darkcyan;
	}

	.section-22 .right .image-box {
		padding-bottom: 100%;
	}

	.section-22 .right .image-box .image-wrap {
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		transition: all 0.5s ease 0s;
		width: 100%;
		height: 100%;
	}

	.section-22 .right .image-box .image-wrap img {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
	}

	.section-22 .right .image-box .opacity-1 {
		opacity: 1;
	}

	/* section-22 end */

	/* section-26 begin */
	.section-26 {
		font-size: 0;
		+word-spacing: -1px;
		overflow: hidden;
	}

	.section-26 .col-1,
	.section-26 .col-2,
	.section-26 .col-3 {
		display: inline-block;
		+display: inline;
		+zoom: 1;
		font-size: .28rem;
		letter-spacing: normal;
		word-spacing: normal;
		vertical-align: top;
	}

	.section-26 .col-1 {
		width: 100%;
	}

	.section-26 .col-1 .accordion {
		width: 100%;
		position: relative;
	}

	.section-26 .col-1 ul>li {
		width: 100%;
		background: #f4f4f4;
	}

	.section-26 .col-1 ul>li .link {
		cursor: pointer;
		padding: .3rem .6rem .3rem .3rem;
		color: #333;
		font-size: .32rem;
		font-weight: 400;
		border-bottom: 1px dashed #ccc;
		position: relative;
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
		letter-spacing: 1px;
	}

	.section-26 .col-1 ul>li:last-child .link {
		border-bottom: 0;
	}

	.section-26 .col-1 ul>li.open .link {
		color: #0237ea;
		background: #f9fafc;
		font-weight: 700;
		font-size: .36rem;
	}

	.section-26 .col-1 ul>li i {
		position: absolute;
		width: .32rem;
		height: .32rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		right: .3rem;
		-webkit-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjkwNThCNkVBRDU1NjExRUFBMDQyQUFFNjJBNjdCNDFEIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjkwNThCNkVCRDU1NjExRUFBMDQyQUFFNjJBNjdCNDFEIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OTA1OEI2RThENTU2MTFFQUEwNDJBQUU2MkE2N0I0MUQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OTA1OEI2RTlENTU2MTFFQUEwNDJBQUU2MkE2N0I0MUQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz64IARdAAAAYUlEQVR42tRTWwoAIQjMOaYH9JouLQQipQP97A4IkfMIMXH3cQOMS3zIQFV9VifIPKzLSKjE+YyO2Bm/BmYmTFrE0kjcA2YGORCnBiPezqAy2fXAEk/GYNKqV8n/P9MjwAARHTkvNOpBMgAAAABJRU5ErkJggg==");
		font-style: normal;
	}

	.section-26 .col-1 ul>li.open i {
		-webkit-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
		-o-transform: translateY(-50%) rotate(180deg);
		transform: translateY(-50%) rotate(180deg);
	}

	.section-26 .col-1 .schedule-content {
		position: inherit;
		top: 0;
		right: 0;
		display: none;
		width: 100%;
		height: 100%;
		padding: .3rem;
		background: #f9fafc;
	}

	.section-26 .col-1 .schedule-c-box {
		width: 100%;
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	.section-26 .col-1 ol {
		padding-top: .4rem;
		padding-bottom: .4rem;
		background: #fff;
	}

	.section-26 .col-1 ol>li {
		padding-top: .3rem;
		padding-left: .3rem;
		padding-right: .3rem;
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAADCAIAAAA2iEnWAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJGOEFDRTdGNDAwMTFFQjg0MkY4RjM5MDNDREFCQUUiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJGOEFDRTZGNDAwMTFFQjg0MkY4RjM5MDNDREFCQUUiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk1OTU4MzQwRjM3RTExRUJCN0RFRTY4NjFDNjdENEI3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjk1OTU4MzQxRjM3RTExRUJCN0RFRTY4NjFDNjdENEI3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+PgwZMgAAABdJREFUeNpiPHPmDAMDAxMDGEApgAADAC3AAmrZw7nBAAAAAElFTkSuQmCC") repeat-y 1.4rem;
		-webkit-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
	}

	.section-26 .col-1 ol>li:first-child {
		padding-top: 0;
	}

	.section-26 .col-1 ol>li .time {
		position: relative;
		top: -3px;
		color: #737373;
		width: .8rem;
		font-size: .28rem;
		float: left;
	}

	.section-26 .col-1 ol>li .cont {
		margin-left: 1rem;
		padding-left: .6rem;
		position: relative;
	}

	.section-26 .col-1 ol>li .cont:before {
		content: "";
		position: absolute;
		width: .2rem;
		height: .2rem;
		background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDA2IDc5LjE2NDc1MywgMjAyMS8wMi8xNS0xMTo1MjoxMyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODMyN0MxRjVGNDAwMTFFQjk3QUJERDdDOUEwMUVEMTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODMyN0MxRjRGNDAwMTFFQjk3QUJERDdDOUEwMUVEMTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6N0YzMzU2MTZGMzdFMTFFQjg3MTRFQzI0RTdFMUZCRjUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6N0YzMzU2MTdGMzdFMTFFQjg3MTRFQzI0RTdFMUZCRjUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6BiTGnAAAAwElEQVR42mTQywoBcRTH8RkslC0LTzAvwCNIipWykg22wsLK0kphJyVvgMil8AQuL8CevAXfU7/JlFOf5tzmPxc34c0dRQEtpFVfMcTWipCaPSxwR1ksX2rmRJBHR9ej84u1Fnc424ltTLWUw0ssP2nWssVU4KQZkjJT72A7/jt+nP9wg7kt3pBVo4Y3nqiqZ7OrfcwI9o9W2OuxfmRQRzEci5ceJFGMtRSGhwYG6GMS0Z1dXNBERT2ri9hY8RVgAEJyKEp9KwjMAAAAAElFTkSuQmCC") no-repeat center center;
		left: 1px;
		top: 0;
	}

	.section-26 .col-1 ol>li .cont .tit {
		color: #0237ea;
		font-size: .32rem;
		position: relative;
		top: -3px;
	}

	.section-26 .col-1 ol>li .cont .note {
		color: #737373;
		font-size: .28rem;
		line-height: 1.6;
	}

	.section-26 .col-1 .mod-card {
		*zoom: 1;
		padding-bottom: 0;
		margin-bottom: 0;
		border: 0;
	}

	.section-26 .col-1 .mod-card:before,
	.section-26 .col-2 .mod-card:after {
		content: "";
		display: table;
	}

	.section-26 .col-1 .mod-card:after {
		clear: both;
	}

	.section-26 .col-1 .mod-card .media img {
		float: none;
		width: 100%;
		height: auto;
		margin-top: .3rem;
	}

	.section-26 .col-1 .mod-card .topic {
		font-size: .32rem;
		font-weight: 700;
		color: #0237ea;
		line-height: 1.6;
		height: inherit;
		margin-top: 0;
		white-space: inherit;
		text-align: justify;
		display: none;
	}

	.section-26 .col-1 .mod-card .topic a {
		color: #333;
	}

	.section-26 .col-1 .mod-card .topic_sub {
		font-size: .48rem;
		color: #0237ea;
		line-height: 1.6;
		display: none;
	}

	.section-26 .col-1 .mod-card .topic_title {
		font-size: .36rem;
		color: #666;
		line-height: 1.6;
		margin: .1rem 0;
		display: none;
	}

	.section-26 .col-1 .mod-card .abstract {
		font-size: .28rem;
		line-height: 1.6;
		margin-top: .1rem;
		text-align: justify;
		-webkit-line-clamp: 15;
	}

	.section-26 .col-2 {
		width: 100%;
		padding-right: 0;
		margin-right: 0;
		border-right: 0px dashed #ccc;
	}

	.section-26 .col-2 .mod-card {
		*zoom: 1;
	}

	.section-26 .col-2 .mod-card:before,
	.section-26 .col-2 .mod-card:after {
		content: "";
		display: table;
	}

	.section-26 .col-2 .mod-card:after {
		clear: both;
	}

	.section-26 .col-2 .mod-card .media a {
		float: left;
		width: 3rem;
		margin-right: .2rem;
	}

	.section-26 .col-2 .mod-card .media img {
		width: 100%;
		height: auto;
	}

	.section-26 .col-2 .mod-card {
		padding-bottom: .3rem;
		margin-bottom: .2rem;
		border-bottom: 1px dashed #ccc;
	}

	.section-26 .col-2 .mod-card .topic {
		font-size: .32rem;
		font-weight: 700;
		color: #0237ea;
		line-height: 1.4;
		height: inherit;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.section-26 .col-2 .mod-card .topic a {
		color: #0237ea;
	}

	.section-26 .col-2 .mod-card .abstract {
		font-size: .28rem;
		line-height: 1.4;
		padding-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
	}

	.section-26 .col-3 {
		width: 100%;
	}

	.section-26 .col-3 li {
		width: 100%;
		height: inherit;
		line-height: 1.6;
		color: #333;
		font-size: .28rem;
	}

	.section-26 .col-3 li a {
		color: #333;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.section-26 .col-3 li a:hover {
		color: #0237ea;
	}

	/* section-26 end */

	/* section-34 begin */
	.section-34 {
		padding: 0;
	}

	.section-34 .swiper-container-sphf {
		position: relative;
		overflow: hidden;
	}

	.section-34 .swiper-slide {
		width: 33.33%;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}

	.section-34 .swiper-slide .pic img {
		width: 100%;
		height: auto;
	}

	.section-34 .swiper-slide .tit {
		color: #fff;
		font-size: .32rem;
		line-height: 2;
		padding: .1rem 0;
		text-align: center;
		background-color: #0237ea;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.section-34 .swiper-slide .tit a {
		color: #fff;
	}

	.section-34 .swiper-slide .note {
		color: #333;
		font-size: .28rem;
		line-height: 1.4;
		text-align: center;
		padding: .2rem .1rem;
		margin-bottom: .1rem;
		border-bottom: 1px dashed #a6b8f4;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.section-34 .swiper-slide .abstract {
		color: #777;
		font-size: .24rem;
		text-align: justify;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}

	.section-34 .swiper-slide-active {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	.section-34 .swiper-pagination-fraction {
		bottom: .1rem;
		right: .2rem;
		left: auto;
		width: auto;
		color: #fff;
		font-size: .36rem;
	}

	.section-34 .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-34 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-34 .swiper-button-prev,
	.section-34 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgba(51, 51, 51, .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-34 .swiper-button-prev {
		left: 0;
	}

	.section-34 .swiper-button-next {
		right: 0;
	}

	.section-34 .swiper-pagination-fraction,
	.section-34 .swiper-button-prev,
	.section-34 .swiper-button-next {
		opacity: 1;
	}

	.section-34 .swiper-button-prev:hover,
	.section-34 .swiper-button-next:hover {
		background-color: rgba(76, 126, 237, .7);
		height: 1.8rem;
	}

	/* section-34 end */

	/* banner begin */
	.banner {
		margin: .3rem auto;
	}

	.banner .swiper-container-banner {
		position: relative;
		overflow: hidden;
	}

	.banner .pic img {
		display: block;
		width: 100%;
		height: 4rem;
	}

	.banner .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: linear-gradient(0deg, rgba(51, 51, 51, .7) 0%, rgba(51, 51, 51, .3) 80%, rgba(51, 51, 51, 0) 100%);
		padding: 15px 0;
		color: #fff;
		text-align: center;
	}

	.banner .title a {
		color: #fff;
	}

	.banner .title .b-title {
		width: 90%;
		margin: 0 auto;
		font-weight: 700;
		font-size: .28rem;
		line-height: 1.4;
		text-align: left;
		padding-right: .6rem;
	}

	.banner .title .b-txt {
		width: 100%;
		margin: 0 auto;
		font-size: .28rem;
		line-height: 1.6;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: none;
	}

	.banner .swiper-pagination-fraction {
		bottom: .1rem;
		right: .2rem;
		left: auto;
		width: auto;
		color: #fff;
		font-size: .36rem;
	}

	.banner .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.banner .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.banner .swiper-button-prev,
	.banner .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgba(51, 51, 51, .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.banner .swiper-button-prev {
		left: 0;
	}

	.banner .swiper-button-next {
		right: 0;
	}

	.banner .swiper-pagination-fraction,
	.banner .swiper-button-prev,
	.banner .swiper-button-next {
		opacity: 1;
	}


	.banner .swiper-button-prev:hover,
	.banner .swiper-button-next:hover {
		background-color: rgba(76, 126, 237, .7);
		height: 1.8rem;
	}

	.banner .swiper-container-banner:hover .swiper-pagination-fraction,
	.banner .swiper-container-banner:hover .swiper-button-next,
	.banner .swiper-container-banner:hover .swiper-button-prev {
		opacity: 1;
	}

	/* banner end */

	/* logo begin */
	.logo {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		background-attachment: fixed;
	}

	.logo .swiper-container-logo {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding: .7rem 0;
	}

	.logo .swiper-container-logo .swiper-wrapper {
		-webkit-transition-timing-function: linear;
		/*之前是ease-out*/
		-moz-transition-timing-function: linear;
		-ms-transition-timing-function: linear;
		-o-transition-timing-function: linear;
		transition-timing-function: linear;
	}

	.logo .swiper-slide {
		width: auto;
		margin-right: .2rem !important;
	}

	.logo .pic img {
		width: auto;
		height: 1rem;
		display: block;
		margin: 0 auto;
	}

	/* logo end */

	/* review begin */
	.review {
		margin: .3rem auto 0;
	}

	.review * {
		transition: all .8s ease 0s;
	}

	.review .col-1 {
		width: 100%;
		margin: 0 auto;
		padding: 0 .3rem;
		margin-bottom: .2rem;
		position: relative;
	}

	.review .col-1::after {
		position: absolute;
		left: 0;
		top: .8rem;
		z-index: -1;
		content: "";
		width: 100%;
		height: 3rem;
		background-color: #0237ea;
	}

	.review .col-1 .mod-card .media {
		width: 100%;
	}

	.review .col-1 .mod-card .media a {
		width: 100%;
	}

	.review .col-1 .mod-card .media img {
		float: none;
		width: 6.9rem;
		height: 4.7rem;
		margin-right: 0;
	}

	.review .col-1 .mod-card .topic {
		font-size: .4rem;
		font-weight: 700;
		color: #333;
		line-height: 1.6;
		height: auto;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		white-space: inherit;
		padding-top: .2rem;
	}

	.review .col-1 .mod-card .topic a {
		color: #333;
	}

	.review .col-1 .mod-card .topic a:hover {
		color: #333;
		opacity: .5;
	}

	.review .col-1 .mod-card .abstract {
		min-height: inherit;
		font-size: .28rem;
		text-align: justify;
		line-height: 1.6;
		padding-top: .1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 10;
		-webkit-box-orient: vertical;
		color: #333;
	}

	.review .col-1 ul {
		margin-top: .2rem;
		border-top: 1px dashed #ccc;
		padding-top: .2rem;
		width: 100%;
		float: none;
	}

	.review .col-1 ul li {
		width: 100%;
		line-height: 2;
		font-size: .28rem;
		color: #333;
		text-align: justify;
	}

	.review .col-2 {
		width: 100%;
		margin: 0 auto;
		height: 5rem;
		list-style: none;
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: stretch;
		overflow: hidden;
	}

	.review article {
		flex: initial;
		width: 20%;
		height: 100%;
		text-align: center;
		color: #fff;
		text-decoration: none;
		vertical-align: bottom;
		position: relative;
	}

	.review article>h3 {
		bottom: .3rem;
		position: absolute;
		text-align: center;
		width: 100%;
		margin: 0;
		font-size: .28rem;
		padding: .2rem;
		font-weight: lighter;
	}

	.review article img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		pointer-events: none;
		user-select: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
	}

	.review .col-2:hover article {
		flex: initial;
		width: 10%;
	}

	.review .col-2 article:hover {
		width: 60%;
		padding: 4% 3%;
		transition: opacity .3s ease .3s;
		background-image: linear-gradient(45deg, rgba(209, 0, 42, .6) 0%, #0E5DC4 100%);
	}

	.review article>div {
		opacity: 0;
		transition: opacity .2s ease 0;
	}

	.review article:hover>div {
		opacity: 1;
		transition: opacity .3s ease .3s;
	}

	.review article div {
		text-align: left;
		width: 100%;
	}

	.review article h3,
	.review article h4 {
		margin: 0;
	}

	.review article h3 {
		background-color: #0237ea;
		color: #fff;
	}

	.review article h3 a {
		color: #fff;
	}

	.review article:hover>h3 {
		margin-left: -6%;
	}

	.review article div h4 {
		font-size: .32rem;
		line-height: 2;
		display: none;
	}

	.review article div p {
		width: 100%;
		font-size: .28rem;
		line-height: 1.6;
		text-align: justify;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 6;
		margin-top: .3rem;
	}

	/* review end */

	/* RTools begin */
	.RTools {
		width: .8rem;
		bottom: 2rem;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */

	/* Copyright begin */
	#bottomBody {
		background: #0237ea;
		color: #fff;
	}

	.adBottom {
		background: #0237ea;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #0237ea;
		text-align: center;
		/*margin-top:.4rem;border-top:#df0045 solid .1rem;*/
	}

	.footer p {
		line-height: 1.8;
		font-size: .2rem;
		margin: 0 auto;
		word-spacing: -1px;
		letter-spacing: -1px;
	}

	/* Copyright end */

	/* 区块more begin */
	.btn-more {
		margin: .1rem auto 0;
		width: 2.4rem;
	}

	.btn-h-e {
		font-size: .28rem;
		border-radius: .1rem;
		color: #fff;
		letter-spacing: 0;
		line-height: 1;
		background-color: #0237ea;
		width: 100%;
		text-align: center;
		transition-property: all;
		transition-duration: .2s;
		transition-timing-function: linear;
		transition-delay: 0s;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: .3rem 0;
		-webkit-transform: translateZ(0);
		transform: translateZ(0);
		text-decoration: none;
		overflow: hidden;
	}

	.btn-h-e::before {
		position: absolute;
		top: 50%;
		left: 50%;
		transition-property: -webkit-transform;
		transition-property: transform;
		transition-property: transform, -webkit-transform;
		transition-duration: .2s;
		transition-timing-function: linear;
		transition-delay: 0s;
		display: block;
		width: 3rem;
		height: 3rem;
		content: "";
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		background-color: rgba(255, 255, 255, .15);
		border-radius: 50%;
		z-index: -1;
	}

	.btn-h-e::after {
		position: absolute;
		top: 40%;
		left: 50%;
		transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
		transition: transform .2s linear .2s, opacity .2s linear .2s;
		transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 3rem;
		height: 3rem;
		content: "»";
		font-size: .8rem;
		font-weight: 900;
		line-height: inherit;
		color: transparent;
		-webkit-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
		-webkit-transform-origin: center center;
		transform-origin: center center;
		background-color: rgba(255, 255, 255, .15);
		border-radius: 50%;
		opacity: 0;
		z-index: -1;
	}

	.btn-h-e:hover {
		color: transparent;
	}

	.btn-h-e:hover::before,
	.btn-h-e:hover::after {
		transition-duration: .15s;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
		opacity: 1;
		color: #fff;
	}

	/* 区块more end */

	/* xpage begin */
	.xpage-more-btn {
		width: 2.6rem;
		text-align: center;
		margin: .6rem auto .4rem;
		padding: .06rem 0;
		border: 1px solid #bbb;
		line-height: .7rem;
		border-radius: .1rem;
		cursor: pointer;
		background: #eee;
		font-size: .28rem;
	}

	.xpage-more-btn a {
		color: #333;
	}

	.xpage-more-btn:hover {
		background: #0237ea;
		color: #fff;
		border-color: #0237ea;
	}

	.xpage-more-btn:hover a {
		color: #fff;
	}

	/* xpage end */

	/* section-title begin */
	.banner .section-title,
	.review .section-title,
	.section-5 .section-title,
	.section-6 .section-title,
	.section-8 .section-title,
	.section-10 .section-title,
	.section-20 .section-title,
	.section-21 .section-title,
	.section-22 .section-title,
	.section-26 .section-title,
	.section-34 .section-title {
		width: 100%;
		height: 1.2rem;
		line-height: 1.2rem;
		text-indent: inherit;
		background-image: url("boao_tit_mb.jpg");
		background-position: -.2rem 50%;
		background-repeat: no-repeat;
		background-size: 110%;
		border-bottom: 0;
		margin: 0 auto .3rem;
	}

	.banner .section-title em,
	.review .section-title em,
	.section-5 .section-title em,
	.section-6 .section-title em,
	.section-8 .section-title em,
	.section-10 .section-title em,
	.section-20 .section-title em,
	.section-21 .section-title em,
	.section-22 .section-title em,
	.section-26 .section-title em,
	.section-34 .section-title em {
		display: block;
		text-align: center;
		font-size: .4rem;
		/* padding-top:3px;*/
		color: #fff;
	}

	/* section-title end */
}
