.head {
    width: 100%;
    height: 200px;
    background: url(../img/headerBg.jpg) center no-repeat;
    background-size: cover;
}

.head .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head h1 {
    width: 72%;
}

.head h1 img {
    width: 100%;
}

.searchBox .link {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.searchBox .link a {
    color: #fff;
}

.searchBox .link span {
    display: block;
    margin: 0 15px;
}

.search {
    position: relative;
    margin-top: 15px;
}

.search input {
    border: none;
}

.search input.search-in {
    width: 240px;
    height: 44px;
    border-radius: 5px;
    line-height: 44px;
    box-sizing: border-box;
    color: #999;
    padding-left: 15px;
    padding-right: 40px;
    outline: none;
    border: 1px solid #004898;
    background: #fff;
    font-size: 16px;
}

.search input.search-in::placeholder {
    color: #999;
}

.search .search-btn {
    position: absolute;
    right: 15px;
    top: 15px;
    border: none;
    width: 15px;
    height: 15px;
    background: url(../img/ss.png) no-repeat;
}



.navigation {
    width: 100%;
    height: 70px;
}

.nav {
    height: 70px;
    display: flex;
    align-items: center;
}

.nav .nli {
    flex: 1;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav li h3 {
    position: relative;
}

.nav .nli.li2 .sub li:first-of-type {
    display: none;
}

.nav li h3::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 2px solid #005692;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -22px;
    transition: all 0.5s ease-in-out;
}

.nav li:hover h3::before,
.nav li.on h3::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.nav li h3 a {
    font-size: 20px;
    color: #262626;
    font-weight: bold;
}

.nav li.on h3 a {
    color: #005692;
    font-weight: bold;
}

.nav li h3 a:hover {
    color: #005692;
    font-weight: bold;
}

.nav .sub li {
    width: 100%;
}

.nav .li3 .sub {
    /* display: none; */
}

.nav .sub {
    width: 100%;
    top: 100%;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    line-height: 60px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 99;
}


.nav li:hover .sub {
    opacity: 1;
    visibility: visible;
}

.nav .sub li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    width: 100%;
    margin: 0;
    position: relative;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.nav .sub a:hover {
    background: #005692;
}

.nav .on h3 a,
.nav .nLi:hover h3 a {
    font-weight: bold;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-slide-active img {
    animation: img_scale linear 4s;
}


@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }

}

