.container {
  width: 1400px;
  margin-left: auto;
  margin-right: auto; }

.header {
  width: 100%;
  height: 150px;
  background-color: #fff; }
  .header .container {
    height: 100%;
    background-image: url(../images/img01.png);
    background-repeat: no-repeat;
    background-position: right 40px; }
  .header .left {
    width: 475px;
    height: 100px;
    background-image: url(../images/head-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    margin-top: 25px; }
  .header .right {
    width: 420px;
    height: 100%;
    float: right; }
    .header .right .tops {
      width: 100%;
      height: 12px;
      line-height: 12px;
      font-size: 12px;
      margin-top: 20px; }
      .header .right .tops .date {
        width: auto;
        height: 12px;
        color: #666;
        display: inline-block;
        float: right; }
      .header .right .tops .func {
        width: auto;
        height: 12px;
        line-height: 12px;
        display: inline-block;
        margin-left: 20px;
        float: right; }
        .header .right .tops .func a {
          display: inline-block;
          height: 12px;
          line-height: 12px;
          font-size: 12px;
          color: #666; }
        .header .right .tops .func span {
          display: inline-block;
          height: 12px;
          line-height: 12px;
          font-size: 12px;
          color: #666;
          margin: 0 5px; }
    .header .right .bots {
      width: 100%;
      height: 50px;
      margin-top: 20px;
      clear: both; }
      .header .right .bots .search {
        width: 334px;
        height: 100%;
        float: right; }
        .header .right .bots .search .select {
          width: 86px;
          height: 100%;
          border: 1px solid #ddd;
          background-color: #f7f7f7;
          position: relative;
          display: none;
          float: left;
          cursor: pointer; }
          .header .right .bots .search .select .hidden {
            display: none; }
          .header .right .bots .search .select .selected {
            width: 60px;
            height: 14px;
            line-height: 14px;
            font-size: 14px;
            display: inline-block;
            margin-top: 17px;
            text-align: center;
            float: left; }
          .header .right .bots .search .select i {
            display: inline-block;
            width: 11px;
            height: 7px;
            background-image: url(../images/img02.png);
            background-size: 100% 100%;
            float: left;
            margin-top: 21px; }
          .header .right .bots .search .select i.open {
            background-image: url(../images/img02-1.png); }
          .header .right .bots .search .select .options {
            width: 86px;
            height: auto;
            position: absolute;
            top: 48px;
            left: -1px;
            z-index: 99;
            border: 1px solid #ddd;
            display: none; }
            .header .right .bots .search .select .options a {
              width: 100%;
              height: 36px;
              line-height: 36px;
              text-align: center;
              border-bottom: 1px solid #ddd;
              font-size: 14px;
              display: block;
              background-color: #fff;
              transition: all 0.3s; }
            .header .right .bots .search .select .options a:last-child {
              border-bottom: none; }
            .header .right .bots .search .select .options a.active,
            .header .right .bots .search .select .options a:hover {
              background-color: #ce1126;
              color: #fff; }
        .header .right .bots .search .keyword {
          width: 284px;
          height: 100%;
          border: 1px solid #ddd;
          border-right: none;
          display: inline-block;
          float: left; }
          .header .right .bots .search .keyword input {
            width: 100%;
            height: 100%;
            border: none;
            font-size: 14px;
            padding: 0 10px; }
        .header .right .bots .search .search-submit {
          width: 50px;
          height: 50px;
          display: inline-block;
          float: left;
          background-color: #ce1126;
          cursor: pointer; }
          .header .right .bots .search .search-submit i {
            width: 24px;
            height: 24px;
            display: block;
            background-image: url(../images/img03.png);
            background-size: 100% 100%;
            margin: 13px; }

.m-header {
  display: none;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999; }
  .m-header .header-top {
    width: 100%;
    height: 0.88rem;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .m-header .header-top .logo {
      width: 5rem;
      height: 0.88rem;
      margin-left: 0.25rem;
      background-image: url(../images/head-logo.png);
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center; }
    .m-header .header-top .navbtn {
      width: 0.38rem;
      height: 0.36rem;
      margin-right: 0.25rem; }
      .m-header .header-top .navbtn img {
        width: 100%;
        height: 100%; }
  .m-header .head-nav {
    width: 100%;
    height: calc(100% - 0.88rem);
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none; }
    .m-header .head-nav ul {
      width: 100%;
      padding: 0.3rem 0; }
      .m-header .head-nav ul li {
        width: 100%; }
        .m-header .head-nav ul li a.one {
          display: block;
          width: 100%;
          height: 0.7rem;
          line-height: 0.7rem;
          text-align: center;
          font-size: 14px;
          clear: both; }
        .m-header .head-nav ul li a.one.active {
          color: #ce1126; }
        .m-header .head-nav ul li .sons {
          width: 100%;
          height: auto;
          clear: both;
          display: none; }
          .m-header .head-nav ul li .sons a {
            display: block;
            width: 100%;
            height: 0.5rem;
            line-height: 0.5rem;
            clear: both;
            text-align: center; }

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none; }

.nav {
  width: 100%;
  height: 50px;
  background: -webkit-linear-gradient(#ce1126, #9b0500);
  background: -o-linear-gradient(#ce1126, #9b0500);
  background: -moz-linear-gradient(#ce1126, #9b0500);
  background: linear-gradient(#ce1126, #9b0500);
  position: relative; }
  .nav .item {
    width: 12.5%;
    height: auto;
    display: inline-block;
    float: left;
    position: relative; }
    .nav .item .one {
      width: 100%;
      height: 50px;
      display: block;
      clear: both;
      color: #fff;
      transition: background 0.3s; }
      .nav .item .one span {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        text-align: center; }
      .nav .item .one i {
        width: 100%;
        height: 3px;
        display: none;
        background-image: url(../images/img04.png);
        background-size: 100% 100%;
        clear: both;
        opacity: 0;
        transition: all 0.3s; }
    .nav .item .one.active,
    .nav .item .one:hover {
      background-color: #ce1126; }
      .nav .item .one.active i,
      .nav .item .one:hover i {
        opacity: 1; }
    .nav .item .two {
      width: 100%;
      background-color: #fff;
      position: absolute;
      top: 50px;
      left: 0;
      z-index: 999;
      height: 0;
      max-height: 0;
      overflow: hidden;
      transition: all 0.3s; }
      .nav .item .two a {
        display: block;
        width: 100%;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 5px;
        text-align: center;
        font-size: 14px;
        color: #666;
        transition: all 0.3s;
        border-bottom: 1px solid #f3f3f3; }
      .nav .item .two a:last-child {
        border-bottom: none; }
      .nav .item .two a:hover {
        background-color: #fef0f0;
        color: #ce1126; }
    .nav .item:hover .two {
      height: auto;
      max-height: 1000px; }

footer {
  width: 100%;
  background-color: #21242f; }
  footer .footer {
    width: 1400px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px; }
  footer .footertop {
    width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box; }
  footer .footertop .inner {
    width: 12%; }
  footer .footertop .inner ul li:nth-child(1) a {
    font-size: 18px;
    color: white; }
  footer .footertop .inner ul li:nth-child(1) {
    margin-bottom: 30px; }
  footer .footertop .inner ul li {
    margin-top: 10px; }
  footer .footertop .inner ul li a {
    font-size: 14px;
    color: #dadada;
    transition: color 0.3s; }
  footer .footertop .inner ul li a:hover {
    color: #ce1126;
    text-decoration: underline; }
  footer .footertop .inner:last-child {
    position: relative; }
  footer .footertop .inner:last-child .last {
    position: absolute;
    top: 0;
    right: 0; }
  footer .footertop .inner:last-child p {
    color: white;
    font-size: 14px;
    width: 130px;
    text-align: center; }
  footer .footertop .inner:last-child p:nth-of-type(1) {
    margin-top: 10px; }
  footer .footertop .inner:last-child p:nth-of-type(2) {
    margin-top: 8px; }
  footer .frlink {
    width: 1400px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: flex-start; }
  footer .frlink span {
    font-size: 14px;
    color: #a3a5a9;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    white-space: nowrap; }
  footer .frlink .links {
    margin-left: 40px; }
  footer .frlink a {
    color: #666970;
    margin-right: 20px;
    display: block;
    margin-top: 6px;
    display: inline-block;
    float: left; }
  footer .footer_bottom {
    width: 100%;
    height: 52px;
    line-height: 52px;
    border-top: 1px solid #333641;
    background-color: #1c1f2b; }
  footer .fbcontent {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
  footer .fbcontent p span {
    color: white;
    opacity: 0.24;
    font-size: 14px; }
  footer .fbcontent p:nth-child(1) span:nth-child(2) {
    margin-left: 40px; }
  footer .fbcontent p:nth-child(2) a {
    color: white;
    font-size: 14px; }

.inner-banner {
  width: 100%;
  height: 230px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .inner-banner .container {
    position: relative;
    height: 100%; }
  .inner-banner .text {
    width: 660px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }
    .inner-banner .text .catename {
      width: 100%;
      clear: both;
      font-size: 40px; }
    .inner-banner .text .desc {
      width: 100%;
      clear: both;
      font-size: 18px;
      line-height: 28px;
      margin-top: 10px; }

.catetab {
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 2px 10px #bbb;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .catetab .container {
    display: flex; }
  .catetab .item {
    display: inline-block;
    float: left;
    width: auto;
    min-width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #333;
    transition: all 0.3s;
    padding: 0 10px;
    white-space: nowrap;
    border-right: 1px solid #f5f5f5; }
  .catetab .item:first-child {
    border-left: 1px solid #f5f5f5; }
  .catetab .item.active,
  .catetab .item:hover {
    background-color: #d60f08;
    border-color: #d60f08;
    color: #fff; }

.m-inner-menu {
  display: none;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: rgba(255, 255, 255, 0) !important;
  margin: 0 auto 20px; }
  .m-inner-menu a {
    display: inline-block;
    float: left;
    width: auto;
    min-width: auto;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #333;
    transition: all 0.3s;
    padding: 0 10px;
    white-space: nowrap;
    border-radius: 18px;
    background-color: #eee;
    margin-right: 15px; }
  .m-inner-menu a.active {
    background-color: #d60f08;
    color: #fff; }

.pages {
  width: 100%;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .pages .num {
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid #f4f5fa;
    font-size: 14px;
    text-align: center;
    line-height: 34px;
    margin: 0 1px;
    transition: all 0.3s;
    background-color: #f4f5fa; }
  .pages .num:hover,
  .pages .num.active {
    border-color: #ce1126;
    background-color: #ce1126;
    color: #fff; }
  .pages .prev,
  .pages .next {
    width: auto;
    display: inline-block;
    padding: 0 10px;
    font-size: 13px;
    line-height: 36px;
    height: 36px;
    transition: color 0.3s;
    margin: 0 1px;
    background-color: #f4f5fa; }
  .pages .prev:hover,
  .pages .next:hover {
    border-color: #ce1126;
    background-color: #ce1126;
    color: #fff; }

.sidebar {
  width: 60px;
  height: auto;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999; }
  .sidebar .sideitem {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 1px;
    padding: 1px;
    background-color: rgba(0, 0, 0, 0.8);
    transition: all 0.3s;
    position: relative;
    cursor: pointer; }
    .sidebar .sideitem > i {
      width: 24px;
      height: 24px;
      display: block;
      background-image: url(../images/icons.png);
      clear: both;
      margin: 10px auto 0; }
    .sidebar .sideitem i.icon1 {
      background-position: 0 -126px; }
    .sidebar .sideitem i.icon2 {
      background-position: 0 -164px; }
    .sidebar .sideitem i.icon3 {
      background-position: 0 -202px; }
    .sidebar .sideitem i.icon4 {
      background-position: 2px -239px; }
    .sidebar .sideitem span {
      display: block;
      width: 100%;
      height: 12px;
      line-height: 12px;
      font-size: 12px;
      color: #fff;
      text-align: center;
      margin-top: 4px; }
    .sidebar .sideitem .qq {
      width: 130px;
      position: absolute;
      top: 0;
      right: 61px;
      z-index: 9999;
      display: none; }
      .sidebar .sideitem .qq .top {
        width: 100%;
        height: 35px;
        line-height: 35px;
        background-color: #ce1126;
        color: #fff;
        font-size: 14px;
        padding: 0 15px; }
      .sidebar .sideitem .qq .bot {
        width: 100%;
        padding: 10px 15px;
        background-color: #fff; }
        .sidebar .sideitem .qq .bot .item {
          width: 100%;
          clear: both;
          margin: 10px 0; }
          .sidebar .sideitem .qq .bot .item i {
            display: inline-block;
            width: 14px;
            height: 14px;
            background-image: url(../images/img49.png);
            background-size: 100% 100%;
            float: left; }
          .sidebar .sideitem .qq .bot .item a {
            display: inline-block;
            height: 14px;
            line-height: 14px;
            font-size: 14px;
            color: #666;
            margin-left: 5px;
            float: left;
            transition: color 0.3s; }
          .sidebar .sideitem .qq .bot .item a:hover {
            color: #ce1126; }
  .sidebar .sideitem:hover {
    background-color: #ce1126; }

.banner {
  width: 100%;
  height: 450px; }
  .banner .swiper-container1 {
    width: 100%;
    height: 450px; }
    .banner .swiper-container1 .swiper-wrapper .swiper-slide {
      width: 100%;
      height: 450px;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
  .banner .slide_content {
    width: 1400px;
    height: 450px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
    .banner .slide_content p:first-child {
      font-size: 48px;
      color: white; }
    .banner .slide_content p:nth-child(2) {
      width: 1223px;
      font-size: 18px;
      color: white;
      margin: 0 auto;
      margin-top: 25px;
      line-height: 1.8em; }
    .banner .slide_content .more {
      margin-top: 38px;
      width: 382px;
      display: flex;
      justify-content: space-between; }
      .banner .slide_content .more a {
        display: inline-block;
        width: 180px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        color: white;
        background-color: #d60f08; }
  .banner .swiper-pagination {
    bottom: 40px !important; }
    .banner .swiper-pagination span {
      width: 50px !important;
      height: 2px !important;
      background-color: white !important;
      opacity: 0.5;
      border-radius: 0; }
  .banner .swiper-pagination-bullet-active {
    opacity: 1 !important; }

#index {
  background-color: #f8f8f8;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px; }
  #index .catagory {
    width: 1400px;
    height: 160px; }
    #index .catagory .catagory_ex {
      width: 100%;
      display: flex;
      justify-content: space-between; }
    #index .catagory a {
      display: inline-block;
      width: 335px;
      height: 160px;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    #index .catagory .text {
      text-align: center; }
    #index .catagory a:hover .text img {
      display: none; }
    #index .catagory a .text p:nth-of-type(1) {
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out; }
    #index .catagory a .text p:nth-of-type(2) {
      box-sizing: border-box;
      padding: 0 5px; }
    #index .catagory a:hover .text p:nth-of-type(1) {
      margin-top: 40px; }
    #index .catagory .text img {
      margin-top: 25px;
      width: 30px;
      height: 30px; }
    #index .catagory .electronic .text p:nth-of-type(1) {
      font-size: 24px;
      color: white;
      margin-top: 12px; }
    #index .catagory .electronic .text p:nth-of-type(2) {
      font-size: 14px;
      color: white;
      margin-top: 15px;
      width: 100%; }
    #index .catagory .software .text p:nth-of-type(1) {
      font-size: 24px;
      color: white;
      margin-top: 12px; }
    #index .catagory .software .text p:nth-of-type(2) {
      font-size: 14px;
      color: white;
      margin-top: 15px;
      width: 100%; }
    #index .catagory .infor p {
      color: #fff;
      font-size: 14px; }
    #index .catagory .infor p:nth-child(1) {
      width: 144px;
      border-bottom: 1px solid white;
      color: white;
      font-size: 24px;
      margin: 0 auto;
      margin-top: 35px;
      padding-bottom: 10px; }
    #index .catagory .infor p:nth-child(2) {
      font-size: 18px;
      color: white;
      margin-top: 15px; }
    #index .catagory .infor p:nth-child(3) {
      font-size: 14px;
      color: white;
      margin-top: 8px; }
    #index .catagory .fusion .text p:nth-of-type(1) {
      font-size: 24px;
      color: white;
      margin-top: 12px; }
    #index .catagory .fusion .text p:nth-of-type(2) {
      font-size: 14px;
      color: white;
      margin-top: 15px;
      width: 100%; }
  #index .dynamic {
    width: 1400px;
    height: 400px;
    margin: 0 auto;
    margin-top: 20px; }
    #index .dynamic .dynamic_left {
      width: 925px;
      background-color: white;
      padding: 20px;
      box-sizing: border-box; }
    #index .dynamic .dynamic_left .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e6e6e6; }
    #index .dynamic .dynamic_left .title .left a {
      padding: 0px 0px 10px 0;
      display: inline-block;
      font-size: 24px;
      color: #666; }
    #index .dynamic .dynamic_left .title .left span {
      display: inline-block;
      width: 2px;
      height: 30px;
      background-color: #e6e6e6;
      position: absolute;
      margin: 2px 10px 0; }
    #index .dynamic .dynamic_left .title .left .second {
      margin-left: 24px; }
    #index .dynamic .dynamic_left .title .right a {
      font-size: 14px;
      color: #999;
      transition: color 0.3s; }
    #index .dynamic .dynamic_left .title .right a:hover {
      color: #ce1126; }
    #index .dynamic .dynamic_left_content {
      width: 100%;
      margin-top: 20px;
      display: flex;
      justify-content: space-between; }
    #index .dynamic .exdl {
      width: 49%;
      height: 285px; }
    #index .dynamic .swiper-container2 {
      width: 100%; }
    #index .dynamic .swiper-container2 .swiper-wrapper {
      width: 100%; }
    #index .dynamic .swiper-container2 .swiper-slide {
      width: 100%;
      height: 285px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
    #index .dynamic .swiper-container2 .swiper-slide a {
      display: block;
      width: 100%;
      height: 100%; }
    #index .dynamic .swiper-container2 .swiper-slide .shadow {
      width: 436px;
      height: 51px;
      line-height: 51px;
      background-color: black;
      opacity: 0.9;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 99;
      color: white;
      text-indent: 2em; }
    #index .dynamic .exdr {
      width: 49%; }
    #index .dynamic .exdr .artical {
      border-bottom: 1px solid #e3e3e3;
      padding-bottom: 15px; }
    #index .dynamic .exdr .artical a p:nth-child(1) {
      font-size: 16px;
      color: black;
      font-weight: bold;
      transition: color 0.3s; }
    #index .dynamic .exdr .artical a:hover p:nth-child(1) {
      color: #ce1126; }
    #index .dynamic .exdr .artical a p:nth-child(2) {
      font-size: 14px;
      color: #999;
      margin-top: 15px; }
    #index .dynamic .exdr .meet li {
      border-bottom: 1px solid #e3e3e3;
      height: 48px;
      line-height: 48px; }
    #index .dynamic .exdr .meet li a {
      display: flex;
      justify-content: space-between; }
    #index .dynamic .meet li a .meetting {
      width: 340px;
      font-size: 14px;
      color: #666;
      transition: color 0.3s; }
    #index .dynamic .exdr .meet li a .time {
      font-size: 14px;
      color: #999; }
    #index .dynamic .dynamic_right {
      width: 32.3%;
      background-color: white;
      padding: 20px 20px 23px;
      box-sizing: border-box; }
    #index .dynamic .dynamic_right .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e6e6e6; }
    #index .dynamic .dynamic_right .title .left a {
      padding: 0px 0px 10px 0px;
      display: inline-block;
      font-size: 24px;
      color: #666; }
    #index .dynamic .dynamic_right .title .right a {
      font-size: 14px;
      color: #999;
      transition: color 0.3s; }
    #index .dynamic .dynamic_right .title .right a:hover {
      color: #ce1126; }
  #index .lap {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    #index .lap .about {
      width: 66%;
      background-color: white;
      padding: 20px;
      box-sizing: border-box; }
    #index .lap .party {
      width: 32.3%;
      background-color: white;
      padding: 20px;
      box-sizing: border-box; }
    #index .lap .swiper-container4 {
      width: 100%;
      height: 290px; }
      #index .lap .swiper-container4 .swiper-slide {
        width: 194px;
        height: 290px; }
        #index .lap .swiper-container4 .swiper-slide img {
          width: 100%;
          height: 100%; }
    #index .lap .labcontent {
      margin-top: 20px; }
    #index .lap .swiper-container3 {
      width: 100%; }
    #index .lap .swiper3 {
      position: relative; }
    #index .lap .swiper-container3 .swiper-slide {
      width: 100%;
      height: 179px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #index .lap .swiper-pagination3 {
      width: 100%;
      text-align: right !important; }
    #index .lap .swiper-pagination3 .swiper-pagination-bullet {
      width: 20px;
      height: 4px;
      background-color: #e6e6e6 !important;
      border-radius: 2px; }
    #index .lap .swiper-pagination3 .swiper-pagination-bullet-active {
      background-color: #ce1126 !important; }
    #index .lap .about > .left {
      width: 50%;
      float: left; }
    #index .lap .about > .right {
      width: calc(50% - 30px);
      height: 286px;
      float: left;
      margin: 24px 0 0 30px;
      display: inline-flex;
      justify-content: space-between;
      background-image: url(../images/img50.png);
      background-position: center center;
      background-size: cover; }
    #index .lap .about > .right a {
      display: inline-block;
      width: 194px;
      height: 290px; }
    #index .lap .about > .right a img {
      width: 100%;
      height: 100%; }
    #index .lap .imporlab {
      width: 100%; }
    #index .lap .imporlab .title {
      font-size: 18px;
      color: black;
      font-weight: bold;
      margin-top: 20px; }
    #index .lap .imporlab .inner {
      font-size: 14px;
      color: #666;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      line-height: 1.8em;
      margin-top: 15px; }
    #index .lap .imporlab .more {
      color: #4071b5;
      font-size: 14px;
      margin-top: 35px;
      display: inline-block; }
    #index .lap .about .inner {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      line-height: 1.8em;
      margin-top: 15px;
      height: 125px; }
    #index .lap .about .seemore {
      width: 100%;
      margin-top: 5px; }
    #index .lap .about .seemore li {
      margin-top: 10px;
      width: 49%;
      float: left;
      margin-right: 2%; }
    #index .lap .about .seemore li:nth-child(2n) {
      margin-right: 0; }
    #index .lap .about .seemore li a {
      width: 100%;
      height: 50px;
      line-height: 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 20px;
      padding-right: 20px; }
    #index .lap .about .seemore li a .left {
      display: inline-flex;
      align-items: center; }
    #index .lap .about .seemore li a .left p {
      white-space: nowrap; }
    #index .lap .about .seemore li a .left i {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background-image: url(./../images/icons.png); }
    #index .lap .about .seemore li a .left i.icon-jgjj {
      background-position: 0 0; }
    #index .lap .about .seemore li a .left i.icon-zzjg {
      background-position: 0 -31px; }
    #index .lap .about .seemore li a .left i.icon-zzsq {
      background-position: 0 -62px; }
    #index .lap .about .seemore li a .left i.icon-zzry {
      background-position: 0 -92px; }
    #index .lap .about .seemore li a {
      font-size: 14px;
      color: #666;
      background-color: #f8f8f8; }
    #index .lap .about .seemore img {
      width: 12px;
      height: 20px; }
    #index .lap .about .seemore li a:hover {
      background-color: #ce1126 !important;
      color: white !important; }
    #index .lap .about .seemore li a:hover .left i.icon-jgjj {
      background-position: -31px 0; }
    #index .lap .about .seemore li a:hover .left i.icon-zzjg {
      background-position: -31px -31px; }
    #index .lap .about .seemore li a:hover .left i.icon-zzsq {
      background-position: -31px -62px; }
    #index .lap .about .seemore li a:hover .left i.icon-zzry {
      background-position: -31px -92px; }
    #index .lap .party .img {
      width: 100%;
      height: 100px;
      margin-top: 20px;
      display: block;
      font-size: 0; }
    #index .lap .party .img a {
      width: 100%;
      display: inline-block;
      overflow: hidden; }
    #index .lap .party .img a img {
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out; }
    #index .lap .party .img a:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1); }
    #index .lap .party .img a img {
      width: 100%;
      height: 100%; }
    #index .lap .party .img a:first-child {
      margin-right: 2%; }
  #index .service {
    width: 100%;
    margin-top: 20px;
    background-color: white;
    padding: 20px; }
    #index .service .service_content {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
    #index .service .service_content .inner {
      width: 18.3%; }
    #index .service .service_content .inner .img {
      overflow: hidden;
      width: 100%;
      height: 168px;
      position: relative; }
    #index .service .service_content .inner .img img {
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 99; }
    #index .service .service_content .inner .img .mask {
      width: 100%;
      height: 100%;
      background-color: rgba(206, 17, 38, 0.9);
      position: relative;
      z-index: 99999;
      display: flex;
      align-items: center;
      opacity: 0;
      transition: all 0.3s; }
    #index .service .service_content .inner .img .text {
      margin: auto;
      padding: 0 30px;
      color: #fff;
      z-index: 99999;
      text-align: center; }
    #index .service .service_content .inner:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1); }
    #index .service .service_content .inner:hover .img .mask {
      opacity: 1; }
    #index .service .service_content .inner img {
      width: 100%; }
    #index .service .service_content .inner p {
      font-size: 14px;
      color: #666;
      text-align: center;
      margin-top: 10px;
      font-weight: bold; }
  #index .annouce {
    width: 100%;
    margin-top: 6px; }
  #index .annouce li {
    border-bottom: 1px solid #e3e3e3;
    height: 50px;
    line-height: 50px; }
  #index .annouce li a {
    display: flex;
    justify-content: space-between; }
  #index .annouce li:hover a p.annoucing {
    color: #ce1126; }
  #index .exdr .meet li:hover a p.meetting {
    color: #ce1126; }
  #index .annouce .annoucing {
    font-size: 14px;
    color: #666;
    width: 72%;
    transition: color 0.3s; }
  #index .annouce .time {
    font-size: 14px;
    color: #999; }
  #index .laptitle {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6; }
  #index .laptitle .left a {
    padding: 0px 0px 10px 0px;
    display: inline-block;
    font-size: 24px;
    color: #666; }
  #index .laptitle .right a {
    font-size: 14px;
    color: #999;
    transition: color 0.3s; }
  #index .laptitle .right a:hover {
    color: #ce1126; }
  #index .titleactive {
    color: #ce1126 !important;
    border-bottom: 2px solid #ce1126; }
  #index .zdsys {
    display: block;
    width: 100%;
    height: 200px;
    background-image: url(../images/img08.png);
    background-position: center center;
    background-size: cover;
    padding: 1px 20px 0 60px; }
    #index .zdsys .title {
      display: block;
      width: 100%;
      font-size: 36px;
      color: #fff;
      margin-top: 45px; }
    #index .zdsys .desc {
      display: block;
      width: 100%;
      max-width: 575px;
      clear: both;
      font-size: 14px;
      line-height: 26px;
      color: #fff;
      margin-top: 10px; }

