/*banner*/
/* 字体--数字用的 */
@font-face {
  font-family: "DINAlternateBold";
  src: url("fonts/DINAlternateBolddb3c.ttf?gym6ww") format("truetype");
}
.mod_slide {
  position: relative;
}
.mod_slide li {
  margin: 0;
  padding: 0;
}
.mod_slide .slide_ctn_wrap {
  width: 100%;
  height: 456px;
  overflow: hidden;
}
.mod_slide .slide_ctn {
  position: relative;
}
.mod_slide .slide_ctn .banner-li-one {
  background: url(../../images/index/banner/banner-01-20181015.html) no-repeat
    center;
}
.banner-fwqy-bg01 {
  width: 1920px;
  width: 100%;
  height: 456px;
  position: absolute;
  z-index: 4;
  /* background: url(/resource/images/index/banner/banner-01-bg01.png) no-repeat
    center; */
}
.banner-fwqy-bg02 {
  width: 1920px;
  width: 100%;
  height: 456px;
  position: absolute;
  z-index: 0;
  /* background: url(/resource/images/index/banner/banner-01-bg02.png) no-repeat center; */
}
.banner-number-sprite {
  width: 100%;
  height: 496px;
  z-index: 5;
  position: absolute;
  background: url(../../images/index/banner/banner-01-sprite.html) no-repeat
    center;
  background-position-y: -496px;
}
/* banner 数字跳动动效 */
.mod_slide .slide_ctn .banner-li-01 {
  /* width: 1920px; */
  background: #fff;
  z-index: 4;
}
#theme-page .mod_slide .slide_ctn img {
  position: absolute;
  max-width: 1920px;
  width: 1920px;
}
.mod_slide .slide_ctn .banner-li-01 .img02 {
  top: 0;
  z-index: 99;
}
.mod_slide .slide_ctn .banner-li-01 .title {
  /*position: absolute;*/
  /*width: 100%;*/
  /*color: #fff;*/
  /*font-size: 32px;*/
  /*line-height: 48px;*/
  /*text-align: center;*/
  /*top: 120px;*/
}

.mod_slide .slide_ctn .banner-li-01 .number-top {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 100px;
  line-height: 100px;
  font-family: DINAlternateBold;
  text-align: center;
  top: 176px;
}

