/*全局初始化样式*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::-webkit-scrollbar {
  width: 0.1rem;
  height: 0.1rem;
}
*::-webkit-scrollbar-thumb {
  border-radius: 0.1rem;
  background: #232323;
}
*::-webkit-scrollbar-track {
  border-radius: 0.1rem;
  background: #fafafa;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  position: relative;
  margin: 0 auto;
  color: #232323;
  font-size: 0.16rem;
  font-family: '微软雅黑', "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  width: 100%;
  zoom: 1;
  /*禁用Webkit内核浏览器的文字大小调整功能*/
  -webkit-text-size-adjust: none;
  /*取出点击出现半透明的灰色背景*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight: rgba(0, 0, 0, 0);
  /*设置字体的抗锯齿或者说光滑度*/
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
* {
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*word-break: break-all;*/
  word-wrap: break-word;
}
/*默认去除ul、li的默认样式*/
.p,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
  padding: 0;
}
.ul,
.ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
ul,
ul li,
dl,
dl dt,
dl dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,
input,
textarea {
  border-radius: 0;
  -webkit-border-radius: 0;
  color: #333;
}
/*表单元素获得焦点时不显示虚线框*/
input:focus {
  outline: none;
}
input,
button,
select,
textarea {
  outline: none;
  /*-webkit-appearance:none;*/
  /*强制去除表单自带的样式*/
}
/*不允许多行输入文本框有滚动条*/
textarea {
  resize: none;
  /*-webkit-appearance:none;*/
  /*强制去除textarea自带的样式*/
}
/*初始化表单元素样式*/
textarea,
input,
select {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
/*初始化HTML5标签样式*/
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
figcaption {
  display: block;
}
/*去除figure边距*/
figure,
figcaption {
  margin: 0px;
  padding: 0px;
}
/*初始化图片样式*/
img {
  border: none;
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
/*初始化a的样式和字体样式*/
a {
  color: #333;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
em {
  font-style: normal;
}
/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  font-size: 0px;
}
.clearfix {
  zoom: 1;
}
/* 滚动条 */
/* * {scrollbar-width: thin;scrollbar-color: #8b8b8b;} */
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
*::-webkit-scrollbar-thumb {
  background: #8b8b8b;
  border-radius: 3px;
}
.w14 {
  width: 14rem;
  margin: 0 auto;
}
.w15 {
  width: 15.48rem;
  margin: 0 auto;
}
.fx {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.as {
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.ac {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.ae {
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.jsb {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.jsa {
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -o-justify-content: space-around;
  justify-content: space-around;
}
.fc {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.jcc {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.fw {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ehn {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ehn2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.ehn3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-all;
  -o-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
}
.animHide {
  opacity: 0;
}
.hideen {
  overflow: hidden;
}
.fixedImg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@font-face {
  font-family: 'MiSansRegular';
  src: url('../fonts/MiSansRegular.ttf');
}
@font-face {
  font-family: 'swiss';
  src: url('../fonts/Swiss721BT-BoldOutline.otf');
}
.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.container .section {
  flex: 1;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.container .section .bg {
  position: absolute;
  left: -1rem;
  top: -2.5rem;
  z-index: -1;
}
.mtop {
  height: 0.98rem;
}
.header {
  background: #fff;
  position: fixed;
  left: 0;
  width: 100%;
  height: 0.98rem;
  z-index: 1000;
  box-sizing: border-box;
  transform: translateY(-100%);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}
.header .logo {
  height: 100%;
  width: 27.5%;
  background: #4dbdf0;
  text-align: center;
}
.header .logo a {
  display: inline-block;
  width: 3.48rem;
  outline:none;
}
.header .logo a img {
  width: 100%;
}
.header .rx {
  margin-left: 0.66rem;
  line-height: 1.5;
}
.header .rx .hrxicon {
  width: 0.54rem;
  height: 0.54rem;
  margin-right: 0.14rem;
}
.header .rx .tel {
  display: inline-block;
  color: #4dbdf0;
  font-size: 0.14rem;
  line-height: 1.5;
}
.header .rx .hnsz {
  display: block;
  font-family: "Helvetica Bold";
  color: #333333;
  font-size: 0.26rem;
}
.header .nav {
  margin-left: auto;
  padding-right: 1.8rem;
}
.header .ul_nav {
  position: relative;
}
.header .ul_nav li {
  height: 100%;
  margin: 0 0.19rem;
  position: relative;
}
.header .ul_nav li::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0.16rem;
  height: 0.04rem;
  bottom: 0.16rem;
  background: url(../img/ico2.png) no-repeat center;
  transition: all 0.3s;
  opacity: 0;
}
.header .ul_nav li > a {
  display: inline-block;
  color: #333;
  line-height: 0.98rem;
  transition: all 0.3s;
}
.header .ul_nav li.active::after,
.header .ul_nav li:hover::after {
  opacity: 1;
}
.header .ul_nav li.active a,
.header .ul_nav li:hover a {
  color: #4dbdf0;
}
.header .ul_nav li .subnav {
  position: absolute;
  left: 50%;
  width: 1.4rem;
  margin-left: -0.7rem;
  z-index: 10;
  top: 100%;
  background: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  transition: 0.55s;
  text-align: center;
  box-sizing: border-box;
  padding: 0.2rem 0;
  border-radius: 5px;
}
.header .ul_nav li .subnav::before {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: 50%;
  transform: translateX(-50%);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.75);
}
.header .ul_nav li .subnav a {
  display: block;
  color: #ccc;
  font-size: 0.14rem;
  line-height: 1.5;
  padding: 0.05rem 0.1rem;
  transition: all 0.3s;
}
.header .ul_nav li .subnav a:hover,
.header .ul_nav li .subnav a.active {
  color: #04bdf0;
  text-decoration: underline;
}
.header .ul_nav li:hover .subnav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .btn_search {
  padding: 0 0.16rem;
  cursor: pointer;
}
.header .btn_search svg {
  width: 0.24rem;
  height: 0.24rem;
}
.header .btn_search svg path {
  fill: #727272;
}
.header .btn_menu {
  position: relative;
  cursor: pointer;
  width: 0.24rem;
  height: 0.2rem;
  margin-left: 0.18rem;
}
.header .btn_menu span {
  position: absolute;
  height: 2px;
  background: #000;
  opacity: 1;
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(0deg);
  transition: margin 0.4s 0.4s, transform 0.4s, opacity 0.4s;
}
.header .btn_menu span:nth-child(1) {
  margin-top: -0.08rem;
}
.header .btn_menu span:nth-child(3) {
  margin-top: 0.08rem;
}
.header .menu_handler {
  display: none;
  height: 100%;
  background: #4dbdf0;
  cursor: pointer;
  width: 0.7rem;
  margin-left: 0.4rem;
  position: relative;
}
.header .menu_handler span {
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -0.15rem;
  position: absolute;
  width: 0.3rem;
  height: 2px;
  background: #fff;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0;
}
.header .menu_handler span::before,
.header .menu_handler span::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  display: inline-block;
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0;
}
.header .menu_handler span::before {
  top: -0.1rem;
}
.header .menu_handler span::after {
  top: 0.1rem;
}
.header .menu_handler.active span {
  background: transparent;
}
.header .menu_handler.active span::before {
  top: 0;
  transform: rotate(45deg);
}
.header .menu_handler.active span::after {
  top: 0;
  transform: rotate(-45deg);
}
.header.show {
  transform: translateY(0);
}
.w86 {
  width: 86%;
  margin: 0 auto;
}
.head_ejmenu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 1001;
  padding: 0.6rem 0;
  display: none;
}
.head_ejmenu .w86 {
  display: flex;
  align-items:flex-start;
}
.head_ejmenu .ejLogo{
    margin-top:.7rem;
}
.head_ejmenu .huls {
  flex: 1;
  margin-left: 0.7rem;
  display: flex;
  color: #555;
}
.head_ejmenu .huls li {
  flex: 1;
  line-height:1.8;
}
.head_ejmenu .huls h3 {
  font-size: 0.18rem;
}
.head_ejmenu .huls a {
  transition: all 0.3s;
  display: block;
  color: #555;
  margin-top: 0.07rem;
  font-size: 0.14rem;
}
.head_ejmenu .huls a:hover,
.head_ejmenu .huls a.active{
    color:#4dbdf0;
}
.head_ejmenu .clo {
  margin-left: auto;
  fill: #555;
  cursor: pointer;
}
.menuBox {
  border-top: 1px solid #e4e4e4;
  background-color: #fff;
  color: #333333;
  position: fixed;
  right: 0;
  top: 1rem;
  width: 100%;
  height: calc(100vh - 1rem);
  overflow-x: hidden;
  overflow-y: auto;
  transform: translateX(100%);
  z-index: 1008;
  -webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.menuBox .hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0.3rem;
}
.menuBox .hd .arw {
  width: 0.8rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menuBox .hd svg {
  width: 0.3rem;
  height: 0.3rem;
}
.menuBox .mlk {
  flex: 1;
  font-size: 0.34rem;
}
.menuBox .cld {
  padding-left: 0.6rem;
  display: none;
}
.menuBox .cld a {
  display: block;
  font-size: 0.28rem;
  padding: 0.2rem 0;
}
.menuBox li {
  border-bottom: 1px solid #e4e4e4;
}
.menuBox li.cur .hd {
  background: #4dbdf0;
}
.menuBox li.cur .hd .mlk {
  color: #fff;
}
.menuBox li.cur .hd svg {
  fill: #fff;
}
.search_dialog_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.search_dialog_box .search_bg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120vw;
  height: 120vw;
  margin: -60vw 0 0 -60vw;
  background: #003a8e;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100%;
  transform: scale(0);
  transform-origin: center center;
  transition: transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}
.search_dialog_box .bubbles_bg {
  opacity: 0;
  visibility: hidden;
}
.search_dialog_box .bubbles_bg .bubble {
  position: absolute;
  animation: spin 8s infinite linear;
  transform-origin: 50% 45%;
}
.search_dialog_box .bubbles_bg .bubble .circle {
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  animation: spin-reverse 8s infinite linear;
}
.search_dialog_box .bubbles_bg .bubble:nth-child(2n) {
  animation: spin2 8s infinite linear;
}
.search_dialog_box .bubbles_bg .bubble:nth-child(2n) .circle {
  animation: spin-reverse2 8s infinite linear;
}
.search_dialog_box .bubble1 {
  width: 6%;
  padding-top: 6%;
  left: 26.875%;
  top: -1.67%;
}
.search_dialog_box .bubble1 .circle {
  border: 1px solid #fff;
}
.search_dialog_box .bubble2 {
  width: 12px;
  padding-top: 12px;
  left: 13.54%;
  top: 18%;
}
.search_dialog_box .bubble2 .circle {
  background-color: #0054ae;
  opacity: 0.2;
}
.search_dialog_box .bubble3 {
  width: 36px;
  padding-top: 36px;
  left: 8.854%;
  top: 30.55%;
}
.search_dialog_box .bubble3 .circle {
  background-color: #0054ae;
  opacity: 0.2;
}
.search_dialog_box .bubble4 {
  width: 56.875%;
  padding-top: 56.875%;
  left: -28.6458%;
  top: 51.85%;
}
.search_dialog_box .bubble4 .circle {
  background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05) 100%);
  background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05) 100%);
  background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05) 100%);
}
.search_dialog_box .bubble5 {
  width: 54px;
  padding-top: 54px;
  left: 26.3%;
  top: 70.83%;
}
.search_dialog_box .bubble5 .circle {
  background-color: #fff;
  opacity: 0.1;
}
.search_dialog_box .bubble6 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 73.4375%;
  top: -52.77%;
}
.search_dialog_box .bubble6 .circle {
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1) 100%);
}
.search_dialog_box .bubble7 {
  width: 2rem;
  padding-top: 2rem;
  left: 60.9375%;
  top: 18.5%;
}
.search_dialog_box .bubble7 .circle {
  background-color: #0054ae;
  opacity: 0.2;
}
.search_dialog_box .bubble8 {
  width: 1.35rem;
  padding-top: 1.35rem;
  left: 95.83%;
  top: 70.83%;
}
.search_dialog_box .bubble8 .circle {
  border: 1px solid #fff;
}
.search_dialog_box .bubble9 {
  width: 16px;
  padding-top: 16px;
  left: 76.5625%;
  top: 96.296%;
}
.search_dialog_box .bubble9 .circle {
  background-color: #fff;
}
.search_dialog_box .bubble10 {
  width: 56.875%;
  padding-top: 56.875%;
  left: 71.354%;
  top: 87%;
}
.search_dialog_box .bubble10 .circle {
  background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%);
  background: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%);
}
.search_dialog_box .search_dialog {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.search_dialog_box .search_dialog .tit {
  font-size: 0.34rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  overflow: hidden;
}
.search_dialog_box .search_dialog .tit p {
  transform: translateY(100%);
  transition: 0.6s;
}
.search_dialog_box .search_inner {
  width: 50%;
  margin: 0.5rem auto;
  padding: 0 0.5rem 0 0.5rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.1rem;
  box-sizing: border-box;
  transition: all 0.3s;
  max-width: 94%;
  display: flex;
}
.search_dialog_box .search_inner input {
  flex: 1;
  height: 0.7rem;
  line-height: 0.7rem;
  color: #fff;
  background: transparent;
  transition: all 0.3s;
  font-size: 0.2rem;
}
.search_dialog_box .search_inner input::placeholder {
  color: #fff;
}
.search_dialog_box .search_inner .btn {
  height: 0.7rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.search_dialog_box .search_inner .btn path {
  fill: #ffffff;
}
.search_dialog_box .close {
  position: absolute;
  height: 0.4rem;
  width: 0.4rem;
  right: 2.125%;
  top: 0.2rem;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s;
}
.search_dialog_box .close path {
  fill: #fff;
}
.search_dialog_box .close:hover {
  transform: rotate(90deg);
}
.search_dialog_box.on {
  opacity: 1;
  visibility: visible;
}
.search_dialog_box.on .search_bg {
  transform: scale(1);
}
.search_dialog_box.on .bubbles_bg {
  opacity: 1;
  visibility: visible;
}
.search_dialog_box.on .tit p {
  transform: translateY(0);
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}
@keyframes spin2 {
  to {
    transform: rotate(-1turn);
  }
}
@keyframes spin-reverse {
  from {
    transform: rotate(1turn);
  }
}
@keyframes spin-reverse2 {
  from {
    transform: rotate(-1turn);
  }
}
.banner {
  width: 100%;
  height:8.43rem;
  overflow: hidden;
  position: relative;
}
.banner .mask {
  width: 100%;
  height: 100%;
  background: rgba(24, 41, 75, 0.5);
  color: #fff;
  z-index: 10;
  position:relative;
}
.banner .mask .tit {
  font-weight: bold;
  font-size: 0.46rem;
  margin-bottom: 0.9rem;
}
.banner .mask .tit img {
  width: 0.78rem;
  margin-right: 0.2rem;
}
.banner .mask .m_container {
  width: 14rem;
  height: 100%;
  margin: 0 auto;
  padding-top: 2.06rem;
  position: relative;
}
.banner .mask .ialist li {
  width: 25%;
  text-align: center;
  position: relative;
}
.banner .mask .ialist li .counter {
  font-size: 0.8rem;
  font-weight: bold;
  font-family: 'MiSansRegular';
  line-height: 1.2;
}
.banner .mask .ialist li .up {
  font-size: 0.8rem;
  font-weight: bold;
  font-family: 'MiSansRegular';
  position: absolute;
  top: -0.3rem;
}
.banner .mask .pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.6rem;
}
.banner .mask .pagination .swiper-pagination-bullet {
  font-family: "Helvetica";
  color: #fff;
  margin: 0 0.06rem;
  cursor: pointer;
  font-family: 'MiSansRegular';
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  opacity: 1;
}
.banner .mask .pagination .swiper-pagination-bullet em {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transition: 0.45s;
  margin-top: -5px;
}
.banner .mask .pagination .swiper-pagination-bullet em::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 2px;
  background: #fff;
  transition: 0.45s;
}
.banner .mask .pagination .swiper-pagination-bullet-active {
  font-weight: bold;
}
.banner .mask .pagination .swiper-pagination-bullet-active em {
  width: 0.8rem;
  margin-left: 0.1rem;
}
.banner .mask .pagination .swiper-pagination-bullet-active em::before {
  width: 100%;
}
.bannerSwiper{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
}
.bannerSwiper img {
    width: 100%;
    height:100%;
}
.indexM1 {
  padding: 0.9rem 0;
  color: #fff;
}
.indexM1 h2 {
  font-size: 0.46rem;
  font-weight: bold;
  padding-bottom: 0.1rem;
}
.indexM1 .en {
  font-size: 0.3rem;
  font-family: 'MiSansRegular';
  text-transform: uppercase;
}
.indexM1 .more {
  color: #fff;
  font-family: 'MiSansRegular';
}
.indexM1 .more img {
  margin-left: 0.1rem;
  width: 0.33rem;
}
.indexM2 {
  overflow: hidden;
  background-attachment: fixed;
  position: relative;
}
.indexM2::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 7.93rem;
  height: 100%;
  background: rgba(220, 247, 254, 0.6);
}
.indexM2 .tSwiper {
  width: 15.48rem;
  margin: 0 auto;
}
.indexM2 .tSwiper .swiper-slide {
  width: auto;
}
.indexM2 .arw {
  position: absolute;
  right: 0.3rem;
  top: 0.6rem;
  background: #04bdf0;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 110;
  display: none;
}
.indexM2 .arw img {
  width: 0.3rem;
}
.irbitem {
  position: relative;
  padding: 1.3rem 0 1.3rem 0;
  width: 9.28rem;
  z-index: 2;
}
.irbitem .gytxt1 {
  color: #333;
  font-size: 0.36rem;
  font-weight: bold;
  padding-bottom: 0.38rem;
}
.irbitem .gytxt1 img {
  width: 0.28rem;
  margin-left: 0.1rem;
}
.irbitem .ibltab {
  display: flex;
  margin-bottom: 0.5rem;
}
.irbitem .ibltab a {
  color: #a1a1a2;
  background: #fff;
  border: 1px solid #dbdbdb;
  display: inline-block;
  min-width: 1.4rem;
  height: 0.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 0.4rem;
  margin-right: 0.6rem;
  border-radius: 20px;
  padding: 0 0.3rem;
  transition: all 0.3s;
}
.irbitem .ibltab a.active {
  color: #fff;
  background: #4dbdf0;
  border-color: #4dbdf0;
}
.irbitem .iblcont {
  height: 3.15rem;
}
.irbitem .ilctxt {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  color: #666;
  width: 2.8rem;
  margin-bottom: 0.36rem;
  transition: all 0.3s;
  font-weight: bold;
}
.irbitem .ilctxt:hover {
  color: #4dbdf0;
}
.irbitem .ibiright {
  position: relative;
  top: 0.96rem;
  right: 1.35rem;
  flex-shrink: 0;
}
.irbitem .ibiright img {
  width: 6.57rem;
}
.irbitem .info {
  font-size: 0.14rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}