.banlist .swiper-next,
.banlist .swiper-prev {
    position: absolute;
    width: 34px;
    height: 58px;
    background: rgba(0, 86, 146, .8);
    position: absolute;
    cursor: pointer;
    z-index: 99;
    left: 0;
    top: calc((100% - 58px) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.banlist .swiper-next {
    left: auto;
    right: 0;
}

.banlist .swiper-next:hover,
.banlist .swiper-prev:hover {
    background: #005692;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 65px 0 25px 0;
}

.column .title {
    font-size: 30px;
    font-weight: bold;
    color: #262626;
    display: flex;
    align-items: center;
}

.column .title::before {
    content: '';
    width: 39px;
    height: 34px;
    display: inline-block;
    background: url(../img/column-title-ico.svg) center no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.column .more {
    opacity: .5 !important;
}

.column .more:hover {
    opacity: 1 !important;
}

.content1 {
    width: 100%;
    background: url(../img/content1Bg.png) center no-repeat;
    background-size: cover;
}


.newlist {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.newlist .box {
    width: calc((100% - 121px) / 4);
    margin-right: 40px;
    padding-bottom: 10px;
    position: relative;
}

.newlist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #005692;
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s ease-in-out;
    bottom: 0;
}

.newlist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.newlist .box:nth-child(4n) {
    margin-right: 0;
}

.newlist .box .dete {
    width: 114px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    box-sizing: border-box;
    border: 1.06px solid#005692;
    color: #005692;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newlist .box .dete::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/dete-ico.svg) no-repeat;
    margin-right: 3px;
}

.newlist .box:hover .dete::before {
    background: url(../img/dete-ico2.svg) no-repeat;
}

.newlist .box .title {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    height: 25px;
    margin: 15px 0 10px 0;
}

.newlist .box .desc {
    color: #B8B8B8;
    line-height: 25px;
    height: 50px;
}

.newlist .box:hover .dete {
    background: #005692;
    color: #fff;
}

.newlist .box:hover .title {
    color: #005691;
}

.newImg {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new_left {
    width: 31.5%;
}

.new_left .box .img {
    overflow: hidden;
}

.new_left .box .img img {
    width: 100%;
    /* height: 222px; */
    object-fit: cover;
    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;
}

.new_left .box .title {
    width: 100%;
    height: 51px;
    line-height: 51px;
    font-weight: bold;
    background: #fff;
    color: #333333;
    box-sizing: border-box;
    padding: 0 15px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.new_left .box: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);
}

.new_right {
    width: 68.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.new_right .box {
    width: 50%;
}

.new_right .box a {
    display: flex;
}

.new_right .box .img {
    overflow: hidden;
    width: 203px;
}

.new_right .box .img img {
    width: 100%;
    /* height: 115px; */
    object-fit: cover;
    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;
}

.new_right .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 0 25px 0 30px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.new_right .box .dete {
    color: #005692;
    display: flex;
    align-items: center;
}

.new_right .box .dete img {
    margin-right: 3px;
}

.new_right .box .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 50px;
    margin: 10px 0 15px 0;
}

.new_right .box .more {
    opacity: .3;
}

.new_right .box: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);
}

.new_right .box:hover .title {
    color: #005691;
}

.new_right .box:hover .tt {
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.new_right .box:hover .more {
    opacity: 1;
}

.content2 {
    width: 100%;
    height: 377px;
    /* background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover; */

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/content2Bg.jpg);

    position: relative;
}

.tzgg-xian {
    width: 100%;
    height: 0;
    display: inline-block;
    border-top: 1px solid #005692;
    position: absolute;
    left: 0;
    top: 259px;
}

.tzggSlide {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.tzggSlide .swiper-slide .dete {
    display: flex;
    flex-direction: column;
    width: 65px;
    align-items: center;
}

.tzggSlide .swiper-slide .d {
    width: 54px;
    height: 49px;
    font-size: 24px;
    color: #005692;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/dete-bg.png) center no-repeat;
    margin-bottom: 3px;
}

.tzggSlide .swiper-slide .y {
    font-size: 15px;
    color: #005692;
    text-align: center;
}

.tzggSlide .swiper-slide .ico {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #005692;
    margin: 33px 0 15px 0;
    background: #fff;
    margin-left: 25px;
    position: relative;
}

.tzggSlide .swiper-slide .ico::before {
    content: '';
    width: 0;
    height: 23px;
    display: inline-block;
    border-left: 1px solid #005692;
    position: absolute;
    left: 6px;
    bottom: 100%;
}

.tzggSlide .swiper-slide .title {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #333;
}

.tzggSlide .swiper-slide:hover .title {
    color: #005692;
}

.tzggSlide .swiper-slide:hover .d {
    background: url(../img/dete-bg2.png) center no-repeat;
    color: #fff;
}

.tzggSlide .swiper-next {
    width: 33px;
    height: 33px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
    background: url(../img/tzgg-next.png) no-repeat;
}

.tzggSlide .swiper-next:hover {
    background: url(../img/tzgg-next-on.png) no-repeat;
}

.tzggSlide .swiper-prev {
    width: 33px;
    height: 33px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 42px;
    cursor: pointer;
    z-index: 99;
    background: url(../img/tzgg-prev.png) no-repeat;
}

.tzggSlide .swiper-prev:hover {
    background: url(../img/tzgg-prev-on.png) no-repeat;
}

.zlxzlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.zlxzlist .box {
    width: calc((100% - 61px) / 3);
    height: 134px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #F4F4F4;
    box-shadow: 21px 20px 30px 0px rgba(0, 0, 0, 0.3);
    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-right: 30px;
    margin-bottom: 30px;
    padding: 0 23px;
    display: flex;
    align-items: center;
    position: relative;
}

.zlxzlist .box::before {
    content: '';
    width: 158px;
    height: 97px;
    opacity: 0;
    display: inline-block;
    background: url(../img/zlxzBg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 22px;
    bottom: 16px;
    transition: all 0.5s ease-in-out;
}

.zlxzlist .box:hover::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.zlxzlist .box:nth-child(3n) {
    margin-right: 0;
}

.zlxzlist .box .title {
    line-height: 25px;
    color: #313131;
    height: 50px;
    margin-bottom: 15px;
}

.zlxzlist .box .dete {
    width: 87px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #999;
    border-radius: 4px;
    background: #EBF7FF;
    opacity: .5;
}

.zlxzlist .box:hover {
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.zlxzlist .box:hover .title {
    color: #005692;
}

.zlxzlist .box:hover .dete {
    color: #005692;
    opacity: 1;
}

/* 实验安排 */

.syaplist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_ul {
    width: 32.5%;
    height: 303px;
    background: #fff;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}

.list_ul .box {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.list_ul .box:last-of-type {
    border: none;
}

.list_ul .box .dete {
    color: #8E8F91;
    display: flex;
    align-items: center;
}

.list_ul .box .dete::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/dete-ico3.svg) center no-repeat;
    margin-right: 5px;
}

.list_ul .box .dete img {
    margin-right: 3px;
    display: none;
}

.list_ul .box .title {
    line-height: 25px;
    height: 25px;
    text-align: justify;
    color: #333;
    margin-top: 5px;
}

.list_ul .box:hover .title {
    color: #005692;
}

.list_ul .box:hover .dete {
    color: #005692;
}

.list_ul .box:hover .dete::before {
    background: url(../img/dete-ico.svg) center no-repeat;
}

.list_img {
    width: calc(35% - 52px);
}

.list_img .box .img {
    overflow: hidden;
}

.list_img .box .img img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    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;
}

.list_img .box .title {
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-weight: bold;
    color: #005692;
    border-bottom: 1px solid #005692;
    text-align: center;
}

.list_img .box: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);
}

.jscxSlide {
    width: 100%;
    position: relative;
}

.jscxSlide .swiper-slide {
    overflow: hidden;
}

.jscxSlide .swiper-slide a {
    width: 100%;
}

.jscxSlide .swiper-slide .img {
    overflow: hidden;
}

.jscxSlide .swiper-slide .img img {
    width: 100%;
    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;
}

.jscxSlide .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);
}

