﻿@charset "utf-8";

@font-face {
	font-family: "H_CUSTA2";
	src: url(img/H_CUSTA2.TTF);
}

/*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;
}

.tp{
	transform: scale(1.002);
}

.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: 1280px;
	margin: 0 auto;
}

.default-ny-container {
	max-width: 1440px;
	margin: 0 auto;
}

.default-index-container {
	max-width: 1680px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.default-padd-30 {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*模块上下边距*/
.container-padd-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.container-padd-tb90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.container-padd-tb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.container-padd-tb70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.container-padd-tb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.container-padd-tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.container-padd-t100 {
	padding-top: 100px;
}

.container-padd-t90 {
	padding-top: 90px;
}

.container-padd-t80 {
	padding-top: 80px;
}

.container-padd-t70 {
	padding-top: 70px;
}

.container-padd-t60 {
	padding-top: 60px;
}

.container-padd-t50 {
	padding-top: 50px;
}

.container-padd-b100 {
	padding-bottom: 100px;
}

.container-padd-b90 {
	padding-bottom: 90px;
}

.container-padd-b80 {
	padding-bottom: 80px;
}

.container-padd-b70 {
	padding-bottom: 70px;
}

.container-padd-b60 {
	padding-bottom: 60px;
}

.container-padd-b50 {
	padding-bottom: 50px;
}

@media screen and (max-width: 1680px) {
	.container-padd-tb100 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.container-padd-t100 {
		padding-top: 90px;
	}

	.container-padd-b100 {
		padding-bottom: 90px;
	}
}

@media screen and (max-width: 1440px) {

	.container-padd-tb100,
	.container-padd-tb90 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.container-padd-t100,
	.container-padd-t90 {
		padding-top: 80px;
	}

	.container-padd-b100,
	.container-padd-b90 {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1280px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80 {
		padding-top: 70px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80 {
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 1199px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70 {
		padding-top: 60px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70 {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 991px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60 {
		padding-top: 50px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 40px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 575px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 30px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 30px;
	}
}

/*模块上下边距 end*/

/*元素边距*/
.model-padd-t10 {
	padding-top: 10px;
}

.model-padd-t20 {
	padding-top: 20px;
}

.model-padd-t30 {
	padding-top: 30px;
}

.model-padd-t40 {
	padding-top: 40px;
}

.model-padd-t50 {
	padding-top: 50px;
}

.model-padd-t60 {
	padding-top: 60px;
}

.model-padd-t70 {
	padding-top: 70px;
}

.model-padd-t80 {
	padding-top: 80px;
}

.model-padd-b10 {
	padding-bottom: 10px;
}

.model-padd-b20 {
	padding-bottom: 20px;
}

.model-padd-b30 {
	padding-bottom: 30px;
}

.model-padd-b40 {
	padding-bottom: 40px;
}

.model-padd-b50 {
	padding-bottom: 50px;
}

.model-padd-b60 {
	padding-bottom: 60px;
}

.model-padd-b70 {
	padding-bottom: 70px;
}

.model-padd-b80 {
	padding-bottom: 80px;
}


.model-padd-l10 {
	padding-left: 10px;
}

.model-padd-l20 {
	padding-left: 20px;
}

.model-padd-l30 {
	padding-left: 30px;
}

.model-padd-l40 {
	padding-left: 40px;
}

.model-padd-l50 {
	padding-left: 50px;
}

.model-padd-l60 {
	padding-left: 60px;
}

.model-padd-l70 {
	padding-left: 70px;
}

.model-padd-r10 {
	padding-right: 10px;
}

.model-padd-r20 {
	padding-right: 20px;
}

.model-padd-r30 {
	padding-right: 30px;
}

.model-padd-r40 {
	padding-right: 40px;
}

.model-padd-r50 {
	padding-right: 50px;
}

.model-padd-r60 {
	padding-right: 60px;
}

.model-padd-r70 {
	padding-right: 70px;
}

.model-margin-l-60{
	margin-left: -60px;
}
.model-margin-r-60{
	margin-right: -60px;
}
@media screen and (max-width: 1680px) {
	.model-padd-t80 {
		padding-top: 70px;
	}

	.model-padd-b80 {
		padding-bottom: 70px;
	}

	.model-padd-l70 {
		padding-left: 55px;
	}

	.model-padd-r70 {
		padding-right: 55px;
	}
}

@media screen and (max-width: 1440px) {
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 60px;
	}

	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 60px;
	}

	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 40px;
	}

	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 40px;
	}
	
	.model-margin-l-60{
		margin-left: -40px;
	}
	
	.model-margin-r-60{
		margin-right: -40px;
	}
}

@media screen and (max-width: 1199px) {

	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 50px;
	}

	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 50px;
	}

	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 25px;
	}

	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 25px;
	}
	
	.model-margin-l-60{
		margin-left: -25px;
	}
	
	.model-margin-r-60{
		margin-right: -25px;
	}
}

@media screen and (max-width: 991px) {

	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 40px;
	}

	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 40px;
	}

	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: -10px;
	}
	
	.model-margin-r-60{
		margin-right: -10px;
	}
}

@media screen and (max-width: 767px) {

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 30px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 30px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left:15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: 0;
	}
	
	.model-margin-r-60{
		margin-right: 0;
	}
}

@media screen and (max-width: 575px) {
	.model-padd-t30 {
		padding-top: 15px;
	}

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 25px;
	}

	.model-padd-b30 {
		padding-bottom: 15px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 25px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
}

/*元素边距 end*/

/*编辑版开始*/
.bjb {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.bjb.padd0{
	padding-top: 0;
	padding-bottom: 0;
}

.bjb img {
	max-width: 100%;
	height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p {
	color: #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: 1px solid #f0f0f0;
}
.bgcolor2{
	background-color: #f5f5f5;
}
.bgcolor3{
	background-color: #eaeaea;
}
.bgcolor4{
	background-color: #F8F9FA;
}

.bgimg1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}




/*分页开始*/
.paging {
	margin: 0 auto;
}
.paging-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.paging-list li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.paging-list li a {
	padding: 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 #d6000f;
	background-color: #d6000f;
	color: #fff;
}

.paging-list li.active a {
	border: 1px solid #d6000f;
	background-color: #d6000f;
	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{
	height: 600px;
}
#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{
	max-width: 750px;
	margin: 0 auto;
}
#bg-video-box .banner-center-text .btn-box .title{
	color: #fff;
	font-size: 36px;
	margin-bottom: 30px;
}
#bg-video-box .banner-center-text .btn-box .note{
	color: #fff;
	font-size: 14px;
	margin-bottom: 70px;
	padding-left: 30px;
	padding-right: 30px;
}
#bg-video-box .banner-center-text .btn-box .more{
	color: #333333;
	font-size: 14px;
	background-color: #fff;
	padding: 10px 45px;
	display: inline-block;
	border-radius: 30px;
	transition: all .5s;
}
#bg-video-box .banner-center-text .btn-box .more:hover{
	background-color: #d6000f;
	color: #fff;
}
@media screen and (max-width: 1680px) {
	#bg-video-box .banner-center-text .btn-box .title {
	    font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	#bg-video-box{
		height: 550px;
	}
	#bg-video-box .banner-center-text .btn-box .title {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	#bg-video-box{
		height: 500px;
	}
	#bg-video-box .banner-center-text .btn-box .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	#bg-video-box{
		height: 450px;
	}
	#bg-video-box .banner-center-text .btn-box .title {
	    font-size: 26px;
	}
	#bg-video-box .banner-center-text .btn-box .note {
	    margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	#bg-video-box{
		height: 400px;
	}
	#bg-video-box .banner-center-text .btn-box .title {
	    font-size: 24px;
	    margin-bottom: 25px;
	}
	#bg-video-box .banner-center-text .btn-box .note {
	    margin-bottom: 50px;
	}
	#bg-video-box .banner-center-text .btn-box .more{
		padding: 9px 45px;
	}
}
@media screen and (max-width: 767px) {
	#bg-video-box{
		height: 350px;
	}
	#bg-video-box .banner-center-text .btn-box .title {
	    font-size: 22px;
	    margin-bottom: 20px;
	}
	#bg-video-box .banner-center-text .btn-box .note {
	    margin-bottom: 40px;
	}
	#bg-video-box .banner-center-text .btn-box .more{
		font-size: 12px;
		padding: 8px 40px;
	}
}
@media screen and (max-width: 575px) {
	#bg-video-box{
		height: 300px;
	}
	#bg-video-box .banner-center-text .btn-box .title {
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	#bg-video-box .banner-center-text .btn-box .note {
	    font-size: 12px;
	    margin-bottom: 30px;
	}
	#bg-video-box .banner-center-text .btn-box .more{
		font-size: 12px;
		padding: 7px 35px;
	}
}
/*视频背景 end*/

