@charset "UTF-8";
.red {
  color: red; }

.left-side {
  width: 280px;
  margin-top: -60px;
  position: relative; }
  .left-side .left-side-top {
    background: #0a7ec2;
    padding: 0 10px 10px; }
    .left-side .left-side-top h1 {
      height: 60px;
      line-height: 60px;
      font-size: 18px;
      color: #fff; }
    .left-side .left-side-top > ul {
      background: #fff; }
      .left-side .left-side-top > ul > li {
        float: left;
        line-height: 40px;
        width: 100%;
        border-bottom: 1px dotted #ddd;
        padding-left: 30px;
        box-sizing: border-box;
        position: relative; }
        .left-side .left-side-top > ul > li > ul {
          display: none; }
        .left-side .left-side-top > ul > li:before {
          content: "";
          font-family: "iconfont";
          font-size: 12px;
          position: absolute;
          top: 0;
          left: 10px; }
        .left-side .left-side-top > ul > li a {
          color: #444;
          display: block; }
          .left-side .left-side-top > ul > li a:hover {
            color: #0a7ec2; }
  .left-side .left-slide-bot {
    border: 1px solid #0a7ec2;
    margin-top: 20px; }
    .left-side .left-slide-bot h1 {
      height: 60px;
      line-height: 60px;
      background: #0a7ec2;
      color: #fff;
      font-size: 18px;
      padding-left: 10px;
      box-sizing: border-box; }
    .left-side .left-slide-bot ul {
      padding: 10px;
      background: #fff; }
      .left-side .left-slide-bot ul p {
        line-height: 26px;
        margin: 10px 0; }

.right-area {
  width: 895px;
  margin-top: 20px;
  border: 1px solid #ddd; }
  .right-area .right-area-top {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    padding: 0 10px;
    background: #f7f7f7; }
    .right-area .right-area-top h1 {
      float: left;
      font-size: 14px;
      color: #0a7ec2;
      font-weight: bold; }
    .right-area .right-area-top span {
      float: right;
      font-size: 12px; }
      .right-area .right-area-top span a {
        color: #0a7ec2; }
  .right-area .right-area-bot {
    padding: 10px; }

.header-welcome {
  height: 32px;
  line-height: 32px;
  background: #fff; }
  .header-welcome h1 {
    font-size: 14px;
    height: 32px;
    color: #666;
    padding-left: 148px; }
  .header-welcome ul {
    padding-right: 0; }
    .header-welcome ul li {
      float: left;
      margin-left: 25px;
      height: 32px;
      position: relative;
      z-index: 99; }
      .header-welcome ul li:last-child {
        color: red;
        font-size: 16px; }
        .header-welcome ul li:last-child i {
          color: #666; display:none}
        .header-welcome ul li:last-child:hover .search {
          display: block; }
      .header-welcome ul li a {
        color: #666;
        transition: all 0.5s; }
        .header-welcome ul li a:hover {
          color: #0a7ec2; }
      .header-welcome ul li i {
        font-style: normal;
        font-size: 18px;
        position: relative;
        top: 2px;
        left: -6px; }
      .header-welcome ul li .search {
        position: absolute;
        top: 52px;
        border-left: 1px solid #ddd;
        box-sizing: border-box;
        right: 0;
        width: 230px;
        height: 32px;
        background: #fff;
        display: block; }
        .header-welcome ul li .search input {
          width: 169px;
          height: 32px;
          line-height: 32px;
          border: 0;
          float: left;
          background: none;
          padding-left: 10px; }
        .header-welcome ul li .search button {
          float: left;
          width: 60px;
          height: 32px;
          line-height: 32px;
          background: #0a7ec2;
          color: #fff;
          font-size: 14px;
          border: 0;
          cursor: pointer; }

.article-article-top {
  border-bottom: 1px dotted #ddd;
  text-align: center;
  margin-top: 20px; }
  .article-article-top h1 {
    font-size: 18px; }
  .article-article-top p {
    margin: 10px 0 !important;
    font-size: 12px !important;
    color: #999; }

.article-article-bot {
  padding: 15px 0; }

.article-page {
  text-align: center;
  border-top: 1px dotted #ddd;
  padding: 20px 0;
  margin-top: 30px;
  color: #777; }
  .article-page a {
    color: #0a7ec2; }

.header {
  background: #31434f;
  height: 74px;
  position: relative; }
  .header .mobile {
    display: none; }
  .header .header-logo img {
    width: 132px;
    position: absolute;
    top: -32px;
    z-index: 99; }
  .header .header-logo .logo-png {
    display: none; }
  .header .header-logo .logo-webp {
    display: block; }
  .header .header-nav {
    overflow: hidden;margin-right: 225px; }
    .header .header-nav li {
      box-sizing: border-box;
      float: left;
      height: 74px;
      width: 100px;
      text-align: center;
      transition: all 0.5s;
      position: relative;
      perspective: 300;
      -webkit-perspective: 300; }
      .header .header-nav li a {
        font-size: 16px;
        color: #fff;
        transition: all 0.5s; }
        .header .header-nav li a span {
          display: block;
          height: 74px;
          width: 100%;
          position: absolute;
          left: 0;
          transition: all 0.5s;
          padding-top: 18px; }
          .header .header-nav li a span b {
            display: block;
            font-size: 12px;
            opacity: 0.5;
            margin-top: 5px;
            text-transform: uppercase; }
        .header .header-nav li a .nav1 {
          top: 0;
          transform: rotateX(0deg); }
        .header .header-nav li a .nav2 {
          background: #0a7ec2;
          z-index: 2;
          top: -80%;
          color: #fff;
          transform: rotateX(90deg); }
      .header .header-nav li:hover a .nav1, .header .header-nav li.active a .nav1 {
        top: 50%;
        transform: rotateX(-90deg); }
      .header .header-nav li:hover a .nav2, .header .header-nav li.active a .nav2 {
        top: 0;
        transform: rotateX(0deg); }

.banner, .swiper-container1 {
  height: 486px;
  position: relative;
  overflow: hidden; }
  .banner .swiper-slide, .swiper-container1 .swiper-slide {
    background-size: cover;
    background-position: center center; }

.solution {
  margin: 0 0 20px; }
  .solution h1 {
    font-size: 22px;
    color: #007aff;
    text-align: center;
    position: relative; }
    .solution h1:before {
      content: "";
      position: absolute;
      width: 90px;
      height: 2px;
      background: #d9d9d9;
      top: 12px;
      left: 450px; }
    .solution h1:after {
      content: "";
      position: absolute;
      width: 90px;
      height: 2px;
      background: #d9d9d9;
      top: 12px;
      right: 450px; }
  .solution p {
    font-size: 14px;
    text-align: center;
    color: #999;
    text-transform: uppercase; }
  .solution .solution-block {
    position: relative; }
    .solution .solution-block .swiper-container3 {
      width: 1200px;
      height: auto;
      overflow: hidden;
      position: relative;
      margin-top: 20px; }
      .solution .solution-block .swiper-container3 .swiper-slide {
        height: auto;
        box-sizing: border-box; }
        .solution .solution-block .swiper-container3 .swiper-slide dl dt {
          height: auto;
          overflow: hidden;
          width: 100%; }
          .solution .solution-block .swiper-container3 .swiper-slide dl dt img {
            height: auto;
            transition: all 0.5s; }
        .solution .solution-block .swiper-container3 .swiper-slide dl dd {
          box-sizing: border-box;
          padding: 15px 0 15px 108px;
          text-align: left;
          position: relative; }
          .solution .solution-block .swiper-container3 .swiper-slide dl dd:before {
            content: "";
            width: 72px;
            height: 3px;
            background: #007aff;
            position: absolute;
            top: 25px;
            left: 0; }
          .solution .solution-block .swiper-container3 .swiper-slide dl dd h4 {
            font-size: 16px;
            line-height: 22px;
            color: #0a7ec2; }
          .solution .solution-block .swiper-container3 .swiper-slide dl dd p {
            font-size: 12px;
            color: #666;
            line-height: 20px;
            text-align: left; }
        .solution .solution-block .swiper-container3 .swiper-slide dl:hover dt img {
          transform: scale(1.2); }
    .solution .solution-block .swiper-button-next3, .solution .solution-block .swiper-button-prev3 {
      position: absolute;
      width: 68px;
      height: 68px;
      line-height: 68px;
      text-align: center;
      border-radius: 34px;
      color: #fff;
      font-size: 28px;
      top: 50%;
      margin-top: -34px;
      background: #0a7ec2;
      cursor: pointer;
      display: none; }
      .solution .solution-block .swiper-button-next3.swiper-button-disabled, .solution .solution-block .swiper-button-prev3.swiper-button-disabled {
        background: rgba(0, 0, 0, 0.3); }
    .solution .solution-block .swiper-button-next3 {
      right: -100px; }
    .solution .solution-block .swiper-button-prev3 {
      left: -100px; }
  .solution:hover .swiper-button-next3, .solution:hover .swiper-button-prev3 {
    display: block; }

.product {
  margin: 0;
  padding: 20px 0; }
  .product h1 {
    font-size: 22px;
    color: #007aff;
    text-align: center;
    position: relative; }
    .product h1:before {
      content: "";
      position: absolute;
      width: 90px;
      height: 2px;
      background: #d9d9d9;
      top: 12px;
      left: 450px; }
    .product h1:after {
      content: "";
      position: absolute;
      width: 90px;
      height: 2px;
      background: #d9d9d9;
      top: 12px;
      right: 450px; }
  .product p {
    font-size: 14px;
    text-align: center;
    color: #999;
    text-transform: uppercase; }
  .product .product-block {
    position: relative; }
    .product .product-block .swiper-container4 {
      width: 1200px;
      height: auto;
      overflow: hidden;
      position: relative;
      margin-top: 20px; }
      .product .product-block .swiper-container4 .swiper-slide {
        height: auto;
        box-sizing: border-box; }
        .product .product-block .swiper-container4 .swiper-slide dl dt {
          height: auto;
          overflow: hidden;
          width: 100%;
          background: #fff;
          box-sizing: border-box;
          border: 1px solid #dadada;
          padding: 6px; }
          .product .product-block .swiper-container4 .swiper-slide dl dt img {
            height: auto;
            transition: all 0.5s; }
        .product .product-block .swiper-container4 .swiper-slide dl dd {
          box-sizing: border-box;
          padding: 15px 0;
          text-align: center;
          position: relative; }
          .product .product-block .swiper-container4 .swiper-slide dl dd h4 {
            font-size: 14px;
            line-height: 22px;
            color: #777;
            width: 65%;
            float: left;
            text-align: left; }
          .product .product-block .swiper-container4 .swiper-slide dl dd h5 {
            float: right;
            width: 30%;
            height: 35px;
            line-height: 35px;
            background: #0a7ec2;
            color: #fff;
            border-radius: 3px;
            transition: all 1s; }
            .product .product-block .swiper-container4 .swiper-slide dl dd h5:hover {
              background: #0a6999; }
          .product .product-block .swiper-container4 .swiper-slide dl dd p {
            font-size: 12px;
            color: #666;
            line-height: 20px;
            text-align: left; }
    .product .product-block .swiper-button-next4, .product .product-block .swiper-button-prev4 {
      position: absolute;
      width: 68px;
      height: 68px;
      line-height: 68px;
      text-align: center;
      border-radius: 34px;
      color: #fff;
      font-size: 28px;
      top: 50%;
      margin-top: -34px;
      background: #0a7ec2;
      cursor: pointer;
      display: none; }
      .product .product-block .swiper-button-next4.swiper-button-disabled, .product .product-block .swiper-button-prev4.swiper-button-disabled {
        background: rgba(0, 0, 0, 0.3); }
    .product .product-block .swiper-button-next4 {
      right: -100px; }
    .product .product-block .swiper-button-prev4 {
      left: -100px; }
  .product:hover .swiper-button-next4, .product:hover .swiper-button-prev4 {
    display: block; }

.about {
  height: 470px; }
  .about h1 {
    font-size: 22px;
    color: #007aff;
    text-align: center;
    position: relative;
    padding-top: 20px; }
    .about h1:before {
      content: "";
      position: absolute;
      width: 90px;
      height: 2px;
      background: #d9d9d9;
      top: 32px;
      left: 440px; }
    .about h1:after {
      content: "";
      position: absolute;
      width: 90px;
      height: 2px;
      background: #d9d9d9;
      top: 32px;
      right: 440px; }
  .about p {
    font-size: 14px;
    text-align: center;
    color: #999;
    text-transform: uppercase; }
  .about .honor {
    width: 296px;
    height: 396px;
    position: relative; }
    .about .honor i {
      width: 380px;
      height: 250px;
      position: absolute;
      top: 92px;
      left: 0;
      border: 2px solid rgba(0, 0, 0, 0.2); }
  .about .honor-block {
    width: 296px;
    height: 396px;
    position: relative; }
    .about .honor-block .swiper-container2 {
      width: 296px;
      height: 396px;
      overflow: hidden;
      position: relative;
      margin-top: -30px; }
      .about .honor-block .swiper-container2 .swiper-slide {
        height: 396px;
        box-sizing: border-box; }
        .about .honor-block .swiper-container2 .swiper-slide dl dt {
          height: 396px;
          overflow: hidden;
          width: 100%; }
          .about .honor-block .swiper-container2 .swiper-slide dl dt img {
            height: 396px;
            transition: all 0.5s; }
        .about .honor-block .swiper-container2 .swiper-slide dl dd {
          box-sizing: border-box;
          padding: 15px 0;
          text-align: center;
          position: relative; }
          .about .honor-block .swiper-container2 .swiper-slide dl dd h4 {
            font-size: 14px;
            line-height: 22px;
            color: #777; }
          .about .honor-block .swiper-container2 .swiper-slide dl dd p {
            font-size: 12px;
            color: #666;
            line-height: 20px;
            text-align: left; }
    .about .honor-block .swiper-button-next2, .about .honor-block .swiper-button-prev2 {
      position: absolute;
      width: 34px;
      height: 34px;
      line-height: 34px;
      text-align: center;
      color: #fff;
      font-size: 20px;
      bottom: 30px;
      background: #0a7ec2;
      cursor: pointer; }
      .about .honor-block .swiper-button-next2.swiper-button-disabled, .about .honor-block .swiper-button-prev2.swiper-button-disabled {
        background: rgba(0, 0, 0, 0.3); }
    .about .honor-block .swiper-button-next2 {
      right: -192px; }
    .about .honor-block .swiper-button-prev2 {
      right: -158px; }
  .about .about-text {
    width: 780px;
    padding-top: 50px; }
    .about .about-text p {
      font-size: 14px;
      line-height: 32px;
      color: #555;
      text-align: left;
      margin: 12px 0;
      text-indent: 28px;
      font-family: 宋体; }

.customers {
  position: relative;
  margin: 20px 0; }
  .customers h1 {
    font-size: 22px;
    color: #007aff;
    text-align: center;
    position: relative; }
    .customers h1:before {
      content: "";
      position: absolute;
      width: 90px;
      height: 2px;
      background: #d9d9d9;
      top: 12px;
      left: 450px; }
    .customers h1:after {
      content: "";
      position: absolute;
      width: 90px;
      height: 2px;
      background: #d9d9d9;
      top: 12px;
      right: 450px; }
  .customers p {
    font-size: 14px;
    text-align: center;
    color: #999;
    text-transform: uppercase; }
  .customers .customers-block {
    position: relative;
    padding-bottom: 20px;
    z-index: 99;
    margin-top: 20px; }
    .customers .customers-block .swiper-container5 {
      width: 100%;
      overflow: hidden;
      position: relative;
      margin-top: 0;
      padding: 0; }
      .customers .customers-block .swiper-container5 .swiper-slide {
        box-sizing: border-box; }
        .customers .customers-block .swiper-container5 .swiper-slide dl dt {
          overflow: hidden;
          width: 100%; }
          .customers .customers-block .swiper-container5 .swiper-slide dl dt img {
            transition: all 0.5s; }
        .customers .customers-block .swiper-container5 .swiper-slide dl dd {
          box-sizing: border-box;
          text-align: left;
          position: relative; }
          .customers .customers-block .swiper-container5 .swiper-slide dl dd:before {
            content: "";
            width: 72px;
            height: 3px;
            background: #007aff;
            position: absolute;
            top: 25px;
            left: 0; }
          .customers .customers-block .swiper-container5 .swiper-slide dl dd h4 {
            font-size: 16px;
            line-height: 22px;
            color: #0a7ec2; }
          .customers .customers-block .swiper-container5 .swiper-slide dl dd p {
            font-size: 12px;
            color: #666;
            line-height: 20px;
            text-align: left; }
        .customers .customers-block .swiper-container5 .swiper-slide dl:hover dt img {
          transform: scale(1.2); }
  .customers .swiper-button-next5, .customers .swiper-button-prev5 {
    position: absolute;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 34px;
    color: #fff;
    font-size: 28px;
    top: 50%;
    margin-top: -34px;
    background: #0a7ec2;
    cursor: pointer;
    display: none; }
    .customers .swiper-button-next5.swiper-button-disabled, .customers .swiper-button-prev5.swiper-button-disabled {
      background: rgba(0, 0, 0, 0.3); }
  .customers .swiper-button-next5 {
    right: -100px; }
  .customers .swiper-button-prev5 {
    left: -100px; }
  .customers:hover .swiper-button-next5, .customers:hover .swiper-button-prev5 {
    display: block; }

.service-items {
  margin: 20px 0; }
  .service-items dl {
    width: 20%;
    height: 395px;
    float: left;
    background: #f8f8f8;
    position: relative;
    transition: all 0.5s; }
    .service-items dl.dl-02 dd ul li span, .service-items dl.dl-02 dd ul li a, .service-items dl.dl-04 dd ul li span, .service-items dl.dl-04 dd ul li a, .service-items dl.dl-05 dd ul li span, .service-items dl.dl-05 dd ul li a {
      width: 45px; }
    .service-items dl:nth-child(2) {
      background: #f4f4f4; }
    .service-items dl:nth-child(3) {
      background: #eee; }
    .service-items dl:nth-child(4) {
      background: #e6e6e6; }
    .service-items dl:nth-child(5) {
      background: #e0e0e0; }
    .service-items dl dt {
      width: 100%;
      height: 128px;
      overflow: hidden; }
      .service-items dl dt img {
        width: 100%;
        height: 100%;
        transition: all 0.5s; }
    .service-items dl dd {
      padding: 20px;
      box-sizing: border-box; }
      .service-items dl dd h4 {
        font-size: 18px;
        color: #0a7ec2;
        transition: all 0.5s; }
      .service-items dl dd hr {
        width: 30px;
        height: 1px;
        background: #cdcdcd;
        margin: 15px 0;
        transition: all 0.5s; }
      .service-items dl dd ul li {
        margin: 5px 0; }
        .service-items dl dd ul li a, .service-items dl dd ul li span {
          font-size: 13px;
          color: #888;
          display: inline-block;
          transition: all 0.5s; }
      .service-items dl dd a.more {
        width: 76px;
        height: 23px;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 12px;
        display: block;
        line-height: 23px;
        text-align: center;
        text-transform: uppercase;
        color: #666;
        position: absolute;
        left: 20px;
        bottom: 20px;
        transition: all 0.5s; }
    .service-items dl:hover {
      background: #0a7ec2; }
      .service-items dl:hover dt img {
        transform: scale(1.2); }
      .service-items dl:hover dd h4 {
        color: #fff; }
      .service-items dl:hover dd hr {
        background: #fff; }
      .service-items dl:hover dd ul li a, .service-items dl:hover dd ul li span {
        color: #fff; }
      .service-items dl:hover dd a.more {
        color: #0a7ec2; }

.company-content {
  background: #f7f7f7;
  padding: 15px 0 25px; }
  .company-content h4 {
    width: 50%;
    float: left;
    font-size: 20px;
    color: #0a7ec2;
    line-height: 45px; }
  .company-content .company-content-top {
    background: #fff;
    border: 1px solid #dedede;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: 395px; }
    .company-content .company-content-top .company-video {
      width: 50%;
      height: 395px;
      position: relative; }
      .company-content .company-content-top .company-video img {
        width: 100%;
        height: 100%; }
      .company-content .company-content-top .company-video .bg {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0; }
      .company-content .company-content-top .company-video i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        font-size: 70px;
        font-style: normal; }
    .company-content .company-content-top .company-introduction {
      width: 50%;
      height: 395px; }
      .company-content .company-content-top .company-introduction img {
        width: auto;
        margin: 36px auto 0; }
      .company-content .company-content-top .company-introduction p {
        text-indent: 25px;
        font-size: 14px;
        line-height: 27px;
        padding: 15px; }
  .company-content .teaching-environment > h4 {
    font-size: 20px;
    color: #0a7ec2;
    line-height: 45px;
    margin: 10px 0 6px; }
  .company-content .teaching-environment .swiper-container2 {
    width: 1200px;
    height: 200px;
    overflow: hidden;
    position: relative; }
    .company-content .teaching-environment .swiper-container2 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
    .company-content .teaching-environment .swiper-container2 .swiper-button-prev, .company-content .teaching-environment .swiper-container2 .swiper-button-next {
      width: 30px;
      height: 60px;
      line-height: 60px;
      text-align: center;
      background: #0a7ec2; }
      .company-content .teaching-environment .swiper-container2 .swiper-button-prev:after, .company-content .teaching-environment .swiper-container2 .swiper-button-next:after {
        font-family: "iconfont";
        font-size: 20px;
        color: #fff; }
      .company-content .teaching-environment .swiper-container2 .swiper-button-prev.swiper-button-disabled, .company-content .teaching-environment .swiper-container2 .swiper-button-next.swiper-button-disabled {
        background: rgba(0, 0, 0, 0.5);
        opacity: 1; }
    .company-content .teaching-environment .swiper-container2 .swiper-button-prev {
      left: 0; }
      .company-content .teaching-environment .swiper-container2 .swiper-button-prev:after {
        content: ""; }
    .company-content .teaching-environment .swiper-container2 .swiper-button-next {
      right: 0; }
      .company-content .teaching-environment .swiper-container2 .swiper-button-next:after {
        content: ""; }

.team-student {
  background: url(/html/templets/zmcdz/images/team_bg.jpg) center center no-repeat;
  height: auto;
  text-align: center;
  padding: 30px 0; }
  .team-student ul {
    margin: auto;
    width: auto;
    text-align: center;
    display: inline-block;
    position: relative; }
    .team-student ul:after, .team-student ul:before {
      content: "";
      width: 120px;
      height: 1px;
      background: #ececec;
      position: absolute;
      top: 15px; }
    .team-student ul:after {
      left: -120px; }
    .team-student ul:before {
      right: -120px; }
    .team-student ul li {
      float: left;
      font-size: 20px;
      color: #0a7ec2;
      margin: 0 30px;
      position: relative; }
      .team-student ul li:first-child:before {
        content: "";
        width: 1px;
        height: 15px;
        background: #ececec;
        position: absolute;
        top: 8px;
        right: -30px; }
      .team-student ul li.active {
        color: #0a7ec2; }
  .team-student .team-block {
    position: relative; }
    .team-student .team-block .swiper-container3 {
      width: 1200px;
      height: 410px;
      overflow: hidden;
      position: relative;
      margin-top: 20px; }
      .team-student .team-block .swiper-container3 .swiper-slide {
        background: #fff;
        height: 400px;
        border: 1px solid #ececec;
        box-sizing: border-box;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); }
        .team-student .team-block .swiper-container3 .swiper-slide dl dt {
          height: 267px;
          overflow: hidden;
          width: 100%; }
          .team-student .team-block .swiper-container3 .swiper-slide dl dt img {
            height: 267px;
            transition: all 0.5s; }
        .team-student .team-block .swiper-container3 .swiper-slide dl dd {
          box-sizing: border-box;
          padding: 20px 15px;
          text-align: left; }
          .team-student .team-block .swiper-container3 .swiper-slide dl dd h4 {
            font-size: 16px;
            line-height: 45px;
            color: #0a7ec2; }
          .team-student .team-block .swiper-container3 .swiper-slide dl dd p {
            font-size: 12px;
            color: #666;
            line-height: 20px; }
        .team-student .team-block .swiper-container3 .swiper-slide dl:hover dt img {
          transform: scale(1.2); }
    .team-student .team-block .swiper-button-next3, .team-student .team-block .swiper-button-prev3 {
      position: absolute;
      width: 68px;
      height: 68px;
      line-height: 68px;
      text-align: center;
      border-radius: 34px;
      color: #fff;
      font-size: 28px;
      top: 50%;
      margin-top: -34px;
      background: #0a7ec2;
      cursor: pointer; }
      .team-student .team-block .swiper-button-next3.swiper-button-disabled, .team-student .team-block .swiper-button-prev3.swiper-button-disabled {
        background: rgba(0, 0, 0, 0.3); }
    .team-student .team-block .swiper-button-next3 {
      right: -100px; }
    .team-student .team-block .swiper-button-prev3 {
      left: -100px; }
  .team-student .student-block {
    display: none;
    position: relative; }
    .team-student .student-block .swiper-container4 {
      width: 1200px;
      height: 330px;
      overflow: hidden;
      position: relative;
      margin-top: 20px; }
      .team-student .student-block .swiper-container4 .swiper-slide {
        background: #fff;
        height: 240px;
        border: 1px solid #ececec;
        box-sizing: border-box;
        box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
        margin-top: 80px; }
        .team-student .student-block .swiper-container4 .swiper-slide dl {
          box-sizing: border-box;
          padding: 20px;
          transition: all 0.5s; }
          .team-student .student-block .swiper-container4 .swiper-slide dl:hover {
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
          .team-student .student-block .swiper-container4 .swiper-slide dl dt {
            position: absolute;
            width: 130px;
            height: 130px;
            border-radius: 65px;
            overflow: hidden;
            left: 50%;
            top: -50px;
            margin-left: -65px;
            border: 1px solid rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
            .team-student .student-block .swiper-container4 .swiper-slide dl dt img {
              width: 100%;
              height: 100%; }
          .team-student .student-block .swiper-container4 .swiper-slide dl dd h4 {
            margin-top: 60px;
            font-size: 16px;
            line-height: 60px;
            color: #333; }
          .team-student .student-block .swiper-container4 .swiper-slide dl dd p {
            font-size: 13px;
            color: #999;
            text-align: left;
            text-indent: 25px;
            line-height: 25px; }
            .team-student .student-block .swiper-container4 .swiper-slide dl dd p a {
              color: #0a7ec2; }
    .team-student .student-block .swiper-button-next4, .team-student .student-block .swiper-button-prev4 {
      position: absolute;
      width: 68px;
      height: 68px;
      line-height: 68px;
      text-align: center;
      border-radius: 34px;
      color: #fff;
      font-size: 28px;
      top: 50%;
      margin-top: -34px;
      background: #0a7ec2;
      cursor: pointer; }
      .team-student .student-block .swiper-button-next4.swiper-button-disabled, .team-student .student-block .swiper-button-prev4.swiper-button-disabled {
        background: rgba(0, 0, 0, 0.3); }
    .team-student .student-block .swiper-button-next4 {
      right: -100px; }
    .team-student .student-block .swiper-button-prev4 {
      left: -100px; }

.news-problem {
  padding-bottom: 30px;
  margin: 10px 0;
  background: #fff; }
  .news-problem h1 {
    font-size: 22px;
    color: #007aff;
    text-align: center;
    position: relative;
    padding-top: 20px; }
    .news-problem h1:before {
      content: "";
      position: absolute;
      width: 90px;
      height: 2px;
      background: #d9d9d9;
      top: 32px;
      left: 440px; }
    .news-problem h1:after {
      content: "";
      position: absolute;
      width: 90px;
      height: 2px;
      background: #d9d9d9;
      top: 32px;
      right: 440px; }
  .news-problem p {
    font-size: 14px;
    text-align: center;
    color: #999;
    text-transform: uppercase;
    padding-bottom: 20px; }
  .news-problem .news-block, .news-problem .problem-block {
    width: 48%; }
  .news-problem .news-block-top h4 {
    font-size: 20px;
    color: #0a7ec2; }
  .news-problem .news-block-top ul {
    width: 100%; }
    .news-problem .news-block-top ul li {
      font-size: 18px;
      float: left;
      width: 135px;
      text-align: left;
      cursor: pointer;
      position: relative; }
      .news-problem .news-block-top ul li:first-child:before {
        content: "";
        width: 1px;
        height: 18px;
        background: #ddd;
        position: absolute;
        right: 28px;
        top: 5px; }
      .news-problem .news-block-top ul li.active {
        color: #0a7ec2; }
  .news-problem .news-block-bot {
    margin-top: 15px; }
    .news-problem .news-block-bot.news-block-bot2 {
      display: none; }
    .news-problem .news-block-bot dl dt {
      float: left;
      width: 210px; }
      .news-problem .news-block-bot dl dt img {
        width: 210px;
        height: 140px;
        border-radius: 0 20px 0 20px; }
    .news-problem .news-block-bot dl dd {
      width: 350px;
      float: right; }
      .news-problem .news-block-bot dl dd h6 a {
        font-size: 15px;
        color: #333;
        line-height: 45px; }
      .news-problem .news-block-bot dl dd p {
        font-size: 13px;
        color: #999;
        line-height: 22px;
        margin: 0 0 15px;
        text-align: left; }
      .news-problem .news-block-bot dl dd a.more {
        padding: 6px 20px;
        background: #0a7ec2;
        color: #fff; }
    .news-problem .news-block-bot ul {
      margin-top: 15px; }
      .news-problem .news-block-bot ul li {
        line-height: 60px;
        border-top: 1px solid #ececec;
        padding-left: 24px;
        position: relative; }
        .news-problem .news-block-bot ul li a {
          color: #333;
          transition: all 1s; }
          .news-problem .news-block-bot ul li a:hover {
            color: #0a7ec2; }
          .news-problem .news-block-bot ul li a span {
            float: right;
            color: #999; }
        .news-problem .news-block-bot ul li:before {
          content: "";
          font-size: 16px;
          color: #cdcdcd;
          font-family: "iconfont";
          position: absolute;
          left: 0; }
  .news-problem .problem-block .problem-block-top h4 {
    font-size: 20px;
    color: #0a7ec2; }
  .news-problem .problem-block .problem-block-top a {
    font-size: 14px;
    color: #333; }
  .news-problem .problem-block .problem-block-bot {
    margin-top: 15px; }
    .news-problem .problem-block .problem-block-bot dl {
      float: left;
      margin-bottom: 2px;
      width: 100%; }
      .news-problem .problem-block .problem-block-bot dl.active dt {
        background: #0a7ec2;
        color: #fff; }
        .news-problem .problem-block .problem-block-bot dl.active dt:before {
          color: #fff; }
        .news-problem .problem-block .problem-block-bot dl.active dt:after {
          color: #fff;
          transform: rotate(270deg); }
      .news-problem .problem-block .problem-block-bot dl.active dd {
        display: block; }
      .news-problem .problem-block .problem-block-bot dl dt {
        height: 50px;
        line-height: 50px;
        background: #ececec;
        font-size: 14px;
        position: relative;
        color: #333;
        padding-left: 42px;
        cursor: pointer;
        transition: all 0.5s; }
        .news-problem .problem-block .problem-block-bot dl dt:before {
          content: "";
          font-size: 14px;
          position: absolute;
          left: 15px;
          font-family: "iconfont";
          color: #b2b2b2;
          transition: all 0.5s; }
        .news-problem .problem-block .problem-block-bot dl dt:after {
          content: "?";
          font-size: 18px;
          position: absolute;
          right: 15px;
          font-family: "iconfont";
          color: #b2b2b2;
          transform: rotate(180deg);
          transition: all 0.5s; }
      .news-problem .problem-block .problem-block-bot dl dd {
        padding: 12px 42px;
        color: #999;
        font-size: 12px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
        display: none; }

.partner h1 {
  font-size: 22px;
  color: #007aff;
  text-align: center;
  position: relative;
  padding-top: 20px; }
  .partner h1:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #d9d9d9;
    top: 32px;
    left: 440px; }
  .partner h1:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 2px;
    background: #d9d9d9;
    top: 32px;
    right: 440px; }
.partner p {
  font-size: 14px;
  text-align: center;
  color: #999;
  text-transform: uppercase; }
.partner ul {
  padding: 20px 0; }
  .partner ul li {
    float: left;
    width: 157px;
    height: 80px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
    margin: 6px; }
    .partner ul li img {
      width: 157px;
      height: 100%; }
.partne ul li img{width:226px;}

.link h1 {
  border-bottom: 1px solid #dedede;
  text-align: left;
  font-size: 17px;
  color: #007aff;
  line-height: 45px; }
  .link h1 span {
    color: #b9b9b9; }
.link ul {
  padding-top: 15px; }
  .link ul li {
    float: left;
    padding-right: 30px;
    line-height: 25px; }
    .link ul li a {
      color: #666; }

.message-block {
  height: 153px; }

.message-large {
  width: 100%;
  height: 153px;
  background: rgba(255, 168, 17, 0.85);
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99; }
  .message-large .message-bg {
    position: absolute;
    bottom: 0;
    left: -55px;
    width: 535px; }
  .message-large ul {
    padding-left: 500px;
    position: relative;
    width: 475px;
    margin-top: 20px;
    float: left; }
    .message-large ul li {
      float: left;
      margin: 15px 0 0 30px;
      width: 205px;
      overflow: hidden; }
      .message-large ul li input {
        background: #fff;
        height: 32px;
        line-height: 32px;
        width: 100%;
        border: 0;
        padding-left: 10px;
        box-sizing: border-box;
        border-radius: 3px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
    .message-large ul .message-button {
      width: 66px;
      height: 80px;
      box-sizing: border-box;
      box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.5);
      padding: 0 15px;
      line-height: 25px;
      font-size: 14px;
      color: #ff8400;
      text-shadow: 1px 1px 1px #fff;
      background: url(/html/templets/zmcdz/images/message-button.jpg);
      position: absolute;
      top: 15px;
      right: -90px;
      border: 0;
      border-radius: 3px;
      cursor: pointer; }
  .message-large .close {
    position: absolute;
    right: 60px;
    top: 20px;
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    cursor: pointer; }

.footer {
  background: #1986c6;
  height: 278px;
  margin-top: 35px; }
  .footer .footer-top {
    height: 195px;
    margin-top: 20px; }
    .footer .footer-top .footer-top-navigation {
      width: 195px;
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      display: none; }
      .footer .footer-top .footer-top-navigation img {
        width: 160px; }
      .footer .footer-top .footer-top-navigation p {
        width: 160px;
        color: rgba(255, 255, 255, 0.8);
        line-height: 32px;
        font-size: 12px;
        text-align: center; }
    .footer .footer-top .footer-top-link {
      width: 608px;
      height: 195px;
      padding-left: 200px;
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
      .footer .footer-top .footer-top-link ul {
        float: left;
        width: 100%;
        padding-bottom: 20px; }
        .footer .footer-top .footer-top-link ul li {
          float: left;
          width: 100px; }
          .footer .footer-top .footer-top-link ul li a {
            color: #fff;
            font-size: 14px;
            display: block; }
      .footer .footer-top .footer-top-link p {
        line-height: 35px;
        color: #fff; }
    .footer .footer-top .footer-tel {
      padding-left: 40px;
      width: 250px; }
      .footer .footer-top .footer-tel div {
        margin: 60px 0 0 0; }
        .footer .footer-top .footer-tel div span {
          color: #fff;
          font-size: 50px;
          float: left; }
        .footer .footer-top .footer-tel div p {
          float: left;
          color: #fff;
          font-size: 14px;
          margin-left: 15px;
          padding-bottom: 6px; }
        .footer .footer-top .footer-tel div h1 {
          float: left;
          font-size: 24px;
          color: #f6ff00;
          margin-left: 15px; }
  .footer .footer-bot {
    height: 62px;
    line-height: 62px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    width: 100%; }
    .footer .footer-bot p {
      width: 100%;
      font-size: 12px; }
    .footer .footer-bot a {
      color: #0a7ec2; }

.nei-banner {
  height: 350px;
  background-size: cover;
  background-position: center center; }

.classification {
  height: 50px;
  background: #31434f; }
  .classification ul {
    position: absolute;
    left: 0;
    bottom: 0; }
    .classification ul li {
      display: inline-block;
      padding: 0 20px;
      vertical-align: bottom;
      height: 50px;
      line-height: 50px;
      transition: all 0.5s; }
      .classification ul li a {
        color: #fff;
        display: block;
        transition: all 0.5s; }
      .classification ul li.active, .classification ul li:hover {
        background: #0a7ec2;
        height: 100px;
        line-height: 100px; }
        .classification ul li.active a, .classification ul li:hover a {
          color: #fff; }

.text-area-title h4 {
  font-size: 20px;
  margin-top: 20px;
  line-height: 45px;
  text-align: center; }

.text-area-con p {
  line-height: 22px;
  font-size: 14px;
  margin: 20px 0; }

.page-list {
  text-align: center;
  margin: 20px 0; }
  .page-list li {
    display: inline-block; }
    .page-list li.thisclass a {
      background: #0a7ec2;
      color: #fff;
      border-color: #0a7ec2; }
    .page-list li a {
      padding: 6px 15px;
      border: 1px solid #ddd;
      border-radius: 3px;
      color: #444;
      transition: all 0.5s;
      display: block;
      margin: 2px 0; }
      .page-list li a:hover {
        background: #0a7ec2;
        color: #fff;
        border-color: #0a7ec2; }

.science-area-con dl {
  float: left;
  width: 25%;
  padding: 15px;
  box-sizing: border-box; }
  .science-area-con dl dt {
    overflow: hidden;
    padding: 6px;
    border: 1px solid #ddd; }
    .science-area-con dl dt img {
      transition: all 0.5s; }
  .science-area-con dl dd {
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #333;
    font-size: 14px;
    transition: all 0.5s; }
  .science-area-con dl:hover dt img {
    transform: scale(1.2); }
  .science-area-con dl:hover dd {
    color: #0a7ec2; }

.download-con dl {
  padding: 10px 0;
  border-bottom: 1px dotted #ddd; }
  .download-con dl dd h6 {
    float: left; }
    .download-con dl dd h6 a {
      color: #333; }
      .download-con dl dd h6 a:hover {
        color: #0a7ec2; }
  .download-con dl dd span {
    float: right; }
    .download-con dl dd span a {
      color: #0a7ec2; }
    .download-con dl dd span i {
      font-style: normal; }

.news-area-con dl {
  padding: 20px 0;
  border-bottom: 1px dotted #ddd; }
  .news-area-con dl dt {
    float: left; }
  .news-area-con dl dt {
    width: 150px;
    overflow: hidden; }
    .news-area-con dl dt img {
      width: 100%;
      transition: all 0.5s; }
  .news-area-con dl dd {
    margin-left: 165px; }
    .news-area-con dl dd h6 {
      font-size: 16px;
      padding-bottom: 10px; }
      .news-area-con dl dd h6 a {
        color: #333;
        transition: all 0.5s; }
        .news-area-con dl dd h6 a:hover {
          color: #0a7ec2; }
    .news-area-con dl dd p {
      color: #999;
      line-height: 20px;
      padding: 0 0 10px; }
    .news-area-con dl dd .more {
      background: #0a7ec2;
      padding: 5px 20px;
      color: #fff; }
    .news-area-con dl dd span {
      color: #999; }
  .news-area-con dl:hover dt img {
    transform: scale(1.2); }

.product-con .product-details-top {
  width: 100%;
  float: left; }
  .product-con .product-details-top .product-details-pic {
    float: left;
    width: 400px;
    margin-right: 25px; }
  .product-con .product-details-top .product-details-des h3 {
    font-size: 18px; }
  .product-con .product-details-top .product-details-des a {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    background: #007aff;
    display: inline-block;
    margin-top: 20px; }
.product-con .product-details-bot {
  width: 100%;
  float: left;
  margin-top: 25px; }
  .product-con .product-details-bot ul {
    border-bottom: 1px solid #ddd;
    float: left;
    height: 36px;
    width: 100%; }
    .product-con .product-details-bot ul li {
      width: 120px;
      float: left;
      height: 35px;
      line-height: 35px;
      border: 1px solid #ddd;
      text-align: center;
      margin-left: -1px;
      cursor: pointer; }
      .product-con .product-details-bot ul li.active {
        background: #007aff;
        color: #fff; }
    .product-con .product-details-bot ul h4 {
      width: 120px;
      float: left;
      height: 35px;
      line-height: 35px;
      border: 1px solid #ddd;
      text-align: center;
      margin-left: -1px; }
      .product-con .product-details-bot ul h4 a {
        color: #007aff;
        text-decoration: none; }
  .product-con .product-details-bot .product-details-tabs {
    display: none;
    padding: 20px 0;
    float: left; }

.team-area-con dl {
  width: 33.33%;
  float: left;
  padding: 10px;
  box-sizing: border-box; }
  .team-area-con dl dt {
    overflow: hidden;
    width: 100%; }
    .team-area-con dl dt img {
      transition: all 0.5s; }
  .team-area-con dl dd {
    box-sizing: border-box;
    padding: 20px 15px;
    text-align: left; }
    .team-area-con dl dd h4 {
      font-size: 16px;
      line-height: 45px;
      color: #0a7ec2; }
    .team-area-con dl dd p {
      font-size: 12px;
      color: #666;
      line-height: 20px; }
  .team-area-con dl:hover dt img {
    transform: scale(1.2); }

@media screen and (max-width: 750px) {
  .content-block {
    width: 100%; }

  .header-welcome {
    display: none; }

  .left-side {
    width: 100%;
    margin-top: 12px; }
    .left-side .left-slide-bot {
      display: none; }

  .right-area {
    width: 100%;
    margin: 12px 0; }
    .right-area .right-area-top span {
      display: none; }
    .right-area .right-area-bot {
      padding: 5px; }

  .header {
    height: 60px;
    position: relative; }
    .header .mobile {
      display: block;
      width: 25px;
      position: absolute;
      top: 15px;
      right: 20px; }
      .header .mobile span {
        width: 25px;
        height: 2px;
        background: #fff;
        margin-top: 6px;
        float: left;
        position: relative;
        transition: all 0.5s; }
      .header .mobile.active span:first-child {
        transform: rotate(45deg);
        top: 8px; }
      .header .mobile.active span:last-child {
        transform: rotate(-45deg);
        top: 0; }
      .header .mobile.active span:nth-child(2) {
        display: none; }
    .header .header-logo img {
      width: 70px;
      top: 8px;
      left: 12px; }
    .header .header-logo .logo-png {
      display: block; }
    .header .header-logo .logo-webp {
      display: none; }
    .header .header-nav {
      position: fixed;
      width: 160px;
      height: 100%;
      background: rgba(0, 0, 0, 0.9);
      z-index: 99;
      margin:0;
      top: 0;
      right: -160px; }
      .header .header-nav li {
        height: 60px;
        line-height: 60px;
        padding: 0;
        overflow: hidden;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        .header .header-nav li a {
          color: rgba(255, 255, 255, 0.8); }
          .header .header-nav li a span {
            height: 60px;
            padding-top: 0; }
          .header .header-nav li a .nav1 b {
            display: none; }
          .header .header-nav li a .nav2 {
            display: none; }
        .header .header-nav li.active a .nav2 {
          display: block; }

  .banner, .swiper-container1 {
    height: 150px; }

  .product-con .product-details-top .product-details-pic {
    width: 100%; }
  .product-con .product-details-bot ul li {
    width: 24%; }
  .product-con .product-details-bot ul h4 {
    width: 24%; }

  .service-items {
    margin-bottom: 0; }
    .service-items dl {
      height: auto;
      width: 43%;
      margin-left: 4%;
      background: #fff !important; }
      .service-items dl dt {
        height: auto; }
      .service-items dl:last-child {
        display: none; }
      .service-items dl dd {
        padding: 0; }
        .service-items dl dd hr, .service-items dl dd ul, .service-items dl dd a.more {
          display: none; }
        .service-items dl dd h4 {
          font-size: 16px;
          text-align: center;
          line-height: 45px; }

  .company-content h4 {
    width: 100%;
    text-align: center; }
  .company-content .company-video-title, .company-content .company-video {
    display: none; }
  .company-content .company-content-top {
    height: auto; }
    .company-content .company-content-top .company-introduction {
      width: 90%;
      height: auto;
      margin-left: 5%; }
  .company-content .teaching-environment {
    width: 100%; }
    .company-content .teaching-environment h4 {
      text-align: center; }
    .company-content .teaching-environment .swiper-container2 {
      width: 100%;
      height: auto; }

  .about {
    height: auto; }
    .about .honor {
      display: none; }
    .about .about-text {
      width: 100%;
      box-sizing: border-box;
      padding: 0 20px; }
      .about .about-text p {
        display: none; }
        .about .about-text p:first-child {
          display: block; }

  .customers {
    display: none; }

  .news-problem {
    margin-top: 0; }

  .partner, .link {
    display: none; }

  .solution {
    margin: 20px 0 0;
    padding-bottom: 0 !important; }
    .solution .solution-block .swiper-container3 {
      width: 100%; }
      .solution .solution-block .swiper-container3 dl dd {
        padding-left: 0 !important; }
        .solution .solution-block .swiper-container3 dl dd h4 {
          text-align: center; }
        .solution .solution-block .swiper-container3 dl dd:before {
          display: none; }
        .solution .solution-block .swiper-container3 dl dd p {
          display: none; }
    .solution .solution-block .swiper-button-next3, .solution .solution-block .swiper-button-prev3 {
      width: 38px;
      border-radius: 0;
      z-index: 99; }
    .solution .solution-block .swiper-button-next3 {
      right: 0; }
    .solution .solution-block .swiper-button-prev3 {
      left: 0; }

  .product {
    margin: 0;
    background: none !important; }
    .product .swiper-slide dl dd h4 {
      width: 100% !important; }
    .product .swiper-slide dl dd h5 {
      display: none; }
    .product .product-block .swiper-container4 {
      width: 100%; }
    .product .product-block .swiper-button-next4, .product .product-block .swiper-button-prev4 {
      width: 38px;
      border-radius: 0;
      z-index: 99; }
    .product .product-block .swiper-button-next4 {
      right: 0; }
    .product .product-block .swiper-button-prev4 {
      left: 0; }

  .solution h1:before, .solution h1:after, .product h1:before, .product h1:after, .about h1:before, .about h1:after {
    display: none; }

  .news-problem {
    margin-top: 15px;
    background: none !important; }
    .news-problem h1, .news-problem p {
      display: none; }
    .news-problem .problem-block {
      display: none; }
    .news-problem .news-block {
      width: 90%;
      margin-left: 5%; }
      .news-problem .news-block dl dt {
        width: 30%; }
        .news-problem .news-block dl dt img {
          width: 100%;
          height: auto; }
      .news-problem .news-block dl dd {
        width: 65%; }
        .news-problem .news-block dl dd h6 {
          margin-bottom: 10px; }
          .news-problem .news-block dl dd h6 a {
            font-size: 14px;
            line-height: 20px; }
        .news-problem .news-block dl dd p {
          font-size: 12px;
          display: none; }

  .message-large, .message-block {
    display: none; }

  .footer {
    height: 68px;
    padding-top: 20px;
    margin-top: 0; }
    .footer .footer-top {
      display: none; }
    .footer .footer-bot p {
      float: left !important;
      line-height: 24px;
      width: 80%;
      text-align: center;
      font-size: 12px;
      padding: 0 10%; }

  .nei-banner {
    height: 100px; }

  .classification {
    height: auto;
    background: none; }
    .classification > div {
      height: auto !important; }
    .classification ul {
      position: relative;
      margin-top: 15px; }
      .classification ul li {
        width: 30%;
        text-align: center;
        padding: 0;
        border-radius: 23px;
        border: 1px solid #ddd;
        height: 40px !important;
        line-height: 40px !important;
        margin: 15px 1% 0; }
        .classification ul li a {
          color: #333; }

  .text-area-con, .science-area-con, .team-area-con, .news-area-con, .download-con, .product-con {
    padding: 0 15px; }

  .science-area-con dl {
    width: 50%; }

  .news-area-con dl {
    padding: 10px 15px; }
    .news-area-con dl dt {
      width: 100px; }
    .news-area-con dl dd {
      margin-left: 115px; }
      .news-area-con dl dd p, .news-area-con dl dd span, .news-area-con dl dd .more {
        display: none; }

  .team-area-con dl {
    width: 50%; }
    .team-area-con dl dd {
      padding: 10px 0; }
      .team-area-con dl dd h4 {
        font-size: 14px;
        line-height: 20px;
        text-align: center; }
      .team-area-con dl dd p {
        display: none; } }

/*# sourceMappingURL=main.css.map */