﻿* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1 Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: normal;
}

.clear {
  clear: both;
}

.clear:after {
  display: block;
  overflow: hidden;
  clear: both;
  height: 0;
  visibility: hidden;
  content: ".";
}

a {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

::placeholder {
  color: #666;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1400 {
  width: 1400px;
}

@media (max-width:1440px) {
  .w1400 {
    width: 94%;
  }
}

@media (max-width:1080px) {
  .w1400 {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width:320px) {
  .w1400 {
    padding: 0 12px;
  }
}

@font-face {
  font-family: "Helvetica";
  src: url('../font/helvetica.ttf');
}

@font-face {
  font-family: "HelveticaBold";
  src: url("../font/helveticabold.ttf");
}

@font-face {
  font-family: "PangMen";
  src: url("../font/pangmen.ttf");
}

@font-face {
  font-family: "YouSheBiaoTiHei";
  src: url("../font/youshebiaotihei.ttf");
}

@font-face {
  font-family: "KOULEN";
  src: url("https://yanshi.92wailian.com/k639/skin/fonts/koulen-regular.TTF");
}

@font-face {
  font-family: "Impact";
  src: url("https://yanshi.92wailian.com/k639/skin/fonts/Impact.ttf");
}

@font-face {
  font-family: "RobotoRegular";
  src: url("../font/robotoregular.ttf");
}

@font-face {
  font-family: "RobotoBold";
  src: url("https://yanshi.92wailian.com/k639/skin/fonts/RobotoBold.ttf");
}

@font-face {
  font-family: "BEBAS";
  src: url('https://yanshi.92wailian.com/k639/skin/fonts/BEBASKAI.ttf');
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 0;
}

/* 滚动槽宽度 */
::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #124b53;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #124b53;
}

/* 滚动条滑块点击状态 */


/*头部 开始*/
.abTop {
  width: 90%;
  height: 90px;
  background-color: #d56a08;
  box-shadow: 0 0 20px rgba(0, 0, 0, .08);
  position: fixed;
  top: 50px;
  left: 5%;
  z-index: 9999;
}

.abTop .abTop_Main {
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
}

.abTop_Main .ab_Logo {
  width: auto;
  height: 86px;
  overflow: hidden;
  margin: 20px 0;
  float: left;
}

.ab_Logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  overflow: hidden;
}

.ab_Logo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.abSearch {
  height: 44px;
  margin: 23px 0;
  padding-left: 50px;
  float: right;
  position: relative;
  z-index: 1;
}

.abSearch::before {
  content: '';
  display: block;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
}

.abSearch a.close {
  display: none;
}

.abSearch form {
  overflow: hidden;
  position: relative;
}

.abSearch form:hover {
  overflow: inherit;
}

.abSearch form .scIpt {
  width: 0;
  overflow: hidden;
  padding: 4px 0;
  background-color:#a4b8bb;
  border-radius: 22px 0 0 22px;
  position: absolute;
  top: 0;
  right: 44px;
}

.abSearch form:hover .scIpt {
  width: 240px;
}

.abSearch form .scIpt input {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #222;
  font-size: 15px;
  padding: 0 16px 0 20px;
  background: none;
  border: 0;
  outline: none;
}

.abSearch form .scIpt input::placeholder {
  color: #555;
}

.abSearch form .scBtn {
  width: 44px;
  height: 44px;
  overflow: hidden;
  padding: 4px;
  background-color: #a4b8bb;
  border-radius: 22px;
}

.abSearch form:hover .scBtn {
  border-radius: 0 22px 22px 0;
}

.abSearch form .scBtn button {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 6px;
  background-color: #d56a08;
  border-radius: 50%;
  border: 0;
  outline: none;
  cursor: pointer;
}

.abSearch form .scBtn button svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.abSearch form .scBtn button svg path {
  fill: #ffffff;
}

.abSearch_btn {
  display: none;
}

