﻿@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/travel/20191030allvj/img/btbg.png) no-repeat center center;
	text-align: center;
	line-height: 34px;
	margin-bottom: 40px; 
}
.section-title .tit_cn{
	color: #f79f24;
	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: 10px;
}


/* banenr begin*/
.phd{
	margin-top: 45px;
	height: 555px;
}
.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/travel/20191030allvj/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 {
    margin-top: 30px;
}
.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: #f79f24;
	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-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;
}
.section-12 .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #e6e6e6;
	border-radius: 100%;
	opacity: 1;
}
.section-12 .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(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-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(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 #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 */

/* 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: #00a0e9;
	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: #00a0e9;
	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: #00a0e9;
}
.section-17 .mod-topics .abstract a:hover {
	color: #dc0000;
}
/* section-17 end*/

/* section-19 begin*/
.section-19 {
	margin-top:50px;
}
.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: #f79f24;
	font-weight: 400;
}
.section-19 .mod-topics .topic a {
	color: #f79f24;
}
.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: #f79f24;
	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: #f79f24;
}
.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 #f79f24;
	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: 260px;
	margin: 0 20px;
}
.section-20 .media img {
	width: 100%;
	height: 220px;
}
.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: 230px;
	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: #00a0e9;
	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: 230px;
	max-height: 85px;
	overflow: hidden;
	font-size: 14px;
	line-height: 2;
	margin-top: 100px;
	margin-left: 15px;
}
.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: rgba(215, 0, 0, .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 .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: #00a0e9;
	font-weight: 400;
	font-size: 22px;
}
.section-21 .mod-card .topic a {
	color: #00a0e9;
}
.section-21 .mod-card .abstract {
	float: right;
	line-height: 2;
	width: 600px;
	max-height: 230px;
	overflow: hidden;
	font-size: 14px;
}
.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-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: #09f;
	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-15 begin*/
.section-15{
	margin-bottom:50px;
}
.section-15 .sec_cont{
	padding-top: 40px;
}
.section-15 .sec_cont .sec_left{
	width: 400px;
}
.section-15 .sec_cont .sec_right{
	width: 770px;
	background: url(http://www.newsimg.cn/food/zhongcha201910122/img/huawen.png) no-repeat center center #f2f2f2;
	background-size: 100% 100%;
	height: 596px;
	padding: 50px;
	box-sizing: border-box;
}

.section-15 .sec_cont .sec_left ul li{
	width: 400px;
	height: 60px;
	background: #f2f2f2;
	color: #f79f24;
	border-radius: 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	line-height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 7px;
	box-sizing: border-box;
	cursor: pointer;
}
.section-15 .sec_cont .sec_left ul li.on{
	background: #f79f24;
	color: #fff;
}
.section-15 .sec_cont .sec_right .pic{
	width: 340px;
    height: 450px;
    float: left;
}
.section-15 .sec_cont .sec_right .pic img{
	width: 340px;
	height: 450px;
}
.section-15 .sec_cont .sec_right .tit{
	width: 290px;
    float: right;
}
.section-15 .sec_cont .sec_right .tit a{
	color: #f79f24;
	font-size: 22px;
	display: block;
	margin-top: 10px;
}
.section-15 .sec_cont .sec_right .xxkqh1{
	display: none;
	height: 516px;
	overflow-y: auto;
}
.section-15 .sec_cont .sec_right .note{
	color: #666666;
	font-size: 16px;
	line-height: 28px;
	padding-top: 10px;
	float: right;
    width: 290px;
}
/* section-18 end*/
.section-18 { margin:100px 0 50px;}
.section-18 .swiper-container-jcdt { margin-left: auto; margin-right: auto; position: relative; overflow: hidden; z-index: 1;}
.section-18 .swiper-slide{ width:1000px; height:600px;}
.section-18 .swiper-slide a{ transition: 0.2s;}
.section-18 .swiper-slide a:hover{ opacity:.6;}	
.section-18 .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-18 .title a {
	color: #dc0000;
}
.section-18 .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-18 .title span.b-title a {
	color: #fff;
	font-size: 20px;
}
.section-18 .title span.b-txt {
	display: block;
	height: 50px;
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
}
.section-18 .title span.a-more {
	color: #dc0000;
}
.section-18 .title span.b-title a:hover, .section-18 .title span.a-more a:hover  {
	color: #f79f24;
	transition: .5s
}
.section-18 .swiper-pagination-fraction {
	bottom: 35px;
	right: 25%;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
}
.section-18 .swiper-pagination-fraction .swiper-pagination-current {
	color: #da0000;
}
.section-18 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-18 .swiper-button-prev:before{	  content: ''; position: absolute; width: 15px; height: 100%; background: url(http://www.newsimg.cn/auto/20180115brh/img/slide_prev.png) no-repeat 0 center;  left: 94%;  top: 50%; margin-top: -320px;}
.section-18 .swiper-button-next:after{	 content: ''; position: absolute;  width: 15px; height: 100%; background: url(http://www.newsimg.cn/auto/20180115brh/img/slide_prev.png) no-repeat 0 center; right: 94%; top: 50%; margin-top: -320px; transform: rotate(180deg);}
.section-18 .swiper-button-prev:hover, .section-18 .swiper-button-next:hover{ opacity:0.6;}
.section-18 .swiper-wrapper img{ width:100%; height:600px;}
.section-18 .swiper-button-next, .section-18 .swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;-moz-background-size:27px 44px;-webkit-background-size:27px 44px;background-size:27px 44px;background-position:center;background-repeat:no-repeat;}
.section-18 .swiper-button-prev{ width:50%; height:600px; left:-520px; top:0; background: url(http://www.newsimg.cn/travel/20191030allvj/img/ichimatsu.png) repeat 0 0;  border-radius: 5px; margin-top:0; z-index:99; transition: 0.2s;}	
.section-18 .swiper-button-next{ width:50%; height:600px; right:-519px; top:0; background: url(http://www.newsimg.cn/travel/20191030allvj/img/ichimatsu.png) repeat 0 0; border-radius: 5px; margin-top:0; z-index:99; transition: 0.2s;}
/* section-18 end*/


/* footer 补充 begin */
.footer{
	background:#a00000!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: #f79f24 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: #09f;
	/*padding: 20px 0 40px;*/
}
.footer {
	padding: 50px 0;
	background: #f79f24;
	text-align: center;
	color: #fff;
	border-top: #ffb44c solid 5px;
}
.footer p {
	line-height: 2;
}