@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", 微软雅黑, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", Arial, sans-serif;
  font-size: 14px; }

.clearfix:after, .container:after, .container > .top :after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.scrollbar, #yyly-detail .table-box {
  /*定义滚动条的轨道颜色、内阴影及圆角*/
  /*定义滑块颜色、内阴影及圆角*/
  /*定义两端按钮的样式*/
  /*定义右下角汇合处的样式*/ }
  .scrollbar::-webkit-scrollbar, #yyly-detail .table-box::-webkit-scrollbar {
    width: 5px;
    /*对垂直流动条有效*/
    height: 10px;
    /*对水平流动条有效*/ }
  .scrollbar::-webkit-scrollbar-track, #yyly-detail .table-box::-webkit-scrollbar-track {
    background-color: #FFF;
    border-radius: 3px; }
  .scrollbar::-webkit-scrollbar-thumb, #yyly-detail .table-box::-webkit-scrollbar-thumb {
    border-radius: 7px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #FFF; }
  .scrollbar::-webkit-scrollbar-button, #yyly-detail .table-box::-webkit-scrollbar-button {
    background-color: #21BDBD; }
  .scrollbar::-webkit-scrollbar-corner, #yyly-detail .table-box::-webkit-scrollbar-corner {
    background: khaki; }

.topfix {
  position: fixed;
  top: 0;
  width: 100%; }

.clearfix, .container, .container > .top :after {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix, * html .container, * html .container > .top :after, .container > .top * html :after {
  height: 1%; }

.clearfix, .container, .container > .top :after {
  display: block; }

/* End hide from IE-mac */
img {
  vertical-align: bottom; }

video {
  object-fit: fill;
  line-height: 1; }

a {
  text-decoration: none;
  color: #323232; }
  a:hover, a.on {
    color: #21BDBD; }

div {
  position: relative; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

.cm {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

p.notice {
  color: #646464; }

.container {
  max-width: 1400px;
  overflow: hidden;
  margin: 0 auto;
  width: 98%;
  padding: 0 1%; }
  .container > .top {
    padding: 30px 0;
    height: auto;
    overflow: hidden; }
    .container > .top h4 {
      margin: 0;
      float: left;
      font-size: 28px;
      color: #323232;
      padding-left: 20px;
      font-weight: normal;
      border-left: 5px solid #21BDBD; }
    .container > .top ul {
      float: right;
      margin-right: 20px; }
      .container > .top ul li {
        display: inline-block;
        margin-left: 60px;
        font-size: 16px; }
        .container > .top ul li:hover a {
          color: #21BDBD; }
        .container > .top ul li a {
          color: #646464; }
    .container > .top .right-more {
      float: right;
      line-height: 32px;
      color: #646464; }

ul, ol {
  margin: 0;
  padding: 0; }

:root {
  --swiper-theme-color: #21BDBD; }

.right {
  float: right; }

.left {
  float: left; }

.half {
  width: 50%;
  display: inline-block; }

.banner {
  text-align: center;
  height: auto;
  overflow: hidden; }

.box-shadow, .header .shadow, .header #download ul li, #download ul .header li {
  box-shadow: 0 1px 5px #a5a5a5; }

.group-title {
  font-size: 28px;
  color: #323232;
  font-weight: normal;
  text-align: center; }

.blue-title, #sitemap .sitemap-url .group h3, #jianceshebei .step ul li h5 {
  font-size: 28px;
  color: #323232;
  font-weight: normal;
  border-left: 5px solid #21BDBD;
  padding-left: 20px; }

.after:after, .page-title:after {
  height: 4px;
  content: " ";
  display: inline-block;
  width: 20px;
  position: absolute;
  bottom: 0;
  margin-left: -70px;
  background-color: #21BDBD; }

.blue-more {
  color: #C8C8C8;
  padding: 10px;
  border: 1px solid #C8C8C8;
  display: inline-block;
  font-size: 14px; }
  .blue-more span {
    width: 0;
    height: 0;
    visibility: hidden;
    font-size: 14px;
    float: left; }
  .blue-more:hover {
    padding: 10px;
    background-color: #21BDBD;
    color: #FFF;
    border-color: #21BDBD; }
    .blue-more:hover span {
      height: auto;
      visibility: inherit;
      width: auto; }

.page-title {
  text-align: center;
  color: #323232;
  font-size: 32px;
  padding: 20px 0;
  font-weight: normal;
  position: relative;
  margin-bottom: 60px; }

.page-banner img {
  width: 100%;
  float: left; }

.page-nav {
  background-color: #E9ECF0; }
  .page-nav ul li {
    padding: 20px 30px;
    display: inline-block; }
    .page-nav ul li a {
      color: #646464; }
    .page-nav ul li:hover, .page-nav ul li.on {
      background-color: #21BDBD; }
      .page-nav ul li:hover a, .page-nav ul li.on a {
        color: #FFF; }

#pager {
  text-align: center;
  padding: 5rem 0;
  clear: both; }

.padding-head, .header #menu li, .header .lang-switch {
  padding: 10px 0; }

.header {
  z-index: 999999;
  height: auto;
  background-color: #FFF; }
  .header * {
    display: inline-block; }
  .header .logo {
    display: inline-block;
    margin-left: 30px;
    padding: 5px 0;
    margin-right: 4rem;
    float: left; }
    .header .logo img {
      max-width: 100%; }
  .header #menu {
    width: auto;
    display: inline-block; }
    .header #menu li {
      display: inline-block;
      margin-right: 2rem;
      line-height: 55px;
      position: relative;
      font-size: 14px;
      border-bottom: 2px solid #FFF;
      margin-top: -2px; }
      .header #menu li a {
        color: #646464; }
      .header #menu li.on, .header #menu li:hover {
        border-bottom: 2px solid #21BDBD; }
    .header #menu .sub-menus {
      display: none; }
      .header #menu .sub-menus.on {
        display: block; }
  .header .right {
    line-height: 55px;
    position: absolute;
    height: 75px;
    right: 0;
    top: 0;
    background-color: #FFF;
    z-index: 1000;
    padding-left: 20px; }
  .header .lang-switch {
    margin-right: 30px; }
  .header .shadow, .header #download ul li, #download ul .header li {
    display: block;
    z-index: 999;
    width: 100%; }
  .header .search {
    display: inline-block;
    float: right; }
    .header .search:hover input, .header .search.on input {
      visibility: inherit;
      width: 200px;
      padding-left: 10px; }
    .header .search input {
      visibility: hidden;
      padding: 28px 0 28px 0;
      width: 0;
      border: none;
      border-left: 1px solid #EEE;
      float: left;
      outline: #21BDBD;
      transition: all 1s;
      -moz-transition: all 1s;
      /* Firefox 4 */
      -webkit-transition: all 1s;
      /* Safari 和 Chrome */
      -o-transition: all 1s;
      /* Opera */ }
    .header .search span {
      cursor: pointer;
      padding: 10px 20px 10px 30px;
      height: 55px;
      display: inline-block;
      background-color: #21BDBD;
      color: #FFF;
      float: left; }
  .header #sub-menu {
    width: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    padding-top: 75px;
    text-align: center;
    height: 0;
    position: absolute;
    z-index: 1; }
    .header #sub-menu.on {
      background-color: #FFF;
      height: auto; }
    .header #sub-menu ul {
      height: 0;
      display: none;
      text-align: center; }
      .header #sub-menu ul.on {
        padding-top: 25px;
        height: auto;
        display: block; }
      .header #sub-menu ul li {
        width: 23%;
        margin: 0.8%;
        text-align: center; }
        .header #sub-menu ul li img {
          width: 100%; }
        .header #sub-menu ul li span {
          display: block;
          font-size: 14px;
          content: #646464;
          padding: 10px 0; }

.footer {
  background-color: #21BDBD;
  padding-top: 90px; }
  .footer * {
    color: #FFF;
    font-size: 14px; }
  .footer a {
    cursor: pointer; }
    .footer a:hover {
      color: #FFF; }
  .footer .menus {
    float: left;
    width: 55%; }
    .footer .menus .group {
      display: inline-block;
      float: left;
      width: 24%; }
      .footer .menus .group:last-child {
        width: auto; }
      .footer .menus .group h5 {
        font-size: 18px;
        font-weight: normal;
        padding-top: 0;
        margin-top: 0; }
      .footer .menus .group ul {
        list-style: none; }
        .footer .menus .group ul li {
          margin-bottom: 20px; }
  .footer .contact {
    float: right; }
    .footer .contact .left {
      margin-right: 2rem; }
    .footer .contact .mobile {
      margin-bottom: 60px;
      margin-top: 0; }
      .footer .contact .mobile b {
        font-size: 30px;
        font-weight: normal; }
      .footer .contact .mobile span {
        display: block; }
    .footer .contact .icons a {
      background-color: #FFF;
      display: inline-block;
      height: 40px;
      border-radius: 20px;
      margin-right: 30px;
      padding: 0 10px;
      line-height: 40px; }
      .footer .contact .icons a i {
        font-style: normal;
        color: #21BDBD;
        font-size: 24px;
        display: inline-block;
        float: left; }
      .footer .contact .icons a span {
        display: none;
        margin-left: 10px;
        float: left; }
      .footer .contact .icons a.on span {
        display: inline-block;
        color: #21BDBD; }
  .footer .bottom {
    border-top: 1px solid #82dcdc;
    margin-top: 60px;
    padding-bottom: 40px;
    padding-top: 30px;
    height: auto;
    overflow: hidden; }
    .footer .bottom h6 {
      font-size: 18px;
      font-weight: normal; }
    .footer .bottom .position {
      float: left; }
    .footer .bottom .ulinks {
      float: right; }
      .footer .bottom .ulinks select {
        padding: 10px;
        color: #21BDBD;
        width: 200px; }
  .footer .copyright {
    text-align: center;
    background-color: #373749; }
    .footer .copyright p, .footer .copyright a {
      color: #969696; }
    .footer .copyright a {
      margin: 0 20px; }

.mobile-show {
  display: none; }

.mobile-hide {
  display: block; }

#fixed {
  position: fixed;
  right: 5px;
  bottom: 100px;
  text-align: right;
  width: 80px;
  z-index: 99999; }
  #fixed ul {
    position: relative; }
    #fixed ul li {
      text-align: center;
      list-style: none;
      background-color: #21BDBD;
      margin-bottom: 1px;
      padding: 10px;
      color: #FFF;
      border: 2px solid #21BDBD;
      width: 55px; }
      #fixed ul li a {
        color: #FFF;
        font-size: 12px;
        display: block; }
      #fixed ul li .iconfont {
        display: block;
        font-size: 24px;
        margin-bottom: 5px; }
      #fixed ul li p {
        color: #FFF;
        padding: 0;
        margin: 0; }
        #fixed ul li p.number {
          display: none; }
      #fixed ul li i, #fixed ul li span {
        color: #FFF; }
  #fixed .phone:hover {
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    /* Firefox 4 */
    -webkit-transition: all 0.6s;
    /* Safari 和 Chrome */
    -o-transition: all 0.6s;
    /* Opera */
    width: 230px;
    background-color: #FFF;
    margin-left: -180px;
    text-align: left;
    cursor: pointer; }
    #fixed .phone:hover a {
      width: 230px;
      display: block; }
    #fixed .phone:hover span {
      color: #666; }
    #fixed .phone:hover p {
      display: inline-block;
      color: #FFF; }
      #fixed .phone:hover p.icon {
        border-right: 1px solid #EEE;
        padding: 0 20px;
        margin-right: 10px;
        text-align: center; }
      #fixed .phone:hover p.number {
        margin-top: 15px;
        font-size: 16px;
        margin-right: 10px;
        float: right;
        font-weight: bolder;
        color: #21BDBD; }
      #fixed .phone:hover p .iconfont {
        color: #21BDBD; }

