﻿@charset "utf-8";

/* CSS Document */
body {
    background-color: #ffead3 !important;
    overflow-x: hidden;
}
.section {
    margin: 0 auto;
    width: 1200px;
}

.mod a {
    color: #444;
    transition: .5s;
}

.mod a:hover {
    color: #e97322;
}

.mod .topic {
    height: 2rem;
    line-height: 2;
    overflow: hidden;
}

.mod .topic a {
    color: #555;
}

.mod .topic a:hover {
    color: #e97322;
}

.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: #666;
}

.mod .abstract {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.section-title {
    height: 50px;
    line-height: 50px;
    text-indent: 1rem;
    font-size: 22px;
    color: #fff;
    /*background: linear-gradient(to right, #e97322 0%, #2f1078 100%);*/
    background-color: rgba(204, 204, 204, .3);
    _position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #f36e73;
}

.section-title em {
    font-style: normal;
    font-weight: 700;
    color: #000;
}

.section-title .more {
    float: right;
    _position: absolute;
    _right: 0;
    _top: 0;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #333;
    font-size: 16px;
    text-indent: 0;
    transition: .3s;
}

.section-title .more:hover {
    background-color: rgba(0, 153, 255, .2);
    color: #e97322;
    transition: .3s;
}


/* 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 */

/* 背景图区域 begin */
.phd {
    margin-top: 50px;
    height: 700px;
}

#page-pc-header {
    display: none;
}

.main {
    width: 100%;
    overflow: hidden;
    margin: 50px auto 0;
    position: relative;
}

.main::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(250,210,130,.9), rgba(250,210,130,.9)),url("bg_big01.jpg");
    /* background-image: linear-gradient(rgba(250,210,130,.9), rgba(250,210,130,.9)); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-attachment: fixed; */
    z-index: -1;
}

.widthMain {
    padding: 100px 30px;
    width: 1260px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .5);
}

