/*顶部*/
.site-head {
  width: 100%;
  background: #fff;
}
.site-head .help-block {
  background: #eee;
}
.site-head .help-block .help {
  width: 6.25rem;
  margin: 0 auto;
  height: 0.26041667rem;
  line-height: 0.26041667rem;
}
.site-head .help-block .help span,
.site-head .help-block .help a {
  display: inline-block;
  font-size: 0.07291667rem;
  color: #909090;
  margin: 0 0.10416667rem 0 0;
}
.site-head .logo-search {
  width: 6.25rem;
  margin: 0.10416667rem auto 0;
}
.site-head .logo-search .logo {
  width: 2.99479167rem;
  height: 0.71875rem;
}
.site-head .logo-search .logo img {
  width: 100%;
  height: 100%;
}
.site-head .logo-search .slogan {
  height: 0.20833333rem;
  margin: 0.10416667rem 0 0 0;
}
.site-head .logo-search .slogan img {
  width: auto;
  height: 100%;
}
.site-head .logo-search .search {
  width: 1.875rem;
  height: 0.26041667rem;
  background: #fff;
  border-radius: 0.04166667rem;
  overflow: hidden;
  margin: 0.078125rem 0 0 0;
  background: #ffffff url("../img/search.png") no-repeat 0.05208333rem 0.05208333rem;
  background-size: 0.14583333rem 0.15104167rem;
  border: 0.01041667rem solid var(--main-color);
  position: relative;
}
.site-head .logo-search .search::before {
  content: '';
  width: 0.01041667rem;
  height: 0.11979167rem;
  position: absolute;
  left: 0.23958333rem;
  top: 0.07291667rem;
  background: #dbdbdb;
}
.site-head .logo-search .search input[type=text] {
  width: 1.04166667rem;
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  border-radius: 0.04166667rem 0 0 0.04166667rem;
  padding: 0 0.05208333rem 0 0.05208333rem;
  font-size: 0.09375rem;
  color: #999999;
  margin: 0 0 0 0.26041667rem;
}
.site-head .logo-search .search input[type=text]::placeholder {
  color: #dbdbdb;
  font-size: 0.09375rem;
}
.site-head .logo-search .search input[type=submit] {
  width: 0.52083333rem;
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  background: var(--main-color);
  text-align: center;
  font-size: 0.09375rem;
  color: #fff;
}
.nav {
  width: 100%;
  height: 0.3125rem;
  margin: 0.078125rem 0 0 0;
  background-color: var(--main-color);
}
.nav .nav-bar {
  width: 6.25rem;
  height: 0.3125rem;
  line-height: 0.3125rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: left;
}
.nav .nav-bar .item-box {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.29166667rem;
  width: 0.69270833rem;
  margin: 0.02083333rem 0 0 0;
  border-radius: 0.04166667rem 0.04166667rem 0 0;
  position: relative;
  z-index: 2;
}
.nav .nav-bar .item-box > a {
  display: inline-block;
  font-size: 0.09375rem;
  color: #fff;
  font-weight: bold;
}
.nav .nav-bar .item-box:hover,
.nav .nav-bar .item-box.hover {
  background: #fff;
}
.nav .nav-bar .item-box:hover > a,
.nav .nav-bar .item-box.hover > a {
  color: var(--main-color);
}
.nav .nav-bar .item-box:hover .dr-list {
  display: block;
}
.nav .nav-bar .item-box .dr-list {
  position: absolute;
  top: 0.29166667rem;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  background: var(--main-color);
  display: none;
  border-radius: 0 0 0.04166667rem 0.04166667rem;
  opacity: 0.9;
  overflow: hidden;
}
.nav .nav-bar .item-box .dr-list > a {
  display: block;
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  font-size: 0.08333333rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.nav .nav-bar .item-box .dr-list > a:hover {
  background: #F9C401;
}
/*banner大图的样式*/
.banner {
  width: 100%;
  height: 3.02083333rem;
  overflow: hidden;
  position: relative;
}
.flexslider {
  position: relative;
  height: 3.02083333rem;
  overflow: hidden;
  background: url(../img/loading.gif) 50% no-repeat;
}
.slides {
  position: relative;
  z-index: 1;
}
.slides li {
  height: 3.02083333rem;
}
.slides li img {
  width: 100%;
  height: 100%;
}
.flex-control-nav {
  position: absolute;
  bottom: 0.29166667rem;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
}
.flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 40px;
  overflow: hidden;
  background: url(../img/dot.png) right 0 no-repeat;
  cursor: pointer;
}
.flex-control-nav .flex-active {
  background-position: 0 0;
}
.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
}
.flex-direction-nav li a {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
}
.flex-direction-nav li a.flex-prev {
  left: 0.20833333rem;
  background: url(../img/prev.png) center center no-repeat;
  opacity: 0.5;
}
.flex-direction-nav li a.flex-next {
  right: 0.20833333rem;
  background: url(../img/next.png) center center no-repeat;
  opacity: 0.5;
}
/*banner大图的样式*/
/*主信息区*/
.container {
  width: 7.03125rem;
  margin: 0 auto;
  padding: 0 0.05208333rem;
  background: #fff;
  overflow: hidden;
  position: relative;
}
/*友情链接*/
.lnk {
  width: 6.25rem;
  margin: 0.05208333rem auto;
}
.lnk .head {
  width: 0.78125rem;
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  text-align: center;
  background: var(--main-color);
}
.lnk .head span {
  font-size: 0.09375rem;
  color: #fff;
  font-weight: 700;
}
.lnk ul {
  width: 100%;
  padding: 0.05208333rem 0 0 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.lnk ul > li {
  width: 1.51041667rem;
  height: 0.234375rem;
}
.lnk ul > li a {
  display: inline-block;
  line-height: 0.234375rem;
  font-size: 0.09375rem;
  color: #333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 0 0.05208333rem;
  position: relative;
}
.lnk ul > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.02604167rem;
  height: 0.02604167rem;
  background: var(--main-color);
}
.lnk ul li:hover a {
  color: #D6000F;
}
/*底部*/
.footer {
  border-top: solid 0.00520833rem #E7E7E7;
  overflow: hidden;
  background: #fff;
  padding: 0.10416667rem 0;
}
.footer .site {
  width: 6.25rem;
  margin: 0 auto;
  line-height: 0.18229167rem;
  padding: 0.05208333rem 0;
  text-align: center;
}
.footer .rz {
  width: 1.5625rem;
  margin: 0.05208333rem auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .site p,
.footer .site a,
.footer .site span {
  font-size: 0.09375rem;
  color: #333;
}
/*没有数据提示*/
.not-data {
  line-height: 0.13020833rem;
  padding: 0.05208333rem;
  font-size: 0.09375rem;
  color: #cdcdcd;
  text-align: center;
}
.block-box {
  width: 6.25rem;
  margin: 0.15625rem auto 0;
  position: relative;
}
/*当前位置*/
.location {
  width: 100%;
  height: 0.41666667rem;
  line-height: 0.41666667rem;
  text-align: left;
  padding: 0 0 0 0.13541667rem;
  position: relative;
  /*background: #E7E7E7;
  border-radius: 0 0 8/@rem 8/@rem;*/
  /*border-bottom: solid 1/@rem #E7E7E7;*/
}
.location a {
  font-size: 0.08333333rem;
  color: #333;
}
.location a.cur {
  color: #D50505;
}
.location span {
  font-size: 0.09375rem;
  padding: 0 0.05208333rem;
  color: #333;
}
.sub-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: solid 0.00520833rem #E7E7E7;
  margin: 0.20833333rem 0 0 0;
}
.sub-menu li {
  line-height: 0.3125rem;
  margin: 0 0.10416667rem;
  position: relative;
}
.sub-menu li a {
  display: block;
  padding: 0 0.015625rem 0 0.015625rem;
  font-size: 0.10416667rem;
  color: #333;
}
.sub-menu li.hover a,
.sub-menu li:hover a {
  color: var(--main-color);
  font-weight: 700;
}
.sub-menu li.hover::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.015625rem;
  width: 100%;
  height: 0.02604167rem;
  background: var(--main-color);
}
.sub-menu li::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.015625rem;
  margin: auto;
  width: 0;
  height: 0.02604167rem;
  background: var(--main-color);
  transition: all ease-in-out 0.3s;
}
.sub-menu li:hover::before {
  width: 100%;
}
.main {
  width: 6.25rem;
  border-radius: 0.04166667rem;
  background: #fff;
  margin: 0.15625rem auto 0;
  overflow: hidden;
}
/*分页*/
.page {
  margin: 0.15625rem 0;
}
.page .page-box {
  float: left;
}
.page .page-box ul {
  background: #fff;
}
.page .page-box li {
  list-style-type: none;
  border: solid 0.00520833rem #eee;
  margin: 0 0.01041667rem;
  float: left;
  border-radius: 0.02604167rem;
  cursor: pointer;
  height: 0.20833333rem;
  line-height: 0.20833333rem;
  width: 0.20833333rem;
  text-align: center;
}
.page .page-box li:hover {
  background: var(--main-color);
}
.page .page-box li a {
  text-decoration: none;
  display: block;
  font-size: 0.07291667rem;
  color: #555;
  font-weight: 600;
}
.page .page-box li span {
  color: #333;
  display: block;
  font-size: 0.07291667rem;
  font-weight: 600;
}
.page .page-box li:hover a {
  color: #fff;
  display: inline-block;
}
.page .page-box li:hover span {
  color: #fff;
}
.page .page-box li.active {
  background: var(--main-color);
}
.page .page-box li.active a {
  color: #fff;
}
.page .page-box li.active span {
  color: #fff;
}
.clearFix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  line-height: 0;
  content: '';
}
.page .page-total {
  float: right;
  padding: 0 0.05208333rem 0 0.02604167rem;
  line-height: 0.18229167rem;
  font-size: 0.08333333rem;
  height: 0.18229167rem;
  border-top: 0.015625rem solid transparent;
  border-bottom: 0.18229167rem solid #f5f4f3;
  border-left: 0.18229167rem solid transparent;
  border-radius: 0.04166667rem;
}
.page .page-total span {
  padding: 0rem 0.01041667rem;
  font-size: 0.08333333rem;
}
.page .page-total label {
  padding: 0rem 0.01041667rem;
  font-size: 0.08333333rem;
}
/*距离*/
.m-top {
  margin: 0.05208333rem 0 0 0;
}
