html,
body {
  background: #fff;
  font-size: 12px;
  font-family: 'å¾®è½¯é›…é»‘';
}

html,
body,
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

/* 联系我们页面移动端隐藏滚动条 */
@media screen and (max-width: 768px) {
  /* 只在联系我们页面隐藏滚动条 */
  ::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-overflow-scrolling: touch;
    -overflow-scrolling: touch;
  }
}
.wrapContact {
  overflow: hidden;
}

.g_wrap {
  /*width: 1300px; margin: 0 auto; position: relative;*/
}

/*å¤´éƒ¨*/
.g_head {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  height: 80px;
  z-index: 10;
}
.g_head.bg {
  height: 150px;
  background: url('../img/nav_bg.png') repeat-x 0 0;
  background-size: auto 50%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(255, 255, 255, 0));
}
.headBox {
  width: 1240px;
  height: 80px;
  margin: 0 auto;
  max-width: 96%;
}
.g_head .logoBox {
  float: left;
  margin: 21px 0 0 0;
  width: 150px;
  height: 50px;
}
.g_head .logoBox a {
  width: 150px;
  height: 50px;
  display: block;
}
.g_head .logoBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.g_head .navBox {
  float: right;
  padding: 26px 0 0 0;
}

.g_head .navBox ul {
  clear: both;
  overflow: hidden;
}

.g_head .navBox ul li {
  display: inline-block;
  width: 130px;
  line-height: 40px;
  text-align: center;
}

.g_head .navBox ul li a {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #FF6B6B;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.g_head .navBox ul li:hover a {
  font-weight: 600;
}
.g_head .navBox ul li.active a {
  font-weight: 600;
  font-size: 20px;
}
.g_head .navBox ul li.active:after {
  content: '';
  display: block;
  margin: 10px auto 0;
  color: #000;
  width: 24px;
  height: 6px;
  background: #FF6B6B;
  border-radius: 3px;
}

/*
å³ä¾§æŒ‡ç¤ºç‚¹
*/
.g_pointDiv {
  position: absolute;
  right: 20px;
  top: 360px;
  z-index: 2;
}
.g_pointDiv a {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 0 10px 0;
  border-radius: 4px;
  background: #b5b5b5;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.g_pointDiv a.active {
  height: 32px;
  background: #FF6B6B;
}

/*æ‚¬æµ®çš„æ„è§åé¦ˆ*/
.g_msgDiv {
  position: absolute;
  right: 100px;
  bottom: 60px;
  z-index: 12;
  text-align: center;
  width: 60px;
  height: 60px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);
  border-bottom: 1px solid rgba(221, 238, 238, 0.93);
  border-radius: 15px;
}
.g_msgDiv .qr1 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  width: 206px;
  height: 217px;
  margin: 0 0 0 -103px;
  background: url('../img/qr_img_yijian.png') no-repeat 50% 0;
  background-size: 100% auto;
  display: none;
}
.g_msgDiv .qr1 .tip {
  display: block;
  padding: 155px 0 0 0;
  font-size: 14px;
}
.g_msgDiv a {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  transform: scale(0.9);
}
.g_msgDiv:hover {
  box-shadow: 0 1px 4px rgba(0, 21, 41, 0.2);
}
.g_msgDiv:hover .qr1 {
  display: block;
}
.g_msgDiv a:before {
  content: '';
  display: block;
  height: 38px;
  background: url('../img/fankui2.png') no-repeat 50% 10px;
}

/**/
.section {
  position: relative;
}