.ndbg_kjan {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ndbg_kjan .ndbg,
.ndbg_kjan .kjan {
    width: calc((100% - 30px) / 2);
}

.kjanlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kjanlist .box {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
}

.kjanlist .box:nth-child(3),
.kjanlist .box:nth-child(4) {
    margin: 0;
}

.kjanlist .box .img img {
    width: 100%;
    height: 110px;
    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;
}

.kjanlist .box: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);
}

.ndbglist .box {
    width: 100%;
    padding: 20px 0 11px 0;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.ndbglist .box .dete {
    color: #8E8F91;
    display: flex;
    align-items: center;
}

.ndbglist .box .dete img {
    margin-right: 3px;
}

.ndbglist .box .title {
    line-height: 25px;
    color: #333;
    height: 25px;
    margin-top: 5px;
}

.ndbglist .box:hover .title {
    color: #005692;
}

.main {
    width: 100%;
    background: url(../img/mainBg.jpg) bottom center no-repeat;
    background-size: 100% auto;
    position: relative;
}

.pull-left {
    float: left;
}

.yxglzdlist {
    width: 100%;
}

.main::before {
    content: '';
    width: 382px;
    height: 237px;
    display: inline-block;
    background: url(../img/main-icon1.png) center no-repeat;
    position: absolute;
    left: 0;
    top: 20%;
}

.main::after {
    content: '';
    width: 382px;
    height: 237px;
    display: inline-block;
    background: url(../img/main-icon1.png) center no-repeat;
    position: absolute;
    right: 0;
    bottom: 38%;
}

.contentBox {
    width: 100%;
    background: url(../img/contentBoxBg.png) center top no-repeat;
    background-size: cover;
    background-position-y: 260px;
}

.banq {
    width: 100%;
    background: #005692;
    padding: 10px 0;
}

.banq .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.banq .text {
    color: #fff;
    width: calc(100% - 270px);
    line-height: 25px;
}

.banq .text br {
    display: none;
}

.banq .text a {
    color: #fff;
}

.yqlj .box {
    width: 248px;
    height: 40px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid rgba(255, 255, 255, .3);
}

.yqlj .box ul {
    width: 100%;
    background: #fff;
    position: absolute;
    bottom: 100%;
    left: 0;
    box-sizing: border-box;
    padding: 15px;
    display: none;
}

.yqlj .box ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

/* .yqlj .box:hover ul {
    display: block;
} */

.yqlj .box ul li a {
    color: #333;
    font-size: 16px;
}

.yqlj .box ul li a:hover {
    color: #005692;
}

.yqlj .box h3 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 18px;
    font-size: 16px;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.yqlj .box h3::before {
    content: '';
    width: 16px;
    height: 8px;
    display: inline-block;
    background: url(../img/jt-ico.png) center no-repeat;
    position: absolute;
    right: 18px;
    top: 15px;
}

.footer {
    width: 100%;
}

.foot {
    width: 100%;
}

.foot .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 80px 0;
}

