﻿@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;
}
body{
	padding-top: 45px;
}
.phd {
	height: 510px;
}
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;
}


.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;
}


.top-bar {
	height: 45px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #cccccc;
	width: 100%;
	position: fixed;
	_position: absolute;
	z-index: 1040;
	top: 0;
	left: 0;
	background-color: #fff;
	box-shadow: 3px 0 3px rgba(0, 0, 0, 0.2);
	overflow: hidden;
}
.top-bar .menu {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}
.top-bar .home-site-link {
	font-style: normal;
	font-weight: 700;
}
.top-bar li::after {
	content: "|";
	color: #d5d5d5;
}
.top-bar li:first-of-type::after {
	content: " ";
	padding-right: 15px;
}
.top-bar li:last-of-type::after {
	content: " ";
}
.top-bar .item {
	line-height: 45px;
	font-size: 14px;
}
.top-bar .item a {
	padding: 0 7px;
}
.top-bar .home-site-link {
	color: black;
}
.top-bar a {
	color: #1a1a1a;
}
.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}
.section {
	margin:60px auto;
	width: 1200px;
}

/* banenr begin*/
.phd{
	margin-top: 45px;
}
.phd img{
	width: 100%;
}
/* banenr end*/

/* nav begin*/
.nav {
	height: 60px;
	line-height: 60px;
	background: #0950a0;
}
.nav-ul {
	width: 1200px;
}
.nav-ul li {
	float: left;
	text-align: center;
	background: url('http://www.newsimg.cn/tech/5gsd2018/img/line-01.png') left center no-repeat;
	padding: 0 78px;
	font-size: 20px;
}
.nav-ul li:first-child {
	background: none;
}
.nav-ul li:last-child {
	display: none;
}
.nav-ul li a {
	display: block;
	color: #fff;
}
/* nav end*/

