.w {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fclear {
    clear: both;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0px;
    line-height: 0px;
    clear: both;
    visibility: hidden;
}

.line-20{
    line-height: 20px;
}


.englich_description {
    color: #ddd;
    font-size: 24px;
    /* text-align: center; */
}

.function_partTitle {
    font-size: 20px;
    color: #000;
    margin-bottom: 66px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.function_partTitle::before {
    content: "";
    width: 15px;
    height: 3px;
    background: #fea84e;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}


/*banner图*/
.banner {
    background: #479AC2 url(/website/images/banner.jpg) no-repeat right center;
    color: #fff;
    padding-top: 120px;
    padding-bottom: 30px;
}

.banner h2{
    font-size: 3rem;
}

.banner p{
    line-height: 4;
    font-size: 16px;
}



/*表格*/
.ositeContent_item4 {
    padding-top: 45px;
    padding-bottom: 60px;
    background: #f0f0f0f0;
}

.englich_description {
    color: #ddd;
    font-size: 24px;
    text-align: center;
}

.function_part {
    position: relative;
    top: -3px;
}

.function_partTitle {
    font-size: 20px;
    color: #000;
    margin-bottom: 66px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.function_partTitle::before {
    content: "";
    width: 15px;
    height: 3px;
    background: #fea84e;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.table-responsive {
    overflow: auto !important;
}

.section-scroll {
    height: 591px;
}

.tableShow {
    text-align: center;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    font-size: 14px;
    width: 1200px;
}
.table-responsive::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}
.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 35px;
    background-color: #ff9123;
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%, transparent 75%, transparent);
}
.table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}
.tableShow th {
    line-height: 85px;
    width: 19%;
    color: #323232;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    position: relative !important;
    top: 0;
    text-align: center;
}

.tableShow td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background: #f5f5f5;
    padding: 24px;
    width: 20%;
}
.tableShow td:nth-child(n+2){
    color: #666;
}

.tableShowDetail td{
    width:20%;
}
.specialTh {
    color: #fff !important;
    font-weight: 600;
}

.specialTh1 {
    background: #e5504f;
}

.specialTh2 {
    background: #FB645D;
}

.specialTh3 {
    background: #e5504f;
}

.specialTd {
    color: #323232;
    /* width:116px !important; */
    font-size: 14px;
    font-weight: 600;
    background: #fff !important;
    padding: 18px;
}

.insertImage {
    width: 22px;
    height: 22px;
}

.specialColspan {
    background: #fff !important;
    color: #323232;
    font-size: 14px;
    font-weight: 600;
}