.mod_slide .slide_ctn .banner-li-01 .change-box {
  width: 100%;
  height: 496px;
  position: relative;
}
.change-box-number {
  width: 1170px;
  margin: 0 auto;
}
.mod_slide .slide_ctn .banner-li-01 .number {
  display: inline-block;
  color: #fff;
  text-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  font-size: 120px;
  line-height: 120px;
  font-family: DINAlternateBold;
  font-weight: 500;
  position: absolute;
  bottom: 176px;
}
.mod_slide .slide_ctn .banner-li-01 .number.left {
  /* left: 390px; */
  margin-left: 15px;
}
.mod_slide .slide_ctn .banner-li-01 .number.center {
  /* left: 857px; */
  margin-left: 482px;
}
.mod_slide .slide_ctn .banner-li-01 .number.right {
  /* left: 1271px; */
  margin-left: 896px;
}
.mod_slide .slide_ctn .banner-li-01 .c-decs {
  width: 100%;
  height: 496px;
  position: absolute;
}
.mod_slide .slide_ctn .banner-li-01 .c-decs-content {
  width: 1170px;
  margin: 0 auto;
}
.mod_slide .slide_ctn .banner-li-01 .decs {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  display: inline-block;
  position: absolute;
  bottom: 160px;
}
.mod_slide .slide_ctn .banner-li-01 .decs.left {
  /* left: 582px; */
  margin-left: 207px;
}
.mod_slide .slide_ctn .banner-li-01 .decs.center {
  /* left: 991px; */
  margin-left: 616px;
}
.mod_slide .slide_ctn .banner-li-01 .decs.right {
  /* left: 1462px; */
  margin-left: 1087px;
}
/* banner 数字跳动动效--end */
/* 上一张下一张 */
.mod_slide .banner-prev-button {
  position: absolute;
  z-index: 99;
  /* background: url(/resource/images/index/banner/prev-button.png)no-repeat center; */
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  left: 40px;
  cursor: pointer;
}
.mod_slide:hover .banner-prev-button{
  background: url(../../images/index/banner/prev-button.png)no-repeat center;
}
.mod_slide .banner-prev-button:active{
  background: url(../../images/index/banner/prev-button-active.png)no-repeat center;
}
.mod_slide .banner-next-button {
  position: absolute;
  z-index: 99;
  /* background: url(/resource/images/index/banner/next-button.png)no-repeat center; */
  width: 64px;
  height: 64px;
  top: 50%;
  margin-top: -32px;
  right: 40px;
  cursor: pointer;
}
.mod_slide:hover .banner-next-button{
  background: url(../../images/index/banner/next-button.png)no-repeat center;
}
.mod_slide .banner-next-button:active{
  background: url(../../images/index/banner/next-button-active.png)no-repeat center;
}
.mod_slide .slide_ctn li {
  position: absolute;
  top: 0;
  left: 0;
  /* height: 640px; */
  width: 100%;
}
.mod_slide .slide_ctn li.current {
  z-index: 9;
}
.mod_slide .slide_ctrl {
  position: absolute;
  bottom: 33px;
  left: 50%;
  /* margin-left: -28px; */
  z-index: 9;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.mod_slide .slide_ctrl li {
  float: left;
  display: inline;
  text-indent: -9999px;
  margin-right: 10px;
  width: 40px;
  height: 4px;
  background-color: rgb(255, 255, 255, 0.2);
  overflow: hidden;
  cursor: pointer;
}
.mod_slide .slide_ctrl li.current span {
  background-color: #fff;
  filter: alpha(Opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.mod_slide .slide_ctrl li .xList {
  width: 0%;
  height: 100%;
  position: relative;
}
.mod_slide .slide_ctrl li .xList .xNum {
  position: absolute;
  top: 50%;
  right: 5%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 10;
}
/* 上下移动的呼吸效果banner 没用*/
/* .banner-li-idc .banner-idc-move {
  -webkit-animation: anim-top-bottom 2s linear infinite;
  -moz-animation: anim-top-bottom 2s linear infinite;
  -ms-animation: anim-top-bottom 2s linear infinite;
  animation: anim-top-bottom 2s linear infinite;
} */
.banner-dongao-li .content-box{
  position: relative;
  width: 1170px;
  margin: 0 auto;
  height: 496px;
}
.banner-dongao-li .content{
  position: absolute;
  top: 420px;
}
.banner-dongao-li .content .btn{
  padding: 12px 56px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border-radius: 1px;
  background: #00ccc5;
}
.banner-lucky2018{
  background:url(../../../cdn/jdy/images/index/banner/prom_lucky2018_3.jpg)no-repeat center;
}
.banner-boss{
  background:url(../../images/index/banner/banner-boss.png)no-repeat center;
}
.banner-idc-bg {
  z-index: -1;
  width: 100%;
  height: 496px;
  position: absolute;
  background: url(../../../cdn/jdy/images/index/banner/banner-IDC-bg.png)
    no-repeat center;
}
.banner-idc-move {
  width: 1920px;
  width: 100%;
  height: 496px;
  position: absolute;
  /* background: url(/resource/images/index/banner/banner-IDC-move.png) no-repeat
    center; */
}
.banner-li-idc video {
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  margin: auto;
  width: 1920px;
  min-height: 100%;
  background: transparent;
}
.banner-li-idc .content-box {
  width: 1170px;
  margin: 0 auto;
  height: 496px;
  position: relative;
}
.banner-li-idc .content {
  top: 200px;
  /* left: 390px; */
  position: absolute;
}
.banner-li-idc .content h3 {
  font-size: 40px;
  color: #fff;
  line-height: 48px;
  margin-bottom: 32px;
}
.banner-li-idc .content p {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 48px;
}
.banner-li-idc .content .btn {
  padding: 12px 56px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  border-radius: 1px;
  background: #00ccc5;
}
.banner-lucky2018 {
  height: 496px;
  background-color: #7f0014;
  background: url(../../../../images.youshang.com/resources/portal/v10/images/jdy/banner/banner-lucky2018.png)
    no-repeat center;
}
.banner-boss {
  height: 496px;
  background: url(../../images/index/banner/banner-boss.png) no-repeat
    center;
}
.mk-grid,
.mk-inner-grid {
  max-width: 100%;
}
.container_index {
  font-family: "Helvetica Neue", "Hiragino Sans GB", "Microsoft YaHei",
    u9ed1u4f53, Arial, sans-serif;
  min-width: 1120px;
  background-color: #fff;
}
#nav_wapper {
  background: rgb(27, 38, 83, 0);
  position: fixed;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
/*#nav_wapper:hover {*/
  /*background: rgb(27, 38, 83, 0.95) !important;*/
/*}*/
/* banner的斜三角 */
.banner-triangle-box {
  width: 100%;
  bottom: 0;
  height: 120px;
  z-index: 40;
  position: absolute;
}
.banner-triangle {
  height: 120px;
  background: url(https://cdn.jdy.com/jdy/images/index/banner/banner-triangle.svg)
    no-repeat center;
}
#nav_wapper .activeHover {
  background: rgb(27, 38, 83, 0.9);
}
/* banner下面的items */
/* 背景盒子 */
/* .bg-items-box {
  position: relative;
  top: -100px;
  z-index: 9;
} */
#index_banItem {
  position: absolute;
  bottom: -8px;
  z-index: 50;
  width: 100%;
}
.banner-items-box {
  width: 1170px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.1);
}
.banner-item-wrap {
  position: absolute;
  z-index: 9;
  bottom: 0;
}
/* 阴影框 */
.banner-items-shadow {
  background: #ffffff;
  padding: 32px 0px 32px 32px;
  width: 33%;
  display: inline-block;
}
/* .banner-items-shadow:nth-child(1),
.banner-items-shadow:nth-child(2),
.banner-items-shadow:nth-child(3) {
  padding-left: 32px;
  margin-right: 0;
} */
/* 阴影框 */
.banner-items-img {
  display: inline-block;
  background: url(../../../cdn/jdy/images/index/banner/icon-banner-items.png)
    no-repeat;
  width: 64px;
  height: 64px;
  vertical-align: middle;
  margin-right: 24px;
}
.banner-items-img.one {
  background-position: 0px -64px;
}
.banner-items-img.two {
  background-position: 0px -192px;
}
.banner-items-img.three {
  background-position: 0px -320px;
}
.banner-items-shadow:nth-child(1):hover .one {
  background-position: 0px 0px;
}
.banner-items-shadow:nth-child(2):hover .two {
  background-position: 0px -128px;
}
.banner-items-shadow:nth-child(3):hover .three {
  background-position: 0px -256px;
}
.banner-items-h4 {
  font-size: 18px;
  color: #333333;
  line-height: 28px;
  font-weight: bold;
}
.banner-items-p {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
/* 文字描述 */
.content-fancy-column {
  text-align: center;
}
.content-fancy-title {
  font-size: 30px;
  color: #212121;
  letter-spacing: 0;
  text-align: center;
  line-height: 48px;
  margin-top: 0px;
  margin-bottom: 8px;
}
.content-fancy-decs {
  margin-bottom: 0px;
}
.content-fancy-decs p {
  font-size: 16px;
  color: #666666;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
}
/*section_border*/
.section_border {
  width: 100%;
  height: 2px;
  background: url(../../images/index/section_border.png) no-repeat center;
}
/* 我们的产品--文字 */
#yunchanpin {
  margin-bottom: 56px;
  padding-top: 80px;
}
/*功能亮点*/
#function_index {
  width: 100%;
  position: relative;
  margin-bottom: 0px;
}
#function_index .function_tab_container {
  width: 100%;
  height: 590px;
}
#function_index .function_tab {
  width: 1244px;
  margin: 0 auto;
}
#function_index .tab_item {
  /* width: 20%; */
  width: 19%;
  /*padding: 0 37px;*/
  /* position: relative; */
  text-align: center;
  background: transparent;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  border-radius: 3px;
  cursor: pointer;
}
#function_index .tab_item .icon {
  width: 88px;
  height: 88px;
  display: block;
  margin: 0px auto 16px;
  background: url(../../images/index/product/icon.png) no-repeat;
}
#function_index .tab_item .icon-01 {
  background-position: 0px -440px;
}
#function_index .tab_item .icon-02 {
  background-position: 0px -968px;
}
#function_index .tab_item .icon-03 {
  background-position: 0px -792px;
}
#function_index .tab_item .icon-04 {
  background-position: 0px 0px;
}
#function_index .tab_item .icon-05 {
  background-position: 0px -616px;
}
#function_index .tab_item .icon-06 {
  background-position: 0px -264px;
}
#function_index .tab_item.active .icon-01 {
  background-position: 0px -352px;
}
#function_index .tab_item.active .icon-02 {
  background-position: 0px -880px;
}
#function_index .tab_item.active .icon-03 {
  background-position: 0px -704px;
}
#function_index .tab_item.active .icon-04 {
  background-position: 0px -88px;
}
#function_index .tab_item.active .icon-05 {
  background-position: 0px -528px;
}
#function_index .tab_item.active .icon-06 {
  background-position: 0px -176px;
}
#function_index .tabs-solid {
  width: 0%;
  transition: width 1s;
}
#function_index .active .tabs-solid {
  display: block;
  width: 50%;
  height: 28px;
  margin: 0 auto;
  border-bottom: 4px solid #2386EE;
}
#function_index .tab_item .name {
  font-size: 16px;
  line-height: 24px;
  color: #212121;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
