.header {
  height: 147px;
  width: 100%; }
  .header .header-top {
    height: 44px;
    border-bottom: 1px solid #eaedec;
    width: 100%;
    background-color: #f5f5f5; }
    .header .header-top .header-welcome {
      font-size: 12px;
      line-height: 44px;
      color: #868585;
      width: 375px;
      height: 44px; }
    .header .header-top .header-email {
      width: 215px;
      height: 24px;
      margin-top: 9px;
      line-height: 24px;
      background: url(../image/header-email.png) 180px center no-repeat;
      text-indent: 40px;
      border-left: 1px solid #dadada;
      border-right: 1px solid #dadada; }
    .header .header-top .header-lang {
      height: 32px;
      margin-top: 6px;
      width: 128px;
      position: relative;
      z-index: 900; }
      .header .header-top .header-lang ul {
        position: absolute;
        top: 0;
        left: 0;
        width: 126px;
        height: 30px;
        border: 1px solid #d2cfce;
        border-radius: 5px;
        transition: all 0.3s ease;
        background-color: #fff;
        overflow: hidden; }
        .header .header-top .header-lang ul li {
          overflow: hidden; }
          .header .header-top .header-lang ul li a {
            display: block;
            font-size: 16px;
            line-height: 30px;
            color: #646464;
            text-align: center;
            width: 130px;
            height: 30px;
            transition: all 0.1s ease; }
            .header .header-top .header-lang ul li a:hover {
              color: #0e49bb;
              font-weight: bold; }
          .header .header-top .header-lang ul li .ac {
            background: url(../image/header-lang.png) 92px center no-repeat; }
        .header .header-top .header-lang ul:hover {
          height: 90px; }
    .header .header-top .header-icon {
      width: 120px;
      height: 27px;
      margin: 8px 34px 0 0; }
      .header .header-top .header-icon a {
        display: block;
        width: 27px;
        height: 27px;
        margin-right: 12px;
        float: left; }
      .header .header-top .header-icon .header-facebook {
        background: url(../image/header-facebook.png) center center no-repeat; }
      .header .header-top .header-icon .header-twitter {
        background: url(../image/header-twitter.png) center center no-repeat; }
      .header .header-top .header-icon .header-linkedin {
        background: url(../image/header-whatsapp.png) center center no-repeat;background-size: cover;
    background-position-x: -6px;
    background-position-y: 3px;}
  .header .header-bot {
    height: 99px;
    border-bottom: 3px solid #0a2199; }
    .header .header-bot .header-logo {
          width: 236px;
    height: 75px;
    background: url(../image/logo.jpg) center center no-repeat;
    background-size: contain;
    order:5; }
    .header .header-bot .header-nav {
      height: 42px;
      margin-top: 56px; }
      .header .header-bot .header-nav .li {
        float: left;
        padding: 0 20px;
        height: 42px;
        position: relative;
        z-index: 999; }
        .header .header-bot .header-nav .li:after {
          content: "";
          width: 14px;
          height: 7px;
          position: absolute;
          background: url(../image/header-nav.png) center center no-repeat;
          left: 50%;
          margin-left: -7px;
          bottom: -7px;
          transition: all 0.3s ease;
          opacity: 0;
          filter: alpha(opacity=0);
          height: 0; }
        .header .header-bot .header-nav .li .a {
          font-size: 12px;
          color: #686868;
          font-weight: bold;
          transition: all 0.3s ease;
          display: block;
          height: 42px; }
        .header .header-bot .header-nav .li:hover a {
          color: #021182; }
        .header .header-bot .header-nav .li:hover:after {
          bottom: 0;
          opacity: 1;
          height: 7px; }
      .header .header-bot .header-nav .nav-about .dropdown-box {
        width: 130px;
        height: 0;
        position: absolute;
        z-index: 999;
        cursor: pointer;
        background-color: #e6e6e6;
        overflow: hidden;
        transition: all 0.5s ease; }
        .header .header-bot .header-nav .nav-about .dropdown-box li {
          width: 100%;
          height: 40px; }
          .header .header-bot .header-nav .nav-about .dropdown-box li a {
            display: block;
            font-size: 16px;
            line-height: 40px;
            color: #000;
            text-align: center;
            width: 100%;
            height: 100%;
            text-align: center;
            padding-left: 30px; }
          .header .header-bot .header-nav .nav-about .dropdown-box li:hover {
            background-color: #2742BF; }
            .header .header-bot .header-nav .nav-about .dropdown-box li:hover a {
              color: #fff; }
      .header .header-bot .header-nav .nav-about:hover ul {
        height: 280px; }

#banner {
  height: 670px;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  #banner ul {
    height: 670px;
    width: auto;
    position: absolute;
    left: 0; }
    #banner ul li {
      float: left;
      height: 670px; }
      #banner ul li.banner1 {
        background: url(../image/banner11.jpg) center center no-repeat; }
      #banner ul li.banner2 {
        background: url(../image/banner21.jpg) center center no-repeat; }
      #banner ul li.banner3 {
        background: url(../image/banner31.jpg) center center no-repeat; }
      #banner ul li.banner4 {
        background: url(../image/banner41.jpg) center center no-repeat; }
      #banner ul li a {
        display: block;
        width: 100%;
        height: 100%; }
  #banner .ban-btn {
    width: 49px;
    height: 73px;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    cursor: pointer;
    display: none; }
  #banner .ban-lbtn {
    left: 60px;
    background: url(../image/ban-lbtn.png) center center no-repeat; }
  #banner .ban-rbtn {
    right: 60px;
    background: url(../image/ban-rbtn.png) center center no-repeat; }
  #banner:hover .ban-btn {
    display: block; }

