@charset "utf-8";
/*header*/
.header{
    position: fixed;
    z-index: 99;
    height: 61px;
    width: 100%;
    max-width: 720px;
    background: #b3e05f;    
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0px  1px 1px rgb(179, 179, 179);
}
.header.index-header{
    height: 92px;
}
.header .head-title-img{
    position: relative;
/*  background: rgba(0,0,0,0.6);*/
}
.head-title-img .natural{
    display: block;
    position: absolute;
    top: 2px;
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    -webkit-animation: z 5s linear 0s infinite;
    -moz-animation: z 5s linear 0s infinite;
    -ms-animation: z 5s linear 0s infinite;
    animation: z 5s linear 0s infinite;
    box-shadow: 0px 0px 20px #000;
    border-radius: 50%;
}
@keyframes z {
    from {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);
    }
    to {
        -webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        -ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
        transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);
    }
}
.header .logo-box{
    height: 61px;
}

.header .logo{
    float: left;
    height: 61px;
    margin-left: 10px;
}
.header .logo .logo-img{
    width: 208px;
    height: 61px;   
}
.header .bank{
    float: right;
    position: relative;
    width: 56px;
    height: 44px;
    margin-top: 7px;
    margin-right: 20px;
}
.header .bank a{
    display: block;
    color: #fff;
    font-size: 8pt;
}
.header .bank img{
    display: block;
    width: 75px;
    height: 50px;
    margin:0 auto;
}

.header .bank2{
    float: right;
    position: relative;
    width: 56px;
    height: 44px;
    margin-top: 7px;
    margin-right: 20px;
}
.header .bank2 a{
    display: block;
    color: #fff;
    font-size: 10pt;
}
.header .bank2 img{
    display: block;
    width: 35px;
    height: 35px;
    margin:0 auto;
}


.box iframe{
    background-color: white;
}



.box .yima .guanzhu{
    text-align: center;
    color: #000; 
}



.box .sanqi{
    text-align: center;
    color: black;
    font-size: 14pt;
    font-weight: 700;
}
.box .sanqi li{
    background-color: white;
    margin: 2px 0;
    padding: 10px 0;
}

.box .sanqi i{
    color: blue;
    font-size: 20pt;
}
.box .sanqi u{
    color: rgb(255, 0, 0);
    font-size: x-large;
}

.box .gaoshou{
    text-align: center;
    color: black;
    font-size: 14pt;
    font-weight: 700;
}
.box .gaoshou li{
    background-color: white;
    margin: 2px 0;
    padding: 10px 0;
}

.box .gaoshou i{
    color: blue;
}
.box .gaoshou u{
    color: rgb(255, 0, 0);
    font-size: x-large;
    font-size: 16pt;
}

.sdt{
    text-align: left;
    color: #000;
    font-size: 16px;
}
.sdt li{
    background-color: white;
    padding: 5px 5px;
}
.sdt li:last-child{padding-bottom: 30px;}


.box .guanggao{
    margin-bottom: -4px;
}


u{
    text-decoration: none;
}

i {
    font-style: normal;
}



.box .bulian{
    background-color:#b3e05f;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background-color: #00FF00;
    margin-bottom: 0;
}

.box .bulian li{
    padding: 10px  0;
    font-size: 15pt;
    font-weight: 700;
    border-bottom: 2px solid #b3e05f;
}
.box .bulian tr{
    padding: 10px  0;
    font-size: 15pt;
    font-weight: 700;
    border-bottom: 2px solid #b3e05f;
    display: flex;justify-content: center;align-items: center;
}
.box .bulian>p{
    padding: 10px  0;
    font-size: 15pt;
    font-weight: 700;
    border-bottom: 2px solid #b3e05f;
    display: flex;justify-content: center;align-items: center;
}

span{text-decoration: unset !important;}
.box .stairs{
    text-align: left;
    color: #000;
    width: 100%;
    font-weight: bold;
    overflow: hidden;
    table-layout:fixed;
}

.box .stairs tr{
    font-size: 21px;
}

