.index_about_aboutbg{min-width:1190px; max-width:1920px; height:474px; margin:auto; padding-top:164px;background:none}
.index_about_title{width:100%; margin:auto;margin-bottom: 5px; height:44px; font-size:48px;font-family: 'helvetica_condensed'; color:#333;text-align:center;}

.in_about{font-size: 24px;color: #535353;text-align: center;font-family: 'helvetica_italic';margin-bottom: 20px;}
.index_about{width: 1190px;margin: 0 auto;position: relative;}

.index_about_pc{width: 544px;height: 418px;float: left;}
.index_about_name{font-size: 42px;line-height: 42px;color: #333333;font-weight: bold; position: absolute;left: 50px;top: 30px}

.index_about_con{font-size: 17px;color: #5e5d5d;line-height: 30px;width: 635px;position: absolute;left: 50px;top: 90px}
.index_about_aboutpic{width:845px; margin:auto; margin-top:32px; position:relative;}

.index_about_more{position: absolute;left: 50px;top: 315px}
.index_about_more a{font-size: 18px;color: #333333;font-weight: bold;}

.index_about_more:hover {}
.index_about_more:hover a{color: #419019}

.index_about_aboutpic ul li{ float:left; width:121px; margin:0 24px; position:relative; overflow:hidden;}



#abus_more{
position: relative;
    animation:myfirst 2s linear;
    -moz-animation:myfirst 2s linear; /* Firefox */
    -webkit-animation:myfirst 2s linear; /* Safari and Chrome */
    -o-animation:myfirst 2s linear; /* Opera */
    animation-iteration-count:infinite;
}
@keyframes myfirst
{
    0%   {top: 0}
    40%  {top: 10px}
    70%  {top: -10px}
    100% {top: 0}
}

@-moz-keyframes myfirst /* Firefox */
{
    0%   {top: 0}
    40%  {top: 10px}
    70%  {top: -10px}
    100% {top: 0}
}

@-webkit-keyframes myfirst /* Safari 和 Chrome */
{
    0%   {top: 0}
    40%  {top: 10px}
    70%  {top: -10px}
    100% {top: 0}
}

@-o-keyframes myfirst /* Opera */
{
    0%   {top: 0}
    40%  {top: 10px}
    70%  {top: -10px}
    100% {top: 0}
}


.demo {width: 522px;height: 350px;font-size: 14px;position:relative;clear: both; background: #fff}
.demo a.control {position:absolute;display: block;bottom: 0px;width:36px;height: 34px;cursor: pointer;z-index: 2;}
.demo a.prev {right: -600px;background:url(../ZERO/img/honorl.jpg) no-repeat;}

.demo a.next {right: -643px;background:url(../ZERO/img/honorr.jpg) no-repeat;}


/*----------------------------为保证最佳效果，建议设置如下样式------------------------*/
.slider {display: none}
.desc{display: none;}
.bg{display: none;}
.slider{}
.slider3 ul li img{width: 288px !important;height: 161px !important;}


#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;
}