@charset "UTF-8";
.index {
  color: #002450;
  line-height: 1.5;
}

.index h2 {
  font-size: 50px;
  padding: 0;
  margin: 0;
  letter-spacing: 4px;
}

.index .x {
  width: 1300px;
  margin: 0 auto;
}

.index .nav-warp {
  background: url("../images/banner_bj.png") no-repeat center;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 1100px;
  min-width: 1300px;
  background-color: #fff;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center center;
}

.index .nav-warp .nav {
  height: 54px;
  padding-top: 70px;
}

.index .nav-warp .nav::after, .index .nav-warp .nav::before {
  content: " ";
  display: table;
  clear: both;
}

.index .nav-warp .nav .log {
  float: left;
}

.index .nav-warp .nav .navli {
  float: right;
}

.index .nav-warp .nav .navli::after, .index .nav-warp .nav .navli::before {
  content: " ";
  display: table;
  clear: both;
}

.index .nav-warp .nav .navli > li {
  float: left;
  margin-left: 70px;
  color: #fff;
  font-size: 24px;
}

.index .nav-warp .banner {
  width: 1300px;
  margin: 0 auto;
  margin-top: 230px;
  color: #fff;
  font-weight: 100;
}

.index .nav-warp .banner .en {
  font-size: 74px;
  line-height: 1.5;
  font-family: "微软雅黑";
}

.index .nav-warp .banner .zh {
  margin-top: 20px;
  font-size: 42px;
}

.index .can-do,
.index .about,
.index .case-share-box,
.index .product,
.index .fangan,
.index .honour-box,
.index .warp {
  width: 1300px;
  margin: 0 auto;
}

.index .main {
  margin-top: -170px;
  position: relative;
  z-index: 2;
}

.index .main .can-do {
  background-color: #fff;
  padding: 54px 0;
  text-align: center;
}

.index .main .can-do .can-do-title {
  line-height: 1;
}

.index .main .can-do > p {
  font-size: 20px;
  color: #898989;
  padding: 0 220px;
  line-height: 2;
  margin-top: 32px;
}

.index .main .can-do > ul {
  padding-left: 0;
  margin-top: 76px;
}

.index .main .can-do > ul::after, .index .main .can-do > ul::before {
  content: " ";
  display: table;
  clear: both;
}

.index .main .can-do > ul > li {
  float: left;
  width: 168px;
  margin-left: 10px;
  padding: 110px 20px 90px;
  height: 100%;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #0074ff;
}

.index .main .can-do > ul > li:first-child {
  margin-left: 0;
}

@keyframes mymove {
  0% {
    background: #fff;
  }
  100% {
    background: #0074ff;
    color: #fff;
    padding: 130px 20px 110px;
  }
}

.index .main .can-do > ul > li:first-child > i, .index .main .can-do > ul > li:first-child > .i-icon {
  background: url("../images/p_icon_1.png") no-repeat center;
}

.index .main .can-do > ul > li:nth-child(2) > i, .index .main .can-do > ul > li:nth-child(2) > .i-icon {
  background: url("../images/p_icon_2.png") no-repeat center;
}

.index .main .can-do > ul > li:nth-child(3) > i, .index .main .can-do > ul > li:nth-child(3) > .i-icon {
  background: url("../images/p_icon_3.png") no-repeat center;
}

.index .main .can-do > ul > li:nth-child(4) > i, .index .main .can-do > ul > li:nth-child(4) > .i-icon {
  background: url("../images/p_icon_4.png") no-repeat center;
}

.index .main .can-do > ul > li:nth-child(5) > i, .index .main .can-do > ul > li:nth-child(5) > .i-icon {
  background: url("../images/p_icon_5.png") no-repeat center;
}

.index .main .can-do > ul > li:nth-child(6) > i, .index .main .can-do > ul > li:nth-child(6) > .i-icon {
  background: url("../images/p_icon_6.png") no-repeat center;
}

.index .main .can-do > ul > li > i {
  width: 106px;
  height: 106px;
  margin: auto;
  background-size: 100%;
}

