﻿@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;
	/*background: linear-gradient(to right, #09f 0%, #2f1078 100%);*/
	background-color: rgba(204, 204, 204, 0.3);
	_position: relative;
	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;
}


/*网站导航*/
.top-bar {
	height: 50px;
	text-align: center;
	color: #fff;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: rgba(0, 153, 255, .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: 420px;
	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;
}


/* section2 */
.section-2 {
	width: 1200px;
	background-color: #f3f3f3;
	margin: 20px 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: 1035px;
	height: 50px;
	margin-left: 15px;
	overflow: hidden;
}
.section-2 .section-caption {
	width: 120px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	color: #fff;
	padding-right: 20px;
	font-size: 24px;
	background:url(http://www.newsimg.cn/auto/guangzhou218/img/blue_jt.png) no-repeat center center;
}
.section-2 .section-caption a {
	color: #fff;
}
.section-2 .section-caption a:hover {
	color: #fff;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.section-2 .mod-list li {
	position: relative;
}
.section-2 .mod-list li a{
	color: #737373;
}
.section-2 .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: 0;
	top: 28px;
}
.section-2 .marquee .mod-list .item {
	line-height: 60px;
	padding-right: 20px;
	font-size: 16px;
	text-indent: 15px;
}
.section-2 .marquee .str_wrap {
	background: #f3f3f3;
}/* 滚动js自带css */
/* section2 end */


.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-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;
}


/* 新专题样式修改 */
.wapper {
	position: relative;
	z-index: 4;
}
.section-title {
	height: 150px;
	line-height: 75px;
	border-bottom: none;
	text-indent: inherit;
	text-align: center;
}
.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-16 {
	font-size: 0;
	+word-spacing: -1px;
	margin-bottom: 80px;
	margin-top: 50px;
}
.section-16 .col-1, .section-16 .col-2, .section-16 .col-3 {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-16 .col-1, .section-16 .col-2 {
	width: 540px;
	margin-left: 20px;
	margin-right: 40px;
	background: url(http://www.newsimg.cn/fashion/data2017/img/section-con-bg.png) 0 0 no-repeat;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	padding: 40px 30px 30px;
}
.section-16 .col-2 {
	margin-left: 40px;
	margin-right: 20px;
}
.section-16 .col-1 .unit-title, .section-16 .col-2 .unit-title, .section-14 .col-3 .unit-title {
	text-align:center;
	font-size: 30px;
	font-weight: 100;
	margin-bottom: 20px;
	text-indent: inherit;
	background: none;
	border: none;
	position: relative;
	color: rgba( 255, 225, 155, 1);
}
.section-16 .col-1 .unit-title a, .section-16 .col-2 .unit-title a {
	color: rgba( 255, 225, 155, 1);
}
.section-16 .col-1 .unit-title a:hover, .section-16 .col-2 .unit-title a:hover {
	color: rgba( 255, 255, 255, 1);
}
.section-16 .col-1 .abstract, .section-16 .col-2 .abstract, .section-14 .col-3 .abstract {
	font-size: 16px;
	line-height: 2;
	color: rgba( 255, 225, 155, 1);
	margin-bottom: 40px;
}
.section-16 .col-1 .abstract a, .section-16 .col-2 .abstract a {
	color: rgba( 255, 225, 155, 1);
}
.section-16 .col-1 .abstract a:hover, .section-16 .col-2 .abstract a:hover {
	color: rgba( 255, 130, 0, 1);
}
.section-16 .col-1 .media, .section-16 .col-2 .media {
	width: 460px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}
.section-16 .col-1 .media img, .section-16 .col-2 .media img {
	width: 100%;
	height: 400px;
}
.section-16 .col-1 .unit-title::after, .section-16 .col-1 .unit-title::before, .section-16 .col-2 .unit-title::after, .section-16 .col-2 .unit-title::before {
	content:'';
	width: 70px;
	height: 1px;
	background-color: rgba( 255, 225, 155, 1);
	position: absolute;
	top: 50%;
}
.section-16 .col-1 .unit-title::before, .section-16 .col-2 .unit-title::before{
	left: 80px;
}
.section-16 .col-1 .unit-title::after, .section-16 .col-2 .unit-title::after {
	right: 80px;
}


.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: #09f 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: #f9f7f4;
	padding: 20px 0 40px;
}
.footer {
	padding: 30px 0;
	background: #f9f7f4;
	text-align: center;
	border-top: #09f solid 5px;
}
.footer p {
	line-height: 2;
}


.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;
}


