* {
    padding: 0;
    margin: 0;
    user-select: none;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    ;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}

/* 未被访问的链接 蓝色 */

a:link {
    color: #333;
}

/* 已被访问过的链接 蓝色 */

a:visited {
    color: #333;
}

/* 鼠标悬浮在上的链接 蓝色 */

a:hover {
    color: #333;
}

/* 鼠标点中激活链接 蓝色 */

a:active {
    color: #333;
}

input::-webkit-input-placeholder {
    color: #999;
}

.flex-atc-jcsb {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content {
    width: 1200px;
    margin: auto;
}

.defult-btn {
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    background: #f8f8f8;
    border: 1px solid #eeeeee;
    cursor: pointer;
}
.defult-btn:hover{
    background: #0d89e4;
    color: #fff;
}

.enter {
    background: #109AFF;
    border: 1px solid #109AFF;
    color: #fff;
}

/* 头部st */

.header {
    height: 30px;
    background: #F6F6F6;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.header-left {
    float: left;
}

.header-right {
    float: right;
    font-size: 12px;
}

.header-left span {
    margin: 0 6px;
}

.header-left span a {
    color: #666;
}

.header-left span a:first-of-type {
    padding-right: 6px;
    border-right: 1px solid #666;
}

.header-left span a:last-of-type {
    padding-left: 6px;
    color: #FF6800;
}

.nav-list {
    float: left;
    margin-right: 13px;
}

.nav-list .active-nav {
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: none;
    color: #FF6800;
}

.menu-tips {
    background: #ffffff;
    border: 1px solid #dddddd;
    position: absolute;
    left: -1px;
    top: 100%;
    line-height: 1;
    padding: 8px 0;
    border-top: none;
    display: none;
    z-index: 99;
}

.tips1 {
    width: 206px;
}

.tips3 {
    right: -66px;
    left: auto;
    width: 266px;
}

.tips2 {
    width: 100%;
    padding: 16px 0;
}

.menu-tips-block {
    overflow: hidden;
    padding-top: 10px;
    position: relative;
}

.menu-tips-block::after {
    content: '';
    display: block;
    height: 0;
    border-bottom: 1px dashed #ddd;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
}

.menu-tips-title-block {
    margin-bottom: -10px;
}

.menu-tips-title-block::after {
    display: none;
}

.menu-tips-block:last-child::after {
    display: none;
}

.menu-tips-nav {
    margin-left: 15px;
    margin-bottom: 10px;
    font-size: 12px;
    float: left;
}

.menu-tips-nav a {
    color: #666;
}

.menu-tips-nav:hover a {
    color: #FF6800;
}

.tips2 .menu-tips-nav {
    text-align: center;
    margin-left: 0;
    width: 100%;
}

.tips2 .menu-tips-nav:last-child {
    margin-bottom: 0;
}

.menu-tips-nav-title {
    font-weight: bold;
    color: #333;
}

.mobile-station {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
}

.mobile-station:hover {
    color: #FF6800;
}

.mobile-station img {
    margin-right: 4px;
}

.img-panel {
    width: 286px;
    height: 162px;
    border: 1px solid #ddd;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 18px 18px 14px;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: #666;
    overflow: hidden;
}

.img-info {
    float: left;
    width: 126px;
}

.img-info:first-child {
    margin-right: 34px;
}

.img-info img {
    width: 126px;
    height: 126px;
    display: block;
    margin-bottom: 4px;
}

.nav-item {
    float: left;
    padding: 0 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    position: relative;
    border: 1px solid transparent;
}

.nav-item .iconxiala {
    transition: all .3s ease;
}

.nav-item:hover .iconxiala {
    transform: rotate(-180deg);
}

.no-nav:hover a {
    color: #FF6800;
}

.nav-item .down-img {
    margin-left: 4px;
}

/* 头部end */

/* 页面子标题st */

.page-title {
    height: 109px;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(237, 237, 237, 0.90);
}

.page-title .content {
    height: 100%;
}

.title-name, .page-search {
    display: flex;
    align-items: center;
}

.title-name img {
    width: 173px;
    height: 51px;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    margin-right: 20px;
}

.title-name span {
    font-size: 24px;
    font-weight: 400;
    color: #333;
}

.page-search input {
    display: block;
    width: 229px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 0 10px;
    outline: none;
}

.search-icon {
    width: 40px;
    height: 40px;
    background: #109aff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.search-icon:hover{
    background: #0d89e4;
}
.search-icon img {
    width: 19px;
    height: 19px;
}

/* 页面子标题end */

/* 底部st */

.page-footer {
    padding: 30px 0 33px;
    background: #333;
}

.footer-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ccc;
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-menu-item {
    padding: 0 10px;
    border-right: 1px solid #ccc;
}

.footer-menu-item a {
    color: #ccc;
}

.footer-menu-item:last-of-type {
    border: none;
}

.copyright-panel {
    color: #999;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}

.gongan {
    width: 18px;
}

/* 底部end */

.iconfont {
    font-size: 12px;
}

.iconshanhuxiaerqi {
    color: red;
    font-size: 14px;
}