/*******************************
    -------[=头部]-------
********************************/
.body {
  padding-top: 80px;
}

.body2 {
  /* padding-top: 0; */
}

.header2025 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 1);
  border-bottom: 1px solid rgba(201, 202, 202, 0.23);
}

.header2025 .wp {
  max-width: 100%;
  padding: 0 40px;
}

.header_m {
  display: none;
}

.nav .sub .v2 {
  display: block;
  /* text-align: center; */
  font-size: 14px;
  line-height: 35px;
  /* padding: 0 20px; */
  background-color: rgba(255, 255, 255, 1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.nav .sub .v2:hover {
  color: #f15a22;
}

.h-flex {
  display: flex;
  align-items: center;
  height: 80px;
}

.logo2025 {
  width: 80px;
  /* margin-right: 45px; */
  margin-right: 40px;
  display: block;
}

.logo2025 img {
  display: inline-block;
  vertical-align: middle;
}

.h-r {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}

.h-btnr {
  display: flex;
  align-items: center;
  float: right;
}

.nav {
  padding: 0;
  margin: 0;
}

.nav li {
  display: inline-block;
  margin-right: 16px;
}

.nav .v1 {
  display: block;
  line-height: 20px;
  font-size: 16px;
  transition: 0.3s;
  font-weight: 500;
  color: #2e3238;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}
.nav .v1:hover {
  border-color: #0074fc;
}

.nav .dropIcon {
  /* display: none; */
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url(../images/2025/h-arr.svg) no-repeat center;
  background-size: contain;
  margin-left: 8px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.nav .ok .dropIcon {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fixed .nav .v1 {
  color: #333;
}
.nav .sub {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 14px;
  display: none;
  box-shadow: 0px 10px 10px 0px rgba(194, 196, 198, 0.23);
  background-color: rgba(255, 255, 255, 1);
  /* padding-bottom: 30px; */
}

.nav .nav-sub {
}

/* 头部新增下拉样式  */
.nav .nav-sub {
  min-width: 910px;
}
.nav .nav-sub_1 {
  min-width: 680px;
}

.sub_box {
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  /* padding: 20px 0; */
}
.sub_box_1 {
  padding: 20px 0;
}

.h-tit {
  font-size: 16px;
  line-height: 1.9;
  font-weight: bold;
}

.sub_box .container {
  overflow: hidden;
  /* padding: 10px; */
  display: flex;
  align-items: stretch;
  width: 1200px;
  margin: 0 auto;
}

.sub_list {
}

.sub_list li {
  display: block;
  margin: 0 0 4px 0;
}

.sub_box .item {
  padding: 8px 10px;
}

.sub_box .item1 {
  padding: 8px 10px 20px;
  margin-right: 12px;
  min-width: 100px;
  padding-right: 20px;
  text-align: left;
}
.sub_box .item2 {
  flex: 1;
  border-left: 1px solid #e8ecf1;
}

.three_list li {
  display: none;
}
.three_list {
  text-align: left;
}
.three_list .box {
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 4px;
  overflow: hidden;
  vertical-align: top;
}

.three_list .child_a {
  display: flex;
  align-items: center;
  color: #1e2128;
  font-size: 14px;
  transition: 0.3s;
  height: 64px;
  background-color: #f8f9fb;
  padding: 0 26px;
  min-width: 216px;
}
.three_list .child_a2 {
  display: block;
}
.three_list .child_a2 {
  min-width: 252px;
  height: auto;
  padding: 16px;
}
.three_list .child_a .img {
  display: block;
  width: 24px;
  margin-right: 12px;
}
.three_list .child_a2 .pic {
  padding-top: 61%;
  position: relative;
  overflow: hidden;
  margin-top: 24px;
}
.three_list .child_a2 .pic .img2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.three_list .child_a:hover {
  background-color: #edf2fa;
}

.sub_list .con {
  line-height: 40px;
}

.sub_list .link {
  line-height: 30px;
  color: #1e2128;
  display: block;
  transition: 0.3s;
}
.sub_list .link:hover,
.sub_list .act .link {
  color: #0074fc;
}
.h-btnr {
  display: flex;
  align-items: center;
}
.h-user {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 48px;
}
.h-btns {
  display: flex;
  align-items: center;
}

.h-btns .btn {
  background-color: #0074fc;
  line-height: 40px;
  color: #fff;
  display: inline-block;
  padding: 0 24px;
  border-radius: 100px;
  transition: 0.3s;
  margin-left: 24px;
  margin-left: 8px;
}
.h-btns .btn:hover {
  color: #fff;
  background: linear-gradient(92.75deg, #00a1fc 1.87%, #0074fc 91.88%);
}
.h-btns .btn2 {
  border: 1px solid #cbd2d9;
  background-color: #fff;
  color: #1e2128;
}
.h-btns .btn2:hover{
  color: #0074FC;
  border-color: #0074FC;
  background: #fff;
  opacity: 1;
}
.h-lang {
  position: relative;
}
.h-lang .lang {
  padding-right: 22px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.h-lang .lang .img {
  display: block;
  width: 20px;
  margin-right: 4px;
}
.h-lang .lang::after {
  width: 16px;
  height: 16px;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/2025/h-arr.svg);
  position: absolute;
  transition: 0.3s;
}
.h-lang.open .lang::after {
  transform: translateY(-50%) rotate(-180deg);
}
.h-lang .langbox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 150%;
  width: 140px;
  text-align: center;
  background-color: #fff;
  display: none;
  padding-bottom: 15px;
}
.h-lang .langbox a {
  display: block;
  line-height: 2;
  transition: 0.3s;
  font-size: 16px;
  color: #1e2128;
}
.h-lang .langbox a.act,
.h-lang .langbox a:hover {
  color: #0074fc;
}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn2 {
  display: none;
  position: fixed;
  top: 18px;
  right: 12px;
  width: 20px;
  height: 24px;
  cursor: pointer;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.menuBtn2 b {
  display: block;
  height: 2px;
  background-color: #333;
  margin: 4px 0;
  transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}

.menuBtn2.open {
}

.menuBtn2.open b {
  display: none;
  margin: 0;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -5px;
  width: 20px;
}

.menuBtn2.open b:first-child {
  display: block;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.menuBtn2.open b:last-child {
  display: block;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
/*******************************
    -------[=底部]-------
********************************/
.footer2025 {
  background-color: #f8f9fb;
  font-size: 12px;
  color: #465a69;
}

.footer2025 .m {
  display: none;
}
.footer2025 .inner {
  padding-bottom: 70px;
}
.footer2025 a {
  color: inherit;
  transition: 0.3s;
}
.f-top {
  display: flex;
  padding: 80px 0 0;
  align-items: flex-start;
}
.f-top .left {
  width: 240px;
  margin-right: 60px;
  float: none;
  position: relative;
}
.f-box1 .box2{
  position: absolute;
  left: 136px;
  bottom: 0;
}
.f-top .right {
  flex: 1;
}
.ft-logo {
  display: block;
  width: 72px;
  margin-bottom: 42px;
}
.ft-logo img {
  display: block;
  width: 100%;
}
.f-box1 {
  display: flex;
}
.f-box1 .box1 {
  width: 200px;
  margin-right: 12px;
}
.f-box1 .box2 {
  width: 88px;
}
.f-box1 .box2 img {
  display: block;
  width: 100%;
}
.f-tit1 {
  font-size: 16px;
  color: #1e2128;
  margin-bottom: 16px;
  font-weight: bold;
}
.f-desc1 {
  margin-bottom: 20px;
  font-size: 14px;
	font-family: Poppins-Light;
}
.f-desc1 a:hover {
  color: #1e2128;
}
.f-box2 {
  margin-bottom: 14px;
}
.f-tit2 {
  font-size: 12px;
  color: #000000;
  margin-bottom: 14px;
}
.f-box2 .links a {
  display: inline-block;
  width: 24px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s;
  margin-right: 8px;
}
.f-box2 .links a:hover {
  opacity: 0.8;
}
.f-box3 .a {
  display: block;
  width: 120px;
  margin-bottom: 8px;
}
.f-box3 .a:last-child{
  margin-bottom: 0;
}
.f-box3 .a img {
  display: block;
  width: 100%;
}
.f-box4 {
  display: flex;
  justify-content: space-between;
}
.f-box4 .col {
  min-width: 180px;
}
.f-box4 .group {
  margin-top: 4px;
  margin-bottom: 42px;
  font-size: 14px;
	font-family: Poppins-Light;
}
.f-box4 .group a {
  display: block;
  margin-bottom: 10px;
}
.f-box4 .group a:hover {
  color: #1e2128;
}
.ful-logolinks {
  display: flex;
  justify-content: space-between;
}
.ful-logolinks .con {
  display: block;
  font-size: 14px;
  text-align: center;
  padding: 0 30px;
}
.ful-logolinks .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
}
.ful-logolinks .pic img {
  display: block;
}
.footer2025 .dw {
  background-color: #fff;
}
.footer2025 .dw .wp1200 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
}
.ft-lang {
  color: #1e2128;
}
.ft-lang .langbox {
  position: absolute;
  left: auto;
  right: 0;
  transform: translateX(0);
  bottom: 100%;
  top: auto;
  width: 140px;
  text-align: center;
  background-color: #fff;
  display: none;
  padding-bottom: 0;
}
.ft-lang .langbox a {
  font-size: 12px;
  padding: 5px 0;
}
.f-copy a {
  color: #1e2128;
  margin-left: 24px;
}
.f-copy a:hover {
  color: #0074fc;
}

@media only screen and (min-width: 1199px) and (max-width: 0px) {
  /*******************************
      -------[=头部]-------
  ********************************/
  .body {
    padding-top: 5.333vw;
  }
  .body2 {
    /*  */
  }
  .header2025 {
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(201, 202, 202, 0.23);
  }
  .header2025 .wp {
    padding: 0 2.666vw;
  }
  .header_m {
  }
  .nav .sub .v2 {
    /*  */
    font-size: 0.933vw;
    line-height: 2.333vw;
    /* padding: 0 1.333vw; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
  }
  .nav .sub .v2:hover {
  }
  .h-flex {
    align-items: center;
    height: 5.333vw;
  }
  .logo2025 {
    width: 5.333vw;
    /* margin-right: 3vw; */
    margin-right: 2.666vw;
  }
  .logo2025 img {
  }
  .h-r {
    align-items: center;
    justify-content: space-between;
    flex: 1;
  }
  .h-btnr {
    align-items: center;
  }
  .nav {
    padding: 0;
    margin: 0;
  }
  .nav li {
    margin-right: 1.333vw;
  }
  .nav .v1 {
    line-height: 1.333vw;
    font-size: 1.066vw;
    transition: 0.3s;
    font-weight: 500;
    border-bottom: 1px solid transparent;
  }
  .nav .v1:hover,
  .nav .on .v1 {
  }
  .nav .dropIcon {
    /*  */
    width: 1.066vw;
    height: 1.066vw;
    background: url(../images/2025/h-arr.svg) no-repeat center;
    background-size: contain;
    margin-left: 0.533vw;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
  }
  .nav .ok .dropIcon {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .fixed .nav .v1 {
  }
  .nav .sub {
    top: 100%;
    left: 0;
    right: 0;
    font-size: 0.933vw;
    box-shadow: 0 0.666vw 0.666vw 0 rgba(194, 196, 198, 0.23);
    /* padding-bottom: 2vw; */
  }
  .nav .nav-sub {
  }
  /* 头部新增下拉样式  */
  .nav .nav-sub {
    min-width: 60.66vw;
  }
  .nav .nav-sub_1 {
    min-width: 45.33vw;
  }
  .sub_box {
    /* padding: 1.333vw 0; */
  }
  .sub_box_1 {
    padding: 1.333vw 0;
  }
  .h-tit {
    font-size: 1.066vw;
    line-height: 1.9;
    font-weight: bold;
  }
  .sub_box .container {
    /* padding: 0.666vw; */
    align-items: stretch;
    width: 80vw;
    margin: 0 auto;
  }
  .sub_list {
  }
  .sub_list li {
    margin: 0 0 0.266vw 0;
  }
  .sub_box .item {
    padding: 0.533vw 0.666vw;
  }
  .sub_box .item1 {
    padding: 0.533vw 0.666vw 1.333vw;
    margin-right: 0.8vw;
    min-width: 6.666vw;
    padding-right: 1.333vw;
  }
  .sub_box .item2 {
    flex: 1;
    border-left: 1px solid #e8ecf1;
  }
  .three_list li {
  }
  .three_list {
  }
  .three_list .box {
    margin-right: 0.8vw;
    margin-bottom: 0.8vw;
  }
  .three_list .child_a {
    align-items: center;
    font-size: 0.933vw;
    transition: 0.3s;
    height: 4.266vw;
    padding: 0 1.733vw;
    min-width: 14.4vw;
  }
  .three_list .child_a2 {
  }
  .three_list .child_a2 {
    min-width: 16.8vw;
    height: auto;
    padding: 1.066vw;
  }
  .three_list .child_a .img {
    width: 1.6vw;
    margin-right: 0.8vw;
  }
  .three_list .child_a2 .pic {
    margin-top: 1.6vw;
  }
  .three_list .child_a2 .pic .img2 {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    object-fit: cover;
  }
  .three_list .child_a:hover {
  }
  .sub_list .con {
    line-height: 2.666vw;
  }
  .sub_list .link {
    line-height: 2vw;
    transition: 0.3s;
  }
  .sub_list .link:hover,
  .sub_list .act .link {
  }
  .h-btnr {
    align-items: center;
  }
  .h-user {
    width: 2.133vw;
    height: 2.133vw;
    border-radius: 50%;
    margin-right: 3.2vw;
  }
  .h-btns {
    align-items: center;
  }
  .h-btns .btn {
    line-height: 2.266vw;
    padding: 0 0.6vw;
    border-radius: 6.666vw;
    transition: 0.3s;
    margin-left: 1.6vw;
    margin-left: 0.533vw;
  }
  .h-btns .btn2 {
    border: 1px solid #cbd2d9;
  }
  .h-btns .btn:hover {
    opacity: 0.8;
  }
  .h-lang {
  }
  .h-lang .lang {
    padding-right: 1.466vw;
    align-items: center;
  }
  .h-lang .lang .img {
    width: 1.333vw;
    margin-right: 0.266vw;
  }
  .h-lang .lang::after {
    width: 1.066vw;
    height: 1.066vw;
    top: 50%;
    right: 0;
    transition: 0.3s;
  }
  .h-lang.open .lang::after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .h-lang .langbox {
    transform: translateX(-50%);
    top: 150%;
    width: 9.333vw;
    padding-bottom: 1vw;
  }
  .h-lang .langbox a {
    line-height: 2;
    transition: 0.3s;
    font-size: 1.066vw;
  }
  .h-lang .langbox a.act,
  .h-lang .langbox a:hover {
  }
  /*******************************
      -------[=导航]-------
  ********************************/
  .menuBtn2 {
    top: 1.2vw;
    right: 0.8vw;
    width: 1.333vw;
    height: 1.6vw;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .menuBtn2 b {
    height: 0.133vw;
    margin: 0.266vw 0;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .menuBtn2.open {
  }
  .menuBtn2.open b {
    margin: 0;
    left: 0;
    top: 50%;
    margin-top: -0.333vw;
    width: 1.333vw;
  }
  .menuBtn2.open b:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  .menuBtn2.open b:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }
  /*******************************
      -------[=底部]-------
  ********************************/
  .footer2025 {
    font-size: 0.8vw;
  }
  .footer2025 .inner {
    padding-bottom: 4.666vw;
  }
  .footer2025 a {
    transition: 0.3s;
  }
  .f-top {
    padding: 5.333vw 0 0;
  }
  .f-top .left {
    width: 16vw;
    margin-right: 4vw;
  }
  .f-top .right {
    flex: 1;
  }
  .ft-logo {
    width: 4.8vw;
    margin-bottom: 2.8vw;
  }
  .ft-logo img {
  }
  .f-box1 {
  }
  .f-box1 .box1 {
    width: 9.333vw;
    margin-right: 0.8vw;
  }
  .f-box1 .box2 {
    width: 5.266vw;
  }
  .f-box1 .box2 img {
  }
  .f-tit1 {
    font-size: 1.066vw;
    margin-bottom: 1.066vw;
    font-weight: bold;
  }
  .f-desc1 {
    margin-bottom: 1.333vw;
  }
  .f-desc1 a:hover {
  }
  .f-box2 {
    margin-bottom: 0.933vw;
  }
  .f-tit2 {
    font-size: 0.8vw;
    margin-bottom: 0.933vw;
  }
  .f-box2 .links a {
    width: 1.6vw;
    height: 1.666vw;
    transition: 0.3s;
    margin-right: 0.533vw;
  }
  .f-box2 .links a:hover {
    opacity: 0.8;
  }
  .f-box3 .a {
    width: 8vw;
    margin-bottom: 0.933vw;
  }
  .f-box3 .a img {
  }
  .f-box4 {
    justify-content: space-between;
  }
  .f-box4 .col {
    min-width: 12vw;
  }
  .f-box4 .group {
    margin-top: 0.266vw;
    margin-bottom: 2.8vw;
  }
  .f-box4 .group a {
    margin-bottom: 0.666vw;
  }
  .f-box4 .group a:hover {
  }
  .ful-logolinks {
    justify-content: space-between;
  }
  .ful-logolinks .con {
    font-size: 0.933vw;
    padding: 0 2vw;
  }
  .ful-logolinks .pic {
    align-items: center;
    justify-content: center;
    height: 4.8vw;
  }
  .ful-logolinks .pic img {
  }
  .footer2025 .dw {
  }
  .footer2025 .dw .wp1200 {
    justify-content: space-between;
    align-items: center;
    height: 4.4vw;
  }
  .ft-lang {
  }
  .ft-lang .langbox {
    left: auto;
    right: 0;
    transform: translateX(0);
    bottom: 100%;
    top: auto;
    width: 9.333vw;
  }
  .ft-lang .langbox a {
    font-size: 0.8vw;
    padding: 0.333vw 0;
  }
  .f-copy a {
    margin-left: 1.6vw;
  }
  .f-copy a:hover {
  }
}
@media only screen and (max-width: 1199px) {
  .header_pc {
    display: none;
  }
  .header_m {
    display: block;
  }
  /* 头部 */
  body {
    padding-top: 50px;
  }

  .body2 {
    padding-top: 50px;
  }

  .body3 {
    padding-top: 0;
  }

  .header {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background-color: #fff;
    transition: 0.3s;
    display: none;
  }

  .header .wp {
    padding: 0;
  }

  .header_m {
    display: block;
  }

  .h-flex {
    display: block;
  }

  .header::after {
    display: none;
  }

  .wp {
    padding: 0 15px;
    width: 100%;
  }

  .f-top .wp {
    padding: 0;
  }

  .menuBtn2 {
    display: block;
  }

  .logo {
    line-height: 50px;
    width: auto;
  }

  .logo img {
    max-width: 60px;
  }

  .h-r {
    display: none;
    float: none;
    margin: 0;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    overflow-y: auto;
    padding: 10px 0;
    background: #fff;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .nav {
    float: none;
    display: block;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .h-btns {
    text-align: center;
    display: block;
    float: none;
  }

  .nav > li {
    padding: 0;
    float: none;
  }

  .nav > li .v1 {
    font-size: 16px;
    line-height: 35px;
    color: #333;
  }

  .fixed .nav .v1 {
    color: #333;
  }

  .header2 .nav .v1 {
    color: #333;
  }

  .nav .sub .v2 {
    text-align: left;
    padding-left: 20px;
    background-color: #fff;
    border-bottom: 1px solid transparent;
    color: #333;
    line-height: 30px;
  }

  .nav .sub {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  .nav .dropIcon {
    display: inline-block;
  }

  .nav .dropIcon {
    position: absolute;
    top: 3px;
    right: 22px;
  }

  .header.fixed {
    box-shadow: none;
    background-color: #fff;
  }

  .h-tel {
    margin: 0 auto;
    float: none;
  }

  .f-links {
    float: none;
    display: block;
    margin-right: 0;
    /* display: none; */
  }
  /* 头部 */
  .body {
    padding-top: 50px;
  }

  .body2 {
    padding-top: 50px;
  }

  .body3 {
    padding-top: 0;
  }

  .header {
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    background-color: #fff;
    transition: 0.3s;
  }

  .header::after {
    display: none;
  }

  .wp {
    padding: 0 15px;
    width: 100%;
  }

  .menuBtn2 {
    display: block;
  }

  .logo {
    line-height: 50px;
    width: auto;
  }

  .logo img {
    max-width: 70px;
  }

  .h-r {
    display: none;
    float: none;
    margin: 0;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    overflow-y: auto;
    padding: 10px 0;
    background: #fff;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  .nav {
    float: none;
    display: block;
    margin-bottom: 30px;
    margin-right: 0;
  }

  .nav li {
    padding: 0;
    float: none;
  }

  .nav li .v1 {
    font-size: 16px;
    line-height: 40px;
    color: #333;
    border: none;
  }

  .fixed .nav .v1 {
    color: #333;
  }

  .header2 .nav .v1 {
    color: #333;
  }

  .nav .sub .v2 {
    text-align: left;
    padding-left: 20px;
    background-color: #fff;
    border-bottom: 1px solid transparent;
    color: #333;
    line-height: 30px;
  }

  .nav .sub {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
  }

  .nav .dropIcon {
    display: inline-block;
  }

  .nav .dropIcon {
    position: absolute;
    top: 3px;
    right: 22px;
  }

  .header.fixed {
    box-shadow: none;
    background-color: #fff;
  }

  .h-tel {
    margin: 0 auto;
    float: none;
  }
  /* 头部新增 */
  .dropDown {
    display: none;
    width: 17px;
    height: 17px;
    background: url(../images/2025/h-arr.svg) no-repeat center;
    background-size: 100%;
  }

  .nav .dropDown {
    position: absolute;
    top: 14px;
    right: 15px;
    transition: 0.3s;
    pointer-events: none;
    background-size: contain;
    width: 17px;
    height: 17px;
  }

  .logo {
    line-height: 60px;
  }

  .logo img {
    max-height: 48px;
  }

  .fixed .logo img,
  .on .logo img {
    display: inline-block;
  }

  .nav {
    position: static;
    transform: none;
    float: none;
    text-align: left;
    margin-left: 0;
    padding: 0;
  }

  .nav > li {
    float: none;
    width: auto;
    display: block;
    /* padding: 0 15px; */
    position: relative;
    margin: 0;
  }

  .nav .v1 {
    font-size: 16px;
    line-height: 50px;
    /* padding: 0 15px; */
    color: #333;
    height: auto;
    border-bottom: 1px solid #eee;
  }

  .nav .v1::after {
    display: none;
  }

  .dropDown {
    display: block;
  }

  .on > .dropDown,
  .on > .type .dropDown {
    transform: rotate(-180deg);
  }

  .m-dfbox .on .type {
    color: #0969fe;
  }

  .nav .sub {
    min-width: auto;
    position: static;
    transform: none;
    box-shadow: none;
  }

  .sub .v2 {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 0 25px;
  }

  .nav-sub {
    position: static;
    padding: 0;
  }

  .sub_box .container {
    padding-bottom: 0;
  }

  .sub_box .item {
    float: none;
    width: auto;
    min-height: auto;
  }

  .sub_box {
    display: none;
  }

  .sub_box .item::after {
    display: none;
  }

  .m-dfbox {
    display: block;
    margin-bottom: -1px;
  }

  .m-dfbox .item {
    margin: 0;
    padding-bottom: 0;
    position: relative;
    padding: 0 5px;
    line-height: 28px;
  }

  .m-dfbox .type {
    font-size: 14px;
    margin: 0;
    color: #333;
    line-height: 36px;
    padding: 0 30px;
  }

  .a-list {
    overflow: hidden;
    padding: 0 30px;
  }

  .m-dfbox .v2 {
    float: none;
    width: 100%;
    display: block;
    line-height: 40px;
    font-size: 12px;
    color: #333;
    padding: 0;
  }

  .m-dfbox .Multiple {
    display: none;
  }

  .h-cen {
    float: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  }

  .nav .v1::before {
    display: none;
  }

  .h-tel {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  /* 头部新增end */
  .sub_box {
    text-align: left;
  }
  .h-btnr {
    display: block;
    float: none;
    padding: 28px 0;
    border-top: 1px solid #cbd2d9;
    font-size: 14px;
  }
  .h-lang .lang {
    display: inline-block;
  }
  .h-btns {
    text-align: left;
  }
  .h-btns .btn {
    margin: 0;
    text-align: center;
    background-color: transparent;
    color: #1e2128;
    padding: 0;
  }
  .h-lang {
    display: inline-block;
    margin-bottom: 16px;
  }
  .h-lang .langbox {
    top: auto;
    bottom: 100%;
    left: 0;
    transform: translateY(0);
  }

  .f-box4 .col {
    min-width: auto;
  }
  .f-box1 {
    display: block;
  }
  .f-top .left {
    width: auto;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 959px) {
  .f-top {
    display: block;
    padding: 72px 0 60px;
  }
  .f-box1 .box1 {
    width: 100%;
  }
  .footer2025 .pc {
    display: none;
  }

  .footer2025 .m {
    display: block;
  }
  .ful-logolinks{
    display: none;
  }
  .footer2025 .dw .wp1200{
    display: block;
    height: auto;
    text-align: center;
    padding: 24px 10px;
  }
  .footer2025 .inner{
    padding: 0;
  }
  .f-copy span {
    display: block;
  }
  .f-box1 .box2{
    position: relative;
    right: auto;
    bottom: auto;
  }
}
