@charset "UTF-8";
.product-link a {
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  border: none;
  font-size: 16px;
  min-width: 150px;
  text-align: center;
  margin-right: 10px;
}
.header-nav .header-default div.experience {
  border: 1px solid rgba(133, 154, 184, 0.3);
}
.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;
}
.header-nav .nav-head .header-column-list li .title,
.header-nav .nav-head .all_product .fnt_16 {
  color: #252b3a;
}
.header-box a {
  color: #252b3a;
}
.btn-blue-gradient {
  text-align: center;
  border-radius: 5px;
  border: 1px solid #fff;
  color: #fff;
  box-sizing: content-box;
  background-image: radial-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;
  position: relative;
}

html,
body {
  overflow-x: hidden;
}
img {

  object-fit: fill;
}
.swiper-button-next {
  right: -40px;
  background-image: url(../image02/index_next.png);
}
.swiper-button-prev {
  left: -40px;
  background-image: url(../image02/index_prev.png);
}
.swiper-button-next,
.swiper-button-prev {
  width: 20px;
  height: 128px;
  z-index: 2;
top:55.4%;
  background-size: 20px 128px;
}
@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);
  }
}

.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;
}
.s-rt img {
  height: auto;
}
.product_xc_pingfen .mr .product_pingfen_cai img {
  height: auto;
}
/* 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;
  margin-bottom: 56px;
  width: 42.57871%;
}
/* 资讯导航 */
.index-infoNav {
  width: 100%;
  color: #252b3a;
  padding-top: 20;
}
.index-infoNav .nav {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.index-infoNav .nav .title {
  display: flex;
  align-items: center;
  font-weight: 800;
}
.index-infoNav .nav .title::after {
  content: "";
  margin: 0 20px;
  display: inline-block;
  width: 26px;
  height: 20px;
  background: url(../image02/gdrd_jt.png) no-repeat;
  background-size: 26px 20px;
}
.index-infoNav .nav .nav-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.index-infoNav .nav .nav-items li {
  padding: 10px 15px;
  border-radius: 30px;
  border: 1px solid #888888;
  margin-right: 20px;
}
.index-infoNav .nav .nav-items li:last-child {
  margin-right: 0;
}
.index-infoNav .nav .nav-items li a {
  color: #252b3a;
}
.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: 50px 0 0px;
  color: #252b3a;
}
.index-hotSpot .swiper-hotSpot {
  overflow: hidden;
}
.index-hotSpot .swiper-slide a {
  display: block;
  position: relative;
  overflow: hidden;
  color: #fff;
}
.index-hotSpot .swiper-slide a .img {
  height: 338px;
  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: 9% 9%;
  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;
  letter-spacing: 1px;
}
.index-hotSpot .swiper-slide a .title span {
  display: flex;
  align-items: center;
}
.index-hotSpot .swiper-slide a .title span::after {
  content: "";
  margin-left: 20px;
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(../image02/rdtj_jt_b.png) no-repeat;
  background-size: 25px 20px;
}
.index-hotSpot .swiper-slide a .title span.overwrite::after {
  background: url(../image02/rdtj_jth.png) no-repeat;
  background-size: 25px 20px;
}
.index-hotSpot .swiper-slide a:hover .img img {
  transform: scale(1.05);
}
.index-hotSpot .swiper-slide a:hover .title span {
  color: #2183e9;
}

/* 金蝶云产品 */
.index-cloudpro {
  padding: 100px 0 70px;
  overflow: hidden;
}

.index-cloudpro .title {
  overflow: hidden;
  margin-bottom: 26px;
  text-align: center;
}
.index-cloudpro .title > h2 {
  font-weight: bold;
}

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

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

.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: 18px 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.active a {
  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 > img {
  width: 100%;
  min-height: 300px;
  transition: all 0.5s;
}

/* .index-cloudpro .item .img:hover img {
  transform: scale(1.05);
} */

.index-cloudpro .item .info {
  width: 46.92804%;
}
.index-cloudpro .item .info .info_logo {
  width: 50%;
  max-height: 88px;
}
.index-cloudpro .item .info h3 {
  line-height: 1.375;
  margin: 20px 0;
  font-weight: lighter;
}

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

.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: left;
  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); */
  color: #2183e9;
}