/*************************é¦–é¡µ****************************/
.wrapHome {
}
/*é¦–é¡µbannerå±•ç¤ºåŒºåŸŸ*/
.homeBannerBox {
  position: absolute;
  width: 1300px;
  height: 800px;
  top: 50%;
  left: 50%;
  margin: -320px 0 0 -650px;
}
.homeBannerBox .img {
  float: left;
  width: 900px;
  height: 739px;
}
.homeBannerBox .img svg {
  width: 100%;
  height: 100%;
}
.homeBannerBox .info {
  position: absolute;
  z-index: 1;
  left: 674px;
  top: 0;
  padding: 170px 0 0 0;
}
.homeBannerBox .p1 {
  width: 600px;
  height: 98px;
  font-size: 60px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 30px 0;
  font-family: PingFangSC-Semibold;
}
.homeBannerBox .p2 {
  opacity: 0.8;
  font-size: 28px;
  margin: 10px 0;
  color: #000000;
  font-family: PingFangSC-Medium;
}
.homeBannerBox .p3 {
  opacity: 0.6;
  font-size: 24px;
  font-family: PingFangSC-Regular;
}
/*é¦–é¡µçš„å…¬ç"¨çš„ä¸‹è½½æŒ‰é'®ç»„*/
.homeDownDiv {
  width: 660px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: 170px 0 0 10px;
  z-index: 10;
  display: flex;
  gap: 20px;
  align-items: center;
}
.homeDownDiv .btn {
  position: relative;
  width: 199px;
  height: 84px;
  display: inline-block;
}
.homeDownDiv .btn .img {
  display: none;
  width: 206px;
  height: 217px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  margin-left: -103px;
  z-index: 2;
}
.homeDownDiv .btnIos {
  background: url('../img/home/ios_button.png') no-repeat 0% 50%;
  background-size: contain;
}
.homeDownDiv .btnAndroid {
  background: url('../img/home/androis_button.png') no-repeat 50% 50%;
  background-size: contain;
}
.homeDownDiv .btnIos:hover,
.homeDownDiv .btnAndroid:hover {
  opacity: 0.7;
}

.homeDownDiv .btnWindows {
  position: relative;
  width: 165px;
  height: 60px;
  display: inline-block;
  background: linear-gradient(135deg, #0078d4, #106ebe);
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 3px 12px rgba(0, 120, 212, 0.3);
}

.homeDownDiv .btnWindows:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 18px rgba(0, 120, 212, 0.4);
  background: linear-gradient(135deg, #106ebe, #005a9e);
}

.homeDownDiv .btnWindows::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: #fff;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 3.449L9.75 2.1v9.451H0m10.949-9.602L24 0v11.4H10.949M0 12.6h9.75v9.451L0 20.699M10.949 12.6H24V24l-13.051-1.351'/%3E%3C/svg%3E") no-repeat center;
  mask-size: contain;
}

.homeDownDiv .btnWindows .text {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-align: left;
}

.homeDownDiv .btnWindows .text .title {
  display: block;
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 1px;
}

.homeDownDiv .btnWindows .text .subtitle {
  display: block;
  font-size: 9px;
  opacity: 0.9;
  line-height: 1.1;
}

/* 智能下载按钮样式 - 默认隐藏，只在移动端显示 */
.homeDownDiv .btnSmart {
  display: none;
  width: 250px;
  height: 60px;
  background: linear-gradient(135deg, #FF6B6B 0%, #FF8E8E 100%);
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
  color: white;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
}

/* 桌面端确保显示传统按钮，隐藏智能按钮 */
@media (min-width: 769px) {
  .homeDownDiv .btnSmart {
    display: none !important;
  }
  
  .homeDownDiv .btnIos,
  .homeDownDiv .btnAndroid,
  .homeDownDiv .btnWindows {
    display: block;
  }
}

.homeDownDiv .btnSmart::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.5s;
}

.homeDownDiv .btnSmart:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 107, 107, 0.4);
}

.homeDownDiv .btnSmart:hover::before {
  left: 100%;
}

.homeDownDiv .btnSmart .smart-icon {
  font-size: 24px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30px;
}

.homeDownDiv .btnSmart .smart-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.homeDownDiv .btnSmart .smart-title {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 2px;
}

.homeDownDiv .btnSmart .smart-subtitle {
  font-size: 11px;
  color: #fff;
  opacity: 0.9;
  line-height: 1;
}

.homeDownDiv .btn:hover .img {
  display: block;
}

/*************************å…³äºŽæˆ'ä»¬****************************/
.wrapAbout {
  background: #fff;
}

.wrapAbout .g_head .navBox ul li a {
  color: #FF6B6B;
}

