* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body {
    background: #F5F5F5;
    font-family: 'hei';
}


/*面包屑*/

.history-bread {
    width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    padding: 20px 0;
}

.history-bread a {
    color: #000;
}


/*面包屑结束*/


/*历史轮播*/

.history-lunbo {
    width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}

.history-body {
    padding: 65px;
    overflow: hidden;
}

.history-body .history-left {
    float: left;
    width: 38%;
    padding: 50px;
}

.history-body .history-left h3 {
    color: #B4000C;
    margin-bottom: 25px;
}

.history-body .history-right {
    float: right;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background: #B4000C !important;
}


/*历史轮播结束*/


/*发展历程*/

.history-con {
    width: 1200px;
    margin: 20px auto;
    background: #fff;
    border-radius: 5px;
}

.history-con ul {
    padding: 35px 124px 35px 124px;
    overflow: hidden;
}

.history-con ul li {
    float: left;
    width: 28.6%;
    height: 180px;
    margin-bottom: 50px;
    margin-right: 7%;
    /*padding: 0 50px;*/
}

.history-con ul li:nth-child(1) {
    height: 110px !important;
}

.history-con ul li:nth-child(2) {
    height: 110px !important;
}

.history-con ul li:nth-child(3) {
    height: 110px !important;
}

.history-con ul li:nth-child(7) {
    height: 110px !important;
}

.history-con ul li:nth-child(8) {
    height: 110px !important;
}

.history-con ul li:nth-child(9) {
    height: 110px !important;
}

.history-con ul li:nth-child(3n) {
    margin-right: 0;
}

.history-con ul li h3 {
    color: #B4000C;
    margin-bottom: 20px;
}

.history-con ul li p {
    position: relative;
    font-size: 14px;
    padding-left: 10px;
    /*font-weight: bold;*/
    word-wrap: break-word;
    word-break: break-all;
}

.history-con ul li p:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 7px;
    left: 0;
    background: #BB0013;
    border-radius: 50%;
}


/*发展历程结束*/


/*联系我们*/

.tell {
    width: 1200px;
    margin: 20px auto;
    padding: 20px 20px 20px 130px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.tell span {
    font-size: 20px;
    padding: 10px 0;
    float: left;
}

.tell a {
    display: inline-block;
    padding: 10px 20px;
    font-size: 20px;
    float: right;
    color: #fff;
    background: #B4000C;
}


/*联系我们结束*/