.index_about_aboutbg{min-width:1190px; max-width:1920px; background:url(../ZERO/img/aboutbg.jpg) center no-repeat; height:680px; margin:auto; margin-top:40px; padding-top:30px;}
.index_about_title{width:1190px; margin:auto; height:65px; font-size:30px; color:#5b5b5b; line-height:63px; font-weight:bold; text-align:left; background:url(../ZERO/img/about_title.jpg) left bottom no-repeat;}
.index_about_zw{width:1190px; margin:auto; height:500px; margin-top:30px; position:relative; overflow:hidden;}
.index_about_List{width:296px; margin-left:2px; float:left; height:500px; position:relative; overflow:hidden;}
.index_about_List .index_about_abouttitle{ position:absolute; font-size:24px; color:#ffffff; text-align:center; bottom:44px; width:296px;}
.index_about_List img{width:296px; height:500px; position:absolute; left:0; top:0}

.index_about_List .index_about_rsp{width:296px;height:500px;overflow:hidden; position:absolute;background:url(../ZERO/img/aboutbg2.png); top:0; left:0}
.index_about_List .index_about_text{position:absolute;width:296px;height:500px;bottom:-500px;left:0;overflow:hidden; text-align:left;}
.index_about_List .index_about_text h2{ font-size:24px; line-height:27px; color:#fff; padding:36px 32px 18px 32px;}
.index_about_List .index_about_text p{ color:#fff; font-size:14px; line-height:26px; padding:0 32px 5px 32px; font-weight:normal}
.index_about_List .index_about_text p span{ font-size:14px; color:#ffffff; border:1px solid #fff;-webkit-border-radius: 20px;
-moz-border-radius: 20px; border-radius: 20px; padding:4px 30px;}
.index_about_List .index_about_text p span a{font-size:14px; color:#fff;}
.index_about_List .index_about_text p span:hover{ background:#fff;-webkit-transition:all .3s;transition:all .3s}
.index_about_List .index_about_text p span:hover a{ color:#000}


.fadeInLeftBig {
	-webkit-animation:fadeInLeftBig 1s .2s ease both;
	-moz-animation:fadeInLeftBig 1s .2s ease both;
}
.fadeInLeftBig1 {
	-webkit-animation:fadeInLeftBig 1s .4s ease both;
	-moz-animation:fadeInLeftBig 1s .4s ease both;
}
.fadeInLeftBig2 {
	-webkit-animation:fadeInLeftBig 1s .6s ease both;
	-moz-animation:fadeInLeftBig 1s .6s ease both;
}
.fadeInRightBig {
	-webkit-animation:fadeInRightBig 1s .2s ease both;
	-moz-animation:fadeInRightBig 1s .2s ease both;
}
.fadeInRightBig1 {
	-webkit-animation:fadeInRightBig 1s .4s ease both;
	-moz-animation:fadeInRightBig 1s .4s ease both;
}
.fadeInRightBig2 {
	-webkit-animation:fadeInRightBig 1s .6s ease both;
	-moz-animation:fadeInRightBig 1s .6s ease both;
}
#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;
}