    body {
        background: #fff;
    }

    .title-bread .title-bread-item {
        color: #333333!important;
        cursor: pointer;
    }

    .banner {
        /*height: 500px;*/
        overflow: hidden;
    }

    .banner .swiper-button-next {
        width: 35px;
        height: 35px;
        background-size: 35px;
        right: 40px;
        background-image: url(../images/home_right.png);
    }

    .banner .swiper-button-prev {
        width: 35px;
        height: 35px;
        left: 40px;
        background-size: 35px;
        background-image: url(../images/home_left2.png);
    }

    .title-name {
        padding: 30px 0 20px 0;
        font-size: 30px;
        color: #333333;
        padding-left: 40px;
    }

    .title-bread {
        padding-left: 40px;
        height: 60px;
        line-height: 60px;
        border-top: 1px solid #dadada;
        border-bottom: 1px solid #dadada;
        font-size: 14px;
    }

    .title-bread-item {
        color: #333333;
        cursor: pointer;
    }

    .title-bread-item:not(:first-child)::before {
        content: '/';
        margin: 10px;
        color: #888888;
    }

    .title-bread-item:last-child {
        color: #888888;
    }

    .gscp-detail {
        background: #fff;
        overflow: hidden;
        display: table;
        width: 100%;
        min-height: 1000px;
        min-width: 1100px;
    }

    .gscp-detail .nav {
        background: #eee;
        display: table-cell;
        position: relative;
        width: 30%;
        color: #000;
    }

    .gscp-detail h2 {
        font-size: 18px;
        color: #28334c;
        padding-right: 30px;
    }

    .gscp-detail ul {
        list-style: none;
        margin-top: 20px;
        margin-bottom: 48px;
    }

    .gscp-detail .main {
        background: #fff;
        display: table-cell;
        width: 70%;
    }

    .nav-wrapper {
        position: absolute;
        right: 0;
        top: 140px;
    }

    .nav-wrapper a {
        color: #28334c;
        display: block;
        margin: 6px 0;
        line-height: 35px;
        height: 35px;
        padding-left: 10px;
        font-size: 14px;
    }

    .nav-wrapper a::before {
        content: '·';
        font-weight: 900;
        margin-right: 10px;
    }

    .nav-wrapper a.active {
        background: #fdfdfd;
    }

    .main-wrapper {
      width: 80%;
      min-width: 500px;
    }

    .main .template {
        padding: 40px 40px 60px;
        min-height: 400px;
        font-size: 14px;
        color: #333;
    }
