.g-product-page .m-category-section .m-product-list .product-item .product-info-wrap .product-title,
.g-product-page .m-third-list .item .item-name,
.g-product-page .m-third-list .item .product-type-btn {
    /* white-space: nowrap;
    overflow: hidden; */
    text-overflow: ellipsis
}

.g-product-page .m-third-title::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.g-product-page .m-product-sub-tab,
.g-product-page .m-product-sub-tab .sub-tab-item,
.g-product-page .m-category-section .m-product-list .product-item .product-cover,
.g-product-page .m-category-section .m-product-list .product-item .product-cover a,
.g-product-page .m-second-container .second-cover,
.g-product-page .m-third-list .item .item-cover,
.g-product-detail-page .productItem li .item-cover {
    display: flex;
    align-items: center;
    justify-content: center
}

.g-product-page .g-product-nav .m-nav-list ul::before,
.g-product-page .m-product-bread-crumb::before,
.g-product-page .m-fixed-tab-container .m-product-tab::before,
.g-product-page .m-third-list::before,
.g-product-detail-page .product-synopsis-wrap::before,
.g-product-detail-page .m-pro-type .pro-type-list::before,
.g-product-detail-page .m-product-tab::before,
.g-product-page .g-product-nav .m-nav-list ul::after,
.g-product-page .m-product-bread-crumb::after,
.g-product-page .m-fixed-tab-container .m-product-tab::after,
.g-product-page .m-third-list::after,
.g-product-detail-page .product-synopsis-wrap::after,
.g-product-detail-page .m-pro-type .pro-type-list::after,
.g-product-detail-page .m-product-tab::after {
    display: block;
    content: ' '
}

.g-product-page .g-product-nav .m-nav-list ul::after,
.g-product-page .m-product-bread-crumb::after,
.g-product-page .m-fixed-tab-container .m-product-tab::after,
.g-product-page .m-third-list::after,
.g-product-detail-page .product-synopsis-wrap::after,
.g-product-detail-page .m-pro-type .pro-type-list::after,
.g-product-detail-page .m-product-tab::after {
    clear: both
}

.pull-left {
    float: left !important
}

.pull-right {
    float: right !important
}

.ani-scan {
    animation: scan 1s linear;
    animation-iteration-count: infinite
}

@keyframes scan {
    0% {
        transform: scaleX(1) scaleY(1)
    }

    50% {
        transform: scaleX(1.2) scaleY(1.2)
    }

    100% {
        transform: scaleX(1) scaleY(1)
    }
}

.g-product-page .g-product-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 901
}

.g-product-page .g-product-header .navBox {
    position: relative;
    z-index: 8;
    box-shadow: none
}

.g-product-page .g-product-nav {
    position: fixed;
    top: 80px;
    width: 100%;
    height: 55px;
    z-index: 7;
    background-color: #fff;
    border-top: 1px solid #f3f3f3;
    box-shadow: 0 10px 10px -7px rgba(60, 60, 60, 0.2);
    -moz-box-shadow: 0 10px 10px -7px rgba(60, 60, 60, 0.2);
    -webkit-box-shadow: 0 10px 10px -7px rgba(60, 60, 60, 0.2)
}

.g-product-page .g-product-nav .m-nav-list {
    width: 1170px;
    margin: 0 auto
}

.g-product-page .g-product-nav .m-nav-list ul li {
    float: left;
    margin-right: 46px
}

.g-product-page .g-product-nav .m-nav-list ul li a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #666;
    line-height: 53px;
    transition: all .3s;
    border-bottom: 2px solid transparent
}

.g-product-page .g-product-nav .m-nav-list ul li:last-of-type {
    margin-right: 0
}

.g-product-page .g-product-nav .m-nav-list ul li.active-nav a,
.g-product-page .g-product-nav .m-nav-list ul li:hover a {
    color: #f2af29;
    border-color: #f2af29
}

.g-product-page .m-product-bread-crumb {
    width: 1170px;
    margin: 0 auto
}

.g-product-page .m-product-bread-crumb li {
    float: left;
    padding: 8px 0
}

.g-product-page .m-product-bread-crumb li a {
    color: #444d51;
    font-size: 12px
}

.g-product-page .m-product-bread-crumb li a:hover {
    color: #1278CB
}

.g-product-page .m-product-bread-crumb li::after {
    display: inline-block;
    margin: 0 10px;
    content: '>';
    color: gray
}

.g-product-page .m-product-bread-crumb li:last-of-type::after {
    display: none
}

.g-product-page .m-fixed-tab-container {
    position: relative;
    width: 100%;
    border-top: 1px solid #f8f8f8;
    background-color: #fff;
    box-shadow: 0 2px 20px -14px rgba(27, 129, 200, 0.2);
    -moz-box-shadow: 0 2px 20px -14px rgba(27, 129, 200, 0.2);
    -webkit-box-shadow: 0 2px 20px -14px rgba(27, 129, 200, 0.2)
}

.g-product-page .m-fixed-tab-container .m-product-tab {
    width: 1170px;
    height: 58px;
    margin: 0 auto
}

.g-product-page .m-fixed-tab-container .m-product-tab li {
    float: left;
    width: 16.6666%
}

.g-product-page .m-fixed-tab-container .m-product-tab li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 55px;
    color: #666;
    font-size: 16px;
    transition: all .3s;
    border-bottom: 3px solid transparent
}