.index-cloudpro .item .inner_right {
  width: 43.67616%;
}
.index-cloudpro .item .inner_right .img {
  width: 100%;
  border-radius: 20px;
  position: relative;
}
.index-cloudpro .item .inner_right .img .logo {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 30%;
}
.index-cloudpro .item .inner_right .img> img {
  border-radius: 20px;
}
.index-cloudpro .item .inner_right .content {
  display: flex;
  flex-direction: column;
  padding: 40px 20px;
  box-sizing: border-box;
  text-align: left;
  border-radius: 20px;
  margin-top: 20px;
  background-color: rgb(245, 245, 245);
}
.index-cloudpro .item .inner_right .content .content_text {
  display: flex;

  align-items: center;
}
.index-cloudpro .item .inner_right .content .content_text .text_item {
  margin-right: 60px;
}
.index-cloudpro
  .item
  .inner_right
  .content
  .content_text
  .text_item:last-child {
  margin-right: 0px;
}
.index-cloudpro
  .item
  .inner_right
  .content
  .content_text
  .text_item
  p:first-child {
  font-weight: 500;
}

.index-cloudpro .item .inner_right .content .content_dis {
  margin: 20px 0;
}
.index-cloudpro .item .inner_right .content .content_btn a {
  color: #2183e9;
}
.index-cloudpro .item .inner_right .content .content_btn a::after {
  display: inline-block;
  margin-left: 20px;
  content: ">>";
}
/* 中国的软件*/

.index_sorft {
  width: 100%;
  padding: 50px 0 50px;
  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);
}
.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);
  padding-bottom: 30px;
}
.index_sorft .cont li:last-child {
  border: none;
}

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

.index_sorft .cont li .number .counter {
  font-size: 62px;
}

.index_sorft .cont li p {
  line-height: 22px;
  font-size: 18px;
}
/* 奖项列表 */
.swiper-prize {
  margin-top: 40px;
  overflow: hidden;
  text-align: center;
}
.swiper-prize .swiper-slide {
  position: relative;
}
.swiper-prize .swiper-wrapper {
  margin-bottom: 30px;
}
.swiper-prize .swiper-slide .img {
  height: 100px;
}

.swiper-prize .swiper-slide .title {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  text-align: center;
}
.swiper-prize .swiper-slide .title .fnt_14 {
  font-size: 15px;
}
.swiper-prize .swiper-slide .title h2 {
  font-weight: normal;
  padding: 10px 0;
  border-bottom: 1px solid rgba(133, 154, 184, 0.3);
  margin-bottom: 10px;
}
/* 行业列表 */
.index-industry {
 
}
.index-industry .wrapper > h2 {
  font-weight: 500;
  margin-bottom: 40px;
}
.index-industry .swiper-industry {
  overflow: hidden;
  position: static;
}
.index-industry .swiper-slide {
  position: relative;
  cursor: pointer;
}
.index-industry .swiper-slide .img {
  height: 320px;
  border-radius: 20px;
}
.index-industry .swiper-slide .img img {
    height: 100%;
  border-radius: 20px;
}
.index-industry .swiper-slide .title {
  width: 80%;
  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: 170px;
  color: #fff;
transition: all 0.8s;
}
.index-industry .swiper-slide:hover .title {
  top: 45%;
  min-height: 234px;
}
.index-industry .swiper-slide .title .dis {
  text-align: center;
  letter-spacing: 2px;
  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);
  /*  background: linear-gradient(to top, rgba(0,0,0,0.9),rgba(0,0,0,0.8), rgba(206,206,188,0.4),rgba(206,206,188,0.5));*/
  border-radius: 20px;
  /*  opacity: 0.4;;*/
  z-index: 0;
}
.index-industry .swiper-slide .title h2 {
  font-weight: normal;
  padding: 0;
}
.index-industry .swiper-slide .title img {
  width: 128px;
  height: 128px;
}

/*  公司列表*/

.index-bank {
 
}

.index-bank .wrapper > h2 {
  font-weight: 500;
  margin-bottom: 40px;
}
.index-bank .swiper-bank {
  position: static;
  overflow: hidden;
  padding: 0 0 40px 10px;
}
.swiper-wrapper {
  position: static;
}

