@charset "utf-8";

@font-face {
	font-family: 'SourceHanSansCN-Normal';
	src: url("../fonts/SourceHanSansCN-Normal.otf");
}

/*bootstrap4 一行五列补充*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-1-5 {
	flex: 0 0 20%;
	max-width: 20%;
	-ms-flex: 0 0 20%;
}

@media (min-width: 576px) {
	.col-sm-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 768px) {
	.col-md-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 992px) {
	.col-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 1200px) {
	.col-xl-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
 /*bootstrap4 一行五列补充 end*/

/* 一行五列 */
@media (min-width: 992px) {
	.col-lg-bfb-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(20% - 12px);
		-ms-flex: 0 0 calc(20% - 12px);
		flex: 0 0 calc(20% - 12px);
		max-width: calc(20% - 12px);
		margin-right: 15px;
	}
	.col-lg-bfb-20:nth-last-of-type(1) {
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.col-xl-bfb-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(20% - 24px);
		-ms-flex: 0 0 calc(20% - 24px);
		flex: 0 0 calc(20% - 24px);
		max-width: calc(20% - 24px);
		margin-right: 30px;
	}

	.col-xl-bfb-20:nth-last-of-type(1) {
		margin-right: 0;
	}
}
/* 一行五列 end */


body {
	font-family: Arial,"SourceHanSansCN-Normal";
	min-width: 320px;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
a,
p {
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}

li {
	font-size: 14px;
}

p,
a {
	text-decoration: none !important;
	font-size: 14px;
}

.over-img {
	overflow: hidden;
	position: relative;
}

.eli-padd {
	padding-left: 0;
	padding-right: 0;
}

.xysimg {
	height: 0;
	position: relative;
	overflow: hidden;
}

.xysimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: block;
}

.default-align-right {
	text-align: right;
}

.default-padd-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.default-padd-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.default-padd-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.padd-bottom-0 {
	padding-bottom: 0 !important;
}

.default-container {
	max-width: 1200px;
	margin: 0 auto;
}

.default-ny-container {
	max-width: 1440px;
	margin: 0 auto;
}

.default-index-container {
	max-width: 1730px;
	margin: 0 auto;
}

.default-product-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: 10px;
	}

	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 10px;
	}
	
	.model-margin-l-60{
		margin-left: -10px;
	}
	
	.model-margin-r-60{
		margin-right: -10px;
	}
}

@media screen and (max-width: 767px) {

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 30px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 30px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: 0;
	}
	
	.model-margin-r-60{
		margin-right: 0;
	}
}

@media screen and (max-width: 575px) {
	.model-padd-t30 {
		padding-top: 15px;
	}

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 25px;
	}

	.model-padd-b30 {
		padding-bottom: 15px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 25px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
}

/*元素边距 end*/