.g-product-page .m-fixed-tab-container .m-product-tab li.active-tab a {
    color: #faaf00;
    border-bottom-color: #faaf00
}

.g-product-page .m-fixed-tab-container .m-product-tab li:hover a {
    color: #faaf00
}

.g-product-page .m-fixed-tab-container .m-product-tab.r-tab li {
    width: 20%
}

.g-product-page .m-fixed-tab-container.fixed-tab {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    z-index: 99
}

.g-product-page .m-product-sub-tab {
    position: relative;
    width: 100%;
    height: 88px;
    background-color: #f3f3f3
}

.g-product-page .m-product-sub-tab .sub-tab-item {
    height: 100%;
    padding: 0 30px;
    margin: 0 40px;
    flex-flow: column;
    color: #333;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s
}

.g-product-page .m-product-sub-tab .sub-tab-item.active-tab,
.g-product-page .m-product-sub-tab .sub-tab-item:hover {
    color: #faaf00;
    background-color: #fff
}

.g-product-page .m-product-sub-tab .sub-tab-item .iconfont {
    font-size: 26px
}

.g-product-page .m-category-figure .category-cover-box {
    position: relative;
    width: 100%
}

.g-product-page .m-category-figure .category-cover-box a {
    display: block;
    height: 360px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center
}

.g-product-page .m-category-figure .swiper-pagination {
    width: auto;
    left: 50%;
    transform: translateX(-50%)
}

.g-product-page .m-category-figure .swiper-pagination-bullet {
    width: 20px;
    height: 8px;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.4)
}

.g-product-page .m-category-figure .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 24px;
    background-color: #fff
}

.g-product-page .m-category-figure.swiper-container:hover .swiper-btn {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.5)
}

.g-product-page .m-category-figure .swiper-btn {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 54px;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.25);
    transform: translateY(-50%);
    text-align: center;
    outline: none;
    cursor: pointer;
    line-height: 54px;
    transition: all .3s;
    opacity: .6
}

.g-product-page .m-category-figure .swiper-btn .iconfont {
    color: #ddd;
    font-size: 26px
}

.g-product-page .m-category-figure .swiper-btn.prev-swiper-btn {
    left: 40px
}

.g-product-page .m-category-figure .swiper-btn.next-swiper-btn {
    right: 40px
}

.g-product-page .m-category-figure .swiper-btn.swiper-button-disabled {
    cursor: not-allowed
}

.g-product-page .m-category-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #F6F6F6
}

.g-product-page .m-category-section .m-product-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 1170px;
    margin: 40px auto
}

.g-product-page .m-category-section .m-product-list .product-item {
    position: relative;
    width: 574px;
    margin-right: 20px
}

.g-product-page .m-category-section .m-product-list .product-item:nth-of-type(2n) {
    margin-right: 0
}

.g-product-page .m-category-section .m-product-list .product-item .product-cover {
    width: 100%;
    height: 235px;
    overflow: hidden;
    background: linear-gradient(to right, #e8e8e9, #F6F6F6, #e8e8e9)
}

.g-product-page .m-category-section .m-product-list .product-item .product-cover a {
    width: 100%;
    height: 100%
}

.g-product-page .m-category-section .m-product-list .product-item .product-cover img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all .5s
}

.g-product-page .m-category-section .m-product-list .product-item .product-cover:hover img {
    transform: scale(1.1)
}

.g-product-page .m-category-section .m-product-list .product-item .product-info-wrap {
    padding: 25px 0 35px
}

.g-product-page .m-category-section .m-product-list .product-item .product-info-wrap .product-title {
    width: 100%;
    font-size: 16px;
    font-weight: bold
}

.g-product-page .m-category-section .m-product-list .product-item .product-info-wrap .product-title a {
    color: #666
}

