﻿@charset "utf-8";
/* CSS Document */

/*初始区域*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, p, figure, form, blockquote, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix::after {
	margin: 0;
	padding: 0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height: 100%;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline: none;
	-moz-outline: none;
	-webkit-outline: none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ul, ol {
	list-style: none outside none;
}
li {
	list-style-type: none;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 70%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.25rem;
}
sub {
	bottom: -.25rem;
}
iframe {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1rem 40px;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace;
	font-size: 1rem;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .4rem;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}


/*内容区域通用*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background: #fff;
}
img {
	border: 0;
	vertical-align: middle;
	display: block;
    object-fit: cover;
}
figure {
	margin: 0;
}
.clearfix {
	display: block;
	#zoom: 1;
}
.clearfix::after {
	content: "";
	overflow: hidden;
	width: 100%;
	height: 0;
	font-size: 0;
	display: block;
	clear: both;
}


.fl {
	float: left;
}
.fr {
	float: right;
}


.domPC {
	display: block;
}
.domMobile {
	display: none;
}


.row {
	font-size: 0;
	+word-spacing: -1px;
}
.row .dib {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}


.section {
	margin: 100px auto;
	width: 1200px;
}


.mod a {
	color: #444;
	transition: .5s;
}
.mod a:hover {
	color: #516ec9;
}
.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}
.mod .topic a {
	color: #516ec9;
}
.mod .topic a:hover {
	color: #516ec9;
}
.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(0, 0, 0, .7)
}
.mod .inner-caption a {
	color: #eee;
}
.mod .inner-caption a:hover {
	color: #516ec9;
}
.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}


.section-title, .unit-title {
	height: 50px;
	line-height: 50px;
	text-indent: 1rem;
	font-size: 22px;
	color: #fff;
	/*background: linear-gradient(to right, #516ec9 0%, #2f1078 100%);*/
	background-color: rgba(204, 204, 204, .3);
	_position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #f36e73;
}
.section-title em, .unit-title em {
	font-style: normal;
	font-weight: 700;
	color: #000;
}
.section-title .more, .unit-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, .unit-title .more:hover {
	background-color: rgba(0, 153, 255, .2);
	color: #516ec9;
	transition: .3s;
}



/*网站导航*/
.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(0, 0, 0, .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;
}
.phd {
	margin-top: 50px;
	height: 650px;
}


/* nav begin */
.nav {
    width: 100%;
	height: 80px;
	line-height: 80px;
	background: #516ec9 url("http://www.newsimg.cn/enterprise/boaozgqyj2020/img/nav_bg.png") left center no-repeat;
    background-size: auto;
}
.nav-ul {
	width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.nav-ul li {
	text-align: center;
	background: url("http://www.newsimg.cn/tech/5gsd2018/img/line-01.png") left center no-repeat;
	padding: 0 13px;
	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: #516ec9;
}
.nav-ul li:hover ~ li::before {
	left: 50%;
}
/* nav end */

.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

/* section-2 begin */
.section-2 {
	width: 1200px;
	background: url("http://www.newsimg.cn/fortune/boaoforum20181203/img/gundongbg.jpg") center center no-repeat;
	height: 60px;
	line-height: 60px;
	background-size: 100% 100%;
	margin: 50px 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: 60px;
	overflow: hidden;
}
.section-2 .section-caption {
	width: 120px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #516ec9;
	font-size: 30px;
	font-weight: bold;
    margin-right: 5px;
}
.section-2 .section-caption a {
	color: #516ec9;
}
.section-2 .section-caption a:hover {
	color: #516ec9;
}
.section-2 .mod-list li {
	position: relative;
	margin-right: 30px;
}
.section-2 .mod-list li::before{
	content: "";
	width: 5px;
	height: 5px;
	background-color: #516ec9;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
}
.section-2 .mod-list li a {
	color: #737373;
}
.section-2 .marquee .mod-list .item {
	line-height: 60px;
	font-size: 16px;
	padding-left: 15px;
}
.section-2 .marquee .str_wrap {
	background:none;/* 滚动js自带css */
}
/* section2 end */


/* section-3 begin */
.section-3 {
    margin: 50px 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;
    box-sizing: border-box;
    padding: 0 15px 5px;
}
.section-3 .title:hover {
	color: #fff;
}
.section-3 .title:hover a {
	color: #fff;
    background-color: #516ec9;
}
.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;
}
/* section-3 end */


