﻿@charset "UTF-8";

body {
    overflow-y: auto;
    overflow-x: hidden;
}

.header {
    background-color: #093160;
    z-index: 12;
}

.content {
    padding-bottom: 35px;
    padding-top: 25px;
    position: static;
    top: auto;
    bottom: auto;
    background: url("../images/formative/bg.jpg") center center no-repeat;
    background-size: 100% 100%;
}

.footer {
    position: static;
}

.content-title {
    height: 35px;
    width: 430px;
    margin: 0 auto 25px;
    background: url("../images/pg-title.png") center center no-repeat;
    background-size: 100% 100%;
}

.content-title-mid {
    height: 33px;
    width: 1031px;
    margin: 36px auto 25px;
    background: url("../images/formative/content-title-mid.png") center center no-repeat;
    background-size: 100% 100%;
}

.content-wrap {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

    .content-wrap .wrap-box {
        float: left;
        padding: 25px;
        box-sizing: border-box;
        border: 1px solid #12566e;
        border-radius: 5px;
        background: url("../images/formative/box-bg.png") center no-repeat;
        background-size: 100% 100%;
        margin-bottom: 20px
    }

.wrap-box-title {
    position: relative;
    width: 100%;
    height: 32px;
    padding-left: 20px;
    margin-bottom: 12px;
    box-sizing: border-box;
    border-left: 6px solid #2da9ff;
}

    .wrap-box-title:before {
        content: '';
        display: block;
        width: 4px;
        height: 50%;
        position: absolute;
        left: -14px;
        bottom: 0;
        background-color: #2081cf;
    }

    .wrap-box-title > div {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 32px;
        font-size: 24px;
        font-weight: bolder; /*background: url("../images/formative/title-bg.png") center left no-repeat; background-size: 100% 100%;*/
        color: #2da9ff;
    }

.center-box {
    padding-top: 25px;
}

.wrap1 .wrap-box-left {
    width: 100%;
}

.wrap1 .wrap-box .center-box {
    height: 245px;
}

.wrap1 .wrap-box-left .center-box > ul > li {
    float: left;
    width: 24%;
    padding-left: 1%;
    box-sizing: border-box;
    background: url("../images/formative/bg_item.png") center no-repeat;
    background-size: 100% 100%;
    margin-left: 1.33333%;
}

    .wrap1 .wrap-box-left .center-box > ul > li:first-child {
        margin-left: 0;
    }
    /*.wrap1 .wrap-box-left .center-box>ul>li.mt-item { margin-top: 10%; }*/
    .wrap1 .wrap-box-left .center-box > ul > li .item-ti {
        color: #19b9f6;
        margin-bottom: 15px;
    }

    .wrap1 .wrap-box-left .center-box > ul > li .item-opt {
        color: #fff;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }

        .wrap1 .wrap-box-left .center-box > ul > li .item-opt > span {
            color: #ffb819;
            font-size: 24px;
            font-weight: bold;
        }

.wrap2 .wrap-box-right {
    width: 100%;
    margin-top: 30px;
}

.wrap2 .wrap-box .center-box {
    height: 325px;
}

.wrap3 .wrap-box-left {
    width: 100%;
}

.wrap3 .wrap-box .center-box {
    height: 325px;
}

.wrap3 .center-box-top .latest-time, .wrap3 .center-box-top .choose-time {
    width: 190px;
    height: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    background-color: #072851;
    border: 1px solid #126588;
    border-radius: 2px;
}

.wrap3 .latest-time {
    position: relative;
}

    .wrap3 .latest-time .latest-value {
        width: 100%;
        height: 100%;
        position: relative;
        box-sizing: border-box;
        line-height: 38px;
        padding-left: 30px;
        padding-right: 30px;
        color: #0ba7e2;
        cursor: pointer;
    }

        .wrap3 .latest-time .latest-value:before {
            content: '';
            display: block;
            width: 16px;
            height: 16px;
            position: absolute;
            top: 11px;
            left: 0;
            background: url("../images/formative/time.png") left center no-repeat;
            background-size: 100%;
        }

        .wrap3 .latest-time .latest-value:after {
            content: '';
            display: block;
            width: 14px;
            height: 8px;
            position: absolute;
            top: 15px;
            right: 8px;
            -webkit-transition: all .5s;
            transition: all .5s;
            background: url("../images/formative/arrow.png") left center no-repeat;
            background-size: 100%;
        }

    .wrap3 .latest-time.active .latest-value:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .wrap3 .latest-time > ul {
        position: absolute;
        left: -1px;
        right: -1px;
        top: 38px;
        border: 1px solid #126588;
        border-top: none;
        background-color: #072851;
        z-index: 2;
    }

        .wrap3 .latest-time > ul > li {
            padding-left: 40px;
            line-height: 35px;
            border-top: 1px solid #4492c8;
            color: #fff;
            cursor: pointer;
        }

            .wrap3 .latest-time > ul > li:hover {
                background-color: #0A7ED1;
            }

.wrap3 .center-box-top .choose-time {
    position: relative;
    line-height: 38px;
    padding-left: 50px;
    color: #0ba7e2;
    cursor: pointer;
}

    .wrap3 .center-box-top .choose-time:before {
        content: '';
        display: block;
        width: 18px;
        height: 17px;
        position: absolute;
        top: 10px;
        left: 10px;
        background: url("../images/formative/calendar.png") left center no-repeat;
        background-size: 100%;
    }


.wrap4 {
    margin: 30px auto 0;
}

    .wrap4 .wrap-box-left {
        width: 590px;
    }

    .wrap4 .wrap-box-right {
        width: 590px;
        margin-left: 20px;
    }

    .wrap4 .wrap-box .center-box {
        height: 430px;
    }

.wrap5 {
    margin: 30px auto 0;
}

    .wrap5 .wrap-box-left {
        width: 100%;
    }

    .wrap5 .wrap-box .center-box {
        height: 430px;
    }

.wrap-box .center-box table, .wrap-box .center-box table td, .wrap-box .center-box table th {
    text-align: center;
    border: none;
}

    .wrap-box .center-box table tr {
        line-height: 40px;
    }

    .wrap-box .center-box table .table-ti {
        line-height: 50px;
        background: #0868a9;
        color: #89e2ff;
        font-size: 18px;
        border-radius: 2px;
    }

    .wrap-box .center-box table .table-no-bg {
        background: #0b4b88;
    }

.bottom-panel {
    position: relative;
}

    .bottom-panel .order-panel {
        margin-top: 35px;
        float: left;
    }

.order-panel .left-order-btn, .order-panel .order-ul, .order-panel .right-order-btn {
    float: left;
}

    .order-panel .order-ul > li {
        float: left;
    }

    .order-panel .left-order-btn, .order-panel .order-ul > li, .order-panel .right-order-btn {
        width: 24px;
        height: 24px;
        line-height: 22px;
        box-sizing: border-box;
        margin-left: 10px;
        border-radius: 2px;
        border: 1px solid #22c0dd;
        color: #22c0dd;
        text-align: center;
        cursor: pointer;
    }

.order-panel .left-order-btn {
    margin-left: 0;
}

    .order-panel .left-order-btn:hover, .order-panel .order-ul > li:hover, .order-panel .right-order-btn:hover {
        color: #fff;
        border: 1px solid #cfa02d;
        background-color: #33516b;
    }

.order-panel .order-ul > li.active {
    color: #fff;
    border: 1px solid #cfa02d;
    background-color: #33516b;
}

.excelButton {
    width: 100px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    top: 30px;
    background: url("../images/formative/excel.png") center center no-repeat;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

    .excelButton:hover {
        color: #ffb819;
    }

@media screen and (max-width:1600px) {
    /*.content-title { width: 386px; height: 40px; }*/
    /*.content-title-mid { width: 637px; height: 25px; }*/
    /*.wrap1 .wrap-box-left .center-box>ul>li .item-opt>span { font-size: 20px; }*/
    /*.wrap1 .wrap-box-left .center-box>ul>li .item-ti { font-size: 14px; }*/
    /**/
    /*.wrap3 .wrap-box-right .bottom-panel .order-panel { margin-top: 15px; }*/
    /*.wrap3 .wrap-box-right .bottom-panel .excelButton { top: 45px; }*/
}
