.footer {
    width: 100%;
    /* height: 316px; */
    background: url(../images/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.banq {
    width: 100%;
    padding: 18px 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.banq p {
    text-align: center;
    line-height: 25px;
    color: rgba(255, 255, 255, .8);
}

.banq p br {
    display: none;
}

.banq p a {
    color: rgba(255, 255, 255, .8);
}

.foot .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qrCode .img {
    /* background: #fff; */
    width: 106px;
    height: 106px;
    border-radius: 5px;
    /* box-sizing: border-box; */
    /* padding: 10px; */
}

.qrCode img {
    width: 100%;
    display: block;
}

.qrCode p {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.foot {
    padding: 65px 0 55px 0;
}

.contact {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact .box {
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.contact .box p {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin: 5px 0;
}

.contact .box .icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
}

.contact .box .icon::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../images/contact-icon.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: rotategz linear 30s infinite;
}

@keyframes rotategz {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.banner {
    width: 100%;
    position: relative;
}

.banner_home::before {
    content: '';
    width: 100%;
    height: 324px;
    display: inline-block;
    background: url(../images/mark.png) top center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
}

.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banlist .swiper-slide img {
    width: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.banlist .swiper-slide-active img,
.banlist .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.banlist .swiper-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 30px;
}

.banlist .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    opacity: 1;
    margin: 0 3px;
}

.banlist .swiper-pagination-bullet-active {
    width: 31px;
    height: 34px;
    display: inline-block;
    background: url(../images/yinxing.png) center no-repeat;
    background-size: 100% 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 60px;
    height: 60px;
    background: rgba(17, 80, 189, 0.2);
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    z-index: 11;
    cursor: pointer;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.banlist .swiper-next {
    left: auto;
    right: 60px;
}

.column {
    width: 100%;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #EAEAEA;
    margin-bottom: 35px;
}

.column .title {
    font-size: 30px;
    font-weight: bold;
    color: #181818;
    position: relative;
}

.column .title::before {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
    border-top: 2px solid #1150BD;
    position: absolute;
    left: 0;
    bottom: -17px;
}

.column .more {
    color: #181818;
    opacity: .3;
}

.main-news {
    width: 100%;
    padding: 60px 0;
    position: relative;
}

.main-news .icon1 {
    position: absolute;
    left: 0;
    top: 98px;
}

.main-news .icon2 {
    position: absolute;
    right: 0;
    bottom: 62px;
}

.main-news .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xwdt {
    width: 67.85%;
}

.kygg {
    flex: 1;
    padding-left: 40px;
}

.kygg ul li {
    width: 100%;
    margin-bottom: 28px;
}

.kygg ul li:last-of-type {
    margin: 0;
}

.kygg ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kygg ul li .date {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 59px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #DEEEFF;
}

.kygg ul li .date .d {
    font-size: 24px;
    flex: 1;
    color: #1150BD;
}

.kygg ul li .date .y {
    width: 100%;
    height: 25px;
    color: #1150BD;
    line-height: 25px;
    text-align: center;
    background: #DEEEFF;
}

.kygg ul li .title {
    flex: 1;
    line-height: 30px;
    max-height: 60px;
    text-align: justify;
    color: #333;
    box-sizing: border-box;
    padding-left: 15px;
}

.kygg ul li:hover .title {
    font-weight: bold;
    color: #1150BD;
}

.kygg ul li:hover .date {
    box-sizing: border-box;
    border: 1px solid #1150BD;
}

.kygg ul li:hover .y {
    background: #1150BD;
    color: #fff;
}

.newlist ul li .date img {
    width: 14px;
    height: 14px;
    margin-right: 5px;
    margin-top: -3px;
}

.newBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide {
    width: 445px;
    position: relative;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.newSlide .swiper-slide .img {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
}

.newSlide .swiper-slide .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.newSlide .swiper-slide .text {
    width: 100%;
    height: 165px;
    background: #1150BD;
    box-sizing: border-box;
    padding: 20px;
    color: #fff;
}

.newSlide .swiper-slide .title {
    font-weight: bold;
}

.newSlide .swiper-slide .desc {
    line-height: 25px;
    text-align: justify;
    opacity: .5;
    margin: 10px 0 20px 0;
}

.newSlide .swiper-slide .dater {
    display: flex;
    align-items: center;
}

.newSlide .swiper-slide .date {
    margin-right: 10px;
}

.newSlide .swiper-slide .date img {
    height: 14px;
    margin-right: 5px;
    margin-top: -3px;
}

.newSlide .swiper-slide .click img {
    height: 10px;
    margin-top: -3px;
    margin-right: 5px;
}

.newSlide .swiper-pagination {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.newSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: .5;
    margin: 0 2px;
}

.newSlide .swiper-pagination-bullet-active {
    opacity: 1;
}

.newlist {
    flex: 1;
    box-sizing: border-box;
    padding-left: 32px;
}

.newlist ul {
    position: relative;
}

.newlist ul::before {
    content: '';
    width: 0;
    height: calc(100% - 14px);
    display: inline-block;
    border-left: 1px solid #EBEBEB;
    position: absolute;
    left: 0;
    top: 10px;
}

.newlist ul li {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.newlist ul li:last-of-type {
    margin: 0;
    border: 0;
    padding-bottom: 0;
}

.newlist ul li .title {
    color: #0B0B0B;
    line-height: 26px;
    height: 26px;
    margin-bottom: 5px;
}

.newlist ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #D8D8D8;
    border-radius: 50%;
    position: absolute;
    left: -2px;
    top: 12px;
}

.newlist ul li .date {
    color: #AFAFAF;
}

.newlist ul li:hover .title {
    color: #004898;
    font-weight: bold;
}

.newlist ul li:hover::before {
    background: #004898;
}

.main-yqsb {
    width: 100%;
    background: url(../images/main-yqsb-bg.png) center top no-repeat;
    background-size: 100% auto;
    padding: 60px 0;
}

.yqsb .column {
    border-bottom: 2px solid rgba(0, 72, 152, 0.1);
}

.yqsbSlide .swiper-slide .img {
    width: 100%;
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 11;
}

.yqsbSlide .swiper-slide .picImg {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 0 15px 15px;
}

.yqsbSlide .swiper-slide .picImg::before {
    content: '';
    height: 164px;
    width: calc(100% - 15px);
    background: #1150BD;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.yqsbSlide .swiper-slide .title {
    color: #1D1D1D;
    line-height: 60px;
    height: 60px;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.yqsbSlide .swiper-slide .title::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #EE9640;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.yqsbSlide .swiper-slide:hover .title {
    color: #1150BD;
    font-weight: bold;
}

.yqsbSlide .swiper-slide:hover .picImg::before {
    background: #1150BD;
}

.yqsbSlide .swiper-slide:hover .title::before {
    width: 100%;
}

.yqsbSlide .swiper-pagination1 {
    text-align: center;
    margin-top: 30px;
}

.yqsbSlide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #B6D8FF;
    opacity: 1;
    margin: 0 2.5px;
}

.yqsbSlide .swiper-pagination-bullet-active {
    background: #1150BD;
}

.yqlj {
    width: 100%;
    height: 68px;
    background: #FFFFFF;
    margin-top: 50px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 20px;
}

.yqlj .name {
    font-size: 22px;
    font-weight: bold;
    color: #004898;
}

.yaljSlide {
    width: calc(100% - 110px);
}

.yaljSlide .swiper-slide a {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #2C2C2C;
}

.yaljSlide .swiper-slide:hover a {
    color: #004898;
    font-weight: bold;
}


.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}


.head {
    box-sizing: border-box;
    padding: 25px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

h1 img {
    height: 70px;
}

.head .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchText {
    display: flex;
    align-items: center;
}

.toplink a {
    font-size: 16px;
    color: #fff;
}

.search {
    width: 300px;
    height: 45px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-left: 30px;
}

.search .search-in {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    box-sizing: border-box;
    padding: 0 18px;
    font-size: 16px;
}

.search .search-in::placeholder {
    color: #9E9E9E;
}

.search .search-btn {
    width: 20px;
    height: 20px;
    background: url(../images/ss.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 18px;
    top: 12px;
}

.navgation {
    width: 100%;
}

.nav {
    display: flex;
    justify-content: space-between;
}

.nav .nli {
    position: relative;
}

.nav .nli::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    transition: all 0.5s ease-in-out;
}


.nav .nli h3 {
    line-height: 85px;
    height: 85px;
}

.nav .nli h3 a {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.nav .nli .sub {
    display: none;
    width: 130px;
    position: absolute;
    left: 50%;
    top: calc(100% - 15px);
    transform: translateX(-50%);
    background: linear-gradient(180deg, #E9F5FF 51%, #FFFCF6 84%);
    padding: 20px 0;
}

.nav .nli .sub li {
    text-align: center;
    margin-bottom: 20px;
}

.nav .nli .sub li:last-of-type {
    margin-bottom: 0;
}

.nav .nli .sub li a {
    font-size: 16px;
    color: #2E2E2E;
}

.nav .nli .sub li:hover a {
    color: #1150BD;
    font-weight: bold;
}

.nav .nli:hover .sub {
    display: block;
}

.nav .nli.on::before,
.nav .nli:hover::before {
    width: 100%;
}

.header_active {
    background: #1150BD;
}

.nydt {
    width: 100%;
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 11;
}

.crumbs .list {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    background: rgba(17, 80, 189, 0.4);
    backdrop-filter: blur(10px);
    box-sizing: border-box;
    padding: 0 20px;
    color: #fff;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span:last-of-type {
    display: none;
}

.nheader {
    position: relative;
    background: #1150BD;
}

.nmain {
    width: 100%;
    padding: 50px 0 60px 0;
    background: url(../images/nmainBg.png) center top no-repeat;
    background-size: cover;
}

.nmain .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 254px;
    box-sizing: border-box;
    padding: 0 10px;
    background: #1150BD;
}

.subNav .name {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 82px;
    height: 82px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.subNav ul {
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    box-sizing: border-box;
    padding: 5px 25px;
}

.subNav ul.nav_0 {
    display: none;
}

.subNav ul li {
    width: 100%;
    padding: 18px 0;
    border-bottom: 1px solid #E7E7E7;
}

.subNav ul li h3 {
    width: 100%;
    position: relative;
}

.subNav ul li h3::before {
    content: '>';
    position: absolute;
    right: 0;
    color: #B6B6B6;
    top: 50%;
    transform: translateY(-50%);
}

.subNav ul li:last-of-type {
    border: none;
}

.subNav ul li h3 a {
    color: #2C2C2C;
    font-size: 18px;
}

.subNav ul li.on h3 a,
.subNav ul li:hover h3 a {
    color: #1150BD;
    font-weight: bold;
}

.subNav ul li.on h3::before,
.subNav ul li:hover h3::before {
    color: #1150BD;
}

.subNav .nav_sub {
    margin-top: 15px;
}

.subNav .nav_sub a {
    color: #666;
    width: 100%;
    display: block;
    padding: 5px 0;
   font-size: 16px;
}

.subNav .nav_sub a.on {
    font-weight: bold;
    color: #1150BD;
}

.ncontent {
    width: calc(100% - 254px - 40px);
}

.textlist ul li {
    width: 100%;
    height: 65px;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #EAEAEA;
    padding: 0 20px;
    margin-bottom: 20px;
}

.textlist ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlist ul li .title {
    color: #2A2A2A;
    flex: 1;
    line-height: 26px;
    height: 26px;
}

.textlist ul li .date {
    width: 100px;
    color: #AFAFAF;
}

.textlist ul li .date::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/date.png) center no-repeat;
    background-size: cover;
}

.textlist ul li:hover {
    background: #1150BD;
}

.textlist ul li:hover .title {
    color: #fff;
    font-weight: bold;
}

.textlist ul li:hover .date::before {
    background: url(../images/date2.png) center no-repeat;
    background-size: cover;
}

.navImg img {
    width: 100%;
}

.piclist ul li {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.piclist ul li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #0B4C94;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.piclist ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.piclist ul li .img {
    width: 350px;
}

.piclist ul li .picImg {
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.piclist ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
    position: absolute;
    left: 0;
    top: 0;
    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 ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 30px;
}

.piclist ul li .title {
    color: #0B0B0B;
    line-height: 26px;
    height: 26px;
}

.piclist ul li .desc {
    color: #9E9E9E;
    line-height: 25px;
    text-align: justify;
    height: 50px;
    margin: 10px 0 25px 0;
}

.piclist ul li .date {
    color: #AFAFAF;
}

.piclist ul li .date::before {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../images/date.png) center no-repeat;
    background-size: cover;
}

.piclist ul li:hover {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.piclist ul li:hover .title {
    color: #1150BD;
    font-weight: bold;
}

.piclist ul li:hover::before {
    width: 100%;
}

.piclist ul 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);
}

.tealist {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
}

.tealist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tealist ul li {
    width: calc((100% - 150px) / 6);
    margin-right: 30px;
    margin-bottom: 25px;
}

.tealist ul li:nth-child(6n) {
    margin-right: 0;
}

.tealist ul li .title {
    text-align: center;
    line-height: 50px;
    height: 50px;
    color: #333;
    position: relative;
}

.tealist ul li .title::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #1150BD;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.5s ease-in-out;
}



.tealist ul li .picImg {
    width: 100%;
    position: relative;
    padding-bottom: 130%;
    overflow: hidden;
}

.tealist ul li .picImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    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;
}

.tealist ul li:hover .title {
    color: #1150BD;
    font-weight: bold;
}

.tealist ul li:hover .title::before {
    width: 100%;
}

.tealist ul li:hover .picImg 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);
}

