@charset "utf-8";

/*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";
	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: 0;
}

li {
	font-size: 14px;
}

p,
a {
	text-decoration: none !important;
	font-size: 14px;
}

.over-img {
	overflow: hidden;
	position: relative;
}

.eli-padd {
	padding-left: 0;
	padding-right: 0;
}

.xysimg {
	height: 0;
	position: relative;
	overflow: hidden;
}

.xysimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: block;
}

.default-align-right {
	text-align: right;
}

.default-padd-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.default-padd-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.default-padd-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.padd-bottom-0 {
	padding-bottom: 0 !important;
}

.default-container {
	max-width: 1200px;
	margin: 0 auto;
}

.default-ny-container {
	max-width: 1440px;
	margin: 0 auto;
}

.default-index-container {
	max-width: 1700px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.default-padd-30 {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*模块上下边距*/
.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: 0px;
}

.container-padd-t100 {
	padding-top: 100px;
}

.container-padd-t90 {
	padding-top: 90px;
}

.container-padd-t80 {
	padding-top: 80px;
}

.container-padd-t70 {
	padding-top: 70px;
}

.container-padd-t60 {
	padding-top: 60px;
}

.container-padd-t50 {
	padding-top: 50px;
}

.container-padd-b100 {
	padding-bottom: 100px;
}

.container-padd-b90 {
	padding-bottom: 90px;
}

.container-padd-b80 {
	padding-bottom: 80px;
}

.container-padd-b70 {
	padding-bottom: 70px;
}

.container-padd-b60 {
	padding-bottom: 60px;
}

.container-padd-b50 {
	padding-bottom: 50px;
}

@media screen and (max-width: 1680px) {
	.container-padd-tb100 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.container-padd-t100 {
		padding-top: 90px;
	}

	.container-padd-b100 {
		padding-bottom: 90px;
	}
}

@media screen and (max-width: 1440px) {

	.container-padd-tb100,
	.container-padd-tb90 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.container-padd-t100,
	.container-padd-t90 {
		padding-top: 80px;
	}

	.container-padd-b100,
	.container-padd-b90 {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1280px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80 {
		padding-top: 70px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80 {
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 1199px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70 {
		padding-top: 60px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70 {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 991px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60 {
		padding-top: 50px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 40px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 575px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 30px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 30px;
	}
}

/*模块上下边距 end*/

/*元素边距*/
.model-padd-t10 {
	padding-top: 10px;
}

.model-padd-t20 {
	padding-top: 20px;
}

.model-padd-t30 {
	padding-top: 30px;
}

.model-padd-t40 {
	padding-top: 40px;
}

.model-padd-t50 {
	padding-top: 50px;
}

.model-padd-t60 {
	padding-top: 60px;
}

.model-padd-t70 {
	padding-top: 70px;
}

.model-padd-t80 {
	padding-top: 80px;
}

.model-padd-b10 {
	padding-bottom: 10px;
}

.model-padd-b20 {
	padding-bottom: 20px;
}

.model-padd-b30 {
	padding-bottom: 30px;
}

.model-padd-b40 {
	padding-bottom: 40px;
}

.model-padd-b50 {
	padding-bottom: 50px;
}

.model-padd-b60 {
	padding-bottom: 60px;
}

.model-padd-b70 {
	padding-bottom: 70px;
}

.model-padd-b80 {
	padding-bottom: 80px;
}


.model-padd-l10 {
	padding-left: 10px;
}

.model-padd-l20 {
	padding-left: 20px;
}

.model-padd-l30 {
	padding-left: 30px;
}

.model-padd-l40 {
	padding-left: 40px;
}

.model-padd-l50 {
	padding-left: 50px;
}

.model-padd-l60 {
	padding-left: 60px;
}

.model-padd-l70 {
	padding-left: 70px;
}

.model-padd-r10 {
	padding-right: 10px;
}

.model-padd-r20 {
	padding-right: 20px;
}

.model-padd-r30 {
	padding-right: 30px;
}

.model-padd-r40 {
	padding-right: 40px;
}

.model-padd-r50 {
	padding-right: 50px;
}

.model-padd-r60 {
	padding-right: 60px;
}

.model-padd-r70 {
	padding-right: 70px;
}

.model-margin-l-60{
	margin-left: -60px;
}
.model-margin-r-60{
	margin-right: -60px;
}
@media screen and (max-width: 1680px) {
	.model-padd-t80 {
		padding-top: 70px;
	}

	.model-padd-b80 {
		padding-bottom: 70px;
	}

	.model-padd-l70 {
		padding-left: 55px;
	}

	.model-padd-r70 {
		padding-right: 55px;
	}
}

@media screen and (max-width: 1440px) {
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 60px;
	}

	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 60px;
	}

	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 40px;
	}

	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 40px;
	}
	
	.model-margin-l-60{
		margin-left: -40px;
	}
	
	.model-margin-r-60{
		margin-right: -40px;
	}
}

@media screen and (max-width: 1199px) {

	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 50px;
	}

	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 50px;
	}

	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 25px;
	}

	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 25px;
	}
	
	.model-margin-l-60{
		margin-left: -25px;
	}
	
	.model-margin-r-60{
		margin-right: -25px;
	}
}

