﻿@charset "utf-8";
/*code by zhangeryi*/
/* .nav {background:#0389fe; } */
.nav li.current h3{background: #0263b8;}
.nav .sub{background: #0263b8;}
.nav .sub a:hover,.nav .sub a:active{background: #0256a0;}
.slideBox .hd ul li.on { background: #f81321;}
.countdown2 li.first{color:#f81321;}
.box .t{background: url(../images/panelt.png) 15px center no-repeat;}
.panel .t{background: url(../images/panelt.png) left center no-repeat;}
.countdown{background: url(../images/countdown.png) left center no-repeat;}
.kstd a{border: 1px solid #0389fe;color:#0389fe;}
.kstd a.item1{background: url(../images/item1.png) 10px center no-repeat;}
.kstd a.item2{background: url(../images/item2.png) 10px center no-repeat;}
.kstd a.item3{background: url(../images/item3.png) 10px center no-repeat;}
.kstd a.item4{background: url(../images/item4.png) 10px center no-repeat;}
.kstd a.item5{background: url(../images/item5.png) 10px center no-repeat;}
.kstd a:hover{background:#0389fe!important;color:#fff; }
.content .t{background: url(../images/panelt.png) 0px center no-repeat;}
.slideBox .prev:hover,.slideBox .next:hover{background-color: #0389fe;  }
.picScroll-left .prev:hover,.picScroll-left .next:hover{background-color: #0389fe;  }
/* .footer{border-top: 5px;} */
.wraperh-md {
    background-color: #eee;
}


.nav {
    background: #2e3b91;
}

/* 导航背景色 */
/* .footer {
    border-top: 5px solid #2e3b91;
} */

/* 导航背景色 */
.slideBox .hd ul li.on {
    background: #2e3b91;
}

/* 导航背景色 */
.slideBox .prev:hover,
.slideBox .next:hover {
    background-color: #2e3b91;
}

/* 导航背景色 */
.slideBox .prev:hover,
.slideBox .next:hover {
    background-color: #2e3b91;
}

/* 导航背景色 */
.kstd a {
    border: 1px solid #2e3b91;
    color: #2e3b91;
}

/* 导航背景色 */
.kstd a:hover {
    background: #2e3b91 !important;
    color: #fff;
}

/* 导航背景色 */
.main {
    margin-top: 0px;
}

.picScroll-left .prev {
    left: 10px;
}

.content .t,
.panel .t {
    background-position: 10px center;
    padding-left: 25px;
}

.content .c {
    padding-left: 15px;
}

.yqlj .c ul {
    margin-left: 10px;
    overflow: hidden;
}

.panel .c {
    padding-left: 15px;
}

a.but,
a.but:link,
a.but:visited,
.but {
    color: #fff;
    background: #2e3b91;
    border: 1px solid #2e3b91;
}

/* 导航背景色 */
a.but:hover,
a.but:active,
.but:hover {
    background: #2e3b91;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

/* 导航背景色 */
.nav li.current h3,
.nav .sub,
.nav .sub a:hover,
.nav .sub a:active {
    background: #2e3b91;
    -webkit-filter: grayscale(30%);
    -moz-filter: grayscale(30%);
    -ms-filter: grayscale(30%);
    -o-filter: grayscale(30%);
    filter: grayscale(30%);
}

/* 导航背景色 */
.panel.yqlj .c {
    padding-left: 0px;
}






  /* 弹窗样式开始 */
  .modal[aria-hidden='true'] {
    display: none;
    z-index: 2;
    
}


.modal {
    font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__title {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
    color: #00449e;
    box-sizing: border-box;
}

.modal__close {
    background: transparent;
    border: 0;
}

.modal__header .modal__close:before {
    content: "\2715";
}

.modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0, 0, 0, .8);
}

.modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    color: rgba(0, 0, 0, .8);
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-transform .25s ease-out;
    transition: transform .25s ease-out;
    transition: transform .25s ease-out, -webkit-transform .25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.modal__btn-primary {
    background-color: #00449e;
    color: #fff;
}

h1 {
    text-align: center;
    margin: 150px auto;
}


/* 表格样式开始 */


	/* 表样式重置开始 */
    table {
        border-collapse: collapse;
    }

    th,
    td {
        padding: 0;
    }

    /* 表样式重置结束 */
    table {
        margin: 0 auto;
        width: 600px;
    }

    /* tr,
    td {
        border: 1px solid darkgray;
        font: 16px/35px "microsoft yahei";
        text-align: center;
    } */

    .odd {
        background-color: #E5E5E5;
    }

    .firsttable {
        background-color: #336699;
        color: white;
    }