.ftlogo {
    width: 46%;
}

.ftlogo img {
    width: 100%;
}

.foot .code {
    width: 20%;
    display: flex;
    justify-content: flex-end;
}

.foot .code .box {
    margin-left: 30px;
}

.foot .code img {
    width: 110px;
    height: 110px;
}

.foot .code p {
    text-align: center;
    color: #39608A;
    font-size: 13px;
    margin-top: 10px;
}

.contact {
    width: 18%;
}

.contact p {
    line-height: 25px;
    color: #292929;
    font-size: 16px;
    margin: 10px 0;
}

.contact p img {
    margin-right: 8px;
}

.nydt {
    width: 100%;
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    height: 81px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 9;
}

.crumbs::before {
    content: '';
    width: 77.5%;
    height: 100%;
    display: inline-block;
    background: url(../img/crumbsBg.png) center left no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.crumbs .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    background: url(../img/crumbsBg.png) center left no-repeat;
    background-size: 100% 100%;
}

.crumbs .name {
    font-size: 30px;
    font-weight: bold;
    color: #1E1E1E;
    display: flex;
    align-items: center;
}

.crumbs .name::before {
    content: '';
    width: 39px;
    height: 34px;
    display: inline-block;
    background: url(../img/column-title-ico.png) center no-repeat;
    background-size: cover;
    margin-right: 10px;
}

.crumbs .list {
    display: flex;
    align-items: center;
    color: #909090;
    box-sizing: border-box;
    padding-right: 45px;
}

.crumbs .list span {
    margin: 0 2px;
}

.crumbs .list a {
    color: #909090;
}

.content_box {
    width: 100%;
    box-sizing: border-box;
    padding-top: 60px;
    position: relative;
    z-index: 99;
}

.content_box .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 290px;
    background: #fff;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
}

.subNav li {
    width: 100%;
}

.subNav li.on {
    background: #005692;
}

.subNav li h3 {
    line-height: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 0 30px;
    position: relative;
}

