@charset "UTF-8";

img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  border: 0;
  display: inline-block;
}

a {
  color: #252B3A;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  transition: all .2s;
}

body {
  font-size: 14px;
  background-size: cover;
  -ms-behavior: url(../css/backgroundsize.min.htc);
  behavior: url(../css/backgroundsize.min.htc);
}


@keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-moz-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-webkit-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

@-o-keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
  }
}

.product_xc_banner {
  position: relative;
  overflow: hidden;
}

.product_xc_banner img {
  width: 100%;
}

.product_xc_banner .text {
  position: absolute;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
}

.product_xc_banner .text .w1440 {
  position: relative;
}

.product_xc_banner .text h2 {
  font-weight: 600;
  font-size: 42px;
}

.product_xc_banner .text h3 {
  margin-bottom: 8px;
  font-size: 42px;
}

.product_xc_banner .text .banner-text {
  margin-bottom: 44px;
  font-size: 18px;
}

.product_xc_banner_link a {
  float: left;
  margin-right: 10px;
  width: 126px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: content-box;
}

.product_xc_banner_link a:nth-child(1) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
  height: 40px;
  line-height: 40px;
}

.product_xc_banner_link .kdright_column {
  display: none;
}

.product_xc_banner_link a:after {
  transform: translateY(-1px);
  content: "";
  transition: all .4s ease;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.product_xc_banner_link a:hover:after {
  content: "\e683";
  margin-left: 5px;
}




.product_xc_banner .video-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22.5%;
}

.product_xc_banner .video-btn a {
  display: block;
  position: relative;
}

.product_xc_banner .video-btn img {
  position: relative;
  z-index: 2;
  width: 80px;
}

.product_xc_banner .video-btn a:before {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-animation: water 1.5s linear infinite;
  animation: water 1.5s linear infinite;
}

@media only screen and (max-width: 1280px) {
  .product_xc_banner .text h2 {
    font-size: 36px;
  }

  .product_xc_banner .text h3 {
    font-size: 36px;
  }
}



.product_xk_xt_list {
  display: flex;
  flex-wrap: wrap;
}

.product_xk_xt {
  padding: 3.75% 0 3.8%;
}

.product_xk_xt .big_title {
  text-align: center;
  margin-bottom: 21px;
  font-weight: 600;
}

.product_xk_xt .big_des {
  text-align: center;
  width: 75%;
  margin: 0 auto;
  margin-bottom: 3%;
}

.product_xk_xt_list li {
  width: 25%;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  text-align: center;
  padding: 15px;
}

.product_xk_xt_list li:last-child {
  margin-right: 0;
}

.product_xk_xt_list li .img {
  width: 100%;
  transition: all 0.5s ease-out;
  margin-bottom: 20px;
}

.product_xk_xt_list li .text {
  z-index: 1;
  transition: all 0.4s ease-out;
}

.product_xk_xt_list li .text .title {
  font-weight: 600;
}

.product_xk_xt_list li .text .des {
  line-height: 1.66em;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.product_xk_xt_list li .link {
  transform: translateY(30px);
  transition: all 0.5s ease-out;
}

.product_xk_xt_list li .link a {
  box-sizing: content-box;
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #fff;
}

.product_xk_xt_list li .link a:nth-child(2) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
  height: 40px;
  line-height: 40px;
  margin-right: 0;
}

.product_xk_xt1 {
  background: #f5f7fa;
}

.product_xk_xt1 .imgq {
  text-align: center;
}

.product_xk_xt1 .imgq img {
  max-width: 100%;
}

.product_detail_experience .top_title {
  text-align: center;
  padding-top: 4.48%;
}

.product_detail_experience .big_title {
  margin-bottom: 12px;
  font-weight: 600;
}


.product_detail_list li {
  padding: 5.57% 0;
}

.product_detail_list li:first-child {
  padding-top: 3.57%;
}

.product_detail_list li .w1440 {
  position: relative;
}

.product_detail_list li .left {
  width: 52.7%;
  float: left;
  position: relative;
}

.product_detail_list li .left img {
  max-width: 100%;
}

