﻿@charset "utf-8";

.header>.centerBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100px;
}

.header .logo img {
	width: 200px;
}

.header .other>div {
	float: left;
	font-size: 14px;
	line-height: 30px;
}

.header .sjsj {
	display: none;
}

.header .other .tel {
	margin-left: 26px;
}

.header .email img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
}

.header .tel a {
	float: right;
	padding: 3px 14px;
	line-height: 30px;
	border-radius: 30px;
	background: #8ba626;
	font-size: 16px;
	color: #ffffff;
	margin-left: 10px;
}

.header .tel a img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.cai {
	display: none;
}

.menu {
	position: absolute;
	width: 100%;
	/*background: #8ba626;*/
	z-index: 999;
	background: url(../images/bjt_02.png)center no-repeat;
	background-size: cover;
}

.menu .nav {
	font-size: 0;
	width: 100%;
}

.menu .nav li {
	display: inline-block;
	width: 16.6%;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	font-size: 16px;
	position: relative;
}

.menu .nav li:hover .erji {
	display: block;
}

.menu .nav li .erji {
	position: absolute;
	width: 100%;
	color: #333;
	background: rgba(235, 235, 235, 0.9);
	display: none;
	padding: 14px 10px;
	box-sizing: border-box;
}

.menu .nav li .erji a {
	display: block;
	min-width: 100%;
	white-space: nowrap;
	line-height: 36px;
}

.menu .nav li .erji a:hover {
	text-decoration: underline;
	font-weight: bold;
}

.menu .nav li>a {
	display: block;
}

.menu .nav li.on {
	background: #637817;
}

.menu .nav li:hover {
	background: #637817;
}

.swiper-slide img {
	width: 100%;
}

.banner .swiper-pagination {
	bottom: 30px !important;
}

.banner .swiper-pagination-bullet {
	width: 40px;
	height: 4px;
	background:#8ba626;
	opacity: 1;
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	width: 60px;
	height: 8px;
}

.footer {
	background: #8ba626;
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
}

.footer>.centerBox {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
	box-sizing: border-box;
}

.footer .ma>div {
	float: left;
	margin-left: 30px;
}

.footer .ma>div:first-child {
	margin-left: 0;
}

.footer .ma>div img {
	width: 110px;
}

.footer .ma>div p {
	text-align: center;
}

.footer .xinxi p {
	font-size: 16px;
}

.footer .xinxi h4 {
	font-size: 18px;
}

.footer .xinxi strong {
	font-size: 16px;
}

.page>.centerBox {
	padding: 70px 0 48px;
	box-sizing: border-box;
}

.image {
	height: 470px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	transition: all ease-in-out .5s;
	position: relative;
}

.image .bei {
	height: 100%;
	transition: all ease-in-out .5s;
	position: absolute;
	z-index: -1;
	width: 100%;
}

.image:hover .bei {
	transform: scale(1.05);
}

.image h3 {
	max-width: 560px;
	width: 70%;
	height: 140px;
	font-size: 48px;
	letter-spacing: 12px;
	background: rgb(139 166 38 / 50%);
	color: #ffffff;
	text-align: center;
	line-height: 140px;
}

.page .bt {
	text-align: center;
	font-size: 30px;
}

.page .desc {
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
}

.page .desc img {
	max-width: 100%;
}

.heng img {
	width: 100%;
}

.join .jianjie {
	font-size: 30px;
	text-align: center;
	line-height: 48px;
	padding: 88px 0;
	box-sizing: border-box;
}

.join .zhiwei {
	padding: 48px 0 50px;
	box-sizing: border-box;
	color: #ffffff;
}

.join .zhiwei>.centerBox {
	position: relative;
	display: flex;
}

.join .zhiwei .swiper-wrapper {
	width: 100%;
}

.join .zhiwei .swiper-container {
	width: 100%;
}

.join .zhiwei .swiper-slide {
	background: rgb(139 166 38 / 60%);
	padding: 30px;
	box-sizing: border-box;
	max-height: 400px;
}

.join .zhiwei .swiper-slide h4 {
	text-align: center;
	font-size: 24px;
}

.join .zhiwei .swiper-slide .desc * {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #ffffff !important;
}

.join .zhiwei .swiper-slide .desc {
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	height: 87%;
	overflow-y: auto;
}

.join .zhiwei .swiper-slide .desc::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 1px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 100%;
}

.join .zhiwei .swiper-slide .desc::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: #ffffff;
}

.join .zhiwei .swiper-slide .desc::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background: rgb(139 166 38 / 60%);
}

.join .zhiwei .swiper-slide .desc strong {
	font-size: 16px !important;
}

.zhiwei .swiper-button-next {
	background-image: url(../images/zuo1.png);
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	right: -80px;
}

.zhiwei .swiper-button-prev {
	background-image: url(../images/zuo.png);
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	left: -80px;
}

.zhiwei .swiper-button-prev:hover {
	background-image: url(../images/you1.png);
}

.zhiwei .swiper-button-next:hover {
	background-image: url(../images/you.png);
}

.list {
	padding: 94px 0 144px;
	box-sizing: border-box;
}

.list .swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.9);
}

