.head{
	position: fixed;
	width: 100%;
	height: 100px;
	left: 0px;
	top: 0px;
	z-index: 99;
	padding-top: 10px;
}
.head ul{
	padding-top: 30px;
}
.head ul li{
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
	color: #000;
	height: 37px;
	position: relative;
}
.head ul li .sublime{
	position: absolute;
	width: 200px;
	left: 0px;
	top: 37px;
	background: #fff;
	padding-top: 0px;
	visibility: hidden;
	transition: all .5s ease;
	opacity: 0;
}
.head ul li .sublime.pro{
	width: 240px;
}
.head ul li .sublime li{
	height: 50px;
	line-height: 50px;
	width: 100%;
	border-bottom: 1px solid #EEEEEE;
}
.head ul li .sublime li a{
	color: #555555;
	font-size: 15px;
	transition: all .5s ease;
}
.head ul li:hover .sublime{
	visibility: visible;
	opacity: 1;
}
.head ul li .sublime li:hover a{
	color: #009F34;
}
.head ul li:hover,
.head ul li.active{
	border-bottom: 2px solid #009F34;
}
.head ul li:hover a,
.head ul li.active a{
	color: #009F34;
}
.swiper-container {
	width: 100%;
	height: 100%;
	background-color: rgb(179, 189, 196);
	transition: 1s background-color 1.3s;
}
.swiper-wrapper {
	transition-delay: 1s;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	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;
}
.img-box {
	width: 100%;
	height: 100%;
	position: absolute;
	transform: scale(0.6, 0.6);
	transition-duration: 1s;
	transition-property: transform;
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	opacity: 0.9;
	overflow: hidden;
}
.img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: scale(1.2, 1.2) translateX(50%);
	transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
	transition-property: transform;
}
.button-prev, .button-next {
	transition: 0.5s;
	outline: none;
	position: absolute;
	width: 140px;
	z-index: 10;
	top: 65vh;
	transform: translateY(-34px);
	cursor: pointer;
}
.button-prev {
	left: 4vw;
}
.button-next {
	right: 4vw;
}
.button.disabled {
	opacity: 0.2;
	cursor: default;
}
#arrow-svg-home {
	transform: translateY(353px);
}
.button-next #arrow-svg-home {
	transform: translateY(353px) rotateY(180deg);
	transform-origin: 80px 0px 0px;
}
svg {
	transition: 0.5s;
}
.cls-1 {
	transition: 0.5s;
	opacity: 0.4;
	transform-origin: -20px 40px;
	opacity: 1;
}
.cls-4 {
	transition: 0.5s;
	stroke-width: 2px;
	stroke: #009F34;
	fill: none;
	stroke-dasharray: 1;
	stroke-dashoffset: 1;
	opacity: 0.4;
	transform-origin: 0px 0px 0px;
}
#arrow-trg {
	transition: 0.5s;
	fill: #009F34;
	transform: rotateY(180deg) translate(-53px, 39px);
}
#line {
	transition: 0.5s;
	stroke: #009F34;
	transform: translate(50px, 42px);
}
.button-prev:not(.disabled):hover svg {
	transform: translateX(-25px);
}
.button-next:not(.disabled):hover svg {
	transform: translateX(25px);
}
.button:not(.disabled):hover .cls-1 {
	transform: scale(1.1);
}
.button:not(.disabled):hover .cls-4 {
	stroke-dasharray: 2px;
	stroke-dashoffset: 2px;
	opacity: 1;
}
.button:not(.disabled):hover #arrow-trg {
	transform: rotateY(180deg) translate(-37px, 39px);
}
.button:not(.disabled):hover #line {
	transform: translate(35px, 42px) scaleX(0.33);
}

