@charset "utf-8";

@font-face {
	font-family: "Luzia-Regular-2";
	src: url(fonts/Luzia-Regular-2.otf);
}
@font-face {
	font-family: "Luzia-RegularItalic-3";
	src: url(fonts/Luzia-RegularItalic-3.otf);
}

/*bootstrap4 一行五列补充*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-1-5 {
	flex: 0 0 20%;
	max-width: 20%;
	-ms-flex: 0 0 20%;
}

@media (min-width: 576px) {
	.col-sm-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 768px) {
	.col-md-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 992px) {
	.col-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 1200px) {
	.col-xl-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
 /*bootstrap4 一行五列补充 end*/

/* 一行五列 */
@media (min-width: 992px) {
	.col-lg-bfb-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(20% - 12px);
		-ms-flex: 0 0 calc(20% - 12px);
		flex: 0 0 calc(20% - 12px);
		max-width: calc(20% - 12px);
		margin-right: 15px;
	}
	.col-lg-bfb-20:nth-last-of-type(1) {
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.col-xl-bfb-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(20% - 24px);
		-ms-flex: 0 0 calc(20% - 24px);
		flex: 0 0 calc(20% - 24px);
		max-width: calc(20% - 24px);
		margin-right: 30px;
	}

	.col-xl-bfb-20:nth-last-of-type(1) {
		margin-right: 0;
	}
}
/* 一行五列 end */

body {
	font-family: Arial, "微软雅黑", "microsoft yahei" !important;
	min-width: 320px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	background: #0d1114;
	color: #dadada;
}

h1,
h2,
h3,
h4,
h5,
a,
p {
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}

li {
	font-size: 14px;
}

p,
a {
	text-decoration: none !important;
	font-size: 14px;
}

.over-img {
	overflow: hidden;
	position: relative;
}

.eli-padd {
	padding-left: 0;
	padding-right: 0;
}

.xysimg {
	height: 0;
	position: relative;
	overflow: hidden;
}

.xysimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: block;
}

.default-align-right {
	text-align: right;
}

.default-padd-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.default-padd-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.default-padd-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.padd-bottom-0 {
	padding-bottom: 0 !important;
}

.default-container {
	max-width: 1680px;
	margin: 0 auto;
}

.default-ny-container {
	max-width: 1440px;
	margin: 0 auto;
}

.default-index-container {
	max-width: 1680px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.default-padd-30 {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*模块上下边距*/
.container-padd-tb150 {
	padding-top: 150px;
	padding-bottom: 150px;
}
.container-padd-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.container-padd-tb90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.container-padd-tb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.container-padd-tb70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.container-padd-tb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.container-padd-tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.container-padd-t100 {
	padding-top: 100px;
}

.container-padd-t90 {
	padding-top: 90px;
}

.container-padd-t80 {
	padding-top: 80px;
}

.container-padd-t70 {
	padding-top: 70px;
}

.container-padd-t60 {
	padding-top: 60px;
}

.container-padd-t50 {
	padding-top: 50px;
}

.container-padd-b100 {
	padding-bottom: 100px;
}

.container-padd-b90 {
	padding-bottom: 90px;
}

.container-padd-b80 {
	padding-bottom: 80px;
}

.container-padd-b70 {
	padding-bottom: 70px;
}

.container-padd-b60 {
	padding-bottom: 60px;
}

.container-padd-b50 {
	padding-bottom: 50px;
}

@media screen and (max-width: 1680px) {
	.container-padd-tb100 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.container-padd-t100 {
		padding-top: 90px;
	}

	.container-padd-b100 {
		padding-bottom: 90px;
	}
}

@media screen and (max-width: 1440px) {

	.container-padd-tb100,
	.container-padd-tb90 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.container-padd-t100,
	.container-padd-t90 {
		padding-top: 80px;
	}

	.container-padd-b100,
	.container-padd-b90 {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1280px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80 {
		padding-top: 70px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80 {
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 1199px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70 {
		padding-top: 60px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70 {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 991px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60 {
		padding-top: 50px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 40px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 575px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 30px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 30px;
	}
}

/*模块上下边距 end*/

/*元素边距*/
.model-padd-t10 {
	padding-top: 10px;
}

.model-padd-t20 {
	padding-top: 20px;
}

.model-padd-t30 {
	padding-top: 30px;
}

.model-padd-t40 {
	padding-top: 40px;
}

.model-padd-t50 {
	padding-top: 50px;
}

.model-padd-t60 {
	padding-top: 60px;
}

.model-padd-t70 {
	padding-top: 70px;
}

.model-padd-t80 {
	padding-top: 80px;
}

.model-padd-b10 {
	padding-bottom: 10px;
}

.model-padd-b20 {
	padding-bottom: 20px;
}

.model-padd-b30 {
	padding-bottom: 30px;
}

.model-padd-b40 {
	padding-bottom: 40px;
}

.model-padd-b50 {
	padding-bottom: 50px;
}

.model-padd-b60 {
	padding-bottom: 60px;
}

.model-padd-b70 {
	padding-bottom: 70px;
}

.model-padd-b80 {
	padding-bottom: 80px;
}


.model-padd-l10 {
	padding-left: 10px;
}

.model-padd-l20 {
	padding-left: 20px;
}

.model-padd-l30 {
	padding-left: 30px;
}

.model-padd-l40 {
	padding-left: 40px;
}

.model-padd-l50 {
	padding-left: 50px;
}

.model-padd-l60 {
	padding-left: 60px;
}

.model-padd-l70 {
	padding-left: 70px;
}

.model-padd-r10 {
	padding-right: 10px;
}

.model-padd-r20 {
	padding-right: 20px;
}

.model-padd-r30 {
	padding-right: 30px;
}

.model-padd-r40 {
	padding-right: 40px;
}

.model-padd-r50 {
	padding-right: 50px;
}

.model-padd-r60 {
	padding-right: 60px;
}

.model-padd-r70 {
	padding-right: 70px;
}

.model-margin-l-60{
	margin-left: -60px;
}
.model-margin-r-60{
	margin-right: -60px;
}
@media screen and (max-width: 1680px) {
	.model-padd-t80 {
		padding-top: 70px;
	}

	.model-padd-b80 {
		padding-bottom: 70px;
	}

	.model-padd-l70 {
		padding-left: 55px;
	}

	.model-padd-r70 {
		padding-right: 55px;
	}
}

@media screen and (max-width: 1440px) {
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 60px;
	}

	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 60px;
	}

	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 40px;
	}

	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 40px;
	}
	
	.model-margin-l-60{
		margin-left: -40px;
	}
	
	.model-margin-r-60{
		margin-right: -40px;
	}
}

@media screen and (max-width: 1199px) {

	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 50px;
	}

	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 50px;
	}

	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 25px;
	}

	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 25px;
	}
	
	.model-margin-l-60{
		margin-left: -25px;
	}
	
	.model-margin-r-60{
		margin-right: -25px;
	}
}

@media screen and (max-width: 991px) {

	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 40px;
	}

	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 40px;
	}

	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: -10px;
	}
	
	.model-margin-r-60{
		margin-right: -10px;
	}
}

@media screen and (max-width: 767px) {

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 30px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 30px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left:15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: 0;
	}
	
	.model-margin-r-60{
		margin-right: 0;
	}
}

@media screen and (max-width: 575px) {
	.model-padd-t30 {
		padding-top: 15px;
	}

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 25px;
	}

	.model-padd-b30 {
		padding-bottom: 15px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 25px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
}

/*元素边距 end*/

