* {
    padding: 0;
    margin: 0;
}

.index-left .about-list{
    padding: 8px;
    border-radius: 5px;
    background-color: #9ea7ff;
}
.index-left .about-list>p{
    color: #fff;
}
.index-left .about-list>p img{
    margin-right: 10px;
    margin-top: -3px;
}
.index-left .about-list div{
    margin-top: 10px;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}
.index-left .about-list div p{
    padding: 3px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #999;
    font-size: 14px;
}
.index-left .about-list div p:last-child{
    border: none;
}
.index-left .about-list div p a{
    text-decoration: none;
    color: #000;
}

.pei-tu{
    width: 100%;
    margin-top: 15px;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
}
.tui-liu{
    width: 100%;
    margin-top: 10px;
}
.tui-liu img{
    width: 100%;
}

@media screen and (min-width:751px) {
    .mod-table {
        display: none;
    }

    .index-content {
        width: 1200px;
        margin: auto;
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
    }

    .index-right {
        width: 950px;
    }

    .index-right .right-tou {
        font-size: 14px;
    }

    .index-right .right-tou a {
        font-size: 14px;
        color: #ffc880;
    }

    .right-guanyu {
        width: 100%;
       
        position: relative;
    }

    .right-guanyu>img {
        width: 100%;
    }

    .right-guanyu span {
        position: absolute;
        top: 60px;
        left: 300px;
    }

    .jian-biao {
        padding: 5px 0;
        font-size: 20px;
        font-weight: bold;
        text-indent: 10px;
        color: #9ea7ff;
        margin-top: 20px;
        border-bottom: 1px solid #666;
        position: relative;
    }

    .jian-biao::after {
        content: '';
        width: 4px;
        height: 12px;
        background-color: #9ea7ff;
        border-radius: 2px;
        position: absolute;
        left: 0;
        top: 13px;
    }

    .jian-nei {
        color: #666;
        margin-top: 15px;
    }
    
    


    /* chou的css */
    .chou-jiang{
        width: 100%;
        margin-top: 20px;
        display: flex;
        align-items: center;
    }
    .chou-jiang .jiang-left{
        width: 350px;
    }
    
    .chou-jiang .jiang-right{
        text-align: center;
    }
    .chou-jiang .jiang-right p a{
        padding: 1px 10px;
        background-color: #1ebef1;
        color: #fff;
        border-radius: 3px;
        text-decoration: none;
    }


    /* fukuan的css */
    .mod-zhuan{
        display: none;
    }
    .fu-kuan{
        margin-top: 15px;
    }
    .fu-kuan img{
        vertical-align: middle;
        margin-right: 10px;
    }
    .zhuan{
        margin-top: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .zhuan>div:first-child{
        width: 250px;
        text-align: center;
    }
    .zhuan>div:first-child img{
        margin-bottom: 10px;
    }
    .zhuan>div:nth-child(2){
        width: 890px;
    }
    .zhuan>div:nth-child(2) ul{
        font-size: 16px;
        margin-top: 10px;
        padding-bottom: 60px;
        border-bottom: 1px solid #666;
    }
    .zhuan>div:nth-child(2)>div:first-child ul{
        padding-bottom: 80px;
    }
    .zhuan>div:nth-child(2)>div:nth-child(2) ul{
        padding-bottom: 10px;
    }
    .zhuan>div:nth-child(2) ul li{
        color: rgb(61, 61, 231);
        margin-left: 20px;
    }
    .zhuan>div:nth-child(2) ul li p{
        color: #666;
    }


    /* jianjie的css */
    .mod-jie{
        display: none;
    }
    .right-jie{
        margin-top: 10px;
        position: relative;
    }
    .right-jie .jie-shao{
        position: absolute;
        left: 400px;
        top: 70px;
    }
    .right-jie table{
        width: 800px;
        position: absolute;
        left: 150px;
        top: 250px;
    }
    .right-jie table tr td{
        text-align: center;
        padding: 30px 0;
        border: 1px solid #fff;
    }
      .right-jie table tr td img{
        width: 120px;
    }
    .jian-pin .pin-a{
        text-align: center;
        margin-top: 20px;
    }
    .jian-pin p:nth-child(2){
        text-align: center;
        margin-top: 15px;
    }

    /* peisong的css */
    .pei-table{
        width: 100%;
        margin-top: 10px;
    }
    .pei-table table{
        width: 100%;
    }
    .pei-table table tr td{
        padding: 5px 0;
    }
    .pei-table table tr td:first-child{
        width: 100px;
        text-align: center;
    }

    /* teding的css */
    .te-table{
        width: 100%;
        margin-top: 15px;
    }
    .te-table table{
        width: 100%;
    }
    .te-table table tr td{
        padding: 15px 0;
        border-bottom: 1px solid #efefef;
    }
    .te-table table tr td:first-child{
        width: 180px;
    }
    
    /* procedure的css */
    .procedure{
        display: flex;
        justify-content: space-between;
    }
    .procedure>div:first-child{
        width: 35%;
    }
    .procedure>div:nth-child(2){
        width: 62%;
    }
    .procedure>div img{
        width: 100%;
    }
    
    


    /* member的css */
    .member-table {
        margin-top: 20px;
        width: 100%;
    }

    .member-table table {
        width: 100%;
        background-color: #e09eb2;
    }

    .member-table table td {
        text-align: center;
        padding: 5px 0;
        background-color: #fff;
    }

    .member-table table td p {
        color: #fff;
    }

    .member-table table thead tr td {
        background-color: #ff2566;
        color: #fff;
    }

    .member-table table tbody tr .table-grey {
        background-color: #f2f2f3;
    }

    .member-table table tr .table-first {
        background-color: #ffbdc2;
    }

    .member-introduce {
        width: 100%;
        margin-top: 15px;
        padding: 10px 0;
        display: flex;
        border-bottom: 1px dashed #999;
    }

    .member-introduce>div:first-child {
        padding: 0 15px;
    }

    .member-introduce>div:nth-child(2) h2 {
        padding-bottom: 10px;
    }

    .member-introduce>div:nth-child(2) p {
        line-height: 24px;
        font-size: 15px;
        color: #666;
    }

    .huiyuan-shuo {
        width: 100%;
        margin-top: 15px;
        padding: 10px 0;
        display: flex;
        border-bottom: 1px dashed #999;
    }

    .huiyuan-shuo>div:first-child {
        padding: 0 15px;
    }

    .huiyuan-shuo>div:nth-child(2) h2 {
        padding-bottom: 10px;
    }

    .huiyuan-shuo>div:nth-child(2) p {
        line-height: 24px;
        font-size: 15px;
        color: #666;
    }

    .hui-Z {
        border: 0px;
    }
}

@media screen and (max-width:750px) {

    .index-left,
    .right-tou,
    .pc-table {
        display: none;
    }
    
    body{
        font-size: 14px;
    }

    .right-guanyu {
        margin: 15px 0 0;
        position: relative;
    }

    .right-guanyu>img {
        width: 100%;
    }

    .right-guanyu span {
        display: inline-block;
        width: 180px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -90px;
        margin-top: -18px;
    }

    .right-guanyu span img {
        width: 100%;
    }

    .jian-biao {
        padding: 5px 0;
        font-size: 20px;
        font-weight: bold;
        margin-top: 20px;
        border-bottom: 1px solid #666;
        position: relative;
    }

    .jian-nei {
        color: #666;
        margin-top: 15px;
        font-size: 14px;
    }


    /* chou的css */
    .chou-jiang{
        margin: 0 10px;
    }
    .chou-jiang .jiang-right{
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }
    .chou-jiang .jiang-right img{
        width: 100%;
    }
    .chou-jiang .jiang-right p a {
        padding: 1px 10px;
        background-color: #1ebef1;
        color: #fff;
        border-radius: 3px;
        text-decoration: none;
    }
    


    /* fukuan的css */
    .zhuan{
        display: none;
    }
    .fu-kuan{
        margin: 0 10px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .fu-kuan img{
        vertical-align: middle;
        margin-top: 10px;
    }
    .fu-liu{
        margin: 10px 10px 0 10px;
    }
    .fu-liu img{
        width: 100%;
    }
    .mod-zhuan .zhuan-img{
        margin-top: 15px;
        text-align: center;
    }
    .mod-zhuan div{
        margin-top: 15px;
        line-height: 24px;
    }

    /* jianjie的css */
    .right-jie{
        display: none;
    }
    
    .mod-jie table{
        margin: 0 10px;
        width: 100%;
        margin-top: 10px;
    }
    .mod-jie table td{
        padding: 10px 0;
        font-size: 14px;
        border-bottom: 1px solid #ccc;
    }
    .mod-jie table td:first-child{
        width: 100px;
    }
    .jian-pin p{
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }
    .jian-pin p a{
        display: inline-block;
        width: 31%;
    }
    .jian-pin p a img{
        width: 100%;
    }

    /* peisong的css */
    .pei-table{
        margin: 15px 10px 0 10px;
    }
    .pei-table table{
        width: 100%;
    }
    .pei-table table tr td{
        padding: 5px 0;
    }
    .pei-table table tr td:first-child{
        width: 100px;
        text-align: center;
    }
    .pei-table table tr td:nth-child(2){
        width: calc(100% - 100px);
    }
    .pei-table table tr td:nth-child(2) img{
        width: 100%;
    }


    /* teding的css */
    .te-table{
        margin: 15px 10px 0 10px;
    }
    .te-table table{
        width: 100%;
    }
    .te-table table tr td{
        padding: 10px 0;
        border-bottom: 1px solid #efefef;
    }
    .te-table table tr td:first-child{
        width: 100px;
    }

    /* procedure的css */
    .procedure{
        margin: 0 10px;
    }
    .procedure>div{
        width: 100%;
    }
    .procedure>div img{
        width: 100%;
    }
    

    /* member的css */
    .member-table {
        width: 100%;
        margin-top: 20px;
    }

    .member-table table {
        width: 100%;
        background-color: #ccc;
    }

    .member-table table td {
        text-align: center;
        padding: 8px 0;
    }

    .member-table table thead tr td {
        background-color: red;
        color: #fff;
    }

    .member-table table thead tr td img {
        width: 40px;
    }

    .member-table table thead tr td p {
        font-size: 12px;
        color: #fff;
    }

    .member-table table tbody tr td {
        background-color: #fff;
    }

    .member-table table tbody tr td:first-child {
        background-color: #9ea7ff;
    }

    .member-table table tbody tr td:nth-child(3) {
        background-color: #efefef;
    }

    .member-talk {
        width: 100%;
        margin-top: 15px;
        padding: 10px 0;
        display: flex;
        border-bottom: 1px dashed #999;
    }

    .member-talk>div:first-child {
        padding: 0 10px;
    }

    .member-talk>div:first-child img {
        width: 12vw;
    }

    .member-talk>div:nth-child(2) h3 {
        padding-bottom: 10px;
    }

    .member-talk>div:nth-child(2) p {
        line-height: 5vw;
        color: #666;
    }

    .huiyuan-shuo {
        margin: 15px 0 0;
        padding: 10px 0;
        display: flex;
        border-bottom: 1px dashed #999;
    }

    .huiyuan-shuo>div:first-child {
        padding: 0 15px;
    }

    .huiyuan-shuo>div:nth-child(2) h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .huiyuan-shuo>div:nth-child(2) p {
        line-height: 24px;
        font-size: 15px;
        color: #666;
        margin: 0;
    }

    .hui-Z {
        border: 0px;
    }

    
    .zhong{
        margin: 0 10px;
    }
}


p {
    
}

.tiaozhuan {
    margin-top: 30px;
}

.tiaozhuan a {
    padding: 3px 30px;
    background-color: #e91857;
    color: #fff;
    line-height: 28px;
    text-decoration: none;
    border-radius: 3px;
}

.tiaozhuan a img {
    vertical-align: middle;
    margin-left: 10px;
}
.jian-nei span{
    font-weight: bold;
    color: red;
}
.jian-nei .jian{
    font-weight: bold;
    color: #9ea7ff;
}
.zhong{
    color: #000;
    margin-top: 15px;
    font-weight: bold;
}
.zhuyi{
    color: red;
}
.procedure>div .zhuce{
    margin-top: 10px;
    text-align: right;
}
.procedure>div .zhuce a{
    text-decoration: none;
    color: #1ebef1;
}
.xia-img{
    text-align: center;
}