@charset "utf-8";

/* CSS Document */
body {
	/* background-color: #ccf4f7!important; */
}

.section {
	margin: 100px auto;
	width: 1200px;
}

.mod a {
	color: #444;
	transition: .5s;
}

.mod a:hover {
	color: #123c9e;
}

.mod .topic {
	height: 2rem;
	line-height: 2;
	text-align: justify;
	overflow: hidden;
}

.mod .topic a {
	color: #555;
}

.mod .topic a:hover {
	color: #123c9e;
}

.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: rgb(51 51 51 / .7)
}

.mod .inner-caption a {
	color: #eee;
}

.mod .inner-caption a:hover {
	color: #666;
}

.mod .abstract {
	font-size: 14px;
	line-height: 1.8;
	color: #888;
	overflow: hidden;
	text-align: justify;
	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,#123c9e 0%,#2f1078 100%);*/
	background-color: rgb(204 204 204 / .3);
	_position: relative;
	margin-bottom: 20px;
	border-bottom: 2px solid #f36e73;
}

.section-title em {
	font-style: normal;
	font-weight: 700;
	color: #333;
}

.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: rgb(0 153 255 / .2);
	color: #123c9e;
	transition: .3s;
}

/* page height begin */
#percentageCounter {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#percentageCounter h1 {
	font-size: 14px;
	color: rgb(51 51 51 / .2);
	font-weight: 100;
}

/* page height end */

/* 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 rgb(51 51 51 / .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;
	position: relative;
	overflow: hidden;
}

.phd video {
    width: 1920px;
    height: 700px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    z-index: 9;
}

#page-pc-header {
	display: none;
}

.widthMain {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
}

.main {
	position: relative;
	padding-top: 60px;
	padding-bottom: 100px;
}

.main::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("bg_big01.jpg");
	/* background-image: linear-gradient(rgb(255 153 0 / .9), rgb(255 153 0 / .9)); */
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: -1;
	opacity: .7;
}

/* 背景图区域 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: #123c9e;
	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: #123c9e;
	padding: 0 15px 5px;
}

.section-3 .title:hover {
	color: #fff;
}

.section-3 .title:hover a {
	color: #fff;
	background-color: #123c9e;
}

.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-11 先进版 begin */
.section-11 {
	margin-top: 80px;
	margin-bottom: 100px;
	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: 780px;
	overflow: hidden;
	position: relative;
}

.section-11 .col-1 .pic img {
	width: 100%;
	height: 440px;
}

.section-11 .col-1 .title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(0deg, rgb(51 51 51 / .7) 0%, rgb(0 153 255 / 0) 90%);
	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: 16px;
	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: #ff8a00;
}