/*编辑版开始*/
.bjb {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.bjb.padd0{
	padding-top: 0;
	padding-bottom: 0;
}

.bjb img {
	max-width: 100%;
	height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p {
	color: #adadad;
}

.bjb p {
	line-height: 2em;
	font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1366px) {
	.bjb {
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.bjb {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*编辑版结束*/
@media screen and (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 575px) {
	.hidden-xs {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

.bgcolor1{
	background-color: #fbf9f8;
}
.bgcolor2{
	background-color: #faf3e5;
	background-color: #1f1f1f;
}
.bgcolor3{
	background-color: #f7eedd;
}
.bgcolor4{
	background-color: #222222;
}
.bgcolor5{
	background-color: #000000;
}
.bgcolor6{
	background-color: #000000;
}
.bgcolor7{
	border-bottom: 1px solid #868686;
}
.bgcolor8{
	background-color: #f8f8f8;
}

.bgimg1 {
	background-image: url(../images/ycl_mt_011A.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background: #020202;
	background-image: url(../images/bg5.jpg);
}
.bgimg2 {
	background-image: url(../images/ycl_mt_013.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	background-image: url(../images/rongbg.jpg);
}
.bgimg3 {
	background-image: url(../images/ycl_mt_021.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg4{
	background-image: url(../images/ycl_mt_041.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #333;
}
.bgimg5{
	background-image: url(../images/ycl_mt_043.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}
.bgimg6{
	background-image: url(../images/ycl_mt_047.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg7{
	background-image: url(../images/ycl_mt_048.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}



/*分页开始*/
.paging {
	margin: 0 auto;
}
.paging-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.paging-list li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.paging-list li a {
	padding: 12px 15px;
	/* border: 1px solid #cccccc; */
	/* background-color: #fff; */
	color: #868686;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}

.paging-list li a:hover {
	border: 1px solid #565656;
	background-color: #ddd;
	color: #313131;
}

.paging-list li.active a {
	border: 1px solid #333;
	background-color: #565656;
	color: #fff;
}

.paging-list .input-box {
	margin-left: 20px;
}

.paging-list .input-box input {
	padding: 6px 10px 8px;
	width: 60px;
	border: 1px solid #dfdfdf;
	text-align: center;
	outline: none;
	font-size: 14px;
	vertical-align: top;
}

.paging-list .input-box span {
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 991px) {
	.paging-list li {
		margin-left: 5px;
		margin-right: 5px;
	}
	.paging-list li a {
		padding: 5px 10px;
	}
	.paging-list .input-box input {
		padding: 5px 10px;
	}
	.paging-list .input-box {
		margin-left: 10px;
	}
	.paging {
		margin: 15px auto;
	}
}
@media screen and (max-width: 767px) {
	.paging-list li {
		margin-left: 0;
		margin-right: 0;
	}
}
/*分页结束*/

/*视频背景*/
#bg-video-box .banner-center-text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#bg-video-box .banner-center-text .btn-box{
	margin-top: 50px;
}
#bg-video-box .banner-center-text .btn-box>a{
	display: inline-block;
}
#bg-video-box .hotspot-box{
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	bottom: 0;
}
#bg-video-box .bg-video-icon{
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	cursor: pointer;
}
#bg-video-box .bg-video-icon.active {
	transform: translate(-50%,15%);
}
#bg-video-box .bg-video-icon .text{
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px;
}
/*视频背景 end*/

/* 头部导航 */
.pc-header-height-div{
	height: 73px;
}
.pc-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	transition: all .5s;
	padding-left: 30px;
	padding-right: 30px;
}
.pc-header.ny-pc-header{
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header.scroll{
	transition: all .5s;
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	right: 0;
	background-color: #005bca;
	opacity: 0;
	transition: all 0.3s;
}
.pc-header.active{
	border-bottom: 1px solid rgba(245,245,245,0);
}
.pc-header.active::after{
	opacity: 1;
	transition: all 0.5s;
}
.pc-header-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0;
	z-index: 999;
}
.pc-header-bg .top-bgcolor{
	background-color: #fff;
	height: 40%;
	background-image: url(../images/gdjqr_008.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	min-height: 430px;
	padding-left: 30px;
	padding-right: 30px;
}
.pc-header-bg .top-bgcolor .posi-text-box{
	max-width: 1830px;
	margin: 0 auto;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 350px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box p{
	color: #424242;
	margin-bottom: 5px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box::after{
	content: "";
	position: absolute;
	top: -35px;
	left: 0;
	display: inline-block;
	height: 2px;
	width: 36px;
	background-color: #424242;
}
.pc-header-bg .bottom-bgcolor{
	background-color: rgba(0,0,0,0.7);
	height: 60%;
}
.pc-header .left{
	width: 175px;
	height: 38px;
}
.pc-header .left .logo{
	position: relative;
	width: 175px;
	height: 38px;
	display: inline-block;
}
.pc-header .left .logo::after{
	content: "";
	background-image: url(../images/ycl_mt_001-a--.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 282px;
	height: 59px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	transition: all .5s;
}
.pc-header.scroll .left .logo::after,
.pc-header.active .left .logo::after,
.pc-header.ny-pc-header .left .logo::after,
.pc-header .left .logo:hover::after{
	opacity: 0;
}
.pc-header .left .logo::before{
	content: "";
	background-image: url(../images/ycl_mt_001-a-.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 219px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .5s;
}
.pc-header.scroll .left .logo::before,
.pc-header.active .left .logo::before,
.pc-header.ny-pc-header .left .logo::before,
.pc-header .left .logo:hover::before{
	opacity: 1;
}
.pc-header .content{
	max-width: 1680px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}
.pc-header .right{
	width: calc(100% - 158px);
	text-align: right;
	font-size: 0;
}
.pc-header .right .level1{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .level1>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pc-header .right .level1>li>a{
	font-size: 16px;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 33px 30px;
	min-width: 134px;
	text-align: center;
}
.pc-header .right .level1>li>a>span{
	position: relative;
}
.pc-header .right .level1>li.active>a>span::after{
	content: "";
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -3px;
	width: 100%;
	height: 9px;
	background-color: #949494;
	z-index: -1;
	transition: all .5s;
}
.pc-header.active .right .level1>li.active>a>span::after,
.pc-header.scroll .right .level1>li.active>a>span::after,
.pc-header.ny-pc-header .right .level1>li.active>a>span::after{
	bottom: -10px;
	height: 7px;
}

.pc-header.active .right .level1>li>a,
.pc-header.scroll .right .level1>li>a,
.pc-header.ny-pc-header .right .level1>li>a{
	color: #666666;
	padding: 28px 30px;
}
.pc-header .right .level1>li:hover>a{
	color: #fff;
	background-color: #333;
}
.pc-header .right .level2 {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	opacity: 0;
	background-color: #333333;
	padding: 10px 0;
}
.pc-header .right .level2>li{
	text-align: left;
}
.pc-header .right .level2>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.pc-header .right .level2>li>a {
	display: block;
	padding: 13px 0px 13px 10px;
	text-decoration: none;
	color: #fff;
	position: relative;
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
}
.pc-header .right .level2>li>a::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	background-color: #a8bfdc;
	font-size: 0;
	line-height: 1em;
	vertical-align: middle;
	margin-right: 10px;
}
.pc-header .right .level2>li>a:hover {
	background-color: #212121;
}
.pc-header .right .en-box{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	transition: all .5s;
	position: relative;
}
.pc-header .right .en-box::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 15px;
	width: 1px;
	background-color: #fff;
	transition: all .5s;
}
.pc-header.active .right .en-box::after,
.pc-header.scroll .right .en-box::after,
.pc-header.ny-pc-header .right .en-box::after{
	background-color: #e4e4e4;
}
.pc-header .right .en-box a i{
	display: inline-block;
	margin-left: 30px;
	color: #fff;
	font-size: 22px;
	transition: all .5s;
}
.pc-header.active .right .en-box a i,
.pc-header.scroll .right .en-box a i,
.pc-header.ny-pc-header .right .en-box a i{
	color: #666666;
}
.pc-header .right .en-box a:hover i{
	color: #005bca;
}
.pc-header .right .en-box  .search{
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 1680px){
	.pc-header .right .level1>li>a{
		font-size: 16px;
		padding: 33px 25px;
	}
	.pc-header.active .right .level1>li>a,
	.pc-header.scroll .right .level1>li>a,
	.pc-header.ny-pc-header .right .level1>li>a{
		padding: 28px 30px;
	}
	.pc-header .right .en-box {
	    margin-left: 25px;
	}
}
@media screen and (max-width: 1440px){
	.pc-header .right .level1>li>a{
		font-size: 16px;
		padding: 30px 20px;
	}
	.pc-header.active .right .level1>li>a,
	.pc-header.scroll .right .level1>li>a, 
	.pc-header.ny-pc-header .right .level1>li>a {
	    padding: 25px 30px;
	}
	.pc-header .right .en-box {
	    margin-left: 20px;
	}
	.pc-header-height-div{
		height: 67px;
	}
}
@media screen and (max-width: 1280px){
	.pc-header .right .level1>li>a{
		font-size: 14px;
		padding: 25px 15px;
	}
	.pc-header.active .right .level1>li>a, 
	.pc-header.scroll .right .level1>li>a, 
	.pc-header.ny-pc-header .right .level1>li>a {
	    padding: 20px 30px;
	}
	.pc-header .right .en-box {
	    margin-left: 15px;
	}
	.pc-header .right .en-box a {
	    font-size: 14px;
	}
	.pc-header .right .en-box a .icon-btn_search {
	    font-size: 18px;
	}
	.pc-header .right {
	    width: calc(100% - 132px);
	}
	.pc-header-height-div{
		height: 55px;
	}
}
@media screen and (max-width: 991px){
	.pc-header-height-div{
		display: none;
	}
}

/*wap端导航*/
.wap-nav {
	padding: 15px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.wap-nav .logo {
	float: left;
	position: relative;
	font-size: 0;
}
.wap-nav .logo a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}
.wap-nav>div:nth-of-type(1) {
	position: relative;
}

.wap-search-box{
	position: absolute;
	top: 50%;
	right: 105px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.wap-search-box .icon-btn_search{
	font-size: 34px;
	color: #333333;
}
.nav-button {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
}

.wap-nav-listbox {
	display: none;
	border-top: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1,
.wap-nav-listbox .level2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wap-nav-listbox .level2 {
	display: none;
	background-color: #1E4FDB;
}

.wap-nav-listbox .level1>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 36px;
	display: block;
	color: #6b6b6b;
	border-bottom: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1>li>a>span {
	float: right;
	transition: all 0.3s;
}

.wap-nav-listbox .level1>li>a.active {
	color: #fff;
	background-color: #1E4FDB;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level1>li>a.active span {
	transform: rotate(90deg);
}

.wap-nav-listbox .level2>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 60px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level2>li>a:hover {
	color: #fff;
	background-color: #e9ba2c;
}

@media screen and (max-width: 767px) {
	.wap-search-box{
		right: 100px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 32px;
	}
}

@media screen and (max-width: 575px) {
	.wap-search-box{
		right: 95px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 28px;
	}
}


.wap-burger_menu{
	position: fixed;
	top: 62px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	z-index: 1;
	overflow-y: auto;
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: .65s;
    transition-delay: .65s;
}
.wap-burger_menu.active{
	height: calc(100% - 62px);
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu>.level1>li{
	display: block;
	padding: 15px 20px;
	width: 100%;
	
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	
	opacity: 0;
	
    transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
}
.wap-burger_menu.active>.level1>li{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	
	opacity: 1;
	
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-ms-transition: all 1s cubic-bezier(.19,1,.22,1);
}

.wap-burger_menu>.level1>li:nth-child(1){
	transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
}
.wap-burger_menu>.level1>li:nth-child(2){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}
.wap-burger_menu>.level1>li:nth-child(3){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}
.wap-burger_menu>.level1>li:nth-child(n+4){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}


.wap-burger_menu.active>.level1>li:nth-child(1){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}

.wap-burger_menu.active>.level1>li:nth-child(2){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

.wap-burger_menu.active>.level1>li:nth-child(3){
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
}
.wap-burger_menu.active>.level1>li:nth-child(n+4){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}


.wap-burger_menu .level1>li>a{
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 16px;
}
.wap-burger_menu .level1>li>a span{
	float: right;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level1>li.active{
	background-color: #efefef;
}
.wap-burger_menu .level1>li.active>a span{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.wap-burger_menu .level1>li>a .icon-jiantou{
	color: #cccccc;
}
.wap-burger_menu .level2{
	padding: 0;
	overflow: hidden;
	display: none;
	margin-top: 15px;
}
.wap-burger_menu .level2>li{
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 20px;
}
.wap-burger_menu .level2>li>a{
	color: #8d8d8d;
	display: inline-block;
    text-decoration: none;
    position: relative;
}
.wap-burger_menu .level2>li>a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #8d8d8d;
    -webkit-transition: width .5s cubic-bezier(.19,1,.22,1);
    transition: width .5s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level2>li>a:hover:after {
    width: 100%;
}

/*头部防遮挡*/
.wap-header-height-div{
	height: 62px;
}
/*头部防遮挡 end*/
/*wap端导航 end*/


.module-001{
	padding: 15px 105px 0;
	position: relative;
}
.module-001 .swiper-index-box1-container{
	overflow: hidden;
}
.module-001 .swiper-prev{
	position: absolute;
	top: 33%;
	left: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #dadada;
	cursor: pointer;
	transition: all .5s;
}
.module-001 .swiper-prev:hover{
	background-color: #252525;
	border: 1px solid #252525;
}
.module-001 .swiper-prev::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #c1bcbc;
	border-bottom: 1px solid #ececec;
	transform:translate(-25%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-001 .swiper-prev:hover::after{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform:translate(-100%,-50%) rotate(135deg);
}
.module-001 .swiper-next{
	position: absolute;
	top: 33%;
	right: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #dadada;
	cursor: pointer;
	transition: all .5s;
}
.module-001 .swiper-next:hover{
	background-color: #252525;
	border: 1px solid #252525;
}
.module-001 .swiper-next::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #c1bcbc;
	border-left: 1px solid #ececec;
	transform:translate(-75%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-001 .swiper-next:hover::after{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform:translate(0%,-50%) rotate(135deg);
}
@media screen and (max-width: 1440px) {
	.module-001 .swiper-next,
	.module-001 .swiper-prev{
		width: 55px;
		height: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-001{
		padding: 15px 80px 0;
	}
	.module-001 .swiper-next,
	.module-001 .swiper-prev{
		top: 33%;
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-001{
		padding: 30px 60px 0;
	}
	.module-001 .swiper-next,
	.module-001 .swiper-prev{
		top: 40%;
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-001{
		padding: 30px 55px 0;
	}
	.module-001 .swiper-next,
	.module-001 .swiper-prev{
		top: 40%;
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-001{
		padding: 30px 50px 0;
	}
	.module-001 .swiper-next,
	.module-001 .swiper-prev{
		top: 37%;
		width: 35px;
		height: 35px;
	}
	
}
@media screen and (max-width: 575px) {
	.module-001{
		padding: 30px 0px 0;
	}
}



.module-002 .tp{
	padding-bottom: 133.36%;
	transition: all .5s;
}
.module-002 a:hover .tp{
	transform: scale(1.05);
}
.module-002 .text {
	padding-top: 25px;
}
.module-002 .text .title{
	font-size: 18px;
	color: #333333;
	transition: all .5s;
}
.module-002 a:hover .text .title{
	color: #026487;
}
.module-002 .text .note{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	transition: all .5s;
}
.module-002 a:hover .text .note{
	color: #026487;
}
@media screen and (max-width: 991px) {
	.module-002 .text {
		padding-top: 20px;
	}
	.module-002 .text .title{
		font-size: 18px;
	}
	.module-002 .text .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.module-002 .text {
		padding-top: 15px;
	}
	.module-002 .text .title{
		font-size: 16px;
	}
	.module-002 .text .note{
		font-size: 12px;
	}
}




.module-002B .tp{
	padding-bottom: 133.36%;
	transition: all .5s;
}
.module-002B a:hover .tp{
	transform: scale(1.05);
}
.module-002B .text {
	padding-top: 25px;
}
.module-002B .text .title{
	font-size: 18px;
	color: #fff;
	transition: all .5s;
}
.module-002B a:hover .text .title{
	color: #ffffff;
	text-indent: 1em;
}
.module-002B .text .note{
	font-size: 14px;
	color: #eaeaea;
	margin-top: 10px;
	transition: all .5s;
}
.module-002B a:hover .text .note{
	color: #ffffff;
}
@media screen and (max-width: 991px) {
	.module-002B .text {
		padding-top: 20px;
	}
	.module-002B .text .title{
		font-size: 18px;
	}
	.module-002B .text .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.module-002B .text {
		padding-top: 15px;
	}
	.module-002B .text .title{
		font-size: 16px;
	}
	.module-002B .text .note{
		font-size: 12px;
	}
}

.module-003 .title .t1{
	font-size: 50px;
	color: #b7b7b7;
	font-family: "CORMORANTSC";
	vertical-align: middle;
}
.module-003 .title .t2{
	font-size: 24px;
	color: #666666;
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: text-top;
	line-height: 1em;
}
.module-003 .title .t3{
	font-size: 24px;
	color: #cccccc;
	vertical-align: text-top;
}
@media screen and (max-width: 1680px) {
	.module-003 .title .t1{
		font-size: 42px;
	}
}
@media screen and (max-width: 1440px) {
	.module-003 .title .t1{
		font-size: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-003 .title .t1{
		font-size: 38px;
	}
}
@media screen and (max-width: 1199px) {
	.module-003 .title .t1{
		font-size: 36px;
	}
}
@media screen and (max-width: 991px) {
	.module-003 .title .t1{
		font-size: 34px;
	}
	.module-003 .title .t2{
		font-size: 22px;
	}
	.module-003 .title .t3{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-003 .title .t1{
		font-size: 32px;
	}
	.module-003 .title .t2{
		font-size: 20px;
	}
	.module-003 .title .t3{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-003 .title .t1{
		font-size: 30px;
	}
	.module-003 .title .t2{
		font-size: 18px;
		margin-left: 15px;
	}
	.module-003 .title .t3{
		font-size: 18px;
	}
}



.module-004{
	padding-top: 90px;
}
.module-004 .title{
	font-size: 46px;
	color: #ffefcb;
	font-weight: bold;
}
.module-004 .note{
	font-size: 16px;
	color: #dcdcdc;
	margin-top: 15px;
	line-height: 1.75em;
}
@media screen and (max-width: 1440px) {
	.module-004{
		padding-top: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-004{
		padding-top: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.module-004{
		padding-top: 60px;
	}
	.module-004 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-004{
		padding-top: 50px;
	}
	.module-004 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-004{
		padding-top: 40px;
	}
	.module-004 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-004{
		padding-top: 30px;
	}
	.module-004 .title{
		font-size: 18px;
	}
	.module-004 .note{
		font-size: 12px;
		margin-top: 10px;
	}
}



.module-005 a{
	color: #cccccc;
	font-size: 18px;
}
.module-005 a:hover{
	color: #026487;
}
@media screen and (max-width: 767px) {
	.module-005 a{
		font-size: 16px;
	}
	.module-005 .img-fluid{
    width: 39%;
}
}
@media screen and (max-width: 575px) {
	.module-005 a{
		font-size: 14px;
	}
}



.module-005A a{
	display: block;
}
.module-005A a .tp{
	padding-bottom: 93%;
	transition: all .5s;
}
.module-005A a .tp::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(60, 60, 60, 0.6);
}
.module-005A a:hover .tp{
	transform: scale(1.05);
}
.module-005A a .text{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px;
	width: 100%;
}
.module-005A a .text .date{
	color: #ececec;
	font-size: 14px;
}
.module-005A a .text .title{
	color: #ffffff;
	font-size: 19px;
	/* margin-top: 15px; */
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.module-005A a .text .note{
	color: #cecece;
	font-size: 14px;
	margin-top: 15px;
	max-width: 500px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media screen and (max-width: 1680px) {
	.module-005A a .text{
		padding: 15px 10px 10px;
	}
}
@media screen and (max-width: 1440px) {
	.module-005A a .text{
		padding: 15px 10px 10px;
	}
}
@media screen and (max-width: 1280px) {
	.module-005A a .text .title{
		font-size: 18px;
	}
	.module-005A a .text{
		padding: 15px 10px 10px;
	}
}
@media screen and (max-width: 1199px) {
	.module-005A a .text .title{
		font-size: 24px;
	}
	.module-005A a .text{
		padding: 15px 10px 10px;
	}
	.col-xl-3a {
	    width: 20%;
	}
}
@media screen and (max-width: 991px) {
	.module-005A a .text .title{
		font-size: 22px;
	}
	.module-005A a .text{
		padding: 15px 10px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-005A a .text .title{
		font-size: 20px;
	}
	.module-005A a .text{
		padding: 15px 40px 40px;
		display: none;
	}
}
@media screen and (max-width: 575px) {
	.module-005A a .text .title{
		font-size: 16px;
		margin-top: 10px;
		font-weight: bold;
	}
	.module-005A a .text{
		padding: 15px 30px 30px;
	}
}



.module-006{
	margin-bottom: 30px;
}
.module-006 .tp{
	padding-bottom: 62.16%;
	transition: all .5s;
}
.module-006 a:hover .tp{
	transform: scale(1.05);
}
.module-006 .text {
	padding-top: 25px;
}
.module-006 .text .title{
	font-size: 20px;
	color: #202020;
	transition: all .5s;
}
.module-006 a:hover .text .title{
	color: #026487;
}
.module-006 .text .note{
	font-size: 15px;
	color: #999999;
	margin-top: 10px;
	transition: all .5s;
}
.module-006 .text .icon{float: right; margin-top: 35px;margin-right: 35px;
}
.move{
    -webkit-animation: move 2s linear infinite;
    -moz-animation: move 2s linear infinite;
    -ms-animation: move 2s linear infinite;
    animation: move 2s linear infinite;
}
@-webkit-keyframes move {
    0% { transform:translate(-5px, 0); -webkit-transform:translate(-5px, 0);-moz-transform:translate(-5px, 0);-ms-transform:translate(-5px, 0); }
    50% { transform:translate(5px, 0); -webkit-transform:translate(5px, 0); }
    100% {transform:translate(-5px, 0); -webkit-transform:translate(-5px, 0); }
}
@keyframes move {
    0% { transform:translate(-5px, 0); -webkit-transform:translate(-5px, 0); }
    50% { transform:translate(5px, 0); -webkit-transform:translate(5px, 0); }
    100% {transform:translate(-5px, 0); -webkit-transform:translate(-5px, 0); }
}


.module-006 a:hover .text .note{
	color: #026487;
}
@media screen and (max-width: 767px) {
	.module-006 .text {
		padding-top: 20px;
	}
	.module-006 .text .title{
		font-size: 18px;
	}
	.module-006 .text .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-006 .text {
		padding-top: 15px;
	}
	.module-006 .text .title{
		font-size: 16px;
	}
	.module-006 .text .note{
		font-size: 12px;
		margin-top: 7px;
	}
}

.module-006A a .tp{
	padding-bottom: 93%;
	transition: all .5s;
}
.module-006A a:hover .tp{
	transform: scale(1.05);
}



.module-007A {
	max-width: 460px;
}
.module-007A a {
	display: block;
}
.module-007A a .text{
	padding: 50px;
}
.module-007A a .text .date{
	color: #b9b9b9;
	font-size: 14px;
}
.module-007A a .text .title{
	color: #f9f9f9;
	font-size: 28px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.module-007A a .text .note{
	color: #b9b9b9;
	font-size: 14px;
	margin-top: 15px;
	max-width: 500px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media screen and (max-width: 1680px) {
	.module-007A a .text .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 1440px) {
	.module-007A a .text{
		padding: 40px;
	}
	.module-007A a .text .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 1280px) {
	.module-007A a .text{
		padding: 30px;
	}
	.module-007A a .text .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 1199px) {
	.module-007A a .text .title {
	    font-size: 14px;
	    margin-top: 10px;
	}
	.module-007A a .text{
		padding: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-007A a .text{
		padding: 40px;
	}
	.module-007A a .text .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-007A a .text{
		padding: 30px;
	}
	.module-007A a .text .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-007A a .text{
		padding: 20px;
	}
	.module-007A a .text .title {
	    font-size: 16px;
	    margin-top: 10px;
	    font-weight: bold;
	}
	.module-007A a .text .note {
	    margin-top: 10px;
	}
}

.bgcolor1A {
	/* background-color: #2e2e2e; */
	line-height: 1.5;
}

.module-007 {
	margin-top: 10px;
}
.module-007 .title{
	color: #000000;
	font-size: 44px;
	font-weight: bold;
}
.module-007 .note{
	color: #5c5c5c;
	font-size: 16px;
	margin-top: 30px;
	line-height: 35px;
}
@media screen and (max-width: 1440px) {
	.module-007 .title{
		font-size: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-007 .title{
		font-size: 36px;
	}
}
@media screen and (max-width: 1199px) {
	.module-007 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 991px) {
	.module-007 .title{
		font-size: 28px;
	}
	.module-007 .note{
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-007 .title{
		font-size: 24px;
	}
	.module-007 .note{
		font-size: 16px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-007 .title{
		font-size: 20px;
	}
	.module-007 .note{
		font-size: 14px;
		margin-top: 15px;
	}
}

.module-008{
	padding: 0 105px;
	position: relative;
}
.module-008 .swiper-index-box2-container{
	overflow: hidden;
}
.module-008 .swiper-index-box2-prev{
	position: absolute;
	top: 33%;
	left: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #dadada;
	cursor: pointer;
	transition: all .5s;
}
.module-008 .swiper-index-box2-prev:hover{
	background-color: #026487;
	border: 1px solid #026487;
}
.module-008 .swiper-index-box2-prev::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform:translate(-25%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-008 .swiper-index-box2-prev:hover::after{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform:translate(-100%,-50%) rotate(135deg);
}
.module-008 .swiper-index-box2-next{
	position: absolute;
	top: 33%;
	right: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #dadada;
	cursor: pointer;
	transition: all .5s;
}
.module-008 .swiper-index-box2-next:hover{
	background-color: #026487;
	border: 1px solid #026487;
}
.module-008 .swiper-index-box2-next::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform:translate(-75%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-008 .swiper-index-box2-next:hover::after{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform:translate(0%,-50%) rotate(135deg);
}
@media screen and (max-width: 1199px) {
	.module-008{
		padding: 0 70px;
	}
	.module-008 .swiper-index-box2-prev{
		top: 33%;
		width: 45px;
		height: 45px;
	}
	.module-008 .swiper-index-box2-next{
		top: 33%;
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-008{
		padding: 0 50px;
	}
	.module-008 .swiper-index-box2-prev{
		top: 33%;
		width: 30px;
		height: 30px;
	}
	.module-008 .swiper-index-box2-next{
		top: 33%;
		width: 30px;
		height: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-008 {
	    padding: 0px;
	}
}



.module-009 .tp{
	padding-bottom: 77%;
}



.module-010 a{
	display: block;
}
.module-010 .date{
	display: inline-block;
	padding: 2px 13px 15px;
	background-color: #313131;
	text-align: center;
	transition: all .5s;
}
.module-010 a:hover .date{
	background-color: #cccccc;
}
.module-010 .date .r{
	color: #fff;
	font-size: 42px;
	font-family: "CORMORANTSC";
}
.module-010 .date .ny{
	color: #fff;
	font-size: 18px;
	font-family: "CORMORANTSC";
}
.module-010 .text{
	color: #444;
	margin-top: 23px;
	padding-top: 23px;
	border-top: 1px solid #3e3d3d;
	position: relative;
}
.module-010 a .text::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #cccccc;
	transition: all .5s;
}
.module-010 a:hover .text::after{
	width: 100%;
}
.module-010 .text .title{
	font-size: 20px;
	color: #ffffff;
	line-height: 1.5em;
	transition: all .5s;
}
.module-010 a:hover .text .title{
	color: #eaeaea;
}
.module-010 .text .note{
	font-size: 14px;
	color: #b5b5b5;
	margin-top: 15px;
	line-height: 1.75em;
}
.module-010 .text .icon{
	margin-top: 35px;
}
@media screen and (max-width: 1199px) {
	.module-010 .text .icon {
	    margin-top: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-010 .text .icon {
	    margin-top: 25px;
	}
	.module-010 .date {
	    padding: 2px 12px 14px;
	}
	.module-010 .date .r {
	    font-size: 38px;
	}
}
@media screen and (max-width: 767px) {
	.module-010 .text {
	    margin-top: 20px;
	    padding-top: 20px;
	}
	.module-010 .text .title{
		font-size: 18px;
	}
	.module-010 .text .icon {
	    margin-top: 20px;
	}
	.module-010 .date {
	    padding: 2px 11px 14px;
	}
	.module-010 .date .r {
	    font-size: 34px;
	}
	.module-010 .date .ny {
	    font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-010 .text {
	    margin-top: 15px;
	    padding-top: 15px;
	}
	.module-010 .text .title{
		font-size: 16px;
	}
	.module-010 .text .note {
	    margin-top: 10px;
	}
	.module-010 .text .icon {
	    margin-top: 15px;
	}
	.module-010 .date {
	    padding: 2px 10px 11px;
	}
	.module-010 .date .r {
	    font-size: 30px;
	}
	.module-010 .date .ny {
	    font-size: 14px;
	}
}

.module-010A {
	position: relative;
	margin-bottom: 30px;
}
.module-010A .tp{
	padding-bottom: 50%;
	transition: all .5s;
}
.module-010A a:hover .tp{
	transform: scale(1.05);
}
.module-010A .tp::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	transition: all .5s;
}
.module-010A a:hover .tp::after{
	background-color: rgba(0,0,0,0.7);
}
.module-010A .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.module-010A .text .title-cn{
	font-size:32px;
	color: #fff;
}
.module-010A .text .title-en{
	font-size:24px;
	color: #fff;
	opacity: 0.5;
	line-height: 0.85rem;
}
@media screen and (max-width: 1680px) {
	.module-010A .text .title-cn{
		font-size:30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-010A .text .title-cn{
		font-size:28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-010A .text .title-cn{
		font-size:26px;
	}
	.module-010A .text .title-en{
		font-size:22px;
	}
}
@media screen and (max-width: 1199px) {
	.module-010A .text .title-cn{
		font-size:24px;
	}
	.module-010A .text .title-en{
		font-size:20px;
	}
}
@media screen and (max-width: 991px) {
	.module-010A .text .title-cn{
		font-size:22px;
	}
	.module-010A .text .title-en{
		font-size:18px;
	}
}
@media screen and (max-width: 767px) {
	.module-010A .text .title-cn{
		font-size:20px;
	}
	.module-010A .text .title-en{
		font-size:16px;
	}
}
@media screen and (max-width: 575px) {
	.module-010A .text .title-cn{
		font-size:18px;
	}
	.module-010A .text .title-en{
		font-size:14px;
	}
}


.module-011{
	position: relative;
	padding-bottom: 120px;
}
.module-011 .swiper-index-box3-container{
	overflow: hidden;
}
.module-011 .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: inherit;
    opacity: 1;
    background-color: #4c4c4c;
}
.module-011 .swiper-pagination-bullet-active {
    background: #ffffff;
}
@media screen and (max-width: 1680px) {
	.module-011 {
	    padding-bottom: 105px;
	}
}
@media screen and (max-width: 1440px) {
	.module-011 {
	    padding-bottom: 95px;
	}
}
@media screen and (max-width: 1280px) {
	.module-011 {
	    padding-bottom: 85px;
	}
}
@media screen and (max-width: 1199px) {
	.module-011 {
	    padding-bottom: 75px;
	}
}
@media screen and (max-width: 991px) {
	.module-011 {
	    padding-bottom: 65px;
	}
	.module-011 .swiper-pagination-bullet {
	    width: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-011 {
	    padding-bottom: 55px;
	}
	.module-011 .swiper-pagination-bullet {
	    width: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-011 {
	    padding-bottom: 45px;
	}
	.module-011 .swiper-pagination-bullet {
	    width: 15px;
	}
}


.module-011B{
	position: relative;
	padding-bottom: 50px;
}
.module-011B .swiper-index-box3-container{
	overflow: hidden;
}
.module-011B .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: inherit;
	opacity: 1;
	background-color: #e9e9e9;
}
.module-011B .swiper-pagination-bullet-active {
    background: #026487;
}
@media screen and (max-width: 1680px) {
	.module-011B {
	    padding-bottom: 45px;
	}
}
@media screen and (max-width: 1440px) {
	.module-011B {
	    padding-bottom: 95px;
	}
}
@media screen and (max-width: 1280px) {
	.module-011B {
	    padding-bottom: 85px;
	}
}
@media screen and (max-width: 1199px) {
	.module-011B {
	    padding-bottom: 75px;
	}
}
@media screen and (max-width: 991px) {
	.module-011B {
	    padding-bottom: 65px;
	}
	.module-011B .swiper-pagination-bullet {
	    width: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-011B {
	    padding-bottom: 55px;
	}
	.module-011B .swiper-pagination-bullet {
	    width: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-011B {
	    padding-bottom: 15px;
	}
	.module-011B .swiper-pagination-bullet {
	    width: 15px;
	}
}


.module-011B .swiper-prev{
	position: absolute;
	top: 33%;
	left: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #dadada;
	cursor: pointer;
	transition: all .5s;
}
.module-011B .swiper-prev:hover{
	background-color: #252525;
	border: 1px solid #252525;
}
.module-011B .swiper-prev::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #c1bcbc;
	border-bottom: 1px solid #ececec;
	transform:translate(-25%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-011B .swiper-prev:hover::after{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform:translate(-100%,-50%) rotate(135deg);
}
.module-011B .swiper-next{
	position: absolute;
	top: 33%;
	right: 0;
	width: 60px;
	height: 60px;
	border: 1px solid #dadada;
	cursor: pointer;
	transition: all .5s;
}
.module-011B .swiper-next:hover{
	background-color: #252525;
	border: 1px solid #252525;
}
.module-011B .swiper-next::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #c1bcbc;
	border-left: 1px solid #ececec;
	transform:translate(-75%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-011B .swiper-next:hover::after{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform:translate(0%,-50%) rotate(135deg);
}
@media screen and (max-width: 1440px) {
	.module-011B .swiper-next,
	.module-011B .swiper-prev{
		width: 55px;
		height: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-011B{
		padding: 15px 80px 0;
	}
	.module-011B .swiper-next,
	.module-011B .swiper-prev{
		top: 33%;
		width: 50px;
		height: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-011B{
		padding: 30px 60px 0;
	}
	.module-011B .swiper-next,
	.module-011B .swiper-prev{
		top: 40%;
		width: 45px;
		height: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-011B{
		padding: 30px 55px 0;
	}
	.module-011B .swiper-next,
	.module-011B .swiper-prev{
		top: 40%;
		width: 40px;
		height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-011B{
		padding: 30px 0px 0;
	}
	.module-011B .swiper-next,
	.module-011B .swiper-prev{
		top: 37%;
		width: 35px;
		height: 35px;
	}
}


.module-012 .title .t1{
	font-size: 50px;
	color: #fff;
	font-family: "CORMORANTSC";
	vertical-align: middle;
}
.module-012 .title .t2{
	font-size: 24px;
	color: #fff;
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: text-top;
	line-height: 1em;
}
.module-012 .title .t3{
	font-size: 24px;
	color: #fff;
	vertical-align: text-top;
}
@media screen and (max-width: 1280px) {
	.module-012 .title .t1{
		font-size: 46px;
	}
}
@media screen and (max-width: 1199px) {
	.module-012 .title .t1{
		font-size: 42px;
	}
}
@media screen and (max-width: 991px) {
	.module-012 .title .t1{
		font-size: 38px;
	}
	.module-012 .title .t2{
		font-size: 22px;
	}
	.module-012 .title .t3{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-012 .title .t1{
		font-size: 34px;
	}
	.module-012 .title .t2{
		font-size: 20px;
	}
	.module-012 .title .t3{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-012 .title .t1{
		font-size: 30px;
	}
	.module-012 .title .t2{
		font-size: 18px;
		margin-left: 15px;
	}
	.module-012 .title .t3{
		font-size: 18px;
	}
}


.module-013{
	text-align: center;
}
.module-013 .title{
	color: #fff;
	font-size: 40px;
}
.module-013 .note{
	color: #fff;
	font-size: 22px;
	margin-top: 30px;
}
@media screen and (max-width: 1680px) {
	.module-013 .title{
		font-size: 34px;
	}
}
@media screen and (max-width: 1440px) {
	.module-013 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1280px) {
	.module-013 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1199px) {
	.module-013 .title{
		font-size: 28px;
	}
	.module-013 .note{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-013 .title{
		font-size: 26px;
	}
	.module-013 .note{
		font-size: 18px;
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-013 .title{
		font-size: 24px;
	}
	.module-013 .note{
		font-size: 16px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-013 .title{
		font-size: 22px;
	}
	.module-013 .note{
		font-size: 14px;
		margin-top: 15px;
	}
}


.module-014{
	padding: 0 100px;
}
.module-014 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.module-014 ul>li{
	text-align: center;
	border: 1px solid rgba(255,255,255,0.35);
	padding: 30px 15px;
	background-color: rgba(0,0,0,0.35);
	min-width: 142px;
	margin-bottom: 15px;
}
.module-014 ul>li .title{
	color: #fff;
	font-size: 16px;
	margin-top: 15px;
}
@media screen and (max-width: 1680px) {
	.module-014{
		padding: 0 90px;
	}
}
@media screen and (max-width: 1440px) {
	.module-014{
		padding: 0 70px;
	}
	.module-014 ul>li{
		padding: 25px 15px;
	}
}
@media screen and (max-width: 1280px) {
	.module-014{
		padding: 0 50px;
	}
	.module-014 ul>li{
		padding: 20px 15px;
		min-width: 130px;
	}
}
@media screen and (max-width: 1199px) {
	.module-014{
		padding: 0 30px;
	}
	.module-014 ul>li .title{
		font-size: 14px;
	}
	.module-014 ul>li{
		padding: 15px 10px;
		min-width: 120px;
	}
}
@media screen and (max-width: 991px) {
	.module-014{
		padding: 0;
	}
	.module-014 ul>li img{
		width: 40px;
	}
	.module-014 ul>li .title{
		font-size: 12px;
	}
	.module-014 ul>li{
		padding: 10px 10px;
		min-width: 100px;
	}
}
@media screen and (max-width: 767px) {
	.module-014 ul{
		display: block;
		justify-content: initial;
		align-items: inherit;
	}
	.module-014 ul>li {
		display: inline-block;
	    padding: 15px 15px;
		min-width: auto;
		width: calc(33.333% - 10px);
	    margin-bottom: 15px;
		margin-right: 15px;
	}
	.module-014 ul>li:nth-child(3n){
		margin-right: 0;
	}
	.module-014 ul>li .title{
		margin-top: 10px;
	}
	.module-014 ul>li img{
		width: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-014 ul>li img{
		width: 30px;
	}
	.module-014 ul>li .title{
		font-size: 12px;
	}
}


.module-015{
	text-align: center;
}
.module-015 a{
	padding: 15px 45px;
	display: inline-block;
	border: 1px solid #026487;
	background-color: #026487;
	position: relative;
	border-radius: 3px;
	transition: all .5s;
}
.module-015 a .text{
	color: #fff;
	font-size: 16px;
	vertical-align: middle;
	transition: all .5s;
}
.module-015 a .icon{
	vertical-align: middle;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform:rotate(135deg);
	transition: all .5s;
}
@media screen and (max-width: 1280px) {
	.module-015 a{
		padding: 14px 30px;
	}
}
@media screen and (max-width: 1199px) {
	.module-015 a{
		padding: 13px 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-015 a{
		padding: 12px 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-015 a{
		padding: 11px 25px;
	}
	.module-015 a .text{
		font-size: 14px;
	}
	.module-015 a .icon{
		width: 6px;
		height: 6px;
	}
}
@media screen and (max-width: 575px) {
	.module-015 a{
		padding: 10px 20px;
	}
	.module-015 a .text{
		font-size: 12px;
	}
	.module-015 a .icon{
		width: 5px;
		height: 5px;
	}
}


.module-016{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid #353535;
	margin-bottom: 30px;
}
.module-016 .right .icon-box{
	display: inline-block;
	position: relative;
	margin-left: 10px;
}
.module-016 .right .icon-box a .icon1{
	transition: all .3s;
}
.module-016 .right .icon-box a:hover .icon1{
	opacity: 0;
}
.module-016 .right .icon-box a .icon2{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .3s;
}
.module-016 .right .icon-box a:hover .icon2{
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.module-016{
		padding: 20px 0;
		margin-bottom: 0px;
	}
	.module-016 .left a img{
		width: 150px;
	}
	.module-016 .right .text{
		color: #999999;
		font-size: 12px;
	}
	.module-016 .right .icon-box {
	    margin-left: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-016 .left a img{
		width: 130px;
	}
}



.module-017{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.module-017 dl>dt{
	margin-bottom: 20px;
}
.module-017 dl>dt>a{
	color: #b1b1b1;
	font-size: 16px;
	transition: all .5s;
}
.module-017 dl>dt>a:hover{
	color: #026487;
}
.module-017 dl>dd{
	margin-bottom: 20px;
}
.module-017 dl>dd>a{
	color: #999999;
	transition: all .5s;
}
.module-017 dl>dd>a:hover{
	color: #c3c3c3;
}
@media screen and (max-width: 991px) {
	.module-017 dl>dt {
	    margin-bottom: 15px;
	}
	.module-017 dl>dt>a{
		font-size: 14px;
	}
	.module-017 dl>dd {
	    margin-bottom: 15px;
	}
	.module-017 dl>dd>a{
		font-size: 12px;
	}
}


.module-018 {
	padding-left: 85px;
}
.module-018 .title{
	color: #b1b1b1;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.module-018 .note{
	color: #999999;
	font-size: 14px;
	margin-top: 10px;
}
.module-018 .note span{
	font-size: 22px;
}
@media screen and (max-width: 1280px) {
	.module-018 {
		padding-left: 80px;
	}
}
@media screen and (max-width: 1199px) {
	.module-018 {
		padding-left: 60px;
	}
	.module-018 .note span{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-018 {
		padding-left: 40px;
	}
	.module-018 .title{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.module-018 .note{
		font-size: 12px;
	}
	.module-018 .note span{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-018 {
		padding-top: 15px;
		padding-left: 0px;
	}
}


.module-019{
	padding: 20px 0;
	color: #999999;
}
.module-019 .text{
	color: #999999;
	font-size: 12px;
	line-height: 1.5em;
}
.module-019 .text a{
	color: #999999;
	font-size: 12px;
	transition: all .5;
}
.module-019 .text a:hover{
	color: #026487;
}
@media screen and (max-width: 767px) {
	.module-019{
		padding: 15px 0;
	}
}


.module-020 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 600px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.module-020 .text-box{
	width: 100%;
	max-width: 1440px;
	padding: 45px 30px 0;
}
.module-020 .title .t1{
	font-size: 74px;
	color: #fff;
	font-family: "CORMORANTSC";
	vertical-align: middle;
}
.module-020 .title .t2{
	font-size: 40px;
	color: #fff;
	margin-left: 30px;
	margin-right: 20px;
	vertical-align: middle;
	line-height: 1em;
}
.module-020 .title .t3{
	font-size: 40px;
	color: #fff;
	vertical-align: middle;
}
@media screen and (max-width: 1680px) {
	.module-020 {
		height: 550px;
	}
	.module-020 .title .t1{
		font-size: 62px;
	}
}
@media screen and (max-width: 1440px) {
	.module-020 {
		height: 480px;
	}
	.module-020 .text-box{
		padding: 25px 30px 0;
	}
	.module-020 .title .t1{
		font-size: 54px;
	}
	.module-020 .title .t2{
		font-size: 38px;
	}
	.module-020 .title .t3{
		font-size: 38px;
	}
}
@media screen and (max-width: 1280px) {
	.module-020 {
		height: 430px;
	}
	.module-020 .text-box{
		padding: 20px 30px 0;
	}
	.module-020 .title .t1{
		font-size: 46px;
	}
	.module-020 .title .t2{
		font-size: 34px;
	}
	.module-020 .title .t3{
		font-size: 34px;
	}
}
@media screen and (max-width: 1199px) {
	.module-020 {
		height: 380px;
	}
	.module-020 .text-box{
		padding: 15px 30px 0;
	}
	.module-020 .title .t1{
		font-size: 42px;
	}
	.module-020 .title .t2{
		font-size: 30px;
	}
	.module-020 .title .t3{
		font-size: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-020 {
		height: 330px;
	}
	.module-020 .text-box{
		padding: 10px 30px 0;
	}
	.module-020 .title .t1{
		font-size: 38px;
	}
	.module-020 .title .t2{
		font-size: 26px;
		margin-left: 25px;
	}
	.module-020 .title .t3{
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.module-020 {
		height: 280px;
	}
	.module-020 .text-box{
		padding: 5px 30px 0;
	}
	.module-020 .title .t1{
		font-size: 34px;
	}
	.module-020 .title .t2{
		font-size: 22px;
		margin-left: 20px;
	}
	.module-020 .title .t3{
		font-size: 22px;
	}
}
@media screen and (max-width: 575px) {
	.module-020 {
		height: 230px;
	}
	.module-020 .text-box{
		padding: 0 30px;
	}
	.module-020 .title .t1{
		font-size: 30px;
	}
	.module-020 .title .t2{
		font-size: 18px;
		margin-left: 15px;
		margin-right: 15px;
	}
	.module-020 .title .t3{
		font-size: 18px;
	}
}


.module-021 {
	margin-bottom: 30px;
}
.module-021 .tp{
	padding-bottom: 61.76%;
}
.module-021 .text-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 240px;
	text-align: center;
}
.module-021 .text-box .title{
	color: #fff;
	font-size: 26px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #fff;
}
.module-021 .text-box .note{
	color: #fff;
	font-size: 12px;
	line-height: 1.5em;
}
.module-021 .text-box .more{
	color: #fff;
	display: inline-block;
	border: 1px solid #fff;
	padding: 0;
	margin-top: 0;
	height: 0;
	opacity: 0;
	transition: all .5s;
}
.module-021 a:hover .text-box .more{
	padding: 11px 40px;
	margin-top: 25px;
	height: auto;
	opacity: 1;
}
.module-021 .text-box .more span{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
}
.module-021 .text-box .more .icon{
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	vertical-align: middle;
	margin-left: 5px;
	transform: rotate(45deg);
}
@media screen and (max-width: 1440px) {
	.module-021 .text-box .title{
		font-size: 24px;
	}
	.module-021 a:hover .text-box .more{
		padding: 10px 35px;
	}
}
@media screen and (max-width: 1280px) {
	.module-021 .text-box .title{
		font-size: 22px;
	}
	.module-021 a:hover .text-box .more{
		padding: 10px 30px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 1199px) {
	.module-021 .text-box .title{
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.module-021 a:hover .text-box .more{
		padding: 10px 25px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 991px) {
	.module-021 .text-box .title{
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.module-021 a:hover .text-box .more{
		padding: 8px 20px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-021 .text-box .title{
		font-size: 26px;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.module-021 a:hover .text-box .more{
		padding: 11px 40px;
		margin-top: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-021 .text-box .title{
		font-size: 18px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.module-021 a:hover .text-box .more{
		padding: 8px 20px;
		margin-top: 10px;
	}
}



.module-022{
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 1034px;
	padding: 300px 0 180px;
}
.module-022 .text .title-en{
	font-size: 54px;
	color: #fff;
	font-family: "CORMORANTSC";
}
.module-022 .text .title-cn{
	margin-top: 30px;
	font-size: 38px;
	color: #fff;
	line-height: 1.4em;
}
.module-022 .text .xg{
	display: inline-block;
	height: 60px;
	width: 2px;
	background-color: #fff;
	transform-origin: left bottom;
	transform: rotate(25deg);
	margin-top: 15px;
}
.module-022 .text .note{
	margin-top: 20px;
	color: #cccccc;
	font-size: 14px;
	line-height: 1.75em;
}
.module-022 .text .play{
	margin-top: 40px;
	color: #ffffff;
	cursor: pointer;
}
.module-022 .text .play img{
	vertical-align: middle;
}
.module-022 .text .play span{
	vertical-align: middle;
	margin-left: 15px;
	font-size: 18px;
}
@media screen and (max-width: 1680px) {
	.module-022 {
		min-height: 900px;
	    padding: 220px 15px 50px;
	}
	.module-022 .text .title-en{
		font-size: 50px;
	}
	.module-022 .text .xg{
		height: 54px;
	}
	.module-022 .text .play img{
		width: 34px;
	}
}
@media screen and (max-width: 1440px) {
	.module-022 {
		min-height: 800px;
	    padding: 160px 15px 50px;
	}
	.module-022 .text .title-en{
		font-size: 46px;
	}
	.module-022 .text .title-cn{
		font-size: 34px;
	}
	.module-022 .text .xg{
		height: 48px;
	}
	.module-022 .text .play img{
		width: 32px;
	}
}
@media screen and (max-width: 1280px) {
	.module-022 {
		min-height: 700px;
	    padding: 130px 15px 50px;
	}
	.module-022 .text .title-en{
		font-size: 42px;
	}
	.module-022 .text .title-cn{
		margin-top: 25px;
		font-size: 30px;
	}
	.module-022 .text .xg{
		height: 42px;
	}
	.module-022 .text .play img{
		width: 30px;
	}
	.module-022 .text .play span{
		font-size: 16px;
	}
}
@media screen and (max-width: 1199px) {
	.module-022 {
		min-height: 500px;
	    padding: 120px 15px 100px;
	}
	.module-022 .text .title-en{
		font-size: 38px;
	}
	.module-022 .text .title-cn{
		margin-top: 20px;
		font-size: 26px;
	}
	.module-022 .text .xg{
		height: 36px;
	}
	.module-022 .text .play img{
		width: 28px;
	}
	.module-022 .text .play span{
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.module-022 {
	    min-height: 450px;
	    padding: 50px 15px 50px;
	}
	.module-022 .text .title-en{
		font-size: 34px;
	}
	.module-022 .text .title-cn{
		margin-top: 15px;
		font-size: 22px;
	}
	.module-022 .text .xg{
		height: 30px;
	}
	.module-022 .text .note{
		font-size: 12px;
	}
	.module-022 .text .play {
	    margin-top: 35px;
	}
	.module-022 .text .play img{
		width: 26px;
	}
	.module-022 .text .play span{
		font-size: 14px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-022 {
	    min-height: 300px;
	    padding: 60px 15px 30px;
	}
	.module-022 .text .title-en{
		font-size: 30px;
	}
	.module-022 .text .title-cn{
		margin-top: 15px;
		font-size: 18px;
	}
	.module-022 .text .note{
		max-width: 200px;
	}
	.module-022 .text .play {
	    margin-top: 30px;
	}
	.module-022 .text .play img{
		width: 22px;
	}
	.module-022 .text .play span{
		font-size: 12px;
		margin-left: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-022 {
	    min-height: 250px;
	    padding: 50px 15px 30px;
		background-position-x: right;
	}
	.module-022 .text .title-en{
		font-size: 26px;
	}
	.module-022 .text .title-cn{
		margin-top: 10px;
		font-size: 12px;
	}
	.module-022 .text .play {
	    margin-top: 25px;
	}
	.module-022 .text .play img{
		width: 22px;
	}
	.module-022 .text .play span{
		font-size: 12px;
		margin-left: 10px;
	}
}


.module-023{
	position: relative;
	padding-bottom: 80px;
}
.module-023 .swiper-dashixilie-container{
	overflow: hidden;
}
.module-023 .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: inherit;
	opacity: 1;
	background-color: #e9e9e9;
}
.module-023 .swiper-pagination-bullet-active {
    background: #026487;
}
@media screen and (max-width: 1199px) {
	.module-023 {
	    padding-bottom: 75px;
	}
}
@media screen and (max-width: 991px) {
	.module-023 {
	    padding-bottom: 65px;
	}
	.module-023 .swiper-pagination-bullet {
	    width: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-023 {
	    padding-bottom: 55px;
	}
	.module-023 .swiper-pagination-bullet {
	    width: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-023 {
	    padding-bottom: 45px;
	}
	.module-023 .swiper-pagination-bullet {
	    width: 15px;
	}
}



.module-024 .tp{
	padding-bottom: 90%;
}
.module-024 .title{
	color: #333333;
	font-size: 18px;
	margin-top: 25px;
}
@media screen and (max-width: 767px) {
	.module-024 .title{
		font-size: 16px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-024 .title{
		font-size: 14px;
		margin-top: 15px;
	}
}


.module-025{
	padding: 50px 35px;
	background-color: #fff;
	transform: translateY(-95px);
}
@media screen and (max-width: 1680px) {
	.module-025{
		padding: 30px 15px;
		transform: translateY(0);
	}
}
@media screen and (max-width: 991px) {
	.module-025{
		padding: 20px 0px;
	}
}


.module-026{
	text-align: center;
	margin-top: 60px;
}
.module-026 .more{
	background-color: #363636;
	display: inline-block;
	padding: 15px;
	color: #fff;
	transition: all .5s;
}
.module-026 .more:hover{
	background-color: #026487;
}
@media screen and (max-width: 1680px) {
	.module-026{
		margin-top: 50px;
	}
}
@media screen and (max-width: 1440px) {
	.module-026{
		margin-top: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-026{
		margin-top: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-026{
		margin-top: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-026{
		margin-top: 30px;
	}
}
@media screen and (max-width: 757px) {
	.module-026{
		margin-top: 25px;
	}
	.module-026 .more{
		padding: 12px;
	}
}
@media screen and (max-width: 575px) {
	.module-026{
		margin-top: 20px;
	}
	.module-026 .more{
		padding: 10px;
		font-size: 12px;
	}
}


.module-027 {
	margin-top: 70px;
}
.module-027 .left .box1{
	padding-bottom: 45px;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 45px;
}
.module-027 .left .box1 .title{
	font-size: 28px;
	color: #333333;
}
.module-027 .left .box1 .note{
	font-size: 16px;
	color: #666666;
	line-height: 1.75em;
	margin-top: 30px;
}
.module-027 .left .box2 .title{
	font-size: 28px;
	color: #333333;
}
.module-027 .left .box2 .note{
	font-size: 16px;
	color: #666666;
	line-height: 1.75em;
	margin-top: 10px;
}
.module-027 .right{
	text-align: right;
}
@media screen and (max-width: 1280px) {
	.module-027 .left .box1 {
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	}
	.module-027 .left .box1 .title,
	.module-027 .left .box2 .title{
	    font-size: 26px;
	}
	.module-027 .left .box1 .note,
	.module-027 .left .box2 .note{
	    margin-top: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.module-027 {
		margin-top: 60px;
	}
	.module-027 .left .box1 {
	    padding-bottom: 35px;
	    margin-bottom: 35px;
	}
	.module-027 .left .box1 .title,
	.module-027 .left .box2 .title{
	    font-size: 24px;
	}
	.module-027 .left .box1 .note,
	.module-027 .left .box2 .note{
	    margin-top: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-027 {
		margin-top: 50px;
	}
	.module-027 .left .box1 {
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.module-027 .left .box1 .title,
	.module-027 .left .box2 .title{
	    font-size: 22px;
	}
	.module-027 .left .box1 .note,
	.module-027 .left .box2 .note{
	    margin-top: 15px;
	}
	.module-027 .left .box1 .note,
	.module-027 .left .box2 .note{
	    font-size: 14px;
	    margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-027 {
		margin-top: 40px;
	}
	.module-027 .right{
		text-align: left;
		margin-bottom: 30px;
	}
	.module-027 .left .box1 {
	    padding-bottom: 25px;
	    margin-bottom: 25px;
	}
	.module-027 .left .box1 .title,
	.module-027 .left .box2 .title{
	    font-size: 20px;
	}
	.module-027 .left .box1 .note,
	.module-027 .left .box2 .note{
	    margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-027 {
		margin-top: 30px;
	}
	.module-027 .right{
		margin-bottom: 20px;
	}
	.module-027 .left .box1 {
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.module-027 .left .box1 .title,
	.module-027 .left .box2 .title{
	    font-size: 18px;
	}
	.module-027 .left .box1 .note,
	.module-027 .left .box2 .note{
	    font-size: 14px;
	    margin-top: 15px;
	}
}



.module-028{
	font-size: 0;
}
.module-028 .box{
	padding: 15px 0 5px;
}
.module-028 .box .left{
	display: inline-block;
	vertical-align: top;
	width: 45px;
}
.module-028 .box .left .title{
	font-size: 14px;
	color: #999999;
	margin-top: 5px;
	font-weight: bold;
}
.module-028 .box .right{
	width: calc(100% - 45px);
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
}
.module-028 .box .right ul>li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 45px;
	margin-bottom: 10px;
}
.module-028 .box .right ul>li>a{
	font-size: 14px;
	display: inline-block;
	padding: 5px 0;
	color: #d8d8d8;
	transition: all .5s;
	border-bottom: 3px solid rgba(2,100,135,0);
}
.module-028 .box .right ul>li.active>a,
.module-028 .box .right ul>li>a:hover{
	color: #dadada;
	border-bottom: 3px solid rgb(209, 30, 0);
}
@media screen and (max-width: 767px) {
	.module-028 .box .right ul>li>a{
		font-size: 12px;
	}
	.module-028 .box .left .title {
	    font-size: 12px;
	}
	.module-028 .box .left{
		width: 40px;
	}
	.module-028 .box .right ul>li{
		margin-right: 35px;
	}
	.module-028 .box .right{
		padding-left: 10px;
		width: calc(100% - 40px);
	}
}
@media screen and (max-width: 575px) {
	.module-028 .box .right {
	    padding-left: 5px;
	}
	.module-028 .box {
	    padding: 10px 0 5px;
	}
	.module-028 .box .right ul>li{
		margin-right: 19px;
		margin-bottom: 5px;
	}
	.module-028 .box .right ul>li>a{
		font-size: 10px;
	}
}

.module-029 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.module-029 .left ul>li{
	display: inline-block;
	margin-right: 30px;
}
.module-029 .left ul>li>a{
	display: inline-block;
	padding: 15px;
	color: #333333;
}
.module-029 .left ul>li.active>a,
.module-029 .left ul>li>a:hover{
	background-color: #026487;
	color: #fff;
}
.module-029 .right a{
	color: #026487;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.module-029 .left ul>li>a{
		padding: 12px;
		font-size: 14px;
	}
	.module-029 .left ul>li {
	    margin-right: 15px;
	}
	.module-029 .right a {
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-029 {
		padding: 10px 0;
	}
	.module-029 .left{
		width: calc(100% - 50px);
	}
	.module-029 .left ul>li>a{
		padding: 10px;
		font-size: 12px;
	}
	.module-029 .left ul>li {
	    margin-right: 10px;
	}
	.module-029 .right a {
	    font-size: 12px;
	}
}


.module-030{
	margin-bottom: 70px;
}
.module-030 a{
	text-decoration: none;
	display: block;
}
.module-030 .img-box{
	position: relative;
}
.module-030 .tpcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
}
.module-030 .tpcover:hover{
    opacity: 0;
}
.module-030 a .over-img{
	-webkit-transition: all .5s;
	transition: all .5s;
}
.module-030 a .tp{
    -webkit-transition: all .5s;
    transition: all .5s;
	padding-bottom: 100%;
}
.module-030 a:hover .tp{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.module-030 .text-box{
	text-align: center;
	padding-top: 25px;
}
.module-030 .text-box .title{
	font-size: 18px;
	color: #afafaf;
}
.module-030 .text-box .cla{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
.module-030 .text-box .note{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
@media screen and (max-width:1680px) {
	.module-030{
		margin-bottom: 60px;
	}
}
@media screen and (max-width:1440px) {
	.module-030{
		margin-bottom: 55px;
	}
}
@media screen and (max-width:1280px) {
	.module-030{
		margin-bottom: 50px;
	}
}
@media screen and (max-width:1199px) {
	.module-030{
		margin-bottom: 45px;
	}
	.module-030 .text-box .title{
		font-size: 20px;
	}
}
@media screen and (max-width:991px) {
	.module-030{
		margin-bottom: 40px;
	}
	.module-030 .text-box{
		padding-top: 20px;
	}
	.module-030 .text-box .title{
		font-size: 18px;
	}
}
@media screen and (max-width:767px) {
	.module-030{
		margin-bottom: 35px;
	}
	.module-030 .text-box{
		padding-top: 15px;
	}
	.module-030 .text-box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-030{
		margin-bottom: 30px;
	}
	.module-030 .text-box{
		padding-top: 10px;
	}
	.module-030 .text-box .title{
		font-size: 14px;
	}
	.module-030 .text-box .cla {
	    font-size: 12px;
	    margin-top: 10px;
	}
	.module-030 .text-box .note {
	    font-size: 12px;
	    margin-top: 10px;
	}
}


.module-031{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.module-031 .left ul{
	display: inline-block;
	vertical-align: middle;
}
.module-031 .left ul>li{
	display: inline-block;
}
.module-031 .left ul>li::after{
	content: "/";
	color: #666666;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}
.module-031 .left ul>li:nth-last-of-type(1)::after{
	content: "";
	display: none;
}
.module-031 .left ul>li>a{
	display: inline-block;
	color: #a7a7a7;
	transition: all .5s;
	font-size: 12px;
}
.module-031 .left ul>li>a:hover{
	color: #026487;
}
.module-031 .right a{
	color: #a7a7a7;
	font-size: 12px;
}
.module-031 .right a:hover{
	color: #026487;
}
@media screen and (max-width: 767px){
	.module-031{
		padding: 15px 0;
	}
}
@media screen and (max-width: 575px){
	.module-031{
		padding: 10px 0;
	}
}


.module-032 {
	padding: 55px 0 40px;
}
.module-032 .left{
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #efefef;
}
.module-032 .left .title{
	font-size: 30px;
	/* color: #333333; */
}
.module-032 .right{
	vertical-align: middle;
	display: inline-block;
	max-width: 780px;
}
.module-032 .right .note{
	line-height: 1.5em;
	color: #b5b5b5;
}
@media screen and (max-width: 1440px){
	.module-032 .left .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px){
	.module-032 .left{
		display: block;
		vertical-align: middle;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 15px;
		border-right: none;
	}
	.module-032 .right{
		display: block;
		max-width: 100%;
	}
	.module-032 {
		padding: 50px 0 40px;
	}
	.module-032 .left .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px){
	.module-032 {
		padding: 45px 0 35px;
	}
	.module-032 .left .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px){
	.module-032 {
		padding: 40px 0 30px;
	}
	.module-032 .left .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.module-032 {
		padding: 30px 0 25px;
	}
	.module-032 .left .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px){
	.module-032 {
		padding: 20px 0 20px;
	}
	.module-032 .left .title{
		font-size: 18px;
	}
	.module-032 .right .note{
		font-size: 12px;
		line-height: 1.75em;
	}
}


.module-033 iframe{
	border: none;
	width: 100%;
	height: 700px;
}
@media screen and (max-width: 991px){
	.module-033 iframe{
		height: 580px;
	}
}
@media screen and (max-width: 767px){
	.module-033 iframe{
		height: 480px;
	}
}
@media screen and (max-width: 575px){
	.module-033 iframe{
		height: 380px;
	}
}



.module-033b{
	text-align: center;
	margin-bottom: 50px;
}
.module-033b .title{
	font-size: 32px;
	color: #bbbbbb;
}
@media screen and (max-width: 1680px) {
	.module-033b{
		margin-bottom: 40px;
	}
	.module-033b .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-033b{
		margin-bottom: 35px;
	}
	.module-033b .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-033b{
		margin-bottom: 30px;
	}
	.module-033b .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-033b{
		margin-bottom: 25px;
	}
	.module-033b .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-033b{
		margin-bottom: 20px;
	}
	.module-033b .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-033b{
		margin-bottom: 15px;
	}
	.module-033b .title{
		font-size: 18px;
	}
}


.module-034 .title .t1{
	font-size: 24px;
	color: #cccccc;
	font-family: "CORMORANTSC";
	vertical-align: middle;
}
.module-034 .title .t2{
	font-size: 20px;
	color: #999999;
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 1em;
}
.module-034 .title .t3{
	font-size: 20px;
	color: #cccccc;
	vertical-align: middle;
}
@media screen and (max-width: 991px) {
	.module-034 .title .t1{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-034 .title .t1{
		font-size: 20px;
	}
	.module-034 .title .t2{
		font-size: 18px;
	}
	.module-034 .title .t3{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-034 .title .t1{
		font-size: 18px;
	}
	.module-034 .title .t2{
		font-size: 16px;
		margin-left: 15px;
	}
	.module-034 .title .t3{
		font-size: 16px;
	}
}



.module-034b{
	border: 1px solid #333333;
	font-size: 0;
	max-width: 800px;
	margin: 0 auto;
	transition: all .5s;
}
.module-034b:hover{
	border: 1px solid #286a4a;
}
.module-034b select{
	font-size: 14px;
	padding: 11px 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 100px;
}
.module-034b input{
	width: calc(100% - 151px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-034b a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #a1a1a1;
	vertical-align: middle;
}
.module-034b a i{
	color: #ffffff;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-034b a:hover i{
	color: #286a4a;
}
@media screen and (max-width: 991px) {
	.module-034b input {
	    font-size: 12px;
	    padding: 7px 10px;
		width: calc(100% - 140px);
	}
	.module-034b a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-034b{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-034b{
		margin-bottom: 10px;
	}
	.module-034b input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-034b a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}

.module-035b{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}
.module-035b span{
	/* color: #333333; */
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	/* margin-bottom: 15px; */
}
.module-035b a{
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 30px;
	background-color: #f5f5f5;
	border-radius: 50px;
	margin-right: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}
.module-035b a:hover{
	background-color: #286a4a;
	color: #fff;
}
@media screen and (max-width:991px) {
	.module-035b a{
		padding: 7px 25px;
	}
}
@media screen and (max-width:767px) {
	.module-035b a{
		padding: 7px 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-035b a{
		padding: 7px 15px;
		margin-right: 15px;
		font-size: 12px;
	}
}




.module-035{
	margin-bottom: 45px;
}
.module-035 p .t{
	color: #999999;
	font-size: 16px;
	vertical-align: middle;
}
.module-035 p .n{
	color: #333333;
	font-size: 16px;
	vertical-align: middle;
}
@media screen and (max-width: 1280px) {
	.module-035{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-035{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-035{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-035{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-035{
		margin-bottom: 20px;
	}
	.module-035 p .t{
		font-size: 14px;
	}
	.module-035 p .n{
		font-size: 14px;
	}
}


.module-036 {
	display: inline-block;
}
.module-036 a{
	padding: 10px 20px;
	display: block;
	border: 1px solid #eeeeee;
	transition: all .5s;
}
.module-036 img{
	vertical-align: middle;
}
.module-036 span{
	vertical-align: middle;
	margin-left: 10px;
	color: #333333;
	font-size: 12px;
	transition: all .5s;
}
.module-036 a:hover{
	background-color: #026487;
	border: 1px solid #026487;
}
.module-036 a:hover span{
	color: #fff;
}



.module-036a {
	margin-bottom: 80px;
}
.module-036a .tp{
	padding-bottom: 52.41%;
	transition: all .5s;
}
.module-036a .icon::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	transition: all .5s;
}
.module-036a:hover .icon::after{
	background-color: rgba(0,0,0,0);
}
.module-036a .icon::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url("../images/bofang.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 98px;
	height: 97px;
	z-index: 1;
}
.module-036a:hover .tp{
	transform: scale(1.05);
}
.module-036a .text-box{
	padding-top: 30px;
}
.module-036a .text-box .title{
	font-size: 28px;
	color: #adadad;
}
.module-036a .text-box .note{
	margin-top: 15px;
	color: #887d73;
	font-size: 14px;
}
.module-036a .text-box .date{
	margin-top: 30px;
	color: #737373;
	font-size: 14px;
}
@media screen and (max-width: 1440px) {
	.module-036a .text-box .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-036a {
		margin-bottom: 70px;
	}
	.module-036a .text-box .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-036a {
		margin-bottom: 60px;
	}
	.module-036a .text-box .title{
		font-size: 22px;
	}
	.module-036a .text-box .date{
		margin-top: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-036a {
		margin-bottom: 50px;
	}
	.module-036a .text-box{
		padding-top: 25px;
	}
	.module-036a .text-box .title{
		font-size: 20px;
	}
	.module-036a .text-box .date{
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-036a {
		margin-bottom: 40px;
	}
	.module-036a .text-box{
		padding-top: 20px;
	}
	.module-036a .text-box .title{
		font-size: 18px;
	}
	.module-036a .text-box .date{
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-036a {
		margin-bottom: 30px;
	}
	.module-036a .text-box{
		padding-top: 15px;
	}
	.module-036a .text-box .title{
		font-size: 16px;
	}
	.module-036a .text-box .note{
		margin-top: 10px;
		font-size: 12px;
	}
	.module-036a .text-box .date{
		margin-top: 10px;
		font-size: 12px;
	}
}




.module-037{
	margin-bottom: 60px;
	cursor: pointer;
}
.module-037 .tp{
	padding-bottom: 200%;
	transition: all .5s;
}
.module-037:hover .tp{
	transform: scale(1.05);
}
.module-037 .title{
	margin-top: 20px;
	font-size: 18px;
	color: #999999;
	text-align: center;
}
.module-037 .icon-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.25);
	opacity: 0;
	transition: all .5s;
}
.module-037:hover .icon-box{
	opacity: 1;
}
.module-037 .icon-box i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	color: #fff;
}
@media screen and (max-width: 991px){
	.module-037 {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.module-037 {
	    margin-bottom: 40px;
	}
	.module-037 .title{
		margin-top: 15px;
		font-size: 16px;
	}
}
@media screen and (max-width: 575px){
	.module-037 {
	    margin-bottom: 30px;
	}
	.module-037 .title{
		margin-top: 10px;
		font-size: 14px;
	}
}


.module-038{
	position: relative;
}
.module-038 .swiper-product-container{
	overflow: hidden;
}
.module-038 .tp{
	padding-bottom: 66%;
}
.module-038 .swiper-index-box3-container{
	overflow: hidden;
}
.module-038 .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: inherit;
	opacity: 1;
	background-color: #e9e9e9;
}
.module-038 .swiper-pagination-bullet-active {
    background: #d11e00;
}
.module-038 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;
}
.module-038 .swiper-product-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -90px;
	width: 60px;
	height: 60px;
	border: 1px solid #dadada;
	cursor: pointer;
	transition: all .5s;
	z-index: 1;
	background-color: #080808;
}
.module-038 .swiper-product-prev:hover{
	background-color: #026487;
	border: 1px solid #026487;
}
.module-038 .swiper-product-prev::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #ececec;
	transform:translate(-25%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-038 .swiper-product-prev:hover::after{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform:translate(-100%,-50%) rotate(135deg);
}
.module-038 .swiper-product-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -90px;
	width: 60px;
	height: 60px;
	border: 1px solid #dadada;
	cursor: pointer;
	transition: all .5s;
	z-index: 1;
	background-color: #080808;
}
.module-038 .swiper-product-next:hover{
	background-color: #b91b01;
	border: 1px solid #b91b01;
}
.module-038 .swiper-product-next::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #868686;
	border-left: 1px solid #d8d8d8;
	transform:translate(-75%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-038 .swiper-product-next:hover::after{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform:translate(0%,-50%) rotate(135deg);
}
@media screen and (max-width: 1680px) {
	.module-038 .swiper-product-prev{
		left: 10px;
	}
	.module-038 .swiper-product-next{
		right: 10px;
	}
}
@media screen and (max-width: 991px) {
	.module-038 .swiper-pagination-bullet {
	    width: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-038 .swiper-pagination-bullet {
	    width: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-038 .swiper-pagination-bullet {
	    width: 15px;
	}
}




.module-039 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.module-039 ul>li{
	display: inline-block;
	margin-right: 50px;
}
.module-039 ul>li>a{
	display: inline-block;
	padding: 13px 35px;
	color: #c7c7c7;
}
.module-039 ul>li.active>a,
.module-039 ul>li>a:hover{
	background-color: #ddd;
	color: #000;
}
@media screen and (max-width: 767px) {
	.module-039 ul>li>a{
		padding: 11px 25px;
		font-size: 14px;
	}
	.module-039 ul>li {
	    margin-right: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-039 {
		padding: 10px 0;
	}
	.module-039 ul>li>a{
		padding: 10px 15px;
		font-size: 12px;
	}
	.module-039 ul>li {
	    margin-right: 10px;
	}
}


.module-040 {
	padding-bottom: 90px;
	margin-bottom: 80px;
	border-bottom: 1px solid #868686;
}
.module-040 .tp{
	padding-bottom: 56.57%;
	transition: all .5s;
}
.module-040 a:hover .tp{
	transform: scale(1.05);
}
.module-040 .text-box{
	padding-left: 40px;
}
.module-040 .text-box .title{
	font-size: 26px;
	color: #bbb;
}
.module-040 .text-box .date{
	color: #999999;
	font-size: 22px;
	margin-top: 35px;
}
.module-040 .text-box .note{
	color: #868686;
	font-size: 14px;
	line-height: 2em;
	margin-top: 30px;
}
.module-040 .text-box .bt{
	margin-top: 60px;
	display: inline-block;
	padding: 12px 25px;
	font-size: 12px;
	color: #868686;
	border: 1px solid #868686;
	transition: all .5s;
}
.module-040 a:hover .text-box .bt{
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
}
@media screen and (max-width: 1680px) {
	.module-040 {
	    padding-bottom: 70px;
	    margin-bottom: 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-040 {
	    padding-bottom: 60px;
	    margin-bottom: 60px;
	}
	.module-040 .text-box {
	    padding-left: 20px;
	}
	.module-040 .text-box .title {
	    font-size: 22px;
	}
	.module-040 .text-box .date {
	    font-size: 18px;
	    margin-top: 25px;
	}
	.module-040 .text-box .note {
	    margin-top: 25px;
	}
	.module-040 .text-box .bt {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.module-040 {
	    padding-bottom: 50px;
	    margin-bottom: 50px;
	}
	.module-040 .text-box {
	    padding-left: 10px;
	}
	.module-040 .text-box .title {
	    font-size: 20px;
	}
	.module-040 .text-box .date {
	    font-size: 16px;
	    margin-top: 25px;
	}
	.module-040 .text-box .note {
	    margin-top: 25px;
	}
	.module-040 .text-box .bt {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-040 {
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	}
	.module-040 .text-box {
		padding-left: 0;
	}
	.module-040 .text-box .title {
	    font-size: 18px;
	}
	.module-040 .text-box .date {
	    font-size: 14px;
	    margin-top: 15px;
	}
	.module-040 .text-box .note {
	    font-size: 12px;
	    line-height: 1.75em;
	    margin-top: 15px;
	}
	.module-040 .text-box .bt {
	    margin-top: 15px;
	    padding: 10px 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-040 {
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.module-040 .text-box {
		padding-top: 30px;
	    padding-left: 0;
	}
	.module-040 .text-box .title {
	    font-size: 20px;
	}
	.module-040 .text-box .date {
	    font-size: 18px;
	    margin-top: 20px;
	}
	.module-040 .text-box .note {
	    margin-top: 20px;
	}
	.module-040 .text-box .bt {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-040 {
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.module-040 .text-box {
		padding-top: 15px;
	}
	.module-040 .text-box .title {
	    font-size: 18px;
	}
	.module-040 .text-box .date {
	    font-size: 14px;
	    margin-top: 15px;
	}
	.module-040 .text-box .note {
	    font-size: 12px;
	    line-height: 1.75em;
	    margin-top: 15px;
	}
	.module-040 .text-box .bt {
	    margin-top: 15px;
	    padding: 12px 25px;
	}
}



.module-041 {
	margin-bottom: 120px;
}
.module-041 .tp{
	padding-bottom: 56.57%;
	transition: all .5s;
}
.module-041 a:hover .tp{
	transform: scale(1.05);
}
.module-041 .text-box .title{
	font-size: 24px;
	color: #bbb;
}
.module-041 .text-box .note{
	color: #868686;
	font-size: 14px;
	line-height: 2em;
	margin-top: 15px;
}
.module-041 .text-box .date-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.module-041 .text-box .date-box .date{
	color: #999999;
	font-size: 16px;
}
.module-041 .text-box .date-box .bt{
	display: inline-block;
	padding: 12px 25px;
	font-size: 12px;
	color: #868686;
	border: 1px solid #868686;
	transition: all .5s;
}
.module-041 a:hover .text-box .date-box .bt{
	color: #fff;
	background-color: #333;
	border: 1px solid #333;
}
@media screen and (max-width: 1280px) {
	.module-041{
		margin-bottom: 100px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 1199px) {
	.module-041{
		margin-bottom: 80px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-041{
		margin-bottom: 60px;
	}
	.module-041 .text-box .title {
	    font-size: 22px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-041{
		margin-bottom: 40px;
	}
	.module-041 .text-box{
		padding-top: 30px;
	}
	.module-041 .text-box .title {
	    font-size: 20px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 25px;
	}
	.module-041 .text-box .date-box .date {
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-041{
		margin-bottom: 20px;
	}
	.module-041 .text-box{
		padding-top: 15px;
	}
	.module-041 .text-box .title {
	    font-size: 18px;
	}
	.module-041 .text-box .note {
	    font-size: 12px;
		line-height: 1.75em;
	}
	.module-041 .text-box .date-box {
	    margin-top: 15px;
	}
	.module-041 .text-box .date-box .date {
	    font-size: 12px;
	}
	.module-041 .text-box .date-box .bt{
		padding: 10px 20px;
	}
}




.module-042 {
	border-bottom: 1px solid #868686;
	margin-bottom: 30px;
}
.module-042 .title{
	font-size: 26px;
	color: #e0e0e0;
	margin-bottom: 15px;
}
.module-042 .note{
	font-size: 12px;
	color: #999999;
}
.module-042 .note span{
	display: inline-block;
	margin-right: 40px;
	color: #999999;
	margin-bottom: 20px;
}
.module-042 .note span:nth-last-of-type(1){
	margin-right: 0px;
}
@media screen and (max-width: 1280px) {
	.module-042 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-042 .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-042 .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-042 .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-042 .title {
	    font-size: 16px;
	}
	.module-042 .note span {
	    margin-right: 30px;
	    margin-bottom: 15px;
	}
	.module-042 {
	    margin-bottom: 20px;
	}
}

.module-043{
	margin-bottom: 30px;
	margin-top: 120px;
}
.module-043 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-043 a{
	display: block;
	text-decoration: none;
	color: #333333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #868686;
	position: relative;
	font-size: 0;
}
.module-043 a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #fbfeff;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.module-043 a:hover:after{
	width: 100%;
}
.module-043 a .left{
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
.module-043 a .left .tp{
	padding-bottom: 80%;
}
.module-043 a .right{
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: top;
	padding-left: 15px;
}
.module-043 a .right .title{
	margin-bottom: 5px;
	color: #d2d0d0;
	font-size: 14px;
	line-height: 1.5em;
}
.module-043 a .right .date{
	color: #999999;
	font-size: 12px;
}


.module-044 video{
	margin-bottom: 15px;
}
.module-044 .bjb{
	padding: 0;
}



.module-045{
	margin-bottom: 30px;
}
.module-045 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-045 a{
	display: block;
	text-decoration: none;
	color: #a2a2a2;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #868686;
	position: relative;
	font-size: 0;
}
.module-045 a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #cccccc;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.module-045 a:hover:after{
	width: 100%;
}
.module-045 a .left{
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
.module-045 a .left .tp{
	padding-bottom: 100%;
}
.module-045 a .right{
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: top;
	padding-left: 15px;
}
.module-045 a .right .title{
	margin-bottom: 10px;
	color: #eaeaea;
	font-size: 14px;
	line-height: 1.5em;
}
.module-045 a .right .date{
	color: #999999;
	font-size: 12px;
}
.module-045 a .right .note{
	margin-top: 15px;
}


.module-046{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 55px;
}
.module-046 a{
	display: inline-block;
}
.module-046 .left .icon{
	display: inline-block;
	height: 10px;
	width: 10px;
	border-bottom: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	transform: rotate(45deg);
	transition: all .5s;
}
.module-046 .left a:hover .icon{
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
}
.module-046 .left .text{
	color: #dadada;
	margin-left: 5px;
	transition: all .5s;
}
.module-046 .left a:hover .text{
	color: #f3f3f3;
}
.module-046 .right .icon{
	display: inline-block;
	height: 10px;
	width: 10px;
	border-top: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	transform: rotate(45deg);
	transition: all .5s;
}
.module-046 .right a:hover .icon{
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.module-046 .right .text{
	color: #c7c7c7;
	margin-right: 5px;
	transition: all .5s;
}
.module-046 .right a:hover .text{
	color: #ffffff;
}
@media screen and (max-width: 991px) {
	.module-046{
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-046{
		margin-top: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-046{
		margin-top: 30px;
	}
}



.module-047{
	text-align: center;
	margin-bottom: 50px;
}
.module-047 .title{
	font-size: 32px;
	color: #000000;
}
@media screen and (max-width: 1680px) {
	.module-047{
		margin-bottom: 40px;
	}
	.module-047 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-047{
		margin-bottom: 35px;
	}
	.module-047 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-047{
		margin-bottom: 30px;
	}
	.module-047 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-047{
		margin-bottom: 25px;
	}
	.module-047 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-047{
		margin-bottom: 20px;
	}
	.module-047 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-047{
		margin-bottom: 15px;
	}
	.module-047 .title{
		font-size: 18px;
	}
}


.module-048{
	border: 1px solid #333333;
	font-size: 0;
	max-width: 800px;
	margin: 0 auto;
	transition: all .5s;
}
.module-048:hover{
	border: 1px solid #026487;
}
.module-048 select{
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 100px;
}
.module-048 input{
	width: calc(100% - 151px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-048 a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #a1a1a1;
	vertical-align: middle;
}
.module-048 a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-048 a:hover i{
	color: #026487;
}
@media screen and (max-width: 991px) {
	.module-048 input {
	    font-size: 12px;
	    padding: 7px 10px;
		width: calc(100% - 140px);
	}
	.module-048 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-048{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-048{
		margin-bottom: 10px;
	}
	.module-048 input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-048 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}



.module-049{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}
.module-049 span{
	color: #333333;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
.module-049 a{
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 30px;
	background-color: #f5f5f5;
	border-radius: 50px;
	margin-right: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}
.module-049 a:hover{
	background-color: #026487;
	color: #fff;
}
@media screen and (max-width:991px) {
	.module-049 a{
		padding: 7px 25px;
	}
}
@media screen and (max-width:767px) {
	.module-049 a{
		padding: 7px 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-049 a{
		padding: 7px 15px;
		margin-right: 15px;
		font-size: 12px;
	}
}


.module-050 .text{
	font-size: 18px;
	color: #333333;
	margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
	.module-050 .text{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-050 .text{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-050 .text{
		font-size: 16px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-050 .text{
		font-size: 14px;
		margin-bottom: 20px;
	}
}

.module-050a {
	font-size: 0;
	margin-bottom: 15px;
}
.module-050a .left{
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	border-right: 1px solid #e9e9e9;
	margin-right: 15px;
}
.module-050a .right{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 85px);
}
.module-050a .right .title{
	color: #999999;
	font-size: 16px;
	margin-bottom: 5px;
}
.module-050a .right .note{
	font-size: 18px;
	/* color: #333333; */
}
@media screen and (max-width: 767px) {
	.module-050a .right .title{
		font-size: 14px;
	}
	.module-050a .right .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-050a .left{
		padding-right: 10px;
		margin-right: 10px;
		width: 40px;
	}
	.module-050a .right{
		width: calc(100% - 60px);
	}
	.module-050a .right .title{
		font-size: 12px;
	}
	.module-050a .right .note{
		font-size: 14px;
	}
}


.module-051 .title{
	color: #333333;
	font-size: 48px;
	max-width: 468px;
	line-height: 1.3em;
}
.module-051 .note{
	color: #666666;
	font-size: 16px;
	max-width: 520px;
	line-height: 1.75em;
	margin-top: 50px;
}
@media screen and (max-width: 1680px) {
	.module-051 .title{
		font-size: 44px;
	}
	.module-051 .note{
		margin-top: 45px;
	}
}
@media screen and (max-width: 1440px) {
	.module-051 .title{
		font-size: 40px;
	}
	.module-051 .note{
		margin-top: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-051 .title{
		font-size: 36px;
	}
	.module-051 .note{
		margin-top: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-051 .title{
		font-size: 32px;
	}
	.module-051 .note{
		margin-top: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-051 .title{
		font-size: 28px;
	}
	.module-051 .note{
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-051 .title{
		font-size: 24px;
	}
	.module-051 .note{
		max-width: 100%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-051 .title{
		font-size: 20px;
	}
	.module-051 .note{
		font-size: 14px;
		margin-top: 15px;
	}
}


.module-052 .title{
	font-size: 48px;
	color: #efefef;
}
.module-052 .title-f{
	font-size: 36px;
	color: #ececec;
	margin-top: 20px;
}
.module-052 .note{
	font-size: 16px;
	color: #cccccc;
	line-height: 1.5em;
	max-width: 710px;
	margin-top: 40px;
}
@media screen and (max-width:1680px) {
	.module-052 .title{
		font-size: 44px;
	}
	.module-052 .title-f {
	    font-size: 32px;
	}
}
@media screen and (max-width:1440px) {
	.module-052 .title{
		font-size: 40px;
	}
	.module-052 .title-f {
	    font-size: 28px;
	}
}
@media screen and (max-width:1280px) {
	.module-052 .title{
		font-size: 36px;
	}
	.module-052 .title-f {
	    font-size: 24px;
	}
}
@media screen and (max-width:1199px) {
	.module-052 .title{
		font-size: 32px;
	}
	.module-052 .title-f {
	    font-size: 20px;
	}
	.module-052 .note {
	    margin-top: 35px;
	}
}
@media screen and (max-width:991px) {
	.module-052 .title{
		font-size: 28px;
	}
	.module-052 .title-f {
	    font-size: 18px;
	}
	.module-052 .note {
	    margin-top: 30px;
	}
}
@media screen and (max-width: 757px) {
	.module-052 .title{
		font-size: 24px;
	}
	.module-052 .title-f {
	    font-size: 16px;
	}
	.module-052 .note {
	    font-size: 14px;
	    margin-top: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-052 .title{
		font-size: 20px;
	}
	.module-052 .title-f {
	    font-size: 14px;
	    margin-top: 15px;
	}
	.module-052 .note {
	    font-size: 12px;
	    margin-top: 20px;
	}
}


.module-053{
	background-color: #0d1114;
	padding: 100px 120px;
	position: relative;
}
.module-053 .swiper-about-container{
	overflow: hidden;
}
.module-053 .swiper-index-box1-container{
	overflow: hidden;
}
.module-053 .swiper-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #888888;
	cursor: pointer;
	transition: all .5s;
}
.module-053 .swiper-prev:hover{
	background-color: #026487;
	border: 1px solid #026487;
}
.module-053 .swiper-prev::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	transform:translate(-25%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-053 .swiper-prev:hover::after{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform:translate(-100%,-50%) rotate(135deg);
}
.module-053 .swiper-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #888888;
	cursor: pointer;
	transition: all .5s;
}
.module-053 .swiper-next:hover{
	background-color: #ab1900;
	border: 1px solid #ab1900;
}
.module-053 .swiper-next::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #bebebe;
	border-left: 1px solid #bebebe;
	transform:translate(-75%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-053 .swiper-next:hover::after{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform:translate(0%,-50%) rotate(135deg);
}
@media screen and (max-width: 1680px) {
	.module-053 {
	    padding: 90px 120px;
	}
}
@media screen and (max-width: 1440px) {
	.module-053 {
	    padding: 80px 120px;
	}
}
@media screen and (max-width: 1280px) {
	.module-053 {
	    padding: 70px 110px;
	}
}
@media screen and (max-width: 1199px) {
	.module-053 {
	    padding: 60px 100px;
	}
}
@media screen and (max-width: 991px) {
	.module-053 {
	    padding: 50px 90px;
	}
}
@media screen and (max-width: 767px) {
	.module-053 {
	    padding: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-053 {
	    padding: 15px;
	}
}


.module-054 .text {
	margin-top: 50px;
}
.module-054 .text .title{
	font-size: 26px;
	color: #8e8e8e;
}
.module-054 .text .title span{
	position: relative;
	color: #d8d8d8;
}
.module-054 .text .title span::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 16px;
	background-color: #ab1900;
	z-index: -1;
}
.module-054 .text .box{
	margin-top: 30px;
}
.module-054 .text .box .note{
	/* color: #666666; */
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 30px;
}
@media screen and (max-width: 1680px) {
	.module-054 .text {
		margin-top: 40px;
	}
	.module-054 .text .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1440px) {
	.module-054 .text {
		margin-top: 35px;
	}
	.module-054 .text .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 1280px) {
	.module-054 .text {
		margin-top: 30px;
	}
	.module-054 .text .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 1199px) {
	.module-054 .text {
		margin-top: 25px;
	}
	.module-054 .text .title{
		font-size: 18px;
	}
	.module-054 .text .title span::after{
		bottom: -4px;
		height: 10px;
	}
	.module-054 .text .box{
		margin-top: 25px;
	}
	.module-054 .text .box .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.module-054 .text {
		margin-top: 20px;
	}
	.module-054 .text .title{
		font-size: 16px;
	}
	.module-054 .text .title span::after{
		bottom: -2px;
		height: 7px;
	}
	.module-054 .text .box{
		margin-top: 20px;
	}
	.module-054 .text .box .note{
		font-size: 12px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-054 .text {
		margin-top: 25px;
	}
	.module-054 .text .title{
		font-size: 18px;
	}
	.module-054 .text .title span::after{
		bottom: -4px;
		height: 10px;
	}
	.module-054 .text .box{
		margin-top: 25px;
	}
	.module-054 .text .box .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-054 .text {
		margin-top: 20px;
	}
	.module-054 .text .title{
		font-size: 16px;
	}
	.module-054 .text .title span::after{
		bottom: -2px;
		height: 7px;
	}
	.module-054 .text .box{
		margin-top: 20px;
	}
	.module-054 .text .box .note{
		font-size: 12px;
		margin-bottom: 10px;
	}
}



.module-055 .note{
	color: #e4e4e4;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 1.75em;
	letter-spacing: 1px;
	text-indent: 2em;
}
@media screen and (max-width: 575px) {
	.module-055 .note{
		margin-bottom: 15px;
	}
}

.module-056 .note{
	color: #afafaf;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.4em;
	border-left: 1px dashed #ddd;
	padding: 10px 20px;
}
@media screen and (max-width: 575px) {
	.module-056 .note{
		margin-bottom: 15px;
	}
}



.module-057 {
	margin-bottom: 30px;
}
.module-057 .title{
	font-size: 48px;
	max-width: 400px;
	line-height: 1.3em;
	margin-bottom: 30px;
	color: #026487;
}
.module-057 .note{
	font-size: 18px;
	color: #666666;
	max-width: 670px;
	line-height: 1.75em;
	margin-bottom: 90px;
}
.module-057 .p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 15px;
	line-height: 1.5em;
}
@media screen and (max-width: 1680px) {
	.module-057 .title {
	    font-size: 44px;
	}
	.module-057 .note {
	    margin-bottom: 80px;
	}
}
@media screen and (max-width: 1440px) {
	.module-057 .title {
	    font-size: 40px;
	}
	.module-057 .note {
	    margin-bottom: 70px;
	}
}
@media screen and (max-width: 1280px) {
	.module-057 .title {
	    font-size: 36px;
	}
	.module-057 .note {
	    margin-bottom: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-057 .title {
	    font-size: 32px;
	}
	.module-057 .note {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	.module-057 .title {
	    font-size: 28px;
	    margin-bottom: 25px;
	}
	.module-057 .note {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-057 .title {
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	.module-057 .note {
	    font-size: 16px;
	    margin-bottom: 30px;
	}
	.module-057 .p{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-057 .title {
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	.module-057 .note {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	.module-057 .p{
		font-size: 8px;
		margin-bottom: 10px;
	}
}

.module-058 {
	margin-bottom: 30px;
}



.module-059{
	text-align: center;
	margin-bottom: 30px;
}
.module-059 .title-cn{
	margin-top: 30px;
	color: #ffffff;
	font-size: 24px;
}
.module-059 .title-en{
	margin-top: 5px;
	color: #e2e2e2;
	font-size: 18px;
}
.module-059 .note{
	color: #e2e2e2;
	font-size: 14px;
	line-height: 1.75em;
	max-width: 270px;
	margin: 15px auto;
}
@media screen and (max-width: 1680px) {
	.module-059 img{
		width: 200px;
	}
}
@media screen and (max-width: 1440px) {
	.module-059 img{
		width: 190px;
	}
}
@media screen and (max-width: 1280px) {
	.module-059 img{
		width: 180px;
	}
}
@media screen and (max-width: 1199px) {
	.module-059 img{
		width: 170px;
	}
	.module-059 .title-cn{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-059 img{
		width: 160px;
	}
	.module-059 .title-cn{
		margin-top: 25px;
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-059 img{
		width: 150px;
	}
	.module-059 .title-cn{
		margin-top: 20px;
		font-size: 18px;
	}
	.module-059 .title-en{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-059 img{
		width: 140px;
	}
	.module-059 .title-cn{
		margin-top: 15px;
		font-size: 16px;
	}
	.module-059 .title-en{
		font-size: 14px;
	}
	.module-059 .note{
		font-size: 12px;
		margin: 10px auto;
		max-width: 100%;
	}
}

.module-060{
	margin-bottom: 90px;
}
.module-060 .p1{
	color: #fff;
	font-size: 32px;
}
.module-060 .p2{
	font-weight: bold;
	color: #fff;
	font-size: 32px;
	margin-top: 15px;
}
@media screen and (max-width: 1440px) {
	.module-060{
		margin-bottom: 80px;
	}
	.module-060 .p1,
	.module-060 .p2{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-060{
		margin-bottom: 70px;
	}
	.module-060 .p1,
	.module-060 .p2{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-060{
		margin-bottom: 60px;
	}
	.module-060 .p1,
	.module-060 .p2{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-060{
		margin-bottom: 50px;
	}
	.module-060 .p1,
	.module-060 .p2{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-060{
		margin-bottom: 40px;
	}
	.module-060 .p1,
	.module-060 .p2{
		font-size: 22px;
	}
}
@media screen and (max-width: 575px) {
	.module-060{
		margin-bottom: 30px;
	}
	.module-060 .p1,
	.module-060 .p2{
		font-size: 20px;
	}
}




.module-061{
	margin-bottom: 90px;
}
.module-061 .p1{
	color: #333333;
	font-size: 32px;
}
.module-061 .p2{
	font-weight: bold;
	color: #333333;
	font-size: 32px;
	margin-top: 15px;
}
@media screen and (max-width: 1440px) {
	.module-061{
		margin-bottom: 80px;
	}
	.module-061 .p1,
	.module-061 .p2{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-061{
		margin-bottom: 70px;
	}
	.module-061 .p1,
	.module-061 .p2{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-061{
		margin-bottom: 60px;
	}
	.module-061 .p1,
	.module-061 .p2{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-061{
		margin-bottom: 50px;
	}
	.module-061 .p1,
	.module-061 .p2{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-061{
		margin-bottom: 40px;
	}
	.module-061 .p1,
	.module-061 .p2{
		font-size: 22px;
	}
}
@media screen and (max-width: 575px) {
	.module-061{
		margin-bottom: 30px;
	}
	.module-061 .p1,
	.module-061 .p2{
		font-size: 20px;
	}
}


.module-062{
	
}


.module-063 {
	padding: 30px 100px;
}
.module-063 .title-en{
	color: #026487;
	font-size: 46px;
	margin-bottom: 20px;
	font-family: "CORMORANTSC";
}
.module-063 .title-cn{
	color: #333333;
	font-size: 36px;
	margin-bottom: 10px;
}
.module-063 .note{
	margin-top: 40px;
	line-height: 2em;
}
@media screen and (max-width: 1680px) {
	.module-063 {
		padding: 30px 80px;
	}
	.module-063 .title-en{
		font-size: 42px;
	}
	.module-063 .title-cn {
	    font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	.module-063 {
		padding: 30px 70px;
	}
	.module-063 .title-en{
		font-size: 38px;
	}
	.module-063 .title-cn {
	    font-size: 28px;
	}
	.module-063 .note{
		margin-top: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-063 {
		padding: 30px 60px;
	}
	.module-063 .title-en{
		font-size: 34px;
	}
	.module-063 .title-cn {
	    font-size: 24px;
	}
	.module-063 .note{
		margin-top: 20px;
	}
}
@media screen and (max-width: 1199px) {
	.module-063 {
		padding: 20px 50px;
	}
	.module-063 .title-en{
		font-size: 30px;
	}
	.module-063 .title-cn {
	    font-size: 20px;
	}
	.module-063 .note{
		margin-top: 10px;
		line-height: 1.75em;
	}
}
@media screen and (max-width: 991px) {
	.module-063 {
		padding: 40px;
	}
	.module-063 .title-en{
		font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	.module-063 {
		padding: 30px;
	}
	.module-063 .title-en{
		font-size: 26px;
	}
}
@media screen and (max-width: 575px) {
	.module-063 {
		padding: 30px 15px;
	}
	.module-063 .title-en{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.module-063 .note{
		margin-top: 30px;
	}
}




.module-064{
	text-align: center;
	margin-bottom: 70px;
}
.module-064 .title{
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
}
.module-064 .note{
	color: #ececec;
	font-size: 16px;
	line-height: 1.75em;
	max-width: 300px;
	margin: 15px auto 0;
}
@media screen and (max-width: 1199px) {
	.module-064{
		margin-bottom: 60px;
	}
	.module-064 img{
		width: 46px;
	}
	.module-064 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-064{
		margin-bottom: 50px;
	}
	.module-064 img{
		width: 44px;
	}
	.module-064 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-064{
		margin-bottom: 40px;
	}
	.module-064 img{
		width: 42px;
	}
	.module-064 .title{
		font-size: 18px;
	}
	.module-064 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-064{
		margin-bottom: 30px;
	}
	.module-064 img{
		width: 40px;
	}
	.module-064 .title{
		font-size: 16px;
		margin-top: 10px;
	}
	.module-064 .note{
		font-size: 12px;
		margin: 10px auto 0;
		display: none;
	}
}


.module-065{
	margin-bottom: 30px;
}
.module-065 .p1{
	color: #fff;
	font-size: 30px;
	text-align: center;
}
@media screen and (max-width: 1680px) {
	.module-065 .p1{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-065 .p1{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-065 .p1{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-065{
		margin-bottom: 25px;
	}
	.module-065 .p1{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-065{
		margin-bottom: 20px;
	}
	.module-065 .p1{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-065{
		margin-bottom: 15px;
	}
	.module-065 .p1{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-065{
		margin-bottom: 10px;
	}
	.module-065 .p1{
		font-size: 16px;
	}
}


.module-071{
	margin: 0 auto;
	max-width: 1050px;
}
.module-071 .box1,
.module-071 .box2,
.module-071 .box3{
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 70px;
	padding-bottom: 20px;
}
.module-071 .input-box1{
	font-size: 0;
}
.module-071 .input-box1 .title{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-right: 15px;
}
.module-071 .input-box1 input{
	vertical-align: middle;
	font-size: 14px;
	width: calc(100% - 50px);
}
.module-071 .input-box2{
	font-size: 0;
}
.module-071 .input-box2 .title{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #000000;
	padding-right: 15px;
	font-weight: bold;
}
.module-071 .input-box2 input{
	vertical-align: middle;
	font-size: 14px;
	width: calc(100% - 80px);
}
.module-071 .box2 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 80px;
	vertical-align: middle;
	font-weight: bold;
}
.module-071 .box2 .select-box{
	display: inline-block;
	width: 120px;
	margin-right: 80px;
	vertical-align: middle;
}
.module-071 .box2 .select-box select{
	font-size: 14px;
	border: none;
	outline: none;
	width: 100%;
}
.module-071 .box2 .input-box{
	display: inline-block;
	width: calc(100% - 765px);
	vertical-align: middle;
}
.module-071 .box2 .input-box input{
	font-size: 14px;
	outline: none;
	border: none;
	width: 100%;
}
.module-071 .box3 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 80px;
	vertical-align: middle;
	font-weight: bold;
}
.module-071 .box3 .box{
	display: inline-block;
	margin-right: 90px;
}
.module-071 .box3 .box .span1{
	color: #333333;
	font-size: 16px;
	margin-right: 15px;
	vertical-align: middle;
}
.module-071 .box3 .box .span1 input{
	margin-right: 10px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	font-size: 0;
}
.module-071 .box3 .box .span2{
	color: #999999;
	vertical-align: middle;
	font-size: 14px;
}
.module-071 .box3 .box .span2 input{
	border: none;
	border-bottom: 1px solid #e5e5e5;
	outline: none;
	width: 200px;
	text-align: center;
	vertical-align: middle;
}
.module-071 .box3 .box:nth-last-of-type(1){
	margin-right: 0;
}
.module-071 .box4 {
	text-align: center;
}
.module-071 .box4 input{
	background-color: #fff;
	padding: 10px 80px;
	background-color: #026487;
	color: #fff;
	border: 1px solid #026487;
	outline: none;
	cursor: pointer;
	transition: all .5s;
}
.module-071 .box4 input:hover{
	background-color: #fff;
	color: #026487;
}
@media screen and (max-width: 1440px) {
	.module-071 .box4 input {
	    padding: 10px 70px;
	}
}
@media screen and (max-width: 1280px) {
	.module-071 .box4 input {
	    padding: 10px 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-071 .box1, .module-071 .box2, .module-071 .box3 {
	    border-bottom: none;
	    margin-bottom: 30px;
	    padding-bottom: 0px;
	}
	.module-071 .box1 .input-box1 input{
		padding: 10px;
		border: 1px solid #eeeeee;
	}
	.module-071 .box1 .input-box2 input{
		padding: 10px;
		border: 1px solid #eeeeee;
	}
	.module-071 .box2 .title{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.module-071 .box2 .select-box{
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.module-071 .box2 .select-box select{
		border: 1px solid #eeeeee;
		padding: 10px;
	}
	.module-071 .box2 .input-box{
		display: block;
		width: 100%;
	}
	.module-071 .box2 .input-box input{
		padding: 10px;
		border: 1px solid #eeeeee;
	}
	.module-071 .box3 .title{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.module-071 .box3 .box{
		display: block;
		padding: 10px;
		border: 1px solid #eeeeee;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.module-071 .box3 .box .span2 input{
		width: calc(100% - 155px);
	}
	.module-071 .box4 input {
	    padding: 10px 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-071 .box4 input {
	    padding: 10px 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-071 .input-box1 {
	    margin-bottom: 15px;
	}
	.module-071 .input-box2{
	    margin-bottom: 15px;
	}
	.module-071 .box1{
	    margin-bottom: 0px;
	}
	.module-071 .box2,
	.module-071 .box3 {
	    margin-bottom: 15px;
	}
	.module-071 .input-box1 .title {
	    font-size: 14px;
	}
	.module-071 .input-box2 .title {
	    font-size: 14px;
	}
	.module-071 .box2 .title {
	    font-size: 14px;
	}
	.module-071 .box3 .title {
	    font-size: 14px;
	}
	.module-071 .box1 .input-box1 input {
	    padding: 7px 10px;
	}
	.module-071 .box1 .input-box2 input {
	    padding: 7px 10px;
	}
	.module-071 .box2 .select-box select {
	    padding: 7px 10px;
	}
	.module-071 .box2 .input-box input {
	    padding: 7px 10px;
	}
	.module-071 .box3 .box .span1 {
	    font-size: 14px;
	    margin-right: 15px;
	}
	.module-071 .box3 .box .span1 input {
	    width: 15px;
	    height: 15px;
	}
	.module-071 .box4 input {
	    padding: 7px 30px;
	}
}


.module-072{
	position: relative;
	font-size: 0;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.module-072 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}



.module-073 input[type*="text"],
.module-073 select{
	background-color: #f5f5f5;
	padding: 15px;
	border: 1px solid #efefef;
	outline: none;
	width: 100%;
	font-size: 14px;
	margin-bottom: 30px;
	transition: all .5s;
}
.module-073 input[type*="text"]:focus,
.module-073 select:focus{
	border: 1px solid #026487;
	background-color: #fff;
}
.module-073 textarea{
	background-color: #f5f5f5;
	padding: 15px;
	border: 1px solid #efefef;
	outline: none;
	width: 100%;
	font-size: 14px;
	margin-bottom:30px;
	height: 150px;
	resize: none;
	transition: all .5s;
}
.module-073 textarea:focus{
	border: 1px solid #026487;
	background-color: #fff;
}
.module-073 .btn-box{
	text-align: center;
}
.module-073 .btn-box input{
	background-color: #026487;
	padding: 15px 75px;
	border: 1px solid #026487;
	outline: none;
	font-size: 14px;
	margin-bottom: 15px;
	color: #fff;
	cursor: pointer;
	transition: all .5s;
	font-weight: bold;
}
.module-073 .btn-box input:hover{
	background-color: #fff;
	color: #026487;
}
@media screen and (max-width: 991px) {
	.module-073 input[type*="text"],
	.module-073 select{
		margin-bottom: 25px;
	}
	.module-073 textarea{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-073 input[type*="text"],
	.module-073 select{
		padding: 12px;
		margin-bottom: 20px;
	}
	.module-073 textarea{
		padding: 12px;
		margin-bottom: 20px;
	}
	.module-073 .btn-box input{
		padding: 12px 75px;
	}
}
@media screen and (max-width: 575px) {
	.module-073 input[type*="text"],
	.module-073 select{
		padding: 10px;
		margin-bottom: 15px;
	}
	.module-073 textarea{
		padding: 10px;
		margin-bottom: 15px;
	}
	.module-073 .btn-box input{
		padding: 10px 75px;
		width: 100%;
	}
}




.module-086{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}
.module-086 .mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	z-index: 99999;
}
.module-086 .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	z-index: 999999;
}
.module-086 .box video{
	box-shadow: 0 0 30px 10px rgba(0,0,0,0.5);
}
.module-086 .cloes-btn{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}
.pos_rel {
	position: relative;
}

.index-video-list {
	/* padding-top: 45px; */
	position: relative;
	margin: 0 105px;
	overflow: hidden;
}

.index-video-list li {
	width: 100%;
	/* float: left;
	margin-right: 2.226%; */
	position: relative;
	z-index: 2; list-style: none;
}

.index-video-list li:nth-of-type(2n) {
	margin-right: 0;
}

.index-video-name {
	/* width: 100%; */
	height: 87px;
	background: #F6F6F6;
	padding: 0 45px;
	display: flex;
	align-items: center;
}

.index-video-name i {
	display: block;
	width: 34px;
	height: 34px;
	background-image: url(../images/play-icon.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-right: 16px;
	flex-shrink: 0;
}

.index-video-name p {
	flex: 1;
	font-size: 16px;
	color: #0E0E0E;
}

.index-video-ch {
	width: 56%;
	position: absolute;
	left: -21%;
	bottom: -36%;
}

.index-video-ch img {
	/* width: 100%; */
	    vertical-align: middle;

	    border: 0;
	    outline: none;
	    max-width: 100%;
	    object-fit: cover;
}
.index-video-list img.isimg {
	display: block;
	width: 100%;
	/* visibility: hidden; */
}
.index-video-list img.zwimg {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
.index-video-list li:hover .zwimg{ opacity: 0.7;}




.index1-cp-cell {
	width: 100%;
	/* background: #FEFEFE; */
	/* border: 2px solid #383838; */
	padding: 20px 10px;
}

.index1-cp-item {
	width: 20%;
	float: left;
	padding: 0 10px;
	position: relative;
}
.index1-cp-item a{display: block;}

.index1-cp-tit {
	width: 100%;
	font-size: 18px;
	color: #d6d6d6;
	/* position: absolute; */
	/* left: 0; */
	/* top: 100%; */
	padding-bottom: 30px;
	text-align: center;
	padding-top: 10px;
}
.index1-cp-tit p{ line-height: 1.5;
	font-size: 18px;}
.index1-cp-tit p:nth-child(2){
	font-size: 14px;
	color: #cacaca;
	}
.index1-cp-item img.isimg {
	display: block;
	width: 100%;
	height: 100%;
/* 	position: absolute;
	top: 0;
	left: 0; */
}


.module-087 {
	margin-bottom: 30px;
}
.module-087 .p1{
	font-size: 32px;
	color: #333333;
	font-weight: bold;
}
.module-087 .p2{
	font-size: 18px;
	color: #333333;
	margin-top: 15px;
	max-width: 800px;
	line-height: 1.75em;
}
@media screen and (max-width: 1680px) {
	.module-087 .p1{
		font-size: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-087 .p1{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-087 .p1{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-087 .p1{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-087 .p1{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-087 .p1{
		font-size: 20px;
	}
	.module-087 .p2{
		font-size: 16px;
	}.index1-cp-item{width: 50%;}
	.index-video-name{height: 54px;}
	.index1-cp-tit p {
	    font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-087 .p1{
		font-size: 18px;
	}
	.module-087 .p2{
		font-size: 14px;
		margin-top: 10px;
	}
	.index1-cp-item{width: 50%;}
	.index-video-name{height: 54px;}
	.index1-cp-tit p {
	    font-size: 16px;
	}
}


/*二维码弹窗*/
.footer-ewm{
	position: fixed;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 999999999999999999;
}
.footer-ewm .ewm-box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
	max-width: 300px;
}
.footer-ewm .ewm-box .title{
	font-family: "Helvetica_Neue_CE_35_Thin";
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.close-ewm{
	position: absolute;
    top: 2%;
    right: 2%;
    border: none;
    padding: 15px 20px;
    outline: none;
    background-color: #ffffff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
.close-ewm:hover {
    background-color: #026487;
    color: #fff;
}
@media screen and (max-width: 757px){
	.footer-ewm .ewm-box .title{
		font-size: 24px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px){
	.footer-ewm .ewm-box .title{
		font-size: 18px;
		margin-top: 10px;
	}
}
/*二维码弹窗 end*/



/*侧边栏*/
.cbl-box{
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid rgba(0,0,0,0.2);
	z-index: 9;
}
.cbl-box ul>li:nth-last-of-type(1){
	border-bottom: none;
}
.cbl-box ul>li>a{
	display: inline-block;
	padding: 12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.cbl-box ul>li>a .title{
	font-size: 14px;
	color: #ffffff;
	margin-top: 5px;
}
.cbl-box ul>li>a:hover .title{
	color: #3b3b3c;
}
.wx-box{
	padding: 10px;
	background-color: #fff;
	position: absolute;
	top: 65%;
	transform: translateY(-50%);
	right: 85px;
	width: 180px;
	height: 200px;
	border-radius: 10px;
	opacity: 0;
	display: none;
	box-shadow: 0 0 30px 2px rgba(0,0,0,0.1);
}
.wx-box:after{
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	background-image: url(../images/ycl_mt_061.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 7px;
	height: 19px;
}
/*侧边栏 end*/


.za_txt {
    text-align: center;
    padding: 0;
    float: right;
}
.za_txt  ul{
    text-align: center;
    margin-top: 30px;
    /* float: right; */
}
.za_txt li {
	width: 120px;
	height: 40px;
	color: #fff;
	background: #1f1f1f;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	margin-right: 6px;
	display: inline-block;
	margin-bottom: 30px;
}
.za_txt li a{display: block; height: 100%;color: #fff;border-radius: 4px;}
.za_txt li a:hover{    background: #b5b5b5;}
.za_txt li a.active,.za_txt li.active{background: #1f1f1f;}


.footer1{ border-bottom: 1px solid rgba(255,255,255,0.1);}
.mwlist{ width: 100%; font-size: 0; text-align: center; overflow: hidden;}
.mwlist li{ display: inline-block; width: 20%; vertical-align: top;}
.mwlist li a{ display: block; width: 100%; position: relative; padding: 38px 0 44px;}

.mwlist .pic{ width: 100%; height: 58px; overflow: hidden; position: relative; line-height: 58px; 
	-webkit-perspective: 1000px; perspective: 1000px;}
.mwlist .pic img{-webkit-transition: 1s; transition: 1s;}
.mwlist li h3{ font-size: 16px; color: #8d8d8d; line-height: 28px; height: 28px; 
	overflow: hidden; margin-top: 12px;-webkit-transition: 0.4s; transition: .4s;}
.mwlist li:hover h3{ color: #ddd;}
.mwlist li:hover img{ -webkit-transform: rotateY(360deg) rotateZ(360deg);
    transform: rotateY(360deg) rotateZ(360deg);}
@media screen and (max-width:1280px){
	.mwlist li h3{ font-size: 14px;}
}
@media screen and (max-width:900px){
	.mwlist li a{ padding: 28px 0 28px;}
	.mwlist li h3{ padding: 0 20px; text-align: center; height: 56px; margin-top: 10px;}
}
@media screen and (max-width:700px){
	.mwlist li h3{ padding: 0 10px; line-height: 24px; height: 48px;}
}
@media screen and (max-width:580px){
	.mwlist li h3{ padding: 0 2px;}
}


@font-face {
  font-family: 'CORMORANTSC';
  src: url('fonts/CORMORANTSC-LIGHT.TTF');
  font-weight: 300;
}
@font-face {
  font-family: 'CORMORANTSC';
  src: url('fonts/CORMORANTSC-REGULAR.TTF');
}


.cer8{ max-width: 1444px; margin:0 auto; padding: 0 30px;}
.cer9{ padding: 0 15%;}
@media screen and (max-width:1200px){
	.cer9{ padding: 0 11%;}
}
@media screen and (max-width:1100px){
	.cer9{ padding: 0 10%;}
}
@media screen and (max-width:1000px){
	.cer9{ padding: 0 9%;}
}
@media screen and (max-width:900px){
	.cer9{ padding: 0 8%;}
}
@media screen and (max-width:800px){
	.cer9{ padding: 0 7%;}
}
@media screen and (max-width:700px){
	.cer9{ padding: 0 6%;}
}
@media screen and (max-width:600px){
	.cer3,.cer8,.cer9{ padding: 0 5%;}
}

.cate11 .en {
  font-size: 60px;
  line-height: 74px;
  color: #fefefe;
  font-family: 'CORMORANTSC';
  font-weight: 300;
  text-transform: uppercase;
}
.cate11 .cn {
  font-size: 32px;
  line-height: 58px;
  color: #fff;
  letter-spacing: 8px;
  font-weight: 300;
  margin-top: 18px;
}
.cate11 .en2 {
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  font-family: 'CORMORANTSC';
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.5;
}
.abthree {
  background-color: #111;
}
.ab3 {
  padding: 190px 0 57px;
  position: relative;
}
.ab3right {
  float: right;
  width: 800px;
  margin-right: 6%;
}
.ab3right .sandian {
  margin: 44px 0 0;
}
.ab3left {
  float: left;
  margin-left: 11%;
}
.cate10 {
  padding-top: 378px;
  position: relative;
  margin-top: -166px;
}
.cate10 .num {
  font-size: 320px;
  line-height: 460px;
  color: #f6e6b8;
  font-family: 'CORMORANTSC';
  font-weight: 300;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cate10 .cn {
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  letter-spacing: 3px;
  font-weight: 300;
  position: relative;
  z-index: 2;
}
.cate10 .en2 {
  font-size: 16px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.5);
  font-family: 'CORMORANTSC';
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
  margin-top: 36px;
}
.cate10 .year {
  position: absolute;
  left: 244px;
  top: 110px;
  z-index: 1;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  width: 88px;
  height: 88px;
  border-radius: 50%;
  font-size: 24px;
  line-height: 88px;
  color: #ffeebf;
  text-align: center;
}
.cate10 .bg {
  position: absolute;
  left: -270px;
  top: 0;
  z-index: 0;
  width: 833px;
  height: 458px;
  background: url('../images/ab3bg.png') center no-repeat;
}
@media screen and (max-width: 1200px) {
  .ab3 {
    padding: 100px 0 100px;
  }
  .ab3left {
    float: none;
  }
  .ab3right {
    float: none;
    width: 100%;
  }
  .cate10 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 100px;
    margin-top: 0;
  }
  .cate10 .num {
    width: 100%;
    font-size: 100px;
    line-height: 100px;
    top: -20px;
  }
  .cate10 .year {
    left: 50%;
    top: 0;
    margin-left: 50px;
  }
  .cate10 .bg {
    display: none;
  }
  .ab3right .sandian {
    margin: 44px auto 0;
  }
  .cate11 {
    text-align: center;
  }
  .cate11 .en {
    font-size: 48px;
  }
}
@media screen and (max-width: 750px) {
  .cate11 .en {
    font-size: 34px;
    line-height: 54px;
  }
  .cate11 .cn {
    margin-top: 0;
  }
}
.downlist {
  width: 100%;
  margin: 86px 0 0;
  position: relative;
  border-top: 1px solid #262626;
}
.downlist li {
  width: 100%;
  padding: 25px 0;
  position: relative;
  z-index: 5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid #262626;
}
.downlist li a {
  display: block;
  padding-left: 90px;
  position: relative;
  font-size: 0;
  line-height: 40px;
  overflow: hidden;
}
.downlist li .pic {
  position: absolute;
  z-index: -1;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.downlist li span.info {
  display: inline-block;
  width: 100%;
  max-height: 80px;
  overflow: hidden;
  vertical-align: top;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.downlist li span.date {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 90px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.downlist li:hover span {
  color: #ffffff;
}
.downlist li:hover {
  border-bottom-color: #fff;
}
.downlist .curse {
  width: 240px;
  height: 150px;
  background: center / cover no-repeat;
  -webkit-transition: background-image ease-out 0.3s, opacity ease-out 0.5s;
  transition: background-image ease-out 0.3s, opacity ease-out 0.5s;
}
.downlist,
.downlist * {
  cursor: none;
}
.downlist .curse {
  pointer-events: none;
  position: fixed;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.curseHand {
  pointer-events: none;
  position: fixed;
  z-index: 33;
  width: 24px;
  height: 24px;
  border-radius: 24px;
  background-color: #fff;
  mix-blend-mode: difference;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  -webkit-transition: width 200ms,height 200ms;
  transition: width 200ms,height 200ms;
}
.curseHand.show {
  display: block;
}
.curseHand._linkable {
  width: 32px;
  height: 32px;
}
@media screen and (max-width: 1200px) {
  .downlist {
    margin: 70px 0 0;
  }
}
@media screen and (max-width: 750px) {
  .downlist .curse {
    display: none;
  }
  .col-xl-3a{width: 20%;}
}
@media screen and (max-width: 640px) {
  .downlist li span.info {
    font-size: 16px;
    letter-spacing: 0;
  }
  .downlist li span.date {
    font-size: 16px;
  }
}


.im50 img{width: 30%;
    float: left;
    /* padding: 2% 5%; */
    height: 226px;
    /* background: #ddd; */
    border: 5px solid #c12106;
    margin-left: 3%;
    margin-top: 3%;}
.im51 img{width: 50%; float: left; padding:2% 2%;}
@media screen and (max-width: 767px){
							.im50 img{width: 96%;
							float: none;
							height: auto;
							border: 0px solid #c12106;
							margin-left: 0%;
							margin-top: 5px;}
							.index-video-list{margin: 0 auto;}
							}