#function_index .tab_item.active .name {
  color: #212121;
}
#function_index .function_content_container {
  display: none;
  width: 100%;
  height: 472px;
  position: absolute;
  background-color: #F3F6FA;
  left: 0;
  right: 0;
}
#function_index .active .function_content_container {
  display: block;
}
#function_index .function_content {
  width: 1170px;
  height: 560px;
  margin: 0 auto;
  position: relative;
  text-align: left;
  opacity: 0;
  animation: fade-in 1.3s ease-out 1 forwards;
  -webkit-animation: fade-in 1.3s ease-out 1 forwards;
  transition: all 0.8s ease 1s;
}
#function_index .function_content_container.active .function_content {
  opacity: 1;
}
#function_index .content_item {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
}
#function_index .content_item .title {
  font-size: 24px;
  line-height: 48px;
  color: #212121;
  margin-top: 0px;
  font-weight: 400;
}
#function_index .content_item .detail {
  margin-top: 16px;
  margin-bottom: 32px;
  list-style-type: decimal;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
}
#function_index .content_item .detail .item {
  margin: 0;
  list-style-type: disc;
}
#function_index .content_item .try,
#function_index .content_item .buy {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  width: 128px;
  font-size: 15px;
  border-radius: 1px;
  text-align: center;
  margin-top: 0px;
  margin-right: 32px;
  border-radius: 5px;
}
#function_index .content_item .try {
  color: #2386EE ;
  border: 1px solid #2386EE ;
  /* background-color: #00ccc5; */
}
#function_index .content_item .buy {
  border: 1px solid #999999;
  color: #212121;
}
#function_index .btn-box {
  margin-top: 40px;
  padding: 0px;
}
#function_index .content_img {
  position: absolute;
  /* width: 480px; */
  top: 40px;
  right: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 我们的优势 */
#jingdouyun {
  /*padding-top: 72px;*/
  margin-bottom: 64px;
}
/*发展历程*/
#progress_index {
  width: 1120px;
  margin: 0 auto;
  padding-top: 80px;
  height: 330px;
  position: relative;
  margin-bottom: -35px;
}
#progress_index .progress_title {
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  color: #181818;
  text-align: center;
}
#progress_index .progress_line {
  width: 1120px;
  height: 1px;
  background: url(../../images/index/progress_line.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 105px;
}
#progress_index .year {
  position: absolute;
  width: 66px;
  height: 96px;
  cursor: pointer;
}
#progress_index .year_1994 {
  left: 90px;
  top: -46px;
}
#progress_index .year_1996 {
  left: 310px;
  top: -46px;
}
#progress_index .year_2004 {
  left: 530px;
  top: -46px;
}
#progress_index .year_2007 {
  left: 750px;
  top: -46px;
}
#progress_index .year_2016 {
  left: 970px;
  top: -46px;
}
#progress_index .point {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 4px solid #3bbcfd;
  border-radius: 50%;
  background: #fff;
  left: 25px;
  top: 39px;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