.lastItem {
  width: calc(15.48rem - 9.28rem);
  padding-left: 0.78rem;
}
.firstItem {
  z-index: 3;
  display: flex;
}
.firstItem .ibileft {
  width: 50%;
  flex-shrink: 0;
}
.firstItem .iribg {
  opacity: 0;
}
.fixed_right {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
}
.fixed_right a {
  width: 0.52rem;
  padding: 0.4rem 0.16rem;
  color: #555;
  text-align: center;
  display: block;
  background: #fff;
  line-height: 1.5;
}
.fixed_right a:last-child {
  background: #4dbdf0;
  color: #fff;
}
.indexM3 {
  background-attachment: fixed;
  padding: 1.4rem 0 2.76rem;
}
.indexM3 .tit {
  color: #fff;
  font-weight: bold;
  font-size: 0.36rem;
}
.indexM3 .more {
  color: #fff;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.indexM3 .more img {
  margin-left: 0.1rem;
}
.indexM3 .more:hover {
  opacity: 0.7;
}
.indexM3 .bnr {
  margin-top: 0.9rem;
  position: relative;
}
.indexM3 .zySwiper {
  width: 100%;
  height: 5.28rem;
}
.indexM3 .zySwiper .item {
  background: #fff;
  border-radius: 0.2rem;
  overflow: hidden;
}
.indexM3 .zySwiper .item .img {
  width: 100%;
  height: 2.62rem;
}
.indexM3 .zySwiper .item .img img {
  width: 100%;
  height: 100%;
}
.indexM3 .zySwiper .item .info {
  padding: 0.32rem 0.36rem;
}
.indexM3 .zySwiper .item .info .t {
  font-weight: bold;
  font-size: 0.2rem;
  margin-bottom: 0.16rem;
}
.indexM3 .zySwiper .item .info .ehn3 {
  color: #666666;
  font-size: 0.14rem;
  line-height: 1.6;
}
.indexM3 .zySwiper .swiper-slide:nth-child(even) {
  margin-top: 0.78rem;
}
.indexM3 .arrow {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 0.58rem;
  height: 0.58rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.indexM3 .arrow::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.33rem;
  height: 0.09rem;
  transform: translate(-50%, -50%);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.indexM3 .arrow:hover {
  color: #4dbdf0;
  background: #fff;
  border-color: #fff;
}
.indexM3 .arrow.prev {
  left: -0.75rem;
}
.indexM3 .arrow.prev::after {
  background-image: url(../img/arw2.png);
}
.indexM3 .arrow.prev:hover::after {
  background-image: url(../img/arw2h.png);
}
.indexM3 .arrow.next {
  right: -0.75rem;
}
.indexM3 .arrow.next::after {
  background-image: url(../img/arw.png);
}
.indexM3 .arrow.next:hover::after {
  background-image: url(../img/arwh.png);
}
.footer {
  background: #2e2f30;
  border-top: 0.05rem solid #04bdf0;
}
.footer a {
  color: #fff;
  transition: all 0.3s;
}
.footer a:hover {
  color: #4dbdf0 !important;
}
.footer .top {
  padding: 0.7rem 0;
}
.footer .logo {
  display: block;
  width: 3.51rem;
}
.footer .logo img {
  width: 100%;
}
.footer .f_nav {
  display: flex;
  margin: 0.42rem 0 0.26rem;
}
.footer .f_nav a {
  margin-right: 0.36rem;
}
.footer .links a {
  font-size: 0.14rem;
  color: #999896;
}
.footer .rtbox .l p {
  display: flex;
  align-items: center;
  color: #999896;
  padding-bottom: 0.28rem;
}
.footer .rtbox .l p:last-child {
  padding-bottom: 0;
}
.footer .rtbox .l p img {
  margin-right: 0.1rem;
}
.footer .tel {
  color: #fff !important;
  font-size: 0.32rem;
  font-family: 'Bahnschrift';
}
.footer .icon {
  width: 1.34rem;
  margin-left: 0.7rem;
  text-align: center;
}
.footer .icon img {
  width: 100%;
}
.footer .icon p {
  color: #999896;
  padding-top: 0.1rem;
}
.footer .btm {
  color: #fff;
  padding: 0.28rem 0;
  border-top: 1px solid #434445;
}
.footer .btm .tit {
  font-size: 0.2rem;
}
.footer .btm .tit span {
  font-size: 0.14rem;
}
.footer .btm a {
  margin-left: 0.26rem;
}
.z_head {
  position: relative;
}
.z_head .imbox {
  overflow: hidden;
  height: 100%;
}
.z_head .nimg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: scaleUpDown 1.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation: scaleUpDown 1.5s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.z_head .info {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.z_head .info .en {
  font-family: 'swiss';
  font-size: 0.62rem;
  font-weight: normal;
  -webkit-text-fill-color: transparent;
  text-stroke: 1px #fff;
  -webkit-text-stroke: 1px #fff;
  line-height: 1.3;
  text-transform: uppercase;
}
.z_head .info .text {
  font-size: 0.52rem;
  font-weight: bold;
}
.z_head .info .text span {
  visibility: visible;
  display: inline-block;
  transform: translate(-150px, 0) scale(0.3);
  animation: leftRight 0.45s forwards;
}
.z_menu {
  width: 100%;
  position: relative;
  z-index: 10;
  background: rgba(0, 0, 0, 0.15);
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: center;
  margin-top: -0.8rem;
}
.z_menu .imlink {
  position: relative;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 0.2rem;
  padding: 0 0.42rem;
  transition: all 0.3s;
}
.z_menu .imlink:not(:first-child)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 0.16rem;
  background: #fff;
}
.z_menu .imlink.active,
.z_menu .imlink:hover {
  color: #4dbdf0;
}
.dh {
  padding: 0.22rem 0;
  justify-content: flex-end;
  margin-bottom: 0.3rem;
}
.dh a,
.dh i {
  color: #bebebe;
}
.dh i {
  margin: 0 0.1rem;
}
.dh img {
  margin-right: 0.1rem;
}
.dh a.active,
.dh a:hover {
  color: #4dbdf0;
}
@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(0.7);
    opacity: 1;
    color: #fff;
  }
  60% {
    color: #fff;
  }
  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }
  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}
