body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
  margin: 0;
  padding: 0
}
html {
  color: #000;
  overflow-y: scroll;
  overflow: -moz-scrollbars
}
img {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
}
.product-banner {
  width: 100%;
  height: 540px;
  background-color: #F0F4FB;
  position: relative;
}
.banner-content {
  width: 82.5%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.product-banner-left {
  font-family: SourceHanSansSC-Regular;
  width: 580px;
}
.product-banner-right {
  width: 420px;
  height: 310px;
  margin-top: 100px;
  margin-right: 30px;
}
.banner-title {
  font-size: 40px;
  color: #141F34;
  padding-top: 140px;
  line-height: 60px;
}
.banner-descript {
  font-size: 18px;
  color: #676B77;
  line-height: 28.8px;
}
.banner-button {
  width: 310px;
  height: 46px;
  display: flex;
  justify-content: space-between;
  margin-top: 56px;
}
.banner-button div {
  width: 145px;
  height: 46px;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
}
.free-trial {
  background: #2D65F2;
  border-radius: 2px;
}
.free-trial a {
  color: #fff;
}
.get-scheme {
  border: 1px solid #2D65F2;
}
.get-scheme a {
  color: #2D65F2;
}
.product-list {
  width: 82.5%;
  height: 82px;
  position: absolute;
  bottom: -42px;
  left: 50%;
  transform: translate(-50%);
  background: #FFFFFF;
  border: 1px solid #DDDADA;
  box-shadow: -3px 0 9px 7px rgba(232,228,228,0.50);
  border-radius: 7px;
  display: flex;
  justify-content: space-around;
}
.product-item-img {
  width: 163px;
  height: 48px;
  margin-top: 17px;
}
.content-bgc {
  width: 100%;
  background-color: #fff;
}
.contnet-center {
  width: 82.5%;
  margin: 0 auto;
  padding: 50px 0;
}
/* 应用场景 */
.application-content {
  padding: 110px 0 50px;
}
.title {
  font-size: 36px;
  color: #141F34;
  line-height: 60px;
  text-align: center;
}
.scene-tab {
  width: 100%;
  display: flex;
  margin-top: 34px;
}
.scene-item {
  width: 20%;
  text-align: center;
  border-bottom: 2px solid #F7F4F4;
}
.scene-item p{
  font-size: 18px;
  color: #43454D;
  line-height: 40px;
  padding-bottom: 12px;
}
.scene-item img {
  width: 88px;
  height: 88px;
}
.scene-tab .scene-active {
  border-bottom: 2px solid #2D65F2;
}
.scene-content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  display: none;
}
.application-content .scene-content-active {
  display: flex;
  animation:showDivAni 0.8s 1;
}
@keyframes showDivAni{
	0%{
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
	100%{
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.scene-content-left {
  width: 472px;
}
.scene-content-right {
  width: 47%;
}
.scene-content-right video {
  width: 100%;
}
.scene-title {
  font-size: 22px;
  color: #43454D;
}
.scene-title .num {
  color: #2D65F2;
}
.scene-descript{
  font-size: 16px;
  color: #43454D;
  line-height: 24px;
  margin-top: 12px;
  padding-bottom: 24px;
  border-bottom: 2px solid #F7F4F4;
  position: relative;
}
.scene-descript .scene-line {
  width: 18px;
  height: 2px;
  background-color: #2D65F2;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.scene-list {
  margin-top: 24px;
}
.scene-list .icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: linear-gradient(-59deg, #FFFFFF 0%, #C3DBFF 71%);
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  color: #2D65F2;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 12px;
  margin-right: 8px;
}
.scene-list .text {
  font-size: 14px;
  color: #71757F;
  line-height: 24px;
}
.scene-button {
  width: 168px;
  height: 46px;
  background: #2D65F2;
  border-radius: 2px;
  text-align: center;
  line-height: 46px;
  margin-top: 30px;
}
.scene-button a {
  color: #fff;
}
/* 产品功能 */
.product-functions {
  background-color: #F8F9FB;
}
.product-functions-list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.functions-item {
  width: 31.5%;
  height: 244px;
  background-color: #fff;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
}
.product-functions-list .functions-active {
  box-shadow: 0 0 16px 6px rgba(0,0,0,0.09);
  animation:functionsAni 1s 1;
}
@keyframes functionsAni{
	0%{
    transform: scale(1);
  }
  50%{
    transform: scale(1.05);
  }
	100%{
    transform: scale(1);
  }
}
.functions-item .item-title {
  font-size: 22px;
  color: #2D65F2;
}
.item-descript {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
  letter-spacing: 0.1;
}
.item-descript-img {
  width: 150px;
  height: 150px;
  margin-top: 20px;
  padding-left: 10px;
  border-radius: 130px 0 0 0;
  /* overflow: hidden; */
  float: right;
  clear:both;
  shape-outside: border-box;
}
.item-button {
  font-size: 14px;
  color: #2D65F2;
  opacity: 0;
  position: absolute;
  bottom: 30px;
}
.functions-active .item-button {
  opacity: 1;
}
.item-button a {
  color: #2D65F2;
}

/* 客户案例 */
.case-list {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
}
.case-item-bgc {
  width: 31.5%;
  height: 388px;
  position: relative;
  z-index: 1;
  background-color: rgba(50,49,49,0.64);
}
.case-item{
  width: 100%;
  height: 388px;
  color: #fff;
  box-sizing: border-box;
  padding: 24px;
  text-align: center;
  position: absolute;
  background-color: rgba(50,49,49,0.64);
}
.case-list .case-active .case-item{
  background-color: rgba(45,101,242,0.8);
  animation:caseAni 1s 1;
}
@keyframes caseAni{
	0%{
    opacity: 0;
  }
	100%{
    opacity: 1;
  }
}
.case-item-bgc:first-child {
  background: url(../images/product/caseBg1.png) no-repeat;
  background-size: cover;
}
.case-item-bgc:nth-child(2){
  background: url(../images/product/caseBg2.png) no-repeat;
  background-size: cover;
}
.case-item-bgc:last-child{
  background: url(../images/product/caseBg3.png) no-repeat;
  background-size: cover;
}
.case-title {
  font-size: 22px;
  line-height: 80px;
}
.case-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 24px;
}
.case-descript {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}
.case-button {
  font-size: 16px;
  margin-top: 14px;
  opacity: 0;
}
.case-active .case-button {
  opacity: 1;
}
.case-button a {
  color: #fff;
}

/* 技术优势 */
.technology-item {
  width: 31.5%;
  height: 248px;
  background-color: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 25px 35px;
  text-align: center;
}
.technology-item:nth-child(-n+3) {
  margin-bottom: 20px;
}
.technology-icon {
  width: 89px;
  height: 89px;
  margin: 5px auto;
}
.technology-title {
  font-size: 18px;
  color: #2D65F2;
  line-height: 28px;
}
.technology-descript{
  font-size: 16px;
  color: #676B77;
  line-height: 26px;
  margin-top: 12px;
}
/* 合作伙伴 */
@media only screen and (min-width:320px) and (max-width:990px){
	.cooperative-partner {
    margin-top: 20px;
    width: 100%;
    height: 330px;
    background: url(../images/product/partnerMobile.png) no-repeat center center;
    background-size: contain;
  }
}
@media screen and (min-width: 990px) {
  .cooperative-partner {
    margin-top: 10px;
    width: 100%;
    height: calc(100vh - 100px);
    background: url(../images/product/partner.png) no-repeat center top;
    background-size: contain;
  }
}
/* 免费试用 */
.freetrail {
  width: 100%;
  height: 320px;
  background: url(../images/product/free.png) no-repeat center center;
  background-size: cover;
  text-align: center;
}
.freetrail-title {
  font-size: 40px;
  color: #282828;
  padding-top: 100px;
}
.freetrail-desc {
  font-size: 18px;
  color: #237CFE;
  line-height: 60px;
}
.freetrail-button {
  width: 145px;
  height: 43px;
  border: 1px solid #333333;
  border-radius: 21.5px;
  margin: 10px auto;
  text-align: center;
  line-height: 43px;
}
.freetrail-button a {
  color: #333333;
}