.wrapAbout .navBox ul li.curr:after {
  background: #FF6B6B;
}
.about {
  width: 100%;
  color: #2c3e50;
}
.about .title {
  letter-spacing: 0.86px;
  font-weight: 700;
  text-align: center;
  font-size: 50px;
  padding: 50px 0 40px 0;
  color: #FF6B6B;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
}
.about .info {
  /* width: 1143px; */
  margin: 0 auto;
  letter-spacing: 1.07px;
  text-align: left;
  line-height: 56px;
  font-size: 26px;
  opacity: 1;
  font-weight: 400;
  color: #34495e;
  background: rgba(255, 255, 255, 0.95);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.about .info p {
  text-indent: 2em;
  margin-bottom: 20px;
}
.about1 {
  background: #ffffff;
  position: relative;
  height: 100%;
}
.about1 .cnt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 1200px;
  height: 700px;
  margin: -350px 0 0 -600px;
  overflow: visible;
}
.about1 .info2 {
  /* width: 1143px; */
  margin: 30px auto 0 auto;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 50px;
  text-indent: 0;
  font-size: 30px;
  color: #2c3e50;
  font-weight: 500;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  z-index: 10;
}
.about1 .info2 .font1 {
  font-size: 32px;
  padding: 0 8px 0 0;
  color: #FF6B6B;
  font-weight: 700;
}

/*************************ä¼ä¸šåŠ¨æ€****************************/
.wrapNews {
  background: #f5f6fa;
}

.wrapNews .g_head .navBox ul li a {
  color: #FF6B6B;
}

.wrapNews .navBox ul li.curr:after {
  background: #FF6B6B;
}

.newsBanner {
  position: relative;
  height: 40%;
  max-height: 440px;
  background: url('../img/news_bg.jpg') no-repeat 50% 0;
  background-size: cover;
}

.newsBanner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -56px 0 0 -122px;
  width: 244px;
  max-height: 84px;
  font-size: 60px;
  color: #ffffff;
  letter-spacing: 0.86px;
  font-weight: 600;
}

.newsItems {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 0 0 40px 0;
  overflow: hidden;
}

.newsItems ul {
  clear: both;
  overflow: hidden;
  padding: 40px 0 10px 0;
}

.newsItems li {
  float: left;
  width: 50%;
}

.newsItems li .box {
  background: #fff;
  margin: 20px;
  padding: 20px 30px;
  border-radius: 5px;
}

