* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
img {
    border: none;
}
html,
body {
    margin: 0;
    padding: 0;
    background: #e1f0ff;
}
a {
    text-decoration: none;
    outline: none;
}
.headTop{
    width: 100%;
    height: 399px;
    background: url("../images/EnglandTop.jpg") top center no-repeat;
}
.headTop > h4{
    position: relative;
    top: 100px;
    font-size: 50px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}
.container{
    width:830px;
    margin: 0 auto 80px auto;
    padding-top: 30px;
    height: 570px;
    text-align: center;
    background: -webkit-linear-gradient(top,#e8f3fe,#f3f9ff);
    background: -o-linear-gradient(top,#e8f3fe,#f3f9ff);
    background: -moz-linear-gradient(top,#e8f3fe,#f3f9ff);
    background:linear-gradient(top,#e8f3fe,#f3f9ff);
}
.ticktTitle{
    width: 68px;
    height: 51px;
    margin: 0 auto;
    background: url("../images/EnglandTitle.png") no-repeat;
}
.blueTitle{
    padding: 20px 0 50px 0;
    color: #0175d1;
    font-size: 24px;
    line-height: 1.8;
}
.date{
    width: 570px;
    margin: 0 auto;
    padding: 30px 0;
    line-height: 2.5;
    border-top: 1px solid #bedcf9;
    border-bottom: 1px solid #bedcf9;
}
.bookBtn{
    display: inline-block;
    width: 230px;
    margin: 50px auto;
    height: 42px;
    color: #fff;
    line-height: 42px;
    font-size: 24px;
    background: url("../images/EnglandBtn.png") no-repeat;
}
