* {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  height: 100%;
}

#tab1-box {
  width: 100%;
  height: 940px;
  background-color: #F7F6FC;
  display: block;
  border: 1px solid transparent;
}

.Board {
  width: 1195px;
  border: 1px solid;
  height: 100%;
}

.background-pc{
  width: 100%;
  height: 540px;
  background-image: url(../images/官网首页/beij1.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
}

.Tab-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 选项卡 */
#tabs {

  overflow: hidden;
  width: 1360px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

#tabs li {}

#tabs a {
  color: #999999;
  display: inline-block;
  width: 226px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  margin-bottom: 98px;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
  background: #fff;
}

#tabs a:focus {
  outline: 0;
}

#tabs a::after {
  /* content:'';
 position:absolute;
 z-index: 1;
 top: 0;
 right: -.5em;
 bottom: 0;
 width: 1em;
 background: #ddd;
 background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
 background-image: -webkit-linear-gradient(top, #fff, #ddd);
 background-image: -moz-linear-gradient(top, #fff, #ddd);
 background-image: -ms-linear-gradient(top, #fff, #ddd);
 background-image: -o-linear-gradient(top, #fff, #ddd);
 background-image: linear-gradient(to bottom, #fff, #ddd);
 -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 box-shadow: 2px 2px 2px rgba(0, 0, 0, .4);
 -webkit-transform: skew(10deg);
 -moz-transform: skew(10deg);
 -ms-transform: skew(10deg);
 -o-transform: skew(10deg);
 transform: skew(10deg);
 -webkit-border-radius: 0 5px 0 0;
 -moz-border-radius: 0 5px 0 0;
 border-radius: 0 5px 0 0; */
}

#tabs #current a,
#tabs #current a::after {
  border-bottom: 5px solid #2EB8FC;
  z-index: 3;
  color: #333;
}

/* ------------------------------------------------- */

#content {
  /* border: 1px solid; */
  /* height: 3000px; */
  width: 1195px;
}

#content h2,
#content h3,
#content p {
  margin: 0 0 15px 0;
}

/* ------------------------------------------------- */

#about {
  color: #999;
}

#about a {
  color: #eee;
}

/* 选项卡结束 */
.Brandtosolve {
  display: block;
  /*height: 411px;*/
  margin-bottom: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

}