.index .main .can-do > ul > li > .i-icon {
  width: 106px;
  height: 106px;
  margin: 0 auto 16px;
  background-size: 100%;
  display: inline-block;
}

.index .main .can-do > ul > li > span {
  font-size: 24px;
  display: inline-block;
  width: 100%;
}

.index .main .can-do > ul > li:first-child:hover > i, .index .main .can-do > ul > li:first-child:hover > .i-icon {
  background: url("../images/p_icon_1_b.png") no-repeat center;
}

.index .main .can-do > ul > li:nth-child(2):hover > i, .index .main .can-do > ul > li:nth-child(2):hover > .i-icon {
  background: url("../images/p_icon_2_b.png") no-repeat center;
}

.index .main .can-do > ul > li:nth-child(3):hover > i, .index .main .can-do > ul > li:nth-child(3):hover > .i-icon {
  background: url("../images/p_icon_3_b.png") no-repeat center;
}

.index .main .can-do > ul > li:nth-child(4):hover > i, .index .main .can-do > ul > li:nth-child(4):hover > .i-icon {
  background: url("../images/p_icon_4_b.png") no-repeat center;
}

.index .main .can-do > ul > li:nth-child(5):hover > i, .index .main .can-do > ul > li:nth-child(5):hover > .i-icon {
  background: url("../images/p_icon_5_b.png") no-repeat center;
}

.index .main .can-do > ul > li:nth-child(6):hover > i, .index .main .can-do > ul > li:nth-child(6):hover > .i-icon {
  background: url("../images/p_icon_6_b.png") no-repeat center;
}

.index .main .can-do > ul > li:hover {
  background: #0074ff;
  color: #fff;
  /* Chrome, Safari, Opera */
  -webkit-animation: mymove 0.2s;
  -o-animation: mymove 0.2s;
  -moz-animation: mymove 0.2s;
  -ms-animation: mymove 0.2s;
  animation: mymove 0.2s;
  animation-fill-mode: forwards;
}

@keyframes mymove {
  0% {
    background: #fff;
  }
  100% {
    background: #0074ff;
    color: #fff;
    padding: 130px 20px 110px;
  }
}

@-webkit-keyframes mymove {
  0% {
    background: #fff;
  }
  100% {
    background: #0074ff;
    color: #fff;
    padding: 130px 20px 110px;
  }
}

@-o-keyframes mymove {
  0% {
    background: #fff;
  }
  100% {
    background: #0074ff;
    color: #fff;
    padding: 130px 20px 110px;
  }
}

@-moz-keyframes mymove {
  0% {
    background: #fff;
  }
  100% {
    background: #0074ff;
    color: #fff;
    padding: 130px 20px 110px;
  }
}

@-ms-keyframes mymove {
  .index .main .can-do > ul > li 0% {
    background: #fff;
  }
  .index .main .can-do > ul > li 100% {
    background: #0074ff;
    color: #fff;
    padding: 130px 20px 110px;
  }
}

.index .main .about {
  margin-top: 60px;
  background: url("../images/index/index_about_bj.jpg") no-repeat top right;
  background-size: 647px 468px;
}

.index .main .about > h2 {
  position: relative;
}

.index .main .about > h2 .aboutEn {
  position: absolute;
  top: 8px;
  left: 254px;
  width: 248px;
  height: 59px;
  background: url("../images/about.png") no-repeat center;
}

.index .main .about .about-desc {
  width: 50%;
  font-size: 15px;
  color: #898989;
  line-height: 1.9;
  margin: 28px 0;
}

.index .main .about .about-desc p {
  text-indent: 2em;
}

.index .main .about > .aboutlList {
  margin-left: 30px;
}

.index .main .about > .aboutlList li {
  font-size: 15px;
  color: #898989;
  line-height: 2;
  position: relative;
}

.index .main .about > .aboutlList li::before {
  content: "";
  display: block;
  clear: both;
  width: 17px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -30px;
  line-height: 30px;
  background: url("../images/gou_icon.png") no-repeat center;
}

.index .main .about .button {
  margin-top: 12px;
  margin-bottom: 94px;
  width: 169px;
  height: 59px;
  background: url("../images/about_button.png");
}