.news-list {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px; }
  .news-list .container {
    background-color: #fff; }
    .news-list .container ul {
      width: 100%; }
      .news-list .container ul li {
        width: 100%;
        height: auto;
        padding: 30px;
        border-bottom: 1px solid #f5f5f5; }
        .news-list .container ul li a {
          display: block;
          width: 100%; }
          .news-list .container ul li a .left {
            width: 230px;
            height: 150px;
            display: inline-block;
            float: left; }
            .news-list .container ul li a .left img {
              width: 100%;
              height: 100%; }
          .news-list .container ul li a .right {
            width: calc(100% - 250px);
            display: inline-block;
            margin-left: 20px;
            float: left; }
            .news-list .container ul li a .right .title {
              width: 100%;
              font-size: 24px;
              color: #000;
              clear: both;
              margin-top: 5px;
              transition: color 0.3s; }
            .news-list .container ul li a .right .desc {
              width: 100%;
              font-size: 14px;
              color: #666;
              line-height: 24px;
              margin-top: 15px; }
            .news-list .container ul li a .right .date {
              width: 100%;
              font-size: 14px;
              color: #999;
              margin-top: 26px; }
              .news-list .container ul li a .right .date span {
                display: inline-block;
                float: left; }
              .news-list .container ul li a .right .date .time {
                margin-left: 30px; }
        .news-list .container ul li a:hover .right .title {
          color: #d60f08; }
      .news-list .container ul li.nopic a .right {
        margin-left: 0;
        width: 100%; }

.news-detail {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px; }
  .news-detail .container {
    background-color: #fff; }
    .news-detail .container .news-title {
      width: 100%;
      padding: 30px 0 20px;
      border-bottom: 1px solid #f5f5f5; }
      .news-detail .container .news-title .title {
        width: 100%;
        padding: 0 20px;
        font-size: 30px;
        color: #000;
        text-align: center; }
      .news-detail .container .news-title .date {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #999;
        margin-top: 10px;
        padding: 0 20px; }
    .news-detail .container .news-content {
      width: 100%;
      padding: 20px 40px;
      line-height: 26px; }
      .news-detail .container .news-content img {
        max-width: 100% !important;
        margin: 5px 0; }
    .news-detail .container .download {
      width: 100%;
      padding: 20px 40px; }
      .news-detail .container .download .title {
        width: 100%;
        font-size: 14px;
        color: #333; }
      .news-detail .container .download a {
        display: block;
        clear: both;
        color: #666;
        margin: 5px 0;
        transition: color 0.3s; }
      .news-detail .container .download a:hover {
        color: #ce1126; }
    .news-detail .container .next-prev {
      width: 100%;
      border-top: 1px solid #f5f5f5;
      padding: 20px 40px; }
      .news-detail .container .next-prev .left {
        width: calc(100% - 150px);
        display: inline-block;
        float: left; }
        .news-detail .container .next-prev .left a {
          display: block;
          clear: both;
          color: #666;
          margin: 5px 0;
          transition: color 0.3s;
          width: 460px; }
        .news-detail .container .next-prev .left a:hover {
          color: #ce1126; }
      .news-detail .container .next-prev .right {
        width: 110px;
        height: 40px;
        display: inline-block;
        float: right;
        margin-top: 5px;
        background-color: #ce1126;
        color: #fff;
        line-height: 40px;
        text-align: center;
        font-size: 14px; }

#contact .contact-main {
  width: 100%;
  background-color: #f5f5f5;
  padding: 30px 0; }
  #contact .contact-main .container {
    padding: 30px;
    background-color: #fff; }
    #contact .contact-main .container .maps {
      width: 100%;
      box-shadow: 0 0 10px #ccc; }
      #contact .contact-main .container .maps .map {
        width: 100%;
        height: 380px; }
        #contact .contact-main .container .maps .map #allmap {
          width: 100%;
          height: 100%; }
      #contact .contact-main .container .maps .address {
        width: 100%;
        background-color: #fff;
        display: flex;
        align-items: center;
        height: 60px;
        font-size: 18px;
        color: #333;
        padding: 0 30px; }
        #contact .contact-main .container .maps .address span {
          display: inline-block;
          float: left; }
        #contact .contact-main .container .maps .address span:nth-child(1) {
          color: #999;
          white-space: nowrap; }
    #contact .contact-main .container .contact {
      width: 100%; }
      #contact .contact-main .container .contact table {
        border: 1px solid #f5f5f5; }
      #contact .contact-main .container .contact th {
        background-color: #d60f08;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        border: 1px solid #f5f5f5; }
      #contact .contact-main .container .contact td {
        background-color: #fff;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #666;
        font-size: 14px;
        border: 1px solid #f5f5f5; }

#contact .feedback-main {
  width: 100%;
  background-color: #f5f5f5;
  padding: 30px 0; }
  #contact .feedback-main .container {
    background-color: #fff;
    padding: 30px; }
    #contact .feedback-main .container .item {
      width: calc(50% - 10px);
      height: 50px;
      float: left;
      padding: 0 20px;
      margin-bottom: 20px;
      margin-left: 20px;
      display: inline-flex;
      align-items: center;
      background-color: #f8f8f8;
      border: 1px solid #f8f8f8; }
      #contact .feedback-main .container .item .label {
        white-space: nowrap;
        font-size: 16px;
        color: #333;
        width: 80px; }
      #contact .feedback-main .container .item .input {
        width: calc(100% - 100px);
        height: 100%;
        margin-left: 20px; }
        #contact .feedback-main .container .item .input input {
          width: 100%;
          height: 100%;
          border: none;
          background-color: #f8f8f8;
          font-size: 16px; }
    #contact .feedback-main .container .item:nth-child(odd) {
      margin-left: 0; }
    #contact .feedback-main .container .item.active {
      border-color: #ce1126; }
    #contact .feedback-main .container .item.textarea {
      width: 100%;
      height: 156px;
      padding: 20px; }
      #contact .feedback-main .container .item.textarea textarea {
        width: 100%;
        height: 100%;
        border: none;
        resize: none;
        background-color: #f8f8f8;
        font-size: 16px; }
    #contact .feedback-main .container .subline {
      width: 100%;
      height: 50px;
      margin-top: 30px; }
      #contact .feedback-main .container .subline .left {
        width: 316px;
        height: 50px;
        display: inline-flex;
        float: left; }
        #contact .feedback-main .container .subline .left .input {
          width: 160px;
          height: 50px; }
          #contact .feedback-main .container .subline .left .input input {
            width: 100%;
            height: 100%;
            background-color: #f8f8f8;
            border: none;
            font-size: 16px;
            padding: 0 20px; }
        #contact .feedback-main .container .subline .left .img {
          width: 158px;
          height: 50px;
          background-color: #fff; }
          #contact .feedback-main .container .subline .left .img img {
            width: 100%;
            height: 100%; }
      #contact .feedback-main .container .subline .right {
        width: auto;
        height: 50px;
        float: right; }
        #contact .feedback-main .container .subline .right .text {
          width: auto;
          font-size: 16px;
          color: #666;
          display: none;
          margin-right: 50px; }
        #contact .feedback-main .container .subline .right .submit {
          width: 200px;
          height: 50px;
          display: inline-block; }
          #contact .feedback-main .container .subline .right .submit .subbtn {
            width: 100%;
            height: 100%;
            display: block;
            background-color: #ce1126;
            color: #fff;
            font-size: 16px;
            text-align: center;
            line-height: 50px;
            border: none; }

#party .party-banner {
  width: 100%;
  height: 437px;
  background-position: center center;
  background-size: auto 100%;
  background-repeat: no-repeat; }

#party .nav {
  background: #dc0000; }
  #party .nav .container {
    display: flex;
    justify-content: center; }
  #party .nav .item .one i {
    display: none; }
  #party .nav .item .one.active,
  #party .nav .item .one:hover {
    background-color: #ff7c09; }

#party .news-list .container ul li a:hover .right .title {
  color: #dc0000; }

#party .news-detail .container .download a:hover {
  color: #dc0000; }

#party .news-detail .container .next-prev .left a:hover {
  color: #dc0000; }

#party .news-detail .container .next-prev .right {
  background-color: #dc0000; }

#party .party-index {
  background-color: #f5f5f5;
  padding: 30px 0; }
  #party .party-index .dynamic .dynamic_left {
    width: 100%;
    background-color: white;
    box-sizing: border-box; }
  #party .party-index .dynamic .dynamic_left .title {
    width: 100%;
    height: 65px;
    margin: 0 auto;
    position: relative; }
  #party .party-index .dynamic .dynamic_left .title i {
    width: 72px;
    height: 57px;
    display: inline-block;
    position: absolute;
    top: 6px;
    left: 0;
    background-size: 100% 100%;
    background-image: url(../images/img16.png); }
  #party .party-index .dynamic .dynamic_left .title .main {
    width: calc(100% - 40px);
    height: 65px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #e12222; }
  #party .party-index .dynamic .dynamic_left .title .left img {
    width: auto;
    height: 23px;
    margin: 5px 0 0 50px; }
  #party .party-index .dynamic .dynamic_left .title .right a {
    font-size: 14px;
    color: #999; }
  #party .party-index .dynamic .dynamic_left_content {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-between; }
  #party .party-index .dynamic .exdl {
    width: 32%;
    height: 285px; }
  #party .party-index .dynamic .swiper-container2 {
    width: 100%; }
  #party .party-index .dynamic .swiper-container2 .swiper-wrapper {
    width: 100%; }
  #party .party-index .dynamic .swiper-container2 .swiper-slide {
    width: 100%;
    height: 285px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
  #party .party-index .dynamic .swiper-container2 .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%; }
  #party .party-index .dynamic .swiper-container2 .swiper-slide .shadow {
    width: 100%;
    height: 51px;
    line-height: 51px;
    background-color: black;
    opacity: 0.9;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    color: white;
    text-indent: 2em; }
  #party .party-index .dynamic .exdr {
    width: 66%; }
  #party .party-index .dynamic .exdr .artical {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px; }
  #party .party-index .dynamic .exdr .artical a p:nth-child(1) {
    font-size: 16px;
    color: black;
    font-weight: bold;
    transition: color 0.3s; }
  #party .party-index .dynamic .exdr .artical a:hover p:nth-child(1) {
    color: #dc0000; }
  #party .party-index .dynamic .exdr .artical a p:nth-child(2) {
    font-size: 14px;
    color: #999;
    margin-top: 15px;
    height: 40px; }
  #party .party-index .dynamic .exdr .meet li {
    border-bottom: 1px solid #e3e3e3;
    height: 48px;
    line-height: 48px; }
  #party .party-index .dynamic .exdr .meet li a {
    display: flex;
    justify-content: space-between; }
  #party .party-index .dynamic .meet li a .meetting {
    width: calc(100% - 100px);
    font-size: 14px;
    color: #666;
    transition: color 0.3s; }
  #party .party-index .dynamic .meet li:hover a .meetting {
    color: #dc0000; }
  #party .party-index .dynamic .exdr .meet li a .time {
    font-size: 14px;
    color: #999; }
  #party .party-index .dynamic .dynamic_right {
    width: 32.3%;
    background-color: white;
    padding: 20px;
    box-sizing: border-box; }
  #party .party-index .dynamic .dynamic_right .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e6e6e6; }
  #party .party-index .dynamic .dynamic_right .title .left a {
    padding: 0px 0px 10px 0px;
    display: inline-block;
    font-size: 24px;
    color: #666; }
  #party .party-index .dynamic .dynamic_right .title .right a {
    font-size: 14px;
    color: #999;
    transition: color 0.3s; }
  #party .party-index .dynamic .dynamic_right .title .right a:hover {
    color: #ce1126; }
  #party .party-index .party-subs {
    display: flex;
    justify-content: space-between; }
    #party .party-index .party-subs .subs-item {
      width: 32%;
      background-color: white;
      box-sizing: border-box; }
      #party .party-index .party-subs .subs-item .title {
        width: 100%;
        height: 65px;
        margin: 0 auto;
        position: relative; }
        #party .party-index .party-subs .subs-item .title i {
          width: 72px;
          height: 57px;
          display: inline-block;
          position: absolute;
          top: 6px;
          left: 0;
          background-size: 100% 100%;
          background-image: url(../images/img16.png); }
        #party .party-index .party-subs .subs-item .title .main {
          width: calc(100% - 40px);
          height: 65px;
          margin: 0 auto;
          display: flex;
          justify-content: space-between;
          align-items: center;
          border-bottom: 2px solid #e12222; }
          #party .party-index .party-subs .subs-item .title .main .left img {
            width: auto;
            height: 23px;
            margin: 5px 0 0 50px; }
          #party .party-index .party-subs .subs-item .title .main .right a {
            font-size: 14px;
            color: #999;
            transition: color 0.3s; }
          #party .party-index .party-subs .subs-item .title .main .right a:hover {
            color: #ce1126; }
      #party .party-index .party-subs .subs-item .hot {
        width: calc(100% - 40px);
        height: 111px;
        padding: 20px 0;
        border-bottom: 1px solid #e3e3e3;
        margin: 0 auto; }
        #party .party-index .party-subs .subs-item .hot a {
          display: block;
          width: 100%;
          height: 100%; }
        #party .party-index .party-subs .subs-item .hot a:hover .right .annoucing {
          color: #dc0000; }
        #party .party-index .party-subs .subs-item .hot .img {
          width: 108px;
          height: 71px;
          float: left;
          display: inline-block; }
          #party .party-index .party-subs .subs-item .hot .img img {
            width: 100%;
            height: 100%; }
        #party .party-index .party-subs .subs-item .hot .right {
          width: calc(100% - 128px);
          height: 71px;
          float: left;
          display: inline-block;
          margin-left: 20px; }
          #party .party-index .party-subs .subs-item .hot .right .annoucing {
            width: 100%;
            height: 52px;
            font-size: 16px;
            line-height: 26px;
            color: #000;
            font-weight: 700;
            transition: color 0.3s; }
          #party .party-index .party-subs .subs-item .hot .right .time {
            width: 100%;
            clear: both;
            text-align: right;
            font-size: 14px;
            color: #999; }
      #party .party-index .party-subs .subs-item .annouce {
        width: 100%;
        height: 200px;
        padding: 0 20px; }
        #party .party-index .party-subs .subs-item .annouce li {
          border-bottom: 1px solid #e3e3e3;
          height: 50px;
          line-height: 50px; }
          #party .party-index .party-subs .subs-item .annouce li a {
            display: flex;
            justify-content: space-between; }
            #party .party-index .party-subs .subs-item .annouce li a .annoucing {
              font-size: 14px;
              color: #666;
              width: 72%;
              transition: color 0.3s; }
            #party .party-index .party-subs .subs-item .annouce li a .time {
              font-size: 14px;
              color: #999; }
        #party .party-index .party-subs .subs-item .annouce li:hover a .annoucing {
          color: #dc0000; }
        #party .party-index .party-subs .subs-item .annouce li:last-child {
          border-bottom: none; }