#pager a {
  background-color: #FFF;
  font-size: 14px;
  padding: 5px 10px;
  color: #646464;
  white-space: nowrap;
  margin-bottom: 25px;
  display: inline-block;
  border: 1px solid #EEE; }
  #pager a.active-page, #pager a:hover {
    background-color: #21BDBD;
    border: 1px solid #21BDBD;
    color: #FFF; }

@media (min-width: 1366px) {
  .header #menu {
    margin-left: 10%; }
    .header #menu li {
      margin-right: 3rem; } }
@media (max-width: 1024px) {
  .mobile-hide {
    display: none !important; }

  #fixed {
    border-top: 1px dashed #82DCDC;
    bottom: -1px;
    width: 100%;
    right: 0; }
    #fixed ul {
      display: flex; }
      #fixed ul li {
        flex: 1; }
    #fixed .phone:hover {
      background-color: #21BDBD;
      margin-bottom: 1px;
      padding: 10px;
      color: #FFF;
      width: auto;
      margin-left: 0;
      text-align: center; }
      #fixed .phone:hover p.number {
        display: none; }
      #fixed .phone:hover p.icon {
        padding: 0;
        margin-right: 0;
        border: 0; }
      #fixed .phone:hover a {
        width: auto; }
      #fixed .phone:hover p .iconfont, #fixed .phone:hover p span {
        color: #FFF; }

  .mobile-show {
    display: block; }

  .header .logo {
    padding: 5px 10px;
    margin: 0;
    position: absolute;
    width: 50%;
    top: 50%;
    transform: translate(0, -50%); }
  .header .right {
    display: none; }
  .header .right-search {
    position: absolute;
    top: 0;
    background-color: #21BDBD;
    right: 0;
    padding: 17px 20px; }
    .header .right-search i {
      color: #FFF;
      font-size: 32px; }
  .header .shadow, .header #download ul li, #download ul .header li {
    height: 70px; }
  .header #menu {
    display: none;
    position: fixed;
    border-top: 1px solid #40c5c5;
    width: 100%;
    margin-top: 70px;
    left: 0;
    background-color: #21BDBD; }
    .header #menu.on {
      display: block; }
    .header #menu li {
      margin-top: 0;
      display: block;
      line-height: 1;
      padding: 0;
      border-bottom: 1px solid #40c5c5;
      margin-right: 0; }
      .header #menu li:hover, .header #menu li.on {
        border-bottom: 1px solid #40c5c5; }
      .header #menu li a {
        color: #FFF;
        padding-left: 20px;
        height: 51px;
        line-height: 51px; }
      .header #menu li span.more {
        display: inline-block;
        float: right;
        margin-right: 20px;
        padding: 8px 10px;
        background-color: #FFF;
        color: #21BDBD;
        line-height: 1;
        width: 10px;
        text-align: center;
        margin-top: 10px; }
      .header #menu li .sub-menus {
        width: 100%; }
        .header #menu li .sub-menus li {
          padding-left: 40px;
          background-color: #198484;
          border-bottom: 1px solid #168c8c; }

  .footer .menus {
    width: 95%;
    padding: 2.5%; }
    .footer .menus .group {
      margin-right: 1%; }
      .footer .menus .group h5 {
        font-size: 1rem; }
      .footer .menus .group li a {
        font-size: 12px; }
  .footer .contact {
    float: none; } }
@media (max-width: 640px) {
  .page-title {
    font-size: 1.6rem; }
    .page-title:after {
      margin-left: -4rem; }

  .blue-title, #sitemap .sitemap-url .group h3, #jianceshebei .step ul li h5 {
    font-size: 1.3rem; }

  .group-title {
    font-size: 1.6rem; }

  #pager {
    padding: 2rem 0; }

  .container > .top h4 {
    font-size: 1.3rem;
    clear: both; }
  .container > .top ul {
    display: block;
    text-align: center; }
    .container > .top ul li {
      margin: 0; }
      .container > .top ul li a {
        font-size: 14px; }

  #index-product .container > .top h4, #index-product .container > .top ul {
    float: none; }
  #index-product .container > .top ul {
    margin: 2rem auto 1rem auto; }
    #index-product .container > .top ul li {
      background-color: #EEE;
      padding: 5px; }

  .page-nav ul {
    display: flex; }
    .page-nav ul li {
      flex: 1;
      padding: 1rem 0;
      text-align: center; }
      .page-nav ul li a {
        font-size: .9rem; }

  .footer {
    padding-top: 30px; }
    .footer .contact {
      clear: both;
      text-align: center;
      height: auto;
      padding-top: 30px;
      border-top: 1px solid #82DCDC; }
      .footer .contact img {
        display: none; }
      .footer .contact .mobile {
        margin-bottom: 2rem; }
      .footer .contact .icons {
        margin: 0 auto; }
      .footer .contact .left {
        width: 100%;
        margin-right: 0;
        text-align: center; }
        .footer .contact .left a {
          margin: 0 .8rem; }
    .footer .contact-types span {
      display: block;
      padding-top: 15px; }

  .bottom .position {
    padding-left: 5%; }
    .bottom .position h6 {
      margin-bottom: 20px; }
    .bottom .position p {
      padding: 0;
      margin: 0; }
  .bottom .ulinks {
    display: none; } }
