html, body, div, span,applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;}
body{color:#333;font:14px/1.5em "Microsoft Yahei",Arial,"Lantinghei SC","Hiragino Sans GB","Helvetica Neue",Helvetica,Arial,sans-serif;}
h1, h2, h3, h4, h5, h6,b{font-weight: normal;}
address, cite, em,i{font-style:normal;}
li{list-style-type:none;}
a{ color:#333; text-decoration:none;}
a:active, a:hover { text-decoration:none;}
a:focus,input:hover,button:hover,input[type='button']:hover{ outline:none;}
fieldset, img {border:0;}
button, input, select, textarea{ font:14px/1.5em "Microsoft YaHei";}
.clearfix:after {content: " ";display: block;height: 0;clear: both;}
.clearfix {zoom: 1;}
.fl,.f-fl{float:left;}
.fr,.f-fr{float:right;}
input, textarea {
  outline: none;
  border: none;
}
button {
  background-color: #ffffff;
  border: none;
}
button:active {
  border: none;
}
button:focus {
  outline: none;
}
.w1200 {
  width: 1200px;
  display: block;
  margin: auto;
  overflow: hidden;
}
.hide{
  display: none;
}
.mt20 { margin-top: 20px;}
.mt30 { margin-top: 30px;}
.mt10 { margin-top: 10px;}
.mt15 { margin-top: 15px;}
.mb20 { margin-bottom: 20px;}
.bg-white {
  background: #fff;
}

.icon {
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 1000px 1000px
}
.icon {
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
}
a {
  color: inherit
}

a:hover {
  color: #47FFA3
}
.hide {
  display: none
}
.imgBox>img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -o-transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  transition: all .3s
}
html {
  color: #333;
  background: #fff;
  overflow-y: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-break: break-all
}
.title-h4{
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  display: block;
  overflow: hidden;
}
header {
  position: relative;
  width: 100%;
  height: 120px;
  background: #FFFFFF;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.02);
  z-index: 10;
}

header .base-top {
  background: #333333;
  color: #999999
}

header .base-top .boxWrap {
  height: 40px;
  line-height: 36px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

header .base-top .boxWrap .txt {
  font-size: 12px;
  color: #47FFA3
}

header .base-top .boxWrap p>a::after {
  content: "|";
  margin: 0 8px;
  color: #999999
}

header .base-top .boxWrap p>a:last-child::after {
  display: none
}

header .base-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
  height: 80px
}

header .base-nav .logo {
  height: 73px;
}

header .base-nav .logo img {
  display: block;
  height: 100%;
  width: auto
}

header .base-nav nav {
  flex: 1;
  font-size: 16px;
  line-height: 80px;
  color: #999;
  height: inherit;
  padding-left: 36px
}

header .base-nav nav ul {
  display: flex;
  align-items: center;
  height: inherit
}

header .base-nav nav ul li {
  height: inherit;
  margin: 0 10px
}

header .base-nav nav ul li>a {
  color: inherit;
  padding: 0 24px;
  height: inherit;
  width: max-content;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1
}

header .base-nav nav ul li>a::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0px;
  background: #47FFA3;
  border-radius: 0px 0px 16px 16px
}

header .base-nav nav ul li>a:hover {
  color: inherit
}

header .base-nav nav ul li .icon {
  width: 22px;
  height: 22px;
  background-position: -3px -3px;
  margin-right: 12px
}

header .base-nav nav ul li:hover,
header .base-nav nav ul li.current {
  color: #333;
  font-weight: bold
}

header .base-nav nav ul li:hover .icon,
header .base-nav nav ul li.current .icon {
  background-position: -3px -31px
}

header .base-nav nav ul li:hover>a::after,
header .base-nav nav ul li.current>a::after {
  height: 70px;
  transition: height .25s
}

header .base-nav nav ul li:hover:nth-child(2n) .icon,
header .base-nav nav ul li.current:nth-child(2n) .icon {
  background-position: -32px -33px
}

header .base-nav nav ul li:hover:nth-child(3n) .icon,
header .base-nav nav ul li.current:nth-child(3n) .icon {
  background-position: -61px -31px
}

header .base-nav nav ul li:hover:nth-child(4n) .icon,
header .base-nav nav ul li.current:nth-child(4n) .icon {
  background-position: -88px -31px
}

header .base-nav nav ul li:hover:nth-child(5n) .icon,
header .base-nav nav ul li.current:nth-child(5n) .icon {
  background-position: -115px -31px
}

header .base-nav nav ul li:hover:nth-child(6n) .icon,
header .base-nav nav ul li.current:nth-child(6n) .icon {
  background-position: -144px -31px
}

header .base-nav nav ul li:nth-child(2n) .icon {
  width: 22px;
  height: 18px;
  background-position: -32px -5px
}

header .base-nav nav ul li:nth-child(3n) .icon {
  width: 20px;
  height: 22px;
  background-position: -61px -3px
}