@media screen and (max-width: 991px) {

	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 40px;
	}

	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 40px;
	}

	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 10px;
	}

	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 10px;
	}
	
	.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 {
	border-top: 2px solid #f5f5f5;
}
@media screen and (max-width: 991px) {
	.bgcolor1 {
		background-color: #f5f5f5;
	}
}
.bgimg1 {
	background-image: url(../img/ycl_xmzyb_008.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg2 {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg3 {
	background-image: url(../img/ycl_xmzyb_047.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg4 {
	background-image: url(../img/ycl_xmzyb_048.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg5 {
	background-image: url(../img/ycl_xmzyb_049.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*分页开始*/
.paging {
	margin: 30px 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: 7px 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 #ff5414;
	background-color: #ff5414;
	color: #fff;
}

.paging-list li.active a {
	border: 1px solid #ff5414;
	background-color: #ff5414;
	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 .bg-video-icon{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,28%);
	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;
}
#bg-video-box .hotspot-box{
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	bottom: 0;
}
/*视频背景 end*/

/* 头部导航 */
.pc-header-height-div{
	height: 90px;
}
.pc-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	height: 90px;
	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;
	height: 75px;
	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: #ff5414;
	opacity: 0;
	transition: all 0.3s;
}
.pc-header.active{
	border-bottom: 1px solid rgba(245,245,245,0);
}
.pc-header.active .logo,.pc-header.scroll .logo,.img-fluid{
	filter: invert(1);
}
.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: 60%;
	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: 15px;
}
.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: 200px;
}
.pc-header .left .logo{
	max-width: 230px;
	position: relative;
	
	display: inline-block;
}
/* .pc-header .left .logo::after{
	content: "";
	background-image: url(../img/ycl_xmzyb_004.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 145px;
	height: 40px;
	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_xmzyb_004-a.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 145px;
	height: 40px;
	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: 1830px;
	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% - 230px);
	text-align: right;
}
.pc-header .right .level1{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .level1>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 75px;
}
.pc-header .right .level1>li>a{
	font-size: 16px;
	color: #fff;
	position: relative;
	display: inline-block;
}
.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;
}
.pc-header .right .level1>li>a::after{
	position: absolute;
	bottom: -15px;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 4px;
	background-color: rgba(182,0,5,0);
	transition: all .5s;
}
.pc-header .right .level1>li:hover>a{
	/* color: #000000; */
}
.pc-header .right .level1>li:hover>a::after{
	background-color: #ff5414;
	width: 100%;
}
.pc-header .right .level2 {
	position: absolute;
	top: 15px;padding-top:30px;
	/* left: 50%;
	transform: translateX(-50%); */
	left: 0;
	min-width: 130px;
	display: none;
	opacity: 0;
}
.pc-header .right .level1>li:hover .level2{display: block;
	opacity: 1;}
.pc-header .right .en-box{
	display: inline-block;
	vertical-align: middle;
	transition: all .5s;
}
.pc-header .right .en-box .kfdh{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 30px;
	padding: 22px 22px 23px;
	background-color: #ab0c10;
	transition: all .5s;
}
.pc-header.scroll .right .en-box .kfdh{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin-left: 30px;
	padding: 15px;
}

.pc-header .right .en-box .kfdh p{
	color: #fff;
}
.pc-header.active .right .kfdh p,
.pc-header.scroll .right .kfdh p,
.pc-header.ny-pc-header .right .kfdh p{
	color: #fff;
}
.pc-header .right .kfdh .title{
	font-size: 14px;
}
.pc-header .right .kfdh .num{
	font-size: 16px;
}
.pc-header .right .en-box a{
	display: inline-block;
	margin-left: 40px;
	color: #fff;
	font-size: 16px;
}
.pc-header.active .right .en-box a,
.pc-header.scroll .right .en-box a,
.pc-header.ny-pc-header .right .en-box a{
	color: #666666;
}
.pc-header .right .en-box a:hover{
	color: #ff5414;
}
.pc-header .right .level2>li{
	text-align: left;line-height:2.5;padding:0 10px;
	background:rgba(255,84,20,1)
}.pc-header .right .level2>li:hover{
	background:#fff
}
.pc-header .right .level2>li>a {
	text-decoration: none;
	color: #fff;
	position: relative;
	text-align: center;
	border-radius: 5px;
	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:hover>a{
	color: #ff5414;
}
@media screen and (max-width: 1680px){
	
}
@media screen and (max-width: 1440px){
	.pc-header .right .level1>li {
	    margin-left: 60px;
	}
	.pc-header .right .kfdh .num{
		font-size: 14px;
	}
	.pc-header .right .en-box .kfdh{
		padding: 24px 22px;
	}
	.pc-header.scroll .right .en-box .kfdh {
	    padding: 17px;
	}
}
@media screen and (max-width: 1280px){
	.pc-header .right .en-box .kfdh{
		padding: 24px 22px;
	}
	.pc-header.active .right .en-box .kfdh,
	.pc-header.ny-pc-header .right .en-box .kfdh{
		padding: 24px 22px;
	}
	
	.pc-header .right .en-box a {
	    margin-left: 20px;
	    font-size: 14px;
	}
	.pc-header .right .en-box a .icon-btn_search {
	    font-size: 18px;
	}
	.pc-header .right .level1>li {
	    margin-left: 40px;
	}
	.pc-header .right .level1>li>a {
	    font-size: 14px;
	}
	
	/* .pc-header .left{
		width: 132px;
		height: 36px;
	}
	.pc-header .left .logo{
		height: 36px;
	}
	.pc-header .left .logo::after{
		width: 132px;
		height: 36px;
	}
	.pc-header .left .logo::before{
		width: 132px;
		height: 36px;
	} */
	.pc-header .right {
	    width: calc(100% - 132px);
	}
	.pc-header .right .en-box .kfdh{
		margin-left: 30px;
	}
}

/*wap端导航*/
.wap-nav {
	padding: 18px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.wap-nav .logo {
	float: left;
}
.wap-nav>div:nth-of-type(1) {
	position: relative;
}

.wap-search-box{
	position: absolute;
	top: 50%;
	right: 105px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.wap-search-box .icon-btn_search{
	font-size: 34px;
	color: #333333;
}
.nav-button {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
}

.wap-nav-listbox {
	display: none;
	border-top: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1,
.wap-nav-listbox .level2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wap-nav-listbox .level2 {
	display: none;
	background-color: #1E4FDB;
}

.wap-nav-listbox .level1>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 36px;
	display: block;
	color: #6b6b6b;
	border-bottom: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1>li>a>span {
	float: right;
	transition: all 0.3s;
}

.wap-nav-listbox .level1>li>a.active {
	color: #fff;
	background-color: #1E4FDB;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level1>li>a.active span {
	transform: rotate(90deg);
}

.wap-nav-listbox .level2>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 60px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level2>li>a:hover {
	color: #fff;
	background-color: #e9ba2c;
}

@media screen and (max-width: 767px) {
	.wap-nav .logo img{
		width: 90%;
	}
	.wap-search-box{
		right: 100px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 32px;
	}
}

@media screen and (max-width: 575px) {
	.wap-nav .logo img{
		width: 80%;
	}
	.wap-search-box{
		right: 95px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 28px;
	}
}


.wap-burger_menu{
	position: fixed;
	top: 78px;
	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% - 82px);
	-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%;
}
@media screen and (max-width: 767px) {
	.wap-burger_menu{
		top: 74px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 78px);
	}
}
@media screen and (max-width: 575px) {
	.header-height-div{
		height: 70px;
	}
	.wap-burger_menu{
		top: 70px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 70px);
	}
}

/*头部防遮挡*/
.wap-header-height-div{
	height: 78px;
}
@media screen and (max-width: 767px) {
	.wap-header-height-div{
		height: 74px;
	}
}
@media screen and (max-width: 575px) {
	.wap-header-height-div{
		height: 70px;
	}
}
/*头部防遮挡 end*/
/*wap端导航 end*/
/* 头部导航 end*/

/*侧边栏*/
.cbl-box{
	padding: 20px 10px;
	background-color: #fff;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #eeeeee;
	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: #666666;
	margin-top: 5px;
}
.cbl-box ul>li>a:hover .title{
	color: #ff5414;
}
.wx-box{
	padding: 10px;
	background-color: #fff;
	position: absolute;
	top: 57px;
	right: 105px;
	width: 180px;
	height: 180px;
	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: 80px;
	display: inline-block;
	background-image: url(../img/ycl_xmzyb_030.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 7px;
	height: 19px;
}
/*侧边栏 end*/

.module-001{
	text-align: center;
}



.module-002{
	margin-bottom: 100px;
}
.module-002 .title{
	font-size: 38px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 70px;
	position: relative;
}
.module-002 .title::after{
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	height: 4px;
	width: 60px;
	background-color: #333333;
}
.module-002 .note{
	font-size: 16px;
	color: #666666;
	max-width: 1000px;
}
@media screen and (max-width: 1680px) {
	.module-002{
		margin-bottom: 90px;
	}
	.module-002 .title{
		font-size: 34px;
	}
}
@media screen and (max-width: 1440px) {
	.module-002{
		margin-bottom: 80px;
	}
	.module-002 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-002{
		margin-bottom: 70px;
	}
	.module-002 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-002{
		margin-bottom: 60px;
	}
	.module-002 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-002{
		margin-bottom: 50px;
	}
	.module-002 .title{
		font-size: 22px;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 767px) {
	.module-002{
		margin-bottom: 40px;
	}
	.module-002 .title{
		font-size: 20px;
		margin-bottom: 50px;
	}
	.module-002 .title::after{
		height: 3px;
	}
}
@media screen and (max-width: 575px) {
	.module-002{
		margin-bottom: 30px;
	}
	.module-002 .title{
		font-size: 18px;
		margin-bottom: 40px;
	}
	.module-002 .title::after{
		height: 2px;
		bottom: -15px;
	}
	.module-002 .note{
		font-size: 14px;
	}
}

.module-003{
	margin-bottom: 15px;
}
.module-003 img{
	margin-bottom: 15px;
}
.module-003 .title{
	font-size: 22px;
	color: #666666;
}
.module-003 .note{
	font-size: 22px;
	color: #333333;
}
@media screen and (max-width: 1680px) {
	.module-003 img{
		width: 115px;
	}
}
@media screen and (max-width: 1440px) {
	.module-003 img{
		width: 100px;
	}
}
@media screen and (max-width: 1280px) {
	.module-003 img{
		width: 90px;
	}
}
@media screen and (max-width: 1199px) {
	.module-003 img{
		width: 80px;
	}
	.module-003 .title{
		font-size: 20px;
	}
	.module-003 .note{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-003 img{
		width: 70px;
	}
	.module-003 .title{
		font-size: 18px;
	}
	.module-003 .note{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-003 img{
		width: 60px;
	}
	.module-003 .title{
		font-size: 16px;
	}
	.module-003 .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-003 img{
		width: 50px;
	}
	.module-003 .title{
		font-size: 14px;
	}
	.module-003 .note{
		font-size: 14px;
	}
}


.module-004 {
	overflow: hidden;
}
.module-004 .tp{
	padding-bottom: 143.75%;
	transform: scale(1.01);
	position: relative;
	transition: all 5s;
}
.module-004 a{
	display: block;
	text-decoration: none;
}
.module-004 a:hover .tp{
	transform: scale(1.1);
}
.module-004 .tp::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.2);
	transition: all .7s;
}
.module-004 a:hover .tp::after{
	background-color: rgba(0,0,0,0.5);
}
.module-004 .icon{
	display: inline-block;
	position: absolute;
	top: 33%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	opacity: 0;
	transition: all .7s;
}
.module-004 .icon .icon-jia{
	font-size: 50px;
	color: #fff;
}
.module-004 a:hover .icon{
	top: 37%;
	opacity: 1;
}
.module-004 .text-box{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 80px;
}
.module-004 .text-box::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	background-color: rgba(182,0,5,0);
}
.module-004 a:hover .text-box::after{
	left: 100%;
	background-color: rgba(182,0,5,0.3);
	transition: left .3s ease;
}
.module-004 .text-box::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	top: 0;
	background-color: rgba(182,0,5,0);
}
.module-004 a:hover .text-box::before{
	transition: all .4s ease;
	transition-delay: .3s;
	right: 0;
	background-color: #ff5414;
}
.module-004 .text-box img{
	margin-left: 15px;
	transition: all .7s;
	z-index: 1;
	position: relative;
}
.module-004 a:hover .text-box img{
	margin-left: 0;
}
@media screen and (max-width: 1680px) {
	.module-004 .icon .icon-jia{
		font-size: 46px;
	}
}
@media screen and (max-width: 1440px) {
	.module-004 .icon .icon-jia{
		font-size: 42px;
	}
	.module-004 .text-box{
		padding: 40px 60px;
	}
	.module-004 .text-box img{
		max-width: 90%;
	}
}
@media screen and (max-width: 1280px) {
	.module-004 .icon .icon-jia{
		font-size: 36px;
	}
	.module-004 .text-box{
		padding: 40px 50px;
	}
	.module-004 .text-box img{
		max-width: 80%;
	}
}
@media screen and (max-width: 1199px) {
	.module-004 .icon .icon-jia{
		font-size: 30px;
	}
	.module-004 .text-box{
		padding: 35px 40px;
	}
	.module-004 .text-box img{
		max-width: 70%;
	}
}
@media screen and (max-width: 991px) {
	.module-004 {
		padding: 5px 15px;
	}
	.module-004 .tp{
		padding-bottom: 55.79%;
	}
	.module-004 a:hover .icon{
		opacity: 0;
	}
	.module-004 .text-box{
		top: 50%;
		transform: translateY(-50%);
		padding: 35px 50px;
	}
	.module-004 a:hover .text-box::after{
		transition: none;
		left: 0;
		opacity: 0;
	}
	.module-004 a:hover .text-box::before{
		transition: none;
		right: 100%;
	}
}
@media screen and (max-width: 767px) {
	.module-004 .icon .icon-jia{
		font-size: 30px;
	}
	.module-004 .text-box{
		padding: 30px 40px;
	}
	.module-004 .text-box img{
		max-width: 60%;
	}
}
@media screen and (max-width: 575px) {
	.module-004 .icon .icon-jia{
		font-size: 30px;
	}
	.module-004 .text-box{
		padding: 25px;
	}
	.module-004 .text-box img{
		max-width: 60%;
	}
}


.module-005{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 40px;
}
.module-005 .left{
	width: 230px;
}
.module-005 .right{
	width: 230px;
	text-align: right;
}
.module-005 .right .up-btn{
	display: inline-block;
	padding: 25px;
	border: 1px solid #333333;
	cursor: pointer;
	position: relative;
	transition: all .3s;
}
.module-005 .right .up-btn:hover{
	border: 1px solid #ff5414;
	transition-delay: .3s;
}
.module-005 .right .up-btn span{
	color: #000000;
	transition: all .3s;
}
.module-005 .right .up-btn:hover span{
	color: #ff5414;
	transition-delay: .3s;
}
.module-005 .right .up-btn::after{
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	height: 25px;
	width: 1px;
	background-color: #333333;
}
.module-005 .right .up-btn:hover::after{
	height: 0;
	transition: all .3s;
}
.module-005 .right .up-btn::before{
	content: "";
	position: absolute;
	top: 15px;
	left: 50%;
	height: 0;
	width: 1px;
	background-color: #ff5414;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform-origin: top center;
	-webkot-transform-origin: top center;
}
.module-005 .right .up-btn:hover::before{
	height: 25px;
	transition: all .3s;
	transition-delay: .3s;
}
.module-005 .right .up-btn span{
	color: #333333;
}
.module-005 .center{
	text-align: center;
	padding: 0 30px;
}
.module-005 .center .footer-nav-box{
	margin-bottom: 15px;
}
.module-005 .center .footer-nav-box ul>li{
	display: inline-block;
	margin-left: 40px;
	margin-right: 40px;
	margin-bottom: 15px;
}
.module-005 .center .footer-nav-box ul>li>a{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.module-005 .center .footer-nav-box ul>li>a:hover{
	color: #ff5414;
}
.module-005 .center .ewm-box{
	margin-bottom: 35px;
	display: inline-block;
}
.module-005 .center .add-box p{
	color: #000000;
	font-size: 16px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1680px) {
	.module-005 .center .footer-nav-box ul>li {
	    margin-left: 30px;
	    margin-right: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-005 .center .footer-nav-box ul>li {
	    margin-left: 25px;
	    margin-right: 25px;
	}
}
@media screen and (max-width: 1280px) {
	.module-005 .left{
		width: 200px;
	}
	.module-005 .right{
		width: 200px;
	}
	.module-005 .center .footer-nav-box ul>li>a {
	    font-size: 14px;
	}
	.module-005 .center .footer-nav-box ul>li {
	    margin-left: 20px;
	    margin-right: 20px;
	}
	.module-005 .right .up-btn{
		padding: 20px 23px;
	}
	.module-005 .right .up-btn span{
		font-size: 14px;
	}
}
@media screen and (max-width: 1199px) {
	.module-005 .left{
		width: 180px;
	}
	.module-005 .right{
		width: 180px;
	}
	.module-005 .center .footer-nav-box ul>li>a {
	    font-size: 14px;
	}
	.module-005 .center .footer-nav-box ul>li {
	    margin-left: 15px;
	    margin-right: 15px;
	}
	.module-005 .center .ewm-box {
	    width: 100px;
		margin-bottom: 25px;
	}
	.module-005 .right .up-btn{
		padding: 15px 18px;
	}
	.module-005 .right .up-btn span{
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	.module-005{
		display: block;
		text-align: center;
		padding-bottom: 15px;
	}
	.module-005 .left{
		display: inline-block;
		margin-bottom: 30px;
	}
	.module-005 .center .ewm-box {
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-005 {
	    padding-bottom: 30px;
		padding-bottom: 10px;
	}
	.module-005 .left{
		width: 200px;
		margin-bottom: 20px;
	}
	.module-005 .center .ewm-box {
	    margin-bottom: 20px;
		width: 90px;
	}
	.module-005 .center .add-box p {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
}
@media screen and (max-width: 575px) {
	.module-005 {
	    padding-bottom: 20px;
		padding-bottom: 5px;
	}
	.module-005 .left{
		width: 150px;
		margin-bottom: 15px;
	}
	.module-005 .center .ewm-box {
	    margin-bottom: 15px;
		width: 70px;
	}
	.module-005 .center .add-box p {
	    font-size: 10px;
	}
}



.module-006{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f5f5f5;
	padding: 30px 0 15px;
}
.module-006 .left .title{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #000000;
	margin-bottom: 15px;
}
.module-006 .left ul{
	display: inline-block;
	vertical-align: middle;
}
.module-006 .left ul>li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}
.module-006 .left ul>li>a{
	display: inline-block;
	color: #666666;
	font-size: 12px;
}
.module-006 .left ul>li>a:hover{
	color: #ff5414;
}
.module-006 .right p{
	color: #666666;
	font-size: 12px;
}
.module-006 .right p a{
	color: #666666;
	font-size: 12px;
	margin-left: 15px;
}
.module-006 .right p a:hover{
	color: #ff5414;
}
@media screen and (max-width: 1199px) {
	.module-006{
		display: block;
		padding: 20px 0;
		text-align: center;
	}
}
@media screen and (max-width: 991px) {
	.module-006{
		padding: 15px 0 25px;
	}
}


.module-007{
	margin-bottom: 50px;
}
.module-007 .title{
	font-size: 36px;
	color: #333333;
	line-height: 1em;
}
.module-007 .title span{
	color: #666666;
	font-size: 20px;
	vertical-align: middle;
	margin-left: 15px;
}
@media screen and (max-width: 1680px) {
	.module-007 {
	    margin-bottom: 40px;
	}
	.module-007 .title{
		font-size: 34px;
	}
}
@media screen and (max-width: 1440px) {
	.module-007 {
	    margin-bottom: 35px;
	}
	.module-007 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1199px) {
	.module-007 {
	    margin-bottom: 30px;
	}
	.module-007 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-007 {
	    margin-bottom: 25px;
	}
	.module-007 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 767px) {
	.module-007 {
	    margin-bottom: 20px;
	}
	.module-007 .title{
		font-size: 22px;
	}
	.module-007 .title span{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-007 {
	    margin-bottom: 15px;
	}
	.module-007 .title{
		font-size: 18px;
	}
	.module-007 .title span{
		font-size: 16px;
		margin-left: 10px;
	}
}



.module-008 {
	text-align: right;
}
.module-008 ul>li{
	display: inline-block;
	margin-left: 65px;
}
.module-008 ul>li:nth-child(1){
	margin-left: 0;
}
.module-008 ul>li>a{
	display: inline-block;
	color: #999999;
	font-size: 16px;
	position: relative;
}
.module-008 ul>li>a:hover{
	color: #000000;
	transition-delay: .3s;
}
.module-008 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 2px;
	background-color: rgba(0,0,0,0);
}
.module-008 ul>li>a::before{
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 100%;
	height: 2px;
	background-color: rgba(0,0,0,0);
}
.module-008 ul>li>a:hover::after{
	left: 100%;
	background-color: rgba(0,0,0,0.3);
	transition: left .3s ease;
}
.module-008 ul>li>a:hover::before{
	transition: all .4s ease;
	transition-delay: .3s;
	right: 0;
	background-color: rgba(0,0,0,1);
}
@media screen and (max-width: 1680px) {
	.module-008 ul>li{
		margin-left: 55px;
	}
}
@media screen and (max-width: 1440px) {
	.module-008 ul>li{
		margin-left: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-008 ul>li{
		margin-left: 35px;
	}
	.module-008 ul>li>a{
		font-size: 14px;
	}
}

.module-009 {
	position: relative;
	overflow: hidden;
}
.module-009 .tp{
	padding-bottom: 56.134%;
}
.module-009 .xsc{
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #ff5414;
	z-index: 2;
	opacity: 0;
}
@media screen and (max-width: 991px) {
	.module-009 {
		margin-left: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-009 {
		margin-left: 15px;
		margin-right: 15px;
	}
}


.module-010{
	overflow: hidden;
}
.module-010 .swiper-slide .text-box {
	transform: translateX(50px);
	opacity: 0;
	transition: all 0.9s;
	padding: 40px;
}
.module-010 .text-box{
	width: calc(100% - 140px);
}
.module-010 .swiper-slide.swiper-slide-active .text-box{
	opacity: 1;
	transform: translateX(0);
	transition-delay: 1.5s;
	transition: all 0.9s;
}
.module-010 .text-box .title{
	color: #333333;
	font-size: 36px;
	margin-bottom: 15px;
}
.module-010 .text-box .note{
	color: #464646;
	font-size: 16px;
}
@media screen and (max-width: 1680px) {
	.module-010 .text-box .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	.module-010 .text-box {
		padding: 35px;
	}
	.module-010 .text-box .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-010 .text-box {
		padding: 30px;
	}
	.module-010 .text-box .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-010 .text-box {
		padding: 25px;
	}
	.module-010 .text-box .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-010 .text-box {
		padding: 15px 0;
		width: auto;
	}
	.module-010 .text-box .title{
		font-size: 22px;
	}
	.module-010 .text-box .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.module-010 .text-box {
		transform: translateX(0px);
		padding: 20px 0;
	}
	.module-010 .text-box .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-010 .text-box {
		padding: 15px 0;
	}
	.module-010 .text-box .title{
		font-size: 18px;
	}
}


.module-011{
	position: absolute;
	bottom: 0;
	left: 50px;
	font-size: 0;
}
.module-011 .left-btn{
	transform: rotate(180deg);
}
.module-011 .left-btn,
.module-011 .right-btn{
	background-color: #f5f5f5;
	outline: none;
	transition: all .5s;
	padding: 5px 12px;
	cursor: pointer;
	position: relative;
	border: none;
	overflow: hidden;
}
.module-011 .left-btn::after,
.module-011 .right-btn::after{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #ff5414;
	transition: all .5s;
}
.module-011 .left-btn:hover::after,
.module-011 .right-btn:hover::after{
	left: 0;
}
.module-011 .left-btn i,
.module-011 .right-btn i{
	font-size: 30px;
	color: #000000;
	transition: all .5s;
	position: relative;
	z-index: 1;
}
.module-011 .left-btn:hover i,
.module-011 .right-btn:hover i{
	color: #fff;
}
@media screen and (max-width: 1199px) {
	.module-011{
		left: 40px;
	}
	.module-011 .left-btn i,
	.module-011 .right-btn i{
		font-size: 28px;
	}
}
@media screen and (max-width: 991px) {
	.module-011 .left-btn,
	.module-011 .right-btn{
		background-color: #ff5414;
		padding: 0px 6px;
	}
	.module-011 .left-btn i,
	.module-011 .right-btn i{
		color: #fff;
		font-size: 26px;
	}
	.module-011 .right-btn{
		margin-left: 10px;
	}
	.module-011{
		position: initial;
		bottom: auto;
		left: auto;
	}
}
@media screen and (max-width: 767px) {
	.module-011 .left-btn i,
	.module-011 .right-btn i{
		font-size: 24px;
	}
}
@media screen and (max-width: 575px) {
	.module-011 .left-btn i,
	.module-011 .right-btn i{
		font-size: 22px;
	}
}

.module-012{
	position: relative;
	overflow: hidden;
}
.module-012::after{
	content: "";
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	display: block;
	background-color: #f5f5f5;
	transition: all 2s;
	z-index: -1;
}
.module-012.active::after{
	right: 0;
	transition-delay: .5s;
}
@media screen and (max-width: 991px) {
	.module-012::after{
		width: 0;
	}
}

.module-013{
	position: relative;
	overflow: hidden;
}
.module-013::after{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 60%;
	height: 100%;
	display: block;
	background-color: #f5f5f5;
	transition: all 2s;
	z-index: -1;
}
.module-013.active::after{
	left: 0;
	transition-delay: .5s;
}
@media screen and (max-width: 991px) {
	.module-013::after{
		width: 0%;
	}
}

.module-014{
	position: relative;
	overflow: hidden;
}
.module-014 .tp{
	padding-bottom: 56.134%;
}
.module-014::after{
	content: "";
	position: absolute;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background-color: #ff5414;
	transition: all 2s cubic-bezier(.5,.77,.1,.98);
}
.module-014.active::after{
	right: 100%;
}
@media screen and (max-width: 991px) {
	.module-014{
	/* 	margin-left: 15px;
		margin-right: 15px; */
		margin-bottom: 15px;
	}
}

.module-015{
	/* max-width: 570px; */
	margin-left: 16%;
}
.module-015 .title-box{
	margin-bottom: 70px;
}
.module-015 .title-box .title{
	font-size: 48px;
	color: #333333;
	position: relative;
}
.module-015 .title-box .title::after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -15px;
	left: 0;
	height: 4px;
	width: 60px;
	background-color: #000000;
}
.module-015 .note1-box{
	margin-bottom: 100px;
}
.module-015 .note1-box .note1{
	font-size: 48px;
	color: #333333;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.4em;
}
.module-015 .note1-box .note2{
	font-size: 18px;
	color: #333333;
	text-align: left;
	letter-spacing: 1em;
}
.module-015 .note2-box{
	max-width: 450px;
}
.module-015 .note2-box .note1{
	font-size: 32px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 1.4em;
}
.module-015 .note2-box .note2{
	font-size: 12px;
	color: #666666;
	margin-bottom: 10px;
	text-align: left;
	line-height: 1.75em;
}
.module-015 .more{
	margin-top: 50px;
}
.module-015 .more a{
	color: #000000;
	font-size: 16px;
	display: inline-block;
	border-radius: 50px;
	padding: 10px 50px;
	border: 1px solid #cccccc;
	position: relative;
	overflow: hidden;
	z-index: 1;
	color: #333;
	transition: all .5s;
}
.module-015 .more a:hover{
	color: #fff;
	border: 1px solid #ff5414;
}
.module-015 .more a::after{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #ff5414;
	z-index: -1;
	transition: all .5s;
}
.module-015 .more a:hover::after{
	left: 0;
}
@media screen and (max-width: 1680px) {
	.module-015{
		margin-left: 40px;
	}
	.module-015 .title-box .title,
	.module-015 .note1-box .note1{
	    font-size: 30px;
	}
	.module-015 .title-box,
	.module-015 .note1-box{
	    margin-bottom: 60px;
	}
	.module-015 .note2-box .note1 {
	    font-size: 26px;
	}
}
@media screen and (max-width: 1440px) {
	.module-015{
		margin-left: 30px;
	}
	.module-015 .title-box .title,
	.module-015 .note1-box .note1{
	    font-size: 26px;
	}
	.module-015 .title-box,
	.module-015 .note1-box{
	    margin-bottom: 50px;
	}
	.module-015 .note1-box .note2 {
	    font-size: 16px;
	}
	.module-015 .note2-box .note1 {
	    font-size: 22px;
	}
	.module-015 .more {
	    margin-top: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-015{
		max-width:100%;
		margin-left: 0;
	}
	.module-015 .title-box .title,
	.module-015 .note1-box .note1{
	    font-size: 18px;
	}
	.module-015 .title-box .title::after {
	    bottom: -10px;
	    height: 2px;
	    width: 30px;
	}
	.module-015 .title-box,
	.module-015 .note1-box{
	    margin-bottom: 30px;
	}
	.module-015 .note1-box .note2 {
	    font-size: 14px;
	}
	.module-015 .note2-box .note1 {
	    font-size: 16px;
	}
	.module-015 .more {
	    margin-top: 20px;
	}
	.module-015 .more a {
	    font-size: 14px;
	    padding: 8px 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-015 .title-box .title,
	.module-015 .note1-box .note1{
	    font-size: 22px;
	}
	.module-015 .title-box .title::after {
	    height: 3px;
	    width: 40px;
	}
	.module-015 .title-box,
	.module-015 .note1-box{
	    margin-bottom: 40px;
	}
	.module-015 .note1-box .note2 {
	    font-size: 16px;
	}
	.module-015 .note2-box .note1 {
	    font-size: 18px;
	}
	.module-015 .more {
	    margin-top: 30px;
	}
	.module-015 .more a {
	    padding: 9px 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-015 .title-box .title,
	.module-015 .note1-box .note1{
	    font-size: 18px;
	}
	.module-015 .title-box .title::after {
	    bottom: -10px;
	    height: 2px;
	    width: 30px;
	}
	.module-015 .title-box,
	.module-015 .note1-box{
	    margin-bottom: 30px;
	}
	.module-015 .note1-box .note2 {
	    font-size: 14px;
	}
	.module-015 .note2-box .note1 {
	    font-size: 16px;
	}
	.module-015 .more {
	    margin-top: 20px;
	}
	.module-015 .more a {
	    font-size: 14px;
	    padding: 8px 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-015{
		text-align: center;
	}
	.module-015 .note2-box {
	    max-width: 100%;
	}
	.module-015 .note2-box .note2 {
	    text-align: center;
	}
}



.module-016{
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;
}
.module-016 .tp{
	padding-bottom: 56.134%;
}
.module-016 .title{
	margin-top: 15px;
}
.module-016 .swiper-pagination-bullet-active {
    background: #333333;
}


.module-017{
	position: relative;
	overflow: hidden;
}
.module-017::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/ycl_xmzyb_008.png);
	background-repeat: no-repeat;
	background-size: cover;
	transition: all 2s;
	opacity: 0;
	z-index: -1;
}
.module-017.active::after{
	opacity: 1;
}


.module-018 {
	position: relative;
}
.module-018 .shubiao{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	cursor: pointer;
	z-index: 1;
}
.module-018 .shubiao img{
	transition: all .5s;
}
.module-018 .shubiao:hover img{
	transform: translateY(-60%);
}


.module-019 {
	margin-bottom: 50px;
}
.module-019 .tp{
	padding-bottom: 60%;
}
.module-019 a .over-img{
	position: relative;
}
.module-019 a .over-img .zzc{
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all .4s;
}
.module-019 a:hover .over-img .zzc{
	opacity: 1;
}
.module-019 a .over-img .zzc::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 7px;
	width: 100%;
	background-color: #ff5414;
	z-index: 1;
}
.module-019 a:hover .over-img .zzc::after{
	left: 100%;
	transition: left .3s ease;
	transition-delay: .1s;
}
.module-019 a .over-img .zzc::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 100%;
	height: 7px;
	background-color: #ff5414;
	z-index: 1;
}
.module-019 a:hover .over-img .zzc::before{
	transition: all .7s ease;
	transition-delay: .4s;
	right: 0;
}
.module-019 a .over-img .zzc .icon{
	position: absolute;
	top: 45%;
	left: 50%;
	margin-left: -23px;
	margin-top: -23px;
	transition: all .7s;
}
.module-019 a:hover .over-img .zzc .icon{
	top: 50%;
}
.module-019 .title-box {
	text-align: center;
	padding: 30px 15px;
}
.module-019 .title-box .title{
	font-size: 36px;
	color: #ff5414;
	line-height: 1em;
}
.module-019 .title-box .title-f{
	font-size: 24px;
	color: #333333;
	line-height: 1em;
	margin-top: 15px;
}
.module-019 .title-box .note{
	font-size: 16px;
	color: #999999;
	margin-top: 25px;
}
@media screen and (max-width: 1680px) {
	.module-019 {
		margin-bottom: 40px;
	}
	.module-019 .title-box .title {
	    font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	.module-019 {
		margin-bottom: 35px;
	}
	.module-019 .title-box .title {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-019 {
		margin-bottom: 30px;
	}
	.module-019 .title-box .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-019 {
		margin-bottom: 20px;
	}
	.module-019 .title-box .title {
	    font-size: 22px;
	}
	.module-019 .title-box {
	    padding: 20px 15px;
	}
	.module-019 .title-box .title-f {
	    font-size: 18px;
	}
	.module-019 .title-box .note {
	    font-size: 14px;
	    margin-top: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-019 {
		margin-bottom: 15px;
	}
	.module-019 .title-box .title {
	    font-size: 20px;
	}
	.module-019 .title-box {
	    padding: 15px;
	}
	.module-019 .title-box .title-f {
	    font-size: 16px;
	}
	.module-019 .title-box .note {
	    font-size: 12px;
	    margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-019 {
		margin-bottom: 20px;
	}
	.module-019 .title-box .title {
	    font-size: 22px;
	}
	.module-019 .title-box {
	    padding: 20px 15px;
	}
	.module-019 .title-box .title-f {
	    font-size: 18px;
	}
	.module-019 .title-box .note {
	    font-size: 14px;
	    margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-019 {
		margin-bottom: 15px;
	}
	.module-019 .title-box .title {
	    font-size: 20px;
	}
	.module-019 .title-box {
	    padding: 15px;
	}
	.module-019 .title-box .title-f {
	    font-size: 16px;
	}
	.module-019 .title-box .note {
	    font-size: 12px;
	    margin-top: 15px;
	}
}


.module-020{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.module-020 .title{
	font-size: 32px;
	color: #333333;
}
.module-020 .note{
	color: #999999;
	font-size: 16px;
}
@media screen and (max-width: 1440px) {
	.module-020 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-020 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-020{
		display: block;
	}
	.module-020 .title{
		display: block;
	}
	.module-020 .note{
		display: block;
	}
	.module-020 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-020 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-020 .title{
		font-size: 22px;
	}
	.module-020 .note{
		font-size: 14px;
		margin-top: 5px;
	}
}
@media screen and (max-width: 575px) {
	.module-020 .title{
		font-size: 20px;
	}
	.module-020 .note{
		font-size: 12px;
	}
}

.module-021 .over-img{
	border: 1px solid #f0f0f0;
}
.module-021 .tp{
	padding-bottom: 50%;
	transition: all .5s;
}
.module-021 .img-box{
	border: 1px solid #f0f0f0;
	overflow: hidden;
}
.module-021 a .img-box img{
	transition: all .5s;
}
.module-021 a:hover .img-box img{
	transform: scale(1.05);
}
.module-021 .title{
	color: #999999;
	font-size: 20px;
	margin-top: 20px;
	transition: all .5s;
}
.module-021 .title span{
	color: #333333;
	margin-right: 20px;
	transition: all .5s;
}
.module-021 a:hover .tp{
	transform: scale(1.05);
}
.module-021 a:hover .title{
	color: #ff5414;
}
.module-021 a:hover .title span{
	color: #ff5414;
}
@media screen and (max-width: 991px) {
	.module-021 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-021 .title{
		font-size: 16px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-021 .title{
		font-size: 14px;
		margin-top: 15px;
	}
}


.module-022{
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: right;
}
.module-022 .text-box{
	display: inline-block;
	background-color: rgba(255,255,255,0.8);
	margin-right: 150px;
	text-align: left;
	padding: 50px 45px;
	max-width: 380px;
}
.module-022 .text-box .title-cn{
	font-size: 34px;
	color: #333333;
	line-height: 1em;
}
.module-022 .text-box .title-en{
	font-size: 34px;
	color: #999999;
	line-height: 1em;
	margin-top: 15px;
}
.module-022 .text-box .num{
	font-size: 26px;
	line-height: 1em;
	margin-top: 40px;
}
.module-022 .text-box .note{
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #f5f5f5;
	color: #666666;
	font-size: 20px;
	min-height: 280px;
	line-height: 1.75em;
}
@media screen and (max-width: 1680px) {
	.module-022{
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.module-022 .text-box {
	    margin-right: 130px;
	}
	.module-022 .text-box .title-cn,
	.module-022 .text-box .title-en{
	    font-size: 32px;
	}
	.module-022 .text-box .note {
	    min-height: 240px;
	}
}
@media screen and (max-width: 1440px) {
	.module-022{
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.module-022 .text-box {
	    margin-right: 110px;
	}
	.module-022 .text-box .title-cn,
	.module-022 .text-box .title-en{
	    font-size: 30px;
	}
	.module-022 .text-box .note {
	    min-height: 220px;
	}
}
@media screen and (max-width: 1280px) {
	.module-022{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.module-022 .text-box .title-cn,
	.module-022 .text-box .title-en{
	    font-size: 28px;
	}
	.module-022 .text-box .num {
	    font-size: 24px;
	}
	.module-022 .text-box .note {
	    min-height: 200px;
	}
}
@media screen and (max-width: 1199px) {
	.module-022{
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.module-022 .text-box .title-cn,
	.module-022 .text-box .title-en{
	    font-size: 26px;
	}
	.module-022 .text-box .num {
	    font-size: 22px;
	    margin-top: 35px;
	}
	.module-022 .text-box .note {
	    font-size: 18px;
	    min-height: 180px;
	}
}
@media screen and (max-width: 991px) {
	.module-022{
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.module-022 .text-box {
	    margin-right: 50px;
	    padding: 40px;
	}
	.module-022 .text-box .title-cn,
	.module-022 .text-box .title-en{
	    font-size: 24px;
	}
	.module-022 .text-box .num {
	    font-size: 20px;
	    margin-top: 30px;
	}
	.module-022 .text-box .note {
	    font-size: 18px;
	    min-height: auto;
	}
}
@media screen and (max-width: 767px) {
	.module-022{
		padding-top: 40px;
		padding-bottom: 40px;
		text-align: center;
	}
	.module-022 .text-box {
	    margin-right: 0;
	    padding: 40px;
	}
	.module-022 .text-box .title-cn,
	.module-022 .text-box .title-en{
	    font-size: 22px;
	}
	.module-022 .text-box .num {
	    font-size: 18px;
	    margin-top: 25px;
	}
	.module-022 .text-box .note {
	    margin-top: 20px;
	    padding-top: 20px;
	    font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-022{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.module-022 .text-box {
	    padding: 30px;
	}
	.module-022 .text-box .title-cn,
	.module-022 .text-box .title-en{
	    font-size: 20px;
	}
	.module-022 .text-box .num {
	    font-size: 16px;
	    margin-top: 20px;
	}
	.module-022 .text-box .note {
	    margin-top: 15px;
	    padding-top: 15px;
	    font-size: 14px;
	}
}

.module-023 .bjb{
	padding: 0;
}
.module-023 .title{
	font-size: 28px;
	color: #999999;
}
.module-023 .title span{
	color: #333333;
	margin-right: 20px;
}
.module-023 .img-box {
	padding-top: 30px;
}
.module-023 .img-box .item{
	margin-bottom: 30px;
}
.module-023 .img-box .item .imgb{
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.module-023 .img-box .item .imgb>img{
	transition: all .5s;
}
.module-023 .img-box .item .imgb:hover>img{
	transform: scale(1.05);
}
.module-023 .img-box .item .imgb .mask{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	transition: all .5s;
	opacity: 0;
}
.module-023 .img-box .item .imgb:hover .mask{
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.module-023 .img-box .item .imgb .mask img{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .5s;
}
.module-023 .img-box .item .imgb:hover .mask img{
	top: 50%;
}
.module-023 .img-title{
	font-size: 16px;
	color: #999999;
	margin-top: 15px;
}
@media screen and (max-width:  1440px) {
	.module-023 .title{
		font-size: 26px;
	}
}
@media screen and (max-width:  1280px) {
	.module-023 .title{
		font-size: 24px;
	}
}
@media screen and (max-width:  1199px) {
	.module-023 .title{
		font-size: 22px;
	}
}
@media screen and (max-width:  991px) {
	.module-023 .title{
		font-size: 20px;
	}
}
@media screen and (max-width:  767px) {
	.module-023 .title{
		font-size: 18px;
	}
	.module-023 .title span{
		margin-right: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-023 .title{
		font-size: 16px;
	}
	.module-023 .title span{
		margin-right: 10px;
	}
}

.module-024 {
	cursor: pointer;
	margin-bottom: 50px;
}
.module-024 .tp{
	padding-bottom: 71.34%;
	transition: all .5s;
}
.module-024:hover .tp{
	transform: scale(1.05);
}
.module-024 .title{
	font-size: 20px;
	color: #333333;
	margin-top: 20px;
}
.module-024 .mask{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	transition: all .5s;
	opacity: 0;
}
.module-024:hover .mask{
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.module-024 .mask img{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .5s;
}
.module-024:hover .mask img{
	top: 50%;
}
@media screen and (max-width: 1199px) {
	.module-024 {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-024 {
		margin-bottom: 40px;
	}
	.module-024 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-024 {
		margin-bottom: 35px;
	}
	.module-024 .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-024 {
		margin-bottom: 30px;
	}
	.module-024 .title{
		font-size: 14px;
		margin-top: 15px;
	}
}


.module-025 {
	padding: 0 0 30px;
}
.module-025 ul>li{
	display: inline-block;
	margin-right: 100px;
}
.module-025 ul>li>a{
	display: inline-block;
	text-decoration: none;
	color: #666666;
	position: relative;
}
.module-025 ul>li.active>a,
.module-025 ul>li>a:hover{
	color: #000000;
}
.module-025 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: -15px;
	width: 0%;
	height: 2px;
	left: 0;
	background-color: #ff5414;
	transition: all .5s;
}
.module-025 ul>li.active>a::after,
.module-025 ul>li>a:hover::after{
	width: 100%;
}
@media screen and (max-width: 1440px) {
	.module-025 {
		padding: 0 0 20px;
	}
	.module-025 ul>li {
	    margin-right: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-025 {
		padding: 0 0 10px;
	}
	.module-025 ul>li {
	    margin-right: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-025 {
		padding: 0;
	}
	.module-025 ul>li {
	    margin-right: 40px;
	}
}


.module-026 .nav-top{
	border-bottom: 1px solid #ededed;
	background-color: #ff5414;
}
.module-026 .nav-top .left{
	display: inline-block;
	padding: 15px;
	font-size: 14px;
	color: #fff;
}
.module-026 .nav-top .right{
	float: right;
	padding: 15px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
}
.module-026 ul{
	display: none;
}
.module-026 ul>li>a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ededed;
	text-decoration: none;
	color: #333333;
}
.module-026 ul>li.active>a,
.module-026 ul>li>a:hover{
	border-bottom: 1px solid #666666;
	color: #fff;
	background-color: #666666;
}


.module-027 .dlk{
	margin: 9% auto;
	max-width: 350px;
}
.module-027 .dlk .bt{
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
	color: #333333;
}
.module-027 .dlk .fbt{
	text-align: left;
	margin-bottom: 15px;
	color: #6a6157;
	overflow: hidden;
}
.module-027 .dlk .fbt span{
	position: relative;
	font-size: 16px;
	color: #353741;
}
.module-027 .dlk>input{
	width: 100%;
	margin-bottom: 25px;
	padding: 12px 15px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	outline: none;
	color: #333333;
}
.module-027 .dlk>input[type*="submit"]{
	background-color: #353741;
	border: 1px solid #353741;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.module-027 .dlk>input[type*="submit"]:hover{
	background-color: #fff;
	border: 1px solid #353741;
	color: #353741;
}
.module-027 .dlk hr{
	border-top: 1px solid #d2cfcc;
}
@media screen and (max-width: 1280px) {
	.module-027 .dlk .bt{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-027 .dlk .bt{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-027 .dlk .bt{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-027 .dlk .bt{
		font-size: 20px;
		margin-bottom: 25px;
	}
	.module-027 .dlk>input{
		margin-bottom: 20px;
		padding: 10px 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-027 .dlk .bt{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.module-027 .dlk .fbt span{
		font-size: 14px;
	}
	.module-027 .dlk>input{
		margin-bottom: 15px;
		padding: 10px 15px;
		font-size: 14px;
	}
}


.module-028 {
	padding: 0 0 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.module-028 .left ul>li{
	display: inline-block;
	margin-right: 100px;
}
.module-028 .left ul>li>a{
	display: inline-block;
	text-decoration: none;
	color: #666666;
	position: relative;
	font-size: 16px;
}
.module-028 .left ul>li.active>a,
.module-028 .left ul>li>a:hover{
	color: #000000;
}
.module-028 .left ul>li>a::after{
	content: "";
	position: absolute;
	bottom: -15px;
	width: 0%;
	height: 2px;
	left: 0;
	background-color: #ff5414;
	transition: all .5s;
}
.module-028 .left ul>li.active>a::after,
.module-028 .left ul>li>a:hover::after{
	width: 100%;
}
.module-028 .right p span{
	color: #333333;
	font-size: 16px;
}
.module-028 .right p a{
	color: #fff;
	background-color: #b13d3d;
	font-size: 16px;
	padding: 5px 7px;
	margin-left: 15px;
}
@media screen and (max-width: 1440px) {
	.module-028 {
		padding:0 0 20px;
	}
	.module-028 .left ul>li {
	    margin-right: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-028 {
		padding:0 0 10px;
	}
	.module-028 .left ul>li {
	    margin-right: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-028 {
		padding: 0;
	}
	.module-028 .left ul>li {
	    margin-right: 40px;
	}
	.module-028 .left ul>li>a {
	    font-size: 14px;
	}
	.module-028 .right p span{
		font-size: 14px;
	}
	.module-028 .right p a{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	
}


.module-029 p span{
	color: #333333;
	font-size: 16px;
}
.module-029 p a{
	color: #fff;
	background-color: #b13d3d;
	font-size: 16px;
	padding: 5px 7px;
	margin-left: 15px;
}



.module-030 .title{
	padding: 25px 15px;
	text-align: center;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	background-color: #f5f5f5;
}
.module-030 .title p{
	font-size: 16px;
	color: #333333;
}
.module-030 .list{
	text-align: center;
}
.module-030 .list p{
	color: #333333;
}
.module-030 .list a{
	display: block;
	padding: 25px 15px;
	border-bottom: 1px solid #f0f0f0;
}
.module-030 .list a:hover{
	background-color: #f5f5f5;
}
@media screen and (max-width: 1199px){
	
}
@media screen and (max-width: 991px){
	.module-030 {
	    padding-top: 30px;
	}
	.module-030 .title{
		padding: 20px 15px;
	}
	.module-030 .list a {
	    padding: 20px 15px;
	}
}
@media screen and (max-width: 767px){
	.module-030 .title{
		padding: 15px 15px;
	}
	.module-030 .title p{
		font-size: 14px;
	}
	.module-030 .list a {
	    padding: 15px 15px;
	}
}
@media screen and (max-width: 575px){
	.module-030 .title{
		font-size: 14px;
	}
	.module-030 .list p{
		font-size: 12px;
	}
}



.module-031 .left-bgcolor{
	padding: 10px 0;
}
.module-031 .left .title{
	font-size: 18px;
	margin-bottom: 50px;
}
.module-031 .left a{
	display: block;
	text-decoration: none;
	color: #333333;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
	position: relative;
}
.module-031 .left a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #ff5414;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.module-031 .left a:hover:after{
	width: 100%;
}
.module-031 .left a .title{
	margin-bottom: 10px;
	color: #000000;
	font-size: 16px;
}
.module-031 .left a .date{
	color: #999999;
}
.module-031 .right .title-box{
	margin-bottom: 30px;
}
.module-031 .right .title-box .title{
	font-size: 26px;
	margin-bottom: 20px;
	text-align: center;
}
.module-031 .right .title-box .note{
	color: #cccccc;
	font-size: 18px;
	text-align: center;
}
.module-031 .right .note span{
	margin-left: 15px;
	margin-right: 15px;
	color: #999999;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.module-031 .right .over-img{
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.module-031 .right .tp{
	padding-bottom: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.module-031 .right .related-title{
	font-size: 30px;
	margin-bottom: 60px;
	margin-top: 60px;
}
.module-031 .right a{
	text-decoration: none;
	margin-bottom: 30px;
	display: block;
}
.module-031 .right .text{
	margin-top: 15px;
}
.module-031 .right .text .title{
	font-size: 18px;
	color: #222222;
	margin-bottom: 5px;
}
.module-031 .right .text .series{
	color: #999999;
}
.module-031 .right a:hover .over-img{
	-webkit-transform: scale(0.98);
	transform: scale(0.98);
}
.module-031 .right a:hover .tp{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
@media screen and (max-width: 1199px){
	.module-031 .right .title-box .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px){
	.module-031 .right .title-box .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.module-031 .right .title-box .title{
		font-size: 20px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px){
	.module-031 .right .title-box .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
}



.module-032{
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 60px;
	position: relative;
}
.module-032::after{
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #ff5414;
	transition: all .5s;
}
.module-032:hover::after{
	width: 100%;
}
.module-032 .title-box{
	padding: 25px 0;
}
.module-032 .title-box .title{
	color: #333333;
	font-size: 20px;
	margin-bottom: 15px;
}
.module-032 .title-box .note{
	color: #464646;
	font-size: 14px;
}
.module-032 .tp{
	padding-bottom: 66.666%;
	transition: all .5s;
}
.module-032:hover .tp{
	transform: scale(1.05);
}
@media screen and (max-width: 1199px){
	.module-032{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px){
	.module-032{
		margin-bottom: 40px;
	}
	.module-032 .title-box .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 767px){
	.module-032{
		margin-bottom: 35px;
	}
	.module-032 .title-box{
		padding: 20px 0;
	}
	.module-032 .title-box .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 575px){
	.module-032{
		margin-bottom: 30px;
	}
	.module-032 .title-box{
		padding: 15px 0;
	}
	.module-032 .title-box .title {
	    margin-bottom: 10px;
	}
}



.module-033 input[type*="text"],
.module-033 select{
	background-color: #f5f5f5;
	padding: 15px;
	border: 1px solid #efefef;
	outline: none;
	width: 100%;
	font-size: 14px;
	margin-bottom: 30px;
	transition: all .5s;
}
.module-033 input[type*="text"]:focus,
.module-033 select:focus{
	border: 1px solid #ff5414;
	background-color: #fff;
}
.module-033 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-033 textarea:focus{
	border: 1px solid #ff5414;
	background-color: #fff;
}
.module-033 .btn-box{
	text-align: center;
}
.module-033 .btn-box input{
	background-color: #ff5414;
	padding: 15px 75px;
	border: 1px solid #ff5414;
	outline: none;
	font-size: 20px;
	margin-bottom: 15px;
	color: #fff;
	cursor: pointer;
	transition: all .5s;
}
.module-033 .btn-box input:hover{
	background-color: #fff;
	color: #ff5414;
}
@media screen and (max-width: 991px) {
	.module-033 input[type*="text"],
	.module-033 select{
		margin-bottom: 25px;
	}
	.module-033 textarea{
		margin-bottom: 25px;
	}
	.module-033 .btn-box input{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-033 input[type*="text"],
	.module-033 select{
		padding: 12px;
		margin-bottom: 20px;
	}
	.module-033 textarea{
		padding: 12px;
		margin-bottom: 20px;
	}
	.module-033 .btn-box input{
		padding: 12px 75px;
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-033 input[type*="text"],
	.module-033 select{
		padding: 10px;
		margin-bottom: 15px;
	}
	.module-033 textarea{
		padding: 10px;
		margin-bottom: 15px;
	}
	.module-033 .btn-box input{
		padding: 10px 75px;
		width: 100%;
		font-size: 14px;
	}
}



.module-034{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.module-034 .title{
	font-size: 26px;
	color: #333333;
}
.module-034 .right a{
	color: #333333;
	font-size: 14px;
}
.module-034 .right a:hover{
	color: #993333;
}
@media screen and (max-width: 1199px){
	.module-034 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px){
	.module-034 .right{
		display: none;
	}
	.module-034 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.module-034 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px){
	.module-034 .title{
		font-size: 18px;
	}
}

.module-035{
	overflow: hidden;
}
.module-035 .tp{
	padding-bottom: 52%;
}
.module-035 .swiper-slide-visible .over-img{
	border: 1px solid rgba(153,51,51,0);
	transition: all .5s;
}
.module-035 .swiper-slide-visible .over-img:hover{
	cursor: pointer;
}
.module-035 .swiper-slide-thumb-active .over-img{
	border: 1px solid rgba(153,51,51,1);
}


.module-036{
	margin-bottom: 30px;
}
.module-036 .tp{
	padding-bottom: 50%;
	transition: all .5s;
}
.module-036:hover .tp{
	transform: scale(1.05);
}
.module-036 .over-img{
	border: 1px solid #f8f8f8;
}
.module-036 .title{
	font-size: 16px;
	color: #333333;
	margin-top: 15px;
}
.module-036:hover .title{
	color: #993333;
}
@media screen and (max-width: 575px){
	.module-036 .title{
		font-size: 14px;
		margin-top: 10px;
	}
}



.module-037 a .tp{
	padding-bottom: 56.57%;
	transition: all .5s;
}
.module-037 a:hover .tp{
	transform: scale(1.15);
}
.module-037 a .over-img{
	transition: all .5s;
}
.module-037 a:hover .over-img{
	transform: scale(0.90);
}
.module-037 .box{
	margin-bottom: 90px;
}
.module-037 .box a .title{
	font-size: 26px;
	color: #333333;
}
.module-037 .box a:hover .title{
	color: #c19969;
}
.module-037 .box a .note{
	font-size: 14px;
	color: #414141;
	margin-top: 15px;
}
.module-037 .box a .date{
	margin-top: 70px;
	color: #999999;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 1440px) {
	.module-037 .box a .date {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-037 .box a .date {
	    margin-top: 40px;
	}
	.module-037 .box a .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-037 .box a .date {
	    margin-top: 35px;
	}
	.module-037 .box a .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-037 .box a .title {
	    font-size: 20px;
	}
	.module-037 .box a .note {
	    font-size: 12px;
	}
	.module-037 .box a .date {
	    margin-top: 30px;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-037 .box a .title{
	    font-size: 18px;
		margin-top: 15px;
	}
	.module-037 .box a .note {
	    font-size: 14px;
	}
	.module-037 .box a .date{
	    margin-top: 20px;
	    font-size: 14px;
	}
	.module-037 .box {
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-037 .box a .title{
	    font-size: 16px;
		margin-top: 10px;
	}
	.module-037 .box a .note {
	    font-size: 12px;
	    margin-top: 10px;
	}
	.module-037 .box a .date{
	    margin-top: 10px;
	    font-size: 12px;
	}
	.module-037 .box {
	    margin-bottom: 20px;
	}
}



.module-038{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.module-038 .left ul>li{
	display: inline-block;
	position: relative;
}
.module-038 .left ul>li::after{
	content: "/";
	color: #999999;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 16px;
}
.module-038 .left ul>li>a{
	display: inline-block;
	color: #999999;
	font-size: 16px;
}
.module-038 .left ul>li>a:hover{
	color: #993333;
}
.module-038 .left ul>li:nth-last-of-type(1)::after{
	content: "";
	display: none;
}
.module-038 .left ul>li:nth-last-of-type(1)>a{
	color: #000000;
}
.module-038 .left ul>li:nth-last-of-type(1)>a:hover{
	color: #993333;
}
.module-038 .right a{
	color: #999999;
	font-size: 16px;
}
.module-038 .right a:hover{
	color: #993333;
}
@media screen and (max-width: 767px){
	.module-038 .left ul>li>a{
		font-size: 14px;
	}
	.module-038 .right a{
		font-size: 14px;
	}
	
}
@media screen and (max-width: 575px){
	.module-038 .left ul>li>a{
		font-size: 12px;
	}
	.module-038 .right a{
		font-size: 12px;
	}
	
}




.module-039{
	text-align: center;
	margin-bottom: 50px;
}
.module-039 .title{
	font-size: 32px;
	color: #000000;
}
@media screen and (max-width: 1680px) {
	.module-039{
		margin-bottom: 40px;
	}
	.module-039 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-039{
		margin-bottom: 35px;
	}
	.module-039 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-039{
		margin-bottom: 30px;
	}
	.module-039 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-039{
		margin-bottom: 25px;
	}
	.module-039 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-039{
		margin-bottom: 20px;
	}
	.module-039 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-039{
		margin-bottom: 15px;
	}
	.module-039 .title{
		font-size: 18px;
	}
}


.module-040{
	border: 1px solid #333333;
	font-size: 0;
	max-width: 800px;
	margin: 0 auto;
	transition: all .5s;
}
.module-040:hover{
	border: 1px solid #ff5414;
}
.module-040 select{
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 100px;
}
.module-040 input{
	width: calc(100% - 151px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-040 a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #a1a1a1;
	vertical-align: middle;
}
.module-040 a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-040 a:hover i{
	color: #ff5414;
}
@media screen and (max-width: 991px) {
	.module-040 input {
	    font-size: 12px;
	    padding: 7px 10px;
		width: calc(100% - 140px);
	}
	.module-040 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-040{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-040{
		margin-bottom: 10px;
	}
	.module-040 input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-040 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}


.module-041 .text{
	font-size: 18px;
	color: #333333;
	margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
	.module-041 .text{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-041 .text{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-041 .text{
		font-size: 16px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 575px) {
	.module-041 .text{
		font-size: 14px;
		margin-bottom: 30px;
	}
}


.module-042 {
	text-align: center;
}
.module-042 .title{
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}
.module-042 .note{
	font-size: 16px;
	color: #666666;
	max-width: 750px;
	margin: 20px auto 0;
}
@media screen and (max-width: 1680px) {
	.module-042 .title{
		font-size: 34px;
	}
}
@media screen and (max-width: 1440px) {
	.module-042 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1280px) {
	.module-042 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1199px) {
	.module-042 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-042 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-042 .title{
		font-size: 18px;
	}
	.module-042 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-042 .title{
		font-size: 16px;
	}
	.module-042 .note{
		font-size: 12px;
		margin: 15px auto 0;
	}
}


.module-043 {
	overflow: hidden;
}
.module-043 .box .title{
	color: #666666;
	font-size: 16px;
	padding-bottom: 25px;
	border-bottom: 10px solid rgba(238,238,238,1);
	cursor: pointer;
}
.module-043 .swiper-slide-thumb-active .box .title{
	border-bottom: 10px solid #ff5414;
}
@media screen and (max-width: 767px) {
	.module-043 .box .title{
		font-size: 14px;
		padding-bottom: 20px;
		border-bottom: 7px solid rgba(238,238,238,1);
	}
	.module-043 .swiper-slide-thumb-active .box .title{
		border-bottom: 7px solid #ff5414;
	}
}
@media screen and (max-width: 575px) {
	.module-043 .box .title{
		font-size: 12px;
		padding-bottom: 15px;
		border-bottom: 5px solid rgba(238,238,238,1);
	}
	.module-043 .swiper-slide-thumb-active .box .title{
		border-bottom: 5px solid #ff5414;
	}
}


.module-044 {
	overflow: hidden;
}
.module-044 .tp{
	padding-bottom: 106.7%;
}


.module-045{
	background-color: #ff5414;
	padding-top: 8.6%;
	padding-left: 11%;
	padding-right: 11%;
	padding-bottom: 66.4%;
	height: 0;
	overflow: hidden;
}
.module-045 .box .title{
	font-size: 32px;
	color: #ffffff;
	font-weight: bold;
}
.module-045 .box .hx{
	display: inline-block;
	width: 70px;
	border-top: 5px solid #fff;
}
.module-045 .box .f-title{
	font-size: 22px;
	color: #ffffff;
	margin-top: 40px;
}
.module-045 .box .note{
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:11;
}
.module-045 .swiper-pagination-bullet{
	width: 17px;
	height: 17px;
	background: #fff;
}
.module-045 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 30px;
}
@media screen and (max-width: 1680px) {
	.module-045 .box .title{
		font-size: 30px;
	}
	.module-045 .box .note {
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:10;
	}
}
@media screen and (max-width: 1440px) {
	.module-045 .box .title{
		font-size: 26px;
	}
	.module-045 .box .f-title {
	    margin-top: 20px;
	}
	.module-045 .box .note {
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:8;
	}
	.module-045 .swiper-pagination-bullet{
		width: 15px;
		height: 15px;
	}
	.module-045 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.module-045 .box .title{
		font-size: 22px;
	}
	.module-045 .box .hx{
		border-top: 3px solid #fff;
	}
	.module-045 .box .f-title {
	    font-size: 16px;
	    margin-top: 0px;
	}
	.module-045 .box .note {
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:7;
	}
	.module-045 .swiper-pagination-bullet{
		width: 13px;
		height: 13px;
	}
	.module-045 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-045 .box .title{
		font-size: 18px;
	}
	.module-045 .box .hx{
		border-top: 2px solid #fff;
	}
	.module-045 .box .f-title {
	    font-size: 14px;
	    margin-top: 0px;
	}
	.module-045 .box .note {
	    font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:4;
	}
	.module-045 .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.module-045 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-045{
		padding-top: 15px;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 50px;
		height: auto;
	}
	.module-045 .box .title{
		font-size: 16px;
	}
	.module-045 .box .hx{
		border-top: 2px solid #fff;
	}
	.module-045 .box .f-title {
	    font-size: 12px;
	    margin-top: 0px;
	}
	.module-045 .box .note {
	    font-size: 12px;
		overflow: initial;
		text-overflow: initial;
		display: block;
		-webkit-box-orient: initial;
		-webkit-line-clamp: initial;
	}
	.module-045 .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
	}
	.module-045 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom: 15px;
	}
}



.module-046 .title{
	font-size: 22px;
	color: #333333;
}
.module-046 .note-box{
	margin-top: 30px;
	padding-bottom: 70px;
}
.module-046 .note-box .note{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
@media screen and (max-width: 1680px) {
	.module-046 .note-box {
	    padding-bottom: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-046 .note-box {
	    padding-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-046 .note-box {
	    padding-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-046 .title{
		font-size: 20px;
	}
	.module-046 .note-box {
	    padding-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-046 .title{
		font-size: 18px;
	}
	.module-046 .note-box {
	    margin-top: 25px;
	    padding-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-046 .title{
		font-size: 16px;
	}
	.module-046 .note-box {
	    margin-top: 20px;
	    padding-bottom: 35px;
	}
}
@media screen and (max-width: 575px) {
	.module-046 .title{
		font-size: 14px;
	}
	.module-046 .note-box {
	    margin-top: 15px;
	    padding-bottom: 30px;
	}
	.module-046 .note-box .note{
		font-size: 12px;
		margin-top: 5px;
	}
}


.module-047 {
	text-align: center;
}
.module-047 .title{
	font-size: 36px;
	color: #333333;
}
@media screen and (max-width: 1440px) {
	.module-047 .title{
		font-size: 34px;
	}
}
@media screen and (max-width: 1280px) {
	.module-047 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1199px) {
	.module-047 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 991px) {
	.module-047 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-047 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-047 .title{
		font-size: 16px;
	}
}


.module-048{
	overflow: hidden;
}
.module-048 a img{
	transition: all .5s;
}
.module-048 a:hover img{
	transform: scale(1.05);
}


.module-049{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}
.module-049 .mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	z-index: 99999;
}
.module-049 .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	z-index: 999999;
}
.module-049 .box video{
	box-shadow: 0 0 30px 10px rgba(0,0,0,0.5);
}
.module-049 .cloes-btn{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}


.module-050{
	padding-top: 15px;
}
.module-050 .text-box{
	display: inline-block;
	background-color: #fff;
	text-align: left;
	padding-top: 20px;
}
.module-050 .text-box .title-cn{
	font-size: 20px;
	color: #333333;
	line-height: 1em;
}
.module-050 .text-box .title-en{
	font-size: 20px;
	color: #999999;
	line-height: 1em;
	margin-top: 15px;
}
.module-050 .text-box .num{
	font-size: 16px;
	line-height: 1em;
	margin-top: 20px;
}
.module-050 .text-box .note{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #f5f5f5;
	color: #666666;
	font-size: 14px;
	line-height: 1.75em;
}


.module-051{
	margin-top: 20px;
}
.module-051 ul>li{
	display: inline-block;
	margin-right: 15px;
}
.module-051 ul>li>a{
	display: inline-block;
	padding: 8px 15px;
	background-color: #919191;
	color: #fff;
	font-size: 14px;
	transition: all .5s;
}
.module-051 ul>li>a:hover{
	background-color: #ff5414;
}
@media screen and (max-width: 1440px) {
	.module-051{
		margin-top: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.module-051{
		margin-top: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-051{
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-051{
		margin-top: 20px;
	}
	.module-051 ul>li>a{
		padding: 8px 12px;
	}
}
@media screen and (max-width: 575px) {
	.module-051{
		margin-top: 15px;
	}
	.module-051 ul>li{
		margin-right: 10px;
	}
	.module-051 ul>li>a{
		padding: 7px 12px;
		font-size: 12px;
	}
}


.module-052 .img-box {
	cursor: pointer;
}
.module-052 .img-box .imgb{
	overflow: hidden;
	position: relative;
}
.module-052 .img-box .imgb>img{
	transition: all .5s;
}
.module-052 .img-box .imgb:hover>img{
	transform: scale(1.05);
}
.module-052 .img-box .imgb .mask{
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	transition: all .5s;
	opacity: 0;
}
.module-052 .img-box .imgb:hover .mask{
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.module-052 .img-box .imgb .mask .img{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	transition: all .5s;
}
.module-052 .img-box .imgb:hover .mask .img{
	top: 50%;
}



.module-053{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}
.module-053 .mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	z-index: 99999;
}
.module-053 .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	z-index: 999999;
}
.module-053 .box video{
	box-shadow: 0 0 30px 10px rgba(0,0,0,0.5);
}
.module-053 .cloes-btn{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}
/*# sourceURL=/templates/main/css/wap-navbtn-style.css */
/*@ sourceURL=/templates/main/css/wap-navbtn-style.css */

/* GRID */

.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }

/* COLUMNS */

.col {
	display: block;
	float:left;
}

.col:first-of-type {
  margin-left: 0;
}



/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* ALL */

.row .three{
  padding: 80px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #2c3e50;
  color: #ecf0f1;
}
.hamburger{
	transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	z-index: 99999 !important;
	transition: top .5s;
	-o-transition: top .5s;
	-moz-transition: top .5s;
	-webkit-transition: top .5s;
	-ms-transition: top .5s;
	position: relative;
}
.hamburger .line.open{
	background-color: #333333;
}
.hamburger .line{
  width: 27px;
  height: 3px;
  background-color: #333333;
  display: block;
  margin-top: 8px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger .line:nth-child(1){
  background-color: #333333;
}

.hamburger .line:nth-last-of-type(1){
  background-color: #333333;
}

.hamburger.is-active .line:nth-child(1){
  background-color: #333333;
}


.hamburger:hover{
  cursor: pointer;
}
.hamburger .line:nth-child(2){
  width: 17px;
}
/* ONE */

.hamburger.is-active .line:nth-child(2){
  opacity: 0;
}

.hamburger.is-active .line:nth-child(1){
  -webkit-transform: translateY(11px) rotate(45deg);
  -ms-transform: translateY(11px) rotate(45deg);
  -o-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
  background-color: #fff;
}

.hamburger.is-active .line:nth-child(3){
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  -o-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg);
  background-color: #fff;
}

.hamburger::after{
	content: "";
	position: absolute;
	top: -27px;
	left: -28px;
	background-color: rgba(0,0,0,0);
	width: 78px;
	height: 78px;
	z-index: -1;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.hamburger.is-active::after{
	background-color: #ff5414;
}
@media screen and (max-width: 767px) {
	.hamburger::after{
		top: -25px;
		left: -24px;
		width: 74px;
		height: 74px;
	}
}
@media screen and (max-width: 575px) {
	.hamburger .line:nth-child(2){
	  width: 14px;
	}
	.hamburger .line{
	  margin-top: 6px;
	  margin-bottom: 6px;
	  width: 24px;
	  height: 2px;
	}
	.hamburger.is-active .line:nth-child(1){
	  -webkit-transform: translateY(8px) rotate(45deg);
	  -ms-transform: translateY(8px) rotate(45deg);
	  -o-transform: translateY(8px) rotate(45deg);
	  transform: translateY(8px) rotate(45deg);
	}
	
	.hamburger.is-active .line:nth-child(3){
	  -webkit-transform: translateY(-8px) rotate(-45deg);
	  -ms-transform: translateY(-8px) rotate(-45deg);
	  -o-transform: translateY(-8px) rotate(-45deg);
	  transform: translateY(-8px) rotate(-45deg);
	}
	.hamburger::after{
		top: -25px;
		left: -23px;
		width: 70px;
		height: 70px;
	}
}
.menu_location{ position: relative; /* z-index: 99; */ padding-top: 2%; color: #666666; border-bottom: solid 1px #e5e5e5}
.menu_location .location{ padding-left: 27px; background: url(../images/location_icon.png) no-repeat left}
.menu_location .location em{ font-style: normal; opacity: 0.3; padding: 0px 10px}
.menu_location a{color: #666666;}
.menu_location .menu li{ font-size: 18px; position: relative;margin-right:60px}
.wapmenu{ display:none}
@media(min-width:768px){
.menu_location .location{ float: right;}
.menu_location .menu{ float: left; display: block!important;margin:0 auto}
.menu_location .menu a:hover,
.menu_location .menu .aon a{ color: #ff5414}
.menu_location .menu ul{ display: block!important}
.menu_location .menu li{ float: left;padding-bottom: 20px; }
.menu_location .menu li.aon:after{ content: ''; position: absolute; left: 0; bottom: -1px; height: 2px; width: 100%; background: #ff5414}
}
@media(max-width:1280px){
.menu_location .menu li{font-size: 16px; margin-right: 50px;}
}
@media(max-width:1150px){
.menu_location .menu li{ margin-right: 30px;}
}
@media(max-width:960px){
.menu_location .menu li{ margin-right:20px;}
}
@media(max-width:768px){
.menu_location .location{ margin-bottom: 10px;display:none;}
.menu_location .location em{ padding: 0 6px}
.menu_location .menu{ padding:  0;margin:0}
.menu_location .menu ul{ display: none;box-shadow: 0 6px 12px #eee; background: #fff; position: absolute; width: 100vw; border-radius: 0 0 10px 10px; left: 0%;z-index: 99;}
.menu_location .menu li{font-size: 14px; border-bottom: solid 1px #eee;margin-right:0px; padding-left: 1%; }
.menu_location .menu li a{ display: block; padding: 10px 20px}
.menu_location .menu li:last-child{ border-bottom: none}
.menu_location .menu li{width: 50% ; float: left; text-align: center;}
.wapmenu{ position: relative; display:block; font-size: 16px; padding: 5px 0px; color: #333; background: #fff;line-height:38px;}
/* .wapmenu a,
.wapmenu a::before,
.wapmenu a::after{ position:absolute;background-color:#fff; height:2px; width:30px; right:5%; transition: 0.5s;} */
.wapmenu a{width: 30px; height: 30px; background: url(../images/list-icon.svg) no-repeat; transform: rotateZ(90deg); transform-origin: 50% 50%; position: absolute; right: 5%; transition: all .3s;background-size: cover;}
.wapmenu a{ top:50%;transform:translate(0,-50%)}
.wapmenu a::before,
.wapmenu a::after{ content:'';}
.wapmenu a::before{ top:-8px;}
.wapmenu a::after{ bottom:-8px;}
.wapmenu.on a{ transform: rotateZ(-90deg);}
.wapmenu.on a::before{ top: 0; transform: rotate(45deg);}
.wapmenu.on a::after{ bottom: 0; transform: rotate(-45deg); }
}
.auto-inner {
 width: 92%;
 max-width: 1560px;
 margin: 0 auto;
}
a{color:#333}
.Page002046 .Pages{ text-align:center; padding: 5% 0}
.Page002046 .Pages li{ display:inline-block;}
.Page002046 .Pages a{ display:inline-block; vertical-align:middle;background-color: #eeeeee;margin: 0 8px; padding: 0 20px; line-height:48px; color:#666666;text-align: center;}
.Page002046 .Pages a:hover,
.Page002046 .Pages .active a{ 	background-color: #ff5414; color:#fff;}
.Page002046 .Pages em{ font-style:normal; display:inline-block; vertical-align:middle; overflow:hidden;}
.Page002046 .Pages .a_first,
.Page002046 .Pages .a_end,
.Page002046 .Pages .p_cur,
.Page002046 .Pages .p_count,
.Page002046 .Pages .p_jump,
.Page002046 .Pages .p_total{ display:none;}
.Page002046 .Pages .a_prev,
.Page002046 .Pages .a_next{position: relative;background: #ff5414;overflow:hidden;color: transparent!important;font-size: 0;}
.Page002046 .Pages .a_prev::after,
.Page002046 .Pages .a_next::after{content:"";display: block;position: absolute;left: 0;bottom: 0;top: 0;right: 0;margin: auto;width: 48%;height: 8px; background:url(../images/page-arrows.png) no-repeat left center transparent;background-size: 200%; }
.Page002046 .Pages .a_next::after{background-position: right center;}
@media(max-width:640px){
    .Page002046 .Pages a{padding:0 8px; width: auto;margin:0 4px; line-height: 30px;}
}
@media(max-width:480px){
    .Page002046 .Pages a{margin:0 2px;}
}.pagination{justify-content: center;}
.product_details img{height:auto !important}
.wap-burger_menu{z-index:999}