html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.15;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    line-height: 1.42857143;
    font-size: 14px;
    min-width: 1200px;
    background: #fff;
    color: #333;
    padding-top: 80px;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

a {
    -webkit-text-decoration-skip: objects;
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    line-height: 1.42857143;
    margin: 0;
    outline: none;
}

body,
button,
input,
select,
textarea {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: "liga", "kern";
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type=button],
/* 1 */
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: .35em .75em .625em;
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

summary {
    display: list-item;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
/* 1 */
menu {
    display: block;
}

pre,
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

audio,
video,
canvas {
    display: inline-block;
}

template,
[hidden] {
    display: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #004280;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.container {
    width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.header {
    background-color: #057;
    position: fixed;
    z-index: 100;
    width: 100%;
    left: 0;
    top: 0;
}

.header .logo {
    float: left;
    padding: 20px 0;
    font-size: 0;
}

.header .logo img {
    height: 40px;
    width: auto;
}

.header .nav {
    float: right;
}

.header .nav li {
    float: left;
    padding: 0 20px;
}

.header .nav li.dropdown {
    position: relative;
}

.header .nav li a {
    line-height: 80px;
    display: block;
    color: #fff;
    font-size: 18px;
    position: relative;
}

.header .nav li a:after {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #eee;
    content: '';
    left: 0;
    bottom: 0;
    display: none;
}

.header .nav li a:hover:after,
.header .nav li.active a:after,
.header .nav li.open a:after {
    display: block;
}

.header .nav li .sub {
    position: absolute;
    top: 100%;
    z-index: 10;
    width: 100%;
    background-color: #057;
    display: none;
    left: 0;
}

.header .nav li .sub a {
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
}

.header .nav li .sub a:after {
    display: none;
}

.header .nav li .sub a:hover:after {
    display: none;
}

.header .nav li.dropdown.open .sub {
    display: block;
}

.header .nav-btn {
    position: absolute;
    right: 45px;
    top: 0;
    padding: 16px;
    display: none;
}

.header .nav-btn:after,
.header .nav-btn:before,
.header .nav-btn span {
    content: '';
    background-color: #fff;
    height: 2px;
    width: 23px;
    display: block;
}

.header .nav-btn span {
    margin: 6px 0;
}

.header .search {
    float: right;
    position: relative;
    margin-left: 20px;
}

.header .search .btn {
    display: block;
    line-height: 80px;
    color: #fff;
    font-size: 18px;
}

.header .search .form {
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 5px;
    width: 250px;
    padding: 10px 50px 10px 10px;
    background-color: #fff;
    z-index: 100;
    display: none;
}

.header .search .form input {
    display: block;
    width: 100%;
    background: #f8f8f8;
    border: 0;
    padding: 0 10px;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.header .search .form button {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 35px;
    width: 35px;
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
    font-size: 18px;
    color: #999;
}

.banner {
    margin-bottom: 35px;
}

.banner .swiper-container {
    max-width: 1170px;
    margin: 0 auto;
    height: 450px;
}

.banner .swiper-slide {
    display: block;
}

.banner .item {
    display: block;
    height: 450px;
    background: no-repeat center / cover;
}

.panel {
    margin-bottom: 30px;
}

.panel-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 22px;
    position: relative;
}

.panel-title:after {
    content: '';
    width: 10px;
    height: 10px;
    border-right: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 2em;
    bottom: -6px;
    background-color: #fff;
    z-index: 2;
    margin-left: -5px;
}

.panel-title .more {
    float: right;
    font-size: 16px;
    line-height: 30px;
    color: #999;
}

.panel-title.text-center {
    text-align: center;
}

.panel-title.text-center:after {
    left: 50%;
}

.list-1 {
    margin: -20px 0 0 -20px;
}

.list-1 li {
    float: left;
    width: 16.6666666667%;
}

.list-1 li a {
    display: block;
    margin: 20px 0 0 20px;
}

.list-1 li img {
    display: block;
    width: 100%;
    height: 150px;
}

.list-1 li p {
    margin: 10px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.index-box {
    margin-left: -30px;
}

.index-box .item {
    float: left;
    width: 50%;
}

.index-box .panel {
    margin-left: 30px;
}

.list-2 li {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    height: 130px;
}

.list-2 li a {
    display: block;
    overflow: hidden;
}

.list-2 li .m {
    float: left;
    width: 130px;
}

.list-2 li .m img {
    display: block;
    width: 100%;
    height: auto;
}

.list-2 li .text {
    margin-left: 145px;
}

.list-2 li .text h4 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}

.list-2 li .text span {
    display: block;
    color: #999;
    margin-bottom: 5px;
}

.list-2 li .text p {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #666;
}

.link {
    margin: -15px 0 0 -15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}

.link li {
    display: inline-block;
}

.link a {
    float: left;
    margin: 15px 0 0 15px;
}

.footer {
    padding: 40px 0;
    background-color: #f8f8f8;
    color: #666;
}

.footer a {
    color: #666;
}

.footer a:hover {
    color: #004280;
}

.footer-link {
    float: right;
}

.footer-link span {
    color: #ccc;
    padding: 0 5px;
}

.banner-sub {
    height: 300px;
    background: no-repeat center / cover;
}

.positions {
    color: #888;
    background-color: #f9f9f9;
    font-size: 12px;
    padding: 12px 0;
    margin-bottom: 30px;
}

.ct2-mn {
    width: 840px;
    float: left;
}

.ct2-sd {
    width: 300px;
    float: right;
}

.list-3 li {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.list-3 li a {
    display: block;
    overflow: hidden;
}

.list-3 li .m {
    float: left;
    width: 250px;
}

.list-3 li .m img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.list-3 li .text {
    margin-left: 270px;
}

.list-3 li .text h4 {
    margin: 0 0 10px;
    font-size: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.list-3 li .text span {
    display: block;
    color: #999;
    margin-bottom: 10px;
}

.list-3 li .text p {
    margin: 0;
    font-size: 16px;
    color: #666;
}

.list-3 li .text span i {
    padding-right: 5px;
}

.page {
    font-size: 0;
    text-align: center;
    margin-bottom: 30px;
}

.page a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    color: #666;
    border-radius: 2px;
    margin: 2px;
}

.page a:hover,
.page a.active {
    background-color: #999;
    color: #fff;
}

.list-4 li {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.list-4 li a {
    display: block;
    position: relative;
    padding-left: 15px;
}

.list-4 li a:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #aaa;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.list-4 li h4 {
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.8;
}

.list-4 li span {
    display: block;
    font-size: 12px;
    margin-top: 10px;
    color: #999;
}

.list-4 li span i {
    padding-right: 5px;
}

.list-5 li {
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.list-5 li a {
    display: block;
    overflow: hidden;
}

.list-5 li .m {
    float: left;
    width: 100px;
}

.list-5 li .m img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.list-5 li .text {
    margin-left: 110px;
    font-size: 16px;
}

.tags-list {
    margin: -5px 0 0 -5px;
}

.tags-list li {
    float: left;
}

.tags-list li a {
    display: block;
    margin: 5px 0 0 5px;
    line-height: 32px;
    padding: 0 10px;
    border-radius: 3px;
    background-color: #f9f9f9;
    color: #fff;
    font-size: 12px;
}

.tags-list li:nth-child(8n-7) a {
    background-color: #8A9B0F;
}

.tags-list li:nth-child(8n-6) a {
    background-color: #EB6841;
}

.tags-list li:nth-child(8n-5) a {
    background-color: #3FB8AF;
}

.tags-list li:nth-child(8n-4) a {
    background-color: #FE4365;
}

.tags-list li:nth-child(8n-3) a {
    background-color: #FC9D9A;
}

.tags-list li:nth-child(8n-2) a {
    background-color: #EDC951;
}

.tags-list li:nth-child(8n-1) a {
    background-color: #C8C8A9;
}

.tags-list li:nth-child(8n) a {
    background-color: #83AF9B;
}

.tags-list li:first-child a {
    background-color: #E1474D;
}

.tags-list li:last-child a {
    background-color: #057;
}

.tags-list li a:hover {
    opacity: .8;
}

.detail-title {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.detail-title h1 {
    margin: 0;
    font-size: 28px;
    font-weight: normal;
}

.detail-title p {
    color: #999;
    margin: 10px 0 0;
    font-size: 0;
}

.detail-title p span {
    display: inline-block;
    font-size: 14px;
    margin: 0 10px;
}

.detail-body {
    color: #555;
    line-height: 1.8;
    margin-bottom: 20px;
}

.detail-body img {
    max-width: 100%;
    height: auto !important;
}

.detail-tags a {
    margin-right: 10px;
}

.detail-exp p {
    margin: 0;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.detail-tuijian li {
    width: 25%;
}

@media screen and (max-width: 1170px) {
    body {
        min-width: 320px;
        padding-top: 50px;
    }

    .container {
        width: auto;
    }

    .header .logo {
        padding: 10px 0;
        float: none;
    }

    .header .logo img {
        height: 30px;
    }

    .header .nav {
        display: none;
        float: none;
        margin: 0 -15px;
        border-top: 1px solid #eee;
    }

    .header .nav li {
        float: none;
        padding: 0;
    }

    .header .nav li a {
        line-height: 45px;
        padding: 0 15px;
    }

    .header .nav li .sub {
        display: block;
        position: static;
        border: 0;
        width: 100%;
        overflow: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .header .nav li .sub a {
        float: left;
        width: 50%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #014561;
        text-align: left;
        padding: 0 15px;
    }

    .header .nav-btn {
        display: block;
    }

    .header .search .btn {
        line-height: 50px;
    }

    .banner {
        margin-bottom: 20px;
    }

    .banner .item {
        height: 400px;
    }

    .panel {
        margin-bottom: 20px;
    }

    .panel-title {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 20px;
    }

    .panel-title .more {
        font-size: 14px;
        line-height: 26px;
    }

    .list-1 {
        margin: -15px 0 0 -15px;
    }

    .list-1 li {
        width: 50%;
    }

    .list-1 li a {
        margin: 15px 0 0 15px;
    }

    .index-box .item {
        width: 100%;
    }

    .list-2 li .m {
        width: 100px;
    }

    .list-2 li .text {
        margin-left: 110px;
    }

    .list-2 li .text h4 {
        font-size: 14px;
        line-height: 20px;
        white-space: normal;
        height: 40px;
    }

    .list-2 li .text span {
        font-size: 12px;
        margin: 3px 0 0;
    }

    /*.list-2 li .text p {display: none;}*/

    .footer {
        text-align: center;
        font-size: 12px;
        padding: 20px 0;
    }

    .footer-link {
        float: none;
        margin-bottom: 15px;
    }

    .banner-sub {
        height: 100px;
    }

    .positions {
        margin-bottom: 20px;
    }

    .ct2-mn,
    .ct2-sd {
        width: 100%;
    }

    .list-3 li {
        margin-top: 15px;
        padding-bottom: 15px;
    }

    .list-3 li .m {
        width: 110px;
    }

    .list-3 li .text {
        margin-left: 120px;
    }

    .list-3 li .text p {
        display: none;
    }

    .list-3 li .text h4 {
        font-size: 16px;
        white-space: normal;
    }

    .detail-title h1 {
        font-size: 20px;
    }

    .detail-title p span {
        font-size: 12px;
        margin: 0 5px;
    }
}

.detail-title p span i {
    padding-right: 5px;
}

.pagination p {
    margin: 0;
    cursor: pointer
}

.pagination {
    height: 40px;
    padding: 20px 0px;
}

.pagination a {
    display: block;
    float: left;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
}

.pagination a:hover {
    color: #057;
    background: white;
    border: 1px #057 solid;
}

.pagination a.cur {
    border: none;
    background: #057;
    color: #fff;
}

.pagination p {
    float: left;
    padding: 2px 12px;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
    color: #bbb;
    border: 1px #ccc solid;
    background: #fcfcfc;
    margin-right: 8px;
}