html {
    padding: 0px;
    margin: 0px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

li {
    list-style: none;
}

.filter-disabled {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.filter-box {
    position: relative;
}

.filter-box select {
    display: none;
}

.filter-text {
    width: 110px;
    height: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0 10px 0 10px;
    background: #fff;

}

.filter-text input,
.filter-text .filter-title {
    font-size: 16px;
    color: #0784d5;
    font-weight: bold;
}

.filter-text .filter-title {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 0;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0;
    cursor: pointer;
}

.filter-list {
    display: none;
    width: 100%;
    max-height: 300px;
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 99;
    border: 1px solid #e6e6e6;
    overflow: auto;
}

.filter-list li.filter-null a {
    color: #d2d2d2;
}

.filter-list li a {
    display: block;
    padding: 0 10px;
    line-height: 36px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
}

.filter-list li:hover {
    background-color: #f2f2f2;
}

.filter-list li.filter-selected {
    background-color: #0784d5;
}

.filter-list li.filter-selected a {
    display: block;
    color: #fff;
}

.filter-list li.filter-disabled {
    background-color: #fff;
}

.filter-list li.filter-disabled a {
    display: block;
    color: #d2d2d2;
}

.filter-list li.filter-disabled:hover a {
    cursor: not-allowed !important;
    background-color: #fff;
}

.icon {
    position: absolute;
}

.icon-filter-arrow {
    width: 10px;
    height: 8px;
    background-repeat: no-repeat;
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    right: 12px;
    top: 13px;
    transition: all .2s;
}

.icon-filter-arrow.filter-show {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.filter-list::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.filter-list::-webkit-scrollbar-track {
    background: #fff
}

.filter-list::-webkit-scrollbar-thumb {
    background: #CBCBCB;
}

/* .search-bg {
    background: url(../images/logos/sytu.png) center top no-repeat;
} */

.search-title {
    font-size: 55px;
    font-weight: bold;
    color: #324498;
    word-break: break-all;
    white-space: nowrap;
}

.search-subtitle {
    word-break: break-all;
    white-space: nowrap;
    font-size: 24px;
    font-weight: bold;
    color: #0081d3;
}

.search-input {
    height: 83px;
    background: url(../images/backgrounds/sssuo.jpg) left no-repeat;
    padding-left: 5px;
    line-height: 83px;
    font-size: 18px;
    color: #888888;
    border: 0;
    font-family: "Microsoft YaHei", sans-serif;
    outline: none;
    overflow: hidden;
}

.friend-links {
    width: 100%;
    background: #E9E9E9;
    width: 100%;
    height: 75px;
    padding-top: 18px;
    border-top: 1px solid #e1e1e1;
}

.friend-links-content {
    width: 1150px;
    height: 40px;
    margin: 0 auto;
}

.friend-links-content select {
    width: 325px;
    height: 40px;
    font-size: 16px;
    padding-left: 15px;
    margin-right: 40px;
    background: #f9f9f9;
    border: 0;
    outline: none;
}

.friend-links-list {
    width: auto;
    height: 40px;
    float: left;
}

.friend-links-list li {
    float: left;
    width: auto;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    background: #f9f9f9;
    padding: 0 10px;
}

.friend-links-list li img {
    margin-right: 10px;
    margin-top: -3px;
}

/* Bootstrap重构后的额外样式 */
.friend-link-item {
    height: 40px !important;
    line-height: 40px !important;
    background: #f9f9f9 !important;
    padding: 0 10px !important;
    margin-right: 20px !important;
}

.friend-link-item a {
    color: #555555 !important;
    text-decoration: none !important;
}

.friend-link-item a:hover {
    color: #2d5eab !important;
}

.friend-links-content.container {
    max-width: 1150px !important;
    width: 1150px !important;
}

/* 确保搜索区域样式一致 */
.search-form .form-control.search-input {
    height: 83px !important;
    background: url(../images/backgrounds/sssuo.jpg) left no-repeat !important;
    padding-left: 5px !important;
    line-height: 83px !important;
    font-size: 18px !important;
    color: #888888 !important;
    border: 0 !important;
    font-family: "Microsoft YaHei", sans-serif !important;
    outline: none !important;
    overflow: hidden !important;
}

.search-form .search-btn {
    width: 232px !important;
    height: 83px !important;
    cursor: pointer !important;
    border: 0px !important;
    /* background: url(../images/backgrounds/sqd.jpg) no-repeat !important; */
}

/* 确保整体布局间距一致 */
/* .search-bg {
    background: url(../images/logos/sytu.png) center top no-repeat !important;
} */

.header-content {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.spacer {
    padding: 72px 0 50px 0 !important;
}

/* 底部背景颜色 */
/* .footer-bg {
    background-color: #1e4c95 !important;
} */

/* 搜索框无缝对接样式 */
.search-form {
    width: 100% !important;
}

.search-form div[style*="display:table"] {
    table-layout: fixed !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

/* 精确控制三段宽度 */
.search-form div[style*="width:65px"] {
    width: 65px !important;
    min-width: 65px !important;
    max-width: 65px !important;
}

.search-form div[style*="width:232px"] {
    width: 232px !important;
    min-width: 232px !important;
    max-width: 232px !important;
}

.search-form div[style*="width:auto"] {
    width: auto !important;
    min-width: 0 !important;
}

.search-form input[type="text"] {
    border: none !important;
    outline: none !important;
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 5px !important;
    height: 83px !important;
    line-height: 83px !important;
    font-size: 18px !important;
    color: #888888 !important;
    font-family: "Microsoft YaHei", sans-serif !important;
    background: transparent !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.search-form input[type="submit"] {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 232px !important;
    height: 83px !important;
    /* background: url(../images/backgrounds/sqd.jpg) no-repeat !important; */
    cursor: pointer !important;
    box-sizing: border-box !important;
    display: block !important;
}

/* 恢复搜索框背景 */
.search-form div[style*="background:url"][style*="sssuo.jpg"] {
    background: url(../images/backgrounds/sssuo.jpg) left no-repeat !important;
}

.friend-links-content select {
    width: 250px !important;
}

body {
    font-family: "Microsoft YaHei", sans-serif;
    padding: 0px;
    font-size: 13px;
    COLOR: #555555;
    text-align: center;
    margin: 0;
    background-color: #ffffff;
}

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
    font-size: 0px;
}


/* slidebox */
.slidebox {
    width: 645px;
    height: 350px;
    overflow: hidden;
    position: relative;
    border: solid 1px #ddd;
    margin: 20px 0px;
}

.slidepic {
    position: absolute;
}

/* 主要元素 */
.slidepic li {
    height: 350px;
    overflow: hidden;
}

.slidebtn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    float: right;
}

.slidebtn li {
    background: #fff;
    border: 1px solid #D00000;
    cursor: pointer;
    float: left;
    font-family: arial;
    height: 18px;
    line-height: 18px;
    width: 18px;
    margin: 4px;
    text-align: center;
    color: #D00000;
}

.slidebtn li.current {
    background: #FF0000;
    border: 1px solid #D00000;
    height: 24px;
    line-height: 24px;
    width: 24px;
    margin: 0 2px;
    color: #fff;
    font-weight: 800;
}

/* slidepic-01 */
.slidebox-01 {
    width: 645px;
    height: 350px;
    overflow: hidden;
    position: relative;
    border: solid 1px #ECECEC;
    margin: 0px;
    padding: 0px;
}

.slidepic-01 {
    position: absolute;
    width: 9999em;
    margin: 0px;
    padding: 0px;
}

/* 主要元素 */
.slidepic-01 li {
    height: 350px;
    overflow: hidden;
    float: left;
}

.slidebtn-01 {
    position: absolute;
    bottom: 13px;
    right: 10px;
    float: right;
}

.slidebtn-01 li {
    background: #cccccc;
    cursor: pointer;
    float: left;
    font-family: arial;
    height: 12px;
    width: 12px;
    margin: 6px;
    text-align: center;
    color: #D00000;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.slidebtn-01 li.current {
    background: #ffffff;
    height: 16px;
    width: 16px;
    margin: 4px 4px 0px 4px;
    color: #fff;
    font-weight: 800;
}

.con_img {
    position: relative;
}

.ms {
    position: absolute;
    border: 0;
    bottom: 0px;
    left: 0px;
    text-align: left;
    padding-left: 20px;
    font-size: 15px;
    width: 786px;
    height: 50px;
    line-height: 50px;
    color: #FFFFFF;
    background: #000000;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

/* 重要提示 */
.mss {
    position: absolute;
    border: 0;
    bottom: 0px;
    left: 0px;
    text-align: center;
    font-size: 15px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background: #000000;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
}

/* 底部导航 */
.dibumenu {
    text-align: left;
    float: left;
    line-height: 27px;
    width: 133px;
    margin-left: 40px;
}

.dibumenu li {
    text-align: left;
}

/* 重要提示 */
.top {
    height: 30px;
    line-height: 30px;
    background: url(imaa/top_bg_03.png) repeat;
}

.top_cont {
    width: 1220px;
    margin: 0 auto;
    color: #fff;
    text-align: left;
}

.top_cont a {
    color: #fff;
}

.top_cont a:hover {
    text-decoration: underline;
    color: #fff;
}

.top_cont em {
    font-style: normal;
    color: #ffffff;
    margin: 0 8px;
}

/* 头部 */
.header {
    width: 1220px;
    height: 180px;
    margin: 0 auto;
}

.header .logo {
    float: left;
    padding: 27px 0;
}

.gxhzsbg {
    width: 755px;
    height: 210px;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 1;
}

.gxhzsbg .gxhzsbg_ul {
    width: 755px;
    height: 210px;
}

.gxhzsbg .gxhzsbg_ul .gxhzsbg_li {
    display: block;
}

/* 导航菜单 */
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav {
    width: 100%;
    margin: 0px;
    position: relative;
    z-index: 999;
}

.nav a {
    display: block;
    line-height: inherit;
    cursor: pointer;
}

.nav_menu {
    line-height: 100px;
    text-transform: uppercase;
}

.nav_menu-item {
    display: inline-block;
    position: relative;
    padding: 0 0 0 45px;
    float: right;
    text-align: center;
}

.nav_menu-item:hover {
    background: url(imaa/sjx.png) 82px 75px no-repeat;
}

.nav_menu-item:hover .nav_submenu {
    display: block;
}

.nav_submenu {
    text-transform: none;
    display: none;
    position: absolute;
    z-index: 9999;
    width: 150px;
    float: left;
    border-top: 1px solid #DDA104;
    margin-left: -28px;
}

.nav_submenu-item {
    width: 150px;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #DDA104 solid;
    background-color: #C08B00;
    float: left;
}

.nav_submenu-item:hover {
    background-color: #654B0A;
}

/* DIV切换 */
.woaicss {
    width: 657px;
    overflow: hidden;
    margin: 0;
    border-top: 2px solid #2DA5FD;
}

.woaicss_titlee {
    width: 657px;
    height: 44px;
    background: #F1F4F9 url(images/btnn_bg.html) no-repeat;
    overflow: hidden;
    margin: 0;
    padding: 0 0 0 15px;
}

.woaicss_titlee li {
    display: block;
    float: left;
    margin: 0 10px 0 0;
    display: inline;
    text-align: center;
}

.woaicss_titlee li a {
    display: block;
    width: 128px;
    heigth: 44px;
    color: #996633;
    line-height: 45px;
}

.woaicss_titlee_bg1 {
    background-position: 0 0;
}

.woaicss_titlee_bg2 {
    background-position: 0 -44px;
}

.woaicss_titlee_bg3 {
    background-position: 0 -88px;
}

.woaicss_titlee_bg4 {
    background-position: 0 -132px;
}

.woaicss_conn {
    display: block;
    width: 635px;
    height: 302px;
    overflow: hidden;
    padding: 5px 10px 0 10px;
}

a.qh:link {
    text-decoration: none;
    font-size: 16px;
    color: #00A17F;
    font-weight: 800;
}

a.qh:visited {
    text-decoration: none;
    font-size: 16px;
    color: #00A17F;
    font-weight: 800;
}

a.qh:hover {
    text-decoration: none;
    font-size: 16px;
    color: #00A17F;
    font-weight: 800;
}

a.qh:active {
    text-decoration: none;
    font-size: 16px;
    color: #00A17F;
    font-weight: 800;
}

.woaicssa {
    width: 897px;
    overflow: hidden;
    margin: 0;
}

.woaicssa_titlee {
    width: 897px;
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    background: url(imaa/de1.html) left top no-repeat;
    overflow: hidden;
    margin: 0;
    padding-left: 20px;
}

.woaicssa_titlee li {
    display: block;
    float: left;
    margin: 5px 10px 0 0;
    display: inline;
    text-align: left;
}

.woaicssa_titlee li a {
    display: block;
    width: 128px;
    heigth: 50px;
    color: #996633;
    line-height: 50px;
}

.woaicssa_titlee_bg1 {
    background-position: 0 0;
}

.woaicssa_titlee_bg2 {
    background-position: 0 -44px;
}

.woaicssa_titlee_bg3 {
    background-position: 0 -88px;
}

.woaicssa_titlee_bg4 {
    background-position: 0 -132px;
}

.woaicssa_conn {
    display: block;
    width: 897px;
    height: 230px;
    overflow: hidden;
    padding: 5px 10px 20px 10px;
}

.kd100 {
    width: 75px;
    text-align: left;
}

/* tab切换 */
UL {
    BORDER-BOTTOM: 0px;
    BORDER-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    LINE-HEIGHT: inherit;
    FONT-STYLE: inherit;
    MARGIN: 0px;
    OUTLINE-STYLE: none;
    OUTLINE-COLOR: invert;
    PADDING-LEFT: 0px;
    OUTLINE-WIDTH: 0px;
    PADDING-RIGHT: 0px;
    FONT-FAMILY: inherit;
    FONT-SIZE: 100%;
    VERTICAL-ALIGN: baseline;
    BORDER-TOP: 0px;
    FONT-WEIGHT: inherit;
    BORDER-RIGHT: 0px;
    PADDING-TOP: 0px
}

.tab {
    POSITION: relative;
    WIDTH: 500px;
    FLOAT: left;
    HEIGHT: 44px;
    margin-left: 20px;
}

.tab .tabList UL .normal {
    TEXT-ALIGN: center;
    LINE-HEIGHT: 44px;
    background-color: #2E91D4;
    FONT-FAMILY: Microsoft YaHei;
    FLOAT: left;
    HEIGHT: 44px;
    COLOR: #ffffff;
    padding: 0 30px;
    margin: 0 10px;
    FONT-SIZE: 16px;
    CURSOR: pointer;
    FONT-WEIGHT: 800;
}

.tab .tabCon {
    POSITION: absolute;
    WIDTH: 500px;
    HEIGHT: 44px;
}

.tab .tabList .active {
    TEXT-ALIGN: center;
    LINE-HEIGHT: 44px;
    background-color: #ffffff;
    FONT-FAMILY: Microsoft YaHei;
    FLOAT: left;
    HEIGHT: 44px;
    COLOR: #0E66A2;
    padding: 0 30px;
    margin: 0 10px;
    FONT-SIZE: 16px;
    CURSOR: pointer;
    FONT-WEIGHT: normal;
}

.tab .tabCon UL {
    MARGIN-TOP: 3px;
    WIDTH: 347px;
    HEIGHT: 29px
}

.tab .tabCon LI {
    BORDER-BOTTOM: #c6c6c6 1px dotted;
    LINE-HEIGHT: 33px;
    HEIGHT: 33px;
    FONT-SIZE: 12px;
    OVERFLOW: hidden
}

.tab .tabCon LI A {
    LINE-HEIGHT: 33px;
    TEXT-INDENT: 10px;
    WIDTH: 300px;
    PADDING-RIGHT: 5px;
    DISPLAY: inline;
    FONT-SIZE: 13px;
    TEXT-DECORATION: none
}

.tab .tabCon LI SPAN {
    DISPLAY: block;
    FLOAT: right;
    COLOR: #bdacb3;
    MARGIN-RIGHT: 5px
}

/* 底部版权信息 */
UL {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    LIST-STYLE-TYPE: none;
    BORDER-TOP: medium none;
    LIST-STYLE-IMAGE: none;
    BORDER-RIGHT: medium none
}

LI {
    BORDER-BOTTOM: medium none;
    BORDER-LEFT: medium none;
    LIST-STYLE-TYPE: none;
    BORDER-TOP: medium none;
    LIST-STYLE-IMAGE: none;
    BORDER-RIGHT: medium none
}

.friend_link_box {
    HEIGHT: 60px;
}

.friend_link {
    LINE-HEIGHT: 60px;
    MARGIN: 0px auto;
    HEIGHT: 60px;
}

.friend_link H2 {
    TEXT-ALIGN: center;
    LINE-HEIGHT: 60px;
    WIDTH: 110px;
    BACKGROUND: #074d95;
    FLOAT: left;
    HEIGHT: 60px;
    COLOR: #fff;
    FONT-SIZE: 16px
}

.friend_link_box .friend_link UL {
    FLOAT: left;
}

.friend_link_box .friend_link UL LI {
    FLOAT: left;
    MARGIN-right: 20px;
}

.friend_link_box .friend_link UL LI SELECT {
    PADDING: 8px;
    MARGIN: 15px 0px;
    COLOR: #666;
}

.friend_link .link {
    FLOAT: left;
    COLOR: #666;
    MARGIN-RIGHT: 8px;
}

.friend_link .link:hover {
    TEXT-DECORATION: underline;
}

.friend_link SPAN.dropselect_box {
    Z-INDEX: 99;
    BORDER-BOTTOM: #e2e2e2 1px solid;
    POSITION: relative;
    BORDER-LEFT: #e2e2e2 1px solid;
    MARGIN-TOP: 7px;
    WIDTH: 185px;
    DISPLAY: inline-block;
    FLOAT: left;
    HEIGHT: 33px;
    MARGIN-LEFT: 9px;
    BORDER-TOP: #e2e2e2 1px solid;
    BORDER-RIGHT: #e2e2e2 1px solid;
}

/* 首页快速导航 */
.ksuu {
    float: left;
}

.ksuu li {
    text-align: center;
    float: left;
    padding: 9px 20px;
    border-right: 1px #e5e5e5 solid;
    word-break: keep-all;
}

.ksuu li a {
    display: block;
    width: 100%;
}

.ksuua {
    float: left;
    margin-top: 10px;
}

.ksuua li {
    text-align: center;
    float: left;
    padding: 8px 20px;
    border-bottom: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
    word-break: keep-all;
    border-top: 1px #e5e5e5 solid;
    margin-bottom: 5px;
}

.ksuua li a {
    display: block;
    width: 100%;
}

.ttw {
    background: url(imaa/ttw.jpg) left bottom no-repeat;
    height: 45px;
    vertical-align: bottom;
    padding-bottom: 10px;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-left: 18px;
}


.dbj {
    height: 60px;
    line-height: 60px;
    width: 130px;
    background-color: #0449AE;
    font-size: 16px;
    color: #FFFFFF;
    font-weight: 800;
    text-align: center;
}

.titlee {
    TEXT-ALIGN: center;
    LINE-HEIGHT: 44px;
    FONT-FAMILY: Microsoft YaHei;
    HEIGHT: 40px;
    COLOR: #000000;
    padding: 0 30px 0 15px;
    FONT-SIZE: 18px;
}

.titleee {
    TEXT-ALIGN: right;
    LINE-HEIGHT: 44px;
    FONT-FAMILY: Microsoft YaHei;
    HEIGHT: 44px;
    COLOR: #666666;
    padding-left: 250px;
    FONT-SIZE: 13px;
}

.titleees {
    TEXT-ALIGN: right;
    LINE-HEIGHT: 44px;
    FONT-FAMILY: Microsoft YaHei;
    HEIGHT: 44px;
    COLOR: #666666;
    padding-left: 730px;
    FONT-SIZE: 13px;
}

.neidt {
    background: url(imaa/3.jpg) left bottom;
    height: 52px;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}

.lanmua {
    width: 100%;
}

.lanmua li {
    width: 220px;
    border-bottom: 1px #C0C0C0 dashed;
    padding-left: 20px;
    line-height: 40px;
    text-align: left;
    background: url(imaa/kk.jpg) 20px 16px no-repeat;
}

.lanmua li a {
    display: block;
}

.lanmua li a:hover {
    display: block;
}

.lanmu {
    width: 100%;
    background-color: #F8F8F8;
}

.lanmu li {
    height: 48px;
    width: 100%;
    background-color: #F8F8F8;
    text-align: center;
    line-height: 48px;
    float: left;
    border-bottom: 1px #FFFFFF solid;
}

.lanmu li a {
    display: block;
}

.lanmu li a:hover {
    display: block;
    background-color: #1483C7;
}

.newsws {
    width: 100%;
    float: left;
}

.newsws li {
    width: 460px;
    float: left;
    height: 320px;
    padding: 0px 0 20px 20px;
    text-align: left;
}

.newsse {
    font-weight: 800;
    color: #ffffff;
    font-size: 16px;
    height: 50px;
    text-align: center;
    background-color: #2E91D4;
}

.ll {
    border-left: 1px #D4DBEB solid;
}

.rr {
    border-right: 1px #D4DBEB solid;
}

.tt {
    border-top: 1px #D4DBEB solid;
}

.bb {
    border-bottom: 1px #D4DBEB solid;
}

.menubj {
    background: url(image/0_r1_c1.html) no-repeat;
    height: 75px;
}

.dingwenzi {
    color: #132D5D
}

.riqiyansee {
    color: #ff0000
}

.riqiyanse {
    color: #B6B6B6
}

.gongg {
    background: url(image/gongg.html) bottom no-repeat;
}

.ggongg {
    background: url(image/ggongg.html) bottom no-repeat;
}

.erji {
    height: 25px;
    width: 80%;
}

.yqljbjt {
    background: url(image/0_r9_c2.html) top no-repeat;
}

.nase {
    color: #CEDAE3
}

.imgditu {
    background: url(images/arrow_2.gif) no-repeat;
    width: 12px;
    height: 11px;
}

#demoo {
    background: #FFF;
    overflow: hidden;
    width: 1170px;
}

#indemoo {
    float: left;
    width: 800%;
}

#demoo1 {
    float: left;
}

#demoo2 {
    float: left;
}

.aaabbb {
    width: 160px;
    padding: 5px 20px 5px 20px;
}

.aaabbb li {
    float: left;
}

.shousp {
    padding: 14px 0 15px 17px;
}

.xwbiao {
    font-size: 20px;
    line-height: 200%;
    padding: 20px 25px;
    color: #ff6600
}

.zpin {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #abacaf;
    padding: 8px 10px;
    line-height: 24px;
    border-right: 1px #CCCCCC solid;
}

.zpinu {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #BDBDBD;
    padding: 8px 10px;
    line-height: 24px;
}

.zpina1 {
    padding: 4px 8px;
    line-height: 22px;
    border-right: 1px #BF0119 solid;
    border-bottom: 1px #BF0119 solid;
    background-color: #BF0119;
}

.zpina2 {
    padding: 4px 8px;
    line-height: 22px;
    border-right: 1px #BF0119 solid;
    border-bottom: 1px #BF0119 solid;
    background-color: #FFF7F8;
}

.zpina3 {
    padding: 4px 8px;
    line-height: 22px;
    border-right: 1px #BF0119 solid;
    border-bottom: 1px #BF0119 solid;
    background-color: #ffffff;
}

.zpin1 {
    height: 35px;
    padding: 8px 10px;
    line-height: 24px;
    border-right: 1px #dbdbdb dashed;
    border-bottom: 1px #dbdbdb dashed;
}

.zpin2 {
    height: 35px;
    padding: 8px 10px;
    line-height: 24px;
    border-bottom: 1px #dbdbdb dashed;
}

.zpin3 {
    background-color: #f9f9f9;
    height: 35px;
    border-bottom: 1px #dbdbdb dashed;
    padding-left: 20px;
}

.zpin4 {
    line-height: 200%;
    padding-left: 20px;
    border-bottom: 1px #dbdbdb dashed;
}

.xiaz {
    background-color: #f8f8f8;
    height: 40px;
    padding-left: 15px;
}

.xiaz1 {
    border: 1px #FF3300 solid;
    background-color: #FEFEFE;
    font-size: 15px;
    padding: 10px 35px;
    border-radius: 4px 4px 4px 4px;
}

.xyb {
    background: url(imaa/xyb.gif) 0 0 no-repeat;
    width: 59px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.syb {
    background: url(imaa/syb.gif) 0 0 no-repeat;
    width: 59px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.dgouu {
    background-color: #f9f9f9;
    padding: 5px 10px;
}

.biaoti {
    color: #FFFFFF;
    font-size: 14px;
    padding-top: 4px;
    font-weight: bold
}

.toubusou {
    height: 30px;
    background: url(imaa/ssb.jpg) 2px 4px no-repeat;
    line-height: 30px;
    padding-left: 35px;
    font-size: 14px;
    color: #B0AFB3;
    border: 0;
    font-family: "Microsoft YaHei", sans-serif;
    width: 450px;
    outline: none;
}

.qdd {
    background-color: #D4A751;
    width: 80px;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 15px;
    color: #ffffff;
    line-height: 30px;
    cursor: pointer;
    border: 0px;
}

.search-btn {
    width: 232px;
    height: 83px;
    cursor: pointer;
    border: 0px;
    background: url(../images/backgrounds/sqd.jpg) no-repeat;
}

.toubusouu {
    padding-left: 8px;
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    color: #999999;
    height: 34px;
    line-height: 34px;
    width: 250px;
    font-family: "Microsoft YaHei", sans-serif;
    outline: none;
}

.qddd {
    font-family: "Microsoft YaHei", sans-serif;
    height: 34px;
    background-color: #047fcd;
    color: #fff;
    border: 0;
    width: 70px;
    cursor: pointer;
    border: none;
}

.bdbj {
    width: 600px;
    font-family: "Microsoft YaHei", sans-serif;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 16px;
    outline: none;
}

.bdbja {
    width: 480px;
    font-family: "Microsoft YaHei", sans-serif;
    height: 56px;
    line-height: 56px;
    display: inline-block;
    color: #C5C5C5;
    border: 1px solid #E5E5E5;
    background: url(imaa/ssbe.jpg) 5px 13px no-repeat;
    border-radius: 5px;
    padding-left: 45px;
    font-size: 16px;
    outline: none;
}

.bdbj0 {
    height: 150px;
    padding-top: 5px;
    padding-left: 5px;
    line-height: 20px;
    background: url(imaa/bdbj0.jpg) repeat-x;
    border: 1px #C8C8C8 solid;
    color: #FF0000;
    margin-right: 5px;
    font-family: "Microsoft YaHei", sans-serif;
}

.qd {
    width: 170px;
    font-family: "Microsoft YaHei", sans-serif;
    height: 45px;
    background-color: #047fcd;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 4px;
}

.qda {
    width: 150px;
    font-family: "Microsoft YaHei", sans-serif;
    height: 56px;
    line-height: 56px;
    background-color: #047fcd;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 4px;
}

.yud {
    background: url(imaa/yud.gif) 0 0 no-repeat;
    width: 71px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.gx {
    background: url(imaa/gx.gif) 0 0 no-repeat;
    width: 71px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.qx {
    background: url(imaa/qux.gif) 0 0 no-repeat;
    width: 47px;
    height: 24px;
    cursor: pointer;
    border: none;
}

.jcyhm {
    background: url(imaa/jc.jpg) 0 0 no-repeat;
    width: 82px;
    height: 24px;
    cursor: pointer;
    border: none;
    margin: 0 5px;
}

.allur {
    margin: 15px 0 0 15px;
}

.allul li {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px #dbdbdb dashed;
    padding-left: 25px;
}

a.aa:link {
    text-decoration: none;
    color: #ffffff;
}

a.aa:visited {
    text-decoration: none;
    color: #ffffff;
}

a.aa:hover {
    text-decoration: none;
    color: #F0FF00;
}

a.aa:active {
    text-decoration: none;
    color: #F0FF00;
}

a.a4:link {
    text-decoration: none;
    color: #F4DF22;
}

a.a4:visited {
    text-decoration: none;
    color: #F4DF22;
}

a.a4:hover {
    text-decoration: none;
    color: #BDAB0C;
}

a.a4:active {
    text-decoration: none;
    color: #BDAB0C;
}

IMG {
    BORDER-TOP-WIDTH: 0px;
    BORDER-LEFT-WIDTH: 0px;
    BORDER-BOTTOM-WIDTH: 0px;
    BORDER-RIGHT-WIDTH: 0px
}

A:link {
    text-decoration: none;
    color: #666;
}

A:visited {
    text-decoration: none;
    color: #666;
}

A:hover {
    text-decoration: none;
    color: #2d5eab;
}

A:active {
    text-decoration: none;
    color: #2d5eab;
}

a.a1:link {
    text-decoration: none;
    color: #333333;
    font-size: 15px;
}

a.a1:visited {
    text-decoration: none;
    color: #333333;
}

a.a1:hover {
    text-decoration: none;
    color: #ff0000;
}

a.a1:active {
    text-decoration: none;
    color: #ff0000;
}

a.dii:link {
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
}

a.dii:visited {
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
}

a.dii:hover {
    text-decoration: none;
    color: #E6FF64;
    font-size: 13px;
}

a.dii:active {
    text-decoration: none;
    color: #E6FF64;
    font-size: 13px;
}

a.dibumenua:link {
    text-decoration: none;
    color: #ffffff;
}

a.dibumenua:visited {
    text-decoration: none;
    color: #ffffff;
}

a.dibumenua:hover {
    text-decoration: none;
    color: #FFEE2B;
}

a.dibumenua:active {
    text-decoration: none;
    color: #FFEE2B;
}

a.more:link {
    text-decoration: none;
    color: #444444;
}

a.more:visited {
    text-decoration: none;
    color: #444444;
}

a.more:hover {
    text-decoration: none;
    color: #0056A0;
}

a.more:active {
    text-decoration: none;
    color: #0056A0;
}

a.moree:link {
    text-decoration: none;
    color: #EE2200;
}

a.moree:visited {
    text-decoration: none;
    color: #EE2200;
}

a.moree:hover {
    text-decoration: none;
    color: #E44000;
}

a.moree:active {
    text-decoration: none;
    color: #E44000;
}

a.youq:link {
    text-decoration: none;
    color: #444444;
    font-size: 13px;
}

a.youq:visited {
    text-decoration: none;
    color: #444444;
    font-size: 13px;
}

a.youq:hover {
    text-decoration: none;
    color: #ff2200;
    font-size: 13px;
}

a.youq:active {
    text-decoration: none;
    color: #ff2200;
    font-size: 13px;
}

a.youqq:link {
    text-decoration: none;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
}

a.youqq:visited {
    text-decoration: none;
    color: #222222;
    font-size: 16px;
    font-weight: bold;
}

a.youqq:hover {
    text-decoration: none;
    color: #ff2200;
    font-size: 16px;
    font-weight: bold;
}

a.youqq:active {
    text-decoration: none;
    color: #ff2200;
    font-size: 16px;
    font-weight: bold;
}

a.tuijian:link {
    text-decoration: none;
    color: #C5021A;
    font-size: 18px;
}

a.tuijian:visited {
    text-decoration: none;
    color: #C5021A;
    font-size: 18px;
}

a.tuijian:hover {
    text-decoration: none;
    color: #C84914;
    font-size: 18px;
}

a.tuijian:active {
    text-decoration: none;
    color: #C84914;
    font-size: 18px;
}

a.tuijiann:link {
    text-decoration: none;
    color: #0784d5;
    font-size: 16px;
}

a.tuijiann:visited {
    text-decoration: none;
    color: #0784d5;
    font-size: 16px;
}

a.tuijiann:hover {
    text-decoration: none;
    color: #ff0000;
    font-size: 16px;
}

a.tuijiann:active {
    text-decoration: none;
    color: #ff0000;
    font-size: 16px;
}

a.footer-link:link {
    text-decoration: none;
    color: #ffffff;
}

a.footer-link:visited {
    text-decoration: none;
    color: #ffffff;
}

a.footer-link:hover {
    text-decoration: none;
    color: #FFEB10;
}

a.footer-link:active {
    text-decoration: none;
    color: #FFEB10;
}

a.a2:link {
    text-decoration: none;
    color: #000;
    font-size: 24px;
}

a.a2:visited {
    text-decoration: none;
    color: #000;
    font-size: 24px;
}

a.a2:hover {
    text-decoration: none;
    color: #2d3f93;
    font-size: 24px;
}

a.a2:active {
    text-decoration: none;
    color: #2d3f93;
    font-size: 24px;
}

a.a3:link {
    text-decoration: none;
    color: #ffffff;
}

a.a3:visited {
    text-decoration: none;
    color: #ffffff;
}

a.a3:hover {
    text-decoration: none;
    color: #999999;
}

a.a3:active {
    text-decoration: none;
    color: #999999;
}

a.dh:link {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

a.dh:visited {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

a.dh:hover {
    text-decoration: none;
    color: #F8FF42;
    font-size: 15px;
}

a.dh:active {
    text-decoration: none;
    color: #F8FF42;
    font-size: 15px;
}

a.cpdh:link {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

a.cpdh:visited {
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
}

a.cpdh:hover {
    text-decoration: none;
    color: #FDFF42;
    font-size: 15px;
}

a.cpdh:active {
    text-decoration: none;
    color: #FDFF42;
    font-size: 15px;
}

a.cpdhs:link {
    text-decoration: none;
    color: #BFD6F6;
    font-size: 13px;
}

a.cpdhs:visited {
    text-decoration: none;
    color: #BFD6F6;
    font-size: 13px;
}

a.cpdhs:hover {
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
}

a.cpdhs:active {
    text-decoration: none;
    color: #ffffff;
    font-size: 13px;
}

a.fwdh:link {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

a.fwdh:visited {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

a.fwdh:hover {
    text-decoration: none;
    color: #F9EB14;
    font-size: 16px;
    font-weight: bold;
}

a.fwdh:active {
    text-decoration: none;
    color: #F9EB14;
    font-size: 16px;
    font-weight: bold;
}

.fwll {
    padding: 14px 40px;
    background-color: #333333;
    cursor: pointer;
    width: auto;
    text-align: center;
    margin: 7px 10px 0 0;
    width: 100px;
}

.fwnl {
    padding: 14px 40px;
    border-right: 1px solid #ffffff;
    width: auto;
    cursor: pointer;
    text-align: center;
    float: left;
    word-break: keep-all;
}

a.fwnla:link {
    color: #f00;
    font-size: 15px;
    font-weight: bold;
    text-decoration: underline;
}

a.fwnla:visited {
    text-decoration: none;
    color: #f00;
    font-size: 15px;
    font-weight: bold;
}

a.fwnla:hover {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

a.fwnla:active {
    text-decoration: none;
    color: #f00;
    font-size: 15px;
    font-weight: bold;
}


a.fwdhh:link {
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

a.fwdhh:visited {
    text-decoration: none;
    color: #333;
    font-size: 15px;
}

a.fwdhh:hover {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

a.fwdhh:active {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
}

a.toutiao:link {
    text-decoration: none;
    color: #333333;
    font-size: 28px;
}

a.toutiao:visited {
    text-decoration: none;
    color: #333333;
    font-size: 28px;
}

a.toutiao:hover {
    text-decoration: none;
    color: #ff0000;
    font-size: 28px;
}

a.toutiao:active {
    text-decoration: none;
    color: #ff0000;
    font-size: 28px;
}

.ttrq {
    font-size: 16px;
    color: #FE0201;
}

.tuituii {
    color: #777777;
    padding: 5px 15px 10px 140px;
    line-height: 22px;
}

/* 移动端头部 */
#floatDivBoxs {
    width: 130px;
    background: #fff;
    position: fixed;
    top: 295px;
    right: 0;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #E33F1E;
    color: #fff;
    font-size: 18px;
    position: relative;
}

#floatDivBoxs .floatDqq {
    padding: 0 14px;
}

#floatDivBoxs .floatDqq li {
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    padding: 0;
}

#floatDivBoxs .floatDtxt {
    font-size: 18px;
    color: #333;
    padding: 12px 4px;
}

#floatDivBoxs .floatDtel {
    padding: 0 0 5px 4px;
}

#floatDivBoxs .floatDtel img {
    display: block;
}

#floatDivBoxs .floatDbg {
    width: 100%;
    height: 20px;
    background: url(images/online_botbg.jpg) no-repeat;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
    width: 50px;
    height: 45px;
    background: url(images/online_arrow.jpg) no-repeat;
    position: fixed;
    top: 295px;
    right: 130px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 45px;
}

.SortFolderOpen {
    background-image: url(image/Sort_Folder_Close.html);
    background-repeat: no-repeat;
    height: 34px;
    left: 16px;
    padding-left: 30px;
    cursor: pointer;
}

.SortFolderClose {
    background-image: url(image/Sort_Folder_Open.html);
    background-repeat: no-repeat;
    height: 34px;
    left: 16px;
    padding-left: 30px;
    cursor: pointer;
}

.SortEndFolderOpen {
    background-image: url(image/SortEnd_Folder_Close.html);
    background-repeat: no-repeat;
    height: 34px;
    left: 16px;
    padding-left: 16px;
    cursor: pointer;
}

.SortEndFolderClose {
    background-image: url(image/SortEnd_Folder_Open.html);
    background-repeat: no-repeat;
    height: 34px;
    left: 16px;
    padding-left: 16px;
    cursor: pointer;
}

.SortListline {
    padding-left: 16px;
    background-image: url(image/Sort_Listline.html);
    background-repeat: repeat-y;
}

.SortEndListline {
    padding-left: 16px;
}

.SortFile {
    background-image: url(image/Sort_File.html);
    background-repeat: no-repeat;
    height: 34px;
    cursor: pointer;
    padding-left: 35px;
}

.SortFileEnd {
    background-image: url(image/Sort_File_End.html);
    background-repeat: no-repeat;
    height: 34px;
    cursor: pointer;
    padding-left: 30px;
}


a.a100:link {
    text-decoration: none;
    color: #ffffff;
}

a.a100:visited {
    text-decoration: none;
    color: #ffffff;
}

a.a100:hover {
    text-decoration: none;
    color: #FFE347;
}

a.a100:active {
    text-decoration: none;
    color: #FFE347;
}

/*wap 轮播图*/
#ssolid {
    width: 100%;
    height: 151px;
    clear: both;
    position: relative;
}

#ssolid .ssolid0,
#ssolid .ssolid1,
#ssolid .ssolid2,
#ssolid .ssolid3,
#ssolid .ssolid4,
#ssolid .ssolid5 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 150px;
    display: none;
}

#ssolid ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#ssolid ul li {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 151px;
    display: none;
    cursor: pointer;
}

#ssolid #btt {
    width: 100%;
    text-align: center;
    height: 20px;
    top: 123px;
    position: relative;
}

#ssolid #btt span {
    position: absolute;
    top: 10px;
    display: block;
    width: 25px;
    left: 30%;
    height: 6px;
    margin: 0 15px;
    text-align: center;
    background: #3d3d3d;
    z-index: 1000;
    cursor: pointer;
    filter: alpha(opacity=70);
    /*IE浏览器透明度50%*/
    -moz-opacity: 0.7;
    /*Firefox私有，透明度50%*/
    opacity: 0.7;
}

/* 链接悬停效果 */
.certificate-table a:hover {
    color: #ff001e !important;
}

/* 链接样式 */
.certificate-table a {
    color: #333333;
    font-family: Tahoma, Verdana, "微软雅黑";
    text-decoration: none;
    font-size: 16px;
}

.certificate-table a:link,
.certificate-table a:visited,
.certificate-table a:active {
    text-decoration: none;
}

/* 自定义表格样式保持原有外观 */
.certificate-table {
    background: #FFF;
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.certificate-table .table-header {
    background-color: #fafafa;
    border: 1px solid #cccccc;
}

.certificate-table .table-row {
    border: 1px solid #cccccc;
    border-top: none;
    background-color: #fafafa;
}

.certificate-table .table-cell {
    padding: 10px 0;
    text-align: center;
    border-left: 1px solid #cccccc;
}

.certificate-table .table-cell:first-child {
    border-left: none;
}

/* 标题样式 */
.result-title {
    text-align: center;
    font-size: 26px;
    padding-top: 20px;
    margin-bottom: 20px;
    font-weight: 500;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .certificate-table .table-cell {
        padding: 8px 5px;
        font-size: 14px;
    }

    .result-title {
        font-size: 22px;
    }
}

.search2_center {
    width: 1050px;
    height: 1439px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 100px 0px 0px 70px;
}

/* 注意：原CSS中为 zhengshu_list_tr，此处假设HTML中的 td_none 是笔误，应为 zhengshu_content */
/* 如果 td_none 不是笔误，则需要提供其对应的CSS规则 */
.zhengshu_content {
    width: 100%;
    float: left;
    height: 980px;
    margin-top: 100px;
}

.Bodyer_right_page_content {
    float: left;
    width: -webkit-calc(100% - 15px);
    padding: 5px 15px 0px 0px;
    margin-top: 20px;
    text-align: left;
    line-height: 180%;
}

.Bodyer_right_page_content a {
    color: #000;
}

.Bodyer_right_page_content H1 {
    padding-top: 0px;
    font-size: 22px;
    margin-bottom: 20px;
}

.Bodyer_right_page_content_infolist {
    float: left;
    width: -webkit-calc(100% - 10px);
    margin-left: 10px;
    font-family: Tahoma, Verdana, "Microsoft YaHei", sans-serif;
    font-size: 14px;
    line-height: 180%;
}

.Bodyer_right_page_content_infolist a {
    font-family: Tahoma, Verdana, "Microsoft YaHei", sans-serif;
    color: #555555;
    font-size: 14px;
    line-height: 24px;
}

.Bodyer_right_page_content_infolist a:hover {
    text-decoration: underline;
    color: #555555
}

.Bodyer_right_page_end {
    float: left;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    padding: 15px 9px 15px 0px;
    text-align: left;
}

.Bodyer_right_page_end a {
    color: #333333;
    width: 50px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    text-align: center;
    float: left;
    margin-left: 10px;
    border-radius: 3px;
    border: 1px solid #dfdfdf;
    font-size: 15px;
}

.Bodyer_right_page_end font {
    color: #fff;
    width: 50px;
    height: 38px;
    line-height: 38px;
    background: #da2824;
    text-align: center;
    float: left;
    margin-left: 10px;
    border-radius: 3px;
    font-size: 15px;
}

.Bodyer_right_page_content_mes1 {
    float: left;
    clear: top left;
    padding: 0 0 4px 0;
    width: 100%;
    background: url(../images/bg_09.gif) bottom repeat-x;
    line-height: 140%;
}

.Bodyer_right_page_content_mes1 img {
    margin: 0 6px 0 0;
}

.Bodyer_right_page_content_mes2 {
    float: left;
    clear: top left;
    padding: 8px 0 18px 0;
    width: 100%;
    line-height: 180%;
    word-break: break-all;
}

.Bodyer_right_page_content_pro1 {
    float: left;
    width: 320px;
    height: 320px;
}

.Bodyer_right_page_content_pro2 {
    float: left;
    margin-left: 18px;
    width: 420px;
    height: 320px;
}

.Bodyer_right_page_content_pro2 a {
    color: #000;
}

.Bodyer_right_page_content_pro2 img {
    margin: 6px 4px 0 0;
    vertical-align: middle;
}

.Bodyer_right_page_content_pro3 {
    float: left;
    width: 100%;
    overflow: hidden;
    background: url(../images/description.gif) top no-repeat;
}

.Black-bbb {
    color: #666;
    font-size: 11px;
    font-family: Tahoma, Verdana, "Microsoft YaHei", sans-serif;
    float: right;
    width: 70px;
    text-align: right;
}

.zhengshu_tr1 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    margin-left: -25px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.zhengshu_tr2 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 20px;
    margin-left: -25px;
    margin-bottom: 20px;
    color: #da2824;
}

.zhengshu_tr3 {
    width: 100%;
    float: left;
    text-align: left;
    font-weight: bold;
}

.zhengshu_tr4 {
    width: 100%;
    height: 35px;
    float: left;
    text-align: left;
    font-weight: bold;
}

.zhengshu_tr5 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    padding-top: 60px;
    margin-left: -25px;
    margin-bottom: 20px;
    color: #da2824;
}

