.section{
	background-position: right center;
	position: relative;
	z-index:3;
	padding-top: 30px;
	background-size: cover;
	background-repeat: no-repeat;
}
/*banner*/
.banner{
	overflow: hidden;
	position: relative;
	padding-top: 0px;
	height:940px
}
.ban .swiper-slide{width:100%}
.ban{
	overflow: hidden;
	position: relative;
	height: 100%;
}
.fp-tableCell{height:940px;}

.ban .swiper-pagination-bullet{
	background-color: #fff;
	width: 13px;
	height: 13px;
	opacity: 1;
}
.ban .swiper-pagination-bullet-active{
	background-color: #f29600;
}
.scroll{
	position: absolute;
	bottom: 50px;
	left: 50%;
	display: block;
	width: 40px;
	height: 40px;
	z-index: 2;
	margin-left: -20px;
	text-align: center;
	-webkit-animation: mousemove 3s linear 0s infinite;
    animation: mousemove 3s linear 0s infinite;
}
@keyframes mousemove{

	0% {
	    -webkit-transform: translateY(-10px);
	    transform: translateY(-10px);
	}
	25% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	}
	50% {
	    -webkit-transform: translateY(10px);
	    transform: translateY(10px);
	}
	75% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	}
	100% {
	    -webkit-transform: translateY(-10px);
	    transform: translateY(-10px);
	}
}
@-webkit-keyframes mousemove{
	0% {
	    -webkit-transform: translateY(-10px);
	    transform: translateY(-10px);
	}
	25% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	}
	50% {
	    -webkit-transform: translateY(10px);
	    transform: translateY(10px);
	}
	75% {
	    -webkit-transform: translateY(0px);
	    transform: translateY(0px);
	}
	100% {
	    -webkit-transform: translateY(-10px);
	    transform: translateY(-10px);
	}
}


.ban .swiper-wrapper{
	display: table;
    table-layout: fixed;
    width: 100%;
}
.ban .swiper-slide{
	display: table-cell;
	vertical-align: middle;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.ban .swiper-wrapper img{
	position: relative;
	left: -100%;
	-webkit-transition: left 0.8s;
	-moz-transition: left 0.8s;
	-ms-transition: left 0.8s;
	-o-transition: left 0.8s;
	transition: left 0.8s;
	width: 85%;
	display: block;
	margin:0 auto;
}
.ban .swiper-wrapper .swiper-slide-active img{
	left: 0%;
}
/*about*/
.about{
	color: #fff;
	position: relative;
}
.about .pwrap{
	position: relative;
	z-index: 2;
}
.yumi{
	position: absolute;
	right: 0;
	bottom: 0;
	-webkit-transform: translateY(200%);
	-moz-transform: translateY(200%);
	-ms-transform: translateY(200%);
	-o-transform: translateY(200%);
	transform: translateY(200%);
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
	z-index: 1;
	width: 32%;
}
.yumi img{
	width: 100%;
	display: none;
}
.active .yumi{
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
}
.about .abg{
	height: 530px;
	background-repeat: no-repeat;
	width: 830px;
	background-size: 830px auto;
	position: relative;
	left: -900px;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;

}
.about.active .abg{
	left: 0;
}
.ab-tit{
	width: 350px;
	padding-left: 180px;
	padding-top: 100px;
}
.ptit h3{
	font-size: 35px;
	color: #fff;
}
/* .news .ptit h3{
	color: #686464
} */
.ptit span{
	font-size: 20px;
	color: #f29600;
	padding:10px 0;
	display: block;
	font-weight: 600;
	font-family: Arial;
	font-style: italic;
	text-transform: uppercase;
}
.ab-tit p{
	font-size: 14px;
	line-height: 2;
	text-overflow:ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:7;
}
.amore{
	background-image: url(../images/more.png);
	color: #fff;
	padding:10px;
	background-size: 80px auto;
	background-repeat: no-repeat;
	line-height: 62px;
	display: block;
	margin-top: 15px;
	margin-left: 80px;
	-webkit-animation: mousemove 4s linear 0s infinite;
    animation: mousemove 4s linear 0s infinite;
}
/*主业*/
.works{
	padding-top: 0px;
}
.lub{
	overflow: hidden;
	position: relative;
	margin-right: 280px;
	padding:40px 0;
}
.lun-de{
	display: block;
}
.sw-img{
	float: left;
	width: 45%;
	padding-left: 75px;
	box-sizing: border-box;
}
.sw-img img{
	width: 100%;
}
.sw-con{
	width: 46%;
	margin-left: 5%;
	float: left;
	color: #fff;
	padding-right: 4%;
	box-sizing: border-box;
}
.sw-con h4{
	font-size: 19px;
	padding:20px 0 15px;
}
.sw-con p{
	font-size: 15px;
	line-height: 2;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	text-overflow:ellipsis;
	overflow: hidden;
}
.sw-con span{
	display: inline-block;
	border:1px solid #fff;
	padding:5px 10px;
	margin-top: 15px;
}
.lub .swiper-button-prev,.swiper-container-rtl .swiper-button-next{
	background-image: url(../images/al.png)
}
.lub .swiper-button-next,.swiper-container-rtl .swiper-button-prev{
	background-image: url(../images/ar.png)
}
.lub .swiper-pagination-bullet{
	background-color: #fff;
	width: 13px;
	height: 13px;
}
.lub .swiper-pagination-bullet-active{
	background-color: #f29600;
}
.lub.swiper-container-horizontal>.swiper-pagination-bullets,.lub.swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0px;
}
.wo-con{
	background-image:url(../images/hbg.png);
	padding:10px 0;
	display: table;
    table-layout: fixed;
    width: 100%;
}
.sw-con h4{
	padding-top: 100px;
}
/*news*/
.news{
	padding-top: 0px;
}
.ne-con{
	display: block;
	position: relative;
	left:-2000px;
	-webkit-transition: left 1s;
	-moz-transition: left 1s;
	-ms-transition: left 1s;
	-o-transition: left 1s;
	transition: left 1s;
}
.active .ne-con{
	left: 0px;
}
.ne-nr{
	width:58%;
	padding:30px;
	background-color:rgba(255,255,255,0.7);
	position: relative;
}
.ne-fl{
	float: left;
	width: 48%;
}
.ne-nr h4{
	color: #222;
}
.ne-fl span{
	display: block;
	font-size: 13px;
	padding:10px 0;
}
.ne-fl h4{
	font-size: 18px;
}
.ne-fr{
	float: right;
	width: 48%;
	padding-top: 45px;
}
.ne-img{
	height: 310px;
	background-repeat: no-repeat;
	background-size:cover;
	position: relative;
	overflow: hidden;
}