.product_detail_list li .left:hover img:first-child {
  transform: scale(1.04);
  transition: all 0.6s ease-out;
}

.product_detail_list li .left .img_small {
  position: absolute;
  left: 30px;
  bottom: 30px;
}

.product_detail_list li .right {
  width: 36%;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}



.product_detail_list li:nth-child(even) {
  background: #f5f7fa;
}

.product_detail_list li:nth-child(even) .left {
  float: right;
}

.product_detail_list li:nth-child(even) .right {
  right: auto;
  left: 0;
}

.product_detail_list li .right .title {
  margin-bottom: 18px;
  color: #000;
}

.product_detail_list li .right .des {
  line-height: 1.625em;
  color: #000;
}

.product_detail_list li .right .txt {
  margin-bottom: 32px;
}

.product_detail_list li .right .txt p {
  margin-top: 14px;
  position: relative;
  padding-left: 34px;
}

.product_detail_list li .right .txt p:before {
  content: '';
  width: 16px;
  height: 12px;
  background: url(../images/product_cq_detail/dui.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 2px;
  top: 6px;
}

.product_detail_list li .right .txt p span {
  width: 40%;
  display: inline-block;
}

.product_detail_list li .right .txt p span:nth-child(2) {
  padding-left: 34px;
  position: relative;
}

.product_detail_list li .right .txt p span:nth-child(2):before {
  content: '';
  width: 16px;
  height: 12px;
  background: url(../images/finance/dui.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 2px;
  top: 6px;
}

.product_detail_list li .product_detail_link {
  position: relative;
}

.product_detail_list li .product_detail_link a {
  box-sizing: content-box;
  float: left;
  margin-right: 10px;
  width: 126px;
  height: 38px;
  text-align: center;
  border-radius: 5px;
  line-height: 38px;
  border: 1px solid #7b7d7e;
  color: #7b7d7e;
}

.product_detail_list li .product_detail_link a:nth-child(2) {
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  color: #fff;
  border: none;
  height: 40px;
  line-height: 40px;
}

.product_detail_list li .product_detail_link a .iconfont {
  opacity: 0;
  transition: all 0.4s;
}

.product_detail_list li .product_detail_link a:hover .iconfont {
  opacity: 1;
  margin-left: 10px;
}



.product_detail_list li .product_detail_link a:after {
  transform: translateY(-1px);
  content: "";
  transition: 0.5s;
  font-family: "iconfont";
  display: inline-block;
  vertical-align: middle;
}

.product_detail_list li .product_detail_link a:hover:after {
  content: "\e683";
  transition: 0.5s;
  margin-left: 5px;
}



@media only screen and (max-width: 1440px) {
  .product_detail_list li .right .title {
    margin-bottom: 10px;
  }

  .product_detail_list li .right .txt p {
    margin-top: 10px;
  }

  .product_detail_list li .right .txt {
    margin-bottom: 20px;
  }

  .product_detail_list li .right {
    width: 40%;
  }
}

@media only screen and (max-width: 1366px) {
  .product_detail_list li .left {
    width: 54.7%;
  }

  .product_detail_list li .left .img_small {
    max-width: 50%;
  }
}

@media only screen and (max-width: 1210px) {
  .product_detail_list li .right {
    right: 20px;
  }

  .product_detail_list li:nth-child(even) .right {
    left: 20px;
  }

}







.product_detail_logo {
  padding: 4.4% 0 5.2%;
}

.product_detail_logo .big_title {
  margin-bottom: 12px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}

.product_detail_logos ul {
  font-size: 0;
}

.product_detail_logos li {
  display: inline-block;
  vertical-align: middle;
  width: 16%;
  text-align: center;
  font-size: 0;
  line-height: 120px;
}

.product_detail_logos li img {
  vertical-align: middle;
  max-width: 65%;
}



.product_xc_help_list {
  width: 100%;
  margin: 0 auto;
}

.product_xc_help {
  background: #f5f7fa;
  padding: 2.68% 0 4%;
}

.product_xc_help .big_title {
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.96%;
}

.product_xc_help .product_xc_help_item {
  float: left;
  width: 44.5%;
  margin-right: 3%;
  margin-left: 3%;
  margin-bottom: 1.1%;
  background: #ffffff;
  padding: 2.125% 1.9%;
  border-radius: 4px;
  border: 1px solid #e9ebef;
  cursor: default;
  font-size: 0;
}

.product_xc_help .product_xc_help_item:hover {
  border-color: #fff;
  box-shadow: 0 0 13px #ccc;
}

.product_xc_help .product_xc_help_item:nth-child(2n) {
  margin-right: 0;
  margin-left: 0;
}

.product_xc_help .product_xc_help_item .icon_img {
  vertical-align: top;
  margin-right: 30px;
  display: inline-block;
  width: 68px;
}

.product_xc_help .product_xc_help_item .text {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 100px);
  color: #000;
}

/*.product_xc_help .product_xc_help_item .text .title{font-weight: 600;}*/
.product_xc_help .product_xc_help_item .text .des {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.5em;
}

@media only screen and (max-width: 1440px) {
  .product_xc_help .product_xc_help_item {
    padding: 2.125%;
  }

}


.product_xc_download1 {
  background: url(../images/product/xiazai_bg1.jpg) no-repeat center;
  background-size: cover;
  padding: 3.6% 0;
  overflow: hidden;
}

.product_xc_download1 .left_text {
  line-height: 50px;
  color: #fff;
}

.product_xc_download1 .link {
  margin-top: 25px;
}

.product_xc_download1 .link a {
  box-sizing: content-box;
  display: block;
  float: left;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  margin-left: 19px;
}

.product_xc_download1 .link a:after {
  display: inline-block;
  content: "";
  border: solid white;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg) translateY(-2px);
  -webkit-transform: rotate(-45deg) translateY(-2px);
  transition: 0.5s;
  vertical-align: middle;
  margin-left: 2px;
}