#service .service_article_inner {
  width: 100%;
  padding: 40px 0 60px;
  background-color: #f8f8f8; }
  #service .service_article_inner .container {
    background-color: #fff; }
  #service .service_article_inner .left-menu {
    width: 180px;
    background-color: #fff;
    display: inline-block;
    float: left; }
    #service .service_article_inner .left-menu a {
      display: block;
      width: 100%;
      height: 50px;
      overflow: hidden;
      transition: all 0.3s;
      padding: 0 10px 0 20px;
      border-bottom: 1px solid #eee; }
      #service .service_article_inner .left-menu a i {
        display: inline-block;
        width: 10px;
        height: 1px;
        background-color: #bbb;
        float: left;
        transition: all 0.3s;
        margin-top: 24px; }
      #service .service_article_inner .left-menu a span {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        font-size: 14px;
        color: #666;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s;
        margin-left: 10px; }
    #service .service_article_inner .left-menu a.active,
    #service .service_article_inner .left-menu a:hover {
      background-color: #ce1126;
      border-color: #ce1126; }
      #service .service_article_inner .left-menu a.active i,
      #service .service_article_inner .left-menu a:hover i {
        background-color: #fff; }
      #service .service_article_inner .left-menu a.active span,
      #service .service_article_inner .left-menu a:hover span {
        color: #fff; }
  #service .service_article_inner .right-article {
    width: 100%;
    display: inline-block;
    float: left;
    border-left: 1px solid #eee;
    padding: 33px; }
    #service .service_article_inner .right-article > .titles {
      width: 100%;
      font-size: 28px;
      line-height: 36px;
      color: #333;
      clear: both;
      margin-bottom: 20px; }
    #service .service_article_inner .right-article .inner-tab {
      width: 100%;
      margin-bottom: 20px; }
      #service .service_article_inner .right-article .inner-tab a {
        display: inline-block;
        margin-right: 50px; }
        #service .service_article_inner .right-article .inner-tab a i {
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 5px;
          background-color: #999;
          float: left;
          margin-top: 9px;
          transition: all 0.3s; }
        #service .service_article_inner .right-article .inner-tab a span {
          display: inline-block;
          height: 28px;
          line-height: 28px;
          font-size: 28px;
          color: #999;
          float: left;
          margin-left: 5px;
          transition: all 0.3s; }
      #service .service_article_inner .right-article .inner-tab a.active i,
      #service .service_article_inner .right-article .inner-tab a:hover i {
        background-color: #ce1126; }
      #service .service_article_inner .right-article .inner-tab a.active span,
      #service .service_article_inner .right-article .inner-tab a:hover span {
        color: #ce1126; }
    #service .service_article_inner .right-article .content-inner {
      width: 100%;
      clear: both; }
      #service .service_article_inner .right-article .content-inner img {
        max-width: 100% !important; }
    #service .service_article_inner .right-article .download-inner {
      width: 100%; }
      #service .service_article_inner .right-article .download-inner a {
        display: inline-block;
        width: 32%;
        height: 190px;
        background-image: url(../images/img25.png);
        background-size: 100% 100%;
        float: left;
        margin-left: 2%;
        margin-bottom: 20px;
        transition: all 0.3s; }
        #service .service_article_inner .right-article .download-inner a span {
          display: block;
          width: 100%;
          padding: 0 14px;
          text-align: center;
          margin: 60px auto 0;
          font-size: 16px;
          color: #666; }
        #service .service_article_inner .right-article .download-inner a i {
          display: block;
          clear: both;
          margin: 16px auto 0;
          background-image: url(../images/img26.png);
          background-size: 100% 100%;
          width: 29px;
          height: 25px; }
      #service .service_article_inner .right-article .download-inner a:nth-child(3n + 1) {
        margin-left: 0; }
      #service .service_article_inner .right-article .download-inner a:hover {
        box-shadow: 0 6px 10px #ccc; }
        #service .service_article_inner .right-article .download-inner a:hover span {
          color: #ce1126; }
        #service .service_article_inner .right-article .download-inner a:hover i {
          background-image: url(../images/img27.png); }
    #service .service_article_inner .right-article .achievement-inner {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex: 1; }
      #service .service_article_inner .right-article .achievement-inner .item {
        width: 32%;
        min-height: 240px;
        height: auto;
        display: inline-block;
        float: left;
        margin-left: 2%;
        margin-bottom: 20px;
        transition: all 0.3s;
        background-color: #f4f5fa;
        padding: 20px 30px; }
        #service .service_article_inner .right-article .achievement-inner .item span {
          color: #e6e6eb;
          display: block;
          width: 100%;
          font-size: 50px;
          font-family: 'Arial';
          height: 50px;
          line-height: 50px;
          transition: all 0.3s; }
        #service .service_article_inner .right-article .achievement-inner .item p {
          display: block;
          width: 100%;
          font-size: 14px;
          color: #666;
          line-height: 24px;
          transition: all 0.3s; }
      #service .service_article_inner .right-article .achievement-inner .item:nth-child(3n + 1) {
        margin-left: 0; }
      #service .service_article_inner .right-article .achievement-inner .item:hover {
        background-color: #ce1126; }
        #service .service_article_inner .right-article .achievement-inner .item:hover span {
          color: #d84151; }
        #service .service_article_inner .right-article .achievement-inner .item:hover p {
          color: #fff; }
    #service .service_article_inner .right-article .case-inner {
      width: 100%; }
      #service .service_article_inner .right-article .case-inner .item {
        width: 100%;
        min-height: 170px;
        height: auto;
        margin-bottom: 20px;
        transition: all 0.3s;
        background-color: #f4f5fa;
        padding: 30px 40px; }
        #service .service_article_inner .right-article .case-inner .item .title {
          color: #333;
          display: block;
          width: 100%;
          font-size: 24px;
          line-height: 34px;
          transition: all 0.3s;
          font-family: 'syhtM'; }
        #service .service_article_inner .right-article .case-inner .item .desc {
          display: block;
          width: 100%;
          font-size: 14px;
          color: #666;
          line-height: 24px;
          transition: all 0.3s;
          margin-top: 20px; }
      #service .service_article_inner .right-article .case-inner .item:hover {
        background-color: #ce1126; }
        #service .service_article_inner .right-article .case-inner .item:hover .title {
          color: #fff; }
        #service .service_article_inner .right-article .case-inner .item:hover .desc {
          color: #fff; }
    #service .service_article_inner .right-article .device-inner {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      flex: 1; }
      #service .service_article_inner .right-article .device-inner .item {
        width: 32%;
        height: auto;
        display: inline-block;
        float: left;
        margin-left: 2%;
        margin-bottom: 20px;
        transition: all 0.3s;
        background-color: #f4f5fa; }
        #service .service_article_inner .right-article .device-inner .item .img {
          width: 100%;
          overflow: hidden; }
          #service .service_article_inner .right-article .device-inner .item .img img {
            width: 100%;
            transition: all 0.3s; }
        #service .service_article_inner .right-article .device-inner .item .bots {
          width: 100%;
          padding: 25px 30px;
          background-color: #f4f5fa; }
          #service .service_article_inner .right-article .device-inner .item .bots .title {
            width: 100%;
            font-size: 24px;
            font-family: 'syhtM';
            line-height: 34px; }
          #service .service_article_inner .right-article .device-inner .item .bots .desc {
            width: 100%;
            font-size: 14px;
            color: #666;
            line-height: 24px;
            margin-top: 10px; }
      #service .service_article_inner .right-article .device-inner .item:nth-child(3n + 1) {
        margin-left: 0; }
      #service .service_article_inner .right-article .device-inner .item:hover .img img {
        transform: scale(1.1); }
      #service .service_article_inner .right-article .device-inner .item:hover .bots {
        background-color: #ce1126; }
        #service .service_article_inner .right-article .device-inner .item:hover .bots .title {
          color: #fff; }
        #service .service_article_inner .right-article .device-inner .item:hover .bots .desc {
          color: #fff; }
    #service .service_article_inner .right-article .question-inner {
      width: 100%; }
      #service .service_article_inner .right-article .question-inner .item {
        width: 100%;
        margin-bottom: 10px; }
        #service .service_article_inner .right-article .question-inner .item .top {
          width: 100%;
          padding: 20px;
          font-size: 14px;
          position: relative;
          background-color: #f4f5fa; }
          #service .service_article_inner .right-article .question-inner .item .top span {
            display: block;
            width: 100%;
            padding-right: 30px;
            color: #666; }
          #service .service_article_inner .right-article .question-inner .item .top i {
            display: block;
            width: 20px;
            height: 20px;
            position: absolute;
            top: 50%;
            right: 20px;
            margin-top: -10px;
            background-image: url(../images/img29.png);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: auto;
            cursor: pointer; }
        #service .service_article_inner .right-article .question-inner .item .bot {
          width: 100%;
          padding: 25px 20px;
          box-shadow: 0 5px 5px #f4f6f9;
          display: none; }
      #service .service_article_inner .right-article .question-inner .item.active .top {
        background-color: #ce1126; }
        #service .service_article_inner .right-article .question-inner .item.active .top span {
          color: #fff; }
        #service .service_article_inner .right-article .question-inner .item.active .top i {
          background-image: url(../images/img28.png); }

#service .platform {
  width: 100%;
  padding: 40px 0 60px;
  background-color: #f8f8f8; }
  #service .platform .container {
    background-color: #fff;
    padding: 40px 40px 20px; }
    #service .platform .container .item {
      width: 100%;
      background-color: #f8f8f8;
      margin-bottom: 20px; }
      #service .platform .container .item .img {
        width: 250px;
        height: 170px;
        float: left;
        display: inline-block;
        overflow: hidden; }
        #service .platform .container .item .img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
      #service .platform .container .item .right {
        width: calc(100% - 250px);
        padding: 20px 30px;
        display: inline-block;
        float: left; }
        #service .platform .container .item .right .title {
          width: 100%;
          font-size: 24px;
          color: #000;
          font-family: 'syhtM';
          line-height: 34px; }
        #service .platform .container .item .right .desc {
          width: 100%;
          height: 48px;
          font-size: 14px;
          margin-top: 10px;
          line-height: 24px;
          color: #666; }
        #service .platform .container .item .right .btn {
          width: 100%;
          height: 30px;
          margin-top: 8px; }
          #service .platform .container .item .right .btn a {
            display: block;
            width: 110px;
            height: 30px;
            line-height: 28px;
            text-align: center;
            border: 1px solid #d3d3d3;
            border-radius: 15px;
            transition: all 0.3s;
            color: #999; }
          #service .platform .container .item .right .btn a:hover {
            background-color: #ce1126;
            color: #fff;
            border-color: #ce1126; }

#lab .lab {
  width: 100%;
  padding: 40px 0 60px;
  background-color: #f8f8f8; }
  #lab .lab .container {
    background-color: #fff;
    padding: 40px 40px 20px;
    display: flex;
    flex-wrap: wrap;
    flex: 1; }
    #lab .lab .container .item {
      width: 32%;
      margin-left: 2%;
      margin-bottom: 20px;
      background-color: #f8f8f8; }
      #lab .lab .container .item a {
        display: block;
        width: 100%;
        height: 100%; }
      #lab .lab .container .item .img {
        width: 100%;
        overflow: hidden; }
        #lab .lab .container .item .img img {
          width: 100%;
          transition: all 0.3s; }
      #lab .lab .container .item .bots {
        width: 100%;
        padding: 15px 20px 25px; }
        #lab .lab .container .item .bots .title {
          width: 100%;
          font-size: 24px;
          line-height: 30px;
          color: #000;
          font-family: 'syhtM'; }
        #lab .lab .container .item .bots .desc {
          width: 100%;
          font-size: 14px;
          color: #666;
          line-height: 24px;
          margin-top: 10px; }
    #lab .lab .container .item:nth-child(3n + 1) {
      margin-left: 0; }
    #lab .lab .container .item:hover .img img {
      transform: scale(1.1); }
    #lab .lab .container .inner-title {
      width: 100%;
      padding: 0 0 30px;
      border-bottom: 1px solid #e0e0e0;
      font-size: 24px;
      color: #000;
      text-align: center; }
    #lab .lab .container .inner-content {
      width: 100%;
      padding: 30px 0 30px; }
      #lab .lab .container .inner-content p {
        font-size: 14px;
        line-height: 22px; }
    #lab .lab .container .download-btn {
      width: auto;
      padding: 12px 56px 12px 18px;
      background-image: url(../images/img42.png);
      background-position: right center;
      background-repeat: no-repeat;
      background-color: #f4f4f4;
      color: #666;
      font-size: 14px;
      line-height: 18px;
      transition: all 0.3s;
      display: inline-block;
      float: left;
      clear: both;
      margin: 5px 0; }
    #lab .lab .container .download-btn:hover {
      background-color: #ce1126;
      color: #fff;
      background-image: url(../images/img43.png); }

#about .about_article_inner {
  width: 100%;
  padding: 40px 0 60px;
  background-color: #f8f8f8; }
  #about .about_article_inner .container {
    background-color: #fff; }
  #about .about_article_inner .honor-list {
    width: 100%;
    padding: 40px; }
    #about .about_article_inner .honor-list li {
      width: 23.5%;
      display: inline-block;
      float: left;
      margin-left: 2%;
      margin-bottom: 10px; }
      #about .about_article_inner .honor-list li a {
        display: block;
        width: 100%; }
      #about .about_article_inner .honor-list li .img {
        width: 100%;
        clear: both; }
        #about .about_article_inner .honor-list li .img img {
          width: 100%; }
      #about .about_article_inner .honor-list li .title {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0 5px;
        font-size: 14px;
        color: #666;
        text-align: center; }
    #about .about_article_inner .honor-list li:nth-child(4n + 1) {
      margin-left: 0; }
  #about .about_article_inner .organ-img {
    padding: 40px;
    text-align: center; }
    #about .about_article_inner .organ-img a {
      max-width: 100%;
      height: auto; }
    #about .about_article_inner .organ-img .small {
      max-width: 100%; }
  #about .about_article_inner .about-container {
    padding: 40px; }
    #about .about_article_inner .about-container .com-name {
      width: 100%;
      line-height: 46px;
      font-size: 36px;
      font-family: 'syhtM';
      color: #333; }
    #about .about_article_inner .about-container .about-con1,
    #about .about_article_inner .about-container .about-con2 {
      width: 100%;
      font-size: 14px;
      color: #666;
      line-height: 24px;
      margin-top: 20px; }
      #about .about_article_inner .about-container .about-con1 p,
      #about .about_article_inner .about-container .about-con2 p {
        line-height: 24px; }
    #about .about_article_inner .about-container .about-counts {
      width: 100%;
      padding: 24px 0;
      background-color: #f8f8f8;
      margin-top: 20px; }
      #about .about_article_inner .about-container .about-counts .item {
        width: 33.33%;
        display: inline-block;
        float: left;
        padding: 0 10px;
        text-align: center;
        border-left: 1px solid #e5e5e5; }
        #about .about_article_inner .about-container .about-counts .item .tops {
          width: 100%;
          clear: both;
          color: #ce1126;
          font-size: 72px;
          line-height: 72px; }
        #about .about_article_inner .about-container .about-counts .item .desc {
          margin-top: 15px; }
      #about .about_article_inner .about-container .about-counts .item:first-child {
        border-left: none; }
    #about .about_article_inner .about-container .aptitude-title {
      width: 100%;
      margin: 30px 0 20px;
      font-size: 14px;
      color: #333;
      font-family: 'syhtM'; }
    #about .about_article_inner .about-container .about-aptitude {
      width: 100%; }
      #about .about_article_inner .about-container .about-aptitude li {
        width: 50%;
        display: inline-block;
        float: left;
        color: #666;
        line-height: 24px;
        margin-top: 10px; }
      #about .about_article_inner .about-container .about-aptitude li:nth-child(2n + 1) {
        padding-right: 20px; }
    #about .about_article_inner .about-container .about-honor {
      width: 100%;
      margin-top: 40px; }
      #about .about_article_inner .about-container .about-honor li {
        width: 23.5%;
        display: inline-block;
        float: left;
        margin-left: 2%; }
        #about .about_article_inner .about-container .about-honor li img {
          width: 100%; }
      #about .about_article_inner .about-container .about-honor li:nth-child(4n+1) {
        margin-left: 0; }
    #about .about_article_inner .about-container .about-service {
      width: 100%;
      margin-top: 40px;
      display: flex;
      flex: 1;
      justify-content: space-between; }
      #about .about_article_inner .about-container .about-service .item {
        width: 49%;
        display: inline-block;
        padding: 20px 10px;
        text-align: center;
        background-color: #f8f8f8; }
        #about .about_article_inner .about-container .about-service .item .titles {
          display: block;
          width: 100%;
          font-size: 18px;
          color: #333;
          font-family: 'syhtM';
          clear: both; }
        #about .about_article_inner .about-container .about-service .item .descs {
          display: block;
          width: 100%;
          font-size: 14px;
          color: #666;
          clear: both;
          margin-top: 10px; }

