/*新闻详情*/
.newxxba {
  width: 100%;
  height: 320px;
  margin-top: 80px;
  background-color: #161616;
  background: linear-gradient(to top, #161616, #343434);
  position: relative;
  overflow: hidden;
}

.newxxba .w1400 {
  position: relative;
  z-index: 2;
}

.newxxba h1 {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  margin: 100px 0 22px;
}

.newxxba div span {
  font-size: 16px;
  color: rgba(255, 255, 255, .45);
  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: .1;
}

.ny_newdetail {
  width: 100%;
  min-height: 320px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin: -60px 0 160px;
}

.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: #025dac;
  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: #025dac;
  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: #025dac;
  text-decoration: underline;
}

.ny_newdetail .right {
  width: 28%;
  float: right;
}

.ny_newdetail .right .newxq_mbx {
  font-size: 16px;
  color: #fff;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  padding: 14px 0;
}

.ny_newdetail .right .newxq_mbx a {
  color: rgba(255, 255, 255, .45);
  transition: all .4s ease;
}

.ny_newdetail .right .newxq_mbx a:hover {
  color: #fff;
}

.ny_newdetail .right .newxq_mbx img {
  margin: 0 10px;
}

.ny_newdetail .right .newxq_mbx img.home {
  vertical-align: middle;
  margin: 0 20px 0 0;
}

.ny_newdetail .right ul {
  width: 100%;
  min-height: 200px;
  background: #fff;
  margin-top: 60px;
  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: #025dac;
  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: #025dac;
}

.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;
}


/*荣誉资质详情页*/
.ny_honordetail .right {
  width: 100%;
}

.ny_honordetail .left {
  width: 100%;
  margin-top: 100px;
}

@media (max-width: 1440px) {
  .ny_honordetail .left {
    margin-top: 80px;
  }
}

@media (max-width: 1080px) {
  .ny_honordetail .left {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .ny_honordetail .left {
    margin-top: 50px;
  }
}



@media (max-width:1440px) {
  .newxxba {
    height: 300px;
  }

  .newxxba h1 {
    font-size: 26px;
    margin: 80px 0 20px;
  }

  .newxxba div span {
    font-size: 15px;
  }

  .ny_newdetail {
    margin-bottom: 140px;
  }

  .ny_newdetail .left {
    width: 100%;
    margin-top: 60px;
    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 {
    margin-bottom: 120px;
  }

  .ny_newdetail .left .xx_content {
    padding: 40px;
  }
}

@media (max-width:1080px) {
  .newxxba {
    height: 280px;
    margin-top: 64px;
  }

  .ny_newdetail .left {
    margin-top: 60px;
  }

  .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;
  }

  .ny_newdetail .right .newxq_mbx img.home {
    margin: 0 15px 0 0;
  }
}

@media (max-width:920px) {
  .ny_newdetail {
    margin-bottom: 100px;
  }

  .ny_newdetail .left {
    margin-top: 40px;
  }
}

@media (max-width:820px) {
  .ny_newdetail {
    margin-bottom: 90px;
  }

  .ny_newdetail .left .xx_content {
    padding: 30px;
  }
}

@media (max-width:767px) {
  .newxxba {
    height: 200px;
  }

  .newxxba h1 {
    font-size: 18px;
    margin: 40px 0 10px;
  }

  .newxxba div span {
    font-size: 14px;
  }

  .ny_newdetail .right .newxq_mbx img.home {
    width: 26px;
    margin-right: 10px;
  }

  .newxxba div span img {
    margin-right: 5px;
  }

  #solution-canvas {
    bottom: 40%;
  }

  .ny_newdetail {
    margin: -46px auto 80px;
  }

  .ny_newdetail .left {
    margin-top: 40px;
  }

  .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;
  }

  .ny_newdetail .right .newxq_mbx {
    font-size: 14px;
    padding: 10px 0;
  }

  .ny_newdetail .right .newxq_mbx img {
    margin: 0 5px;
  }
}

@media (max-width:320px) {
  .ny_newdetail {
    margin: -46px auto 60px;
  }

  .ny_newdetail .left {
    margin-top: 20px;
  }
}