.g-product-page .m-category-section .m-product-list .product-item .product-info-wrap .product-desc {
    margin: 10px 0 30px;
    color: #999;
    font-size: 14px;
    display: -webkit-box;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.g-product-page .m-category-section .m-product-list .product-item .product-info-wrap .detail-btn {
    position: absolute;
    bottom: 0
}

.g-product-page .m-category-section .m-product-list.four-columns-view .product-item {
    width: 272px;
    margin-right: 20px;
    background-color: #fff
}

.g-product-page .m-category-section .m-product-list.four-columns-view .product-item:nth-of-type(4n) {
    margin-right: 0
}

.g-product-page .m-category-section .m-product-list.four-columns-view .product-item .product-cover {
    height: 225px
}

.g-product-page .m-category-section .m-product-list.four-columns-view .product-item .product-info-wrap {
    padding: 20px 20px 50px
}

.g-product-page .m-category-section .m-product-list.four-columns-view .product-item .product-info-wrap .detail-btn {
    bottom: 26px
}

.g-product-page .m-category-section .m-product-list.three-columns-view .product-item {
    width: 376px;
    margin-right: 20px;
    background-color: #fff
}

.g-product-page .m-category-section .m-product-list.three-columns-view .product-item:nth-of-type(3n) {
    margin-right: 0
}

.g-product-page .m-category-section .m-product-list.three-columns-view .product-item .product-cover {
    height: 225px
}

.g-product-page .m-category-section .m-product-list.three-columns-view .product-info-wrap {
    padding: 20px 20px 50px
}

.g-product-page .m-category-section .m-product-list.three-columns-view .product-info-wrap .detail-btn {
    bottom: 26px
}

.g-product-page .m-category-section .detail-btn {
    padding: 6px 15px;
    color: #666666;
    border: 1px solid #666666
}

.g-product-page .m-category-section .detail-btn:hover {
    color: #fff;
    background-color: #008068;
    border: 3px solid #fff;
}




.g-product-page .footerWra {
    margin-top: 0
}

.ani-to-top {
    -webkit-animation: to-top 500ms;
    animation: to-top 500ms
}

@-webkit-keyframes to-top {
    0% {
        -webkit-transform: translateY(0);
        opacity: 1
    }

    100% {
        -webkit-transform: translateY(-0.5rem);
        opacity: 0
    }
}

.ani-form-bottom {
    -webkit-animation: form-bottom 500ms;
    animation: form-bottom 500ms
}

@-webkit-keyframes form-bottom {
    0% {
        -webkit-transform: translateY(0.5rem);
        opacity: 0
    }

    100% {
        -webkit-transform: translateY(0%);
        opacity: 1
    }
}

.u-mt5 {
    margin-top: 5px !important
}

.u-mt10 {
    margin-top: 10px !important
}

.u-mt12 {
    margin-top: 12px !important
}

.u-mt30 {
    margin-top: 30px !important
}

.u-mt38 {
    margin-top: 38px !important
}

.u-mt40 {
    margin-top: 40px !important
}

.u-mt80 {
    margin-top: 80px !important
}


.u-mr5 {
    margin-right: 5px !important
}

.g-product-page .m-product-container {
    width: 1170px;
    margin: 40px auto 0
}

.g-product-page .product-intro-desc {
    color: #999;
    font-size: 14px;
    line-height: 24px;
    text-align: center
}

.g-product-page .m-first-title {
    color: #333;
    font-size: 22px;
    text-align: center
}

.g-product-page .m-first-intro {
    position: relative;
    width: 100%;
    margin: 40px 0;
    overflow: hidden
}

.g-product-page .m-first-intro li {
    float: left;
    width: 340px;
    margin-right: 75px;
    padding: 0 40px;
    text-align: center;
    box-sizing: border-box
}

.g-product-page .m-first-intro li .sub-intro-picture img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block
}

.g-product-page .m-first-intro li .sub-intro-tit {
    margin-top: 22px;
    color: #333;
    font-size: 18px
}

.g-product-page .m-first-intro li .sub-intro-desc {
    margin-top: 16px;
    line-height: 22px
}

.g-product-page .m-first-intro li:nth-of-type(3n) {
    margin-right: 0
}

.g-product-page .m-first-intro-flex>ul {
    display: flex
}

.g-product-page .m-first-intro-flex li {
    flex: 1;
    width: auto;
    float: none;
    display: block;
    padding: 0 20px;
    margin-right: 0
}

.g-product-page .m-second-container {
    display: flex
}

.g-product-page .m-second-container .second-cover {
    width: 300px;
    margin-left: 70px
}

.g-product-page .m-second-container .second-cover img {
    display: block;
    width: 80%;
    height: 90%
}

.g-product-page .m-second-container .second-intro {
    float: left;
    width: 630px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: gray;
    line-height: 30px
}

.g-product-page .m-third-title {
    position: relative;
    color: #333;
    font-size: 24px;
    line-height: 60px;
    text-align: center
}

.g-product-page .m-third-title span {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    z-index: 2;
    background-color: #fff
}

.g-product-page .m-third-title::before {
    left: 0;
    width: 100%;
    height: 1px;
    z-index: 1;
    background-color: #f3f3f3;
    content: ' '
}

.g-product-page .m-third-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 35px
}

.g-product-page .m-third-list .item {
    position: relative;
    width: 575px;
    height: 270px;
    margin-right: 20px;
    padding: 10px 30px 10px;
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    background-color: #F6F6F6
}

.g-product-page .m-third-list .item .item-cover {
    width: 230px;
    height: 100%;
    overflow: hidden
}

.g-product-page .m-third-list .item .item-cover img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.g-product-page .m-third-list .item.bigCover {
    padding: 0;
    max-height: 300px;
    cursor: default;
    background-color: #fff
}

.g-product-page .m-third-list .item.bigCover .item-big-cover {
    width: 100%;
    height: 100%
}

.g-product-page .m-third-list .item.bigCover .item-big-cover img {
    display: block;
    width: 100%;
    height: 100%
}

.g-product-page .m-third-list .item .third-product-right {
    position: relative;
    float: left;
    width: 285px;
    height: 100%;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-top: 40px;
    box-sizing: border-box;
    text-align: left
}

.g-product-page .m-third-list .item .item-name {
    display: block;
    width: 100%;
    margin-bottom: 6px;
    color: #666;
    font-size: 14px;
    transition: all .3s
}

.g-product-page .m-third-list .item .item-name a {
    color: #444d51;
    transition: all .3s
}

.g-product-page .m-third-list .item .m-product-btn {
    display: inline-block;
    padding: 7px 10px;
    color: #e98930;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #e98930
}

.g-product-page .m-third-list .item .btn-want-buy {
    color: #fff;
    cursor: pointer;
    background-color: #e98930
}

