@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
ul,
li,
dl,
dt,
dd,
button {
    margin: 0;
    padding: 0;
    border: none;
}

cite {
    font-style: normal;
}

img {
    vertical-align: middle;
}

ul,
ol {
    list-style: none;
}

a,
img {
    border: none
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

input,
button,
textarea,
select {
    border: none;
    outline: none;
    vertical-align: middle;
}

.clearfix {
    zoom: 1
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.container {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.container::before,
.container::after {
    display: table;
    content: " "
}

.container::after {
    clear: both
}

/* 头部 开始 */
.header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.header .search-area {
    display: flex;
    align-items: center;
}

.header .search-area label {
    font-family: "Microsoft Yahei", "SimHei";
    font-size: 14px;
    color: #006699;
}

.header .search-area .search {
    width: 203px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    padding-block: 1px;
    padding-inline: 2px;
    border-top: 1px solid #000;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #000;
}

.header .search-area .submit {
    background: url(../images/search-btn.jpg) no-repeat 0 0;
    width: 70px;
    padding: 0 0 0 0;
    height: 20px;
    border: 0px;
    cursor: pointer;
}

/* 导航栏样式 */
.navbar {
    height: 37px;
    background-color: #29abf1;
    color: #fff;
    font-family: "Microsoft Yahei", "SimHei";
}

.navbar .primary-menu {
    display: flex;
    justify-content: flex-end;
    height: 100%;
    margin: 0 -10px;
}

.navbar .primary-item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 0 10px;
    position: relative;
}

.navbar .primary-item a {
    font-weight: bold;
}

.navbar .submenu {
    display: none;
    width: max-content;
    background-color: #65b8ff;
    border: 1px #F3F3F3 solid;
    position: absolute;
    top: 37px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

.navbar .primary-item:hover .submenu {
    display: block;
}

.navbar .submenu .submenu-item {
    line-height: 25px;
    font-size: 14px;
    padding: 0 15px;
}

.navbar .submenu .submenu-item:nth-child(n+2) {
    border-top: 1px #fff solid;
}

.navbar .submenu .submenu-item:hover {
    background-color: #E6E6E6;
    color: #000;
}

/* 头部 结束 */

/* 底部 开始 */
.footer {
    width: 100%;
    background: #f8f8f8;
    margin-top: 47px;
    padding: 30px 0;
    border-top: 1px solid #ededed;
    overflow: hidden;
}

.footer .substation-all {
    overflow: hidden;
}

.footer .substation-all .substation-title {
    float: left;
    height: auto;
    line-height: 1;
    background: #fff;
    color: #888;
    font-size: 14px;
    margin: 0 15px 4px 0;
    padding: 8px;
    cursor: pointer;
}

.footer .substation-all .substation-title.active {
    background: #888;
    color: #fff;
}

.footer .substation-all .substation-title:hover {
    background: #888;
    color: #fff;
}

.footer .substation {
    display: none;
    color: #888;
    margin: 11px 0 1px;
}

.footer .substation.active {
    display: block;
}

.footer .substation-list {
    display: flex;
    flex-wrap: wrap;
}

.footer .substation-list a {
    height: 24px;
    line-height: 24px;
    word-break: break-all;
    font-size: 14px;
    color: #666;
    margin-right: 21px;
}

.footer .common-footer {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ededed;
}

.footer .links {
    display: flex;
    justify-content: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    margin-bottom: 5px;
    overflow: hidden;
}

.footer .links a:nth-child(n+2)::before {
    content: '•';
    color: #cecece;
    font-size: 20px;
    vertical-align: middle;
    padding: 0 2px;
    position: relative;
    top: -2px;
}

.footer .police {
    text-align: center;
    overflow: hidden;
    line-height: 24px;
    height: 24px;
    font-size: 12px;
    color: #666;
}

.footer .police a {
    color: #666;
}

.footer .police a+a {
    margin-left: 6px;
}

.footer .police img {
    width: 13px;
    height: 14px;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -2px;
}

.footer .police img.investment-risk {
    width: 133px;
    height: 14px;
}

.footer .police-brand {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    text-align: center;
    overflow: hidden;
}

/* 底部 结束 */

/* 面包屑 开始 */
.crumbs {
    font-size: 14px;
    line-height: 1;
    color: #454545;
    margin-top: 30px;
}

.crumbs a:not([href]) {
    cursor: text;
}

/* 面包屑 结束 */

/* 翻页 开始 */
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    gap: 8px;
}

.pagination li a,
.pagination li span {
    display: block;
    background-color: #fff;
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
}

.pagination li a:hover,
.pagination li a:focus {
    background-color: #eee;
}

.pagination .active span,
.pagination .active span:hover,
.pagination .active span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #29abf1;
    border-color: #29abf1;
}

.pagination .disabled span,
.pagination .disabled span:hover,
.pagination .disabled span:focus {
    color: #999;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg li a {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-sm li a,
.pagination-sm li span {
    padding: 5px 10px;
    font-size: 12px;
}

/* 翻页 结束 */