@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.elevator {
  position: fixed;
  top: 53%;
  right: 2%;
  width: 56px;
  height: 242px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px 4px 4px 4px;
}

.elevator ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 60px;
  color: #666666;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}

.elevator ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 24px;
  height: 1px;
  background: #E6E9F2;
  border-radius: 0px 0px 0px 0px;
}

.elevator ul li:last-child::after {
  width: 14px;
  height: 2px;
  background: #666666;
  top: 19px;
}

.elevator ul li:last-child:hover::after {
  width: 14px;
  height: 2px;
  background: #3161F5;
  top: 19px;
}

.elevator ul li:last-child .icon-shouqi {
  position: absolute;
  top: 14px;
  left: 21.5px;
  margin-top: -5px;
  font-size: 6px;
}

.elevator ul li:last-child div {
  margin-top: 10px;
}

.elevator ul li:hover {
  color: #3161F5;
}

.home-one-body {
  height: 1290px;
  background: url("/images/background1.png") no-repeat left top;
  background-color: #f2f6fb;
  padding-top: 24px;
}

.home-one-body .home-one-body-container {
  display: flex;
  justify-content: space-between;
}

.home-one-body .home-one-body-container .left {
  height: 530px;
  width: 288px;
  background-color: #fff;
  border-radius: 4px;
  background: url("/images/left1.png") no-repeat left top;
  position: relative;
}

.home-one-body .home-one-body-container .left ul {
  margin-top: 16px;
}

.home-one-body .home-one-body-container .left ul li {
  padding: 10px 0;
  height: 57px;
  padding-left: 26px;
  cursor: pointer;
}

.home-one-body .home-one-body-container .left ul li:hover {
  background-color: #3161F5;
}

.home-one-body .home-one-body-container .left ul li.active {
  background-color: #3161F5;
}

.home-one-body .home-one-body-container .left ul li:hover h3 {
  color: #fff;
}

.home-one-body .home-one-body-container .left ul li.active h3 {
  color: #fff;
}

.home-one-body .home-one-body-container .left ul li div {
  display: flex;
  align-items: center;
}

.home-one-body .home-one-body-container .left ul li div .title {
  font-size: 15px;
}

.home-one-body .home-one-body-container .left ul li div .title-label {
  margin-left: 15px;
  padding: 0 1px;
  font-size: 12px;
  background-color: #3161F5;
  border-radius: 2px;
  color: #fff;
}

.home-one-body .home-one-body-container .left ul li .title-detail {
  display: block;
  color: #BCBCBC;
  font-size: 12px;
}

.home-one-body .home-one-body-container .left ul li:hover .title-detail {
  color: #fff;
}

.home-one-body .home-one-body-container .left .left-look-all {
  margin-top: 40px;
  margin-left: 26px;
  margin-right: 26px;
  text-align: center;
  line-height: 45px;
  border-radius: 4px;
  background-color: #fff;
  font-size: 14px;
  color: #666;
}

.home-one-body .home-one-body-container .left .left-look-all a {
  display: block;
  width: 235px;
  height: 45px;
  border: 1px solid #fff;
  border-radius: 4px 4px 4px 4px;
}

.home-one-body .home-one-body-container .left .left-look-all a .icon-xiangyouanniu {
  font-size: 14px;
  margin-left: 5px;
  opacity: 0;
}

.home-one-body .home-one-body-container .left .left-look-all a:hover {
  border: 1px solid #0057FF;
  color: #0057FF;
}

.home-one-body .home-one-body-container .left .left-look-all a:hover .icon-xiangyouanniu {
  opacity: 1;
}

.home-one-body .home-one-body-container .left .content-right-container {
  display: none;
  /* 默认隐藏 */
  transition: opacity 0.3s ease;
  position: absolute;
  width: 620px;
  top: 0;
  left: 296px;
  height: 530px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.16);
  border-radius: 4px 4px 4px 4px;
  z-index: 999;
}

