<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
    background: #4ba8a0;
    padding-bottom: 20px;
}

.box {
    width: 1050px;
}

.nvaer {
    width: 100%;
    position: fixed;
    z-index: 99;
    opacity: .8;
    height: 40px;
    line-height: 40px;
    background-color: #000;
}

.nav {
    width: 1200px;
    height: 40px;
    position: relative;
}

.nav div a {
    margin: 0 10px;
    float: left;
    color: #ffffff;
}

.banner {
    position: relative;
    height: 927px;
    /* background: url(../images/banner.jpg) no-repeat center; */
    background: url(../images/update/banner.jpg) no-repeat center;
}

.time {
    position: absolute;
    bottom: 60px;
    width: 1058px;
    left: 50%;
    margin-left: -529px;
}

.time span {
    font-size: 80px;
}

.one {
    width: 200px;
    height: 147px;
    background: url(../images/mid_time.png) no-repeat bottom;
}

.one div {
    width: 156px;
    height: 147px;
    font-size: 32px;
    padding-top: 15px;
}

.two {
    width: 252px;
    height: 147px;
    background: url(../images/big_time.png) no-repeat bottom;
}

.two div {
    width: 198px;
    height: 147px;
    font-size: 32px;
    padding-top: 15px;
}


/*幻灯片*/

.lunbo {
    overflow: hidden;
}

.lunbo .hd {
    width: 1000px;
    margin: 0 auto;
    height: 40px;
    overflow: hidden;
}

.canbox {
    width: 58px;
    float: right;
    height: 32px;
    border-radius: 17px;
    margin: 6px 0 0 5px;
    border: 1px solid #ffffff;
}

.lunbo .hd .next {
    float: left;
    width: 13px;
    cursor: pointer;
    margin: 12px 0 0 10px;
    height: 8px;
    background: url(../images/right.png) no-repeat center;
}

.lunbo .hd .prev {
    float: left;
    width: 13px;
    cursor: pointer;
    margin: 12px 0 0 10px;
    height: 8px;
    background: url(../images/left.png) no-repeat center;
}

.lunbo .hd ul {
    float: right;
    margin: 6px 6px 0 0;
    zoom: 1;
}

.lunbo .hd ul li {
    float: left;
    cursor: pointer;
    display: block;
    width: 35px;
    height: 34px;
    margin: 0 5px;
}

.lunbo .hd ul li.li1 {
    background: url(../images/1.png) no-repeat center;
}

.lunbo .hd ul li.li1.on {
    background: url(../images/1-on.png) no-repeat center;
}

.lunbo .hd ul li.li2 {
    background: url(../images/2.png) no-repeat center;
}

.lunbo .hd ul li.li2.on {
    background: url(../images/2-on.png) no-repeat center;
}

.lunbo .bd {
    padding: 12px 0 0 0;
}

.lunbo .bd ul {
    width: 100%;
    overflow: hidden;
    zoom: 1;
}

.lunbo .bd ul li {
    float: left;
    width: 100%;
    margin-right: 15px;
}


/*幻灯内*/

.cont {
    background: url(../images/dian.png) no-repeat top;
}

.cont_box {
    width: 926px;
    background: #f8b551;
    border-radius: 10px;
    padding: 37px 30px 27px 37px;
}

.w1 {
    width: 482px;
}

.w2 {
    width: 400px;
    height: 300px;
    background: url(../images/icon.png) no-repeat bottom right;
}

.w3 {
    width: 400px;
    height: 300px;
    background: url(../images/w3.png) no-repeat bottom right;
}

.down a {
    width: 215px;
    color: #ffffff;
    height: 60px;
    background: #ffffff;
    text-align: center;
    float: left;
    cursor: pointer;
    position: relative;
    margin: 10px 0 0 15px;
}

.small img {
    width: 80%;
    margin-top: 7px;
}

.down .huangguan {
    width: 211px;
    height: 56px;
    border: 2px solid #fff100;
    background: #ffffff;
}

.down .huangguan img {
    width: 200px;
}

