html,body {
  margin: 0px;
  height: auto;
}
a{
  color: #222;
  text-decoration: none;
}
#home{
  height: calc(100vh - 0px);
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  overflow-y: overlay;
  overflow-x: hidden;
  background-color: #f7f7fb;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#home::-webkit-scrollbar{
  display: none;
}
#home:hover::-webkit-scrollbar{
  display: block;
}
.home {
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  overflow-y: overlay;
  overflow-x: hidden;
  background-color: #f7f7fb;
}

.content-x {
  display: -webkit-flex;
  align-items: center;
  padding: 20px 0px;
  flex-shrink: 0
}

.content-y {

}

.menu-item:hover {
  font-size: 20px;
  font-weight: 700;
  padding: 0px 0px 0px 0px;
  color: #05aa59;
  cursor: pointer;
  line-height: 1;
}
.menu-item {
  font-size: 20px;
  font-weight: 700;
  padding: 0px 0px 0px 0px;
  line-height: 1;
  /*transition: font-size 1s, color 2s;
  transition-delay: 1s;*/
}

.menu-itemP:hover {
  font-size: 20px;
  font-weight: 700;
  padding: 40px 0px 0px 0px;
  color: #05aa59;
  cursor: pointer;
  line-height: 1;
}
.menu-itemP {
  font-size: 20px;
  font-weight: 700;
  padding: 40px 0px 0px 0px;
  line-height: 1;
  /*transition: font-size 1s, color 2s;
  transition-delay: 1s;*/
}
.menuBar-1200 {
  z-index: 9999;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  padding: 0 0px;
  font-size: 16px;
  font-weight: 500;
  width: 80%;
  max-width: 1200px;
}

.menuBar {
  z-index: 9999;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 500;
}

.menuBarA {
  z-index: 9999;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 500;
  background-color: #fffeff;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  -ms-transition: background-color 0.5s ease;
  -o-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
}

.menuBarLeft {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-weight: 450;
}

.menuBarLeft img{
  width: 40px;
  height: 40px;
}

.logoTxt{
  margin-left: 10px;
}

