.banner{
	width:100%;
	height:452px;
}
.banner img{
	width:100%;
	max-width: 1920px;
	height:452px;
	display: block;
	margin:0px auto;
}

.kecontnt{
  background-color: #F9F9F9;
}
.ksjj{
	width:1200px;
	height:640px;
	margin:0px auto;
    background-color: #fff;
}
.title{
	height:140px;
	text-align: center;
	font-size:20px;
	color:#70C4B2;
	line-height: 140px;
	font-weight: bold;
}
.title img{
	width:30px;
	
	vertical-align: middle;
	margin-right:10px;
}
.ksjj-txt{
	height:460px;
	padding: 30px;
	background:#e0ffe4 ;
}
.ksjj-txt:after{
	content: '';
	width: 0px;
	height: 0px;
	display: block;
	clear: both;
	overflow: hidden;
}
.ksjj-txt-left{
	height:460px;
	width:320px;
	background: red;
	float:left;
	margin-right:30px;
}
.ksjj-txt-left img{
	width:100%;
	height:100%;
}
.ksjj-txt-right{
	width:790px;
	height:460px;
	font-size:16px;
	float:left;
	text-indent: 32px;
	line-height: 42px;
	overflow: hidden;
}
.ksfl{
	width:1200px;
	height:350px;
	margin:0px auto;
}
.ksfl-txt{
	width:1200px;
	padding: 30px 0px;
	background: #51b8a4;
}

.ksfl-txt ul li{
	width:400px;
	float:left;
}
.ksfl-txt ul li a{
	display: block;
}
.ksfl-txt ul li a img{
	width:60px;
	height:60px;
	display: block;
	margin:0px auto;
}
.ksfl-txt ul li a span{
	width:100%;
	height:40px;
	line-height: 40px;
	text-align: center;
	display: block;
	color:#fff;
	font-size:16px;
}
.ksfl-txt ul li a:hover span{
	color:#f60;
}
/*旋转动画开始*/
@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}
/*旋转动画结束*/