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;
}

.height-100 {
    height: 100%;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    color: #353535;
    position: relative;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 100%;
    min-width: 1500px;
    margin: 0 auto;
    /* max-width: 1920px; */
}

.clearfix {
    clear: both;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.line2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* --- */

.banlist .swiper-slide img {
    width: 100%;
}

.banlist {
    position: relative;
}

.banlist .swiper-next,
.banlist .swiper-prev {
    width: 35px;
    height: 65px;
    background: #143270;
    position: absolute;
    top: calc((100% - 60px) / 2);
    left: 0;
    cursor: pointer;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banlist .swiper-next {
    left: auto;
    right: 0;
}

.banner {
    position: relative;
}


.banner::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 138px;
    background: url(../img/topmask.png) center repeat-x;
    background-size: auto 99%;
    z-index: 9;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    margin: 0 auto;
    -webkit-transition: all .5s;
    /* padding-bottom: 10px; */
}

.navgation {
    width: 100%;
    height: 67px;
    line-height: 67px;
    /* border-top: 1px solid #e8e7e6; */
}

.header.active .navgation,
.header.active1 .navgation {
    box-sizing: border-box;
    border-top: 1px solid #e8e7e6;
}

.header .hd-nav {
    max-width: 1400px;
    margin: 0 auto;
}


.head {
    width: 100%;
    height: 110px;
    display: flex;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
}

.head h1 .logo1 {
    display: block;
}

.head h1 .logo2 {
    display: none;
}


.header.active .head h1 .logo1,
.header.active1 .head h1 .logo1 {
    display: none;
}

.header.active .head h1 .logo2,
.header.active1 .head h1 .logo2 {
    display: block;
}


.topr .rlink {
    text-align: right;
    padding-right: 30px;
}

.topr .rlink a {
    color: #fff;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
}

.topr .rlink span {
    color: #fff;
    margin: 0 8px;
    position: relative;
    top: -1px;
}

.topr .rlink a.ss {
    margin-left: 16px;
}

/* - */

.header .hd-nav {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .hd-nav li {
    line-height: 36px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    padding: 0px 20px;
}

.header .hd-nav li>a {
    display: block;
    position: relative;
    color: #fff;
    text-align: center;
}

.header.active .hd-nav li:hover>a,
.header.active .hd-nav li>a.on,
.header.active1 .hd-nav li:hover>a,
.header.active1 .hd-nav li>a.on {
    color: #143270 !important;
    font-weight: bold;
    position: relative;
}

.header .hd-nav li:hover>a,
.header .hd-nav li>a.on {
    font-weight: bold;
}

.header.active .hd-nav li:hover>a::before,
.header.active .hd-nav li>a.on::before,
.header.active1 .hd-nav li:hover>a::before,
.header.active1 .hd-nav li>a.on::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #143270;
    position: absolute;
    display: inline-block;
    left: 0;
    top: -17px;
}

.header .hd-nav li .sub-nav {
    width: 100%;
    position: absolute;
    top: 140%;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
    border-top: 1px solid #d1d1d1;
    background: rgba(0, 0, 0, .5);
}

.header .hd-nav li:hover .sub-nav {
    opacity: 1;
    visibility: inherit;
}

.header .hd-nav li .sub-nav-h {
    text-align: center;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.header .hd-nav li .sub-nav-h a {
    display: block;
    font-size: 16px;
    white-space: nowrap;
    color: #fff;
    line-height: 45px;
    text-align: center;
}

.header .hd-nav li .sub-nav-h a:hover {
    font-weight: bold;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
}

.header .hd-nav li .sub-nav.active {
    opacity: 1;
    visibility: inherit;
}


.header.active,
.header.active1 {
    position: fixed;
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.header.active .hd-nav li>a,
.header.active1 .hd-nav li>a {
    color: #202020;
}

.header .search {
    position: relative;
}

.header .search input {
    border: none;
}

.header .search input.search-in {
    width: 270px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    color: #999;
    padding-left: 20px;
    outline: none;
    background: rgba(9, 35, 52, .8);
}

.header.active .search input.search-in,
.header.active1 .search input.search-in {
    background: #dcdcdc;
}

.header.active .search input::placeholder,
.header.active1 .search input::placeholder {
    color: rgba(44, 44, 44, .8);
}

.header .search input.search-btn {
    position: absolute;
    right: 10px;
    top: 14px;
    border: none;
    width: 15px;
    height: 15px;
}

.header .search input.ss1 {
    display: block;
}

.header .search input.ss2 {
    display: none;
}

.header.active .search input.ss1,
.header.active1 .search input.ss1 {
    display: none;
}

.header.active .search input.ss2,
.header.active1 .search input.ss2 {
    display: block;
}


.search input::-webkit-input-placeholder {
    color: #fff;
}

.search input:-moz-placeholder {
    color: #fff;
}

.search input::-moz-placeholder {
    color: #fff;
}

.search input:-ms-input-placeholder {
    color: #fff;
}

.header .topr {
    display: flex;
    align-items: center;
}

.header .topr .btn {
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #143270;
    border-radius: 10px;
    margin-right: 10px;
}

.header .topr .btn a {
    color: #fff;
    font-size: 16px;
}

/* --------------------------- */

.content1 {
    box-sizing: border-box;
    padding-top: 20px;
}

.content1 .newSlide {
    width: 54.3%;
    position: relative;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    height: 430px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .swiper-slide .text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, .5);
    box-sizing: border-box;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: space-between;
}

.newSlide .swiper-slide:hover .text {
    background: rgba(20, 50, 112, .5);
}

.newSlide .swiper-slide .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.newSlide .swiper-slide .dete {
    font-size: 14px;
    color: #fff;
    opacity: .5;
}

.newSlide .swiper-next,
.newSlide .swiper-prev {
    width: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: calc((100% - 40px) / 2);
    left: 0;
    z-index: 9;
    background: #143270;
    cursor: pointer;
}

.newSlide .swiper-next img,
.newSlide .swiper-prev img {
    width: 9px;
}

.newSlide .swiper-next {
    left: auto;
    right: 0;
}

.newSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}




.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 2px solid #e6e9f0;
    margin-bottom: 28px;
}