.main .widthMain {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* 背景图区域 end */

/* 左侧导航区 begin */
.grid-120 {
    width: 120px;
}

.nav_left {
    position: fixed;
    top: 130px;
    left: 50%;
    transform: translateX(-770px);
    background-color: #fff;
    min-height: 250px;
    z-index: 99;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.nav_leftAdd {
    top: 230px;
    transition: .5s;
}

.nav_left .nav-cont {
    top: 70px;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
}

.nav_left .nav-cont.fixed {
    top: 0;
}

.nav_left .nav-cont a {
    color: #333;
    display: block;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.nav_left .nav-cont a:hover {
    color: #ff9724 !important;
}

.nav_left .nav-cont a:first-child {
    background: #e97322;
    border: 0;
}

.nav_left .nav-cont a:first-child img {
    margin: 0 auto;
    padding-top: 7px;
}

.nav_left .nav-cont a.active {
    position: relative;
    color: #083b90;
    background: #f3f6f8;
}

.nav_left .nav-cont a.active:before {
    content: '';
    width: 3px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #083b90;
}

/* 左侧导航区 end */

/* AD区 begin */
.section-ad {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
	+word-spacing: -1px;
}

.section-ad .col-1,
.section-ad .col-2,
.section-ad .col-3 {
    width: 200px;
    max-height: 90px;
    display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	+display: inline;
	+zoom: 1;
}

.section-ad .col-2 {
    width: 780px;
    margin-left: 10px;
    margin-right: 10px;
}

.section-ad .media img {
    width: 100%;
    height: auto;
}

#section-ad2 {
    display: none;
}

/* AD区 end */

/* section-2 begin */
.section-2 {
	/* width:100%;*/
	background-color: #f3f3f3;
	margin: 20px auto;
}

.section-2 .unit {
    width: 1200px;
	margin: 0 auto;
	font-size: 0;
	+word-spacing: -1px;
}

.section-2 .section-caption,
.section-2 .marquee {
	display: inline-block;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	+display: inline;
	+zoom: 1;
}

.section-2 .marquee {
	width: 1100px;
	height: 35px;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
}

.section-2 .section-caption {
	width: 70px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	/* background-color: #e97322; */
    background-image: url(http://www.xinhuanet.com/fortunepro/images/cjgd.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 100%;
    text-indent: -9999px;
}

.section-2 .section-caption a {
	display: block;
    width: 100%;
    height: 100%;
}

/* .section-2 .section-caption a {
	color: #fff;
}

.section-2 .section-caption a:hover {
	color: #fff;
	opacity: .5;
	filter: alpha(opacity=50);
} */

.section-2 .mod-list li {
	position: relative;
}

.section-2 .mod-list li::after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	/*border-radius:50%;box-shadow:0 0 0 5px #fff;*/
	background: #e97322;
	position: absolute;
	left: 0;
	top: 15px;
}

.section-2 .marquee .mod-list .item {
	line-height: 35px;
	padding-right: 20px;
	font-size: 14px;
	text-indent: 15px;
}

.section-2 .marquee .str_wrap {
	background: #f3f3f3;
}

/* 滚动js自带css */
/* section-2 end */

/* section-11-3 begin */
.section-11-3 {
	margin-top: 30px;
	margin-bottom: 30px;
	position: relative;
	font-size: 0;
	+word-spacing: -1px;
}

.section-11-3 .focus {
	position: absolute;
	top: 30px;
	right: -30px;
	z-index: 2;
}

.section-11-3 .col-1,
.section-11-3 .col-2 {
	display: inline-block;
	+display: inline;
	+zoom: 1;
	font-size: 14px;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
}

.section-11-3 .swiper-container-jdt3 {
	width: 755px;
	overflow: hidden;
	position: relative;
}

.section-11-3 .col-1 .pic img {
	width: 100%;
	height: 465px;
}

.section-11-3 .col-1 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(51, 51, 51, .7);
	color: #fff;
	padding: 10px 120px 10px 20px;
	line-height: 1.6;
}

.section-11-3 .col-1 .title .b-title {
	font-size: 16px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.section-11-3 .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-3 .col-1 .title a {
	color: #fff;
}

.section-11-3 .swiper-pagination-fraction {
	bottom: 5px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
	opacity: 0;
}

.section-11-3 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-11-3 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-11-3 .swiper-button-prev,
.section-11-3 .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-3 .swiper-button-prev {
	left: 0;
}

.section-11-3 .swiper-button-next {
	right: 0;
}

.section-11-3 .swiper-button-prev:hover,
.section-11-3 .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
}

.section-11-3 .swiper-pagination-fraction,
.section-11-3 .swiper-button-prev,
.section-11-3 .swiper-button-next {
	opacity: 0;
}

.section-11-3 .swiper-container-jdt3:hover .swiper-pagination-fraction,
.section-11-3 .swiper-container-jdt3:hover .swiper-button-next,
.section-11-3 .swiper-container-jdt3:hover .swiper-button-prev {
	opacity: 1;
}

.section-11-3 .col-2 {
	width: 420px;
	height: 465px;
	margin-left: 25px;
	/* overflow-x: hidden;
	overflow-y: auto; */
	overflow: hidden;
    background-color: #fff;
}

.section-11-3 .col-2 .scroll-box {
	/* padding-right: 10px; */
}

.section-11-3 .col-2 .mod-topics {
	border-bottom: dashed 1px #f98b3f;
	/* margin-bottom: 10px; */
	padding: 10px 10px 10px 15px;
}

.section-11-3 .col-2 .mod-topics a {
	transition: inherit;
}

.section-11-3 .col-2 .mod-topics:hover {
	background-color: #e97322;
}

.section-11-3 .col-2 .mod-topics:last-child {
	margin-bottom: 0;
}

.section-11-3 .col-2 .mod-topics .topic {
	font-size: 18px;
	line-height: 1.7;
	font-weight: 400;
	height: auto;
	color: #e97322;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-11-3 .col-2 .mod-topics:hover .topic,
.section-11-3 .col-2 .mod-topics:hover .topic a {
	color: #fff;
	transition: inherit;
}

.section-11-3 .col-2 .mod-topics .abstract {
	color: #888;
	margin-top: 5px;
	text-align: justify;
	-webkit-line-clamp: 2;
}

.section-11-3 .col-2 .mod-topics:nth-last-child(-n+9) .abstract {
	display: none;
}

.section-11-3 .col-2 .mod-topics:nth-child(1),
.section-11-3 .col-2 .mod-topics:nth-child(1) a,
.section-11-3 .col-2 .mod-topics:nth-child(4),
.section-11-3 .col-2 .mod-topics:nth-child(4) a,
.section-11-3 .col-2 .mod-topics:nth-child(7),
.section-11-3 .col-2 .mod-topics:nth-child(7) a {
    color: #e97322;
    font-weight: 700;
	transition: inherit;
}

/* section-11-3 end */

/* section-17 begin */
.section-17 {
    position: relative; 
}

.section-17::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(200,230,185,.9), rgba(200,230,185,.9)),url("bg_big03.jpg");
    /* background-image: linear-gradient(rgba(200,230,185,.9), rgba(200,230,185,.9)); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    z-index: -1;
}

.section-17 .row {
    width: 1200px;
    margin: 0 auto;
}

.section-17 .mod-tile {
	width: calc(100%/3 - 20px);
	margin-left: calc(20px*3 / 2);
	margin-bottom: calc(20px*3 / 2);
    padding: 10px 10px 20px;
    background-color: rgba(255, 255, 255, .7);
}

.section-17 .mod-tile:nth-child(3n+1) {
	margin-left: 0;
}

.section-17 .mod-tile .media {
	width: 100%;
}

.section-17 .mod-tile .media a {
	display: block;
	overflow: hidden;
}

.section-17 .mod-tile .media img {
	width: 100%;
	height: auto;
}

.section-17 .mod-tile .media a img {
	transition: .5s;
	display: block;
}

.section-17 .mod-tile .media a:hover img {
	-webkit-transform: scaleX(1.2) scaleY(1.2);
	transform: scaleX(1.2) scaleY(1.2);
}

.section-17 .mod-tile .caption {
	line-height: 1.8;
	font-size: 18px;
	text-align: left;
	margin-top: 20px;
	color: #333;
}

.section-17 .mod-tile .caption a {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.section-17 .mod-tile .abstract {
	text-align: justify;
	margin-top: 10px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.section-17 .mod-tile .abstract a {
	color: #333;
	display: inline;
}

.section-17 .mod-tile .abstract a:hover {
	color: #e97322;
}

.section-17 .mod-topics {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	width: calc(100%/2 - 20px);
	margin-left: calc(20px*2 / 1);
	margin-bottom: calc(20px*2 / 2);
}

.section-17 .mod-topics:nth-child(2n+1) {
	margin-left: 0;
}

.section-17 .mod-topics:nth-last-child(-n+2) {
	margin-bottom: 0;
}

.section-17 .mod-topics .topic {
	height: inherit;
	line-height: 1.6;
	font-size: 18px;
	position: relative;
	padding-left: 20px;
	color: #333;
}

.section-17 .mod-topics .topic a {
	color: #333;
}

.section-17 .mod-topics .topic a:hover {
	color: #e97322;
}

.section-17 .mod-topics .topic::after {
	content: "";
	display: block;
	width: 5px;
	height: 15px;
	background: #e97322;
	position: absolute;
	left: 0;
	top: 7px;
}

.section-17 .mod-topics .abstract {
	line-height: 1.8;
	margin-top: 10px;
	color: #888;
	padding-left: 20px;
	text-align: justify;
}

.section-17 .mod-topics .abstract a {
	color: #e97322;
}

/* section-17 end */

/* section-28 begin */
.section-28 {
    position: relative; 
}

.section-28::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255,153,0,.9), rgba(255,153,0,.9)),url("bg_big04.jpg");
    /* background-image: linear-gradient(rgba(255,153,0,.9), rgba(255,153,0,.9)); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    z-index: -1;
}

.section-28 .swiper-container-sshz {
	width: 1200px;
    height: 470px;
    margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.section-28 .mod-tile {
	position: relative;
	width: 235px;
	height: 470px;
	margin-left: calc(25px / 3);
	transition: all 1s;
	cursor: pointer;
}

.section-28 .mod-tile:nth-child(4n+1) {
	margin-left: 0;
}

.section-28 .mod-tile .caption {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
	height: calc(100% / 2);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.8;
	color: #fff;
	padding-left: 40px;
	padding-right: 40px;
	display: grid;
	place-items: center;
	background-image: linear-gradient(135deg, #e97322 0%, #f1a35b 100%);
}

.section-28 .mod-tile .caption a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}

.section-28 .mod-tile:nth-child(even) .caption {
	top: calc(100% / 2);
}

.section-28 .mod-tile .media img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}

.section-28 .mod-tile:nth-child(odd) .media img {
	top: calc(100% / 2);
}

.section-28 .mod-tile.on {
	width: 470px;
	height: 470px;
}

.section-28 .mod-tile.on .caption {
	position: absolute;
	left: 0;
	top: inherit;
	bottom: 0;
	width: 100%;
	height: 110px;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	line-height: 1.6;
	text-align: center;
	background-image: linear-gradient(0deg, rgba(51, 51, 51, .7) 0%, rgba(0, 153, 255, 0) 90%);
	padding: 10px 20px;
}

.section-28 .mod-tile.on .caption a {
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section-28 .mod-tile.on .caption a {
	color: #fff;
}

.section-28 .mod-tile.on:nth-child(odd) .media img {
	top: 0;
}

.section-28 .mod-tile.on .media img {
	width: 470px;
	height: 470px;
}

.section-28 .swiper-pagination-fraction {
	bottom: 8px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
	opacity: 0;
}

.section-28 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-28 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-28 .swiper-button-prev,
.section-28 .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-28 .swiper-button-prev {
	left: 0;
}

.section-28 .swiper-button-next {
	right: 0;
}

.section-28 .swiper-button-prev:hover,
.section-28 .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
}

.section-28 .swiper-pagination-fraction,
.section-28 .swiper-button-prev,
.section-28 .swiper-button-next {
	opacity: 0;
}

.section-28 .swiper-container-sshz:hover .swiper-pagination-fraction,
.section-28 .swiper-container-sshz:hover .swiper-button-next,
.section-28 .swiper-container-sshz:hover .swiper-button-prev {
	opacity: 1;
}

/* section-28 end */

