    * {
        margin: 0;
        padding: 0;
    }
    
    body {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 14px;
    }
    
    img {
        width: 100%;
        display: block;
    }
    
    ul,
    li {
        list-style: none;
    }
    
    a {
        text-decoration: none;
    }
    /* public */
    
    .content {
        width: 902px;
        text-align: center;
        margin: 0px auto;
    }
    
    .title {
        color: #115059;
        font-weight: bold;
    }
    /* flex */
    
    .div_flex {
        display: flex;
    }
    /* header */
    
    .navi {
        margin: 8px 0px;
    }
    
    .top_banner,
    .bottom_banner {
        height: 20px;
        overflow: hidden;
    }
    
    .header_content {
        padding: 5px 0px;
    }
    
    .header_content>div:first-child {
        padding-bottom: 3px;
    }
    
    .header_content a {
        color: #962427;
        font-size: 14px;
        font-weight: bold;
    }
    /* intro */
    
    .intro {
        justify-content: space-between;
    }
    
    .intro>div {
        width: 33%;
        height: 283px;
    }
    
    .itemBox1,
    .itemBox3 {
        background-size: auto;
        background-image: url(../image/bg1.gif);
    }
    
    .itemBox2 {
        background-size: auto;
        background-image: url(../image/bg2.gif);
    }
    
    .item_content {
        width: 80%;
        margin: auto;
    }
    
    .intro_header {
        display: flex;
        height: 64px;
        line-height: 64px;
        text-align: left;
    }
    
    .intro_header>p:first-child {
        width: 67%;
    }
    
    .intro_header>p:last-child {
        width: 33%;
    }
    
    .intro_footer {
        display: flex;
        align-items: center;
        height: 217px;
        overflow: hidden;
    }
    
    .intro_footer p,
    .intro_footer a {
        color: #660000;
        font-size: 12px;
        line-height: 24px;
        text-align: left;
    }
    
    .member {
        width: 100%;
        height: 200px;
        background-size: auto;
        background-image: url(../image/90d.jpg);
    }
    
    .works {
        width: 100%;
        height: 200px;
        background-size: auto;
        background-image: url(../image/90e.jpg);
    }
    
    .leader {
        width: 100%;
        height: 200px;
        background-size: auto;
        background-image: url(../image/90f.jpg);
    }
    
    .scrol {
        display: flex;
        align-items: center;
        width: 800px;
        height: 200px;
        margin-left: 60px;
        overflow: hidden;
    }
    
    .scrol ul {
        display: flex;
    }
    
    .scrol li {
        width: 96px;
        margin-right: 1.5px;
    }
    
    .scrol li:last-child {
        margin-right: 0px;
    }
    
    .scrol img {
        width: 96px;
        height: 132px;
        background-color: gray;
    }
    
    .expert {
        width: 100%;
    }
    
    .expert_ul {
        flex-wrap: wrap;
    }
    
    .expert_ul li {
        width: 95px;
        margin-right: 5.8px;
    }
    
    .expert_ul li:nth-child(9n) {
        margin-right: 0px;
    }
    
    .expert_ul img {
        height: 132px;
        background-color: gray;
    }
    
    .expert_ul p {
        color: #660000;
        font-size: 12px;
        line-height: 24px;
    }
    
    .title2 {
        font-size: 15px;
        font-weight: bold;
        color: #fff;
        height: 50px;
        margin: 4px 0px;
        line-height: 50px;
        background-color: #c14f00;
    }
    /* footer */
    
    .footer {
        margin-top: 4px;
        border: 4px solid #7C0C0B;
        background-color: #FFFBB1;
        height: 80px;
        display: flex;
        align-items: center;
    }
    
    .footer p {
        padding-left: 10px;
        text-align: left;
    }
    
    .footer p,
    .footer a {
        font-size: 12px;
        color: #660000;
        line-height: 24px;
        text-decoration: none;
    }
    
    .footer_bg {
        width: 100%;
        height: 100px;
        background-color: #FFFBB1;
    }
    
    .footer_line {
        width: 100%;
        height: 10px;
        background-color: #c10100;
    }
    /* list */
    
    .middle {
        justify-content: space-between;
    }
    
    .mid_left {
        width: 600px;
    }
    
    .mid_left_bg {
        border: 5px solid #BF5005;
        background-color: #BF5005;
    }
    
    .middle_contentBox {
        margin-top: 10px;
        padding: 10px;
        background-color: #fff;
        text-align: left;
    }
    .middle_contentBox p,	.middle_contentBox a	{		font-size: 12px;        color: #660000;        line-height: 24px;	}
    .title_link {
        font-size: 14px;
        font-weight: bold;
        color: #660000;
        line-height: 24px;
        background-color: #FFFFCC;
    }
    
    .mid_content {
        font-size: 12px;
        color: #660000;
        line-height: 24px;
        padding-bottom: 10px;		text-align:center;
    }
    
    .mid_left .title {
        color: #FFF;
        font-size: 14px;
        height: 32px;
        line-height: 32px;
        font-weight: normal;
    }
    
    .mid_right {
        width: 302px;
    }
    
    .mid_right>div {
        margin-left: 4px;
    }
    /* page */
    
    .page {
        margin: 30px 0px;
    }
    
    .page li {
        border: 1px solid #E9E9E9;
        padding: 2px 4px;
        margin-right: 6px;
    }
    
    .page li,
    .page a {
        line-height: 17px;
        font-size: 12px;
    }
    
    .page select {
        border: 0;
    }