p{margin: 0;}

.box1{padding-top: 30px;}
.companyMsg{
  padding-top: 30px;
}
.companyMsg .msg{
  margin-top: 30;
  padding: 30px;
  color: #fff;
  background: #618CAB;
}
.companyMsg .msg>div{
  margin-top: 20px;
  line-height: 30px;
  text-indent: 32px;
  font-size: 16px;
  letter-spacing: 3px;
}
.companyMsg .msg .h5{
  font-family: "Raleway", sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}
.companyMsg .msg .h5.yellow{color: #FDFF17;}

.companyMsg .technology{margin-top: 50px;}
.companyMsg .technology>div:first-child{flex: 2;}
.companyMsg .technology>div:first-child>div i{margin-right: 30px;flex-shrink: 0;}
.companyMsg .technology>div:first-child>div div h2{font-size: calc(1rem + .9vw);}
.companyMsg .technology>div:first-child>div div span:nth-child(1){
  font-size: 20px;
}
.companyMsg .technology>div:first-child>div div span:nth-child(2){
  font-size: 14px;
  line-height: 24px;
}
.bi-check-setting{
  width: 50px;
  height: 50px;
  background: url('../../assets/img/about/new/about_03.png') no-repeat 0 0 / 100%;
}
.bi-check-light{
  width: 50px;
  height: 50px;
  background: url('../../assets/img/about/new/about_06.png') no-repeat 0 0 / 100%;
}
.companyMsg .technology>p:nth-child(2){flex: 1;}


.leaderMsg .leader{margin-top: 30px;}
.leaderMsg .leader>div{width: 460px;display: flex;}
.leaderMsg .leader>div>p{margin-right: -10px;}
.leaderMsg .leader>div>p,
.leaderMsg .leader>div>.intr{flex-shrink: 0;width: 250px;}
.leaderMsg .leader>div>.intr p:nth-child(1){
  padding-top: 45px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.leaderMsg .leader>div>.intr p:nth-child(2){
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.leaderMsg .subject{
  margin-top: 50px;
}
.leaderMsg .subject li{flex-shrink: 0;width: 180px;}
.leaderMsg .subject li p:nth-child(1){
  width: 180px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
.leaderMsg .subject li p:nth-child(1) img{width: 120px;}
.leaderMsg .subject li p:last-child{font-size: 16px;}
.leaderMsg .divider{height: 1px;background: #7A878E;margin: 15px 0;}

@media (min-width: 417px) and (max-width: 768px) {
  .companyMsg .technology{display: block;}
  .companyMsg .technology>p:nth-child(2) {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  .companyMsg .technology>p:nth-child(2) img{width: 80%;}

  .leaderMsg .leader>div{flex: 1;}
  .leaderMsg .leader>div:first-child{margin-right: 20px;}
  .leaderMsg .leader>div>p{width: 50%;margin-right: 0;}
  .leaderMsg .leader>div>.intr{width: 50%;}
  .leaderMsg .leader>div>.intr>p:nth-child(1){
    padding-top: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .leaderMsg .leader>div>.intr>p:nth-child(2){
    font-size: 0.5rem
  }

  .leaderMsg .subject li{
    flex-shrink: 0;
    width: calc((100% - 0.5rem*5)/6);
  }
  .leaderMsg .subject li:not(:last-child){margin-right: 0.5rem;}
  .leaderMsg .subject li p:nth-child(1){
    width: 100%;
    height: 3rem;
    line-height: 3rem;
  }
  .leaderMsg .subject li p:nth-child(1) img{width: 80%;}
  .leaderMsg .subject li p:last-child{font-size: 14px;}
}
@media (min-width: 377px) and (max-width: 416px) {
  .companyMsg .technology{display: block;}
  .companyMsg .technology>p:nth-child(2) {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  .companyMsg .technology>p:nth-child(2) img{width: 80%;}

  .leaderMsg .leader{display: block;}
  .leaderMsg .leader>div{width: 100%;}
  .leaderMsg .leader>div:first-child{margin-right: 0;margin-bottom: 15px;}
  .leaderMsg .leader>div:nth-child(2){display: block;}
  .leaderMsg .leader>div:nth-child(2):before{content: '';display: table;}
  .leaderMsg .leader>div:nth-child(2):after{content: '';display: table;clear: both;}
  .leaderMsg .leader>div>p{width: 40%;margin-right: 0;}
  .leaderMsg .leader>div:nth-child(2)>p{float:  right;}
  .leaderMsg .leader>div>.intr{width: 58%;}
  .leaderMsg .leader>div:nth-child(2)>.intr{width: 60%;float: right;}
  .leaderMsg .leader>div>.intr>p:nth-child(1){
    padding-top: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .leaderMsg .leader>div>.intr>p:nth-child(2){font-size: 0.5rem;}

  .leaderMsg .subject{flex-wrap: wrap;}
  .leaderMsg .subject li{
    flex-shrink: 0;
    width: calc((100% - 0.5rem*2)/3);
  }
  .leaderMsg .subject li:not(:nth-child(3n)){margin-right: 0.5rem;}
  .leaderMsg .subject li:nth-child(n+4){margin-top: 15px;}
  .leaderMsg .subject li p:nth-child(1){
    width: 100%;
    height: 3rem;
    line-height: 3rem;
  }
  .leaderMsg .subject li p:nth-child(1) img{width: 70%;}
  .leaderMsg .subject li p:last-child{font-size: 12px;}
}
@media (max-width: 376px) {
  .companyMsg .technology{display: block;}
  .companyMsg .technology>p:nth-child(2) {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  .companyMsg .technology>p:nth-child(2) img{width: 80%;}

  .leaderMsg .leader{display: block;}
  .leaderMsg .leader>div{width: 100%;}
  .leaderMsg .leader>div:first-child{margin-right: 0;margin-bottom: 15px;}
  .leaderMsg .leader>div:nth-child(2){display: block;}
  .leaderMsg .leader>div:nth-child(2):before{content: '';display: table;}
  .leaderMsg .leader>div:nth-child(2):after{content: '';display: table;clear: both;}
  .leaderMsg .leader>div>p{width: 40%;}
  .leaderMsg .leader>div:nth-child(2)>p{float:  right;}
  .leaderMsg .leader>div:nth-child(2)>div{width: 50%;float: right;}
  .leaderMsg .leader>div>.intr{width: calc(60% + 10px);}
  .leaderMsg .leader>div>.intr>p:nth-child(1){
    padding-top: 1rem;
    font-size: 0.75rem;
    font-weight: bold;
  }
  .leaderMsg .leader>div>.intr>p:nth-child(2){font-size: 0.5rem;}

  .leaderMsg .subject{flex-wrap: wrap;}
  .leaderMsg .subject li{
    flex-shrink: 0;
    width: calc((100% - 0.5rem*2)/3);
  }
  .leaderMsg .subject li:not(:nth-child(3n)){margin-right: 0.5rem;}
  .leaderMsg .subject li:nth-child(n+4){margin-top: 15px;}
  .leaderMsg .subject li p:nth-child(1){
    width: 100%;
    height: 3rem;
    line-height: 3rem;
  }
  .leaderMsg .subject li p:nth-child(1) img{width: 70%;}
  .leaderMsg .subject li p:last-child{font-size: 12px;}
}













/* 分割线 */
.separator{
  width: 300px;
  height: 14px;
}
.separator p{
  width: 100%;
  height: 1px;
  background: #E5EBF7;
}
.separator span{
  width: 0 ;
  height: 0;
  top: 2px;
  left: calc((100% - 14px)/2);
  border:6px solid transparent;
  border-top-color: #247E91;
}