@media (max-width: 400px) {
  .page-nav ul li a {
    font-size: .6rem; } }
.index-banner {
  width: 100%; }
  .index-banner .swiper-slide {
    background-color: #CACED1; }
    .index-banner .swiper-slide img {
      width: 100%; }

.partner {
  padding: 3rem 0; }
  .partner ul {
    list-style: none;
    display: flex; }
    .partner ul li {
      flex: 1;
      float: left; }
      .partner ul li img {
        width: 100%; }

#index-application {
  padding: 80px 0; }
  #index-application ul li {
    cursor: pointer;
    width: 22%;
    padding: 1.4%;
    margin-right: 0.2%;
    float: left;
    background-color: #E9ECF0;
    list-style: none;
    margin-bottom: 60px;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */ }
    #index-application ul li h5, #index-application ul li p {
      padding-left: 20px;
      padding-right: 20px; }
    #index-application ul li h5 {
      font-size: 18px;
      font-weight: normal;
      color: #323232;
      margin-top: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
    #index-application ul li p {
      font-size: 14px;
      color: #646464;
      line-height: 1.6;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    #index-application ul li .blue-more {
      margin: 20px 0;
      margin-left: 20px;
      padding: 5px; }
    #index-application ul li img {
      display: block;
      width: 100%;
      border: none;
      height: 251px; }
    #index-application ul li:hover {
      background-color: #21BDBD; }
      #index-application ul li:hover * {
        color: #FFF; }
      #index-application ul li:hover .blue-more {
        border-color: #FFF; }
        #index-application ul li:hover .blue-more span {
          height: auto;
          visibility: inherit;
          width: auto; }

#index-product .type-list a {
  display: block;
  margin-bottom: 5px;
  position: relative; }
  #index-product .type-list a:nth-child(2n) {
    float: right; }
  #index-product .type-list a:nth-child(2n+1) {
    float: left; }
  #index-product .type-list a:nth-child(1) {
    width: 58.3%; }
  #index-product .type-list a:nth-child(3) {
    width: 41.3%; }
  #index-product .type-list a:nth-child(2) {
    width: 41.3%; }
  #index-product .type-list a:nth-child(4) {
    width: 58.3%; }
  #index-product .type-list a img {
    width: 100%; }
  #index-product .type-list a .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #FFF;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */ }
    #index-product .type-list a .mask p {
      font-size: 16px;
      display: inline-block;
      margin: 0;
      position: absolute;
      bottom: 40px;
      left: 30px; }
      #index-product .type-list a .mask p b {
        font-weight: normal;
        display: block; }
      #index-product .type-list a .mask p i {
        font-style: normal;
        border: 1px solid #FFF;
        padding: 5px;
        margin-top: 10px;
        display: inline-block; }
    #index-product .type-list a .mask:hover {
      background-color: #21BDBD;
      opacity: 0.8; }
      #index-product .type-list a .mask:hover * {
        color: #FFF; }
      #index-product .type-list a .mask:hover p {
        text-align: center;
        top: 40%;
        left: 45%; }
  #index-product .type-list a:nth-child(2n) {
    margin-right: 0; }

#index-profile {
  background-color: #FFF;
  height: auto; }
  #index-profile video {
    width: 100%; }
  #index-profile .half img {
    width: 100%; }
  #index-profile .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
  #index-profile .row {
    font-size: 14px;
    height: auto;
    overflow: hidden;
    position: relative; }
    #index-profile .row .blue-title, #index-profile .row #sitemap .sitemap-url .group h3, #sitemap .sitemap-url .group #index-profile .row h3, #index-profile .row #jianceshebei .step ul li h5, #jianceshebei .step ul li #index-profile .row h5 {
      margin: 1rem 0; }
    #index-profile .row .blue-more {
      padding: 10px 20px;
      margin: 10px 0  15% 0; }
    #index-profile .row .right-video {
      z-index: 99999; }
    #index-profile .row:nth-child(2) .blue-more {
      padding: 10px; }
    #index-profile .row p {
      line-height: 2;
      color: #646464;
      font-size: 14px; }
    #index-profile .row.company-intro .left {
      width: 48%; }
      #index-profile .row.company-intro .left .icon-data li {
        list-style: none;
        margin-bottom: 30px;
        width: 40%;
        border-right: 1px solid #EEE;
        margin-right: 5%;
        float: left; }
        #index-profile .row.company-intro .left .icon-data li:nth-child(2n) {
          border-right: none; }
        #index-profile .row.company-intro .left .icon-data li .iconfont {
          font-size: 38px;
          float: left;
          margin-right: 30px;
          color: #DDD;
          width: 55px;
          text-align: center; }
        #index-profile .row.company-intro .left .icon-data li .data {
          float: left; }
          #index-profile .row.company-intro .left .icon-data li .data b {
            font-size: 40px;
            font-weight: normal;
            color: #21BDBD; }
          #index-profile .row.company-intro .left .icon-data li .data sup {
            font-size: 12px;
            color: #646464; }
          #index-profile .row.company-intro .left .icon-data li .data span {
            display: block;
            color: #646464; }
    #index-profile .row.company-gltx .left, #index-profile .row.company-scsl .right {
      width: 42%; }
      #index-profile .row.company-gltx .left p, #index-profile .row.company-scsl .right p {
        line-height: 1.87;
        color: #646464; }
    #index-profile .row.company-gltx .left {
      padding-right: 30px;
      margin-top: 20px; }
    #index-profile .row.company-scsl .right {
      margin-top: 1rem;
      padding-left: 3rem; }

#index-news {
  background-color: #E9ECF0;
  padding: 0 0 100px 0; }
  #index-news .news-box a.item {
    display: inline-block;
    float: left; }
    #index-news .news-box a.item:hover .blue-more {
      background-color: #21BDBD;
      color: #FFF;
      border-color: #21BDBD; }
  #index-news .news-box p {
    color: #646464; }
  #index-news .news-box img {
    width: 100%; }
  #index-news .news-box h4 {
    font-weight: normal; }
  #index-news .news-box .left-item, #index-news .news-box .right-list {
    width: 48%; }
  #index-news .news-box .left-item {
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 10px; }
    #index-news .news-box .left-item .blue-more {
      padding: 8px 20px; }
  #index-news .news-box .intro {
    color: #646464;
    font-size: 14px;
    line-height: 1.6; }
  #index-news .news-box .bottom {
    padding-top: 20px; }
  #index-news .news-box .time .date {
    font-size: 24px;
    font-weight: normal;
    color: #323232; }
  #index-news .news-box .time .year {
    font-size: 12px;
    color: #646464; }
  #index-news .news-box h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-weight: bolder;
    padding-top: 30px; }
  #index-news .news-box .intro {
    height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  #index-news .news-box .blue-more {
    float: right;
    padding: 5px; }
  #index-news .news-box .right-list {
    margin-left: 3%;
    float: right; }
    #index-news .news-box .right-list .top {
      height: auto;
      overflow: hidden;
      padding-bottom: 20px;
      border-bottom: 1px solid #C8C8C8; }
      #index-news .news-box .right-list .top .item {
        width: 48%;
        margin: 0 1%; }
    #index-news .news-box .right-list ul {
      clear: both;
      list-style: square;
      margin-top: 5px; }
      #index-news .news-box .right-list ul li {
        padding: .5rem 0;
        border-bottom: 1px solid #C8C8C8;
        display: block; }
        #index-news .news-box .right-list ul li a {
          float: none; }
          #index-news .news-box .right-list ul li a .title {
            font-size: 14px;
            display: inline-block;
            width: 70%;
            word-break: normal;
            line-height: 2;
            height: 30px;
            overflow: hidden; }
          #index-news .news-box .right-list ul li a .time {
            float: right; }
          #index-news .news-box .right-list ul li a .point {
            float: left;
            line-height: 22px;
            margin-right: 10px;
            color: #646464; }

.bg-padding {
  background-color: #E9ECF0;
  padding: 80px 0; }

