@charset "utf-8";
/* CSS Document */



.index{width:100%;overflow:hidden;position: relative;padding-top: 88px;z-index: 10;}
.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: 0;
	right: 5%;
	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%;
	left: 5%;
	opacity: 0;
	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%;
}










.ys{
	position: relative;
	height: 180px;
}

.yscon{
	z-index: 11;
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
	
	position: absolute;
}

.page-on-scroll .yscon{
	margin-top: -120px;
}

.ys ul{
	margin-bottom: 0;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .15);
}

.ys ul li{
	float: left;
	width: 25%;
	padding: 40px 50px;
	background: #fff;
	position: relative;
}

@media (max-width:1500px){
	.ys ul li{
		padding: 30px 20px;
	}
}

.ys ul li:nth-child(even){
	background: #fbfbfb;
}

.ys img{
	margin: 0 auto;
	width: 100px;
	height: auto;
	
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.ys ul li:hover img{
	transform: rotate(360deg);
	-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
}

.ys h3{
	font-size: 18px;
	margin: 20px auto;
	text-align: center;
	color: #ef8c09;
}

.ys p{
	font-size: 14px;
	line-height: 24px;
	color: #666;
	text-align: center;
	margin-bottom: 0;
}

.ysxian{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #0156b8;
	width: 0%;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.ys ul li:hover .ysxian{
	width: 100%;
}











.about{
	padding: 5% 0;
}

.aboutzi h3{
	font-size: 28px;
	margin-bottom: 50px;
	text-align: center;
}

.aboutcon p{
	font-size: 15px;
	line-height: 28px;
	color: #333;
}

.aboutimg{
	margin-top: 30px;
	overflow: hidden;
}

.aboutimg img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.aboutimg:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-webkit-transform: scale(1.1);
-o-transform: scale(1.1);
}

.abouta{
	margin-top: 80px;
	text-align: center;
}

.abouta a{
	color: #fff;
	background: #ef8c09;
	padding: 16px 60px;
	border-radius: 50px;
	font-size: 14px;
}

.abouta a:hover{
	background: #0156b8;
}















.pro{
	padding: 5% 0;
	background: #f9f9f9;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.prozi h3{
	font-size: 28px;
	margin-bottom: 50px;
	text-align: center;
}


.proimg{
	overflow: hidden;
}

.proimg img{
	transition: all 1s;
-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.procon .swiper-slide: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{
	position: relative;
	/*margin-bottom: 10px;*/
}

.procon  p{
	font-size: 15px;
	margin-bottom: 0;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #ef8c09;
	
	transition: all .5s;
-moz-transition: all .5s;
-ms-transition: all .5s;
-webkit-transition: all .5s;
-o-transition: all .5s;
}

.procon .swiper-slide:hover p{
	background: #0156b8;
	color: #fff;
}


.procon .swiper-button-prev{
	bottom: 0px!important;
	background: #ef8c09 url(../images/left.png) no-repeat;
	background-size: 20px 20px;
	background-position: center;
	width: 50px;
	height: 50px;
	left: -10%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
	/*margin-left: -60px;*/
	top: 50%;
	border-radius: 50%;
}


.procon .swiper-button-next{
	bottom: 0px!important;
	background: #ef8c09 url(../images/right.png) no-repeat;
	background-size: 20px 20px;
	background-position: center;
	width: 50px;
	height: 50px;
	right: -10%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
	/*margin-left: -60px;*/
	top: 50%;
	border-radius: 50%;
}

.proa{
	margin-top: 80px;
	text-align: center;
}

.proa a{
	color: #fff;
	background: #ef8c09;
	padding: 16px 60px;
	border-radius: 50px;
	font-size: 14px;
}

.proa a:hover{
	background: #0156b8;
}















.news{
	padding: 5% 0;
	background: url(../images/news.jpg) no-repeat right bottom;
	background-attachment: fixed;
}

.newszi h3{
	font-size: 28px;
	margin-bottom: 50px;
	/*line-height: 40px;*/
	text-align: center;
}

.newscon > a{
  display: block;
  margin-bottom: 20px;
}
.new_time{
  float: left;
  width: 10%;
  margin-top: 53px;
  font-size: 30px;
  line-height: 30px;
	color: #333;
}
.new_time > span{
  font-size: 18px;
}
.new_tex_box{
  float: right;
  padding: 35px 0;
  width: 79.6%;
  margin-right: -4.615%;
  transition: all .5s ease;
  padding-right: 4.615%;
}
.new_tex_box> img{
  float: left;
  width: 40%;
  margin-left: -20.376%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  transition: all .5s ease;
}
.new_tex_box >  div{
  float: right;
  width: 60%;
	margin-right: 6%;
}
.new_title{
  font-size: 18px;
  line-height: 1.5;
  margin-top: 40px;
  transition: all .5s ease;
	color: #ef8c09;
	height: 30px;
	overflow: hidden;
}
@media (max-width:1500px){
	.new_title{
		margin-top: 20px;
	}
}
.new_info{
  font-size: 14px;
  line-height: 2;
  color: rgba(0,0,0,.6);
  margin-top: 40px;
  transition: all .5s ease;
  text-align: justify;
	height: 58px;
overflow: hidden;
}
.newscon > a:hover .new_tex_box{
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 54px rgba(29, 56, 75, .26);
  -moz-box-shadow: 0 0 54px rgba(29, 56, 75, .26);
  box-shadow: 0 0 54px rgba(29, 56, 75, .26);
}
.newscon > a:hover .new_tex_box > img{
  margin-left: -23.376%;
}
.newscon > a:hover .new_title{
  
}
.newscon > a:hover .new_info{
  color: rgba(0,0,0,1);
}

.newsa{
	margin-top: 50px;
	text-align: center;
}

.newsa a{
	color: #fff;
	background: #ef8c09;
	padding: 16px 60px;
	border-radius: 50px;
	font-size: 14px;
}

.newsa a:hover{
	background: #0156b8;
}















