@charset "utf-8";
/* Global Reset - Remove all margins */
* {
    margin: 0 !important;
}
/* 高级设计系统 - Premium Design System */
body {
    background: 
        radial-gradient(circle at 25% 25%, rgba(111, 171, 172, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(111, 171, 172, 0.05) 0%, transparent 50%),
        linear-gradient(135deg, #f8fcfc 0%, #f0f9f9 25%, #e8f6f6 50%, #f0f9f9 75%, #f8fcfc 100%);
    background-size: 800px 800px, 600px 600px, 100% 100%;
    background-attachment: fixed;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Roboto, sans-serif;
    color: #2c3e50;
    min-height: 100vh;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="%236fabac" opacity="0.02"/><circle cx="75" cy="75" r="1" fill="%236fabac" opacity="0.02"/><circle cx="50" cy="10" r="0.5" fill="%236fabac" opacity="0.03"/><circle cx="10" cy="90" r="0.5" fill="%236fabac" opacity="0.03"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>') repeat;
    pointer-events: none;
    z-index: -1;
}

/*header*/

.header {
    position: relative;
    z-index: 99;
    height: 65px;
    width: 100%;
    background: linear-gradient(135deg, #6fabac, #81c0c1, #6fabac);
    box-shadow: 0 2px 15px rgba(111, 171, 172, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.header.index-header {
    height: 55px;
}

.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%;
}

@-webkit-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: 50px;
}

.header .logo {
    float: left;
    height: 50px;
    margin-left: 0px;
}

.header .logo .logo-img {
    height: 50px;
    filter: brightness(1.1) contrast(1.1);
    transition: all 0.3s ease;
}

.header .logo .logo-img:hover {
    filter: brightness(1.2) contrast(1.2) drop-shadow(0 0 8px rgba(111, 171, 172, 0.6));
}

.header .bank {
    float: right;
    position: relative;
    width: 80px;
    height: 50px;
}

.header .bank a {
    display: block;
    color: #fff;
    font-size: 12pt;
    text-align: center;
    line-height: 50px;
    height: 50px;
    text-decoration: none;
}

.header .bank img {
    display: block;
    width: 75px;
    height: 50px;
    margin: 0 auto;
}

.nullbox {
    height: 100px;
}

.subnullbox {
    height: 61px;
}

/*nav*/

.nav {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    border-top: 1px solid #000;
}

.nav span {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 16.66%;
    text-align: center;
    cursor: pointer;
}

.nav span:hover {
    background: #292929;
}

.nav.pf span:hover {}

.box {
    margin: 0 auto 30px;
    max-width: 800px;
    border-radius: 20px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(111, 171, 172, 0.2);
    box-shadow: 
        0 10px 40px rgba(111, 171, 172, 0.1),
        0 4px 20px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.6);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.box::before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: linear-gradient(135deg, #6fabac, #81c0c1, #6fabac, #81c0c1);
    border-radius: 20px;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.box:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 60px rgba(111, 171, 172, 0.15),
        0 8px 30px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border-color: rgba(111, 171, 172, 0.3);
}

.box:hover::before {
    opacity: 1;
}

.dbt img {
    margin-top: 98px;
    margin-bottom: -8px;
}

.amplIMG img{width: 100% !important;}
/*news*/

.news-title {
    float: left;
    padding-left: 5px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.news-title img {
    display: block;
    float: left;
    width: 35px;
    height: 35px;
    margin-right: 5px;
}

.txtMarquee-left {
    padding: 0 1px;
    width: auto;
    position: relative;
    overflow: hidden;
}

.txtMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.txtMarquee-left .bd ul li {
    margin-right: 20px;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: left;
    _display: inline;
    width: auto !important;
    color: #000;
}

.txtMarquee-left .bd ul li a {
    color: #fff;
}

.txtMarquee-left .bd ul li a:hover {
    text-decoration: underline;
}

/*content*/

.nav-buttons {
    padding: 10px 5px;
    background: transparent;
    overflow: hidden;
}

.button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}

.nav-btn {
    display: block;
    flex: 1;
    min-width: calc(20% - 2px);
    padding: 12px 8px;
    background: linear-gradient(135deg, #6fabac, #81c0c1);
    color: white;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0;
    border: 1px solid #5a969a;
    border-left: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.nav-btn:first-child {
    border-left: 1px solid #5a969a;
}

.nav-btn::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #5a969a;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.nav-btn:hover {
    background: linear-gradient(135deg, #5a969a, #6fabac);
    color: white;
    border-color: #4a8589;
}

.nav-btn:hover::after {
    transform: scaleX(1);
}

.nav-btn:active {
    transform: translateY(0px);
    box-shadow: 0 2px 6px rgba(30, 144, 255, 0.3);
}

/* 兼容旧的subnav样式 */
.subnav {
    border-radius: 0px;
    padding: 5px 0;
    background: #E6F3FF;
    overflow: hidden;
    border: 2px solid #87CEEB;
}

.subnav a {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    font-size: 12pt;
    color: #000;
    font-weight: bold;
    text-shadow: 0px 2px 1px #1E90FF;
}

.subnav a img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 2px;
}

.ggimg {
    margin: 0;
}

.ggimg a img {
    width: 60px;
    height: 60px;
}

.pad {
    padding: 4px 4px;
}

.padt {
    padding: 4px 4px 1px 4px;
}

.xjbox {
    margin: 0;
    border-radius: 0px;
    overflow: hidden;
    background: #000;
    border: 2px solid #333;
}

.sup-title {
    font-size: 14pt;
    height: 50px;
    line-height: 50px;
    margin: 0;
    text-align: center;
    color: #fff;
    background: #b99b5f;
    border-radius: 0px;
    text-shadow: 0px 1px 10px #000;
    overflow: hidden;
    border: 2px solid #000;
}

.jiesitable {
    width: 100%;
    text-align: center;
    word-wrap: break-word;
    font-size: 13pt;
    table-layout: fixed;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    font-family: 'simsun';
}

.jiesitable tr {
    height: 30px;
}

.jiesitable th,
.jiesitable td {
    /*	white-space: nowrap;
	overflow: hidden;*/
    text-overflow: ellipsis;
    border: 1px solid #b69157;
}

.listtable {
    color: #000;
    table-layout: fixed;
}

.listtable tr {
    height: 25px;
}

.listtable th,
.listtable td {
    padding: 4px 4px;
}

.listtable th {
    font-size: 20pt;
    text-align: center;
    border-bottom: 1px solid #000;
    text-shadow: 1px 4px 1px #b99b5f;
}

.listtable td {
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #b99b5f;
    font-size: 14pt
}

.listtable td a {
    display: block;
    height: 22px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.gg {
    color: #000;
    table-layout: fixed;
}

.gg tr {
    height: 25px;
}

.gg th,
.gg td {
    padding: 4px 4px;
}

.gg th {
    font-size: 20pt;
    text-align: center;
    border-bottom: 1px solid #000;
    text-shadow: 1px 4px 1px #b99b5f;
}

.gg td {
    height: 42px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #bfb9a8;
    font-size: 18pt
}

.gg td a {
    display: block;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.gjpxj {
    color: #000;
    table-layout: fixed;
}

.gjpxj tr {
    height: 25px;
}

.gjpxj th,
.gjpxj td {
    padding: 1px 1px;
}

.gjpxj th {
    font-size: 20pt;
    text-align: center;
    border-bottom: 1px solid #000;
    text-shadow: 1px 4px 1px #b99b5f;
}

.gjpxj td {
    height: 22px;
    text-overflow: ellipsis;
    border-bottom: 1px solid #b99b5f;
    font-size: 14pt;
    font-weight: bold;
}

.spm {
    color: #000;
    table-layout: fixed;
}

.spm tr {
    height: 25px;
}

.spm th,
.spm td {
    padding: 4px 4px;
}

.spm td {
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #b99b5f;
    font-size: 14pt;
    text-align: center;
}

.spm td a {
    display: block;
    height: 22px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.img-title {
    width: 65%;
    float: right;
    text-align: center;
    margin-bottom: 35px;
}

.img-title h1 {
    margin-top: 30px;
    font-size: 52px;
    letter-spacing: 6px;
    text-shadow: 0px 2px 1px #000;
    color: red;
}

.img-title h2 {
    margin-top: 32px;
    font-size: 24px;
    color: #0060ff;
    letter-spacing: 13px;
    text-shadow: 0px 2px 1px #000;
}

.text-box {
    height: 197px;
    background: url('zgl.png') no-repeat left top;
}

.listtable.icon6 {
    background: #fff url('img1.png') no-repeat bottom right;
}

.listtable.icon6 td a {
    color: #000;
}

.xjimg-list {
    background: rgba(255, 255, 255, 0.6)
}

.img-list-box {
    background: url('img2.png') no-repeat top right;
}

.img-list-title {
    margin: 5px 0;
    text-align: center;
    font-size: 32px;
    color: #ffff00;
    font-weight: bold;
    text-shadow: 0px 1px 1px #000;
}

.sideMenu {
    height: 248px;
    border: 1px solid #000;
    border-radius: 5px;
    overflow: hidden;
}

.sideMenu h3 {
    height: 42px;
    line-height: 42px;
    padding-left: 10px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #000;
    border-bottom: 1px solid #fff;
}

.sideMenu h3 em {
    float: right;
    display: block;
    width: 40px;
    height: 42px;
    background: url('icoAdd.png') no-repeat 16px 12px;
    cursor: pointer
}

.sideMenu h3.on em {
    background-position: 16px -57px;
}

.sideMenu ul {
    padding: 20px 25px;
    color: #999;
    display: none;
}

.sideMenu ul li {
    float: left;
    width: 25%;
    height: 80px;
}

.sideMenu ul li a {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: rgba(97, 152, 191, 0.7);
    border-radius: 10px;
    border: 1px solid #fff;
    color: #000e42;
    font-size: 18px;
    transition: all 0.5s;
}

.sideMenu ul li a:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border: 1px solid #000;
}

.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 .xz {
    font-size: 36px;
}

.qxtable .xz1 {
    font-size: 20px;
}

.qxtable .xz2 {
    font-size: 30px;
}

.qxtable .xz3 {
    font-size: 38px;
}

.qxtable.left {
    text-align: left;
}

.qxtable.left th {
    text-align: left;
}

.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.yxym tr td:nth-child(1) {
    background: #f3f0eb;
    width: 26%;
}

.qxtable.yxym tr td:nth-child(3) {
    background: #f3f0eb;
    width: 18%;
}

.qxtable.yxym tr td:nth-child(2) {
    background: #f7f7f7;
    width: 56%;
    font-size: 28px;
}

.qxtable .jx {
    font-size: 20px;
}

.list-title {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    background: linear-gradient(135deg, #6fabac, #81c0c1, #6fabac);
    color: white;
    font-weight: 600;
    border-radius: 0;
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-bottom: 3px solid #5a969a;
    margin: 0 -4px;
}

.riqi {
    font-size: 19pt;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.haoju {
    font-size: 20pt;
    text-align: center;
    font-weight: bold;
}

#yxym .list-title {
    background: linear-gradient(135deg, #6fabac, #81c0c1, #6fabac);
    font-size: 22px;
    color: white;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

ul {
    margin: 0;
}

.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 .ci {
    font-size: 26px;
}

.jueshatable {
    table-layout: auto;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);
}

.jueshatable tr {
    height: 25px;
}

.jueshatable th {
    background: #000;
    color: #fff;
    border: 1px solid #636262;
}

.jueshatable td {
    font-weight: bold;
    border: 1px solid #636262;
    width: 50%;
}

.guanggao {
    table-layout: auto;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #000;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);
}

.guanggao tr {
    height: 25px;
}

.guanggao img {
    width: 710px;
    height: 45px;
}

.guanggao a {
    font-size: 16pt;
    color: #FF0000;
}

.guanggao td {
    font-weight: bold;
    border: 0px solid #636262;
    width: 100%;
}

.liuxiao {
    table-layout: auto;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #ffdfff;
}

.liuxiao tr {
    height: 25px;
}

.liuxiao td {
    font-weight: bold;
    border: 1px solid #fff;
    width: 100%;
}

.shierma {
    table-layout: auto;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.shierma tr {
    height: 25px;
}

.shierma td {
    font-weight: bold;
    border: 1px solid #C0C0C0;
    width: 100%;
}

.yjxj {
    table-layout: auto;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #BBDDFF;
}

.yjxj tr {
    height: 25px;
}

.yjxj td {
    font-weight: bold;
    border: 1px solid #fff;
    width: 100%;
}

.gongshi {
    color: #000;
    table-layout: fixed;
}

.gongshi tr {
    height: 25px;
}

.gongshi th,
.gongshi td {
    padding: 2px 2px;
}

.gongshi th {
    font-size: 20pt;
    text-align: center;
    border-bottom: 1px solid #000;
    text-shadow: 1px 4px 1px #b99b5f;
}

.gongshi td {
    height: 22px;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #efe8e8;
    font-size: 18pt;
    text-align: center;
}

.gongshi td a {
    display: block;
    color: #0000FF;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
}

.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;
}

.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 #C0C0C0;
    font-size: 18pt;
}

.duilianpt1 td .zl {
    font-size: 22pt;
}

.duilianpt1 th {
    font-weight: bold;
    border: 1px solid #C0C0C0;
    font-size: 17pt;
}

.pnzl {
    table-layout: auto;
    color: #000;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    background: #f5f5f5;
}

.pnzl tr {
    height: 32px;
}

.pnzl td {
    font-weight: bold;
    border: 1px solid #fff;
    width: 33.3%;
    font-size: 12pt;
    font-family: ΢���ź�;
}

.pnzl a {
    color: #000;
}

/*footer*/

.foot-img {
    padding-bottom: 0px;
    background: url('foot-img.png') no-repeat center bottom;
}

/* 新的footer-links样式 */
.footer-links {
    width: 100%;
    max-width: 720px;
    height: 60px;
    border-top: solid 1px #87CEEB;
    box-shadow: 0 -4px 10px rgba(30,144,255,.15);
    background: #E6F3FF;
    background-image: -webkit-linear-gradient(to top,#CCE7FF,#E6F3FF);
    background-image: linear-gradient(to top,#CCE7FF,#E6F3FF);
    position: fixed;
    bottom: 0;
    z-index: 998;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    height: 100%;
}

.footer-links ul li {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-links ul li a {
    font-size: 12px;
    color: #6fabac;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 8px 5px;
    transition: all 0.3s ease;
    font-weight: 500;
}

.footer-links ul li a:hover {
    color: #4169E1;
}

.footer-links ul li a span {
    display: block;
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.footer-links ul li a span.cfl1 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwIDIwVjE0SDRWMjBIMTBaTTEwIDEwVjRINFYxMEgxMFpNMjAgMTBWNEgxNFYxMEgyMFpNMjAgMjBWMTRIMTRWMjBIMjBaIiBmaWxsPSIjMUU5MEZGIi8+Cjwvc3ZnPgo=);
}

.footer-links ul li a span.cfl2 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuNSA4VjZINi41VjhIMy41Wk03IDhWNkgxN1Y4SDdaTTE4IDhWNkgyMC41VjhIMThaTTMuNSAxM1YxMUg2LjVWMTNIMy41Wk03IDEzVjExSDE3VjEzSDdaTTE4IDEzVjExSDIwLjVWMTNIMThaTTMuNSAxOFYxNkg2LjVWMThIMy41Wk03IDE4VjE2SDE3VjE4SDdaTTE4IDE4VjE2SDIwLjVWMThIMThaIiBmaWxsPSIjMUU5MEZGIi8+Cjwvc3ZnPgo=);
}

.footer-links ul li a span.cfl3 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQgNkg5VjExSDRWNlpNMTAgNkgxNVYxMUgxMFY2Wk0xNiA2SDIxVjExSDE2VjZaTTQgMTJIOVYxN0g0VjEyWk0xMCAxMkgxNVYxN0gxMFYxMlpNMTYgMTJIMjFWMTdIMTZWMTJaIiBmaWxsPSIjMUU5MEZGIi8+Cjwvc3ZnPgo=);
}

.footer-links ul li a span.cfl4 {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkgM0w1IDYuOTlINy41TDEyIDIuNDlMMTYuNSA2Ljk5SDE5TDE1IDNIMTZWMUgxNUgxMEg5SDhWM0g5Wk01IDhWMTlBMiAyIDAgMCAwIDcgMjFIMTdBMiAyIDAgMCAwIDE5IDE5VjhINVpNMTEgMTBIMTNWMTdIMTFWMTBaIiBmaWxsPSIjMUU5MEZGIi8+Cjwvc3ZnPgo=);
}

.footer-link {
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #87CEEB;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.footer-link a {
    color: #1E90FF;
    margin: 0 10px;
}

.footer-link a:hover {
    text-decoration: underline;
}

.copyright {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #000;
    color: #000;
}

.xjct {
    background-image: linear-gradient(to right, #1E90FF, #4FB3FF, #1E90FF, #4FB3FF, #1E90FF, #4FB3FF, #1E90FF);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99bdb657, endcolorstr=#99bdb657);
}

/*sub*/

.tablebox {
    text-align: center;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.tablebox tr {
    line-height: 32px;
}

.tablebox td {
    border: 1px solid #e5e5e5;
    word-break: break-all;
    padding: 3px 2px;
}

.tablebox a {
    color: rgb(255, 0, 0);
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}

.subList-bg {
    background: #fff url('subList-bg.png') no-repeat top right;
}

.subTextTitle {
    color: #000;
    padding: 8px 8px 0px 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.subTextTitle h1 {
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
}

.subTextTitle h2 {
    color: #4A8FA8;
    text-indent: 6px;
}

.subTextTitle p {
    color: #5B9FC7;
    border-top: 1px solid #A9D1E8;
    border-bottom: 1px solid #A9D1E8;
    padding: 10px 0;
    margin-top: 10px;
    text-indent: 6px;
}

.tablebox.imgbox a {
    display: block;
    height: 44px;
}

.tablebox.imgbox img {
    width: 100%;
    height: 44px;
}

.subListTable {
    padding: 4px 8px 8px 8px;
    color: #000;
}

.subListTable td {
    line-height: 32px;
    border-bottom: 1px solid #A9D1E8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}

.foot-subTextTitle {
    padding: 0 8px;
}

.foot-subTextTitle p {
    color: #5B9FC7;
    padding-bottom: 10px;
    border-bottom: 1px solid #A9D1E8;
}

@media screen and (max-width: 610px) {
    .riqi {
        font-size: 15pt;
    }
    .haoju {
        font-size: 18pt;
    }
    .pad {
        padding: 2px 2px;
    }
    .padt {
        padding: 2px 2px 0.1px 2px;
    }
    #yxym .list-title {
        font-size: 20px;
    }
    .duilianpt td {
        font-size: 15pt;
    }
    .duilianpt td .zl {
        font-size: 17pt;
    }
    .duilianpt th {
        font-size: 14pt;
    }
    .duilianpt1 td {
        font-size: 16pt;
    }
    .duilianpt1 td .zl {
        font-size: 19pt;
    }
    .duilianpt1 th {
        font-size: 14pt;
    }
    .qxtable td {
        font-size: 20px;
    }
    .qxtable .xz {
        font-size: 28px;
    }
    .qxtable .xz1 {
        font-size: 18px;
    }
    .qxtable .xz2 {
        font-size: 24px;
    }
    .qxtable .xz3 {
        font-size: 30px;
    }
    .listtable td {
        font-size: 13pt;
    }
    .qxtable.yxym td {
        font-size: 12pt;
    }
    .post-list a {
        font-size: 21px
    }
    .gg td {
        font-size: 16pt
    }
    .gg td a {
        text-align: left;
    }
}

@media screen and (max-width: 505px) {
    .pad {
        padding: 2px 2px;
    }
    #yxym .list-title {
        font-size: 18px;
    }
    .riqi {
        font-size: 12pt;
    }
    .haoju {
        font-size: 15pt;
    }
    .box,
    .subnav,
    .xjbox {
        margin: 0;
    }
    .subnav a {
        font-size: 11pt;
    }
    .subnav a img {
        width: 60.8px;
        height: 60.8px;
    }
    
    /* 响应式按钮组 */
    .nav-btn {
        font-size: 12px;
        padding: 10px 6px;
        min-width: calc(20% - 6px);
    }
    
    .button-group {
        gap: 6px;
    }
    .ggimg a img {
        width: 40px;
        height: 40px;
    }
    .xjbox table,
    .listtable td {
        font-size: 10pt;
    }
    .sideMenu ul li a {
        font-size: 12px;
    }
    .img-title {
        width: 90%;
    }
    .img-title h2 {
        letter-spacing: 7px;
    }
    .head-title-img .natural {
        left: 73%;
    }
    .header .logo {
        margin-left: 3px;
    }
    .nav span {
        font-size: 10px;
    }
    .qxtable.yxym td {
        font-size: 18px;
    }
    .qxtable.yxym tr td:nth-child(2) {
        font-size: 24px;
    }
    .qxtable .jx {
        font-size: 18px;
    }
    .guanggao img {
        width: 100%;
        height: 33px;
    }
    .guanggao a {
        font-size: 10pt;
    }
    .gongshi td {
        font-size: 16pt;
    }
    .duilianpt td {
        font-size: 14pt;
    }
    .duilianpt td .zl {
        font-size: 16pt;
    }
    .duilianpt th {
        font-size: 13pt;
    }
    .duilianpt1 td {
        font-size: 16pt;
    }
    .duilianpt1 td .zl {
        font-size: 18pt;
    }
    .duilianpt1 th {
        font-size: 13pt;
    }
    .pnzl td {
        font-size: 13pt;
    }
    .qxtable td {
        font-size: 17px;
    }
    .qxtable .xz {
        font-size: 28px;
    }
    .qxtable .xz1 {
        font-size: 16px;
    }
    .qxtable .xz2 {
        font-size: 20px;
    }
    .qxtable .xz3 {
        font-size: 30px;
    }
    .gjpxj td {
        font-size: 12pt;
    }
    .post-list a {
        font-size: 19px
    }
    .post-list a .ci {
        font-size: 24px;
    }
    .gg td {
        font-size: 15pt
    }
}

@media screen and (max-width: 429px) {
    .haoju {
        font-size: 14pt;
    }
    .qxtable td {
        font-size: 16px;
    }
    .qxtable .xz1 {
        font-size: 15px;
    }
    .qxtable .xz2 {
        font-size: 19px;
    }
    .qxtable .xz3 {
        font-size: 28px;
    }
    .qxtable .xz {
        font-size: 26px;
    }
    .duilianpt td {
        font-size: 13pt;
    }
    .duilianpt td .zl {
        font-size: 15pt;
    }
    .duilianpt1 td {
        font-size: 15pt;
    }
    .duilianpt1 td .zl {
        font-size: 17pt;
    }
    .post-list a {
        font-size: 18px;
    }
    .post-list a .ci {
        font-size: 23px;
    }
    .qxtable.yxym tr td:nth-child(2) {
        font-size: 23px;
    }
}

@media screen and (max-width: 409px) {
    .riqi {
        font-size: 11pt;
    }
    .haoju {
        font-size: 13pt;
    }
    .qxtable td {
        font-size: 15px;
    }
    .qxtable .xz {
        font-size: 24px;
    }
    .qxtable .xz1 {
        font-size: 14px;
    }
    .qxtable .xz2 {
        font-size: 18px;
    }
    .qxtable .xz3 {
        font-size: 26px;
    }
    .qxtable.yxym td {
        font-size: 16px;
    }
    .qxtable.yxym tr td:nth-child(2) {
        font-size: 21px;
    }
    .qxtable .jx {
        font-size: 16px;
    }
    #yxym .list-title {
        font-size: 17px;
    }
    .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;
    }
    .xjbox table,
    .listtable td {
        font-size: 9pt;
    }
    .pnzl td {
        font-size: 12pt;
    }
    .gongshi td {
        font-size: 14pt;
    }
    .post-list a {
        font-size: 16px
    }
    .post-list a .ci {
        font-size: 22px;
    }
    .gg td {
        font-size: 14pt
    }
}

@media screen and (max-width: 374px) {
    .riqi {
        font-size: 10pt;
    }
    .haoju {
        font-size: 12pt;
    }
    
    /* 超小屏幕按钮组 */
    .nav-btn {
        font-size: 11px;
        padding: 8px 4px;
        border-radius: 15px;
    }
    
    .button-group {
        gap: 4px;
    }
    .qxtable td {
        font-size: 13px;
    }
    .qxtable .xz1 {
        font-size: 12px;
    }
    .qxtable .xz2 {
        font-size: 16px;
    }
    .qxtable .xz3 {
        font-size: 22px;
    }
    .qxtable .xz {
        font-size: 20px;
    }
    .duilianpt td {
        font-size: 11pt;
    }
    .duilianpt td .zl {
        font-size: 13pt;
    }
    .duilianpt th {
        font-size: 10pt;
    }
    .duilianpt1 td {
        font-size: 11pt;
    }
    .duilianpt1 td .zl {
        font-size: 15pt;
    }
    .duilianpt1 th {
        font-size: 10pt;
    }
    .post-list a {
        font-size: 15px
    }
    .post-list a .ci {
        font-size: 19px;
    }
    #yxym .list-title {
        font-size: 15px;
    }
    .qxtable.yxym tr td:nth-child(2) {
        font-size: 19px;
    }
    .qxtable .jx {
        font-size: 14px;
    }
    .pnzl td {
        font-size: 11pt;
    }
    .gg td {
        font-size: 13pt
    }
}

.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;
}

@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;
    }
}