header .base-nav nav ul li:nth-child(4n) .icon {
  width: 20px;
  height: 22px;
  background-position: -88px -3px
}

header .base-nav nav ul li:nth-child(5n) .icon {
  width: 22px;
  height: 22px;
  background-position: -115px -3px
}

header .base-nav nav ul li:nth-child(6n) .icon {
  width: 22px;
  height: 20px;
  background-position: -144px -4px
}

header .base-nav .searchBox {
  position: relative;
  font-size: 14px;
  color: #999999
}

header .base-nav .searchBox .icon {
  width: 17px;
  height: 17px;
  background-position: -3px -59px;
  position: absolute;
  left: 12px;
  top: 9px
}

header .base-nav .searchBox input {
  width: 160px;
  height: 36px;
  text-indent: 36px;
  background: #FFFFFF;
  border: 1px solid #47FFA3;
  border-radius: 5px
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 17, 2023
 */
 @font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, 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');
  font-weight: 400;
  font-style: normal
}

:root {
  --swiper-theme-color: #007aff
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
  transform: translate3d(0px,0,0)
}

.swiper-pointer-events {
  touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform
}

.swiper-slide-invisible-blank {
  visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
  height: auto
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height:100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width:100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop:always
}



.base-title {
  display: flex;
  justify-content: space-between;
}
.base-title .title-name {
  display: flex;
  align-items: center;
}


.base-title .title-name p {
  margin-top: 10px;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #000000;
  position: relative;
  z-index: 1;
}
.base-title .title-name p span {
  z-index: -1;
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  color: #EBEBEB;
  top: -10px;
  left: -10px;
  right: -10px;
  text-align: center;
}
.base-title a.titleR {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  color: #666666;
  display: flex;
  align-items: center;
}
.base-title a.titleR::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 4px;
  display: inline-block;
  background-image: url(../images/icon.png);
  background-repeat: no-repeat;
  background-size: 1000px 1000px;
  background-position: -65px -151px;
}
.base-title a.titleR:hover {
  color: #45cf8a;
}

.base-title .title-name .title-name-icon {
  width: 60px;
  height: 51px;
  background-position: -106px -684px;
  margin-right: 12px;
}


footer {
  width: 100%;
  background: #313131;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  padding: 34px 0 30px;
  margin-top: 50px;
}

footer .boxCont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 58px
}

footer .boxCont .logo {
  height: 94px
}

footer .boxCont .logo img {
  display: block;
  height: 100%;
  width: auto
}
footer .boxCont .img-qr{
  height: 94px
}
footer .boxCont .img-qr img{
  display: block;
  height: 100%;
  width: auto
}

footer .boxCont ul {
  display: flex;
  align-items: center;
  height: 54px;
  background: rgba(255,255,255,0.2);
  border-radius: 27px;
  color: #999999;
  font-size: 14px;
  padding: 0 12px
}

footer .boxCont ul a {
  padding: 0 28px
}

footer .boxCont ul .active a {
  color: #47FFA3
}

.mbx-nav {
  padding-top: 2px;
  height: 44px;
  line-height: 44px;
  margin: 0 auto 5px;
}

.mbx-nav div {
  position: relative;
  margin: 0 auto;
}

.mbx-nav div:before {
  content: "";
  position: relative;
  top: 14px;
  margin-right: 11px;
  vertical-align: top;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/icon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -618px -3px;
}

.mbx-nav div,
.mbx-nav div a {
  font-size: 14px;
  color: #999;
}

.mbx-nav a,
.mbx-nav span {
  position: relative;
  display: inline-block;
  color: #999;
  vertical-align: top;
}

.mbx-nav a:after {
  content: "";
  position: relative;
  margin-left: 10px;
  top: 17px;
  vertical-align: top;
  display: inline-block;
  width: 7px;
  height: 12px;
  background: url(../images/icon.png) no-repeat;
  background-size: 1000px 1000px;
  background-position: -694px -3px;
}

.mbx-nav span {
  position: relative;
  color: #45d5ae;
  line-height: 44px;
}

.mbx-nav a:hover {
  color: #45d5ae;
}

.mbx-nav a {
  padding-right: 10px;
}



/*¨¨??¨¨??*/
#comment_list .quote, #comment_list .quote span {
  text-indent: 0;
  text-align: left;
}

#comment_list {
  color: #2f2f2f;
  zoom:1; font-size: 12px;
  overflow: hidden;
  position: relative;
}

#comment_list dt {
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  padding: 0;
}

#comment_list h2 {
  height: 30px;
  padding: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd
}

#comment_list h2 em {
  float: left;
  margin-right: 8px;
  width: 4px;
  height: 17px;
  background: #e0e0e0;
  border-radius: 2px;
  margin-top: 4px;
}

#comment_list h2 span {
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

