.index_about_indexAbout{width:1190px; margin:auto; margin-top:60px;}
.index_about_title{width:1190px; height:79px; font-size:32px; color:#333333; text-align:center; text-transform:uppercase; line-height:79px; background:url(../ZERO/img/pro_line.png) center bottom no-repeat;}
.index_about_aboutpic{width:595px; height:350px; float:left; overflow:hidden;}
.index_about_aboutpic img{width:595px; height:350px; transition:all .6s;}
.index_about_aboutpic:hover img{transition:all .6s; transform:scale(1.15);}

.index_about_right{width:595px; background:#1e419e; float:right;}
.index_about_head{width:563px; padding:22px 16px 0 16px; text-align:left; font-size:18px; color:#ffffff; line-height:28px; text-transform:uppercase; font-weight:bold;}
.index_about_nr{width:563px; margin:auto; margin-top:10px; font-size:14px; color:#ffffff; line-height:24px;}
.index_about2{width:595px; margin:auto; height:135px; margin-top:19px;}
.index_about2 ul li{ float:left; text-align:center; height:135px; overflow:hidden; width:150px; font-size:16px; color:#ffffff; line-height:30px;}
.index_about_more{width:563px; margin:auto; margin-top:20px; line-height:20px; text-align:left;}
.index_about_more a{ font-size:14px; color:#ffffff;}

#index_about_animate,#index_about_animate_1,#index_about_animate_2,#index_about_animate_3,#index_about_animate_4{
-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;
}