/*新闻详情*/
.newxxba { width: 100%; height: 310px; margin-top: 80px; background-color: #83b901; background: linear-gradient(to top, #84b902, #83b901); position: relative;}
.newxxba::after { content: ''; display: block; width: 0; height: 0; border-top: 12px solid #83b901; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 0 solid transparent; position: absolute; left:calc((100% - 1400px) / 2); bottom: -12px;}
.newxxba .w1400 {position: relative; z-index: 2; overflow:hidden; height:100%;}
.newxxba h1 {font-size: 28px;font-weight: bold;color: #fff; margin:65px 0 20px;}

.newxxba div span {font-size: 16px; color:#fff;display: flex;display: -webkit-flex;align-items: center;float: left;}
.newxxba div span:nth-of-type(2) { margin-left: 3%;}
.newxxba div span img { margin-right: 10px;}
#solution-canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: .3;
}
.ny_newdetail { width: 100%;min-height: 320px; overflow: hidden;position: relative;z-index: 3;margin: 95px 0 120px;}
.ny_newdetail .left {width: 68%;float: left;}
.ny_newdetail .left .xx_content {
  line-height: 30px;
  background: #fff;
  padding: 60px;
}
.ny_newdetail .left .xx_content .caseDetailpic {text-align: center;}
.ny_newdetail .left .xx_content .caseDetailpic img {max-width: 100% !important;margin: 0 auto 20px;}
.ny_newdetail .left .xx_content p,
.ny_newdetail .left .xx_content div,
.ny_newdetail .left .xx_content video,
.ny_newdetail .left .xx_content table,
.ny_newdetail .left .xx_content tr,
.ny_newdetail .left .xx_content td,
.ny_newdetail .left .xx_content span,
.ny_newdetail .left .xx_content img {
  max-width: 100% !important;
  max-height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  white-space: normal;
  word-break: break-all;
  text-wrap: wrap !important;
  text-align: justify;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}

.ny_newdetail .left .xx_content .fhlist {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #83b901;
  margin: 40px auto 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  box-shadow: 0 5px 24px rgba(2, 93, 172, .32);
}

.ny_newdetail .left .xx_content .fhlist img {
  display: block;
  margin: 0 auto;
  padding-top: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ny_newdetail .left .xx_content .fhlist:hover img {
  padding-top: 27px;
}

.ny_newdetail .left .NyPrevNext {
  width: 100%;
  margin-top: 30px;
}

.ny_newdetail .left .NyPrevNext div {
  width: 49%;
  float: left;
  background: #fff;
  color: #999;
  padding: 3%;
  border-top: 4px solid #999;
  position: relative;
  transition: all .5s ease;
}

.ny_newdetail .left .NyPrevNext div.down {
  float: right;
}

.ny_newdetail .left .NyPrevNext div:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #83b901;
  position: absolute;
  top: -4px;
  left: 0;
  transition: all .5s ease;
}

.ny_newdetail .left .NyPrevNext div i {
  font-style: normal;
  font-size: 22px;
  color: #222;
  display: block;
  margin-bottom: 10px;
}

.ny_newdetail .left .NyPrevNext div a {
  font-size: 16px;
  color: #999;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  transition: all .5s ease;
}

.ny_newdetail .left .NyPrevNext div:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, .06);
}

.ny_newdetail .left .NyPrevNext div:hover:after {
  width: 100%;
}

.ny_newdetail .left .NyPrevNext div a:hover {
  color: #83b901;
  text-decoration: underline;
}

.ny_newdetail .right {
  width: 28%;
  float: right;
}

.ny_newdetail .right ul {
  width: 100%;
  min-height: 200px;
  background: #fff;
  padding: 30px 20px;
}

.ny_newdetail .right ul .bt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.ny_newdetail .right ul .bt img {
  margin-right: 10px;
}

.ny_newdetail .right ul li {
  width: 100%;
  background: #f8f8f8;
  padding: 17px;
  margin-bottom: 16px;
  transition: all .4s ease;
}

.ny_newdetail .right ul li a {
  font-size: 16px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.ny_newdetail .right ul li p {
  font-size: 14px;
  color: #999;
  margin-top: 5px;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}

.ny_newdetail .right ul .more {
  width: 100%;
  height: 48px;
  background: #83b901;
  color: #fff;
  font-size: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}

.ny_newdetail .right ul .more img {
  margin-left: 12px;
  transition: all .4s ease;
}

.ny_newdetail .right ul li:hover {
  background: #83b901;
}

.ny_newdetail .right ul li:hover a {
  color: #fff;
}

.ny_newdetail .right ul li:hover p {
  color: rgba(255, 255, 255, .45);
}

.ny_newdetail .right ul .more:hover img {
  margin-left: 16px;
}

@media (max-width:1680px) {
    .ny_newdetail {margin: 80px 0 100px;}
}
@media (max-width:1440px) {
  .newxxba { height: 270px;}
  .newxxba::after{ left:3%;}
  .newxxba h1 {font-size: 26px; margin-top:50px;}
  .newxxba div span {font-size: 15px;}
  
  .ny_newdetail { margin: 60px 0 80px;}
  .ny_newdetail .left {width: 100%;float: none;}
  .ny_newdetail .left .NyPrevNext div i {font-size: 20px;}

  .ny_newdetail .right {width: 100%;float: none;}
  .ny_newdetail .right ul { display: none;}
}

@media (max-width:1366px) {
  .ny_newdetail .left .xx_content {padding: 40px;}
}

@media (max-width:1080px) {
  .newxxba {height: 280px;margin-top: 64px;}
  .newxxba h1{ font-size:24px;}
  
  .ny_newdetail {margin: 50px 0 100px;}
  .ny_newdetail .left .xx_content p,
  .ny_newdetail .left .xx_content video,
  .ny_newdetail .left .xx_content table,
  .ny_newdetail .left .xx_content tr,
  .ny_newdetail .left .xx_content td,
  .ny_newdetail .left .xx_content span,
  .ny_newdetail .left .xx_content img {
    width: auto !important;
    height: auto !important;
    font-size: 15px !important;
    line-height: 28px;
  }

  .ny_newdetail .left .xx_content .fhlist { width: 90px; height: 90px;}
  .ny_newdetail .left .xx_content .fhlist img {padding-top: 20px;}
  .ny_newdetail .left .xx_content .fhlist:hover img {padding-top: 18px;}
  .ny_newdetail .left .NyPrevNext div i {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .newxq_mbx img.home {
    margin: 0 15px 0 0;
  }
}
@media (max-width:820px) {
  .ny_newdetail {margin: 50px 0 80px;}
  .ny_newdetail .left .xx_content {padding: 30px; }
}
@media (max-width:767px) {
  .newxxba {height: 180px;}
  .newxxba h1 {font-size: 18px;margin: 30px 0 10px;}
  .newxxba div span {font-size: 14px; }
  .newxq_mbx img.home {width: 26px;margin-right: 10px;}
  .newxxba div span img {
    margin-right: 5px;
  }
  #solution-canvas {bottom: 20%;}
  
  .ny_newdetail {margin: 40px 0 60px;}
  .ny_newdetail .left .xx_content {
    padding: 20px;
  }

  .ny_newdetail .left .xx_content .fhlist {
    margin: 20px auto 0;
  }

  .ny_newdetail .left .NyPrevNext {
    margin-top: 20px;
  }

  .ny_newdetail .left .NyPrevNext div,
  .ny_newdetail .left .NyPrevNext div.down {
    width: 100%;
    padding: 20px;
    font-size: 15px;
    float: none;
  }

  .ny_newdetail .left .NyPrevNext div.down {
    margin-top: 10px;
  }

  .ny_newdetail .left .NyPrevNext div a {
    line-height: 30px;
    font-size: 15px;
  }

  .newxq_mbx {
    font-size: 14px;
	margin-top:25px;
  }

  .newxq_mbx img {
    margin: 0 5px;
  }
}

@media (max-width:550px) {
  .ny_newdetail {margin: 30px 0 50px;}
  .ny_newdetail .left { margin-top: 20px;}
}

/*荣誉资质 视频 详情页*/
.ny_honordetail .right {width: 100%;}
.ny_honordetail .left,.ny_videodetail .left{width: 100%;}