* {
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
}
html {
  display: block;
  -webkit-text-size-adjust: none;
  font-size: 32px;
}
body {
  min-width: 300px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  line-height: 1;
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  padding-top: 1.28rem;
  font-size: .28rem;
  padding-bottom: 6.2rem;
}
input,
textarea,
button {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
  outline: none;
}
:-moz-placeholder {
  color: #c1c1c1;
}
::-moz-placeholder {
  color: #c1c1c1;
}
input:-ms-input-placeholder {
  color: #c1c1c1;
}
input::-webkit-input-placeholder {
  color: #c1c1c1;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
i,
em {
  font-style: normal;
}
dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,pre,form,input,textarea,p,hr,thead,tbody,tfoot,th,td{margin:0;padding:0;}
ul,ol{list-style:none;}
a{text-decoration:none;}
html{-ms-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;font-size:50px;}
body{line-height:1.5;font-size:16px;}
body,button,input,select,textarea{font-family:'helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;}
b,strong{font-weight:bold;}
i,em{font-style:normal;}
table{border-collapse:collapse;border-spacing:0;}
table th,table td{border:1px solid #ddd;padding:5px;}
table th{font-weight:inherit;border-bottom-width:2px;border-bottom-color:#ccc;}
img{border:0 none;width:auto\9;max-width:100%;vertical-align:top;}
button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;vertical-align:baseline;}
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;}
button[disabled],input[disabled]{cursor:default;}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
@media screen and (-webkit-min-device-pixel-ratio:0){
input{line-height:normal!important;}
}
select[size],select[multiple],select[size][multiple]{border:1px solid #AAA;padding:0;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block;}
audio,canvas,video,progress{display:inline-block;}
input,textarea{
    -webkit-appearance: none;
    border-radius:0;
}  
.head{
  background-color: #015129;
  height: 1.28rem;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1.28rem;
  font-weight: bold;
  z-index: 8;
}
.head span{
  font-size: .32rem;
}
.head .logo{
  position: absolute;
  left: 0;
  top: 0;
  width: 1.2rem;
  height: 1.28rem;
  overflow: hidden;
}
.head .logo img{
  width: 1rem;
  margin-top: .15rem
}
.head .menu{
  position: absolute;
  top: .15rem;
  right: 0;
  width: 1.2rem;
  height: 1rem;
  overflow: hidden;
  text-align: center;
}
.head .menu img{
  width: .6rem;
  margin-top: .3rem;
}
.js_nav{
  display: none;
  position: absolute;
  background-color: #fff;
  width: 100%;
  top: 1.28rem;
  left: 0;
  z-index: 3;
}
.js_nav .item{
  border-bottom: 1px solid #ccc;
  text-align: left;
  font-size: .28rem;
  text-indent: .4rem;
  height: .8rem;
  line-height: .8rem;
  position: relative;
  padding: 0;
}
.js_nav .item::before{
  position: absolute;
  content: '';
  top: 25%;
  left: .2rem;
  width: .08rem;
  background-color: #015129;
  height: 50%;
  border-radius: 10px;
}
footer{
  background-color: #4a4a4a;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  overflow: hidden;
  color: #fff;
  text-align: center;
}
footer a{
  color: #fff;
}
footer .ahref{
  text-align: center;
  font-size: .24rem;
  overflow: hidden;
}
footer h3{
  font-weight: bold;
  font-size: .36rem;
  margin: .4rem auto .1rem;
}
footer .ahref a{
  display: inline-block;
  padding:0 .3rem;
  line-height: .3rem;
  margin: .1rem 0 .1rem;
}
footer .ewm{
  margin:  .1rem;
  overflow: hidden;
}
footer .ewm div{
  width: 40%;
  text-align: center;
  float: left;
  margin-left:8%;
}
footer .ewm div img{
  width: 2rem;
}
footer .ewm div p{
  text-align: center;
  font-size: .26rem;
  margin-top: .1rem;
}
footer .tip{
  clear: both;
  font-size: .24rem;
  margin-top: .1rem;
  margin-bottom: .5rem;
}
.content{
  padding: .4rem; 
}
.tits{
  position: relative;
  overflow: hidden;
  padding: .2rem 0;
  font-size: .3rem;
  text-indent: .2rem;
  font-weight: bold;
}
.tits::before{
  content: '';
  position: absolute;
  top: 30%;
  left: 0;
  background-color: #015129;
  width: .1rem;
  height: 40%;
  border-radius: 20px;
}
.more{
  text-align: center;
  font-size: .28rem;
  color: #666;
  line-height: .8rem;
  background-color: #f8f8f8;
  margin-top: .8rem;
  position: absolute;
  bottom: 6rem;
  left: 0;
  width: 100%;
}