.g-product-page .m-third-list .item .item-btn-wrap {
    position: absolute;
    left: 30px;
    bottom: 40px;
    font-size: 0
}

.g-product-page .m-third-list .item .item-price-wrap del {
    margin-left: 10px;
    color: gray;
    font-size: 14px;
    vertical-align: middle
}

.g-product-page .m-third-list .item .item-price-label {
    color: #999;
    font-size: 12px;
    vertical-align: middle
}

.g-product-page .m-third-list .item .item-price,
.g-product-page .m-third-list .item .item-price a {
    color: #f2af00;
    font-size: 18px;
    vertical-align: middle
}

.g-product-page .m-third-list .item .item-ani-wrap {
    position: absolute;
    bottom: 90px;
    height: 24px;
    overflow: hidden;
    transition: all .5s
}

.g-product-page .m-third-list .item .item-ani-wrap .item-ani {
    position: relative;
    top: 0;
    transition: all .5s
}

.g-product-page .m-third-list .item .product-type-btn {
    display: inline-block;
    max-width: 95%;
    height: 28px;
    padding: 0 6px;
    color: #10001b;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #ddd;
    box-sizing: border-box
}

.g-product-page .m-third-list .item .product-type-btn.active,
.g-product-page .m-third-list .item .product-type-btn:hover {
    color: #f2af00;
    border-color: #f2af00
}

.g-product-page .m-third-list .item .product-intro-desc {
    font-size: 14px;
    text-align: left;
    display: -webkit-box;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.g-product-page .m-third-list .item .item-type-list {
    margin: 10px 0
}

.g-product-page .m-third-list .item .item-type-list li {
    height: 28px;
    margin-top: 10px
}

.g-product-page .m-third-list .item .item-type-list li:first-of-type {
    margin-top: 0
}

.g-product-page .m-third-list .item:nth-of-type(2n) {
    margin-right: 0
}

.g-product-page .m-third-list .item:nth-child(n+5) {
    display: none
}

.g-product-page .m-third-list .item-show-all:nth-child(n+5) {
    display: block
}

.g-product-page .m-third-list.three-columns .item,
.g-product-page .m-third-list.four-columns .item {
    text-align: center
}

.g-product-page .m-third-list.three-columns .item .item-cover,
.g-product-page .m-third-list.four-columns .item .item-cover {
    width: 100%;
    height: 135px
}

.g-product-page .m-third-list.three-columns .item:hover .third-item-cover,
.g-product-page .m-third-list.four-columns .item:hover .third-item-cover {
    transform: translate3d(0, 0, 0)
}

.g-product-page .m-third-list.three-columns .item .third-item-cover,
.g-product-page .m-third-list.four-columns .item .third-item-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px 30px 90px 35px;
    text-align: left;
    background-color: #F6F6F6;
    box-sizing: border-box;
    transition: all 1s;
    transform: translate3d(0, 100%, 0)
}

.g-product-page .m-third-list.three-columns .item .third-item-cover .item-info-wrap,
.g-product-page .m-third-list.four-columns .item .third-item-cover .item-info-wrap {
    height: 100%;
    overflow: hidden
}

.g-product-page .m-third-list.three-columns .item .third-item-cover .item-btn-wrap,
.g-product-page .m-third-list.four-columns .item .third-item-cover .item-btn-wrap {
    left: 35px;
    bottom: 35px
}

.g-product-page .m-third-list.three-columns .item .third-item-cover .product-intro-desc,
.g-product-page .m-third-list.four-columns .item .third-item-cover .product-intro-desc {
    font-size: 14px;
    display: -webkit-box;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical
}

.g-product-page .m-third-list.three-columns .item {
    width: 376px;
    margin-right: 20px;
    padding-top: 25px
}

.g-product-page .m-third-list.three-columns .item:nth-of-type(3n) {
    margin-right: 0
}

.g-product-page .m-third-list.three-columns .item .item-cover {
    width: 100%;
    height: 160px;
    margin-bottom: 14px
}

.g-product-page .m-third-list.three-columns .item .third-item-cover {
    padding: 25px 30px 75px 35px
}

.g-product-page .m-third-list.three-columns .item .third-item-cover .item-btn-wrap {
    left: 35px;
    bottom: 25px
}

.g-product-page .m-third-list.four-columns .item {
    width: 278px;
    margin-right: 18px;
    margin-bottom: 15px;
    padding: 20px 14px
}

.g-product-page .m-third-list.four-columns .item:nth-of-type(4n) {
    margin-right: 0
}

.g-product-page .m-third-list.four-columns .item .item-cover {
    height: 155px;
    margin-bottom: 20px
}

.g-product-page .m-third-list.four-columns .item .third-item-cover {
    padding: 30px 20px 85px
}

.g-product-page .m-third-list.four-columns .item .third-item-cover .item-btn-wrap {
    left: 35px;
    bottom: 28px
}

.g-product-page .m-solution-case-list .item:nth-child(n+5) {
    display: block
}

.g-product-page .m-view-more {
    margin-top: 5px;
    text-align: center
}

.g-product-page .m-view-more .more-btn {
    display: inline-block;
    color: #2d7ac0;
    transition: all .5s
}

.g-product-page .m-view-more .more-btn.zhankai-btn {
    cursor: pointer
}