#progress_index .active .point {
  background: #3bbcfd;
  /*background:linear-gradient(to bottom,#31d1eb,#3abffb);*/
  /*background:-webkit-linear-gradient(to bottom,#31d1eb,#3abffb);*/
}
#progress_index .active .point:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  background: #a4ebf6;
  background: linear-gradient(to right, #a4ebf6, #a9e2fe);
  background: -webkit-linear-gradient(to right, #a4ebf6, #a9e2fe);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  animation: fadeOut 1.3s ease infinite;
  -webkit-animation: fadeOut 1.3s ease infinite;
  /*box-shadow:0 0 33px rgba(164,235,246,.3);*/
}
#progress_index .active .point:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  background: #3bbcfd;
  background: linear-gradient(to right, #32d0ec, #3abffb);
  background: -webkit-linear-gradient(to right, #32d0ec, #3abffb);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#progress_index .num {
  font-size: 24px;
  line-height: 1;
  color: #3bbcfd;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
}
#progress_index .content {
  position: absolute;
  padding: 17px 13px;
  width: 444px;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  background: #38c5f5;
  text-indent: 2em;
  z-index: 7;
  border-radius: 5px;
  box-shadow: 0 5px 7px rgba(56, 197, 245, 0.49);
  cursor: default;
  left: -87px;
  bottom: 92px;
  opacity: 0;
  display: none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
#progress_index .content p {
  font-size: 14px;
  line-height: 26px;
  color: #fff;
}
#progress_index .content:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-top: 15px solid #38c5f5;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  left: 105px;
  bottom: -15px;
}
#progress_index .active .content {
  display: block;
  opacity: 1;
}
#progress_index .year_2007 .content {
  left: -102px;
  bottom: 92px;
}
#progress_index .year_2007 .content:after {
  left: 120px;
  bottom: -15px;
}
#progress_index .year_2016 .content {
  left: -322px;
  bottom: 92px;
}
#progress_index .year_2016 .content:after {
  left: 340px;
  bottom: -15px;
}
/*为什么选择精斗云--18.10.16*/
.block-adventage {
  padding-bottom: 70px;
}
.y-row {
  width: 1170px;
  margin-right: auto;
  margin-left: auto;
  zoom: 1;
}
.y-clear {
  zoom: 1;
}
.block-adventage .adventage-list {
  border: 1px solid rgba(151, 151, 151, 0.2);
  border-radius: 5px;
  box-shadow: 0 8px 20px 1px rgba(0, 0, 0, 0.08);
}
.block-adventage .adventage-list .adventage {
  float: left;
  position: relative;
  width: 25%;
  height: 360px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  margin-left: 0;
}
.block-adventage .adventage-list .adventage:last-child {
  border-right: none;
}
.block-adventage .adventage-list .adventage:before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid rgba(151, 151, 151, 0.2);
}
.block-adventage .adventage-list .adventage .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  text-align: center;
}
.block-adventage .adventage-list .adventage img {
  position: relative;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-adventage .adventage-list .adventage .icon {
  position: relative;
  top: 0;
  margin: 100px auto 0;
  -webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-adventage .adventage-list .adventage .title {
  position: relative;
  top: 0;
  margin-top: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #212121;
  -webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-adventage .adventage-list .adventage .desc {
  position: relative;
  top: 0;
  margin-top: 16px;
  padding: 0 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.65s cubic-bezier(0.4, 0, 0.2, 1);
}
.block-adventage .adventage-list .adventage.active .img {
  opacity: 1;
}
.block-adventage .adventage-list .adventage.active .icon {
  top: -60px;
}
.block-adventage .adventage-list .adventage.active .title {
  top: -60px;
  color: #fff;
}
.block-adventage .adventage-list .adventage.active .desc {
  top: -60px;
  opacity: 1;
}
.block-adventage .adventage-list .icon {
  font-size: 80px;
}
/* 具体功能列举 */
#index_adventage {
  padding-top: 72px;
}
.product-adventage-wrap {
  background-color: #f6f8fa;
  padding-bottom: 72px;
}
.product-adventage {
  width: 1170px;
  height: auto;
  margin: 0 auto;
}
.product-adventage-header {
  text-align: center;
  margin-bottom: 64px;
}
.product-adventage-header .title {
  font-size: 30px;
  line-height: 48px;
  color: #212121;
  margin-bottom: 8px;
}
.product-adventage-header .content {
}
.product-adventage-header .decs {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.product-adventage-content {
  opacity: 0;
  opacity: 1\0;
}
.product-adventage-box {
  width: 33%;
  text-align: center;
  display: inline-block;
  margin-bottom: 64px;
  vertical-align: top;
}
.product-adventage-box:nth-child(7),
.product-adventage-box:nth-child(8),
.product-adventage-box:nth-child(9) {
  margin-bottom: 0;
}
.product-adventage-items {
  color: #212121;
}
.product-adventage-items .icon {
  margin-bottom: 16px;
  font-size: 40px;
  /* vertical-align: middle;
      width: 40px;
      height: 40px;
      margin:0 auto;
      background: url('/resource/images/index/product/icon-ls.png')no-repeat; */
}
.product-adventage-items .title {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 8px;
}
.product-adventage-items .decs {
  color: #666;
}
.product-adventage-items .decs p {
  font-size: 14px;
  line-height: 24px;
}

/*客户案例*/
#customer {
  padding: 0px 0;
  background-color: #F3F6FA;
  background-position: center center;
  background-repeat: no-repeat;
  height: 680px;
}
#customer .vc_col-sm-12,
#customer .mk-padding-wrapper {
  padding: 0px;
}
#customer .mk-section-color-mask {
  transition: "all 0.8s ease 0s";
  background-position: "center";
}
.mask-0 {
  background-image: url(../../../cdn/jdy/images/assets/columnImg.png);
  opacity: 1;
}
.mask-1 {
  background-image: url(../../../cdn/jdy/images/assets/yf.png);
  opacity: 1;
}
.mask-2 {
  background-image: url(../../../cdn/jdy/images/assets/3c.png);
  opacity: 1;
}
.mask-3 {
  background-image: url(../../../cdn/jdy/images/assets/my.png);
  opacity: 1;
}
.mask-4 {
  background-image: url(../../../cdn/jdy/images/assets/wtbg.png);
  opacity: 1;
}
.mask-5 {
  background-image: url(../../../cdn/jdy/images/assets/wtbg.png);
  opacity: 1;
}
.mask-6 {
  background-image: url(../../images/index/leimu/keji.png);
  opacity: 1;
}
.mask-7 {
  background-image: url(../../images/index/leimu/meirong.png);
  opacity: 1;
}
.mask-8 {
  background-image: url(../../images/index/leimu/fushui.png);
  opacity: 1;
}
.mask-9 {
  background-image: url(../../images/index/leimu/fangchan.png);
  opacity: 1;
}
#customer_index {
  /* width: 100%; */
  margin: 0 auto;
  /* padding-top: 60px; */
  /* height: 720px;
  display: flex; */
  /* margin-bottom: -35px; */
}
.customer_tab {
  padding: 191px 0px 0px 0px;
  width: 14%;
  float: left;
  background-image: linear-gradient(
    -180deg,
    #F3F6FA 0%,
    #F3F6FA 50%,
    #F3F6FA  100%
  );
}
.customer_tabItem {
  height: 50px;
  /* width: 240px; */
  width: 100%;
  font-size: 14px;
  color: #999999;
  line-height: 50px;
  text-align: center;
  border-right: 1px solid #ccc;
}
.customer_tab .active {
  color: #3075F8;
  border-right: 4px solid #2386EE;
  background-image: linear-gradient(-90deg, rgba(180,206,255,0.44)  0%, rgba(255,255,255,0.00) 78%);
}
#customer_index .customer_content {
  padding-left: 50px;
  float: left;
  width: 80%;
}
#customer_index .customer_content .title {
  margin-top: 64px;
  margin-left: 200px;
  font-size: 32px;
  color: #212121;
  line-height: 48px;
}
#customer_index .customer_content .desc {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 8px;
}
#customer_index .customer_content .customer_detail {
  margin-top: 64px;
}
#customer_index .customer_content .subtitle {
  font-size: 24px;
  color: #212121;
  line-height: 30px;
  margin-bottom: 16px;
  text-align: left;
}
#customer_index .customer_content .subdesc {
  height: 185px;
}
#customer_index .customer_content .more {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  font-size: 16px;
  color: #ffffff;
  line-height: 38px;
  height: 40px;
  width: 160px;
  text-align: center;
  margin-top: 32px;
}
#customer_index .customer_content .free{
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  line-height: 38px;
  height: 40px;
  width: 160px;
  text-align: center;
  margin-top: 32px;
  background: #2386EE;
  transition: all 0.3s linear;
}
#customer_index .customer_content .free:hover{
  transform: scale(1.05);
}
#customer_index .customer_content p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  width: 436px;
}
#customer_index .customer_content p a{
  font-size: 14px;
  color: #029be2;
  letter-spacing: 0;
  line-height: 28px;
  text-decoration:underline;
  margin-left: 30px;
}
#customer_index .customer_content .customer_pic {
  /* display: flex;
  justify-content: flex-start; */
  width: 100%;
}
#customer_index .customer_content .customer_pic a {
  height: 64px;
  /* width: 120px; */
  /* background-color: white; */
  /* margin-right: 32px; */
}
#customer_index .customer_content .customer_pic a img {
  transition: all 0.5s ease;
  background-color: white;
  width: 88px;
  height: 42px;
}
#customer_index .customer_content .customer_pic a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* 企业荣誉 */
/* 企业图标 */
.honor_div {
  background-color: #f6f8fa;
}
#honor_index {
  width: 100%;
  background: #f6f8fa;
}
#honor_index .honor_content {
  width: 1170px;
  padding-top: 44px;
  margin: 0 auto;
  margin-bottom: 49px;
}
#honor_index .honor_title {
  font-size: 32px;
  line-height: 48px;
  font-weight: 400;
  color: #181818;
  text-align: center;
}
#honor_index .honor-title{
  font-size: 24px;
  color: #212121;
  letter-spacing: 0;
  text-align: center;
  position: relative;
}
#honor_index .honor-title::before{
  content: "";
  width: 48px;
  border: 1px solid #D1D1D1;
  position: absolute;
  left: 36%;
  margin-top: 15px;
}
#honor_index .honor-title::after{
  content: "";
  width: 48px;
  border: 1px solid #D1D1D1;
  position: absolute;
  right: 36%;
  margin-top: 15px;
}
#honor_index .honor_pic_mobile_modal {
  display: none;
}
#honor_index .honor_pic {
  width: 100%;
  height: 100%;
  background: #f6f8fa;
  padding-bottom: 57px;
}
#honor_index .swiper {
  margin: 0 auto;
  width: 1200px;
}
#honor_index .swiper-container {
  height: 100%;
  margin: 0 auto;
}
#honor_index .swiper-container .picture-box {
  height: 104px;
  width: 210px;
  background: #fff;
  padding: 12px 25px;
  margin-bottom: 8px;
}
#honor_index .swiper-container .picture {
  display: block;
  width: 160px;
  height: 80px;
  background: url(../../images/index/honor/icon.png) no-repeat;
}
#honor_index .swiper-container .picture.honor_logo_1 {
  background-position: 0px 0px;
}
#honor_index .swiper-container .picture.honor_logo_2 {
  background-position: 0px -80px;
}
#honor_index .swiper-container .picture.honor_logo_3 {
  background-position: 0px -160px;
}
#honor_index .swiper-container .picture.honor_logo_4 {
  background-position: 0px -240px;
}
#honor_index .swiper-container .picture.honor_logo_5 {
  background-position: 0px -320px;
}
#honor_index .swiper-container .picture.honor_logo_6 {
  background-position: 0px -400px;
}
#honor_index .swiper-container .picture.honor_logo_7 {
  background-position: 0px -480px;
}
#honor_index .swiper-container .picture.honor_logo_8 {
  background-position: 0px -560px;
}
#honor_index .swiper-container .picture.honor_logo_9 {
  background-position: 0px -496px;
}
#honor_index .swiper-container .picture.honor_logo_10 {
  background-position: 0px -720px;
}
#honor_index .swiper-slide {
  padding: 15px;
  width: 20%;
  box-sizing: border-box;
}
#honor_index .swiper-container .name {
  font-size: 14px;
  line-height: 20px;
  color: #58595b;
  text-align: center;
}
.swiper_in {
  -moz-animation: swiper-in 0.75s;
  -webkit-animation: swiper-in 0.75s;
  animation: swiper-in 0.75s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes swiper-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-moz-keyframes swiper-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@-ms-keyframes swiper-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes swiper-in {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
/* 媒体报道 */
#news_index {
  padding-top: 15px;
  padding-bottom: 5px;
}
#news_index {
  min-height: 248px;
}
#news_index .column_container .vc_column_container:first-child {
  height: 42px;
}
#news_index .tab_item {
  font-size: 22px;
  line-height: 1;
  color: #fff;
  margin-right: 41px;
}
#news_index .tab_item.active {
  /* font-size:28px; */
  font-weight: 700;
  /* margin-right:31px; */
  color: #38c5f5;
  border-bottom: 2px solid #38c5f5;
  padding-bottom: 2px;
}
#news_index .wpb_content_element {
  margin-bottom: 10px !important;
}
#news_index .tab_item:last-child {
  margin: 0;
}
#news_index .loop-main-wrapper {
  position: relative;
  display: none;
}
#news_index .loop-main-wrapper.active {
  display: block !important;
}
#news_index .news_list {
  margin-right: 70px;
}
#news_index .news_item {
  font-size: 14px;
  line-height: 30px;
}
#news_index .news_item a {
  color: #fff;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
