@charset "UTF-8";

.product-link a {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 42px;
  line-height: 42px;
  border: none;
  font-size: 16px;
  min-width: 124px;
  text-align: center;
}

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

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

.product-link a.blue {
  color: #fff;
  background-color: #2183e9;
}

.product-link a.border {
  border: 1px solid #262b39;
  color: #252b3a;
  line-height: 40px;
}

.btn-blue-gradient {
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: content-box;
  background-image: linear-gradient(135deg, #0068dd, #00aeee);
  background-color: #0360c3;
  border: none;
}

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

.btn-blue-gradient:hover:after {
  content: "\e683";
  margin-left: 5px;
}

.wrapper {
  width: 1334px;
  margin: 0 auto;
}

html,
body {
  overflow-x: hidden;
}

a {
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

@media screen and (max-width: 1440px) {
  .wrapper {
    width: 1100px;
  }
}

@media screen and (max-width: 1280px) {
  .wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 1024px) {
  .wrapper {
    width: calc(100% - 40px);
  }
}

img {
  /*width: 100%;*/
  /*height: 100%;*/
  object-fit: cover;
}

.swiper-button-next {
  right: -40px;
  background-image: url(../logo/index_next.webp);
}

.swiper-button-prev {
  left: -40px;
  background-image: url(../logo/index_prev.webp);
}

.swiper-button-next,
.swiper-button-prev {
  width: 20px;
  height: 128px;
  background-size: 20px 128px;
}

.bg-pc-mobile {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.bg-pc-mobile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bg-pc-mobile .mobile {
  display: none;
}

/* banner */
.index-banner {
  background: center center / cover no-repeat;
  position: relative;
}

.index-banner .txt {
  padding: 225px 0 190px;
  color: #252b3a;
  position: relative;
  z-index: 5;
}

.index-banner .txt h2 {
  line-height: 1.21429;
  margin-bottom: 25px;
}

.index-banner .txt p {
  line-height: 1.6;
  letter-spacing: 1px;
  /* font-weight: lighter; */
  margin-bottom: 56px;
  width: 42.57871%;
}

/*  */
.index-infoNav {
  width: 100%;
  color: #252b3a;
  /*padding-top: 80px;*/
}

.index-infoNav .nav {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 0.1rem;
}

.index-infoNav .nav .title {
  display: flex;
  align-items: center;
  font-weight: 800;
  margin-top: 45px;
  word-break: keep-all;
}

.index-infoNav .nav .title::after {
  content: "";
    margin: 0 0.1rem;
    display: inline-block;
    width: 0.4rem;
    height: 0.35rem;
    background: url(https://www.kingdee.com/r/cms/www/default/v02/image02/gdrd_jt.webp) no-repeat;
    background-size: 0.4rem 0.35rem;
}

.index-infoNav .nav .nav-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
    height: 127.7px;
    overflow: hidden;
}

.index-infoNav .nav .nav-items li:first-child {
  /*padding: 0;*/
  /*border: none;*/
}

.index-infoNav .nav .nav-items li {
  padding: 0.1rem 0.2rem;
  border-radius: 0.4rem;
  border: 1px solid #252b3a;
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
  width: 170px;
  height: 46px;
  line-height: 35px;
  text-align: center;
}

.index-infoNav .nav .nav-items li:last-child {
  margin-right: 0;
}

.index-infoNav .nav .nav-items li a {
  color: #252b3a;
  /*font-size: 18px;*/
}

.index-infoNav .nav .nav-items li.acitve {
  background-color: #2183e9;
  border-color: #2183e9;
}

.index-infoNav .nav .nav-items li.acitve a {
  color: #fff;
}

.index-infoNav .nav .nav-items li:hover {
  background-color: #2183e9;
  border-color: #2183e9;
}

.index-infoNav .nav .nav-items li:hover a {
  color: #fff;
}

/*  */
.index-hotSpot {
  width: 100%;
  padding: 0.4rem 0 0px;
  color: #252b3a;
}

.index-hotSpot .swiper-hotSpot {
  overflow: hidden;
}
.index-hotSpot .swiper-slide{
  border-radius: 20px;
}

.index-hotSpot .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
  border-radius: 20px;
}

.index-hotSpot .swiper-slide a .img {
  /*max-height: 3.8rem;*/
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.index-hotSpot .swiper-slide a .img img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  object-fit: cover;
}

.index-hotSpot .swiper-slide a .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 6%;
  color: #fff;
  transition: all 0.5s;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.index-hotSpot .swiper-slide a .title h2 {
  font-weight: 500;
}

.index-hotSpot .swiper-slide a .title span {
  display: flex;
  align-items: center;
  /*align-self: end;*/
}

.index-hotSpot .swiper-slide a .title span::after {
    content: "";
    margin-left: 0.1rem;
    display: inline-block;
    width: 0.45rem;
    height: 0.35rem;
    background: url(../logo/rdtj_jt_b.webp) no-repeat;
    background-size: 0.45rem 0.35rem;
}

.index-hotSpot .swiper-slide a:hover .img img {
  transform: scale(1.05);
}
.index-hotSpot .swiper-slide a:hover .title span::after{
  background: url(https://www.kingdee.com/r/cms/www/default/v02/image02/rdtj_jth.webp) no-repeat;
  background-size: 0.45rem 0.35rem;
}

.index-hotSpot .swiper-slide a:hover .title span {
  color: #2183e9;
}

/*  */
.index-cloudpro {
  padding: 1.2rem 0;
  overflow: hidden;
}

.index-cloudpro .title {
  overflow: hidden;
  margin-bottom: 0.4rem;
  text-align: center;
}

.index-cloudpro .mobile-t {
  display: none;
}

.index-cloudpro .tabnav {
  margin-bottom: 95px;
}

.index-cloudpro .tabnav ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-cloudpro .tabnav li {
  padding: 0 17px;
}

.index-cloudpro .tabnav li a {
  display: block;
  min-width: 214px;
  border-bottom: 3px solid #d9dadc;
  padding: 15px 0;
  position: relative;
  color: #000;
}

.index-cloudpro .tabnav li a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #2183e9;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 1s ease;
}
.index-cloudpro .tabnav li a p{
  color: #afafaf;
  font-size: 14px;
}

.index-cloudpro .tabnav li.active a {
  color: #2183e9;
}
.index-cloudpro .tabnav li.active a p {
   color: #2183e9;
 }

.index-cloudpro .tabnav li.active a::after {
  width: 100%;
}

.index-cloudpro .item {
  display: none;
}

.index-cloudpro .item:first-child {
  display: block;
}

.index-cloudpro .item .mb-show {
  display: none;
}

.index-cloudpro .item .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.index-cloudpro .item .img {
  width: 47.67616%;
}

.index-cloudpro .item .img img {
  transition: all 0.5s;
}



.index-cloudpro .item .info {
  width: 43.92804%;
}

.index-cloudpro .item .info .info_logo {
  width: 50%;
  max-height: 88px;
}

.index-cloudpro .item .info h3 {
  line-height: 1.375;
  margin-bottom: 0.1rem;
  /* font-weight: lighter; */
}

.index-cloudpro .item .info h3 b {
  display: block;
  font-weight: 900;
}

.index-cloudpro .item .info p {
  line-height: 1.44444;
  color: #000;
  letter-spacing: 1px;
  /* font-weight: lighter; */
}

.index-cloudpro .item .info .product-link {
  margin-top: 35px;
}

.index-cloudpro .item .info .product-link a:first-child {
  margin-right: 18px;
}

.index-cloudpro .item .info .product-label {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 42px;
  border-top: 1px solid #e5e5e5;
  padding: 30px 0;
}

.index-cloudpro .item .info .product-label a {
  display: block;
  text-align: center;
  width: 25%;
  line-height: 42px;
  color: #000;
  /* font-weight: lighter; */
}

.index-cloudpro .item .info .product-label a:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.index-cloudpro .item .inner_right {
  /*width: 100%;*/
  display: flex;
  justify-content: space-between;
  padding-top: 0.8rem;
}

.index-cloudpro .item .inner_right .img {
  /*width: 48.5%;*/
  border-radius: 0.4rem;
  margin: 0;
  top: -45px;
  position: relative;
}

.index-cloudpro .item .inner_right .img .logo {
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
  width: 40%;
}

.index-cloudpro .item .inner_right .img>img {
  border-radius: 0.4rem;
}

.index-cloudpro .item .inner_right .content {
  width: 48.5%;
  flex-direction: column;
  box-sizing: border-box;
  text-align: left;
  border-radius: 0.4rem;
  background-color: rgb(245, 245, 245);
  padding: 0.4rem 0.2rem;
}

.index-cloudpro .item .inner_right .content .content_text {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.index-cloudpro .item .inner_right .content .content_text .text_item {
  border-bottom: 1px solid rgba(133, 154, 184, 0.3);
  margin-bottom: 0.1rem;

}

.index-cloudpro .item .inner_right .content .content_text .text_item p {
  line-height: 1;
}

.index-cloudpro .item .inner_right .content .content_text .text_item p:first-child {
  font-weight: 800;
}

.index-cloudpro .item .inner_right .content .content_text .text_item p:last-child {
  padding: 0.1rem 0;
  font-weight: 600;
}

.index-cloudpro .item .inner_right .content .content_text .text_item p span:last-child {
  font-size: 18px;
}

.index-cloudpro .item .inner_right .content .content_btn {
  text-align: right;
}

.index-cloudpro .item .inner_right .content .content_btn a {
  color: #2183e9;
}

.index-cloudpro .item .inner_right .content .content_btn a::after {
  display: inline-block;
  content: ">>";
}

/* */

.index_sorft {
  width: 100%;
  padding: 0.4rem 0 0.4rem;
  background-color: rgb(245, 245, 245);
}

.index_sorft .number-mode {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(133, 154, 184, 0.3);
  margin-bottom: 0.6rem;
}

.index_sorft .cont {
  width: 60%;
}

.index_sorft .cont ul {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.index_sorft .cont li {
  position: relative;
  text-align: left;
  border-bottom: 1px solid rgba(133, 154, 184, 0.3);
  margin-bottom: 0.2rem;
  line-height: 1;
}

.index_sorft .cont li:last-child {
  border: none;
  margin-bottom: 0;
}

.index_sorft .cont li .number {
  font-size: 0.8rem;
  color: #2183e9;
}

.index_sorft .cont li .number .counter {
  font-size: 0.8rem;
}

.index_sorft .cont li p {
  line-height: 22px;
  margin: 0.1rem 0 0.3rem;
  font-weight: 600;
  padding: 0 0.2rem 0 0;
}

/*  */
.swiper-prize {
  margin-top: 0.4rem;
  overflow: hidden;
}

.swiper-prize .swiper-wrapper {
  margin-bottom: 0.4rem;
}

.swiper-prize .swiper-slide {
  position: relative;
}

.swiper-prize .swiper-slide .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  text-align: center;
  width: 70%;
}

.swiper-prize .swiper-slide .title h2 {
  font-weight: normal;
  border-bottom: 1px solid rgba(133, 154, 184, 0.3);
  margin-bottom: 0.1rem;
}

/*  */
.index-industry {
  padding-top: 1.2rem;
}

.index-industry .wrapper>h2 {
  font-weight: bold;
  margin-bottom: 0.4rem;
  font-size: 24px;
}

.index-industry .swiper-industry {
  overflow: hidden;
  position: static;
}

.index-industry .swiper-slide {
  position: relative;
}

.index-industry .swiper-slide .img {
  height: 6.8rem;
  border-radius: 0.2rem;
}

.index-industry .swiper-slide .img img {
  border-radius: 0.2rem;
}

.index-industry .swiper-slide .title {
  width: 100%;
  padding: 0 0.1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  z-index: 1;
  overflow: hidden;
  height: 2.0rem;
  color: #fff;
}

.index-industry .swiper-slide .title .dis {
  text-align: center;
  word-break: break-all;
}

.index-industry .swiper-slide .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background: rgba(0,0,0,0.5);
  border-radius: 0.2rem;
  z-index: 0;
}

.index-industry .swiper-slide .title h2 {
  font-weight: bold;
  padding: 0.1rem 0 0.05rem;
}

.index-industry .swiper-slide .title img {
  width: 1.2rem;
  height: 1.2rem;
}

/*  */

.index-bank {
  padding-top: 1.2rem;
}

.index-bank .wrapper>h2 {
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.index-bank .swiper-bank {
  position: static;
  overflow: hidden;
}

.swiper-wrapper {
  position: static;
}

.index-bank .swiper-bank .swiper-slide {
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 0.2rem;
}

.index-bank .swiper-bank .swiper-slide .img {
  position: relative;
  cursor: pointer;
  height: 3.8rem;
}

.index-bank .swiper-bank .swiper-slide .img .company-bg {
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}

.index-bank .swiper-bank .swiper-slide .img .vedio-logo {
  width: 0.8rem;
  height: 0.6rem;
  position: absolute;
  bottom: 0.3rem;
  right: 0.3rem;
}
.index-bank .swiper-bank .swiper-slide .img .logo{
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  width: 30%;
  height: auto;
}
.index-bank .swiper-bank .swiper-slide .title {
  padding: 0.4rem;
  box-sizing: border-box;
}

.index-bank .swiper-bank .swiper-slide .title a {
  color: #2183e9;
  cursor: pointer;
  font-weight: 600;
}

.index-bank .swiper-bank .swiper-slide .title a::after {
  content: ">>";
  display: inline-block;
  margin-left: 0.2rem;
  color: #2183e9;
  font-weight: 800;
}

/* end */

/* logo */

.bank-list .roll_box {
  position: relative;
  visibility: visible;
  /* width: 80%; */
  margin: 0 auto;
  margin-bottom: 0.4rem;
}

/*.bank-list .roll_box::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}

.bank-list .roll_box::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20%;
  background: linear-gradient(to left, #ffffff, rgba(255, 255, 255, 0));
}*/

.bank-list .roll {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  padding: 5px 0;
}

.bank-list .roll ul {
  display: flex;
}

.bank-list .roll li {
  /* min-width: 11.84px; */
  height: 30px;
  float: left;
  /*margin: 0 15px;*/
}

.bank-list .roll li img {
  border-radius: 3px;
  overflow: hidden;
  /* box-shadow: 0 0 5px rgba(5, 0, 42, 0.05); */
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 0.3s;
  object-fit: fill;
}

/* end */

/*  */
.index_data {
  padding: 0.4rem 0;
  background-color: rgba(20, 45, 68);
}

.index_data .wrapper>h2 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.4rem;
}

.swiper-data {
  overflow: hidden;
}

.index_data .swiper-slide {
  padding: 0.4rem;
  box-sizing: border-box;
  /* background-image: url(https://www.kingdee.com/r/cms/www/default/v02/image02/index_zlbg.webp); */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: radial-gradient(circle at center, rgba(6, 35, 165, 1) 0, rgba(15, 43, 90, 0.1) 100%);
}

.index_data .swiper-slide .title {
  min-height: 172px;
  position: relative;
}

.index_data .swiper-slide .title h2 {
  font-weight: 800;
}


.index_data .swiper-slide .img {
  position: absolute;
  bottom: 0.1rem;
  right: 0.1rem;
  width: 100px;
  height: 100px;
}

.index_data .swiper-slide a {
  color: #2183e9;
  display: flex;
  align-items: center;
}

.index_data .swiper-slide a::after {
  content: "";
  margin-left: 0.1rem;
  display: inline-block;
  width: 27px;
  height: 16px;
  background: url(https://www.kingdee.com/r/cms/www/default/v02/image02/zl_jt.webp) no-repeat;
  background-size: 21px 16px;
}

.index_data .swiper-slide a:hover {
  color: #2183e9;
}

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

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

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

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

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

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

/*  */
.index-yiwen {
  background-color: #f5fcff;
}

.index-yiwen .wrapper {
  position: relative;
}

.index-yiwen .wrapper .img {
  position: absolute;
  bottom: 0;
  right: -7%;
  width: 48.2009%;
}

.index-yiwen .wrapper .img img {
  width: 100%;
}

.index-yiwen .info {
  padding: 0.4rem 0 36px;
}

.index-yiwen .info h2 {
  color: #2183e9;
  margin-bottom: 25px;
}

.index-yiwen .info p {
  max-width: 48.87556%;
  line-height: 1.6;
  letter-spacing: 1px;
  margin-bottom: 0.1rem;
}

.index-yiwen .jd-info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
}

.index-yiwen .jd-info .qrc {
  width: 104px;
  margin-right: 19px;
}

.index-yiwen .jd-info .qrc img {
  width: 100%;
}

.index-yiwen .jd-info .txt {
  line-height: 1.6;
  font-weight: bold;
}

/*  */
.footer-right-section {
  display: -ms-flexbox;
  display: flex;
  bottom: 40px;
  right: 0.1rem;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 999;
  position: fixed;
}

.footer-right-section .top-part {
  background: white;
  border-radius: 26px;
  -webkit-box-shadow: 0px 5px 25px 5px rgba(61, 78, 102, 0.1);
  box-shadow: 0px 5px 25px 5px rgba(61, 78, 102, 0.1);
  height: 20.1rem;
  width: 0.4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
}

.footer-right-section .img-section {
  height: 38px;
  width: 38px;
  margin: 4px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.footer-right-section .img-section:hover .show-box {
  display: block;
}

.footer-right-section .show-box {
  display: none;
  position: absolute;
  right: calc(100% + 0.1rem);
  top: 50%;
  transform: translateY(-50%);
}

.footer-right-section .show-little-tip {
  width: 119px;
  height: 46px;
  line-height: 46px;
  background: url(https://www.kingdee.com/r/cms/www/default/v02/images/home/workorder-bg2.webp) 0 0 no-repeat;
}

.footer-right-section .show-little-tip .txt {
  width: 112px;
  text-align: center;
  font-size: 16px;
  color: #000;
}

.footer-right-section .show-ewm {
  width: 224px;
  background: url(https://www.kingdee.com/r/cms/www/default/v02/images/home/code_bg.webp) 0 0/100% no-repeat;
  padding: 24px 0.1rem;
  text-align: center;
  transform: translateY(-70%);
}

.footer-right-section .show-ewm .title {
  margin-right: 10px;
}

.footer-right-section .show-ewm p {
  font-size: 16px;
}

.footer-right-section .show-ewm span {
  color: #666;
  display: block;
  margin-top: 5px;
}

.footer-right-section .show-ewm .code-img {
  margin-right: 10px;
  margin-top: 10px;
}

.footer-right-section .show-ewm .code-img img {
  width: 100%;
}

.footer-right-section .top-part .img-section:first-child {
  margin: 4px 4px 2px;
}

.footer-right-section .top-part .img-section:hover {
  background: rgba(0, 102, 255, 0.1);
  border-radius: 50%;
}

.footer-right-section .top-part .img-section:hover a {
  cursor: pointer;
}

.footer-right-section .top-part .img-section:hover a .pc-img {
  display: block;
}

.footer-right-section .top-part .img-section:hover a .normal-img {
  display: none;
}

.footer-right-section .top-part .img-section a .normal-img {
  display: -ms-flexbox;
  display: flex;
}

.footer-right-section .top-part .img-section a .pc-img {
  display: none;
}

.footer-right-section .top-part .img-section .right-mb-btn .mb-img,
.footer-right-section .top-part .img-section .right-mb-btn .normal-img {
  display: none;
}

.footer-right-section .top-part .img-section .right-mb-btn {
  outline: none;
  border: none;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-right-section .top-part .img-section:first-child {
  cursor: pointer;
}

.footer-right-section .top-part .divide-line {
  background: #e6e9ed;
  height: 1px;
  width: 24px;
}

.footer-right-section .top-part #coding-communication {
  position: relative;
  top: -2px;
}

.footer-right-section .insight-top-part {
  height: 20.1rem;
}

.footer-right-section .bottom-part {
  margin-top: 16px;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  -webkit-box-shadow: 0px 5px 26px 5px rgba(61, 78, 102, 0.1);
  box-shadow: 0px 5px 26px 5px rgba(61, 78, 102, 0.1);
  background: #fff;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  border: none;
}

.footer-right-section .bottom-part .container {
  width: 38px;
  height: 38px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.footer-right-section .bottom-part .container:hover {
  background: rgba(0, 102, 255, 0.1);
  -webkit-box-sizing: 50%;
  box-sizing: 50%;
}

.footer-right-section .bottom-part .container:hover .pc-img {
  display: block;
}

.footer-right-section .bottom-part .container:hover .normal-img {
  display: none;
}

.footer-right-section .bottom-part .container .pc-img {
  display: none;
}

@media screen and (max-width: 1440px) {
  .index-banner .txt {
    padding: 180px 0 160px;
  }
}

@media screen and (max-width: 1024px) {
  .index-banner .txt {
    padding: 110px 0 100px;
  }

  .index-banner .txt p {
    width: 50%;
  }

  .index-cloudpro .tabnav li a {
    min-width: 100%;
  }

  .index-yiwen .wrapper .img {
    right: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-banner .txt {
    padding: 90px 0 80px;
  }

  .index-banner .txt p {
    width: 100%;
  }

  .index-banner .txt h2 {
    font-size: 32px;
  }

  .index-cloudpro .item .img {
    width: 80%;
    margin: 0 auto;
  }

  .index-cloudpro .item .info {
    width: 100%;
    margin-top: 30px;
  }

  .index-yiwen .info p {
    max-width: 100%;
  }

  .index-yiwen .wrapper .img {
    position: relative;
    margin: 0 auto;
  }

  .index-newsactivy .siwper-pagination {
    bottom: 200px;
  }

  .indcustomer .s-text p {
    letter-spacing: 0;
  }

  .index-helpzx .bg-img .img-item .pc {
    display: none;
  }

  .index-helpzx .bg-img .img-item .mobile {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 750px) {
  .bg-pc-mobile .pc {
    display: none;
  }

  .bg-pc-mobile .mobile {
    display: block;
  }

  .index-banner,
  .index-jieli,
  .index-baipishu {
    height: 585px;
  }

  .index-banner .txt,
  .index-jieli .txt,
  .index-baipishu .txt {
    position: absolute;
    padding: 0 20px;
    width: 100%;
    left: 0;
    bottom: 34px;
  }

  .index-banner .txt h2,
  .index-jieli .txt h2,
  .index-baipishu .txt h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }

  .index-banner .txt p,
  .index-jieli .txt p,
  .index-baipishu .txt p {
    margin-bottom: 20px;
  }

  .index-cloudpro .item {
    margin-bottom: 0;
  }

  .index-cloudpro .item .info {
    margin-top: 10px;
  }

  .index-cloudpro .item .info .product-link {
    margin-top: 30px;
  }

  .index-cloudpro .item .info h3 {
    margin: 0.2rem 0;
  }

  .index-cloudpro .mobile-t {
    display: none;
    font-weight: bold;
    font-size: 20px;
  }

  .index-cloudpro .item .img {
    display: block;
    text-align: center;
  }

  .index-cloudpro .title h2,
  .index-banner .txt h2,
  .index-jieli .txt h2,
  .index-baipishu .txt h2,
  .hotfocus .lt h2,
  .index-prosvs .title h2,
  .index-whySelect .title h2 {
    font-weight: bold;
  }

  .index-cloudpro .title {
    margin-bottom: 0.4rem;
  }

  .index-cloudpro .item .info h3 {
    font-weight: lighter;
  }

  .index-cloudpro .item .info h3 b {
    font-weight: normal;
  }

  .index-cloudpro .item .info p {
    font-weight: normal;
    font-size: 14px;
    color: #575d6c;
  }

  .siwper-pagination {
    text-align: center;
    margin-top: 0.1rem;
  }

  .swiper-pagination-bullet {
    background-color: #2183e9 !important;
  }

  .index-cloudpro .item .info .product-label {
    display: none;
  }

  .index-cloudpro .item .info .product-link a:first-child {
    margin-right: 8px;
  }

  .index-cloudpro .item .img {
    width: 100%;
  }

  .index-cloudpro .tabnav {
    overflow-x: auto;
    margin-bottom: 0.4rem;
    /* display: none; */
  }

  .index-cloudpro .tabnav::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .index-cloudpro .tabnav::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
  }

  .index-cloudpro .tabnav::-webkit-scrollbar-thumb {
    background-color: transparent;
  }

  .index-cloudpro .tabnav ul {
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: inherit;
  }

  .index-cloudpro .tabnav ul li {
    padding: 0 10px;
  }

  .index-cloudpro .tabnav ul li a {
    border-bottom-color: transparent;
  }

  .index-cloudpro .tabnav ul li:first-child {
    padding-left: 0;
  }

  .index-cloudpro .tabnav ul li a {
    padding: 0 5px 10px;
  }

  .index-yiwen .info h2 {
    font-weight: bold;
    margin-bottom: 10px;
  }

  .index-yiwen .info h2 span {
    display: block;
  }

  /* .index-yiwen .jd-info {
    justify-content: center;
  } */
  .index-yiwen .wrapper .img {
    width: 100%;
  }

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

@media screen and (max-width: 500px) {
  .index-cloudpro .item .info .product-label {
    justify-content: center;
  }

  .index-cloudpro .item .info .product-label a {
    width: 33.33%;
  }

  .index-cloudpro .item .mb-show {
    display: block;
    margin-bottom: 0.1rem;
    font-weight: bold;
  }

  .index-cloudpro .item .img {
    width: 100%;
    display: block;
    text-align: center;
  }

  .index-yiwen .wrapper .img {
    width: 100%;
  }

  .index-banner .txt h2,
  .index-jieli .txt h2,
  .index-baipishu .txt h2 {
    font-size: 22px;
  }

  .index-banner p,
  .index-jieli p,
  .index-baipishu p {
    font-size: 16px;
  }
}

@media screen and (max-width: 360px) {
  .index-renke .s-cont ul li {
    width: 50%;
  }

  .index-banner .txt p {
    width: 100%;
  }
}

/*  */
.vio {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 99;
}

.vio .video {
  width: 80%;
  position: relative;
}

.vio .video video {
  width: 100%;
}

.vio_flx {
  display: flex;
}

.video svg {
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  z-index: 66;
  cursor: pointer;
}

.mobilheader_box .Bottom-remain div.Bottom-remain-right img {
  height: auto;
}

.mobilheader_box .Bottom-remain div.Bottom-remain-left img {
  height: auto;
}

.mobilheader_box .advisory-img img {
  height: auto;
}
div.product_xc_pingfen {
  background: url(../images/pingfen_bg.webp) no-repeat center top fixed;
  padding: 3.38% 0;
  background-size: cover;

}
.product_xc_pingfen .mr .product_pingfen_zan img,
.product_xc_pingfen .mr .product_pingfen_cai img{
  height: auto;
}
.product_xc_pingfen .mr>div {
  margin-top: 0.4rem;
  font-weight: normal;
}


@media only screen and (min-width: 320px) and (max-width: 1024px) {


  .cptx{
    display: none;
  }
  .header-box{
    display: none;
  }
  .index_product{
    display: none;
  }
  .strength{
    display: none;
  }
  .cptx{
    display: none;
  }
  /*.cloud-product-box{*/
  /*	display: none;*/
  /*}*/
  .ccbox{
    display: none;
  }
  .index-new{
    min-width: 1px;
  }
  .index-new{
    padding: 20px 1%;
  }
  .index-new-title h5{
    font-size: 20px;
    margin-bottom: 0;
  }
  .index-new-title h6{
    display: none;
  }
  .index-new-title{
    margin-bottom: 20px;
  }
  .index-new-switch{
    margin-top: 0;
  }
  .index-new-switch li{
    padding: 0 10px;
  }
  .index-new-switch .li{
    max-width: 100%;
    margin-top: 20px;
  }
  .index-new-switch .li .right{
    height: auto;
  }
  .index-new-switch .li .right-li{
    height: auto;
    padding: 10px 0 !important;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .index-new-switch .li .right .date .d{
    margin-top: 0;
  }
  .index-new-switch .li .right-li-box{
    height: auto;
  }

}

.cptx{
  margin-top: 100px;
  color: #0a0a0a;
  text-align: center;
  margin-bottom: 150px;
}
.cptx .title h2 b{
  font-size: 42px;
}

.cptx ul{

  margin: auto;
  width: 1400px;
  padding-left: 22px;

}
.gn{
  margin-top: 40px;
}
.gn ul{
  padding-left:230px ;
}
.gn ul li{
  margin-right: 80px;
  width: 15%;
  float: left;
  border-bottom: 2px solid #afafaf;
  padding-bottom: 10px;
}
.gn ul li:hover{
  border-bottom: 2px solid #3173dd;
}
.gn ul li:hover .tx-ms{
  color: #0081f8;
}
.cptitle{
  font-size: 20px;
}
.cp-body{
  padding-top: 55px;
  margin: auto;
  width: 1600px;
}
.jh ul li{
  float: left;
}
.jh ul {
  width: 1500px;
}

.jh .img{
  width: 300px;

}

.dzg ul li{
  float: left;
}
.dzg ul {
  width: 1500px;
}

.dzg .img{
  width: 300px;

}

.zmr ul li{
  float: left;
}
.zmr ul {
  width: 1500px;
}

.zmr .img{
  width: 300px;

}

.jhzn ul li{
  float: left;
}
.jhzn ul {
  width: 1500px;
}

.jhzn .img{
  width: 300px;

}

.leftt{
  width: 500px;
  margin-left: 50px;
}
.jieshao
{

}
.jieshao .title{
  margin-top: 20px;
  font-size: 35px;
  text-align: left;
}
.jieshao .ms{
  text-align: left;
  margin-top: 15px;
  font-size: 18px;
  line-height: 35px;
}

.gongneng{
  margin-top: 30px;
  margin-left: -20px;
}
.gongneng div{

  width: 130px;
  height: 50px;
  border: 1px solid #262b39;
  margin-right: 20px;
  line-height: 50px;
  border-radius: 5px;
}
.gongneng div:hover{
  border: 1px solid #0081f8;
  background-color: #0081f8;
  color: #FFFFFF;
  margin-right: 20px;
  line-height: 50px;
  border-radius: 5px;
}
.gnqd{
  margin-left: -20px;
  margin-top: 40px;
  border-top: 1px solid #e5e5e5;;
}
.gnqd ul{
  width: 600px;
}
.gnqd ul li{
  padding-top: 20px;
  float: left;
  line-height: 30px;
  margin-right: 60px;
  text-align: left;
  font-size: 17px;
}
.xttp{
  width: 50%;
  height: 100px;
  float: right;
  height: 200px;
  /*background-color: #0b60a0;*/
}
.xttp2{
  width: 50%;
  height: 100px;
  float: right;
  height: 200px;
  /*background-color: #0b60a0;*/
}
.xtt{
  margin-left: 170px;
  width: 676px;
  height: 534px;
  background-color: #d0d0d0;
  border-radius: 15px;
}
.xtt2{
  margin-left: 170px;
  width: 40%;
  margin-top: 15px;
  height: 300px;
  background-color: #d0d0d0;
  border-radius: 10px;
}
.jh{display: block}
.dzg{display: none}
.zmr{display: none}
.jhzn{display: none}
.jh .xtt{
  background-image: url("../jhy/jhws.webp");
}
.dzg .xtt{
  background-image: url("../jhy/jhdzg.webp");
}
.zmr .xtt{
  background-image: url("../jhy/jhzmr.webp");
}
.jhzn .xtt{
  background-image: url("../jhy/jhzn.webp");
}
.tx-ms{
  color: #afafaf;
}
#fuwu ul{
  width: 1800px;
  /*margin-left: 250px;*/
  text-align: center;
  padding-left: 550px;
}
#fuwu li{
  margin-right: 40px;
  height: 40px;
  width: 10%;
  float: left;
  border-bottom: 0px solid #afafaf;
  padding-bottom: 10px;
  line-height: 40px;
;
}
.leftt1{
  width: 450px;
  margin-left: 50px;
}
.jieshao1
{
  width: 450px;
  height: 190px;
  background: linear-gradient(to right, rgba(22, 166, 201, 0.63), rgba(34, 201, 151, 0.87));
  padding-top: -20px;
  border-radius: 10px;
}
.jieshao1 .title{
  margin-top: 10px;
  font-size: 24px;
  text-align: left;
  margin-left: 20px;
  color: #FFFFFF;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 1px solid #FFFFFF;
}
.jieshao1 .ms{
  text-align: left;
  width: 500px;
  color: #FFFFFF;
  margin-top: 15px;

  font-size: 18px;
  line-height: 35px;
  padding-bottom: 20px;
}
.jieshao1 .ms li{
  margin-right: 20px;
  width: 200px;
}
.cp-body1{
  padding-top: 15px;
  margin: auto;
  width: 100%;
  height: 400px;
  background-image: url("../jhy/pdw.webp");
}
.gongneng1{
  margin-top: 30px;
  margin-left: -20px;
  color: #FFFFFF;
}
.gongneng1 ul{
  width: 600px;
}
.gongneng1 div{

  width: 130px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 25px;
  margin-top: 20px;
  line-height: 40px;
  border-radius: 55px;
}
.gongneng1 div:hover{
  border: 1px solid #0081f8;
  background-color: #0081f8;
  color: #FFFFFF;

}
.cp-body2{
  padding-top: 15px;
  margin: auto;
  width: 100%;
  height: 400px;
  background-image: url("../jhy/tdm.webp");
}
.gongneng2{
  margin-top: 30px;
  margin-left: -20px;
  color: #FFFFFF;
}
.gongneng2 ul{
  width: 600px;
}
.gongneng2 div{

  width: 130px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 25px;
  margin-top: 20px;
  line-height: 40px;
  border-radius: 55px;
}
.gongneng2 div:hover{
  border: 1px solid #0081f8;
  background-color: #0081f8;
  color: #FFFFFF;

}
.cp-body3{
  padding-top: 15px;
  margin: auto;
  width: 100%;
  height: 400px;
  background-image: url("../jhy/zng.webp");
}
.gongneng3{
  margin-top: 30px;
  margin-left: -20px;
  color: #FFFFFF;
}
.gongneng3 ul{
  width: 600px;
}
.gongneng3 div{

  width: 130px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 25px;
  margin-top: 20px;
  line-height: 40px;
  border-radius: 55px;
}
.gongneng3 div:hover{
  border: 1px solid #0081f8;
  background-color: #0081f8;
  color: #FFFFFF;

}

.cp-body4{
  padding-top: 15px;
  margin: auto;
  width: 100%;
  height: 400px;
  background-image: url("../jhy/zh.webp");


}
.gongneng4{
  margin-top: 30px;
  margin-left: -20px;
  color: #FFFFFF;
}
.gongneng4 ul{
  width: 600px;
}
.gongneng4 div{

  width: 130px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 25px;
  margin-top: 20px;
  line-height: 40px;
  border-radius: 55px;
}
.gongneng4 div:hover{
  border: 1px solid #0081f8;
  background-color: #0081f8;
  color: #FFFFFF;

}
.cp-body5{
  padding-top: 15px;
  margin: auto;
  width: 100%;
  height: 400px;
  background-image: url("../jhy/tdm.webp");
}
.gongneng5{
  margin-top: 30px;
  margin-left: -20px;
  color: #FFFFFF;
}
.gongneng5 ul{
  width: 600px;
}
.gongneng5 div{
  width: 130px;
  height: 40px;
  border: 1px solid #ffffff;
  margin-right: 25px;
  margin-top: 20px;
  line-height: 40px;
  border-radius: 55px;
}
.gongneng5 div:hover{
  border: 1px solid #0081f8;
  background-color: #0081f8;
  color: #FFFFFF;

}
#pdw{
  display: block;
}
#sms{
  display: none;
}
#zng{
  display: none;
}
#zh{
  display: none;
}
#jjfa{
  display: none;
}
#fuwu ul{
  /*width: 100%;*/
  background-color: #f6f6f6;
}
#fuwu ul li:hover{
  color: #0081f8;
}