.box .stairs tr td {
    background-color: rgb(244, 244, 244);
    padding: 5px 0;
    color: rgb(224, 0, 0);
    border:1px solid #b3e05f;
}

.box .stairs tr td i{
    color: #170099;
}
.box .stairs tr td u{
    font-size: 30px;
}

.box .stairs .stairs-head td{
    font-size: 15pt;
    background-color: #a7d6eb;
    color: rgb(0, 0, 0);
    text-align: center;
}


.ziliao li{
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 16pt;
    margin: 2px 0;
    background-color: white;
    padding: 5px 0;
}
.ziliao tr{
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 16pt;
    margin: 2px 0;
    background-color: white;
    padding: 5px 0;display: flex;justify-content: center;align-items: center;
}
.ziliao2 li{
    text-align: center;
    color: #000;
    font-weight:700;
    font-size: 14pt;
    margin: 2px 0;
    background-color: white;
    padding: 5px 0;
}
.ziliao2 li i{color: blue;}
.ziliao2 li u{color: #ac6a00;}

.wuwei li i{
    color: red;
    font-size: 22pt;
}

.ge3xiao li i{
    color: blue;
}
.ge3xiao li u{
    color: red;
}

.twelve-ma li i{
     background-color: #00FF00;
}
.twelve-ma li u{
    color: rgb(7, 70, 129);
}

.lianwei li i{
    color: red;
}
.lianwei li u{
    color: rgb(7, 70, 129);
}

.gzwz{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 4px 7px  5px;
    border: 1px solid #bfff49;
}
.gzwz i{color: blue;}
.gzwz u{color: red;}

.bama  i{color: blue;}
.bama u{color: green;}


.guazi{
    margin-bottom: 3px;
}
.guazi i{
    color: red;
    font-size: 20px;
}
.guazi u{color:rgb(3, 97, 141);}

.stzt img{width: 35px;}
.stzt i{color: red;}
.stzt u{color: blue;}

.dszt i{color:blue;}
.dszt u{color: darkgreen;}

.yixiao li{
    text-align: left;
    color: #00FF00;
    background-color: rgb(0, 0, 0);
    font-size: 16px;
    padding: 8px;
}
.yixiao li:nth-child(1){
    color: yellow;
    text-align: center;
    font-size: 18px;
    background-color: red;
}
.yixiao li i{
    color: red;
}
.yixiao .yixiao-tema{
    text-align: center;
}
.yixiao u{
    color: yellow;
    font-size: 25px;
}

.sanxiao{
    font-size: 18px;
    color: red;
    background-color: #ffffd9;
    font-weight: bold;
    text-align: center;
    border-collapse: collapse;
}
.sanxiao tr th{
    border: 1px solid red;
    padding: 7px;
    color: blue;
}
.sanxiao tr td{
    border: 1px solid red;
    padding: 7px;
}
.sanxiao tr td:nth-child(1){color: #000;}

.sanxiao tr td u{color: blue;}
.sanxiao tr td i{color: red;}


.szyx{
    font-size: 10pt;
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    text-align: center;
    border-collapse: collapse;
    table-layout: auto;
}
.szyx tr th{
    border: 1px solid rgba(143, 0, 0, 0.5);
    padding: 7px;
    color: blue;font-size: 15px;
}
.szyx tr td{
    border: 1px solid rgba(143, 0, 0, 0.5);
    padding: 7px;
}
.szyx tr td:nth-child(1){width: 30%;}
.szyx tr td:nth-child(2){width: 47%;}
.szyx tr td:nth-child(3){width: 23%;}
.szyx tr th i{color: red;font-size: 20px;}


.dssx{
    font-size: 15px;
    color: #000;
    background-color: #ffffff;
    font-weight: 600;
    text-align: center;
    border-collapse: collapse;
}
.dssx tr th{
    border: 1px solid #c0c0c0;
    height: 45px;
    color: yellow;
    background-color: #666;
}
.dssx tr td{
    border: 1px solid #c0c0c0;
    height: 45px;
}
.dssx tr td:nth-child(1){color: #008000;}
.dssx tr td:nth-child(2),.dssx tr td:nth-child(3){color: red;}
.dssx tr td i{color: #0000ff;}





.yjjt{margin-bottom: 3px;}
.yjjt i{color: green;}
.yjjt u{color: blue;}

.yzxj{
    font-size: 14pt;
    text-align: center;
    font-weight: bold;
    margin-bottom: 3px;
}
.yzxj li i{color: #008000;}

.mhs{
    font-size: 14pt;
    text-align: left;
    font-weight: bold;
    margin-bottom: 3px;
}
.mhs li i{color: #008000;}


.jlbsdt{margin-bottom: 3px;}
.jlbsdt li:first-child{
    background-color: red;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #868686;
}
.jlbsdt li:last-child{padding-bottom: 15px;}

.swbm li{font-size: 16pt;}
.swbm li:first-child{background-color: #ffeac5;color: red;}

.xjsx{text-align: center;border: 1px solid #b3e05f;}
.xjsx li{background-color: #f7f3f3;}

.liangbo li i{background-color:#eeff00;}
.pingte li{color: blue;}
.pingte i{color: red;}
.pingte u{color: green;}

.lmkzjx li{ 
    font-weight: bold;
    font-size: 15px;
}
.lmkzjx li:first-child{
    background-color: rgb(255, 238, 0);
    text-align: center;
    color: rgb(255, 0, 0);
    padding: 10px;
    border: 1px solid #868686;
}
.lmkzjx li i{color: red;}
.lmkzjx li:nth-last-child(-n+3){
    color: blue;
}

.caishen img{
    width: 80px;
    height: 80px;
}
.caishen{
    text-align: center;
    background-color: white;
    color: #000;
    font-weight: bold;
    font-size: 22px;
    border: 1px solid #b3e05f;
    border-bottom: none;
}
.caishen2 li i{color: blue;}
.caishen2 li u{color: red;}

.twenty-four{
    background-color: white;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.twenty-four tr th{
    color: red;
    padding: 7px;
    border: 1px solid #b3e05f;
}
.twenty-four tr td{
    padding: 7px;
    border: 1px solid #b3e05f;
}
.twenty-four tr td:nth-child(odd){
    width: 10%;
    background-color: #FFC;
}
.box .twenty-four{table-layout: auto;}

.youmo{
    background-color: white;
    color: #000;
    font-size: 15px;
    margin-bottom: 2px;
}
.youmo li{
    padding-left: 10px;
    line-height: 30px;
}











.post-list{text-align:center;}
.post-list-tit-pic{margin-bottom:6px}
.post-list li{padding: 3px 3px;
    border-radius: 0px;
    background-color: #fff;}

.post-list a{
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 8px;
    background: #eee;
    background-image: linear-gradient(to top, #fff, #eee, #fff);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #000;
}
.post-list a:hover{
    color: red;
}
.post-list a .ci{
font-size: 26px;
}


.qxtable{
    color: #000;
    background: #fff;
    font-weight: bold;
    word-wrap: break-word; 
    word-break: break-all;  
    text-align: center;;
}
.qxtable tr {
     height: 30px; 
}
.qxtable th, .qxtable td {
    border:1px solid #fff;
}
.qxtable th{
    font-size: 18px;
    background: #fff89c;
    text-align: center;
    color: red;
}
.qxtable td {
    text-overflow: ellipsis;    
    font-size: 24px;
}
.qxtable.yxym{
    table-layout:auto;
    word-wrap: break-word;
    word-break: break-all;
/*    background:#fff url(../images/tjl.png) center center no-repeat;
*/}
.qxtable.yxym td{
    font-size: 18pt;
}
.qxtable.nbew tr td:nth-child(1){
    background: #f3f0eb;
    width: 33%;
}
.qxtable.nbew tr td:nth-child(3){
    background: #f3f0eb;
    width: 34%;
}
.qxtable.nbew tr td:nth-child(2){
    background: #f7f7f7;
    width: 33%;
    font-size: 28px;
}
.qxtable.wcbx tr td:nth-child(1){
    background: #f3f0eb;
}
.qxtable.wcbx tr td:nth-child(3){
    background: #f3f0eb;
}
.qxtable.wcbx tr td:nth-child(2){
    background: #f7f7f7;
    font-size: 28px;
}

.duilianpt1{
    table-layout: auto;
    color: #FF0000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.duilianpt1 tr{
    height: 30px;
}
.duilianpt1 td{
    font-weight: bold;
    border:1px solid #b3e05f;
    font-size: 18pt;
}
.duilianpt1 td .zl{
    font-size: 22pt;
}
.duilianpt1 th{
    font-weight: bold;
    border:1px solid #b3e05f;
    font-size: 17pt;
}

.duilianpt{
    table-layout: auto;
    color: #FF0000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}
.duilianpt tr{
    height: 30px;
}
.duilianpt td{
    font-weight: bold;
    border:1px solid #C0C0C0;
    font-size: 18pt;
}
.duilianpt th{
    font-weight: bold;
    border:1px solid #C0C0C0;
    font-size: 18pt;
}
.duilianpt td .zl{
    font-size: 20pt;
}

.blgg a{text-decoration: none;}
.blgg a:hover{text-decoration:underline;}

.blgg {
    table-layout: auto;
    color: #000;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    
}
.blgg td {
    font-weight: bold;
    border: 1px solid #fefefe;
    font-size: 18pt;
    padding: 2px 2px;
    white-space: nowrap;
}

.blgg a {
    line-height: 35px;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 8px;
    background: #eee;
    background-image: linear-gradient(to top, #fff, #eee, #fff);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: block;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-left: 0px;
}

.qixia{
    text-align: center;
    font-size: 15pt;
    font-weight: 700;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.qixia tr td{
    padding: 10px 0;
    border: 1px solid #ffffff;
}

.qixia{
    text-align: center;
    font-size: 15pt;
    font-weight: 700;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.qixia tr td{
    padding: 10px 0;
    border: 1px solid #ffffff;
}

.pnzl {
    table-layout: auto;
    color: #000;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #b3e05f;
}
.pnzl tr {
    font-weight: bold;
    border: 1px solid #fff;
    width: 33.3%;
    font-size: 12pt;
    height: 33px;display: flex;justify-content: center;align-items: center;float: left;
}





.copyright {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    font-size: 10pt;
    color: #000;
}


.advertise{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    font-size: 12pt;
    font-weight: bold;
    color: #000;
}
.advertise span{
    color: red;
}
.advertise a:link{
    color: blue;
    font-weight: 500;
}
.advertise a:hover{
    color: rgb(255, 251, 6);
    font-weight: 600;
}

.foot-img {
    padding-bottom: 40px;
    background-color: #b3e05f;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 5px;
}


@media screen and (max-width: 700px){
 
    .subnav{
        margin: 5px 5px;
    }
    .box {
        margin: 5px 5px!important;
    }
    .subnav a{
        font-size: 11pt;
    }
    .subnav a img{
        width: 67.2px;
        height: 60.8px;
    }

    .header .logo{
        margin-left: 0px;
    }
    .nav span{
        font-size: 10px;
    }

    .box .list-title{
        font-size: 20px;
    }

    .box .zhongheng{
        font-size: 15px;
    }

    .box .bulian li{
        font-size: 18px;
    }
 .box .bulian tr{
        font-size: 18px;
    }
    .box .stairs tr{
        font-size: 12px;
    }
    .box .stairs tr td u{
        font-size: 24px;
    }
    .box .stairs .stairs-head td{
        font-size: 15px;
    }

    .ziliao li{
        font-size: 13pt;
    }
    .ziliao tr{
        font-size: 13pt;
    }
    .ziliao2 li{
        font-size: 13pt;
    }
    .wuwei li i{
        font-size: 16pt;
    }
    .box .post-list a{
        font-size:16px;
    }
    .box .post-list a .ci{font-size: 20px;
    }

    .duilianpt td {
        font-size: 13pt;
    }
    .duilianpt td .zl{
        font-size: 14pt;
    }
    .duilianpt th{
        font-size: 11pt;
    }

    .duilianpt1 td{
        font-size: 14pt;
    }
    .duilianpt1 td .zl{
        font-size: 16pt;
    }
    .duilianpt1 th{
        font-size: 12pt;
    }
    
    .dssx{font-size: 14px;}


    .qxtable.yxym td{
        font-size: 15px;
    }
    .qxtable.yxym tr td:nth-child(2){
        font-size: 18px;
    }
    .box .kaijiang{
        height: 135px;
    }
    .box .ziliao-wangzhan{
        font-size: 13pt;
    }
    #amlhc1{
        height: 1600px;
    }
}


@media screen and (max-width: 580px){
    .blgg td{
      font-size: 15pt;
      }
    }
    @media screen and (max-width: 480px){
    .blgg td{
      font-size: 13pt;
      }
    }
    @media screen and (max-width: 408px){
    .blgg td {
        font-size: 12pt;
    }
    .blgg a {
        line-height: 30px;
    }
    }
    @media screen and (max-width: 358px){
    .blgg td {
        font-size: 11pt;
    }
    }




.nullbox{
    height: 91px;
}
.subnullbox{
    height: 61px;
}
/*nav*/
.nav{
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-top: 1px solid rgb(153, 153, 153);
}
.nav span{
    display: block;
    float: left;
    color: rgb(255, 255, 255);
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 16.66%;
    text-align: center;
    cursor: pointer;
}
.nav span:hover{
    background:#1D79EB;
    color: white;
}
.nav span a:visited{
    color: white;
}
.nav span a:hover{
    text-decoration: none;
}
.nav span a{
    color: white;
}


.box{
    margin:5px 0px;
    border-radius: 5px;
    overflow: hidden;
    background: #b3e05f;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}


.riqi{
    text-align: center;
    font-weight: bold;
    font-size: 19pt;
    color: #000;
    padding: 5px 0;
}

.liujie{
    text-align: center;
    font-weight: bold;
    font-size: 19pt;
    color: rgb(0, 13, 196);
    padding: 5px 0;
}




/*content*/
.subnav{
    border-radius:5px;
    padding:5px 0;
    background: #d3f790;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#c8ffffff, endcolorstr=#c8ffffff);
    overflow: hidden;
}
.subnav a{
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 12pt;
    color: #000;
    font-weight: bold;
    text-shadow: 0px 2px 1px #ff9c00;
}
.subnav a img{
    display: block;
    width: 70px;
    height:80px;
    margin:0 auto 2px;
    animation-duration:4s;
    animation-fill-mode:both;
}
.subnav a:nth-child(1) img,.subnav a:nth-child(2) img{
    animation-name:fadeInLeft;
}
.subnav a:nth-child(3) img{
    animation-name:bounceInDown;
}
.subnav a:nth-child(4) img,.subnav a:nth-child(5) img{
    animation-name:fadeInRight;
}
@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}
@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}
@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}
.subnav a:hover{
    animation-name:pulse;
    animation-duration:1s;
    animation-fill-mode:both;
}
@keyframes pulse{
    0%{transform:scaleX(1)}
    50%{transform:scale3d(1.05,1.05,1)}
    to{transform:scaleX(1)}}
.pad{
    padding:4px 4px;
    background: #b3e05f;
    
}


.list-title{
    background: linear-gradient(transparent,#ffffff);
    color: rgb(177, 0, 133);
    border-left: 1px solid #b3e05f;
    border-right: 1px solid #b3e05f;
    height: 42px;
    line-height: 40px;
    font-size: 20pt;
    text-align: center;
    text-shadow: 0px 1px 1px #858585;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}




/*footer*/
.copyright{
    width: 80%;
    margin:0 auto;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom:5px;
    border-bottom:1px solid #000;
}