#news_index .more {
  font-size: 12px;
  line-height: 1;
  text-decoration: underline !important;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: -27px;
}
#news_index .right {
  height: 180px;
  padding-left: 30px;
  border-left: 1px solid #b9baba;
  margin: -8px 0 0 30px;
  width: 376px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
#news_index .right a {
  color: #fff;
}
#news_index .right .title {
  font-size: 22px;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 28px;
  color: #fff;
}
#news_index .right .content {
  position: relative;
  padding-left: 208px;
  width: 168px;
  height: 122px;
  overflow: hidden;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
}
#news_index .right .pic {
  position: absolute;
  left: 0;
  bottom: 0;
}
#news_index .right .name {
  font-size: 16px;
  line-height: 20px;
  margin: 9px 0 13px;
  color: #fff;
}
#news_index .right .detail {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
#news_index article {
  margin: 0;
  color: #fff;
  height: 3px;
  overflow: hidden;
}
#news_index article a {
  color: #fff;
}
#news_index .a_more {
  color: #fff;
  text-decoration: underline;
}
#news_index .other_news_box {
  margin-top: 12px;
}
#news_index .other_news_box,
#news_index .other_news_box a {
  color: #fff;
  font-size: 16px;
}
#news_index .other_news_box a {
  margin: 0 10px;
}
#news_index .other_news_box a:first-child {
  margin-left: 0;
}
/* 底部 */
#footer_wapper {
  padding: 0px 0;
  background-image: url(https://cdn.jdy.com/jdy/images/index/banner/bottom_xie.svg);
  background-color: #1b2653;
  background-position: center top;
  background-repeat: no-repeat;
  clear: both;
}
#footer_section .mk-padding-wrapper {
  padding: 0px;
}
#footer_section .vc_col-sm-12 {
  padding: 0px;
}
#footer_index {
  background: #ffffff;
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.1);
  height: 144px;
  margin: 0 auto;
  padding: 0 32px;
}
#footer_index .footer_title {
  font-weight: 500;
  line-height: 144px;
  font-size: 28px;
  color: #212121;
  height: 144px;
  margin-left: 32px;
  padding: 0px;
}
#footer_index .footer_try {
  /* background: #00ccc5; */
  width: 192px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  /* border-radius: 2px; */
  font-size: 16px;
  color: #fff;
  margin-top: 48px;
  float: right;
  /* background: #0073ff; */
  /* background:linear-gradient(to right,#0073FF,#3cbbfe); */
  /* background:-webkit-linear-gradient(to right,#0073FF,#3cbbfe); */
  /* margin-top: 24px; */
  /* margin-left: auto;
    margin-right: auto; */
}
.hoverable {
  position: relative;
  overflow: hidden;
}
.anim {
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.anim:before {
  position: relative;
  content: "";
  display: block;
  margin-top: 100%;
}
.anim:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 50%;
}
.hoverable .anim {
  -moz-animation: anim-out 0.75s;
  -webkit-animation: anim-out 0.75s;
  /* animation: anim-out 0.75s; */
}
.hoverable .anim:after {
  -moz-animation: anim-out-pseudo 0.75s;
  -webkit-animation: anim-out-pseudo 0.75s;
  animation: anim-out-pseudo 0.75s;
}
.hoverable .anim,
.hoverable .anim:after {
  animation-iteration-count: infinite;
  animation-duration: 1.3s;
}
@-webkit-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-in {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-in-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-in-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-in-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-in-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@keyframes anim-out {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-moz-keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    background: transparent;
  }
}
@keyframes anim-out-pseudo {
  0% {
    background: rgba(255, 255, 255, 0.25);
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes anim-top-bottom {
  0% {
    background-position-y: 0px;
  }
  25% {
    background-position-y: 5px;
  }
  50% {
    background-position-y: 0px;
  }
  75% {
    background-position-y: -5px;
  }
  100% {
    background-position-y: 0px;
  }
}
@-moz-keyframes anim-top-bottom {
  0% {
    top: 0px;
  }
  25% {
    top: 5px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: -5px;
  }
  100% {
    top: 0px;
  }
}
@-ms-keyframes anim-top-bottom {
  0% {
    top: 0px;
  }
  25% {
    top: 5px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: -5px;
  }
  100% {
    top: 0px;
  }
}
@keyframes anim-top-bottom {
  0% {
    top: 0px;
  }
  25% {
    top: 5px;
  }
  50% {
    top: 0px;
  }
  75% {
    top: -5px;
  }
  100% {
    top: 0px;
  }
}
#footer_index .footer_try:hover {
  /* background:linear-gradient(to right,#3cbbfe,#0073FF); */
  /* background:-webkit-linear-gradient(to right,#3cbbfe,#0073FF); */
}
/* tip */
#tip_index {
  width: 1118px;
  border-left: 1px solid #c2dfed;
  border-right: 1px solid #c2dfed;
  margin: 0 auto;
  height: 158px;
  text-align: center;
  margin-bottom: -35px;
}
#tip_index .tip {
  width: 372px;
  padding-top: 46px;
  height: 158px;
  border-right: 1px solid #c2dfed;
}
#tip_index .tip:last-child {
  border: 0;
}
#tip_index .word {
  color: #7e7e7e;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