@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.sys {
  margin-top: 0.46rem;
}
.sys_item {
  margin-bottom: 0.34rem;
  position: relative;
}
.sys_item:nth-child(1) .ico {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.sys_item .im {
  width: 50%;
}
.sys_item .im img {
  width: 100%;
}
.sys_item .cont {
  height: 3.08rem;
  width: 50%;
  background: #04bdf0;
  overflow: hidden;
  position: relative;
  z-index: 2;
  font-size: 0.18rem;
  text-indent: 2em;
  color: #fff;
  padding: 0.58rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
}
.sys_item .cont strong {
  font-weight: bold;
}
.sys_item .cont::after {
  content: '';
  position: absolute;
  background: url(../img/ico15.png) no-repeat center;
  width: 3.05rem;
  height: 2.92rem;
  z-index: -1;
  right: -0.3rem;
  bottom: -0.4rem;
}
.sys_item:nth-child(2) {
  flex-direction: row-reverse;
}
.sys_item:nth-child(2) .cont {
  background: #24daab;
}
.sys_item:nth-child(2) .cont::after {
  display: none;
}
.sys_item:nth-child(3) .cont::after {
  bottom: initial;
  top: -1rem;
  right: -1rem;
}
.medal {
  position: absolute;
  right: 0;
  margin-top: -0.34rem;
  width: 13rem;
  z-index: -1;
}
.z_title {
  margin-top: 1rem;
  margin-bottom: 0.6rem;
}
.z_title .t {
  color: #04bdf0;
  font-size: 0.52rem;
  line-height: 1.5;
}
.z_title p {
  font-size: 0.2rem;
  margin-top: 0.1rem;
}
.ryzz .row {
  margin-bottom: 0.6rem;
  flex-wrap: wrap;
}
.ryzz .row .it {
  margin: 0 0.15rem;
  cursor: pointer;
  overflow: hidden;
  width:4.17rem;
}
.ryzz .row .it .img{
    width:100%;
    overflow:hidden;
}
.ryzz .row .it p{
    text-align:center;
    font-size:.18rem;
    color:#333;
    padding:0 .2rem;
    line-height:.5rem;
}
.ryzz .row .it img {
  width: 100%;
  transition: all 0.5s;
}
.ryzz .row .it:hover p{
    color:#4dbdf0;
}
.ryzz .row .it:hover img {
  transform: scale(1.05);
}
.gallery {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  display: none;
}
.gallery_hd,
.gallery_ft {
  height: 0.6rem;
}
.gallery_hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  padding: 0 0.3rem;
}
.gallery_hd .close {
  cursor: pointer;
  margin-left: auto;
}
.gallery_bd {
  height: calc(100vh - 1.2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction:column;
}
.gallery_bd img {
  max-height: calc(100vh - 1.2rem);
  max-width: 100%;
}
.gallery_bd p{
    text-align:center;
    color:#fff;
    line-height:.6rem;
    font-size:.18rem;
}
.tsfw {
  padding-top: 0.16rem;
  margin-bottom: 1rem;
  margin-top:.4rem;
  min-height:4rem;
}
.tsfw .aside {
  width: 1.26rem;
  border-left: 1px solid #d0d0d0;
  padding-left: 0.24rem;
}
.tsfw .aside a {
  display: block;
  width: 0.98rem;
  min-height: 0.38rem;
  padding: 0.12rem 0.12rem;
  background: #e5edf3;
  color: #c4c4c4;
  font-size: 0.18rem;
  text-align: center;
  margin-bottom: 0.12rem;
  position: relative;
  transition: all 0.3s;
}
.tsfw .aside a::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  left: -0.3rem;
  background: #c1c1c1;
  width: 0.1rem;
  height: 0.1rem;
}
.tsfw .aside a:hover,
.tsfw .aside a.active {
  background: #04bdf0;
  color: #fff;
}
.tsfw .content {
  width: calc(100% - 2.16rem);
  margin-left:auto;
}
.tsfw .content .tit {
  font-weight: bold;
  color: #04bdf0;
  font-size: 0.3rem;
  padding-bottom: 0.2rem;
}
.tsfw .content .info {
  text-indent: 2em;
  color: #333;
  line-height: 2;
  font-size: 0.18rem;
  margin-bottom: 0.24rem;
}
.cjwt {
  margin-top: 0.3rem;
  margin-bottom: 0.6rem;
  min-height: 4rem;
}
.cjwt .item {
  border: 1px solid #e9e9e9;
  margin-bottom: 0.2rem;
}
.cjwt .item .hd {
  padding: 0.28rem 0.42rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  cursor: pointer;
  transition: all 0.3s;
  color: #323232;
}
.cjwt .item .hd .t {
  font-size: 0.2rem;
  max-width: 90%;
}
.cjwt .item .hd .ico {
  font-weight: normal;
  font-size: 0.44rem;
}
.cjwt .item .bd {
  background: #ecfafe;
  padding: 0.3rem 0.42rem;
  font-size: 0.18rem;
  color: #666;
  line-height: 2;
  min-height: 2rem;
  display: none;
}
.cjwt .item.active .hd {
  background: #04bdf0;
  color: #fff;
}
.quse {
  background: #1ea4e1;
  border-radius: 0.1rem;
  margin-bottom: 0.32rem;
}
.quse .hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.36rem 0.4rem;
  border-bottom: 1px solid #9ec8f2;
}
.quse .hd h3 {
  color: #fff;
  font-size: 0.44rem;
}
.quse .hd .links {
  background: #fff;
  border-radius: 0.5rem;
  height: 0.54rem;
  width: 2.02rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #1ea4e1;
  font-size: 0.18rem;
  padding: 0 0.06rem 0 0.36rem;
}
.quse .hd .links span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1ea4e1;
  width: 0.43rem;
  height: 0.43rem;
  border-radius: 50%;
}
.quse .bd {
  padding: 0.52rem 0.44rem;
}
.quse .bd .ewm {
  text-align: center;
  color: #fff;
  width: 1.32rem;
}
.quse .bd .ewm img {
  width: 100%;
}
.quse .con {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
.quse .con .row {
  width: 50%;
  display: flex;
  align-items: center;
  color: #fff;
}
.quse .con .row:nth-child(1),
.quse .con .row:nth-child(2) {
  margin-bottom: 0.54rem;
}
.quse .con img {
  margin-right: 0.2rem;
  width: 0.52rem;
}
.quse .con .txt p:last-child {
  margin-bottom: 0.1rem;
}
.gywm {
  margin-bottom: 1rem;
}
.gywm .t1 {
  font-weight: bold;
  color: #1ea4e1;
  font-size: 0.44rem;
  padding-bottom: 0.1rem;
}
.gywm .t2 {
  font-size: 0.44rem;
  color: #323232;
  padding-bottom: 0.2rem;
}
.form {
  background: #fff;
  border-radius: 0.1rem;
  padding: 0.8rem 0.74rem;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: repeat(2, 1fr);
}
.form .ipt {
  display: flex;
  align-items: center;
}
.form .ipt .con {
  flex: 1;
  background: #f8f8f8;
  border-radius: 0.08rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
}
.form .ipt input {
  padding: 0.2rem;
  font-size: 0.16rem;
  height: 0.52rem;
  line-height: 0.52rem;
  flex: 1;
}
.form .ipt input::placeholder {
  color: #999999;
}
.form .ipt textarea {
  height: 1.36rem;
  padding: 0.2rem;
  font-size: 0.16rem;
  font-family: '微软雅黑';
  width:100%;
}
.form .ipt textarea::placeholder {
  color: #999999;
}
.form .ipt .lab {
  color: #333333;
  width: 1rem;
}
.form .ipt .lab span {
  color: #1869bc;
}
.form .area{
    align-items:flex-start;
}
.form .area,
.form .btn {
  grid-column: span 2;
}
.form .yzm {
  cursor: pointer;
  width: 0.74rem;
  margin-right: 0.26rem;
}
.form .btn {
  margin-left: 1rem;
}
.form .btn button {
  color: #fff;
  background: #4dbdf0;
  width: 1.72rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  border-radius: 0.08rem;
  font-size: 0.18rem;
  border: 0;
  cursor: pointer;
  transition: all 0.3s;
}
.form .btn button:hover {
  opacity: 0.7;
}
.wzdt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 0.56rem;
  z-index: 2;
  margin-bottom: 3rem;
}
.wzdt .ico {
  margin-right: 0.46rem;
  width: 1rem;
}
.wzdt .dbg {
  position: absolute;
  left: 50%;
  top: 1.86rem;
  width: 11.7rem;
  transform: translateX(-50%);
  z-index: -1;
}
.wzdt li {
  display: flex;
  align-items: center;
  margin-bottom: 0.46rem;
}
.wzdt li .t {
  min-width: 1.3rem;
}
.wzdt li a {
  transition: all 0.3s;
  color: #333333;
}
.wzdt li a:hover {
  color: #04bdf0;
}
.wzdt li .child {
  margin-left: 0.63rem;
}
.wzdt li .child a {
  margin-right: 0.28rem;
}
.xjsb {
  display: flex;
  flex-wrap:wrap;
  margin-bottom: 0.9rem;
  min-height:5rem;
}
.nodata {
    min-height: 5rem;
    margin-bottom:.9rem;
}
.xjsb .item {
    width:4.3rem;
    background: #fff;
    border: 1px solid #f4f4f4;
    height: 5.2rem;
    padding: 0.48rem 0.34rem;
    margin-right:.46rem;
    margin-bottom:.46rem;
}
.xjsb .item:nth-child(3n){
    margin-right:0;
}
.xjsb .item .img {
  height: 2.6rem;
  margin-bottom: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xjsb .item .img img {
  max-width: 100%;
}
.xjsb .item .t {
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 0.2rem;
}
.xjsb .item .btn {
  color: #fff;
  background: #04bdf0;
  border-radius: 0.5rem;
  width: 1.3rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  font-size: 0.18rem;
  transition: all 0.3s;
  margin: 0.32rem auto 0;
}
.xjsb .item .btn:hover {
  opacity: 0.7;
}
.xjxq_hd {
  margin-bottom: 0.5rem;
}
.xjxq_hd .img {
  background: #fff;
  border: 1px solid #f4f4f4;
  height: 3.98rem;
  width: 4.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xjxq_hd .img img {
  max-width: 100%;
  max-height: 100%;
}
.xjxq_hd .cont {
  width: calc(100% - 4.88rem);
}
.xjxq_hd .cont .tit {
  font-weight: bold;
  color: #333;
  font-size: 0.4rem;
  padding-bottom: 0.26rem;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0.24rem;
}
.xjxq_hd .cont p {
  color: #666;
  font-size: 0.18rem;
  line-height: 1.5;
  position: relative;
  padding-left: 0.14rem;
  margin-bottom: 0.18rem;
}
.xjxq_hd .cont p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.11rem;
  width: 0.05rem;
  height: 0.05rem;
  background: #e3e3e3;
}
.xjxq_table {
  text-align: center;
  margin-bottom: 1rem;
}
.xjxq_table .scroll {
  width: 100%;
}
.xjxq_table img {
  display: block;
  margin: 0 auto;
}
.xjxqtit {
  font-size: 0.3rem;
  color: #04bdf0;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.15rem;
  margin-bottom: 0.32rem;
}
.xjxqtit::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: #04bdf0;
  width: 0.44rem;
  height: 0.04rem;
}
.sy_item {
  padding: 0.54rem 0;
  display: flex;
  border: 1px solid transparent;
  border-bottom-color: #eeeeee;
  transition: all 0.3s;
  border-left: 0.06rem solid transparent;
  margin-top: -1px;
}
.sy_item .date {
  width: 1.74rem;
  padding-left: 0.46rem;
  color: #666666;
  font-weight: bold;
  font-family: 'Arial';
}
.sy_item .month {
  font-size: 0.36rem;
  line-height: 1.1;
}
.sy_item .info {
  width: calc(100% - 1.84rem);
}
.sy_item .title {
  color: #333;
  font-size: 0.2rem;
  font-weight: bold;
  transition: all 0.3s;
}
.sy_item .desc {
  color: #a5a5a5;
  line-height: 1.5;
  margin: 0.12rem 0 0.2rem;
}
.sy_item .more {
  font-size: 0.15rem;
  color: #a5a5a5;
  padding-left: 0.26rem;
  position: relative;
}
.sy_item .more::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/arw4.png) no-repeat center;
  width: 0.18rem;
  height: 0.18rem;
  transition: all 0.3s;
}
.sy_item:hover {
  background: #fff;
  border: 1px solid #eeeeee;
  border-left: 0.06rem solid #04bdf0;
  box-shadow: 5px 0 9px rgba(238, 238, 238, 0.61);
}
.sy_item:hover .date,
.sy_item:hover .title {
  color: #00d2ff;
}
.sy_item:hover .more::before {
  background: url(../img/arw4h.png) no-repeat center;
}
.sysgk {
  min-height: 4rem;
  margin-bottom:.5rem;
}
.fy {
  margin: 0.62rem 0;
}
.fy a {
  height: 0.42rem;
  line-height: 0.42rem;
  padding: 0 0.12rem;
  border-radius: 0.06rem;
  background: #f3f3f3;
  color: #333;
  font-size: 0.2rem;
  margin: 0 0.05rem;
  transition: all 0.3s;
}
.fy a .ye {
  color: #6b7280;
}
.fy a:hover,
.fy a.active {
  color: #fff;
  background: #00d2ff;
}
.gkxq {
  margin: 0.62rem auto;
}
.sidebar {
  width: 0.92rem;
  margin-top: 1.56rem;
  margin-right: 0.4rem;
}
.fonts {
  padding-bottom: 0.26rem;
  border-bottom: 1px solid #e6e6e6;
}
.fonts .it {
  text-align: center;
  padding: 0.09rem 0;
  color: #737373;
  font-size: 0.14rem;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;  /* Chrome/Safari/Opera */
  -moz-user-select: none;     /* Firefox */
  -ms-user-select: none;      /* IE/Edge */
  user-select: none;          /* 标准属性 */
  /* 可选：禁止移动端长按弹出复制菜单（部分场景需要） */
  -webkit-touch-callout: none;
}
.fonts .it div {
  color: #b2b2b2;
  font-size: 0.3rem;
  font-family: 'Arial';
  position: relative;
}
.fonts .it div span {
  position: absolute;
  top: -5px;
}
.fonts .it:hover div {
  color: #04bdf0;
}
.gotop {
  display: block;
  margin: 0.32rem auto 0;
  cursor: pointer;
}
.gkxq .content {
  width: calc(100% - 1.32rem);
}
.context {
  border-top: 1px solid #dcdcdc;
  padding: 0.28rem 0 0.48rem;
}
.context a {
  margin-top: -1px;
  color: #737373;
  font-size: 0.18rem;
}
.context .pi {
  width: 2.1rem;
  height: 0.42rem;
  line-height: 0.42rem;
  text-align: center;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
  margin-right: 0.14rem;
}
.context .t {
  transition: all 0.3s;
  width: calc(100% - 2.24rem);
}
.context a[href]:hover {
  color: #00d2ff;
}
.context a[href]:hover .pi {
  color: #fff;
  background: #00d2ff;
  border-color: #00d2ff;
}
.xqtit {
  font-size: 0.3rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  padding-bottom: 0.2rem;
}
.sta {
  color: #cacaca;
  font-size: 0.18rem;
}
.sta img {
  width: 0.26rem;
}
.sta span {
  margin-right: 0.48rem;
  padding-left: 0.1rem;
}
.d_info {
  color: #333;
  font-size: 0.18rem;
  line-height: 2;
  padding: 0.36rem 0 0.5rem;
  border-top: 1px solid #dcdcdc;
  margin-top: 0.1rem;
  min-height:4rem;
}
.d_info img {
  max-width: 100%;
  margin: 0.3rem auto;
}
.tj {
  background: #f9f9fa;
  padding: 0.26rem 0.42rem;
  border-radius: 0.1rem;
}
.tj_title {
  font-weight: bold;
  font-size: 0.28rem;
  color: #333;
  padding: 0.16rem 0 0.3rem 0.24rem;
  position: relative;
  z-index: 2;
}
.tj_title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url(../img/ico24.png) no-repeat center;
  width: 0.36rem;
  height: 0.35rem;
}
.tj .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.18rem;
  width: 49%;
  padding-bottom: 0.26rem;
}
.tj .item p {
  color: #333;
  max-width: 85%;
  padding-left: 0.12rem;
  position: relative;
  transition: all 0.3s;
}
.tj .item p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.04rem;
  height: 0.04rem;
  background: #bfbfbf;
  transition: all 0.3s;
}
.tj .item .date {
  color: #b0b0b0;
}
.tj .item:hover p {
  color: #51b9eb;
}
.tj .item:hover p::before {
  background: #51b9eb;
}
.zltx {
  min-height: 4rem;
  margin-bottom: 0.9rem;
}
.zltx .tit {
  text-align: center;
  color: #04bdf0;
  font-weight: bold;
  font-size: 0.3rem;
  line-height: 1.5;
  position: relative;
}
.zltx .tit::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/ico25.png) no-repeat center;
  width: 3.78rem;
  height: 0.86rem;
  top: 1rem;
}
.zltx .content {
  font-size: 0.18rem;
  color: #333;
  line-height: 2;
}
.zltx .content img {
  margin: 0.32rem 0;
}
.zltx .bold {
  color: #04bdf0;
  font-weight: bold;
  font-size: 0.3rem;
  padding-bottom: 0.28rem;
}
.tdlist {
  min-height: 4rem;
  display: flex;
  margin-bottom: 1rem;
}
.tdItem {
  width: 4.26rem;
  margin-right:.6rem;
  margin-bottom:.3rem;
}
.tdItem:nth-child(3n){
    margin-right:0;
}
.tdItem .img {
  overflow: hidden;
  width: 100%;
}
.tdItem .img img {
  width: 100%;
  transition: all 0.5s;
}
.tdItem .info {
  position: relative;
  padding: 0.2rem 0;
}
.tdItem .info::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0.06rem;
  background: #04bdf0;
  transition: all 0.3s;
}
.tdItem .info .t {
  font-weight: bold;
  color: #333;
  font-size: 0.2rem;
}
.tdItem .info .more {
  display: block;
  position: relative;
  font-size: 0.18rem;
  padding-top: 0.22rem;
  transition: all 0.3s;
  color: #a2a2a2;
}
.tdItem .info .more::after {
  content: '';
  background: url(../img/arw5.png) no-repeat center;
  width: 0.13rem;
  height: 0.13rem;
  display: inline-block;
  margin-left: 0.2rem;
  transition: all 0.3s;
}
.tdItem:hover img {
  transform: scale(1.1);
}
.tdItem:hover .t,
.tdItem:hover .more {
  color: #04bdf0;
}
.tdItem:hover .more::after {
  background: url(../img/arw5h.png) no-repeat center;
}
.tdItem:hover .info::after {
  width: 100%;
}
.zzjg {
  min-height: 4rem;
}
.icologo {
  display: block;
  margin: 0 auto 0.1rem;
}
.zztit {
  text-align: center;
  color: #22b1de;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1.5;
  padding-bottom: 0.22rem;
}
.zzuls {
  min-height:2rem;
  display: flex;
}
.zzuls li {
  width: 25%;
  position: relative;
}
.zzuls li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2rem;
  background: #d8d8d8;
  width: 1px;
  height: 76%;
}
.zzuls .blo {
  width: 2.82rem;
  min-height: 0.96rem;
  padding: 0.1rem 0.22rem;
  font-size: 0.2rem;
  transition: all 0.3s;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0.42rem;
}
.zzuls .blo .tel {
  color: #666666;
  position: relative;
  margin-top: 0.12rem;
  transition: all 0.3s;
}
.zzuls .blo .tel::after {
  content: '';
  float: left;
  background: url(../img/ico26.png) no-repeat center;
  background-size:100% 100%!important;
  width: 0.26rem;
  height: 0.26rem;
  margin-right: 0.09rem;
  transition: all 0.3s;
}
.zzuls .blo::before {
  content: '';
  position: absolute;
  left: -0.05rem;
  top: 0.2rem;
  background: #c1c1c1;
  border-radius: 50%;
  width: 0.11rem;
  height: 0.11rem;
  z-index: 10;
}
.zzuls .blo::after {
  content: '';
  position: absolute;
  background: url(../img/bg18.jpg) no-repeat center /100% 100%;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
}
.zzuls .blo:hover {
  color: #fff;
}
.zzuls .blo:hover::before {
  opacity: 0;
}
.zzuls .blo:hover::after {
  opacity: 1;
}
.zzuls .blo:hover .tel {
  color: #fff;
}
.zzuls .blo:hover .tel::after {
  background: url(../img/ico26h.png) no-repeat center;
}
.zztit2 {
  font-size: 0.2rem;
  color: #666;
  text-align: center;
}
.blo2 {
  background: #f9fdff;
  padding-top: 0.86rem;
}
.zzrows {
  padding: 0.68rem 0 1.2rem;
  display: grid;
  gap: 0.42rem;
  grid-template-columns: repeat(3, 1fr);
}
.zzrows li {
  position: relative;
  overflow: hidden;
}
.zzrows li img {
  width: 100%;
}
.zzrows li .zpop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 3.44rem 0.64rem 0.38rem;
}
.zzrows li .zpop .t {
  font-weight: bold;
  font-size: 0.4rem;
  padding-bottom: 0.24rem;
}
.zzrows li .zpop .info {
  font-size: 0.18rem;
  line-height: 2;
}
@media screen and (max-width: 1880px) {
  .header .ul_nav li {
    margin: 0 0.1rem;
  }
  .header .nav {
    padding-right: 1rem;
  }
}
@media screen and (max-width: 1440px) {
  .header .logo a {
    width: 3rem;
  }
}
@media (max-width: 800px) {
  .w14,
  .w15 {
    width: 100%;
  }
  .mtop {
    height: 1rem;
  }
  .header {
    height: 1rem;
  }
  .header .rx {
    display: none;
  }
  .header .logo {
    width: 55%;
  }
  .header .logo a {
    width: 90%;
  }
  .header .nav {
    padding-right: 0;
  }
  .header .ul_nav,
  .header .btn_menu {
    display: none;
  }
  .header .menu_handler {
    display: block;
    width: 1rem;
    margin-left: 0.2rem;
  }
  .header .menu_handler span {
    width: 0.5rem;
    margin-left: -0.25rem;
  }
  .header .menu_handler span::before {
    top: -0.14rem;
  }
  .header .menu_handler span::after {
    top: 0.14rem;
  }
  .header .btn_search svg {
    width: 0.4rem;
    height: 0.4rem;
  }
  .banner .mask .m_container {
    width: 100%;
  }
  .banner .mask .m_container {
    width: 100%;
  }
  .banner .mask .ialist {
    flex-wrap: wrap;
  }
  .banner .mask .ialist li {
    font-size: 0.28rem;
    width: 50%;
    margin-bottom: 0.4rem;
  }
  .banner .mask .pagination .swiper-pagination-bullet {
    font-size: 0.3rem;
    margin: 0 0.2rem;
  }
  .indexM1 .w15 {
    flex-direction: column;
    align-items: flex-start;
  }
  .indexM2 .tSwiper {
    width: 100%;
  }
  .more {
    font-size: 0.3rem;
  }
  .indexM1 {
    padding: 0.9rem 0.3rem;
  }
  .indexM1 .more {
    margin-top: 0.3rem;
  }
  .indexM2 .arw {
    display: flex;
  }
  .indexM2 .tSwiper .swiper-slide {
    width: 100%;
  }
  .irbitem {
    width: 100%!important;
    padding: 0.6rem 0.3rem;
    flex-direction: column;
  }
  .irbitem .info {
    font-size: 0.24rem;
    line-height: 2;
  }
  .irbitem .iblcont {
    height: auto;
  }
  .irbitem .ibltab a {
    font-size: 0.24rem;
    height: 0.5rem;
    line-height: 0.5rem;
  }
  .irbitem .ilctxt {
    width: auto;
    font-size: 0.24rem;
  }
  .irbitem .ibiright {
    top: initial;
    right: initial;
  }
  .irbitem .ibiright img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }
  .ibileft {
    width: 100%!important;
  }
  .indexM3 {
    padding: 0.6rem 0.3rem;
  }
  .indexM3 .zySwiper {
    height: auto;
  }
  .indexM3 .zySwiper .swiper-slide:nth-child(even) {
    margin-top: 0;
  }
  .indexM3 .zySwiper .item .img {
    height: auto;
  }
  .indexM3 .zySwiper .item .info .t {
    font-size: 0.3rem;
  }
  .indexM3 .zySwiper .item .info .ehn3 {
    font-size: 0.24rem;
  }
  .indexM3 .arrow {
    display: none;
  }
  .footer .logo,
  .footer .btm {
    display: none;
  }
  .footer .top {
    flex-direction: column-reverse;
    padding: 0.3rem;
  }
  .footer .f_nav {
    flex-wrap: wrap;
    margin: 0.3rem 0;
    justify-content: center;
  }
  .footer .f_nav a {
    margin: 0 0.2rem 0.2rem 0;
  }
  .footer a {
    font-size: 0.24rem;
  }
  .footer .icon {
    width: 2rem;
    margin-left: 0;
    font-size: 0.24rem;
  }
  .footer .rtbox .l {
    width: calc(100% - 2.3rem);
  }
  .footer .rtbox .l p {
    font-size: 0.24rem;
  }
  .footer .rtbox .l p.tel {
    font-size: 0.32rem;
  }
  .footer .links {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer .links a {
    font-size: 0.24rem;
  }
  .fixed_right {
    z-index: 999;
  }
  .fixed_right a {
    width: 0.6rem;
    font-size: 0.26rem;
  }
  .search_dialog_box .search_bg {
    width: 260vw;
    height: 260vw;
    margin: -130vw 0 0 -130vw;
  }
  .search_dialog_box .search_inner {
    width: 80%;
  }
  .search_dialog_box .search_inner input {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.3rem;
  }
  .search_dialog_box .search_inner .btn {
    height: 1rem;
  }
  .search_dialog_box .search_inner svg {
    width: 0.44rem;
    height: 0.44rem;
  }
  .search_dialog_box .close {
    width: 0.6rem;
    height: 0.6rem;
  }
  .search_dialog_box .close svg {
    width: 0.3rem;
    height: 0.3rem;
  }
  .head_ejmenu {
    display: none;
  }
  .z_head {
    height: 4rem;
  }
  .z_menu,
  .dh {
    display: none;
  }
  .sys_item {
    flex-direction: column;
  }
  .sys_item .ico {
    display: none;
  }
  .sys_item .im {
    width: 100%;
  }
  .sys_item .cont {
    width: 100%;
    height: auto;
    font-size: 0.28rem;
    padding: 0.4rem;
  }
  .sys_item:nth-child(2) {
    flex-direction: column;
  }
  .medal {
    width: 100%;
  }
  .z_title {
    padding: 0 0.3rem;
    margin-top: 1.8rem;
  }
  .z_title p {
    font-size: 0.28rem;
  }
  .ryzz .row .it {
    width:90%;
    margin: 0 0 0.3rem;
  }
  .ryzz .row .it p{
      font-size:.3rem;
  }
  .gallery_hd,
  .gallery_ft {
    height: 1rem;
  }
  .gallery_bd {
    height: calc(100vh - 2rem);
  }
  .gallery_bd p{
      font-size:.3rem;
      padding:0 .3rem;
  }
  .sy_item {
    flex-direction: column-reverse;
    padding: 0.3rem;
  }
  .sy_item .info {
    width: 100%;
  }
  .sy_item .title {
    font-size: 0.34rem;
  }
  .sy_item .desc {
    font-size: 0.28rem;
  }
  .sy_item .more {
    font-size: 0.28rem;
    padding-left: 0.4rem;
  }
  .sy_item .more::before {
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
  }
  .sy_item .date {
    width: auto;
    display: flex;
    align-items: center;
    margin-top: 0.2rem;
    padding-left: 0;
    font-size: 0.28rem;
  }
  .sy_item .date .year {
    margin-left: 0.3rem;
  }
  .fy {
    flex-wrap: wrap;
  }
  .fy a {
    height: auto;
    line-height: initial;
    font-size: 0.28rem;
    padding: 0.1rem 0.2rem;
    margin-bottom: 0.2rem;
  }
  .sidebar {
    display: none;
  }
  .gkxq {
    margin-top: 0;
  }
  .gkxq .content {
    width: 100%;
    padding: 0.3rem;
  }
  .xqtit {
    font-size: 0.34rem;
  }
  .sta {
    font-size: 0.28rem;
  }
  .sta img {
    width: 0.36rem;
  }
  .d_info {
    font-size: 0.28rem;
  }
  .context a {
    font-size: 0.28rem;
  }
  .context .pi {
    height: 0.8rem;
    line-height: 0.8rem;
  }
  .tj_title {
    font-size: 0.32rem;
  }
  .tj .list {
    flex-wrap: wrap;
  }
  .tj .item {
    width: 100%;
    font-size: 0.28rem;
  }
  .tj .item p {
    max-width: 80%;
    padding-left: 0.2rem;
  }
  .tj .item p::before {
    width: 0.1rem;
    height: 0.1rem;
  }
  .zzjg {
    margin: 0.3rem 0;
    padding: 0 0.3rem;
  }
  .zztit {
    font-size: 0.36rem;
  }
  .zzuls {
    flex-wrap: wrap;
  }
  .zzuls li {
    width: 100%;
  }
  .zzuls .blo {
    width: 100%;
    padding: 0.2rem 0.22rem;
    font-size: 0.28rem;
  }
  .zzuls .blo .tel::after {
    width: 0.36rem;
    height: 0.36rem;
    margin-top: 0;
  }
  .zztit2 {
    font-size: 0.3rem;
  }
  .zzrows {
    display: block;
  }
  .zzrows li {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  .zzrows li .zpop .info {
    font-size: 0.28rem;
  }
  .tsfw {
    padding: 0.3rem;
    flex-direction:column;
  }
  .tsfw .aside {
    display: flex;
    width:100%;
    overflow-x:auto;
    padding-left:0;
    left:0!important;
  }
  .tsfw .aside a{
      flex:1;
      font-size:.28rem;
      display:flex;
      align-items:center;
  }
  .tsfw .aside a::before{
      display:none;
  }
  .z_head .info{
      text-align:center;
  }
  .tsfw .content {
    width: 100%;
  }
  .tsfw .content .tit {
    font-size: 0.36rem;
  }
  .tsfw .content .info {
    font-size: 0.28rem;
  }
  .cjwt {
    margin: 0;
    padding: 0.3rem;
  }
  .cjwt .item .hd .t {
    font-size: 0.32rem;
  }
  .cjwt .item .bd {
    font-size: 0.28rem;
  }
  .quse {
    border-radius: 0;
  }
  .quse .hd .links {
    font-size: 0.28rem;
    width: auto;
    height: 0.66rem;
  }
  .quse .hd .links span {
    margin-left: 0.2rem;
    width: 0.5rem;
    height: 0.5rem;
  }
  .quse .hd .links span img {
    width: 0.3rem;
  }
  .quse .bd {
    flex-direction: column;
  }
  .quse .bd .ewm {
    margin-top: 0.3rem;
    width: 40%;
    font-size: 0.28rem;
  }
  .quse .bd .ewm p {
    margin-top: 0.1rem;
  }
  .quse .con {
    justify-content: space-between;
  }
  .quse .con .row {
    width: 49%;
    font-size: 0.28rem;
  }
  .quse .con img {
    width: 0.7rem;
  }
  .gywm .t1 {
    padding: 0 0.3rem 0.1rem;
  }
  .gywm .t2 {
    padding: 0 0.3rem 0.2rem;
  }
  .form {
    padding: 0.3rem;
  }
  .form .ipt {
    grid-column: span 2;
  }
  .form .ipt .lab {
    font-size: 0.28rem;
    width: 1.5rem;
  }
  .form .ipt input {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .form .ipt textarea {
    font-size: 0.28rem;
    width: 100%;
  }
  .form .yzm {
    width: 1rem;
  }
  .form .btn {
    margin-left: 1.5rem;
  }
  .form .btn button {
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
  }
  .wzdt {
    flex-direction: column;
    margin-bottom: 0.4rem;
  }
  .wzdt .ico {
    margin-right: 0;
    width: 1.5rem;
  }
  .wzdt .dbg {
    width: 100%;
    top: 5rem;
  }
  .wzdt ul {
    padding: 0.3rem;
  }
  .wzdt li {
    flex-direction: column;
    align-items: flex-start;
  }
  .wzdt li .child {
    margin-left: 0;
    margin-top: 0.2rem;
  }
  .wzdt li .child a {
    font-size: 0.28rem;
  }
  .wzdt li .t {
    min-width: initial;
    font-size: 0.32rem;
  }
  .xjsb {
    padding: 0.3rem;
    grid-template-columns: repeat(2, 1fr);
  }
  .xjsb .item {
   width:48%;
    height: auto;
  }
   .xjsb .item{
       margin-right:2%!important;
   }
    .xjsb .item:nth-child(2n){
        margin-right:0!important;
    }
    .xjsb .item .img {
        height: auto;
    }
  .xjsb .item .t {
    font-size: 0.28rem;
  }
  .xjsb .item .btn {
    font-size: 0.28rem;
    width: 2rem;
    height: auto;
    padding: 0.1rem 0.2rem;
  }
  .xjxq {
    padding: 0.3rem;
  }
  .xjxq_hd {
    flex-direction: column;
  }
  .xjxq_hd .img {
    width: 100%;
    height: auto;
    padding: 0.3rem;
  }
  .xjxq_hd .cont {
    width: auto;
    margin-top: 0.3rem;
  }
  .xjxq_hd .cont p {
    font-size: 0.28rem;
    padding-left: 0.24rem;
  }
  .xjxq_hd .cont p::before {
    width: 0.1rem;
    height: 0.1rem;
    top: 0.17rem;
  }
  .xjxqtit {
    font-size: 0.36rem;
  }
  .xjxq_table .scroll {
    width: 100%;
    overflow-x: auto;
  }
  .xjxq_table .scroll img {
    width: 300%;
    max-width: initial;
  }
  .zltx {
    padding: 0.3rem;
  }
  .zltx .tit {
    font-size: 0.36rem;
  }
  .zltx .tit::after {
    top: 1.5rem;
  }
  .zltx .content {
    font-size: 0.28rem;
    margin-top: 0.5rem;
  }
  .zltx .bold {
    font-size: 0.32rem;
  }
  .tdlist {
    display: block;
    padding: 0.3rem;
  }
  .tdItem {
    width: 100%;
    margin-right:0;
    display:block;
    margin-bottom: 0.3rem;
  }
  .tdItem .info .t {
    font-size: 0.32rem;
  }
  .tdItem .info .more {
    font-size: 0.28rem;
  }
  .tdItem .info .more::after {
    width: 0.22rem;
    height: 0.22rem;
  }
}