.newsItems li .title {
  height: 60px;
  line-height: 60px;
  font-size: 28px;
  color: #030303;
  letter-spacing: 0.4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.newsItems li .title .f_date {
  display: none;
}
.newsItems li .info {
  width: 100%;
  overflow: visible;
  height: 80px;
  line-height: 40px;
}

.newsItems li .info .p1 {
  overflow: hidden;
  height: 60px;
  margin: 20px 0 0 0;
  line-height: 30px;
  padding: 0 30px 0 0;
  font-size: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.newsItems li .info .p2 {
  display: none;
}
.newsItems .aMore {
  float: right;
  margin: 0 20px 0 20px;
  width: 75px;
  height: 25px;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0.6px;
  font-weight: 400;
  padding: 0 40px 0 0;
  background: url('../img/arrow_more.png') no-repeat 100% 50%;
}

.newsItems .aMore:hover {
  color: #333;
}

.wrapNewsMore .section {
  height: 100%;
  padding: 180px 0 40px 0;
}

.wrapNewsMore .newsItems li {
  float: none;
  width: 100%;
  clear: both;
  overflow: hidden;
}

.wrapNewsMore .newsItems li .box {
  padding-bottom: 10px;
}

.wrapNewsMore .newsItems li .f_date {
  float: right;
  padding: 0 0 0 50px;
  font-size: 18px;
  color: #a5a5a5;
  letter-spacing: 0.31px;
  text-align: right;
  font-weight: 400;
}

.wrapNewsMore .newsItems li .info {
  width: 100%;
  overflow: visible;
  height: 120px;
  line-height: 40px;
}

.wrapNewsMore .newsItems li .info .p1 {
  overflow: hidden;
  height: 80px;
  margin: 20px 0 0 0;
  line-height: 40px;
  padding: 0 30px 0 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.wrapNewsMore .newsItems li .info .p2 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: block;
  color: #666;
}
.wrapNewsMore .newsItems li .img {
  float: right;
  height: 100px;
  margin: 0 0 10px 0;
}

/*************************æœ€æ–°å…¬å'Š****************************/
.wrapNotice {
  background: #f5f6fa;
}

.wrapNotice .g_head .navBox ul li a {
  color: #FF6B6B;
}

.wrapNotice .navBox ul li.curr:after {
  background: #FF6B6B;
}

.noticeBanner {
  height: 440px;
  background: url('../img/notice_bg.png') no-repeat 50% 0;
  background-size: cover;
  position: relative;
}

.noticeBanner .title {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -30px 0 0 -122px;
  width: 244px;
  height: 84px;
  font-size: 60px;
  color: #ffffff;
  letter-spacing: 0.86px;
  font-weight: 600;
}

.noticeItems {
  width: 1200px;
  margin: 0 auto;
  clear: both;
  padding: 0 0 40px 0;
}

.noticeItems ul {
  clear: both;
  overflow: hidden;
  padding: 40px 0 0 0;
}

.noticeItems li {
}

.noticeItems li .box {
  background: #fff;
  margin: 20px;
  padding: 0 20px;
  border-radius: 5px;
  cursor: pointer;
}

.noticeItems li .title {
  height: 89px;
  line-height: 89px;
  font-size: 26px;
  color: #030303;
  letter-spacing: 0.37px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.noticeItems li .title:before {
  content: attr(data-typeName);
  width: 64px;
  margin: 30px 15px 0 0;
  height: 29px;
  line-height: 29px;
  font-size: 16px;
  text-align: center;
  background: #ff6d46;
  border-radius: 5px;
  display: inline-block;
  color: #fff;
}

.noticeItems .aMore {
  float: right;
  margin: 0 20px;
  width: 75px;
  height: 25px;
  font-size: 18px;
  color: #666666;
  letter-spacing: 0.6px;
  font-weight: 400;
  padding: 0 40px 0 0;
  background: url('../img/arrow_more.png') no-repeat 100% 50%;
}

.noticeItems .aMore:hover {
  color: #333;
}

.wrapNoticeMore .g_sec {
  height: 100%;
}

.wrapNoticeMore .items li .f_date {
  float: right;
  padding: 0 0 0 50px;
  font-size: 22px;
  color: #333333;
  letter-spacing: 0.31px;
  text-align: right;
  font-weight: 400;
}

/*************************联系我们****************************/
.wrapContact {
  background: #ffffff;
}

.wrapContact .g_head .navBox ul li a {
  color: #FF6B6B;
}

.wrapContact .navBox ul li.curr:after {
  background: #FF6B6B;
}

.contactBanner {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  position: relative;
}

.contactBanner .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.contactBanner .title {
  font-size: 48px;
  color: #FF6B6B;
  text-align: center;
  margin-bottom: 60px;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 60px;
}

.contact-card {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.contact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF6B6B, #4ECDC4);
  border-radius: 20px 20px 0 0;
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.contact-card .icon {
  font-size: 48px;
  margin-bottom: 20px;
  display: block;
}

.contact-card h3 {
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 15px;
  font-weight: 600;
}

.contact-card p {
  font-size: 16px;
  color: #5a6c7d;
  line-height: 1.6;
  margin: 0;
}

.contact-card:nth-child(1) .icon { color: #3498db; }
.contact-card:nth-child(2) .icon { color: #e74c3c; }
.contact-card:nth-child(3) .icon { color: #f39c12; }
.contact-card:nth-child(4) .icon { color: #FF6B6B; }

/* 移动端响应式 */
@media (max-width: 768px) {
  /* 下载按钮移动端适配 */
  .homeDownDiv {
    width: 100%;
    max-width: 280px;
    margin: 300px auto 0 auto;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }
  
  /* 隐藏传统按钮，显示智能按钮 */
  .homeDownDiv .btnIos,
  .homeDownDiv .btnAndroid,
  .homeDownDiv .btnWindows {
    display: none;
  }
  
  .homeDownDiv .btnSmart {
    display: flex;
    width: 100%;
    max-width: 260px;
    margin: 0 auto;
  }
  
  .homeDownDiv .btnSmart .smart-icon {
    font-size: 20px;
    margin-right: 12px;
  }
  
  .homeDownDiv .btnSmart .smart-title {
    font-size: 15px;
  }
  
  .homeDownDiv .btnSmart .smart-subtitle {
    font-size: 10px;
  }
  
  /* 主页轮播图适配 */
  .homeBannerBox {
    width: 95%;
    height: auto;
    margin: -400px auto 0 auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  
  .homeBannerBox .img {
    width: 100%;
    height: 500px;
    float: none;
    margin-bottom: 20px;
  }
  
  .homeBannerBox .info {
    position: static;
    padding: 20px 0;
    text-align: center;
  }
  
  .homeBannerBox .p1 {
    font-size: 32px;
    height: auto;
    margin-bottom: 15px;
  }
  
  .homeBannerBox .p2 {
    font-size: 18px;
    margin: 8px 0;
  }
  
  .homeBannerBox .p3 {
    font-size: 16px;
  }
  
  /* 关于我们页面适配 */
  .about1 .cnt {
    width: 100%;
    height: auto;
    margin: -200px auto 0 auto;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    padding: 20px 25px;
  }
  
  .about .title {
    font-size: 28px;
    padding: 30px 0 20px 0;
  }
  
  .about .info {
    width: 100%;
    padding: 25px 20px;
    font-size: 16px;
    line-height: 28px;
    margin: 0;
    box-sizing: border-box;
  }
  
  .about1 .info2 {
    width: 100%;
    padding: 25px 20px;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    box-sizing: border-box;
  }
  
  .about1 .info2 .font1 {
    font-size: 18px;
  }
  
  /* 联系我们页面适配 */
  .contactBanner .title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
  
  .contact-card {
    padding: 30px 20px;
  }
  
  /* 导航栏适配 */
  .g_head .navBox ul li {
    width: auto;
    padding: 0 15px;
  }
  
  .g_head .navBox ul li a {
    font-size: 14px;
  }
  
  /* 页脚适配 */
  .footer {
    padding: 30px 20px;
  }
  
  .footer .p1 a {
    font-size: 14px;
  }
  
  .footer .p2 {
    font-size: 12px;
    line-height: 1.5;
  }
}

/* 超小屏幕适配 */
@media (max-width: 480px) {
  /* 下载按钮超小屏幕适配 */
  .homeDownDiv {
    max-width: 240px;
    margin: 250px auto 0 auto;
    gap: 12px;
  }
  
  .homeDownDiv .btnSmart {
    max-width: 220px;
    height: 50px;
    padding: 0 15px;
  }
  
  .homeDownDiv .btnSmart .smart-icon {
    font-size: 18px;
    margin-right: 10px;
  }
  
  .homeDownDiv .btnSmart .smart-title {
    font-size: 13px;
  }
  
  .homeDownDiv .btnSmart .smart-subtitle {
    font-size: 9px;
  }
  
  /* 轮播图超小屏幕适配 */
  .homeBannerBox {
    width: 100%;
    margin: -330px auto 0 auto;
  }
  
  .homeBannerBox .img {
    height: 420px;
  }
  
  .homeBannerBox .p1 {
    font-size: 28px;
  }
  
  .homeBannerBox .p2 {
    font-size: 16px;
  }
  
  .homeBannerBox .p3 {
    font-size: 14px;
  }
  
  /* 关于我们超小屏幕适配 */
  .about1 .cnt {
    margin: -180px auto 0 auto;
    padding: 15px 20px;
  }
  
  .about .title {
    font-size: 24px;
  }
  
  .about .info {
    padding: 20px 15px;
    font-size: 14px;
    line-height: 26px;
  }
  
  .about1 .info2 {
    padding: 20px 15px;
    font-size: 14px;
    line-height: 26px;
  }
  
  .about1 .info2 .font1 {
    font-size: 16px;
  }
  
  /* 联系我们超小屏幕适配 */
  .contactBanner .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  
  .contact-grid {
    gap: 15px;
  }
  
  .contact-card {
    padding: 25px 15px;
  }
  
  .contact-card h3 {
    font-size: 16px;
  }
  
  .contact-card p {
    font-size: 13px;
  }
  
  /* 导航栏超小屏幕适配 */
  .g_head .navBox ul li {
    padding: 0 10px;
  }
  
  .g_head .navBox ul li a {
    font-size: 12px;
  }
  
  /* 页脚超小屏幕适配 */
  .footer {
    padding: 25px 15px;
  }
  
  .footer .p1 a {
    font-size: 12px;
  }
  
  .footer .p2 {
    font-size: 11px;
  }
}

/* 360px及以下超紧凑屏幕适配 */
@media (max-width: 360px) {
  /* 头部导航栏紧凑适配 */
  .g_head {
    height: 60px;
    min-height: 60px;
  }
  
  .headBox {
    max-width: 100%;
    padding: 0 10px;
  }
  
  .g_head .logoBox {
    width: 90px;
    margin: 15px 0 0 0;
  }
  
  .g_head .logoBox a {
    width: 90px;
    height: 30px;
  }
  
  .g_head .navBox {
    padding: 15px 0 0 0;
  }
  
  .g_head .navBox ul li {
    width: 65px;
    padding: 0 3px;
    line-height: 30px;
  }
  
  .g_head .navBox ul li a {
    font-size: 10px;
  }
  
  .g_head .navBox ul li.active a {
    font-size: 11px;
  }
  
  .g_head .navBox ul li.active:after {
    width: 15px;
    height: 3px;
    margin: 4px auto 0;
  }
  
  /* 下载按钮360px优化 */
  .homeDownDiv {
    max-width: 200px;
    margin: 220px auto 0 auto;
    gap: 10px;
  }
  
  .homeDownDiv .btnSmart {
    max-width: 190px;
    height: 45px;
    padding: 0 12px;
  }
  
  .homeDownDiv .btnSmart .smart-icon {
    font-size: 16px;
    margin-right: 8px;
  }
  
  .homeDownDiv .btnSmart .smart-title {
    font-size: 12px;
  }
  
  .homeDownDiv .btnSmart .smart-subtitle {
    font-size: 8px;
  }
  
  /* 轮播图360px优化 */
  .homeBannerBox {
    margin: -310px auto 0 auto;
    padding: 0 10px;
  }
  
  .homeBannerBox .img {
    height: 360px;
  }
  
  .homeBannerBox .p1 {
    font-size: 24px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  
  .homeBannerBox .p2 {
    font-size: 14px;
    margin: 6px 0;
  }
  
  .homeBannerBox .p3 {
    font-size: 12px;
  }
  
  /* 关于我们360px优化 */
  .about1 .cnt {
    margin: -160px auto 0 auto;
    padding: 12px 15px;
  }
  
  .about .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .about .info {
    padding: 15px 10px;
    font-size: 13px;
    line-height: 24px;
  }
  
  .about1 .info2 {
    padding: 15px 10px;
    font-size: 13px;
    line-height: 24px;
  }
  
  .about1 .info2 .font1 {
    font-size: 14px;
  }
  
  /* 联系我们360px优化 */
  .contactBanner .title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  
  .contactBanner .container {
    padding: 0 15px;
  }
  
  .contact-grid {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  
  .contact-card {
    padding: 20px 12px;
  }
  
  .contact-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
  }
  
  .contact-card h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
  
  .contact-card p {
    font-size: 12px;
    line-height: 1.4;
  }
  
  /* 页脚360px优化 */
  .footer {
    padding: 20px 10px;
  }
  
  .footer .p1 a {
    font-size: 11px;
  }
  
  .footer .p2 {
    font-size: 10px;
    line-height: 1.4;
  }
  
  .footer .p2 span {
    display: block;
    margin-bottom: 3px;
  }
  
  /* 右侧导航点360px优化 */
  .g_pointDiv {
    right: 10px;
    top: 300px;
  }
  
  .g_pointDiv a {
    width: 6px;
    height: 6px;
    margin: 0 0 8px 0;
    border-radius: 3px;
  }
  
  .g_pointDiv a.active {
    height: 24px;
  }
}

/* 横屏模式适配 */
@media (max-height: 600px) and (orientation: landscape) {
  .homeDownDiv {
    margin: 120px auto 0 auto;
  }
  
  .homeBannerBox {
    margin: -150px auto 0 auto;
  }
  
  .about1 .cnt {
    margin: -120px auto 0 auto;
  }
  
  .section .slide {
    padding: 20px 0;
  }
}

/*************************底部****************************/
.footer {
  text-align: center;
  padding: 40px 0 40px 0;
  font-size: 14px;
  color: #666666;
}

.footer .p1 {
  height: 30px;
  letter-spacing: 0.26px;
  line-height: 30px;
}
.footer .p1 a {
  font-size: 18px;
  color: #333;
}
.footer .p2 {
  padding: 5px 0;
}
.footer .p4 p {
  margin: 0;
}

.footer a {
  color: #838383;
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
}
.footer a.aBeiAn {
  width: 20px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
  margin: 0;
}