.detail {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    box-sizing: border-box;
    padding: 40px 50px;
}

.detail .title {
    font-size: 32px;
    font-weight: bold;
    color: #2C2C2C;
    text-align: center;
}

.detail .timer {
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 10px 0;
    position: relative;
    z-index: 99;
}

.detail .timer .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #9C9C9C;
}

.detail .timer .left>div {
    margin-right: 20px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 25px 0 0 0;
}

.danye .dtl {
    padding: 0;
}

.detail .dtl p {
    margin-bottom: 10px;
}

.detail .dtl p,
.detail .dtl p span {
    font-size: 18px !important;
    line-height: 40px !important;
    color: #0A0A0A;
    text-align: justify;
}

.detail .dtl.big p,
.detail .dtl.big p span {
    font-size: 22px !important;
    line-height: 50px !important;
}

.detail .dtl.large p,
.detail .dtl.large p span {
    font-size: 30px !important;
    line-height: 60px !important;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100% !important;
    height: auto;
}

.detail-page {
    width: 100%;
}

.detail-page .box {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    position: relative;
    padding: 30px 0 12px 0;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
}

.detail-page .box::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #1150BD;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.detail-page .box a {
    width: 100%;
    color: #878787;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}


.detail-page .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.detail-page .box:hover a {
    color: #1150BD;
}