.gn1{
  margin-top: 30px;
  height: 40px;
}
.gn1 ul{
  padding-left:230px ;
}
.gn1 ul li{
  margin-right: 80px;
  width: 15%;
  float: left;
  line-height: 40px;
  padding-top: 5px;
}

.cptitle1{
  font-size: 20px;
}
.gdtj{
  font-weight: 800;
  font-size: 18px;
  color:#0C0C0C;
}
.gdtj-jt{
  margin-top: -5px;
  margin-left:20px;
  display: inline-block;
  width: 26px;
  height: 20px;
}
.w16001 {
  width: 1600px;
  margin: 0 auto;
  margin-top: 70px;

}
.w1600 {
  width: 1600px;
  margin: 0 auto;
}

.gdtj-div{
  margin-top: 8px;
}
.gdtj-ul1{
  margin-left: 138px;
}
.gdtj-ul1 li{
  float: left;
}
.gdtj-ul2{
  margin-left: 10px;
}
.gdtj-ul2 li a{
  line-height: 46px;
  font-size: 18px;
  width: 160px;
  height: 46px;
  text-align: center;
  color: #252b3a;
  float: left;
  margin-left: 20px;
  border: 1px solid #888888;
  border-radius: 25px;
}
.gdtj-ul2 li a:hover{
  color: #ffffff;
  border: 1px solid #0081f8;
  background-color: #0081f8;
}
#ewm{
  top: -10px;
  margin-left: 140px;
}
.hyzx{
  margin-top: -280px;
  margin-left: 160px;
}
.hyzx p{
  color: #0C0C0C;
  font-size: 20px;
}
.hyzx-img{
  float: left;
  width: 600px;
  margin-left: 900px;
  margin-top: -180px;
}
.topnav{
  position: sticky;
}
.c{
  color: red;
}
.remen {
  margin-left: 10px;
  width: 150px;
  height: 280px;
  /*border: 1px solid #5cb85c;*/
  background: #fcede3;
  color: #f98d00;
  padding: 3px;
}
.zxzx{
  color: #000000;

}
cloud-product-box {
  background: #f4f4f4
}