#join .join-list {
  width: 100%;
  padding: 40px 0 60px;
  background-color: #f8f8f8; }
  #join .join-list .container {
    background-color: #fff; }
  #join .join-list ul {
    width: 100%;
    padding: 40px; }
    #join .join-list ul li {
      width: 100%;
      margin-top: 10px; }
      #join .join-list ul li .tops {
        width: 100%;
        height: 70px;
        background-color: #f5f5f5;
        color: #333;
        padding: 0 44px;
        display: flex;
        justify-content: space-between;
        line-height: 70px;
        cursor: pointer; }
        #join .join-list ul li .tops span {
          display: inline-block;
          white-space: nowrap; }
        #join .join-list ul li .tops span:nth-child(1) {
          width: 15%; }
        #join .join-list ul li .tops span:nth-child(2) {
          width: 15%; }
        #join .join-list ul li .tops span:nth-child(3) {
          width: 15%; }
      #join .join-list ul li .tops.active {
        background-color: #ce1126;
        color: #fff; }
      #join .join-list ul li .bots {
        width: 100%;
        background-color: #f5f5f5;
        padding: 10px 44px 44px;
        display: none; }
        #join .join-list ul li .bots .title {
          width: 100%;
          height: 60px;
          line-height: 60px;
          font-size: 18px;
          color: #333;
          font-family: 'syhtM'; }
        #join .join-list ul li .bots .content {
          width: 100%;
          font-size: 14px;
          color: #666;
          line-height: 28px; }
        #join .join-list ul li .bots .subbtn {
          display: block;
          width: 180px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          background-color: #ce1126;
          color: #fff;
          font-size: 14px;
          margin-top: 30px; }
    #join .join-list ul li:nth-child(1) {
      margin-top: 0; }

#join .join-detail {
  width: 100%;
  padding: 40px 0 60px;
  background-color: #f8f8f8; }
  #join .join-detail .container {
    background-color: #fff; }
  #join .join-detail .message-form {
    padding: 40px; }
    #join .join-detail .message-form .index-title {
      font-size: 20px;
      color: #999;
      margin-bottom: 38px; }
      #join .join-detail .message-form .index-title span {
        font-size: 36px;
        font-family: 'syhtM';
        color: #ba0a01;
        margin-right: 30px; }
    #join .join-detail .message-form .input {
      width: 48%;
      height: 50px;
      display: inline-block;
      margin-bottom: 20px;
      position: relative; }
      #join .join-detail .message-form .input input {
        height: 48px;
        width: 100%;
        border: 1px solid #f5f5f5;
        background-color: #f5f5f5;
        outline: none;
        font-size: 14px;
        color: #666;
        text-indent: 100px; }
      #join .join-detail .message-form .input label {
        font-size: 16px;
        line-height: 50px;
        color: #333;
        position: absolute;
        top: 0;
        left: 0; }
        #join .join-detail .message-form .input label span {
          color: #df0b00;
          margin: 0 5px; }
    #join .join-detail .message-form .input:nth-of-type(2n) {
      margin-right: 3.6%; }
    #join .join-detail .message-form .textarea {
      width: 100%;
      height: 154px;
      position: relative;
      margin-bottom: 30px; }
      #join .join-detail .message-form .textarea textarea {
        background-color: #f5f5f5;
        box-sizing: border-box;
        border: 1px solid #f5f5f5;
        outline: none;
        width: 100%;
        height: 100%;
        text-indent: 100px;
        font-size: 14px;
        color: #666;
        padding: 10px 5px;
        resize: none; }
      #join .join-detail .message-form .textarea label {
        font-size: 16px;
        line-height: 40px;
        color: #333;
        position: absolute;
        top: 0;
        left: 0; }
        #join .join-detail .message-form .textarea label span {
          color: #df0b00;
          margin: 0 5px; }
    #join .join-detail .message-form .prupfile {
      width: 100%;
      font-size: 16px;
      color: #666;
      margin-bottom: 20px; }
      #join .join-detail .message-form .prupfile .upload {
        position: relative;
        width: 120px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        display: inline-block;
        background-color: #f5f5f5;
        margin-left: 15px; }
        #join .join-detail .message-form .prupfile .upload input {
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: 0; }
    #join .join-detail .message-form .code {
      height: 50px;
      line-height: 48px; }
      #join .join-detail .message-form .code input {
        width: 160px;
        background-color: #f8f8f8;
        border: 1px solid #ededed;
        border-right: 0;
        height: 48px;
        outline: none;
        text-indent: 18px;
        font-size: 14px;
        color: #666; }
      #join .join-detail .message-form .code #vcodeImg {
        vertical-align: top; }
      #join .join-detail .message-form .code button {
        float: right;
        width: 210px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        color: #fff;
        background-color: #ba0a01;
        border: none; }

