.index_about_aboutbg{width: 100%;height: 654px;background: url(../ZERO/img/aboutbg2.jpg) center top no-repeat;padding-top: 100px;}

.about_title{font-size: 40px;font-weight: bold;color: #fff;text-align: center;}

.index_about_con{width: 950px;margin: auto;margin-top: 40px;font-size: 15px;color: #fff;text-align: center;line-height: 30px;}

.index_about_aboutpic ul li{ float:left; width:121px; margin:0 24px; position:relative; overflow:hidden;}

@media only screen and (max-width: 1500px) and (min-width: 1340px){
.index_about_aboutbg{width:100%;}
}
@media only screen and (max-width: 1340px) and (min-width: 1190px){
.index_about_aboutbg{width: 1190px;float: left;margin-left: 160px;}
}



.index_about_aboutbg img{transition: all 1.6s;}
.index_about_aboutbg:hover img{
	transform: translate(50px);
    -ms-transform: translate(50px);		/* IE 9 */
    -webkit-transform: translate(50px);	/* Safari and Chrome */
    -o-transform: translate(50px);		/* Opera */
    -moz-transform: translate(50px);
    transition: all 1.6s;
}



#index_about_bk_hover,#index_about_bk_hover2,#index_about_bk_hover3,#index_about_bk_hover4,#index_about_bk_hover5{position:absolute; top:0; left:0; z-index:111;}
#index_about_animate,#index_about_animate_1,#index_about_animate_2{
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;

-webkit-animation-duration: 1s;
-webkit-animation-delay: .2s;
-webkit-animation-timing-function: ease;
-webkit-animation-fill-mode: both;
-moz-animation-duration: 1s;
-moz-animation-delay: .2s;
-moz-animation-timing-function: ease;
-moz-animation-fill-mode: both;
-ms-animation-duration: 1s;
-ms-animation-delay: .2s;
-ms-animation-timing-function: ease;
-ms-animation-fill-mode: both;
animation-duration: 1s;
animation-delay: .2s;
animation-timing-function: ease;
animation-fill-mode: both;
}