.wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.fix-header {
    position: fixed !important;
    width: 100% !important;
    background: #fff !important;
    box-shadow: 0 4px 8px 0 rgba(7,17,27,0.1);
}

.w574 {
  width: 574px;
}

.loadmore {
  width: 169px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  border-radius: 100px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.14);
  transition: background .5s;
}

.fenye {
  margin-top: 80px;
  overflow: hidden;
}

.fenye p:first-child {
  margin-bottom: 24px;
}

.fenye p a {
  color: rgba(0, 0, 0, 0.60);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.fenye p:hover a {
  color: #0072F5;
  text-decoration: underline;
}

.flex {
  display: flex;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.pc {
  display: block !important;
}

.sj,
.sjflex {
  display: none !important;
}

.search {
  width: 18px;
  height: 18px;
  background: url(../img/icon_search.png) 0 center no-repeat;
  background-size: cover;
}

.title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.title .text {
  display: flex;
}

.title .text .yuan {
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, #00C950 0%, #00B8DB 100%);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.title .text .btit {
  margin-left: 24px;
}

.title .text .btit h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.45px;
}

.title .text .btit span {
  font-size: 16px;
  color: #00A63E;
  text-transform: uppercase;
  letter-spacing: -0.31px;
  margin-left: 16px;
}

.title .text .btit img {
  width: 128px;
  height: auto;
}

.title .more {
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.title .more a {
  color: #6A7282;
  margin-right: 8px;
}

.title .more a:hover{
    color: #00A63E;
}

.title2 {
  text-align: center;
}

.title2 h4 {
  margin-bottom: 15px;
}

.title2 h4 span {
  color: #0092B8;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
  position: relative;
}

.title2 h4 span::before,
.title2 h4 span::after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 8px;
  opacity: 0.5539;
  background: linear-gradient(135deg, #00B8DB 0%, #2B7FFF 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.title2 h4 span::before {
  left: 0;
}

.title2 h4 span::after {
  right: 0;
}

.title2 h2 {
  color: #101828;
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 12px;
}

.title2 h2 span {
  padding: 0 80px;
  position: relative;
}

.title2 h2 span::before,
.title2 h2 span::after {
  content: '';
  width: 64px;
  height: 1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.title2 h2 span::before {
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.00) 0%, #00B8DB 100%);
}

.title2 h2 span::after {
  right: 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.00) 0%, #00B8DB 100%);
}


.sjmenu {
  display: none;
}

.head {
  width: 100%;
  position: relative;
}

.head .banner {
  width: 100%;
  position: relative;
}

.head .banner img {
  display: block;
  width: 100%;
}

.headcon {
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 28%, rgba(255, 255, 255, 0.6) 65%, rgba(255, 255, 255, 0) 100%);
  z-index: 999;
}

.headinner {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}

.headinner .logo {
  width: 377px;
  height: 61px;
  margin-top: 10px;
  overflow: hidden;
}

.headinner .logo img {
  display: block;
  width: 100%;
}

.nav {
  display: flex;
  margin-top: 24px;
}

.nav .btn {
  height: 22px;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  line-height: 22px;
  margin-left: 20px;
}

.nav .btn .search {
  margin: 3px 5px 0 0;
}

.nav li {
  height: 32px;
  font-size: 16px;
  position: relative;
}

.nav li .navtit {
  height: 100%;
  display: block;
  color: #000;
  padding: 0 0 10px;
  margin: 0 20px;
  position: relative;
}

.nav li.on>a {
  background: linear-gradient(45deg, #00C950, #00B8DB);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.nav li.on>a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #00C950, #00B8DB);
}

.nav_xl {
  position: absolute;
  left: 50%;
  top: 32px;
  height: 0;
  border-radius: 8px;
  opacity: 0;
  overflow: hidden;
  transform: translateX(-50%);
  transition: all 0.3s;
  z-index: 1000;
}

.nav_xl_inner {
  padding: 8px 16px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.75) 28%, rgba(255, 255, 255, 0.75) 65%, rgba(255, 255, 255, 0.5) 100%);
  overflow: hidden;
  position: relative;
}

.nav_xl_inner a {
  color: rgba(0, 0, 0, 0.90);
  margin: 8px 0;
  display: block;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
}

