@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 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;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu,
nav, section {
    display: block;
}

body {
    color: #333;
    font: 14px/1.5 "Microsoft Yahei", Arial, "Lantinghei SC", "Hiragino Sans GB", "Helvetica Neue", Helvetica, sans-serif;
    background: #eef2f7;
    min-width: 1200px;
}

h1, h2, h3, h4, h5, h6, b {
    font-weight: 400;
}

address, cite, em, i {
    font-style: normal;
}

li {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
}

a:focus,
input:hover,
button:hover,
input[type='button']:hover {
    outline: none;
}

fieldset, img {
    border: 0;
}

img {
    max-width: 100%;
}

button, input, select, textarea {
    font: 14px/1.5em "Microsoft YaHei";
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
}

.content,
.content-box,
.r-content,
.applist-box,
.ztlist-box,
.banner .w1200 {
    width: 1200px;
    margin: 0 auto;
}

.header {
    width: 100%;
    background: #333;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

.header .w1200 {
    height: 82px;
    overflow: visible;
}

.header .logo {
    width: 210px;
    float: left;
    height: 74px;
    background: none;
    margin-top: 4px;
    text-indent: 0;
    color: #b9dcff;
    font-size: 28px;
    font-weight: 700;
    line-height: 74px;
    letter-spacing: 0;
}

.header .nav {
    float: left;
    margin-left: 60px;
    height: 54px;
    margin-top: 14px;
}

.header .nav a {
    font-size: 18px;
    color: #b9dcff;
    float: left;
    padding: 0 15px;
    position: relative;
    height: 54px;
    line-height: 54px;
    margin-right: 30px;
}

.header .nav a.cur:after {
    content: "";
    width: 75px;
    height: 3px;
    background: #b9dcff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -38px;
}

.search {
    width: 280px;
    float: right;
    margin-top: 25px;
    height: 32px;
    border: 1px solid #ccc;
    border-radius: 16px;
    overflow: hidden;
    display: none;
}

.search #s-key {
    width: 210px;
    height: 32px;
    line-height: 32px;
    border: none;
    float: left;
    padding: 0 0 0 20px;
    background: transparent;
    color: #ddd;
    box-sizing: border-box;
}

.search #s-botton {
    border: none;
    height: 32px;
    width: 60px;
    background: #27b8e8;
    color: #fff;
    float: right;
    cursor: pointer;
    font-size: 13px;
}

.bread-wrap {
    min-height: 30px;
    padding: 15px 0;
    font-size: 12px;
    color: #888;
    line-height: 30px;
}

.bread-wrap .w1200 {
    overflow: hidden;
    zoom: 1;
}

.bread-wrap a {
    color: #666;
}

.bread-wrap em {
    font-style: normal;
    color: #333;
}

.empty-box {
    background: #fff;
    color: #999;
    padding: 40px 20px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
}

.section {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(16, 24, 40, 0.04);
    overflow: hidden;
}

.tab-title {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #edf1f7;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.tab-title h2 {
    font-size: 16px;
    color: #111;
}

.more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 16px;
    border-radius: 17px;
    border: 1px solid #27b8e8;
    color: #27b8e8;
    background: #fff;
    box-sizing: border-box;
}

.more-btn.on {
    background: #27b8e8;
    color: #fff;
}

.pager {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 24px 0 8px;
}

.pager a,
.pager b {
    min-width: 32px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #dfe4ec;
    background: #fff;
    color: #4a5568;
    box-sizing: border-box;
}

.pager a:hover {
    border-color: #27b8e8;
    color: #27b8e8;
}

.pager .selected {
    background: #27b8e8;
    color: #fff;
    border-color: #27b8e8;
}

.pager .total {
    border: none;
    background: transparent;
    color: #8a8f99;
}

.swiper-container {
    position: relative;
    overflow: hidden;
}

.swiper-wrapper {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.35s ease;
    will-change: transform;
}

.swiper-slide {
    flex: 0 0 auto;
}

.footer {
    margin-top: 30px;
    background: #fff;
    border-top: 1px solid #e7edf3;
    color: #777;
    text-align: center;
}

.footer .w1200 {
    padding: 24px 0 30px;
}

.footer .bot-nav {
    margin-bottom: 8px;
    color: #c2c8d0;
}

.footer .bot-nav a {
    color: #666;
}

.footer a span {
    color: #27b8e8;
}
