/*首页*/
body {
  min-width: 1200px;
}
.case {
    margin-top: 20px;
    background-color: #FFF;
}
.case .pic-bg {
    height: 300px;
    padding-top: 54px;
    background-image: url(/uploads/20230608/bg-1.jpg);
    background-size: 100% 100%;
}
.partner .title {
    padding: 50px 0;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.client {
   
    width: 1200px;
    padding: 20px 0;
    margin: 0 auto;
}
.top-banner {
  /*overflow: hidden;*/
  position: relative;
  background: #22252a;
}
.top-banner .y-row {
  position: relative;
  height: 500px;
}
.top-banner .y-row .txt {
  color: #fff;
  position: absolute;
  top: 140px;
}
.top-banner .y-row .txt h2 {
  font-size: 44px;
}
.top-banner .y-row .txt p {
  line-height: 50px;
  font-size: 20px;
}
.top-banner .y-row .txt a {
  display: block;
  font-size: 16px;
  color: #fff;
  width: 120px;
  height: 36px;
  margin-top: 30px;
  line-height: 36px;
  border: 1px solid #fff;
  text-align: center;
}
.top-banner .y-row img {
  position: absolute;
  right: 0;
  top: 100px;
  transition: all 0.8s ease;
}
.top-banner .bd img {
  display: block;
  width: 100%;
  height: auto;
}
.top-banner .hd {
  padding-bottom: 10px;
  text-align: center;
}
.top-banner .hd ul {
  overflow: hidden;
  display: inline-block;
}
.top-banner .hd ul li {
  cursor: pointer;
  float: left;
  width: 26px;
  height: 4px;
  background: #a1a1a3;
  margin: 0 3px;
}
.top-banner .hd ul .on {
  background: #fff;
}
.banner-bottom-container {
  background: #D7D7D8;
  height: 130px;
}
.banner-bottom-container li {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  height: 130px;
  display: block;
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 40px 0 40px 24px;
  background: #e2e2e3;
}
.banner-bottom-container li h2 {
  font-size: 18px;
  color: #373d41;
  font-weight: bold;
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.banner-bottom-container li p {
  font-size: 14px;
  color: #373d41;
  position: relative;
  z-index: 1;
}
.banner-bottom-container li div {
  z-index: 0;
  width: 175px;
  height: 175px;
  position: absolute;
  right: -45px;
  top: -5px;
  background-image: url("../images/TB13MlVLXXXXXXuaXXXXXXXXXXX-350-21000.jpg");
  margin: 0 auto;
  -webkit-background-size: 175px;
  -moz-background-size: 175px;
  background-size: 175px;
  background-position: 0 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}
.banner-bottom-container li:hover h2 {
  color: #cb575b;
}
.banner-bottom-container .s div {
  animation: play steps(59) 1s;
  animation-fill-mode: forwards;
}
.banner-bottom-container .d div {
  animation: play02 steps(59) 1s;
  animation-fill-mode: forwards;
}
.video {
    background-image: url('/uploads/20230608/BJ.jpg');
    background-size: 100% 100%;
}
.banner-bottom-container li:nth-of-type(2n) {
  background: #ebebec;
}
.banner-bottom-container li:nth-child(2) div {
  background-image: url("../images/TB1JhtSLXXXXXbOaXXXXXXXXXXX-350-21000.jpg");
}
.banner-bottom-container li:nth-child(3) div {
  background-image: url("../images/TB1jku6LXXXXXbtXVXXXXXXXXXX-350-21000.jpg");
}
.banner-bottom-container li:nth-child(4) div {
  background-image: url("../images/TB1i5m5LXXXXXXkaXXXXXXXXXXX-350-21000.jpg");
}
.banner-bottom-container li:nth-child(5) div {
  background-image: url("../images/TB1IvXKLXXXXXaxapXXXXXXXXXX-350-21000.jpg");
}
.banner-bottom-container li:nth-of-type(1) {
  background: url("../images/2.jpg") no-repeat left;
}
.banner-bottom-container li:nth-of-type(2) {
  background: url("../images/0.jpg") no-repeat left;
}
.banner-bottom-container li:nth-of-type(3) {
  background: url("../images/2.jpg") no-repeat left;
}
.banner-bottom-container li:nth-of-type(4) {
  background: url("../images/e39712e9a60ce13b2be05c38d227819.jpg") no-repeat left;
}
.banner-bottom-container li:nth-of-type(5) {
  /*background: url("../images/年.jpg") no-repeat left;*/
}
@keyframes play {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -10325px;
  }
}
@keyframes play02 {
  0% {
    background-position: 0 -10325px;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes ripple {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
  }
}
@-o-keyframes ripple {
  0% {
    opacity: 0;
    -o-transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
  }
}
@keyframes ripple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.aliyun-index-product-sale .module-wrap * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.point-area {
  text-align: center;
  position: relative;
  width: 150px;
  height: 150px;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.point-area .point {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background: transparent;
}
.point-area .point-10:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #cb575b;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 225ms infinite;
  -moz-animation: ripple 4500ms ease-out 225ms infinite;
  -o-animation: ripple 4500ms ease-out 225ms infinite;
  animation: ripple 4500ms ease-out 225ms infinite;
}
.point-area .point-40:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #cb575b;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 900ms infinite;
  -moz-animation: ripple 4500ms ease-out 900ms infinite;
  -o-animation: ripple 4500ms ease-out 900ms infinite;
  animation: ripple 4500ms ease-out 900ms infinite;
}
.point-area .point-80:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #cb575b;
  opacity: 0;
  -webkit-animation: ripple 4500ms ease-out 1800ms infinite;
  -moz-animation: ripple 4500ms ease-out 1800ms infinite;
  -o-animation: ripple 4500ms ease-out 1800ms infinite;
  animation: ripple 4500ms ease-out 1800ms infinite;
}
#main .cont1 {
  min-height: 830px;
  width: 100%;
  /*background-color: rgba(55, 61, 65, 0.05);*/
  background: #eef5ff;
  padding-top: 74px;
  padding-bottom: 68px;
}
#main .cont1 ul {
  margin-top: 82px;
}
#main .cont1 ul .card-item {
  z-index: 10;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
  position: relative;
  float: left;
  width: 22%;
  height: 548px;
  background-color: transparent;
  border: 1px solid #DBDBDD;
  margin-left: -1px;
}
#main .cont1 ul .card-item .card {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  box-sizing: border-box;
}
#main .cont1 ul .card-item .card .card-title {
  background-color: #6bc6c1;
  /*transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1), z-index 0s 0.12s;*/
  height: 170px;
  line-height: 26px;
  font-size: 14px;
  top: 0;
  position: absolute;
  left: 0;
  right: -1px;
  z-index: 1;
}

#main .cont1 ul .card-item:nth-child(1) .card .card-title {

    background-image: url(/uploads/20230608/1-1.png);
    background-size: 100% 100%;
}
#main .cont1 ul .card-item:nth-child(2) .card .card-title {
  
    background-image: url(/uploads/20230608/1-2.png);
    background-size: 100% 100%;
}
#main .cont1 ul .card-item:nth-child(3) .card .card-title {

    background-image: url(/uploads/20230608/1-3.png);
    background-size: 100% 100%;
}
#main .cont1 ul .card-item:nth-child(4) .card .card-title {
  
    background-image: url(/uploads/20230608/1-4.png);
    background-size: 100% 100%;
}