/* section-48 begin */
.section-48 {
    position: relative; 
}

.section-48::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(110,185,130,.9), rgba(110,185,130,.9)),url("bg_big05.jpg");
    /* background-image: linear-gradient(rgba(110,185,130,.9), rgba(110,185,130,.9)); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    z-index: -1;
}

.section-48 .unit {
    position: relative;
    margin: 0 auto;
}

.section-48 .swiper-container-kpsp {
	width: 1200px;
    margin: 0 auto;
	overflow: hidden;
    padding-bottom: 50px;
}

.section-48 .swiper-slide {
	width: 300px;
}

.section-48 .mod-tile {
	width: 100%;
}

.section-48 .mod-tile .media {
	width: 100%;
}

.section-48 .mod-tile .media img {
	width: 100%;
	height: auto;
}

.section-48 .mod-tile .caption {
	font-size: 16px;
	padding: 5px;
	color: #333;
	line-height: 1.6;
	font-weight: 400;
	text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.section-48 .mod-tile .inner-caption {
	bottom: 0;
}

.section-48 .mod-tile .caption a {
	color: #333;
}

.section-48 .swiper-pagination-fraction {
	bottom: 8px;
	right: 30px;
	left: auto;
	width: auto;
	color: #fff;
	font-size: 30px;
	opacity: 0;
}

.section-48 .swiper-pagination-fraction .swiper-pagination-current {
	color: #ff8a00;
}

.section-48 .swiper-container-kpsp .swiper-pagination-bullet-active {
	width: 30px;
	border-radius: 5px;
    background: #e97322 !important;
}

.section-48 .swiper-pagination-fraction .swiper-pagination-total {
	font-size: 18px;
}

.section-48 .swiper-button-prev,
.section-48 .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-48 .swiper-button-prev {
	left: 0;
}

.section-48 .swiper-button-next {
	right: 0;
}

.section-48 .swiper-button-prev:hover,
.section-48 .swiper-button-next:hover {
	background-color: rgba(76, 126, 237, .7);
	height: 200px;
}

.section-48 .swiper-pagination-fraction,
.section-48 .swiper-button-prev,
.section-48 .swiper-button-next {
	opacity: 1;
}

.section-48 .swiper-container-kpsp:hover .swiper-pagination-fraction,
.section-48 .swiper-container-kpsp:hover .swiper-button-next,
.section-48 .swiper-container-kpsp:hover .swiper-button-prev {
	opacity: 1;
}

/* section-48 end */