.brand {
  width: 1200px;
  height: 75px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.brand h2 {
  height: 40px;
  color: #FFF;
  font-size: 36px;
  line-height: 40px;
  padding-left: 25px;
  position: relative;
}

.brand h2::before {
  content: '';
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.brand .b-nav {
  height: 16px;
  margin-top: 29px;
  color: rgba(255, 255, 255, 0.80);
}

.brand .b-nav a,
.brand .b-nav span {
  font-size: 12px;
  line-height: 13px;
  color: rgba(255, 255, 255, 0.80);
}

.common {
  width: 100%;
  padding: 88px 0 60px;
  position: relative;
}

.common-inner {
  width: 100%;
  height: auto;
}

.common-nr {
  width: 894px;
}

.pagenum {
  width: 100%;
  text-align: center;
  margin-top: 60px;
}

.pagenum a {
  display: inline-block;
  width: 32px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  background: #FFF;
  font-size: 14px;
  color: #606266;
  margin: 20px 4px 0;
  vertical-align: middle;
}

.pagenum span {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #606266;
  margin: 20px 0 0;
  vertical-align: middle;
}

.pagenum input {
  width: 56px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #DCDFE6;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #606266;
  margin: 20px 0 0;
  vertical-align: middle;
}

.pagenum a:hover {
  background-color: #F1FBFF;
  color: #0092B8
}

.pagenum .active {
  background-color: #F1FBFF;
  color: #0092B8;
}

.biaoti {
  width: 100%;
  margin-bottom: 47px;
  position: relative;
}

.biaoti::before {
  content: '';
  width: 100%;
  height: 3px;
  background: url(../img/bgline.png) 0 center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.biaoti h2 {
  display: inline-flex;
  align-items: center;
  margin-left: 64px;
  padding: 7px;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 29px;
  background: #fff;
  z-index: 2;
  position: relative;
}

.biaoti h2 span {
  margin-left: 4px;
}

.cbl {
  display: flex;
  width: 244px;
  padding-left: 4px;
  flex-direction: column;
  background: linear-gradient(135deg, rgba(0, 184, 219, 0.50) 0%, rgba(43, 127, 255, 0.50) 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.cbl li {
  width: 100%;
  height: 49px;
  background: #fff;
  border-bottom: 1px solid #E1F2EC;
}

.cbl li.on {
  background: #F1FBFF;
}

.cbl li a {
  padding: 0 16px;
  display: block;
  font-size: 16px;
  line-height: 49px;
  padding-left: 16px;
}

.cbl li.on a {
  color: #0092B8;
  background: linear-gradient(135deg, #00B8DB 0%, #2B7FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cbl li:hover {
  background: #F1FBFF;
}

.cbl li:hover a {
  color: #0092B8;
  background: linear-gradient(135deg, #00B8DB 0%, #2B7FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.tckwrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  background: rgba(0, 0, 0, 0.67);
  z-index: 1001;
  overflow: hidden;
}

.tckwrap form {
  width: 780px;
  height: 74px;
  left: 50%;
  top: 320px;
  transform: translateX(-50%);
  border-radius: 74px;
  background: #fff;
  overflow: hidden;
  position: absolute;
}

.tckwrap form .item {
  width: 780px;
  height: 74px;
  padding: 18px 78px 18px 30px;
}

.tckwrap form .item input {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 18px;
  background: transparent;
}

.tckwrap form .item button {
  width: 38px;
  height: 38px;
  cursor: pointer;
  background: url(../img/icon_search.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 18px;
}

.foot {
  width: 100%;
  padding-top: 36px;
  background: url(../img/footbg.png) center top no-repeat;
  background-size: cover;
  font-family: "Noto Sans SC";
  overflow: hidden;
}

.footinner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footinner p {
  color: #000;
  font-size: 14px;
  line-height: 15px;
  margin-top: 15px;
}

.footinner p.p2 span:nth-child(2) {
  margin-left: 24px;
}

.footinner .cen {
  margin-top: 41px;
}

.footinner .right {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 41px;
}

.footinner .right img {
  display: block;
}

.footinner .right span {
  color: rgba(0, 0, 0, 0.40);
  font-size: 14px;
  line-height: 15px;
  margin-top: 13px;
  display: block;
  text-align: center;
}

.foot .footbot {
  color: rgba(0, 0, 0, 0.40);
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  margin: 28px 0 24px;
}

@media (any-hover:hover) {
  /* .nav li:hover>a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #00C950, #00B8DB);
  } */

  .nav_xl_inner a:hover {
    background: linear-gradient(45deg, #00C950, #00B8DB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .nav li:hover .nav_xl {
    height: auto;
    opacity: 1;
    top: 32px;
  }

  .loadmore:hover {
    color: #fff;
    border-color: transparent;
    border-radius: 100px;
    background: linear-gradient(135deg, #00C950 0%, #00B8DB 100%);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10);
  }
}

@media screen and (max-width: 750px) {

  body,
  html {
    font-size: 12px;
  }

  .fl,
  .fr {
    float: none;
  }

  .container {
    width: 100%;
  }

  .head {
    width: 100%;
    background: #fff;
    position: relative;
  }

  body.open {
    height: 100vh;
    overflow: hidden;
  }

  body.open .nav {
    right: 0;
    margin-top: 0;
  }

  body.open .sjshade {
    display: block;
  }

  .pc {
    display: none !important;
  }

  .sj {
    display: block !important;
  }

  .sjflex {
    display: flex !important;
  }

  .sjmenu {
    width: 15px;
    height: 12px;
    background: url(../img/icon_menu.png) 0 center no-repeat;
    background-size: cover;
    display: inline-block;
    margin-left: 10px;
  }

  .sjsearch {
    width: 14px;
    height: 14px;
    background: url(../img/icon_search.png) 0 center no-repeat;
    background-size: cover;
    display: inline-block;
  }

  .title .text .yuan {
    width: 48px;
    height: 48px;
  }

  .title .text .yuan img {
    width: 32px;
  }

  .title .text .btit {
    margin-left: 16px;
  }

  .title .text .btit h2 {
    font-size: 18px;
  }

  .title .text .btit span {
    font-size: 12px;
    margin-left: 8px;
    letter-spacing: -0.16px;
  }

  .title .text .btit img {
    width: 96px;
  }

  .title .more {
    font-size: 12px;

  }

  .title .more a {
    margin-right: 4px;
  }


  .title .more img {
    width: 12px;
  }

  .title2 h4 span {
    font-size: 12px;
    line-height: 12px;
    padding: 0 10px;
  }

  .title2 h4 span::before,
  .title2 h4 span::after {
    width: 4px;
    height: 4px;
  }

  .title2 h2 {
    font-size: 18px;
    line-height: 15px;
  }

  .title2 img {
    width: 42px;
  }

  .biaoti {
    margin-bottom: 20px;
  }

  .biaoti h2 {
    font-size: 18px;
    line-height: 15px;
  }

  .biaoti h2 img {
    width: 17px;
  }

  .brand {
    width: 100%;
    height: 45px;
    padding: 0 15px;
    align-items: center;
  }

  .brand h2 {
    height: 20px;
    font-size: 17px;
    line-height: 20px;
    padding-left: 15px;
  }

  .brand .b-nav {
    display: none;
  }

  .brand h2::before {
    width: 6px;
    height: 6px;
    margin-top: -3px;
  }

  .w574 {
    width: 100%;
  }

  .loadmore {
    width: 140px;
    height: 40px;
    color: #ACACAC;
    line-height: 40px;
    font-size: 15px;
  }

  .headcon {
    height: 40px;
  }

  .headinner {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .headinner .logo {
    margin-top: 0;
    width: 188px;
    height: auto;
  }

  .sjshade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    z-index: 999;
    overflow: hidden;
  }

  .close {
    width: 10px;
    height: 10px;
    background: url(../img/icon_close.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 20px;
    right: 15px;
  }

  .nav {
    position: absolute;
    right: -80%;
    top: 0;
    width: 80%;
    height: 100vh;
    margin-top: 0;
    padding: 45px 30px 0;
    background: rgba(255, 255, 255, 1);
    flex-direction: column;
    gap: 12px;
    justify-content: flex-start;
    transition: all 0.3s;
    z-index: 1999;
  }

  .nav li {
    width: 100%;
    height: auto;
    font-size: 14px;
    position: relative;
  }

  .nav .btn {
    display: none;
  }

  .nav_xl {
    top: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
  }

  .nav li.on>a {
    background: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000;
  }

  .nav li.on .nav_xl {
    height: auto;
    opacity: 1;
  }

  .nav_xl_inner {
    width: 100%;
    padding: 0;
    overflow: hidden;
    position: relative;
  }

  .nav_xl_inner a {
    color: #808080;
    text-align: center;
    font-size: 14px;
    display: block;
    line-height: normal;
    text-align: left;
    padding: 0 16px;
  }

  .nav li .navtit {
    font-size: 14px;
    height: auto;
    margin: 0;
    padding-bottom: 0;
  }

  .nav li.on:first-child .navtit::after,
  .nav li:nth-child(6) .navtit::after {
    display: none;
  }

  .nav li:has(.nav_xl)>.navtit::after {
    content: '';
    width: 9px;
    height: 4px;
    background: url(../img/nav_top_arrow.png) 0 0 no-repeat;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    bottom: auto;
    margin-top: -2px;
    transform: rotateZ(180deg);
    background-size: cover;
    transition: all 0.3s;
  }

  .nav li.on:has(.nav_xl)>.navtit::after {
    transform: rotateZ(0deg);
  }

  .tckwrap form {
    width: 310px;
    height: 45px;
    left: 50%;
    top: 160px;
    transform: translateX(-50%);
    border-radius: 45px;
    position: absolute;
  }

  .tckwrap form .item {
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
  }

  .tckwrap form .item button {
    width: 19px;
    height: 19px;
    cursor: pointer;
    background: url(../img/icon_search.png) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 15px;
    top: 13px;
  }

  .foot {
    background: url(../img/sjfootbg.png) center top no-repeat;
  }

  .footinner {
    padding: 0 15px;
    flex-direction: column;
  }

  .footinner p {
    margin-top: 8px;
    line-height: normal;
    letter-spacing: -0.15px;
  }

  .footinner .left .p2 {
    display: flex;
  }

  .footinner .left .p1 span {
    display: block;
    line-height: normal;
  }

  .footinner .left .p1 span:first-child {
    margin-bottom: 8px;
  }

  .footinner .left img {
    width: 244px;
  }

  .footinner .cen {
    margin-top: 0;
  }

  .footinner .right {
    display: flex;
    margin-top: 20px;
    gap: 0;
  }

  .footinner .right>div:first-child {
    margin-right: 30px;
  }

  .footinner .right span {
    margin-top: 7px;
  }

  .foot .footbot {
    padding: 0 15px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    margin: 28px 0 24px;
  }

  .common {
    padding: 20px 15px 30px;
  }

  .cbl {
    width: 100%;
    padding-left: 0px;
    display: flex;
    flex-direction: row;
    background: none;
    margin-bottom: 30px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  }

  .liucbl.cbl {
    flex-wrap: wrap;
  }

  .liucbl.cbl li {
    width: 33.33%;
  }

  .sjtab.cbl li a {
    text-align: left;
    padding: 0 8px;
  }

  .cbl li {
    height: 35px;
    border-left: 2px solid transparent;
  }

  .cbl li a {
    padding: 0;
    font-size: 13px;
    text-align: center;
    line-height: 35px;
  }

  .cbl li.on {
    border-color: #00B8DB;
    border-bottom: none;
  }

  .common-nr {
    width: 100%;
  }

  .pagenum {
    margin-top: 30px;
  }

  .pagenum a {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border: none;
    font-size: 12px;
    background: #F0F2F5;
    margin: 0 2px 0;
  }

  .pagenum a.left,
  .pagenum a.right {
    color: #fff;
  }

  .pagenum span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #606266;
    margin: 0;
  }

  .pagenum input {
    width: 41px;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #606266;
    margin: 0;
  }

  .fenye {
    margin-top: 28px;
  }

  .fenye p a {
    font-size: 14px;
  }

  .fenye p:first-child {
    margin-bottom: 20px;
  }


}