@charset "UTF-8";
/* CSS Document */
body {
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
  min-width: 1200px;
}

html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 1200px;
}









@charset "utf-8";
/* CSS Document */

/*初始区域*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, p, figure, form, blockquote, input, textarea, label, ul, ol, dl, li, dt, dd, .clearfix::after {
	margin:0;
	padding:0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
html, body {
	height:100%;
}
*::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background: transparent;
	text-decoration: none;
}
a:active, a:hover {
	outline: 0;
}
a:focus {
	outline:none;
	-moz-outline:none;
	-webkit-outline:none;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
ul, ol {
	list-style: none outside none;
}
li {
	list-style-type:none;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5rem;
}
sub {
	bottom: -0.25rem;
}
iframe {
	border:0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35rem 0.625rem 0.75rem;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}


/*内容区域通用*/
body {
	font-family: "微软雅黑", "Microsoft Yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
	background: #fff;
}
body{
	padding-top: 45px;
}
img {
	border: 0;
	vertical-align: middle;
	display: block;
}
figure {
	margin: 0;
}
.clearfix {
	display:block;
	#zoom:1;
}
.clearfix::after {
	content:'';
	overflow:hidden;
	width:100%;
	height:0px;
	font-size:0px;
	display:block;
	clear: both;
}



.fl {
	float:left;
}
.fr {
	float:right;
}


.domPC {
	display: block;
}
.domMobile {
	display: none;
}


.row {
	font-size: 0;
	+word-spacing: -1px;
}
.row .dib {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}


.mod a {
	color: #444;
	transition: 0.5s;
}
.mod a:hover {
	color: #c00;
}
.mod .topic {
	height: 2rem;
	line-height: 2;
	overflow: hidden;
}
.mod .topic a {
	color: #c00;
}
.mod .topic a:hover {
	color: #b30000;
}
.mod .caption {
	text-align: center;
	font-size: 16px;
	overflow: hidden;
}
.mod .caption a {
	display: block;
}
.mod .inner-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7)
}
.mod .inner-caption a {
	color: #eee;
}
.mod .inner-caption a:hover {
	color: #b30000;
}
.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	overflow: hidden;
	color: #444;
}


.section {
	margin: 10px auto;
	width: 1200px;
}



/* section5 begin */
.section-5 {
	height: 850px;
	padding-top: 400px;
	margin-top: 120px;
	margin-bottom: 100px;
	position: relative;
	box-sizing: border-box;
}
.section-5 .section-title {
	width: 1200px;
	margin: 0 auto 30px;
}
.section-5 .section-title em {
	color: #fff;
}
.section-5 .swiper-container-video {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.section-5 .mod-tile {
	width: 280px;
}
.section-5 .mod-tile .media {
	width: 100%;
	position: relative;
}
.section-5 .mod-tile .media a {
	display: block;
	overflow: hidden;
}
.section-5 .mod-tile .media img {
	width: 100%;
	height: 180px;
}
.section-5 .mod-tile .media a img {
	transition: 0.5s;
	display: block;
}
.section-5 .mod-tile .media a:hover img {
	transform: scaleX(1.2) scaleY(1.2);
}
.section-5 .mod-tile .caption {
	line-height: 1.8;
	font-size: 16px;
	padding: 10px;
	width: 100%;
	color: #fff;
	box-sizing: border-box;
}
.section-5 .btnArea {
	width: 1200px;
	margin: 0 auto;
}
.section-5 .swiper-button-next, .section-5 .swiper-button-prev {
	top: 35%;
	padding: 10px 5px;
	background-color: rgba(0, 0, 0, .4);
}
.section-5 .swiper-button-next {
	right: 15px;
}
.section-5 .swiper-button-prev {
	left: 15px;
}
.section-5 .swiper-button-next:hover, .section-5 .swiper-button-prev:hover {
	background-color: rgba(0, 153, 255, .8);
	transition: .3s;
}
.video-icon {
	position:relative;
}
.video-icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -36px 0 0 -30px;
	width: 60px;
	height: 60px;
	background: #000;
	background: rgba(0, 0, 0, .5);
	border-radius: 50%;
}
.video-icon:after {
	content: '';
    width: 0;
    height: 0;
    border-width: 18px 0 18px 30px;
    border-style: solid;
    border-color: transparent transparent transparent rgba(255, 255, 255, .5);
    position: absolute;
    top: 50%;
	left: 50%;
	margin: -24px 0 0 -10px;
}
.global-mask {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	width: 100%;
	height: 100%;
	background-color: #000000;
	background-color: rgba(0, 0, 0, .9);
}
.video-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1040;
	margin: -290px 0 0 -428px;
	width: 856px;
	height: 480px;
	background-color: #000;
	border: 1px solid #fff;
}
.close-btn {
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, .2);
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	color: #c00;
	font-size: 26px;
}
/* section5 end */

