* {
  padding: 0;
  font-family: Microsoft YaHei;
  margin: 0;
}
p{
  margin-bottom: 0;
}
body {
  font-family: Microsoft YaHei;
}

a {
  color: #000;
  text-decoration: none;
}

.container-fluid {
  margin: 0;
  padding: 0;
}

.product-row {
  width: 100%;
  min-height: 576px;
  display: -webkit-flex;
  display: -ms-flex;
  display: -moz-flex;
  justify-content: space-evenly;
  margin: 0 auto;
}

.body-content {
  padding: 0;
  display: flex;
  flex-direction: column;
}

.body-content-right{ justify-content: center; align-items: center; }

.body-content-text>.text>ul {
  padding-left: 1rem;
  margin-left: -16px;
  margin-bottom: 0px;
}

.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;
  margin-top: 35px;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  margin-bottom: 50px;
}

.body-content-text>.text {
  position: relative;
  animation-name: mytext;
  animation-duration: 1.5s;
  margin-top: 30px;
  display: flex;
  padding-left: 15px;
}
.text>p{
  white-space: nowrap;
  font-weight: 900;
}
.text>ul>li {
  list-style-type: none;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 10px;
  word-break: keep-all;
}

.text>ul>li>img {
  width: 18px;
  margin-right: 5px;
}

.body-content-text #p {
  position: relative;
  animation-name: mytext;
  animation-duration: 1s;
  text-align: center;
}

.body-content-text #p>span {
  font-size: 14px;
  float: right;
}

.body-content-text #p>span>b {
  font-size: 16px;
  color: red;
}

.b_c_t {
  display: flex;
  justify-content: space-between;
  font-weight: 900;
  margin-bottom: 20px;
}

.b_c_t>.r {
  display: flex;
  align-items: end;
  padding-right: 18px;
}
.b_c_t>.r>span{
  position: relative;
}
.b_c_t>.r .line{
  position: absolute;
  width: 110%;
  border-bottom: 2px solid #000;
  top: 0%;
  left: 0;
  transform: rotate(15deg) translate(-5%);
  transform-origin: -55% 0%;
  
}
.b_c_t>.r>img {
  margin-bottom: 18px;
}

.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>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;
}

.body-content-button>div {
  width: 110px;
  height: 35px;
  border: 1px solid #5c5c5d;
  border-top: none;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  cursor: pointer;
  position: relative;
  font-size: 14px;
  font-weight: 700;

}

@keyframes body-content-button {
  from {
    top: -200px;
  }

  to {
    top: 0px;
  }
}

.body-content-button-ac {
  background-color: #19191a;
  color: #fff;
}

.body-content-button>div:hover {
  background-color: #5c5c5d;
  color: #fff;
}


cc {
  color: #c41324;
}

.switch-img {
  width: 100%;
  display: flex;
  justify-content: center;
  float: right;
  margin-top: 2%;
}

.switch-img>.button {
  width: auto;
  height: 32px;
  border: 1px solid #5c5c5d;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
  padding: 0 20px;
  font-size: 14px;
}

.body-content-img {
  overflow: hidden;
  margin-top: 3%;
  width: 100%;
  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) {

  .body-content-button {
    float: none !important;
  }

  .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%;
  }

  .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;
  }
}
.product-left-header{ display: flex; justify-content: space-between; align-items: flex-start;}
.site-desc-left{ height: 100%; display: flex; justify-content: center;align-items: flex-start;gap: 60px; }
.site-desc-left b{ font-size: 30px; }
.site-desc-right{ display: flex; flex-direction: column; align-items: center;}
.site-desc-right>p{ text-align: left;line-height: 2.2; }
.img-switcher-wrap{ display: flex; gap: 1em; margin: 1em auto;}
.img-switcher-wrap>.btn-switch{
    border: 1px solid #5c5c5d;
    cursor: pointer;
    padding: .5em 1.2em;
    font-size: 14px;
}
.img-switcher-wrap>.active{ background-color: #5c5c5d;color: #fff; }

.banner-img{ width: 100%;
    margin: auto;
    background-color: #EAEAEA;
	cursor:pointer;
	font-size: 0;
}
.banner-img img{ width: 100%; margin: auto; object-fit: contain;}

.group-btn-section{ display: grid; grid-template-columns: repeat(5, 1fr); overflow: hidden;}
.group-btn-wrap{ font-size: 1rem; display: flex; align-items: center; padding: 1em 2em; background: #def0ff; column-gap: 1em; cursor: pointer; }
.group-btn-wrap + .group-btn-wrap{ border-left: 1px solid #b9b9b9; }
.group-btn-img{ width: 1rem; height: 1rem; }
.group-btn-name{ flex: 1; text-align: center; white-space: nowrap;}
.group-btn-suffix{ width: .8rem; height: .7rem; }
.group-btn-wrap:hover{ background: #c0cfe2; }
.product-group{ display: flex; flex-flow: column; row-gap: 5px; padding: 5px 0;}
.product-wrap{ 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-tag{ width: 10.5rem; margin-bottom: .8rem; padding: .8rem 0; text-align: center; font-size: .875rem; font-weight: bold; border-radius: 0 0 .8em .8em;}
.product-saas .product-tag{ background: #c4e3ff; color: black; }
.product-cloud .product-tag{ background: #005392; color: white; }
.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%;}
.product-title{
	display: flex;
    flex-flow: column;
    align-items: center;
    font-weight: bold;
	line-height: 1.5;
}
.product-title >p:first-child{ font-size: 1.25rem; }
.product-title >p:last-child{ font-size: 1.5rem; }
.product-name>span:last-child{ font-size: .875rem; }
.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: .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;width: 130px;text-align: right; }
.product-price-wrap{ text-align: right; }
.product-price{ display: inline-block; text-align: center; }
.product-price b{color: #c41324; font-weight: bold; }
.product-price-extra{ font-size: .75rem;line-height: 2; }
.product-btn-wrap{
	display: flex;
    margin-top: 15px;
    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:last-child {
    margin-right: 0px;
}
.product-btn-wrap>.button a{ display: block; }

.product-img{ padding: 3rem 0; }
.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 fix specification */
.product-fixed-group{ display: flex; flex-flow: column; row-gap: 10px;}
.product-fix-wrap{ border: 10px solid #0071bc; }
.product-fixed-group .product-content-inner{ padding: 2% 0;}
.product-fix-wrap .product-name>span:first-child{ font-size: 2rem; }
.product-fix-wrap .product-name>span:last-child{ font-size: 1.5rem; }
.product-fix-wrap .product-title>p:last-child{ font-size: 2.5rem; }
.product-header{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 2.5rem; }
.product-desc-bar-wrap{ margin: 3rem 0 4rem;text-align: center; }
.product-desc-bar{
	display: inline-flex;
    line-height: 40px;
    font-weight: bold;
    align-items: center;
    border: 1px solid black;
	overflow: hidden;
    border-radius: .5em;
}
.product-desc-bar>div:first-child{
	background: black;
    color: white;
	padding: 0 1.5em;
	font-size: 1.1rem;
}
.product-desc-bar>div:last-child{
	color: black;
    padding: 0 1.5em;
    font-size: 0.875rem;
}
@media screen and (max-width:482px) {
	.group-btn-section { display: block; }
	.product-func-desc{     flex-direction: column; }
	.product-desc-bar{ flex-direction: column; }
	.product-desc-bar>div:first-child{ width: 100%;}
	.product-fix-wrap .product-title>p:last-child{ font-size: 2rem; }
	.nav>li:first-child, .nav>li:last-child, .nav>li:nth-child(6){ display: none; }
}