﻿@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: #000;
}
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;
	
}


.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;
	/*background: linear-gradient(to right, #09f 0%, #2f1078 100%);*/
	_position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #f36e73;
}
.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;
	display: none;
}
.section-title .more:hover, .unit-title .more:hover {
	background-color: rgba(0, 153, 255, 0.2);
	color: #c00;
	transition: 0.3s;
}


.section-title span {
    font-size: 24px;
	margin-left: 10px;
	color: #3388ff;
}



/*网站导航*/
.top-bar {
	height:45px;
	text-align: center;
	color: #fff;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: rgba(81, 121, 152, 0.6);
	box-shadow: 3px 0 3px rgba(0, 0, 0, .2);
	overflow: hidden;
	z-index: 9999;
}
.top-bar .menu {
	width: 1000px;
	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: " ";
}
.top-bar li:last-of-type:after {
	content: " ";
}
.top-bar .item {
	line-height: 50px;
	font-size: 14px;
}
.top-bar .item a {
	padding-left: 5px;
	padding-right: 5px;
}
.top-bar .home-site-link {
	color: #fff;
}
.top-bar a {
	color: #fff;
}
.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;
	transition: 0.3s;
}


/*导航区域*/
.nav {
	height: 58px;
	line-height: 58px;
	background-color: rgba(204, 204, 204, 0.6);
	margin-bottom: 30px;
}
nav {
	margin: 0 auto;
	height: 50px;
}
nav ul {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0;
	height: 58px;
}
nav ul li {
	font-size: 18px;
	font-weight: 700;
	cursor: pointer;
	line-height: 60px;
	padding: 0 35px;
	margin: 0;
	display: inline-block;
	list-style-type: none;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
nav ul li.current a {
	font-weight: 700;
	text-decoration: none;
	display: block;
	color: #fff;
}
nav ul li:hover {
	color: #fff;
}
nav ul :nth-child(1n+0) {
	color: #fff;
}
nav ul :nth-child(1n+0):hover {
	background-color: rgba(0, 153, 255, 1);
}
nav ul :nth-child(1n+0):hover a {
	color: #fff;
	background: none;
}
nav .indicator {
	pointer-events: none;
	position: absolute;
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

/*内容区域*/
.section-1 {
	font-size: 0;
	+word-spacing: -1px;
	background-color: #fff;
}
.section-1 .col-1, .section-1 .col-2 {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-1 .col-1 {
	width: 680px;
	height: 400px;
	overflow: hidden;
	margin-right: 30px;
}
.section-1 .col-1 .swiper-container-jdt {
	position: relative;
	overflow: hidden;
}
.section-1 .col-1 .swiper-slide {
	z-index: 1;
	white-space: nowrap;
	width: 100%;
	height: auto;
}
.section-1 .col-1 .swiper-slide {
	position: relative;
	display: inline;
	width: 100%;
	overflow: hidden;
}
.section-1 .col-1 .swiper-slide img {
	width: 680px;
	height: 400px;
	display: block;
}
.section-1 .col-1 .swiper-slide .e_bg_flt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.85);
	z-index: 7;
}
.section-1 .col-1 .e_flt_inf {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	overflow: hidden;
	z-index: 8;
	color: #fff;
	white-space: normal;
	word-wrap: break-word;
}
.section-1 .col-1 .e_flt_inf h3 {
	font-size: 20px;
	padding: 7px 60px 11px 15px;
	color: #fff;
	text-align: left;
	line-height: 1.8;
}
.section-1 .col-1 .e_flt_inf h3 a {
	color: #fff;
}
.section-1 .col-1 .swiper-pagination-fraction {
	position: absolute;
	bottom: 12px;
	right: 15px!important;
	z-index: 7;
	color: #fff;
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	left:inherit;
	width: 3rem;
}
.section-1 .col-2 {
	width: 475px;
	height: 400px;
	overflow: hidden;
	padding-right: 15px;
}
.section-1 .col-2 .mod-topics {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
}
.section-1 .col-2 .mod-topics .topic {
	height: 40px;
	line-height: 45px;
	font-size: 20px;
}
.section-1 .col-2 .mod-topics .topic a {
	color: #09f;
}
.section-1 .col-2 .mod-topics .more a {
	color: #c00;
}
.section-1 .col-2 .abstract {
	height: 55px;
	line-height: 1.8;
}
.section-1 .col-2 .erji_more {
	_position: absolute;
	_right: 0;
	_top: 0;
	height: 36px;
	line-height: 36px;
	padding-right: 20px;
	color: #09f;
	font-size: 16px;
	font-weight: 700;
	background: linear-gradient(to right, #fff 0%, #eee 100%);
	text-align: right;
}
.section-1 .col-2 .erji_more:hover {
	background: linear-gradient(to right, #fff 0%, #09f 100%);
	color: #fff;
	transition: 0.3s;
}
.section-1 .col-2 .erji_more a {
	color: #09f;
}
.section-1 .col-2 .erji_more:hover a {
	color: #fff;
}


.section-2 {
	font-size: 0;
	+word-spacing: -1px;
	width: 1198px;
	border: 1px solid #09f;
	background-color: #fff;
}
.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: 1048px;
	height: 50px;
	margin: 0 15px;
	overflow: hidden;
}
.section-2 .section-caption {
	width: 120px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	background-color: #09f;
}
.section-2 .section-caption a {
	color: #fff;
}
.section-2 .section-caption a:hover {
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.section-2 .marquee .mod-list .item {
	line-height: 50px;
	padding-right: 20px;
	font-size: 16px;
}
.section-2 .marquee .str_wrap {
	background: #fff;
}


.section-3 .section-title {
	margin-bottom: 10px;
}
.section-3 .mod-card .article, .section-3 .mod-card {
	*zoom: 1;
}
.section-3 .mod-card:before, .section-3 .mod-card:after {
	content: "";
	display: table;
}
.section-3 .mod-card .article:after, .section-3 .mod-card:after {
	clear: both;
}
.section-3 .mod-card {
	padding: 20px;
	width: 560px;
}
.section-3 .mod-card .topic {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 2em;
	line-height: 2;
	text-align: left;
	width: 100%;
	text-indent: 205px;
	font-size: 20px;
}
.section-3 .mod .topic a {
	color: #09f;
}
.section-3 .mod .topic a:hover {
	color: #b30000;
}
.section-3 .mod-card .media {
	margin-top: -30px;
}
.section-3 .mod-card .media img {
	width: 186px;
	height: 123px;
}
.section-3 .mod-card .media {
	display: block;
	overflow: hidden;
	float: left;
	display: inline;
	background-color:#f5f5f5;
}
.section-3 .mod-card .media a img {
	transition: 0.5s;
}
.section-3 .mod-card .media a img {
	display: block;
}
.section-3 .mod-card .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-3 .mod-card .abstract {
	height: 95px;
	padding-left: 20px;
}
.section-3 .mod-card .abstract a {
	color: #c00;
}
.section-3 .mod-card .abstract a:hover {
	color: #b30000;
}


.section-4 .outside {
	position: relative;
	zoom: 1;
	margin: 10px 0;
	border: 1px solid #d3d3d3;
}
.section-4 .inner {
	overflow: hidden;
	background: #f5f5f5;
	border: 1px solid #fff;
}
.section-4 .swiper-container-xtj {
	width: 95%;
	overflow: hidden;
	margin: 20px auto;
}
.section-4 .swiper-container-xtj .swiper-slide {
	position: relative;
	display: block;
}
.section-4 .swiper-container-xtj .swiper-slide img {
	width: 100%;
	height: 100%;
}
.section-4 .swiper-container-xtj .swiper-slide .u-cover {
	margin-bottom: 13px;
	-webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, .3);
	box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, .3);
}
.section-4 .swiper-container-xtj .swiper-slide .f-thide {
	font-size: 16px;
	line-height: 1.5;
}
.section-4 .swiper-container-xtj .swiper-slide .f-thide a {
	color: #333;
}
.section-4 .swiper-container-xtj .swiper-slide .f-thide a:hover {
	color: #c00;
}
.section-4 .swiper-container-xtj .swiper-slide .s-fc3 {
	color: #666;
	font-size: 14px;
	display: none;
}
.section-4 .swiper-container-xtj .swiper-slide .s-fc3 a {
	color: #666;
}
.section-4 .swiper-container-xtj .swiper-button-next, .swiper-container-xtj .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 17px;
	height: 17px;
	background: url(http://www.newsimg.cn/health/bjxhyxyxq/20170829/img/index.png) no-repeat;
}
.section-4 .swiper-container-xtj .swiper-button-next {
	right: 5px;
	background-position: -300px -75px;
}
.section-4 .swiper-container-xtj .swiper-button-prev {
	left: 5px;
	background-position: -260px -75px;
}


.section-5 {
	height: 380px;
	padding-top: 450px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.section-5 .section-title {
	width: 1200px;
	margin: 0 auto 30px;
}
.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-6 .container {
	width: 1200px;
}
.section-6 ul:after {
	content: "";
	display: table;
	clear: both;
}
.section-6 li {
	position: relative;
	float: left;
	width: 280px;
	height: 210px;
	margin: 10px;
	padding: 0;
	list-style: none;
	-webkit-perspective: 650px;
	perspective: 650px;
	overflow: hidden;
}
.section-6 li img {
	width: 280px;
	height: 210px;
}
.section-6 li a {
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	border-radius: 4px;
}
.section-6 li h3 {
	margin-top: 30px;
	font-size: 20px;
	color: rgba(255, 255, 255, 0.9);
	line-height: 1.8;
}
.section-6 li p {
	font-size: 12px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.8);
}
.section-6 li .normal {
	width: 100%;
	height: 100%;
	background-color: #ECF0F1;
	color: rgba(52, 73, 94, 0.6);
	box-shadow: inset 0 2px 20px #e6ebed;
	text-align: center;
	font-size: 50px;
	line-height: 200px;
}
.section-6 li .normal svg {
	pointer-events: none;
	width: 50px;
}
.section-6 li .normal svg path {
	fill: rgba(52, 73, 94, 0.2);
}
.section-6 .info {
	-webkit-transform: rotate3d(1, 0, 0, 90deg);
	transform: rotate3d(1, 0, 0, 90deg);
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 20px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	pointer-events: none;
	background-color: rgba(26, 188, 156, 0.9);
}
.section-6 .info a {
	color: #fff;
}
.section-6 .in-top .info {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: in-top 300ms ease 0ms 1 forwards;
	animation: in-top 300ms ease 0ms 1 forwards;
}
.section-6 .in-right .info {
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
	-webkit-animation: in-right 300ms ease 0ms 1 forwards;
	animation: in-right 300ms ease 0ms 1 forwards;
}
.section-6 .in-bottom .info {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
	animation: in-bottom 300ms ease 0ms 1 forwards;
}
.section-6 .in-left .info {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: in-left 300ms ease 0ms 1 forwards;
	animation: in-left 300ms ease 0ms 1 forwards;
}
.section-6 .out-top .info {
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
	-webkit-animation: out-top 300ms ease 0ms 1 forwards;
	animation: out-top 300ms ease 0ms 1 forwards;
}
.section-6 .out-right .info {
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-animation: out-right 300ms ease 0ms 1 forwards;
	animation: out-right 300ms ease 0ms 1 forwards;
}
.section-6 .out-bottom .info {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
	animation: out-bottom 300ms ease 0ms 1 forwards;
}
.section-6 .out-left .info {
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-animation: out-left 300ms ease 0ms 1 forwards;
	animation: out-left 300ms ease 0ms 1 forwards;
}
/* section-6 动画效果区域 begin */
@-webkit-keyframes in-top {
 from {
 -webkit-transform: rotate3d(-1, 0, 0, 90deg);
 transform: rotate3d(-1, 0, 0, 90deg);
}
to {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
}
}
 @keyframes in-top {
 from {
 -webkit-transform: rotate3d(-1, 0, 0, 90deg);
 transform: rotate3d(-1, 0, 0, 90deg);
}
to {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
}
}
@-webkit-keyframes in-right {
 from {
 -webkit-transform: rotate3d(0, -1, 0, 90deg);
 transform: rotate3d(0, -1, 0, 90deg);
}
to {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-right {
 from {
 -webkit-transform: rotate3d(0, -1, 0, 90deg);
 transform: rotate3d(0, -1, 0, 90deg);
}
to {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
}
}
@-webkit-keyframes in-bottom {
 from {
 -webkit-transform: rotate3d(1, 0, 0, 90deg);
 transform: rotate3d(1, 0, 0, 90deg);
}
to {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-bottom {
 from {
 -webkit-transform: rotate3d(1, 0, 0, 90deg);
 transform: rotate3d(1, 0, 0, 90deg);
}
to {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
}
}
@-webkit-keyframes in-left {
 from {
 -webkit-transform: rotate3d(0, 1, 0, 90deg);
 transform: rotate3d(0, 1, 0, 90deg);
}
to {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
}
}
@keyframes in-left {
 from {
 -webkit-transform: rotate3d(0, 1, 0, 90deg);
 transform: rotate3d(0, 1, 0, 90deg);
}
to {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
}
}
@-webkit-keyframes out-top {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
to {
	-webkit-transform: rotate3d(-1, 0, 0, 104deg);
	transform: rotate3d(-1, 0, 0, 104deg);
}
}
@keyframes out-top {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
to {
	-webkit-transform: rotate3d(-1, 0, 0, 104deg);
	transform: rotate3d(-1, 0, 0, 104deg);
}
}
@-webkit-keyframes out-right {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
to {
	-webkit-transform: rotate3d(0, -1, 0, 104deg);
	transform: rotate3d(0, -1, 0, 104deg);
}
}
@keyframes out-right {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
to {
	-webkit-transform: rotate3d(0, -1, 0, 104deg);
	transform: rotate3d(0, -1, 0, 104deg);
}
}
@-webkit-keyframes out-bottom {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
to {
	-webkit-transform: rotate3d(1, 0, 0, 104deg);
	transform: rotate3d(1, 0, 0, 104deg);
}
}
@keyframes out-bottom {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
to {
	-webkit-transform: rotate3d(1, 0, 0, 104deg);
	transform: rotate3d(1, 0, 0, 104deg);
}
}
@-webkit-keyframes out-left {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
to {
	-webkit-transform: rotate3d(0, 1, 0, 104deg);
	transform: rotate3d(0, 1, 0, 104deg);
}
}
@keyframes out-left {
 from {
 -webkit-transform: rotate3d(0, 0, 0, 0deg);
 transform: rotate3d(0, 0, 0, 0deg);
}
to {
	-webkit-transform: rotate3d(0, 1, 0, 104deg);
	transform: rotate3d(0, 1, 0, 104deg);
}
}
/* section-6 动画效果区域 end */


.section-7 .mod-tile {
	width: 370px;
	margin: 0 15px 15px;
	position: relative;
}
.section-7 .mod-tile .media {
	width:100%;
}
.section-7 .mod-tile .media a {
	display: block;
	overflow: hidden;
}
.section-7 .mod-tile .media img {
	width: 370px;
	height: 240px;
}
.section-7 .mod-tile .media a img {
	transition: 0.5s;
	display: block;
}
.section-7 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-7 .mod-tile .caption {
	line-height: 1.8;
	font-size: 16px;
	padding: 10px;
	width: 350px;
}
.section-7 .mod-list li {
	position: relative;
}
.section-7 .mod-list li::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;
	background: #09f;
	position: absolute;
	left: 2px;
	top: 20px;
}
.section-7 .mod-list {
	padding: 5px 0 20px;
}
.section-7 .mod-list .item {
	font-size: 18px;
	text-indent: 1em;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 2.5em;
	line-height: 2.5;
	width: 370px;
	margin: 0 15px;
}
.section-7 .mod-list .item a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}


.section-8 {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
	background: linear-gradient(to bottom, #3ba6de 0%, #3595d1 33%, #2c7abc 66%, #2561aa 100%);
}
.section-8 .section-title {
	width: 1200px;
	margin: 0 auto 30px;
	background-color: rgba(204, 204, 204, 1);
}
.section-8 .swiper-container-bigPic {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 10px solid #fff;
	background-color: #fff;
}
.section-8 .swiper-slide {
	border-radius: 10px;
	overflow: hidden;
}
.section-8 .mod-tile .media {
	width: 100%;
	position: relative;
}
.section-8 .mod-tile .media a {
	display: block;
	overflow: hidden;
}
.section-8 .mod-tile .media img {
	width: 100%;
	height: 665px;
}
.section-8 .mod-tile .media a img {
	transition: 0.5s;
	display: block;
}
.section-8 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-8 .mod-tile .caption {
	line-height: 1.8;
	font-size: 20px;
	padding: 10px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-8 .swiper-pagination-bullets {
    position: absolute;
    left: 0;
    top: 18%;
    width: 100%;
    height: 10%;
    z-index: 10;
}
.section-8 .swiper-pagination-bullet {
	background: #fff;
	opacity: .5;
	margin: 0 5px;
}
.section-8 .swiper-pagination-bullet-active {
	opacity: 1;
	background: #fff;
}
.section-8 .btnArea {
	position: relative;
}
.section-8 .swiper-button-next, .section-8 .swiper-button-prev {
	right: 20px;
	top: -330px;
	padding: 5px;
	background-color: rgba(0, 0, 0, .4);
}
.section-8 .swiper-button-next {
	right: 30px;
}
.section-8 .swiper-button-prev {
	left: 30px;
}


.section-9 .mod-card {
	position: relative;
	height: 400px;
}
.section-9 .mod-card .topic {
	position: absolute;
	z-index: 4;
	font-size: 20px;
	text-align: right;
	width: 280px;
	height: auto;
	padding: 10px 20px 10px 100px;
	background-image: linear-gradient(to left, rgba( 51, 51 , 51, .7), rgba( 51, 51 , 51, .2), rgba( 51, 51 , 51, 0));
	top: 50px;
	right: 100px;
	color: rgba( 255, 255 , 255, 1);
}
.section-9 .mod-card .topic a {
	color: rgba( 255, 255 , 255, 1);
}
.section-9 .mod-card .sectit {
	position: absolute;
	z-index: 2;
	top: -30px;
	left: 0;
	font-size: 260px;
	font-family: "sans-serif";
	letter-spacing: 0;
	color: rgba( 51, 51 , 51, .1);
}
.section-9 .mod-card .media {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 100px;
}
.section-9 .mod-card .media img {
	width: 500px;
	height: 400px;
}
.section-9 .mod-card .abstract {
	position: absolute;
	z-index: 2;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba( 51, 51, 51, .3);
	padding: 25px 25px 25px 40px;
	margin: 100px auto auto 200px;
}
.section-9 .mod-card .abstract span {
	display: block;
}
.section-9 .mod-card .abstract a {
	color: #c00;
}
.section-9 .mod-card .abstract .abstract-con {
	width: 308px;
	height: 130px;
	margin-right: 590px;
	margin-bottom: 10px;
	overflow: hidden;
}
.section-9 .mod-card .article::before, .section-9 .mod-card .article::after {
	content: '';
    position: absolute;
	display:inline-block;
    top: 100px;
    left: 200px;
	width: 50px;
	height: 1px;
	background: rgba( 51, 51, 51, 1);
}
.section-9 .mod-card .article::after {
	top: inherit;
	left: inherit;
	right: 35px;
    bottom: 83px;
}
.section-9 .mod-card:nth-child(even) .topic {
	text-align: left;
	top: 50px;
	right: inherit;
	left: 100px;
	padding: 10px 100px 10px 20px;
	background-image: linear-gradient(to right, rgba( 51, 51 , 51, .7), rgba( 51, 51 , 51, .2), rgba( 51, 51 , 51, 0));
}
.section-9 .mod-card:nth-child(even) .sectit {
	top: inherit;
	left: inherit;
	right: 0;
	bottom: -50px;
}
.section-9 .mod-card:nth-child(even) .media {
	left: 100px;
	right: inherit;
}
.section-9 .mod-card:nth-child(even) .abstract {
	right: 0;
	padding: 25px 40px 25px 25px;
	margin: 100px 200px auto auto;
}
.section-9 .mod-card:nth-child(even) .abstract .abstract-con {
	margin-right: 0;
	margin-left: 590px;
	overflow: hidden;
}
.section-9 .mod-card:nth-child(even) .abstract span {
	text-align: right;
}
.section-9 .mod-card:nth-child(even) .article::before, .section-9 .mod-card:nth-child(even) .article::after {
    top: inherit;
    bottom: 83px;
    left: 35px;
}
.section-9 .mod-card:nth-child(even) .article::after {
	top: 100px;
    left: inherit;
    right: 200px;
}

.section-10 * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-10 {
	padding-top: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
	background: #f5f5f5;
	height: 450px;
	position: relative;
	overflow: hidden;
}
.section-10 .section-title {
	width: 1200px;
	margin: 0 auto 30px;
}
.section-10 .mask {
	width: 1200px;
	height: 370px;
	margin: 0 auto 0 -600px;
	position: absolute;
	left: 50%;
}
.section-10 .mask .after, .section-10 .mask .before {
	width: 100%;
	height: 370px;
	position: absolute;
}
.section-10 .mask .before {
	background-color: rgba( 0, 153, 255 , .3);
	top: 0;
	left: -50%; 
}
.section-10 .mask .after {
	background-color: rgba( 255, 0, 0, .3);
	top: 0;
	left: 50%;  
}


.section-11 ul {
	margin: 50px auto;
}
.section-11 ul li {
	width: 25%;
	padding: 20px;
	background-color: #fff;
	border: 1px solid rgba(223,231,239, .7);
	color: rgb(32,40,48);
	text-shadow: 0 1px 1px rgb(255,255,255);
	font-size: 14px;
	transition: all .2s ease;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	margin: 20px 0;
}
.section-11 ul li:hover{
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
			transform: scale(1.1);
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	-webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
			box-shadow: 0 -1px 10px rgba(0,0,0,.5);
}
.section-11 ul li h4 {
	height: 50px;
	margin-bottom: 15px;
	line-height: 2;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px dotted rgba(223,231,239, .7);
	overflow: hidden;
}
.section-11 ul li p {
	font-size: 14px;
	line-height: 1.8;
}
.section-11 ul li p.btn a {
	display: inline-block;
	padding: 10px 40px;
	text-shadow: 0 1px 1px rgba(32,40,48,.8);
	text-decoration: none;
	color: rgb(255,255,255);
	background-color: rgb(229,195,85);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(229,195,85)), to(rgb(187,160,71)));
	background-image: -moz-linear-gradient(left top, left bottom, rgb(229,195,85), rgb(187,160,71));
	background-image: linear-gradient(left top, left bottom, rgb(229,195,85), rgb(187,160,71));
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
	transition: all .2s ease;
}
.section-11 ul li p:last-of-type {
	margin-top: 15px;
	text-align: center;
}
.section-11 ul li p.btn a:hover {
	-webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
	   -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.5);
			box-shadow: 0 -1px 10px rgba(0,0,0,.5);
}
.section-11 ul li p.btn-yellow a {
	background-color: rgb(218,109,14);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,153,0)), to(rgb(190,75,26)));
	background-image: -moz-linear-gradient(left top, left bottom, rgb(255,153,0), rgb(190,75,26));
	background-image: linear-gradient(left top, left bottom, rgb(255,153,0), rgb(190,75,26));
}
.section-11 ul li p.btn-red a {
	background-color: rgb(188,72,72);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(188,72,72)), to(rgb(126,49,49)));
	background-image: -moz-linear-gradient(left top, left bottom, rgb(188,72,72), rgb(126,49,49));
	background-image: linear-gradient(left top, left bottom, rgb(188,72,72), rgb(126,49,49));
}
.section-11 ul li p.btn-purple a {
	background-color: rgb(122,104,166);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(122,104,166)), to(rgb(91,78,127)));
	background-image: -moz-linear-gradient(left top, left bottom, rgb(122,104,166), rgb(91,78,127));
	background-image: linear-gradient(left top, left bottom, rgb(122,104,166), rgb(91,78,127));
}