.subNav li h3 a {
    width: 100%;
    height: 100%;
    display: inline-block;
    font-size: 20px;
    color: #1E1E1E;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.subNav li h3 .icon {
    content: '';
    width: 8px;
    height: 17px;
    display: inline-block;
    background: url(../img/nav-jt.png) center no-repeat;
    position: absolute;
    right: 10px;
    top: 12px;
    padding: 10px;
    transform: rotate(0);
    transition: all 0.5s ease-in-out;
}

.subNav li h3 .icon-up {
    /* 旋转90度 */
    transform: rotate(90deg);
    transition: all 0.5s ease-in-out;
}

.subNav li.on h3 .icon {
    width: 9px;
    height: 18px;
    background: url(../img/nav-jt-on.svg) center no-repeat;
    transform: rotate(-90deg);
    transition: all 0.5s ease-in-out;
}

.subNav li.on h3 .icon.on {
    transform: rotate(0);
    transition: all 0.5s ease-in-out;
}

.subNav li.on h3 a {
    border: none;
    color: #fff;
    font-weight: bold;
}

.subNav li .sub {
    box-sizing: border-box;
    padding: 20px 0;
    background: #EDF8FF;
    display: none;
}

.subNav li .sub ul {
    width: 100%;
}

.subNav li.on .sub {
    display: block;
}

.subNav li .sub li {
    width: 100%;
    line-height: 45px;
    position: relative;
    box-sizing: border-box;
    padding-left: 40px;
    background: #CAE3F3;
}

.subNav li .sub li:nth-child(2n) {
    background: #D6E9F4;
}

.subNav li .sub li::before {
    content: '';
    width: 6px;
    height: 12px;
    display: inline-block;
    background: url(../img/nav-jt-on.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 32px;
    top: 17px;
    opacity: 0;
}

.subNav li .sub li:hover,
.subNav li .sub li.on {
    background: #005692;
    background: #55A7DB;
    box-shadow: inset 0px 4px 15px 0px rgba(0, 86, 146, 0.8);
}

.subNav li .sub li.on a,
.subNav li .sub li:hover a {
    color: #fff;
    font-weight: bold;
}

.subNav li .sub li.on::before,
.subNav li .sub li:hover::before {
    opacity: 1;
}

.subNav li .sub li a {
    color: #1E1E1E;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.ncontent {
    width: calc(100% - 290px - 40px);
}

.textlist .box {
    width: 100%;
    height: 65px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 20px;
}

.textlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlist .box .title {
    color: #2A2A2A;
    flex: 1;
    line-height: 25px;
    height: 25px;
}

.textlist .box .dete {
    width: 120px;
    color: rgba(0, 0, 0, .3);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.textlist .box .dete::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/dete-ico3.png) center no-repeat;
    background-size: cover;
    margin-right: 3px;
}

.textlist .box:hover {
    background: #005692;
}

.textlist .box:hover .title {
    color: #fff;
}

.textlist .box:hover .dete {
    color: #fff;
}

.textlist .box:hover .dete::before {
    background: url(../img/dete-ico2.png) center no-repeat;
    background-size: cover;
}

.piclist .box {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.piclist .box a {
    display: flex;
    flex-wrap: wrap;
}

.piclist .box .img {
    width: 350px;
    overflow: hidden;
}

.piclist .box .img img {
    width: 100%;
    height: 195px;
    object-fit: cover;
    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 .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 25px 30px;
}

.piclist .box .title {
    color: #272727;
    line-height: 25px;
    height: 25px;
}

.piclist .box .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #9E9E9E;
    margin: 10px 0 25px 0;
}

.piclist .box .dete {
    width: 114px;
    height: 32px;
    line-height: 32px;
    box-sizing: border-box;
    border: 1.06px solid #005692;
    color: #005692;
    text-align: center;
}

.piclist .box .dete::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../img/dete-ico.png) no-repeat;
    margin-right: 3px;
}

