/**
 * @time 2021.10.15
 * @author Lanny
 */
body {
  padding-top: 108px; }

.center {
  width: 1400px;
  margin: auto; }

.header {
  z-index: 100;
  position: fixed;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  background: #fff;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 320px; }
  .header .center {
    width: 92%;
    padding: 12px 0;
    position: relative; }
  .header .header-left,
  .header .header-right {
    width: 220px; }
  .header .logo {
    display: block;
    height: 84px; }
        .moduleCenter{
            max-width: 1000px;
            width: 100%;
            margin: auto;
        }
        
        .moduleCenter p{
            word-break: break-all;
        }
  .header .nav .item {
    height: 84px; }
    .header .nav .item:nth-child(n+2) {
      margin-left: 90px; }
    .header .nav .item:hover span, .header .nav .item.active span {
      color: #e6140b; }
      .header .nav .item:hover span::after, .header .nav .item.active span::after {
        opacity: 1;
        width: 100%; }
    .header .nav .item span {
      color: #333;
      font-size: 16px;
      line-height: 20px;
      position: relative;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
      .header .nav .item span::after {
        content: '';
        position: absolute;
        z-index: 5;
        bottom: -12px;
        right: 0;
        left: 0;
        width: 30%;
        opacity: 0;
        height: 3px;
        margin: auto;
        border-radius: 3px;
        background: #e6140b;
        -o-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -webkit-transition: all, 0.5s;
        transition: all, 0.5s; }
  .header .language-select {
    margin-right: 50px;
    position: relative; }
    .header .language-select:hover .select-top {
      color: #e6140b; }
    .header .language-select:hover .select-list {
      top: 36px;
      opacity: 1;
      visibility: visible;
      -o-transition: all, 0.5s;
      -moz-transition: all, 0.5s;
      -webkit-transition: all, 0.5s;
      transition: all, 0.5s; }
    .header .language-select .select-top {
      height: 36px;
      color: #333;
      cursor: pointer;
      line-height: 24px;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
      .header .language-select .select-top .select-icon {
        font-size: 20px; }
      .header .language-select .select-top .select-title {
        margin: 0 8px;
        font-size: 16px; }
        .header .language-select .select-top .select-title + .iconfont {
          font-size: 16px; }
    .header .language-select .select-list {
      position: absolute;
      top: 50px;
      left: 50%;
      width: 120px;
      margin-left: -60px;
      z-index: 10;
      opacity: 0;
      visibility: hidden;
      -o-transition: all, 0.15s;
      -moz-transition: all, 0.15s;
      -webkit-transition: all, 0.15s;
      transition: all, 0.15s; }
      .header .language-select .select-list .list {
        padding: 5px 0;
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.08); }
        .header .language-select .select-list .list .item {
          text-align: center;
          line-height: 20px;
          font-size: 14px;
          color: #333;
          -o-transition: all, 0.3s;
          -moz-transition: all, 0.3s;
          -webkit-transition: all, 0.3s;
          transition: all, 0.3s; }
          .header .language-select .select-list .list .item.active {
            background: #e6140b;
            color: #fff; }
          .header .language-select .select-list .list .item:not(.active):hover {
            background: #f4f4f4; }
          .header .language-select .select-list .list .item a {
            display: block;
            padding: 10px 5px; }
  .header .search-button button {
    width: 46px;
    height: 46px;
    background: #e6140b;
    border-radius: 6px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    -o-transition: opacity, 0.15s;
    -moz-transition: opacity, 0.15s;
    -webkit-transition: opacity, 0.15s;
    transition: opacity, 0.15s; }
    .header .search-button button:hover {
      opacity: 0.85; }
  .header .search-form {
    position: absolute;
    bottom: -30px;
    right: -30px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    -o-transition: all, 0.15s;
    -moz-transition: all, 0.15s;
    -webkit-transition: all, 0.15s;
    transition: all, 0.15s; }
    .header .search-form.active {
      right: 0;
      opacity: 1;
      visibility: visible;
      -o-transition: all, 0.5s;
      -moz-transition: all, 0.5s;
      -webkit-transition: all, 0.5s;
      transition: all, 0.5s; }
    .header .search-form form {
      position: relative;
      background: #fff;
      border-radius: 40px;
      box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.1); }
    .header .search-form input {
      width: 250px;
      height: 40px;
      color: #333;
      padding: 0 40px 0 20px; }
      .header .search-form input::-webkit-input-placeholder {
        color: #999; }
      .header .search-form input:-moz-placeholder {
        color: #999; }
      .header .search-form input:-ms-input-placeholder {
        color: #999; }
      .header .search-form input::placeholder {
        color: #999; }
    .header .search-form button {
      position: absolute;
      top: 0;
      right: 0;
      width: 40px;
      height: 40px;
      color: #666;
      font-size: 18px;
      cursor: pointer;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
      .header .search-form button:hover {
        color: #e6140b; }
  .header .menu-control {
    display: none;
    cursor: pointer; }
    .header .menu-control .line {
      background: #333;
      border-radius: 2px;
      position: relative;
      width: 28px;
      height: 2px;
      top: 0;
      -o-transform-origin: 14px center;
      -moz-transform-origin: 14px center;
      -webkit-transform-origin: 14px center;
      transform-origin: 14px center;
      -o-transition: all, 0.5s;
      -moz-transition: all, 0.5s;
      -webkit-transition: all, 0.5s;
      transition: all, 0.5s; }
      .header .menu-control .line.line2 {
        margin: 8px 0; }
    .header .menu-control.active .line {
      background: #e6140b; }
    .header .menu-control.active .line1 {
      -o-transform: rotateZ(45deg);
      -moz-transform: rotateZ(45deg);
      -webkit-transform: rotateZ(45deg);
      transform: rotateZ(45deg);
      top: 10px; }
    .header .menu-control.active .line2 {
      opacity: 0; }
    .header .menu-control.active .line3 {
      -o-transform: rotateZ(-45deg);
      -moz-transform: rotateZ(-45deg);
      -webkit-transform: rotateZ(-45deg);
      transform: rotateZ(-45deg);
      top: -10px; }

.footer {
  background: url(../images/footer.png); }
  .footer .footer-top {
    padding: 15px 0;
    border-bottom: 1px solid rgba(197, 197, 197, 0.1); }
  .footer .logo {
    height: 84px; }
  .footer .share .item {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    color: #b3b3b3;
    font-size: 20px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    -o-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
    .footer .share .item:nth-child(n+2) {
      margin-left: 20px; }
    .footer .share .item:hover {
      color: #e6140b;
      background: #fff; }
  .footer .footer-middle {
    padding: 50px 0; }
  .footer .nav .list:nth-child(n+2) {
    margin-left: 120px; }
  .footer .nav .list .item-title {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 35px; }
  .footer .nav .list .item {
    color: #aaa;
    font-size: 14px;
    line-height: 20px;
    -o-transition: color, 0.15s;
    -moz-transition: color, 0.15s;
    -webkit-transition: color, 0.15s;
    transition: color, 0.15s; }
    .footer .nav .list .item:nth-of-type(n+2) {
      margin-top: 20px; }
    .footer .nav .list .item a:hover {
      color: #fff; }
  .footer .consult .consult-left .consult-button {
    width: 132px;
    height: 46px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    line-height: 46px;
    font-size: 14px;
    color: #fff;
    -o-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
    .footer .consult .consult-left .consult-button:hover {
      color: #e6140b;
      background: #fff; }
  .footer .consult .consult-left .consult-text {
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    margin: 20px 0 15px; }
  .footer .consult .consult-left .consult-phone {
    color: #e6140b;
    font-size: 30px;
    line-height: 1em; }
  .footer .consult .consult-right {
    margin-left: 25px; }
    .footer .consult .consult-right .picture-container {
      width: 120px;
      height: 120px;
      background: #fff; }
    .footer .consult .consult-right .picture-text {
      color: #fff;
      font-size: 14px;
      line-height: 20px;
      text-align: center;
      margin-top: 10px; }
  .footer .footer-bottom {
    padding: 30px 0; }
  .footer .copyright,
  .footer .author {
    color: #aaa;
    font-size: 14px;
    line-height: 20px; }
    .footer .copyright a,
    .footer .author a {
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
      .footer .copyright a:hover,
      .footer .author a:hover {
        color: #fff; }
  .footer #go-top {
    display: none;
    position: fixed;
    z-index: 1000;
    bottom: 50px;
    right: 2%;
    width: 60px;
    height: 60px;
    cursor: pointer;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    background: #e6140b;
    font-size: 28px;
    color: #fff; }
    .footer #go-top:hover {
      opacity: .9; }

.banner a {
  display: block; }

.banner .swiper-pagination {
  bottom: 30px;
  font-size: 0; }
  .banner .swiper-pagination span {
    opacity: 1;
    width: 24px;
    height: 24px;
    margin: 0 10px;
    background: none;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    -o-transition: color, 0.3s;
    -moz-transition: color, 0.3s;
    -webkit-transition: color, 0.3s;
    transition: color, 0.3s; }
    .banner .swiper-pagination span::before {
      content: '\e601'; }
    .banner .swiper-pagination span.active {
      color: #e6140b; }

.crumbs {
  padding: 15px 0;
  background: #e6e6e6; }
  .crumbs.productDetail-crumbs .center {
    width: 1300px; }
  .crumbs .list {
    font-size: 14px;
    color: #666666;
    line-height: 20px; }
    .crumbs .list span {
      margin: 0 3px; }
    .crumbs .list a {
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
      .crumbs .list a:last-child {
        color: #e6140b; }
      .crumbs .list a:not(:last-child):hover {
        color: #e6140b; }

.page {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .page .page-item {
    min-width: 44px;
    height: 44px;
    padding: 0 10px;
    text-align: center;
    border-radius: 44px;
    border: 1px solid #d4d4d4;
    background: #fff;
    line-height: 42px;
    font-size: 16px;
    color: #666;
    margin: 0 5px;
    -o-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
    .page .page-item.page-active {
      color: #fff;
      background: #e6140b;
      border-color: #e6140b; }
    .page .page-item:not(.page-active):not(.page-disabled):hover {
      color: #e6140b;
      border-color: #e6140b; }
    .page .page-item.page-disabled {
      cursor: not-allowed;
      border-color: #ddd;
      color: #ccc; }
  .page .page-first,
  .page .page-last,
  .page .page-prev,
  .page .page-next {
    width: 100px;
    margin: 0 15px; }
  .page .page-first,
  .page .page-last {
    margin: 0 !important; }
  .page .page-dot {
    color: #999;
    margin: 0 5px;
    font-size: 16px;
    line-height: 20px; }

.second-nav {
  position: relative; }
  .second-nav::after {
    content: '';
    position: absolute;
    z-index: 11;
    margin: auto;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #ededed; }
  .second-nav .swiper-slide {
    width: auto; }
    .second-nav .swiper-slide:nth-child(n+2) {
      margin-left: 130px; }
    .second-nav .swiper-slide.active a {
      color: #e6140b; }
      .second-nav .swiper-slide.active a::after {
        opacity: 1;
        width: 100%; }
    .second-nav .swiper-slide a {
      height: 100px;
      color: #333;
      font-size: 16px;
      line-height: 20px;
      position: relative;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
      .second-nav .swiper-slide a:hover {
        color: #e6140b; }
      .second-nav .swiper-slide a::after {
        content: '';
        position: absolute;
        z-index: 5;
        bottom: 0;
        right: 0;
        left: 0;
        width: 30%;
        opacity: 0;
        height: 2px;
        margin: auto;
        border-radius: 2px;
        background: #e6140b;
        -o-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -webkit-transition: all, 0.5s;
        transition: all, 0.5s; }
  .second-nav .swiper-button {
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 40px;
    margin: auto;
    cursor: pointer;
    font-size: 20px;
    line-height: 24px;
    background: #fff;
    color: #e6140b; }
    .second-nav .swiper-button[class*=disabled] {
      color: rgba(230, 20, 11, 0.4); }
    .second-nav .swiper-button.swiper-prev {
      left: 0; }
    .second-nav .swiper-button.swiper-next {
      right: 0; }

.main [class*=animate-fade] {
  opacity: 0;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.main .module {
  overflow: hidden; }
  .main .module .example-module-title {
    text-align: center; }
    .main .module .example-module-title .title-text {
      color: #333;
      font-size: 36px;
      line-height: 40px;
      font-weight: normal; }
    .main .module .example-module-title .title-desc {
      color: #333;
      font-size: 16px;
      line-height: 20px;
      margin-top: 20px; }
  .main .module .support-module-title {
    text-align: center; }
    .main .module .support-module-title .title-text {
      color: #0059be;
      font-size: 36px;
      line-height: 40px;
      font-weight: bold; }
    .main .module .support-module-title .title-desc {
      color: #333;
      font-size: 16px;
      line-height: 20px;
      margin-top: 20px; }
    .main .module .support-module-title .title-content {
      color: #333;
      font-size: 30px;
      line-height: 36px; }
  .main .module .module-anchor {
    position: absolute;
    visibility: hidden;
    z-index: -1;
    top: -108px;
    left: 0;
    height: 0;
    width: 0; }

.main .module-supportContent {
  padding: 90px 0 0; }
  .main .module-supportContent .module-container {
    position: relative; }
  .main .module-supportContent .module-picture {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .main .module-supportContent .module-content {
    width: 500px;
    position: absolute;
    left: 80px;
    top: 0;
    bottom: 0;
    margin: auto; }
    .main .module-supportContent .module-content .content-title {
      font-size: 30px;
      line-height: 36px;
      color: #0059be;
      font-weight: bold; }
    .main .module-supportContent .module-content .content-desc {
      color: #333;
      font-size: 18px;
      line-height: 30px;
      margin-top: 15px; }
    .main .module-supportContent .module-content .content-detail {
      color: #333;
      font-size: 14px;
      line-height: 24px;
      margin-top: 20px; }

.main .module-supportList {
  padding: 90px 0 100px; }
  .main .module-supportList .module-container {
    margin-top: 80px; }
  .main .module-supportList .list .item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    border: solid 2px #ebebeb;
    padding: 35px 50px 45px; }
    .main .module-supportList .list .item:nth-child(n+2) {
      margin-left: 30px; }
    .main .module-supportList .list .item .item-icon {
      width: 96px;
      height: 96px;
      margin: 0 auto;
      border-radius: 50%;
      background: #efefef; }
      .main .module-supportList .list .item .item-icon .iconfont {
        color: #e6140b;
        font-size: 48px;
        line-height: 96px; }
    .main .module-supportList .list .item .item-title {
      color: #333;
      font-size: 24px;
      line-height: 30px;
      margin-top: 20px; }
    .main .module-supportList .list .item .item-content {
      color: #666;
      font-size: 16px;
      line-height: 26px;
      margin-top: 20px; }

.main .module-form {
  padding: 90px 0 100px; }
  .main .module-form .module-left {
    width: 300px;
    margin-right: 120px; }
  .main .module-form .module-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    position: relative;
    color: #0059be; }
    .main .module-form .module-title::after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 44px;
      height: 3px;
      background: #0059be; }
  .main .module-form .module-content {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin-top: 80px; }
  .main .module-form .module-phone {
    margin-top: 80px; }
    .main .module-form .module-phone .phone-title .iconfont {
      color: #555;
      font-size: 20px;
      line-height: 20px;
      margin-right: 10px; }
    .main .module-form .module-phone .phone-title span {
      color: #333;
      font-size: 16px;
      line-height: 24px; }
    .main .module-form .module-phone .phone-list {
      margin-top: 12px; }
      .main .module-form .module-phone .phone-list .item {
        color: #555;
        font-size: 24px;
        font-weight: bold;
        line-height: 30px; }
        .main .module-form .module-phone .phone-list .item:nth-child(n+2) {
          margin-top: 5px; }
  .main .module-form form .item-input {
    width: 48.5%; }
    .main .module-form form .item-input:nth-child(n+3) {
      margin-top: 25px; }
    .main .module-form form .item-input.item-input-right {
      margin-left: 3%; }
    .main .module-form form .item-input.item-textarea, .main .module-form form .item-input.item-button {
      width: 100%; }
    .main .module-form form .item-input.item-code {
      width: 120px; }
    .main .module-form form .item-input input,
    .main .module-form form .item-input textarea {
      width: 100%;
      height: 54px;
      color: #333;
      font-size: 14px;
      padding: 0 20px;
      background: #f5f5f5;
      border: 1px solid #f5f5f5;
      -o-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
      .main .module-form form .item-input input::-webkit-input-placeholder,
      .main .module-form form .item-input textarea::-webkit-input-placeholder {
        color: #999; }
      .main .module-form form .item-input input:-moz-placeholder,
      .main .module-form form .item-input textarea:-moz-placeholder {
        color: #999; }
      .main .module-form form .item-input input:-ms-input-placeholder,
      .main .module-form form .item-input textarea:-ms-input-placeholder {
        color: #999; }
      .main .module-form form .item-input input::placeholder,
      .main .module-form form .item-input textarea::placeholder {
        color: #999; }
      .main .module-form form .item-input input:focus,
      .main .module-form form .item-input textarea:focus {
        border-color: #e6140b; }
    .main .module-form form .item-input textarea {
      padding: 15px 20px;
      height: 200px; }
    .main .module-form form .item-input .picture-container {
      height: 54px;
      cursor: pointer; }
      .main .module-form form .item-input .picture-container img {
        width: 100%;
        height: 100%; }
    .main .module-form form .item-input button {
      width: 200px;
      height: 54px;
      background: #e6140b;
      font-weight: bold;
      font-size: 18px;
      color: #fff;
      cursor: pointer;
      -o-transition: opacity, 0.15s;
      -moz-transition: opacity, 0.15s;
      -webkit-transition: opacity, 0.15s;
      transition: opacity, 0.15s; }
      .main .module-form form .item-input button:hover {
        opacity: 0.85; }

.index-main .module {
  position: relative;
  padding: 80px 0 90px; }
  .index-main .module .module-title.style-dark .title-text {
    color: #333; }
  .index-main .module .module-title.style-dark .title-desc {
    color: #999; }
  .index-main .module .module-title.style-light {
    color: #fff; }
  .index-main .module .module-title.align-left {
    text-align: left; }
  .index-main .module .module-title.align-center {
    text-align: center; }
  .index-main .module .module-title .title-text {
    font-size: 36px;
    font-weight: bold;
    line-height: 40px; }
  .index-main .module .module-title .title-desc {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 15px; }
  .index-main .module .module-container {
    margin-top: 80px; }
  .index-main .module .more-button {
    display: block;
    cursor: pointer;
    position: relative;
    line-height: 20px;
    font-size: 14px;
    color: #999;
    border: 1px solid #aaa;
    text-align: center;
    padding: 10px 0;
    width: 130px;
    -o-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
    .index-main .module .more-button::before, .index-main .module .more-button::after {
      content: '';
      position: absolute;
      z-index: 5;
      top: 22px;
      right: -25px;
      height: 1px;
      background: #aaa;
      -o-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
    .index-main .module .more-button::before {
      width: 10px;
      -o-transform-origin: right center;
      -moz-transform-origin: right center;
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -o-transform: rotateZ(30deg);
      -moz-transform: rotateZ(30deg);
      -webkit-transform: rotateZ(30deg);
      transform: rotateZ(30deg); }
    .index-main .module .more-button::after {
      width: 50px; }
    .index-main .module .more-button.style-dark {
      color: #999;
      border-color: #aaa; }
      .index-main .module .more-button.style-dark::before, .index-main .module .more-button.style-dark::after {
        background: #aaa; }
    .index-main .module .more-button.style-light {
      color: #fff;
      border-color: #fff; }
      .index-main .module .more-button.style-light::before, .index-main .module .more-button.style-light::after {
        background: #fff; }
  .index-main .module .swiper-control .control-prev,
  .index-main .module .swiper-control .control-next {
    color: rgba(230, 20, 11, 0.8);
    cursor: pointer;
    font-size: 32px;
    line-height: 1em;
    -o-transition: color, 0.15s;
    -moz-transition: color, 0.15s;
    -webkit-transition: color, 0.15s;
    transition: color, 0.15s; }
    .index-main .module .swiper-control .control-prev:not([class*=disabled]):hover,
    .index-main .module .swiper-control .control-next:not([class*=disabled]):hover {
      color: #e6140b; }
    .index-main .module .swiper-control .control-prev[class*=disabled],
    .index-main .module .swiper-control .control-next[class*=disabled] {
      color: rgba(230, 20, 11, 0.4);
      cursor: not-allowed; }
  .index-main .module .swiper-control .more-link {
    margin: 0 15px;
    font-size: 32px;
    line-height: 1em;
    color: rgba(230, 20, 11, 0.8); }
    .index-main .module .swiper-control .more-link:hover {
      color: #e6140b; }

.index-main .module1 .center {
  width: 92%; }

.index-main .module1 .list .item {
  background: #f2f2f2;
  -o-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -webkit-transition: all, 0.5s;
  transition: all, 0.5s; }
  .index-main .module1 .list .item:nth-child(n+3) {
    margin-top: 20px; }
  .index-main .module1 .list .item .item-picture {
    height: 300px; }
    .index-main .module1 .list .item .item-picture img {
      max-width: 80%;
      max-height: 60%; }
  .index-main .module1 .list .item .item-title .title-text {
    color: #333;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -o-transition: color, 0.3s;
    -moz-transition: color, 0.3s;
    -webkit-transition: color, 0.3s;
    transition: color, 0.3s; }
  .index-main .module1 .list .item .item-title .title-desc {
    color: #777;
    font-size: 16px;
    line-height: 20px;
    font-style: italic;
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -o-transition: color, 0.3s;
    -moz-transition: color, 0.3s;
    -webkit-transition: color, 0.3s;
    transition: color, 0.3s; }
  .index-main .module1 .list .item .item-content {
    color: #666;
    font-size: 16px;
    margin-top: 30px;
    max-width: 80%;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 78px;
    line-height: 26px;
    -o-transition: color, 0.3s;
    -moz-transition: color, 0.3s;
    -webkit-transition: color, 0.3s;
    transition: color, 0.3s; }
  .index-main .module1 .list .item .more-button {
    margin-top: 35px; }
  .index-main .module1 .list .item:hover {
    background: #e6140b; }
    .index-main .module1 .list .item:hover .item-title .title-text {
      color: #fff; }
    .index-main .module1 .list .item:hover .item-title .title-desc {
      color: #fff; }
    .index-main .module1 .list .item:hover .item-content {
      color: #fff; }
    .index-main .module1 .list .item:hover .more-button {
      color: #fff;
      border-color: #fff; }
      .index-main .module1 .list .item:hover .more-button::before, .index-main .module1 .list .item:hover .more-button::after {
        right: -35px;
        background: #fff; }

.index-main .module1 .list .item-margin {
  margin-left: 20px; }

.index-main .module1 .list .item-long {
  min-height: 400px;
  width: calc((100% - 20px) / 2); }
  .index-main .module1 .list .item-long .item-left {
    width: 45%; }
  .index-main .module1 .list .item-long .item-right {
    width: 55%;
    padding: 40px 0; }

.index-main .module1 .list .item-short {
  width: calc((100% - 40px) / 3);
  padding-bottom: 36px; }
  .index-main .module1 .list .item-short .item-title {
    text-align: center; }

.index-main .module2 {
  padding-bottom: 0 !important; }
  .index-main .module2 .module-left {
    width: 45%;
    padding: 120px 0;
    background-image: url(../images/index/img02.png); }
  .index-main .module2 .module-right {
    width: 55%; }
  .index-main .module2 .swiper-content .item {
    display: block;
    padding: 0 15%; }
  .index-main .module2 .swiper-content .item-title .title-text {
    color: #333;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .index-main .module2 .swiper-content .item-title .title-desc {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    font-style: italic;
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .index-main .module2 .swiper-content .item-content {
    color: #666;
    font-size: 14px;
    margin-top: 25px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px; }
  .index-main .module2 .swiper-content .item-more {
    margin-top: 25px;
    color: #e6140b; }
    .index-main .module2 .swiper-content .item-more span {
      font-size: 14px;
      line-height: 20px; }
    .index-main .module2 .swiper-content .item-more .iconfont {
      font-size: 20px;
      line-height: 1em;
      margin-left: 10px; }
  .index-main .module2 .swiper-content .item-hint {
    color: #333;
    font-size: 18px;
    line-height: 30px;
    margin-top: 50px; }
    .index-main .module2 .swiper-content .item-hint span {
      color: #e6140b;
      font-size: 24px;
      font-weight: bold; }
  .index-main .module2 .module-tab {
    height: 130px;
    margin-top: 60px;
    position: relative;
    z-index: 10; }
    .index-main .module2 .module-tab .swiper-tab {
      position: absolute;
      z-index: 10;
      left: 15%;
      top: 0;
      width: 950px;
      background: #fff;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.08); }
      .index-main .module2 .module-tab .swiper-tab .swiper-slide {
        position: relative; }
        .index-main .module2 .module-tab .swiper-tab .swiper-slide.active .item {
          background: #e6140b;
          -o-transition: all, 0.5s;
          -moz-transition: all, 0.5s;
          -webkit-transition: all, 0.5s;
          transition: all, 0.5s; }
          .index-main .module2 .module-tab .swiper-tab .swiper-slide.active .item .item-number {
            color: #fff; }
          .index-main .module2 .module-tab .swiper-tab .swiper-slide.active .item .item-title .title-text {
            color: #fff; }
          .index-main .module2 .module-tab .swiper-tab .swiper-slide.active .item .item-title .title-desc {
            color: #fff; }
        .index-main .module2 .module-tab .swiper-tab .swiper-slide.active::after {
          display: none; }
        .index-main .module2 .module-tab .swiper-tab .swiper-slide::after {
          content: '';
          z-index: 5;
          top: 0;
          bottom: 0;
          right: -1px;
          margin: auto;
          position: absolute;
          height: 50px;
          width: 1px;
          background: #ccc; }
      .index-main .module2 .module-tab .swiper-tab .item {
        height: 130px;
        padding: 0 20px;
        cursor: pointer;
        position: relative;
        z-index: 10;
        -o-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
        .index-main .module2 .module-tab .swiper-tab .item .item-number {
          color: #e6140b;
          font-size: 44px;
          font-weight: bold;
          line-height: 50px;
          -o-transition: color, 0.15s;
          -moz-transition: color, 0.15s;
          -webkit-transition: color, 0.15s;
          transition: color, 0.15s; }
        .index-main .module2 .module-tab .swiper-tab .item .item-title {
          max-width: 70%;
          margin-left: 20px;
          overflow: hidden; }
          .index-main .module2 .module-tab .swiper-tab .item .item-title .title-text {
            color: #333;
            font-size: 18px;
            font-weight: bold;
            line-height: 24px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            -o-transition: color, 0.15s;
            -moz-transition: color, 0.15s;
            -webkit-transition: color, 0.15s;
            transition: color, 0.15s; }
          .index-main .module2 .module-tab .swiper-tab .item .item-title .title-desc {
            color: #999;
            font-size: 12px;
            line-height: 16px;
            font-style: italic;
            margin-top: 5px;
            white-space: nowrap;
            -o-transform-origin: left center;
            -moz-transform-origin: left center;
            -webkit-transform-origin: left center;
            transform-origin: left center;
            -o-transform: translate3d(0, 0, 0) scale(0.7);
            -moz-transform: translate3d(0, 0, 0) scale(0.7);
            -webkit-transform: translate3d(0, 0, 0) scale(0.7);
            transform: translate3d(0, 0, 0) scale(0.7);
            -o-transition: color, 0.15s;
            -moz-transition: color, 0.15s;
            -webkit-transition: color, 0.15s;
            transition: color, 0.15s; }
    .index-main .module2 .module-tab .swiper-control {
      width: 950px;
      position: absolute;
      z-index: 10;
      top: -50px;
      left: 15%; }
  .index-main .module2 .swiper-picture {
    min-height: 700px;
    height: 100%; }
    .index-main .module2 .swiper-picture .item-picture {
      height: 100%;
      overflow: hidden; }
      .index-main .module2 .swiper-picture .item-picture img {
        height: 100%;
        max-width: none; }

.index-main .module3 {
  padding: 0 !important; }
  .index-main .module3 .module-container {
    margin-top: 0 !important; }
  .index-main .module3 .module-left {
    width: 45%;
    background-image: url(../images/index/img04.png); }
  .index-main .module3 .module-right {
    width: 55%;
    padding: 100px;
    min-height: 860px;
    background-image: url(../images/index/img03.png); }
  .index-main .module3 .module-content {
    position: relative;
    padding: 0 12%; }
    .index-main .module3 .module-content .more-button {
      position: absolute;
      z-index: 10;
      right: 12%;
      top: 20px; }
      .index-main .module3 .module-content .more-button:hover::before, .index-main .module3 .module-content .more-button:hover::after {
        right: -35px; }
    .index-main .module3 .module-content .content-detail {
      color: #fff;
      font-size: 16px;
      line-height: 26px;
      margin-top: 60px; }
    .index-main .module3 .module-content .module-list {
      margin-top: 70px; }
      .index-main .module3 .module-content .module-list .item:not(:last-child) {
        margin-right: 50px; }
      .index-main .module3 .module-content .module-list .item .item-icon {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        border: solid 1px #fff;
        font-size: 26px;
        color: #fff;
        margin-right: 15px; }
      .index-main .module3 .module-content .module-list .item .item-title {
        color: #e6140b; }
        .index-main .module3 .module-content .module-list .item .item-title .item-num {
          font-size: 50px;
          line-height: 1em;
          font-weight: bold;
          letter-spacing: -2px; }
        .index-main .module3 .module-content .module-list .item .item-title .item-unit {
          font-size: 18px;
          margin-left: 5px;
          line-height: 28px; }
      .index-main .module3 .module-content .module-list .item .item-content {
        color: #fff;
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px; }

.index-main .module4 {
  padding-bottom: 0 !important; }
  .index-main .module4 .module-container {
    margin-top: 0 !important; }
  .index-main .module4 .module-left {
    width: 26%;
    height: 100%;
    padding: 60px 0 70px;
    padding-left: 5%;
    position: relative;
    z-index: 10; }
  .index-main .module4 .module-tab {
    margin-top: 60px; }
    .index-main .module4 .module-tab .item {
      color: #333;
      font-size: 18px;
      line-height: 24px;
      position: relative;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
      .index-main .module4 .module-tab .item:nth-child(n+2) {
        margin-top: 40px; }
      .index-main .module4 .module-tab .item::after {
        content: '';
        position: absolute;
        left: 70px;
        top: 0;
        bottom: 0;
        opacity: 0;
        margin: auto;
        width: 26px;
        height: 1px;
        background: #e6140b;
        -o-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
      .index-main .module4 .module-tab .item:hover, .index-main .module4 .module-tab .item.active {
        color: #e6140b; }
      .index-main .module4 .module-tab .item.active::after {
        left: 90px;
        opacity: 1; }
  .index-main .module4 .swiper-control {
    margin-top: 70px; }
  .index-main .module4 .module-right {
    width: 0; }
  .index-main .module4 .swiper-item .swiper-slide {
    width: 500px; }
  .index-main .module4 .swiper-item .item {
    display: block;
    padding: 60px 50px;
    position: relative; }
    .index-main .module4 .swiper-item .item::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 1px;
      height: 100%;
      background: rgba(102, 102, 102, 0.1); }
    .index-main .module4 .swiper-item .item:hover .item-time .time-day {
      color: #e6140b; }
    .index-main .module4 .swiper-item .item:hover .item-time .time-month {
      color: #e6140b; }
    .index-main .module4 .swiper-item .item:hover .item-title {
      color: #e6140b; }
    .index-main .module4 .swiper-item .item:hover .item-picture img {
      -o-transform: translate3d(0, 0, 0) scale(1.05);
      -moz-transform: translate3d(0, 0, 0) scale(1.05);
      -webkit-transform: translate3d(0, 0, 0) scale(1.05);
      transform: translate3d(0, 0, 0) scale(1.05); }
    .index-main .module4 .swiper-item .item:hover .item-link {
      color: #e6140b; }
    .index-main .module4 .swiper-item .item .item-time .time-day {
      color: #333;
      font-size: 50px;
      line-height: 1em;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
    .index-main .module4 .swiper-item .item .item-time .time-month {
      color: #666;
      font-size: 18px;
      line-height: 24px;
      margin-left: 15px;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
    .index-main .module4 .swiper-item .item .item-title {
      color: #333;
      font-size: 20px;
      margin-top: 15px;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      height: 60px;
      line-height: 30px;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
    .index-main .module4 .swiper-item .item .item-picture {
      margin-top: 20px; }
      .index-main .module4 .swiper-item .item .item-picture .picture-container {
        padding-top: 62.22%; }
        .index-main .module4 .swiper-item .item .item-picture .picture-container img {
          width: 100%;
          max-height: none;
          -o-transition: all, 0.8s;
          -moz-transition: all, 0.8s;
          -webkit-transition: all, 0.8s;
          transition: all, 0.8s; }
    .index-main .module4 .swiper-item .item .item-content {
      color: #666;
      font-size: 14px;
      margin-top: 20px;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      height: 48px;
      line-height: 24px; }
    .index-main .module4 .swiper-item .item .item-link {
      margin-top: 10px;
      color: #666;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
      .index-main .module4 .swiper-item .item .item-link span {
        font-size: 14px;
        line-height: 20px; }
      .index-main .module4 .swiper-item .item .item-link .iconfont {
        font-size: 22px;
        line-height: 1em;
        margin-left: 10px; }

.about-main .module {
  position: relative;
  padding: 80px 0 90px; }
  .about-main .module .module-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    position: relative; }
    .about-main .module .module-title.style-dark {
      color: #0059be; }
      .about-main .module .module-title.style-dark::after {
        background: #e6140b; }
    .about-main .module .module-title.style-light {
      color: #fff; }
      .about-main .module .module-title.style-light::after {
        background: #fff; }
    .about-main .module .module-title.align-left {
      text-align: left; }
      .about-main .module .module-title.align-left::after {
        left: 0; }
    .about-main .module .module-title.align-center {
      text-align: center; }
      .about-main .module .module-title.align-center::after {
        left: 0;
        right: 0;
        margin: auto; }
    .about-main .module .module-title::after {
      content: '';
      position: absolute;
      bottom: -15px;
      width: 44px;
      height: 3px; }
  .about-main .module .module-container {
    margin-top: 80px;
    position: relative; }
  .about-main .module .swiper-control {
    margin-top: 60px; }
    .about-main .module .swiper-control button:nth-child(n+2) {
      margin-left: 30px; }
  .about-main .module .control-prev,
  .about-main .module .control-next {
    color: rgba(230, 20, 11, 0.8);
    cursor: pointer;
    font-size: 40px;
    line-height: 1em;
    -o-transition: color, 0.15s;
    -moz-transition: color, 0.15s;
    -webkit-transition: color, 0.15s;
    transition: color, 0.15s; }
    .about-main .module .control-prev:not([class*=disabled]):hover,
    .about-main .module .control-next:not([class*=disabled]):hover {
      color: #e6140b; }
    .about-main .module .control-prev[class*=disabled],
    .about-main .module .control-next[class*=disabled] {
      color: rgba(230, 20, 11, 0.4);
      cursor: not-allowed; }

.about-main .module1 .module-left {
  margin-right: 60px; }

.about-main .module1 .module-picture {
  width: 550px; }
  .about-main .module1 .module-picture img {
    width: 100%; }

.about-main .module1 .module-content {
  line-height: 26px;
  font-size: 16px;
  color: #333;
  margin-top: 35px; }

.about-main .module1 .module-list {
  margin-top: 35px; }
  .about-main .module1 .module-list .item:not(:last-child) {
    margin-right: 50px; }
  .about-main .module1 .module-list .item .item-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: solid 1px #dadada;
    font-size: 26px;
    color: #999;
    margin-right: 15px; }
  .about-main .module1 .module-list .item .item-title {
    color: #e6140b; }
    .about-main .module1 .module-list .item .item-title .item-num {
      font-size: 50px;
      line-height: 1em;
      font-weight: bold;
      letter-spacing: -2px; }
    .about-main .module1 .module-list .item .item-title .item-unit {
      font-size: 18px;
      margin-left: 5px;
      line-height: 28px; }
  .about-main .module1 .module-list .item .item-content {
    color: #333;
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px; }

.about-main .module2 {
  background: url(../images/about/img02.png); }
  .about-main .module2 .swiper-container .swiper-slide {
    padding: 0 60px;
    overflow: hidden; }
  .about-main .module2 .swiper-container .item-year {
    color: #333;
    font-size: 26px;
    line-height: 30px;
    font-weight: bold; }
  .about-main .module2 .swiper-container .item-title {
    color: #444;
    font-size: 16px;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    line-height: 26px; }
  .about-main .module2 .swiper-container .item-adorn {
    height: 12px;
    margin-top: 20px;
    position: relative; }
  .about-main .module2 .swiper-container .item-dot {
    height: 9px;
    width: 9px;
    left: 0;
    bottom: 0;
    z-index: 5;
    position: absolute;
    background: #e6140b; }
  .about-main .module2 .swiper-container .item-line {
    height: 100%;
    left: -60px;
    right: -60px;
    bottom: 0;
    z-index: 3;
    margin: auto;
    position: absolute;
    background-image: url(../images/about/img07.png); }
  .about-main .module2 .swiper-container .item-picture {
    width: 280px;
    max-width: 100%;
    margin-top: 30px; }
    .about-main .module2 .swiper-container .item-picture img {
      width: 100%; }
  .about-main .module2 .swiper-control {
    margin-top: 0; }
  .about-main .module2 .control-prev,
  .about-main .module2 .control-next {
    position: absolute;
    z-index: 10;
    top: 114px; }
  .about-main .module2 .control-prev {
    left: -40px; }
  .about-main .module2 .control-next {
    right: -40px; }

.about-main .module3 {
  background: url(../images/about/img03.png); }
  .about-main .module3 .center {
    min-height: 410px; }
  .about-main .module3 .module-container {
    margin-top: 0 !important; }
  .about-main .module3 .module-content {
    color: #fff;
    margin-top: 70px; }
    .about-main .module3 .module-content .content-title {
      font-size: 24px;
      font-weight: bold;
      line-height: 30px; }
    .about-main .module3 .module-content .content-detail {
      margin-top: 20px;
      font-size: 16px;
      line-height: 26px; }

.about-main .module4 .swiper-container {
  overflow: visible; }
  .about-main .module4 .swiper-container .swiper-slide .item {
    opacity: .4;
    -o-transition: opacity, 0.5s;
    -moz-transition: opacity, 0.5s;
    -webkit-transition: opacity, 0.5s;
    transition: opacity, 0.5s; }
  .about-main .module4 .swiper-container .swiper-slide.swiper-slide-visible .item {
    opacity: 1; }
  .about-main .module4 .swiper-container .item-picture .picture-container {
    padding-top: 61.76%; }
    .about-main .module4 .swiper-container .item-picture .picture-container img {
      width: 100%;
      max-height: none; }
  .about-main .module4 .swiper-container .item-content {
    padding: 30px 40px 35px;
    background: #f9f9f9; }
    .about-main .module4 .swiper-container .item-content .content-title {
      color: #333;
      font-size: 24px;
      font-weight: bold;
      line-height: 30px; }
    .about-main .module4 .swiper-container .item-content .content-detail {
      color: #666;
      font-size: 16px;
      line-height: 26px;
      margin-top: 20px; }

.about-main .module5 {
  background: #f6f6f6; }
  .about-main .module5 .swiper-container .swiper-slide {
    background: #fff;
    padding-bottom: 40px; }
  .about-main .module5 .swiper-container .item-picture {
    height: 320px; }
    .about-main .module5 .swiper-container .item-picture img {
      max-width: 80%;
      max-height: 80%; }
  .about-main .module5 .swiper-container .item-title {
    color: #333;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    margin-top: 10px;
    padding: 0 15px; }

.quality-main .module-supportList .support-module-title .title-desc {
  margin-top: 0 !important; }

.product-main .module1 {
  padding: 80px 0 100px; }
  .product-main .module1 .module-left {
    width: 240px;
    margin-right: 40px; }
  .product-main .module1 .slde-nav .item:nth-child(n+2) {
    border-top: 1px solid #e0e0e0; }
  .product-main .module1 .slde-nav .item .item-title {
    color: #fff;
    padding: 16px 20px;
    background: #e6140b;
    -o-transition: opacity, 0.15s;
    -moz-transition: opacity, 0.15s;
    -webkit-transition: opacity, 0.15s;
    transition: opacity, 0.15s; }
    .product-main .module1 .slde-nav .item .item-title:hover {
      opacity: 0.85; }
  .product-main .module1 .slde-nav .item .title-container .title-text {
    min-width: 100px;
    font-size: 18px;
    line-height: 24px; }
  .product-main .module1 .slde-nav .item .title-container .title-icon {
    margin-left: 5px;
    -o-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s; }
    .product-main .module1 .slde-nav .item .title-container .title-icon .iconfont {
      font-size: 16px;
      line-height: 16px; }
  .product-main .module1 .slde-nav .item .item-list {
    display: none;
    padding: 10px 0;
    background: rgba(224, 224, 224, 0.2); }
    .product-main .module1 .slde-nav .item .item-list a {
      display: block;
      color: #666;
      font-size: 14px;
      line-height: 20px;
      padding: 10px 50px;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
      .product-main .module1 .slde-nav .item .item-list a:hover, .product-main .module1 .slde-nav .item .item-list a.active {
        color: #e6140b; }
  .product-main .module1 .slde-nav .item.active .title-container .title-icon {
    -o-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg); }
  .product-main .module1 .list .item {
    width: 49%; }
    .product-main .module1 .list .item:not(:nth-child(2n-1)) {
      margin-left: 2%; }
    .product-main .module1 .list .item:nth-child(n+3) {
      margin-top: 40px; }
    .product-main .module1 .list .item .item-picture {
      height: 300px;
      background: #e0e0e0; }
      .product-main .module1 .list .item .item-picture img {
        /*max-width: 80%;*/
        /*max-height: 60%; */
            /*width: 530px;*/
    height: 300px;
          
      }
    .product-main .module1 .list .item .item-container {
      padding: 25px;
      position: relative;
      border: solid 1px #eaeff3;
      border-top: none; }
    .product-main .module1 .list .item .item-title {
      color: #333;
      font-size: 18px;
      font-weight: bold;
      line-height: 24px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
    .product-main .module1 .list .item .item-line {
      width: 80px;
      height: 2px;
      opacity: .85;
      margin-top: 20px;
      background: #e6140b;
      -o-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
    .product-main .module1 .list .item .item-content {
      max-width: 75%;
      color: #333;
      font-size: 16px;
      margin-top: 30px;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      height: 52px;
      line-height: 26px; }
    .product-main .module1 .list .item .item-link {
      position: absolute;
      right: 25px;
      bottom: 25px;
      color: #e6140b; }
      .product-main .module1 .list .item .item-link span {
        font-size: 14px;
        line-height: 20px; }
      .product-main .module1 .list .item .item-link .iconfont {
        font-size: 24px;
        line-height: 24px;
        margin-left: 5px; }
    .product-main .module1 .list .item:hover .item-title {
      color: #e6140b; }
    .product-main .module1 .list .item:hover .item-line {
      opacity: 1;
      width: 160px;
      -o-transition: all, 0.5s;
      -moz-transition: all, 0.5s;
      -webkit-transition: all, 0.5s;
      transition: all, 0.5s; }
  .product-main .module1 .page {
    margin-top: 90px; }

.productDetail-main .module {
  padding: 80px 0 100px; }
  .productDetail-main .module .center {
    width: 1300px; }

.productDetail-main .module1 {
  background: rgba(239, 239, 239, 0.3); }
  .productDetail-main .module1 .module-left {
    position: relative;
    margin-right: 60px; }
  .productDetail-main .module1 .swiper-tab {
    width: 120px;
    height: 510px;
    margin-right: 20px; }
    .productDetail-main .module1 .swiper-tab .swiper-slide {
      cursor: pointer; }
      .productDetail-main .module1 .swiper-tab .swiper-slide.active .item-picture {
        border-color: #e6140b; }
    .productDetail-main .module1 .swiper-tab .item-picture {
      background: #f4f4f4;
      border: 1px solid #f4f4f4;
      -o-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
  .productDetail-main .module1 .swiper-content {
    width: 510px;
    height: 510px;
    background: #efefef; }
  .productDetail-main .module1 .swiper-container .item-picture {
    height: 100%; }
    .productDetail-main .module1 .swiper-container .item-picture img {
      /*max-width: 80%;*/
      /*max-height: 60%; */
        
    }
  .productDetail-main .module1 .swiper-control {
    width: 110px;
    position: absolute;
    bottom: -40px;
    left: 0; }
    .productDetail-main .module1 .swiper-control button {
      color: #aaa;
      cursor: pointer;
      font-size: 30px;
      line-height: 1em;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
      .productDetail-main .module1 .swiper-control button:nth-child(n+2) {
        margin-left: 10px; }
      .productDetail-main .module1 .swiper-control button:not([class*=disabled]):hover {
        color: #e6140b; }
      .productDetail-main .module1 .swiper-control button[class*=disabled] {
        color: #ededed;
        cursor: not-allowed; }
  .productDetail-main .module1 .module-right .module-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 44px;
    color: #0059be; }
  .productDetail-main .module1 .module-right .module-desc {
    color: #666;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px; }
  .productDetail-main .module1 .module-right .module-content {
    padding-top: 40px;
    margin-top: 35px;
    color: #666;
    font-size: 16px;
    line-height: 26px;
    border-top: 3px solid #d2d0d1; }
  .productDetail-main .module1 .module-right .module-button {
    margin-top: 50px; }
    .productDetail-main .module1 .module-right .module-button .button-item {
      cursor: pointer;
      color: #666;
      height: 60px;
      padding: 0 40px;
      background: #f4f4f4;
      border: solid 1px #d2d0d1; }
      .productDetail-main .module1 .module-right .module-button .button-item:nth-child(n+2) {
        margin-left: 20px; }
      .productDetail-main .module1 .module-right .module-button .button-item.active {
        color: #fff;
        background: #e6140b;
        border-color: #e6140b;
        -o-transition: opacity, 0.15s;
        -moz-transition: opacity, 0.15s;
        -webkit-transition: opacity, 0.15s;
        transition: opacity, 0.15s; }
        .productDetail-main .module1 .module-right .module-button .button-item.active:hover {
          opacity: 0.85; }
      .productDetail-main .module1 .module-right .module-button .button-item:not(.active) {
        -o-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
        .productDetail-main .module1 .module-right .module-button .button-item:not(.active):hover {
          background: #ededed; }
      .productDetail-main .module1 .module-right .module-button .button-item .iconfont {
        font-size: 26px;
        line-height: 1em;
        margin-right: 20px; }
      .productDetail-main .module1 .module-right .module-button .button-item span {
        font-size: 18px;
        line-height: 24px; }

.productDetail-main .module2 .second-nav::after {
  width: 1300px; }

.productDetail-main .module2 .second-nav .center {
  display: block; }

.productDetail-main .module2 .module-content {
  padding-top: 60px;
  position: relative; }
  .productDetail-main .module2 .module-content .content-title {
    position: relative;
    padding-left: 20px;
    font-weight: bold;
    line-height: 24px;
    font-size: 18px;
    color: #333; }
    .productDetail-main .module2 .module-content .content-title::after {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 8px;
      height: 8px;
      background: #666; }
  .productDetail-main .module2 .module-content .content-detail {
    margin-top: 30px; }
    .productDetail-main .module2 .module-content .content-detail p {
      color: #333;
      font-size: 16px;
      line-height: 26px; }
    .productDetail-main .module2 .module-content .content-detail .list .item {
      color: #333;
      padding: 20px 0;
      font-size: 14px;
      line-height: 20px;
      border-bottom: 1px solid #dcdcdc; }
      .productDetail-main .module2 .module-content .content-detail .list .item:nth-child(n+2) {
        margin-top: 20px; }
      .productDetail-main .module2 .module-content .content-detail .list .item:hover {
        color: #e6140b; }
        .productDetail-main .module2 .module-content .content-detail .list .item:hover .item-title .iconfont {
          color: #e6140b; }
        .productDetail-main .module2 .module-content .content-detail .list .item:hover .item-download span {
          color: #e6140b; }
      .productDetail-main .module2 .module-content .content-detail .list .item .item-left {
        max-width: 40%; }
      .productDetail-main .module2 .module-content .content-detail .list .item .item-title {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 20px;
        line-height: 20px; }
        .productDetail-main .module2 .module-content .content-detail .list .item .item-title .iconfont {
          font-size: 20px;
          line-height: 1em;
          margin-right: 8px;
          color: rgba(51, 51, 51, 0.8); }
      .productDetail-main .module2 .module-content .content-detail .list .item .item-download span {
        color: #999; }
      .productDetail-main .module2 .module-content .content-detail .list .item .item-download .iconfont {
        font-size: 18px;
        line-height: 1em;
        margin-left: 8px; }

.example-main .module1 {
  padding: 80px 0 100px; }
  .example-main .module1 .module-container {
    margin-top: 80px; }
  .example-main .module1 .list .item {
    width: 32%; }
    .example-main .module1 .list .item:not(:nth-child(3n-2)) {
      margin-left: 2%; }
    .example-main .module1 .list .item:nth-child(n+4) {
      margin-top: 50px; }
    .example-main .module1 .list .item .item-picture .picture-container {
      padding-top: 50.22%; }
      .example-main .module1 .list .item .item-picture .picture-container img {
        width: 100%;
        max-height: none;
        -o-transition: all, 0.8s;
        -moz-transition: all, 0.8s;
        -webkit-transition: all, 0.8s;
        transition: all, 0.8s; }
    .example-main .module1 .list .item .item-container {
      padding-top: 25px; }
    .example-main .module1 .list .item .item-title {
      color: #333;
      font-size: 18px;
      font-weight: bold;
      line-height: 24px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
    .example-main .module1 .list .item .item-line {
      width: 80px;
      height: 2px;
      opacity: .85;
      margin-top: 20px;
      background: #e6140b;
      -o-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
    .example-main .module1 .list .item .item-content {
      color: #333;
      font-size: 16px;
      margin-top: 30px;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      height: 52px;
      line-height: 26px; }
    .example-main .module1 .list .item:hover .item-picture img {
      -o-transform: translate3d(0, 0, 0) scale(1.05);
      -moz-transform: translate3d(0, 0, 0) scale(1.05);
      -webkit-transform: translate3d(0, 0, 0) scale(1.05);
      transform: translate3d(0, 0, 0) scale(1.05); }
    .example-main .module1 .list .item:hover .item-title {
      color: #e6140b; }
    .example-main .module1 .list .item:hover .item-line {
      opacity: 1;
      width: 160px;
      -o-transition: all, 0.5s;
      -moz-transition: all, 0.5s;
      -webkit-transition: all, 0.5s;
      transition: all, 0.5s; }
  .example-main .module1 .page {
    margin-top: 90px; }

.exampleDetail-main .module1 {
  padding: 80px 0 100px; }
  .exampleDetail-main .module1 .module-content .content-title {
    color: #0059be;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal; }
  .exampleDetail-main .module1 .module-content .content-detail {
    margin-top: 40px; }
    .exampleDetail-main .module1 .module-content .content-detail h3 {
      color: #333;
      font-size: 16px;
      line-height: 26px;
      font-weight: bold; }
    .exampleDetail-main .module1 .module-content .content-detail p {
      color: #333;
      font-size: 14px;
      line-height: 24px; }

.case-main .module1 {
  padding: 80px 0 100px; }
  .case-main .module1 .module-container {
    margin-top: 80px; }
  .case-main .module1 .list .item {
    width: 18.8%; }
    .case-main .module1 .list .item:not(:nth-child(5n-4)) {
      margin-left: 1.5%; }
    .case-main .module1 .list .item:nth-child(n+6) {
      margin-top: 35px; }
    .case-main .module1 .list .item .item-picture {
      height: 140px;
      border: 1px solid rgba(220, 220, 220, 0.4);
      -o-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
      .case-main .module1 .list .item .item-picture img {
        max-width: 80%; }
    .case-main .module1 .list .item .item-title {
      color: #666;
      font-size: 14px;
      margin-top: 15px;
      line-height: 20px;
      text-align: center;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
    .case-main .module1 .list .item:hover .item-picture {
      border-color: #e6140b; }
    .case-main .module1 .list .item:hover .item-title {
      color: #e6140b; }

.security-main .module1 {
  padding-top: 80px; }
  .security-main .module1 .module-container {
    margin-top: 80px; }
  .security-main .module1 .list .item:nth-child(even) .item-picture {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  .security-main .module1 .list .item:nth-child(even) .item-content {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end; }
    .security-main .module1 .list .item:nth-child(even) .item-content .content-container {
      margin-left: 0;
      margin-right: 12.5%; }
  .security-main .module1 .list .item-picture .picture-container {
    padding-top: 48.95%; }
    .security-main .module1 .list .item-picture .picture-container img {
      width: 100%; }
  .security-main .module1 .list .item-content {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center; }
    .security-main .module1 .list .item-content .content-container {
      width: 56.25%;
      min-width: 500px;
      margin-left: 12.5%; }
    .security-main .module1 .list .item-content .content-title {
      font-size: 24px;
      line-height: 30px;
      color: #0059be; }
    .security-main .module1 .list .item-content .content-detail {
      color: #333;
      font-size: 16px;
      line-height: 26px;
      margin-top: 30px; }

.news-main .module1 {
  padding: 90px 0 100px; }
  .news-main .module1 .list .item {
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc; }
    .news-main .module1 .list .item:nth-child(n+2) {
      margin-top: 50px; }
    .news-main .module1 .list .item .item-right {
      width: 450px;
      margin-left: 90px; }
    .news-main .module1 .list .item .item-left {
      width: 0; }
    .news-main .module1 .list .item .item-picture .picture-container {
      padding-top: 62.22%; }
      .news-main .module1 .list .item .item-picture .picture-container img {
        width: 100%;
        max-height: none;
        -o-transition: all, 0.8s;
        -moz-transition: all, 0.8s;
        -webkit-transition: all, 0.8s;
        transition: all, 0.8s; }
    .news-main .module1 .list .item .item-time {
      width: 90px;
      height: 90px;
      color: #666;
      margin-right: 40px;
      background: #e4e4e4;
      position: relative;
      overflow: hidden;
      -o-transition: color, 0.3s;
      -moz-transition: color, 0.3s;
      -webkit-transition: color, 0.3s;
      transition: color, 0.3s; }
      .news-main .module1 .list .item .item-time::after {
        content: '';
        position: absolute;
        background: #e6140b;
        width: 100%;
        height: 100%;
        top: 0;
        left: -100%;
        opacity: 0;
        z-index: 5;
        -o-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
      .news-main .module1 .list .item .item-time .time-day {
        font-size: 24px;
        font-weight: bold;
        line-height: 30px;
        position: relative;
        z-index: 10; }
      .news-main .module1 .list .item .item-time .time-month {
        margin-top: 5px;
        font-size: 16px;
        line-height: 20px;
        position: relative;
        z-index: 10; }
    .news-main .module1 .list .item .item-content {
      position: relative; }
      .news-main .module1 .list .item .item-content .content-title {
        color: #333;
        font-size: 24px;
        line-height: 30px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        height: 30px;
        line-height: 30px;
        -o-transition: color, 0.15s;
        -moz-transition: color, 0.15s;
        -webkit-transition: color, 0.15s;
        transition: color, 0.15s; }
      .news-main .module1 .list .item .item-content .content-detail {
        color: #333;
        font-size: 16px;
        margin-top: 25px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 52px;
        line-height: 26px; }
      .news-main .module1 .list .item .item-content .content-link {
        position: absolute;
        bottom: -60px;
        left: 0;
        color: #999;
        font-size: 14px;
        line-height: 20px;
        -o-transition: color, 0.15s;
        -moz-transition: color, 0.15s;
        -webkit-transition: color, 0.15s;
        transition: color, 0.15s; }
        .news-main .module1 .list .item .item-content .content-link .iconfont {
          margin-left: 40px; }
    .news-main .module1 .list .item:hover .item-time {
      color: #fff; }
      .news-main .module1 .list .item:hover .item-time::after {
        left: 0;
        opacity: 1;
        -o-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -webkit-transition: all, 0.5s;
        transition: all, 0.5s; }
    .news-main .module1 .list .item:hover .item-content .content-title {
      color: #e6140b; }
    .news-main .module1 .list .item:hover .item-content .content-link {
      color: #e6140b; }
    .news-main .module1 .list .item:hover .item-picture img {
      -o-transform: translate3d(0, 0, 0) scale(1.05);
      -moz-transform: translate3d(0, 0, 0) scale(1.05);
      -webkit-transform: translate3d(0, 0, 0) scale(1.05);
      transform: translate3d(0, 0, 0) scale(1.05); }
  .news-main .module1 .page {
    margin-top: 90px; }

.newDetail-main .module1 {
  padding: 80px 0 100px; }
  .newDetail-main .module1 .center {
    width: 1100px; }
  .newDetail-main .module1 .module-content .content-title {
    color: #0059be;
    font-size: 24px;
    line-height: 36px;
    font-weight: normal; }
  .newDetail-main .module1 .module-content .content-info {
    font-size: 0;
    margin-top: 35px; }
    .newDetail-main .module1 .module-content .content-info span {
      color: #666;
      font-size: 16px;
      line-height: 26px;
      margin-right: 80px; }
  .newDetail-main .module1 .module-content .content-detail {
    margin-top: 40px; }
    .newDetail-main .module1 .module-content .content-detail p {
      color: #333;
      font-size: 16px;
      line-height: 26px; }
  .newDetail-main .module1 .module-control {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #eee; }
    .newDetail-main .module1 .module-control .prev-news,
    .newDetail-main .module1 .module-control .next-news {
      font-size: 14px;
      max-width: 80%;
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      height: 20px;
      line-height: 20px; }
      .newDetail-main .module1 .module-control .prev-news a,
      .newDetail-main .module1 .module-control .next-news a {
        -o-transition: color, 0.15s;
        -moz-transition: color, 0.15s;
        -webkit-transition: color, 0.15s;
        transition: color, 0.15s; }
        .newDetail-main .module1 .module-control .prev-news a:hover,
        .newDetail-main .module1 .module-control .next-news a:hover {
          color: #e6140b; }
    .newDetail-main .module1 .module-control .next-news {
      margin-top: 5px; }
    .newDetail-main .module1 .module-control .control-right a {
      border-radius: 44px;
      background: #e6140b;
      line-height: 44px;
      height: 44px;
      color: #fff;
      padding: 0 20px;
      -o-transition: opacity, 0.15s;
      -moz-transition: opacity, 0.15s;
      -webkit-transition: opacity, 0.15s;
      transition: opacity, 0.15s; }
      .newDetail-main .module1 .module-control .control-right a:hover {
        opacity: 0.85; }
      .newDetail-main .module1 .module-control .control-right a span {
        font-size: 14px; }
      .newDetail-main .module1 .module-control .control-right a .iconfont {
        font-size: 18px;
        margin-left: 10px; }

.problem-main .module1 {
  padding: 90px 0 100px; }
  .problem-main .module1 .list .item {
    padding: 0 35px;
    border-radius: 5px;
    background: #fafafa; }
    .problem-main .module1 .list .item:nth-child(n+2) {
      margin-top: 20px; }
    .problem-main .module1 .list .item .item-top {
      cursor: pointer;
      padding: 30px 0; }
    .problem-main .module1 .list .item .item-title {
      width: 0;
      padding-right: 100px;
      font-size: 20px;
      font-weight: bold;
      line-height: 30px;
      color: #333;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
    .problem-main .module1 .list .item .item-icon {
      width: 30px;
      height: 30px;
      text-align: center;
      border-radius: 50%;
      border: 1px solid #666;
      -o-transition: all, 0.15s;
      -moz-transition: all, 0.15s;
      -webkit-transition: all, 0.15s;
      transition: all, 0.15s; }
      .problem-main .module1 .list .item .item-icon .iconfont {
        color: #666;
        font-size: 16px;
        line-height: 28px;
        display: block; }
    .problem-main .module1 .list .item .item-content {
      color: #666;
      font-size: 16px;
      line-height: 26px;
      border-top: 1px solid #ededed;
      padding: 30px 0;
      display: none; }
    .problem-main .module1 .list .item:hover .item-title, .problem-main .module1 .list .item.active .item-title {
      color: #e6140b; }
    .problem-main .module1 .list .item:hover .item-icon, .problem-main .module1 .list .item.active .item-icon {
      background: #e6140b;
      border-color: #e6140b;
      -o-transition: all, 0.3s;
      -moz-transition: all, 0.3s;
      -webkit-transition: all, 0.3s;
      transition: all, 0.3s; }
      .problem-main .module1 .list .item:hover .item-icon .iconfont, .problem-main .module1 .list .item.active .item-icon .iconfont {
        color: #fff; }
    .problem-main .module1 .list .item.active .item-icon {
      -o-transform: rotateZ(-180deg);
      -moz-transform: rotateZ(-180deg);
      -webkit-transform: rotateZ(-180deg);
      transform: rotateZ(-180deg); }

.contact-main .module1 {
  padding: 90px 0 100px; }
  .contact-main .module1 .module-right {
    width: 460px;
    background: #e6140b; }
  .contact-main .module1 #map {
    width: 100%;
    height: 100%;
    min-height: 520px; }
    .contact-main .module1 #map img {
      max-width: none;
      max-height: none; }
  .contact-main .module1 .module-content {
    width: 100%;
    color: #fff;
    padding: 30px 40px; }
    .contact-main .module1 .module-content .content-title {
      font-size: 24px;
      font-weight: bold;
      line-height: 30px; }
    .contact-main .module1 .module-content .content-list {
      margin-top: 40px; }
      .contact-main .module1 .module-content .content-list .item {
        position: relative;
        padding-left: 35px; }
        .contact-main .module1 .module-content .content-list .item:nth-child(n+2) {
          margin-top: 15px; }
        .contact-main .module1 .module-content .content-list .item .iconfont {
          position: absolute;
          left: 0;
          top: 0;
          font-size: 20px;
          line-height: 24px; }
        .contact-main .module1 .module-content .content-list .item .item-content {
          font-size: 14px;
          line-height: 24px; }
    .contact-main .module1 .module-content .content-wechat {
      margin-top: 30px;
      padding-top: 30px;
      border-top: 1px dashed rgba(255, 255, 255, 0.2); }
      .contact-main .module1 .module-content .content-wechat .picture-container {
        width: 120px;
        height: 120px;
        background: #fff; }
      .contact-main .module1 .module-content .content-wechat .wechat-content {
        font-size: 14px;
        line-height: 24px;
        margin-left: 15px; }

.contact-main .module-form {
  position: relative;
  background: #f7f7f7; }
  .contact-main .module-form .module-title::after {
    display: none; }
  .contact-main .module-form .module-content {
    margin-top: 50px; }
  .contact-main .module-form .module-phone {
    margin-top: 50px; }
    .contact-main .module-form .module-phone .phone-list {
      margin-top: 0; }
      .contact-main .module-form .module-phone .phone-list .item {
        color: #666;
        font-size: 16px !important;
        line-height: 26px !important;
        font-weight: normal; }
        .contact-main .module-form .module-phone .phone-list .item span {
          margin-left: 20px; }
        .contact-main .module-form .module-phone .phone-list .item:nth-child(n+2) {
          margin-top: 10px; }
  .contact-main .module-form form .item-input input,
  .contact-main .module-form form .item-input textarea {
    background: #fff; }

.recruit-main .module1 {
  padding: 90px 0 100px; }
  .recruit-main .module1 .list-container {
    overflow-x: auto; }
  .recruit-main .module1 .list thead tr {
    background: #e6140b;
    height: 70px; }
  .recruit-main .module1 .list thead th {
    color: #fff;
    font-size: 20px;
    line-height: 30px; }
  .recruit-main .module1 .list tbody tr:nth-child(4n-3), .recruit-main .module1 .list tbody tr:nth-child(4n-2) {
    background: rgba(189, 193, 233, 0.1); }
  .recruit-main .module1 .list tbody tr:nth-child(odd) {
    height: 80px;
    cursor: pointer; }
    .recruit-main .module1 .list tbody tr:nth-child(odd) td {
      color: #333;
      font-size: 18px;
      line-height: 24px;
      -o-transition: color, 0.15s;
      -moz-transition: color, 0.15s;
      -webkit-transition: color, 0.15s;
      transition: color, 0.15s; }
      .recruit-main .module1 .list tbody tr:nth-child(odd) td .item-icon {
        width: 24px;
        height: 24px;
        margin: 0 auto;
        border-radius: 50%;
        border: 1px solid #666;
        -o-transition: all, 0.15s;
        -moz-transition: all, 0.15s;
        -webkit-transition: all, 0.15s;
        transition: all, 0.15s; }
        .recruit-main .module1 .list tbody tr:nth-child(odd) td .item-icon .iconfont {
          display: block;
          color: #666;
          font-size: 14px;
          line-height: 22px; }
    .recruit-main .module1 .list tbody tr:nth-child(odd):hover td, .recruit-main .module1 .list tbody tr:nth-child(odd).active td {
      color: #e6140b; }
      .recruit-main .module1 .list tbody tr:nth-child(odd):hover td .item-icon, .recruit-main .module1 .list tbody tr:nth-child(odd).active td .item-icon {
        border-color: #e6140b;
        -o-transition: all, 0.3s;
        -moz-transition: all, 0.3s;
        -webkit-transition: all, 0.3s;
        transition: all, 0.3s; }
        .recruit-main .module1 .list tbody tr:nth-child(odd):hover td .item-icon .iconfont, .recruit-main .module1 .list tbody tr:nth-child(odd).active td .item-icon .iconfont {
          color: #e6140b; }
    .recruit-main .module1 .list tbody tr:nth-child(odd).active td .item-icon {
      -o-transform: rotateZ(-180deg);
      -moz-transform: rotateZ(-180deg);
      -webkit-transform: rotateZ(-180deg);
      transform: rotateZ(-180deg); }
  .recruit-main .module1 .list tbody tr:nth-child(even) {
    text-align: left; }
    .recruit-main .module1 .list tbody tr:nth-child(even) td .item-content {
      color: #666;
      font-size: 16px;
      line-height: 26px;
      padding: 30px 70px;
      border-top: 1px solid #eaeaea;
      display: none; }

.pages-turn{width:100%;height:auto;padding-top:30px;text-align:center;position:relative;overflow:hidden; }/*分页*/
.pages-turn span{
  display:inline-block;width:44px;height:44px;line-height:31px;text-align:center;font-family:'Arial';border:1px solid #e6140b;background-color:#e6140b;line-height: 44px; border-radius: 44px;  margin: 10px;color: #ffffff;
}
.pages-turn a{display:inline-block;width:44px;height:44px;line-height:31px;color:#000000; text-align:center;font-family:'Arial';border:1px solid #f2f2f2;background-color:#FFFFFF;line-height: 44px; margin: 10px;  border-radius: 44px;}

.pages-turn a.on, .pages-turn a:hover{color:#000;border-color:#e6140b; }
.pages-turn a:first-child,
.pages-turn a:last-child{background:none;border:1px solid #cacaca;font-weight:600;}
