﻿
.index-banner {
  position: relative;
  width: 100%;
  height: 560px;
  background: #F0F2F5;
  overflow: hidden;
}
.index-banner .index-banner-content {
  width: 100%;
  height: 100%;
}
.index-banner .index-banner-content .auto-center {
  position: relative;
  height: 100%;
  padding-top: 194px;
}
.index-banner .index-banner-content h2 {
  max-width: 594px;
  line-height: 58px;
  font-size: 48px;
  font-weight: bold;
  color: #1F2533;
}
.index-banner .index-banner-content .index-banner-des {
  max-width: 594px;
  line-height: 40px;
  font-size: 18px;
  color: #5E6D81;
  margin-top: 17px;
}
.index-banner .index-banner-content .index-banner-link {
  position: absolute;
  left: 0px;
  bottom: 112px;
}
.index-banner .index-banner-content .index-banner-link .button-link {
  width: 160px;
  border: none;
}
.index-banner .index-banner-content .index-banner-link .button-link:hover {
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.index-banner .index-banner-content .index-banner-img {
  position: absolute;
  top: 52px;
  right: 70px;
}
.flexslider .slides li {
  display: block;
  height: 560px;
  color: #FFF;
}
.flexslider .slides li > a {
  display: block;
  height: 100%;
}
.flex-control-nav {
  position: absolute;
  left: calc((100% - 1200px)/2);
  bottom: 20px;
  z-index: 2;
  width: 100%;
  text-align: left;
}
.flex-control-nav li {
  display: inline-block;
  width: 64px;
  height: 4px;
  line-height: 4px;
  margin-left: 0px;
  margin-right: 8px;
  /* display: inline; */
  zoom: 1;
}
.flex-control-nav li:last-child {
  margin-right: 0px;
}
.flex-control-nav a {
  display: inline-block;
  width: 64px;
  height: 4px;
  line-height: 40px;
  overflow: hidden;
  cursor: pointer;
  background: rgba(31, 37, 51, 0.2);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0px;
  vertical-align: top;
}
.flex-control-nav a:hover {
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.flex-control-nav a.flex-active {
  background: #6435FC;
}
.our-products {
  width: 100%;
  background-color: #FFFFFF;
  padding: 70px 0px 80px;
}
.tab-item-box {
  text-align: center;
  border-bottom: 1px solid #DBE1E8;
  margin-top: 70px;
}
.tab-item-box .tab-item-center {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.tab-item-box .tab-item {
  float: left;
  width: 200px;
  padding-bottom: 26px;
  margin-right: 120px;
  cursor: pointer;
}
.tab-item-box .tab-item:last-child {
  margin-right: 0px;
}
.tab-item-box .tab-item .tab-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.tab-item-box .tab-item .tab-icon i {
  display: block;
}
.tab-item-box .tab-item .tab-icon i svg {
  font-size: 64px;
}
.tab-item-box .tab-item .tab-icon .pro-icon-active {
  display: none;
}
.tab-item-box .tab-item .tab-tit {
  line-height: 30px;
  font-size: 20px;
  color: #1F2533;
  margin-top: 19px;
}
.tab-item-box .tab-item:hover .tab-icon .pro-icon-active,
.tab-item-box .tab-item.active .tab-icon .pro-icon-active {
  display: block;
}
.tab-item-box .tab-item:hover .tab-icon .pro-icon,
.tab-item-box .tab-item.active .tab-icon .pro-icon {
  display: none;
}
.tab-item-box .tab-line {
  position: absolute;
  left: 0px;
  bottom: -1px;
  width: 200px;
  height: 2px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.product-item-box .product-item {
  position: relative;
  padding-left: 328px;
  display: none;
}
.product-item-box .product-item:nth-child(1) {
  display: block;
}
.product-item-box .item-left {
  position: absolute;
  left: 0px;
  top: 0px;
  padding-top: 60px;
}
.product-item-box .item-left > ul > li {
  width: 280px;
  height: 88px;
  line-height: 86px;
  font-size: 20px;
  padding-left: 24px;
  border: 1px solid #DBE1E8;
  margin-bottom: 24px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.product-item-box .item-left > ul > li:last-child {
  margin-bottom: 0px;
}
.product-item-box .item-left > ul > li:hover,
.product-item-box .item-left > ul > li.active {
  box-shadow: 0px 5px 15px 0px rgba(31, 37, 51, 0.08);
}
.product-item-box .see-more {
  position: absolute;
  left: 0px;
  bottom: 0px;
  margin: 0px;
}
.product-item-box .see-more a {
  display: block;
  width: 280px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 18px;
  color: #1F2533;
  border: 1px solid #DBE1E8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  display: none;
}
.product-item-box .see-more a:nth-child(1) {
  display: block;
}
.product-item-box .see-more a i {
  margin-left: 34px;
}
.product-item-box .see-more a i svg {
  font-size: 15px;
}
.product-item-box .see-more a .arrow-right-active {
  display: none;
}
.product-item-box .see-more a:hover {
  box-shadow: 0px 5px 15px 0px rgba(31, 37, 51, 0.08);
}
.product-item-box .item-right {
  padding-top: 62px;
}
.product-item-box .right-item {
  display: none;
}
.product-item-box .right-item:nth-child(1) {
  display: block;
}
.product-item-box .right-item .item-introduce {
  line-height: 32px;
  font-size: 16px;
  color: #5E6D81;
  margin-bottom: 42px;
}
.product-item-box .right-item h3 {
  line-height: 30px;
  font-size: 20px;
  color: #1F2533;
}
.product-item-box .right-item .item-des {
  line-height: 26px;
  font-size: 16px;
  color: #5E6D81;
  margin-top: 14px;
}
.product-item-box .product-detail-item {
  min-height: 210px;
  margin-top: 34px;
}
.product-item-box .detail-item {
  position: relative;
  float: left;
  width: 424px;
  height: 210px;
  margin-bottom: 24px;
}
.product-item-box .detail-item .detail-item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 34px 31px 23px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  box-shadow: 0px 5px 15px 0px rgba(31, 37, 51, 0.08);
}
.product-item-box .detail-item .detail-item-content > ul {
  display: flex;
  justify-content: space-between;
}
.product-item-box .detail-item .detail-item-content > ul > li div {
  line-height: 26px;
  font-size: 20px;
}
.product-item-box .detail-item .detail-item-content > ul > li p {
  line-height: 26px;
  font-size: 16px;
  color: #9EA7B3;
  margin-top: 14px;
}
.product-item-box .detail-item .detail-item-content .detail-price {
  position: relative;
  height: 48px;
  line-height: 48px;
  padding-right: 124px;
  margin-top: 42px;
}
.product-item-box .detail-item .detail-item-content .detail-price .sell-price {
  float: left;
  font-size: 16px;
}
.product-item-box .detail-item .detail-item-content .detail-price .sell-price strong {
  font-size: 20px;
}
.product-item-box .detail-item .detail-item-content .detail-price .original-cost {
  float: left;
  font-size: 16px;
  color: #9EA7B3;
  text-decoration: line-through;
  margin-left: 14px;
}
.product-item-box .detail-item .detail-item-content .detail-price .button-link {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 120px;
  height: 48px;
  line-height: 46px;
}
.product-item-box .detail-item:nth-child(odd) {
  margin-right: 24px;
}
.product-item-box .detail-item:nth-last-child(1),
.product-item-box .detail-item:nth-last-child(2) {
  margin-bottom: 0px;
}
.product-item-box .detail-item:hover .detail-item-content {
  margin-top: -8px;
  box-shadow: 0px 16px 48px 0px rgba(31, 37, 51, 0.16);
}
.product-item-box .detail-item:hover .button-link {
  color: #FFF;
}
/* homepage 2021-11-23 start */
.tab-item-box .tab-item:nth-last-child(2) {
  margin-right: 0px;
}
/* homepage 2021-11-23 end */
.ys-pro-item-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 59px;
}
.ys-pro-item-container .ys-pro-item {
  width: 384px;
  height: 294px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.ys-pro-item-container .ys-pro-item:nth-child(3n) {
  margin-right: 0px;
}
.ys-pro-item-container .ys-pro-item.ys-pro-hidden {
  display: none;
}
.ys-pro-item-container .ys-pro-item a {
  position: relative;
  display: block;
  height: 100%;
  background-color: #EBEEFF;
  background-image: url(../image/our-pro-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 40px 32px 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: margin-top 0.15s;
  -moz-transition: margin-top 0.15s;
  -o-transition: margin-top 0.15s;
  transition: margin-top 0.15s;
}
.ys-pro-item-container .ys-pro-item a button {
  width: 100%;
  color: #6435FC;
  background-color: transparent;
  border-color: #6435FC;
  margin-top: 26px;
}
.ys-pro-item-container .ys-pro-item a img,
.ys-pro-item-container .ys-pro-item a svg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 56px;
  height: 56px;
}
.ys-pro-item-container .ys-pro-item a .ys-pro-icon svg {
  font-size: 48px;
}
.ys-pro-item-container .ys-pro-item a .ys-pro-name {
  position: relative;
  min-height: 56px;
  line-height: 34px;
  font-size: 20px;
  color: #1F2533;
  padding-top: 6px;
  padding-left: 80px;
}
.ys-pro-item-container .ys-pro-item a .ys-pro-name .will {
  display: inline-block;
  width: 64px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #FFF;
  background: linear-gradient(90deg, #6F73FF, #7349FC);
  padding: 0px 9px;
  border-radius: 4px;
  white-space: nowrap;
  margin-left: 16px;
  vertical-align: top;
  margin-top: 5px;
}
.ys-pro-item-container .ys-pro-item a .ys-pro-name .new-pro-badge {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #FFFFFF;
  padding: 0px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  vertical-align: top;
  margin: 3px 0px 0px 15px;
}
.ys-pro-item-container .ys-pro-item a p {
  line-height: 26px;
  font-size: 16px;
  color: #5E6D81;
  margin-top: 27px;
}
.ys-pro-item-container .ys-pro-item a .starting-cost {
  line-height: 26px;
  font-size: 16px;
  color: #6435FC;
  margin-top: 12px;
}
.ys-pro-item-container .ys-pro-item:hover a {
  background-color: #6435FC;
  background-image: url(../image/our-pro-bg-hover.png);
  margin-top: -8px;
}
.ys-pro-item-container .ys-pro-item:hover a .ys-pro-name,
.ys-pro-item-container .ys-pro-item:hover a p,
.ys-pro-item-container .ys-pro-item:hover a .starting-cost,
.ys-pro-item-container .ys-pro-item:hover a button {
  color: #FFF;
}
.ys-pro-item-container .ys-pro-item:hover a p {
  opacity: 0.5;
}
.ys-pro-item-container .ys-pro-item:hover a button {
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.our-products {
  padding-bottom: 40px;
}
.our-products .see-more {
  margin-top: 64px;
}
/* homepage 2022-07-29 end */
/* 2022-11-19 */
.kh-box {
  width: 100%;
  padding: 170px 0px 80px;
}
.kh-box .page-model-des {
  color: #5E6D81;
  opacity: 1;
}
.kh-box .kf-logo-list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 60px;
}
.kh-box .kf-logo-list ul li {
  width: 200px;
  margin-bottom: 24px;
}
.kh-box .kf-logo-list ul li img {
  display: block;
}

/* 2023-11-15 new add xin wen zi xun */
.ziyun-zixun {
  width: 100%;
  padding: 71px 0px 56px;
}
.ziyun-zixun .page-model-des .hover-arrow-link {
  font-size: 16px;
  margin-left: 20px;
}
.ziyun-zixun .page-model-des .hover-arrow-link .arrow {
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../image/look-more-arrow.png) no-repeat center;
  margin-left: 10px;
}
.ziyun-zixun .zixun-row-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ziyun-zixun .zixun-row {
  width: 588px;
  height: 120px;
  background: #EBEEFF;
  margin-bottom: 24px;
  border-radius: 4px;
  padding: 27px 34px 0px;
  cursor: pointer;
}
.ziyun-zixun .zixun-row:nth-child(odd) {
  margin-right: 24px;
}
.ziyun-zixun .zixun-row .tit {
  position: relative;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  padding-right: 102px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ziyun-zixun .zixun-row .tit a {
  color: #1F2533;
}
.ziyun-zixun .zixun-row .tit .zixun-itme {
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 14px;
  color: #5E6D81;
}
.ziyun-zixun .zixun-row p {
  height: 24px;
  line-height: 24px;
  color: #5E6D81;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-top: 10px;
}
.ziyun-zixun .zixun-row:hover {
  background: linear-gradient(90deg, #6F73FF, #7349FC);
}
.ziyun-zixun .zixun-row:hover .tit a {
  color: #FFF;
}
.ziyun-zixun .zixun-row:hover .tit .zixun-itme {
  color: #FFF;
}
.ziyun-zixun .zixun-row:hover p {
  color: #FFF;
}