.index .main .case-share {
  background: #f5f9ff url("../images/index/index_scheme_bj.jpg") bottom right no-repeat;
  background-size: 100% auto;
}

.index .main .case-share .case-share-box {
  padding: 160px 0;
}

.index .main .case-share .case-share-box > ul::after, .index .main .case-share .case-share-box > ul::before {
  content: " ";
  display: table;
  clear: both;
}

.index .main .case-share .case-share-box > ul li {
  display: block;
  width: 354px;
  border-radius: 6px;
  background-color: #fff;
  padding: 24px 30px;
  text-align: center;
  float: left;
  margin-left: 29px;
}

.index .main .case-share .case-share-box > ul li:first-child {
  margin-left: 0;
}

.index .main .case-share .case-share-box > ul li h3 {
  font-size: 46px;
  color: #002450;
  padding: 50px 0 68px;
  border-bottom: 2px solid #f4f9ff;
}

.index .main .case-share .case-share-box > ul li p {
  font-size: 14px;
  color: #595757;
  line-height: 2;
  margin-top: 70px;
  text-align: left;
  padding: 0 36px;
  min-height: 180px;
}

.index .main .case-share .case-share-box > ul li .button {
  margin-top: 76px;
  width: 180px;
  height: 58px;
  background: url("../images/case_button.png");
}

.index .main .case-share .case-share-box > ul li:hover {
  background: #0074ff;
  color: #fff;
}

.index .main .case-share .case-share-box > ul li:hover h3 {
  color: #fff;
}

.index .main .case-share .case-share-box > ul li:hover p {
  color: #fff;
}

.index .main .case-share .case-share-box > ul li:hover .button {
  background: url("../images/case_button_b.png");
}

.index .main .product {
  margin: 80px auto;
}

.index .main .product h2 {
  margin-left: 200px;
  position: relative;
}

.index .main .product h2 .aboutEn {
  position: absolute;
  bottom: 10px;
  left: 300px;
  width: 596px;
  height: 50px;
  background: url("../images/product.png") no-repeat center;
}