.list .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.list .centerBox {
	position: relative;
}

.list .swiper-pagination {
	bottom: -40px;
	width: 100%;
}

.list .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #dddddd;
	opacity: 1;
	margin: 0 12px;
}

.list .swiper-pagination-bullet-active {
	border: 3px solid #edf2cf;
	background: #a7be11;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
}

.wenhua ul li {
	padding: 40px 0;
	clear: both;
	overflow: hidden;
	margin-bottom: 40px;
}

.wenhua .diannao li>.centerBox {
	align-items: center;
	position: relative;
	height: 400px;
}

.wenhua ul li:nth-child(even) {
	background: #f6f6f6;
}


.wenhua .diannao li .tu {
	left: 0;
	position: absolute;
	width: 50%;
	overflow: hidden;
	transition: all ease-in-out .5s;
}
.wenhua .diannao  li:nth-child(even) .tu{ 
	left: 50%;
}
.wenhua .diannao  li .tu:hover img {
	transform: scale(1.05);
}

.wenhua ul li .tu img {
	width: 100%;
	transition: all ease-in-out .5s;
}

.wenhua .diannao  li .you {
	left: 50%;
	position: absolute;
	width: 50%;
	display: flex;
}
.diannao  li:nth-child(even) .you{ 
	left: 0;
}

.wenhua ul li .he {
	max-width: 440px;
	width: 80%;
	margin: 30px auto;
	text-align: center;
	border: 8px solid #a7be11;
	box-sizing: border-box;
	padding: 74px 10px 64px;
	color: #a7be11;
	line-height: 48px;
	font-size: 24px;
}

.wenhua ul li .he h3 {
	font-size: 36px;
}

.wenhua ul li:last-child {
	margin-bottom: 0;
}

#pages {
	font-size: 14px;
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.news ul li {
	clear: both;
	overflow: hidden;
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 1px dashed #dddddd;
	position: relative;
}

.news ul {
	padding: 10px 0 40px;
	box-sizing: border-box;
}

.news {
	padding-bottom: 10px;
}

.news ul li .tu:hover img {
	transform: scale(1.05);
}

.news ul li .tu {
	float: left;
	width: 48.4%;
	transition: all ease-in-out .5s;
	overflow: hidden;
}

.news ul li .tu img {
	width: 100%;
	transition: all ease-in-out .5s;
}

.news ul li .he {
	float: right;
	width: 49.2%;
}

.news ul li .he h4 {
	font-size: 18px;
	margin-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news ul li .he p {
	font-size: 14px;
	color: #666666;
	margin-top: 16px;
}

.news ul li .he .zy {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	margin-bottom: 70px;
	text-align: justify;
}

.more {
	display: block;
	width: 140px;
	line-height: 40px;
	background: #a7be11;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	bottom: 40px;
}

.news_show {
	padding: 60px 0 50px;
	box-sizing: border-box;
}

.news_show h4 {
	text-align: center;
	font-size: 24px;
}

.news_show .other {
	font-size: 14px;
	color: #666666;
	text-align: center;
	display: block;
	margin-top: 18px;
}

.news_show .desc {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	margin-top: 16px;
	padding: 18px 0 40px;
	border-top: 1px dashed #dddddd;
	border-bottom: 1px dashed #dddddd;
}

.news_show .desc * {
	font-size: 16px;
	line-height: 30px;
	color: #666666;
}

.news_show .desc img {
	max-width: 100% !important;
	margin: auto;
}

.news_show .fenye {
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	margin-top: 30px;
}

.contact {
	padding-top: 120px;
}

.contact ul li {
	display: inline-block;
	width: 31.6%;
	margin-right: 2.2%;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.17);
	padding-bottom: 70px;
	position: relative;
}

.contact ul {
	display: flex;
}

.contact ul li:nth-child(3n) {
	margin-right: 0;
}

.contact ul li .img:hover img {
	transform: scale(1.05);
}

.contact ul li .img {
	display: block;
	margin: -60px auto 0;
	height: 120px;
	overflow: hidden;
	transition: all ease-in-out .5s;
}

.contact ul li img {
	margin: auto;
	transition: all ease-in-out .5s;
}

.contact ul li h4 {
	text-align: center;
	font-size: 24px;
	color: #666666;
	margin-top: 24px;
}

.contact ul li .zy {
	font-size: 16px;
	color: #666666;
	text-align: center;
	line-height: 30px;
	margin-top: 10px;
}