.g-product-page .m-view-more .more-btn.zhankai-btn .icon-pre_up {
    display: none
}

.g-product-page .m-view-more .more-btn.zhankai-btn .icon-pre_down,
.g-product-page .m-view-more .more-btn.zhankai-btn .icon-pre_up {
    font-size: 34px
}

.g-product-page .m-view-more .more-btn.zhankai-btn.shouqi .icon-pre_down {
    display: none
}

.g-product-page .m-view-more .more-btn.zhankai-btn.shouqi .icon-pre_up {
    display: inline-block
}

.g-product-page .m-product-tab-container .m-product-tab-content {
    overflow: hidden;
    padding-bottom: 40px
}

.g-product-page .m-product-tab-container .m-product-tab-content:nth-of-type(odd) {
    background-color: #fff
}

.g-product-page .m-product-tab-container .m-product-tab-content:nth-of-type(even) {
    background-color: #F6F6F6
}

.g-product-page .m-product-tab-container .m-product-tab-content .m-product-container {
    margin-top: 30px
}

.g-product-page .m-solution-list {
    margin-top: 5px
}

.g-product-page .m-solution-list.m-third-list .item {
    height: auto;
    padding: 0;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
    margin-top: 20px
}

.g-product-page .m-solution-list.m-third-list .item .item-cover {
    height: 213px;
    margin-bottom: 0;
    cursor: pointer
}

.g-product-page .m-solution-list.m-third-list .item .item-cover img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 1s
}

.g-product-page .m-solution-list.m-third-list .item .item-detail-wrap {
    padding: 0 15px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: none
}

.g-product-page .m-solution-list.m-third-list .item .item-detail-wrap .item-detail-box {
    position: relative;
    bottom: 18px;
    padding: 25px 10px 0 14px;
    background-color: #fff
}

.g-product-page .m-solution-list.m-third-list .item .item-detail-wrap .product-intro-desc {
    height: 72px
}

.g-product-page .m-solution-list.m-third-list .item .item-detail-wrap .item-bottom {
    margin-top: 20px;
    color: #aaa;
    font-size: 12px
}

.g-product-page .m-solution-list.m-third-list .item .item-detail-wrap .item-bottom a {
    color: #aaa;
    font-size: 14px
}

.g-product-page .m-solution-list.m-third-list .item:hover {
    -webkit-box-shadow: 0 0 10px 3px rgba(27, 129, 200, 0.2);
    -moz-box-shadow: 0 0 10px 3px rgba(27, 129, 200, 0.2);
    box-shadow: 0 0 10px 3px rgba(27, 129, 200, 0.2)
}

.g-product-page .m-solution-list.m-third-list .item:hover .item-cover img {
    transform: scale(1.1)
}

.g-product-page .m-solution-list.m-third-list .item:hover .item-name a {
    color: #1278CB
}

.g-product-page .m-material-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    max-height: 380px;
    margin: 0 -20px;
    padding: 30px 20px 0;
    overflow: hidden;
    transition: all .3s
}

.g-product-page .m-material-list .material-item {
    position: relative;
    display: flex;
    width: 550px;
    margin: 0 70px 10px 0;
    padding: 20px;
    border-bottom: 1px solid #fafafa;
    box-sizing: border-box;
    transition: all .3s;
    cursor: pointer
}

.g-product-page .m-material-list .material-item:nth-of-type(2n) {
    margin-right: 0
}

.g-product-page .m-material-list .material-item .material-type {
    flex-shrink: 0
}

.g-product-page .m-material-list .material-item .material-type .material-icon {
    display: inline-block;
    width: 54px;
    height: 65px;
    background: url("../images/pdf-icon.png") no-repeat center;
    background-size: 100% 100%
}

.g-product-page .m-material-list .material-item .material-type .material-icon.mp4-icon {
    background-image: url("../images/mp4-icon.png")
}

.g-product-page .m-material-list .material-item .material-info-wrap {
    margin-left: 18px;
    padding-right: 88px;
    flex-shrink: 1
}

.g-product-page .m-material-list .material-item .material-info-wrap .material-name {
    display: block;
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
    transition: all .3s;
    display: -webkit-box;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.g-product-page .m-material-list .material-item .material-info-wrap .material-time {
    color: #ccc;
    font-size: 14px
}

.g-product-page .m-material-list .material-item .material-handle {
    position: absolute;
    right: 20px;
    width: 88px;
    margin-top: 14px;
    flex-shrink: 0
}

.g-product-page .m-material-list .material-item .material-handle span {
    margin-left: 25px;
    cursor: pointer
}

.g-product-page .m-material-list .material-item:hover {
    -webkit-box-shadow: 0 0 10px 3px rgba(27, 129, 200, 0.2);
    -moz-box-shadow: 0 0 10px 3px rgba(27, 129, 200, 0.2);
    box-shadow: 0 0 10px 3px rgba(27, 129, 200, 0.2)
}

.g-product-page .m-material-list .material-item:hover .material-name {
    color: #007db8
}

.g-product-page .m-material-list-show-more {
    max-height: 1500px;
    height: auto
}

.g-product-page .m-more-material {
    margin-top: 10px;
    text-align: center
}

.g-product-page .m-more-material .more-material-btn {
    padding: 10px 20px;
    color: #fff;
    background-color: #007bd8
}

.g-product-page .m-event-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px
}