#comment_list dl {
  padding: 0;
  text-align: left;
}

#comment_list dd {
  word-wrap: break-word;
  line-height: 20px;
  padding: 10px 0px;
  margin: 0;
  font-size: 14px;
  border-bottom: 1px dashed #e5e5e5;
  margin-bottom: 10px;
}

#comment_list dd img {
  margin-top: -5px;
}

#comment_list blockquote, #comment_list .quote {
  padding: 3px 3px 5px;
  margin: 0 0 5px 0;
  border: 1px solid #bfbfbf;
  background: #fffde9;
  color: #000;
}

#comment_list blockquote h4, #comment_list .quote span {
  color: #666;
  padding: 0 3px;
  font-weight: normal;
  font-size: 12px;
  display: block;
  background: none;
}

#comment_list blockquote h4 cite {
  font-style: normal;
}

#comment_list blockquote div {
  padding: 0 7px;
}

#comment_list dt i {
  font-family: verdana;
  font-style: normal;
}

#comment_list dt b {
  margin: 0 6px;
  color: #d92227;
  font-weight: normal;
}

#comment_list p {
  text-align: right;
  line-height: 1;
  padding: 5px 0;
  font-size: 12px;
  margin-top: 10px;
}

#comment_list p a {
  color: #7e7e7e;
  margin-left: 10px;
}

#comment_list dt span {
  float: left;
}

#comment_list dt em {
  float: right;
  font-style: normal;
}

#comment_0 dt {
}

#s_comment {
  text-align: center;
}

#s_comment textarea {
  border: 1px solid #ececec;
  padding: 3px 0;
  width: 99%;
  height: 80px;
  line-height: 20px;
  margin: 15px 0 12px 0;
  text-indent: 5px;
  padding: 5px 0;
  font-size: 14px;
  border-radius: 3px;
}

#s_comment .comment_btn {
  padding: 0 0px 20px 3px;
  text-align: left;
}

#s_comment .comment_btn input {
  width: 146px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  border: 0 none;
  padding: 0;
  margin-right: 15px;
  background: #00d36a;
  cursor: pointer;
  font-size: 18px;
  border-radius: 3px;
}

#s_comment .comment_btn span {
  font-size: 14px;
  color: #555;
}
.lookpl{
  display: none;
}
.lookpl a {
  margin: 10px auto;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  text-align: center;
  color: #7e7e7e;
  background: #f8f8f8;
  border-radius: 20px;
  display: block;
  font-weight: normal;
}

.lookpl a i {
  font-style: normal;
}

.lookpl a:hover {
  background: #ececec
}

.page {
  margin-bottom: 25px;
  overflow: hidden;
  margin-top: 15px;
}

.page .tspage {
  height: 30px;
  margin: 5px 0 5px;
  background: none;
  line-height: 26px;
}

.page .tspage .tsp_count,.tsp_change {
  display: none;
}

.page .tspage .tsp_nav {
  text-align: center;
}

.page .tspage .tsp_nav i {
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 12px;
  background: #fafafa;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  margin: 0 0 0 12px;
  display: inline-block;
  overflow: hidden;
  border-radius: 3px;
}

.page .tspage .tsp_nav b {
  width: auto;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  padding: 0 12px;
  background: #f00;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 0 12px;
  display: inline-block;
  overflow: hidden;
}

.page .tspage .tsp_nav a {
  width: auto;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  padding: 0 12px;
  background: #fafafa;
  font-size: 14px;
  font-weight: normal;
  color: #555;
  margin: 0 0 0 12px;
  border-radius: 3px;
  display: inline-block;
  overflow: hidden;
}

.page .tspage .tsp_nav a.tsp_more,.page .tspage .tsp_nav a.tsp_next,.page .tspage .tsp_nav a.tsp_end,.page .tspage .tsp_nav a.tsp_home,.page .tspage .tsp_nav a.tsp_prev {
  padding: 0;
  border: none;
}

.page .tspage .tsp_nav a:hover {
  background: #f00;
  color: #fff;
}

.page .tspage .tsp_nav a.tsp_more:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a.tsp_next:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a.tsp_end:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a.tsp_home:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a.tsp_prev:hover i {
  background: #f00;
  color: #fff;
  border: none;
}

.page .tspage .tsp_nav a i {
  margin: 0;
  background: none;
}

.keyText {
  border-radius: 10px;
  border: 1px solid #55ffaa;
  clear: both;
  color: #666;
  font-size: 14px;
  line-height: 2;
  font-weight: normal;
  margin: 15px 0px 10px 0px;
  padding: 13px 20px 10px;
  background: #f0fff7;
}
.keyText::before{
  content:"ÌØ±ðËµÃ÷";
  font-size: 25px;
  color: #1cd777;
}

.keyText b {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding-left: 50px;
}

.keyText p {
  overflow: hidden;
  clear: both;
  width: 100%;
  margin-top: 8px;
}






