@charset "utf-8";

@font-face {
	font-family: "H_CUSTA2";
	src: url(../fonts/H_CUSTA2.TTF);
}

/*bootstrap4 一行五列补充*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-1-5 {
	flex: 0 0 20%;
	max-width: 20%;
	-ms-flex: 0 0 20%;
}

@media (min-width: 576px) {
	.col-sm-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 768px) {
	.col-md-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 992px) {
	.col-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 1200px) {
	.col-xl-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
 /*bootstrap4 一行五列补充 end*/

/* 一行五列 */
@media (min-width: 992px) {
	.col-lg-bfb-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(20% - 12px);
		-ms-flex: 0 0 calc(20% - 12px);
		flex: 0 0 calc(20% - 12px);
		max-width: calc(20% - 12px);
		margin-right: 15px;
	}
	.col-lg-bfb-20:nth-last-of-type(1) {
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.col-xl-bfb-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(20% - 24px);
		-ms-flex: 0 0 calc(20% - 24px);
		flex: 0 0 calc(20% - 24px);
		max-width: calc(20% - 24px);
		margin-right: 30px;
	}

	.col-xl-bfb-20:nth-last-of-type(1) {
		margin-right: 0;
	}
}
/* 一行五列 end */

body {
	font-family: Arial, "微软雅黑", "microsoft yahei";
	min-width: 320px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
a,
p {
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}

li {
	font-size: 14px;
}

p,
a {
	text-decoration: none !important;
	font-size: 14px;
}

.over-img {
	overflow: hidden;
	position: relative;
}

.eli-padd {
	padding-left: 0;
	padding-right: 0;
}

.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-ny1-container {
	max-width: 760px;
	margin: 0 auto;
}

.default-index-container {
	max-width: 1440px;
	margin: 0 auto;
}
.default-indexs-container {
	max-width: 1330px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.default-padd-30 {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*模块上下边距*/
.container-padd-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.container-padd-tb90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.container-padd-tb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.container-padd-tb70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.container-padd-tb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.container-padd-tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.container-padd-t100 {
	padding-top: 100px;
}

.container-padd-t90 {
	padding-top: 90px;
}

.container-padd-t80 {
	padding-top: 80px;
}

.container-padd-t70 {
	padding-top: 70px;
}

.container-padd-t60 {
	padding-top: 60px;
}

.container-padd-t50 {
	padding-top: 50px;
}

.container-padd-b100 {
	padding-bottom: 100px;
}

.container-padd-b90 {
	padding-bottom: 90px;
}

.container-padd-b80 {
	padding-bottom: 80px;
}

.container-padd-b70 {
	padding-bottom: 70px;
}

.container-padd-b60 {
	padding-bottom: 60px;
}

.container-padd-b50 {
	padding-bottom: 50px;
}

@media screen and (max-width: 1680px) {
	.container-padd-tb100 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.container-padd-t100 {
		padding-top: 90px;
	}

	.container-padd-b100 {
		padding-bottom: 90px;
	}
}

@media screen and (max-width: 1440px) {

	.container-padd-tb100,
	.container-padd-tb90 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.container-padd-t100,
	.container-padd-t90 {
		padding-top: 80px;
	}

	.container-padd-b100,
	.container-padd-b90 {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1280px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80 {
		padding-top: 70px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80 {
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 1199px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70 {
		padding-top: 60px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70 {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 991px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60 {
		padding-top: 50px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 40px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 575px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 30px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 30px;
	}
}

/*模块上下边距 end*/

/*元素边距*/
.model-padd-t10 {
	padding-top: 10px;
}

.model-padd-t20 {
	padding-top: 20px;
}

.model-padd-t30 {
	padding-top: 30px;
}

.model-padd-t40 {
	padding-top: 40px;
}

.model-padd-t50 {
	padding-top: 50px;
}

.model-padd-t60 {
	padding-top: 60px;
}

.model-padd-t70 {
	padding-top: 70px;
}

.model-padd-t80 {
	padding-top: 80px;
}

.model-padd-b10 {
	padding-bottom: 10px;
}

.model-padd-b20 {
	padding-bottom: 20px;
}

.model-padd-b30 {
	padding-bottom: 30px;
}

.model-padd-b40 {
	padding-bottom: 40px;
}

.model-padd-b50 {
	padding-bottom: 50px;
}

.model-padd-b60 {
	padding-bottom: 60px;
}

.model-padd-b70 {
	padding-bottom: 70px;
}

.model-padd-b80 {
	padding-bottom: 80px;
}


.model-padd-l10 {
	padding-left: 10px;
}

.model-padd-l20 {
	padding-left: 20px;
}

.model-padd-l30 {
	padding-left: 30px;
}

.model-padd-l40 {
	padding-left: 40px;
}

.model-padd-l50 {
	padding-left: 50px;
}

.model-padd-l60 {
	padding-left: 60px;
}

.model-padd-l70 {
	padding-left: 70px;
}

.model-padd-r10 {
	padding-right: 10px;
}

.model-padd-r20 {
	padding-right: 20px;
}

.model-padd-r30 {
	padding-right: 30px;
}

.model-padd-r40 {
	padding-right: 40px;
}

.model-padd-r50 {
	padding-right: 50px;
}

.model-padd-r60 {
	padding-right: 60px;
}

.model-padd-r70 {
	padding-right: 70px;
}

.model-margin-l-60{
	margin-left: -60px;
}
.model-margin-r-60{
	margin-right: -60px;
}
@media screen and (max-width: 1680px) {
	.model-padd-t80 {
		padding-top: 70px;
	}

	.model-padd-b80 {
		padding-bottom: 70px;
	}

	.model-padd-l70 {
		padding-left: 55px;
	}

	.model-padd-r70 {
		padding-right: 55px;
	}
}

@media screen and (max-width: 1440px) {
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 60px;
	}

	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 60px;
	}

	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 40px;
	}

	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 40px;
	}
	
	.model-margin-l-60{
		margin-left: -40px;
	}
	
	.model-margin-r-60{
		margin-right: -40px;
	}
}

@media screen and (max-width: 1199px) {

	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 50px;
	}

	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 50px;
	}

	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 25px;
	}

	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 25px;
	}
	
	.model-margin-l-60{
		margin-left: -25px;
	}
	
	.model-margin-r-60{
		margin-right: -25px;
	}
}

@media screen and (max-width: 991px) {

	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 40px;
	}

	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 40px;
	}

	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: -10px;
	}
	
	.model-margin-r-60{
		margin-right: -10px;
	}
}

@media screen and (max-width: 767px) {

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 30px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 30px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left:15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: 0;
	}
	
	.model-margin-r-60{
		margin-right: 0;
	}
}

@media screen and (max-width: 575px) {
	.model-padd-t30 {
		padding-top: 15px;
	}

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 25px;
	}

	.model-padd-b30 {
		padding-bottom: 15px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 25px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
}

/*元素边距 end*/