/* section-49 begin */
.section-49 .unit {
	position: relative;
	width: 100%;
}

.section-49 .view .swiper-container {
	width: auto;
	height: 700px;
}

.section-49 .view .swiper-container .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}

.section-49 .view .arrow-left,
.section-49 .view .arrow-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 60px;
	height: 60px;
	z-index: 10;
    opacity: 0;
    background-size: 100% auto;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.section-49 .view .arrow-left {
	background-image: url("http://www.news.cn/auto/zt/xhyxpp/dffg/images/20220210fgPart01leftan_v1.png");
    left: 50%;
    transform: translateX(-800px);	
}

.section-49 .view .arrow-right {
	background-image: url("http://www.news.cn/auto/zt/xhyxpp/dffg/images/20220210fgPart01rightan_v1.png");
	right: 50%;
    transform: translateX(800px);	
}

.section-49 .view:hover .arrow-left,
.section-49 .view:hover .arrow-right {
    opacity: 1;
}

.section-49 .preview {
    width: 35%;
	position: absolute;
	right: 5%;
	bottom: 5%;
	z-index: 9;
}

.section-49 .preview .swiper-slide {
	width: calc(100%/3 - 5px);
	height: auto;
	margin-right: calc(5px*3 / 2);
	cursor: pointer;
	position: relative;
	background: #fff;
}