.piclist .box:hover {
    background: linear-gradient(180deg, #F2FAFF 0%, #FFFFFF 100%);
}

.piclist .box: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 .box:hover .title {
    font-weight: bold;
    color: #005692;
}

.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 62px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 22.5px 0px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    padding: 20px;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    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;
}

.picture .box .title {
    line-height: 30px;
    height: 60px;
    text-align: justify;
    color: #373737;
    margin-top: 10px;
}

.picture .box:hover {
    background: linear-gradient(180deg, #F0F8FF 0%, #FFFFFF 100%);
    box-sizing: border-box;
    border: 1px solid #005692;
}

.picture .box: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);
}

.picture .box:hover .title {
    color: #005692;
    font-weight: bold;
}

.detail {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 60px 140px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.detail.danye {
    padding: 40px 20px;
}

.detail .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #373737;
}

.detail .timer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px 0 10px 0;
    color: #9E9E9E;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.detail .timer span {
    margin: 0 35px;
}

.detail .timer a {
    color: #9E9E9E;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 15px 0;
}

.detail .dtl p {
    font-size: 18px !important;
    line-height: 30px !important;
    text-align: justify;
    color: #0A0A0A;
    margin: 5px 0;
}

.detail .dtl span {
    font-size: 18px !important;
    line-height: 30px !important;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100%;
    height: auto;
}

.pager {
    width: 100%;
}

.pager li {
    width: 100%;
    line-height: 50px;
    height: 50px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 30px;
}

.pager li a {
    width: 100%;
    font-size: 18px;
    color: #9E9E9E;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pager li:hover {
    background: #005692;
}

.pager li:hover a {
    color: #fff;
}

.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid #C8A163;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #3d3d3d;
    padding: 0 15px;
}

.pagination li a:hover,
.pagination li.active a {
    color: #fff;
    background: #005692;
}

.sch-form {
    display: block;
    background: #fff;
    position: relative;
    box-shadow: 0 0 10px #ccc;
    padding: 15px 0;
    margin-bottom: 30px;
}

.sch-form .sch-input {
    border: none;
    background: #fff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #aaa;
    box-sizing: border-box;
    padding-left: 20px;
    outline: none;
}

.sch-form .sch-btn {
    position: absolute;
    right: 20px;
    top: 20px;
    background: #fff;
    border: none;
    line-height: 30px;
    cursor: pointer;
    color: #aaa;
    font-weight: bold;
}

.sch-form .sch-btn .layui-icon {
    font-size: 18px;
}

.searchList .box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.searchList .box .title {
    color: #333;
    line-height: 25px;
    height: 25px;
}

.searchList .box .desc {
    color: #666;
    line-height: 23px;
    height: 46px;
    margin: 10px 0;
}

.searchList .box .dete {
    color: #666;
}

/* --------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: url(../img/headerBg.jpg) center no-repeat;
    background-size: cover;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 45px;
}

.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: #fff;
    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: 9999;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    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: #008A56
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.textlist2 .box a {
    align-items: flex-start;
    flex-direction: column;
}

.textlist2 .box .desc {
    color: #666;
    line-height: 25px;
    margin-top: 10px;
}

/* .textlist2 .box .desc p,
.textlist2 .box .desc span {
    text-indent: 0 !important;
} */

.textlist2 .box:hover .desc {
    color: #fff;
    opacity: .6;
}

.cyptlist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.cyptlist li {
    width: calc((100% - 41px) / 3);
    margin-bottom: 20px;
    margin-right: 20px;
}

.cyptlist li:nth-child(3n) {
    margin-right: 0;
}

.cyptlist li .img {
    overflow: hidden;
}

.cyptlist li .img img {
    width: 100%;
    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;
}

.cyptlist 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);
}

/* .banLink {
    width: 100%;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
}

.banLink .container {
    text-align: right;
}

.banLink a {
    width: 140px;
    height: 50px;
    background: rgba(255, 255, 255, .5);
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
} */