@charset "utf-8";
/* AB模板网 整站模板下载 */
/* 模板：Www.AdminBuy.Cn */
/* 仿站：Fang.AdminBuy.Cn */
/* 素材：Sc.AdminBuy.Cn */
/* js特效：js.AdminBuy.Cn */
/* 在线工具 Tool.Adminbuy.Cn */
/* QQ：9490489 */
/**common**/
:root {
    --text-blue-color: #003894;
    --text-yellow-color: #e9cc75;
    --bg-blue-color: #003894;
}

* {
    margin: 0;
    padding: 0;
}


.two-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.three-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

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-family: Helvetica, Arial, \5FAE\8F6F\96C5\9ED1, sans-serif;
}

table, td, tr, th {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
}

ol, ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
}

address, cite, code, em, th, i {
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
    *zoom: 1;
}

.clear:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

a {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

body {
    min-width: 1240px;
}

/* 设置滚动条的样式 */

::-webkit-scrollbar-track {
    background-color: #f0f0f0;
    border-radius: 0px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background-color: #1f1f1f;
}

::-webkit-scrollbar-thumb:window-inactive {
    background-color: #1f1f1f;
}


/**top start**/
.subMenu {
    width: 100%;
    height: auto;
    padding: 0;
    background: rgba(0, 3, 32, 0.27);
    z-index: 9999;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 9999;
    top: 0;
}

.fxd {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
}

.ab_top {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.ab_top .adminbuytop_main {
    width: 100%;
    height: 64px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.adminbuytop_main .ab_logo {
    width: 22%;
    height: 40px;
    margin: 12px 0;
    padding: 0;
    float: left;
}

.ab_logo a {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ab_logo a img.logo1 {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

.ab_nav {
    width: 60%;
    height: 100%;
    margin: 0;
    padding: 0;
    float: left;
    margin-left: 1%;
}

.nav_ul {
    height: 100%;
    margin: 0 auto;
    padding: 0;
    display: flex;
}

.nav_item {
    position: relative;
    text-align: center;
    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_item:hover {
}

.nav {
    width: 100%;
    height: 90px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.nav_item > a {
    display: inline-block;
    height: 64px;
    line-height: 64px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all .4s;
    transition: all .4s;
    position: relative;
}

.nav_item > a em {
    display: inline-block;
    width: 0;
    height: 4px;
    overflow: hidden;
    margin: 0;
    background-color: var(--text-yellow-color);
    position: absolute;
    bottom: 9px;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.nav_item.active > a em, .nav_item:hover > a em, .nav_item > a.navon em {
    display: inline-block;
    width: 100%;
}

.fxd .nav_item > a {
    color: #333;
}

.fxd .nav_item > a em {
    background-color: #fff;
}

.fxd .nav_item:hover > a, .fxd .nav_item > a.navon {
    color: #fff;
}

.menu_open {
    display: none;
}

.nav_item_open {
    width: 140%;
    height: auto;
    position: absolute;
    left: -20%;
    top: 64px;
    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;
}

.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:not(:last-child) {
    border-bottom: 1px dashed #f1f1f1;
}

.nav_item2 a {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    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 {
    color: #ffffff;
    background: var(--bg-blue-color);
}

.hcover {
    display: none;
}

.ab_right {
    width: 120px;
    height: 40px;
    margin: 0 0 0 30px;
    padding: 30px 0;
    float: right;
}

.ab_right .adminbuytop_sc {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.adminbuytop_sc form {
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.adminbuytop_sc form .ab_ipt {
    display: block;
    width: 0;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-radius: 20px 0 0 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    right: 100px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.adminbuytop_sc:hover form .ab_ipt {
    width: 240px;
    opacity: 1;
}

.ab_ipt input {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #666;
    font-size: 15px;
    margin: 0;
    padding: 0 20px;
    background-color: #f2f2f2;
    border: 0;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.adminbuytop_sc form .ab_btn {
    width: 120px;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.ab_btn input {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 15px;
    text-align: left;
    text-indent: 20px;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    background: var(--bg-blue-color) url(../images/sc_icon.png) 80px 5px no-repeat;
    background-size: 30px 30px;
    border: none;
    outline: none;
    cursor: pointer;
}

.adminbuyTop_tel {
    width: auto;
    height: 64px;
    overflow: hidden;
    line-height: 64px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 0 35px;
    background: url(../images/tel01.png) center left no-repeat;
    background-size: 26px 26px;
    float: right;
}

.ab_search {
    display: none;
}

/**top end**/

/**banner start**/
.adminbuyIdx_banner {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.adminbuyIdx_banner .swiper-container1 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.adminbuyIdx_banner .swiper-container1 .swiper-slide {
    background-size: 1920px 750px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*分页器*/
.adminbuyIdx_banner .swiper-container1 .swiper-pagination {
    width: 100%;
    height: 15px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 30px !important;
}

.adminbuyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 10px;
    margin: 0 5px !important;
    border-radius: 5px;
    opacity: 1;
    background-color: #fff;
}

.adminbuyIdx_banner .swiper-container1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--text-yellow-color);
}

.adminbuyIdx_banner .swiper-container1 .swiper-button-prev, .adminbuyIdx_banner .swiper-container1 .swiper-button-next {
    width: 48px !important;
    height: 48px !important;
    top: 50% !important;
    margin: -24px 0 0 !important;
}

.adminbuyIdx_banner .swiper-container1 .swiper-button-prev {
    background: url(../images/prev01.png) center center no-repeat;
    background-size: 50px 70px;
    left: 70px;
}

.adminbuyIdx_banner .swiper-container1 .swiper-button-next {
    background: url(../images/next01.png) center center no-repeat;
    background-size: 50px 70px;
    right: 70px;
}

.adminbuyIdxBa_con {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    padding: 0 120px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.adminbuyIdxBa_con p {
    width: 100%;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
    padding: 0;
}

.adminbuyIdxBa_con span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin: 30px auto 40px;
    padding: 0;
}

.adminbuyIdxBa_con a {
    display: inline-block;
    width: auto;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0 30px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 30px;
}

.adminbuyIdxBa_con a i {
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    margin: -4px 0 0 10px;
    background: url(../images/jt0.png) center center no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.adminbuyIdxBa_con a:hover i {
    margin: -4px 0 0 20px;
}

/**banner end**/

.ab_idxPro {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 0;
    padding: 80px 0 0;
    background-color: #f5f5f5;
}


.ab_idxPro .index-pane {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.index-pane .p-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.index-pane .p-header .p-h-l {
    flex-grow: 1;
}

.index-pane .p-header .p-h-l .tt {
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: bold;
    color: var(--text-blue-color);
}

.index-pane .p-header .p-h-l .sub-tt {
    color: #212121;
    opacity: 0.21;
    font-weight: bold;
    font-size: 32px;
}

.index-pane .p-header .p-h-r {
    flex-shrink: 0;
}

.index-pane .p-header .p-h-r .more {
    display: inline-block;
    width: 90px;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    background-color: #f1f1f1;
    border-radius: 16px;
    color: #666;
    text-align: center;
}

.index-pane .p-header .p-h-r .more:hover {
    background: var(--bg-blue-color);
    color: #fff;
}

.index-pane .p-body {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}


/*首页产品 start*/
.index-pane .p-body.product {
    padding-left: 80px;
    padding-right: 80px;
}

.index-pane .p-body .swiper-container3 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index-pane .p-body .swiper-button-prev, .index-pane .p-body .swiper-button-next {
    width: 30px !important;
    height: 45px !important;
    top: 50% !important;
    margin: -22px 0 0 !important;
    box-sizing: border-box;
}

.index-pane .p-body .swiper-button-prev {
    background: url(../images/swiper_prev.png) center center no-repeat;
    background-size: 30px 45px;
    left: 0;
}

.index-pane .p-body .swiper-button-next {
    background: url(../images/swiper_next.png) center center no-repeat;
    background-size: 30px 45px;
    right: 0;
}

.swiper-slide.product-box {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    margin: 0;
    padding: 30px 30px 30px;
    position: relative;
    border-radius: 10px;
}

.product-box .tt {
    font-size: 24px;
    line-height: 35px;
    color: #333333;
}

.product-box .box-c {
    display: flex;
    margin-top: 20px;
}

.product-box .box-c .pic {
    width: 204px;
    height: 270px;
    flex-shrink: 0;
    object-fit: contain;
}

.product-box .box-c .box-c-r {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    gap: 20px;
}

.product-box .box-c .box-c-r .pp-p {
    background-color: #f6f6f6;
    padding: 20px;
    box-sizing: border-box;
}

.product-box .box-c .box-c-r .pp-p.pp-standard {
    min-height: 114px;
}

.product-box .box-c .box-c-r .pp-p.pp-scope {
    min-height: 136px;
}

.product-box .box-c .box-c-r .pp-p .pp-tt {
    color: #333333;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 5px;
}

.product-box .box-c .box-c-r .pp-p .pp-vl {
    color: #666666;
    font-size: 14px;
    line-height: 22px;
}

/*首页产品 end*/
/**首页关于我们 start**/
.ab_idxPro.about-us {
    background-image: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ab_idxPro.about-us .p-body {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.ab_idxPro.about-us .about-c {
    width: 600px;
}


.ab_idxPro.about-us .p-body-r {
    flex-shrink: 0;
    padding: 10px;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.ab_idxPro.about-us .p-body-l .tel {
    margin-top: 30px;
}

.ab_idxPro.about-us .p-body-l .more {
    margin-top: 10px;
    padding-left: 20px;
    box-sizing: border-box;
}

.ab_idxPro.about-us .p-body-l .more-bt {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background-color: #1879c2;
    border-radius: 8px;
}

/**首页关于我们 end**/
/*首页新闻资讯 start*/
.news-pane {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap:30px;
    flex-wrap: wrap;
}

.news-box {
    padding: 30px 15px;
    background-color: #fff;
    width: calc((100% - 90px) / 4);
    border-radius: 8px;
    flex-shrink: 1;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
}

.news-box .time {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
}

.news-box .tt {
    color: #333333;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    margin: 20px 0;
}

.news-box .pic {
    height: 180px;
    overflow: hidden;
}

.news-box .pic img {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.news-box .more-bt {
    font-size: 14px;
    color: #666666;
    margin-top: 40px;
}

.news-box .more-bt em {
    margin-left: 10px;
    display: inline-block;
    width: 24px;
    height: 8px;
    margin-top: 5px;
    background: url(../images/jiantou_more.png) center center no-repeat;
}

.news-box:hover {
    box-shadow: 3px 3px 4px 2px #aaa;
}

.news-box:hover .time {
    color: var(--text-blue-color);
}

.news-box:hover .tt {
    color: var(--text-blue-color);
}

.news-box:hover .pic img {
    transform: scale(1.1);
}

.news-box:hover .more-bt {
    color: var(--text-blue-color);
}

/*首页新闻资讯 end*/
/*网站右侧漂浮*/
.f_pf1 {
    position: fixed;
    bottom: 80px;
    right: 2px;
    z-index: 999;
}

.f_pf1 a.qqa {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 2px;
}

.f_pf1 a.qqa:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/slidebar_icon.png) top center no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.f_pf1 .tela > a {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 2px;
}

.f_pf1 .tela > a:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/slidebar_icon.png) center -27px no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.f_pf1 .tela .wz {
    position: absolute;
    top: 40px;
    left: -224px;
    z-index: 999;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.f_pf1 .tela:hover .wz {
    display: block;
}

.f_pf1 .tela p {
    background: #fff;
    padding: 5px;
    width: 200px;
    height: 40px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    color: var(--text-blue-color);
    line-height: 40px;
    text-align: center;
}

.f_pf1 .tela p em {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: -6px;
}

.f_pf1 .wxa {
    position: relative;
}

.f_pf1 .wxa > span {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 2px;
}

.f_pf1 .wxa > span:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/slidebar_icon.png) center -52px no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

.f_pf1 .wxa .code {
    position: absolute;
    top: -44px;
    left: -144px;
    z-index: 999;
    display: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.f_pf1 .wxa:hover .code {
    display: block;
}

.f_pf1 .wxa .code p {
    background: #fff;
    padding: 5px;
    width: 120px;
    height: 120px;
    overflow: hidden;
}

.f_pf1 .wxa .code p img {
    max-width: 100%;
    max-height: 100%;
}

.f_pf1 .wxa .code p em {
    width: 0;
    height: 0;
    border-width: 6px 0 6px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: -6px;
}

.f_pf1 a.totop {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    background: rgba(0, 0, 0, .5);
    margin-bottom: 2px;
}

.f_pf1 a.totop:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/slidebar_icon.png) center -76px no-repeat;
    overflow: hidden;
    margin: 9px 10px;
}

/*右侧漂浮 结束*/

#cpzx { /* margin:-120px 0 140px; */
}


/*热门关键词&搜索 开始*/
.ab_hotkw_search {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    background-color: #ffffff;
    position: relative;
    z-index: 9;
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
}

.ab_hotkw_search .hotkw_search {
    width: 1200px;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hotkw_search .hotkw_left {
    float: left;
    width: 66%;
    height: 80px;
    overflow: hidden;
    line-height: 80px;
    color: #797979;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    background: url(../images/hot_key.png) 0px 25px no-repeat;
    padding-left: 29px;
}

.hotkw_search .hotkw_left span {
    color: #32353a;
}

.hotkw_search .hotkw_left a {
    color: #797979;
}

.hotkw_search .hotkw_left a:hover {
    color: var(--text-blue-color);
}

.hotkw_search .search_right {
    float: right;
    width: 20%;
    height: 40px;
    overflow: hidden;
    margin: 20px 0 0 0;
    padding: 0 68px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hotkw_search .search_right .sc_ipt {
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.search_right .sc_ipt input {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #777;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid var(--bg-blue-color);
    border-right: 0;
    background: #fff url(../images/sc_btn.png) 9px 9px no-repeat;
    outline: none;
    margin: 0;
    padding: 0 9px 0 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hotkw_search .search_right .sc_btn {
    width: 68px;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.search_right .sc_btn input {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: var(--bg-blue-color);
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 0;
}

.ny_nav2 {
    float: left;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0;
}

.ny_nav2 a {
    display: inline-block;
    font-size: 16px;
    color: #555;
    padding: 0 2.5%;
    height: 80px;
    line-height: 80px;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.ny_nav2 a i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    display: none;
}

.ny_nav2 a.ab_icon1 i {
    width: 24px;
    height: 24px;
    background: url(../images/ny_nav1_icon1.png) center center no-repeat;
}

.ny_nav2 a.ab_icon2 i {
    width: 24px;
    height: 24px;
    background: url(../images/ny_nav1_icon2.png) center center no-repeat;
}

.ny_nav2 a.ab_icon3 i {
    width: 24px;
    height: 24px;
    background: url(../images/ny_nav1_icon3.png) center center no-repeat;
}

.ny_nav2 a.ab_icon4 i {
    width: 24px;
    height: 24px;
    background: url(../images/ny_nav1_icon4.png) center center no-repeat;
}

.ny_nav2 a.ab_icon5 i {
    width: 24px;
    height: 24px;
    background: url(../images/ny_nav1_icon5.png) center center no-repeat;
}

.ny_nav2 a.ab_icon1:hover i, .ny_nav2 a.ab_icon1.on i {
    background: url(../images/ny_nav1_icon1_2.png) center center no-repeat;
}

.ny_nav2 a.ab_icon2:hover i, .ny_nav2 a.ab_icon2.on i {
    width: 24px;
    height: 24px;
    background: url(../images/ny_nav1_icon2_2.png) center center no-repeat;
}

.ny_nav2 a.ab_icon3:hover i, .ny_nav2 a.ab_icon3.on i {
    width: 24px;
    height: 24px;
    background: url(../images/ny_nav1_icon3_2.png) center center no-repeat;
}

.ny_nav2 a.ab_icon4:hover i, .ny_nav2 a.ab_icon4.on i {
    width: 24px;
    height: 24px;
    background: url(../images/ny_nav1_icon4_2.png) center center no-repeat;
}

.ny_nav2 a.ab_icon5:hover i, .ny_nav2 a.ab_icon15.on i {
    width: 24px;
    height: 24px;
    background: url(../images/ny_nav1_icon5_2.png) center center no-repeat;
}

.ny_nav2 a:hover, .ny_nav2 a.on {
    background: var(--bg-blue-color);
    color: #fff;
}

/*热门关键词&搜索 结束*/


/*底部*/
.pc_foot {
    width: 100%;
    background: #084381;
}

.pc_ft_main {
    padding: 80px 0 50px;
    position: relative;
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    display: flex;
    align-items: flex-start;
}

.ft_info {
    width: 320px;
    padding-right: 30px;
}

.ft_info .ft_logo {
    display: block;
    width: 180px;
    height: 40px;
}

.ft_info .ft_st {
    margin-top: 30px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    color: rgba(255,255,255,0.5);
}

.foot_logo {
    width: 135px;
    height: 134px;
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -67.5px;
    transition: 0.5s;
    cursor: pointer;
}

.foot_logo:hover {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}

.pc_ft_main .ft_list {
    flex-grow: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap:20px;
}

.pc_ft_main .ft_list dl{
    flex-grow: 1;
    min-width: 120px;
}

.pc_ft_main .ft_list .ct-box{
    width:320px;
}
.pc_ft_main .ft_list dl dt {
    font-size: 18px;
    line-height: 38px;
    height: 38px;
    color: #fff;
    margin-bottom: 30px;
}

.pc_ft_main .ft_list dl dd {
    font-size: 16px;
    line-height: 35px;
    color:rgba(255,255,255,0.5);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.pc_ft_main .ft_list dl dd .icon {
    margin-top: 8px;
    opacity: 0.5;
}

.pc_ft_main .ft_list dl dd a {
    font-size: 16px;
    line-height: 35px;
    color: rgba(255,255,255,0.5);
}

.pc_ft_main .ft_list dl dd:hover a {
    color: #fff;
}

.ft_list .qrcode {
    width: 100px;
    height: 100px;
    opacity: 0.8;
}

.foot_icona {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
}

.foot_icona span {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    color: #fff;
    font-size: 14px;
    margin-right: 15px;
    max-width: 370px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.foot_icona span.address {
    background: url(../images/icon_foot1.png) left center no-repeat;
}

.foot_icona span.email {
    background: url(../images/icon_foot3.png) left center no-repeat;
}

.foot_icona span.fax {
    background: url(../images/icon_foot4.png) left center no-repeat;
}

.pc_foot .ft_copy {
    width: 100%;
    overflow: hidden;
    color:rgba(255,255,255,0.5);
    font-size: 14px;
    padding: 14px 0;
}

.pc_foot .ft_copy .w1100 {
    padding: 0 0;
    width: 1200px;
    margin: 0 auto;
}

.pc_foot .ft_copy a {
    color: rgba(255,255,255,0.5);
}

.ft_copy a:hover {
    color: #fff;
}

.ft_copy a.cp_lk {
    display: inline-block;
    float: right;
    color: #fff;
}

.ft_copy a.cp_lk:hover {
    color: #fff;
}


/*ny_banner 开始*/
.ny_banner {
    width: 100%;
    padding: 0;
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.ny_banner .nyBa_text {
    width: 100%;
    overflow: hidden;
    margin: -45px 0 0;
    padding: 0 120px;
    position: absolute;
    text-align: center;
    left: 0;
    top: 50%;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nyBa_text span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 48px;
    color: #fff;
    opacity: .8;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 auto 5px;
    padding: 0;
}

.nyBa_text p {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 36px;
    margin: 0 auto;
    padding: 0;
}


/*ny_banner 结束*/

/*面包屑 开始*/
.ab_crumb {
    width: 1200px;
    height: auto;
    margin: -60px auto 0;
    padding: 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    position: relative;
    border-top: 1px solid #eee;
    transition: 0.1s all;
}

.ab_crumb1 {
    margin: 50px auto 0;
}

.ab_crumb .adminbuyCrumb_container {
    width: 100%;
    height: auto;
    background-color: #fff;
    background: url(../images/bread_nav_icon1.png) no-repeat 7px 19px;
    transition: 0.1s all;
}

.ab_crumb .adminbuyCrumb_container:hover {
    background-position: 7px -21px;
}

.adminbuyCrumb_container .crumb_main {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 20px 10px 34px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.crumb_main img {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 10px;
    top: 20px;
}

.crumb_main p {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}

.crumb_main p a {
    color: #333;
}

.crumb_main p a:hover {
    color: var(--text-yellow-color);
}

.crumb_main p span {
    color: #777;
}


/*内页-关于我们 开始*/
.ab_NyAboutus {
    width: 100%;
    min-height: 480px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNy_tab {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    padding: 0 120px;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNy_tab ul li {
    width: 20%;
    height: 60px;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
    border-right: 1px solid #fff;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNy_tab ul li:nth-child(5) {
    border: 0;
}

.adminbuyNy_tab ul li a {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #333;
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.adminbuyNy_tab ul li a em {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: -4px 4px 0 0;
    padding: 0;
    vertical-align: middle;
}

.adminbuyNy_tab ul li a.Nytabon em, .adminbuyNy_tab ul li a:hover em {
    width: 40px;
    height: 40px;
}

.adminbuyNy_tab ul li a em.Tab_ico1 {
    background: url(../images/tabico01.png) center center no-repeat;
    background-size: 30px 30px;
}

.adminbuyNy_tab ul li a em.Tab_ico2 {
    background: url(../images/tabico02.png) center center no-repeat;
    background-size: 30px 30px;
}

.adminbuyNy_tab ul li a em.Tab_ico3 {
    background: url(../images/tabico03.png) center center no-repeat;
    background-size: 30px 30px;
}

.adminbuyNy_tab ul li a em.Tab_ico4 {
    background: url(../images/tabico04.png) center center no-repeat;
    background-size: 30px 30px;
}

.adminbuyNy_tab ul li a em.Tab_ico5 {
    background: url(../images/tabico05.png) center center no-repeat;
    background-size: 30px 30px;
}

.adminbuyNy_tab ul li a.Nytabon em.Tab_ico1, .adminbuyNy_tab ul li a:hover em.Tab_ico1 {
    background: url(../images/tabico1.png) center center no-repeat;
    background-size: 40px 40px;
}

.adminbuyNy_tab ul li a.Nytabon em.Tab_ico2, .adminbuyNy_tab ul li a:hover em.Tab_ico2 {
    background: url(../images/tabico2.png) center center no-repeat;
    background-size: 40px 40px;
}

.adminbuyNy_tab ul li a.Nytabon em.Tab_ico3, .adminbuyNy_tab ul li a:hover em.Tab_ico3 {
    background: url(../images/tabico3.png) center center no-repeat;
    background-size: 40px 40px;
}

.adminbuyNy_tab ul li a.Nytabon em.Tab_ico4, .adminbuyNy_tab ul li a:hover em.Tab_ico4 {
    background: url(../images/tabico4.png) center center no-repeat;
    background-size: 40px 40px;
}

.adminbuyNy_tab ul li a.Nytabon em.Tab_ico5, .adminbuyNy_tab ul li a:hover em.Tab_ico5 {
    background: url(../images/tabico5.png) center center no-repeat;
    background-size: 40px 40px;
}

.adminbuyNy_tab ul li a i {
    display: block;
    width: 20px;
    height: 10px;
    overflow: hidden;
    margin: 0 0 0 -10px;
    padding: 0;
    background: url(../images/tabjt.png) center bottom no-repeat;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.adminbuyNy_tab ul li a.Nytabon, .adminbuyNy_tab ul li a:hover {
    height: 72px;
    line-height: 72px;
    color: #fff;
    font-size: 24px;
    background-color: var(--bg-blue-color);
    margin: -12px auto 0;
}

.adminbuyNy_tab ul li a.Nytabon i, .adminbuyNy_tab ul li a:hover i {
    bottom: 0;
}

/*关于我们-公司简介 开始*/
.ny_title {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
}

.ny_title span {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: var(--text-blue-color);
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    font-family: Impact;
}

.ny_title b {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 0;
    padding: 0;
}

.ab_Gsjj {
    width: 1200px;
    overflow: hidden;
    margin: 60px auto 70px;
    padding: 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyGsjj_main {
    width: 100%;
    overflow: hidden;
    margin: 50px auto 0;
    padding: 0;
}

.adminbuyGsjj_text .tlt {
    font-size: 24px;
    line-height: 28px;
    color: #333;
}

.adminbuyGsjj_text .wz {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    margin-top: 26px;
}

.adminbuyGsjj_text p {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    word-break: break-all;
    margin: 10px auto;
    padding: 0;
}

.adminbuyGsjj_text p span, .adminbuyGsjj_text p em {
    color: #666 !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
    font-size: 16px !important;
    text-indent: 2em !important;
    font-style: normal !important;
    font-weight: normal !important;
}

/* 设置滚动条的样式 */
.adminbuyGsjj_text .wz::-webkit-scrollbar {
    width: 2px;
}

/* 滚动槽 */
.adminbuyGsjj_text .wz::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 0px;
}

/* 滚动条滑块 */
.adminbuyGsjj_text .wz::-webkit-scrollbar-thumb {
    background-color: var(--bg-blue-color);
}

.adminbuyGsjj_text .wz::-webkit-scrollbar-thumb:window-inactive {
    background-color: var(--bg-blue-color);
}

.adminbuyGsjj_text.culture-c {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.adminbuyGsjj_text.culture-c .wz {
    flex-shrink: 0;
    width: 40%;
}

.adminbuyGsjj_text.culture-c p {
    text-indent: 0;
}

.adminbuyGsjj_text.culture-c .pic {
    flex-grow: 1;
}

.history-content{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.history-content:before{
    content: '';
    position: absolute;
    top:0;
    bottom:0;
    left:50%;
    width:2px;
    margin-left:-1px;
    height:100%;
    background-color:#f1f1f1;
}

.history-content .his-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:20px;
    margin-bottom:50px;
}
.history-content .his-box .tt {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    font-size: 18px;
    color: var(--text-blue-color);
    line-height: 30px;
}

.history-content .his-box .c {
    font-size: 14px;
    line-height: 1.5;
    color:#666;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    width:400px;
    box-sizing: border-box;
    border:1px solid #f1f1f1;
}
.history-content .his-box:nth-child(2n){
    flex-direction: row;
    margin-left:340px;
}
.history-content .his-box:nth-child(2n) .tt:before{
    content: '';
    position: absolute;
    right:-15px;
    top:8px;
    width:10px;
    height:10px;
    border-radius: 5px;
    z-index:1;
    background-color:var(--bg-blue-color);
}

.history-content .his-box:nth-child(2n+1){
    margin-right:340px;
    flex-direction: row-reverse;
}

.history-content .his-box:nth-child(2n+1) .tt:before{
    content: '';
    position: absolute;
    left:-15px;
    top:8px;
    width:10px;
    height:10px;
    border-radius: 5px;
    z-index:1;
    background-color:var(--bg-blue-color);
}

.history-content .his-box:hover .tt{
    color:var(--text-yellow-color);
}

.history-content .his-box:hover .tt:before{
    background-color:var(--text-yellow-color);
}

.history-content .his-box:hover .c{
    color:#fff;
    background-color:var(--text-yellow-color);
}

.ny_ab_pic {
    float: right;
    width: 50%;
    height: 460px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ny_ab_pic .swiper-container2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.ny_ab_pic .swiper-container2 .swiper-slide {
    position: relative;
}

.ny_ab_pic .swiper-container2 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.ny_ab_pic .swiper-container2 .swiper-slide:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

/*分页器*/
.ny_ab_pic .swiper-container2 .swiper-pagination {
    width: 100%;
    height: 8px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 20px !important;
}

.ny_ab_pic .swiper-container2 .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
    border-radius: 50%;
    opacity: 0.5;
    background-color: rgb(255, 255, 255);
}

.ny_ab_pic .swiper-container2 .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

/*关于我们-公司简介 结束*/
/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar {
    padding: 20px;
    overflow: hidden;
    clear: both
}

.pagebar .pagination {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.pagination a {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    border-radius: 3px;
    line-height: 100%
}

.pagination span {
    color: #333;
    font-size: 12px;
    padding: 7px 2px;
    margin: 0 2px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #333;
    border: 1px solid #333;
}

.pagination a.page-num-current {
    color: #fff;
    background: #333;
    border: 1px solid #333;
}

.pagination .st {
    font-family: 宋体
}

.text-secondary {
    text-align: center;
    padding: 20px 0
}

/*关于我们-企业文化 开始*/
.ab_Aboutqywh {
    width: 100%;
    overflow: hidden;
    margin: 60px auto 0;
    padding: 60px 0 80px;
    background: #f8f8f8 url(../images/idxad_bg.jpg) center center no-repeat;
    background-attachment: fixed;
}

.ab_Aboutqywh .ny_title span {
    color: #fff;
}

.ab_Aboutqywh .ny_title b {
    color: #fff;
}

.ab4-con {
    margin-top: 45px;
    width: 1200px;
    margin: 45px auto 0;
}

.ab4-ul {
    box-shadow: 0 0 13px rgba(0, 0, 0, .1)
}

.ab4-ul li {
    float: left;
    width: 50%;
    position: relative
}

.ab4-img {
    overflow: hidden;
    float: left;
    width: 50%;
    position: relative
}

.ab4-img::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 9px solid transparent;
    border-top: 9px solid transparent;
    border-right: 10px solid #fff;
    right: 0;
    top: 50%;
    margin-top: -3px;
    z-index: 5
}

.ab4-ul li.ab4-liri .ab4-img::before {
    border-right: none;
    border-left: 10px solid #fff;
    right: auto;
    left: 0
}

.ab4-img img {
    width: 100%;
    transition: ease .5s
}

.ab4-txt {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    width: 50%;
    height: 100%;
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ab4-txt > div {
    position: relative;
    width: 100%;
    height: 100%
}

.ab4-txt .tlt {
    font-size: 24px;
    line-height: 32px;
    color: #333;
    transition: ease .5s
}

.ab4-txt span {
    display: inline-block;
    width: 20px;
    height: 1px;
    background: #39241e;
    margin: 10px 0;
}

.ab4-txt p {
    font-size: 16px;
    line-height: 32px;
    color: #666
}

.ab4-ul li.ab4-liri .ab4-txt {
    right: auto;
    left: 0
}

.ab4-ul li.ab4-liri .ab4-img {
    float: right
}

.ab4-ul li:hover .ab4-img img {
    transform: scale(1.04)
}

.ab4-ul li:hover .ab4-txt .tlt {
    color: var(--text-yellow-color);
}

.dis-table {
    display: table;
    width: 100%;
    height: 100%;
}

.dis-cell {
    display: table-cell;
    vertical-align: middle;
}

/*关于我们-企业文化 结束*/


/*荣誉资质-公司简介 开始*/
.ab_AboutHonor {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 70px 120px;
    background-color: #f3f3f3;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.adminbuyAboutHonor_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ny_honor_scoll {
    width: 100%;
    padding: 0 0 40px;
    position: relative;
    min-height: 340px;
}

.ny_honor_scoll .swiper-container04 {
    overflow: hidden;
}

.ny_honor_scoll .swiper-button-prev, .ny_honor_scoll .swiper-button-next {
    background: url(../images/prev00.png) center center no-repeat;
    width: 48px;
    height: 48px;
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -24px;
    cursor: pointer;
}

.ny_honor_scoll .swiper-button-next {
    left: auto;
    right: -60px;
    background: url(../images/next00.png) center center no-repeat;
}

.ny_honor_scoll .swiper-button-prev:hover {
    background: url(../images/prev02.png) center center no-repeat;
}

.ny_honor_scoll .swiper-button-next:hover {
    background: url(../images/next02.png) center center no-repeat;
}

.ny_honor_scoll .swiper-wrapper {
}

.ny_honor_scoll .swiper-wrapper .swiper-slide .pic {
    display: block;
    width: 100%;
    height: 240px;
    background-color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ny_honor_scoll .swiper-wrapper .swiper-slide .pic img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .25s;
}

.ny_honor_scoll .swiper-wrapper .swiper-slide .pic .iblock {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

.ny_honor_scoll .swiper-wrapper .swiper-slide:hover .pic img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

.ny_honor_scoll .swiper-pagination {
    width: 100%;
    height: 8px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 0;
}

.ny_honor_scoll .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 4px !important;
    opacity: 0.1;
}

.ny_honor_scoll .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--bg-blue-color);
    opacity: 1;
}

.ny_honor_scoll .swiper-wrapper .swiper-slide .adminbuyAboutHonor_text {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 0 0 4px 4px;
    margin: 1px auto 0;
    padding: 10px 60px 10px 20px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ny_honor_scoll .swiper-wrapper .swiper-slide .adminbuyAboutHonor_text em {
    display: block;
    width: 20px;
    height: 40px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url(../images/jt2.png) center center no-repeat;
    position: absolute;
    top: 10px;
    right: 20px;
}

.ny_honor_scoll .swiper-wrapper .swiper-slide:hover .adminbuyAboutHonor_text {
    background-color: var(--bg-blue-color);
    color: #fff;
}

.ny_honor_scoll .swiper-wrapper .swiper-slide:hover .adminbuyAboutHonor_text em {
    background: url(../images/jt0.png) center center no-repeat;
}

.ny_honor_scoll .swiper-wrapper .swiper-slide .pic {
}

/*荣誉资质-公司简介 结束*/

/*内页-关于我们 结束*/

/*内页-产品中心 开始*/

.ab_NyProducts {
    width: 1200px;
    height: auto;
    min-height: 480px;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ab_NyProducts .adminbuyNyPro_main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyPro_main .adminbuyNyPro_left {
    width: 21%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.adminbuyNyPro_main .adminbuyNyPro_right {
    width: 76%;
    height: auto;
    margin: 0;
    padding: 0;
    float: right;
}

.adminbuyNyPro_list {
    width: 100%;
    height: auto;
    min-height: 320px;
    margin: 0 auto 20px;
    padding: 0;
}

.adminbuyNyPro_list ul li {
    width: 31%;
    overflow: hidden;
    margin: 0 3.5% 30px 0;
    padding: 0;
    float: left;
    background: #fff;
}

.adminbuyNyPro_list ul li:nth-child(3n+3) {
    margin: 0 0 30px;
}

.adminbuyNyPro_list ul li > div {
    border: 1px solid #dedede;
}

.adminbuyNyPro_list ul li .adminbuyIdxPro_img { /* width:100%; */
    height: 308px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}

.adminbuyNyPro_list ul li .adminbuyIdxPro_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

.adminbuyNyPro_list ul li .adminbuyIdxPro_img a img.idxPro_img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.adminbuyNyPro_list ul li:hover .adminbuyIdxPro_img a img.idxPro_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.adminbuyNyPro_list ul li .adminbuyIdxPro_name {
    width: 100%;
    box-sizing: border-box;
    height: 68px;
    margin: 0 auto 5px;
    padding: 10px 5px;
    border-bottom: 1px solid #dedede;
}

.adminbuyNyPro_list ul li .adminbuyIdxPro_name a {
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #333;
    font-size: 16px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.adminbuyNyPro_list ul li .more {
    display: block;
    font-size: 15px;
    color: #999;
    padding: 15px 3%;
    width: 96%;
    margin: 0 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.adminbuyNyPro_list ul li .more em {
    display: block;
    width: 24px;
    height: 8px;
    background: url(../images/jiantou_more.png) center center no-repeat;
    float: right;
    margin-top: 5px;
}

.adminbuyNyPro_list ul li:hover .more {
    background: var(--bg-blue-color);
    color: #fff;
    padding: 15px 5%;
}

.adminbuyNyPro_list ul li:hover .more em {
    background: url(../images/jiantou_more3.png) center center no-repeat;
}


/*内页-产品中心 结束*/

/*内页-产品列表 开始*/
.nyPro_list {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 0;
}

.nyPro_list ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 10px;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nyPro_list ul li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.nyPro_list ul li .nyProList_img {
    width: 23%;
    height: 240px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nyPro_list ul li .nyProList_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #fff;
    position: relative;
}

.nyPro_list ul li .nyProList_img a img.nyPro_img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.nyPro_list ul li:hover .nyProList_img a img.nyPro_img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.nyPro_list ul li .nyProList_text {
    width: 73%;
    height: 240px;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nyPro_list ul li .nyProList_text .nyProList_name {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.nyProList_text .nyProList_name 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;
    padding: 0;
}

.nyProList_text .nyProList_name a:hover {
    color: var(--text-yellow-color);
}

.nyPro_list ul li .nyProList_text .nyProList_ms {
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
}

.nyProList_text .nyProList_ms p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #565656;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.nyPro_list ul li .nyProList_text .nyProList_tips {
    width: 100%;
    overflow: hidden;
    margin: 10px auto;
    padding: 0;
}

.nyProList_text .nyProList_tips dl dd {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #aaa;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0 20px 0 0;
    float: left;
}

.nyProList_text .nyProList_tips dl dd span {
    color: #333;
}

.nyPro_list ul li .nyProList_text .nyProList_btn {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.nyProList_text .nyProList_btn a {
    display: block;
    width: 130px;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #999;
    font-size: 14px;
    text-align: center;
    margin: 0 20px 0 0;
    padding: 0;
    border: 1px solid #eaeaea;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nyProList_text .nyProList_btn a:hover {
    color: #fff;
    background-color: var(--bg-blue-color);
    border: 1px solid var(--bg-blue-color);
}

.adminbuyNy_Xgwz {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyPro_left .adminbuyNy_Xgwz {
    margin: 30px auto 0;
}

.adminbuyNy_Xgwz .Xgwz_tit {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    background: var(--bg-blue-color);
    padding: 18px 40px;
    overflow: hidden;
}

.Xgwz_tit p {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    float: left;
}

.Xgwz_tit p:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/mulu_tlt.png) center center no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}

.adminbuyNy_Xgwz .Xgwz_list {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 15px 25px;
    min-height: 245px;
    border: 1px solid #dedede;
}

.adminbuyNy_Xgwz .Xgwz_list ul li {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 0 0 20px;
    border-bottom: 1px dashed #eaeaea;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNy_Xgwz .Xgwz_list ul li:last-child {
    border: 0;
}

.adminbuyNy_Xgwz .Xgwz_list ul li em {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: url(../images/jt4.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 14px;
}

.adminbuyNy_Xgwz .Xgwz_list ul li:hover em {
    background: url(../images/jt5.png) center center no-repeat;
}

.adminbuyNy_Xgwz .Xgwz_list ul li a {
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    color: #333;
    font-size: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNy_Xgwz .Xgwz_list ul li a:hover {
    color: var(--text-yellow-color);
}

.adminbuyNyProDetail_con .adminbuyNy_Xgwz .Xgwz_list {
}


/*内页-产品列表 结束*/

/*内页-行业动态&技术文章 开始*/
.ab_NyNews {
    width: 1200px;
    min-height: 480px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
    background-color: #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ab_NyNews .adminbuyNyNew_main {
    width: 100%;
    height: auto;
    min-height: 240px;
    margin: 0 auto;
    padding: 0;
}

.ab_NyNews .adminbuyNyNew_main .adminbuyNyNew_left {
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
    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;
}

.ab_NyNews .adminbuyNyNew_main .adminbuyNyNew_left:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.adminbuyNyNew_left .adminbuyNyTjNew_img {
    width: 30%;
    height: 240px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.adminbuyNyTjNew_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyTjNew_img a img {
    display: block;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: 0;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.adminbuyNyTjNew_img a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.adminbuyNyNew_left .adminbuyNyTjNew_text {
    width: 68%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}

.adminbuyNyTjNew_text a.adminbuyNyTjNew_name {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyTjNew_text p {
    width: 100%;
    height: 72px;
    overflow: hidden;
    line-height: 24px;
    color: #777;
    font-size: 14px;
    word-break: break-all;
    text-align: justify;
    margin: 10px auto 16px;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.adminbuyNyTjNew_text span {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #999;
    font-size: 14px;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyTjNew_text span img {
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: -3px 4px 0 0;
    padding: 0;
}

.adminbuyNyTjNew_text:hover a.adminbuyNyTjNew_name {
    color: var(--text-yellow-color);
}

.adminbuyNyTjNew_text .adminbuyNyTjNew_line {
    width: 100%;
    height: 1px;
    overflow: hidden;
    margin: 16px auto 0;
    padding: 0;
    background-color: #eaeaea;
}

.adminbuyNyTjNew_text .adminbuyNyTjNew_line i {
    display: block;
    width: 0;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: var(--bg-blue-color);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.adminbuyNyTjNew_text:hover .adminbuyNyTjNew_line i {
    width: 100%;
}

.adminbuyNyTjNew_text a.adminbuyNyTjNew_btn {
    width: 66px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #999;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 0 24px 0 0;
    background: url(../images/jt2.png) right center no-repeat;
    float: right;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.adminbuyNyTjNew_text:hover a.adminbuyNyTjNew_btn {
    width: 80px;
    color: var(--text-blue-color);
    background: url(../images/jt1.png) right center no-repeat;
}

.ab_NyNews .adminbuyNyNew_main {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.adminbuyNyDown_list {
    margin: 0 auto 40px;
}

.adminbuyNyDown_list ul li {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
    padding: 20px 120px 20px 20px;
    border-bottom: 1px dashed #eaeaea;
    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;
}

.adminbuyNyDown_list ul li:hover {
    padding: 20px;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
}

.adminbuyNyDown_list ul li .adminbuyNyDown_name {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyDown_list ul li .adminbuyNyDown_name 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;
    padding: 0;
}

.adminbuyNyDown_list ul li:hover .adminbuyNyDown_name a {
    color: var(--text-blue-color);
}

.adminbuyNyDown_list ul li .adminbuyNyDown_time {
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #aaa;
    font-size: 14px;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyDown_list ul li .adminbuyNyDown_more {
    width: 99px;
    height: 70px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-left: 1px solid #eaeaea;
    position: absolute;
    top: 20px;
    right: 0;
}

.adminbuyNyDown_list ul li .adminbuyNyDown_more a {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/jt2.png) center center no-repeat;
}

.adminbuyNyDown_list ul li:hover .adminbuyNyDown_more a {
    background: url(../images/jt1.png) center center no-repeat;
}

.NyDown_btn {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 20px auto 0;
    padding: 0;
}

.NyDown_btn a {
    display: inline-block;
    width: 160px;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-indent: 20px;
    margin: 0 auto;
    padding: 0;
    background: var(--bg-blue-color) url(../images/down_ico.png) 32px 12px no-repeat;
    border-radius: 4px;
}

.NyDown_btn a:hover {
    background: var(--text-yellow-color) url(../images/down_ico.png) 32px 12px no-repeat;
}


/*内页-行业动态&技术文章 结束*/


.NyVideo_list ul li {
    float: left;
    margin-bottom: 30px;
    margin-right: 2%;
    width: 23.5%;
    background: #ffffff;
    overflow: hidden;
}

.NyVideo_list ul li:nth-child(4n) {
    margin-right: 0;
}

.NyVideo_list ul li:hover .moviesImg img {
    transform: scale(1.1);
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.NyVideo_list ul li:hover .moviesImg .iconfont {
    margin-left: -22.5px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.NyVideo_list ul li:hover .moviesBot a {
    color: #f84958;
}

.NyVideo_list ul li:hover .moviesBot:before {
    background: #f84958;
}

.NyVideo_list ul li .moviesImg {
    position: relative;
    height: 242px;
    background: #fff;
    overflow: hidden;
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
}

.NyVideo_list ul li .moviesImg img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    opacity: 0.9;
    filter: alpha(opacity=90);
    transition: all 0.26s;
}

.NyVideo_list ul li .moviesImg span {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 0 5px;
    height: 20px;
    border-radius: 4px;
    font-size: 14px;
    color: #fefefe;
    line-height: 20px;
    background: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
}

.NyVideo_list ul li .moviesImg .iconfont {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    color: #ffffff;
    text-align: center;
    line-height: 60px;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.3s;
    background: url(../images/icon-play.png) center center no-repeat;
    background-size: 100%;
}

.NyVideo_list ul li .moviesBot {
    position: relative;
    padding: 10px 20px 16px;
}

.NyVideo_list ul li .moviesBot:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 38px;
    width: 3px;
    background: var(--bg-blue-color);
}

.NyVideo_list ul li .moviesBot a {
    height: 40px;
    font-size: 16px;
    color: #333333;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.16s;
    display: block;
}

.NyVideo_list ul li .moviesBot p {
    height: 40px;
    font-size: 15px;
    color: #9e9e9e;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*内页-成功案例 开始*/
.ab_NySuccesscase {
    width: 1200px;
    height: auto;
    margin: 40px auto;
    padding: 0;
}

.ab_NySuccesscase .adminbuyNyCase_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyCase_list ul li {
    width: 31.667%;
    height: auto;
    margin: 0 2.4995% 40px 0;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    float: left;
    border-radius: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyCase_list ul li:nth-child(3n+3) {
    margin: 0 0 40px;
}

.adminbuyNyCase_list ul li:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.adminbuyNyCase_list ul li .idxCase_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.adminbuyNyCase_list ul li .idxCase_img img {
    display: block;
    width: 100%;
    height: 100%;
    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;
}

.adminbuyNyCase_list ul li:hover .idxCase_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.adminbuyNyCase_list ul li .idxCase_text {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyCase_list ul li .idxCase_text .idxCase_name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyCase_list ul li .idxCase_text .idxCase_subname {
    width: 100%;
    height: 66px;
    font-size:14px;
    line-height: 22px;
    color:#999999;
    padding: 0;
    position: relative;
    box-sizing: border-box;
}

.adminbuyNyCase_list ul li .idxCase_text .idxCase_name a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    text-align: center;
    color: #333;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    text-align: center
}

.adminbuyNyCase_list ul li .idxCase_text span {
    display: block;
    width: 100%;
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    margin: 4px auto 10px;
    padding: 0;
}

.adminbuyNyCase_list ul li .idxCase_text span img {
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin: 0 4px 0 0;
    padding: 0;
    float: left;
}

.adminbuyNyCase_list ul li:hover .idxCase_text .idxCase_name a {
    color: var(--text-blue-color);
}

.adminbuyNyCase_list ul li .idxCase_text p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    line-height: 24px;
    color: #888;
    font-size: 14px;
    word-break: break-all;
    margin: 0 auto;
    padding: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyCase_list ul li .idxCase_text a.idxCase_btn {
    display: block;
    width: 140px;
    height: 40px;
    overflow: hidden;
    line-height: 38px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 20px 0 0;
    padding: 0;
    background-color: var(--bg-blue-color);
    border: 1px solid rgba(1, 64, 153, 0.1);
    border-radius: 20px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyCase_list ul li .idxCase_text a.idxCase_btn i {
    display: inline-block;
    width: 24px;
    height: 20px;
    overflow: hidden;
    vertical-align: middle;
    margin: -2px 0 0 10px;
    padding: 0;
    background: url(../images/jt0.png) center center no-repeat;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.adminbuyNyCase_list ul li:hover .idxCase_text a.idxCase_btn {
    color: #fff;
    background-color: var(--bg-blue-color);
    border: 1px solid var(--bg-blue-color);
}

.adminbuyNyCase_list ul li:hover .idxCase_text a.idxCase_btn i {
    margin: -2px 0 0 20px;
    background: url(../images/jt0.png) center center no-repeat;
}

/*内页-成功案例 结束*/

/*分页样式 开始*/
#fengye {
    text-align: center;
    margin: 10px auto 0;
    color: #555;
    font-size: 14px;
}

#fengye a {
    display: inline-block;
    padding: 0 10px;
    background: #ddd;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 5px;
    border-radius: 2px;
    color: #555;
    font-size: 14px;
}

#fengye a:hover {
    background: var(--bg-blue-color);
    color: #ffffff;
}

#fengye a.pnnum1 {
    background: var(--bg-blue-color);
    color: #ffffff;
}

#fengye input {
    display: inline-block;
    padding: 0 5px;
    background-color: var(--bg-blue-color);
    width: 40px !important;
    height: 32px !important;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    margin: 0 5px;
    color: #fff;
    cursor: pointer;
    border: 0;
    outline: none;
}

#fengye .p_input {
    display: inline-block;
    padding: 0 5px;
    background: #ddd;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 5px;
    color: #555;
    cursor: default;
}

/*分页样式 结束*/

/*内页-新闻详情&文章详情 开始*/
.ab_NyNewsdetail {
    width: 1200px;
    overflow: hidden;
    margin: 40px auto;
    padding: 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ab_NyNewsdetail .NyNewsdetail_title {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 30px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.ab_NyNewsdetail .NyNewsdetail_tips {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 20px;
    color: #999;
    font-size: 14px;
    text-align: center;
    margin: 20px auto 40px;
    padding: 10px 0;
    background-color: #f1f1f1;
}

.ab_NyNewsdetail .NyNewsdetail_con {
    width: 100%;
    min-height: 300px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    line-height: 30px;
    color: #565656;
    font-size: 15px;
    text-align: justify;
}

.NyNewsdetail_con p, .NyNewsdetail_con div {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #565656;
    font-size: 15px;
    text-align: justify;
    text-indent: 0em;
    margin: 0 auto 00px;
    padding: 0;
}

.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em {
    color: #565656 !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
}

.NyNewsdetail_con table tr td p {
    text-indent: 0 !important;
}

.NyNewsdetail_con img {
    display: inline-block;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-indent: 0 !important;
}

.ab_NyNewsdetail .ab_PrevNext {
    margin: 40px auto 0;
}


.ab_PrevNext {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0 0;
    border-top: 1px solid #eaeaea;
}

.ab_PrevNext ul li {
    width: 50%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #999;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ab_PrevNext ul li a {
    color: #333;
    font-size: 16px;
}

.ab_PrevNext ul li:last-child {
    text-align: right;
}

.ab_PrevNext ul li:hover {
    color: var(--text-yellow-color);
}

.ab_PrevNext ul li:hover a {
    color: var(--text-yellow-color);
}

/*内页-新闻详情&文章详情 结束*/

/*内页-在线留言 开始*/
.ab_NyOrder {
    width: 1200px;
    overflow: hidden;
    margin: 40px auto;
    padding: 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ab_msg {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.ab_msg h3 {
    display: none !important;
}

.ab_msg ul {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.ab_msg ul li {
    width: 100%;
    overflow: hidden;
    line-height: 44px;
    margin: 0 auto 20px !important;
    padding: 0;
    color: #999;
    font-size: 14px;
}

.ab_msg ul li:last-child {
    margin: 0 auto !important;
}

.ab_msg ul li h4 {
    width: 10% !important;
    height: 44px !important;
    overflow: hidden;
    line-height: 44px !important;
    margin: 0;
    padding: 0 12px 0 0;
    color: #333;
    font-size: 14px;
    text-align: right;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ab_msg ul li .msg_ipt1, .ab_msg ul li .msg_tara {
    width: 90%;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    background: url(../images/tb_img.png) top right no-repeat;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ab_msg ul li .msg_ipt1, .ab_msg ul li .msg_ipt12, .ab_msg ul li .msg_tara {
    width: 90% !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
}

.ab_msg ul li .msg_ipt1, .ab_msg ul li .msg_ipt12, .ab_msg ul li .msg_ipt2 {
    height: 44px !important;
    background: url(../images/tb_img.png) right center no-repeat !important;
}

.ab_msg ul li .msg_ipt12 {
    width: 85%;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.msg_ipt1 input, .msg_tara textarea {
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.msg_ipt12 input {
    height: 34px;
    line-height: 16px;
    display: block;
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 8px 15px;
    color: #666;
    font-size: 12px;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input {
    height: 44px !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
}

.msg_ipt1 input, .msg_ipt12 input, .msg_ipt2 input, .msg_tara textarea {
    border-radius: 4px;
    font-size: 14px !important;
    background-color: #fff !important;
    border: 1px solid #eaeaea !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-seri !important;
    outline: none !important;
    resize: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ab_msg ul li .msg_ipt1 #selPvc {
    border-radius: 4px;
    height: 44px !important;
    line-height: 44px !important;
    color: #666 !important;
    font-size: 14px !important;
    background-color: #fff !important;
    border: 1px solid #eaeaea !important;
    padding: 0 15px !important;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.ab_msg ul li .msg_ipt2, .msg_ipt2 input {
    width: 160px !important;
}

.ab_msg ul li .msg_ipt2 {
    width: 120px;
    height: 34px;
    overflow: hidden;
    margin-right: 10px;
    padding: 0;
    float: left;
}

.ab_msg ul li a.yzm_img {
    display: block;
    width: 90px;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding-right: 20px;
    background: url(../images/tb_img.png) top right no-repeat;
    float: left;
}

.ab_msg ul li a.yzm_img {
    width: 120px !important;
    height: 44px !important;
    background: url(../images/tb_img.png) right center no-repeat !important;
}

.ab_msg ul li a.yzm_img img {
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.ab_msg ul li .msg_btn {
    width: 83%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    float: left;
}

.ab_msg ul li .msg_btn {
    width: 88% !important;
}

.msg_btn input {
    width: 160px !important;
    height: 44px !important;
    line-height: 44px !important;
    color: #fff !important;
    font-size: 15px !important;
    text-align: center !important;
    margin: 0 15px 0 0;
    padding: 0; /* border-radius: 4px; */
    border: none !important;
    background: var(--bg-blue-color) !important;
    cursor: pointer !important;
}

.msg_btn input:last-child {
    background: #484746 !important;
}

/*内页-在线留言 结束*/

/*内页-联系我们 开始*/
.ab_NyContact {
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ab_NyContact .adminbuyNyContact_main {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyContact_main .adminbuyNyContact_lxfs {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
}

.adminbuyNyContact_lxfs ul {
    border: 1px solid #eaeaea;
    border-radius: 4px;
}

.adminbuyNyContact_lxfs ul li {
    width: 33.333333%;
    overflow: hidden;
    margin: 0;
    padding: 60px 30px 30px;
    border-right: 1px solid #eaeaea;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.adminbuyNyContact_lxfs ul li:nth-child(3) {
    border: 0;
}

.adminbuyNyContact_lxfs ul li img {
    display: block;
    width: 130px;
    height: 130px;
    overflow: hidden;
    margin: 0 auto 40px;
    padding: 0;
    transition: all 800ms ease-in-out;
}

.adminbuyNyContact_lxfs ul li:hover img{
    transform: rotate3d(0,1,0,360deg);
}

.adminbuyNyContact_lxfs ul li span {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #797979;
    font-size: 15px;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0;
}

.adminbuyNyContact_lxfs ul li p {
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 18px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyContact_lxfs ul li:nth-child(1) p {
    font-size: 20px;
}

.adminbuyNyContact_lxfs ul li:nth-child(2) p {
    font-size: 20px;
}

.adminbuyNyContact_main .adminbuyNyContact_ewm {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    padding: 60px 0;
    border-radius: 4px;
    background: #fff url(../images/nycontact_ewmbg.jpg) center center no-repeat;
    background-size: 100%;
}
.adminbuyNyContact_ewm{
    display:flex;
    justify-content: center;
    align-items: flex-end;
    gap:20px;
}

.adminbuyNyContact_ewm .qrcode{
    width:180px;
    flex-shrink: 0;
}



.adminbuyNyContact_ewm .qrcode p {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyContact_ewm .qrcode span {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyContact_ewm .qrcode .ewm_img {
    width: 160px;
    height: 160px;
    overflow: hidden;
    margin: 30px auto 0;
    padding: 0;
}

.adminbuyNyContact_ewm .qrcode .ewm_img img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyContact_ewm .contact-box{
    width:400px;
    flex-shrink: 0;
}
.adminbuyNyContact_ewm .contact-box .c-item{
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.adminbuyNyContact_ewm .contact-box .c-item .lb{
    width:80px;
    flex-shrink: 0;
}
.adminbuyNyContact_ewm .contact-box .c-item .vl{
    flex-grow: 1;
}

.adminbuyNyContact_main .adminbuyNyContact_map {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}

.adminbuyNyContact_map .adminbuyNyContact_Mapmain {
    width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
    padding: 19px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.dz_map {
    height: 360px;
    overflow: hidden;
}

/*内页-联系我们 结束*/

/*内页-荣誉资质 开始*/
.ab_NyHonor {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 40px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ab_NyHonor .adminbuyNyHonor_list {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyHonor_list ul li {
    width: 23.5%;
    height: auto;
    margin: 0 2% 30px 0;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 4px;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyHonor_list ul li:nth-child(4n+4) {
    margin: 0 0 30px;
}

.adminbuyNyHonor_list ul li:hover {
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0 0;
}

.adminbuyNyHonor_list ul li .adminbuyIdxHonor_img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    margin: 0 auto 20px;
    padding: 0;
}

.adminbuyNyHonor_list ul li .adminbuyIdxHonor_img a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    position: relative;
}

.adminbuyNyHonor_list ul li .adminbuyIdxHonor_img a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    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;
}

.adminbuyNyHonor_list ul li:hover .adminbuyIdxHonor_img a img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.adminbuyNyHonor_list ul li .adminbuyIdxHonor_text {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyHonor_list ul li .adminbuyIdxHonor_text a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyHonor_list ul li:hover .adminbuyIdxHonor_text a {
    color: var(--text-blue-color);
}

.adminbuyNyHonor_list ul li i {
    display: block;
    width: 0;
    height: 3px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: var(--bg-blue-color);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.adminbuyNyHonor_list ul li:hover i {
    width: 100%;
}

/*内页-荣誉资质 结束*/


.idxAbout_data {
    width: 100%;
    height: auto;
    margin: 40px auto 0;
    padding: 0;
}

.idxAbout_data ul li {
    width: 25%;
    height: 90px;
    margin: 0;
    padding: 0 20px;
    border-right: 1px solid #eaeaea;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.idxAbout_data ul li:nth-child(4) {
    border: 0;
}

.idxAbout_data ul li span {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: var(--text-blue-color);
    font-size: 64px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.idxAbout_data ul li:hover span {
    color: var(--text-blue-color);
    margin: -20px auto 0;
}

.idxAbout_data ul li span font {
    color: #999;
    font-size: 15px;
    font-weight: normal;
}

.idxAbout_data ul li:hover span font {
    color: var(--text-blue-color);
}

.idxAbout_data ul li p {
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #333;
    font-size: 15px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}


/*产品分类 开始*/
.h_left {
    width: 100%;
    overflow: hidden;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.cp_type .bd {
    background-color: #fff;
    padding: 0 0 0;
    border: 1px solid #dedede;
}


.cp_type .bd ul li.cpfl_all a {
    display: block;
    width: 95%;
    padding: 0 20px;
    overflow: hidden;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    border: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    background: var(--bg-blue-color);
    margin: 1px auto 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cp_type .hd .adminbuyNyProDetail_ConTit {
    margin: 0 auto 10px;
}

.adminbuyNyPro_left .cp_type .bd {
    background-color: #fff;
    padding: 0;
}

.adminbuyNyPro_left .h_left {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    margin: 0 0 0;
}

.adminbuyNyPro_left .cp_type { /* margin:0 0 24px; */
}

.adminbuyNyPro_left .cp_type .hd {
    text-align: left;
    background: var(--bg-blue-color);
    padding: 18px 40px;
    overflow: hidden; /* border-bottom: 1px solid #fff; */
}

.adminbuyNyPro_left .cp_type .hd p {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    float: left;
}

.adminbuyNyPro_left .cp_type .hd p:before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 28px;
    background: url(../images/mulu_tlt.png) center center no-repeat;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}

.adminbuyNyPro_left .cp_type .hd span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}


.adminbuyNyPro_left .cp_type .bd ul li {
    border-bottom: 1px solid #dfdfdf;
}

.adminbuyNyPro_left .cp_type .bd ul li.on p {
    background: var(--bg-blue-color);
}

.adminbuyNyPro_left .cp_type .bd ul li.on p a {
    color: #ffffff;
}

.adminbuyNyPro_left .cp_type .bd ul li:last-child {
    border-bottom: 0;
}

.cp_type .bd ul li.cpfl_all {
    border: 0;
    margin: 20px 0;
}

.adminbuyNyPro_left .cp_type .bd ul li p {
    height: 65px;
    line-height: 65px;
}

.adminbuyNyPro_left .cp_type .bd ul li p a {
    display: block;
    width: 80%;
    padding: 0 0 0 20px;
    overflow: hidden;
    line-height: 65px;
    color: #333;
    font-size: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyPro_left .cp_type .bd ul li.on .active {
    color: var(--text-blue-color);
}

.adminbuyNyPro_left .cp_type .bd ul li div {
    background: #fafafa;
    display: none;
}

.adminbuyNyPro_left .cp_type .bd ul li div a {
    display: block;
    height: 55px;
    line-height: 55px;
    color: #797979;
    font-size: 16px;
    border-top: 1px solid #e7e5e5;
    padding: 0 20px 0 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(../images/icon4.png) 20px center no-repeat;
}

.adminbuyNyPro_left .cp_type .bd ul li div a:first-child {
}

.adminbuyNyPro_left .cp_type .bd ul li p:hover, .adminbuyIdxPro_left .cp_type .bd ul li.on p {
    background: var(--bg-blue-color);
}

.adminbuyNyPro_left .cp_type .bd ul li p:hover a, .adminbuyIdxPro_left .cp_type .bd ul li.on p a {
    color: #ffffff;
}

.adminbuyNyPro_left .cp_type .bd ul li p:hover span {
    background: url(../images/mulu2.png) center center no-repeat;
}


.adminbuyNyPro_left .cp_type .bd ul li div a:hover {
    color: #dd333c;
    background: url(../images/icon5.png) 20px center no-repeat;
}

.adminbuyNyPro_left .cp_type .bd ul a.ckqb {
    display: block;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #333;
    background: #f1f1f1;
    width: 94%;
    margin: 10px auto;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.adminbuyNyPro_left .cp_type .bd ul a.ckqb:hover {
    background: var(--bg-blue-color);
    color: #fff;
}

.ab_video {
    text-align: center !important;
    width: 80% !important;
    margin: 0 auto !important
}

/*产品分类 结束*/


.adminbuyNyPro_menu {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0;
    padding: 0 0 0 400px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyPro_menu .adminbuyNyProMenu_tit {
    width: 400px;
    height: 100%;
    margin: 0;
    padding: 30px;
    background: url(../images/flbg.jpg) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyProMenu_tit .adminbuyNyProMenuTit {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: relative;
}

.adminbuyNyProMenuTit .adminbuyNyProMenuTit_con {
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: -25px 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyProMenuTit_con img {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}

.adminbuyNyProMenuTit_con p {
    line-height: 30px;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.adminbuyNyProMenuTit_con span {
    display: block;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyPro_menu .adminbuyNyProMenu_main {
    height: auto;
    min-height: 150px;
    overflow: hidden;
    padding: 30px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyProMenu_main ul li {
    width: 20%;
    overflow: hidden;
    margin: 0 0 10px;
    padding: 0 10px 0 0;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyProMenu_main ul li:nth-child(5n+5) {
    padding: 0;
}

.adminbuyNyProMenu_main ul li p {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyProMenu_main ul li p i {
    display: none;
    width: 2px;
    height: 16px;
    overflow: hidden;
    margin: -8px 0 0;
    padding: 0;
    background-color: var(--bg-blue-color);
    position: absolute;
    left: 0;
    top: 50%;
}

.adminbuyNyProMenu_main ul li p a {
    display: block;
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #f8f8f8;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyProMenu_main ul li p a:hover {
    color: #fff;
    background-color: var(--bg-blue-color);
}

.adminbuyNyProMenu_main ul li:first-child p a {
    color: #fff;
    background-color: var(--bg-blue-color);
}

.adminbuyNyProMenu_main ul li .adminbuyNyProMenu_list {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    display: none;
}

.adminbuyNyProMenu_main ul li .adminbuyNyProMenu_list a {
    display: inline-block;
    line-height: 30px;
    color: #666;
    font-size: 15px;
    margin: 0 20px 0 0;
    padding: 0;
}

.adminbuyNyProMenu_main ul li .adminbuyNyProMenu_list a:hover {
    color: var(--text-yellow-color);
}

.adminbuyNyProMenu_main .showWordsBtn1, .adminbuyNyProMenu_main .hideWordsBtn1 {
    width: 120px;
    height: 36px;
    overflow: hidden;
    line-height: 34px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border: 1px solid #fff;
    position: absolute;
    left: 30px;
    bottom: 30px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyProMenu_main .showWordsBtn1 img, .adminbuyNyProMenu_main .hideWordsBtn1 img {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: middle;
    margin: -3px 0 0 5px;
    padding: 0;
}

.adminbuyNyProMenu_main .showWordsBtn1:hover, .adminbuyNyProMenu_main .hideWordsBtn1:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.2);
}


.fvopvideo {
    width: 100%;
    height: 500px !important;
    max-width: 806px;
    margin: 0 auto;
}

.ab_NyProDetail {
    overflow: hidden;
    margin: 60px auto;
    padding: 0;
    width: 1200px;
}

.ab_NyProDetail .adminbuyNyProDetail_con {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_left {
    width: 21%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.adminbuyNyProDetail_con .adminbuyNyProDetail_right {
    width: 76%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: right;
}

.adminbuyNyProDetail_right .adminbuyNyProDetail_ConTit {
    margin: 0 auto 30px;
    padding: 0;
    background-color: #f8f8f8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.adminbuyNyProDetail_ConTit p {
    width: 180px;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin: 0;
    padding: 0 20px;
    background: var(--bg-blue-color);
}

.adminbuyNyProDetail_right .adminbuyNyProDetail_ConText {
    width: 100%;
    overflow: hidden;
    line-height: 28px;
    color: #555;
    font-size: 14px;
    margin: 0 auto 30px;
    padding: 0;
}

.adminbuyNyProDetail_ConText img, .adminbuyNyProDetail_ConText table,
.adminbuyNyProDetail_ConText tr, .adminbuyNyProDetail_ConText td,
.adminbuyNyProDetail_ConText p, .adminbuyNyProDetail_ConText span,
.adminbuyNyProDetail_ConText div, .adminbuyNyProDetail_ConText video, .adminbuyNyProDetail_ConText embed {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100%;
    color: #555;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    white-space: normal;
    word-break: break-all;
}

.NyNewsdetail_con p span, .NyNewsdetail_con span, .NyNewsdetail_con p em, .NyNewsdetail_con em {
    color: #565656 !important;
    font-family: Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif !important;
}

.adminbuyNyProDetail_ConText table tr td p {
    text-indent: 0 !important;
}

.adminbuyNyProDetail_ConText img {
    display: inline-block;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    text-indent: 0 !important;
}


.pro_detail_main {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
    padding: 0;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.pro_detail_main .pro_detail_img {
    width: 480px;
    height: 480px;
    overflow: hidden;
    margin: 0;
    padding: 10px;
    border: 1px solid #eaeaea;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.pro_detail_img .pro_detail_img_main {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.pro_detail_img_main img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.pro_detail_main .pro_detail_text {
    width: 52%;
    min-height: 360px;
    overflow: hidden;
    margin: 0;
    padding: 0 0 77px;
    float: right;
    position: relative;
}

.pro_detail_main .sale_detail_text {
    min-height: 280px;
}

.pro_detail_text h1 {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #32353a;
    font-size: 28px;
    margin: 0 auto;
    padding: 0;
}

.pro_detail_text .jyms {
    width: 100%;
    overflow: hidden;
    margin: 20px auto;
    padding: 20px;
    background-color: #f8f8f8;
    box-sizing: border-box;
}

.pro_detail_text .jyms p {
    width: 100%;
    overflow: hidden;
    line-height: 25px;
    color: #888;
    font-size: 14px;
    text-align: justify;
    margin: 0 auto;
    padding: 0;
}

.pro_detail_text .jyms p span {
    color: #333;
    font-weight: bold;
}

.pro_detail_text ul {
    width: 100%;
    margin: 20px auto;
    padding: 0;
}

.pro_detail_text ul li {
    width: 50%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #888;
    font-size: 15px;
    text-align: justify;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 10px auto;
    padding: 0;
    float: left;
}

.pro_detail_text ul li img {
    display: block;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin: 7px 4px 7px 0;
    padding: 0;
    float: left;
}

.pro_detail_text ul li span {
    color: #333;
}

.pro_detail_text .pro_detail_btn {
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pro_detail_btn a {
    display: block;
    width: 48%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin: 0;
    padding: 0;
    float: left;
}

.pro_detail_btn a.prodtl_btn1 {
    float: left;
    margin: 0 4% 0 0;
    background: var(--bg-blue-color);
}

.pro_detail_btn a.prodtl_btn2 {
    float: left;
    background-color: #4a4a4a;
}

.pro_detail_btn a.prodtl_btn1:hover {
    background-color: #f18617;
}

.pro_detail_btn a.prodtl_btn2:hover {
    background-color: #2a2a2a;
}


.prodetail_img {
    width: 45%;
    height: 440px;
    margin: 0;
    padding: 0;
    float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.prodetail_imgsale {
    height: 380px;
}

#preview {
    width: 100%;
    margin: 0;
    text-align: center;
    position: relative;
}

#preview .jqzoom_wrap {
    border: 1px solid #dfdfdf;
    padding: 10px 2%;
    width: 80%;
    float: left;
    box-sizing: border-box;
}

.list-h li {
    float: left;
}

#spec-n5 {
    width: 17%;
    overflow: hidden;
    float: right;
    height: 437px;
}

#spec-left {
    width: 16px;
    height: 70px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
}

#spec-right {
    width: 16px;
    height: 70px;
    float: left;
    cursor: pointer;
    margin-top: 3px;
}

#spec-list {
    width: 440px;
    float: left;
    overflow: hidden;
    margin-left: 2px;
    display: inline;
}

#spec-list ul {
}

#spec-list ul li {
    float: left;
    display: inline;
    padding: 0;
    width: 100%;
    height: 98px;
    margin: 0 2% 15px 0;
}

#spec-list ul li:last-child {
    margin: 0;
}

#spec-list ul li p {
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 1px solid #dfdfdf;
    position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#spec-list ul li:hover p {
    border: 1px solid var(--bg-blue-color);
}

#spec-list ul li img {
    display: block;
    max-width: 94%;
    max-height: 94%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/*jqzoom*/
.jqzoom {
    position: relative;
    width: 100%;
    height: 415px;
    overflow: hidden;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.jqzoom img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.zoomdiv {
    z-index: 100;
    position: absolute;
    top: 1px;
    left: 0px;
    background: url(../images/loading.gif) #fff no-repeat center center;
    border: 1px solid #eaeaea;
    display: none;
    text-align: center;
    overflow: hidden;
    left: 104% !important;
    top: 0 !important;
}

.bigimg {
}

.jqZoomPup {
    width: 200px !important;
    height: 200px !important;
    z-index: 10;
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/mask.png) 0 0 repeat;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
    cursor: move;
}

#spec-list {
    position: relative;
    width: 100%;
    margin: 0;
}

#spec-list div {
    width: 100% !important;
    height: 70px !important;
    margin: 0;
}

#ceshi {
    display: block;
    margin: auto !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.prodetail_img a.videoIco {
    left: 20px !important;
    bottom: 20px !important;
    z-index: 99 !important;
}

.Warning {
    width: 100% !important;
    height: 100% !important;
}

.admin_buy_cn img {
    max-width: 100% !important;
    height: auto !important;
    display: inline-block;
}

.admin_buy_cn p {
    text-wrap: inherit !important;
}

.admin_buy_cn p span {
    text-wrap: inherit !important;
}


@media (min-width: 1300px) {
    .ft_info{
        padding-right: 30px;
        width:320px;
    }
    .pc_ft_main .ft_list dl{
        min-width: 120px;
    }
    .ab_top {
        width: 1200px;
    }
    .ab_idxPro .index-pane{
        width: 1200px;
    }
    .pc_ft_main{
        width: 1200px;
    }
    .pc_foot .ft_copy .w1100{
        width: 1200px;
    }

    .ab_hotkw_search .hotkw_search {
        width: 1200px;
    }

    .ab_crumb {
        width: 1200px;
    }

    .ab_Gsjj {
        width: 1200px;
    }

    .ab_NyProducts{
        width: 1200px;
    }
    .ab_NyProDetail {
        width: 1200px;
    }

    .ab_NyNews{
        width: 1200px;
    }

    .ab_NyNewsdetail {
        width: 1200px;
    }

    .ab4-con {
        width: 1200px;
    }

    .ab_NySuccesscase{
        width: 1200px;
    }

    .ab_AboutHonor {
        padding: 70px;
    }

    .ab_NyHonor {
        width: 1200px;
    }

    .ab_NyOrder{
        width: 1200px;
    }
    .ab_NyContact {
        width: 1200px;
    }
}
@media (min-width: 1580px) {
    .ft_info{
        padding-right: 60px;
        width:380px;
    }
    .pc_ft_main .ft_list dl{
        min-width: 150px;
    }
    .ab_top {
        width: 1400px;
    }
    .ab_idxPro .index-pane{
        width: 1400px;
    }
    .pc_ft_main{
        width: 1400px;
    }
    .pc_foot .ft_copy .w1100{
        width: 1400px;
    }

    .ab_hotkw_search .hotkw_search {
        width: 1400px;
    }

    .ab_crumb {
        width: 1400px;
    }

    .ab_Gsjj {
        width: 1400px;
    }

    .ab_NyProducts{
        width: 1400px;
    }
    .ab_NyProDetail {
        width: 1400px;
    }

    .ab_NyNews{
        width: 1400px;
    }

    .ab_NyNewsdetail {
        width: 1400px;
    }

    .ab4-con {
        width: 1400px;
    }

    .ab_NySuccesscase{
        width: 1400px;
    }

    .ab_AboutHonor {
        padding: 70px;
    }

    .ab_NyHonor {
        width: 1400px;
    }

    .ab_NyOrder{
        width: 1400px;
    }
    .ab_NyContact {
        width: 1400px;
    }
}


@media (min-width: 1800px) {
    .ft_info{
        padding-right: 60px;
        width:380px;
    }
    .pc_ft_main .ft_list dl{
        min-width: 180px;
    }
    .ab_top {
        width: 1600px;
    }
    .ab_idxPro .index-pane{
        width: 1600px;
    }
    .pc_ft_main{
        width: 1600px;
    }
    .pc_foot .ft_copy .w1100{
        width: 1600px;
    }

    .ab_hotkw_search .hotkw_search {
        width: 1600px;
    }

    .ab_crumb {
        width: 1600px;
    }

    .ab_Gsjj {
        width: 1600px;
    }

    .ab_NyProducts{
        width: 1600px;
    }
    .ab_NyProDetail {
        width: 1600px;
    }

    .ab_NyNews{
        width: 1600px;
    }

    .ab_NyNewsdetail {
        width: 1600px;
    }

    .ab4-con {
        width: 1600px;
    }

    .ab_NySuccesscase{
        width: 1600px;
    }

    .ab_AboutHonor {
        padding: 70px;
    }

    .ab_NyHonor {
        width: 1600px;
    }

    .ab_NyOrder{
        width: 1600px;
    }
    .ab_NyContact {
        width: 1600px;
    }
}