.Brandtosolve .left {
  display: block;
  width: 558px;
  height: 325px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Brandtosolve .rigth {
  width: 492px;
  height: 411px;

  background-image: url(/assets/images/官网首页/contactimg001.png);
  background-size: 100% 100%;
}

.left-box-top {
  display: block;
  width: 262px;
  height: 60px;
  display: flex;
  justify-content: space-between;
}

.left-box-left {
  display: block;
  height: 60px;
  width: 5px;
  background: linear-gradient(180deg, #0D72F7, #2EB8FC);
}

.left-box-rigth {
  display: block;
  width: 242px;
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.left-box-rigth-top {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;

}

.left-box-rigth-botton {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #34A1EC;

}

.left-box-botton {
  display: block;
  width: 100%;
  height: 195px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
  margin-left: 5px;
}

.tb-icon {
  display: block;
  width: 100%;
  height: 84px;
  display: flex;
  justify-content: space-between;
  margin-top: 84px;
}

.tb-icon img {
  width: 84px;
  height: 84px;

}

.wz-text {
  display: block;
  width: 1194px;
  height: 15px;
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
  margin-bottom: 78px;
  color: #666666;
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: 400;
}

.wz-text span:nth-of-type(2) {
  margin-left: 16px;
}

.wz-text span:nth-of-type(3) {
  margin-left: 14px;
}

.wz-text span:nth-of-type(5) {
  margin-right: 13px;
}

.wz-text span:nth-of-type(6) {
  margin-right: 13px;
}

.wz-text span:nth-of-type(7) {
  margin-right: 3px;
}

.headline {
  display: block;
  width: 100%;
  height: 106px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin-top: 59px;
}

.Industry {
  width: 100%;
  height: 300px;
  display: block;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.Industry-left {
  width: 580px;
  height: 300px;
  box-shadow: 0px 13px 7px 1px rgba(4, 0, 0, 0.2);
  position: relative;
}

.Industry-left-box {
  display: block;
  width: 246px;
  height: 174px;
  position: absolute;
  left: 13.62%;
  top: 13.67%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.Industry-left-box span:nth-of-type(1) {
  color: #333333;
  font-size: 18px;
  font-weight: 800;
  display: block;
}

.Industry-left-box ul li {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

.Industry-right {
  width: 580px;
  height: 300px;
  box-shadow: 0px 13px 7px 1px rgba(4, 0, 0, 0.2);
  position: relative;
  background-color: #224D8D;
}

.Industry-right-box {
  display: block;
  width: 363px;
  height: 169px;
  position: absolute;
  left: 13.62%;
  top: 12.67%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.Industry-right-box span {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 800;
  display: block;
}

.Industry-right-box ul li {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 30px;
}

.Industry-img {
  width: 108px;
  height: 108px;
  position: absolute;
  left: 50%;
  margin-left: -54px;
  top: 50%;
  margin-top: -54px;
}

.card {
  width: 100%;
  height: 290px;
  display: block;
  margin-top: 61px;
  display: flex;
  justify-content: space-between;
}

.card-box {
  display: block;
  width: 286px;
  height: 290px;
  background: #FFFFFF;
  box-shadow: 0px 13px 7px 1px rgba(4, 0, 0, 0.2);
  border-radius: 10px;
}

.card-box img {
  width: 48px;
  height: 48px;
  margin-left: 13px;
  margin-top: 21px;
}

.card-box p:nth-of-type(1) {
  font-size: 18px;
  font-weight: 600;
  padding-left: 20px;
  padding-top: 10px;
}

.card-box span:nth-of-type(1) {
  display: block;
  width: 40px;
  border: 1px solid #2EB8FC;
  margin-left: 17px;
}

.card-box span:nth-of-type(2) {
  font-size: 14px;
  color: #999999;
  width: 250px;
  height: 135px;
  display: block;
  margin-left: 16px;
  margin-top: 20px;
}

.tab1-what {
  width: 100%;
  height: 1290px;
  border: 1px solid transparent;
  display: block;
}

.tab1-what .text {
  display: block;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-top: 66px;
}

.tab1-what-box {
  width: 100%;
  height: 380px;
  margin-top: 115px;
  border: 1px solid transparent;
  display: block;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}

.website {
  display: block;
  width: 362px;
  height: 120px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.website img {
  width: 120px;
  height: 120px;
}

.website .rigth1 {
  display: block;
  height: 91px;
  width: 224px;
}

.website .rigth1 p {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

.website .rigth1 span {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.cooperation {
  display: block;
  width: 100%;
  height: 249px;
  border: 1px solid transparent;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  text-align: center;
  padding-top: 141px;
}

.unit {
  width: 100%;
  height: 339px;

  display: block;
  display: flex;
  justify-content: space-between;
}

.unit .unit-box {
  width: 390px;
  height: 100%;
  position: relative;
  display: block;
  text-align: center;
}

.unit .unit-box .bbb {
  width: 100%;
  height: 258px;



}

.unit .unit-box span:nth-of-type(1) {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  display: block;
  margin-top: 20px;
}

.unit .unit-box span:nth-of-type(2) {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #999999;
  display: block;
  margin-top: 12px;
}

.solution {
  width: 100%;
  height: 182px;

  display: block;
  background-image: url(/assets/images/官网首页/bb.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.solution a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #27A3F9;
  position: absolute;
  left: 66.8%;
  top: 33%;
  width: 195px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}

.unit-box #obj1 {
  width: 50px;
  height: 50px;
  display: none;
}

.unit-box #obj2 {
  width: 50px;
  height: 50px;
  display: none;
}

.unit-box #obj3 {
  width: 50px;
  height: 50px;
  display: none;
}

.unit .aaa {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: 35%;
  z-index: 1;
}

/* 解决方案 */
.joinusD {
  width: 100%;
  height: 182px;
  border: 1px solid;
}

.joinusD img {
  width: 100%;
  height: 100%;
}

.joinusD-img {
  /* width: 100%;
  height: 100%; */
  /* background-image: url(/assets/images/aboutus/joiuns.png); */
  /* background-image: url(../images/aboutus/joiuns.png); */
  /* background-repeat: no-repeat; */
  /* background-size: 100% 100%; */
}

.content-box {
  width: 1195px;
  margin: 0 auto;
}

.joinusD button {
  width: 320px;
  height: 70px;
  /* background: linear-gradient(90deg, #0D72F7 0%, #2EB9FC 100%); */
  background: #F9FBF8;
  border-radius: 35px;
  /* position: absolute;
  left: 438px;
  top: 719px;
  border: none; */
}

/* .joinusD button span{
  width: 95px;
  height: 25px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
} */
@media screen and (max-width: 3000px) and (min-width: 901px) {
  .hearder-move{
    display: none;
  }
  .show_content-move{
    display: none;
  }
  .footer-move{
    display: none;
  }
  .background-move{
    display: none;
  }
}
@media screen and (max-width:900px) {
  .wrapper {
    display: none;
  }

  .background-pc{
    display: none;
  }
  .background-move {
    width: 100%;
    height: 105pt;
    background-image: url(../images/官网首页/inbannera.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 30pt;
  }
  .Tab-box {
    display: none;
  }

  .joinusD {
    display: none;
  }
  .learnMore{
    display: none;
  }
  .footer {
    display: none;
  }

  .left-box-top {
    display: block;
    /* width: 262px; */
    width: 131pt;
    /* height: 60px; */
    height: 30pt;
    display: flex;
    justify-content: space-between;
  }

  .left-box-left {
    display: block;
    /* height: 60px; */
    height: 30pt;
    width: 2pt;
    background: linear-gradient(180deg, #0D72F7, #2EB8FC);
    margin-right: 4pt;
  }

  .left-box-rigth {
    display: block;
    /* width: 212px; */
    width: 131pt;
    /* height: 60px; */
    height: 30pt;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .left-box-rigth-top {
    /* font-size: 24px; */
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;

  }

  .left-box-rigth-top-a {
    /* font-size: 24px; */
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
  }

  .left-box-rigth-botton {
    /* font-size: 24px; */
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #34A1EC;
  }

  .show_content1-move-top {
    margin-bottom: 35pt;
  }

  .show_content1-move-top-text p {
    font-size: 9pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 18pt;
    margin-bottom: 25pt;
  }

  .show_content1-move-top-img {
    width: 210pt;
    height: 190pt;
    margin: 0 auto;
    border: 1px dashed #333;
    position: relative;
    z-index: 100;
    margin-bottom: 14pt;
  }

  .show_content1-move-top-img img {
    width: 210pt;
    height: 190pt;
  }

  .show_content1-move-top-img-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: space-between; */

  }

  .show_content1-move-top-img-list>div {}

  .top-img-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10pt;
  }

  /* .top-img-list  div:nth-child(1){
    width: 30pt;
    height: 30pt;
  } */
  /* .one {
    width: 30pt !important;
    height: 30pt !important;
  } */

  .show_content1-move-top-img-list img {
    width: 30pt !important;
    height: 30pt !important;
    text-align: center;
    margin-bottom: 15pt;
  }

  .top-img-list span {
    font-size: 10pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin-bottom: 10pt;
  }

  .difficult-problem .title {
    text-align: center;
    padding: 15pt 0;
  }

  .difficult-problem img{
    width: 100%;
  }

  .difficult-problem-title {
    font-size: 18pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 18pt;
  }

  .difficult-problem-top {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    margin-bottom: 6pt;
  }

  .difficult-problem-top img {
    width: 34pt;
    height: 34pt;
  }

  .difficult-problem-top-left {
    /* width: 150pt; */
    /* height: 180pt; */
    background-color: #FFFFFF;
    box-shadow: 0px 13px 7px 1px rgba(4, 0, 0, 0.2);
    padding: 20pt 15pt 17pt 9pt;
  }

  .difficult-problem-top-left p:nth-child(1) {
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
  }

  .difficult-problem-top-left p {
    font-size: 9pt;
    /* font-family: Microsoft YaHei; */
    /* font-weight: bold; */
    color: #999999;
  }

  .difficult-problem-top-right {
    /* width: 150pt; */
    /* height: 180pt; */
    background-color: #224D8D;
    box-shadow: 0px 13px 7px 1px rgba(4, 0, 0, 0.2);
    padding: 20pt 15pt 17pt 9pt;
  }

  .difficult-problem-top-right p:nth-child(1) {
    font-size: 12pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #fff;
  }

  .difficult-problem-top-right p {
    font-size: 9pt;

    color: #fff
  }

  .difficult-problem-buttom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .difficult-problem-buttom-box {
    width: 110pt;
    height: 170pt;
    background: #FFFFFF;
    box-shadow: 0px 13px 7px 1px rgba(4, 0, 0, 0.2);
    border-radius: 5pt;
    padding: 12pt 10pt 12pt 10pt;
    margin: 10pt 0;
  }

  .difficult-problem-buttom-box .buttom {
    margin-bottom: 4pt;
  }

  .difficult-problem-buttom-box img {
    width: 28pt;
    height: 28pt;
  }

  .difficult-problem-buttom-cen {
    font-size: 18px;
    font-weight: 600;
  }

  .do-what {
    display: flex;
    width: 110pt;
    /* height: 180pt; */
  }

  .do-what-left img {
    width: 50pt;
    height: 50pt;
  }

  .do-what-right span {
    font-size: 10pt;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 18pt;
  }

  .do-what-right p {
    font-size: 8pt;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 15pt;
  }
  .do-what-box{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}