.index .main .product > ul {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index .main .product > ul::after, .index .main .product > ul::before {
  content: " ";
  display: table;
  clear: both;
}

.index .main .product > ul li {
  float: left;
  width: 299px;
  height: 280px;
  border-radius: 6px;
  border: 1px solid #f5f9ff;
  padding: 45px 0;
  text-align: center;
  margin-left: 32px;
}

.index .main .product > ul li:first-child {
  margin-left: 0;
}

.index .main .product > ul li:nth-of-type(3) > dl > dd, .index .main .product > ul li:nth-of-type(4) > dl > dd {
  margin-left: 50px;
}

.index .main .product > ul li .icon {
  width: 74px;
  height: 74px;
}

.index .main .product > ul li > h5 {
  font-size: 24px;
  padding: 16px 20px 32px;
}

.index .main .product > ul li > dl {
  padding-left: 54px;
  padding-right: 20px;
}

.index .main .product > ul li > dl > dd {
  line-height: 2;
  font-size: 14px;
  color: #898989;
  text-align: left;
  position: relative;
  margin-left: 60px;
}

.index .main .product > ul li > dl > dd::before {
  content: "";
  clear: both;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #0074ff;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

.index .main .pro-box {
  background: #f5f9ff;
  padding-bottom: 100px;
}

.index .main .pro-box .pro-main {
  margin: 80px auto;
  width: 1300px;
}

.index .main .pro-box .pro-main h2 {
  padding-top: 80px;
  margin-left: 435px;
  position: relative;
  margin-bottom: 60px;
}

.index .main .pro-box .pro-main h2 .aboutEn {
  position: absolute;
  bottom: 10px;
  left: 240px;
  width: 222px;
  height: 48px;
  background: url("../images/pro.png") no-repeat center;
}

.index .main .pro-box .pro-main ul::after, .index .main .pro-box .pro-main ul::before {
  content: " ";
  display: table;
  clear: both;
}

.index .main .pro-box .pro-main ul li {
  float: left;
  background-color: #fff;
  margin-left: 31px;
  transition: all 0.2s linear;
  border-radius: 8px;
}

.index .main .pro-box .pro-main ul li:hover {
  box-shadow: 0 0 20px rgba(73, 69, 69, 0.3);
}

.index .main .pro-box .pro-main ul li:first-child {
  margin-left: 0;
}

.index .main .pro-box .pro-main ul li a {
  display: inline-block;
  cursor: pointer;
}

.index .main .pro-box .pro-main ul li img {
  display: block;
  width: 100%;
}

.index .main .pro-box .pro-main ul li .h4 {
  font-size: 34px;
  line-height: 110px;
  padding-left: 30px;
  color: #000;
  font-family: "微软雅黑";
}

.index .main .pro-box .pro-main ul li .bt {
  display: block;
  width: 100%;
  height: 70px;
}

.index .main .pro-box .pro-main ul li .bt::after {
  content: "";
  display: block;
  background: url("../images/Solution_button.png") no-repeat left;
  width: 90px;
  margin-left: 30px;
  height: 70px;
}

.index .main .fangan {
  margin-top: -80px;
}

.index .main .fangan .bj {
  width: 1349px;
  height: 232px;
  background: url("../images/Solution_bj.png") no-repeat;
  background-size: 1300px auto;
}

.index .main .fangan .content {
  margin-top: 90px;
  margin-bottom: 80px;
}

.index .main .fangan .content::after, .index .main .fangan .content::before {
  content: " ";
  display: table;
  clear: both;
}

.index .main .fangan .content .img {
  float: left;
  width: 600px;
  height: 530px;
  background: url("../images/Solution.png") no-repeat bottom;
  background-size: 100% auto;
}

.index .main .fangan .content .text-warp {
  float: right;
  font-family: "微软雅黑";
}

.index .main .fangan .content .text-warp h4 {
  font-size: 42px;
}

.index .main .fangan .content .text-warp .img_bj_en {
  margin: 10px 0 28px;
  width: 644px;
  height: 131px;
  background: url("../images/Solution_font.png") no-repeat left;
  background-size: 100%;
}

.index .main .fangan .content .text-warp .img_bg_down {
  margin-top: 10px;
  width: 644px;
  height: 64px;
  background: url("../images/Solution_button2.png") no-repeat;
  background-size: cover;
}

.index .main .fangan .content .text-warp > p {
  width: 630px;
  color: #898989;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 2px;
  text-indent: 2em;
  padding-left: 14px;
}

.index .main .fangan .content .text-warp > ul {
  padding-left: 14px;
  margin-left: 30px;
  font-size: 14px;
  width: 630px;
}

.index .main .fangan .content .text-warp > ul li {
  font-size: 15px;
  color: #898989;
  line-height: 1.9;
  position: relative;
}

.index .main .fangan .content .text-warp > ul li::before {
  content: "";
  display: block;
  clear: both;
  width: 17px;
  height: 30px;
  position: absolute;
  top: 0;
  left: -30px;
  line-height: 30px;
  background: url("../images/gou_icon.png") no-repeat center;
}

.index .main .honour {
  padding-bottom: 100px;
  background: #fff url("../images/honor-img-bg.jpg") bottom right no-repeat;
  background-size: 100% auto;
}

.index .main .honour .honour-box {
  padding: 80px auto;
}

.index .main .honour .honour-box h2 {
  padding-top: 80px;
  margin-left: 335px;
  position: relative;
  margin-bottom: 140px;
}

.index .main .honour .honour-box h2 .honourEn {
  position: absolute;
  bottom: 0;
  left: 240px;
  width: 455px;
  height: 60px;
  background: url("../images/honour.png") no-repeat center;
}

.index .main .honour .honour-box .honour_bj .slick-dots {
  bottom: -60px !important;
}

.index .main .honour .honour-box .honour_bj .slick-slide {
  opacity: 1;
}

.index .main .honour .honour-box .honour_bj > div .img {
  width: 406px !important;
  margin: auto;
  border: 1px solid #f5f9ff 41, 18, 18;
  background-color: #fff;
}

.index .main .honour .honour-box .honour_bj > div .img > img {
  width: 370px;
  display: block;
  margin: 20px auto;
}