/* section2 */
.section-2 {
	width: 100%;
	background-color: #f3f3f3;
	margin: 0;
}
.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(../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 */

/* section10 begin */
.section-10{
    margin-bottom:50px;
    position:relative;
    padding-top:50px;
    padding-bottom:50px;
}
 .section-10 .section-title em{
    color:#fff;
}
.section-10 .slider {
	width: 100%;
	min-width: 1200px;
	height: 600px;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-top: 40px;
}
.section-10 .slider .bd {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -790px;
}
.section-10 .slider .bd li {
	width: 1200px;
	overflow: hidden;
}
.section-10 .slider .tempWrap {
	overflow: visible !important
}
.section-10 .slider .tempWrap ul {
	margin-left: -1010px !important;
}
.section-10 .slider .hd {
	position: absolute;
	width: 1100px;
	right: 370px;
	z-index: 20;
	height: 17px;
	bottom: 22px;
	text-align: right;
	overflow: hidden;
}
.section-10 .slider .hd li {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	line-height: 99px;
	overflow: hidden;
	background: #a5a5a5;
	margin: 0 5px;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.section-10 .slider .hd li.on {
	background: #2c5da9;
	filter: alpha(opacity=100);
	opacity: 1;
}
.section-10 .slider .pnBtn {
	position: absolute;
	z-index: 30;
	top: 0;
	width: 100%;
	height: 490px;
	cursor: pointer;
}
.section-10 .slider .prev {
	left: -50%;
	margin-left: -600px;
}
.section-10 .slider .next {
	left: 50%;
	margin-left: 600px;
}
.section-10 .slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 6800px;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.section-10 .slider .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 0;
	z-index: 40;
	width: 60px;
	height: 6800px;
}
.section-10 .slider .pnBtn .arrow:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.section-10 .slider .prev .arrow {
	right: 0;
	background: url(http://www.xinhuanet.com/finance/touxiaobai/images/20170725JYJD_annu_v1.png) 0px 285px no-repeat;
}
.section-10 .slider .next .arrow {
	left: 0;
	background: url(http://www.xinhuanet.com/finance/touxiaobai/images/20170725JYJD_annu_v1.png) -70px 285px no-repeat;
}
.section-10 .slider .bd li {
	position: relative;
}
.section-10 .slider .bd li img {
	width: 1200px;
	height: 600px;
	display: block;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.section-10 .slider .bd li img:hover {
	-webkit-transform: scale3d(1.04, 1.04, 1);
	-moz-transform: scale3d(1.04, 1.04, 1);
	transform: scale3d(1.04, 1.04, 1);
}

.section-10 .slider .bd h3 {
	line-height: 2;
	left: 0px;
	bottom: 60px;
	position: absolute;
	z-index: 3;
	padding: 15px 80px;
	font-weight: 300;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	background: rgba( 0,0,0,.5);
	font-size: 18px;
	display: block;
}
.section-10 .slider .bd h3 a {
	color: #fff;
}
.section-10 .slider .bd h3 em {
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
}
.section-10 .slider .bd h3 em a {
	color: #fff;
}
.section-10 .slider .bd h3 span {
	position: absolute;
	left: 0;
	top: -20px;
	width: 60px;
	height: 45px;
	background: #cda561;
	font-size: 27px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-weight: 300;
}
.section-10 .slider .bd h3 span i {
	font-size: 22px;
	font-style: normal;
}
/* section10 end */

/* section-11 */
.section-11 {
	margin-top: 70px;
	margin-bottom: 70px;
	width: 1200px;
	position: relative;
}
.section-11 .swiper-container-xctj{
	width: 660px;
	height: 420px;
	float: left;
}
.section-11 .pic img {
	display: block;
	width: 100%;
}
.section-11 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	padding: 0 125px 5px 20px;
	line-height: 1.6;
}
.section-11 .title a {
	color: #fff;
	font-size: 16px;
}
.section-11 .title span.b-title {
	display: block;
	font-size: 22px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-11 .title span.b-title a {
	color: #fff;
	font-size: 20px;
}
.section-11 .title span.b-txt {
	display: block;
	height: 70px;
    line-height: 1.6;
	overflow: hidden;
	font-size: 14px;
	margin-top: 5px;
}
.section-11 .title span.a-more {
	color: #dc0000;
	display: none;
}
.section-11 .title span.b-title a:hover, .section-11 .title span.a-more a:hover  {
	color: #00a0e9;
	transition: .5s
}
.section-11 .swiper-pagination-fraction {
	bottom: 15px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 24px;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-11 .swiper-button-prev, .section-11 .swiper-button-next {
	background-color: rgba(0, 153, 255, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 15px 29px;
}
.section-11 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-11 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-11 .swiper-button-prev:hover, .section-11 .swiper-button-next:hover {
	background-color: rgba(220, 0, 0, .7);
}
.section-11 .section-list{
	width: 500px;
	overflow: hidden;
	float: right;
}
.section-11 .section-list .unit-title {
	margin-bottom: 10px;
	border-bottom: 1px solid #0950a0;
}
.section-11 .section-list .unit-title em {
	width: 140px;
	height: 38px;
	line-height: 36px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	color: #0950a0;
    font-size: 20px;
	font-style: normal;
    background-color: #fff;
	border: 1px solid #0950a0;
	border-bottom: 0;
	margin-bottom: -1px;
}
.section-11 .section-list .unit-title em a {
	color: #0950a0;
}
.section-11 .section-list .unit-title em a:hover {
	color: #dc0000;
}
.section-11 .section-list .unit-title span {
	color: #0950a0;
	float: right;
	font-size: 14px;
	font-weight: 100;
	padding-top: 10px;
	padding-right: 20px;
	display: none;
}
.section-11 .section-list .unit-title span a {
	color: #0950a0;
}
.section-11 .section-list .unit-title span a:hover {
	color: #dc0000;
}
.section-11 .section-list .mod-topics{
	border-bottom: 1px dashed #d9d9d9;
	padding-top: 0;
	padding-bottom: 7px;
	margin-bottom: 5px;
}
.section-11 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}.section-11 .section-list .mod-topics:last-child {
	margin-bottom: 0;
}
.section-11 .section-list .mod-topics .topic {
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	height: inherit;
	line-height: 30px;
}
.section-11 .section-list .mod-topics .topic a{
	color: #404040;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .section-list .mod-topics .topic a:hover{
	color: #1381f2;
}
.section-11 .section-list .mod-topics .abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}
.section-11 .section-list .item-list ul{
	padding-top: 20px;
}
.section-11 .section-list .item-list ul li{
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	color: #4c4c4c;
	font-size: 16px;
	padding-bottom: 8px;
    margin-bottom: 8px;
	border-bottom: 1px dashed #d9d9d9;
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-11 .section-list .item-list ul li::after{
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #09f;
    position: absolute;
    left: 10px;
    top: 12px;
}
.section-11 .section-list .item-list ul li a{
	color: #4c4c4c;	
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .section-list .item-list ul li a:hover{
	color: #00a0e9;
}
/* section-11 */


/* section-title */
.section-title{
	text-align: center;
	background:url(http://www.newsimg.cn/energy/2018datang/img/title-bg.png) no-repeat center center;
	font-weight: normal;
	height: 150px;
	box-sizing: border-box;
    padding-top: 30px;
}
.section-title em {
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
}
.section-title em a {
	color: #333;
}
.section-title em a:hover {
	color: #dc0000;
}
.section-title .tit_en{
	color: #09f;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
}
.section-title .tit_cn{
	color: #09f;
	font-size: 32px;
	line-height: 32px;
	margin-top: 6px;
}
/* section-title */

/* section-18 */
.section-18 .swiper-container-xhft {
	position: relative;
	overflow: hidden;
	width: 1200px;
	margin-top: 50px;
}
.section-18 .swiper-slide {
	padding-bottom: 0px;
	font-size: 0;
}
.section-18 .mod:hover .media img{
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
.section-18 .mod .media{
	overflow: hidden;
}
.section-18 .mod-tile {
	width: 285px;
	margin-left: 20px;
	overflow: hidden;
}
.section-18 .mod-tile:nth-child(1){
	margin-left: 0;
}
.section-18 .media img {
	width: 100%;
	height: 280px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-18 .unit-title {
	font-weight: 400;
	background:url(http://www.newsimg.cn/travel/lajjlt2018/img/list_bg1.png) no-repeat center center;
	border: none;
	color: rgba( 51, 51, 51, 1);
	line-height: 1.6;
	box-sizing: border-box;
	padding: 10px 20px 15px;
	font-size: 20px;
	margin-top: -20px;
    margin-left: 0px;
    height: 80px;
	overflow: hidden;
}
.section-18 .unit-title::after {
	content: '';
	display: block;
	width: 52px;
	height: 68px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background:url(http://www.newsimg.cn/travel/lajjlt2018/img/yinhao.png) no-repeat center center;
	position: absolute;
	right: 0;
	top: 1px;
}
.section-18 .unit-title span {
	display: block;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 100;
	color: #fff;
	margin-top: 2px;
	height: 32px;
	overflow: hidden;
}
.section-18 .unit-title a {
	color: rgba( 51, 51, 51, 1);
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.section-18 .unit-tit{
	padding-top: 15px;
	padding-bottom: 5px;
	height: 48px;
	overflow: hidden;
}
.section-18 .unit-tit a{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
.section-18 .more{
	margin-top: 5px;
}
.section-18 .more a{
	color: #ff8a00;
}
.section-18 .abstract {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	margin-left: 0px;
}
.section-18 .swiper-button-prev, .section-18 .swiper-button-next {
	background-color: rgba(0, 153, 255, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 15px 29px;
}
.section-18 .swiper-button-prev {
	left: 0;
	top: 20%;
}
.section-18 .swiper-button-next {
	right: 0;
	top: 20%;
}
.section-18 .swiper-button-prev:hover, .section-18 .swiper-button-next:hover {
	background-color: rgba(220, 0, 0, .7);
}
/* section-18 end */

/* section-19 begin */
.section-19 .swiper-container-xctj{
	width: 100%;
	height: 710px;
	margin-top: 50px;
	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;
}
/* section-19 end */


/* section-20 begin */
.section-20 .mod-topics {
	padding-bottom: 4px;
	border-bottom: 1px dashed #d9d9d9;
	width: 580px;
	margin: 0 20px 20px 0;
}
.section-20 .mod-topics:nth-child(2n) {
	margin-left: 20px;
	margin-right: 0;
}
.section-20 .mod-topics .topic {
	height: inherit;
	line-height: 1.8;
	font-size: 20px;
	position: relative;
	text-indent: 20px;
	color: #00a0e9;
	font-weight: 400;
}
.section-20 .mod-topics .topic a {
	color: #00a0e9;
}
.section-20 .mod-topics .topic a:hover {
	color: #dc0000;
}
.section-20 .mod-topics .topic::after {
	content: '';
	display: block;
	width: 5px;
	height: 20px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #00a0e9;
	position: absolute;
	left: 0;
	top: 9px;
}
.section-20 .mod-topics .abstract {
	line-height: 2;
	margin-top: 10px;
	color: #888;
	box-sizing: border-box;
	padding: 0 20px 10px;
}
.section-20 .mod-topics .abstract a {
	color: #00a0e9;
}
.section-20 .mod-topics .abstract a:hover {
	color: #dc0000;
}

.section-20 ul {
	margin-top: 10px;
}
.section-20 .item {
	width: 530px;
	height: 30px;
	line-height: 30px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 14px 8px 26px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #d9d9d9;
	position: relative;
}
.section-20 .item:nth-of-type(odd) {
	margin-right: 30px;
}
.section-20 .item:nth-of-type(even) {
	margin-left: 30px;
}
.section-20 .item span {
	margin-right: 10px;
}
.section-20 .item a {
	color: #333;
}
.section-20 .item a:hover {
	color:#b30000;
}
.section-20 .item::after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #09f;
	position: absolute;
	left: 10px;
	top: 18px;
}
.section-20 .item:nth-last-child(-n+2) {
	border: none;
}
/* section-20 end */


/* section-21 begin */
.section-21 .mod-card {
	padding: 30px 20px;
	border-bottom: 1px dashed #ccc;
	*zoom: 1;
}
.section-21 .mod-card::before, .section-21 .mod-card::after {
	content: "";
	display: table;
}
.section-21 .mod-card::after {
	clear: both;
}
.section-21 .mod-card .media {
	float: left;
	width: 200px;
	height: 130px;
	margin-right: 40px;
}
.section-21 .mod-card .media img {
	width: 100%;
	height: 130px;
}
.section-21 .mod-card .media a {
	display: block;
	overflow: hidden;
}
.section-21 .mod-card .media a img {
	transition: 0.5s;
	display: block;
	width: 100%;
}
.section-21 .mod-card .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-21 .mod-card .topic {
	float: left;
	height: inherit;
	line-height: 2;
	width: 920px;
	color: #00a0e9;
	font-weight: 400;
	font-size: 22px;
}
.section-21 .mod-card .topic a {
	color: #00a0e9;
}
.section-21 .mod-card .abstract {
	float: left;
	line-height: 2;
	width: 920px;
	max-height: 90px;
}
.section-21 .mod-card .abstract a {
	color: #00a0e9;
}
.section-21 .mod-card .abstract a:hover {
	color: #dc0000;
}
.section-21 .erji_more {
	height: 55px;
	line-height: 55px;
	background: #dcdcdc;
	text-align: center;
	font-size: 16px;
}
.section-21 .erji_more a {
	color: #333;
}
.section-21 .erji_more:hover {
	background: #00a0e9;
	color: #fff;
}
.section-21 .erji_more:hover a {
	color: #fff;
}
/* section-21 end */

/* section-22 begin */
.section-22 {
	background: rgba( 204, 204, 204, .1);
	padding: 70px 0 80px;
}
.section-22 .unit {
	width: 1200px;
	height: 600px;
	margin: 0 auto;
    overflow-y: auto;
    padding: 40px 0 40px 10px;
	box-sizing: border-box;
}
.section-22 .mod-tile {
	position: relative;
	width: 275px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.section-22 .mod-tile:nth-child(4n) {
	margin-right: 0;
}
.section-22 .mod-tile .media img {
	width: 100%;
	height: 190px;
}
.section-22 .mod-tile .caption {
	padding: 15px;
	box-sizing: border-box;
	text-align: left;
}
/* section-22 end */

/* section-23 begin */
.section-23 .unit {
	width: 1200px;
	margin: 0 auto;
    padding: 30px;
	box-sizing: border-box;
	border: 1px solid #09f;
	background: rgba( 243, 243, 243, .25);
	border-radius: 8px;
	box-shadow: 0 0 20px rgba( 0, 153, 255, .5);
}
.section-23 .unit p {
	font-size: 16px;
	line-height: 2;
	text-indent: 36px;
}
.section-23 .unit p span {
	font-size: 24px;
	font-style: normal;
	line-height: 2;
	color: rgba( 0, 153, 255, 1);
}
/* section-23 end */

/* section-24 begin */
#section-24 {
	display: none;
}
.section-24 .swiper-container-sike {
	position: relative;
	overflow: hidden;
	width: 1200px;
	margin-top: 40px;
}
.section-24 .swiper-slide {
	padding-bottom: 60px;
}
.section-24 .unit {
	width: 1120px;
	margin: 0 auto;
}
.section-24 .mod-tile {
	width: 260px;
	margin: 0 10px;
}
.section-24 .media {
	margin-bottom: 10px;
}
.section-24 .media img {
	width: 100%;
	height: 190px;
}
.section-24 .unit-title {
	text-align:center;
	font-weight: 400;
	background: none;
	color: rgba( 51, 51, 51, 1);
	line-height: 1.4;
	font-size: 18px;
}
.section-24 .unit-title a {
	color: rgba( 51, 51, 51, 1);
}
.section-24 .unit-title a:hover {
	color: #dc0000;
}
.section-24 .unit-title span {
	display: block;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 100;
	margin-top: 7px;
	display: none;
}
.section-24 .abstract {
	color: rgba( 51, 51, 51, 1);
	max-height: 130px;
	overflow: hidden;
	text-align: left;
	font-size: 14px;
    line-height: 1.6;
	margin-top: 10px;
}
.section-24 .swiper-button-next, .section-24 .swiper-button-prev {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-24 .swiper-button-next:hover, .section-24 .swiper-button-prev:hover {
	background-color: rgba(0, 153, 255, .7);
}
.section-24 .swiper-button-next {
	right: 0;
	top: 40%
}
.section-24 .swiper-button-prev {
	left: 0;
	top: 40%
}
/* section-24 end */

/* section-25 begin */
.section-25 .swiper-container-zmdt {
	position: relative;
	overflow: hidden;
	width: 1200px;
	margin-top: 40px;
}
.section-25 .unit {
	width: 1100px;
	margin: 0 auto;
}
.section-25 .mod-card {
	padding: 0 0 10px;
	border-bottom: 1px dashed #ccc;
	*zoom: 1;
	width: 530px;
	box-sizing: border-box;
	margin-bottom: 20px;
	margin-right: 20px;
}
.section-25 .mod-card:nth-child(even) {
	margin-left: 20px;
	margin-right: 0;
}
.section-25 .mod-card::before, .section-25 .mod-card::after {
	content: "";
	display: table;
}
.section-25 .mod-card::after {
	clear: both;
}
.section-25 .mod-card .media {
	float: left;
	width: 200px;
	height: 130px;
}
.section-25 .mod-card .media img {
	width: 100%;
	height: 130px;
}
.section-25 .mod-card .media a {
	display: block;
	overflow: hidden;
}
.section-25 .mod-card .media a img {
	transition: 0.5s;
	display: block;
	width: 100%;
}
.section-25 .mod-card .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-25 .mod-card .topic {
	float: right;
	height: inherit;
	line-height: 1.4;
	width: 300px;
	color: #00a0e9;
	font-weight: 400;
	font-size: 22px;
	margin-top: -5px;
}
.section-25 .mod-card .topic a {
	color: #00a0e9;
}
.section-25 .mod-card .abstract {
	float: right;
	line-height: 1.6;
	width: 300px;
	max-height: 70px;
	margin-top: 5px;
}
.section-25 .mod-card .abstract a {
	color: #00a0e9;
}
.section-25 .mod-card .abstract a:hover {
	color: #dc0000;
}
.section-25 .swiper-slide {
    padding-bottom: 40px;
}
.section-25 .swiper-button-next, .section-25 .swiper-button-prev {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-25 .swiper-button-next:hover, .section-25 .swiper-button-prev:hover {
	background-color: rgba(0, 153, 255, .7);
}
.section-25 .swiper-button-next {
	right: 0;
	top: 40%
}
.section-25 .swiper-button-prev {
	left: 0;
	top: 40%
}
/* section-25 end */

/*RTools*/
.RTools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 200px;
  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: #00a0e9 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: #00a0e9;
	/*padding: 20px 0 40px;*/
}
.footer {
	padding: 50px 0;
	background: #00a0e9;
	text-align: center;
	color: #fff;
	/*border-top: #df0045 solid 5px;*/
}
.footer p {
	line-height: 2;
	font-size: 16px;
}


.section-10 .section-title, .section-11 .section-title, .section-20 .section-title, .section-22 .section-title {
    margin-bottom: 40px;
}
.section-22 .section-title .tit_cn {
	font-size: 22px;
}