

.about-main .swiper-container {
    height: auto;
}

.about-main .about-wrap {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.about-main .about-menu {
    width: 220px;
    background: #fff;
    box-shadow: 0px 0px 10px #eaeaea;
    float: left;
}

.about-main .about-menu ul li a.f {
    display: block;
    font-size: 18px;
    color: #666666;
    padding: 20px;
    font-weight: bolder;
    border-top: 1px solid #f2f2f2;
}

.about-main .about-menu ul li a.f span {
    display: block;
}

.about-main .about-menu ul li.on a.f {
    color: #fff;
    background: #ff7e00;
}

.about-main .about-menu ul li.on a.f.none span {
    background: none;
}

.about-main .about-menu ul li.on a.f span {
    background: url("../img/icon-down.png") no-repeat center right #ff7e00;
}

.about-main .about-menu ul li dl {
    display: none;
    padding-bottom: 10px;
}

.about-main .about-menu ul li dl dd {
    padding: 10px 0;
}

.about-main .about-menu ul li dl dd.on a {
    color: #ff7e00;
}

.about-main .about-menu ul li dl dd a {
    padding-left: 40px;
    font-size: 14px;
    color: #999999;
    transition: all 0.1s ease-in-out;
    display: block;
}

.about-main .about-menu ul li dl dd a:hover {
    color: #ff7e00;
    transition: all 0.1s ease-in-out;
}

.about-main .about-detail {
    width: 950px;
    float: right;
}

.about-main .about-title {
    font-size: 28px;
    color: #333333;
    font-weight: bolder;
    border-left: 5px solid #ff7e00;
    line-height: 1;
    padding-left: 15px;
    margin-bottom: 20px;
}
.content-tab2 dd {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 1;
    padding-bottom: 12px;
    border-bottom: 1px solid #dadada;
}

.content-tab2 dd.cur {
    border-bottom: 1px solid #ff7e00;
}

.content-tab2 dd.cur a {
    color: #ff7e00;
}

.el-tabs__item.is-active {
    color: #ff7e00;
    background-color: #fff;
}

.el-tabs__active-bar {
    background-color: #ff7e00;
    ;
}

.custom-tab .el-tabs__item {
    /* width: 475px; */
}
@media screen and (min-width:1200px){
    .content-tab2 {
            overflow: hidden;
            font-size: 20px;
            padding-bottom: 30px;
    }
    .about-main {
            /* background: #f2f4f7;
            padding: 50px 0 80px 0; */
    }
    .about-main .content {
            background: #fff;
            padding: 40px;
            min-height: 645px;
            box-shadow: 0px 0px 10px #eaeaea;
    }
    .about-main .content .t {
        font-size: 36px;
        color: #000000;
        text-align: center;
        padding: 10px 0;
    }

    .about-main .content p {
        font-size: 16px;
        color: #666666;
        line-height: 1.5;
        padding-bottom: 30px;
        text-indent: 2em;
    }

    .about-main .content-tab {
        overflow: hidden;
        padding: 20px 0;
    }

    .about-main .content-tab .swiper-slide.cur .content-tab-btn {
        background: #ff7e00;
    }

    .about-main .content-tab .swiper-slide.cur .content-tab-btn a {
        color: #fff;
    }

    .about-main .content-tab .swiper-slide.cur .content-tab-btn i {
        display: block;
    }

    .about-main .content-tab dd,
    .about-main .content-tab .content-tab-btn {
        padding: 0 10px;
        margin: 0 12px;
        display: inline-block;
        height: 40px;
        text-align: center;
        line-height: 40px;
        background: #fff;
        position: relative;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        float: left;
        margin-bottom: 10px;
        font-size: 18px;
        color: #333;
    }

    .about-main .content-tab dd.cur,
    .about-main .content-tab dd:hover,
    .about-main .content-tab .content-tab-btn.cur,
    .about-main .content-tab .content-tab-btn:hover {
        background: #ff7e00;
    }

    .about-main .content-tab dd.cur a,
    .about-main .content-tab dd:hover a,
    .about-main .content-tab .content-tab-btn.cur a,
    .about-main .content-tab .content-tab-btn:hover a {
        color: #fff;
    }

    .about-main .content-tab dd.cur i,
    .about-main .content-tab dd:hover i,
    .about-main .content-tab .content-tab-btn.cur i,
    .about-main .content-tab .content-tab-btn:hover i {
        display: block;
    }

    .about-main .content-tab dd i,
    .about-main .content-tab .content-tab-btn i {
        display: none;
        width: 20px;
        height: 14px;
        background: url(../img/tab_06.png) no-repeat center;
        position: relative;
        left: 50%;
        margin-left: -10px;
        top: -5px;
    }

    .about-main .search-box {
        padding-bottom: 30px;
        overflow: hidden;
    }

    .about-main .search-box .input-box {
        width: 50%;
        height: 45px;
        border: 1px solid #dadada;
        padding: 0 15px;
        float: left;
    }

    .about-main .search-box .search {
        width: 100px;
        height: 45px;
        font-size: 16px;
        float: left;
        margin-left: 20px;
        background: #ff7e00;
        color: #fff;
        border: none;
    }

    .about-main .search-box input {
        width: 100%;
        border: none;
        outline: none;
        height: 45px;
        line-height: 45px;
        font-size: 16px;
    }

    .about-main .list-1 {
        font-size: 16px;
        overflow: hidden;
    }

    .about-main .list-1 a {
        color: #333333;
        transition: all 0.1s ease-in-out;
    }

    .about-main .list-1 li {
        width: 260px;
        float: left;
        padding: 15px 0;
        padding-left: 25px;
        background: url("../img/about-list-1-icon.png") no-repeat center left;
    }

    .about-main .list-1 li:hover {
        background: url("../img/about-list-1-icon-hover.png") no-repeat center left;
    }

    .about-main .list-1 li:hover a {
        transition: all 0.1s ease-in-out;
        color: #ff7e00;
    }

    .about-main .list-2 {
        font-size: 16px;
        color: #666666;
    }

    .about-main .list-2 li {
        padding: 15px 0;
        border-bottom: 1px solid #f7f7f7;
        overflow: hidden;
    }

    .about-main .list-2 li a {
        color: #666666;
        float: left;
        width: 750px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        transition: all 0.1s ease-in-out;
    }

    .about-main .list-2 li a:hover {
        color: #ff7e00;
        transition: all 0.1s ease-in-out;
    }

    .about-main .list-2 li .date {
        float: right;
    }

    .about-main .list-3 {
        font-size: 12px;
    }

    .about-main .list-3 li {
        padding-left: 20px;
        background: url("../img/2015060317133843469.gif") no-repeat left;
        height: 35px;
        line-height: 35px;
    }

    .about-main .list-3 li .name {
        display: inline-block;
        width: 80px;
    }

    .about-main .list-3 a {
        color: #666666;
    }

    .about-main table {
        width: 100%;
        font-size: 16px;
        border-left: 1px solid #dadada;
    }

    .about-main table th {
        background: #dadada;
        height: 50px;
        text-align: center;
        font-size: 16px;
        color:#333;
        font-weight: normal;
    }

    .about-main table td {
        height: 70px;
        text-align: left;
        font-size: 16px;
        border-bottom: 1px solid #dadada;
        border-right: 1px solid #dadada;
        padding-left: 20px;
    }
}

/* 移动端 */
@media screen and (max-width:1199px) {
    .content-tab2 {
        overflow: hidden;
        font-size: 14px;
        padding-bottom: 15px;
    }
    html{
        font-size: 10px;
    }
    .wrapper{
        width: 100%;
        padding-top: 80px;
        /* padding:20px 15px 0;*/
    }
    .macro-subpagetitle {
        font-weight: 500;
        border-left: 0.3rem solid #ff6505;
        line-height: 1;
        padding-left: 0.5rem;
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .comp-tabcontainer-tabs.skin1 {
        list-style: none;
        text-align: center;
        white-space: nowrap;
        /* overflow: hidden; */
    }
    .comp-tabcontainer-tabs.skin1 .comp-tabcontainer-tab {
        position: relative;
        display: inline-block;
        width: 33.333%;
        border-bottom: 1px solid rgba(230, 230, 230, 0.5);
        text-decoration: none;
        font-size: 1.3rem;
        color: #999;
        padding: 1rem 0;
    }
    .comp-tabcontainer-tabs.skin1 .comp-tabcontainer-tab {
        width: 50%;
    }

    .comp-tabcontainer-tabs.skin1 .comp-tabcontainer-tab.active {
        background: #ff7e00;
        font-size: 1.5rem;
        padding: 0.9rem 0;
        color: #fff;
    }
    i {
        display: inline-block;
        font-style: normal;
    }
    .comp-tabcontainer-tabs.skin1 .comp-tabcontainer-tab i{
        display: block;
    }
    .comp-tabcontainer-tabs.skin1 .comp-tabcontainer-tab i {
        display: none;
        width: 20px;
        height: 14px;
        background: url(../../../img/tab_06.png) no-repeat center;
        position: absolute;
        left: 50%;
        margin-left: -10px;
        /* top: -5px; */
        font-style: normal;
        bottom: -13px;
    }
    .about-main {
        background: #f2f4f7;
        /* padding: 50px 0 80px 0; */
    }
    .content {
        margin-top: 10px;
        background: #fff;
        padding: 10px;
        height: auto;
        /* min-height: 645px; */
        box-shadow: 0px 0px 10px #eaeaea;
    }
    
}

    .tableSliderTip {
        position: absolute;
        right: 14px;
        width: 24px;
        height: 60px;
        top: 74px;
        color: #766b6ba1;
        z-index: 1000;
        overflow: hidden;
    }
    .tableSliderS {
        width: 30px;
        height: 20px;
        overflow: hidden;
        position: relative;
        left: -10px;
    }
    .tableSliderS>ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        height: 100%;
        position: absolute;
        left: -60px;
        animation: tableSliderMove 2s linear infinite;
    }
    .tableSliderS ul li {
        height: 100%;
        width: 12px;
        flex-shrink: 0;
    }
    @keyframes tableSliderMove {
        100% {
            transform: translateX(48px);
        }
    }