.cloud-product {
  position: relative;
  z-index: 1;
  padding: 60px 0
}

.cloud-product-title {
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-size: 32px;
  color: #333
}

.color-blue {
  color: #009fd9
}

.cloud-product-explain {
  margin-top: 26px;
  margin-bottom: 82px;
  height: 16px;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  color: #999
}

.cloud-product-ul {
  width: 100%
}

.cloud-product-ul li {
  position: relative;
  margin-left: 19px;
  width: 240px;
  height: 522px;
  float: left;
  background: #fff
}

.cloud-product-ul li:first-child {
  margin-left: 0
}

.cloud-product-single-top {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f2f2f2
}

.cloud-product-name {
  font-size: 18px;
  color: #333;
  font-weight: 700
}

.cloud-product-single-bottom {
  width: 100%;
  height: 340px
}

.empty-space {
  width: 100%;
  height: 99px
}

.single-bottom-item {
  height: 340px;
  width: 100%
}

.single-bottom-item:first-child {
  border-right: 1px solid #eee
}

.bg-product-pic {
  margin: 48px auto 0;
  width: 100%;
  height: 82px
}
.leixing{
  /*text-align: center;*/

}
.leix{
  height: 40px;
  margin: auto;
  width: 670px;
  margin-top: 23px;
  padding-left: 20px;
}
.leix li {
  float: left;
  color: #595959;

}
.leix1{
  margin-right:30px ;
}
.leix2{
  margin-right: 0px;

}
.kh11{
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid rgba(159, 159, 159, 0.85);
}
.kh22{
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid rgba(159, 159, 159, 0.85)
}
.kh33{
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid rgba(159, 159, 159, 0.85)
}
.kh44{
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid rgba(159, 159, 159, 0.85)
}
.kh55{
  width: 100px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /*border: 1px solid #0081f8;*/
  border: 1px solid rgba(159, 159, 159, 0.85)

}
.kh11:hover{
  background: #0081f8;

  color: #FFFFFF;
}
.kh22:hover{
  background: #0081f8;

  color: #FFFFFF;
}
.kh33:hover{
  background: #0081f8;

  color: #FFFFFF;
}
.kh44:hover{
  background: #0081f8;

  color: #FFFFFF;
}
.kh55:hover{
  background: #0081f8;

  color: #FFFFFF;
}

