html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    color: white;
    font-family:'微软雅黑';
    min-width: 1200px;
}
.clear{
    position: relative;
}
.clear:after{
    display: block;
    height: 0;
    content: '';
    clear: both;
}
.main{
    background: url("/public/images/changdu/bg.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 100%;
}
header{
    height: 90px;
    text-align: center;
    margin-bottom: 30px;
}
header img{
    width: 324px;
    height: 100%;
}
.content{
    width: 1200px;
    margin: 0 auto;
}
.content .left{
    width: 410px;
    text-align: center;
    float: left;
}
.content .left img.phone{
    width: 350px;
}
.content .right{
    width: 750px;
    float: left;
    margin-left: 40px;
    padding-top: 30px;
}
.content .right h1 {
    font-size: 40px;
    font-weight: 400;
}
.content .right .right-tip{
    font-size: 25px;
    color: #FDE001;
}
.content .right .right-h{
    color: #FDE001;
    margin-top: 6px;
}
.content .right .detail{
    width: 100%;
    font-size: 19px;
    line-height: 45px;
}
.footer{
    margin-top: 25px;
}
.footer img{
    float: left;
    width: 220px;
}
.footer .plan{
    width: 500px;
    float: left;
    font-size: 19px;
    padding-left: 30px;
    line-height: 45px;
}