/************* 内页图 *************/
.tit-40 {
	font-size: 30px;
	line-height: 1.6
}

.tit-56 {
	font-size: 46px;
	line-height: 1.6
}

.col-fff {
	color: #fff
}

.text-center {
	text-align: center;
}

@media(max-width:1000px) {
	.tit-40 {
		font-size: 24px;
		line-height: 1.6
	}

	.tit-56 {
		font-size: 34px;
		line-height: 1.6
	}
}

/*内页banner*/
.nei-banner {
	height: auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.nei-banner img {
	max-width: 100%;
}

.nei-banner .img1 {
	width: 100%;
	z-index: 1;
}

.nei-banner .img2 {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 2;
}

.nei-banner .img3 {
	width: 100%;
	z-index: 1;
}

.nei-banner .img3 img {
	width: 100%;
}

.nei-banner .content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.nei-banner .content .tit1 {
	line-height: 1.5;
	position: relative;
}

@media (max-width: 767px) {

	.nei-banner .content .tit1 {
		font-size: 24px;
		line-height: 30px;
	}

	.nei-banner .content .tit2 {
		font-size: 16px;
		line-height: 20px;
	}
}

.breadcrumbs {
	color: #666;
	font-size: 12px;
	line-height: 24px
}

.breadcrumbs .local {
	float: left;
	margin-right: 14px;
	position: relative;
	padding-left: 24px
}

.breadcrumbs .local .icon-map {
	position: absolute;
	left: 0;
	top: 0;
	color: #cacaca
}

.breadcrumbs .crumbs-list {
	float: left
}

.breadcrumbs .crumbs-li {
	float: left;
	margin-right: 10px;
	height: 24px;
	line-height: 24px;
	position: relative;
	padding-right: 26px
}

.breadcrumbs .crumbs-li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #999;
	vertical-align: middle
}

.breadcrumbs .crumbs-li:last-child:after {
	display: none
}

.breadcrumbs .crumbs-a {
	color: #666
}

.breadcrumbs .crumbs-a:hover {
	color: #2c5cc4
}

.breadcrumbs .crumbs-span {
	display: inline-block;
	max-width: 320px;
	font-size: inherit;
	font-weight: 400;
	height: 24px
}

.breadcrumbs .crumbs-inner {
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eaeaea
}

@media (max-width: 1024px) {
	.breadcrumbs .crumbs-inner {
		padding-top: 11px;
		padding-bottom: 11px;
	}
}

/************* 产品列表 *************/

/*  */
.product-right {
	flex: 1;
}

.product-lists {
	padding-top: 65px;
}

.product-lists ul {
	margin: 0 -15px;
	align-items: stretch;
	justify-content: flex-start;
}

.product-lists ul li {
	width: 33.333%;
	padding: 0 15px;
	margin-bottom: 30px;
}

.product-lists-item {
	padding: 30px 40px 55px;
	background-color: #F8F8F8;
	border-radius: 8px;
}

.product-lists-pic {
	display: block;
	position: relative;
	padding-bottom: 100%;
	justify-content: center;
	align-items: center;
}

.product-lists-pic img {
	max-width: 100%;
	max-height: 100%;
}

.product-lists-pic span {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 15%;
}

.product-lists-title {
	padding-top: 10px;
	text-align: center;
}

