/* 引入css样式文件 */

@import url('https://at.alicdn.com/t/font_1689770_qaxxpqtzot.css');
body {
  font-size: 16px;
  color: #333;
}
a {
  color: #333;
}
* {
  box-sizing: border-box;
  /*解决报错  pan-y表示启用单指垂直平移手势(上下滑动事件) */
  touch-action: pan-y;
}

/* 主体宽度 */
.wrapper {
  width: 1200px;
  margin: 0 auto;
}

/* 主体左右布局 */

.app-main-flex {
  display: flex;
  justify-content: space-between;
}

/* 小手抓 */

.hand {
  cursor: pointer;
}

/* 板块下间距 */

.block_margin_b {
  margin-bottom: 20px;
}

/* 板块右间距  */

.block-margin-r {
  margin-right: 0.16rem;
}

/* border 调试用的 */

.border {
  border: 1px solid blue;
}
/* 当前位置 */
.place {
  width: 1148px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  font-size: 12px;
  color: #999;
}
.place .iconfont {
  font-size: 12px;
}
/* 公共的banner样式 */
.banner_img {
  width: 100%;
  height: 400px;
}
.banner_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 公共分页的样式 */

.pagination {
  margin: 0px auto 0;
  height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 50px;
}

.pagination-pages {
  margin: 0 auto;
  display: inline-block;
}

.pagination-pages a,
.pagination-pages span {
  float: left;
  min-width: 20px;
  height: 30px;
  padding: 0 5px;
  margin: 0 5px;
  background-color: #f8f8f8;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  cursor: pointer;
  color: rgb(17, 135, 236);
  text-decoration: none;
  border: 1px solid rgb(17, 135, 236);
  border-radius: 15px;
}

.pagination-pages .curr {
  cursor: default;
  background: #1187ec;
  color: #fff;
}

.pagination-pages .interim {
  border: none;
  background: none;
}

.pagination-pages a:hover {
  background-color: #1187ec;
  color: #fff;
}

.pagination-pages .prev,
.pagination-pages .next {
  padding: 0 12px !important;
}

.pagination-pages .disabled {
  background-color: #999;
  color: #fff;
  cursor: default;
}

.pagination-pages .more,
.pagination-pages .more span {
  border: none;
  background: none;
  color: #333;
  cursor: text;
}

.pagination-pages .more,
.pagination-pages .more span:hover {
  background: none;
}

.pagination-pages .more .gotobtn {
  padding: 0 15px;
  color: #333;
  background: none;
}

.pagination-pages .more .gotopage,
.pagination-pages .more .gotobtn {
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pagination-pages .more .gotopage {
  height: 26px;
  width: 25px;
  padding: 2px 15px;
  margin: 0 5px;
}
/* 公共的浮窗样式 */
#clan-slider {
  position: fixed;
  _position: absolute;
  bottom: 10%;
  right: 0;
  z-index: 9999;
  width: 80px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
}

#clan-slider ul {
  margin: 0;
  padding: 0;
  margin-top: -2px;
  width: 80px;
}

#clan-slider ul li {
  margin: 0;
  padding: 0;
  position: relative;
  width: 80px;
  height: 80px;
}
#clan-slider ul li a {
  display: block;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #888888;
}

#clan-slider ul li a .iconfont {
  color: #888888;
  font-size: 22px;
}

.back_top {
  width: 80px;
  text-align: center;
  line-height: 80px;
}
#clan-slider .clan-slider-tips {
  position: absolute;
  top: 0px;
  right: 80px;
  width: 210px;
  /*height: 140px; */
  line-height: 26px;
  box-sizing: border-box;
  padding: 10px 16px;
  background: #fff;
  font-size: 14px;
  color: #888;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
  display: none;
}
#clan-slider .clan-slider-tips .btn {
  margin: 10px auto 0;
  width: 84px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 4px;
  background: linear-gradient(131deg, #02cb5b 0%, #019b45 100%);
  color: #fff;
}
#clan-slider .clan-slider-tips img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}
#clan-slider .disc {
  width: 140px;
  box-sizing: border-box;
  padding: 10px;
  text-align: center;
}
#clan-slider .clan-slider-tips .btn a {
  display: block;
  color: #fff;
}
/* hover 切换效果 */
#clan-slider ul li .li_a:hover .iconfont {
  color: #fff;
}
#clan-slider ul li .li_a:hover {
  color: #fff;
}
#clan-slider ul li .li_a:hover {
  background: #019b45;
  border: 1px solid #019b45;
  border-radius: 4px;
}
#clan-slider ul li:hover .clan-slider-tips {
  display: block;
}

/* 公共的当前位置样式 */
.location {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #f4f4f4;
  font-size: 14px;
  color: #999999;
}
.location .iconfont {
  font-size: 20px;
  color: #999999;
}
.location a {
  color: #999999;
}
.core {
  background: #fff;
  padding-bottom: 110px;
}
/* 公共的导航切换样式 */
.nav_box {
  padding-top: 22px;
}
.nav_box ul {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}
.nav_box ul li {
  /* width: 64px; */
  line-height: 36px;
  border-bottom: 2px solid transparent;
  margin: 0 10px;
  white-space: nowrap;
}
.active_li {
  border-bottom: 2px solid #014d6f !important;
  line-height: 36px;
  color: #014d6f;
}
.nav_box ul li:hover {
  color: #014d6f;
  /* border-bottom: 2px solid #019b45; */
  line-height: 36px;
}