#main .cont1 ul .card-item .card .card-title .content {
  position: absolute;
  bottom: 17px;
  width: 100%;
}
#main .cont1 ul .card-item .card .card-title .ali-product-img {
  width: 55px;
  height: 55px;
  margin: 10px auto;
  position: relative;
}
#main .cont1 ul .card-item .card .card-title .ali-product-img img {
  position: absolute;
  left: 0;
  width: 100%;
}
#main .cont1 ul .card-item .card .card-title .ali-product-img .un-hover {
  z-index: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(100);
}
#main .cont1 ul .card-item .card .card-title .ali-product-img .with-hover {
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(0);
}
#main .cont1 ul .card-item .card .card-title h1 {
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  font-size: 18px;
  font-weight: bold;
  /*color: #373D41;*/
  color: #fff;
}
#main .cont1 ul .card-item .card .card-title p {
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
#main .cont1 ul .card-item .card .card-content.content-first {
  -webkit-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  -moz-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  -o-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(100);
}
#main .cont1 ul .card-item .card .card-content.content-first .content-first-list {
  width: 100%;
  max-width: 250px;
  font-size: 16px;
  color: #373D41;
  margin-top: 47px;
  margin-bottom: 47px;
}
#main .cont1 ul .card-item .card .card-content.content-first .content-first-list li {
  margin-bottom: 30px;
  line-height: 32px;
}
#main .cont1 ul .card-item .card .card-content {
  width: 100%;
  height: 376px;
  position: absolute;
  top: 170px;
  left: 0;
  right: -1px;
}
#main .cont1 ul .card-item .card .card-content .other-info {
  margin-top: 0;
  line-height: 22px;
  border-top: 1px solid #ebebec;
  padding-top: 20px;
  font-size: 12px;
}
#main .cont1 ul .card-item .card .card-content .other-info .other-info-list {
  height: 80px;
  padding-right: 5px;
  margin-bottom: 10px;
}
#main .cont1 ul .card-item .card .card-content .other-info .other-info-list .list-context {
  color: #cb575b;
}
#main .cont1 ul .card-item .card .card-content .other-info .other-head {
  font-size: 14px;
  font-weight: normal;
  color: #373d41;
}
#main .cont1 ul .card-item .card .content-second {
  max-width: 350px;
  left: 25px;
  font-size: 14px;
  color: #a9b0b4;
  text-align: left;
  padding-top: 26px;
  webkit-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(0);
  line-height: 2;
}
#main .cont1 ul .card-item .card .content-second .main-head {
  color: #373d41;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 4px;
}
#main .cont1 ul .card-item .card .content-second .main-desc {
  line-height: 22px;
}
#main .cont1 ul .card-item .card .content-second .main-btn {
  font-family: inherit;
  cursor: pointer;
  width: 100px;
  height: 30px;
  font-size: 14px !important;
  background-color: #fff;
  border: 1px solid #c6f4ef;
  color: #fff;
  background: #c6f4ef;
  margin-top: 22px;
  margin-bottom: 33px;
  -webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
}
#main .cont1 ul .card-item .card .content-second li {
  float: left;
  width: 50%;
}
#main .cont1 ul .card-item.active {
  z-index: 100;
  border: 1px solid #c6f4ef;
  box-shadow: 0 0 20px rgba(0, 12, 109, 0.5);
  width: 34%;
  height: 563px;
}
#main .cont1 ul .card-item.active .card .card-title {
  left: -1px;
  background-color: #010c64;
  height: 185px;
  top: -15px;
}
#main .cont1 ul .card-item.active .card .card-title h1 {
  color: #fff;
}
#main .cont1 ul .card-item.active .card .card-title .short-info {
  color: #fff;
}
#main .cont1 ul .card-item.active .card .ali-product-img .un-hover {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(0);
}
#main .cont1 ul .card-item.active .card .ali-product-img .with-hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(100);
}
#main .cont1 ul .card-item.active .card .card-content.content-first {
  -webkit-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(0);
}
#main .cont1 ul .card-item.active .card .card-content.content-second {
  -webkit-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  -moz-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  -o-transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  transition: all 0.12s cubic-bezier(0.4, 0, 0.2, 1) 0.18s;
  z-index: 3;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(100);
}
#main .cont2 {
  padding: 76px 0;
}
#main .cont2 .tit { 
  margin-bottom: 36px;
}
#main .title_g {
     position:relative;
     width: 1200px;
     margin: 0 auto;
}
#main  .title_g::after {
    position: absolute;
    content: '';
    display: block;
    left: 302px; 
    top: 18px;
    width: 200px;
    height: 1px;
    background: linear-gradient(to right,rgba(255, 255, 255, 0.3),rgba(255, 255, 255, 0.7)); 
}

#main  .title_g::before {
    position: absolute;
    content: '';
    display: block;
    right: 302px;
    top: 18px;
    width: 200px;
    height: 1px;
    background: linear-gradient(to right,rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.3));
}

#main .cont1 .title_g::after {
    position: absolute;
    content: '';
    display: block;
    left: 254px; 
    top: 18px;
    width: 200px;
    height: 3px;
    background: linear-gradient(to right,rgba(196, 201, 210, 0.3),rgba(196, 201, 210, 0.7)); 
}

#main .cont1 .title_g::before {
    position: absolute;
    content: '';
    display: block;
    right: 254px;
    top: 18px;
    width: 200px;
    height: 3px;
    background: linear-gradient(to right,rgba(196, 201, 210, 0.7),rgba(196, 201, 210, 0.3));
}

#main .cont2 .c-box {
  width: 100%;
  overflow: hidden;
}
#main .cont2 .c-box .c {
  float: left;
  width: 33%;
  text-align: center;
}
#main .cont2 .c-box .c .img {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px auto;
  position: relative;
  text-align: center;
}
#main .cont2 .c-box .c .img img {
  width: 100%;
}
#main .cont2 .c-box .c h2 {
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: default;
  font-size: 20px;
  color: #373D41;
  margin-bottom: 5px;
  font-weight: bold;
}
#main .cont2 .c-box .c p {
  line-height: 22px;
  font-size: 14px;
  color: #a9b0b4;
  padding: 0 30px;
}
#main .cont2 .c-box .c ul {
  padding-top: 15px;
}
#main .cont2 .c-box .c ul li {
  display: inline-block;
  list-style: none;
  padding: 0 20px 0 10px;
  font-size: 14px;
  position: relative;
}
#main .cont2 .c-box .c ul li a {
  color: #cb575b;
}
#main .cont3 {
  background: #22252a;
}
#main .cont3 .picScroll-left {
  max-width: 1440px;
  min-width: 1200px;
  height: 420px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