/*公共*/
.glo_title{
	text-transform: uppercase;
	margin-bottom: 50px;
}
.glo_title h3{
	font-size: 32px;
	font-weight: bold;
	color: #555555;
	margin-bottom: 5px;
}
.glo_title h4{
	font-size: 22px;
	line-height: 24px;
}
.glo_title .box{
	width: 50%;
	float: left;
}
.glo_title .right{
	width: 200px;
	font-size: 14px;
	margin-top: 23px;
}
.glo_title .right b{
	font-size: 24px;
	color: #009F34;
}
.glo_title .right img{
	margin-right: 10px;
	margin-top: 5px;
}
.section.banner .fp-tableCell {
  vertical-align: inherit;
  overflow: hidden;
}
@media (max-width: 1500px){
	
	.glo_title{
		text-transform: uppercase;
		margin-bottom: 40px;
		margin-top: 130px;
	}
}
/*第二页*/
.section.page2{
	background: url(../images/page2.jpg) no-repeat center;
	background-size: cover;
}
/*.section .fp-tableCell{
	vertical-align: inherit;
}*/
.section.page2 .title{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
}
.section.page2 .box{
	width: 640px;
}
.section.page2 .content{
	line-height: 30px;
	margin:30px 0 50px;
	font-size: 16px;
}
.section.page2 ul a{
	width: 30%;
	margin-right: 2%;
	text-align: center;
	background: #535353;
	padding: 25px 15px;
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	transition: all .5s ease;
	text-transform: uppercase;
}
.section.page2 ul a h5{
	font-size: 16px;
	font-weight: bold;
	margin-top: 3px;
	color: #fff;
}
.section.page2 ul a p{
	color: #fff;
}
.section.page2 ul a:hover{
	background: #009F34;
}
.section.page2 a.more{
	display: inline-block;
	width: 180px;
	height: 50px;
	line-height: 45px;
	border-radius: 10px;
	border:2px solid #DCDCDC;
	text-align: center;
	transition: all .5s ease;
	margin-top: 30px;
}
.section.page2 a.more:hover{
	border-color: #009F34;
}


/*page3*/
.section.page3{
	background: url(../images/page3.jpg) no-repeat center;
	background-size: cover;
}
.section.page3 .panes .pane{
	display: none;
}
.section.page3 .tabPanel{
	width: 100%;
}
.section.page3 .tabPanel ul{
	width: 250px;
}
.section.page3 .tabPanel ul li{
	height: 55px;
	line-height: 55px;
	background: #fff;
	margin-bottom: 3px;
	padding-left: 20px;
	padding-right: 15px;
	cursor: pointer;
}
.section.page3 .tabPanel ul li i{
	margin-top: 20px;
}
.section.page3 .tabPanel .panes{
	width: 860px;
}
.section.page3 .tabPanel ul li:hover{
	background: #009F34;
	color: #fff;
}
.section.page3 .tabPanel ul li:hover a{
	color: #fff;
}
.section.page3 .tabPanel .panes .title h3{
	font-size: 24px;
	font-weight: bold;
}
.section.page3 .tabPanel .panes .title h3 a{
	font-size: 14px;
	display: inline-block;
	padding: 6px 35px;
	background: #009F34;
	color: #fff;
	border-radius: 20px;
	float: right;
	margin-top: -4px;
}
.section.page3 .tabPanel .panes .pane .qa{
	margin-top: 25px;
}
.section.page3 .tabPanel .panes .pane .qa h3{
	font-size: 18px;
	position: relative;
	padding-left: 45px;
	font-weight: bold;
}
.section.page3 .tabPanel .panes .pane .qa h3{
	color: #000;
	display: inline-block;
}
.section.page3 .tabPanel .panes .pane .qa h3:hover a{
	color: #009F34;
}
.section.page3 .tabPanel .panes .pane .qa h3:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 28px;
	background: url(../images/q.jpg) no-repeat center;
	position: absolute;
	left: 0px;
	top: -1px;
}
.section.page3 .tabPanel .panes .pane .qa .content{
	font-size: 15px;
	color: #6C6C6C;
	line-height: 28px;
	margin-top: 10px;
	position: relative;
	padding-left: 45px;
}
.section.page3 .tabPanel .panes .pane .qa .content:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 28px;
	background: url(../images/a.jpg) no-repeat center;
	position: absolute;
	left: 0px;
	top: -1px;
}

