a{text-decoration:none}


.nav{
  position:fixed;
  left: 0px;
  bottom: 0px;
  width:640px;
  height: 88px;
  background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);
  z-index: 88;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.nav a{
  width:25%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 88px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color:#fff;
  font-size:18px;
}
.nav a:nth-child(even){
  background-image: linear-gradient(to top, #209cff 0%, #68e0cf 100%);
}

.header{
  background:#007b5b;
  border-bottom:1px solid #3aad89;
  padding:16px 0px;
  text-align:center;
}
body{
  min-height:100vh;
  background:#017a5b;
}
.banner img{
  display:block;
}

.inner{
  padding:20px;
}
.tl{
  padding-left:50px;
  background: url(../images/icon1.png) no-repeat center left;
  font-size:24px;
  color:#FFFF;
  margin-bottom:22px;
}
.miaoinpt{
  background:#014c36;
  border:1px solid #00986d;
  text-align:center;
  color:#fff;
  font-weight:800;
  font-size:25px;
  line-height:45px;
}
.miaoinpt1{
  width:113px;
}.miaoinpt2{
  width:283px;
}
.ceul li{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom:20px;
}
.dakaibtn{
  width:130px;
  height:45px;
  color:#10141d;
  font-weight:400;
  background:#014c36;
  display:block;
  font-size:22px;
  line-height:45px;
  text-align:center;
}