.product-lists-title h3 {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.product-lists-title p {
	line-height: 30px;
	height: 30px;
	font-size: 16px;
	color: #666;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


@media (max-width:1440px) {
	.product-lists-item {
		padding: 20px;
	}

}

@media (max-width:1200px) {
	.product-right {
		width: 100%;
	}

	.product-lists ul {}
}

@media (max-width:960px) {
	.product-lists {
		padding-top: 45px;
	}

	.product-lists ul li {
		width: 50%;
	}
}

@media (max-width:640px) {
	.product-lists ul {
		margin: 0 -7px;
	}

	.product-lists ul li {
		padding-left: 7px;
		padding-right: 7px;
		margin-bottom: 14px;
	}

	.product-lists-item {
		padding: 15px;
	}

}

@media (max-width:480px) {
	.product-lists-item {
		padding: 10px;
	}

	.product-lists-pic {
		height: 150px;
	}

	.product-lists-title h3 {
		height: 25px;
		line-height: 25px;
		font-size: 16px;
		white-space: break-spaces;
		white-space: ;
	}

	.product-lists-title p {
		line-height: 30px;
		height: 30px;
		font-size: 14px;
		color: #666;
	}

	.product-lists ul li {}
}



/************* 产品详情 *************/
.detail-product-top {
	padding: 80px 0 100px;
	justify-content: space-between;
	align-items: flex-start
}

@media(max-width:1400px) {
	.detail-product-top {
		padding: 60px 0 100px
	}
}

@media(max-width:640px) {
	.detail-product-top {
		padding: 40px 0 60px
	}
}

.detail-product-left {
	position: relative;
	width: 50%;
	padding: 50px;
	background-color: #f5f5f5
}

@media(max-width:960px) {
	.detail-product-left {
		width: 100%
	}
}

@media(max-width:768px) {
	.detail-product-left {
		padding: 15px
	}
}

.detail-product-box {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden
}

.detail-product-poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	align-items: center;
	justify-content: center
}

.detail-product-poster img {
	max-width: 100%;
	max-height: 100%
}

.detail-product-nanoe {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 16.66%
}

.detail-product-nanoe img {
	width: 100%
}

@media(max-width:768px) {
	.detail-product-box {
		height: 360px;
		padding: 15px
	}
}

.detail-product-inside {
	padding: 0 5px;
	display: inline-block;
	background-color: #333;
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
	vertical-align: middle;
	margin-right: 5px
}

.detail-product-swiper-fovs {
	position: relative;
	margin-top: 20px
}

.detail-product-swiper-fovs .swiper {
	padding-bottom: 10px
}

.detail-product-swiper-fovs .swiper-scrollbar {
	height: 2px !important
}

.detail-product-swiper-fovs-item {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100%
}

.detail-product-swiper-fovs-item div {
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border: 1px solid #e6e6e6;
	border-radius: 6px
}

.detail-product-swiper-fovs-item div img {
	max-width: 100%;
	max-height: 100%
}

.detail-product-right {
	width: 50%;
	padding-left: 10%
}

@media(max-width:1400px) {
	.detail-product-right {
		padding-left: 5%
	}
}

@media(max-width:960px) {
	.detail-product-right {
		margin-top: 25px;
		width: 100%;
		padding-left: 0
	}
}

@media(max-width:768px) {
	.detail-product-right {
		margin-top: 25px
	}
}

.detail-product-title {
	position: relative
}

.detail-product-title h1 {
	margin-top: 15px;
	font-size: 32px;
	line-height: 1.6;
	padding-right: 90px;
	color: #333
}

.detail-product-title h1 span {
	display: block
}

@media(max-width:1400px) {
	.detail-product-title h1 {
		font-size: 28px
	}
}

@media(max-width:768px) {
	.detail-product-title h1 {
		font-size: 24px;
		padding-right: 0
	}
}

@media(max-width:480px) {
	.detail-product-title h1 {
		font-size: 20px;
	}
}

.detail-product-title-desc {
	margin-top: 20px;
	padding-right: 120px;
	font-size: 16px;
	line-height: 1.8;
	color: #666
}

@media(max-width:1400px) {
	.detail-product-title-desc {
		margin-top: 20px;
		padding-right: 0;
		font-size: 16px;
		line-height: 1.4;
		color: #666
	}
}

.detail-product-dol {
	position: absolute;
	top: -20px;
	right: 0
}

.detail-product-dol-btn {
	height: 90px;
	padding: 25px 15px 15px;
	border: 1px solid #eee;
	text-align: center;
	border-radius: 4px;
	cursor: pointer
}

.detail-product-dol-btn h3 {
	margin-top: 15px;
	font-size: 12px
}

.detail-product-dol-lists {
	position: absolute;
	top: 100px;
	right: 0;
	z-index: 6;
	width: 200px;
	padding: 10px 20px 20px;
	background-color: #eee;
	border-radius: 6px;
	display: none
}

.detail-product-dol-lists::after {
	position: absolute;
	top: -8px;
	right: 40px;
	content: '';
	border-bottom: 8px solid #eee;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent
}

.detail-product-dol-lists ul li {
	padding-top: 10px
}

.detail-product-dol-lists ul li a {
	display: block;
	text-align: left;
	line-height: 1.2
}

.detail-product-dol-active {
	background-color: #f9f9f9
}

.detail-product-dol-active .detail-product-dol-lists {
	display: block
}

@media(max-width:1400px) {
	.detail-product-dol-btn {
		height: auto;
		padding: 10px 5px
	}

	.detail-product-dol-lists {
		top: 80px;
		width: 200px
	}

	.detail-product-dol-lists::after {
		right: 28px
	}
}

@media(max-width:768px) {
	.detail-product-dol {
		position: static;
		padding-top: 20px
	}

	.detail-product-dol-btn {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0 15px;
		height: 50px;
		background-color: #f9f9f9
	}

	.detail-product-dol-btn h3 {
		margin-top: 0;
		font-size: 16px
	}

	.detail-product-dol-lists {
		position: relative;
		top: 13px;
		width: 100%
	}

	.detail-product-dol-lists::after {
		left: 40px;
		right: inherit;
		width: 8px
	}

	.detail-product-dol-lists ul li a {
		font-size: 14px
	}
}

.detail-product-swiper-colors {
	position: relative;
	margin-top: 20px
}

.detail-product-swiper-colors .swiper {
	padding-bottom: 10px
}

.detail-product-swiper-colors .swiper-scrollbar {
	height: 2px !important
}

.detail-product-swiper-colors-item {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 100%
}

.detail-product-swiper-colors-item div {
	position: absolute;
	top: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border: 1px solid #e6e6e6;
	border-radius: 6px
}

.detail-product-swiper-colors-item div img {
	max-width: 100%;
	max-height: 100%
}

.detail-product-swiper-colors-item h3 {
	margin-top: 15px;
	padding: 0 5px;
	font-size: 14px;
	line-height: 16px;
	height: 32px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis
}

.detail-product-price {
	margin-top: 25px
}

.detail-product-price ul li {
	padding: 5px 0;
	margin-right: 8px
}

.detail-product-price ul li p {
	font-size: 16px
}

.detail-product-price ul li p span {
	font-size: 24px;
	color: #333
}

.detail-product-buybtn {
	margin-top: 10px;
	justify-content: space-between
}

.detail-product-buybtn a {
	position: relative;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	width: 48%;
	line-height: 66px;
	font-size: 20px;
	border-radius: 66px;
	border: 1px solid #333
}

.detail-product-buybtn a img {
	margin-right: 5px
}

.detail-product-buybtn a i {
	display: inline-block;
	margin: 0 9px 0 5px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(45deg)
}

/* .detail-product-buybtn a:nth-child(1){background-color:#333;color:#fff} */
.detail-product-buybtn-qrcode {
	position: absolute;
	top: 80px;
	right: 50%;
	z-index: 2;
	padding: 5px;
	width: 240px;
	background-color: #fff;
	border-radius: 6px;
	transform: translateX(50%);
	box-shadow: 0 0 15px rgba(0, 0, 0, .1);
	display: none
}

.detail-product-buybtn-qrcode img {
	width: 100% !important
}

.detail-product-buybtn-qrcode::after {
	position: absolute;
	top: -8px;
	right: 50%;
	content: '';
	border-bottom: 8px solid #fff;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	transform: translateX(50%)
}

.detail-product-buybtn a:hover .detail-product-buybtn-qrcode {
	display: block
}

@media(max-width:1400px) {
	.detail-product-buybtn a {
		margin-top: 10px;
		line-height: 50px;
		font-size: 18px
	}
}

@media(max-width:640px) {
	.detail-product-price {
		margin-top: 0;
	}

	.detail-product-buybtn {
		margin-top: 0;
	}

	.detail-product-buybtn-qrcode {
		top: 70px;
		width: 100%
	}

	.detail-product-buybtn a {
		margin-top: 0px;
		line-height: 40px;
		font-size: 14px
	}

	.detail-product-buybtn a img {
		width: 14px
	}
}

.detail-product-head-desc {
	margin-top: 50px;
	padding-bottom: 35px
}

.detail-product-head-desc h3 {
	padding-bottom: 20px;
	font-size: 20px;
	border-bottom: 1px solid #f5f5f5;
	color: #333
}

.detail-product-head-desc ul li p {
	padding: 17px 0;
	font-size: 16px;
	color: #666;
	line-height: 1.4;
	border-bottom: 1px solid #f5f5f5
}

.detail-product-speico ul li {
	width: 80px;
	margin-right: 15px;
	margin-top: 15px
}

.detail-product-speico ul li img {
	width: 100%
}

.detail-product-nav {
	background-color: #fff;
	box-shadow: 0 10px 10px rgba(190, 190, 190, 0.25)
}

.detail-product-nav ul li {
	margin-right: 35px
}

.detail-product-nav ul li a {
	position: relative;
	display: block;
	line-height: 100px;
	padding: 0 25px;
	font-size: 24px
}

.detail-product-nav ul li a::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 0;
	height: 4px;
	background-color: var(--default);
	transition: .3s
}

.detail-product-nav ul li a:hover,
.detail-product-nav ul li.on a {
	color: var(--default)
}

.detail-product-nav ul li a:hover::before,
.detail-product-nav ul li.on a::before {
	width: 100%
}

@media(max-width:768px) {
	.detail-product-nav ul li {
		margin: 0 25px
	}

	.detail-product-nav ul li a {
		line-height: 50px;
		font-size: 16px
	}
}

@media(max-width:640px) {
	.detail-product-nav ul li {
		margin: 0 10px
	}

	.detail-product-nav ul li a {
		line-height: 40px;
		font-size: 14px
	}
}

.detail-product-content-item {
	padding-top: 50px;
	padding-bottom: 30px
}

.detail-product-content-title {
	text-align: center;
	margin-top: 15px;
	font-size: 32px
}

.detail-product-content-article {
	margin-top: 20px
}

.detail-product-content-article p {
	font-size: 16px;
	line-height: 26px;
}

.detail-product-content-article img {
	max-width: 100%
}

.detail-product-content-lists ul li {
	display: flex;
	flex-wrap: wrap;
	background-color: #f4f4f4
}

.detail-product-content-lists ul li div {
	width: 50%
}

.detail-product-content-lists ul li div img {
	width: 100%
}

.detail-product-content-lists ul li div:nth-child(2) {
	padding: 50px 100px;
	display: flex;
	justify-content: center;
	flex-direction: column
}

.detail-product-content-lists ul li div:nth-child(2) h3 {
	font-size: 32px;
	line-height: 1.4
}

.detail-product-content-lists ul li div:nth-child(2) p {
	margin-top: 20px;
	font-size: 18px;
	line-height: 1.6
}

.detail-product-content-lists ul li div:nth-child(2) p span {
	display: inline-block;
	line-height: 1.6 !important
}

.detail-product-content-lists ul li:nth-child(2n) {
	flex-direction: row-reverse
}

@media(max-width:1230px) {
	.detail-product-content-lists ul li div:nth-child(2) {
		padding: 30px 50px
	}

	.detail-product-content-lists ul li div:nth-child(2) h3 {
		font-size: 32px
	}
}

