        * {
            margin: 0;
            padding: 0;
            font-family: "SourceHanSansCN Medium";
        }

        img {
            display: block;
            margin: 0 auto;
            border: none;
            width: 1920px;
            max-width: 100%;
            height: auto;
        }

        html,
        body {
            margin: 0;
            padding: 0;
        }

        body {
            font-family:  "SourceHanSansCN Medium";
            font-size: 20px;
            line-height: 2;
            overflow-y: auto;
            background: #edfbff;
            color:#04c4ff;
        }

        a {
            text-decoration: none;
            outline: none;
        }

        .head {
            width: 100%;
            height: 614px;
            background: url("../images/head.jpg") no-repeat top center;
        }

        .content {
            width: 1000px;
            margin: 0px auto;
            padding: 0 10px 113px 10px;;
        }

        .box1 {
            width: 963px;
            height: 665px;
            border: 3px solid #04c4ff;
            margin-top:89px;
            position: relative;
        }
        .title1{
            position: absolute;
            top:-61px;
            left: 196px;
            width: 557px;
            height: 125px;
            background: url("../images/title1.png") no-repeat center;
        }
        .div1{
            margin-top:67px;
            margin-bottom: 35px;
            margin-left: 174px;
            height: 28px;
            line-height: 28px;
        } 
        .div2{
            margin-bottom: 52px;
            margin-left: 174px;
            height: 28px;
            line-height: 28px;
        } 
        .span1{
            display: inline-block;
            width: 180px;
            height: 28px;
            line-height: 28px;
            background:#04c4ff;
            color: #ffffff;
            border-radius: 10px;
            margin-right: 12px;
            text-align: center;
        }
        .span2{
            display: inline-block;
            width: 350px;
            height: 28px;
            line-height: 28px;
            background:#04c4ff;
            color: #ffffff;
            border-radius: 10px;
            text-align: center;
            margin-left: 40px;
        }
        .conBox1{
            width: 769px;
            margin-left: 52px;
            margin-right: 135px;
            margin-top:20px;
        }
        .day{
            margin-left: 43px;
            position: relative;
        }
        .fly{
            position: absolute;
            top:0;
            left: -43px;
            width: 28px;
            height: 29px;
            background: url("../images/fly.png") no-repeat center;
        }
        .con2{
            overflow: hidden;
            width: 800px;
        }
        .con2Left{
            width: 200px;
            height: 30px;
            float: left;
            text-align: center;
        }
        .con2Rig{
            float: left;
            line-height: 40px;
            width: 600px;
        }
        .box2 {
            width: 963px;
            height: 250px;
            border: 3px solid #04c4ff;
            margin-top:89px;
            position: relative;

        }
        .title2{
            position: absolute;
            top:-55px;
            left: 258px;
            width:627px;
            height: 125px;
            background: url("../images/title2.png") no-repeat center;
        }
        .boax2Content{
            width: 872px;
            height: 139px;
            margin: 0 auto;
            margin-top:60px;
        }
        .box3 {
            width: 963px;
            height: 233px;
            border: 3px solid #04c4ff;
            margin-top:89px;
            position: relative;

        }
        .title3{
            position: absolute;
            top:-55px;
            left: 258px;
            width: 426px;
            height: 125px;
            background: url("../images/title3.png") no-repeat center;
        }
        .box3Content{
            margin-top:98px;
            margin-left:100px;
        }
        .span3{
            display: inline-block;
            width: 206px;
            height: 28px;
            line-height: 28px;
            background:#04c4ff;
            color: #ffffff;
            border-radius: 10px;
            text-align: center;
            margin-left: 198px;
            margin-right: 31px;
            margin-bottom: 21px;
        }

        .btn{
            display: block;
            margin:  0 auto;
            width: 571px;
            height: 104px;
            background: url("../images/btn.jpg") no-repeat center;
            margin-top:80px;
        }