/* section1 */
.section1{ width:1200px; margin:0px auto; background-color:#FFF; /*padding:5px;*/ position:relative;}
.section1 .focusBox4 img{ width:100%; height:450px; }

.section1 .right { float:right;  padding:0px; /*margin:0px 2px;*/ overflow:hidden;background-color:#FFF; width:450px; height:450px; padding-bottom:3px;}
.section1 .right .headline li{ line-height:24px; font-size:14px; /*width:330px; *//*height:160px;*/ display:block; overflow:hidden; color:#666; margin-bottom: 8px;  border-bottom: 1px dotted #ccc;padding-bottom:5px;}
.section1 .right .headline li h4{ color:#223aa0; font-size:20px; line-height:1.8;}
.section1 .right .headline li h4 a{color:#308ecc; text-decoration:none; }
.section1 .right .headline li h4 a:hover{color:#cc1d34; transition:0.8s}
.section1 .right .headline li p{ font-size:16px; height:60px; overflow:hidden; text-indent:2em; line-height:1.8; padding-top:5px; }
.section1 .right .headline li p a { color: #c00;}

/*焦点图组件4*/ 
.focusBox4 { width: 710px; height: 450px; position: relative; overflow: hidden; float:left; }
.focusBox4 .arrow-left2 { background: url(http://www.xinhuanet.com/global/img/iconBtn/arrows.png) no-repeat left top; position: absolute; left: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; z-index: 2 }
.focusBox4 .arrow-right2 { background: url(http://www.xinhuanet.com/global/img/iconBtn/arrows.png) no-repeat left bottom; position: absolute; right: 10px; top: 50%; margin-top: -15px; width: 17px; height: 30px; z-index: 2 }
.focusBox4 .swiper-container2 { width: 710px; height: 450px; }
.focusBox4 .swiper-container2.swiper-wrapper .swiper-slide img { width: 100%; height: auto; }
.focusBox4 .swiper-container2 .swiper-wrapper .swiper-slide .bg { position: absolute; left: 0; bottom: 0; width: 100%; height: 45px; opacity: 0.6; background: #000; z-index: 0 }
.focusBox4 .swiper-container2 .swiper-wrapper .swiper-slide .title { position: absolute; left: 0; bottom: 0; width: 80%; height: 45px; line-height: 42px; color: #fff; overflow: hidden; font-family: Microsoft YaHei; z-index: 1; padding-left: 10px; font-size:16px; }
.focusBox4 .swiper-container2 .swiper-wrapper .swiper-slide .title a {  color: #fff; font-size:16px;}
.focusBox4 .pagination2 { position: absolute; right: 10px; text-align: right; bottom: 5px; width: 12%; z-index: 2; line-height: 28px;}
.swiper-pagination2-switch { display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: #999; margin: 0 3px; cursor: pointer; }
.swiper-active-switch { background: #f1810e; }
.swiper-pagination-switch { display: inline-block; width: 10px; height: 10px; border-radius: 10px; background: #999; margin: 0 3px; cursor: pointer; }
.focusBox4 .swiper-active-switch { background: #308ecc; }
.focusBox4 .swiper-pagination-bullet { background: #dcdcdc; opacity: .4; margin: 0 2px;}
.focusBox4 .swiper-pagination-bullet-active { opacity: 1; background: #007aff;}


/*section-17*/
.section-17{ width:100%; background:url(http://www.newsimg.cn/auto/20180115brh/img/fenghui.jpg)50% 0; padding-top: 50px;}
.section-17 ul{ width:1200px; margin:0 auto; padding: 50px 0;}
.section-17 .section-title{ 
    margin-bottom: 50px;
    background:url(http://www.newsimg.cn/auto/20180115brh/img/title-ztfh.png)50% 0 no-repeat;
}
.section-17 .w1200{ width:1200px; margin:0 auto; padding: 50px 0; }
.section-17 .area-box{ width:100%; box-sizing: border-box; overflow: hidden; margin-bottom:30px; border-bottom: 1px dashed #a2a2a2; padding-bottom: 30px;}
.section-17 .area-box .pic{ width:280px; height:280px; overflow:hidden; float:left; border-radius: 50%; border: 15px solid #1f98bf; border-right-color: #f17f1f; }
.section-17 .area-box .arrow { border: 10px solid transparent; border-left: 20px solid #f17f1f; width: 0; height: 0; float: left;  margin: 133px 0 0 -5px;}
.section-17 .area-box:nth-child(even) .arrow { border: 10px solid transparent; border-right: 20px solid #f17f1f; width: 0; height: 0; margin: 133px -5px 0 0; float: right;}
.section-17 .area-box:nth-child(even) .pic { float: right; border-left-color: #f17f1f; border-right-color: #1f98bf; }
.section-17 .pic:nth-child(even){ float:right;}
.section-17 .area-box .pic img{ width:100%; height:100%; }
.section-17 .area-box .title{ width: 620px; float:left; color: #308ecc; font-weight:bold; font-size: 20px; line-height: 1.8; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 70px 0 0 60px;}
.section-17 .area-box:nth-child(even) .title { float: right; padding: 70px 60px 0 0; text-align: right;}
.section-17 .area-box .title a{ color:#308ecc; font-weight:bold;}
.section-17 .area-box .title a:hover{ color:#cc1d34; transition:0.8s}
.section-17 .area-box .abstract{ width: 770px; height:100px; float:left; font-size: 16px; overflow: hidden; text-indent: 2em; line-height: 1.6; margin: 10px 0; padding-left: 40px;}
.section-17 .area-box:nth-child(even) .abstract { float: right;  margin: 10px 0; padding-right:40px; padding-left: 0; }
.section-17 .area-box .abstract .more{ margin-left: 10px; color: #cc0000;}

/*section-18*/
.section-18{ width:100%; margin:80px 0 120px;}
.section-18 .section-title{ 
    background:url(http://www.newsimg.cn/auto/autoforum20181130/img/xctj.jpg)50% 0 no-repeat;
}
.section-18 .swiper-slide{ width:1200px; height:500px;}
.section-18 .swiper-slide a{ transition: 0.2s;}
.section-18 .swiper-slide a:hover{ opacity:.6;}	
.section-18 .swiper-pagination{ text-align:center; width:100%; margin-top:10px;}
.section-18 .swiper-pagination .swiper-pagination-bullet {  width: 12px; height: 12px; margin:0 5px; background:#02328d;}
.section-18 .swiper-button-prev:before{	  content: ''; position: absolute; width: 15px; height: 100%; background: url(http://www.newsimg.cn/auto/20180115brh/img/slide_prev.png) no-repeat 0 center;  left: 94%;  top: 50%; margin-top: -250px;}
.section-18 .swiper-button-next:after{	 content: ''; position: absolute;  width: 15px; height: 100%; background: url(http://www.newsimg.cn/auto/20180115brh/img/slide_prev.png) no-repeat 0 center; right: 94%; top: 50%; margin-top: -250px; transform: rotate(180deg);}
.section-18 .swiper-button-prev:hover, .section-18 .swiper-button-next:hover{ opacity:0.6;}
.section-18 .swiper-wrapper img{ width:100%; height:500px;}
.section-18 .swiper-button-next, .section-18 .swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat;}
.section-18 .swiper-button-prev{ width:50%; height:500px; left:-620px; top:0; background: url(http://www.newsimg.cn/auto/20180115brh/img/ichimatsu.png) repeat 0 0;  border-radius: 5px; margin-top:0; z-index:99; transition: 0.2s;}	
.section-18 .swiper-button-next{ width:50%; height:500px; right:-620px; top:0; background: url(http://www.newsimg.cn/auto/20180115brh/img/ichimatsu.png) repeat 0 0; border-radius: 5px; margin-top:0; z-index:99; transition: 0.2s;}


.section-11{ 
    background:url(http://www.newsimg.cn/auto/autoforum20181130/img/gddh.jpg)50% 0 no-repeat; 
	width:1200px;
	margin:0 auto;
	height:150px;
}
.section-12-bc em {
    font-size: 28px;
    font-style: normal;
    color: #033367;
}
.mod .abstract {
    font-size: 14px;
    line-height: 1.8;
    overflow: hidden;
    color: #444;
}
.section-12-bc .section-title {
	display: block;
	width: 100%;
	margin: 0 auto 30px;
	text-align: center;
	text-indent: inherit;
}
.section-12 {
	overflow: hidden;
    background: #f5f7f9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	font-size: 0;
	+word-spacing: -1px;
	margin-bottom: 50px;
}
.section-12 .col-1, .section-12 .col-2 {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}
.section-12 .col-1 {
	width: calc(50% + 11%);
	overflow: hidden;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	vertical-align: middle;
}
.section-12 .col-1 .unit {
	max-width: 850px;
	float: right;
}
.section-12 .col-2 {
	width: calc(50% - 11%);
}
.section-12 .col-2 img {
	width: 100%;
	height: 540px;
}
.section-12 .mod-card .article, .section-12 .mod-card {
	*zoom: 1;
}
.section-12 .mod-card:before, .section-12 .mod-card:after {
	content: "";
	display: table;
}
.section-12 .mod-card .article:after, .section-12 .mod-card:after {
	clear: both;
}
.section-12 .mod-card {
	padding-right: 60px;
	margin-bottom: 60px;
	width: calc(100% / 2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media (max-width: 1199px) {
	.section-12 .mod-card {
		margin-bottom: 20px;
	}
}
.section-12 .mod-card:nth-last-child(-n+2) {
	margin-bottom: 0px;
}
.section-12 .mod-card .topic {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 2em;
	line-height: 2;
	text-align: left;
	width: 100%;
	text-indent: 130px;
	font-size: 18px;
}
.section-12 .mod .topic a {
	color: #333;
}
.section-12 .mod .topic a:hover {
	color: #b30000;
}
.section-12 .mod-card .media {
	margin-top: -30px;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	width: 120px;
	height: 120px;
}
.section-12 .mod-card .media img {
	width: 100%;
	height: 100%;
}
.section-12 .mod-card .media {
	overflow: hidden;
	float: left;
	display: inline;
	background-color:#f5f5f5;
}
.section-12 .mod-card .media a img {
	transition: 0.5s;
}
.section-12 .mod-card .media a img {
	display: block;
}
.section-12 .mod-card .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-12 .mod-card .abstract {
	height: 50px;
	padding-left: 20px;
}
.section-12 .mod-card .abstract a {
	color: #c00;
}
.section-12 .mod-card .abstract a:hover {
	color: #b30000;
}
@media (max-width: 1199px) {
	.section-12 .mod-card .topic {
		text-indent: 70px;
		font-size: 16px;
	}
	.section-12 .mod-card .media {
		width: 60px;
		height: 60px;
	}
	.section-12 .mod-card .abstract {
		height: 30px;
	}
}



.section-19 .swiper-container-xctj{
	width: 100%;
	height: 710px;
	margin-top: 70px;
	overflow: hidden;
}
.section-19 {
	width: 1200px;
	position: relative;
}
.section-19 .pic img {
	display: block;
	width: 100%;
}
.section-19 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	/*background:url(http://www.newsimg.cn/travel/lajjlt2018/img/list_bg2.png) no-repeat center center;*/
	background: rgba( 51, 51, 51, .7);
	color: #fff;
	padding: 0px 20px 0px 20px;
	line-height: 62px;
	height: 62px;
	text-align: left;
}
.section-19 .title a {
	color: #fff;
	font-size: 22px;
}

.section-19 .swiper-pagination-fraction {
	bottom: 10px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 34px;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-current {
	color: #fff;
}
.section-19 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 22px;
}
.section-19 .swiper-button-prev, .section-19 .swiper-button-next {
	background-color: rgba(0, 153, 255, .7);
	width: 56px;
	height: 110px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 20px 36px;
}
.section-19 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-19 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-19 .swiper-button-prev:hover, .section-19 .swiper-button-next:hover {
	background-color: rgba(220, 0, 0, .7);
}
.section-19 .section-list{
	width: 500px;
	overflow: hidden;
	float: right;
}
.section-19 .section-list .mod-topics{
	border-top: dotted 1px #d9d9d9;
	margin-top: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.section-19 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}
.section-19 .section-list .mod-topics .topic a{
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.section-19 .section-list .mod-topics .topic a:hover{
	color: #1381f2;
}
.section-19 .section-list .mod-topics .abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}

.w { 
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.tc {
    text-align: center;
}
.index_main1 {
	margin-top:50px
}
.index_main1 .tit a {
	color:#00a0e9;
	font-size:36px;
	font-weight:700
}
.index_main1 .cont {
	color:#8c8c8c;
	font-size:14px;
	line-height:26px;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:solid 1px #d8dddf
}
.index_main1 .cont a {
	color:#d70100
}


.section-20 {
    text-align: justify;
    font-size: 0;
    width: 100%;
    background: url(http://www.newsimg.cn/auto/autoforum20181130/img/banjiang.jpg)50% 0 no-repeat;
    padding-top: 50px;
    padding-bottom: 20px;
	margin-top: 150px;
}
.section-20 .section-title {
	background: url(http://www.newsimg.cn/auto/autoforum20181130/img/bjsd.png) 50% 0 no-repeat;
}
.section-20 .waterfall{
    width: 1200px;
    margin: 0 auto;
}
.section-20 .unit-justify-list {
	display: inline-block;
	width: 380px;
	text-align: left;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
	height: 930px;
	overflow:hidden;
}
.section-20 .unit-justify-list:nth-of-type(2) {
	margin-top: 50px;
}
.section-20 .unit-justify-list .dym {
	border: 1px solid #e0bc6f;
	background: #191919;
	height: auto;
	padding: 10px;
	margin-bottom: 30px;
	float: left;
	overflow: hidden;
	display: inline;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
.section-20 .unit-justify-list .dym img {
	width: 100%;
	height: auto;
}
.section-20 .unit-justify-list .dym .bfan {
	position: absolute;
    width: 100px;
    height: 100px;
    top: 25%;
    left: 50%;
    margin-left: -50px;
}
.section-20 .unit-justify-list .dym .con-title {
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
	line-height: 1.5;
}
.section-20 .unit-justify-list .dym .con-title a {
	color: #fff;
}
.section-20 .unit-justify-list .dym .con-title a:hover {
	color: #f3e487;
}
.section-20 .justify_fix {
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
}