.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("../images/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("../images/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("../images/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;
}

.detail .timer .right {
    display: flex;
    align-items: center;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
}

.fontSize span {
    margin-right: 15px;
    cursor: pointer;
}

.fontSize .on {
    color: #1150BD;
    font-weight: bold;
}

.danye .dtl {
    padding: 0;
}

#scrolltop {
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    cursor: pointer;
    background: #8E6747;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    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%);
    border: 1px solid #fff;
}

#scrolltop .iconfont {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(../img/toTop.png) center no-repeat;
    background-size: cover;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #8E6747 !important;
    background-color: #8E6747 !important;
}

.ldtdlist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ldtdlist ul li {
    width: calc((100% - 30px) / 2);
    box-sizing: border-box;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}

.ldtdlist ul li::after {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 1px solid #1150BD;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.ldtdlist ul li::before {
    content: '';
    width: 100%;
    height: calc(100% - 75px);
    height: 80%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ldtdlist ul li a {
    width: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 11;
}

.ldtdlist ul li .img {
    width: 180px;
}

.ldtdlist ul li .picImg {
    width: 100%;
    padding-bottom: 152%;
    position: relative;
    overflow: hidden;
}

.ldtdlist ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.ldtdlist ul li .text {
    width: calc(100% - 180px);
    box-sizing: border-box;
    padding: 0 25px;
}

.ldtdlist ul li .title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ldtdlist ul li .xain {
    width: 100%;
    height: 0;
    display: block;
    margin: 15px 0 10px 0;
    border-bottom: 1.17px solid rgba(44, 44, 44, .1);
}

.ldtdlist ul li .desc {
    font-size: 16px;
    line-height: 30px;
    height: 120px;
    text-align: justify;
    color: #9E9E9E;

}

.ldtdlist ul li .name {
    font-weight: bold;
    color: #2C2C2C;
    font-size: 20px;
}

.ldtdlist ul li .zhiwu {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #1150BD;
    padding: 0 10px;
    background: rgba(17, 80, 189, .1);
}

.ldtdlist ul li:hover .name {
    color: #1150BD;
}

.ldtdlist ul li:hover .zhiwu {
    background: #1150BD;
    color: #fff;
}

.ldtdlist ul li:hover::after {
    width: 100%;
}

/* --------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #1150BD;
    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;
    /* height: 45px; */
}

