﻿@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: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5rem;
}
sub {
	bottom: -0.25rem;
}
iframe {
	border:0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 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, monospace;
	font-size: 1em;
}
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: 0.35rem 0.625rem 0.75rem;
}
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;
}
figure {
	margin: 0;
}
.clearfix {
	display:block;
	#zoom:1;
}
.clearfix:after {
	content:'';
	overflow:hidden;
	width:100%;
	height:0px;
	font-size:0px;
	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: 30px auto;
	width: 1200px;
}


.mod a {
	color: #444;
	transition: 0.5s;
}
.mod a:hover {
	color: #c00;
}
.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}
.mod .topic a {
	color: #c00;
}
.mod .topic a:hover {
	color: #b30000;
}
.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, 0.7)
}
.mod .inner-caption a {
	color: #eee;
}
.mod .inner-caption a:hover {
	color: #b30000;
}
.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	color: #444;
}


.section-title, .unit-title {
	height: 50px;
	line-height: 50px;
	text-indent: 1.5em;
	font-size: 22px;
	color: #fff;
	_position: relative;
	margin-bottom: 20px;

}
.section-title em, .unit-title em {
	font-style: normal;
	font-weight: 700;
	color: #09f;
}
.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: 0.3s;
}
.section-title .more:hover, .unit-title .more:hover {
	background-color: rgba(0, 153, 255, 0.2);
	color: #c00;
	transition: 0.3s;
}



.show {
	display: block;
}





.section-5 {
	height: 380px;
	padding-top: 450px;
	
	
	position: relative;
}
.section-5 .section-title {
	width: 1200px;
	margin: -405px auto 360px;
}
.section-5 .swiper-container-video {
	width: 1196px;
	margin: 0 auto;
	overflow: hidden;
}
.section-5 .mod-tile {
	width: 280px;
	position: relative;
}
.section-5 .mod-tile .media {
	width: 100%;
	position: relative;
}
.section-5 .mod-tile .media a {
	display: block;
	overflow: hidden;
}
.section-5 .mod-tile .media img {
	width: 280px;
	height: 180px;
}
.section-5 .mod-tile .media a img {
	transition: 0.5s;
	display: block;
}
.section-5 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-5 .mod-tile .caption {
	line-height: 1.8;
	font-size: 16px;
	padding: 10px;
	width: 260px;
	color: #fff;
}
.section-5 .btnArea {
	position: relative;
	width: 1196px;
	margin: 0 auto;
}
.section-5 .swiper-button-next, .section-5 .swiper-button-prev {
	right: 20px;
	top: -100px;
	padding: 5px;
	background-color: rgba(0, 0, 0, .4);
}
.section-5 .swiper-button-next {
	right: 15px;
}
.section-5 .swiper-button-prev {
	left: 10px;
}
.section-5 .swiper-button-next:hover, .section-5 .swiper-button-prev:hover {
	background-color: rgba(0, 153, 255, .8);
	padding: 5px;
	transition: 0.3s;
}
.video-icon {
	position:relative;
}
.video-icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -36px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
}
.video-icon:after {
	content: '';
    width: 0;
    height: 0;
    border-width: 18px 0 18px 30px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, .5);
    position: absolute;
    top: 50%;
	left: 50%;
	margin: -24px 0 0 -10px;
}
.global-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-color: rgba(0, 0, 0, .9);
}
.video-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1040;
	margin: -290px 0 0 -428px;
	width: 856px;
	height: 480px;
	background-color: #000;
	border: 1px solid #fff;
}
.close-btn {
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, .2);
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	color: #c00;
	font-size: 26px;
}




.section-3 .section-title .more, .section-4 .section-title .more, .section-5 .section-title .more, .section-6 .section-title .more, .section-7 .section-title .more, .section-8 .section-title .more {
	display: none;
}