#tip_index .tip .tip_title {
  margin: 0 auto;
  background: url(../../images/index/index_sprites.png) no-repeat;
}
#tip_index .tip .tip_title_1 {
  height: 36px;
  width: 153px;
  background-position: -375px -480px;
}
#tip_index .tip .tip_title_2 {
  height: 37px;
  width: 86px;
  background-position: -376px -544px;
}
#tip_index .tip .tip_title_3 {
  height: 36px;
  width: 78px;
  background-position: -376px -600px;
}
/* slideIn */
@keyframes slideIn {
  0% {
    transform: translateY(-22%);
    -webkit-transform: translateY(-22%);
    -ms-transform: translateY(-22%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@-webkit-keyframes slideIn {
  0% {
    transform: translateY(-22%);
    -webkit-transform: translateY(-22%);
    -ms-transform: translateY(-22%);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
/* fadeOut */
@keyframes fadeOut {
  0% {
    opacity: 1;
    width: 16px;
    height: 16px;
  }
  100% {
    opacity: 0.5;
    width: 32px;
    height: 32px;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    width: 16px;
    height: 16px;
  }
  100% {
    opacity: 0.5;
    width: 32px;
    height: 32px;
  }
}
/* zoomInOut */
@keyframes zoomInOut {
  0% {
    background-size: auto 100%;
  }
  50% {
    background-size: auto 110%;
  }
  100% {
    background-size: auto 100%;
  }
}
@-webkit-keyframes zoomInOut {
  0% {
    background-size: auto 100%;
  }
  50% {
    background-size: auto 110%;
  }
  100% {
    background-size: auto 100%;
  }
}
#index_banner {
  position: relative;
}
#index_banner .banner_tab_wrap {
  width: 100%;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 333;
}
#index_banner .banner_tab_box {
  width: 1120px;
  height: 120px;
  font-size: 18px;
  margin: 0 auto;
  border-left: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
  display: flex;
}
#index_banner .banner_tab_box .right-line {
  border-right: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.1);
}
#index_banner .banner_tab_box .tab {
  width: 372px;
  height: 120px;
  /* align-items: center; */
  /* justify-content: center; */
  position: relative;
}
#index_banner .banner_tab_box .tab .bolder {
  font-weight: border;
}
#index_banner .banner_tab_box .tab .tab_p_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  margin-left: -35%;
}
#index_banner .banner_tab_box .tab p {
  color: #fff;
  font-size: 16px;
}
#index_banner .banner_tab_box .tab i {
  display: inline-block;
  background: url(../../images/index/index_icon.png);
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
}
#index_banner .banner_tab_box .tab .hot_icon {
  background-position: -15px 468px;
}
#index_banner .banner_tab_box .tab .new_icon {
  background-position: -87px 468px;
}
/* .li_app .banner_tab_box .tab{
    width: 20%;
    align-items: center;
    justify-content: center;
    padding: 30px;
  } */