/*编辑版开始*/
.bjb {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.bjb.padd0{
	padding-top: 0;
	padding-bottom: 0;
}

.bjb img {
	max-width: 100%;
	height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p {
	color: #666666;
}

.bjb p {
	line-height: 2em;
	font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1366px) {
	.bjb {
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.bjb {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*编辑版结束*/
@media screen and (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 575px) {
	.hidden-xs {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

.bgcolor1{
	background-color: #f0f1f5;
}
.bgcolor2{
	background-color: #666666;
}
.bgcolor3{
	border-bottom: 1px solid #eeeeee;
}
.bgcolor4{
	background-color: #fafafa;
}
.bgimg1{
	background-image: url(../img/ycl_yjjj_045.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}



/*分页开始*/
.paging {
	margin: 0 auto;
}
.paging-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.paging-list li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.paging-list li a {
	padding: 7px 15px;
	border: 1px solid #cccccc;
	background-color: #fff;
	color: #333333;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}

.paging-list li a:hover {
	border: 1px solid #c19969;
	background-color: #c19969;
	color: #fff;
}

.paging-list li.active a {
	border: 1px solid #c19969;
	background-color: #c19969;
	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;
	}
}
/*分页结束*/


/*wap端导航*/
.wap-nav {
	padding: 18px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.wap-nav .logo {
	float: left;
}
.wap-nav>div:nth-of-type(1) {
	position: relative;
}

.wap-search-box{
	position: absolute;
	top: 50%;
	right: 105px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.wap-search-box .icon-btn_search{
	font-size: 34px;
	color: #333333;
}
.nav-button {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
}

.wap-nav-listbox {
	display: none;
	border-top: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1,
.wap-nav-listbox .level2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wap-nav-listbox .level2 {
	display: none;
	background-color: #1E4FDB;
}

.wap-nav-listbox .level1>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 36px;
	display: block;
	color: #6b6b6b;
	border-bottom: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1>li>a>span {
	float: right;
	transition: all 0.3s;
}

.wap-nav-listbox .level1>li>a.active {
	color: #fff;
	background-color: #1E4FDB;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level1>li>a.active span {
	transform: rotate(90deg);
}

.wap-nav-listbox .level2>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 60px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level2>li>a:hover {
	color: #fff;
	background-color: #e9ba2c;
}

@media screen and (max-width: 767px) {
	.wap-nav .logo img{
		width: 90%;
	}
	.wap-search-box{
		right: 100px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 32px;
	}
}

@media screen and (max-width: 575px) {
	.wap-nav .logo img{
		width: 80%;
	}
	.wap-search-box{
		right: 95px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 28px;
	}
}


.wap-burger_menu{
	position: fixed;
	top: 78px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	z-index: 1;
	overflow-y: auto;
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: .65s;
    transition-delay: .65s;
}
.wap-burger_menu.active{
	height: calc(100% - 82px);
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu>.level1>li{
	display: block;
	padding: 15px 20px;
	width: 100%;
	
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	
	opacity: 0;
	
    transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
}
.wap-burger_menu.active>.level1>li{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	
	opacity: 1;
	
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-ms-transition: all 1s cubic-bezier(.19,1,.22,1);
}

.wap-burger_menu>.level1>li:nth-child(1){
	transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
}
.wap-burger_menu>.level1>li:nth-child(2){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}
.wap-burger_menu>.level1>li:nth-child(3){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}
.wap-burger_menu>.level1>li:nth-child(n+4){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}


.wap-burger_menu.active>.level1>li:nth-child(1){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}

.wap-burger_menu.active>.level1>li:nth-child(2){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

.wap-burger_menu.active>.level1>li:nth-child(3){
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
}
.wap-burger_menu.active>.level1>li:nth-child(n+4){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}


.wap-burger_menu .level1>li>a{
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}
.wap-burger_menu .level1>li>a span{
	float: right;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level1>li.active{
	background-color: #fafafa;
}
.wap-burger_menu .level1>li.active>a span{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.wap-burger_menu .level1>li>a .icon-jiantou{
	color: #cccccc;
}
.wap-burger_menu .level2{
	padding: 0;
	overflow: hidden;
	display: none;
	margin-top: 15px;
}
.wap-burger_menu .level2>li{
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 20px;
}
.wap-burger_menu .level2>li>a{
	color: #8d8d8d;
	display: inline-block;
    text-decoration: none;
    position: relative;
}
.wap-burger_menu .level2>li>a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #8d8d8d;
    -webkit-transition: width .5s cubic-bezier(.19,1,.22,1);
    transition: width .5s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level2>li>a:hover:after {
    width: 100%;
}
@media screen and (max-width: 767px) {
	.wap-burger_menu{
		top: 74px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 78px);
	}
}
@media screen and (max-width: 575px) {
	.header-height-div{
		height: 70px;
	}
	.wap-burger_menu{
		top: 70px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 70px);
	}
}

/*头部防遮挡*/
.wap-header-height-div{
	height: 78px;
}
@media screen and (max-width: 767px) {
	.wap-header-height-div{
		height: 74px;
	}
}
@media screen and (max-width: 575px) {
	.wap-header-height-div{
		height: 70px;
	}
}
/*头部防遮挡 end*/
/*wap端导航 end*/

.module-001-zw{
	height: 70px;
}
.module-001 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	width: 100%;
	z-index: 1000;
	height: 70px;
	transition: all .5s;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom: 1px solid rgba(238,238,238,1);
}
.module-001.scroll{
	height: 60px;
	transition: all .5s;
}
.module-001::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	right: 0;
	background-color: #c19969;
	opacity: 0;
	transition: all 0.3s;
}
.module-001.active{
	border-bottom: 1px solid rgba(238,238,238,0);
}
.module-001.active::after{
	opacity: 1;
	transition: all 0.5s;
}
.module-001-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0;
	z-index: 999;
}
.module-001-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;
}
.module-001-bg .top-bgcolor .text-box{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding: 0 40px;
	max-width: 350px;
}
.module-001-bg .top-bgcolor .text-box p{
	color: #424242;
	margin-bottom: 5px;
}
/* .module-001-bg .top-bgcolor .text-box::after{
	content: "";
	position: absolute;
	top: -35px;
	left: 40px;
	display: inline-block;
	height: 2px;
	width: 36px;
	background-color: #424242;
} */
.module-001-bg .bottom-bgcolor{
	background-color: rgba(0,0,0,0.7);
	height: 60%;
}
.module-001 .left{
	max-width: 165px;
}
.module-001 .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%;
}

.module-001 .right {
    width: calc(100% - 230px);
    text-align: right;
}
.module-001 .right .level1{
	display: inline-block;
	vertical-align: middle;
}
.module-001 .right .level1>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-left: 100px;
}
.module-001 .right .level1>li>a{
	font-size: 14px;
	color: #333333;
	position: relative;
	display: inline-block;
	font-weight: bold;
}
.module-001 .right .level1>li>a::after{
	position: absolute;
	bottom: 5px;
	left: 0;
	content: "";
	display: inline-block;
	width: 0;
	height: 6px;
	background-color: rgba(193,153,105,0);
	transition: all .5s;
	z-index: -1;
}
.module-001 .right .level1>li:hover>a{
	color: #000000;
}
.module-001 .right .level1>li:hover>a::after{
	background-color: rgba(193,153,105,1);
	width: 100%;
}
.module-001 .right .level2 {
	position: absolute;
	top: 60px;
	left: 50%;
	transform: translateX(-50%);
	min-width: 150px;
	display: none;
	opacity: 0;
}

.module-001 .right .level2>li{
	text-align: center;
	margin-bottom: 15px;
}
.module-001 .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);
}
.module-001 .right .level2>li>a:hover {
	color: #c19969;
}

.module-001 .right .search-box {
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #fff;
    margin-left: 100px;
    transition: all .5s;
}
.module-001 .right .search-box a {
	color: #333333;
	display: inline-block;
	font-weight: bold;
}
.module-001 .right .search-box a:hover{
	color: #c19969;
}
.module-001 .right .search-box a i{
	font-size: 20px;
}
@media screen and (max-width: 1680px){
	.module-001 .right .level1>li{
		margin-left: 90px;
	}
	.module-001 .right .search-box {
	    margin-left: 90px;
	}
}
@media screen and (max-width: 1440px){
	.module-001 .right .level1>li{
		margin-left: 85px;
	}
	.module-001 .right .search-box {
	    margin-left: 85px;
	}
}
@media screen and (max-width: 1280px){
	.module-001 .right .level1>li{
		margin-left: 80px;
	}
	.module-001 .right .search-box {
	    margin-left: 80px;
	}
	.module-001 .right .level1>li>a{
		font-size: 14px;
	}
	.module-001 .right .search-box a i{
		font-size: 20px;
	}
}



.module-002 {
	position: relative;
	overflow: hidden;
	text-align: center;
}
.module-002 .pagination-box{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	background-color: #fff;
	padding: 30px 30px 30px 150px;
	font-size: 0;
}
.module-002 .pagination-box .jdt{
	width: 800px;
	height: 1px;
	background-color: #dbdbdb;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
.module-002 .pagination-box .jdt::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	background-color: #c19969;
}
.module-002 .pagination-box .jdt.start1::after{
	width: 100%;
	transition: all 5s linear;
}
.module-002 .pagination-box .jdt::before{
	content: "";
	position: absolute;
	top: 0;
	right: 100%;
	width: 100%;
	height: 100%;
	background-color: #c19969;
}
.module-002 .pagination-box .jdt.start2::before{
	width: 0%;
	right: 0;
	visibility: initial;
	transition: all 0.6s;
}
.module-002 .pagination-box .btn-box{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
}
.module-002 .pagination-box .btn-box .left-btn{
	transform: rotate(180deg);
	outline: none;
	border: none;
	background-color: #fff;
	padding: 10px 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.module-002 .pagination-box .btn-box .right-btn{
	outline: none;
	border: none;
	background-color: #fff;
	padding: 10px 15px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.module-002 .pagination-box .btn-box .left-btn::after,
.module-002 .pagination-box .btn-box .right-btn::after{
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background-color: #c19969;
	transition: all .5s;
}
.module-002 .pagination-box .btn-box .left-btn:hover::after,
.module-002 .pagination-box .btn-box .right-btn:hover::after{
	left: 0;
}
.module-002 .pagination-box .btn-box .left-btn i,
.module-002 .pagination-box .btn-box .right-btn i{
	font-size: 30px;
	color: #000000;
	transition: all .5s;
	position: relative;
	z-index: 1;
}
.module-002 .pagination-box .btn-box .left-btn:hover i,
.module-002 .pagination-box .btn-box .right-btn:hover i{
	color: #fff;
}
@media screen and (max-width: 1680px){
	.module-002 .pagination-box {
	    padding: 30px 30px 30px 130px;
	}
}
@media screen and (max-width: 1440px){
	.module-002 .pagination-box {
	    padding: 30px 30px 30px 110px;
	}
	.module-002 .pagination-box .jdt {
	    width: 700px;
	}
	.module-002 .pagination-box .btn-box .left-btn i, .module-002 .pagination-box .btn-box .right-btn i {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1280px){
	.module-002 .pagination-box {
	    padding: 25px 25px 25px 95px;
	}
	.module-002 .pagination-box .jdt {
	    width: 600px;
	}
	.module-002 .pagination-box .btn-box .left-btn i, .module-002 .pagination-box .btn-box .right-btn i {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1199px){
	.module-002 .pagination-box {
	    padding: 20px 20px 20px 75px;
	}
	.module-002 .pagination-box .jdt {
	    width: 500px;
	}
	.module-002 .pagination-box .btn-box .left-btn i, .module-002 .pagination-box .btn-box .right-btn i {
	    font-size: 26px;
	}
}
@media screen and (max-width: 991px){
	.module-002 .pagination-box {
	    padding: 15px 15px 15px 55px;
	}
	.module-002 .pagination-box .jdt {
	    width: 400px;
	}
	.module-002 .pagination-box .btn-box .left-btn i, .module-002 .pagination-box .btn-box .right-btn i {
	    font-size: 24px;
	}
}
@media screen and (max-width: 767px){
	.module-002 .pagination-box {
	    padding: 10px 10px 10px 35px;
	}
	.module-002 .pagination-box .jdt {
	    width: 250px;
	}
	.module-002 .pagination-box .btn-box {
	    margin-left: 20px;
	}
	.module-002 .pagination-box .btn-box .left-btn,
	.module-002 .pagination-box .btn-box .right-btn{
	    padding: 5px 10px;
	}
	.module-002 .pagination-box .btn-box .left-btn i, .module-002 .pagination-box .btn-box .right-btn i {
	    font-size: 22px;
	}
}
@media screen and (max-width: 575px){
	.module-002 .pagination-box {
	    padding: 5px 5px 5px 15px;
	}
	.module-002 .pagination-box .jdt {
	    width: 150px;
	}
	.module-002 .pagination-box .btn-box {
	    margin-left: 10px;
	}
	.module-002 .pagination-box .btn-box .left-btn,
	.module-002 .pagination-box .btn-box .right-btn{
	    padding: 0 5px;
	}
	.module-002 .pagination-box .btn-box .left-btn i, .module-002 .pagination-box .btn-box .right-btn i {
	    font-size: 20px;
	}
}


.module-003{
	margin-bottom: 50px;
}
.module-003 .tp{
	padding-bottom:98%;
	transition: all .5s;
}
.module-003 a:hover .tp{
	transform: scale(1.05);
}
@media screen and (max-width: 767px){
	.module-003{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.module-003{
		margin-bottom: 30px;
	}
}


.module-004{
	margin-bottom: 200px;
	max-width: 650px;
}
.module-004 .title{
	margin-bottom: 25px;
}
.module-004 .note-box{
	margin-bottom: 45px;
}
.module-004 .note-box .note{
	font-size: 14px;
	color: #666666;
	margin-bottom: 45px;
	line-height: 2em;
}
.module-004 .note-box .note span{
	font-weight: bold;
}
.module-004 a img{
	transition: all .5s;
}
.module-004 a:hover img{
	transform: scale(1.02);
}
.module-004 .more{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	background-color: #a76d45;
	padding: 10px 50px;
	border: 1px solid #a76d45;
	margin-top: 45px;
}
.module-004 .more:hover{
	border: 1px solid #a76d45;
	color: #a76d45;
	background-color: #fff;
}
.module-004 .more span{
	vertical-align: middle;
	margin-right: 5px;
}
.module-004 .more i{
	vertical-align: middle;
}
@media screen and (max-width: 1680px){
	.module-004{
		margin-bottom: 190px;
	}
}
@media screen and (max-width: 1440px){
	.module-004{
		margin-bottom: 170px;
	}
}
@media screen and (max-width: 1366px){
	.module-004{
		margin-bottom: 150px;
	}
}
@media screen and (max-width: 1280px){
	.module-004{
		margin-bottom: 130px;
	}
	.module-004 .note-box{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1199px){
	.module-004{
		margin-bottom: 110px;
	}
	.module-004 .note-box{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px){
	.module-004{
		margin-bottom: 90px;
	}
	.module-004 .note-box{
		margin-bottom: 30px;
	}
	.module-004 .more{
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px){
	.module-004{
		margin-bottom: 70px;
	}
	.module-004 .title {
		max-width: 150px;
	}
	.module-004 .note-box{
		margin-bottom: 25px;
	}
	.module-004 .more{
		padding: 7px 40px;
		margin-top: 30px;
	}
}
@media screen and (max-width: 575px){
	.module-004{
		margin-bottom: 50px;
	}
	.module-004 .title {
	    margin-bottom: 20px;
		max-width: 120px;
	}
	.module-004 .note-box{
		margin-bottom: 20px;
	}
	.module-004 .note-box .note{
		font-size: 12px;
		line-height: 1.75em;
	}
	.module-004 .more{
		padding: 7px 30px;
		margin-top: 20px;
	}
}


.module-005{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 150px;
	background-attachment: fixed;
}
.module-005 a{
	display: block;
	text-decoration: none;
	height: 670px;
}
@media screen and (max-width: 1440px){
	.module-005{
		margin-bottom: 130px;
	}
	.module-005 a{
		height: 650px;
	}
}
@media screen and (max-width: 1280px){
	.module-005{
		margin-bottom: 110px;
	}
	.module-005 a{
		height: 500px;
	}
}
@media screen and (max-width: 1199px){
	.module-005{
		margin-bottom: 90px;
	}
	.module-005 a{
		height: 450px;
	}
}
@media screen and (max-width: 991px){
	.module-005{
		margin-bottom: 90px;
	}
	.module-005 a{
		height: 400px;
	}
}
@media screen and (max-width: 767px){
	.module-005{
		margin-bottom: 70px;
	}
	.module-005 a{
		height: 350px;
	}
}
@media screen and (max-width: 575px){
	.module-005{
		margin-bottom: 50px;
	}
	.module-005 a{
		height: 300px;
	}
}


.module-006{
	margin-bottom: 50px;
	max-width: 650px;
}
.module-006 .title{
	margin-bottom: 45px;
}
.module-006 .note-box{
	margin-bottom: 45px;
}
.module-006 .note-box .note{
	font-size: 14px;
	color: #666666;
	margin-bottom: 45px;
	line-height: 2em;
}
.module-006 .note-box .note span{
	font-weight: bold;
}
.module-006 .note-box .note:nth-last-of-type(1){
	margin-bottom: 0;
}
.module-006 a img{
	transition: all .5s;
}
.module-006 a:hover img{
	transform: scale(1.02);
}
.module-006 .more{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	background-color: #a76d45;
	padding: 10px 50px;
	border: 1px solid #a76d45;
	margin-top: 85px;
}
.module-006 .more:hover{
	border: 1px solid #a76d45;
	color: #a76d45;
	background-color: #fff;
}
.module-006 .more span{
	vertical-align: middle;
	margin-right: 5px;
}
.module-006 .more i{
	vertical-align: middle;
}
@media screen and (max-width: 1440px){
	.module-006 .more{
		margin-top: 80px;
	}
}
@media screen and (max-width: 1366px){
	.module-006 .more{
		margin-top: 70px;
	}
}
@media screen and (max-width: 1280px){
	.module-006 .note-box{
		margin-bottom: 40px;
	}
	.module-006 .note-box .note{
		margin-bottom: 40px;
	}
	.module-006 .more{
		margin-top: 60px;
	}
}
@media screen and (max-width: 1199px){
	.module-006 .note-box{
		margin-bottom: 35px;
	}
	.module-006 .note-box .note{
		margin-bottom: 35px;
	}
	.module-006 .more{
		margin-top: 50px;
	}
}
@media screen and (max-width: 991px){
	.module-006 .note-box{
		margin-bottom: 30px;
	}
	.module-006 .note-box .note{
		margin-bottom: 30px;
	}
	.module-006 .more{
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px){
	.module-006{
		margin-bottom: 40px;
	}
	.module-006 .title {
		max-width: 150px;
	}
	.module-006 .note-box{
		margin-bottom: 25px;
	}
	.module-006 .note-box .note{
		margin-bottom: 25px;
	}
	.module-006 .more{
		padding: 7px 40px;
		margin-top: 30px;
	}
}
@media screen and (max-width: 575px){
	.module-006{
		margin-bottom: 30px;
	}
	.module-006 .title {
	    margin-bottom: 20px;
		max-width: 120px;
	}
	.module-006 .note-box{
		margin-bottom: 20px;
	}
	.module-006 .note-box .note{
		font-size: 12px;
		line-height: 1.75em;
		margin-bottom: 20px;
	}
	.module-006 .more{
		padding: 7px 30px;
		margin-top: 20px;
	}
}



.module-008{
	margin-bottom: 100px;
}
.module-008 .tp{
	padding-bottom:120%;
	transition: all .5s;
}
.module-008 a:hover .tp{
	transform: scale(1.05);
}
@media screen and (max-width: 1199px){
	.module-008{
		margin-bottom: 90px;
	}
}
@media screen and (max-width: 991px){
	.module-008{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 767px){
	.module-008{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 575px){
	.module-008{
		margin-bottom: 30px;
	}
}



.module-009 .tp{
	padding-bottom: 36.413793%;
}
.module-009 .title{
	font-size: 40px;
	color: #a76d45;
	line-height: 1em;
	margin-bottom: 30px;
	font-family: "H_CUSTA2";
}
.module-009 .note{
	font-size: 14px;
	color: #666666;
	max-width: 1100px;
	margin-bottom: 60px;
	line-height: 1.75em;
}
.module-009 a img{
	transition: all .5s;
}
.module-009 a:hover img{
	transform: scale(1.02);
}
.module-009 .more {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    background-color: #a76d45;
    padding: 10px 50px;
    border: 1px solid #a76d45;
	margin-top: 50px;
}
.module-009 .more:hover{
    color: #a76d45;
    background-color: #fff;
    border: 1px solid #a76d45;
}
.module-009 .more span{
	vertical-align: middle;
	margin-right: 5px;
}
.module-009 .more i{
	vertical-align: middle;
}
@media screen and (max-width: 1440px){
	.module-009 .title {
	    font-size: 38px;
	}
}
@media screen and (max-width: 1280px){
	.module-009 .title {
	    font-size: 36px;
	}
}
@media screen and (max-width: 1199px){
	.module-009 .title {
	    font-size: 34px;
	}
	.module-009 .note{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px){
	.module-009 .title {
	    font-size: 32px;
	}
	.module-009 .note{
		margin-bottom: 40px;
	}
	.module-009 .more {
		margin-top: 40px;
	}
}
@media screen and (max-width: 767px){
	.module-009 .title {
	    font-size: 30px;
		margin-bottom: 20px;
	}
	.module-009 .note{
		margin-bottom: 30px;
	}
	.module-009 .more {
	    padding: 8px 40px;
		margin-top: 30px;
	}
}
@media screen and (max-width: 575px){
	.module-009{
		text-align: center;
	}
	.module-009 .title {
	    font-size: 28px;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	.module-009 .note{
		margin-bottom: 20px;
	}
	.module-009 .more {
	    font-size: 12px;
	    padding: 7px 30px;
		margin-top: 0px;
	}
}


.module-010{
	text-align: center;
	margin-bottom: 50px;
}
.module-010 .title{
	color: #be794c;
	font-size: 34px;
	margin-bottom: 15px;
}
.module-010 .note{
	color: #666666;
	font-size: 14px;
}
@media screen and (max-width: 1680px){
	.module-010{
		margin-bottom: 80px;
	}
	.module-010 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1440px){
	.module-010{
		margin-bottom: 70px;
	}
	.module-010 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1199px){
	.module-010{
		margin-bottom: 60px;
	}
	.module-010 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 991px){
	.module-010{
		margin-bottom: 50px;
	}
	.module-010 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 767px){
	.module-010{
		margin-bottom: 40px;
	}
	.module-010 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 575px){
	.module-010{
		margin-bottom: 30px;
	}
	.module-010 .title{
		font-size: 22px;
		margin-bottom: 10px;
	}
}


.module-011{
	text-align: center;
	max-width: 200px;
	margin: 0 auto;
	margin-bottom: 50px;
}
.module-011 .title{
	color: #333333;
	font-size: 18px;
	margin-top: 20px;
}
.module-011 a:hover .title{
	color: #be794c;
}
.module-011 .note{
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
}
.module-011 a:hover .note{
	color: #be794c;
}
.module-011 .over-img{
	max-width: 60px;
	margin: 0 auto;
}
.module-011 .tp{
	padding-bottom: 100%;
	transition: all .5s;
}
.module-011 a:hover .tp{
	transform: scale(1.05);
}
@media screen and (max-width: 1440px){
	.module-011 .over-img{
		max-width: 90px;
	}
}
@media screen and (max-width: 1199px){
	.module-011 {
	    margin-bottom: 45px;
	}
	.module-011 .over-img{
		max-width: 80px;
	}
	.module-011 .title {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 991px){
	.module-011 {
	    margin-bottom: 40px;
	}
	.module-011 .over-img{
		max-width: 70px;
	}
	.module-011 .title {
	    margin-top: 20px;
	}
}
@media screen and (max-width: 767px){
	.module-011 {
	    margin-bottom: 35px;
	}
	.module-011 .over-img{
		max-width: 60px;
	}
	.module-011 .title {
	    font-size: 16px;
	    margin-top: 15px;
	}
}
@media screen and (max-width: 575px){
	.module-011 {
	    margin-bottom: 30px;
	}
	.module-011 .over-img{
		max-width: 50px;
	}
	.module-011 .title {
	    font-size: 14px;
	    margin-top: 10px;
	}
}




.module-013 {
	margin-bottom: 120px;
	text-align: right;
}
.module-013 a{
	display: block;
	transition: all .5s;
	overflow: hidden;
}
.module-013 a img{
	transition: all .5s;
}
.module-013 a:hover{
	transform: scale(0.95);
}
.module-013 a:hover img{
	transform: scale(1.10);
}
@media screen and (max-width: 1680px){
	.module-013 {
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 1440px){
	.module-013 {
		margin-bottom: 90px;
	}
}
@media screen and (max-width: 1280px){
	.module-013 {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1199px){
	.module-013 {
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 991px){
	.module-013 {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 767px){
	.module-013 {
		margin-bottom: 50px;
		text-align: left;
	}
}
@media screen and (max-width: 575px){
	.module-013 {
		margin-bottom: 30px;
	}
}


.module-014{
	max-width: 650px;
	margin-bottom: 120px;
}
.module-014 .title{
	font-size: 40px;
	color: #a76d45;
	line-height: 1em;
	margin-bottom: 15px;
}
.module-014 .f-title{
	font-size: 36px;
	color: #a76d45;
	font-family: "H_CUSTA2";
	margin-bottom: 30px;
}
.module-014 .note{
	font-size: 14px;
	color: #666666;
	margin-bottom: 130px;
	line-height: 2em;
}
.module-014 .more{
	font-size: 14px;
	color: #fff;
	display: inline-block;
	text-decoration: none;
	background-color: #a76d45;
	padding: 10px 50px;
	border: 1px solid #a76d45;
}
.module-014 .more:hover{
    color: #a76d45;
    background-color: #fff;
    border: 1px solid #a76d45;
}
.module-014 .more span{
	vertical-align: middle;
	margin-right: 5px;
}
.module-014 .more i{
	vertical-align: middle;
}
@media screen and (max-width: 1680px){
	.module-014{
		margin-bottom: 100px;
	}
	.module-014 .title{
		font-size: 36px;
	}
	.module-014 .note {
	    margin-bottom: 90px;
	}
}
@media screen and (max-width: 1440px){
	.module-014{
		margin-bottom: 90px;
	}
	.module-014 .title,
	.module-014 .f-title {
		font-size: 34px;
	}
	.module-014 .note {
	    margin-bottom: 70px;
	}
}
@media screen and (max-width: 1280px){
	.module-014{
		margin-bottom: 80px;
	}
	.module-014 .title,
	.module-014 .f-title {
		font-size: 32px;
	}
	.module-014 .note {
	    margin-bottom: 60px;
	}
}
@media screen and (max-width: 1199px){
	.module-014{
		margin-bottom: 70px;
	}
	.module-014 .title,
	.module-014 .f-title {
		font-size: 30px;
	}
	.module-014 .note {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px){
	.module-014{
		margin-bottom: 60px;
	}
	.module-014 .title{
		font-size: 28px;
	}
	.module-014 .f-title {
		font-size: 28px;
		margin-bottom: 25px;
	}
	.module-014 .note {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 767px){
	.module-014{
		margin-bottom: 50px;
	}
	.module-014 .title{
		font-size: 24px;
	}
	.module-014 .f-title {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.module-014 .note {
	    margin-bottom: 30px;
	}
	.module-014 .more {
	    padding: 8px 40px;
	}
}
@media screen and (max-width: 575px){
	.module-014{
		margin-bottom: 30px;
	}
	.module-014 .title,
	.module-014 .f-title {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.module-014 .note {
	    font-size: 12px;
	    margin-bottom: 15px;
	}
	.module-014 .more {
	    font-size: 12px;
	    padding: 7px 30px;
	}
}


.module-015{
	max-width: 600px;
}
.module-015 .title{
	font-size: 40px;
	color: #a76d45;
	line-height: 1em;
	margin-bottom: 30px;
}
.module-015 .note{
	font-size: 14px;
	color: #666666;
	line-height: 2em;
}
@media screen and (max-width: 1680px){
	.module-015 .title{
		font-size: 36px;
	}
}
@media screen and (max-width: 1440px){
	.module-015 .title{
		font-size: 34px;
	}
}
@media screen and (max-width: 1280px){
	.module-015 .title{
		font-size: 32px;
	}
}
@media screen and (max-width: 1199px){
	.module-015 .title{
		font-size: 30px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 991px){
	.module-015 .title{
		font-size: 28px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px){
	.module-015 .title{
		font-size: 26px;
		margin-bottom: 15px;
	}
	.module-015 .note{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px){
	.module-015 .title{
		font-size: 22px;
		margin-bottom: 10px;
	}
}


.module-016 select{
	width: 100%;
	padding: 10px;
	border: 1px solid #e5e5e5;
	font-size: 14px;
	outline: none;
	color: #999999;
	transition: all .5s;
	cursor: pointer;
}
.module-016 select:hover{
	border: 1px solid #a76d45;
	color: #a76d45;
}

.module-016 a{
	display: inline-block;
	width: 100%;
	padding: 10px;
	background-color: #a76d45;
	border: 1px solid #a76d45;
	font-size: 14px;
	outline: none;
	color: #ffffff;
	text-align: center;
}
.module-016 a:hover{
	background-color: #fff;
	border: 1px solid #a76d45;
	color: #a76d45;
}
.module-016 a span{
	vertical-align: middle;
	margin-right: 10px;
}
.module-016 a i{
	vertical-align: middle;
}
@media screen and (max-width: 1199px){
	.module-016 a{
		padding: 7px;
	}
	.module-016 select {
	    padding: 7px;
	}
}
@media screen and (max-width: 991px){
	.module-016 select {
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px){
	.module-016 a{
		padding: 7px;
	}
	.module-016 select {
	    padding: 7px;
	}
}

.module-017{
	padding: 20px 15px 40px;
}
.module-017 .hx{
	margin: 15px 0 15px;
	border-top: 1px solid #7f7f7f;
}
.module-017 .ewm{
	text-align: right;
}
.module-017 .ewm-title{
	font-size: 14px;
	color: #fff;
	text-align: right;
	margin-top: 10px;
}
.module-017 .lj ul>li{
	display: inline-block;
	margin-right: 30px;
}
.module-017 .lj ul>li:nth-last-of-type(1){
	margin-right: 0;
}
.module-017 .lj ul>li>a{
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
.module-017 .lj ul>li>a:hover{
	color: #c19969;
}
.module-017 .bq{
	text-align: right;
}
.module-017 .bq p{
	color: #fff;
	margin-bottom: 5px;
	font-size: 14px;
}
.module-017 .bq p:nth-last-of-type(1){
	margin-bottom: 0;
}
.module-017 .bq p a{
	color: #fff;
	font-size: 12px;
}
.module-017 .bq p a:hover{
	color: #c19969;
}
@media screen and (max-width: 1280px){
	.module-017 .logo{
		width: 180px;
	}
}
@media screen and (max-width: 1199px){
	.module-017 .logo{
		width: 170px;
	}
}
@media screen and (max-width: 991px){
	.module-017 .logo{
		width: 160px;
	}
	.module-017 .bq p{
		font-size: 12px;
	}
	.module-017 .lj ul>li>a{
		font-size: 12px;
	}
}
@media screen and (max-width: 767px){
	.module-017{
		padding: 20px 15px;
		text-align: center;
	}
	.module-017 .logo{
		width: 150px;
		display: inline-block;
	}
	.module-017 .ewm{
		text-align: center;
		margin-bottom: 15px;
	}
	.module-017 .ewm-title{
		text-align: center;
		margin-bottom: 15px;
		font-size: 12px;
	}
	.module-017 .bq{
		text-align: center;
	}
	.module-017 .bq p{
		margin-bottom: 10px;
		font-size: 12px;
	}
}



.module-018 ul>li{
	display: inline-block;
	margin-right: 20px;
}
.module-018 ul>li:nth-last-of-type(1){
	margin-right: 0;
}
.module-018 ul>li>a{
	color: #666666;
	display: inline-block;
	padding: 30px 15px;
	border-bottom: 3px solid #fff;
	font-size: 16px;
}
.module-018 ul>li.active>a{
	color: #000000;
	border-bottom: 3px solid #c19969;
	font-weight: 700;
}
.module-018 ul>li>a:hover{
	color: #000000;
	border-bottom: 3px solid #c19969;
}
@media screen and (max-width: 991px){
	.module-018 ul>li>a{
		padding: 25px 10px;
		font-size: 14px;
	}
}
@media screen and (max-width: 767px){
	.module-018 ul>li>a{
		padding: 20px 15px;
		font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.module-018 ul>li>a{
		padding: 15px 10px;
		border-bottom: 2px solid #fff;
		font-size: 14px;
	}
}

.module-019{
	border-bottom: 1px solid #666666;
	font-size: 0;
}
.module-019 input{
	padding-bottom: 10px;
	outline: none;
	border: none;
	font-size: 12px;
	width: calc(100% - 25px);
	vertical-align: middle;
}
.module-019 a{
	display: inline-block;
	color: #000;
	vertical-align: middle;
	padding-bottom: 10px;
}
.module-019 a i{
	font-size: 24px;
	transition: all .5s;
}
.module-019 a:hover i{
	color: #a76d45;
}
@media screen and (max-width: 767px){
	.module-019{
		padding-top: 10px;
	}
}


.module-020{
	margin-bottom: 60px;
	position: relative;
	padding-bottom: 20px;
}
.module-020::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 0%;
	border-top: 1px solid #a76d45;
	transition: all .5s;
	opacity: 0;
}
.module-020:hover::after{
	width: 100%;
	opacity: 1;
}
.module-020 .tp{
	padding-bottom: 68.18%;
	transition: all .5s;
}
.module-020 a:hover .tp{
	transform: scale(1.05);
}
.module-020 .title{
	font-size: 20px;
	color: #a76d45;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 10px;
}
.module-020 .note{
	color: #666666;
	text-align: center;
}
@media screen and (max-width: 991px){
	.module-020 {
	    margin-bottom: 40px;
		padding-bottom: 15px;
	}
}
@media screen and (max-width: 767px){
	.module-020 {
	    margin-bottom: 30px;
	    padding-bottom: 10px;
	}
	.module-020 .title {
	    font-size: 18px;
	    padding-top: 15px;
	    margin-bottom: 5px;
	}
	.module-020 .note{
		font-size: 12px;
	}
}
@media screen and (max-width: 575px){
	.module-020 .title {
	    font-size: 20px;
	}
}


.module-021{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.module-021 .box-left ul>li{
	display: inline-block;
}
.module-021 .box-left ul>li>a{
	display: inline-block;
	color: #666666;
}
.module-021 .box-left ul>li:nth-last-of-type(1)>a{
	color: #000000;
}
.module-021 .box-left ul>li>a:hover{
	color: #c19969;
}
.module-021 .box-left ul>li::after{
	content: "/";
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	color: #666666;
}
.module-021 .box-left ul>li:nth-last-of-type(1)::after{
	content: "";
	display: none;
}
.module-021 .box-right .left .text{
	color: #c4c4c4;
	font-size: 14px;
	margin-left: 10px;
}
.module-021 .box-right .right .text{
	color: #c4c4c4;
	font-size: 14px;
	margin-right: 10px;
}
.module-021 .box-right .left a img{
	transition: all .3s;
	-wabkit-transition: all .3s;
	-moz-transition: all .3s;
}
.module-021 .box-right .right a img{
	transition: all .3s;
	-wabkit-transition: all .3s;
	-moz-transition: all .3s;
}
.module-021 .box-right .left a:hover .text{
	color: #fff;
}
.module-021 .box-right .right a:hover .text{
	color: #fff;
}
.module-021 .box-right .left a:hover img{
	transform: translateX(-5px);
	-webkit-transform: translateX(-5px);
	-moz-transform: translateX(-5px);
}
.module-021 .box-right .right a:hover img{
	transform: translateX(5px);
	-webkit-transform: translateX(5px);
	-moz-transform: translateX(5px);
}
.module-021 .box-right .center{
	margin-left: 15px;
	margin-right: 15px;
}
.module-021 .box-right .center a img{
	transition: all .3s;
	-wabkit-transition: all .3s;
	-moz-transition: all .3s;
}
.module-021 .box-right .center a:hover img{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
}
.module-021 .box-right .btn-box img{
	vertical-align: middle;
}
.module-021 .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-021 .box-right .btn-box:hover .title{
	color: #c19969;
}
@media screen and (max-width: 767px) {
	.module-021 .box-left ul>li>a{
		font-size: 12px;
	}
	.module-021 .box-right .left .text{
		font-size: 12px;
	}
	.module-021 .box-right .right .text{
		font-size: 12px;
	}
	.module-021 .box-right .btn-box .title{
		font-size: 12px;
	}
}


.module-022 {
	overflow: hidden;
	padding-bottom: 40px;
}
.module-022 .over-img{
	position: relative;
}
.module-022 .tp{
	padding-bottom: 57.24%;
}
.module-022 .over-img .title{
	position: absolute;
	right: 65px;
	bottom: 50px;
	color: #cccccc;
	padding: 20px 40px;
	font-size: 24px;
	background-color: rgba(0,0,0,0.25);
}
.module-022 .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #c19969;
	opacity: 1;
}
.module-022 .swiper-pagination-bullet {
	background: #b2b2b2;
	opacity: 1;
}

.module-022 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
}
.module-022 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0;
}
@media screen and (max-width: 1280px) {
	.module-022 .over-img .title{
		right: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-022 .over-img .title{
		right: 50px;
		padding: 17px 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-022 .over-img .title{
		right: 40px;
		padding: 15px 30px;
		font-size: 16px;
	}
	.module-022 {
		padding-bottom: 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-022 .over-img .title{
		right: 30px;
		padding: 12px 25px;
		font-size: 14px;
	}
	.module-022 {
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-022 .over-img .title{
		right: 20px;
		bottom: 40px;
		padding: 10px 20px;
		font-size: 12px;
	}
	.module-022 {
		padding-bottom: 25px;
	}
}


.module-023 .title{
	color: #333333;
	font-size: 24px;
	margin-bottom: 15px;
}
.module-023 .bjb{
	padding: 0;
}
@media screen and (max-width: 991px) {
	.module-023 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-023 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-023 .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
}


.module-024 a{
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	background-color: #fff;
	margin-bottom: 100px;
}
.module-024 .tp{
	padding-bottom: 61.2%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-024 a:hover .tp{
	transform: scale(1.05);
}
.module-024 .text .title-en{
	font-size: 20px;
	color: #666666;
}
.module-024 .text .title-cn{
	font-size: 30px;
	color: #353741;
	margin-top: 10px;
}
.module-024 .text .note{
	color: #999999;
	line-height: 1.75em;
	margin-top: 30px;
}
.module-024 .text .more{
	color: #999999;
	display: inline-block;
	padding: 10px 35px;
	border: 1px solid #e7e7e7;
	margin-top: 50px;
	transition: all .5s;
}
.module-024 .text .more span{
	vertical-align: middle;
}
.module-024 .text .more i{
	font-size: 18px;
	vertical-align: middle;
	margin-left: 5px;
}
.module-024 a:hover .text .more{
	color: #fff;
	border: 1px solid #c19969;
	background-color: #c19969;
}
@media screen and (max-width: 1680px) {
	.module-024 a {
	    margin-bottom: 90px;
	}
	.module-024 .text .title-cn {
	    font-size: 26px;
	}
	.module-024 .text .more {
	    margin-top: 40px;
	}
}
@media screen and (max-width: 1440px) {
	.module-024 a {
	    margin-bottom: 80px;
	}
	.module-024 .text .title-cn {
	    font-size: 24px;
	}
	.module-024 .text .more {
	    margin-top: 35px;
	}
}
@media screen and (max-width: 1280px) {
	.module-024 a {
	    margin-bottom: 70px;
	}
	.module-024 .text .title-en {
	    font-size: 18px;
	}
	.module-024 .text .title-cn {
	    font-size: 22px;
	}
	.module-024 .text .note {
	    margin-top: 25px;
	}
	.module-024 .text .more {
	    padding: 10px 30px;
	    margin-top: 30px;
	}
}
@media screen and (max-width: 1199px) {
	.module-024 .text .title-en {
	    font-size: 16px;
	}
	.module-024 .text .title-cn {
	    font-size: 20px;
	}
	.module-024 .text .note {
	    margin-top: 20px;
	}
	.module-024 .text .more {
	    padding: 10px 25px;
	    margin-top: 25px;
	}
	.module-024 a {
	    margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-024 .text .title-en {
	    font-size: 14px;
	}
	.module-024 .text .title-cn {
	    font-size: 18px;
	}
	.module-024 .text .note {
	    margin-top: 15px;
		font-size: 12px;
	}
	.module-024 .text .more {
	    padding: 7px 15px;
	    margin-top: 15px;
		font-size: 12px;
	}
	.module-024 a {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-024 .text .title-en {
	    font-size: 16px;
		margin-top: 15px;
	}
	.module-024 .text .title-cn {
	    font-size: 20px;
	}
	.module-024 .text .note {
	    margin-top: 20px;
	}
	.module-024 .text .more {
	    padding: 7px 20px;
	    margin-top: 20px;
	}
	.module-024 a {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-024 .text .title-en {
	    font-size: 14px;
	}
	.module-024 .text .title-cn {
	    font-size: 18px;
	}
	.module-024 .text .note {
	    margin-top: 15px;
		font-size: 12px;
	}
	.module-024 .text .more {
	    padding: 7px 15px;
	    margin-top: 15px;
		font-size: 12px;
	}
	.module-024 a {
	    margin-bottom: 30px;
	}
}


.module-025 .title{
	font-size: 30px;
	color: #333333;
}
@media screen and (max-width: 1680px) {
	.module-025 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-025 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-025 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-025 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-025 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-025 .title{
		font-size: 18px;
	}
}


.module-026 {
	margin-bottom: 120px;
}
.module-026 .tp{
	padding-bottom: 131.81%;
}
.module-026 .text-box .title{
	font-size: 18px;
	color: #999999;
	margin-bottom: 10px;
}
.module-026 .text-box .title span{
	color: #333333;
	font-size: 24px;
	margin-right: 10px;
}
.module-026 .text-box .note{
	color: #999999;
	font-size: 14px;
	line-height: 1.75em;
}
@media screen and (max-width: 1680px) {
	.module-026 {
		margin-bottom: 110px;
	}
}
@media screen and (max-width: 1440px) {
	.module-026 {
		margin-bottom: 95px;
	}
}
@media screen and (max-width: 1280px) {
	.module-026 {
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1199px) {
	.module-026 {
		margin-bottom: 65px;
	}
}
@media screen and (max-width: 991px) {
	.module-026 {
		margin-bottom: 50px;
	}
	.module-026 .text-box .title{
		font-size: 16px;
	}
	.module-026 .text-box .note{
		font-size: 16px;
	}
	.module-026 .text-box .title span{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-026 {
		margin-bottom: 40px;
	}
	.module-026 .text-box .title{
		font-size: 14px;
	}
	.module-026 .text-box .note{
		font-size: 14px;
	}
	.module-026 .text-box .title span{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-026 {
		margin-bottom: 30px;
	}
	.module-026 .text-box{
		margin-top: 15px;
	}
	.module-026 .text-box .title{
		font-size: 12px;
	}
	.module-026 .text-box .note{
		font-size: 12px;
	}
	.module-026 .text-box .title span{
		font-size: 18px;
	}
}



.module-027{
	border-bottom: 1px solid #eeeeee;
}
.module-027 .title-en{
	font-size: 44px;
	color: #a76d45;
	line-height: 1em;
	margin-bottom: 25px;
}
.module-027 .title-cn{
	font-size: 20px;
	color: #999999;
	line-height: 1em;
}
.module-027 .title-cn span{
	font-size: 22px;
	color: #333333;
	margin-right: 10px;
}
@media screen and (max-width: 1440px) {
	.module-027 .title-en{
		font-size: 42px;
	}
}
@media screen and (max-width: 1280px) {
	.module-027 .title-en{
		font-size: 38px;
	}
}
@media screen and (max-width: 1199px) {
	.module-027 .title-en{
		font-size: 34px;
	}
	.module-027 .title-cn{
		font-size: 18px;
	}
	.module-027 .title-cn span{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-027 .title-en{
		font-size: 30px;
	}
	.module-027 .title-cn{
		font-size: 16px;
	}
	.module-027 .title-cn span{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-027 .title-en{
		font-size: 26px;
		margin-bottom: 20px;
	}
	.module-027 .title-cn{
		font-size: 14px;
	}
	.module-027 .title-cn span{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-027 .title-en{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.module-027 .title-cn{
		font-size: 12px;
	}
	.module-027 .title-cn span{
		font-size: 14px;
	}
}


.module-028 .note{
	color: #666666;
	font-size: 14px;
	line-height: 2em;
	margin-bottom: 40px;
}
.module-028 .note span a{
	color: #136ec2;
	text-decoration: none;
}
.module-028 .tp{
	padding-bottom: 76.49%;
}
@media screen and (max-width: 1280px) {
	.module-028 .note{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-028 .note{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-028 .note{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-028 .note{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-028 .note{
		font-size: 12px;
		margin-bottom: 15px;
	}
	.module-028{
		margin-bottom: 15px;
	}
}


.module-029 .over-img{
	margin-bottom: 30px;
}
.module-029 .tp{
	padding-bottom: 73%;
}
.module-029 .note{
	color: #666666;
	font-size: 14px;
	line-height: 1.75em;
}
@media screen and (max-width: 575px) {
	.module-029 .over-img{
		margin-bottom: 15px;
	}
	.module-029 .note{
		font-size: 12px;
	}
}


.module-030 .box{
	padding-left: 40px;
	margin-bottom: 50px;
}
.module-030 .box .title{
	color: #333333;
	font-size: 24px;
	position: relative;
	margin-bottom: 15px;
}
.module-030 .box .title::after{
	content: "";
	position: absolute;
	top: 50%;
	left: -30px;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	background-color: #a76d45;
	border-radius: 50%;
}
.module-030 .bjb{
	padding: 0;
}
.module-030 .tp-list{
	font-size: 0;
}
.module-030 .tp-list .over-img {
	width: 140px;
	margin-right: 7px;
	margin-top: 7px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}
.module-030 .tp-list .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-030 .tp-list .over-img:hover::after{
	opacity: 1;
}
.module-030 .tp-list .over-img .tp{
	padding-bottom: 71.428%;
}
@media screen and (max-width: 1199px) {
	.module-030 .box{
		padding-left: 35px;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-030 .box .title::after{
		left: -25px;
	}
	.module-030 .box{
		padding-left: 30px;
		margin-bottom: 40px;
	}
	.module-030 .box .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-030 .box .title::after{
		left: -20px;
	}
	.module-030 .box{
		padding-left: 25px;
		margin-bottom: 35px;
	}
	.module-030 .box .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-030 .box .title::after{
		left: -15px;
		width: 6px;
		height: 6px;
	}
	.module-030 .box{
		padding-left: 20px;
		margin-bottom: 30px;
	}
	.module-030 .box .title{
		font-size: 18px;
	}
}


.module-031 .nav-top{
	border-bottom: 1px solid #ededed;
}
.module-031 .nav-top .left{
	display: inline-block;
	padding: 15px;
	font-size: 14px;
	color: #333333;
}
.module-031 .nav-top .right{
	float: right;
	padding: 15px;
	cursor: pointer;
	font-size: 14px;
	color: #333333;
}
.module-031 ul{
	display: none;
}
.module-031 ul>li>a{
	display: block;
	padding: 10px 15px;
	border-bottom: 1px solid #ededed;
	text-decoration: none;
	color: #333333;
}
.module-031 ul>li.active>a,
.module-031 ul>li>a:hover{
	border-bottom: 1px solid #c19969;
	color: #fff;
	background-color: #c19969;
}


.module-032 a .tp{
	padding-bottom: 56.57%;
	transition: all .5s;
}
.module-032 a:hover .tp{
	transform: scale(1.15);
}
.module-032 a .over-img{
	transition: all .5s;
}
.module-032 a:hover .over-img{
	transform: scale(0.90);
}
.module-032 .box1{
	padding-bottom: 90px;
	margin-bottom: 90px;
	border-bottom: 1px solid #f5f5f5;
}
.module-032 .box1 a{
	display: block;
}
.module-032 .box1 a .title{
	font-size: 24px;
	color: #000000;
	transition: all .5s;
}
.module-032 .box1 a:hover .title{
	color: #c19969;
}
.module-032 .box1 a .note{
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}
.module-032 .box1 a .icon{
	margin-top: 40px;
}
.module-032 .box1 a .date{
	margin-top: 150px;
	color: #999999;
	font-size: 22px;
}
.module-032 .box2{
	margin-bottom: 90px;
}
.module-032 .box2 a .title{
	font-size: 20px;
	color: #333333;
}
.module-032 .box2 a:hover .title{
	color: #c19969;
}
.module-032 .box2 a .note{
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}
.module-032 .box2 a .date{
	margin-top: 70px;
	color: #999999;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 1680px) {
	.module-032 .box1 {
	    padding-bottom: 80px;
	    margin-bottom: 80px;
	}
	.module-032 .box1 a .date {
	    margin-top: 130px;
	}
}
@media screen and (max-width: 1440px) {
	.module-032 .box1 {
	    padding-bottom: 70px;
	    margin-bottom: 70px;
	}
	.module-032 .box1 a .icon {
	    margin-top: 35px;
	}
	.module-032 .box1 a .date {
	    margin-top: 100px;
	}
	.module-032 .box2 a .date {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-032 .box1 {
	    padding-bottom: 60px;
	    margin-bottom: 60px;
	}
	.module-032 .box1 a .icon {
	    margin-top: 30px;
	}
	.module-032 .box1 a .date {
	    margin-top: 70px;
	}
	.module-032 .box2 a .date {
	    margin-top: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-032 .box1 {
	    padding-bottom: 50px;
	    margin-bottom: 50px;
	}
	.module-032 .box1 a .title {
	    font-size: 22px;
	}
	.module-032 .box1 a .note {
	    font-size: 12px;
	}
	.module-032 .box1 a .icon {
	    margin-top: 25px;
	}
	.module-032 .box1 a .date {
	    margin-top: 50px;
		font-size: 18px;
	}
	.module-032 .box2 a .date {
	    margin-top: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-032 .box1 {
	    padding-bottom: 40px;
	    margin-bottom: 40px;
	}
	.module-032 .box1 a .title{
	    font-size: 20px;
	}
	.module-032 .box2 a .title {
	    font-size: 18px;
	}
	.module-032 .box1 a .note,
	.module-032 .box2 a .note {
	    font-size: 12px;
	}
	.module-032 .box1 a .icon {
	    margin-top: 20px;
	}
	.module-032 .box1 a .date,
	.module-032 .box2 a .date {
	    margin-top: 30px;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-032 .box1 {
	    padding-bottom: 30px;
	    margin-bottom: 30px;
	}
	.module-032 .box1 a .title,
	.module-032 .box2 a .title{
	    font-size: 18px;
		margin-top: 15px;
	}
	.module-032 .box1 a .note,
	.module-032 .box2 a .note {
	    font-size: 14px;
	}
	.module-032 .box1 a .icon {
	    margin-top: 15px;
	}
	.module-032 .box1 a .date,
	.module-032 .box2 a .date{
	    margin-top: 20px;
	    font-size: 14px;
	}
	.module-032 .box2 {
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-032 .box1 {
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.module-032 .box1 a .title,
	.module-032 .box2 a .title{
	    font-size: 16px;
		margin-top: 10px;
	}
	.module-032 .box1 a .note,
	.module-032 .box2 a .note {
	    font-size: 12px;
	    margin-top: 10px;
	}
	.module-032 .box1 a .icon {
	    margin-top: 10px;
	}
	.module-032 .box1 a .date,
	.module-032 .box2 a .date{
	    margin-top: 10px;
	    font-size: 12px;
	}
	.module-032 .box2 {
	    margin-bottom: 20px;
	}
}


.module-033 .title-box{
	padding-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
}
.module-033 .title{
	font-size: 30px;
	color: #333333;
}
.module-033 .note{
	font-size: 18px;
	color: #999999;
	margin-top: 20px;
}
.module-033 .note span{
	margin-right: 30px;
}
@media screen and (max-width: 1680px) {
	.module-033 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-033 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-033 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-033 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-033 .title{
		font-size: 20px;
	}
	.module-033 .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-033 .title{
		font-size: 18px;
	}
	.module-033 .title-box{
		padding-bottom: 25px;
	}
	.module-033 .note{
		font-size: 14px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-033 .title{
		font-size: 16px;
	}
	.module-033 .title-box{
		padding-bottom: 20px;
	}
	.module-033 .note{
		font-size: 12px;
		margin-top: 10px;
	}
}


.module-034 select{
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	border: 1px solid #eeeeee;
	outline: none;
	transition: all .5s;
}
.module-034 select:hover{
	border: 1px solid #c19969;
}
.module-034 .search-box{
	border: 1px solid #eeeeee;
	font-size: 0;
	transition: all .5s;
}
.module-034 .search-box:hover{
	border: 1px solid #c19969;
}
.module-034 .search-box input{
	width: calc(100% - 51px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-034 .search-box a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #cccccc;
	vertical-align: middle;
}
.module-034 .search-box a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-034 .search-box a i:hover{
	color: #c19969;
}
.module-034 .a-btn a{
	display: block;
	background-color: rgba(193,153,105,1);
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	position: relative;
	transition: all .5s;
}
.module-034 .a-btn a:hover{
	background-color: rgba(193,153,105,0);
	color: #c19969;
}
.module-034 .a-btn a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: #c19969;
	transition: all .8s;
}
.module-034 .a-btn a:hover::after{
	width: 100%;
}
.module-034 .a-btn a::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background-color: #c19969;
	transition: all .8s;
}
.module-034 .a-btn a:hover::before{
	width: 100%;
}
@media screen and (max-width: 991px) {
	.module-034 select{
		padding: 7px 10px;
		font-size: 12px;
	}
	.module-034 .search-box input {
	    width: calc(100% - 40px);
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-034 .search-box a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
	.module-034 .a-btn a {
	    padding: 8px;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.module-034 select,
	.module-034 .search-box,
	.module-034 .a-btn{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-034 select,
	.module-034 .search-box,
	.module-034 .a-btn{
		margin-bottom: 10px;
	}
	.module-034 select{
		padding: 7px 10px;
		font-size: 12px;
	}
	.module-034 .search-box input {
	    width: calc(100% - 40px);
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-034 .search-box a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
	.module-034 .a-btn a {
	    padding: 10px;
		font-size: 12px;
	}
}


.module-035 .box{
	padding: 20px 50px;
	background-color: #fafafa;
	margin-bottom: 40px;
}
.module-035 .over-img{
	cursor: pointer;
	position: relative;
}
.module-035 .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-035 .over-img:hover::after{
	opacity: 1;
}
.module-035 .tp{
	padding-bottom: 69.56%;
	transition: all .5s;
}
.module-035 .over-img:hover .tp{
	transform: scale(1.05);
}
.module-035 .title-box .title{
	font-size: 16px;
	color: #333333;
	margin-bottom: 5px;
	transition: all .5s;
	font-weight: 700;
}
.module-035 .title-box .title:hover{
	color: #c19969;
}
.module-035 .title-box  .note{
	font-size: 16px;
	color: #666666;
}
.module-035 .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-035 .a-btn a:hover{
	border: 1px solid #c19969;
	color: #c19969;
}
@media screen and (max-width: 1680px) {
	.module-035 .box {
	    padding: 20px 45px;
	}
}
@media screen and (max-width: 1440px) {
	.module-035 .box {
	    padding: 20px 40px;
	}
}
@media screen and (max-width: 1280px) {
	.module-035 .box {
	    padding: 20px 35px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-035 .box {
	    padding: 20px 30px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-035 .title-box{
		margin-bottom: 15px;
	}
	.module-035 .over-img{
		margin-bottom: 15px;
	}
	.module-035 .box {
	    padding: 20px 25px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-035 .box {
	    padding: 20px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-035 .box {
	    padding: 15px;
		margin-bottom: 15px;
	}
	.module-035 .title-box .title{
		font-size: 14px;
	}
	.module-035 .title-box  .note{
		font-size: 12px;
	}
	.module-035 .a-btn a {
	    font-size: 12px;
	    padding: 7px 15px;
	    max-width: 130px;
	}
}


.module-036{
	text-align: center;
	margin-bottom: 75px;
}
.module-036 .title{
	font-size: 28px;
	color: #333333;
	margin-bottom: 20px;
}
.module-036 .note{
	color: #666666;
}
@media screen and (max-width: 1680px) {
	.module-036 {
	    margin-bottom: 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-036 {
	    margin-bottom: 65px;
	}
}
@media screen and (max-width: 1280px) {
	.module-036 .title{
		font-size: 28px;
	}
	.module-036 {
	    margin-bottom: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-036 .title{
		font-size: 24px;
	}
	.module-036 {
	    margin-bottom: 55px;
	}
}
@media screen and (max-width: 991px) {
	.module-036 .title{
		font-size: 22px;
	}
	.module-036 {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-036 .title{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.module-036 {
	    margin-bottom: 45px;
	}
}
@media screen and (max-width: 575px) {
	.module-036 .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.module-036 .note{
		font-size: 12px;
	}
	.module-036 {
	    margin-bottom: 40px;
	}
}


.module-037{
	margin-bottom: 130px;
	max-width: 500px;
}
.module-037 .title{
	margin-top: 20px;
	font-size: 20px;
	color: #333333;
}
.module-037 .note{
	margin-top: 15px;
	color: #666666;
	line-height: 1.75em;
}
.module-037 .img-box{
	display: inline-block;
	max-width: 60px;
}
@media screen and (max-width:1280px) {
	.module-037{
		margin-bottom: 110px;
	}
	.module-037 img{
		width: 80px;
	}
}
@media screen and (max-width:1199px) {
	.module-037{
		margin-bottom: 90px;
	}
	.module-037 img{
		width: 70px;
	}
}
@media screen and (max-width:991px) {
	.module-037{
		margin-bottom: 70px;
	}
	.module-037 img{
		width: 60px;
	}
}
@media screen and (max-width:767px) {
	.module-037 .title{
		font-size: 18px;
	}
	.module-037{
		margin-bottom: 50px;
	}
	.module-037 img{
		width: 50px;
	}
}
@media screen and (max-width: 575px) {
	.module-037 .title{
		margin-top: 15px;
		font-size: 14px;
	}
	.module-037 .note{
		margin-top: 10px;
		font-size: 8px;
	}
	.module-037{
		margin-bottom: 30px;
	}
	.module-037 img{
		width: 40px;
	}
}


.module-038 .bjb{
	padding: 0;
}


.module-039{
	text-align: center;
	margin-bottom: 50px;
}
.module-039 .title{
	font-size: 32px;
	color: #000000;
}
@media screen and (max-width: 1680px) {
	.module-039{
		margin-bottom: 40px;
	}
	.module-039 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-039{
		margin-bottom: 35px;
	}
	.module-039 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-039{
		margin-bottom: 30px;
	}
	.module-039 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-039{
		margin-bottom: 25px;
	}
	.module-039 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-039{
		margin-bottom: 20px;
	}
	.module-039 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-039{
		margin-bottom: 15px;
	}
	.module-039 .title{
		font-size: 18px;
	}
}


.module-040{
	border: 1px solid #333333;
	font-size: 0;
	max-width: 800px;
	margin: 0 auto;
	transition: all .5s;
}
.module-040:hover{
	border: 1px solid #c19969;
}
.module-040 select{
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 100px;
}
.module-040 input{
	width: calc(100% - 151px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-040 a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #a1a1a1;
	vertical-align: middle;
}
.module-040 a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-040 a:hover i{
	color: #c19969;
}
@media screen and (max-width: 991px) {
	.module-040 input {
	    font-size: 12px;
	    padding: 7px 10px;
		width: calc(100% - 140px);
	}
	.module-040 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-040{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-040{
		margin-bottom: 10px;
	}
	.module-040 input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-040 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}



.module-041 .text{
	font-size: 18px;
	color: #333333;
	margin-bottom: 50px;
}
.module-041 .list-box{
	border-top: 1px solid #f5f5f5;
}
.module-041 .list-box .box a{
	display: block;
	padding: 25px;
	border-bottom: 1px solid #f5f5f5;
	color: #000000;
	font-size: 20px;
}
.module-041 .list-box .box a:hover{
	background-color: #f5f5f5;
}
@media screen and (max-width: 1199px) {
	.module-041 .text{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-041 .text{
		margin-bottom: 40px;
	}
	.module-041 .list-box .box a{
		padding: 25px;
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-041 .text{
		font-size: 16px;
		margin-bottom: 35px;
	}
	.module-041 .list-box .box a{
		padding: 20px;
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-041 .text{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.module-041 .list-box .box a{
		padding: 15px;
		font-size: 14px;
	}
}


.module-042{
	text-align: center;
	width: 36%;
	margin: 0 auto 20px;
}
@media screen and (max-width: 991px) {
	.module-042{
		width: 45%;
		margin: 0 auto 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-042{
		width: 40%;
		margin: 0 auto 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-042{
		width: 70%;
		margin: 0 auto 15px;
	}
}