.index-bank .swiper-bank .swiper-slide {
  width: 31% !important;
  display: flex;
  flex-direction: column;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 20px;
}
.swiper-bank .swiper-slide .title{
  text-align: left;
}
.swiper-bank .swiper-slide .title .logo{
  height: 52px;
}
.swiper-bank .swiper-slide .title .logo img{
   height: 100%;
   object-fit: contain;
}
.index-bank .swiper-bank .swiper-slide .img {
  height: 224px;
  position: relative;
  cursor: pointer;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.index-bank .swiper-bank .swiper-slide .img > img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.index-bank .swiper-bank .swiper-slide .img .vedio-logo {
  width: 43px;
  height: 30px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  border-radius: 0;
}
.index-bank .swiper-bank .swiper-slide .title {
  padding: 24px;
  height: 254px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.index-bank .swiper-bank .swiper-slide .title img {
  width: auto;
}
.index-bank .swiper-bank .swiper-slide .title .dis {
  word-break: break-all;
  padding: 20px 0;
}
.index-bank .swiper-bank .swiper-slide .title a {
  color: #252b3a;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.index-bank .swiper-bank .swiper-slide .title a::after {
  content: "";
  margin-left: 20px;
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url(../image02/zl_jt.png) no-repeat;
  background-size: 25px 20px;
  opacity: 0;
  transition: all 0.5s;
}
.index-bank .swiper-bank .swiper-slide .title a:hover {
  color: #2183e9;
}
.index-bank .swiper-bank .swiper-slide .title a:hover::after {
  opacity: 1;
}
/* end */

/* 公司logo列表 */

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

.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: 172px; */
  height: 45px;
  float: left;
  padding: 0 30px;
  box-sizing: content-box;
}
.bank-list .roll li img {
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  display: block;
  line-height: 0;
  font-size: 0;
  transition: all 0.3s;
}

/* end */

/* 资料下载 */
.index_data {
  padding: 100px 0 100px;
  background-color: rgba(20, 45, 68);
}
.index_data .swiper-button-next {
  background-image: url(../image02/index_white_next.png);
}
.index_data .swiper-button-prev {
  background-image: url(../image02/index_white_prev.png);
}
.index_data .wrapper > h2 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}
.swiper-data {
  overflow: hidden;
}
.index_data .swiper-slide {
  padding: 28px;
  box-sizing: border-box;
  background: radial-gradient(
    circle at center,
    rgba(6, 35, 165, 1) 0,
    rgba(15, 43, 90, 0.1) 100%
  );
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.index_data .swiper-slide .title {
  border-right: 1px solid rgba(133, 154, 184, 0.3);
  min-height: 200px;
  position: relative;
}
.index_data .swiper-slide:nth-child(3) .title {
  border-color: transparent;
}
.index_data .swiper-slide .img {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
}
.index_data .swiper-slide a {
  color: #2183e9;
  display: flex;
  align-items: center;
}
.index_data .swiper-slide a::after {
  content: "";
  margin-left: 20px;
  display: inline-block;
  width: 27px;
  height: 16px;
  background: url(../image02/zl_jt.png) no-repeat;
  background-size: 21px 16px;
}

/* 有疑问？我们将通过以下渠道为您解答 */
.index-yiwen {
  background-color: #fff;
  padding-top: 0;
}

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

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

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

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

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

.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: 20px;
  -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: 220px;
  width: 50px;
  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% + 20px);
  top: 50%;
  transform: translateY(-50%);
}

.footer-right-section .show-little-tip {
  width: 119px;
  height: 46px;
  line-height: 46px;
  background: url(../images/home/workorder-bg2.png) 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(../images/home/code_bg.png) 0 0/100% no-repeat;
  padding: 24px 20px;
  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: 220px;
}

.footer-right-section .bottom-part {
  margin-top: 16px;
  width: 50px;
  height: 50px;
  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;
}

.fixed-right .msgMain .s-bd .s-lt a i img {
  width: auto;
  height: auto;
}
/* 视频播放 */
.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: 60%;
  position: relative;
}
.vio .video video {
  width: 100%;
}
.vio_flx {
  display: flex;
}
.video svg {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 66;
  cursor: pointer;
}

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

#videoPopup1 .video-box {
  width: 60%;
  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: 20px;
  top: 20px;
  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);
}

.fixed-menu-top a img {
  width: auto;
  height: auto;
}
.product_xc_pingfen .mr .product_pingfen_zan img {
  height: auto;
}