.iPro {
  height: 732px;
  background: url(../image/iPro-bg.jpg) center center no-repeat;
  overflow: hidden; }
  .iPro .iPro-top {
    overflow: hidden;
    margin: 92px auto 0;
    text-align: center; }
    .iPro .iPro-top span {
      font-size: 30px; }
    .iPro .iPro-top .sp1 {
      color: #0f2fbb; }
    .iPro .iPro-top .sp2 {
      color: #858585; }
  .iPro .iPro-link {
    width: 37px;
    height: 18px;
    position: relative;
    overflow: hidden;
    margin: 10px auto 0; }
    .iPro .iPro-link a {
      position: absolute;
      display: block;
      left: 0;
      transition: all 0.2s ease;
      width: 37px;
      height: 18px; }
    .iPro .iPro-link .a {
      top: 0; }
    .iPro .iPro-link .b {
      top: 18px; }
    .iPro .iPro-link:hover .a {
      top: -18px; }
    .iPro .iPro-link:hover .b {
      top: 0; }
    .iPro .iPro-link .a {
      background: url(../image/iPro-link1.png); }
    .iPro .iPro-link .b {
      background: url(../image/iPro-link2.png); }
  .iPro .poster-main {
    position: relative;
    width: 1100px;
    height: 412px;
    margin-top: 25px; }
    .iPro .poster-main a, .iPro .poster-main img {
      display: block; }
    .iPro .poster-main .poster-list {
      width: 1100px;
      height: 412px; }
      .iPro .poster-main .poster-list .poster-item {
        position: absolute;
        left: 0;
        top: 0; }
        .iPro .poster-main .poster-list .poster-item div {
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: #000;
          z-index: 20;
          opacity: 0.5;
          filter: alpha(opacity=70);
          display: none; }
    .iPro .poster-main .poster-btn {
      position: absolute;
      top: 0;
      width: 20px;
      height: 275px;
      z-index: 10;
      cursor: pointer;
      opacity: 0.5; }
    .iPro .poster-main .poster-prev-btn {
      left: 0;
      opacity: 0.5; }
    .iPro .poster-main .poster-next-btn {
      right: 0;
      opacity: 0.5; }
  .iPro .iPro-nav {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    width: 1098px;
    height: 70px; }
    .iPro .iPro-nav .iPro-nav-box {
      overflow: hidden;
      position: absolute;
      left: 0; }
      .iPro .iPro-nav .iPro-nav-box a {
        overflow: hidden;
        float: left;
        width: 366px;
        text-align: center;
        position: relative; }
        .iPro .iPro-nav .iPro-nav-box a span {
          font-size: 14px;
          display: block;
          line-height: 35px;
          transition: all 0.3s ease; }
        .iPro .iPro-nav .iPro-nav-box a .sp1 {
          color: #010101; }
        .iPro .iPro-nav .iPro-nav-box a .sp2 {
          color: #989898; }
        .iPro .iPro-nav .iPro-nav-box a .line {
          width: 33px;
          height: 7px;
          background: url(../image/iPro-line.png) center center no-repeat;
          position: absolute;
          left: 50%;
          margin-left: -16px;
          top: 49px;
          transition: all 0.3s ease;
          opacity: 0;
          filter: alpha(opacity=0); }
        .iPro .iPro-nav .iPro-nav-box a:hover .sp1 {
          color: #0f2fbb;
          font-weight: bold; }
        .iPro .iPro-nav .iPro-nav-box a:hover .sp2 {
          color: #1439db; }

.iAQ.W1920 {
  height: 600px;
  overflow: hidden;
  padding-top: 67px;
  width: 100%; }
  .iAQ.W1920 .iAQ-wrap {
    width: 1700px;
    margin: 0 auto; }
    .iAQ.W1920 .iAQ-wrap .iAbout {
      width: 826px;
      overflow: hidden; }
      .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-top {
        overflow: hidden; }
        .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-top span {
          font-size: 30px; }
        .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-top .sp1 {
          color: #0f2fbb; }
        .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-top .sp2 {
          color: #858585; }
      .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con {
        margin-top: 33px; }
        .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li {
          width: 375px;
          height: 241px;
          float: left;
          margin-right: 74px; }
          .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li.mr0 {
            margin-right: 0; }
          .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top {
            width: 375px;
            height: 186px;
            position: relative;
            display: block;
            border-radius: 8px;
            overflow: hidden; }
            .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top img {
              width: 100%;
              height: 100%;
              transition: all 0.3s ease; }
            .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top span {
              position: absolute;
              display: block;
              width: 100%;
              height: 40px;
              line-height: 40px;
              display: block;
              font-size: 18px;
              line-height: 40px;
              color: #fff;
              text-align: center;
              width: 100%;
              height: 40px;
              z-index: 999;
              background-color: rgba(0, 0, 0, 0.5);
              bottom: 0;
              background-color: #000 \9;
              text-indent: 24px;
              transition: all 0.3s ease; }
            .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top .iNews-t {
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.5);
              transition: all 0.3s ease;
              z-index: 888; }
              .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top .iNews-t .p1 {
                color: #fff;
                font-size: 18px;
                margin-top: 60px;
                text-align: center; }
              .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top .iNews-t .p2 {
                color: #fff;
                font-size: 14px;
                margin: 13px 0;
                text-align: center; }
          .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li .link {
            width: 100%;
            height: 55px;
            position: relative; }
            .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li .link span {
              display: block;
              font-size: 14px;
              line-height: 55px;
              color: #000;
              text-align: center;
              width: 100%;
              height: 55px;
              text-indent: 72px;
              transition: all 0.3s ease; }
          .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li:hover .iAbout-con-top img {
            transform: scale(1.1); }
          .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li:hover .iAbout-con-top span {
            background-color: rgba(0, 0, 0, 0.7); }
          .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li:hover .iAbout-con-top .iNews-t {
            background-color: rgba(0, 0, 0, 0.7); }
          .iAQ.W1920 .iAQ-wrap .iAbout .iAbout-con li:hover .link span {
            color: #1439db; }
    .iAQ.W1920 .iAQ-wrap .iQuality {
      width: 718px;
      overflow: hidden; }
      .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-top {
        overflow: hidden; }
        .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-top span {
          font-size: 30px; }
        .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-top .sp1 {
          color: #0f2fbb; }
        .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-top .sp2 {
          color: #858585; }
      .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con {
        margin-top: 33px; }
        .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic {
          width: 559px; }
          .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img {
            overflow: hidden;
            width: 559px;
            height: 340px;
            position: relative; }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img .block {
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0);
              z-index: 800;
              transition: all 0.35s ease; }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:after {
              content: "";
              position: absolute;
              right: 20px;
              left: 20px;
              top: 20px;
              bottom: 20px;
              border-bottom: 1px solid #fff;
              z-index: 900;
              border-top: 1px solid #fff;
              transition: all 0.35s ease;
              transform: scale(0, 1);
              opacity: 0; }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:before {
              content: "";
              position: absolute;
              right: 20px;
              left: 20px;
              top: 20px;
              bottom: 20px;
              border-right: 1px solid #fff;
              z-index: 900;
              border-left: 1px solid #fff;
              transition: all 0.35s ease;
              transform: scale(1, 0);
              opacity: 0; }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img img {
              display: block;
              width: 559px;
              height: 340px; }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover {
              overflow: hidden;
              width: 559px;
              height: 340px;
              position: relative; }
              .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover .block {
                background-color: rgba(0, 0, 0, 0.4); }
              .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover:after {
                transform: scale(1);
                opacity: 1; }
              .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover:before {
                transform: scale(1);
                opacity: 1; }
          .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic p {
            display: block;
            font-size: 14px;
            color: #7c7c7c;
            margin-top: 20px; }
          .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link {
            width: 100px;
            height: 20px;
            position: relative;
            margin-top: 55px;
            display: block; }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link span {
              display: block;
              font-size: 14px;
              line-height: 20px;
              color: #000;
              text-align: center;
              width: 100%;
              height: 20px;
              text-align: left;
              text-indent: 22px;
              transition: all 0.3s ease; }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link .line {
              width: 33px;
              height: 7px;
              background: url(../image/iPro-line.png) center center no-repeat;
              position: absolute;
              left: 0;
              margin-left: 30px;
              transition: all 0.3s ease;
              opacity: 0;
              filter: alpha(opacity=0);
              transition: all 0.3s ease;
              top: 7px; }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link:hover span {
              text-indent: 0px;
              color: #1439db; }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link:hover .line {
              margin-left: 70px;
              opacity: 1;
              filter: alpha(opacity=100); }
        .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav {
          width: 110px;
          overflow: hidden; }
          .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li {
            margin-bottom: 30px;
            width: 100%;
            height: 114px; }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block {
              width: 60px;
              height: 60px;
              border-radius: 50%;
              margin: 0 auto 5px;
              transition: all 0.5s ease; }
              .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block.a {
                background: #d8a761 url(../image/iQuality-list1.png) center center no-repeat; }
              .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block.b {
                background: #6e94b5 url(../image/iQuality-list2.png) center center no-repeat; }
              .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block.c {
                background: #5dc06b url(../image/iQuality-list3.png) center center no-repeat; }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li a {
              display: block;
              font-size: 12px;
              line-height: 16px;
              color: #000;
              text-align: center;
              width: 100%;
              height: 28px;
              transition: all 0.5s ease; }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li:hover .block {
              transform: rotate(360deg); }
            .iAQ.W1920 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li:hover a {
              color: #1439db; }
.iAQ.W1600 {
  height: 504px;
  overflow: hidden;
  padding-top: 56px;
  width: 100%; }
  .iAQ.W1600 .iAQ-wrap {
    width: 1428px;
    margin: 0 auto; }
    .iAQ.W1600 .iAQ-wrap .iAbout {
      width: 694px;
      overflow: hidden; }
      .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-top {
        overflow: hidden; }
        .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-top span {
          font-size: 25px; }
        .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-top .sp1 {
          color: #0f2fbb; }
        .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-top .sp2 {
          color: #858585; }
      .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con {
        margin-top: 28px; }
        .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li {
          width: 315px;
          height: 202px;
          float: left;
          margin-right: 62px; }
          .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li.mr0 {
            margin-right: 0; }
          .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top {
            width: 315px;
            height: 156px;
            position: relative;
            display: block;
            border-radius: 8px;
            overflow: hidden; }
            .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top img {
              width: 100%;
              height: 100%;
              transition: all 0.3s ease; }
            .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top span {
              position: absolute;
              display: block;
              width: 100%;
              height: 34px;
              line-height: 34px;
              display: block;
              font-size: 16px;
              line-height: 34px;
              color: #fff;
              text-align: center;
              width: 100%;
              height: 34px;
              z-index: 999;
              background-color: rgba(0, 0, 0, 0.5);
              bottom: 0;
              background-color: #000 \9;
              transition: all 0.3s ease; }
            .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top .iNews-t {
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.5);
              transition: all 0.3s ease;
              z-index: 888; }
              .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top .iNews-t .p1 {
                color: #fff;
                font-size: 16px;
                text-indent: 30px;
                margin-top: 40px;
                text-align: center; }
              .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top .iNews-t .p2 {
                color: #fff;
                font-size: 14px;
                margin: 13px 0;
                width: 265px;
                text-align: center; }
          .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li .link {
            width: 100%;
            height: 46px;
            position: relative; }
            .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li .link span {
              display: block;
              font-size: 14px;
              line-height: 46px;
              color: #000;
              text-align: center;
              width: 100%;
              height: 46px;
              transition: all 0.3s ease; }
          .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li:hover .iAbout-con-top img {
            transform: scale(1.1); }
          .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li:hover .iAbout-con-top span {
            background-color: rgba(0, 0, 0, 0.7); }
          .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li:hover .iAbout-con-top .iNews-t {
            background-color: rgba(0, 0, 0, 0.7); }
          .iAQ.W1600 .iAQ-wrap .iAbout .iAbout-con li:hover .link span {
            color: #1439db; }
    .iAQ.W1600 .iAQ-wrap .iQuality {
      width: 603px;
      overflow: hidden; }
      .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-top {
        overflow: hidden; }
        .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-top span {
          font-size: 25px; }
        .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-top .sp1 {
          color: #0f2fbb; }
        .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-top .sp2 {
          color: #858585; }
      .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con {
        margin-top: 28px; }
        .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic {
          width: 470px; }
          .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img {
            overflow: hidden;
            width: 470px;
            height: 286px;
            position: relative; }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img .block {
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0);
              z-index: 800;
              transition: all 0.35s ease; }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:after {
              content: "";
              position: absolute;
              right: 20px;
              left: 20px;
              top: 20px;
              bottom: 20px;
              border-bottom: 1px solid #fff;
              z-index: 900;
              border-top: 1px solid #fff;
              transition: all 0.35s ease;
              transform: scale(0, 1);
              opacity: 0; }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:before {
              content: "";
              position: absolute;
              right: 20px;
              left: 20px;
              top: 20px;
              bottom: 20px;
              border-right: 1px solid #fff;
              z-index: 900;
              border-left: 1px solid #fff;
              transition: all 0.35s ease;
              transform: scale(1, 0);
              opacity: 0; }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img img {
              display: block;
              width: 470px;
              height: 286px; }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover {
              overflow: hidden;
              width: 470px;
              height: 286px;
              position: relative; }
              .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover .block {
                background-color: rgba(0, 0, 0, 0.4); }
              .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover:after {
                transform: scale(1);
                opacity: 1; }
              .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover:before {
                transform: scale(1);
                opacity: 1; }
          .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic p {
            display: block;
            font-size: 14px;
            color: #7c7c7c;
            margin-top: 20px; }
          .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link {
            width: 100px;
            height: 20px;
            position: relative;
            margin-top: 36px;
            display: block; }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link span {
              display: block;
              font-size: 14px;
              line-height: 20px;
              color: #000;
              text-align: center;
              width: 100%;
              height: 20px;
              text-align: left;
              text-indent: 22px;
              transition: all 0.3s ease; }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link .line {
              width: 33px;
              height: 7px;
              background: url(../image/iPro-line.png) center center no-repeat;
              position: absolute;
              left: 0;
              margin-left: 30px;
              transition: all 0.3s ease;
              opacity: 0;
              filter: alpha(opacity=0);
              transition: all 0.3s ease;
              top: 7px; }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link:hover span {
              text-indent: 0px;
              color: #1439db; }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link:hover .line {
              margin-left: 70px;
              opacity: 1;
              filter: alpha(opacity=100); }
        .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav {
          width: 110px;
          overflow: hidden; }
          .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li {
            margin-bottom: 30px;
            width: 100%;
            height: 114px; }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block {
              width: 60px;
              height: 60px;
              border-radius: 50%;
              margin: 0 auto 5px;
              transition: all 0.5s ease; }
              .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block.a {
                background: #d8a761 url(../image/iQuality-list1.png) center center no-repeat; }
              .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block.b {
                background: #6e94b5 url(../image/iQuality-list2.png) center center no-repeat; }
              .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block.c {
                background: #5dc06b url(../image/iQuality-list3.png) center center no-repeat; }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li a {
              display: block;
              font-size: 12px;
              line-height: 16px;
              color: #000;
              text-align: center;
              width: 100%;
              height: 28px;
              transition: all 0.7s ease; }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li:hover .block {
              transform: rotate(360deg); }
            .iAQ.W1600 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li:hover a {
              color: #1439db; }
.iAQ.W1440 {
  height: 506px;
  overflow: hidden;
  padding-top: 50px;
  width: 100%; }
  .iAQ.W1440 .iAQ-wrap {
    width: 1275px;
    margin: 0 auto; }
    .iAQ.W1440 .iAQ-wrap .iAbout {
      width: 620px;
      overflow: hidden; }
      .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-top {
        overflow: hidden; }
        .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-top span {
          font-size: 24px; }
        .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-top .sp1 {
          color: #0f2fbb; }
        .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-top .sp2 {
          color: #858585; }
      .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con {
        margin-top: 25px; }
        .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li {
          width: 281px;
          height: 181px;
          float: left;
          margin-right: 55px; }
          .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li.mr0 {
            margin-right: 0; }
          .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top {
            width: 281px;
            height: 136px;
            position: relative;
            display: block;
            border-radius: 8px;
            overflow: hidden; }
            .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top img {
              width: 100%;
              height: 100%;
              transition: all 0.3s ease; }
            .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top span {
              position: absolute;
              display: block;
              width: 100%;
              height: 30px;
              line-height: 30px;
              display: block;
              font-size: 14px;
              line-height: 30px;
              color: #fff;
              text-align: center;
              width: 100%;
              height: 30px;
              z-index: 999;
              background-color: rgba(0, 0, 0, 0.5);
              bottom: 0;
              background-color: #000 \9;
              transition: all 0.3s ease; }
            .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top .iNews-t {
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.5);
              transition: all 0.3s ease;
              z-index: 888; }
              .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top .iNews-t .p1 {
                color: #fff;
                font-size: 14px;
                text-indent: 20px;
                margin-top: 30px;
                text-align: center; }
              .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top .iNews-t .p2 {
                color: #fff;
                font-size: 10px;
                margin: 13px 0;
                width: 220px;
                text-align: center; }
          .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li .link {
            width: 100%;
            height: 41px;
            position: relative; }
            .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li .link span {
              display: block;
              font-size: 14px;
              line-height: 41px;
              color: #000;
              text-align: center;
              width: 100%;
              height: 41px;
              text-indent: 34px;
              transition: all 0.3s ease; }
          .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li:hover .iAbout-con-top img {
            transform: scale(1.1); }
          .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li:hover .iAbout-con-top span {
            background-color: rgba(0, 0, 0, 0.7); }
          .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li:hover .iAbout-con-top .iNews-t {
            background-color: rgba(0, 0, 0, 0.7); }
          .iAQ.W1440 .iAQ-wrap .iAbout .iAbout-con li:hover .link span {
            color: #1439db; }
    .iAQ.W1440 .iAQ-wrap .iQuality {
      width: 569px;
      overflow: hidden; }
      .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-top {
        overflow: hidden; }
        .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-top span {
          font-size: 24px; }
        .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-top .sp1 {
          color: #0f2fbb; }
        .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-top .sp2 {
          color: #858585; }
      .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con {
        margin-top: 25px; }
        .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic {
          width: 420px; }
          .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img {
            overflow: hidden;
            width: 420px;
            height: 255px;
            position: relative; }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img .block {
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0);
              z-index: 800;
              transition: all 0.35s ease; }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:after {
              content: "";
              position: absolute;
              right: 20px;
              left: 20px;
              top: 20px;
              bottom: 20px;
              border-bottom: 1px solid #fff;
              z-index: 900;
              border-top: 1px solid #fff;
              transition: all 0.35s ease;
              transform: scale(0, 1);
              opacity: 0; }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:before {
              content: "";
              position: absolute;
              right: 20px;
              left: 20px;
              top: 20px;
              bottom: 20px;
              border-right: 1px solid #fff;
              z-index: 900;
              border-left: 1px solid #fff;
              transition: all 0.35s ease;
              transform: scale(1, 0);
              opacity: 0; }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img img {
              display: block;
              width: 420px;
              height: 255px; }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover {
              overflow: hidden;
              width: 420px;
              height: 255px;
              position: relative; }
              .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover .block {
                background-color: rgba(0, 0, 0, 0.4); }
              .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover:after {
                transform: scale(1);
                opacity: 1; }
              .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover:before {
                transform: scale(1);
                opacity: 1; }
          .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic p {
            display: block;
            font-size: 14px;
            color: #7c7c7c;
            margin-top: 16px; }
          .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link {
            width: 100px;
            height: 20px;
            position: relative;
            margin-top: 41px;
            display: block; }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link span {
              display: block;
              font-size: 14px;
              line-height: 20px;
              color: #000;
              text-align: center;
              width: 100%;
              height: 20px;
              text-align: left;
              text-indent: 22px;
              transition: all 0.3s ease; }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link .line {
              width: 33px;
              height: 7px;
              background: url(../image/iPro-line.png) center center no-repeat;
              position: absolute;
              left: 0;
              margin-left: 30px;
              transition: all 0.3s ease;
              opacity: 0;
              filter: alpha(opacity=0);
              transition: all 0.3s ease;
              top: 7px; }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link:hover span {
              text-indent: 0px;
              color: #1439db; }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link:hover .line {
              margin-left: 70px;
              opacity: 1;
              filter: alpha(opacity=100); }
        .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav {
          width: 110px;
          overflow: hidden; }
          .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li {
            margin-bottom: 30px;
            width: 100%;
            height: 114px; }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block {
              width: 60px;
              height: 60px;
              border-radius: 50%;
              margin: 0 auto 5px;
              transition: all 0.5s ease; }
              .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block.a {
                background: #d8a761 url(../image/iQuality-list1.png) center center no-repeat; }
              .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block.b {
                background: #6e94b5 url(../image/iQuality-list2.png) center center no-repeat; }
              .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block.c {
                background: #5dc06b url(../image/iQuality-list3.png) center center no-repeat; }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li a {
              display: block;
              font-size: 12px;
              line-height: 16px;
              color: #000;
              text-align: center;
              width: 100%;
              height: 28px;
              transition: all 0.7s ease; }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li:hover .block {
              transform: rotate(360deg); }
            .iAQ.W1440 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li:hover a {
              color: #1439db; }
.iAQ.W1366 {
  height: 496px;
  overflow: hidden;
  padding-top: 49px;
  width: 100%; }
  .iAQ.W1366 .iAQ-wrap {
    width: 1207px;
    margin: 0 auto; }
    .iAQ.W1366 .iAQ-wrap .iAbout {
      width: 587px;
      overflow: hidden; }
      .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-top {
        overflow: hidden; }
        .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-top span {
          font-size: 24px; }
        .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-top .sp1 {
          color: #0f2fbb; }
        .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-top .sp2 {
          color: #858585; }
      .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con {
        margin-top: 23px; }
        .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li {
          width: 267px;
          height: 200px;
          float: left;
          margin-right: 53px; }
          .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li.mr0 {
            margin-right: 0; }
          .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top {
            width: 267px;
            height: 132px;
            position: relative;
            display: block;
            border-radius: 8px;
            overflow: hidden; }
            .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top img {
              width: 100%;
              height: 100%;
              transition: all 0.3s ease; }
            .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top span {
              position: absolute;
              display: block;
              width: 100%;
              height: 29px;
              line-height: 29px;
              display: block;
              font-size: 14px;
              line-height: 29px;
              color: #fff;
              text-align: center;
              width: 100%;
              height: 29px;
              z-index: 999;
              background-color: rgba(0, 0, 0, 0.5);
              bottom: 0;
              background-color: #000 \9;
              text-indent: 18px;
              transition: all 0.3s ease; }
            .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top .iNews-t {
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0.5);
              transition: all 0.3s ease;
              z-index: 888; }
              .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top .iNews-t .p1 {
                color: #fff;
                font-size: 14px;
                margin-top: 30px;
                text-align: center; }
              .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li .iAbout-con-top .iNews-t .p2 {
                color: #fff;
                font-size: 10px;
                margin: 9px 0;
                width: 210px;
                text-align: center; }
          .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li .link {
            width: 100%;
            height: 39px;
            position: relative; }
            .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li .link span {
              display: block;
              font-size: 14px;
              line-height: 39px;
              color: #000;
              text-align: center;
              width: 100%;
              height: 39px;
              text-indent: 51px;
              transition: all 0.3s ease; }
          .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li:hover .iAbout-con-top img {
            transform: scale(1.1); }
          .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li:hover .iAbout-con-top span {
            background-color: rgba(0, 0, 0, 0.7); }
          .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li:hover .iAbout-con-top .iNews-t {
            background-color: rgba(0, 0, 0, 0.7); }
          .iAQ.W1366 .iAQ-wrap .iAbout .iAbout-con li:hover .link span {
            text-indent: 20px;
            color: #1439db; }
    .iAQ.W1366 .iAQ-wrap .iQuality {
      width: 570px;
      overflow: hidden; }
      .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-top {
        overflow: hidden; }
        .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-top span {
          font-size: 24px; }
        .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-top .sp1 {
          color: #0f2fbb; }
        .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-top .sp2 {
          color: #858585; }
      .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con {
        margin-top: 23px; }
        .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic {
          width: 420px; }
          .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img {
            overflow: hidden;
            width: 420px;
            height: 255px;
            position: relative; }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img .block {
              position: absolute;
              width: 100%;
              height: 100%;
              background-color: rgba(0, 0, 0, 0);
              z-index: 800;
              transition: all 0.35s ease; }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:after {
              content: "";
              position: absolute;
              right: 20px;
              left: 20px;
              top: 20px;
              bottom: 20px;
              border-bottom: 1px solid #fff;
              z-index: 900;
              border-top: 1px solid #fff;
              transition: all 0.35s ease;
              transform: scale(0, 1);
              opacity: 0; }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:before {
              content: "";
              position: absolute;
              right: 20px;
              left: 20px;
              top: 20px;
              bottom: 20px;
              border-right: 1px solid #fff;
              z-index: 900;
              border-left: 1px solid #fff;
              transition: all 0.35s ease;
              transform: scale(1, 0);
              opacity: 0; }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img img {
              display: block;
              width: 420px;
              height: 255px; }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover {
              overflow: hidden;
              width: 420px;
              height: 255px;
              position: relative; }
              .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover .block {
                background-color: rgba(0, 0, 0, 0.4); }
              .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover:after {
                transform: scale(1);
                opacity: 1; }
              .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .img:hover:before {
                transform: scale(1);
                opacity: 1; }
          .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic p {
            display: block;
            font-size: 14px;
            color: #7c7c7c;
            margin-top: 18px; }
          .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link {
            width: 100px;
            height: 20px;
            position: relative;
            margin-top: 35px;
            display: block; }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link span {
              display: block;
              font-size: 14px;
              line-height: 20px;
              color: #000;
              text-align: center;
              width: 100%;
              height: 20px;
              text-align: left;
              text-indent: 22px;
              transition: all 0.3s ease; }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link .line {
              width: 33px;
              height: 7px;
              background: url(../image/iPro-line.png) center center no-repeat;
              position: absolute;
              left: 0;
              margin-left: 30px;
              transition: all 0.3s ease;
              opacity: 0;
              filter: alpha(opacity=0);
              transition: all 0.3s ease;
              top: 7px; }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link:hover span {
              text-indent: 0px;
              color: #1439db; }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-con-pic .iQuality-link:hover .line {
              margin-left: 70px;
              opacity: 1;
              filter: alpha(opacity=100); }
        .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav {
          width: 110px;
          overflow: hidden; }
          .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li {
            margin-bottom: 30px;
            width: 100%;
            height: 114px; }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block {
              width: 60px;
              height: 60px;
              border-radius: 50%;
              margin: 0 auto 5px;
              transition: all 0.5s ease; }
              .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block.a {
                background: #d8a761 url(../image/iQuality-list1.png) center center no-repeat; }
              .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block.b {
                background: #6e94b5 url(../image/iQuality-list2.png) center center no-repeat; }
              .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li .block.c {
                background: #5dc06b url(../image/iQuality-list3.png) center center no-repeat; }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li a {
              display: block;
              font-size: 12px;
              line-height: 16px;
              color: #000;
              text-align: center;
              width: 100%;
              height: 28px;
              transition: all 0.7s ease; }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li:hover .block {
              transform: rotate(360deg); }
            .iAQ.W1366 .iAQ-wrap .iQuality .iQuality-con .iQuality-nav li:hover a {
              color: #1439db; }

.iPartners {
  margin: 0 auto;
  width: 1016px;
  height: 160px; }
  .iPartners .iPartners-top {
    width: 100%;
    height: 135px; }
    .iPartners .iPartners-top .iPartners-btn {
      width: 35px;
      height: 35px;
      margin-top: 24px;
      cursor: pointer;
      transition: all 0.4s ease; }
      .iPartners .iPartners-top .iPartners-btn.lbtn {
        background: url(../image/iPartners-lbtn1.png); }
        .iPartners .iPartners-top .iPartners-btn.lbtn:hover {
          background: url(../image/iPartners-lbtn2.png);
          transform: rotate(-360deg); }
      .iPartners .iPartners-top .iPartners-btn.rbtn {
        background: url(../image/iPartners-rbtn1.png); }
        .iPartners .iPartners-top .iPartners-btn.rbtn:hover {
          background: url(../image/iPartners-rbtn2.png);
          transform: rotate(360deg); }
    .iPartners .iPartners-top .iPartners-icon {
      overflow: hidden;
      width: 946px;
      height: 90px;
      position: relative;
      float: left; }
      .iPartners .iPartners-top .iPartners-icon ul {
        width: auto;
        height: 90px;
        position: absolute;
        left: 0; }
        .iPartners .iPartners-top .iPartners-icon ul li {
          float: left;
          width: 236px;
          height: 100%; }
          .iPartners .iPartners-top .iPartners-icon ul li.icon1 {
            background: url(../image/iPartners1.png) center center no-repeat; }
          .iPartners .iPartners-top .iPartners-icon ul li.icon2 {
            background: url(../image/iPartners2.png) center center no-repeat; }
          .iPartners .iPartners-top .iPartners-icon ul li.icon3 {
            background: url(../image/iPartners3.png) center center no-repeat; }
          .iPartners .iPartners-top .iPartners-icon ul li.icon4 {
            background: url(../image/iPartners4.png) center center no-repeat; }
  .iPartners .iPartners-bot {
    width: 100%;
    height: 25px;
    background: url(../image/iPartners-bot.jpg) center center no-repeat; }

.footer {
  background-color: #101010;
  width: 100%;
  height: 388px;
  margin-top: 66px; }
  .footer .footer-top {
    border-bottom: 1px solid #424242;
    width: 100%;
    height: 361px;
    position: relative; }
    .footer .footer-top .footer-back {
      width: 40px;
      height: 40px;
      position: absolute;
      top: 0;
      margin-top: -20px;
      left: 50%;
      margin-left: -20px;
      background: #fff url(../image/footer-back.png) center center no-repeat;
      border-radius: 50%;
      border: 2px solid #f0f0f0;
      cursor: pointer;
      transition: all 0.3s ease; }
      .footer .footer-top .footer-back:hover {
        background-position-y: 6px; }
    .footer .footer-top .footer-line {
      background: url(../image/footer-top-line.jpg) repeat-x;
      width: 100%;
      height: 11px; }
    .footer .footer-top .footer-con {
      height: 276px;
      overflow: hidden;
      padding-top: 52px; }
      .footer .footer-top .footer-con .footer-contact {
        width: 315px;
        height: 250px; }
        .footer .footer-top .footer-con .footer-contact span {
          display: block;
          font-size: 20px;
          line-height: 18px;
          color: #b8b8b8;
          text-align: center;
          width: 100%;
          height: 18px;
          text-align: right;
          font-weight: bold; }
        .footer .footer-top .footer-con .footer-contact ul {
          overflow: hidden;
          margin-top: 15px; }
          .footer .footer-top .footer-con .footer-contact ul li {
            width: 265px;
            height: 40px;
            font-size: 12px;
            color: #7f7f7f;
            line-height: 40px;
            padding-left: 50px; }
            .footer .footer-top .footer-con .footer-contact ul li.li1 {
              background: url(../image/footer-contact1.png) left center no-repeat; }
            .footer .footer-top .footer-con .footer-contact ul li.li2 {
              background: url(../image/footer-contact2.png) left center no-repeat; }
            .footer .footer-top .footer-con .footer-contact ul li.li3 {
              background: url(../image/footer-contact3.png) left center no-repeat; }
            .footer .footer-top .footer-con .footer-contact ul li.li4 {
              background: url(../image/footer-contact4.png) left center no-repeat; }
            .footer .footer-top .footer-con .footer-contact ul li.li5 {
              background: url(../image/footer-contact5.png) left center no-repeat; }
            .footer .footer-top .footer-con .footer-contact ul li.li6 {
              background: url(../image/footer-contact6.png) left center no-repeat; }
            .footer .footer-top .footer-con .footer-contact ul li.sl {
              line-height: 20px; }
            .footer .footer-top .footer-con .footer-contact ul li.ac {
              color: #fff; }
      .footer .footer-top .footer-con .footer-icon {
        width: 200px;
        height: 250px;
        margin-left: 140px; }
        .footer .footer-top .footer-con .footer-icon span {
          display: block;
          font-size: 20px;
          line-height: 18px;
          color: #b8b8b8;
          text-align: center;
          width: 100%;
          height: 18px;
          text-align: right;
          font-weight: bold; }
        .footer .footer-top .footer-con .footer-icon ul {
          margin-top: 30px; }
          .footer .footer-top .footer-con .footer-icon ul li {
            width: 46px;
            height: 46px;
            float: left;
            margin: 0 29px 29px 0;
            transition: all 0.3s ease; }
            .footer .footer-top .footer-con .footer-icon ul li.mr0 {
              margin-right: 0; }
            .footer .footer-top .footer-con .footer-icon ul li.li1 {
              background: url(../image/footer-icon1.png) no-repeat; }
            .footer .footer-top .footer-con .footer-icon ul li.li2 {
              background: url(../image/footer-icon2.png) no-repeat; }
            .footer .footer-top .footer-con .footer-icon ul li.li3 {
              background: url(../image/footer-icon3.png) no-repeat; }
            .footer .footer-top .footer-con .footer-icon ul li.li4 {
              background: url(../image/footer-icon4.png) no-repeat; }
            .footer .footer-top .footer-con .footer-icon ul li.li5 {
              background: url(../image/footer-icon5.png) no-repeat; }
            .footer .footer-top .footer-con .footer-icon ul li.li6 {
              background: url(../image/footer-icon6.png) no-repeat; }
            .footer .footer-top .footer-con .footer-icon ul li a {
              display: block;
              width: 100%;
              height: 100%; }
            .footer .footer-top .footer-con .footer-icon ul li:hover {
              transform: scale(1.1); }
      .footer .footer-top .footer-con .footer-message {
        width: 250px;
        height: 300px; }
        .footer .footer-top .footer-con .footer-message span {
          display: block;
          font-size: 20px;
          line-height: 18px;
          color: #b8b8b8;
          text-align: center;
          width: 100%;
          height: 18px;
          text-align: right;
          font-weight: bold; }
        .footer .footer-top .footer-con .footer-message .online {
          width: 250px;
          height: 250px;
          margin-top: 27px; }
          .footer .footer-top .footer-con .footer-message .online .text {
            width: 250px;
            height: 27px;
            margin-bottom: 7px;
            background-color: #e7e7e7;
            font-size: 12px;
            color: #9d9d9d;
            text-indent: 14px;
            border: none;
            border-radius: 8px;
            line-height: 27px; }
          .footer .footer-top .footer-con .footer-message .online .content {
            width: 250px;
            height: 84px;
            background-color: #e7e7e7;
            font-size: 12px;
            color: #9d9d9d;
            text-indent: 14px;
            border: none;
            border-radius: 8px;
            padding-top: 5px;
            font-size: 14px; }
          .footer .footer-top .footer-con .footer-message .online .submit {
            background-color: #0f2fbb;
            width: 250px;
            height: 27px;
            text-align: center;
            color: #fff;
            border-radius: 8px;
            border: none;
            cursor: pointer;
            margin-top: 7px; }
  .footer .footer-bot {
    color: #949494;
    font-size: 12px;
    line-height: 26px;
    height: 26px;
    text-align: center; }

.about-con {
  overflow: hidden; }

.banner-page {
  height: 346px;
  position: relative; }
  .banner-page.page1 {
    background: url(../image/banner-page11.jpg) center center no-repeat; }
  .banner-page.page2 {
    background: url(../image/banner-page21.jpg) center center no-repeat; }
  .banner-page.page3 {
    background: url(../image/banner-page31.jpg) center center no-repeat; }
  .banner-page.page4 {
    background: url(../image/banner-page41.jpg) center center no-repeat; }
  .banner-page.page5 {
    background: url(../image/banner-page51.jpg) center center no-repeat; }
  .banner-page.page6 {
    background: url(../image/banner-page61.jpg) center center no-repeat; }
  .banner-page.page7 {
    background: url(../image/banner-page71.jpg) center center no-repeat; }
  .banner-page.page8 {
    background: url(../image/banner-page81.jpg) center center no-repeat; }
  .banner-page.page9 {
    background: url(http://www.siscogroup.cn/arabic/Templates/cn/html/images/banner-page9.jpg) center center no-repeat; }
  .banner-page .dropdown-wrap {
    width: 250px;
    height: 46px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 300px;
    z-index: 999; }
    .banner-page .dropdown-wrap .dropdown-box {
      width: 250px;
      height: 100%;
      float: left;
      cursor: pointer; }
      .banner-page .dropdown-wrap .dropdown-box span {
        display: block;
        font-size: 30px;
        line-height: 46px;
        color: #fff;
        text-align: center;
        width: 100%;
        height: 46px;
        text-align: center;
        background: url(../image/about-btn1.png) center center no-repeat; }
      .banner-page .dropdown-wrap .dropdown-box ul {
        width: 100%;
        height: 0;
        background-color: #e6e6e6;
        overflow: hidden;
        transition: all 0.5s ease; }
        .banner-page .dropdown-wrap .dropdown-box ul li {
          width: 100%;
          height: 40px; }
          .banner-page .dropdown-wrap .dropdown-box ul li a {
            display: block;
            font-size: 16px;
            line-height: 40px;
            color: #000;
            text-align: center;
            width: 220px;
            height: 100%;
            text-align: center;
            padding-left: 30px; }
          .banner-page .dropdown-wrap .dropdown-box ul li:hover {
            background-color: #2742BF; }
            .banner-page .dropdown-wrap .dropdown-box ul li:hover a {
              color: #fff; }
    .banner-page .dropdown-wrap:hover {
      height: 286px; }
      .banner-page .dropdown-wrap:hover ul {
        height: 240px; }

.about-con table {
  border-collapse: collapse;
  margin: 0 auto; }
.about-con img {
  margin: 0 auto;
  display: block;
  margin-top: 30px; }
.about-con span, .about-con p {
  text-align: center; }

#imgbox-loading {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  display: none;
  z-index: 90; }

#imgbox-loading div {
  background: #FFF;
  width: 100%;
  height: 100%; }

#imgbox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  display: none;
  z-index: 80; }

.imgbox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background: #FFF;
  display: none;
  z-index: 90; }

.imgbox-img {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  height: 100%;
  vertical-align: top; }

.imgbox-title {
  padding-top: 10px;
  font-size: 11px;
  text-align: center;
  font-family: Arial;
  color: #333;
  display: none; }

.imgbox-bg-wrap {
  position: absolute;
  padding: 0;
  margin: 0;
  display: none; }

.imgbox-bg {
  position: absolute;
  width: 20px;
  height: 20px; }

.location {
  height: 78px; }
  .location a {
    line-height: 78px;
    color: #4e4e4e;
    font-size: 14px; }

.company-top {
  height: 282px; }
  .company-top img {
    display: block; }
  .company-top p {
    display: block;
    font-size: 12px;
    line-height: 22px;
    color: #767676;
    text-align: center;
    width: 614px;
    height: 230px;
    text-align: right; }

.company-adv {
  width: 1200px;
  height: 358px;
  margin: 117px auto 0;
  background: url(../image/company-adv1.jpg) center center no-repeat; }

.company-history {
  overflow: hidden;
  width: 1200px;
  height: auto;
  margin: 74px auto 0; }
  .company-history span {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #021182;
    text-align: center;
    width: 100%;
    height: 26px;
    text-align: right;
    margin-bottom: 22px;
    font-weight: bold; }
  .company-history p {
    font-size: 12px;
    color: #555555;
    line-height: 21px; }

.company-team {
  overflow: hidden;
  width: 1200px;
  height: auto;
  margin: 74px auto 0; }
  .company-team span {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #021182;
    text-align: center;
    width: 100%;
    height: 26px;
    text-align: right;
    margin-bottom: 22px;
    font-weight: bold; }
  .company-team p {
    font-size: 12px;
    color: #555555;
    line-height: 21px; }

.company-video {
  width: 871px;
  height: 443px;
  margin: 50px auto 0;
  background: url(../image/company-video.jpg) center center no-repeat; }

.partners-list {
  margin-top: 40px; }
  .partners-list ul {
    overflow: hidden; }
    .partners-list ul li {
      width: 310px;
      height: 300px;
      float: left;
      margin: 0 135px 60px 0; }
      .partners-list ul li.mr0 {
        margin-right: 0; }
      .partners-list ul li img {
        display: block; }
      .partners-list ul li p {
        text-align: center;
        font-size: 12px;
        color: #000;
        line-height: 20px;
        margin-top: 38px; }

.certificate {
  overflow: hidden; }
  .certificate .certificate-tit {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #021182;
    text-align: center;
    width: 100%;
    height: auto;
    text-align: right;
    font-weight: bold;
    margin-top: 78px; }
  .certificate .certificate-list {
    overflow: hidden; }
    .certificate .certificate-list li {
      float: right;
      width: 260px;
      height: 338px;
      margin: 40px 40px 0 0;
      background: url(../image/certificate-wrap.jpg) center center no-repeat; }
      .certificate .certificate-list li .certificate-wrap {
        width: 200px;
        height: 280px;
        margin: 30px 29px;
        overflow: hidden; }
        .certificate .certificate-list li .certificate-wrap img {
          display: block;
          width: 200px;
          height: 280px; }

.news-list {
  margin: 48px auto 0;
  width: 1200px;
  height: auto;
  padding-bottom: 50px;
  overflow: hidden; }
  .news-list li {
    float: left;
    width: 600px;
    height: 209px;
    margin-bottom: 58px; }
    .news-list li a {
      display: block;
      width: 100%;
      height: 100%; }
      .news-list li a img {
        display: block;
        float: right;
        width: 303px;
        height: 208px; }
      .news-list li a .news-r {
        float: left;
        width: 224px;
        height: 100%;
        margin-left: 20px; }
        .news-list li a .news-r p {
          display: block;
          font-size: 14px;
          line-height: 20px;
          color: #111;
          text-align: center;
          width: 100%;
          height: 60px;
          text-align: right;
          margin-top: 54px; }
        .news-list li a .news-r span {
          display: block;
          font-size: 14px;
          line-height: 20px;
          color: #6c6c6c;
          text-align: center;
          width: 100%;
          height: 40px;
          text-align: right;
          margin-top: 10px; }
      .news-list li a:hover .news-r p {
        color: #0032d3; }

.newspage {
  overflow: hidden;
  padding: 30px 0; }
  .newspage .newspage-tit {
    display: block;
    font-size: 30px;
    line-height: 60px;
    color: #000;
    text-align: center;
    width: auto;
    height: auto;
    font-weight: bold; }
  .newspage .line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5; }
  .newspage .newspage-time {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #777;
    text-align: center;
    width: auto;
    height: 24px;
    text-align: left; }
  .newspage .newspage-details {
    width: 800px;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0;
    font-size: 16px;
    color: #111; }

.product {
  overflow: hidden; }
  .product .product-tit {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #ffc003;
    text-align: center;
    width: 100%;
    height: auto;
    text-align: right;
    font-weight: bold;
    margin-top: 48px; }
  .product .line {
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    margin: 10px 0 10px; }
  .product .product-list {
    margin-top: 15px;
    overflow: hidden; }
    .product .product-list li {
      float: right;
      width: 272px;
      height: 280px;
      margin-right: 28px; }
      .product .product-list li a {
        overflow: hidden;
        display: block; }
        .product .product-list li a img {
          display: block;
          width: 272px;
          height: 191px; }
        .product .product-list li a .product-name {
          display: block;
          font-size: 14px;
          line-height: 20px;
          color: #3f3f3f;
          text-align: center;
          width: 100%;
          height: auto;
          margin-top: 10px;
          transition: all 0.3s ease; }
        .product .product-list li a:hover .product-name {
          color: #021182; }

.quality {
  overflow: hidden; }
  .quality .quality-tit {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: #021182;
    text-align: center;
    width: 100%;
    height: auto;
    text-align: right;
    font-weight: bold;
    margin-top: 28px; }
  .quality .quality-desc {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    text-align: center;
    width: 100%;
    height: auto;
    text-align: right;
    margin-top: 25px; }
  .quality .quality-list {
    margin: 48px auto 0;
    width: 1200px;
    height: auto;
    padding-bottom: 50px;
    overflow: hidden; }
    .quality .quality-list li {
      float: left;
      width: 600px;
      height: 206px;
      margin-bottom: 58px; }
      .quality .quality-list li a {
        display: block;
        width: 299px;
        height: 206px;
        float: right; }
        .quality .quality-list li a img {
          display: block;
          width: 299px;
          height: 206px; }
      .quality .quality-list li .quality-r {
        float: left;
        width: 224px;
        height: 100%;
        margin-left: 20px; }
        .quality .quality-list li .quality-r p {
          display: block;
          font-size: 16px;
          line-height: 20px;
          color: #111;
          text-align: center;
          width: 100%;
          height: 40px;
          text-align: right;
          margin-top: 54px; }
        .quality .quality-list li .quality-r span {
          display: block;
          font-size: 14px;
          line-height: 20px;
          color: #6c6c6c;
          text-align: center;
          width: 100%;
          height: 40px;
          text-align: right;
          margin-top: 10px; }
      .quality .quality-list li:hover .quality-r p {
        color: #021182; }

.banner-map {
  overflow: hidden;
  height: 346px; }

.contact-info {
  overflow: hidden;
  display: block;
  font-size: 14px;
  line-height: 25px;
  color: #000;
  text-align: center;
  width: auto;
  height: auto; }
  .contact-info table {
    display: block;
    margin: 0 auto;
    border-collapse: collapse; }

.propage {
  margin-top: 20px;
  overflow: hidden; }
  .propage .propage-pic {
    text-align: center;
    overflow: hidden;
    width: 1200px;
    height: auto; }
    .propage .propage-pic img {
      display: inline-block; }
  .propage .propage-tit {
    margin-top: 20px;
    overflow: hidden;
    text-align: center; }
  .propage .propage-cont {
    text-align: center; }
    .propage .propage-cont .prod-cont-title {
      font-size: 18px;
      margin-top: 30px;
      margin-bottom: 40px; }
    .propage .propage-cont .prod-cont-text {
      text-align: center; }
      .propage .propage-cont .prod-cont-text table {
        display: block;
        margin: 0 auto;
        border-collapse: collapse; }

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