/* section-8 begin */
.section-8 {
    margin: 100px auto;
    position: relative;
}
.section-8 .col-1 {
    position: relative;
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.section-8 .col-1 .pic img{
    width: 100%;
    height: 600px;
}
.section-8 .col-1 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url("http://www.newsimg.cn/fortune/boaoforum20181203/img/yinying.png") repeat-x;
	color: #fff;
	padding: 60px 125px 20px 125px;
	box-sizing: border-box;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
    font-size: 26px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: none;
}
.section-8 .col-1 .title a {
	color: #fff;
}
.section-8 .col-1 .title .note {
	color: #fff;
	font-size: 16px;
	padding-top: 5px;
	line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-8 .col-2 {
    position: relative;
    width: 1200px;
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 80px;
    margin: -140px auto 0;
}
.section-8 .col-2 .mod-card .media {
	width: 320px;
    float: left;
    margin-right: 110px;
}
.section-8:nth-child(2n+1) .col-2 .mod-card .media {
	width: 320px;
    float: right;
    margin-right: 0;
    margin-left: 110px;
}
.section-8 .col-2 .mod-card .media a {
	width: 100%;
}
.section-8 .col-2 .mod-card .media img {
	width: 100%;
	height: auto;
    box-sizing: border-box;
	border: 30px solid #fff;
}
.section-8 .col-2 .mod-card .null-string {
    height: 200px;
}
.section-8 .col-2 .mod-card .topic {
	font-size: 30px;
	font-weight: 400;
	color: #333;
	line-height: 1.2;
    height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.section-8 .col-2 .mod-card .topic a {
	color: #333;
}
.section-8 .col-2 .mod-card .quotation {
    font-size: 180px;
    font-family: "宋体";
    position: absolute;
    left: 400px;
    top: 140px;
    z-index: -1;
    color: rgba(76, 126, 237, .2);
}
.section-8:nth-child(2n+1) .col-2 .mod-card .quotation {
    position: absolute;
    left: -30px;
    top: 140px;
}
.section-8 .col-2 .mod-card .abstract {
	font-size: 16px;
    text-align: justify;
	line-height: 1.8;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
    -webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
    color: #888;
}

.section-8 .col-3 {
    width: 1200px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.section-8 .swiper-container-horizontal {
	position: relative;
	overflow: hidden;
}
.section-8 .col-3 .swiper-slide {
	width: 20%;
}
.section-8 .col-3 .mod-tile {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.section-8 .col-3 .mod-tile .media {
	width: 100%;
}
.section-8 .col-3 .mod-tile .media img {
	width: 100%;
	height: auto;
}
.section-8 .col-3 .mod-tile .topic {
	font-size: 16px;
	padding: 10px;
    box-sizing: border-box;
	color: #fff;
	line-height: 1.6;
	font-weight: 400;
	height: inherit;
	position: absolute;
	bottom: -50px;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    opacity: 0;
}
.section-8 .col-3 .mod-tile .topic a {
	color: #fff;
}
.section-8 .col-3 .mod-tile .topic a:hover {
	color: #fff;
}
.section-8 .col-3 .mod-tile .abstract {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 20px;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	font-size: 16px;
	 line-height: 1.8;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	cursor: pointer;
    display: none;
}
.section-8 .col-3 .mod-tile .abstract a {
	width: 100%;
	height: 100%;
	color: #fff;
    text-align: justify;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.section-8 .col-3 .mod-tile:hover .topic {
	opacity: 1;
	bottom: 0;
}
.section-8 .col-3 .mod-tile:hover .abstract {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.section-8 .col-3 .swiper-pagination {
    display: none;
}
.section-8 .col-3 .swiper-button-prev, .section-8 .col-3 .swiper-button-next {
	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: 40px;
}
.section-8 .col-3 .swiper-button-prev {
	left: 0;
}
.section-8 .col-3 .swiper-button-next {
	right: 0;
}
.section-8 .col-3 .swiper-button-prev:hover, .section-8 .col-3 .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
    height: 80px;
    margin-top: 25px;
}
.section-8 .col-3 .swiper-button-prev, .section-8 .col-3 .swiper-button-next {
    opacity: 0;
}
.section-8 .col-3 .swiper-container-1:hover .swiper-button-prev, .section-8 .col-3 .swiper-container-1:hover .swiper-button-next, .section-8 .col-3 .swiper-container-2:hover .swiper-button-prev, .section-8 .col-3 .swiper-container-2:hover .swiper-button-next  {
    opacity: 1;
}
/* section-8 end */


/* section-11 begin*/
.section-11 {
	/*margin-top: 0;*/
	position: relative;
    overflow: hidden;
    font-size: 0;
	+word-spacing: -1px;
}
.section-11 .focus{
	position: absolute;
	top: 30px;
	right: -30px;
	z-index: 2;
}
.section-11 .swiper-container-xctj {
	width: 1200px;
	height: 600px;
    overflow: hidden;
    position: relative;
}
.section-11 .col-1 .pic img {
	width: 100%;
	height: auto;
}
.section-11 .col-1 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	padding: 10px 120px 10px 20px;
    box-sizing: border-box;
    line-height: 1.6;
}
.section-11 .col-1 .title .b-title {
	font-size: 20px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-11 .col-1 .title .b-txt {
	font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.section-11 .col-1 .title a {
	color: #fff;
}
.section-11 .swiper-pagination-fraction {
	bottom: 8px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
    opacity: 0;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-11 .swiper-button-prev, .section-11 .swiper-button-next {
	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: 200px;
    opacity: 0;
}
.section-11 .swiper-button-prev {
	left: 0;
}
.section-11 .swiper-button-next {
	right: 0;
}
.section-11 .swiper-button-prev:hover, .section-11 .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
    height: 230px;
    margin-top: 120px;
}

.section-11 .swiper-pagination-fraction,
 .section-11 .swiper-button-prev,
 .section-11 .swiper-button-next {
    opacity: 0;
}
.section-11 .swiper-container-xctj:hover .swiper-pagination-fraction,
 .section-11 .swiper-container-xctj:hover .swiper-button-next,
 .section-11 .swiper-container-xctj:hover .swiper-button-prev {
    opacity: 1;
}

.section-11 .col-2, .section-11 .col-3 {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
    margin-top: 40px;
    width: calc( 50% - 30px); 
}
.section-11 .col-2 {
    margin-right: 30px;
}
.section-11 .col-2 .mod-topics {
	border-bottom: dotted 1px #d9d9d9;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.section-11 .col-2 .mod-topics:last-child {
    margin-bottom: 0;
}
.section-11 .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 .col-2 .topic a {
    color: #555;
}
.section-11 .col-2 .abstract {
    color: #888;
    margin-top: 5px;
    text-align: justify;
    -webkit-line-clamp: 2;
}
.section-11 .col-3 {
    margin-left: 30px;
}
.section-11 .col-3 .Collapsing {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    line-height: 46px;
    cursor: pointer;
    margin-bottom: 15px;
    padding-left: 20px;
    padding-right: 65px;
    border-top: 2px solid #f6f5f8;
    background: linear-gradient(to right, #f6f5f8 0%, #f6f5f8 100%);
    color: #555;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-11 .col-3 .Collapsing .u_num {
    font-style: italic;
    font-weight: bold;
    color: #516ec9;
    font-size: 22px;
    padding-right: 10px;
}
.section-11 .col-3 .Collapsing a {
    color: #555;
}
.section-11 .col-3 .Collapsing .m_spanImg {
    position: absolute;
    z-index: 2;
    right: 10px;
    bottom: 2px;
    width: 45px;
    font-size: 16px;
    color: #8c8c8c;
    cursor: pointer;
    background: url("http://www.newsimg.cn/enterprise/boaozgqyj2020/img/icon3.png") no-repeat center right;
    background-size: 20%;
}
.section-11 .col-3 .Collapsing.on {
    border-top: 2px solid #e74167;
    background: linear-gradient(to right, #2d4cbb 0%, #516ec9 100%);
    color: #fff;
}
.section-11 .col-3 .Collapsing.on .m_spanImg {
    display: none;
}
.section-11 .col-3 .Collapsing.on .u_num {
    color: #fff;
}
.section-11 .col-3 .Collapsing.on a {
    color: #fff;
}
.section-11 .col-3 .coll_body {
    padding: 15px 25px 30px 25px;
    background: #fff;
    display: none;
}
.section-11 .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 .col-3 .coll_body:last-child {
    padding-bottom: 0;
}

.section-11 .col-4 {
    margin-top: 30px;
}
.section-11 .col-4 .item {
    width: calc( 50% - 30px);    
    box-sizing: border-box;    
    position: relative;
	margin-right: 30px;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
	padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-11 .col-4 .item:nth-child(even) {
	margin-right: 0;
    margin-left: 30px;
}
.section-11 .col-4 .item:nth-last-child(2) {
    margin-bottom: 0;
}
.section-11 .col-4 .item::before{
	content: "";
	width: 5px;
	height: 5px;
	background-color: #516ec9;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	left: 3px;
	top: 40%;
	margin-top: -2px;
}
.section-11 .col-4 .item a {
    color: #333;
}
.section-11 .col-4 .item a:hover {
    color: #516ec9;
    transition: all .4s ease-in-out;
}
/* section-11 end */



/* section-25 begin */
.section-25 .swiper-container-dhhg {
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.section-25 .swiper-slide {
	width: 20%;
}
.section-25 .swiper-slide:nth-child(odd) {
	margin-top: 20px;
}
.section-25 .mod-tile {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.section-25 .mod-tile .media {
	width: 100%;
}
.section-25 .mod-tile .media img {
	width: 100%;
	height: auto;
}
.section-25 .mod-tile .topic {
	font-size: 18px;
	padding: 10px;
    box-sizing: border-box;
	color: #fff;
	line-height: 1.6;
	font-weight: 400;
	height: inherit;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.section-25 .mod-tile .topic a {
	color: #fff;
}
.section-25 .mod-tile .topic a:hover {
	color: #1d4ca1;
}
.section-25 .mod-tile .abstract {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 30px 20px;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	font-size: 16px;
	 line-height: 1.8;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0;
	cursor: pointer;
}
.section-25 .mod-tile .abstract a {
	width: 100%;
	height: 100%;
	color: #fff;
    text-align: justify;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
}
.section-25 .mod-tile:hover .topic {
	opacity: 0;
	bottom: -50px;
}
.section-25 .mod-tile:hover .abstract {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.section-25 .swiper-pagination {
    display: none;
}
.section-25 .swiper-button-prev, .section-25 .swiper-button-next {
	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: 200px;
}
.section-25 .swiper-button-prev {
	left: 0;
}
.section-25 .swiper-button-next {
	right: 0;
}
.section-25 .swiper-button-prev:hover, .section-25 .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
    height: 230px;
    margin-top: 100px;
}
.section-25 .swiper-button-prev, .section-25 .swiper-button-next {
    opacity: 0;
}
.section-25 .swiper-container-dhhg:hover .swiper-button-prev, .section-25 .swiper-container-dhhg:hover .swiper-button-next {
    opacity: 1;
}
/* section-25 end */



/* section-3 begin */
/* section-3 end */










.section-8 .section-title {
	height: auto;
	line-height: inherit;
	text-indent: inherit;
	border-bottom: 0;
	margin-bottom: 40px;
    background-color: transparent;
    background-image: none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
}
.section-8 .section-title em {
	position: absolute;
    left: 50%;
    top: 80px;
    margin-left: -410px;
    width: 820px;
    line-height: 1;
    z-index: 2;
	display: block;
    text-align: center;
    font-size: 40px;
    color: #444;
}
.section-8 .section-title span {
    margin: 0 auto;
    width: 90px;
    height: 190px;
    display: block;
    border: 5px solid #09f;
}
.section-8 .section-title i {
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -410px;
    width: 820px;
    line-height: 1;
    z-index: 1;
    font-style: normal;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display: block;
    text-align: center;
    font-size: 100px;
    box-sizing: border-box;
    padding: 10px;
    background-color: #fff;
	color: #f5f5f5;
}
.section-8 .section-title em a {
    color: #444;
}

/*.anchor-point {
    position: relative;
    top: -100px;
}*/



/* RTools begin */
.RTools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 150px;
  width: 60px;
  z-index: 10000;
  display: none;
}
.RTools .qrcode {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  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;
  -mozanimation-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: #516ec9 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: #516ec9;
	/*padding: 20px 0 40px;*/
}
.footer {
	padding: 50px 0;
	background: #516ec9;
	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: #516ec9;
	width: 100%;
	box-sizing: border-box;
	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 */


#section-8-3, #section-8-4, #section-8-5, #section-8-6, #section-8-7, #section-8-8, #section-8-9, #section-8-10 {display:none;}