article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
button,
input,
pre,
select,
textarea {
  font: 12px/1.5 "microsoft yahei", arial, tahoma, \5b8b\4f53;
}
input,
select,
textarea {
  font-size: 100%;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 400;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 400;
}
a {
  color: #222;
  text-decoration: none;
  outline: 0;
}
a:focus {
  outline: 0;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
i {
  font-style: normal;
}
input:focus,
keygen:focus,
select:focus,
textarea:focus {
  outline: 0;
  outline-offset: 0;
}
::-webkit-input-placeholder {
  color: #e0e0e0;
}
::-moz-placeholder {
  color: #e0e0e0;
}
:-ms-input-placeholder {
  color: #e0e0e0;
}
input:-moz-placeholder {
  color: #e0e0e0;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}
.cf {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
html.isPc .wap_box,
html.isWap .pc_box {
  display: none;
}
html.isPc .pc_box,
html.isWap .wap_box {
  display: block;
}
html.isWap a:hover {
  text-decoration: none;
}
body {
  -webkit-font-smoothing: antialiased;
}
.wrapper {
  display: none;
}
html.isPc .wrapper,
html.isWap .wrapper {
  display: block;
}
html.isWap .pc-item {
  display: none;
}
html.isPc .wrapper {
  min-width: 1200px;
}
html.isPc .wap-item {
  display: none;
}
body {
  font-family: Helvetica;
}
.box-common {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.isPc .w {
  width: 1200px;
  margin: 0 auto;
}
.isPc .header {
  position: relative;
  overflow: hidden;
}
.isPc .header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(0, 150, 255, 0.1) 0%,
    rgba(100, 200, 255, 0.05) 50%,
    rgba(0, 150, 255, 0.1) 100%
  );
  pointer-events: none;
  z-index: 1;
}
.isPc .header::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(
    circle,
    rgba(0, 150, 255, 0.3) 0%,
    rgba(0, 150, 255, 0.1) 30%,
    transparent 70%
  );
  animation: rotateGlow 20s linear infinite;
  pointer-events: none;
  z-index: 1;
}

.isPc .banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.isPc .banner::before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(
    135deg,
    rgba(0, 150, 255, 0.8),
    rgba(100, 200, 255, 0.6),
    rgba(0, 150, 255, 0.8)
  );
  border-radius: 0;
  z-index: -1;
  filter: blur(8px);
  opacity: 0.7;
  animation: pulseGlow 3s ease-in-out infinite;
}
.isPc .banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 20px rgba(0, 150, 255, 0.3),
    inset 0 0 40px rgba(100, 200, 255, 0.2), 0 0 30px rgba(0, 150, 255, 0.4),
    0 0 60px rgba(100, 200, 255, 0.2);
  pointer-events: none;
  z-index: 1;
}

.isPc .banner img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  filter: brightness(1.05) contrast(1.1);
}
.isPc .banner-wap {
  display: none;
}
/* 发光线条效果 - 围绕边框循环扫描 */
.isPc .header .glow-line {
  position: absolute;
  width: 200px;
  height: 2px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(0, 200, 255, 0.8),
    rgba(0, 255, 255, 1),
    rgba(0, 200, 255, 0.8),
    transparent
  );
  box-shadow: 0 0 10px rgba(0, 255, 255, 1), 0 0 20px rgba(0, 200, 255, 0.8),
    0 0 30px rgba(0, 200, 255, 0.6);
  transform-origin: 100px 1px;
  animation: scanAroundBorder 4s linear infinite;
}
.isPc .header .glow-line.top {
  top: 0;
  left: 0;
}
.isPc .header .glow-line.bottom {
  display: none;
}

.isPc .head-box {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 30%;
  overflow: hidden;
}
.isPc .head-box img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  opacity: 0;
  transform: translateY(100%);
  animation: slideUpFadeIn 0.5s ease-out forwards;
}

