.index_news_content{min-width:1190px; max-height:1920px; margin:auto; height:701px; background:#f5f5f5; margin-top:69px;}
.index_news_head{width:1190px; margin:auto; text-align:center; height:70px;}
.index_news_head ul li{ font-size:12px; color:#999999; line-height:20px;}
.index_news_head ul li span{font-size:36px; color:#000000; font-family:'Arial Black'; line-height:50px; text-transform:uppercase;}

.index_news_list{width:1190px; margin:auto; margin-top:35px; height:701px; overflow:hidden;}
.swiper-news{width:1190px; margin:auto;}
.index_newslist{width:559px; float:left; position:relative; margin-bottom:46px;}
.index_news_pic{width:274px; height:241px; float:left; overflow:hidden; position:relative;}
.index_news_pic img{width:274px; height:241px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}
.index_news_right{width:299px; height:241px; position:absolute; right:0; z-index:99; background:url(../ZERO/img/news_left.png) no-repeat;}
.index_news_name{margin:39px 24px 0 39px; height:85px; text-align:left;}
.index_news_name a{ font-size:14px; color:#333333; line-height:18px; font-weight:bold;}
.index_news_date{margin:0px 24px 0 39px; background:url(../ZERO/img/news_date.png) left no-repeat; padding-left:28px; text-align:left; font-size:14px; color:#999999; line-height:29px;}
.index_news_more{margin:60px 24px 0 39px; text-align:left;}
.index_news_more a{ font-size:14px; color:#333333; text-transform:uppercase; font-weight:bold; line-height:26px;}
.index_newslist:hover .index_news_pic img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
.index_newslist:hover .index_news_right{background:url(../ZERO/img/news_left2.png) no-repeat;}
.index_newslist:hover .index_news_name a{color:#ffffff;}
.index_newslist:hover .index_news_date{background:url(../ZERO/img/news_date2.png) left no-repeat; color:#ffffff;}

.index_news_pic2{width:274px; height:241px; float:right; overflow:hidden; position:relative;}
.index_news_pic2 img{width:274px; height:241px; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease;}
.index_news_right2{width:299px; height:241px; position:absolute; left:0; z-index:99; background:url(../ZERO/img/news_right.png) no-repeat;}
.index_news_name2{margin:39px 39px 0 24px; height:85px; text-align:left;}
.index_news_name2 a{ font-size:14px; color:#333333; line-height:18px; font-weight:bold;}
.index_news_date2{margin:0px 39px 0 24px; background:url(../ZERO/img/news_date.png) left no-repeat; padding-left:28px; text-align:left; font-size:14px; color:#999999; line-height:29px;}
.index_news_more2{margin:60px 39px 0 24px; text-align:left;}
.index_news_more2 a{ font-size:14px; color:#333333; text-transform:uppercase; font-weight:bold; line-height:26px;}
.index_newslist:hover .index_news_pic2 img{-webkit-transform:scale(1.1); -moz-transform:scale(1.1);}
.index_newslist:hover .index_news_right2{background:url(../ZERO/img/news_right2.png) no-repeat;}
.index_newslist:hover .index_news_name2 a{color:#ffffff;}
.index_newslist:hover .index_news_date2{background:url(../ZERO/img/news_date2.png) left no-repeat; color:#ffffff;}

.swiper-news_pagination{ margin-top:0; margin-left:43%; width:57% !important;}
.swiper-news_pagination .swiper-pagination-bullet{width:15px !important; height:15px !important; background:url(../ZERO/img/case_dot.png) no-repeat;}
.swiper-news_pagination .swiper-pagination-bullet-active{ width:15px !important; height:15px !important; background:url(../ZERO/img/case_dot2.png) no-repeat !important; border-radius:0 !important;}
.swiper-news_pagination .swiper-pagination-bullet {
    margin: 0 40px !important; opacity:1 !important;
}


#index_news_animate,#index_news_animate_1,#index_news_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;
}