#right_tab {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 400px;
  /* top: 50%; */
  height: 108px;
  z-index: 1000;
  right: 42px;
  justify-content: space-between;
  /* margin-top: -54px; */
}
#right_tab .right_tab_item {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #cccccc;
}
#right_tab .hover_item {
  width: 0px;
  height: 20px;
  border-radius: 20px;
  position: absolute; /* 12 * 7-6-10; */
  right: 0;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  overflow: hidden;
  /* display: none; */
  background-color: #00ccc5;
  text-align: center;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
/* 响应式相关 */
.icon-taggle{
  display: none;
}

/* 首页右侧栏定位 */
.hk-contab{
  bottom: 155px;
}
.hk-top{
  bottom: 64px;
}
@media (min-width: 992px){
  .vc_col-md-2 {
    width: 110px;
  }
}

/*2019年9月14日客户案例*/
.seeInformation {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 1220px;
}
.seeInformation .title{
  font-size: 32px !important;
  color: #FFFFFF !important;
  letter-spacing: 0 !important;
  line-height: 48px !important;
  margin-top: 120px !important;
  margin-bottom: 16px !important;
}
.seeInformation .desc{
  width: 960px;
  height: 96px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 40px;
}
.seeInformation .seeDesc{
  display: inline-block;
  width:136px;
  height:40px;
  margin-right: 24px;
  background: rgba(255,255,255,0.40);
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s linear;
}
.seeInformation .seeDesc:hover{
  transform: scale(1.05);
}
.seeInformation .freeWant{
  display: inline-block;
  width:136px;
  height:40px;
  margin-right: 24px;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s linear;
}

