.news-box {
  background: #fff;
  padding-bottom: 72px;
  position: relative;
}
.news-box .w1400 {
  visibility: hidden;
}
.news-box .w1400.active {
  visibility: visible;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.news-box .page1 {
  /* height: 606px; */
  background: #f9f9f9;
  padding:3% 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-box .page1 .w1400 {
  -webkit-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  -moz-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  -o-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.news-box .page1 .title {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}
.news-box .page1 .swiper-box {
  position: relative;
  height: 300px;
  margin-top: 50px;
}
.news-box .page1 .swiper-box .swiper-container {
  height: 100%;
}
.news-box .page1 .swiper-box .swiper-wrapper {
  height: 100%;
}
.news-box .page1 .swiper-box .swiper-pagination {
  width: auto;
  bottom: auto;
  left: auto;
  top: -53px;
  right: 0;
  font-size: 16px;
  color: #999999;
}
.news-box .page1 .swiper-box .swiper-pagination .swiper-pagination-current {
  color: #009040;
}
.news-box .page1 .swiper-box .swiper-button-prev,
.news-box .page1 .swiper-box .swiper-button-next {
  width: 77px;
  height: 77px;
  background: #fff;
  border-radius: 50%;
  margin-top: -38px;
  opacity: 1;
  cursor: pointer;
}
.news-box .page1 .swiper-box .swiper-button-prev::after,
.news-box .page1 .swiper-box .swiper-button-next::after {
  font-size: 20px;
  color: #009040;
}
.news-box .page1 .swiper-box .swiper-button-prev {
  left: -38px;
}
.news-box .page1 .swiper-box .swiper-button-next {
  right: 205px;
}
.news-box .page1 .swiper-box .swiper-slide {
  width: 1047px;
  height: 100%;
  background: #fff;
}
.news-box .page1 .swiper-box .swiper-slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(225, 225, 225, 0.5);
}
.news-box .page1 .swiper-box .swiper-slide.swiper-slide-active::before {
  display: none;
}
.news-box .page1 .swiper-box .swiper-slide:hover .img-box img {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  -o-transform: scale(1.02);
  transform: scale(1.02);
}
.news-box .page1 .swiper-box .swiper-slide:hover .text-box .title {
  color: #009040;
}
.news-box .page1 .swiper-box .swiper-slide .img-box {
  width: 523px;
  overflow: hidden;
}
.news-box .page1 .swiper-box .swiper-slide .img-box img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-box .page1 .swiper-box .swiper-slide .text-box {
  width: 430px;
  margin-left: 55px;
  padding-top: 40px;
}
.news-box .page1 .swiper-box .swiper-slide .text-box .title {
  font-size: 18px;
  color: #333333;
  line-height: 1.6;
}
.news-box .page1 .swiper-box .swiper-slide .text-box .time {
  font-size: 14px;
  color: #999999;
  margin: 10px auto;
}
.news-box .page1 .swiper-box .swiper-slide .text-box .time .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon-time.png) no-repeat center / 100%;
  margin-right: 5px;
  margin-bottom: -3px;
}
.news-box .page1 .swiper-box .swiper-slide .text-box .details {
  font-size: 16px;
  color: #999999;
  line-height: 1.6;
}
.news-box .page2 {
  background: #fff;
  padding-top: 3%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-box .page2 .news-list  {margin-left: -2%;}
.news-box .page2 .news-list .list-item {
  float: left;
  border-radius: 2px;
  width: 31.333%;
  height: 468px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 3%;
  margin-left: 2%;
}

.news-box .page2 .news-list .list-item:hover .item-bottom .title {
  color: #009040;
}
.news-box .page2 .news-list .list-item .imgbox {padding-top: 64%;}

.news-box .page2 .news-list .list-item .item-bottom {
  padding: 0 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 35px;
}
.news-box .page2 .news-list .list-item .item-bottom .title {
  width: 100%;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-box .page2 .news-list .list-item .item-bottom .time {
  font-size: 14px;
  color: #999999;
  margin: 12px auto;
}
.news-box .page2 .news-list .list-item .item-bottom .time .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon-time.png) no-repeat center / 100%;
  margin-bottom: -3px;
  margin-right: 5px;
}
.news-box .page2 .news-list .list-item .item-bottom .details {
  font-size: 16px;
  color: #666666;
  overflow: hidden;word-break:normal;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.industry-news-box {
  background: #fff;
  padding-bottom: 72px;
}
.industry-news-box .news-list .list-item {
  width: 100%;
  height: 334px;
  background: #fff;
  border-radius: 2px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  visibility: hidden;
}
.industry-news-box .news-list .list-item.active {
  visibility: visible;
  animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.industry-news-box .news-list .list-item.none-img .img-box {
  display: none;
}
.industry-news-box .news-list .list-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid transparent;
}
.industry-news-box .news-list .list-item:hover .time {
  color: #009040;
}
.industry-news-box .news-list .list-item .clearfix {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.industry-news-box .news-list .list-item .time {
  font-size: 16px;
  color: #999999;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.industry-news-box .news-list .list-item .time .year {
  font-size: 14px;
  text-align: right;
}
.industry-news-box .news-list .list-item .img-box {
  width: 340px;
  margin-left: 50px;
  height: 196px;
  overflow: hidden;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.industry-news-box .news-list .list-item .img-box img {
  width: 100%;
  display: block;
}
.industry-news-box .news-list .list-item .text-box {
  margin-left: 50px;
}
.industry-news-box .news-list .list-item .text-box .title {
  font-size: 20px;
  color: #333333;
}
.industry-news-box .news-list .list-item .text-box .details {
  font-size: 16px;
  color: #999999;
  margin-top: 28px;
}
.industry-news-box.question .news-list .list-item{height: auto;padding: 40px 0;}
.news-details-box.question .details-left .text-con{min-height: 330px;}

.news-details-box {
  background: #fff;
  padding-bottom: 72px;
  position: relative;
  min-width: 1200px;
  overflow: hidden;
}
.news-details-box .details-left {
  width: 940px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 50px 45px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-details-box .details-left .title {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  position: relative;
}
.news-details-box .details-left .title::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 38px;
  background: #009040;
  left: -45px;
  top: -3px;
}
.news-details-box .details-left .time-box {
  margin: 30px 0;
}
.news-details-box .details-left .time-box .time {
  font-size: 18px;
  color: #999999;
}
.news-details-box .details-left .time-box .time .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -3px;
  background: url(../images/icon/icon-time2.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item {
  float: left;
  position: relative;
  padding: 0 10px;
  border-right: 1px solid #c6c6c6;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item .icon {
  display: inline-block;
  cursor: pointer;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item1 .icon {
  width: 17px;
  height: 14px;
  background: url(../images/icon/icon15.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item1:hover .icon {
  background: url(../images/icon/icon15-act.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item2 .icon {
  width: 14px;
  height: 14px;
  background: url(../images/icon/icon16.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item2:hover .icon {
  background: url(../images/icon/icon16-act.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item3 .icon {
  width: 17px;
  height: 14px;
  background: url(../images/icon/icon17.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .fun-list .list-item3:hover .icon {
  background: url(../images/icon/icon17-act.png) no-repeat center / 100%;
}
.news-details-box .details-left .time-box .fun-box .icon-share {
    position: relative;
  display: inline-block;
  width: 17px;
  height: 19px;
  background: url(../images/icon/icon-share.png) no-repeat center / 100%;
  margin-left: 10px;
}
.news-details-box .time-box .icon-share .icon_box{
    display: block;
    width: 100%;
    height: 100%;
}
.news-details-box .time-box .icon-share .pos{
    display: none;
    position: absolute;
    left:-57px;
    top: 46px;
   /*  transform: translateX(-50%); */
    padding: 16px 20px 20px;
    width: 94px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.news-details-box .time-box .icon-share .pos .icon{
    position: absolute;
    left: 50%;
    top: 0;
    width: 32px;
    height: 16px;
    -webkit-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
    background: url(../images/icon/p16.png) left bottom no-repeat;
}
.news-details-box .time-box .icon-share .pos .pos_box{
    height: 184px;
}
.news-details-box .time-box .icon-share .pos input{
    padding-left: 24px;
    width: 94px;
    font-size: 14px;
    color: #8590a6;
    text-align: left;
    background: url(../share/lj.png) left center no-repeat;
    cursor: pointer;
}



.news-details-box .details-left .text-con {
  font-size: 16px;
  color: #333333;
  padding-bottom: 20px;
  line-height: 2;

}
.news-details-box .details-left .text-con p {
  margin: 25px 0;
}
.news-details-box .details-left .text-con img {
  display: block;
  max-width: 700px !important;
  height: auto !important;
  margin: 0 auto;
}
.news-details-box .details-left .text-con table{
    max-width: 100%;
}
.news-details-box .details-left .text-con table td{border:#ddd 1px solid;}

.news-details-box .details-left .text_go{
    padding-bottom: 36px;
    text-align: center;
    border-bottom: 1px solid #f1f1f1;
}
.news-details-box .details-left .text_go a{
    display: inline-block;
    padding-left: 25px;
    font-size:18px;
    color: #999;
    font-weight: bold;
    background: url(../images/icon/icon_67.png) left center no-repeat;
}
.news-details-box .details-left .text_go a:hover{
    color: #009040;
    background: url(../images/icon/icon_67s.png) left center no-repeat;
}
.news-details-box .details-left .turn-page-box {
  margin-top: 46px;
}
.news-details-box .details-left .turn-page-box .btn {
  font-family: swiper-icons;
  position: relative;
  font-size: 16px;
  color: #333333;
}
.news-details-box .details-left .turn-page-box .btn::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-details-box .details-left .turn-page-box .btn:hover {
  color: #009040;
}
.news-details-box .details-left .turn-page-box .prve {
  padding-left: 30px;
  display:block;width:100%;line-height:2em
}
.news-details-box .details-left .turn-page-box .prve::before {
  content: "prev";
  left: 0;
}
.news-details-box .details-left .turn-page-box .next {
  padding-right: 30px;
}
.news-details-box .details-left .turn-page-box .next::before {
  content: "next";
  right: 0;
}
.news-details-box .details-right {
  position: fixed;
  width: 430px;
  top: 280px;
  left: 50%;
  margin-left: 300px;
  z-index: 80;
  background: #fff;
  border-radius: 2px;
}
.news-details-box .details-right.left-bottom {
  position: absolute;
  top: auto !important;
  bottom: 100px;
}
.news-details-box .details-right .title {
  font-size: 18px;
  color: #333333;
  padding-bottom: 28px;
  border-bottom: 1px solid #e5e5e5;
}
.news-details-box .details-right .news-list .list-item {
  width: 100%;
}
.news-details-box .details-right .news-list .list-item:hover .tit {
  color: #009040;
}
.news-details-box .details-right .news-list .list-item:hover .line {
  width: 100%;
  background: #009040;
}
.news-details-box .details-right .news-list .list-item.act .tit {
  color: #009040;
}
.news-details-box .details-right .news-list .list-item.act .line {
  width: 100%;
  background: #009040;
}
.news-details-box .details-right .news-list .list-item a {
  display: block;
  width: 100%;
  padding: 35px 10px;
  position: relative;
}
.news-details-box .details-right .news-list .list-item .tit {
  font-size: 16px;
  color: #333333;
}
.news-details-box .details-right .news-list .list-item .time {
  font-size: 14px;
  color: #b5b5b5;
  margin-top: 18px;
}
.news-details-box .details-right .news-list .list-item .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 74px;
  height: 1px;
  background: #e5e5e5;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1400px) {
  .news-box .page2 .news-list .list-item {
    height: 430px;
  }
  .news-details-box .details-right {
    width: 290px;
    margin-left: 355px;
  }

}


@media(max-width:1024px){
  .news-details-box{min-width:auto;padding-bottom: 4%;}
  .news-details-box .details-left{width: 100%;padding: 5%;margin-bottom: 4%;}
  .news-details-box .details-right{width: 100%;margin-left:0;position: static;top: auto;left: auto;}
  .news-details-box .details-left .text-con{font-size: 15px;line-height: 28px;}
    .news-details-box .details-left .text-con img{max-width: 100%  !important;;height: auto !important;}
  .news-details-box .details-left .time-box{margin: 15px 0;}
  .news-details-box .details-left .time-box .time{font-size: 15px;}
  .news-details-box .details-right.left-bottom{position: static;bottom:auto}
  .news-details-box .details-right .title{padding-bottom: 15px;}
  .news-details-box .details-right .news-list .list-item a{padding: 3%;}
  .news-details-box .details-left .turn-page-box{margin-top: 0;}
  .news-details-box .details-left .text_go{padding-bottom: 15px;}
  .news-box .page1 .title{font-size: 18px;}
  .news-box .page1 .swiper-box .swiper-button-prev, .news-box .page1 .swiper-box .swiper-button-next{width: 40px;height: 40px;}
  .news-box .page1 .swiper-box .swiper-button-prev{left: 0;}
  .news-box .page1 .swiper-box .swiper-button-next{right:0}
  .news-box .page2 .news-list .list-item{width:100%;height:auto}
  .news-box .page2 .news-list .list-item .img-box{height: auto;}
  .news-box .page2 .news-list .list-item .item-bottom{margin-top: 15px;padding: 0 15px 15px;}
  .news-box .page2 .news-list .list-item .item-bottom .title{font-size: 15px;}
  .news-box .page2 .news-list .list-item .item-bottom .details{font-size: 14px;}
  .news-box{padding-bottom:0;}
  .news-box .page2 .news-list .list-item{margin-left: 0;}
}


.case2{width: 100%;display: inline-block;background: #fff}
.case2 .news-list2 li{height: 60px;line-height: 60px;border-bottom: 1px solid #dedede;padding: 0 10px;}
.case2 .news-list2 li a{color: #333;}
.case2 .news-list2 li span{color: #999}
.case2 .news-list2 li:hover a{color: #009040}
.case2 .news-list2 li{transition: all ease 0.3s;display: block;}
.case2 .news-list2 li:hover{-webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.5);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);}
/*
 .Floor002470 为demo编号
 */
.Floor002470{ padding: 20px 0 30px; overflow: hidden;}
.auto{ max-width: 1400px;width: 1400px;margin: 0 auto}
@media(max-width:768px){
.case2 .news-list2 li span{font-size: 12px;}

}

@media only screen and (max-width:1430px ) {
.auto{ max-width: 96%; margin: 0 auto}
}

.Floor002470 .list{ margin: 0 -10px;}
.Floor002470 .item{ float: left; width: 30%;margin: 1.5%}
.Floor002470 .item-inner{ position: relative; overflow: hidden; }
.Floor002470 .item .linkhref{ position: absolute; z-index: 5; top: 0; left: 0; width: 100%; height: 100%; display: block;}
.Floor002470 .item-inner img{position: absolute;top: 25%;left: 50%;margin-left: -32px;}
.Floor002470 .item .pic{ background-repeat: no-repeat; background-position: center; background-size: cover; padding-bottom:59.705%;}
.Floor002470 .item .pic:after{position: absolute; left: 0; top: 0; height: 100%; width: 100%; content: ""; display: block;background-color:#000;  -moz-opacity:0.4;  opacity: 0.4; filter:alpha(opacity=40); transition: all .3s;}
.Floor002470 .item .item-inner:hover .pic:after{-moz-opacity:0.1;  opacity: 0.1; filter:alpha(opacity=10); }
.Floor002470 .item .word{position: absolute; color: #fff; bottom: 20px; left: 20px;}
.Floor002470 .item .word h2{  font-size:18px; font-weight: normal; margin: 0; padding-left: 33px; position: relative;}
.Floor002470 .item .word h2 i{ font-style: normal; position: absolute; left: 0; top: 50%; margin-top: -11px;}
.Floor002470 .item .word figure{ font-size: 14px; padding: 0 15px 0 33px; opacity: 0;transition: all .3s; line-height: 22px; height: 0; overflow: hidden;}
.Floor002470 .item .item-inner:hover .word figure{ margin: 15px 0 0; opacity: 1; height: 44px;}
.Floor002470 .item1{ width: 100%; }
.Floor002470 .item1 .pic{ padding-bottom:50.725%;}
.Floor002470 .item1 .word{ text-align: right; padding-right: 20px;}
.Floor002470 .item1 .word h2{ display: inline-block;}
.Floor002470 .item1 .word figure{ padding-right: 0;}
@media only screen and (max-width: 480px) {
  .Floor002470 .item{ width: 100%; float: none;}
}
@media only screen and (min-width: 768px) {
  .Floor002470 .item .word h2{ font-size: 20px;}
  .Floor002470 .item1{ width: 480%; }
}
@media only screen and (min-width: 1024px) {
  .Floor002470 .item{width: 30%;}
  .Floor002470 .item .word h2{ font-size: 22px;}
}
@media only screen and (min-width: 1200px) {
  .Floor002470 .item .word h2{ font-size: 24px;}
}

.Floor002470 .videobox .play{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/Floor002470-play.png) no-repeat center; cursor: pointer; }
.Floor002470 .videobox .play span{ position: absolute; top: 50%; left: 0; width: 100%; height: 100%; display: block;color: #fff; font-size: 18px; text-align: center; padding-top: 40px;}


.Floor002470 > .Popup{position: fixed;background:rgba(0, 0, 0, 0.75);}
.Floor002470 .videobox .Popup{position: absolute;}
.Floor002470 .Popup{ width: 100%; height: 100%; top: 0; left: 0; z-index: 100;}
.Floor002470 .Popup .ytable{height: 100%;}
.Floor002470 .Popup .ytable .video{max-width:60%;
    width: 60%;
    margin: 0 auto;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 20px 5px rgba(0,0,0,.15);
    /* height: 40%; */
    max-height: 80% !important;
    height: 80%;
    margin: 10% auto;}
.Floor002470 .Popup video{ width: 100%; }
.Floor002470 .videobox .Popup video{ height: auto;background: #000; }


.Floor002470 .Popup .close{position: absolute;right: 20px;top: 20px; width: 30px; height: 30px; cursor: pointer; z-index: 10; cursor: pointer;}
.Floor002470 .Popup .close:before,
.Floor002470 .Popup .close:after{position: absolute;width: 100%; left: 0; top: 50%; height: 3px; margin-top: -1.5px; background: #fff; content: '';transform: rotate(45deg);-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);}
.Floor002470 .Popup .close:after{transform: rotate(-45deg);-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);}
@media only screen and (max-width: 480px) {
  .Floor002470 .videobox .play{ background-size: 30px 30px;}
  .Floor002470 .videobox .play span{ font-size: 16px; padding-top: 20px;}

}
@media(max-width:768px){

    .Floor002470 .Popup .close::before, .Floor002470 .Popup .close::after{top: 50px;}
  .Floor002470 .Popup .ytable .video{margin-top: 30%;padding: 5px;max-width:90%;width: 90%;}
}


@media(min-width: 1024px){
    .Popup video{max-height: 420px;background:#000;}
}

@media(min-width: 1440px){
    .Popup video{max-height: 560px;background:#000;}
	  .news-details-box .details-left{width:70%}
}

