﻿@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;
}

.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 0px;
	width: 1200px;
}
/* banenr end*/

.phd{
	margin-top: 45px;
	height: 600px;
}
.phd img{
	width: 100%;
}

/* 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 40px;
	font-size: 20px;
	
	position: relative;
	color: #fff;
	transition: .2s all linear;
	cursor: pointer;
}
.nav-ul li:first-child {
	background: none;
}
.nav-ul li a {
	display: block;
	color: #fff;
}
.nav-ul li::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 50%;
	width: 0;
	height: 100%;
	border-bottom: 3px solid #09f;
	transition: .2s all linear;
	z-index: -1;
}
.nav-ul li:hover::before {
	width: 100%;
	top: 5px;
	left: 0;
	transition-delay: .1s;
	/*过渡延迟*/
	border-bottom-color: #09f;
}
.nav-ul li:hover ~ li::before {
	left: 50%;
}
/* nav end */


/* section-2 */
.section-2 {
	background-color: #f3f3f3;
	margin: 40px auto 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 */
/* section-2 end */

/* section-11 */
.section-11 .section-title {
    margin-bottom: 35px;
}
.section-11 {
	margin-top: 35px;
	margin-bottom: 25px;
	width: 1200px;
	position: relative;
}
.section-11 .swiper-container-xctj{
	width: 580px;
	height: 368px;
	float: left;
}
.section-11 .pic img {
	display: block;
	width: 580px;
	height: 368px;
}
.section-11 .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-11 .title a {
	color: #fff;
	font-size: 16px;
}

.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(22, 150, 235, 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-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(255, 138, 0, 1);
}
.section-11 .section-list{
	width: 580px;
	overflow: hidden;
	float: right;
}
.section-11 .section-list .mod-topics{
	border-bottom: dotted 1px #d9d9d9;
	margin-top: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.section-11 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}
.section-11 .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-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: 10px;
}
.section-11 .section-list .item-list ul li{
	height: 38px;
	line-height: 38px;
}
.section-11 .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-11 .section-list .item-list ul li a:hover{
	color: #00a0e9;
}
/* section-11 begin*/

.section-title{
	height: 71px;
	background:url(http://www.newsimg.cn/tech/20181015myjf/img/btbg.png) no-repeat center center;
	text-align: center;
	line-height: 34px;
}
.section-title .tit_cn{
	color: #00a0e9;
	font-size: 34px;
	font-weight: bold;
}
.section-title .tit_en{
	color: #d9d9d9;
	font-size: 34px;
	font-family: "Arial";
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 5px;
}
.section-title .tit_cn a{
	color: #00a0e9;
}
.section-title .tit_cn a:hover {
	color: #00a0e9;
	opacity: .7;
	filter: alpha(opacity=70);
}
/* section-11 end*/

/* section-12 begin */
.section-12 .section-title{
	margin-bottom: 35px;
}
.section-12 .unit .mod-tile{
	width: 580px;
	margin-left: 40px;
	background: #f7f7f7;
	margin-bottom: 40px;
}
.section-12 .unit .mod-tile:nth-child(2n+1){
	margin-left: 0;
}
.section-12 .unit .mod-tile .media{
	width: 200px;
	height: 200px;
	background: #fff;
	border-radius: 100px 0 0 100px;
	float: right;
}
.section-12 .unit .mod-tile .media a{
	display: block;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	overflow: hidden;
}
.section-12 .unit .mod-tile .media a img{
	width: 200px;
	height: 200px;
	display: block;
}
.section-12 .unit .mod-tile .cont{
	margin-right: 235px;
	padding-top: 25px;
	padding-left: 35px;
}
.section-12 .unit .mod-tile .cont .unit-tit{
	text-align: right;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #d9d9d9;
}
.section-12 .unit .mod-tile .cont .unit-tit a{
	color: #404040;
	font-size: 18px;
}
.section-12 .unit .mod-tile .cont .abstract{
	color: #666666;
	font-size: 14px;
	line-height: 22px;
}

.section-12 .unit .mod-tile:nth-child(2n) .media{
	border-radius: 0px 100px 100px 0px;
	float: left;
}

.section-12 .unit .mod-tile:nth-child(2n) .cont{
	margin-left: 235px;
	margin-right: 0;
	padding-right: 35px;
	padding-left: 0;
}
.section-12 .unit .mod-tile:nth-child(2n) .cont .unit-tit{
	text-align: left;
}

.section-12 .swiper-pagination-fraction {
	bottom: 0px;
	right: 0px;
	left: 0;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #e6e6e6;
	border-radius: 100%;
	opacity: 1;
}
.swiper-pagination-bullet-active{
	background: #00a0e9;
}

.section-12 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-12 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-12 .swiper-button-prev, .section-12 .swiper-button-next {
	background-color: rgba(22, 150, 235, 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-12 .swiper-button-prev:hover, .section-12 .swiper-button-next:hover {
	background-color: rgba(255, 138, 0, 1);
}
.section-12 .section-list{
	width: 580px;
	overflow: hidden;
	float: right;
}
.section-12 .swiper-container{
	padding-bottom: 20px;
}
/* section-12 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: #00a0e9;
	font-size: 14px;
}
.section-13 .swiper-button-prev, .section-13 .swiper-button-next {
	background-color: rgba(22, 150, 235, 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 #00a0e9;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
}
.section-14 .more a{
	color: #00a0e9;
}

.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: #00a0e9;
	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: #00a0e9;
}
.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 #00a0e9;
	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: #00a0e9;
}
.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: #00a0e9;
	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:#00a0e9;
	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: #00a0e9;
}
/* 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 .section-title {
    margin-bottom: 40px;
}
.section-16 .swiper-container-xctj{
	width: 1200px;
	height: 600px;
}
.section-16 .pic img {
	display: block;
	width: 1200px;
	height: 600px;
}
.section-16 .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-16 .title a {
	color: #fff;
	font-size: 16px;
}

.section-16 .swiper-pagination-fraction {
	bottom: 15px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 24px;
}
.section-16 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}
.section-16 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-16 .swiper-button-prev, .section-16 .swiper-button-next {
	/*background-color: rgba(22, 150, 235, 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-16 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-16 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-16 .swiper-button-prev:hover, .section-16 .swiper-button-next:hover {
	background-color: rgba(255, 138, 0, 1);
}
/* section-16 end */
/* footer 补充 begin */
.footer{
	background:#019ade!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: #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;
}