@import url("../../common/css/common.css");

a:hover {
	color: #04ac82;
}

html {
	width: 100%;
	display: block;
	position: relative;

}

body {
	overflow-x: hidden;
}

.width1300 {
	max-width: 1300px;
	margin: 0 auto;
	overflow: hidden;
}

@media only screen and (max-width:1300px) {
	.width1300 {
		width: 100%;
		padding: 0px 2%;
		box-sizing: border-box;
	}
}

/**头部通用**/
.index-header-top {
	height: 40px;
	background: #33415b;
	line-height: 40px;
	font-size: 14px;
	color: #FFFFFF;
}

.index-header-top .div-right span {
	cursor: pointer;
	margin-right: 5px;
}

.index-header-top .div-right a {
	margin-left: 5px;
	color: #FFFFFF;
}

.index-header-top .div-right .lang{
	width: 24px;
	height: 24px;
	display: block;
	float: right;
	border: 1px solid #EEEEEE;
	border-radius: 100%;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	margin: 7px 0px;
	margin-left: 15px;
}

.index-header-navBar-div .navBar-logo {
	padding: 14px 0px;
}

.index-header-navBar-div .navBar-logo a {
	display: block;
}

.index-header-navBar-div .navBar-logo a img {
	display: block;
}

.index-header-navBar-div .navBar-nav .item .item-a {
	font-size: 16px;
	color: #666666;
	display: block;
}

.index-header-navBar-div .navBar-nav .item {
	margin-left: 60px;
	line-height: 80px;
}

.index-header-navBar-div .navBar-nav .item:hover .item-a,
.index-header-navBar-div .navBar-nav .item.curr .item-a {
	color: #04ac82;
}

.navBar-nav .navi_content {
	background: #FFF;
	position: absolute;
	min-width: 148.25px;
	z-index: 99;
	height: 0px;
	overflow: hidden;
	line-height: 40px;
	text-align: center;
}

.navBar-nav .navi_content .navi-box p a {
	color: #333;
	font-size: 14px;
	display: block;
	padding-left: 0px;
}

.navBar-nav .navi_content .navi-box p a:hover {
	background: #DDD;
}

.navBar-nav .item:hover .navi_content {
	height: auto;
}

.header-nav-m {
	display: none;
}

.navBar-nav .item span.iconfont {
	display: none;
}

.navBar-nav-m {
	display: none;
}

@media only screen and (max-width:1100px) {
	.header-nav-m {
		display: block;
	}

	.header-nav-m li.iconfont {
		font-size: 24px;
		font-weight: 700;
	}

	.navBar-nav {
		position: fixed;
		width: 100%;
		background: #FFFFFF;
		left: 0px;
		top: 121px;
		z-index: 9999;
		display: none;
	}

	/* .navBar-nav-m{
		display: block;
	} */

	.index-header-navBar-div .navBar-nav .item {
		width: 100%;
		line-height: 60px;
		position: relative;
		margin-left: 0px;
	}

	.index-header-navBar-div .navBar-nav .item .item-a {
		padding-left: 2%;
	}

	.navBar-nav .item span.iconfont {
		position: absolute;
		width: 60px;
		height: 60px;
		text-align: center;
		line-height: 60px;
		top: 0px;
		right: 0px;
		font-size: 30px;
		display: block;
	}

	.navBar-nav .item a {
		line-height: 60px;
		font-weight: 700;
	}

	.index-header-navBar-div .navBar-nav .navi_content {
		background: #FFF;
		position: relative;
		width: 100%;
		display: none;
		overflow: hidden;
		height: auto;
	}

	.index-header-navBar-div .navBar-nav .navi_content .navi-box p a {
		padding-left: 35px;
		font-weight: normal;
		text-align: left;
		border-bottom: 1px solid #F2F2F2;
	}
}

.index-banner-container .swiper-slide a {
	display: block;
}

.index-banner-container .swiper-slide a img {
	width: 100%;
	display: block;
	min-height: 200px;
	object-fit: cover;
}

.index-banner {
	position: relative;
}

