.index_news{ background:#ffffff; margin-top:55px;}
.index_news .index_news_title{width:100%; position:relative; text-align:left; font-size:30px; font-weight:bold; color:#333333; line-height:55px;}
.index_news .index_news_title span{ float:right;}
.index_news .index_news_title a{ font-size:16px; color:#333333; line-height:20px; font-weight:normal;}

.swiper-news{width:100%; overflow:hidden; margin-top:18px; position:relative; padding-bottom:40px;}
.index_news_list{overflow:hidden; padding:24px; border:2px solid #eaeaea; margin-bottom:44px; transition:all .6s;}
.index_news_pic1{width:20%; float:left; position:relative;}
.index_news_pic1 img{ max-width:274px; height:auto; transition:all .6s;}
.index_news_nr{width:50%; margin-top:22px; float:left; margin-left:5%;}
.index_news_nr ul li{font-size:16px; color:#999999; text-align:left; line-height:20px;}
.index_news_nr ul li a{font-size:16px; color:#999999;}
.index_news_nr ul li span{ font-size:16px; color:#444444; font-weight:bold; line-height:30px;}
.index_news_right{ float:right; width:20%; margin-top:22px;}
.index_news_right2{ float:left; width:20%; margin-top:22px;}
.index_news_nr2{width:50%; margin-top:22px; float:left; margin-left:5%;}
.index_news_nr2 ul li{font-size:16px; color:#999999; text-align:right; line-height:20px;}
.index_news_nr2 ul li a{font-size:16px; color:#999999;}
.index_news_nr2 ul li span{ font-size:16px; color:#444444; font-weight:bold; line-height:30px;}
.index_news_pic2{width:20%; float:right; position:relative;}
.index_news_pic2 img{ max-width:274px; height:auto; transition:all .6s ease;}
.index_news_date{font-size:18px; color:#999999; line-height:40px;}
.index_news_jt{display:block; margin-top:35px; margin-left:10px; transition:all .6s;}
.index_news_more{ display:none; width:160px; float:left; margin-top:22px; height:51px; background:url(../ZERO/img/news_jt.png) right center no-repeat #0277c1; line-height:51px; text-align:center; position:relative; overflow:hidden;  font-size:16px; color:#ffffff; line-height:51px; transition:all .6s;}
.index_news_list:hover{ box-shadow:0 0 10px #f7f7f7; border:2px solid #f7f7f7;}
.index_news_list:hover .index_news_pic1 img,.index_news_list:hover .index_news_pic2 img{ opacity:.6;}
.index_news_list:hover .index_news_nr span,.index_news_list:hover .index_news_nr2 span{color:#0277c1;}
.index_news_list:hover .index_news_jt{ display:none; -webkit-transform:translate(30px, 0); -moz-transform:translate(30px, 0);}
.index_news_list:hover .index_news_more{ display:block;}
.index_news_list:hover a{ text-decoration:none;}

.swiper-newsbpagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
	bottom:30px !important;
	left:50% !important; margin-left:-45px; width:110px !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px !important;
}
.swiper-newsbpagination .swiper-pagination-bullet{width:15px; height:16px; background:url(../ZERO/img/pro_btn.png) center no-repeat; opacity: 1; border-radius:0 !important;}
.swiper-newsbpagination .swiper-pagination-bullet-active{width:15px !important; height:16px !important; background:url(../ZERO/img/pro_btn2.png) center no-repeat !important; opacity: 1;}

@media (min-width: 768px) and (max-width:1200px){
.index_news_pic1 img,.index_news_pic2 img{ width:100%;}
.index_news_nr,.index_news_nr2{ margin-top:12px;}
.index_news_right{ margin-top:12px;}
.index_news_more{ margin-top:12px;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px !important;
}
}

@media (max-width:767px){
.index_news{ margin-top:0;}
.index_news .index_news_title{font-size:25px; line-height:30px;}
.index_news .index_news_title a{ font-size:13px;}
.index_news_list{ padding:10px; margin-bottom:22px;}
.index_news_pic1,.index_news_pic2{width:100%; float:none; text-align:center;}
.index_news_nr,.index_news_nr2{width:98%; margin:auto; margin-top:12px;}
.index_news_nr ul li span,.index_news_nr2 ul li span{ font-size:14px; line-height:25px;}
.index_news_nr ul li a,.index_news_nr2 ul li a{ font-size:13px; line-height:18px;}
.index_news_nr2 ul li{ text-align:left;}
.index_news_right,.index_news_right2{ display:none;}
.mobile_hidden{ display:none !important;}

#index_news_animate1,#index_news_animate1-1,#index_news_animate1-2{ display:block !important;}
}
#index_news_animate1,#index_news_animate1-1,#index_news_animate1-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;
}