/*page4*/
.section.page4{
	background: url(../images/eng.jpg) no-repeat center;
	background-size: cover;
}
.section.page4 .eng{
	width: 870px;
}
.section.page4 .inner{
	width: 270px;
	overflow: hidden;
	background: #EEEEEE;
	text-align: center;
	padding: 0 20px;
	border-bottom: 4px solid #009F34;
	position: relative;
	transition: all .5s ease;
}
.section.page4 .inner img{
	max-width: 120px;
	margin:40px auto 25px;
}
.section.page4 .inner h3{
	font-size: 26px;
	margin-bottom: 20px;
}
.section.page4 .inner .content{
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 90px;
}
.section.page4 .inner .cover{
	position: absolute;
	left: 0px;
	bottom: -40px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #009F34;
	color: #fff;
	text-align: center;
	transition: all .5s ease;
}
.section.page4 .inner:hover .cover{
	bottom: 0px;
}


/*page5*/
.section.page5{
	background: url(../images/page5.jpg) no-repeat center;
	background-size: cover;
}
.pol{
	width: 100%;
}
.pol .cici{
	width: 330px;
}
.pol .cici{
	max-height: 450px;
}
.pol .content{
	width: 750px;
	padding-top: 20px;
}
.pol .content ul li{
	margin-bottom: 15px;
	font-size: 16px;
}
.pol .content ul li p{
	width: 600px;
	float: left;
}
.pol .content ul li b{
	display: inline-block;
	border:3px solid #009F34;
	float: left;
	margin-top: 9px;
	margin-right: 10px;
}
.pol .content ul li span{
	float: right;
}
.pol .content ul li:hover a{
	color: #009F34;
	font-weight: bold;
}
.moremore{
	width: 190px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	background: #009F34;
	border-radius: 40px;
	margin-top: 40px;
	display: inline-block;
}


/*page6*/
.section.page6{
	background: url(../images/page6.jpg) no-repeat center;
	background-size: cover;
}
.section.page6 .inner{
	width: 600px;
}
.section.page6 .inner .img,
.section.page6 .inner .text{
	width: 300px;
	height: 250px;
	background: #fff;
}
.section.page6 .inner .img img{
	transition: all .5s ease;
}
.section.page6 .inner .text{
	padding: 40px 25px 0;
}
@media (max-width: 1500px){
	.section.page6 .inner .img,
	.section.page6 .inner .text{
		width: 300px;
		height: 220px;
		background: #fff;
	}
	.section.page6 .inner .text{
		padding: 25px 25px 0;
	}
}
.section.page6 .inner h3 a{
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
	color: #000;
}
.section.page6 .inner p{
	color: #818181;
	font-size: 14px;
	margin:6px 0;
}
.section.page6 .inner .content{
	font-size: 14px;
	color: #818181;
	line-height: 26px;
}
.section.page6 .inner .img:hover img{
	transform: scale(1.05);
}
.section.page6 .inner a:hover{
	color: #009F34;
}

/*page6*/
.section.page7{
	background: url(../images/page7.jpg) no-repeat center;
	background-size: cover;
}

