:root {
  --main-color: #4497df;
  --second-color: #e7f5ff;
  --gov-main-color: #D50505;
}
* {
  padding: 0;
  margin: 0;
}
ul,
ol,
li {
  list-style: none;
}
html,
body {
  width: 100%;
}
body {
  font-family: "PingFangSC-Regular", sans-serif;
  background-color: #FFF;
  /*#F2F2F2*/
  position: relative;
}
input::-webkit-input-placeholder {
  color: #d6d6d6;
}
textarea::-webkit-input-placeholder {
  color: #d6d6d6;
  line-height: 0.46666667rem;
}
a {
  color: #333;
  text-decoration: none;
}
.clear {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
select,
input,
textarea {
  border: 0;
  outline: none;
}
.clearFix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  content: '';
}
img {
  border: 0;
  vertical-align: top;
}
/*鍨傜洿灞呬腑*/
.flex {
  display: flex;
  justify-content: center;
  align-items: Center;
}
/*鍗曡鏂囨湰鐪佺暐*/
.text_hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*澶氳鏂囨湰鐪佺暐*/
.texts_hidden {
  display: -webkit-box;
  /*瀵硅薄浣滀负寮规€т几缂╃洅瀛愭ā鍨嬫樉绀?/
  -webkit-box-orient: vertical;
  /*璁剧疆鎴栨绱几缂╃洅瀵硅薄鐨勫瓙鍏冪礌鐨勬帓鍒楁柟寮?/
  -webkit-line-clamp: 2;
  /*婧㈠嚭鐪佺暐鐨勭晫闄?/
  overflow: hidden;
  /*璁剧疆闅愯棌婧㈠嚭鍏冪礌'>*/
}
.head {
  overflow: hidden;
  background: #fff;
  padding: 0.26666667rem 0.26666667rem;
  box-sizing: border-box;
}
.head .l-logo {
  height: 1.06666667rem;
  overflow: hidden;
}
.head .l-logo img {
  height: 100%;
}
.head .r-menu {
  width: 0.64rem;
  height: 0.64rem;
  background: url(../images/menu.png) no-repeat;
  background-size: 100%;
  margin-top: 0.21333333rem;
}
.bgDiv {
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.5;
  position: fixed;
  display: none;
  z-index: 1000;
  bottom: 0;
}
.rightNav {
  width: 40%;
  max-width: 5rem;
  height: 100%;
  background-color: #fff;
  position: fixed;
  right: 0;
  z-index: 1001;
  top: 0;
  right: -50%;
  transition: right 0.1s;
}
.rightNav a {
  display: block;
  width: 90%;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  text-align: center;
  font-size: 0.37333333rem;
  color: #333333;
  margin: 0 auto;
  border-bottom: solid 0.01333333rem #F2F2F2;
}
.rightNav a:last-of-type {
  border-bottom: none;
}
.footer {
  width: 100%;
  background: var(--main-color);
  overflow: hidden;
}
.footer .footer-value {
  width: 94%;
  margin: 0 auto;
  font-size: 0.42666667rem;
  color: #ffffff;
  text-align: center;
  line-height: 1.33333333rem;
}
.footer .footer-value a {
  color: #fff;
}
.footer .footer-value p {
  margin-top: 0.09333333rem;
}
.footer .footer-value span {
  margin: 0 0.13333333rem;
}
.r_top {
  width: 1.04rem;
  height: 1.04rem;
  background: url(../images/top.png) no-repeat;
  background-size: 100%;
  position: fixed;
  bottom: 4.69333333rem;
  right: 0.10666667rem;
  z-index: 999;
}
.module-box {
  width: 9.46666667rem;
  margin: 0.26666667rem auto;
  background: #fff;
  border-radius: 0.21333333rem;
  /*box-shadow: 0 0 10/@rem #ddd;*/
  overflow: hidden;
}
/*鍐呴〉浜岀骇瀵艰埅*/
.sub-nav {
  width: 100%;
  background: #fff;
  margin: 0.26666667rem 0 0;
  border-bottom: solid 0.01333333rem var(--main-color);
}
.ny_nav_top {
  width: 9.46666667rem;
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  overflow-x: auto;
  overflow-y: hidden;
  margin: 0 auto;
  padding: 0.02666667rem 0.02666667rem 0 0.02666667rem;
}
::-webkit-scrollbar {
  display: none;
}
.slidebox {
  white-space: nowrap;
  display: inline-block;
  position: relative;
}
.ny_nav_top a {
  display: inline-block;
  font-size: 0.37333333rem;
  color: #333;
  text-align: center;
  padding: 0 0.4rem;
  vertical-align: top;
  background: #fff;
  border-radius: 0.21333333rem 0.21333333rem 0 0;
  box-shadow: 0 0 0.06666667rem var(--main-color);
  overflow: hidden;
}
.ny_nav_top a.active {
  color: #fff;
  position: relative;
  background: var(--main-color);
  border-radius: 0.21333333rem 0.21333333rem 0 0;
  box-shadow: 0 0 0.06666667rem var(--main-color);
  padding-top: 0.02666667rem;
}
/*涓夌骇鑿滃崟*/
.third-menu {
  padding: 0.26666667rem;
  background: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.third-menu li {
  margin: 0 0.2rem 0.2rem 0;
  border-radius: 0.66666667rem;
  box-shadow: 0 0 0.06666667rem var(--main-color);
  background: #fff;
  float: left;
  overflow: hidden;
}
.third-menu li:nth-child(3n) {
  margin: 0 0 0.2rem 0;
}
.third-menu li a {
  display: block;
  text-align: center;
  font-size: 0.32rem;
  font-weight: 700;
  padding: 0.06666667rem 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.third-menu li a.active {
  color: #fff;
  background: var(--main-color);
}
/*杩斿洖*/
.back-btn {
  position: fixed;
  width: 0.86666667rem;
  height: 0.86666667rem;
  background: rgba(0, 0, 0, 0.6);
  right: 4%;
  top: 3.09333333rem;
  border-radius: 50%;
}
.back-btn:before {
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  background: url("../images/back-icon.png") no-repeat left;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/*鍔犺浇鏇村*/
.loadmore {
  margin: 0.53333333rem;
  line-height: 0.93333333rem;
  text-align: center;
  border: solid 0.01333333rem #eee;
  border-radius: 0.66666667rem;
  background: #fff;
  display: none;
}
.loadmore a {
  display: block;
  line-height: 0.93333333rem;
  font-size: 0.37333333rem;
  color: #999;
}
/*鍔犺浇鏁堟灉*/
.loading {
  height: 0.93333333rem;
  line-height: 0.93333333rem;
  width: 4rem;
  margin: 0.53333333rem auto;
  background: #fff;
  padding-left: 0.26666667rem;
  border-radius: 0.66666667rem;
  overflow: hidden;
  display: none;
}
.loading img {
  width: 0.93333333rem;
  height: 0.93333333rem;
  float: left;
}
.loading span {
  float: left;
  color: #999;
  font-size: 0.37333333rem;
}
.not-data {
  text-align: center;
  color: #cdcdcd;
  font-size: 0.42666667rem;
  background: #fff;
  margin-top: 0.26666667rem;
  padding-bottom: 0.53333333rem;
}
/*# sourceMappingURL=layout.css.map */