@charset "utf-8";
/* CSS Document */



.index{width:100%;overflow:hidden;position: relative;padding-top: 88px;}
.index .swiper-container{width:100%;height:100%;overflow:hidden}
.index .swiper-container .swiper-slide{width:100%;height:100%;overflow:hidden}
.index .swiper-container .swiper-slide img{display:block;
	/*transform:scale(0.95);
	-moz-transform:scale(0.95);
-ms-transform:scale(0.95);
-webkit-transform:scale(0.95);
-o-transform:scale(0.95);*/
	vertical-align:middle;transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.index .swiper-slide-active img{
	transform: scale(1)!important;
	-moz-transform: scale(1)!important;
-ms-transform: scale(1)!important;
-webkit-transform: scale(1)!important;
-o-transform: scale(1)!important;
	
}

.swiper-pagination-bullet{
	height: 7px;
	width: 60px;
	border-radius: 0;
}

.index .swiper-button-next{
	background:url(../images/right2.png) no-repeat;
	width: 50px;
	height: 50px;
	/*border-radius: 50%;*/
	opacity: 1;
	right: 0%;
	
	bottom: 0%;
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
}

.index .swiper-button-prev{
	background:url(../images/left2.png) no-repeat;
	width: 50px;
	height: 50px;
	/*border-radius: 50%;*/
	right: 0%;
	margin-right: 51px;
	bottom: 0%;
	opacity: 1;
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
}

/*.index:hover .swiper-button-prev{
	opacity: 1;
	left: 2%;
}

.index:hover .swiper-button-next{
	opacity: 1;
	right: 2%;
}*/

















.about{
	padding: 5% 0;
	background: #FBFBFB;
}

.aboutcon h3{
	font-size: 35px;
	margin-bottom: 50px;
	text-align: center;
}

.aboutcon p{
	font-size: 15px;
	line-height: 30px;
	color: #333;
	text-align: center;
}

.abouta{
	margin-top: 50px;
}

.abouta a{
	font-size: 14px;
	background: #90b821;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	display: block;
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
	margin: 0 auto;
}

.abouta a:hover {
	border-radius: 50px;
}

.aboutimg{
	margin-top: 80px;
}

.aboutimg ul li{
	float: left;
	width: 48%;
}

.aboutimg ul li:nth-child(1){
	margin-right: 2%;
}

.aboutimg ul li:nth-child(2){
	margin-left: 2%;
}

.aboutimg img{
	border-radius: 10px;
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
}

.aboutimg ul li:hover img{
	transform: translateY(-10px);
	-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-o-transform: translateY(-10px);
}

.aboutimg p{
	font-size: 15px;
	margin-top: 15px;
	color: #333;
	text-align: center;
}













.case_box {
    background: url(../images/case_bg1.jpg) no-repeat center top;
	background-attachment: fixed;
	
	padding: 5% 0;
}
.case_box h3 {
    font-size: 35px;
    text-align: center;
	margin-bottom: 50px;
}
.case_box .category ul {
    padding-bottom: 50px;
    display: block;
    height: auto;
    overflow: hidden;
}
.case_box .category ul li {
    float: left;
    font-size: 15px;
    text-align: center;
    width: 20%;
	margin: 0 2.5%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
	background: #90b821;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}
.case_box .category ul li.active {
    color: #fff !important;
    background: #f08300 ;
}

.case_box .category ul li:hover {
     color: #fff!important;
    background: #f08300 ;
	
}
.case_box .content {
    padding-left: 50px;
}
.case_box .content .cont {
    height: 650px;
    display: none;
}
.case_box .content .cont.active {
    display: block;
    
}
.case_box .content .cont img.bg {
    position: absolute;
	/*border: 1px solid #E3E3E3;*/
    right: 0;
    top: 0;
	width: 60%;
	border-radius: 10px;
}
.case_box .content .cont .info {
    position: absolute;
    width: 50%;
    background: #fff;
    box-shadow: 0px 0px 70px rgba(157, 179, 208, 0.4);
    left: 0;
    top: 120px;
    padding: 5%;
    border-radius: 10px;
}
.case_box .content .cont .info .title .logo {
    float: left;
    padding-right: 25px;
}
.case_box .content .cont .info .title:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both;
}
.case_box .content .cont .info .title h4 {
    float: left;
    font-size: 28px;
    color: #90b821;
	margin-bottom:  30px;
}
.case_box .content .cont .info p {
    font-size: 15px;
    line-height: 30px;
    
    color: #333;
}




/*
.pro{
	padding: 5% 0;
	background: url(../images/pro.jpg) no-repeat right bottom;
	background-attachment: fixed;
}

.pro .wid{
	width: 90%!important;
}

.prozi h3{
	font-size: 35px;
	margin-bottom: 50px;
	line-height: 40px;
	text-align: center;
}

.proa{
	margin-top: 50px;
}

.proa a{
	font-size: 14px;
	background: #90b821;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	display: block;
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
	margin: 0 auto;
}

.proa a:hover {
	border-radius: 50px;
}

.procon ul li{
	float: left;
	width: 23%;
	box-shadow: 0 0 2px #999;
	margin-bottom: 30px;
}

.procon ul li:nth-child(2),.procon ul li:nth-child(6),.procon ul li:nth-child(10){
	margin: 0 1.5% 30px 2.5%;
}

.procon ul li:nth-child(3),.procon ul li:nth-child(7),.procon ul li:nth-child(11){
	margin: 0 2.5% 30px 1.5%;
}

.procon ul li p{
	font-size: 14px;
	margin-bottom: 0;
	padding: 10px 0;
	color: #333;
	text-align: center;
	background: #fff;
}

.proimg{
	overflow: hidden;
	
}

.proimg img{
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
}

.procon ul li:hover img{
	transform: scale(1.1)!important;
	-moz-transform: scale(1.1)!important;
-ms-transform: scale(1.1)!important;
-webkit-transform: scale(1.1)!important;
-o-transform: scale(1.1)!important;
}

.procon ul li:hover p{
	color: #fff;
	background: #90b821;
}*/

.prox{
	background:#fff;
}

.protop{
	position: relative;
	background: url(../images/proa.jpg) no-repeat center;
	background-attachment: fixed;
	height: 400px;
}

.protop h3{
	font-size: 35px;
	color: #fff;
	padding-top: 5%;
	text-align: center;
}

.probottom{
	position: relative;
	margin-top: -200px;
}

.probottom ul li{
	float: left;
	width: 30%;
	position: relative;
}

.probottom ul li:nth-child(2){
	margin: 0 5%;
}

.probottom ul li p{
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 14px;
	color: #fff;
	background: #90b821;
	padding: 10px 30px;
	margin-bottom: 0;
}

.proimg{
	overflow: hidden;
	box-shadow: 5px 5px 5px #f1f1f1;
}

.proimg img{
	transition: all .8s;
-moz-transition: all .8s;
-ms-transition: all .8s;
-webkit-transition: all .8s;
-o-transition: all .8s;
}

.prox ul li:hover img{
	transform: scale(1.1)!important;
	-moz-transform: scale(1.1)!important;
-ms-transform: scale(1.1)!important;
-webkit-transform: scale(1.1)!important;
-o-transform: scale(1.1)!important;
}
















.ys{
	padding: 5% 0;
	background:#FBFBFB;
}

.yszi h3{
	font-size: 35px;
	margin-bottom: 80px;
	text-align: center;
}

.yscon ul li{
	position: relative;
    z-index: 0;
    overflow: hidden;
	float: left;
	width: 47%;
	background: #fff;
	box-shadow: 0px 0px 5px #DBDBDB;
	margin-bottom: 5%;
	
}

.yscon ul li:nth-child(odd){
	margin-right: 3%;
}

.yscon ul li:nth-child(even){
	margin-left: 3%;
}

.yscon ul li:nth-child(3),.yscon ul li:nth-child(4){
	margin-bottom: 0;
}

.ystxt{
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10%;
	
}

.ystxt h4{
	font-size: 28px;
	color: #90b821;
	margin-bottom: 20px;
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	width: 80%;
	left: 10;
}

.ystxt p{
	font-size: 15px;
	line-height: 30px;
	color: #333;
	position: absolute;
	top: 63%;
	transform: translateY(-50%);
	width: 80%;
	left: 10;
}

@media (max-width:1500px){
	.ystxt h4{
		top: 30%;
	}
	.ystxt p{
		top: 65%;
	}
}

.ysimg{
	width: 100%;
    opacity: 0;
    transition: .3s;
	-moz-transition: .3s;
-ms-transition: .3s;
-webkit-transition: .3s;
-o-transition: .3s;
}

.ysimg img {
    transition: .7s;
	-moz-transition: .7s;
-ms-transition: .7s;
-webkit-transition: .7s;
-o-transition: .7s;
    transform: scale(1.1);
	-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
}

.yscon ul li:hover .ysimg{
	opacity: 1;
}

.yscon ul li:hover .ysimg img{
	transform: scale(1);
	-moz-transform: scale(1);
-ms-transform: scale(1);
-webkit-transform: scale(1);
-o-transform: scale(1);
}










.yw{
	padding: 5% 0;
	background: #FBFBFB;
}

.ywcon{
	/*margin-bottom: 100px;*/
}

.ywcon h3{
	font-size: 35px;
	margin-bottom: 50px;
	text-align: center;
}

.ywcon p{
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-align: center;
}












.more{
	padding: 150px 0;
	background: url(../images/more.jpg) no-repeat center;
	background-attachment: fixed;
}

.more ul li:nth-child(1){
	float: left;
	width: 30%;
}

.more ul li:nth-child(2){
	float: left;
	width: 30%;
	margin-left: 13%;
}

.more ul li:nth-child(3){
	float: right;
}

.morecon{
	
}

.more ul li img{
	float: left;
	width: 40px;
	height: auto;
	margin-right: 15px;
}

.more ul li h3{
	float: left;
	font-size: 28px;
	line-height: 36px;
	color: #fff;
	font-weight: 600;
}












.news{
	padding: 5% 0;
	/*background: url(../images/news.jpg) no-repeat right bottom;
	background-attachment: fixed;*/
	background: #FBFBFB;
}

.newszi h3{
	font-size: 35px;
	margin-bottom: 50px;
	/*line-height: 40px;*/
	text-align: center;
}

.newscon ul li{
	float: left;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 50px;
	padding-bottom: 1%;
}

.newscon ul li:nth-child(3){
	margin-bottom: 0;
}

.newscon h3{
	font-size: 18px;
	color: #111;
	margin-bottom: 2%;
	line-height: 28px;
}

.newscon ul li:hover h3{
	color: #90b821;
}

.newscon h3 span{
	float: right;
	font-size: 15px;
	line-height: 28px;
	color: #999;
}

.newscon p{
	font-size: 15px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #666;
}

















.order {
	width: 100%;
	padding: 5% 0;
}

.orderBox {
	width: 1250px;
	height: 100%;
	margin: 0 auto;
	background: #fff;
	padding-top: 70px;
	position: relative;
	box-sizing: border-box;
}

.orderTitleENG {
	text-align: center;
	font-size: 24px;
	color: #333;
	margin-bottom: 5px;
}

.orderTitleCN {
	text-align: center;
	font-size: 28px;
	margin-bottom: 50px;
}

.orderProcessBox {
	width: 1243px;
	height: 450px;
	margin: 0 auto;
	overflow: hidden;
}

.orderProcessBoxTop {
	width: 100%;
}

.orderProcessOne {
	width: 290px;
	height: 290px;
	margin-left: 27px;
	float: left;
	padding: 40px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	color: #F4F4F4;
}

.orderProcessOne:first-child {
	margin-left: 0;
}

.orderProcessOneMask {
	width: 205px;
	height: 205px;
	background: #90b821;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(45deg);
}

.orderProcessOneCont {
	width: 250px;
	height: 250px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	padding-top: 20px;
	box-sizing: border-box;
}

.orderProcessOneCont img {
	position: absolute;
	top: 30PX;
	left: 50%;
	transform: translate(-50%, -50%);
}

.orderProcessOne:hover .orderProcessOneCont img {
	animation: orderico .3s;
}

@keyframes orderico {
	0% {
		transform: translate(-50%, -50%) rotateY(0);
	}
	50% {
		transform: translate(-50%, -50%) rotateY(360deg);
	}
	100% {
		transform: translate(-50%, -50%) rotateY(0);
	}
}

.orderProcessOneCont p {
	text-align: center;
}

.orderProcessOneTitle {
	font-size: 16px;
	margin: 20px 0;
	margin-top: 50px;
}

.orderProcessOneWord {
	font-size: 12px;
	padding: 0 50px;
	line-height: 26px;
}

.orderProcessOneNum {
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	bottom: 0;
}

.orderProcessBoxBot {
	transform: translateY(-132px);
	width: 924px;
	margin: 0 auto;
}









.step {
	width: 1100px;
	height: 40px;
	margin: 0 auto;
	color: #333;
	border-bottom: 1px solid #ccc;
	margin-top: 50px;
}

.stepOne {
	width: 135px;
	height: 100%;
	text-align: center;
	float: left;
	position: relative;
	cursor: pointer;
}

.stepOne:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #90b821;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	border-radius: 50%;
	transition: .3s;
}

.stepOne:after {
	content: url(../images/oico.png);
	display: block;
	width: 32px;
	height: 31px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%) scale(0);
	border-radius: 50%;
	transition: .3s;
}

/*.stepOne:hover::before {
	transform: translate(-50%, 50%) scale(.2);
}

.stepOne:hover::after {
	transform: translate(-50%, 50%) scale(1);
}*/


