.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

.clearfix {
    zoom: 1;
}

html,
body {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.overlay h4 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.blue {
    color: #3CF;
}

.green {
    color: #0F0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    /*margin: 0;*/
    padding: 0;
    border: 0;
    font-size: 14px;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
li,
ul {
    list-style: none;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

.header-wrapper {
    /*border-bottom: 2px solid #fff;*/
    position: relative;
    /* margin-bottom: -62px; */
}

a.toggle-nav {
    position: absolute;
    border-radius: 5px;
    top: 0;
    right: 0;
    margin: 10px 0;
    width: 46px;
    height: 46px;
    background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
    box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.42);
    text-align: center;
    line-height: 46px;
}

@media only screen and (max-width: 568px) and (min-width: 320px) {
    .sp-button {
        width: 10px;
        height: 10px;
    }
}
/* .right-search{
    width: 200px;
} */
.main-navigation {
    position: relative;
}

.right-search {
    position: absolute;
    top: 0px;
    right: 0;
}

.experience-box {
    position: absolute;
    right: 0;
}

.main-navigation .main-menu {
    margin-right: 110px;
}

a.toggle-nav i {
    font-size: 16px;
    color: #fff;
}

a.toggle-nav:hover {
    color: #fff;
}

.site-branding {
    margin-top: 22px;
}

    .site-branding h1 {
        font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
    }

nav.main-navigation {
    text-align: right;
    /* height: 70px;
    line-height: 70px; */
}

.copyrights {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

@media screen and (max-width: 992px) {
    .menu-responsive {
        display: none;
    }
}

@media screen and (min-width: 993px) {
    .container {
        /* padding-right: 40px;
        padding-left: 40px; */
    }
}

@media screen and (max-width: 1040px) {
    .container {
        /* padding-right: 40px;
        padding-left: 40px; */
    }
}

ul.main-menu li {
    display: inline-block;
    margin-left: 48px;
    cursor: pointer;
    line-height: 70px;
    position: relative;
}

    ul.main-menu li:first-child {
        margin-left: 0px;
    }

    ul.main-menu li a.menu-parent-main {
        text-transform: uppercase;
        text-decoration: none;
        font-size: 18px;
        display: block;
        height: 90px;
        cursor: pointer;
        line-height: 90px;
        color: rgba(0, 0, 0, 0.9);
    }

        ul.main-menu li a.menu-parent-main:hover,
        .main-menu li .sub .nav_xiao .menu-title-box li a:hover {
            color: rgba(191, 29, 44, 1);
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

    ul.main-menu li.active a {
        color: rgba(191, 29, 44, 1);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        ul.main-menu li.active a.menu-parent-main::after {
            content: "";
            display: block;
            position: absolute;
            left: 20%;
            bottom: -1px;
            height: 2px;
            width: 30px;
            opacity: 1;
            background-color: #BF2331;
        }

.right-search .global-search-form .form-control {
    height: 34px;
    /* border-color: #bf2331; */
    border-color: #ccc;
}

@media screen and (max-width: 992px) {
    .Box .Box_con .btnr {
        right: -40px !important;
    }

    .Box .Box_con .btnl {
        left: -40px !important;
    }

    .title-project-de ul li {
        margin-right: 0 !important;
        width: 20%;
        text-align: center;
    }

        .title-project-de ul li span {
            font-size: 12px !important;
        }

    .contact-form {
        padding-left: 30px;
    }

    .a.toggle-nav i {
        color: #fff;
    }

    .main-navigation ul.main-menu {
        margin-right: 0;
    }

    ul.main-menu li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        height: 40px;
        line-height: 40px;
        /* margin-bottom: 10px;
        margin-top: 10px; */
    }

        ul.main-menu li a {
            font-size: 15px;
            font-weight: 300;
            height: 40px;
            line-height: 40px;
            color: rgba(255,255,255,.5);
        }

        ul.main-menu li.active a {
            color: #fff;
            border-bottom: 0;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

        ul.main-menu li:hover {
            color: rgba(191, 29, 44, 1);
        }

        ul.main-menu li a.active {
            /* background: #0062a9; */
            color: rgba(191, 29, 44, 1);
            border-bottom: rgba(191, 29, 44, 1) 2px solid;
        }
}

@media screen and (max-width: 736px) {
    h2.title {
        font-size: 20px !important;
    }

    .project-title {
        padding: 20px !important;
        border-radius: 5px;
        margin-bottom: 20px !important;
        -moz-animation-delay: 0.5s;
        -webkit-animation-delay: 0.5s;
        animation-delay: 0.5s;
        position: relative;
    }

        .project-title h3 {
            margin-top: 0 !important;
            margin-bottom: 0 !important;
        }
}

@media screen and(min-width:420px)and (max-width: 992px) {
    .row {
        margin-left: -59px;
        margin-right: 0px;
    }

    .col-md-8 {
        padding-right: 0px !important;
    }
}

@media screen and (min-width:390px)and(max-width: 420px) {
    .row {
        margin-left: -45px;
        margin-right: -59px;
    }

    .col-xs-12,
    .col-md-12 {
        padding-right: 12px !important;
    }
}

html {
    /*font-size: 93.75%;*/
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

body {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.90);
    padding: 0;
    margin: 0;
    width: 100%;
    /* font-family: "Roboto", sans-serif; */
    font-family: "Microsoft YaHei";
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-backface-visibility: hidden;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
}

h2 {
    /*font-size: 36px;*/
}

h3 {
    /*font-size: 30px;*/
    color: #fff;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 15px;
}

a {
    /* color: #fff;
    text-decoration: none;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out; */
    color: rgba(0, 0, 0, 0.90);
    text-decoration: none;
}

    a:hover,
    a:focus {
        color: inherit;
        text-decoration: none;
    }

span[class*="border-"] {
    position: fixed;
    /*background: #0062a9;*/
}

.suggest-right {
    position: fixed;
    z-index: 111;
    /* position: relative; */
    bottom: 0;
    right: 40px;
    /* width: 375px; */
    height: 340px;
    color: #fff;
    cursor: pointer;
}

.suggest-right-top-partant,
.chat-box {
    background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
    box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.42);
}

.suggest-right .chat-box {
    padding: 5px;
}

.chat-box-bottom {
    position: absolute;
    margin-top: 10px;
    width: 45px;
    right: 0;
    top: 220px;
    text-align: center;
}

.suggest-right-top-partant {
    padding: 10px;
}

    .suggest-right-top-partant .dot {
        display: block;
        height: 22px;
        line-height: 13px;
    }

    .suggest-right-top-partant i {
        display: block;
    }

.suggest-right-top {
    position: absolute;
    width: 45px;
    right: 0;
    top: 65px;
    text-align: center;
}

.suggest-right-top-child {
    position: absolute;
    color: #444;
    width: 244px;
    right: 46px;
    height: 220px;
    background: #fff;
    top: -67px;
    display: none;
    text-align: left;
    box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.45);
}

.chat-box-bottom .chat-img {
    position: absolute;
    right: 46px;
    top: 0;
    display: none;
    background: #FFFFFF;
    box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.42);
}

.right-search .form-control {
    webkit-box-shadow: unset;
    box-shadow: unset;
}

    .right-search .form-control:focus {
        border-color: rgba(191, 29, 44, 1);
    }

.global-search-form {
    position: relative;
    width: 200px;
    display: -webkit-inline-box;
    display: inline-block;
}

    .global-search-form .submit {
        position: absolute;
        right: 1px;
        height: 100%;
        color: #ddd;
        background: #fff;
        border: 0;
        cursor: pointer;
        width: 35px;
        top: 1px;
        height: 32px;
        line-height: 29px;
        border-radius: 0 3px 3px 0;
    }

.experience {
    display: inline-block;
    border: 1px solid #BF1D2C;
    box-shadow: 0 3px 8px 0 rgba(255, 199, 199, 0.42);
    height: 33px;
    line-height: 33px;
    border-radius: 3px;
    width: 85px;
    color: #BF1D2C;
    text-align: center;
    /* font-size: 13px; */
    margin-top: 28px;
    margin-left: 10px;
    cursor: pointer;
}

    .experience:hover {
        background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
        color: #fff;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

@media (min-width: 1200px) {
    .container {
        width: 1200px;
        /* width: 1024px; */
    }
}

.right-suggest > span {
    display: block;
}

.suggest-right-top-child ul,
.suggest-right-top-child ul li {
    width: 100%;
}

.suggest-right-top-child ul {
    height: 100%;
}

.suggest-right-top-child li {
    height: 33.33%;
    padding: 15px 20px;
}

    .suggest-right-top-child li:hover {
        background: #e8e5e5;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.suggest-right-top-child ul li > div {
    float: left;
}

.suggest-right-top-child ul li .icon-img-box {
    width: 45px;
    height: 100%;
    vertical-align: top;
    display: inline-block;
}

.suggest-right-top-child ul li .right-suggest {
    width: calc(100% - 45px);
    display: inline-block;
}

.suggest-right-top-child li i {
    font-size: 25px;
}

.right-suggest span:last-child {
    font-size: 12px;
    color: #999;
}

.suggest-right-top-child.active {
    display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.suggest-right-top-child-po {
    width: 100%;
    height: 100%;
    position: relative;
}

.close-right {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 35px;
    font-size: 28px;
    color: #bfbdbd;
    height: 35px;
    display: none;
    line-height: 14px;
    text-align: center;
}

    .close-right:hover {
        color: #666;
    }

.chat-img.active {
    display: block;
}

.suggest-content {
    position: fixed;
    top: 400px;
    right: 20px;
    z-index: 999;
}


/* *********************************底部******************************************* */

.page-footer {
    background: #373D40;
    color: #fff;
    width: 100%;
    /* position: fixed; */
    bottom: 0;
}

.item-footer {
    margin-top: 40px;
}

    .item-footer ul li a {
        /* font-family: PingFangSC-Regular; */
        font-size: 13px;
        color: rgba(255, 255, 255, 0.70);
        letter-spacing: 0;
    }

        .item-footer ul li a:hover {
            color: rgba(191, 29, 44, 1);
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

    .item-footer ul li:first-child {
        margin-bottom: 15px;
    }

    .item-footer ul li {
        margin-bottom: 10px;
    }

.concern-footer {
    margin-bottom: 15px;
    margin-left: 15px;
}

.phone-footer {
    font-size: 1.2rem;
    margin: 5px 0 15px 0;
}

.item-footer i {
    width: 20px;
    display: inline-block;
}

    .item-footer i.iconicon_community_line {
        font-size: 12px;
    }

.copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    /* opacity: .6; */
    text-align: center;
    padding: 20px 0;
    /* font-family: PingFangSC-Regular; */
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
    letter-spacing: 0;
}

    .copyright p {
        font-size: 12px;
    }

.footer-block {
}

.small-footer {
}

.news-title .news-title-bg {
    font-size: 24px;
    margin-left: 5px;
    color: rgba(0, 0, 0, 0.90);
}

.news-title .news-title-lg {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.50);
    letter-spacing: 0;
}

.news-item .new-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    width: calc(100% - 85px);
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

    .news-item .new-item-title:hover,
    .img-summary .img-summary-name:hover,
    .train-foreshow .train-title:hover {
        color: rgba(191, 29, 44, 1);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.news-item-first .new-first-summary {
    color: rgba(0, 0, 0, 0.50);
    /* padding-left: 15px; */
    width: 100%;
    line-height: 25px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 15px;
}

.news-item-first .new-first-summary {
    position: relative;
    line-height: 21px;
    height: 3em;
    overflow: hidden;
}

    .news-item-first .new-first-summary::after {
        content: "...";
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .news-item-first .new-first-summary:after {
        content: "...";
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

.news-item .new-item-time {
    color: rgba(0, 0, 0, 0.50);
    display: inline-block;
    float: right;
}

.new-item-name {
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
}

.news-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

    .news-item:first-child::before {
        top: 22%;
    }

    .news-item::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        height: 6px;
        width: 6px;
        border-radius: 50%;
        background: #BF1D2C;
    }


.img-summary .img-summary-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    cursor: pointer;
    margin-top: -10px;
    font-size: 16px;
    cursor: pointer;
    display: inline-block;
}

.news-time-content {
    color: rgba(0, 0, 0, 0.50);
    font-size: 12px;
    position: relative;
}

    .news-time-content .news-time {
        width: 40px;
        display: inline-block;
    }

    .news-time-content .news-content-summary {
        position: absolute;
        top: 0;
        right: 0;
        width: calc(100% - 60px);
        margin-left: 10px;
        padding-left: 15px;
        border-left: 1px solid #ddd;
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    .news-time-content span {
        float: left;
    }

    .news-time-content .news-content-summary {
        /* position:relative; */
        line-height: 1.5em;
        height: 3em;
        overflow: hidden;
    }

        .news-time-content .news-content-summary::after {
            content: "...";
            font-weight: bold;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .news-time-content .news-content-summary:after {
            content: "...";
            font-weight: bold;
            position: absolute;
            bottom: 0;
            right: 0;
        }

.news-more {
    position: absolute;
    top: 10px;
    right: 0;
    cursor: pointer;
    font-size: 14px;
    color: #444;
}

    .news-more:hover {
        color: rgba(191, 29, 44, 1);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .news-more i {
        font-size: 12px;
    }

.news-btn-box .news-btn.active {
    background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
    color: #fff;
}

.news-btn-box .news-btn {
    width: 95px;
    border-radius: 4px;
    font-size: 18px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
    display: inline-block;
}

    .news-btn-box .news-btn:hover {
        background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
        color: #fff;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.news-title {
    margin-bottom: 20px;
}

.news-btn-box {
    margin-top: 20px;
}

.postion-more {
    width: 100%;
    height: auto;
    position: relative;
}

.bg-left {
    display: inline-block;
    width: 3px;
    height: 20px;
    position: relative;
    top: 2px;
    background-image: linear-gradient(-180deg, #E13E57 0%, #BF1D2C 100%);
}

.bg-news {
    /* background: #FBFBFB; */
    background: #f4f4f4;
    padding: 40px 0 40px 0;
}

.news {
    padding: 40px 0;
}

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }
}

.train-img {
    width: 100%;
    height: 240px;
    overflow: hidden;
    cursor: pointer;
}

    .train-img img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
    }

        .train-img img:hover {
            transform: scale(1.2);
        }

.train-box {
    background: #fff;
}

    .train-box .train-content {
        padding: 0 20px 20px 20px;
    }

    .train-box.border-content {
        box-shadow: 0px 4px 10px #d0cdcd;
    }

.train-foreshow {
    height: 40px;
    line-height: 40px;
}

    .train-foreshow .train-title {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 40px);
        cursor: pointer;
        display: inline-block;
        vertical-align: middle;
    }

    .train-foreshow .foreshow-text {
        vertical-align: bottom;
        font-size: 12px;
        color: #fff;
        padding: 1px 5px;
        background-image: linear-gradient(-90deg, #B979FF 0%, #9A41FA 100%);
    }

.train-summary {
    color: rgba(0, 0, 0, 0.50);
    letter-spacing: 0;
    line-height: 25px;
    width: 100%;
    margin-bottom: 15px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.train-summary {
    position: relative;
    line-height: 21px;
    height: 3em;
    overflow: hidden;
}

    .train-summary::after {
        content: "...";
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .train-summary:after {
        content: "...";
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

.more-text i {
    font-size: 12px;
}

.more-text {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.70);
    letter-spacing: 0;
    padding: 5px 8px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

    .more-text:hover {
        background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
        color: #fff;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .more-text:hover a {
            color: #fff;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

.markets-served {
    width: 100%;
    height: 277px;
    overflow: hidden;
}

    .markets-served img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
    }

        .markets-served img:hover {
            transform: scale(1.2);
        }


/* 合作客户 客户案例轮播*/

.Box {
    position: relative;
}

    .Box .content {
        width: 85%;
        margin: 0 auto;
    }

    .Box h2 {
        text-align: center;
        margin-bottom: 35px;
    }

    .Box .Box_con {
        position: relative;
    }

        .Box .Box_con .btnl {
            position: absolute;
        }

        .Box .Box_con .btnlOne {
            position: absolute;
        }

        .Box .Box_con .btnlTwo {
            position: absolute;
        }

        .Box .Box_con .btnlThree {
            position: absolute;
        }

        .Box .Box_con .btnlFour {
            position: absolute;
        }

        .Box .Box_con .btn {
            display: block;
            width: 41px;
            height: 41px;
            position: absolute;
            top: 10px;
            cursor: pointer;
        }

        .Box .Box_con .btnl {
            background: url(/images/mfrL.png) no-repeat center;
            left: -72px;
        }

        .Box .Box_con .btnlOne {
            background: url(/images/jtl02.png) no-repeat center;
            left: -72px;
        }

        .Box .Box_con .btnr {
            background: url(/images/mfrR.png) no-repeat center;
            right: -72px;
        }

        .Box .Box_con .btnrOne {
            background: url(/images/jtr02.png) no-repeat center;
            right: -72px;
        }

        .Box .Box_con .btnl:hover {
            background: url(/images/mfrLBg.png) no-repeat center;
        }

        .Box .Box_con .btnlOne:hover {
            background: url(/images/jtl03.png) no-repeat center;
        }

        .Box .Box_con .btnr:hover {
            background: url(/images/mfrRBg.png) no-repeat center;
        }

        .Box .Box_con .btnrOne:hover {
            background: url(/images/jtr03.png) no-repeat center;
        }

        .Box .Box_con .conbox {
            position: relative;
            overflow: hidden;
        }

            .Box .Box_con .conbox ul {
                position: relative;
                list-style: none;
            }

                .Box .Box_con .conbox ul li {
                    float: left;
                    width: 150px;
                    height: 53px;
                    /* width: 225px;
    height: 100px; */
                    /* height: 200px; */
                    margin-left: 20px;
                    overflow: hidden;
                }

                    .Box .Box_con .conbox ul li:first-child {
                        margin-left: 0;
                    }

                    .Box .Box_con .conbox ul li img {
                        display: block;
                        width: 100%;
                        /* height: 200px; */
                        height: 100%;
                        transition: all 0.5s;
                    }

                    .Box .Box_con .conbox ul li:hover img {
                        transform: scale(1.1);
                    }

    .Box .BoxSwitch {
        margin-top: 30px;
        text-align: center;
    }

        .Box .BoxSwitch span {
            display: inline-block;
            *display: inline;
            *zoom: 1;
            vertical-align: middle;
            width: 30px;
            height: 3px;
            background: #ccc;
            margin: 0 5px;
            cursor: pointer;
        }

            .Box .BoxSwitch span.cur {
                background: red;
            }


/* 修改 */

.clients-box .Box .BoxSwitch {
    display: none;
}

.customer-case-box .Box .Box_con .conbox ul li {
    height: 260px;
    width: 278px;
    background: #fff;
}

.customer-case-box .Box .Box_con .conbox {
    top: 0;
}

.customer-case-box .Box .content {
    width: 100%;
}

.customer-case-box .Box .Box_con .btnlOne {
    left: -1px;
}

.customer-case-box .Box .Box_con .btn {
    top: 100px;
    z-index: 99;
}

.customer-case-box .Box .Box_con .btnrOne {
    right: 0;
}

.customer-case-box .Box .BoxSwitch span {
    width: 8px;
    height: 8px;
    border: 1px solid rgba(175, 175, 175);
    border-radius: 50%;
    background: #fff;
}

    .customer-case-box .Box .BoxSwitch span.cur {
        background: rgba(175, 175, 175);
    }

.customer-case-box .Box .Box_con .conbox ul li:hover .customer-case-title {
    color: rgba(191, 29, 44, 1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.customer-case-img {
    /* width: 257px; */
    width: 100%;
    height: 166px;
    overflow: hidden;
    cursor: pointer;
}

.customer-case-content {
    height: calc(100% - 166px);
    padding: 10px 15px;
}

    .customer-case-content .customer-case-summary {
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        /* font-size: 13px; */
        color: rgba(0, 0, 0, 0.50);
        line-height: 25px;
    }

    .customer-case-content .customer-case-summary {
        position: relative;
        line-height: 21px;
        height: 3em;
        overflow: hidden;
    }

        .customer-case-content .customer-case-summary::after {
            content: "...";
            font-weight: bold;
            position: absolute;
            bottom: 0;
            right: 0;
        }

        .customer-case-content .customer-case-summary:after {
            content: "...";
            font-weight: bold;
            position: absolute;
            bottom: 0;
            right: 0;
        }

.customer-case-title {
    font-size: 16px;
    padding-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.clients-box.Box .Box_con .conbox ul li {
    text-align: center;
}


/* 合作客户 客户案例轮播 end*/

.video-box {
    margin-top: 30px;
    width: 100%;
    height: 145px;
    position: relative;
}

    .video-box .bg-img {
        width: 100%;
        height: 100%;
    }

.pos-tion-text {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-align: center;
    right: 50%;
    transform: translate(50%, -50%);
}

    .pos-tion-text i {
        font-size: 40px;
    }

    .pos-tion-text .know-ao.Edu-de i {
        font-size: 24px;
        vertical-align: top;
    }

    .pos-tion-text:hover {
        color: rgba(255, 255, 255, 1);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .pos-tion-text p {
        /* color:#fff; */
    }

.btn-customer-box {
    margin-top: 10px;
}

    .btn-customer-box ul li {
        float: left;
        padding: 0 10px;
        cursor: pointer;
        border-right: 1px solid #C8C8C8;
    }

        .btn-customer-box ul li span {
            font-size: 16px;
            padding: 2px 5px 4px 5px;
            border-radius: 3px;
        }

        .btn-customer-box ul li.active span {
            background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
            color: #fff;
        }

        .btn-customer-box ul li:hover span {
            background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
            color: #fff;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

.btn-sort {
    margin-bottom: 20px;
}

    .btn-sort span {
        font-size: 18px;
        line-height: 50px;
        display: inline-block;
        cursor: pointer;
        margin-right: 20px;
        border-bottom: rgba(200, 38, 56, 0.10) 2px solid;
    }

        .btn-sort span.active,
        .btn-sort span:hover {
            border-bottom: 2px solid #C82638;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

.vocation-summary-name {
    font-size: 20px;
    margin-bottom: 10px;
}

.vocation-summary-content {
    /* word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox; */
    height: 175px;
    line-height: 28px;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 6; */
    overflow: hidden;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
}

.vocation-summary-content {
    /* position:relative;
    line-height:1.5em; 
    height:9em;
    overflow:hidden; */
}
/* .vocation-summary-content::after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0; 
}
.vocation-summary-content:after {
    content:"...";
    font-weight:bold;
    position:absolute;
    bottom:0;
    right:0; 
} */

.vocation-summary-box .understand {
    border: 1px solid rgba(0, 0, 0, 0.10);
    padding: 5px 10px;
    margin-top: 15px;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
}

    .vocation-summary-box .understand:hover {
        background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
        color: #fff;
        border: 1px solid #C82638;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.markets-served-box {
    height: auto;
    width: 100%;
}

.btn-sort-lg {
    height: 70px;
    /* line-height: 70px; */
    margin-top: 40px;
    /* padding: 0 15px; */
    /* border-top: 1px solid #ddd; */
}

    .btn-sort-lg ul li {
        float: left;
        width: 12.5%;
        cursor: pointer;
        text-align: left;
        padding-right: 20px;
    }

        .btn-sort-lg ul li span {
            display: block;
        }

.btn-sort-lg-item {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
    border-top: 3px solid #adadad;
    text-align: center;
    position: relative;
}

li.active .btn-sort-lg-item {
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    border-top: 2px solid #C82638;
}

.btn-sort-lg-item span i {
    font-size: 20px;
    color: #adadad;
}

li:hover .btn-sort-lg-item,
li:hover .btn-sort-lg-item span i {
    color: #fff;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

li:hover .btn-sort-lg-item {
    border-color: #BF1D2C;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #BF1D2C;
}

.bg-btn-long-box .bg-btn-long-item {
    width: 50%;
    height: 100%;
    float: left;
    cursor: pointer;
    text-align: center;
}

    .bg-btn-long-box .bg-btn-long-item:hover {
        color: #C82638;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.bg-btn-long-box {
    background: #fff;
    height: 80px;
    line-height: 80px;
    position: relative;
    top: -40px;
    padding: 0;
    box-shadow: 0 17px 22px 0 rgba(108, 108, 108, 0.05);
}

.bg-btn-long-item.active {
    border-bottom: 2px solid #C82638;
    color: #C82638;
    height: 80px;
}

.active .btn-sort-lg-item {
    background: #BF1D2C;
}

    .active .btn-sort-lg-item span i {
        color: #fff;
    }

.bg-btn-long-item span img {
    vertical-align: text-bottom;
}

.title-name-classify .sm-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.70);
}

.title-name-classify .bg-text {
    font-size: 20px;
    color: rgba(0, 0, 0, 0.90);
}

.title-name-classify {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
}

.classify-item ul li {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-bottom: 1px sol id #ddd;
    cursor: pointer;
}

    .classify-item ul li .activename {
        font-size: 18px;
    }

    .classify-item ul li:hover,
    .classify-item ul li.active {
        color: #C82638;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .classify-item ul li i {
        float: right;
        font-size: 12px;
    }

.case-item .case-left-box {
    width: 198px;
    height: 120px;
    overflow: hidden;
}

    .case-item .case-left-box img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
    }

.case-item .link-box > div {
    float: left;
}

.case-item .case-right-box {
    width: calc(100% - 205px);
    padding-left: 20px;
}

.case-item-box-right {
    margin-top: 35px;
}

.case-item-box .case-item {
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    padding-top: 25px;
}

    .case-item-box .case-item:hover .case-left-box {
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

        .case-item-box .case-item:hover .case-left-box img {
            transform: scale(1.4);
        }

    .case-item-box .case-item:hover .case-title,
    .case-item-box .case-item:hover .case-title i {
        color: #C82638;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.case-title span.time-news-right {
    float: right;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.30);
}

.case-right-box .case-title {
    height: 30px;
}

    .case-right-box .case-title i.time-news-right {
        font-size: 13px;
        float: right;
        color: #888b8c;
        font-style: normal
    }

.case-title i {
    float: right;
}

.case-right-box .case-title span:first-child {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 100px);
    line-height: 20px;
    cursor: pointer;
    display: inline-block;
}

.case-content {
    color: rgba(0, 0, 0, 0.50);
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 13px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.case-content-compay {
    color: rgba(0, 0, 0, 0.50);
    line-height: 24px;
    margin-bottom: 10px;
    font-size: 13px;
}

    .case-content-compay p {
        font-size: 13px;
    }

.case-content {
    position: relative;
    line-height: 20px;
    height: 3em;
    overflow: hidden;
}

    .case-content::after {
        content: "...";
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .case-content:after {
        content: "...";
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

.product-name-text {
    color: #BF2331;
}

.case-item-box .link-box {
    display: block;
}

.paging-technique-box-bottom {
    text-align: right;
    display: inline-block;
    float: right;
    height: 80px;
}

    .paging-technique-box-bottom ul {
        margin: 20px 0;
    }

        .paging-technique-box-bottom ul li {
            float: left;
            cursor: pointer;
            width: 40px;
            height: 40px;
            line-height: 40px;
            border: 1px solid #ddd;
            text-align: center;
            margin-left: 10px;
            border-radius: 4px;
        }

            .paging-technique-box-bottom ul li.active,
            .paging-technique-box-bottom ul li:hover {
                background: #BF2331;
                color: #fff;
                border-color: #BF2331;
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -ms-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
            }

.classify-box {
    width: 100%;
}


/* 解决方案页面 */

.solu-tlon-box {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

    .solu-tlon-box a {
        display: block;
    }

    .solu-tlon-box .solu-tlon-img {
        width: 100%;
        height: 168px;
        overflow: hidden;
    }

        .solu-tlon-box .solu-tlon-img img {
            width: 100%;
            height: 100%;
            transition: all 0.6s;
        }

    .solu-tlon-box:hover .solu-tlon-img {
        box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
    }

        .solu-tlon-box:hover .solu-tlon-img img {
            transform: scale(1.2);
        }

    .solu-tlon-box:hover .solu-tlon-title,
    .solu-tlon-box:hover .solu-tlon-title i {
        color: #BF2331;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.solu-tlon-title .solu-tlon-name {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 85%;
    display: inline-block;
    line-height: 20px;
}

.solu-tlon-title i {
    font-size: 12px;
    float: right;
    color: rgba(0, 0, 0, 0.50);
}

.solu-tlon-content {
    padding: 20px 0 30px;
}

.solu-tlon-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.50);
    line-height: 24px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.solu-tlon-text {
    position: relative;
    line-height: 21px;
    height: 3em;
    overflow: hidden;
}

    .solu-tlon-text::after {
        content: "...";
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .solu-tlon-text:after {
        content: "...";
        font-weight: bold;
        position: absolute;
        bottom: 0;
        right: 0;
    }

.solu-tlon-title {
    margin-bottom: 5px;
}


/* 产品中心页面 */

.bg-btn-content-box {
    border-top: 1px solid #ddd;
    padding-top: 40px;
}

.download-img {
    cursor: pointer;
    width: 100%;
    height: auto;
}

    .download-img img {
        width: 100%;
    }

.title-project-de ul li {
    float: left;
    margin-right: 40px;
    cursor: pointer;
}

    .title-project-de ul li.active span {
        color: #BF2331;
        border-bottom: 2px solid #BF2331;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .title-project-de ul li:hover span {
        color: #BF2331;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.title-project-de {
    padding: 0 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
}

    .title-project-de ul li span {
        display: inline-block;
        font-size: 16px;
        height: 60px;
        line-height: 60px;
    }

.project-de-content-text {
    padding: 0 15px;
}

.title-project-name i {
    color: #BF2331;
}

.title-project-name {
    margin-bottom: 15px;
    width: 100%;
}

    .title-project-name .title-crude-fiber {
        font-size: 16px;
    }

.bg-btn-content-box .classify-item ul li {
    /* font-size: 12px; */
}

.project-content-text p {
    line-height: 24px;
    color: rgba(0, 0, 0, 0.70);
}

.video-right-top,
.video-right,
.video-right img {
    width: 100%;
    /* margin-top: 40px; */
}

.video-right-top {
    position: relative;
}

.icon-img {
    position: absolute;
    color: #fff;
    top: 50%;
    right: 50%;
    cursor: pointer;
    transform: translate(50%, -50%);
}

    .icon-img i {
        font-size: 80px;
    }

.pos-tion-text .know-ao {
    color: #fff;
    font-size: 18px;
}

    .pos-tion-text .know-ao:hover {
        color: #BF2331;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.img-box-school {
    width: 100%;
    height: 286px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

    .img-box-school img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
    }

        .img-box-school img:hover {
            transform: scale(1.2);
        }

.width-regard .news-title .news-title-bg {
    margin-left: 0;
}

.img-box-school-right {
    width: 100%;
    height: 135px;
    overflow: hidden;
}

    .img-box-school-right img {
        width: 100%;
        height: 100%;
    }

.project-name-left-bo {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #fff;
}

.customer-case-title .name-jod {
    font-size: 16px;
}

.customer-case-title .job-title {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.50);
}

.customer-case-box .box-name-management.Box .Box_con .btn {
    top: 95px;
}

.news-content .case-item .case-left-box {
    height: 90px;
    width: 160px;
    border-radius: 3px;
}

.consult-box {
    margin-top: 40px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 15px;
}

    .consult-box .consult-title {
    }

    .consult-box .content-consult {
        font-size: 12px;
        margin: 10px 0;
        color: rgba(0, 0, 0, 0.70);
    }

    .consult-box .consult-btn {
        color: #fff;
        width: 100%;
        display: inline-block;
        line-height: 35px;
        cursor: pointer;
        text-align: center;
        background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
        box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.42);
    }

.projects-name-classify,
.classify-item,
.consult-box {
    width: 100%;
}

.company-introduction .bg-btn-long-box .bg-btn-long-item {
    width: 25%;
}

.item-box-content-news {
    text-align: center;
    padding: 0 115px;
    text-align: center;
}

.title-name-text-firm {
    font-size: 20px;
    margin: 40px 0;
}

.img-box-firm {
    width: 100%;
    height: 198px;
}

    .img-box-firm img {
        width: 100%;
        height: 100%;
    }

.content-box-firm {
    margin-top: 40px;
    line-height: 25px;
}

.background-text {
    position: absolute;
    font-size: 137px;
    color: #F7F6F6;
    bottom: 25%;
    width: 100%;
    right: 50%;
    transform: translate(50%, 50%);
    letter-spacing: 44.7px;
    text-align: center;
    line-height: 191px
}

.content-po-firm,
.po-firm-box {
    position: relative;
}

.background-color-box {
    background: #FAFAFA;
    height: 300px;
    top: 250px;
    position: absolute;
    border-bottom: 1px solid #ddd;
}

.top-box-distance {
    margin-top: 120px;
}

.container-top {
    margin-top: 40px;
}

.item-firm {
    margin-top: 60px;
    position: relative;
}

.item-firm,
.background-imgs,
.background-imgs img {
    width: 100%;
    height: 235px;
}

.po-box-item {
    position: absolute;
    top: 50%;
    right: 50%;
    color: #fff;
    transform: translate(50%, -50%);
}

.service-box {
    width: 100%;
    margin-top: 40px;
}

.text-service {
    margin-top: 10px;
}

.item-box-content-firm {
    padding-bottom: 80px;
    border-bottom: 1px solid #ddd;
}

.service-box-map {
    cursor: pointer;
}

    .service-box-map a {
        display: block;
        margin-top: 20px;
        color: #3a87ea;
    }

        .service-box-map a:hover {
            color: #11488e;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

.bread-crumbs {
    color: #999;
}

    .bread-crumbs i {
        font-size: 12px;
    }

    .bread-crumbs a {
        cursor: pointer;
        color: #999;
        display: inline-block;
    }

        .bread-crumbs a:hover {
            color: #BF2331;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

.this-page-box {
    color: rgba(0, 0, 0, 0.90);
}

.company-history-box .title-name-text-firm {
    text-align: center;
}

.company-history-item {
    margin-top: 60px;
    border-top: 1px solid #ddd;
}

.item-company {
    border-bottom: 1px solid #ddd;
    padding: 30px 0;
}

    .item-company .years-box {
        font-size: 30px;
        line-height: 44px;
    }

.space-walk {
    margin-left: 32px;
}

.content-pad {
    width: 100%;
    /* height: 250px; */
    padding: 40px 0;
    padding: 0 110px;
}

.news-details-title-box {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 40px;
    border-bottom: 1px solid #ddd;
}

.news-details-title-name {
    font-size: 26px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 100%; */
    /* cursor: pointer; */
    display: inline-block;
}

.news-details-time {
    color: rgba(0, 0, 0, 0.50);
}

.news-details-content-box {
    width: 100%;
    padding: 30px 0;
}

    .news-details-content-box p {
        width: 100%;
        line-height: 28px;
        margin: 0;
    }

    .news-details-content-box img {
        /* width: 100%;
    height: auto; */
    }

.news-details-right {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-top: 86px;
    margin-bottom: 10px;
}

.download-box {
    width: 100%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #979797;
}

    .download-box:hover {
        color: #fff;
        background: #BF2331;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.related-links-title {
    font-size: 20px;
    padding-bottom: 20px;
    margin-top: 30px;
    border-bottom: 1px solid #ddd;
}

.related-links-box {
    padding: 20px 0;
    width: 100%;
}

    .related-links-box .related-links-item a {
        display: inline-block;
        width: 100%;
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 7px;
    }

        .related-links-box .related-links-item a:hover {
            color: #BF2331;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

.title-name {
    font-size: 20px;
    text-align: center;
}

.box-con-one .add-block {
    font-weight: 600;
}

.box-con-one p {
    /* font-size: 12px;
    font-weight: 300; */
}

@media (min-width: 1200px) {
    .content-pad {
        width: 900px;
        margin: 0 auto;
    }
}

.news-content .sp-caption-container {
    text-align: unset;
    margin-top: 20px;
}

.news-content .sp-buttons {
    bottom: 110px;
}

.edu-page-block {
    padding: 0;
    padding-right: 7.5px;
}

.edu-page-block-right {
    padding: 0;
    padding-right: 7.5px;
    padding-top: 15px;
}

.edu-page-block-left {
    padding-right: 0;
}

.markets-served-box-par {
    width: 100%;
    height: auto;
}

.btnSort-content {
    width: 100%;
    height: auto;
}

.ba-img-con {
    background-image: url(/images/linebg1.gif) no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.bg-col-page {
    background: #FBFBFB;
}

.he-con-blo {
    height: 250px;
    margin: 40px auto;
}

    .he-con-blo div .left-block-title {
        font-weight: 600px;
        margin-right: 20px;
        /* font-size: 12px; */
    }

    .he-con-blo div .right-block-title {
        font-weight: 300px;
        color: #999;
        /* font-size: 12px; */
    }

    .he-con-blo .block-title-box {
        margin-top: 20px;
    }

.management-item .case-content {
    /* margin-bottom: unset;
    word-break: unset;  
    text-overflow: unset;
    display: unset;  
    -webkit-box-orient: unset;  
    -webkit-line-clamp: unset;
     overflow: unset; */
}

    .management-item .case-content p {
        font-size: 13px;
    }

.one-top {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    background: #f4f4f4;
}

.case-piece-box .table tr {
    height: 40px;
    width: 100%;
    line-height: 40px;
}

    .case-piece-box .table tr:nth-child(even) {
        background: #ECECFF;
    }

    .case-piece-box .table tr:nth-child(odd) {
        background: #D5D5FF;
    }

    .case-piece-box .table tr td {
        border: 0;
        font-size: 12px;
    }


/* 视频 */
.videos-modal {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.videos-modal-content-box, .videos-modal-child {
    width: 100%;
    height: 100%;
    position: relative;
}

    .videos-modal-content-box .videos-modal-content {
        width: 630px;
        height: 505px;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%, -50%);
        background: #fff;
    }

.videos-modal-content-box, .videos-modal-child {
    width: 100%;
    height: 100%;
    position: relative;
}

.close-videos {
    position: absolute;
    top: -12px;
    right: -11px;
    background: rgba(0, 0, 0, .9);
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 0px 6px;
    cursor: pointer;
}

    .close-videos:hover {
        background: #BF2331;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .close-videos i.fa {
        font-size: 12px;
    }

@media screen and (max-width: 992px) {
    nav.main-navigation {
        margin-top: 15px;
        text-align: left;
        background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
        border-radius: 5px;
        padding: 10px 20px;
        margin-bottom: 25px;
        padding-bottom: 25px;
        box-shadow: 0 3px 8px 0 rgba(168, 168, 168, 0.45);
    }

    .right-search {
        position: unset;
        top: unset;
        right: unset;
        width: 100%;
    }

    .background-text {
        letter-spacing: 2.7px;
    }

    .top-box-distance {
        margin-top: 80px;
    }

    .container-top {
        margin-top: 0px;
    }

    .item-firm {
        margin-top: 30px;
    }

    .pad-left-block {
        padding-left: 0;
        margin-top: 20px;
    }

    .video-right-top {
        margin-top: 20px;
    }

    .project-de-content-text {
        padding: 0;
    }

    .main-footer-one {
        display: none;
    }

    .main-footer-two {
        text-align: center;
    }

    .container-top .item-box-content-news, .corporate-culture-paig .content-pad {
        padding: 0 0;
    }
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    .case-item .link-box > div {
        float: unset;
    }

    .case-item .case-left-box {
        width: 100%;
    }

    .case-item .case-right-box {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }

    .news-content .case-item .case-left-box {
        width: 100%;
    }

    .edu-page-block-left {
        padding: 0 15px;
    }

    .edu-page-block {
        padding-right: 0;
        margin-top: 15px;
    }

    .edu-page-block-right {
        padding-right: 0;
    }

    .img-box-school {
        height: auto;
    }

    .item-firm, .background-imgs, .background-imgs img {
        height: 340px;
    }

    .po-box-item {
        width: 100%;
    }

    .img-box-firm {
        height: 140px;
    }

    .background-text {
        position: absolute;
        font-size: 55px;
        color: #F7F6F6;
        bottom: 15%;
        width: 100%;
        right: 50%;
        transform: translate(50%, 50%);
        letter-spacing: 7.7px;
        text-align: center;
        line-height: 75px;
    }

    .background-color-box {
        top: 250px;
    }

    .container-top {
        margin-top: -10px;
    }

    .top-box-distance {
        margin-top: 45px;
    }

    .item-firm {
        margin-top: 40px;
        position: relative;
    }

    .news {
        padding: 15px 0;
    }

    .btn-sort-lg {
        margin-top: 20px;
        padding: 0;
    }

    .case-item-box .case-item {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .content-pad {
        padding: 0;
    }

    .copyright p {
        font-size: 12px;
    }

    .item-box-content-news {
        padding: 0;
    }

    .videos-modal-content-box .videos-modal-content {
        width: 90%;
        height: 40%;
    }
}
/* .case-right-box .case-title em.time-news-right {
    display: inline-block;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.50);
    float: right;
} */


/* .row {
    width: 100%;
} */
.img-box-cut-po {
    position: relative;
}

.title-project-bg-img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%,-50%);
    color: #fff;
    text-align: center;
}

.title-project-bg-img-top span {
    font-size: 40px;
}

.title-bol-po {
    display: block;
    margin-bottom: 15px;
    font-size: 20px;
}

.box-role-blo {
    border: 1px solid #ddd;
    height: 375px;
    position: relative;
}

    .box-role-blo .box-role-blo-title {
        height: 50px;
        color: #fff;
        padding: 14px 10px 0 10px;
        background: #BF2331;
    }

    .box-role-blo .box-role-blo-title-after {
        padding-top: 5px;
    }

.box-role-blo-content {
    padding: 10px;
    line-height: 24px;
    font-size: 12px;
}

.box-role-blo-bottom {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

    .box-role-blo-bottom i {
        font-size: 20px;
        vertical-align: text-bottom;
        padding-left: 5px;
    }

    .box-role-blo-bottom:hover {
        background: #BF2331;
        color: #fff;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.solu-tlon-relate-box {
    color: #666;
}

.btn-solu-tlon-box {
    margin-bottom: 20px;
}

    .btn-solu-tlon-box li {
        float: left;
        padding: 0 5px;
    }

        .btn-solu-tlon-box li span {
            padding: 0 8px;
            cursor: pointer;
            font-size: 18px;
            border-radius: 5px;
            display: inline-block;
            height: 30px;
            line-height: 30px;
        }

            .btn-solu-tlon-box li span:hover {
                background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
                color: #fff;
                -webkit-transition: all .5s;
                -moz-transition: all .5s;
                -ms-transition: all .5s;
                -o-transition: all .5s;
                transition: all .5s;
            }

        .btn-solu-tlon-box li.active span {
            background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
            color: #fff;
        }

.container {
    padding: 0;
    /* display: flex; */
    align-items: center; /* 垂直居中 */
    height: 100%;
    /*padding-bottom: 45px;*/
}

.title-name-project {
    font-size: 20px;
    height: 40px;
    border-bottom: 1px solid #ddd;
}

.title-name-project-first {
    line-height: 40px;
}

.number-po {
    padding-bottom: 40px;
}

.btn-branch-linkage-box {
    padding-bottom: 20px;
}

.branch-linkage {
    border: #BF1D2C 1px solid;
    color: #BF1D2C;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 4px;
}

    .branch-linkage:hover {
        background: #BF1D2C;
        border: #BF1D2C 1px solid;
        color: #fff;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.btnQQ-sub {
    display: block;
    width: 100%;
    height: 100%;
}

.box-tab-comply {
    display: block;
    width: 100%;
    height: 100%;
}

.bg-t {
    background: url(/css/img/withRegard/linebg2.gif) no-repeat center top;
}

.title-complay-name {
    text-align: center;
    padding-bottom: 30px;
}

    .title-complay-name .title-complay-span {
        font-size: 30px;
        vertical-align: top;
        color: #777a7b;
        display: inline-block;
        line-height: 60px;
    }

.padd-box {
    padding: 40px 0;
}

.btn-more-click {
    text-align: right;
    line-height: 30px;
}

    .btn-more-click div {
        cursor: pointer;
        font-weight: bold;
        color: #777a7b;
    }

        .btn-more-click div:hover,
        .btn-more-click div:focus {
            color: #BF1D2C;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

    .btn-more-click .put-away {
        display: none;
    }

    .btn-more-click .active .put-away {
        display: block;
    }

    .btn-more-click .active .deploy {
        display: none;
    }

.roll {
    color: #777a7b;
    font-size: 13px;
}

.active .btn-sort-lg-item .arrow-box {
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    margin: 0px auto;
    position: absolute;
    left: 40%;
    /* right: 50%; */
    top: -12px;
    display: block;
    border-color: transparent transparent #BF1D2C;
}

.bg-btn-long-item span {
    font-size: 18px;
}

.companyDetails .company-details-item {
    float: left;
    width: 25%;
    text-align: center;
    cursor: pointer;
}

.company-details-item .iconfont {
    font-size: 30px;
    color: rgba(25, 20, 20, 0.7);
}

.company-details-item a {
    display: inline-block;
}

.he-li-t {
    line-height: 28px;
}

.company-details-item:hover,
.company-details-item:hover .iconfont {
    color: #BF1D2C;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.bg-btn-type {
    background: #f4f4f4;
}

    .bg-btn-type .bg-btn-type-item {
        float: left;
        width: 16.6%;
        font-size: 16px;
        text-align: center;
        height: 60px;
        cursor: pointer;
        line-height: 60px;
    }

    .bg-btn-type .bg-btn-type-plan .bg-btn-type-item {
        width: 40%;
    }

    .bg-btn-type .bg-btn-type-counseling .bg-btn-type-item {
        width: 25%;
    }

    .bg-btn-type .bg-btn-type-server .bg-btn-type-item {
        width: 33.33%;
    }

    .bg-btn-type .bg-btn-type-PIP .bg-btn-type-item {
        width: 16.6%;
    }

    .bg-btn-type .bg-btn-type-Plan .bg-btn-type-item {
        width: 50%;
    }

    .bg-btn-type .bg-btn-type-Plan {
        width: 400px;
        margin: 0 auto;
    }

    .bg-btn-type .bg-btn-type-item span {
        display: inline-block;
        height: 60px;
        font-size: 18px;
        cursor: pointer;
        line-height: 60px;
    }

.bg-btn-type-item.active span,
.bg-btn-type-item:hover span {
    border-bottom: 3px solid #BF1D2C;
    color: #BF1D2C;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.con-r-po span {
    color: #535353;
    font-size: 18px;
    font-style: normal;
    display: block;
    line-height: 50px;
}

.con-r-po em {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: 25px;
}

.con-r-po-table {
    background: #e4e4e4;
    width: 100%;
}

table.con-r-po-table thead tr {
    height: 30px;
}

table.con-r-po-table tbody tr {
    height: 50px;
    line-height: 23px;
    font-size: 13px;
}

.con-r-po-table thead tr th {
    text-align: center;
    vertical-align: middle;
}

.ba-color-item {
    background: #f4f4f4;
}

.padd-in-bl {
    padding: 40px 0 10px 0;
}

.color-red {
    color: #BF1D2C;
}

.con-r-po sp {
    font-size: 18px;
    color: #333;
    font-family: "黑体";
    line-height: 20px;
    display: block;
    padding-bottom: 5px;
}

.con-r-po .sm-font-si {
    font-size: 24px;
}

.dis-no-bl-item {
    /* float: left;
    width: 50%; */
}

.dis-no-bl-clild {
    width: calc(100% - 127px);
    display: inline-block;
    vertical-align: top;
}

    .dis-no-bl-clild a {
        font-size: 20px;
        display: inline-block;
        padding-bottom: 15px;
    }

        .dis-no-bl-clild a:hover {
            color: #BF1D2C;
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
        }

.po-title-img-box {
    position: relative;
}

.po-title-img-text {
    width: 315px;
    position: absolute;
    left: 15%;
    top: 34%;
    text-align: center;
}

    .po-title-img-text p {
        font-size: 20px;
    }

.bg-btn-type-item a {
    display: inline-block;
}

    .bg-btn-type-item a img {
        vertical-align: middle;
    }

.field-data-item a.download-file-box {
    font-size: 18px;
    color: #0d72cc;
    display: inline-block;
    cursor: pointer;
}

    .field-data-item a.download-file-box i {
        padding-right: 10px;
    }

    .field-data-item a.download-file-box:hover,
    .field-data-item a.download-file-box:focus {
        color: #BF1D2C;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        text-decoration: underline;
    }

.subject-content {
    padding-bottom: 200px;
}

.bg-btn-type .bg-btn-type-project .bg-btn-type-item {
    width: 25%;
}

.none-title {
    display: none;
    /* position: absolute; ;
    top: 120%;
    left: 0;
    z-index: 100;
    height: auto;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    opacity: 0;
    visibility: hidden;  */
}

.breakpoint-off .classynav ul li:hover .dropdown {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.nav-bar {
    width: 110px;
    height: 10px;
    /* background: url(images/h_09.jpg) no-repeat center bottom; */
    background: red;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    display: none;
}

/* **************** */
ul.main-menu li .sub {
    display: none;
    width: 99%;
    padding: 20px 0;
    position: fixed;
    top: 140px;
    overflow: hidden;
    text-align: left;
    z-index: 9;
    left: 0px;
    background-color: #F3F3F3;
}

.img-box-header-ti {
    display: inline-block;
    float: left;
    width: 343px;
}

.menu-title-box {
    /* width: 170px; */
    width: auto;
    float: left;
    padding-left: 70px;
    padding-right: 70px;
    border-right: 1px solid #d2d2da;
}

    .menu-title-box.ProductCenter-padd {
        padding-left: 20px;
        padding-right: 20px;
    }

    .menu-title-box:last-child {
        border-right: 0;
    }

.main-menu li .sub .nav_xiao .menu-title-box li {
    line-height: 30px;
    display: block;
    margin-left: 0;
    color: #434343;
}

    .main-menu li .sub .nav_xiao .menu-title-box li a {
        color: #676767;
    }

        .main-menu li .sub .nav_xiao .menu-title-box li a span {
            font-size: 12px;
        }

.title-top-blod {
    font-size: 18px;
}

ul.main-menu li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 40%;
    right: 20%;
    bottom: -3px;
    height: 3px;
    width: 10px;
    transform: translate(30%,-50%);
    opacity: 0;
    background-color: #BF2331;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

.red {
    color: #BF2331 !important;
}

ul.main-menu li.on a.menu-parent-main:hover {
    color: #BF2331;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
}

    ul.main-menu li.on a.menu-parent-main:hover:after {
        left: 20%;
        right: 20%;
        width: 30px;
        transform: translate(30%,-50%);
        opacity: 1;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        -ms-transition: all .5s;
        transition: all .5s;
    }

ul.main-menu li a.menu-parent-main.red::after {
    left: 20%;
    right: 20%;
    width: 30px;
    transform: translate(30%,-50%);
    opacity: 1;
    background: #BF2331;
}

.news-content .company-personnel-box .case-item .case-left-box {
    height: 190px;
}

.contact-information {
    cursor: pointer;
    padding: 40px 15px 20px 15px;
    border-radius: 13px;
    box-shadow: 0 2px 14px 0 rgba(211, 211, 211, .5);
    margin-bottom: 30px;
    transition: transform .218s ease,-webkit-transform .218s ease;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

    .contact-information:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
        transition: transform .218s ease,-webkit-transform .218s ease;
        box-shadow: 0 7px 21px rgba(234, 101, 101, 0.3);
    }

.contact-information-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
}

    .contact-information-title .bag-title {
        font-size: 16px;
        padding-left: 12px;
        line-height: 25px;
        color: #4d4e4e;
        font-weight: bold;
        padding-right: 12px;
        border-left: 4px solid #bf2331;
    }

.contact-information .photo-portfolio {
    margin-bottom: 16px;
}

.photo-portfolio .icon {
    font-size: 14px;
}

.square-height-mo {
    height: 44px;
}

.photo-portfolio .iconphone,
.photo-portfolio .iconicon_square {
    font-size: 18px;
}

.title-power-bo {
    font-size: 24px;
    height: 60px;
    /* margin-top: 40px; */
    /* line-height: 60px; */
    text-align: center;
}

.power-map {
    margin: 30px 0;
}

.width-EDu {
    text-align: center;
}

.power-EDU {
    text-align: center;
    font-size: 30px;
}

.width-EDu-left {
    text-align: left;
}

.EDUPPd {
    font-size: 20px;
    color: #25dcd0;
    text-decoration: underline;
}

    .EDUPPd:hover {
        color: #49cac1;
        text-decoration: underline;
    }

.project-edu {
    font-size: 20px;
    color: #25dcd0;
}

.edu-butn-bo {
    background: #25dcd0;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.video-box-right-content {
    width: 100%;
    margin-top: 50px;
}

.video-box-right {
    width: 100%;
}

    .video-box-right [class^="col-"] {
        padding: 0 10px;
    }

.video-item {
    width: 100%;
    margin-bottom: 20px;
    cursor: pointer;
    text-align: center;
}

    .video-item p {
        margin: 0;
    }

.video-top {
    width: 100%;
    height: 198px;
    overflow: hidden;
}

    .video-top img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
    }

.video-item .video-bottom {
    background: #e2e3e4;
    padding: 10px 0;
}

    .video-item .video-bottom p:last-child {
        font-weight: 600;
        color: #434343;
    }

.video-item:hover .video-top img {
    transform: scale(1.4);
}

.video-item:hover .video-bottom,
.video-item:hover .video-bottom p:last-child {
    color: #fff;
    background-image: linear-gradient(-90deg, #E13E57 0%, #BF1D2C 100%);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.project-name-title-box > div:first-child {
    width: 40%;
}

.project-name-title-box > div.bg-btn-right {
    width: 60%;
}

.project-name-title-box div {
    float: left;
}

.project-name-title-box {
    position: relative;
}

    .project-name-title-box .bg-btn-type-item-po {
        position: absolute;
        right: 0;
        top: 20px;
    }

        .project-name-title-box .bg-btn-type-item-po a {
            background: rgba(191, 29, 44, 1);
            color: #fff;
            cursor: pointer;
            padding: 3px 10px;
            border-radius: 3px;
        }

.project-name-left-title span {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}

.bread-crumbs-box {
    height: 50px;
}

.counseling-item {
    width: 100%;
    height: 300px;
    cursor: pointer;
    position: relative;
}

    .counseling-item a {
        display: block;
        width: 100%;
        height: 100%;
    }

.counseling-top {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .counseling-top img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
    }

.counseling-item:hover img {
    transform: scale(1.2);
}

.counseling-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    height: 60px;
    padding: 0 15px;
    line-height: 60px;
    background: rgba(0,0,0,.5);
}

.counseling-item:hover .counseling-bottom {
    color: rgb(191, 29, 44);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.big-font-title {
    height: 100px;
}

    .big-font-title h1 {
        text-align: center;
        /* color:#BF1D2C; */
    }

        .big-font-title h1:after {
            width: 70px;
            display: block;
            content: " ";
            height: 4px;
            background-color: #BF1D2C;
            position: relative;
            bottom: -18px;
            margin: auto;
        }

.Power-Press-item {
    width: 100%;
    height: auto;
    display: block;
    cursor: pointer;
}

    .Power-Press-item .Power-Press-top {
        width: 100%;
        height: 350px;
        overflow: hidden;
        border: 1px solid #ddd;
    }

        .Power-Press-item .Power-Press-top img {
            width: 100%;
            height: 100%;
            -webkit-transition: -webkit-transform 1s ease-out;
            -moz-transition: -moz-transform 1s ease-out;
            -ms-transition: -ms-transform 1s ease-out;
            transition: transform 1s ease-out;
        }

    .Power-Press-item:hover .Power-Press-top img {
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1)
    }

.Power-Press-bottom {
    height: 60px;
    line-height: 60px;
}

    .Power-Press-bottom span:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 75%;
        cursor: pointer;
        display: inline-block;
    }

.Power-Press-item:hover .Power-Press-bottom span:first-child {
    /* color: rgb(191, 29, 44);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; */
}

.Power-Press-bottom span:last-child {
    float: right;
    font-size: 13px;
}

    .Power-Press-bottom span:last-child i {
        color: #BF1D2C;
        font-size: 14px;
    }

    .Power-Press-bottom span:last-child:hover {
        color: rgb(191, 29, 44);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.more-bottom-box {
    height: 70px;
    margin-top: 40px;
    line-height: 70px;
    text-align: center;
}

    .more-bottom-box a {
        display: inline-block;
        height: 40px;
        margin: 0 auto;
        width: 110px;
        line-height: 40px;
        background: rgb(191, 29, 44);
        color: #fff;
        border: 1px solid rgb(191, 29, 44);
    }

        .more-bottom-box a:hover {
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            -ms-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s;
            background: #fff;
            color: rgb(191, 29, 44);
            border: 1px solid rgb(191, 29, 44);
        }

.Power-Press-more-item {
    width: 100%;
    height: 107px;
    display: block;
    cursor: pointer;
    margin-bottom: 40px;
}

.more-box-file {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #ddd;
}

    .more-box-file img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
    }

.Power-Press-more-item:hover .more-box-file {
    box-shadow: 0px 2px 11px 0px rgba(56,56,56,.4);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

    .Power-Press-more-item:hover .more-box-file img {
        transform: scale(1.2);
    }

.name-right-file-po {
    font-size: 13px;
}

.Power-Press-more-item:hover .name-right-file-po {
    color: rgb(191, 29, 44);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

/*社会责任*/
.solutions {
    width: 100%;
    overflow: hidden;
    height: 800px;
    margin-top: 80px;
}

    .solutions ul {
        width: 100%;
    }

    .solutions li {
        height: 224px;
        background: #fff;
        width: 32%;
        border: 1px solid #e5e5e5;
        float: left;
        margin: 0 5px;
        position: relative;
        margin-bottom: 15px
    }

        .solutions li h3 {
            font-size: 40px;
            text-align: center;
            margin-top: 44px;
        }

.solutit {
    display: block;
    width: 100%;
    z-index: 20;
    position: absolute
}

    .solutit img {
        margin: 30px auto;
        text-align: center;
        display: block;
    }

    .solutit h4 {
        color: #fff;
        font-size: 28px;
        text-align: center;
        line-height: 30px;
        margin-top: 94px
    }

    .solutit p {
        color: #72ac2d;
        line-height: 20px;
        font-size: 14px;
        text-align: center;
    }

    .solutit a {
        line-height: 30px;
        height: 30px;
        width: 100px;
        background: #72ac2d;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        text-align: center;
        display: block;
        margin: 20px auto 0;
        border-radius: 5px;
    }

    .solutit:hover a {
        background: #ec8000;
    }

.solutit2 {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    height: 0px;
    background: url(http://www.spic.com.cn/image2015/opacity50.png);
    z-index: 99;
    display: block;
    border-bottom: 0px solid #72ac2d;
    z-index: 10
}

    .solutit2 h4 {
        color: #333;
        font-weight: bold;
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 10px;
        text-align: center;
        margin-top: 40px;
    }

    .solutit2 h5 {
        text-align: center;
        color: #72ac2d;
        display: block;
    }

    .solutit2 span {
        display: block;
        background: #bbbbbb;
        height: 2px;
        width: 50px;
        margin: 10px auto;
    }

    .solutit2 p {
        line-height: 24px;
        color: #fff;
        display: block;
        overflow: hidden;
        font-size: 16px;
        text-align: center;
        border: 1px solid #fff;
        width: 80px;
        height: 40px;
        font-size: 13px;
        line-height: 40px;
        margin: 0 auto;
        margin-top: 128px;
    }

.qiwhBox {
    background: url(../images/yewu01.jpg) no-repeat center bottom;
}

.content-social {
    margin-top: 30px;
    font-family: '楷体';
    font-size: 18px;
    line-height: 32px;
    text-indent: 36px;
}

.clearfloat {
    width: 100%;
}

    .clearfloat a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

.power-train-box-name.train-box .train-content {
    box-shadow: 0px 0px 18px 0px rgba(56,56,56,.1);
}

.header-top-btn {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}

.po-sea-parent {
    position: relative;
}

#puhua {
    font-size: 18px;
}

.logo-img {
    width: 300px;
}

.chat-img img {
    width: 90px;
}

.iconfont.iconfeiji {
    font-size: 22px;
}

.seach-right-news {
    text-align: right;
}

    .seach-right-news .global-search-form .form-control {
        height: 34px;
        -webkit-box-shadow: unset !important;
        box-shadow: unset !important;
    }

        .seach-right-news .global-search-form .form-control:focus {
            border-color: #BF1D2C;
            outline: 0;
            -webkit-box-shadow: unset;
            box-shadow: unset;
        }

.bottom-AQ {
    display: inline-block;
    text-decoration: none;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
}

    .bottom-AQ:hover {
        color: rgba(191, 29, 44, 1);
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.img-box-cut img {
    height: 100%;
}

.img-box-cut {
    position: relative;
    height: 365px;
}

.text-po-img {
    position: absolute;
    top: 0px;
    width: 100%;
    width: 100%;
    height: 100%;
    /* background: rgba(239, 239, 239, 0.5); */
}

.text-box {
    width: 800px;
    /* background: rgba(160, 155, 155, 0.5); */
    color: #3c3939;
    padding: 20px;
    position: absolute;
    top: 42px;
    left: 43%;
    text-align: right;
    /* padding-top: 120px; */
}

.title-top-text {
    font-size: 28px;
    font-weight: bold;
    color: #940000;
    margin-right: 20px;
}

.title-bottom-text {
    font-size: 16px;
}

.text-before {
    width: 58px;
    height: 4px;
    background: rgba(191, 29, 44, 1);
}

.case-item .video-content > div {
    float: left;
    width: 50%;
}

.video-bottom-img-box {
    text-align: right;
}

.video-content-left h1 {
    font-size: 18px;
    text-align: center;
    padding: 0 5px;
    margin: 0;
    overflow: hidden;
    line-height: 30px;
    padding: 0 40px;
    height: 165px;
    /* font-size: 24px; */
    line-height: 1.8;
    color: #606263;
}

.video-content-left > span {
    display: block;
    border-bottom: 3px #df1515 solid;
    margin: 20px auto;
    width: 50px;
}

.video-content-left .video-name-people {
    text-align: center;
    font-size: 16px;
    line-height: 1.7;
    color: #606263;
}

.video-content-right {
    padding: 0 10px;
    position: relative;
}

    .video-content-right > a {
        width: 100%;
        display: inline-block;
        height: 340px;
        cursor: pointer;
        overflow: hidden;
    }

    .video-content-right img {
        width: 100%;
        height: 100%;
        transition: all 0.6s;
    }

    .video-content-right i.fa {
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
        font-size: 55px;
        color: #fff;
    }

    .video-content-right > a:hover img {
        transform: scale(1.2);
    }

.related-links-item-left {
    border-radius: 3px;
}

.text-one {
    font-size: 14px;
}

.text-two-box {
    background-color: #c6c7c8;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.text-two {
    font-size: 24px;
    font-weight: bold;
    color: #f4f4f4;
}

.three-box-text {
    display: flex;
    align-items: center; /* 垂直居中 */
    margin-top: 15px;
}

.three-box-lab {
    font-size: 15px;
    color: #7f7f7f;
    font-weight: 400;
}

.AECTitle {
    /* background-color: #f4f4f4;*/
    height: 50px;
    font-family: Microsoft YaHei;
    font-size: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    /* border-radius: 24px;*/
}

.aec-bg-one {
    background-color: #f4f4f4;
}

.aec-bg-two {
    background-color: #ffffff;
}

.round-container {
    position: relative;
    display: inline-block;
}

.overlay-text {
    position: absolute;
    top: 40%; /* 垂直居中 */
    left: 40%; /* 水平居中 */
    transform: translate(-30%, -30%); /* 调整位置以精确居中 */
    /*background-color: rgba(0, 0, 0, 0.5);*/ /* 可选的背景色和透明度 */
    color: white; /* 文字颜色 */
    padding: 0px; /* 文字周围的填充 */
    z-index: 1; /* 确保文字层在图片层之上 */
    font-size: 16px;
}

.container-bottom {
    padding-bottom: 30px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 宽高比，9 / 16 * 100 = 56.25% */
    padding-top: 30px; /* 防止在某些设备上顶部被裁切 */
    height: 0;
    overflow: auto;
}

    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.con-r-po-one span {
    color: #535353;
    font-size: 18px;
    font-style: normal;
    display: block;
    line-height: 60px;
}

.con-r-po-one em {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: 40px;
}

.con-r-po-one sp {
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑";
    line-height: 20px;
    display: block;
    padding-bottom: 5px;
}

.con-r-po-two span {
    color: #535353;
    font-size: 18px;
    font-style: normal;
    display: block;
    line-height: 60px;
}

.con-r-po-two em {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: 30px;
}

.con-r-po-two sp {
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑";
    line-height: 20px;
    display: block;
    padding-bottom: 5px;
}


/*.sided-container {
    position: relative;
    display: inline-block;
    width: 174px;
    margin-top: 40px;
}*/

.sided-container {
    position: relative;
    display: inline-block;
    width: 136px;
    margin-top: 40px;
}

.sided-text-one {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    color: black;
    padding: 0px;
    z-index: 1;
    font-family: "微软雅黑";
    font-size: 15px;
    text-align: center;
}

.sided-text-two {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 0px;
    z-index: 1;
    font-family: "微软雅黑";
    font-size: 15px;
    text-align: center;
}

.sided-ligature {
    height: 3px;
    width: 90%;
    background-color: #c7c7c7;
    position: absolute;
    top: 55%;
}



.con-r-po-three em {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: 40px;
}

.dclj-shadow {
    float: left;
    width: 400px;
    height: 200px;
    margin: 20px;
    padding: 10px;
    box-shadow: 5px 5px 10px grey;
}

.con-r-po-four span {
    color: #535353;
    font-size: 22px;
    font-style: normal;
    display: block;
    line-height: 60px;
}

.con-r-po-four em {
    color: #535353;
    font-size: 15px;
    font-style: normal;
    display: block;
    line-height: 38px;
}

.con-r-po-four sp {
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑";
    line-height: 20px;
    display: block;
    padding-bottom: 5px;
}

.aec-title {
    /* background-color: #f4f4f4;*/
    height: 50px;
    font-family: Microsoft YaHei;
    font-size: 22px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #7f7f7f;
    font-weight: bold;
    /* border-radius: 24px;*/
}

/*分界线*/
.backgroundimg{
    background-image: url(../img/BackGroundImg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}


.AECTitle {
    /* background-color: #f4f4f4;*/
    height: 50px;
    font-family: Microsoft YaHei;
    font-size: 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #7f7f7f;
    font-weight: bold;
    /* border-radius: 24px;*/
}

.aec-bg-one {
    background-color: #f4f4f4;
}

.aec-bg-two {
    background-color: #ffffff;
}

.round-container {
    position: relative;
    display: inline-block;
}

.overlay-text {
    position: absolute;
    top: 40%; /* 垂直居中 */
    left: 40%; /* 水平居中 */
    transform: translate(-30%, -30%); /* 调整位置以精确居中 */
    /*background-color: rgba(0, 0, 0, 0.5);*/ /* 可选的背景色和透明度 */
    color: white; /* 文字颜色 */
    padding: 0px; /* 文字周围的填充 */
    z-index: 1; /* 确保文字层在图片层之上 */
    font-size: 16px;
}

.container-bottom {
    padding-bottom: 30px;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 宽高比，9 / 16 * 100 = 56.25% */
    padding-top: 30px; /* 防止在某些设备上顶部被裁切 */
    height: 0;
    overflow: auto;
}

    .responsive-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }

.con-r-po-one span {
    color: #535353;
    font-size: 18px;
    font-style: normal;
    display: block;
    line-height: 60px;
}

.con-r-po-one em {
    color: #535353;
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: 40px;
}

.con-r-po-one sp {
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑";
    line-height: 20px;
    display: block;
    padding-bottom: 5px;
}



    .AECBackTop {
        justify-content: center;
        display: flex;
        margin: 10px;
    }

    .AECBack {
        background-color: #ececec;
        height: auto;
        width: 1500px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 14px;
    }

    .AECBackDiv {
        display: inline;
        height: 100%;
        width: 100%;
        text-align: center;
    }

    .AECBackFontTitle {
        font-size: 20px;
        color: #7f7f7f;
        font-weight: bold;
        font-family: Microsoft YaHei;
    }

    .AECBackFontContent {
        font-size: 14px;
        font-family: Microsoft YaHei;
    }

    .AECBackTopTwo {
        justify-content: center;
        display: flex;
        margin: 10px;
    }

    .AECBackTwo {
        height: auto;
        display: grid;
        justify-items: start;
        justify-content: center;
    }
    .AECBackTwoContent{
        font-size: 15px;
        color: white;
    }
    .AECBackDivTwo {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .AECBackTopThree {
        height: auto;
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .AECBackThreeCircle {
        border-radius: 100%;
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        z-index: 1;

        background: url(../img/goods-bg6.jpg) no-repeat; 
        background-size: 100% 100%;
        transform: translateY(-5px);
        transition: transform .3s linear;
        border: none;
    }
    .AECBackThreeCircle-p{
        font-size: 16px;
        color: #fff;
    }

    .AECBackThreeCircleLeft {
        border-radius: 100%;
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        z-index: 1;
        margin-left: 115px;
        background: url(../img/goods-bg6.jpg) no-repeat; 
        background-size: 100% 100%;
        transform: translateY(-5px);
        transition: transform .3s linear;
        border: none;
    }

    .AECBackThreeCircleBack {
        display: flex;
        position: relative;
        margin-top: 25px;
    }

    .AECBackThreeCircleBack:before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 50%;
        height: 3px;
        width: 100%;
        background-color: rgb(198, 199, 200);
    }

    .AECBackTopFour {
        height: auto;
        margin-top: 20px;
    }

    .AECBackFourTitle {
        flex-direction: row;
        display: flex;
    }

    .AECBackFourTitleT {
        flex-direction: row;
        display: flex;
        margin-top: 15px;
    }

    .AECBackFourContent {
        margin-left: 10px;
        background-color: #f4f4f4;
        width: 1110px;
        display: flex;
    }

    .AECBackOneCircle {
        border-radius: 100%;
        background-color: rgb(183 32 38);
        width: 25px;
        height: 25px;
        display: flex;
        justify-content: center;
    }

    .AECBackOneContent {
        display: flex;
        align-items: center;
        margin-top: 20px;
    }

    .AECBackOneFont {
        margin-left: 15px;
        font-size: 15px;
        color: #7f7f7f;
    }

    .Shadow{
        float:left;
        width: 400px;
        height: auto;
        margin: 15px 15px 0px 5px;
        padding: 10px 10px 0px 10px;
        box-shadow: 5px 5px 10px grey;
    }
    .Shadow-p16{
        font-size:16px;
        font-weight: bold;
        color: #7f7f7f;
    }
    .Shadow-p14{
        font-size:14px;
        color: #7f7f7f;
        line-height: 30px;
    }
    .Shadow:hover {
        background: url(../img/goods-bg6.jpg) no-repeat; 
        background-size: 100% 100%;
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        transform: translateY(-5px);
        -webkit-transition: -webkit-transform .2s linear;
        transition: transform .3s linear;
        border: none;
    }

    .Shadow:hover p{
        color: #fff;
    }

    .Shadow-line{
        display:block; 
        width: 50px; 
        height: 3px; 
        background: #fff; 
        margin-top: 10px;
    }

    .rotate-image {
      transition: transform 0.5s ease-in-out;
      cursor: pointer;
    }
     
    .imgDiv:hover .rotate-image {
      transform: rotate(360deg);
    }

    .videofour{
        text-align:center;
        margin-top: 10px;
    }
    .videofour-title{
        font-size:15px;
        font-weight:bold;
        color: #7f7f7f;
    }
    .responsivefour-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 宽高比，9 / 16 * 100 = 56.25% */
    padding-top: 30px; /* 防止在某些设备上顶部被裁切 */
    height: 0;
    overflow: auto;
}

    .responsivefour-video iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
    }