.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: rgb(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(76 126 237 / .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-1 .pic-list .mod-tile {
	position: relative;
	width: calc(100%/3 - 10px);
	margin-top: calc(10px*3 / 2);
	margin-left: calc(10px*3 / 2);
}

.section-11 .col-1 .pic-list .mod-tile:first-child {
	margin-left: 0;
}

.section-11 .col-1 .pic-list .mod-tile .media {
    width: 100%;
}

.section-11 .col-1 .pic-list .mod-tile .media a {
    display: block;
    overflow: hidden;
}

.section-11 .col-1 .pic-list .mod-tile .media a img {
    transition: .5s;
    display: block;
}
.section-11 .col-1 .pic-list .mod-tile .media img {
    width: 100%;
    height: auto;
}

.section-11 .col-1 .pic-list .mod-tile .abstract {
    display: none;
}

.section-11 .col-1 .pic-list .mod-tile .caption {
	font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    line-height: 1.6;
    font-weight: 400;
}

.section-11 .col-1 .pic-list .mod-tile .caption a {
    color: #fff;
	overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section-11 .col-1 .pic-list .mod-tile .caption a:hover {
    color: #fff;
}

.section-11 .col-1 .pic-list .mod-tile .inner-caption {
    bottom: -60px;
}

.section-11 .col-1 .pic-list .mod-tile:hover .inner-caption {
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.section-11 .col-2 {
	width: 390px;
	height: 440px;
	margin-left: 30px;
	/* overflow-x: hidden;
	overflow-y: auto; */
	overflow: hidden;
}

.section-11 .col-2 .scroll-box {
	padding-right: 10px;
}

.section-11 .col-2 .mod-topics {
	border-bottom: dashed 1px #d9d9d9;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.section-11 .col-2 .mod-topics:last-child {
	margin-bottom: 0;
}

.section-11 .col-2 .mod-topics .topic {
	font-size: 18px;
	font-weight: 700;
	height: auto;
	line-height: 1.6;
	color: #555;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.section-11 .col-2 .mod-topics .abstract {
	color: #888;
	margin-top: 5px;
	-webkit-line-clamp: 4;
	display: none;
}

.section-11 .col-2 .mod-topics:nth-child(-n+1) .topic {
	font-size: 22px;    
    -webkit-line-clamp: 3;
}

.section-11 .col-2 .mod-topics:nth-child(-n+1) .abstract {
	display: -webkit-box;
}

/* section-11 end */

/* section-17 begin */
.section-17 {
    position: relative;
    padding: 100px 0;
}

.section-17::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(bg_big01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: -1;
	opacity: 1;
}

.section-17 .unit {
	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);
}

.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: justify;
	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: 2;
}

.section-17 .mod-tile .caption a:hover {
	color: #123c9e;
}

.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: 3;
}

.section-17 .mod-tile .abstract a {
	color: #333;
	display: inline;
}

.section-17 .mod-tile .abstract a:hover {
	color: #123c9e;
}

.section-17 .mod-topics {
	padding-bottom: 10px;
	border-bottom: 1px dashed #fff;
	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: #fff;
}

.section-17 .mod-topics .topic a {
	color: #fff;
}

.section-17 .mod-topics .topic a:hover {
	color: #123c9e;
}

.section-17 .mod-topics .topic::after {
	content: "";
	display: block;
	width: 5px;
	height: 15px;
	background: #fff;
	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;
	display: none;
}

.section-17 .mod-topics .abstract a {
	color: #123c9e;
}

/* section-17 end */

/* section-44 begin */
.section-44 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.section-44 .unit {
	width: 100%;
	overflow: hidden;
}

.section-44 .swiper-container-pichp {
	position: relative;
	width: 1300px;
	/* margin: 0; */
	/* overflow: visible; */
	margin: 0 auto;
	overflow: hidden;
}

.section-44 .unitArea {
	display: grid;
	max-width: 1300px;
	padding-right: 10px;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	/* grid-template-rows: repeat(3, 295px); */
	grid-template-rows: repeat(3, 210px);
	grid-gap: 10px 10px;
	grid-auto-flow: row dense;
}

.section-44 .item {
	font-size: 18px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-around;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 0;
	overflow: hidden;
}

.section-44 .item-1 {
	background-color: #ef342a;
	grid-row: 1 / span 2;
	grid-column: 1 / span 2;
}

.section-44 .item-2 {
	background-color: #f68f26;
	grid-row-start: 1;
	grid-row-end: 2;
}

.section-44 .item-3 {
	background-color: #4ba946;
	grid-row-start: 2;
	grid-row-end: 2;
}

.section-44 .item-4 {
	background-color: #0376c2;
	grid-row: 1 / span 2;
}

.section-44 .item-5 {
	background-color: #c077af;
}

.section-44 .item-6 {
	background-color: #f8d29d;
}

.section-44 .item-7 {
	background-color: #b5a87f;
	grid-column-start: 2;
	grid-column-end: 1;
}

.section-44 .item-8 {
	background-color: #d0e4a9;
	grid-column-start: 2;
	grid-column-end: 4;
}

.section-44 .item-9 {
	background-color: #4dc7ec;
	grid-column-start: 4;
	grid-column-end: 4;
}

.section-44 .item-10 {
	background-color: #666;
	grid-row: 2 / span 2;
	grid-column: 5 / span 2;
}

.section-44 .item .caption {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 80px;
	padding: 15px;
	font-size: 18px;
	line-height: 1.64;
	font-weight: 400;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: linear-gradient(0deg, rgb(51 51 51 / .7) 0%, rgb(51 51 51 / .3) 80%, rgb(51 51 51 / 0) 100%);
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.section-44 .item:hover .caption {
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	background: linear-gradient(0deg, rgb(51 51 51 / .5) 0%, rgb(51 51 51 / .5) 80%, rgb(51 51 51 / .5) 100%);
}

.section-44 .item .caption a {
	display: block;
	color: #fff;
}

/* section-44 end */

/* section-75 begin */
.section-75 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.section-75 .unit {
	position: relative;
	padding: 100px 0;
}

.section-75 .unit::before {
	content: "";
    position: absolute;
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: #123c9e;
	background-image: url(bg_big02.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
    z-index: -1;
}

.section-75 .swiper-container-xbk7 {
	position: relative;
    width: 1200px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
	overflow: hidden;
}

.section-75 .mod-tile {
	position: relative;
}

.section-75 .mod-tile .media img {
	float: right;
	width: 800px;
	height: 450px;
}

.section-75 .mod-tile .contBox {
	width: 400px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	padding-left: 10px;
	padding-right: 60px;
}

.section-75 .mod-tile .caption {
	text-align: justify;
	font-size: 30px;
	line-height: 1.2;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.section-75 .mod-tile .caption a {
	color: #fff;
}

.section-75 .mod-tile .abstract {
	margin-top: 20px;
	color: #fff;
}

.section-75 .unit .swiper-button-prev,
.section-75 .unit .swiper-button-next {
	bottom: 0;
	top: auto;
	margin-top: 0;
	width: 60px;
	height: 60px;
	background-color: #516ec9;
}

.section-75 .unit .swiper-button-prev:hover,
.section-75 .unit .swiper-button-next:hover {
	background-color: rgb(76 126 237 / .7);
}

.section-75 .unit .swiper-button-prev {
	left: 340px;
}

.section-75 .unit .swiper-button-next {
	left: 400px;
}

/* section-75 end */

/* section-76 begin */
.section-76 {
    position: relative;
    padding: 150px 0 250px;
	overflow: hidden;
}

.section-76 .section-title {
	position: relative;
	z-index: 2;
}

.section-76 #holder {
	position: absolute;
	width: 100%;
	/* height: 2500px; */
	top: 0;
	left: 0;
}

.section-76 #holder canvas{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.section-76::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(bg_big01.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: -1;
	opacity: 1;
}

.section-76 .unit {
	position: relative;
	width: 1300px;
	padding: 0 50px;
	margin: 0 auto;
}

.section-76 .swiper-container-rwft {
	width: 100%;
	overflow: hidden;
}

.section-76 .swiper-slide {
	width: 290px;
	margin-right: 15px;
	overflow: hidden;
}

.section-76 .mod-tile .media img {
	float: right;
	width: 300px;
	height: 385px;
	display: none;
}

.section-76 .swiper-slide.on {
	width: 590px;
	background-color: #fff;
}

.section-76 .swiper-slide.on .mod-tile .media img {
	display: block;
}

.section-76 .mod-tile .contBox {
	width: 290px;
	height: 385px;
	padding: 50px 40px;
	overflow: hidden;
	background-color: #fff;
	position: relative;
}

.section-76 .mod-tile .contBox::after {
	content: "➞";
	position: absolute;
	left: 40px;
	bottom: 50px;
	font-size: 40px;
	width: 40px;
	height: 20px;
	line-height: .5;
}

.section-76 .mod-tile .caption {
	text-align: justify;
	font-size: 26px;
	line-height: 1.2;
	font-weight: 400;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.section-76 .mod-tile .caption a {
	color: #333;
}

.section-76 .mod-tile .subtit {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	color: #333;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	text-align: justify;
	padding-bottom: 15px;
}

.section-76 .mod-tile .subtit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	display: block;
	background-image: linear-gradient(to right, rgb(51 51 51 / 1) 20%, rgb(51 51 51 / .2) 20%);
}

.section-76 .mod-tile .abstract {
	margin-top: 20px;
	color: #333;
}

.section-76 .swiper-button-prev,
.section-76 .swiper-button-next {
	width: 40px;
	height: 80px;
	background-color: rgb(76 126 237 / .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-76 .swiper-button-prev {
	left: 0;
}

.section-76 .swiper-button-next {
	right: 0;
}

.section-76 .swiper-button-prev:hover,
.section-76 .swiper-button-next:hover {
	background-color: rgb(76 126 237 / .7);
	height: 140px;
}

.section-76 .swiper-button-prev,
.section-76 .swiper-button-next {
	opacity: 1;
}

.section-76 .swiper-container-1:hover .swiper-button-prev,
.section-76 .swiper-container-2:hover .swiper-button-prev {
	opacity: 1;
}

/* section-76 end */

/* wave begin */
.section-wave {
	margin-top: 100px;
}

.section-wave .editorial {
	display: block;
	width: 100%;
	height: 150px;
}

.section-wave .parallax>use {
	animation: move-forever 60s linear infinite;
}
	
.section-wave .parallax>use:nth-child(1) {
	animation-delay: -10s;
}
	
.section-wave .parallax>use:nth-child(2) {
	animation-delay: -10s;
	animation-duration: 40s;
}
	
.section-wave .parallax>use:nth-child(3) {
	animation-delay: -20s;
	animation-duration: 25s;
}
	
@keyframes move-forever {
	0% {
		transform: translate(-90px, 0%);
	}
	100% {
		transform: translate(85px, 0%);
	}
}

/* wave 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: #123c9e 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: #123c9e;
	/*padding:20px 0 40px;*/
}

.footer {
	padding: 50px 0;
	background: #123c9e;
	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: #123c9e;
	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: rgb(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: rgb(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: #123c9e;
	color: #fff;
	border-color: #123c9e;
}

.xpage-more-btn:hover a {
	color: #fff;
}

/* xpage end */

/* section-title begin */
.section-11 .section-title,
.section-17 .section-title,
.section-44 .section-title,
.section-75 .section-title,
.section-76 .section-title {
	width: 550px;
	height: 150px;
	line-height: 150px;
	text-indent: 100px;
	background: url("section-title-bg.png") center center no-repeat;
	background-size: 90%;
	border-bottom: 0;
	margin: 0 auto 40px;
}

.section-11 .section-title em,
.section-17 .section-title em,
.section-44 .section-title em,
.section-75 .section-title em,
.section-76 .section-title em {
	display: block;
	text-align: left;
	font-size: 40px;
	padding-top: 0;
	color: #fff;
	/* font-style: italic; */
	/* text-shadow: rgb(240 110 115 / 100%) 0 5px 6px, rgb(240 110 115 / 80%) 5px 5px 5px; */
    -webkit-background-clip: text;
	letter-spacing: 3px;
}

/* section-title end */


/* 111111 */
@media screen and (max-width:768px) {
	.phd {
		margin-top: 0;
		height: auto;
	}

	.phd img {
		width: 100%;
		height: auto;
	}

	/* 手机导航 begin */
	#mobileHeader {
		width: 100%;
		line-height: 0;
		background: #eee url("//www.news.cn/world/2015/images/bgSjTop.png") 0 0 no-repeat;
		-webkit-background-size: 100% 45px;
		background-size: 100% 45px;
		position: relative;
		display: block;
        /* position: fixed; */
	}

	#mobileHeader .logo {
		display: block;
		width: 1.3rem;
		height: .9rem;
		background: url("//www.news.cn/world/2015/images/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/world/2015/images/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/world/2015/images/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: #333;
		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 */

	.widthMain {
		width: 100%;
		margin: .4rem auto;
		padding: 0 .2rem;
	}

	.section {
		width: 100%;
		margin: .4rem auto;
		padding: 0 .2rem;
	}

	.main {
		position: relative;
		padding-top: .4rem;
		padding-bottom: .4rem;
	}
	
	.main::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url("bg_big02_1.jpg");
		/* background-image: linear-gradient(rgb(255 153 0 / .9), rgb(255 153 0 / .9)); */
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		z-index: -1;
		opacity: .4;
	}

    /* section-3 begin */
	.section-3 {
		margin-top: .4rem;
	}

	.section-3 .title {
		color: #123c9e;
		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: #123c9e;
		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 */

    /* section-11 begin */
	.section-11 {
		margin-top: 0;
		position: relative;
		overflow: hidden;
		font-size: 0;
		+word-spacing: -1px;
	}

	.section-11 .focus {
		position: absolute;
		top: 60px;
		right: -43px;
		z-index: 2;
		display: none;
	}

	.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: 100%;
		overflow: hidden;
		position: relative;
	}

	.section-11 .col-1 .pic img {
		width: 100%;
		height: 4.4rem;
	}

	.section-11 .col-1 .title {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		background-image: linear-gradient(0deg, rgb(51 51 51 / .7) 0%, rgb(0 153 255 / 0) 90%);
		color: #fff;
		padding: .1rem 1.2rem .1rem .2rem;
		line-height: 1.6;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.section-11 .col-1 .title .b-title {
		font-size: .28rem;
		font-weight: 700;		
	}

	.section-11 .col-1 .title .b-txt {
		font-size: .28rem;
		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: .1rem;
		right: .2rem;
		left: auto;
		width: auto;
		color: #fff;
		font-size: .36rem;
		opacity: 1;
	}

	.section-11 .swiper-pagination-fraction .swiper-pagination-current {
		color: #ff8a00;
	}

	.section-11 .swiper-pagination-fraction .swiper-pagination-total {
		font-size: .28rem;
	}

	.section-11 .swiper-button-prev,
	.section-11 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgb(51 51 51 / .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		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(76 126 237 / .7);
		height: 1.4rem;
	}

	.section-11 .swiper-pagination-fraction,
	.section-11 .swiper-button-prev,
	.section-11 .swiper-button-next {
		opacity: 1;
	}

	.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: 100%;
		height: auto;
		margin-left: 0;
		margin-top: .2rem;
	}

	.section-11 .col-2 .mod-topics {
		border-bottom: dashed 1px #d9d9d9;
		margin-bottom: .2rem;
		padding-bottom: .2rem;
	}

	.section-11 .col-2 .mod-topics:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}

	.section-11 .col-2 .mod-topics .topic {
		font-size: .32rem;
		font-weight: 700;
		height: auto;
		line-height: 1.4;
		color: #555;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
	}

	.section-11 .col-2 .mod-topics .topic a {
		color: #555;
	}

	.section-11 .col-2 .mod-topics .abstract {
		color: #888;
		margin-top: .1rem;
		-webkit-line-clamp: 5;
		display: none;
	}

	.section-11 .col-2 .mod-topics:nth-child(-n+1) .topic {
		font-size: .32rem;
		line-height: 1.6;
	}

	.section-11 .col-2 .mod-topics:nth-child(-n+1) .abstract {
		display: none;
	}

	/* section-11 end */

	/* section-17 */
	.section-17 {
		position: relative;
		padding: .4rem .2rem;
	}

	.section-17::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(bg_big01.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		z-index: -1;
		opacity: 1;
	}

	.section-17 .unit {
		width: 100%;
		margin: 0 auto;
	}

	.section-17 .mod-tile {
		width: calc(100%/2 - .1rem);
		margin-left: calc(.1rem*2 / 1);
		margin-bottom: calc(.1rem*2 / 1);
	}

	.section-17 .mod-tile:nth-child(3n+1) {
		margin-left: calc(.1rem*2 / 1);
	}

	.section-17 .mod-tile:nth-child(2n+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.6;
		font-size: .32rem;
		text-align: justify;
		margin-top: .2rem;
		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: 2;
	}

	.section-17 .mod-tile .abstract {
		text-align: justify;
		margin-top: .1rem;
		color: #888;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		display: none;
	}

	.section-17 .mod-tile .abstract a {
		color: #333;
		display: inline;
	}

	.section-17 .mod-tile .abstract a:hover {
		color: #123c9e;
	}

	.section-17 .mod-topics {
		padding-bottom: .1rem;
		border-bottom: 1px dashed #fff;
		width: 100%;
		margin-left: 0;
		margin-bottom: .2rem;
	}

	.section-17 .mod-topics:nth-child(2n+1) {
		margin-left: 0;
	}

	.section-17 .mod-topics:nth-last-child(-n+2) {
		margin-bottom: .2rem;
	}

	.section-17 .mod-topics:last-child {
		margin-bottom: 0;
	}

	.section-17 .mod-topics .topic {
		height: inherit;
		line-height: 1.6;
		font-size: .32rem;
		position: relative;
		padding-left: .3rem;
		color: #fff;
	}

	.section-17 .mod-topics .topic a {
		color: #fff;
	}

	.section-17 .mod-topics .topic a:hover {
		color: #123c9e;
	}

	.section-17 .mod-topics .topic::after {
		content: "";
		display: block;
		width: .1rem;
		height: .3rem;
		background: #fff;
		position: absolute;
		left: 0;
		top: .1rem;
	}

	.section-17 .mod-topics .abstract {
		font-size: .28rem;
		line-height: 1.6;
		margin-top: 0;
		color: #888;
		padding-left: .2rem;
		text-align: justify;
		-webkit-line-clamp: 2;
		display: none;
	}

	.section-17 .mod-topics .abstract a {
		color: #123c9e;
	}

	/* section-17 end */

    /* section-44 begin */
	.section-44 {
		margin-top: .4rem;
		margin-bottom: .4rem;
		padding: 0 .2rem;
	}

	.section-44 .unit {
		width: 100%;
		overflow: hidden;
	}

	.section-44 .swiper-container-pichp {
		position: relative;
		width: 180%;
		margin: 0;
		overflow: visible;
	}

	.section-44 .unitArea {
		display: grid;
		max-width: 100%;
		padding-right: .1rem;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-rows: repeat(3, 2.15rem);
		grid-gap: .1rem .1rem;
		grid-auto-flow: row dense;
		/* grid-template-areas: 
			"item-1 item-1 item-2 item-4 item-5 item-6"
			"item-1 item-1 item-3 item-4 item-7 item-7"
			"item-8 item-9 item-9 item-10 item-7 item-7"; */
	}

	.section-44 .item {
		font-size: .28rem;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: space-around;
		position: relative;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 0;
		overflow: hidden;
	}

	.section-44 .item-1 {
		background-color: #ef342a;
		grid-row: 1 / span 2;
		grid-column: 1 / span 2;
	}

	.section-44 .item-2 {
		background-color: #f68f26;
		grid-row-start: 1;
		grid-row-end: 2;
	}

	.section-44 .item-3 {
		background-color: #4ba946;
		grid-row-start: 2;
		grid-row-end: 2;
	}

	.section-44 .item-4 {
		background-color: #0376c2;
		grid-row: 1 / span 2;
	}

	.section-44 .item-5 {
		background-color: #c077af;
	}

	.section-44 .item-6 {
		background-color: #f8d29d;
	}

	.section-44 .item-7 {
		background-color: #b5a87f;
		grid-column-start: 2;
		grid-column-end: 1;
	}

	.section-44 .item-8 {
		background-color: #d0e4a9;
		grid-column-start: 2;
		grid-column-end: 4;
	}

	.section-44 .item-9 {
		background-color: #4dc7ec;
		grid-column-start: 4;
		grid-column-end: 4;
	}

	.section-44 .item-10 {
		background-color: #666;
		grid-row: 2 / span 2;
		grid-column: 5 / span 2;
	}

	.section-44 .item .caption {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1.1rem;
		padding: .1rem;
		font-size: .28rem;
		line-height: 1.64;
		font-weight: 400;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: linear-gradient(0deg, rgb(51 51 51 / .7) 0%, rgb(51 51 51 / .3) 80%, rgb(51 51 51 / 0) 100%);
		color: #fff;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;

		-webkit-transition: all .4s ease-in-out;
		-moz-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
	}

	.section-44 .item:hover .caption {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;

		background: linear-gradient(0deg, rgb(51 51 51 / .5) 0%, rgb(51 51 51 / .5) 80%, rgb(51 51 51 / .5) 100%);
	}

	.section-44 .item .caption a {
		display: block;
		color: #fff;
	}

	/* section-44 end */

	/* section-75 begin */
	.section-75 {
		margin-top: .4rem;
		margin-bottom: .4rem;
	}

	.section-75 .unit {
		position: relative;
		padding: .8rem .5rem 0;
	}

	.section-75 .unit::before {
		content: "";
		position: absolute;
		width: 100%;
		height: 50%;
		top: 0;
		bottom: 0;
		left: 0;
		background-color: #123c9e;
		z-index: -1;
	}

	.section-75 .swiper-container-xbk7 {
		position: relative;
		width: 100%;
		height: 100%;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}

	.section-75 .mod-tile {
		position: relative;
	}

	.section-75 .mod-tile .media img {
		float: inherit;
		width: 100%;
		height: 4rem;
	}

	.section-75 .mod-tile .contBox {
		width: 100%;
		position: initial;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		padding: .4rem;
		background-color: #f5f5f5;
	}

	.section-75 .mod-tile .caption {
		text-align: justify;
		font-size: .4rem;
		line-height: 1.2;
		font-weight: 700;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	.section-75 .mod-tile .caption a {
		color: #333;
	}

	.section-75 .mod-tile .abstract {
		margin-top: .2rem;
		color: #333;
	}

	.section-75 .unit .swiper-button-prev,
	.section-75 .unit .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgb(51 51 51 / .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-200%);
		transform: translateY(-200%);
	}

	.section-75 .unit .swiper-button-prev {
		left: 0;
	}

	.section-75 .unit .swiper-button-next {
		left: inherit;
		right: 0;
	}

	.section-75 .unit .swiper-button-prev:hover,
	.section-75 .unit .swiper-button-next:hover {
		background-color: rgb(76 126 237 / .7);
		height: 1.4rem;
		-webkit-transform: translateY(-180%);
		transform: translateY(-180%);
	}

	.section-75 .unit .swiper-button-prev,
	.section-75 .unit .swiper-button-next {
		opacity: 1;
	}

	.section-75 .swiper-container-xbk7:hover .swiper-button-prev,
	.section-75 .swiper-container-xbk7:hover .swiper-button-next {
		opacity: 1;
	}

	/* section-75 end */

	/* section-76 begin */
	.section-76 {
		position: relative;
		padding: .6rem .2rem;
		overflow: hidden;
	}

	.section-76 .section-title {
		position: relative;
		z-index: 2;
	}

	.section-76 #holder {
		position: absolute;
		width: 100%;
		/* height: 2500px; */
		top: 0;
		left: 0;
	}

	.section-76 #holder canvas{
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
	}

	.section-76::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-image: url(bg_big01.png);
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
		z-index: -1;
		opacity: 1;
	}

	.section-76 .unit {
		position: relative;
		width: 100%;
		padding: 0;
		margin: 0 auto;
	}

	.section-76 .swiper-container-rwft {
		width: 100%;
		overflow: hidden;
	}

	.section-76 .swiper-slide {
		width: 5.8rem;
		margin-right: .3rem;
		overflow: hidden;
	}

	.section-76 .mod-tile .media {
		position: relative;
	}

	.section-76 .mod-tile .media img {
		position: absolute;
		left: 50%;
		top: 7%;
		float: inherit;
		width: 4rem;
		height: 4rem;
		border-radius: 50%;
		display: block;
		z-index: 2;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	.section-76 .mod-tile .contBox {
		width: 100%;
		height: 11rem;
		padding: 5.5rem .6rem 2rem;
		overflow: hidden;
		background-color: #fff;
		position: relative;
	}

	.section-76 .mod-tile .contBox::after {
		content: "➞";
		position: absolute;
		left: .6rem;
		bottom: .6rem;
		font-size: .8rem;
		width: .8rem;
		height: .4rem;
		line-height: .5;
	}

	.section-76 .mod-tile .caption {
		text-align: justify;
		font-size: .44rem;
		line-height: 1.2;
		font-weight: 700;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.section-76 .mod-tile .caption a {
		color: #333;
	}

	.section-76 .mod-tile .subtit {
		position: relative;
		font-size: .32rem;
		font-weight: 400;
		margin-top: .2rem;
		color: #333;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		text-align: justify;
		padding-bottom: .3rem;
	}

	.section-76 .mod-tile .subtit::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: .08rem;
		display: block;
		background-image: linear-gradient(to right, rgb(51 51 51 / 1) 20%, rgb(51 51 51 / .2) 20%);
	}

	.section-76 .mod-tile .abstract {
		font-size: .28rem;
		margin-top: .4rem;
		color: #333;
	}

	.section-76 .swiper-button-prev,
	.section-76 .swiper-button-next {
		width: .6rem;
		height: 1.2rem;
		background-color: rgb(76 126 237 / .7);
		padding: .2rem 0;
		-webkit-transition: all .4s ease-in-out;
		transition: all .4s ease-in-out;
		background-size: .2rem .36rem;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.section-76 .swiper-button-prev {
		left: 0;
	}

	.section-76 .swiper-button-next {
		right: 0;
	}

	.section-76 .swiper-button-prev:hover,
	.section-76 .swiper-button-next:hover {
		background-color: rgb(76 126 237 / .7);
		height: 1.4rem;
	}

	.section-76 .swiper-button-prev,
	.section-76 .swiper-button-next {
		opacity: 1;
	}

	.section-76 .swiper-container-1:hover .swiper-button-prev,
	.section-76 .swiper-container-2:hover .swiper-button-prev {
		opacity: 1;
	}

	/* section-76 end */

	/* wave begin */
	.section-wave {
		margin-top: .4rem;
	}

	.section-wave .editorial {
		display: block;
		width: 100%;
		height: 1.2rem;
	}

	.section-wave .parallax>use {
		animation: move-forever 60s linear infinite;
	}
		
	.section-wave .parallax>use:nth-child(1) {
		animation-delay: -10s;
	}
		
	.section-wave .parallax>use:nth-child(2) {
		animation-delay: -10s;
		animation-duration: 40s;
	}
		
	.section-wave .parallax>use:nth-child(3) {
		animation-delay: -20s;
		animation-duration: 25s;
	}
		
	@keyframes move-forever {
		0% {
			transform: translate(-1.8rem, 0%);
		}
		100% {
			transform: translate(1.7rem, 0%);
		}
	}

	/* wave end */

    /* RTools begin */
	.RTools {
		width: .8rem;
		bottom: 1.4rem;
	}

	.RTools .qrcode {
		display: none;
	}

	.RTools .gototop {
		width: .8rem;
		height: .8rem;
	}

	/* RTools end */

	/* Copyright begin */
	#bottomBody {
		background: #123c9e;
		color: #fff;
	}

	.adBottom {
		background: #123c9e;
		padding: .4rem 0;
	}

	.footer {
		padding: .4rem .3rem;
		background: #123c9e;
		text-align: center;
		/*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 */

	/* 区块more begin */
	.btn-more {
		margin: .4rem auto 0;
		width: 2.4rem;
	}

	.btn-h-e {
		font-size: .28rem;
		border-radius: .1rem;
		color: #fff;
		letter-spacing: 0;
		line-height: 1;
		background-color: #123c9e;
		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: .3rem 0;
		-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: 3rem;
		height: 3rem;
		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: rgb(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: 3rem;
		height: 3rem;
		content: "»";
		font-size: .8rem;
		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: rgb(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: 2.6rem;
		text-align: center;
		margin: .6rem auto .4rem;
		padding: .06rem 0;
		border: 1px solid #bbb;
		line-height: .7rem;
		border-radius: .1rem;
		cursor: pointer;
		background: #eee;
		font-size: .28rem;
	}

	.xpage-more-btn a {
		color: #333;
	}

	.xpage-more-btn:hover {
		background: #123c9e;
		color: #fff;
		border-color: #123c9e;
	}

	.xpage-more-btn:hover a {
		color: #fff;
	}

	/* xpage end */

	/* section-title begin */
    .section-11 .section-title,
	.section-17 .section-title,
	.section-44 .section-title,
	.section-75 .section-title,
    .section-76 .section-title {
		width: 100%;
		height: 1.6rem;
		line-height: 1.6rem;
		text-indent: 1.3rem;
		background-image: url("section-title-bg.png");
		background-position: 50% 50%;
		background-repeat: no-repeat;
		background-size: 100%;
		border-bottom: 0;
		margin: 0 auto .4rem;
	}

    .section-11 .section-title em,
	.section-17 .section-title em,
	.section-44 .section-title em,
	.section-75 .section-title em,
    .section-76 .section-title em {
		display: block;
		text-align: left;
		font-size: .52rem;
		padding-top: 0;
		color: #fff;
		/* font-style: italic;
		text-shadow: rgb(240 110 115 / 100%) 0 5px 6px, rgb(240 110 115 / 80%) .1rem .1rem .1rem; */
		-webkit-background-clip: text;
		letter-spacing: .04rem;
	}

	/* section-title end */
}
