li{
    list-style-type: none;
}
a{
    text-decoration: none;
}
.qyal{
    width: 100%;
    height: 470px;
    margin-bottom: 100px;
}
.qyal img{
    width: 100%;
    height: 100%;
}

.qy{
    width: 80%;
    height: auto;
    margin-left: 250px;
    overflow: hidden;
}
.qyjs{
    width: 400px;
    height: 300px;
    float: left;
    margin-bottom: 40px;
    margin-right: 22px;
    box-shadow: 0px 21px 20px rgba(0,0,0,0.35);
}
.qyjs:hover{
    border: 1px solid #0e56a6;
}
.qyjs a{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.qyt{
    width: 100%;
    height: 85%;

}
.qyt img{
    width: 100%;
    height: 100%;
}
.qyb{
    width: 100%;
    height: 15%;
    background-color: #fff;
    border: 1px solid #ccc;
}
.qyb h4{
    text-align: center;
    line-height: 20px;
    color: #000;
}
.fyfy{
    width: 300px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    margin-bottom: 50px;
}
.fyfy ul{
    
    width: 100%;
    height: 100%;

}
.fyfy ul li{
    font-size: 18px;
    text-align: center;
    float: left;
    width: 33.3%;
}
.fyfy ul li a{
    color: #000;
    text-decoration: none;
}
.fyfy ul li a:hover{
    color: #0e56a6;
}
.xcx{
    position: relative;
    width: 250px;
    height: 500px;
    float: left;
    margin-right: 33px;
margin-left: 33px;
    margin-bottom: 40px;
    background-color: #0e56a6;
    overflow: hidden;
    border: 1px solid rgba(221, 221, 221);
}
.xcx img{
    width: 100%;
    height: 100%;
}
.xcx:hover .ttp{
    opacity: 0.6;
}
.ew{
    position: absolute;
    width: 250px;
    height: 250px;
    left: 250px;
    top: 110px;
    transition: all .5s;
}

.ew img{
    width: 100%;
    height: 100%;
}
.xcx:hover .ew{
    left: 0px;
}

@media screen and (max-width:768px){
    .qyal {
        height: auto;
        margin-bottom: 50px;
    }
    .qyal img{
        width: 100%;
        height: auto;
    }
    .qy {
        margin: 0 auto;
        width: 66%;
        height: auto;
        /* margin-left: 175px; */
        overflow: hidden;
    }
    .qyjs {
        width: 100%;
        height: auto;
        float: left;
        margin-bottom: 40px;
        margin-right: 105px;
        box-shadow: 0px 21px 20px rgba(0,0,0,0.35);
    }
}