@media (max-width:1680px) {
  .abTop {
    width: 95%;
    height: 80px;
    left: 2.5%;
    top: 40px;
  }

  .abTop .abTop_Main {
    padding: 0 40px;
  }

  .abTop_Main .ab_Logo {
    margin: 15px 0;
  }

  .abSearch {
    margin: 18px 0;
    padding-left: 40px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {
  .abTop {
    width: 94%;
    left: 3%;
  }
}

@media (max-width:1440px) {}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .abTop {
    width: 96%;
    left: 2%;
    top: 25px;
  }

  .abTop .abTop_Main {
    padding: 0 25px;
  }

  .abSearch {
    padding-left: 25px;
  }
}

.abTop.fxd,
.nyTop {
  width: 100%;
  top: 0;
  left: 0;
}

@media (max-width:1200px) {
  .abTop {
    width: 100%;
    left: 0;
    top: 0;
    animation-name: none !important;
  }

  .abSearch {
    display: none;
    width: 100%;
    height: 80px;
    margin: 0;
    padding: 18px 25px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: -80px;
    z-index: 2;
    float: none;
  }

  .abSearch::before {
    display: none;
  }

  .abSearch.show {
    display: block;
    top: 0;
  }

  .abSearch.show a.close {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    padding: 10px;
    position: absolute;
    top: 18px;
    right: 25px;
    z-index: 1;
  }

  .abSearch.show a.close svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .abSearch.show a.close svg path {
    fill: #124b53;
  }

  .abSearch.show form {
    width: 50%;
    height: 44px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #a4b8bb;
    border-radius: 22px;
  }

  .abSearch.show form .scIpt {
    width: calc(100% - 44px);
    overflow: hidden;
    padding: 4px 0;
    background-color: inherit;
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .abSearch form .scBtn {
    width: 44px;
    height: 44px;
    overflow: hidden;
    padding: 4px;
    background-color: inherit;
    border-radius: 22px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .abSearch_btn {
    display: block;
    height: 44px;
    margin: 18px 0;
    padding-left: 25px;
    float: right;
    position: relative;
    z-index: 1;
  }

  .abSearch_btn::before {
    content: '';
    display: block;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    top: 50%;
  }

  .abSearch_btn a {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    padding: 4px;
    background-color: #a4b8bb;
    border-radius: 22px;
  }

  .abSearch_btn a i {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 8px;
    background-color: #124b53;
    border-radius: 50%;
    border: 0;
    outline: none;
    cursor: pointer;
  }

  .abSearch_btn a i svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }

  .abSearch_btn a i svg path {
    fill: #ffffff;
  }

}

@media (max-width:1080px) {
  .abTop {
    height: 70px;
  }

  .abTop .abTop_Main {
    padding: 0 20px;
  }

  .abSearch_btn {
    margin: 13px 0;
    padding-left: 20px;
  }

  .abSearch {
    height: 70px;
    padding: 13px 20px;
    top: -70px;
  }

  .abSearch.show a.close {
    top: 13px;
    right: 20px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .abSearch.show form {
    width: 60%;
  }
}

@media (max-width:820px) {}

@media (max-width: 767px) {
  .abTop {
    height: 60px;
  }

  .abTop_Main .ab_Logo {
    height: 44px;
    margin: 8px 0;
  }

  .ab_Logo a {
    height: 44px;
  }

  .abSearch_btn {
    margin: 8px 0;
  }

  .abSearch {
    height: 60px;
    padding: 8px 20px;
    top: -60px;
  }

  .abSearch.show form {
    width: calc(100% - 64px);
    margin: 0;
  }
}

@media (max-width: 390px) {}

@media (max-width: 320px) {
  .abTop .abTop_Main {
    padding: 0 12px;
  }

  .abSearch_btn {
    padding-left: 12px;
  }

  .abSearch {
    padding: 8px 12px;
  }

  .abSearch.show a.close {
    top: 8px;
    right: 12px;
  }

  .abSearch.show form {
    width: calc(100% - 56px);
  }
}

@media (max-width: 280px) {
  .abTop_Main .ab_Logo {
    height: 40px;
    margin: 10px 0;
  }

  .ab_Logo a {
    height: 40px;
  }

  .abSearch_btn {
    padding-left: 0;
  }

  .abSearch_btn::before {
    display: none;
  }
}


/*导航栏 开始*/
.ab_Nav {
  width: auto;
  height: auto;
  padding-right: 35px;
  float: right;
}

.ab_Nav li,
.ab_Nav a {
  text-decoration: none;
  list-style: none;
}

.ab_Nav ::-webkit-scrollbar {
  display: none;
}

.ab_Nav .nav_list {
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ab_Nav .nav_list>ul>li {
  position: relative;
  padding: 0;
  float: left;
}

.ab_Nav .nav_list>ul>li>a {
  display: inline-block;
  width: 100%;
  line-height: 90px;
  color: #222;
  font-size: 18px;
  text-align: center;
  padding: 0 35px;
  text-decoration: none;
  position: relative;
}

.ab_Nav .nav_list>ul>li:hover>a,
.ab_Nav .nav_list>ul>li.active>a {
  color: #124b53;
  font-weight: bold;
}

.ab_Nav .nav_list>ul>li>a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin-left: -7px;
  border-top: 0 solid transparent;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 0 solid #124b53;
  position: absolute;
  left: 50%;
  bottom: 20px;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
}

.ab_Nav .nav_list>ul>li:hover>a::after,
.ab_Nav .nav_list>ul>li.active>a::after {
  border-bottom: 7px solid #124b53;
}


.ab_Nav .nav_list>ul>li ul {
  display: none;
  position: absolute;
  left: -20%;
  top: 90px;
  z-index: 9;
  width: 140%;
  overflow: hidden;
  background-color: #fff;
  border-top: 2px solid #124b53;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 2px 2px;
}

.ab_Nav .nav_list>ul>li:hover ul {
  display: block;
}

.ab_Nav .nav_list>ul>li ul li {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-bottom: 1px solid rgba(85, 87, 89, 0.1);
}

.ab_Nav .nav_list>ul>li ul li:last-child {
  border: 0;
}

.ab_Nav .nav_list>ul>li ul li a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #555;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 8px;
}

.ab_Nav .nav_list>ul>li ul li a:hover {
  color: #124b53;
}

.ab_Nav .nav_menu {
  display: none;
}

@media (max-width:1680px) {
  .ab_Nav {
    padding-right: 30px;
  }

  .ab_Nav .nav_list>ul>li>a {
    line-height: 80px;
    font-size: 17px;
    padding: 0 30px;
  }

  .ab_Nav .nav_list>ul>li>a::after {
    bottom: 16px;
    margin-left: -6px;
    border-top: 0 solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 0 solid #124b53;
  }

  .ab_Nav .nav_list>ul>li:hover>a::after,
  .ab_Nav .nav_list>ul>li.active>a::after {
    border-bottom: 6px solid #124b53;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {
  .ab_Nav {
    padding-right: 25px;
  }

  .ab_Nav .nav_list>ul>li>a {
    padding: 0 25px;
  }
}

@media (max-width:1440px) {
  .ab_Nav {
    padding-right: 20px;
  }

  .ab_Nav .nav_list>ul>li>a {
    padding: 0 20px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .ab_Nav .nav_list>ul>li>a {
    font-size: 16px;
  }
}

@media (max-width:1200px) {
  .ab_Nav .nav_list>ul>li>a {
    padding: 0 15px;
  }
}

@media (max-width:1080px) {
  .ab_Nav .nav_list {
    width: 60%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    left: -100%;
    z-index: 9999;
    transition: 0.5s;
    -webkit-transition: 0.5s;
  }

  .ab_Nav .nav_list ul {
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 9999;
  }

  .ab_Nav .nav_list .nav_mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
  }

  .ab_Nav .nav_list ul>li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background: none;
    box-sizing: border-box;
    position: relative;
  }

  .ab_Nav .nav_list ul>li a {
    display: block;
    width: 100%;
    line-height: 64px;
    color: #333;
    font-size: 16px;
    text-align: left;
    padding: 0 20px;
    border-radius: 0;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ab_Nav .nav_list>ul>li>a::after {
    left: 20px;
    bottom: 10px;
    margin-left: 0;
  }

  .ab_Nav .nav_list>ul>li i {
    display: block;
    width: 60px;
    height: 60px;
    background-size: 14px 9px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .ab_Nav .nav_list>ul>li i.cur {
    background-size: 14px 9px;
  }

  .ab_Nav .nav_list>ul>li ul {
    width: 100%;
    overflow: hidden;
    position: inherit;
    left: inherit;
    top: inherit;
    background-color: #f8f8f8;
    box-shadow: none;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
  }

  .ab_Nav .nav_list>ul>li:hover>em,
  .ab_Nav .nav_list>ul>li.active>em {
    display: none;
  }

  .ab_Nav .nav_list>ul>li ul li a {
    height: 48px;
    line-height: 48px;
    color: #888;
    text-align: left;
    border: 0;
    padding: 0 40px;
  }

  .ab_Nav .nav_menu {
    display: block;
    margin: 13px 0;
    padding: 4px;
    border-radius: 50%;
    background-color: #a4b8bb;
  }

  .ab_Nav .nav_menu p {
    width: 36px;
    height: 36px;
    padding: 10px 8px;
    background-color: #124b53;
    border-radius: 50%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .ab_Nav .nav_menu p span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    margin: 0 auto;
  }

  .ab_Nav .nav_menu p span+span {
    margin-top: 5px;
  }

  .ab_Nav .open {
    width: 100%;
    overflow: auto;
    left: 0%;
  }

  .ab_Nav .nav_menu:active {
    background-color: #124b53;
  }
}

@media (max-width:1024px) {}

@media (max-width:800px) {}

@media (max-width: 767px) {
  .ab_Nav .nav_menu {
    margin: 8px 0;
  }

  .ab_Nav .nav_list ul>li a {
    line-height: 60px;
  }

  .ab_Nav .nav_list ul {
    width: 60%;
  }
}

@media (max-width: 320px) {
  .ab_Nav {
    padding-right: 12px;
  }
}

@media (max-width: 280px) {
  .ab_Nav {
    padding-right: 8px;
  }
}

/*导航栏 结束*/
/*头部 结束*/


/* abFoot start */
.abFoot {
  overflow: hidden;
  background-color: #d56a08;
}

.abFoot .abFoot_lxfs {
  margin: 0 auto;
  padding: 50px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.abFoot_lxfs ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  margin: 0 -20px;
}

.abFoot_lxfs ul li {
  width: 33.333333%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.abFoot_lxfs ul li i {
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  padding: 12px;
  border-radius: 50%;
  background-color: #124b53;
}

.abFoot_lxfs ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.abFoot_lxfs ul li i svg path {
  fill: #ffffff;
}

.abFoot_lxfs ul li p {
  width: calc(100% - 80px);
  padding-left: 20px;
}

.abFoot_lxfs ul li p em {
  display: block;
  height: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  font-style: normal;
  margin-bottom: 8px;
}

.abFoot_lxfs ul li p span {
  display: block;
  line-height: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  /*word-break: break-all;*/
}

.abFoot_lxfs ul li:nth-child(3) p span {
  font-size: 16px;
  font-weight: normal;
}


.abFoot_main {
  margin: 0 auto;
  padding: 60px 0;
  display: flex;
  justify-content: center;
}

.abFoot_main .abFoot_left {
  width: calc(50% - 144px);
  padding-right: 50px;
}

.abFoot_left .abFoot_logo {
  width: auto;
  height: 60px;
  overflow: hidden;
  margin-bottom: 40px;
}

.abFoot_logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  overflow: hidden;
}

.abFoot_logo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.abFoot_copy p {
  line-height: 30px;
  color: rgba(255, 255, 255, .85);
  font-size: 16px;
  margin-top: 15px;
}

.abFoot_copy p a {
  color: rgba(255, 255, 255, .85);
  font-size: 15px;
}

.abFoot_copy p a:hover {
  color: #fff;
}

.abFoot_main .abFoot_nav {
  width: 60%;
  padding-right: 50px;
}

.abFoot_nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 0 -20px;
}

.abFoot_nav ul li {
  width: 33.333333%;
  padding: 0 20px;
}

.abFoot_nav ul li p {
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

.abFoot_nav ul li a {
  display: block;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 14px;
  position: relative;
}

.abFoot_nav ul li a:hover {
  color: #fff;
}

.abFoot_nav ul li a i {
  display: block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  margin-top: -5px;
  position: absolute;
  left: 0;
  top: 50%;
}

.abFoot_nav ul li a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.abFoot_nav ul li a i svg path {
  fill: rgba(255, 255, 255, .25);
}

.abFoot_nav ul li a:hover i svg path {
  fill: #ffffff;
}


.abFoot_main .abFoot_ewm {
  width: 144px;
}

.abFoot_ewm p {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 12px;
  padding: 7px;

  background-size: 100% 100%;
}

.abFoot_ewm p img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.abFoot_ewm span {
  display: block;
  width: 100%;
  line-height: 24px;
  color: rgba(255, 255, 255, .25);
  font-size: 16px;
  text-align: center;
}

@media (max-width:1680px) {
  .abFoot .abFoot_lxfs {
    padding: 40px 0;
  }

  .abFoot_lxfs ul li i {
    width: 70px;
    height: 70px;
    padding: 20px;
  }

  .abFoot_lxfs ul li p {
    width: calc(100% - 70px);
  }

  .abFoot_lxfs ul li p em {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .abFoot_lxfs ul li p span {
    line-height: 30px;
    font-size: 22px;
  }

  .abFoot_lxfs ul li:nth-child(3) p span {
    font-size: 18px;
  }


  .abFoot_main .abFoot_left,
  .abFoot_main .abFoot_nav {
    padding-right: 40px;
  }

  .abFoot_left .abFoot_logo,
  .abFoot_logo a {
    height: 50px;
  }

  .abFoot_nav ul li p {
    font-size: 17px;
    margin-bottom: 12px;
  }

  .abFoot_copy p {
    font-size: 15px;
    margin-top: 12px;
  }

  .abFoot_nav ul li a,
  .abFoot_ewm span {
    font-size: 15px;
  }
}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .abFoot_lxfs ul li i {
    width: 64px;
    height: 64px;
    padding: 18px;
  }

  .abFoot_lxfs ul li p {
    width: calc(100% - 64px);
  }

  .abFoot_lxfs ul li p em {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .abFoot_lxfs ul li p {
    font-size: 20px;
  }

  .abFoot_lxfs ul li:nth-child(3) p span {
    font-size: 16px;
  }

  .abFoot_main {
    padding: 40px 0;
  }

  .abFoot_left .abFoot_logo {
    margin-bottom: 30px;
  }

  .abFoot_left .abFoot_logo,
  .abFoot_logo a {
    height: 44px;
  }

  .abFoot_copy p {
    line-height: 28px;
    font-size: 14px;
    margin-top: 10px;
  }

  .abFoot_copy p a {
    font-size: 14px;
  }

  .abFoot_nav ul li p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .abFoot_nav ul li a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }

  .abFoot_ewm p {
    margin-bottom: 10px;
  }

  .abFoot_ewm span {
    font-size: 14px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .abFoot_lxfs ul li i {
    width: 60px;
    height: 60px;
    padding: 16px;
  }

  .abFoot_lxfs ul li p {
    width: calc(100% - 60px);
  }

  .abFoot_lxfs ul li p span {
    line-height: 30px;
    font-size: 20px;
  }

  .abFoot_main .abFoot_left {
    width: calc(54% - 144px);
  }

  .abFoot_main .abFoot_nav {
    width: 46%;
  }

  .abFoot_nav ul {
    margin: 0 -10px;
  }

  .abFoot_nav ul li {
    padding: 0 10px;
  }
}

@media (max-width:1080px) {
  .abFoot .abFoot_lxfs {
    padding: 40px 20px;
  }

  .abFoot_lxfs ul li i {
    width: 54px;
    height: 54px;
    padding: 14px;
  }

  .abFoot_lxfs ul li p {
    width: calc(100% - 54px);
  }

  .abFoot_lxfs ul li p em {
    height: 20px;
    line-height: 20px;
  }

  .abFoot_lxfs ul li p span {
    font-size: 18px;
  }

  .abFoot_main {
    padding: 40px 20px;
  }

  .abFoot_left .abFoot_logo {
    margin-bottom: 20px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .abFoot_lxfs ul {
    margin: 0 -10px;
  }

  .abFoot_lxfs ul li {
    padding: 0 10px;
  }

  .abFoot_lxfs ul li i {
    width: 50px;
    height: 50px;
    padding: 14px;
  }

  .abFoot_lxfs ul li p em {
    margin-bottom: 0;
  }

  .abFoot_lxfs ul li p {
    width: calc(100% - 50px);
    padding-left: 10px;
  }

  .abFoot_lxfs ul li p span {
    line-height: 24px;
  }

  .abFoot_main .abFoot_left {
    width: calc(100% - 144px);
  }

  .abFoot_main .abFoot_nav {
    display: none;
  }

  .abFoot_ewm p {
    margin-bottom: 2px;
  }
}

@media (max-width:820px) {
  .abFoot .abFoot_lxfs {
    display: none;
  }
}

@media (max-width:767px) {
  .abFoot_main {
    padding: 20px;
  }

  .abFoot_main .abFoot_left {
    width: 100%;
    padding-right: 0;
  }

  .abFoot_left .abFoot_logo,
  .abFoot_logo a {
    height: 36px;
  }

  .abFoot_copy p {
    margin-top: 0;
  }

  .abFoot_main .abFoot_ewm {
    display: none;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .abFoot_main {
    padding: 20px 12px;
  }
}

/* abFoot end */


/* abLinks start */
.abLinks {
  overflow: hidden;
  padding: 20px 0;
  background-color: #012242;
  position: relative;
}

.abLinks .abLinks_main {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.abLinks_main .abLinks_title {
  width: 130px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #124b53;
  font-size: 18px;
  font-weight: bold;
}

.abLinks_title i {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 6px 8px 6px 0;
  padding: 6px;
  background-color: #124b53;
  border-radius: 50%;
  float: left;
}

.abLinks_title i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.abLinks_title i svg path {
  fill: #ffffff;
}

.abLinks_main .abLinks_list {
  width: calc(100% - 130px);
}

.abLinks_list a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  vertical-align: top;
  margin: 0 14px;
}

.abLinks_list a:hover {
  color: #fff;
}

@media (max-width:1680px) {
  .abLinks {
    padding: 12px 0;
  }

  .abLinks_list a {
    font-size: 15px;
    margin: 0 10px;
  }
}

@media (max-width:1440px) {
  .abLinks_main .abLinks_title {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 17px;
  }

  .abLinks_title i {
    width: 26px;
    height: 26px;
    margin: 5px 8px 5px 0;
  }

  .abLinks_main .abLinks_list {
    width: calc(100% - 120px);
  }

  .abLinks_list a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin: 0 8px;
  }
}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {}

@media (max-width:1080px) {
  .abLinks_main .abLinks_title {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 17px;
  }

  .abLinks_title i {
    width: 26px;
    height: 26px;
    margin: 2px 8px 2px 0;
  }

  .abLinks_list a {
    height: 30px;
    line-height: 30px;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {
  .abLinks {
    display: none;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

/* abLinks end */


/* abView start */
.abView {
  width: 64px;
  height: auto;
  background-color: #eee;
  border-radius: 2px;
  margin-top: -60px;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 9;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.abView .abView_ewm,
.abView .abView_tel,
.abView .abView_top {
  width: 100%;
  height: auto;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}

.abView .abView_tel.mobile_tel {
  display: none;
}

.abView .abView_ewm::after,
.abView .abView_tel::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 18px;
  bottom: 0;
}

.abView .abView_ewm p {
  display: none;
  width: 140px;
  height: 140px;
  padding: 6px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  right: 72px;
}

.abView .abView_ewm p img {
  display: block;
  width: 100%;
  height: 100%;
}

.abView .abView_ewm p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: -8px;
  top: 20px;  
}

.abView .abView_ewm:hover p {
  display: block;
}

.abView .abView_tel p {
  display: none;  
  width: 200px;
  height: 46px;
  line-height: 34px;
  color: #124b53;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 6px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 15px;
  right: 72px;
}

.abView .abView_tel p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.abView .abView_tel:hover p {
  display: block;
}

.abView .abView_ewm i,
.abView .abView_tel i,
.abView .abView_top i {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 0 auto 2px;
}

.abView .abView_ewm i svg,
.abView .abView_tel i svg,
.abView .abView_top i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.abView .abView_ewm i svg path,
.abView .abView_tel i svg path {
  fill: #777777;
}

.abView .abView_ewm:hover i svg path,
.abView .abView_tel:hover i svg path {
  fill: #124b53;
}

.abView .abView_ewm span,
.abView .abView_tel span,
.abView .abView_top span {
  display: block;
  width: 100%;
  height: 16px;
  line-height: 16px;
  color: #777;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

.abView .abView_ewm:hover span,
.abView .abView_tel:hover span,
.abView .abView_top:hover span {
  color: #124b53;
}

@media (max-width:1200px) {
  .abView { margin-top:0}
}

@media (max-width:820px) {
  .abView {
	margin-top:0;
  }

  .abView .abView_ewm,
  .abView .abView_tel {
    display: none;
  }

  .abView .abView_tel.mobile_tel {
    display: block;
    padding: 7px 0;
  }

  .abView .abView_tel.mobile_tel i {
    width: 22px;
    height: 22px;
  }

  .abView .abView_tel.mobile_tel::after {
    left: 12px;
  }

  .abView .abView_tel.mobile_tel span {
    font-size: 12px;
  }

  .abView {
    width: 50px;
  }

  .abView .abView_top {
    padding: 3px 0 7px;
  }

  .abView .abView_top i {
    margin: 0 auto;
  }

  .abView .abView_top span {
    height: 12px;
    line-height: 12px;
    font-size: 12px;
  }
}

/* abView end */


.abTitle {
  margin-bottom: 50px;
}

.abTitle span {
  display: block;
  line-height: 36px;
  color: #eaeaea;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 20px;
}

.abTitle p {
  line-height: 48px;
  color: #222;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
}

.abTitle p::before,
.abTitle p::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 4px;
  overflow: hidden;
  background-color: #124b53;
  vertical-align: middle;
}

.abTitle p::before {
  margin: -4px 32px 0 0;
}

.abTitle p::after {
  margin: -4px 0 0 32px;
}


.abTitle1 span {
  color: rgba(255, 255, 255, .1);
  text-align: left;
}

.abTitle1 p {
  color: #000;
  text-align: left;
}

.abTitle1 p::before {
  display: none;
}

.abTitle2 span {
  color: rgba(255, 255, 255, .1);
}

.abTitle2 p {
  color: #000;
}

@media (max-width:1680px) {
  .abTitle {
    margin-bottom: 40px;
  }

  .abTitle span {
    font-size: 40px;
    margin: 0 auto 10px;
  }

  .abTitle p {
    line-height: 44px;
    font-size: 36px;
  }

  .abTitle p::before {
    margin: -4px 24px 0 0;
  }

  .abTitle p::after {
    margin: -4px 0 0 24px;
  }
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .abTitle {
    margin-bottom: 30px;
  }

  .abTitle span {
    line-height: 30px;
    font-size: 36px;
  }

  .abTitle p {
    line-height: 40px;
    font-size: 32px;
  }

  .abTitle p::before {
    margin: -4px 20px 0 0;
  }

  .abTitle p::after {
    margin: -4px 0 0 20px;
  }

}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .abTitle span {
    line-height: 28px;
    font-size: 32px;
  }

  .abTitle p {
    line-height: 36px;
    font-size: 30px;
  }
}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {
  .abTitle {
    margin-bottom: 20px;
  }

  .abTitle span {
    line-height: 24px;
    font-size: 28px;
    margin: 0 auto 6px;
  }

  .abTitle p {
    line-height: 30px;
    font-size: 26px;
  }
}

@media (max-width:820px) {}

@media (max-width:767px) {
  .abTitle span {
    line-height: 20px;
    font-size: 24px;
    margin: 0 auto 6px;
  }

  .abTitle p {
    line-height: 28px;
    font-size: 22px;
  }

  .abTitle p::before,
  .abTitle p::after {
    width: 20px;
    height: 2px;
  }

  .abTitle p::before {
    margin: -4px 10px 0 0;
  }

  .abTitle p::after {
    margin: -4px 0 0 10px;
  }
  
  #KFRightScreen {
	display: none!important;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .abTitle span {
    line-height: 18px;
    font-size: 20px;
  }

  .abTitle p {
    line-height: 24px;
    font-size: 20px;
  }
}






/* 桌面端下拉菜单样式 */
.ab_Nav .nav_list>ul>li {
  position: relative;
}

/* 去掉移动端首页下面的三角 */
@media (max-width: 1080px) {
    .ab_Nav .nav_list>ul>li>a::after,
    .ab_Nav .nav_list>ul>li .dropdown-trigger > a::after {
        display: none !important;
    }
}

.ab_Nav .nav_list>ul>li .submenu {
  display: none;
  position: absolute;
  left: 50%; /* 改为居中定位 */
  transform: translateX(-50%); /* 通过transform微调居中 */
  top: 90px; /* 与导航高度匹配 */
  z-index: 999;
  width: 200px;
  background-color: #fff;
  border-top: 2px solid #124b53;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  padding: 10px 0;
}

.ab_Nav .nav_list>ul>li:hover .submenu {
  display: block;
}

.ab_Nav .nav_list>ul>li .submenu li {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
}

.ab_Nav .nav_list>ul>li .submenu li:last-child {
  border-bottom: none;
}

.ab_Nav .nav_list>ul>li .submenu li a {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  text-align: center; /* PC端二级菜单文字居中 */
  color: #333;
  font-size: 16px;
}

.ab_Nav .nav_list>ul>li .submenu li a:hover {
  color: #124b53;
  background-color: #f8f8f8;
}

/* 移动端下拉菜单样式 */
@media (max-width:1080px) {
  .ab_Nav .nav_list>ul>li .submenu {
    position: static;
    width: 100%;
    box-shadow: none;
    border-top: none;
    padding-left: 20px;
    background-color: #f5f5f5;
    /* 移动端默认隐藏，通过JS控制显示 */
    display: none !important;
    left: auto; /* 移动端重置定位 */
    transform: none; /* 移动端重置transform */
  }
  
  .ab_Nav .nav_list>ul>li .submenu.show {
    /* 移动端展开二级菜单 */
    display: block !important;
  }
  
  .ab_Nav .nav_list>ul>li .submenu li a {
    padding-left: 10px;
    line-height: 50px;
    color: #222;
    text-align: left; /* 移动端二级菜单文字左侧对齐 */
  }
  
  /* 移动端下拉箭头 - 修复箭头样式 */
  .dropdown-arrow {
    display: inline-block;
    width: 14px;
    height: 9px;
    margin-left: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='%23666' d='M7 9L0 0h14L7 9z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
  }
  
  .dropdown-arrow.cur {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath fill='%23124b53' d='M7 0l7 9H0L7 0z'/%3E%3C/svg%3E");
    transform: rotate(180deg);
  }
  
  /* 移动端下拉菜单触发区域优化 */
  .dropdown-trigger {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100% !important;
  }
  
  /* 移动端下拉菜单一级文字左对齐 */
  .ab_Nav .nav_list>ul>li .dropdown-trigger > a {
    text-align: left !important;
    justify-content: flex-start !important;
  }
}

/* 强制统一所有一级菜单项样式（含带下拉的菜单） */
/* PC端一级菜单布局 */
@media (min-width:1081px) {
  .ab_Nav .nav_list>ul>li {
    display: inline-block;
    position: relative;
  }
  /* 一级菜单链接基础样式（PC端） */
  .ab_Nav .nav_list>ul>li>a,
  .ab_Nav .nav_list>ul>li .dropdown-trigger {
    display: inline-block;
    color: #fff !important; /* 统一改为和其他菜单相同的颜色 #222 */
    font-size: 18px !important; /* 统一字体大小 */
    line-height: 90px; /* 统一行高，与导航高度匹配 */
    padding: 0 45px !important; /* 统一内边距 */
    text-decoration: none !important; /* 去除下划线 */
    transition: all 0.3s ease;
  }
  
  /* PC端下拉菜单的一级链接特殊处理 */
  .ab_Nav .nav_list>ul>li .dropdown-trigger > a {
    color: #fff !important; /* 确保下拉菜单的一级链接也是相同颜色 */
    display: inline !important;
    padding: 0 !important;
  }
}

/* 一级菜单hover/激活状态（全局） */
.ab_Nav .nav_list>ul>li:hover>a,
.ab_Nav .nav_list>ul>li .dropdown-trigger:hover,
.ab_Nav .nav_list>ul>li.active>a,
.ab_Nav .nav_list>ul>li .dropdown-trigger:hover > a {
  color: #fff !important; /* 统一hover/激活颜色 */
  font-weight: bold !important; /* 恢复加粗效果 */
  background-color: transparent !important; /* 去除多余背景 */
}

/* 移动端一级菜单样式（核心修复：保证点击交互） */
@media (max-width: 1080px) {
  .ab_Nav .nav_list>ul>li {
    display: block !important; /* 移动端纵向排列 */
    width: 100%;
  }
  /* 移动端一级菜单链接样式 */
  .ab_Nav .nav_list>ul>li>a,
  .ab_Nav .nav_list>ul>li .dropdown-trigger {
    display: flex !important; /* Flex布局保证文字+箭头对齐 */
    align-items: center;
    justify-content: space-between;
    color: #333 !important;
    font-size: 16px !important;
    line-height: 64px !important; /* 移动端行高 */
    padding: 0 20px !important;
    width: 100% !important;
    text-decoration: none !important;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
  }
  
  /* 移动端下拉菜单触发区域内的链接样式 */
  .ab_Nav .nav_list>ul>li .dropdown-trigger > a {
    color: #333 !important;
    flex: 1;
    text-align: left !important; /* 移动端下拉菜单一级文字左侧对齐 */
  }
}

/* 确保移动端二级菜单初始隐藏 */
/* 移动端一级菜单样式（核心修复：保证点击交互） */
@media (max-width: 1080px) {
  .ab_Nav .nav_list>ul>li {
    display: block !important; /* 移动端纵向排列 */
    width: 100%;
  }
  /* 移动端一级菜单链接样式 */
  .ab_Nav .nav_list>ul>li>a,
  .ab_Nav .nav_list>ul>li .dropdown-trigger {
    display: flex !important; /* Flex布局保证文字+箭头对齐 */
    align-items: center;
    justify-content: space-between;
    color: #333 !important;
    font-size: 16px !important;
    line-height: 64px !important; /* 移动端行高 */
    width: 100% !important;
    text-decoration: none !important;
    border: none;
    background: transparent;
    border-bottom: 1px solid rgba(85, 87, 89, 0.1);
  }
  
  /* 普通菜单项（没有下拉的）添加padding */
  .ab_Nav .nav_list>ul>li>a {
    padding: 0 20px !important;
  }
  
  /* 下拉菜单项的特殊处理 */
  .ab_Nav .nav_list>ul>li .dropdown-trigger {
    padding: 0 20px !important;
  }
  
  /* 移动端下拉菜单触发区域内的链接样式 */
  .ab_Nav .nav_list>ul>li .dropdown-trigger > a {
    color: #333 !important;
    flex: 1;
    text-align: left !important; /* 移动端下拉菜单一级文字左侧对齐 */
    padding: 0 !important; /* 去掉链接内部的padding */
  }
}

/* === 新增：PC端下拉菜单箭头隐藏 === */
@media (min-width: 1081px) {
  .dropdown-arrow {
    display: none !important; /* PC端隐藏下拉箭头 */
  }
}

/* === 新增：PC端下拉菜单样式优化 === */
@media (min-width: 1081px) {
  .ab_Nav .nav_list>ul>li .dropdown-trigger:hover .submenu {
    display: block !important;
  }
  
  .ab_Nav .nav_list>ul>li .submenu {
    display: none;
    position: absolute;
    left: 50%; /* 改为居中定位 */
    transform: translateX(-50%); /* 通过transform微调居中 */
    top: 90px;
    z-index: 999;
    width: 200px;
    background-color: #fff;
    border-top: 2px solid #124b53;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    padding: 10px 0;
  }

  .ab_Nav .nav_list>ul>li .submenu_1 {
  width: 230px;
   border-top: 2px solid #fff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
  
  .ab_Nav .nav_list>ul>li .submenu li {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
  }
  
  .ab_Nav .nav_list>ul>li .submenu li:last-child {
    border-bottom: none;
  }
  
  .ab_Nav .nav_list>ul>li .submenu li a {
    display: block;
    line-height: 40px;
    padding: 0 20px;
    text-align: center; /* PC端二级菜单文字居中 */
    color: #333;
    font-size: 16px;
  }
  
  .ab_Nav .nav_list>ul>li .submenu li a:hover {
    color: #124b53;
    background-color: #f8f8f8;
  }
}

/* === PC端三角样式 - 只保留首页三角 === */
@media (min-width: 1081px) {
  /* 首页三角样式 */
  .ab_Nav .nav_list>ul>li:first-child>a::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      margin-left: -7px;
      border-top: 0 solid transparent;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent;
      border-bottom: 0 solid #124b53;
      position: absolute;
      left: 50%;
      bottom: 20px;
      transition: all .3s;
  }

  .ab_Nav .nav_list>ul>li:first-child:hover>a::after,
  .ab_Nav .nav_list>ul>li:first-child.active>a::after {
      border-bottom: 7px solid #e9eaea;
  }
  
  /* 去掉关于我们和产品中心等下拉菜单的三角 */
  .ab_Nav .nav_list>ul>li .dropdown-trigger > a::after {
      display: none !important;
  }
  
  /* 去掉其他普通菜单项的三角（如果有的话） */
  .ab_Nav .nav_list>ul>li:not(:first-child)>a::after {
      display: none !important;
  }
}


/* 极简 Logo 样式覆盖（PC+移动端） */
.abTop_Main .ab_Logo {
  height: 90px !important; /* 强制覆盖原有高度 */
  margin: 0 !important;    /* 强制去掉外边距 */
  display: flex !important;
  align-items: center !important; /* 垂直居中 */
}
.ab_Logo a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 100% !important;
}
.ab_Logo a img {
  max-height: 80px !important; /* Logo 图片最大高度 */
}

/* 移动端适配（仅改高度，其他继承） */
@media (max-width:1680px) {
  .abTop_Main .ab_Logo { height: 80px !important; }
}
@media (max-width:767px) {
  .abTop_Main .ab_Logo { height: 60px !important; }
}
@media (max-width:280px) {
  .abTop_Main .ab_Logo { height: 50px !important; }
}



.footer-contact-icon {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-right: 12px; /* 与文字保持间距，和原SVG布局一致 */
}



/* 页脚导航大于号图标 - CSS 实现 */
.abFoot_nav ul li a {
    position: relative;
    padding-left: 24px; /* 给图标留空间，可根据需求调整 */
   
}

.abFoot_nav ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    /* 大于号形状：用 border 实现三角形 */
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff; /* 白色大于号，宽度 10px，高度 12px（6*2） */
    transition: all 0.3s ease; /* 可选：添加hover过渡效果 */
}

/* 可选：hover 效果（原 SVG 无，可根据需求添加） */
.abFoot_nav ul li a:hover::before {
    border-left-color: #fff; /* hover 时变浅 */
    
}




/* 产品按钮箭头 - 独立隔离样式（加长+向下偏移） */
.custom-product-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px; /* 箭头整体宽度加长（原16px） */
  height: 16px; /* 高度不变，保证视觉协调 */
  position: relative;
  margin-left: 2px; /* 与 "More.." 文字间距不变 */
  transform: translateY(4px); /* 整体向下偏移10px */
}

/* 箭头横线部分（同步加长） */
.custom-product-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background-color: #ffffff; /* 默认黑色 */
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.custom-product-arrow::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #ffffff; /* 默认黑色 */
  margin: 0;
  padding: 0;
  border-right: none;
  box-shadow: none;
}
/* 关键修改：li hover 时触发箭头变色 */
li:hover .abProducts_btn .custom-product-arrow::before {
  background-color: #ffffff;
}
li:hover .abProducts_btn .custom-product-arrow::after {
  border-left-color: #ffffff;
}

/* ======================================
   新增样式：.custom-product-arrow_1（自定义颜色，示例：灰→深灰 可自行修改）
   ====================================== */
.custom-product-arrow_1::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background-color: #222222; /* 新类默认颜色（示例深灰） */
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}
.custom-product-arrow_1::after {
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #222222; /* 新类默认颜色（示例深灰） */
  margin: 0;
  padding: 0;
  border-right: none;
  box-shadow: none;
}
/* 关键修改：li hover 时触发新类箭头变色 */
li:hover .abProducts_btn .custom-product-arrow_1::before {
  background-color: #ffffff; /* 新类 hover 颜色（示例更深灰，可改为白色 #ffffff） */
}
li:hover .abProducts_btn .custom-product-arrow_1::after {
  border-left-color: #ffffff; /* 新类 hover 颜色（对应修改） */
}

/* ======================================
   必加样式：父容器定位 + li hover 时的边框/背景变色（与箭头同步）
   ====================================== */
.abProducts_btn {
  position: relative; /* 确保箭头绝对定位正确 */
  /* 其他原有样式（如 padding、字体等） */
}

/* 补充：li hover 时的边框/背景变色（根据你的需求调整，示例如下） */
li.wow.fadeInUp {
  transition: all 0.3s ease; /* 过渡动画，让变色更流畅 */
  /* 原有 li 样式（如 padding、border 等） */
}
li.wow.fadeInUp:hover {
  border-color: #333333; /* li 边框 hover 变色（根据你的颜色需求修改） */
  background-color: #f5f5f5; /* li 背景 hover 变色（可选） */
}






/* 搜索图标 - 独立隔离样式（前缀 custom-search- 避免冲突） */
.custom-search-icon {
  /* 基础样式：控制图标尺寸和对齐 */
  width: 24px;
  height: 24px;
  vertical-align: middle;
  object-fit: contain; /* 保持图片比例，不拉伸 */
  /* 样式重置：清除外部干扰 */
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
}

/* 搜索按钮容器（适配原按钮布局） */
.custom-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* 可根据原按钮样式调整内边距/背景 */
  padding: 6px 12px;
  background: transparent; /* 按原页面按钮背景调整，默认透明 */
  border: none;
  cursor: pointer;
}

/* 移动端搜索触发按钮（右上角图标） */
.custom-search-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px; /* 适配移动端点击区域 */
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* 可选：hover 效果（按页面风格调整） */
.custom-search-btn:hover .custom-search-icon,
.custom-search-trigger:hover .custom-search-icon {
  opacity: 0.9; /* hover 时轻微变浅 */
}

.tubiao-icon {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-right: 12px; /* 与文字保持间距，和原SVG布局一致 */
}





/* V型箭头样式 - 与现有CSS隔离（尺寸完全不变） */
.v-arrow {
  width: 50px; /* 固定尺寸，不缩放 */
  height: 50px;
  position: relative; /* 开启相对定位，用于内部偏移 */
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  /* 关键：清除所有外部transform影响，确保尺寸不变 */
  transform: none !important;
  -webkit-transform: none !important;
}

/* 核心修改：用 relative + left/right 纯偏移（不缩放） */
.v-arrow-left {
  left: 4px; /* 左箭头向右移20px（向中间靠），数值越大越靠右 */
}
.v-arrow-right {
  right: 4px; /* 右箭头向左移20px（向中间靠），数值越大越靠左 */
}

/* 箭头线条样式（保持其他属性，只优化间距） */
.v-arrow::before,
.v-arrow::after {
  content: '';
  position: absolute;
  width: 70%; /* 保持原长度 */
  height: 4px; /* 保持原粗细 */
  background-color: #ffffff;
  border-radius: 1px; /* 保持尖度的小圆角 */
  transform-origin: right center;
  transition: none !important;
  -webkit-transition: none !important;
}

/* 左箭头（上下线极度靠近，间距最小，方向正确） */
.v-arrow-left::before {
  top: 50%; /* 原43% → 向下移，靠近下线 */
  transform: rotate(-42deg);
  transform-origin: left center;
  left: 0;
}
.v-arrow-left::after {
  top: 46%; /* 原57% → 向上移，靠近上线 */
  transform: rotate(42deg);
  transform-origin: left center;
  left: 0;
}

/* 右箭头（上下线极度靠近，间距最小，方向正确） */
.v-arrow-right::before {
  top: 50%; /* 原43% → 向下移，靠近下线 */
  transform: rotate(42deg);
  transform-origin: right center;
  right: 0;
}
.v-arrow-right::after {
  top: 46%; /* 原57% → 向上移，靠近上线 */
  transform: rotate(-42deg);
  transform-origin: right center;
  right: 0;
}

/* 适配swiper按钮容器（不移动容器，只让箭头在内部偏移） */
.swiper-button-prev,
.swiper-button-next {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 确保容器不缩放，箭头父级无影响 */
  transform: none !important;
}




/* 新闻模块V型箭头 - 完全隔离样式（专属类名避免冲突） */
.news-v-arrow {
  width: 50px; /* 固定尺寸，不缩放 */
  height: 50px;
  position: relative; /* 开启相对定位，用于内部偏移 */
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  /* 关键：清除所有外部transform影响，确保尺寸不变 */
  transform: none !important;
  -webkit-transform: none !important;
}

/* 核心修改：用 relative + left/right 纯偏移（不缩放） */
.news-v-arrow-left {
  left: 4px; /* 左箭头向右移，向中间靠 */
}
.news-v-arrow-right {
  right: 4px; /* 右箭头向左移，向中间靠 */
}

/* 箭头线条样式（保持间距紧凑，尖度不变） */
.news-v-arrow::before,
.news-v-arrow::after {
  content: '';
  position: absolute;
  width: 70%; /* 线条长度 */
  height: 4px; /* 线条粗细 */
  background-color: #ffffff; /* 白色箭头，适配新闻模块风格 */
  border-radius: 1px; /* 小圆角更尖 */
  transition: none !important; /* 禁用过渡，避免异常 */
  -webkit-transition: none !important;
}

/* 左箭头（上下线靠近，方向朝左，正确无误） */
.news-v-arrow-left::before {
  top: 50%;
  transform: rotate(-42deg);
  transform-origin: left center;
  left: 0;
}
.news-v-arrow-left::after {
  top: 46%;
  transform: rotate(42deg);
  transform-origin: left center;
  left: 0;
}

/* 右箭头（上下线靠近，方向朝右，正确无误） */
.news-v-arrow-right::before {
  top: 50%;
  transform: rotate(42deg);
  transform-origin: right center;
  right: 0;
}
.news-v-arrow-right::after {
  top: 46%;
  transform: rotate(-42deg);
  transform-origin: right center;
  right: 0;
}

/* 适配swiper按钮容器（不移动容器，只让箭头在内部偏移） */
.news-swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  /* 确保容器不缩放，箭头父级无影响 */
  transform: none !important;
}



/* 移动端修复：调整激活/hover状态的文字颜色 */
@media (max-width: 1080px) {
  .ab_Nav .nav_list>ul>li:hover>a, 
  .ab_Nav .nav_list>ul>li .dropdown-trigger:hover, 
  .ab_Nav .nav_list>ul>li.active>a, 
  .ab_Nav .nav_list>ul>li .dropdown-trigger:hover > a {
    color: #124b53 !important; /* 使用导航主题色替代白色 */
  }
}


/* 只作用于 class="abAbout_btn" 的元素，箭头+横线变黑 */
.abAbout_btn .custom-product-arrow::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 2px;
  background-color: #000; /* 横线变黑 */
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
}

.abAbout_btn .custom-product-arrow::after {
  content: '';
  position: absolute;
  left: 14px; /* 紧跟横线后面 */
  top: 50%;
  transform: translateY(-50%);
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #000; /* 箭头变黑 */
  margin: 0;
  padding: 0;
  border-right: none;
  box-shadow: none;
}

/* 可选：调整i标签的位置（让箭头和文字对齐） */
.abAbout_btn .custom-product-arrow {
  position: relative; /* 也可以给i标签设relative，二选一 */
  margin-left: 6px; /* 箭头和"More.."文字之间留间距 */
  display: inline-block; /* 确保伪元素能正常显示 */
  width: 20px; /* 预留箭头+横线的宽度（避免遮挡） */
  height: 1em; /* 和文字高度对齐 */
}