@CHARSET "UTF-8";


html,
body {
    height: 100%
}

ul {
    list-style: none
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

body,
div,
span,
img,
ul,
li,
textarea,
input {
    padding: 0px;
    margin: 0px;
    border: 0;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    font-family: '微软雅黑'
}

a,
a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

body.body {
    position: relative;
    width: 100%;
    min-height: 500px;
    min-width: 500px;
    overflow-y: hidden;
    overflow-x: auto;  
    margin: 0;
    padding: 0;
    zoom: 1;
    left: 0;
    top: 0;
    margin: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed, fixed
}

.container {
    position: relative;
    margin-top: 0px;
    width: auto
}


.search-engine {
    z-index: 11;
    position: relative;
    min-height: 96px
}

.search-engine .search-box {
    position: relative;
    max-width: 640px;
    width: 640px;
    min-height: 44px;
    height: 44px;
    padding-top: 44px;
    margin: 0 auto
}

.search-engine .search-box .search-from {
    position: relative;
    min-height: 44px;
    height: 44px;
    display: block;
    margin: 0 auto;
    padding: 0
}

.search-engine .search-box .search-input-box {
    position: relative;
    width: 568px;
    height: 42px;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    border: 1px #D7D7D7 solid;
    border-right: 0px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px
}

.search-engine .search-box .search-input-box-foucs {
    border: 1px #AEAEAE solid;
    border-right: 0px
}

.search-engine .search-box .search-input {
    width: 500px;
    height: 42px;
    display: block;
    float: left;
    border: 0px;
    outline: none;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    font-family: "微软雅黑";
    background-color: transparent;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px
}

.search-engine .search-box .search-input-halfradius {
    -moz-border-radius: 5px 0px 0px 0px;
    -webkit-border-radius: 5px 0px 0px 0px;
    border-radius: 5px 0px 0px 0px
}

.search-engine .search-box .search-meta-box {
    float: left;
    position: relative;
    width: 48px;
    height: 42px;
    float: left;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    cursor: pointer
}

.search-engine .search-box .search-meta-box img {
    width: 26px;
    height: 26px;
    position: relative;
    display: block;
    margin: auto auto;
    top: 50%;
    margin-top: -13px
}

.search-engine .search-box .search-button-box {
    position: relative;
    float: left;
    height: 42px;
    max-height: 42px;
    width: 69px;
    max-width: 69px;
    display: block;
    margin: 0;
    padding: 0;
    background-color: #AEAEAE;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px;
    border: 1px #AEAEAE solid;
    border-left: 0px
}

.search-engine .search-box .search-button {
    width: 69px;
    max-width: 69px;
    height: 42px;
    max-height: 42px;
    display: block;
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    font-family: "微软雅黑";
    border: 0;
    outline: none;
    background: url('../static/img/search_icon.png');
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px
}

.search-engine .search-box .search-button-halfradius {
    -moz-border-radius: 0px 5px 0px 0px;
    -webkit-border-radius: 0px 5px 0px 0px;
    border-radius: 0px 5px 0px 0px
}

.search-engine .search-box .search-button:HOVER {
    background-color: #A1A1A1
}

.search-engine .search-box .search-button:FOCUS {
    outline: none
}

.navi-btn-group {
    position: relative;
    min-height: 36px;
    height: 36px;
    width: 552px;
    margin: 0 auto;
    top: 9.5px;
    top: -moz-calc(36px * 0.5/ 2);
    top: -webkit-calc(36px * 0.5/ 2);
    top: calc(36px * 0.5/ 2);
    cursor: pointer
}

.navi-btn-item {
    position: relative;
    min-width: 91px;
    width: 91px;
    min-height: 34px;
    height: 34px;
    line-height: 32px;
    border: 1px #D7D7D7 solid;
    background-color: #f5f5f7;
    display: table-cell;
    text-decoration: none;
    overflow: hidden;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    font-family: "微软雅黑";
    text-align: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

.navi-btn-item label {
    display: block; /* 将 label 设置为块级元素 */
    width: 100%; /* 宽度充满父元素 */
    height: 100%; /* 高度充满父元素 */
    text-align: center; /* 文字居中 */
    line-height: 34px; /* 设置行高，使文字垂直居中（根据实际高度调整） */
    cursor: pointer; /* 鼠标悬停时显示为手型 */
  }

.navi-btn-item-over {
    border-color: #AEAEAE;
    background-color: #c9c9c9;
    box-shadow: inset 1px 1px 10px 1px #AEAEAE
}
 /*
.navi-btn-item-current {
    border-color: #AEAEAE;
    background-color: #C9C9C9;
    color: #ffffff;
    box-shadow: inset 1px 1px 8px 1px #AEAEAE
}
*/
.navi-btn-item-start {
    border-right: 0px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    border-radius: 5px 0px 0px 5px
}

.navi-btn-item-middle {
    border-right: 0px
}

.navi-btn-item-end {
    min-width: 90px;
    width: 90px;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-radius: 0px 5px 5px 0px;
    border-radius: 0px 5px 5px 0px
}

.navi-btn-item-one {
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px
}

.web-site {
    position: relative;
    width: 894px;
    height: 500px;
    margin: 0 auto;
    margin-top: 40px;
    background-color: #fafafa;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0px 0px 1px #797979;
    -moz-box-shadow: 0px 0px 1px #797979;
    box-shadow: 0px 0px 1px #797979
}

.web-site .web-site-header {
    position: relative;
    width: 100%;
    height: 55px;
    margin: 0 auto;
    z-index: 1;
    background-color: #fafafa;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: 0px 1px 4px #E4E4E4;
    -moz-box-shadow: 0px 1px 4px #E4E4E4;
    box-shadow: 0px 1px 4px #E4E4E4
}

.web-site .web-site-header .web-site-header-body {
    position: relative;
    padding: 0;
    margin: 0;
    height: 100%
}


.web-site .web-site-table {
    width: 100%;
    border-collapse: collapse;  /* 设置表格的边框模式为“分离模式”（separate）每个单元格（<td> 和 <th>）会有独立的边框。 */
   /* border-spacing: 0;           单元格之间的间距为 0 */
    background-color: #fafafa;
    border-radius: 5px;        /* 边框圆角为 5px */
    overflow: hidden;
/*  box-shadow: 0px 1px 4px #E4E4E4;  */
    margin: 0 auto;
    position: relative;
}
.web-site .web-site-table .icon {
    position: absolute; /* 绝对定位 */
    left: 0; /* 图标靠左 */
    top: 50%; /* 垂直居中 */
    transform: translateY(-50%); /* 垂直居中 */
    width: 16px; /* 图标宽度 */
    height: 16px; /* 图标高度 */
    background-size: cover; /* 确保图标覆盖整个区域 */
    background-repeat: no-repeat; /* 防止图标重复 */
    margin-right: 8px; /* 图标与文字之间的间距 */
}
.web-site .web-site-table th,
.web-site .web-site-table td {
    padding: 15px;
    text-align: left;
   /* border-bottom: 1px solid #E4E4E4; */
    font-family: "微软雅黑";
    font-size: 14px;
    color: #4D4D4D;
}

.web-site .web-site-table th {
   /* background-color: #f5f5f7; 
    font-weight: bold;
    text-transform: uppercase;
     */

        position: relative;
        float: left;
        min-width: 60px;
        width: 60px;
        height: 30px;
        text-align: center;
        cursor: default;
        line-height: 30px;
        border-right: 1px inset #e4e4e4;
}

.web-site .web-site-table td {
    background-color: #fafafa;
    position: relative; /* 使子元素可以相对定位 */
    padding-left: 20px; /* 为图标留出空间 */
}

.web-site .web-site-table td a {
    text-decoration: none;
    color: #666;     /* 文字与图标007bff之间的间距 */
    transition: color 0.3s ease;
    margin-left: 2px; /* 文字与图标之间的间距 */
    display: block; /* 设置为块级元素 */
    width: 100%; /* 宽度充满父元素 */
    height: 100%; /* 高度充满父元素 */
}

.web-site .web-site-table td a:hover {
    color: #0056b3;
    /*text-decoration: underline;*/
}

.web-site .web-site-table tr:hover td {
    background-color: #f1f1f1;
}

/* 第一列样式 */
.web-site .web-site-table th:first-child,
.web-site .web-site-table td:first-child {
    padding-left: 20px;
}

/* 最后一列样式 */
.web-site .web-site-table th:last-child,
.web-site .web-site-table td:last-child {
    padding-right: 20px;
}

/* 表格头部圆角 */
.web-site .web-site-table th:first-child {
    border-top-left-radius: 5px;
}

.web-site .web-site-table th:last-child {
    border-top-right-radius: 5px;
}

/* 表格底部圆角 */
.web-site .web-site-table tr:last-child td:first-child {
   border-bottom-left-radius: 5px; 
}

.web-site .web-site-table tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}