.g-product-page .m-event-list .event-item {
    position: relative;
    width: 376px;
    margin-right: 20px;
    cursor: pointer;
    box-sizing: border-box
}

.g-product-page .m-event-list .event-item:nth-of-type(3n) {
    margin-right: 0
}

.g-product-page .m-event-list .event-item img {
    width: 100%;
    height: 100%;
    display: block
}

.g-product-page .m-product-bottom {
    padding: 50px 0 45px;
    background-color: #F6F6F6
}

.g-product-page .m-product-bottom .bottom-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    width: 1170px;
    margin: 0 auto
}

.g-product-page .m-product-bottom .purchase-tel {
    width: 328px;
    border-right: 1px solid #dadada;
    overflow: hidden
}

.g-product-page .m-product-bottom .purchase-kefu {
    width: 468px;
    padding-left: 70px;
    box-sizing: border-box;
    border-right: 1px solid #dadada;
    overflow: hidden
}

.g-product-page .m-product-bottom .purchase-intention {
    padding-left: 68px
}

.g-product-page .m-product-bottom .iconfont {
    color: #007db8;
    font-size: 30px;
    overflow: hidden
}

.g-product-page .m-product-bottom .purchase-kefu .iconfont,
.g-product-page .m-product-bottom .purchase-intention .iconfont {
    cursor: pointer
}

.g-product-page .m-product-bottom .item-right {
    float: left;
    margin-left: 25px;
    color: #333;
    font-size: 16px;
    line-height: 30px
}

.g-product-page .m-product-bottom .item-right .contact-server {
    display: inline-block;
    color: #007db8;
    cursor: pointer
}

.g-product-page .m-hot-list .item.hot-item {
    height: auto;
    padding: 26px 30px 0;
    text-align: left;
    cursor: pointer;
    transition: all .3s
}

.g-product-page .m-hot-list .item.hot-item .item-price,
.g-product-page .m-hot-list .item.hot-item .item-price a {
    font-size: 16px
}

.g-product-page .m-hot-list .item.hot-item .hot-item-name {
    position: relative;
    margin-bottom: 10px;
    padding-top: 0px;
    color: #444;
    font-size: 14px;
    font-weight: bold
}

.g-product-page .m-hot-list .item.hot-item .hot-item-name::before {
    position: absolute;
    display: inline-block;
    top: 25px;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #dadada;
    content: ' ';
    transition: background-color .3s
}

.g-product-page .m-hot-list .item.hot-item .host-item-highlight {
    width: 100%;
    color: gray;
    font-size: 12px;
    vertical-align: middle;
    margin-top: 10px;
    margin-bottom: 0px;
    line-height: 22px;
    height: 25px;
    word-break: break-all;
    display: -webkit-box;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    word-break: break-word;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.g-product-page .m-hot-list .item.hot-item .item-price-wrap .item-price-label {
    font-size: 12px;
    color: gray
}

.g-product-page .m-hot-list .item.hot-item:hover {
    box-shadow: 0 0 10px 2px rgba(8, 58, 125, 0.16);
    -moz-box-shadow: 0 0 10px 2px rgba(8, 58, 125, 0.16);
    -webkit-box-shadow: 0 0 10px 2px rgba(8, 58, 125, 0.16)
}

.g-product-page .m-hot-list .item.hot-item:hover .hot-item-name::before {
    background-color: #faaf00
}

.g-product-page .m-hot-list .item.hot-item .item-cover {
    margin: 10px 0 10px;
    height: 190px;
    overflow: hidden
}

.g-product-page .m-hot-list .item.hot-item .hot-top {
    position: absolute;
    top: 0;
    right: 10px;
    width: 39px;
    height: 37px;
    background: url("../images/top1.png") no-repeat center 100%
}

.g-product-page .m-hot-list .item.hot-item .hot-top.top2 {
    background-image: url("../images/top2.png")
}

.g-product-page .m-hot-list .item.hot-item .hot-top.top3 {
    background-image: url("../images/top3.png")
}

.g-product-page .zl-scrollBar {
    background-color: #faaf00
}

.g-product-page .zl-scrollBar:hover {
    background-color: #faaf00
}

.g-product-page .zl-scrollBarBox {
    border-radius: 4px;
    overflow: hidden;
    background-color: #dadada
}

.g-product-page .third-tab-content {
    display: none
}

.g-product-page .third-tab-content.active {
    display: block
}

.g-product-page .item-cover-new-tag {
    position: relative
}

.g-product-page .item-cover-new-tag::after {
    content: '';
    width: 45px;
    height: 45px;
    top: 10px;
    right: 10px;
    position: absolute;
    background: url("../images/prod-new-tag.png") no-repeat;
    background-size: 45px 45px
}

.g-product-page .swiper-container-solution {
    height: 410px;
    margin: 0 -20px;
    padding: 0 20px
}

.g-product-page .swiper-container-solution .swiper-wrapper .swiper-slide {
    width: 376px;
    margin-right: 21px
}

.g-product-page .swiper-container-solution .swiper-wrapper .swiper-slide .item {
    margin-right: 0px
}

.g-product-page .swiper-container-solution .swiper-wrapper .swiper-slide:last-of-type {
    margin-right: 0
}

.g-product-page .swiper-container-solution .swiper-container-pagination {
    width: 1170px;
    left: 20px;
    top: auto !important;
    bottom: 1px !important;
    height: 1px !important;
    background-color: #e0e0e0 !important;
    overflow: visible !important
}

.g-product-page .swiper-container-solution .swiper-container-pagination .swiper-pagination-progressbar-fill {
    top: -1px;
    height: 3px;
    border-radius: 1px;
    background-color: #3dc6ef
}

.g-product-page .item-cover {
    position: relative
}

.g-product-page .product-slogan {
    position: absolute;
    top: 10px;
    right: 5px;
    width: 40px;
    height: 40px;
    padding: 4px;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    background: url("../images/flag_bg.png") no-repeat;
    background-size: 100% 100%
}

.g-product-page .product-slogan .slogan-text {
    display: inline-block;
    font-size: 12px
}

.g-product-page .icon-gf {
    background: url(../images/vip_icon.png) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    margin-left: 5px;
    background-size: 16px 16px
}

.g-product-detail-page .g-detail-container {
    border-bottom: 0
}

.g-product-detail-page .product-summary {
    color: gray;
    font-size: 18px;
    line-height: 28px
}

.g-product-detail-page .product-main-desc {
    margin-top: 10px;
    color: gray
}

.g-product-detail-page .detail-product-container {
    display: flex
}

.g-product-detail-page .detail-product-container .m-pro-info-wrap {
    display: flex;
    flex-flow: column;
    justify-content: center
}

.g-product-detail-page .product-synopsis-wrap {
    margin: 6px 0 20px
}

.g-product-detail-page .product-synopsis-wrap li {
    margin-right: 15px
}

.g-product-detail-page .product-synopsis-wrap .icon-pdf,
.g-product-detail-page .product-synopsis-wrap .icon-pingcejilu {
    color: #faaf00
}

.g-product-detail-page .product-synopsis-wrap .product-synopsis {
    position: relative;
    margin-left: 8px;
    margin-right: 15px;
    font-size: 18px;
    color: #faaf00;
    cursor: pointer
}

.g-product-detail-page .product-synopsis-wrap .product-synopsis::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: ' ';
    background-color: #faaf00
}