.product_xc_download1 .link a:hover::after {
  transition: 0.5s;
  margin-left: 10px;
}



#videoPopup1 {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#videoPopup1 .video-box {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

#videoPopup1 .video-box video {
  width: 100%;
}

#videoPopup1 .video-box .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  text-align: center;
}

#videoPopup1 .video-box .close span {
  font-size: 16px;
  line-height: 40px;
  color: #fff;
}

#videoPopup1 .video-box .close:hover {
  background: rgba(0, 0, 0, 0.5);
}

/* 客户案例 */
.product_swy_about {
  padding: 3.96% 0;
}

.product_swy_about .big_title {
  text-align: center;
  margin-bottom: 5.28%;
}

.product_swy_about .swy_about {
  box-shadow: 1px 1px 30px rgba(4, 0, 0, 0.1);
  border-radius: 10px;
  position: relative;
}

.product_swy_about .swy_about .left {
  width: 34.7%;
  position: absolute;
  height: 100%;
}

.product_swy_about .swy_about .left .img {
  width: 100%;
  height: 100%;
}

.product_swy_about .swy_about .right {
  width: 65.3%;
}

.product_swy_about .swy_about .right .right_box {
  padding: 8%;
}

.product_swy_about .swy_about .right .logo {
  margin-bottom: 28px;
}

.product_swy_about .swy_about .right .title {
  margin-bottom: 25px;
}

.product_swy_about .swy_about .right .des {
  line-height: 1.75em;
  color: #909090;
  margin-bottom: 40px;
}

.product_swy_about .swy_about .right .count_list li {
  width: 33.3%;
  padding-right: 2%;
}

.product_swy_about .swy_about .right .count {
  color: #0086f6;
}

.product_swy_about .swy_about .right .count_des {
  color: #909090;
}

/* .product_swy_about .swy_about_logo{padding:8.2% 0  2%;} */
.product_swy_about .swy_about_logo li {
  width: 14.28%;
  height: 94px;
  line-height: 94px;
  text-align: center;
  margin-bottom: 10px;
}

.product_swy_about .swy_about_logo img {
  width: 100%;
}

.product_xk_xt_list li .img img {
  height: 72px;
}