.section-49 .preview .swiper-slide:last-child {
	margin-right: 0;
}

.section-49 .preview .swiper-slide img {
	width: 100%;
	height: auto;
}

.section-49 .preview .swiper-slide::before {
	content: "";
	width: 100%;
	height: 100%;
	background: #333;
	opacity: .6;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.section-49 .preview .arrow-left {
	display: none;
}

.section-49 .preview .arrow-right {
	display: none;
}

.section-49 .preview img {
	padding: 1px;
}

.section-49 .preview .active-nav.swiper-slide::before {
	display: none;
}

/* section-49 end */

/* section-51 begin */
.section-51 {
    position: relative;
}

.section-51::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(245,230,75,.9), rgba(245,230,75,.9)),url("bg_big02.jpg");
    /* background-image: linear-gradient(rgba(245,230,75,.9), rgba(245,230,75,.9)); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-attachment: fixed; */
    z-index: -1;
}

.section-51 .column {
    padding: 50px 30px;
    width: 1260px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-51 .column-left,
.section-51 .column-center,
.section-51 .column-right {
    padding: 20px 10px;
    background-color: #fff;
    overflow: hidden;
}

.section-51 .column-title {
    font-size: 18px;
    height: 36px;
    line-height: 36px;
    margin-bottom: 20px;
    background-image: url("section-title2.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    color: #fff;
    padding-left: 15px;
}

.section-51 .column-title a {
    color: #fff;
}

.section-51 .column-left {
    width: 280px;
}

.section-51 .column-center {
	width: 520px;
}

.section-51 .column-right {
	width: 360px;
}

.section-51 .column-right .unit {
	position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 600px;
}

.section-51 .column-right .swiper-container {
    height: 570px;
}

.section-51 .column-right .unit .swiper-button-prev {
    width: 26px;
    left: 50%;
    margin-top: inherit;
    transform: rotate(90deg) translateY(13px);
    z-index: 3;
    top: -20px;
    background-size: 80%;
 }

.section-51 .column-right .unit .swiper-button-next {
    width: 26px;
    right: 50%;
    margin-top: inherit;
    transform: rotate(90deg) translateY(-13px);
    z-index: 3;
    top: inherit;
    bottom: -30px;
    background-size: 80%;
 }

.section-51 .column-right .unit .swiper-slide.swiper-slide-active {
    padding-top: 0;
}

.section-51 .column-right .unit .swiper-container .pagination {
    bottom: 0;
}

.section-51 .mod-tile {
    position: relative;
    width: 100%;
    margin-bottom: calc(10px*2 / 2);
}

.section-51 .mod-tile:last-child {
    margin-bottom: 0;
}

.section-51 .column-right .mod-tile:last-child {
    margin-bottom: calc(10px*2 / 2);
}

.section-51 .mod-tile .media {
    width: 100%;
}

.section-51 .mod-tile .media a {
    display: block;
    overflow: hidden;
}

.section-51 .mod-tile .media img {
    width: 100%;
    height: auto;
}

.section-51 .mod-tile .media a img {
    transition: .5s;
    display: block;
}

.section-51 .mod-tile .media a:hover img {
    -webkit-transform: scaleX(1.2) scaleY(1.2);
    transform: scaleX(1.2) scaleY(1.2);
}

.section-51 .mod-tile .caption {
    line-height: 1.4;
    font-size: 16px;
    text-align: left;
    /* margin-top: 20px; */
    color: #fff;
    padding: 20px 10px 10px;
}

.section-51 .mod-tile .caption a {
    color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-51 .mod-tile .inner-caption {
    background-image: linear-gradient(0deg, rgba(51, 51, 51, .7) 0%, rgba(0, 153, 255, 0) 90%);
    background-color: inherit;
}

.section-51 .mod-tile .abstract {
    text-align: justify;
    margin-top: 10px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: none;
}

.section-51 .mod-tile .abstract a {
    color: #333;
    display: inline;
}

.section-51 .mod-tile .abstract a:hover {
    color: #a4c9e7;
}

.section-51 li.item {
    position: relative;
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    padding-left: 20px;
    padding-bottom: 5px;
    margin-bottom: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-51 li.item:last-child {
    margin-bottom: 0;
}

.section-51 li.item a {
    color: #333;
}

.section-51 li.item a:hover {
    color: #e97322;
    transition: all .5s;
}

.section-51 li.item::before {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 9.25px;
    width: 8px;
    height: 8px;
    border: 2px #e97322 solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff
}

.section-51 li.item:hover::before {
    background: #f88a3e;
    border: 2px #f88a3e solid;
}

/* section-51 end */

/* section-logo begin */
.section-logo {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-logo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255,235,210,.9), rgba(255,235,210,.9)),url("bg_big06.jpg");;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /* background-attachment: fixed; */
    z-index: -1;
}

.section-logo .row {
    width: 1200px;
    margin: 0 auto;
}

.section-logo .mod-tile {
    position: relative;
    width: calc(100%/6 - 10px);
    margin-left: calc(10px*6 / 5);
    margin-bottom: calc(10px*2 / 1);
}

.section-logo .mod-tile:nth-child(6n+1) {
    margin-left: 0;
}

.section-logo .mod-tile .media {
    width: 100%;
}

.section-logo .mod-tile .media a {
    display: block;
    overflow: hidden;
}

.section-logo .mod-tile .media img {
    width: 100%;
    height: auto;
}

.section-logo .mod-tile .media a img {
    transition: .5s;
    display: block;
}

.section-logo .mod-tile .media a:hover img {
    -webkit-transform: scaleX(1.2) scaleY(1.2);
    transform: scaleX(1.2) scaleY(1.2);
}

.section-logo .mod-tile .caption {
    line-height: 1.4;
    font-size: 16px;
    text-align: left;
    /* margin-top: 20px; */
    color: #333;
    padding: 0;
    display: none;
}

/* .section-logo .mod-tile .caption a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
} */

.section-logo .mod-tile .abstract {
    text-align: justify;
    margin-top: 10px;
    color: #888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: none;
}

.section-logo .mod-tile .abstract a {
    color: #333;
    display: inline;
}

.section-logo .mod-tile .abstract a:hover {
    color: #e97322;
}

.section-logo .mod-topics {
    padding-bottom: 10px;
    border-bottom: 1px dashed #ccc;
    width: calc(100%/2 - 20px);
    margin-left: calc(20px*2 / 1);
    margin-bottom: calc(20px*2 / 2);
}

.section-logo .mod-topics:nth-child(2n+1) {
    margin-left: 0;
}

.section-logo .mod-topics:nth-last-child(-n+2) {
    margin-bottom: 0;
}

.section-logo .mod-topics .topic {
    height: inherit;
    line-height: 1.6;
    font-size: 18px;
    position: relative;
    padding-left: 20px;
    color: #333;
}

.section-logo .mod-topics .topic a {
    color: #333;
}

.section-logo .mod-topics .topic a:hover {
    color: #e97322;
}

.section-logo .mod-topics .topic::after {
    content: "";
    display: block;
    width: 5px;
    height: 15px;
    background: #e97322;
    position: absolute;
    left: 0;
    top: 7px;
}

.section-logo .mod-topics .abstract {
    line-height: 1.8;
    margin-top: 10px;
    color: #888;
    padding-left: 20px;
    text-align: justify;
    display: none;
}

.section-logo .mod-topics .abstract a {
    color: #e97322;
}

/* section-logo end */

/* RTools begin */
.RTools {
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 180px;
    width: 60px;
    z-index: 10000;
    display: none;
}

.RTools .qrcode {
    width: 100%;
    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;
    -moz-animation-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: #e97322 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;
}

/* RTools end */


/* 版权区块 begin */
.adBottom {
    background: #e97322;
    /*padding: 20px 0 40px;*/
}

.adBottom .widthMain {
    padding: 0;
}

.footer {
    padding: 50px 0;
    background: #e97322;
    text-align: center;
    color: #fff;
    /*border-top: #df0045 solid 5px;*/
}

.footer p {
    line-height: 2;
    font-size: 16px;
}

/* 版权区块 end */

/* 区块more begin */
.btn-more {
    margin: 50px auto 0;
    width: 150px;
}

.btn-h-e {
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
    letter-spacing: 0;
    line-height: 1;
    background-color: #e97322;
    width: 100%;
    text-align: center;
    transition-property: all;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 30px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    text-decoration: none;
    overflow: hidden;
}

.btn-h-e::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    transition-duration: .2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    display: block;
    width: 300px;
    height: 300px;
    content: "";
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 50%;
    z-index: -1;
}

.btn-h-e::after {
    position: absolute;
    top: 40%;
    left: 50%;
    transition: opacity .2s linear .2s, -webkit-transform .2s linear .2s;
    transition: transform .2s linear .2s, opacity .2s linear .2s;
    transition: transform .2s linear .2s, opacity .2s linear .2s, -webkit-transform .2s linear .2s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 300px;
    content: "»";
    font-size: 50px;
    font-weight: 900;
    line-height: inherit;
    color: transparent;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    background-color: rgba(255, 255, 255, .15);
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
}

.btn-h-e:hover {
    color: transparent;
}

.btn-h-e:hover::before,
.btn-h-e:hover::after {
    transition-duration: .15s;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    color: #fff;
}

/* 区块more end */

/* xpage begin */
.xpage-more-btn {
    width: 150px;
    text-align: center;
    margin: 50px auto 30px;
    padding: 15px 0;
    border: 1px solid #bbb;
    line-height: 1;
    border-radius: 5px;
    cursor: pointer;
    background: #eee;
    font-size: 14px;
}

.xpage-more-btn a {
    color: #333;
}

.xpage-more-btn:hover {
    background: #e97322;
    color: #fff;
    border-color: #e97322;
}

.xpage-more-btn:hover a {
    color: #fff;
}

/* xpage end */

/* section-title begin */
.section-11 .section-title,
.section-17 .section-title,
.section-28 .section-title,
.section-33 .section-title,
.section-48 .section-title,
.section-logo .section-title {
    width: 1200px;
    height: 100px;
    line-height: 75px;
    text-indent: inherit;
    background: url("section-title.png") center center no-repeat;
    background-size: contain;
    border-bottom: 0;
    margin: 0 auto 40px;
}

.section-11 .section-title em,
.section-17 .section-title em,
.section-28 .section-title em,
.section-33 .section-title em,
.section-48 .section-title em,
.section-logo .section-title em {
    display: block;
    text-align: center;
    font-size: 30px;
    padding-top: 0;
    color: #fff;
    font-style: italic;
}

/* section-title end */