.seeInformation .freeWant:hover{
  transform: scale(1.05);
}
.everyProduct{
  height:auto;
}

.everyProduct .subTitle{
  height:72px;
  background: #fff;
  /*justify-content: space-between;*/
}
.everyProduct .subTitle .titleCenter{
  width:1182px;
  height:100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.everyProduct .subTitle .active{
  color: #212121;
  border-bottom: 4px solid #2386EE !important;
}
.everyProduct .subTitle .active a{
  color: #212121;
}
.everyProduct .subTitle span{
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  padding-top: 32px;
  cursor: pointer;
}
.everyProduct .subTitle span a{
  font-family: PingFangSC-Medium;
  color: #999999;
}
/*.everyProduct .subTitle span:hover{*/
  /*color: #212121;*/
  /*border-bottom: 4px solid #2386EE;*/
  /*cursor: pointer;*/
/*}*/
/*.everyProduct .subTitle span:hover a{*/
  /*color: #212121;*/
/*}*/
.everyProduct .main{
  background: #F0F3F9;
}
.everyProduct .main .quare8{

  height: 100%;
  width:1220px;
  margin: 0 auto;
}
.everyProduct .main .contentClient{
  width: 100%;
  height: 100%;
}
.everyProduct .main .contentClient .kindOfClass{
  height: 372px;
}
.everyProduct .main .contentClient .kindOfClass .title{
  padding-top: 64px;
  font-size: 24px;
  color: #212121;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 24px;
}
.everyProduct .main .contentClient .kindOfClass .allContent{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  display: inline-block;
  background: white;
  width:280px;
  height: 248px;
  position: relative;
  margin-right: 20px;
  margin-bottom: 20px;
}
.everyProduct .main .contentClient .kindOfClass .allContent:hover .quare{
  z-index: -1;
}
.everyProduct .main .contentClient .kindOfClass .allContent:hover .background{
  box-shadow: 0 4px 20px 0 rgba(32,43,63,0.12);
}
.everyProduct .main .contentClient .kindOfClass .allContent .quare{
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.98);

  border-radius: 4px;
  padding:16px 20px 0 20px;
  box-sizing: border-box;
  position: absolute;
  left:0;
  top:0;
  z-index: 100;
}

.everyProduct .main .contentClient .kindOfClass .allContent .quare img{
  width: 240px;
  height: 128px !important;
}
.everyProduct .main .contentClient .kindOfClass .allContent .quare .bigTitle{
  font-size: 16px;
  color: #212121;
  letter-spacing: 0;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 8px;
}
.everyProduct .main .contentClient .kindOfClass .allContent .quare .smallTitle{
  font-size: 14px;
  color: #999999;
  letter-spacing: 0;
  line-height: 22px;
}
.everyProduct .main .contentClient .kindOfClass .allContent .quare .smallTitle a{
  color: #2A2A2A;
  margin-left: 20px;
}
.everyProduct .main .contentClient .kindOfClass .allContent .background{
  position: absolute;
  left:0;
  top:0;
  z-index: 0;
  padding: 24px;
  box-sizing: border-box;

}

.everyProduct .main .contentClient .kindOfClass .allContent .background .backgroundTitle{
  font-size: 16px;
  color: #212121;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
}
.everyProduct .main .contentClient .kindOfClass .allContent .background .backgroundDesc{
  width: 232px;
  height: 110px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 22px;
}
.everyProduct .main .contentClient .kindOfClass .allContent .background .seeDesc{
  background: #2386EE;
  border-radius: 2px;
  width: 96px;
  height: 32px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.everyProduct .main .contentClient .kindOfClass .allContent .background .freeDown{
  border: 1px solid #2386EE;
  border-radius: 2px;
  width: 96px;
  height: 32px;
  font-size: 14px;
  color: #2386EE;
  letter-spacing: 0;
  text-align: center;
  line-height: 32px;
  display: inline-block;
  vertical-align: middle;
}
#nps{ position: fixed; width: 100%; height: 176px; bottom:0; background: #fff; z-index: 9999; display: none;box-shadow: 0 -4px 16px 0 rgba(0,0,0,0.10);}
#npsClose{ width: 32px; height: 32px; display: block; background: url("../../../html/nps/images/close_bg.png") no-repeat; position: absolute; right: 121px;top:10px;}
#npsClose:hover{background: url("../../../html/nps/images/close_hover.png") no-repeat;}
#npsClose:active{background: url("../../../html/nps/images/close_active.png") no-repeat;}







