@charset "UTF-8";
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

.clearfix {
  *zoom: 1; }

/* logo */
.logo a {
  display: inline-block;
  width: 214px;
  height: 48px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: left; }

@media screen and (max-width: 750px) {
  .logo a {
    width: 120px;
    background-size: 120px auto; }

  .top .top-nav {
    padding: 10px; } }
/* 公共头 */
.w1200 {
  width: 1200px;
  box-sizing: border-box;
  padding: 0 15px;
  margin: 0 auto; }

.top {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; }
  .top hr {
    box-sizing: border-box;
    margin: 0;
    color: #fff;
    border-top: 1px #fff solid;
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .top .top-search {
    padding: 30px 15px 0 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    .top .top-search .ipt {
      width: 228px;
      height: 28px;
      border: 1px solid rgba(255, 255, 255, 0.7);
      filter: alpha(opacity=70);
      border-radius: 14px;
      margin-right: 52px; }
      .top .top-search .ipt input {
        color: #fff;
        width: 190px;
        height: 100%;
        padding: 0 10px;
        border: none;
        box-sizing: border-box;
        border-right: 1px solid rgba(255, 255, 255, 0.7);
        background: rgba(0, 0, 0, 0);
        vertical-align: middle; }
      .top .top-search .ipt i {
        color: #fff;
        font-weight: bold;
        margin-left: 5px;
        cursor: pointer;
        vertical-align: middle; }
    .top .top-search .lang {
      width: 88px;
      height: 28px;
      border: 1px solid rgba(255, 255, 255, 0.7);
      filter: alpha(opacity=70);
      border-radius: 14px;
      overflow: hidden;
      display: flex; }
      .top .top-search .lang span {
        height: 100%;
        width: 50%;
        color: #fff;
        text-align: center;
        line-height: 28px;
        cursor: pointer; }
        .top .top-search .lang span:hover {
          transition: background 0.2s;
          background: rgba(255, 255, 255, 0.5); }
        .top .top-search .lang span:nth-child(1) {
          border-right: 1px solid rgba(255, 255, 255, 0.7);
          box-sizing: border-box; }
        .top .top-search .lang span.active {
          background: rgba(255, 255, 255, 0.5); }
  .top .top-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    padding-bottom: 15px;
    box-sizing: border-box; }
    .top .top-nav .logo img {
      width: 208px;
      height: 56px; }
    .top .top-nav .nav {
      color: #fff;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      width: 785px;
      margin-left: 200px; }
      .top .top-nav .nav .nav-item {
        min-width: 80px;
        cursor: pointer;
        position: relative;
        margin-bottom: 10px;
        padding: 0 15px; }
        .top .top-nav .nav .nav-item.active {
          font-weight: bolder; }
          .top .top-nav .nav .nav-item.active:after {
            content: ' ';
            position: absolute;
            bottom: -28px;
            left: 0;
            width: 100%;
            height: 6px;
            border-radius: 3px;
            background: #fff; }
        .top .top-nav .nav .nav-item:hover .select {
          opacity: 1;
          visibility: visible; }
        .top .top-nav .nav .nav-item .text a {
          color: #fff; }
        .top .top-nav .nav .nav-item .text span {
          padding-top: 10px;
          display: block;
          text-align: center; }
          .top .top-nav .nav .nav-item .text span:nth-child(1) {
            font-size: 20px; }
        .top .top-nav .nav .nav-item .select {
          position: absolute;
          z-index: 3;
          font-weight: normal;
          width: 100%;
          top: 52px;
          left: 0;
          opacity: 0;
          visibility: hidden;
          font-size: 15px;
          transition: all 0.5s; }
          .top .top-nav .nav .nav-item .select_en{
            width: 240px;
          }
          
          .top .top-nav .nav .nav-item .select p {
            width: 100%;
            height: 6px;
            border-radius: 3px;
            background: #fff; }
          .top .top-nav .nav .nav-item .select ul li {
            
            line-height: 28px;
            padding: 10px 0;
            text-align: center;
            background: rgba(17, 14, 128, 0.8); }
            .top .top-nav .nav .nav-item .select_en ul li{
              text-align: left;
              padding: 10px;
             }
            .top .top-nav .nav .nav-item .select ul li.active {
              font-weight: bolder;
              /*background: #110e80; */
              background:#5f61c8;
			}
            .top .top-nav .nav .nav-item .select ul li a {
              color: #fff;
              display: inline-block;
              width: 100%;
              height: 100%; }
            .top .top-nav .nav .nav-item .select ul li:hover {
              /*background: #110e80;*/
				background:#5f61c8;
			}
      .top .top-nav .langchange{
        display: none;
        cursor: pointer;
      }
    .top .top-nav .menu {
      display: none;
      cursor: pointer; }
      .top .top-nav .menu > i {
        color: #fff;
        font-size: 50px;
        line-height: 50px; }
      .top .top-nav .menu .menu-list {
        display: none;
        padding: 50px 15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.9);
        z-index: 99; }
        .top .top-nav .menu .menu-list a {
          color: #fff; }
        .top .top-nav .menu .menu-list .menu-close {
          position: fixed;
          font-size: 30px;
          right: 15px;
          top: 15px;
          z-index: 101; }
        .top .top-nav .menu .menu-list > ul {
          text-align: center;
          font-size: 24px; }
          .top .top-nav .menu .menu-list > ul > li {
            color: #c8c8c8;
            margin-bottom: 25px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.5s; }
            .top .top-nav .menu .menu-list > ul > li.active > a {
              border-bottom: 1px #fff solid; }
            .top .top-nav .menu .menu-list > ul > li.active .menu-list-child {
              display: block; }
            .top .top-nav .menu .menu-list > ul > li .menu-list-child {
              display: none; }
              .top .top-nav .menu .menu-list > ul > li .menu-list-child li a {
                font-size: 18px; }
            .top .top-nav .menu .menu-list > ul > li a {
              color: #c8c8c8;
              display: block;
              padding: 10px 0;
              transition: all 0.5s; }

@media screen and (max-width: 1200px) {
  .w1200 {
    width: auto; }

  .top .top-search {
    display: none; }
  .top .top-nav .nav {
    display: none; }
  .top .top-nav .menu {
    display: block; }
    .top .top-nav .langchange {
      display: block; }
  }
      .bottom .introduce .introduce-item {
      text-align: center;
  
    }

@media screen and (max-width: 750px) {
  .top .top-nav {
    padding: 10px; }
    .top .top-nav .logo img {
      width: 104px;
      height: 28px; } }
/* 公共尾部 */
.bottom {
  background: #3c4150;
  font-size: 18px;
  color: #afb0b3;
  box-sizing: border-box; }
  .bottom .link {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 35px;
    border-bottom: 1px #222 solid; }
    .bottom .link .title {
      color: #fff;
      padding-top: 35px; }
    .bottom .link ul {
      margin-top: 50px;
      display: flex;
      flex-wrap: wrap;
      /* justify-content: space-between;*/ } 
      .bottom .link ul li {
        text-align: center; padding: 10px  80px 0 0px;}
        .bottom .link ul li a {
          color: #afb0b3;
          transition: color 0.2s; }
          .bottom .link ul li a:hover {
            color: #fff; }
  .bottom .introduce {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .bottom .introduce .introduce-item {
      text-align: center;
     
    }

      .bottom .introduce .introduce-item .title {
        font-size: 18px;
        color: #fff;
        width: 100%;
        height: 100px;
        line-height: 100px; }
      .bottom .introduce .introduce-item ul li {
        width: 100%;
        font-size: 16px;
        line-height: 30px; }
        .bottom .introduce .introduce-item ul li a {
          color: #afb0b3;
          transition: color 0.2s; }
          .bottom .introduce .introduce-item ul li a:hover {
            color: #fff; }
    .bottom .introduce .qr {
      flex-shrink: 0; }
      .bottom .introduce .qr .pc ul {
        display: flex; }
        .bottom .introduce .qr .pc ul li {
          position: relative;
          margin-right: 20px; }
          .bottom .introduce .qr .pc ul li:hover b {
            height: 80px;
            opacity: 1; }
          .bottom .introduce .qr .pc ul li b {
            overflow: hidden;
            width: 80px;
            height: 0px;
            opacity: 0;
            border-radius: 4px;
            background: #fff;
            box-shadow: 0 0 5px #cacaca;
            position: absolute;
            transition: opacity 0.5s; }
            .bottom .introduce .qr .pc ul li b img {
              width: 76px;
              height: 76px;
              margin: 2px; }
          .bottom .introduce .qr .pc ul li a {
            color: #fff; }
            .bottom .introduce .qr .pc ul li a:nth-child(2) i {
              font-size: 24px; }
            .bottom .introduce .qr .pc ul li a i {
              font-size: 32px;
              margin: 0 5px; }
            .bottom .introduce .qr .pc ul li a:hover {
              opacity: 0.8; }
      .bottom .introduce .qr .mobile {
        display: none; }
        .bottom .introduce .qr .mobile ul {
          width: 172px;
          overflow: hidden; }
          .bottom .introduce .qr .mobile ul li {
            width: 68px;
            height: 68px;
            margin-right: 16px;
            margin-bottom: 16px;
            float: left;
            padding: 5px;
            background: #fff;
            border-radius: 5px; }
            .bottom .introduce .qr .mobile ul li img {
              width: 100%;
              height: 100%; }
            .bottom .introduce .qr .mobile ul li:nth-child(2n) {
              margin-right: 0; }

.copyright {
  width: 100%;
  line-height: 30px;
  padding: 10px 0;
  text-align: center;
  background: #1f2534;
  font-size: 12px;
  color: #fff; }

@media screen and (max-width: 1200px) {
  .bottom .introduce .qr .pc {
    display: none; }
  .bottom .introduce .qr .mobile {
    display: block; } 


  }
  .bottom .introduce .introduce-item {
    text-align: center;
    flex: 1;
  }
  .bottom .introduce .introduce-item.company {

    flex: 2;
  }
@media screen and (max-width: 750px) {

  .bottom .link {
    padding-bottom: 20px; }
    .bottom .link .title {
      padding-top: 20px; }
    .bottom .link ul {
      margin-top: 25px; }
      .bottom .link ul li {
        width: 33.33%;
        margin-bottom: 10px; }
        .bottom .link ul li a {
          font-size: 16px; }
  .bottom .introduce {
    padding-bottom: 30px; }
    .bottom .introduce .introduce-item .title {
      height: 60px;
      line-height: 30px; }
      .bottom .introduce .introduce-item {
        flex: none; }
    .bottom .introduce .introduce-item.company {
      width: 100%;flex: none; }
      .bottom .introduce .introduce-item.company .title{
        padding-top: 30px;
      }
    .bottom .introduce .introduce-item.plan, .bottom .introduce .introduce-item.center {
      width: 50%;
      text-align: left; }
    .bottom .introduce .introduce-item.qr {
      width: 100%; }
      .bottom .introduce .introduce-item.qr .pc {
        display: none; }
      .bottom .introduce .introduce-item.qr .mobile {
        display: block; }
        .bottom .introduce .introduce-item.qr .mobile .title {
          text-align: left; }
        .bottom .introduce .introduce-item.qr .mobile ul {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .bottom .introduce .introduce-item.qr .mobile ul li {
            width: 60px;
            height: 60px;
            margin-right: 0;
            margin-bottom: 0; } }
/*公共标题样式 1*/
.title-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 190px; }
  .title-1 h2 {
    padding-left: 5px;
    letter-spacing: 4px;
    font-weight: bolder;
    height: 40px;
    border-left: 5px #000 solid;
    font-size: 40px;
    text-align: justify; }
  .title-1 span {
    width: 90%;
    text-align: justify;
    color: #ccc;
    font-size: 12px;
    margin-top: 4px; }
    .title-1 span:after {
      display: inline-block;
      width: 90%;
      content: '';
      height: 0; }

@media screen and (max-width: 750px) {
  .title-1 {
    width: 130px; }
    .title-1 h2 {
      height: 22px;
      font-size: 22px; }
    .title-1 span {
      width: 100%; }
      .title-1 span:after {
        width: 100%; } }
/*公共标题样式 2*/
.title-2 {
  display: flex;
  align-items: flex-end; }
  .title-2 h2 {
    font-weight: bolder;
    font-size: 40px; }
  .title-2 em {
    font-size: 22px;
    margin: 0 5px;
    color: #ccc; }
  .title-2 span {
    font-size: 16px;
    letter-spacing: 2px;
    color: #ccc;
    font-weight: bolder; }

@media screen and (max-width: 750px) {
  .title-2 h2 {
    font-size: 24px; }
  .title-2 em {
    font-size: 18px; }
  .title-2 span {
    font-size: 12px; } }
/*轮播图 1*/
.swiper-1 {
  position: relative;
  margin-top: 30px;
  padding: 0 32px; }
  .swiper-1 .swiper-container {
    width: 100%; }
    .swiper-1 .swiper-container .swiper-slide {
      width: 615px;
      height: 390px;
      position: relative; }
      .swiper-1 .swiper-container .swiper-slide img {
        width: 100%;
        height: 100%; }
      .swiper-1 .swiper-container .swiper-slide .btnInfo {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        padding: 25px 40px;
        box-sizing: border-box;
        line-height: 30px;
        background: linear-gradient(to right, #8e158e, #6a12b1); }
        .swiper-1 .swiper-container .swiper-slide .btnInfo h4 {
          font-size: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          width: 340px; }
        .swiper-1 .swiper-container .swiper-slide .btnInfo p {
          font-size: 16px; }
          .swiper-1 .swiper-container .swiper-slide .btnInfo p span:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            width: 340px;
            vertical-align: middle; }
          .swiper-1 .swiper-container .swiper-slide .btnInfo p span:last-child {
            float: right;
            vertical-align: middle; }
            .swiper-1 .swiper-container .swiper-slide .btnInfo p span:last-child i:last-child {
              display: inline-block;
              width: 15px;
              height: 8px;
              margin-left: 5px;
              background: url(../images/newsMore.png) no-repeat; }
  .swiper-1 .swiper-1-button-prev, .swiper-1 .swiper-1-button-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 64px;
    height: 64px;
    border-radius: 48px;
    background: rgba(150, 150, 150, 0.5);
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-size: 40px; }
    .swiper-1 .swiper-1-button-prev:hover, .swiper-1 .swiper-1-button-next:hover {
      background: linear-gradient(to right, #8e158e, #6a12b1); }
  .swiper-1 .swiper-1-button-prev {
    outline: none;
    left: 0;
    transform: translate(-10px, -32px); }
  .swiper-1 .swiper-1-button-next {
    outline: none;
    right: 0;
    transform: translate(0, -32px); }
  .swiper-1 .swiper-1-pagination {
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%); }
    .swiper-1 .swiper-1-pagination .swiper-pagination-bullet {
      margin: 0 5px;
      border-radius: 50%;
      cursor: pointer; }
      .swiper-1 .swiper-1-pagination .swiper-pagination-bullet:hover {
        background: #7802bd; }
      .swiper-1 .swiper-1-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #7515a9; }

@media screen and (max-width: 1200px) {
  .swiper-1-button-prev {
    display: none; }

  .swiper-1-button-next {
    display: none; } }
@media screen and (max-width: 750px) {
  .swiper-1 {
    padding: 0;
    margin-top: 15px; }
    .swiper-1 .swiper-container .swiper-slide {
      width: 100%;
      height: 205px; }
      .swiper-1 .swiper-container .swiper-slide .btnInfo {
        padding: 5px; }
        .swiper-1 .swiper-container .swiper-slide .btnInfo h4 {
          line-height: 16px;
          font-size: 12px; }
        .swiper-1 .swiper-container .swiper-slide .btnInfo p {
          line-height: 16px;
          font-size: 12px; }
    .swiper-1 .swiper-1-pagination {
      bottom: -20px; } }
/*轮播图 2*/
.swiper-2 {
  width: 100%;
  margin-top: 30px;
  position: relative; }
  .swiper-2 .swiper-container {
    width: 100%;
    padding: 10px 0;
    /*为了做阴影效果*/ }
  .swiper-2 .swiper-slide {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center; }
    .swiper-2 .swiper-slide > a {
      overflow: hidden;
      display: inline-block;
      width: 370px;
      box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease; }
      .swiper-2 .swiper-slide > a:hover {
        box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.2); }
        .swiper-2 .swiper-slide > a:hover .text span {
          color: #8a1fb2; }
          .swiper-2 .swiper-slide > a:hover .text span i {
            color: #8a1fb2;
            border-color: #8a1fb2; }
        .swiper-2 .swiper-slide > a:hover .img img {
          min-width: 110%;
          min-height: 110%; }
      .swiper-2 .swiper-slide > a .img {
        width: 100%;
        height: 285px;
        overflow: hidden;
        position: relative; }
        .swiper-2 .swiper-slide > a .img img {
          min-width: 100%;
          min-height: 100%;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          transition: all 0.3s ease; }
        .swiper-2 .swiper-slide > a .img span {
          letter-spacing: 2px;
          font-size: 21px;
          font-weight: bold;
          padding: 0 25px;
          box-sizing: border-box;
          position: absolute;
          bottom: 0;
          left: 0;
          display: inline-block;
          width: 100%;
          height: 50px;
          line-height: 50px;
          color: #fff;
          background: rgba(0, 0, 0, 0.7); }
      .swiper-2 .swiper-slide > a .text {
        height: 110px;
        background: #fff;
        padding: 15px 25px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 26px; }
        .swiper-2 .swiper-slide > a .text p {
          font-size: 16px;
          letter-spacing: 0.1em;
          color: #666;
          text-overflow: -o-ellipsis-lastline;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical; }
        .swiper-2 .swiper-slide > a .text span {
          color: #666;
          display: flex;
          align-items: center;
          float: right;
          transition: all 0.3s ease; }
          .swiper-2 .swiper-slide > a .text span i {
            color: #666;
            display: inline-block;
            font-size: 14px;
            margin-left: 10px;
            width: 24px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            border: 1px #999 solid;
            border-radius: 12px;
            transition: all 0.3s ease; }
  .swiper-2 .swiper-2-button-prev, .swiper-2 .swiper-2-button-next {
    position: absolute;
    top: 50%;
    z-index: 3;
    width: 64px;
    height: 64px;
    border-radius: 48px;
    background: rgba(150, 150, 150, 0.5);
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-size: 40px;
    outline: none;
    opacity: 1;
    cursor: pointer; }
    .swiper-2 .swiper-2-button-prev:hover, .swiper-2 .swiper-2-button-next:hover {
      background: linear-gradient(to right, #8e158e, #6a12b1); }
  .swiper-2 .swiper-2-button-prev {
    left: -80px;
    transform: translate(0, -32px); }
  .swiper-2 .swiper-2-button-next {
    right: -80px;
    transform: translate(0, -32px); }
  .swiper-2 .swiper-2-pagination {
    display: none;
    position: absolute;
    left: 50%;
    bottom: -40px;
    transform: translateX(-50%); }
    .swiper-2 .swiper-2-pagination .swiper-pagination-bullet {
      margin: 0 5px;
      border-radius: 50%;
      cursor: pointer; }
      .swiper-2 .swiper-2-pagination .swiper-pagination-bullet:hover {
        background: #7802bd; }
      .swiper-2 .swiper-2-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #7515a9; }

@media screen and (max-width: 1360px) {
  .swiper-2 .swiper-2-button-prev {
    left: 20px; }
  .swiper-2 .swiper-2-button-next {
    right: 20px; } }
@media screen and (max-width: 1200px) {
  .swiper-2 .swiper-slide > a {
    width: 285px; } }
@media screen and (max-width: 900px) {
  .swiper-2 .swiper-slide > a {
    width: 380px; } }
@media screen and (max-width: 750px) {
  .swiper-2 .swiper-slide > a {
    box-shadow: none; }
  .swiper-2 .swiper-2-button-prev, .swiper-2 .swiper-2-button-next {
    display: none; }
  .swiper-2 .swiper-2-pagination {
    width: 100%;
    display: block;
    bottom: -20px; } }
/* 轮播图 3 */
.swiper-3-pc {
  position: relative;
  padding-bottom: 60px; }
  .swiper-3-pc .swiper-wrapper .swiper-slide {
    width: 1170px; }
    .swiper-3-pc .swiper-wrapper .swiper-slide.swiper-slide-active .cont-box {
      display: block; }
    .swiper-3-pc .swiper-wrapper .swiper-slide.swiper-slide-active .mix:after {
      display: none; }
    .swiper-3-pc .swiper-wrapper .swiper-slide.swiper-slide-active .item:after {
      display: none; }
    .swiper-3-pc .swiper-wrapper .swiper-slide img {
      vertical-align: top;
      width: 100%; }
    .swiper-3-pc .swiper-wrapper .swiper-slide .mix {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .swiper-3-pc .swiper-wrapper .swiper-slide .mix:after {
        content: " ";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
      .swiper-3-pc .swiper-wrapper .swiper-slide .mix .item {
        width: 48%;
        height: 360px;
        overflow: hidden;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        transition: all 0.3s ease; }
        .swiper-3-pc .swiper-wrapper .swiper-slide .mix .item:hover {
          background-size: 110% 110%; }
        .swiper-3-pc .swiper-wrapper .swiper-slide .mix .item:after {
          content: " ";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background: rgba(255, 255, 255, 0.7); }
    .swiper-3-pc .swiper-wrapper .swiper-slide .cont-box {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.63);
      color: #fff;
      padding: 15px; }
      .swiper-3-pc .swiper-wrapper .swiper-slide .cont-box h4 {
        font-size: 16px;
        margin-bottom: 15px;
        width: 95%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; }
      .swiper-3-pc .swiper-wrapper .swiper-slide .cont-box p {
        font-size: 12px; }
        .swiper-3-pc .swiper-wrapper .swiper-slide .cont-box p::after {
          content: " ";
          display: block;
          position: absolute;
          width: 14px;
          height: 12px;
          background: url(../images/center/readmore.png) 50% 50% no-repeat;
          -webkit-transform: scale(0.7);
          transform: scale(0.7);
          right: 20px;
          bottom: 10px; }
  .swiper-3-pc .swiper-button-prev, .swiper-3-pc .swiper-button-next {
    left: 50% !important;
    width: 64px;
    height: 64px;
    border-radius: 48px;
    background: rgba(150, 150, 150, 0.5);
    text-align: center;
    line-height: 64px;
    color: #fff;
    font-size: 40px; }
    .swiper-3-pc .swiper-button-prev:hover, .swiper-3-pc .swiper-button-next:hover {
      background: linear-gradient(to right, #8e158e, #6a12b1); }
  .swiper-3-pc .swiper-button-prev {
    outline: none;
    transform: translate(-615px, -40px); }
  .swiper-3-pc .swiper-button-next {
    outline: none;
    transform: translate(550px, -40px); }
  .swiper-3-pc .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    .swiper-3-pc .swiper-pagination .swiper-pagination-bullet {
      margin: 0 6px;
      border-radius: 50%;
      cursor: pointer; }
      .swiper-3-pc .swiper-pagination .swiper-pagination-bullet:hover {
        background: #7802bd; }
      .swiper-3-pc .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #7515a9; }

.swiper-3-mobile {
  position: relative;
  padding-bottom: 30px; }
  .swiper-3-mobile .swiper-wrapper .swiper-slide {
    width: 50%; }
    .swiper-3-mobile .swiper-wrapper .swiper-slide.swiper-slide-active .cont-box {
      display: block; }
    .swiper-3-mobile .swiper-wrapper .swiper-slide.swiper-slide-active .item:after {
      display: none; }
    .swiper-3-mobile .swiper-wrapper .swiper-slide img {
      vertical-align: top;
      width: 100%; }
    .swiper-3-mobile .swiper-wrapper .swiper-slide .mix {
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: center; }
      .swiper-3-mobile .swiper-wrapper .swiper-slide .mix .item {
        width: 100%;
        position: relative; }
        .swiper-3-mobile .swiper-wrapper .swiper-slide .mix .item:after {
          content: " ";
          position: absolute;
          left: 0;
          right: 0;
          top: 0;
          bottom: 0;
          background: rgba(255, 255, 255, 0.7); }
    .swiper-3-mobile .swiper-wrapper .swiper-slide .cont-box {
      display: none;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.63);
      color: #fff;
      padding: 15px; }
      .swiper-3-mobile .swiper-wrapper .swiper-slide .cont-box h4 {
        font-size: 16px;
        margin-bottom: 15px; }
      .swiper-3-mobile .swiper-wrapper .swiper-slide .cont-box p {
        font-size: 12px; }
        .swiper-3-mobile .swiper-wrapper .swiper-slide .cont-box p::after {
          content: " ";
          display: block;
          position: absolute;
          width: 14px;
          height: 12px;
          background: url(../images/center/readmore.png) 50% 50% no-repeat;
          -webkit-transform: scale(0.7);
          transform: scale(0.7);
          right: 20px;
          bottom: 10px; }
  .swiper-3-mobile .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    .swiper-3-mobile .swiper-pagination .swiper-pagination-bullet {
      margin: 0 6px;
      border-radius: 50%;
      cursor: pointer; }
      .swiper-3-mobile .swiper-pagination .swiper-pagination-bullet:hover {
        background: #7802bd; }
      .swiper-3-mobile .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #7515a9; }

.swiper-3-mobile {
  display: none; }

@media screen and (max-width: 1200px) {
  .swiper-3-pc {
    display: none; }

  .swiper-3-mobile {
    display: block; }
    .swiper-3-mobile .swiper-wrapper .swiper-slide {
      width: 50%; } }
@media screen and (max-width: 750px) {
  .swiper-3-mobile .swiper-wrapper .swiper-slide {
    width: 80%; } }
/* swiper-4 */
.swiper-4 {
  width: 100%;
  position: relative; }
  .swiper-4 .swiper-slide {
    width: 100%;
    height: 505px;
    border-radius: 10px;
    overflow: hidden; }
    .swiper-4 .swiper-slide a {
      width: 100%;
      height: 100%;
      display: inline-block;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
  .swiper-4 .swiper-4-button-prev, .swiper-4 .swiper-4-button-next {
    position: absolute;
    width: 45px;
    height: 115px;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    color: #fff;
    font-size: 40px;
    top: 50%;
    outline: none;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    display: flex;
    align-items: center; }
  .swiper-4 .swiper-4-button-prev {
    left: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }
  .swiper-4 .swiper-4-button-next {
    right: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .swiper-4 .swiper-4-pagination {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%); }
    .swiper-4 .swiper-4-pagination .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      margin: 0 5px;
      border-radius: 50%;
      cursor: pointer;
      background: none;
      border: 1px #fff solid;
      opacity: 1; }
      .swiper-4 .swiper-4-pagination .swiper-pagination-bullet:hover {
        background: #fff; }
      .swiper-4 .swiper-4-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #fff; }

@media screen and (max-width: 1200px) {
  .swiper-4 .swiper-slide {
    height: 400px; }
  .swiper-4 .swiper-4-button-prev, .swiper-4 .swiper-4-button-next {
    display: none; } }
@media screen and (max-width: 750px) {
  .swiper-4 .swiper-slide {
    height: 260px; } }
/* 新闻列表 */
.news-list {
  box-sizing: border-box; }
  .news-list li {
    width: 100%;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    align-items: center;
    background: none;
    transition: background 0.5s ease; }
    .news-list li a {
      display: flex; }
    .news-list li .image {
      width: 357px;
      flex-shrink: 0;
      height: 180px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      margin-right: 40px; }
    .news-list li .content {
      flex-grow: 1;
      position: relative; }
      .news-list li .content .title {
        width: 80%;
        font-size: 22px;
        color: #342c34;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
      .news-list li .content .desc {
        margin: 35px 0;
        width: 100%;
        font-size: 16px;
        line-height: 26px;
        color: #666666;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden; }
      .news-list li .content .time {
        color: #999999; }
        .news-list li .content .time .btn {
          float: right;
          color: #999;
          width: 110px;
          height: 36px;
          border-radius: 18px;
          text-align: center;
          line-height: 36px;
          border: 1px #999 solid;
          opacity: 0;
          transition: all 0.5s ease; }
          .news-list li .content .time .btn:hover {
            color: #9b009b;
            border: 1px #9b009b solid; }
      .news-list li .content .more {
        position: absolute;
        right: 0px;
        font-size: 30px;
        color: #cacaca;
        opacity: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 17px;
        height: 30px;
        transition: all 0.5s ease; }
    .news-list li:hover {
      background: #f1f1f1; }
      .news-list li:hover .more {
        opacity: 1; }
      .news-list li:hover .time .btn {
        opacity: 1; }

@media screen and (max-width: 1200px) {
  .news-list li .content .more {
    right: 0; } }
@media screen and (max-width: 750px) {
  .news-list li {
    padding: 15px;
    padding-bottom: 0px; }
    .news-list li a {
      flex-direction: column; }
    .news-list li .image {
      width: 100%;
      margin-right: 0; }
    .news-list li .content .title {
      margin-top: 10px;
      font-size: 20px;
      height: 20px; }
    .news-list li .content .desc {
      margin: 5px 0; }
    .news-list li .content .time .btn {
      display: none; }
    .news-list li .content .more {
      display: none; } }
/* 解决方案 */
.industry-list {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  .industry-list li {
    position: relative;
    width: 25%;
    height: 300px; }
    .industry-list li:after {
      content: '';
      position: absolute;
      top: 20px;
      right: 0;
      background: #cacaca;
      width: 1px;
      height: 160px; }
    .industry-list li:last-child:after {
      display: none; }
    .industry-list li .icon {
      width: 100%;
      height: 225px;
      margin: 0 auto;
      position: relative; }
      .industry-list li .icon .state1, .industry-list li .icon .state2 {
        position: absolute;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center center; }
    .industry-list li .text {
      width: 100%;
      height: 80px;
      margin: 0 auto; }
      .industry-list li .text .text1, .industry-list li .text .text2 {
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center; }
    .industry-list li.il1 .state1 {
      background-image: url(../images/industry/01/icon.png); }
    .industry-list li.il1 .state2 {
      background-image: url(../images/industry/01/c_icon.png);
      display: none; }
    .industry-list li.il1 .text1 {
      background-image: url(../images/industry/01/text2.png); }
    .industry-list li.il1 .text2 {
      background-image: url(../images/industry/01/c_text2.png);
      display: none; }
    .industry-list li.il1:hover .text1 {
      display: none; }
    .industry-list li.il1:hover .text2 {
      display: block; }
    .industry-list li.il2 .state1 {
      background-image: url(../images/industry/02/icon.png); }
    .industry-list li.il2 .state2 {
      background-image: url(../images/industry/02/c_icon.png);
      display: none; }
    .industry-list li.il2 .text1 {
      background-image: url(../images/industry/02/text.png); }
    .industry-list li.il2 .text2 {
      background-image: url(../images/industry/02/c_text.png);
      display: none; }
    .industry-list li.il2:hover .text1 {
      display: none; }
    .industry-list li.il2:hover .text2 {
      display: block; }
    .industry-list li.il3 .state1 {
      background-image: url(../images/industry/03/icon.png); }
    .industry-list li.il3 .state2 {
      background-image: url(../images/industry/03/c_icon.png);
      display: none; }
    .industry-list li.il3 .text1 {
      background-image: url(../images/industry/03/text.png); }
    .industry-list li.il3 .text2 {
      background-image: url(../images/industry/03/c_text.png);
      display: none; }
    .industry-list li.il3:hover .text1 {
      display: none; }
    .industry-list li.il3:hover .text2 {
      display: block; }
    .industry-list li.il4 .state1 {
      background-image: url(../images/industry/04/icon.png); }
    .industry-list li.il4 .state2 {
      background-image: url(../images/industry/04/c_icon.png);
      display: none; }
    .industry-list li.il4 .text1 {
      background-image: url(../images/industry/04/text2.png); }
    .industry-list li.il4 .text2 {
      background-image: url(../images/industry/04/c_text2.png);
      display: none; }
    .industry-list li.il4:hover .text1 {
      display: none; }
    .industry-list li.il4:hover .text2 {
      display: block; }
    .industry-list li.il5 .state1 {
      background-image: url(../images/industry/05/icon.png); }
    .industry-list li.il5 .state2 {
      background-image: url(../images/industry/05/c_icon.png);
      display: none; }
    .industry-list li.il5 .text1 {
      background-image: url(../images/industry/05/text.png); }
    .industry-list li.il5 .text2 {
      background-image: url(../images/industry/05/c_text.png);
      display: none; }
    .industry-list li.il5:hover .text1 {
      display: none; }
    .industry-list li.il5:hover .text2 {
      display: block; }

@media screen and (max-width: 920px) {
  .industry-list li {
    width: 50%; }
    .industry-list li:after {
      content: none; }
    .industry-list li .icon .state1, .industry-list li .icon .state2 {
      background-size: 50%; }
    .industry-list li .text .text1, .industry-list li .text .text2 {
      background-size: 50%; }
    .industry-list li.il1:hover .text1, .industry-list li.il2:hover .text1, .industry-list li.il3:hover .text1, .industry-list li.il4:hover .text1, .industry-list li.il5:hover .text1 {
      display: block !important; }
    .industry-list li.il1:hover .text2, .industry-list li.il2:hover .text2, .industry-list li.il3:hover .text2, .industry-list li.il4:hover .text2, .industry-list li.il5:hover .text2 {
      display: none !important; } }
@media screen and (max-width: 750px) {
  .industry-list li {
    height: 150px;
    width: 50%; }
    .industry-list li .icon {
      height: 100px; }
      .industry-list li .icon .state1, .industry-list li .icon .state2 {
        background-size: 60%; }
    .industry-list li .text {
      height: 40px; }
      .industry-list li .text .text1, .industry-list li .text .text2 {
        background-size: 60%; } }
/* 分页 */
.pages {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 60px; }
  .pages .iconfont {
    margin-right: 10px;
    cursor: pointer; }
  .pages .page-number {
    margin-left: 20px; }
  .pages ul {
    display: flex;
    align-items: center; }
    .pages ul li {
      cursor: pointer;
      margin-right: 10px;
      width: 32px;
      height: 32px;
      text-align: center;
      line-height: 32px;
      border-radius: 16px;
      transition: all 0.5s ease; }
      .pages ul li:hover {
        background: #f1f1f1; }
      .pages ul li.active {
        border-radius: 16px;
        color: #fff;
        background: linear-gradient(to right, #b200ae, #8805af); }
      .pages ul li.first {
        width: 12px;
        height: 19px;
        background: url(../image/first.png) no-repeat; }
      .pages ul li.left {
        width: 11px;
        height: 18px;
        background: url(../image/left.png) no-repeat; }
      .pages ul li.last {
        width: 12px;
        height: 19px;
        background: url(../image/last.png) no-repeat; }
      .pages ul li.right {
        width: 11px;
        height: 18px;
        background: url(../image/right.png) no-repeat; }

@media screen and (max-width: 750px) {
  .pages {
    justify-content: center; }
    .pages ul li {
      margin-right: 0; }
    .pages .page-number {
      display: none; } }

/*# sourceMappingURL=common.css.map */