@media screen and (max-width: 1366px) {
  #index-profile .container {
    width: 98%; }
  #index-profile .row .blue-more {
    margin-bottom: 10px; }
  #index-profile .row.company-intro p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  #index-profile .row.company-intro .left .icon-data li {
    width: 48%;
    margin: 1rem 1%;
    border: none; }
    #index-profile .row.company-intro .left .icon-data li .data b {
      font-size: 2rem; }
  #index-profile .row.company-scsl .right p:nth-child(2) {
    display: none; }

  .blue-title, #sitemap .sitemap-url .group h3, #jianceshebei .step ul li h5 {
    font-size: 1.6rem; } }
@media screen and (max-width: 1024px) {
  #index-profile .row > .half {
    width: 98%;
    margin: 1%; }
  #index-profile .row .left, #index-profile .row .right {
    width: 98% !important;
    margin: 1% !important; }
  #index-profile .row .container {
    position: relative;
    transform: none;
    left: 0; }

  #index-profile .row.company-intro p {
    -webkit-line-clamp: inherit; } }
@media only screen and (max-width: 640px) {
  .index-banner .swiper-button-prev, .index-banner .swiper-button-next {
    display: none; }

  .bg-padding {
    padding: 25px 0; }

  #index-application {
    padding-top: 25px; }
    #index-application ul li {
      width: 45%;
      margin: 1%;
      float: left; }
      #index-application ul li p, #index-application ul li h5 {
        padding-left: 10px !important;
        padding-right: 10px !important; }
      #index-application ul li .blue-more {
        margin-left: 10px; }
      #index-application ul li .img-cover {
        height: 136px;
        display: block; }
        #index-application ul li .img-cover img {
          height: 100%; }

  #index-product .type-list a {
    display: block;
    width: 96% !important;
    margin: 2% !important;
    margin-bottom: 10px; }
    #index-product .type-list a .mask:hover p {
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }

  #index-profile .row .half {
    width: 98% !important;
    margin: 1%;
    padding: 0; }
  #index-profile .row * {
    position: relative  !important; }
  #index-profile .row .container {
    left: 0;
    position: relative;
    top: auto;
    transform: none !important; }
  #index-profile .row.company-intro .left .icon-data li {
    width: 47%;
    margin: 2rem 0;
    margin-right: 2.4%; }
    #index-profile .row.company-intro .left .icon-data li .iconfont {
      margin-right: 1rem; }
    #index-profile .row.company-intro .left .icon-data li .data b {
      font-size: 1.5rem; }

  .partner {
    padding-top: 20px; }
    .partner ul {
      display: block; }
      .partner ul li {
        width: 47%;
        margin: 1%;
        float: left;
        border: 1px solid #EEE; }

  #index-news .news-box .left-item, #index-news .news-box .right-list {
    width: 98%;
    margin: 1%; }
  #index-news .news-box .right-list ul li a {
    height: auto;
    overflow: hidden;
    display: block; }
    #index-news .news-box .right-list ul li a .title {
      width: 50%;
      float: left;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
  #index-news .news-box .time .date {
    font-size: 1rem; } }
@media only screen and (max-width: 360px) {
  #index-profile .row.company-intro .left .icon-data li {
    text-align: center; }
    #index-profile .row.company-intro .left .icon-data li i.iconfont, #index-profile .row.company-intro .left .icon-data li .data {
      margin-right: 0;
      width: auto;
      display: block;
      float: none; } }
#product-cate {
  background-color: #E9ECF0;
  padding: 50px 0; }
  #product-cate ul li {
    clear: both;
    display: block;
    margin-bottom: 50px;
    height: auto;
    background-color: #FFF;
    overflow: hidden; }
    #product-cate ul li .left {
      width: 44%;
      padding: 3% 4% 0 2%;
      background-color: #FFF; }
      #product-cate ul li .left h2 {
        margin-top: 4rem;
        font-size: 28px;
        font-weight: normal; }
      #product-cate ul li .left p {
        color: #646464;
        line-height: 2; }
      #product-cate ul li .left .blue-more {
        margin-top: 40px;
        background-color: #E9ECF0;
        border-color: #E9ECF0;
        color: #323232;
        transition: all 0.3s;
        -moz-transition: all 0.3s;
        /* Firefox 4 */
        -webkit-transition: all 0.3s;
        /* Safari 和 Chrome */
        -o-transition: all 0.3s;
        /* Opera */ }
        #product-cate ul li .left .blue-more:hover {
          background-color: #21BDBD;
          color: #FFF; }
    #product-cate ul li .right {
      width: 50%; }
      #product-cate ul li .right img {
        width: 100%; }

#product-list {
  padding: 60px 0; }
  #product-list li {
    width: 32%;
    margin-right: 2%;
    list-style: none;
    float: left;
    border-bottom: 1px solid #EEE;
    margin-bottom: 60px; }
    #product-list li a {
      display: inline-block; }
    #product-list li h3 {
      padding-top: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      margin-bottom: 0; }
    #product-list li:nth-child(3n) {
      margin-right: 0; }
    #product-list li img {
      width: 100%; }
    #product-list li:hover .arrow {
      color: #21BDBD; }
    #product-list li p {
      color: #646464;
      height: auto;
      overflow: hidden; }
      #product-list li p .intro {
        width: 80%;
        display: inline-block;
        line-height: 1.6;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 42px;
        font-size: 14px;
        float: left; }
      #product-list li p .arrow {
        float: right; }

#product-detail .top-show {
  background-color: #E9ECF0;
  padding: 60px 0; }
  #product-detail .top-show .left-images {
    width: 50%;
    float: left; }
    #product-detail .top-show .left-images .thumbs {
      float: left;
      list-style: none; }
      #product-detail .top-show .left-images .thumbs li {
        border: 2px solid #EEE;
        margin-bottom: 5px; }
        #product-detail .top-show .left-images .thumbs li img {
          width: 70px;
          height: 70px; }
        #product-detail .top-show .left-images .thumbs li.active {
          border: 2px solid #21BDBD; }
    #product-detail .top-show .left-images #img-show {
      width: 80%;
      float: right;
      overflow: hidden; }
      #product-detail .top-show .left-images #img-show img {
        width: 100%; }
  #product-detail .top-show #product-intro {
    width: 45%;
    float: right; }
    #product-detail .top-show #product-intro h1 {
      margin-top: 0; }
    #product-detail .top-show #product-intro .description {
      height: 44px;
      color: #646464;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    #product-detail .top-show #product-intro .options {
      margin: 30px 0;
      color: #646464;
      font-size: 14px; }
    #product-detail .top-show #product-intro .actions {
      clear: both;
      margin-top: 30px; }
      #product-detail .top-show #product-intro .actions a {
        display: inline-block;
        background-color: #FFF;
        color: #323232;
        padding: 15px 40px;
        margin-right: 30px; }
        #product-detail .top-show #product-intro .actions a:hover {
          background-color: #21BDBD;
          color: #FFF; }

table {
  width: 100%;
  text-align: center;
  font-weight: normal;
  table-layout: fixed; }
  table th, table td {
    font-weight: normal;
    padding: 20px 0;
    border: none;
    font-size: 14px;
    width: 130px; }
  table thead {
    background-color: #E9ECF0; }
  table th {
    width: 130px; }
  table td {
    min-width: 130px;
    border-bottom: 1px solid #EEE; }
  table .guige {
    border: 1px solid #21BDBD;
    padding: 0 10px;
    background-color: #21BDBD;
    color: #FFF; }

#product-content {
  padding: 30px 0; }
  #product-content h1 {
    color: #323232;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: normal; }
  #product-content .row {
    clear: both;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px; }
    #product-content .row .left {
      float: left;
      width: 18%; }
      #product-content .row .left h4 {
        margin-top: 0; }
      #product-content .row .left .blue-title, #product-content .row .left #sitemap .sitemap-url .group h3, #sitemap .sitemap-url .group #product-content .row .left h3, #product-content .row .left #jianceshebei .step ul li h5, #jianceshebei .step ul li #product-content .row .left h5 {
        font-size: 20px;
        font-weight: normal; }
      #product-content .row .left .more {
        margin-left: 20px;
        border: 1px solid #EEE;
        padding: 5px 20px;
        font-size: 14px;
        color: #646464; }
    #product-content .row .right {
      width: 80%;
      float: right; }
      #product-content .row .right p {
        line-height: 1.6;
        margin: 0;
        color: #646464;
        font-size: 14px;
        margin-bottom: 10px; }
      #product-content .row .right img {
        max-width: 100% !important;
        height: auto !important; }