@media(max-width:1000px) {
	.detail-product-content-lists ul li div {
		width: 100%
	}

	.detail-product-content-lists ul li div:nth-child(2) h3 {
		font-size: 28px
	}
}

@media(max-width:768px) {
	.detail-product-content-item {
		padding-top: 30px;
		padding-bottom: 20px
	}

	.detail-product-content-lists ul li div:nth-child(2) {
		padding: 30px
	}

	.detail-product-content-lists ul li div:nth-child(2) h3 {
		font-size: 20px
	}

	.detail-product-content-lists ul li div:nth-child(2) p {
		margin-top: 20px;
		font-size: 16px;
		line-height: 1.4
	}
}

.content-style-params {
	margin-bottom: 35px;
	padding: 35px 80px 80px;
	background-color: #fafafa
}

.content-style-params div {
	padding-top: 45px
}

.content-style-params div h3 {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold
}

.content-style-params div ul {
	padding-left: 25px;
	margin-left: -2%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.content-style-params div ul li {
	width: 50%;
	padding-left: 2%;
	font-size: 16px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	word-break: break-all
}

.content-style-params div ul li p {
	padding: 20px 0;
	font-size: 16px;
	line-height: 1.4;
	border-bottom: 1px solid #e6e6e6
}

.content-style-params div ul li p:nth-child(1) {
	flex: 1
}

.content-style-params div ul li p:nth-child(2) {
	width: 70%;
	padding-left: 15px;
	text-align: right
}

.content-style-params div ul li:last-child {
	flex: 1
}

@media(max-width:1200px) {
	.content-style-params div ul {
		padding-left: 0;
		margin-left: 0
	}
}

@media(max-width:768px) {
	.content-style-params {
		padding: 15px 40px 40px
	}
}

@media(max-width:640px) {
	.content-style-params {
		padding: 15px 20px 40px
	}

	.content-style-params div ul {
		padding-left: 0
	}

	.content-style-params div ul li {
		width: 100%
	}

	.content-style-params div h3 {
		font-size: 20px
	}
}

@media(max-width:480px) {
	.content-style-params {
		padding: 10px 10px 30px
	}

	.content-style-params div h3 {
		margin-bottom: 10px;
		font-size: 16px
	}

	.content-style-params div ul li {
		padding: 10px 0
	}

	.content-style-params div ul li p {
		font-size: 12px
	}
}

.detail-product-content-up {
	padding: 15px
}

.detail-product-content-up ul li img {
	width: 100% !important;
	max-height: 100% !important
}

.detail-product-content-up ul li div {
	padding: 50px 0 60px;
	text-align: center
}

.detail-product-content-up ul li h3 {
	margin-bottom: 25px;
	font-size: 40px;
	line-height: 1.4
}

.detail-product-content-up ul li p {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.4
}

@media(max-width:1230px) {
	.detail-product-content-up ul li div h3 {
		font-size: 32px
	}
}

@media(max-width:1000px) {
	.detail-product-content-up ul li div {
		width: 100%
	}

	.detail-product-content-up ul li div h3 {
		font-size: 28px
	}
}

@media(max-width:768px) {
	.detail-product-content-up ul li div {
		padding: 30px
	}

	.detail-product-content-up ul li div h3 {
		font-size: 24px
	}

	.detail-product-content-up ul li div p {
		margin-bottom: 10px;
		font-size: 16px
	}
}


/************* 新闻列表 *************/

.fl3 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/*新闻中心*/
.main.news .box1 {
	padding: 60px 0;
}

.main.news .box1 .list-box {
	width: 100%;
}

.main.news .box1 .list-box .li {
	padding: 50px 0;
	border-bottom: 1px solid #ececec;
}

.main.news .box1 .list-box .li:last-child {
	border-bottom: none;
}

.main.news .box1 .list-box .time {
	width: 70px;
	text-align: center;
}

.main.news .box1 .list-box .time .tit3,
.main.news .box1 .list-box .time .tit4 {
	color: #393939;
	line-height: 1.2;
}

.main.news .box1 .list-box .time .tit3 {
	font-size: 26px;
}

.main.news .box1 .list-box .time .tit4 {
	font-size: 16px;
}

.main.news .box1 .list-box .tit5 {
	color: #393939;
	line-height: 1.5;
	margin-bottom: 10px;
	font-size: 18px;
}

.main.news .box1 .list-box .text {
	width: calc(100% - 120px);
}

.main.news .box1 .list-box .text .p {
	line-height: 2;
	font-size: 16px;
}

.main.news .box1 .itembox {
	padding-bottom: 40px;
	border-bottom: 1px solid #ececec;
}

.main.news .box1 .itembox .tit2 {
	color: #393939;
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 1;
}

.main.news .box1 .itembox .tit3 {
	line-height: 1.5;
	font-size: 24px;
	margin-bottom: 15px;
}

.main.news .box1 .itembox .p {
	line-height: 2;
	font-size: 16px;
}

.main.news .box1 .itembox .more {
	width: 135px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #008d40;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	margin-top: 15px;
	display: block;
}

.main.news .box1 .more-btn {
	width: 500px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	background: #f2f8f1;
	margin: 15px auto;
	text-align: center;
	cursor: pointer;
	color: #008d40;
}

.main.news .box1 .more-btn img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.main.news .box1 .recommend-box {
	width: 29.3%;
	padding-left: 1.5rem;
}

.main.news .box1 .recommend-box .tit2 {
	color: #393939;
	margin-bottom: .7rem;
}

.main.news .box1 .recommend-box .li {
	margin-bottom: 1.5rem;
	display: block;
	position: relative;
}

.main.news .box1 .recommend-box .img {
	overflow: hidden;
}

.main.news .box1 .recommend-box .img img {
	width: 100%;
}

.main.news .box1 .recommend-box .p {
	margin-top: .35rem;
	text-align: center;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.main.news .box1 .recommend-box .tip-btn {
	height: 36px;
	line-height: 36px;
	border-radius: 36px;
	background: #008d40;
	padding: 0 15px;
	position: absolute;
	left: .5rem;
	top: .5rem;
}

.main.news .box1 .recommend-box .tip-btn img {
	margin-right: 8px;
}

.main.news .box2 {
	padding: 2.25rem 0;
}

.main.news .box2 .tit2 {
	color: #393939;
	margin-bottom: .75rem;
}

.main.news .box2 .tab-ul {
	margin-bottom: 1rem;
}

.main.news .box2 .tab-ul .li {
	color: #777;
	margin-right: 2rem;
	line-height: 1.8;
	-webkit-transition: color .3s;
	transition: color .3s;
	position: relative;
	cursor: pointer;
}

.main.news .box2 .tab-ul .li:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	bottom: 0;
	height: 6px;
	background: #008c3f;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.main.news .box2 .tab-ul .li:hover,
.main.news .box2 .tab-ul .li.cur {
	color: #008b3f;
}

.main.news .box2 .tab-ul .li:hover:before,
.main.news .box2 .tab-ul .li.cur:before {
	height: 3px;
	width: 100%;
}

.main.news .box2 .tab-ul .li:last-child {
	margin-right: 0;
}

.main.news .box2 .ulbox {
	position: relative;
	z-index: 1;
}

.main.news .box2 .ulbox .li {
	width: 30.5%;
	margin-right: 4.25%;
	display: block;
	margin-bottom: 1.25rem;
}

.main.news .box2 .ulbox .li img {
	max-width: 100%;
}

.main.news .box2 .ulbox .li:nth-child(3n) {
	margin-right: 0;
}

.main.news .box2 .ulbox .img {
	overflow: hidden;
	position: relative;
}

.main.news .box2 .ulbox .video-btn {
	width: 1.525rem;
	height: auto;
	min-width: 35px;
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.main.news .box2 .ulbox .p {
	color: #393939;
	text-align: center;
	margin-top: .5rem;
}

.main.news .box2 .more-btn {
	width: 500px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	background: #f2f8f1;
	margin: 15px auto;
	text-align: center;
	cursor: pointer;
	color: #008d40;
}

.main.news .box2 .more-btn img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.js-m.translate-bottom1 {
	/* opacity:0; */
}

.js-m.translate-bottom1.animate {
	opacity: 1;
	-webkit-animation: animate1 1s cubic-bezier(0.6, 0.2, 0.1, 1) forwards;
	-moz-animation: animate1 1s cubic-bezier(0.6, 0.2, 0.1, 1) forwards;
}

@keyframes animate1 {
	0% {
		opacity: 0;
		transform: translate3d(0, 50px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}


.main.news .box1 .list-box .li {
	position: relative;
	overflow: hidden;
}

.main.news .box1 .list-box .li:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 6px;
	background: #008c3f;
	z-index: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: all .5s;
	transition: all .5s;
}

.main.news .box1 .li:hover:before {
	height: 3px;
	width: 100%;
}

.button--sacnite1 {
	background: #008d40 !important;
	transition: background .3s;
}

.button--sacnite1:hover {
	background: #007937 !important;
}

.recruit-tip .button1 span {
	display: block;
}

.button--sacnite1 span {
	display: block;
}

@media only screen and (max-width:1440px) {}

@media only screen and (max-width:1240px) {}

@media only screen and (max-width:1024px) {
	.main.news .box1 {
		padding: 40px 0;
	}

	.main.news .box1 .itembox .tit3 {
		font-size: 22px;
	}

	.main.news .box1 .list-box .li {
		padding: 30px 0;
	}
}

@media only screen and (max-width:768px) {
	.main.news .box1 .itembox {
		padding-bottom: 30px;
	}

	.main.news .box1 .itembox .tit3 {
		font-size: 20px;
	}

	.main.news .box1 .itembox .p {
		font-size: 14px;
	}

	.main.news .box1 .itembox .more {
		font-size: 14px;
		height: 35px;
		line-height: 35px;
		width: 110px;
	}

	.main.news .box1 .list-box .text .p {
		font-size: 14px;
	}
}

@media only screen and (max-width:480px) {
	.main.news .box1 .itembox .tit3 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.main.news .box1 .list-box .text {
		width: calc(100% - 90px);
	}

	.main.news .box1 .list-box .tit5 {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.main.news .box1 .list-box .time .tit3 {
		font-size: 22px;
	}

	.main.news .box1 .list-box .time .tit4 {
		font-size: 14px;
	}
}

/************* 新闻详情 *************/
.news-detail .news-main {
	padding-bottom: 60px
}

.article_title {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 700
}

.article_meta {
	padding: 20px 30px;
	margin-bottom: 30px;
	background: #f3f6f8;
	color: #666;
	font-size: 14px
}

.article_meta .am-item {
	padding-right: 20px;
	margin-right: 20px;
	position: relative
}

.article_meta .am-item:after {
	content: "";
	position: absolute;
	right: 0;
	top: 2px;
	height: 15px;
	width: 1px;
	background-color: #dcdfe1
}

.article_meta .am-item:last-child:after {
	display: none
}

.article_meta li {
	line-height: 32px;
	color: #666
}

.article_content img {
	max-width: 100%
}

.article_content .figcaption {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	border-top: 1px solid #dcdfe1;
	text-align: center;
	color: #999;
	font-size: 14px
}

.article_content p {
	font-size: 16px;
	margin-bottom: 30px;
	line-height: 2
}

.article_tit {
	margin-bottom: 30px;
	padding-left: 21px;
	font-size: 24px;
	font-weight: 700;
	background: url(../images/title-bg-red.png) no-repeat 0 center;
	background-size: 12px 24px
}

.article_nav {
	padding-top: 15px;
	border-top: 1px solid #dcdfe1;
	font-size: 14px
}

.article_nav .prev {
	float: left;
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.article_nav .next {
	float: right;
	width: 50%;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-end;
}

.article_nav .an-a {
	display: inline-block;
	max-width: 360px;
	vertical-align: middle;
	color: #666;
}

.article_nav .an-a:hover {
	color: #2c5cc4
}

.article_nav .an-text {
	vertical-align: middle
}


.lay-main {
	width: calc(100% - 340px)
}

.lay-side {
	width: 280px;
	position: -webkit-sticky;
	position: sticky;
	top: 0
}

.u-side-nav {
	width: 280px;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 4px;
	background: #f3f6f8
}

.u-side-nav .side-nav-tit {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 700;
	padding-left: 15px;
	background: url(../images/title-bg-red.png) no-repeat 0 center;
	background-size: 8px 14px
}

.u-side-nav .side-nav-tit.blue {
	background-image: url(../images/title-bg-blue.png)
}

.u-side-nav .side-nav-item {
	display: block;
	margin-bottom: 10px;
	padding: 12px 16px 12px 20px;
	font-size: 16px;
	color: #4c5159;
	background: #fff
}

.u-side-nav .side-nav-item .iconfont {
	float: right;
	transition: transform .3s;
	color: #999
}

.u-side-nav .side-nav-item:hover .side-nav-name,
.u-side-nav .active .side-nav-name {
	color: #2c5cc4;
	font-weight: 700
}

.u-side-nav .side-nav-item:hover .iconfont {
	transform: translate3d(5px, 0, 0)
}

.u-side-nav.side-filter {
	padding-left: 19px;
	padding-right: 19px;
	background: #fff;
	border: 1px solid #eaeaea
}

.u-side-nav .sf-tit {
	padding-left: 15px;
	margin-bottom: 16px;
	font-weight: 700;
	background: url(../images/title-bg-red.png) no-repeat 0 center;
	background-size: 8px 14px
}

.u-side-nav .sf-title {
	position: relative;
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 18px;
	text-align: center
}

.u-side-nav .sf-title:after,
.u-side-nav .sf-title:before {
	content: "";
	width: 76px;
	height: 1px;
	background: #dcdfe1;
	position: absolute;
	left: 0;
	top: 12px
}

.u-side-nav .sf-title:after {
	left: auto;
	right: 0
}

.u-side-nav .sf-label {
	width: 80px;
	float: left;
	line-height: 28px;
	font-size: 14px;
	color: #666
}

.u-side-nav .sf-item {
	margin-bottom: 16px
}

.u-side-nav .select {
	width: 160px;
	height: 28px;
	padding-left: 11px;
	border-radius: 4px;
	padding-right: 10px;
	border: 1px solid #eaeaea;
	font-size: 14px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #fff url(../images/down.png) no-repeat right 6px center
}

.u-side-nav select::-ms-expand {
	display: none
}

.u-side-nav .button {
	height: 40px;
	line-height: 40px;
	font-size: 14px
}

.u-side-tel {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #dcdfe1
}

.u-side-tel .tel-icon {
	float: left;
	margin-right: 10px
}

.u-side-tel .tel-tit {
	font-size: 16px;
	margin-bottom:5px;
}

.u-side-tel .tel-con {
	overflow: hidden
}

.u-side-tel .tel {
	font-weight: 600;
	font-size: 16px;
	font-family: arial, sans-serif;
	line-height:1.4;
}

.u-icon {
	height: 72px;
	width: 72px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 2px solid rgba(44, 92, 196, 0.5);
	border-radius: 50%;
	background: rgba(44, 92, 196, 0.1);
	line-height: 68px;
	color: #2c5cc4
}

.u-icon .iconfont {
	font-size: 40px
}

.u-icon.small {
	height: 46px;
	width: 46px;
	line-height: 46px;
	border-width: 1px
}

.u-icon.small .iconfont {
	font-size: 24px
}

@media (max-width: 1200px) {
	.article_title {
		font-size: 26px;
		margin-top: 40px;
	}
}

@media (max-width: 1024px) {
	.article_title {
		font-size: 22px;
	}

	.u-side-nav {
		display: none;
	}

	.lay-main {
		width: 100%;
	}

	.article_nav .prev {
		float: left;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.article_nav .next {
		float: right;
		width: 100%;
		text-align: right;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		justify-content: left;
		margin-top: 10px;
	}
}

@media (max-width: 640px) {
	.news-detail .news-main {
		padding-bottom: 40px;
	}

	.article_title {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.article_meta {
		padding: 10px 15px;
	}

	.article_content p {
		font-size: 14px;
	}

}

/************* 相册列表 *************/
.fancybox-overlay {
	z-index: 99999 !important;
}

.honor-list {
	padding: 100px 0;
}

.honor-list ul {
	overflow: hidden;
	margin: 0 -28px;
	align-items: stretch;
	justify-content: flex-start;
}

.honor-list li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 28px;
	margin-bottom: 46px
}

.honor-list li a {
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.honor-list li a:hover .pic {
	border-color: #68a592
}

.honor-list li a:hover .pic::after,
.honor-list li a:hover .pic::before {
	opacity: 1;
	filter: alpha(opacity=100)
}

.honor-list li a:hover .pic::after {
	padding-top: 36px;
}

.honor-list li a:hover img {
	transform: translate(-50%, -50%) scale(1.3, 1.3);
}

.honor-list li a:hover .tit {
	color: #68a592;
}

.honor-list li .clickpic {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	opacity: 0;
	filter: alpha(opacity=0);
}

.honor-list li .clickpic img {
	height: 100%;
}

.honor-list li .pic {
	border: solid 1px #ccc;
	padding: 6px;
	position: relative;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
}

.honor-list li .pic span {
	display: block;
	overflow: hidden;
	padding-bottom: 70%;
}

.honor-list li .pic::after,
.honor-list li .pic::before {
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
}

.honor-list li .pic::before {
	content: " ";
	height: 100%;
	top: 0;
	background: url(../images/honor-list-filter.png);
	z-index: 10;
}

.honor-list li .pic::after {
	content: "点击查看大图";
	top: 50%;
	transform: translate(0, -50%);
	z-index: 20;
	background: url(../images/honor_icon.png) no-repeat center 0;
	color: #fff;
	padding-top: 200px;
}

.honor-list li img {
	width: 100%;
	display: block;
	transition-duration: .8s;
	transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.honor-list li .tit {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #666;
	margin-top: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	transition-duration: .4s
}

@media only screen and (max-width:1400px) {
	.honor-list ul {
		margin: 0 -20px;
	}

	.honor-list li {
		padding: 0 20px;
	}
}

@media only screen and (max-width:1200px) {
	.honor-list {
		padding: 70px 0 50px;
	}

	.honor-list ul {
		margin: 0 -15px;
	}

	.honor-list li {
		width: 33.33%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:768px) {
	.honor-list {
		padding: 60px 0 40px;
	}

	.honor-list ul {
		margin: 0 -5px;
	}

	.honor-list li {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 20px
	}

	.honor-list li .pic {
		padding: 4px;
	}

	.honor-list li .tit {
		margin-top: 10px;
		font-size: 16px;
	}
}

@media only screen and (max-width:480px) {
	.honor-list {
		padding: 40px 0 40px;
	}
}




/************* 视频列表 *************/
.video-list {
	padding: 50px 0;
}

.video-list ul {
	overflow: hidden;
	margin: 0 -28px;
	align-items: stretch;
	justify-content: flex-start;
}

.video-list li {
	width: 25%;
	float: left;
	text-align: center;
	padding: 0 28px;
	margin-bottom: 46px;
}

.video-list li a {
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
}

/* .video-list li a:hover .pic{border-color:#68a592} */
.video-list li a:hover img {
	transform: translate(-50%, -50%) scale(1.3, 1.3);
}

.video-list li a:hover .tit {
	color: #68a592;
}

.video-list li .pic {
	/* border:solid 1px #ccc; */
	padding: 1px;
	position: relative;
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
	transition-duration: .4s;
}

.video-list li .pic span {
	display: block;
	overflow: hidden;
	padding-bottom: 70%;
}

.video-list li img {
	width: 100%;
	display: block;
	transition-duration: .8s;
	transform: translate(-50%, -50%) scale(1.1, 1.1);
}

.video-list li .pic::after {
	content: "";
	display: block;
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/icon_play.png) no-repeat center / cover;
	z-index: 2;
}

.video-list li .pic::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.video-list li .tit {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #666;
	margin-top: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	transition-duration: .4s;
}

@media only screen and (max-width:1400px) {
	.video-list ul {
		margin: 0 -20px;
	}

	.video-list li {
		padding: 0 20px;
	}
}

@media only screen and (max-width:1200px) {
	.video-list {
		padding: 70px 0 50px;
	}

	.video-list ul {
		margin: 0 -15px;
	}

	.video-list li {
		width: 33.33%;
		padding: 0 15px;
		margin-bottom: 30px;
	}
}

@media only screen and (max-width:1024px) {}

@media only screen and (max-width:768px) {
	.video-list {
		padding: 60px 0 40px;
	}

	.video-list ul {
		margin: 0 -5px
	}

	.video-list li {
		width: 50%;
		padding: 0 5px;
		margin-bottom: 20px
	}

	.video-list li .pic {
		padding: 4px
	}

	.video-list li .tit {
		margin-top: 10px;
		font-size: 16px;
	}
}

@media only screen and (max-width:480px) {
	.video-list {
		padding: 40px 0 20px;
	}

	.video-list li .pic::after {
		width: 60px;
		height: 60px;
	}
}



/************* 关于我们 *************/

.ab1 .an a {
	width: 20%;
}

.ab1 {
	padding: 70px 0 90px;
	text-align: center;
	color: #999;
}

.ab1 .tt {
	line-height: 30px;
	font-size: 40px;
	color: #333;
	font-weight: normal;
	margin: 15px 0 50px;

}

.ab1 .tc {
	font-size: 16px;
	color: #333333;
	text-align: justify;
	line-height: 2.4;
}

.ab2 {
	padding: 60px 0;
	background: url(../images/5_2.png) center no-repeat;
	background-size: cover;
}

.ab2 .ul1 {
	max-width: 1290px;
	width: 100%;
	margin: 0 auto;
}

.ab2 .ul1 li {
	width: 29%;
	float: left;
	padding: 105px 60px 0;
	height: 430px;
	background: rgba(255, 255, 255, 0.9);
	text-align: center;
	margin-right: 6.5%;
	border-radius: 10px;
}

.ab2 .ul1 li:last-child {
	margin-right: 0;
}

.ab2 .ul1 li .ltt {
	font-size: 28px;
	color: #000000;
}

.ab2 .ul1 li .len {
	font-size: 22px;
	color: #666;
	margin: 20px 0 45px;
}

.ab2 .ul1 li .ltc {
	line-height: 2.0;
	font-size: 16px;
	color: #999;
}

.ab2 .ul1 li:hover {
	background: #02a28a;
}

.ab2 .ul1 li:hover div {
	color: #fff;
}


.ab3 {
	padding: 80px 0;
	background: #fff;
	position: relative;
	z-index: 1;
}

.ab3 .tit2 {
	font-size: 40px;
	color: #333;
	font-weight: normal;
}

.ab3 .img-box {
	overflow: hidden;
	margin-top: 40px;
	padding-bottom: 20px;
	position: relative;
}

.ab3 .img {
	width: 100%;
	padding: 24px;
	background: #f4f4f4;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
	overflow: hidden;
}

.ab3 img {
	width: auto;
	max-width: 100%;
	display: inline-block;
	max-height: 180px;
	transition: all .3s ease;
}

.ab3 .p {
	font-size: 18px;
	transition: all .3s ease;
}

.ab3 .swiper-slide:hover img {
	transform: scale3d(1.1, 1.1, 1);
}

.ab3 .swiper-slide:hover .p {
	color: #00a040;
}

.ab3 .swiper-button-prev,
.ab3 .swiper-button-next {
	background-image: none !important;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #666;
	text-align: center;
	font-size: 26px;
	margin-top: -1.8rem;
	transition: all .3s ease;
}

.ab3 .swiper-button-prev:hover,
.ab3 .swiper-button-next:hover {
	color: #00a040;
}

@media (max-width: 1440px) {

	.ab3 .swiper-button-prev,
	.ab3 .swiper-button-next {
		margin-top: -2rem;
	}
}

@media (max-width: 1240px) {}

@media (max-width: 1024px) {
	.ab1 {
		padding: 50px 0 60px;
	}

	.ab1 .en {
		font-size: 28px;
	}

	.ab1 .tt {
		font-size: 24px;
		margin-bottom: 30px;
	}

	.ab1 .tc {
		font-size: 14px;
		line-height: 2.2;
	}

	.ab2 {
		padding: 40px 0;
	}

	.ab2 .ul1.clearfix:before,
	.ab2 .ul1.clearfix:after {
		display: none;
	}

	.ab2 .ul1 {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.ab2 .ul1 li {
		margin-right: 3%;
		width: 31.3%;
		height: auto;
		padding: 60px 20px;
	}

	.ab2 .ul1 li .ltt {
		font-size: 20px;
	}

	.ab2 .ul1 li .len {
		font-size: 18px;
		margin-top: 15px;
		margin-bottom: 30px;
	}

	.ab2 .ul1 li .ltc {
		font-size: 14px;
		line-height: 1.8;
	}

	.ab3 {
		padding: 50px 0;
	}
}

@media (max-width: 768px) {}

@media (max-width: 480px) {
	.ab1 {
		padding: 40px 0 50px;
	}

	.ab1 .en {
		font-size: 22px;
	}

	.ab1 .tt {
		font-size: 20px;
		margin: 10px 0 20px;
	}

	.ab2 .ul1 li {
		width: 100%;
		padding: 30px 20px;
		margin-right: 0;
		margin-bottom: 10px;
	}

	.ab2 .ul1 li:last-child {
		margin-bottom: 10px;
	}

	.ab2 .ul1 li .len {
		margin-bottom: 20px;
	}

	.ab3 {
		padding: 40px 0;
	}

	.ab3 .img-box {
		margin-top: 20px;
	}

	.ab3 .tit-40 {
		font-size: 22px;
	}

	.ab3 .p {
		font-size: 14px;
	}
}





/************* 联系我们 *************/
.zdMore {
	position: relative;
	margin-top: 68px;
	cursor: pointer;
}

.zdMore .more {
	position: relative;
	width: 238px;
	height: 58px;
	line-height: 58px;
	border-radius: 35px;
	padding: 0 48px;
	font-size: 15px;
	letter-spacing: 1px;
	box-sizing: border-box;
	background-color: #fff;
	color: #00a076;
	text-transform: capitalize;
	display: inline-block;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.zdMore svg {
	width: 14px;
	height: 12px;
	vertical-align: middle;
	pointer-events: none;
	-webkit-transition: -webkit-transform .25s ease-in-out;
	transition: -webkit-transform .25s ease-in-out;
	-o-transition: .25s transform ease-in-out;
	transition: transform .25s ease-in-out;
	transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out
}

.zdMore svg path {
	stroke: #00a076;
	fill: none;
	-webkit-transition: stroke .25s ease-out;
	-o-transition: stroke .25s ease-out;
	transition: stroke .25s ease-out
}

.zdMore span {
	content: "";
	width: 150px;
	height: 100%;
	position: absolute;
	top: -1;
	right: 0;
	background-color: #fff;
	border-radius: 35px;
	display: block;
	-webkit-transition: background-color .25s ease-out, -webkit-transform .25s ease-out;
	transition: background-color .25s ease-out, -webkit-transform .25s ease-out;
	-o-transition: .25s background-color ease-out, .25s transform ease-out;
	transition: background-color .25s ease-out, transform .25s ease-out;
	transition: background-color .25s ease-out, transform .25s ease-out, -webkit-transform .25s ease-out;
	z-index: -1;
	pointer-events: none
}

.zdMore.center {
	display: flex;
	align-items: center;
	justify-content: center
}

.zdMore.blue span {
	background: #00a076
}

.zdMore.blue .more {
	background: #00a076;
	color: #Fff;
	font-size: 1.1rem
}

.zdMore.blue svg path {
	stroke: #fff
}

.zdMore.blue .more span {
	color: #Fff
}

.zdMore.sm .more {
	width: 198px;
	padding: 0 28px;
	line-height: 50px;
	height: 50px
}

.contact {
	background-image: url(../images/bg1.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto
}

.conBox {
	position: relative;
	padding: 89px 0
}

.conBox_div {
	padding: 48px 0 89px;
	position: relative
}

.conBox_div .z-container {
	width: 94%;
	margin: 0 auto;
}

.conBox_div_add {
	width: 40%;
	display: inline-block;
	text-align: left;
	margin-left: 10%
}

.conMess span {
	font-size: 28px;
	font-weight: bold;
	display: block;
	margin-bottom: 14px;
	color: #000000;
}

.conMess p {
	color: #7a7a7a;
	line-height: 2;
	font-size: 16px;
	letter-spacing: 1px
}

.conEwm {
	margin-top: 48px
}

.conEwm .ewmf {
	margin: 0;
	margin-right: 10px
}

.conEwm .ewmf img {
	width: 100%;
}

.conBox_img {
	width: 38%;
	bottom: -26px;
	position: absolute;
	z-index: -1
}

.conBox_img img {
	width: 100%;
	opacity: .06
}

.iw_poi_title {
	color: #c52;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	padding-right: 13px;
	white-space: nowrap
}

.iw_poi_content {
	font: 12px arial, sans-serif;
	overflow: visible;
	padding-top: 4px;
	white-space: -moz-pre-wrap;
	word-wrap: break-word
}

.conMap {
	position: absolute;
	top: 0;
	right: 0;
	width: 54%;
	height: 100%;
	overflow: hidden;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	box-shadow: 0 12px 30px rgba(80, 80, 80, .1)
}

#mapBox {
	width: 100%;
	height: 100%
}

.conInline_bg {
	background: #f5f7f7
}

.conInline {
	position: relative;
	padding: 89px 0;
	width: 94%;
	max-width: 1280px;
	margin: 0 auto;
}

.conInline textarea {
	width: 100%;
	height: 238px;
	background: #fff;
	border-radius: 6px;
	border: 0;
	margin-top: 14px;
	padding: 14px;
	font-size: 14px;
}

.conInline_inp {
	display: flex;
	align-items: stretch;
	justify-content: space-between
}

.conInline_inp input {
	width: 32.5%;
	height: 58px;
	padding: 0 14px;
	line-height: 58px;
	background: #fff;
	border-radius: 6px;
	border: 0
}

.conInline_btn {
	display: flex;
	align-items: center;
	justify-content: center
}

.conInline_btn .zdMore {
	margin: 48px 24px 0
}

.conInline_btn .zdMore .more {
	padding: 0;
	text-align: center;
	display: block
}

.conInline_btn .zdMore:last-of-type .more {
	background: #e5e5e5
}

.ewmfs {
	width: 40%;
	float: left
}

.ewmf {
	width: 108px;
	margin: 0 5px;
	text-align: center;
	display: inline-block;
	vertical-align: top
}

.ewmf span {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	line-height: 1.4;
	text-transform: uppercase
}

@media(max-width:1480px) {
	.zdMore .more {
		width: 218px;
		letter-spacing: 0
	}

	.conBox_div {
		padding: 48px 0
	}

	.conBox_div_add {
		margin-left: 0
	}
}

@media(max-width:1024px) {
	.zdMore {
		margin-top: 48px
	}

	.zdMore .more {
		width: 189px;
		height: 48px;
		line-height: 48px;
		padding: 0 28px
	}

	.zdMore.blue .more {
		font-size: 14px
	}

	.zdMore svg {
		width: 12px;
		height: 12px
	}

	.conBox {
		padding: 68px 0
	}

	.conBox_div {
		padding: 28px 0
	}

	.conMess span {
		font-size: 24px
	}

	.conMess p {
		font-size: 14px
	}

	.conEwm {
		margin-top: 28px
	}

	.ewmf {
		width: 89px
	}

	.ewmf span {
		font-size: 12px;
		margin-top: 3px
	}

	.conInline {
		padding: 68px 0
	}

	.conInline_inp input {
		height: 48px;
		line-height: 48px
	}

	.conInline_btn .zdMore {
		margin: 38px 18px 0
	}
}

@media(max-width:900px) {
	.conBox {
		padding: 48px 0
	}

	.conMap {
		position: relative;
		width: 100%;
		height: 328px;
		margin-top: 38px
	}

	.conBox_div {
		padding: 0
	}

	.conBox_div_add {
		width: 100%
	}

	.conBox_img {
		top: auto;
		bottom: 328px;
		left: auto;
		right: 5%
	}
}

@media(max-width:768px) {
	.zdMore {
		margin-top: 48px
	}

	.zdMore .more {
		font-size: 14px;
		width: 158px;
		height: 42px;
		line-height: 42px;
		padding: 0 24px
	}

	.zdMore.blue .more {
		font-size: 14px
	}

	.zdMore span {
		width: 128px
	}

	.zdMore svg {
		width: 10px;
		height: 10px
	}

	.conBox {
		padding: 48px 0 0
	}

	.conInline textarea {
		height: 168px;
		font-size: 12px
	}

	.conInline_inp input {
		font-size: 12px
	}

	.conInline_btn .zdMore {
		margin: 24px 10px 0
	}

	.conInline {
		padding: 48px 0
	}
}

@media(max-width:680px) {
	.zdMore {
		margin-top: 24px
	}

	.conBox_img {
		bottom: 280px;
		width: 58%
	}

	.conMess span {
		font-size: 20px;
		letter-spacing: 0;
		margin-bottom: 6px
	}

	.conEwm {
		margin-top: 10px
	}

	.conMap {
		height: 289px;
		margin-top: 28px
	}

	.conInline_inp {
		display: block
	}

	.conInline_inp input {
		width: 100%;
		height: 42px;
		line-height: 42px;
		margin-bottom: 10px;
		border-radius: 3px
	}

	.conInline textarea {
		margin: 0;
		height: 108px
	}

	.conInline_btn .zdMore .more {
		font-size: 12px;
		height: 34px;
		line-height: 34px;
		width: 124px
	}

	.ewmf {
		width: 76px;
	}
}


	.about_fzlc {overflow:hidden; padding: 40px 0 120px;}
	.about_fzlc h2{font-size: 35px;text-align: center;margin-bottom: 25px;}
	.about_fzlc ul { overflow:hidden; margin-top: 50px; background:url('../images/about_fzlc_x.jpg') center center repeat-y;}
	.about_fzlc ul li {overflow:hidden; margin:6% 0; background:url('{../images/about_fzlc_o.png') center 11px no-repeat;}
	.about_fzlc ul li:first-child { margin-top:0%; }
	.about_fzlc ul li:last-child { margin-bottom:0%; }
	.about_fzlc ul li div {float:right; width:47%; position:relative; padding-left:3%;}
	.about_fzlc ul li div.img { float:left; width:47%; padding-right:3%; padding-left:0; }
	.about_fzlc ul li div.img img{ padding: 5px; width: 100%; height: auto; border: 1px solid #ccc; box-sizing: border-box;}
	.about_fzlc ul li:nth-child(2n) div {float:left; text-align:right; padding-right:3%; padding-left:0;}
	.about_fzlc ul li:nth-child(2n) div.img {float:right; padding-left:3%; padding-right:0; }
	.about_fzlc ul li:nth-child(2n)  {}
	.about_fzlc ul li div {overflow:hidden;}
	.about_fzlc ul li div .p1 {font-family:'Arial'; font-weight:bold; font-size:40px; color:#3daa57; line-height:40px; margin-bottom:1%;}
	.about_fzlc ul li div p { font-size:18px; color:#333; line-height:36px; padding-bottom: 10px; }
	.about_fzlc span { display:block; height:35px; background:url('../images/about_fzlc_b.png') center center no-repeat; }
	.giun_t {text-align: center; line-height: 30px;font-size: 40px;color: #333;font-weight: normal;margin: 15px 0 50px;}
	
	@media only screen and (max-width: 1240px){
		.about_fzlc{ width: 100%; }
		.about_fzlc ul{padding: 12px;}
	}
	@media only screen and (max-width: 768px){
		.about_fzlc{ padding-bottom: 80px;}
	}
	@media only screen and (max-width: 480px){
		.about_fzlc{ padding-top: 0; padding-bottom: 50px;}
		.about_fzlc h2{font-size: 25px;}
		.about_fzlc ul{padding: 0;}
		.about_fzlc ul {background:url('../images/about_fzlc_x.jpg') 9px repeat-y; padding-top: 5px; margin-top: 20px;}
		.about_fzlc ul li {background:url('../images/about_fzlc_o.png') 0px top no-repeat;margin: 0;margin-bottom: 10px;}
		.about_fzlc ul li div{float: none;width: 100%;padding: 0;}
		.about_fzlc ul li div .p1{font-size: 20px;line-height: 25px;margin: 0;width: 20%;float: none; padding-left: 30px;}
		.about_fzlc ul li:nth-child(2n) div{text-align: left;}
		.about_fzlc ul li div p{width: 100%;float: right; text-align: justify; padding-left: 30px;}
		.about_fzlc ul li div.img {display: none;}
		.about_fzlc ul li:nth-child(2n) div{padding-right: 0;}
	}
	

.down{padding: 60px 0;}
	.odcontent{margin: 0 auto;width: 90%;max-width: 1400px;}
	.serBox{ overflow:hidden; }
	.serRow{ cursor:pointer;display:flex;align-items:stretch;text-align:center;justify-content:space-between;font-family:''; }
	.serRow>div{ border:2px solid #f8f8f8;background:#fff;padding:10px;transition:all .48s; }
	.serRow .serName{ width:45%;text-align:left;padding:10px 28px;display:flex;align-items:center; }
	.serRow .serTime,.serRow .serCom{ width:20%; }
	.serRow .serLoad{ width:15%; }
	.serRow:first-child{font-size: 18px; font-weight:bold;letter-spacing:1px; }
	.serRow:first-child{ color:#fff; }
	.serRow:first-child .serName{ background:#01a077; }
	.serRow:first-of-type .serTime{ background:#5f74b1; }
	.serRow:first-of-type .serCom{ background:#b7d53f;}
	.serRow:first-of-type .serLoad{ background:#0792d8; }
	.serRow>div:not(:first-of-type){display:flex;align-items:center;justify-content:center}
	.serRow:not(:first-of-type) .serName{font-size:17px;background:rgb(177 1 14 / .05)}
	.serRow:not(:first-of-type) .serLoad{font-size:12px;color:#999}
	.serLoad svg{width:30px;height:30px;display:block;margin:0 auto 5px}
	/* .serRow:not(:first-of-type):hover>div{ background:rgb( 0 40 170 / .1 ) } */
	.serRow:not(:first-of-type):hover .serName{color:#01a077}
	@media(max-width:1480px){
	  .serRow:not(:first-of-type) .serName{font-size:16px;}
	}
	@media(max-width:1024px){
	  .serCom{ display:none!important; }
	  .serRow .serName{ width:65%; }
	  .serRow>div{ padding:6px;font-size:12px; }
	  .serRow:not(:first-of-type) .serName{ font-size:14px; }
	}
	@media(max-width:768px){
	  .down{padding: 40px 0;}
	  .serRow .serName{ padding:6px 12px; }
	}
	@media(max-width:680px){
	  .serRow .serTime{display:none!important}
	  .serRow .serName{font-size:12px;width:calc(100% - 58px)}
	  .serRow:not(:first-of-type) .serName{font-size:12px;letter-spacing:0}
	  .serRow .serLoad{width:58px}
	  .serLoad svg{width:21px;height:21px;margin:0}
	  .serRow .serLoad span{display:none}
	}

.index-title h1 {text-align: center; line-height: 30px;font-size: 40px;color: #333;font-weight: normal;margin: 15px 0 50px;}	
.youshi{ padding: 90px 0; background-color: #F4F4F4; }
.youshi .ys{}
.youshi .ys .item{display: flex; flex-wrap: wrap; align-items: stretch; justify-content: space-between; margin-bottom: 30px; background-color: #FFFFFF; box-shadow: 0 0 5px 1px rgba(0,0,0,.07); }
.youshi .ys .item:last-child{ margin-bottom: 0; }
.youshi .ys .item:nth-child(2n){ flex-direction: row-reverse; }
.youshi .ys .item .pic{ width: 38%;}
.youshi .ys .item .pic img{width: 100%;transition: all 0.6s;}
.youshi .ys .item .pic img:hover{transform: scale(0.9);}
.youshi .ys .item .text{ width: 62%; padding: 60px; padding-top: 70px;}
.youshi .ys .item .text span.icon svg{width: 50px;height: 50px;}
.youshi .ys .item .text h3{ font-size: 32px; padding-top: 20px; color: #000000; font-weight: normal; }
.youshi .ys .item .text p{ font-size: 20px; padding-top: 30px; color: #333333; line-height: 38px; }
.youshi .ys .item .text p span{display: block; margin-bottom: 10px;}
.youshi .ys .item .text p span:last-child{ margin-bottom: 0px;}
@media screen and (max-width: 1440px){
  .youshi .ys .item .text{padding: 40px;}
  .youshi .ys .item .text span.icon svg{ width: 40px; height: 40px; }
  .youshi .ys .item .text h3{font-size: 26px;}
  .youshi .ys .item .text p{ font-size: 16px; line-height: 32px; padding-top: 20px; }
}
@media screen and (max-width: 1100px){
  .index-title h1{font-size: 36px;}
  .youshi{padding: 60px 0;}
  .youshi .ys .item .pic{width: 32%;}
  .youshi .ys .item .text{width: 68%; padding: 30px;}
  .youshi .ys .item .text h3{ padding-top: 10px; font-size: 22px;}
}
@media screen and (max-width: 992px){
  .youshi .ys .item .text{padding: 20px;}
  .youshi .ys .item .text h3{font-size: 20px;}
  .youshi .ys .item .text p{font-size: 14px; line-height: 26px; padding-top: 10px;}
  .youshi .ys .item .text span.icon svg{ width: 25px; height: 25px; }
}
@media screen and (max-width: 767px){
  .index-title h1{font-size: 30px;}
  .youshi{padding: 40px 0;}
  .youshi .ys .item .pic{width: 100%;}
  .youshi .ys .item .text{width: 100%;}
}

  .detail-prosaler-btn{text-align:center;}
      .detail-prosaler-btn a{display:inline-block;margin-top:15px;padding:0 65px;border-radius:88px;background-color:#333;color:#fff;font-size:20px;line-height:66px;}
      .detail-propush-lists{padding-top:100px;padding-bottom: 100px;}
      .detail-propush-lists ul{margin-left:-20px;}
      .detail-propush-lists ul li{margin-top:20px;padding-left:20px;width:25%;}
      .detail-propush-item{position:relative;display:block;overflow:hidden;padding:20px 30px;width:100%;background-color:#f5f5f5;}
      .detail-propush-pic{position:relative;height:240px;justify-content:center;align-items:center;}
      .detail-propush-pic>img{max-width:100%;max-height:100%;}
      .detail-propush-pic span{position:absolute;top:0;left:0;width:16.66%;}
      .detail-propush-pic span img{width:100%;}
      .detail-propush-title{text-align:center;transition:.3s;}
      .detail-propush-title h3{margin-top:10px;color:#333; font-weight:normal;font-size:18px; line-height: 1.4; height: 56px; overflow: hidden;}
      .detail-propush-title p{margin-top:10px;color:#666;font-size:16px;line-height:1.4;}
      .detail-propush-buyway{margin-top:20px;justify-content:space-between;align-items:center;}
      .detail-propush-star{color:var(--default);font-size:28px;}
      .detail-propush-buyway span{display:inline-block;padding:0 10px;border-radius:36px;background-color:#333;color:#fff;line-height:36px;}
      .detail-propush-lists-other{padding-bottom:120px;}
      
      @media (max-width:1200px) {
      	.detail-propush-item{ padding: 15px; }
      	.detail-propush-pic{ height:200px; }
      	.detail-propush-title h3{ font-size: 18px; height: 50px; }
      }
      
      @media (max-width:960px) {
      	.detail-propush-item{ padding: 15px; }
      	.detail-propush-pic{ height: 180px; }
      	.detail-propush-title h3{ font-size: 16px; height: 46px; }
      }
      
      @media (max-width:860px) {
      	.detail-propush-lists ul li{ width:50%;}
      	.detail-propush-pic{ height: 240px; }
      	.detail-propush-lists{padding-bottom: 80px;padding-top: 80px;}
      	.detail-propush-lists-other{padding-bottom: 80px;}
      }
      
      @media (max-width:640px) {
      	.detail-propush-pic{ height: 180px; }
        .detail-propush-lists{padding-bottom: 40px; padding-top: 50px;}
      	.detail-propush-lists-other{padding-bottom: 50px;}
      }
      @media (max-width:480px) {
      	.detail-propush-lists ul li{ width:100%; margin-top: 0; margin-bottom: 15px;}
      	.detail-propush-pic{ height: 200px; }
      }
	  
	  .wp-pagenavi {CLEAR: both; MARGIN:0 auto; WIDTH: 100%; PADDING: 30px 0 30px; TEXT-ALIGN: center}
.wp-pagenavi a {
BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px;BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none;border-radius:5px;
}
.wp-pagenavi a:hover {
BORDER-LEFT-COLOR:#008C3F; BORDER-BOTTOM-COLOR:#008C3F; BORDER-TOP-COLOR:#008C3F; BORDER-RIGHT-COLOR:#008C3F;background:#008C3F; color:white; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px; PADDING-TOP: 5px;
}/*当前指上页码的边框色*/
.wp-pagenavi a.page-num-current {
BORDER-LEFT-COLOR:#008C3F; BORDER-BOTTOM-COLOR:#008C3F; BORDER-TOP-COLOR:#008C3F; BORDER-RIGHT-COLOR:#008C3F; background:#008C3F; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px; PADDING-TOP: 5px; border:#008C3F 1px solid;border-radius:5px;
color:#fff;
}/*当前选中页码的背景色*/
.text-norecord{ font-size:18px; line-height:35px;}
@media screen and (max-width: 640px) {
	.m640{ display:none;}
	.wp-pagenavi a{PADDING-LEFT:7px;padding-right: 7px;}
	.wp-pagenavi a.page-num-current{PADDING-LEFT:7px;padding-right: 7px;}
}