/*# sourceURL=/template/default/style/css/lib.css */
/*@ sourceURL=/template/default/style/css/lib.css */
@charset "utf-8";

@font-face {
	font-family: "Luzia-Regular-2";
	src: url("http://www.ylsbcz.com/template/default/style/fonts/Luzia-Regular-2.otf");
}
@font-face {
	font-family: "Luzia-RegularItalic-3";
	src: url("http://www.ylsbcz.com/template/default/style/fonts/Luzia-RegularItalic-3.otf");
}
.searchss{display:block !important}
.wap-search{border: 1px solid gray;}
.waps{display:block !important}
/*bootstrap4 一行五列补充*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-1-5 {
	flex: 0 0 20%;
	max-width: 20%;
	-ms-flex: 0 0 20%;
}

@media (min-width: 576px) {
	.col-sm-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 768px) {
	.col-md-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 992px) {
	.col-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 1200px) {
	.col-xl-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
 /*bootstrap4 一行五列补充 end*/

/* 一行五列 */
@media (min-width: 992px) {
	.col-lg-bfb-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(20% - 12px);
		-ms-flex: 0 0 calc(20% - 12px);
		flex: 0 0 calc(20% - 12px);
		max-width: calc(20% - 12px);
		margin-right: 15px;
	}
	.col-lg-bfb-20:nth-last-of-type(1) {
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.col-xl-bfb-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(20% - 24px);
		-ms-flex: 0 0 calc(20% - 24px);
		flex: 0 0 calc(20% - 24px);
		max-width: calc(20% - 24px);
		margin-right: 30px;
	}

	.col-xl-bfb-20:nth-last-of-type(1) {
		margin-right: 0;
	}
}
/* 一行五列 end */

body {
	font-family: Arial, "微软雅黑", "microsoft yahei" !important;
	min-width: 320px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
a,
p {
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12;
}

li {
	font-size: 14px;
}

p,
a {
	text-decoration: none !important;
	font-size: 14px;
}

.over-img {
	overflow: hidden;
	position: relative;
}

.eli-padd {
	padding-left: 0;
	padding-right: 0;
}

.xysimg {
	height: 0;
	position: relative;
	overflow: hidden;
}

.xysimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: block;
}

.default-align-right {
	text-align: right;
}

.default-padd-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.default-padd-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.default-padd-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.padd-bottom-0 {
	padding-bottom: 0 !important;
}

.default-container {
	max-width: 1200px;
	margin: 0 auto;
}

.default-ny-container {
	max-width: 1440px;
	margin: 0 auto;
}

.default-index-container {
	max-width: 1680px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.default-padd-30 {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*模块上下边距*/
.container-padd-tb150 {
	padding-top: 150px;
	padding-bottom: 150px;
}
.container-padd-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.container-padd-tb90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.container-padd-tb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.container-padd-tb70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.container-padd-tb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.container-padd-tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.container-padd-t100 {
	padding-top: 100px;
}

.container-padd-t90 {
	padding-top: 90px;
}

.container-padd-t80 {
	padding-top: 80px;
}

.container-padd-t70 {
	padding-top: 70px;
}

.container-padd-t60 {
	padding-top: 60px;
}

.container-padd-t50 {
	padding-top: 50px;
}

.container-padd-b100 {
	padding-bottom: 100px;
}

.container-padd-b90 {
	padding-bottom: 90px;
}

.container-padd-b80 {
	padding-bottom: 80px;
}

.container-padd-b70 {
	padding-bottom: 70px;
}

.container-padd-b60 {
	padding-bottom: 60px;
}

.container-padd-b50 {
	padding-bottom: 50px;
}

@media screen and (max-width: 1680px) {
	.container-padd-tb100 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.container-padd-t100 {
		padding-top: 90px;
	}

	.container-padd-b100 {
		padding-bottom: 90px;
	}
}

@media screen and (max-width: 1440px) {

	.container-padd-tb100,
	.container-padd-tb90 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.container-padd-t100,
	.container-padd-t90 {
		padding-top: 80px;
	}

	.container-padd-b100,
	.container-padd-b90 {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1280px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80 {
		padding-top: 70px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80 {
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 1199px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70 {
		padding-top: 60px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70 {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 991px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60 {
		padding-top: 50px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 40px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 575px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 30px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 30px;
	}
}

/*模块上下边距 end*/

/*元素边距*/
.model-padd-t10 {
	padding-top: 10px;
}

.model-padd-t20 {
	padding-top: 20px;
}

.model-padd-t30 {
	padding-top: 30px;
}

.model-padd-t40 {
	padding-top: 40px;
}

.model-padd-t50 {
	padding-top: 50px;
}

.model-padd-t60 {
	padding-top: 60px;
}

.model-padd-t70 {
	padding-top: 70px;
}

.model-padd-t80 {
	padding-top: 20px;
}

.model-padd-b10 {
	padding-bottom: 10px;
}

.model-padd-b20 {
	padding-bottom: 20px;
}

.model-padd-b30 {
	padding-bottom: 30px;
}

.model-padd-b40 {
	padding-bottom: 40px;
}

.model-padd-b50 {
	padding-bottom: 50px;
}

.model-padd-b60 {
	padding-bottom: 60px;
}

.model-padd-b70 {
	padding-bottom: 70px;
}

.model-padd-b80 {
	padding-bottom: 80px;
}


.model-padd-l10 {
	padding-left: 10px;
}

.model-padd-l20 {
	padding-left: 20px;
}

.model-padd-l30 {
	padding-left: 30px;
}

.model-padd-l40 {
	padding-left: 40px;
}

.model-padd-l50 {
	padding-left: 50px;
}

.model-padd-l60 {
	padding-left: 60px;
}

.model-padd-l70 {
	padding-left: 70px;
}

.model-padd-r10 {
	padding-right: 10px;
}

.model-padd-r20 {
	padding-right: 20px;
}

.model-padd-r30 {
	padding-right: 30px;
}

.model-padd-r40 {
	padding-right: 40px;
}

.model-padd-r50 {
	padding-right: 50px;
}

.model-padd-r60 {
	padding-right: 60px;
}

.model-padd-r70 {
	padding-right: 70px;
}

.model-margin-l-60{
	margin-left: -60px;
}
.model-margin-r-60{
	margin-right: -60px;
}
@media screen and (max-width: 1680px) {
	.model-padd-t80 {
		padding-top: 70px;
	}

	.model-padd-b80 {
		padding-bottom: 70px;
	}

	.model-padd-l70 {
		padding-left: 55px;
	}

	.model-padd-r70 {
		padding-right: 55px;
	}
}

@media screen and (max-width: 1440px) {
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 60px;
	}

	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 60px;
	}

	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 40px;
	}

	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 40px;
	}
	
	.model-margin-l-60{
		margin-left: -40px;
	}
	
	.model-margin-r-60{
		margin-right: -40px;
	}
}

@media screen and (max-width: 1199px) {

	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 50px;
	}

	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 50px;
	}

	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 25px;
	}

	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 25px;
	}
	
	.model-margin-l-60{
		margin-left: -25px;
	}
	
	.model-margin-r-60{
		margin-right: -25px;
	}
}

@media screen and (max-width: 991px) {

	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 40px;
	}

	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 40px;
	}

	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: -10px;
	}
	
	.model-margin-r-60{
		margin-right: -10px;
	}
}