.column .name {
    font-size: 30px;
    font-weight: bold;
    color: #143270;
    position: relative;
}

.column .name::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #143270;
    position: absolute;
    left: 0;
    bottom: -17px;
}

.column .more {
    font-size: 16px;
    color: #143270;
}

.content2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

.content2 .box {
       width: calc((100% - 280px) / 5);
    height: 55px;
    border-radius: 200px;
    border: 1px solid #05397f;
    background: #748bbb;
    box-shadow: 10px 10px 10px 0px rgb(0 0 0 / 10%);
}

.content2 .box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.content2 .box .ico {
    width: 36px;
    height: 36px;
    margin-left: 8px;
    background: #05397f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content2 .box .ico img{
   width:17px;
   height:auto;
}

.content2 .box .name {
    font-size: 16px;
}

.content2 .box .jt {
    width: 42px;
    height: 100%;
    background: url(../img/link-ico.png) no-repeat;
    background-size: cover;
}

.content2 .box:hover .jt{
    background: url(../img/link-ico2.png) no-repeat;
}

.hdjySlide {
    position: relative;
    margin: 30px 0;
}

.hdjySlide .swiper-next,
.hdjySlide .swiper-prev {
    width: 24px;
    height: 40px;
    background: #143270;
    position: absolute;
    top: calc((100% - 40px) / 2);
    left: 0;
    z-index: 99;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdjySlide .swiper-next img,
.hdjySlide .swiper-prev img {
    width: 8px;
}

.hdjySlide .swiper-next {
    left: auto;
    right: 0;
}

.hdjySlide .swiper-slide .img {
    overflow: hidden;
}

.hdjySlide .swiper-slide img {
    width: 100%;
    max-height: 255px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.hdjySlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.hdjySlide .swiper-slide .title {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.hdjySlide .swiper-slide:hover .title {
    background: rgba(20, 50, 112, .5);
}


.content1 .news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newList {
    width: 44.3%;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding: 25px 0;
}

.newList ul {
    max-height: 380px;
    box-sizing: border-box;
    padding: 0 25px;
    overflow-y: auto;
}

/* 修改滚动条的样式 */
.newList ul::-webkit-scrollbar {
    width: 12px;
    /* 滚动条宽度 */
}

/* 滚动条轨道 */
.newList ul::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    /* 滚动条轨道背景色 */
}

/* 滚动条滑块 */
.newList ul::-webkit-scrollbar-thumb {
    background-color: #143270;
    /* 滚动条滑块颜色 */
    border-radius: 6px;
    /* 滑块圆角 */
}


.newList ul li {
    box-sizing: border-box;
    padding: 15px 0;
    border-bottom: 1px solid #ededed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.newList ul li a {
    color: #242424;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    flex: 1;
    box-sizing: border-box;
    padding-right: 10px;
}

.newList ul li .dete {
    color: #242424;
    opacity: .5;
    min-width: 90px;
    transition: all 0.5s ease-in-out;
}

.newList ul li:hover {
    height: 87px;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding: 0 15px;
}

.newList ul li:hover .dete {
    position: absolute;
    right: 15px;
    bottom: 20px;
    transition: all 0.5s ease-in-out;
}

.newList ul li:hover a {
    height: 50px;
    font-weight: bold;
    color: #05397f;
    line-height: 25px;
    -webkit-line-clamp: 2;
}

/* ---------------------------- */

.content3 {
    margin-top: 30px;
}

.tzgglist .swiper-slide {
    width: 100%;
    height: 165px;
}

.tzgglist .swiper-slide::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #143270;
    position: absolute;
    top: 82px;
}

.tzgglist .swiper-slide .box {
    position: absolute;
    height: 80px;
    box-sizing: border-box;
    padding-left: 60px;
    display: flex;
    align-items: center;
}

.tzgglist .swiper-slide .box .dete {
    font-size: 16px;
    color: #afafaf;
}

.tzgglist .swiper-slide .box .title {
    font-size: 18px;
    color: #414141;
    margin-top: 5px;
    position: relative;
    box-sizing: border-box;
    padding-left: 8px;
}

.tzgglist .swiper-slide .box .title::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #05397f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.tzgglist .swiper-slide .box::before {
    content: '';
    width: 21px;
    height: 21px;
    background: url(../img/tzgg-ico3.png) no-repeat;
    display: inline-block;
    position: absolute;
    bottom: -11px;
    left: 33px;
}

