.page_news{width: 100%;height: 433px;padding-top: 78px; background:url(../ZERO/img/newsbg.jpg)}

.news_left{width: 696px;height: 433px;background: #fff;float: left;padding:0 20px;}
.news_title{background:url(../ZERO/img/newstitle.png) left center no-repeat;padding-left: 20px;height: 45px;line-height: 45px;
font-size: 18px;color: #222;border-bottom: 1px solid #cccccc}
.index_news_con2{margin-top:14px;}
.index_news_pic{width: 297px;height: 172px;border:1px solid #e2e2e2;float: left;}
.index_news_title3{width: 380px;float: right;}
.news_more{width: 167px;height: 33px;border:1px solid #bababa;text-align: center;margin-top:23px;}
.news_more a{font-size: 14px;color: #222222;line-height: 33px;}

.news_more:hover{width: 167px;height: 33px;border:1px solid #9c7652;text-align: center;margin-top:23px;}
.news_more:hover a{font-size: 14px;color: #9c7652;line-height: 33px;}

.index_news_con3{width: 318px;float: left;}
.news_no2{margin-top:30px;}
.index_newstitle{padding-left: 40px; background:url(../ZERO/img/newslist.png) left no-repeat;}
.index_newstitle a{font-size: 16px;color: #888888;}

.faq_title{padding-left: 35px; background:url(../ZERO/img/f_q.png) left no-repeat;height: 25px;}
.faq_con2{padding-left: 35px; background:url(../ZERO/img/f_a.png) left no-repeat;font-size: 14px;color: #888888;margin-top:10px;}

.news_right{width: 398px;height: 433px;background: #fff;float: right;padding:0 20px;}
.news_name{position: absolute; background:url(../ZERO/img/newsbg.png) no-repeat;width: 364px;height: 46px;bottom: 0px;left: 0px;padding-left:23px;}
.news_name a{font-size: 14px;color: #fff;line-height: 46px;}

.faq_con{margin-top:20px;width: 100%;padding-bottom: 14px;border-bottom: 1px dashed #d9d9d9;margin-bottom: 12px;}

.index_advantage_resu_1,.index_advantage_resu_2,.index_advantage_resu_3,.index_advantage_resu_4,.index_advantage_resu_5,.index_advantage_resu_6{display: none;}
.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;
}
.fadeInRightBig3 {
	-webkit-animation:fadeInRightBig 1s .8s ease both;
	-moz-animation:fadeInRightBig 1s .8s ease both;
}
.fadeInRightBig4 {
	-webkit-animation:fadeInRightBig 1s 1s ease both;
	-moz-animation:fadeInRightBig 1s 1s ease both;
}
.fadeInRightBig5 {
	-webkit-animation:fadeInRightBig 1s 1.2s ease both;
	-moz-animation:fadeInRightBig 1s 1.2s ease both;
}
#index_news_animate,#index_advantage_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;
}

#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}
}