.down .huangguan div {
    width: 211px;
    height: 56px;
}

.down .huangguan-on {
    width: 22px;
    height: 18px;
    position: absolute;
    top: -10px;
    left: 10px;
    background: url(../images/hg.png) no-repeat;
}

.down .yinguan {
    width: 211px;
    height: 56px;
    border: 2px solid #dcdcdc;
    background: #ffffff;
}

.down .yinguan img {
    width: 200px;
}

.down .yinguan div {
    width: 211px;
    height: 56px;
}

.down .yinguan-on {
    width: 22px;
    height: 18px;
    position: absolute;
    top: -10px;
    left: 10px;
    background: url(../images/yg.png) no-repeat;
}

.back {
    width: 215px;
    height: 60px;
    background: #4c4c4c;
    line-height: 60px;
    position: absolute;
    top: 0;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: .8s ease-in-out;
    -webkit-backface-visibility: hidden
}

.back p {
    margin-top: 0
}

.on {
    text-decoration: underline;
}

.nowdiv {
    width: 926px;
    position: relative;
}

.alert {
    width: 926px;
    text-align: left;
    text-indent: 28px;
    line-height: 28px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9;
    position: absolute;
    top: 0;
}

.close {
    position: absolute;
    cursor: pointer;
    width: 52px;
    height: 15px;
    top: 10px;
    right: 10px;
    z-index: 99;
    background: url(../images/close.png) no-repeat;
}

.jr a {
    font-size: 24px;
    line-height: 60px;
    color: #fab045;
    font-weight: bold;
}


/*其他*/

.jiaru {
    display: block;
    width: 286px;
    height: 66px;
    background: url(../images/btn1.png) no-repeat center;
}

.jiaru-on {
    display: block;
    width: 286px;
    height: 66px;
    background: url(../images/btn1-on.png) no-repeat center;
}

.canjia {
    display: block;
    width: 286px;
    height: 66px;
    background: url(../images/btn2.png) no-repeat center;
}

.canjia-on {
    display: block;
    width: 286px;
    height: 66px;
    background: url(../images/btn2-on.png) no-repeat center;
}

.q2 {
    height: 30px;
    line-height: 30px;
    background: url(../images/q2.png) no-repeat center;
}

.warp-1200 {
    width: 1103px;
    height: 780px;
    padding-top: 40px;
    position: relative;
    background: url(../images/bliskt.png) no-repeat left;
}

.piao {
    width: 982px;
}

.piao li {
    width: 242px;
    position: relative;
    min-height: 227px;
    cursor: pointer;
    float: left;
    margin-left: 3px;
}

.piao li div {
    width: 242px;
    height: 227px;
    text-align: center;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
}

.piao li div p {
    color: #ffffff;
    font-size: 16px;
}


/*logo滚动*/

.z1 {
    width: 818px;
    position: relative;
    float: right;
    height: 740px;
    background: url(../images/z1.png) no-repeat center;
    animation: 10s infinite linear 0.5s rotate;
    -webkit-animation: 10s infinite linear 0.5s rotate;
    z-index: 9;
}

.z2 {
    width: 818px;
    height: 740px;
    background: url(../images/z2.png) no-repeat center;
    animation: 20s infinite linear 0.5s rotate;
    -webkit-animation: 20s infinite linear 0.5s rotate;
    position: absolute;
    right: 0;
}

.z3 {
    width: 818px;
    height: 740px;
    background: url(../images/z3.png) no-repeat center;
    animation: 30s infinite linear 0.5s rotate;
    -webkit-animation: 30s infinite linear 0.5s rotate;
    position: absolute;
    right: 0;
}

.onlogo {
    width: 818px;
    height: 740px;
    background: url(../images/bigelogo.png) no-repeat center;
    position: absolute;
    right: 0;
    z-index: 10;
}

.foot {
    height: 222px;
    background: url(../images/foot.jpg) no-repeat center;
}

.color_wirte {
    color: #ffffff;
}</pre></body></html>