.g-product-detail-page .m-pro-sale-wrap {
    position: relative;
    height: 30px;
    padding: 0 10px 0 12px;
    box-sizing: border-box;
    font-size: 0;
    background: url("../images/sale-bg.png") no-repeat center center;
    background-size: 100% 100%
}

.g-product-detail-page .m-pro-sale-wrap .pro-shop-status {
    display: inline-block;
    margin-top: 5px;
    margin-right: 8px;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    background-color: #007db8
}

.g-product-detail-page .m-pro-sale-wrap .pro-shop-info,
.g-product-detail-page .m-pro-sale-wrap .buy-now-link,
.g-product-detail-page .m-pro-sale-wrap .go-shop-link {
    color: #00447c;
    font-size: 14px;
    line-height: 30px
}

.g-product-detail-page .m-pro-sale-wrap .buy-now-link,
.g-product-detail-page .m-pro-sale-wrap .go-shop-link {
    cursor: pointer;
    text-decoration: underline
}

.g-product-detail-page .m-pro-price-wrap {
    position: relative;
    padding: 15px;
    box-sizing: border-box;
    background: url("../images/price-wrap.png") no-repeat center;
    background-size: 100% 100%
}

.g-product-detail-page .m-pro-price-wrap .price-label,
.g-product-detail-page .m-pro-price-wrap del {
    color: gray;
    font-size: 14px;
    vertical-align: middle
}

.g-product-detail-page .m-pro-price-wrap .cur-price {
    color: #f2af29;
    font-size: 30px;
    font-weight: normal;
    vertical-align: middle
}

.g-product-detail-page .m-pro-price-wrap del {
    display: inline-block;
    margin-top: 10px;
    margin-left: 8px
}

.g-product-detail-page .m-pro-type {
    margin-top: 25px;
    display: flex
}

.g-product-detail-page .m-pro-type .pro-type-label {
    margin-top: 8px;
    color: #999;
    font-size: 16px;
    flex-shrink: 0
}

.g-product-detail-page .m-pro-type .pro-type-list {
    margin-left: 15px
}

.g-product-detail-page .m-pro-type .pro-type-list li {
    float: left;
    height: 36px;
    margin: 0 10px 10px 0;
    padding: 0 6px;
    font-size: 14px;
    cursor: pointer;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #ddd
}

.g-product-detail-page .m-pro-type .pro-type-list li a {
    color: #444
}

.g-product-detail-page .m-pro-type .pro-type-list li.active-type,
.g-product-detail-page .m-pro-type .pro-type-list li:hover {
    border-color: #f2af00
}

.g-product-detail-page .m-pro-type .pro-type-list li.active-type a,
.g-product-detail-page .m-pro-type .pro-type-list li:hover a {
    color: #f2af00
}

.g-product-detail-page .buy-tip {
    margin-top: 15px;
    color: #aaa;
    font-size: 14px
}

.g-product-detail-page .m-buy-service {
    color: #007db8;
    font-size: 20px
}

.g-product-detail-page .m-buy-service .icon-tel {
    margin-right: 8px;
    color: #007db8;
    font-size: 20px
}

