/* ========== 全局重置 ========== */
* {
  margin: 0;
  padding: 0;
}

body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}

img {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger {
  display: none;
}

.center {
  width: 1400px;
}

.f-phone {
  display: none;
}

.mySwiper .app,
.lec-banner .app {
  display: none;
}

/* ========== 头部导航 ========== */
.headerBox {
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 9;
  transition: 0.3s;
}

.headerBox.active {
  box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
  background-color: #FFFFFF;
}

.headerBox.active .nav .one-li a {
  color: #333333;
}

.headerBox.active .logo img {
  filter: unset;
  transform: unset;
}

.headerInnerBox .logo {
  overflow: hidden;
}

.headerInnerBox .logo img {
  filter: drop-shadow(125px 0px 0px #fff);
  transform: translateX(-124px) translateZ(0);
  height: 80px;
}

.headerInnerBox {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  margin: 0 auto;
  height: 100px;
}

.headerInnerBox .right {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}

.headerInnerBox .nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  height: 100%;
}

.headerInnerBox .nav .one-li {
  height: 100%;
  position: relative;
}

.headerInnerBox .nav .one-li .two-ul {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  width: 160px;
  background-color: #ffffff;
  border-radius: 0 0 3px 3px;
  box-shadow: 0px 1px 10px 0px rgb(0 0 0 / 10%);
  transform-origin: center top;
  opacity: 0;
  transition: 0.3s;
}

.headerInnerBox .nav .one-li:hover>.two-ul {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}

.headerInnerBox .nav .one-li .two-ul li a {
  display: block;
  width: calc(100% - 30px);
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans CN;
  text-align: center;
  padding: 7px 15px;
  transition: 0.3s;
}

.headerInnerBox .nav .one-li .two-ul li:hover>a {
  color: #1F5FFF;
}

.headerInnerBox .nav .one-li a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  height: 100%;
  transition: 0.3s;
}

.headerInnerBox .nav .one-li:not(:first-of-type) {
  margin-left: 35px;
}

.headerInnerBox .nav .one-li.active a {
  color: #1F5FFF;
}

.headerInnerBox .nav .one-li:hover>a {
  color: #1F5FFF;
}

/* ========== 轮播图 ========== */
.mySwiper {
  width: 100%;
}

.mySwiper .s-c {
  width: 100%;
  position: relative;
}

.mySwiper .s-c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper .swiper-pagination {
  bottom: 50px;
}

.mySwiper .swiper-pagination-bullet {
  width: 25px;
  background: rgba(255, 255, 255, 0.5);
  height: 3px;
  opacity: 1;
  transition: 0.3s;
  border-radius: 2px;
}

.mySwiper .swiper-pagination-bullet-active {
  width: 40px;
  height: 3px;
  background-color: #FFFFFF;
}

/* ========== 公用标题 ========== */
.public-title h5 {
  font-size: 30px;
  font-weight: 400;
  color: #CBCBCD;
  font-family: Montserrat;
  line-height: 1;
  text-align: center;
}

.public-title h3 {
  font-size: 44px;
  font-weight: bold;
  color: #000920;
  font-family: Source Han Sans CN;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}

.public-title h6 {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  font-family: Source Han Sans CN;
  text-align: center;
  margin-top: 25px;
}

/* ========== 模块 con3-1 ========== */
.con3-1-Box {
  width: 100%;
  background-color: #F5F7FA;
  padding: 100px 0;
}

.con3-1-Box .con3-1-InnerBox {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  height: 460px;
  overflow: hidden;
  border-radius: 12px;
}