.zhengshu_td1 {
    width: 150px;
    min-height: 15px;
    padding: 10px 0px;
    float: left;
    text-align: right;
}

.zhengshu_td2 {
    width: 700px;
    min-height: 15px;
    padding: 10px 10px;
    float: left;
    text-align: left;
}

.zhengshu_td3 {
    width: 700px;
    min-height: 15px;
    padding: 10px 10px;
    float: left;
    text-align: left;
    font-weight: 100;
    font-size: 13px;
}

/* 移动端适配 - 确保1200px页面在手机上正确显示 */
@media screen and (max-width: 768px) {
    body {
        width: 1200px;
        transform-origin: 0 0;
        transform: scale(0.3);
        overflow-x: hidden;
    }
    
    .container,
    .container-fluid {
        max-width: 1200px !important;
        width: 1200px !important;
    }
    
    /* 保持原有布局结构 */
    .row {
        --bs-gutter-x: 1.5rem;
    }
    
    [class*="col-"] {
        flex: 0 0 auto;
        width: auto;
    }
}

/* 针对更小屏幕的优化 */
@media screen and (max-width: 480px) {
    body {
        transform: scale(0.25);
    }
}

/* 禁用 Bootstrap 响应式断点 */
@media (max-width: 1199.98px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1200px !important;
        width: 1200px !important;
    }

    .row {
        --bs-gutter-x: 1.5rem; /* 保持默认间距 */
    }

    [class*="col-"] {
        flex: 0 0 auto;
        width: auto;
    }
}