/* 
* @Author: anchen
* @Date:   2018-07-06 17:04:48
* @Last Modified by:   anchen
* @Last Modified time: 2018-07-06 17:06:30
*/
#left{
    width: 250px;
    height:760px;
}

#left1{
    width:250px;
    height:500px;
    background: #0093DD;
}
#left1 div{
    width:250px;
    height:70px;
    background: url(../images/cpfll.png);
}
#left1 ul li{
    width:230px;
    height:40px;
    background: #007CC3;
    margin: 7px auto;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
}
#left1 ul li:hover{
    box-shadow: 0px 0px 4px 2px #fff;
    background: #0093DD;
    transition: background 2s left;
    color:#FFF500;
    transition: color 0.5s;
}
#left2{
    width:250px;
    height:250px;
    margin-top: 10px;
    background: #0093DD;
    position:relative;
}
#qgkf{
    width:230px;
    height:230px;
    position:absolute;
    top:10px;
    left:10px;
    background: url(../images/qgrx.png);
}
#qgkf1{
    width:200px;
    height:65px;
    position:absolute;
    left:15px;
    top:90px;
    font-size: 18px;
    color:#fff;
    text-align: center;
    line-height: 35px;
}
#qgkf2{
    width:188px;
    height:35px;
    position:absolute;
    bottom:12px;
    left:20px;
    background: url(../images/wyzx.png);
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}