/*底部*/
.footer_index{
	background: #312D3A !important;
	font-size: 15px;
}
.footer_index .blogo{
	padding: 30px 0 20px;
	border-bottom: 1px solid #4E4B57;
}
.footer_index .blogo .btel{
	width: 190px;
	color: #fff;
	padding-top: 15px;
}
.footer_index .blogo .btel p{
	color: #fff;
}
.footer_index .blogo .btel b{
	font-size: 24px;
	color: #fff;
}
.footer_index .blogo .btel img{
	margin:15px 10px 0 0;
}
.footer_index .bnav{
	padding: 35px 0 40px;
	border-bottom: 1px solid #4E4B57;
}
.footer_index .navlist{
	width: 200px;
}
.footer_index .bnav h3{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.footer_index .navlist ul li{
	width: 100px;
	margin-bottom: 10px;
}
.footer_index .navlist ul li a{
	color: #87858D;
	font-size: 15px;
	
}
.footer_index .navlist ul li a:hover{
	color: #fff;
}
.footer_index .bnav .add p,
.footer_index .bnav .add a,
.footer_index .bnav .er p{
	color: #87858D;
	font-size: 15px;
	margin-bottom: 10px;
}
.footer_index .bnav .add a:hover,
.footer_index .bottom a:hover{
	color: #fff;
}
.footer_index .bnav .er img{
	width: 125px;
	height: 125px;
	margin-bottom: 10px;
}
.footer_index .bottom div{
	height: 50px;
	line-height: 50px;
	color: #87858D;
	font-size: 15px;
}
.footer_index .bottom a{
	color: #87858D;
	font-size: 15px;
}


/*内页开始*/
.bg-color .head{
	position: absolute;
}
/*公共*/
.in_banner{
	height: 540px;
	background-size: cover;
	text-align: center;
	padding-top: 180px;
}
.in_banner h2{
	font-size: 55px;
	text-transform: uppercase;
	color: #009F34;
	line-height: 55px;
}
.in_banner h3{
	font-size: 48px;
	line-height: 48px;
	margin:10px 0;
}
.in_banner span{
	display: block;
	color: #626262;
	font-size: 16px;
}
.in_banner .rob{
	width: 500px;
	height: 40px;
	line-height: 40px;
	border:1px solid #009F34;
	margin:15px auto 0;
}
.in_banner .rob div{
	width: 50%;
	height: 39px;
	color: #009F34;
}
.in_banner .rob div.s1{
	background: #009F34;
	color: #fff;
}

/*tab*/
.com_inner{
	padding: 50px 0;
}
.com_inner.com{
	padding: 0 0 50px 0;
}
.com_inner.com .tab{
	height: 70px;
	border-bottom: 1px solid #D6D6D6;
}
.com_inner.com .tab a{
	display: inline-block;
	height: 69px;
	border-bottom: 2px solid #fff;
	transition: all .5s ease;
	width: 120px;
	text-align: center;
	line-height: 70px;
}
.com_inner.com .tab a:hover,
.com_inner.com .tab a.active{
	border-color: #009F34;
	color: #009F34;
	font-weight: bold;
}
/*圆圈*/
.sss{
	font-size: 28px;
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
}
#fullPage .sss{
	margin-bottom: 0px;
}
.sss:before{
	content: '';
	position: absolute;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #009F34;
	left: -8px;
	top: -2px;
	z-index: -1;
}
/*简介开始*/
.com_in{
	margin-top: 50px;
}
.com_in .cc .content{
	width: 800px;
}
.com_in .img{
	width: 280px;
}
.com_in .cc .content h2{
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	margin:0px 0 30px;
}


/*企业文化*/
.com_inner .cul{
	background: url(../images/cul.jpg) no-repeat center;
	padding: 70px 0;
	margin-top: 50px;
}
.com_inner .cul .rob div{
	width: 600px;
}
.com_inner .cul .rob div.cu2{
	padding-left: 50px;
}

/*团队*/
.com_inner .team{
	padding-top: 50px;
}
.com_inner .team .text{
	padding-top: 50px;
}
.com_inner .team h2{
	font-size: 22px;
	font-weight: bold;
	line-height: 24px;
	margin:0px 0 30px;
}
.com_inner .team .img img{
	max-width: 100%;
}
.com_inner .team .swiper-container {
	background: none;
	overflow: hidden;
	position: relative;
}
.com_inner .team .swiper-slide{
	display: block;
}
.com_inner .team .swiper-slide h4{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 15px;
	background: #F7F7F7;
}
.com_inner .team .swiper-button-next, 
.com_inner .team .swiper-button-prev{
	width: 40px;
	height: 40px;
	background: #009F34;
	color: #fff;
	font-size: 14px;
}
.com_inner .team .swiper-button-next::after, 
.com_inner .team .swiper-button-prev::after{
	font-size: 14px;
}

