*{
            margin: 0;
            padding: 0;
            font-family: '微软雅黑';
}
.logo{
    width: 1000px;
    margin: 0 auto;
    padding:30px 10px 40px 0;
}
.logo-left{
    float: left;

}
.logo-right{
    float: right;
    font-size: 24px;
    color: #0093b5;
    line-height: 48px;
}
.banner{
    background: url(../img/banner.jpg) no-repeat center;
    background-size: cover;
    height: 543px;
    margin-top: 20px;

}
.title{
    font-size: 24px;
    border-bottom: 5px solid #0093b5;
    padding-bottom: 8px;
    width: 120px;
    margin: 15px auto;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
}
.text{
    font-size: 18px;
    width: 1000px;
    margin: 0 auto;
    line-height: 1.5;
    margin-bottom:30px;
}
.info{
    width: 1000px;
    margin:0 auto;
}
.info ul li{
    list-style: none;
    width: 180px;
    height: 200px;
    border: 1px solid #ddd;
    box-shadow: 3px 3px 3px #eee;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    margin:0 20px 20px 0px;
    float: left;
}
.info ul li img{
    margin: 50px 0 20px 0 ;

}
.info ul .margin0{
    margin-right: 0;
}
.bottom{
    background: #e6e6e6;
    padding: 30px 0px;
    text-align: center;
    color: black;
    line-height: 2;
    margin-top: 20px;
}
.bottom a{
    color: black;
    text-decoration: none;
}
.bottom a:hover{
    text-decoration: underline;
}
@media screen and (min-width: 1000px) {
     .logo{
        width: 1000px;
    }
}
@media screen and (max-width: 1000px) {
    .logo,.info,.text{
        width: 100%;
    }
    .info ul .margin0{
        margin-right: 20px;
    }
}