/*编辑版开始*/
.bjb {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.bjb.padd0{
	padding-top: 0;
	padding-bottom: 0;
}

.bjb img {
	max-width: 100%;
	height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p {
	color: #666666;
}

.bjb p {
	line-height: 2em;
	font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1366px) {
	.bjb {
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.bjb {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*编辑版结束*/
@media screen and (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 575px) {
	.hidden-xs {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}


.bgcolor1 {
	background-color: #f5f5f5;
}
.bgcolor2 {
	border-top: 1px solid #eeeeee;
}
.bgcolor3 {
	background-color: #fafafa;
}
.bgimg1 {
	background-image: url(../img/ycl_wes_010.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg2 {
	background-image: url(../img/ycl_wes_034.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}
.bgimg3 {
	background-image: url(../img/ycl_wes_061.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*分页开始*/
.paging {
	margin: 30px auto;
}
.paging-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.paging-list li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.paging-list li a {
	padding: 7px 15px;
	border: 1px solid #cccccc;
	background-color: #fff;
	color: #333333;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}

.paging-list li a:hover {
	border: 1px solid #102484;
	background-color: #102484;
	color: #fff;
}

.paging-list li.active a {
	border: 1px solid #102484;
	background-color: #102484;
	color: #fff;
}

.paging-list .input-box {
	margin-left: 20px;
}

.paging-list .input-box input {
	padding: 6px 10px 8px;
	width: 60px;
	border: 1px solid #dfdfdf;
	text-align: center;
	outline: none;
	font-size: 14px;
	vertical-align: top;
}

.paging-list .input-box span {
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 991px) {
	.paging-list li {
		margin-left: 5px;
		margin-right: 5px;
	}
	.paging-list li a {
		padding: 5px 10px;
	}
	.paging-list .input-box input {
		padding: 5px 10px;
	}
	.paging-list .input-box {
		margin-left: 10px;
	}
	.paging {
		margin: 15px auto;
	}
}
@media screen and (max-width: 767px) {
	.paging-list li {
		margin-left: 0;
		margin-right: 0;
	}
}
/*分页结束*/

/*视频背景*/
#bg-video-box .banner-center-text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#bg-video-box .banner-center-text .btn-box{
	margin-top: 50px;
}
#bg-video-box .bg-video-icon{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,28%);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	cursor: pointer;
}
#bg-video-box .bg-video-icon.active{
	transform: translate(-50%,-15%);
}
#bg-video-box .bg-video-icon .text{
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px;
}
/*视频背景 end*/

/* 头部导航 */
.pc-header-height-div{
	height: 90px;
}
.pc-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	height: 90px;
	transition: all .5s;
	padding-left: 30px;
	padding-right: 30px;
}
.pc-header.ny-pc-header{
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header.scroll{
	transition: all .5s;
	height: 75px;
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	right: 0;
	background-color: #102484;
	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: 250px;
	height: 38px;
}
.pc-header .left .logo{
	position: relative;
	width: 86px;
	height: 60px;
	display: inline-block;
}
.pc-header .left .logo::after{
	content: "";
	background-image: url(../img/ycl_wes_001.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 86px;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	transition: all .5s;
}
.pc-header.scroll .left .logo::after,
.pc-header.active .left .logo::after,
.pc-header.ny-pc-header .left .logo::after,
.pc-header .left .logo:hover::after{
	opacity: 0;
}
.pc-header .left .logo::before{
	content: "";
	background-image: url(../img/ycl_wes_001-a.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width:86px;
	height:60px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .5s;
}
.pc-header.scroll .left .logo::before,
.pc-header.active .left .logo::before,
.pc-header.ny-pc-header .left .logo::before,
.pc-header .left .logo:hover::before{
	opacity: 1;
}
.pc-header .content{
	max-width: 1830px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}
.pc-header .right{
	width: calc(100% - 230px);
	text-align: right;
}
.pc-header .right .level1{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .level1>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 75px;
}
.pc-header .right .level1>li>a{
	font-size: 16px;
	color: #fff;
	position: relative;
	display: inline-block;
}
.pc-header.active .right .level1>li>a,
.pc-header.scroll .right .level1>li>a,
.pc-header.ny-pc-header .right .level1>li>a{
	color: #666666;
}
.pc-header .right .level1>li>a::after{
	position: absolute;
	bottom: -15px;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 4px;
	background-color: rgba(182,0,5,0);
	transition: all .5s;
}
.pc-header .right .level1>li:hover>a{
	color-: #102484;
}
.pc-header .right .level1>li:hover>a::after{
	background-color: rgba(16,36,132,1);
	width: 100%;
}
.pc-header .right .level2 {
	position: absolute;
	top: 75px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 150px;
	display: none;
	opacity: 0;
	background-color: #fff;
	padding: 15px;
	border-radius: 5px;
}
.pc-header .right .en-box{
	display: inline-block;
	vertical-align: middle;
	border-left: 1px solid #fff;
	margin-left: 30px;
	transition: all .5s;
}
.pc-header.active .right .en-box,
.pc-header.scroll .right .en-box,
.pc-header.ny-pc-header .right .en-box{
	border-left: 1px solid #e4e4e4;
}
.pc-header .right .en-box a i{
	display: inline-block;
	margin-left: 30px;
	color: #fff;
	font-size: 22px;
	transition: all .5s;
}
.pc-header.active .right .en-box a i,
.pc-header.scroll .right .en-box a i,
.pc-header.ny-pc-header .right .en-box a i{
	color: #666666;
}
.pc-header .right .en-box a:hover i{
	color: #102484;
}
.pc-header .right .level2>li{
	text-align: center;
	margin-bottom: 10px;
}
.pc-header .right .level2>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.pc-header .right .level2>li>a {
	text-decoration: none;
	color: #6b6b6b;
	position: relative;
	text-align: center;
	border-radius: 5px;
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
}
.pc-header .right .level2>li>a:hover {
	color: #102484;
}
@media screen and (max-width: 1680px){
	
}
@media screen and (max-width: 1440px){
	.pc-header .right .level1>li {
	    margin-left: 60px;
	}
}
@media screen and (max-width: 1280px){
	.pc-header .right .en-box a {
	    font-size: 14px;
	}
	.pc-header .right .en-box a .icon-btn_search {
	    font-size: 18px;
	}
	.pc-header .right .level1>li {
	    margin-left: 40px;
	}
	.pc-header .right .level1>li>a {
	    font-size: 14px;
	}
	.pc-header .right {
	    width: calc(100% - 132px);
	}
}
@media screen and (max-width: 991px){
	.pc-header-height-div{
		height: 69px;
	}
}

/*wap端导航*/
.wap-nav {
	padding: 18px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.wap-nav .logo {
	float: left;
	width: 200px;
}
.wap-nav>div:nth-of-type(1) {
	position: relative;
}

.wap-search-box{
	position: absolute;
	top: 50%;
	right: 105px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.wap-search-box i{
	font-size: 34px;
	color: #333333;
}
.nav-button {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
}

.wap-nav-listbox {
	display: none;
	border-top: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1,
.wap-nav-listbox .level2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wap-nav-listbox .level2 {
	display: none;
	background-color: #1E4FDB;
}

.wap-nav-listbox .level1>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 36px;
	display: block;
	color: #6b6b6b;
	border-bottom: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1>li>a>span {
	float: right;
	transition: all 0.3s;
}

.wap-nav-listbox .level1>li>a.active {
	color: #fff;
	background-color: #1E4FDB;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level1>li>a.active span {
	transform: rotate(90deg);
}

.wap-nav-listbox .level2>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 60px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level2>li>a:hover {
	color: #fff;
	background-color: #e9ba2c;
}

@media screen and (max-width: 767px) {
	.wap-nav .logo img{
		width: 90%;
	}
	.wap-search-box{
		right: 100px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 32px;
	}
}

@media screen and (max-width: 575px) {
	.wap-nav .logo img{
		width: 80%;
	}
	.wap-search-box{
		right: 95px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 28px;
	}
}


.wap-burger_menu{
	position: fixed;
	top: 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% - 82px);
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu>.level1>li{
	display: block;
	padding: 15px 20px;
	width: 100%;
	
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	
	opacity: 0;
	
    transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
}
.wap-burger_menu.active>.level1>li{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	
	opacity: 1;
	
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-ms-transition: all 1s cubic-bezier(.19,1,.22,1);
}

.wap-burger_menu>.level1>li:nth-child(1){
	transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
}
.wap-burger_menu>.level1>li:nth-child(2){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}
.wap-burger_menu>.level1>li:nth-child(3){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}
.wap-burger_menu>.level1>li:nth-child(n+4){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}


.wap-burger_menu.active>.level1>li:nth-child(1){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}

.wap-burger_menu.active>.level1>li:nth-child(2){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

.wap-burger_menu.active>.level1>li:nth-child(3){
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
}
.wap-burger_menu.active>.level1>li:nth-child(n+4){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}


.wap-burger_menu .level1>li>a{
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}
.wap-burger_menu .level1>li>a span{
	float: right;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level1>li.active{
	background-color: #fafafa;
}
.wap-burger_menu .level1>li.active>a span{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.wap-burger_menu .level1>li>a .icon-jiantou{
	color: #cccccc;
}
.wap-burger_menu .level2{
	padding: 0;
	overflow: hidden;
	display: none;
	margin-top: 15px;
}
.wap-burger_menu .level2>li{
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 20px;
}
.wap-burger_menu .level2>li>a{
	color: #8d8d8d;
	display: inline-block;
    text-decoration: none;
    position: relative;
}
.wap-burger_menu .level2>li>a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #8d8d8d;
    -webkit-transition: width .5s cubic-bezier(.19,1,.22,1);
    transition: width .5s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level2>li>a:hover:after {
    width: 100%;
}
@media screen and (max-width: 767px) {
	.wap-burger_menu{
		top: 65px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 65px);
	}
}
@media screen and (max-width: 575px) {
	.header-height-div{
		height: 64px;
	}
	.wap-burger_menu{
		top: 64px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 64px);
	}
}

/*头部防遮挡*/
.wap-header-height-div{
	height: 68px;
}
@media screen and (max-width: 767px) {
	.wap-header-height-div{
		height: 65px;
	}
}
@media screen and (max-width: 575px) {
	.wap-header-height-div{
		height: 64px;
	}
}
/*头部防遮挡 end*/
/*wap端导航 end*/
/* 头部导航 end*/


/*产品列表*/
.product-list-bgcolor{
	background-color: #f5f5f5;
	position: relative;
}
.product-list{
	min-height: 1500px;
}
.product-list .tp{
	padding-bottom: 90%;
}
.product-list .tp2{
	padding-bottom: 66.5%;
}
.product-list .right-box{
	padding-top: 45px;
	padding-bottom: 45px;
}
.product-list .right-box .top-search{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.product-list .right-box .top-search .search-box {
	font-size: 0;
	border-bottom: 1px solid #707070;
	min-width: 360px;
}
.product-list .right-box .top-search .search-box input{
	padding: 20px 0px;
	font-size: 16px;
	outline: none;
	border:none;
	background-color: #f5f5f5;
	width: calc(100% - 25px);
	color: #999999;
	vertical-align: middle;
}
.product-list .right-box .top-search .search-box a{
	display: inline-block;
	padding: 14px 0px;
	font-size: 14px;
	vertical-align: middle;
}
.product-list .right-box .top-search .search-box a i{
	font-size: 24px;
	color: #343434;
}
.product-list .right-box .top-search .search-box a:hover i{
	color: #102484;
}
.product-list .right-box .top-search .a-box a{
	font-size: 16px;
	color: #000000;
}
.product-list .right-box .top-search .a-box a:hover{
	color: #102484;
}
.product-list .right-box .product-box{
	margin-bottom: 70px;
}
.product-list .right-box .product-box a{
	text-decoration: none;
	display: block;
}
.product-list .right-box .product-box .text-box{
	margin-top: 20px;
}
.product-list .right-box .product-box .text-box .title{
	color: #222222;
	font-size: 26px;
	font-weight: 100;
}
.product-list .right-box .product-box .text-box .title2{
	color: #222222;
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 5px;
	display: block;
}
.product-list .right-box .product-box .text-box .classification{
	color: #999999;
	font-size: 14px;
}
.product-list .right-box .product-box .text-box .classification2{
	color: #999999;
	font-size: 14px;
	display: block;
}
.product-list .right-box .product-box .text-box .classification2 img{
	margin-left: 10px;
	vertical-align: middle;
}
.product-list .right-box .product-box a .over-img{
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0);
	box-shadow: 0 0 50px 5px rgba(0,0,0,0);
}
.product-list .right-box .product-box a .tp{
    -webkit-transition: all .5s;
    transition: all .5s;
}
.product-list .right-box .product-box a:hover .over-img{
    -webkit-box-shadow: 0 0 50px 10px #c3c5c7;
    box-shadow: 0 0 50px 10px #c3c5c7;
}
.product-list .right-box .product-box a:hover .tp{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}




/*产品列表页筛选栏*/
.product-list-bgcolor .screening-box{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 20%;
}
.product-list-bgcolor .screening-box a{
	text-decoration: none;
}
.product-list-bgcolor .screening-box .screening-header{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
	padding-left: 37%;
	padding-right: 20px;
}
.product-list-bgcolor .screening-box .screening-header span{
	margin-left: 15px;
	color: #333333;
	font-size: 18px;
	vertical-align: middle;
}
.product-list-bgcolor .screening-box .screening-content,
.product-list-bgcolor .screening-box .leading_technology{
	padding-left: 37%;
	padding-right: 20px;
}

.product-list-bgcolor .screening-box .screening-content .level1>li{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
}
.product-list-bgcolor .screening-box .leading_technology a{
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
}
.product-class1-title{
	display: block;
	font-size: 16px;
	color: #222222;
	margin-top: 30px;
}
.product-class1-title:hover,
.product-class1-title:focus{
	color: #222222;
}
.product-class1-title .icon{
	position: relative;
	float: right;
	width: 10px;
	height: 10px;
	margin-top: 6px;
}
.product-class1-title .icon:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #333333;
}
.product-class1-title .icon:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 2px;
	height: 0px;
	background-color: #333333;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.product-class1-title.active .icon:before{
	height: 10px;
}
.screening-box .screening-content .level2{
	padding-top: 30px;
}
.screening-box .screening-content .level2>li{
	position: relative;
	margin-bottom: 10px;
}
.screening-box .screening-content .level2>li:nth-last-of-type(1){
	margin-bottom: 0px;
}
.screening-box .screening-content .level2>li input[type*="radio"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.screening-box .screening-content .level2>li label{
	color: #999999;
	padding-left: 20px;
	font-size: 14px;
	width: 100%;
	margin-bottom: 0;
	transition: all .5s;
}
.screening-box .screening-content .level2>li.active label,
.screening-box .screening-content .level2>li:hover label{
	color: #102484;
}
.screening-box .screening-content .level2>li label:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #9e9e9e;
	background-color: #fff;
}
.screening-box .screening-content .level2>li.active label:after{
	border: 1px solid #102484;
}
.screening-box .screening-content .level2>li label:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 7px;
    height: 7px;
    background-color: #102484;
    border: 0 none;
    border-radius: 50%;
    left: 3px;
    top: 8px;
    z-index: 1;
    opacity: 0;
}
.screening-box .screening-content .level2>li.active label:before{
    opacity: 1;
}

.screening-box .screening-content .level2>li.level3{
	margin-left: 20px;
}

.screening-box .screening-content .level2.color-box li{
	display: inline-block;
	margin-bottom: 10px;
}
.screening-box .screening-content .level2.color-box li.active{
	display: inline-block;
}
.screening-box .screening-content .level2.color-box li div{
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
.screening-box .screening-content .level2.color-box li img{
	border: 1px solid rgba(0,0,0,0);
	border-radius: 50%;
}
.screening-box .screening-content .level2.color-box li.active img{
	border: 1px solid #000000;
}

.screening-box .screening-foot{
	padding-left: 37%;
    padding-right: 20px;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.screening-box .screening-foot a{
	color: #222222;
}
.screening-box .screening-foot .btn-box{
	display: inline-block;
}
@media screen and (max-width: 1440px) {
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    padding-left: 27%;
	}
	.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {
	    padding-left: 27%;
	}
	.screening-box .screening-foot {
	    padding-left: 27%;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.product-list-bgcolor .screening-box .leading_technology a {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.product-class1-title {
	    margin-top: 20px;
	}
	.product-list-bgcolor .screening-box .screening-content .level1>li {
	    padding-bottom: 20px;
	}
}
@media screen and (max-width: 1280px) {
	.product-list-bgcolor .screening-box .screening-header span {
	    font-size: 16px;
	}
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left: 17%;
	}
	.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {
	    padding-left: 17%;
	}
	.screening-box .screening-foot {
	    padding-left: 17%;
	}
	.product-list-bgcolor .screening-box {
	    width: 25%;
	}
	.product-list .right-box .product-box .text-box .title {
	    font-size: 24px;
	}
	.product-list .right-box .product-box {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	.product-list-bgcolor .screening-box .screening-header span {
	    font-size: 16px;
	}
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left: 20px;
	}
	.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {
	    padding-left: 20px;
	}
	.screening-box .screening-foot {
	    padding-left: 20px;
	}
	.product-list-bgcolor .screening-box {
	    width: 25%;
	}
	.product-list .right-box {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.product-list .right-box .product-box .text-box .title {
	    font-size: 22px;
	}
	.product-list .right-box .product-box {
	    margin-bottom: 40px;
	}
	.product-list .right-box .top-search{
		display: block;
	}
	.product-list .right-box .top-search .search-box {
	    min-width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.product-list-bgcolor .screening-box {
    	position: fixed;
	    top: 0;
	    left: -100%;
	    background-color: #fff;
	    width: 100%;
	    height: 100%;
	    overflow-y: auto;
	    z-index: 60;
	    -webkit-transition: left .5s cubic-bezier(.19,1,.22,1);
	    transition: left .5s cubic-bezier(.19,1,.22,1);
	}
	.product-list-bgcolor .screening-box.active {
	    left: 0;
	}
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.screening-header .screening-box-wap-down-btn {
		position: absolute;
		right: 15px;
		top: 15px;
    	float: right;
    	display: inline-block;
    	padding: 15px 20px;
    	border: 1px solid hsla(0,0%,72%,.25);
    	color: #333333;
	}
	.screening-box-wap-spread-btn{
		position: fixed;
		bottom: -100%;
		right:0px;
		background-color: #102484;
		padding: 20px;
		color: #fff;
		-webkit-transition: bottom .5s cubic-bezier(.19,1,.22,1);
		transition: bottom .5s cubic-bezier(.19,1,.22,1);
	}
	.screening-box-wap-spread-btn.active{
		bottom: 0%;
	}
	.screening-box-wap-spread-btn span{
		vertical-align: middle;
		margin-left: 10px;
		z-index: 600;
	}
	.product-list .right-box .top-search{
		margin-bottom: 25px;
	}
	.product-list .right-box .top-search .search-box{
		min-width: 290px;
	}
	.product-list .right-box .top-search .search-box input {
	    padding: 10px 0px;
	    font-size: 14px;
		width: calc(100% - 24px);
	}
	.product-list .right-box .top-search .search-box a {
	    padding: 3px 0px;
	    font-size: 12px;
	}
	.product-list .right-box {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.product-list .right-box .search-box {
	    margin-bottom: 20px;
	}
	.product-list .right-box .product-box .text-box {
	    margin-top: 15px;
	}
	.product-list .right-box .product-box .text-box .title {
	    font-size: 20px;
	}
	.screening-box-wap-spread-btn {
	    padding: 15px;	
	}
	.product-list .right-box .product-box {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.product-list .right-box .product-box .text-box .title {
	    font-size: 16px;
	}
	.product-list .right-box .product-box .text-box .classification {
	    font-size: 12px;
	}
	.screening-box-wap-spread-btn {
	    padding: 10px;	
	}
	.screening-box-wap-spread-btn span{
	    font-size: 12px;
	}
	.product-list .right-box .product-box {
	    margin-bottom: 30px;
	}
	.product-list .right-box .top-search{
		margin-bottom: 20px;
	}
	.product-list .right-box .top-search .a-box a{
		font-size: 14px;
	}
}
/*产品列表页筛选栏 end*/
/*产品列表 end*/


.module-001{
	width: 100%;
	height: 100%;
	transition: all .5s;
}
.module-001:hover{
	background-image: url(../img/ycl_wes_019.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #fff;
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.02);
}
.module-001 a{
	display: block;
	padding: 120px 30px 75px;
	text-align: center;
	border-right: 1px solid #eeeeee;
	transition: all .5s;
}
.module-001 .title-box{
	margin-top: 50px;
	transition: all .5s;
}
.module-001 a:hover .title-box{
	margin-top: 40px;
}
.module-001 .title-box .title{
	font-size: 22px;
	color: #333333;
}
.module-001 a:hover .title-box .title{
	font-size: 24px;
	color: #102484;
}
.module-001 .title-box .note{
	font-size: 14px;
	color: #999999;
	margin-top: 20px;
}
.module-001 a:hover .title-box .note{
	color: #102484;
}
.module-001 .icon-box{
	margin-top: 80px;
	opacity: 0;
	transition: all .5s;
	margin-left: -40px;
}
.module-001 a:hover .icon-box{
	margin-top: 85px;
	opacity: 1;
	margin-left: 0;
}
@media screen and (max-width: 1680px) {
	.module-001 .img-box{
		max-width: 100px;
		margin: 0 auto;
	}
	.module-001 a {
	    padding: 115px 30px 65px;
	}
	.module-001 .icon-box,
	.module-001 a:hover .icon-box{
	    margin-top: 70px;
	}
	.module-001 a:hover .icon-box {
	    margin-top: 75px;
	}
}
@media screen and (max-width: 1440px) {
	.module-001 .img-box{
		max-width: 90px;
		margin: 0 auto;
	}
	.module-001 a {
	    padding: 100px 30px 60px;
	}
	.module-001 .icon-box,
	.module-001 a:hover .icon-box{
	    margin-top: 60px;
	}
	.module-001 a:hover .icon-box {
	    margin-top: 65px;
	}
}
@media screen and (max-width: 1280px) {
	.module-001 .img-box{
		max-width: 90px;
		margin: 0 auto;
	}
	.module-001 a {
	    padding: 85px 30px 55px;
	}
	.module-001 .icon-box,
	.module-001 a:hover .icon-box{
	    margin-top: 50px;
	}
	.module-001 a:hover .icon-box {
	    margin-top: 55px;
	}
}
@media screen and (max-width: 1199px) {
	.module-001 .img-box{
		max-width: 80px;
		margin: 0 auto;
	}
	.module-001 a {
	    padding: 70px 30px 50px;
	}
	.module-001 .icon-box,
	.module-001 a:hover .icon-box{
	    margin-top: 40px;
	}
	.module-001 a:hover .icon-box {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-001 .img-box{
		max-width: 70px;
		margin: 0 auto;
	}
	.module-001 .title-box{
		margin-top: 40px;
	}
	.module-001 a:hover .title-box{
		margin-top: 30px;
	}
	.module-001 .title-box .title,
	.module-001 a:hover .title-box .title{
		font-size: 20px;
	}
	.module-001 a {
	    padding: 55px 30px 45px;
	}
	.module-001 .icon-box,
	.module-001 a:hover .icon-box{
	    margin-top: 30px;
	}
	.module-001 a:hover .icon-box {
	    margin-top: 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-001{
		border-bottom: 1px solid #eeeeee;
	}
	.module-001 .img-box{
		max-width: 60px;
		margin: 0 auto;
	}
	.module-001 .title-box,
	.module-001 a:hover .title-box{
		margin-top: 30px;
	}
	.module-001 .title-box .title,
	.module-001 a:hover .title-box .title{
		font-size: 18px;
	}
	.module-001 .title-box .note {
	    margin-top: 15px;
	}
	.module-001 a {
	    padding: 40px 30px 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-001 .img-box{
		max-width: 50px;
		margin: 0 auto;
	}
	.module-001 .title-box,
	.module-001 a:hover .title-box{
		margin-top: 20px;
	}
	.module-001 .title-box .title,
	.module-001 a:hover .title-box .title{
		font-size: 16px;
	}
	.module-001 .title-box .note {
	    font-size: 12px;
	    margin-top: 10px;
	}
	.module-001 a {
	    padding: 30px 30px 30px;
	}
}


.module-002{
	padding: 90px 90px 30px;
	background-color: #fff;
	margin-top: 300px;
}
.module-002 .title-en{
	font-size: 14px;
	color: #999999;
}
.module-002 .title-cn{
	font-size: 34px;
	color: #333333;
	margin-top: 25px;
}
.module-002 .f-title{
	font-size: 20px;
	color: #333333;
	margin-top: 25px;
}
.module-002 hr{
	margin: 30px 0 35px;
}
.module-002 .note{
	color: #666666;
	line-height: 2em;
	max-width: 790px;
}
.module-002 .more{
	font-size: 12px;
	color: #000000;
	margin-top: 75px;
}
@media screen and (max-width: 1680px) {
	.module-002 {
	    margin-top: 270px;
	}
	.module-002 .title-cn {
	    font-size: 30px;
	}
	.module-002 .more {
	    margin-top: 65px;
	}
}
@media screen and (max-width: 1440px) {
	.module-002 {
	    padding: 80px 80px 30px;
	    margin-top: 230px;
	}
	.module-002 .title-cn {
	    font-size: 30px;
	}
	.module-002 .more {
	    margin-top: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-002 {
	    padding: 70px 70px 30px;
	    margin-top: 190px;
	}
	.module-002 .title-cn {
	    font-size: 28px;
	}
	.module-002 .more {
	    margin-top: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-002 {
	    padding: 60px 60px 30px;
	    margin-top: 150px;
	}
	.module-002 .title-cn {
	    font-size: 26px;
	}
	.module-002 .more {
	    margin-top: 35px;
	}
	.module-002 hr {
	    margin: 30px 0 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-002 {
	    padding: 50px 50px 30px;
	    margin-top: 0;
		border-bottom: 1px solid #eeeeee;
	}
	.module-002 .title-cn {
	    font-size: 24px;
	    margin-top: 20px;
	}
	.module-002 .more {
	    margin-top: 30px;
	}
	.module-002 hr {
	    margin: 25px 0 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-002 {
	    padding: 40px 30px 30px;
	}
	.module-002 .title-cn {
	    font-size: 22px;
	    margin-top: 15px;
	}
	.module-002 .f-title {
	    font-size: 18px;
	}
	.module-002 hr {
	    margin: 20px 0 20px;
	}
	.module-002 .more {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-002 {
	    padding: 30px 15px 30px;
	}
	.module-002 .title-cn {
	    font-size: 20px;
	    margin-top: 10px;
	}
	.module-002 .f-title {
	    font-size: 16px;
	}
	.module-002 .note {
		font-size: 12px;
	    line-height: 2em;
	    max-width: 790px;
	}
	.module-002 hr {
	    margin: 15px 0 15px;
	}
	.module-002 .more {
	    margin-top: 20px;
	}
}

.module-003{
	padding: 0 85px;
}
.module-003 .tp{
	padding-bottom: 70%;
}
.module-003 .title{
	color: #333333;
	font-size: 18px;
}
.module-003 hr{
	margin: 10px 0 15px;
}
.module-003 .note{
	color: #666666;
	font-size: 12px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.module-003 .more{
	color: #000000;
	font-size: 12px;
	margin-top: 10px;
}
@media screen and (max-width: 1680px) {
	.module-003{
		padding: 0 50px;
	}
}
@media screen and (max-width: 1440px) {
	.module-003{
		padding: 0 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-003{
		padding: 0 10px;
	}
	.module-003 .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 1199px) {
	.module-003{
		padding: 0;
	}
	.module-003 .title {
	    font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.module-003{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-003 hr{
		display: none;
	}
	.module-003 .title{
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.module-003{
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 20px;
	}
	.module-003 .note{
		overflow:auto;
		text-overflow:inherit;
		display:block; 
		-webkit-box-orient:inherit;
		-webkit-line-clamp:inherit; 
	}
}






.module-004 .title{
	font-size: 18px;
	color: #333333;
	margin-top: 50px;
	line-height: 1em;
}
.module-004 .note{
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
	line-height: 1em;
}
@media screen and (max-width: 1199px) {
	.module-004 .note{
		font-size: 22px;
	}
	.module-004 img{
		max-width: 220px;
	}
}
@media screen and (max-width: 991px) {
	.module-004 .title{
		margin-top: 40px;
	}
	.module-004 .note{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-004{
		margin-bottom: 25px;
	}
	.module-004 img{
		max-width: 200px;
	}
	.module-004 .title{
		margin-top: 35px;
	}
	.module-004 .note{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-004{
		margin-bottom: 25px;
	}
	.module-004 img{
		max-width: 180px;
	}
	.module-004 .title{
		font-size: 16px;
		margin-top: 30px;
	}
	.module-004 .note{
		font-size: 16px;
		margin-top: 15px;
	}
}

.module-005 ul>li{
	margin-bottom: 20px;
}
.module-005 ul>li>a{
	color: #333333;
	font-size: 16px;
}


.module-006 {
	max-width: 270px;
}
.module-006 .box{
	margin-bottom: 30px;
}
.module-006 .box a{
	font-size: 0;
	display: block;
}
.module-006 .box .left{
	display: inline-block;
	width: 80px;
	vertical-align: middle;
}
.module-006 .box .left .tp{
	padding-bottom: 62.5%;
}
.module-006 .box .right{
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 80px);
	padding-left: 20px;
}
.module-006 .box .right .note{
	color: #666666;
}



.module-007{
	display: flex;
	justify-content: space-between;
	max-width: 445px;
}
.module-007 .box{
	text-align: center;
	margin-right: 35px;
}

.module-007 .box:nth-last-of-type(1){
	margin-right: 0;
}
.module-007 .box .title{
	margin-top: 10px;
	color: #000000;
	font-size: 12px;
}
@media screen and (max-width: 575px) {
	.module-007{
		max-width: 280px;
	}
}

.module-008 {
	margin-bottom: 30px;
}
.module-008 .title{
	font-size: 22px;
}
@media screen and (max-width: 1199px) {
	.module-008 .title{
		font-size: 20px;
	}
	.module-008 {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-008 .title{
		font-size: 18px;
	}
	.module-008 {
		margin-bottom: 20px;
	}
}


.module-009{
	padding-top: 40px;
	padding-bottom: 30px;
}
.module-009 .p1{
	color: #666666;
	margin-bottom: 15px;
}
.module-009 .p2 a{
	color: #666666;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
}
@media screen and (max-width:1280px) {
	.module-009{
		padding-bottom: 30px;
	}
}
@media screen and (max-width:1199px) {
	.module-009{
		padding-bottom: 30px;
	}
}
@media screen and (max-width:991px) {
	.module-009{
		padding-bottom: 30px;
	}
}
@media screen and (max-width:767px) {
	.module-009{
		padding-top: 40px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-009{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.module-009 .p1{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.module-009 .p2{
		font-size: 12px;
	}
	.module-009 .p2 a{
		display: block;
		font-size: 12px;
		margin: 0;
		margin-top: 10px;
	}
}





.module-010 .left{
	position: relative;
}
.module-010 .left>.over-img .tp img{
	cursor: move;
}
.module-010 .left .over-img{
	position: relative;
}
.module-010 .left .detail{
	position: absolute;
	top: 0;
	left: 100%;
	width: 400px;
	height: 400px;
	z-index: 9;
}
.module-010 .left .tp{
	padding-bottom: 100%;
	border:1px solid #ededed;
	background-color: #fff;
}
.module-010 .left .img-list-box{
	margin-top: 15px;
	width: 100%;
	font-size: 0;
}
.module-010 .left .img-list-box .box{
	display: inline-block;
	width: calc(20% - 12px);
	width: -webkit-calc(20% - 12px);
	width: -moz-calc(20% - 12px);
	width: -ms-calc(20% - 12px);
	width: -o-calc(20% - 12px);
	width: -khtml-calc(20% - 12px);
	cursor: pointer;
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
}
.module-010 .left .img-list-box .box:nth-child(5n){
	margin-right: 0px;
}
.module-010 .left .img-list-box .box.active:after {
    content: "";
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border:1px solid rgba(22,37,132,0.8);
    opacity: 1;
}
.module-010 .left .img-list-box .box:nth-child(8n){
	margin-right: 0px;
}
.module-010 .right .title-box{
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.module-010 .right .title-box .title{
	color: #000000;
	font-size: 24px;
}
.module-010 .right .specification{
	padding-top: 20px;
	padding-bottom: 10px;
}
.module-010 .right .specification p{
	margin-bottom: 15px;
	font-size: 0;
}
.module-010 .right .specification .n{
	color: #666666;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	font-weight: bold;
	width: 55px;
}
.module-010 .right .specification .t{
	color: #333333;
	display: inline-block;
	width: calc(100% - 55px);
	font-size: 14px;
	vertical-align: top;
}
.module-010 .right .vr-box {
	font-size: 0;
}
.module-010 .right .vr-box .product-vr{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.module-010 .right .vr-box .product-ewm{
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 1280px){
	.module-010 .right .title-box .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 1199px){
	.module-010 .right .title-box .title {
	    font-size: 20px;
	}
	.module-010 .right .specification p {
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 991px){
	.module-010 .right .title-box .title {
	    font-size: 18px;
	}
	.module-010 .right .title-box {
	    padding-bottom: 15px;
	}
	.module-010 .right .specification {
		padding-top: 15px;
		padding-bottom: 5px;
	}
	.module-010 .right .title-box .title {
	    font-size: 16px;
	}
	.module-010 .right .specification p {
	    margin-bottom: 15px;
	}
}
@media screen and (max-width: 830px) {
	.module-010 .left .detail{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.module-010 .right{
		padding-top: 15px;
	}
}

.module-011{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.module-011 .left span{
	display: inline-block;
	vertical-align: middle;
	color: #999999;
}
.module-011 .left ul{
	display: inline-block;
	vertical-align: middle;
}
.module-011 .left ul>li{
	display: inline-block;
}
.module-011 .left ul>li::after{
	content: ">";
	color: #999999;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
.module-011 .left ul>li:nth-last-of-type(1)::after{
	content: "";
	display: none;
}
.module-011 .left ul>li>a{
	display: inline-block;
	color: #999999;
	transition: all .5s;
}
.module-011 .left ul>li>a:hover{
	color: #102484;
}
.module-011 .right a img{
	vertical-align: middle;
	display: inline-block;
}
.module-011 .right a span{
	display: inline-block;
	vertical-align: middle;
	color: #4d4d4d;
	margin-left: 5px;
}
.module-011 .right a:hover span{
	color: #102484;
}



.module-012{
	margin-bottom: 60px;
	text-align: center;
}
.module-012 .tp{
	padding-bottom: 61.76%;
	transition: all .5s;
}
.module-012:hover .tp{
	transform: scale(1.05);
}
.module-012 .title{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
}
@media screen and (max-width: 991px){
	.module-012 {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.module-012 {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.module-012 {
	    margin-bottom: 30px;
	}
}


.module-013{
	border-bottom: 1px solid #eeeeee;
}
.module-013 ul>li{
	display: inline-block;
	margin-right: 80px;
}
.module-013 ul>li:nth-last-of-type(1){
	margin-right: 0;
}
.module-013 ul>li>a{
	color: #333333;
	display: inline-block;
	padding: 30px 15px;
	font-size: 14px;
	position: relative;
}
.module-013 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 8px;
	background-color: #102484;
	transition: all .5s;
}
.module-013 ul>li>a:hover::after,
.module-013 ul>li.active>a::after{
	width: 100%;
}
@media screen and (max-width: 1680px){
	.module-013 ul>li{
		margin-right: 70px;
	}
}
@media screen and (max-width: 1440px){
	.module-013 ul>li{
		margin-right: 60px;
	}
	.module-013 ul>li>a::after{
		height: 7px;
	}
}
@media screen and (max-width: 1280px){
	.module-013 ul>li>a {
	    padding: 25px 15px;
	}
	.module-013 ul>li{
		margin-right: 50px;
	}
	.module-013 ul>li>a::after{
		height: 6px;
	}
}
@media screen and (max-width: 1199px){
	.module-013 ul>li>a {
	    padding: 20px 15px;
	}
	.module-013 ul>li{
		margin-right: 40px;
	}
	.module-013 ul>li>a::after{
		height: 5px;
	}
}
@media screen and (max-width: 991px){
	.module-013 ul>li>a {
	    padding: 15px 15px;
		font-size: 12px;
	}
	.module-013 ul>li{
		margin-right: 30px;
	}
	.module-013 ul>li>a::after{
		height: 4px;
	}
}


.module-014 .note{
	line-height: 2em;
}
@media screen and (max-width: 575px){
	.module-014 .note{
		font-size: 12px;
	}
}


.module-015{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 60px;
	margin-bottom: 120px;
}
.module-015 .box .num{
	font-size: 50px;
	color: #102484;
	line-height: 1em;
}
.module-015 .box .title{
	margin-top: 5px;
}
@media screen and (max-width: 1680px){
	.module-015 .box .num{
		font-size: 44px;
	}
}
@media screen and (max-width: 1440px){
	.module-015 .box .num{
		font-size: 40px;
	}
}
@media screen and (max-width: 1280px){
	.module-015 .box .num{
		font-size: 36px;
	}
}
@media screen and (max-width: 1199px){
	.module-015{
		margin-top:50px;
		margin-bottom:110px;
	}
	.module-015 .box .num{
		font-size: 32px;
	}
}
@media screen and (max-width: 991px){
	.module-015{
		margin-top:45px;
		margin-bottom: 90px;
	}
	.module-015 .box .num{
		font-size: 28px;
	}
}
@media screen and (max-width: 767px){
	.module-015{
		margin-top:40px;
		margin-bottom: 70px;
	}
	.module-015 .box .num{
		font-size: 24px;
	}
	.module-015 .box .title{
		font-size: 12px;
	}
}
@media screen and (max-width: 575px){
	.module-015{
		margin-top:30px;
		margin-bottom: 50px;
	}
	.module-015 .box .num{
		font-size: 20px;
	}
	.module-015 .box .title{
		font-size: 10px;
	}
}


.module-016{
	margin-bottom: 150px;
}
.module-016 .tp{
	padding-bottom: 60%;
}
@media screen and (max-width:1680px){
	.module-016{
		margin-bottom: 130px;
	}
}
@media screen and (max-width:1440px){
	.module-016{
		margin-bottom: 110px;
	}
}
@media screen and (max-width:1280px){
	.module-016{
		margin-bottom: 90px;
	}
}
@media screen and (max-width:1199px){
	.module-016{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 991px){
	.module-016{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.module-016{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.module-016{
		margin-bottom: 30px;
	}
}

.module-017{
	margin-bottom: 150px;
}
.module-017 .title-en{
	color: #999999;
	font-size: 16px;
	margin-bottom: 10px;
}
.module-017 .title-cn{
	font-size: 34px;
	color: #333333;
	margin-bottom: 25px;
}
.module-017 .note{
	line-height: 2em;
}
@media screen and (max-width:1680px){
	.module-017{
		margin-bottom: 130px;
	}
}
@media screen and (max-width:1440px){
	.module-017{
		margin-bottom: 110px;
	}
}
@media screen and (max-width:1280px){
	.module-017{
		margin-bottom: 90px;
	}
	.module-017 .title-cn{
		font-size: 32px;
	}
}
@media screen and (max-width:1199px){
	.module-017{
		margin-bottom: 70px;
	}
	.module-017 .title-cn{
		font-size: 28px;
	}
}
@media screen and (max-width: 991px){
	.module-017{
		margin-bottom: 50px;
	}
	.module-017 .title-cn{
		font-size: 24px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
	.module-017{
		margin-bottom: 40px;
	}
	.module-017 .title-cn{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.module-017 .title-en {
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.module-017{
		margin-bottom: 30px;
	}
	.module-017 .title-cn{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.module-017 .title-en {
	    font-size: 12px;
		margin-bottom: 5px;
	}
	.module-017 .note{
		font-size: 12px;
	}
}


.module-018{
	text-align: center;
}
.module-018 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 450px;
	margin: 0 auto;
}
.module-018 ul>li>a{
	font-size: 14px;
	color: #333333;
	padding: 10px 0;
	display: inline-block;
	position: relative;
}
.module-018 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #153a95;
	width: 0;
	transition: all .5s;
}
.module-018 ul>li.active>a::after,
.module-018 ul>li>a:hover::after{
	width: 100%;
}


.module-019 {
	margin-bottom: 70px;
}
.module-019 .tp{
	padding-bottom: 55%;
	transition: all .5s;
}
.module-019:hover .tp{
	transform: scale(1.05);
}
.module-019 .title{
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}
.module-019 .note{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	line-height: 1em;
}
@media screen and (max-width: 1199px){
	.module-019 {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px){
	.module-019 {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.module-019 {
		margin-bottom: 40px;
	}
	.module-019 .title{
		font-size: 16px;
	}
	.module-019 .note {
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.module-019 {
		margin-bottom: 30px;
	}
	.module-019 .title{
		font-size: 14px;
		margin-top: 15px;
	}
	.module-019 .note {
	    font-size: 10px;
	    margin-top: 5px;
	}
}


.module-020 {
	font-size: 0;
}
.module-020 .top-title>li{
	padding: 15px;
	background-color: #102484;
	color: #fff;
}
.module-020 .top-title>li>span{
	float: right;
}
.module-020 .top-title>li>span>a{
	color: #fff;
	text-decoration: none;
}
.module-020 .wap-nav-listbox{
	display: none;
}
.module-020 .wap-nav-listbox .level1>li{
	border-bottom: 1px solid #eeeeee;
}
.module-020 .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-020 .wap-nav-listbox .level1>li.active>a,
.module-020 .wap-nav-listbox .level1>li>a:hover{
	background-color: #0033cc;
}
.module-020 .wap-nav-listbox .level1>li>a>span{
	color: #222222;
	transition: all .5s;
}
.module-020 .wap-nav-listbox .level1>li.active>a>span,
.module-020 .wap-nav-listbox .level1>li>a:hover>span{
	color: #fff;
}
.module-020 .wap-nav-listbox .level1>li>a>.icon{
	transition: all .5s;
}
.module-020 .wap-nav-listbox .level1>li.active>a>.icon{
	transform: rotate(90deg);
}
.module-020 .wap-nav-listbox .level2{
	margin: 0;
	list-style: none;
	display: none;
}
.module-020 .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-020 .wap-nav-listbox .level2>li:nth-last-of-type(1)>a{
	border-bottom: none;
}
.module-020 .wap-nav-listbox .level2>li.active>a,
.module-020 .wap-nav-listbox .level2>li>a:hover{
	background-color: #e26363;
	color: #fff;
}



.module-021{
	overflow: hidden;
	position: relative;
}
.module-021 .tp{
	padding-bottom: 50%;
}
.module-021 .swiper-slide-visible .over-img{
	border: 2px solid rgba(16,36,132,0);
	transition: all .5s;
}
.module-021 .swiper-slide-visible .over-img:hover{
	cursor: pointer;
}
.module-021 .swiper-slide-thumb-active .over-img{
	border: 2px solid rgba(16,36,132,1);
}
.module-021 .title{
	color: #333333;
	font-size: 14px;
	margin-top: 10px;
}
@media screen and (max-width: 575px){
	
}


.module-022 ul>li{
	display: inline-block;
	margin-right: 50px;
}
.module-022 ul>li:nth-last-of-type(1){
	margin-right: 0;
}
.module-022 ul>li>a{
	display: inline-block;
	padding: 15px 25px;
	font-size: 30px;
	color: #333333;
	position: relative;
}
.module-022 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 6px;
	width: 100%;
	background-color: #e8eaf3;
	display: inline-block;
	transition: all .5s;
}
.module-022 ul>li>a:hover::after,
.module-022 ul>li.active>a::after{
	background-color: #153a95;
}
@media screen and (max-width: 1680px){
	.module-022 ul>li{
		margin-right: 40px;
	}
	.module-022 ul>li>a{
		font-size: 26px;
	}
}
@media screen and (max-width: 1440px){
	.module-022 ul>li{
		margin-right: 35px;
	}
	.module-022 ul>li>a{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px){
	.module-022 ul>li{
		margin-right: 30px;
	}
	.module-022 ul>li>a{
		padding: 10px 20px;
		font-size: 22px;
	}
	.module-022 ul>li>a::after{
		height: 5px;
	}
}
@media screen and (max-width: 991px){
	.module-022 ul>li{
		margin-right: 25px;
	}
	.module-022 ul>li>a{
		padding: 8px 15px;
		font-size: 20px;
	}
	.module-022 ul>li>a::after{
		height: 4px;
	}
}
@media screen and (max-width: 767px){
	.module-022 ul>li{
		margin-right: 20px;
	}
	.module-022 ul>li>a{
		padding: 7px 12px;
		font-size: 18px;
	}
	.module-022 ul>li>a::after{
		height: 3px;
	}
}
@media screen and (max-width: 575px){
	.module-022 ul>li{
		margin-right: 15px;
	}
	.module-022 ul>li>a{
		padding: 7px 10px;
		font-size: 16px;
	}
	.module-022 ul>li>a::after{
		height: 2px;
	}
}


.module-023 {
	text-align: center;
	max-width: 1150px;
	margin: 0 auto;
}
.module-023 .note{
	font-size: 16px;
	color: #333333;
	line-height: 2em;
	display: inline-block;
	margin-bottom: 30px;
}
.module-023 a{
	font-size: 16px;
	color: #333333;
	margin-bottom: 30px;
	display: inline-block;
	padding: 15px 50px;
	border-radius: 50px;
	border: 1px solid #8c9ecb;
}
.module-023 a:hover{
	color: #fff;
	background-color: #102484;
	border: 1px solid #102484;
}
@media screen and (max-width: 767px){
	.module-023 .note{
		font-size: 14px;
		margin-bottom: 25px;
	}
	.module-023 a{
		margin-bottom: 25px;
		padding: 12px 40px;
	}
}
@media screen and (max-width: 575px){
	.module-023 .note{
		font-size: 12px;
		margin-bottom: 20px;
	}
	.module-023 a{
		font-size: 14px;
		margin-bottom: 20px;
		padding: 10px 30px;
	}
}



.module-024{
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
}
.module-024 .title{
	font-size: 36px;
	color: #333333;
}
.module-024 .note{
	font-size: 16px;
	color: #333333;
	margin-top: 15px;
	line-height: 2em;
}
@media screen and (max-width: 1680px){
	.module-024 .title{
		font-size:30px;
	}
}
@media screen and (max-width: 1440px){
	.module-024 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px){
	.module-024 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px){
	.module-024 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px){
	.module-024 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.module-024 .title{
		font-size: 20px;
	}
	.module-024 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.module-024 .title{
		font-size: 18px;
	}
	.module-024 .note{
		font-size: 12px;
	}
}


.module-025{
	text-align: center;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 250px;
}
.module-025 .title{
	font-size: 36px;
	color: #333333;
}
.module-025 .note{
	font-size: 16px;
	color: #333333;
	margin-top: 15px;
	line-height: 2em;
}
@media screen and (max-width: 1680px){
	.module-025 .title{
		font-size:30px;
	}
}
@media screen and (max-width: 1440px){
	.module-025{
		margin-top: 130px;
	}
	.module-025 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px){
	.module-025{
		margin-top: 110px;
		margin-bottom: 210px;
	}
	.module-025 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px){
	.module-025{
		margin-top: 90px;
		margin-bottom: 170px;
	}
	.module-025 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px){
	.module-025{
		margin-top: 70px;
		margin-bottom: 130px;
	}
	.module-025 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.module-025{
		margin-top: 50px;
		margin-bottom: 90px;
	}
	.module-025 .title{
		font-size: 20px;
	}
	.module-025 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.module-025{
		margin-top: 30px;
		margin-bottom: 50px;
	}
	.module-025 .title{
		font-size: 18px;
	}
	.module-025 .note{
		font-size: 12px;
	}
}


.module-026 .title{
	font-size: 36px;
	text-align: center;
	color: #333333;
	margin-bottom: 30px;
}
.module-026 .note{
	font-size: 16px;
	color: #333333;
	margin-top: 30px;
	line-height: 2em;
}



.module-027{
	margin-bottom: 70px;
}
.module-027 .tp{
	padding-bottom: 46.3%;
}
.module-027 .title{
	color: #333333;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 20px;
}
.module-027 .note{
	font-size: 14px;
	color: #333333;
	line-height: 2em;
}
@media screen and (max-width: 1680px){
	.module-027{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1440px){
	.module-027{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px){
	.module-027{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px){
	.module-027{
		margin-bottom: 45px;
	}
	.module-027 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px){
	.module-027{
		margin-bottom: 40px;
	}
	.module-027 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px){
	.module-027{
		margin-bottom: 35px;
	}
	.module-027 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px){
	.module-027{
		margin-bottom: 30px;
	}
	.module-027 .title{
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
}



.module-028{
	margin-bottom: 70px;
}
.module-028 a{
	display: block;
}
.module-028 .over-img{
	padding: 30px;
	background-color: #eeeeee;
}
.module-028 .tp{
	padding-bottom: 67.84%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-028 a:hover .tp{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.module-028 .title{
	margin-top: 20px;
	color: #333333;
	font-size: 18px;
}
@media screen and (max-width: 1680px) {
	.module-028{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-028{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-028{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-028{
		margin-bottom: 45px;
	}
	.module-028 .over-img{
		padding: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-028{
		margin-bottom: 40px;
	}
	.module-028 .over-img{
		padding: 20px;
	}
	.module-028 .title {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-028{
		margin-bottom: 35px;
	}
	.module-028 .over-img{
		padding: 15px;
	}
	.module-028 .title {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-028{
		margin-bottom: 30px;
	}
	.module-028 .over-img{
		padding: 10px;
	}
	.module-028 .title {
	    margin-top: 15px;
		font-size: 12px;
	}
}



.module-029 .dlk{
	margin: 0 auto;
	max-width: 300px;
}
.module-029 .dlk .fbt{
	text-align: center;
	margin-bottom: 15px;
	color: #6a6157;
	overflow: hidden;
}
.module-029 .dlk .fbt span{
	position: relative;
	font-size: 16px;
	color: #353741;
}
.module-029 .dlk .fbt span:after{
	content: "";
	height: 1px;
	width: 300px;
	position: absolute;
	left: calc(100% + 10px);
	top: 50%;
	background-color: #f0f0f0;
}
.module-029 .dlk .fbt span:before{
	content: "";
	height: 1px;
	width: 300px;
	position: absolute;
	right:calc(100% + 10px);
	top: 50%;
	background-color: #f0f0f0;
}
.module-029 .dlk .input-box{
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #efefef;
	background-color: #fff;
	outline: none;
	font-size: 14px;
	padding-left: 15px;
}
.module-029 .dlk .input-box input{
	border: none;
	outline: none;
	padding: 12px 15px 12px 0;
	width: calc(100% - 42px);
	font-size: 14px;
}
.module-029 .dlk .input-box1{
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #efefef;
	background-color: #fff;
	outline: none;
	font-size: 14px;
	padding-left: 15px;
}
.module-029 .dlk .input-box1 input{
	border: none;
	outline: none;
	padding: 12px 15px 12px 0;
	width: calc(100% - 70px);
	font-size: 14px;
}
.module-029 .dlk .input-box2{
	width: 100%;
	margin-bottom: 15px;
	border: 1px solid #efefef;
	background-color: #fff;
	outline: none;
	font-size: 14px;
	padding-left: 15px;
}
.module-029 .dlk .input-box2 input{
	border: none;
	outline: none;
	padding: 12px 15px 12px 0;
	width: calc(100% - 84px);
	font-size: 14px;
}
.module-029 .dlk .jzmm-box{
	margin-bottom: 15px;
}
.module-029 .dlk .jzmm-box a{
	color: #102484;
}
.module-029 .dlk>input[type*="submit"]{
	background-color: #162584;
	border: 1px solid #162584;
	color: #fff;
	cursor: pointer;
	transition: all .5s;
	padding: 12px;
	font-size: 14px;
	width: 100%;
	outline: none;
}
.module-029 .dlk>input[type*="submit"]:hover{
	background-color: #fff;
	border: 1px solid #162584;
	color: #162584;
}
@media screen and (max-width: 767px){
	.module-029 .dlk .input-box input,
	.module-029 .dlk .input-box1 input,
	.module-029 .dlk .input-box2 input{
		padding: 7px 12px 7px 0;
	}
	.module-029 .dlk .input-box,
	.module-029 .dlk .input-box1,
	.module-029 .dlk .input-box2{
		padding-left: 12px;
	}
	.module-029 .dlk>input[type*="submit"]{
		padding: 7px 12px;
	}
}





.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: #102484;
	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: #102484;
}
@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% - 155px);
	}
}


.module-031 .title-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f5f5f5;
}
.module-031 .title-box .title{
	color: #333333;
}
.module-031 .title-box .left .title{
	width: 460px;
	padding: 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: 56px;
}
.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: 25px 0;
	border-bottom: 1px solid #eeeeee;
}
.module-031 .content-box .right{
	width: 200px;
}
@media screen and (max-width: 991px){
	.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 .left .title {
	    padding: 20px;
	}
	.module-031 .content-box .left {
	    width: 100%;
	}
	.module-031 .content-box .left .title {
	    font-size: 14px;
	}
	.module-031 .content-box a {
	    padding: 20px 0;
	}
}
@media screen and (max-width: 575px){
	.module-031 .title-box .left .title {
	    padding: 15px;
	}
	.module-031 .content-box .left .title {
	    font-size: 12px;
	}
	.module-031 .content-box a {
	    padding: 15px 0;
	}
	.module-031 .title-box .left .title {
	   font-size: 12px;
	}
}


.module-032 ul>li{
	display: inline-block;
}
.module-032 ul>li{
	margin-right: 40px;
	margin-bottom: 30px;
}
.module-032 ul>li>a{
	padding: 7px 40px;
	display: inline-block;
	color: #666666;
	font-size: 14px;
}
.module-032 ul>li.active>a,
.module-032 ul>li>a:hover{
	color: #fff;
	background-color: #102484;
}
@media screen and (max-width: 1280px){
	.module-032 ul>li>a {
	    padding: 7px 35px;
	}
}
@media screen and (max-width: 1199px){
	.module-032 ul>li>a {
	    padding: 7px 30px;
	}
	.module-032 ul>li{
		margin-right: 35px;
	}
}
@media screen and (max-width: 991px){
	.module-032 ul>li>a {
	    padding: 7px 25px;
	}
	.module-032 ul>li{
		margin-right: 30px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px){
	.module-032 ul>li>a {
	    padding: 7px 20px;
	}
	.module-032 ul>li{
		margin-right: 25px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px){
	.module-032 ul>li>a {
	    padding: 5px 15px;
	    font-size: 12px;
	}
	.module-032 ul>li{
		margin-right: 15px;
		margin-bottom: 15px;
	}
}




.module-033{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.module-033 .box-left ul>li{
	display: inline-block;
}
.module-033 .box-left ul>li>a{
	display: inline-block;
	color: #666666;
}
.module-033 .box-left ul>li:nth-last-of-type(1)>a{
	color: #000000;
}
.module-033 .box-left ul>li>a:hover{
	color: #102484;
}
.module-033 .box-left ul>li::after{
	content: "/";
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	color: #666666;
}
.module-033 .box-left ul>li:nth-last-of-type(1)::after{
	content: "";
	display: none;
}
.module-033 .box-right .left .text{
	color: #c4c4c4;
	font-size: 14px;
	margin-left: 10px;
}
.module-033 .box-right .right .text{
	color: #c4c4c4;
	font-size: 14px;
	margin-right: 10px;
}
.module-033 .box-right .left a img{
	transition: all .3s;
	-wabkit-transition: all .3s;
	-moz-transition: all .3s;
}
.module-033 .box-right .right a img{
	transition: all .3s;
	-wabkit-transition: all .3s;
	-moz-transition: all .3s;
}
.module-033 .box-right .left a:hover .text{
	color: #102484;
}
.module-033 .box-right .right a:hover .text{
	color: #102484;
}
.module-033 .box-right .left a:hover img{
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
}
.module-033 .box-right .right a:hover img{
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
}
.module-033 .box-right .center{
	margin-left: 15px;
	margin-right: 15px;
}
.module-033 .box-right .center a img{
	transition: all .3s;
	-wabkit-transition: all .3s;
	-moz-transition: all .3s;
}
.module-033 .box-right .center a:hover img{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}
.module-033 .box-right .btn-box img{
	vertical-align: middle;
}
.module-033 .box-right .btn-box .title{
	color: #333333;
	font-size: 14px;
	vertical-align: middle;
	margin-left: 10px;
	transition: all .3s;
	-wabkit-transition: all .3s;
	-moz-transition: all .3s;
}
.module-033 .box-right .btn-box:hover .title{
	color: #102484;
}
@media screen and (max-width: 767px) {
	.module-033 .box-left ul>li>a{
		font-size: 12px;
	}
	.module-033 .box-right .left .text{
		font-size: 12px;
	}
	.module-033 .box-right .right .text{
		font-size: 12px;
	}
	.module-033 .box-right .btn-box .title{
		font-size: 12px;
	}
}


.module-034 .title-box{
	padding-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
	text-align: center;
}
.module-034 .title{
	font-size: 30px;
	color: #333333;font-weight:700;
}
.module-034 .note{
	font-size: 18px;
	color: #999999;
	margin-top: 20px;
}
.module-034 .note span{
	margin-right: 30px;
}
@media screen and (max-width: 1680px) {
	.module-034 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-034 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-034 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-034 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-034 .title{
		font-size: 20px;
	}
	.module-034 .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-034 .title{
		font-size: 18px;
	}
	.module-034 .title-box{
		padding-bottom: 25px;
	}
	.module-034 .note{
		font-size: 14px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-034 .title{
		font-size: 16px;
	}
	.module-034 .title-box{
		padding-bottom: 20px;
	}
	.module-034 .note{
		font-size: 12px;
		margin-top: 10px;
	}
}



.module-035{
	text-align: center;
	margin-bottom: 50px;
}
.module-035 .title{
	font-size: 32px;
	color: #000000;
}
@media screen and (max-width: 1680px) {
	.module-035{
		margin-bottom: 40px;
	}
	.module-035 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-035{
		margin-bottom: 35px;
	}
	.module-035 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-035{
		margin-bottom: 30px;
	}
	.module-035 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-035{
		margin-bottom: 25px;
	}
	.module-035 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-035{
		margin-bottom: 20px;
	}
	.module-035 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-035{
		margin-bottom: 15px;
	}
	.module-035 .title{
		font-size: 18px;
	}
}


.module-036{
	border: 1px solid #333333;
	font-size: 0;
	max-width: 800px;
	margin: 0 auto;
	transition: all .5s;
}
.module-036:hover{
	border: 1px solid #102484;
}
.module-036 select{
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 100px;
}
.module-036 input{
	width: calc(100% - 151px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-036 a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #a1a1a1;
	vertical-align: middle;
}
.module-036 a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-036 a:hover i{
	color: #102484;
}
@media screen and (max-width: 991px) {
	.module-036 input {
	    font-size: 12px;
	    padding: 7px 10px;
		width: calc(100% - 140px);
	}
	.module-036 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-036{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-036{
		margin-bottom: 10px;
	}
	.module-036 input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-036 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}



.module-037{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}
.module-037 span{
	color: #333333;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
.module-037 a{
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 30px;
	background-color: #f5f5f5;
	border-radius: 50px;
	margin-right: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}
.module-037 a:hover{
	background-color: #102484;
	color: #fff;
}
@media screen and (max-width:991px) {
	.module-037 a{
		padding: 7px 25px;
	}
}
@media screen and (max-width:767px) {
	.module-037 a{
		padding: 7px 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-037 a{
		padding: 7px 15px;
		margin-right: 15px;
		font-size: 12px;
	}
}




.module-038 .text{
	font-size: 18px;
	color: #333333;
	margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
	.module-038 .text{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-038 .text{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-038 .text{
		font-size: 16px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-038 .text{
		font-size: 14px;
		margin-bottom: 20px;
	}
}


.module-039{
	margin-bottom: 70px;
}
.module-039 a{
	text-decoration: none;
	display: block;
}
.module-039 .img-box{
	position: relative;
}
.module-039 .tpcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
}
.module-039 .tpcover:hover{
    opacity: 0;
}
.module-039 .text-box{
	margin-top: 20px;
}
.module-039 .text-box .title{
	color: #222222;
	font-size: 18px;
	font-weight: 100;
}
.module-039 .text-box .title2{
	color: #222222;
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 5px;
	display: block;
}
.module-039 .text-box .classification{
	color: #999999;
	font-size: 14px;
}
.module-039 .text-box .classification2{
	color: #999999;
	font-size: 14px;
	display: block;
}
.module-039 .text-box .classification2 img{
	margin-left: 10px;
	vertical-align: middle;
}
.module-039 a .over-img{
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0);
	box-shadow: 0 0 50px 5px rgba(0,0,0,0);
}
.module-039 a .tp{
    -webkit-transition: all .5s;
    transition: all .5s;
	padding-bottom: 100%;
}
.module-039 a:hover .over-img{
    -webkit-box-shadow: 0 0 50px 10px #c3c5c7;
    box-shadow: 0 0 50px 10px #c3c5c7;
}
.module-039 a:hover .tp{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
@media screen and (max-width: 1199px) {
	.module-039{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-039{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-039{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-039{
		margin-bottom: 30px;
	}
	.module-039 .text-box .title{
		font-size: 16px;
	}
	.module-039 .text-box{
		margin-top: 15px;
	}
	.module-039 .text-box .classification {
	    font-size: 12px;
	}
}



.module-040 a .tp{
	padding-bottom: 56.57%;
	transition: all .5s;
}
.module-040 a:hover .tp{
	transform: scale(1.06);
}
.module-040 a .over-img{
	transition: all .5s;
}
.module-040 a:hover .over-img{
	transform: scale(0.95);
}
.module-040 .box{
	margin-bottom: 90px;
}
.module-040 .box a .title{
	font-size: 26px;
	color: #333333;
}
.module-040 .box a:hover .title{
	color: #102484;
}
.module-040 .box a .note{
	font-size: 14px;
	color: #414141;
	margin-top: 15px;
}
.module-040 .box a .date{
	margin-top: 70px;
	color: #999999;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 1440px) {
	.module-040 .box a .date {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-040 .box a .date {
	    margin-top: 40px;
	}
	.module-040 .box a .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-040 .box a .date {
	    margin-top: 35px;
	}
	.module-040 .box a .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-040 .box a .title {
	    font-size: 20px;
	}
	.module-040 .box a .note {
	    font-size: 12px;
	}
	.module-040 .box a .date {
	    margin-top: 30px;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-040 .box a .title{
	    font-size: 18px;
		margin-top: 15px;
	}
	.module-040 .box a .note {
	    font-size: 14px;
	}
	.module-040 .box a .date{
	    margin-top: 20px;
	    font-size: 14px;
	}
	.module-040 .box {
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-040 .box a .title{
	    font-size: 16px;
	}
	.module-040 .box a .note {
	    font-size: 12px;
	    margin-top: 10px;
	}
	.module-040 .box a .date{
	    margin-top: 10px;
	    font-size: 12px;
	}
	.module-040 .box {
	    margin-bottom: 20px;
	}
}



.module-041 .title-en{
	color: #999999;
	font-size: 16px;
	margin-bottom: 10px;
}
.module-041 .title-cn{
	color: #333333;
	font-size: 34px;
}
@media screen and (max-width: 1680px) {
	.module-041 .title-cn{
		font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	.module-041 .title-cn{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-041 .title-cn{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-041 {
		margin-bottom: 20px;
	}
	.module-041 .title-cn{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-041 {
		margin-bottom: 20px;
	}
	.module-041 .title-cn{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-041 {
		margin-bottom: 15px;
	}
	.module-041 .title-cn{
		font-size: 22px;
	}
	.module-041 .title-en{
		font-size: 14px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 575px) {
	.module-041 .title-en{
		font-size: 12px;
		margin-bottom: 0px;
	}
	.module-041 .title-cn{
		font-size: 20px;
	}
}

.module-042{
	padding-right: 50px;
	margin-bottom: 60px;
}
.module-042 .title a{
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
	font-weight: bold;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.module-042 .title a:hover{
	color: #102484;
}
.module-042 .note{
	font-size: 14px;
	color: #333333;
	margin-bottom: 40px;
	line-height: 2em;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.module-042 .date-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.module-042 .date-box .date{
	color: #cccccc;
}
.module-042 .date-box .more{
	color: #333333;
}
.module-042 .date-box .more:hover{
	color: #102484;
}
@media screen and (max-width: 1680px) {
	.module-042{
		padding-right: 40px;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1440px) {
	.module-042{
		padding-right: 30px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-042{
		padding-right: 20px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-042{
		padding-right: 10px;
		margin-bottom: 30px;
	}
	.module-042 .title a{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-042{
		padding-right: 0px;
		margin-bottom: 30px;
	}
	.module-042 .title a{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-042 .title a{
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-042 .title a{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.module-042 .note {
	    font-size: 12px;
	    margin-bottom: 15px;
	    line-height: 1.75em;
	}
}

.module-043{
	margin-bottom: 60px;
}
.module-043 .tp{
	padding-bottom: 50%;
	transition: all .5s;
}
.module-043:hover .tp{
	transform: scale(1.05);
}
@media screen and (max-width: 1680px) {
	.module-043{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1440px) {
	.module-043{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-043{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-043{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-043{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-043{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-043{
		margin-bottom: 15px;
	}
}


.module-044 p {
	margin-bottom: 25px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap; 
}
.module-044 p a{
	font-size: 18px;
	color: #333333;
}
.module-044 p a:hover{
	color: #102484;
}
.module-044 .more{
	display: inline-block;
	padding: 12px 40px;
	border: 1px solid #dae0e4;
	color: #333333;
	font-size: 12px;
	margin-top: 30px;
}
.module-044 .more:hover{
	background-color: #102484;
	border: 1px solid #102484;
	color:#fff;
}
@media screen and (max-width: 1199px) {
	.module-044 .more {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-044 p {
	    margin-bottom: 20px;
	}
	.module-044 .more {
	    padding: 12px 35px;
	    margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-044 p {
	    margin-bottom: 15px;
	}
	.module-044 p a{
		font-size: 16px;
	}
	.module-044 .more {
	    padding: 12px 30px;
	    margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-044 p {
	    margin-bottom: 10px;
	}
	.module-044 p a{
		font-size: 14px;
	}
	.module-044 .more {
	    padding: 10px 25px;
	    margin-top: 10px;
	}
}



.module-045 {
	text-align: center;
	max-width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.module-045 .box{
	text-align: center;
	cursor: pointer;
}
.module-045 .box .title{
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 6px solid #f0f0f0;
	margin: 0 auto;
	font-size: 18px;
	margin-top: 15px;
}
.module-045 .swiper-slide-thumb-active .box .title{
	border-bottom: 6px solid #153a95;
}
@media screen and (max-width: 1440px) {
	.module-045 {
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-045 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-045 {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-045 {
		margin-bottom: 30px;
	}
	.module-045 .box .title {
	    font-size: 16px;
	}
	.module-045 .box img {
	    width: 45px;
	}
}
@media screen and (max-width: 767px) {
	.module-045 {
		margin-bottom: 25px;
	}
	.module-045 .box .title {
	    padding-bottom: 7px;
	    border-bottom: 5px solid #f0f0f0;
	    font-size: 14px;
	    margin-top: 10px;
	}
	.module-045 .swiper-slide-thumb-active .box .title{
		border-bottom: 5px solid #153a95;
	}
	.module-045 .box img {
	    width: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-045 {
		margin-bottom: 20px;
	}
	.module-045 .box .title {
	    padding-bottom: 5px;
	    border-bottom: 3px solid #f0f0f0;
	    font-size: 12px;
	    margin-top: 5px;
	}
	.module-045 .swiper-slide-thumb-active .box .title{
		border-bottom: 3px solid #153a95;
	}
	.module-045 .box img {
	    width: 36px;
	}
}


.module-046{
	margin-bottom: 50px;
	padding: 30px 15px;
	position: relative;
}
.module-046 .num{
	position: absolute;
	top: 0;
	left: 0;
	font-size: 100px;
	color: #dcdcdc;
	line-height: 1em;
}
.module-046 .title{
	position: relative;
	z-index: 1;
	font-size: 24px;
	color: #333333;
	margin-bottom: 15px;
}
.module-046 .note{
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #404040;
	line-height: 2em;
}
@media screen and (max-width: 1280px) {
	.module-046 .num {
	    font-size: 90px;
	}
}
@media screen and (max-width: 1199px) {
	.module-046 {
	    margin-bottom: 40px;
	}
	.module-046 .title {
	    font-size: 22px;
	}
	.module-046 .num {
	    font-size: 80px;
	}
}
@media screen and (max-width: 991px) {
	.module-046 {
	    margin-bottom: 30px;
	    padding: 25px 15px;
	}
	.module-046 .title {
	    font-size: 20px;
	}
	.module-046 .num {
	    font-size: 70px;
	}
}
@media screen and (max-width: 767px) {
	.module-046 {
	    margin-bottom: 20px;
	    padding: 20px 15px;
	}
	.module-046 .title {
	    font-size: 18px;
	}
	.module-046 .num {
	    font-size: 60px;
	}
}
@media screen and (max-width: 575px) {
	.module-046 {
	    margin-bottom: 10px;
	    padding: 15px 15px;
	}
	.module-046 .title {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.module-046 .note {
	    font-size: 12px;
	    line-height: 1.75em;
	}
	.module-046 .num {
	    font-size: 50px;
	}
}


.module-047{
	padding: 70px;
	max-width: 900px;
}
.module-047 .box{
	margin-bottom: 50px;
}
.module-047 .box:nth-last-of-type(1){
	margin-bottom: 0;
}
.module-047 .box .title{
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}
@media screen and (max-width: 1680px) {
	.module-047 {
	    padding: 50px;
	}
	.module-047 .box {
	    margin-bottom:20px;
	}
}
@media screen and (max-width: 1440px) {
	.module-047 {
	    padding: 40px;
	}
	.module-047 .box {
	    margin-bottom:25px;
	}
	.module-047 .box .note{
		font-size: 12px;
	}
}
@media screen and (max-width: 1280px) {
	.module-047 {
	    padding: 30px;
	}
	.module-047 .box {
	    margin-bottom:20px;
	}
	.module-047 .box .title {
	    font-size: 14px;
	}
	.module-047 .box .note{
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	.module-047 {
	    padding: 25px 20px 30px;
	}
	.module-047 .box .title {
	    font-size: 16px;
	}
	.module-047 .box .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 767px) {
	.module-047 {
	    padding: 20px 10px 25px;
	}
	.module-047 .box .title {
	    font-size: 16px;
	}
	.module-047 .box .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-047 {
	    padding: 25px 0 30px;
	}
	.module-047 .box .title {
	    font-size: 14px;
	}
	.module-047 .box .note{
		font-size: 12px;
	}
}

.module-048{
	margin-bottom: 50px;
}
.module-048 .title-en{
	color: #999999;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 15px;
}
.module-048 .title-cn{
	color: #333333;
	font-size: 34px;
	line-height: 1em;
}
@media screen and (max-width: 1680px) {
	.module-048 .title-cn{
		font-size: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-048 .title-cn{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-048 .title-cn{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-048{
		margin-bottom: 45px;
	}
	.module-048 .title-cn{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-048{
		margin-bottom: 40px;
	}
	.module-048 .title-cn{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-048{
		margin-bottom: 35px;
	}
	.module-048 .title-en{
		font-size: 14px;
	}
	.module-048 .title-cn{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-048{
		margin-bottom: 30px;
	}
	.module-048 .title-en{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.module-048 .title-cn{
		font-size: 18px;
	}
}

.module-049 .title{
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}
.module-049 .note{
	font-size: 14px;
	color: #333333;
	margin-bottom: 50px;
}
@media screen and (max-width: 1199px) {
	.module-049 .note{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-049 .note{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-049 .title{
		font-size: 16px;
	}
	.module-049 .note{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 575px) {
	.module-049 .title{
		font-size: 14px;
	}
	.module-049 .note{
		font-size: 12px;
		margin-bottom: 30px;
	}
}



.module-050{
	padding: 40px 70px;
	max-width: 900px;
}
@media screen and (max-width: 1280px) {
	.module-050{
		padding: 40px 60px;
		max-width: 100%;
	}
}
@media screen and (max-width: 1199px) {
	.module-050{
		padding: 40px 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-050{
		padding: 40px 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-050{
		padding: 35px 20px 5px;
	}
}
@media screen and (max-width: 767px) {
	.module-050{
		padding: 30px 10px 5px;
	}
}
@media screen and (max-width: 575px) {
	.module-050{
		padding: 25px 0px 0;
	}
}



.module-051{
	background-color: #fff;
	padding: 30px;
	text-align: center;
}
.module-051 .title{
	font-size: 14px;
	color: #333333;
	max-width: 200px;
	margin: 0 auto;
	margin-top: 15px;
}
@media screen and (max-width: 991px) {
	.module-051{
		margin-bottom: 15px;
		padding: 15px;
	}
	.module-051 img{
		width: 50px;
	}
	.module-051 .title{
		margin-top: 10px;
	}
	.module-051 .title{
		font-size: 12px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-051{
		margin-bottom: 30px;
		padding: 20px;
	}
	.module-051 img{
		width: 50px;
	}
}
@media screen and (max-width: 575px) {
	.module-051{
		margin-bottom: 15px;
		padding: 15px;
	}
	.module-051 img{
		width: 40px;
	}
	.module-051 .title{
		font-size: 12px;
		margin-top: 10px;
	}
}


.module-052{
	margin-bottom: 50px;
}
.module-052 .title-en{
	color: #fff;
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 15px;
}
.module-052 .title-cn{
	color: #fff;
	font-size: 34px;
	line-height: 1em;
}
@media screen and (max-width: 1680px) {
	.module-052 .title-cn{
		font-size: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-052 .title-cn{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-052 .title-cn{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-052{
		margin-bottom: 45px;
	}
	.module-052 .title-cn{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-052{
		margin-bottom: 40px;
	}
	.module-052 .title-cn{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-052{
		margin-bottom: 35px;
	}
	.module-052 .title-en{
		font-size: 14px;
	}
	.module-052 .title-cn{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-052{
		margin-bottom: 30px;
	}
	.module-052 .title-en{
		font-size: 12px;
		margin-bottom: 10px;
	}
	.module-052 .title-cn{
		font-size: 18px;
	}
}


.module-053 {
	font-size: 0;
}
.module-053 .box1 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 15px;
	font-weight: bold;
}
.module-053 .box1 input{
	font-size: 14px;
	border: none;
	outline: none;
	width: calc(100% - 52px);
}
.module-053 .box2 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 15px;
	font-weight: bold;
}
.module-053 .box2 input{ 
	font-size: 14px;
	border: none;
	outline: none;
	width: calc(100% - 80px);
}
@media screen and (max-width: 1199px) {
	.module-053 .box1 .title,
	.module-053 .box2 .title {
	    font-size: 14px;
	    margin-right: 15px;
	}
}
@media screen and (max-width: 991px) {
	.module-053 .box1,
	.module-053 .box2{
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.module-054 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 80px;
	vertical-align: middle;
	font-weight: bold;
}
.module-054 .select-box{
	display: inline-block;
	width: 120px;
	margin-right: 80px;
	vertical-align: middle;
}
.module-054 .select-box select{
	font-size: 14px;
	border: none;
	outline: none;
	width: 100%;
}
.module-054 .input-box{
	display: inline-block;
	width: calc(100% - 765px);
	vertical-align: middle;
}
.module-054 .input-box input{
	font-size: 14px;
	outline: none;
	border: none;
	width: 100%;
}
@media screen and (max-width: 1199px) {
	.module-054 .title {
	    font-size: 14px;
	    margin-right: 30px;
	}
	.module-054 .select-box {
	    margin-right: 30px;
	}
	.module-054 .input-box{
		width: calc(100% - 555px);
	}
}
@media screen and (max-width: 991px) {
	.module-054{
		padding-top: 15px;
	}
	.module-054 .title{
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.module-054 .select-box {
	    width: 100%;
		margin-bottom: 10px;
	}
	.module-054 .select-box select{
	    border: 1px solid #eeeeee;
		padding: 10px;
	}
	.module-054 .input-box{
		width: 100%;
	}
	.module-054 .input-box input{
		border: 1px solid #eeeeee;
		padding: 10px;
	}
}

.module-055 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 80px;
	vertical-align: middle;
	font-weight: bold;
}
.module-055 .box{
	display: inline-block;
	margin-right: 90px;
}
.module-055 .box .span1{
	color: #333333;
	font-size: 16px;
	margin-right: 15px;
	vertical-align: middle;
}
.module-055 .box .span1 input{
	margin-right: 10px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	font-size: 0;
}
.module-055 .box .span2{
	color: #999999;
	vertical-align: middle;
	font-size: 14px;
}
.module-055 .box .span2 input{
	border: none;
	border-bottom: 1px solid #e5e5e5;
	outline: none;
	width: 200px;
	text-align: center;
}
.module-055 .box:nth-last-of-type(1){
	margin-right: 0;
}
@media screen and (max-width: 1199px) {
	.module-055 .title{
		margin-right: 30px;
		font-size: 14px;
	}
	.module-055 .box .span1 {
	    font-size: 14px;
	    margin-right: 15px;
	}
	.module-055 .box .span2 {
	    font-size: 14px;
	}
	.module-055 .box{
		margin-right: 35px;
	}
	.module-055 .box .span1 input {
	    width: 15px;
	    height: 15px;
	}
}
@media screen and (max-width: 991px) {
	.module-055{
		padding-top: 15px;
	}
	.module-055 .title{
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.module-055 .box {
	    margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	.module-055 .box .span2 {
		display: inline-block;
	    width: calc(100% - 90px);
	}
	.module-055 .box .span2 input{
	    width: calc(100% - 60px);
	}
}



.module-056{
	margin-bottom: 80px;
}
@media screen and (max-width: 1680px) {
	.module-056{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-056{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1280px) {
	.module-056{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-056{
		margin-bottom: 40px;
	}
}

.module-057{
	text-align: center;
}
.module-057 input{
	background-color: #fff;
	padding: 10px 80px;
	background-color: #102484;
	color: #fff;
	border: 1px solid #102484;
	outline: none;
	cursor: pointer;
	transition: all .5s;
}
.module-057 input:hover{
	background-color: #fff;
	color: #102484;
}
@media screen and (max-width: 1680px) {
	.module-057 input{
		padding: 10px 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-057 input{
		padding: 10px 60px;
	}
}
@media screen and (max-width: 1280px) {
	.module-057 input{
		padding: 10px 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-057 input{
		padding: 10px 40px;
	}
}
@media screen and (max-width: 991px) {
	.module-057{
		margin-top: 10px;
	}
	.module-057 input{
		padding: 7px 30px;
		font-size: 14px;
	}
}


.module-058 .box{
	padding: 20px 50px;
	background-color: #fafafa;
	margin-bottom: 40px;
}
.module-058 .over-img{
	cursor: pointer;
	position: relative;
}
.module-058 .over-img::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: url(../img/ycl_yjjj_037.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,0.3);
	opacity: 0;
	transition: all .5s;
}
.module-058 .over-img:hover::after{
	opacity: 1;
}
.module-058 .tp{
	padding-bottom: 69.56%;
	transition: all .5s;
}
.module-058 .over-img:hover .tp{
	transform: scale(1.05);
}
.module-058 .title-box .title{
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
	transition: all .5s;
}
.module-058 .title-box .title:hover{
	color: #102484;
}
.module-058 .title-box  .note{
	font-size: 16px;
	color: #666666;
}
.module-058 .a-btn a{
	font-size: 14px;
	color: #666666;
	background-color: #fff;
	display: block;
	border-radius: 50px;
	padding: 7px 15px;
	text-align: center;
	max-width: 130px;
	border: 1px solid #eeeeee;
	margin: 0 auto;
}
.module-058 .a-btn a:hover{
	border: 1px solid #102484;
	color: #102484;
}
@media screen and (max-width: 1680px) {
	.module-058 .box {
	    padding: 20px 45px;
	}
}
@media screen and (max-width: 1440px) {
	.module-058 .box {
	    padding: 20px 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-058 .box {
	    padding: 20px 35px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-058 .box {
	    padding: 20px 30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-058 .title-box{
		margin-bottom: 15px;
	}
	.module-058 .over-img{
		margin-bottom: 15px;
	}
	.module-058 .box {
	    padding: 20px 25px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-058 .box {
	    padding: 20px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-058 .box {
	    padding: 15px;
		margin-bottom: 15px;
	}
	.module-058 .title-box .title{
		font-size: 14px;
	}
	.module-058 .title-box  .note{
		font-size: 12px;
	}
	.module-058 .a-btn a {
	    font-size: 12px;
	    padding: 7px 15px;
	    max-width: 130px;
	}
}


.module-059{
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}
.module-059 .note{
	color: #666666;
	line-height: 2em;
}


.module-060 {
	text-align: center;
}
.module-060 a{
	font-size: 0;
}
.module-060 a .img-box{
	vertical-align: middle;
}
.module-060 a .text{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	margin-left: 10px;
	text-decoration: underline;
}



.module-061{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}
.module-061 .mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	z-index: 99999;
}
.module-061 .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 60%;
	z-index: 999999;
}
.module-061 .box video{
	box-shadow: 0 0 30px 10px rgba(0,0,0,0.5);
}
.module-061 .cloes-btn{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}



.module-062{
	overflow: hidden;
	padding-bottom: 80px;
	position: relative;
}
.module-062 a{
	font-size: 0;
	display: block;
}
.module-062  .left{
	display: inline-block;
	width: 250px;
	vertical-align: middle;
}
.module-062 .right{
	display: inline-block;
	width: calc(100% - 310px);
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
}
.module-062 .tp{
	padding-bottom: 70%;
	transition: all .5s;
}
.module-062 .box:hover .tp{
	transform: scale(1.05);
}
.module-062 .title{
	color: #333333;
	font-size: 18px;
}
.module-062 hr{
	margin: 10px 0 15px;
}
.module-062 .note{
	color: #666666;
	font-size: 12px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.module-062 .more{
	color: #000000;
	font-size: 12px;
	margin-top: 10px;
}
.module-062 .swiper-pagination-bullet{
	width: 30px;
	height: 4px;
	border-radius: inherit;
}
.module-062 .swiper-pagination-bullet {
    background: #999999;
}
.module-062 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #102484;
}
@media screen and (max-width: 1280px) {
	.module-062 .title {
	    font-size: 16px;
	}
	.module-062  .left{
		width: 200px;
	}
	.module-062 .right{
		width: calc(100% - 230px);
		padding-left: 30px;
		padding-right: 0;
	}
}
@media screen and (max-width: 1199px) {
	.module-062{
		padding-bottom: 70px;
	}
	.module-062 .title {
	    font-size: 14px;
	}
	.module-062  .left{
		width: 250px;
	}
	.module-062 .right{
		width: calc(100% - 310px);
	}
}
@media screen and (max-width: 991px) {
	.module-062{
		padding-bottom: 60px;
	}
	.module-062  .left{
		width: 200px;
	}
	.module-062 .right{
		width: calc(100% - 230px);
		padding-left: 30px;
		padding-right: 0;
	}
}
@media screen and (max-width: 767px) {
	.module-062{
		padding-bottom: 50px;
	}
	.module-062  .left{
		width: 150px;
	}
	.module-062 .right{
		width: calc(100% - 165px);
		padding-left: 15px;
		padding-right: 0;
	}
}
@media screen and (max-width: 575px) {
	.module-062{
		padding-bottom: 40px;
	}
	.module-062 hr{
		display: none;
	}
	.module-062 .title{
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.module-062  .left{
		width: 100%;
		display: block;
	}
	.module-062 .right {
	    width: 100%;
		display: block;
	    padding-left: 0px;
	    padding-right: 0px;
		padding-top: 15px;
	}
	.module-062 .note{
		overflow:auto;
		text-overflow:inherit;
		display:block; 
		-webkit-box-orient:inherit;
		-webkit-line-clamp:inherit; 
	}
}