html , body {
    width: 100%;
    min-width: 1200px;
}
.head {
    width: 100%;
    height: 457px;
    background: url('../img/dah-head.png') no-repeat center center;
}
.slide-box {
    width: 1200px;
    height: 540px;
    margin: 0 auto;
    margin-top: -87px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px -7px 26px 0px rgba(45,102,230,1);
}
.slide-box .hd {
    position: absolute;
    right: 28px;
    bottom: 35px;
    z-index: 111;

}
.slide-box .hd ul li {
    float: left;
    width: 22px;
    height: 12px;
    opacity: 0.72;
    background: #FFFFFF;
    border-radius: 6px;
    margin-left: 15px;
}
.slide-box .hd ul li.on {
    width: 33px;
    opacity: 1;
}
.slide-box .bd {
    width: 100%;
    height: 100%;
}
.slide-box .bd ul li {
    width: 1200px;
    height: 540px;
    position: relative;
}
.slide-box .bd ul li a img {
    width: 1200px;
    height: 540px;
}
.slide-box .bd ul li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 82px;
    padding-left: 45px;
    line-height: 82px;
    background-image: linear-gradient(180deg, rgba(28,27,27,0.00) 0%, #000000 100%);
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 500;
}
.djs-box {
    width: 100%;
    height: 320px;
    background: url(../img/dah-djs.png) no-repeat center center;
    padding-top: 80px;
}
.djs {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
}
.days {
    margin-right: 25px !important;
}
.hours {
    margin-right: 24px !important;
}
.minutes {
    margin-right: 23px !important;
}
.seconds {
    margin-right: 65px !important;
}
.js-box {
    background: url(../img/dah-js.png) no-repeat center center;
}

.news-box {
    width: 100%;
    min-height: 683px;
    background: transparent url(../img/dah-bg1.png) no-repeat center bottom;
    margin-top: -80px;
}
.news-item {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 110px;
}
.pic-box {
    width: 582px;
    height: 340px;
    position: relative;
}
.pic-box img {
    width: 582px;
    height: 340px;
}
.pic-box p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 582px;
    height: 38px;
    line-height: 38px;
    background: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 500;
    padding-left: 20px;
}
.list-box {
    width: 605px;
}
.list-box .title {
    margin-top: 20px;
}
.list-box ul {
    padding-left: 40px;
}
.list-box ul li {
    width: 100%;
    line-height: 36px;
    background: url(../img/dah-list-dian.png) no-repeat left center;
    padding-left: 20px;
}
.list-box ul li a {
    font-size: 16px;
    color: #242424;
}
.ayyx-box {
    width: 100%;
    min-height: 717px;
    background: url(../img//dah-bg2.png) no-repeat center bottom;
    padding-bottom: 170px;
    min-width: 1200px;
    overflow: hidden;
}
.ayyx {
    width: 1200px;
    margin: 0 auto;
}
.dayx-slide {
    width: 1200px;
    height: 600px;
    margin-top: 40px;
    position: relative;
}
.dayx-slide .prev , .dayx-slide .next {
    position: absolute;
    width: 53px;
    height: 176px;
    cursor: pointer;
}
.prev {
    left: -98px;
    top: 50%;
    margin-top: -88px;
    background: url('../img/dah-left.png') no-repeat;
}
.next {
    right: -98px;
    top: 50%;
    margin-top: -88px;
    background: url('../img/dah-right.png') no-repeat;
}
.dayx-slide .bd {
    width: 100%;
    height: 100%;
}
.dayx-slide .bd ul li a {
    display: block;
}
.dayx-slide .bd ul li .fl {
    width: 800px;
    position: relative;
}
.dayx-slide .bd ul li .fl img {
    width: 800px;
    height: 600px;
}
.dayx-slide .bd ul li .fl p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 800px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}
.dayx-slide .bd ul li .fr {
    width: 380px;
}
.dayx-slide .bd ul li .fr img {
    width: 380px;
    height: 286px;
}
.mt28 {
    margin-top: 28px;
}

.dahBanner {
    width: 1200px;
    height: 178px;
    margin: 0 auto;
    margin-top: 85px;
}
.dahBanner img {
    width: 1200px;
    height: 178px;
}




.footer {
    margin-top: 0;
}