/* 头部导航 */
.pc-header-height-div{
	height: 80px;
}
.pc-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	transition: all .5s;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(img/bg5.png);
	background-position: center;
}
.pc-header.ny-pc-header{
	background-image: none;
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header.scroll{
	background-image: none;
	transition: all .5s;
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	right: 0;
	background-color: #d6000f;
	opacity: 0;
	transition: all 0.3s;
}
.pc-header.active{
	border-bottom: 1px solid rgba(245,245,245,0);
}
.pc-header.active::after{
	opacity: 1;
	transition: all 0.5s;
}
.pc-header-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0;
	z-index: 999;
}
.pc-header-bg .top-bgcolor{
	background-color: #fff;
	height: 40%;
	background-image: url(img/gdjqr_008.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	min-height: 430px;
	padding-left: 30px;
	padding-right: 30px;
}
.pc-header-bg .top-bgcolor .posi-text-box{
	max-width: 1830px;
	margin: 0 auto;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 350px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box p{
	color: #424242;
	margin-bottom: 5px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box::after{
	content: "";
	position: absolute;
	top: -35px;
	left: 0;
	display: inline-block;
	height: 2px;
	width: 36px;
	background-color: #424242;
}
.pc-header-bg .bottom-bgcolor{
	background-color: rgba(0,0,0,0.7);
	height: 60%;
}
.pc-header .left{
	width: 262px;
	height: 44px;
}
.pc-header .left .logo{
	position: relative;
	width: 262px;
	height: 44px;
	display: inline-block;
}
.pc-header .left .logo::after{
	content: "";
	background-image: url(img/ycl_sh_001.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 262px;
	height: 44px;
	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_sh_001-a.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 262px;
	height: 44px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .5s;
}
.pc-header.scroll .left .logo::before,
.pc-header.active .left .logo::before,
.pc-header.ny-pc-header .left .logo::before,
.pc-header .left .logo:hover::before{
	opacity: 1;
}
.pc-header .content{
	max-width: 1650px;
	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 .center{
	width: calc(100% - 460px);
	text-align: center;
	font-size: 0;
}
.pc-header .right{
	text-align: right;
	font-size: 0;
}
.pc-header .center .level1{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .center .level1>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pc-header .center .level1>li>a{
	font-size: 16px;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 33px 30px;
}
.pc-header.active .center .level1>li>a,
.pc-header.scroll .center .level1>li>a,
.pc-header.ny-pc-header .center .level1>li>a{
	color: #666666;
	padding: 28px 30px;
}
.pc-header .center .level1>li:hover>a{
	color: #fff;
	background-color: #d6000f;
}
.pc-header .center .level1>li.active>a::after{
	content: "";
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 3px;
	background-color: #d6000f;
	transition: all .5s;
}
.pc-header .center .level1>li.active>a::after{
	width: 40px;
}
.pc-header .center .level2 {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	display: none;
	opacity: 0;
	background-color: #d6000f;
	padding: 10px 0;
}
.pc-header .center .level2>li{
	text-align: left;
}
.pc-header .center .level2>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.pc-header .center .level2>li>a {
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	color: #fff;
	position: relative;
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
}
.pc-header .center .level2>li>a::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff;
	font-size: 0;
	line-height: 1em;
	vertical-align: middle;
	margin-right: 10px;
}
.pc-header .center .level2>li>a:hover {
	background-color: #ff0000;
}
.pc-header .right .box{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	padding-left: 30px;
	transition: all .5s;
	position: relative;
}
.pc-header .right .box  .search{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .box .search a i{
	display: inline-block;
	margin-left: 30px;
	color: #fff;
	font-size: 22px;
	transition: all .5s;
}
.pc-header.active .right .box .search a i,
.pc-header.scroll .right .box .search a i,
.pc-header.ny-pc-header .right .box .search a i{
	color: #666666;
}
.pc-header .right .box .search a:hover i{
	color: #d6000f;
}
.pc-header .right .box  .rd-btn{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .box  .rd-btn a{
	display: inline-block;
	padding: 4px 20px;
	color: #fff;
	background-color: #d6000f;
	border-radius: 20px;
	font-size: 14px;
	margin-left: 15px;
	border: 1px solid #d6000f;
}
.pc-header .right .box  .rd-btn a:hover{
	color: #d6000f;
	background-color: #fff;
}
@media screen and (max-width: 1680px){
	.pc-header .center .level1>li>a{
		font-size: 16px;
	}
	.pc-header .right .box {
	    margin-left: 25px;
	    padding-left: 25px;
	}
}
@media screen and (max-width: 1440px){
	.pc-header .center .level1>li>a{
		font-size: 16px;
		padding: 25px 25px;
	}
	.pc-header.active .center .level1>li>a,
	.pc-header.scroll .center .level1>li>a,
	.pc-header.ny-pc-header .center .level1>li>a{
	    padding: 25px 25px;
	}
	.pc-header .right .box {
	    margin-left: 20px;
	    padding-left: 20px;
	}
	.pc-header-height-div{
		height: 74px;
	}
	.pc-header .left {
	    width: 240px;
	    height: 39px;
	}
	.pc-header .left .logo::after,
	.pc-header .left .logo::before,
	.pc-header .left .logo{
	    width: 240px;
	    height: 39px;
	}
	.pc-header .center {
	    width: calc(100% - 440px);
	}
}
@media screen and (max-width: 1280px){
	.pc-header .center .level1>li>a{
		font-size: 14px;
		padding: 25px 20px;
	}
	.pc-header.active .center .level1>li>a,
	.pc-header.scroll .center .level1>li>a,
	.pc-header.ny-pc-header .center .level1>li>a{
	    padding: 25px 20px;
	}
	.pc-header .right .box {
	    margin-left: 15px;
	    padding-left: 15px;
	}
	.pc-header .right .box a {
	    font-size: 14px;
	}
	.pc-header .right .box a .icon-btn_search {
	    font-size: 18px;
	}
	.pc-header-height-div{
		height: 71px;
	}
	.pc-header .left {
	    width: 220px;
	    height: 36px;
	}
	.pc-header .left .logo::after,
	.pc-header .left .logo::before,
	.pc-header .left .logo{
	    width: 220px;
	    height: 36px;
	}
	.pc-header .center {
	    width: calc(100% - 460px);
	}
}
@media screen and (max-width: 991px){
	
}

/*wap端导航*/
.wap-nav {
	padding: 18px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	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: 90px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.wap-search-box .icon-weimingmingwenjianjia_sousuo{
	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: 991px) {
	.wap-nav .logo img{
		width: 80%;
	}
	.wap-search-box{
		right: 85px;
	}
}
@media screen and (max-width: 767px) {
	.wap-nav .logo img{
		width: 70%;
	}
	.wap-search-box .icon-weimingmingwenjianjia_sousuo{
		font-size: 32px;
	}
	.wap-search-box{
		right: 82px;
	}
}
@media screen and (max-width: 575px) {
	.wap-nav .logo img{
		width: 60%;
	}
	.wap-search-box .icon-weimingmingwenjianjia_sousuo{
		font-size: 30px;
	}
	.wap-search-box{
		right: 78px;
	}
}


.wap-burger_menu{
	position: fixed;
	top: 68px;
	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% - 68px);
	-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: 991px) {
	.wap-burger_menu{
		top: 63px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 63px);
	}
}
@media screen and (max-width: 767px) {
	.wap-burger_menu{
		top: 62px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 62px);
	}
}
@media screen and (max-width: 575px) {
	.header-height-div{
		height: 62px;
	}
	.wap-burger_menu{
		top: 62px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 62px);
	}
}

/*头部防遮挡*/
.wap-header-height-div{
	height: 68px;
}
@media screen and (max-width: 991px) {
	.wap-header-height-div{
		height: 63px;
	}
}
@media screen and (max-width: 767px) {
	.wap-header-height-div{
		height: 62px;
	}
}
@media screen and (max-width: 575px) {
	.wap-header-height-div{
		height: 62px;
	}
}
/*头部防遮挡 end*/
/*wap端导航 end*/


/* 主导航侧边栏 */
.right-redian-box{
	position: fixed;
	right: -470px;
	top: 0;
	bottom: 0;
	max-width: 470px;
	background-color: #d7000f;
	z-index: 111111;
	padding: 25px 55px;
}
.right-redian-box .top-cloes{
	text-align: right;
	margin-bottom: 15px;
}
.right-redian-box .top-cloes a{
	display: inline-block;
	padding: 10px 20px;
	background-color: #fff;
	line-height: 1em;
	border-radius: 30px;
	color: #333333;
	transition: all .3s;
}
.right-redian-box .top-cloes a span{
	vertical-align: middle;
	transition: all .3s;
}
.right-redian-box .top-cloes a:hover span{
	color: #d7000f;
}
.right-redian-box .top-cloes a i{
	vertical-align: middle;
	transition: all .3s;
	display: inline-block;
}
.right-redian-box .top-cloes a:hover i{
	transform: rotate(90deg);
	color: #d7000f;
}
.right-redian-box .content-box .title-box .title{
	color: #fff;
	font-size: 28px;
}
.right-redian-box .content-box .title-box .date{
	color: #fff;
	font-size: 18px;
	margin-top: 5px;
}
.right-redian-box .content-box .title-box .note{
	color: #efd2d4;
	font-size: 12px;
	margin-top: 10px;
}
.right-redian-box .content-box .list-box{
	margin-top: 25px;
}
.right-redian-box .content-box .list-box .box{
	margin-bottom: 20px;
}
.right-redian-box .content-box .list-box .box a{
	display: block;
	font-size: 0;
}
.right-redian-box .content-box .list-box .box a .left{
	width: 100px;
	display: inline-block;
	vertical-align: top;
}
.right-redian-box .content-box .list-box .box a .left .tp{
	padding-bottom: 80%;
	transition: all .5s;
}
.right-redian-box .content-box .list-box .box a:hover .left .tp{
	transform: scale(1.1);
}
.right-redian-box .content-box .list-box .box a .right{
	width: calc(100% - 100px);
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
}
.right-redian-box .content-box .list-box .box a .right .title{
	color: #fff;
	font-size: 14px;
}
.right-redian-box .content-box .list-box .box a .right .note{
	color: #d6d6d6;
	font-size: 12px;
	margin-top: 10px;
}
.right-redian-box .content-box .icon-box ul>li{
	display: inline-block;
	margin-right: 15px;
	line-height: 1em;
}
.right-redian-box .content-box .icon-box ul>li>a{
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.right-redian-box .content-box .icon-box ul>li>a .icon1{
	transition: all .5s;
	display: inline-block;
}
.right-redian-box .content-box .icon-box ul>li>a:hover .icon1{
	opacity: 0;
}
.right-redian-box .content-box .icon-box ul>li>a .icon2{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s;
}
.right-redian-box .content-box .icon-box ul>li>a:hover .icon2{
	opacity: 1;
}
.right-redian-box .content-box .text-box{
	margin-top: 25px;
}
.right-redian-box .content-box .text-box p{
	color: #fff;
}
/* 主导航侧边栏 end */


/*二维码弹窗*/
.footer-ewm{
	position: fixed;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 999999999999999999;
}
.footer-ewm .ewm-box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
	max-width: 300px;
}
.footer-ewm .ewm-box .title{
	font-family: "Helvetica_Neue_CE_35_Thin";
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.close-ewm{
	position: absolute;
    top: 2%;
    right: 2%;
    border: none;
    padding: 15px 20px;
    outline: none;
    background-color: #ffffff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
.close-ewm:hover {
    background-color: #b53137;
    color: #fff;
}
@media screen and (max-width: 757px){
	.footer-ewm .ewm-box .title{
		font-size: 24px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px){
	.footer-ewm .ewm-box .title{
		font-size: 18px;
		margin-top: 10px;
	}
}
/*二维码弹窗 end*/


/*内页导航*/
.ny-nav .left{
	display: block;
	vertical-align: middle;
}
.ny-nav .left ul>li{
	display: inline-block;
	margin-right: 65px;
}
.ny-nav .left ul>li>a{
	display: inline-block;
	text-decoration: none;
	padding: 25px 0;
	color: #666666;
	font-size: 16px;
	position: relative;
	transition: all .5s;
}
.ny-nav .left ul>li.active>a,
.ny-nav .left ul>li>a:hover{
	color: #d6000f;
}
.ny-nav .left ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 0;
	background-color: rgba(214,0,15,0);
	transition: all .5s;
}
.ny-nav .left ul>li>a:hover::after,
.ny-nav .left ul>li.active>a::after{
	width: 100%;
	background-color: rgba(214,0,15,1);
}
.wap-ny-nav .nav-top{
	border-bottom: 1px solid #ededed;
	background-color: #f5f5f5;
}
.wap-ny-nav .nav-top .left{
	display: inline-block;
	padding: 15px;
	font-size: 16px;
	color: #d6000f;
}
.wap-ny-nav .nav-top .right{
	float: right;
	padding: 17px 15px;
	cursor: pointer;
	font-size: 14px;
}
.wap-ny-nav .nav-top .right:hover{
	color: #d6000f;
}
.wap-ny-nav ul{
	display: none;
	width: 100%;
}
.wap-ny-nav ul>li{
	width: 100%;
	display: block;
}
.wap-ny-nav ul>li>a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ededed;
	text-decoration: none;
	color: #333333;
	width: 100%;
}
.wap-ny-nav ul>li.active>a,
.wap-ny-nav ul>li>a:hover{
	border-bottom: 1px solid #d6000f;
	color: #fff;
	background-color: #d6000f;
}
@media screen and (max-width: 1680px) {
	.ny-nav .left ul>li{
		margin-right: 55px;
	}
}
@media screen and (max-width: 1440px) {
	.ny-nav .left ul>li{
		margin-right: 50px;
	}
}
@media screen and (max-width: 1280px) {
	.ny-nav .left ul>li{
		margin-right: 45px;
	}
}
@media screen and (max-width: 1199px) {
	.ny-nav .left ul>li{
		margin-right: 40px;
	}
}
@media screen and (max-width: 991px) {
	.ny-nav .left ul>li{
		margin-right: 35px;
	}
	.ny-nav .left ul>li>a {
	    padding: 20px 0;
	    font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.ny-nav .left ul>li{
		margin-right: 30px;
	}
	.ny-nav .left ul>li>a {
	    padding: 15px 0;
	}
}
@media screen and (max-width: 575px) {
	.wap-ny-nav .nav-top .left {
	    font-size: 14px;
	}
}
/*内页导航 end*/


/*二维码弹窗*/
.footer-ewm{
	position: fixed;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 999999999999999999;
}
.footer-ewm .ewm-box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
	max-width: 370px;
}
.footer-ewm .ewm-box .title{
	font-family: "Helvetica_Neue_CE_35_Thin";
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.close-ewm{
	position: absolute;
    top: 2%;
    right: 2%;
    border: none;
    padding: 15px 20px;
    outline: none;
    background-color: #ffffff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
.close-ewm:hover {
    background-color: #d6000f;
    color: #fff;
}
@media screen and (max-width: 757px){
	.footer-ewm .ewm-box .title{
		font-size: 24px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px){
	.footer-ewm .ewm-box .title{
		font-size: 18px;
		margin-top: 10px;
	}
}
/*二维码弹窗 end*/


.module-001{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 630px;
	position: relative;
}
.module-001::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.module-001 .text-box{
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	text-align: center;
	width: 100%;
	z-index: 2;
}
.module-001 .text-box .title{
	font-size: 36px;
	color: #ffffff;
	line-height: 1em;
}
.module-001 .text-box .note{
	font-size: 32px;
	color: #cccccc;
	line-height: 1em;
	margin-top: 20px;
}
.module-001 .text-box .num{
	font-size: 18px;
	color: #ffffff;
	line-height: 1em;
	margin-top: 20px;
}
.module-001 .text-box .btn-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 400px;
	margin: 0 auto;
	margin-top: 30px;
}
.module-001 .text-box .btn-box a{
	display: inline-block;
	background-color: #fff;
	padding: 10px 15px;
	border-radius: 20px;
}
.module-001 .text-box .btn-box a img{
	vertical-align: middle;
}
.module-001 .text-box .btn-box a span{
	vertical-align: middle;
	color: #333333;
	margin-left: 5px;
}
@media screen and (max-width: 1680px) {
	.module-001 {
	    height: 550px;
	}
}
@media screen and (max-width: 1440px) {
	.module-001 {
	    height: 500px;
	}
	.module-001 .text-box .title {
	    font-size: 32px;
	}
	.module-001 .text-box .note {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-001 {
	    height: 450px;
	}
	.module-001 .text-box .title {
	    font-size: 28px;
	}
	.module-001 .text-box .note {
	    font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-001 {
	    height: 400px;
	}
	.module-001 .text-box .title {
	    font-size: 24px;
	}
	.module-001 .text-box .note {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-001 {
	    height: 350px;
	}
	.module-001 .text-box .title {
	    font-size: 22px;
	}
	.module-001 .text-box .note {
	    font-size: 20px;
	}
	.module-001 .text-box .btn-box a {
	    padding: 9px 13px;
	}
}
@media screen and (max-width: 767px) {
	.module-001 {
	    height: 300px;
	}
	.module-001 .text-box {
	    transform: translateY(-45%);
	}
	.module-001 .text-box .title {
	    font-size: 20px;
	}
	.module-001 .text-box .note {
	    font-size: 18px;
	    margin-top: 15px;
	}
	.module-001 .text-box .num {
	    font-size: 16px;
	    margin-top: 15px;
	}
	.module-001 .text-box .btn-box {
	    margin-top: 25px;
	}
	.module-001 .text-box .btn-box a {
	    padding: 8px 12px;
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-001 {
	    height: 250px;
	}
	.module-001 .text-box .title {
	    font-size: 18px;
	}
	.module-001 .text-box .note {
	    font-size: 16px;
	}
	.module-001 .text-box .num {
	    font-size: 14px;
	}
	.module-001 .text-box .btn-box {
	    margin-top: 20px;
		max-width: 300px;
	}
	.module-001 .text-box .btn-box a {
	    padding: 7px 10px;
		font-size: 12px;
	}
}


.module-002{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 450px;
	position: relative;
}
.module-002::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.module-002 .text-box{
	position: absolute;
	top: 50%;
	transform: translateY(-40%);
	text-align: center;
	width: 100%;
	z-index: 2;
}
.module-002 .text-box .title{
	font-size: 36px;
	color: #ffffff;
	line-height: 1em;
}
.module-002 .text-box .note{
	font-size: 18px;
	color: #cccccc;
	line-height: 1em;
	margin-top: 20px;
}
@media screen and (max-width: 1440px) {
	.module-002 .text-box .title {
	    font-size: 32px;
	}
}
@media screen and (max-width: 1280px) {
	.module-002 .text-box .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-002 {
	    height: 400px;
	}
	.module-002 .text-box .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-002 {
	    height: 350px;
	}
	.module-002 .text-box .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-002 {
	    height: 300px;
	}
	.module-002 .text-box {
	    transform: translateY(-45%);
	}
	.module-002 .text-box .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-002 {
	    height: 250px;
	}
	.module-002 .text-box .title {
	    font-size: 18px;
	}
	.module-002 .text-box .note {
	    font-size: 16px;
	}
}


.module-003 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}
.module-003 a{
	display: block;
	text-decoration: none;
	color: #333333;
	margin-bottom: 30px;
	position: relative;
	font-size: 0;
}
.module-003 a .left{
	width: 120px;
	display: inline-block;
	vertical-align: top;
}
.module-003 a .left .tp{
	padding-bottom: 75%;
	transition: all .5s;
}
.module-003 a:hover .left .tp{
	transform: scale(1.05);
}
.module-003 a .right{
	display: inline-block;
	padding-left: 15px;
	width: calc(100% - 120px);
	vertical-align: top;
}
.module-003 a .right .title{
	margin-bottom: 5px;
	color: #000000;
	font-size: 16px;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.module-003 a:hover .right .title{
	color: #d6000f;
}
.module-003 a .right .note{
	color: #adadad;
	font-size: 14px;
	overflow:hidden; 
	text-overflow:ellipsis; 
	white-space:nowrap; 
}
@media screen and (max-width: 1199px) {
	.module-003 a .right .title {
	    font-size: 14px;
	}
	.module-003 a .right .note {
	    font-size: 12px;
	}
	.module-003 .top-title {
	    font-size: 18px;
	    margin-bottom: 15px;
	}
	.module-003 a {
	    margin-bottom: 15px;
	}
}


.module-004 video{
	margin-bottom: 15px;
}
.module-004 .bjb{
	padding: 0;
}


.module-005 {
	font-size: 0;
	padding-top: 45px;
	padding-bottom: 65px;
}
.module-005 .left{
	display: inline-block;
	vertical-align: top;
	width: 70%;
}
.module-005 .left .box1{
	margin-bottom: 25px;
}
.module-005 .left .box1 li{
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 55px;
}
.module-005 .left .box1 li:nth-last-of-type(1){
	margin-right: 0;
}
.module-005 .left .box1 li a{
	vertical-align: middle;
	display: inline-block;
	color: #a1a1a1;
}
.module-005 .left .box1 li a:hover{
	color: #d6000f;
}
.module-005 .left .box2 li{
	display: inline-block;
	margin-bottom: 15px;
}
.module-005 .left .box2 li::after{
	content: "|";
	vertical-align: middle;
	color: #cccccc;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.module-005 .left .box2 li:nth-last-of-type(1)::after{
	content: "";
	display: none;
}
.module-005 .left .box2 li a{
	vertical-align: middle;
	display: inline-block;
	color: #a1a1a1;
}
.module-005 .left .box2 li a:hover{
	color: #d6000f;
}
.module-005 .right{
	display: inline-block;
	vertical-align: top;
	width: 30%;
	text-align: right;
}
.module-005 .right .text{
	color: #999999;
	margin-bottom: 30px;
}
.module-005 .right .text span{
	vertical-align: middle;
}
.module-005 .right .text img{
	vertical-align: middle;
	margin-left: 15px;
}
.module-005 .right .box1 li{
	display: inline-block;
	margin-left: 20px;
}
.module-005 .right .box1 li::after{
	margin-left: 0;
}
.module-005 .right .box1 li a{
	display: inline-block;
	position: relative;
}
.module-005 .right .box1 li a .icon1{
	transition: all .5s;
}
.module-005 .right .box1 li a:hover .icon1{
	opacity: 0;
}
.module-005 .right .box1 li a .icon2{
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all .5s;
}
.module-005 .right .box1 li a:hover .icon2{
	opacity: 1;
}
.module-005 .bottom .text{
	color: #a1a1a1;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 20px;
}
.module-005 .bottom .text a{
	color: #a1a1a1;
}
@media screen and (max-width: 1199px) {
	.module-005 .right{
		text-align: left;
		vertical-align: middle;
		margin-bottom: 20px;
	}
	.module-005 .left {
	    vertical-align: middle;
		margin-bottom: 20px;
	}
	.module-005 .left .box1 {
	    margin-bottom: 0;
	}
	.module-005 .left .box1 li {
	    margin-bottom: 0;
	    margin-right: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-005 .right{
		width: 100%;
		text-align: center;
	}
	.module-005 .left {
	    width: 100%;
		text-align: center;
	}
	.module-005 .bottom{
		text-align: center;
	}
	.module-005 .bottom .text {
	    margin-bottom: 0;
	    margin-right: 10px;
	}
	.module-005 .left .box1 li a {
	    font-size: 12px;
	}
	.module-005 .bottom .text a{
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.module-005 {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.module-005 .right{
		width: 100%;
		text-align: center;
	}
	.module-005 .left {
	    width: 100%;
		text-align: center;
	}
	.module-005 .bottom .text {
		display: block;
	    margin-right: 0;
		text-align: center;
		margin-bottom: 5px;
		font-size: 12px;
	}
}



.module-006{
	padding-top: 10px;
}
.module-006 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.module-006>ul>li {
    display: inline-block;
    padding: 20px 0 10px;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
}
.module-006 .p1 {
	display: block;
    float: left;
    width: 80px;
    font-size: 14px;
    padding-bottom: 10px;
	color: #666666;
	margin-bottom: 10px;
	vertical-align: top;
}
.module-006 .p2 {
	display: block;
    margin-left: 110px;
	margin-bottom: 0;
	vertical-align: top;
}
.module-006 .p2>a {
    padding-bottom: 10px;
    display: inline-block;
    margin-right: 50px;
    color: #333333;
	position: relative;
	font-size: 14px;
	margin-bottom: 10px;
	vertical-align: top;
}
.module-006 .p2>a::after{
    content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	background-color: #d6000f;
	opacity: 0;
	transition: all .5s;
}
.module-006 .p2>a:hover::after,
.module-006 .p2>a.active::after{
	width: 100%;
	opacity: 1;
}
@media screen and (max-width: 1199px) {
	.module-006 .p2>a {
	    padding-bottom: 10px;
	    margin-right: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-006 .p1 {
		font-size: 12px;
	}
	.module-006 .p2 {
	    margin-left: 90px;
	}
	.module-006 .p2>a {
	    padding-bottom: 10px;
	    margin-right: 35px;
	    font-size: 12px;
	}
	.module-006 .p2>a::after{
		height: 4px;
	}
}
@media screen and (max-width: 767px) {
	.module-006 {
	    padding-top: 5px;
	}
	.module-006>ul>li {
	    padding: 15px 0 5px;
	}
	.module-006 .p1 {
		 padding-bottom: 5px;
	}
	.module-006 .p2 {
	    margin-left: 80px;
	}
	.module-006 .p2>a {
	    padding-bottom: 5px;
	    margin-right: 25px;
	}
	.module-006 .p2>a::after{
		height: 3px;
	}
}
@media screen and (max-width: 575px) {
	.module-006 {
	    padding-top: 0;
	}
	.module-006>ul>li {
	    padding: 10px 0 0px;
	}
	.module-006 .p1 {
	    width: 70px;
	}
	.module-006 .p2 {
	    margin-left: 70px;
	}
	.module-006 .p2>a {
	    margin-right: 15px;
	}
	.module-006 .p2>a::after{
		height: 2px;
	}
}


.module-007 {
	border: 1px solid #999999;
	font-size: 0;
}
.module-007 input{
	font-size: 14px;
	width: calc(100% - 100px);
	border: none;
	outline: none;
	padding: 12px;
	line-height: 1em;
	vertical-align: middle;
}
.module-007 a{
	line-height: 1em;
	font-size: 14px;
	width: 100px;
	text-align: center;
	display: inline-block;
	background-color: #d6000f;
	color: #fff;
	padding: 15px;
	vertical-align: middle;
}
@media screen and (max-width: 767px) {
	.module-007 input{
		padding: 11px;
	}
	.module-007 a{
		padding: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-007 input{
		padding: 10px;
		font-size: 12px;
	}
	.module-007 a{
		font-size: 12px;
		width: 100px;
		padding: 13px;
	}
}


.module-008 {
	margin-bottom: 60px;
}
.module-008 .tp{
	padding-bottom: 80%;
	transition: all .5s;
}
.module-008 a:hover .tp{
	transform: scale(1.05);
}
.module-008 .text {
	text-align: center;
	padding-top: 15px;
}
.module-008 .text .title{
	font-size: 18px;
	color: #333333;
}
.module-008 .text .note{
	font-size: 14px;
	color: #666666;
	margin-top: 5px;
}
.module-008 .text .num{
	font-size: 14px;
	color: #333333;
	margin-top: 5px;
}
@media screen and (max-width: 1440px) {
	.module-008 {
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-008 {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-008 {
		margin-bottom: 45px;
	}
	.module-008 .text .title{
		font-size: 14px;
	}
	.module-008 .text .note,
	.module-008 .text .num{
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	.module-008 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-008 {
		margin-bottom: 35px;
	}
	.module-008 .text .title{
		font-size: 16px;
	}
	.module-008 .text .note,
	.module-008 .text .num{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-008 {
		margin-bottom: 30px;
	}
	.module-008 .text .note,
	.module-008 .text .num{
		font-size: 12px;
	}
}


.module-009 {
	font-size: 0;
}
.module-009 span{
	font-size: 14px;
	vertical-align: middle;
	margin-right: 15px;
}
.module-009 ul{
	display: inline-block;
	vertical-align: middle;
}
.module-009 ul>li{
	display: inline-block;
	margin-right: 30px;
}
.module-009 ul>li:nth-last-of-type(1){
	margin-right: 0;
}
.module-009 ul>li>a{
	font-size: 14px;
	display: inline-block;
	padding: 7px 20px;
	background-color: #f5f5f5;
	color: #666666;
	border-radius: 20px;
	transition: all .5s;
}
.module-009 ul>li>a:hover{
	background-color: #d6000f;
	color: #fff;
}
.module-009 .text{
	margin-top: 25px;
	color: #666666;
}
@media screen and (max-width: 991px) {
	.module-009 ul>li{
		margin-right: 20px;
	}
	.module-009 .text{
		margin-top:20px;
	}
}
@media screen and (max-width: 767px) {
	.module-009 ul>li{
		margin-right: 15px;
	}
	.module-009 span{
		font-size: 12px;
		margin-right: 0;
	}
	.module-009 ul>li>a{
		font-size: 12px;
		padding: 6px 15px;
	}
	.module-009 .text{
		margin-top:15px;
	}
}
@media screen and (max-width: 575px) {
	.module-009 .text{
		margin-top: 0;
		font-size: 12px;
	}
}


.module-010 {
	position: relative;
	margin-bottom: 30px;
}
.module-010 .tp{
	padding-bottom: 50%;
	transition: all .5s;
}
.module-010 a:hover .tp{
	transform: scale(1.05);
}
.module-010 .tp::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.4);
	transition: all .5s;
}
.module-010 a:hover .tp::after{
	background-color: rgba(0,0,0,0.7);
}
.module-010 .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.module-010 .text .title-cn{
	font-size:32px;
	color: #fff;
}
.module-010 .text .title-en{
	font-size:24px;
	color: #fff;
	opacity: 0.5;
}
@media screen and (max-width: 1680px) {
	.module-010 .text .title-cn{
		font-size:30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-010 .text .title-cn{
		font-size:28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-010 .text .title-cn{
		font-size:26px;
	}
	.module-010 .text .title-en{
		font-size:22px;
	}
}
@media screen and (max-width: 1199px) {
	.module-010 .text .title-cn{
		font-size:24px;
	}
	.module-010 .text .title-en{
		font-size:20px;
	}
}
@media screen and (max-width: 991px) {
	.module-010 .text .title-cn{
		font-size:22px;
	}
	.module-010 .text .title-en{
		font-size:18px;
	}
}
@media screen and (max-width: 767px) {
	.module-010 .text .title-cn{
		font-size:20px;
	}
	.module-010 .text .title-en{
		font-size:16px;
	}
}
@media screen and (max-width: 575px) {
	.module-010 .text .title-cn{
		font-size:18px;
	}
	.module-010 .text .title-en{
		font-size:14px;
	}
}


.module-011 .title{
	color: #666666;
	font-size: 16px;
}
.module-011 .title .s1{
	color: #333333;
}
.module-011 .title .s2{
	color: #d6000f;
}
@media screen and (max-width: 767px) {
	.module-011 .title{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-011 .title{
		font-size: 12px;
	}
}


.module-012 {
	text-align: center;
}
.module-012 .title{
	font-size: 44px;
	color: #333333;
	letter-spacing: 0.1em;
}
.module-012 .note{
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}
@media screen and (max-width: 1440px) {
	.module-012 .title{
		font-size: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-012 .title{
		font-size: 36px;
	}
}
@media screen and (max-width: 1199px) {
	.module-012 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 991px) {
	.module-012 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	.module-012 .title{
		font-size: 24px;
	}
	.module-012 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-012 .title{
		font-size: 20px;
	}
	.module-012 .note{
		font-size: 12px;
	}
}


.module-013 {
	margin-bottom: 30px;
}
.module-013 .tp{
	padding-bottom: 121.4%;
	transition: all .5s;
}
.module-013 a:hover .tp{
	transform: scale(1.05);
}
.module-013 .text-box{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	background-color: rgba(0,0,0,0.2);
}
.module-013 .text-box .title{
	color: #fff;
	font-size: 30px;
}
.module-013 .text-box .cla{
	color: #fff;
	font-size: 28px;
	opacity: 0.6;
	margin-bottom: 10px;
}
.module-013 .text-box .note{
	color: #fff;
	font-size: 16px;
	opacity: 0.7;
	margin-top: 15px;
}
@media screen and (max-width: 1680px) {
	.module-013 .text-box .cla{
		font-size: 26px;
		margin-bottom: 5px;
	}
	.module-013 .text-box .title{
		font-size: 28px;
	}
	.module-013 .text-box .note{
		font-size: 12px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 1440px) {
	.module-013 .text-box .cla{
		font-size: 24px;
		margin-bottom: 5px;
	}
	.module-013 .text-box .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-013 .text-box .cla{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.module-013 .text-box .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-013 .text-box .cla{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.module-013 .text-box .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-013 .text-box .cla{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.module-013 .text-box .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-013 .text-box .cla{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.module-013 .text-box .title{
		font-size: 18px;
	}
	.module-013 .text-box .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-013 .text-box .cla{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.module-013 .text-box .title{
		font-size: 16px;
	}
	.module-013 .text-box .note{
		font-size: 12px;
		margin-top: 10px;
	}
}



.module-014 {
	margin-bottom: 30px;
}
.module-014 .tp{
	padding-bottom: 75%;
	transition: all .5s;
}
.module-014 a:hover .tp{
	transform: scale(1.05);
}
.module-014 .text-box {
	padding-top: 15px;
}
.module-014 .text-box .title{
	font-size: 20px;
	color: #333333;
	text-align: center;
}
.module-014 .text-box .note{
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.module-014 .text-box .title{
		font-size: 18px;
	}
	.module-014 .text-box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-014 .text-box {
		padding-top: 10px;
	}
	.module-014 .text-box .title{
		font-size: 14px;
	}
	.module-014 .text-box .note{
		font-size: 12px;
	}
}


.module-015{
	text-align: center;
}
.module-015 .box{
	display: none;
}
.module-015 .box.active{
	display: block;
}


.module-016 a{
	display: block;
	position: relative;
}
.module-016 .tp{
	padding-bottom: 63.8253%;
}
.module-016 .over-img::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all .5s;
}
.module-016 a:hover .over-img::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(214,0,15,0.3);
}
.module-016 .text-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 300px;
	transition: all .5s;
}
.module-016 a:hover .text-box{
	top: 40%;
}

.module-016 .text-box .title{
	font-size: 30px;
	color: #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.module-016 .text-box .note{
	font-size: 14px;
	color: #f0f0f0;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.module-016 .more{
	font-size: 14px;
	display: inline-block;
	color: #333333;
	padding: 8px 35px;
	background-color: #fff;
	border-radius: 50px;
	transition: all .5s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
.module-016 a:hover .more{
	top: 70%;
	opacity: 1;
}
@media screen and (max-width: 1680px) {
	.module-016 .text-box .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1440px) {
	.module-016 .text-box .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 1280px) {
	.module-016 .text-box .title {
	    font-size: 16px;
	}
	.module-016 .text-box .note{
		font-size: 12px;
		margin-top: 5px;
	}
	.module-016 .more{
		font-size: 12px;
		padding: 7px 25px;
	}
}
@media screen and (max-width: 1199px) {
	.module-016 .text-box .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-016 .text-box .title {
	    font-size: 20px;
	}
	.module-016 .more{
		font-size: 12px;
		padding: 8px 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-016 .text-box .title {
	    font-size: 18px;
	}
	.module-016 a:hover .text-box{
		top: 50%;
	}
}
@media screen and (max-width: 575px) {
	.module-016 .text-box .title {
	    font-size: 16px;
	}
	.module-016 .text-box .note{
		font-size: 12px;
		margin-top: 5px;
	}
	.module-016 a:hover .text-box{
		top: 50%;
	}
}


.module-017 a{
	display: block;
	position: relative;
}
.module-017 .tp{
	padding-bottom: 46.87%;
	transition: all .5s;
}
.module-017 a:hover .tp{
	transform: scale(1.05);
}
.module-017 .over-img::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	transition: all .5s;
}
.module-017 .text-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 300px;
	transition: all .5s;
}
.module-017 .text-box .title{
	font-size: 18px;
	color: #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.module-017 .text-box .hx{
	max-width: 30px;
	border-top: 1px solid #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.module-017 .text-box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-017 .text-box .title{
		font-size: 14px;
	}
}



.module-018{
	margin-bottom: 60px;
}
.module-018 .tp{
	padding-bottom: 62.5%;
	transition: all .5s;
}
.module-018:hover .tp{
	transform: scale(1.05);
}
.module-018 .title-box{
	margin-top: 15px;
}
.module-018 .title-box .title{
	font-size: 18px;
	color: #333333;
	font-weight: 600;
}
.module-018 .title-box .note{
	font-size: 14px;
	color: #999999;
}
@media screen and (max-width: 1440px) {
	.module-018{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-018{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-018{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-018{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-018{
		margin-bottom: 35px;
	}
	.module-018 .title-box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-018{
		margin-bottom: 30px;
	}
	.module-018 .title-box .title{
		font-size: 14px;
	}
	.module-018 .title-box .note{
		font-size: 12px;
	}
}


.module-019{
	font-size: 0;
}
.module-019 .box{
	padding: 15px 0 5px;
	border-bottom: 1px solid #eeeeee;
}
.module-019 .box .left{
	display: inline-block;
	vertical-align: top;
	width: 40px;
}
.module-019 .box .left .title{
	font-size: 16px;
	color: #333333;
	margin-top: 1px;
	font-weight: bold;
}
.module-019 .box .right{
	width: calc(100% - 40px);
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
}
.module-019 .box .right ul>li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	margin-bottom: 10px;
}
.module-019 .box .right ul>li>a{
	font-size: 12px;
	display: inline-block;
	padding: 5px;
	border-radius: 5px;
	color: #333333;
	transition: all .5s;
}
.module-019 .box .right ul>li.active>a,
.module-019 .box .right ul>li>a:hover{
	background-color: #d6000f;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.module-019 .box .right ul>li>a{
		font-size: 12px;
	}
}
@media screen and (max-width: 575px) {
	.module-019 .box .left{
		width: 30px;
	}
	.module-019 .box .right{
		width: calc(100% - 30px);
	}
	.module-019 .box .left .title{
		font-size: 14px;
		margin-top: 3px;
	}
	.module-019 .box .right {
	    padding-left: 10px;
	}
	.module-019 .box {
	    padding: 10px 0 5px;
	}
	.module-019 .box .right ul>li{
		margin-right: 10px;
		margin-bottom: 5px;
	}
	.module-019 .box .right ul>li>a{
		font-size: 10px;
	}
}

.module-020 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.module-020 .left .search-box{
	border: 1px solid #eeeeee;
	font-size: 0;
}
.module-020 .left .search-box input{
	border: none;
	display: inline-block;
	outline: none;
	font-size: 14px;
	padding: 10px;
	vertical-align: middle;
	min-width: 200px;
}
.module-020 .left .search-box a{
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	font-size:14px;
	padding: 10px 15px;
	background-color: #d6000f;
	transition: all .5s;
}
.module-020 .left .search-box a:hover{
	background-color: #f50314;
}
.module-020 .right a{
	color: #d6000f;
	font-size: 16px;
}
@media screen and (max-width: 575px) {
	.module-020 {
		padding: 15px 0;
	}
	.module-020 .left .search-box input{
		min-width: auto;
	}
	.module-020 .left .search-box input{
		padding: 5px 0 5px 5px;
	}
	.module-020 .left .search-box a{
		padding: 5px 10px;
	}
	.module-020 .right a{
		font-size: 14px;
	}
}

.module-021 a{
	text-decoration: none;
	display: block;
	margin-bottom: 60px;
}
.module-021 .over-img{
	border: 1px solid #DDDDDD;
	position: relative;
}
.module-021 .label-box{
	position: absolute;
	top: 10px;
	right: 10px;
}
.module-021 .label-box .vr{
	display: block;
	padding: 2px 8px;
	background-color: #c70025;
	color: #fff;
	text-align: center;
	font-size: 12px;
	border-radius: 30px;
}
.module-021 .tp{
	padding-bottom: 100%;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.module-021 .title{
	color: #333333;
	margin-top: 15px;
	font-size: 18px;
}
.module-021 .note{
	color: #666666;
	margin-top: 3px;
	font-size: 14px;
}
.module-021 a:hover .tp{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.module-021 a:hover .title{
	color: #c70025;
}
.module-021 .tp .img1{
	opacity: 0;
	transition: all 1s;
}
.module-021 .tp .img2{
	opacity: 1;
	transition: all 1s;
}
.module-021 a:hover .tp .img1{
	opacity: 1;
	transition: all 1s;
}
.module-021 a:hover .tp .img2{
	opacity: 0;
	transition: all 1s;
}
@media screen and (max-width: 1199px){
	.module-021 a{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px){
	.module-021 a{
		margin-bottom: 40px;
	}
	.module-021 .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.module-021 a{
		margin-bottom: 30px;
	}
	.module-021 .title{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.module-021 a{
		margin-bottom: 20px;
	}
	.module-021 .title{
		font-size: 12px;
	}
	.module-021 .note{
		font-size: 10px;
	}
	.module-021 .label-box .vr{
		font-size: 10px;
	}
}


.module-022 .title .s1{
	font-size: 22px;
	color: #333333;
}
.module-022 .title .s2{
	font-size: 18px;
	color: #999999;
}
@media screen and (max-width: 991px){
	.module-022 .title .s1{
		font-size: 20px;
	}
	.module-022 .title .s2{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.module-022 .title .s1{
		font-size: 18px;
	}
	.module-022 .title .s2{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.module-022 .title .s1{
		font-size: 16px;
	}
	.module-022 .title .s2{
		font-size: 12px;
	}
}



.module-023{
	border-bottom: 1px solid #eeeeee;
}
.module-023 ul>li{
	display: inline-block;
	margin-right: 30px;
}
.module-023 ul>li:nth-last-of-type(1){
	margin-right: 0;
}
.module-023 ul>li>a{
	color: #666666;
	display: inline-block;
	padding: 20px 15px;
	font-size: 14px;
	position: relative;
}
.module-023 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #d6000f;
	transition: all .5s;
	opacity: 0;
}
.module-023 ul>li>a:hover::after,
.module-023 ul>li.active>a::after{
	width: 100%;
	opacity: 1;
}
@media screen and (max-width: 1680px){
	
}
@media screen and (max-width: 1440px){

	.module-023 ul>li>a::after{
		height: 7px;
	}
}
@media screen and (max-width: 1280px){
	.module-023 ul>li>a::after{
		height: 6px;
	}
}
@media screen and (max-width: 1199px){
	.module-023 ul>li>a::after{
		height: 5px;
	}
}
@media screen and (max-width: 991px){
	.module-023 ul>li>a {
	    padding: 15px 15px;
		font-size: 12px;
	}
	.module-023 ul>li>a::after{
		height: 4px;
	}
}


.module-024 {
	font-size: 0;
}
.module-024 .top-title>li{
	padding: 15px;
	background-color: #d6000f;
	color: #fff;
}
.module-024 .top-title>li>span{
	float: right;
}
.module-024 .top-title>li>span>a{
	color: #fff;
	text-decoration: none;
}
.module-024 .wap-nav-listbox{
	display: none;
}
.module-024 .wap-nav-listbox .level1>li{
	border-bottom: 1px solid #eeeeee;
}
.module-024 .wap-nav-listbox .level1>li>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding: 15px 15px;	
	color: #222222;
	font-size: 14px;
	transition: all .5s;
}
.module-024 .wap-nav-listbox .level1>li.active>a,
.module-024 .wap-nav-listbox .level1>li>a:hover{
	background-color: #ff0000;
}
.module-024 .wap-nav-listbox .level1>li>a>span{
	color: #222222;
	transition: all .5s;
}
.module-024 .wap-nav-listbox .level1>li.active>a>span,
.module-024 .wap-nav-listbox .level1>li>a:hover>span{
	color: #fff;
}
.module-024 .wap-nav-listbox .level1>li>a>.icon{
	transition: all .5s;
}
.module-024 .wap-nav-listbox .level1>li.active>a>.icon{
	transform: rotate(90deg);
}
.module-024 .wap-nav-listbox .level2{
	margin: 0;
	list-style: none;
	display: none;
}
.module-024 .wap-nav-listbox .level2>li>a{
	display: block;
	text-decoration: none;
	color: #666666;
	position: relative;
	z-index: 1;
	padding: 10px 15px;
	font-size: 12px;
	border-bottom: 1px solid #eeeeee;
}
.module-024 .wap-nav-listbox .level2>li:nth-last-of-type(1)>a{
	border-bottom: none;
}
.module-024 .wap-nav-listbox .level2>li.active>a,
.module-024 .wap-nav-listbox .level2>li>a:hover{
	background-color: #e26363;
	color: #fff;
}


.module-025 {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
}
.module-025 .title{
	font-size: 26px;
	color: #333333;
	margin-bottom: 15px;
}
.module-025 .note{
	font-size: 12px;
	color: #999999;
}
.module-025 .note span{
	display: inline-block;
	margin-right: 30px;
	color: #999999;
	margin-bottom: 20px;
}
.module-025 .note span:nth-last-of-type(1){
	margin-right: 0px;
}
@media screen and (max-width: 1280px) {
	.module-025 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-025 .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-025 .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-025 .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-025 .title {
	    font-size: 16px;
	}
	.module-025 .note span {
	    margin-bottom: 15px;
	}
	.module-025 {
	    margin-bottom: 20px;
	}
}


.module-026 .left{
	margin-bottom: 30px;
}
.module-026 .left .tp{
	padding-bottom: 100%;
	border: 1px solid #e9e9e9;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #fff;
}
.module-026 .left .tp:hover,
.module-026 .left .tp.active{
	border: 1px solid #d6000f;
}
.module-026 .left .dttp{
	padding-bottom: 63.93%;
	background-color: #fff;
	box-shadow: 0 0 20px 5px #eeeeee;
	cursor: pointer;
}
.module-026 .left .dttp .text{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background-color: #373142;
	color: #fff;
	padding: 7px 30px;
	font-size: 14px;
}
.module-026 .cpxq_tp_swiper{
	margin-top: 20px;
	overflow: hidden;
}
.module-026 .cpxq_tp_swiper .swiper-slide{
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.module-026 .cpxq_tp_swiper .swiper-button-prev{
	position: absolute;
	top: 59.5%;
	left: 2.5%;
	width: 6%;
	height: 81%;
	background-image: none;
	background-size: 50px 70px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.module-026 .cpxq_tp_swiper .swiper-button-prev:hover{
	border: 1px solid #373142;
}
.module-026 .cpxq_tp_swiper .swiper-button-prev:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 15px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(img/xlt-52.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.module-026 .cpxq_tp_swiper .swiper-button-next{
	position: absolute;
	top: 59.5%;
	right: 2.5%;
	width: 6%;
	height: 81%;
	background-image: none;
	background-size: 50px 70px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.module-026 .cpxq_tp_swiper .swiper-button-next:hover{
	border: 1px solid #373142;
}
.module-026 .cpxq_tp_swiper .swiper-button-next:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 15px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(img/xlt-51.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.module-026 .cpxq-wb-box>.row{
	padding-top: 0;
}
.module-026 .cpxq-wb-box .tb{
	overflow: hidden;
}
.module-026 .cpxq-wb-box .tb p{
	display: inline-block;
	position: relative;
	font-size: 24px;
	color: #001f2c;
}
.module-026 .cpxq-wb-box .tb p:after{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 110%;
	width: 1400px;
	font-size: 24px;
	color: #001f2c;
	border-bottom: 1px dotted #001f2c;
}
.module-026 .right .title-box{
	padding-bottom: 35px;
}
.module-026 .right .title-box .title{
	color: #000000;
	font-size: 24px;
}
.module-026 .right .title-box .title-en{
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
}
.module-026 .right .title-box .note{
	color: #373142;
	font-size: 14px;
	margin-top: 30px;
	line-height: 1.75em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.module-026 .right .specification{
	padding-top: 35px;
	padding-bottom: 20px;
	position: relative;
}
.module-026 .right .specification::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 2px;
	background-color: #eaeaea;
}
.module-026 .right .specification p{
	margin-bottom: 15px;
	font-size: 0;
}
.module-026 .right .specification .n{
	color: #666666;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	font-weight: bold;
	width: 45px;
}
.module-026 .right .specification .t{
	color: #333333;
	display: inline-block;
	width: calc(100% - 45px);
	font-size: 14px;
	vertical-align: top;
}
.module-026 .right .vr-box {
	font-size: 0;
}
.module-026 .right .vr-box .product-vr{
	display: inline-block;
	vertical-align: middle;
}
.module-026 .right .vr-box .product-ewm{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
@media screen and (max-width: 1680px){
	
}
@media screen and (max-width: 1440px){
	.module-026 .right .title-box{
		padding-bottom: 30px;
	}
	.module-026 .right .specification {
		padding-top: 30px;
	}
}
@media screen and (max-width: 1280px){
	.module-026 .right .title-box .title {
	    font-size: 22px;
	}
	.module-026 .right .title-box{
		padding-bottom: 25px;
	}
	.module-026 .right .specification {
		padding-top: 25px;
	}
}
@media screen and (max-width: 1199px){
	.module-026 .right .title-box .title {
	    font-size: 20px;
	}
	.module-026 .right .title-box{
		padding-bottom: 20px;
	}
	.module-026 .right .specification {
		padding-top: 20px;
	}
	.module-026 .right .specification p {
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 991px){
	.module-026 .right .title-box .title {
	    font-size: 18px;
	}
	.module-026 .right .title-box {
	    padding-bottom: 15px;
	}
	.module-026 .right .specification {
		padding-top: 15px;
		padding-bottom: 10px;
	}
	.module-026 .right .title-box .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 830px) {
	.module-026 .left .detail{
		display: none;
	}
	.module-026 .right .title-box .note{
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px){
	.module-026 .right .title-box .note{
		display: block;
		-webkit-box-orient: inherit;
		-webkit-line-clamp: inherit;
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px){
	.module-026 .right .title-box .note{
		margin-top: 15px;
	}
}



.module-027{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.module-027 .left span{
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	font-size: 14px;
}
.module-027 .left ul{
	display: inline-block;
	vertical-align: middle;
}
.module-027 .left ul>li{
	display: inline-block;
}
.module-027 .left ul>li::after{
	content: ">";
	color: #333333;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
.module-027 .left ul>li:nth-last-of-type(1)::after{
	content: "";
	display: none;
}
.module-027 .left ul>li>a{
	display: inline-block;
	color: #333333;
	transition: all .5s;
}
.module-027 .left ul>li>a:hover{
	color: #d6000f;
}
.module-027 .right ul>li{
	display: inline-block;
	margin-right: 20px;
}
.module-027 .right ul>li:nth-last-of-type(1){
	margin-right: 0;
}
@media screen and (max-width: 767px){
	.module-027{
		padding: 15px 0;
	}
}
@media screen and (max-width: 575px){
	.module-027{
		padding: 10px 0;
	}
	.module-027 .left span{
		font-size: 12px;
	}
	.module-027 .left ul>li>a{
		font-size: 12px;
	}
}


#product-show-tpList{
	display: none;
}
#product-show-tpList.active{
	display: block;
}
.module-028{
	margin-bottom: 60px;
	cursor: pointer;
}
.module-028 .over-img{
	border: 1px solid #E7EAED;
}
.module-028 .tp{
	padding-bottom: 100%;
	transition: all .5s;
}
.module-028:hover .tp{
	transform: scale(1.05);
}
.module-028 .title{
	margin-top: 10px;
	font-size: 16px;
	color: #999999;
}
.module-028 .icon-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.25);
	opacity: 0;
	transition: all .5s;
}
.module-028:hover .icon-box{
	opacity: 1;
}
.module-028 .icon-box i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	color: #fff;
}
@media screen and (max-width: 991px){
	.module-028 {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.module-028 {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.module-028 {
	    margin-bottom: 30px;
	}
}


.module-029{
	margin-top: 135px;
}
.module-029 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-029 a{
	display: block;
	text-decoration: none;
	color: #333333;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dfe1e4;
	position: relative;
}
.module-029 a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #d6000f;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.module-029 a:hover:after{
	width: 100%;
}
.module-029 a .title{
	margin-bottom: 10px;
	color: #000000;
}
.module-029 a .date{
	color: #999999;
}


.module-030{
	font-size: 0;
	max-width: 400px;
}
.module-030 .left{
	display: inline-block;
	vertical-align: middle;
	margin-right: 30px;
}
.module-030 .left p span{
	vertical-align: middle;
	font-size: 14px;
	line-height: 1em;
	display: inline-block;
	color: #333333;
}
.module-030 .left p a{
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	font-size: 14px;
	line-height: 1em;
	background-color: #d6000f;
	color: #fff;
	padding: 7px;
}
.module-030 .right{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 166px);
}
.module-030 .right .input-box{
	border: 1px solid #f0f0f0;
	width: 100%;
	font-size: 0;
}
.module-030 .right .input-box input{
	border: none;
	outline: none;
	padding: 10px 0px 10px 12px;
	font-size: 14px;
	vertical-align: middle;
	width: calc(100% - 46px);
}
.module-030 .right .input-box a{
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}
.module-030 .right .input-box a i{
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	padding: 10px 12px;
	line-height: 1em;
}
.module-030 .right .input-box a:hover i{
	color: #d6000f;
}
@media screen and (max-width: 575px){
	.module-030 {
	    max-width: 100%;
	}
	.module-030 .left p span{
		font-size: 12px;
	}
	.module-030 .left p a {
	    font-size: 12px;
	}
	.module-030 .right .input-box a i {
	    font-size: 16px;
	    padding: 10px 12px;
	}
	.module-030 .right .input-box input {
	    padding: 8px 0px 8px 12px;
		width: calc(100% - 40px);
	}
	.module-030 .right {
	    width: calc(100% - 150px);
	}
}


.module-031 .title-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f5f5f5;
	margin-top: 30px;
}
.module-031 .title-box .title{
	color: #333333;
}
.module-031 .title-box .left .title{
	width: 460px;
	padding: 20px 30px;
}
.module-031 .title-box .right .title{
	width: 200px;
}
.module-031 .content-box .left{
	width: 460px;
	font-size: 0;
}
.module-031 .content-box .left .over-img{
	width: 123px;
	vertical-align: middle;
	display: inline-block;
}
.module-031 .content-box .left .title{
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	color: #333333;
	font-size: 16px;
	width: calc(100% - 143px);
}
.module-031 .content-box .left .title span{
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:2; 
}
.module-031 .content-box .left .tp{
	padding-bottom: 68.92%;
}
.module-031 .content-box .center .lx{
	color: #333333;
	width: 200px;
	text-align: center;
}
.module-031 .content-box .right{
	width: 200px;
}
.module-031 .content-box .right .date{
	color: #333333;
}
.module-031 .content-box a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.module-031 .content-box .right{
	width: 200px;
}
@media screen and (max-width: 991px){
	.module-031 .content-box .center .lx{
		width: 84px;
	}
	.module-031 .title-box .right .title {
	    width: 100px;
	}
	.module-031 .content-box .right {
	    width: 100px;
	}
}
@media screen and (max-width: 767px){
	.module-031 .title-box{
		margin-top: 15px;
	}
	.module-031 .content-box .left {
	    width: 100%;
	}
	.module-031 .content-box .left .title {
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.module-031 .title-box .left .title {
	    padding: 15px 30px;
		font-size: 12px;
	}
	.module-031 .content-box .left .title {
	    font-size: 12px;
	}
	.module-031 .content-box a {
	    padding: 15px 0;
	}
}


.module-032 video{
	margin-bottom: 15px;
}
.module-032 .bjb{
	padding: 0;
}


.module-033{
	margin-bottom: 100px;
}
.module-033 .title{
	font-size: 40px;
	color: #333333;
}
.module-033 .note{
	font-size: 18px;
	color: #999999;
}
@media screen and (max-width: 1680px){
	.module-033{
		margin-bottom: 90px;
	}
	.module-033 .title{
		font-size: 36px;
	}
}
@media screen and (max-width: 1440px){
	.module-033{
		margin-bottom: 80px;
	}
	.module-033 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1280px){
	.module-033{
		margin-bottom: 70px;
	}
	.module-033 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1199px){
	.module-033{
		margin-bottom: 60px;
	}
	.module-033 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 991px){
	.module-033{
		margin-bottom: 50px;
	}
	.module-033 .title{
		font-size: 26px;
	}
	.module-033 .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px){
	.module-033{
		margin-bottom: 40px;
	}
	.module-033 .title{
		font-size: 24px;
	}
	.module-033 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.module-033{
		margin-bottom: 30px;
	}
	.module-033 .title{
		font-size: 22px;
	}
	.module-033 .note{
		font-size: 12px;
	}
}

.module-034{
	margin-bottom: 60px;
}
.module-034 .title{
	font-size: 26px;
	color: #333333;
	margin-bottom: 15px;
}
.module-034 .note{
	line-height: 2em;
}
@media screen and (max-width: 1440px){
	.module-034{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px){
	.module-034{
		margin-bottom: 50px;
	}
	.module-034 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px){
	.module-034{
		margin-bottom: 45px;
	}
	.module-034 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px){
	.module-034{
		margin-bottom: 40px;
	}
	.module-034 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.module-034{
		margin-bottom: 35px;
	}
	.module-034 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px){
	.module-034{
		margin-bottom: 30px;
	}
	.module-034 .title{
		font-size: 16px;
		margin-bottom: 10px;
	}
}



.module-035{
	margin-bottom: 60px;
	overflow: hidden;
}
.module-035{
	overflow: hidden;
}
@media screen and (max-width: 1280px) {
	.module-035{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-035{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-035{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-035{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-035{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 575px) {
	.module-035{
		margin-bottom: 30px;
	}
}


.module-036{
	overflow: hidden;
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
	.module-036{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-036{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-036{
		margin-bottom: 15px;
	}
}

.module-037{
	padding: 30px 0;
	position: relative;
	margin-top: 100px;
}
.module-037 .swiper-pagination{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.module-037 .my-bullet{
	width: 16px;
	height: 3px;
	display: inline-block;
	background: #dfdfdf;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
	outline: none;
	border-radius: 50px;
}
.module-037 .my-bullet-active{
	opacity: 1;
	background: #bf1923;
}
@media screen and (max-width: 1680px) {
	.module-037 {
		margin-top: 50px;
	}
}
@media screen and (max-width: 1440px) {
	.module-037 {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-037 {
		margin-top: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.module-037 {
	    padding: 25px 0;
		margin-top: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-037 {
	    padding: 20px 0;
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-037 {
	    padding: 15px 0;
		margin-top: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-037 {
	    padding: 10px 0;
		margin-top: 0px;
	}
}



.module-038 .title{
	margin-bottom: 15px;
	font-size: 30px;
	color: #fff;
}
@media screen and (max-width: 1680px) {
	.module-038 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-038 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-038 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-038 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-038 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-038 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-038 .title{
		font-size: 16px;
	}
}


.module-039{
	overflow: hidden;
	margin-bottom: 30px;
}
.module-039 .box .note{
	margin-left: 2px;
	font-size: 16px;
	color: #ffffff;
	max-width: 550px;
	line-height: 2em;
}
@media screen and (max-width: 991px) {
	.module-039{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-039{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-039{
		margin-bottom: 15px;
	}
	.module-039 .box .note{
		font-size: 14px;
	}
}


.module-040 .box {
	margin-bottom: 50px;
}
.module-040 .box .date{
	margin-bottom: 15px;
}
.module-040 .box .date span{
	display: inline-block;
	padding: 7px 25px;
	color: #fff;
	background-color: #d6000f;
	border-radius: 30px;
	font-size: 16px;
}
.module-040 .box .bjb{
	padding: 0;
}

.module-041{
	overflow: hidden;
}
.module-041 .date{
	font-size: 20px;
	color: #999999;
	line-height: 1em;
	margin-bottom: 15px;
}
.module-041 .title{
	font-size: 36px;
	color: #333333;
}
.module-041 .hx{
	border-top: 1px solid #f5f5f5;
	margin: 30px 0;
}
.module-041 .note{
	color: #666666;
	line-height: 1.75em;
	max-width: 550px;
}
@media screen and (max-width: 1680px) {
	.module-041 .title {
	    font-size: 34px;
	}
}
@media screen and (max-width: 1440px) {
	.module-041 .title {
	    font-size: 32px;
	}
}
@media screen and (max-width: 1280px) {
	.module-041 .title {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1199px) {
	.module-041 .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 991px) {
	.module-041 .title {
	    font-size: 24px;
	}
	.module-041 .hx {
	    margin: 25px 0;
	}
}
@media screen and (max-width: 767px) {
	.module-041 .date{
		font-size: 18px;
	}
	.module-041{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.module-041 .title {
	    font-size: 20px;
	}
	.module-041 .hx {
	    margin: 20px 0;
	}
}
@media screen and (max-width: 575px) {
	.module-041 .date{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.module-041 .title {
	    font-size: 16px;
	}
	.module-041 .hx {
	    border-top: 1px solid #d6d6d6;
	    margin: 15px 0;
	}
}


.module-042{
	overflow: hidden;
}


.module-043{
	padding: 30px 0;
	position: relative;
	margin-top: 100px;
}
.module-043 .swiper-pagination{
	top: 50%;
	transform: translateY(-50%);
}
.module-043 .my-bullet{
	width: 11px;
	height: 11px;
	display: inline-block;
	background: #666666;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
	outline: none;
	border-radius: 50px;
}
.module-043 .my-bullet-active{
	opacity: 1;
	background: #d6000f;
}
@media screen and (max-width: 1680px) {
	.module-043 {
		margin-top: 50px;
	}
}
@media screen and (max-width: 1440px) {
	.module-043 {
		margin-top: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-043 {
		margin-top: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.module-043 {
	    padding: 25px 0;
		margin-top: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-043 {
	    padding: 20px 0;
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-043 {
	    padding: 15px 0;
		margin-top: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-043 {
	    padding: 10px 0;
		margin-top: 0px;
	}
}


.module-044{
	margin-top: 50px;
	margin-bottom: 50px;
}
.module-044 .p1{
	color: #333333;
	font-size: 16px;
	line-height: 2em;
}
@media screen and (max-width: 1199px) {
	.module-044{
		margin-top: 40px;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-044{
		margin-top: 30px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-044{
		margin-top: 20px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 575px) {
	.module-044{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.module-044 .p1{
		font-size: 14px;
	}
}

.module-045{
	margin-top: 100px;
}
.module-045 .date{
	font-size: 20px;
	color: #999999;
	margin-bottom: 10px;
}
.module-045 .title{
	font-size: 22px;
	color: #666666;
}
.module-045 a:hover .title{
	color: #d6000f;
}
@media screen and (max-width: 1680px) {
	.module-045{
		margin-top: 90px;
	}
}
@media screen and (max-width: 1440px) {
	.module-045{
		margin-top: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-045{
		margin-top: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.module-045{
		margin-top: 60px;
	}
	.module-045 .date{
		font-size: 20px;
	}
	.module-045 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-045{
		margin-top: 50px;
	}
	.module-045 .date{
		font-size: 18px;
	}
	.module-045 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-045{
		margin-top: 40px;
	}
	.module-045 .date{
		font-size: 16px;
	}
	.module-045 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-045{
		margin-top: 30px;
	}
	.module-045 .date{
		font-size: 14px;
	}
	.module-045 .title{
		font-size: 16px;
	}
}


.module-046{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 105px);
}
.module-046 ul>li{
	display: inline-block;
	margin-right: 65px;
	margin-bottom: 15px;
}
.module-046 ul>li>a{
	display: inline-block;
	text-decoration: none;
	padding-bottom: 15px;
	color: #666666;
	font-size: 16px;
	position: relative;
	transition: all .5s;
}
.module-046 ul>li.active>a,
.module-046 ul>li>a:hover{
	color: #d6000f;
}
.module-046 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 0;
	background-color: rgba(214,0,15,0);
	transition: all .5s;
}
.module-046 ul>li>a:hover::after,
.module-046 ul>li.active>a::after{
	width: 100%;
	background-color: rgba(214,0,15,1);
}
@media screen and (max-width: 1680px) {
	.module-046 ul>li{
		margin-right: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-046 ul>li{
		margin-right: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-046 ul>li{
		margin-right: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-046 ul>li{
		margin-right: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-046 ul>li{
		margin-right: 40px;
	}
	.module-046 ul>li>a {
	    font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.module-046 ul>li{
		margin-right: 35px;
	}
	.module-046 ul>li>a {
	    padding-bottom: 15px;
		font-size: 12px;
	}
}
@media screen and (max-width: 575px) {
	.module-046 ul>li{
		margin-right: 30px;
	}
}


.module-047{
	margin-bottom: 70px;
	cursor: pointer;
}
.module-047 a{
	display: block;
}
.module-047 .over-img{
	padding: 30px;
	background-color: #eeeeee;
}
.module-047 .tp{
	padding-bottom: 81.16%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-047 a:hover .tp{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.module-047 .title{
	margin-top: 20px;
	color: #333333;
	font-size: 18px;
}
@media screen and (max-width: 1680px) {
	.module-047{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-047{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-047{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-047{
		margin-bottom: 45px;
	}
	.module-047 .over-img{
		padding: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-047{
		margin-bottom: 40px;
	}
	.module-047 .over-img{
		padding: 20px;
	}
	.module-047 .title {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-047{
		margin-bottom: 35px;
	}
	.module-047 .over-img{
		padding: 15px;
	}
	.module-047 .title {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-047{
		margin-bottom: 30px;
	}
	.module-047 .over-img{
		padding: 10px;
	}
	.module-047 .title {
	    margin-top: 15px;
		font-size: 12px;
	}
}



.module-048 {
	margin-bottom: 50px;
}
.module-048 .tp{
	padding-bottom: 60%;
	transition: all .5s;
}
.module-048 a:hover .tp{
	transform: scale(1.05);
}
.module-048 .title-box{
	margin-top: 10px;
}
.module-048 .title-box .title{
	font-size: 18px;
	color: #333333;
}
.module-048 .title-box .note{
	font-size: 12px;
	color: #999999;
	margin-top: 5px;
}
.module-048 .title-box .date{
	font-size: 12px;
	color: #999999;
	margin-top: 15px;
}
@media screen and (max-width: 1199px) {
	.module-048 {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-048 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-048 {
		margin-bottom: 35px;
	}
	.module-048 .title-box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-048 {
		margin-bottom: 30px;
	}
	.module-048 .title-box .title{
		font-size: 14px;
	}
}


.module-049 {
	margin-bottom: 50px;
	cursor: pointer;
}
.module-049 .tp{
	padding-bottom: 78.35%;
	transition: all .5s;
}
.module-049:hover .tp{
	transform: scale(1.05);
}
.module-049 .title-box{
	margin-top: 10px;
}
.module-049 .title-box .title{
	font-size: 18px;
	color: #333333;
}
.module-049 .title-box .note{
	font-size: 14px;
	color: #696969;
	margin-top: 5px;
}
@media screen and (max-width: 1199px) {
	.module-049 {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-049 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-049 {
		margin-bottom: 35px;
	}
	.module-049 .title-box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-049 {
		margin-bottom: 30px;
	}
	.module-049 .title-box .title{
		font-size: 14px;
	}
	.module-049 .title-box .note{
		font-size: 12px;
	}
}


.module-050 {
	font-size: 0;
	margin-bottom: 15px;
}
.module-050 .left{
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
	border-right: 1px solid #e9e9e9;
	margin-right: 15px;
}
.module-050 .right{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 85px);
}
.module-050 .right .title{
	color: #999999;
	font-size: 16px;
	margin-bottom: 5px;
}
.module-050 .right .note{
	font-size: 18px;
	color: #333333;
}
@media screen and (max-width: 767px) {
	.module-050 .right .title{
		font-size: 14px;
	}
	.module-050 .right .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-050 .left{
		padding-right: 10px;
		margin-right: 10px;
		width: 40px;
	}
	.module-050 .right{
		width: calc(100% - 60px);
	}
	.module-050 .right .title{
		font-size: 12px;
	}
	.module-050 .right .note{
		font-size: 14px;
	}
}


.module-051 ul>li{
	display: inline-block;
	margin-right: 30px;
}
.module-051 ul>li:nth-last-of-type(1){
	margin-right: 0;
}
.module-051 ul>li>a{
	font-size: 14px;
	display: inline-block;
	padding: 7px 20px;
	background-color: #f5f5f5;
	color: #666666;
	border-radius: 20px;
	transition: all .5s;
}
.module-051 ul>li>a:hover{
	background-color: #d6000f;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.module-051 ul>li>a{
		font-size: 12px;
		padding: 7px 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-051 ul>li>a{
		font-size: 10px;
		padding: 5px 10px;
	}
}


.module-053{
	max-width: 370px;
	margin: 0 auto;
	
}
.module-053 .title{
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
}
.module-053 .title span{
	color: #333333;
	font-size: 24px;
	position: relative;
	display: inline-block;
}
.module-053 .title span::after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: calc(100% + 10px);
	width: 500px;
	border-top: 1px solid #f6f6f6;
}
.module-053 .title span::before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: calc(100% + 10px);
	width: 500px;
	border-top: 1px solid #f6f6f6;
}
.module-053 .note{
	text-align: center;
	color: #666666;
	font-size: 14px;
	margin-bottom: 20px;
}
.module-053 .form-box .box{
	border: 1px solid #f0f0f0;
	padding: 13px 15px;
	font-size: 0;
	margin-bottom: 15px;
}
.module-053 .form-box .box .t{
	font-size: 14px;
	vertical-align: middle;
}
.module-053 .form-box .box input{
	border: none;
	outline: none;
	padding: 0;
	font-size: 14px;
	vertical-align: middle;
}
.module-053 .form-box .box.l1 input{
	width: calc(100% - 56px);
}
.module-053 .form-box .box.l2 input{
	width: calc(100% - 42px);
}
.module-053 .form-box .box.l3 input{
	width: calc(100% - 70px);
}
.module-053 .form-box .box.l4 input{
	width: calc(100% - 77px);
}
.module-053 .form-box .box2{
	font-size: 0;
}
.module-053 .form-box .box2 .left{
	display: inline-block;
	border: 1px solid #f0f0f0;
	padding: 13px 15px;
	font-size: 0;
	margin-bottom: 15px;
	width: calc(100% - 130px);
	margin-right: 10px;
}
.module-053 .form-box .box2 .left .t{
	font-size: 14px;
	vertical-align: middle;
}
.module-053 .form-box .box2 .left input{
	border: none;
	outline: none;
	padding: 0;
	font-size: 14px;
	vertical-align: middle;
	width: calc(100% - 56px);
}
.module-053 .form-box .box2 .right{
	display: inline-block;
	border: 1px solid #f0f0f0;
}
.module-053 .form-box .box2 .right img{
	height: 48px;
	width: 115px;
}
.module-053 .form-box .box3{
	font-size: 0;
	margin-bottom: 20px;
	margin-top: 15px;
}
.module-053 .form-box .box3 .left{
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
}
.module-053 .form-box .box3 .left input{
	font-size: 14px;
}
.module-053 .form-box .box3 .right{
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	font-size: 14px;
	padding-left: 5px;
}
.module-053 .form-box .box3 .right span{
	font-size: 14px;
	color: #666666;
}
.module-053 .form-box .box3 .right a{
	color: #ff0000;
}
.module-053 .form-box .box4{
	margin-bottom: 15px;
}
.module-053 .form-box .box4 input{
	display: block;
	border: 1px solid #d6000f;
	background-color: #d6000f;
	color: #fff;
	text-align: center;
	padding: 13px 15px;
	font-size: 14px;
	border-radius: 3px;
	transition: all .5s;
	width: 100%;
	cursor: pointer;
}
.module-053 .form-box .box4 input:hover{
	border: 1px solid #ff0000;
	background-color: #ff0000;
}
.module-053 .form-box .box5 input{
	color: #d6000f;
}
.module-053 .form-box .box5 a span{
	color: #999999;
}
.module-053 .form-box .box6{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}
.module-053 .form-box .box6 a{
	color: #d6000f;
}
.module-053 .form-box .box6 a span{
	color: #999999;
}
@media screen and (max-width: 1199px){
	.module-053 .title span {
	    font-size: 24px;
	}
}
@media screen and (max-width: 991px){
	.module-053 .title span {
	    font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.module-053 .title span {
	    font-size: 20px;
	}
}
@media screen and (max-width: 575px){
	.module-053 .title span {
	    font-size: 18px;
	}
}




.module-054{
	margin-bottom: 60px;
}
.module-054 a{
	text-decoration: none;
	display: block;
}
.module-054 .img-box{
	position: relative;
}
.module-054 .label-box{
	position: absolute;
	top: 10px;
	right: 10px;
}
.module-054 .label-box .vr{
	display: block;
	padding: 2px 8px;
	background-color: #c70025;
	color: #fff;
	text-align: center;
	font-size: 12px;
	border-radius: 30px;
}
.module-054 .tpcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
}
.module-054 .tpcover:hover{
    opacity: 0;
}
.module-054 .text-box .title{
	color: #333333;
    margin-top: 10px;
    font-size: 18px;
}
.module-054 a:hover .text-box .title{
	color: #c70025;
}
.module-054 .text-box .note{
	color: #999999;
	font-size: 14px;
	margin-top: 3px;
}
.module-054 a .over-img{
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0);
	box-shadow: 0 0 15px 1px rgba(0,0,0,0);
}
.module-054 a .tp{
    -webkit-transition: all .5s;
    transition: all .5s;
	padding-bottom: 100%;
}
.module-054 a:hover .over-img{
    -webkit-box-shadow: 0 0 15px 1px #c3c5c7;
    box-shadow: 0 0 15px 1px #c3c5c7;
}
.module-054 a:hover .tp{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
@media screen and (max-width: 1199px) {
	.module-054{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	.module-054{
		margin-bottom: 40px;
	}
	.module-054 .text-box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-054{
		margin-bottom: 40px;
	}
	.module-054 .text-box .title{
		font-size: 14px;
	}
	.module-054 .text-box .note{
		font-size: 12px;
	}
}
@media screen and (max-width: 575px) {
	.module-054{
		margin-bottom: 20px;
	}
	.module-054 .text-box .title{
		font-size: 12px;
	}
	.module-054 .text-box .note{
		font-size: 10px;
	}
}



.module-055{
	border-bottom: 1px solid #eeeeee;
}
.module-055 ul>li{
	display: inline-block;
	margin-right: 10px;
}
.module-055 ul>li:nth-last-of-type(1){
	margin-right: 0;
}
.module-055 ul>li>a{
	color: #666666;
	display: inline-block;
	padding: 20px 15px;
	font-size: 14px;
	position: relative;
}
.module-055 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #d6000f;
	transition: all .5s;
	opacity: 0;
}
.module-055 ul>li>a:hover::after,
.module-055 ul>li.active>a::after{
	width: 100%;
	opacity: 1;
}
@media screen and (max-width: 1680px){
	
}
@media screen and (max-width: 1440px){
	.module-055 ul>li>a::after{
		height: 7px;
	}
}
@media screen and (max-width: 1280px){
	.module-055 ul>li>a::after{
		height: 6px;
	}
}
@media screen and (max-width: 1199px){
	.module-055 ul>li>a::after{
		height: 5px;
	}
}
@media screen and (max-width: 991px){
	.module-055 ul>li>a {
	    padding: 15px 15px;
		font-size: 12px;
	}
	.module-055 ul>li>a::after{
		height: 4px;
	}
}




.module-056{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	padding: 15px 15px 0;
}
.module-056 ul>li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
}
.module-056 ul>li>a{
	display: inline-block;
	text-decoration: none;
	padding-bottom: 10px;
	color: #666666;
	font-size: 12px;
	position: relative;
	transition: all .5s;
}
.module-056 ul>li.active>a,
.module-056 ul>li>a:hover{
	color: #d6000f;
}
.module-056 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 0;
	background-color: rgba(214,0,15,0);
	transition: all .5s;
}
.module-056 ul>li>a:hover::after,
.module-056 ul>li.active>a::after{
	width: 100%;
	background-color: rgba(214,0,15,1);
}