* {
  font-family: Microsoft YaHei;
}

body {
  font-family: Microsoft YaHei;
}

a {
  color: #000;
  text-decoration: none;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

.ERP,
.Financial,
.Inventoring,
.Office,
.Platform,
.A7 {
  display: none;
}

.block {
  display: block;
}

.center {
  width: 100%;
  min-height: 500px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  justify-content: space-between;
  padding-left: 6%;
  padding-right: 6%;
  margin: 0;
  padding-bottom:10px;
}
.Flip{
  display: flex;
 flex-direction: column;
 align-items: flex-end;
}
.Flip2{
  display: flex;
 flex-direction: column;
 align-items: flex-start;
}
.body-content {
  padding: 0;

}

.body-content>div {
  width: 90.5%;
}

#body-content-right {
  margin-top: 2%;
  
}
#body-content-right >.swiper-wrapper{
	width:100%;
}
#body-content-right >.swiper-wrapper>.swiper-slide{
	background: none;
}
 #body-content-right>.body-content-button {
    width: 93% !important;
    display: flex;
    justify-content: center;
    overflow: hidden;
    position: relative;
   margin-top: 20px;
    margin-bottom: 10px;
}
 #body-content-right>.body-content-button>div{
	 height:32px;
	 line-height:32px;
	 border: 1px solid #5c5c5d;
 }
.body-content-text {
  margin-top: 5.8%;
  margin-bottom: 5.8%;
  overflow: hidden;
  position: relative;
}

.body-content-text>.text>ul {
  padding-left: 1rem;
  margin-left: -16px;
}

.body-content-text-button>.button {
  width: 118px;
  height: 40px;
  border: 1px #3c3c3c solid;
  background-color: #fff;
  color: black;
  text-align: center;
  line-height: 38px;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  animation-name: mybutton;
  animation-duration: 1.5s;
  font-size: 14px;
}

.body-content-text-button>.button:last-child {
  margin-right: 0px;
}

.body-content-text-button {
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -moz-justify-content: flex-end;
}

.body-content-text>.text {
  position: relative;
  animation-name: mytext;
  animation-duration: 1.5s;
}

.text>ul>li {
  line-height: 24px;
  font-size: 14px;
  text-indent: 2em;
  list-style: none;
  display: flex;

}
.text>ul>li >span{
 flex:1;
 text-indent: 0em;
}
.body-content-text>#p {
  position: relative;
  animation-name: mytext;
  animation-duration: 1s;
}

.body-content-text>#p>span {
  font-size: 14px;
  float: right;
}

.body-content-text>#p>span>b {
  font-size: 16px;
  color: red;
}

.body-content-text>#pp {
  font-size: 14px;
  line-height: 25px;
  position: relative;
  animation-name: mytext;
  animation-duration: 1.2s;
  margin-bottom: 0%;
  text-indent: 2em;
  text-align:justify;
}

#pp:last-of-type {
  margin-bottom: 4% !important;
}

#pp>span {
  text-indent: 2em;
}

.body-content-button {
  width: 95% !important;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.body-content-button>div {
  width: 100px;
  height: 32px;
  border: 1px solid #5c5c5d;
  border-top: none;
  text-align: center;
  line-height: 32px;
  margin-right: 3px;
  cursor: pointer;
  position: relative;
  font-size: 13px;
}

@keyframes body-content-button {
  from {
    top: -200px;
  }

  to {
    top: 0px;
  }
}

.body-content-button-ac {
  background-color: #5c5c5d;
  color: #fff;
}

.body-content-button>div:hover {
  background-color: #5c5c5d;
  color: #fff;
}

/* .button:hover a:after {
content: "\e683";
transition: 0.5s;
margin-left: 5px;
} */

.body-content-img {
	margin-top:15px;
  overflow: hidden;
  text-align: right;
  float: right;
}

.body-content-img img:hover {
  transform: scale(1.1);
}

.body-content-img>img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s;
  animation-name: myimg;
  animation-duration: 1.5s;
  position: relative;
}

@keyframes mybutton {
  from {
    bottom: -200px;
  }

  to {
    bottom: 0px;
  }
}

@keyframes myimg {
  from {
    bottom: -500px;
  }

  to {
    bottom: 0px;
  }
}

@keyframes mytext {
  from {
    bottom: -300px;
  }

  to {
    bottom: 0px;
  }
}

@media screen and (max-width:991px) {
  #product2 .center {
    flex-direction: column-reverse;
  }

  .body-content-button {
    float: none !important;
  }

  .body-content-img {
    float: none !important;
    margin: auto;
    margin-top: 2%;
  }

  .body-content-text {
    float: none !important;
    margin: auto !important;
  }

  .body-content-text-button {
    margin-top: 3%;
    margin-bottom: 3%;
  }

  .body-content-text>#pp {
    margin-bottom: 3%;
  }

  #body-content-right {
    margin-bottom: 5%;
  }


  .Rotation-left p:nth-child(odd) {
    font-size: 20px;
  }

  .Rotation-left p:nth-child(2) {
    font-size: 28px !important;
  }

  .Rotation-text {
    margin-top: 2%;
    margin-bottom: 2%;
  }

  .Rotation-right p {
    font-size: 14px;
  }
}

