<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*index_banner*/

.banner {
	font-size: 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	/*padding-top: 195px;*/
}

.banner img {
	display: block;
	width: 100%;
}

.banner .item .img-box {
	padding-bottom: 39.0625%;
}

.banner .slick-arrow {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(0, 0, 0, .35);
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 5%;
	padding: 0;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.banner .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	display: block;
	content: '\e727';
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: rgba(255, 255, 255, .5);
}

.banner .slick-arrow.slick-next {
	right: 5%;
	left: auto;
}

.banner .slick-arrow.slick-next:before {
	content: '\e728';
}

.banner .slick-arrow:hover {
	background-color: rgba(0, 0, 0, .8);
}

.banner .slick-arrow:hover:before {
	color: rgba(255, 255, 255, .8);
}

@media (max-width: 1560px) {
	.banner .slick-arrow {
		left: 5%;
	}
	.banner .slick-arrow.slick-next {
		right: 5%;
	}
}

@media (max-width: 1199px) {
	.banner .slickbanner {
		width: 120%;
		max-width: 120%;
		margin-left: -10%;
	}
	.banner .slick-arrow {
		left: 10%;
	}
	.banner .slick-arrow.slick-next {
		right: 10%;
	}
}

@media (max-width: 991px) {
	.banner {
		padding-top: 70px;
	}
	.banner .slickbanner {
		width: 130%;
		max-width: 130%;
		margin-left: -15%;
	}
	.banner .slick-arrow {
		left: 15%;
	}
	.banner .slick-arrow {
		width: 30px;
		height: 30px;
	}
	.banner .slick-arrow:before {
		font-size: 18px;
	}
	.banner .slick-arrow.slick-next {
		right: 15%;
	}
}

@media (max-width: 767px) {
	.banner {
		padding-top: 70px;
	}
}


/*index_about*/

.index_about {
	padding: 130px 0;
	overflow: hidden;
}

.index_about .left {
	width: 30%;
}

.index_about .left .border {
	width: 210px;
	min-height: 403px;
	position: relative;
	border: solid 10px #8bc34a;
}

.index_about .left .border .info {
	position: absolute;
	top: 50%;
	right: -70%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #FFFFFF;
	padding: 45px 0;
	text-align: center;
}

.index_about .left .border .info span {
	display: block;
	font-size: 14px;
	color: #333333;
}

.index_about .left .border .info b {
	display: block;
	font-size: 56px;
	color: #43a047;
}

.index_about .left .border .info p {
	font-size: 20px;
	color: #333333;
	padding-top: 10px;
}

.index_about .left .border .info a {
	display: block;
	width: 165px;
	border: 2px solid #43a047;
	background-color: #43a047;
	border-radius: 24px;
	font-size: 14px;
	line-height: 46px;
	color: #ffffff;
	text-align: center;
	margin: auto;
	margin-top: 20px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_about .left .border .info a:hover {
	color: #43a047;
	background-color: #ffffff;
}

.index_about .right {
	width: 70%;
	padding-left: 70px;
}

.index_about .right .title {
	padding-top: 15px;
}

.index_about .right .title b {
	font-size: 40px;
	color: #333333;
	font-weight: normal;
}

.index_about .right .title b span {
	font-size: 60px;
	font-weight: bold;
	font-style: italic;
	color: #43a047;
	margin-right: 15px;
}

.index_about .right .title p {
	font-size: 30px;
	font-weight: bold;
	color: #43a047;
}

.index_about .right .title p:after {
	display: block;
	content: '';
	width: 90px;
	height: 5px;
	background-color: #43a047;
	margin-top: 35px;
}

.index_about .right .msg {
	padding-top: 60px;
}

.index_about .right .msg p {
	font-size: 20px;
	line-height: 34px;
	color: #44a048;
}

.index_about .right .msg p span {
	color: #44a048;
}

@media (max-width: 991px) {
	.index_about {
		padding: 30px 0;
	}
	.index_about .left .border {
		width: 170px;
		min-height: 330px;
	}
	.index_about .left .border .info {
		padding: 35px 0;
	}
	.index_about .left .border .info b {
		font-size: 28px;
	}
	.index_about .left .border .info p {
		font-size: 16px;
	}
	.index_about .left .border .info a {
		width: 125px;
		line-height: 36px;
	}
	.index_about .right .title b {
		font-size: 20px;
		color: #333333;
	}
	.index_about .right .title b span {
		font-size: 30px;
		margin-right: 15px;
	}
	.index_about .right .title p {
		font-size: 16px;
	}
	.index_about .right .title p:after {
		width: 40px;
		height: 3px;
		margin-top: 15px;
	}
	.index_about .right .msg {
		padding-top: 20px;
	}
	.index_about .right .msg p {
		font-size: 15px;
		line-height: 26px;
	}
}

@media (max-width: 767px) {
	.index_about .left {
		width: 100%;
		float: none;
	}
	.index_about .left .border {
		width: 55%;
		min-height: 330px;
	}
	.index_about .right {
		width: 100%;
		float: none;
		padding-left: 0;
		margin-top: 10px;
	}
	.index_about .left .border .info {
		right: -40%;
	}
}

@media (max-width: 560px) {
	.index_about .left .border .info {
		right: -70%;
	}
}


/*index_customers*/

.index_customers {
	padding: 130px 0 182px 0;
	background: url(../images/banner/bg.jpg) no-repeat center;
	background-size: cover;
}

.index_customers .title {
	text-align: center;
}

.index_customers .title span {
	display: block;
	font-size: 14px;
	color: #333333;
}

.index_customers .title b {
	display: block;
	font-size: 45px;
	color: #333333;
	font-weight: normal;
}

.index_customers .title b i {
	font-size: 56px;
	font-weight: bold;
	color: #43a047;
}

.index_customers .title p {
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #333;
	padding-top: 20px;
	text-align: left;
}

.index_customers .title p span {
	display: block;
	font-size: 16px;
	color: #333;
}

.index_customers .title p span i {
	font-weight: bold;
	color: #43a047;
}

.index_customers .lists {
	padding-top: 50px;
	margin: auto;
}

@media (max-width: 1200px) {
	.index_customers .lists {
		width: 100%;
	}
}

.index_customers .lists .item {
	background-color: #ffffff;
	border-radius: 10px;
	padding: 40px 0 30px 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.index_customers .lists .item:hover {
	/*-webkit-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);*/
}

.index_customers .lists .item .number {
	width: 168px;
	height: 168px;
	background-color: #96c120;
	border-radius: 50%;
	margin: auto;
}

.index_customers .lists li:nth-child(2) .item .number {
	background-color: #c7d59f;
}

.index_customers .lists li:last-child .item .number {
	background-color: #b7ce63;
}

.index_customers .lists .item .number b {
	display: block;
	font-size: 50px;
	font-weight: bold;
	line-height: 168px;
	color: #ffffff;
	text-align: center;
}

.index_customers .lists .item .note b {
	display: block;
	font-size: 20px;
	color: #333333;
	text-align: center;
	padding: 40px 10px 10px 10px;
}

.index_customers .lists .item .note p {
	font-size: 14px;
	color: #666666;
	text-align: center;
	padding: 0 10px;
}

@media (max-width: 991px) {
	.index_customers {
		padding: 80px 0 100px 0;
	}
	.index_customers .title b {
		font-size: 24px;
	}
	.index_customers .title b i {
		font-size: 28px;
	}
	.index_customers .title p {
		position: relative;
	}
	.index_customers .lists {
		padding-top: 30px;
	}
	.index_customers .lists li {
		margin-bottom: 15px;
	}
	.index_customers .lists .item {
		padding: 30px 0 30px 0;
	}
	.index_customers .lists .item .number {
		width: 120px;
		height: 120px;
	}
	.index_customers .lists .item .number b {
		font-size: 30px;
		line-height: 120px;
	}
	.index_customers .lists .item .note b {
		font-size: 18px;
		padding: 20px 0 10px 0;
	}
}


/*index_need*/

.index_need {
	padding: 160px 0 85px 0;
}

.index_need .left {
	width: 44%;
}

.index_need .left .info span {
	display: block;
	font-size: 14px;
	color: #333333;
}

.index_need .left .info b {
	display: block;
	font-size: 56px;
	color: #43a047;
}

.index_need .left .info p {
	font-size: 45px;
	color: #333333;
}

.index_need .left .info p:after {
	display: block;
	content: '';
	width: 56px;
	height: 3px;
	background-color: #8bc34a;
	margin-top: 28px;
}

.index_need .left .info p i {
	color: #43a047;
	font-weight: bold;
}

.index_need .left .note {
	padding-top: 40px;
}

.index_need .left .note p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
	color: #666666;
}

.index_need .right {
	width: 56%;
	padding-left: 70px;
}

.index_need .right .need_lists .img-box {
	padding-bottom: 54.74358974358974%;
}

@media (max-width: 991px) {
	.index_need {
		padding: 60px 0 60px 0;
	}
	.index_need .left {
		width: 100%;
	}
	.index_need .left .info b {
		font-size: 28px;
	}
	.index_need .left .info p {
		font-size: 20px;
	}
	.index_need .left .info p:after {
		margin-top: 15px;
	}
	.index_need .left .note {
		padding-top: 20px;
	}
	.index_need .right {
		width: 100%;
		padding-left: 0px;
		margin-top: 20px;
	}
}


/*index_advantages*/

.index_advantages {
	padding: 100px 0;
	background: url(../images/banner/bg1.jpg) no-repeat center;
	background-size: cover;
}

.index_advantages .left {
	width: 45.8%;
	position: relative;
}

.index_advantages .left .pic .img-box {
	padding-bottom: 85.89147286821705%;
}

.index_advantages .right {
	width: 50%;
	padding-top: 80px;
	padding-left: 60px;
}

.index_advantages .right .info {
	text-align: right;
}

.index_advantages .right .info span {
	display: block;
	font-size: 14px;
	color: #333333;
}

.index_advantages .right .info b {
	font-size: 45px;
	color: #333333;
	font-weight: normal;
}

.index_advantages .right .info b i {
	font-size: 56px;
	color: #43a047;
	font-weight: bold;
}

.index_advantages .right .info p {
	font-size: 36px;
	color: #333333;
}

.index_advantages .right .note {
	padding-top: 55px;
	position: relative;
}

.index_advantages .right .note:before {
	display: block;
	content: '';
	width: 55px;
	height: 3px;
	background-color: #8bc34a;
	margin-top: 28px;
	position: absolute;
	right: 0px;
	top: -5px;
}

.index_advantages .right .note p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: right;
}

