*,
::after,
::before {
  box-sizing: border-box;
}
/* 初始化CSS  重置浏览器样式*/
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
div {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  width: 100%;
  height: 100%;
}
ul,
ol {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  margin: 0;
  padding: 0;
  outline: none;
  border: 0 none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
body {
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 0.4rem;
  background-color: #f6f6f6;
}
a {
  color: #333333;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  transition: 0.5s all;
  font-size: 0.4rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:active {
  color: #de2f40;
}
html {
  font-size: 10vw;
}
.topPhoto {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  background: url(../images/top_photo_m.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.top {
  margin: 0.26666667rem 0.26666667rem 0;
}
.top .desc {
  padding: 0.26666667rem;
  overflow: hidden;
  background-color: #FFF;
  border-radius: 0.13333333rem;
}
.top .desc p {
  text-indent: 2em;
  font-size: 0.37333333rem;
  color: #222;
  margin-top: 0.26666667rem;
  text-align: justify;
}
.top .iconLink {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top .iconLink .item {
  width: 4.4rem;
  height: 1.65333333rem;
  border-radius: 0.13333333rem;
  background-image: linear-gradient(to top, #e9e9e9, #ffffff);
  position: relative;
  overflow: hidden;
  transition: .5s all;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.26666667rem;
}
.top .iconLink .item .icon {
  width: 0.93333333rem;
  height: 0.93333333rem;
}
.top .iconLink .item .tit {
  font-size: 0.37333333rem;
  text-align: center;
  padding: 0 0.13333333rem;
  width: 2rem;
}
.top .iconLink .item:nth-of-type(1) .icon {
  background: url(../images/icon_top_01.png) no-repeat center center;
  background-size: contain;
}
.top .iconLink .item:nth-of-type(2) .icon {
  background: url(../images/icon_top_02.png) no-repeat center center;
  background-size: contain;
}
.top .iconLink .item:nth-of-type(3) .icon {
  background: url(../images/icon_top_03.png) no-repeat center center;
  background-size: contain;
}
.top .iconLink .item:nth-of-type(4) .icon {
  background: url(../images/icon_top_04.png) no-repeat center center;
  background-size: contain;
}
.top .iconLink .item:nth-of-type(5) .icon {
  background: url(../images/icon_top_05.png) no-repeat center center;
  background-size: contain;
}
.top .iconLink .item:hover {
  background-image: linear-gradient(to top, #e69568, #ffffff);
}
.top .iconLink .item:hover .tit {
  color: #FFF;
}
.listBox {
  background-color: #FFF;
  border-radius: 0.13333333rem;
  margin: 0.53333333rem 0.26666667rem;
  overflow: hidden;
  padding-bottom: 0.53333333rem;
}
.listBox .list {
  margin-top: 0.53333333rem;
}
.listBox .list h2 {
  border-bottom: solid 3px #f8f8f8;
  text-indent: -1978px;
  height: 0.8rem;
  position: relative;
}
.listBox .list h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  height: 0.8rem;
}
.listBox .list .con {
  padding: 0 0.26666667rem;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listBox .list .con .item {
  width: 4.2rem;
  height: 0.8rem;
  border: solid 1px #cccccc;
  text-align: center;
  line-height: 0.8rem;
  display: block;
  margin: 0.26666667rem 0.16rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 0.13333333rem;
}
.listBox .list .con .item:hover {
  background-color: #b76037;
  border: solid 1px #b76037;
  color: #FFF;
}
.listBox .list .con .item:nth-child(2n) {
  margin-right: 0;
}
.listBox .list:nth-of-type(1) h2::after {
  background: url(../images/title_qzf.png) no-repeat;
  background-size: 100% 100%;
  width: 2.64rem;
}
.listBox .list:nth-of-type(2) h2::after {
  background: url(../images/title_gzbm.png) no-repeat;
  background-size: 100% 100%;
  width: 4.50666667rem;
}
.listBox .list:nth-of-type(3) h2::after {
  background: url(../images/title_qtjg.png) no-repeat;
  background-size: 100% 100%;
  width: 3.04rem;
}
.listBox .list:nth-of-type(4) h2::after {
  background: url(../images/title_jdbsc.png) no-repeat;
  background-size: 100% 100%;
  width: 3.46666667rem;
}
.listBox .list:nth-of-type(5) h2::after {
  background: url(../images/title_zzf.png) no-repeat;
  background-size: 100% 100%;
  width: 2.64rem;
}