#main .cont3 .picScroll-left li {
  width: 288px;
  height: 420px;
  position: relative;
  float: left;
}
#main .cont3 .picScroll-left li .img-bg {
  width: 100%;
  height: 100%;
}
#main .cont3 .picScroll-left li .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main .cont3 .picScroll-left li .mask .bg {
  background: #161A1D;
  opacity: 0.1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#main .cont3 .picScroll-left li .mask .content {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#main .cont3 .picScroll-left li .mask .content .img {
  width: 25%;
  height: 75px;
  margin: 0 auto;
  position: relative;
}
#main .cont3 .picScroll-left li .mask .content .img img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
#main .cont3 .picScroll-left li .mask .content .img .img-b {
  opacity: 1;
}
#main .cont3 .picScroll-left li .mask .content .p1 {
  width: 20px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#main .cont3 .picScroll-left li .mask .content h3 {
  color: #fff;
  font-size: 22px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  margin-top: 24px;
  font-weight: bold;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
}
#main .cont3 .picScroll-left li .mask .content .p2 {
  opacity: 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding: 0px 23px;
  line-height: 24px;
  height: 72px;
  webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#main .cont3 .picScroll-left li .mask .content span {
  opacity: 0;
  display: block;
  width: 120px;
  height: 36px;
  line-height: 34px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#main .cont3 .picScroll-left li:hover .bg {
  opacity: 0.8;
  background: rgba(0, 28, 142,.7);
}
#main .cont3 .picScroll-left li:hover .content {
  top: 13%;
}
#main .cont3 .picScroll-left li:hover .content .p1 {
  opacity: 0;
}
#main .cont3 .picScroll-left li:hover .content .p2,
#main .cont3 .picScroll-left li:hover .content span {
  opacity: 1;
}
#main .cont3 .picScroll-left li:hover .img .img-b {
  opacity: 0;
}
#main .cont3 .picScroll-left li:hover .img img.img-hvoer {
  opacity: 1;
}
#main .cont3 .picScroll-left > a {
  top: 0;
  margin-top: 0;
  position: absolute;
  display: none;
  width: 50px;
  height: 420px;
  background: rgba(22, 26, 29, 0.3);
  color: #fff;
  font-size: 32px;
  text-align: center;
  vertical-align: middle;
  padding-top: 200px;
}
#main .cont3 .picScroll-left .prev {
  left: 0;
}
#main .cont3 .picScroll-left .next {
  right: 0;
}
#main .cont3 .picScroll-left:hover > a {
  display: block;
}
#main .cont4 {
  padding: 76px 0;
  background: url('/uploads/20230608/BJ2.jpg');
}
#main .cont4 .tit {
  margin-bottom: 14px;
}
#main .cont4 .y-row {
  overflow: hidden;
}
#main .cont4 .y-row .c {
  width: 33%;
  height: 200px;
  margin: 10px 0;
  text-align: center;
  float: left;
}
#main .cont4 .y-row .c .p1 {
  font-size: 30px;
  /*color: #373d41;*/
  color: #6ddad4;
  font-family: '黑体';
}
#main .cont4 .y-row .c .p1 span {
  font-size: 60px;
}
#main .cont4 .y-row .c .p2 {
    color: #fff;
  font-size: 22px;
  font-family: "黑体";
  font-weight: bold;
  width: 160px;
  margin: 10px auto;
  position: relative;
}
#main .cont4 .y-row .c .p2:before {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 1px;
  background: #a9abad;
  left: 0;
  top: 50%;
}
#main .cont4 .y-row .c .p2::after {
  content: "";
  display: block;
  position: absolute;
  width: 22px;
  height: 1px;
  background: #a9abad;
  right: 0;
  top: 50%;
}
#main .cont4 .y-row .c .p3 {
  font-size: 14px;
  color: #fff;
  line-height: 22px;
}
#main .cont4 .y-row .c .p3 span {
  color: #fb5055;
}
#main .cont5 {
  padding: 80px 0;
  background: #eef5ff;
}
#main .cont5 .tit {
  margin-bottom: 67px;
}
#main .cont5 .y-row {
  overflow: hidden;
}
#main .cont5 .y-row .c {
  box-sizing: border-box;
  width: 400px;
  float: left;
  padding: 0 10px;
}
#main .cont5 .y-row .c .top {
  display: block;
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #c5d8db;
  height: 230px;
}
#main .cont5 .y-row .c .top .img {
  width: 100%;
  overflow: hidden;
  height: 170px;
}
#main .cont5 .y-row .c .top .img img {
  webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}