@media only screen and (max-width: 1240px) {
  #product-cate ul li .left h2 {
    margin-top: 0; } }
@media only screen and (max-width: 850px) {
  #product-detail .top-show {
    margin: 0;
    padding: 0; }
    #product-detail .top-show .container {
      padding: 0;
      width: 100%;
      margin: 0; }
    #product-detail .top-show .left-images {
      width: 100%;
      padding: 0;
      margin: 0; }
      #product-detail .top-show .left-images #img-show {
        width: 100%;
        padding: 0;
        margin: 0;
        padding-bottom: 30px; }
        #product-detail .top-show .left-images #img-show .pagination {
          padding-top: 30px;
          text-align: center; }
      #product-detail .top-show .left-images .thumbs {
        display: none; }
      #product-detail .top-show .left-images .thumbs li img {
        width: 55px;
        height: 55px; }
    #product-detail .top-show #product-intro {
      width: 96%;
      margin: 2%; }
      #product-detail .top-show #product-intro .description {
        height: auto; }
      #product-detail .top-show #product-intro h1, #product-detail .top-show #product-intro .description {
        text-align: left; }
      #product-detail .top-show #product-intro h1 {
        font-size: 1.4rem;
        padding: 10px 0;
        color: #21BDBD; }
      #product-detail .top-show #product-intro .options {
        margin: 0; }
        #product-detail .top-show #product-intro .options p {
          width: 46%;
          display: inline-block;
          margin: 1%;
          float: left;
          padding: .8%; }
      #product-detail .top-show #product-intro .actions {
        padding-top: 20px; }
        #product-detail .top-show #product-intro .actions a {
          padding: 10px 20px; }

  #product-content .row .left, #product-content .row .right {
    width: 98%;
    padding: 1%; }
  #product-content .row .left h4 {
    display: inline-block; }
  #product-content .row .left .more {
    float: right; }

  #product-cate ul li {
    width: 96%;
    margin: 2%; }
    #product-cate ul li .left, #product-cate ul li .right {
      width: 96%;
      margin: 2%;
      padding: 0; }
    #product-cate ul li .left {
      padding: 5% 0; }
      #product-cate ul li .left h2 {
        margin-bottom: 0; }
      #product-cate ul li .left .blue-more {
        margin: 0; } }
@media only screen and (max-width: 640px) {
  #product-list ul li {
    width: 46%;
    margin: 2%; } }
#jiaocai ul.nav {
  margin: 20px 0;
  text-align: center; }
  #jiaocai ul.nav li {
    display: inline-block;
    margin: 30px;
    text-align: center; }
  #jiaocai ul.nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 8888;
    top: 50px;
    left: 0;
    background-color: #FFF;
    border-top: 1px solid #EEE;
    border-bottom: 1px solid #EEE; }
#jiaocai .row {
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #EEE;
  padding-bottom: 30px; }
  #jiaocai .row h2 {
    background-color: #E9ECF0;
    padding: 10px;
    font-size: 22px;
    font-weight: normal;
    margin-top: 0; }
  #jiaocai .row .intro {
    padding: 20px; }
    #jiaocai .row .intro h4 {
      font-size: 20px;
      color: #323232;
      margin-top: 0;
      margin-bottom: 15px; }
    #jiaocai .row .intro .des, #jiaocai .row .intro .tedian {
      margin-bottom: 50px; }
    #jiaocai .row .intro p {
      color: #646464;
      margin-bottom: 20px;
      line-height: 1.6; }
    #jiaocai .row .intro ul {
      list-style: none; }
    #jiaocai .row .intro li {
      color: #646464;
      margin-bottom: 10px; }
  #jiaocai .row .left img, #jiaocai .row .right img {
    max-width: 100%; }
  #jiaocai .row .left {
    width: 30%; }
  #jiaocai .row .right {
    width: 65%; }

#company-video {
  padding: 30px 0; }
  #company-video ul {
    list-style: none; }
    #company-video ul li {
      width: 31%;
      margin-right: 2.7%;
      margin-bottom: 60px;
      float: left;
      border-bottom: 1px solid #EEE; }
      #company-video ul li:nth-child(3n) {
        margin-right: 0; }
      #company-video ul li img {
        width: 100%; }
      #company-video ul li:hover .arrow {
        color: #21BDBD; }
      #company-video ul li h3 {
        font-size: 14px;
        font-weight: normal;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        padding: 20px 0;
        color: #646464; }
        #company-video ul li h3 .more, #company-video ul li h3 .arrow {
          float: right; }

#zizhi {
  background-color: #E9ECF0;
  padding-bottom: 50px; }
  #zizhi a {
    display: block;
    background-color: #FFF;
    padding: 10px; }
    #zizhi a img {
      width: 100%; }
    #zizhi a p {
      text-align: center;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical; }
  #zizhi .page-title {
    padding-top: 5rem; }
  #zizhi .swiper-container {
    height: 530px;
    padding-bottom: 30px; }
  #zizhi .swiper-slide {
    float: left; }
    #zizhi .swiper-slide img {
      max-width: 100%;
      max-height: 100%; }

#licheng {
  padding: 60px 0; }
  #licheng .card {
    text-align: center;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    height: 200px;
    border: 1px solid #EEE;
    position: relative;
    box-shadow: 2px 2px 20px #DDD;
    border-radius: 5px; }
  #licheng .mask {
    position: absolute;
    color: #F5F6F8;
    font-size: 10rem;
    text-align: center;
    width: 100%; }
  #licheng h6 {
    font-size: 22px;
    margin-top: 10%;
    margin-bottom: 20px; }
  #licheng .swiper-container {
    height: 250px; }

#option-view {
  min-height: 350px; }
  #option-view .apply-pdt {
    background-color: #21BDBD;
    padding: 10px 20px;
    color: #FFF;
    margin: 20px 0;
    display: inline-block; }
  #option-view .option-image, #option-view .view-options {
    width: 47%;
    margin: 1%;
    display: inline-block; }
  #option-view .option-image img {
    max-width: 100%;
    max-height: 300px; }
  #option-view .view-options {
    float: right;
    padding: 10px 0; }
    #option-view .view-options ul {
      list-style: none; }
    #option-view .view-options li {
      margin-bottom: 10px;
      color: #646464;
      border-bottom: 1px solid #EEE;
      padding-bottom: 10px; }
      #option-view .view-options li span {
        display: inline-block; }
        #option-view .view-options li span.name {
          width: 23%; }
        #option-view .view-options li span.value {
          width: 75%; }

@media only screen and (max-width: 1024px) {
  #zizhi {
    padding-bottom: 50px; }
    #zizhi .swiper-container {
      height: auto;
      padding-bottom: 50px; } }
@media only screen and (max-width: 640px) {
  #jiaocai ul.nav {
    background-color: #FFF;
    width: 100%;
    z-index: 99999;
    margin: 20px 0; }
    #jiaocai ul.nav li {
      display: inline-block;
      width: 30%;
      margin: 1%;
      padding: 10px 0;
      background-color: #EEE;
      font-size: 12px; }
  #jiaocai .row .intro .left, #jiaocai .row .intro .right {
    width: 100%; }
  #jiaocai .row .intro .left {
    margin-bottom: 20px; }
    #jiaocai .row .intro .left img {
      width: 100%; }

  #company-video ul li {
    width: 46%;
    margin: 2%; }
    #company-video ul li h3 {
      margin-bottom: 0;
      padding: 1rem 0; }
      #company-video ul li h3 .name {
        width: 95%;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical; }
      #company-video ul li h3 .arrow {
        display: none; }

  #licheng {
    padding: 10px 0; }
    #licheng .swiper-container {
      height: 170px; }
    #licheng h6 {
      margin-bottom: 10px; }
    #licheng .card {
      height: 150px; }
    #licheng .mask {
      font-size: 5rem;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    #licheng .content p {
      font-size: 12px;
      padding: 10px;
      color: #646464; }

  #option-view .option-image, #option-view .view-options {
    display: block;
    width: 96%;
    margin: 2%; }
  #option-view .option-image {
    text-align: center; } }
