/* utils类 start */
.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.hidden {
    display: none
}

.show {
    display: block
}

.invisible {
    visibility: hidden
}

.pb50 {
    padding-bottom: 50px
}

.commonText {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: justify
}

.ibenew__wrapper--theme-gray {
    background-color: #f6f7f9
}
/* utils类 end */

/* header start */
body {
    position: relative
}

@-webkit-keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInDown {
    -webkit-animation-name: a;
    animation-name: a
}

@-webkit-keyframes b {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes b {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: b;
    animation-name: b
}

.showSubmenu {
    -webkit-animation: a .43s ease-in-out;
    animation: a .43s ease-in-out
}

.showSubmenu.sub-nav-menu__wrapper {
    display: block
}

.hideSubmenu {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.hideSubmenu.sub-nav-menu__wrapper {
    display: block
}

.video-dialog__wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    padding-top: 10%
}

.video-dialog__wrap .video-dialog__inner {
    position: fixed;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-height: 650px
}

.header {
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #eee;
    z-index: 9999;
    box-shadow: 0 2px 4px -2px rgba(0, 0, 0, .06)
}

.header,
.header .header-wrapper {
    background-color: #fff;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header .header-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    height: 54px;
    width: 1180px;
    -webkit-transition: all .23s ease;
    transition: all .23s ease
}

.header .header-left {
    position: absolute;
    left: 0;
    top: 12px
}

.header .header-left img {
    width: 150px
}

.header .tabs {
    margin-left: 242px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-align: center;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.header .tabs,
.header .tabs .header-tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center
}

.header .tabs .header-tab {
    position: relative;
    -ms-flex-align: center;
    font-size: 14px;
    color: #555;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header .tabs .header-tab+.header-tab {
    margin-left: 34px
}

.header .tabs .header-tab a {
    color: #222
}

.header .tabs .header-tab .header-link {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .tabs .header-tab .header-link .ibenew-icon {
    color: #666
}

.header .tabs .header-tab.header-tab__video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 38px
}

.header .tabs .header-tab .header-nav-tv-icon {
    width: 15px;
    position: relative;
    left: 25px;
    top: -15px
}

.header .tabs .header-tab-icon {
    margin-top: 2px;
    margin-left: 5px;
    font-size: 12px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.header .tabs .icon,
.header .tabs .more {
    cursor: pointer;
    position: absolute
}

.header .tabs .more {
    padding: 0 7px;
    background-color: #fb8f17;
    border-radius: 4px;
    font-size: 12px;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    color: #fff;
    top: 21px;
    right: -40px
}

.header .tabs .header-tab-down_menu {
    position: absolute;
    top: 95%;
    left: -6px;
    min-width: 87px;
    padding: 15px;
    line-height: 35px;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .18);
    border-radius: 3px;
    letter-spacing: 1px;
    display: none
}

.header .tabs .header-down_menu-item {
    display: block;
    white-space: nowrap
}

.header .tabs .header-down_menu-item.active,
.header .tabs .header-down_menu-item:hover,
.header .tabs .header-tab.active .header-link,
.header .tabs .header-tab.active .header-link .ibenew-icon,
.header .tabs :hover .header-link,
.header .tabs :hover .header-link .ibenew-icon {
    color: #ff8700
}

.header .tabs :hover .header-link .header-tab-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header .tabs :hover .header-tab-down_menu {
    display: block
}

.header .header-contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #ff8700;    
    margin-top: 12px;
    margin-left: 50px;
    flex-direction: column;
    font-family: Arial, Helvetica, sans-serif
}
.header .header-contact .item {
    display: flex;
}

.header .header-contact .label {
    width: 128px;
    text-align: right;
}
.header .header-contact .value {
    width: 140px;
    text-align: left;
}