.section-12 .boxCon {
	width: 540px;
	margin-left: 20px;
	margin-right: 40px;
}
.section-12 .boxCon:nth-child(odd) {
	margin-left: 40px;
	margin-right: 20px;
}
.section-12 .mod-list .item {
    font-size: 16px;
    line-height: 2;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    color: #666;
}
.section-12 .mod-list .item span {
    font-size: 18px;
    margin-right: 10px;
    font-weight: 700;
    color: #333;
    vertical-align: bottom;
}
.section-12 .mod-list .item p {
	display: inline;
}
.section-12 .mod-list .item:nth-last-child(1) * {
	color: #c00;
}
.section-12 .readall_box {
	position: relative;
    z-index: 9998;
    padding: 0;
    text-align: center;
	margin-top: -300px;
}
.section-12 .read_more_mask {
	height: 300px;
	background: -webkit-linear-gradient(top, rgba(255,255,255, .1) 0%, rgba(255,255,255, .7) 5%, rgba(255,255,255, .9) 25%, rgba(255,255,255, 1));
}
.section-12 .btn {
	position: absolute;
	top: 40%;
	left: 50%;
	display: inline-block;
    padding: 6px 12px;
	margin-left: -35px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.section-12 .btn-gray-fred, .section-12 .btn-gray-fred:focus, .section-12 .btn-gray-fred:link, .section-12 .btn-gray-fred:visited {
    font-size:16px;
    color:#de686d;
    background:#fff;
    border-radius:4px;
    border:1px solid #de686d;
    line-height:30px;
}
.section-12 .btn-gray-fred:active, .section-12 .btn-gray-fred:hover {
    color:#fff;
    background:#de686d;
}


.section-13 .areaBox {
}
.section-13 .areaBox .line-box {
	width: 850px;
	height:565px;
    position:relative;
	border: 5px solid rgba( 51, 51, 51, .1);
	margin-left: 270px;
}
.section-13 .areaBox .line {
	display: block;
	position:absolute;
	background-color:#e6bb84;
	font-size:0px;
	line-height:0px;
}
 .section-13 .areaBox .line-1 {
    width:0px;
     height:5px;
     top: -5px;
     left: 185px;
}
 .section-13 .areaBox .line-2 {
    width:5px;
     height:0px;
     top: 0;
     left: 850px;
}
 .section-13 .areaBox .line-3 {
    width:0px;
     height:5px;
     top: 565px;
     right: 0;
}
 .section-13 .areaBox .line-4 {
    width:5px;
     height: 0px;
     bottom: 0px;
     left: -5px;
}
 .section-13 .areaBox .line-1 {
    width:670px;
    -webkit-transition:width .4s ease-out .3s;
    -moz-transition:width .4s ease-out .3s;
    -o-transition:width .4s ease-out .3s;
    transition:width .4s ease-out .3s;
}
 .section-13 .areaBox .line-2{
    height:570px;
    -webkit-transition:height .4s ease-out .6s;
    -moz-transition:height .4s ease-out .6s;
    -o-transition:height .4s ease-out .6s;
    transition:height .4s ease-out .6s;
}
 .section-13 .areaBox .line-3{
    width:855px;
    -webkit-transition:width .4s ease-out .9s;
    -moz-transition:width .4s ease-out .9s;
    -o-transition:width .4s ease-out .9s;
    transition:width .4s ease-out .9s;
}
 .section-13 .areaBox .line-4{
    height:200px;
    -webkit-transition:height .4s ease-out 1.2s;
    -moz-transition:height .4s ease-out 1.2s;
    -o-transition:height .4s ease-out 1.2s;
    transition:height .4s ease-out 1.2s;
}


/* 新专题样式修改 */
.wapper {
	position: relative;
	z-index: 4;
}
.section-title {
	height: 90px;
	line-height: 75px;
	border-bottom: none;
	text-indent: inherit;
	text-align: center;
	margin-bottom: 60px;
	font-size:50px;
	font-weight: 100;
	 padding-top: 80px;
	background:url(http://www.newsimg.cn/auto/20180104hongqi/img/titlebg.jpg) 50% 0 no-repeat;
}
.section-title em {
	color: #fff;
	font-size: 50px;
	font-weight: 400;
}
.section-title em a {
	color: #fff;
}
.section-title em a:hover {
	color: rgba( 255, 175, 0, 1);
}

.section-14 {
    margin-top: 20px;
	position:relative;
}
.section-14 .section-title{
   background:url(http://www.newsimg.cn/auto/20180703adq5/img/titlebg1.jpg) 50% 0 no-repeat;
}
.section-14 .video-abstract {
	width: 870px;
	margin: 0 auto 20px;
	font-size: 20px;
	line-height: 2;
	color: #fff;
}
.section-14 .video-abstract a {
	color: #fff;
}
.section-14 .videobox {
     width: 1000px;
     margin: 0 auto;
     margin-top: 0;
}
 .section-14 .videobox .titlebg {
     background: url(http://www.newsimg.cn/politics/2017lh/lianghuizb/images/tit06_lhzb.jpg) top left no-repeat;
     width: 997px;
     height: 55px;
     margin-bottom: 20px;
}
 .section-14 .spzb {
     width: 980px;
     overflow: hidden;
     padding: 10px;
     background: rgba(85, 126, 157, 0.2);
     position: relative;
}
 .section-14 .spzb .picTitle {
     position: relative;
     width: 980px;
     height: 565px;
}
 .section-14 .spzb .picTitle .bfan, .section-14 .spzb .picTitle .bfan0 {
     position: absolute;
     width: 163px;
     height: 163px;
     top: 30%;
     left: 42% 
}
 .section-14 .spzb .picTitle .img img {
     width: 100%;
     height: 565px;
     display: block;
}
 .section-14 .spzb .picTitle img {
     cursor: pointer;
}
 .section-14 .spzb .picTitle .bg {
     background: #000;
     bottom: 0;
     height: 75px;
     left: 0;
     opacity: 0.4;
     filter: alpha(opacity=40);
     position: absolute;
     width: 100%;
     z-index: 10;
}
 .section-14 .spzb .picTitle .name {
     bottom: 0;
     color: #fff;
     padding-left: 20px;
     height: 75px;
     left: 0;
     line-height: 75px;
     overflow: hidden;
     position: absolute;
     width: 100%;
     z-index: 11;
     font-size: 1.8em;
     cursor: pointer;
}
 .section-14 .spzb .picTitle .name a {
     color: #fff;
     text-decoration: none;
}
 .section-14 .spzb iframe {
     width: 940px;
     height: 520px;
}
 .section-14 .spzb iframe {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%!important;
     height: 565px!important;
     z-index: 999;
     display: none;
}
 .section-14 #spMobile {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%!important;
     height: 100%!important;
     z-index: 999;
     display: none;
     background: #000000 
}
 @media screen and (min-width:0px) and (max-width: 767px) {
     .section-14 .videobox {
         width: 100%;
         margin: 0 auto;
         margin-top: 20px;
    }
     .section-14 .videobox .titlebg {
         background: url(http://www.newsimg.cn/politics/2017lh/lianghuizb/images/tit06_lhzb_m.jpg) top left no-repeat;
         width: 96%;
         height: 30px;
         margin: 0 auto;
         padding-bottom: 20px;
    }
     .section-14 .spzb {
         width: 98%;
         padding: 1%;
         margin: 5px auto 0;
         background: none!important 
    }
     .section-14 .spzb .picTitle {
         width: 100%;
         height: auto;
    }
     .section-14 .spzb .picTitle .bfan {
         width: 20%;
         height: auto;
    }
     .section-14 .spzb .picTitle .bfan img {
         width: 100%;
         height: auto;
    }
     .section-14 .spzb .picTitle .img img {
         width: 100%;
         height: auto;
    }
     .section-14 .spzb .picTitle .bg {
         height: 45px;
         width: 100% 
    }
     .section-14 .spzb .picTitle .name {
         height: 40px;
         line-height: 22px;
         padding-left: 10px;
         font-size: 1em;
         width: 95%;
         text-align: left;
    }
}


.section-15 {
	margin-top: 150px;
}
.section-15 .section-title {
	margin-bottom: 30px;
}



.section-16 {
	font-size: 0;
	+word-spacing: -1px;
	margin-bottom: 100px;
}
.



.header-banner {
     position: relative;
     width: 1200px;
     margin: 0 auto;
}
 .header-banner .header-text {
     position: absolute;
     top: 200px;
     left: 50%;
     margin-left: -440px;
	 animation:zoomIn alternate 1.5s ease 0.5s both;
	 -webkit-animation:zoomIn alternate 1.5s ease 0.5s both;
	 width: 800px;
	 height: 300px;
}
@-webkit-keyframes zoomIn {
  0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3);}
  50% { opacity: 1;}
}
@keyframes zoomIn {
  0% { opacity: 0; -webkit-transform: scale3d(.3, .3, .3); transform: scale3d(.3, .3, .3);}
  50% { opacity: 1;}
}
 .mainStar{
    position: absolute;
	opacity:0;
}
 .mainStar1{
    top: 205px;
    left: 297px;
    -webkit-animation:loadStar 6s linear infinite;
	animation-delay: 3s;
}
 .mainStar2{
    top: 239px;
    left: 416px;
    -webkit-animation:loadStar 7s linear 1.5s infinite;
}
 .mainStar3{
    top: 198px;
    right: 502px;
    -webkit-animation:loadStar 5.5s linear 1.5s infinite;
}
 .mainStar4{
    top: 298px;
    left: 535px;
    -webkit-animation:loadStar 6s linear 1.5s infinite;
}
 .mainStar5{
    top: 298px;
    right: 365px;
    -webkit-animation:loadStar 6.5s linear 1.5s infinite;
}
 .mainStar6{
    top: 246px;
    right: 188px;
    -webkit-animation:loadStar 5.5s linear 1.5s infinite;
}
@-webkit-keyframes loadStar {
     0%{ -webkit-transform:rotate(0); opacity:0;}
     30%{ -webkit-transform:rotate(30deg); opacity:1;}
     60%{ -webkit-transform:rotate(60deg); opacity:0;}
     100%{ -webkit-transform:rotate(60deg); opacity:0;}
}
@keyframes loadStar {
     0%{ -webkit-transform:rotate(0); opacity:0;}
     30%{ -webkit-transform:rotate(30deg); opacity:1;}
     60%{ -webkit-transform:rotate(60deg); opacity:0;}
     100%{ -webkit-transform:rotate(60deg); opacity:0;}
}


.stars {
	position: fixed;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	z-index: 3;
}


.RTools {
	position: fixed;
	_position: absolute;
	right: 10px;
	bottom: 50px;
	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: #3e7bd1 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;
}


.adBottom {
	background: #0b080b;
}
.footer {
	padding: 30px 0;
	background: #0b080b;
	text-align: center;
	border-top: rgba(62, 123, 209, 0.4) solid 5px;
}
.footer p {
	line-height: 2;
	color:#fff;
}


.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, .section-9 .section-title .more {
	display: none;
}


.section-14 .erweima{ width:120px;height:120px; position:absolute; right:-45px; top:300px; }
.section-14 .erweima img{ width:100%;height:auto;}
.section-14 .erweima p{ color: #fff; margin-top: 8px; text-align: center; padding: 0 5px;}
 .redsilk{ width:100%; height:400px;  margin-top: -150px;}
.section-15{ 
  background:url(http://www.newsimg.cn/auto/20180104hongqi/img/bg2.jpg) 50% 50% no-repeat; width:100%; display:none;
}
.section-15 .unit{ width:1200px; margin:0 auto; background: rgba(0, 0, 0, .3);}
.section-15 .mod-tile{width:370px;margin:20px 15px;position:relative;}
.section-15 .mod-tile .media{width:100%;}
.section-15 .mod-tile .media a{display:block;overflow:hidden;}
.section-15 .mod-tile .media img{width:370px;height:240px;}
.section-15 .mod-tile .media a img{transition:0.5s;display:block;}
.section-15 .mod-tile .media a:hover img{transform:scaleX(1.2) scaleY(1.2);}
.section-15 .mod-tile .caption{ line-height:1.6; font-size:24px; padding:25px 10px; width:350px; font-weight:400; color:#fff;}
.section-15 .mod-tile .caption a{ color:#fff;}
.section-15 .mod-tile .caption a:hover{ color:#c00;}
.section-15 .mod-tile .abstract{font-size:16px;text-align:center;height:115px;overflow:hidden; color:#fff; display:none;}
.section-15 .mod-list li{position:relative;}
.section-15 .mod-list li::after{content:'';display:block;width:6px;height:6px;border-radius:50%;box-shadow:0 0 0 5px #fff;background:#09f;position:absolute;left:2px;top:20px;}
.section-15 .mod-list{padding:5px 0 20px;}
.section-15 .mod-list .item{font-size:18px;text-indent:1em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:2.5em;line-height:2.5;width:370px;margin:0 15px;}
.section-15 .mod-list .item a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block;}
.section-15 .video-hongqi{ width:1200px; margin:50px auto 0; background:url(http://www.newsimg.cn/auto/20180104hongqi/img/bg2-2.png) 0 0 no-repeat; height:678px; position:relative;}
.section-15 .video-hongqi .video-1, .section-15 .video-hongqi .video-2 { width:598px; height:397px;position:absolute; left:0; top:0; border: 1px solid #ccc; overflow:hidden;}
.section-15 .video-hongqi .video-1 .zt-btn, .section-15 .video-hongqi .video-2 .zt-btn{ position: absolute; top: 50%; left: 50%; z-index: 10; display: block; width: 66px; height: 66px; margin-top: -33px; margin-left: -33px;  background: url(http://www.newsimg.cn/world/zfylszl2017/img/icon_play_btn.png) center center no-repeat; cursor: pointer;}
.section-15 .video-hongqi .video-1 img, .section-15 .video-hongqi .video-2 img{ width:100%; height:397px;}
.section-15 .video-hongqi .video-2{ left: inherit; right:1px; top:200px;}


.section-16{margin-bottom:50px;position:relative;padding-top:50px;padding-bottom:50px; display:none;}
.section-16 .swiper-container-bigPic{width:1200px;margin:0 auto;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.section-16 .swiper-slide{border-radius:10px;overflow:hidden;}
.section-16 .mod-tile .media{width:100%;position:relative;}
.section-16 .mod-tile .media a{display:block;overflow:hidden;}
.section-16 .mod-tile .media img{width:100%;height:665px;}
.section-16 .mod-tile .media a img{transition:0.5s;display:block;}
.section-16 .mod-tile .media a:hover img{transform:scaleX(1.2) scaleY(1.2);}
.section-16 .mod-tile .caption{line-height:1.8;font-size:20px;padding:10px;color:#fff;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.section-16 .swiper-pagination-bullets{position:absolute;left:0;top:24%;width:100%;height:10%;z-index:10;}
.section-16 .swiper-pagination-bullet{background:#fff;opacity:.5;margin:0 5px;}
.section-16 .swiper-pagination-bullet-active{opacity:1;background:#fff;}
.section-16 .btnArea{position:relative;}
.section-16 .swiper-button-next,.section-16 .swiper-button-prev{right:20px;top:-330px;padding:5px;background-color:rgba(0,0,0,.4);}
.section-16 .swiper-button-next{right:30px;}
.section-16 .swiper-button-prev{left:30px;}