.tzgglist .swiper-slide .box1,
.tzgglist .swiper-slide .box4,
.tzgglist .swiper-slide .box7 {
    left: 0;
    width: 50%;
    background: url(../img/tzgg-ico1.png) no-repeat;
}

.tzgglist .swiper-slide .box2,
.tzgglist .swiper-slide .box5,
.tzgglist .swiper-slide .box8 {
    right: 0;
    width: 50%;
    background: url(../img/tzgg-ico1.png) no-repeat;
}

.tzgglist .swiper-slide .box3,
.tzgglist .swiper-slide .box6,
.tzgglist .swiper-slide .box9 {
    bottom: 0;
    background: url(../img/tzgg-ico2.png) no-repeat;
    width: 50%;
    left: 25%;
}

.tzgglist .swiper-slide .box3::before,
.tzgglist .swiper-slide .box6::before,
.tzgglist .swiper-slide .box9::before {
    top: -13px;
    bottom: unset;
    left: -7px;
}

.tzgglist .swiper-slide .box3 a,
.tzgglist .swiper-slide .box6 a,
.tzgglist .swiper-slide .box9 a {
    display: flex;
    flex-direction: column-reverse;
}

.tzgglist .swiper-slide .box:hover .title {
    color: #05397f;
    font-weight: bold;
}

.tzgglist .swiper-slide .box:hover .dete {
    color: #05397f;
}

.tzgglist .swiper-slide .box:hover .title::before {
    width: 3px;
    height: 3px;
}

.tzgglist {
    position: relative;
}

.tzgglist .swiper-next,
.tzgglist .swiper-prev {
    width: 24px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: calc((100% - 40px) / 2);
    left: 0;
    z-index: 9;
    background: #143270;
    cursor: pointer;
}

.tzgglist .swiper-next {
    right: 0;
    left: unset;
}


/* --------------------------- */

