﻿/*
    公共样式
*/
.container-menu .layui-nav .layui-this:after,
.container-menu .layui-nav-bar,
.container-menu .layui-nav-tree .layui-nav-itemed:after {
    background-color: #E61000 !important;
    height: 3px;
}

body {
    background-color: #F7F7F7 !important;
  /* margin-top: 300px !important; */
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
    共用菜单
*/
.container-menu .layui-nav li a {
    display: inline-block;
    color: #282828 !important;
    text-decoration: none;
}

    .container-menu .layui-nav li a:hover {
        color: rgba(230,16,0,1) !important;
    }

.container-body {
    max-width: 1400px;
    background-color: white;
    min-height: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px 30px;
}

    .container-body a {
        text-decoration: none !important;
    }

.container-menu {
    background-color: white;
    width: 100%;
}

    .container-menu .layui-nav {
        max-width: 1600px;
        margin: 0 auto;
    }

.hidden {
    display: none;
    visibility: hidden;
}

.info-title {
    /*    height: 50px;*/
    /*    width: 1160px;*/
    width: 100%;
    /*text-align: center;*/
   /* padding: 20px;*/
    padding-bottom: 0px;
}

    .info-title h3 {
        /*        height: 36px;*/
        font-size: 18px;
        font-family: "Microsoft YaHei",微软雅黑;
        font-weight: bold;
        color: rgba(40,40,40,1);
        line-height: 36px;
        /*text-align: center;*/
    }

    .info-title span {
        height: 14px;
        font-size: 14px;
        font-family: "Microsoft YaHei",微软雅黑;
        font-weight: 400;
        color: rgba(128,128,128,1);
        line-height: 24px;
        /*text-align: center;*/
    }

.info-content {
    /*margin-top: 5px;*/
    /*padding: 40px;*/
}

    .info-content .layui-tab-brief > .layui-tab-more li.layui-this:after,
    .info-content .layui-tab-brief > .layui-tab-title .layui-this:after {
        border-bottom: 2px solid #E61000;
        width: 50%;
        margin-left: 25%;
    }

    .info-content img {
        max-width: 100%;
        height: auto;
    }

.info-file {
    height: 20px;
    padding: 40px;
    line-height: 20px;
    font-size: 16px;
}

    .info-file img {
        display: block;
        float: left;
        clear: both;
        width: 17px;
        height: 17px;
        padding-right: 5px;
    }

    .info-file a {
        direction: unset;
        color: rgba(153,153,153,1);
    }

        .info-file a:hover {
            color: rgba(230,16,0,1);
        }

    .info-file p {
        height: 40px;
        line-height: 40px;
    }

.info-file-none:hover {
    color: lightgray;
}

.article-footer {
    height: 40px;
    padding: 10px;
}

    .article-footer #pager {
        margin-right: 40px;
    }

    .article-footer .layui-laypage .layui-laypage-curr .layui-laypage-em {
        background-color: #E61000
    }

    .article-footer .layui-laypage a:hover {
        color: #E61000;
    }

.banner-container img {
    /*width: 100%;
    height: 100%;*/
}
/*
    产品管理
*/
.product-item {
    cursor: pointer;
    z-index: 100;
    height: 290px;
    width: 290px;
    padding: 5px;
    overflow: hidden;
    margin: auto;
}

.product-title {
    padding: 0 10px;
    /*    height: 24px;*/
    font-size: 18px;
    font-family: "Microsoft YaHei",微软雅黑;
    font-weight: 400;
    color: rgba(40,40,40,1);
    line-height: 24px;
    color: #282828;
    text-overflow: ellipsis;
    /*    white-space: nowrap;*/
}