.contact ul li p {
	font-size: 60px;
	text-align: center;
	color: #a7be11;
	opacity: 0.2;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.contact .map {
	margin-top: 34px;
}

.chanpin {
	padding: 20px 0 60px;
	box-sizing: border-box;
}

.daohang {
	position: relative;
}

.daohang .swiper-container {
	width: 85%;
}

.daohang .swiper-button-next,
.daohang .swiper-button-prev {
	width: 12px;
	height: 25px;
	background-size: 12px 25px;
	transform: translateY(-50%);
	margin-top: 0;
}

.daohang .swiper-slide {
	text-align: center;
	background: #f8f8f8;
	line-height: 50px;
	font-size: 16px;
}

.daohang .on {
	background: #a7be11;
	color: #ffffff;
}

.lie {
	font-size: 0;
	padding-bottom: 40px;
}

.lie li {
	display: inline-block;
	width: 49%;
	margin-right: 2%;
	margin-top: 40px;
	text-align: center;
	vertical-align: top;
}

.lie li:nth-child(even) {
	margin-right: 0;
}

.lie li .tu:hover img {
	transform: scale(1.05);
}

.lie li .tu {
	transition: all ease-in-out .5s;
	overflow: hidden;
	padding: 10%;
	text-align: center;
}

.lie li img {
	margin: 0 auto;
	width: 80%;	
	transition: all ease-in-out .5s;
}

.lie li .bt {
	font-size: 18px;
	margin-top: 14px;
	font-weight: bold;
}

.lie li .gg {
	color: #8ba626;
	margin-top: 6px;
	font-size: 18px;
}

.show {
	padding: 20px 0 50px;
	box-sizing: border-box;
}


.show .img {
	float: left;
	width: 48%;
}

.show .img img {
	width: 100%;
}

.show .cont {
	float: right;
	width: 52%;
	padding: 0 30px;
	box-sizing: border-box;
}

.show .centerBox {
	clear: both;
	overflow: hidden;
}

.show .cont .bt {
	text-align: center;
	font-size: 18px;
	margin-top: 18px;
}

.show .cont .deail {
	margin-top: 24px;
}

.show .tong {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	position: relative;
}

.show .tong:after {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #dddddd;
	left: 0;
}

.show .tong span {
	position: relative;
	z-index: 99;
	background: #ffffff;
	padding: 0 26px;
}

.show .cont .desc {
	margin-top: 24px;
	font-size: 16px;
	color: #666666;
	line-height: 26px;
}

.show .cont .desc .lx {
	font-size: 16px;
	line-height: 24px;
	color: #333333;
	margin-top: 16px;
	font-weight: bold;
}

.show .cont .desc .lx img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.show .tuijian {
	margin-top: 30px;
}

.show .tuijian img{
	max-width:100% ;
}

.show .tuijian .lie {
	padding-bottom: 0;
}

.title {
	position: relative;
	font-size: 30px;
}

.index .one {
	padding: 68px 0 76px;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;
}

.index .title {
	text-align: center;
	font-size: 30px;
}

.index .title span {
	color: #8ba626;
}

.index .title p {
	position: relative;
	display: inline-block;
}

.index .title p:after {
	content: '';
	width: 100px;
	height: 3px;
	background: #dddddd;
	margin-left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 100%;
}

.index .title p:before {
	content: '';
	width: 100px;
	height: 3px;
	background: #dddddd;
	margin-right: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 100%;
}

.index .one .centerBox {
	margin-top: 30px;
	position: relative;
	clear: both;
	overflow: hidden;
}

.index .one .tu {
	float: left;
	width: 42%;
	transition: all ease-in-out .5s;
	overflow: hidden;
}

.index .one .tu:hover img {
	transform: scale(1.05);
}

.index .one .tu img {
	width: 100%;
	transition: all ease-in-out .5s;
}

.index .one .desc {
	float: right;
	width: 55%;
	font-size: 16px;
	line-height: 36px;
	padding-bottom: 40px;
}

.index .one .more {
	bottom: 0;
	right: 0;
}

.two .center {
	max-width: 1320px;
	width: 93%;
	margin: auto;
	text-align: center;
}

.two video {
	width: 80%;
	object-fit: cover;
	margin: 30px auto;
}

.two {

	padding: 52px 0 74px;
	box-sizing: border-box;
}

.three {
	background: #f6f6f6;
	padding: 80px 0;
}

.heng {
	overflow: hidden;
	transition: all ease-in-out .5s;
}

.heng:hover img {
	transform: scale(1.05);
}

.heng img {
	width: 100%;
	transition: all ease-in-out .5s;
}

.index .lie {
	padding-bottom: 0;
}

.index .four {
	padding: 70px 0 80px;
}

.index .four .more {
	position: unset;
	display: block;
	margin: 34px auto 0;
}

.index .four .lunbo {
	margin-top: 30px;
	position: relative;
}

.index .four .lunbo .tu:hover img {
	transform: scale(1.05);
}

.index .four .lunbo .tu {
	overflow: hidden;
	transition: all ease-in-out .5s;
}

.index .four .lunbo .tu img {
	transition: all ease-in-out .5s;
}

.lunbo .swiper-button-next {
	background-image: url(../images/zuo1.png);
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	right: -80px;
}

.lunbo .swiper-button-prev {
	background-image: url(../images/zuo.png);
	background-size: 60px 60px;
	width: 60px;
	height: 60px;
	left: -80px;
}

.lunbo .swiper-button-prev:hover {
	background-image: url(../images/you1.png);
}

.lunbo .swiper-button-next:hover {
	background-image: url(../images/you.png);
}

.lunbo .swiper-slide h4 {
	font-size: 18px;
	line-height: 30px;
	margin-top: 4px;
}

.lunbo .swiper-slide:hover h4 {
	color: #8ba626;
}

.shouji {
	display: none;
}