.footer {
    width: 100%;
    height: 100%;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.footer .foot {
    height: 210px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.footer .codes {
    display: flex;
}

.footer .codes .code {
    width: 110px;
    margin-left: 10px;
}

.footer .codes .code img {
    width: 100%;
}

.footer .codes .code p {
    text-align: center;
    margin-top: 10px;
}

.footer .banq p {
    line-height: 25px;
}

.footer .yqljlinks .box {
    width: 255px;
    height: 38px;
    margin-top: 25px;
    position: relative;
    cursor: pointer;
    border: 1px solid #909ebb;
}

.footer .yqljlinks .box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    height: 38px;
    width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
}

.footer .yqljlinks .box .ico {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 38px;
    text-align: center;
    line-height: 38px;
}



.footer .yqljlinks .box ul {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    z-index:999;
    bottom: 30px;
    display: none;
    overflow-y: scroll;
}

.footer .yqljlinks .box:hover ul {
    display: block;
}

.footer .yqljlinks .box ul li {
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    margin: 0 10px;
    border-bottom: 1px dashed #ddd;
}

.footer .yqljlinks .box ul li:hover a {
    color: #143270;
}

.footer .yqljlinks .box ul li a {
    color: #333;
}

/* --------------------- */

.nmain,
.main {
    width: 100%;
    min-height:450px;
    background: url(../img/ncontentBg.jpg) center top no-repeat #fcfcfc;
}

.nbanner .header {
    position: initial;
}


.nydt {
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.subnav {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
}

.subnav a {
    color: #fff;
    box-sizing: border-box;
    padding: 15px 40px;
    background: #758cbc;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 16px;
}

.subnav a.on,
.subnav a:hover {
    background: #143270;
}

.textlist ul.info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.textlist ul.info li {
    width: 49%;
    height: 63px;
    margin-bottom: 30px;
    background: #f5f7fa;
    border-left: 3px solid #143270;
    transition: all 0.5s ease-in-out;
}

.textlist ul.info li a {
    height:100%;
    display: flex;
    align-items: center;
}

.textlist ul.info li .dete {
    width: 90px;
    height: 63px;
    background: #e9f2ff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.textlist ul.info li .dete .number{
       width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid #143270;
    line-height: 30px;
    text-align: center;
}

.textlist ul.info li .d {
    font-size: 16px;
    color: #143270;
    opacity: .5;
}

.textlist ul.info li .y {
    font-size: 18px;
    color: #143270;
    font-weight: bold;
}

.textlist ul.info li .title {
    font-size: 20px;
    color: #222;
    margin-left: 15px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all
}

.textlist ul.info li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #222;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
}

.textlist ul.info li:hover {
    background: #143270;
    background: url(../img/textlist-li-ico.png) no-repeat #143270;
    transition: all 0.5s ease-in-out;
    background-size: cover;
}

.textlist ul.info li:hover .d {
    opacity: 1;
}

.textlist ul.info li:hover .title {
    color: #fff;
    font-weight: bold;
}

.textlist ul.info li:hover .title::before {
    width: 4px;
    height: 4px;
    background: #fff;
}


.list-page {
    width: 100%;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    margin: 40px 0 40px 0;
}

.pb_sys_style1 .p_no_d {
    background: #143270;
    border: 1px solid #143270;
}

.nei-weiz {
    width: 100%;
    position: absolute;
    top: calc((100% - 115px) / 2);
}

.crumbs {
    width: 100%;
    height: 115px;
    background: url(../img/crumbs-bg.png) center left no-repeat;
    color: #fff;
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.crumbs-name {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
}

.crumbs-list {
    margin-top: 10px;
}

.crumbs-list a {
    color: #fff;
}

.con-detail {
    box-sizing: border-box;
    padding: 40px 117px;
        background: #Fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    margin-bottom: 30px;
}

.detail .title {
    font-size: 34px;
    color: #143270;
    font-weight: bold;
    text-align: center;
}

.detail .timer {
    box-sizing: border-box;
    padding-bottom: 8px;
    margin-top: 10px;
    border-bottom: 1px solid #dedede;
    display: flex;
flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.detail .timer span {
    margin: 0 10px;
    color: #292929;
    opacity: .7;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #143270 !important;
    color: #fff;
    background-color: #143270 !important;
}

.detail .timer .right {
    position: relative;
}

.detail .timer .left span {
    color: #292929;
    opacity: .5;
    margin-right: 30px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 15px 0;
}

.detail .dtl p {
    color: #292929;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0;
}

.detail-page {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 30px;
    border-top: 1px solid #dedede;

}

.detail-page a {
    color: #292929;
    font-size: 18px;
    opacity: .6;
}

.detail-page a:hover {
    color: #143270;
    opacity: 1;
}

.m-share {
    float: right;
    min-width: 160px;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

/* -------------------- */

.piclist .info {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}

.piclist .info li {
    width: calc((100% - 90px) / 3);
    margin: 0 14px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.piclist .info li .img {
    overflow: hidden;
}

.piclist .info li .img img {
    width: 100%;
    height: 250px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .info li .text {
    width: 100%;
    height: 105px;
    display: flex;
}

.piclist .info li .dete {
    width: 88px;
    height: 65px;
    background: #e9f2ff;
    border-radius: 0 20px 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-left: 2px solid #143270;
}

.piclist .info li .d {
    font-size: 20px;
    color: #143270;
}

.piclist .info li .y {
    font-size: 16px;
    color: #143270;
    opacity: .5;
}


.piclist .info li .title {
    font-size: 20px;
    color: #1e1e1e;
    border-top: 1px solid #e5e5e5;
    flex: 1;
    margin-left: 15px;
    margin-top: 18px;
    box-sizing: border-box;
    padding-top: 10px;
    padding-right: 10px;
}

.piclist .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist .info li:hover .title {
    color: #143270;
    font-weight: bold;
    border-top: 1px solid #143270;
}

.nCrumbs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 30px 0 12px 0;
    border-bottom: 1px solid #e7eaf0;
    margin-bottom: 30px;
}

.nCrumbs .crumbs-list a {
    color: #3c3c3c;
}

.crumbs-list span:last-of-type {
    display: none;
}

.crumbs-list a:last-of-type {
    color: #143270;
}

.crumbs-laft {
    display: flex;
    align-items: center;
}

.nCrumbs .col-name {
    font-size: 32px;
    color: #143270;
    font-weight: bold;
    position: relative;
}

.nCrumbs .col-name::before {
    content: '';
    width: 100%;
    height: 2px;
    background: #05397f;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -13px;
}


.subnav2 a {
    color: #272727;
    font-size: 18px;
    margin-left: 27px;
    position: relative;
}

.subnav2 a.on,
.subnav2 a:hover {
    color: #143270;
    font-weight: bold;
}

.subnav2 a:hover::before,
.subnav2 a.on::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #143270;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -22px;
}


/* -------------------- */

/* -- */
.picslide2 {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto 30px auto;
}

.picslide2 .swiper-wrapper {
    position: relative;
    left: 18%;
}

.picslide2 .swiper-slide {
    width: 905px;
}

.picslide2 .swiper-slide .img {
    overflow: hidden;
}

.picslide2 .swiper-slide .img img {
    width: 100%;
    height: 510px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picslide2 .swiper-slide .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    font-size: 18px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s ease-in-out;
}


.picslide2 .swiper-slide-active .title {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.picslide2 .swiper-slide-active:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picslide2 .swiper-pagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 14%;
}

.picslide2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.picslide2 .swiper-pagination-bullet-active {
    background: #fff;
}

.picslide2 .swiper-next,
.picslide2 .swiper-prev {
    width: 34px;
    height: 70px;
    background: #143270;
    position: absolute;
    top: calc((100% - 70px) / 2);
    z-index: 99;
    border-radius: 0 200px 200px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picslide2 .swiper-next {
    right: 17.3%;
    border-radius: 200px 0 0 200px;
}

.picslide2 .swiper-prev {
    left: 18%;
}

/* ------------------------ */
.mbheader {
    width: 100%;
    height: 60px;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    background: #fff;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-con .logo {
    flex: 1;
    box-sizing: border-box;
    padding-right: 20px;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo img {
   max-width: 100%;
    max-height: 60px;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #00157C;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    z-index: 999;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #3B8BB9
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px;
}

/* -------- */

.searchlist ul.info li {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 15px;
}

.searchlist ul.info li a {
    flex-direction: column;
    align-items: flex-start;
}

.searchlist ul.info li .dete {
    width: 100%;
    height: auto;
    align-items: flex-start;
    background: unset;
    color: #666;
}

.searchlist ul.info li .title {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 10px 0;
}

.searchlist ul.info li .desc {
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.searchlist ul.info li:hover .dete,
.searchlist ul.info li:hover .title,
.searchlist ul.info li:hover .desc {
    color: #fff;
}

.crumbs-nav2{
   margin-bottom: 35px;
}

.crumbs-nav2 .box a{
    color: #272727;
    font-size: 16px;
       margin-right: 20px;
}

 .crumbs-nav2 .box a.on{
     color: #143270;
    font-weight: bold;
    padding-bottom: 8px;
    border-bottom: 3px solid #143270;
 }