/* section10 begin */
.section-10{
    margin-bottom:50px;
    position:relative;
    padding-top:50px;
    padding-bottom:50px;
}
 .section-10 .section-title em{
    color:#fff;
}
.section-10 .slider {
	width: 100%;
	min-width: 1200px;
	height: 600px;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-top: 40px;
}
.section-10 .slider .bd {
	width: 1200px;
	position: absolute;
	left: 50%;
	margin-left: -790px;
}
.section-10 .slider .bd li {
	width: 1200px;
	overflow: hidden;
}
.section-10 .slider .tempWrap {
	overflow: visible !important
}
.section-10 .slider .tempWrap ul {
	margin-left: -1010px !important;
}
.section-10 .slider .hd {
	position: absolute;
	width: 1100px;
	right: 370px;
	z-index: 20;
	height: 17px;
	bottom: 22px;
	text-align: right;
	overflow: hidden;
}
.section-10 .slider .hd li {
	display: inline-block;
 *display: inline;
	zoom: 1;
	width: 10px;
	height: 10px;
	line-height: 99px;
	overflow: hidden;
	background: #a5a5a5;
	margin: 0 5px;
	cursor: pointer;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.section-10 .slider .hd li.on {
	background: #2c5da9;
	filter: alpha(opacity=100);
	opacity: 1;
}
.section-10 .slider .pnBtn {
	position: absolute;
	z-index: 30;
	top: 0;
	width: 100%;
	height: 490px;
	cursor: pointer;
}
.section-10 .slider .prev {
	left: -50%;
	margin-left: -600px;
}
.section-10 .slider .next {
	left: 50%;
	margin-left: 600px;
}
.section-10 .slider .pnBtn .blackBg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 6800px;
	background: #000;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.section-10 .slider .pnBtn .arrow {
	display: none;
	position: absolute;
	top: 0;
	z-index: 40;
	width: 60px;
	height: 6800px;
}
.section-10 .slider .pnBtn .arrow:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.section-10 .slider .prev .arrow {
	right: 0;
	background: url(http://www.xinhuanet.com/finance/touxiaobai/images/20170725JYJD_annu_v1.png) 0px 285px no-repeat;
}
.section-10 .slider .next .arrow {
	left: 0;
	background: url(http://www.xinhuanet.com/finance/touxiaobai/images/20170725JYJD_annu_v1.png) -70px 285px no-repeat;
}
.section-10 .slider .bd li {
	position: relative;
}
.section-10 .slider .bd li img {
	width: 1200px;
	height: 600px;
	display: block;
	-webkit-transition: all 0.8s ease 0s;
	-moz-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
}
.section-10 .slider .bd li img:hover {
	-webkit-transform: scale3d(1.04, 1.04, 1);
	-moz-transform: scale3d(1.04, 1.04, 1);
	transform: scale3d(1.04, 1.04, 1);
}

.section-10 .slider .bd h3 {
	line-height: 2;
	left: 0px;
	bottom: 60px;
	position: absolute;
	z-index: 3;
	padding: 15px 80px;
	font-weight: 300;
	color: #fff;
	box-sizing: border-box;
	width: 100%;
	background: rgba( 0,0,0,.5);
	font-size: 18px;
	display: block;
}
.section-10 .slider .bd h3 a {
	color: #fff;
}
.section-10 .slider .bd h3 em {
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
}
.section-10 .slider .bd h3 em a {
	color: #fff;
}
.section-10 .slider .bd h3 span {
	position: absolute;
	left: 0;
	top: -20px;
	width: 60px;
	height: 45px;
	background: #cda561;
	font-size: 27px;
	color: #fff;
	line-height: 45px;
	text-align: center;
	font-weight: 300;
}
.section-10 .slider .bd h3 span i {
	font-size: 22px;
	font-style: normal;
}
/* section10 end */

/* section-11 */
.section-11 {
	margin-top: 70px;
	margin-bottom: 70px;
	width: 1200px;
	position: relative;
}
.section-11 .swiper-container-xctj{
	width: 660px;
	height: 420px;
	float: left;
}
.section-11 .pic img {
	display: block;
	width: 100%;
}
.section-11 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba( 0, 0, 0, .7);
	color: #fff;
	padding: 0 125px 5px 20px;
	line-height: 1.6;
}
.section-11 .title a {
	color: #fff;
	font-size: 16px;
}
.section-11 .title span.b-title {
	display: block;
	font-size: 22px;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.section-11 .title span.b-title a {
	color: #fff;
	font-size: 20px;
}
.section-11 .title span.b-txt {
	display: block;
	height: 70px;
    line-height: 1.6;
	overflow: hidden;
	font-size: 14px;
	margin-top: 5px;
}
.section-11 .title span.a-more {
	color: #dc0000;
	display: none;
}
.section-11 .title span.b-title a:hover, .section-11 .title span.a-more a:hover  {
	color: #d70100;
	transition: .5s
}
.section-11 .swiper-pagination-fraction {
	bottom: 15px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 24px;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}
.section-11 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}
.section-11 .swiper-button-prev, .section-11 .swiper-button-next {
	background-color: rgba(0, 153, 255, .7);
	padding: 20px 5px;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	font-size: 20px;
	background-size: 15px 29px;
}
.section-11 .swiper-button-prev {
	left: 0;
	top: 40%;
}
.section-11 .swiper-button-next {
	right: 0;
	top: 40%;
}
.section-11 .swiper-button-prev:hover, .section-11 .swiper-button-next:hover {
	background-color: rgba(220, 0, 0, .7);
}
.section-11 .section-list{
	width: 500px;
	overflow: hidden;
	float: right;
}
.section-11 .section-list .unit-title {
	margin-bottom: 10px;
	border-bottom: 1px solid #0950a0;
}
.section-11 .section-list .unit-title em {
	width: 140px;
	height: 38px;
	line-height: 36px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	color: #0950a0;
    font-size: 20px;
	font-style: normal;
    background-color: #fff;
	border: 1px solid #0950a0;
	border-bottom: 0;
	margin-bottom: -1px;
}
.section-11 .section-list .unit-title em a {
	color: #0950a0;
}
.section-11 .section-list .unit-title em a:hover {
	color: #dc0000;
}
.section-11 .section-list .unit-title span {
	color: #0950a0;
	float: right;
	font-size: 14px;
	font-weight: 100;
	padding-top: 10px;
	padding-right: 20px;
	display: none;
}
.section-11 .section-list .unit-title span a {
	color: #0950a0;
}
.section-11 .section-list .unit-title span a:hover {
	color: #dc0000;
}
.section-11 .section-list .mod-topics{
	border-bottom: 1px dashed #d9d9d9;
	padding-top: 0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.section-11 .section-list .mod-topics:nth-child(1){
	padding-top: 0;
	margin-top: -5px;
}.section-11 .section-list .mod-topics:last-child {
	margin-bottom: 0;
}
.section-11 .section-list .mod-topics .topic {
	color: #de012a;
	font-size: 18px;
	font-weight: normal;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-11 .section-list .mod-topics .topic a{
	color: #de012a;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .section-list .mod-topics .topic a:hover{
	color: #1381f2;
}
.section-11 .section-list .mod-topics .abstract{
	line-height: 24px;
	color: #808080;
	padding-top: 5px;
	font-size: 14px;
}
.section-11 .section-list .item-list ul{
	padding-top: 20px;
}
.section-11 .section-list .item-list ul li{
	height: 30px;
	line-height: 30px;
	padding-left: 25px;
	color: #4c4c4c;
	font-size: 16px;
	padding-bottom: 8px;
    margin-bottom: 8px;
	border-bottom: 1px dashed #d9d9d9;
	position: relative;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section-11 .section-list .item-list ul li::after{
	content: '';
    display: block;
    width: 6px;
    height: 6px;
    background: #09f;
    position: absolute;
    left: 10px;
    top: 12px;
}
.section-11 .section-list .item-list ul li a{
	color: #4c4c4c;	
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.section-11 .section-list .item-list ul li a:hover{
	color: #d70100;
}
/* section-11 */


/* section-title */
.section-title{
	text-align: center;
	background:url(http://www.newsimg.cn/house/20190327ssfqnb/img/title-bg-1.png) no-repeat center center;
	font-weight: normal;
	height: 115px;
	box-sizing: border-box;
    padding-top: 20px;
}
.section-title em {
	font-size: 40px;
	font-style: normal;
	font-weight: 700;
	line-height: 2;
}
.section-title em a {
	color: #333;
}
.section-title em a:hover {
	color: #dc0000;
}
.section-title .tit_en{
	color: #09f;
	font-size: 24px;
	text-transform: uppercase;
	line-height: 24px;
}
.section-title .tit_cn{
	color: #09f;
	font-size: 32px;
	line-height: 32px;
	margin-top: 6px;
}
/* section-title */

/* section-17 */
.section-17 .unit {
	margin-top: 10px;
}
.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;
	height: 65px;
	text-align: left;
	margin-top: 20px;
}
.section-17 .mod-tile .abstract {
	text-align: left;
	margin-top: 10px;
	color: #888;
	max-height: 80px;
}
.section-17 .mod-tile .abstract a {
	color: #d70100;
	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: #d70100;
	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: #d70100;
}
.section-17 .mod-topics .abstract a:hover {
	color: #dc0000;
}
/* section-17 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: #de012a 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: #de012a;
	/*padding: 20px 0 40px;*/
}



.section-10 .section-title, .section-11 .section-title, .section-20 .section-title, .section-22 .section-title {
    margin-bottom: 40px;
}
.section-22 .section-title .tit_cn {
	font-size: 22px;
}






.container {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  min-width: 1200px;
}

/*top-bar*/
body {
  padding-top: 45px;
}

.top-bar {
  height: 45px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  color: #a12228;
  width: 100%;
  position: fixed;
  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: " ";
}

.top-bar li:last-of-type:after {
  content: " ";
}

.top-bar .item {
  line-height: 45px;
  font-size: 14px;
}

.top-bar .item a {
  padding-left: 5px;
  padding-right: 5px;
}

.top-bar .home-site-link {
  color: #000;
}

.top-bar a {
  color: #1a1a1a;
}

.top-bar .loading {
  display: block;
  text-align: center;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  background-color: #f5f5f5;
}

/*footer*/
.domPC, .domMobile {
    display: none;
}
.domPC {
    display: block;
}
#bottomBody {
    background: #de012c;
}
.adBottom {
    background: #de012c;
    padding: 5px 0 30px 0;
}
.footer { color:#FFF;
    padding: 5px 0 30px 0;
    background: #de012c;
    text-align: center;
    border-top: #de012c solid 5px;
}
.footer p {
    line-height: 2;
}

/*背景图发布*/
.phd {
	height: 540px;
	transition: 0.3s; background:url(http://www.newsimg.cn/house/20190327ssfqnb/img/global-bg.jpg) no-repeat top center;
}

/*nav*/
.nav {
	height: 60px;
	line-height: 60px;
	background: -webkit-linear-gradient(left, #a11e28 , #b55e45); /* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #a11e28, #b55e45); /* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #a11e28, #b55e45); /* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #c5001c , #f90528); /* 标准的语法 */
	font-size: 0;
	text-align: center;
}
.nav a {
	display: block;
	float: left;
	color: #ffffff;
	font-size: 20px;
	background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-02.png") no-repeat right center;
	width: 199px;
}
.nav a:last-child {
  background: none;
}
.nav a:hover, .nav a.current {
  background: #dcb445;
}

/*main-warp*/
.main-warp {
  padding: 20px 0 50px 0;
}

/*top-banner */
.top-banner {
  margin-bottom: 25px;
}
.top-banner .swiper-slide {
  position: relative;
}
.top-banner .swiper-slide .pic img {
  display: block;
}
.top-banner .swiper-slide .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-03.png") repeat-x;
  height: 104px;
  color: #ffffff;
  padding: 15px 125px 10px 20px;
}
.top-banner .swiper-slide .title a {
  display: block;
  color: #ffffff;
}
.top-banner .swiper-slide .title span.b-title {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-banner .swiper-slide .title span.b-title a {
  color: #ffffff;
  font-size: 20px;
}
.top-banner .swiper-slide .title span.b-txt {
  display: block;
  height: 40px;
  overflow: hidden;
}
.top-banner .swiper-slide .title span.a-more {
  color: #d70100;
}
.top-banner .swiper-slide .title span.b-title a:hover {
  color: #d70100;
}
.top-banner .swiper-pagination-fraction {
  bottom: 35px;
  right: 30px;
  left: auto;
  width: auto;
  color: #ffffff;
  font-size: 30px;
}
.top-banner .swiper-pagination-fraction .swiper-pagination-current {
  color: #da0000;
}
.top-banner .swiper-pagination-fraction .swiper-pagination-total {
  font-size: 18px;
}
.top-banner .swiper-button-next,
.top-banner .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
}
.top-banner .swiper-button-prev {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/prev.png") no-repeat;
  left: 0;
}
.top-banner .swiper-button-prev:hover {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/prev-h.png") no-repeat;
}
.top-banner .swiper-button-next {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/next.png") no-repeat;
  right: 0;
}
.top-banner .swiper-button-next:hover {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/next-h.png") no-repeat;
}

/*即时*/
.hot-news {
	background: url(http://www.newsimg.cn/house/20190327ssfqnb/img/img-11.png) no-repeat left top #f2f2f2;
	padding-left: 160px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 45px;
	overflow: hidden;
	position: relative;
}
.hot-news .more-info {
  position: absolute;
  top: 0;
  left: 0;
}
.hot-news .more-info a {
  display: block;
  width: 139px;
  height: 50px;

}
.hot-news .txtMarquee-left {
  width: 1000px;
  position: relative;
  overflow: hidden;
}
.hot-news .txtMarquee-left .bd {
  overflow: hidden;
}
.hot-news ul {
  overflow: hidden;
  zoom: 1;
}
.hot-news ul li {
  margin-right: 50px;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: left;
  _display: inline;
  width: auto !important;
}
.hot-news ul li a {
  display: block;
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-10.png") no-repeat left center;
  padding-left: 15px;
  color: #4c4c4c;
  font-size: 16px;
}
.hot-news ul li a:hover {
  color: #d70100;
}

/*public-title*/
.public-title {
	margin-bottom: 20px;
}
.public-title img {
  display: block;
}

.box-02, .box-03, .box-04, .box-05 {
	margin-bottom: 50px;
}

.box-02, .box-03, .box-04, .box-05 {
	margin-bottom: 50px;
	height: 530px;
}
.box-01 .info-main {
  width: 565px;
}
.box-01 .qyly {
  width: 1200px;
}
.box-01 .info-main .top-s li {
	border-bottom: 1px dashed #dfdfdf;
	margin-bottom: 30px;
	padding-bottom: 20px;
}
.box-01 .info-main .top-s li .title {
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	line-height: 24px;
	height: 28px;
}
.box-01 .info-main .top-s li .title a {
	display: block;
	color: #4c4c4c;
	font-size: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.box-01 .info-main .top-s li .title a:hover {
  color: #d70100;
}
.box-01 .info-main .top-s li .txt {
	height: 50px;
	overflow: hidden;
}
.box-01 .info-main .top-s li .txt a {
	color: #8c8c8c;
	font-size: 14px;
	line-height: 24px;
}
.box-01 .info-main .top-s li .txt a span {
  color: #d70100;
}
.box-01 .info-main .btm-s li {
  overflow: hidden;
  vertical-align: bottom;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-01 .info-main .btm-s li a {
  display: block;
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-10.png") no-repeat left center;
  padding-left: 13px;
  color: #4c4c4c;
  font-size: 16px;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-01 .info-main .btm-s li a:hover {
  color: #d70100;
}
.box-01 .box-main {
  width: 600px;
}
.box-01 .box-main .box-group .box {
  position: relative;
}
.box-01 .box-main .box-group .box img {
  display: block;
  width: 290px;
  height: 200px;
}
.box-01 .box-main .box-group .box .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-03.png") repeat-x;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}
.box-01 .box-main .box-group .box .title a {
  display: block;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-01 .box-main .box-group .box:nth-child(1) {
  float: left;
}
.box-01 .box-main .box-group .box:nth-child(2) {
  float: right;
}

.focus-banner-01 {
  width: 600px;
  margin-bottom: 20px;
}
.focus-banner-01 .swiper-slide {
  position: relative;
}
.focus-banner-01 .swiper-slide .pic img {
  display: block;
}
.focus-banner-01 .swiper-slide .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-03.png") repeat-x;
  height: 40px;
  line-height: 40px;
  padding: 0 90px 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}
.focus-banner-01 .swiper-slide .title a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.focus-banner-01 > .swiper-pagination-bullets {
  right: 15px;
  bottom: 8px;
  left: auto;
  width: auto;
  text-align: right;
}
.focus-banner-01 > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #ffffff;
}
.focus-banner-01 > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d70100;
}
.focus-banner-01 .swiper-button-next,
.focus-banner-01 .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 90px;
  top: 50%;
  margin-top: -45px;
}
.focus-banner-01 .swiper-button-prev {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/prev.png") no-repeat;
  left: 0;
}
.focus-banner-01 .swiper-button-prev:hover {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/prev-h.png") no-repeat;
}
.focus-banner-01 .swiper-button-next {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/next.png") no-repeat;
  right: 0;
}
.focus-banner-01 .swiper-button-next:hover {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/next-h.png") no-repeat;
}
#focus-banner-03 .pic img {
  display: block;
  width: 600px;
  height: 387px;
}

.focus-banner-02 .box-group {
  position: relative;
  height: 623px;
  width: 100%;
}
.focus-banner-02 .box-group .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-03.png") repeat-x;
  height: 44px;
  line-height: 44px;
  padding: 0 15px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.focus-banner-02 .box-group .title a {
  display: block;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.focus-banner-02 .box-group .box-s {
  width: 290px;
  height: 200px;
  position: absolute;
}
.focus-banner-02 .box-group .box-s img {
  display: block;
  width: 290px;
  height: 200px;
}
.focus-banner-02 .box-group .box-s:nth-child(1) {
  left: 0;
  top: 0;
}
.focus-banner-02 .box-group .box-s:nth-child(2) {
  left: 303px;
  top: 0;
}
.focus-banner-02 .box-group .box-s:nth-child(3) {
  left: 0;
  bottom: 0;
  width: 593px;
  height: 409px;
}
.focus-banner-02 .box-group .box-s:nth-child(3) img {
  display: block;
  width: 593px;
  height: 409px;
}
.focus-banner-02 .box-group .box-s:nth-child(4) {
  right: 0;
  top: 0;
  width: 593px;
  height: 409px;
}
.focus-banner-02 .box-group .box-s:nth-child(4) img {
  display: block;
  width: 593px;
  height: 409px;
}
.focus-banner-02 .box-group .box-s:nth-child(5) {
  left: 606px;
  bottom: 0;
}
.focus-banner-02 .box-group .box-s:nth-child(6) {
  bottom: 0;
  right: 0;
}
.focus-banner-02 .box-group .box-b {
  width: 593px;
  height: 409px;
  position: relative;
}
.focus-banner-02 .box-group .box-b img {
  display: block;
  width: 593px;
  height: 409px;
}
.focus-banner-02 .swiper-pagination {
  position: static;
  margin-top: 20px;
}
.focus-banner-02 .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #e19d5d;
  opacity: 1;
}
.focus-banner-02 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #d70100;
}
.focus-banner-02 .swiper-button-next,
.focus-banner-02 .swiper-button-prev {
  position: absolute;
  width: 50px;
  height: 90px;
  top: 50%;
  margin-top: -65px;
  z-index: 9999;
}
.focus-banner-02 .swiper-button-prev {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/prev.png") no-repeat;
  left: 0;
}
.focus-banner-02 .swiper-button-prev:hover {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/prev-h.png") no-repeat;
}
.focus-banner-02 .swiper-button-next {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/next.png") no-repeat;
  right: 0;
}
.focus-banner-02 .swiper-button-next:hover {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/next-h.png") no-repeat;
}

.box-04 .left-main {
  width: 680px;
  height: 461px;
}
.box-04 .r-menu {
  width: 490px;
}
.box-04 .r-menu ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  margin-bottom: 7px;
}
.box-04 .r-menu ul li:last-child {
  margin-bottom: 0;
}
.box-04 .r-menu ul li a {
  display: block;
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-08.png") no-repeat 25px 22px #f2f2f2;
  padding-left: 57px;
  height: 58px;
  line-height: 56px;
  color: #d70100;
  font-size: 18px;
  border-radius: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 15px;
}
.box-04 .r-menu ul li a:hover {
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-09.png") no-repeat 25px 22px #d70100;
  color: #ffffff;
}

.box-05 ul li {
  float: left;
  width: 300px;
  height: 420px;
  position: relative;
}
.box-05 ul li .box-txt {
  position: absolute;
  z-index: 9;
  padding-left: 22px;
  padding-right: 22px;
  width: 256px;
}
.box-05 ul li .box-txt .title {
  color: #ee1313;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-05 ul li .box-txt .title a {
  display: block;
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-18.png") no-repeat left top;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  padding: 8px 0;
  color: #ee1313;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-05 ul li .box-txt .txt {
  color: #737373;
  line-height: 20px;
  height: 100px;
  overflow: hidden;
}
.box-05 ul li .box-txt .txt a {
  color: #737373;
}
.box-05 ul li .box-img {
  position: absolute;
  z-index: 8;
}
.box-05 ul li .box-img img {
  display: block;
  width: 300px;
  height: 210px;
}
.box-05 ul li:nth-child(2n+1) .box-txt {
  background:url(http://www.newsimg.cn/house/20190327ssfqnb/img/img-19.png) no-repeat;
  padding-top: 40px;
  height: 181px;
  bottom: 0;
}
.box-05 ul li:nth-child(2n+1) .box-img {
  top: 0;
}
.box-05 ul li:nth-child(2n) .box-txt {
  background:url(http://www.newsimg.cn/house/20190327ssfqnb/img/img-20.png) no-repeat;
  padding-top: 33px;
  height: 188px;
  top: 0;
}
.box-05 ul li:nth-child(2n) .box-img {
  bottom: 0;
}
.box-05 ul li:hover .box-txt .title a {
  color: #ffffff;
}
.box-05 ul li:hover .box-txt .txt {
  color: #ffffff;
}
.box-05 ul li:hover .box-txt .txt a {
  color: #ffffff;
}
.box-05 ul li:hover:nth-child(2n+1) .box-txt {
  background:url(http://www.newsimg.cn/house/20190327ssfqnb/img/img-19-h.png) no-repeat;
}
.box-05 ul li:hover:nth-child(2n+1) .box-txt .title a {
  color: #ffffff;
}
.box-05 ul li:hover:nth-child(2n+1) .box-txt .txt {
  color: #ffffff;
}
.box-05 ul li:hover:nth-child(2n) .box-txt {
  background:url(http://www.newsimg.cn/house/20190327ssfqnb/img/img-20-h.png) no-repeat;
}

.box-06 .img-group {
  width: 1200px;
  height: 420px;
  position: relative;
  overflow: hidden;
}
.box-06 .img-list li {
  width: 120px;
  height: 420px;
  border-left: 5px solid #fff;
  position: relative;
  overflow: hidden;
  float: left;
}
.box-06 .img-list li .pic img {
  display: block;
  width: 695px;
  height: 420px;
}
.box-06 .img-list li .img-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-03.png") repeat-x;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  font-size: 16px;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
}
.box-06 .img-list li .img-title a {
  display: block;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box-06 .img-list li .img-title a:hover {
  color: #d70100;
}
.box-06 .img-list li:first-child {
  border-left: none;
  width: 695px;
}
.box-06 .img-list li:first-child .img-title {
  display: block;
}

/*列表*/
.list-box {
  background: #ffffff;
  padding: 20px 40px;
  margin-top: 30px;
}
.list-box .list-title {
  font-size: 32px;
  color: #bf1010;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 2px solid #bf1010;
  margin-bottom: 20px;
  overflow: hidden;
}
.list-box .list-title .t-l {
  border-left: 6px solid #bf1010;
  padding-left: 15px;
  line-height: 32px;
  height: 32px;
}
.list-box li {
  overflow: hidden;
  vertical-align: bottom;
}
.list-box li a {
  display: block;
  background: url("http://www.newsimg.cn/travel/chunyun2018/img/img-10.png") no-repeat left center;
  padding-left: 15px;
  color: #4c4c4c;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
}
.list-box li a .date {
  color: #b2b2b2;
}
.list-box li a:hover {
  color: #d70100;
}
.list-box li a:hover .date {
  color: #d70100;
}

/*RTools*/
.RTools {
  position: fixed;
  _position: absolute;
  right: 10px;
  bottom: 160px;
  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: #de012c 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;
}
.qylyabs:nth-child(even) {
    margin-left: 65px;
}
.qylyabs {
    width: 565px;
    overflow: hidden;
}

.qylylist:nth-child(even) {
    margin-left: 65px;
}
.qylylist {
    width: 565px;
    overflow: hidden;
}
.boxjj{
	margin-bottom: 20px;
	height: 400px;
}
	
.news-ul1 li :hover { color: #d70100;}

.news-title .span1 a {
	color: #df012a;
}
.news-title .span1 {font-size: 42px; line-height: 42px; color: #a71e32; background: #fff; display: inline-block; padding: 0 16px;}
.news-title {border: 1px solid #d1d1d1;margin: 40px 0 50px;}
.tc { text-align: center;}
.news-title .div1 { margin-top: -21px;}
.pr20 { padding-right: 20px;}
.pl20 { padding-left: 20px;}
.news-title .div2 { margin-top: 20px; margin-bottom: -8px;}
.pr20 { padding-right: 20px;}
.pl20 { padding-left: 20px;}
.news-title .span2 { font-size: 16px; line-height: 16px; color: #666; background: #fff; padding: 0 18px;}
.box-06 { margin-bottom: 60px;}
.pt25 {padding-top: 25px;}
.news-pic { width: 655px;height: 420px;border: 1px solid #dcdcdc;}
.news-pic .span1:first-child {display: block;}
.news-pic .span1 {display: none;}
.news-pic .span1 img {width: 655px;height: 420px;}
.news-ul1 {width: 490px;}
.news-ul1 li {line-height: 20px; padding: 14px 0 15px 0;font-size: 16px;color: #666;position: relative;background: url(http://www.newsimg.cn/travel/chunyun2018/img/img-08.png) no-repeat 25px 22px #f2f2f2;margin-bottom: 7px;height: 36px; border-radius: 10px;}
.news-ul1 li .div1 {padding: 0px 15px 0 55px;;position: relative;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;width: 420px;}
.news-ul1 li a {display: block;color: #666; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;line-height: 32px;}
/*# sourceMappingURL=pc.css.map */