.g-product-detail-page .m-pro-purchase-handle {
    padding-left: 0
}

.g-product-detail-page .m-pro-btn {
    padding: 8px 30px;
    color: #f2af00;
    font-size: 18px;
    border: 1px solid #f2af00;
    background-color: transparent;
    outline: none;
    cursor: pointer
}

.g-product-detail-page .m-pro-btn.service-btn {
    color: #fff;
    background-color: #e98930
}

.g-product-detail-page .m-pro-btn.collect-btn {
    padding-left: 12px;
    padding-right: 12px
}

.g-product-detail-page .m-pro-btn .iconfont {
    margin-right: 8px;
    font-size: 20px
}

.g-product-detail-page .m-pro-btn .like:hover span {
    color: #f2af00
}

.g-product-detail-page .m-pro-btn+.m-pro-btn {
    margin-left: 12px
}

.g-product-detail-page .g-pro-tab-container {
    height: 38px;
    line-height: 38px;
    background-color: #f0f0f0
}

.g-product-detail-page .g-pro-tab-container .tab01 {
    background-color: #f0f0f0
}

.g-product-detail-page .m-product-tab li {
    float: left
}

.g-product-detail-page .m-product-tab li a {
    display: block;
    padding: 0 20px;
    color: #aaa;
    font-size: 16px;
    line-height: 38px;
    cursor: pointer;
    transition: all .3s
}

.g-product-detail-page .m-product-tab li.active-tab {
    background-color: #008fc7
}

.g-product-detail-page .m-product-tab li.active-tab a {
    color: #fff
}

.g-product-detail-page .m-product-tab .j-pro-tab-right-box {
    opacity: 0;
    float: right;
    width: 421px;
    transition: all .2s
}

.g-product-detail-page .m-product-tab .j-pro-tab-right-box li {
    margin-right: 10px
}

.g-product-detail-page .m-product-tab .j-pro-tab-right-box li:last-of-type {
    margin-right: 0
}

.g-product-detail-page .m-product-tab .j-pro-tab-right-box .tel {
    font-size: 16px;
    color: #007db8;
    font-weight: bold
}

.g-product-detail-page .m-product-tab .j-pro-tab-right-box .tel .iconfont {
    color: #007db8;
    margin-right: 10px;
    font-size: 16px
}

.g-product-detail-page .m-product-tab .j-pro-tab-right-box .kefu button {
    font-size: 16px;
    height: 30px;
    margin-top: 4px;
    padding: 3px 20px
}

.g-product-detail-page .m-product-tab .j-pro-tab-right-box .kefu button .iconfont {
    font-size: 17px
}

.g-product-detail-page .m-product-tab .j-pro-tab-right-box .form button {
    font-size: 16px;
    height: 30px;
    margin-top: 4px;
    padding: 3px 20px
}

.g-product-detail-page .m-product-tab .j-pro-tab-right-box .form button .iconfont {
    font-size: 17px
}

.g-product-detail-page .m-pro-detail-wrap .fix-top .j-pro-tab-right-box {
    opacity: 1
}

.g-product-detail-page .contentWrap {
    margin-top: 0
}

.g-product-detail-page .interested_tit {
    color: #444;
    font-size: 20px;
    border-bottom: 1px solid #f0f0f0
}

.g-product-detail-page .interested_tit .know-more {
    color: #aaa;
    font-size: 12px;
    cursor: pointer
}

.g-product-detail-page .productItem li {
    padding: 20px
}

.g-product-detail-page .productItem li .item-tit {
    color: gray;
    font-size: 14px
}

.g-product-detail-page .productItem li .item-summary {
    margin-top: 0;
    color: #aaa;
    font-size: 12px
}

.g-product-detail-page .productItem li .item-cover {
    width: 100px;
    height: 118px;
    position: relative;
    right: 17px
}

.g-product-detail-page .productItem li .item-cover img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    flex: 1
}

.g-product-detail-page .productItem li .product-pic-new-tag-mini::after {
    right: -10px
}

.g-product-detail-page .productItem li .item-price-wrap {
    width: 130px;
    margin-top: 30px
}

.g-product-detail-page .productItem li .want-buy {
    height: 20px;
    margin: 10px 0 0;
    padding: 0 10px;
    color: #f2af00;
    font-size: 12px;
    line-height: 18px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #f2af00;
    background-color: transparent
}

.g-product-detail-page .productItem li .want-buy:hover {
    color: #fff;
    background-color: #f2af00
}

.g-product-detail-page .productItem li .goods_price span {
    color: #f2af00;
    font-size: 16px
}

.g-product-detail-page .m-specification-table tr {
    border-bottom: 1px solid #eee
}

.g-product-detail-page .m-specification-table tr td {
    color: #666;
    line-height: 20px;
    padding: 15px 0
}

.g-product-detail-page .m-specification-table tr td:first-of-type {
    min-width: 225px
}

.g-product-detail-page .m-specification-table tr td:nth-of-type(2) {
    padding-left: 75px
}

.g-product-detail-page .m-specification-table tr:nth-of-type(odd) {
    background-color: transparent
}

.g-product-detail-page .article_txt p {
    padding-top: 0
}

.g-product-detail-page .u-bold {
    font-weight: bold !important
}

/*# sourceMappingURL=product.css.map */