*{
  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;
}

.business{
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.business-content1{
  width: 90%;
  background: #fff;
  height: 230px;
  position: relative;
}
.business-bluebox{
  position: absolute;
  left: 20px;
  top: -20px;
  width: 25%;
}
.business-bluebox img{
  width: 100%;
}
.bluebox-title{
  font-family: PangMenZhengDaoBiao;
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 30px;
}
.bc-list{
  width: 70%;
  position: absolute;
  left: 30%;
  top: 0px;
}
.bc-list-row{
  display: flex;
  font-weight: bold;
  margin-top: 35px;
}
.list-col1{
  width: 10%;
}
.list-col2{
  width: 85%;
}
.size14{
  font-size: 14px;
  font-weight: normal;
}
.business-content2{
  margin-top: 80px;
  width: 90%;
  display: flex;
  justify-content: space-between;
}
.bc2-left{
  width: 30%;
}
.bc2-left-tab{
  width: 100%;
  height: 80px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}
.tbborder{
  border-top: 1px #ddd solid;
  border-bottom: 1px #ddd solid;
}
.bc2ltactive{
  background: #0085FF;
  color: #fff;
  font-weight: bold;
}

.rightlist{
  width: 65%;
  background: #fff;
  padding-bottom: 30px;
}
.bc2-right{
  width: 100%;
  display: none;
}
.bc2-right:first-child{
  display: block;
}
.bc2-right-title{
  height: 80px;
  width: 95%;
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: bold;
  border-bottom: 1px #ddd solid;
  padding-left: 5%;
}
.bc2-right-title span{
  font-size: 14px;
  color: #E48516;
  font-weight: normal;
}

.bc2-right-list{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bc2r-list-item{
  width: 90%;
  background: #F5F7FA;
  font-size: 18px;
  margin-top: 20px;
  padding: 15px;
  line-height: 35px;
}
.bl-item-title{
  font-weight: bold;
}
.bl-item-desc{
  color: #626364;
}




.footer{
  width: 100%;
  background: url(/imgs/index/footer.webp) no-repeat;
  background-size: 100% 100%;
  height: 310px;
  margin-top: 50px;
  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;
}