#news-list, #news-detail {
  padding: 5rem 0; }
  #news-list .related a, #news-detail .related a {
    display: inline-block;
    width: 48%;
    padding: 25px 1%;
    background-color: #F5F5F5;
    float: left; }
    #news-list .related a .iconfont, #news-detail .related a .iconfont {
      margin-right: 20px; }
    #news-list .related a:first-child, #news-detail .related a:first-child {
      border-right: 1px solid #DDD;
      box-sizing: border-box; }
    #news-list .related a .icon-right, #news-detail .related a .icon-right {
      float: right; }
    #news-list .related a span, #news-detail .related a span {
      font-size: 14px;
      width: 80%;
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    #news-list .related a .icon-right, #news-detail .related a .icon-right {
      margin-right: 0; }
    #news-list .related a:hover, #news-detail .related a:hover {
      color: #FFF;
      background-color: #21BDBD; }
  #news-list .left, #news-detail .left {
    width: 60%; }
    #news-list .left h1, #news-detail .left h1 {
      font-size: 24px;
      font-weight: normal;
      padding-bottom: 15px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    #news-list .left .label, #news-detail .left .label {
      color: #646464; }
      #news-list .left .label span, #news-detail .left .label span {
        margin-right: 30px; }
    #news-list .left #content, #news-detail .left #content {
      padding: 20px 0;
      color: #646464;
      font-size: 14px; }
      #news-list .left #content img, #news-detail .left #content img {
        max-width: 100% !important; }
      #news-list .left #content p, #news-detail .left #content p {
        line-height: 1.5; }
  #news-list .right, #news-detail .right {
    width: 30%; }
  #news-list .right-group, #news-detail .right-group {
    margin-bottom: 60px; }
    #news-list .right-group h5, #news-detail .right-group h5 {
      margin-bottom: 30px; }
    #news-list .right-group ul, #news-detail .right-group ul {
      list-style: none; }
      #news-list .right-group ul.biaoqian li, #news-detail .right-group ul.biaoqian li {
        display: inline-block;
        padding: 5px 10px;
        border: 1px solid #21BDBD;
        color: #21BDBD;
        margin-bottom: 10px; }
        #news-list .right-group ul.biaoqian li a, #news-detail .right-group ul.biaoqian li a {
          color: #21BDBD; }
      #news-list .right-group ul.right-pdt, #news-detail .right-group ul.right-pdt {
        height: auto;
        overflow: hidden; }
        #news-list .right-group ul.right-pdt li, #news-detail .right-group ul.right-pdt li {
          width: 48%;
          float: left;
          margin-right: 3.8%;
          margin-bottom: 50px;
          border-bottom: 1px solid #EEE; }
          #news-list .right-group ul.right-pdt li:nth-child(2n), #news-detail .right-group ul.right-pdt li:nth-child(2n) {
            margin-right: 0; }
          #news-list .right-group ul.right-pdt li h3, #news-detail .right-group ul.right-pdt li h3 {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical; }
          #news-list .right-group ul.right-pdt li img, #news-detail .right-group ul.right-pdt li img {
            width: 100%;
            margin-bottom: 20px; }
          #news-list .right-group ul.right-pdt li p, #news-detail .right-group ul.right-pdt li p {
            line-height: 1.6;
            color: #646464;
            font-size: 14px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical; }
    #news-list .right-group ol li, #news-detail .right-group ol li {
      margin-bottom: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      color: #646464; }
      #news-list .right-group ol li i, #news-detail .right-group ol li i {
        font-style: normal;
        margin-right: 10px;
        color: #DDDDDD; }
        #news-list .right-group ol li i.num-1, #news-list .right-group ol li i.num-2, #news-list .right-group ol li i.num-3, #news-detail .right-group ol li i.num-1, #news-detail .right-group ol li i.num-2, #news-detail .right-group ol li i.num-3 {
          font-weight: bolder; }
        #news-list .right-group ol li i.num-1, #news-detail .right-group ol li i.num-1 {
          color: #F54E4F; }
        #news-list .right-group ol li i.num-2, #news-detail .right-group ol li i.num-2 {
          color: #FE884C; }
        #news-list .right-group ol li i.num-3, #news-detail .right-group ol li i.num-3 {
          color: #FEBC5F; }

#index-news .left-item .img-cover, #news-list .left-item .img-cover {
  position: relative;
  height: 405px;
  background-color: #FFF; }
  #index-news .left-item .img-cover img, #news-list .left-item .img-cover img {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%); }
#index-news li.big a, #news-list li.big a {
  display: block;
  width: 100%; }
#index-news li.big .img-cover, #news-list li.big .img-cover {
  height: auto; }
  #index-news li.big .img-cover img, #news-list li.big .img-cover img {
    width: 100%; }
#index-news .img-cover, #news-list .img-cover {
  height: 250px;
  display: block;
  overflow: hidden; }
  #index-news .img-cover img, #news-list .img-cover img {
    max-height: 100%;
    object-fit: fill; }

#news-list .left li {
  width: 48%;
  float: left;
  list-style: none;
  margin-bottom: 60px; }
  #news-list .left li.normal {
    margin-right: 4%; }
    #news-list .left li.normal:nth-child(2n+1) {
      margin-right: 0; }
  #news-list .left li:hover .more {
    background-color: #21BDBD;
    color: #FFF;
    border-color: #21BDBD; }
  #news-list .left li:hover h3 {
    color: #21BDBD; }
  #news-list .left li.big {
    width: 100%;
    display: block;
    float: none; }
    #news-list .left li.big .more {
      padding: 10px 20px; }
  #news-list .left li a {
    display: inline-block; }
    #news-list .left li a h3 {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-size: 18px;
      color: #323232;
      font-weight: normal;
      padding-top: 30px; }
    #news-list .left li a .intro {
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      font-size: 14px;
      color: #646464;
      line-height: 1.6;
      height: 3rem; }
    #news-list .left li a img {
      width: 100%; }
    #news-list .left li a .sub {
      height: auto;
      overflow: hidden; }
    #news-list .left li a .time {
      float: left; }
    #news-list .left li a .date {
      font-size: 28px;
      color: #323232; }
    #news-list .left li a .year {
      color: #646464; }
    #news-list .left li a .more {
      float: right;
      border: 1px solid #DDD;
      padding: 5px;
      color: #DDD; }

@media only screen and (max-width: 640px) {
  #news-list {
    padding-top: 30px; }

  #news-list .left, #news-detail .left {
    width: 96%;
    margin: 2%; }
    #news-list .left li, #news-detail .left li {
      margin-bottom: 30px; }
      #news-list .left li, #news-list .left li.big, #news-detail .left li, #news-detail .left li.big {
        width: 98%;
        margin: 1%; }
      #news-list .left li img, #news-detail .left li img {
        width: 100%; }
  #news-list .right, #news-detail .right {
    width: 96%;
    margin: 2%; }

  #index-news .img-cover, #news-list .img-cover {
    height: auto !important; }
    #index-news .img-cover img, #news-list .img-cover img {
      position: relative !important;
      transform: none !important; }

  #news-list .related a, #news-detail .related a {
    float: none !important;
    display: block;
    box-sizing: inherit !important;
    border-right: none !important;
    margin-bottom: 10px;
    width: 97%;
    padding: 20px 1%; } }
form.contact {
  height: auto;
  overflow: hidden;
  padding-bottom: 20px;
  clear: both; }
  form.contact .group {
    width: 33.3%;
    position: relative;
    height: auto;
    float: left;
    margin-bottom: 30px; }
    form.contact .group * {
      font-size: 14px; }
    form.contact .group i {
      font-style: normal;
      color: red; }
    form.contact .group input, form.contact .group textarea {
      outline: none;
      border: none;
      background-color: #E9ECF0;
      padding: 10px;
      width: 70%; }
    form.contact .group label {
      color: #646464;
      float: left;
      width: 40px;
      line-height: 40px;
      display: inline-block; }
    form.contact .group.textarea, form.contact .group.submit {
      width: 100%; }
    form.contact .group textarea {
      width: 90%;
      padding: 10px; }
    form.contact .group #submit {
      background-color: #21BDBD;
      color: #FFF;
      width: auto;
      padding: 10px 30px;
      cursor: pointer;
      display: inline-block; }

#contact .contact-list {
  margin: 80px 0;
  display: flex;
  list-style: none; }
  #contact .contact-list li {
    flex: 1;
    text-align: center; }
    #contact .contact-list li i {
      font-size: 32px;
      color: #21BDBD; }
    #contact .contact-list li h6 {
      font-size: 18px;
      margin: 20px 0;
      font-weight: normal; }
    #contact .contact-list li p {
      font-size: 14px;
      line-height: 1.6;
      color: #646464; }

#map iframe {
  width: 100%;
  height: 650px; }

