﻿/*禁止打印，内容未空白*/
@media print {
    body {
        display: none
    }
}

body {
    font-family: PingFang SC,Hiragino Sans BG,Arial,Microsoft YaHei,Neue,sans-serif !important;
}

.header {
    position: absolute;
    z-index: 100;
    width: 100%;
}

.footer {
    width: 100%;
    min-height: 320px;
    /*height: 320px;*/
    background-color: black;
    color: White;
    background-color: #0B0B0D;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding: 0 0 16px 0;
    position: relative;
    z-index: 5;
}

.navigation-down {
    position: absolute;
    top: 90px;
    left: 0px;
    width: 100%;
}

    .navigation-down .nav-down-menu {
        width: 100%;
        margin: 0;
        background: rgba(249,249,249,1);
        box-shadow: 0px 10px 9px 0px rgba(0, 0, 0, 0.09);
        position: absolute;
        top: 0;
        border-top-width: 2px;
        /*     border-top-color: #E61000;
        border-top-style: solid;*/
    }

        .navigation-down .nav-down-menu .navigation-down-inner {
            margin: auto;
            /*            width: 1200px;*/
            position: relative;
        }

        .navigation-down .nav-down-menu dl {
            float: left;
            margin: 18px 80px 18px 0
        }

    .navigation-down .menu-1 dl {
        margin: 20px 80px 25px 0
    }

    .navigation-down .menu-1 dt {
        font: normal 16px "microsoft yahei";
        color: #282828;
        padding-bottom: 10px;
        border-bottom: 1px solid #ddd;
        margin-bottom: 10px
    }

        .navigation-down .menu-1 dt a {
            color: #282828;
            text-decoration: none;
        }

            .navigation-down .menu-1 dt a:hover {
                color: #E61000;
            }

    .navigation-down .menu-1 dd a {
        color: #999999;
        font: normal 14px/30px "microsoft yahei";
        text-decoration: none;
    }

        .navigation-down .menu-1 dd a:hover {
            color: #E61000;
        }

.nav-up-logo {
    width: 210px;
    height: 90px;
    clear: right;
    float: left;
}

    .nav-up-logo img {
        vertical-align: middle;
        display: block;
        margin-top: 25px;
    }

.container-body .layui-tab-brief > .layui-tab-title .layui-this {
    color: #282828;
}

.left {
    width: 45px;
    height: 45px;
    background-size: 100% !important;
    margin-bottom: 1px;
    background-color: #FFF;
}

    .left.bottom {
        background-color: #282828;
    }

    .left.en {
        background-repeat: no-repeat;
        background-color: #CCCCCC;
        background-size: 24px 24px !important;
        background-position: center;
    }

    .left:hover {
        background-color: #BB0F03;
    }

/*宽度为1200px */
@media screen and (width:1200px) {
    /*防止导航栏的背景颜色更换*/
    .nav.navbar-nav {
        background-color: unset !important;
    }
    /*防止logo位置移动*/
    .navbar-header {
        height: unset !important;
    }
}
/*主页*/
.content {
    width: 100%;
    height: 680px;
}

.title1 {
    /*        width: 130px;*/
    height: 29px;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(40,40,40,1);
    line-height: 24px;
    display: flex;
}

.title2 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(153,153,153,1);
    line-height: 24px;
    display: flex;
}

.title3 {
    width: 130px;
    height: 29px;
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: bold;
    color: rgba(255,255,255,1);
    line-height: 24px;
}

.titletop-left {
    display: flex;
    flex-flow: column;
    margin: 15px;
}

.title1-icon {
    width: 2px;
    height: 28px;
    background: #E61000;
    margin-right: 18px;
}

.title2-icon {
    width: 2px;
    height: 28px;
    background: #999999;
    margin-right: 18px;
}

.layui-btn-primary:hover {
    border-color: #E61000;
    color: #333;
}

