*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.topBanner{
  width: 100%;
  height: 425px;
  background: url('../img/aboutBanner.png');
  background-size: 100% 100%;
  align-items: center;
}
.topBanner .shadowBanner{
  width: 100%;
  height: 100%;
  background:rgba(27,48,74,0.4);
}
.topBanner .bannerFont{
  height:50px;
  font-size:46px;
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:24px;
}
.flexContent_Center{
  display: flex;
  justify-content: center;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  -o-justify-content:center;
  -ms-ustify-content:center;
  /* align-items: center;
  -webkit-align-items:center;
  -moz-align-items:center;
  -o-align-items:center;
  -ms-align-items:center; */
}
.flexContent_right{
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content:flex-end;
  -moz-justify-content:flex-end;
  -o-justify-content:flex-end;
  -ms-ustify-content:flex-end;
  align-items: start;
  -webkit-align-items:start;
  -moz-align-items:start;
  -o-align-items:start;
  -ms-align-items:start;
}
.flexContent_left{
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content:flex-start;
  -moz-justify-content:flex-start;
  -o-justify-content:flex-start;
  -ms-ustify-content:flex-start;
  align-items: start;
  -webkit-align-items:start;
  -moz-align-items:start;
  -o-align-items:start;
  -ms-align-items:start;
}
.introduct{
  width: 100%;
}
.title{
  text-align:center;
  height:39px;
  font-size:36px;
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight:400;
  color:rgba(51,51,51,1);
  line-height:32px;
  margin-top: 64px;
  margin-bottom: 64px;
}
.introduct .introductBox{
  height: 100%;
  padding: 0 20%;
  position: relative;
}
.flexContent_between{
  display: flex;
  justify-content: space-between;
  -webkit-justify-content:space-between;
  -moz-justify-content:space-between;
  -o-justify-content:space-between;
  -ms-ustify-content:space-between;
  align-items: center;
  -webkit-align-items:center;
  -moz-align-items:center;
  -o-align-items:center;
  -ms-align-items:center;
}
.publicFont{
  font-size:14px;
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight:400;
  color:rgba(102,102,102,1);
  line-height:27px;
}
.leftBox{
  width: 57%;
}
.rightBox{
  width: 25%;
  height: 85%;
  position: absolute;
  right: 20%;
  top: 2%;
}
.rightBox>video{
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.leftBox>p{
  padding-bottom: 50px;
}
.buttomDetail{
  padding: 0 20%;
}
.companyCulture{
  margin-top: 100px;
  background:rgba(247,247,247,1);
  width: 100%;
  max-height: 560px;
  padding-bottom: 76px;
}
.companyCulture::before,.achievement::before,.devl::before,.connect::before{
  display: table;
  content: "";
}
.itemImg{
  width: 100%;
  max-height: 152px;
}
.itemImg>img{
  width: 100%;
  max-height: 152px;
}
.cultureBox.flexContent_between{
  justify-content: center;
  -webkit-justify-content:center;
  -moz-justify-content:center;
  -o-justify-content:center;
  -ms-ustify-content:center;
  width: 100%;
  margin: auto;
}
.cultureItems{
  margin-right: 15px;
  margin-left: 15px;
  max-width: 216px;;
  min-height: 330px;
  background: #fff;
}
.cultureItems:hover{
  transform: scale(1.1);
  background: #1C90F6;
  transition: linear 0.2s;
}
.itemIcon{
  margin-top:34px;
  width: 100%;
  height: 20%;
}
.itemIcon img{
  width: 40px;
  height: 40px;
}
.iconTitle{
  font-size:18px;
  margin-bottom: 20px;
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight:400;
  color:rgba(51,51,51,1);
}
.iconDetail{
  height:80px;
  padding: 0 28px 18px;
  font-size:16px;
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight:400;
  color:rgba(102,102,102,1);
}
.achievement{
  width: 100%;
  background: url('../img/achievement.png');
  background-size: 100% 100%;
}
.achievement .title{
  color: #fff;
}
.achievementBox{
  width: 62%;
  margin: 0 auto;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.achievementItem{
  width: 30%;
  margin-bottom: 36px;
}
.achievementItem>img{
  width: 100%;
}
.achievementFont{
  width: 100%;
  text-align: center;
  font-size:16px;
  font-family: SourceHanSansCN-Regular, "Microsoft YaHei", Arial, Helvetica, sans-serif;
  font-weight:400;
  color:rgba(255,255,255,1);
  line-height:32px;
  margin-top: 2%;
}
.devlBox{
  margin-top: -20px;
  width: 100%;
  padding: 0px 15%;
  position: relative;
  background: url('../img/earth.png') no-repeat;
  background-size: 35%;
  background-position: center center;
}
.devLeft,.devRight{
  width: 50%;
  padding: 0 2%;
}
.devLeft>div,.devRight>div{
  height: 40px;
  width: 100%;
  margin-bottom: 5px;
}
.titleBorder>span{
  text-align: center;
  border:1px solid rgba(28,144,246,1);
  border-radius:2px;
  padding: 5px;
  display: block;
  white-space: nowrap;
}
.devl{
  width: 100%;
  margin-bottom: 60px;
}
.devlBox .line{
  width: 2px;
  height: 760px;
  background:rgba(28,144,246,1);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -410px;
}
.devlBox .round{
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background:rgba(28,144,246,1);
  left:50%;
  margin-left: -5px;
}
.round1{
  top: 10px;
}
.round2{
  top: 55px;
}
.round3{
  top: 145px;
}
.round4{
  top: 235px;
}
.round5{
  top: 325px;
}
.round6{
  top: 415px;
}
.round7{
  top: 505px;
}
.round8{
  top: 595px;
}
.round9{
  top: 685px;
}
.round10{
  top: 775px;
}
.connect{
  background:rgba(247,247,247,1);
  width: 100%;
  padding-bottom: 5%;
}
.contentBox{
  height: 345px;
}
.contentItem{
  width: 62%;
  background: #fff;
  height: 100%;
  padding: 60px;
  position: relative;
}
.conIcon{
  display: block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
}
.conIcon1{
  background: url('../img/phone.png');
  background-size: 100% 100%;
}
.conIcon3{
  background: url('../img/message.png');
  background-size: 100% 100%;
}
.conIcon4{
  background: url('../img/adreess.png');
  background-size: 100% 100%;
}
.conIcon5{
  background: url('../img/phonenum.png');
  background-size: 100% 100%;
}
.conIcon6{
  background: url('../img/email1.png');
  background-size: 100% 100%;
}
.conIcon7{
  background: url('../img/tech.png');
  background-size: 100% 100%;
}
.contentItem>div{
  width: 50%;
}
.contentItem>.flexContent_Center{
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content:flex-start;
  -moz-justify-content:flex-start;
  -o-justify-content:flex-start;
  -ms-ustify-content:flex-start;
}
.contentItem .othInfo{
  flex: 1;
}
.contentItem .locaiton{
  width: 350px;
  height: 214px;
  background: url('../img/locat.png');
  background-size: 100% 100%;
  position: absolute;
  right: 5%;
  bottom: 14%;
}
.navRow .navMenu a{
  color: #fff;
}
a{
  color: #fff;
}
#devl .h40{
  display: block;
  height: 40px;
}

/*手机适配*/
@media screen and (max-width: 500px){
  html {
    overflow: hidden;
    overflow-y: auto;
  }
  .topBanner {
    height: 70vw;
    background-size: cover;
  }
  .topBanner .bannerFont {
    height: auto;
    font-size: 30px;
     line-height: normal;
  }
  .title {
    font-size: 26px;
    line-height: normal;
    margin-top: 10vw;
    margin-bottom: 2vw;
  }
  .introduct .introductBox {
    padding: 0 0;
  }
  .rightBox {
    width: 100%;
    height: 46vw;
    position: static;
  }
  .leftBox {
    position: static;
    width: auto;
    padding: 4% 4% 0;
  }

  .leftBox>p {
     padding-bottom: 0;
  }
  .buttomDetail {
    padding: 4% 4% 0;
  }
  .companyCulture {
    margin-top: 0;
    padding-bottom: 0;
    height: 105vw;
  }
  .companyCulture .cultureBox {
    height: 70vw;
    align-items: normal
  }
  .cultureItems {
    margin-right: 0;
    margin-left: 0;
    min-height: 70vw;
  }
  .itemImg {
    width: auto;
    height: 16vw;
  }
  .itemImg>img {
    height: 100%;
  }
  .itemIcon {
    margin-top: 6vw;
  }
  .itemIcon img {
    width: 46%;
    height: auto;
  }
  .iconTitle {
    font-size: 12px;
    margin-bottom: 3vw;
  }
  .iconDetail {
    height: 60px;
    padding: 0 9%;
    font-size: 9px;
  }
  .publicFont {
    font-size: 12px;
  }
  .achievementBox {
    width: auto;
    margin: 0 auto;
    padding: 0 3%;
  }
  .achievementFont {
    font-size: 12px;
    line-height: 25px;
    height: 13vw;
  }
  .devlBox {
    margin-top: 0;
    padding: 0 0;
    height: 300vw;
  }
  .titleBorder > span {
    font-size: 12px;
    white-space: normal;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .devLeft, .devRight {
    padding: 0 4%;
  }
  .devLeft {
    position: absolute;
    top: 0;
    left: 0;
  }
  .devRight {
    position: absolute;
    top: 0;
    right: 0;
  }
  .devRight .titleBorder, .devLeft .titleBorder {
    height: 12vw;
  }
  .devLeft .publicFont, .devRight .publicFont {
    height: 32vw;
    margin: 4% 0 0 0;
    padding: 0 2%;
    line-height: 24px;
  }
  .devlBox .line {
    height: 92%;
    top: 0;
    margin-top: 0;
  }
  .round1 {
    top: 0;
  }
  .devLeft>div, .devRight>div {
    height: 10vw;
    margin-bottom: 0;
  }
  .round2 {
    top: 15vw;
  }
  .round3 {
    top: 60vw;
  }
  .round4 {
    top: 80vw;
  }
  .round5 {
    top: 124vw;
  }
  .round6 {
    top: 145vw;
  }
  .round7 {
    top: 190vw;
  }
  .round8 {
    top: 210vw;
  }
  .round9 {
    top: 256vw;
  }
  .round10 {
    top: 276vw;
  }
  .contentItem {
    width: 98%;
    background: #fff;
    height: 100%;
    padding: 5% 0 0 0;
    position: relative;
  }
  .contentItem > div {
    width: 95%;
  }
  .contentItem .locaiton {
    width: 0;
    height: 0;
  }
  .contentBox{
    height: 70vw;
  }
}