@media only screen and (max-width: 640px) {
  #contact .contact-list {
    display: block;
    height: auto;
    overflow: hidden; }
    #contact .contact-list li {
      width: 46%;
      margin: 1.8%;
      float: left; }
      #contact .contact-list li p {
        height: 44px; }

  form.contact {
    width: 90%;
    margin: 5%; }
    form.contact .group {
      width: 100%; }
      form.contact .group label {
        width: 15%;
        margin-right: 0; }
      form.contact .group input, form.contact .group textarea {
        width: 80%;
        float: left; } }
@media only screen and (max-width: 500px) {
  form.contact .group input, form.contact .group textarea {
    width: 70%;
    float: left; } }
#sitemap {
  background-color: #E9ECF0;
  padding: 100px 0; }
  #sitemap ul.type {
    width: 20%;
    float: right;
    list-style: none; }
    #sitemap ul.type li {
      padding: 20px 30px;
      background-color: #21BDBD;
      color: #FFF;
      text-align: center;
      margin-bottom: 20px; }
      #sitemap ul.type li a {
        color: #FFF; }
  #sitemap .sitemap-url {
    background-color: #FFF;
    width: 70%;
    float: left;
    padding: 2%; }
    #sitemap .sitemap-url h1 {
      font-size: 2rem;
      font-weight: normal;
      text-align: center;
      padding: 40px 0; }
    #sitemap .sitemap-url .group {
      border-top: 1px solid #EEE;
      padding-top: 30px;
      margin-top: 50px; }
      #sitemap .sitemap-url .group a {
        color: #646464;
        margin-right: 20px;
        font-size: 16px; }
      #sitemap .sitemap-url .group .point {
        color: #C8C8C8;
        width: 20px;
        display: inline-block; }
      #sitemap .sitemap-url .group h3 {
        font-size: 1.5rem;
        margin: 30px 0; }
      #sitemap .sitemap-url .group p {
        color: #646464;
        margin: 20px 0; }

#jianceshebei {
  padding: 6rem 0; }
  #jianceshebei .top .left {
    width: 40%;
    padding-left: 20px; }
    #jianceshebei .top .left p {
      color: #646464;
      margin-bottom: 4rem;
      line-height: 1.8;
      font-size: 14px;
      margin-top: 2rem; }
  #jianceshebei .top img.player-video {
    float: right;
    width: 50%; }
  #jianceshebei .step {
    padding: 2rem 0; }
    #jianceshebei .step ul {
      display: flex; }
      #jianceshebei .step ul li {
        flex: 1;
        padding: 2rem;
        border: 1px solid #EEE;
        list-style: none;
        margin-right: 2rem;
        display: block;
        position: relative; }
        #jianceshebei .step ul li:last-child {
          margin-right: 0; }
        #jianceshebei .step ul li h5 {
          font-size: 20px; }
        #jianceshebei .step ul li p {
          color: #646464;
          font-size: 14px;
          line-height: 1.6; }
        #jianceshebei .step ul li .next {
          position: absolute;
          width: 30px;
          height: 30px;
          line-height: 30px;
          top: 70px;
          background-color: #21BDBD;
          color: #FFF;
          display: inline-block;
          text-align: center;
          border-radius: 100%;
          right: -15px; }

@media (max-width: 1024px) {
  #jianceshebei .top .left p {
    margin-bottom: 2rem; }

  #jianceshebei {
    padding-top: 3rem; }
    #jianceshebei .step ul {
      display: block; }
      #jianceshebei .step ul li {
        width: 41%;
        margin: 1.9%;
        padding: 2%;
        display: inline-block; }
        #jianceshebei .step ul li p {
          height: 44px;
          overflow: hidden; }
        #jianceshebei .step ul li h5 {
          padding-bottom: .8rem; } }
@media (max-width: 640px) {
  #jianceshebei .top .left, #jianceshebei .top .right {
    width: 96%;
    padding: 2%; }
  #jianceshebei .top img.player-video {
    width: 96%;
    padding: 2%; }
  #jianceshebei .step ul li {
    width: 92%;
    margin: 2%; }
    #jianceshebei .step ul li h5 {
      padding: 0;
      margin-top: 20px;
      padding-left: 15px; }
    #jianceshebei .step ul li .next {
      display: none; } }
#yyly-detail {
  background-color: #E9ECF0; }
  #yyly-detail .top {
    background-color: #21BDBD;
    color: #FFF;
    margin: 5% 0;
    padding: 0; }
    #yyly-detail .top .left {
      width: 40%;
      padding: 5%;
      padding-top: 10%; }
      #yyly-detail .top .left h1 {
        font-weight: normal;
        font-size: 36px; }
      #yyly-detail .top .left p {
        font-size: 20px;
        line-height: 2; }
    #yyly-detail .top .right {
      width: 50%; }
      #yyly-detail .top .right img {
        width: 100%; }
  #yyly-detail ul li {
    background-color: #FFF;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px; }
    #yyly-detail ul li .goods {
      height: auto;
      overflow: hidden;
      width: 94%;
      padding: 3%; }
      #yyly-detail ul li .goods .cover {
        width: 10%;
        margin-right: 5%;
        float: left; }
        #yyly-detail ul li .goods .cover img {
          width: 100%; }
      #yyly-detail ul li .goods .detail {
        padding-top: 2.5%;
        float: left;
        width: 70%;
        color: #646464; }
      #yyly-detail ul li .goods .expand {
        margin-top: 2.5%;
        float: right;
        background-color: #21BDBD;
        color: #FFF;
        padding: 15px 20px;
        font-size: 20px;
        cursor: pointer;
        width: 15px; }
  #yyly-detail .table-box {
    width: 100%;
    border-top: 2px solid #EEE;
    display: none;
    overflow-x: hidden; }
    #yyly-detail .table-box.on {
      display: block; }

@media (max-width: 1366px) {
  .table-box {
    overflow-x: scroll !important; } }
@media (max-width: 1024px) {
  #yyly-detail table {
    padding: 0;
    margin-top: 1px; }

  #yyly-detail .top .left {
    padding-top: 5%; }
    #yyly-detail .top .left h1 {
      font-size: 1.6rem; }
    #yyly-detail .top .left p {
      font-size: 1rem; } }
@media (max-width: 640px) {
  #yyly-detail ul li .goods .cover {
    width: 100%;
    display: block;
    float: none; }
  #yyly-detail ul li .goods .detail {
    width: 80%; }
  #yyly-detail ul li .goods .expand {
    margin-top: 20px; }

  #yyly-detail .top {
    padding-top: 5%; }
    #yyly-detail .top .left, #yyly-detail .top .right {
      width: 92%;
      padding: 4%; }
    #yyly-detail .top .right {
      padding-top: 0; } }
#about-us .intro {
  padding-top: 50px;
  height: auto;
  overflow: hidden;
  position: relative; }
  #about-us .intro .container {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%; }
    #about-us .intro .container .half {
      width: 50%;
      padding: 60px 20px; }
    #about-us .intro .container p {
      color: #646464;
      line-height: 1.6;
      font-size: 14px;
      margin-bottom: 1rem;
      text-indent: 30px; }
  #about-us .intro .company-img {
    width: 45%;
    min-height: 600px;
    position: relative;
    z-index: 99999; }
    #about-us .intro .company-img img {
      width: 100%;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); }
#about-us .icon-data {
  padding: 80px 0; }
  #about-us .icon-data li {
    width: 23%;
    display: inline-block;
    margin-right: 1%; }
    #about-us .icon-data li i {
      color: #C8C8C8;
      font-size: 32px;
      font-style: normal;
      margin-right: 20px; }
    #about-us .icon-data li span {
      font-size: 48px;
      color: #21BDBD; }
      #about-us .icon-data li span sup {
        color: #C8C8C8;
        font-size: 12px; }
      #about-us .icon-data li span i {
        display: block;
        font-size: 16px;
        margin-left: 70px; }

