﻿@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;
}


.mod a {
	color: #333;
	transition: .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, .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: #333;
}

/* top-bar begin*/
.top-bar {
	height: 49px;
	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: 50px;
	font-size: 14px;
}
.top-bar .item a {
	padding: 0 7px;
}
.top-bar .home-site-link {
	color: black;
}
.top-bar a {
	color: #1a1a1a;
}
.top-bar .loading {
	display: block;
	text-align: center;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	background-color: #f5f5f5;
}
/* top-bar end*/


.section {
	margin: 100px auto 0;
	width: 1200px;
}

.section-title{
	height: 110px;
	background:url(http://www.newsimg.cn/enterprise/szsjytzb/img/btbg.png) no-repeat center center;
	text-align: center;
	line-height: 34px;
	margin-bottom: 40px; 
}
.section-title .tit_cn{
	color: #2e3091;
	font-size: 34px;
	font-weight: bold;
}
.section-title .tit_en{
	color: #d9d9d9;
	font-size: 26px;
	font-family: "Arial";
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
}


/* banenr begin*/
.phd{
	margin-top: 45px;
	height: 700px;
}
.phd img{
	width: 100%;
}
/* banenr end*/


/* section2 */
.section-2 {
	width: 100%;
	background-color: #f3f3f3;
	margin: 30px 0 0 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(http://www.newsimg.cn/tech/20181015myjf/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:url(http://www.newsimg.cn/tech/20181015myjf/img/dian.png) no-repeat left center;
	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 */

/* section-11 begin*/
.section-11 .section-title {
    margin-bottom: 35px;
}
.section-11 .swiper-container-djdt {
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.section-11 .pic img {
	display: block;
	width: 1200px;
	height: 575px;
}
.section-11 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 51, 51, 51, .8);
	height: 100px;
	color: #fff;
	padding: 15px 125px 10px 20px;
}
.section-11 .title a {
	color: #dc0000;
}
.section-11 .title span.b-title {
	display: block;
	font-size: 22px;
	margin-bottom: 5px;
	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: 50px;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
}
.section-11 .title span.a-more {
	color: #dc0000;
}
.section-11 .title span.b-title a:hover, .section-11 .title span.a-more a:hover  {
	color: #2e3091;
	transition: .5s
}
.section-11 .swiper-pagination-fraction {
	bottom: 35px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-current {
	color: #da0000;
}
.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, 0, 0, .6);
	padding: 20px 5px;
}
.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(215, 0, 0, .7);
}
/* section-11 end */

/* section-21 begin */
.section-21 .section-title{
	margin-bottom: 35px;
}
.section-21 .unit .mod-tile{
	width: 580px;
	margin-left: 40px;
	background: #f7f7f7;
	margin-bottom: 40px;
}
.section-21 .unit .mod-tile:nth-child(2n+1){
	margin-left: 0;
}
.section-21 .unit .mod-tile .media{
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 100px 0 0 100px;
	float: right;
}
.section-21 .unit .mod-tile .media a{
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	overflow: hidden;
}
.section-21 .unit .mod-tile .media a img{
	width: 200px;
	height: 200px;
	display: block;
}
.section-21 .unit .mod-tile .cont{
	margin-right: 235px;
	padding-top: 25px;
	padding-left: 35px;
}
.section-21 .unit .mod-tile .cont .unit-tit{
	text-align: right;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #d9d9d9;
}
.section-21 .unit .mod-tile .cont .unit-tit a{
	color: #404040;
	font-size: 18px;
}
.section-21 .unit .mod-tile .cont .abstract{
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}

.section-21 .unit .mod-tile:nth-child(2n) .media{
	border-radius: 0px 100px 100px 0px;
	float: left;
}

.section-21 .unit .mod-tile:nth-child(2n) .cont{
	margin-left: 235px;
	margin-right: 0;
	padding-right: 35px;
	padding-left: 0;
}
.section-21 .unit .mod-tile:nth-child(2n) .cont .unit-tit{
	text-align: left;
}