/*咨询*/
.serleft ul{
	width: 250px;
}
.serleft ul li{
	height: 55px;
	line-height: 55px;
	background: #fff;
	margin-bottom: 3px;
	padding-left: 20px;
	padding-right: 15px;
	cursor: pointer;
	background: #EEEEEE;
}
.serleft ul li i{
	margin-top: 20px;
}
.serleft ul li:hover,
.serleft ul li.active{
	background: #009F34;
	color: #fff;
}
.serleft ul li a{
	display: block;
	width: 100%;
	height: 100%;
}
.serleft ul li:hover a,
.serleft ul li.active a{
	color: #fff;
}
.serleft .title{
	height: 70px;
	font-size: 24px;
	line-height: 70px;
	color: #fff;
	background: #009F34;
	text-align: center;
}
.serright{
	width: 900px;
}
.serright.sb{
	width: 100%;
}
.serright.sb .pol_list ul li p{
	width: 85%;
	font-size: 16px;
}
.serright.sb .pol_list ul li{
	padding-bottom: 15px;
	padding-left: 40px;
}
.serright.sb .pol_list ul li span{
	font-size: 14px;
	margin-top: 4px;
}
.serright.sb .pol_list ul li b{
	margin-top: 8px;
}
.serright.sb .pol_list ul li .text{
	font-size: 14px;
}
.serright .title h3{
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #DCDCDC;
	padding:10px 0 15px;
	margin-bottom: 40px;
}
.serright .pane .qa{
	margin-top: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DCDCDC;
}
.serright .pane .qa h3{
	font-size: 18px;
	position: relative;
	padding-left: 45px;
	font-weight: bold;
}
.serright .pane .qa h3{
	color: #000;
	display: inline-block;
}
.serright .pane .qa h3:hover a{
	color: #009F34;
}
.serright .pane .qa h3:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 28px;
	background: url(../images/q.jpg) no-repeat center;
	position: absolute;
	left: 0px;
	top: -1px;
}
.serright .pane .qa .content{
	font-size: 15px;
	color: #6C6C6C;
	line-height: 28px;
	margin-top: 10px;
	position: relative;
	padding-left: 45px;
}
.serright .pane .qa .content:before{
	content: '';
	display: inline-block;
	width: 30px;
	height: 28px;
	background: url(../images/a.jpg) no-repeat center;
	position: absolute;
	left: 0px;
	top: -1px;
}


/*环保工程*/
.eng_in .sss a{
	display: inline-block;
	float: right;
	width: 140px;
	height: 35px;
	line-height: 35px;
	background: #009F34;
	color: #fff;
	border-radius: 40px;
	font-size: 15px;
	text-align: center;
}
.eng_in{
	padding-bottom: 40px;
	border-bottom: 1px solid #DCDCDC;
	margin-bottom: 40px;
}
.eng_list{
	margin-top: 50px;
}
.eng_list ul li{
	width: 380px;
	height: 340px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.eng_list ul li .cici{
	height: 290px;
}
.eng_list ul li .box h4{
	text-align: center;
	display: block;
	background: #EEEEEE;
	padding: 0 10px;
	height: 50px;
	line-height: 50px;
	transition: all .5s ease;
}
.eng_list ul li :hover h4{
	background: #009F34;
	color: #fff;
}



/*政策法规*/
.pol_list ul li{
	margin-bottom: 15px;
	font-size: 16px;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 25px;
}
.pol_list ul li p{
	width: 600px;
	float: left;
	font-size: 18px;
}
.pol_list ul li b{
	display: inline-block;
	border:3px solid #009F34;
	float: left;
	margin-top: 11px;
	margin-right: 10px;
}
.pol_list ul li span{
	float: right;
}
.pol_list ul li:hover a{
	color: #009F34;
	font-weight: bold;
}
.pol_list ul li:hover{
	border-bottom: 1px solid #009F34;
}
.pol_list ul li .text{
	line-height: 28px;
	padding-left: 16px;
	margin-top: 10px;
	color: #6C6C6C;
}


/*新闻*/
.serright .news_list ul li{
	margin-bottom: 25px;
	border-bottom: 1px solid #DCDCDC;
	padding-bottom: 25px;
}
.serright .news_list ul li .cici{
	width: 200px;
	height: 150px;
}
.serright .news_list ul li .text{
	width: 950px;
}
.serright .news_list ul li h4{
	font-size: 18px;
}
.serright .news_list ul li span{
	font-size: 14px;
	color: #9F9F9F;
	margin:8px 0;
	display: block;
}
.serright .news_list ul li .cont{
	line-height: 26px;
	font-size: 15px;
}
.serright .news_list ul li .more{
	font-size: 15px;
	margin-top: 10px;
	border-left:2px solid #009F34;
	padding-left: 10px;
}
.serright .news_list ul li:hover h4,
.serright .news_list ul li:hover .more{
	color: #009F34;
}
.serright .news_list ul li:hover img{
	transform: scale(1.05);
}

.com_inner .news-detail-title{
  text-align: center;
  padding-top: 20px;
}
.com_inner .news-detail img{
	margin:0 auto;
}
.com_inner .news-detail-title .h3{
  font-size: 23px;
}
.com_inner .news-detail-title .b{
  border-bottom: 1px solid #F3F3F3;
  padding: 10px 0;
  border-bottom: 1px solid #F3F3F3;
}
.com_inner .news-detail{
  padding: 30px 0;
}


.newsPage{
  margin:40px 0 0 0;
}
.newsPage .page-a{
  height: 50px;
  border-bottom: 1px solid #F3F3F3;
  line-height: 50px;
}
.newsPage .page-a a:hover{
  color: #009F34;
}

.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 50px 0 0px 0;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 14px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: #009F34;
  background: #009F34;
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}



