body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
legend,
button form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}


/* 短引用的内容可取值：''或"" */
q:before,
q:after {
    content: '';
}

/* 缩写，图片等无边框 */
fieldset,
img,
abbr,
acronym {
    border: 0 none;
}

abbr,
acronym {
    font-variant: normal;
}

legend {
    color: #000;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th {
    text-align: left;
}

input,
img,
select {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

del,
ins,
a {
    text-decoration: none;
    cursor: pointer;
}

input[type="submit"] {
    cursor: pointer;
}

button {
    cursor: pointer;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.container {
    max-width: 1400px;
    margin: 0 auto;
}


body {
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
    text-size-adjust: none;
    background: #F0F5F8;
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

/* ------------------------------ */

.navigation {
    width: 100%;
    height: 60px;
    background: #004898;
}

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    display: flex;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    flex: 1;
    height: 60px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    padding: 0 15px;
}

.nav .nLi.last {
    margin: 0;
}

.nav .nLi h3 {
    height: 60px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 20px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 100%;
    top: 58px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    line-height: 60px;
    left: 0px;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #004898;
}

.nav .on h3 a {
    font-weight: bold;
}

.nav .nLi.on,
.nav .nLi:hover {
    background: #143270;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 125px;
    display: none;
    top: 0;
    width: 125px;
    background: rgba(0, 0, 0, .4);
}

.nav .sub li:hover .three-nav {
    display: block;
}

/* -------------------- */

.footer {
    width: 100%;
    height: 247px;
    background: #1C4499;
    box-sizing: border-box;
    padding-top: 43px;
}

.footer .ftlogo {
    text-align: center;
    margin-bottom: 12px;
}

.footer .banq p {
    line-height: 30px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
}

.footer .banq a {
    color: rgba(255, 255, 255, 0.6);
}

.head {
    width: 100%;
    height: 192px;
    background: url(../img/headBg.png) center no-repeat #fff;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 47px;
}

.head .container {
    position: relative;
}


.head h1 {
    float: left;
}

.searchText {
    position: absolute;
    right: 0;
    top: 0;
}

.searchText .text {
    text-align: right;
    margin-bottom: 15px;
}

.searchText .text a {
    color: #9E9E9E;
    font-size: 16px;
}

.searchText .text span {
    margin: 0 7px;
    color: #9E9E9E;
}

.search {
    position: relative;
    margin-left: 25px;
}

.search input {
    border: none;
}

.search input.search-in {
    width: 300px;
    height: 45px;
    line-height: 45px;
    border-radius: 10px;
    box-sizing: border-box;
    color: #999;
    padding-left: 20px;
    outline: none;
    background: #EBEBEB;
    font-size: 16px;
}

.search input.search-btn {
    position: absolute;
    right: 10px;
    top: 11px;
    border: none;
    width: 21px;
    height: 21px;
}

.search input.ss1 {
    display: block;
}

.search input.ss2 {
    display: none;
}

.search input::-webkit-input-placeholder {
    color: #999;
}

.search input:-moz-placeholder {
    color: #999;
}

.search input::-moz-placeholder {
    color: #999;
}

.search input:-ms-input-placeholder {
    color: #999;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev {
    width: 34px;
    height: 58px;
    display: inline-block;
    background: url(../img/prev-ico.png) no-repeat;
    position: absolute;
    left: 0;
    top: calc((100% - 58px) / 2);
    z-index: 99;
    cursor: pointer;
}

.banlist .swiper-next {
    width: 34px;
    height: 58px;
    display: inline-block;
    background: url(../img/next-ico.png) no-repeat;
    position: absolute;
    top: calc((100% - 58px) / 2);
    z-index: 99;
    right: 0;
    cursor: pointer;
}

.banlist .swiper-prev:hover {
    background: url(../img/prev-ico2.png) no-repeat;
}

.banlist .swiper-next:hover {
    background: url(../img/next-ico2.png) no-repeat;
}

.home-name {
    margin: 60px 0 30px 0;
}

.homelist .box {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 30px 35px;
    margin-bottom: 34px;
}

.homelist .box .name {
    font-size: 24px;
    font-weight: bold;
    color: #2E2E2E;
    position: relative;
    margin-bottom: 35px;
}

.homelist .box .name::before {
    content: '';
    width: 50px;
    height: 3px;
    display: inline-block;
    background: url(../img/xian.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.homelist .box .list a {
    font-size: 16px;
    color: #2E2E2E;
    margin-bottom: 8px;
    display: inline-block;
}

.homelist .box .list a:hover {
    color: #004898;
    font-weight: bold;
}

.homelist .box .list span {
    color: #2E2E2E;
    margin: 0 3px;
}

.homelist .box .list span:last-of-type {
    /* display: none; */
}

.homelist .box1 {
    border-top: 2px solid #1C4499;
    background: url(../img/box-bg1.png) no-repeat;
    background-size: 100% 100%;
}

.homelist .box2 {
    border-top: 2px solid #861C99;
    background: url(../img/box-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.homelist .box3 {
    border-top: 2px solid #1C997E;
    background: url(../img/box-bg3.png) no-repeat;
    background-size: 100% 100%;
}

.homelist .box4 {
    border-top: 2px solid #99501C;
    background: url(../img/box-bg4.png) no-repeat;
    background-size: 100% 100%;
}

.homelist .box5 {
    border-top: 2px solid #1C6199;
    background: url(../img/box-bg5.png) no-repeat;
    background-size: 100% 100%;
}

.homelist .box6 {
    border-top: 2px solid #8F991C;
    background: url(../img/box-bg6.png) no-repeat;
    background-size: 100% 100%;
}

.homelist .box7 {
    border-top: 2px solid #1C2299;
    background: url(../img/box-bg7.png) no-repeat;
    background-size: 100% 100%;
}

.homelist .box8 {
    border-top: 2px solid #991C1C;
    background: url(../img/box-bg8.png) no-repeat;
    background-size: 100% 100%;
}

.homelist .box9 {
    border-top: 2px solid #1C9942;
    background: url(../img/box-bg9.png) no-repeat;
    background-size: 100% 100%;
}

.homelist .box10 {
    border-top: 2px solid #998C1C;
    background: url(../img/box-bg10.png) no-repeat;
    background-size: 100% 100%;
}

.itemlist {
    margin-top: 25px;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}

.itemlist .item {
    width: calc((100% - 32px) / 3);
    box-sizing: border-box;
    padding-left: 16px;

}

.itemlist .item .cont {
    height: 300px;
    background: #fff;
    box-sizing: border-box;
    padding: 24px 25px 0 25px;
}

.itemlist .item .title {
    width: calc(100% + 50px);
    height: 60px;
    line-height: 60px;
    position: relative;
    left: -41px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding-left: 43px;
}

.itemlist .item .title::before {
    content: '';
    width: 16px;
    height: 16px;
    background-size: cover;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.itemlist .item1 .title {
    background: #1C4499;
}

.itemlist .item2 .title {
    background: #991C1C;
}

.itemlist .item3 .title {
    background: #99741C;
}

.itemlist .item1 .title::before {
    background: url(../img/item-ico1.png) no-repeat;
}

.itemlist .item2 .title::before {
    background: url(../img/item-ico2.png) no-repeat;
}

.itemlist .item3 .title::before {
    background: url(../img/item-ico3.png) no-repeat;
}

.itemlist .item3 ul {
    margin-top: 25px;
}

.itemlist .item3 li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #EDEDED;
    margin-top: 16px;
    box-sizing: border-box;
    padding: 0 10px;
}

.itemlist .item3 li a {
    font-size: 18px;
    color: #444;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.itemlist .item3 li .more {
    width: 6px;
    height: 12px;
    background: url(../img/jt-ico.png) no-repeat;
    display: inline-block;
}

.itemlist .list {
    font-size: 18px;
    color: #444;
}

.itemlist .list p {
    line-height: 70px;
    border-bottom: 1px solid #D8D8D8;
}

.itemlist .list p:last-of-type {
    border: none;
}

.nydt img {
    width: 100%;
}

.nmain {
    padding: 50px 0;
}

.subNav {
    width: 300px;
    background: #fff;
    border-top: 2px solid #1C4499;
    padding: 10px 0;
}

.subNav .box {
    position: relative;
}

.subNav .box::before {
    content: '';
    width: calc(100% - 50px);
    height: 1px;
    background: #D8D8D8;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 25px;
}

.subNav .box:last-of-type {
    border: none;
}

.subNav .box .name {
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 18px;
    color: #1E1E1E;
    line-height: 55px;
    height: 55px;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

/* .subNav .box .name.on, */
.subNav .box .name.ons {
    background: #1C4499;
    color: #fff;
}

.subNav .box ul {
    background: #EBF1FF;
    box-sizing: border-box;
    padding: 10px 0;
    display: none;
}

.subNav .box ul.on {
    /* display: block; */
}

.subNav .box ul li {
    line-height: 35px;
    box-sizing: border-box;
    padding: 0 25px;
}

.subNav .box ul li.ons a {
    color: #1C4499;
}

.subNav .box ul li a {
    color: #6D6D6D;
    font-size: 16px;
}

.subNav .box ul li:hover a {
    color: #1C4499;
}




.content {
    width: calc(100% - 320px);
}

.crumbs {
    width: 100%;
    height: 55px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 20px;
}

.crumbs .name {
    color: #1C4499;
    font-size: 22px;
    font-weight: bold;
}

.crumbs .list {
    color: #A7A7A7;
}

.crumbs .list a {
    color: #A7A7A7;
}

.crumbs .list span:last-of-type {
    display: none;
}

.textlist {
    background: #fff;
    box-sizing: border-box;
    padding: 0 20px;
}

.textlist li {
    width: 100%;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.textlist li .title {
    font-size: 16px;
    color: #1E1E1E;
    box-sizing: border-box;
    padding-left: 15px;
}

.textlist li .title::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #1E1E1E;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 32px;
    border-radius: 50%;
}

.textlist li .dete {
    color: #1E1E1E;
    font-size: 16px;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
}

.textlist li:hover {
    border-bottom: 1px solid #004898;
}

.textlist li:hover .title {
    color: #004898;
    font-weight: bold;
}

.textlist li:hover .title::before {
    background: #004898;
}

.textlist li:hover .dete {
    /* opacity: 1; */
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #004898 !important;
    color: #fff;
    background-color: #004898 !important;
}

.list-page {
    width: 100%;
    padding: 35px 0;
}

.detail {
    background: #fff;
    padding: 40px 63px;
}

.detail .title {
    font-size: 26px;
    font-weight: bold;
    color: #1E1E1E;
    text-align: center;
}

.detail .timer {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.detail .timer>div {
    margin: 0 10px;
    color: #9E9E9E;
}

.detail .dtl {
    padding: 15px 0;
    border-top: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
}

.detail .dtl p {
    font-size: 16px;
    line-height: 40px;
    color: #333;
}

.detail-page {
    width: 100%;
    margin-top: 20px;
}

.detail-page p {
    width: 100%;
    line-height: 40px;
}

.detail-page p a {
    color: #9E9E9E;
}

.detail-page p:hover a {
    color: #1C4499;
}

/* -------------------------------- */

.list_nav {
    background: #fff;
    box-sizing: border-box;
    padding: 40px;
}

.list_nav ul {
    width: 100%;
    box-sizing: border-box;
    padding-left: 65px;
}

.list_nav ul li {
    width: 100%;
    height: auto;
    line-height: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    /* padding-left: 20px; */
    border: 1px solid #1C4499;
    position: relative;
    padding: 10px 20px;
}

.list_nav ul li::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #1C4499;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -65px;
    top: 18px;
}

.list_nav ul li::after {
    content: '';
    width: 65px;
    height: 1px;
    background: #1C4499;
    display: inline-block;
    position: absolute;
    left: -65px;
    top: 24px;
}

.list_nav ul li a {
    color: #1C4499;
    font-size: 18px;
}

.list_nav ul li:hover {
    background: #1C4499;
}

.list_nav ul li:hover a {
    color: #fff;
}

.subNav .box .name {
    position: relative;
}

.subNav .box .name .ico {
    width: 16px;
    height: 8px;
    background: url(../img/jt2.png) no-repeat;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 23px;
}

/* .subNav .box .name.on .ico, */
.subNav .box .name.ons .ico {
    background: url(../img/jt1.png) no-repeat;
}

.subNav .default_nav .name {
    height: auto;
    line-height: 25px;
    padding: 15px 25px;
}

.default_crumbs {
    flex-wrap: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
    height: auto;
}

.default_crumbs .name {
    margin-bottom: 5px;
}

.subNav .box.ons ul {
    display: block;
}