body,
.wrapper {
    background-color: rgb(255, 255, 255);
    font-family: MicrosoftYaHei;
}

.content2 {
    width: 66%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.content2 h1 {
    font-size: 25px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.content2 h6 {
    height: 15px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 24px;
    text-align: center;
    margin-bottom: 50px;
}

.content2 p {
    font-size: 14px;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 30px;
}

.content2 h5 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 30px;
}

.outcontent {
    background: rgba(255, 255, 255, 1);
    margin: 0 auto;
    margin-top: 81px;
}

.page {
    height: 91px;
    background: rgba(232, 232, 232, 1);
    margin: 0 auto;
}

.page a {
    text-decoration: none;
    display: block;
    width: 336px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    line-height: 30px;
}

.page .left {
    width: 340px;
    height: 91px;
    line-height: 91px;
    padding-left: 20px;
    padding-top: 16px;
    float: left;
}

.page .right a img {
    display: block;
    margin-bottom: 2px;
    width: 25px;
    height: 25px;
}

.page .right a {
    width: 50px;
    display: inline-block;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
}

.page .right a:last-child img {
    width: 20px;
    height: 21px;
}

.page .right {
    float: right;
    padding-top: 20px;
    margin-right: 10px;
}

.core_business {
    margin: 0 auto;
    margin-top: 70px;
    height: 340px;
    clear: both;
    padding-top: 40px;
}

.core_business h2 {
    text-align: center;
    height: 30px;
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 24px;
    margin-bottom: 20px;
}

.core_business a {
    text-decoration: none;
    color: #333333;
    display: block;
    width: 23.5%;
    height: 250px;
    background: rgba(255, 255, 255, 1);
    border-radius: 8px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    margin-right: 12px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

.core_business img {
    margin-top: 50px;
}

.core_business a p:last-child {
    font-size: 12px;
    color: rgba(102, 102, 102, 1);
}

.core_business a:hover {
    box-shadow: 0px 6px 12px 0px rgba(169, 169, 169, 0.44)
}


/* ********************* */

.business_catalogue_image {
    background: url(/static/images/www/detailbg.png) no-repeat;
    height: 170px;
}

.business_catalogue {
    width: 44%;
    height: 70px;
    margin: 0px auto;
    padding-top: 50px;
}

.business_catalogue a {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 33%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    background: rgba(166, 166, 166, 1);
}

.business_catalogue a:hover,
.business_catalogue a:first-child {
    text-decoration: none;
    background: rgba(205, 30, 28, 1);
    color: rgba(255, 255, 255, 1);
}

.active em {
    display: block;
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 100%;
    margin-left: 28px;
    margin-top: 5px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: red;
}


/********************** */

.catalogue_background {
    height: 170px;
    width: 100%;
    background: url(/static/images/www/detailbg.png) no-repeat;
    margin-top: -20px;
}

.business_catalogue {
    height: 90px;
    margin: 0px auto;
    width: 40%;
}

.business_catalogue li {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 30%;
    height: 57px;
    line-height: 57px;
    background: rgba(166, 166, 166, 1);
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

#taba .li {
    background: rgba(205, 30, 28, 1);
    color: rgba(255, 255, 255, 1);
}

.active em {
    display: block;
    width: 5px;
    height: 5px;
    background-color: red;
    border-radius: 100%;
    margin-left: 28px;
    margin-top: 5px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: red;
}

#tabCona_1 {
    display: none;
}

#tabCona_2 {
    display: none;
}


/* 媒体查询 */

@media (max-width:1199px) {
    .core_business a {
        width: 31.5%;
        height: 260px;
    }
}

@media (max-width:991px) {
    .core_business a {
        width: 47.5%;
        height: 290px;
    }
}

@media (max-width:767px) {
    .footer {
        margin-top: 1016px;
    }
    .core_business a {
        width: 58.5%;
        height: 309px;
        margin-left: 20%;
    }
}