/*顶部*/
.top {
  background: var(--main-color);
}
.top-box {
  width: 6.25rem;
  margin: 0 auto;
  line-height: 0.20833333rem;
  font-size: 0.07291667rem;
  color: #fff;
}
.site-head {
  width: 7.8125rem;
  /*background: no-repeat center / 100% 100%;*/
  height: 0.52083333rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-head .logo {
  height: 0.3125rem;
}
.site-head .logo img {
  height: 100%;
}
.site-head .shortcut {
  width: 2.23958333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-head .tel {
  font-size: 0.10416667rem;
  padding: 0 0 0 0.13541667rem;
  background:  no-repeat 0 0.02083333rem;
  background-size: 0.10416667rem 0.10416667rem;
}
.site-head .tel span {
  color: #ff5722;
  font-size: 0.11458333rem;
  font-family: impact;
}
.site-head .search {
  width: 1.40625rem;
  height: 0.20833333rem;
  background: #fff;
  border-radius: 0.04166667rem;
  border: solid 0.00520833rem #80d0f4;
  overflow: hidden;
  margin: 0.04166667rem 0;
  position: relative;
}
.site-head .search input[type=text] {
  width: 1.04166667rem;
  height: 0.20833333rem;
  line-height: 0.20833333rem;
  padding: 0 0.078125rem 0 0.078125rem;
  font-size: 0.078125rem;
  color: #999999;
  background: #fff;
}
.site-head .search input[type=text]::placeholder {
  color: #8a8a8a;
  font-size: 0.08333333rem;
}
.site-head .search input[type=submit] {
  width: 0.15625rem;
  height: 0.20833333rem;
  line-height: 0.20833333rem;
  background: #fff  no-repeat 0 0.02604167rem;
  background-size: 0.14583333rem 0.14583333rem;
}
.nav {
  width: 100%;
  height: 0.52083333rem;
  /*background: var(--main-color);*/
}
.nav-list {
  width: 4.375rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.nav-list li {
  width: 0.625rem;
  position: relative;
}
.nav-list li:hover {
  /*background: #ee7b1d;*/
  color: #ee7b1d;
}
.nav-list > li > a {
  display: block;
  text-align: center;
  line-height: 0.52083333rem;
  font-size: 0.09375rem;
  /*color: #fff;*/
  position: relative;
}
.nav-list > li > a:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0.02604167rem;
  background: #ee7b1d;
  /*transition: all ease-in-out .3s;*/
  transition: left 0.3s ease, width 0.3s ease;
}
.nav-list > li > a:hover:before {
  width: 100%;
}
.nav-list li .nav-mask {
  width: 2.5rem;
  height: 0;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  left: 0;
  z-index: 15;
  transition: all ease-in-out 0.1s;
  overflow: hidden;
}
.nav-list li .nav-mask:last-of-type {
  left: -1.875rem;
}
.nav-list > li:hover .nav-mask {
  height: 0.3125rem;
}
.nav-list li .dr-list {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-list li .dr-list > li > a {
  display: block;
  text-align: center;
  line-height: 0.3125rem;
  font-size: 0.09375rem;
  color: #fff;
}
.nav-list li .dr-list > li > a:hover {
  background: #ee7b1d;
}
/*banner大图的样式*/
.banner {
  width: 100%;
  height: 3.63541667rem;
  overflow: hidden;
  position: relative;
}
.flexslider {
  position: relative;
  height: 3.63541667rem;
  overflow: hidden;
  background: url(/uploads/image/scpimg/loading.gif) 50% no-repeat;
}
.slides {
  position: relative;
  z-index: 1;
}
.slides li {
  height: 3.63541667rem;
}
.slides li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.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(/uploads/image/scpimg/prev.png) center center no-repeat;
  opacity: 0.5;
}
.flex-direction-nav li a.flex-next {
  right: 0.20833333rem;
  background: url(/uploads/image/scpimg/next.png) center center no-repeat;
  opacity: 0.5;
}
/*banner大图的样式*/
/*栏目图片*/
.menupic {
  height: 1.41666667rem;
  overflow: hidden;
}
.menupic img {
  width: 100%;
  height: 100%;
}
/*主信息区*/
.container {
  width: 7.03125rem;
  margin: 0 auto;
  padding: 0 0.05208333rem;
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
/*底部*/
.footer-box {
  /*background: #f3f2ed;*/
}
.footer {
  width: 6.25rem;
  margin: 0 auto;
  padding: 0.15625rem 0;
}
/*快捷方式*/
.foot-shortcut {
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-shortcut li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 0.13020833rem;
  padding: 0 0.078125rem;
  height: 0.234375rem;
  line-height: 0.234375rem;
  margin: 0 0.05208333rem;
}
.foot-shortcut li img {
  width: 0.13020833rem;
  height: 0.13020833rem;
}
.foot-shortcut li span {
  font-size: 0.09375rem;
  color: #333;
  padding: 0 0 0 0.02604167rem;
}
.qr-code {
  position: relative;
}
.qr-code:hover > div {
  display: block;
}
.qr-code > div {
  display: none;
  position: absolute;
  bottom: 0.3125rem;
  left: -1.14583333rem;
  z-index: 10;
}
.qr-code > div .qr-code-img {
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 0.05208333rem;
  background: var(--main-color);
  border-radius: 0.04166667rem;
  overflow: hidden;
}
.qr-code > div .qr-code-img img {
  width: 0.625rem;
  height: 0.625rem;
}
.qr-code > div .qr-code-img img:nth-last-child(n 2) {
  padding: 0 0.05208333rem 0 0;
}
/*友情链接*/
.link-list {
  width: 6.25rem;
  padding: 0.10416667rem 0 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.link-list li {
  width: 2.08333333rem;
  height: 0.18229167rem;
  line-height: 0.18229167rem;
  font-size: 0.09375rem;
  color: #333;
}
/*分割线*/
.b-line {
  margin: 0.10416667rem 0;
  height: 0.015625rem;
  background:  no-repeat;
  background-size: 6.25rem 0.015625rem;
}
/*站点信息*/
.site-info {
  text-align: center;
  font-size: 0.09375rem;
  color: #333;
}
.site-info p,
.site-info a,
.site-info 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.77083333rem;
  margin: 0.10416667rem auto 0;
  padding: 0.10416667rem 0.26041667rem;
  position: relative;
  background: #fff;
  border-radius: 0.04166667rem;
}
/*当前位置*/
.location-box {
  background: #fff;
}
.location {
  width: 6.25rem;
  margin: 0 auto;
  height: 0.41666667rem;
  line-height: 0.41666667rem;
  text-align: left;
  position: relative;
  border-radius: 0 0 0.04166667rem 0.04166667rem;
  /*border: solid 1/@rem #e7e7e7;*/
  /*box-shadow: 0 0 5/@rem #e7e7e7;*/
  background: #fff;
}
.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 {
  width: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /*border-bottom: solid 1/@rem #e7e7e7;*/
  margin: 0.10416667rem auto 0;
  background: #fff;
  border-radius: 0.04166667rem;
}
.sub-menu li {
  line-height: 0.36458333rem;
  margin: 0 0.10416667rem;
  position: relative;
}
.sub-menu li a {
  display: block;
  padding: 0 0.015625rem 0 0.015625rem;
  font-size: 0.10416667rem;
  color: #252525;
}
.sub-menu li.hover a,
.sub-menu li:hover a {
  font-weight: 600;
}
.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;
  background: #fff;
  margin: 0.10416667rem auto 0;
  overflow: hidden;
}
/*分页*/
.page {
  margin: 0.15625rem 0;
  padding: 0.05208333rem;
  box-shadow: 0 0 5px #eeeeff;
  background: #f9f9f9;
  border-radius: 0.04166667rem;
}
.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.234375rem;
  line-height: 0.234375rem;
  width: 0.234375rem;
  text-align: center;
  background: #fff;
}
.page .page-box li:hover {
  background: var(--main-color);
}
.page .page-box li a {
  text-decoration: none;
  display: block;
  font-size: 0.08333333rem;
  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.234375rem;
  font-size: 0.08333333rem;
  height: 0.234375rem;
  /*
  border-top: 3/@rem solid transparent;
  border-bottom: 35/@rem solid #f5f4f3;
  border-left: 35/@rem solid transparent;
  border-radius: 8/@rem;
  */
}
.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);
}
/*# sourcemappingurl=layout.css.map */