#main .zhiye{
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgb(250, 245, 245);

}
#main .zhiye .yangshi{
    /* width: 1200px;
    height: 600px; */
    /* background-color: rgb(221, 231, 216); */
    overflow: hidden;
    margin: 0 auto;
}
#main .zhiye .yangshi .ju{
    margin: 0 auto;

    margin-top: 40px;
    line-height: 60px;
    /* background-color: aqua; */
    /* width: 1100px;
    height: 600px; */
    font-size: 18px;
    color: black;
    font-weight: 600;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif

}
.zhiye ul{
    overflow: hidden;
    width: 100%;
    height: 800px;
    background-color: rgb(250, 245, 245);
}
.zhiye ul li{
    
    margin: 0 auto;
    width: 1200px;
    height: 100px;
    background-color: rgb(241, 243, 243);
    margin-top: 30px;
    cursor:pointer;
}
.zhiye ul li .zuo{
    line-height: 50px;
    text-align: center;
    width: 300px;
    height: 100px;
    /* background-color: chartreuse; */
    float: left;
}
.zhiye ul li .you{
    line-height: 100px;
    text-align: center;
    width: 200px;
    height: 100px;
    /* background-color: chartreuse; */
    float: right;
    position: relative;
}
/* .ww .zhiye ul li .you a{
    width: 100px;
    height: 50px;
    background-color: blue;
    display:inline-block;
} */
.zhiye ul li .you p{
    width: 120px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background-color: rgb(165, 221, 169);
    display: none;
    position: absolute;
    top: 25px;
    left: 50px;
    /* border-radius: 10px; */

}
.zhiye ul li:hover{
    border: 1px seagreen solid;
}
.zhiye ul li:hover p{
    display: block;

}
.zhiye ul li .zuo a{
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}
.zhiye ul li .you a{
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
}
.zhiye ul li span a{
    color: black;
}

.daohanlw{
    width: 100%;
    height: 100px;
    background-color: rgb(250, 245, 245);
    overflow: hidden;
    padding-top: 25px;
}
.daohanlw ul{
    /* width: 500px; */
    height: 100px;
    /* background-color: red; */
    
    /* text-align: center; */
}
.daohanlw ul li{
    cursor: pointer;
    width: 250px;
    height: 50px;
    background-color: rgb(243, 223, 223);
    float: left;
    margin-top: 25px;
    line-height: 50px;
    text-align: center;
    color: black;
    font-size: 18px;
    font-weight: 800;
    text-decoration: none;
}
.daohanlw ul li:hover{
    background-color: rgb(198, 241, 194);
}




@media screen and (min-width:993px ){
    .ww2 h1{
        font-size: 30px;
    }
    .daohanlw ul{
        width: 500px;
        margin: 0 auto;
    }
  
    .ww .zhiye .yangshi{
        width: 1200px;
        height: 600px;
    }
    .ww .zhiye .yangshi .ju{
        width: 1100px;
        height: 600px;
    }
    .ww .zhiye .tou{
        width: 400px; 
        height: 300px; 
    }
    .c12{
        text-align: center;   
    }
}
@media screen and (max-width:993px ){
     
    .ww2 h1{
        font-size: 18px;
    }
    .daohanlw ul{
        width: 100%;
        height: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        
    }
    .ww .zhiye .yangshi{
        width: 100%;
        height: 100%;
    }
    .ww .zhiye .yangshi .ju{
        width: 100%;
        height: 100%;
    }
    .ww .zhiye .tou{
        width: 100%; 
        height: 100%;
    }
}