.section-21 .swiper-pagination-fraction {
	bottom: 0px;
	right: 0px;
	left: 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.section-21 .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #e6e6e6;
	border-radius: 100%;
	opacity: 1;
}
.section-21 .swiper-pagination-bullet-active{
	background: #2e3091;
}

.section-21 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-21 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-21 .swiper-button-prev, .section-21 .swiper-button-next {
	background-color: rgba(177, 15, 0, 1);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 15px 29px;
}
.section-21 .swiper-button-prev:hover, .section-21 .swiper-button-next:hover {
	background-color: rgba(255, 138, 0, 1);
}
.section-21 .section-list{
	width: 580px;
	overflow: hidden;
	float: right;
}
.section-21 .swiper-container{
	padding-bottom: 20px;
}
/* section-21 end */

/* section-13 begin */
.section-13 .section-title{
	margin-bottom: 40px;
}
.section-13 .swiper-container-xhft {
	position: relative;
	overflow: hidden;
	width: 1200px;
	margin-top: 50px;
}
.section-13 .swiper-slide {
	padding-bottom: 0px;
	font-size: 0;
}
.section-13 .mod:hover .media img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.section-13 .mod .media{
	overflow: hidden;
}
.section-13 .mod-tile {
	width: 285px;
	margin-left: 20px;
}
.section-13 .mod-tile:nth-child(1){
	margin-left: 0;
}
.section-13 .media img {
	width: 100%;
	height: 240px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-13 .unit-title {
	font-weight: 400;
	text-indent: inherit;
	border: none;
	color: rgba( 51, 51, 51, 1);
	line-height: 1.5;
	width: 246px;
	margin-left: auto;
	margin-right: auto;
	height: inherit;
	box-sizing: border-box;
	padding: 35px 25px 15px;
	font-size: 20px;
	margin-top: -40px;
	height: 125px;
	background: #f2f2f2;
}
.section-13 .unit-title::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	position: absolute;
	left: 25px;
	top: 23px;
	background: #008df9;
}
.section-13 .unit-title span {
	display: block;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 100;
	color: #4c4c4c;
}
.section-13 .unit-title a {
	color: rgba( 51, 51, 51, 1);
	font-size: 20px;
	color: #737373;
	font-weight: bold;

}
.section-13 .unit-tit{
	padding-top: 15px;
	padding-bottom: 5px;
	height: 48px;
	overflow: hidden;
}
.section-13 .unit-tit a{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
.section-13 .more{
	margin-top: 5px;
}
.section-13 .more a{
	color: #ff8a00;
}

.section-13 .abstract {
	color: #808080;
	font-size: 14px;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
	margin-left: 0px;
	width: 246px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
.section-13 .abstract a{
	color: #2e3091;
	font-size: 14px;
}
.section-13 .swiper-button-prev, .section-13 .swiper-button-next {
	background-color: rgba(177, 15, 0, 1);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 15px 29px;
}
.section-13 .swiper-button-prev {
	left: 0;
	top: 50%;
	margin-top: 0px;
}
.section-13 .swiper-button-next {
	right: 0;
	top: 50%;
	margin-top: 0px;
}
.section-13 .swiper-button-prev:hover, .section-13 .swiper-button-next:hover {
	background-color: rgba(255, 138, 0, 1);
}
/* section-13 end */

/* section-14 begin */
.section-14{
	padding-bottom: 105px;
}
.section-14 .section-title{
	margin-bottom: 40px;
}
.section-14 .swiper-container-xhft {
	position: relative;
	overflow: hidden;
	width: 1200px;
	margin-top: 50px;
}
.section-14 .swiper-slide {
	padding-bottom: 0px;
	font-size: 0;
}
.section-14 .mod:hover .media img{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
.section-14 .mod .media{
	overflow: hidden;
}
.section-14 .mod-tile {
	width: 700px;
	margin-left: 20px;
}
.section-14 .mod-tile:nth-child(1){
	margin-left: 0;
}
.section-14 .media img {
	width: 700px;
	height: 440px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-14 .cont{
	width: 500px;
	height: 350px;
	background: #f2f2f2;
	box-sizing: border-box;
	padding: 45px 40px 0;
	right: 70px;
	top: 45px;
	overflow: hidden;
}
.section-14 .unit-title {
	font-weight: 400;
	text-indent: inherit;
	border: none;
	color: rgba( 51, 51, 51, 1);
	line-height: 1.5;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: inherit;
	box-sizing: border-box;
	font-size: 20px;
	background: #f2f2f2;
	padding-top: 15px;
	line-height: 42px;
	height: auto;
}
.section-14 .unit-title::after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	position: absolute;
	left:0px;
	top: 0px;
	background: #008df9;
}
.section-14 .unit-title a {
	color: rgba( 51, 51, 51, 1);
	font-size: 28px;
	color: #4c4c4c;
	font-weight: bold;
}
.section-14 .unit-tit{
	padding-top: 15px;
	padding-bottom: 5px;
	height: 48px;
	overflow: hidden;
}
.section-14 .unit-tit a{
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
}
.section-14 .more{
	margin-top: 25px;
	width: 118px;
	height: 42px;
	border: solid 1px #2e3091;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
}
.section-14 .more a{
	color: #2e3091;
}

.section-14 .abstract {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	margin-left: 0px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 15px;
}
.section-14 .abstract a{
	color: #2e3091;
	font-size: 14px;
}
.section-14 .swiper-pagination-fraction {
	bottom: 65px;
	right: 95px;
	left: auto;
	width: auto;
	color: #666666;
	font-size: 24px;
}
.section-14 .swiper-pagination-fraction .swiper-pagination-current {
	color: #2e3091;
}
.section-14 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 16px;
}
.section-14 .swiper-button-prev, .section-14 .swiper-button-next {
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 15px 29px;
}
.section-14 .swiper-button-prev {
	left: 25px;
	top: 42%;
	margin-top: 0px;
	width: 19px;
	height: 40px;
	background: url(http://www.newsimg.cn/tech/20181015myjf/img/zuojian.png) no-repeat center center;
}
.section-14 .swiper-button-next {
	right: 25px;
	top: 42%;
	margin-top: 0px;
	color: #f00;
	width: 19px;
	height: 40px;
	background: url(http://www.newsimg.cn/tech/20181015myjf/img/youjian.png) no-repeat center center;
}

/* section-14 end */

/* section-15 begin */
.LocalStation{
	padding-top: 40px;
}
.LocalStation .locstaT{
	/*border-bottom: solid 2px #2e3091;*/
	font-size: 0;
}

.LocalStation .locstaT a{
	width: 110px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #4c4c4c;
	font-size: 18px;
	background: #f7f7f7;
	margin-left: 8px;
	border-radius: 3px 3px 0 0;
	display: inline-block;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.LocalStation .locstaT a:nth-child(1){
	margin-left: 0;
}
.LocalStation .locstaT a.on{
	color: #fff;
	background: #2e3091;
}
.locstaC .sec{
	padding-top: 3px;
}
.locstaC .sec .sec-top .mod-tile:nth-child(2n+1){
	margin-left: 0;
}
.locstaC .sec .sec-top .mod-tile{
	width: 575px;
	margin-left: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: dotted 1px #cbcbcb;
}
.locstaC .sec .sec-top .mod-tile .media{
	width: 175px;
	height: 110px;
}
.locstaC .sec .sec-top .mod-tile .media img{
	width: 175px;
	height: 110px;
	display: ruby-base;
}
.locstaC .sec .sec-top .mod-tile .cont{
	margin-left: 195px;
}
.locstaC .sec .sec-top .mod-tile .cont .unit-tit{
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.locstaC .sec .sec-top .mod-tile .cont .unit-tit a{
	color: #262626;
	font-size: 18px;
	-webkit-transition: all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.locstaC .sec .sec-top .mod-tile .cont .unit-tit a:hover{
	color: #2e3091;
	font-size: 18px;
}
.locstaC .sec .sec-top .mod-tile .cont .abstract{
	padding-top: 10px;
	color: #737373;
	font-size: 14px;
	line-height: 22px;
	height: 66px;
	overflow: hidden;
}
.locstaC .sec .sec-top .mod-tile .cont .more a{
	color:#2e3091;
	font-size: 14px;
}
.locstaC .sec .sec-bot{
	padding-top: 15px;
}
.locstaC .sec .sec-bot ul li{
	width: 575px;
	float: left;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	margin-left: 50px;
	box-sizing: border-box;
	padding-left: 15px;
	background:url(http://www.newsimg.cn/tech/20181015myjf/img/landian.png) no-repeat left center;
}
.locstaC .sec .sec-bot ul li:nth-child(2n+1){
	margin-left: 0;
}
.locstaC .sec .sec-bot ul li a{
	color: #4c4c4c;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	transition:all .4s ease-in-out;
}
.locstaC .sec .sec-bot ul li a:hover{
	color: #2e3091;
}
/* section-15 end */
/* section-16 begin */
/*.section-16 {
	padding-bottom: 105px;
	background: url(http://www.newsimg.cn/tech/20181015myjf/img/huawen.png) no-repeat center bottom;
}*/

.section-16 .swiper-container-yjjb {
	position: relative;
	overflow: hidden;
	width: 1200px;
}
.section-16 .swiper-slide {
	padding-bottom: 60px;
}
.section-16 .mod-tile {
	position: relative;
	width: 450px;
	height: 270px;
	border: 1px solid #ededed;
	box-sizing: border-box;
	padding-left: 50px;
}
.section-16 .mod-tile:nth-child(2n-1) {
	margin-right: 150px;
}
.section-16 .mod-tile:nth-child(2n) {
	margin-left: 150px;
	padding-left: 170px;
}
.section-16 .mod-tile:nth-child(n+3):nth-child(-n+4) {
	margin-top:30px;
}
.section-16 .media {
	position: absolute;
	width: 270px;
	height: 270px;
}
.section-16 .media img {
	width: 100%;
	height: 100%;
}
.section-16 .mod-tile:nth-child(2n-1) .media {
	right: -140px;
	z-index: 2;
}
.section-16 .mod-tile:nth-child(2n) .media {
	left: -140px;
	z-index: 2;
}
.section-16 .mod-tile .unit-title {
	font-size: 20px;
    font-weight: 100;
    margin-top: 30px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-indent: inherit;
    background: none;
    border-bottom: 1px solid #ededed;
    color: rgb(46 48 145);
    font-weight: bold;
    width: 220px;
    line-height: 1.5;
}
.section-16 .mod-tile:nth-child(2n-1) .unit-title {
	text-align: right;
}
.section-16 .mod-tile:nth-child(2n) .unit-title {
	text-align: left;
}
.section-16 .unit-title a {
	color: rgb(46 48 145);
    font-weight: bold;
}
.section-16 .unit-title a:hover {
	color: rgba( 51, 51, 51, 1);
}
.section-16 .mod-tile .abstract {
	color: #333;
	max-width: 220px;
	max-height: 105px;
	overflow: hidden;
	font-size: 16px;
    line-height: 1.6;
}
.section-16 .mod-tile:nth-child(2n-1) .abstract {
	text-align: right;
}
.section-16 .mod-tile:nth-child(2n) .abstract {
	text-align: left;
}
.section-16 .swiper-button-next, .section-16 .swiper-button-prev {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-16 .swiper-button-next:hover, .section-16 .swiper-button-prev:hover {
	background-color: rgb(46 48 145 / .7);
}
.section-16 .swiper-button-next {
	right: 0;
	top: 40%
}
.section-16 .swiper-button-prev {
	left: 0;
	top: 40%
}
/* section-16 end */

/* section-17 begin*/
.section-17 .mod-tile {
	width: 360px;
	margin: 0 20px 40px;
	position: relative;
}
.section-17 .mod-tile .media {
	width:100%;
}
.section-17 .mod-tile .media a {
	display: block;
	overflow: hidden;
}
.section-17 .mod-tile .media img {
	width: 360px;
	height: 205px;
}
.section-17 .mod-tile .media a img {
	transition: 0.5s;
	display: block;
}
.section-17 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-17 .mod-tile .caption {
	line-height: 1.8;
	font-size: 18px;
	width: 360px;
	max-height: 65px;
	text-align: left;
	margin-top: 10px;
}
.section-17 .mod-tile .abstract {
	text-align: left;
	margin-top: 10px;
	color: #888;
	max-height: 80px;
}
.section-17 .mod-tile .abstract a {
	color: #2e3091;
	display: inline;
}
.section-17 .mod-tile .abstract a:hover {
	color: #dc0000;
}
.section-17 .mod-topics {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
	width: 560px;
	margin: 0 20px 15px;
}
.section-17 .mod-topics .topic {
	height: inherit;
	line-height: 1.8;
	font-size: 16px;
	position: relative;
	text-indent: 20px;
	color: #333;
}
.section-17 .mod-topics .topic a {
	color: #333;
}
.section-17 .mod-topics .topic a:hover {
	color: #dc0000;
}
.section-17 .mod-topics .topic::after {
	content: '';
	display: block;
	width: 5px;
	height: 15px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #2e3091;
	position: absolute;
	left: 0;
	top: 7px;
}
.section-17 .mod-topics .abstract {
	height: 70px;
	line-height: 2.3;
	margin-top: 10px;
	color: #888;
	padding-bottom: 10px;
	box-sizing: border-box;
	padding-left: 20px;
}
.section-17 .mod-topics .abstract a {
	color: #2e3091;
}
.section-17 .mod-topics .abstract a:hover {
	color: #dc0000;
}
/* section-17 end*/

/* section-18 begin*/
.section-18 .videoPlay {
	width:100%;
	margin:0 auto;
	position:relative;
}
.section-18 .videoPlay .video-close {
	width:17px;
	height:17px;
	position:absolute;
	right:-16px;
	top:0;
	z-index:20;
	background:url(http://www.xinhuanet.com/2015/img2015/icon_video.png) 0 -80px no-repeat;
	cursor:pointer;
	display:none;
}
.section-18 .videoPlay #iframe {
	display:none;
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	z-index:15;
}
.section-18 .videoPlay .vBtn {
	position:absolute;
	width:100%;
	height:90%;
	background:url(http://www.newsimg.cn/enterprise/szsjytzb/img/20180413_ct_play_v1.png) center center no-repeat;
	cursor:pointer;
	z-index:10;
}
/*.section-18 .videoPlay .vBtn {
	position:absolute;
	width:64px;
	height:64px;
	right:50%;
	bottom:200px;
	background:url(http://www.newsstat.cn/enterprise/yytjbh2019/img/20180413_ct_play_v1.png) no-repeat;
	cursor:pointer;
	z-index:10;
}
*/
.section-18 .videoPlay .img, .section-18 .videoPlay .img img {
	width:100%;
}
.section-18 .videoPlay .bg {
	background:url(http://www.xinhuanet.com/talking/sjwd2/images/20180413_ct_Mob02_v1.png) 50% 0 repeat-x;
	height:70px;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:1;
}
.section-18 .videoPlay .videotitle {
	position:absolute;
	bottom:0;
	left:0;
	height:50px;
	line-height:30px;
	z-index:2;
	color:#fff;
	padding-left:20px;
	font-size:20px;
	font-weight:normal;
}
.section-18 .videoPlay .videotitle a {
	color:#fff;
}
.section-18 .videoPlay .al {
	font-size:48px;
	font-family:Arial,Helvetica,sans-serif;
	position:relative;
	font-weight:bolder;
	display:none;
}
.section-18 .videoPlay .al:after {
	content:"";
	position:absolute;
	width:2px;
	height:30px;
	background:red;
	bottom:4px;
	right:-5px;
	z-index:5;
	transform:rotate(30deg);
	-ms-transform:rotate(30deg);
	-moz-transform:rotate(30deg);
	-webkit-transform:rotate(30deg);
	-o-transform:rotate(30deg);
}
.section-18 .videoPlay .hz {
	font-size:18px;
	padding-right:10px;
	padding-left:10px;
	display:none;
}
/* section-18 end*/
/* section-17 begin*/
/* section-17 end*/

/* section-19 begin*/
.section-19 .mod-topics {
	padding-bottom: 4px;
	border-bottom: 1px dashed #ccc;
	width: 580px;
	margin: 0 20px 20px 0;
}
.section-19 .mod-topics:nth-child(2n) {
	margin-left: 20px;
	margin-right: 0;
}
.section-19 .mod-topics .topic {
	height: inherit;
	line-height: 1.8;
	font-size: 20px;
	position: relative;
	text-indent: 20px;
	color: #2e3091;
	font-weight: 400;
}
.section-19 .mod-topics .topic a {
	color: #2e3091;
}
.section-19 .mod-topics .topic a:hover {
	color: #dc0000;
}
.section-19 .mod-topics .topic::after {
	content: '';
	display: block;
	width: 5px;
	height: 20px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #2e3091;
	position: absolute;
	left: 0;
	top: 9px;
}
.section-19 .mod-topics .abstract {
	line-height: 2;
	margin-top: 10px;
	color: #888;
	box-sizing: border-box;
	padding: 0 20px 10px;
}
.section-19 .mod-topics .abstract a {
	color: #2e3091;
}
.section-19 .mod-topics .abstract a:hover {
	color: #dc0000;
}
.section-19 ul {
	margin-top: 30px;
}
.section-19 .item {
	width: 550px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc;
	position: relative;
}
.section-19 .item:before {
	border-left: 8px solid #2e3091;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 2px;
	top: 21px;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}
.section-19 .item:nth-of-type(odd) {
	margin-right: 20px;
}
.section-19 .item:nth-of-type(even) {
	margin-left: 20px;
}
.section-19 .item span {
	margin-right: 10px;
}
.section-19 .item a {
	color: #333;
}
.section-19 .item a:hover {
	color:#b30000;
}
/* section-19 end*/


/* section-20 begin*/
.section-20 .swiper-container-xhft {
	position: relative;
	overflow: hidden;
}
.section-20 .swiper-slide {
	padding-bottom: 60px;
	width: 260px;
}
.section-20 .mod-tile {
	width: 280px;
	margin: 0 5px;
}
.section-20 .media img {
	width: 100%;
	height: 400px;
}
.section-20 .unit-title {
	position: absolute;
	font-weight: 400;
	text-indent: inherit;
	background: #e6e6e6;
	border: none;
	color: rgba( 51, 51, 51, 1);
	line-height: 1.5;
	width: 280px;
	height: inherit;
	box-sizing: border-box;
	padding: 30px 20px 15px;
	font-size: 22px;
	margin-top: -40px;
	margin-left: 15px;
}
.section-20 .unit-title::after {
	content: '';
	display: block;
	width: 50px;
	height: 5px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;*/
	background: #2e3091;
	position: absolute;
	left: 20px;
	top: 20px;
}
.section-20 .unit-title span {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 100;
}
.section-20 .unit-title a {
	color: rgba( 51, 51, 51, 1);
}
.section-20 .unit-title a:hover {
	color: #dc0000;
}
.section-20 .abstract {
	color: rgba( 51, 51, 51, 1);
	max-width: 280px;
	max-height: 95px;
	overflow: hidden;
	font-size: 16px;
	line-height: 2;
	margin-top: 10px;
	padding: 0 5px;
}
.section-20 .swiper-button-next, .section-20 .swiper-button-prev {
	background-color: rgba(0, 0, 0, .6);
	padding: 20px 5px;
}
.section-20 .swiper-button-next:hover, .section-20 .swiper-button-prev:hover {
	background-color: rgb(46 48 145 / .7);
}
.section-20 .swiper-button-next {
	right: 0;
	top: 40%
}
.section-20 .swiper-button-prev {
	left: 0;
	top: 40%
}
/* section-20 end*/


/* section-21 begin*/
.section-21 {
	margin-top: 35px;
	margin-bottom: 25px;
	width: 1200px;
	position: relative;
}
.section-21 .swiper-container-xctj{
	width: 580px;
	float: left;
}
.section-21 .pic img {
	display: block;
	width: 580px;
	height: 340px;
}
.section-21 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	padding: 0px 125px 0px 20px;
	line-height: 56px;
	height: 56px;
}
.section-21 .title a {
	color: #fff;
	font-size: 16px;
}

.section-21 .swiper-pagination-fraction {
	bottom: 30px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 24px;
}
.section-21 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}
.section-21 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-21 .swiper-button-prev, .section-21 .swiper-button-next {
	background-color: rgb(46 48 145);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 15px 29px;
}
.section-21 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-21 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-21 .swiper-button-prev:hover, .section-21 .swiper-button-next:hover {
	background-color: rgba(255, 138, 0, 1);
}
.section-21 .section-list{
	width: 580px;
	overflow: hidden;
	float: right;
}
.section-21 .section-list .mod-topics{
	border-bottom: dotted 1px #d9d9d9;
	margin-top: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.section-21 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}
.section-21 .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-21 .section-list .mod-topics .topic a:hover{
	color: #1381f2;
}
.section-21 .section-list .mod-topics .abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}
.section-21 .section-list .item-list ul{
	padding-top: 10px;
}
.section-21 .section-list .item-list ul li{
	height: 38px;
	line-height: 38px;
}
.section-21 .section-list .item-list ul li a{
	display: block;
	padding-left: 15px;
	background:url(http://www.newsimg.cn/tech/20181015myjf/img/landian.png) no-repeat left center;
	color: #4c4c4c;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-21 .section-list .item-list ul li a:hover{
	color: #00a0e9;
}


.section-21 .mod-card {
	padding: 30px 0;
	/*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: 560px;
	height: 360px;
}
.section-21 .mod-card .media img {
	width: 100%;
	height: 320px;
}
.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: right;
	height: inherit;
	line-height: 2;
	width: 600px;
	color: #2e3091;
	font-weight: 400;
	font-size: 22px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-21 .mod-card .topic a {
	color: #2e3091;
}
.section-21 .mod-card .abstract {
	float: right;
	line-height: 2;
	width: 600px;
	max-height: 60px;
	overflow: hidden;
	font-size: 14px;
}
.section-21 .mod-card .abstract a {
	color: #2e3091;
}
.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: #2e3091;
	color: #fff;
}
.section-21 .erji_more:hover a {
	color: #fff;
}
/* section-21 end*/


/* section-23 begin*/
.section-23 {
	width: 1200px;
	margin: 100px auto 0;
}
.section-23 .zhibo-item {
	padding: 10px 30px;
	height: 800px;
    overflow-y: auto;
}
.section-23 .zhibo-item .item {
	border-bottom: 1px dashed #ccc;
	margin-bottom: 50px;
}
.section-23 .zhibo-item .item .title {
	font-size: 30px;
	font-weight: 400;
	color: #2e3091;
	line-height: 2;
	border-bottom: 1px solid #f5f5f5;
	overflow: hidden;
	text-indent: 20px;
}
.section-23 .zhibo-item .item .title span {
	float: right;
	padding-right: 20px;
	font-size: 18px;
	margin-top: 20px;
}
.section-23 .zhibo-item .item .content {
	margin-top: 25px;
}
.section-23 .zhibo-item .item .content p {
	font-size: 16px;
	line-height: 2;
	color: #5f5f5f;
}
.section-23 .zhibo-item .item .image-container {
	width: 885px;
	margin: 30px auto 50px;
}
.section-23 .zhibo-item .item .image-container img {
	width: 100%;
	height: auto;
}
/* section-23 end*/
.section-34 .section-title .tit_cn {
    font-size: 28px;
}
 .section-34 .swiper-slide{
    padding-bottom:0px;
    font-size:0;
}
 .section-34 .media {
	width: 700px;
    height: 440px;
	margin-left: 40px;
	overflow:hidden;
}
 .section-34 .media img{
    width: 700px;
    height: 440px;
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out;
	transition: .5s;
	display: block;
}
 .section-34 .media:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
 .section-34 .cont{
    width:500px;
    height:350px;
    background:#f2f2f2;
    box-sizing:border-box;
    padding:45px 40px 0;
    right:40px;
    top:45px;
    overflow:hidden;
}
 .section-34 .unit-title{
    font-weight:400;
    text-indent:inherit;
    border:none;
    color:rgba( 51,51,51,1);
    line-height:1.5;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    box-sizing:border-box;
    font-size:20px;
    background:#f2f2f2;
    padding-top:15px;
    height:auto;
    text-align:left;
}
 .section-34 .unit-title::after{
    content:'';
    display:block;
    width:30px;
    height:2px;
    /*border-radius:50%;
    box-shadow:0 0 0 5px #fff;
    */
     position:absolute;
    left:0px;
    top:0px;
    background:#2e3091;
}
 .section-34 .unit-title a{
    color:rgba( 51,51,51,1);
    font-size:28px;
    color:#4c4c4c;
    font-weight:bold;
}
 .section-34 .unit-tit{
    padding-top:15px;
    padding-bottom:5px;
    height:48px;
    overflow:hidden;
}
 .section-34 .unit-tit a{
    color:#333;
    font-size:16px;
    line-height:24px;
    font-weight:normal;
}
 .section-34 .more{
    margin-top:25px;
    width:118px;
    height:42px;
    border:solid 1px #2e3091;
    text-align:center;
    line-height:42px;
    font-size:14px;
}
 .section-34 .more a{
    color:#050c20;
}
 .section-34 .abstract{
    color:#666;
    font-size:14px;
    height:70px;
    line-height:24px;
    overflow:hidden;
    margin-left:0px;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    padding-top:10px;
}
 .section-34 .abstract a{
    color:#050c20;
    font-size:14px;
}
 .section-34 .swiper-pagination-fraction{
    bottom:85px;
    right:95px;
    left:auto;
    width:auto;
    color:#666;
    font-size:24px;
}
 .section-34 .swiper-pagination-fraction .swiper-pagination-current{
    color:#2e3091;
}
 .section-34 .swiper-pagination-fraction .swiper-pagination-total{
    font-size:16px;
}

/* footer 补充 begin */
.footer{
	background:#2e3091!important;
	padding-top:45px!important;
	padding-bottom: 40px;
	box-sizing: border-box;
	font-size: 14px!important;
	color: #fff!important;
	line-height: 30px!important;
}
/* footer 补充 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: #2e3091 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: #2e3091;
	/*padding: 20px 0 40px;*/
}
.footer {
	padding: 50px 0;
	background: #2e3091;
	text-align: center;
	color: #fff;
	/*border-top: #df0045 solid 5px;*/
}
.footer p {
	line-height: 2;
}