.con3-1-InnerBox .left {
  width: calc(50% - 80px);
  padding-left: 80px;
  height: 100%;
  background: url('../images/con3-3.jpg') no-repeat center / cover;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  background: linear-gradient(135deg, #1a5fd8 0%, #0d3a8c 100%);
  color: white;
}

.con3-1-InnerBox .left h3 {
  font-size: 40px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 60px;
  font-family: Source Han Sans CN;
}

.con3-1-InnerBox .left h3 span span {
  color: #ffde59;
}

.con3-1-InnerBox .left .line {
  width: 100px;
  height: 4px;
  background: #4dabf7;
  margin: 40px 0;
  border: none;
}

.con3-1-InnerBox .left h6 {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 48px;
  font-size: 24px;
  width: 479px;
}

.con3-1-InnerBox .right {
  width: 50%;
  height: 100%;
}

.con3-1-InnerBox .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ========== 模块 con3-2 ========== */
.con3-2-Box {
  width: 100%;
  background: url('../images/con3-4.png') no-repeat center / cover;
  padding: 110px 0 85px 0;
}

.con3-2-Box .con3-2-InnerBox {
  margin: 0 auto;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.con3-2-InnerBox h3 {
  font-size: 60px;
  font-weight: bold;
  color: #000000;
  font-family: Source Han Sans CN;
  line-height: 1;
  padding-bottom: 35px;
  border-bottom: 1px solid #bbb3b3;
  position: relative;
  padding-right: 140px;
}

.con3-2-InnerBox h3::before {
  display: block;
  content: '';
  width: 100px;
  background: #1F5FFF;
  height: 4px;
  position: absolute;
  left: 0px;
  bottom: -2px;
}

.con3-2-InnerBox h5 {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  font-family: Source Han Sans CN;
}

.con3-2-InnerBox h5 span {
  font-size: 60px;
  color: #1F5FFF;
}

/* ========== 模块 con3-3 ========== */
.con3-3-Box {
  width: 100%;
  background-color: #FFFFFF;
}

.con3-3-Box .con3-3-InnerBox {
  margin: 0 auto;
  padding: 100px 0;
}

.con3-3-InnerBox .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  font-size: 40px;
  text-align: center;
  line-height: 1;
}

.con3-3-InnerBox .line {
  width: 100px;
  background: #FFC058;
  height: 4px;
  margin: 30px auto 45px;
}

.con3-3-InnerBox .container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.con3-3-InnerBox .container .left {
  width: 355px;
}

.con3-3-InnerBox .container .left h6 {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 48px;
  font-family: Source Han Sans CN;
}

.con3-3-InnerBox .container .left .sx {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  position: relative;
  width: max-content;
  margin: 43px auto 0;
}

.con3-3-InnerBox .container .left .sx .item {
  height: 85px;
  background: #FFFFFF;
  border: 2px dashed #1F5FFF;
  border-radius: 43px;
  width: 200px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #1F5FFF;
  font-size: 30px;
  text-align: center;
  line-height: 85px;
}

.con3-3-InnerBox .container .left .sx img {
  margin: 28px auto;
}

.con3-3-InnerBox .container .left .sx .flow {
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  font-family: Source Han Sans CN;
  writing-mode: vertical-rl;
  text-align: left;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
}

.con3-3-InnerBox .container .right {
  width: 744px;
}

.con3-3-InnerBox .container .right h6 {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 48px;
  font-size: 24px;
}

.con3-3-InnerBox .container .right .rq {
  display: flex;
  display: -webkit-flex;
  margin-top: 43px;
}

.con3-3-InnerBox .container .right .r-l .item {
  width: 260px;
  background: #1F5FFF;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 35px;
  height: 70px;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
  text-align: center;
  line-height: 70px;
}

.con3-3-InnerBox .container .right .r-l .item:not(:first-of-type) {
  margin-top: 17px;
}

.con3-3-InnerBox .container .right .r-r {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 125px;
}

.con3-3-InnerBox .container .right .r-r p {
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans CN;
  margin-top: 23px;
}

/* ========== 模块 con3-4 ========== */
.con3-4-Box {
  width: 100%;
  background-color: #F5F7FA;
}

.con3-4-Box .con3-4-InnerBox {
  margin: 0 auto;
  padding: 100px 0 70px 0;
}

.con3-4-InnerBox .top-container {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}

.con3-4-InnerBox .top-container .left {
  text-align: center;
}

.con3-4-InnerBox .top-container .left a,
.con3-4-InnerBox .top-container .left li {
  display: inline-block;
  list-style: none;
}

.con3-4-InnerBox .top-container .right {
  width: 750px;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.con3-4-InnerBox .top-container .right .item {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  overflow: hidden;
}

.con3-4-InnerBox .top-container .right .item:nth-of-type(2n) {
  margin-right: 0px;
}

.con3-4-InnerBox .top-container .right .item:nth-of-type(even) {
  transform: translateY(50px);
}

.con3-4-InnerBox .top-container .right .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}

.con3-4-InnerBox .top-container .right .item:hover>img {
  transform: scale(1.03);
}

/* 修正单张图片铺满右侧区域（新增） */
.con3-4-InnerBox .top-container .right .item.single-big-image {
  width: 100%;
  margin-right: 0;
  transform: none !important;
}

.con3-4-InnerBox .container {
  margin-top: 150px;
}

.con3-4-InnerBox .container h3 {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  line-height: 60px;
  font-family: Source Han Sans CN;
  text-align: center;
}

.con3-4-InnerBox .container .line {
  height: 4px;
  background: #FFC058;
  width: 100px;
  margin: 29px auto 40px;
}

.con3-4-InnerBox .container ul {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.con3-4-InnerBox .container ul li {
  width: calc((100% - 60px) / 3);
  margin-bottom: 30px;
  margin-right: 30px;
  background-color: #FFFFFF;
  border-radius: 12px;
  height: 150px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.con3-4-InnerBox .container ul li::before {
  display: block;
  content: '';
  width: 0;
  height: 0;
  background-color: #1F5FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: -1;
}

.con3-4-InnerBox .container ul li:hover::before {
  width: 100%;
  height: 100%;
}

.con3-4-InnerBox .container ul li:nth-of-type(3n) {
  margin-right: 0px;
}

.con3-4-InnerBox .container ul li .content {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  width: 85%;
}

.con3-4-InnerBox .container ul li .content .left {
  width: 90px;
  background: #1F5FFF;
  border-radius: 50%;
  height: 90px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}

.con3-4-InnerBox .container ul li .content .left img {
  max-width: 65%;
}

.con3-4-InnerBox .container ul li .content .right {
  width: calc(100% - 90px - 19px);
  margin-left: 19px;
}

.con3-4-InnerBox .container ul li .content .right h4 {
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #333333;
  font-size: 24px;
  transition: 0.3s;
}

.con3-4-InnerBox .container ul li .content .right h6 {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
  opacity: 0.3;
  font-family: Montserrat;
  margin-top: 10px;
  transition: 0.3s;
}

.con3-4-InnerBox .container ul li:hover>.content .right h4 {
  color: #FFFFFF;
}

.con3-4-InnerBox .container ul li:hover>.content .right h6 {
  color: #FFFFFF;
  opacity: 0.3;
}

/* ========== 合作伙伴模块 ========== */
.i6-indexBox {
  width: 100%;
}

.i6-indexBox .i6-indexInnerBox {
  margin: 0 auto;
  padding: 110px 0 100px 0;
}

.i6-indexInnerBox .my-td-swiper {
  margin-top: 50px;
}

.i6-indexInnerBox .container {
  position: relative;
}

.i6-indexInnerBox .container .prev {
  position: absolute;
  top: 50%;
  left: -68px;
  transform: translateY(-50%);
}

.i6-indexInnerBox .container .next {
  position: absolute;
  top: 50%;
  right: -68px;
  transform: translateY(-50%);
}

.i6-indexInnerBox .container .public {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #999999;
  border-radius: 24px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  cursor: pointer;
}

.i6-indexInnerBox .container .public:hover {
  border-color: #1F5FFF;
}

.i6-indexInnerBox .container .public:hover>img:last-of-type {
  display: block;
}

.i6-indexInnerBox .container .public:hover>img:first-of-type {
  display: none;
}

.i6-indexInnerBox .container .public i {
  color: #999999;
  font-size: 18px;
  transition: 0.3s;
}

.i6-indexInnerBox .my-td-swiper .s-c {
  height: 470px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.i6-indexInnerBox .my-td-swiper .s-c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.i6-indexInnerBox .my-td-swiper .s-c .title {
  position: absolute;
  left: 40px;
  top: 50px;
}

.i6-indexInnerBox .my-td-swiper .s-c .title h3 {
  font-size: 30px;
  font-weight: bold;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
}

.i6-indexInnerBox .my-td-swiper .s-c .title h6 {
  font-size: 24px;
  font-weight: 400;
  color: #C2AA82;
  font-family: Source Han Sans CN;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content {
  position: absolute;
  bottom: -100%;
  left: 0px;
  height: 220px;
  border-radius: 12px;
  background: linear-gradient(0deg, #1F5FFF 0%, #3B86FF 100%);
  transition: 0.3s;
  opacity: 0;
}

.i6-indexInnerBox .my-td-swiper .s-c:hover>.flow-content {
  bottom: 0px;
  opacity: 1;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content {
  width: 85%;
  margin: 0 auto;
  padding-top: 30px;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content h6 {
  height: 106px;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content h6 span {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  font-family: Source Han Sans CN;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content a {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  margin-top: 28px;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content a span {
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
  font-family: Source Han Sans CN;
}

.i6-indexInnerBox .my-td-swiper .s-c .flow-content .content a i {
  color: #FFFFFF;
  font-size: 18px;
  margin-left: 10px;
}

/* ========== 横幅 ========== */
.lec-banner {
  width: 100%;
  height: 645px;
  position: relative;
}

.lec-banner .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lec-banner .content {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.lec-banner .con3-flow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 95px;
  height: 55px;
}

/* ========== 页脚 ========== */
.footerBox {
  width: 100%;
  background-color: #E1E4EB;
}

.footerBox .footerInnerBox {
  margin: 0 auto;
  padding: 70px 0;
}

.footerInnerBox .top {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.footerInnerBox .top h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans CN;
}

.footerInnerBox .top ul {
  display: flex;
  display: -webkit-flex;
}

.footerInnerBox .top ul li {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.footerInnerBox .top ul li:not(:first-of-type) {
  margin-left: 95px;
}

.footerInnerBox .top ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans CN;
  margin-top: 25px;
}

.footerInnerBox .top .right {
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}

.footerInnerBox .top .right .contact h3 {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans CN;
}

.footerInnerBox .top .right .contact .text {
  margin-top: 25px;
}

.footerInnerBox .top .right .contact .text .p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans CN;
}

.footerInnerBox .top .right .contact .text .p:not(:first-of-type) {
  margin-top: 15px;
}

.footerInnerBox .top .right .qrBox {
  display: flex;
  display: -webkit-flex;
  margin-left: 115px;
}

.footerInnerBox .top .right .qrBox .item img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
}

.footerInnerBox .top .right .qrBox .item p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
  font-family: Source Han Sans CN;
}

.footerInnerBox .top .right .qrBox .item:not(:first-of-type) {
  margin-left: 40px;
}

.footerInnerBox .bottom {
  margin-top: 70px;
}

.footerInnerBox .bottom .link {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding: 28px 0;
  border-top: 1px solid #D5D6D6;
  border-bottom: 1px solid #D5D6D6;
}

.footerInnerBox .bottom .link p {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-family: Source Han Sans CN;
}

.footerInnerBox .bottom .link ul {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-left: 24px;
}

.footerInnerBox .bottom .link ul a,
.footerInnerBox .bottom .link ul span {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-family: Source Han Sans CN;
}

.footerInnerBox .bottom .link ul span {
  margin: 0 24px;
}

/* ========== 右侧悬浮工具栏 ========== */
.tips {
  position: fixed;
  right: 8px;
  top: 37%;
  z-index: 999;
  width: 80px;
  display: none;
}

.tips .one-ul {
  width: 100%;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
}

.tips .one-ul li {
  width: 100%;
  position: relative;
}

.tips .one-ul li a,
.tips .two a {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  width: 100%;
  padding: 15px 0;
}

.tips .one-ul li:not(:first-of-type) {
  border-top: 1px solid #F2F2F2;
}

.tips .one-ul li a .icon {
  width: 36px;
  height: 36px;
  background: #1F5FFF;
  border-radius: 50%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  position: relative;
}

.tips .one-ul li a .icon i {
  color: #FFFFFF;
  font-size: 20px;
}

.tips .one-ul li a .icon .flow {
  position: absolute;
  left: 50%;
  top: -10px;
  font-size: 10px;
  font-weight: 400;
  color: #FF9401;
  font-family: Source Han Sans CN;
  background: #FFE5C0;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
  line-height: 1;
  white-space: nowrap;
  padding: 3px;
}

.tips .one-ul li a p,
.tips .two p {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  font-family: Source Han Sans CN;
  text-align: center;
  margin-top: 5px;
}

.tips ul li .fadein {
  display: none;
  position: absolute;
  top: 50%;
  right: calc(100% + 20px);
  transform: translateY(-50%);
  z-index: 1;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
}

.tips ul li .fadein::after {
  display: block;
  content: '';
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid #FFFFFF;
  border-bottom: 6px solid transparent;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.tips ul li .tip-phone {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: Source Han Sans CN;
  white-space: nowrap;
}

.tips ul li .fadein img {
  width: 100px;
  height: 100px;
}

.tips ul li .fadein h6 {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  font-family: Source Han Sans CN;
  text-align: center;
}

.tips .two {
  margin-top: 20px;
  box-shadow: 0px 0px 25px 0px rgba(31, 95, 255, 0.2);
  border-radius: 6px;
  background-color: #ffffff;
}

/* ========== 响应式：宽度 ≤1560px ========== */
@media only screen and (max-width: 1560px) {
  .center {
    width: 1000px;
  }

  .headerInnerBox .nav .one-li a {
    font-size: 16px;
  }

  .headerInnerBox .nav .one-li:not(:first-of-type) {
    margin-left: 15px;
  }

  .headerInnerBox .right #search {
    font-size: 18px;
  }

  .public-title h5 {
    font-size: 20px;
  }

  .public-title h3 {
    font-size: 34px;
  }

  .con3-1-Box {
    padding: 60px 0;
  }

  .lec-banner .con3-flow {
    bottom: 68px;
    transform: translateX(calc(-50% - 35px));
  }

  .con3-1-InnerBox .left h3 {
    font-size: 26px;
    line-height: 40px;
  }

  .con3-1-InnerBox .left .line {
    width: 70px;
    margin: 25px 0;
  }

  .con3-1-InnerBox .left h6 {
    font-size: 18px;
    line-height: 32px;
    width: 350px;
  }

  .con3-1-InnerBox .left {
    width: calc(50% - 50px);
    padding-left: 50px;
  }

  .con3-1-Box .con3-1-InnerBox {
    height: 330px;
  }

  .con3-2-InnerBox h5 {
    font-size: 26px;
  }

  .con3-2-InnerBox h5 span {
    font-size: 30px;
  }

  .con3-2-InnerBox h3 {
    font-size: 30px;
    padding-bottom: 20px;
    padding-right: 80px;
  }

  .con3-2-InnerBox h3::before {
    width: 60px;
  }

  .con3-2-Box {
    padding: 50px 0 65px;
  }

  .con3-3-Box .con3-3-InnerBox {
    padding: 60px 0;
  }

  .con3-3-InnerBox .title {
    font-size: 26px;
  }

  .con3-3-InnerBox .line {
    width: 70px;
    margin: 20px auto 35px;
  }

  .con3-3-InnerBox .container .left h6 {
    font-size: 16px;
    line-height: 28px;
  }

  .con3-3-InnerBox .container .left .sx .item {
    font-size: 20px;
    width: 150px;
    height: 50px;
    line-height: 50px;
  }

  .con3-3-InnerBox .container .right h6 {
    font-size: 16px;
    line-height: 28px;
  }

  .con3-3-InnerBox .container .right .r-l .item {
    font-size: 18px;
    width: 200px;
    height: 55px;
    line-height: 55px;
  }

  .con3-3-InnerBox .container .right .r-r p {
    font-size: 16px;
    margin-top: 15px;
  }

  .con3-3-InnerBox .container .left {
    width: 250px;
  }

  .con3-3-InnerBox .container .right {
    width: 550px;
  }

  .con3-3-InnerBox .container .right .r-r {
    margin-left: 70px;
  }

  .con3-3-InnerBox .container .right .r-r img {
    width: 150px;
  }

  .con3-3-InnerBox .container .right .r-l .item:not(:first-of-type) {
    margin-top: 15px;
  }

  .con3-3-InnerBox .container .left .sx .flow {
    font-size: 16px;
  }

  .con3-4-Box .con3-4-InnerBox {
    padding: 60px 0;
  }

  .con3-4-InnerBox .top-container .left {
    width: 350px;
  }

  .con3-4-InnerBox .top-container .right {
    width: 550px;
  }

  .con3-4-InnerBox .top-container .left a {
    width: 120px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
  }

  .con3-4-InnerBox .top-container .right .item:nth-of-type(even) {
    transform: translateY(30px);
  }

  .con3-4-InnerBox .container {
    margin-top: 100px;
  }

  .con3-4-InnerBox .container h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .con3-4-InnerBox .container .line {
    width: 70px;
  }

  .con3-4-InnerBox .container ul li {
    width: calc((100% - 40px) / 3);
    height: 120px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 6px;
  }

  .con3-4-InnerBox .container ul li .content .right h4 {
    font-size: 16px;
  }

  .con3-4-InnerBox .container ul li .content .right h6 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
  }

  .con3-4-InnerBox .container ul li .content .left {
    width: 70px;
    height: 70px;
  }

  .con3-4-InnerBox .container ul li .content .right {
    width: calc(100% - 70px - 19px);
  }

  .footerInnerBox .top ul li:not(:first-of-type) {
    margin-left: 55px;
  }

  .footerInnerBox .top .right .qrBox {
    margin-left: 65px;
  }

  .footerInnerBox .top .right .qrBox .item img {
    width: 80px;
    height: 80px;
  }

  .footerInnerBox .top .right .qrBox .item p {
    font-size: 14px;
    margin-top: 10px;
  }

  .footerInnerBox .top .right .contact .text .p:not(:first-of-type) {
    margin-top: 10px;
  }

  .footerInnerBox .top .right .contact .text {
    margin-top: 20px;
  }

  .footerInnerBox .top .right .contact .text .p {
    font-size: 14px;
  }

  .footerInnerBox .top .right .contact h3 {
    font-size: 18px;
  }

  .footerInnerBox .bottom {
    margin-top: 50px;
  }

  .footerInnerBox .bottom .link {
    padding: 20px 0;
  }

  .footerInnerBox .bottom .link p {
    font-size: 14px;
    line-height: 1;
  }

  .footerInnerBox .bottom .link ul a,
  .footerInnerBox .bottom .link ul span {
    font-size: 12px;
    line-height: 1;
  }

  .footerInnerBox .bottom .link ul span {
    margin: 0 15px;
  }

  .footerBox .footerInnerBox {
    padding: 50px 0;
  }

  .tips {
    width: 65px;
  }

  .tips .one-ul li a .icon {
    width: 30px;
    height: 30px;
  }

  .tips .one-ul li a .icon i {
    font-size: 16px;
  }

  .tips ul li .fadein img {
    width: 80px;
    height: 80px;
  }

  .tips .one-ul li a,
  .tips .two a {
    padding: 10px 0;
  }
}

/* ========== 安全技术支持链接按钮样式 ========== */
.con3-4-InnerBox .top-container .left {
  text-align: center;
}

.long-link-item {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #f5f7fa !important;
  border: 1px solid #1F5FFF !important;
  border-radius: 30px !important;
  padding: 4px 24px !important;
  box-sizing: border-box !important;
  transition: all 0.3s;
}

.long-link-item a {
  color: #1F5FFF !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  background-color: transparent !important;
  white-space: normal !important;
  word-break: break-word !important;
  display: block !important;
  width: 100% !important;
  text-align: center !important;
}

/* PC 版宽度 */
@media (min-width: 769px) {
  .long-link-item {
    min-width: 280px !important;
    width: auto !important;
    margin: 10px 0 !important;
  }
}

/* 悬停效果 */
.long-link-item:hover {
  background-color: #1F5FFF !important;
}
.long-link-item:hover a {
  color: #ffffff !important;
}

/* 手机版样式（合并所有手机媒体查询） */
@media (max-width: 768px) {
  /* 按钮独占一行 + 水平垂直居中 + 触摸反白 */
  .con3-4-InnerBox .top-container .left .long-link-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-color: #f5f7fa !important;
    border: 1px solid #1F5FFF !important;
    border-radius: 30px !important;
    padding: 6px 20px !important;
    margin: 10px auto !important;
    width: auto !important;
    max-width: 90% !important;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }
  .con3-4-InnerBox .top-container .left .long-link-item a {
     display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    color: #1F5FFF !important;
    text-decoration: none !important;
    pointer-events: none;
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .con3-4-InnerBox .top-container .left .long-link-item:active {
    background-color: #1F5FFF !important;
  }
  .con3-4-InnerBox .top-container .left .long-link-item:active a {
    color: #ffffff !important;
  }

  /* 页脚居中 */
  .footerInnerBox .top {
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }
  .footerInnerBox .top .left {
    width: 100% !important;
    text-align: center !important;
  }
  .footerInnerBox .top .left ul {
    justify-content: center !important;
  }
  .footerInnerBox .top .right {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }
  .footerInnerBox .top .right .qrBox {
    margin-left: 0 !important;
    margin-top: 20px !important;
    justify-content: center !important;
  }
  .footerInnerBox .top .right .qrBox .item {
    text-align: center !important;
  }
  .footerInnerBox .top .right .qrBox .item img {
    margin: 0 auto !important;
    display: block !important;
  }
  .footerInnerBox .top .right .qrBox .item p {
    text-align: center !important;
  }
  .footerInnerBox .top .right .contact {
    text-align: center !important;
  }
  .footerInnerBox .top .right .contact .text .p {
    text-align: center !important;
  }

  /* Swiper 手机版响应式（针对事故案例页，同时适用于全局） */
  .swiper-container {
    width: 100% !important;
  }
  .partner-swiper-wrapper {
    width: 90% !important;
  }

  /* 标题手机版字号 */
  .con3-4-InnerBox .top-container .left h1 {
    font-size: 36px !important;
    padding-bottom: 15px !important;
  }
}

/* ========== PC 版标题 h1 样式 ========== */
.con3-4-InnerBox .top-container .left h1 {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: none;
  font-family: 'Source Han Sans CN', sans-serif;
  font-weight: bold;
  color: #333333;
  font-size: 40px;
  line-height: 1.2;
  margin: 0;
  box-shadow: 0 6px 12px -8px rgba(0, 0, 0, 0.15);
  text-align: center;
}
.con3-4-InnerBox .top-container .left h1::before {
  display: none !important;
}

/* ========== 事故案例下载页面专用覆盖 ========== */
.page-accident .con3-1-Box .left {
  background: linear-gradient(135deg, #1a5fd8 0%, #0d3a8c 100%) !important;
  color: white !important;
}
.page-accident .con3-1-Box .left h3 span span {
  color: #ffde59 !important;
}
.page-accident .con3-1-Box .left h6 {
  color: rgba(255, 255, 255, 0.9) !important;
}
.page-accident .lec-banner {
  height: 200px !important;
  position: relative;
  overflow: hidden;
}
.page-accident .lec-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-accident .con3-flow.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  z-index: 2;
}
.page-accident .headerInnerBox .nav .one-li > a {
  font-size: 20px !important;
  font-weight: 500;
}
.page-accident .headerInnerBox .nav .two-ul li a {
  font-size: 16px !important;
}

/* ========== 额外辅助类 ========== */
.public-title {
  text-align: center;
}
.con3-4-InnerBox .container .title-blue {
  color: blue;
}
.con3-4-InnerBox .container h2,
.con3-4-InnerBox .container h4 {
  text-align: center;
}
.con3-1-InnerBox .left .line {
  margin: 40px auto;
}
.mySwiper .s-c img.pc,
.mySwiper .s-c img.app {
  width: 100%;
  height: auto;
}
.partner-swiper-wrapper {
  width: 75%;
  margin: 0 auto;
}
.partner-swiper-wrapper .swiper-container {
  width: 100%;
}
.footerInnerBox .qrBox .item {
  text-align: center;
}
.footerInnerBox .qrBox .item img {
  width: 83px;
  height: auto;
}

/* ========== 事故事件管理卡片样式 ========== */
.modules-wrapper {
  padding: 60px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  position: relative;
}
.modules-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 40%, rgba(31,95,255,0.02) 0%, transparent 60%);
  pointer-events: none;
}
.modules-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
.module-card {
  flex: 1;
  min-width: 280px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(2px);
  border-radius: 28px;
  box-shadow: 0 15px 35px -12px rgba(0,0,0,0.08);
  transition: all 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  overflow: hidden;
  border: 1px solid rgba(31,95,255,0.1);
}
.module-card:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 25px 45px -12px rgba(31,95,255,0.25);
  border-color: rgba(31,95,255,0.3);
  background: white;
}
.module-header {
  padding: 24px 24px 16px;
  border-bottom: 2px solid rgba(31,95,255,0.1);
  transition: 0.2s;
}
.module-card:hover .module-header {
  border-bottom-color: #1F5FFF;
}
.module-header h3, .module-header h2 {
  font-size: 22px;
  margin: 0 0 8px;
  font-weight: 700;
  background: linear-gradient(135deg, #1a2c3e, #1F5FFF);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.module-desc {
  font-size: 14px;
  color: #6c7a8a;
}
.module-content {
  padding: 20px 24px 24px;
}
.module-content ul {
  margin: 0 0 20px;
  padding-left: 20px;
}
.module-content li {
  font-size: 14px;
  color: #33475b;
  margin-bottom: 10px;
  position: relative;
}
.module-link {
  display: inline-block;
  background: linear-gradient(120deg, #1F5FFF, #3B86FF);
  padding: 8px 20px;
  border-radius: 40px;
  color: white !important;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 2px 8px rgba(31,95,255,0.3);
}
.module-link:hover {
  transform: translateX(4px);
  box-shadow: 0 6px 14px rgba(31,95,255,0.4);
  background: linear-gradient(120deg, #0F4FEF, #2F76FF);
}
.badge-new {
  background: linear-gradient(135deg, #FF6B35, #FF8A5C);
  color: #fff;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 30px;
  margin-left: 12px;
  display: inline-block;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,107,53,0.4); }
  70% { box-shadow: 0 0 0 6px rgba(255,107,53,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,107,53,0); }
}

/* 手机端适配（仅卡片模块） */
@media (max-width: 768px) {
  .modules-wrapper {
    padding: 40px 0;
  }
}