
.data-profile-container {
    margin-top: 30px !important;
}

/* 覆盖bootstrap面包屑的样式 data- 代表自定义css*/
.data-breadcrumb {
    background-color: #fff !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.data-breadcrumb li a {
    color: #7e7e7e;
    text-decoration: none;
}

.data-breadcrumb .active {
    color: #b01f24 !important;
}

.data-breadcrumb > li + li:before {
    color: #CCCCCC;
    content: ">" !important;
    padding: 0 5px;
}

/*公司简介 */
.profile h2, .profile p {
    color: #333;
}

.profile-image {
    margin-top: 2em;
}

.profile-image img {
    margin-top: 1em;
}

@media screen and (max-width: 750px) {

}

@media screen and (min-width: 750px) {
    .profile h2 {
        margin-top: 0px !important;
    }
}

/* 发展历程 */
.course-container-fluid {
    background-image: url('../../images/productImages/backimage.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.data-page-header {
    border-bottom: 0px !important;
}

.event_box {
    width: 100%;
    margin: 3% auto 0;
    position: relative;
    min-height: 420px;
}

.event_box .parHd {
    width: 100%;
    display: inline-block;

    height: 92px;

    overflow: hidden;
}

.parHd ul {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px !important;
}

.parHd .tempWrap {
    margin: 0 auto;
}

.parHd .tempWrap:after {
    content: '';

    width: 85%;

    height: 1px;

    background: #580000;

    position: absolute;

    /* top: 33%; */

    /* right: -140%; */

    right: 8%;

    top: 35%;

    /* margin-top: -0.5px; */

    z-index: 10;
}

@media screen and (max-width: 750px) {
    .parHd .tempWrap:after {
        width: 100%;
    }

    .parHd li {
        margin: 0 10px;
    }
}

@media screen and (min-width: 750px) {
    /* .parHd .tempWrap:after{
        width: 85%;
    } */
    .parHd li {
        margin: 0 30px;
    }
}

/*.parHd li:before{ content: ''; width: 180%; height: 1px; background: #580000; position: absolute;top: 0; right:-140%;right: 0;}*/

.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-top: 30px;
    font-size: 16px;
    color: #000;
    position: relative;
}

.parHd li:after {
    content: '';
    background: url(../../images/aboutSgImages/dot_ico.png) no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 20;
    top: -12px;
    left: 50%;
    margin-left: -12px;
}

.parBd {
    text-align: left;
    margin-top: 60px;
}

.parBd ul li {
    list-style-type: disc
}

div#listBox {

    width: 100%;

}

.sPrev, .sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 10px;
    z-index: 10;
}

.sPrev {
    left: 0;
}

.sNext {
    right: 0;
}

.sPrev img, .sNext img {
    transition: all .6s cubic-bezier(.51, 1.1, .9, .95);

    -moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);

    -webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);

    -o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
}