#search .result {
  width: 100%;
  background-color: #f5f5f5;
  padding-top: 30px;
  padding-bottom: 30px; }
  #search .result .container {
    background-color: #fff;
    padding: 0 40px; }
    #search .result .container .tops {
      width: 100%;
      height: 80px;
      font-size: 18px;
      color: #999;
      line-height: 80px;
      border-bottom: 1px solid #e6e6e6; }
    #search .result .container ul {
      width: 100%; }
      #search .result .container ul li {
        width: 100%;
        height: 60px;
        border-bottom: 1px solid #e6e6e6; }
        #search .result .container ul li a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: space-between; }
        #search .result .container ul li span {
          display: inline-block;
          height: 60px;
          line-height: 60px; }
        #search .result .container ul li span.title {
          width: calc(100% - 100px);
          font-size: 16px;
          color: #333; }
        #search .result .container ul li span.date {
          width: auto;
          white-space: nowrap;
          font-size: 14px;
          color: #999; }
          .mapimg {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
@media screen and (min-width: 1025px) and (max-width: 1399px) {
  .container {
    width: 96%; }
  .header {
    width: 100%;
    height: 150px;
    background-color: #fff; }
    .header .left {
      width: 475px;
      height: 100px;
      background-image: url(../images/head-logo.png);
      background-size: contain;
      float: left;
      margin-top: 25px; }
    .header .right {
      width: 420px;
      height: 100%;
      float: right; }
      .header .right .tops {
        width: 100%;
        height: 12px;
        line-height: 12px;
        font-size: 12px;
        margin-top: 20px; }
        .header .right .tops .date {
          width: auto;
          height: 12px;
          color: #666;
          display: inline-block;
          float: right; }
        .header .right .tops .func {
          width: auto;
          height: 12px;
          line-height: 12px;
          display: inline-block;
          margin-left: 20px;
          float: right; }
          .header .right .tops .func a {
            display: inline-block;
            height: 12px;
            line-height: 12px;
            font-size: 12px;
            color: #666; }
          .header .right .tops .func span {
            display: inline-block;
            height: 12px;
            line-height: 12px;
            font-size: 12px;
            color: #666;
            margin: 0 5px; }
      .header .right .bots {
        width: 100%;
        height: 50px;
        margin-top: 20px;
        clear: both; }
        .header .right .bots .search {
          width: 334px;
          height: 100%;
          float: right; }
          .header .right .bots .search .select {
            width: 86px;
            height: 100%;
            border: 1px solid #ddd;
            background-color: #f7f7f7;
            position: relative;
            display: none;
            float: left;
            cursor: pointer; }
            .header .right .bots .search .select .hidden {
              display: none; }
            .header .right .bots .search .select .selected {
              width: 60px;
              height: 14px;
              line-height: 14px;
              font-size: 14px;
              display: inline-block;
              margin-top: 17px;
              text-align: center;
              float: left; }
            .header .right .bots .search .select i {
              display: inline-block;
              width: 11px;
              height: 7px;
              background-image: url(../images/img02.png);
              background-size: 100% 100%;
              float: left;
              margin-top: 21px; }
            .header .right .bots .search .select i.open {
              background-image: url(../images/img02-1.png); }
            .header .right .bots .search .select .options {
              width: 86px;
              height: auto;
              position: absolute;
              top: 48px;
              left: -1px;
              z-index: 99;
              border: 1px solid #ddd;
              display: none; }
              .header .right .bots .search .select .options a {
                width: 100%;
                height: 36px;
                line-height: 36px;
                text-align: center;
                border-bottom: 1px solid #ddd;
                font-size: 14px;
                display: block;
                background-color: #fff;
                transition: all 0.3s; }
              .header .right .bots .search .select .options a:last-child {
                border-bottom: none; }
              .header .right .bots .search .select .options a.active,
              .header .right .bots .search .select .options a:hover {
                background-color: #ce1126;
                color: #fff; }
          .header .right .bots .search .keyword {
            width: 284px;
            height: 100%;
            border: 1px solid #ddd;
            border-right: none;
            display: inline-block;
            float: left; }
            .header .right .bots .search .keyword input {
              width: 100%;
              height: 100%;
              border: none;
              font-size: 14px;
              padding: 0 10px; }
          .header .right .bots .search .search-submit {
            width: 50px;
            height: 50px;
            display: inline-block;
            float: left;
            background-color: #ce1126;
            cursor: pointer; }
            .header .right .bots .search .search-submit i {
              width: 24px;
              height: 24px;
              display: block;
              background-image: url(../images/img03.png);
              background-size: 100% 100%;
              margin: 13px; }
  .banner {
    width: 100%;
    height: 400px; }
    .banner .swiper-container1 {
      width: 100%;
      height: 400px; }
      .banner .swiper-container1 .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
    .banner .slide_content {
      width: 90%;
      height: 400px;
      margin: 0 auto;
      text-align: center;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      .banner .slide_content p:first-child {
        font-size: 35px;
        color: white; }
      .banner .slide_content p:nth-child(2) {
        width: 80%;
        font-size: 18px;
        color: white;
        margin: 0 auto;
        margin-top: 25px;
        line-height: 1.8em; }
      .banner .slide_content .more {
        margin-top: 38px;
        width: 382px;
        display: flex;
        justify-content: space-between; }
        .banner .slide_content .more a {
          display: inline-block;
          width: 180px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          font-size: 18px;
          color: white;
          background-color: #d60f08; }
    .banner .swiper-pagination {
      bottom: 40px !important; }
      .banner .swiper-pagination span {
        width: 50px !important;
        height: 2px !important;
        background-color: white !important;
        opacity: 0.5;
        border-radius: 0; }
    .banner .swiper-pagination-bullet-active {
      opacity: 1 !important; }
  #index .catagory {
    width: 100%;
    margin: 0 auto; }
    #index .catagory .catagory_ex {
      width: 100%;
      display: flex;
      justify-content: space-between; }
    #index .catagory a {
      display: inline-block;
      width: 24%;
      height: 160px;
      box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
    #index .catagory .text {
      text-align: center; }
    #index .catagory a:hover .text img {
      display: none; }
    #index .catagory a .text p:nth-of-type(1) {
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out; }
    #index .catagory a .text p:nth-of-type(2) {
      box-sizing: border-box;
      padding: 0 5px; }
    #index .catagory a:hover .text p:nth-of-type(1) {
      margin-top: 40px; }
    #index .catagory .text img {
      margin-top: 25px;
      width: 30px;
      height: 30px; }
    #index .catagory .electronic .text p:nth-of-type(1) {
      font-size: 18px;
      color: white;
      margin-top: 12px; }
    #index .catagory .electronic .text p:nth-of-type(2) {
      font-size: 14px;
      color: white;
      margin-top: 15px;
      width: 100%; }
    #index .catagory .software .text p:nth-of-type(1) {
      font-size: 18px;
      color: white;
      margin-top: 12px; }
    #index .catagory .software .text p:nth-of-type(2) {
      font-size: 14px;
      color: white;
      margin-top: 15px;
      width: 100%; }
    #index .catagory .infor p {
      color: #fff;
      font-size: 14px; }
    #index .catagory .infor p:nth-child(1) {
      width: 144px;
      border-bottom: 1px solid white;
      color: white;
      font-size: 18px;
      margin: 0 auto;
      margin-top: 35px;
      padding-bottom: 10px; }
    #index .catagory .infor p:nth-child(2) {
      font-size: 18px;
      color: white;
      margin-top: 15px; }
    #index .catagory .infor p:nth-child(3) {
      font-size: 14px;
      color: white;
      margin-top: 8px; }
    #index .catagory .fusion .text p:nth-of-type(1) {
      font-size: 18px;
      color: white;
      margin-top: 12px; }
    #index .catagory .fusion .text p:nth-of-type(2) {
      font-size: 14px;
      color: white;
      margin-top: 15px;
      width: 100%; }
  #index .dynamic {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    margin-top: 20px; }
    #index .dynamic .dynamic_left {
      width: 66%;
      background-color: white;
      padding: 20px;
      box-sizing: border-box; }
    #index .dynamic .dynamic_left .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e6e6e6; }
    #index .dynamic .dynamic_left .title .left a {
      padding: 0px 0px 10px 0;
      display: inline-block;
      font-size: 24px;
      color: #666; }
    #index .dynamic .dynamic_left .title .left span {
      display: inline-block;
      width: 2px;
      height: 30px;
      background-color: #e6e6e6;
      position: absolute;
      margin: 2px 10px 0; }
    #index .dynamic .dynamic_left .title .left .second {
      margin-left: 24px; }
    #index .dynamic .dynamic_left .title .right a {
      font-size: 14px;
      color: #999; }
    #index .dynamic .dynamic_left_content {
      width: 100%;
      margin-top: 20px;
      display: flex;
      justify-content: space-between; }
    #index .dynamic .exdl {
      width: 49%;
      height: 285px; }
    #index .dynamic .swiper-container2 {
      width: 100%; }
    #index .dynamic .swiper-container2 .swiper-wrapper {
      width: 100%; }
    #index .dynamic .swiper-container2 .swiper-slide {
      width: 100%;
      height: 285px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
    #index .dynamic .swiper-container2 .swiper-slide .shadow {
      width: 436px;
      height: 51px;
      line-height: 51px;
      background-color: black;
      opacity: 0.9;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 99;
      color: white;
      text-indent: 2em; }
    #index .dynamic .exdr {
      width: 49%; }
    #index .dynamic .exdr .artical {
      border-bottom: 1px solid #e3e3e3;
      padding-bottom: 15px; }
    #index .dynamic .exdr .artical p:nth-child(1) {
      font-size: 16px;
      color: black;
      font-weight: bold; }
    #index .dynamic .exdr .artical p:nth-child(2) {
      font-size: 14px;
      color: #999;
      margin-top: 15px; }
    #index .dynamic .exdr .meet li {
      border-bottom: 1px solid #e3e3e3;
      height: 48px;
      line-height: 48px; }
    #index .dynamic .exdr .meet li a {
      display: flex;
      justify-content: space-between; }
    #index .dynamic .meet li a .meetting {
      width: 340px;
      font-size: 14px;
      color: #666; }
    #index .dynamic .exdr .meet li a .time {
      font-size: 14px;
      color: #999; }
    #index .dynamic .dynamic_right {
      width: 32.3%;
      background-color: white;
      padding: 20px 20px 23px;
      box-sizing: border-box; }
    #index .dynamic .dynamic_right .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e6e6e6; }
    #index .dynamic .dynamic_right .title .left a {
      padding: 0px 0px 10px 0px;
      display: inline-block;
      font-size: 24px;
      color: #666; }
    #index .dynamic .dynamic_right .title .right a {
      font-size: 14px;
      color: #999; }
  #index .lap {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    #index .lap .about {
      width: 66%;
      background-color: white;
      padding: 20px;
      box-sizing: border-box; }
    #index .lap .party {
      width: 32.3%;
      background-color: white;
      padding: 20px;
      box-sizing: border-box; }
    #index .lap .labcontent {
      margin-top: 20px; }
    #index .lap .swiper-container3 {
      width: 100%; }
    #index .lap .swiper3 {
      position: relative; }
    #index .lap .swiper-container3 .swiper-slide {
      width: 100%;
      height: 179px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #index .lap .swiper-pagination3 {
      width: 100%;
      text-align: right !important; }
    #index .lap .swiper-pagination3 .swiper-pagination-bullet {
      width: 20px;
      height: 4px;
      background-color: #e6e6e6 !important;
      border-radius: 2px; }
    #index .lap .swiper-pagination3 .swiper-pagination-bullet-active {
      background-color: #ce1126 !important; }
    #index .lap .about > .left {
      width: 50%;
      float: left; }
    #index .lap .about > .right {
      width: calc(50% - 30px);
      height: 286px;
      float: left;
      margin: 24px 0 0 30px;
      display: inline-flex;
      justify-content: space-between; }
    #index .lap .about > .right a {
      display: inline-block;
      width: 194px;
      height: 290px; }
    #index .lap .about > .right a img {
      width: 100%;
      height: 100%; }
    #index .lap .imporlab {
      width: 100%; }
    #index .lap .imporlab .title {
      font-size: 18px;
      color: black;
      font-weight: bold;
      margin-top: 20px; }
    #index .lap .imporlab .inner {
      font-size: 14px;
      color: #666;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      line-height: 1.8em;
      margin-top: 15px; }
    #index .lap .imporlab .more {
      color: #4071b5;
      font-size: 14px;
      margin-top: 35px;
      display: inline-block; }
    #index .lap .about .inner {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      line-height: 1.8em;
      margin-top: 15px;
      height: 125px; }
    #index .lap .about .seemore {
      width: 100%;
      margin-top: 5px; }
    #index .lap .about .seemore li {
      margin-top: 10px;
      width: 49%;
      float: left;
      margin-right: 2%; }
    #index .lap .about .seemore li:nth-child(2n) {
      margin-right: 0; }
    #index .lap .about .seemore li a {
      width: 100%;
      height: 50px;
      line-height: 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 20px;
      padding-right: 20px; }
    #index .lap .about .seemore li a .left {
      display: inline-flex;
      align-items: center; }
    #index .lap .about .seemore li a .left i {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background-image: url(./../images/icons.png); }
    #index .lap .about .seemore li a .left i.icon-jgjj {
      background-position: 0 0; }
    #index .lap .about .seemore li a .left i.icon-zzjg {
      background-position: 0 -31px; }
    #index .lap .about .seemore li a .left i.icon-zzsq {
      background-position: 0 -62px; }
    #index .lap .about .seemore li a .left i.icon-zzry {
      background-position: 0 -92px; }
    #index .lap .about .seemore li a {
      font-size: 14px;
      color: #666;
      background-color: #f8f8f8; }
    #index .lap .about .seemore img {
      width: 12px;
      height: 20px; }
    #index .lap .about .seemore li a:hover {
      background-color: #ce1126 !important;
      color: white !important; }
    #index .lap .about .seemore li a:hover .left i.icon-jgjj {
      background-position: -31px 0; }
    #index .lap .about .seemore li a:hover .left i.icon-zzjg {
      background-position: -31px -31px; }
    #index .lap .about .seemore li a:hover .left i.icon-zzsq {
      background-position: -31px -62px; }
    #index .lap .about .seemore li a:hover .left i.icon-zzry {
      background-position: -31px -92px; }
    #index .lap .party .img {
      width: 100%;
      height: 100px;
      margin-top: 20px;
      display: block;
      font-size: 0; }
    #index .lap .party .img a {
      width: 100%;
      display: inline-block;
      overflow: hidden; }
    #index .lap .party .img a img {
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out; }
    #index .lap .party .img a:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1); }
    #index .lap .party .img a img {
      width: 100%;
      height: 100%; }
    #index .lap .party .img a:first-child {
      margin-right: 2%; }
  #index .service {
    width: 100%;
    margin-top: 20px;
    background-color: white;
    padding: 20px; }
    #index .service .service_content {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
    #index .service .service_content .inner {
      width: 18.3%; }
    #index .service .service_content .inner .img {
      overflow: hidden;
      width: 100%;
      height: auto; }
    #index .service .service_content .inner .img .mask {
      display: none; }
    #index .service .service_content .inner .img img {
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      position: static; }
    #index .service .service_content .inner:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1); }
    #index .service .service_content .inner img {
      width: 100%; }
    #index .service .service_content .inner p {
      font-size: 14px;
      color: #666;
      text-align: center;
      margin-top: 10px;
      font-weight: bold; }
  footer {
    width: 100%;
    background-color: #21242f; }
    footer .footer {
      width: 96%;
      padding-bottom: 20px;
      height: auto; }
    footer .footertop {
      width: 100%;
      margin: 0 auto;
      padding-top: 40px;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box; }
    footer .footertop .inner {
      width: 14%; }
    footer .footertop .inner ul li:nth-child(1) a {
      font-size: 18px;
      color: white; }
    footer .footertop .inner ul li:nth-child(1) {
      margin-bottom: 30px; }
    footer .footertop .inner ul li {
      margin-top: 10px; }
    footer .footertop .inner ul li a {
      font-size: 14px;
      color: #dadada; }
    footer .footertop .inner:last-child {
      position: relative; }
    footer .footertop .inner:last-child .last {
      position: absolute;
      top: 0;
      right: 0; }
    footer .footertop .inner:last-child p {
      color: white;
      font-size: 14px;
      width: 130px;
      text-align: center; }
    footer .footertop .inner:last-child p:nth-of-type(1) {
      margin-top: 10px; }
    footer .footertop .inner:last-child p:nth-of-type(2) {
      margin-top: 8px; }
    footer .frlink {
      width: 100%;
      margin-top: 40px; }
    footer .frlink span {
      font-size: 14px;
      color: #a3a5a9;
      display: inline-block;
      height: 30px;
      line-height: 30px;
      white-space: nowrap; }
    footer .frlink .links {
      margin-left: 10px; }
    footer .frlink a {
      color: #666970;
      margin-right: 20px;
      display: block;
      margin-top: 6px;
      display: inline-block;
      float: left; }
    footer .footer_bottom {
      height: auto;
      line-height: 35px; }
    footer .fbcontent {
      width: 90%;
      display: block;
      padding: 10px 0; }
    footer .fbcontent p span {
      color: white;
      opacity: 0.24;
      font-size: 14px; }
    footer .fbcontent p:nth-child(1) span:nth-child(2) {
      margin-left: 40px; }
    footer .fbcontent p:nth-child(2) a {
      color: white;
      font-size: 14px; }
    footer .fbcontent p:nth-child(1) {
      width: 100%;
      display: block; }
    footer .fbcontent p:nth-child(1) span {
      width: 100%;
      display: block;
      text-align: center; }
    footer .fbcontent p:nth-child(2) {
      width: 100%;
      text-align: center;
      height: 35px; }
    footer .fbcontent p:nth-child(2) a {
      margin: 0 auto;
      text-align: center;
      width: 100%; }
  #party .party-banner {
    width: 100%;
    height: 350px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat; }
  #party .party-index {
    background-color: #f5f5f5;
    padding: 30px 0; }
    #party .party-index .dynamic .dynamic_left {
      width: 100%;
      background-color: white;
      box-sizing: border-box; }
    #party .party-index .dynamic .dynamic_left .title {
      width: 100%;
      height: 65px;
      margin: 0 auto;
      position: relative; }
    #party .party-index .dynamic .dynamic_left .title i {
      width: 72px;
      height: 57px;
      display: inline-block;
      position: absolute;
      top: 6px;
      left: 0;
      background-size: 100% 100%;
      background-image: url(../images/img16.png); }
    #party .party-index .dynamic .dynamic_left .title .main {
      width: calc(100% - 40px);
      height: 65px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px solid #e12222; }
    #party .party-index .dynamic .dynamic_left .title .left img {
      width: auto;
      height: 23px;
      margin: 5px 0 0 50px; }
    #party .party-index .dynamic .dynamic_left .title .right a {
      font-size: 14px;
      color: #999; }
    #party .party-index .dynamic .dynamic_left_content {
      width: 100%;
      padding: 20px;
      display: flex;
      justify-content: space-between; }
    #party .party-index .dynamic .exdl {
      width: 32%;
      height: 285px; }
    #party .party-index .dynamic .swiper-container2 {
      width: 100%; }
    #party .party-index .dynamic .swiper-container2 .swiper-wrapper {
      width: 100%; }
    #party .party-index .dynamic .swiper-container2 .swiper-slide {
      width: 100%;
      height: 285px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
    #party .party-index .dynamic .swiper-container2 .swiper-slide .shadow {
      width: 100%;
      height: 51px;
      line-height: 51px;
      background-color: black;
      opacity: 0.9;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 99;
      color: white;
      text-indent: 2em; }
    #party .party-index .dynamic .exdr {
      width: 66%; }
    #party .party-index .dynamic .exdr .artical {
      border-bottom: 1px solid #e3e3e3;
      padding-bottom: 15px; }
    #party .party-index .dynamic .exdr .artical p:nth-child(1) {
      font-size: 16px;
      color: black;
      font-weight: bold; }
    #party .party-index .dynamic .exdr .artical p:nth-child(2) {
      font-size: 14px;
      color: #999;
      margin-top: 15px;
      height: 40px; }
    #party .party-index .dynamic .exdr .meet li {
      border-bottom: 1px solid #e3e3e3;
      height: 48px;
      line-height: 48px; }
    #party .party-index .dynamic .exdr .meet li a {
      display: flex;
      justify-content: space-between; }
    #party .party-index .dynamic .meet li a .meetting {
      width: calc(100% - 100px);
      font-size: 14px;
      color: #666; }
    #party .party-index .dynamic .exdr .meet li a .time {
      font-size: 14px;
      color: #999; }
    #party .party-index .dynamic .dynamic_right {
      width: 32.3%;
      background-color: white;
      padding: 20px;
      box-sizing: border-box; }
    #party .party-index .dynamic .dynamic_right .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e6e6e6; }
    #party .party-index .dynamic .dynamic_right .title .left a {
      padding: 0px 0px 10px 0px;
      display: inline-block;
      font-size: 24px;
      color: #666; }
    #party .party-index .dynamic .dynamic_right .title .right a {
      font-size: 14px;
      color: #999; }
  .catetab .container {
    width: 100%; }
  #service .service_article_inner .right-article .device-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex: 1; }
    #service .service_article_inner .right-article .device-inner .item .bots {
      width: 100%;
      padding: 20px 20px;
      background-color: #f4f5fa; }
      #service .service_article_inner .right-article .device-inner .item .bots .title {
        width: 100%;
        font-size: 22px;
        font-family: 'syhtM';
        line-height: 32px; } }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .container {
    width: 96%; }
  .header {
    width: 100%;
    height: 150px;
    background-color: #fff; }
    .header .left {
      width: 280px;
      height: 100px;
      background-image: url(../images/head-logo.png);
      background-size: contain;
      float: left;
      margin-top: 25px; }
    .header .right {
      width: 420px;
      height: 100%;
      float: right; }
      .header .right .tops {
        width: 100%;
        height: 12px;
        line-height: 12px;
        font-size: 12px;
        margin-top: 20px; }
        .header .right .tops .date {
          width: auto;
          height: 12px;
          color: #666;
          display: inline-block;
          float: right; }
        .header .right .tops .func {
          width: auto;
          height: 12px;
          line-height: 12px;
          display: inline-block;
          margin-left: 20px;
          float: right; }
          .header .right .tops .func a {
            display: inline-block;
            height: 12px;
            line-height: 12px;
            font-size: 12px;
            color: #666; }
          .header .right .tops .func span {
            display: inline-block;
            height: 12px;
            line-height: 12px;
            font-size: 12px;
            color: #666;
            margin: 0 5px; }
      .header .right .bots {
        width: 100%;
        height: 50px;
        margin-top: 20px;
        clear: both; }
        .header .right .bots .search {
          width: 334px;
          height: 100%;
          float: right; }
          .header .right .bots .search .select {
            width: 86px;
            height: 100%;
            border: 1px solid #ddd;
            background-color: #f7f7f7;
            position: relative;
            display: none;
            float: left;
            cursor: pointer; }
            .header .right .bots .search .select .hidden {
              display: none; }
            .header .right .bots .search .select .selected {
              width: 60px;
              height: 14px;
              line-height: 14px;
              font-size: 14px;
              display: inline-block;
              margin-top: 17px;
              text-align: center;
              float: left; }
            .header .right .bots .search .select i {
              display: inline-block;
              width: 11px;
              height: 7px;
              background-image: url(../images/img02.png);
              background-size: 100% 100%;
              float: left;
              margin-top: 21px; }
            .header .right .bots .search .select i.open {
              background-image: url(../images/img02-1.png); }
            .header .right .bots .search .select .options {
              width: 86px;
              height: auto;
              position: absolute;
              top: 48px;
              left: -1px;
              z-index: 99;
              border: 1px solid #ddd;
              display: none; }
              .header .right .bots .search .select .options a {
                width: 100%;
                height: 36px;
                line-height: 36px;
                text-align: center;
                border-bottom: 1px solid #ddd;
                font-size: 14px;
                display: block;
                background-color: #fff;
                transition: all 0.3s; }
              .header .right .bots .search .select .options a:last-child {
                border-bottom: none; }
              .header .right .bots .search .select .options a.active,
              .header .right .bots .search .select .options a:hover {
                background-color: #ce1126;
                color: #fff; }
          .header .right .bots .search .keyword {
            width: 284px;
            height: 100%;
            border: 1px solid #ddd;
            border-right: none;
            display: inline-block;
            float: left; }
            .header .right .bots .search .keyword input {
              width: 100%;
              height: 100%;
              border: none;
              font-size: 14px;
              padding: 0 10px; }
          .header .right .bots .search .search-submit {
            width: 50px;
            height: 50px;
            display: inline-block;
            float: left;
            background-color: #ce1126;
            cursor: pointer; }
            .header .right .bots .search .search-submit i {
              width: 24px;
              height: 24px;
              display: block;
              background-image: url(../images/img03.png);
              background-size: 100% 100%;
              margin: 13px; }
  .banner {
    width: 100%;
    height: 400px; }
    .banner .swiper-container1 {
      width: 100%;
      height: 400px; }
      .banner .swiper-container1 .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
    .banner .slide_content {
      width: 90%;
      height: 400px;
      margin: 0 auto;
      text-align: center;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      .banner .slide_content p:first-child {
        font-size: 35px;
        color: white; }
      .banner .slide_content p:nth-child(2) {
        width: 80%;
        font-size: 18px;
        color: white;
        margin: 0 auto;
        margin-top: 25px;
        line-height: 1.8em; }
      .banner .slide_content .more {
        margin-top: 38px;
        width: 382px;
        display: flex;
        justify-content: space-between; }
        .banner .slide_content .more a {
          display: inline-block;
          width: 180px;
          height: 50px;
          line-height: 50px;
          text-align: center;
          font-size: 18px;
          color: white;
          background-color: #d60f08; }
    .banner .swiper-pagination {
      bottom: 40px !important; }
      .banner .swiper-pagination span {
        width: 50px !important;
        height: 2px !important;
        background-color: white !important;
        opacity: 0.5;
        border-radius: 0; }
    .banner .swiper-pagination-bullet-active {
      opacity: 1 !important; }
  #index .catagory {
    width: 100%;
    margin: 0 auto;
    height: auto; }
    #index .catagory .catagory_ex {
      width: 100%;
      flex-wrap: wrap; }
    #index .catagory a {
      width: 49%;
      display: block;
      margin-bottom: 10px; }
    #index .catagory .text {
      text-align: center; }
    #index .catagory a:hover .text img {
      display: none; }
    #index .catagory a .text p:nth-of-type(1) {
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out; }
    #index .catagory a .text p:nth-of-type(2) {
      box-sizing: border-box;
      padding: 0 5px; }
    #index .catagory a:hover .text p:nth-of-type(1) {
      margin-top: 40px; }
    #index .catagory .text img {
      margin-top: 25px;
      width: 30px;
      height: 30px; }
    #index .catagory .electronic .text p:nth-of-type(1) {
      font-size: 18px;
      color: white;
      margin-top: 12px; }
    #index .catagory .electronic .text p:nth-of-type(2) {
      font-size: 14px;
      color: white;
      margin-top: 15px;
      width: 100%; }
    #index .catagory .software .text p:nth-of-type(1) {
      font-size: 18px;
      color: white;
      margin-top: 12px; }
    #index .catagory .software .text p:nth-of-type(2) {
      font-size: 14px;
      color: white;
      margin-top: 15px;
      width: 100%; }
    #index .catagory .infor p {
      color: #fff;
      font-size: 14px; }
    #index .catagory .infor p:nth-child(1) {
      width: 144px;
      border-bottom: 1px solid white;
      color: white;
      font-size: 18px;
      margin: 0 auto;
      margin-top: 35px;
      padding-bottom: 10px; }
    #index .catagory .infor p:nth-child(2) {
      font-size: 18px;
      color: white;
      margin-top: 15px; }
    #index .catagory .infor p:nth-child(3) {
      font-size: 14px;
      color: white;
      margin-top: 8px; }
    #index .catagory .fusion .text p:nth-of-type(1) {
      font-size: 18px;
      color: white;
      margin-top: 12px; }
    #index .catagory .fusion .text p:nth-of-type(2) {
      font-size: 14px;
      color: white;
      margin-top: 15px;
      width: 100%; }
  #index .dynamic {
    width: 100%;
    height: 400px;
    margin: 0 auto;
    margin-top: 20px; }
    #index .dynamic .dynamic_left {
      width: 66%;
      background-color: white;
      padding: 20px;
      box-sizing: border-box; }
    #index .dynamic .dynamic_left .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e6e6e6; }
    #index .dynamic .dynamic_left .title .left a {
      padding: 0px 0px 10px 10px;
      display: inline-block;
      font-size: 24px;
      color: #666; }
    #index .dynamic .dynamic_left .title .left span {
      display: inline-block;
      width: 2px;
      height: 30px;
      background-color: #e6e6e6;
      position: absolute;
      margin-top: 2px;
      margin-left: 8px; }
    #index .dynamic .dynamic_left .title .left .second {
      margin-left: 10px; }
    #index .dynamic .dynamic_left .title .right a {
      font-size: 14px;
      color: #999; }
    #index .dynamic .dynamic_left_content {
      width: 100%;
      margin-top: 20px;
      display: flex;
      justify-content: space-between; }
    #index .dynamic .exdl {
      width: 49%;
      height: 285px; }
    #index .dynamic .swiper-container2 {
      width: 100%; }
    #index .dynamic .swiper-container2 .swiper-wrapper {
      width: 100%; }
    #index .dynamic .swiper-container2 .swiper-slide {
      width: 100%;
      height: 285px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
    #index .dynamic .swiper-container2 .swiper-slide .shadow {
      width: 436px;
      height: 51px;
      line-height: 51px;
      background-color: black;
      opacity: 0.9;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 99;
      color: white;
      text-indent: 2em; }
    #index .dynamic .exdr {
      width: 49%; }
    #index .dynamic .exdr .artical {
      border-bottom: 1px solid #e3e3e3;
      padding-bottom: 15px; }
    #index .dynamic .exdr .artical p:nth-child(1) {
      font-size: 16px;
      color: black;
      font-weight: bold; }
    #index .dynamic .exdr .artical p:nth-child(2) {
      font-size: 14px;
      color: #999;
      margin-top: 15px; }
    #index .dynamic .exdr .meet li {
      border-bottom: 1px solid #e3e3e3;
      height: 48px;
      line-height: 48px; }
    #index .dynamic .exdr .meet li a {
      display: flex;
      justify-content: space-between; }
    #index .dynamic .meet li a .meetting {
      width: 340px;
      font-size: 14px;
      color: #666; }
    #index .dynamic .exdr .meet li a .time {
      font-size: 14px;
      color: #999; }
    #index .dynamic .dynamic_right {
      width: 32.3%;
      background-color: white;
      padding: 20px 20px 23px;
      box-sizing: border-box; }
    #index .dynamic .dynamic_right .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e6e6e6; }
    #index .dynamic .dynamic_right .title .left a {
      padding: 0px 0px 10px 0px;
      display: inline-block;
      font-size: 24px;
      color: #666; }
    #index .dynamic .dynamic_right .title .right a {
      font-size: 14px;
      color: #999; }
  #index .lap {
    width: 100%;
    display: flex;
    justify-content: space-between; }
    #index .lap .about {
      width: 66%;
      background-color: white;
      padding: 20px;
      box-sizing: border-box; }
    #index .lap .party {
      width: 32.3%;
      background-color: white;
      padding: 20px;
      box-sizing: border-box; }
    #index .lap .labcontent {
      margin-top: 20px; }
    #index .lap .swiper-container3 {
      width: 100%; }
    #index .lap .swiper3 {
      position: relative; }
    #index .lap .swiper-container3 .swiper-slide {
      width: 100%;
      height: 179px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #index .lap .swiper-pagination3 {
      width: 100%;
      text-align: right !important; }
    #index .lap .swiper-pagination3 .swiper-pagination-bullet {
      width: 20px;
      height: 4px;
      background-color: #e6e6e6 !important;
      border-radius: 2px; }
    #index .lap .swiper-pagination3 .swiper-pagination-bullet-active {
      background-color: #ce1126 !important; }
    #index .lap .about > .left {
      width: 50%;
      float: left; }
    #index .lap .about > .right {
      width: calc(50% - 30px);
      height: 286px;
      float: left;
      margin: 24px 0 0 30px;
      display: inline-flex;
      justify-content: space-between; }
    #index .lap .about > .right a {
      display: inline-block;
      width: 194px;
      height: 290px; }
    #index .lap .about > .right a img {
      width: 100%;
      height: 100%; }
    #index .lap .imporlab {
      width: 100%; }
    #index .lap .imporlab .title {
      font-size: 18px;
      color: black;
      font-weight: bold;
      margin-top: 20px; }
    #index .lap .imporlab .inner {
      font-size: 14px;
      color: #666;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      line-height: 1.8em;
      margin-top: 15px; }
    #index .lap .imporlab .more {
      color: #4071b5;
      font-size: 14px;
      margin-top: 35px;
      display: inline-block; }
    #index .lap .about .inner {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      line-height: 1.8em;
      margin-top: 15px;
      height: 125px; }
    #index .lap .about .seemore {
      width: 100%;
      margin-top: 5px; }
    #index .lap .about .seemore li {
      margin-top: 10px;
      width: 49%;
      float: left;
      margin-right: 2%; }
    #index .lap .about .seemore li:nth-child(2n) {
      margin-right: 0; }
    #index .lap .about .seemore li a {
      width: 100%;
      height: 50px;
      line-height: 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 20px;
      padding-right: 20px; }
    #index .lap .about .seemore li a .left {
      display: inline-flex;
      align-items: center; }
    #index .lap .about .seemore li a .left i {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background-image: url(./../images/icons.png); }
    #index .lap .about .seemore li a .left i.icon-jgjj {
      background-position: 0 0; }
    #index .lap .about .seemore li a .left i.icon-zzjg {
      background-position: 0 -31px; }
    #index .lap .about .seemore li a .left i.icon-zzsq {
      background-position: 0 -62px; }
    #index .lap .about .seemore li a .left i.icon-zzry {
      background-position: 0 -92px; }
    #index .lap .about .seemore li a {
      font-size: 14px;
      color: #666;
      background-color: #f8f8f8; }
    #index .lap .about .seemore img {
      width: 12px;
      height: 20px; }
    #index .lap .about .seemore li a:hover {
      background-color: #ce1126 !important;
      color: white !important; }
    #index .lap .about .seemore li a:hover .left i.icon-jgjj {
      background-position: -31px 0; }
    #index .lap .about .seemore li a:hover .left i.icon-zzjg {
      background-position: -31px -31px; }
    #index .lap .about .seemore li a:hover .left i.icon-zzsq {
      background-position: -31px -62px; }
    #index .lap .about .seemore li a:hover .left i.icon-zzry {
      background-position: -31px -92px; }
    #index .lap .party .img {
      display: block;
      font-size: 0; }
    #index .lap .party .img a {
      width: 100%;
      height: auto; }
    #index .lap .party .img a img {
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out; }
    #index .lap .party .img img:first-child {
      margin-bottom: 10px; }
    #index .lap .party .img a:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1); }
    #index .lap .party .img a img {
      width: 100%;
      height: 100%; }
    #index .lap .party .img a:first-child {
      margin-right: 2%; }
  #index .service {
    width: 100%;
    margin-top: 20px;
    background-color: white;
    padding: 20px; }
    #index .service .service_content {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-top: 20px; }
    #index .service .service_content .inner {
      width: 18.3%; }
    #index .service .service_content .inner .img {
      overflow: hidden;
      width: 100%;
      height: auto; }
    #index .service .service_content .inner .img .mask {
      display: none; }
    #index .service .service_content .inner .img img {
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      position: static; }
    #index .service .service_content .inner:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1); }
    #index .service .service_content .inner img {
      width: 100%; }
    #index .service .service_content .inner p {
      font-size: 14px;
      color: #666;
      text-align: center;
      margin-top: 10px;
      font-weight: bold; }
  footer {
    width: 100%;
    background-color: #21242f; }
    footer .footer {
      width: 96%;
      padding-bottom: 20px;
      height: auto; }
    footer .footertop {
      width: 100%;
      margin: 0 auto;
      padding-top: 40px;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box; }
    footer .footertop .inner {
      width: 14%; }
    footer .footertop .inner ul li:nth-child(1) a {
      font-size: 18px;
      color: white; }
    footer .footertop .inner ul li:nth-child(1) {
      margin-bottom: 30px; }
    footer .footertop .inner ul li {
      margin-top: 10px; }
    footer .footertop .inner ul li a {
      font-size: 14px;
      color: #dadada; }
    footer .footertop .inner:last-child {
      position: relative; }
    footer .footertop .inner:last-child .last {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%; }
    footer .footertop .inner:last-child .last img {
      width: 100%; }
    footer .footertop .inner:last-child p {
      text-align: left; }
    footer .footertop .inner:last-child p:nth-of-type(1) {
      margin-top: 10px; }
    footer .footertop .inner:last-child p:nth-of-type(2) {
      margin-top: 8px; }
    footer .frlink {
      width: 100%;
      margin-top: 40px; }
    footer .frlink span {
      font-size: 14px;
      color: #a3a5a9;
      display: inline-block;
      height: 30px;
      line-height: 30px;
      white-space: nowrap; }
    footer .frlink .links {
      margin-left: 10px; }
    footer .frlink a {
      color: #666970;
      margin-right: 20px;
      display: block;
      margin-top: 6px;
      display: inline-block;
      float: left; }
    footer .footer_bottom {
      height: auto;
      line-height: 35px; }
    footer .fbcontent {
      width: 90%;
      display: block;
      padding: 10px 0; }
    footer .fbcontent p span {
      color: white;
      opacity: 0.24;
      font-size: 14px; }
    footer .fbcontent p:nth-child(1) span:nth-child(2) {
      margin-left: 40px; }
    footer .fbcontent p:nth-child(2) a {
      color: white;
      font-size: 14px; }
    footer .fbcontent p:nth-child(1) {
      width: 100%;
      display: block; }
    footer .fbcontent p:nth-child(1) span {
      width: 100%;
      display: block;
      text-align: center; }
    footer .fbcontent p:nth-child(2) {
      width: 100%;
      text-align: center;
      height: 35px; }
    footer .fbcontent p:nth-child(2) a {
      margin: 0 auto;
      text-align: center;
      width: 100%; }
  #party .party-banner {
    width: 100%;
    height: 250px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat; }
  .catetab .container {
    width: 100%; }
  #service .service_article_inner .right-article .device-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex: 1; }
    #service .service_article_inner .right-article .device-inner .item .bots {
      width: 100%;
      padding: 14px 14px;
      background-color: #f4f5fa; }
      #service .service_article_inner .right-article .device-inner .item .bots .title {
        width: 100%;
        font-size: 20px;
        font-family: 'syhtM';
        line-height: 30px; }
      #service .service_article_inner .right-article .device-inner .item .bots .desc {
        line-height: 20px; }
  #about .about_article_inner .about-container {
    padding: 20px; }
    #about .about_article_inner .about-container .com-name {
      width: 100%;
      line-height: 40px;
      font-size: 30px;
      font-family: 'syhtM';
      color: #333; }
    #about .about_article_inner .about-container .about-con1,
    #about .about_article_inner .about-container .about-con2 {
      width: 100%;
      font-size: 14px;
      color: #666;
      line-height: 24px;
      margin-top: 20px; }
      #about .about_article_inner .about-container .about-con1 p,
      #about .about_article_inner .about-container .about-con2 p {
        line-height: 24px; }
    #about .about_article_inner .about-container .about-counts {
      width: 100%;
      padding: 0;
      background-color: #f8f8f8;
      margin-top: 20px; }
      #about .about_article_inner .about-container .about-counts .item {
        width: 100%;
        display: inline-block;
        float: inherit;
        clear: both;
        padding: 24px 10px;
        text-align: center;
        border-left: none;
        border-top: 1px solid #e5e5e5; }
        #about .about_article_inner .about-container .about-counts .item .tops {
          width: 100%;
          clear: both;
          color: #ce1126;
          font-size: 72px;
          line-height: 72px; }
      #about .about_article_inner .about-container .about-counts .item:first-child {
        border-left: none;
        border-top: none; }
    #about .about_article_inner .about-container .aptitude-title {
      width: 100%;
      margin: 30px 0 20px;
      font-size: 14px;
      color: #333;
      font-family: 'syhtM'; }
    #about .about_article_inner .about-container .about-aptitude {
      width: 100%; }
      #about .about_article_inner .about-container .about-aptitude li {
        width: 100%;
        display: inline-block;
        float: left;
        color: #666;
        line-height: 24px;
        margin-top: 10px; }
      #about .about_article_inner .about-container .about-aptitude li:nth-child(2n + 1) {
        padding-right: 0px; }
    #about .about_article_inner .about-container .about-honor {
      width: 100%;
      margin-top: 40px; }
      #about .about_article_inner .about-container .about-honor li {
        width: 23.5%;
        display: inline-block;
        float: left;
        margin-left: 2%; }
        #about .about_article_inner .about-container .about-honor li img {
          width: 100%; }
      #about .about_article_inner .about-container .about-honor li:first-child {
        margin-left: 0; }
    #about .about_article_inner .about-container .about-service {
      width: 100%;
      margin-top: 40px;
      display: flex;
      flex: 1;
      justify-content: space-between; }
      #about .about_article_inner .about-container .about-service .item {
        width: 49%;
        display: inline-block;
        padding: 20px 10px;
        text-align: center;
        background-color: #f8f8f8; }
        #about .about_article_inner .about-container .about-service .item .titles {
          display: block;
          width: 100%;
          font-size: 18px;
          color: #333;
          font-family: 'syhtM';
          clear: both; }
        #about .about_article_inner .about-container .about-service .item .descs {
          display: block;
          width: 100%;
          font-size: 14px;
          color: #666;
          clear: both;
          margin-top: 10px; } }

