.dl-main{
    width: 100%;
}
.dl-banner{
    width: 100%;
    height: 350px;
    padding-top: 158px;
    background: url(../images/event/dl-banner-bg.jpg) no-repeat center center;
}
.dl-banner h2{
    position: relative;
    width: 646px;
    line-height: 50px;
    margin: 0 auto;
    padding: 0 175px;
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 3px;
}
.dl-banner h2:before{
    position: absolute;
    left: 0;
    top: 25px;
    content: '';
    display: inline-block;
    width: 146px;
    height: 1px;
    background-color: #8e99a2;
}
.dl-banner h2:after{
    position: absolute;
    right: 0;
    top: 25px;
    content: '';
    display: inline-block;
    width: 146px;
    height: 1px;
    background-color: #8e99a2;
}
.dl-banner h2 strong{
    color: #ff6600;
}

.dl-banner p{
    line-height: 90px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
}
.dl-banner p strong{
    color: #ff6600;
    font-weight: normal;
}
.dl-banner .btn{
    display: block;
    width: 280px;
    line-height: 66px;
    border-radius: 50px;
    margin: 30px auto 0;
    text-align: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    background-color: #ff6600;
    letter-spacing: 2px;
}

.dl-advantage{
    width: 100%;
    padding: 70px 0 50px;
}
.dl-advantage h3.title, .dl-welfare h3.title{
    position: relative;
    width: 330px;
    line-height: 40px;
    margin: 0 auto 20px;
    padding: 0 245px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    color: #333;
}
.dl-advantage h3.title:before, .dl-welfare h3.title:before{
    position: absolute;
    left: 0;
    top: 20px;
    content: '';
    display: inline-block;
    width: 245px;
    height: 1px;
    background-color: #e5e5e5;
}
.dl-advantage h3.title:after, .dl-welfare h3.title:after{
    position: absolute;
    right: 0;
    top: 20px;
    content: '';
    display: inline-block;
    width: 245px;
    height: 1px;
    background-color: #e5e5e5;
}
.dl-advantage p.summarize, .dl-welfare p.summarize{
    line-height: 26px;
    font-size: 15px;
    color: #999;
    text-align: center;
}

.advantage-wrapper{
    width: 1200px;
    margin: 80px auto 20px;
    overflow: hidden;
}

.advantage-wrapper ul{
    margin-left: -95px;
}

.advantage-wrapper li{
    float: left;
    width: 90px;
    height: 160px;
    margin-left: 95px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.advantage-wrapper li i{
    display: block;
    width: 90px;
    height: 63px;
    margin: 0 auto 30px;
    background: url(../images/event/dl-advantage-icons.png) no-repeat;
}
.advantage-wrapper li:hover i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.advantage-wrapper li i.a1{
    background-position: 14px 0;
}
.advantage-wrapper li i.a2{
    background-position: -168px 0;
}
.advantage-wrapper li i.a3{
    background-position: -348px 0;
}
.advantage-wrapper li i.a4{
    background-position: -526px 0;
}
.advantage-wrapper li i.a5{
    background-position: -709px 0;
}
.advantage-wrapper li i.a6{
    background-position: -888px 0;
}
.advantage-wrapper li i.a7{
    background-position: -1064px 0;
}

.dl-welfare{
    width: 100%;
    padding: 70px 0;
    background: url(../images/event/dl-welfare-bg.jpg);
    background-size: cover;
}

.dl-welfare h3.title{
    width: 460px;
    color: #fff;
}
.dl-welfare h3.title:before, .dl-welfare h3.title:after{
    background-color: #9faab1;
}
.dl-welfare p.summarize{
    color: #b0b7bc;
}

.welfare-wrapper{
    width: 1200px;
    margin: 50px auto 0;
}

.dl-partner{
    width: 100%;
    padding: 70px 0 50px;
}
.dl-partner h3.title{
    position: relative;
    width: 470px;
    line-height: 40px;
    margin: 0 auto 20px;
    padding: 0 245px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    color: #333;
}
.dl-partner h3.title:before{
    position: absolute;
    left: 0;
    top: 20px;
    content: '';
    display: inline-block;
    width: 245px;
    height: 1px;
    background-color: #e5e5e5;
}
.dl-partner h3.title:after{
    position: absolute;
    right: 0;
    top: 20px;
    content: '';
    display: inline-block;
    width: 245px;
    height: 1px;
    background-color: #e5e5e5;
}
.dl-partner p.summarize{
    line-height: 26px;
    font-size: 15px;
    color: #999;
    text-align: center;
}

.partner-wrapper{
    width: 1200px;
    margin: 80px auto 20px;
    overflow: hidden;
}

.partner-wrapper li{
    float: left;
    width: 120px;
    height: 160px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.partner-wrapper li i{
    display: block;
    width: 90px;
    height: 63px;
    margin: 0 auto 30px;
    background: url(../images/event/dl-partner-icons.png) no-repeat;
}
.partner-wrapper li:hover i{
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.partner-wrapper li i.a1{
    background-position: 24px 0;
}
.partner-wrapper li i.a2{
    background-position: -156px 0;
}
.partner-wrapper li i.a3{
    background-position: -340px 0;
}
.partner-wrapper li i.a4{
    background-position: -514px 0;
}
.partner-wrapper li i.a5{
    background-position: -698px 0;
}
.partner-wrapper li i.a6{
    background-position: -876px 0;
}
.partner-wrapper li i.a7{
    background-position: -1055px 0;
}

.partner-wrapper li.partner-line{
    float: left;
    width: 60px;
    height: 160px;
    background: url(../images/event/dl-partner-line.png) no-repeat center 26px;
}

.dl-sqdl{
    width: 100%;
    height: 160px;
    background: url(../images/event/dl-tg-bg.jpg) no-repeat center center;
}

.sqdl-wrapper{
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
}
.sqdl-wrapper .title{
    float: left;
    width: 220px;
    color: #fff;
}
.sqdl-wrapper .title h3{
    line-height: 100%;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: bold;
}
.sqdl-wrapper .title p{
    font-size: 16px;
    line-height: 100%;
}

.form-box{
    float: left;
    width: 980px;
    height: 58px;
}
.form-inline{
    float: left;
    margin-right: 16px;
}
.form-inline .phone{
    width: 210px;
    height: 58px;
    padding-left: 18px;
    border-radius: 5px;
    border: none;
    background-color: #fff;
}
.form-inline .txyzm{
    float: left;
    width: 134px;
    height: 58px;
    padding-left: 18px;
    border-radius: 5px 0 0 5px;
    border: none;
    background-color: #fff;
}
.form-inline .tx-yzm{
    width: 100px;
    height: 58px;
    border-radius: 0 5px 5px 0;
}
.form-inline .smsyzm{
    float: left;
    width: 160px;
    height: 58px;
    padding-left: 18px;
    border-radius: 5px 0 0 5px;
    border: none;
    background-color: #fff;
}
.form-inline .getsmyzm{
    width: 120px;
    height: 58px;
    border-radius: 0 5px 5px 0;
    border: none;
    background-color: #e7b900;
    color: #fff;
    font-size: 15px;
}

.form-box .btn{
    width: 150px;
    height: 58px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    background-color: #e7b900;
    font-size: 15px;
}