<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 寮曞叆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;
}
/* 鍏叡鐨刡anner鏍峰紡 */
.banner_img {
  width: 100%;
  height: 400px;
}
.banner_img &gt; 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;
}
</pre></body></html>