﻿@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;
	background-position: center 46px !important;
}

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;
}



.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 begin */
.top-bar {
	height: 49px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	color: #ccc;
	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, .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: 40px auto 0px;
	width: 1200px;
}

/* banenr begin*/
.phd {
	margin-top: 50px;
	height: 500px;
}

.phd img {
	width: 100%;
}

#page-pc-header {
	display: none;
}

/* banenr end*/

.index_nav {
	height: 60px;
	background: url(http://www.news.cn/travel/zt/2021whwbh/img/navbg.jpg) no-repeat center center;
}

.index_nav ul {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.index_nav ul li {
	padding: 0 60px 0 60px;
}

.index_nav ul li a {
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 60px;

}

.dw {
	position: relative;
	top: -100px;
}




/* section2 */
.section-2 {
	width: 1200px;
	background-color: #f2f2f2;
	margin: 40px auto 0 auto;
}

.section-2 .unit {
	font-size: 0;
	+word-spacing: -1px;
	width: 1200px;
	margin: 0 auto;
}

.section-2 .section-caption,
.section-2 .marquee {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-2 .marquee {
	width: 1005px;
	height: 50px;
	margin-left: 15px;
	overflow: hidden;
}

.section-2 .section-caption {
	text-align: center;
	line-height: 60px;
	color: #fff;
	padding-right: 0px;
	font-size: 22px;
	font-weight: normal;
	width: 156px;
	background-color: rgb(37, 115, 199);
	height: 60px;

}

.section-2 .section-caption img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
}

.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: #666666;
}

.section-2 .mod-list li::after {
	content: '';
	display: block;
	width: 7px;
	height: 7px;
	/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;
	*/
	position: absolute;
	border-radius: 50%;
	background: #666;
	left: 0;
	top: 28px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

.section-2 .marquee .mod-list .item {
	line-height: 60px;
	padding-right: 20px;
	font-size: 14px;
	text-indent: 15px;
}

.section-2 .mod-list li:hover a {
	color: #2573c7;
}

.section-2 .mod-list li:hover::after {
	background: #2573c7;
}

.section-2 .marquee .str_wrap {
	background: #f3f3f3;
	height: 60px !important;
}

/* 滚动js自带css */
/* section2 end */

/* section-3 begin */
.section-3 {
	margin-top: 60px;
}

.section-3 .title {
	width: 98.5%;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 40px;
	font-weight: 700;
	color: #3c8eff;
	text-align: center;
	letter-spacing: -1.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-3 .title a {
	color: #664fb5;
	padding: 0 15px 5px;
}

.section-3 .title:hover {
	color: #fff;
}

.section-3 .title:hover a {
	color: #fff;
	background-color: #3c8eff;
}

.section-3 .note {
	color: #333;
	font-size: 16px;
	line-height: 1.6;
	padding: 10px 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-align: justify;
}

/* section-3 end */

/* section-19  begin */

.section-19 .swiper-container-xctj {
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.section-19 {
	width: 1200px;
	position: relative;
}

.section-19 .pic img {
	display: block;
}

.section-19 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 15px 25px 15px 25px;
}

.section-19 .title .b-title a {
	color: #fff;
	font-size: 18px;
}

.section-19 .title .note {
	color: #fff;
	padding-top: 5px;
	font-size: 14px;
}

.section-19 .title .note a {
	color: #e1351d;
}

.section-19 .swiper-pagination-fraction {
	bottom: 30px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 34px;
	display: none;
}

.section-19 .swiper-pagination-fraction .swiper-pagination-current {
	color: #da0000;
}

.section-19 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 22px;
}

.section-19 .swiper-button-prev,
.section-19 .swiper-button-next {
	background-color: rgba(48, 48, 48, .7);
	width: 56px;
	height: 110px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 20px 36px;
}

.section-19 .swiper-button-prev {
	left: 0;
	top: 40%;
}

.section-19 .swiper-button-next {
	right: 0;
	top: 40%;
}

.section-19 .swiper-button-prev:hover,
.section-19 .swiper-button-next:hover {
	background-color: rgba(215, 1, 0, .8);
}

.section-19 .section-list {
	width: 500px;
	overflow: hidden;
	float: right;
}

.section-19 .section-list .mod-topics {
	border-top: dotted 1px #d9d9d9;
	margin-top: -1px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.section-19 .section-list .mod-topics:nth-child(1) {
	padding-top: 0;
	margin-top: -5px;
}

.section-19 .section-list .mod-topics .topic a {
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-19 .section-list .mod-topics .topic a:hover {
	color: #1381f2;
}

.section-19 .section-list .mod-topics .abstract {
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}

/* section-19  end */





/* section-11 */

.section-main {
	padding-top: 40px;
}

/* section-11 begin */
.section-11 {
	margin-top: 80px;
	position: relative;
	font-size: 0;
	+word-spacing: -1px;
}

.section-11 .focus {
	position: absolute;
	top: 30px;
	right: -30px;
	z-index: 2;
}

.section-11 .col-1,
.section-11 .col-2 {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-11 .swiper-container-jdt {
	width: 670px;
	overflow: hidden;
	position: relative;
}

.section-11 .col-1 .pic img {
	width: 100%;
	height: auto;
}

.section-11 .col-1 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 10px 120px 10px 20px;
	line-height: 1.6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-11 .col-1 .title .b-title {
	font-size: 20px;
	font-weight: 700;
}

.section-11 .col-1 .title .b-txt {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: none;
}

.section-11 .col-1 .title a {
	color: #fff;
}

.section-11 .swiper-pagination-fraction {
	bottom: 8px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
	opacity: 0;
}

.section-11 .swiper-pagination-fraction .swiper-pagination-current {
	color: #98CFFA;
}

.section-11 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-11 .swiper-button-prev,
.section-11 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgba(51, 51, 51, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	background-size: 15px 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-11 .swiper-button-prev {
	left: 0;
}

.section-11 .swiper-button-next {
	right: 0;
}

.section-11 .swiper-button-prev:hover,
.section-11 .swiper-button-next:hover {
	background-color: rgb(151 33 26 /.7);
	height: 200px;
}

.section-11 .swiper-pagination-fraction,
.section-11 .swiper-button-prev,
.section-11 .swiper-button-next {
	opacity: 0;
}

.section-11 .swiper-container-jdt:hover .swiper-pagination-fraction,
.section-11 .swiper-container-jdt:hover .swiper-button-next,
.section-11 .swiper-container-jdt:hover .swiper-button-prev {
	opacity: 1;
}

.section-11 .col-2 {
	width: 500px;
	margin-left: 30px;
}

.section-11 .col-2 .mod-topics {
	border-bottom: dotted 1px #d9d9d9;
	margin-bottom: 14px;
	padding-bottom: 14px;
}

.section-11 .col-2 .mod-topics:last-child {
	margin-bottom: 0;
}

.section-11 .col-2 .mod-topics .topic {
	font-size: 20px;
	font-weight: 700;
	height: auto;
	line-height: 1.6;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-11 .col-2 .mod-topics .topic a {
	color: #555;
}

.section-11 .col-2 .mod-topics .abstract {
	color: #888;
	margin-top: 5px;
	text-align: justify;
	-webkit-line-clamp: 2;
}

.section-11 .col-2 .mod-topics:nth-last-child(-n+4) .topic {
	font-size: 18px;
	line-height: 1.8;
}

.section-11 .col-2 .mod-topics:nth-last-child(-n+4) .abstract {}



.section-11 .section-left {
	width: 728px;
	height: 364px;
	float: left;
	position: relative;
}


.section-11 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 0px 20px 0px 20px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
}

.section-11 .title a {
	color: #fff;
	font-size: 16px;
}

.section-11 .section-list {
	width: 430px;
	height: 360px;
	overflow: hidden;
	float: right;
}


.section-11 .section-list ul li {
	border-top: solid 1px #eee;
	padding-top: 10px;
}

.section-11 .section-list ul li:nth-child(1) {
	border-top: 0;
	padding-top: 15px;
}

.section-11 .section-list ul li .tit a {
	color: #404040;
	font-size: 18px;
	font-weight: normal;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-weight: 600;
}

.section-11 .section-list ul li .tit a:hover {
	color: #b7181e;
}

.section-11 .section-list ul li .note {
	padding-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 22px;
}

.section-11 .section-list ul li .note a {
	color: #808080;
	font-size: 14px;
}

/* section-11 */


.section-title {
	background: url(title.png) no-repeat center bottom;
	text-align: center;
	color: #fff;
	font-size: 36px;
	padding-top: 12px;
	line-height: 100px;
}

.section-title span {
	margin-left: 0px;
	position: relative;
	margin-left: 60px;
	display: inline-block;
}

.section-title span::after {
	content: '';
	border-radius: 50%;
	background-color: rgb(0, 0, 0);
	width: 10px;
	height: 10px;
	position: absolute;
	left: -34px;
	top: 45px;

}


/* section-16 begin*/
.section-16 .sec_cont {
	padding-top: 40px;
	position: relative;
	height: 635px;
}

.section-16 .sec_cont .item_div {
	margin-top: 13px;
	width: 290px;
	height: 200px;
	margin-left: 13px;
}

.section-16 .sec_cont .item_div:nth-child(1) {
	margin-left: 0;
}

.section-16 .sec_cont .item_div:nth-child(3),
.section-16 .sec_cont .item_div:nth-child(4) {
	width: 593px;
	height: 409px;
}

.section-16 .sec_cont .item_div:nth-child(3)>a,
.section-16 .sec_cont .item_div:nth-child(4)>a,
.section-16 .sec_cont .item_div:nth-child(3)>a img,
.section-16 .sec_cont .item_div:nth-child(4)>a img {
	width: 593px;
	height: 409px;
}

.section-16 .sec_cont .item_div:nth-child(4) {
	position: absolute;
	bottom: 0px;
	left: 0;
	margin-left: 0;
}

.section-16 .sec_cont .item_div:nth-child(5) {
	position: absolute;
	bottom: 0px;
	right: 303px;
	margin-left: 0;
}

.section-16 .sec_cont .item_div:nth-child(6) {
	position: absolute;
	bottom: 0px;
	right: 0;
	margin-left: 0;
}

.section-16 .sec_cont .m_left .item_div:nth-child(1) {
	margin-left: 0;
}

.section-16 .sec_cont .m_right .item_div:nth-child(2) {
	margin-left: 0;
}

.section-16 .sec_cont .item_div>a {
	width: 290px;
	height: 200px;
	float: left;
	position: relative;
}

.section-16 .sec_cont .item_div>a img {
	width: 290px;
	height: 200px;
}

.section-16 .sec_cont .item_div1 {
	width: 593px;
	height: 409px;
	margin-top: 13px;
}

.section-16 .sec_cont .item_div1>a {
	width: 593px;
	height: 409px;
}

.section-16 .sec_cont .item_div1>a img {
	width: 593px;
	height: 409px;
}

.section-16 .sec_cont .item_div1 span {
	height: 44px;
	line-height: 44px;
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	display: block;
	overflow: hidden;
}

.section-16 .sec_cont .item_div span {
	height: 44px;
	line-height: 44px;
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	color: #fff;
	font-size: 16px;
	display: block;
	overflow: hidden;
}

.section-16 .swiper-btn {
	text-align: center;
	padding-top: 30px;
}

.section-16 .swiper-btn .swiper-button-white {
	position: static;
	background-color: rgb(6, 122, 229);
	width: 58px;
	height: 28px;
	display: inline-block;
	margin-top: 0;
	margin-left: 42px;
	margin-right: 42px;
}

.section-16 .swiper-btn .swiper-button-prev {
	background: url("http://www.news.cn/travel/zt/2021whwbh/img/zuojian3.png") no-repeat center center #067ae5;
}

.section-16 .swiper-btn .swiper-button-next {
	background: url("http://www.news.cn/travel/zt/2021whwbh/img/youjian3.png") no-repeat center center #067ae5;
}

/* section-16 end*/

/* section-17 begin*/
.section-17 .swiper-container {
	padding-top: 40px;
	padding-bottom: 40px;
}

.section-17 .swiper-container .swiper-slide .pic img {
	width: 100%;
}

.section-17 .swiper-container .swiper-slide .pic .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	padding: 0px 20px 0px 20px;
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	text-align: center;
}

.section-17 .swiper-container .swiper-slide .pic .title a {
	color: #fff;
	font-size: 16px;
}

.section-17 .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0px;
}

.section-17 .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin-left: 3px !important;
	margin-right: 3px !important;
}

/* section-17 end*/
/* section-18 begin*/
.section-18 .section-list {
	padding-top: 20px;
}

.section-18 .section-list ul li {
	float: left;
	width: 560px;
	margin-left: 80px;
	padding: 20px 0;
	border-bottom: solid 1px #eee;

}

.section-18 .section-list ul li:nth-child(2n+1) {
	margin-left: 0;
}

.section-18 .section-list ul li .tit a {
	color: #333333;
	font-size: 18px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.section-18 .section-list ul li .note {
	color: #666666;
	font-size: 12px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	margin-top: 8px;
}

.section-18 .section-list ul li .note a {
	color: #f00;
}

/* section-18 end*/

/* section-15 end */
/* 版权区块 begin */
.adBottom {
	background: #00a0e9;
	/*padding: 20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #00a0e9;
	text-align: center;
	color: #fff;
	/*border-top: #df0045 solid 5px;*/
}

.footer p {
	line-height: 2;
	font-size: 16px;
}

/* 版权区块 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: #ec6e68 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 {
	margin-top: 90px;
	padding: 70px 0 40px;
	background: #ec6e68 !important;
	text-align: center;
	color: #fff !important;
	font-size: 14px !important;
	/*border-top: #df0045 solid 5px;*/
}

.footer p {
	line-height: 2;
}

.bigbg {
	padding-top: 1px !important;

}

#page-mobile-header {
	display: none;
}

.section-5 {
	display: none;
}

.section-16 {
	display: block;
}

/* 111111 */

@media screen and (max-width: 768px) {

	/* section-3 begin */
	.section-3 {
		margin-top: .4rem;
	}

	.section-3 .title {
		color: #3c8eff;
		font-size: .4rem;
		font-weight: 700;
		text-align: center;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}

	.section-3 .title a {
		color: #3c8eff;
		padding: 0;
	}

	.section-3 .note {
		color: #999;
		font-size: .28rem;
		line-height: 1.6;
		padding: .1rem 0 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		text-align: justify;
	}

	/* section-3 end */

	/* 手机导航 begin */
	#mobileHeader {
		width: 100%;
		line-height: 0;
		background: #eee url("//www.news.cn/fashion/global/lib/image/bgSjTop.png.png") 0 0 no-repeat;
		-webkit-background-size: 100% 45px;
		background-size: 100% 45px;
		position: relative;
		display: block;
	}

	#mobileHeader .logo {
		display: block;
		width: 1.3rem;
		height: .9rem;
		background: url("//www.news.cn/fashion/global/lib/image/xh_mobile_header.png") 0 0 no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
		position: absolute;
		top: 0;
		left: .2rem;
	}

	#mobileHeader .name {
		display: inline-block;
		width: 5rem;
		height: .8rem;
		line-height: 2.7;
		font-size: .32rem;
		padding: 0 0 0 .2rem;
		color: #fff;
		vertical-align: top;
		margin: 0 0 0 1.5rem;
		background: url("//www.news.cn/fashion/global/lib/image/xh_mobile_header.png") 0 -160px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
		overflow: hidden;
	}

	#mobileHeader .name a {
		color: #fff;
	}

	#mobileHeader .right {
		display: block;
		width: .6rem;
		height: .9rem;
		position: absolute;
		top: 0;
		right: .2rem;
		background: url("//www.news.cn/fashion/global/lib/image/xh_mobile_header.png") 100% -45px no-repeat;
		-webkit-background-size: 57px;
		background-size: 57px;
	}

	#mobileHeader .mobileNavList {
		width: 100%;
		height: 0;
		overflow: hidden;
		position: absolute;
		top: .9rem;
		left: 0;
		background: #ededed;
		z-index: 110;
	}

	#mobileHeader .mobileNavList a {
		float: left;
		width: 20%;
		padding: .2rem 0;
		color: #000;
		text-align: center;
		font-size: .32rem;
	}

	#mobileHeader .phnav {
		text-align: center;
		padding-bottom: .12rem;
	}

	#mobileHeader .phnav li {
		float: left;
		width: 25%;
		height: .8rem;
		line-height: .85rem;
		text-align: center;
		font-size: .32rem;
		color: #333;
	}

	#mobileHeader .phnav a {
		color: #333;
	}

	/* 手机导航 end */

	.section-2 .section-caption,
	.section-2 .marquee {
		display: block;
	}

	.phd {
		height: auto;
		margin-top: 0;
	}

	body {
		background: none !important;
	}

	#page-mobile-header {
		display: block;
	}

	#page-pc-header {
		display: none;
	}

	#page-mobile-header img {
		width: 100% !important;
	}

	body {
		font-size: 0;
		padding-top: 0 !important;
	}

	.section {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		overflow: hidden;
		width: 100%;
		margin-top: 15px !important;
	}

	/* section2 */
	.section-title {}

	/* section-11 */

	/* section2 */
	.section-2 {
		width: 100%;
		background-color: #f2f2f2;
		margin: 20px auto 0 auto;
	}

	.section-2 .unit {
		font-size: 0;
		width: 100%;
		margin: 0 auto;
	}

	.section-2 .marquee {
		height: 30px;
		margin-left: 96px;
		overflow: hidden;
		width: auto;
	}

	.section-2 .section-caption {
		text-align: center;
		line-height: 30px;
		color: #fff;
		padding-right: 0px;
		font-size: 14px;
		font-weight: normal;
		width: 86px;
		float: left;
		background-color: rgb(37, 115, 199);
		height: 30px;

	}

	.section-2 .section-caption img {
		vertical-align: middle;
		display: inline-block;
		margin-right: 8px;
	}

	.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: #666666;
	}

	.section-2 .mod-list li::after {
		content: '';
		display: block;
		width: 4px;
		height: 4px;
		/*border-radius: 50%;
	box-shadow: 0 0 0 5px #fff;
	*/
		position: absolute;
		border-radius: 50%;
		background: #666;
		left: 0;
		top: 12px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	}

	.section-2 .marquee .mod-list .item {
		line-height: 30px;
		padding-right: 20px;
		font-size: 14px;
		text-indent: 15px;
	}

	.section-2 .mod-list li:hover a {
		color: #2573c7;
	}

	.section-2 .mod-list li:hover::after {
		background: #2573c7;
	}

	.section-2 .marquee .str_wrap {
		background: #f3f3f3;
		height: 30px !important;
	}

	/* 滚动js自带css */
	/* section2 end */
	/* section-19  begin */

	.section-19 .swiper-container-xctj {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.section-19 {
		width: 100%;
		position: relative;
	}

	.section-19 .pic img {
		display: block;
		width: 100%;
	}

	.section-19 .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .7);
		color: #fff;
		padding: 10px;
		font-size: 0;
	}

	.section-19 .title .b-title {
		font-size: 0 !important;
	}

	.section-19 .title .b-title a {
		color: #fff;
		font-size: 14px;
	}

	.section-19 .title .note {
		color: #fff;
		margin-top: 5px;
		font-size: 14px;
		height: 20px;
		line-height: 20px;
		display: none;
		overflow: hidden;
	}

	.section-19 .title .note a {
		color: #e1351d;
	}

	.section-19 .swiper-pagination-fraction {
		bottom: 30px;
		right: 30px;
		left: auto;
		width: auto;
		color: #fff;
		font-size: 34px;
		display: none;
	}

	.section-19 .swiper-pagination-fraction .swiper-pagination-current {
		color: #da0000;
	}

	.section-19 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: 22px;
	}

	.section-19 .swiper-button-prev,
	.section-19 .swiper-button-next {
		background-color: rgba(48, 48, 48, .7);
		width: 36px;
		height: 60px;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		font-size: 10px;
		background-size: 10px 18px;
		-moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		-o-transition: all .4s ease-in-out;
	}

	.section-19 .swiper-button-prev {
		left: 0;
		top: 40%;
	}

	.section-19 .swiper-button-next {
		right: 0;
		top: 40%;
	}

	.section-19 .swiper-button-prev:hover,
	.section-19 .swiper-button-next:hover {
		background-color: rgba(215, 1, 0, .8);
	}

	.section-19 .section-list {
		width: 500px;
		overflow: hidden;
		float: right;
	}

	.section-19 .section-list .mod-topics {
		border-top: dotted 1px #d9d9d9;
		margin-top: -1px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.section-19 .section-list .mod-topics:nth-child(1) {
		padding-top: 0;
		margin-top: -5px;
	}

	.section-19 .section-list .mod-topics .topic a {
		color: #404040;
		font-size: 18px;
		font-weight: normal;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		height: 30px;
		line-height: 30px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.section-19 .section-list .mod-topics .topic a:hover {
		color: #1381f2;
	}

	.section-19 .section-list .mod-topics .abstract {
		line-height: 24px;
		color: #808080;
		padding-top: 5px;
		font-size: 14px;
	}

	/* section-19  end */





	/* section-11 */

	.section {
		font-size: 0;
		margin-top: 10px !important;
	}

	.section-main {
		padding-top: 20px;
	}

	.section-11 {
		margin-bottom: 15px;
		width: 100%;
		position: relative;
	}

	.section-11 .section-left {
		width: 100%;
		float: none;
		position: relative;
		height: auto
	}

	.section-11 .pic {
		height: auto !important;
	}

	.section-11 .pic img {
		display: block;
		width: 100%;
		height: auto !important;
	}

	.section-11 .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .7);
		color: #fff;
		padding: 0px 10px;
		line-height: 36px;
		height: 36px;
		overflow: hidden;
	}

	.section-11 .title a {
		color: #fff;
		font-size: 14px;
	}

	.section-11 .section-list {
		width: 100%;
		overflow: hidden;
		float: right;
		height: auto;
	}


	.section-11 .section-list ul li {
		border-top: solid 1px #eee;
		padding-top: 25px;
	}

	.section-11 .section-list ul li:nth-child(1) {
		border-top: 0;
		padding-top: 15px;
	}

	.section-11 .section-list ul li .tit a {
		color: #404040;
		font-size: 16px;
		font-weight: normal;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.section-11 .section-list ul li .tit a:hover {
		color: #b7181e;
	}

	.section-11 .section-list ul li .note {
		padding-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 22px;
	}

	.section-11 .section-list ul li .note a {
		color: #808080;
		font-size: 14px;
	}

	/* section-11 */


	.section-title {
		background: url(title.png) no-repeat center bottom;
		background-size: 100%;
		text-align: center;
		color: #fff;
		font-size: 0.4rem;
		padding-top: 12px;
		line-height: 54px;
	}

	.section-title span {
		margin-left: 0px;
		position: relative;
		margin-left: 40px;
		display: inline-block;
	}

	.section-title span::after {
		content: '';
		border-radius: 50%;
		background-color: rgb(0, 0, 0);
		width: 5px;
		height: 5px;
		position: absolute;
		left: -24px;
		top: 22px;

	}

	/* 清除浮 动*/
	.fix {
		*zoom: 1;
	}

	.fix:after {
		content: " ";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		font-size: 0;
	}



	/* section-17 begin*/
	.section-17 .swiper-container {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.section-17 .swiper-container .swiper-slide .pic img {
		width: 100%;
	}

	.section-17 .swiper-container .swiper-slide .pic .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .7);
		color: #fff;

		overflow: hidden;

		padding: 0.2rem;
		box-sizing: border-box;
		text-align: left;
		font-size: .22rem;
		line-height: 1.4;
	}

	.section-17 .swiper-container .swiper-slide .pic .title a {
		color: #fff;
		font-size: 14px;
	}

	.section-17 .swiper-container-horizontal>.swiper-pagination-bullets,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0px;
	}

	.section-17 .swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin-left: 3px !important;
		margin-right: 3px !important;
	}

	/* section-17 end*/
	/* section-16 begin*/

	/* section-18 begin*/
	.section-18 .section-list {
		padding-top: 10px;
	}

	.section-18 .section-list ul li {
		float: left;
		width: 100%;
		margin-left: 0px;
		padding: 10px 0;
		border-bottom: solid 1px #eee;

	}

	.section-18 .section-list ul li:nth-child(2n+1) {
		margin-left: 0;
	}

	.section-18 .section-list ul li .tit a {
		color: #333333;
		font-size: 14px;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}

	.section-18 .section-list ul li .note {
		color: #666666;
		font-size: 12px;
		line-height: 20px;
		overflow: hidden;
		margin-top: 5px;
	}

	.section-18 .section-list ul li .note a {
		color: #f00;
	}

	/* section-18 end*/

	/* section-15 end */
	/* RTools begin */
	.RTools {
		width: 40px;
		bottom: 100px;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */
	/* Copyright begin */
	#bottomBody {
		background: #00a0e9;
		color: #fff;
	}

	.adBottom {
		background: #00a0e9;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #00a0e9;
		text-align: center;
		margin-top: 0.4rem;
	}

	/*margin-top:.4rem;border-top:#df0045 solid .1rem;*/
}

.footer p {
	line-height: 1.8;
	font-size: .2rem;
	margin: 0 auto;
	word-spacing: -1px;
	letter-spacing: -1px;
}

/* Copyright end */
}

@media screen and (max-width:768px) {

	/* section-3 begin */
	.section-3 {
		margin-top: .4rem;
	}

	.section-3 .title {
		color: #3c8eff;
		font-size: .4rem;
		font-weight: 700;
		text-align: center;
		line-height: 1.4;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}

	.section-3 .title a {
		color: #3c8eff;
		padding: 0;
	}

	.section-3 .note {
		color: #999;
		font-size: .28rem;
		line-height: 1.6;
		padding: .1rem 0 0;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		text-align: justify;
	}

	/* section-3 end */
}