*{
  padding: 0;
  margin: 0;
}
a{
  text-decoration: none;
}

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: 480px;
  position: relative;
  left: 0;
  top: 0;
}
.btext{
  font-family: PangMenZhengDaoBiao;
  position: absolute;
  left: 12%;
  top: 14%;
  color: #fff;
}
.bwosi{
  font-size: 28px;
}
.bheng{
  width: 50px;
  height: 3px;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 20px;
}
.bbigtext{
  margin-top: 10px;
  font-size: 40px;
}
.binfo{
  font-family: auto;
  margin-top: 20px;
  font-size: 16px;
  width: 150px;
  height: 45px;
  border: 1px #fff solid;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.binfo a{
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btype{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -50px;
  display: flex;
  justify-content: center;
}
.btbox{
  width: 28%;
  margin: 0 2%;
  height: 120px;
  background: #fff;
  box-shadow: 0px 4px 24px 0px rgba(0,133,255,0.08);
  border-radius: 8px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: PangMenZhengDaoBiao;
  font-size: 36px;
  color: #0085FF;
}
.btbimg{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 80%;
}
.btbimg img{
  width: 100%;
  height: 100%;
}

.gycqy{
  width: 100%;
  display: flex;
  margin-top: 10%;
  justify-content: center;
}
.gycontent{
  position: relative;
  display: flex;
  width: 74%;
}
.gyleft{
  width: 58%;
}
.gytitle{
  font-size: 42px;
}
.gyheng{
  width: 80px;
  height: 5px;
  background: #0085FF;
  margin: 10px 0 50px 0;
}
.gytag{
  color: #0085FF;
  font-weight: bold;
}
.gydesc{
  margin: 20px 0 50px 0;
  color: #373F47;
}
.gyinfo{
  width: 140px;
  height: 50px;
  display: flex;
  color: #0085FF;
  border: 1px #0085FF solid;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.gyinfo a{
  color: #0085FF;
}
.gyright{
  width: 40%;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.gyrblue{
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 60%;
  height: 80px;
  z-index: 0;
  background:linear-gradient(135deg,transparent 57px, #0085FF 0);
}

.hzywly{
  width: 100%;
  display: flex;
  margin-top: 5%;
  justify-content: center;
}
.hzywlycontent{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hzywly-title{
  font-size: 42px;
}
.hzywly-heng{
  width: 80px;
  height: 5px;
  background: #0085FF;
  margin: 10px 0 30px 0;
}
.hzywly-list{
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.hzywly-item{
  width: 28%;
  background:linear-gradient(160deg,transparent 210px, #fff 0);
  padding: 15px;
  margin-bottom: 10px;
}
.item-img{
  text-align: center;
}
.item-head{
  display: flex;
  align-items: center;
  width: 100%;
}
.item-icon{
  margin-top: 5px;
  width: 12%;
}
.item-head-title{
  width: 70%;
}
.item-title{
  font-size: 16px;
  font-weight: bold;
}
.item-heng{
  width: 25px;
  height: 2px;
  background: #0085FF;
}
.item-info{
  width: 25%;
  color: #0085FF;
  font-size: 14px;
  cursor: pointer;
}
.item-info a{
  color: #0085FF;
}
.item-lis{
  font-size: 14px;
  color: #373F47;
  margin-top: 10px;
  margin-left: 10px;
}
.li{
  display: flex;
  align-items: center;
  margin: 5px 0;
  height: 30px;
}
.li-box{
  width: 6px;
  height: 6px;
  background: #0085FF;
  border-radius: 50%;
  margin-right: 5px;
}


.jishuliangdian{
  margin-top: 80px;
  background: url(/imgs/index/jishuliangdian.webp) no-repeat;
  background-size: 100% 100%;
  padding-bottom: 30px;
}
.jsld-title{
  width: 100%;
  display: flex;
  font-size: 42px;
  justify-content: center;
  padding-top: 30px;
}
.jsld-heng{
  margin-top: 20px;
  text-align: center;
  width: 80px;
  height: 5px;
  background: #0085FF;
  margin: 10px auto 30px;
}
.jsjd-main{
  width: 100%;
  display: flex;
  justify-content: center;
}
.jsjd-item{
  width: 25%;
  margin: 0 2.5%;
  background: rgba(25,89,139,0.3);
  padding: 20px 30px;
  border-radius: 0 0 30% 0;
  color: #ffffff;
}
.jsjd-item-title{
  font-size: 28px;
}
.jsjd-item-desc{
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
.jsjd-item-content{
  margin-top: 15px;
  font-size: 14px;
  line-height: 30px;
}

.jsjd-item-desc1{
  font-size: 14px;
  line-height: 30px;
  margin-top: 20px;
}



.cjxmal{
  margin-top: 40px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cjxmalcontent{
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cjxmal-title{
  font-size: 42px;
}
.cjxmal-heng{
  width: 80px;
  height: 5px;
  background: #0085FF;
  margin: 10px 0 40px 0;
}
.cjxmal-list{
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.cjxmal-item{
  width: 28%;
  margin-bottom: 15px;
}
.cjxmal-item-img{
  width: 100%;
}
.cjxmal-more{
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.cjxmal-more a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  font-size: 36px;
  color: #1F93FE;
  background: #1f92fe2e;
  border: 1px #1F93FE solid;
}
.cjxmal-item-more{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  font-size: 36px;
  color: #1F93FE;
}
.cjxmal-item-more i{
  font-size: 36px;
}


.jrwmgcwl{
  margin-top: 40px;
  font-size: 14px;
  width: 100%;
  display: flex;
  justify-content: center;
  font-weight: 500;
}
.jrwmgcwlcontent{
  width: 74%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.jrwmgcwl-title{
  font-size: 42px;
}
.jrwmgcwl-heng{
  width: 80px;
  height: 5px;
  background: #0085FF;
  margin: 10px 0 40px 0;
}

.jrwmgcwl-main{
  position: relative;
  top: -40px;
  width: 100%;
  background: url(/imgs/index/jrwmgcwl.webp) no-repeat;
  background-size: 100% 100%;
  padding-top: 110px;
  padding-left: 120px;
  padding-bottom: 30px;
  z-index: 2;
}

.jrwmgcwl-main-head{
  display: flex;
}
.jm-head-left{
  width: 80px;
  height: 80px;
}
.jm-head-right1{
  margin-top: 20px;
  margin-left: 20px;
}
.jm-head-right2{
  margin-top: 20px;
  margin-left: 40px;
}
.jm-head-right1 div{
  height: 25px;
}
.jm-head-right2 div{
  height: 25px;
}
.jrwmgcwl-main-main{
  display: flex;
  margin-top: 25px;
}
.jm-main-item{
  width: 40%;
  margin-right: 50px;
}
.jm-main-item div{
  line-height: 30px;
}

.footer{
  width: 100%;
  background: url(/imgs/index/footer.webp) no-repeat;
  background-size: 100% 100%;
  height: 320px;
  /* margin-top: 75%; */
  color: #fff;
  padding-top: 260px;
  position: relative;
  top: -190px;
  z-index: 0;
}
.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;
}