
* { margin: 0; padding: 0; }
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: 16px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, 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; }
address, cite, code, em, th, i { font-weight: normal; font-style: normal; }
.clear { clear: both;
}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "."; }
a { text-decoration: none; cursor:pointer; color:#666; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
.w1600 { width: 1600px; margin: 0 auto; }
@media screen and (max-width:1600px) and (min-width:1200px) {
.w1600 { width: 95%; }
}
@media screen and (max-width:1199px) and (min-width:1080px) {
.w1600 { width: 95%; }
}
@media screen and (max-width:1079px) and (min-width:768px) {
.w1600 { width: 95%; }
}
@media screen and (max-width:767px) {
.w1600 { width: 95%; }
}
/* 设置滚动条的样式 */
::-webkit-scrollbar {width:2px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color:#f0f0f0; border-radius:0px;}
::-webkit-scrollbar-thumb { background-color:#2463b2;} /* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color:#2463b2;} /* 滚动条滑块点击状态 */

/*========== New 首页样式 begin ==========*/

/*网站头部样式 开始*/
.ab_top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0 15px;
  box-sizing: border-box;
  overflow: visible;
  height: auto;
}
.abtop_main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: visible;
}
.ab_logo {
  display: flex;
  align-items: center;
  margin-left: 0px;
  flex: 0 0 auto;
  max-width: 50%;
}
.ab_logo .logo_l {
  display: block;
  line-height: 0;
  overflow: hidden;
  flex-shrink: 0;
}
.ab_logo .logo_l img { height: 55px; width: auto; display: block; }
.ab_logo .logo_r {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 12px;
  background: none;
}
.ab_logo .logo_r b {display: block;font-size: 20px;color: #333;}
.ab_logo .logo_r em {display: block;font-size: 12px;color: #999; text-align:left;}
.top_r {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 1;
  margin-left: 20px;
}
.top_r .ss {
  width: 220px;
  min-width: 200px;
  flex-shrink: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  margin-right: 12px;
}
.top_r .ss .search {
  background: #ffffff;
  overflow: hidden;
  margin: 11px 0;
  width: 100%;
  display: flex;
  align-items: stretch;
}
.top_r .ss .search .input {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 40px;
  background: #eff0f2;
  border: 1px solid #eff0f2;
  border-radius: 100px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
  box-sizing: border-box;
  padding: 0 12px;
  line-height: 40px;
  transition: 0.3s;
  outline: none;
  font-size: 14px;
}
.top_r .ss .search .submit {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: url(../images/ss.png) no-repeat center #eff0f2;
  cursor: pointer;
  border: 1px solid #eff0f2;
  border-left: 0;
  border-radius: 100px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.top_r .top_tel {width: 42%;float: left;margin: 10px 0 0 8%;background: url(../images/top_tel.png) no-repeat left center;padding-left: 0px;background-size: 35px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box; min-height:40px;}
.top_r .top_tel b {color: #010101;font-size: 28px;}
.top_r .top_en { width: 10%; float: right; background: url(../images/en.png) no-repeat left center; padding-left: 25px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; margin-top: 14px; }
.top_r .top_en span { color: #777; font-size: 17px; }
.top_r .top_en span a { color: #777; }
/* 顶部电话号码模块（新增） */
.top_phone {
  display: flex;
  align-items: center;
  padding: 0 43px;
  margin: 11px 0;
  color: #333;
}
.top_phone .top_phone_icon {
  width: 36px;
  height: 36px;
  margin-right: 8px;
  flex-shrink: 0;
}
.top_phone .top_phone_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.top_phone .top_phone_num {
  font-size: 22px;
  font-weight: bold;
  color: #FF6A00;
  white-space: nowrap;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-decoration: none;
}
.contact-item a {
  color: inherit;
  text-decoration: none;
}
.top_phone .top_phone_sub {
  font-size: 11px;
  color: #999;
  white-space: nowrap;
  line-height: 1.2;
  margin-top: 2px;
}
@media screen and (max-width:1599px) and (min-width:1300px) {
.ab_logo { width: 55%; margin-top:5px; }
.top_r { width: 44%; }
.ab_logo .logo_l { width: auto; }
.top_r .top_tel { padding-left: 0px; background-size: 30px 30px; }
.top_r .top_tel b { font-size: 25px; }
.ab_logo .logo_r b { font-size: 17px; }
}
@media screen and (max-width:1299px) and (min-width:1151px) {
.ab_logo { width: 55%; margin-top:10px; }
.ab_logo .logo_l { margin-right: 0; width: auto; }
.ab_logo .logo_r { padding-left: 12px; }
.ab_logo .logo_r b { font-size: 16px; }
.top_r { width: 44%; }
.top_r .ss { width: 210px; min-width: 200px; margin-right: 12px; padding: 0; }
.top_r .top_tel { padding-left: 0px; background-size: 30px 30px; margin-left: 5%; width: 45%; }
.top_r .top_tel b { font-size: 25px; }
}
@media screen and (max-width:1150px) and (min-width:1080px) {
.ab_logo { width: 30%; }
.ab_logo .logo_r { display: none; }
.top_r { width: 65%; }
.top_r .top_tel{margin: 10px 0 0 10%;}
.ab_logo .logo_l { width:290px; }
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.ab_logo { width: 30%; }
.ab_logo .logo_r { display: none; }
.top_r { width: 65%; }
.ab_logo .logo_l { width:290px; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.ab_top { padding-top: 20px; height: 105px; }
.ab_logo .logo_r { display: none; }
.top_r .top_tel { display: none; }
.top_r .ss { width: 210px; min-width: 200px; margin-right: 12px; padding: 0; }
.top_r { float: left; margin-top: 0; }
.ab_logo .logo_l { width:290px; }
}
@media (max-width: 767px) {
    /* 防止整个页面横向滚动 */
    body {
        overflow-x: hidden;
    }
    
    .ab_top { 
        height: auto; 
        padding: 5px 0;
        overflow-x: hidden;
        position: relative;
    }
    
    /* 限制顶部容器宽度 */
    .ab_top .w1600 {
        width: 100%;
        box-sizing: border-box;
        padding: 0 12px;
    }
    
    .ab_logo {
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        width: 100%;
        max-width: 100%;
        overflow: hidden;
        box-sizing: border-box;
        position: relative;
        padding-right: 50px;  /* 给菜单按钮留空间 */
    }
    
    .ab_logo .logo_l { 
        flex-shrink: 0;
    }
    
    .ab_logo .logo_l img { 
        height: 36px;
        width: auto;
        max-width: 100%;
    }
    
    .ab_logo .logo_r { 
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding-left: 3px;
        background: none;
        flex: 1;
        min-width: 0;
        overflow: hidden;
        gap: 1px;
    }
    
    .ab_logo .logo_r b { 
        font-size: 15px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        line-height: 1.2;
    }
    
    .ab_logo .logo_r em { 
        font-size: 12px;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
        line-height: 1.2;
        color: #999;
    }
    
    /* 菜单按钮在logo容器内，水平对齐 */
    .ab_logo .menu_open {
        position: absolute !important;
        top: 50% !important;
        right: 0px !important;
        left: auto !important;
        transform: translateY(-50%) !important;
        z-index: 99999 !important;
        width: 36px !important;
        height: 36px !important;
        background-color: #283b6e !important;
        border-radius: 4px !important;
        margin: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    /* 其余样式 */
    .top_r { width: 100%; margin: 0; }
    .top_r .top_tel { display: none; }
    .top_r .ss { display: none; }
    .top_r .top_phone { display: none; }
    .top_r .top_en { width: auto; margin-top: 10px; }
    
    /* 手机端隐藏统计数据条 */
    .stats-bar { display: none !important; }
}

/*网站头部样式 结束*/

/*统计数据条样式*/
.stats-bar {
    background: #F5F7FA;
    border-top: 1px solid #E8ECF0;
    border-bottom: 1px solid #E8ECF0;
    padding: 20px 0;
}
.stats-bar-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}
.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    text-align: center;
}
.stat-item { padding: 0 16px; }
.stat-item:not(:last-child) { border-right: 1px solid #E8ECF0; }
.stat-value { font-size: 28px; font-weight: 700; color: #1A1A1A; margin-bottom: 6px; }
.stat-label { font-size: 14px; color: #999999; }

/*列表页栏目简介 开始*/
.list-intro {
  max-width: 1400px;
  margin: 30px auto;
  padding: 20px 30px;
  background: #f5f7fa;
  border-radius: 8px;
  font-size: 15px;
  color: #374151;
  line-height: 1.8;
  box-sizing: border-box;
}
.list-intro p { margin: 0 0 10px 0; }
.list-intro p:last-child { margin-bottom: 0; }

/*导航栏样式 开始*/
.ab_nav {width: 100%;height: 56px;margin: 0;padding: 0;background: #eff0f2;}
.nav_ul {height: 56px;margin: 0 auto;padding: 0;display: flex;}
.nav_icon {width: 32px;height: 32px;}
.nav_item { position: relative; margin: 0; padding: 0; -webkit-flex: 1; -ms-flex: 1; -moz-flex: 1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.nav {height: 56px;margin: 0px auto;padding: 0;position: relative;}
.nav_item > a {display: block;width: 100%;height: 56px;line-height: 56px;color: #333;font-size: 18px;text-align: center;-webkit-transition: all .4s;transition: all .4s;position: relative;}
.nav_item > a em { display: none; width: 80px; height: 3px; overflow: hidden; margin: 0 0 0 -40px; background-color: #0070f3; position: absolute; bottom: 0; left: 50%; }
.nav_item:first-child > a em{ width:40px; margin:0 0 0 -20px;}
.nav_item:hover > a, .nav_item.on, .nav_item.on a { color: #0070f3; }
.nav_item.on ul li a{ color:#666;}
.nav_item:hover > a em, .nav_item.on a em { display: block; }
.menu_open { display: none; }

/* PC端和手机端导航切换 */
.nav-pc { display: block; }
.nav-mobile { display: none; }

/* 全局强制固定菜单按钮 - 最高优先级 */
body > .menu_open {
    position: fixed !important;
    top: 15px !important;
    right: 15px !important;
    left: auto !important;
    bottom: auto !important;
    z-index: 99999 !important;
}

/* 手机端菜单按钮强制固定 - 放在媒体查询外面确保优先级 */
@media screen and (max-width: 1023px) {
    .ab_top {
        position: relative;
    }
    .ab_logo {
        position: relative;
        padding-right: 90px;
    }
    .menu_open {
        display: block !important;
        position: absolute !important;
        top: 50% !important;
        right: 30px !important;
        left: auto !important;
        bottom: auto !important;
        transform: translateY(-50%) !important;
        -webkit-transform: translateY(-50%) !important;
        z-index: 99999 !important;
        width: 40px !important;
        height: 40px !important;
        padding: 5px 0 !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        cursor: pointer !important;
        background-color: #0070f3 !important;
        border-radius: 4px !important;
        float: none !important;
    }
}
.nav_item_open {width: 80%;height: auto;position: absolute;left: 10%;top: 100%;z-index: 10;background-color: #fff;box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1);border-radius: 0;opacity: 0;visibility: hidden;-webkit-transform: translateY(34px);transform: translateY(34px);-webkit-transition: all .4s;transition: all .4s;overflow: hidden;max-height: 400px;overflow-y: auto;overflow-x: hidden;}
.ny_top .nav_item_open { background-color: #fff; }
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px); }
.subopen { display: none; }
.nav_item2 { width: 100%; }
.nav_item2 a {display: block;width: 100%;height: 50px;overflow: hidden;line-height: 50px;padding: 0 10px;color: #666;font-size: 15px;white-space: nowrap;text-overflow: ellipsis;text-align: center;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.ny_top .nav_item2 a { color: #565656; }
.nav_item2:hover a { background-color: #0070f3; color: #fff; }
.nav_item.on .nav_item2:hover a{ color:#fff;}
 @media screen and (min-width:768px) and (max-width:1023px) {
/* 导航栏默认隐藏 */
.ab_nav { width: auto; height: 0; overflow: hidden; }
/* 菜单按钮固定在右上角 */
.menu_open { 
    display: block !important; 
    position: fixed !important; 
    top: 15px !important; 
    right: 15px !important; 
    left: auto !important;
    bottom: auto !important;
    z-index: 99999 !important; 
    width: 45px !important; 
    height: 45px !important; 
    padding: 5px 0 !important; 
    margin: 0 !important;
    box-sizing: border-box !important; 
    cursor: pointer !important; 
    background-color: #0070f3 !important;
    border-radius: 4px !important;
    float: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}
.menu_open i { width: 18px; height: 2px; background-color: #fff; display: block; margin: 3px auto; }
/* PC端和手机端导航切换 */
.nav-pc { display: none; }
.nav-mobile { display: block; }
/* 导航栏 - 默认隐藏在右侧 */
.nav { 
    width: 260px; 
    height: 100%; 
    max-height: 100vh;
    position: fixed; 
    top: 0; 
    right: -260px; 
    left: auto;
    z-index: 100; 
    overflow: hidden; 
    background-color: rgba(0,112,243,0.95);
    border-radius: 8px 0 0 8px;
    box-shadow: -2px 4px 12px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
}
/* 导航栏打开状态 - 确保优先级 */
.nav.nav-open {
    right: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
/* 遮罩层已删除 */
.nav_ul { display: block; margin: 0; width: 100%; height: auto; position: relative; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding: 60px 0 20px 0; text-align: left; }
.nav_item { float: none; margin: 0; width: 100%; height: 48px; }
.nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
/* 导航文字 - 确保可见 */
.nav_item > a { 
    display: block; 
    margin: 0; 
    height: 48px; 
    line-height: 48px; 
    color: #fff !important; 
    font-size: 16px; 
    text-align: left; 
    padding: 0 50px 0 30px; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden; 
    opacity: 1; 
    position: relative; 
    box-sizing: border-box;
    text-decoration: none;
}
.nav_item > a:active { }
.nav_item > a.navon { opacity: 1; }
.nav_item:hover > a, .nav_item.on { color: #fff; }
.nav_item > a em { width: 30px; height: 2px; left: 30px; margin: 0; }
.nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 60px; height: 100%; display: block; }
.nav_item i:after { content: ''; display: block; width: 12px; height: 12px; margin: -6px 0 0 -6px; border: 1px solid rgba(255, 255, 255, 0.5); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav_item_open { width: 100%; height: auto; margin: 0; box-shadow: none; background-color: transparent; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: none; transform: none; position: relative; left: 0; top: 0; }
.subopen { display: none; }
.subopen a { display: block; overflow: hidden; line-height: 48px; margin: 0; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; color: #fff !important; text-indent: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative; }
.subopen a:before { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 20px; top: 50%; margin: -6px 0 0 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, 1); border-right: 0; border-bottom: 0; }
.nav_item2 { position: relative; }
.nav_item2 a { display: block; overflow: hidden; margin: 0; height: 48px; line-height: 48px; color: #fff !important; font-size: 16px; text-align: left; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; opacity: 1; }
.nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.nav_item2 a:hover, .nav_item2 a:active { color: #fff; }
.nav_item.on ul li a{ color: #fff !important;}
.nav_item:hover > a, .nav_item.on, .nav_item.on a{ color: #fff !important;}
}
@media screen and (max-width:767px) {
/* 导航栏默认隐藏 */
.ab_nav { width: auto; background: none; height: 0; overflow: hidden; }
/* 菜单按钮固定在右上角 */
.menu_open { 
    display: block !important; 
    position: fixed !important; 
    top: 15px !important; 
    right: 15px !important; 
    left: auto !important;
    bottom: auto !important;
    z-index: 99999 !important; 
    width: 45px !important; 
    height: 45px !important; 
    padding: 5px 0 !important; 
    margin: 0 !important;
    box-sizing: border-box !important; 
    cursor: pointer !important; 
    background-color: #0070f3 !important;
    border-radius: 4px !important;
    float: none !important;
    transform: none !important;
    -webkit-transform: none !important;
}
.menu_open i { width: 18px; height: 2px; background-color: #fff; display: block; margin: 3px auto; }
/* PC端和手机端导航切换 */
.nav-pc { display: none; }
.nav-mobile { display: block; }
/* 导航栏 - 默认隐藏在右侧 */
.nav { 
    width: 260px; 
    height: 100%; 
    max-height: 100vh;
    position: fixed; 
    top: 0; 
    right: -260px; 
    left: auto;
    z-index: 100; 
    overflow: hidden; 
    background-color: rgba(0,112,243,0.95);
    border-radius: 8px 0 0 8px;
    box-shadow: -2px 4px 12px rgba(0,0,0,0.15);
    transition: right 0.3s ease;
}
/* 导航栏打开状态 */
.nav.nav-open {
    right: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}
/* 遮罩层已删除 */
.nav_ul { display: block; margin: 0; width: 100%; height: auto; position: relative; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding: 60px 0 20px 0; text-align: left; }
.nav_item { float: none; margin: 0; width: 100%; height: 48px; }
.nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
/* 导航文字 - 确保可见 */
.nav_item > a { 
    display: block; 
    margin: 0; 
    height: 48px; 
    line-height: 48px; 
    color: #fff !important; 
    font-size: 16px; 
    text-align: left; 
    padding: 0 50px 0 20px; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden; 
    opacity: 1; 
    position: relative; 
    box-sizing: border-box;
    text-decoration: none;
    z-index: 10;
}
.nav_item > a:active { }
.nav_item > a.navon { opacity: 1; }
.nav_item:hover > a, .nav_item.on { color: #fff; }
.nav_item > a em { width: 30px; height: 2px; left: 20px; margin: 0; }
.nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 60px; height: 100%; display: block; }
.nav_item i:after { content: ''; display: block; width: 10px; height: 10px; margin: -5px 0 0 -5px; border: 1px solid rgba(255, 255, 255, 0.5); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav_item_open { width: 100%; height: auto; margin: 0; box-shadow: none; background-color: transparent; border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: none; transform: none; position: relative; left: 0; top: 0; }
.subopen { display: none; }
.subopen a { display: block; overflow: hidden; line-height: 48px; margin: 0; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; font-size: 15px; color: #fff !important; text-indent: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative; }
.subopen a:before { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 20px; top: 50%; margin: -6px 0 0 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, 1); border-right: 0; border-bottom: 0; }
.nav_item2 { position: relative; }
.nav_item2 a { display: block; overflow: hidden; margin: 0; height: 48px; line-height: 48px; color: #fff !important; font-size: 15px; text-align: left; padding: 0 20px; white-space: nowrap; text-overflow: ellipsis; opacity: 1; }
.nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.nav_item2 a:hover, .nav_item2 a:active { color: #fff; }
.nav_item.on ul li a{ color: #fff !important;}
.nav_item:hover > a, .nav_item.on, .nav_item.on a{ color: #fff !important;}
}
/*导航栏样式 结束*/

/*首页banner*/
.banner .swiper-slide img { display: block; width: 100%; left: 0px; top: 0px; }
.banner .swiper-button-next.swiper-button-disabled { background-color: rgba(0, 0, 0, 0.3); }
.banner .swiper-button-prev.swiper-button-disabled { background-color: rgba(0, 0, 0, 0.3); }
.banner .swiper-pagination-bullet { width: 12px; height: 12px; background-color: #ffffff; margin: 0 14px; opacity: 0.5; color: transparent; }
.banner .swiper-pagination-bullet-active { opacity: 1; width: 42px; height: 42px; line-height: 42px; text-align: center; border: 2px solid rgba(255, 255, 255, 0.4); background-color: transparent; color: #ffffff; }
.banner .swiper-pagination-bullet-active .rightcircle { -webkit-animation: circleProgressLoad_right 6s linear infinite; animation: circleProgressLoad_right 6s linear infinite; }
.banner .swiper-pagination-bullet-active .leftcircle { -webkit-animation: circleProgressLoad_left 6s linear infinite; animation: circleProgressLoad_left 6s linear infinite; }
.banner .swiper-pagination-bullet-active .wrapper_con { display: block; }
.banner .swiper-pagination { font-size: 0px; }
.banner .swiper-pagination > span { display: inline-block; vertical-align: middle; position: relative; }
.banner .swiper-container-rtl .swiper-button-next { left: calc(8.335% - 32px); }
.banner .swiper-container-rtl .swiper-button-prev { right: calc(8.335% - 32px); }
.banner .swiper-container-horizontal > .swiper-pagination-bullets { bottom: 5%; }
.banner .swiper-pagination-custom { bottom: 5%; }
.banner .swiper-pagination-fraction { bottom: 5%; }
.right { right: -2px; }
.left { left: -2px; }
.circleProgress { width: 42px; height: 42px; border: 2px solid transparent; border-radius: 50%; position: absolute; top: 0px; -webkit-transform: rotate(-135deg); }
.rightcircle { border-bottom: 2px solid #ffffff; border-left: 2px solid #ffffff; right: 0px; }
.leftcircle { border-top: 2px solid #ffffff; border-right: 2px solid #ffffff; left: 0px; }
.wrapper_con { width: 21px; height: 42px; position: absolute; top: -2px; overflow: hidden; display: none; }
 @keyframes circleProgressLoad_right { 0% {
transform:rotate(45deg);
}
50%, 100% {
transform:rotate(225deg);
}
}
@keyframes circleProgressLoad_left { 0%, 50% {
transform:rotate(45deg);
}
100% {
transform:rotate(225deg);
}
}
.banner * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
@media only screen and (max-width: 767px) {
.banner .swiper-slide img { display: block; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0; }
.banner .swiper-pagination-bullet { width: 8px; height: 8px; margin: 0 6px !important; }
.rightcircle { display: none; }
.banner .swiper-pagination-bullet-active .wrapper_con { display: none; }
}
/*首页banner 结束*/


/*ab_foot 开始*/
.ab_foot { width: 100%; margin: 0 auto; padding: 0; background-color: #3d3d3d; margin-bottom: 0 !important; padding-bottom: 0 !important; }
.ab_foot .abFoot_main { width: 100%; max-width: 1600px; height: auto; margin: 0 auto; position: relative; }
.abFoot_main .abFoot_nav { width: 100%; overflow: hidden; margin: 0; padding: 30px 20px 20px; float: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.abFoot_nav ul li { width: auto; max-width: 220px; height: auto; margin: 0; padding: 0; float: left; }
.abFoot_nav ul li:nth-child(4) { margin: 0; }
.abFoot_nav ul li p { width: 100%; overflow: hidden; line-height: 1.5; color: #fff; font-size: 18px; margin: 0 auto; padding: 0; }
.abFoot_nav ul li .mobile-company-name { display: inline-block; margin-left: 10px; font-size: 14px; font-weight: 400; }
.abFoot_nav ul li em { display: none !important; }
.abFoot_nav ul li a { display: block; width: 100%; height: auto; overflow: hidden; line-height: 32px; color: rgba(255,255,255,0.5); font-size: 15px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; }
.abFoot_nav ul li a:hover { color: #fff; }
.abFoot_main .abFoot_ewm { width: 80%; overflow: hidden; margin: 20px auto 0; padding: 0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.abFoot_main .abFoot_ewm .abFoot_tit { width: 100%; overflow: hidden; line-height: 30px; color: #fff; font-size: 16px; text-align: center; margin: 0 auto 10px; padding: 0; }
.abFoot_main .abFoot_ewm .abFoot_tit img { display: inline-block; width: 23px; height: 21px; overflow: hidden; margin: 0 10px 0 0; padding: 0; text-align: center; }
.abFoot_ewm ul li { width: 45%; overflow: hidden; margin: 0 2%; padding: 0; display: inline-block; }
.abFoot_ewm ul li p { width: 100%; height: 100%; overflow: hidden; margin: 0; padding: 0; }
.abFoot_ewm ul li p img { display: block; max-width: 100%; max-height: 100%; overflow: hidden; margin: 0 auto; padding: 0; }

.ab_foot .abFoot_copy { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; border-top: 1px solid rgba(255,255,255,0.1); }
.abFoot_copy .abFootCopy_main { width: 100%; max-width: 1600px; height: auto; min-height: auto; overflow: hidden; margin: 0 auto; padding: 10px 20px 5px; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.ab_Foot_ty{ width:29%; height:81px; position:absolute; right:0; top:0;background-image: linear-gradient(#394452,transparent);}
.abFootCopy_main .abFootCopy_text_l { width: 65%; height: auto; margin: 0; padding: 0; float: left; text-align: left; position: relative;z-index: 999; }
.abFootCopy_main .abFootCopy_text_r { width: 35%; height: auto; margin: 0; padding: 0; float: right; text-align: right;position: relative;z-index: 999; }
.abFootCopy_main p { width: 100%; overflow: hidden; line-height: 1.5; color: rgba(255,255,255,0.5); font-size: 14px; margin: 0; padding: 0; }
.abFootCopy_main p a { color: rgba(255,255,255,0.5); }
.abFootCopy_main p a:hover { color: #fff; }
 @media screen and (width:1600px) {
.ab_foot .abFoot_main { width: 95%; max-width: inherit; }
.abFoot_copy .abFootCopy_main { max-width: inherit; padding: 10px 0; width:95%; }
}
@media screen and (min-width:1440px) and (max-width:1599px) {
.ab_foot .abFoot_main { width: 95%; max-width: inherit; }
.abFoot_copy .abFootCopy_main { max-width: inherit; padding: 10px 0; width:95%; }
}
@media screen and (min-width:1360px) and (max-width:1439px) {
.ab_foot .abFoot_main { width: 95%; max-width: inherit; }
.abFoot_nav ul li { margin: 0; }
.abFoot_nav ul li:nth-child(4) { margin: 0; }
.abFoot_copy .abFootCopy_main { max-width: inherit;padding: 10px 0; width:95%; }
}
@media screen and (min-width:1280px) and (max-width:1359px) {
.ab_foot .abFoot_main { width: 95%; max-width: inherit; }
.abFoot_nav ul li { margin: 0; }
.abFoot_nav ul li:nth-child(4) { margin: 0; }
.abFoot_copy .abFootCopy_main { max-width: inherit;padding: 10px 0; width:95%; }
}
@media screen and (min-width:1200px) and (max-width:1279px) {
.ab_foot .abFoot_main { width: 95%; max-width: inherit; }
.abFoot_nav ul li { margin: 0; }
.abFoot_nav ul li:nth-child(4) { margin: 0; }
.abFoot_copy .abFootCopy_main { max-width: inherit; padding: 10px 0; width:95%; }
.abFoot_main .abFoot_nav{ width:60%;}
.abFoot_main .abFoot_r{ width:35%;}
}
@media screen and (min-width:1080px) and (max-width:1199px) {
.ab_foot .abFoot_main { width: 95%; max-width: inherit; }
.abFoot_nav ul li { margin: 0; }
.abFoot_nav ul li:nth-child(4) { margin: 0; }
.abFoot_copy .abFootCopy_main { max-width: inherit;  padding: 10px 0; width:95%; }
.abFoot_main .abFoot_nav{ width:60%;}
.abFoot_main .abFoot_r{ width:35%;}
}
@media screen and (min-width:1024px) and (max-width:1079px) {
.ab_foot .abFoot_main { width: 95%; max-width: inherit; }
.abFoot_main .abFoot_nav { width: 70%; }
.abFoot_nav ul li { width: 23.5%; max-width: inherit; margin: 0 2% 0 0; }
.abFoot_nav ul li:nth-child(4) { margin: 0; }
.abFoot_copy .abFootCopy_main { max-width: inherit;padding: 10px 0; width:95%; }
.abFoot_main .abFoot_nav{ width:60%;}
.abFoot_main .abFoot_r{ width:35%;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.ab_foot .abFoot_main { width: 95%; max-width: inherit; }
.abFoot_main .abFoot_nav { width: 65%; padding: 4%; }
.abFoot_nav ul li { margin: 0; width: 25%; }
.abFoot_main .abFoot_r { width: 35%; }
.ab_Foot_ty{ width:35%;}
.abFoot_main .abFoot_r .abFoot_tel { padding: 15px 0; }
.abFoot_main .abFoot_r .abFoot_tel b { font-size: 25px; }
.abFoot_main .abFoot_ewm { width: 90%; margin-top: 20px; }
.abFoot_main .abFoot_ewm .abFoot_tit { font-size: 14px; }
.abFoot_copy .abFootCopy_main { max-width: inherit; padding: 10px 0; width:95%; }
.abFootCopy_main .abFootCopy_text_l { width: 100%; padding: 0; }
.abFootCopy_main .abFootCopy_text_r { width: 100%; text-align: left; padding: 0; }
.abFootCopy_main p { line-height: 30px; }
}
@media (max-width: 767px) {
.ab_foot .abFoot_main { width: 100%; max-width: inherit; }
.abFoot_main .abFoot_nav { width: 100%; margin: 0 auto; padding: 16px 16px 20px; float: inherit; display: block; box-sizing: border-box; }
.abFoot_nav ul { display: block; list-style: none; padding: 0; margin: 0; }
/* 前4个栏目：手机端隐藏 */
.abFoot_nav ul li { display: none !important; }
/* 第5列：联系方式，flex垂直居中排列 */
.abFoot_nav ul li:last-child { display: flex !important; flex-direction: column; align-items: center; justify-content: center; width: 100% !important; max-width: 100% !important; margin: 0 auto !important; padding: 0 !important; border: none; text-align: center; float: none !important; }
/* 手机端标题替换为公司名称 - 通过模板中的span.mobile-company-name实现 */
.abFoot_nav ul li:last-child p { margin-bottom: 8px; width: 100%; text-align: center; }
.abFoot_nav ul li:last-child .mobile-company-name { display: inline-block; font-size: 14px; font-weight: 600; color: #fff; }
.abFoot_nav ul li:last-child .contact-item { display: block !important; font-size: 13px; line-height: 22px; color: rgba(255,255,255,0.6); margin-bottom: 6px; text-align: center; width: 100%; }
.abFoot_nav ul li:last-child .contact-item .contact-label { display: inline; }
.abFoot_nav ul li:last-child .contact-item.address-text { white-space: nowrap; overflow: visible; font-size: 12px; line-height: 1.5; word-break: keep-all; }
.abFoot_nav ul li:last-child .contact-qr-wrapper { display: block !important; margin-top: 12px; text-align: center; width: 100%; }
.abFoot_nav ul li:last-child .contact-qr-wrapper img { width: 70px; height: 70px; display: inline-block; }
.abFoot_main .abFoot_r { width: 100%; padding-bottom: 0; }
.abFoot_main .abFoot_r .abFoot_tel { padding: 10px 0; }
.abFoot_main .abFoot_r .abFoot_tel b { font-size: 25px; }
.abFoot_main .abFoot_ewm { margin-top: 10px; }
.abFoot_copy .abFootCopy_main { max-width: inherit;  padding: 10px 0; width:95%; }
.abFoot_main .abFoot_ewm .abFoot_tit { font-size: 14px; }
.abFootCopy_main .abFootCopy_text_l { width: 100%; padding: 0; }
.abFootCopy_main .abFootCopy_text_r { width: 100%; text-align: left; padding: 0; }
.abFootCopy_main p { line-height: 30px; }
.abFootCopy_main .mobile-break { display: block; }
/* 手机端底部联系我们自适应 */
.abFoot_main .abFoot_contact {
    width: 100%;
    float: none;
    padding: 20px 5%; /* 左右边距5%，与.w1600的95%宽度对应 */
}
.abFoot_contact_left {
    margin-bottom: 15px;
}
.abFoot_contact_left a {
    height: auto;
    line-height: 32px;
    font-size: 14px;
}
.abFoot_contact_left .contact-item {
    height: auto;
    line-height: 32px;
    font-size: 14px;
    border: none; /* 取消边框 */
    text-decoration: none; /* 取消下划线 */
    white-space: normal; /* 手机端允许文字换行 */
    overflow-wrap: break-word; /* 长单词自动换行 */
    word-break: break-all; /* 中文文字换行 */
}
.abFoot_contact_right {
    display: flex;
    justify-content: center; /* 二维码居中 */
    align-items: center;
}
.abFoot_contact_right img {
    width: 80px;
    height: 80px;
}
.abFoot_contact_right span {
    font-size: 12px;
}
.ab_Foot_ty{ width:100%;}
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}
/*ab_foot 结束*/


/*abNy_banner 开始*/
.abNy_banner { width:100%; height:550px; overflow:hidden; margin:0; padding:0; position:relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNy_banner img.nyBa { display:block; width:1920px; height:550px; overflow:hidden; margin:0 0 0 -960px; position:absolute; left:50%; top:0;}
.abNy_banner .abNyBa_con { width:100%; height:140px; overflow:hidden; margin:-70px 0 0; padding:0 6%; position:absolute; left:0; top:50%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNy_banner .abNyBa_con1 { margin:-145px 0 0;}
.abNyBa_con .abNyBa_text { width:100%; overflow:hidden; margin:0 auto 20px; padding:0;}
.abNyBa_text p { width:100%; height:50px; overflow:hidden; line-height:50px; color:#fff; font-size:40px; text-align:center; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.abNyBa_text span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:17px; text-align:center; white-space:nowrap; text-overflow:ellipsis; margin:10px auto 0; padding:0;}
.abNyBa_con .abNyBa_pos { width:100%; height:30px; overflow:hidden; line-height:30px; color:#fff; font-size:15px; text-align:center; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.abNyBa_pos img { display:inline-block; width:20px; height:20px; margin:-4px 5px 0 0; padding:0; vertical-align:middle;}
.abNyBa_pos a, .abNyBa_pos span { color:#fff; font-size:15px;}
@media (max-width:1680px){
	.abNy_banner .abNyBa_con { padding:0 6%;}

}
@media (max-width:1600px){
	.abNy_banner { height:500px;}
	.abNy_banner img.nyBa { width:1745px; height:500px; margin:0 0 0 -872.5px;}
}
@media (max-width:1440px) {
	.abNy_banner .abNyBa_con { padding:0 5%;}
	.abNy_banner { height:440px;}
	.abNy_banner img.nyBa { width:1536px; height:440px; margin:0 0 0 -768px;}
	.abNy_banner .abNyBa_con { height:130px; margin:-65px 0 0; padding:0 5%;}
	.abNy_banner .abNyBa_con1 { margin:-125px 0 0;}
	.abNyBa_text p { height:40px; line-height:40px; font-size:36px;}
	.abNyBa_text span { font-size:16px;}
}
@media (max-width:1366px) {	
	.abNy_banner { height:420px;}
	.abNy_banner img.nyBa { width:1466px; height:420px; margin:0 0 0 -733px;}
	.abNy_banner .abNyBa_con { padding:0 3%;}
}
@media (max-width:1280px) {	
	.abNy_banner { height:400px;}
	.abNy_banner img.nyBa { width:1396px; height:400px; margin:0 0 0 -698px;}
}
@media (max-width:1200px) {	
	.abNy_banner { height:390px;}
	.abNy_banner img.nyBa { width:1360px; height:390px; margin:0 0 0 -680px;}
}
@media (max-width:1080px) {	
	.abNy_banner { height:344px;}
	.abNy_banner img.nyBa { width:1200px; height:344px; margin:0 0 0 -600px;}
	.abNy_banner .abNyBa_con { height:120px; margin:-60px 0 0; padding:0 2.5%;}
	.abNy_banner .abNyBa_con1 { margin:-120px 0 0;}
	.abNyBa_text p { height:36px; line-height:36px; font-size:32px;}
	.abNyBa_text span { height:24px; line-height:24px; font-size:16px;}
}
@media (max-width:1024px) {	

}
@media (max-width:800px) {
	.abNy_banner { height:300px;}
	.abNy_banner img.nyBa { width:1047px; height:300px; margin:0 0 0 -523.5px;}
	.abNy_banner .abNyBa_con { margin:-50px 0 0;}
	.abNy_banner .abNyBa_con1 { margin:-100px 0 0;}
	.abNyBa_text p { height:30px; line-height:30px; font-size:28px;}
	.abNyBa_text span { height:20px; line-height:20px; font-size:14px;}
}
@media (max-width: 767px) {
	.abNy_banner { height:220px;}
	.abNy_banner .abNyBa_con1 { margin:-50px 0 0;}
	.abNy_banner img.nyBa { width:768px; height:220px; margin:0 0 0 -384px;}
	.abNyBa_text p { font-size:26px;}
}
@media (max-width: 375px) {
	.abNy_banner { height:200px;}
	.abNy_banner img.nyBa { width:698px; height:200px; margin:0 0 0 -349px;}
}
@media (max-width: 320px) {
	.abNy_banner { height:180px;}
	.abNy_banner img.nyBa { width:628px; height:180px; margin:0 0 0 -314px;}
}
/*abNy_banner 结束*/


/*abNy_aboutus 开始*/
.abNy_aboutus { width: 100%; height: auto; margin: 0 auto; padding: 0; }
.abNy_aboutus .NyAbUs_gsjj { width: 80%; height: auto; margin: -140px auto 60px; padding: 60px 60px 40px; background-color: #fff; box-shadow: 0 5px 10px rgba(0,0,0,0.1); border-radius: 4px; position: relative; z-index: 9; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; min-height:300px; }
.NyAbUs_title { width: 100%; overflow: hidden; margin: 0 auto 30px; padding: 0; }
.NyAbUs_title p { width: 100%; overflow: hidden; line-height: 48px; color: #333; font-size: 36px; text-align: center; margin: 0 auto; padding: 0; }
.NyAbUs_title p a{color: #333; }
.NyAbUs_title span { display: block; width: 100%; overflow: hidden; line-height: 30px; color: #999; font-size: 18px; text-align: center; margin: 10px auto 0; padding: 0; }
.NyAbUs_title1 p, .NyAbUs_title1 span { color:#fff;}
.NyAbUs_gsjj .NyAbUsGsjj_con { width: 100%; margin: 0 auto; padding: 0; line-height: 1.8; color: #333; font-size: 16px; }
.NyAbUsGsjj_con p, .NyAbUsGsjj_con div { line-height: 1.8; color: #333; }
.NyAbUsGsjj_con p span, .NyAbUsGsjj_con span, .NyAbUsGsjj_con p em, .NyAbUsGsjj_con em { color: inherit; font-family: inherit; font-size: inherit; }
.NyAbUsGsjj_con table tr td p { text-indent: 0; margin: 0; padding: 0; }
.NyAbUsGsjj_con img { display: inline-block; max-width: 100%; height: auto; margin: 0 auto; padding: 0; }
@media (max-width:1680px) {
	.abNy_aboutus .NyAbUs_gsjj { width:88%;}
}
@media (max-width:1440px) {
	.abNy_aboutus .NyAbUs_gsjj { width:90%;}
	.NyAbUs_title p { line-height:40px; font-size:32px;}
	.NyAbUs_title span { font-size:16px;}
}
@media (max-width:1366px) {
	.abNy_aboutus .NyAbUs_gsjj { width:94%; margin:-140px auto 50px; padding:50px 50px 30px;}
}
@media (max-width:1280px) {
	.abNy_aboutus .NyAbUs_gsjj { margin:-140px auto 40px; padding:40px 40px 20px;}
}
@media (max-width:1080px) {
	.NyAbUs_title p { line-height:32px; font-size:24px;}
	.NyAbUs_title span { font-size:15px; margin:5px auto 0;}
	.NyAbUsGsjj_con p, .NyAbUsGsjj_con div { font-size:15px;}
	.NyAbUsGsjj_con p span, .NyAbUsGsjj_con span, .NyAbUsGsjj_con p em, .NyAbUsGsjj_con em { font-size:15px!important;}
}
@media (max-width:800px) {
	.abNy_aboutus .NyAbUs_gsjj { margin:-120px auto 30px; padding:30px 30px 10px;}
	.NyAbUs_title { margin:0 auto 20px;}
	.NyAbUs_title span { margin:0 auto;}
}
@media (max-width: 767px) {
	.abNy_aboutus .NyAbUs_gsjj { margin:-20px auto 40px; padding:20px 20px 1px;}
}



/*abNy_aboutus 结束*/

/*abNy_Contact 开始*/
/*小导航 开始*/
.lm_nav { margin: 55px auto; }
.lm_nav ul { width: 100%; margin: 0 auto; text-align: center; }
.lm_nav ul li { display: inline-block; width: 144px; height: 50px; line-height: 50px; font-size: 20px; text-align: center; cursor: pointer; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -o-box-sizing: border-box; margin-right: 25px; border-radius: 50px; }
.lm_nav ul li:last-child{ margin-right:0;}
.lm_nav ul li:hover, .lm_nav li.on { background: #2463b2; }
.lm_nav ul li:hover a, .lm_nav ul li.on a { color: #fff; }
.lm_nav ul li a { width: 100%; height: 100%; display: block; color: #666; }
 @media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.lm_nav { margin: 40px auto; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.lm_nav { margin: 30px auto; }
}
@media (max-width: 767px) {
.lm_nav { margin: 20px auto; }
.lm_nav ul { width: 100%; }
.lm_nav ul li { width: 30%; font-size: 15px; height: 40px; line-height: 40px; margin-right: 5px; }
}
/*小导航 结束*/

/*联系我们头部 开始*/
.abNy_contact { width: 100%; height: auto; margin: 0 auto; padding: 0; }
.NyContact_top { width: 100%; background: #f7f7f7; overflow: hidden; }
.abNyCont_Map { width: 50%; overflow: hidden; margin: 0; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin-right: 3%; }
.abNyCont_Map .NyContMap_main { width: 100%; height: 600px; overflow: hidden; margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.abNyCont_Map .NyContMap_main #container { width: 100%; height: 120%; overflow: hidden; margin: 0; padding: 0; }
.abNyCont_lx {  padding: 60px 0;}
.abNyCont_lx p{ line-height:36px;  font-size:18px}
.abNyCont_lx .lx_tit { color: #333; font-size: 30px; margin-bottom: 50px; }
.abNyCont_lx .lx_tit b { font-weight: 400; }
.abNyCont_lx .lx_tit p { font-size: 18px; margin: 10px 0; }
.abNyCont_lx .abNyCont_lxfs ul li { font-size: 18px; margin: 25px 0; color: #666; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.abNyCont_lx .abNyCont_lxfs ul li img { display: inline-block; margin-right: 10px; }
.abNyCont_lx .abNyCont_ewm img { height: 120px; }
.abNyCont_lx .abNyCont_ewm p { font-size: 16px; margin-top: 15px; }
/*联系我们头部 结束*/


/*abNy_Service 开始*/
.service_bt { text-align: center; margin-top: -20px; }
.service_bt .service_bt_b{margin-bottom: 15px;width: 240px;margin: 0 auto;height: 60px;line-height: 60px;}
.service_bt b {display:inline-block;font-size: 60px;color: #333;float: left;}
.service_bt span {display:inline-block;font-weight: normal;font-size:40px;float: right;}
.service_bt p {font-size: 16px;color: #666;clear: both; margin-top:10px;}
.service_list{ overflow:hidden;}
.service_list ul li { width: 32%; float: left; margin-right: 2%; margin-bottom: 3%; background: #fff; padding: 40px 30px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: center; }
.service_list ul li:nth-child(3n) { margin-right: 0; }
.service_list ul li .service_img { background: #f1f1f1; padding: 2%; border-radius: 50px; width: 100px; height: 100px; box-sizing: border-box; position: relative; margin: 0 auto; }
.service_list ul li .service_img img { display: block; position: absolute; margin: auto; top: 0; left: 0; right: 0; bottom: 0; max-height: 100%; max-width: 100%; }
.service_list ul li .service_text { margin-top: 20px; padding: 0 20px; }
.service_list ul li .service_text .service_tit { font-size: 22px; color: #333; font-weight: bold; }
.service_list ul li .service_text p { margin: 10px 0; font-size: 16px; color: #999; line-height: 30px; }
.service_list ul li .service_text b { display: block; font-size: 17px; color: #999; }
.service_list ul li:hover { background: #2463b2; cursor: pointer; }
.service_list ul li:hover .service_img { background: #fff; }
.service_list ul li:hover .service_text .service_tit { color: #fff; }
.service_list ul li:hover .service_text p { color: #fff; }
.service_list ul li:hover .service_text b { color: #fff; }
.service_list_top { text-align: center; margin-top: 50px; }
.service_list_top ul li { display: inline-block; float: none; }


@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.service_list ul li .service_text { padding: 0; }
.service_bt .service_bt_b{ width:210px;}
.service_bt b { font-size: 45px; }
.service_bt span { font-size: 35px; }
}
@media screen and (max-width:1023px) and (min-width:768px) {
.service_bt { margin: 0; }
.service_bt .service_bt_b{ width:180px;}
.service_bt b { font-size: 40px; }
.service_bt span { font-size: 30px; }
.service_bt p { font-size: 15px; }
.service_list ul li { width: 100%; padding: 20px; }
.service_list ul li .service_text { padding: 0; }
}
@media (max-width: 767px) {
.service_bt { margin: 0; }
.service_bt .service_bt_b{ width:120px;}
.service_bt b { font-size: 30px; }
.service_bt span { font-size: 20px; }
.service_bt p { font-size: 15px; margin:0; }
.service_list ul li { width: 100%; padding: 20px; }
.service_list ul li .service_text { padding: 0; }
.service_list_top{ margin-top:40px;}
}




/*abNy_Service 结束*/

/*abNy_Products 开始*/
.abNy_Products{ width:100%; background:#f6f6f6; overflow:hidden;padding: 60px 0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.abNyPro_Main{ margin:60px auto;}
/*产品中心目录*/
.ny_profl{ position:relative; z-index:9;background:#fff;padding: 40px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.ny_profl1{ padding-bottom:60px;}
.ny_profl .ny_profl_bt{ margin-bottom:30px;}
.ny_profl .ny_profl_bt b{ display:block; font-size:28px; font-weight:400; margin-bottom:5px;}
.ny_profl .ny_profl_bt b a{ color:#666;}
.ny_profl .ny_profl_bt p{ font-size:16px; color:#999;}

.ny_profl .swiper-container4{ overflow:hidden; width:92%; margin:0 auto;}
.ny_profl .swiper-button-prev2 ,.ny_profl .swiper-button-next2{ width:34px; height:34px; border-radius:50%;position: absolute; top:155px;}
.ny_profl1 .swiper-button-prev2 ,.ny_profl1 .swiper-button-next2{ width:34px; height:34px; border-radius:50%;position: absolute; top:50px;}
.ny_profl .swiper-button-prev2{left:50px;background:url(../images/ml_prev.png) center center no-repeat; }
.ny_profl .swiper-button-next2{background:url(../images/ml_next.png) center center no-repeat; right:40px;}
.ny_profl .ny_proflli{position:relative;}
.ny_profl .ny_proflli a{box-sizing: border-box;color:#666;font-size:18px;padding:0 40px 0 20px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;height:50px;line-height:50px;border-bottom:1px solid #dcdcdc; position:relative;}
.ny_profl .ny_proflli em{ position:absolute; width:50px; height:30px; display:block;background:url(../images/mulu4.png) center center no-repeat; background-size:11px 8px;right:-10px; top:15px;cursor:pointer;}
.ny_profl .ny_proflli.on em{background:url(../images/mulu2.png) center center no-repeat;}
.ny_profl .ny_proflli a span { display:block; width:0; height:1px; overflow:hidden; margin:18px 10px 0 0; padding:0; float:left; background-color:#2463b2;-webkit-transition: all .5s;-moz-transition: all .25s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s; position:absolute; left:0; bottom:0;}
.ny_profl .ny_proflli a:hover span { width:100%;}
.ny_profl .ny_proflli .erjifl{width:100%;margin-top: 10px;display:none; height:120px; overflow-y:scroll;}
.ny_profl .ny_proflli .erjifl .erjiflbg{background:#fff;overflow:hidden;}
.ny_profl .ny_proflli .erjifl .erjiflbg a{color: #999;border-bottom:0;font-size:15px;width: 100%;float:left;height: 45px;line-height: 45px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;background:url(../images/icon4.png)0 center no-repeat; position:relative;}
.ny_profl .ny_proflli .erjifl .erjiflbg a:nth-child(2n){ margin-right:0;} 
.ny_profl .ny_proflli .erjifl .erjiflbg a i { display:block; width:0; height:1px; overflow:hidden; margin:18px 10px 0 0; padding:0; float:left; background-color:#2463b2;-webkit-transition: all .5s;-moz-transition: all .25s;-ms-transition: all .5s;-o-transition: all .5s;transition: all .5s; position:absolute; left:0; bottom:0;}
.ny_profl .ny_proflli .erjifl .erjiflbg a:hover i { width:100%;}
.ny_profl .ny_proflli .erjifl .erjiflbg a:hover{color:#2463b2;}
.ny_profl .ny_proflli a:hover{ border:0; color:#2463b2;}
@media screen and (max-width:1199px) and (min-width:1080px) {
.ny_profl .swiper-button-prev2{ left:20px;}
.ny_profl .swiper-button-next2{ right:20px;}	
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.ny_profl .swiper-button-prev2{ left:20px;}
.ny_profl .swiper-button-next2{ right:20px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
.ny_profl .swiper-button-prev2{ left:20px;}
.ny_profl .swiper-button-next2{ right:20px;}
}
@media (max-width: 767px) {
	.abNy_Products{ padding:40px 0;}
	.abNyPro_Main{ margin:40px auto;}
	.ny_profl .ny_profl_bt{ margin-bottom:20px;}
	.ny_profl .swiper-container4{ width:88%;}
.ny_profl{ padding:30px 20px;}
.ny_profl .swiper-button-prev2{ left:0;background-size: 25px 25px; top:130px;}
.ny_profl .swiper-button-next2{ right:0;background-size: 25px 25px; top:130px;}
.ny_profl1 .swiper-button-prev2{left:0;background-size: 25px 25px;  top:50px;}
.ny_profl1 .swiper-button-next2{right:0;background-size: 25px 25px; top:50px;}
}
@media (max-width: 450px) {
.ny_profl .swiper-button-prev2{ top:172px;}
.ny_profl .swiper-button-next2{ top:172px;}
.ny_profl1 .swiper-button-prev2{top:50px;}
.ny_profl1 .swiper-button-next2{top:50px;}
}
/*abNy_Products 结束*/



/*Ny_Solution 开始*/
.Ny_Solution { width:100%; overflow:hidden; margin:0 auto; padding:0 0 60px;}
.Ny_Solution .NySolution_part2 {width:100%;overflow:hidden;margin:0 auto;padding: 80px 0;background-color:#fff;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
.NySolution_part2 .NySolution_list2 {overflow:hidden; margin:0 auto; padding:0; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.NySolution_list2 ul li {width:100%;margin:0 auto 80px;padding:80px 0 0;position:relative;}
.NySolution_list2 ul li:last-child { margin:0 auto;}
.NySolution_list2 ul li .NySolutionList_img {width: 44%;height:440px;margin:0;padding:0;position:absolute;top: 36px;left:0;}
.NySolution_list2 ul li .NySolutionList_img a:before{content: '';display: block;width: 100%;height: 440px;position: absolute;background: #d3e0f0;top: -36px;left: 36px;border-top-right-radius: 80px;}
.NySolution_list2 ul li .NySolutionList_img a {display:block;width:100%;height:100%;margin:0 auto;padding:0;background-color:#fff;position:relative;}
.NySolution_list2 ul li .NySolutionList_img a img {display:block;width: 100%;height: 100%;margin:auto;padding:0;position:absolute;left:0;top:0;right:0;bottom:0;transition: all 0.2s;-webkit-transition: all 0.2s;-moz-transition: all 0.2s;-o-transition: all 0.2s;object-fit: cover;border-top-right-radius: 80px;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_img { right:0; left:inherit;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_img img{border-top-left-radius: 80px;border-top-right-radius:inherit;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_img a:before{border-top-left-radius: 80px; left:-36px;border-top-right-radius:inherit;}
.NySolution_list2 ul li .NySolutionList_text {width:100%;height:auto;overflow:hidden;margin:0 auto;padding:0;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con {width: 54%;min-height:400px;overflow:hidden;margin:0;padding: 0 80px;position:relative;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;float:right;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con { float:left; padding:0 80px 0 0;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms { width:100%;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms a.Sol_Name{font-size:30px;color:#333;font-weight:400;display:block;margin: 30px 0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p {width:100%;max-height:145px;overflow:hidden;line-height: 35px;color: #999;font-size: 18px;text-align:justify;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;text-overflow: ellipsis;}

@media screen and (max-width:1199px) and (min-width:1080px) {
	
}
@media screen and (max-width:1079px) and (min-width:1024px) {

}
@media screen and (max-width:1023px) and (min-width:768px) {
.Ny_Solution .NySolution_part2{ padding:60px 0 20px;}
.NySolution_list2 ul li .NySolutionList_img{ width:50%; height:400px;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con{ width:50%; padding: 0 10px 0 70px;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms a.Sol_Name{ font-size:28px;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p{max-height: 120px;line-height: 30px; font-size:17px;}
.NySolution_list2 ul li .NySolutionList_img a:before{ height:400px;}
.NySolution_list2 ul li{ margin:0 auto 60px;}
}
@media (max-width: 767px) {
.Ny_Solution .NySolution_part2{ padding:0 0 40px;}
.NySolution_list2 ul li{ padding:40px 0 0; margin: 0 auto;}
.NySolution_list2 ul li .NySolutionList_img{ width:95%; height:300px; position:inherit;}
.NySolution_list2 ul li .NySolutionList_img a:before{ height:300px; left:15px;top:-16px;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_img{ left:15px;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_img a:before{left:-15px;}
.NySolution_list2 ul li:nth-child(2n+2) .NySolutionList_text .NySolutionList_con{ padding:0;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con{ width:100%;padding: 10px;position: inherit;float: none;margin-top: 70px;min-height: auto;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms a.Sol_Name{ font-size:25px; margin:20px 0;}
.NySolution_list2 ul li .NySolutionList_text .NySolutionList_con .NySolutionList_ms p{ max-height:95px; font-size:16px; line-height:30px;}
}
@media (max-width:320px) {
	.NySolution_list2 ul li{ padding:30px 0 0;}
}



/*Ny_Solution 结束*/





/*abNy_video 开始*/
.abNy_video { width:100%; height:auto; min-height:320px; padding:60px 0; background:#f6f6f6;}
.abNy_video ul li { width:32%; height:auto; margin:0 2% 30px 0; padding:30px; background-color:#fff; border:4px solid #fff; float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.abNy_video ul li:nth-child(3n+3) { margin:0 0 30px;}
.abNy_video ul li:hover { border:4px solid #2463b2;}
.abNy_video ul li .abNyVideo_img { width:100%; height:280px; overflow:hidden; margin:0 auto 20px; padding:0;}
.abNy_video ul li .abNyVideo_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative; -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;}
.abNy_video ul li .abNyVideo_img a img { display:block; width: 100%; height: 100%; overflow: hidden; object-fit: cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.abNy_video ul li:hover .abNyVideo_img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.abNy_video ul li .abNyVideo_img a i { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background:rgba(0,0,0,0.5) url(../images/vd_ico.png) center center no-repeat; background-size:60px 60px; position:absolute; left:0; top:0;}
.abNy_video ul li .abNyVideo_text { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:0;}
.abNy_video ul li .abNyVideo_text a.abNyVideo_name { display:block; width:100%; height:44px; overflow:hidden; line-height:44px; color:#333; font-size:22px; text-align:center; text-overflow:ellipsis; white-space:nowrap; margin:0 auto; padding:0;}
.abNy_video ul li:hover .abNyVideo_text a.abNyVideo_name { color:#2463b2;}
.abNy_video ul li .abNyVideo_text p { width:100%; height:60px; overflow:hidden; line-height:30px; color:#999; font-size:16px; text-align:center; margin:12px auto 20px; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.abNy_video ul li .abNyVideo_text a.abNyVideo_more { display:block; width:168px; height:44px; overflow:hidden; line-height:44px; color:#fff; font-size:16px; text-align:center; margin:0 auto; padding:0; background-color:#999; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.abNy_video ul li .abNyVideo_text a.abNyVideo_more img { display:inline-block; width:20px; height:20px; vertical-align:middle; margin:-4px 0 0 10px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.abNy_video ul li:hover .abNyVideo_text a.abNyVideo_more { background-color:#2463b2;}
.abNy_video ul li:hover .abNyVideo_text a.abNyVideo_more img { margin:-4px 0 0 20px;}

.ny_video{width:80% !important;margin:-80px auto 40px;min-height:500px;display: block;}

@media screen and (max-width:1399px) and (min-width:1200px) {
.abNy_video ul li{ padding:10px;}	
.ny_video{margin:-50px auto 40px;}
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.abNy_video ul li{ width:49%;}
.abNy_video ul li:nth-child(2n+2) { margin:0 0 30px;}
.abNy_video ul li:nth-child(3n+3) { margin:0 2% 0 0;}
.abNy_video ul li:nth-child(6n+6) { margin:0 0 30px;}
.ny_video{margin:20px auto 40px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.abNy_video { padding:40px 0;}
.abNy_video ul li{ width:49%;}
.abNy_video ul li:nth-child(2n+2) { margin:0 0 30px;}
.abNy_video ul li:nth-child(3n+3) { margin:0 2% 0 0;}
.abNy_video ul li:nth-child(6n+6) { margin:0 0 30px;}
.abNy_video ul li .abNyVideo_img{ height:240px;}
.ny_video{margin:20px auto;min-height:350px;}
}
@media (max-width: 767px) {
	.abNy_video { padding:40px 0;}
.abNy_video ul li{ width:100%; padding:15px;}
.abNy_video ul li .abNyVideo_img{ height:200px;}
.abNy_video ul li .abNyVideo_text a.abNyVideo_name{ font-size:18px;}
.abNy_video ul li .abNyVideo_text p{ font-size:15px;margin: 5px auto 15px;}
.ny_video{margin:0 auto 20px;min-height:200px;}
}

/*abNy_video 结束*/

/*abNy_news 开始*/
.abNy_news { width:100%; height:auto; min-height:320px; overflow:hidden; margin:0 auto; padding:0 0 60px;}
.abNy_news .abNyNews_tj {overflow:hidden; margin:0 auto; background-color:#f6f6f6; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNyNews_tj .abNyNewsTj_main {height:auto; overflow:hidden; margin:0 auto; padding:0; background-color:#fff; min-height:300px;}
.abNyNewsTj_main .abNyNewsTj_img { width:50%; height:420px; overflow:hidden; margin:0; padding:0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNyNewsTj_main .abNyNewsTj_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative; -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;}
.abNyNewsTj_main .abNyNewsTj_img a img { display:block; width: 100%; height: 100%; overflow: hidden; object-fit: cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.abNyNewsTj_main:hover .abNyNewsTj_img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.abNyNewsTj_main .abNyNewsTj_text { width:50%; height:auto; overflow:hidden; margin:0; padding:60px 40px; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNyNewsTj_main .abNyNewsTj_text a.abNyNewsTj_name { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#333; font-size:24px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.abNyNewsTj_main:hover .abNyNewsTj_text a.abNyNewsTj_name { color:#2463b2;}
.abNyNewsTj_main .abNyNewsTj_text p { width:100%; height:90px; overflow:hidden; line-height:30px; color:#666; font-size:16px; text-align:justify; margin:20px auto 40px; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.abNyNewsTj_main .abNyNewsTj_text .abNyNewsTj_time { width:100%; height:40px; overflow:hidden; line-height:40px; color:#999; font-size:16px; margin:0 auto 22px; padding:0;}
.abNyNewsTj_main .abNyNewsTj_text .abNyNewsTj_time img { display: inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -4px 5px 0 0;}
.abNyNewsTj_main .abNyNewsTj_text a.abNyNewsTj_btn { display:block; width:45px; height:40px; overflow:hidden; margin:0; padding:0; float:right; position:relative;}
.abNyNewsTj_main .abNyNewsTj_text a.abNyNewsTj_btn img { display:block; width:90px; height:30px; margin:-15px 0 0 0; padding:0; position:absolute; left:0; top:50%; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.abNyNewsTj_main:hover .abNyNewsTj_text a.abNyNewsTj_btn img { margin:-15px 0 0 -45px;}

.abNy_news .abNyNews_main { height:auto; margin:60px auto 0; padding:0;}
.abNyNews_main .abNyNews_list { width:100%; height:auto; margin:0 auto; padding:0; min-height:300px;}
.abNyNews_list ul li { width:32%; height:auto; margin:0 2% 30px 0; padding:0; background-color:#fff; box-shadow:0 5px 10px rgba(0,0,0,0.06); float:left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.abNyNews_list ul li:nth-child(3n+3) { margin:0 0 30px;}
.abNyNews_list ul li:hover { box-shadow:0 10px 20px rgba(0,0,0,0.1);}
.abNyNews_list ul li .abNyNews_img { width:100%; height:270px; overflow:hidden; margin:0 auto; padding:0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNyNews_list ul li .abNyNews_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative; -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;}
.abNyNews_list ul li .abNyNews_img a img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; object-fit: cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.abNyNews_list ul li:hover .abNyNews_img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}
.abNyNews_list ul li .abNyNews_text { width:100%; height:auto; overflow:hidden; margin:0 auto; padding:20px 20px 30px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.abNyNews_list ul li .abNyNews_text a.abNyNews_name { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:20px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto; padding:0;}
.abNyNews_list ul li:hover .abNyNews_text a.abNyNews_name { color:#2463b2;}
.abNyNews_list ul li .abNyNews_text span { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:15px; margin:5px auto 0; padding:0;}
.abNyNews_list ul li .abNyNews_text span img { display:inline-block; width: 20px; height: 20px; vertical-align: middle; margin: -4px 5px 0 0;}
.abNyNews_list ul li .abNyNews_text p { width:100%; height:50px; overflow:hidden; line-height:25px; color:#666; font-size:15px; text-align:justify; margin:10px auto 20px; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:3; -webkit-box-orient:vertical;}
.abNyNews_list ul li .abNyNews_text a.abNyNews_more { display:block; width:128px; height:40px; overflow:hidden; line-height:40px; color:#fff; font-size:15px; text-align:center; margin:0; padding:0; background-color:#2463b2; border-radius:20px;}
.abNyNews_list ul li .abNyNews_text a.abNyNews_more img { display:inline-block; width:22px; height: 22px; vertical-align: middle; margin: -4px 5px 0 0;}

@media screen and (max-width:1199px) and (min-width:1080px) {
}
@media screen and (max-width:1079px) and (min-width:1024px) {
.abNyNews_list ul li .abNyNews_img{ height:220px;}
}
@media screen and (max-width:1023px) and (min-width:768px) {
	.abNy_news .abNyNews_tj{ padding:0 0 40px;}
	.abNyNews_list ul li{ width:49%;}
	.abNy_news .abNyNews_main{ margin-top:40px;}
	.abNyNews_list ul li:nth-child(2n+2) { margin:0 0 30px;}
.abNyNews_list ul li:nth-child(3n+3) { margin:0 2% 0 0;}
.abNyNews_list ul li:nth-child(6n+6) { margin:0 0 30px;}
	
}
@media (max-width: 767px) {
	.abNy_news .abNyNews_tj{ padding:0 0 20px;}
.abNyNewsTj_main .abNyNewsTj_img{ width:100%;height: 220px;}
.abNyNewsTj_main .abNyNewsTj_text{ width:100%; padding:20px;}
.abNyNewsTj_main .abNyNewsTj_text p{ height: 50px;line-height: 28px;font-size: 15px; margin: 10px auto; -webkit-line-clamp: 2;}
.abNyNewsTj_main .abNyNewsTj_text a.abNyNewsTj_name{ height:40px; line-height:40px; font-size:18px;}
.abNyNewsTj_main .abNyNewsTj_text .abNyNewsTj_time{ margin-bottom:10px; font-size:15px;}
.abNyNews_list ul li{ width:100%;}
.abNyNews_list ul li .abNyNews_img{ height:220px;}
.abNy_news .abNyNews_main{ margin-top:20px;}
.abNyNews_list ul li .abNyNews_text{ padding:20px;}
.abNyNews_list ul li .abNyNews_text a.abNyNews_name{ font-size:17px;}
.abNyNews_list ul li .abNyNews_text a.abNyNews_more {width: 120px;font-size: 14px;}
}

@media (max-width: 767px) {
	
	}
/*abNy_news 结束*/

/*abNyNew_detail 开始*/
.abNyNew_detail { width:100%; max-width:1600px; height:auto; min-height:320px; overflow:hidden; margin:60px auto; padding:0;}
.abNyNew_detail .NyNewDetail_con { width:70%; overflow:hidden; margin:0; padding:0; float:left;}
.NyNewDetail_con .NyNewDetail_tit { width:100%; overflow:hidden; line-height:40px; color:#333; font-size:30px; margin:0 auto; padding:0;}
.NyNewDetail_con .NyNewDetail_tips { width:100%; height:auto; overflow:hidden; line-height:30px; color:#999; font-size:15px; margin:20px auto 40px; padding:0 0 9px; border-bottom:1px solid #eee;}
.NyNewDetail_con .NyNewDetail_text { width:100%; overflow:hidden; margin:0 auto; padding:0; line-height:30px; color:#666; font-size:15px; text-align:justify; min-height:300px;}
.NyNewDetail_text p, .NyNewDetail_text div { width:100%; overflow:hidden; line-height:30px; color:#666; font-size:15px; text-align:justify; text-indent:0; margin:0 auto; padding:0;}
.NyNewDetail_text p span, .NyNewDetail_text span, .NyNewDetail_text p em, .NyNewDetail_text em { color:#666!important; font-famiab:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.NyNewDetail_text table tr td p { text-indent:0!important;}
.NyNewDetail_text img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}

.abNyNew_detail .NyNewDetail_right { width:25%; overflow:hidden; margin:0 0 40px; padding:0; float:right;}
.NyNewDetail_right .NyNewDetail_page { width:100%; overflow:hidden; margin:0 auto; padding:0;}
.NyNewDetail_page ul li { width:100%; overflow:hidden; margin:0 auto 20px; padding:20px 20px 10px; background-color:#f7f7f7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyNewDetail_page ul li span { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:22px; font-weight:bold; margin:0 auto; padding:0;}
.NyNewDetail_page ul li a { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:18px; white-space:nowrap; text-overflow:ellipsis; margin:0 auto 10px; padding:0;}
.NyNewDetail_page ul li a:hover { color:#2463b2;}
.NyNewDetail_page ul li font { display:block; width:100%; height:30px; overflow:hidden; line-height:30px; color:#999; font-size:15px; margin:0 auto; padding:0;}

.NyNewDetail_right .NyNewDetail_MoreNews { width:100%; overflow:hidden; margin:0 auto 60px; padding:20px; background-color:#f7f7f7; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyNewDetail_MoreNews .MoreNews_tit { width:100%; height:40px; overflow:hidden; line-height:40px; color:#333; font-size:22px; font-weight:bold; margin:0 auto; padding:0;}
.MoreNews_tit i { display:block; width:3px; height:22px; overflow:hidden; margin:9px 10px 9px 0; padding:0; background-color:#2463b2; float:left;}
.NyNewDetail_MoreNews ul li { width:100%; overflow:hidden; margin:0 auto; padding:15px 0 14px; border-bottom:1px dashed #ddd;}
.NyNewDetail_MoreNews ul li:last-child { border:0;}
.NyNewDetail_MoreNews ul li .MoreNews_text { width:98%; height:auto; overflow:hidden; margin:0; padding:0 20px 0 0; float:left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyNewDetail_MoreNews ul li .MoreNews_text a { display:block; width:100%; height:50px; overflow:hidden; line-height:25px; color:#333; font-size:15px; font-weight:bold; margin:0 auto 10px; padding:0; display:-webkit-box; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.NyNewDetail_MoreNews ul li:hover .MoreNews_text a { color:#2463b2;}
.NyNewDetail_MoreNews ul li .MoreNews_text span { display:block; width:100%; height:28px; overflow:hidden; line-height:28px; color:#999; font-size:14px; margin:0 auto; padding:0;}
.NyNewDetail_MoreNews ul li .MoreNews_text span img { display:block; width:20px; height:20px; overflow:hidden; margin:4px 5px 4px 0; padding:0; float:left;}
.NyNewDetail_MoreNews ul li .MoreNews_img { width:36%; height:88px; overflow:hidden; margin:0; padding:0; float:right; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.NyNewDetail_MoreNews ul li .MoreNews_img a { display:block; width:100%; height:100%; overflow:hidden; margin:0; padding:0; background-color:#fff; position:relative; -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;}
.NyNewDetail_MoreNews ul li .MoreNews_img a img { display:block; max-width: 100%; max-height: 100%; overflow: hidden; object-fit: cover; margin:auto; padding:0; position:absolute; left:0; top:0; right:0; bottom:0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
.NyNewDetail_MoreNews ul li:hover .MoreNews_img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.NyNewDetail_MoreDown ul li .MoreNews_text { width:100%; padding:0; float:inherit;}
.NyNewDetail_MoreDown ul li .MoreNews_text a { height:30px; line-height:30px; display: block; white-space:nowrap; text-overflow:ellipsis; -webkit-line-clamp:inherit; -webkit-box-orient:inherit;}



.abNyJob_detail { width:100%; max-width:1600px; height:auto; min-height:320px; overflow:hidden; margin:60px auto; padding:0;}
.abNyJob_detail .NyJobDetail_con { width:70%; overflow:hidden; margin:0; padding:0; float:left; position:relative;}
.abNyJob_detail .NyJobDetail_con .NyJobDetail_address{ position:absolute;right:0; top:0; font-size:17px; min-width:100px;}
.NyJobDetail_con .NyJobDetail_tit { width:85%; overflow:hidden; line-height:40px; color:#333; font-size:30px; margin:0; padding:0;}
.NyJobDetail_con .NyJobDetail_Job { width:100%; height:auto; overflow:hidden; line-height:30px; color:#999; font-size:15px; margin:30px auto 0; padding:0 0 5px;}
.NyJobDetail_con .NyJobDetail_tips { width:100%; height:auto; overflow:hidden; line-height:30px; color:#999; font-size:15px; margin:0 auto 40px; padding:0 0 25px; border-bottom:1px solid #eee;}
.NyJobDetail_con .NyJobDetail_text { width:100%; overflow:hidden; margin:0 auto; padding:0; line-height:30px; color:#666; font-size:15px; text-align:justify;}
.NyJobDetail_text p, .NyJobDetail_text div { width:100%; overflow:hidden; line-height:35px; color:#888; font-size:14px; text-align:justify; text-indent:0; margin:0 auto; padding:0;}
.NyJobDetail_con .NyJobDetail_text .NyJobDetail_text_bt{ font-size:20px; margin-bottom:10px; color:#333;}
.NyJobDetail_con .NyJobDetail_text .NyJobDetail_text_bt1{ margin-top:30px;}
.NyJobDetail_text p span, .NyJobDetail_text span, .NyJobDetail_text p em, .NyJobDetail_text em { color:#888!important; font-famiab:Arial,\5FAE\8F6F\96C5\9ED1,Helvetica,sans-serif!important; font-size:15px!important;}
.NyJobDetail_text table tr td p { text-indent:0!important;}
.NyJobDetail_text img { display:inline-block; width:auto!important; height:auto!important; max-width:100%; margin:0 auto; padding:0; text-indent:0!important;}



@media (max-width:1680px){
	.abNyNew_detail,.abNyJob_detail { width:95%;}
}
@media (max-width:1600px){

}
@media (max-width:1440px) {	
	.abNyNew_detail,.abNyJob_detail { width:95%;}
	.NyNewDetail_con .NyNewDetail_tit,.NyJobDetail_con .NyJobDetail_tit { font-size:28px;}
	.NyNewDetail_page ul li a { font-size:16px;}
	.abNyNew_detail .NyNewDetail_con { width:68%;}
	.abNyNew_detail .NyNewDetail_right { width:28%;}
	
	.abNyJob_detail .NyJobDetail_con { width:68%;}
	.abNyJob_detail .NyNewDetail_right { width:28%;}
}
@media (max-width:1366px) {	
	.abNyNew_detail,.abNyJob_detail { width:95%; margin:50px auto;}
}
@media (max-width:1280px) {	
	.abNyNew_detail { width:95%; margin:40px auto;}
	.abNyNew_detail .NyNewDetail_con,.abNyJob_detail .NyJobDetail_con{ width:66%;}
	.NyNewDetail_con .NyNewDetail_tips { margin:20px auto;}
	.abNyNew_detail .NyNewDetail_right,.abNyJob_detail .NyNewDetail_right { width:30%;}
}
@media (max-width:1200px) {	

}
@media (max-width:1080px) {	
	.abNyNew_detail { width:95%; margin:30px auto;}
	.abNyNew_detail .NyNewDetail_con,.abNyJob_detail .NyJobDetail_con { width:100%; margin:0 auto 30px; float:inherit;}	
	.abNyNew_detail .NyNewDetail_right,.abNyJob_detail .NyNewDetail_right { width:100%; margin:0 auto; float:inherit;}
	
	.NyNewDetail_page ul li { width:48.5%; float:left; margin:0 3% 20px 0; float:left;}
	.NyNewDetail_page ul li:nth-child(2) { margin:0 0 20px;}
	.NyNewDetail_MoreNews ul li{ width:48.5%; float:left; margin:0 3% 0 0; float:left;}
	.NyNewDetail_MoreNews ul li:nth-child(2n+2) { margin:0;}
	.NyNewDetail_MoreNews ul li:last-child { border-bottom:1px dashed #ddd;}
	
}
@media (max-width:1024px) {	

}
@media (max-width:800px) {
	.NyNewDetail_con .NyNewDetail_tit,.NyJobDetail_con .NyJobDetail_tit { font-size:26px;}
	
}
@media (max-width: 767px) {
	.abNyNew_detail { width:95%; margin:20px auto;}
	.NyNewDetail_con .NyNewDetail_tit { line-height:32px; font-size:22px;}
	.NyNewDetail_con .NyNewDetail_tips { line-height:24px; font-size:14px; margin: 10px auto 20px;}
	.NyNewDetail_page ul li { width:100%; float: inherit; margin:0 auto 20px;}
	.NyNewDetail_page ul li:nth-child(2) { margin:0 auto 20px;}
	.NyNewDetail_MoreNews ul li { width:100%; float:inherit; margin:0 auto;}
	.NyNewDetail_MoreNews ul li:nth-child(2n+2) { margin:0 auto;}
	.NyNewDetail_MoreNews ul li:last-child { border:0;}
	.NyNewDetail_page ul li span { font-size:20px;}
	.NyNewDetail_MoreNews .MoreNews_tit { font-size:20px;}
	.MoreNews_tit i { height:20px; margins:10px 10px 10px 0;}
	.NyNewDetail_page ul li a { margin:0 auto;}
	.NyNewDetail_page ul li font { height:24px; line-height:24px; font-size:14px;}
	
	.NyJobDetail_con .NyJobDetail_tit { line-height:32px; font-size:22px;}
	.NyJobDetail_con .NyJobDetail_tips { line-height:24px; font-size:14px; margin: 10px auto 20px;}

	
	
	
}
@media (max-width: 375px) {

}
@media (max-width: 320px) {

}
/*abNyNew_detail 结束*/






.sidebar-title {
    font-size: 0.8rem;
    font-weight: 600;
    color: #6B7280;
    text-transform: uppercase;
    margin-bottom: 1rem;
}







/* ========== 统一页面布局样式 ========== */

/* 顶部标题区 */
.page-title-section {
    background: #1e4a76;
    padding: 50px 0;
    text-align: center;
    color: #fff;
}
.page-title-section h1 {
    font-size: 36px;
    margin: 0;
    font-weight: 700;
}
.page-title-section .page-subtitle {
    margin-top: 15px;
    font-size: 16px;
    opacity: 0.9;
}

/* 面包屑导航 */
.ce-breadcrumb {
    margin-top: 15px;
    font-size: 14px;
}
.ce-breadcrumb a,
.ce-breadcrumb span,
.ce-breadcrumb {
    color: #fff;
}
.ce-breadcrumb a:hover {
    text-decoration: underline;
}

/* 详情内容容器 */
.detail-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 24px;
}

/* 通用模块样式 */
.module-block {
    margin-bottom: 64px;
    scroll-margin-top: 2rem;
    padding-top: 16px;
}
.module-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1A1A1A;
    position: relative;
    line-height: 1.4;
}

/* 通用卡片样式 */
.info-card {
    background: #FFFFFF;
    border: 1px solid #E8ECF0;
    border-radius: 14px;
    padding: 24px;
}
.info-card:hover {
    border-color: #E8ECF0;
    box-shadow: none;
    transform: none;
}

/* 元信息标签 */
.meta-info {
    display: flex;
    gap: 24px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.meta-tag {
    background: #f2f1ed;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    color: #4b5563;
}

/* 产品/指令/行业列表 */
.item-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.item-tag {
    display: inline-block;
    padding: 6px 14px;
    background: #fff;
    border: 1px solid #e2e4e8;
    border-radius: 20px;
    font-size: 14px;
    color: #4b5563;
    text-decoration: none;
    transition: all 0.2s;
}
.item-tag:hover {
    border-color: #2563eb;
    color: #2563eb;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .page-title-section {
        padding: 30px 15px;
    }
    .page-title-section h1 {
        font-size: 24px;
    }
    .detail-container {
        padding: 30px 15px;
    }
    .module-header h2 {
        font-size: 22px;
    }
    .meta-info {
        gap: 12px;
    }
}

/* ========== 统一内容文字样式 ========== */
.content-plain {
    font-size: 15px;
    line-height: 1.8;
    color: #4b5563;
}
.content-plain p {
    margin-bottom: 1rem;
}
.content-plain h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1e293b;
    margin: 1.5rem 0 1rem;
}
.content-plain ul,
.content-plain ol {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
.content-plain li {
    margin-bottom: 0.5rem;
}



/* 指令项样式 */
.directive-item {
    padding: 16px 0;
    border-bottom: 1px solid #e2e4e8;
}
.directive-item:last-child {
    border-bottom: none;
}
.directive-item h3 {
    margin-bottom: 8px;
}
.directive-item h3 a {
    color: #1e293b;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.directive-item h3 a:hover {
    color: #0070f3;
}
.directive-meta {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 8px;
}

/* ========== 模块标题样式 ========== */
.title-underline {
    display: none;
}
.module-header {
    margin-bottom: 28px;
    padding-bottom: 12px;
}
.module-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1A1A1A;
    position: relative;
    line-height: 1.4;
}


/* ========== 三栏布局样式 ========== */
.product-detail-layout {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 260px 1fr 200px;
    gap: 70px !important;
    background-color: #FFFFFF;
}
.product-sidebar-left {
    position: sticky;
    top: 55px;
    align-self: start;
    margin-left: 24px;
    transform: translateX(-30px);
}
.product-main-content {
    min-width: 0;
}
.sidebar-title {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #999999;
    margin-bottom: 12px;
}

/* 响应式调整 */
@media (max-width: 1024px) {
    .product-detail-layout {
        grid-template-columns: 260px 1fr;
        gap: 70px !important;
    }
    .product-sidebar-nav {
        display: none;
    }
}
/* 手机端优化 - 隐藏左侧功能区和右侧导航 */
@media (max-width: 900px) {
    .product-sidebar-nav {
        display: none !important;
    }
    
    .product-detail-layout {
        grid-template-columns: 1fr !important;
        padding: 20px 22px !important;
        gap: 32px !important;
    }
}


/* ========== 统一左侧功能区样式 ========== */
.sidebar-left-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.sidebar-card {
    background: #FFFFFF;
    border: 1px solid #E8ECF0;
    border-radius: 8px;
    padding: 1rem;
    transition: all 0.2s;
}
.sidebar-card:hover {
    border-color: #E8ECF0;
}
.sidebar-card-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1A1A1A;
    margin: -1.125rem -1.125rem 0.75rem -1.125rem;
    padding: 1.125rem 1.125rem 0.5rem 1.125rem;
    border-bottom: 1px solid #e2e4e8;
    background: linear-gradient(180deg, #0070f317 0%, #ffffff 100%);
    border-radius: 10px 10px 0 0;
}
.sidebar-card-content {
    font-size: 0.875rem;
    color: #666666;
}

/* 指令快速查询 */
.directive-select {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #E8ECF0;
    border-radius: 4px;
    background-color: #fff;
    font-size: 0.875rem;
    color: #1f2937;
    outline: none;
    box-sizing: border-box;
}
.directive-select:focus {
    border-color: #0070f3;
}

.sidebar-btn {
    width: 100%;
    padding: 8px 12px;
    background-color: #0070f3;
    border: 1px solid #0070f3;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 500;
    color: #f6f6f6;
    cursor: pointer;
    transition: all 0.2s;
}
.sidebar-btn:hover {
    background-color: #005bbf;
    border-color: #005bbf;
    color: #ffffff;
}

/* 费用估算器 */
.cost-estimate-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #d1d5ce;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #1f2937;
    outline: none;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.cost-estimate-result {
    margin-top: 12px;
    font-size: 0.875rem;
    background: #F3F4F6;
    padding: 8px;
    border-radius: 4px;
}

/* 联系信息 */
.contact-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e4e8;
}
.contact-item:last-of-type {
    border-bottom: none;
}
.contact-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.contact-label {
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}
.contact-value {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6B7280;
}
.wechat-qr {
    text-align: center;
    margin-top: 20px;
}
.wechat-qr img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #e2e4e8;
}
.wechat-qr p {
    font-size: 0.7rem;
    color: #6B7280;
    margin-top: 8px;
}
.btn-primary {
    background: #FF6A00 !important;
    color: white !important;
    border: none !important;
    margin-top: 16px;
    box-shadow: 0 4px 14px rgba(255,106,0,0.3);
}


/* ========== 统一右侧快捷到达区样式（完整版） ========== */
.product-sidebar-nav {
    flex: 0 0 240px;
    position: sticky;
    top: 2rem;
    align-self: start;
    margin-left: 50px;
}

.sidebar-title {
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #6B7280;
    margin-bottom: 1.25rem;
}

















/* 响应式调整 */
@media (max-width: 1024px) {
    .product-detail-layout {
        gap: 3rem;
    }
    .product-sidebar-left {
        flex: 0 0 260px;
    }
}

@media (max-width: 900px) {
    .product-sidebar-left,
    .product-sidebar-nav {
        display: none;
    }
    .product-detail-layout {
        padding: 30px 16px;
    }
}

    color: #2463b2;
    font-weight: 600;
    background-color: rgba(0, 112, 243, 0.08);
    padding-left: 1rem;
    padding-right: 2rem;
}

    width: calc(100% + 2rem);
    left: -1rem;
}

    color: #2463b2;
    font-weight: 600;
    background-color: rgba(0, 112, 243, 0.08);
    padding-left: 1rem;
    padding-right: 2rem;
}

    width: calc(100% + 2rem);
    left: -1rem;
}


.sidebar-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sidebar-nav-list li a, .sidebar-nav-list .nav-link {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4B5563;
    display: block;
    padding: 0.5rem 0;
    transition: all 0.2s ease;
    position: relative;
}

.sidebar-nav-list li a::after, .sidebar-nav-list .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #0070f3;
    transform: scaleX(0);
    transition: transform 0.2s ease;
    transform-origin: left;
}

.sidebar-nav-list li a:hover, .sidebar-nav-list .nav-link:hover {
    color: #2463b2;
    font-weight: 600;
    background-color: rgba(0, 112, 243, 0.08);
    padding-left: 1rem;
    padding-right: 1.4rem;
}

.sidebar-nav-list li a:hover::after, .sidebar-nav-list .nav-link:hover::after {
    transform: scaleX(1);
}

.sidebar-nav-list li a.active, .sidebar-nav-list .nav-link.active {
    color: #0070f3;
    font-weight: 600;
    background-color: rgba(0, 112, 243, 0.08);
    padding-left: 1rem;
    padding-right: 1.4rem;
}

.sidebar-nav-list li a.active::after, .sidebar-nav-list .nav-link.active::after {
    transform: scaleX(1);
}


.sidebar-nav-list li a {
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    color: #4B5563;
    display: block;
    padding: 0.5rem 0;
    transition: all 0.2s ease;
    position: relative;
}




.news-category {
    margin-bottom: 2rem;
}

.news-category h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1A1A1A;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.news-category h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 3rem;
    height: 3px;
    background-color: #f97316;
    border-radius: 2px;
}



/* 确保news-item样式优先级最高 */
.news-item {
    margin: 1rem 0;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e2e4e8;
}

.news-item:last-child {
    border-bottom: none;
}

.news-item a {
    font-weight: 500;
    color: #1e293b;
    text-decoration: none;
    font-size: 0.875rem;
}

.news-item a:hover {
    color: #FF6A00 !important;
}

.news-item p {
    font-size: 0.875rem;
    color: #6B7280;
    margin-top: 0.5rem;
}


/* ========== 顶部标题区样式 - 本地图片版 ========== */
.product-detail-hero {
    position: relative;
    padding: 4rem 0 2rem;
    text-align: center;
    background-image: url('/skin/images/banner-bg.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #FFFFFF;
}

/* 添加半透明遮罩层，让文字更清晰（可选） */
.product-detail-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
}

/* 内容层 - 确保文字在遮罩上面 */
.product-detail-hero-inner {
    position: relative;
    z-index: 1;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* 标题颜色 */
.product-detail-hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #FFFFFF;
}

/* 面包屑颜色 */
.product-detail-hero-breadcrumb {
    margin-top: 0.75rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.85);
}

.product-detail-hero-breadcrumb a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.product-detail-hero-breadcrumb a:hover {
    text-decoration: underline;
    color: #49f5ff;
}

/* 响应式 */
@media (max-width: 900px) {
    .product-detail-hero {
        padding: 2.5rem 0;
    }
    .product-detail-hero-title {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .product-detail-hero {
        padding: 1.5rem 0;
    }
    .product-detail-hero-title {
        font-size: 1.5rem;
    }
    .product-detail-hero-breadcrumb {
        font-size: 0.75rem;
    }
}
/* 客户头像样式 */
.author-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.avatar-letter {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 1em;
}

.author-info {
    display: flex;
    flex-direction: column;
}

.author-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1A1A1A;
}


/* ========== 产品详情页模块样式 ========== */

/* 产品概述模块 */
.product-overview-plain {
    width: 100%;
    max-width: 100%;
}
.product-overview-plain h3,
.product-overview-plain .overview-subtitle {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1A1A1A;
    margin: 2rem 0 0.75rem 0;
    padding-left: 0;
    position: relative;
}
.product-overview-plain h3::before,
.product-overview-plain .overview-subtitle::before {
    display: none;
}
.product-overview-plain h3:first-of-type,
.product-overview-plain .overview-subtitle:first-of-type {
    margin-top: 0;
}
.product-overview-plain p {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-bottom: 1.25rem;
}
.product-overview-plain table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
    border: 1px solid #d9dee7;
}
.product-overview-plain table th,
.product-overview-plain table td {
    padding: 12px;
    text-align: left;
    border: 1px solid #d9dee7;
    border-radius: 0;
}
.product-overview-plain table th {
    background: #F5F7FA;
    font-weight: 600;
    color: #1A1A1A;
}
.product-overview-plain table tr:hover {
    background: #f8fafc;
}

/* 费用预估模块 */
.cost-split-card {
    background: linear-gradient(180deg, #0070f317 0%, #ffffff 100px);
    border: 1px solid #E8ECF0;
    border-radius: 8px;
    display: flex;
    gap: 2rem;
    padding: 1.5rem;
    align-items: stretch;
}
.cost-left {
    flex: 1;
    text-align: center;
    padding-right: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.cost-right {
    flex: 1.5;
}
.cost-amount {
    font-size: 2rem;
    font-weight: 700;
    color: #1A1A1A;
    letter-spacing: -0.01em;
    margin-bottom: 0.25rem;
}
.cost-label {
    font-size: 0.85rem;
    color: #4b5563;
    margin-bottom: 0.5rem;
}
.cost-disclaimer {
    font-size: 0.7rem;
    color: #9ca3af;
}
.cost-subtitle {
    font-size: 0.9rem;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 0.5rem;
}
.cost-table-wrapper {
    margin-top: 0;
    padding-top: 0;
    font-size: 0;
}
.cost-table-wrapper table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
    background-color: #fff;
    margin-top: 0;
    border-radius: 0;
}
.cost-table-wrapper th,
.cost-table-wrapper td {
    border: 1px solid #e2e4e8;
    padding: 12px;
    text-align: left;
    vertical-align: top;
    border-radius: 0;
}
.cost-table-wrapper th {
    background-color: #F5F7FA;
    font-weight: 600;
    color: #0f172a;
}
.cost-table-wrapper td {
    color: #4b5563;
}
.cost-table-wrapper tr:hover {
    background: #f8fafc;
}
.cost-includes-excludes {
    display: flex;
    gap: 1.5rem;
    margin-top: 1rem;
}
.cost-includes,
.cost-excludes {
    flex: 1;
}
.cost-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.cost-list li {
    font-size: 0.8rem;
    color: #4b5563;
    padding: 0.2rem 0;
    padding-left: 1.25rem;
    position: relative;
}
.cost-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0070f3;
}

/* 技术文件清单模块 */
.documents-card {
    background: #FFFFFF;
    border: 1px solid #E8ECF0;
    border-radius: 14px;
    padding: 1.5rem;
}
.doc-group {
    border-bottom: 1px solid #e2e4e8;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
}
.doc-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.doc-group-title {
    font-size: 1rem;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.doc-icon {
    font-size: 1.1rem;
}
.doc-list {
    list-style: none;
    padding: 0;
    margin: 0 0 0 1.5rem;
}
.doc-list li {
    font-size: 0.875rem;
    color: #4b5563;
    padding: 0.25rem 0;
    position: relative;
}
.doc-list li::before {
    content: "•";
    position: absolute;
    left: -1rem;
    color: #0070f3;
}
.doc-note {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 1rem;
    padding-top: 0.75rem;
    text-align: center;
}

/* 成功案例模块 */
.cases-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
.case-card {
    background: #F5F7FA;
    border: 1px solid #E8ECF0;
    border-radius: 10px;
    padding: 1.5rem;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.case-card h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 0.75rem;
    line-height: 1.4;
}
.case-card h4 a {
    color: #1A1A1A;
    text-decoration: none;
    transition: color 0.2s ease;
}
.case-card h4 a:hover {
    color: #0070f3;
}
.case-card p {
    font-size: 0.875rem;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
}
.case-client {
    font-size: 0.8rem;
    color: #a5a5a5;
    font-weight: 500;
    padding-top: 0.75rem;
    border-top: 1px solid #f3f4f6;
    margin-top: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.author-info {
    flex: 1;
    min-width: 0;
}
.author-name {
    font-size: 0.875rem;
    font-weight: 600;
    color: #1e293b;
    margin-bottom: 0.25rem;
}
.author-type {
    font-size: 0.75rem;
    color: #9ca3af;
}

/* 模块头部样式 */
.module-header {
    margin-bottom: 0;
    padding-bottom: 0;
}
.module-header h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
/* 信息卡片样式 */
.info-card {
    background: #FFFFFF;
    border: 1px solid #E8ECF0;
    border-radius: 14px;
    padding: 24px;
}
.info-card:hover {
    border-color: #E8ECF0;
    box-shadow: none;
    transform: none;
}

/* 风险等级列表 */
.risk-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.risk-list li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: #666666;
}
.risk-label {
    font-weight: 600;
    color: #1A1A1A;
}

/* ========== JavaScript 动态内容样式类 ========== */

/* 侧边栏按钮间距 */
.sidebar-btn-mt {
    margin-top: 10px;
}
.sidebar-btn-mt-lg {
    margin-top: 12px;
}
.sidebar-btn-mt-xl {
    margin-top: 16px;
}

/* 费用估算器提示文字 */
.cost-estimate-hint {
    font-size: 0.8rem;
    color: #6B7280;
    margin-bottom: 12px;
}

/* ========== 全局底部5列布局（覆盖旧版样式） ========== */
.ab_foot { margin-bottom: 0 !important; padding-bottom: 0 !important; }
.ab_foot .abFoot_main { width: 100%; max-width: 1400px; margin: 0 auto; }
.ab_foot .abFoot_nav { width: 100%; float: none; padding: 30px 20px 20px; box-sizing: border-box; }
.ab_foot .abFoot_nav ul { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.ab_foot .abFoot_nav ul li { flex: 1; min-width: 180px; max-width: 280px; margin: 0; float: none; }
.ab_foot .abFoot_nav ul li:nth-child(4) { margin: 0; }
.ab_foot .abFoot_nav ul li:last-child { max-width: 250px; }
.ab_foot .abFoot_nav ul li p { color: #fff; font-size: 16px; font-weight: bold; margin-bottom: 10px; line-height: 1.5; }
.ab_foot .abFoot_nav ul li em { display: block; width: 32px; height: 2px; background-color: #0070f3; margin-bottom: 10px; }
.ab_foot .abFoot_nav ul li a { display: block; height: auto; line-height: 32px; color: rgba(255,255,255,0.6); font-size: 14px; white-space: normal; overflow: visible; text-overflow: clip; }
.ab_foot .abFoot_nav ul li a:hover { color: #0070f3; }
.ab_foot .abFoot_copy { width: 100%; max-width: 1400px; margin: 0 auto; }
.ab_foot .abFoot_copy .abFootCopy_main { max-width: 100%; padding: 10px 20px 5px; box-sizing: border-box; }
.ab_foot .abFootCopy_main .abFootCopy_text_l { width: 100%; text-align: center; }
.ab_foot .abFootCopy_main p { color: rgba(255,255,255,0.5); font-size: 13px; margin: 0; padding: 0; line-height: 1.5; }
.ab_foot .abFootCopy_main p a { color: rgba(255,255,255,0.5); }
.ab_foot .abFootCopy_main p a:hover { color: #0070f3; }
.ab_foot .contact-item { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 28px; border: none; padding-bottom: 0 !important; }
.ab_foot .contact-item.address-text { height: auto; min-height: 28px; line-height: 1.5; white-space: nowrap; padding: 2px 0; }

/* 下拉框滚动条样式 */
.nav_item_open::-webkit-scrollbar { width: 6px; }
.nav_item_open::-webkit-scrollbar-track { background: #f1f1f1; }
.nav_item_open::-webkit-scrollbar-thumb { background: #888; border-radius: 3px; }
.nav_item_open::-webkit-scrollbar-thumb:hover { background: #555; }

/* 平板端底部布局 */
@media (max-width: 1024px) {
  .ab_foot .abFoot_nav ul li { width: 30%; }
  .ab_foot .abFoot_nav ul li:nth-child(4), .ab_foot .abFoot_nav ul li:nth-child(5) { width: 45%; margin-top: 20px; }
}

/* 手机端底部布局 */
@media (max-width: 640px) {
  .ab_foot .abFoot_nav ul { flex-direction: column; }
  .ab_foot .abFoot_nav ul li { width: 100%; max-width: 100%; margin-bottom: 30px; }
  .ab_foot .abFoot_nav ul li:last-child { max-width: 100%; }
}

/* 语言切换器图标样式（已移入顶部信息条，纯装饰） */
.lang-icon {
  width: 35px;
  height: 20px;
  background: url("../images/lang-icon.png") no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-left: 0px;
  vertical-align: middle;
}

/* 费用估算结果 */
.cost-estimate-result {
    margin-top: 12px;
    font-size: 0.875rem;
    background: #F3F4F6;
    padding: 8px;
    border-radius: 4px;
}

/* 输入框底部间距 */
.input-mb {
    margin-bottom: 10px;
    box-sizing: border-box;
}

/* 联系信息项 */
.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e4e8;
}
.contact-info-item-start {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}
.contact-icon-wrapper {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
}
.contact-icon-wrapper-top {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 2px;
}
.contact-label-text {
    font-size: 0.7rem;
    color: #6B7280;
}
.contact-value-text {
    font-size: 0.8rem;
    font-weight: 500;
    color: #6B7280;
}
.contact-value-multiline {
    font-size: 0.8rem;
    font-weight: 500;
    line-height: 1.4;
    color: #6B7280;
}

/* 微信二维码区域 */
.wechat-qr-section {
    text-align: center;
    margin-top: 20px;
}
.wechat-qr-img {
    width: 100px;
    height: 100px;
    border-radius: 6px;
    border: 1px solid #e2e4e8;
}
.wechat-qr-hint {
    font-size: 0.7rem;
    color: #6B7280;
    margin-top: 8px;
}

/* 主按钮样式 */
.btn-primary-action {
    background: #0070f3 !important;
    color: #f6f6f6 !important;
    border: 1px solid #0070f3 !important;
    margin-top: 16px;
}
.btn-primary-action:hover {
    background: #005bbf !important;
    border-color: #005bbf !important;
    color: #ffffff !important;
}

/* noscript 提示样式 */
.noscript-notice {
    text-align: center;
    padding: 1rem;
}
.noscript-notice p {
    margin-bottom: 0.5rem;
}

/* ========== 响应式补充 ========== */
@media (max-width: 768px) {
    .product-detail-hero {
        padding: 1.5rem 0;
    }
    .product-detail-hero-title {
        font-size: 1.5rem;
    }
    .product-detail-hero-breadcrumb {
        font-size: 0.8rem;
    }
    .product-detail-layout {
        padding: 20px 12px;
    }
    .module-header h2 {
        font-size: 20px;
    }
    .module-header {
        margin-bottom: 16px;
    }
    .info-card {
        padding: 20px;
        border: none;
        border-radius: 0;
    }
    .product-overview-plain h3,
    .product-overview-plain .overview-subtitle {
        font-size: 1.1rem;
        margin: 1.5rem 0 0.5rem 0;
        padding-left: 0.5rem;
    }
    .product-overview-plain p {
        font-size: 0.85rem;
        line-height: 1.5;
        margin-bottom: 1rem;
    }
    .cost-split-card {
        flex-direction: column;
        gap: 1.5rem;
        padding: 0;
    }
    .cost-left {
        border-right: none;
        border-bottom: 1px solid #e2e4e8;
        padding-right: 0;
        padding-bottom: 1rem;
    }
    .cost-amount {
        font-size: 1.75rem;
    }
    .cost-label {
        font-size: 0.8rem;
    }
    .cost-includes-excludes {
        flex-direction: column;
        gap: 1rem;
    }
    .documents-card {
        padding: 1.25rem;
        border: none;
        border-radius: 0;
    }
    .doc-group-title {
        font-size: 0.9rem;
        margin-bottom: 0.5rem;
    }
    .doc-list li {
        font-size: 0.85rem;
        padding: 0.2rem 0;
    }
    .news-section {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .cases-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}

@media (max-width: 480px) {
    .product-detail-hero-title {
        font-size: 1.25rem;
    }
    .module-header h2 {
        font-size: 18px;
    }
    .info-card {
        padding: 16px;
        border: none;
        border-radius: 0;
    }
    .cost-amount {
        font-size: 1.5rem;
    }
}

/* ========== 网站头部区域样式统一 ========== */
.ab_top.w1600 {
  max-width: 1400px;
  width: 100%;
}
.abtop_main.w1600 {
  max-width: 1400px;
  width: 100%;
}
.ab_nav .nav.w1600 {
  max-width: 1400px;
  width: 100%;
}

/* 首页隐藏统计数据条 */
.home-stats-bar {
  display: none;
}

/* ============ 顶部信息条 top bar（新增，不影响原有任何元素） ============ */
.ab_topbar {
  width: 100%;
  background: #f5f7fa;
  border-bottom: 1px solid #e6e8eb;
  box-sizing: border-box;
  overflow: visible;
}
.ab_topbar_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #666;
  padding: 0 60px 0 46px;
  box-sizing: border-box;
  overflow: visible;
}
.ab_topbar_left {
  flex: 1;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.ab_topbar_left a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.ab_topbar_left .ab_topbar_logo {
  height: 26px;
  width: auto;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.ab_topbar_left .ab_topbar_slogan {
  color: #555;
  font-size: 13px;
}
.ab_topbar_right {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 18px;
}
.ab_topbar_right a {
  color: #666;
  font-size: 13px;
  text-decoration: none;
  position: relative;
}
.ab_topbar_right a:hover {
  color: #FF6A00;
  text-decoration: none;
}
/* 公众号 hover 显示二维码 */
.ab_topbar_wx {
  cursor: pointer;
}
.ab_topbar_wx .ab_topbar_wx_qr {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  padding: 8px;
  background: #fff;
  border: 1px solid #e6e8eb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  z-index: 99999;
  line-height: 0;
  margin-top: 0;
  width: 144px;
  height: 144px;
  box-sizing: content-box;
}
.ab_topbar_wx .ab_topbar_wx_qr img {
  display: block;
  width: 128px;
  height: 128px;
  max-width: 128px;
  max-height: 128px;
}
.ab_topbar_wx:hover .ab_topbar_wx_qr {
  display: block;
}
/* 移动端隐藏顶部信息条 */
@media screen and (max-width: 1023px) {
  .ab_topbar { display: none; }
}

/* ========== 分页样式全局统一 ========== */
.pagebar {
  width: 100%;
  margin-top: 50px;
  margin-bottom: 20px;
}
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.pagination .page-item,
.pagination .page-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 12px;
  font-size: 14px;
  color: #555;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.2s ease;
  cursor: pointer;
  box-sizing: border-box;
}
.pagination .page-item:hover,
.pagination .page-num:hover {
  color: #FF6A00;
  border-color: #FF6A00;
  background: #fff8f0;
  text-decoration: none;
}
.pagination .page-num-current {
  color: #fff;
  background: #FF6A00;
  border-color: #FF6A00;
  font-weight: 600;
}
.pagination .page-num-current:hover {
  color: #fff;
  background: #e55f00;
  border-color: #e55f00;
}
.pagination .st {
  font-weight: 600;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .pagebar { margin-top: 30px; }
  .pagination .hidden-sm { display: none; }
  .pagination .page-item,
  .pagination .page-num {
    min-width: 32px;
    height: 32px;
    font-size: 13px;
    padding: 0 8px;
  }
}



/* ========== 页脚微信二维码 ========== */
.contact-qr-wrapper { margin-top: 15px; }
.contact-qr-img { width: 100px; height: 100px; }


