@charset 'utf-8';

/******样式清除******/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333333;
}

a,
span {
  vertical-align: top;
}

img {
  border: 0;
  vertical-align: middle;
}

input,
button,
text {
  vertical-align: top;
  outline: none;
  border: none;
}

button {
  padding: 0;
  background: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
}

textarea {
  outline: none;
  border: none;
  resize: none;
}

input,
textarea {
  box-sizing: content-box;
  outline: none;
  background: 0 0;
  font-family: "Microsoft YaHei";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acacac;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #acacac;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #acacac;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acacac;
}

table tr td,
table {
  border-collapse: collapse;
}

body {
  font-size: 0;
  color: #000;
  font-family: "Microsoft YaHei";
}

/*****通用样式******/
/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.lf {
  float: left;
}

.rt {
  float: right;
}

.db {
  display: inline-block;
}

/****头部样式****/
html {
  font-size: calc(100vw / 7.5);
  font-size: -webkit-calc(13.33333333vw);
  width: 100%;
  overflow-x: hidden;
  margin: 0 auto;
}

@media only screen and (min-width: 750px) {
  html {
    font-size: 100px;
    max-width: 750px;
  }
}

.wxhy-hlogo {
  padding-bottom: 0.38rem;
  background: url(../images/wap-headerbg.png) no-repeat top center;
}

.wxhy-hlogo a {
  width: 100%;
  display: block;
  text-align: center;
}

.wxhy-hlogo a img {
  margin-top: 0.25rem;
  width: 2.56rem;
  height: 0.8rem;
}

.wxhy-hlogo .wxhy-sear {
  width: 5.43rem;
  height: 0.62rem;
  line-height: 0.62rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.54);
  border-radius: 0.04rem;
  margin: 0.21rem auto 0;
  position: relative;
}

.wxhy-hlogo .wxhy-sear input {
  width: 4.53rem;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 0.08rem 0 0.21rem;
  box-sizing: border-box;
  line-height: 0.62rem;
  font-size: 0.26rem;
  color: rgb(199, 199, 199);
}

.wxhy-hlogo .wxhy-sear button {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.9rem;
  height: 100%;
  background: rgb(77, 149, 227) url(../images/wap-search.png) no-repeat center center;
  background-size: 0.41rem 0.41rem;
}

.wxhy-nav {
  width: 100%;
  height: 0.82rem;
  overflow: hidden;
  background: rgb(77, 149, 227);
}

.wxhy-navul {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
}

.wxhy-navul li {
  /*float: left;*/
  display: inline-block;
  height: 0.82rem;
}

.wxhy-navul li a {
  display: inline-block;
  /*box-sizing: border-box;*/
  padding: 0 .3rem;
  line-height: 0.82rem;
  font-size: 0.34rem;
  color: #fff;
  text-align: center;
}

.wxhy-navul li a.cur,
.wxhy-navul li a:hover {
  font-weight: bold;
  background: rgb(99, 165, 237);
}

.wxhy-navul li:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0.25rem;
  display: block;
  height: 0.24rem;
  border-left: 0.01rem solid #ccc;
}

.wxhy-navul li:nth-child(1):after,
.wxhy-navul li:nth-child(4):after {
  display: none !important;
}

/**尾部样式**/
.wxhy-f {
  margin-top: 0.5rem;
  background: rgb(77, 149, 227);
  color: #fff;
  padding-bottom: 0.25rem;
}

.wxhy-ft {
  text-align: center;
  width: 94%;
  margin: 0 auto;
  line-height: 0.9rem;
  height: 0.9rem;
  overflow: hidden;
}

.wxhy-ft a {
  font-size: 0.3rem;
  color: #fff;
}

.wxhy-ft span {
  color: #fff;
  font-size: 0.28rem;
  padding: 0 0.2rem;
}

.wxhy-fb {
  font-size: 0.22rem;
  line-height: 0.36rem;
  text-align: center;
}

.wxhy-fb a {
  display: inline-block;
}

.wxhy-fb span {
  color: rgba(255, 255, 255, 0.6);
}

/****右浮动***/
.wxhy-float {
  display: none;
  position: fixed;
  bottom: 1.79rem;
  right: 0.2rem;
  z-index: 99;
  width: 1.27rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.26rem;
  color: rgb(102, 102, 102);
  text-align: center;
  padding-top: 0.36rem;
  border-radius: 0.04rem;
  background: rgb(250, 250, 250) url(../images/wap-top.png) no-repeat top 0.15rem center;
  background-size: 0.41rem 0.21rem;
}