.menuBarMiddle {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.menuBarMiddleItem:hover {
  color: #05aa59 !important;
}

.menuBarMiddleItem {
  padding: 0 30px;
  outline: none;
  cursor: pointer;
  height: 80px;
  line-height: 80px;
}

.arrowmove:hover {
  padding-left: 5px;
}

.arrowmove {
  padding-left: 5px;
}

.menuBarRight {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.serverBtn:hover {
  cursor: pointer;
}

.serverBtn {
  width: 80px;
  height: 80px; 
}

.priceCN {
  font-size: 20px;
}

.priceLCN {
  font-size: 24px;
}

/deep/.el-table--enable-row-hover .el-table__body tr:hover>td {
    background-color: #fffeff;
}
/deep/.el-table--border {
  background-color: #fff;
}

.el-button--eee:hover {
  color: #049e53;
  background: #f0fff7;
  border: 1px solid #ddd;
}
.el-button--eee {
  color: #049e53;
  background: white;
  border: 1px solid #ddd;
}

.seeDetails:hover {
  color: #049e53;
  cursor: pointer;
}

.seeDetails {
  color: #05aa59;
  margin-top: 20px;
}
.topbanner {
  width: 100%;
  min-height: 580px;
  background-color: #fff;
  display: -webkit-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-size: 1920px 580px, 1920px 580px;
  background-position: 50% center, 50% center;
  transition: background-image 1s ease 0s;
}
.topbannerBox{
  width: 80%;
  max-width: 1200px;
  display: -webkit-flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.pStyle {
  width: 100px;
  height: 5px;
  border-radius: 10px;
  background-color: #aaa;
  margin-bottom: 20px;
  margin: 0px 20px;
}

.mStyle {
  height: 5px;
  border-radius: 10px;
}
.bannerBtn {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  border: 1px solid #DCDFE6;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: .1s;
  padding: 12px 20px;
  border-radius: 4px;
  color: white;
  background: #10BF69;
  border: none;
  font-size: 20px;
  font-weight: 700;
  margin-top: 60px;
  width: 170px;
}
.bannerBtn:hover{
  background-color: rgb(5, 170, 89);
}
.gaiyaoBox{
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0px 2%;
  margin-top: -20px;
  min-height: 110px;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  box-shadow: rgba(177, 185, 175, 0.28) 0px 5px 5px 0px;
  background-color: white;
  width: 80%;
  max-width: 1200px;
  box-sizing: border-box;
}
.gaiyaoBox img{
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.pl40{
  padding: 0px 0px 0px 40px;
}
.indexImg1{

}
.content-y-title{
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  padding: 30px 0;
}
.content-y-des{
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  padding: 15px 0;
}
.content-y-box{
  font-size: 18px;
  line-height: 1.3;
  padding: 5px 0;
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
}
.content-x-other{
  width: 80%;
  max-width: 1200px;
}
.content-x-other img{
  height: 443px;
}
.content-lines{
  padding: 10px 0px;
}
.spImg{
  width: 500px;
  height: 96px;
  padding: 20px 0px;
}
.whyItbeesoso{
  width: 80%;
  max-width: 1200px;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 60px;
}
.whyItbeesosoTxt{
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  padding: 80px 0px 30px;
  margin-bottom: 40px;
}
.whyItbeesosoItemBox{
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
}
.whyItbeesosoItem{
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  height: 300px;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
}
.whyItbeesosoItemTitle{
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  padding: 30px 20px;
  width: 215px;
}
.whyItbeesosoItemContent{
  font-size: 14px;
  line-height: 1.3;
  padding: 0px 20px 5px;
  text-align: center;
}
.whyItbeesosoItemImg{
  width: 76px;
  height: 76px;
  margin-top: 30px;
}
.caseCard{
  width: 80%;
  max-width: 1200px;
  text-align: center;
  margin-bottom: 50px;
}
.caseCardTitle{
  font-size: 36px;
  line-height: 1.3;
  font-weight: 700;
  padding: 80px 0px 10px 0px;
}
.caseCardDes{
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  padding: 15px 0px;
  margin-bottom: 50px;
}
.caseCardItemBox{
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  margin-top: 35px;
}
.caseCardItemImg{
  width: 211.2px;
}
.gaiyaoItem{
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 110px !important;
  padding: 0 10px;
}
.itemsTopbannerTitle{
  font-size: 36px;
  font-weight: 600;
  margin-top: 80px;
}
.itemsTopbannerdes{
  font-size: 22px;
  font-weight: 400;
  margin-top: 20px;
}
.bottomHtml{

}
.bottomBox{
  width: 100%;
  min-height: 265px;
  margin-top: 80px;
  background-color: #534cd9 !important;
  background-size: 1920px 360px;
  background-position: 50% center;
  display: -webkit-flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding: 80px 0px 15px 0px;
}
.bottomTitle{
  color: white;
  font-size: 36px;
  font-weight: 700;
}
.bottomBtn{
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  transition: .1s;
  padding: 12px 20px;
  border-radius: 4px;
  color: #049e53;
  background: white;
  border: none;
  font-size: 20px;
  font-weight: 700;
  width: 170px;
  margin-bottom: 60px;
}
.bottomBtn:hover{
  background: #f0fff7;;
}
.bottomTxt{
  color: white;
  font-size: 12px;
  text-align: center;
}
.contactBox{
  position: absolute;
    bottom: 120px;
    right: 35px;
}
.contactCard{
  position: absolute;
  bottom: 122px;
  right: 115px;
  background: #fff;
  padding: 35px 20px;
  z-index: 2001;
  border: 1px solid #EBEEF5;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  word-break: break-all;
  border-radius: 4px;
  display: none;
}
.headBox{
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  font-weight: 550;
  padding: 0px 16px;
}
.contactCardImg{
  width: 243px;
}
.contactCardDes{
  font-size: 16px;
  font-weight: 450;
  text-align: center;
}
.menuBar {
  z-index: 9999;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 500;
}
.menuBarLeft {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-weight: 450;
}
.menuBarMiddle {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.menuBarMiddleItem-hover {
  padding: 0 30px;
  color: #05aa59;
  cursor: pointer;
  outline: none;
}

.menuBarMiddleItem {
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}
.menuBarRight {
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.menuBarBtn{
  color: #049e53;
  background: white;
  border: 1px solid #ddd;
  display: inline-block;
  line-height: 0.9;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: .1s;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  width: 120px;
  height: 40px
}
.menuBarBtn:hover{
  background: #f0fff7;
}
.tryFormHtml{
  position: absolute;
  width: 100%;
  height: calc(100vh - 0px);
  background-color: hsla(120,50%,0%,0.5);
  z-index: 10001;
  display: none;
  justify-content: center;
  align-items: flex-start;
}
.dialog{
  margin-top: 15vh;
  background: #fff;
  width: 500px;
  height: auto;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(0,0,0,.3);
  box-sizing: border-box;
}
.dialogHead{
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #F2F6FC;
}
.closeIcon{
  position: relative;
  width: 14px;
  height: 14px;
  top: 1px;
  left: 155px;
  padding: 0;
  cursor: pointer;
}
.dialogBody{
  padding: 20px 20px 0px 20px;
  border-bottom: 1px solid #F2F6FC;
}
.formLine{
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0px 30px;
  align-items: center;
  margin-bottom: 20px;
}
.formTitle{
  width: 70px;
  color: #606266;
  font-size: 14px;
  text-align: left;
}
.formTitle span{
  color: red;
}
.formIpt{
  padding-right: 30px;
  line-height: 4vw;
  -webkit-appearance: none;
  background-color: #FFF;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #DCDFE6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
  width: 100%;
  font-size: 13px !important;
}
input::-webkit-input-placeholder {
    color: #C0C4CC;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #C0C4CC;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #C0C4CC;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #C0C4CC;
}
input:focus{
  border: 1px solid rgb(5, 170, 89);
}
.dialogFooter{
  padding: 20px;
  display: -webkit-flex;
  justify-content: center;
}
.formBtnNo{
  display: inline-block;
  line-height: 0.9;
  white-space: nowrap;
  border: 1px solid #DCDFE6;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: .1s;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  width: 120px;
  height: 40px;
  color: #C0C4CC;
  cursor: not-allowed;
  background-image: none;
  background-color: #FFF;
  border-color: #EBEEF5;
}
.formBtnYes{
  display: inline-block;
  white-space: nowrap;
  line-height: 0.9;
  cursor: pointer;
  border: 1px solid #DCDFE6;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: .1s;
  padding: 12px 20px;
  border-radius: 4px;
  color: white;
  background: #10BF69;
  border: none;
  font-size: 16px;
  font-weight: 700;
  width: 120px;
  height: 40px;
}
.formBtnYes:hover{
  background-color: rgb(5, 170, 89);
}
.menuPop {
  display: -webkit-flex;
  display: none;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 60px;
  margin: 0 30px;
  background: #ccc;
  position: absolute;
  top: 80px;
  left: 16%;
  z-index: 10000;
  background: #fff;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 4px;
  color: #606266;
}
.menuPopItem {
  display: -webkit-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 10px;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 0;
}
.ItemTitle{
  padding: 0px 0px 20px 20px;
}
.ItemSpan:hover {
  background-color: #f3f3f3;
  color: #05aa59;
  cursor: pointer;
}
.ItemSpan {
  width: 170px;
  font-size: 16px;
  padding: 10px 0 10px 20px;
  font-weight: 400;
}
.topbannerA{
  background-image: url(/img/产品与服务.png);
  background-size: 1920px 580px;
  background-position: 50% center;
}
.otherMenuBox{
  width: 100%;
  border-bottom: 2px solid #EBEEF5;
  display: -webkit-flex;
  justify-content: center;
  flex-shrink: 0;
}
.otherMenus{
  width: 60%;
  max-width: 1200px;
  display: -webkit-flex;
  justify-content: space-around;
  margin-bottom: -3px;
}
.menu{
  font-size: 20px;
  font-weight: 600;
  line-height: 80px;
  padding-top: 10px;
}
.menu:hover{
  cursor: pointer;
  color: #10BF69;
}
.menuActive{
  color: #10BF69;
  border-bottom: 3px solid #10BF69;
}
.lineH{
  line-height: 2;
}
.priceTopbannerTitle{
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  margin-top: 100px;
}
.introLine{
  width: 80%;
  max-width: 1200px;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -60px;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 10px;
  box-shadow: rgba(177, 185, 175, 0.28) 0px 5px 5px 0px;
  background-color: white;
  flex-shrink: 0;
}
.introLineLeft{
  padding: 35px 40px 40px 40px;
}
.introLineLeftTop{
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0px;
}
.introLineLeftBom{
  font-size: 20px;
  margin-top: 10px;
}
.introLineRight{
  font-size: 20px;
  padding: 35px 40px 40px 40px;
}
.introLineRightNum{
  font-size: 50px;
  font-weight: 700;
  color: rgb(5, 170, 89);
}
.priceTableBox{
  width: 80%;
  max-width: 1200px;
  background: #fff;
  border-radius: 10px;
  margin-top: 110px;
}
.tableCommon{
  font-size: 22px;
  border: 0.5px solid #EBEEF5;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
.priceTitle{
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 30px;
  padding-top: 30px;
  padding-left: 40px;
}
.tableTitle{
  display: -webkit-flex;
}
.tableTitleOne{
  color: #909399;
  width: 50%;
  line-height: 40px;
}
.tableTitleitem{
  color: #909399;
  width: 12.5%;
  line-height: 40px;
}
.moreLine{
  display: -webkit-flex;
}
.moreLineOne{
  color: #606266;
  line-height: 437px;
  font-weight: 700;
  width: 25%;
}
.moreLineRight{
  width: 75%;
}
.moreLineitem{
  display: -webkit-flex;
}
.priceItem{
  width: 33.36%;
  display: -webkit-flex;
  justify-content: center;
  align-items: center;
}
.priceItemSpanBox{
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
}
.priceItemSpanBox span{
  text-align: left;
}
.priceItemTxt{
  font-size: 18px;
  color: #606266;
  font-weight: 700;
  margin-bottom: 10px;
}
.priceItemNum{
  font-size: 12px;
  font-weight: 400;
  color: rgb(5, 170, 89);
  margin-bottom: 10px;
}
.tablePriceNum{
  font-weight: 700;
  font-size: 28px;
}
.priceItemOther{
  font-size: 12px;
  font-weight: 400;
  color: #606266;
}
.tableItem{
  height: 161px;
  width: 16.67%;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
}
.tableItem img{
  width: 25px;
}
.oneLine{
  display: -webkit-flex;
}
.oneLineOne{
  color: #606266;
  line-height: 120px;
  font-weight: 700;
  width: 25%;
}
.topbanner{
  width: 100%;
  height: 580px !important;
  background-color: #fff;
  display: -webkit-flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-size: 1920px 580px, 1920px 580px;
  background-position: 50% center, 50% center;
  transition: background-image 1s ease 0s;
}
.topbannerTitle{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 5px;
}
.topbannerdes{
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}
.pageContent{
  width: 70%;
  max-width: 1000px;
  background-color: #fff;
  box-shadow: 0 20px 60px -20px rgba(26,26,51,.2);
  margin: -120px auto 0;
  border: 1px solid #e6e7eb;
  border-radius: 16px;
  padding: 50px;
}
.tabMenuBox{
  display: -webkit-flex;
  flex-direction: row;
  margin-bottom: 60px;
}
.tabMenuitem{
  padding: 20px 20px 0px 20px;
  border-radius: 5;
  display: -webkit-flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid #fff;
  flex-grow: 1;
}
.tabMenuitem:hover{
  background: rgb(236, 245, 255);
  cursor: pointer;
/*  border-bottom: 2px solid #74b947;*/
}
.tabMenuitemTop img{
  height: 45px;
}
.tabMenuitemTop{
  font-size: 20px;
  font-weight: 600;
  color: #000;
  display: -webkit-flex;
  align-items: center;
}
.tabMenuitemBottom{
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}
.tabMenuitemTopSpan{
  margin-left: 10px;
}
.activeLine{
  width: 45px;
  border-bottom: 3px solid #74b947;
  margin-top: 20px;
/*  background: rgb(236, 245, 255);*/
}
.listLine{
  display: -webkit-flex;
  border-top: 1px solid #DCDFE6;
  padding: 50px 50px 50px 50px;
  text-align: center;
}
.listLine:hover{
  background: #F2F6FC;
  cursor: pointer;
}
.listLineImg{
  width: 280px !important;
  height: 120px !important;
}
.listLineImg img{
  width: auto;
}
.listLineRight{
  margin-left: 20px;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
.listLineTitle{
  font-size: 18px;
  font-weight: 600;
  color: #606266;
}
.listLineDes{
  font-size: 14px;
  color: #909399;
  margin-top: 5px;
  font-weight: 400;
}
.listLineOther span{
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  color: #606266;
}
.listBox{

}
.displayNone{
  display: none;
}
.activeColor{
  color: #049e53;
}
.detailsBox{
  margin-top: 150px;
  width: 581px;
}
.detailsBox img{
  max-width: 581px;
}
.detailsBox iframe{
  display: none;
}
.detailsAHtml{
  color: #5252cc;
  display: block;
  float: left;
}
.detailsTitle{
  font-size: 28px;
  font-weight: 600;
}
.detailsOther{
  margin-top: 20px;
  font-size: 16px;
  color: #909399;
}
.detailsMore{
  margin-top: 40px;
  font-size: 16px;
}
.detailsMoreSpan{
  font-weight: 600;
  color: #5252cc;
  cursor: pointer;
}
.details{
  margin-top: 50px;
}
.mt50{
  margin-top: 50px;
}
.pr50{
  padding-right: 50px;
}
.mt80{
  margin-top: 80px;
}
#moblieBottomHtml{
  display: none;
}
.mobliePart{
  display: none;
}
.content-y-title img{
  display: none;
}