/* CSS 重置样式表 */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  background: #f6f6f6;
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  color: #333;
  background: #f6f6f6;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}


img,
picture,
video,
canvas,
svg {
  display: block;

}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}


p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

/***********/
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b0b0b0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b0b0b0;
}

select::-ms-expand {
  display: none;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="text"],
input[type="tel"],
button {
  -webkit-appearance: none;
  appearance: none;
  font-family: "Microsoft YaHei";
  outline: none;
}

select {
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

img,
video {
  height: auto;
}
em i{
  font-style: normal;
}
/* my通用样式  #0074ff */
.wp {
  width: 1200px;
  margin: 0 auto;
}

.fb {
  display: flex;
  justify-content: space-between;
}
.fc {
  display: flex;
  justify-content: center;
}
.fx {
  display: flex;
}
.ftlc {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.tbh1 {
  font-size: 22px;
  color: #14151a;
}
.tbh2 {
  font-size: 18px;
  font-weight: bold;
  color: #14151a;
}
.tbh3 {
  color: #727376;
  font-size: 16px;
}
.tbh4 {
  color: #8e8e8e;
  font-size: 14px;
}
.bfline {
  color: #0074ff;
  text-decoration: underline;
}
.linep {
  padding: 0 25px;
}
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.fred {
  font-size: 16px;
  color: #ff0008;
  margin:0 3px;
  display: inline-block;
  transform: translateY(3px);
}
textarea {
  resize: none;
}
.tlc {
  text-align: center;
}
.trt50 {
  transform: translateY(-50px);
}
.tbimg {
  overflow: hidden;
}
.tbimg img{
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  transition: transform 0.3s ease; 
}
.tbimg:hover img {
  transform: scale(1.05);
}

.tbsel-con {
  position: relative;
  
}

.tbsel {
  width: 100%;
  padding-right: 40px;
  transition: all 0.2s ease;
}

.tbsel-con::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  pointer-events: none;
  transition: border-color 0.2s ease;
}

.tbsel-con:focus {
  border-color: #4d90fe;
  box-shadow: 0 0 0 3px rgba(77, 144, 254, 0.2);
}
.custom-select:focus + .tbsel-con::after,
.tbsel-con:focus-within::after {
  border-top-color: #0074ff;
}

.tbsel option {
  padding: 8px 12px;
  background-color: #fff;
  color: #333;
}

.tbsel option:checked {
  background-color: #f0f7ff;
  color: #0074ff;
}

.tbsel option:hover {
  background-color: #f5f9ff;
}
.ml40 {
  margin-left: 40px;
}
.f36 {
  font-size: 36px;
}
.f30 {
  font-size: 30px;
}
.f24 {
  font-size: 24px;
}
.f22 {
  font-size: 22px;
}
.f20 {
  font-size: 20px;
}
.f16 {
  font-size: 16px;
}
.f14 {
  font-size: 14px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mr40 {
  margin-right: 40px;
}
.mr30 {
  margin-right: 30px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.bfont {
  color: #2254f4;
}
.dakfont {
  color: #2c2f37;
}
.gfont {
  color: #7e7e7e;
}
.whf {
  color: #fff;
}
.rel {
  position: relative;
}
.w100 {
  width: 100%;
}
.hide {
  display: none;
}

.f40 { font-size: 40px; }
.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  background-color: #0074ff;
  color: white;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.disbtn {
  background: #b3b3b3;
}

.sbtn{
  display: inline-block;
  padding: 0.45rem 1.2rem;
  border: none;
  border-radius: 4px;
  background-color: #0074ff;
  color: white;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}
.btn:hover,.sbtn:hover {
  background-color: #0074ff;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.disbtn:hover {
  background: #b3b3b3;
  box-shadow: none;
  transform: translateY(0);
}
.one {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.two {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

input,
textarea,
select {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  transition: border-color 0.2s;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #0074ff;
  box-shadow: 0 0 0 2px rgba(0, 116, 255, 0.2);
}
input[type="button"]:focus {
  box-shadow: none;
}


/*****************************/
.head-bg {
  display: flex;
  justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 998;
}

.logo {
  height: 47px;
  margin: 16px 0 0 32px;
}

.lrf-head {
  position: fixed;
  height: 100px;
  background: #08040e;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.head-right {
  display: flex;
}

.head-nav {
  display: flex;
}

.head-nav a {
  color: #2c2f37;
  font-size: 16px;
  padding: 0 20px;
  line-height: 80px;
}

@media (max-width: 1280px) {
  .head-nav a {
    padding: 0 10px;
  }
}

.head-nav a:hover,
.head-nav a.active {
  color: #2c5af5;
}

.head-tel {
  padding-left: 54px;
  line-height: 80px;
  font-size: 18px;
  color: #2c2f37;
  font-weight: bold;
  background: url(../images/hdkf.png) 0 no-repeat;
  background-size: 44px auto;
}

.head-tx {
  width: 80px;
  height: 80px;
  background: url(../images/hdtx.png) center no-repeat;
  position: relative;
  display: block;
}

.head-tx span {
  position: absolute;
  right: 15px;
  top: 18px;
  width: 24px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 14px;
  background: #e91e37;
  color: #fff;
  border-radius: 5px;
}

.head-log {
  display: block;
  width: 160px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #0074ff;
}

/**************************/
.banner {
  position: relative;
}

.index-ban {
  height: 380px;
  background: url(../images/index-ban.jpg) top center repeat-x;
}

.ban-tit {
  position: absolute;
}

.inban-tit1 {
  top: 180px;
  left: 50%;
  margin-left: -510px;
  font-size: 18px;
  line-height: 40px;
  color: #4c4c4c;
}

.inban-tit1 .tbt {
  color: #0a1832;
  font-size: 40px;
}

/********************/
.foot-bg {
  background: #2f2f2f;
  padding: 40px 0 40px;
  margin-top: 40px;
}

.foot-logo {
  height: 40px;
  display: block;
  margin-right: 40px;
}

.foot {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 0px 0 10px;
  line-height: 48px;
  color: #70707b;
}
.foot .tbl {
  display: flex;
}
.foot-tel {
  font-size: 16px;
  color: #fff;
  line-height: 40px;

}
.foot-tel .tel-num {
  font-size: 28px;
  font-weight: bold;
}


.foot .footline {

  width: 100%;
  height: 1px;
  background: #848588;
  position: absolute;
  left: 0;

}

.foot .footline.line1 {
  top: 0px;

}

.foot .footline.line2 {
  bottom: 0;
}

.foot .footline::before {
  content: "";
  position: absolute;
  left: -100%;
  top: 0;
  display: block;
  width: 5%;
  height: 1px;
  background: #00eaff;
  box-shadow: 5px 5px 50px rgba(0, 234, 255, 0.7);

}

.foot .footline.line1::before {
  animation: shimmer3 10s infinite ease-in-out;
}

.foot .footline.line2::before {
  animation: shimmer4 10s infinite ease-in-out;
}

.fwei {
  display: flex;
  margin: 30px 0 0 40px;
}

.fwei .item {
  width: 48px;
  height: 48px;
  position: relative;
  border: 1px solid #3d3d3e;
  border-radius: 100%;
  margin-right: 18px;
  cursor: pointer;
  transition: all .3s;
}

.fwei .item:hover {
  transform: translate(4px, 4px);
}

.fwei .weixin-item {
  background: url(../images/fo1.png) center no-repeat;
  background-size: 28px 28px;
}

.fwei .weibo-item {
  background: url(../images/fo2.png) center no-repeat;
  background-size: 28px 28px;
}

.fwei .mail-item {
  background: url(../images/fo3.png) center no-repeat;
  background-size: 28px 28px;
}

.fwei .weixin-item:hover {
  background: #07C160 url(../images/fo1.png) center no-repeat;
  background-size: 28px 28px;
  ;
  border: 1px solid #07C160;
}

.fwei .weibo-item:hover {
  background: #E6162D url(../images/fo2.png) center no-repeat;
  background-size: 28px 28px;
  ;
  border: 1px solid #E6162D;
}

.fwei .mail-item:hover {
  background: #0084FF url(../images/fo3.png) center no-repeat;
  background-size: 28px 28px;
  ;
  border: 1px solid #0084FF;
}


.fwei .weixin-item img {
  position: absolute;
  right: 48px;
  bottom: 0;
  width: 0px;
  height: 0px;
  transition: all .3s;
  max-width: 200px;
  background: #fff;

  border-radius: 8px;
}

.fwei .weixin-item:hover img {
  width: 160px;
  height: 160px;
  padding: 8px;
}
.fnav {
  color: #ffffff;
  margin-top: 40px;
}
.fnav a {
  padding: 0 10px 0 8px;
  color: #ffffff;
}
.fnav a:hover {
  text-decoration: underline;
}
.icp {
  color: #8d8d8d;
  padding: 0px 0;
  display: flex;
  justify-content: space-between;

}

.icp a {
  color: #8d8d8d;
}

/*********导航********************/
.foot-lrf {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 990;
  width: 80px;
  padding: 10px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);

}

.foot-lrf .item {
  width: 80px;
  height: 80px;
  display: block;
  position: relative;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
  color: #3c3c3c;
}

.foot-lrf .item.lrf1 {
  background:url(../images/lrf1.png) center 11px no-repeat;
  padding: 45px 0px 0;
}
.foot-lrf .item.lrf2 {
  background:url(../images/lrf2.png) center 11px no-repeat;
  padding: 45px 0px 0;
}
.foot-lrf .item.lrf3 {
  background:url(../images/lrf3.png) center 11px no-repeat;
  padding: 45px 0px 0;
}
.foot-lrf .item.lrf4 {
  background:url(../images/lrf4.png) center 11px no-repeat;
  padding: 45px 0px 0;
}
.foot-lrf .item.lrf5 {
  background:url(../images/lrf5.png) center 11px no-repeat;
  padding: 45px 0px 0;
}
.foot-lrf .item.lrf6 {
  background:url(../images/lrf6.png) center 11px no-repeat;
  padding: 45px 0px 0;
}
/*******/
.foot-lrf .item.lrf1:hover {
  background:#0074ff url(../images/lrf11.png) center 11px no-repeat;
  padding: 45px 0px 0;
}
.foot-lrf .item.lrf2:hover {
  background:#0074ff url(../images/lrf21.png) center 11px no-repeat;
  padding: 45px 0px 0;
}
.foot-lrf .item.lrf3:hover {
  background:#0074ff url(../images/lrf31.png) center 11px no-repeat;
  padding: 45px 0px 0;
}
.foot-lrf .item.lrf4:hover {
  background:#0074ff url(../images/lrf41.png) center 11px no-repeat;
  padding: 45px 0px 0;
}
.foot-lrf .item.lrf5:hover {
  background:#0074ff url(../images/lrf51.png) center 11px no-repeat;
  padding: 45px 0px 0;
}
.foot-lrf .item.lrf6:hover {
  background:#0074ff url(../images/lrf61.png) center 11px no-repeat;
  padding: 45px 0px 0;
}
/*********/
.foot-lrf .item.totop {
  background: #1d98f4 url(../images/totop.png) center no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}

.foot-lrf .item img {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 0px;
  width: 200px;
  height: 200px;
  background: #fff;
  padding: 10px;
  font-weight: bold;
  transition: all .3s;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}

.foot-lrf .item:hover img {
  visibility: visible;
  opacity: 1;
  right: 100%;
}
.foot-lrf .item:hover{
  background: #0074ff;
  color: #fff;
}




/*******************/
.shade-bg {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}

.tankuang {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #fff;
  width: 1060px;
  display: none;
}
.tankuang .tk-head {
  padding: 0 13px 0 20px;
  height: 50px;
  line-height: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #e9f3ff;
}


.tk-head .tbt {
  font-size: 20px;
  color: #0074ff;
  font-weight: bold;
}
.closez1 {
  width: 24px;
  height: 24px;
  background: url(../images/close9.png) no-repeat;
  transition: transform 0.3s ease;
  cursor: pointer;
  margin-top: 13px;
}
.closez1:hover {
  transform: rotate(180deg);
}
.tk-content {
  padding: 30px 60px 50px 40px; 
}



/*****************************/
.fenye {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-top: 50px;

}

.fenye li {
  display: inline-block;
  width: auto;
  text-align: center;
  line-height: 28px;
  height: 30px;
  margin-left: 7px;
  font-size: 14px;
  border: 1px solid #dcdcdc;
  background: #fff;
  color: #333;
}

.fenye li a,
.fenye li span {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  font-size: 16px;
  color: #333;
  background: #fff;
}

.fenye li:hover {

}
.fenye li:hover {
  border: 1px solid #0074ff;
  color: #0074ff;
}
.fenye li:hover a,
.fenye li:hover span {
  color: #0074ff;
}

.fenye .active span{
  background: #0074ff;
  color: #fff;
}
.fenye li.active:hover span {
  color: #fff;
}

/**********/
.info-box {
  width: 1400px;
  margin: 0 auto;
}

.info-t {
  line-height: 36px;
  font-size: 24px;
  color: #fff;
  margin-top: 36px;
  text-align: center;
}

.info-sp {
  color: #fff;
  border-bottom: 1px solid #777;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
}

.info-sp span {
  padding-left: 32px;
  color: #00eaff;
  display: inline-block;
  line-height: 26px;
  margin-right: 45px;
}

.info-sp span i {
  color: #a8a8a8;
}

.info-sp .date {
  background: url(http://www.honmian.cn/static/home/images/date.jpg) 0 no-repeat;
}

.info-sp .scan {
  background: url(http://www.honmian.cn/static/home/images/scan.jpg) 0 no-repeat;
}

.info-c {
  font-size: 14px;
  line-height: 28px;
  margin-top: 30px;
  color: #444444;
}

.info-c img {
  max-width: 100%;
  height: auto !important;
  display: inline-block;
}

.info-c table {
  width: 100%;
}

.info-c table td {
  border: 1px solid #000;
}

.info-fenx {
  height: 60px;
  background: #ffffff;
  text-align: center;
}

.info-fenx span {
  position: relative;
  top: 10px;
}

.info-fenx a {
  float: none !important;
  width: 24px !important;
  height: 24px !important;
  display: inline-block !important;
  padding-left: 0px !important;
  margin: 0 2px !important;
  position: relative;
  top: 16px;
}

.sxpian {
  margin-top: 40px;
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
}

.sxpian .item {
  border: 1px solid #ddd;
  padding: 15px 10px;
  width: 48%;
}

.sxpian .item a {
  display: block;
  color: #fff;
}

.sxpian .item a:hover {
  color: #00eaff;
}

.back-btn {
  margin-top: 20px;
  display: block;
  width: 150px;
  height: 46px;
  border: 1px solid #fff;
  background: url(../images/back.png) 0 no-repeat;
  color: #fff;
  line-height: 44px;
  padding-left: 65px;
}

.back-btn:hover {
  background: #00eaff url(../images/back.png) 0 no-repeat;
}

/**************/

/******************/
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes sway {

  0%,
  100% {
    transform: rotate(-5deg);
  }

  50% {
    transform: rotate(20deg);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
  }
}

@keyframes glow {
  0% {
    background-position: 0% 50%
  }

  50% {
    background-position: 100% 50%
  }

  100% {
    background-position: 0% 50%
  }
}

@keyframes cursor-blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.fade-in {
  animation: fadeIn 0.5s ease-in-out;
}

/* 新增：发光和脉冲效果结合 */
.btn-glow-pulse {
  position: relative;
  z-index: 1;
  overflow: hidden;
  animation: pulse 3s infinite;
}

.btn-glow-pulse::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: linear-gradient(120deg,
      #3B82F6, #8B5CF6, #00eaff, #3B82F6);
  background-size: 300% 300%;
  animation: glow 2s ease infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-glow-pulse:hover::before {
  opacity: 1;
}

.btn-glow-pulse:hover {
  animation: pulse 1.5s infinite;
}



.btn-glow::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  background: linear-gradient(120deg,
      #3B82F6, #8B5CF6, #00eaff, #3B82F6);
  background-size: 300% 300%;
  animation: glow 2s ease infinite;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.btn-glow:hover::before {
  opacity: 1;
}

/* 横线彩虹光效动画 */
.shimmer-line {
  position: relative;
  height: 2px;
  background-color: #919397;
  overflow: hidden;
}

.shimmer-line::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg,
      transparent,
      rgba(239, 68, 68, 0.8),
      rgba(245, 158, 11, 0.8),
      rgba(16, 185, 129, 0.8),
      rgba(59, 130, 246, 0.8),
      rgba(139, 92, 246, 0.8),
      transparent);
  animation: shimmer 6s infinite ease-in-out;
}

@keyframes shimmer {
  0% {
    left: -20%;
  }

  50% {
    left: 80%;
  }

  100% {
    left: -20%;
  }
}

@keyframes shimmer3 {
  0% {
    left: 0;
  }

  50% {
    left: 95%;
  }

  100% {
    left: 0;
  }
}

@keyframes shimmer4 {
  0% {
    left: auto;
    right: 0;
  }

  50% {
    left: auto;
    right: 95%;
  }

  100% {
    left: auto;
    right: 0;
  }
}