.index-banner .index-banner-pagination {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.index-title {
	text-align: center;
}

.index-title-text {
	font-size: 24px;
	font-weight: 700;
	color: #04ac82;
}

.index-title-before {
	height: 30px;
	line-height: 30px;
	color: #cccccc;
	font-size: 14px;
	position: relative;
	text-transform: uppercase;
}

.index-title-before::before {
	content: "";
	position: absolute;
	width: calc(50% - 100px);
	height: 1px;
	background: #F2F2F2;
	top: 50%;
	right: 0px;
}

.index-title-before::after {
	content: "";
	position: absolute;
	width: calc(50% - 100px);
	height: 1px;
	background: #F2F2F2;
	top: 50%;
	left: 0px;
}

.index-title-before .index-title-before-text {
	display: block;
	margin: 0 auto;
	width: 200px;
	position: relative;
}

.index-title-before .index-title-before-text::before {
	content: "";
	position: absolute;
	width: 40px;
	height: 5px;
	background: #04ac82;
	top: 50%;
	right: -40px;
	margin-top: -2.5px;
}

.index-title-before .index-title-before-text::after {
	content: "";
	position: absolute;
	width: 40px;
	height: 5px;
	background: #04ac82;
	top: 50%;
	left: -40px;
	margin-top: -2.5px;
	z-index: 1;
}

.index-about-div .index-about-left {
	width: 50%;
}

.index-about-div .index-about-left img {
	width: 100%;
	display: block;
}

.index-about-div .index-about-left .index-about-img{
	height: 100%;
}

.index-about-div .index-about-left .detail-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.index-about-div .index-about-right {
	width: 46%;
	margin-left: 4%;
}

.index-about-div .index-about-right .index-about-text {
	font-size: 14px;
	line-height: 30px;
}

.index-about-btn {
	margin-bottom: 5%;
}

.index-about-btn .about-btn {
	background: #04ac82;
	color: #FFFFFF;
	display: inline-block;
	width: 150px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

@media screen and (max-width:1200px) {

	.index-about-div .index-about-right .index-about-text {
		font-size: 12px;
		line-height: 24px;
	}

}

@media screen and (max-width:990px) {

	.index-about-div .index-about-left {
		width: 100%;
	}

	.index-about-div .index-about-right {
		width: 100%;
		margin-left: 0%;
		margin-top: 2%;
	}

	.index-about-btn {
		margin-bottom: 0%;
		margin-top: 2%;
	}

}

.index-product {
	position: relative;
}

.index-product-back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.index-product-back img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.index-product .index-title-text {
	color: #FFFFFF;
}

.index-product .index-title-before .index-title-before-text {
	color: #FFFFFF;
}

.index-product-div-box .item {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	margin-bottom: 20px;
}

.index-product-div-box .item:nth-child(4n) {
	margin-right: 0px;
}

.index-product-div-box .item .item-a {
	display: block;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
	padding: 20px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.index-product-div-box .item .item-a .item-a-img .iconfont {
	font-size: 60px;
	color: #04ac82;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.index-product-div-box .item .item-a .item-a-title {
	font-size: 14px;
	color: #000000;
	font-weight: 700;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.index-product-div-box .item .item-a .item-a-text {
	font-size: 13px;
	color: #666666;
	margin-top: 8px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.index-product-div-box .item .item-a:hover {
	background: #04ac82;
}

.index-product-div-box .item .item-a:hover .iconfont {
	color: #FFFFFF;
}

.index-product-div-box .item .item-a:hover .item-a-title {
	color: #FFFFFF;
}

.index-product-div-box .item .item-a:hover .item-a-text {
	color: #FFFFFF;
}

@media screen and (max-width:790px) {

	.index-product-div-box .item {
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.index-product-div-box .item:nth-child(2n) {
		margin-right: 0px;
	}

	.index-product-div-box .item .item-a .item-a-title {
		font-size: 13px;
		color: #000000;

	}

	.index-product-div-box .item .item-a .item-a-text {
		font-size: 12px;
		color: #666666;
	}

}

@media screen and (max-width:320px) {

	.index-product-div-box .item .item-a .item-a-title {
		font-size: 12px;
		color: #000000;

	}

	.index-product-div-box .item {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.index-product-div-box .item:nth-child(2n) {
		margin-right: 0px;
	}

}

.index-choose-div-box .item {
	width: calc((100% - 6%) / 3);
	margin-right: 3%;
	margin-bottom: 3%;
}

.index-choose-div-box .item:nth-child(3n) {
	margin-right: 0px;
}

.index-choose-div-box .item .item-a {
	padding: 20px;
	background: #FFFFFF;
	box-shadow: 0px 0px 8px #CCCCCC;
	border-radius: 10px;
}

.index-choose-div-box .item .item-a .item-a-img {
	width: 60px;
}

.index-choose-div-box .item .item-a .item-a-right {
	width: calc(100% - 80px);
	margin-left: 20px;
}

.index-choose-div-box .item .item-a .item-a-img .iconfont {
	font-size: 60px;
	color: #04ac82;
}

.index-choose-div-box .item .item-a .item-a-right .item-a-title,
.index-choose-div-box .item .item-a .item-a-right .item-a-text {
	width: 100%;
}

.index-choose-div-box .item .item-a .item-a-right .item-a-title {
	font-size: 16px;
	color: #000000;
	margin-bottom: 5px;
}

.index-choose-div-box .item .item-a .item-a-right .item-a-text {
	font-size: 14px;
	color: #999999;
}

@media screen and (max-width:790px) {

	.index-choose-div-box .item {
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.index-choose-div-box .item:nth-child(3n) {
		margin-right: 20px;
	}

	.index-choose-div-box .item:nth-child(2n) {
		margin-right: 0px;
	}

}

@media screen and (max-width:480px) {

	.index-choose-div-box .item {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.index-choose-div-box .item:nth-child(3n) {
		margin-right: 00px;
	}

	.index-choose-div-box .item:nth-child(2n) {
		margin-right: 0px;
	}

}

.index-case {
	position: relative;
}

.index-case-back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.index-case-back img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.index-case .index-title-text {
	color: #FFFFFF;
}

.index-case .index-title-before .index-title-before-text {
	color: #FFFFFF;
}

.index-case-div-box .item {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	margin-bottom: 20px;
}

.index-case-div-box .item:nth-child(4n) {
	margin-right: 0px;
}

.index-case-div-box .item .item-a {
	display: block;
	padding: 15px;
	background: #FFFFFF;
	padding-bottom: 30px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.index-case-div-box .item .item-a .item-a-img {
	overflow: hidden;
}

.index-case-div-box .item .item-a .item-a-img img {
	width: 100%;
	display: block;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.index-case-div-box .item .item-a .item-a-title {
	color: #000000;
	font-size: 16px;
}

.index-case-div-box .item .item-a .item-a-date {
	color: #999999;
	font-size: 14px;
}

.index-case-div-box .item .item-a .item-a-text {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}

.index-case-div-box .item .item-a .item-a-btn .text {
	line-height: 26px;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	padding: 0px 30px;
	color: #666666;
	font-size: 12px;
	display: inline-block;
}

.index-case-div-box .item .item-a:hover {
	box-shadow: 0px 0px 8px #CCCCCC;
}

.index-case-div-box .item .item-a:hover .item-a-img img {
	transform: scale3d(1.05, 1.05, 1.05);
	-moz-transform: scale3d(1.05, 1.05, 1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-o-transform: scale3d(1.05, 1.05, 1.05);
}

.index-case-div-box .item .item-a:hover .item-a-title {
	color: #04ac82;
}

@media screen and (max-width:790px) {

	.index-case-div-box .item {
		width: calc((100% - 20px) / 2);
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.index-case-div-box .item:nth-child(2n) {
		margin-right: 0px;
	}

}

@media screen and (max-width:480px) {

	.index-case-div-box .item {
		width: 100%;
		margin-right: 00px;
		margin-bottom: 20px;
	}

	.index-case-div-box .item:nth-child(2n) {
		margin-right: 0px;
	}

}

.index-youshi-div-box {
	padding: 20px 0px;
}

.index-youshi-div-box .item {
	width: 204px;
	height: 204px;
	position: relative;
	margin-right: calc((100% - 816px) / 3);
}

.index-youshi-div .item:nth-child(4) {
	margin-right: 0px;
}

.index-youshi-div-box .item .rotate {

	width: 204px;
	height: 204px;

	border-radius: 100%;
	border-left: 4px solid #01af8a;
	border-top: 4px solid #01af8a;
	border-right: 4px solid #fec554;
	border-bottom: 4px solid #fec554;

	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;

}


/*transform: rotate(360deg);*/
.index-youshi-div .item.one .rotate,
.index-youshi-div .item.three .rotate {

	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.index-youshi-div .item.two .rotate,
.index-youshi-div .item.four .rotate {

	transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
}

.index-youshi-div .item .text-num {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
}

.index-youshi-div .item .text-num .num,
.index-youshi-div .item .text-num .text {
	width: 100%;
}

.index-youshi-div .item .text-num .num {
	font-size: 48px;
	color: #01af8a;
}

.index-youshi-div .item .text-num .num span {
	font-size: 14px;
}

.index-youshi-div .item .text-num .text {
	font-size: 16px;
	color: #000000;
	margin-top: 10px;
}

.index-youshi-div {
	position: relative;
}

.index-youshi-back {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.index-youshi-back img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.index-youshi-div-list {
	padding: 20px 0px;
}

.index-youshi-div-list .item {
	color: #FFFFFF;
	width: 25%;
	text-align: center;
}

.index-youshi-div-list .item .item-num,
.index-youshi-div-list .item .item-title {
	width: 100%;
}

.index-youshi-div-list .item .item-num .num {
	font-size: 48px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	height: 48px;
	line-height: 48px;
}

.index-youshi-div-list .item .item-num .num span {
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	right: -14px;
	top: 0px;
	width: 14px;
	height: 14px;
	line-height: 14px;
}

.index-youshi-div-list .item .item-title {
	font-size: 16px;
	margin-top: 20px;
}

@media screen and (max-width:870px) {
	.index-youshi-div-box .item {
		width: 150px;
		height: 150px;
		margin-right: calc((100% - 600px) / 3);
	}

	.index-youshi-div-box .item .rotate {

		width: 150px;
		height: 150px;


	}

}

@media screen and (max-width:640px) {
	.index-youshi-div-box .item {
		width: 100px;
		height: 100px;
		margin-right: calc((100% - 400px) / 3);
	}

	.index-youshi-div-box .item .rotate {

		width: 100px;
		height: 100px;


	}

	.index-youshi-div-box .item .text-num .num {
		font-size: 24px;
		color: #01af8a;
	}

	.index-youshi-div-box .item .text-num .text {
		font-size: 14px;
		color: #000000;
		margin-top: 10px;
	}

	.index-youshi-div-list .item .item-num .num {
		font-size: 36px;
		height: 36px;
		line-height: 36px;
	}

	.index-youshi-div-list .item .item-title {
		font-size: 12px;
		margin-top: 20px;
	}

}

@media screen and (max-width:480px) {

	.index-youshi-div-box .item {
		width: 150px;
		height: 150px;
		margin-left: calc((100% - 300px) / 4);
		margin-right: calc((100% - 300px) / 4);
		margin-bottom: calc((100% - 300px) / 4);
	}

	.index-youshi-div-box .item .rotate {
		width: 150px;
		height: 150px;
	}

	.black-480 {
		display: none;
	}

	.index-youshi-div-list .item {
		color: #FFFFFF;
		width: 50%;
		text-align: center;
		margin-bottom: 10px;
	}

	.index-youshi-div-list .item .item-title {
		font-size: 12px;
		margin-top: 10px;
	}
}

@media screen and (max-width:320px) {
	.index-youshi-div-box .item {
		width: 120px;
		height: 120px;
		margin-left: calc((100% - 240px) / 4);
		margin-right: calc((100% - 240px) / 4);
		margin-bottom: calc((100% - 240px) / 4);
	}

	.index-youshi-div-box .item .rotate {
		width: 120px;
		height: 120px;
	}
}

.index-new-div .index-new-left {
	width: 45%;
}

.index-new-div .index-new-right {
	width: 50%;
	margin-left: 5%;
}

.index-new-div .index-new-right .index-new-img img {
	width: 100%;
}

.index-new-div .index-new-left .div-top-left {
	width: 200px;
}

.index-new-div .index-new-left .div-top-left img {
	width: 100%;
	display: block;
}

.index-new-div .index-new-left .div-top-right {
	width: calc(100% - 220px);
	margin-left: 20px;
}

.index-new-div .index-new-left .div-top-right .div-top-title {
	font-size: 14px;
	color: #000000;
}

.index-new-div .index-new-left .div-top-right .div-top-text {
	font-size: 12px;
	color: #999999;
	margin-top: 8px;
}

.index-new-div .index-new-left .div-top-right .div-top-date {
	font-size: 12px;
	color: #999999;
	margin-top: 8px;
}

.index-new-div .index-new-left .index-new-left-list .div-top a:hover .div-top-right .div-top-title {
	color: #01af8a;
}

.index-new-left-list .div-list li .date {
	float: right;
	color: #999999;
}

.index-new-left-list .div-list li {
	line-height: 50px;
	border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width:1200px) {

	.index-new-div .index-new-left {
		width: 100%;
	}

	.index-new-div .index-new-right {
		display: none;
	}

}

@media screen and (max-width:480px) {

	.index-new-div .index-new-left .div-top-left {
		width: 150px;
	}

	.index-new-div .index-new-left .div-top-right {
		width: calc(100% - 170px);
		margin-left: 20px;
	}

	.index-new-left-list .div-list li .onelist-hidden {
		width: calc(100% - 100px);
		display: block;
	}

}

.index-contact-div {
	position: relative;
	overflow: hidden;
}

.index-contact-div .index-contact-img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

.index-contact-div .index-contact-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.index-contact-div-box .contact-title {
	color: #FFFFFF;
	font-size: 14px;
}

.contact-form .contact-form-div {
	clear: both;
	overflow: hidden;
}

.contact-form .contact-form-div {
	margin-bottom: 16px;
}

.contact-form-div .input {
	max-width: 292px;
	height: 42px;
	background: 0;
	border: 1px solid rgba(255, 255, 255, 0.5);
	padding: 0px 15px;
	color: #FFFFFF;
	width: 100%;
}

.contact-form-div .contact-textarea {
	max-width: 482px;
	height: 110px;
	padding: 8px 15px;
	width: 100%;
}

.contact-form-div .contact-code {
	width: 176px;
	float: left;
}

.contact-form-div .code-img {
	width: 110px;
	height: 42px;
	background: #FFFFFF;
	float: left;
	margin-left: 10px;
}

.contact-form-div .code-img img {
	width: 100%;
}

.contact-form-div .layui-btn {
	width: 130px;
	height: 42px;
	border-radius: 0px;
	line-height: 42px;
	background: #FFFFFF;
	color: #01af8a;
}

@media only screen and (max-width:1024px) {
	.index-contact-div .index-contact-img img {
		width: auto;
		height: 100%;
		display: block;
		object-fit: cover;
	}
}


.index-contact-content {
	background: #33415b;
	padding: 50px 0px;
	color: #FFFFFF;
}

.index-contact-content-box .item {
	width: 33.3333%;
	line-height: 30px;
}

.index-contact-content-box .item2 {
	text-align: center;
}

.index-contact-content-box .item3 {
	text-align: right;
}

.index-bottom {
	height: 50px;
	background: #01af8a;
	color: #FFFFFF;
	line-height: 50px;
}

.index-bottom a {
	color: #FFFFFF;
}

@media screen and (max-width:960px) {
	.index-contact-content-box .item {
		font-size: 12px;
	}
}

@media screen and (max-width:860px) {
	.index-contact-content-box .item {
		width: 100%;
		line-height: 30px;
		text-align: left;
	}
}

@media screen and (max-width:760px) {
	.index-bottom {
		background: #01af8a;
		color: #FFFFFF;
		line-height: 24px;
		text-align: center;
		padding: 10px;
	}

	.index-bottom .index-bottom-left,
	.index-bottom .index-bottom-right {
		width: 100%;
	}
}


/**内页**/
.product-banner img {
	width: 100%;
	display: block;
}

.navigation {
	background: #F2F2F2;
	line-height: 50px;
}

.navigation .navigation-div-title {
	font-size: 16px;
	color: #01af8a;
	font-weight: 700;
}

.navigation .navigation-div-text .text {
	float: left;
	color: #999999;
	margin-left: 10px;
}

.content-div .content-div-left {
	width: 330px;
	background: #F2F2F2;
}

.content-div .content-div-right {
	width: calc(100% - 360px);
	margin-left: 30px;
}

.content-div-left .content-div-left-title {
	padding-left: 10px;
	line-height: 50px;
	background: #01af8a;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 700;
}

.content-div-left-div .item {
	line-height: 50px;
	border-bottom: 1px solid #DDDDDD;
}

.content-div-left-div .item a {
	display: block;
	padding: 0px 10px;
	color: #000000;
}

.content-div-left-div .item:hover a,
.content-div-left-div .item.curr a {
	color: #01af8a;
}

.content-div-left-div .item a .iconfont {
	float: left;
	font-size: 12px;
	margin-right: 10px;
}

.content-div-left-contact {
	padding: 20px 0px;
}

.content-div-left-contact .item {
	line-height: 40px;
	padding: 0px 10px;
	font-size: 12px;
}

.content-div-right-div .item {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 3%;
}

.content-div-right-div .item:nth-child(2n) {
	margin-right: 0px;
}

.content-div-right-div .item .item-a {
	padding: 8px;
	border: 1px solid #F2F2F2;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;

}

.content-div-right-div .item .item-a:hover {
	box-shadow: 0px 0px 8px #CCCCCC;
}

.content-div-right-div .item .item-a .item-a-img {
	width: 150px;
}

.content-div-right-div .item .item-a .item-a-img img {
	width: 100%;
	display: block;
}

.content-div-right-div .item .item-a .item-a-right {
	width: calc(100% - 170px);
	margin-left: 20px;
}

.content-div-right-div .item .item-a .item-a-title {
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	font-weight: 700;
}

.content-div-right-div .item .item-a .item-a-right .m-top5 {
	color: #666666;
}

.content-div-right-div .item .item-a .item-a-right .item-a-price {
	color: #FF0000;
}

.content-div-detail {
	padding: 8px;
	border: 1px solid #F2F2F2;
}

.content-div-detail .item-a-img {
	width: 180px;
}

.content-div-detail .item-a-img img {
	width: 100%;
	display: block;
}

.content-div-detail .item-a-right {
	width: calc(100% - 200px);
	margin-left: 20px;
}

.content-div-detail .item-a-right .item-a-title {
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	font-weight: 700;
}

.content-div-detail .item-a-right .item-a-price {
	color: #FF0000;
}

.tab-page-title {
	font-size: 16px;
	line-height: 49px;
	border-bottom: 1px solid #EEEEEE;
	position: relative;
	padding-left: 10px;
	color: #000000;
}

.tab-page-title .before {
	width: 4px;
	height: 14px;
	background: #01af8a;
	display: block;
	float: left;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -6px;
}

.content-div-detail .item-a-right .text {
	margin-top: 5px;
}

.content-div-detail .item-a-right .item-a-btn {
	margin-top: 10px;
}

.content-div-detail .item-a-right .item-a-btn .btn {
	display: block;
	cursor: pointer;
	line-height: 24px;
	width: 80px;
	font-size: 12px;
	border-radius: 3px;
	color: #FFFFFF;
	background: #DDDDDD;
	float: left;
	margin-right: 5px;
	text-align: center;
	margin-bottom: 5px;
}

.content-div-detail .item-a-right .item-a-btn .item-a-btn-red {
	background: rgba(252, 104, 50, 1);
}

.content-div-detail .item-a-right .item-a-btn .item-a-btn-blue {
	background: #01af8a;
}

.content-div-detail .item-a-right .item-a-btn .item-share {
	display: inline-block;
}

.layui-tab-title .layui-this {
	color: #01af8a;
	border-top: 1px solid #01af8a;
}

.content-div-detail-nav .detail {
	padding: 15px;
	line-height: 26px;
}

.content-div-detail-nav .detail img {
	max-width: 100%;
}

.content-div-detail-nav .detail-case {
	color: #198afa;
	line-height: 30px;
}

.content-div-detail-nav .detail-video {
	width: 640px;
	height: 480px;
	object-fit: cover;
}

.wenhua-box .box {
	float: left;
	width: 32%;
	margin-right: 2%;
	position: relative;
	overflow: hidden;
}

.wenhua-box .box a {
	display: block;
}

.wenhua-box .box .img img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.wenhua-box .box:nth-child(3n) {
	margin-right: 0px;
}

.wenhua-box .box .text {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: center;
	align-content: center;
	text-align: center;
}

.wenhua-box .box .text h3,
.wenhua-box .box .text p {
	width: 100%;
	color: #FFF;
}

.wenhua-box .box .text h3 {
	font-size: 20px;
}

.wenhua-box .box .text p {
	opacity: 0;
	font-size: 16px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	line-height: 24px;
}

.wenhua-box .box:hover .text p {
	opacity: 1;
	line-height: 60px;
}

.wenhua-box .box:hover .img img {
	transform: scale(1.08, 1.08);
}

.navigation {
	position: relative;
}

.navigation-div-list .item a {
	padding: 0px 25px;
	font-size: 16px;
	color: #000000;
}

.navigation-div-list .item:first-child a {
	padding-left: 0px;
}

.navigation-div-list .item.curr a,
.navigation-div-list .item:hover a {
	color: #01af8a;
	font-weight: 700;
}



.content-contact-left,
.content-contact-right {
	width: 50%;
}

.content-contact-left {
	background: #EEEEEE;
}
.content-contact-img{
	height: 100%;
}
.content-contact-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.content-contact-left .contact-text {
	padding: 30px;
}

.content-contact-left .contact-text h3 {
	padding-bottom: 30px;
}

.content-contact-left .contact-text p {
	line-height: 30px;
}

.content-contact #map {
	width: 100%;
	height: 400px;
}

.content-div-new .item {
	border-bottom: 1px solid #EEEEEE;
	padding: 10px 0px;
}

.content-div-new .item .item-a {
	display: block;
	padding: 10px 15px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-radius: 8px;
}

.content-div-new .item .item-a .item-a-title .title {
	font-size: 16px;
	color: #000000;
}

.content-div-new .item .item-a .item-a-title .date {
	color: #999999;
}

.content-div-new .item .item-a .item-a-intro {
	color: #999999;
	margin-top: 10px;
}

.content-div-new .item .item-a .item-a-span {
	margin-top: 10px;
}

.content-div-new .item .item-a .item-a-span span {
	font-size: 12px;
	display: inline-block;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	padding: 4px 15px;
	color: #CCCCCC;
}

.content-div-new .item .item-a:hover {
	box-shadow: 0px 0px 8px #CCCCCC;
}

.content-div-new .item .item-a:hover .item-a-title .title {
	color: #01af8a;
}

.content-download .item {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 4%;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-radius: 8px;
}

.content-download .item .item-a-img {
	overflow: hidden;
	height: 261px;
}

.content-download .item .item-a-img img {
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.content-download .item:nth-child(3n) {
	margin-right: 0px;
}

.content-download .item .item-a-right {
	border: 1px solid #EEEEEE;
	border-top: 0;
	text-align: center;
	padding: 30px 0px;
}

.content-download .item .item-a-right .item-a-title {
	font-size: 18px;
	color: #000000;
}

.content-download .item .item-a-right .item-a-text {
	padding: 10px 0px;
	color: #999999;
	line-height: 24px;
}

.content-download .item .item-a-right .item-a-btn{
	padding: 0px 5%;
}

.content-download .item .item-a-right .item-a-btn .text {
	color: #FFFFFF;
	border-radius: 3px;
	display: block;
	line-height: 36px;
	cursor: pointer;
	flex: 1;
	margin: 0px 2%;
}

.content-download .item .item-a-right .item-a-btn .item-a-btn-blue{
	background: #01af8a;
}

.content-download .item .item-a-right .item-a-btn .item-a-btn-red{
	background: rgba(252, 104, 50, 1);
}

.content-download .item:hover {
	box-shadow: 0px 0px 8px #CCCCCC;
}

.content-download .item:hover .item-a-img img {
	transform: scale(1.08, 1.08);
}

.content-text-span {
	text-align: center;
}

.content-text-title {
	font-size: 18px;
	color: #000000;
}

.content-text-span .text {
	font-size: 12px;
	line-height: 30px;
}

.content-text-span .text span {
	margin: 0px 10px;
}

.content-text-intro {
	background: #F2F2F2;
	padding: 15px;
	font-size: 14px;
}

.content-text-content {
	line-height: 30px;
}

.content-text-content img {
	max-width: 800px;
}

/********************登陆弹窗***************************/
.login_pop_up_box {
	padding: 0px 20px;
}

.login_pop_up_box .layui-tab-title li {
	flex: 1;
	font-size: 16px;
	color: #9fa3b0;
}

.login_from {
	padding: 20px 0px;
}

.login_from .text {
	width: 90px;
	line-height: 38px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #EEEEEE;
	border-right: 0;
}

.login_from .input {
	width: calc(100% - 90px);
}

.login_from .in_text {
	width: 100%;
	outline: medium;
	height: 43px;
	line-height: 43px;
	margin: 0;
	padding: 0px 8px;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	color: #999;
	border: 1px solid #eeeeee;
}

.layui-tab-content {
	padding: 0px;
}

.login_from>form>div {
	margin-bottom: 15px;
	overflow: hidden;
}

.login_from .in_code {
	width: 150px;
	outline: medium;
	height: 43px;
	line-height: 43px;
	margin: 0;
	padding: 0px 8px;
	border: none;
	border-radius: 3px;
	font-size: 14px;
	color: #999;
	border: 1px solid #eeeeee;
	float: left;
}

.login_from .login_core span.img {
	float: left;
	margin-left: 5px;
	height: 41px;
	border: 1px solid #eeeeee;
	width: 100px;
}

.login_from .login_core img {
	width: 100%;
}

.login_btn .btn {
	width: 100%;
	height: 45px;
	background: #198afa;
	border: none;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	cursor: pointer;
}

.login_btn .btn:hover {
	background: #0874df;
}

.login_from p a {
	color: #198afa;
}

.login_from p a:hover {
	text-decoration: underline;
}

.layui-form-div {
	display: block;
	float: none;
	width: 100%;
	text-align: left;
	padding: 9px 0px;
}

.layui-input-div {
	width: 100%;
	margin-left: 0px;
	line-height: 38px;
	min-height: 38px;
}

.layui-form-radio {
	height: 16px;
	line-height: 16px;
	color: #666666;
}

.layui-form-radio input {
	float: left;
	margin-right: 5px;
}

.layui-input-div .code-img {
	width: 100px;
	margin-left: 5px;
	height: 36px;
	border: 1px solid #DDDDDD;
	border-radius: 2px;
}

.layui-input-div .code-img img {
	width: 100%;
}

.navigation .navigation-div-iconfont {
	display: none;
}

@media screen and (max-width:1200px) {

	.content-div-right-div .item .item-a .item-a-title {
		font-size: 12px;
		color: #000000;
		line-height: 24px;
		font-weight: 700;
	}

	.content-div-right-div .item .item-a .item-a-right .m-top5 {
		font-size: 12px;
	}

}

@media screen and (max-width:1100px) {
	.content-div-detail-nav .detail-video {
		width: 100%;
		height: 480px;
		object-fit: cover;
	}
}


@media screen and (max-width:1024px) {

	.content-div-right-div .item {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 3%;
	}

}

@media screen and (max-width:860px) {
	.navigation-div-text-about {
		display: none;
	}
	
	.content-contact .content-contact-left .contact-text{
		font-size: 12px;
	}
}

@media screen and (max-width:760px) {

	.content-div .content-div-left {
		display: none;
	}

	.content-div .content-div-right {
		width: 100%;
		margin-left: 0px;
	}

	.navigation .navigation-div-product {
		display: none;
	}

	.navigation .navigation-div-iconfont {
		display: block;
	}

	.navigation .navigation-div-iconfont .iconfont {
		font-size: 24px;
	}

	.navigation-nav {
		background: #FFFFFF;
		padding: 2%;
		position: absolute;
		width: 100%;
		left: 0px;
		top: 50px;
		box-sizing: border-box;
		overflow: hidden;
		z-index: 9;
	}

	.content-download .item {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 4%;
		position: relative;
		overflow: hidden;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		border-radius: 8px;
	}

	.content-download .item:nth-child(2n) {
		margin-right: 0px;
	}

	.navigation-div-about .item a {
		font-size: 14px;
		padding: 0px 10px;
	}

}

@media screen and (max-width:640px) {
	
	.wenhua-box .box:nth-child(1) {
		width: 100%;
		margin-right: 0%;
	}
	
	.wenhua-box .box {
	    float: left;
	    width: 49%;
	    margin-right: 2%;
	    position: relative;
	    overflow: hidden;
		margin-bottom: 10px;
	}
	
	.content-contact .content-contact-right{
		display: none;
	}
	
	
	.content-contact .content-contact-left{
		width: 100%;
	}

}

@media screen and (max-width:480px) {
	.content-div-detail .item-a-img {
		width: 120px;
	}

	.content-div-detail .item-a-right {
		width: calc(100% - 140px);
		margin-left: 20px;
	}

	.content-div-detail .item-a-right .item-a-title {
		font-size: 12px;
		color: #000000;
		line-height: 24px;
		font-weight: 700;
	}

	.content-div-detail .item-a-right .text {
		margin-top: 0px;
		font-size: 12px;
	}

	.content-div-detail-nav .detail-video {
		width: 100%;
		height: 240px;
		object-fit: cover;
	}

	.navigation .navigation-div-text .text {
		font-size: 12px;
		margin-left: 5px;
	}

	.content-download .item {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 4%;
		position: relative;
		overflow: hidden;
		transition: all 0.5s;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		border-radius: 8px;
	}

	.content-download .item:nth-child(2n) {
		margin-right: 0px;
	}

	.navigation-div-new {
		display: none;
	}

	.navigation-div-list {
		width: 100%;
	}

	.navigation-div-list-new .item {
		flex: 1;
		text-align: center;
	}

	.navigation-div-about .item a {
		font-size: 12px;
		padding: 0px 5px;
	}
	
	.wenhua-box .box:nth-child(1) {
		width: 100%;
		margin-right: 0%;
	}
	
	.wenhua-box .box {
	    float: left;
	    width: 49%;
	    margin-right: 2%;
	    position: relative;
	    overflow: hidden;
		margin-bottom: 10px;
	}
	
	.wenhua-box .box .img img {
	    width: 100%;
	    height: 200px;
	}
	
	.wenhua-box .box .text h3 {
	    font-size: 14px;
	}
}

.content-div-detail-btn{
	display: none;
	width: 100%;
}

@media screen and (max-width:320px) {
	
	.content-div-detail .item-a-right .item-a-btn{
		display: none;
	}
	
	.content-div-detail-btn{
		display: block;
		margin-top: 10px;
	}
	
	.content-div-detail-btn .item-a-btn .btn{
		width: 80px;
		display: block;
		cursor: pointer;
		line-height: 24px;
		font-size: 12px;
		border-radius: 3px;
		color: #FFFFFF;
		background: #DDDDDD;
		float: left;
		margin-right: 5px;
		text-align: center;
		margin-bottom: 5px;
	}
	
	.content-div-detail-btn .item-a-btn .item-a-btn-red {
		background: rgba(252, 104, 50, 1);
	}
	
	.content-div-detail-btn .item-a-btn .item-a-btn-blue {
		background: #01af8a;
	}
}



.lable-div .lable-div-box{
	width: 100%;
	text-align: center;
}

.lable-div .lable-div-box .div-box-lable{
	display: inline-block;
	padding: 5px 5%;
	border: 1px solid #01af8a;
	border-radius: 5px;
	width: 80%;
	margin-bottom: 15px;
	line-height: 24px;
	font-size: 16px;
	cursor: pointer;
	color: #01af8a;
	line-height: 101px;
}

.lable-div .lable-div-box .div-box-lable .iconfont{
	font-size: 24px;
	float: left;
	margin-right: 10px;
}
.lable-div .lable-div-box .div-box-lable .text{
	float: left;
}

.lable-div .lable-div-box .div-box-lable input{
	opacity: 0;
	float: right;
}

.lable-div .lable-div-box.active .div-box-lable{
	color: #FFFFFF;
	background: #01af8a;
}

.lable-div .lable-div-box .div-box-lable img{
	width: 90px;
	float: right;
	display: block;
}