*{
  padding: 0;
  margin: 0;
}

html,body,.app{
  width: 100%;
  height: 100%;
  background: #F7F7F7;
}
.header{
  width: 100%;
  height: 75px;
  background: #fff;
  display: flex;
}
.hleft{
  width: 45%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hlgtext{
  font-family: PangMenZhengDaoBiao;
  font-size: 24px;
  color: #0085FF;
}
.hdesc{
  font-size: 14px;
  color: #373F47;
  display: flex;
  align-items: center;
}
.hright{
  width: 55%;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.hnav{
  width: 14%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hnav:nth-child(2){
  width: 17%;
}
.hnav a{
  color: #000;
  text-decoration: none;
}
.hactive{
  font-weight: bold;
  background: rgba(0,133,255,0.1);
  color: #0085FF;
}
.hphone{
  width: 100px;
  height: 40px;
  background: #0085FF;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hphone a{
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner{
  width: 100%;
  height: 500px;
  position: relative;
  left: 0;
  top: 0;
}

.btext{
  position: absolute;
  left: 10%;
  top: 120px;
  width: 80%;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bwosi{
  font-size:80px;
}
.bbigtext{
  margin-top: 10px;
  font-size: 16px;
}
.binfo{
  font-family: auto;
  margin-top: 40px;
  font-size: 16px;
  width: 200px;
  height: 45px;
  border: 1px #fff solid;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.contact-main{
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.contact-main-info{
  width: 38%;
  background: rgba(47,82,113,0.2);
}
.cm-info-name{
  font-size: 24px;
  height: 80px;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-left: 20px;
}
.cm-info-heng{
  width: 100%;
  height: 1px;
  background: #fff;
  margin-bottom: 20px;
}
.cm-info-row{
  padding-left: 20px;
  display: flex;
  line-height: 40px;
}
.row-label{
  width: 65px;
}
.contact-main-map{
  width: 56%;
}


.footer{
  width: 100%;
  background: url(/imgs/index/footer.webp) no-repeat;
  background-size: 100% 100%;
  height: 310px;
  margin-top: 100px;
  color: #fff;
  padding-top: 60px;
}
.footer-main{
  width: 74%;
  display: flex;
  padding-left: 13%;
}
.footer-left{
  width: 70%;
}
.left-lxwm{
  font-size: 40px;
}
.left-address{
  margin-top: 20px;
  font-size: 14px;
}
.lianxidianhua{
  margin-top: 10px;
  font-size: 14px;
  display: flex;
}
.footer-right{
  width: 30%;
  display: flex;
  justify-content: space-around;
}
.footer-right-item{
  width: 40%;
}

.footer-desc{
  margin-top: 60px;
  border-top: 1px #ffffff45 solid;
  height: 100px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.footer-desc a{
  text-decoration: none;
  color: #fff;
}