
  .eeli:hover li{
 
        cursor: pointer;
    }
    .wei {
        width: 100%;
        background-color: #004098;
        text-align: center;
        padding-top: 50px;
        padding-bottom: 50px;        

    }

    .wei-f1 {
        width: 70%;
        display: flex;
        justify-content: space-between;
        margin: auto;
    }


    .wei-f1 ul li {


        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 300;
        color: #FFFFFF;
        line-height: 32px;
        text-align: left;



    }

    .wei_title {

        height: 17px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 18px;



    }

    .wei_lis {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .wei_li {
        padding-bottom: 40px;
    }

    .wei-f2 {
        width: 70%;
        height: 1px;
        border: 1px solid #909090;
        margin: 100px auto 40px auto;

    }

    .wei-p {
        margin-top: 30px;
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 300;
        color: #909090;
        line-height: 24px;

    }

    @media screen and (max-width: 1366px) {
        .wei-f1 {
            width: 80%;

        }

        .wei-f2 {
            width: 80%;

        }
    }

    @media screen and (max-width: 1366px) {
        .wei-p {
            margin-top: 10px;

        }
    }
    .hh-tab{
        background: #F4F4F4;
    }
    
