

body{
  font-family: MicrosoftYaHei, "微软雅黑" !important;
}
.bg-blue {
  background: #f5fcfd;
}
.icon {
  display: inline-block;
  background-position: center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon-arrow {
  background-image: url("/frontStatic/cn/image/product/banner_img/icon-arrow.png");
}

.icon-bubble,
.icon-arrow {
  height: 17px;
  width: 18px;
}
.icon-bubble {
  background-image: url("/frontStatic/cn/image/product/banner_img/icon-bubble.png");
}
/* 产品页banner带电脑模块样式 见synmonitoring.html */
.productBannerStyle {
  display: flex;
  justify-content: center;
}
.bannerStyleBox {
  width: 100%;
  max-width: 1400px;
  position: relative;
  padding-top: 90px;
  overflow: hidden;
}
.titleBtn .buttonAnimation{
  width: auto;
  padding: 0 15px;
}
@media (max-width: 750px) {
  .bannerStyleBox {
    padding-top: 80px;
  }
}
.bannnerBoxTop {
  position: absolute;
  padding-left: 40px;
  height: 200px;
  overflow: hidden;
}
@media (max-width: 750px) {
  .bannnerBoxTop {
    height: 100px;
    padding-left: 10px;
  }
}
.bannnerBoxTop .bannerImgOne {
  height: 100%;
}
.bannerContent {
  display: flex;
  height: 640px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1350px){
  .titleBtn .buttonAnimation{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }

}
@media (max-width: 1023px) {
  .bannerContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}
.bannerContent .contentLeft {
  padding-top: 140px;
  padding-left: 120px;
  width: 50%;
}
@media (max-width: 1023px) {
  .bannerContent .contentLeft {
    padding-left: 0px;
    padding-top: 100px;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 750px) {
  .bannerContent .contentLeft {
    padding-top: 40px;
  }
}
/* 大标题 */
.contentLeft .titleBig {
  font-size: 32px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 50px;
}

@media (max-width: 1023px) {
  .contentLeft .titleBig {
    text-align: center;
  }
}
/* 副标题 */
.contentLeft .titleSub {
  font-size: 28px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 35px;
}
@media (max-width: 1023px) {
  .contentLeft .titleSub {
    font-size: 24px;
    text-align: center;
  }
}
/* 总标题 */
.contentLeft .titleTot {
  font-size: 36px;
  color: #000000;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .contentLeft .titleTot {
    text-align: center;
  }
}
/* 标题描述英文 */
.contentLeft .titleDesE {
  color: rgba(0, 0, 0, 0.85);
  font-size: 20px;
}
@media (max-width: 1023px) {
  .contentLeft .titleDesE {
    text-align: center;
  }
}
/* 标题描述中文 */
.contentLeft .titleDesC {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 5px;
  margin-bottom: 70px;
}
@media (max-width: 1023px) {
  .contentLeft .titleDesC {
    text-align: center;
  }
  .contentLeft .titleDesCes {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.contentLeft .titleBtn {
  margin-bottom: 70px;
  min-width: 600px;
}
@media (max-width: 1023px) {
  .contentLeft .titleBtn {
    margin-bottom: 30px;
    min-width: unset;
  }
  /* .titleBtn .buttonAnimation span{
    margin-right: 5px;
  } */
}
.bannerContent .contentRight {
  width: 50%;
  position: relative;
  overflow: hidden;
}
/* 右边圆圈图片 */
.contentRight .bannerRightImgCircle {
  position: absolute;
  width: 110%;
  left: 0px;
}
.contentRight .bannerRightImgComp {
  width: 94%;
  position: absolute;
  top: 40px;
  right: 10px;
}
.contentRight .bannerRightImgComp.bannerRightImgCompes {
  width: 110%;
  position: absolute;
  top: 40px;
  right: 10px;
}
@media (max-width: 1400px) {
  .contentRight .bannerRightImgComp {
    top: 70px;
  }
}
@media (max-width: 1200px) {
  .contentRight .bannerRightImgComp {
    top: 100px;
  }
}
@media (max-width: 1020px) {
  .bannerContent .contentRight {
    display: none;
  }
}
.bannerContent .contentBottom {
  width: 90%;
  display: block;
  text-align: center;
}
.contentBottom .bannerRightImgCompTwo {
  width: 80%;
  padding-bottom: 20px;
}
.contentBottom .bannerRightImgCompTwo.bannerRightImgCompTwoes {
  width: 90%;
  padding-bottom: 20px;
  margin-left: -12%;
}
@media (min-width: 1024px) {
  .bannerContent .contentBottom {
    display: none;
  }
}
.vedioButtonPc {
  display: inline-block;
}
.vedioButtonPhone {
  display: none;
}
@media (max-width: 1023px) {
  .vedioButtonPhone {
    display: inline-block;
    margin-bottom: 70px !important;
  }
  .vedioButtonPc {
    display: none;
  }
}
@media (max-width: 550px) {
  .titleBtn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .titleBtn a {
    margin: 0 !important;
  }
  /* .titleBtn a:nth-child(2) {
    margin-top: 10px !important;
    display: block;
  } */
  .titleBtn a:not(a:first-child){
    margin-top: 10px !important;
    display: block;
  }
}
.vedioButtonPc_width_style{
  width:43px !important;
  height: 43px !important;
}
.vedioButtonPc_img_style{
  width: 100%;
  display: inline-block;
  position: relative;
  top:8px;left:10px;
  cursor: pointer;
}
.vedioButtonPhone_width_style{
  width:43px !important;
  height: 43px !important;
  margin: 10px 50% !important;
  position: relative !important;
}
.vedioButtonPhone_img_style{
  width: 100%;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.bottom_btn_btnes{
  display: flex !important;
}
.bottom_btn_btnes_marin{
  margin-left: 10px !important;
}
.bottom_btn_point{
  cursor: pointer !important;
  margin-left: 10px !important;
}
.vedio_width_style{
  width: 100% !important;
  height: 100% !important;
}
.saasBanner .bannerStyleBox{
  padding-top: 0;
  width: 100%;
  max-width: none;
}

.saasBanner .bannerContent .contentLeft{
  width: 1200px;
  margin: 0 auto;
  padding-top: 205px;
  padding-left: 40px;
}
.saasBanner .contentLeft .titleBig{
  margin-bottom: 30px;
}
.saasBanner .contentLeft .titleSub{
  margin-bottom: 48px;
}
.saasBanner .titleTot{
  margin: 0 5px;
  color:#1BD1D1;
}
.saasBanner .contentLeft .titleDesE {
  font-size: 28px;
}
.saasBanner .contentRight {
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index: -1;
}
.saasBanner .contentRight img {
  top:0;
  left:0;
  width:100%;height:100%
}