/*===== color =====*/
/*font*/
/*==== font ====*/
/*==== bg ====*/
/*==== opacity ====*/
html, body {
  height: 100%;
  margin: 0; }

.content {
  position: relative;
  min-height: 100%;
  margin-bottom: 0;
  overflow: hidden; }

.content-inside {
  padding-bottom: 50px; }

.news-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 450px; }
  .news-banner img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: 450px; }
  .news-banner h3 {
    position: relative;
    font-weight: normal;
    font-size: 48px;
    color: #fff;
    text-align: center;
    padding-top: 154px;
    z-index: 2; }
  .news-banner p {
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding-top: 16px;
    z-index: 2; }

.news-title {
  margin-top: 87px;
  padding-bottom: 30px;
  border-bottom: 1px dotted #dbdbdb;
  font-size: 24px;
  color: #333;
  font-weight: normal; }

.news-list {
  margin-bottom: 50px; }
  .news-list li {
    position: relative;
    padding-left: 28px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dotted #dbdbdb;
    font-size: 16px; }
    .news-list li:before {
      position: absolute;
      content: "";
      left: 10px;
      top: 25px;
      border-left: 4px solid #f58517;
      border-bottom: 4px solid transparent;
      border-top: 4px solid transparent; }
    .news-list li a {
      color: #333;
      display: inline-block;
      *zoom: 1;
      *display: inline;
      width: 940px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      transition: all linear 0.1s;
      -webkit-transition: all linear 0.1s; }
      .news-list li a:hover {
        color: #e77626; }
        .news-list li a:hover .source {
          background: #f5a556; }
    .news-list li .source {
      float: left;
      display: inline-block;
      *zoom: 1;
      *display: inline;
      width: 98px;
      height: 22px;
      line-height: 22px;
      padding: 0 10px;
      font-size: 14px;
      color: #fff;
      background: #cecece;
      border-radius: 11px;
      margin: 20px 14px 0 14px;
      letter-spacing: 0.2em;
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      transition: all linear 0.2s;
      -webkit-transition: all linear 0.2s; }
    .news-list li span {
      float: right;
      color: #999; }

/*news-detail*/
.news-article {
  width: 1380px;
  margin: 170px auto 0; }
  .news-article h2 {
    margin: 75px 0 60px;
    font-size: 44px;
    color: #333;
    font-weight: normal;
    text-align: center; }

.news-nav {
  color: #999; }
  .news-nav a {
    color: #999; }
    .news-nav a:hover {
      color: #e67726; }
  .news-nav span {
    color: #e67726; }

.news-share {
  text-align: center;
  color: #999; }

.article-con {
  margin: 30px 90px 200px;
  color: #333;
  font-size: 16px;
  line-height: 32px; }
  /*.article-con p {
    padding-bottom: 25px; }*/
  .article-con img {
    max-width: 100%; }

.bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle; }

.back-top {
  position: fixed;
  bottom: 300px;
  right: 100px;
  width: 44px;
  height: 44px;
  background: url(https://image.ndhy.com/www/2017/v1/img/news-spr.png) -51px 0 no-repeat;
  cursor: pointer;
  display: none; }
  .back-top.on {
    display: block;
    animation: jbfadeInDown linear 0.2s;
    -webkit-animation: jbfadeInDown linear 0.2s; }
  .back-top.top-hide {
    display: block;
    animation: hvr-icon-hide linear 0.3s forwards; }
  .back-top:hover {
    background-position: -76px -276px; }

/*1280响应*/
@media screen and (max-width: 1380px) {
  .news-article {
    width: 1240px; }
 }

.page {
  margin-bottom: 150px;
  text-align: center; }
  .page a {
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
    color: #f58517;
    font-size: 16px; }
    .page a:hover {
      color: #b8b8b8; }
  .page .next, .page .prev {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(https://image.ndhy.com/www/2017/v1/img/news-spr.png) -12px 10px no-repeat;
    border: 2px solid #efab7b;
    border-radius: 18px; }
    .page .next:hover, .page .prev:hover {
      border-color: #b8b8b8; }
  .page .cur {
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #f58517;
    border-radius: 14px;
    text-align: center;
    color: #fff; }
    .page .cur:hover {
      color: #fff; }
  .page .prev {
    background-position: 10px -8px; }
    .page .prev:hover {
      border-color: #f58517;
      background-color: #f58517;
      background-position: 10px -32px; }
  .page .next:hover {
    border-color: #f58517;
    background-color: #f58517;
    background-position: 12px -55px; }

/**
 * 
 * @authors wxm (you@example.org)
 * @date    2017-01-17 11:23:56
 * @version $Id$
 */
.dynamic-news-wrap {
  margin-top: 75px; }

.news-list-wrap {
  float: right;
  width: 802px; }
  .news-list-wrap .news-title {
    margin-top: 0; }
  .news-list-wrap .news-list li a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 550px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

.tit-wrap {
  border-bottom: 1px dotted #dbdbdb; }
  .tit-wrap .news-title {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border: none; }
  .tit-wrap .more {
    float: right;
    font-size: 12px;
    color: #999;
    line-height: 52px;
    transition: all linear 0.1s;
    -webkit-transition: all linear 0.1s; }
    .tit-wrap .more:hover {
      color: #e77626; }

.news-headitem {
  float: left;
  width: 340px;
  margin-top: 10px; }
  .news-headitem a {
    display: block;
    position: relative;
    overflow: hidden; }
    .news-headitem a:hover img {
      transform: scale3d(1.04, 1.04, 1);
      -webkit-transform: scale3d(1.04, 1.04, 1); }
    .news-headitem a:hover h3 {
      color: #e77626; }
  .news-headitem img {
    display: block;
    width: 340px;
    height: 240px;
    transition: all linear 0.3s;
    -webkit-transition: all linear 0.3s; }
  .news-headitem h3 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 34px;
    width: 304px;
    padding: 50px 18px 0 18px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url("https://image.ndhy.com/www/2017/v1/img/bg-shadow.png") repeat-x;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s; }

.media-report {
  margin-top: 10px;
  padding-bottom: 246px; }

/**
 * 
 * @authors wxm (you@example.org)
 * @date    2017-01-17 14:32:36
 * @version $Id$
 */
.height-auto {
  overflow: auto !important; }

.business-tab {
  position: absolute;
  top: 115px;
  width: 100%;
  height: 80px;
  text-align: center;
  z-index: 2;
  background: url("https://image.ndhy.com/www/2017/v1/img/black-alpha15.png") repeat;
  animation: flipInX linear 1s;
  -webkit-animation: flipInX linear 1s; }
  .business-tab a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    position: relative;
    margin: 24px 39px 0;
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s; }
    .business-tab a:after {
      position: absolute;
      bottom: -4px;
      left: 0;
      width: 100%;
      height: 2px;
      content: "";
      background: transparent;
      transform: scale3d(0, 1, 1);
      -webkit-transform: scale3d(0, 1, 1);
      transition: all linear 0.18s;
      -webkit-transition: all linear 0.18s; }
    .business-tab a:hover, .business-tab a.on {
      opacity: 1;
      filter: alpha(opacity=100); }
      .business-tab a:hover:after, .business-tab a.on:after {
        background: #fff;
        transform: scale3d(1, 1, 1);
        -webkit-transform: scale3d(1, 1, 1); }

.bsn-tab-cont {
  position: relative;
  padding: 104px 0 107px 0; }

.business-study-wrap {
  position: relative;
  height: 100%;
  overflow: hidden; }

.bsn-community-wrap .bsn-every-cont h3 {
  font-weight: normal;
  font-size: 48px;
  color: #fff;
  text-align: center;
  padding: 2.4% 0 2.4% 0;
  opacity: 0;
  filter: alpha(opacity=100);
  animation: xmfadeInRight ease-in-out 0.5s forwards;
  -webkit-animation: xmfadeInRight ease-in-out 0.5s forwards; }
.bsn-community-wrap footer {
  z-index: 6; }

.bsn-every-cont h3 {
  font-weight: normal;
  font-size: 48px;
  color: #fff;
  text-align: center;
  padding: 5.4% 0 2.4% 0;
  opacity: 0;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0); }
.bsn-every-cont .sub-head {
  width: 100%;
  max-width: 910px;
  margin: 0 auto;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  opacity: 0;
  transition: all linear 0.5s 0.15s;
  -webkit-transition: all linear 0.5s 0.15s;
  transform: translate3d(0, -100%, 0);
  -webkit-transform: translate3d(0, -100%, 0); }

.icon-list-wrap {
  padding-left: 1px;
  position: relative;
  margin-top: 100px; }

.icon-li {
  float: left;
  box-sizing: border-box;
  border: 1px solid #fff;
  margin-left: -1px;
  margin-top: -1px;
  opacity: 0;
  filter: alpah(opacity=0); }
  .icon-li a {
    display: block;
    position: relative; }
  .icon-li .icon {
    display: block;
    margin: 0 auto;
    width: 38.9%;
    height: auto;
    padding-top: 30px; }
  .icon-li h6 {
    padding-top: 20px;
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    padding-bottom: 30px;
    text-align: center; }
  .icon-li .hover-plane {
    position: absolute;
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -50%;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 10px #939393;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    z-index: 5; }
    .icon-li .hover-plane h6 {
      color: #ff7f32;
      margin-top: 2px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .icon-li .hover-plane .icon {
      display: block;
      margin: 10px auto 0;
      width: 37%;
      height: auto; }
  .icon-li:hover .hover-plane {
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    width: 110%;
    height: 110%;
    margin-top: -3.4%;
    margin-left: -55%; }
    .icon-li:hover .hover-plane .icon {
      animation: rotateIn linear 0.35s forwards;
      -webkit-animation: rotateIn linear 0.35s forwards; }

.icon-li {
  -webkit-transform: translate3d(20%, 0, 0);
  transform: translate3d(20%, 0, 0); }
  .icon-li:nth-child(1) {
    transition: all ease-in-out 0.5s 0.3s;
    -webkit-transition: all ease-in-out 0.5s 0.3s; }
  .icon-li:nth-child(2) {
    transition: all ease-in-out 0.5s 0.38s;
    -webkit-transition: all ease-in-out 0.5s 0.38s; }
  .icon-li:nth-child(3) {
    transition: all ease-in-out 0.5s 0.45s;
    -webkit-transition: all ease-in-out 0.5s 0.45s; }
  .icon-li:nth-child(4) {
    transition: all ease-in-out 0.5s 0.63s;
    -webkit-transition: all ease-in-out 0.5s 0.63s; }
  .icon-li:nth-child(5) {
    transition: all ease-in-out 0.5s 0.7s;
    -webkit-transition: all ease-in-out 0.5s 0.7s; }
  .icon-li:nth-child(6) {
    transition: all ease-in-out 0.5s 0.76s;
    -webkit-transition: all ease-in-out 0.5s 0.76s; }
.study-way {
  text-align: center;
  font-size: 0;
}
.study-way li {
  float: none;
  display: inline-block;
  width: 33.4%; }

.com-icon-li {
  float: left;
  position: relative;
  width: 399px;
  height: 329px;
  border: 1px solid #fff;
  margin-top: -1px;
  margin-left: -1px;
  box-sizing: border-box;
  padding: 12px 38px; }
  .com-icon-li .icon-wrap {
    position: relative;
    display: block;
    z-index: 5; }
  .com-icon-li .icon {
    display: block;
    width: 160px;
    height: 112px;
    margin: 0 auto;
    background: url("https://image.ndhy.com/www/2017/v1/img/spr_business.png") no-repeat;
    transition: transform ease-in 0.32s;
    -webkit-transition: transform ease-in 0.32s; }
  .com-icon-li h6 {
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    text-align: center;
    transition: all linear 0.36s;
    -webkit-transition: all linear 0.36s; }
  .com-icon-li .hover-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -215px;
    margin-top: -180px;
    width: 430px;
    height: 360px;
    background: #fff;
    z-index: 4;
    box-shadow: 0px 0px 10px #939393;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-in-out 0.32s;
    -webkit-transition: all ease-in-out 0.32s;
    transform: scale3d(0.93, 0.9, 1);
    -webkit-transform: scale3d(0.93, 0.9, 1); }
  .com-icon-li:hover h6 {
    color: #4083ff; }
  .com-icon-li:hover .com-link-list li:before {
    border-left-color: #4083ff; }
  .com-icon-li:hover .com-link-list a {
    color: #666; }
    .com-icon-li:hover .com-link-list a:hover {
      text-decoration: underline; }
  .com-icon-li:hover .hover-bg {
    opacity: 100;
    filter: alpha(opacity=100);
    display: block;
    transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1); }
  .com-icon-li:hover .icon {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg); }

.com-icon-li {
  opacity: 0;
  filter: alpha(opacity=100); }
  .com-icon-li:nth-child(1) {
    animation: xmfadeInRight ease-in-out 0.5s forwards;
    -webkit-animation: xmfadeInRight ease-in-out 0.5s forwards; }
  .com-icon-li:nth-child(2) {
    animation: xmfadeInRight ease-in-out 0.5s forwards 0.08s;
    -webkit-animation: xmfadeInRight ease-in-out 0.5s forwards 0.08s; }
  .com-icon-li:nth-child(3) {
    animation: xmfadeInRight ease-in-out 0.5s forwards 0.15s;
    -webkit-animation: xmfadeInRight ease-in-out 0.5s forwards 0.15s; }
  .com-icon-li:nth-child(4) {
    animation: xmfadeInRight ease-in-out 0.5s forwards 0.33s;
    -webkit-animation: xmfadeInRight ease-in-out 0.5s forwards 0.33s; }
  .com-icon-li:nth-child(5) {
    animation: xmfadeInRight ease-in-out 0.5s forwards 0.4s;
    -webkit-animation: xmfadeInRight ease-in-out 0.5s forwards 0.4s; }
  .com-icon-li:nth-child(6) {
    animation: xmfadeInRight ease-in-out 0.5s forwards 0.46s;
    -webkit-animation: xmfadeInRight ease-in-out 0.5s forwards 0.46s; }

.com-link-list {
  position: relative;
  padding-top: 2px;
  z-index: 5; }
  .com-link-list li {
    position: relative;
    padding-left: 18px;
    margin-top: 6px; }
    .com-link-list li:before {
      position: absolute;
      top: 7px;
      left: 0;
      content: "";
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-left: 4px solid #fff;
      border-bottom: 4px solid transparent;
      transition: all linear 0.2s;
      -webkit-transition: all linear 0.2s; }
    .com-link-list li a {
      display: block;
      font-size: 16px;
      color: #fff;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      transition: all linear 0.2s;
      -webkit-transition: all linear 0.2s; }
    .com-link-list li sup {
      position: absolute;
      top: -3px; }

.xqjy .icon {
  background-position: 0 0; }
.xqjy:hover .icon {
  background-position: -163px -1px; }

.jcjy .icon {
  background-position: 0 -110px; }
.jcjy:hover .icon {
  background-position: -161px -110px; }
.jcjy .com-link-list {
  width: 160px; }
  .jcjy .com-link-list.fr {
    width: 120px; }

.gdjy .icon {
  background-position: 0 -226px; }
.gdjy:hover .icon {
  background-position: -163px -225px; }

.zyjy .icon {
  background-position: 0 -339px; }
.zyjy:hover .icon {
  background-position: -161px -339px; }

.qyjy .icon {
  background-position: 0 -453px; }
.qyjy:hover .icon {
  background-position: -163px -453px; }

.fxljy .icon {
  background-position: 0 -566px; }
.fxljy:hover .icon {
  background-position: -160px -567px; }
.fxljy .com-link-list {
  width: 160px; }
  .fxljy .com-link-list.fr {
    width: 120px; }

.side-menu {
  position: fixed;
  z-index: 100;
  top: 50%;
  right: 3%; }
  .side-menu li {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 22px 0; }
    .side-menu li a {
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      width: 16px;
      height: 16px;
      margin-left: -8px;
      margin-top: -8px;
      -webkit-transition: transform 1s;
      transition: transform 1s;
      background: url("https://image.ndhy.com/www/2017/v1/img/spr_business.png") -328px -20px no-repeat; }
      .side-menu li a:hover {
        background: url("https://image.ndhy.com/www/2017/v1/img/spr_business.png") -328px 0px no-repeat; }
    .side-menu li i {
      display: block;
      width: 16px;
      height: 16px;
      background: url("https://image.ndhy.com/www/2017/v1/img/spr_business.png") -328px 0px no-repeat;
      filter: alpha(opacity=0);
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: transform 1s;
      transition: transform 1s; }
    .side-menu li.active a {
      background: url("https://image.ndhy.com/www/2017/v1/img/spr_business.png") -328px 0px no-repeat;
      -webkit-transform: scale(0, 0);
      transform: scale(0, 0); }
    .side-menu li.active i {
      display: block;
      background: url("https://image.ndhy.com/www/2017/v1/img/spr_business.png") -328px 0px no-repeat;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      filter: alpha(opacity=100); }

.bsn-s-pic {
  position: fixed;
  top: 0;
  left: -100px;
  bottom: 0;
  height: 100%; }
  .bsn-s-pic .bsn-pic-b {
    width: 120%;
    height: 120%; }
  .bsn-s-pic img {
    width: 105%;
    height: 105%;
    margin-top: -50px; }

.bsn-s-bg {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%; }
  .bsn-s-bg img {
    position: absolute;
    bottom: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.business-layout-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .business-layout-content:hover .hover-bgs {
    opacity: 0.35;
    filter: alpha(opacity=35); }

.btn-more {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  height: 42px;
  line-height: 42px;
  width: 165px;
  border: 2px solid #fff;
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .btn-more:before {
    position: absolute;
    content: "";
    top: 13px;
    right: 40px;
    height: 15px;
    width: 10px;
    background: url(https://image.ndhy.com/www/2017/v1/img/spr1.png) -60px -313px no-repeat;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  .btn-more:hover {
    background-color: #fff;
    color: #474747; }
    .btn-more:hover:before {
      background-position: -60px -353px;
      -webkit-animation: hvr-icon-wobble-horizontal ease-in-out 1s 1;
      animation: hvr-icon-wobble-horizontal ease-in-out 1s 1; }

.business-side {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  transition: all ease-in-out 0.38s;
  -webkit-transition: all ease-in-out 0.38s; }
  .business-side .bg-wrap {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%; }
    .business-side .bg-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%; }
  .business-side .hover-opr-warp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 5; }
  .business-side .hover-opr-warp h3 {
    position: relative;
    top: 42%;
    font-weight: normal;
    font-size: 58px;
    color: #fff;
    text-align: center;
    z-index: 5; }
  .business-side .btn-more {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 65px;
    margin-left: -90px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all ease-in-out 0.3s 0.18s;
    -webkit-transition: all ease-in-out 0.3s 0.18s; }
  .business-side .hover-bgs {
    opacity: 0;
    filter: alpha(opacity=0);
    width: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s; }
  .business-side .bsn-s-con {
    position: relative;
    display: none;
    z-index: 1; }
  .business-side.b-show {
    z-index: 6;
    width: 91.8%; }
    .business-side.b-show .bsn-s-con {
      display: block; }
    .business-side.b-show .hover-bgs {
      opacity: 1;
      filter: alpha(opacity=100);
      width: 100%; }
    .business-side.b-show .btn-more {
      opacity: 1;
      filter: alpha(opacity=100);
      transform: translateX(0%);
      -webkit-transform: translateX(0%); }

.business-l {
  left: 0; }
  .business-l .bg-wrap {
    left: 0; }
  .business-l .btn-more {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }

.business-r {
  right: 0; }
  .business-r .bg-wrap {
    right: 0; }
  .business-r .btn-more {
    transform: translateX(100%);
    -webkit-transform: translateX(100%); }

.body-hidden {
  overflow: hidden; }

.bsn-arrow {
  position: absolute;
  display: none;
  top: 50%;
  width: 30px;
  height: 38px;
  margin-top: -19px;
  background: url("https://image.ndhy.com/www/2017/v1/img/spr_business.png") no-repeat;
  z-index: 7;
  -webkit-animation: hvr-icon-wobble-horizontal ease-in-out 1s 0.5s;
  animation: hvr-icon-wobble-horizontal ease-in-out 1s 0.5s; }
  .bsn-arrow.arrow-l {
    left: 5.3%;
    background-position: -330px -82px; }
  .bsn-arrow.arrow-r {
    right: 5.3%;
    background-position: -330px -42px; }

.section {
  position: relative; }
  .section .bsn-every-cont {
    position: absolute;
    top: 50%;
    margin-top: -19.3%;
    width: 62.5%;
    max-width: 1200px;
    margin-left: -31.25%;
    left: 50%; }
  .section.active .icon-li {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .section.active h3 {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .section.active .sub-head {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.section2 .bsn-every-cont {
  margin-top: -23.6%; }
.section2 .icon-list-wrap {
  width: 80%;
  margin: 6.3% auto 0; }
.section2 .icon-li {
  padding: 0; }
  .section2 .icon-li a {
    width: 100%;
    margin: 0 auto; }
  .section2 .icon-li .icon {
    width: 36.9%;
    height: auto;
    padding-top: 20px; }
  .section2 .icon-li h6 {
    padding-top: 5%;
    padding-bottom: 20px; }
  .section2 .icon-li:hover .hover-plane .icon {
    padding-top: 5.5%; }
  .section2 .icon-li:hover .hover-plane h6 {
    padding-top: 3%; }

/*1280响应*/
@media screen and (max-height: 1400px) {
  .com-link-list {
    width: 1140px;
    margin: 0 auto; }
    .com-link-list li {
      margin-top: 3px; }
      .com-link-list li a {
        font-size: 14px; }

  .com-icon-list {
    width: 1140px;
    margin: 0 auto; }

  .com-icon-li h6 {
    font-size: 16px; }

  .com-icon-li {
    height: 285px;
    width: 378px; }

  .bsn-tab-cont {
    padding-top: 90px; }

  .com-icon-li .hover-bg {
    height: 320px;
    width: 420px;
    margin-top: -160px;
    margin-left: -210px; }
 }

@media screen and (max-height: 1000px) {
  .com-link-list li {
    margin-top: 3px; }
    .com-link-list li a {
      font-size: 14px; }

  .com-icon-li h6 {
    font-size: 16px; }

  .com-icon-li {
    height: 285px; }

  .bsn-tab-cont {
    padding-top: 90px; }

  .com-icon-li .hover-bg {
    height: 320px;
    margin-top: -160px; }
 }

@media screen and (max-height: 900px) {
  .com-link-list li {
    margin-top: 3px; }
    .com-link-list li a {
      font-size: 12px; }

  .com-icon-li {
    height: 260px; }

  .bsn-tab-cont {
    padding-top: 70px; }

  .com-icon-li .hover-bg {
    height: 280px;
    margin-top: -140px; }

  .bsn-community-wrap .bsn-every-cont h3 {
    font-size: 40px; }

  .com-icon-li {
    padding-top: 5px; }
 }

.com-link-list li .href-none {
  cursor: default; }

.com-link-list li .href-none:hover {
  text-decoration: none !important; }

.search-bg {
  margin-bottom: 88px;
  width: 100%;
  height: 354px;
  background: url(https://image.ndhy.com/www/2017/v1/img/search-b.jpg) center 0 no-repeat;
  text-align: center; }
  .search-bg .search-box {
    display: inline-block;
    position: relative;
    margin-top: 180px;
    height: 50px;
    width: 900px;
    background-color: #fff;
    border-radius: 34px; }

.search-text {
  position: absolute;
  top: 0;
  left: 30px;
  height: 50px;
  width: 775px;
  line-height: 50px;
  border: none;
  outline: none;
  color: #666;
  font-size: 24px; }

.search-btn {
  position: absolute;
  top: 12px;
  right: 13px;
  width: 34px;
  height: 30px;
  background: url(https://image.ndhy.com/www/2017/v1/img/search-ico.png) 0 0 no-repeat; }

.no-result {
  text-align: center; }
  .no-result p {
    font-size: 16px;
    color: #333; }
  .no-result .notice-1 {
    margin-bottom: 20px;
    font-size: 20px; }

.hot-word {
  padding-top: 20px;
  margin: 0 auto;
  width: 880px; }
  .hot-word dt {
    float: left; }
  .hot-word dd {
    position: relative;
    float: left;
    margin: 0 5px;
    padding: 0 9px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    line-height: 20px;
    cursor: pointer; }
    .hot-word dd:hover, .hot-word dd.hot-on {
      border-color: transparent; }
      .hot-word dd:hover:after, .hot-word dd.hot-on:after {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        height: 100%;
        width: 100%;
        border-radius: 10px;
        background-color: #fff;
        border: 1px solid #fff;
        opacity: 0.3; }