@media screen and (max-width: 767px) {

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 30px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 30px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left:15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: 0;
	}
	
	.model-margin-r-60{
		margin-right: 0;
	}
}

@media screen and (max-width: 575px) {
	.model-padd-t30 {
		padding-top: 15px;
	}

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 25px;
	}

	.model-padd-b30 {
		padding-bottom: 15px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 25px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
}

/*元素边距 end*/

/*编辑版开始*/
.bjb {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.bjb.padd0{
	padding-top: 0;
	padding-bottom: 0;
}

.bjb img {
	max-width: 100%;
	height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p {
	color: #666666;
}

.bjb p {
	line-height: 2em;
	font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1366px) {
	.bjb {
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.bjb {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*编辑版结束*/
@media screen and (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 575px) {
	.hidden-xs {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

.bgcolor1{
	background-color: #fbf9f8;
}
.bgcolor2{
	background-color: #faf3e5;
}
.bgcolor3{
	background-color: #f7eedd;
}
.bgcolor4{
	background-color: #f7f7f7;
}
.bgcolor5{
	background-color: #f9f9f9;
}
.bgcolor6{
	background-color: #f2f5f6;
}
.bgcolor7{
	border-bottom: 1px solid #f5f5f5;
}
.bgcolor8{
	background-color: #f8f8f8;
}

.bgimg1 {
	background-image: url("http://www.ylsbcz.com/template/default/style/css/img/ycl_mt_011.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg2 {
	background-image: url("http://www.ylsbcz.com/template/default/style/css/img/ycl_mt_013.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg3 {
	background-image: url("http://www.ylsbcz.com/template/default/style/css/img/ycl_mt_021.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg4{
	background-image: url("http://www.ylsbcz.com/template/default/style/css/img/ycl_mt_041.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg5{
	background-image: url("http://www.ylsbcz.com/template/default/style/css/img/ycl_mt_043.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top;
}
.bgimg6{
	background-image: url("http://www.ylsbcz.com/template/default/style/css/img/ycl_mt_047.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg7{
	background-image: url("http://www.ylsbcz.com/template/default/style/css/img/ycl_mt_048.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}



.module-029 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.module-029 .left ul>li{
	display: inline-block;
	margin-right: 30px;
}
.module-029 .left ul>li>a{
	display: inline-block;
	padding: 15px;
	color: #333333;
}
.module-029 .left ul>li.active>a,
.module-029 .left ul>li>a:hover{
	background-color: #1d59a8;
	color: #fff;
}
.module-029 .right a{
	color: #1d59a8;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
	.module-029 .left ul>li>a{
		padding: 12px;
		font-size: 14px;
	}
	.module-029 .left ul>li {
	    margin-right: 15px;
	}
	.module-029 .right a {
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-029 {
		padding: 10px 0;
	}
	.module-029 .left{
		width: calc(100% - 50px);
	}
	.module-029 .left ul>li>a{
		padding: 10px;
		font-size: 12px;
	}
	.module-029 .left ul>li {
	    margin-right: 10px;
	}
	.module-029 .right a {
	    font-size: 12px;
	}
}


.module-030{
	margin-bottom: 70px;
}
.module-030 a{
	text-decoration: none;
	display: block;
}
.module-030 .img-box{
	position: relative;
}
.module-030 .tpcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
}
.module-030 .tpcover:hover{
    opacity: 0;
}
.module-030 a .over-img{
	-webkit-transition: all .5s;
	transition: all .5s;
}
.module-030 a .tp{
    -webkit-transition: all .5s;
    transition: all .5s;
	padding-bottom: 100%;
}
.module-030 a:hover .tp{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.module-030 .text-box{
	text-align: center;
	padding-top: 25px;
}
.module-030 .text-box .title{
	font-size: 22px;
	color: #333333;
}
.module-030 .text-box .cla{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
.module-030 .text-box .note{
	font-size: 14px;
	color: #999999;
	margin-top: 15px;
}
@media screen and (max-width:1680px) {
	.module-030{
		margin-bottom: 60px;
	}
}
@media screen and (max-width:1440px) {
	.module-030{
		margin-bottom: 55px;
	}
}
@media screen and (max-width:1280px) {
	.module-030{
		margin-bottom: 50px;
	}
}
@media screen and (max-width:1199px) {
	.module-030{
		margin-bottom: 45px;
	}
	.module-030 .text-box .title{
		font-size: 20px;
	}
}
@media screen and (max-width:991px) {
	.module-030{
		margin-bottom: 40px;
	}
	.module-030 .text-box{
		padding-top: 20px;
	}
	.module-030 .text-box .title{
		font-size: 18px;
	}
}
@media screen and (max-width:767px) {
	.module-030{
		margin-bottom: 35px;
	}
	.module-030 .text-box{
		padding-top: 15px;
	}
	.module-030 .text-box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-030{
		margin-bottom: 30px;
	}
	.module-030 .text-box{
		padding-top: 10px;
	}
	.module-030 .text-box .title{
		font-size: 12px;
	}
	.module-030 .text-box .cla {
	    font-size: 12px;
	    margin-top: 10px;
	}
	.module-030 .text-box .note {
	    font-size: 12px;
	    margin-top: 10px;
	}
}


.module-031{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.module-031 .left ul{
	display: inline-block;
	vertical-align: middle;
}
.module-031 .left ul>li{
	display: inline-block;
}
.module-031 .left ul>li::after{
	content: "/";
	color: #666666;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
}
.module-031 .left ul>li:nth-last-of-type(1)::after{
	content: "";
	display: none;
}
.module-031 .left ul>li>a{
	display: inline-block;
	color: #666666;
	transition: all .5s;
	font-size: 14px;
}
.module-031 .left ul>li>a:hover{
	color: #1d59a8;
}
.module-031 .right a{
	color: #333;
	font-size: 12px;
}
.module-031 .right a:hover{
	color: #1d59a8;
}
@media screen and (max-width: 767px){
	.module-031{
		padding: 15px 0;
	}
}
@media screen and (max-width: 575px){
	.module-031{
		padding: 10px 0;
	}
}


.module-032 {
	padding: 55px 0 40px;
}
.module-032 .left{
	display: inline-block;
	vertical-align: middle;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #efefef;
}
.module-032 .left .title{
	font-size: 30px;
	color: #333333;
}
.module-032 .right{
	vertical-align: middle;
	display: inline-block;
	max-width: 780px;
}
.module-032 .right .note{
	line-height: 1.5em;
	color: #666666;
}
@media screen and (max-width: 1440px){
	.module-032 .left .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px){
	.module-032 .left{
		display: block;
		vertical-align: middle;
		padding-right: 0;
		margin-right: 0;
		margin-bottom: 15px;
		border-right: none;
	}
	.module-032 .right{
		display: block;
		max-width: 100%;
	}
	.module-032 {
		padding: 50px 0 40px;
	}
	.module-032 .left .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px){
	.module-032 {
		padding: 45px 0 35px;
	}
	.module-032 .left .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px){
	.module-032 {
		padding: 40px 0 30px;
	}
	.module-032 .left .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px){
	.module-032 {
		padding: 30px 0 25px;
	}
	.module-032 .left .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px){
	.module-032 {
		padding: 20px 0 20px;
	}
	.module-032 .left .title{
		font-size: 18px;
	}
	.module-032 .right .note{
		font-size: 12px;
		line-height: 1.75em;
	}
}


.module-033 iframe{
	border: none;
	width: 100%;
	height: 700px;
}
@media screen and (max-width: 991px){
	.module-033 iframe{
		height: 580px;
	}
}
@media screen and (max-width: 767px){
	.module-033 iframe{
		height: 480px;
	}
}
@media screen and (max-width: 575px){
	.module-033 iframe{
		height: 380px;
	}
}


.module-034 .title .t1{
	font-size: 24px;
	color: #333333;
	font-family: "Luzia-Regular-2";
	vertical-align: middle;
}
.module-034 .title .t2{
	font-size: 20px;
	color: #999999;
	margin-left: 20px;
	margin-right: 10px;
	vertical-align: middle;
	line-height: 1em;
}
.module-034 .title .t3{
	font-size: 20px;
	color: #999999;
	vertical-align: middle;
}
@media screen and (max-width: 991px) {
	.module-034 .title .t1{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-034 .title .t1{
		font-size: 20px;
	}
	.module-034 .title .t2{
		font-size: 18px;
	}
	.module-034 .title .t3{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-034 .title .t1{
		font-size: 18px;
	}
	.module-034 .title .t2{
		font-size: 16px;
		margin-left: 15px;
	}
	.module-034 .title .t3{
		font-size: 16px;
	}
}



.module-035{
	margin-bottom: 45px;
}
.module-035 p .t{
	color: #999999;
	font-size: 16px;
	vertical-align: middle;
}
.module-035 p .n{
	color: #333333;
	font-size: 16px;
	vertical-align: middle;
}
@media screen and (max-width: 1280px) {
	.module-035{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-035{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-035{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-035{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-035{
		margin-bottom: 20px;
	}
	.module-035 p .t{
		font-size: 14px;
	}
	.module-035 p .n{
		font-size: 14px;
	}
}


.module-036 {
	display: inline-block;
}
.module-036 a{
	padding: 10px 20px;
	display: block;
	border: 1px solid #eeeeee;
	transition: all .5s;
}
.module-036 img{
	vertical-align: middle;
}
.module-036 span{
	vertical-align: middle;
	margin-left: 10px;
	color: #333333;
	font-size: 12px;
	transition: all .5s;
}
.module-036 a:hover{
	background-color: #1d59a8;
	border: 1px solid #1d59a8;
}
.module-036 a:hover span{
	color: #fff;
}

.module-037{
	margin-bottom: 60px;
	cursor: pointer;
}
.module-037 .tp{
	padding-bottom: 200%;
	transition: all .5s;
}
.module-037:hover .tp{
	transform: scale(1.05);
}
.module-037 .title{
	margin-top: 20px;
	font-size: 18px;
	color: #999999;
	text-align: center;
}
.module-037 .icon-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.25);
	opacity: 0;
	transition: all .5s;
}
.module-037:hover .icon-box{
	opacity: 1;
}
.module-037 .icon-box i{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 30px;
	color: #fff;
}
@media screen and (max-width: 991px){
	.module-037 {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.module-037 {
	    margin-bottom: 40px;
	}
	.module-037 .title{
		margin-top: 15px;
		font-size: 16px;
	}
}
@media screen and (max-width: 575px){
	.module-037 {
	    margin-bottom: 30px;
	}
	.module-037 .title{
		margin-top: 10px;
		font-size: 14px;
	}
}


.module-038{
	position: relative;
}
.module-038 .swiper-product-container{
	overflow: hidden;
}
.module-038 .tp{
	padding-bottom: 66%;
}
.module-038 .swiper-index-box3-container{
	overflow: hidden;
}
.module-038 .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    border-radius: inherit;
	opacity: 1;
	background-color: #e9e9e9;
}
.module-038 .swiper-pagination-bullet-active {
    background: #1d59a8;
}
.module-038 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 20px;
}
.module-038 .swiper-product-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -90px;
	width: 60px;
	height: 60px;
	border: 1px solid #dadada;
	cursor: pointer;
	transition: all .5s;
	z-index: 1;
	background-color: #fff;
}
.module-038 .swiper-product-prev:hover{
	background-color: #1d59a8;
	border: 1px solid #1d59a8;
}
.module-038 .swiper-product-prev::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform:translate(-25%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-038 .swiper-product-prev:hover::after{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform:translate(-100%,-50%) rotate(135deg);
}
.module-038 .swiper-product-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -90px;
	width: 60px;
	height: 60px;
	border: 1px solid #dadada;
	cursor: pointer;
	transition: all .5s;
	z-index: 1;
	background-color: #fff;
}
.module-038 .swiper-product-next:hover{
	background-color: #1d59a8;
	border: 1px solid #1d59a8;
}
.module-038 .swiper-product-next::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform:translate(-75%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-038 .swiper-product-next:hover::after{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform:translate(0%,-50%) rotate(135deg);
}
@media screen and (max-width: 1680px) {
	.module-038 .swiper-product-prev{
		left: 10px;
	}
	.module-038 .swiper-product-next{
		right: 10px;
	}
}
@media screen and (max-width: 991px) {
	.module-038 .swiper-pagination-bullet {
	    width: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-038 .swiper-pagination-bullet {
	    width: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-038 .swiper-pagination-bullet {
	    width: 15px;
	}
}




.module-039 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.module-039 ul>li{
	display: inline-block;
	margin-right: 50px;
}
.module-039 ul>li>a{
	display: inline-block;
	padding: 13px 35px;
	color: #333333;
}
.module-039 ul>li.active>a,
.module-039 ul>li>a:hover{
	background-color: #1d59a8;
	color: #fff;
}
@media screen and (max-width: 767px) {
	.module-039 ul>li>a{
		padding: 11px 25px;
		font-size: 14px;
	}
	.module-039 ul>li {
	    margin-right: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-039 {
		padding: 10px 0;
	}
	.module-039 ul>li>a{
		padding: 10px 15px;
		font-size: 12px;
	}
	.module-039 ul>li {
	    margin-right: 10px;
	}
}


.module-040 {
	padding-bottom: 90px;
	margin-bottom: 80px;
	border-bottom: 1px solid #f5f5f5;
}
.module-040 .tp{
	padding-bottom: 56.57%;
	transition: all .5s;
}
.module-040 a:hover .tp{
	transform: scale(1.05);
}
.module-040 .text-box{
	padding-left: 40px;
}
.module-040 .text-box .title{
	font-size: 26px;
	color: #000000;
}
.module-040 .text-box .date{
	color: #999999;
	font-size: 22px;
	margin-top: 35px;
}
.module-040 .text-box .note{
	color: #666666;
	font-size: 14px;
	line-height: 2em;
	margin-top: 30px;
}
.module-040 .text-box .bt{
	margin-top: 60px;
	display: inline-block;
	padding: 12px 25px;
	font-size: 12px;
	color: #04769f;
	border: 1px solid #e8e8e8;
	transition: all .5s;
}
.module-040 a:hover .text-box .bt{
	color: #fff;
	background-color: #04769f;
	border: 1px solid #04769f;
}
@media screen and (max-width: 1680px) {
	.module-040 {
	    padding-bottom: 70px;
	    margin-bottom: 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-040 {
	    padding-bottom: 60px;
	    margin-bottom: 60px;
	}
	.module-040 .text-box {
	    padding-left: 20px;
	}
	.module-040 .text-box .title {
	    font-size: 22px;
	}
	.module-040 .text-box .date {
	    font-size: 18px;
	    margin-top: 25px;
	}
	.module-040 .text-box .note {
	    margin-top: 25px;
	}
	.module-040 .text-box .bt {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 1199px) {
	.module-040 {
	    padding-bottom: 50px;
	    margin-bottom: 50px;
	}
	.module-040 .text-box {
	    padding-left: 10px;
	}
	.module-040 .text-box .title {
	    font-size: 20px;
	}
	.module-040 .text-box .date {
	    font-size: 16px;
	    margin-top: 25px;
	}
	.module-040 .text-box .note {
	    margin-top: 25px;
	}
	.module-040 .text-box .bt {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-040 {
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	}
	.module-040 .text-box {
		padding-left: 0;
	}
	.module-040 .text-box .title {
	    font-size: 18px;
	}
	.module-040 .text-box .date {
	    font-size: 14px;
	    margin-top: 15px;
	}
	.module-040 .text-box .note {
	    font-size: 12px;
	    line-height: 1.75em;
	    margin-top: 15px;
	}
	.module-040 .text-box .bt {
	    margin-top: 15px;
	    padding: 10px 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-040 {
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.module-040 .text-box {
		padding-top: 30px;
	    padding-left: 0;
	}
	.module-040 .text-box .title {
	    font-size: 20px;
	}
	.module-040 .text-box .date {
	    font-size: 18px;
	    margin-top: 20px;
	}
	.module-040 .text-box .note {
	    margin-top: 20px;
	}
	.module-040 .text-box .bt {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-040 {
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.module-040 .text-box {
		padding-top: 15px;
	}
	.module-040 .text-box .title {
	    font-size: 18px;
	}
	.module-040 .text-box .date {
	    font-size: 14px;
	    margin-top: 15px;
	}
	.module-040 .text-box .note {
	    font-size: 12px;
	    line-height: 1.75em;
	    margin-top: 15px;
	}
	.module-040 .text-box .bt {
	    margin-top: 15px;
	    padding: 12px 25px;
	}
}



.module-041 {
	margin-bottom: 120px;
}
.module-041 .tp{
	padding-bottom: 63%;
	transition: all .5s;
}
.module-041 a:hover .tp{
	transform: scale(1.05);
}
.module-041 .text-box .title{
	font-size: 24px;
	color: #000000;
}
.module-041 .text-box .note{
	color: #666666;
	font-size: 14px;
	line-height: 2em;
	margin-top: 15px;
}
.module-041 .text-box .date-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}
.module-041 .text-box .date-box .date{
	color: #999999;
	font-size: 16px;
}
.module-041 .text-box .date-box .bt{
	display: inline-block;
	padding: 12px 25px;
	font-size: 12px;
	color: #04769f;
	border: 1px solid #e8e8e8;
	transition: all .5s;
}
.module-041 a:hover .text-box .date-box .bt{
	color: #fff;
	background-color: #04769f;
	border: 1px solid #04769f;
}
@media screen and (max-width: 1280px) {
	.module-041{
		margin-bottom: 100px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 1199px) {
	.module-041{
		margin-bottom: 80px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-041{
		margin-bottom: 60px;
	}
	.module-041 .text-box .title {
	    font-size: 22px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-041{
		margin-bottom: 40px;
	}
	.module-041 .text-box{
		padding-top: 30px;
	}
	.module-041 .text-box .title {
	    font-size: 20px;
	}
	.module-041 .text-box .date-box {
	    margin-top: 25px;
	}
	.module-041 .text-box .date-box .date {
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-041{
		margin-bottom: 20px;
	}
	.module-041 .text-box{
		padding-top: 15px;
	}
	.module-041 .text-box .title {
	    font-size: 18px;
	}
	.module-041 .text-box .note {
	    font-size: 12px;
		line-height: 1.75em;
	}
	.module-041 .text-box .date-box {
	    margin-top: 15px;
	}
	.module-041 .text-box .date-box .date {
	    font-size: 12px;
	}
	.module-041 .text-box .date-box .bt{
		padding: 10px 20px;
	}
}




.module-042 {
	border-bottom: 1px solid #f5f5f5;
	margin-bottom: 30px;
}
.module-042 .title{
	font-size: 26px;
	color: #333333;
	margin-bottom: 15px;
}
.module-042 .note{
	font-size: 12px;
	color: #999999;
}
.module-042 .note span{
	display: inline-block;
	margin-right: 40px;
	color: #999999;
	margin-bottom: 20px;
}
.module-042 .note span:nth-last-of-type(1){
	margin-right: 0px;
}
@media screen and (max-width: 1280px) {
	.module-042 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-042 .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-042 .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-042 .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-042 .title {
	    font-size: 16px;
	}
	.module-042 .note span {
	    margin-right: 30px;
	    margin-bottom: 15px;
	}
	.module-042 {
	    margin-bottom: 20px;
	}
}

.module-043{
	margin-bottom: 30px;
	margin-top: 120px;
}
.module-043 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-043 a{
	display: block;
	text-decoration: none;
	color: #333333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfe1e4;
	position: relative;
	font-size: 0;
}
.module-043 a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1d59a8;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.module-043 a:hover:after{
	width: 100%;
}
.module-043 a .left{
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
.module-043 a .left .tp{
	padding-bottom: 80%;
}
.module-043 a .right{
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: top;
	padding-left: 15px;
}
.module-043 a .right .title{
	margin-bottom: 5px;
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
}
.module-043 a .right .date{
	color: #999999;
	font-size: 12px;
}


.module-044 video{
	margin-bottom: 15px;
}
.module-044 .bjb{
	padding: 0;
}



.module-045{
	margin-bottom: 30px;
}
.module-045 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-045 a{
	display: block;
	text-decoration: none;
	color: #333333;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dfe1e4;
	position: relative;
	font-size: 0;
}
.module-045 a:after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #1d59a8;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.module-045 a:hover:after{
	width: 100%;
}
.module-045 a .left{
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
.module-045 a .left .tp{
	padding-bottom: 100%;
}
.module-045 a .right{
	display: inline-block;
	width: calc(100% - 100px);
	vertical-align: top;
	padding-left: 15px;
}
.module-045 a .right .title{
	margin-bottom: 10px;
	color: #000000;
	font-size: 14px;
	line-height: 1.5em;
}
.module-045 a .right .date{
	color: #999999;
	font-size: 12px;
}
.module-045 a .right .note{
	margin-top: 15px;
}


.module-046{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 55px;
}
.module-046 a{
	display: inline-block;
}
.module-046 .left .icon{
	display: inline-block;
	height: 10px;
	width: 10px;
	border-bottom: 1px solid #a3a3a3;
	border-left: 1px solid #a3a3a3;
	transform: rotate(45deg);
	transition: all .5s;
}
.module-046 .left a:hover .icon{
	border-bottom: 1px solid #1d59a8;
	border-left: 1px solid #1d59a8;
}
.module-046 .left .text{
	color: #4e4e4e;
	margin-left: 5px;
	transition: all .5s;
}
.module-046 .left a:hover .text{
	color: #1d59a8;
}
.module-046 .right .icon{
	display: inline-block;
	height: 10px;
	width: 10px;
	border-top: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	transform: rotate(45deg);
	transition: all .5s;
}
.module-046 .right a:hover .icon{
	border-top: 1px solid #1d59a8;
	border-right: 1px solid #1d59a8;
}
.module-046 .right .text{
	color: #4e4e4e;
	margin-right: 5px;
	transition: all .5s;
}
.module-046 .right a:hover .text{
	color: #1d59a8;
}
@media screen and (max-width: 991px) {
	.module-046{
		margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-046{
		margin-top: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-046{
		margin-top: 30px;
	}
}



.module-047{
	text-align: center;
	margin-bottom: 50px;
}
.module-047 .title{
	font-size: 32px;
	color: #000000;
}
@media screen and (max-width: 1680px) {
	.module-047{
		margin-bottom: 40px;
	}
	.module-047 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-047{
		margin-bottom: 35px;
	}
	.module-047 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-047{
		margin-bottom: 30px;
	}
	.module-047 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-047{
		margin-bottom: 25px;
	}
	.module-047 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-047{
		margin-bottom: 20px;
	}
	.module-047 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-047{
		margin-bottom: 15px;
	}
	.module-047 .title{
		font-size: 18px;
	}
}


.module-048{
	border: 1px solid #333333;
	font-size: 0;
	max-width: 800px;
	margin: 0 auto;
	transition: all .5s;
}
.module-048:hover{
	border: 1px solid #1d59a8;
}
.module-048 select{
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 100px;
}
.module-048 input{
	width: calc(100% - 151px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-048 a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #a1a1a1;
	vertical-align: middle;
}
.module-048 a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-048 a:hover i{
	color: #1d59a8;
}
@media screen and (max-width: 991px) {
	.module-048 input {
	    font-size: 12px;
	    padding: 7px 10px;
		width: calc(100% - 140px);
	}
	.module-048 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-048{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-048{
		margin-bottom: 10px;
	}
	.module-048 input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-048 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}



.module-049{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}
.module-049 span{
	color: #333333;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
.module-049 a{
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 30px;
	background-color: #f5f5f5;
	border-radius: 50px;
	margin-right: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}
.module-049 a:hover{
	background-color: #1d59a8;
	color: #fff;
}
@media screen and (max-width:991px) {
	.module-049 a{
		padding: 7px 25px;
	}
}
@media screen and (max-width:767px) {
	.module-049 a{
		padding: 7px 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-049 a{
		padding: 7px 15px;
		margin-right: 15px;
		font-size: 12px;
	}
}


.module-050 .text{
	font-size: 18px;
	color: #333333;
	margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
	.module-050 .text{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-050 .text{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-050 .text{
		font-size: 16px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-050 .text{
		font-size: 14px;
		margin-bottom: 20px;
	}
}



.module-051 .title{
	color: #333333;
	font-size: 48px;
	max-width: 400px;
	line-height: 1.3em;
}
.module-051 .note{
	color: #666666;
	font-size: 16px;
	max-width: 520px;
	line-height: 1.75em;
	margin-top: 50px;
}
@media screen and (max-width: 1680px) {
	.module-051 .title{
		font-size: 44px;
	}
	.module-051 .note{
		margin-top: 45px;
	}
}
@media screen and (max-width: 1440px) {
	.module-051 .title{
		font-size: 40px;
	}
	.module-051 .note{
		margin-top: 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-051 .title{
		font-size: 36px;
	}
	.module-051 .note{
		margin-top: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-051 .title{
		font-size: 32px;
	}
	.module-051 .note{
		margin-top: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-051 .title{
		font-size: 28px;
	}
	.module-051 .note{
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-051 .title{
		font-size: 24px;
	}
	.module-051 .note{
		max-width: 100%;
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-051 .title{
		font-size: 20px;
	}
	.module-051 .note{
		font-size: 14px;
		margin-top: 15px;
	}
}


.module-052 .title{
	font-size: 48px;
	color: #fff;
}
.module-052 .title-f{
	font-size: 36px;
	color: #fff;
	margin-top: 20px;
}
.module-052 .note{
	font-size: 16px;
	color: #cccccc;
	line-height: 1.5em;
	max-width: 710px;
	margin-top: 40px;
}
@media screen and (max-width:1680px) {
	.module-052 .title{
		font-size: 44px;
	}
	.module-052 .title-f {
	    font-size: 32px;
	}
}
@media screen and (max-width:1440px) {
	.module-052 .title{
		font-size: 40px;
	}
	.module-052 .title-f {
	    font-size: 28px;
	}
}
@media screen and (max-width:1280px) {
	.module-052 .title{
		font-size: 36px;
	}
	.module-052 .title-f {
	    font-size: 24px;
	}
}
@media screen and (max-width:1199px) {
	.module-052 .title{
		font-size: 32px;
	}
	.module-052 .title-f {
	    font-size: 20px;
	}
	.module-052 .note {
	    margin-top: 35px;
	}
}
@media screen and (max-width:991px) {
	.module-052 .title{
		font-size: 28px;
	}
	.module-052 .title-f {
	    font-size: 18px;
	}
	.module-052 .note {
	    margin-top: 30px;
	}
}
@media screen and (max-width: 757px) {
	.module-052 .title{
		font-size: 24px;
	}
	.module-052 .title-f {
	    font-size: 16px;
	}
	.module-052 .note {
	    font-size: 14px;
	    margin-top: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-052 .title{
		font-size: 20px;
	}
	.module-052 .title-f {
	    font-size: 14px;
	    margin-top: 15px;
	}
	.module-052 .note {
	    font-size: 12px;
	    margin-top: 20px;
	}
}


.module-053{
	background-color: #f5f7f8;
	padding: 100px 120px;
	position: relative;
}
.module-053 .swiper-about-container{
	overflow: hidden;
}
.module-053 .swiper-index-box1-container{
	overflow: hidden;
}
.module-053 .swiper-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #dadada;
	cursor: pointer;
	transition: all .5s;
}
.module-053 .swiper-prev:hover{
	background-color: #1d59a8;
	border: 1px solid #1d59a8;
}
.module-053 .swiper-prev::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	transform:translate(-25%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-053 .swiper-prev:hover::after{
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform:translate(-100%,-50%) rotate(135deg);
}
.module-053 .swiper-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
	width: 50px;
	height: 50px;
	border: 1px solid #dadada;
	cursor: pointer;
	transition: all .5s;
}
.module-053 .swiper-next:hover{
	background-color: #1d59a8;
	border: 1px solid #1d59a8;
}
.module-053 .swiper-next::after{
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
	content: "";
	width: 7px;
	height: 7px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	transform:translate(-75%,-50%) rotate(135deg);
	transition: all .5s;
}
.module-053 .swiper-next:hover::after{
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	transform:translate(0%,-50%) rotate(135deg);
}
@media screen and (max-width: 1680px) {
	.module-053 {
	    padding: 90px 120px;
	}
}
@media screen and (max-width: 1440px) {
	.module-053 {
	    padding: 80px 120px;
	}
}
@media screen and (max-width: 1280px) {
	.module-053 {
	    padding: 70px 110px;
	}
}
@media screen and (max-width: 1199px) {
	.module-053 {
	    padding: 60px 100px;
	}
}
@media screen and (max-width: 991px) {
	.module-053 {
	    padding: 50px 90px;
	}
}
@media screen and (max-width: 767px) {
	.module-053 {
	    padding: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-053 {
	    padding: 15px;
	}
}


.module-054 .text {
	margin-top: 50px;
}
.module-054 .text .title{
	font-size: 26px;
}
.module-054 .text .title span{
	position: relative;
}
.module-054 .text .title span::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 100%;
	height: 16px;
	background-color: #0089ba;
	z-index: -1;
}
.module-054 .text .box{
	margin-top: 30px;
}
.module-054 .text .box .note{
	color: #666666;
	font-size: 16px;
	margin-bottom: 15px;
}
@media screen and (max-width: 1680px) {
	.module-054 .text {
		margin-top: 40px;
	}
	.module-054 .text .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1440px) {
	.module-054 .text {
		margin-top: 35px;
	}
	.module-054 .text .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 1280px) {
	.module-054 .text {
		margin-top: 30px;
	}
	.module-054 .text .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 1199px) {
	.module-054 .text {
		margin-top: 25px;
	}
	.module-054 .text .title{
		font-size: 18px;
	}
	.module-054 .text .title span::after{
		bottom: -4px;
		height: 10px;
	}
	.module-054 .text .box{
		margin-top: 25px;
	}
	.module-054 .text .box .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.module-054 .text {
		margin-top: 20px;
	}
	.module-054 .text .title{
		font-size: 16px;
	}
	.module-054 .text .title span::after{
		bottom: -2px;
		height: 7px;
	}
	.module-054 .text .box{
		margin-top: 20px;
	}
	.module-054 .text .box .note{
		font-size: 12px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-054 .text {
		margin-top: 25px;
	}
	.module-054 .text .title{
		font-size: 18px;
	}
	.module-054 .text .title span::after{
		bottom: -4px;
		height: 10px;
	}
	.module-054 .text .box{
		margin-top: 25px;
	}
	.module-054 .text .box .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-054 .text {
		margin-top: 20px;
	}
	.module-054 .text .title{
		font-size: 16px;
	}
	.module-054 .text .title span::after{
		bottom: -2px;
		height: 7px;
	}
	.module-054 .text .box{
		margin-top: 20px;
	}
	.module-054 .text .box .note{
		font-size: 12px;
		margin-bottom: 10px;
	}
}



.module-055 .note{
	color: #333333;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.75em;
}
@media screen and (max-width: 575px) {
	.module-055 .note{
		margin-bottom: 15px;
	}
}

.module-056 .note{
	color: #333333;
	font-size: 14px;
	margin-bottom: 30px;
	line-height: 1.2em;
}
@media screen and (max-width: 575px) {
	.module-056 .note{
		margin-bottom: 15px;
	}
}



.module-057 {
	margin-bottom: 30px;
}
.module-057 .title{
	font-size: 48px;
	max-width: 400px;
	line-height: 1.3em;
	margin-bottom: 30px;
	color: #1d59a8;
}
.module-057 .note{
	font-size: 18px;
	color: #666666;
	max-width: 670px;
	line-height: 1.75em;
	margin-bottom: 90px;
}
.module-057 .p{
	font-size: 16px;
	color: #666666;
	margin-bottom: 15px;
	line-height: 1.5em;
}
@media screen and (max-width: 1680px) {
	.module-057 .title {
	    font-size: 44px;
	}
	.module-057 .note {
	    margin-bottom: 80px;
	}
}
@media screen and (max-width: 1440px) {
	.module-057 .title {
	    font-size: 40px;
	}
	.module-057 .note {
	    margin-bottom: 70px;
	}
}
@media screen and (max-width: 1280px) {
	.module-057 .title {
	    font-size: 36px;
	}
	.module-057 .note {
	    margin-bottom: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-057 .title {
	    font-size: 32px;
	}
	.module-057 .note {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	.module-057 .title {
	    font-size: 28px;
	    margin-bottom: 25px;
	}
	.module-057 .note {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px) {
	.module-057 .title {
	    font-size: 24px;
	    margin-bottom: 20px;
	}
	.module-057 .note {
	    font-size: 16px;
	    margin-bottom: 30px;
	}
	.module-057 .p{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-057 .title {
	    font-size: 20px;
	    margin-bottom: 15px;
	}
	.module-057 .note {
	    font-size: 14px;
	    margin-bottom: 20px;
	}
	.module-057 .p{
		font-size: 8px;
		margin-bottom: 10px;
	}
}

.module-058 {
	margin-bottom: 30px;
}



.module-059{
	text-align: center;
	margin-bottom: 30px;
}
.module-059 .title-cn{
	margin-top: 30px;
	color: #ffffff;
	font-size: 24px;
}
.module-059 .title-en{
	margin-top: 5px;
	color: #e2e2e2;
	font-size: 18px;
}
.module-059 .note{
	color: #e2e2e2;
	font-size: 14px;
	line-height: 1.75em;
	max-width: 270px;
	margin: 15px auto;
}
@media screen and (max-width: 1680px) {
	.module-059 img{
		width: 200px;
	}
}
@media screen and (max-width: 1440px) {
	.module-059 img{
		width: 190px;
	}
}
@media screen and (max-width: 1280px) {
	.module-059 img{
		width: 180px;
	}
}
@media screen and (max-width: 1199px) {
	.module-059 img{
		width: 170px;
	}
	.module-059 .title-cn{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-059 img{
		width: 160px;
	}
	.module-059 .title-cn{
		margin-top: 25px;
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-059 img{
		width: 150px;
	}
	.module-059 .title-cn{
		margin-top: 20px;
		font-size: 18px;
	}
	.module-059 .title-en{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-059 img{
		width: 140px;
	}
	.module-059 .title-cn{
		margin-top: 15px;
		font-size: 16px;
	}
	.module-059 .title-en{
		font-size: 14px;
	}
	.module-059 .note{
		font-size: 12px;
		margin: 10px auto;
		max-width: 100%;
	}
}

.module-060{
	margin-bottom: 90px;
}
.module-060 .p1{
	color: #fff;
	font-size: 32px;
}
.module-060 .p2{
	font-weight: bold;
	color: #fff;
	font-size: 32px;
	margin-top: 15px;
}
@media screen and (max-width: 1440px) {
	.module-060{
		margin-bottom: 80px;
	}
	.module-060 .p1,
	.module-060 .p2{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-060{
		margin-bottom: 70px;
	}
	.module-060 .p1,
	.module-060 .p2{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-060{
		margin-bottom: 60px;
	}
	.module-060 .p1,
	.module-060 .p2{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-060{
		margin-bottom: 50px;
	}
	.module-060 .p1,
	.module-060 .p2{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-060{
		margin-bottom: 40px;
	}
	.module-060 .p1,
	.module-060 .p2{
		font-size: 22px;
	}
}
@media screen and (max-width: 575px) {
	.module-060{
		margin-bottom: 30px;
	}
	.module-060 .p1,
	.module-060 .p2{
		font-size: 20px;
	}
}




.module-061{
	margin-bottom: 90px;
}
.module-061 .p1{
	color: #333333;
	font-size: 32px;
}
.module-061 .p2{
	font-weight: bold;
	color: #333333;
	font-size: 32px;
	margin-top: 15px;
}
@media screen and (max-width: 1440px) {
	.module-061{
		margin-bottom: 80px;
	}
	.module-061 .p1,
	.module-061 .p2{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-061{
		margin-bottom: 70px;
	}
	.module-061 .p1,
	.module-061 .p2{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-061{
		margin-bottom: 60px;
	}
	.module-061 .p1,
	.module-061 .p2{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-061{
		margin-bottom: 50px;
	}
	.module-061 .p1,
	.module-061 .p2{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-061{
		margin-bottom: 40px;
	}
	.module-061 .p1,
	.module-061 .p2{
		font-size: 22px;
	}
}
@media screen and (max-width: 575px) {
	.module-061{
		margin-bottom: 30px;
	}
	.module-061 .p1,
	.module-061 .p2{
		font-size: 20px;
	}
}


.module-062{
	
}


.module-063 {
	padding: 30px 100px;
}
.module-063 .title-en{
	color: #1d59a8;
	font-size: 46px;
	margin-bottom: 20px;
	font-family: "Luzia-Regular-2";
}
.module-063 .title-cn{
	color: #333333;
	font-size: 36px;
	margin-bottom: 10px;
}
.module-063 .note{
	margin-top: 40px;
	line-height: 2em;
}
@media screen and (max-width: 1680px) {
	.module-063 {
		padding: 30px 80px;
	}
	.module-063 .title-en{
		font-size: 42px;
	}
	.module-063 .title-cn {
	    font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	.module-063 {
		padding: 30px 70px;
	}
	.module-063 .title-en{
		font-size: 38px;
	}
	.module-063 .title-cn {
	    font-size: 28px;
	}
	.module-063 .note{
		margin-top: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-063 {
		padding: 30px 60px;
	}
	.module-063 .title-en{
		font-size: 34px;
	}
	.module-063 .title-cn {
	    font-size: 24px;
	}
	.module-063 .note{
		margin-top: 20px;
	}
}
@media screen and (max-width: 1199px) {
	.module-063 {
		padding: 20px 50px;
	}
	.module-063 .title-en{
		font-size: 30px;
	}
	.module-063 .title-cn {
	    font-size: 20px;
	}
	.module-063 .note{
		margin-top: 10px;
		line-height: 1.75em;
	}
}
@media screen and (max-width: 991px) {
	.module-063 {
		padding: 40px;
	}
	.module-063 .title-en{
		font-size: 28px;
	}
}
@media screen and (max-width: 767px) {
	.module-063 {
		padding: 30px;
	}
	.module-063 .title-en{
		font-size: 26px;
	}
}
@media screen and (max-width: 575px) {
	.module-063 {
		padding: 30px 15px;
	}
	.module-063 .title-en{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.module-063 .note{
		margin-top: 30px;
	}
}




.module-064{
	text-align: center;
	margin-bottom: 70px;
}
.module-064 .title{
	color: #fff;
	font-size: 24px;
	margin-top: 15px;
}
.module-064 .note{
	color: #ececec;
	font-size: 16px;
	line-height: 1.75em;
	max-width: 300px;
	margin: 15px auto 0;
}
@media screen and (max-width: 1199px) {
	.module-064{
		margin-bottom: 60px;
	}
	.module-064 img{
		width: 46px;
	}
	.module-064 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-064{
		margin-bottom: 50px;
	}
	.module-064 img{
		width: 44px;
	}
	.module-064 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-064{
		margin-bottom: 40px;
	}
	.module-064 img{
		width: 42px;
	}
	.module-064 .title{
		font-size: 18px;
	}
	.module-064 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-064{
		margin-bottom: 30px;
	}
	.module-064 img{
		width: 40px;
	}
	.module-064 .title{
		font-size: 16px;
		margin-top: 10px;
	}
	.module-064 .note{
		font-size: 12px;
		margin: 10px auto 0;
		display: none;
	}
}


.module-065{
	margin-bottom: 30px;
}
.module-065 .p1{
	color: #fff;
	font-size: 30px;
	text-align: center;
}
@media screen and (max-width: 1680px) {
	.module-065 .p1{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-065 .p1{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-065 .p1{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-065{
		margin-bottom: 25px;
	}
	.module-065 .p1{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-065{
		margin-bottom: 20px;
	}
	.module-065 .p1{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-065{
		margin-bottom: 15px;
	}
	.module-065 .p1{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-065{
		margin-bottom: 10px;
	}
	.module-065 .p1{
		font-size: 16px;
	}
}


.module-071{
	margin: 0 auto;
	max-width: 1050px;
}
.module-071 .box1,
.module-071 .box2,
.module-071 .box3{
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 70px;
	padding-bottom: 20px;
}
.module-071 .input-box1{
	font-size: 0;
}
.module-071 .input-box1 .title{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	padding-right: 15px;
}
.module-071 .input-box1 input{
	vertical-align: middle;
	font-size: 14px;
	width: calc(100% - 50px);
}
.module-071 .input-box2{
	font-size: 0;
}
.module-071 .input-box2 .title{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #000000;
	padding-right: 15px;
	font-weight: bold;
}
.module-071 .input-box2 input{
	vertical-align: middle;
	font-size: 14px;
	width: calc(100% - 80px);
}
.module-071 .box2 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 80px;
	vertical-align: middle;
	font-weight: bold;
}
.module-071 .box2 .select-box{
	display: inline-block;
	width: 120px;
	margin-right: 80px;
	vertical-align: middle;
}
.module-071 .box2 .select-box select{
	font-size: 14px;
	border: none;
	outline: none;
	width: 100%;
}
.module-071 .box2 .input-box{
	display: inline-block;
	width: calc(100% - 765px);
	vertical-align: middle;
}
.module-071 .box2 .input-box input{
	font-size: 14px;
	outline: none;
	border: none;
	width: 100%;
}
.module-071 .box3 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 80px;
	vertical-align: middle;
	font-weight: bold;
}
.module-071 .box3 .box{
	display: inline-block;
	margin-right: 90px;
}
.module-071 .box3 .box .span1{
	color: #333333;
	font-size: 16px;
	margin-right: 15px;
	vertical-align: middle;
}
.module-071 .box3 .box .span1 input{
	margin-right: 10px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	font-size: 0;
}
.module-071 .box3 .box .span2{
	color: #999999;
	vertical-align: middle;
	font-size: 14px;
}
.module-071 .box3 .box .span2 input{
	border: none;
	border-bottom: 1px solid #e5e5e5;
	outline: none;
	width: 200px;
	text-align: center;
	vertical-align: middle;
}
.module-071 .box3 .box:nth-last-of-type(1){
	margin-right: 0;
}
.module-071 .box4 {
	text-align: center;
}
.module-071 .box4 input{
	background-color: #fff;
	padding: 10px 80px;
	background-color: #1d59a8;
	color: #fff;
	border: 1px solid #1d59a8;
	outline: none;
	cursor: pointer;
	transition: all .5s;
}
.module-071 .box4 input:hover{
	background-color: #fff;
	color: #1d59a8;
}
@media screen and (max-width: 1440px) {
	.module-071 .box4 input {
	    padding: 10px 70px;
	}
}
@media screen and (max-width: 1280px) {
	.module-071 .box4 input {
	    padding: 10px 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-071 .box1, .module-071 .box2, .module-071 .box3 {
	    border-bottom: none;
	    margin-bottom: 30px;
	    padding-bottom: 0px;
	}
	.module-071 .box1 .input-box1 input{
		padding: 10px;
		border: 1px solid #eeeeee;
	}
	.module-071 .box1 .input-box2 input{
		padding: 10px;
		border: 1px solid #eeeeee;
	}
	.module-071 .box2 .title{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.module-071 .box2 .select-box{
		display: block;
		width: 100%;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.module-071 .box2 .select-box select{
		border: 1px solid #eeeeee;
		padding: 10px;
	}
	.module-071 .box2 .input-box{
		display: block;
		width: 100%;
	}
	.module-071 .box2 .input-box input{
		padding: 10px;
		border: 1px solid #eeeeee;
	}
	.module-071 .box3 .title{
		margin-right: 0;
		margin-bottom: 15px;
	}
	.module-071 .box3 .box{
		display: block;
		padding: 10px;
		border: 1px solid #eeeeee;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.module-071 .box3 .box .span2 input{
		width: calc(100% - 155px);
	}
	.module-071 .box4 input {
	    padding: 10px 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-071 .box4 input {
	    padding: 10px 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-071 .input-box1 {
	    margin-bottom: 15px;
	}
	.module-071 .input-box2{
	    margin-bottom: 15px;
	}
	.module-071 .box1{
	    margin-bottom: 0px;
	}
	.module-071 .box2,
	.module-071 .box3 {
	    margin-bottom: 15px;
	}
	.module-071 .input-box1 .title {
	    font-size: 14px;
	}
	.module-071 .input-box2 .title {
	    font-size: 14px;
	}
	.module-071 .box2 .title {
	    font-size: 14px;
	}
	.module-071 .box3 .title {
	    font-size: 14px;
	}
	.module-071 .box1 .input-box1 input {
	    padding: 7px 10px;
	}
	.module-071 .box1 .input-box2 input {
	    padding: 7px 10px;
	}
	.module-071 .box2 .select-box select {
	    padding: 7px 10px;
	}
	.module-071 .box2 .input-box input {
	    padding: 7px 10px;
	}
	.module-071 .box3 .box .span1 {
	    font-size: 14px;
	    margin-right: 15px;
	}
	.module-071 .box3 .box .span1 input {
	    width: 15px;
	    height: 15px;
	}
	.module-071 .box4 input {
	    padding: 7px 30px;
	}
}


.module-072{
	position: relative;
	font-size: 0;
	padding: 20px 0;
	border-bottom: 1px solid #eeeeee;
}
.module-072 a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0;
}



.module-073 input[type*="text"],
.module-073 select{
	background-color: #f5f5f5;
	padding: 15px;
	border: 1px solid #efefef;
	outline: none;
	width: 100%;
	font-size: 14px;
	margin-bottom: 30px;
	transition: all .5s;
}
.module-073 input[type*="text"]:focus,
.module-073 select:focus{
	border: 1px solid #1d59a8;
	background-color: #fff;
}
.module-073 textarea{
	background-color: #f5f5f5;
	padding: 15px;
	border: 1px solid #efefef;
	outline: none;
	width: 100%;
	font-size: 14px;
	margin-bottom:30px;
	height: 150px;
	resize: none;
	transition: all .5s;
}
.module-073 textarea:focus{
	border: 1px solid #1d59a8;
	background-color: #fff;
}
.module-073 .btn-box{
	text-align: center;
}
.module-073 .btn-box input{
	background-color: #1d59a8;
	padding: 15px 75px;
	border: 1px solid #1d59a8;
	outline: none;
	font-size: 14px;
	margin-bottom: 15px;
	color: #fff;
	cursor: pointer;
	transition: all .5s;
	font-weight: bold;
}
.module-073 .btn-box input:hover{
	background-color: #fff;
	color: #1d59a8;
}
@media screen and (max-width: 991px) {
	.module-073 input[type*="text"],
	.module-073 select{
		margin-bottom: 25px;
	}
	.module-073 textarea{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-073 input[type*="text"],
	.module-073 select{
		padding: 12px;
		margin-bottom: 20px;
	}
	.module-073 textarea{
		padding: 12px;
		margin-bottom: 20px;
	}
	.module-073 .btn-box input{
		padding: 12px 75px;
	}
}
@media screen and (max-width: 575px) {
	.module-073 input[type*="text"],
	.module-073 select{
		padding: 10px;
		margin-bottom: 15px;
	}
	.module-073 textarea{
		padding: 10px;
		margin-bottom: 15px;
	}
	.module-073 .btn-box input{
		padding: 10px 75px;
		width: 100%;
	}
}




.module-086{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}
.module-086 .mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	z-index: 99999;
}
.module-086 .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	z-index: 999999;
}
.module-086 .box video{
	box-shadow: 0 0 30px 10px rgba(0,0,0,0.5);
}
.module-086 .cloes-btn{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}



.module-087 {
	margin-bottom: 30px;
}
.module-087 .p1{
	font-size: 32px;
	color: #333333;
	font-weight: bold;
}
.module-087 .p2{
	font-size: 18px;
	color: #333333;
	margin-top: 15px;
	max-width: 800px;
	line-height: 1.75em;
}
@media screen and (max-width: 1680px) {
	.module-087 .p1{
		font-size: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-087 .p1{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-087 .p1{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-087 .p1{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-087 .p1{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-087 .p1{
		font-size: 20px;
	}
	.module-087 .p2{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-087 .p1{
		font-size: 18px;
	}
	.module-087 .p2{
		font-size: 14px;
		margin-top: 10px;
	}
}


/*二维码弹窗*/
.footer-ewm{
	position: fixed;
	top: 0;
	left: 100%;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 999999999999999999;
}
.footer-ewm .ewm-box{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	display: none;
	max-width: 300px;
}
.footer-ewm .ewm-box .title{
	font-family: "Helvetica_Neue_CE_35_Thin";
	font-size: 30px;
	color: #fff;
	text-align: center;
	margin-top: 20px;
}
.close-ewm{
	position: absolute;
    top: 2%;
    right: 2%;
    border: none;
    padding: 15px 20px;
    outline: none;
    background-color: #ffffff;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    cursor: pointer;
}
.close-ewm:hover {
    background-color: #1d59a8;
    color: #fff;
}
@media screen and (max-width: 757px){
	.footer-ewm .ewm-box .title{
		font-size: 24px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px){
	.footer-ewm .ewm-box .title{
		font-size: 18px;
		margin-top: 10px;
	}
}
/*二维码弹窗 end*/



/*侧边栏*/
.cbl-box{
	background-color: rgba(0,0,0,0.2);
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid rgba(0,0,0,0.2);
	z-index: 9;
}
.cbl-box ul>li:nth-last-of-type(1){
	border-bottom: none;
}
.cbl-box ul>li>a{
	display: inline-block;
	padding: 12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.cbl-box ul>li>a .title{
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
}
.cbl-box ul>li>a:hover .title{
	color: #004398;
}
.wx-box{
	padding: 10px;
	background-color: #fff;
	position: absolute;
	top: 65%;
	transform: translateY(-50%);
	right: 85px;
	width: 180px;
	height: 200px;
	border-radius: 10px;
	opacity: 0;
	display: none;
	box-shadow: 0 0 30px 2px rgba(0,0,0,0.1);
}
.wx-box:after{
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	background-image: url("http://www.ylsbcz.com/template/default/style/css/img/ycl_mt_061.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 7px;
	height: 19px;
}
/*侧边栏 end*/