.home-one-body .home-one-body-container .left .content-right-container:hover {
  display: block;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right {
  height: 342px;
  margin: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid #EBEBEB;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .content-right-text-title {
  margin-bottom: 20px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .content-right-text-title h3 {
  font-size: 16px;
  font-weight: 600;
  color: #222222;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .content-ul {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  height: 70px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .content-ul .content-li {
  all: unset;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .content-ul .content-li .content-li-list {
  margin-right: 60px;
  margin-bottom: 18px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .content-ul .content-li .content-li-list a {
  font-size: 14px;
  color: #666666;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .content-ul .content-li .content-li-list .hot {
  margin-left: 19px;
  display: block;
  width: 29px;
  color: #fff;
  height: 15px;
  background: #FF4E00;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .content-ul .content-li .content-li-list:hover a {
  color: #3161F5;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .content-ul .content-li .content-li-list:nth-child(n+2) {
  margin-right: 60px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .content-ul .content-li .content-li-list:last-child {
  margin-right: 0;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .hot-area {
  margin-top: 43px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .hot-area .content-right-text-title h3 {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .hot-area .content-ul {
  height: 80px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .hot-area .content-ul .content-li {
  all: unset;
  margin-right: 29px;
  position: relative;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .hot-area .content-ul .content-li::after {
  content: '';
  position: absolute;
  width: 0.5px;
  height: 13px;
  right: -14px;
  top: 4px;
  background: #666666;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .classify {
  margin-top: 43px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .classify .content-right-text-title h3 {
  font-size: 14px;
  color: #222222;
  font-weight: 400;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .classify .content-ul {
  height: 50px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .classify .content-ul .content-li {
  all: unset;
  margin-right: 57px;
  position: relative;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right .classify .content-ul .content-li::after {
  content: '';
  position: absolute;
  width: 0.5px;
  height: 13px;
  right: -28px;
  top: 4px;
  background: #666666;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right-footer {
  margin-top: 54px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right-footer .content-right-footer-container {
  display: flex;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right-footer .content-right-footer-container .content-right-footer-left {
  display: flex;
  margin-left: 47px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right-footer .content-right-footer-container .content-right-footer-right {
  display: flex;
  margin-left: 164px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right-footer .content-right-footer-container .pic {
  width: 58px;
  height: 58px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right-footer .content-right-footer-container .text {
  margin-left: 11px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right-footer .content-right-footer-container .text h3 {
  font-size: 16px;
  color: #222222;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right-footer .content-right-footer-container .text a {
  font-size: 14px;
  color: #666666;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right-footer .content-right-footer-container .text a .icon-xiangyouanniu {
  margin-left: 10px;
  font-size: 14px;
}

.home-one-body .home-one-body-container .left .content-right-container .content-right-footer .content-right-footer-container .text a:hover {
  color: #3161F5;
}

.home-one-body .home-one-body-container .left .content-right-container.visible {
  display: block;
  /* 悬停时显示 */
  opacity: 1;
}

.home-one-body .home-one-body-container .right {
  width: 904px;
}

.home-one-body .home-one-body-container .right .swiper5 {
  height: 418px;
  width: 904px;
  border-radius: 4px;
  position: relative;
}

.home-one-body .home-one-body-container .right .swiper5 .swiper-wrapper .swiper-slide img {
  height: 418px;
  width: 904px;
}

.home-one-body .home-one-body-container .right .swiper5:hover .slideshow-next,
.home-one-body .home-one-body-container .right .swiper5:hover .slideshow-prev {
  display: block;
}

.home-one-body .home-one-body-container .right .swiper5 .slideshow-next,
.home-one-body .home-one-body-container .right .swiper5 .slideshow-prev {
  display: none;
  position: absolute;
  top: 186px;
  width: 32px;
  height: 46px;
  cursor: pointer;
  z-index: 999;
}

.home-one-body .home-one-body-container .right .swiper5 .slideshow-next {
  right: 0;
  background: url("/images/you1.png") no-repeat left top;
}

.home-one-body .home-one-body-container .right .swiper5 .slideshow-next:hover {
  display: block;
  transform: rotate(180deg);
  background: url("/images/zuo1.png") no-repeat left top;
}

.home-one-body .home-one-body-container .right .swiper5 .slideshow-next:hover .slideshow-prev {
  display: block;
}

.home-one-body .home-one-body-container .right .swiper5 .slideshow-prev {
  left: 0;
  background: url("/images/zuo2.png") no-repeat left top;
}

.home-one-body .home-one-body-container .right .swiper5 .slideshow-prev:hover {
  display: block;
  background: url("/images/zuo1.png") no-repeat left top;
}

.home-one-body .home-one-body-container .right .swiper5 .slideshow-prev:hover ~ .slideshow-next {
  display: block;
}

.home-one-body .home-one-body-container .right .swiper5 .swiper-scrollbar {
  display: none;
}

.home-one-body .home-one-body-container .right .swiper5 .swiper-pagination-bullet {
  width: 6px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 0.3;
}

.home-one-body .home-one-body-container .right .swiper5 .swiper-pagination-bullet-active {
  width: 20px;
  height: 4px;
  background: #FFFFFF;
  opacity: 1;
  border-radius: 4px 4px 4px 4px;
}

.home-one-body .home-one-body-container .right .right-footer {
  margin-top: 8px;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container {
  display: flex;
  justify-content: space-between;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 104px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item .go {
  display: flex;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item .go .item-left {
  display: flex;
  align-items: center;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item .go .item-left .img {
  width: 48px;
  height: 48px;
  background-color: #ECF4F9;
  border-radius: 8px;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item .go .item-left .img img {
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item .go .item-right {
  margin-left: 14px;
  transition: all 0.6s;
  position: relative;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item .go .item-right .title h3 {
  font-size: 16px;
  color: #222;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item .go .item-right .price-item {
  margin-top: 5px;
  color: #EA2C2C;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item .go .item-right .price-item .price-end {
  display: block;
  margin-left: 8px;
  color: #9e9e9e;
  font-size: 12px;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item .go .item-right .look {
  position: absolute;
  font-size: 12px;
  color: #999999;
  opacity: 0;
  transition: all 0.5s;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item .go .item-right .look .icon-xiangyouanniu {
  font-size: 12px;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item .go .item-right .look:hover {
  color: #3161F5;
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item:hover .go .item-right {
  transform: translate(0, -10px);
}

.home-one-body .home-one-body-container .right .right-footer .brand-reply-container .brand-reply-item:hover .go .look {
  opacity: 1;
}

.title {
  display: flex;
  font-size: 18px;
  align-items: flex-end;
}

.title h2 {
  font-weight: 400;
  font-size: 28px;
}

.title span {
  margin-left: 34px;
  font-size: 14px;
  color: #ABABAB;
}

.enterprise-service {
  margin-top: 60px;
}

.enterprise-service .look-more {
  margin-top: -5px;
  text-align: right;
}

.enterprise-service .look-more a {
  margin-top: 14px;
  color: #999999;
  font-size: 14px;
}

.enterprise-service .look-more a:hover {
  color: #3161F5;
}

.enterprise-service .look-more a .icon-youanniu1 {
  font-size: 14px;
  margin-left: 10px;
}

.enterprise-service .enterprise-service-main {
  margin-top: 36px;
  width: 1200px;
  height: 570px;
  background-color: #fff;
}

.enterprise-service .enterprise-service-main .top {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 100%;
}

.enterprise-service .enterprise-service-main .top .left .hot-recmmend {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #222;
  display: flex;
}

.enterprise-service .enterprise-service-main .top .left .hot-recmmend ul {
  margin-top: 7px;
  display: flex;
  align-items: center;
}

.enterprise-service .enterprise-service-main .top .left .hot-recmmend ul li {
  margin: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -4px;
  height: 42px;
  cursor: pointer;
  position: relative;
  border-bottom: 3px solid #fff;
}

.enterprise-service .enterprise-service-main .top .left .hot-recmmend ul li::after {
  content: '';
  position: absolute;
  right: -20px;
  top: 15px;
  height: 10px;
  width: 1px;
  background-color: #BDC5DB;
}

.enterprise-service .enterprise-service-main .top .left .hot-recmmend ul li.active {
  font-weight: bold;
  color: #3161F5;
  border-bottom: 3px solid #3161F5;
}

.enterprise-service .enterprise-service-main .top .left .hot-recmmend ul li:last-child::after {
  display: none;
}

.enterprise-service .enterprise-service-main .top .left .hot-recmmend ul li:hover {
  color: #3161F5;
}

.enterprise-service .enterprise-service-main .main {
  width: 100%;
  height: 430px;
  display: flex;
  justify-content: space-between;
}

.enterprise-service .enterprise-service-main .main .left {
  padding: 20px 0;
  padding-right: 15px;
  padding-left: 20px;
  width: 777px;
  height: 100%;
  border-radius: 4px;
  background: url("/images/background2.png") no-repeat left top;
}

.enterprise-service .enterprise-service-main .main .left .main-title {
  display: flex;
  align-items: center;
}

.enterprise-service .enterprise-service-main .main .left .main-title h3 {
  font-size: 16px;
  color: #222222;
}

.enterprise-service .enterprise-service-main .main .left .main-title span {
  border-radius: 4px;
  height: 19px;
  width: 36px;
  text-align: center;
  margin-left: 15px;
  padding: 0;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(0, #FF7831 0%, #FF3627 100%);
}

.enterprise-service .enterprise-service-main .main .left .main {
  margin-top: 16px;
}

.enterprise-service .enterprise-service-main .main .left .main .main-item {
  padding: 0 10px;
  padding-top: 10px;
  width: 240px;
  height: 351px;
  background: #FFFFFF;
  border-radius: 4px;
  transition: all 0.5s;
  cursor: pointer;
}

.enterprise-service .enterprise-service-main .main .left .main .main-item .img {
  width: 220px;
  height: 153px;
  border-radius: 4px 4px 4px 4px;
}

.enterprise-service .enterprise-service-main .main .left .main .main-item .main-item-title {
  margin-top: 10px;
}

.enterprise-service .enterprise-service-main .main .left .main .main-item .main-item-title h3 {
  font-size: 18px;
}

.enterprise-service .enterprise-service-main .main .left .main .main-item .main-item-title span {
  display: block;
  font-size: 12px;
  color: #999999;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.enterprise-service .enterprise-service-main .main .left .main .main-item .main-item-price {
  margin-top: 15px;
  font-size: 18px;
  color: #FF4E00;
  display: flex;
  align-items: center;
}

.enterprise-service .enterprise-service-main .main .left .main .main-item .main-item-price span {
  margin-left: 6px;
  color: #999999;
  font-size: 12px;
}

.enterprise-service .enterprise-service-main .main .left .main .main-item .main-item-button {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  display: block;
  width: 220px;
  height: 43px;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #E8EDFB;
  font-size: 14px;
  color: #57617B;
  text-align: center;
  line-height: 43px;
}

.enterprise-service .enterprise-service-main .main .left .main .main-item:hover {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
}

.enterprise-service .enterprise-service-main .main .left .main .main-item:hover .main-item-button {
  background: #3161F5;
  color: #fff;
}

.enterprise-service .enterprise-service-main .main .right {
  padding: 20px 14px;
  border-radius: 4px;
  width: 417px;
  height: 100%;
  background: url("/images/background3.png") no-repeat left top;
}

.enterprise-service .enterprise-service-main .main .right .title {
  display: flex;
  align-items: center;
}

.enterprise-service .enterprise-service-main .main .right .title h3 {
  font-size: 16px;
  color: #222222;
}

.enterprise-service .enterprise-service-main .main .right .title span {
  border-radius: 4px;
  height: 19px;
  width: 36px;
  text-align: center;
  margin-left: 15px;
  padding: 0;
  font-size: 12px;
  color: #fff;
  background: linear-gradient(0, #7AAEFC 0%, #25C73B 100%);
}

.enterprise-service .enterprise-service-main .main .right .main {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  height: 355px;
  justify-content: space-between;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item {
  width: 387px;
  height: 114px;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item a {
  display: flex;
  align-items: center;
  width: 387px;
  height: 114px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.5s;
  cursor: pointer;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item a .main-left .img {
  margin-left: 16px;
  width: 80px;
  height: 80px;
  background: #EEF5FF;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item a .main-left .img img {
  width: 80px;
  height: 80px;
  border-radius: 5px 5px 5px 5px;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item a .main-item-middle {
  margin-left: 22px;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item a .main-item-middle .main-title h3 {
  font-size: 16px;
  color: #222;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item a .main-item-middle .bottom {
  width: 238px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item a .main-item-middle .bottom .main-left span {
  font-size: 12px;
  color: #999999;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item a .main-item-middle .bottom .main-left .count {
  color: #336DFF;
  font-size: 12px;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item a .main-item-middle .bottom .main-left .main-item-price {
  color: #FF4E00;
  font-size: 18px;
  display: flex;
  align-items: center;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item a .main-item-middle .bottom .main-left .main-item-price span {
  margin-left: 10px;
  color: #999999;
  font-size: 12px;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item a .main-item-middle .bottom .main-right {
  margin-top: 30px;
  margin-left: 40px;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item a .main-item-middle .bottom .main-right .main-button {
  display: block;
  width: 90px;
  height: 34px;
  background: #F0F4FF;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 34px;
  color: #57617B;
  font-size: 12px;
  cursor: pointer;
}

.enterprise-service .enterprise-service-main .main .right .main .main-item:hover {
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.3);
}

.enterprise-service .enterprise-service-main .main .right .main .main-item:hover .main-item-middle .bottom .main-right .main-button {
  background: #3161F5;
  color: #fff;
}

.enterprise-service .enterprise-service-main .footer-mark {
  height: 50px;
  background-color: #fff;
  line-height: 60px;
  padding: 0 15px;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .mark-a-bargain {
  display: flex;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .mark-a-bargain .img {
  width: 40px;
  height: 40px;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .mark-a-bargain .bargain-success {
  display: flex;
  margin-left: 10px;
  font-size: 16px;
  color: #222;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .mark-a-bargain .bargain-prev {
  margin-left: 36px;
  font-size: 14px;
  color: #222222;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .mark-a-bargain .bargain-price {
  margin-left: 50px;
  color: #22B75E;
  font-size: 14px;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .mark-a-bargain .bargain-price .icon-xiangxiajiantoucuxiao,
.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .mark-a-bargain .bargain-price .icon-xiangshangjiantoucuxiao {
  font-size: 14px;
  color: #22B75E;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .mark-a-bargain .bargain-percentage {
  margin-left: 32px;
  font-size: 14px;
  font-weight: bold;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .footer-border {
  position: absolute;
  top: 50%;
  left: 493px;
  transform: translate(0, -50%);
  width: 1px;
  height: 16px;
  background: #B9C4E1;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .order-form-news {
  display: flex;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .order-form-news .img {
  width: 40px;
  height: 40px;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .order-form-news .order-news {
  margin-left: 10px;
  font-size: 16px;
  color: #222;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .order-form-news .swiper3 {
  height: 40px;
  width: 470px;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .order-form-news .swiper3 .swiper-wrapper .swiper-slide .news-submit-item {
  display: flex;
  margin-left: 42px;
  align-items: center;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .order-form-news .swiper3 .swiper-wrapper .swiper-slide .news-submit-item .news-submit {
  display: block;
  width: 60px;
  height: 17px;
  padding-left: 4px;
  line-height: 17px;
  background: url("/images/qipao1.png") no-repeat center center;
  color: #fff;
  font-size: 12px;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .order-form-news .swiper3 .swiper-wrapper .swiper-slide .news-submit-item .turn-down {
  margin-left: 5px;
  font-size: 13px;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .order-form-news .swiper3 .swiper-wrapper .swiper-slide .news-submit-item .order-user {
  margin-left: 50px;
  font-size: 13px;
  color: #3161F5;
}

.enterprise-service .enterprise-service-main .footer-mark .footer-mark-container .order-form-news .swiper3 .swiper-wrapper .swiper-slide .news-submit-item .time {
  margin-left: 67px;
  font-size: 13px;
  color: #9E9E9E;
}

.corporate-life-cycle {
  padding-top: 62px;
  height: 790px;
  background: #E8EEF9;
}

.corporate-life-cycle .main {
  margin-top: 36px;
  width: 1200px;
  height: 620px;
  background: #F2F6FB;
  border-radius: 4px 4px 4px 4px;
  display: flex;
}

.corporate-life-cycle .main .main-left {
  padding: 0 15px;
  padding-top: 15px;
  width: 240px;
  height: 100%;
  background: url("/images/left2.png") no-repeat left top;
}

.corporate-life-cycle .main .main-left .main-item {
  width: 208px;
  height: 124px;
  border-radius: 4px;
  margin-bottom: 8px;
  padding: 20px;
  color: #222222;
  border-radius: 4px 4px 4px 4px;
  background: linear-gradient(316deg, #D2E6FE 0%, #F9FCFF 100%);
  cursor: pointer;
}

.corporate-life-cycle .main .main-left .main-item h3 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.corporate-life-cycle .main .main-left .main-item h3::after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  background: url("/images/youjiantou2.png") no-repeat;
  width: 44px;
  height: 44px;
}

.corporate-life-cycle .main .main-left .main-item span {
  font-size: 12px;
  color: #666666;
}

.corporate-life-cycle .main .main-left .main-item.active {
  color: #fff;
  background: url("/images/background4.png") no-repeat left top;
  transition: all 0.05s;
}

.corporate-life-cycle .main .main-left .main-item.active span {
  color: #Fff;
}

.corporate-life-cycle .main .main-left .main-item.active h3::after {
  content: "";
  color: #Fff;
  position: absolute;
  right: 0;
  top: 10px;
  background: url("/images/youjiantou1.png") no-repeat;
  width: 44px;
  height: 44px;
}

.corporate-life-cycle .main .main-left .main-left-button {
  margin-top: 148px;
  width: 208px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 0.7;
  text-align: center;
  line-height: 44px;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
}

.corporate-life-cycle .main .main-left .main-left-button .icon-xiangyouanniu {
  margin-left: 15px;
}

.corporate-life-cycle .main .main-left .main-left-button:hover {
  background-color: #3161F5;
  color: #fff;
  opacity: 1;
}

.corporate-life-cycle .main .main-right {
  width: 100%;
  height: 100%;
  padding: 15px 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.corporate-life-cycle .main .main-right a .main-right-item {
  width: 230px;
  height: 252px;
  margin-right: 6px;
  margin-bottom: 6px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding-top: 35px;
  padding-left: 25px;
  padding-right: 25px;
  cursor: pointer;
}

.corporate-life-cycle .main .main-right a .main-right-item:hover {
  background: url("/images/background5.png") no-repeat left top;
}

.corporate-life-cycle .main .main-right a .main-right-item:hover {
  color: #3161F5;
}

.corporate-life-cycle .main .main-right a .main-right-item:hover .main-right-item-button {
  color: #fff;
  background: #3161F5;
}

.corporate-life-cycle .main .main-right a .main-right-item .main-right-item-title {
  height: 114px;
}

.corporate-life-cycle .main .main-right a .main-right-item .main-right-item-title h3 {
  font-size: 18px;
}

.corporate-life-cycle .main .main-right a .main-right-item .main-right-item-title span {
  color: #999999;
  font-size: 12px;
}

.corporate-life-cycle .main .main-right a .main-right-item .main-right-item-price {
  color: #FF4E00;
  font-size: 18px;
}

.corporate-life-cycle .main .main-right a .main-right-item .main-right-item-price .price {
  font-weight: bold;
  font-size: 22px;
}

.corporate-life-cycle .main .main-right a .main-right-item .main-right-item-price .count {
  margin-left: 12px;
  color: #999999;
  font-size: 12px;
}

.corporate-life-cycle .main .main-right a .main-right-item .main-right-item-button {
  display: block;
  margin-top: 16px;
  width: 90px;
  height: 33px;
  background: #F0F4FF;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  line-height: 33px;
  color: #244192;
  font-size: 13px;
  cursor: pointer;
}

.corporate-life-cycle .main .main-right .main-right-footer {
  position: relative;
  top: 5px;
  width: 936px;
  height: 72px;
}

.trading-market {
  padding-top: 50px;
  background: #F2F6FB;
}

.trading-market .body {
  display: flex;
  margin-top: 30px;
  padding-bottom: 0;
  height: 600px;
  width: 100%;
  background: linear-gradient(122deg, #D9E7FF 0%, #F5F8FF 49%, #E8F0FF 100%);
  border-radius: 4px;
}

.trading-market .body .body-left {
  height: 600px;
  width: 240px;
  padding: 0 15px;
  padding-top: 15px;
  background: url("/images/trandingLeftBc.png") no-repeat left top;
}

.trading-market .body .body-left .body-left-item {
  width: 208px;
  height: 112px;
  background: linear-gradient(315deg, #CBE1FF 0%, #F8FCFF 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: 20px;
  border-radius: 4px;
  margin-bottom: 8px;
  cursor: pointer;
}

.trading-market .body .body-left .body-left-item h3 {
  font-weight: bold;
  font-size: 18px;
}

.trading-market .body .body-left .body-left-item span {
  margin-top: 5px;
  font-size: 14px;
  color: #9E9E9E;
  position: relative;
}

.trading-market .body .body-left .body-left-item span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 14px;
  background: url("/images/youjiantou2.png") no-repeat left top;
}

.trading-market .body .body-left .body-left-item:hover, .trading-market .body .body-left .body-left-item.active {
  background: url("/images/background6.png") no-repeat left top;
  color: #fff;
  transition: all 0.05s;
}

.trading-market .body .body-left .body-left-item:hover span::after,
.trading-market .body .body-left .body-left-item.active span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44px;
  height: 14px;
  background: url("/images/youjiantou1.png") no-repeat left top;
}

.trading-market .body .body-left .body-left-item:hover span,
.trading-market .body .body-left .body-left-item.active span {
  color: #fff;
}

.trading-market .body .body-left .body-left-button {
  margin-top: 31px;
  width: 208px;
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 0.7;
  line-height: 44px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
}

.trading-market .body .body-left .body-left-button .icon-xiangyouanniu {
  margin-left: 15px;
  color: #666;
  width: 5px;
  height: 8px;
}

.trading-market .body .body-left .body-left-button:hover {
  color: #fff;
  background: #3161F5;
  opacity: 1;
}

.trading-market .body .body-left .body-left-button:hover .icon-xiangyouanniu {
  color: #fff;
}

.trading-market .body .body-right {
  margin-top: 15px;
  margin-left: 12px;
}

.trading-market .body .body-right .body-right-container .body-right-trading-announcement {
  width: 940px;
  height: 41px;
  background: #F9FCFF;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
}

.trading-market .body .body-right .body-right-container .body-right-trading-announcement .title {
  width: 133px;
  height: 41px;
  color: #FFFFFF;
  font-size: 16px;
  background: url("/images/qipao2.png") no-repeat left top;
  text-align: center;
  line-height: 41px;
}

.trading-market .body .body-right .body-right-container .body-right-trading-announcement .title span {
  margin-top: -14px;
  margin-left: 50px;
  font-size: 16px;
  color: #fff;
}

.trading-market .body .body-right .body-right-container .body-right-trading-announcement .message {
  display: flex;
  padding: 0 10px;
  flex: 1;
  justify-content: space-between;
  flex-wrap: wrap;
}

.trading-market .body .body-right .body-right-container .body-right-trading-announcement .message .swiper1,
.trading-market .body .body-right .body-right-container .body-right-trading-announcement .message .swiper2 {
  margin-top: 4px;
  font-size: 12px;
  height: 20px;
  width: 370px;
}

.trading-market .body .body-right .body-right-container .body-right-trading-announcement .message .swiper-wrapper {
  display: flex;
  position: relative;
}

.trading-market .body .body-right .body-right-container .body-right-trading-announcement .message .swiper-wrapper .swiper-slide .message-item {
  padding-left: 15px;
  color: #9E9E9E;
}

.trading-market .body .body-right .body-right-container .body-right-trading-announcement .message .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 6px;
  height: 6px;
  background: #336DFF;
  border-radius: 50%;
  z-index: 999;
}

.trading-market .body .body-right .body-right-container .body-right-list {
  padding-top: 3px;
  margin-top: 5px;
}

.trading-market .body .body-right .body-right-container .body-right-list .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item {
  position: relative;
  width: 230px;
  height: 246px;
  margin-right: 6px;
  margin-bottom: 6px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 6px 6px 0 6px;
  margin-bottom: 7px;
  overflow: hidden;
  cursor: pointer;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item .body-right-item-logo {
  width: 214px;
  height: 180px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item .body-right-item-logo span {
  display: block;
  position: absolute;
  padding: 0 3px;
  border-radius: 2px;
  top: 0;
  left: 0;
  height: 16px;
  font-size: 12px;
  color: #4B619D;
  background: #F2F4F6;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item .body-right-item-logo img {
  width: auto;
  height: auto;
  max-width: 150px;
  max-height: 150px;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item .body-right-item-footer {
  position: absolute;
  padding: 0 18px;
  height: 54px;
  transition: all 0.6s;
  background-color: #ffffff;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item .body-right-item-footer h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* 指定显示的行数 */
  -webkit-box-orient: vertical;
  /* 垂直方向显示 */
  overflow: hidden;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item .body-right-item-footer .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item .body-right-item-footer .top .price {
  color: #FF4E00;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item .body-right-item-footer p {
  margin-top: 35px;
  font-size: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 指定显示的行数 */
  -webkit-box-orient: vertical;
  /* 垂直方向显示 */
  overflow: hidden;
  color: #999999;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item:hover .body-right-item-footer {
  transform: translate(0, -26px);
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item:hover .body-right-item-footer p {
  margin-top: 5px;
}

.trading-market .body .body-right .body-right-container .body-right-list .brand .body-right-item .body-right-item-footer .top .name:hover {
  color: #3161F5;
}

.trading-market .body .body-right .body-right-container .body-right-list .patent .body-right-item .body-right-item-footer {
  padding: 0 10px;
}

.trading-market .body .body-right .body-right-container .body-right-list .patent .body-right-item .body-right-item-footer h3 {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}

.trading-market .body .body-right .body-right-container .body-right-list .patent .body-right-item .body-right-item-footer .top .name {
  font-size: 12px;
  color: #999999;
}

.trading-market .body .body-right .body-right-container .body-right-list .patent .body-right-item .body-right-item-footer .top .price,
.trading-market .body .body-right .body-right-container .body-right-list .patent .body-right-item .body-right-item-footer .top .priceWanYuan {
  font-size: 14px;
  color: #FF4E00;
}

.trading-market .body .body-right .body-right-container .body-right-list .patent .body-right-item .body-right-item-footer p {
  margin-left: 7px;
  display: block;
  width: 186px;
  height: 33px;
  background: #3161F5;
  text-align: center;
  line-height: 33px;
  font-size: 14px;
  color: #fff;
  border-radius: 4px 4px 4px 4px;
}

.trading-market .body .body-right .body-right-container .body-right-list .patent .body-right-item:hover .body-right-item-footer {
  transform: translate(0, -26px);
}

.trading-market .body .body-right .body-right-container .body-right-list .patent .body-right-item:hover .top {
  display: none;
}

.trading-market .body .body-right .body-right-container .body-right-list .patent .body-right-item:hover .body-right-item-footer p {
  margin-top: 10px;
  transition: all 0.4s;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item {
  padding-top: 20px;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-title {
  padding: 0 10px;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-title h3 {
  font-size: 16px;
  color: #222222;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-title .list .name {
  margin-top: 10px;
  font-size: 12px;
  color: #999999;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-title .list .name .content {
  font-weight: 400;
  font-size: 12px;
  color: #222222;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-title .list-text {
  margin-top: 10px;
  display: none;
  font-size: 12px;
  margin-bottom: 20px;
  padding-right: 10px;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-title .list-text span {
  margin-right: 17px;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-item-footer {
  padding: 0;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-item-footer .top {
  margin-top: 15px;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-item-footer .top .isPrice {
  padding: 0 10px;
  display: flex;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-item-footer .top .special {
  font-size: 16px;
  width: 38px;
  height: 22px;
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  line-height: 22px;
  background: #FF4E00;
  border-radius: 4px 4px 4px 4px;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-item-footer .top .price {
  margin-left: 14px;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-item-footer .hover {
  display: none;
  background: linear-gradient(180deg, #EEF2FF 0%, #FFFFFF 100%);
  padding: 10px 20px;
  width: 233px;
  height: 62px;
  margin-left: -6px;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-item-footer .hover .hover-text-list {
  font-size: 12px;
  color: #222222;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-item-footer .hover .hover-text-list span {
  margin-right: 17px;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item .body-right-item-footer .hover p {
  margin-top: 10px;
  margin-left: 3px;
  display: block;
  width: 186px;
  height: 33px;
  background: #3161F5;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  color: #fff;
  line-height: 33px;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item:hover .list {
  display: none;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item:hover .list-text {
  display: flex;
  flex-wrap: wrap;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item:hover .body-right-item-footer {
  transform: translate(0, -5px);
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item:hover .hover {
  display: block;
  margin-top: 10px;
}

.trading-market .body .body-right .body-right-container .body-right-list .enterprise .body-right-item:hover .top .isPrice {
  display: flex;
  justify-content: left;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item-end {
  width: 230px;
  height: 246px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 12px;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item-end .img {
  width: 230px;
  height: 162px;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item-end .button {
  height: 78px;
  text-align: center;
  line-height: 78px;
  color: #666666;
  font-size: 14px;
  cursor: pointer;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item-end .button .icon-xiangyouanniu {
  margin-left: 9px;
  font-size: 14px;
}

.trading-market .body .body-right .body-right-container .body-right-list .body-right-item-end .button:hover {
  color: #3161F5;
}

.trading-market .footer {
  display: flex;
  justify-content: space-around;
  margin-top: 8px;
  width: 100%;
  height: 100px;
  background: url("/images/beijing1.png") no-repeat left top;
  border: 4px;
}

.trading-market .footer .footer-item {
  display: flex;
  width: 270px;
  height: 100%;
  align-items: center;
}

.trading-market .footer .footer-item .left .img {
  width: 60px;
  height: 60px;
}

.trading-market .footer .footer-item .right .title {
  margin-left: 5px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.trading-market .footer .footer-item .right .title h3 {
  font-weight: 600;
  font-size: 16px;
  color: #3C4F81;
}

.trading-market .footer .footer-item .right .title span {
  padding: 0;
  margin-top: 2px;
  margin-left: 0;
  color: #A5AEC7;
  font-size: 12px;
}

.self-service {
  background: #F2F6FB;
}

.self-service .self-service-container {
  padding-top: 40px;
}

.self-service .self-service-container .self-service-body {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
  width: 100%;
  height: 812px;
}

.self-service .self-service-container .self-service-body .self-service-item {
  margin-bottom: 12px;
  width: 594px;
  height: 400px;
  border-radius: 4px;
  display: flex;
}

.self-service .self-service-container .self-service-body .self-service-item .left {
  width: 180px;
  height: 100%;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 0 15px;
}

.self-service .self-service-container .self-service-body .self-service-item .left .title {
  display: flex;
  height: 65px;
  align-items: center;
  border-bottom: 1px solid #fff;
  margin-bottom: 13px;
}

.self-service .self-service-container .self-service-body .self-service-item .left .title .log {
  width: 18px;
  height: 18px;
}

.self-service .self-service-container .self-service-body .self-service-item .left .title h3 {
  margin-top: 12px;
  margin-left: 12px;
  font-weight: bold;
  font-size: 18px;
}

.self-service .self-service-container .self-service-body .self-service-item .left .body {
  width: 100%;
}

.self-service .self-service-container .self-service-body .self-service-item .left .body ul li {
  width: 164px;
  height: 40px;
  padding-left: 32px;
  line-height: 40px;
  font-size: 14px;
  cursor: pointer;
}

.self-service .self-service-container .self-service-body .self-service-item .left .body ul li.active {
  background: url("/images/qipao4.png");
}

.self-service .self-service-container .self-service-body .self-service-item .right {
  width: 414px;
  height: 100%;
  background-color: #fff;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-top {
  height: 270px;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-top .body-top-item {
  height: 134px;
  padding: 0 30px;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-top .body-top-item .title h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-top .body-top-item ul {
  display: flex;
  flex-wrap: wrap;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-top .body-top-item ul li {
  position: relative;
  margin-right: 10px;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-top .body-top-item ul li a {
  padding-right: 10px;
  font-size: 14px;
  color: #999999;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-top .body-top-item ul li a:hover {
  color: #3161F5;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-top .body-top-item ul li::after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 10px;
  top: 9px;
  background: #999999;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-top .body-top-item:nth-child(1) {
  border-bottom: 2px dashed #DDE6FF;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-bottom {
  border-top: 2px dashed #DDE6FF;
  background: url("/images/background7.png") no-repeat left top;
  padding: 0 30px;
  display: flex;
  height: 130px;
  cursor: pointer;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-bottom .body-bottom-left {
  width: 204px;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-bottom .body-bottom-left .body-bottom-title h3 {
  margin-top: 20px;
  font-size: 15px;
  font-weight: bold;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-bottom .body-bottom-left .body-bottom-title span {
  color: #999999;
  font-size: 12px;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-bottom .body-bottom-left .price-container {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  color: #FF4E00;
  font-size: 17px;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-bottom .body-bottom-left .price-container .price span {
  margin-left: 10px;
  font-size: 12px;
  color: #999999;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-bottom .body-bottom-left .price-container .look-all a {
  font-size: 12px;
  color: #3161F5;
  cursor: pointer;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-bottom .body-bottom-left .price-container .look-all .icon-xiangyouanniu {
  font-size: 12px;
  color: #3161F5;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-bottom .body-bottom-right {
  margin-left: 70px;
  margin-top: 18px;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-bottom .body-bottom-right .pic {
  width: 80px;
  height: 80px;
}

.self-service .self-service-container .self-service-body .self-service-item .right .body .body-bottom:hover .body-bottom-title h3 {
  color: #3161F5;
}

.self-service .self-service-container .self-service-body .self-service-item:nth-child(1) .left {
  background: url("/images/left4.png") no-repeat left top;
}

.self-service .self-service-container .self-service-body .self-service-item:nth-child(2) .left {
  background: url("/images/left3.png") no-repeat left top;
}

.self-service .self-service-container .self-service-body .self-service-item:nth-child(3) .left {
  background: url("/images/left5.png") no-repeat left top;
}

.self-service .self-service-container .self-service-body .self-service-item:nth-child(4) .left {
  background: url("/images/left6.png") no-repeat left top;
}

.service-process {
  background: #F2F6FB;
  padding-bottom: 50px;
}

.service-process .service-process-container {
  padding-top: 50px;
}

.service-process .service-process-container .service-process-body {
  margin-top: 30px;
  width: 1200px;
  height: 300px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding: 0 30px;
  padding-top: 24px;
}

.service-process .service-process-container .service-process-body .service-process-body-item .service-process-body-item-title {
  padding: 5px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 66px;
  background: #F5F6FB;
  border-radius: 4px 4px 4px 4px;
}

.service-process .service-process-container .service-process-body .service-process-body-item .service-process-body-item-title .service-process-body-item-title-item {
  padding-top: 5px;
  width: 370px;
  height: 56px;
  border-radius: 4px 4px 4px 4px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.service-process .service-process-container .service-process-body .service-process-body-item .service-process-body-item-title .service-process-body-item-title-item h3 {
  font-size: 16px;
  color: #222222;
}

.service-process .service-process-container .service-process-body .service-process-body-item .service-process-body-item-title .service-process-body-item-title-item span {
  display: block;
  font-size: 12px;
  color: #999999;
}

.service-process .service-process-container .service-process-body .service-process-body-item .service-process-body-item-title .service-process-body-item-title-item::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  width: 1px;
  height: 20px;
  background: #D2D2D2;
  border-radius: 0px 0px 0px 0px;
}

.service-process .service-process-container .service-process-body .service-process-body-item .service-process-body-item-title .service-process-body-item-title-item:last-child::after {
  content: "";
  display: none;
}

.service-process .service-process-container .service-process-body .service-process-body-item .service-process-body-item-title .service-process-body-item-title-item.active::after {
  content: "";
  display: block;
  background: url("/images/duobianxing.png") no-repeat left top;
  width: 10px;
  height: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 28px);
}

.service-process .service-process-container .service-process-body .service-process-body-item .service-process-body-item-title .service-process-body-item-title-item.active {
  background: #3161F5;
}

.service-process .service-process-container .service-process-body .service-process-body-item .service-process-body-item-title .service-process-body-item-title-item.active h3 {
  color: #fff;
}

.service-process .service-process-container .service-process-body .service-process-body-item .service-process-body-item-title .service-process-body-item-title-item.active span {
  color: #B1C5FF;
}

.service-process .service-process-container .service-process-body .service-process-body-item .pic {
  margin-top: 28px;
  width: 100%;
  height: 150px;
}

.service-process .service-process-container .service-process-body .service-process-body-item .pic img {
  width: auto;
  height: auto;
}

.about-the-platform {
  height: 610px;
  background: #E8EEF9;
  border-radius: 0px 0px 0px 0px;
}

.about-the-platform .about-the-platform-container {
  padding-top: 50px;
}

.about-the-platform .about-the-platform-container .about-the-platform-body {
  margin-top: 28px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-left {
  height: 440px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 350px;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-left .about-the-platform-left-item {
  margin-bottom: 10px;
  width: 170px;
  height: 140px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.4s;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-left .about-the-platform-left-item .pic {
  margin-top: 30px;
  width: 50px;
  height: 50px;
  position: relative;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-left .about-the-platform-left-item .pic::after {
  content: "";
  width: 18px;
  height: 2px;
  background: #999999;
  border-radius: 1px 1px 1px 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-left .about-the-platform-left-item span {
  margin-top: 8px;
  color: #666666;
  font-size: 14px;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-left .about-the-platform-left-item:hover {
  transform: translate(0, -4px);
  box-shadow: 0px 3px 20px 1px rgba(51, 51, 51, 0.2);
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-right {
  width: 834px;
  height: 100%;
  height: 440px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  padding-right: 20px;
  padding-left: 25px;
  padding-top: 30px;
  position: relative;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-right .about-the-platform-right-top-right-corner {
  position: absolute;
  top: 30px;
  right: 20px;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-right .about-the-platform-right-bottom-right-corner {
  position: absolute;
  bottom: 19px;
  right: 22px;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-right .about-the-platform-right-body .about-the-platform-right-body-title {
  margin-top: 5px;
  position: relative;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-right .about-the-platform-right-body .about-the-platform-right-body-title h3 {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-right .about-the-platform-right-body .about-the-platform-right-body-title::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 30px;
  height: 1px;
  background: #999999;
  border-radius: 1px 1px 1px 1px;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-right .about-the-platform-right-body .about-the-platform-right-body-content {
  padding-right: 30px;
  margin-top: 40px;
  font-size: 14px;
  height: 80px;
  color: #999999;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-right .about-the-platform-right-body .pic {
  height: 202px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  overflow-y: auto;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-right .about-the-platform-right-body .pic .pic-item {
  width: 250px;
  height: 202px;
  margin: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  border-radius: 4px;
}

.about-the-platform .about-the-platform-container .about-the-platform-body .about-the-platform-right .about-the-platform-right-body .pic .pic-item img {
  height: 202px;
  width: auto;
}

.industry-information {
  height: 744px;
  background: #F2F6FB;
}

.industry-information .industry-information-container {
  padding-top: 50px;
}

.industry-information .industry-information-container .industry-information-body {
  margin-top: 30px;
  width: 100%;
  height: 570px;
  display: flex;
  justify-content: space-between;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left {
  width: 868px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .top {
  height: 68px;
  border-bottom: 1px solid #E6E9F3;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .top .top-container {
  padding: 0 34px;
  width: 100%;
  display: flex;
  padding-top: 25px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .top .top-container .tab {
  display: flex;
  flex: 1;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .top .top-container .tab .tab-item {
  color: #222222;
  font-size: 18px;
  position: relative;
  margin-right: 66px;
  cursor: pointer;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .top .top-container .tab .tab-item.active {
  color: #3161F5;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .top .top-container .tab .tab-item.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 72px;
  height: 3px;
  background: #3161F5;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .top .top-container .tab .tab-item:hover {
  color: #3161F5;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .top .top-container .more a {
  font-size: 14px;
  color: #999999;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .top .top-container .more a .icon-youanniu1 {
  margin-left: 7px;
  font-size: 14px;
  color: #999999;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .top .top-container .more a:hover {
  color: #3161F5;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .top .top-container .more a:hover .icon-youanniu1 {
  color: #3161F5;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body {
  margin-top: 16px;
  padding: 0 34px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .pic-content {
  width: 800px;
  height: 160px;
  background: url("/images/background8.png") no-repeat left top;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .pic-content .text {
  padding-top: 40px;
  margin-left: 56px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .pic-content .text h3 {
  font-weight: bold;
  color: #FFFFFF;
  font-size: 20px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .pic-content .text span {
  margin-top: 12px;
  display: block;
  width: 438px;
  height: 39px;
  font-size: 14px;
  color: #BED4FF;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 指定显示的行数 */
  -webkit-box-orient: vertical;
  /* 垂直方向显示 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .body-content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .body-content .body-content-item {
  margin-right: 10px;
  height: 120px;
  width: 312px;
  display: flex;
  cursor: pointer;
  margin-bottom: 42px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .body-content .body-content-item .item-left .pic {
  width: 22px;
  height: 22px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .body-content .body-content-item .item-right {
  margin-left: 10px;
  width: 100%;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .body-content .body-content-item .item-right .item-right-title h3 {
  width: 280px;
  font-weight: 400;
  color: #222222;
  font-size: 17px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .body-content .body-content-item .item-right .item-right-title div {
  margin-top: 5px;
  font-size: 12px;
  color: #B2B2B2;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .body-content .body-content-item .item-right .look-detail a {
  font-size: 14px;
  color: #666666;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .body-content .body-content-item .item-right .look-detail a .icon-youanniu {
  margin-left: 10px;
  width: 6px;
  font-size: 12px;
  height: 10px;
  color: #666666;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .body-content .body-content-item .item-right .look-detail a:hover,
.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .body-content .body-content-item .item-right .look-detail a:hover .icon-youanniu {
  color: #3161F5;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .body-content .body-content-item:hover .item-right-title h3 {
  color: #3161F5;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-left .body .body-content::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 250px;
  background: #E6E9F3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right {
  width: 328px;
  border-radius: 4px 4px 4px 4px;
  padding: 0 25px;
  background: url("/images/hot1.png") no-repeat left top;
  background-color: #FFFFFF;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .top-title {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 22px;
  margin-left: 50px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list {
  margin-top: 30px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li {
  border-top: 1px solid #E6E9F3;
  line-height: 71px;
  padding-top: 1px;
  cursor: pointer;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-item {
  display: flex;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-item .pic {
  width: 20px;
  height: 20px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-item .text {
  margin-left: 15px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li.active {
  color: #3161F5;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li.active .list-item {
  display: none;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li.active .list-body {
  display: block;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li:first-child {
  border-top: 0;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body {
  display: none;
  line-height: 15px;
  height: 152px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .body-right-title {
  margin-top: 28px;
  display: flex;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .body-right-title .right {
  margin-left: 15px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .body-right-title .right h3 {
  font-size: 16px;
  color: #222222;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .pic {
  width: 20px;
  height: 20px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .body-right-content {
  margin-top: 20px;
  display: flex;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .body-right-content .body-right-content-right {
  margin-left: 15px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .body-right-content .body-right-content-right span {
  display: block;
  font-size: 12px;
  color: #B2B2B2;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .look-detail {
  margin-left: 36px;
  margin-top: 10px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .look-detail a,
.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .look-detail .icon-xiangyouanniu {
  font-size: 14px;
  color: #666666;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .look-detail a .icon-xiangyouanniu,
.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .look-detail .icon-xiangyouanniu .icon-xiangyouanniu {
  margin-left: 8px;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .look-detail a:hover,
.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .look-detail a:hover .icon-xiangyouanniu,
.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .look-detail .icon-xiangyouanniu:hover,
.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li .list-body .look-detail .icon-xiangyouanniu:hover .icon-xiangyouanniu {
  color: #3161F5;
}

.industry-information .industry-information-container .industry-information-body .industry-information-body-right .list ul li:nth-child(n+6) {
  display: none;
}

.platform-support {
  height: 350px;
  width: 100%;
  background: url("/images/background9.png") no-repeat left top;
}

.platform-support .platform-support-container {
  padding-top: 46px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.platform-support .platform-support-container .title h3 {
  color: #000;
  font-weight: bold;
}

.platform-support .platform-support-container .title span {
  display: block;
  color: #666666;
}

.platform-support .platform-support-container .left {
  width: 500px;
}

.platform-support .platform-support-container .content {
  margin-top: 39px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.platform-support .platform-support-container .content .content-item {
  display: flex;
  align-items: center;
  width: 240px;
  margin-bottom: 20px;
}

.platform-support .platform-support-container .content .content-item .pic {
  width: 80px;
  height: 80px;
}

.platform-support .platform-support-container .content .content-item .text {
  margin-left: 15px;
}

.platform-support .platform-support-container .content .content-item .text h3 {
  font-weight: 600;
  font-size: 18px;
  color: #222222;
}

.platform-support .platform-support-container .content .content-item .text span {
  margin-top: 2px;
  display: block;
  font-size: 13px;
  color: #999999;
}

.platform-support .platform-support-container .right {
  width: 500px;
}

.platform-support .platform-support-container .right .content-item .pic {
  margin-top: -5px;
  width: 52px;
  height: 52px;
}

.platform-support .platform-support-container .right .content-item .text h3 {
  display: flex;
  font-size: 36px;
  color: #2857E9;
  align-items: center;
  margin-bottom: 0;
}

.platform-support .platform-support-container .right .content-item .text h3 span {
  display: block;
  margin-left: 10px;
  color: #2857E9;
}

.platform-support .platform-support-container .right .content-item .text span {
  margin-top: 2px;
  display: block;
  font-size: 13px;
  color: #999999;
}

.platform-support .platform-support-container::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 200px;
  background: #FFFFFF;
  top: 110px;
  left: 50%;
  transform: translate(-50%, 0);
}

.positioning-and-navigation {
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  position: fixed;
  top: 20vh;
  left: 14vw;
  width: 56px;
  height: 500px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #DDE6FF;
}

.positioning-and-navigation ul li {
  font-size: 12px;
  color: #666666;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  text-align: center;
  border-top: 1px dashed #DDE6FF;
}

.positioning-and-navigation ul li span {
  display: flex;
  flex-direction: column;
  height: 62px;
  padding: 0 12px;
  width: 100%;
  justify-content: center;
}

.positioning-and-navigation ul li:first-child {
  border-top: none;
}

.positioning-and-navigation ul li:hover {
  border-top: none;
  background-color: #3161F5;
}

.positioning-and-navigation ul li:hover span {
  color: #fff;
}

.positioning-and-navigation ul li:last-child span .icon-shanganniu1 {
  font-size: 10px;
}
