﻿@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);
}
.searchss{display:block !important}
.wap-search{border: 1px solid gray;}
.waps{display:block !important}
/*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;
}

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: 12;
}

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: 1200px;
	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: 20px;
}

.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: #666666;
}

.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;
}
.bgcolor3{
	background-color: #f7eedd;
}
.bgcolor4{
	background-color: #f7f7f7;
}
.bgcolor5{
	background-color: #f9f9f9;
}
.bgcolor6{
	background-color: #f2f5f6;
}
.bgcolor7{
	border-bottom: 1px solid #f5f5f5;
}
.bgcolor8{
	background-color: #f8f8f8;
}

.bgimg1 {
	background-image: url(img/ycl_mt_011.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg2 {
	background-image: url(img/ycl_mt_013.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg3 {
	background-image: url(img/ycl_mt_021.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg4{
	background-image: url(img/ycl_mt_041.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg5{
	background-image: url(img/ycl_mt_043.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}
.bgimg6{
	background-image: url(img/ycl_mt_047.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg7{
	background-image: url(img/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: #333333;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}

.paging-list li a:hover {
	border: 1px solid #1eadcb;
	background-color: #1eadcb;
	color: #fff;
}

.paging-list li.active a {
	border: 1px solid #1eadcb;
	background-color: #1eadcb;
	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(../img/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: 240px;
	height: 60px;
}
.pc-header .left .logo{
	position: relative;
	width: 240px;
	height: 60px;
	display: inline-block;
}
.pc-header .left .logo::after{
	content: "";
	background-image: url(img/ycl_mt_001.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 240px;
	height: 60px;
	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(img/ycl_mt_001-a.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 240px;
	height: 60px;
	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: #1eadcb;
	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: #1eadcb;
}
.pc-header .right .level2 {
	position: absolute;
	top: 100%;
	left: 0;
	width: 140%;
	display: none;
	opacity: 0;
	background-color: #1eadcb;
	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 15px;
	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: #037299;
}
.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: 5px;
	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;
	left: 5px;
	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{
		left: 5px;
	}
	.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: 14px;
}
.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: #fafafa;
}
.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: 58px;
}
/*头部防遮挡 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: #1eadcb;
	border: 1px solid #1eadcb;
}
.module-001 .swiper-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-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: #1eadcb;
	border: 1px solid #1eadcb;
}
.module-001 .swiper-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-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: 76.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: 20px;
	color: #333333;
	transition: all .5s;
}
.module-002 a:hover .text .title{
	color: #1eadcb;
}
.module-002 .text .note{
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
	transition: all .5s;
}
.module-002 a:hover .text .note{
	color: #1eadcb;
}
@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-003 .title .t1{
	font-size: 50px;
	color: #1eadcb;
	font-family: "Luzia-Regular-2";
	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: #666666;
	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: 26px;
	color: #000000;
	font-weight: bold;
}
.module-004 .note{
	font-size: 14px;
	color: #666666;
	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: #333333;
	font-size: 18px;
}
.module-005 a:hover{
	color: #1eadcb;
}
@media screen and (max-width: 767px) {
	.module-005 a{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-005 a{
		font-size: 14px;
	}
}


.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: #1eadcb;
}
.module-006 .text .note{
	font-size: 16px;
	color: #999999;
	margin-top: 10px;
	transition: all .5s;
}
.module-006 a:hover .text .note{
	color: #1eadcb;
}
@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-007 {
	margin-top: 10px;
}
.module-007 .title{
	color: #000000;
	font-size: 44px;
	font-weight: bold;
}
.module-007 .note{
	color: #5c5c5c;
	font-size: 18px;
	margin-top: 30px;
}
@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: #1eadcb;
	border: 1px solid #1eadcb;
}
.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: #1eadcb;
	border: 1px solid #1eadcb;
}
.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: #2e2e2e;
	text-align: center;
	transition: all .5s;
}
.module-010 a:hover .date{
	background-color: #1eadcb;
}
.module-010 .date .r{
	color: #fff;
	font-size: 42px;
	font-family: "Luzia-Regular-2";
}
.module-010 .date .ny{
	color: #fff;
	font-size: 18px;
	font-family: "Luzia-Regular-2";
}
.module-010 .text{
	margin-top: 23px;
	padding-top: 23px;
	border-top: 1px solid #f5f5f5;
	position: relative;
}
.module-010 a .text::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1eadcb;
	transition: all .5s;
}
.module-010 a:hover .text::after{
	width: 100%;
}
.module-010 .text .title{
	font-size: 20px;
	color: #333333;
	line-height: 1.5em;
	transition: all .5s;
}
.module-010 a:hover .text .title{
	color: #1eadcb;
}
.module-010 .text .note{
	font-size: 14px;
	color: #999999;
	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-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: #e9e9e9;
}
.module-011 .swiper-pagination-bullet-active {
    background: #1eadcb;
}
@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-012 .title .t1{
	font-size: 50px;
	color: #fff;
	font-family: "Luzia-Regular-2";
	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: 11px;
	}
	.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 #1eadcb;
	background-color: #1eadcb;
	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 #eeeeee;
	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: #666666;
	font-size: 16px;
	transition: all .5s;
}
.module-017 dl>dt>a:hover{
	color: #1eadcb;
}
.module-017 dl>dd{
	margin-bottom: 20px;
}
.module-017 dl>dd>a{
	color: #999999;
	transition: all .5s;
}
.module-017 dl>dd>a:hover{
	color: #1eadcb;
}
@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: #666666;
	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;
}
.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: #1eadcb;
}
@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: 40px;
	color: #fff;
	font-family: "Luzia-Regular-2";
	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: 40px;
	}
}
@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: 20px;
	}
	.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: "Luzia-Regular-2";
}
.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: #1eadcb;
}
@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: #1eadcb;
}
@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: #333333;
	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: #1eadcb;
	border-bottom: 3px solid rgba(2,100,135,1);
}
@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: 25px;
		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: #1eadcb;
	color: #fff;
}
.module-029 .right a{
	color: #1eadcb;
	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: 22px;
	color: #333333;
}
.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: 12px;
	}
	.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: #666666;
	transition: all .5s;
	font-size: 14px;
}
.module-031 .left ul>li>a:hover{
	color: #1eadcb;
}
.module-031 .right a{
	color: #333;
	font-size: 12px;
}
.module-031 .right a:hover{
	color: #1eadcb;
}
@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: #666666;
}
@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-034 .title .t1{
	font-size: 24px;
	color: #333333;
	font-family: "Luzia-Regular-2";
	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: #999999;
	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-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: #1eadcb;
	border: 1px solid #1eadcb;
}
.module-036 a:hover span{
	color: #fff;
}

.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: #1eadcb;
}
.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: #fff;
}
.module-038 .swiper-product-prev:hover{
	background-color: #1eadcb;
	border: 1px solid #1eadcb;
}
.module-038 .swiper-product-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-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: #fff;
}
.module-038 .swiper-product-next:hover{
	background-color: #1eadcb;
	border: 1px solid #1eadcb;
}
.module-038 .swiper-product-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-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: #333333;
}
.module-039 ul>li.active>a,
.module-039 ul>li>a:hover{
	background-color: #1eadcb;
	color: #fff;
}
@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 #f5f5f5;
}
.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: #000000;
}
.module-040 .text-box .date{
	color: #999999;
	font-size: 22px;
	margin-top: 35px;
}
.module-040 .text-box .note{
	color: #666666;
	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: #04769f;
	border: 1px solid #e8e8e8;
	transition: all .5s;
}
.module-040 a:hover .text-box .bt{
	color: #fff;
	background-color: #04769f;
	border: 1px solid #04769f;
}
@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: 63%;
	transition: all .5s;
}
.module-041 a:hover .tp{
	transform: scale(1.05);
}
.module-041 .text-box .title{
	font-size: 24px;
	color: #000000;
}
.module-041 .text-box .note{
	color: #666666;
	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: #04769f;
	border: 1px solid #e8e8e8;
	transition: all .5s;
}
.module-041 a:hover .text-box .date-box .bt{
	color: #fff;
	background-color: #04769f;
	border: 1px solid #04769f;
}
@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 #f5f5f5;
	margin-bottom: 30px;
}
.module-042 .title{
	font-size: 26px;
	color: #333333;
	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 #dfe1e4;
	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: #1eadcb;
	-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: #000000;
	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: #333333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfe1e4;
	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: #1eadcb;
	-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: #000000;
	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 #1eadcb;
	border-left: 1px solid #1eadcb;
}
.module-046 .left .text{
	color: #4e4e4e;
	margin-left: 5px;
	transition: all .5s;
}
.module-046 .left a:hover .text{
	color: #1eadcb;
}
.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 #1eadcb;
	border-right: 1px solid #1eadcb;
}
.module-046 .right .text{
	color: #4e4e4e;
	margin-right: 5px;
	transition: all .5s;
}
.module-046 .right a:hover .text{
	color: #1eadcb;
}
@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 #1eadcb;
}
.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: #1eadcb;
}
@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: #1eadcb;
	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-051 .title{
	color: #333333;
	font-size: 48px;
	max-width: 400px;
	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: #fff;
}
.module-052 .title-f{
	font-size: 36px;
	color: #fff;
	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: #f5f7f8;
	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 #dadada;
	cursor: pointer;
	transition: all .5s;
}
.module-053 .swiper-prev:hover{
	background-color: #1eadcb;
	border: 1px solid #1eadcb;
}
.module-053 .swiper-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-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 #dadada;
	cursor: pointer;
	transition: all .5s;
}
.module-053 .swiper-next:hover{
	background-color: #1eadcb;
	border: 1px solid #1eadcb;
}
.module-053 .swiper-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-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;
}
.module-054 .text .title span{
	position: relative;
}
.module-054 .text .title span::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 16px;
	background-color: #0089ba;
	z-index: -1;
}
.module-054 .text .box{
	margin-top: 30px;
}
.module-054 .text .box .note{
	color: #666666;
	font-size: 16px;
	margin-bottom: 15px;
}
@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: #333333;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.75em;
}
@media screen and (max-width: 575px) {
	.module-055 .note{
		margin-bottom: 15px;
	}
}

.module-056 .note{
	color: #333333;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.2em;
}
@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: #1eadcb;
}
.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: #1eadcb;
	font-size: 46px;
	margin-bottom: 20px;
	font-family: "Luzia-Regular-2";
}
.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: #1eadcb;
	color: #fff;
	border: 1px solid #1eadcb;
	outline: none;
	cursor: pointer;
	transition: all .5s;
}
.module-071 .box4 input:hover{
	background-color: #fff;
	color: #1eadcb;
}
@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 #1eadcb;
	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 #1eadcb;
	background-color: #fff;
}
.module-073 .btn-box{
	text-align: center;
}
.module-073 .btn-box input{
	background-color: #1eadcb;
	padding: 15px 75px;
	border: 1px solid #1eadcb;
	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: #1eadcb;
}
@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;
}



.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;
	}
}
@media screen and (max-width: 575px) {
	.module-087 .p1{
		font-size: 18px;
	}
	.module-087 .p2{
		font-size: 14px;
		margin-top: 10px;
	}
}


/*二维码弹窗*/
.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: #1eadcb;
    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: 12px;
	color: #fff;
	margin-top: 5px;
}
.cbl-box ul>li>a:hover .title{
	color: #004398;
}
.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(img/ycl_mt_061.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 7px;
	height: 19px;
}
/*侧边栏 end*/