@charset "utf-8";
/* CSS Document */



.index{width:100%;overflow:hidden;position: relative;padding-top: 30px;}
.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(1.1);
	-moz-transform:scale(1.1);
-ms-transform:scale(1.1);
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
	vertical-align:middle;transition: all 5s;
-moz-transition: all 5s;
-ms-transition: all 5s;
-webkit-transition: all 5s;
-o-transition: all 5s;
}

.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: 42px;
	height: 72px;
}

.index .swiper-button-prev{
	background:url(../images/left2.png) no-repeat;
	width: 42px;
	height: 72px;
}



























/*@media (min-width:1300px){
	.pro .container{
	width: 1300px!important;
}
}


@media (min-width:992px) and (max-width:1350px){
	.pro .container{
	width: 90%!important;
}
}*/

.pro{
	position: relative;
	height: 500px;
}

.probottom{
	position: absolute;
	width: 100%;
	height: 10px;
	bottom: -10px;
	left: 0;
	background: #fff;
}

.procon{
	position: absolute;
	height: 500px;
	background: #fff;
	margin-left: 50%;
	transform: translateX(-50%);
	-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
	top: -100px;
	z-index: 1;
	box-shadow: 0 0 10px #ccc;
	padding-top: 50px;
}

.prozi{
	text-align: center;
	margin-bottom: 5%;
}

.prozi h2{
	font-size: 30px;
	margin-bottom: 2.5%;
}


.proimg{
	overflow: hidden;
}

.procon img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
	border: 1px solid #ccc;
}

.procon ul li:hover img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
-ms-transform: scale(1.05);
-webkit-transform: scale(1.05);
-o-transform: scale(1.05);
}

.procon p{
	font-size: 15px;
	color: #333;
	margin-bottom: 0;
	text-align: center;
	background: #fff;
	padding: 15px 0;
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;

}

.procon ul li:hover p{
	color: #03a9f5;
}

.procon .swiper-pagination-bullet{
	background: #ccc;
	width: 30px;
}

.procon .swiper-pagination-bullet-active{
	background: #ff6900;
	width: 50px;
}

.procon .swiper-container{
	padding-bottom: 50px;
}




.ys{
	padding-bottom: 3%;
}

.ys ul li{
	float: left;
	width: 33%;
	text-align: center;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.ys ul li:hover{
	transform: translateY(-10px);
	-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-o-transform: translateY(-10px);
}

.ys h2,.ys h3{
	font-size: 24px;
	color: #ff6900;
	margin: 30px auto 20px;
}

.ys p{
	font-size: 15px;
	color: #333;
	padding: 0 15px;
	line-height: 28px;
}





















.about{
	background: url(../images/about1.jpg) no-repeat center;
	background-attachment: fixed;
	padding: 8% 0;
}

.aboutzi{
	text-align: center;
	margin-bottom: 5%;
}

.aboutzi h2{
	font-size: 30px;
	color: #fff
}

.aboutcon{
	background: rgba(255,105,0,.9);
	padding: 5%;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
	border-radius: 5px;
}

.aboutcon:hover{
	box-shadow: 0 0 5px #888;
	transform: translateY(-10px);
	-moz-transform: translateY(-10px);
-ms-transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-o-transform: translateY(-10px);
}

.aboutcon p{
	font-size: 15px;
	line-height: 28px;
	color: #fff;
	text-align: center;
}

.abouta{
	margin-top: 5%;
}

.abouta a{
	display: block;
	width: 130px;
	height: 45px;
	line-height: 45px;
	background: #fff;
	color: #ff6900;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
}























.newszi{
	text-align: center;
	margin-bottom: 5%;
}

.newszi h2{
	font-size: 30px;

}
/*index_news*/
.index_news {overflow:hidden; width:1200px; margin:0 auto; padding:5% 0 3%;}
.index_news .on {overflow:hidden; margin-top:80px;}
.index_news .on li {overflow:hidden; width:20%; height:400px; float:left; position:relative;}
.index_news .on li .time {position:absolute; left:0; top:240px; font-family:'LANTING'; font-size:16px; width:240px; height:110px; text-align:center; line-height:180px; background:#fff; transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;color: #ff6900;}
.index_news .on li .title {position:absolute; left:0; top:0; width:100%; height:240px; padding:50px 20px 0; background:#727171; color:#fff; transition:.5s all linear;}
.index_news .on li .title .p1 {font-size:18px; /*height:84px;*/ overflow:hidden; font-weight:bold; line-height:28px; padding-bottom:20px; margin-bottom:0px;}
.index_news .on li .title .p2 {line-height:25px; height:80px; overflow:hidden;font-size: 14px;}
.index_news .on li:nth-child(2n) .time {top:0;}
.index_news .on li:nth-child(2n) .title {background:#efefef; color:#727171; top:110px;}
.index_news .on li:hover .time {background:#ff6900; color:#fff;}
.index_news .on li:hover .title {background:#ff6900; color:#fff;}