.isPc .header-a-box {
  position: absolute;
  bottom: 16%;
  left: 44%;
  transform: translateX(-50%);
  transform-origin: center center;
  overflow: visible;
  width: 50vw;
  max-width: 1000px;
  min-width: 500px;
}
.isPc .header-a-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;

  background-size: 40% 100%, 40% 100%;
  background-position: 50% 0, 50% 0;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
  animation: scanGlowFromCenter 2s ease-out 0.5s forwards;
  mix-blend-mode: screen;
}
.isPc .header-a-box img {
  width: 150%;
  min-width: 500px;
  height: auto;
  display: block;
  margin-left: -11%;
  position: relative;
  z-index: 0;
  opacity: 0;
  clip-path: inset(0 50% 0 50%);
  animation: expandFromCenter 2s ease-out 0.5s forwards,
    techGlow 4s ease-in-out 3s infinite;
}
.isPc .header-b-box {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 42%;
  overflow: hidden;
}
.isPc .header-b-box img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  clip-path: inset(0 100% 0 0);
  animation: textScanReveal 2s ease-out 1.5s forwards;
}
.isPc .footer {
  background-color: #2a73c0;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  padding: 22px 0;
  margin-top: 90px;
}
.isPc .tit {
  height: 114px;
  line-height: 1;
  text-align: center;
  font-size: 36px;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 0.8s ease-out forwards;
  margin-bottom: 10px;
}
.isPc .tit a {
  color: #2998d5;
  display: inline-block;
  position: relative;
}
.isPc .tit img {
  display: block;
}
.isPc .tit h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  white-space: nowrap;
  z-index: 1;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  pointer-events: none;
}
.isPc .main-section {
  padding-top: 40px;
}
.isPc .i-slider1 {
  position: relative;
}
.isPc .i-slider1 .sliderInner {
  position: relative;
  overflow: hidden;
}
.isPc .i-slider1 .sliderInner ul {
  width: 10000%;
}
.isPc .i-slider1 .sliderInner,
.isPc .i-slider1 .sliderInner li {
  width: 1200px;
  height: 343px;
  overflow: hidden;
}
.isPc .i-slider1 .sliderInner li {
  float: left;
}
.isPc .i-slider1 .img-box {
  float: left;
  overflow: hidden;
  margin-right: 50px;
}
.isPc .i-slider1 .img-box,
.isPc .i-slider1 .img-box img {
  display: block;
  width: 600px;
  height: 343px;
  border-radius: 8px;
}
.isPc .i-slider1 .list-text {
  overflow: hidden;
  padding-top: 80px;
}
.isPc .i-slider1 .list-tit {
  width: 100%;
  height: 72px;
  overflow: hidden;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.isPc .i-slider1 .list-tit a {
  display: block;
}
.isPc .i-slider1 .list-desc {
  color: #4b4b4b;
  font-size: 18px;
  line-height: 24px;
  margin-top: 15px;
}
.isPc .i-slider1 .slider-cur {
  position: absolute;
  top: 288px;
  left: 650px;
}
.isPc .i-slider1 .swiper-pagination-bullet,
.isPc .i-slider1 .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  border: 1px solid #777;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.isPc .i-slider1 .swiper-pagination-bullet-active,
.isPc .i-slider1 .swiper-active-switch {
  border-color: #2998d5;
  background-color: #2998d5;
}
.isPc .i-list1 {
  overflow: hidden;
  zoom: 1;
  width: 1200px;
  margin: 0 auto;
}
.isPc .i-list1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.isPc .i-list1 li {
  width: 480px;
  margin-right: 40px;
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}
.isPc .i-list1 li:nth-child(2n) {
  margin-right: 0;
}
.isPc .i-list1 a {
  display: block;
  position: relative;
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  overflow: hidden;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.isPc .i-list1 a:hover .list-tit {
  opacity: 1;
}
.isPc .i-list1 a:hover img {
  transform: scale(1.1);
}
.isPc .i-list1 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.isPc .i-list1 .list-tit {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../i/opa.png) 0 0 repeat;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
}
.isPc .i-list1 li {
  transition: box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.isPc .i-list1 li:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}
/* main-section2 中的 i-list1 样式 - 三栏卡片布局 */
.isPc .main-section2 .i-list1 {
  overflow: visible;
}
.isPc .main-section2 .i-list1 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.isPc .main-section2 .i-list1 li {
  flex: 1;
  width: auto;
  margin: 0;
  margin-right: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
}
.isPc .main-section2 .i-list1 li:last-child {
  margin-right: 0;
}
.isPc .main-section2 .i-list1 li:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);
}
.isPc .main-section2 .i-list1 a {
  display: flex;
  flex-direction: column;
  color: #333;
  text-decoration: none;
  background: #fff;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.isPc .main-section2 .i-list1 a:hover {
  text-decoration: none;
}
.isPc .main-section2 .i-list1 img {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.isPc .main-section2 .i-list1 li:hover img {
  transform: scale(1.05);
}
.isPc .main-section2 .i-list1 p {
  margin: 0;
  padding: 20px 15px;
  font-size: 18px;
  line-height: 1.6;
  text-align: left;
  color: #333;
  font-weight: 500;
  background: #fff;
  flex-shrink: 0;
}
.isPc .i-slider3 {
  position: relative;
  width: 100%;
}
.isPc .i-slider3 .sliderInner {
  position: relative;
  margin: 0 auto;
  width: 1150px;
  overflow: hidden;
}
.isPc .i-slider3 .sliderInner .swiper-wrapper {
  display: flex;
}
.isPc .i-slider3 .sliderInner li {
  overflow: hidden;
  flex-shrink: 0;
}
.isPc .i-slider3 a {
  display: block;
  position: relative;
  width: 100%;
}
.isPc .i-slider3 img {
  display: block;
  width: 100%;
}
.isPc .i-slider3 .slider-btn {
  position: absolute;
  width: 16px;
  height: 49px;
  top: 50%;
  margin-top: -25px;
  font-size: 0;
  line-height: 0;
  z-index: 10;
}
.isPc .i-slider3 .btn-prev {
  left: calc(50% - 600px - 16px);
  background: url(../i/btn-prev.png) 0 0 no-repeat;
}
.isPc .i-slider3 .btn-next {
  left: calc(50% + 600px);
  background: url(../i/btn-next.png) 0 0 no-repeat;
}
.isPc .i-slider2 {
  position: relative;
  width: 100%;
  height: 224px;
}
.isPc .i-slider2 .sliderInner {
  position: relative;
  margin: 0 auto;
}
.isPc .i-slider2 .sliderInner ul {
  width: 1000%;
}
.isPc .i-slider2 .sliderInner,
.isPc .i-slider2 .sliderInner li {
  width: 1040px;
  height: 224px;
  overflow: hidden;
}
.isPc .i-slider2 .sliderInner li {
  float: left;
}
.isPc .i-slider2 .sliderInner img {
  float: left;
  width: 391px;
  height: 224px;
  margin-right: 50px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.isPc .i-slider2 .list-text {
  overflow: hidden;
  padding-top: 35px;
}
.isPc .i-slider2 .list-tit {
  width: 100%;
  height: 72px;
  overflow: hidden;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.isPc .i-slider2 .list-tit a {
  display: block;
}
.isPc .i-slider2 .list-desc {
  color: #4b4b4b;
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
.isPc .i-slider2 .slider-btn {
  position: absolute;
  width: 16px;
  height: 49px;
  top: 50%;
  margin-top: -25px;
  font-size: 0;
  line-height: 0;
}
.isPc .i-slider2 .btn-prev {
  left: 0;
  background: url(../i/btn-prev.png) 0 0 no-repeat;
}
.isPc .i-slider2 .btn-next {
  right: 0;
  background: url(../i/btn-next.png) 0 0 no-repeat;
}
.isWap body {
  overflow-x: hidden;
}
.isWap .banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}
.isWap .banner img {
  display: none;
  width: 100%;
  height: auto;
}
.isWap .banner-wap {
  display: block;
}
.isWap .banner-wap img {
  display: block;
  width: 100%;
  height: auto;
}
.isWap .header-a-box {
  display: none;
}
.isWap .header-b-box {
  display: none;
}
.isWap .head-box {
  display: none;
}
.isWap .footer {
  background-color: #2a73c0;
  color: #fff;
  font-size: 0.26rem;
  line-height: 1.5;
  text-align: center;
  padding: 0.3rem;
}
.isWap .tit {
  height: 0.72rem;
  line-height: 1;
  text-align: center;
  font-size: 0.44rem;
  margin-bottom: 0.2rem;
  padding-top: 0.2rem;
}
.isWap .tit h2 {
  font-weight: 700;
}
.isWap .tit a {
  color: #2998d5;
  display: inline-block;
  position: relative;
}
.isWap .tit img {
  display: block;
  width: 100%;
}
.isWap .tit h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  white-space: nowrap;
  z-index: 1;
  color: #fff;
  font-size: 0.44rem;
  font-weight: 700;
}
.isWap .main-section {
  padding: 0.1rem 0.3rem;
  border-bottom: 0.3rem solid #ecedee;
}
.isWap .i-slider1 {
  position: relative;
}
.isWap .i-slider1 .sliderInner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.isWap .i-slider1 .sliderInner .swiper-wrapper {
  display: flex;
}
.isWap .i-slider1 .sliderInner li {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.isWap .i-slider1 .img-box {
  width: 100%;
}
.isWap .i-slider1 .img-box,
.isWap .i-slider1 .img-box img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.isWap .i-slider1 .list-text {
  overflow: hidden;
  padding: 0.2rem;
}
.isWap .i-slider1 .list-tit {
  font-size: 0.36rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 0.2rem;
  text-align: center;
}
.isWap .i-slider1 .list-tit a {
  display: block;
}
.isWap .i-slider1 .list-desc {
  display: none;
}
.isWap .i-slider1 .slider-cur {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-top: 0.3rem;
}
.isWap .i-slider1 .swiper-pagination-bullet,
.isWap .i-slider1 .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  border: 1px solid #777;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.isWap .i-slider1 .swiper-pagination-bullet-active,
.isWap .i-slider1 .swiper-active-switch {
  border-color: #2998d5;
  background-color: #2998d5;
}
.isWap .i-list1 {
  width: 100%;
  padding-bottom: 0.5rem;
  overflow: hidden;
}
.isWap .i-list1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.isWap .i-list1 li {
  width: 100%;
  margin-bottom: 0.4rem;
  position: relative;
  overflow: hidden;
}
.isWap .i-list1 li:last-child {
  margin-bottom: 0;
}
.isWap .i-list1 a {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  font-size: 0.32rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
.isWap .i-list1 a:hover {
  text-decoration: none;
}
.isWap .i-list1 img {
  display: block;
  width: 100%;
  height: auto;
}
.isWap .i-list1 .list-tit {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(../i/opa.png) 0 0 repeat;
}
.isWap .i-list1 .list-tit em {
  display: inline-block;
  padding: 0.2rem 0.3rem;
  text-align: center;
  font-weight: 700;
}
/* main-section2 中的 i-list1 移动端样式 */
.isWap .main-section2 .i-list1 ul {
  display: flex;
  flex-direction: column;
}
.isWap .main-section2 .i-list1 li {
  width: 100%;
  margin-bottom: 0.3rem;
  border-radius: 8px;
  margin-right: 0.3rem;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.isWap .main-section2 .i-list1 li:last-child {
  margin-bottom: 0;
}
.isWap .main-section2 .i-list1 a {
  display: block;
  color: #333;
  text-decoration: none;
  background: #fff;
}
.isWap .main-section2 .i-list1 a:hover {
  text-decoration: none;
}
.isWap .main-section2 .i-list1 img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.isWap .main-section2 .i-list1 p {
  margin: 0;
  padding: 0.3rem 0.2rem;
  font-size: 0.32rem;
  line-height: 1.5;
  text-align: left;
  color: #333;
  font-weight: 500;
  background: #fff;
}
.isWap .i-slider3 {
  position: relative;
  width: 100%;
}
.isWap .i-slider3 .sliderInner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.isWap .i-slider3 .sliderInner .swiper-wrapper {
  display: flex;
}
.isWap .i-slider3 .sliderInner li {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.isWap .i-slider3 a {
  display: block;
  position: relative;
  width: 100%;
}
.isWap .i-slider3 img {
  display: block;
  width: 100%;
  height: auto;
}
.isWap .i-slider3 em {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  font-size: 0.32rem;
  line-height: 1.4;
  padding: 0.2rem;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.isWap .i-slider3 .slider-btn {
  display: none;
}
.isWap .i-slider3 .slider-cur {
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-top: 0.3rem;
}
.isWap .i-slider3 .swiper-pagination-bullet,
.isWap .i-slider3 .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  border: 1px solid #777;
  border-radius: 50%;
  margin-right: 10px;
  cursor: pointer;
}
.isWap .i-slider3 .swiper-pagination-bullet-active,
.isWap .i-slider3 .swiper-active-switch {
  border-color: #2998d5;
  background-color: #2998d5;
}
.isWap .i-slider2 {
  position: relative;
  width: 100%;
}
.isWap .i-slider2 .sliderInner {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.isWap .i-slider2 .sliderInner .swiper-wrapper {
  display: flex;
}
.isWap .i-slider2 .sliderInner li {
  width: 100%;
  flex-shrink: 0;
  overflow: hidden;
}
.isWap .i-slider2 .sliderInner img {
  display: block;
  width: 5.75rem;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.isWap .i-slider2 .list-text {
  overflow: hidden;
  padding: 0.2rem;
}
.isWap .i-slider2 .list-tit {
  font-size: 0.32rem;
  line-height: 1.5;
  text-align: center;
}
.isWap .i-slider2 .list-tit a {
  display: block;
  padding-top: 0.3rem;
}
.isWap .i-slider2 .list-desc {
  display: none;
}
.isWap .i-slider2 .slider-btn {
  position: absolute;
  width: 16px;
  height: 49px;
  width: 0.16rem;
  height: 0.49rem;
  top: 1.4rem;
  font-size: 0;
  line-height: 0;
  background-size: contain;
}
.isWap .i-slider2 .btn-prev {
  left: 0;
  background-image: url(../i/btn-prev.png);
}
.isWap .i-slider2 .btn-next {
  right: 0;
  background-image: url(../i/btn-next.png);
}

.isWap .tit img {
  width: 100%;
}