@media screen and (max-width: 768px) {
  .container {
    width: 94%; }
  .header {
    display: none; }
  .m-header {
    display: block; }
  .nav {
    display: none; }
  footer {
    width: 100%;
    height: auto;
    padding-bottom: 0; }
    footer .footer {
      width: 96%;
      padding-bottom: 20px;
      height: auto; }
    footer .footertop {
      width: 100%;
      margin: 0 auto;
      padding-top: 40px;
      display: flex;
      justify-content: space-between;
      box-sizing: border-box; }
    footer .footertop .inner {
      display: none; }
    footer .footertop .inner ul li:nth-child(1) a {
      font-size: 18px;
      color: white; }
    footer .footertop .inner ul li:nth-child(1) {
      margin-bottom: 30px; }
    footer .footertop .inner ul li {
      margin-top: 10px; }
    footer .footertop .inner ul li a {
      font-size: 14px;
      color: #dadada; }
    footer .footertop .inner:last-child {
      display: block;
      height: auto;
      margin: 0 auto;
      width: 100%; }
    footer .footertop .inner:last-child .last {
      width: 100%;
      text-align: center;
      position: relative; }
    footer .footertop .inner:last-child .last img {
      width: 30%; }
    footer .footertop .inner:last-child p {
      text-align: center;
      font-size: 12px;
      width: 100%; }
    footer .footertop .inner:last-child p:nth-of-type(1) {
      margin-top: 10px; }
    footer .footertop .inner:last-child p:nth-of-type(2) {
      margin-top: 8px; }
    footer .frlink {
      display: none; }
    footer .footer_bottom {
      height: auto;
      line-height: 35px; }
    footer .fbcontent {
      width: 100%;
      display: block; }
    footer .fbcontent p span {
      color: white;
      opacity: 0.24;
      font-size: 12px; }
    footer .fbcontent p:nth-child(1) span:nth-child(2) {
      margin-left: 40px; }
    footer .fbcontent p:nth-child(2) a {
      color: white;
      font-size: 14px; }
    footer .fbcontent p:nth-child(1) {
      width: 100%;
      display: block; }
    footer .fbcontent p:nth-child(1) span {
      width: 100%;
      display: block;
      text-align: center; }
    footer .fbcontent p:nth-child(1) span:nth-child(2) {
      margin-left: 0; }
    footer .fbcontent p:nth-child(2) {
      width: 100%;
      text-align: center;
      height: 42px; }
    footer .fbcontent p:nth-child(2) a {
      margin: 0 auto;
      text-align: center;
      width: 100%;
      font-size: 12px; }
  .pages {
    width: 100%;
    height: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .pages .num {
      width: 24px;
      height: 24px;
      display: inline-block;
      border: 1px solid #f4f5fa;
      font-size: 14px;
      text-align: center;
      line-height: 24px;
      margin: 0 1px;
      transition: all 0.3s;
      background-color: #f4f5fa; }
    .pages .num:hover, .pages .num.active {
      border-color: #ce1126;
      background-color: #ce1126;
      color: #fff; }
    .pages .prev, .pages .next {
      width: auto;
      display: inline-block;
      padding: 0 8px;
      font-size: 12px;
      line-height: 24px;
      height: 24px;
      transition: color 0.3s;
      margin: 0 1px;
      background-color: #f4f5fa; }
    .pages .prev:hover, .pages .next:hover {
      border-color: #ce1126;
      background-color: #ce1126;
      color: #fff; }
  .sidebar {
    display: none; }
  .inner-banner {
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 0.88rem; }
    .inner-banner .container {
      position: relative;
      height: 100%; }
    .inner-banner .text {
      width: 100%;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      .inner-banner .text .catename {
        width: 100%;
        clear: both;
        font-size: 26px; }
      .inner-banner .text .desc {
        width: 100%;
        clear: both;
        font-size: 14px;
        line-height: 24px;
        margin-top: 15px; }
  .catetab {
    width: 100%;
    height: 46px;
    background-color: #fff;
    box-shadow: 0 2px 10px #bbb; }
    .catetab .container {
      display: flex;
      width: auto; }
    .catetab .item {
      display: inline-block;
      float: left;
      min-width: inherit;
      height: 46px;
      line-height: 46px;
      text-align: center;
      font-size: 14px;
      color: #333;
      transition: all 0.3s; }
    .catetab .item.active,
    .catetab .item:hover {
      background-color: #d60f08;
      color: #fff; }
  .m-inner-menu {
    display: flex; }
  .banner {
    height: 350px;
    margin-top: 0.88rem; }
    .banner .swiper-container1 {
      width: 100%;
      height: 350px; }
      .banner .swiper-container1 .swiper-wrapper .swiper-slide {
        width: 100%;
        height: 350px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat; }
    .banner .slide_content {
      width: 85%;
      height: 350px;
      margin: 0 auto;
      text-align: center;
      display: flex;
      align-items: center;
      flex-direction: column;
      justify-content: center; }
      .banner .slide_content p:first-child {
        font-size: 14px;
        color: white; }
      .banner .slide_content p:nth-child(2) {
        width: 80%;
        font-size: 12px;
        color: white;
        margin: 0 auto;
        margin-top: 25px;
        line-height: 1.8em; }
      .banner .slide_content .more {
        width: 60%;
        margin-top: 38px;
        display: flex;
        justify-content: space-between; }
        .banner .slide_content .more a {
          display: inline-block;
          text-align: center;
          color: white;
          background-color: #d60f08;
          font-size: 14px;
          height: auto;
          width: auto;
          padding: 0.2rem 0.3rem;
          line-height: 14px; }
    .banner .swiper-pagination {
      bottom: 0.4rem !important; }
      .banner .swiper-pagination span {
        width: 50px !important;
        height: 2px !important;
        background-color: white !important;
        opacity: 0.5;
        border-radius: 0; }
    .banner .swiper-pagination-bullet-active {
      opacity: 1 !important; }
  #index .catagory {
    width: 100%;
    margin: 0 auto;
    height: auto; }
    #index .catagory .catagory_ex {
      width: 100%;
      flex-wrap: wrap;
      display: block; }
    #index .catagory a {
      width: 100%;
      display: block;
      margin-bottom: 0.2rem;
      padding-top: 1px; }
    #index .catagory .text {
      text-align: center; }
    #index .catagory a:hover .text img {
      display: none; }
    #index .catagory a .text p:nth-of-type(1) {
      transition: all 0.3s ease-out;
      -webkit-transition: all 0.3s ease-out;
      -moz-transition: all 0.3s ease-out; }
    #index .catagory a .text p:nth-of-type(2) {
      box-sizing: border-box;
      padding: 0 5px; }
    #index .catagory a:hover .text p:nth-of-type(1) {
      margin-top: 40px; }
    #index .catagory .text img {
      margin-top: 25px;
      width: 30px;
      height: 30px; }
    #index .catagory .electronic .text p:nth-of-type(1) {
      font-size: 18px;
      color: white;
      margin-top: 12px; }
    #index .catagory .electronic .text p:nth-of-type(2) {
      font-size: 14px;
      color: white;
      margin-top: 15px;
      width: 100%; }
    #index .catagory .software .text p:nth-of-type(1) {
      font-size: 18px;
      color: white;
      margin-top: 12px; }
    #index .catagory .software .text p:nth-of-type(2) {
      font-size: 14px;
      color: white;
      margin-top: 15px;
      width: 100%; }
    #index .catagory .infor p {
      color: #fff;
      font-size: 14px; }
    #index .catagory .infor p:nth-child(1) {
      width: 144px;
      border-bottom: 1px solid white;
      color: white;
      font-size: 18px;
      margin: 0 auto;
      margin-top: 35px;
      padding-bottom: 10px; }
    #index .catagory .infor p:nth-child(2) {
      font-size: 18px;
      color: white;
      margin-top: 15px; }
    #index .catagory .infor p:nth-child(3) {
      font-size: 14px;
      color: white;
      margin-top: 8px; }
    #index .catagory .fusion .text p:nth-of-type(1) {
      font-size: 18px;
      color: white;
      margin-top: 12px; }
    #index .catagory .fusion .text p:nth-of-type(2) {
      font-size: 14px;
      color: white;
      margin-top: 15px;
      width: 100%; }
  #index .dynamic {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px; }
    #index .dynamic .dynamic_left {
      width: 100%;
      background-color: white;
      padding: 20px;
      box-sizing: border-box; }
    #index .dynamic .dynamic_left .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e6e6e6; }
    #index .dynamic .dynamic_left .title .left a {
      padding: 0px 0px 10px 0;
      display: inline-block;
      font-size: 16px;
      color: #666; }
    #index .dynamic .dynamic_left .title .left span {
      display: inline-block;
      width: 2px;
      height: 20px;
      background-color: #e6e6e6;
      position: absolute;
      margin: 2px 10px 0; }
    #index .dynamic .dynamic_left .title .left .second {
      margin-left: 24px; }
    #index .dynamic .dynamic_left .title .right a {
      font-size: 14px;
      color: #999; }
    #index .dynamic .dynamic_left_content {
      width: 100%;
      margin-top: 20px;
      display: block; }
    #index .dynamic .exdl {
      width: 100%;
      height: 285px; }
    #index .dynamic .swiper-container2 {
      width: 100%; }
    #index .dynamic .swiper-container2 .swiper-wrapper {
      width: 100%; }
    #index .dynamic .swiper-container2 .swiper-slide {
      width: 100%;
      height: 285px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
    #index .dynamic .swiper-container2 .swiper-slide .shadow {
      width: 100%;
      height: 51px;
      line-height: 51px;
      background-color: black;
      opacity: 0.9;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 99;
      color: white;
      text-indent: 2em; }
    #index .dynamic .exdr {
      width: 100%;
      margin-top: 0.3rem; }
    #index .dynamic .exdr .artical {
      border-bottom: 1px solid #e3e3e3;
      padding-bottom: 15px; }
    #index .dynamic .exdr .artical p:nth-child(1) {
      font-size: 16px;
      color: black;
      font-weight: bold; }
    #index .dynamic .exdr .artical p:nth-child(2) {
      font-size: 14px;
      color: #999;
      margin-top: 15px; }
    #index .dynamic .exdr .meet li {
      border-bottom: 1px solid #e3e3e3;
      height: 48px;
      line-height: 48px; }
    #index .dynamic .exdr .meet li a {
      display: flex;
      justify-content: space-between; }
    #index .dynamic .meet li a .meetting {
      width: 340px;
      font-size: 14px;
      color: #666; }
    #index .dynamic .exdr .meet li a .time {
      font-size: 14px;
      color: #999; }
    #index .dynamic .dynamic_right {
      width: 100%;
      background-color: white;
      padding: 20px 20px 23px;
      box-sizing: border-box; }
    #index .dynamic .dynamic_right .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e6e6e6; }
    #index .dynamic .dynamic_right .title .left a {
      padding: 0px 0px 10px 0px;
      display: inline-block;
      font-size: 16px;
      color: #666; }
    #index .dynamic .dynamic_right .title .right a {
      font-size: 14px;
      color: #999; }
  #index .lap {
    width: 100%;
    display: block; }
    #index .lap .swiper-container4 {
      height: 290px; }
    #index .lap .about {
      width: 100%;
      background-color: white;
      padding: 20px;
      clear: both;
      box-sizing: border-box; }
    #index .lap .party {
      width: 100%;
      background-color: white;
      padding: 20px;
      box-sizing: border-box;
      clear: both; }
    #index .lap .labcontent {
      margin-top: 20px; }
    #index .lap .swiper-container3 {
      width: 100%; }
    #index .lap .swiper3 {
      position: relative; }
    #index .lap .swiper-container3 .swiper-slide {
      width: 100%;
      height: 179px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
    #index .lap .swiper-pagination3 {
      width: 100%;
      text-align: right !important; }
    #index .lap .swiper-pagination3 .swiper-pagination-bullet {
      width: 20px;
      height: 4px;
      background-color: #e6e6e6 !important;
      border-radius: 2px; }
    #index .lap .swiper-pagination3 .swiper-pagination-bullet-active {
      background-color: #ce1126 !important; }
    #index .lap .about > .left {
      width: 100%;
      float: left;
      clear: both; }
    #index .lap .about > .right {
      width: 100%;
      float: left;
      clear: both;
      margin: 20px 0 20px 0;
      display: inline-flex;
      justify-content: space-between; }
    #index .lap .about > .right a {
      display: inline-block;
      width: 194px;
      height: auto; }
    #index .lap .about > .right a img {
      width: 100%;
      height: auto; }
    #index .lap .imporlab {
      width: 100%; }
    #index .lap .imporlab .title {
      font-size: 18px;
      color: black;
      font-weight: bold;
      margin-top: 20px; }
    #index .lap .imporlab .inner {
      font-size: 14px;
      color: #666;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;
      line-height: 1.8em;
      margin-top: 15px; }
    #index .lap .imporlab .more {
      color: #4071b5;
      font-size: 14px;
      margin-top: 35px;
      display: inline-block; }
    #index .lap .about .inner {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;
      line-height: 1.8em;
      margin-top: 15px;
      height: 125px; }
    #index .lap .about .seemore {
      width: 100%;
      margin-top: 5px; }
    #index .lap .about .seemore li {
      margin-top: 10px;
      width: 49%;
      float: left;
      margin-right: 2%; }
    #index .lap .about .seemore li:nth-child(2n) {
      margin-right: 0; }
    #index .lap .about .seemore li a {
      width: 100%;
      height: 50px;
      line-height: 50px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding-left: 20px;
      padding-right: 20px; }
    #index .lap .about .seemore li a .left {
      display: inline-flex;
      align-items: center; }
    #index .lap .about .seemore li a .left i {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 10px;
      background-image: url(./../images/icons.png); }
    #index .lap .about .seemore li a .left i.icon-jgjj {
      background-position: 0 0; }
    #index .lap .about .seemore li a .left i.icon-zzjg {
      background-position: 0 -31px; }
    #index .lap .about .seemore li a .left i.icon-zzsq {
      background-position: 0 -62px; }
    #index .lap .about .seemore li a .left i.icon-zzry {
      background-position: 0 -92px; }
    #index .lap .about .seemore li a {
      font-size: 14px;
      color: #666;
      background-color: #f8f8f8; }
    #index .lap .about .seemore img {
      width: 12px;
      height: 20px; }
    #index .lap .about .seemore li a:hover {
      background-color: #ce1126 !important;
      color: white !important; }
    #index .lap .about .seemore li a:hover .left i.icon-jgjj {
      background-position: -31px 0; }
    #index .lap .about .seemore li a:hover .left i.icon-zzjg {
      background-position: -31px -31px; }
    #index .lap .about .seemore li a:hover .left i.icon-zzsq {
      background-position: -31px -62px; }
    #index .lap .about .seemore li a:hover .left i.icon-zzry {
      background-position: -31px -92px; }
    #index .lap .party .img {
      display: block;
      font-size: 0; }
    #index .lap .party .img a {
      width: 100%;
      height: auto; }
    #index .lap .party .img a img {
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out; }
    #index .lap .party .img img:first-child {
      margin-bottom: 10px; }
    #index .lap .party .img a:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1); }
    #index .lap .party .img a img {
      width: 100%;
      height: 100%; }
    #index .lap .party .img a:first-child {
      margin-right: 2%; }
  #index .service {
    width: 100%;
    margin-top: 20px;
    background-color: white;
    padding: 20px; }
    #index .service .service_content {
      width: 100%;
      display: block;
      margin-top: 20px; }
    #index .service .service_content .inner {
      width: 100%;
      margin-bottom: 0.3rem; }
    #index .service .service_content .inner .img {
      overflow: hidden;
      width: 100%;
      height: auto; }
    #index .service .service_content .inner .img .mask {
      display: none; }
    #index .service .service_content .inner .img img {
      transition: all 0.5s ease-out;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      position: static; }
    #index .service .service_content .inner:hover .img img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1); }
    #index .service .service_content .inner img {
      width: 100%; }
    #index .service .service_content .inner p {
      font-size: 14px;
      color: #666;
      text-align: center;
      margin-top: 10px;
      font-weight: bold; }
  #index .zdsys {
    padding: 1px 20px 0 20px; }
    #index .zdsys .title {
      margin-top: 16px;
      font-size: 26px; }
  .laptitle .left a {
    font-size: 16px; }
  .lab,
  .about,
  .party {
    width: 100%; }
  .news-list {
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px 0 30px; }
    .news-list .container {
      background-color: #fff; }
      .news-list .container ul {
        width: 100%; }
        .news-list .container ul li {
          width: 100%;
          height: auto;
          padding: 14px;
          border-bottom: 1px solid #f5f5f5; }
          .news-list .container ul li a {
            display: block;
            width: 100%; }
            .news-list .container ul li a .left {
              width: 100%;
              height: auto;
              display: inline-block;
              float: left;
              clear: both; }
              .news-list .container ul li a .left img {
                width: 100%;
                height: auto; }
            .news-list .container ul li a .right {
              width: 100%;
              display: inline-block;
              margin-left: 0;
              float: left;
              margin-top: 10px; }
              .news-list .container ul li a .right .title {
                width: 100%;
                font-size: 18px;
                color: #000;
                clear: both;
                margin-top: 5px; }
              .news-list .container ul li a .right .desc {
                width: 100%;
                font-size: 14px;
                color: #666;
                line-height: 24px;
                margin-top: 10px; }
              .news-list .container ul li a .right .date {
                width: 100%;
                font-size: 14px;
                color: #999;
                margin-top: 10px; }
                .news-list .container ul li a .right .date span {
                  display: inline-block;
                  float: left; }
                .news-list .container ul li a .right .date .time {
                  margin-left: 0;
                  clear: both;
                  margin-top: 6px; }
        .news-list .container ul li.nopic a .right {
          margin-left: 0;
          margin-top: 0;
          width: 100%; }
          .news-list .container ul li.nopic a .right .title {
            margin-top: 0; }
  .news-detail {
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px 0 30px;
    padding-bottom: 30px; }
    .news-detail .container {
      background-color: #fff; }
      .news-detail .container .news-title {
        width: 100%;
        padding: 20px 10px 10px;
        border-bottom: 1px solid #f5f5f5; }
        .news-detail .container .news-title .title {
          width: 100%;
          padding: 0;
          font-size: 18px;
          color: #000;
          text-align: center; }
        .news-detail .container .news-title .date {
          width: 100%;
          text-align: center;
          font-size: 14px;
          color: #999;
          margin-top: 10px;
          padding: 0; }
      .news-detail .container .news-content {
        width: 100%;
        padding: 20px 14px;
        line-height: 26px; }
        .news-detail .container .news-content img {
          max-width: 100% !important;
          margin: 5px 0; }
      .news-detail .container .download {
        width: 100%;
        padding: 20px 14px; }
        .news-detail .container .download .title {
          width: 100%;
          font-size: 14px;
          color: #333; }
        .news-detail .container .download a {
          display: block;
          clear: both;
          color: #666;
          margin: 5px 0;
          transition: color 0.3s; }
        .news-detail .container .download a:hover {
          color: #ce1126; }
      .news-detail .container .next-prev {
        width: 100%;
        border-top: 1px solid #f5f5f5;
        padding: 20px 14px; }
        .news-detail .container .next-prev .left {
          width: 100%;
          display: inline-block;
          float: unset;
          clear: both; }
          .news-detail .container .next-prev .left a {
            display: block;
            clear: both;
            color: #666;
            margin: 5px 0;
            transition: color 0.3s;
            width: 100%; }
          .news-detail .container .next-prev .left a:hover {
            color: #ce1126; }
        .news-detail .container .next-prev .right {
          width: 110px;
          height: 40px;
          display: block;
          float: unset;
          margin-top: 20px;
          background-color: #ce1126;
          color: #fff;
          line-height: 40px;
          text-align: center;
          font-size: 14px;
          clear: both;
          margin: 20px auto; }
  #contact .contact-main {
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px 0 30px; }
    #contact .contact-main .container {
      padding: 15px;
      background-color: #fff; }
      #contact .contact-main .container .maps {
        width: 100%;
        box-shadow: 0 0 10px #ccc; }
        #contact .contact-main .container .maps .map {
          width: 100%;
          height: 200px; }
          #contact .contact-main .container .maps .map #allmap {
            width: 100%;
            height: 100%; }
        #contact .contact-main .container .maps .address {
          width: 100%;
          background-color: #fff;
          display: flex;
          align-items: center;
          height: 60px;
          font-size: 14px;
          color: #333;
          padding: 0 15px; }
          #contact .contact-main .container .maps .address span {
            display: inline-block;
            float: left; }
          #contact .contact-main .container .maps .address span:nth-child(1) {
            color: #999;
            white-space: nowrap; }
      #contact .contact-main .container .contact {
        width: 100%; }
        #contact .contact-main .container .contact table {
          border: 1px solid #f5f5f5; }
        #contact .contact-main .container .contact th {
          background-color: #788dac;
          height: 50px;
          line-height: 50px;
          text-align: center;
          color: #fff;
          font-size: 16px;
          font-weight: 700;
          border: 1px solid #f5f5f5; }
        #contact .contact-main .container .contact td {
          background-color: #fff;
          height: 50px;
          line-height: 50px;
          text-align: center;
          color: #666;
          font-size: 14px;
          border: 1px solid #f5f5f5; }
  #contact .feedback-main {
    width: 100%;
    background-color: #f5f5f5;
    padding: 20px 0 30px; }
    #contact .feedback-main .container {
      background-color: #fff;
      padding: 15px; }
      #contact .feedback-main .container .item {
        width: 100%;
        height: 50px;
        float: left;
        padding: 0 20px;
        margin-bottom: 15px;
        margin-left: 0;
        display: inline-flex;
        align-items: center;
        background-color: #f8f8f8;
        border: 1px solid #f8f8f8;
        clear: both; }
        #contact .feedback-main .container .item .label {
          white-space: nowrap;
          font-size: 16px;
          color: #333;
          width: 80px; }
        #contact .feedback-main .container .item .input {
          width: calc(100% - 100px);
          height: 100%;
          margin-left: 20px; }
          #contact .feedback-main .container .item .input input {
            width: 100%;
            height: 100%;
            border: none;
            background-color: #f8f8f8;
            font-size: 16px; }
      #contact .feedback-main .container .item:nth-child(odd) {
        margin-left: 0; }
      #contact .feedback-main .container .item.active {
        border-color: #ce1126; }
      #contact .feedback-main .container .item.textarea {
        width: 100%;
        height: 156px;
        padding: 20px; }
        #contact .feedback-main .container .item.textarea textarea {
          width: 100%;
          height: 100%;
          border: none;
          resize: none;
          background-color: #f8f8f8;
          font-size: 16px; }
      #contact .feedback-main .container .subline {
        width: 100%;
        height: auto;
        margin-top: 15px; }
        #contact .feedback-main .container .subline .left {
          width: 100%;
          height: 50px;
          display: inline-flex;
          float: left;
          clear: both; }
          #contact .feedback-main .container .subline .left .input {
            width: calc(100% - 158px);
            height: 50px; }
            #contact .feedback-main .container .subline .left .input input {
              width: 100%;
              height: 100%;
              background-color: #f8f8f8;
              border: none;
              font-size: 16px;
              padding: 0 20px; }
          #contact .feedback-main .container .subline .left .img {
            width: 158px;
            height: 50px;
            background-color: #fff; }
            #contact .feedback-main .container .subline .left .img img {
              width: 100%;
              height: 100%; }
        #contact .feedback-main .container .subline .right {
          width: 100%;
          height: 50px;
          float: right;
          margin: 15px auto 0; }
          #contact .feedback-main .container .subline .right .text {
            width: auto;
            font-size: 16px;
            color: #666;
            display: none;
            margin-right: 50px; }
          #contact .feedback-main .container .subline .right .submit {
            width: 200px;
            height: 50px;
            display: block;
            margin: 0 auto; }
            #contact .feedback-main .container .subline .right .submit .subbtn {
              width: 100%;
              height: 100%;
              display: block;
              background-color: #ce1126;
              color: #fff;
              font-size: 16px;
              text-align: center;
              line-height: 50px;
              border: none; }
  #party .m-header .head-nav ul li a.one.active {
    color: #dc0000; }
  #party .party-banner {
    width: 100%;
    height: 140px;
    background-position: center center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-top: 0.88rem; }
  #party .party-index {
    background-color: #f5f5f5;
    padding: 20px 0; }
    #party .party-index .dynamic .dynamic_left {
      width: 100%;
      background-color: white;
      box-sizing: border-box; }
    #party .party-index .dynamic .dynamic_left .title {
      width: 100%;
      height: 65px;
      margin: 0 auto;
      position: relative; }
    #party .party-index .dynamic .dynamic_left .title i {
      width: 72px;
      height: 57px;
      display: inline-block;
      position: absolute;
      top: 6px;
      left: 0;
      background-size: 100% 100%;
      background-image: url(../images/img16.png); }
    #party .party-index .dynamic .dynamic_left .title .main {
      width: calc(100% - 40px);
      height: 65px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 2px solid #e12222; }
    #party .party-index .dynamic .dynamic_left .title .left img {
      width: auto;
      height: 23px;
      margin: 5px 0 0 50px; }
    #party .party-index .dynamic .dynamic_left .title .right a {
      font-size: 14px;
      color: #999; }
    #party .party-index .dynamic .dynamic_left_content {
      width: 100%;
      display: block; }
    #party .party-index .dynamic .exdl {
      width: 100%;
      height: 285px; }
    #party .party-index .dynamic .swiper-container2 {
      width: 100%; }
    #party .party-index .dynamic .swiper-container2 .swiper-wrapper {
      width: 100%; }
    #party .party-index .dynamic .swiper-container2 .swiper-slide {
      width: 100%;
      height: 285px;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative; }
    #party .party-index .dynamic .swiper-container2 .swiper-slide .shadow {
      width: 100%;
      height: 51px;
      line-height: 51px;
      background-color: black;
      opacity: 0.9;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 99;
      color: white;
      text-indent: 2em; }
    #party .party-index .dynamic .exdr {
      width: 100%;
      margin-top: 0.3rem; }
    #party .party-index .dynamic .exdr .artical {
      border-bottom: 1px solid #e3e3e3;
      padding-bottom: 15px; }
    #party .party-index .dynamic .exdr .artical p:nth-child(1) {
      font-size: 16px;
      color: black;
      font-weight: bold; }
    #party .party-index .dynamic .exdr .artical p:nth-child(2) {
      font-size: 14px;
      color: #999;
      margin-top: 15px;
      height: 40px; }
    #party .party-index .dynamic .exdr .meet li {
      border-bottom: 1px solid #e3e3e3;
      height: 48px;
      line-height: 48px; }
    #party .party-index .dynamic .exdr .meet li a {
      display: flex;
      justify-content: space-between; }
    #party .party-index .dynamic .meet li a .meetting {
      width: calc(100% - 100px);
      font-size: 14px;
      color: #666; }
    #party .party-index .dynamic .exdr .meet li a .time {
      font-size: 14px;
      color: #999; }
    #party .party-index .dynamic .dynamic_right {
      width: 32.3%;
      background-color: white;
      padding: 20px;
      box-sizing: border-box; }
    #party .party-index .dynamic .dynamic_right .title {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e6e6e6; }
    #party .party-index .dynamic .dynamic_right .title .left a {
      padding: 0px 0px 10px 0px;
      display: inline-block;
      font-size: 24px;
      color: #666; }
    #party .party-index .dynamic .dynamic_right .title .right a {
      font-size: 14px;
      color: #999; }
    #party .party-index .party-subs {
      display: block; }
      #party .party-index .party-subs .subs-item {
        width: 100%;
        background-color: white;
        box-sizing: border-box;
        clear: both;
        margin-bottom: 20px; }
        #party .party-index .party-subs .subs-item .title {
          width: 100%;
          height: 65px;
          margin: 0 auto;
          position: relative; }
          #party .party-index .party-subs .subs-item .title i {
            width: 72px;
            height: 57px;
            display: inline-block;
            position: absolute;
            top: 6px;
            left: 0;
            background-size: 100% 100%;
            background-image: url(../images/img16.png); }
          #party .party-index .party-subs .subs-item .title .main {
            width: calc(100% - 40px);
            height: 65px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 2px solid #e12222; }
            #party .party-index .party-subs .subs-item .title .main .left img {
              width: auto;
              height: 23px;
              margin: 5px 0 0 50px; }
            #party .party-index .party-subs .subs-item .title .main .right a {
              font-size: 14px;
              color: #999; }
        #party .party-index .party-subs .subs-item .hot {
          width: calc(100% - 40px);
          height: 111px;
          padding: 20px 0;
          border-bottom: 1px solid #e3e3e3;
          margin: 0 auto; }
          #party .party-index .party-subs .subs-item .hot a {
            display: block;
            width: 100%;
            height: 100%; }
          #party .party-index .party-subs .subs-item .hot .img {
            width: 108px;
            height: 71px;
            float: left;
            display: inline-block; }
            #party .party-index .party-subs .subs-item .hot .img img {
              width: 100%;
              height: 100%; }
          #party .party-index .party-subs .subs-item .hot .right {
            width: calc(100% - 128px);
            height: 71px;
            float: left;
            display: inline-block;
            margin-left: 20px; }
            #party .party-index .party-subs .subs-item .hot .right .annoucing {
              width: 100%;
              height: 52px;
              font-size: 16px;
              line-height: 26px;
              color: #000;
              font-weight: 700; }
            #party .party-index .party-subs .subs-item .hot .right .time {
              width: 100%;
              clear: both;
              text-align: right;
              font-size: 14px;
              color: #999; }
        #party .party-index .party-subs .subs-item .annouce {
          width: 100%;
          height: 200px;
          padding: 0 20px; }
          #party .party-index .party-subs .subs-item .annouce li {
            border-bottom: 1px solid #e3e3e3;
            height: 50px;
            line-height: 50px; }
            #party .party-index .party-subs .subs-item .annouce li a {
              display: flex;
              justify-content: space-between; }
              #party .party-index .party-subs .subs-item .annouce li a .annoucing {
                font-size: 14px;
                color: #666;
                width: 72%; }
              #party .party-index .party-subs .subs-item .annouce li a .time {
                font-size: 14px;
                color: #999; }
  #service .service_article_inner {
    padding: 20px 0 30px; }
    #service .service_article_inner .left-menu {
      display: none; }
    #service .service_article_inner .right-article {
      width: 100%;
      padding: 14px; }
      #service .service_article_inner .right-article > .titles {
        font-size: 20px; }
      #service .service_article_inner .right-article .inner-tab {
        width: 100%;
        margin-bottom: 20px;
        margin-top: 10px; }
        #service .service_article_inner .right-article .inner-tab a {
          display: inline-block;
          margin-right: 20px; }
          #service .service_article_inner .right-article .inner-tab a i {
            display: inline-block;
            width: 10px;
            height: 10px;
            border-radius: 5px;
            background-color: #999;
            float: left;
            margin-top: 9px;
            transition: all 0.3s; }
          #service .service_article_inner .right-article .inner-tab a span {
            display: inline-block;
            height: 28px;
            line-height: 28px;
            font-size: 18px;
            color: #999;
            float: left;
            margin-left: 5px;
            transition: all 0.3s; }
        #service .service_article_inner .right-article .inner-tab a.active i,
        #service .service_article_inner .right-article .inner-tab a:hover i {
          background-color: #ce1126; }
        #service .service_article_inner .right-article .inner-tab a.active span,
        #service .service_article_inner .right-article .inner-tab a:hover span {
          color: #ce1126; }
      #service .service_article_inner .right-article .download-inner {
        width: 100%; }
        #service .service_article_inner .right-article .download-inner a {
          display: inline-block;
          width: 100%;
          height: 190px;
          background-image: url(../images/img25.png);
          background-size: 100% 100%;
          float: inherit;
          margin-left: 0;
          margin-bottom: 20px;
          transition: all 0.3s; }
          #service .service_article_inner .right-article .download-inner a span {
            display: block;
            width: 100%;
            padding: 0 14px;
            text-align: center;
            margin: 60px auto 0;
            font-size: 16px;
            color: #666; }
          #service .service_article_inner .right-article .download-inner a i {
            display: block;
            clear: both;
            margin: 16px auto 0;
            background-image: url(../images/img26.png);
            background-size: 100% 100%;
            width: 29px;
            height: 25px; }
        #service .service_article_inner .right-article .download-inner a:nth-child(3n + 1) {
          margin-left: 0; }
        #service .service_article_inner .right-article .download-inner a:hover {
          box-shadow: 0 6px 10px #ccc; }
          #service .service_article_inner .right-article .download-inner a:hover span {
            color: #ce1126; }
          #service .service_article_inner .right-article .download-inner a:hover i {
            background-image: url(../images/img27.png); }
      #service .service_article_inner .right-article .achievement-inner {
        width: 100%;
        display: block; }
        #service .service_article_inner .right-article .achievement-inner .item {
          width: 100%;
          min-height: 150px;
          height: auto;
          display: inline-block;
          float: inherit;
          margin-left: 0;
          margin-bottom: 20px;
          transition: all 0.3s;
          background-color: #f4f5fa;
          padding: 10px 16px; }
          #service .service_article_inner .right-article .achievement-inner .item span {
            color: #e6e6eb;
            display: block;
            width: 100%;
            font-size: 50px;
            font-family: 'Arial';
            height: 50px;
            line-height: 50px;
            transition: all 0.3s; }
          #service .service_article_inner .right-article .achievement-inner .item p {
            display: block;
            width: 100%;
            font-size: 14px;
            color: #666;
            line-height: 24px;
            transition: all 0.3s; }
        #service .service_article_inner .right-article .achievement-inner .item:nth-child(3n + 1) {
          margin-left: 0; }
        #service .service_article_inner .right-article .achievement-inner .item:hover {
          background-color: #ce1126; }
          #service .service_article_inner .right-article .achievement-inner .item:hover span {
            color: #d84151; }
          #service .service_article_inner .right-article .achievement-inner .item:hover p {
            color: #fff; }
      #service .service_article_inner .right-article .case-inner .item {
        padding: 16px; }
        #service .service_article_inner .right-article .case-inner .item .title {
          font-size: 18px;
          line-height: 26px; }
        #service .service_article_inner .right-article .case-inner .item .desc {
          display: block;
          width: 100%;
          font-size: 14px;
          color: #666;
          line-height: 24px;
          transition: all 0.3s;
          margin-top: 14px; }
      #service .service_article_inner .right-article .case-inner .item:hover {
        background-color: #ce1126; }
        #service .service_article_inner .right-article .case-inner .item:hover .title {
          color: #fff; }
        #service .service_article_inner .right-article .case-inner .item:hover .desc {
          color: #fff; }
      #service .service_article_inner .right-article .device-inner {
        width: 100%;
        display: block; }
        #service .service_article_inner .right-article .device-inner .item {
          width: 100%;
          height: auto;
          display: inline-block;
          float: inherit;
          margin-left: 0;
          margin-bottom: 20px;
          transition: all 0.3s;
          background-color: #f4f5fa; }
          #service .service_article_inner .right-article .device-inner .item .bots {
            width: 100%;
            padding: 14px 14px;
            background-color: #f4f5fa; }
            #service .service_article_inner .right-article .device-inner .item .bots .title {
              width: 100%;
              font-size: 18px;
              font-family: 'syhtM';
              line-height: 28px; }
            #service .service_article_inner .right-article .device-inner .item .bots .desc {
              line-height: 20px;
              margin-top: 10px; }
  #service .platform {
    width: 100%;
    padding: 20px 0 30px;
    background-color: #f8f8f8; }
    #service .platform .container {
      background-color: #fff;
      padding: 14px 14px 0; }
      #service .platform .container .item {
        width: 100%;
        background-color: #f8f8f8;
        margin-bottom: 14px; }
        #service .platform .container .item .img {
          width: 100%;
          height: auto;
          float: left;
          display: inline-block;
          overflow: hidden; }
          #service .platform .container .item .img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
        #service .platform .container .item .right {
          width: 100%;
          padding: 16px 14px;
          display: inline-block;
          float: left;
          clear: both; }
          #service .platform .container .item .right .title {
            width: 100%;
            font-size: 18px;
            color: #000;
            font-family: 'syhtM';
            line-height: 28px; }
          #service .platform .container .item .right .desc {
            width: 100%;
            height: 48px;
            font-size: 14px;
            margin-top: 10px;
            line-height: 24px;
            color: #666; }
          #service .platform .container .item .right .btn {
            width: 100%;
            height: 30px;
            margin-top: 8px; }
            #service .platform .container .item .right .btn a {
              display: block;
              width: 110px;
              height: 30px;
              line-height: 28px;
              text-align: center;
              border: 1px solid #d3d3d3;
              border-radius: 15px;
              transition: all 0.3s;
              color: #999; }
            #service .platform .container .item .right .btn a:hover {
              background-color: #ce1126;
              color: #fff;
              border-color: #ce1126; }
  #lab .lab {
    width: 100%;
    padding: 20px 0 30px;
    background-color: #f8f8f8; }
    #lab .lab .container {
      background-color: #fff;
      padding: 14px 14px 0;
      display: block;
      flex-wrap: wrap;
      flex: 1; }
      #lab .lab .container .item {
        width: 100%;
        margin-left: 0;
        margin-bottom: 14px;
        background-color: #f8f8f8; }
        #lab .lab .container .item a {
          display: block;
          width: 100%;
          height: 100%; }
        #lab .lab .container .item .img {
          width: 100%;
          overflow: hidden; }
          #lab .lab .container .item .img img {
            width: 100%;
            transition: all 0.3s; }
        #lab .lab .container .item .bots {
          width: 100%;
          padding: 14px 14px 14px; }
          #lab .lab .container .item .bots .title {
            width: 100%;
            font-size: 18px;
            line-height: 28px;
            color: #000;
            font-family: 'syhtM'; }
          #lab .lab .container .item .bots .desc {
            width: 100%;
            font-size: 14px;
            color: #666;
            line-height: 24px;
            margin-top: 10px; }
      #lab .lab .container .item:nth-child(3n + 1) {
        margin-left: 0; }
      #lab .lab .container .item:hover .img img {
        transform: scale(1.1); }
      #lab .lab .container .inner-title {
        width: 100%;
        padding: 0 0 14px;
        border-bottom: 1px solid #e0e0e0;
        font-size: 18px;
        color: #000;
        text-align: center; }
  #about .about_article_inner {
    width: 100%;
    padding: 20px 0 30px;
    background-color: #f8f8f8; }
    #about .about_article_inner .container {
      background-color: #fff; }
    #about .about_article_inner .honor-list {
      width: 100%;
      padding: 14px; }
      #about .about_article_inner .honor-list li {
        width: 100%;
        display: inline-block;
        float: left;
        margin-left: 0%;
        margin-bottom: 10px; }
        #about .about_article_inner .honor-list li a {
          display: block;
          width: 100%; }
        #about .about_article_inner .honor-list li .img {
          width: 100%;
          clear: both; }
          #about .about_article_inner .honor-list li .img img {
            width: 100%; }
        #about .about_article_inner .honor-list li .title {
          width: 100%;
          height: 50px;
          line-height: 50px;
          padding: 0 5px;
          font-size: 14px;
          color: #666;
          text-align: center; }
      #about .about_article_inner .honor-list li:nth-child(4n + 1) {
        margin-left: 0; }
    #about .about_article_inner .organ-img {
      padding: 14px;
      text-align: center; }
      #about .about_article_inner .organ-img a {
        max-width: 100%;
        height: auto; }
      #about .about_article_inner .organ-img .small {
        max-width: 100%; }
    #about .about_article_inner .about-container {
      padding: 14px; }
      #about .about_article_inner .about-container .com-name {
        width: 100%;
        line-height: 30px;
        font-size: 20px;
        font-family: 'syhtM';
        color: #333; }
      #about .about_article_inner .about-container .about-con1,
      #about .about_article_inner .about-container .about-con2 {
        width: 100%;
        font-size: 14px;
        color: #666;
        line-height: 24px;
        margin-top: 14px; }
        #about .about_article_inner .about-container .about-con1 p,
        #about .about_article_inner .about-container .about-con2 p {
          line-height: 24px; }
      #about .about_article_inner .about-container .about-counts {
        width: 100%;
        padding: 0;
        background-color: #f8f8f8;
        margin-top: 14px; }
        #about .about_article_inner .about-container .about-counts .item {
          width: 100%;
          display: inline-block;
          float: inherit;
          clear: both;
          padding: 24px 10px;
          text-align: center;
          border-left: none;
          border-top: 1px solid #e5e5e5; }
          #about .about_article_inner .about-container .about-counts .item .tops {
            width: 100%;
            clear: both;
            color: #ce1126;
            font-size: 50px;
            line-height: 50px; }
        #about .about_article_inner .about-container .about-counts .item:first-child {
          border-left: none;
          border-top: none; }
      #about .about_article_inner .about-container .aptitude-title {
        width: 100%;
        margin: 20px 0 20px;
        font-size: 14px;
        color: #333;
        font-family: 'syhtM'; }
      #about .about_article_inner .about-container .about-aptitude {
        width: 100%; }
        #about .about_article_inner .about-container .about-aptitude li {
          width: 100%;
          display: inline-block;
          float: left;
          color: #666;
          line-height: 24px;
          margin-top: 6px; }
        #about .about_article_inner .about-container .about-aptitude li:nth-child(2n + 1) {
          padding-right: 0px; }
      #about .about_article_inner .about-container .about-honor {
        width: 100%;
        margin-top: 20px; }
        #about .about_article_inner .about-container .about-honor li {
          width: 100%;
          display: inline-block;
          float: left;
          margin-left: 0%;
          margin-bottom: 14px; }
          #about .about_article_inner .about-container .about-honor li img {
            width: 100%; }
        #about .about_article_inner .about-container .about-honor li:first-child {
          margin-left: 0; }
      #about .about_article_inner .about-container .about-service {
        width: 100%;
        margin-top: 14px;
        display: block; }
        #about .about_article_inner .about-container .about-service .item {
          width: 100%;
          display: inline-block;
          padding: 20px 10px;
          text-align: center;
          background-color: #f8f8f8;
          margin-bottom: 14px; }
          #about .about_article_inner .about-container .about-service .item .titles {
            display: block;
            width: 100%;
            font-size: 18px;
            color: #333;
            font-family: 'syhtM';
            clear: both; }
          #about .about_article_inner .about-container .about-service .item .descs {
            display: block;
            width: 100%;
            font-size: 14px;
            color: #666;
            clear: both;
            margin-top: 10px; }
  #join .join-list {
    width: 100%;
    padding: 20px 0 30px;
    background-color: #f8f8f8; }
    #join .join-list .container {
      background-color: #fff; }
    #join .join-list ul {
      width: 100%;
      padding: 20px; }
      #join .join-list ul li {
        width: 100%;
        margin-top: 10px; }
        #join .join-list ul li .tops {
          width: 100%;
          height: 50px;
          background-color: #f5f5f5;
          color: #333;
          padding: 0 14px;
          display: flex;
          justify-content: space-between;
          line-height: 50px;
          cursor: pointer; }
          #join .join-list ul li .tops span {
            display: inline-block; }
          #join .join-list ul li .tops span:nth-child(1) {
            width: auto; }
          #join .join-list ul li .tops span:nth-child(2) {
            width: auto;
            display: none; }
          #join .join-list ul li .tops span:nth-child(3) {
            width: auto; }
          #join .join-list ul li .tops span:nth-child(4) {
            display: none; }
        #join .join-list ul li .tops.active {
          background-color: #ce1126;
          color: #fff; }
        #join .join-list ul li .bots {
          width: 100%;
          background-color: #f5f5f5;
          padding: 10px 14px 14px;
          display: none; }
          #join .join-list ul li .bots .title {
            width: 100%;
            height: 40px;
            line-height: 40px;
            font-size: 18px;
            color: #333;
            font-family: 'syhtM'; }
          #join .join-list ul li .bots .content {
            width: 100%;
            font-size: 14px;
            color: #666;
            line-height: 24px; }
          #join .join-list ul li .bots .subbtn {
            display: block;
            width: 120px;
            height: 36px;
            line-height: 36px;
            text-align: center;
            background-color: #ce1126;
            color: #fff;
            font-size: 14px;
            margin-top: 14px; }
      #join .join-list ul li:nth-child(1) {
        margin-top: 0; }
  #join .join-detail {
    width: 100%;
    padding: 20px 0 30px;
    background-color: #f8f8f8; }
    #join .join-detail .container {
      background-color: #fff; }
    #join .join-detail .message-form {
      padding: 20px; }
      #join .join-detail .message-form .index-title {
        font-size: 12px;
        color: #999;
        margin-bottom: 18px; }
        #join .join-detail .message-form .index-title span {
          font-size: 20px;
          margin-right: 10px;
          font-family: 'syhtM';
          color: #ba0a01; }
      #join .join-detail .message-form .input {
        width: 100%;
        height: 50px;
        display: inline-block;
        margin-bottom: 14px;
        position: relative; }
        #join .join-detail .message-form .input input {
          height: 48px;
          width: 100%;
          border: 1px solid #f5f5f5;
          background-color: #f5f5f5;
          outline: none;
          font-size: 14px;
          color: #666;
          text-indent: 100px; }
        #join .join-detail .message-form .input label {
          font-size: 14px;
          line-height: 50px;
          color: #333;
          position: absolute;
          top: 0;
          left: 0; }
          #join .join-detail .message-form .input label span {
            color: #df0b00;
            margin: 0 5px; }
      #join .join-detail .message-form .input::nth-child(2n) {
        margin-right: 0; }
      #join .join-detail .message-form .textarea {
        width: 100%;
        height: 154px;
        position: relative;
        margin-bottom: 30px; }
        #join .join-detail .message-form .textarea textarea {
          background-color: #f5f5f5;
          box-sizing: border-box;
          border: 1px solid #f5f5f5;
          outline: none;
          width: 100%;
          height: 100%;
          text-indent: 100px;
          font-size: 14px;
          color: #666;
          padding: 10px 5px; }
        #join .join-detail .message-form .textarea label {
          font-size: 14px;
          line-height: 40px;
          color: #333;
          position: absolute;
          top: 0;
          left: 0; }
          #join .join-detail .message-form .textarea label span {
            color: #df0b00;
            margin: 0 5px; }
      #join .join-detail .message-form .prupfile {
        width: 100%;
        font-size: 14px;
        color: #666;
        margin-bottom: 20px; }
        #join .join-detail .message-form .prupfile .upload {
          position: relative;
          width: 120px;
          height: 36px;
          text-align: center;
          line-height: 36px;
          display: inline-block;
          background-color: #f5f5f5;
          margin-left: 15px; }
          #join .join-detail .message-form .prupfile .upload input {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0; }
      #join .join-detail .message-form .code {
        height: auto;
        line-height: 48px; }
        #join .join-detail .message-form .code input {
          width: 160px;
          background-color: #f8f8f8;
          border: 1px solid #ededed;
          border-right: 0;
          height: 48px;
          outline: none;
          text-indent: 18px;
          font-size: 14px;
          color: #666; }
        #join .join-detail .message-form .code #vcodeImg {
          vertical-align: top;
          width: 156px;
          height: 48px; }
        #join .join-detail .message-form .code button {
          float: unset;
          display: block;
          margin: 14px auto;
          clear: both;
          width: 210px;
          height: 50px;
          line-height: 50px;
          font-size: 14px;
          color: #fff;
          background-color: #ba0a01;
          border: none; }
  #search .result {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 0.88rem; }
    #search .result .container {
      background-color: #fff;
      padding: 0 14px; }
      #search .result .container .tops {
        width: 100%;
        height: 50px;
        font-size: 16px;
        color: #999;
        line-height: 50px;
        border-bottom: 1px solid #e6e6e6; }
      #search .result .container ul {
        width: 100%; }
        #search .result .container ul li {
          width: 100%;
          height: 40px;
          border-bottom: 1px solid #e6e6e6; }
          #search .result .container ul li a {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: space-between; }
          #search .result .container ul li span {
            display: inline-block;
            height: 40px;
            line-height: 40px; }
          #search .result .container ul li span.title {
            width: calc(100% - 100px);
            font-size: 14px;
            color: #333; }
          #search .result .container ul li span.date {
            width: auto;
            white-space: nowrap;
            font-size: 14px;
            color: #999; } }
