hr{
	width:160px;
	border:1px solid #666;
}
.swiper-container{
	
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #fff;
}
.swiper-slide {
	background: #000;
}
.swiper-div {
	position:relative;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
	height:640px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: right center;
}
.swiper-content {
	position:absolute;
	top:180px;
	width:600px;
}
.swiper-content>h1{
	font-size:40px;
}
.swiper-content>h4{
	margin-top:20px;
	font-size:20px;
	line-height:32px;
}
.index_block1{
	color:#999;
}
.index_block1>.icon{
	color:#666;
	font-size:32px;
	line-height:48px;
}
.index_block1>.title{
	color:#666;
	font-size:14px;
	line-height:24px;
}
.index_block1>.info{
	font-size:14px;
	line-height:48px;
}
.index_block1>.info>.big{
	color:#666;
	font-size:32px;
	font-weight:lighter;
	-webkit-transition:.5s ease-out;
	-o-transition:.5s ease-out;
	transition:.5s ease-out;
}
.index_block2{
	position:relative;
	background-color:#666;
	height:200px;
	margin-bottom:5px;
	overflow:hidden;
}
.index_block2>.top{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding-top:30px;
	padding-left:5px;
	padding-right:5px;
	color:#EFEFEF;
	text-align:center;
	background-color:#fff;
	z-index:10;
}
.index_block2>.bottom{
	position:absolute;
	bottom:-50px;
	left:0;
	right:0;
	height:50px;
	padding-top:8px;
	text-align:center;
	background-color:rgba(255,255,255,.6);
	-webkit-transition:.3s ease-out;
	-o-transition:.3s ease-out;
	transition:.3s ease-out;
	z-index:11;
}
.index_block2:hover>.bottom{
	bottom:0px;
}
.slideshow {
  position:relative;
  height: 360px;
  overflow: hidden;
  background-color:#3962a0;
}
.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-image:url('static/images/big_bg7.jpg');
  background-size: cover;
  -webkit-animation-name: kenburns;
          animation-name: kenburns;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.slideshow-text {
	position: absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	top:90px;
	right:120px;
	color:#EFEFEF;
	z-index: 99;
}
@media (min-width: 900px) {
	.slideshow-text {
		width:900px;
		left:50%;
		margin-left:-450px;
		right:50px;
	}
}
@media (min-width: 768px) and (max-width: 900px) {
	.slideshow-text {
		width:700px;
		left:50%;
		margin-left:-350px;
		right:10px;
		top:90px;
	}
}
@media (max-width: 768px) {
	.slideshow-text {
		width:300px;
		left:50%;
		right:10px;
		margin-left:-150px;
		top:90px;
	}
}


@-webkit-keyframes kenburns {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  95% {
    opacity: 1;
  }
  98% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}

@keyframes kenburns {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  95% {
    opacity: 1;
  }
  98% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
            transform: scale(1.21176);
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 768px) {
.swiper-div {
	width:95%;
	height:320px;
}
.swiper-content {
	top:30px;
}
.mrow{
	padding:0;
}
.index_block1{
	padding-top:15px;
	padding-bottom:10px;
}
.index_block1:hover>.info>.big{
	color:#111;
}
.index_block2{
	margin-bottom:10px;
}
.index_block2>.bottom{
	bottom:0;
}
}