

@font-face {
	font-family:"BASKVILL";
	src: url(../font/BASKVILL.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;
    text-align: center;
}

.index-news {
	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: 1280px;
	margin: 0 auto;
}

.default-ny-container {
	max-width: 1440px;
	margin: 0 auto;
}

.default-index-container {
	max-width: 1630px;
	margin: 0 auto;
}

.default-product-container {
	max-width: 1680px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.default-padd-30 {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*模块上下边距*/
.container-padd-tb100 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.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;
}
.container-padd-b0 {
	padding-bottom: 0px;
}

@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
	.container-padd-b0{
		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,
	.container-padd-b0{
		padding-bottom: 30px;
	}
}

/*模块上下边距 end*/

/*元素边距*/
.model-padd-t10 {
	padding-top: 10px;
}

.model-padd-t20 {
	padding-top: 20px;
}

.model-padd-t30 {
	padding-top: 30px;
}

.model-padd-t40 {
	padding-top: 40px;
}

.model-padd-t50 {
	padding-top: 50px;
}

.model-padd-t60 {
	padding-top: 60px;
}

.model-padd-t70 {
	padding-top: 70px;
}

.model-padd-t80 {
	padding-top: 80px;
}

.model-padd-b10 {
	padding-bottom: 10px;
}

.model-padd-b20 {
	padding-bottom: 20px;
}

.model-padd-b30 {
	padding-bottom: 30px;
}

.model-padd-b40 {
	padding-bottom: 40px;
}

.model-padd-b50 {
	padding-bottom: 50px;
}

.model-padd-b60 {
	padding-bottom: 60px;
}

.model-padd-b70 {
	padding-bottom: 70px;
}

.model-padd-b80 {
	padding-bottom: 80px;
}


.model-padd-l10 {
	padding-left: 10px;
}

.model-padd-l20 {
	padding-left: 20px;
}

.model-padd-l30 {
	padding-left: 30px;
}

.model-padd-l40 {
	padding-left: 40px;
}

.model-padd-l50 {
	padding-left: 50px;
}

.model-padd-l60 {
	padding-left: 60px;
}

.model-padd-l70 {
	padding-left: 70px;
}

.model-padd-r10 {
	padding-right: 10px;
}

.model-padd-r20 {
	padding-right: 20px;
}

.model-padd-r30 {
	padding-right: 30px;
}

.model-padd-r40 {
	padding-right: 40px;
}

.model-padd-r50 {
	padding-right: 50px;
}

.model-padd-r60 {
	padding-right: 60px;
}

.model-padd-r70 {
	padding-right: 70px;
}

.model-margin-l-60{
	margin-left: -60px;
}
.model-margin-r-60{
	margin-right: -60px;
}
@media screen and (max-width: 1680px) {
	.model-padd-t80 {
		padding-top: 70px;
	}

	.model-padd-b80 {
		padding-bottom: 70px;
	}

	.model-padd-l70 {
		padding-left: 55px;
	}

	.model-padd-r70 {
		padding-right: 55px;
	}
}

@media screen and (max-width: 1440px) {
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 60px;
	}

	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 60px;
	}

	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 40px;
	}

	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 40px;
	}
	
	.model-margin-l-60{
		margin-left: -40px;
	}
	
	.model-margin-r-60{
		margin-right: -40px;
	}
}

@media screen and (max-width: 1199px) {

	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 50px;
	}

	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 50px;
	}

	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 25px;
	}

	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 25px;
	}
	
	.model-margin-l-60{
		margin-left: -25px;
	}
	
	.model-margin-r-60{
		margin-right: -25px;
	}
}

@media screen and (max-width: 991px) {

	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 40px;
	}

	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 40px;
	}

	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 10px;
	}

	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 10px;
	}
	
	.model-margin-l-60{
		margin-left: -10px;
	}
	
	.model-margin-r-60{
		margin-right: -10px;
	}
}

@media screen and (max-width: 767px) {

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 30px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 30px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: 0;
	}
	
	.model-margin-r-60{
		margin-right: 0;
	}
}

@media screen and (max-width: 575px) {
	.model-padd-t30 {
		padding-top: 15px;
	}

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 25px;
	}

	.model-padd-b30 {
		padding-bottom: 15px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 25px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
}

/*元素边距 end*/

