.index_aboutbg{min-width:1190px; max-width:1920px; background:url(../ZERO/img/index_aboutbg.jpg) center top no-repeat; margin:auto; padding-top:36px; height:572px;}
.index_about_head{width:221px; margin:auto; text-align:center;}
.index_about_head ul li{font-size:30px; color:#ffffff; line-height:57px; font-weight:bold;}

.index_about_indexAbout{width:1190px; margin:auto; margin-top:60px;}
.index_about_left{width:581px; margin-left:17px; float:left;}
.index_about_nr{width:100%; margin:auto; font-size:14px; color:#ffffff; line-height:20px; text-shadow:#5e7da0 0 4px 6px;}
.index_about_more{width:108px; margin-top:72px; background:#ffffff; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; height:31px; line-height:31px; text-align:center; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}
.index_about_more a{ font-size:14px; color:#000000;}
.index_about_left:hover .index_about_more{-webkit-transform:translate(0, -30px); -moz-transform:translate(0, -30px);}

.index_about_aboutpic{width:584px; height:330px; float:right; overflow:hidden;}
.index_about_aboutpic img{width:584px; height:330px; transition:all .6s;}
.index_about_aboutpic:hover img{transition:all .6s; transform:scale(1.15);}


#index_about_animate{
-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;
}