.header .header-search-bar {
    display: none;
    position: absolute;
    right: 0;
    top: 13px;
    width: 166px;
    height: 28px;
    border-radius: 14px;
    box-shadow: inset 0 0 5px 1px hsla(0, 0%, 80%, .35);
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header .header-search-bar input {
    margin: 3px 0;
    width: 116px;
    height: 18px;
    border: none;
    color: #555
}

.header .header-search-bar input:focus {
    outline-offset: 0;
    outline: none
}

.header .header-search-bar :-moz-placeholder,
.header .header-search-bar ::-moz-placeholder {
    color: #999;
    font-size: 14px
}

.header .header-search-bar input:-ms-input-placeholder {
    color: #999;
    font-size: 14px
}

.header .header-search-bar input::-webkit-input-placeholder {
    color: #999;
    font-size: 14px
}

.header .header-search-bar i {
    font-size: 15px;
    color: #666;
    cursor: pointer
}

.sub-nav-menu__wrapper {
    display: none;
    -webkit-transition: all .63s;
    transition: all .63s;
    position: fixed;
    z-index: 999;
    top: 54px;
    width: 100%;
    background-color: hsla(0, 0%, 99%, .79)
}

.sub-nav-menu__wrapper .sub-nav-menu__inner {
    width: 1180px;
    margin: 0 auto;
    position: relative
}

.sub-nav-menu__wrapper .sub-nav-menu__inner .sub-nav-menu {
    top: 50px;
    z-index: 2;
    padding: 14px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.sub-nav-menu__wrapper .sub-nav-menu__inner .sub-nav-menu.sub-nav-menu2 {
    position: relative;
    left: 340px;
    top: 0
}

.sub-nav-menu__wrapper .sub-nav-menu__inner .sub-nav-menu .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    min-width: 160px;
    max-width: 200px;
    line-height: 28px
}

.sub-nav-menu__wrapper .sub-nav-menu__inner .sub-nav-menu .item a {
    color: #222;
    width: 100%;
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

.sub-nav-menu__wrapper .sub-nav-menu__inner .sub-nav-menu .item i.point {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 4px;
    height: 4px;
    margin-right: 10px;
    background-color: #555;
    border-radius: 50%
}

.sub-nav-menu__wrapper .sub-nav-menu__inner .sub-nav-menu .item:hover i.point {
    background-color: #ff8700
}

.sub-nav-menu__wrapper .sub-nav-menu__inner .sub-nav-menu .item:hover a {
    color: #ff8700
}

.sub-nav-menu__wrapper .sub-nav-menu__inner .sub-nav-menu .active i.point {
    background-color: #ff8700
}

.sub-nav-menu__wrapper .sub-nav-menu__inner .sub-nav-menu .active a {
    color: #ff8700
}
/* header end */

/* footer start */
.footer {
    width: 100%;
    background-color: #f2f2f2;
    padding-bottom: 14px
}

.footer .footer-wrapper {
    position: relative;
    margin: 0 auto;
    width: 1180px;
    background-color: #f2f2f2
}

.footer .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.footer .footer-left {
    display: inline-block;
    position: relative;
    padding-top: 60px;
    padding-right: 76px
}

.footer .footer-left .footer-logo img {
    max-width: 196px;
    max-height: 33px
}

.footer .footer-left .footer-wx-code {
    margin-top: 28px;
    background-color: #fff
}

.footer .footer-left .footer-wx-code img {
    max-width: 182px;
    max-height: 182px
}

.footer .footer-left:after {
    content: "";
    position: absolute;
    top: 61px;
    right: 0;
    width: 1px;
    height: 230px;
    background-color: #f39a10
}

.footer .footer-main {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer .footer-main .footer-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 400px
}

.footer .footer-main .footer-service .aboutUs {
    width: 146px
}

.footer .footer-main .footer-service .product {
    width: 250px
}

.footer .footer-main .footer-service .link .footer-item__content .footer-item__value {
    display: inline;
    margin-right: 18px
}

.footer .footer-main .footer-service .address .footer-item__value:hover {
    color: #666
}

.footer .footer-main--block {
    padding-top: 64px;
    padding-left: 55px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.footer .footer-item .footer-item__title {
    margin-bottom: 16px;
    text-align: left;
    color: #ff8700;
    font-size: 18px
}

.footer .footer-item .footer-item__content {
    text-align: left
}

.footer .footer-item .footer-item__content .footer-item__value {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #666
}

.footer .footer-item .footer-item__content .footer-item__value:hover {
    color: #ff8700
}

.footer .footer-item .footer-item__content .footer-item__value .address--map {
    display: inline-block;
    width: 282px;
    height: 107px;
    background: url(/Public/home/images/map.png) no-repeat;
    background-size: cover;
    cursor: pointer
}

.footer .footer-item .footer-item__content a.footer-item__value {
    cursor: pointer
}

.footer .footer-item .footer-item__content.address .footer-item__value:hover {
    color: #333
}

.footer .footer-item .footer-item-two {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.footer .footer-item .footer-item-two .footer-item__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer .footer-ml86 {
    margin-left: 86px
}

.footer .footer-bottom {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666
}

.footer .footer-bottom .footer-detail {
    text-align: center;
    margin-top: 4px;
    line-height: 14px
}

.footer .footer-bottom .footer-detail>div {
    display: inline-block
}

.footer .footer-bottom .footer-detail .footer-icp {
    padding-left: 75px
}

.footer .footer-bottom .footer-detail .footer-beian {
    padding-left: 80px
}

.footer .footer-bottom .footer-detail .footer-beian i {
    margin-right: 5px
}

.footer .footer-bottom .footer-detail .footer-beian a {
    color: #666
}
/* footer end */

/* banner start */

.common_banner-wrapper {
    position: relative;
    width: 100%;
    min-width: 1180px;
    height: 300px
}

.common_banner-wrapper400,
.common_banner-wrapper400 .common_banner-list_img {
    height: 400px
}

.common_banner-list {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: opacity 1.5s;
    transition: opacity 1.5s
}

.common_banner-list.current {
    opacity: 1;
    z-index: 1
}

.common_banner-list_img {
    display: block;
    width: 100%;
    height: 300px;
    background-position: 50%;
    background-repeat: no-repeat
}

.common_banner-buttons {
    position: absolute;
    width: 1260px;
    left: 50%;
    margin-left: -630px;
    bottom: 15px;
    z-index: 3;
    font-size: 12px;
    text-align: center
}

.common_banner-buttons .common_banner-button {
    display: inline-block;
    margin: 0 10px;
    width: 10px;
    height: 10px;
    border-radius: 24px;
    background: #eee;
    text-align: center;
    cursor: pointer
}

.common_banner-buttons .common_banner-button.current {
    width: 12px;
    height: 12px;
    background: #ff8700
}
/* banner end */
/* title start */


.ibenew-title__wrapper {
    width: 100%;
    min-width: 1180px;
    padding-top: 50px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ibenew-title__wrapper .ibenew-title-en {
    font-size: 12px;
    color: #666;
    letter-spacing: 1px
}

.ibenew-title__wrapper .ibenew-title-ch {
    font-size: 24px;
    color: #ff8700;
    margin-top: 4px;
    margin-bottom: 4px
}

.ibenew-title__wrapper .ibenew-title-ch,
.ibenew-title__wrapper .ibenew-title-ch .ibenew-title--label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ibenew-title__wrapper .ibenew-title-ch .ibenew-title--label {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    letter-spacing: 1px
}

.ibenew-title__wrapper .ibenew-title-ch .ibenew-title-text {
    font-size: 24px;
    font-weight: 400
}

.ibenew-title__wrapper .ibenew-title-ch .ibenew-title-icon {
    font-size: 32px;
    margin-right: 10px
}

.ibenew-title__wrapper .ibenew-title-ch .ibenew-title-icon.lines {
    font-size: 40px
}

.ibenew-title__wrapper .ibenew-title-desc {
    font-size: 14px;
    color: #666;
    letter-spacing: 1px;
    font-weight: 400
}

.ibenew-title__wrapper-v2 {
    color: #ff8700;
    font-size: 24px
}

.new-module--title {
    position: relative
}

.new-module--title .ibenew-title--text {
    position: relative;
    padding: 0 5px
}

.new-module--title .ibenew-title--text:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #fee0be;
    z-index: -1
}

.new-module--title .ibenew-title--text .title-label-en {
    display: inline-block;
    margin-left: 5px;
    color: #666;
    font-weight: 100
}

.new-module--title:after {
    content: "";
    position: absolute;
    bottom: 22px;
    left: 48%;
    width: 45px;
    height: 2px;
    background-color: #ff8700
}

.new-module--title .new-module-title_small {
    font-size: 14px;
    color: #666
}

.category-tag .separator {
    display: none
}

.category-tag .separator,
.category-tag .tag-item {
    font-size: 12px;
    color: #bbb
}

.category-tag .tag-item {
    cursor: pointer;
    margin-right: 4px;
    margin-left: 4px
}

.category-tag .tag-item:hover {
    color: #ff8700
}

.media-center__inner .tag-item {
    cursor: text
}

.media-center__inner .tag-item:hover {
    color: #bbb
}
/* title end */

/* description 描述类正文 start */


.common-desc-warp {
    background-color: #f6f9fc
}

.common-desc-warp .common-desc-container {
    width: 1180px;
    margin: 0 auto
}

.common-desc-warp .common-desc-container .ibenew-title__wrapper {
    background-color: #fff
}

.common-desc-warp .common-desc-container .header-title {
    font-size: 16px;
    color: #222;
    letter-spacing: 1px
}

.common-desc-warp .common-desc-container .right-desc {
    font-size: 14px;
    text-align: justify;
    line-height: 24px;
    color: #333;
    letter-spacing: 2px
}

.common-desc-warp .common-desc-container .title-bg-big {
    width: 30px;
    height: 4px
}

.common-desc-warp .common-desc-container .title-bg-big,
.common-desc-warp .common-desc-container .title-bg-small {
    display: block;
    margin: 8px 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffc54e), to(#ff991f)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: -webkit-linear-gradient(left, #ffc54e, #ff991f), -webkit-linear-gradient(#000, #000);
    background-image: linear-gradient(90deg, #ffc54e, #ff991f), linear-gradient(#000, #000)
}

.common-desc-warp .common-desc-container .title-bg-small {
    width: 25px;
    height: 2px
}

.common-desc-warp .common-desc-container .title-bg {
    display: block;
    margin: 8px 0;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ffc54e), to(#ff991f)), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
    background-image: -webkit-linear-gradient(left, #ffc54e, #ff991f), -webkit-linear-gradient(#000, #000);
    background-image: linear-gradient(90deg, #ffc54e, #ff991f), linear-gradient(#000, #000)
}

.common-desc-warp .common-desc-container .common-desc-header {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 47px 30px 50px;
    margin-bottom: 20px
}

.common-desc-warp .common-desc-container .common-desc_header--left {
    font-size: 12px;
    text-align: center
}

.common-desc-warp .common-desc-container .common-desc_header--left .header-title {
    font-size: 14px
}

.common-desc-warp .common-desc-container .common-desc_header--left .common-desc_header--leftTop {
    margin-top: 29px
}

.common-desc-warp .common-desc-container .common-desc_header--left .common-desc_header--leftContent,
.common-desc-warp .common-desc-container .common-desc_header--left .common-desc_header--leftFooter {
    margin-top: 25px
}

.common-desc-warp .common-desc-container .common-desc_header--left .left-title {
    margin-bottom: 10px;
    color: #999
}

.common-desc-warp .common-desc-container .common-desc_header--left .left-desc {
    color: #666
}

.common-desc-warp .common-desc-container .common-desc_header--left .left-desc:not(:last-child) {
    margin-bottom: 10px
}

.common-desc-warp .common-desc-container .common-desc_header--right {
    margin-left: 48px;
    font-size: 12px;
    max-width: 82%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.common-desc-warp .common-desc-container .common-desc_header--right .common-desc_header--rightItem {
    margin-bottom: 28px
}

.common-desc-warp .common-desc-container .common-desc-list {
    padding-bottom: 20px
}

.common-desc-warp .common-desc-container .common-desc-list .common-desc-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    margin-bottom: 30px;
    padding: 13px 32px 13px 59px
}

.common-desc-warp .common-desc-container .common-desc-list .common-desc-item .common-desc-imgDes {
    margin-right: 82px
}

.common-desc-warp .common-desc-container .common-desc-list .common-desc-item .common-desc-imgDes img {
    max-width: 100px
}

.common-desc-warp .common-desc-container .common-desc-list .common-desc-item:last-child {
    margin-bottom: 0
}

.common-desc-warp .common-desc-container .common-desc-list .common-desc-right {
    max-width: 83%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}
/* description描述类正文 end */

/* preview图片预览 start */

.preview-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19891049;
    background-color: #000;
    opacity: .3
}

.preview-page,
.preview-shade {
    position: fixed;
    pointer-events: auto
}

.preview-page {
    margin: 0;
    padding: 0;
    z-index: 19891050;
    width: auto;
    height: auto;
    top: 170px;
    left: 30%;
    background-color: #fff;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
    border-radius: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: c;
    animation-name: c
}

.preview-page .preview-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #f8f8f8;
    border-radius: 2px 2px 0 0;
    text-overflow: ellipsis;
    white-space: nowrap
}

.preview-page .preview-content {
    position: relative;
    overflow: auto
}

.preview-page .preview-content .pointImgs {
    text-align: center
}

.preview-page .preview-content .pointImgs .hidden {
    display: none
}

.preview-page .preview-content .fz14 {
    font-size: 14px
}

.preview-page .preview-content .preview-action {
    display: inline-block;
    position: fixed;
    top: 50%;
    z-index: 100;
    line-height: 30px;
    font-size: 30px;
    cursor: pointer;
    color: #fff;
    width: 50px;
    height: 50px;
    background-color: hsla(187, 5%, 67%, .5);
    border-radius: 50%
}

.preview-page .preview-content .preview-action i {
    vertical-align: sub
}

.preview-page .preview-content .img_pre {
    left: 30px;
    margin-right: 16px
}

.preview-page .preview-content .img_next {
    right: 30px;
    margin-left: 16px
}

.preview-page .preview-setwin {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 0;
    line-height: normal
}

.preview-page .preview-setwin .preview-close {
    position: absolute;
    right: -30px;
    top: -30px;
    font-size: 30px;
    padding: 2px;
    color: #767677;
    background-color: #fff;
    border-radius: 50%
}

.preview-page .preview-setwin .preview-close:hover {
    color: #ff8700;
    cursor: pointer
}

@-webkit-keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes c {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
/* preview图片预览 end */

/* 侧边挂饰 start */

.side-bar--wrapper {
    position: fixed;
    top: 55%;
    right: 0;
    z-index: 100;
    letter-spacing: 1px
}

.side-bar--wrapper .side-bar--spread {
    position: absolute;
    top: 0;
    right: -200px;
    font-size: 30px;
    color: #ff8700;
    background-color: #f6f7f9;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer
}

.side-bar--wrapper .side-bar--inner {
    position: absolute;
    top: 0;
    right: 0;
    border-top: 1px solid #fff;
    text-align: center;
    -webkit-transition: all .8s;
    transition: all .8s
}

.side-bar--wrapper.close .side-bar--inner {
    right: -300px
}

.side-bar--wrapper.close .side-bar--spread {
    right: -2px;
    z-index: -1
}

.side-bar--wrapper .side-bar-item {
    width: 85px;
    height: 60px;
    padding-top: 10px;
    font-size: 14px;
    color: #ff8700;
    background-color: #f6f7f9;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    cursor: pointer
}

.side-bar--wrapper .side-bar-item .ibenew-icon {
    display: block;
    font-size: 28px
}

.side-bar--wrapper .side-bar-item .ibenew-icon-arrow-left {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.side-bar--wrapper .side-bar-item-title {
    display: block;
    margin-top: 5px
}

.side-bar--wrapper .side-bar-item-content {
    display: none;
    position: absolute;
    top: 0;
    left: -262px;
    width: 250px;
    padding-right: 20px
}

.side-bar--wrapper .side-bar-item-content.active {
    display: block
}

.side-bar--wrapper .side-bar-item-inner {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 5px 3px #f1f1f1;
    color: #333;
    background-color: #fff;
    cursor: default
}

.side-bar--wrapper .side-bar-suspension-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 0;
    text-align: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.side-bar--wrapper .side-bar-suspension-wrap:after {
    content: "";
    position: absolute;
    left: 8%;
    bottom: 0;
    width: 84%;
    height: 1px;
    background-color: #eee
}

.side-bar--wrapper .side-bar-suspension-wrap:last-child:after {
    height: 0
}

.side-bar--wrapper .side-bar-suspension-wrap .ibenew-icon {
    margin-left: 20px;
    margin-right: 25px
}

.side-bar--wrapper .online-suspension {
    cursor: pointer
}

.side-bar--wrapper .online-suspension:hover {
    background-color: #f6f7f9
}

.side-bar--wrapper .side-bar-suspension-head {
    padding: 20px 0 15px;
    font-size: 16px;
    color: #333;
    position: relative
}

.side-bar--wrapper .side-bar-suspension-head:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ff8700
}

.side-bar--wrapper .side-bar-suspension-head:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #eee
}

.side-bar--wrapper .side-bar-suspension--head {
    line-height: 28px
}

.side-bar--wrapper .side-bar-suspension--text {
    margin-top: 5px;
    color: #ff8700
}

.side-bar--wrapper .toTop {
    display: none
}

.side-bar--wrapper .side-bar-close {
    margin-top: 5px;
    color: #e0e0e0;
    display: inline-block;
    cursor: pointer
}
/* 侧边挂饰 end */

/* 视频列表 start */

.module-video__list {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.module-video__list,
.module-video__list .module-video__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.module-video__list .module-video__item {
    cursor: pointer;
    width: 260px;
    height: 160px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.module-video__list .module-video__img {
    max-width: 100%;
    max-height: 100%
}

.module-video__list .module-video-play-icon {
    width: 33px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.index-module-video__wrapper {
    min-width: 1180px
}

.index-module-video__wrapper .module-video__list {
    width: 1180px;
    margin: 46px auto 85px
}
/* 视频列表 end */
/* 新闻侧边模块 start */
.news-center__aside {
    width: 300px
}

.news-center__aside .news-aside-model {
    border: 1px solid #f2f2f2
}

.news-center__aside .news-aside-model_title {
    padding: 10px 15px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px
}

.news-center__aside .news-aside-model_inner {
    padding: 20px 18px 0;
    overflow: hidden
}

.news-center__aside .news-aside-list {
    margin-bottom: 25px
}

.news-center__aside .aside-news-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 22px;
    cursor: pointer
}

.news-center__aside .aside-news-item:hover .aside-news-item--index,
.news-center__aside .aside-news-item:hover .aside-news-item--text {
    color: #ffac2b
}

.news-center__aside .aside-news-item--index {
    margin-right: 14px;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: #dbdbdb
}

.news-center__aside .aside-news-item--text {
    display: inline-block;
    height: 40px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 20px;
    font-size: 12px;
    color: #333
}

.news-center__aside .module-video__wrapper {
    max-height: 930px;
    overflow-y: auto
}

.news-center__aside .news-video.spread .news-aside-model_more {
    display: none
}

.news-center__aside .module-video__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-center__aside .module-video__item {
    margin-bottom: 26px
}

.news-center__aside .news-aside-model_more {
    margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    cursor: pointer
}

.news-center__aside .ibenew-icon {
    margin-left: 8px
}
/* 新闻侧边模块 end */
/* 新闻、视频通用模块 start */
.card-list .inner {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #ededed
}

.card-list .inner .title {
    max-width: 580px;
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
    overflow: hidden
}

.card-list .inner .title .link {
    display: block;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    letter-spacing: 1px;
    color: #222;
    font-weight: 700
}

.card-list .inner .title .link:hover {
    color: #ff8700
}

.card-list .inner .thumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 200px;
    max-height: 200px;
    overflow: hidden;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.card-list .inner .thumb img {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 0 5px #f9f9f9
}

.card-list .inner .thumb img:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.card-list .inner .content {
    position: relative;
    -webkit-transition: all .43s ease-in-out;
    transition: all .43s ease-in-out;
    letter-spacing: 2px;
    margin-left: 20px;
    width: 600px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.card-list .inner .content .desc {
    margin-top: 12px
}

.card-list .inner .content .desc .link {
    -webkit-transition: all .23s;
    transition: all .23s;
    font-size: 14px;
    max-height: 50px;
    line-height: 24px;
    letter-spacing: 2px;
    padding-right: 25px;
    overflow: hidden;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #333
}

.card-list .inner .content .more {
    float: right;
    margin-top: 15px;
    font-size: 12px
}

.card-list .inner .content .more:hover a {
    text-decoration: underline
}

.card-list .inner .content .more a {
    color: #333
}

.card-list .inner .content .more .icon {
    width: 5px;
    height: 10px
}

.card-list .inner .help {
    position: absolute;
    bottom: 5px;
    color: #666
}

.card-list .inner .help .date {
    font-size: 12px;
    margin-right: 30px
}

.card-list .inner .news-btn {
    padding: 5px 15px;
    color: #ff8700;
    border: 1px solid #ff8700;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.card-list .inner .news-btn:hover {
    color: #fff;
    background-color: #ff8700
}
/* 新闻、视频通用模块 end */

/* 新闻标签导航 start */

.aside-tag-nav {
    position: absolute;
    z-index: 2;
    top: 100px;
    left: -100px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 60px;
    text-align: center
}

.aside-tag-nav .item {
    cursor: pointer
}

.aside-tag-nav .item>a {
    display: block
}

.aside-tag-nav .item.active .title,
.aside-tag-nav .item:hover .title {
    color: #ffac2b
}

.aside-tag-nav .item.active .pic .shadow,
.aside-tag-nav .item:hover .pic .shadow {
    box-shadow: 0 3px 21px 0 rgba(255, 172, 43, .72)
}

.aside-tag-nav .pic {
    max-width: 60px;
    max-height: 60px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.aside-tag-nav .pic .icon {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%
}

.aside-tag-nav .pic .icon.shadow {
    box-shadow: 0 3px 21px 0 hsla(40, 2%, 62%, .6)
}

.aside-tag-nav .title {
    margin-top: 8px;
    margin-bottom: 18px;
    font-size: 12px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
/* 新闻标签导航 end */

/* 面包屑导航 start */
.breadcrumb-nav {
    font-size: 14px;
    margin: 46px 20px 27px
}

.breadcrumb-nav>div {
    display: inline;
    background-image: url(/Public/home/images/arrow-right.png);
    background-repeat: no-repeat;
    background-size: 5px 10px;
    background-position: 100%;
    padding-right: 12px
}

.breadcrumb-nav>div+div {
    padding-left: 10px
}

.breadcrumb-nav>div a {
    color: #333
}

.breadcrumb-nav>div:last-child {
    background-image: none
}

.breadcrumb-nav>div:last-child a {
    cursor: text;
    color: #999
}

/* 面包屑导航 end */
/* 界面间距与swiper start */
.ibenew-container__wrapper {
    padding-top: 54px;
    margin-bottom: 70px;
}

.active-link {
    text-decoration: none;
    -webkit-transition: color .3s;
    transition: color .3s
}

.ibn-example-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.ibn-example-list .ibn-example-item .ibn-example-image {
    margin: 0 auto;
    text-align: center
}

.ibn-example-list .ibn-example-item .ibn-example-title {
    font-size: 14px;
    color: #222;
    text-align: center
}

.ibn-example-list .ibn-example-item .ibn-example-desc {
    margin: 0 auto;
    font-size: 12px;
    line-height: 24px;
    color: #666;
    text-align: center
}

.blob_txt {
    font-weight: 600
}

.normalFont {
    font-weight: 400
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translateZ(0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translateZ(0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translateZ(0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translateZ(0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: left, top, -webkit-transform;
    transition-property: left, top, -webkit-transform;
    transition-property: transform, left, top;
    transition-property: transform, left, top, -webkit-transform;
    transition-duration: 0s;
    transform: translateZ(0);
    transition-timing-function: ease;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}
/* 界面间距与swiper end */
/* 分页器 start */
.pager-box__wrapper {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pager-box__wrapper > div {
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pager-box__wrapper a {
    border: 1px solid #e1e2e3;
}
.pager-box__wrapper a,
.pager-box__wrapper .current {
    margin-right: 9px;
    text-align: center;
    color: #333;
    font-size: 14px;
}
.pager-box__wrapper a:hover {
    /* background: #f2f8ff; */
    border: 1px solid #ff8700;    
}
.pager-box__wrapper .num{
    width: 34px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
}
.pager-box__wrapper .current {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 0;
}
.pager-box__wrapper .next, 
.pager-box__wrapper .prev {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    padding: 0 18px;
}
/* 分页器 end */
/* video视频播放标签 start */
/* .video-preview__wrapper {
    margin-top: 10px;
    text-align: center;    
}
.video-preview__wrapper.bg1 {
    background-image: url("/Public/home/images/SCMproject-2.jpg");
} */
.video-preview__wrapper .video{    
    outline: none;
}
/* video视频播放标签 end */
/* 产品模块-新 start */
.card-product-view__wrapper {
    position: relative;
    width: 1180px;
    margin: 0 auto;
}

/* .odd奇数 .even偶数 */
.card-product-view__wrapper.odd .wrap {
    display: flex;
    flex-direction: row-reverse;
}

.card-product-view {
    padding-top: 40px;
}
.card-product-view .wrap {
    display: flex;
    justify-content: space-between;
}
.card-product-view .content {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    background: #fff;
}
.card-product-view .content .block {
    width: 480px;
}
.card-product-view .content .block.attachment {
    display: flex;
    align-items: center;
}

.card-product-view .content .block .item + .item {
    margin-top: 30px;
}
.card-product-view .content .block .item .title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.card-product-view .content .block .item .icon {
    width: 38px;
    height: 38px;
    margin-right: 15px;
}
.card-product-view .content .block .item .icon.small {
    width: auto;
    height: 28px;
}
.card-product-view .content .block .item .label {
    font-size: 14px;
    color: #222;
    letter-spacing: 1px;
}
.card-product-view .content .block .item .desc {
    font-size: 14px;
    letter-spacing: 2px;
    color: #333;
    line-height: 24px;
}
.card-product-view .content .block .item .video-preview__wrapper {
    text-align: center;
    background-size: cover;
    position: relative;
    max-width: 480px;
}
.card-product-view .content .block .item .video-preview__wrapper .img{
    max-width: 100%;
}
.card-product-view .content .block .item .play-icon {
    position: absolute;
    bottom: 53px;
    right: 50px;
}
.card-product-view .content .block .item .video {
    max-width: 480px;
    max-height: 232px;
    margin-top: 10px;
    outline: none;
}
.card-product-view__wrapper .split-line {
    position: relative;
    margin: 0 auto;
    height: 5px;
    width: 688px;
    background-image: url(/Public/home/images/split-line.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
/* 产品模块-新 end */
/* 产品展示-长按钮 start */
.common-large--buttom__title {
    cursor: pointer;    
    width: 150px;
    padding: 5px 0;
    text-align: center;
    color: #333;
    border-radius: 3px;
    border: solid 1px #fd8b0b;
    transition: all .13s;
    font-size: 14px;
    box-sizing: border-box;
}
.common-large--buttom__title:hover {
    background-color: #f39a10;
    color: #ffffff;
}
.module-after-sale_wrapper .common-large--buttom__title {
    margin: 20px auto 10px;
}
.module-introduction__wrap .common-large--buttom__title {
    display: block;
    margin: 20px auto 0;
}
.card-product-view .common-large--buttom__title {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
}
.module-supply-chain-solutions .common-large--buttom__title {
    margin: 65px auto 0;    
}
/* 产品展示-长按钮 end */
/* 产品功能介绍，使用方式 <ul class="module-product-func_intro--content clearfix"> start */
ul.module-product-func_intro--content li {
    float: left;
    width: 50%;
}
/* 产品功能介绍 end */
/* 产品与演示按钮 */
.event-video-button {
    display: none!important;
}
/* 产品与服务 start */
.page-tabs {
    margin-bottom: 30px;
    text-align: center;
}
.page-product-service .page-tabs {
    margin-top: 50px;
    margin-bottom: 0px;
}
.page-tabs .tab {
    display: inline-block;
    font-size: 14px;
    color: rgb(51, 51, 51);
    cursor: pointer;
    padding: 14px;
}
.page-tabs .tab.active {
    color: rgb(255, 172, 43);
    border-bottom: 2px solid rgb(255, 172, 43);
}
.page-product-service .page-tabs + .card-product-view__wrapper .ibenew-title__wrapper, 
.page-product-service .page-tabs + .page-product-service-content .card-product-view__wrapper .ibenew-title__wrapper {
    padding-top: 40px;
}
.page-tabs .tab + .tab {
    margin-left: 40px;
}
.page-product-service .card-product-view__wrapper:last-child .split-line {
    display: none;
}
/* 产品与服务 end */
/* 产品功能介绍详情 start */
.intro-detail_wrapper {
    margin-top: 50px;
    color: rgb(51, 51, 51);
}
.intro-detail_wrapper .intro-detail_inner {
    position: relative;
    width: 1180px;
    margin: 0px auto;
}
.intro-detail_wrapper hr {
    height: 1px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 4px 0px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    background: rgb(238, 238, 238);
}
/* 产品功能介绍详情 end */