#main .cont5 .y-row .c .top .t {
  padding: 18px 25px;
  font-size: 14px;
  color: #373d41;
}
#main .cont5 .y-row .c .top:hover {
  -webkit-box-shadow: 0 0 15px rgba(186, 204, 207, 0.7);
  -moz-box-shadow: 0 0 15px rgba(186, 204, 207, 0.7);
  box-shadow: 0 0 15px rgba(186, 204, 207, 0.7);
}
#main .cont5 .y-row .c .top:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#main .cont5 .y-row .c .list {
  font-size: 14px;
  padding-left: 0;
  line-height: 2;
}
#main .cont5 .y-row .c .list a {
  display: block;
}
#main .cont5 .y-row .c .list a:hover {
  color: #cb575b;
}
#main .cont6 {
  height: 105px;
  line-height: 105px;
  background: #1b4cc3;
  text-align: center;
  color: #fff;
  font-size: 22px;
}
#main .cont7 {
  padding-top: 80px;
  padding-bottom: 50px;
}
#main .cont7 .tit {
  margin-bottom: 80px;
}
#main .cont7 .y-row {
  position: relative;
}
#main .cont7 .y-row .ban-list {
  width: 960px;
  height: 50px;
  overflow: hidden;
  margin: 0 auto;
}
#main .cont7 .y-row .ban-list li {
  box-sizing: border-box;
  width: 240px!important;
  padding: 0 10px;
  float: left;
}
#main .cont7 .y-row .ban-list li a {
  display: block;
}
#main .cont7 .y-row .ban-list li a img {
  float: left;
  height: 50px;
  width: 50px;
}
#main .cont7 .y-row .ban-list li a p {
  float: left;
  padding-left: 10px;
  line-height: 50px;
  font-size: 12px;
  color: #373D41;
}
#main .cont8 {
  margin-top: 80px;
}
#main .cont8 .tit {
  margin-bottom: 12px;
}
#main .cont8 ul {
  overflow: hidden;
}
#main .cont8 ul li {
  width: 20%;
  height: 203px;
  float: left;
}
#main .cont8 ul li img {
  text-align: center;
  height: 130px;
  width: 100%;
  padding-top: 36.5px;
}
#main .cont8 .banner {
  background: #1b4cc3;
  text-align: center;
  color: #fff;
  height: 200px;
}
#main .cont8 .banner p {
  padding-top: 56px;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 17px;
}
#main .cont8 .banner a {
  display: inline-block;
  width: 120px;
  height: 36px;
  border: 1px solid #fff;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
}
#main .cont8 .banner a:hover {
  background: #fff;
  color: #cb575b;
}
#main .cont8 .y-row > img {
  max-width: 1200px;
}
#main .tit {
  font-size: 24px;
  text-align: center;
  color: #333;
}
/*客户案例*/
.t-banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
#subnav {
  height: 59px;
  background: #fcfcfc;
  border-bottom: 1px solid #eeeeee;
}
#subnav p {
  line-height: 59px;
  padding-left: 20px;
  background: url("../images/case_05.png") no-repeat 5px center;
}
#subnav p a {
  font-size: 14px;
  color: #666;
  display: inline-block;
  padding: 0 5px;
}
.class-list {
  padding-top: 30px;
  padding-bottom: 80px;
}
.class-list .list p {
  overflow: hidden;
  line-height: 22px;
  margin-bottom: 20px;
}
.class-list .list p span {
  float: left;
  width: 98px;
  height: 24px;
  box-sizing: border-box;
  line-height: 22px;
  text-align: center;
  color: #3d3d3d;
  font-size: 14px;
  border: 1px solid #a0a0a0;
  border-radius: 5px;
}
.class-list .list p a {
  float: left;
  margin: 0 10px;
  padding: 0 5px;
  font-size: 14px;
  color: #666666;
}
.class-list .list p a i {
  font-style: normal;
  color: #cb575b;
}
.class-list .list p a:first-of-type {
  margin-left: 25px;
}
.class-list .list p .on {
  color: #fff;
  background: #cb575b;
}
.class-list .class-list-tit {
  color: #6a6b6d;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  padding-left: 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  background: #f5f5f5;
}
.class-list .class-list-cont .cont {
  overflow: hidden;
}
.class-list .class-list-cont .cont li {
  width: 33.3%;
  height: 210px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  float: left;
  text-align: center;
  margin-bottom: 15px;
}
.class-list .class-list-cont .cont li img {
  width: 377px;
  height: 210px;
}
.class-list .class-list-cont .cont li .bg {
  display: none;
  position: absolute;
  top: 0;
  left: 11px;
  width: 377px;
  height: 210px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 25px;
}
.class-list .class-list-cont .cont li .bg img {
  width: auto;
  height: auto;
}
.class-list .class-list-cont .cont li .bg2 {
  position: absolute;
  top: 0;
  left: 11px;
  width: 377px;
  height: 210px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
  font-size: 24px;
  color: #fff;
}
.class-list .class-list-cont .cont li .bg2 span {
  display: block;
  font-size: 15px;
}
.class-list .class-list-cont .cont li .bg2 .span2 {
  padding-top: 8px;
}
.class-list .class-list-cont .cont li:hover .bg {
  display: block;
}
#page {
  margin: 60px 0;
}
#page ul {
  overflow: hidden;
}
#page ul li {
  float: left;
}
#page ul li a {
  /*display: block;*/
  height: 42px;
  line-height: 42px;
  padding: 0 18px;
  text-align: center;
  color: #000;
  background: #f0f0f0;
  margin-right: 10px;
}
#page ul .on a {
  background: #cb575b;
  color: #fff;
}
#txt-list {
  overflow: hidden;
}
#txt-list .t-c {
  float: left;
  width: 33.3%;
  padding-right: 50px;
}
#txt-list .t-c .t-t {
  font-size: 20px;
  color: #666;
  margin-bottom: 20px;
}
#txt-list .t-c .t-t span {
  float: right;
  font-size: 14px;
  font-style: normal;
}
#txt-list .t-c li {
  line-height: 28px;
}
#txt-list .t-c li a {
  font-size: 14px;
  color: #666;
}
#txt-list .t-c li a span {
  float: left;
  padding-right: 8px;
}
#txt-list .t-c .bd {
  width: 310px;
  height: 150px;
  overflow: hidden;
}
#txt-list .t-c .hd {
  position: absolute;
  top: 10px;
  right: 40px;
  overflow: hidden;
}
#txt-list .t-c .hd li {
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  border-radius: 50%;
  float: left;
  margin-right: 10px;
}
#txt-list .t-c .hd .on {
  background: #cb575b;
}
#txt-list .t-c .hd li:last-of-type {
  margin-right: 0;
}
#txt-list .slideBox {
  position: relative;
}
#txt-list .t-c:nth-of-type(3) {
  padding-right: 0;
  padding-left: 50px;
}
/*网站建设*/
h2.web-tit {
  margin-top: 60px;
  margin-bottom: 25px;
  font-size: 36px;
  font-family: '黑体';
  color: #5a5858;
  text-align: center;
  font-weight: bold;
}
h2.web-tit p {
  font-weight: normal;
  font-size: 14px;
  color: #9f9f9f;
  margin-top: 15px;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-block {
  margin: 0 auto;
}
.w-cont1 .list {
  padding-top: 35px;
  width: 1045px;
  margin: 0 auto;
  overflow: hidden;
}
.w-cont1 .list .c {
  float: left;
  width: 177px;
  height: 240px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0 25px;
  padding-top: 42px;
  position: relative;
  margin-right: 40px;
  transition: all 0.5s ease;
}
.w-cont1 .list .c .img img:first-of-type {
  display: block;
  margin: 0 auto;
}
.w-cont1 .list .c .img img:last-of-type {
  display: none;
  margin: 0 auto;
}
.w-cont1 .list .c .t {
  font-size: 18px;
  color: #181818;
  text-align: center;
  margin-top: 20px;
  position: relative;
  margin-bottom: 35px;
}
.w-cont1 .list .c .t:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  left: 50%;
  margin-left: -7px;
  bottom: -5px;
}
.w-cont1 .list .c:nth-of-type(5) {
  margin-right: 0;
}
.w-cont1 .list .c:hover {
  border-color: #cb575b;
  top: -20px;
}
.w-cont1 .list .c:hover .t {
  color: #cb575b;
}
.w-cont1 .list .c:hover .t:after {
  background: #cb575b;
}
.w-cont1 .list .c:hover p {
  color: #cb575b;
}
.w-cont1 .list .c:hover .img img:first-of-type {
  display: none;
}
.w-cont1 .list .c:hover .img img:last-of-type {
  display: block;
}
.w-cont2 {
  padding-top: 30px;
  padding-bottom: 50px;
  background: #efefef;
}
.w-cont3 .t-list {
  margin-bottom: 100px;
}
.w-cont3 .t-list .cont {
  float: left;
  width: 25%;
}
.w-cont3 .t-list .cont .d1 {
  height: 175px;
  background: #fd96a2;
  font-size: 25px;
  text-align: center;
  color: #fff;
  padding-top: 30px;
}
.w-cont3 .t-list .cont .d1 .t {
  margin-bottom: 20px;
}
.w-cont3 .t-list .cont .d1 .c {
  font-size: 36px;
  position: relative;
  width: 170px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.w-cont3 .t-list .cont .d1 .c span {
  font-size: 18px;
  position: relative;
  top: -14px;
}
.w-cont3 .t-list .cont .d1 .c:after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.w-cont3 .t-list .cont .d1 .c:before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 2px;
  background: #fff;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
.w-cont3 .t-list .cont .d1 .b {
  height: 20px;
  background: url("../images/web_003.png") no-repeat center;
}
.w-cont3 .t-list .cont .d2 {
  position: relative;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}
.w-cont3 .t-list .cont .d2 p {
  padding-left: 20px;
}
.w-cont3 .t-list .cont .d2 .p1 {
  height: 60px;
  padding-top: 15px;
  font-size: 14px;
  color: #272727;
}
.w-cont3 .t-list .cont .d2 .p2 {
  height: 137px;
  padding-top: 20px;
  background: #f6f6f6;
  font-size: 12px;
  color: #595959;
  line-height: 25px;
}
.w-cont3 .t-list .cont .d2 .p3 {
  height: 180px;
  padding-top: 35px;
  line-height: 25px;
  color: #595959;
}
.w-cont3 .t-list .cont .d2 a {
  display: block;
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  line-height: 75px;
  border: 1px solid #d6d6d6;
  bottom: -37px;
  left: 50%;
  margin-left: -37px;
  color: #727272;
  background: #fff;
}
.w-cont3 .t-list .cont:nth-of-type(2) .d1 {
  background: #aa89bd;
}
.w-cont3 .t-list .cont:nth-of-type(3) .d1 {
  background: #84ccc9;
}
.w-cont3 .t-list .cont:nth-of-type(4) .d1 {
  background: #cfbe7a;
}
.w-cont3 .t-list .cont:nth-of-type(4) .d2 {
  border-right: 1px solid #d2d2d2;
}
.w-cont3 .c-list {
  overflow: hidden;
}
.w-cont3 .c-list li {
  float: left;
  width: 25%;
  text-align: center;
  margin-bottom: 15px;
}
.w-cont3 .c-list li img {
  width: 265px;
  height: 175px;
}
.w-cont3 .btn {
  padding-top: 50px;
  padding-bottom: 60px;
}
.w-cont3 .btn a {
  display: block;
  width: 180px;
  height: 42px;
  background: #eeeeee;
  text-align: center;
  line-height: 42px;
  color: #242424;
  font-size: 14px;
  border-radius: 20px;
  margin: 0 auto;
}
.w-cont4 {
  background: #cb575b;
}
.w-cont4 .y-row {
  height: 280px;
  background: url("../images/web_30.png") no-repeat center;
}
.w-cont5 ul {
  overflow: hidden;
}
.w-cont5 ul li {
  float: left;
  width: 330px;
  margin-right: 50px;
  margin-bottom: 70px;
}
.w-cont5 ul li .p1 {
  font-size: 18px;
  color: #000;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.w-cont5 ul li .p2 {
  font-size: 12px;
  color: #848484;
  line-height: 20px;
}
.w-cont5 ul li a {
  display: block;
  margin-top: 20px;
  width: 80px;
  height: 32px;
  border: 1px solid #525552;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #787878;
  border-radius: 5px;
}
.w-cont5 ul li a:hover {
  background: #cb575b;
  color: #fff;
}
/*微信开发*/
.wx-cont .tit {
  height: 60px;
}
.wx-cont .tit01 {
  background: url("../images/wx_06.png") no-repeat center;
}
.wx-cont .b-tit {
  margin-top: 30px;
  text-align: center;
  font-size: 16px;
  color: #8a8989;
  line-height: 30px;
  margin-bottom: 50px;
}
.wx-cont .btn {
  display: block;
  width: 232px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  border: 1px solid #190408;
  border-radius: 5px;
  font-size: 18px;
  color: #424242;
  margin: 0 auto;
  margin-top: 50px;
}
.wx-cont1 {
  padding: 70px 0;
  overflow: hidden;
}
.wx-cont1 .c {
  float: left;
  width: 25%;
  text-align: center;
}
.wx-cont1 .c .t {
  padding: 10px 0;
  font-size: 20px;
  color: #272727;
}
.wx-cont1 .c .b {
  font-size: 16px;
  color: #8a8989;
  line-height: 30px;
}
.wx-cont2 {
  height: 685px;
  background: #f9f9f9;
  padding-top: 65px;
  box-sizing: border-box;
}
.wx-cont2 .c {
  position: relative;
  width: 935px;
  height: 620px;
  padding-left: 406px;
  box-sizing: border-box;
  margin: 0 auto;
  background: url("../images/wx_23.png") no-repeat left;
}
.wx-cont2 .c .tit {
  margin-top: 50px;
  background: url("../images/wx_26.png") no-repeat;
}
.wx-cont2 .c .vip {
  font-size: 16px;
  color: #595858;
  padding: 30px 0;
}
.wx-cont2 .c .b-tit {
  text-align: left;
  margin-bottom: 30px;
}
.wx-cont2 .c .list {
  width: 336px;
  overflow: hidden;
}
.wx-cont2 .c .list .cont {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 12px;
  margin-bottom: 12px;
  background: #fff;
  font-size: 14px;
  color: #595858;
  text-align: center;
  padding-top: 12px;
  box-shadow: 0 0 10px #ebebeb;
}
.wx-cont2 .c .list .cont .img {
  width: 47px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 8px;
}
.wx-cont2 .c .list .cont .img img {
  position: absolute;
  top: 0;
  left: 0;
}
.wx-cont2 .c .list .cont .img img:first-of-type {
  display: inline-block;
}
.wx-cont2 .c .list .cont .img img:last-of-type {
  display: none;
}
.wx-cont2 .c .list .cont:hover {
  background: #00ad66;
  color: #fff;
}
.wx-cont2 .c .list .cont:hover .img img:first-of-type {
  display: none;
}
.wx-cont2 .c .list .cont:hover .img img:last-of-type {
  display: inline-block;
}
.wx-cont2 .c .list-c {
  width: 320px;
  height: 462px;
  overflow: hidden;
  position: absolute;
  top: 157px;
  left: 26px;
}
.wx-cont2 .c .list-c img {
  display: none;
  width: 100%;
  height: 100%;
}
.wx-cont2 .c .list-c img:first-of-type {
  display: block;
}
.wx-cont3 {
  padding: 70px 0;
}
.wx-cont3 .tit {
  background: url("../images/wx_52.png") no-repeat center;
}
.wx-cont3 .b-tit {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}
.wx-cont3 ul {
  width: 920px;
  margin: 0 auto;
  overflow: hidden;
}
.wx-cont3 ul li {
  width: 205px;
  height: 290px;
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
  background: #333;
}
.wx-cont3 ul li .d1 {
  width: 100%;
  height: 157px;
  overflow: hidden;
}
.wx-cont3 ul li .d1 img {
  display: block;
}
.wx-cont3 ul li .d2 {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.wx-cont3 ul li .d2 .l {
  float: left;
  width: 58px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.wx-cont3 ul li .d2 .l img {
  margin-bottom: 5px;
}
.wx-cont3 ul li .d2 .r {
  float: left;
  padding-left: 15px;
}
.wx-cont3 ul li .d2 .r .t {
  font-size: 20px;
  color: #fff;
}
.wx-cont3 ul li .d2 .r .c {
  font-size: 12px;
  color: #d8d8d8;
}
.wx-cont3 ul li .d2 .r a {
  display: block;
  width: 70px;
  height: 24px;
  line-height: 22px;
  margin-top: 10px;
  color: #d8d8d8;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d8d8d8;
}
.wx-cont3 ul li .d2 .r a:hover {
  background: #00ad66;
  border: none;
  color: #fff;
}
.wx-cont4 {
  height: 680px;
  background: url("../images/wx_02.png") no-repeat;
  padding-top: 95px;
}
.wx-cont4 .tit {
  height: 60px;
  background: url("../images/wx_64.png") no-repeat center;
}
.wx-cont5 {
  height: 190px;
  background: url("../images/wx_3.png");
  padding-top: 30px;
  box-sizing: border-box;
  overflow: hidden;
}
.wx-cont5 .img {
  float: left;
  margin-right: 35px;
}
.wx-cont5 .txt {
  float: left;
  padding-top: 30px;
  position: relative;
}
.wx-cont5 .txt .p1 {
  font-size: 24px;
  color: #fff;
  padding-bottom: 8px;
  border-bottom: 1px solid #42d498;
  margin-bottom: 10px;
}
.wx-cont5 .txt .p2 {
  font-size: 14px;
  color: #55e9b3;
}
.wx-cont5 .txt a {
  display: block;
  position: absolute;
  width: 140px;
  height: 37px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #272727;
  color: #272727;
  font-size: 16px;
  right: -270px;
  top: 50%;
  border-radius: 5px;
}
.wx-cont6 {
  padding-top: 50px;
  padding-bottom: 80px;
  overflow: hidden;
}
.wx-cont6 .c {
  float: left;
  width: 50%;
  padding-right: 123px;
  position: relative;
}
.wx-cont6 .c > p {
  font-size: 30px;
  color: #272727;
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.wx-cont6 .c .top {
  display: block;
  border: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.wx-cont6 .c .top img {
  display: block;
  max-width: 100%;
  height: auto;
}
.wx-cont6 .c .top p {
  padding: 20px;
  font-size: 16px;
  color: #575757;
}
.wx-cont6 .c li {
  width: 100%;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wx-cont6 .c li a {
  color: #575757;
  font-size: 14px;
}
.wx-cont6 .c .bd {
  position: absolute;
  width: 1px;
  height: 100%;
  background: url("../images/wb_03.png") no-repeat center;
  top: 36px;
  right: 0;
}
.wx-cont6 .c:last-of-type {
  padding-right: 0;
  padding-left: 123px;
}
/*文章列表*/
#cont-list {
  overflow: hidden;
  padding-top: 40px;
}
#cont-list .class {
  overflow: hidden;
}
#cont-list .class a {
  float: left;
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  color: #666666;
  line-height: 40px;
  background: #f5f5f5;
}
#cont-list .class .on {
  background: #cb575b;
  color: #fff;
}
#cont-list .c-list .cont {
  height: 181px;
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px dotted #dcdcdc;
}
#cont-list .c-list .cont .d1 {
  float: left;
  padding-top: 23px;
  text-align: center;
  color: #cbcbcb;
}
#cont-list .c-list .cont .d1 p {
  font-size: 65px;
  font-weight: bold;
  color: #dbdbdb;
}
#cont-list .c-list .cont .d1 span {
  font-size: 16px;
}
#cont-list .c-list .cont .d2 {
  float: left;
  margin: 0 40px;
}
#cont-list .c-list .cont .d2 img {
  width: 235px;
  height: 135px;
}
#cont-list .c-list .cont .d3 {
  width: 800px;
  float: left;
  padding-top: 5px;
  position: relative;
  height: 100%;
}
#cont-list .c-list .cont .d3 .tit {
  font-size: 26px;
  color: #505050;
}
#cont-list .c-list .cont .d3 p {
  margin-top: 10px;
  font-size: 14px;
  color: #858585;
  line-height: 24px;
}
#cont-list .c-list .cont .d3 p a {
  color: #cb575b;
}
#cont-list .c-list .cont .d3 .b {
  font-size: 14px;
  color: #a7a7a7;
  position: absolute;
  bottom: 0;
  left: 0;
}
#cont-list .left {
  float: left;
  width: 820px;
  margin-right: 25px;
}
#cont-list .left h1 {
  font-size: 30px;
  color: #505050;
  font-weight: bold;
}
#cont-list .left .time {
  margin: 20px 0;
  font-size: 13px;
  color: #666666;
}
#cont-list .left .cont p {
  font-size: 13px;
  color: #666666;
  line-height: 25px;
}
#cont-list .left .page {
  padding-top: 40px;
  padding-bottom: 25px;
  font-size: 13px;
  color: #999;
  overflow: hidden;
}
#cont-list .left .page a {
  color: #999;
}
#cont-list .left .page .p1 {
  float: left;
  padding-left: 27px;
  background: url("../images/tt_07.png") no-repeat left center;
}
#cont-list .left .page .p2 {
  float: right;
  padding-right: 27px;
  background: url("../images/t_07.png") no-repeat right center;
}
#cont-list .right {
  float: right;
  width: 312px;
  overflow: hidden;
  border: 1px solid #eee;
}
#cont-list .right .tit {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  color: #525151;
  padding-left: 10px;
  text-align: left;
}
#cont-list .right .c {
  height: 101px;
  border-top: 1px dotted #e5e5e5;
  overflow: hidden;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
