/*顶部*/
.site-head {
  width: 100%;
  background: #fff;
  overflow: hidden;
}
.site-head .logo-box {
  width: 6.25rem;
  margin: 0.15625rem auto;
  display: flex;
  align-items: center;
  justify-content: start;
}
.site-head .logo-box .logo {
  width: 0.4375rem;
  height: 0.26041667rem;
}
.site-head .logo-box .logo img {
  width: 100%;
  height: 100%;
}
.site-head .logo-box .logo-title {
  font-size: 0.10416667rem;
  font-weight: 700;
  line-height: 0.26041667rem;
  margin: 0 0 0 0.078125rem;
}
.site-head .logo-box .slogan {
  height: 0.25520833rem;
  margin: 0 0 0 0.18229167rem;
}
.site-head .logo-box .slogan img {
  width: auto;
  height: 100%;
}
.site-head .logo-box .tel {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 0 0 0 0.18229167rem;
}
.site-head .logo-box .tel img {
  width: 0.26041667rem;
  height: 0.22395833rem;
}
.site-head .logo-box .tel .tel-no {
  color: #ff9c01;
}
.nav {
  width: 100%;
  height: 0.3125rem;
  background: var(--main-color);
}
.nav-list {
  width: 7.03125rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: start;
}
.nav-list li {
  width: 0.78125rem;
  position: relative;
}
.nav-list li:hover {
  background: #ff9c01;
}
.nav-list a {
  display: block;
  text-align: center;
  line-height: 0.3125rem;
  font-size: 0.09375rem;
  font-weight: bold;
  color: #fff;
}
.nav-list > li:hover .dr-list {
  display: block;
}
.nav-list .dr-list {
  width: 0.78125rem;
  position: absolute;
  top: 0.3125rem;
  left: 0;
  z-index: 10;
  background: var(--main-color);
  display: none;
}
.nav-list .dr-list > li:hover .dr-list-1 {
  display: block;
}
.nav-list .dr-list-1 {
  width: 0.78125rem;
  position: absolute;
  top: 0;
  left: 0.78125rem;
  z-index: 10;
  background: var(--main-color);
  display: none;
}
/*banner大图的样式*/
.banner {
  width: 100%;
  height: 2.34375rem;
  overflow: hidden;
  position: relative;
}
.flexslider {
  position: relative;
  height: 2.34375rem;
  overflow: hidden;
  background: url(../img/loading.gif) 50% no-repeat;
}
.slides {
  position: relative;
  z-index: 1;
}
.slides li {
  height: 2.34375rem;
}
.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 {
  height: 0.26041667rem;
  line-height: 0.26041667rem;
  border-bottom: solid 0.00520833rem #fff;
}
.lnk .head span {
  display: inline-block;
  font-size: 0.09375rem;
  color: #fff;
  font-weight: 700;
  padding: 0.01041667rem 0.05208333rem;
  position: relative;
}
.lnk .head span:after {
  content: '';
  height: 0.02604167rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.00520833rem;
  margin: auto;
  background: #fff;
}
.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.04166667rem;
  height: 0.234375rem;
}
.lnk ul > li a {
  display: inline-block;
  line-height: 0.234375rem;
  font-size: 0.09375rem;
  color: #fff;
  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 {
  overflow: hidden;
  background: var(--main-color);
}
.footer .site {
  width: 6.25rem;
  margin: 0 auto;
  line-height: 0.18229167rem;
  padding: 0.10416667rem 0;
  text-align: center;
}
.footer .site p,
.footer .site a,
.footer .site span {
  font-size: 0.09375rem;
  color: #fff;
}
/*没有数据提示*/
.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.10416667rem auto 0;
  position: relative;
}
/*当前位置*/
.location {
  width: 6.25rem;
  margin: 0 auto;
  height: 0.41666667rem;
  line-height: 0.41666667rem;
  text-align: left;
  padding: 0 0 0 0.13541667rem;
  position: relative;
  border-radius: 0 0 0.04166667rem 0.04166667rem;
  border: solid 0.00520833rem #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;
}
/*标签分类*/
.lbl-box {
  width: 6.77083333rem;
  margin: 0.05208333rem auto;
  line-height: 0.13020833rem;
  padding: 0.05208333rem 0;
  border-bottom: solid 0.00520833rem #eee;
}
.lbl-box a {
  display: inline-block;
  padding: 0 0.10416667rem;
  padding-top: 0.01041667rem;
  color: #333;
  font-size: 0.08333333rem;
  border-radius: 0.13020833rem;
  border: solid 0.00520833rem #E7E7E7;
  margin-bottom: 0.02604167rem;
}
.lbl-box a:hover {
  color: #fff;
  background: var(--main-color);
}
.lbl-box a.cur {
  color: #fff;
  background: var(--main-color);
}