.content1 {
    position: absolute;
    left: 18.75%;
    width: 62.5%;
    height: 360px;
    min-width: 1164px;
    webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
}

.bodyy {
    margin-right: auto;
    display: block;
    margin-left: auto;
}

.div-inline {
    display: inline-block;
    letter-spacing: 0;
    float: left;
}

.left1 {
    float: left;
}

.right1 {
    float: right;
}

.Solution2:hover {
    background-color: #BB0F03;
}

.news-a-content {
}

.product-div {
    max-width: 1600px;
    /*padding: 0 160px;*/
}

.solution-pic-div {
    width: 33%;
    float: left;
    display: inline-block;
    height: 300px;
    background-repeat: no-repeat;
}

.solution-div {
    max-width: 1600px;
}

.solution-div-content {
    width: 60%;
    height: 300px;
    display: flex;
    flex-flow: wrap;
}

.solution-left {
    width: 37.5%;
}

.solution-right {
    width: 62.5%;
    display: flex;
    flex-flow: column;
    padding-left: 84px;
}

#solution-img {
    max-height: 400px;
    width: 100%;
    height: 100%;
    animation-duration: 1s !important;
    display: none;
}

#solution-info {
    height: 280px;
    color: #FFF;
}

#solution-title {
    font-size: 30px;
    font-weight: bold;
}

#solution-botton {
    background-color: #212121;
    color: #FFF;
    border: 1px solid #212121;
}

    #solution-botton:hover {
        background-color: #E61000;
    }

.solution-item {
    color: #FFF;
    width: 18%;
    height: 120px;
    cursor: pointer;
}

    .solution-item.solution-item-exist.active {
        background-color: #E61000;
        border-color: #E61000;
    }

.solution-item-exist {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    border: 1px solid;
    border-color: #999;
    padding: 15px 0;
}


.solution-item-icon {
    display: flex;
    justify-content: center;
}

    .solution-item-icon img {
        width: 50%;
    }

.solution-item-title {
    display: flex;
    justify-content: center;
    padding: 0 5px;
}

.about-div {
    max-width: 1600px;
}

.news-div {
    max-width: 1600px;
}

.solution-sub {
    width: 25%;
    /*height: 120px;*/
    /*max-height: 50%;*/
    height: 50%
}

#product-carousel {
    margin-bottom: 5px;
}

#news .bodyy {
    margin: 0
}

.poster-bg {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
}

.poster-bg-media {
    height: 100%;
    width: 100%;
}

.poster-bg-text {
    position: absolute;
    top: 30%;
    left: 14%;
}

.poster-bg-text-sub {
    display: none;
    animation-duration: 1s !important;
}

.poster-bg-media-image {
    /*height: 100%;*/
    width: 100%;
}

.poster-bg-media-video {
    width: 100%;
}

.poster-bg-text-sub-button {
    background-color: #E70F00 !important;
    display: none;
}

    .poster-bg-text-sub-button > p > a {
        text-decoration: none !important;
    }

.news-title {
    color: #080808;
    padding: 0 17px 0 11px;
    font-size: 16px;
    height: 68.53px;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-time {
    color: #999999;
    padding: 0 12px;
}

.footer-bottom hr {
    border: 1px solid #383838 !important;
}

.footer-bottom a {
    color: #999 !important;
}

#Product {
    z-index: 0;
    position: relative;
}

#resolution {
    z-index: 1;
    position: relative;
}