#cont-list .right .c a {
  display: block;
  font-size: 14px;
  color: #858585;
}
#cont-list .right .c a img {
  width: 110px;
  height: 62px;
  vertical-align: top;
  margin-right: 12px;
}
#cont-list .right .c a p {
  display: inline-block;
  width: 162px;
  line-height: 22px;
}
/* 关于我们 */
#about h2.web-tit p {
  font-size: 18px;
  color: #878787;
}
#about .about-1 {
  padding-top: 45px;
  padding-left: 70px;
  padding-bottom: 80px;
  overflow: hidden;
}
#about .about-1 img {
  float: left;
  width: 300px;
  height:430px;
}
#about .about-1 p {
  width: 820px;
  padding-left: 35px;
  float: left;
  font-size: 14px;
  color: #747474;
  line-height: 25px;
}
#about .honor-list {
  padding-top: 20px;
  padding-bottom: 75px;
}
#about .honor-list .bd {
  width: 1195px;
  height: 330px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}
#about .honor-list .bd ul {
  overflow: hidden;
}
#about .honor-list .bd ul li {
  padding-top: 25px;
  width: 280px!important;
  height: 330px;
  box-sizing: border-box;
  border: 1px solid #dbdbdb;
  text-align: center;
  float: left;
  margin-right: 25px;
  font-size: 14px;
}
#about .honor-list .bd ul li img {
  width: 185px;
  height: 245px;
  margin-bottom: 10px;
}
#about .honor-list .bd ul li a {
  color: #504e4e;
}
#about .honor-list .hd {
  padding-top: 35px;
  text-align: center;
}
#about .honor-list .hd li {
  text-indent: -9999px;
  color: transparent;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #e5e5e5;
  margin-right: 18px;
}
#about .honor-list .hd .on {
  background: #cb575b;
}
#about .history {
  padding-bottom: 95px;
}
#about .history .cont {
  width: 1204px;
  margin: 0 auto;
  overflow: hidden;
}
#about .history .cont div {
  float: left;
  overflow: hidden;
}
#about .history .cont div a {
  float: left;
}
#about .history .cont div a img {
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
}
#about .history .cont .d1 {
  width: 628px;
}
#about .history .cont .d2 {
  width: 576px;
}
#about .news {
  overflow: hidden;
  padding-bottom: 80px;
}
#about .news a {
  float: left;
  width: 362px;
  margin-right: 57px;
}
#about .news a img {
  width: 362px;
  height: 173px;
  display: block;
}
#about .news a div {
  position: relative;
  z-index: 9;
  top: -3px;
  height: 135px;
  background: #fff;
  padding-top: 20px;
  padding-left: 10px;
}
#about .news a div .p1 {
  font-size: 18px;
  color: #22252a;
  padding-bottom: 10px;
}
#about .news a div .p2 {
  font-size: 12px;
  color: #b5b5b5;
  line-height: 22px;
}
#about .news a:nth-of-type(3) {
  margin-right: 0;
}
#about .news a:hover div {
  background: #cb575b;
}
#about .news a:hover div .p1 {
  color: #fff;
}
#about .news a:hover div .p2 {
  color: #fff;
}
.prev {
  position: absolute;
  display: block;
  width: 27px;
  height: 63px;
  background: url("../images/about_15.png") no-repeat left;
  top: 50%;
  left: 0;
  margin-top: -31px;
}
.next {
  position: absolute;
  display: block;
  width: 27px;
  height: 63px;
  background: url("../images/about_12.png") no-repeat left;
  top: 50%;
  margin-top: -31px;
  right: 0;
}
/* 上云 */
#yun {
  /* 自助研发 */
  /* 安全解决方案 */
}
#yun .cont1 {
  height: 432px;
  background: url("../images/yun/yun_02.png") no-repeat center;
  color: #fff;
}
#yun .cont1 .p1 {
  padding-top: 110px;
  padding-bottom: 20px;
  font-size: 55px;
}
#yun .cont1 .p1 span {
  font-size: 30px;
}
#yun .cont1 .p2 {
  font-size: 14px;
  line-height: 22px;
}
#yun .cont1 a {
  color: #fff;
  display: block;
  margin-top: 35px;
  width: 140px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #fff;
}
#yun .cont2 {
  padding-top: 60px;
}
#yun .cont2 h2 {
  color: #000000;
  font-size: 24px;
  margin-bottom: 45px;
}
#yun .cont2 .ys h2 {
  text-align: center;
}
#yun .cont2 .ys ul {
  overflow: hidden;
  padding-bottom: 100px;
}
#yun .cont2 .ys ul li {
  float: left;
  width: 280px;
  height: 110px;
  border: 1px solid #e5e5e5;
  padding-top: 30px;
  padding-left: 105px;
  margin-right: 20px;
  background: url("../images/yun/yun_06.png") no-repeat 10px center;
}
#yun .cont2 .ys ul li .p1 {
  font-size: 16px;
  color: #1a1a1a;
  padding-bottom: 8px;
}
#yun .cont2 .ys ul li .p2 {
  font-size: 14px;
  color: #9b9b9b;
}
#yun .cont2 .ys ul li:nth-of-type(2) {
  background: url("../images/yun/yun_08.png") no-repeat 10px center;
}
#yun .cont2 .ys ul li:nth-of-type(3) {
  background: url("../images/yun/yun_10.png") no-repeat 10px center;
}
#yun .cont2 .ys ul li:nth-of-type(4) {
  background: url("../images/yun/yun_13.png") no-repeat 10px center;
}
#yun .cont2 .fa h2 {
  position: relative;
}
#yun .cont2 .fa h2 i {
  display: block;
  width: 960px;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  right: 0;
  top: 50%;
}
#yun .cont2 .fa .cont {
  overflow: hidden;
  border: 1px solid #e5e5e5;
  margin-bottom: 120px;
}
#yun .cont2 .fa .cont .c-t {
  border-bottom: 1px solid #e5e5e5;
}
#yun .cont2 .fa .cont .c-t li {
  cursor: pointer;
  float: left;
  height: 62px;
  line-height: 62px;
  text-align: center;
  font-size: 16px;
  color: #666;
  width: 159px;
  margin: 0 70px;
  position: relative;
  bottom: -1px;
  border-bottom: 1px solid transparent;
}
#yun .cont2 .fa .cont .c-t .on {
  color: #cb575b;
  border-bottom: 1px solid #cb575b;
}
#yun .cont2 .fa .cont .c-c {
  padding: 60px 25px;
}
#yun .cont2 .fa .cont .c-c .c {
  display: none;
}
#yun .cont2 .fa .cont .c-c .c .d1 {
  width: 1060px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0 auto;
  margin-bottom: 50px;
  overflow: hidden;
}
#yun .cont2 .fa .cont .c-c .c .d1 .img {
  width: 360px;
  float: left;
}
#yun .cont2 .fa .cont .c-c .c .d1 .txt {
  float: left;
  width: 700px;
  padding-top: 35px;
}
#yun .cont2 .fa .cont .c-c .c .d1 .txt .p1 {
  font-size: 22px;
  color: #000;
  padding-bottom: 15px;
}
#yun .cont2 .fa .cont .c-c .c .d1 .txt .p2 {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  padding-bottom: 10px;
}
#yun .cont2 .fa .cont .c-c .c .d1 .txt a {
  font-size: 14px;
  color: #cb575b;
}
#yun .cont2 .fa .cont .c-c .c .list {
  overflow: hidden;
}
#yun .cont2 .fa .cont .c-c .c .list li {
  float: left;
  width: 33.3%;
  padding-right: 30px;
}
#yun .cont2 .fa .cont .c-c .c .list li .img {
  float: left;
  width: 85px;
  padding-top: 15px;
}
#yun .cont2 .fa .cont .c-c .c .list li .txt {
  float: left;
  width: 260px;
  line-height: 25px;
  font-size: 14px;
  color: #666;
}
#yun .cont2 .fa .cont .c-c .c .list li .txt .p2 {
  color: #969595;
}
#yun .cont2 .fa .cont .c-c .c .list li .txt a {
  color: #cb575b;
}
#yun .cont2 .fa .cont .c-c .c:first-of-type {
  display: block;
}
#yun .yf1 {
  background: url("http://www.bjitwx.com/xm/images/yf/yf_02.png") no-repeat center;
}
#yun .yf2 .t-t {
  width: 1160px;
  margin: 0 auto;
  border-bottom: 1px solid #dcdcdc;
  margin-top: -40px;
}
#yun .yf2 .t-t li {
  width: 50%;
  float: left;
  height: 65px;
  line-height: 65px;
  background: #f1f4f4;
  text-align: center;
  font-size: 16px;
  color: #000;
  border-left: 1px solid #dcdcdc;
}
#yun .yf2 .t-t li span {
  padding-right: 15px;
  display: inline-block;
}
#yun .yf2 .t-t li span img {
  vertical-align: middle;
}
#yun .yf2 .t-t li span img:nth-of-type(2) {
  display: none;
}
#yun .yf2 .t-t li:nth-of-type(1) {
  border-left: none;
}
#yun .yf2 .t-t .on {
  position: relative;
  background: #cb575b;
  color: #fff;
}
#yun .yf2 .t-t .on span img:nth-of-type(1) {
  display: none;
}
#yun .yf2 .t-t .on span img:nth-of-type(2) {
  display: inline-block;
}
#yun .yf2 .t-t .on :before {
  content: "";
  display: block;
  width: 15px;
  height: 6px;
  position: absolute;
  background: url("../images/yf/yf-3.png") no-repeat center;
  bottom: -6px;
  left: 50%;
  margin-left: -7px;
}
#yun .yf2 .t-c {
  padding: 70px 20px 60px;
}
#yun .yf2 .t-c .c {
  display: none;
}
#yun .yf2 .t-c .c .p1 {
  font-size: 24px;
  color: #000;
  padding-bottom: 10px;
}
#yun .yf2 .t-c .c .p2 {
  font-size: 14px;
  color: #5e5e5e;
  line-height: 24px;
  padding-bottom: 10px;
}
#yun .yf2 .t-c .c a {
  font-size: 14px;
  color: #cb575b;
}
#yun .yf2 .t-c .c:nth-of-type(1) {
  display: block;
}
#yun .yf-h2 {
  font-size: 18px;
  color: #000;
  padding-left: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
  position: relative;
  margin-bottom: 50px;
}
.honor {
    margin-top: 50px;
}
.pic-bg {
    height: 200px;
  padding-top: 54px;
    background-image: url('/uploads/20230608/BJ3.jpg');
    background-size: 100% 100%;
    
}
#main {
    background-color: #eef5ff;
}
.honor_img,.honor_bottom {
    width: 1200px;
    margin: 30px auto;
}
.honor_bottom .in_b {
    width: 380px;
}
.honor_bottom .in_b img {
    height: 240px;
}
.honor_img .in_b:nth-child(1)  {
    width: 780px;
    margin-right: 10px;
    display:inline-block;
}
.go_btn {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #FFF;
    border: 1px solid #b1bfdd;
    text-align: center;
    box-shadow: 0 0 3px #b1bfdd ;
}
.honor_img .in_b:nth-child(2)  {
    width: 400px;
    display:inline-block;
}
.honor_img img,
.honor_bottom img{
    width: 100%;
}
.in_b {
    display: inline-block;
}
#yun .yf-h2 i {
  font-style: normal;
  display: block;
  position: absolute;
  width: 127px;
  height: 5px;
  background: url("../images/yf/yf_06.png") no-repeat left;
  bottom: 0;
  left: 0;
}
#yun .yf3 {
  padding-bottom: 100px;
  overflow: hidden;
}
#yun .yf3 dl {
  float: left;
  width: 25%;
  text-align: center;
}
#yun .yf3 dl .d1 {
  font-size: 18px;
  color: #363232;
  padding-bottom: 15px;
}
#yun .yf3 dl .d2 {
  font-size: 14px;
  color: #5e5e5e;
  line-height: 24px;
}
#yun .yf4 {
  background: url("../images/yf/yf4.png") no-repeat left 165px;
}
#yun .yf4 .bd {
  padding: 0 70px;
  overflow: hidden;
}
#yun .yf4 .bd div {
  width: 50%;
  float: left;
}
#yun .yf4 .bd .txt {
  padding-top: 100px;
}
#yun .yf4 .bd .txt h2 {
  padding-bottom: 10px;
  font-size: 24px;
  line-height: 40px;
  color: #000;
}
#yun .yf4 .bd .txt li {
  line-height: 25px;
  padding-left: 15px;
  background: url("../images/yf/yf_25.png") no-repeat left 5px;
  font-size: 14px;
  color: #5e5e5e;
}
#yun .safe {
  padding-top: 55px;
  padding-bottom: 85px;
}
#yun .safe h2 {
  font-size: 24px;
  color: #000;
  padding-bottom: 45px;
}
#yun .safe1 {
  background: url("../images/safe_02.png") no-repeat center;
}
#yun .safe2 {
  height: 673px;
  background: #f7f7f7;
}
#yun .safe2 .y-row {
  height: 100%;
  background: url("../images/safe_04.png") no-repeat center;
  background-size: contain;
  position: relative;
}
#yun .safe2 .y-row ul {
  width: 360px;
  background: #fff;
  border: 1px solid #e4e8f1;
  border-bottom: none;
}
#yun .safe2 .y-row ul li {
  padding: 20px;
  border-bottom: 1px solid #e4e8f1;
}
#yun .safe2 .y-row ul li span {
  display: block;
  font-size: 16px;
  color: #000;
}
#yun .safe2 .y-row ul li p {
  padding: 5px 0;
  font-size: 12px;
  color: #989898;
}
#yun .safe2 .y-row ul li a {
  color: #00a2ca;
}
#yun .safe2 .y-row ul li:hover {
  background: #f0f0f0;
}
#yun .safe3 {
  padding-top: 55px;
  padding-bottom: 85px;
  overflow: hidden;
}
#yun .safe3 .bd {
  float: left;
  width: 373px;
  height: 392px;
  margin-right: 40px;
  border: 1px solid #e4e8f1;
  padding: 35px;
}
#yun .safe3 .bd span {
  display: block;
  font-size: 20px;
  color: #000;
}
#yun .safe3 .bd p {
  padding-top: 15px;
  font-size: 12px;
  color: #666666;
  line-height: 20px;
}
#yun .safe3 .bd a {
  display: block;
  padding-left: 25px;
  color: #00a2ca;
  background: url("../images/safe_06.png") no-repeat left center;
}
#yun .safe3 .bd a:first-of-type {
  margin-top: 20px;
  margin-bottom: 10px;
  background: url("../images/safe_03.png") no-repeat left center;
}
#yun .safe3 .bd:last-child {
  margin-right: 0;
}
#yun .safe4 {
  background: #f7f7f7;
}
#yun .safe4 .bd {
  float: left;
  width: 33.3%;
}
#yun .safe4 .bd span {
  display: block;
  padding-bottom: 15px;
  font-size: 18px;
  color: #000;
}
#yun .safe4 .bd .p1 {
  font-size: 14px;
  color: #000;
  padding-top: 0;
}
#yun .safe4 .bd p {
  padding-top: 10px;
  line-height: 20px;
  color: #666;
}
#yun .safe4 .bd a {
  display: block;
  margin-top: 40px;
  color: #00a2ca;
}
#yun .safe4 .bd:first-of-type {
  padding-right: 30px;
}
#yun .safe4 .bd:nth-of-type(2) {
  padding: 0 30px;
  border-left: 1px solid #e4e8f1;
  border-right: 1px solid #e4e8f1;
}
#yun .safe4 .bd:nth-of-type(3) {
  padding-left: 30px;
}
#yun .safe5 {
  overflow: hidden;
}
#yun .safe5 .bd {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 100px;
  border-right: 1px solid #e4e8f1;
}
#yun .safe5 .bd span {
  display: block;
  font-size: 36px;
  color: #000;
  padding-bottom: 15px;
}
#yun .safe5 .bd p {
  color: #666;
  line-height: 20px;
}
#yun .safe5 .bd:nth-child(6) {
  border-right: none;
}
#yun .safe5 .bd:last-of-type {
  border-right: none;
}
.data07-content .ali-content-item ul {
  padding-left: 20px;
}
.data07-content .ali-content-item ul li {
  line-height: 25px;
  list-style: initial;
}
.data07-content .ali-content-item ul li a {
  font-size: 14px;
  color: #666;
}
/* 云服务器 */