@media (max-width: 991px) {
	.index_advantages .left {
		width: 100%;
		float: none;
	}
	.index_advantages .right {
		width: 100%;
		padding-top: 50px;
		padding-left: 0px;
	}
	.index_advantages .right .info b {
		font-size: 24px;
	}
	.index_advantages .right .info b i {
		font-size: 28px;
	}
	.index_advantages .right .info p {
		font-size: 20px;
	}
	.index_advantages .right .note {
		padding-top: 45px;
	}
}


/*index_product*/

.index_product {
	padding: 100px 0;
}

.index_product .title {
	text-align: center;
}

.index_product .title span {
	display: block;
	font-size: 14px;
	color: #333333;
}

.index_product .title b {
	font-size: 56px;
	color: #43a047;
}

.index_product .title p {
	font-size: 30px;
	color: #333333;
	padding-top: 10px;
}

.index_product .main {
	padding-top: 45px;
}

.index_product .menu {
	width: 25%;
	padding: 34px 0;
	background-color: #ebf0dd;
	border: solid 1px #dcdbdc;
}

.index_product .menu ul li {
	margin: 5px 0;
	line-height: 60px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.index_product .menu ul li a {
	font-size: 16px;
	color: #333333;
	padding-left: 80px;
}


/*@media (max-width: 1199px) {
	.index_product .menu ul li a {
	padding-left: 30px;
}
}*/

.index_product .menu ul li:hover,
.index_product .menu ul li.active {
	background-color: #8bc34a;
	border-radius: 0px 29px 29px 0px;
}

.index_product .menu ul li:hover a,
.index_product .menu ul li.active a {
	color: #FFFFFF;
}

.index_product .lists {
	width: 75%;
	padding-left: 30px;
}

.index_product .lists ul li {
	margin-bottom: 30px;
}

.index_product .lists .item {
	display: block;
	position: relative;
}

.index_product .lists .item .pic .img-box {
	border: solid 1px #e5e5e5;
	padding-bottom: 60.60606060606061%;
}

.index_product .lists .item .pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_product .lists .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_product .lists .item .pic .name {
	background-color: #ebf0dd;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}

.index_product .lists .item .pic .name p {
	font-size: 16px;
	line-height: 55px;
	color: #333333;
	text-align: center;
}

.index_product .lists .item .info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(139, 195, 74, .95);
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.index_product .lists .item:hover .info {
	opacity: 1;
}

.index_product .lists .item .info .msg {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 40px;
}

.index_product .lists .item .info .msg b {
	display: block;
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 20px;
}

.index_product .lists .item .info .msg p {
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}

.index_product .lists .item .info .msg a {
	display: block;
	width: 130px;
	background-color: #ffffff;
	border-radius: 20px;
	font-size: 14px;
	line-height: 40px;
	color: #8bc34a;
	text-align: center;
	margin: auto;
	margin-top: 25px;
}

@media (max-width: 991px) {
	.index_product {
		padding: 50px 0;
	}
	.index_product .title b {
		font-size: 28px;
		color: #43a047;
	}
	.index_product .title p {
		font-size: 18px;
	}
	.index_product .main {
		padding-top: 30px;
	}
	.index_product .menu {
		width: 100%;
		padding: 10px 0;
	}
	.index_product .menu ul li {
		line-height: 50px;
	}
	.index_product .lists {
		width: 100%;
		padding-left: 0px;
		margin-top: 30px;
	}
	.index_product .lists li {
		margin-bottom: 20px;
	}
	.index_product .lists .item .name p {
		line-height: 45px;
	}
}


/*index_news*/

.index_news {
	padding: 160px 0 150px 0;
	background: url(../images/banner/bg2.jpg) no-repeat center;
	background-size: cover;
}

.index_news .left {
	width: 46.1%;
}

.index_news .left .img-box {
	padding-bottom: 58.46153846153846%;
}

.index_news .left .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .left:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_news .left .info {
	background-color: #43a047;
	padding: 0 35px;
}

.index_news .left .info a {
	width: 74%;
	/*width: 78%;*/
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	line-height: 100px;
	color: #ffffff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.index_news .left .info span {
	display: inline-block;
	width: 25%;
	/*width: 21%;*/
	font-size: 26px;
	font-weight: bold;
	color: #ffffff;
}

.index_news .left .info span:after {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 1px;
	height: 30px;
	background-color: rgba(255, 255, 255, .22);
	margin: 0 16px;
}

@media (max-width: 1500px) {
	.index_news .left .info span:after {
		margin: 0 10px;
	}
}

@media (max-width: 1199px) {
	.index_news .left .info span {
		font-size: 22px;
	}
	.index_news .left .info span:after {
		margin: 0 5px;
	}
}

.index_news .right {
	width: 49%;
}

.index_news .right .title b {
	font-size: 40px;
	color: #43a047;
}

.index_news .right .title span {
	font-size: 14px;
	color: #333333;
	padding-left: 10px;
}

.index_news .right li {
	padding-bottom: 23px;
	border-bottom: 1px solid #dbe0cd;
}

.index_news .right .item {
	display: block;
}

.index_news .right .item a {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	padding-top: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .right .item a:before {
	display: inline-block;
	font-family: 'iconfont';
	font-size: 12px;
	content: '\e601';
	color: #43a047;
	-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);
	padding-left: 18px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_news .right .item:hover a {
	color: #43a047;
}

.index_news .right .item:hover a:before {
	-webkit-transform: translateX(8px) rotateY(180deg);
	-ms-transform: translateX(8px) rotateY(180deg);
	transform: translateX(8px) rotateY(180deg);
}

.index_news .right .item p {
	font-size: 14px;
	color: #333;
	padding-top: 15px;
	padding-left: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*.index_news .right .item:hover p{
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}*/

@media (max-width: 991px) {
	.index_news {
		padding: 100px 0 100px 0;
	}
	.index_news .left {
		width: 100%;
	}
	.index_news .right {
		width: 100%;
		margin-top: 20px;
	}
	.index_news .left .info {
		padding: 15px 35px;
	}
	.index_news .left .info a {
		display: block;
		width: 100%;
		line-height: 30px;
	}
	.index_news .left .info span {
		width: 100%;
	}
	.index_news .left .info span:after {
		display: none;
	}
	.index_news .right li {
		padding-bottom: 20px;
	}
	.index_news .right .title b {
		font-size: 26px;
	}
	.index_news .right .item a {
		padding-top: 20px;
	}
	.index_news .right .item p {
		padding-top: 10px;
	}
}


/*index_honor*/

.index_honor {
	padding: 100px 0;
}

.index_honor .title {
	text-align: center;
}

.index_honor .title span {
	display: block;
	font-size: 14px;
	color: #333333;
}

.index_honor .title b {
	font-size: 56px;
	color: #43a047;
}

.index_honor .title p {
	font-size: 30px;
	color: #333333;
	padding-top: 10px;
}

@media (max-width: 991px) {
	.index_honor {
		padding: 50px 0;
	}
	.index_honor .title b {
		font-size: 28px;
		color: #43a047;
	}
	.index_honor .title p {
		font-size: 18px;
	}
}

.index_honor .slick-honor a {
	display: block;
}

.index_honor .slick-honor {
	padding-top: 50px;
	margin: 0 -15px;
}

.index_honor .slick-honor .item {
	padding: 0 15px;
}

.index_honor .slick-honor .item .pic {
	border: solid 1px #dcdbdc;
	padding: 12px 60px;
}

.index_honor .slick-honor .item .pic .img-box {
	padding-bottom: 149.0291262135922%;
}

.index_honor .slick-honor .item .pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_honor .slick-honor .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.index_honor .slick-honor .item p {
	font-size: 14px;
	color: #333333;
	padding-top: 20px;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.index_honor .slick-honor .item:hover p {
	color: #43a047;
}

.index_honor .slick-arrow {
	width: 48px;
	height: 48px;
	background-color: rgba(0, 0, 0, .29);
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 15px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.index_honor .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	display: block;
	content: '\e727';
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: rgba(255, 255, 255, .5);
	line-height: 48px;
}

@media (max-width: 991px) {
	.index_honor .slick-arrow:before {
		font-size: 18px;
	}
}

.index_honor .slick-arrow.slick-next {
	right: 15px;
	left: auto;
}

.index_honor .slick-arrow.slick-next:before {
	content: '\e728';
}

.index_honor .slick-arrow:hover {
	background-color: rgba(0, 0, 0, .6);
}

.index_honor .slick-arrow:hover:before {
	color: rgba(255, 255, 255, .6);
}


/*pagebanner*/

.pagebanner .img-box {
	padding-bottom: 20.83333333333333% !important;
}

.pagebanner .location {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 10;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.pagebanner .location p {
	font-size: 32px;
	color: #ffffff;
}

.pagebanner .location span {
	display: block;
	font-size: 20px;
	color: #ffffff;
	padding-top: 20px;
}

.pagebanner .location span:after {
	display: block;
	font-family: 'iconfont';
	font-size: 18px;
	content: '\e601';
	color: #FFFFFF;
	padding-right: 45px;
	-webkit-transform: rotateZ(-90deg);
	-ms-transform: rotateZ(-90deg);
	transform: rotateZ(-90deg);
	-webkit-transition: all .5s;
	transition: all .5s;
}

@media (max-width: 991px) {
	.pagebanner .location p {
		font-size: 22px;
		color: #ffffff;
	}
	.pagebanner .location span {
		font-size: 16px;
		padding-top: 0px;
	}
	.pagebanner .location span:after {
		font-size: 18px;
		padding-right: 10px;
	}
}


/*page_nav*/

.page_nav {
	text-align: center;
	border-bottom: 1px solid #E5E5E5;
}

@media (max-width: 991px) {
	.page_nav {
		padding-top: 70px;
	}
}

.page_nav .scroll {
	position: relative;
	z-index: 2;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.page_nav ul {
	font-size: 0;
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

.page_nav ul li {
	display: inline-block;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.page_nav ul li:hover,
.page_nav ul li.active {
	background-color: #43a047;
}

.page_nav ul li:hover:hover a,
.page_nav ul li.active a {
	color: #FFFFFF;
}

.page_nav ul li a {
	font-size: 16px;
	line-height: 60px;
	color: #333333;
	padding: 0 30px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media (max-width: 991px) {
	.page_nav ul li a {
		font-size: 15px;
		line-height: 45px;
		padding: 0 20px;
	}
}


/*about*/

.about {
	overflow: hidden;
	padding: 98px 0 125px 0;
}

.about .title b {
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}

.about .title p {
	font-size: 20px;
	font-weight: bold;
	color: #43a047;
	padding-top: 5px;
}

.about .title p:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #8bc34a;
	margin-top: 25px;
}

.about .info {
	padding-top: 44px;
}

.about .info .pic {
	width: 40.5%;
	float: right;
	margin-left: 60px;
	background-color: #8bc34a;
	border-radius: 20px;
}

.about .info .pic .img-box {
	top: -10px;
	left: 10px;
	padding-bottom: 70.17543859649123%;
}

.about .info .about_msg .text {
	margin-top: 40px;
}

.about .info .about_msg .text p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align: justify;
}

.about .slick-about {
	padding: 15px 5px 12px 5px;
	margin-top: 58px;
	background-color: #eeeeee;
	border: solid 4px #e5e5e5;
}

@media (max-width: 991px) {
	.about {
		padding: 40px 0 30px 0;
	}
	.about .title b {
		font-size: 22px;
	}
	.about .title p {
		font-size: 16px;
		padding-top: 5px;
	}
	.about .info {
		padding-top: 20px;
	}
	.about .info .pic {
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-bottom: 20px;
	}
	.about .info .about_msg .text {
		margin-top: 20px;
	}
	.about .slick-about {
		margin-top: 30px;
	}
}

.about .slick-about .item {
	display: block;
	margin: 0 10px;
}

.about .slick-about .item .img-box {
	padding-bottom: 66.66666666666667%;
}

.about .slick-about .slick-arrow {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #959595;
	position: absolute;
	z-index: 9;
	top: 50%;
	left: 0px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .4s;
	transition: all .4s;
}

.about .slick-about .slick-arrow:before {
	font-family: 'iconfont' !important;
	font-size: 20px;
	display: block;
	content: '\e631';
	text-align: center;
	color: #FFFFFF;
	line-height: 48px;
}

@media (max-width: 991px) {
	.about .slick-about .slick-arrow:before {
		font-size: 18px;
	}
}

.about .slick-about .slick-arrow.slick-next {
	right: 0px;
	left: auto;
}

.about .slick-about .slick-arrow.slick-next:before {
	content: '\e640';
}

.about .slick-about .slick-arrow:hover {
	background-color: #8bc34a;
}


/*culture*/

.culture {
	padding: 60px 0 120px 0;
}

.culture .title {
	text-align: center;
}

.culture .title b {
	display: block;
	font-size: 30px;
	color: #333333;
}

.culture .title b:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #8bc34a;
	margin: auto;
	margin-top: 20px;
}

.culture .title p {
	font-size: 16px;
	color: #333;
	padding-top: 26px;
}

.culture .lists {
	padding-top: 58px;
}

.culture .lists li {
	margin-bottom: 60px;
}

.culture .lists .item {
	position: relative;
}

.culture .lists .item:before {
	display: inline-block;
	width: 60px;
	height: 60px;
	background-color: #588133;
	border-radius: 5px;
	position: absolute;
	font-family: 'iconfont' !important;
	font-size: 28px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.culture .lists .item.icon1:before {
	content: '\e604';
}

.culture .lists .item.icon2:before {
	content: '\e602';
	background-color: #66809c;
}

.culture .lists .item.icon3:before {
	content: '\e6da';
	background-color: #adbd37;
	font-size: 30px;
}

.culture .lists .item.icon4:before {
	content: '\e645';
	background-color: #4e505f;
}

.culture .lists .item:hover:before {
	/*-webkit-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	transform: rotateY(180deg);*/
}

.culture .lists .item b {
	display: block;
	font-size: 20px;
	color: #333333;
	padding-left: 90px;
}

.culture .lists .item p {
	font-size: 16px;
	color: #333;
	padding-top: 14px;
	padding-left: 90px;
	height: 60px;
	overflow: hidden;
}

@media (max-width: 991px) {
	.culture {
		padding: 30px 0 0px 0;
	}
	.culture .title b {
		font-size: 22px;
	}
	.culture .title p {
		padding-top: 15px;
	}
	.culture .lists {
		padding-top: 35px;
	}
	.culture .lists li {
		margin-bottom: 30px;
	}
	.culture .lists .item b {
		font-size: 18px;
		padding-left: 80px;
	}
	.culture .lists .item p {
		font-size: 15px;
		padding-top: 10px;
		padding-left: 80px;
	}
}


/*honor*/

.honor {
	padding: 60px 0 60px 0;
}

.honor .title b {
	font-weight: normal;
}

.honor .title p {
	width: 77%;
	margin: auto;
}

@media (max-width: 991px) {
	.honor {
		padding: 30px 0 30px 0;
	}
	.honor .title p {
		width: 100%;
	}
}

.honor .lists {
	padding-top: 40px;
}

.honor .lists li {
	margin-bottom: 38px;
}

.honor .lists li .item .pic {
	padding: 23px 48px;
	background-color: #ffffff;
	border: solid 1px #dcdbdc;
}

.honor .lists li .item .pic .img-box {
	padding-bottom: 121.7948717948718%;
}

.honor .lists li .item .pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.honor .lists li .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.honor .lists li .item p {
	font-size: 16px;
	color: #333333;
	padding-top: 18px;
	padding-left: 0;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.honor .lists li .item:hover p {
	color: #43a047;
}


/*product*/

.product {
	padding: 60px 0 30px 0;
}

.product .title {
	text-align: center;
}

.product .title b {
	display: block;
	font-size: 30px;
	color: #333333;
}

.product .title b:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #8bc34a;
	margin: auto;
	margin-top: 20px;
}

.product .title p {
	font-size: 16px;
	color: #666666;
	padding-top: 26px;
}

.product .title p span {
	color: #43a047;
	font-weight: bold;
}

.product .lists {
	padding-top: 45px;
}

.product .lists ul {
	padding-bottom: 40px;
}

.product .lists ul li {
	margin-bottom: 30px;
}

.product .lists .item {
	display: block;
	position: relative;
}

.product .lists .item .pic .img-box {
	border: solid 1px #e5e5e5;
	padding-bottom: 60.60606060606061%;
}

.product .lists .item .pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.product .lists .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.product .lists .item .pic .name {
	background-color: #8bc34a;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}

.product .lists .item .pic .name p {
	font-size: 16px;
	line-height: 55px;
	color: #ffffff;
	text-align: center;
}

.product .lists .item .info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(67, 160, 71, .95);
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.product .lists .item:hover .info {
	opacity: 1;
}

.product .lists .item .info .msg {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 40px;
}

.product .lists .item .info .msg b {
	display: block;
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 20px;
}

.product .lists .item .info .msg p {
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}

.product .lists .item .info .msg a {
	display: block;
	width: 130px;
	background-color: #ffffff;
	border-radius: 20px;
	font-size: 14px;
	line-height: 40px;
	color: #8bc34a;
	text-align: center;
	margin: auto;
	margin-top: 25px;
}

@media (max-width: 991px) {
	.product {
		padding: 30px 0 0px 0;
	}
	.product .title b {
		font-size: 22px;
	}
	.product .title p {
		padding-top: 15px;
	}
	.product .lists ul {
		padding-bottom: 0;
	}
}


/*product_detail*/

.product_detail {
	padding: 90px 0 60px 0;
}

.product_box .left {
	width: 52%;
}

.product_box .right {
	width: 48%;
	padding-left: 60px;
}

@media (max-width: 991px) {
	.product_detail {
		padding: 30px 0 0px 0;
	}
	.product_box .left {
		width: 100%;
	}
	.product_box .right {
		width: 100%;
		padding: 25px 0px;
		margin-left: 0px;
	}
}


/*zoom*/

.zoomDiv {
	z-index: 9;
	display: none;
	overflow: hidden;
	text-align: center;
	border: 1px solid #ccc;
	background: #fff;
}

@media (min-width: 768px) {
	.zoomDiv {
		position: absolute;
	}
}

.zoomMask {
	position: absolute;
	z-index: 1;
	cursor: move;
	background: url(../images/common/mask.png) repeat scroll 0 0 transparent;
}

@media (max-width: 767px) {
	.zoomMask {
		display: none;
	}
}

.pro-show {
	overflow: hidden;
}

.pro-show .album {
	position: relative;
	float: left;
	width: 100%;
}

@media (max-width: 991px) {
	.pro-show .album {
		float: none;
		width: 100%;
	}
}

.pro-show .album .item .img-box {
	z-index: 0;
	padding-bottom: 60.60606060606061%;
	border: solid 1px #e5e5e5;
}

.pro-show .album .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.pro-show .album .slider-nav {
	position: relative;
	padding: 0 30px;
	margin-top: 14px;
}

.pro-show .album .slider-nav .slick-current .item .img-box {
	border: 1px solid #43a047;
}

.pro-show .album .slider-nav div:focus {
	outline: none;
	border: none;
}

.pro-show .album .slider-nav .item {
	padding: 0 5px;
}

.pro-show .album .slider-nav .slick-arrow {
	width: 18px;
	height: 20px;
	background: none;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 1%;
	color: transparent;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 991px) {
	.pro-show .album .slider-nav .slick-arrow {
		left: 0;
	}
}

.pro-show .album .slider-nav .slick-arrow:before {
	display: block;
	overflow: hidden;
	font-family: 'iconfont' !important;
	font-size: 18px;
	content: '\e617';
	color: #666666;
	line-height: 20px;
}

.pro-show .album .slider-nav .slick-arrow.slick-prev:before {
	-webkit-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.pro-show .album .slider-nav .slick-arrow.slick-next {
	right: 1%;
	left: auto;
}

@media (max-width: 991px) {
	.pro-show .album .slider-nav .slick-arrow.slick-next {
		right: 0;
	}
}

.pro-show .album .slider-nav .slick-arrow.slick-next:before {
	content: '\e617';
}

.pro-show .album .slider-nav .slick-arrow:hover:before {
	color: #43a047;
}

.product_box .right .prod_info {
	padding-top: 50px;
}

.product_box .right .prod_info h1 {
	font-size: 30px;
	color: #333333;
}

.product_box .right .prod_info h1:after {
	content: '';
	display: block;
	width: 60px;
	height: 2px;
	background-color: #8bc34a;
	margin-top: 25px;
}

.product_box .right .prod_info p {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	padding-top: 32px;
}

.product_box .right .prod_info .pro_btn {
	padding-top: 55px;
}

.product_box .right .prod_info .pro_btn a {
	display: block;
	width: 200px;
	background-color: #43a047;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
}

@media (max-width: 991px) {
	.product_box .right .prod_info {
		padding-top: 10px;
	}
	.product_box .right .prod_info h1 {
		font-size: 22px;
	}
	.product_box .right .prod_info h1:after {
		margin-top: 15px;
	}
	.product_box .right .prod_info p {
		padding-top: 20px;
	}
	.product_box .right .prod_info .pro_btn {
		padding-top: 25px;
	}
	.product_box .right .prod_info .pro_btn a {
		width: 160px;
		line-height: 45px;
	}
}


/*prod_introduce*/

.prod_introduce {
	padding-top: 68px;
}

.pro_title {
	background-color: #8bc34a;
}

.pro_title p {
	display: inline-block;
	padding: 0 45px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	color: #ffffff;
	background-color: #43a047;
	position: relative;
}

.pro_title p:after {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	display: inline-block;
	content: '';
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 8px solid #8bc34a;
}

.prod_introduce .note {
	padding: 58px 5px;
}

.prod_introduce .note p {
	font-size: 16px;
	line-height: 40px;
	color: #333333;
}

.prod_related .lists {
	padding-top: 45px;
}

.prod_related .lists ul {
	padding-bottom: 40px;
}

.prod_related .lists ul li {
	margin-bottom: 30px;
}

.prod_related .lists .item {
	display: block;
	position: relative;
}

.prod_related .lists .item .pic .img-box {
	border: solid 1px #e5e5e5;
	padding-bottom: 60.60606060606061%;
}

.prod_related .lists .item .pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.prod_related .lists .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.prod_related .lists .item .pic .name {
	background-color: #8bc34a;
	border-left: solid 1px #e5e5e5;
	border-right: solid 1px #e5e5e5;
	border-bottom: solid 1px #e5e5e5;
}

.prod_related .lists .item .pic .name p {
	font-size: 16px;
	line-height: 55px;
	color: #ffffff;
	text-align: center;
}

.prod_related .lists .item .info {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(67, 160, 71, .95);
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
}

.prod_related .lists .item:hover .info {
	opacity: 1;
}

.prod_related .lists .item .info .msg {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0 40px;
}

.prod_related .lists .item .info .msg b {
	display: block;
	font-size: 20px;
	color: #ffffff;
	padding-bottom: 20px;
}

.prod_related .lists .item .info .msg p {
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}

.prod_related .lists .item .info .msg span {
	display: block;
	width: 130px;
	background-color: #ffffff;
	border-radius: 20px;
	font-size: 14px;
	line-height: 40px;
	color: #8bc34a;
	text-align: center;
	margin: auto;
	margin-top: 25px;
}

@media (max-width: 991px) {
	.prod_introduce {
		padding-top: 10px;
	}
	.pro_title p {
		display: inline-block;
		padding: 0 30px;
		font-size: 18px;
		line-height: 50px;
	}
	.prod_introduce .note {
		padding: 25px 5px;
	}
	.prod_related .lists {
		padding-top: 30px;
	}
}


/*news*/

.news {
	padding: 60px 0 50px 0;
}

.news .title {
	text-align: center;
}

.news .title b {
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}

.news .title b:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #8bc34a;
	margin: auto;
	margin-top: 20px;
}

.news .title p {
	width: 77%;
	margin: auto;
	font-size: 16px;
	color: #333;
	padding-top: 26px;
}

@media (max-width: 991px) {
	.news {
		padding: 30px 0 0px 0;
	}
	.news .title b {
		font-size: 22px;
	}
	.news .title p {
		width: 100%;
		padding-top: 15px;
	}
}

.news .news_box {
	padding-top: 50px;
}

.news .news_box:after {
	display: table;
	content: '';
	clear: all;
}

.news .news_box .news_tab {
	width: 20%;
	float: left;
}

.news .news_box .news_tab h3 {
	display: block;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	background-color: #43a047;
	color: #fff;
	font-size: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news .news_box .news_tab ul {
	border: 1px solid #dbdbdb;
}

.news .news_box .news_tab ul li {
	border-bottom: 1px dashed #cccccc;
}

.news .news_box .news_tab ul li:last-child {
	border-bottom: none;
}

.news .news_box .news_tab ul li a {
	display: block;
	padding: 0 17px;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.news .news_box .news_tab ul li a:hover {
	color: #43a047;
}

.news .news_box .news_tab ul li a:after {
	content: '';
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: #cccccc;
	border-radius: 50%;
	float: right;
	margin-top: 18px;
}

.news .news_box .news_tab ul li a:hover:after {
	background-color: #43a047;
}

.news .lists {
	width: 80%;
	float: right;
	padding-left: 50px;
}

.news .lists li {
	/*padding: 30px 0;*/
}

.news .lists .item {
	display: block;
	padding: 30px 0;
	/*background-color: #eeeeee;*/
	border-bottom: solid 1px #d2d2d2;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .lists li:first-child .item {
	padding: 0 0 30px 0;
}

.news .lists .item:after {
	display: table;
	content: '';
	clear: both;
}

.news .lists .item:hover {
	border-bottom: solid 1px #43a047;
}

.news .lists .item .pic {
	width: 30%;
	float: left;
}

.news .lists .item .img-box {
	padding-bottom: 56.97674418604651%;
}

.news .lists .item .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .lists .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.news .lists .item .img-box .time {
	position: absolute;
	top: 20px;
	left: 0;
	background-color: #8bc34a;
	border-radius: 0px 22px 22px 0px;
}

.news .lists .item .img-box .time p {
	font-size: 16px;
	line-height: 45px;
	color: #e3e4e4;
	padding: 0 22px;
}

.news .lists .item .note {
	width: 70%;
	float: left;
	padding: 10px 0 0 20px;
}

.news .lists .item .note b {
	display: block;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news .lists .item .note p {
	font-size: 14px;
	line-height: 24px;
	color: #333;
	padding-top: 20px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news .lists .item .note a {
	float: right;
	display: block;
	width: 130px;
	background-color: #535353;
	border-radius: 20px;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	text-align: center;
	margin-top: 40px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news .lists .item:hover .note a {
	background-color: #43a047;
}

@media (max-width: 991px) {
	.news .news_box {
		padding-top: 30px;
	}
	.news .news_box .news_tab {
		display: none;
	}
	.news .lists {
		width: 100%;
		float: none;
		padding-left: 0px;
	}
	.news .lists .item .note p {
		padding-top: 10px;
	}
	.news .lists .item .note a {
		margin-top: 20px;
	}
}

@media (max-width: 767px) {
	.news .lists .item .pic{
		width: 100%;
		float: none;
	}
	.news .lists .item .note{
		width: 100%;
		float: none;
		padding: 15px 0 0 0;
	}
}


/*news_detail*/

.news_detail {
	padding: 60px 0 100px 0;
}

.news_detail .title {
	text-align: center;
}

.news_detail .title b {
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}

.news_detail .title span {
	display: block;
	font-size: 16px;
	color: #43a047;
	padding-top: 20px;
}

.news_detail .info {
	padding-top: 50px;
}

.news_detail .info p {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.news_detail .info p img {
	max-width: 100%;
}

.news_relate {
	border-top: 1px solid #e5e5e5;
	margin-top: 30px;
}

.news_relate ul li {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news_relate ul li a {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666;
	line-height: 70px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.news_relate ul li a:hover {
	text-decoration: underline !important;
	color: #43a047;
}

.news_relate ul li.next {
	text-align: right;
}

@media (max-width: 991px) {
	.news_detail {
		padding: 30px 0 30px 0;
	}
	.news_detail .title b {
		font-size: 22px;
	}
	.news_detail .title span {
		padding-top: 15px;
	}
	.news_detail .info {
		padding-top: 30px;
	}
	.news_relate {
		padding: 15px 0 0 0;
	}
	.news_relate ul li.next {
		text-align: left;
	}
	.news_relate ul li a {
		line-height: 30px;
	}
}


/*video*/

.video_lists {
	padding-top: 50px;
}

.video_lists li {
	margin-bottom: 40px;
}

.video_lists .video .video-cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(67, 160, 71, .9);
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 0;
}

.video_lists .video:hover .video-cover {
	opacity: 1;
}

.video_lists .video .img-box {
	z-index: 0;
	padding-bottom: 66.66666666666667%;
	background-color: #000;
}

.video_lists .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

@media (max-width: 991px) {
	.video_lists {
		padding-top: 30px;
	}
	.video_lists li {
		margin-bottom: 30px;
	}
	.video_lists .video .img-box img {
		width: 150%;
		margin-left: -25%;
	}
}

.video_lists .video .video-box {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.video_lists .video .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}

.video_lists .video .play {
	font-size: 20px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	width: 100%;
	margin-bottom: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
}

.video_lists .video:hover .play {
	opacity: 1;
}

@media (max-width: 991px) {
	.video_lists .video .play {
		font-size: 18px;
	}
}

.video_lists .video .play:before {
	font-family: 'iconfont';
	font-size: 38px;
	display: block;
	content: '\e60d';
	padding-bottom: 15px;
}

@media (max-width: 991px) {
	.video_lists .video .play:before {
		font-size: 30px;
	}
}

.video_lists .video .name p {
	font-size: 16px;
	color: #333333;
	text-align: center;
	padding-top: 20px;
}

.video_lists .video:hover .name p {
	opacity: 0;
}


/*service*/

.service {
	padding: 60px 0 50px 0;
}

.service .title {
	text-align: center;
}

.service .title b {
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}

.service .title b:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #8bc34a;
	margin: auto;
	margin-top: 20px;
}

.service .title p {
	width: 77%;
	margin: auto;
	font-size: 16px;
	color: #333;
	padding-top: 26px;
}

@media (max-width: 991px) {
	.service {
		padding: 30px 0 0px 0;
	}
	.service .title b {
		font-size: 22px;
	}
	.service .title p {
		width: 100%;
		padding-top: 15px;
	}
}

.service .service_lists {
	padding-top: 76px;
	padding-bottom: 50px;
}

.service .service_lists li {
	margin-bottom: 20px;
}

.service .service_lists .item {
	padding: 30px;
	background-color: #50bebb;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.service .service_lists li:nth-child(2) .item {
	background-color: #8bc34a;
}

.service .service_lists li:nth-child(3) .item {
	background-color: #88abda;
}

.service .service_lists li:last-child .item {
	background-color: #f6b37f;
}

.service .service_lists .item .num {
	display: inline-block;
	vertical-align: middle;
	width: 102px;
	height: 102px;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, .43);
}

.service .service_lists .item .num span {
	display: block;
	border-radius: 50%;
	background-color: #ffffff;
	font-size: 30px;
	line-height: 93px;
	color: #50bebb;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.service .service_lists .item:hover .num span {
	color: #ffffff;
	background-color: #50bebb;
}

.service .service_lists li:nth-child(2) .item .num span {
	color: #8bc34a;
}

.service .service_lists li:nth-child(2) .item:hover .num span {
	color: #ffffff;
	background-color: #8bc34a;
}

.service .service_lists li:nth-child(3) .item .num span {
	color: #88abda;
}

.service .service_lists li:nth-child(3) .item:hover .num span {
	color: #ffffff;
	background-color: #88abda;
}

.service .service_lists li:last-child .item .num span {
	color: #f6b37f;
}

.service .service_lists li:last-child .item:hover .num span {
	color: #ffffff;
	background-color: #f6b37f;
}

.service .service_lists .item .note {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
	padding-left: 48px;
}

@media (max-width: 1469px) {
	.service .service_lists .item .note {
		width: 70%;
		padding-left: 38px;
	}
}

.service .service_lists .item .note p {
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
}

@media (max-width: 991px) {
	.service .service_lists {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.service .service_lists .item {
		padding: 20px;
	}
	.service .service_lists .item .num {
		width: 85px;
		height: 85px;
	}
	.service .service_lists .item .num span {
		font-size: 28px;
		line-height: 75px;
	}
	.service .service_lists .item .note {
		width: 68%;
		padding-left: 25px;
	}
}

@media (max-width: 320px) {
	.service .service_lists .item .note {
		width: 62%;
	}
}


/*join*/

.join {
	padding: 86px 0 100px 0;
}

.join .left {
	width: 37.5%;
}

.join .left .img-box {
	padding-bottom: 56.60377358490566%;
}

.join .right {
	width: 62%;
	padding-left: 80px;
}

.join .right .title b {
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}

.join .right .title b:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #8bc34a;
	margin-top: 25px;
}

.join .right .info {
	padding-top: 40px;
}

.join .right .info p {
	font-size: 16px;
	line-height: 32px;
	color: #666666;
}

@media (max-width: 991px) {
	.join {
		padding: 30px 0 50px 0;
	}
	.join .left {
		width: 100%;
	}
	.join .right {
		width: 100%;
		padding-left: 0px;
		margin-top: 30px;
	}
	.join .right .title b {
		font-size: 22px;
	}
	.join .right .title b:after {
		margin-top: 15px;
	}
	.join .right .info {
		padding-top: 20px;
	}
}


/*recruitment*/

.recruitment {
	padding: 60px 0 50px 0;
}

.recruitment .title {
	text-align: center;
}

.recruitment .title b {
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}

.recruitment .title b:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #8bc34a;
	margin: auto;
	margin-top: 20px;
}

.recruitment .title p {
	width: 77%;
	margin: auto;
	font-size: 16px;
	color: #333;
	padding-top: 26px;
}

@media (max-width: 991px) {
	.recruitment {
		padding: 30px 0 0px 0;
	}
	.recruitment .title b {
		font-size: 22px;
	}
	.recruitment .title b:after {
		margin-top: 15px;
	}
	.recruitment .title p {
		width: 100%;
		padding-top: 15px;
	}
}

.recruitment .tab {
	margin-top: 50px;
}

.recruitment .list {
	color: #666;
}

.recruitment .list li {
	font-size: 0;
	width: 100%;
	padding: 0;
	text-align: justify;
	text-justify: distribute-all-lines;
	-webkit-transition: .3s;
	transition: .3s;
}

.recruitment .list li:first-child {
	color: #FFFFFF;
	background-color: #43a047;
}

.recruitment .list li {
	position: relative;
	color: #888;
	border-top: 1px solid #e5e5e5;
	-webkit-transition: .3s;
	transition: .3s;
}

.recruitment .list li:last-child {
	border-bottom: 1px solid #e5e5e5;
}

.recruitment .list li.current,
.recruitment .list li:hover {
	border-top: 2px solid #43a047;
}

.recruitment .list li.current+li,
.recruitment .list li:hover+li {
	border-top: 2px solid #43a047;
}

.recruitment .list li.current:last-child,
.recruitment .list li:last-child:hover {
	border-bottom: 2px solid #43a047;
}

.recruitment .list .msg {
	padding: 17px 0;
}

.recruitment .list span {
	width: 16.666666%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	padding: 0px 28px;
	line-height: 44px;
	text-align: center;
}

.recruitment .list li:first-child span {
	color: #fff;
}

.recruitment .list span a {
	color: #333;
	-webkit-transition: .3s;
	transition: .3s;
}

.recruitment .list li:first-child span {
	padding: 5px 28px;
	line-height: 10px;
}

.recruitment .list li span:first-child {
	text-align: left;
}

.recruitment .list li.current .msg span:last-child a,
.recruitment .list li:hover .msg span:last-child a {
	background-color: #43a047;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 32px;
	line-height: 40px;
}

@media (max-width: 1199px) {
	.recruitment .list li.current .msg span:last-child a,
	.recruitment .list li:hover .msg span:last-child a {
		padding: 10px 15px;
		line-height: 40px;
	}
}

.recruitment .list li .info {
	width: 100%;
	padding: 40px 30px;
	display: none;
}

.recruitment .list li.current .info {
	border-top: 2px solid #43a047;
	display: block;
}

.recruitment .list li .info .info_title b {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
}

.recruitment .list li .info .note p {
	font-size: 16px;
	color: #333;
	line-height: 40px;
}

@media (max-width: 991px) {
	.recruitment .list .msg {
		position: relative;
		z-index: 2;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.recruitment .list .msg .scroll {
		font-size: 0;
		position: relative;
		display: inline-block;
		white-space: nowrap;
	}
	.recruitment .tab {
		margin-top: 30px;
	}
	.recruitment .list .msg {
		padding: 10px 0;
	}
	.recruitment .list span {
		/*line-height: 32px;*/
	}
	.recruitment .list li:first-child span {
		padding: 5px 28px;
	}
	.recruitment .list li .info {
		padding: 15px 30px;
	}
	.recruitment .list li .info .info_title b {
		font-size: 18px;
		line-height: 28px;
	}
	.recruitment .list li .info .note p {
		font-size: 15px;
		line-height: 30px;
	}
}


/*development*/

.development {
	padding: 60px 0 100px 0;
}

.development .title {
	text-align: center;
}

.development .title b {
	display: block;
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}

.development .title b:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #8bc34a;
	margin: auto;
	margin-top: 20px;
}

.development .title p {
	font-size: 16px;
	color: #666666;
	padding: 26px 70px 0 70px;
}

@media (max-width: 991px) {
	.development {
		padding: 30px 0 30px 0;
	}
	.development .title b {
		font-size: 22px;
	}
	.development .title b:after {
		margin-top: 15px;
	}
	.development .title p {
		padding: 15px 0px 0 0px;
	}
}

.develop_tab {
	padding-top: 55px;
}

.develop_tab thead {
	background-color: #eeeeee;
	border-top: solid 2px #4c4c4c !important;
}

.develop_tab .table-bordered&gt;thead&gt;tr&gt;td,
.table-bordered&gt;thead&gt;tr&gt;th {
	border-bottom-width: 1px;
}

.develop_tab thead tr&gt;th {
	font-size: 24px;
	font-weight: normal;
	color: #333333;
	text-align: center;
	padding: 12px 0;
}

.develop_tab tbody tr&gt;td:first-child {
	font-size: 16px;
	color: #43a047;
	padding: 18px 0 !important;
	text-align: center;
}

.develop_tab tbody tr&gt;td:nth-child(2) {
	font-size: 16px;
	color: #333;
	padding: 18px 0 18px 100px !important;
}

@media (max-width: 991px) {
	.develop_tab thead tr&gt;th {
		font-size: 18px;
	}
	.develop_tab tbody tr&gt;td:nth-child(2) {
		font-size: 16px;
		color: #666666;
		padding: 18px 12px !important;
	}
}


/*technology*/

.technology .pic {
	width: 53%;
	margin: auto;
	margin-top: 40px;
}

.technology .pic .img-box {
	padding-bottom: 70.66666666666667%;
}

@media (max-width: 991px) {
	.technology .pic {
		width: 100%;
	}
}


/*certificate*/

.certificate .title b {
	font-weight: normal;
}

.certificate .lists {
	padding-top: 40px;
}

.certificate .lists li {
	margin-bottom: 38px;
}

.certificate .lists li .item .pic {
	padding: 28px 70px;
	background-color: #ffffff;
	border: solid 1px #dcdbdc;
}

.certificate .lists li .item .pic .img-box {
	padding-bottom: 150.2732240437158%;
}

.certificate .lists li .item .pic .img-box img {
	-webkit-transition: all .5s;
	transition: all .5s;
}

.certificate .lists li .item:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.certificate .lists li .item p {
	font-size: 16px;
	color: #333;
	padding-top: 18px;
	padding-left: 0;
	text-align: center;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.certificate .lists li .item:hover p {
	color: #43a047;
}


/*contact*/

.contact {
	padding-top: 100px;
	overflow: hidden;
}

.contact .title b {
	font-size: 30px;
	font-weight: normal;
	color: #333333;
}

.contact .title b:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #8bc34a;
	margin-top: 20px;
}

.contact .title p {
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	color: #333333;
	padding-top: 30px;
}

.contact_msg {
	padding-bottom: 120px;
}

.contact_msg li:first-child {
	padding-top: 45px;
}

.contact_msg .info {
	padding-top: 15px;
}

.contact_msg .info span {
	width: 8%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #333;
	line-height: 70px;
}

.contact_msg .info .tel {
	width: 80%;
	display: inline-block;
	vertical-align: top;
}

.contact_msg .address p,
.contact_msg .info .tel p {
	font-size: 16px;
	line-height: 70px;
	color: #333;
}

.contact_msg .pic {
	border: solid 1px #e5e5e5;
	padding: 10px;
}

.contact_msg .pic .img-box {
	padding-bottom: 65.21739130434783%;
}

@media (max-width: 991px) {
	.contact {
		padding-top: 30px;
	}
	.contact .title b {
		font-size: 22px;
	}
	.contact .title b:after {
		margin-top: 15px;
	}
	.contact .title p {
		font-size: 18px;
		padding-top: 20px;
	}
	.contact_msg {
		padding-bottom: 60px;
	}
	.contact_msg li:first-child {
		padding-top: 0px;
	}
	.contact_msg .info span {
		width: 15%;
		line-height: 45px;
	}
	.contact_msg .address p,
	.contact_msg .info .tel p {
		line-height: 45px;
	}
	.contact_msg .pic {
		margin-top: 30px;
	}
}

.contact .message:after {
	content: '';
	display: table;
	clear: both;
}

.contact .message {
	padding: 95px 0 100px 0;
	background-color: #eeeeee;
}

.contact .message .left {
	padding-left: 13%;
}

@media (max-width: 1800px) {
	.contact .message .left {
		padding-left: 10%;
	}
}

@media (max-width: 1700px) {
	.contact .message .left {
		padding-left: 8%;
	}
}

@media (max-width: 1470px) {
	.contact .message .left {
		padding-left: 10%;
	}
}

.contact .message .left .title p {
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}

.contact .message .contact_form {
	padding-top: 34px;
}

.contact .message .contact_form ul {
	margin: 0 -15px;
}

.contact .message .contact_form ul li {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	padding: 0 15px;
}

@media (max-width: 991px) {
	.contact .message .contact {
		padding: 50px 0 0 0;
	}
	.contact .contact_box {
		margin-bottom: 50px;
		padding: 20px 15px;
	}
	.contact_box .contact_left {
		width: 100%;
	}
	.contact .message .contact_box .contact_right {
		width: 100%;
	}
	.contact .message .contact_lists li {
		width: 100%;
		margin-bottom: 20px;
	}
	.contact .message .contact_form ul li {
		width: 100%;
	}
	.contact .message .contact_lists li:nth-child(3),
	.contact .message .contact_lists li:last-child {
		margin-bottom: 20px;
	}
	.contact .message .contact_box h3 {
		font-size: 20px;
		margin-bottom: 20px;
	}
}

.contact .message .contact_form ul li:nth-child(5),
.contact .message .contact_form ul li:last-child {
	width: 100%;
}

.contact .message .contact_form ul li input,
.contact .message .contact_form ul li textarea {
	width: 100%;
	border: none;
	background-color: #FFFFFF;
	border: solid 1px #eeeeee;
	font-size: 14px;
	min-height: 45px;
	line-height: 45px;
	width: 100%;
	padding: 0px 20px;
}

.contact .message .contact_form ul li textarea {
	min-height: 155px;
}

.contact .message .contact_form ul li input::-webkit-input-placeholder,
.contact .message .contact_form ul li textarea::-webkit-input-placeholder {
	color: #999999;
}

.contact .message .contact_form ul li input:-o-placeholder,
.contact .message .contact_form ul li textarea:-o-placeholder {
	color: #999999;
}

.contact .message .contact_form ul li input::-moz-placeholder,
.contact .message .contact_form ul li textarea::-moz-placeholder {
	color: #999999;
}

.contact .message .contact_form ul li input:-ms-input-placeholder,
.contact .message .contact_form ul li textarea:-ms-input-placeholder {
	color: #999999;
}

.contact .message .contact_form ul li input:focus::-webkit-input-placeholder,
.contact .message .contact_form ul li textarea:focus::-webkit-input-placeholder {
	color: #c5c5c5;
}

.contact .message .contact_form ul li input:focus::-o-placeholder,
.contact .message .contact_form ul li textarea:focus::-o-placeholder {
	color: #c5c5c5;
}

.contact .message .contact_form ul li input:focus::-moz-placeholder,
.contact .message .contact_form ul li textarea:focus::-moz-placeholder {
	color: #c5c5c5;
}

.contact .message .contact_form ul li input:focus::-ms-input-placeholder,
.contact .message .contact_form ul li textarea:focus::-ms-input-placeholder {
	color: #c5c5c5;
}

.contact .message .contact_form ul li button {
	width: 135px;
	font-size: 14px;
	line-height: 47px;
	color: #ffffff;
	margin-top: 15px;
	background-color: #43a047;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.contact .message .contact_form ul li button:hover {
	background-color: #8bc34a;
}

.contact .right {
	padding-left: 70px;
}

.contact .map {
	width: 100%;
	height: 505px;
}

@media (max-width: 991px) {
	.contact .map {
		height: 300px;
		margin-top: 30px;
	}
	.contact .message {
		padding: 50px 0 50px 0;
	}
	.contact .message .left {
		padding: 0 30px;
	}
	.contact .message .contact_form ul li button {
		margin-top: 0;
	}
	.contact .right {
		padding: 0 30px;
	}
}


/*2020.4.2ä¿®æ”¹*/

.index_product .main .lists .content {
	display: none;
}

.index_product .main .lists .content:first-child {
	display: block;
}</pre></body></html>