@charset "utf-8";
@font-face {
  font-family: 'Minimal';
  src: url('font/minimal.otf');
}

* {
  margin: 0;
  padding: 0;
}
html,
body {
  color: #000;
  font-family: Minimal, Helvetica Neue, PingFang SC, Microsoft YaHei, Helvetica, Arial,
    sans-serif;
  height: 100%;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:any-link {
  color: unset;
}
ul,
li {
  list-style: none;
}
/* 样式 */
img{
  width: 100%;
}
header{
  background: #000;
  padding:0.22rem 0 .1rem;
  border-bottom: 0.06rem solid #15E6FF;
  position: fixed;
  left:0;
  right: 0;
  z-index: 10;
}
.menu{
  margin-left: 0.8rem;
  margin-right: 0.36rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo{
  width: 1.7rem;
  line-height: 0;
}
.path{
  display: flex;
  justify-content: space-between;
}
.path a{
  color:#fff;
  font-size: 0.35rem;
  font-weight: 400;
  margin-left: 0.67rem;
  border-bottom: 0.02rem solid #fff;
}
.path a:hover, .path .active{
  text-decoration: none;
  color: #15E6FF;
  border-bottom-color: #15E6FF;
}
.part-container{
  color:#fff;
  padding-top:0.9rem;
}
.part1{
  position: relative;
  line-height: 0;
}
.txt1{
  position: absolute;
  color:#BABBBB;
  font-size: .65rem;
  line-height: 100%;
  left:1.25rem;
  top:2.32rem;
  font-weight: 400;
}
.part2{
  background: url(./images/bg2.webp) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.right2{
  width: 11.04rem;
  line-height: 0;
}
.left2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex:1;
}
.icon2{
  width: 3.21rem;
  line-height: 0;
}
.title2{
  width: 6.26rem;
  line-height: 0;
}
.download{
  width: 3.64rem;
  line-height: 0;
  margin-top:0.9rem;
}
.part3{
  background: url(./images/bg3.webp) no-repeat;
  background-size: 100% 100%;
}
.right3{
  width: 10.36rem;
  line-height: 0;
}
.part4{
  background: url(./images/bg4.webp) no-repeat;
  background-size: 100% 100%;
}
.right4{
  width: 11rem;
  line-height: 0;
}
.part5{
  background: url(./images/bg5.webp) no-repeat;
  background-size: 100% 100%;
}
.part6{
  background: url(./images/bg6.webp) no-repeat;
  background-size: 100% 100%;
  color:#fff;
  display: block;
  padding: 1.7rem 0 1.93rem;
}
.part6 h2{
  font-size: 1rem;
  margin-left: 0.6rem;
}
.part6 p{
  font-size: 0.4rem;
  margin-top: 0.7rem;
  margin-left: 1.17rem;
  margin-right: 4.63rem;
}
.part7{
  background: url(./images/bg7.webp) no-repeat;
  background-size: 100% 100%;
  display: block;
  padding: 1.68rem 2.13rem 1.24rem 1.79rem;
}
.part7 h2{
  font-size: 0.9rem
}
.team{
  background: url(./images/team_bg.webp) no-repeat;
  background-size: 100% 100%;
  padding: 1.44rem 1rem 1.7rem;
}

.team h2{
  font-family: Minimal;
  font-weight: 400;
  font-size: 0.9rem;
  color: #FFFFFF;
  margin-bottom: 1.38rem;
  text-align: center;
}

.team-box{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  line-height: 0;
}

.team-box img{
  width: 3rem;
}

.tip{
  font-size: 0.45rem;
  margin-top:0.28rem;
}
.contact-box{
  display: flex;
  justify-content: space-between;
  margin-top: 0.49rem;
}
.inner-box{
  width: 6.83rem;
}
.box-img{
  line-height: 0;
}
.location, .email{
  display: flex;
  align-items: center;  
}
.location{
  margin: 0.27rem 0 0.4rem;
}
.location img{
  width: 0.47rem;
  margin: 0 0.42rem;
}
.location p{
  font-size: 0.4rem;
  flex:1;
}
.location p:last-child{
  font-size: 0.25rem;
}
.email img{
  width: 0.61rem;
  margin: 0 0.34rem;
}
.email p{
  font-size: 0.3rem;
}
.contact-tip{
  font-size: 0.5rem;
  text-align: center;
  margin:0.37rem 0 0.45rem;
}
.contact-link{
  font-size: 0.4rem;
  color:#15E6FF;
  text-align: center;
}
.contact-link a{
  border-bottom: 2px solid #15E6FF;
}
.contact-link a:last-child{
  margin-left: 0.58rem;
}
.contact-link a:hover{
  text-decoration: none;
  color:#fff;
  border-bottom-color:#fff;
}