.time-horizontal {
  margin: 40px auto;
  display: inline-block;
  width: 100%; }
  .time-horizontal li {
    list-style-type: none;
    float: left;
    position: relative;
    padding-top: 20px;
    font-size: 12px;
    border-top: 1px dashed #ccc;
    width: 7.3%; }
    .time-horizontal li:last-child {
      width: 40px;
      border-top: 1px dashed transparent !important; }
    .time-horizontal li:first-child > div, .time-horizontal li:nth-child(2) > div {
      margin-left: -3px; }
    .time-horizontal li:last-child > div {
      margin-left: -10px; }
    .time-horizontal li div {
      margin-left: -10px;
      color: #646464; }
    .time-horizontal li > b:before {
      content: '';
      position: absolute;
      top: -10px;
      left: 0;
      width: 15px;
      height: 15px;
      border: 2px solid #EEE;
      border-radius: 50%;
      background: #FFF;
      color: #fff;
      font-size: 19px;
      text-align: center; }
    .time-horizontal li.solid > b:before {
      border-color: #21BDBD; }
    .time-horizontal li.solid > div {
      color: #21BDBD;
      margin-top: -60px; }

@media only screen and (max-width: 1024px) {
  #about-us .intro .company-img, #about-us .intro .half {
    width: 96%;
    margin: 2%; }
  #about-us .intro .company-img {
    min-height: auto;
    z-index: 1; }
    #about-us .intro .company-img img {
      position: relative;
      transform: none; }
  #about-us .intro .container {
    position: inherit;
    transform: none;
    top: auto;
    left: 0; }
    #about-us .intro .container .half {
      width: 96%;
      margin: 2%;
      padding: 0; }

  #about-us .icon-data li span {
    font-size: 2rem; }
    #about-us .icon-data li span i {
      margin-left: 60px; }
  #about-us .icon-data li i.iconfont {
    margin-right: 0;
    width: 50px;
    display: inline-block; } }
@media only screen and (max-width: 750px) {
  #time-line {
    display: none; }

  .time-horizontal {
    padding: 20px 0;
    white-space: nowrap; }

  #about-us .icon-data {
    padding: 2rem 0; }
    #about-us .icon-data li {
      float: left;
      margin-bottom: 2rem; }
      #about-us .icon-data li span {
        font-size: 1.8rem; }
        #about-us .icon-data li span i {
          margin-left: 60px;
          font-size: 14px; }
      #about-us .icon-data li i.iconfont {
        margin-right: 0;
        width: 50px;
        display: inline-block; }
      #about-us .icon-data li:nth-child(2n+1) {
        width: 54%;
        margin-left: 1%; }
      #about-us .icon-data li:nth-child(2n) {
        width: 44%;
        margin-right: 0; } }
#video-player {
  overflow: hidden; }

#gylc .left, #gylc .right {
  width: 50%; }
#gylc .shili {
  padding: 5rem 0; }
  #gylc .shili .left {
    width: 38%;
    padding: 2% 5%; }
    #gylc .shili .left p {
      font-size: 14px;
      color: #646464;
      line-height: 1.6;
      margin-bottom: 20px; }
  #gylc .shili .right img {
    width: 100%; }
#gylc .sclc {
  background-color: #E9ECF0;
  padding: 0 0 5rem 0; }
  #gylc .sclc .line {
    height: 100%;
    position: absolute;
    left: 50.1%;
    width: 1px;
    background-color: #FFF; }
  #gylc .sclc ul {
    height: auto;
    list-style: none;
    position: relative; }
    #gylc .sclc ul li {
      position: relative;
      width: 45%;
      background-color: #FFF;
      margin-bottom: 30px;
      height: auto;
      font-size: 14px;
      color: #646464; }
      #gylc .sclc ul li:nth-child(11) {
        margin-bottom: 20px; }
      #gylc .sclc ul li:nth-child(12) {
        margin-bottom: 20px; }
      #gylc .sclc ul li img {
        width: 70%;
        display: inline-block; }
      #gylc .sclc ul li .sub {
        display: inline-block;
        width: 25%;
        position: relative;
        padding-top: 15%;
        font-size: 14px; }
        #gylc .sclc ul li .sub .name {
          margin: 15px 0;
          display: inline-block; }
      #gylc .sclc ul li .num {
        display: block; }
      #gylc .sclc ul li .arrow {
        display: block;
        content: "\e93e"; }
      #gylc .sclc ul li .number {
        background-color: #21BDBD;
        color: #FFF;
        padding: 5px;
        border-radius: 100%;
        position: absolute;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        font-size: 12px;
        display: inline-block;
        clear: both; }
      #gylc .sclc ul li:nth-child(2n+1) {
        float: left; }
        #gylc .sclc ul li:nth-child(2n+1) img {
          float: left; }
        #gylc .sclc ul li:nth-child(2n+1) .sub {
          float: right;
          text-align: right;
          padding-right: 5%; }
        #gylc .sclc ul li:nth-child(2n+1) .number {
          right: -14.5%;
          top: -2%; }
        #gylc .sclc ul li:nth-child(2n+1):after {
          content: " ";
          display: block;
          position: absolute;
          right: -20px;
          width: 0;
          height: 0;
          border-top: 0 solid transparent;
          border-left: 20px solid #FFF;
          border-bottom: 20px solid transparent; }
      #gylc .sclc ul li:nth-child(2n) {
        float: right; }
        #gylc .sclc ul li:nth-child(2n) .sub {
          float: left;
          text-align: left;
          padding-left: 5%; }
        #gylc .sclc ul li:nth-child(2n) img {
          float: right; }
        #gylc .sclc ul li:nth-child(2n) .number {
          left: -14%;
          top: 90%; }
        #gylc .sclc ul li:nth-child(2n):before {
          content: " ";
          display: block;
          position: absolute;
          left: -20px;
          width: 0;
          height: 0;
          bottom: 0;
          border-top: 20px solid transparent;
          border-right: 20px solid #FFF;
          border-bottom: 0 solid transparent; }
#gylc .page-title {
  margin: 3rem 0 5rem 0; }
  #gylc .page-title:after {
    margin-left: -120px; }
#gylc .gylc .row {
  padding: 2rem 0; }
  #gylc .gylc .row img {
    max-width: 100%; }
  #gylc .gylc .row:last-child {
    margin-bottom: 3rem; }

@media screen and (min-width: 1200px) {
  #gylc .sclc li:nth-child(2n) .number {
    left: -13% !important; }
  #gylc .sclc li:nth-child(2n+1) .number {
    right: -14% !important; } }
@media screen and (max-width: 1024px) {
  #gylc .page-title:after {
    margin-left: -6.2rem; }

  #gylc .shili {
    padding-top: 3rem; }
    #gylc .shili .left, #gylc .shili .right {
      width: 98%;
      margin: 1%;
      padding: 0; }
  #gylc .sclc .page-title {
    margin-bottom: 3rem; }
  #gylc .sclc .line {
    display: none; }
  #gylc .sclc ul li {
    width: 96%;
    margin: 2%;
    display: block; }
    #gylc .sclc ul li:after, #gylc .sclc ul li:before {
      display: none !important;
      content: ""; }
    #gylc .sclc ul li .sub .name {
      margin: 0;
      font-size: .8rem; } }
#download {
  background-color: #E9ECF0;
  padding-top: 5rem; }
  #download ul {
    list-style: none; }
    #download ul li {
      width: 22%;
      margin: 1.5%;
      float: left;
      height: auto;
      overflow: hidden;
      text-align: center;
      background-color: #FFF; }
      #download ul li h2 {
        font-size: 16px;
        font-weight: normal;
        padding-top: 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #646464; }
      #download ul li img {
        width: 100%; }
      #download ul li p {
        font-size: 14px;
        color: #646464; }

#download-message {
  padding: 40px 20px 0 20px; }
  #download-message h3, #download-message p {
    text-align: center; }
  #download-message h3 {
    font-size: 22px;
    margin-bottom: 10px; }
    #download-message h3:after {
      margin-left: -55px; }
  #download-message p {
    color: #646464;
    margin-bottom: 40px; }
  #download-message form.contact {
    width: 100%;
    margin: 0; }
    #download-message form.contact .right {
      float: none; }

@media only screen and (max-width: 640px) {
  #download {
    padding-top: 2rem; }
    #download ul li {
      width: 48%;
      margin: 2% 1%; }

  #download-message {
    width: 96%;
    padding: 0 15px; }
    #download-message form.contact .group {
      width: 100%;
      float: none;
      margin: 0;
      margin-bottom: 10px; }
      #download-message form.contact .group input, #download-message form.contact .group textarea {
        width: 70%;
        margin-left: 5px; }
      #download-message form.contact .group.submit .right {
        padding-top: 10px;
        width: 70%;
        float: left;
        margin-right: 5px; }
    #download-message form.contact .group {
      height: 45px; } }

/*# sourceMappingURL=app.css.map */