.ne-bt{
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #f29600;
	color: #fff;
	padding:15px 5%;
	font-size:14px;
	line-height: 2; 
	text-overflow:ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	max-height: 48px;
	width: 90%;
}
.ne-fr h4{
	margin-bottom: 12px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 16px;
}
.ne-fr p{
	font-size: 15px;
	line-height: 1.8;
	color: #555;
	padding-right: 30px;
	text-overflow:ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	max-height: 54px;
}
.ne-fr ul li{
	border-bottom: 1px solid #a3a3a3;
	padding:10px;
}
.ne-fr ul li:hover{
	background-color: #fff;
}
.ne-fr ul li:last-child{
	border:none;
}

.pmore{
	display: block;
	padding:15px 20px;
	background-color: #ef9d14;
	color: #fff;
	position: absolute;
	font-size: 25px;
	top: 0;
	right: 0;
}

/*adv*/
.adv{
	padding-top: 100px;
	position: relative;
}
.adv .pwrap{
	position: relative;
	z-index: 2;
}
.han{
	position: absolute;
	bottom: 0;
	right: 5%;
	-webkit-transform: translateX(200%);
	-moz-transform: translateX(200%);
	-ms-transform: translateX(200%);
	-o-transform: translateX(200%);
	transform: translateX(200%);
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	-ms-transition: all 0.9s;
	-o-transition: all 0.9s;
	transition: all 0.9s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
	z-index: 1;
	width: 35%;
}
.han img{
	width: 100%;
	display: none;
}
.active .han{
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.adv-bg{
	width: 550px;
	height: 550px;
	background-repeat:no-repeat;
	background-size: 550px auto;
	margin-left: 150px;
	position: relative;
}
.yd{
	position: absolute;
	display: block;
	border-radius: 50%;
	background-color: rgba(255,255,255,0.6);
	z-index: 2;
}
.yd img{
	display: block;
	position: absolute;
}
.yd span{
	display: block;
	text-align: center;
	position: absolute;
	width: 90%;
	padding:0 5%;
	left: 0;
	top: 50%;
	margin-top: -20px;
	font-weight: 600;
	color: #00694d;
}
.adv-tit{
	text-align: center;
	padding-top: 140px;
	position: relative;
	z-index: 1;
}

.adv-tit span{
	font-size: 25px;
}
.a1{
	left: -110px;
    bottom: 200px;
	width: 159px;
    height: 159px;
    -webkit-animation: mousemove 3s linear 0s infinite;
    animation: mousemove 3s linear 0s infinite;
}

.a1 img{
	left: -30px;
    top: -43px;
}
.a2{
	width:140px;
	height: 140px;
	top: 47px;
    left: 15px;
    -webkit-animation: mousemove 2s linear 0s infinite;
    animation: mousemove 2s linear 0s infinite;
}
.a2 img{
	left: -30px;
    top: 21px;
}
.a3{
	width: 150px;
	height:150px;
	left: 180px;
    top: -65px;
    -webkit-animation: mousemove 3s linear 0s infinite;
    animation: mousemove 3s linear 0s infinite;
}
.a3 img{
	right: -20px;
    top: 22px;
}
.a4{
	width: 180px;
	height: 180px;
	right: -63px;
    top: 5px;
    -webkit-animation: mousemove 4s linear 0s infinite;
    animation: mousemove 4s linear 0s infinite;
}
.a4 img{
	right: -38px;
    top: 3px;
    width: 80px;
}
.a5{
	width: 150px;
	height: 150px;
	bottom: 150px;
    right: -76px;
    -webkit-animation: mousemove 3s linear 0s infinite;
    animation: mousemove 3s linear 0s infinite;
}
.a5 img{
	right: -34px;
    bottom: 17px;
    width: 60px;
}
/*contact*/
.contact{
	padding-top: 30px;
}
.tab-btn{
	position: absolute;
	top: 0;
	left: 0;
}
.tab-btn a{
	color: #fff;
	background-color:#7fbe26;
	display: inline-block;
	padding:10px 15px;
	font-size: 17px;
}
.con-con{
	position: relative;
	bottom: -2000px;
	-webkit-transition: bottom 0.9s;
	-moz-transition: bottom 0.9s;
	-ms-transition: bottom 0.9s;
	-o-transition: bottom 0.9s;
	transition: bottom 0.9s;
}
.active .con-con{
	bottom: 0px;
}
.ct{
	position: relative;
	padding-bottom: 120px;
}
.t-panel{
	background-color: rgba(255,255,255,0.7);
	padding: 90px 50px 20px;
}
.ju{
	position: absolute;
	bottom:30px;
	left: 0px;
	width: 800px;
	margin-left: -450px;
	left: 50%;
	background-color:rgba(97, 157, 12, 0.77);
	color: #fff;
	padding:30px 50px;
}
.ju-fl{
	text-align: center;
	width: 100%;
}
.ju-fr{
	float: right;
	width: 20%;
	text-align: right;
	display: none;
}
.ju-fr img{
	width: 80px;
}
.ju-ba a{
	display: inline-block;
	margin-right: 40px;
	color: #fff;
}
.copy{
	margin-top: 36px;
}
.t-fl{
	float: left;
	width: 46%;
	max-height:320px;
	overflow: hidden;
}
.t-fl img{
	width: 100%;
}
.t-fr{
	width: 50%;
	float: right;
}
.t-fr h3{
	padding-bottom:30px;
	font-size: 24px;
	color: #00694d;
}
.t-list{
	margin:0 -2%;
}
.t-list li{
	width: 46%;
	float: left;
	margin:0 2% 30px;
	height: 126px;
	background-image: url(../images/dian.png);
	background-repeat: no-repeat;
	padding-left: 50px;
	box-sizing: border-box;
	background-size: 40px auto;
}
.t-list li h5{
	font-size: 15px;
	margin-bottom: 10px;
	text-overflow:ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.t-list li p{
	line-height: 1.8;
	font-size: 14px;
	text-overflow:ellipsis;
	overflow: hidden;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	display: -webkit-box;
	padding-top: 10px;
}
.T_gpxxconpad{
	display: none;
}
.T_gpxxcon{
	height: 490px;
}
@media (max-width:1664px){
	.t-list li{
		height: 100px;
		margin-bottom: 15px;
	}
	.t-panel{
		padding: 56px 50px 50px;
	}
	.t-fr h3{
		padding-bottom: 20px;
		font-size: 20px;
	}
	.t-fl{
		max-height: 260px;
	}
	.t-list li h5{
		margin-bottom:0px;
	}
}
@media (max-width:1400px){
	.ne-img{
		height: 250px;
	}
	.ne-fr p{
		-webkit-line-clamp:1;
	}
	.adv-bg{
		width: 500px;
		background-size: 500px auto;
		height: 500px;
	}
	.ju{
		padding:20px;
		margin-left: -420px;
	}
	.sw-con h4{
		padding-top: 35px;
	}
	
}
@media (max-width:1024px){
	.ne-nr{
		width: 100%;
		box-sizing: border-box;
	}
	.ptit h3{
		font-size: 25px;
	}
	.ptit span{
		font-size: 16px;
	}
	.ab-tit{
		padding-top: 55px;
		padding-left: 160px;
	}
	.about .abg{
		height: 459px;
		background-size: 739px auto;
	}
	.sw-con h4{
		padding-top: 20px;
		font-size: 17px;
	}
	.sw-con span{
		font-size: 13px;
	}
	.adv-bg{
		width: 420px;
		background-size: 420px auto;
		height: 380px;
	}
	.a1{
		left: -71px;
	    bottom: 26px;
	    width: 130px;
	    height: 130px;
	}
	.a2{
		width: 125px;
		height: 125px;
	}
	.a3{
		width: 130px;
		height: 130px;
		left: 156px;
    	top: -75px;
	}
	.a4{
		width: 150px;
		height: 150px;
	}
	.a5{
		bottom: 51px;
	}
	.adv-tit{
		padding-top: 105px;
	}
}
@media (max-width:880px){
	.ju{
		width:100%;
		position: initial; 
		margin-left: 0px;
		box-sizing: border-box;
	}
	.about .abg{
		width: 100%;
	}
	.ju-ba a{
		margin-right: 20px;
		margin-bottom: 12px;
	}
}
@media (max-width:768px){
	.ne-fl h4{
		font-size: 16px;
	}
	.ne-fr h4{
		font-size: 15px;
	}
	.ne-fr p{
		font-size: 14px;
	}
	.ne-img {
	    height: 200px;
	}
	.lub{
		margin-right: 0px;
	}
	.adv-bg{
		margin-left: 80px;
	}
	.active .han{
		width: 130px;
	}
	.t-fl{
		display: none;
	}
	.t-fr{
		width: 100%;
		float: none;
	}
}
@media (max-width:640px){
	.yumi{
		width: 230px;
	}
	.ab-tit p{
		-webkit-line-clamp: 4;
		max-height: 107px;
	}
	.about .abg{
		background-size: 554px auto;
		height: 360px;
	}
	.ab-tit{
		width: 280px;
		padding-top: 43px;
    	padding-left: 105px;
	}
	.about,.adv,.contact{
		height: 600px!important;
	}
	.ne-fl,.ne-fr{
		float: none;
		width: 100%;
	}
	.sw-img{
		float: none;
		width: 300px;
		margin:0 auto;
		padding-left: 0px;
	}
	.sw-con{
		margin-left: 0px;
		float: none;
		width: 300px;
		margin:0 auto;
		text-align: center;
	}
	.news,.works{
		height: 800px!important;
	}
	.ne-fr{
		padding-top: 15px;
	}
	.adv-bg{
		position:initial;
		background-image: none!important;
		height: 500px;
		width: 100%;
		margin-left: 0px;
	}
	.adv .pwrap{
		position: relative;
	}
	.adv-tit{
		padding-top: 0px;
		text-align: left;
		position: relative;
    	top: -50px;
	}
	.a1{
		left: 90px;
    	bottom: 108px;
	}
	.a2{
		left: 90px;
		top: 87px;
	}
	.copy{
		margin-top: 10px;
		font-size: 13px;
	}
	.ct{
		padding-bottom: 20px;
	}
	.a3{
		left: 206px;
    	top: -69px;
	}
	.a4{
		right: 9%;
		top: 67px;
	}
	.a5{
		right: 100px;
		bottom: 100px;
	}
	.t-fr h3{
		font-size: 16px;
	}
	.t-list li{
		height: auto;
		width: 96%;
		padding-left: 25px;
		background-size: 20px auto;
	}
	.ju-ba a{
		font-size: 13px;
	}
}
@media (max-width:490px){
	.a1{
		left:10px;
		bottom: 40px;
	}
	.a5{
		bottom: 40px;
		right: 7px;
	}
	.a2{
		left: 10px;
		top: 150px;
	}
	.a4{
		right: 7px;
		top: 140px;
	}
	.a3{
		top: 10px;
		left: 140px;
	}
	.about.active .abg{
		background-image: none!important;
	}
	.ab-tit{
		padding-top: 0;
		padding-left: 0;
		margin:0 auto;
	}
	.ne-fl h4{
		padding-right:60px; 
	}
	.ne-nr{
		padding:20px;
	}
	.ptit h3{
		font-size: 20px;
	}
	.ptit span{
		font-size: 14px;
	}
	.sw-img{
		width: 250px;
	}
	.sw-con{
		width: 280px;
	}
	.lub .swiper-button-next,.lub .swiper-button-prev{
		display: none;
	}
	.t-panel{
		padding:50px 30px 30px;
	}
}