.product-desc {
    padding: 10px;
    /*    padding-top: 0;*/
    height: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei",微软雅黑;
    font-weight: 400;
    color: rgba(153,153,153,1);
    /*    line-height: 24px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #999999;
}

.product-threeType-title {
    padding: 10px;
    font-size: 18px;
    color: #282828;
}

.product-threeType-content {
    padding: 10px
}

.product-threeType-detail-title {
    color: #000000;
    font-size: 14px;
}

    .product-threeType-detail-title:hover {
        color: #ff0000;
    }

.product-threeType-detail-desc {
    font-size: 12px;
    color: #999999;
}
/*
    图文混排
*/
.article-item {
    cursor: pointer;
    z-index: 100;
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

    .article-item a {
        display: flex;
        flex-flow: row;
    }

.article-detail {
    height: auto;
    width: 55%;
    float: left;
    padding: 10px;
}

.article-img {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .article-img img {
        /*        vertical-align: middle;*/
    }

.article-title {
    height: 30px;
    color: #282828;
    font-size: 20px;
    font-family: "Microsoft YaHei",微软雅黑;
    font-weight: 400;
    color: rgba(40,40,40,1);
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0
}

    .article-title:hover {
        color: rgba(230,16,0,1);
    }

.article-desc {
    margin-top: 10px;
    height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #505050;
}

.article-item:hover {
    background: rgba(247,247,247,1);
    box-shadow: 0px 10px 15px 0px rgba(204,204,204,0.5);
    opacity: 0.9;
}

.head-v3-normal {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0%;
}

.head-v3-detail {
    position: relative;
    z-index: 100;
    width: 100%;
}

#head-nav {
    background-color: rgba(255,255,255,0);
    border-radius: 0;
    border: 0;
    height: 100%;
    margin: 0;
    width: 100%
}

.div-inline {
    display: inline-block;
    letter-spacing: 0;
    float: left;
}

.layui-anim {
    animation-duration: 1s !important;
}

.poster-bg-text-sub {
    animation-duration: 3.5s !important;
}
/*关于我们*/
.aboutUs-body {
    max-width: 1600px;
    min-height: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #FFF;
    padding: 21px;
}
/*文章渲染*/
.tab-title-ul {
    display: flex;
    flex-wrap: wrap;
    height: auto !important;
    border-bottom-width: 0px;
}

.tab-title-il {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #e6e6e6;
}

.common-guide {
    padding: 20px 0;
    color: #282828;
    font-size: 14px;
}
/*菜单渲染*/
.poster-bg {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.poster-bg-media {
    height: 100%;
    width: 100%;
}

.poster-bg-text {
    position: absolute;
    left: 15.2%;
}

.poster-bg-media-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 110%;
    background-position: center;
    transition: all 3.5s ease-in-out;
    background-color: #000;
}

/*.poster-bg-media-image-zoom-out {
        background-size: 100% !important;
    }*/

.poster-bg-media-video {
    width: 100%;
}
/*新闻动态*/
.news-content-list {
    display: flex;
    flex-flow: wrap;
}

.news-body {
    max-width: 1600px;
    min-height: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-title {
    color: #080808;
    margin-left: 16px;
}

.news-time {
    color: #999999;
    margin: 0 0 10px 16px;
}

/*产品中心*/
.container-body a {
    text-decoration: none !important;
}

.product-content-list {
    display: flex;
    flex-wrap: wrap;
}

/*解决方案*/
.solution-body {
    max-width: 1600px;
    min-height: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*工程案例*/
.success-body {
    max-width: 1600px;
    min-height: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

/*服务支持*/
.support-body {
    max-width: 1600px;
    min-height: 400px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column;
    justify-content: space-between
}

/*        手机*/
@media screen and (max-width:768px) {
    .head-v3-normal {
        position: relative;
        z-index: 100;
    }
    .poster-bg-text {
        position: absolute;
        left: 6%;
    }
    .poster-bg-text-sub p {
        margin: 0;
    }

    .container-body {
        width: 100%;
    }
    /*菜单渲染*/
    .container-menu .layui-nav {
        width: 100%;
    }

    .container-menu {
        margin-bottom: 5px;
    }

    /*文章渲染*/
    .info-content {
        padding: 0 10px;
    }

        .info-content p {
            text-indent: inherit !important;
        }

            .info-content p img {
                width: 100%;
            }

            .info-content p video {
                width: 100%;
            }

    .article-item a {
        flex-flow: column;
    }

    .article-img {
        width: 100%;
        display: flex;
    }

    .article-detail {
        width: 100%;
    }
    /*关于我们*/
    .aboutUs-content {
        min-height: unset
    }

    .info-content {
        padding: 0 10px;
    }

    .container-menu .layui-nav {
        padding: 0;
        white-space: nowrap;
        overflow-x: auto;
        font-size: 0;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .banner-div {
        padding: 0;
        zoom: 0.45;
    }

    /*新闻动态*/
    .news-pc {
        display: none;
    }

    .news-mobile {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
    }

    .news-item {
        width: 99% !important;
        margin: 0 0.5% 20px 0.5%;
        background-color: #FFFFFF;
        text-decoration: none !important;
    }

    .news-img {
        width: 100%;
        min-height: 240px;
        background-size: 100% !important;
        background-position: center !important;
        flex-flow: column-reverse;
        transition: all .5s ease-in-out;
    }

    .news-item:hover .news-img {
        background-size: 110% !important;
    }

    .news-img {
        min-height: 240px;
    }

    /*产品详情*/
    .info-content {
        padding: 0;
    }

    .product-detail-content table {
        width: 95% !important;
        margin: 0 2.5%;
    }

    .product-mobile {
        display: unset;
    }

    .product-pc {
        display: none;
    }

    .product-content {
        display: flex;
        flex-flow: column;
    }

    .product-guide {
        padding: 20px 0;
    }

    #product-img-div {
        width: 100%;
        text-align: center;
    }

    .product-img {
        display: none;
    }

    .product-infos {
        width: 100%;
    }

        .product-infos span {
            white-space: break-spaces;
        }

    .product-infos-title {
        color: #080808;
        font-size: 24px;
        text-align: left;
    }

    .product-infos-profile {
        color: #666666;
        font-size: 14px;
        white-space: break-spaces;
    }

    .product-infos-cpgg-title {
        color: #282828;
        font-size: 16px;
    }

    .product-infos-cpgg-content {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
    }

    .product-infos-cpgg-content-item {
        width: 50%;
        margin-bottom: 15px;
    }

    .product-infos-cpgg-content-item-title {
        max-width: 140px;
        border: 1px solid #DDD;
        padding: 13px;
        text-align: center;
        cursor: pointer;
        /*margin: 5px;*/

        white-space: normal;
    }

        .product-infos-cpgg-content-item-title.active {
            background-color: #E61000;
            color: #FFF;
        }

    /*产品中心*/
    .product-content-list {
        justify-content: center;
    }

        .product-content-list .layui-col-md3 {
            width: 100%;
        }

    .product-content-left {
        display: none;
    }

    .product-content-right {
        width: 98%;
    }

    .products-type {
        background-color: #FFFFFF;
        padding: 32px;
    }

    .products-type-list {
        display: flex;
        flex-flow: column;
        flex-wrap: wrap;
    }

    .products-type-title {
        color: #080808;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0 0 9px;
    }

    .product-info {
        width: 100%;
        display: flex;
        flex-flow: column;
        color: #080808;
        text-decoration: none !important;
    }

    .product-info-img {
        max-height: 285px;
        max-width: 285px;
        width: 98%;
        padding-top: 95%;
        background-size: 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        margin: 0 auto;
    }

    .product-info-title {
        margin: 10px auto;
    }

    /*解决方案*/
    .solution-pc {
        display: none;
    }

    .solution-mobile {
        display: unset;
    }

    .solution-item {
        width: 100%;
        background-color: #FFF;
        margin-bottom: 20px;
        display: flex;
        flex-flow: column;
        padding: 0 10px 10px 10px;
        height: auto;
    }

    .soluton-item-top {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }

    .soluton-item-img {
        width: 100%;
    }

    .soluton-item-bottom {
        width: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .soluton-item-title {
        color: #101010;
        font-weight: bold;
        font-size: 30px;
    }

    .soluton-item-desc {
        color: #666666;
        font-size: 14px;
    }

    .soluton-item-button-div {
        display: flex;
        justify-content: start;
        width: 100%;
    }

    .soluton-item-button {
        background-color: #212121;
    }
    /*工程案例*/
    .success-pc {
        display: none;
    }

    .success-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .success-item {
        width: 98%;
        min-height: 240px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        margin: 0 10px 20px 10px;
        background-color: #FEFEFE;
        text-decoration: none !important;
        cursor: pointer;
    }

    .success-item-top {
        width: 100%;
    }

    .success-item-img {
        width: 100%
    }


    .success-item-bottom {
        width: 100%;
        padding: 20px 0;
    }

    .success-item-title {
        font-size: 18px;
        color: #080808;
    }

    .success-item-desc {
        font-size: 14px;
        color: #666;
    }

    .success-item-time {
        font-size: 14px;
        color: #999;
    }

    .success-item-arrow {
        display: flex;
        justify-content: flex-end;
    }

    /*服务支持*/
    .support-pc {
        display: none;
    }

    .support-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .support-item {
        width: 95%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 27px;
        margin: 0 auto;
        background-color: #FEFEFE;
        text-decoration: none !important;
        cursor: pointer;
    }

    .support-info {
        padding: 10px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(80,80,80,1);
        line-height: 24px;
    }

    .support-title a {
        font-size: 16px;
        color: #080808;
        text-decoration: none !important;
    }

        .support-title a:hover {
            color: #E61000;
        }

    .support-content {
        width: 95%;
        padding: 27px;
        margin: 0 auto;
        min-height: 100px;
        background-color: #FEFEFE;
    }
    .support-mobile .support-content img {
        width: 50%
    }
}
/*        平板*/
@media screen and (min-width:768px) and (max-width:1200px ) {
    .poster-bg-text-sub p {
        margin: 0;
    }

    .container-body {
        width: 100%;
    }

    /*菜单渲染*/
    .container-menu .layui-nav {
        width: 100%;
    }

    .container-menu {
        margin-bottom: 5px;
    }

    .info-content {
        padding: 0 10px;
    }

        .info-content p {
            text-indent: inherit !important;
        }

            .info-content p img {
                width: 100%;
            }

            .info-content p video {
                width: 100%;
            }

    .article-item a {
        flex-flow: column;
    }

    .article-img {
        width: 100%;
        display: flex;
    }

    .article-detail {
        width: 100%;
    }

    .aboutUs-content {
        min-height: unset
    }

    .info-content {
        padding: 0 10px;
    }

    /*新闻动态*/
    .news-pc {
        display: none;
    }

    .news-mobile {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
    }

    .news-item {
        width: 49% !important;
        margin: 0 0.5% 20px 0.5%;
        background-color: #FFFFFF;
        text-decoration: none !important;
    }

    .news-img {
        width: 100%;
        min-height: 240px;
        background-size: 100% !important;
        background-position: center !important;
        flex-flow: column-reverse;
        transition: all .5s ease-in-out;
    }

    .news-item:hover .news-img {
        background-size: 110% !important;
    }

    .news-img {
        min-height: 240px;
    }

    .info-content {
        padding: 0;
    }

    .product-detail-content table {
        width: 95%;
        margin: 0 2.5%;
    }

    .product-mobile {
        display: none;
    }

    .product-pc {
        display: flex;
        flex-flow: column;
    }

    .product-content {
        display: flex;
        flex-flow: row;
        justify-content: space-evenly;
    }

    .product-guide {
        padding: 20px 0;
    }

    .product-img-div {
        width: 33%;
        text-align: center;
    }

    .product-img {
        display: none;
        /*     max-width: 450px;
                min-height: 450px;*/
    }

        .product-img.show {
            display: unset;
        }

    .product-infos {
        width: 67%;
        padding-left: 38px;
    }

    .product-infos-title {
        color: #080808;
        font-size: 24px;
    }

    .product-infos-profile {
        color: #666666;
        font-size: 14px;
    }

    .product-infos-cpgg-title {
        color: #282828;
        font-size: 18px;
        margin-bottom: 20px;
    }

    .product-infos-cpgg-content {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        max-width: 500px;
    }

    .product-infos-cpgg-content-item {
        width: 33%;
        margin-bottom: 15px;
    }

    .product-infos-cpgg-content-item-title {
        max-width: 130px;
        border: 1px solid #DDD;
        padding: 13px;
        text-align: center;
        cursor: pointer;
    }

        .product-infos-cpgg-content-item-title.active {
            background-color: #E61000;
            color: #FFF;
        }

    /*产品中心*/
    .product-content-list {
        justify-content: start;
    }

        .product-content-list .layui-col-md3 {
            width: 33%;
        }

    .product-item {
        width: unset
    }

    .product-content-left {
        display: none;
    }

    .product-content-right {
        width: 98%;
    }

    .products-type {
        background-color: #FFFFFF;
        padding: 32px;
    }

    .products-type-list {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
    }

    .products-type-title {
        color: #080808;
        font-size: 20px;
        font-weight: bold;
        padding: 10px 0 0 9px;
    }

    .product-info {
        width: 50%;
        display: flex;
        flex-flow: column;
        color: #080808;
        text-decoration: none !important;
    }

    .product-info-img {
        max-height: 285px;
        max-width: 285px;
        width: 98%;
        padding-top: 95%;
        background-size: 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        margin: 0 auto;
    }

    .product-info-title {
        margin: 10px auto;
    }

    /*解决方案*/
    .solution-pc {
        display: none;
    }

    .solution-mobile {
        display: unset;
    }

    .solution-item {
        width: 100%;
        background-color: #FFF;
        margin-bottom: 20px;
        display: flex;
        flex-flow: column;
        padding: 0 10px 10px 10px;
        height: auto;
    }

    .soluton-item-top {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }

    .soluton-item-img {
        width: 100%;
    }

    .soluton-item-bottom {
        width: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .soluton-item-title {
        color: #101010;
        font-weight: bold;
        font-size: 30px;
    }

    .soluton-item-desc {
        color: #666666;
        font-size: 14px;
    }

    .soluton-item-button-div {
        display: flex;
        justify-content: start;
        width: 100%;
    }

    .soluton-item-button {
        background-color: #212121;
    }

    /*工程案例*/
    .success-pc {
        display: none;
    }

    .success-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .success-item {
        width: 98%;
        min-height: 240px;
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        margin: 0 10px 20px 10px;
        background-color: #FEFEFE;
        text-decoration: none !important;
        cursor: pointer;
    }

    .success-item-top {
        width: 100%;
    }

    .success-item-img {
        width: 100%
    }


    .success-item-bottom {
        width: 100%;
        padding: 20px 0;
    }

    .success-item-title {
        font-size: 18px;
        color: #080808;
    }

    .success-item-desc {
        font-size: 14px;
        color: #666;
    }

    .success-item-time {
        font-size: 14px;
        color: #999;
    }

    .success-item-arrow {
        display: flex;
        justify-content: flex-end;
    }

    /*服务支持*/
    .support-pc {
        display: none;
    }

    .support-mobile {
        display: flex;
        flex-wrap: wrap;
    }

    .support-item {
        width: 95%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 27px;
        margin: 0 auto;
        background-color: #FEFEFE;
        text-decoration: none !important;
        cursor: pointer;
    }

    .support-info {
        padding: 10px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(80,80,80,1);
        line-height: 24px;
    }

    .support-title a {
        font-size: 16px;
        color: #080808;
        text-decoration: none !important;
    }

        .support-title a:hover {
            color: #E61000;
        }

    .support-content {
        width: 95%;
        padding: 27px;
        margin: 0 auto;
        min-height: 100px;
        background-color: #FEFEFE;
    }
}
/*        PC*/
@media screen and (min-width:1200px) {
    .product-detail:hover {
        background-color: rgba(230,16,0,0.9);
        color: white;
        transform: translate(0, -210px);
        height: 100%;
    }

        .product-detail:hover .product-title {
            height: auto;
            padding-top: 25px;
            line-height: 24px;
            color: white;
            white-space: normal;
        }

        .product-detail:hover .product-desc {
            height: 220px;
            text-overflow: initial;
            white-space: normal;
            color: white;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            -webkit-line-clamp: 5;
            display: -webkit-box;
            -webkit-box-orient: vertical;
        }

    .container-menu {
        position: sticky;
        top: 0;
        z-index: 1;
        box-shadow: 0px 7px 5px #ddd;
    }

    /*新闻动态*/
    .news-mobile {
        display: none;
    }

    .news-pc {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
    }

    .news-item {
        width: 24% !important;
        margin: 0 0.5% 20px 0.5%;
        background-color: #FFFFFF;
        text-decoration: none !important;
    }

    .news-img {
        width: 100%;
        min-height: 240px;
        background-size: 100% !important;
        background-position: center !important;
        flex-flow: column-reverse;
        transition: all .5s ease-in-out;
    }

    .news-item:hover .news-img {
        background-size: 110% !important;
    }

    .news-img {
        min-height: 240px;
    }

    .news-arrow {
        visibility: hidden;
        display: flex;
        justify-content: end;
        padding: 10px;
    }

    .news-item:hover .news-arrow {
        visibility: unset;
    }

    .product-mobile {
        display: none;
    }

    .product-pc {
        display: flex;
        flex-flow: column;
    }

    .product-content {
        display: flex;
        flex-flow: row;
        justify-content: space-evenly;
    }

    .product-guide {
        padding: 20px 0;
    }

    .product-img-div {
        width: 33%;
        text-align: center;
    }

    .product-img {
        display: none;
        max-width: 450px;
        min-height: 450px;
    }

        .product-img.show {
            display: unset;
        }

    .product-infos {
        width: 67%;
        padding-left: 38px;
    }

    .product-infos-title {
        color: #080808;
        font-size: 24px;
    }

    .product-infos-profile {
        color: #666666;
        font-size: 14px;
        white-space: break-spaces;
        width: 850px;
    }

    .product-infos-cpgg-title {
        color: #282828;
        font-size: 18px;
        margin-bottom: 39px;
    }

    .product-infos-cpgg-content {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        max-width: 500px;
    }

    .product-infos-cpgg-content-item {
        width: 33%;
        margin-bottom: 15px;
    }

    .product-infos-cpgg-content-item-title {
        max-width: 150px;
        border: 1px solid #DDD;
        padding: 13px;
        text-align: center;
        cursor: pointer;
    }

        .product-infos-cpgg-content-item-title.active {
            background-color: #E61000;
            color: #FFF;
        }

    /*产品中心*/
    .product-content {
        width: 1400px;
        margin: 0 auto;
        display: flex;
        flex-flow: row;
        justify-content: space-between
    }

    .product-content-left {
        width: 19%;
        min-height: 560px;
        background-color: #FFFFFF;
        margin: 20px 20px 20px 0;
        padding: 20px;
        max-height: 500px;
        overflow-y: scroll;
    }

    .product-content-right {
        width: 81%;
        margin: 20px 20px 20px 0;
        max-height: 800px;
        overflow-y: auto;
    }

    .products-type {
        background-color: #FFFFFF;
        padding: 32px;
    }

    .products-type-name {
        margin: 10px;
        cursor: pointer;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
    }

        .products-type-name:hover {
            font-weight: bold;
        }

            .products-type-name:hover .products-type-icon {
                visibility: unset;
            }

    .products-type-name-title {
        line-height: 32px;
        font-size: 16px;
    }

    .products-type-icon {
        visibility: hidden;
        position: relative;
        top: 5px;
    }

    .products-type-title {
        color: #080808;
        font-size: 20px;
        font-weight: bold;
    }

    .products-type-list {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
    }

    .product-info {
        width: 25%;
        display: flex;
        flex-flow: column;
        color: #080808;
        text-decoration: none !important;
    }

        .product-info:hover {
            color: #E61000;
        }

    .product-info-img {
        max-height: 285px;
        max-width: 285px;
        margin-top: 15px;
        width: 95%;
        padding-top: 95%;
        background-size: 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
        transition: all .5s ease-in-out;
        cursor: pointer;
    }

        .product-info-img:hover {
            background-size: 110% !important;
        }

    .product-info-title {
        text-align: center;
        padding-top: 19px;
    }

    /*解决方案*/
    .solution-mobile {
        display: none;
    }

    .solution-pc {
        display: unset;
    }

    .solution-item {
        width: 100%;
        height: 500px;
        background-color: #FFF;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-between;
    }

    .soluton-item-left {
        width: 45%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .soluton-item-img {
        max-width: 548px;
        max-height: 318px;
    }

    .soluton-item-right {
        width: 55%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        padding: 0 23px;
    }

    .soluton-item-title {
        color: #101010;
        font-weight: bold;
        font-size: 30px;
    }

    .soluton-item-desc {
        color: #666666;
        font-size: 14px;
    }

    .soluton-item-button {
        background-color: #212121;
        text-decoration: none !important;
    }

    /*工程案例*/
    .success-mobile {
        display: none;
    }

    .success-pc {
        display: flex;
        flex-wrap: wrap;
    }

    .success-item {
        width: 48%;
        min-height: 240px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 20px;
        margin: 0 10px 20px 10px;
        background-color: #FEFEFE;
        text-decoration: none !important;
        cursor: pointer;
    }

        .success-item:hover .success-item-arrow {
            visibility: unset;
        }

    .success-item-left {
        width: 38%;
    }

    .success-item-img {
        width: 100%
    }

    .success-item-right {
        width: 62%;
        padding: 20px 0 20px 20px;
    }

    .success-item-title {
        font-size: 18px;
        color: #080808;
    }

    .success-item-desc {
        font-size: 14px;
        color: #666;
    }

    .success-item-time {
        font-size: 14px;
        color: #999;
    }

    .success-item-arrow {
        display: flex;
        justify-content: flex-end;
        visibility: hidden;
    }

    /*服务支持*/
    .support-mobile {
        display: none;
    }

    .support-pc {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
    }

    .support-item {
        width: 48%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 27px;
        margin: 0 10px 20px 10px;
        background-color: #FEFEFE;
        text-decoration: none !important;
        cursor: pointer;
    }

    .support-info {
        padding: 10px;
        font-size: 16px;
        font-weight: 400;
        color: rgba(80,80,80,1);
        line-height: 24px;
    }

    .support-title a {
        font-size: 16px;
        color: #080808;
        text-decoration: none !important;
    }

        .support-title a:hover {
            color: #E61000;
        }

    .support-content {
        width: 100%;
        padding: 27px;
        min-height: 100px;
        background-color: #FEFEFE;
    }
}
