@charset "UTF-8";
@import url("common.css");
@import url("../font/iconfont.css");
/* 移动 */
/* PC */
.container {
  width: 1450px;
  margin: 0 auto;
  position: relative; }

.product_advantage {
  background: url("../images/bg1.png") no-repeat top left #d8eef9;
  padding: 120px 0; }

.country {
  background: url("../images/bg2.png") no-repeat top right #1b2e66;
  padding: 120px 0;
  height: 700px;
  margin-bottom: 100px; }
  .country .box {
    -webkit-box-shadow: -3px 30px 23px 0px rgba(65, 189, 255, 0.15);
            box-shadow: -3px 30px 23px 0px rgba(65, 189, 255, 0.15);
    position: absolute;
    margin-top: 50px;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .country .box li {
      width: 231px;
      text-align: center;
      color: #006194;
      padding: 10px;
      border: 1px solid #eaeaea;
      background: #fff;
      cursor: default; }
      .country .box li span {
        font-size: 18px;
        display: block;
        -webkit-transition: 0.15s;
        transition: 0.15s;
        -webkit-transform: scale(1);
                transform: scale(1); }
      .country .box li:hover span {
        color: orange;
        -webkit-transform: scale(1.3);
                transform: scale(1.3); }

.solution2 {
  background: url("../images/icon5.jpg") no-repeat center bottom #fff;
  padding: 160px 0 200px; }
  .solution2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .solution2 ul li {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .solution2 ul li .icon_bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background: #fff;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-shadow: 0px 33px 16px -4px rgba(163, 189, 255, 0.2);
                box-shadow: 0px 33px 16px -4px rgba(163, 189, 255, 0.2); }
        .solution2 ul li .icon_bg .icon {
          font-size: 130px;
          color: #95b9f1; }
      .solution2 ul li .tex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 50px; }
        .solution2 ul li .tex .t {
          font-size: 25px;
          width: 100%;
          color: #000;
          display: block;
          text-align: center;
          margin-bottom: 10px; }
        .solution2 ul li .tex .s {
          font-size: 15px;
          width: 100%;
          display: block;
          text-align: center; }
      .solution2 ul li:hover {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        -webkit-transform: translateY(-39px);
                transform: translateY(-39px); }

.iconSize_50 {
  font-size: 50px; }

.iconSize_40 {
  font-size: 40px;
  margin-bottom: 5px; }

.productList {
  background: #f3f4fb;
  padding: 100px 0; }
  .productList .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 18px; }
    .productList .row .item {
      position: relative;
      width: 470px;
      height: 270px;
      overflow: hidden; }
      .productList .row .item .tex {
        position: absolute;
        bottom: 30px;
        left: 30px;
        color: #fff;
        position: absolute; }
        .productList .row .item .tex .icon {
          display: block; }
        .productList .row .item .tex .t {
          font-size: 25px; }
      .productList .row .item .tex_b {
        position: absolute;
        top: 60px;
        left: 38px;
        color: #fff; }
        .productList .row .item .tex_b .t {
          font-size: 25px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start; }
        .productList .row .item .tex_b .s {
          font-size: 15px;
          display: block;
          width: 50%;
          color: rgba(255, 255, 255, 0.786); }
      .productList .row .item .opacity {
        opacity: 0.5; }
      .productList .row .item .hover {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 10px;
        color: #fff;
        padding: 39px; }
        .productList .row .item .hover .t {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          font-size: 20px;
          margin-bottom: 10px; }
          .productList .row .item .hover .t .icon {
            font-size: 40px;
            margin-right: 10px; }
          .productList .row .item .hover .t .icon2 {
            font-size: 30px;
            margin-right: 10px; }
        .productList .row .item .hover .s {
          color: rgba(255, 255, 255, 0.786);
          font-size: 15px; }
    .productList .row .img1 {
      background: url("../images/index/img1.jpg"); }
    .productList .row .img2 {
      background: url("../images/index/img2.jpg"); }
    .productList .row .img3 {
      background: url("../images/index/img3.jpg"); }
    .productList .row .img4 {
      background: url("../images/index/img4.jpg"); }
    .productList .row .img5 {
      background: url("../images/index/img5.jpg") no-repeat; }

.title {
  background: url(../images/icon7.png) bottom center no-repeat;
  height: 95px;
  text-align: center;
  padding: 20px 0;
  line-height: 33px;
  margin-bottom: 80px; }
  @media screen and (max-width: 1024px) {
    .title {
      margin-bottom: 1.3333333333rem; } }
  .title .en {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #0251ae;
    font-size: 30px;
    font-weight: bold;
    display: block; }
  .title .cn {
    font-size: 35px;
    color: #000; }
    @media screen and (max-width: 1024px) {
      .title .cn {
        font-size: 0.6666666667rem; } }

/* index */
.banner {
  height: 526px;
  background: url("../images/banner.jpg") center;
  display: block; }
  @media screen and (max-width: 1024px) {
    .banner {
      background: url("../images/banner.jpg") no-repeat -3.2rem 0;
      background-size: 195%;
      height: 5.3333333333rem; } }

@media screen and (max-width: 1024px) {
  .bannerM {
    background: url("../images/bannerM.jpg") no-repeat -2.6666666667rem -0.6666666667rem;
    background-size: 155%;
    height: 5.3333333333rem; } }

.box1 {
  background: url("../images/icon5.jpg") no-repeat center bottom #fff;
  padding: 130px 0; }
  @media screen and (max-width: 1024px) {
    .box1 {
      padding: 0.8rem 0; } }
  .box1 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media screen and (max-width: 1024px) {
      .box1 ul {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .box1 ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #0782f5;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 18px;
      border-radius: 50%;
      background: #ffffff; }
      @media screen and (max-width: 1024px) {
        .box1 ul li {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 33.33%;
          margin-bottom: 0.8rem; } }
      .box1 ul li img {
        width: 153px;
        height: 153px;
        margin-bottom: 20px; }
        @media screen and (max-width: 1024px) {
          .box1 ul li img {
            width: 2.6666666667rem;
            height: 2.6666666667rem; } }

.box2 {
  background: url("../images/icon5.jpg") no-repeat center bottom #fff;
  padding: 130px 0; }
  @media screen and (max-width: 1024px) {
    .box2 {
      padding: 0.8rem 0; } }
  .box2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .box2 ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .box2 ul li {
      border: 1px solid #ccc; }
      @media screen and (max-width: 1024px) {
        .box2 ul li {
          margin-bottom: 0.5333333333rem; } }
      @media screen and (max-width: 1024px) {
        .box2 ul li img {
          width: 100%; } }
      .box2 ul li .txt {
        padding: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        @media screen and (max-width: 1024px) {
          .box2 ul li .txt {
            padding: 0.2666666667rem; } }
        .box2 ul li .txt li {
          border: none;
          background: url("../images/icon9.jpg") no-repeat 0 center;
          padding-left: 20px;
          line-height: 25px;
          font-size: 16px; }

.box3 {
  background: url("../images/icon8.png") no-repeat 0 bottom #1b2e66;
  color: #fff;
  padding: 100px 0 250px 0; }
  .box3 .t {
    text-align: center;
    font-size: 35px;
    margin-bottom: 80px; }
    @media screen and (max-width: 1024px) {
      .box3 .t {
        font-size: 0.8rem; } }
  .box3 .itemContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .box3 .itemContainer .item {
      text-align: center;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .box3 .itemContainer .item .bigNumber {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .box3 .itemContainer .item .bigNumber .b {
          font-size: 90px;
          font-family: Arial, Helvetica, sans-serif; }
          @media screen and (max-width: 1024px) {
            .box3 .itemContainer .item .bigNumber .b {
              font-size: 0.8rem; } }
        .box3 .itemContainer .item .bigNumber .s {
          font-size: 14px; }
          @media screen and (max-width: 1024px) {
            .box3 .itemContainer .item .bigNumber .s {
              font-size: 0.3733333333rem; } }

.box4 {
  padding: 100px 0; }
  @media screen and (max-width: 1024px) {
    .box4 {
      padding: 0.5333333333rem 0; } }
  .box4 .block4 .tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .box4 .block4 .tab .li {
      cursor: pointer;
      padding: 15px 50px;
      font-size: 18px;
      border: 1px solid #ccc;
      margin-left: -1px;
      margin-bottom: 20px; }
      @media screen and (max-width: 1024px) {
        .box4 .block4 .tab .li {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          margin-left: 0; } }
    .box4 .block4 .tab .hover {
      background: #f6f7fc;
      color: #0782f5;
      border: 1px solid #0782f5; }
  .box4 .block4 .content {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .box4 .block4 .content .item {
      width: 12.5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px 30px;
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border: 1px dashed #ccc;
      margin-right: -1px;
      margin-bottom: -1px; }
      @media screen and (max-width: 1024px) {
        .box4 .block4 .content .item {
          width: 33.33%; } }
      .box4 .block4 .content .item .none-bottom {
        border-bottom: none; }
      .box4 .block4 .content .item img {
        width: 80px;
        display: block; }
      .box4 .block4 .content .item span {
        display: block;
        font-size: 20px;
        color: #555; }