@media screen and (max-width: 1440px) {
  .index-banner .txt {
    padding: 180px 0 160px;
  }
  .index-jieli .txt {
    padding: 180px 0 160px;
  }
  .index-baipishu .txt {
    padding: 180px 0 160px;
  }
  .hotfocus .rt ul li a {
    height: 70px;
  }

  .index_sorft .cont li .number {
    font-size: 38px;
  }
  .index_sorft .cont li .number .counter {
    font-size: 52px;
  }
/*  .index_sorft .cont {
    padding-bottom: 180px;
  }*/
  .index-newsactivy .focus-activity .img {
    height: 330px;
  }
  .index-newsactivy .news-lists ul li a {
    padding: 10px 0;
  }
  .index-newsactivy .news-lists ul li h2 {
    height: 60px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .index-banner .txt {
    padding: 110px 0 100px;
  }
  .index-banner .txt p {
    width: 50%;
  }
  .index-jieli .txt {
    padding: 110px 0 100px;
  }
  .index-jieli .txt p {
    width: 50%;
  }
  .index-baipishu .txt {
    padding: 110px 0 100px;
  }
  .index-baipishu .txt p {
    width: 50%;
  }
  .hotfocus .rt ul li a {
    height: 50px;
  }
  .hotfocus .rt ul li a .icon {
    width: 30px;
  }
  .index-cloudpro .tabnav li a {
    min-width: 100%;
  }
  .index-helpzx .title {
    margin-bottom: 50px;
  }
  .index-helpzx .memulist a {
    line-height: 46px;
  }
  .indcustomer .s-text {
    width: 100%;
  }
  .bps-ft .in h3 {
    font-size: 22px;
    min-height: 100px;
  }
  .index_sorft .cont li .number {
    font-size: 30px;
  }
  .index_sorft .cont li .number .counter {
    font-size: 40px;
  }

  .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;
  }
}

@media screen and (max-width: 750px) {
  .bg-pc-mobile .pc {
    display: none;
  }
  .bg-pc-mobile .mobile {
    display: block;
  }
  .index-banner {
    height: 500px;
  }
  .index-banner .txt {
    position: absolute;
    padding: 0 20px;
    width: 100%;
    left: 0;
    bottom: 34px;
  }
  .index-banner .txt h2 {
    margin-bottom: 12px;
    font-size: 26px;
  }
  .index-banner .txt p {
    margin-bottom: 20px;
  }
  .index-cloudpro .item {
    display: block;
    margin-bottom: 30px;
  }
  .index-cloudpro .item .info {
    margin-top: 10px;
  }
  .index-cloudpro .item .info .product-link {
    margin-top: 10px;
  }
  .index-cloudpro .item .info h3 {
    margin-bottom: 10px;
  }
  .index-cloudpro .mobile-t {
    display: none;
    font-weight: bold;
    font-size: 20px;
  }
  .index-cloudpro .item .img {
    display: none;
  }
  .index-cloudpro .title h2,
  .index-banner .txt h2 .index_sorft .title h2 {
    font-weight: bold;
  }
  .index-cloudpro .title {
    margin-bottom: 26px;
  }
  .index-cloudpro .item .info h3 {
    font-weight: normal;
  }
  .index-cloudpro .item .info h3 b {
    font-weight: bold;
  }
  .index-cloudpro .item .info p {
    font-weight: normal;
  }

  .siwper-pagination {
    text-align: center;
    margin-top: 20px;
  }
  .swiper-pagination-bullet {
    background-color: #fff;
  }
  .index-cloudpro {
    padding: 30px 0 35px;
  }
  .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: 30px;
    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_sorft {
    background-image: url(../images/home/whiy_mobile.jpg) !important;
    padding-top: 30px;
  }
  .index_sorft .title p {
    letter-spacing: -1px;
  }
  .index_sorft .cont li {
    display: flex;
    align-items: center;
    background-size: 100%;
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
  }
  .index_sorft .cont li .number {
    width: 106px;
    flex-shrink: 0;
    text-align: left;
    font-size: 22px;
  }
  .index_sorft .cont li .number .counter {
    font-size: 32px;
  }
  .index_sorft .cont li::before {
    display: none;
  }
  .index_sorft .cont {
    padding-bottom: 70px;
  }

  .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_sorft .cont li {
    width: 100%;
    margin-bottom: 30px;
  }
  .index_sorft .cont li::before {
    display: none;
  }

  .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: 20px;
    font-weight: bold;
  }
  .index-cloudpro .item .img {
    width: 100%;
  }
  .index-yiwen .wrapper .img {
    width: 100%;
  }
  .index-banner .txt h2 {
    font-size: 22px;
  }
  .index-banner p {
    font-size: 14px;
  }
}

@media screen and (max-width: 360px) {
  .index-banner .txt p {
    width: 100%;
  }
}

div.product_xc_pingfen {
  /*background: url(../images/pingfen_bg.png) no-repeat center top fixed;*/
  background: rgb(36, 63, 84);
  padding: 3.38% 0;
  background-size: cover;
}