/*编辑版开始*/
.bjb {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.bjb.padd0{
	padding-top: 0;
	padding-bottom: 0;
}

.bjb img {
	max-width: 100%;
	height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p {
	color: #666666;
}

.bjb p {
	line-height: 2em;
	font-size: 1.2em;
}

@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: #6d6d6d;
}
.bgcolor2 {
	background-color: #d9d8d8;
}
.bgcolor3 {
	background-color: #fff;
}
.bgcolor4 {
	background-color: #d5d9db;
}
.bgimg1 {
	background-image: url(../image/productbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg2 {
	background-image: url(../image/videobg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.bgimg3 {
	background-image: url(../image/aboutbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bgimg4 {
	background-image: url(../image/partnerbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*分页开始*/
.paging {
	margin: 30px auto;
}
.paging-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.paging-list li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.paging-list li a {
	padding: 7px 15px;
	border: 1px solid #e5ded8;
	background-color: #fcf4eb;
	color: #7a6351;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}

.paging-list li a:hover,
.paging-list li.active a{
	border: 1px solid #6eb92b;
	background-color: #6eb92b;
	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;
	}
}
/*分页结束*/


/* 头部导航 */
.pc-header-height-div{
	height: 90px;
}
.pc-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	transition: all .5s;
	padding-left: 133px;
	padding-right: 133px;
	background-color: #fff;
}
.pc-header.ny-pc-header{
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header.scroll{
	transition: all .5s;
	border-bottom: 1px solid rgba(55,49,66,1);
}
.pc-header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	right: 0;
	background-color: #498a0f;
	opacity: 0;
	transition: all 0.3s;
}
.pc-header.active{
	border-bottom: 1px solid rgba(245,245,245,0);
}
.pc-header.active::after{
	opacity: 1;
	transition: all 0.5s;
}
.pc-header-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0;
	z-index: 999;
}
.pc-header-bg .top-bgcolor{
	background-color: #fff;
	height: 40%;
	/*background-image: url(../images/gdjqr_008.jpg);*/
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	min-height: 430px;
	padding-left: 30px;
	padding-right: 30px;
}
.pc-header-bg .top-bgcolor .posi-text-box{
	max-width: 1830px;
	margin: 0 auto;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 350px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box p{
	color: #424242;
	margin-bottom: 5px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box::after{
	content: "";
	position: absolute;
	top: -35px;
	left: 0;
	display: inline-block;
	height: 2px;
	width: 36px;
	background-color: #424242;
}
.pc-header-bg .bottom-bgcolor{
	background-color: rgba(0,0,0,0.7);
	height: 60%;
}
.pc-header .left{
	width: 370px;
	height: 55px;
}
.pc-header .left .logo{
	position: relative;
	width: 370px;
	height: 55px;
	display: inline-block;
}
.pc-header .left .logo::after{
	content: "";
	background-image: url(../image/logo.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 370px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	transition: all .5s;
}
.pc-header.scroll .left .logo::after,
.pc-header.active .left .logo::after,
.pc-header.ny-pc-header .left .logo::after,
.pc-header .left .logo:hover::after{
	opacity: 0;
}
.pc-header .left .logo::before{
	content: "";
	background-image: url(../image/logo-m.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 370px;
	height: 55px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .5s;
}
.pc-header.scroll .left .logo::before,
.pc-header.active .left .logo::before,
.pc-header.ny-pc-header .left .logo::before,
.pc-header .left .logo:hover::before{
	opacity: 1;
}
.pc-header .content{
	max-width: 1830px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}
.pc-header .right{
	width: calc(100% - 158px);
	text-align: right;
	font-size: 0;
}
.pc-header .right .level1{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .level1>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pc-header .right .level1>li>a{
	font-size: 1.2em;
	color: #666666;
	position: relative;
	display: inline-block;
	padding: 33px 30px;
}
.pc-header.active .right .level1>li>a,
.pc-header.scroll .right .level1>li>a,
.pc-header.ny-pc-header .right .level1>li>a{
	color: #666666;
	padding: 28px 30px;
}
.pc-header .right .level1>li:hover>a{
	color: #fff;
	background-color: #498a0f;
}
.pc-header .right .level1>li.active>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 7px;
	background-color: #498a0f;
}

.pc-header .right .level2 {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	display: none;
	opacity: 0;
	background-color: #498a0f;
	padding: 10px 0;
}
.pc-header .right .level2>li{
	text-align: left;
}
.pc-header .right .level2>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.pc-header .right .level2>li>a {
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	color: #fff;
	position: relative;
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
}
.pc-header .right .level2>li>a::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	background-color: #fff;
	font-size: 0;
	line-height: 1em;
	vertical-align: middle;
	margin-right: 10px;
}
.pc-header .right .level2>li>a:hover {
	background-color: #443d51;
}
.pc-header .right .en-box{
	display: inline-block;
	vertical-align: middle;
	padding-left: 30px;
	transition: all .5s;
	position: relative;
}
.pc-header .right .en-box a i{
	display: inline-block;
	color: #498a0f;
	font-size: 1.5em;
	transition: all .5s;
}
.pc-header .right .en-box a i::before{
	transition: all .5s;
	padding: 5px;
}
.pc-header.active .right .en-box a i::before,
.pc-header.scroll .right .en-box a i::before,
.pc-header.ny-pc-header .right .en-box a i::before{
	color: #498a0f;
	background-color: #fffffff;
}
.pc-header .right .en-box a:hover i::before{
	color: #498a0f;
	background-color: #fcf4eb;
}
.pc-header .right .en-box  .search{
	display: inline-block;
	vertical-align: middle;

}
.pc-header .right .en-box span{
color: #498a0f;font-size: 1.2em;
}
@media screen and (max-width: 1680px){
	.pc-header {
		padding-left: 20px;
		padding-right: 20px;
	}
	.pc-header .right .level1>li>a{
		font-size: 16px;
		padding: 33px 25px;
	}
	.pc-header.active .right .level1>li>a,
	.pc-header.scroll .right .level1>li>a,
	.pc-header.ny-pc-header .right .level1>li>a{
		padding: 28px 25px;
	}
	.pc-header .right .en-box {
	    margin-left: 25px;
	    padding-left: 25px;
	}
}
@media screen and (max-width: 1440px){
	.pc-header {
		padding-left: 90px;
		padding-right: 90px;
	}
	.pc-header .right .level1>li.active>a::after{
		height: 6px;
	}
	.pc-header .right .level1>li>a{
		font-size: 16px;
		padding: 30px 20px;
	}
	.pc-header.active .right .level1>li>a,
	.pc-header.scroll .right .level1>li>a, 
	.pc-header.ny-pc-header .right .level1>li>a {
	    padding: 25px 20px;
	}
	.pc-header .right .en-box {
	    margin-left: 20px;
	    padding-left: 20px;
	}
	.pc-header-height-div{
		height: 84px;
	}
}
@media screen and (max-width: 1280px){
	.pc-header {
		padding-left: 60px;
		padding-right: 60px;
	}
	.pc-header .right .level1>li.active>a::after{
		height: 5px;
	}
	.pc-header .right .level1>li>a{
		font-size: 14px;
		padding: 25px 15px;
	}
	.pc-header.active .right .level1>li>a, 
	.pc-header.scroll .right .level1>li>a, 
	.pc-header.ny-pc-header .right .level1>li>a {
	    padding: 20px 15px;
	}
	.pc-header .right .en-box {
	    margin-left: 15px;
	    padding-left: 15px;
	}
	.pc-header .right .en-box a {
	    font-size: 14px;
	}
	.pc-header .right .en-box a .icon-btn_search {
	    font-size: 18px;
	}
	.pc-header .right {
	    width: calc(100% - 132px);
	}
	.pc-header-height-div{
		height: 71px;
	}
}
@media screen and (max-width: 1199px){
	.pc-header {
		padding-left: 30px;
		padding-right: 30px;
	}
	.pc-header .right .level1>li.active>a::after{
		height: 4px;
	}
}
@media screen and (max-width: 991px){
	.pc-header-height-div{
		height: 0;
	}
}

/*wap端导航*/
.wap-nav {
	padding: 10px 15px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.wap-nav .logo {
	float: left;
	width: 180px;
}
.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 {
		width: 160px;
	}
	.wap-search-box{
		right: 100px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 32px;
	}
}

@media screen and (max-width: 575px) {
	.wap-nav .logo {
		width: 150px;
	}
	.wap-search-box{
		right: 95px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 28px;
	}
}


.wap-burger_menu{
	position: fixed;
	top: 71px;
	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: 66px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 66px);
	}
}
@media screen and (max-width: 575px) {
	.header-height-div{
		height: 63px;
	}
	.wap-burger_menu{
		top: 63px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 63px);
	}
}

/*头部防遮挡*/
.wap-header-height-div{
	height: 71px;
}
@media screen and (max-width: 767px) {
	.wap-header-height-div{
		height: 66px;
	}
}
@media screen and (max-width: 575px) {
	.wap-header-height-div{
		height: 63px;
	}
}
/*头部防遮挡 end*/
/*wap端导航 end*/


/*产品列表*/
.product-list-bgcolor{
	background-image: url(../image/aboutbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.product-list{
	min-height: 1500px;
}
.product-list .tp{
	padding-bottom: 90%;
}
.product-list .tp2{
	padding-bottom: 66.5%;
}
.product-list .right-box{
	padding-top: 45px;
	padding-bottom: 45px;
}
.product-list .right-box .top-search{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.product-list .right-box .top-search .search-box {
	font-size: 0;
	border-bottom: 1px solid #707070;
	min-width: 360px;
}
.product-list .right-box .top-search .search-box input{
	padding: 20px 0px;
	font-size: 16px;
	outline: none;
	border:none;
	background-color: #fbf4eb;
	width: calc(100% - 25px);
	color: #999999;
	vertical-align: middle;
}
.product-list .right-box .top-search .search-box a{
	display: inline-block;
	padding: 14px 0px;
	font-size: 14px;
	vertical-align: middle;
}
.product-list .right-box .top-search .search-box a i{
	font-size: 24px;
	color: #343434;
}
.product-list .right-box .top-search .search-box a:hover i{
	color: #363041;
}
.product-list .right-box .top-search .a-box a{
	font-size: 16px;
	color: #000000;
}
.product-list .right-box .top-search .a-box a:hover{
	color: #363041;
}
.product-list .right-box .product-box{
	margin-bottom: 70px;
}
.product-list .right-box .product-box a{
	text-decoration: none;
	display: block;
}
.product-list .right-box .product-box .text-box{
	margin-top: 20px;
}
.product-list .right-box .product-box .text-box .title{
	color: #222222;
	font-size: 26px;
	font-weight: 100;
}
.product-list .right-box .product-box .text-box .title2{
	color: #222222;
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 5px;
	display: block;
}
.product-list .right-box .product-box .text-box .classification{
	color: #999999;
	font-size: 14px;
}
.product-list .right-box .product-box .text-box .classification2{
	color: #999999;
	font-size: 14px;
	display: block;
}
.product-list .right-box .product-box .text-box .classification2 img{
	margin-left: 10px;
	vertical-align: middle;
}
.product-list .right-box .product-box a .over-img{
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0);
	box-shadow: 0 0 50px 5px rgba(0,0,0,0);
}
.product-list .right-box .product-box a .tp{
    -webkit-transition: all .5s;
    transition: all .5s;
}
.product-list .right-box .product-box a:hover .over-img{
    -webkit-box-shadow: 0 0 50px 10px #c3c5c7;
    box-shadow: 0 0 50px 10px #c3c5c7;
}
.product-list .right-box .product-box a:hover .tp{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}




/*产品列表页筛选栏*/
.product-list-bgcolor .screening-box{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 20%;
}
.product-list-bgcolor .screening-box a{
	text-decoration: none;
}
.product-list-bgcolor .screening-box .screening-header{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
	padding-left: 25%;
	padding-right: 20px;
}
.product-list-bgcolor .screening-box .screening-header span{
	margin-left: 9px;
	color: #333333;
	font-size: 18px;
	vertical-align: middle;
}
.product-list-bgcolor .screening-box .screening-content,
.product-list-bgcolor .screening-box .leading_technology{
	padding-left: 37%;
	padding-right: 20px;
}

.product-list-bgcolor .screening-box .screening-content .level1>li{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
}
.product-list-bgcolor .screening-box .leading_technology a{
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
}
.product-class1-title{
	display: block;
	font-size: 16px;
	color: #222222;
	margin-top: 30px;
}
.product-class1-title:hover,
.product-class1-title:focus{
	color: #222222;
}
.product-class1-title .icon{
	position: relative;
	float: right;
	width: 10px;
	height: 10px;
	margin-top: 6px;
}
.product-class1-title .icon:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #333333;
}
.product-class1-title .icon:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 2px;
	height: 0px;
	background-color: #333333;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.product-class1-title.active .icon:before{
	height: 10px;
}
.screening-box .screening-content .level2{
	padding-top: 30px;
}
.screening-box .screening-content .level2>li{
	position: relative;
	margin-bottom: 10px;
}
.screening-box .screening-content .level2>li:nth-last-of-type(1){
	margin-bottom: 0px;
}
.screening-box .screening-content .level2>li input[type*="radio"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.screening-box .screening-content .level2>li label{
	color: #999999;
	padding-left: 20px;
	font-size: 15px;
	width: 100%;
	margin-bottom: 0;
	transition: all .5s;
}
.screening-box .screening-content .level2>li.active label,
.screening-box .screening-content .level2>li:hover label{
	color: #363041;
}
.screening-box .screening-content .level2>li label:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #9e9e9e;
	background-color: #fff;
}
.screening-box .screening-content .level2>li.active label:after{
	border: 1px solid #363041;
}
.screening-box .screening-content .level2>li label:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 7px;
    height: 7px;
    background-color: #363041;
    border: 0 none;
    border-radius: 50%;
    left: 3px;
    top: 8px;
    z-index: 1;
    opacity: 0;
}
.screening-box .screening-content .level2>li.active label:before{
    opacity: 1;
}

.screening-box .screening-content .level2>li.level3{
	margin-left: 20px;
}

.screening-box .screening-content .level2.color-box li{
	display: inline-block;
	margin-bottom: 10px;
}
.screening-box .screening-content .level2.color-box li.active{
	display: inline-block;
}
.screening-box .screening-content .level2.color-box li div{
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
.screening-box .screening-content .level2.color-box li img{
	border: 1px solid rgba(0,0,0,0);
	border-radius: 50%;
}
.screening-box .screening-content .level2.color-box li.active img{
	border: 1px solid #000000;
}

.screening-box .screening-foot{
	padding-left: 37%;
    padding-right: 20px;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.screening-box .screening-foot a{
	color: #222222;
}
.screening-box .screening-foot .btn-box{
	display: inline-block;
}
@media screen and (max-width: 1440px) {
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    padding-left: 27%;
	}
	.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {
	    padding-left: 27%;
	}
	.screening-box .screening-foot {
	    padding-left: 27%;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.product-list-bgcolor .screening-box .leading_technology a {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.product-class1-title {
	    margin-top: 20px;
	}
	.product-list-bgcolor .screening-box .screening-content .level1>li {
	    padding-bottom: 20px;
	}
}
@media screen and (max-width: 1280px) {
	.product-list-bgcolor .screening-box .screening-header span {
	    font-size: 16px;
	}
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left: 17%;
	}
	.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {
	    padding-left: 17%;
	}
	.screening-box .screening-foot {
	    padding-left: 17%;
	}
	.product-list-bgcolor .screening-box {
	    width: 25%;
	}
	.product-list .right-box .product-box .text-box .title {
	    font-size: 24px;
	}
	.product-list .right-box .product-box {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	.product-list-bgcolor .screening-box .screening-header span {
	    font-size: 16px;
	}
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left: 20px;
	}
	.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {
	    padding-left: 20px;
	}
	.screening-box .screening-foot {
	    padding-left: 20px;
	}
	.product-list-bgcolor .screening-box {
	    width: 25%;
	}
	.product-list .right-box {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.product-list .right-box .product-box .text-box .title {
	    font-size: 22px;
	}
	.product-list .right-box .product-box {
	    margin-bottom: 40px;
	}
	.product-list .right-box .top-search{
		display: block;
	}
	.product-list .right-box .top-search .search-box {
	    min-width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.product-list-bgcolor .screening-box {
    	position: fixed;
	    top: 0;
	    left: -100%;
	    background-color: #fff;
	    width: 100%;
	    height: 100%;
	    overflow-y: auto;
	    z-index:9999;
	    -webkit-transition: left .5s cubic-bezier(.19,1,.22,1);
	    transition: left .5s cubic-bezier(.19,1,.22,1);
	}
	.product-list-bgcolor .screening-box.active {
	    left: 0;
	}
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.screening-header .screening-box-wap-down-btn {
		position: absolute;
		right: 15px;
		top: 15px;
    	float: right;
    	display: inline-block;
    	padding: 15px 20px;
    	border: 1px solid hsla(0,0%,72%,.25);
    	color: #333333;
	}
	.screening-box-wap-spread-btn{
		position: fixed;
		bottom: -100%;
		right:0px;
		background-color: #fff;
		padding: 20px;
		-webkit-transition: bottom .5s cubic-bezier(.19,1,.22,1);
		transition: bottom .5s cubic-bezier(.19,1,.22,1);
	}
	.screening-box-wap-spread-btn.active{
		bottom: 0%;
	}
	.screening-box-wap-spread-btn span{
		vertical-align: middle;
		margin-left: 10px;
		z-index: 600;
	}
	.product-list .right-box .top-search{
		margin-bottom: 25px;
	}
	.product-list .right-box .top-search .search-box{
		min-width: 290px;
	}
	.product-list .right-box .top-search .search-box input {
	    padding: 10px 0px;
	    font-size: 14px;
		width: calc(100% - 24px);
	}
	.product-list .right-box .top-search .search-box a {
	    padding: 3px 0px;
	    font-size: 12px;
	}
	.product-list .right-box {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.product-list .right-box .search-box {
	    margin-bottom: 20px;
	}
	.product-list .right-box .product-box .text-box {
	    margin-top: 15px;
	}
	.product-list .right-box .product-box .text-box .title {
	    font-size: 20px;
	}
	.screening-box-wap-spread-btn {
	    padding: 15px;	
	}
	.product-list .right-box .product-box {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.product-list .right-box .product-box .text-box .title {
	    font-size: 16px;
	}
	.product-list .right-box .product-box .text-box .classification {
	    font-size: 12px;
	}
	.screening-box-wap-spread-btn {
	    padding: 10px;	
	}
	.screening-box-wap-spread-btn span{
	    font-size: 12px;
	}
	.product-list .right-box .product-box {
	    margin-bottom: 30px;
	}
	.product-list .right-box .top-search{
		margin-bottom: 20px;
	}
	.product-list .right-box .top-search .a-box a{
		font-size: 14px;
	}
}
/*产品列表页筛选栏 end*/
/*产品列表 end*/


.module-001{
	margin-bottom: 30px;
}
.module-001 .title{
	font-size: 34px;
	color: #373140;
	margin-bottom: 10px;
}
.module-001 .hx{
	width: 38px;
	border-top: 5px solid #cda544;
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 40px;
}
.module-001 .note{
	color: #776d64;
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 2em;
	max-width: 400px;
}
.module-001 .more{
	color: #498a0f;
	display: inline-block;
	padding: 12px 50px;
	border: 1px solid #498a0f;
}
.module-001 .more:hover{
	background-color: #498a0f;
	color: #fff;
}
@media screen and (max-width: 1680px) {
	.module-001 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-001 .title{
		font-size: 28px;
	}
	.module-001 .hx{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 1280px) {
	.module-001 .title{
		font-size: 26px;
	}
	.module-001 .hx{
		margin-top: 14px;
		margin-bottom: 30px;
	}
	.module-001 .more {
	    padding: 12px 45px;
	}
}
@media screen and (max-width: 1199px) {
	.module-001 .title{
		font-size: 24px;
	}
	.module-001 .hx{
		margin-top: 13px;
		margin-bottom: 25px;
	}
	.module-001 .note{
		font-size: 14px;
	}
	.module-001 .more {
	    padding: 11px 40px;
	}
}
@media screen and (max-width: 991px) {
	.module-001 .title{
		font-size: 22px;
	}
	.module-001 .hx{
		border-top: 4px solid #cda544;
		margin-top: 12px;
		margin-bottom: 20px;
	}
	.module-001 .note{
		font-size: 12px;
		margin-bottom: 25px;
	}
	.module-001 .more {
	    padding: 10px 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-001 .title{
		font-size: 20px;
	}
	.module-001 .hx{
		border-top: 3px solid #cda544;
		margin-top: 11px;
		margin-bottom: 15px;
	}
	.module-001 .note{
		font-size: 14px;
		margin-bottom: 20px;
		line-height: 1.75em;
	}
	.module-001 .more {
	    padding: 9px 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-001 .title{
		font-size: 18px;
	}
	.module-001 .hx{
		border-top: 2px solid #cda544;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.module-001 .note{
		font-size: 12px;
		margin-bottom: 15px;
		line-height: 1.75em;
	}
	.module-001 .more {
	    padding: 8px 25px;
	}
}


.module-002{
	margin-bottom: 120px;
}
.module-002 a{
	display: block;
	margin-bottom: 30px;
}
.module-002 .tp{
	padding-bottom: 55.53%;
	transition: all .5s;
}
.module-002 a:hover .tp{
	transform: scale(1.05);
}
.module-002 .title{
	color: #373141;
	margin-bottom: 10px;
	font-size: 28px;
	margin-top: 30px;
}
.module-002 .note{
	color: #897d74;
	font-size: 14px;
}
@media screen and (max-width: 1680px) {
	.module-002{
		margin-bottom: 140px;
	}
	.module-002 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1440px) {
	.module-002{
		margin-bottom: 120px;
	}
	.module-002 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1280px) {
	.module-002{
		margin-bottom: 100px;
	}
	.module-002 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 1199px) {
	.module-002{
		margin-bottom: 80px;
	}
	.module-002 .title{
		font-size: 20px;
		margin-top: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-002{
		margin-bottom: 60px;
	}
	.module-002 .title{
		font-size: 18px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-002{
		margin-bottom: 40px;
	}
	.module-002 .title{
		font-size: 16px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-002{
		margin-bottom: 30px;
	}
	.module-002 .title{
		font-size: 16px;
		margin-top: 15px;
	}
}


.module-003{
	margin-bottom: 30px;
}
.module-003 .title-cn{
	font-size: 2em;
	color: #373140;
	text-align: center;
}
.module-003 .title-en{
	font-family: "BASKVILL";
	font-size: 1em;
	color: #373140;
	text-align: center;
}
@media screen and (max-width: 1680px) {
	.module-003 .title-cn{
		font-size: 32px;
	}
}
@media screen and (max-width: 1440px) {
	.module-003 .title-cn{
		font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-003 .title-cn{
		font-size: 28px;
	}
}
@media screen and (max-width: 1199px) {
	.module-003 .title-cn{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-003 .title-cn{
		font-size: 24px;
	}
}
@media screen and (max-width: 767px) {
	.module-003{
		margin-bottom: 25px;
	}
	.module-003 .title-cn{
		font-size: 22px;
	}
	.module-003 .title-en{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-003{
		margin-bottom: 20px;
	}
	.module-003 .title-cn{
		font-size: 20px;
	}
	.module-003 .title-en{
		font-size: 12px;
	}
}


.module-004{
	margin-bottom: 40px;
}
.module-004 .tp{
	padding-bottom: 137.36%;
	transition: all .5s;
}
.module-004 a:hover .tp{
	transform: scale(1.05);
}
.module-004 .title-box {
	text-align: center;
	padding: 40px 15px 0;
}
.module-004 .title-box .title{
	font-size: 24px;
	color: #373141;
}
.module-004 .title-box .hx{
	border-top: 2px solid #373141;
	width: 50px;
}
.module-004 .title-box .note{
	font-size: 18px;
	color: #897d74;
}
@media screen and (max-width: 1280px) {
	.module-004{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-004{
		margin-bottom: 35px;
	}
	.module-004 .title-box .title{
		font-size: 22px;
	}
	.module-004 .title-box {
	    padding: 30px 15px 0;
	}
}
@media screen and (max-width: 991px) {
	.module-004{
		margin-bottom: 30px;
	}
	.module-004 .title-box .title{
		font-size: 20px;
	}
	.module-004 .title-box {
	    padding: 25px 15px 0;
	}
}
@media screen and (max-width: 767px) {
	.module-004{
		margin-bottom: 25px;
	}
	.module-004 .title-box .title{
		font-size: 18px;
	}
	.module-004 .title-box .hx{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.module-004 .title-box {
	    padding: 20px 15px 0;
	}
	.module-004 .title-box .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-004{
		margin-bottom: 20px;
	}
	.module-004 .title-box .title{
		font-size: 16px;
	}
	.module-004 .title-box .hx{
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.module-004 .title-box {
	    padding: 15px 15px 0;
	}
	.module-004 .title-box .note{
		font-size: 14px;
	}
}


.module-005 a{
	display: block;
}
.module-005 a .tp{
	padding-bottom: 93%;
	transition: all .5s;
}
.module-005 a .tp::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(55,49,66,0.2);
}
.module-005 a:hover .tp{
	transform: scale(1.05);
}
.module-005 a .text{
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 15px 150px 90px;
	width: 100%;
}
.module-005 a .text .date{
	color: #fcf4eb;
	font-size: 14px;
}
.module-005 a .text .title{
	color: #eaa14a;
	font-size: 28px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.module-005 a .text .note{
	color: #fcf4eb;
	font-size: 14px;
	margin-top: 15px;
	max-width: 500px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
@media screen and (max-width: 1680px) {
	.module-005 a .text{
		padding: 15px 140px 140px;
	}
}
@media screen and (max-width: 1440px) {
	.module-005 a .text{
		padding: 15px 120px 120px;
	}
}
@media screen and (max-width: 1280px) {
	.module-005 a .text .title{
		font-size: 26px;
	}
	.module-005 a .text{
		padding: 15px 100px 100px;
	}
}
@media screen and (max-width: 1199px) {
	.module-005 a .text .title{
		font-size: 24px;
	}
	.module-005 a .text{
		padding: 15px 80px 80px;
	}
}
@media screen and (max-width: 991px) {
	.module-005 a .text .title{
		font-size: 22px;
	}
	.module-005 a .text{
		padding: 15px 60px 60px;
	}
}
@media screen and (max-width: 767px) {
	.module-005 a .text .title{
		font-size: 20px;
	}
	.module-005 a .text{
		padding: 15px 40px 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-005 a .text .title{
		font-size: 18px;
		margin-top: 10px;
	}
	.module-005 a .text{
		padding: 15px 30px 30px;
	}
}


.module-006 a .tp{
	padding-bottom: 93%;
	transition: all .5s;
}
.module-006 a:hover .tp{
	transform: scale(1.05);
}



.module-007 {
	max-width: 460px;
}
.module-007 a {
	display: block;
}
.module-007 a .text{
	padding: 50px;
}
.module-007 a .text .date{
	color: #fcf4eb;
	font-size: 14px;
}
.module-007 a .text .title{
	color: #eaa14a;
	font-size: 28px;
	margin-top: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.module-007 a .text .note{
	color: #fcf4eb;
	font-size: 14px;
	margin-top: 15px;
	max-width: 500px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media screen and (max-width: 1680px) {
	.module-007 a .text .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 1440px) {
	.module-007 a .text{
		padding: 40px;
	}
	.module-007 a .text .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 1280px) {
	.module-007 a .text{
		padding: 30px;
	}
	.module-007 a .text .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 1199px) {
	.module-007 a .text .title {
	    font-size: 14px;
	    margin-top: 10px;
	}
	.module-007 a .text{
		padding: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-007 a .text{
		padding: 40px;
	}
	.module-007 a .text .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-007 a .text{
		padding: 30px;
	}
	.module-007 a .text .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-007 a .text{
		padding: 20px;
	}
	.module-007 a .text .title {
	    font-size: 14px;
	    margin-top: 10px;
	}
	.module-007 a .text .note {
	    margin-top: 10px;
	}
}


.module-008{
	text-align: center;
}
.module-008 .title-cn{
	font-size: 48px;
	color: #498a0f;
}
.module-008 .title-en{
	font-size: 20px;
	color: #498a0f;
	font-family: "BASKVILL";
	margin-top: 10px;
}
.module-008 .note{
	font-size: 18px;
	color: #897d74;
	margin-top: 20px;
}
@media screen and (max-width: 1440px) {
	.module-008 .title-cn{
		font-size: 44px;
	}
}
@media screen and (max-width: 1280px) {
	.module-008 .title-cn{
		font-size: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-008 .title-cn{
		font-size: 36px;
	}
}
@media screen and (max-width: 991px) {
	.module-008 .title-cn{
		font-size: 32px;
	}
	.module-008 .title-en{
		font-size: 18px;
	}
	.module-008 .note{
		font-size: 16px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-008 .title-cn{
		font-size: 28px;
	}
	.module-008 .title-en{
		font-size: 16px;
	}
	.module-008 .note{
		font-size: 14px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-008 .title-cn{
		font-size: 24px;
	}
	.module-008 .title-en{
		font-size: 14px;
	}
	.module-008 .note{
		font-size: 14px;
		margin-top: 10px;
	}
}


.module-009 .title{
	color: #6eb92b;
	font-size: 38px;
	margin-bottom: 20px;
}
.module-009 .note{
	color: #6eb92b;
	font-size: 12px;
	line-height: 2.5em;
	max-width: 600px;
}
.module-009 .more{
	display: inline-block;
	padding: 10px 50px;
	color: #6eb92b;
	font-size: 16px;
	border: 1px solid #6eb92b;
	margin-top: 30px;
	transition: all .5s;
}
.module-009 .more:hover{
	background-color: #6eb92b;
	color: #fff;
}
@media screen and (max-width: 1280px) {
	.module-009 .title{
		font-size: 34px;
	}
}
@media screen and (max-width: 1199px) {
	.module-009 .title{
		font-size: 30px;
	}
	.module-009 .more{
		padding: 10px 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-009 .title{
		font-size: 26px;
	}
	.module-009 .more{
		padding: 9px 40px;
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-009 .title{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.module-009 .more{
		padding: 8px 35px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-009 .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.module-009 .more{
		padding: 7px 30px;
		font-size: 14px;
		margin-top: 15px;
	}
}




.module-010 .box{
	margin-bottom: 110px;
}
.module-010 .box img{
	transition: all .5s;
}
.module-010 .box a:hover img{
	transform: scale(1.05);
}
.module-010 .box:nth-last-of-type(1){
	margin-bottom: 0;
}
@media screen and (max-width: 1680px) {
	.module-010 .box{
		margin-bottom: 90px;
	}
}
@media screen and (max-width: 1440px) {
	.module-010 .box{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-010 .box{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.module-010 .box{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-010 .box{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-010 .box{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-010 {
		margin-top: 30px;
	}
	.module-010 .box{
		margin-bottom: 30px;
	}
}


.module-011{
	overflow: hidden;
}
.module-011 img{
	transition: all .5s;
}

.module-011 a:hover img{
	transform: scale(1.05);
}

.module-012{
	display: flex;
	justify-content: space-between;
}
.module-012 .left{
	padding-right: 50px;
}
.module-012 .left .box2 .add{
	display: inline-block;
	/*color: #b7a28e;*/
	color: #fff;
	font-size: 0.9em;
	line-height: 30px;
}
.module-012 .left .note{
	color: #fff;
	font-size: 0.9em;
}
.module-012 .left .note a{
	color: #fff;
	font-size: 0.9em;
}



.module-012 .right {
	text-align: right;
	padding-left: 50px;
}
.module-012 .right .box1 ul>li{
	display: inline-block;
	margin-left: 35px;
	margin-bottom: 15px;
}
.module-012 .right .box1 ul>li:nth-child(1){
	margin-left: 0;
}
.module-012 .right .box1 ul>li>a{
	display: inline-block;
	color: #fff;
	font-size: 1em;
}
.module-012 .right .box2 .add{
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.module-012 .right .box3{
	margin-top: 20px;
	text-align: right;
}
.module-012 .right .box3 .item{
	display: inline-block;
	margin-left: 15px;
	text-align: center;
	margin-bottom: 15px;
}
.module-012 .right .box3 .item .title{
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.module-012 .right {
		padding-left: 30px;
	}
	.module-012 .left{
		padding-right: 30px;
	}
	.module-012 .right .box1 ul>li{
		margin-left: 15px;
		margin-bottom: 15px;
	}
	.module-012 .right .box1 ul>li>a{
		font-size: 12px;
	}
}
@media screen and (max-width: 575px) {
	.module-012{
		display: block;
	}
	.module-012 .right {
		padding-left: 0px;
		margin-bottom: 15px;
	}
	.module-012 .left{
		padding-right: 0px;
	}
	.module-012{
		text-align: center;
	}
	.module-012 .right .box2{
		text-align: center;
		margin-top: 25px;
	}
	.module-012 .right .box3{
		margin-top: 15px;
		text-align: center;
	}
}

.module-013 .note{
	color: #b7a28e;
	font-size: 1.0em;
}
.module-013 .note a{
	color: #b7a28e;
	font-size: 1.0em;
}
@media screen and (max-width: 575px) {
	.module-013{
		text-align: center;
	}
}


.module-014{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.module-014 .title{
	color: #312b3a;
	font-size: 14px;
}
.module-014 ul>li{
	display: inline-block;
	margin-left: 45px;
}
.module-014 ul>li:nth-child(1){
	margin-left: 0;
}
.module-014 ul>li>a{
	display: inline-block;
	color: #312b3a;
	font-size: 14px;
	padding: 20px 0;
	position: relative;
	transition: all .5s;
}
.module-014 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(205,165,68,0);
	transition: all .5s;
}
.module-014 ul>li.active>a,
.module-014 ul>li>a:hover{
	color: #cc6600;
}
.module-014 ul>li.active>a::after{
	background-color: rgba(205,165,68,1);
}
@media screen and (max-width: 575px) {
	
}


.module-015{
	text-align: center;
	margin: 0 auto;
}
.module-015 .title{
	text-align: center;
	font-size: 16px;
	color: #5e574f;
	line-height: 2em;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.module-015 .title{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-015 .title{
		font-size: 12px;
		margin-top: 15px;
	}
}



.module-016 {
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 50px;
}
.module-016 .box{
	margin-bottom: 35px;
}
.module-016 .box a .icon img{
	opacity: 0;
	transition: all .5s;
}
.module-016 .box a:hover .icon img{
	opacity: 1;
}
.module-016 .box a .icon{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	transition: all .5s;
}
.module-016 .box a:hover .icon{
	background-color: rgba(0,0,0,0.5);
}
.module-016 .box .icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.module-016 .box .tp{
	padding-bottom: 56.38%;
	transition: all .5s;
}
.module-016 .box:hover .tp{
	transform: scale(1.05);
}
.module-016 .box .title{
	margin-top: 10px;
	color: #81776d;
	font-size: 12px;
}
@media screen and (max-width: 991px) {
	.module-016 .box{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-016 .box{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-016 .box{
		margin-bottom: 20px;
	}
	.module-016 {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-016 .box{
		margin-bottom: 15px;
	}
	.module-016 {
		margin-bottom: 30px;
	}
}


.module-017 p{
	font-size: 38px;
	color: #5e574f;
}
@media screen and (max-width: 1440px) {
	.module-017 p{
		font-size: 34px;
	}
}
@media screen and (max-width: 1280px) {
	.module-017 p{
		font-size: 30px;
	}
}
@media screen and (max-width: 1199px) {
	.module-017 p{
		font-size: 26px;
	}
}
@media screen and (max-width: 991px) {
	.module-017 p{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-017 p{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-017 p{
		font-size: 18px;
	}
}


.module-018 {
	font-size: 0;
}
.module-018 .top-title>li{
	padding: 15px;
	background-color: #fbefe1;
	color: #4c4550;
}
.module-018 .top-title>li>span{
	float: right;
}
.module-018 .top-title>li>span>a{
	color: #4c4550;
	text-decoration: none;
}
.module-018 .wap-nav-listbox{
	display: none;
}
.module-018 .wap-nav-listbox .level1>li{
	border-bottom: 1px solid #eeeeee;
}
.module-018 .wap-nav-listbox .level1>li>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding: 15px 15px;	
	color: #222222;
	font-size: 14px;
	transition: all .5s;
}
.module-018 .wap-nav-listbox .level1>li.active>a,
.module-018 .wap-nav-listbox .level1>li>a:hover{
	background-color: #fbefe1;
}
.module-018 .wap-nav-listbox .level1>li>a>span{
	color: #222222;
	transition: all .5s;
}
.module-018 .wap-nav-listbox .level1>li.active>a>span,
.module-018 .wap-nav-listbox .level1>li>a:hover>span{
	color: #fff;
}
.module-018 .wap-nav-listbox .level1>li>a>.icon{
	transition: all .5s;
}
.module-018 .wap-nav-listbox .level1>li.active>a>.icon{
	transform: rotate(90deg);
}
.module-018 .wap-nav-listbox .level2{
	margin: 0;
	list-style: none;
	display: none;
}
.module-018 .wap-nav-listbox .level2>li>a{
	display: block;
	text-decoration: none;
	color: #666666;
	position: relative;
	z-index: 1;
	padding: 10px 15px;
	font-size: 12px;
	border-bottom: 1px solid #eeeeee;
}
.module-018 .wap-nav-listbox .level2>li:nth-last-of-type(1)>a{
	border-bottom: none;
}
.module-018 .wap-nav-listbox .level2>li.active>a,
.module-018 .wap-nav-listbox .level2>li>a:hover{
	background-color: #e26363;
	color: #fff;
}



.module-019 ul>li{
	display: inline-block;
	margin-right: 55px;
}
.module-019 ul>li:nth-last-of-type(1){
	margin-right: 0;
}
.module-019 ul>li>a{
	display: inline-block;
	color: #498a0f;
	padding-bottom: 10px;
	position: relative;
	font-size: 16px;
	transition: all .5s;
}
.module-019 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 4px;
	background-color: #498a0f;
	display: inline-block;
	transition: all .5s;
}
.module-019 ul>li>a:hover::after,
.module-019 ul>li.active>a::after{
	width: 100%;
}
@media screen and (max-width: 767px) {
	.module-019 ul>li>a{
		padding-bottom: 10px;
		font-size: 14px;
	}
	.module-019 ul>li{
		margin-right: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-019 ul>li>a{
		padding-bottom: 10px;
		font-size: 12px;
	}
	.module-019 ul>li{
		margin-right: 30px;
	}
}


.module-020{
	margin-bottom: 70px;
}
.module-020 a{
	display: block;
}
.module-020 .over-img{
	padding: 30px;
	background-color: #fefbf8;
}
.module-020 .tp{
	padding-bottom: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-020 a:hover .tp{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.module-020 .title{
	margin-top: 20px;
	color: #5e574f;
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width: 1680px) {
	.module-020{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-020{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-020{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-020{
		margin-bottom: 45px;
	}
	.module-020 .over-img{
		padding: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-020{
		margin-bottom: 40px;
	}
	.module-020 .over-img{
		padding: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-020{
		margin-bottom: 35px;
	}
	.module-020 .over-img{
		padding: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-020{
		margin-bottom: 30px;
	}
	.module-020 .over-img{
		padding: 10px;
	}
	.module-020 .title {
	    margin-top: 15px;
		font-size: 12px;
	}
}


.module-021{
	margin-bottom: 140px;
}
.module-021 .title{
	font-size: 32px;
	color: #498a0f;
}
.module-021 .note{
	font-size: 16px;
	color: #5e574f;
	margin-top: 20px;
	line-height: 2em;
}
@media screen and (max-width: 1680px) {
	.module-021{
		margin-bottom: 130px;
	}
	.module-021 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-021{
		margin-bottom: 110px;
	}
	.module-021 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-021{
		margin-bottom: 90px;
	}
	.module-021 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-021{
		margin-bottom: 70px;
	}
	.module-021 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-021{
		margin-bottom: 50px;
	}
	.module-021 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-021{
		margin-bottom: 40px;
	}
	.module-021 .title{
		font-size: 18px;
	}
	.module-021 .note{
		font-size: 14px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-021{
		margin-bottom: 30px;
	}
	.module-021 .title{
		font-size: 16px;
	}
	.module-021 .note{
		font-size: 12px;
		margin-top: 10px;
	}
}



.module-022{
	margin-bottom: 140px;
	text-align: center;
}
@media screen and (max-width: 1680px) {
	.module-022{
		margin-bottom: 90px;
	}
}
@media screen and (max-width: 1440px) {
	.module-022{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-022{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.module-022{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-022{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-022{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-022{
		margin-bottom: 30px;
	}
}


.module-023{
	
}


.module-024{
	margin-bottom: 100px;
}
.module-024 .note{
	color: #5e574f;
	font-size: 16px;
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
	line-height: 2em;
}
@media screen and (max-width: 1680px) {
	.module-024{
		margin-bottom: 90px;
	}
}
@media screen and (max-width: 1440px) {
	.module-024{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-024{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.module-024{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-024{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-024{
		margin-bottom: 40px;
	}
	.module-024 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-024{
		margin-bottom: 30px;
	}
	.module-024 .note{
		font-size: 12px;
	}
}



.module-025{
	margin-bottom: 70px;
}
.module-025 a{
	text-decoration: none;
	display: block;
}
.module-025 .img-box{
	position: relative;
}
.module-025 .tpcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
}
.module-025 .tpcover:hover{
    opacity: 0;
}
.module-025 .text-box{
	margin-top: 20px;
}
.module-025 .text-box .title{
	color: #222222;
	font-size: 18px;
	font-weight: 100;
}
.module-025 .text-box .title2{
	color: #222222;
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 5px;
	display: block;
}
.module-025 .text-box .classification{
	color: #999999;
	font-size: 14px;
}
.module-025 .text-box .classification2{
	color: #999999;
	font-size: 14px;
	display: block;
}
.module-025 .text-box .classification2 img{
	margin-left: 10px;
	vertical-align: middle;
}
.module-025 a .over-img{
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0);
	box-shadow: 0 0 50px 5px rgba(0,0,0,0);
}
.module-025 a .tp{
    -webkit-transition: all .5s;
    transition: all .5s;
	padding-bottom: 100%;
}
.module-025 a:hover .over-img{
    -webkit-box-shadow: 0 0 50px 10px #c3c5c7;
    box-shadow: 0 0 50px 10px #c3c5c7;
}
.module-025 a:hover .tp{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
@media screen and (max-width: 1199px) {
	.module-025{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-025{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-025{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-025{
		margin-bottom: 30px;
	}
	.module-025 .text-box .title{
		font-size: 16px;
	}
	.module-025 .text-box{
		margin-top: 15px;
	}
	.module-025 .text-box .classification {
	    font-size: 12px;
	}
}




.module-026 .left{
	margin-bottom: 30px;
}
.module-026 .left .tp{
	padding-bottom: 100%;
	border: 1px solid #e9e9e9;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #fff;
}
.module-026 .left .tp:hover,
.module-026 .left .tp.active{
	border: 1px solid #498a0f;
}
.module-026 .left .dttp{
	padding-bottom: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px 5px #eeeeee;
	cursor: pointer;
}
.module-026 .left .dttp .text{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background-color: #498a0f;
	color: #fff;
	padding: 7px 30px;
	font-size: 14px;
}
.module-026 .cpxq_tp_swiper{
	margin-top: 20px;
	overflow: hidden;
	margin-left: 8.4%;
	margin-right: 8.4%;
}
.module-026 .cpxq_tp_swiper .swiper-slide{
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.module-026 .cpxq_tp_swiper .swiper-button-prev{
	position: absolute;
	top: 59.5%;
	left: 2.5%;
	width: 6%;
	height: 81%;
	background-image: none;
	background-size: 50px 70px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.module-026 .cpxq_tp_swiper .swiper-button-prev:hover{
	border: 1px solid #498a0f;
}
.module-026 .cpxq_tp_swiper .swiper-button-prev:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 15px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(../image/xlt-52.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.module-026 .cpxq_tp_swiper .swiper-button-next{
	position: absolute;
	top: 59.5%;
	right: 2.5%;
	width: 6%;
	height: 81%;
	background-image: none;
	background-size: 50px 70px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.module-026 .cpxq_tp_swiper .swiper-button-next:hover{
	border: 1px solid #498a0f;
}
.module-026 .cpxq_tp_swiper .swiper-button-next:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 15px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(../image/xlt-51.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.module-026 .cpxq-wb-box>.row{
	padding-top: 0;
}
.module-026 .cpxq-wb-box .tb{
	overflow: hidden;
}
.module-026 .cpxq-wb-box .tb p{
	display: inline-block;
	position: relative;
	font-size: 24px;
	color: #001f2c;
}
.module-026 .cpxq-wb-box .tb p:after{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 110%;
	width: 1400px;
	font-size: 24px;
	color: #001f2c;
	border-bottom: 1px dotted #001f2c;
}
.module-026 .right .title-box{
	padding-bottom: 20px;
}
.module-026 .right .title-box .title{
	color: #000000;
	font-size: 24px;
}
.module-026 .right .title-box .title-en{
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
}
.module-026 .right .title-box .note{
	color: #498a0f;
	font-size: 16px;
	margin-top: 30px;
	line-height: 1.75em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}
.module-026 .right .specification{
	padding-top: 40px;
	padding-bottom: 10px;
}
.module-026 .right .specification p{
	margin-bottom: 15px;
	font-size: 0;
}
.module-026 .right .specification .n{
	color: #498a0f;
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	font-weight: bold;
	width: 100%;
}
.module-026 .right .specification .t{
	color: #333333;
	display: inline-block;
	width: calc(100% - 55px);
	font-size: 14px;
	vertical-align: top;
}
.module-026 .right .vr-box {
	font-size: 0;
}
.module-026 .right .vr-box .product-vr{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.module-026 .right .vr-box .product-ewm{
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 1680px){
	.module-026 .right .specification {
		padding-top: 35px;
	}
}
@media screen and (max-width: 1440px){
	.module-026 .right .specification {
		padding-top: 30px;
	}
}
@media screen and (max-width: 1280px){
	.module-026 .right .title-box .title {
	    font-size: 22px;
	}
	.module-026 .right .specification {
		padding-top: 25px;
	}
}
@media screen and (max-width: 1199px){
	.module-026 .right .title-box .title {
	    font-size: 20px;
	}
	.module-026 .right .specification {
		padding-top: 20px;
	}
	.module-026 .right .specification p {
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 991px){
	.module-026 .right .title-box .title {
	    font-size: 18px;
	}
	.module-026 .right .title-box {
	    padding-bottom: 15px;
	}
	.module-026 .right .specification {
		padding-top: 15px;
		padding-bottom: 5px;
	}
	.module-026 .right .title-box .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 830px) {
	.module-026 .left .detail{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.module-026 .right{
		padding-top: 15px;
	}
	.module-026 .right .title-box .note{
		display: block;
		-webkit-box-orient: inherit;
		-webkit-line-clamp: inherit;
	}
}




.module-027{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.module-027 .left span{
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 14px;
}
.module-027 .left ul{
	display: inline-block;
	vertical-align: middle;
}
.module-027 .left ul>li{
	display: inline-block;
}
.module-027 .left ul>li::after{
	content: ">";
	color: #999999;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
.module-027 .left ul>li:nth-last-of-type(1)::after{
	content: "";
	display: none;
}
.module-027 .left ul>li>a{
	display: inline-block;
	color: #999999;
	transition: all .5s;
}
.module-027 .left ul>li>a:hover{
	color: #fff;
}
.module-027 .right ul>li{
	display: inline-block;
	margin-right: 20px;
}
.module-027 .right ul>li:nth-last-of-type(1){
	margin-right: 0;
}
@media screen and (max-width: 767px){
	.module-027{
		padding: 15px 0;
	}
}
@media screen and (max-width: 575px){
	.module-027{
		padding: 10px 0;
	}
	.module-027 .left span{
		font-size: 12px;
	}
	.module-027 .left ul>li>a{
		font-size: 12px;
	}
}



#product-show-tpList{
	display: none;
}
#product-show-tpList.active{
	display: block;
}
.module-028{
	margin-bottom: 60px;
	cursor: pointer;
}
.module-028 .tp{
	padding-bottom: 61.76%;
	transition: all .5s;
}
.module-028:hover .tp{
	transform: scale(1.05);
}
.module-028 .title{
	margin-top: 10px;
	font-size: 14px;
	color: #498a0f;
}
@media screen and (max-width: 991px){
	.module-028 {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.module-028 {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.module-028 {
	    margin-bottom: 30px;
	}
}




.module-029{
	border-bottom: 1px solid #f5f5f5;
}
.module-029 ul>li{
	display: inline-block;
	margin-right: 100px;
}
.module-029 ul>li:nth-last-of-type(1){
	margin-right: 0px;
}
.module-029 ul>li>a{
	display: inline-block;
	color: #353741;
	font-size: 16px;
	padding: 30px 0;
	position: relative;
}
.module-029 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background-color: #004399;
	transition: all .5s;
}
.module-029 ul>li>a:hover::after,
.module-029 ul>li.active>a::after{
	width: 100%;
}
@media screen and (max-width: 1680px){
	.module-029 ul>li{
		margin-right: 90px;
	}
}
@media screen and (max-width: 1440px){
	.module-029 ul>li{
		margin-right: 80px;
	}
}
@media screen and (max-width: 1280px){
	.module-029 ul>li{
		margin-right: 70px;
	}
}
@media screen and (max-width: 1199px){
	.module-029 ul>li{
		margin-right: 60px;
	}
}
@media screen and (max-width: 991px){
	.module-029 ul>li>a {
	    padding: 25px 0;
	}
	.module-029 ul>li{
		margin-right: 50px;
	}
}
@media screen and (max-width: 767px){
	.module-029 ul>li>a {
	    padding: 20px 0;
	}
	.module-029 ul>li{
		margin-right: 40px;
	}
}
@media screen and (max-width: 575px){
	.module-029 ul>li>a {
	    font-size: 14px;
	    padding: 15px 0;
	}
	.module-029 ul>li{
		margin-right: 30px;
	}
}


.module-030 .bjb{
	display: none;
}
.module-030 .bjb.active{
	display: block;
}



.module-031 a .tp{
	padding-bottom: 52.37%;
	transition: all .5s;
}
.module-031 a:hover .tp{
	transform: scale(1.06);
}
.module-031 a .over-img{
	transition: all .5s;
}
.module-031 a:hover .over-img{
	transform: scale(0.95);
}
.module-031 .box{
	margin-bottom: 90px;
}
.module-031 .box a .title{
	font-size: 28px;
	color: #333333;
}
.module-031 .box a:hover .title{
	color: #373141;
}
.module-031 .box a .note{
	font-size: 14px;
	color: #887d73;
	margin-top: 15px;
}
.module-031 .box a .date{
	margin-top: 15px;
	color: #999999;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.module-031 .more{
	display: inline-block;
	padding: 15px 50px;
	color: #887d73;
	font-size: 14px;
	background-color: #efe0c3;
	margin-top: 40px;
}
@media screen and (max-width: 1440px) {
	.module-031 .box a .title {
	    font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-031 .box a .title {
	    font-size: 24px;
	}
	.module-031 .more{
		padding: 14px 50px;
		margin-top: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-031 .box a .title {
	    font-size: 22px;
	}
	.module-031 .more{
		padding: 13px 45px;
		margin-top: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-031 .box a .title {
	    font-size: 20px;
	}
	.module-031 .box a .note {
	    font-size: 12px;
	}
	.module-031 .box a .date {
		font-size: 16px;
	}
	.module-031 .more{
		padding: 12px 40px;
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-031 .box a .title{
	    font-size: 18px;
		margin-top: 15px;
	}
	.module-031 .box a .note {
	    font-size: 14px;
	}
	.module-031 .box a .date{
	    font-size: 14px;
	}
	.module-031 .box {
	    margin-bottom: 30px;
	}
	.module-031 .more{
		padding: 11px 35px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-031 .box a .title{
	    font-size: 16px;
	}
	.module-031 .box a .note {
	    font-size: 12px;
	    margin-top: 10px;
	}
	.module-031 .box a .date{
	    margin-top: 10px;
	    font-size: 12px;
	}
	.module-031 .box {
	    margin-bottom: 20px;
	}
	.module-031 .more{
		padding: 10px 30px;
		font-size: 12px;
		margin-top: 15px;
	}
}




.module-032{
	padding-top: 30px;
}
.module-032 .note1{
	margin-top: 50px;
	color: #5e574f;
	font-size: 16px;
	line-height: 2em;
}
.module-032 .note2{
	margin-top: 60px;
	color: #5e574f;
	font-size: 16px;
	line-height: 2em;
}
@media screen and (max-width: 1680px) {
	.module-032 .note1{
		margin-top: 45px;
	}
	.module-032 .note2{
		margin-top: 45px;
	}
}
@media screen and (max-width: 1440px) {
	.module-032 .note1{
		margin-top: 35px;
	}
	.module-032 .note2{
		margin-top: 35px;
	}
}
@media screen and (max-width: 1280px) {
	.module-032 .note1{
		margin-top: 30px;
		font-size: 14px;
		line-height: 1.75em;
	}
	.module-032 .note2{
		margin-top: 30px;
		font-size: 14px;
		line-height: 1.75em;
	}
}
@media screen and (max-width: 1199px) {
	.module-032 .note1{
		margin-top: 30px;
		font-size: 14px;
	}
	.module-032 .note2{
		margin-top: 30px;
		font-size: 14px;
	}
}
@media screen and (max-width: 991px) {
	.module-032 .note1{
		margin-top: 25px;
		font-size: 12px;
	}
	.module-032 .note2{
		margin-top: 25px;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.module-032{
		padding-top: 0;
		padding-bottom: 30px;
	}
	.module-032 .note1{
		margin-top: 20px;
	}
	.module-032 .note2{
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-032 .note1{
		margin-top: 15px;
		font-size: 12px;
	}
	.module-032 .note2{
		margin-top: 15px;
		font-size: 12px;
	}
}


.module-033{
	margin-bottom: 50px;
}
@media screen and (max-width: 1440px) {
	.module-033{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-033{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-033{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-033{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-033{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-033{
		margin-bottom: 20px;
	}
}


.module-034{
	text-align: center;
	margin-bottom: 50px;
}
.module-034 .note{
	color: #5e574f;
	font-size: 16px;
	max-width: 800px;
	margin: 0 auto;
}
@media screen and (max-width: 1440px) {
	.module-034{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-034{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-034{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-034{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-034{
		margin-bottom: 25px;
	}
	.module-034 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-034{
		margin-bottom: 20px;
	}
	.module-034 .note{
		font-size: 12px;
	}
}

.module-035{
	margin-bottom: 15px;
}



.module-036 {
	margin-bottom: 80px;
}
.module-036 .tp{
	padding-bottom: 52.41%;
	transition: all .5s;
}
.module-036 .icon::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
	transition: all .5s;
}
.module-036:hover .icon::after{
	background-color: rgba(0,0,0,0);
}
.module-036 .icon::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url(../image/bofang.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 98px;
	height: 97px;
	z-index: 1;
}
.module-036:hover .tp{
	transform: scale(1.05);
}
.module-036 .text-box{
	padding-top: 30px;
}
.module-036 .text-box .title{
	font-size: 28px;
	color: #373141;
}
.module-036 .text-box .note{
	margin-top: 15px;
	color: #887d73;
	font-size: 14px;
}
.module-036 .text-box .date{
	margin-top: 30px;
	color: #887d73;
	font-size: 14px;
}
@media screen and (max-width: 1440px) {
	.module-036 .text-box .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-036 {
		margin-bottom: 70px;
	}
	.module-036 .text-box .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-036 {
		margin-bottom: 60px;
	}
	.module-036 .text-box .title{
		font-size: 22px;
	}
	.module-036 .text-box .date{
		margin-top: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-036 {
		margin-bottom: 50px;
	}
	.module-036 .text-box{
		padding-top: 25px;
	}
	.module-036 .text-box .title{
		font-size: 20px;
	}
	.module-036 .text-box .date{
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-036 {
		margin-bottom: 40px;
	}
	.module-036 .text-box{
		padding-top: 20px;
	}
	.module-036 .text-box .title{
		font-size: 18px;
	}
	.module-036 .text-box .date{
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-036 {
		margin-bottom: 30px;
	}
	.module-036 .text-box{
		padding-top: 15px;
	}
	.module-036 .text-box .title{
		font-size: 16px;
	}
	.module-036 .text-box .note{
		margin-top: 10px;
		font-size: 12px;
	}
	.module-036 .text-box .date{
		margin-top: 10px;
		font-size: 12px;
	}
}



.module-037{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #d6d6d6;
}
.module-037 .title{
	color: #373141;
	font-size: 28px;
}
.module-037 .date{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -webkit-flex;
	max-width: 200px;
	margin-top: 30px;
	color: #887d73;
	line-height: 1em;
	font-size: 14px;
}
@media screen and (max-width: 1440px) {
	.module-037 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-037 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-037 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-037{
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.module-037 .title{
		font-size: 20px;
	}
	.module-037 .date{
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-037{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.module-037 .title{
		font-size: 18px;
	}
	.module-037 .date{
		margin-top: 20px;
		max-width: 170px;
	}
}
@media screen and (max-width: 575px) {
	.module-037{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.module-037 .title{
		font-size: 16px;
	}
	.module-037 .date{
		margin-top: 15px;
		max-width: 150px;
	}
}


.module-038{
	padding: 0 15px;
}
.module-038 .list-box a{
	text-decoration: none;
	display: block;
	font-size: 0;
	margin-bottom: 20px;
}
.module-038 .list-box a:nth-last-of-type(1){
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.module-038 .list-box .left{
	width: 74px;
	display: inline-block;
	vertical-align: top;
}
.module-038 .list-box .right{
	display: inline-block;
	width: calc(100% - 74px);
	vertical-align: top;
	padding-left: 15px;
}
.module-038 .list-box .right .title{
	font-size: 14px;
	color: #373141;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.module-038 .list-box .right .note{
	font-size: 12px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.module-038 .list-box .tp{
	padding-bottom: 63.82%;
	transition: all .5s;
}
.module-038 .list-box a:hover .tp{
	transform: scale(1.07);
}
@media screen and (max-width: 991px) {
	.module-038{
		padding:0;
		margin-top: 30px;
	}
}


.module-039 {
	text-align: left;
}
.module-039 .title-en{
	color: #c69664;
	font-size: 56px;
	font-family: "BASKVILL";
	line-height: 1em;
}
.module-039 .title-cn{
	color: #498a0f;
	font-size: 50px;
	margin-top: 30px;
}
.module-039 .note{
	color: #5e574f;
	font-size: 16px;
	margin-top: 40px;
	max-width: 500px;
	line-height: 2em;
}
@media screen and (max-width: 1680px) {
	.module-039 .title-en {
	    font-size: 50px;
	}
	.module-039 .title-cn {
	    font-size: 44px;
	}
}
@media screen and (max-width: 1440px) {
	.module-039 .title-en {
	    font-size: 44px;
	}
	.module-039 .title-cn {
	    font-size: 38px;
	}
}
@media screen and (max-width: 1280px) {
	.module-039 .title-en {
	    font-size: 38px;
	}
	.module-039 .title-cn {
	    font-size: 34px;
	}
	.module-039 .note {
	    margin-top: 35px;
	}
}
@media screen and (max-width: 1199px) {
	.module-039 .title-en {
	    font-size: 34px;
	}
	.module-039 .title-cn {
	    font-size: 30px;
	}
	.module-039 .note {
	    margin-top: 30px;
	}
}
@media screen and (max-width: 991px) {
	.module-039 .title-en {
	    font-size: 28px;
	}
	.module-039 .title-cn {
	    font-size: 26px;
	    margin-top: 25px;
	}
	.module-039 .note {
	    margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-039 .title-en {
	    font-size: 24px;
	}
	.module-039 .title-cn {
	    font-size: 22px;
	    margin-top: 20px;
	}
	.module-039 .note {
	    font-size: 14px;
	    margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-039 .title-en {
	    font-size: 20px;
	}
	.module-039 .title-cn {
	    font-size: 18px;
	    margin-top: 15px;
	}
	.module-039 .note {
	    font-size: 12px;
	    margin-top: 15px;
	}
}

.module-040 .title-en{
	font-size: 20px;
	color: #c59664;
	font-family: "BASKVILL";
	line-height: 1.2em;
}
.module-040 .title-cn{
	font-size: 50px;
	color: #498a0f;
	margin-top: 15px;
}
@media screen and (max-width: 1680px) {
	.module-040 .title-cn{
		font-size: 46px;
	}
}
@media screen and (max-width: 1440px) {
	.module-040 .title-cn{
		font-size: 42px;
	}
}
@media screen and (max-width: 1280px) {
	.module-040 .title-cn{
		font-size: 38px;
	}
}
@media screen and (max-width: 1199px) {
	.module-040 .title-cn{
		font-size: 34px;
	}
}
@media screen and (max-width: 991px) {
	.module-040 .title-en{
		font-size: 18px;
	}
	.module-040 .title-cn{
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-040 .title-en{
		font-size: 16px;
	}
	.module-040 .title-cn{
		font-size: 26px;
	}
}
@media screen and (max-width: 575px) {
	.module-040 .title-en{
		font-size: 14px;
	}
	.module-040 .title-cn{
		font-size: 22px;
	}
}

.module-041{
	padding: 100px;
}
.module-041 .box{
	margin-bottom: 60px;
}
.module-041 .box .title{
	color: #5e574d;
	font-size: 22px;
}
.module-041 .box .note{
	color: #5e574d;
	font-size: 14px;
	margin-top: 10px;
	max-width: 400px;
	line-height: 2em;
}
@media screen and (max-width: 1680px) {
	.module-041{
		padding: 80px;
	}
}
@media screen and (max-width: 1440px) {
	.module-041{
		padding: 70px;
	}
}
@media screen and (max-width: 1280px) {
	.module-041{
		padding: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-041{
		padding: 50px;
	}
}
@media screen and (max-width: 991px) {
	.module-041{
		padding: 40px;
	}
	.module-041 .box{
		margin-bottom: 50px;
	}
	.module-041 .box .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-041{
		padding: 30px;
	}
	.module-041 .box{
		margin-bottom: 40px;
	}
	.module-041 .box .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-041{
		padding: 20px;
	}
	.module-041 .box{
		margin-bottom: 30px;
	}
	.module-041 .box .title{
		font-size: 16px;
	}
	.module-041 .box .note{
		font-size: 12px;
	}
}

.module-042 .title{
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
}
.module-042 input:focus{
	outline: none;
}
.module-042 .input1,
.module-042 select{
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #d6d6d6;
	margin-bottom: 30px;
	color: #333333;
	font-size: 14px;
	background-color: rgba(0,0,0,0);
}
.module-042 .box{
	padding: 10px 15px;
	border: 1px solid #dadada;
	margin-bottom: 30px;
}
.module-042 input::-webkit-input-placeholder{
	color: #999999;
}
.module-042 input::-moz-placeholder{
	color: #999999;
}
.module-042 input::-ms-input-placeholder{
	color: #999999;
}
.module-042 .box input[type="checkbox"]{
	margin-right: 10px;
	color: #333333;
}
.module-042 .box .span1{
	margin-right: 10px;
	color: #6c6c6c;
	font-size: 14px;
}
.module-042 .box .span2{
	color: #6c6c6c;
	font-size: 14px;
}
.module-042 .box .input2{
	border: none;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 1px solid #e5e5e5;
	outline: none;
	text-align: center;
	width: calc(100% - 175px);
	color: #999999;
	font-size: 14px;
	background-color: rgba(0,0,0,0);
}
.module-042 .sub-box{
	text-align: right;
	font-size: 14px;
}
.module-042 .sub-box input{
	padding: 8px 60px;
	background-color: #b7946b;
	color: #fff;
	border: 1px solid #d6d6d6;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.module-042 .sub-box input:hover{
	background-color: #fff;
	color: #b7946b;
	border: 1px solid #b7946b;
}
@media screen and (max-width: 767px){
	.module-042 .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px){
	.module-042 .sub-box input{
		width: 100%;
	}
	.module-042 .input1,
	.module-042 select{
		margin-bottom: 20px;
	}
	.module-042 .box {
	    margin-bottom: 20px;
	}
	.module-042 .title{
		font-size: 14px;
	}
}


.module-043 {
	text-align: center;
}
.module-043 .title{
	color: #498a0f;
	font-size: 50px;
}
@media screen and (max-width: 1680px) {
	.module-043 .title{
		font-size: 46px;
	}
}
@media screen and (max-width: 1440px) {
	.module-043 .title{
		font-size: 42px;
	}
}
@media screen and (max-width: 1280px) {
	.module-043 .title{
		font-size: 38px;
	}
}
@media screen and (max-width: 1199px) {
	.module-043 .title{
		font-size: 34px;
	}
}
@media screen and (max-width: 991px) {
	.module-043 .title{
		font-size: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-043 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 575px) {
	.module-043 .title{
		font-size: 22px;
	}
}


.module-044 .title{
	color: #498a0f;
	font-size: 30px;
}
.module-044 .title span{
	display: inline-block;
	border-bottom: 1px solid #887d73;
	padding-bottom: 10px;
	padding-top: 15px;
}
.module-044 .title-cn{
	padding-top: 10px;
	font-size: 30px;
	color: #498a0f;
}
@media screen and (max-width: 1680px) {
	.module-044 .title{
		font-size: 28px;
	}
	.module-044 .title-cn{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-044 .title{
		font-size: 26px;
	}
	.module-044 .title-cn{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-044 .title{
		font-size: 24px;
	}
	.module-044 .title-cn{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-044 .title{
		font-size: 22px;
	}
	.module-044 .title-cn{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-044 .title{
		font-size: 20px;
	}
	.module-044 .title-cn{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-044 .title{
		font-size: 18px;
	}
	.module-044 .title-cn{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-044 .title{
		font-size: 16px;
	}
	.module-044 .title-cn{
		font-size: 16px;
	}
}


.module-045{
	margin-bottom:50px;
}
.module-045 .note{
	font-size: 16px;
	color: #5e574f;
	line-height: 2em;
}
.module-045 .note a{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}
.module-045 .note a img{
	margin-right: 5px;
}
@media screen and (max-width: 1199px) {
	.module-045{
		margin-bottom:45px;
	}
}
@media screen and (max-width: 991px) {
	.module-045{
		margin-bottom:40px;
	}
}
@media screen and (max-width: 767px) {
	.module-045{
		margin-bottom:35px;
	}
	.module-045 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-045{
		margin-bottom:30px;
	}
	.module-045 .note{
		font-size: 12px;
	}
}


.module-046 .title{
	font-size: 26px;
	color: #498a0f;
	margin-bottom: 20px;
}
.module-046 .box1 select{
	width: 100%;
	padding: 10px;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	color: #000000;
	background-color: #e8e1da;
}
.module-046 .box2{
	border: 1px solid #e2e2e2;
	font-size: 0;
	background-color: #e8e1da;
}
.module-046 .box2 input{
	width: calc(100% - 36px);
	padding: 10px;
	font-size: 14px;
	border: 1px solid #e2e2e2;
	color: #000000;
	outline: none;
	vertical-align: middle;
	border: none;
	background-color: #e8e1da;
}
.module-046 .box2 a {
	vertical-align: middle;
	font-size: 0;
}
.module-046 .box2 a i::before {
    transition: all .5s;
    padding: 5px;
	font-size: 26px;
	color: #6c6c6c;
}
@media screen and (max-width: 1280px) {
	.module-046 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-046 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-046 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-046 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-046 .title{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.module-046 .box1{
		margin-bottom: 15px;
	}
	.module-046 .box2{
		margin-bottom: 15px;
	}
}



.module-047{
	margin-bottom: 90px;
	padding-bottom: 20px;
	border-bottom: 1px solid #dddddd;
}
.module-047 .tp{
	padding-bottom: 46.92%;
}
.module-047 .text .title{
	font-size: 18px;
	color: #498a0f;
	margin-top: 15px;
	margin-bottom: 15px;
}
.module-047 .text .note{
	font-size: 14px;
	color: #498a0f;
}
@media screen and (max-width: 1440px) {
	.module-047{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-047{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.module-047{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-047{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-047{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-047{
		margin-bottom: 30px;
	}
	.module-047 .text .title{
		font-size: 16px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}



.module-048{
	padding-top: 15px;
	padding-bottom: 15px;
}
.module-048 .title{
	font-size: 14px;
	color: #302b39;
}



.module-049{
	margin-bottom: 30px;
}
.module-049 a{
	display: block;
	text-align: center;
}




.module-050{
	text-align: center;
	margin-bottom: 50px;
}
.module-050 .title{
	font-size: 32px;
	color: #000000;
}
@media screen and (max-width: 1680px) {
	.module-050{
		margin-bottom: 40px;
	}
	.module-050 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-050{
		margin-bottom: 35px;
	}
	.module-050 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-050{
		margin-bottom: 30px;
	}
	.module-050 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-050{
		margin-bottom: 25px;
	}
	.module-050 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-050{
		margin-bottom: 20px;
	}
	.module-050 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-050{
		margin-bottom: 15px;
	}
	.module-050 .title{
		font-size: 18px;
	}
}


.module-051{
	border: 1px solid #333333;
	font-size: 0;
	max-width: 800px;
	margin: 0 auto;
	transition: all .5s;
}
.module-051:hover{
	border: 1px solid #cc6600;
}
.module-051 select{
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 100px;
}
.module-051 input{
	width: calc(100% - 151px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-051 a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #a1a1a1;
	vertical-align: middle;
}
.module-051 a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-051 a:hover i{
	color: #cc6600;
}
@media screen and (max-width: 991px) {
	.module-051 input {
	    font-size: 12px;
	    padding: 7px 10px;
		width: calc(100% - 140px);
	}
	.module-051 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-051{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-051{
		margin-bottom: 10px;
	}
	.module-051 input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-051 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}



.module-052{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}
.module-052 span{
	color: #333333;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
.module-052 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-052 a:hover{
	background-color: #cc6600;
	color: #fff;
}
@media screen and (max-width:991px) {
	.module-052 a{
		padding: 7px 25px;
	}
}
@media screen and (max-width:767px) {
	.module-052 a{
		padding: 7px 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-052 a{
		padding: 7px 15px;
		margin-right: 15px;
		font-size: 12px;
	}
}






.module-053{
	margin-bottom: 70px;
}
.module-053 a{
	text-decoration: none;
	display: block;
}
.module-053 .img-box{
	position: relative;
}
.module-053 .tpcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
}
.module-053 .tpcover:hover{
    opacity: 0;
}
.module-053 .text-box{
	margin-top: 20px;
}
.module-053 .text-box .title{
	color: #222222;
	font-size: 18px;
	font-weight: 100;
}
.module-053 .text-box .title2{
	color: #222222;
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 5px;
	display: block;
}
.module-053 .text-box .classification{
	color: #999999;
	font-size: 14px;
}
.module-053 .text-box .classification2{
	color: #999999;
	font-size: 14px;
	display: block;
}
.module-053 .text-box .classification2 img{
	margin-left: 10px;
	vertical-align: middle;
}
.module-053 a .over-img{
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0);
	box-shadow: 0 0 50px 5px rgba(0,0,0,0);
}
.module-053 a .tp{
    -webkit-transition: all .5s;
    transition: all .5s;
	padding-bottom: 90%;
}
.module-053 a:hover .over-img{
    -webkit-box-shadow: 0 0 50px 10px #c3c5c7;
    box-shadow: 0 0 50px 10px #c3c5c7;
}
.module-053 a:hover .tp{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
@media screen and (max-width: 1199px) {
	.module-053{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-053{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-053{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-053{
		margin-bottom: 30px;
	}
	.module-053 .text-box .title{
		font-size: 16px;
	}
	.module-053 .text-box{
		margin-top: 15px;
	}
	.module-053 .text-box .classification {
	    font-size: 12px;
	}
}



.module-054 .text{
	font-size: 18px;
	color: #333333;
	margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
	.module-054 .text{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-054 .text{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-054 .text{
		font-size: 16px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-054 .text{
		font-size: 14px;
		margin-bottom: 20px;
	}
}



.module-055{
	padding-top: 120px;
	padding-bottom: 120px;
}
@media screen and (max-width: 1680px) {
	.module-055{
		padding-top: 170px;
		padding-bottom: 170px;
	}
}
@media screen and (max-width: 1440px) {
	.module-055{
		padding-top: 150px;
		padding-bottom: 150px;
	}
}
@media screen and (max-width: 1280px) {
	.module-055{
		padding-top: 130px;
		padding-bottom: 130px;
	}
}
@media screen and (max-width: 1199px) {
	.module-055{
		padding-top: 110px;
		padding-bottom: 110px;
	}
}
@media screen and (max-width: 991px) {
	.module-055{
		padding-top: 90px;
		padding-bottom: 90px;
	}
}
@media screen and (max-width: 767px) {
	.module-055{
		padding-top: 70px;
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 575px) {
	.module-055{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}






/*index partner logo begin*/

.partnerlogo{padding-top: 100px;padding-bottom: 100px;}
.slideGroup1{ width:100%; border:0px solid #ddd; text-align:center;  margin: 60px 60px;}
.slideGroup1 .parBd ul{ overflow:hidden; zoom:1;  text-align: center; }
.slideGroup1 .parBd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;  width: 13.5%;}
.slideGroup1 .parBd ul li .pic{ text-align:center; display: block;
	position: relative;
	overflow: hidden;}
.slideGroup1 .parBd ul li .pic:hover img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}
.slideGroup1 .parBd ul li .pic img{ max-width:200px; height:100%; display:block;  padding:5px; border:0px solid #ccc; 
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s; }
.slideGroup1 .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup1 .parBd ul li .title{ line-height:24px;   }



@media screen and (max-width: 1680px) {	
	.partnerlogo{padding-top: 150px;padding-bottom: 150px;}
	.slideGroup1{ width:100%; border:0px solid #ddd; text-align:center;  margin: 60px 60px;}
.slideGroup1 .parBd ul{ overflow:hidden; zoom:1;  text-align: center; }
.slideGroup1 .parBd ul li{ margin:0 5px; float:left; _display:inline; overflow:hidden; text-align:center;  width: 15%;}
.slideGroup1 .parBd ul li .pic{ text-align:center; display: block;
	position: relative;
	overflow: hidden;}
.slideGroup1 .parBd ul li .pic:hover img{-webkit-transform: scale(1.25);-ms-transform: scale(1.25);transform: scale(1.25);}
.slideGroup1 .parBd ul li .pic img{ max-width:200px; height:100%; display:block;  padding:5px; border:0px solid #ccc; 
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s; }
.slideGroup1 .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup1 .parBd ul li .title{ line-height:24px;  }
	}

@media screen and (max-width: 1440px) {
	.partnerlogo{padding-top: 130px;padding-bottom: 130px;}
	.partnerlogo{padding-top: 120px;padding-bottom: 120px;}
		.slideGroup1{ width:100%; border:0px solid #ddd; text-align:center;  margin: 10px 10px;}
.slideGroup1 .parBd ul{ overflow:hidden; zoom:1;  text-align: center; }
.slideGroup1 .parBd ul li{ margin:0 0px 0px 15px; float:left; _display:inline; overflow:hidden; text-align:center;  width: 15%;}
	.slideGroup1 .parBd ul li .pic img{ max-width:172px; height:100%; display:block;  padding:5px; border:0px solid #ccc; 
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s; }
}
@media screen and (max-width: 1280px) {
	.partnerlogo{padding-top: 120px;padding-bottom: 120px;}
		.slideGroup1{ width:100%; border:0px solid #ddd; text-align:center;  margin: 10px 10px;}
.slideGroup1 .parBd ul{ overflow:hidden; zoom:1;  text-align: center; }
.slideGroup1 .parBd ul li{ margin:0 0px 0px 15px; float:left; _display:inline; overflow:hidden; text-align:center;  width: 15%;}
	.slideGroup1 .parBd ul li .pic img{ max-width:172px; height:100%; display:block;  padding:5px; border:0px solid #ccc; 
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s; }
}
@media screen and (max-width: 1199px) {
	.partnerlogo{padding-top: 110px;padding-bottom: 110px;}
	.slideGroup1{ width:100%; border:0px solid #ddd; text-align:center;  margin: 10px 10px;}
.slideGroup1 .parBd ul{ overflow:hidden; zoom:1;  text-align: center; }
.slideGroup1 .parBd ul li{ margin:0 0px 0px 15px; float:left; _display:inline; overflow:hidden; text-align:center;  width: 18%;}
	.slideGroup1 .parBd ul li .pic img{ max-width:155px; height:100%; display:block;  padding:5px; border:0px solid #ccc; 
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s; }
}
@media screen and (max-width: 991px) {
	.partnerlogo{padding-top: 90px;	padding-bottom: 90px;}
	.slideGroup1{ width:100%; border:0px solid #ddd; text-align:center;  margin: 10px 10px;}
.slideGroup1 .parBd ul{ overflow:hidden; zoom:1;  text-align: center; }
.slideGroup1 .parBd ul li{ margin:0 0px 0px 20px; float:left; _display:inline; overflow:hidden; text-align:center;  width: 21%;}
	.slideGroup1 .parBd ul li .pic img{ max-width:165px; height:100%; display:block;  padding:5px; border:0px solid #ccc; 
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s; }
}
@media screen and (max-width: 767px) {
.partnerlogo{padding-top: 70px;padding-bottom: 70px;}
.slideGroup1{ width:100%; border:0px solid #ddd; text-align:center;  margin: 60px 60px;}
.slideGroup1 .parBd ul{ overflow:hidden; zoom:1;  text-align: center; }
.slideGroup1 .parBd ul li{ margin:0 0px 0px 15px; float:left; _display:inline; overflow:hidden; text-align:center;  width: 30%;}
.slideGroup1 .parBd ul li .pic{ text-align:center; display: block;
	position: relative;
	overflow: hidden;}
.slideGroup1 .parBd ul li .pic:hover img{-webkit-transform: scale(1.25);-ms-transform: scale(1.25);transform: scale(1.25);}
.slideGroup1 .parBd ul li .pic img{ max-width:180px; height:100%; display:block;  padding:5px; border:0px solid #ccc; 
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s; }
.slideGroup1 .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup1 .parBd ul li .title{ line-height:24px;   }
}

@media screen and (max-width: 575px) {
.partnerlogo{padding-top: 30px;	padding-bottom: 30px;}
.slideGroup1{ width:100%; border:0px solid #ddd; text-align:center;  margin: 10px 10px;}
.slideGroup1 .parBd ul{ overflow:hidden; zoom:1;  text-align: center; }
.slideGroup1 .parBd ul li{ margin:0 0px 0px 20px; float:left; _display:inline; overflow:hidden; text-align:center;  width: 45%;}
.slideGroup1 .parBd ul li .pic{ text-align:center; display: block;
	position: relative;
	overflow: hidden;}
.slideGroup1 .parBd ul li .pic:hover img{-webkit-transform: scale(1.25);-ms-transform: scale(1.25);transform: scale(1.25);}
.slideGroup1 .parBd ul li .pic img{ max-width:160px; height:100%; display:block;  padding:5px; border:0px solid #ccc; 
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s; }
.slideGroup1 .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup1 .parBd ul li .title{ line-height:24px;  }
}

/*index partner logo end*/



.module-056{
	margin-bottom: 80px;
}
@media screen and (max-width: 1680px) {
	.module-056{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-056{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1280px) {
	.module-056{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-056{
		margin-bottom: 40px;
	}
}

.module-057{
	text-align: center;
}
.module-057 input{
	padding: 8px 60px;
	background-color: #b7946b;
	color: #fff;
	border: 1px solid #d6d6d6;
	cursor: pointer;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-size: 14px;
}
.module-057 input:hover{
	background-color: #fff;
	color: #b7946b;
	border: 1px solid #b7946b;
}
@media screen and (max-width: 1280px) {
	.module-057 input{
		padding: 8px 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-057 input{
		padding: 8px 40px;
	}
}
@media screen and (max-width: 991px) {
	.module-057{
		margin-top: 10px;
	}
	.module-057 input{
		padding: 7px 30px;
	}
}

.module-058 {
	font-size: 0;
}
.module-058 .box1 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 15px;
	font-weight: bold;
}
.module-058 .box1 input{
	font-size: 14px;
	border: none;
	outline: none;
	width: calc(100% - 52px);
	background-color: rgba(0,0,0,0);
}
.module-058 .box2 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 15px;
	font-weight: bold;
}
.module-058 .box2 input{ 
	font-size: 14px;
	border: none;
	outline: none;
	width: calc(100% - 80px);
	background-color: rgba(0,0,0,0);
}
@media screen and (max-width: 1199px) {
	.module-058 .box1 .title,
	.module-058 .box2 .title {
	    font-size: 14px;
	    margin-right: 15px;
	}
}
@media screen and (max-width: 991px) {
	.module-058 .box1,
	.module-058 .box2{
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.module-059 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 80px;
	vertical-align: middle;
	font-weight: bold;
}
.module-059 .select-box{
	display: inline-block;
	width: 120px;
	margin-right: 80px;
	vertical-align: middle;
}
.module-059 .select-box select{
	font-size: 14px;
	border: none;
	outline: none;
	width: 100%;
	background-color: rgba(0,0,0,0);
}
.module-059 .input-box{
	display: inline-block;
	width: calc(100% - 765px);
	vertical-align: middle;
}
.module-059 .input-box input{
	font-size: 14px;
	outline: none;
	border: none;
	width: 100%;
	background-color: rgba(0,0,0,0);
}
@media screen and (max-width: 1199px) {
	.module-059 .title {
	    font-size: 14px;
	    margin-right: 30px;
	}
	.module-059 .select-box {
	    margin-right: 30px;
	}
	.module-059 .input-box{
		width: calc(100% - 555px);
	}
}
@media screen and (max-width: 991px) {
	.module-059{
		padding-top: 15px;
	}
	.module-059 .title{
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.module-059 .select-box {
	    width: 100%;
		margin-bottom: 10px;
	}
	.module-059 .select-box select{
	    border: 1px solid #eeeeee;
		padding: 10px;
	}
	.module-059 .input-box{
		width: 100%;
	}
	.module-059 .input-box input{
		border: 1px solid #eeeeee;
		padding: 10px;
	}
}

.module-060 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 80px;
	vertical-align: middle;
	font-weight: bold;
}
.module-060 .box{
	display: inline-block;
	margin-right: 90px;
}
.module-060 .box .span1{
	color: #333333;
	font-size: 16px;
	margin-right: 15px;
	vertical-align: middle;
}
.module-060 .box .span1 input{
	margin-right: 10px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	font-size: 0;
	background-color: rgba(0,0,0,0);
}
.module-060 .box .span2{
	color: #999999;
	vertical-align: middle;
	font-size: 14px;
}
.module-060 .box .span2 input{
	border: none;
	border-bottom: 1px solid #e5e5e5;
	outline: none;
	width: 200px;
	text-align: center;
	background-color: rgba(0,0,0,0);
}
.module-060 .box:nth-last-of-type(1){
	margin-right: 0;
}
@media screen and (max-width: 1199px) {
	.module-060 .title{
		margin-right: 30px;
		font-size: 14px;
	}
	.module-060 .box .span1 {
	    font-size: 14px;
	    margin-right: 15px;
	}
	.module-060 .box .span2 {
	    font-size: 14px;
	}
	.module-060 .box{
		margin-right: 35px;
	}
	.module-060 .box .span1 input {
	    width: 15px;
	    height: 15px;
	}
}
@media screen and (max-width: 991px) {
	.module-060{
		padding-top: 15px;
	}
	.module-060 .title{
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.module-060 .box {
	    margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	.module-060 .box .span2 {
		display: inline-block;
	    width: calc(100% - 90px);
	}
	.module-060 .box .span2 input{
	    width: calc(100% - 60px);
	}
}


.module-061 .box1{
	margin-bottom: 80px;
}
.module-061 .title{
	font-size: 24px;
	color: #333333;
}
.module-061 .hx{
	width: 22px;
	border-top: 4px solid #ea0000;
	display: inline-block;
	margin-bottom: 15px;
	margin-top: 15px;
}
.module-061 .text{
	color: #666666;
	font-size: 16px;
	margin-bottom: 15px;
	line-height: 2em;
}
@media screen and (max-width: 1680px) {
	.module-061 .box1{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-061 .box1{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1280px) {
	.module-061 .box1{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-061 .box1{
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 991px) {
	.module-061 .box1{
		margin-bottom: 40px;
	}
	.module-061 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-061 .box1{
		margin-bottom: 35px;
	}
	.module-061 .hx{
		border-top: 3px solid #ea0000;
	}
	.module-061 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-061 .box1{
		margin-bottom: 30px;
	}
	.module-061 .hx{
		margin-bottom: 10px;
		margin-top: 10px;
		border-top: 2px solid #ea0000;
	}
	.module-061 .title{
		font-size: 16px;
	}
	.module-061 .text{
		font-size: 14px;
		margin-bottom: 10px;
	}
}


/*.module-062{
	margin-top: 10px;
}
.module-062 .title{
	display: inline-block;
	color: #b7a28e;
	vertical-align: top;
	font-size: 14px;
}
.module-062 ul{
	width: calc(100% - 75px);
	vertical-align: top;
	display: inline-block;
}
.module-062 ul>li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}
.module-062 ul>li>a{
	font-size: 14px;
	display: inline-block;
	color: #b7a28e;
}
*/

.sub-proinfoico h4{
    font-weight: bold;
    font-size: 1.5em;
    color: #6eb92b;
	padding-top: 20px;
    padding-bottom: 20px;
}