.mbheader .header-con .logo .img2 {
    display: none;
}

.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: 100%;
    /* 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: #01438A
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #0163AA !important;
    background-color: #0163AA !important;
}

.searchlist .box {
    width: 100%;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 10px;
}


.searchlist .box .title {
    color: #3D3D3D;
    line-height: 25px;
}

.searchlist .box .desc {
    color: #666;
    line-height: 21px;
    height: 42px;
    margin: 10px 0;
}

.searchlist .box .dete {
    color: #666;
    margin-top: 10px;
}

.searchlist .box:hover {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#newskeycode250605 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #aaa;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    border: none;
    outline-color: #A9060A;
    background: #fff;
    border-radius: 10px;
}

.picture ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture ul li {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 30px;
    position: relative;
}

.picture ul li:nth-of-type(3n) {
    margin-right: 0;
}

.picture ul li .img {
    width: 100%;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative;
}

.picture ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    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 ul li .title {
    width: 100%;
    line-height: 54px;
    height: 54px;
    text-align: center;
    color: #2C2C2C;
    border-bottom: 0.8px solid #D8D8D8;
    position: relative;
}

.picture ul li .title::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 0.8px solid #1150BD;
    position: absolute;
    left: 0;
    bottom: 0;
}

.picture ul li:hover .title::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.picture ul li:hover .title {
    color: #1150BD;
}

.picture ul 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);
}

.searchForm {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}