@charset "utf-8";
/* CSS Document */








.index-banner{width:100%;overflow:hidden;padding-top: 90px;}
.index-banner .swiper-container{width:100%;height:100%;overflow:hidden}
.index-banner .swiper-container .swiper-slide{width:100%;height:100%;overflow:hidden}
.index-banner .swiper-container .swiper-slide img{display:block;transform:scale(1.06);
	-moz-transform:scale(1.06);
-ms-transform:scale(1.06);
-webkit-transform:scale(1.06);
-o-transform:scale(1.06);
	vertical-align:middle;transition: all 5s;
-moz-transition: all 5s;
-ms-transition: all 5s;
-webkit-transition: all 5s;
-o-transition: all 5s;
}

.index-banner .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;
	
}











.about{
	padding: 5% 0 0%;
}

.aboutzi{
	text-align: center;
}

.aboutzi h2{
	color: #333;
	margin-bottom: 70px;
}

.aboutzi h3{
	color: #222;
	margin-bottom: 30px;
	font-size: 28px;
	margin-top: -5px;
}

.aboutzi p{
	font-size: 15px;
	line-height: 30px;
	color: #333;
}

.aboutimg{
	margin-top: 50px;
	position: relative;
	overflow: hidden;
}

.aboutimg img{
	position: relative;
		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);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
}

.aboutimg ul{
	position: absolute;
	bottom: 0;
	margin-bottom: 0;
	width: 100%;
}

.aboutimg ul li{
	float: left;
	width: 33%;
}

.aboutimg ul li .aboutone{
	height: 138px;
	width: 320px;
	background: rgba(0,0,0,.7);
	padding: 25px 30px 20px;
	margin: 0 auto;
}

.aboutimg ul li .aboutone h2{
	font-size: 18px;
	color: white;
	margin-bottom: 10px;
}

.aboutimg ul li .aboutone span{
	font-size: 14px;
	color: white;
	line-height: 20px;
}










.pro{
	padding: 5% 0 3%;
	background: rgba(247,247,247,1.00)
}

.prozi{
	text-align: center;
}

.prozi h2{
	color: #333;
	margin-bottom: 70px;
}

.prozi h3{
	color: #222;
	margin-bottom: 50px;
	font-size: 28px;
	margin-top: -5px;
}

.prosimg{
	overflow: hidden;
	padding: 3%;
}

.pros ul li{
	float: left;
	width: 24%;
	margin: 0 1% 2% 0;
	border: 1px solid  rgba(219,219,219,1.00);
	background: white;
}

.pros ul li img{
		transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.pros ul a:hover li img{
		transform: scale(1.1);
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);

}

.pros ul li{
		transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
	position: relative;
	top: 0px;
}

.pros ul a:hover li{
	box-shadow: 2px 12px 25px rgba(0,0,0,0.18);
	top: -10px;
	
}

.pros ul li p{
	text-align: center;
	height: 60px;
	line-height: 24px;
	color: #333;
	position: relative;
	margin-bottom: 0;
	font-size: 14px;
	transition: all .3s;
	-moz-transition: all .3s;
-ms-transition: all .3s;
-webkit-transition: all .3s;
-o-transition: all .3s;
	padding: 0 5%;
}

.pros ul li:hover p{
	color: #315677;
}

.pros ul li .xian{
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 0%;
		transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.pros ul a:hover .xian{
	width: 100%;
	background: #315677;
}










.yy{
	padding: 5% 0 4%;
	background: white
}

.yyzi{
	text-align: center;
}

.yyzi h2{
	color:#333;
	margin-bottom: 70px;
}

.yyzi h3{
	color: #222;
	margin-bottom: 50px;
	font-size: 28px;
	margin-top: -5px;
}

.hy-img{
	position: relative;
	background: black;
	overflow: hidden;
}

.hy-img p{
	position: absolute;
	bottom: 10px;
	left: 20px;
	color: white;
	font-size: 16px;
	background: rgba(0,0,0,.8);
	padding: 5px 5%;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	/*width: 140px;*/
	text-align: center;
}

.hy-img:hover p{
	color: white;
	background: none;
	
}

.hy-img:hover img{
	opacity: .5;
	transform: scale(1.1) ;
	-moz-transform: scale(1.1) ;
	-ms-transform: scale(1.1) ;
	-webkit-transform: scale(1.1) ;
	-o-transform: scale(1.1) ;
}

.hy-img img{
	transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.hy-img:hover{
	box-shadow: 0px 0px 10px #888;
	transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
}

.yys .col-md-4{
	margin-top: 2%;
}




















.news{
	padding: 5% 0 4%;background: rgba(247,247,247,1.00)
}

.nzi{
	text-align: center;
}

.nzi h2{
	color: #333;
	margin-bottom: 70px;
}

.nzi h3{
	color: #222;
	margin-bottom: 50px;
	font-size: 28px;
	margin-top: -5px;
}

.single-blog {
  border: 1px solid #efefef;
  overflow: hidden;
  /*padding-bottom: 15px;*/
  transition: all 0.3s ease 0s;
}
.single-blog:hover {
  box-shadow: 0 8px 16px 1px #ccc;
}
.blo-image-and-date {
  position: relative;
}
.blo-image-and-date > a {
  background: #315677 none repeat scroll 0 0;
  color: #fff;
  font-family: Microsoft YaHei,"Lato",sans-serif;
  font-size: 14px;
  font-weight: bold;
  left: 0;
  line-height: 55px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100px;
}
.blog-info {
  padding: 11px 15px 31px;
}
.admin {
  width: 50%;
  float: left;
}
.comment {
  float: right;
  text-align: right;
  width: 50%;
}
.admin > a {
  color: #888;
  font-size: 14px;
}
.admin a i,
.comment a i {
  margin-right: 4px;
}
.comment a:hover i,
.admin > a:hover i{
  color: #315677;
}
.comment > a {
  border-right: 1px solid;
  color: #888;
  padding: 0 7.5px;
}
.comment > a:last-child{
  border-right: 0px solid;
  padding-right: 0px;
}
.blog-text {
  padding: 15px;background: white;
}
.blog-text h3{
  color: #1b1b1b;
  font-size: 16px;
	margin-bottom: 10px;
}
.blog-text > p {
  color: #666;
font-size: 14px;
line-height: 25px;
}
.blog-text > a {
 /* border-bottom: 1px solid #333;*/
  color: #333;
 /* float: right;*/
  font-family: Microsoft YaHei,lato;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
}
.blog-text > a:hover{
  color: #315677;
	text-decoration: none;

}






























.gd{
	padding: 5% 0 4%;
	background: url(../images/gd.jpg)
}
.gdzi{
	text-align: center;
}

.gdzi h2{
	color: #fff;
	margin-bottom: 70px;
}

.gdzi h3{
	color: #fff;
	margin-bottom: 30px;
	font-size: 28px;
	margin-top: -5px;
}

.gdul{
	margin-top: 66px;
}

.gdul ul li{
	float: left;
	text-align: center;
	width: 33.3%;
}

.gdul ul a:hover li img{
	
	transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
}

.gdul ul li img{
		transition: all 1s;
	-moz-transition: all 1s;
-ms-transition: all 1s;
-webkit-transition: all 1s;
-o-transition: all 1s;
}

.gdul ul li p{
	color: white;
	font-size: 16px;
	margin: 10px 0 0 0;
}









