.index_about_indexAboutbg{ min-width:1190px; max-width:1920px; margin:auto; background:url(../ZERO/img/index_aboutbg.jpg) center top no-repeat; height:543px; padding-top:67px;}
.index_about_head{width:1190px; margin:auto; padding-top:30px; text-align:center; height:81px;}
.index_about_head ul li{ font-size:14px; color:#999999; line-height:31px;}
.index_about_head ul li span{font-size:36px; color:#020202; font-family:'Arial Black'; line-height:50px; text-transform:uppercase;}

.index_about_indexAbout{width:1190px; margin:auto; margin-top:28px;}
.index_about_aboutpic{width:615px; height:353px; float:left; overflow:hidden; }
.index_about_aboutpic img{width:615px; height:353px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}

.index_about_right{width:521px; float:right; margin-right:5px;}
.index_about_right h2{width:100%; text-align:left; font-size:18px; color:#333333; line-height:25px; text-transform:uppercase; font-weight:bold;}
.index_about_right p{ font-size:14px; color:#333333; line-height:20px; margin-top:30px;}
.index_about_more{width:150px; margin-left:6px; float:left; margin-top:45px; text-align:left; line-height:26px; text-transform:uppercase; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}
.index_about_more a{ font-size:14px; color:#dc2c14;}
.index_about_right:hover .index_about_more{-webkit-transform:translate(30px, 0); -moz-transform:translate(30px, 0);}
.index_about_aboutpic:hover img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1);}

#index_about_animate,#index_about_animate_1{
-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;
}