/*        手机*/
@media screen and (max-width:768px) {
    .navigation-up nav {
        background-color: black !important;
    }

    .language-div-pc {
        display: none;
    }

    .language-div-mobile {
        display: block;
        padding: 10px 15px;
    }

    .language-div-mobile-btn-group {
        display: inline-block;
        border: 1px solid #E61000;
    }

        .language-div-mobile-btn-group > a {
            background-color: transparent;
            text-decoration: none;
            border: 0 !important;
            margin: 0 !important;
            color: #777 !important;
        }

    .menu-news {
        display: block;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-brand {
        padding: 15px 0 0 15px !important;
    }
    .navbar-brand img {
        width: 150px;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navigation-up {
        height: 70px;
    }

    .navigation-up-index {
        height: 70px;
    }

    .navbar-header {
        height: 70px;
    }

    .navbar-toggle {
        margin-top: 15px !important;
    }

    .collapse.navbar-collapse {
        border: 0 !important;
    }

    .nav.navbar-nav {
        margin-top: 0px;
        background-color: #DDD;
    }

    #gotoTop {
        display: none
    }

    .footer-pc {
        display: none;
    }

    .footer-mobile {
        display: flex;
        flex-flow: column;
        padding: 15px;
    }

    .footer-top-item {
        padding-bottom: 10px;
    }

        .footer-top-item a {
            color: #FFF;
            text-decoration: none !important;
        }

            .footer-top-item a:active {
                color: #E61000;
                text-decoration: none !important;
            }

    .footer-middle-icons {
        padding-bottom: 5px;
    }

    .footer-middle-infos {
        padding-bottom: 5px;
    }

    .poster-bg-text-sub p {
        margin: 0;
    }

    /*主页*/
    .seemore {
       /* display: none;*/
        margin-top: 10px;
        margin-right: 10px;
    }

    .seemore-black {
        /* display: none;*/
        margin-top: 10px;
        margin-right: 10px;
    }

    .titletop {
        padding: 5px;
        display: flex;
        justify-content: space-between
    }

    #news .bodyy {
        margin: 0 1%;
    }

    .news-a-content {
        width: 49%;
        margin: 0 0.5% 0 0.5%;
    }

    .bodyy img {
        width: 100%
    }

    .solution-div-content {
        height: auto;
    }

    .solution-pic-div {
        width: 95%;
    }

    .solution-div {
        align-items: center;
        flex-flow: column;
    }

    .solution-sub {
        width: 33.3%;
        height: 180px;
    }

    .solution-div-content {
        margin: 10px 0;
        width: 95%;
    }

    .product-pc {
        display: none;
    }

    .product-mobile {
        display: flex;
        justify-content: space-between;
        white-space: nowrap;
        overflow-x: auto;
    }
    ::-webkit-scrollbar {
        display: none;
    }
    .product-mobile-item {
        width: 100%;
        height: 450px;
        display: flex;
        background-size: 100%;
        background-position: center;
        flex-flow: column-reverse;
        transition: all .5s ease-in-out;
        text-decoration: none !important;
        animation-duration: 1s !important;
    }
    .product-mobile-item:hover {
        background-size: 110%;
    }
    .product-moblie-item:hover .product-mobile-item-title {
        height: 50%;
        background-image: linear-gradient(to top, #410000, transparent);
    }

    .product-mobile-item:hover .product-mobile-item-title-profile {
        visibility: unset;
    }

    .product-mobile-item-title-profile {
        font-size: 14px !important;
        color: #999 !important;
        visibility: hidden;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10%;
    }

    .pla-mobile-title-div {
       /* height: 60%;*/
    }
    .product-mobile-item-title {
        height: 40%;
        padding-top: 55px;
        transition: all .5s ease-in-out;
    }

        .product-mobile-item-title p {
            font-size: 12px;
            color: #FFF;
            text-align: center;
            width: 150px;
        }

    .solution-pc {
        display: none;
    }

    .solution-mobile {
        display: unset;
    }
    .solution-mobile-item-title {
        position: absolute;
        bottom: 20px;
        width: 100%;
        text-align: left;
    }

    .solution-mobile-item-title p {
        font-size: 18px;
        color: #FFF;
    }
    .solution-bottom {
        color: #FFF;
        display: -webkit-box;
        height: 100px;
        padding: 0px 15px 5px 15px;
        font-size: 14px;
        line-height: 1.4;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left;
    }
    .solution-top {
        display: flex;
        padding: 5px 15px 0px 15px;
    }
    .solution-mobile-item {
        width: 19%;
        height: 450px;
        display: flex;
        flex-flow: column-reverse;
        background-repeat: no-repeat;
        background-position: top;
        background-color: #252525 !important;
    }

    .solution-item-icon img {
        width: 40%;
    }

    .solution-mobile-item-exist {
        display: flex;
        flex-flow: column;
        justify-content: space-around;
        border: 1px solid;
        border-color: #FFF;
    }

    .about-pc {
        display: none;
    }

    .about-mobile {
        display: flex;
        flex-flow: column;
        padding: 15px 0;
        justify-content: space-around;
    }

        .about-mobile .about-top {
            display: flex;
            flex-flow: column;
            justify-content: space-between;
        }

            .about-mobile .about-top .about-content {
                padding: 15px;
                padding-bottom: 40px;
            }

            .about-mobile .about-top .about-ext {
                display: flex;
                flex-flow: row;
                justify-content: flex-start;
                flex-wrap: wrap;
            }
                .about-mobile .about-top .about-ext .about-ext-item .about-title {
                    width: 40%;
                    font-size: 54px;
                    position: relative;
                    top: -50px;
                    color: #E61000;
                    width: 55px;
                    height: 41px;
                    left: -10px;
                }
                .about-mobile .about-top .about-ext div {
                    width: 50%;
                    padding: 10px;
                }
                .about-mobile .about-top .about-ext .about-ext-item {
                    width: 50%;
                    margin: 0 0 20px;
                }
    
    .about-mobile .about-bottom {
        width: 100%;
    }

            .about-mobile .about-bottom p {
                margin: 0;
            }

    .news-pc {
        display: none;
    }

    .news-mobile {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
    }

        .news-mobile .news-item {
            width: 50%;
        }

    .news-img {
        width: 100%;
        padding-bottom: 80%;
        background-size: 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
}
/*        平板*/
@media screen and (min-width:768px) and (max-width:1200px ) {
    .navigation-up nav {
        background-color: black !important;
    }

    .language-div-pc {
        display: none;
    }

    .language-div-mobile {
        display: block;
        padding: 10px 15px;
    }

    .language-div-mobile-btn-group {
        display: inline-block;
        border: 1px solid #E61000;
    }

        .language-div-mobile-btn-group > a {
            background-color: transparent;
            text-decoration: none;
            border: 0 !important;
            margin: 0 !important;
            color: #777 !important;
        }

    .menu-news {
        display: block;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-brand {
        padding: 15px 0 0 15px !important;
    }
    
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .navigation-up {
        height: 70px;
    }

    .navigation-up-index {
        height: 70px;
    }

    .navbar-header {
        height: 70px;
    }

    .navbar-toggle {
        margin-top: 15px !important;
    }

    .collapse.navbar-collapse {
        border: 0 !important;
    }

    .nav.navbar-nav {
        margin-top: 0px;
        background-color: #DDD;
    }

    #gotoTop {
        display: none
    }

    .footer-pc {
        display: none;
    }

    .footer-mobile {
        display: flex;
        flex-flow: column;
        padding: 15px;
    }

    .footer-top-item {
        padding-bottom: 10px;
    }

        .footer-top-item a {
            color: #FFF;
            text-decoration: none !important;
        }

            .footer-top-item a:active {
                color: #E61000;
                text-decoration: none !important;
            }

    .footer-middle-icons {
        padding-bottom: 5px;
    }

    .footer-middle-infos {
        padding-bottom: 5px;
    }

    .poster-bg-text-sub p {
        margin: 0;
    }

    /*主页*/
    .seemore {
        /* display: none;*/
        margin-top: 10px;
        margin-right: 10px;
    }

    .seemore-black {
        display: none;
    }

    .titletop {
        padding: 15px 5px;
        display: flex;
        justify-content: space-between
    }

    #news .bodyy {
        margin: 0 1%;
    }

    .news-a-content {
        width: 49%;
        margin: 0 0.5% 0 0.5%;
    }

    .bodyy img {
        width: 100%
    }

    .solution-div {
        width: 95%
    }

    .product-pc {
        display: none;
    }

    .product-mobile {
        display: flex;
        justify-content: space-between;
        white-space: nowrap;
        overflow-x: auto;
    }

    .product-mobile-item {
        width: 100%;
        height: 450px;
        display: flex;
        background-size: 100%;
        background-position: center;
        flex-flow: column-reverse;
        transition: all .5s ease-in-out;
        text-decoration: none !important;
        animation-duration: 1s !important;
    }
     .product-mobile a {
        height: 460px !important;
    }

    .product-mobile-item-title {
        height: 40%;
        padding-top: 55px;
        transition: all .5s ease-in-out;
        width: 300px;
    }

        .product-mobile-item-title p {
            font-size: 24px;
            color: #FFF;
            text-align: center;
            width: 150px;
            padding-left: 80px;
            padding-top: 50px;
        }

    .solution-pc {
        display: none;
    }

    .solution-mobile {
        display: unset;
    }

    .solution-bottom {
        color: #FFF;
        display: -webkit-box;
        height: 100px;
        padding: 0px 5px 5px 5px;
        font-size: 14px;
        line-height: 1.4;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .solution-top {
        display: flex;
        padding: 5px 5px 0px 5px;
    }
    .solution-mobile-item-title {
        position: absolute;
        bottom: 40px;
        width: 100%;
        text-align: center;
    }
    .solution-mobile-item-title p {
        font-size: 18px;
        color: #FFF;
    }
    .solution-mobile-item {
        width: 19%;
        height: 450px;
        display: flex;
        flex-flow: column-reverse;
        background-repeat: no-repeat;
        background-position: top;
        background-color: #252525 !important;
    }

    .solution-item-icon img {
        width: 40%;
    }

    .solution-mobile-item-exist {
        display: flex;
        flex-flow: column;
        justify-content: space-between;
        border: 1px solid;
        border-color: #FFF;
    }

    .about-pc {
        display: none;
    }

    .about-mobile {
        display: flex;
        flex-flow: column;
        padding: 15px 0;
        justify-content: space-around;
    }

        .about-mobile .about-top {
            display: flex;
            flex-flow: column;
            justify-content: space-between;
        }

            .about-mobile .about-top .about-content {
                padding: 15px;
                padding-bottom: 30px;
            }

            .about-mobile .about-top .about-ext {
                display: flex;
                flex-flow: row;
                justify-content: flex-start;
                flex-wrap: wrap;
            }
    .about-mobile .about-top .about-ext .about-ext-item .about-title {
        width: 40%;
        font-size: 54px;
        position: relative;
        top: -50px;
        color: #E61000;
        width: 55px;
        height: 41px;
        left: -10px;
    }

    .about-mobile .about-top .about-ext .about-ext-item {
        width: 50%;
        margin: 0 0 20px;
    }

                .about-mobile .about-top .about-ext div {
                    width: 50%;
                    padding: 10px;
                }

        .about-mobile .about-bottom {
            width: 100%;
        }

            .about-mobile .about-bottom p {
                margin: 0;
            }

    .news-pc {
        display: none;
    }

    .news-mobile {
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
    }

        .news-mobile .news-item {
            width: 50%;
        }

    .news-img {
        width: 100%;
        padding-bottom: 80%;
        background-size: 100% !important;
        background-position: center !important;
        background-repeat: no-repeat !important;
    }
}
/*        PC*/
@media screen and (min-width:1200px) {
    .menu-news {
        display: none !important;
    }

    .language-div-pc {
        display: unset;
        margin: 10px 0 10px 200px;
    }

    .language-div-mobile {
        display: none;
    }

    #language-btn {
        background-color: transparent !important;
        padding: 0;
    }

    .layui-menu-body-title a {
        text-decoration: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
    }

    .navigation-up {
        height: 90px;
    }

    .navigation-up-index {
        height: 90px;
    }

    .nav-barContent {
        width: 95%;
         max-width: 1796px;
        min-width: 1550px;
        display: flex;
        justify-content: space-between;
        align-items: center;

    }

    .navbar-brand {
        padding: 0 !important;
        height: auto !important;
    }

    .collapse.navbar-collapse {
        width: calc( 75% - 250px )
    }

        .collapse.navbar-collapse.en {
            width: calc( 75% - 150px )
        }

        .collapse.navbar-collapse .nav-up-selected {
        }

            .collapse.navbar-collapse .nav-up-selected a {
                color: #E61000;
            }

        .collapse.navbar-collapse .nav-up-selected-inpage {
        }

        .collapse.navbar-collapse ul {
            display: flex;
            justify-content: space-around;
            align-items: center;
            width: 100%;
        }

            .collapse.navbar-collapse ul li {
                float: left;
                font: normal 16px/59px "microsoft yahei";
                color: #fff;
                vertical-align: middle;
            }

                .collapse.navbar-collapse ul li a {
                    display: inline-block;
                    height: 35px;
                    color: #FFF !important;
                    padding: 0 10px;
                    text-decoration: none;
                    font: normal 16px/35px "Microsoft YaHei";
                    top: 0px;
                    background-color: transparent !important;
                }

                    .collapse.navbar-collapse ul li a:hover {
                        color: #E61000 !important;
                    }

    /*默认样式，主要是position:fixed实现屏幕绝对定位*/
    #gotoTop {
        display: block;
        position: fixed;
        bottom: 40px;
        right: 10px;
        width: 151px;
        /*height: 144px;*/
        text-align: center;
    }
    /*用CSS表达式(expression)来实现ie6下position:fixed效果*/
    #gotoTop {
        _position: absolute;
        _top: expression(documentElement.scrollTop + documentElement.clientHeight * 3/4 + "px")
    }

    .footer-mobile {
        display: none;
    }

    .footer-pc {
        max-width: 1600px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        font-size: 14px;
        color: #999;
        display: flex;
        flex-flow: column;
        justify-content: space-between;
    }

        .footer-pc a {
            color: #FFF;
            text-decoration: none !important;
            font-size: 14px;
        }

            .footer-pc a:hover {
                color: #E61000;
            }

    .footer-top {
        margin-top: 48px;
        display: flex;
        flex-flow: row;
        justify-content: space-between;
        padding: 0 38px;
    }

    .footer-top-left {
        width: 68%;
        display: flex;
        flex-flow: row;
    }

    .footer-top-left-item {
        width: 16%;
        max-width: 150px;
    }

    .footer-top-left-item-title {
        margin-bottom: 31px;
    }

    .footer-top-left-item-contnet div {
        padding-bottom: 10px;
    }

    .footer-top-left-item-contnet a {
        color: #999;
    }

    .footer-top-right {
        width: 32%;
    }

    .footer-top-right-icons {
        height: 51px;
    }

        .footer-top-right-icons img {
            height: 34px;
            width: 34px;
        }

    .footer-top-right-infos {
        padding-bottom: 10px;
    }

    /*隐藏滚动条*/
    .element::-webkit-scrollbar {
        width: 0 !important;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none;
    }

    ::-webkit-scrollbar {
        display: none; /* Chrome Safari */
    }


    /*.collapse.navbar-collapse li h2 {
            font-weight: normal;
            padding: 0;
            margin: 0
        }

            .collapse.navbar-collapse li h2 a {
                display: inline-block;
                height: 35px;
                color: #fff;
                padding: 0 10px;
                text-decoration: none;
                font: normal 16px/35px "Microsoft YaHei";
                top: 0px
            }

                .collapse.navbar-collapse li h2 a:hover {
                    color: #E61000;
                }*/
    /*主页*/
    .seemore {
        display: unset;
        position: relative;
        top: 14px;
    }

        .seemore a {
            background-color: #EEEEEE !important;
            text-decoration: none !important;

        }

        .seemore:hover a {
            border-color: #E61000;
            color: #E61000;
        }

    .seemore-black {
        display: unset;
    }

        .seemore-black a {
            background-color: #212121 !important;
            border: 0;
            text-decoration: none !important;
        }

        .seemore-black:hover a {
            color: #E61000 !important;
        }

    .titletop {
        display: flex;
        justify-content: space-between;
        max-width: 1600px;
        margin: 0 auto;
        padding: 30px 0;
    }

    .product-div {
        height: 540px
    }

    #resolution {
        height: 700px;
    }

    .news-a-content {
        width: 24%;
    }

    .bodyy img {
        width: auto
    }

    .product-mobile {
        display: none;
    }

    .product-pc {
        display: flex;
        justify-content: space-between;
    }


    .product-pc-item-title {
        height: 40%;
        padding-top: 5px;
        transition: all .5s ease-in-out;
        text-align: center;
    }

        .product-pc-item-title p {
            font-size: 18px;
            color: #FFF;
        }

    .product-pc-item-title-profile {
        font-size: 14px !important;
        color: #999 !important;
        visibility: hidden;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10%;
    }

    .product-pc-item {
        width: 19%;
        height: 450px;
        display: none;
        background-size: 100%;
        background-position: center;
        flex-flow: column-reverse;
        transition: all .5s ease-in-out;
        text-decoration: none !important;
        animation-duration: 1s !important;
    }

        .product-pc-item:hover {
            background-size: 110%;
        }

            .product-pc-item:hover .product-pc-item-title {
                height: 50%;
                background-image: linear-gradient(to top, #410000, transparent);
            }

            .product-pc-item:hover .product-pc-item-title-profile {
                visibility: unset;
            }

    .pla-pc-title-div {
        height: 60%;
    }

    .solution-pc {
        display: flex;
        justify-content: space-between;
    }

    .solution-mobile {
        display: none;
    }

    .about-pc {
        display: flex;
        flex-flow: row;
        padding: 15px 0;
        justify-content: space-around;
    }
    
        .about-pc .about-left {
            display: flex;
            flex-flow: column;
            justify-content: space-between;
            padding-right: 20px;
        }

            .about-pc .about-left .about-content {
                display: none;
            }

            .about-pc .about-left .about-ext {
                display: flex;
                flex-flow: row;
                justify-content: flex-start;
                /*flex-wrap: wrap;*/
            }

                .about-pc .about-left .about-ext .about-ext-item {
                    width: 25%;
                    animation-duration: 2s !important;
                    display: none;
                }

    .about-pc .about-left .about-ext .about-title {
        font-size: 54px;
        position: relative;
        top: -90px;
        color: #E61000;
        width: 55px;
        height: 41px;
        left: 50px;
    }

        .about-pc .about-right {
            display: none;
        }

            .about-pc .about-right p {
                margin: 0;
            }

    .about-mobile {
        display: none;
    }

    .news-mobile {
        display: none;
    }

    .news-pc {
        display: flex;
        width: 100%;
        height: 100%;
    }

        .news-pc .news-item {
            width: 25%;
            padding: 10px;
            animation-duration: 2s !important;
            display: block;
        }


    .news-panel {
        background-color: #FFF
    }

    .news-box {
        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-panel:hover .news-img {
        background-size: 110% !important;
    }

    .news-img img {
        height: 100%;
        width: 100%
    }

    .news-arrow {
        visibility: hidden;
        display: flex;
        justify-content: end;
        padding: 10px;
    }


    .news-panel:hover .news-arrow {
        visibility: unset;
    }
}