.kehu1:hover{
  color: #00a0e9;

}
.kehu2:hover{
  color: #00a0e9;

}
.kehu3:hover{
  color: #00a0e9;

}
.kehu4:hover{
  color: #00a0e9;

}
.kehu5:hover{
  color: #00a0e9;

}
.kehu{
  width: 1600px;
  margin-top: 20px;
  /*display: none;*/
}

.datu{
  margin: auto;
  width: 1200px;
  height: 380px;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.kehutu{
  margin: auto;
  height: 500px;
  width: 1200px;
}
.kehutu ul{
  margin-top: 10px;
}
.kehutu ul li{
  float: left;
  width: 161px;
  height: 100px;

  background-color:#FFFFFF ;
  border-radius: 10px;
  margin-right: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.kehu .datu{background-image: url("../jhy/dw.webp");}
.kehu22 .datu{background-image: url("../jhy/xx.webp");}
.kehu33 .datu{background-image: url("../jhy/qy.webp");}
.kehu44 .datu{background-image: url("../jhy/sm.webp");}
.kehu55 .datu{background-image: url("../jhy/sc.webp");}

.kehu .kehutu .tp1 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp2 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp3 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp4 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp5 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp6 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp7 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp8 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp9 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp10 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp11 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp12 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp13 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp14 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp15 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp16 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp17 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp18 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp19 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp20 img{height: auto !important;margin-top: 10px}
.kehu .kehutu .tp21 img{height: auto !important;margin-top: 10px}

.kehu22 .kehutu .tp1 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp2 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp3 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp4 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp5 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp6 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp7 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp8 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp9 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp10 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp11 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp12 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp13 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp14 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp15 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp16 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp17 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp18 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp19 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp20 img{height: auto !important;margin-top: 10px}
.kehu22 .kehutu .tp21 img{height: auto !important;margin-top: 10px}

.kehu33 .kehutu .tp1 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp2 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp3 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp4 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp5 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp6 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp7 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp8 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp9 img{mheight: auto !important;argin-top: 10px}
.kehu33 .kehutu .tp10 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp11 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp12 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp13 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp14 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp15 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp16 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp17 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp18 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp19 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp20 img{height: auto !important;margin-top: 10px}
.kehu33 .kehutu .tp21 img{height: auto !important;margin-top: 10px}

.kehu44 .kehutu .tp1 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp2 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp3 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp4 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp5 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp6 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp7 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp8 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp9 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp10 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp11 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp12 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp13 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp14 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp15 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp16 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp17 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp18 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp19 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp20 img{height: auto !important;margin-top: 10px}
.kehu44 .kehutu .tp21 img{height: auto !important;margin-top: 10px}

.kehu55 .kehutu .tp1 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp2 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp3 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp4 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp5 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp6 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp7 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp8 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp9 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp10 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp11 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp12 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp13 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp14 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp15 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp16 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp17 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp18 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp19 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp20 img{height: auto !important;margin-top: 10px}
.kehu55 .kehutu .tp21 img{height: auto !important;margin-top: 10px}

.kehu22{
  width: 1600px;
  margin-top: 20px;
  display: none;
}

.kehu33{
  width: 1600px;
  margin-top: 20px;
  display: none;
}

.kehu44{
  width: 1600px;
  margin-top: 20px;
  display: none;
}

.kehu55{
  width: 1600px;
  margin-top: 20px;
  display: none;
}


.index-new {
  min-width: 1300px;
  padding-top: 40px;
  padding-bottom: 65px;
  background: #E8E8E8;
}

.index-new-title h5 {
  font-size: 32px;
  color: #333333;
  margin-bottom: 10px;
  text-align: center;
}

.index-new-title h6 {
  font-size: 16px;
  color: #595959;
  text-align: center;
}

.index-new-switch {
  font-size: 15px;
  color: #666;
  text-align: center;
  margin-top: 15px;
}

.index-new-switch li {
  display: inline-block;
  text-align: center;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.index-new-switch li span {
  cursor: pointer;
}

.index-new-switch li span:hover {
  color: #026bbc;
}

.index-new-switch li.on span {
  color: #026bbc;
}

.index-new-switch .li {
  max-width: 1600px;
  font-size: 0;
  margin: 0 auto;
  margin-top: 48px;
}

.index-new-switch-title {
  display: none;
}

.new-more {
  display: block;
  width: 379px;
  height: 51px;
  margin: 0 auto;
  margin-top: 60px;
  background: url(../images/case_icon_0.webp);
  transition: all .3s ease;
}

@media screen and (max-width: 1500px) {
  .new-more {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1400px) {
  .new-more {
    margin-top: 40px;
  }
}

.new-more:hover {
  opacity: .7;
}

.index-new-switch .li .left {
  position: relative;
  width: 578px;
  height: 561px;
  display: inline-block;
  vertical-align: top;
  transition: all .4s ease-out;
}

.index-new-switch .li .left:hover {
  transform: translate3d(0, -5px, 0);
}

.index-new-switch .li .left:hover .swiper-slide-text .text h5 {
  color: #026bbc;
}

.index-new-switch .li .left-box {
  background: #FFF;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 43px 47px 50px 53px;
  box-sizing: border-box;
}

.index-new-switch .li .left-box-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.shadow {
  position: absolute;
  bottom: -40px;
  left: 0px;
  width: 100%;
  padding-bottom: (99/612)*100%;
  background: url(../images/new_icon_0.webp);
  background-size: 100% 100%;
}

.swiper-slide {
  display: block;
  /*background: #FFF;*/
}

.pagination2 {
  text-align: left;
}

.pagination2 .swiper-pagination-bullet {
  background: #4E4E4E;
  opacity: 1;
  margin-right: 4px;
}

.pagination2 .swiper-pagination-bullet-active {
  background: #DC301F;
}

.swiper-slide-box {
  width: 478px;
  height: 313px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide-box img {
  max-width: 100%;
  height: auto !important;
}

.swiper-slide-text {
  width: 478px;
  margin-top: 30px;
  font-size: 0;
}

.swiper-slide-text .text {
  display: inline-block;
  vertical-align: top;
  width: 388px;
  height: 90px;
  text-align: left;
  padding-right: 20px;
  box-sizing: border-box;
}

.swiper-slide-text .text h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
  color: #060606;
  transition: all .3s ease;
}

.swiper-slide-text .text p {
  height: 50px;
  margin-top: 12px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 13px;
  line-height: 25px;
  color: #888888;
}

.index-new-switch .li .left .swiper-slide-text .date {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  height: 90px;
  border-radius: 4px;
  background: #026bbc;
  text-align: center;
}

.index-new-switch .li .left .swiper-slide-text .date .d {
  font-size: 58px;
  color: #FFF;
  font-family: "CG";
  line-height: 58px;
  margin-top: 6px;
}

.index-new-switch .li .left .swiper-slide-text .date .ym {
  margin-top: 2px;
  line-height: 16.4px;
  font-size: 16.4px;
  font-family: "Arial";
  color: #FFF;
}

.index-new-switch .li .right {
  margin-left: 22px;
  width: 1000px;
  height: 561px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.index-new-switch .li .right-li {
  position: relative;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 140px;
  transition: all .4s ease-out;
}

.index-new-switch .li .right-li:nth-child(even) {
  padding-left: 2px;
  box-sizing: border-box;
}

.index-new-switch .li .right-li:nth-child(n+3) {
  padding-top: 1px;
  box-sizing: border-box;
}

.index-new-switch .li .right-li-box {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: #FFF;
}

.index-new-switch .li .right-li:hover {
  z-index: 100;
  box-shadow: 0 8px 35px rgba(0, 0, 0, .2);
}

.index-new-switch .li .right-li:hover .date .d {
  color: #026bbc;
}

.index-new-switch .li .right-li:hover .date .ym {
  color: #026bbc;
}

.index-new-switch .li .right-li:hover .text h5 {
  color: #026bbc;
}

.index-new-switch li+li:before {
  content: "";
  position: absolute;
  left: -8px;
  top: 11px;
  width: 15px;
  height: 1px;
  background: #BABABA;
}

.index-new-switch .li .right .shadow {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  padding-bottom: (100/524)*100%;
  background: url(../images/new_icon_1.webp);
  background-size: 100% 100%;
}

.index-new-switch .li .right .date {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 100%;
  padding-top: 35px;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
  text-align: center;
}

.index-new-switch .li .right .date .d {
  font-size: 42px;
  color: #555;
  font-family: "Arial";
  line-height: 42px;
  margin-top: 6px;
  transition: color .3s ease;
}

.index-new-switch .li .right .date .ym {
  margin-top: 2px;
  line-height: 14px;
  font-size: 14px;
  font-family: "Arial";
  color: #333;
  transition: color .3s ease;
}

.index-new-switch .li .right .text {
  display: inline-block;
  vertical-align: top;
  width: 333px;
  height: 100%;
  text-align: left;
  padding-top: 35px;
  box-sizing: border-box;
}

.index-new-switch .li .right .text h3 {
  font-size: 15px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color .3s ease;
}

.index-new-switch .li .right .text p {
  margin-top: 10px;
  color: #888;
  font-size: 13px;
  line-height: 25px;
  height: 50px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1620px) {
  .index-new-switch .li .left {
    width: 508px;
  }
  .index-new-switch .li .left-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .index-new-switch .li .right {
    margin-left: 15px;
  }
  .index-new-switch .li .right {
    width: 900px;
  }
  .index-new-switch .li .right .date {
    padding-left: 20px;
    padding-right: 12px;
    width: 90px;
  }
  .viewpoint-text h5 {
    line-height: 50px;
    font-size: 40px;
  }
  .viewpoint-text .p {
    margin-top: 20px;
  }
  .viewpoint-text .icon {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1450px) {
  .index-new-switch .li .left {
    height: 480px;
    width: 458px;
  }
  .index-new-switch .li .left .swiper-slide-box {
    width: 428px;
    height: 280px;
  }
  .index-new-switch .li .left .swiper-slide-text {
    width: 428px;
  }
  .index-new-switch .li .left .swiper-slide-text .text {
    width: 338px;
  }
  .index-new-switch .li .left-box {
    padding-top: 23px;
    padding-bottom: 30px;
  }
  .index-new-switch .li .right {
    width: 800px;
    height: 480px;
  }
  .index-new-switch .li .right .date {
    padding-left: 20px;
    padding-right: 12px;
    padding-top: 45px;
    width: 90px;
  }
  .index-new-switch .li .right .text {
    width: 233px;
    padding-top: 45px;
  }
  .index-new-switch .li .right-li {
    height: 160px;
  }
}
.mbslider {
  /*top: 5em;*/
  position: relative;
  width: 100%;
  height: 400px;
  /*height: 200px;*/
  margin: auto;
  display: none;
}
.mbslider img {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  transition: opacity 1s;
}
.mbslider img.active {
  opacity: 1;
}
.index-infoNav{
  display: block;
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .w1200,
  .w1400,
  .w1600{
    width: 100% !important;
  }
  /**/
  .w16001{
    display: none;
  }
  .main_qwyxtg_duibi{
    display: none;
  }
  .cptx{
    display: none;
  }
  .header-box{
    display: none;
  }
  .index_product{
    display: none;
  }
  .strength{
    display: none;
  }
  .cptx{
    display: none;
  }
  /*.cloud-product-box{*/
  /*	display: none;*/
  /*}*/
  .ccbox{
    display: none;
  }
  .index-cloudpro{
    display: block;
  }
  .index_sorft{
    display: block;
  }
  .index-industry{
    display: block;
  }
  .bank-list{
    display: block;
  }
  .index-yiwen{
    display: block;
  }












  .suspend,
  .in_foot,
  .footer,
  .links,
  .foot,
  .index-case,
  .yb_conct,
  .pc_banner,
  .header_tel,
  .centered-btns_nav,
  .index-new-switch .li .left{
    display: none;
  }
  .index-new-switch .li .right{
    width: 100%;
    margin-left: 0;
  }
  .ddsubmenustyle{
    display: none !important;
  }
  .Zdhwz .Toptitle h2,
  .Zdhwz .Toptitle h2>em{
    font-size: 20px;
  }
  .Toptitle h2{
    font-size: 16px;
  }
  .Gtshd .Toptitle{
    padding-top: 25px;
  }
  .Yxxt .Yxxtcont .YxText{
    display: none;}
  .Gtshd,
  .Gtshdcont{
    height: auto;
  }
  .index-new-switch .li .right .text{
    width: 100%;
  }
  .centered-btns_tabs{
    bottom: 10px;
  }
  .index-new{
    min-width: 1px;
  }
  body{
    /*padding: 60px 0 50px;*/
    width: 100vw;
  }
  header{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 999;
    /*background: #026bbc;*/
    background: #FFFFFF;
  }
  .logo{
    width: 50%;
  }
  .logo  a{    height: 60px !important;
    margin-top: 5% !important;
    background-repeat: no-repeat !important;
  }
  .m_banner{
    display: block;
    position: relative;
    margin-top: 52px;
  }


  .m_footer {
    display: block;
  }
  .m_foot_btn {
    width: 25%;
    float: left;
    height: 50px;
    display: block;
    padding-top: 5px;
    line-height: 1;
    text-align: center;
    border-right: 1px solid #fff;
    box-sizing:border-box;
  }
  .m_foot_btn:last-of-type {
    border-right: 0;
  }
  .m_foot_btn i {
    color: #fff;
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .m_foot_btn span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
  }
  .m_footer {
    display: block;
    height: 50px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background: #026bbc;
    z-index: 999;
    border-top: 1px solid #fff;
  }
  .cloud-product{
    padding: 20px 1%;
  }
  .cloud-product-title{
    font-size: 20px;
    line-height: 1;
    height: 20px;
  }
  .cloud-product-explain{
    display: none;
  }
  .cloud-product-ul{
    margin-top: 20px;
  }
  .cloud-product-ul li.active,
  .cloud-product-ul li{
    width: 48%;
    margin: 1% !important;
  }
  .cloud-product-ul li.active .active-inner{
    display: none;
  }
  .cloud-product-ul li.active .normal-inner{
    display: block;
    opacity: 1;
  }
  .cloud-product-single-bottom{
    height: auto;
  }
  .bg-product-pic{
    margin-top: 15px;
    height: 80px;
  }
  .cloud-product-ul li{
    height: auto;
    padding-bottom: 15px;
  }
  .product-introduce-content{
    font-size: 12px;
  }
  .product-introduce-content{
    width: 100%;
  }
  .product-introduce-title{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .product-introduce-list{
    display: none;
  }
  .buy-link-btn-s{
    margin-top: 0;
  }
  .analysis{
    padding: 20px 1%;
  }
  .common_tit strong{
    font-size: 20px;
  }
  .common_tit p,
  .analysis .box .center,
  .analysis .box .center_txt{
    display: none;
  }
  .analysis .common_tit{
    height: auto;
    margin-bottom: 20px;
  }
  .analysis .box ul li{
    height: auto;
    padding: 10px;
    width: 48%;
    margin: 1% !important;
  }
  .analysis .box ul li i{
    font-size: 17px;
    background-size: contain;
    width: 40px;
    height: 40px;
    line-height: 40px;
    float: none;
  }
  .analysis .box ul li strong{
    line-height: 20px;
    margin-top: 10px;
    height: 40px;
    overflow: hidden;
    font-size: 15px;
  }
  .analysis .box ul li p{
    padding-top: 10px;
    font-size: 12px;
    line-height: 20px;
    height: 120px;
  }
  .analysis_more{
    margin-top: 20px;
  }
  .analysis_more a{
    display: block;
    padding: 0;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
  }
  .strength{
    display: none !important;
  }
  .index_case{
    background: #f1f1f1;
  }
  .index_product,
  .index_w_case{
    padding: 20px 1%;
  }
  .index-case-title h5{
    font-size: 20px;
    line-height: 1;
  }
  .index-case-title h6{
    display: none;
  }
  .index-case-title{
    margin-bottom: 20px;
  }
  .in_pro_main,
  .in_case_main{
    margin-top: 0;
  }
  .in_pro_main ul li,
  .in_w_case_main ul li{
    padding: 3px;
    width: 48%;
    margin: 1% !important;
  }
  .in_w_case_main ul li{
    display: none;
  }
  .in_w_case_main ul li:nth-child(1),
  .in_w_case_main ul li:nth-child(2),
  .in_w_case_main ul li:nth-child(3),
  .in_w_case_main ul li:nth-child(4){
    display: block;
  }
  .in_w_case_main ul li h5{
    font-size: 13px;
    padding: 5px 0;
  }
  .in_pro_main ul li h5{
    margin-top: 10px;
    font-size: 14px;
  }
  .in_pro_main ul li p{
    font-size: 12px;
  }
  .solution-bgcolor{
    display: none ;
  }
  .index_team{
    padding: 20px 1%;
  }
  .in_team_title h5{
    font-size: 20px;
    margin-bottom: 0;
  }
  .in_team_title p{
    display: none;
  }
  .in_team_title{
    margin-bottom: 20px;
  }
  .in_team_main ul li{
    width: 48%;
    margin: 1% !important;
  }
  .in_team_main ul li .in_team_info{
    padding: 10px;
  }
  .kunrao,
  .kuajiehezuo{
    display: none;
  }
  .index-new{
    padding: 20px 1%;
  }
  .index-new-title h5{
    font-size: 20px;
    margin-bottom: 0;
  }
  .index-new-title h6{
    display: none;
  }
  .index-new-title{
    margin-bottom: 20px;
  }
  .index-new-switch{
    margin-top: 0;
  }
  .index-new-switch li{
    padding: 0 10px;
  }
  .index-new-switch .li{
    max-width: 100%;
    margin-top: 20px;
  }
  .index-new-switch .li .right{
    height: auto;
  }
  .index-new-switch .li .right-li{
    height: auto;
    padding: 10px 0 !important;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ccc;
  }
  .index-new-switch .li .right .date .d{
    margin-top: 0;
  }
  .index-new-switch .li .right-li-box{
    height: auto;
  }
  .index_vip_kefu{
    text-align: center;
    height: auto;
    padding: 25px 1%;
  }
  .index_vip_kefu h5{
    font-size: 23px;
  }
  .index_vip_kefu p{
    font-size: 14px;
  }
  .index_vip_kefu a{
    font-size: 20px;
  }
  .index_vip_kefu a{
    width: 200px;
    height: 48px;
    line-height: 48px;
  }
  .new-more{
    display: none;
  }
  footer{
    display: none;
  }
  .index-new-switch .li .right .date{
    width: 25%;
    padding-top: 0;
    height: auto;
  }
  .index-new-switch .li .right .text{
    width: 75%;
    padding-top: 0;
    height: auto;
  }
  .m_footer_info{
    display: block;
    padding: 20px 3%;
    background: #026bbc;
  }
  .m_footer_info h5{
    font-size: 15px;
    color: #fff;
    margin-bottom: 2px;
  }
  .m_footer_info p{
    font-size: 13px;
    color: #fff;
    margin-top: 8px;
  }
  .buy-link-btn-s{
    height: 30px;
    line-height: 18px;
  }
  .empty-space{
    height: 85px;
  }
  .active .product-introduce-content{
    color: #999;
  }
  .buy-link-btn-s{
    display: none;
  }
  .cloud-product-ul li.active, .cloud-product-ul li{
    width: 31.33%;
  }
  .product-introduce-content{
    margin-bottom: 0;
    padding: 0 5px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 1024px) {
  .slider{
    display: none;
  }
  .mbslider{
    display: block;
  }
  #pcbanner{
    display: none;
  }
  #mbbanner{
    display: block;
  };
  .index-infoNav{
    height: 0px;
  }
  #redian{
    display: none;
  }
  .index-hotSpot .swiper-slide a{
    margin-left: 20px;
    width: 25%;
    height: 200px;
    /*height: 300px;*/
  }

  .index-cloudpro{
    width: 100vw;
  }
  .index-cloudpro .item .img > img {
    margin-top: 30px;
    min-width: 350px;
  }
  .index-cloudpro .tabnav{
    display: block;
  }
  .index_sorft{
    width: 100vw;
  }
  .index_sorft .wrapper .number-mode .title .fnt_42 img{
    display: none;
  }
  .title{width: 45%}
  .cont .wow p{
    position: absolute;
    top: 40px;
    width: 250px;

  }
  .contp2{
    display: none;
  }
  .index-industry{
    width: 100vw;
  }
  .index-new{
    width: 100vw;
  }
  .index-yiwen{
    width: 100vw;
  }
  .swiper-wrapper{
    width: 100vw;
  }

  .index-cloudpro .title {
    margin: auto;
    width: 100%;
    margin-bottom: 15px;
  }
  .swiper-prize .swiper-slide .img{
    height: 100%;
  }









}