span.emotion{
    width:42px;
    height:20px;
    padding-left:20px;
    cursor:pointer
}
span.emotion:hover{
    background-position:2px -28px
}
.qqFace{
    margin-top:4px;
    background:#fff;
    padding:2px;
    border:1px #dfe6f6 solid
}
.qqFace table td{
    padding:0;
    text-align:center
}
.qqFace table td img{
    cursor:pointer;
    border:1px #fff solid
}
.qqFace table td img:hover{
    border:1px #06c solid
}
input#uploaderInput{
    width:35px;
    overflow:hidden
}
.cgi-foot-links{
    width:100%;
    max-width:720px;
    height:60px;
    border-top:solid 1px #87CEEB;
    box-shadow:0 -4px 10px rgba(30,144,255,.15);
    background:#E6F3FF;
    background-image:-webkit-linear-gradient(to top,#CCE7FF,#E6F3FF);
    background-image:linear-gradient(to top,#CCE7FF,#E6F3FF);
    position:fixed;
    bottom:0;
    z-index:998
}
.cgi-foot-links ul li{
    float:left;
    width:20%;
    text-align:center
}
.cgi-foot-links ul li a{
    font-size:15px;
    color:#1E90FF
}
.cgi-foot-links ul li a.hover{
    color:#4169E1
}
.cgi-foot-links ul li a span{
    height:34px;
    display:block
}
#bar{
    text-align:center;
    line-height:30px;
    width:80px;
    right:0;
    position:absolute;
    top:-30px;
    background:red;
    color:#fff
}
.cgi-foot-links ul li a span.home{
    background:url(cfl1.png) 50% 8px no-repeat;
    background-size:auto 25px
}
.cgi-foot-links ul li a span.list{
    background:url(list.png) 50% 8px no-repeat;
    background-size:auto 25px
}
.cgi-foot-links ul li a span.wechat{
    background:url(wechat.png) 50% 8px no-repeat;
    background-size:auto 25px
}
.cgi-foot-links ul li a span.cfl4{
    background:url(cfl4.png) 50% 8px no-repeat;
    background-size:auto 25px
}
.cgi-foot-links ul li a span.bag{
    background:url(bag.png) 50% 8px no-repeat;
    background-size:auto 25px
}
.cgi-foot-links ul li a.hover span.home{
    background:url(cfl1-2.png) 50% 8px no-repeat;
    background-size:auto 25px
}
.cgi-foot-links ul li.cfl-more{
    width:20%;
    height:60px;
    display:block;
    position:relative
}
.cgi-foot-links ul li.cfl-more a{
    width:60px;
    height:60px;
    line-height:60px;
    background:url(cfl-more.png) no-repeat center;
    background-size:100%;
    border-radius:35px;
    display:block;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-35px;
    overflow:hidden;
    text-indent:-999999px
}
#allsite{
    position:fixed;
    max-width:720px;
    width:100%;
    bottom:60px;
    z-index:1000;
    display:none;
    font-size:14px;
    text-align:center;
    background:rgba(0,0,0,.9);
    line-height:30px
}
#allsite ul{
    padding:5px 0
}
#allsite ul li{
    width:20%;
    float:left;
    line-height:21px
}
#allsite ul li a{
    color:#fff;
    display:block
}
.zzhl-tit{
}
.zzhl-tit img{
    width:100%;
    height:auto
}
.zzhl{
    font-size:14px;
    line-height:1.6;
    color:#333;
    background:#fff
}
.zzhl p{
    margin:0;
    padding:0
}
.zzhl a{
    text-decoration:none;
    color:inherit
}
.zzhl ul{
    *zoom:1;
    margin:0;
    padding:0;
    list-style:none
}
.zzhl ul:after{
    content:;
    display:block;
    height:0;
    clear:both;
    overflow:hidden;
    visibility:hidden
}
.zzhl ul li{
    width:50%;
    margin:0;
    padding:0;
    float:left;
    border-bottom:solid 1px #eee
}
.zzhl ul li a{
    padding:10px;
    display:block
}
.zzhl ul li a:hover{
    background:#f5f5f5
}
.zzhl .zzhl-img{
    float:left;
    margin-right:8px
}
.zzhl .zzhl-img img{
    width:40px;
    height:40px;
    border-radius:50%
}
.zzhl .zzhl-txt1{
}
.zzhl .zzhl-txt2{
    font-size:12px;
    color:#888
}
@media screen and (max-width:600px){
    .zzhl ul li{
        width:100%
    }
}
.scroll-web-txt{
}
.scroll-web-txt ul{
}
.scroll-web-txt ul:after{
    content:;
    display:block;
    height:0;
    clear:both;
    overflow:hidden;
    visibility:hidden
}
.scroll-web-txt ul{
    *zoom:1
}
.scroll-web-txt ul li{
    float:left;
    width:33.33%;
    list-style:none
}
.scroll-web-txt ul li img{
    width:16px;
    height:16px;
    margin-right:5px
}
.scroll-web-txt ul li a{
    height:35px;
    line-height:35px;
    margin:5px;
    text-align:center;
    border:solid 1px #ddd;
    border-radius:5px;
    background:#eee;
    background-image:linear-gradient(to top,#eee,#fff);
    box-shadow:0 2px 5px rgba(0,0,0,.1);
    display:block
}
@media screen and (max-width:800px){
    .scroll-web-txt ul li{
        width:50%
    }
}
.notice{
    border:1px solid #f5b501;
    border-left:0;
    padding:0 5px;
    font-size:14px!important;
    line-height:24px!important;
    position:fixed!important;
    bottom:400px!important;
    color:#ff0202!important;
    background:#fff30d;
    z-index:999!important;
    border-radius:0 10px 10px 0;
    animation:leftin 20s ease-in-out 0s infinite running forwards
}
.tzBtn{
    padding:5px!important;
    margin:0!important;
    text-decoration:none!important;
    border:5px solid #ff0202!important;
    width:50px!important;
    height:50px!important;
    font-size:17px!important;
    line-height:24px!important;
    text-align:center!important;
    position:fixed!important;
    bottom:150px!important;
    color:#ff0202!important;
    background:#fff30d;
    z-index:999!important;
    right:6px!important;
    border-radius:50%!important;
    font-weight:700!important;
    animation:pulse 2s ease-in-out 0s infinite running forwards
}
@media only screen and (min-width:700px){
    .tzBtn{
        width:160px!important;
        height:160px!important;
        right:10px!important;
        font-size:55px!important;
        line-height:75px!important
    }
}
@keyframes xz{
    0,75%{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        writing-mode:lr-tb
    }
    75%{
        -webkit-transform:rotate(0deg);
        -moz-transform:rotate(0deg);
        -o-transform:rotate(0deg);
        writing-mode:lr-tb
    }
    100%{
        -webkit-transform:rotate(360deg);
        -moz-transform:rotate(360deg);
        -o-transform:rotate(360deg);
        writing-mode:lr-tb
    }
}
@keyframes leftin{
    0%,40%{
        transform:translate(-500px,0px);
        -webkit-transform:translate(-500px,0px);
        -moz-transform:translate(-500px,0px);
        -o-transform:translate(-500px,0px);
        -ms-transform:translate(-500px,0px)
    }
    50%{
        transform:translate(0px,0px);
        -webkit-transform:translate(0px,0px);
        -moz-transform:translate(0px,0px);
        -o-transform:translate(0px,0px);
        -ms-transform:translate(0px,0px)
    }
    60%{
        transform:translate(0px,0px);
        -webkit-transform:translate(0px,0px);
        -moz-transform:translate(0px,0px);
        -o-transform:translate(0px,0px);
        -ms-transform:translate(0px,0px)
    }
    100%{
        transform:translate(-500px,0px);
        -webkit-transform:translate(-500px,0px);
        -moz-transform:translate(-500px,0px);
        -o-transform:translate(-500px,0px);
        -ms-transform:translate(-500px,0px)
    }
}
@-webkit-keyframes pulse{
    0%{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    50%{
        -webkit-transform:scale3d(1.05,1.05,1.05);
        transform:scale3d(1.05,1.05,1.05)
    }
    100%{
        -webkit-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
@keyframes pulse{
    0%{
        -webkit-transform:scale3d(1,1,1);
        -ms-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
    50%{
        -webkit-transform:scale3d(1.05,1.05,1.05);
        -ms-transform:scale3d(1.05,1.05,1.05);
        transform:scale3d(1.05,1.05,1.05)
    }
    100%{
        -webkit-transform:scale3d(1,1,1);
        -ms-transform:scale3d(1,1,1);
        transform:scale3d(1,1,1)
    }
}
 .clearfix {
    padding:0px;
    margin:0
}