/*联系*/
.de_contact h3{
	font-size: 30px;
	font-weight: bold;
}
.de_contact h6{
	font-size: 12px;
	text-transform: uppercase;
}
.de_contact .box{
	margin-top: 30px;
}
.de_contact .der{
	width: 685px;
}
.de_contact .der img{
	width: 220px;
	height: 220px;
	margin-right: 35px;
}
.de_contact ul li{
	font-size: 16px;
	margin-bottom: 10px;
}
.de_contact .ender{
	width: 500px;
}
.de_contact ul li a:hover{
	color: #009F34;
}
#dituContent img{
	max-width: inherit;
	display: initial;
}
#dituContent{
	height: 500px;
	margin-top: 50px;
}



/*home banner*/
.section .warpper{
    height: 100%;
}
.section-home .swiper-container{
    width: 100%;
    height: 100%;
}
.section .swiper-container .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.section .swiper-container .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
/*.section-home .bannerImg{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}*/
.section-home .bannerImg .imgBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*.section-home .slide1 .imgBg{
    background: url("../img/banner1-bg.jpg") no-repeat center / cover;
}*/
.section-home .bannerText{
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    text-align:center;
    /*top:50%;*/
    /*-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
    color:#009F34;
    z-index: 3;
}
.section-home .warpper{
	display: flex;
	align-items: center;
	justify-content: center;
}
@media (max-width: 1500px){
	.section-home .fir img,
	.section-home .sec img{
		max-width: 85%;
	}
}

.section-home .slide1 .bannerText .fir{
    font-size: 54px;
    font-weight: 700;
    /*text-shadow: 0px 0px 10px #009F34;*/
    letter-spacing: 8px;
}
.section-home .slide1 img{
	max-width: 85%;
}
.section-home .slide1 .sec img{
	margin: 4% auto;
}
.section-home .slide1 .bannerText .sec{
    font-size:26px;
    margin-top: 1%;
}
.section-home .bannerText img{
	margin:0 auto;
}
/*.section-home .slide1 .bannerText .thr{
	margin-top: 20px;
}*/
.section-home .slide1 .bannerLine{
    z-index: 2;
    position: absolute;
    width: 100%;
    text-align:center;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.section-home .slide1 .bannerLine img{
    max-width: 100%;
    margin:0 auto;
}
/*.section-home .slide2 .imgBg{
    background: url("../img/banner2-bg.jpg") no-repeat center / cover;
}*/
@keyframes bannerimgAnimate {
    0% {
        transform: scale(1.1);
        animation-timing-function: ease-in;
    }
    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}
.bannerimgAnimate {
    -webkit-animation-name: bannerimgAnimate;
    animation-name:bannerimgAnimate;
}
.section-home .swiper-slide-active .imgBg {
    animation: bannerimgAnimate 6s linear 0s;
}
/*.section-home .slide2 .bannerText{
    position: absolute;
    bottom: 49%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
    width: 90%;
    text-align:center;
}*/
.section-home .slide2 .bannerText .banTextfir{
    font-size:54px;
    letter-spacing: 8px;
    color:#fff;
    font-weight: 700;
}
.section-home .slide2 .bannerText .banner2Line{
    display: block;
    margin: 20px auto;
    width: 45%;
    height: 1px;
    background: rgba(0,0,0,.2);
    transition: all .5s ease 0s;
}
.section-home .fir{
	margin-top: 30px;
}
.section-home .sec{
	margin:1.5% 0;
}
.section-home .slide2 .bannerText .banner2Text{
    font-size: 26px;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 2px;
}
.section-home .slide2 .bannerText .banner2Textlast{
    font-size:15px;
    color:rgba(0,0,0,0.7);
}

/*.section-home .slide3 .imgBg{
    background: url("../img/banner3-bg.jpg") no-repeat center / cover;
}*/
/*.section-home .slide3 .bannerText{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 22%;
    color: #000;
    z-index: 3;
}*/
/*.section-home .slide3 .bannerText .fir{
    font-size: 54px;
    font-weight: 700;
    text-shadow: 0px 0px 10px #717171;
    letter-spacing: 8px;
}
.section-home .slide3 .bannerText .sec{
    font-size: 26px;
    margin-top: 1%;
    text-shadow: 0px 0px 7px #717171;
}*/


.section-home .swiper-pagination{
    bottom: 5%;
    margin: 0;
}
.section-home .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    /* border-radius: 0; */
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.section-home .swiper-pagination-bullet-active{
    width: 36px;
    background: #009F34;
    border-radius: 6px;
}



.yb_conct{position:fixed;z-index:9999999;bottom:100px;right:-127px;cursor:pointer;transition:all .3s ease;}
.yb_bar ul li{width:180px;height:53px;font:16px/53px 'Microsoft YaHei';color:#fff;text-indent:54px;margin-bottom:3px;border-radius:3px;transition:all .5s ease;overflow:hidden;}
.yb_bar .yb_top{background:#00C14A url(../images/fixCont.png) no-repeat 0 0;}
.yb_bar .yb_phone{background:#00C14A url(../images/fixCont.png) no-repeat 0 -57px;}
.yb_bar .yb_QQ{text-indent:0;background:#00C14A url(../images/fixCont.png) no-repeat 0 -113px;}
.yb_bar .yb_ercode{background:#00C14A url(../images/fixCont.png) no-repeat 0 -169px;}
.yb_bar .yb_ercode img{margin: 0 auto;}
.yb_QQ a{display:block;text-indent:54px;width:100%;height:100%;color:#fff;}




/*视频插件*/

/*视频*/

.marketing-about-thumb {
	margin: 0
}

@media(max-width:991px) {
	.marketing-about-thumb {
		margin-bottom: 50px
	}
}

.marketing-about-thumb:before {
	/*background-color: rgba(0,0,0,0.6);*/
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%
}

.marketing-about-thumb .about-video-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%)
}

.marketing-about-thumb .btn-video-popup {
	border-radius: 50%;
	border: 5px solid #FFF;
	color: #FFF;
	display: block;
	text-align: center;
	height: 80px;
	width: 80px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 2;
	-webkit-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.marketing-about-thumb .btn-video-popup:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.marketing-about-thumb .btn-video-popup i {
	font-size: 24px
}

@media(max-width:575px) {
	.marketing-about-thumb .btn-video-popup {
		width: 70px;
		height: 70px
	}

	.marketing-about-thumb .btn-video-popup i {
		font-size: 20px
	}
}
.ui-widget-overlay {
	background: #aaa;
	opacity: .3;
	filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
	-webkit-box-shadow: 0 0 5px #666;
	box-shadow: 0 0 5px #666
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0!important;
	backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none!important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial,Baskerville,monospace
}

.mfp-close:focus,.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	background: #000
}
/*视频结束*/






