@media screen and (max-width:842px) {
  .Rotation-left p:nth-child(odd) {
    font-size: 16px;
  }

  .Rotation-left p:nth-child(2) {
    font-size: 22px !important;
  }

  .Rotation-right {
    padding-top: 0;
  }

  .Rotation-right p {
    font-size: 12px;

  }

  .Navigation-right span {
    font-size: 12PX;
  }
}

.group-btn-section{ display: grid; grid-template-columns: repeat(2, 1fr); overflow: hidden; color: black; margin-top: 3px;}
.group-btn-wrap{ height: 55px; font-size: 1rem; text-align: center; padding-top: 14px; /*background: #e5e5e5; */margin: pointer; }
#group-s{ background: #006633;}
#group-m{ background: #991a1a;}
/* .group-btn-wrap:hover, .group-btn-wrap.active{ border-bottom: 4px solid #979797; } */
.group-btn-section a{ color: inherit; display: block; }
.group-btn-wrap + .group-btn-wrap{ border-left: 1px solid white; }
.group-btn-name{ color: #f9f9f9; flex: 1; text-align: center; white-space: nowrap;}

.product-group{ display: flex; flex-flow: column; row-gap: 2px; padding: 2px 0; }
.product-wrap{ margin-top: 3px; display: flex;flex-wrap: wrap;position: relative;box-sizing: border-box; justify-content: center; column-gap: 3.5rem; padding: 0 2%;}
.product-wrap-reverse{ flex-direction: row-reverse !important; }
.product-switch-wrap{
    display: flex; width: 95%; justify-content: flex-end; overflow: hidden; position: absolute; top: 0; margin-top: 2px;
}
.product-wrap-reverse .product-switch-wrap{ justify-content: flex-start; }

.product-switch-wrap .switch{
	width: 110px;
    height: 35px;
    border: 1px solid #5c5c5d;
    border-top: none;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    cursor: pointer;
    font-size: .875rem;
    font-weight: bolder;
}
.product-switch-wrap .switch.active, .product-switch-wrap .switch:hover{ background-color: #5c5c5d;color: #fff; }
.product-tag{ width: 10.5rem; padding-top: 1.5em; text-align: center; font-size: .75rem; font-weight: bold; border-radius: 0 0 .8em .8em;display: flex;column-gap: 5px;align-items: center;}
.product-tag img{ width: 1.5rem; height: 1.5rem;}
/* .product-win .product-tag{  }
.product-cloud .product-tag{  } */
.product-content{
	position: relative;
	padding: 0;
    display: flex;
    flex-direction: column;
	justify-content: center;
	max-width: 1024px;
}
.product-content-inner{ 
	justify-content: center;
    display: flex;
    flex-flow: column;
    height: 100%;
	margin-top: 35px;
}
.product-group .product-content-inner{ margin-top: 70px; }
.product-group p{ margin: 0; }
.product-title{
	display: flex;
    flex-flow: column;
    align-items: center;
    font-weight: bold;
	line-height: 1.3;
}
.product-title a{ color: inherit; }
.product-title >p:first-child{ font-size: 1.375rem; }
.product-title >p:last-child{ font-size: 1.825rem;; }
.product-name>span:last-child{ font-size: 1rem; }
.product-desc-wrap{ padding: 1em 0; } 
.product-desc{
	font-size: .875rem;
    line-height: 1.8;
    position: relative;
    animation-name: mytext;
    animation-duration: 1.2s;
    margin-bottom: 0%;
    text-indent: 2em;
    text-align: justify;
}
.product-func-desc { font-size: 0.875rem; padding: 1em 2.2em 2em; display: flex; word-break: keep-all; line-height: 1.9; column-gap: 8px;}
.product-func-desc>p:first-child{ font-weight: bold; white-space: nowrap; }
.product-price-wrap{ text-align: right; }
.product-price{ display: inline-block; text-align: center; }
.product-price b{color: red; font-weight: normal; }
.product-price-extra{ font-size: .75rem;line-height: 2; }
.product-btn-wrap{
	display: flex;
    margin-top: 5px;
    justify-content: center;
    margin-bottom: 50px;
}
.product-btn-wrap>.button{
	width: 118px;
    height: 40px;
    border: 1px #3c3c3c solid;
    background-color: #fff;
    color: black;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    animation-name: mybutton;
    animation-duration: 1.5s;
    font-size: .875rem;
}
.product-btn-wrap>.button:hover{ opacity: .8; }
.product-btn-wrap .button:last-child {
    margin-right: 0px;
}
.product-btn-wrap>.button a{ display: block; }
.product-tag-icon{ padding-top: 3rem; width: 147px; }
.product-img{ padding: 1.5rem 0 3rem; }
.product-img>img{ width: 100%; width: 100%;
    transform: scale(1);
    transition: all 0.6s;
    animation-name: myimg;
    animation-duration: 1.5s;
    position: relative;}
.product-img img:hover{ transform: scale(1.1); }
.product-img .product-platform{ width: auto; margin-bottom: 1.5em; }
.product-wrap-reverse .product-img .product-platform{ float: right; }

.case-section{ background: #fbfbfb; }
.case-wrap{ padding: 54px 0; max-width: 1440px; margin: 0 auto; }
.case-section-title{ font-size: 2rem; text-align: center; font-weight: bold; margin: 0 0 62px 0; }
.case-nav-wrap{ display: flex; gap: 20px; }
.case-swiper-li{ padding: 0 2em; }
.case-field-li{ color: #7f7f7f; white-space: nowrap; overflow-x: auto; list-style: none; flex: 1; display: flex; justify-content: space-evenly; align-items: center; gap: 2em; }
.case-field-li li{cursor: pointer; padding-bottom: 5px;}
.case-field-li li:hover, .case-field-li li.active{ color: #666; font-weight: bold; }

.caseSwiper{ margin: 18px 0 12px 0; background: white; position: relative; }
.case-swiper-button-prev, .case-swiper-button-next{ color: #439dff; font-size: 24px; position: absolute;
    top: 40px;
    right: 30px;
    z-index: 2;
}
.case-swiper-button-prev{ right: 55px; }
.caseSwiper .swiper-slide{ display: flex; justify-content: space-between; background: white;}
.company-img-wrap{ width: 30%; max-width: 384px; }
.company-img{ max-width: 100%; }
.case-content{ line-height: 1.8;font-size: .875rem; flex: 1;  padding: 38px; }
.company-info{ border-bottom: 1px dashed #ccc; }
.company-title-wrap{ display: flex; align-items: flex-end; column-gap: 40px; line-height: 1; padding: 10px 0; }
.company-title{ font-size: 1.5rem; }
.company-use{ font-size: 0.875rem; }
.company-use a{ color: inherit; }
.company-desc{ text-align: left; margin: 20px 0 30px 0;}
.company-speaker{ text-align: right; }
.company-diff{ display: flex; flex-wrap: wrap; gap: 4em; justify-content: space-between; text-align: left;}
.diff-before, .diff-after{ flex: 1; }
.diff-tag{ font-size: 12px; color: white; padding: 2px 3px; display: inline-block; border-radius: 3px; margin: 18px 0 12px;}
.diff-before .diff-tag{ background: #c4c5c7; }
.diff-after .diff-tag{ background: #3399ff; }
.company-list{ display: grid; grid-template-columns: repeat(6, 1fr); justify-items: stretch; overflow: auto;}

@media screen and (max-width:678px) {
	.company-img-wrap{ display: none; }
}
@media screen and (max-width:482px) {
	.group-btn-section { display: block; }
	.product-title >p:last-child, .product-func-desc{ flex-direction: column; }
	.case-swiper-li{ padding: 0; }
}

.companySwiper .swiper-slide{ width: 184px !important;}

.s-video-section{ text-align: center; color: white; padding: 30px 0 50px;}
.s-video-section .video-wrap{ border: 10px solid rgba(255,255,255,.2); border-radius: 12px; }
.s-video-section .video-wrap img, video{ display: block; cursor: pointer; width: 235px; max-width: 90vw; max-height: 100%; min-height: 418px; }
.s-video-section .section-content-wrap{ display: flex; justify-content: center; align-items: center; column-gap: 80px; flex-wrap: wrap; }
.s-video-section .section-content-wrap ul{ list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; row-gap: 23px; font-size: 0.875rem; }
.s-video-section .section-content-wrap li{ position: relative; padding: 1em 1.5em; background: rgba(255,255,255,0.2); max-width: 282px; cursor: pointer; border-radius: 15px; }
.s-video-section .section-content-wrap li span{ opacity: 0.5; }
.s-video-section .section-content-wrap li.active{ background: white; color: black; }
.s-video-section .section-content-wrap li.active .arrow{ position: absolute; display: block; border-width: 14px; border-style: solid; border-color: transparent transparent transparent white; 
	top: 50%;
    transform: translateY(-45%);
    right: -26px;}
.s-video-section .section-content-wrap li.active .arrow.left{
	border-color: transparent white transparent transparent;
    left: -26px;
    right: unset;}
.s-video-section .section-content-wrap li:hover{ padding: 1em 1.5em; background: white; color: black; }
