.mbheader {
    display: none;
}


header .header {
    width: 100%;
    height: 165px;
    background: #0062b2;
}

.head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search {
    position: relative;
    /* top: 20px; */
}

.search .search-in {
    width: 275px;
    height: 40px;
    background: #4d91c9;
    border-radius: 10px;
    border: none;
    color: #fff;
    box-sizing: border-box;
    padding-left: 20px;
    outline: unset;
}

.search .search-btn {
    position: absolute;
    right: 15px;
    top: 10px;
}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: rgba(255, 255, 255, .7);
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-pagination {
    bottom: 80px;
}

.banlist .swiper-pagination-bullet {
    width: 26px;
    height: 10px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .8);
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    background: #0062b2;
}

.content1 {
    width: 100%;
    height: 575px;
    background: #f6f8fa;
}


.newSlide {
    background: #fff;
    position: relative;
    top: -120px;
    height: 610px;
    z-index: 99;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding: 40px;
}

.newSlide .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    height: 230px;
    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 .title {
    color: #151515;
    line-height: 30px;
    height: 60px;
    font-weight: bold;
    margin-bottom: 15px;
}

.newSlide .swiper-slide .dete {
    color: #151515;
    opacity: .5;
}

.newSlide .swiper-slide .text {
    box-sizing: border-box;
    padding: 20px 0;
    border-bottom: 2px solid #e5e5e5;
}

.newSlide .swiper-pagination-new {
    width: 100%;
    text-align: center;
}

.newSlide .swiper-pagination-bullet {
    width: 26px;
    height: 8px;
    opacity: 1;
    background: #d0d0d0;
    border-radius: 5px;
}

.newSlide .swiper-pagination-bullet-active {
    background: #0062b2;
}

.newSlide .swiper-slide:hover .text {
    border-bottom: 2px solid #0062b2;
}

.newSlide .swiper-slide:hover .title {
    color: #0062b2;
}

.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);
}

.content2 {
    width: 100%;
    /* background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover; */
    box-sizing: border-box;
    padding: 75px 0;

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/content2Bg.jpg);
}

.content2-d {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content2 .jydt {
    width: 65%;
    background: #fff;
    box-sizing: border-box;
    padding: 40px;
}

.content2 .tzgg {
    width: 32.85%;
    background: #fff;
    box-sizing: border-box;
    padding: 40px;
}

.content2 .tzgg ul {
    background: url(../img/tzggBg.png) center no-repeat;
    background-size: cover;
}

.content2 .tzgg li {
    margin-bottom: 20px;
}

.content2 .tzgg li.last {
    margin-bottom: 0;
}

.content2 .tzgg li a {
    display: flex;
    position: relative;
}

.content2 .tzgg li .dete {
    width: 72px;
    height: 56px;
    border: 1px solid #0062b2;
    border-radius: 20px 0 20px 0;
    margin-right: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #0062b2;
}

.content2 .tzgg li .title {
    line-height: 25px;
    height: 50px;
    color: #505050;
    width: calc(100% - 72px);
    display: flex;
    align-items: center;
}

.content2 .tzgg li .d {
    font-size: 24px;
}


.content2 .tzgg li:hover .dete {
    background: #0062b2;
    color: #fff;
    background: linear-gradient(to right, #2c7fcc, #29bed1);
    border: 1px solid #fff;
}

.content2 .tzgg li:hover .title {
    color: #0062b2;
    /* font-weight: bold; */
}


.jydt li.f a {
    display: flex;
    flex-wrap: wrap;
}

.jydt li.f .img {
    overflow: hidden;
    width: 37.35%;
}

.jydt li.f .img img {
    width: 100%;
    height: 174px;
    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;
}

.jydt li.f: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);
}

.jydt li.f .text {
    width: 62.65%;
    box-sizing: border-box;
    padding-left: 30px;
}

.jydt li.f .text .title {
    color: #151515;
    line-height: 30px;
    height: 30px;
}

.jydt li.f .text .desc {
    color: #151515;
    opacity: .5;
    line-height: 25px;
    height: 75px;
    margin: 10px 0 20px 0;
}

.jydt li.f .text .dete span {
    color: #333334;
    opacity: .5;
}

.jydt li.f:hover .title {
    color: #0062b2;
    /* font-weight: bold; */
}

.jydt li.f:hover .dete img {
    position: relative;
    top: -2px;
}

.jydt li.f:hover .desc,
.jydt li.f:hover .dete span {
    opacity: .7;
}

.jydt li.n {
    width: 100%;
    display: flex;
    justify-content: space-between;
    line-height: 25px;
    margin-top: 25px;
}

.jydt li.n a {
    position: relative;
    color: #494949;
    box-sizing: border-box;
    padding-left: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    width: calc(100% - 90px);
    left: 0;
    transition: all 0.5s ease-in-out;
}

.jydt li.n a::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #494949;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.jydt li.n .dete {
    color: #494949;
    opacity: .5;
    min-width: 85px;
}

.jydt li.n:hover a {
    color: #0062b2;
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.jydt li.n:hover a::before {
    background: #0062b2;
}

.jydt li.n:hover .dete {
    opacity: .7;
}

/* .ztzllist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} */

.ztzllist .box {
    /* width: calc((100% - 35px) / 2); */
    /* margin-bottom: 40px; */
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
}

.ztzllist .box .img {
    overflow: hidden;
}

.ztzllist .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;
}

.ztzllist .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);
}

.content4 {
    width: 100%;
    height: 700px;
    /* background: url(../img/content4Bg.jpg) center no-repeat; */
    /* background-size: cover; */
    overflow: hidden;

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/content4Bg.jpg);
}

.xtfclist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xtfclist .left {
    width: 34.3%;
    box-sizing: border-box;
    padding-right: 45px;
}

.xtfclist .right {
    width: 65.7%;
    position: relative;
}

.xmjs_slide1 .swiper-slide {
    width: 655px;
    height: 370px;
    /* box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.2); */
    border-radius: 20px;
}

.xmjs_slide1 .swiper-slide img {
    border: 1px dashed #fff;
    box-sizing: border-box;
    width: 655px;
    height: 370px;
    background: #fff;
}

.content4 .swiper-nexts,
.content4 .swiper-prevs {
    position: absolute;
    bottom: -70px;
    z-index: 99;
    cursor: pointer;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #4ac2d6;
    border-radius: 50%;
    line-height: 40px;
}

.content4 .swiper-prevs {
    left: 31%;
}

.content4 .swiper-nexts {
    right: 56%;
}

.content4 .swiper-nexts:hover,
.content4 .swiper-prevs:hover {
    background: #0062b2;
}

.tab-count .lists li {
    display: none;
}

.tab-count .lists li.on {
    display: block;
}

.tab-count .lists li .title {
    color: #0062b2;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
}

.tab-count .lists li .desc {
    color: #151515;
    line-height: 30px;
    height: 120px;
    opacity: .5;
    margin: 20px 0;
}

.tab-count .lists li .dete {
    line-height: 30px;
}

.tab-count .lists li .dete img {
    position: relative;
    top: -3px;
}

.tab-count .lists li .dete span {
    color: #151515;
    opacity: .5;
}

.tab-count .lists li .more {
    width: 120px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #0062b2;
    border-radius: 5px;
    color: #414141;
    margin-top: 60px;
}

.tab-count .lists li:hover .more {
    background: #0062b2;
    color: #fff;
}

.tab-count .lists li .more2 {
    color: #0062b2;
    margin-top: 60px;
    padding-bottom: 2px;
    background: url(../img/more-ico2.png) bottom left no-repeat;
}



.content3 {
    width: 100%;
    background: url(../img/content3Bg.jpg) center no-repeat;
    background-size: cover;
}

.content3 .tab-head .more2 a {
    display: none;
}

.content3 .tab-head .more2 .active {
    display: block;
}

.content3 .tab-head .left {
    display: flex;
}

.content3 .tab-head .left a {
    margin-right: 95px;
    opacity: .4;
    float: left;
}

.content3 .tab-head .left a.active {
    opacity: 1;
}

.countSlide .swiper-container {
    display: none;
    transition: all 0.5s ease-in-out;
}

.countSlide .swiper-container.active {
    display: block;
    transition: all 0.5s ease-in-out;
}

.countSlide .swiper-slide {
    background: #fff;
    box-sizing: border-box;
    padding: 35px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.countSlide .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.countSlide .swiper-slide .d {
    color: #151515;
    font-size: 36px;
    font-weight: bold;
    transition: all 0.8s ease-in-out;
}

.countSlide .swiper-slide .y {
    color: #545454;
    transition: all 0.8s ease-in-out;
}

.countSlide .swiper-slide .title {
    line-height: 30px;
    height: 30px;
    color: #151515;
    margin: 15px 0;
    transition: all 0.8s ease-in-out;
}

.countSlide .swiper-slide .desc {
    color: #151515;
    opacity: .5;
    line-height: 25px;
    height: 75px;
    transition: all 0.8s ease-in-out;
}

.countSlide .swiper-slide:hover .d,
.countSlide .swiper-slide:hover .y,
.countSlide .swiper-slide:hover .title,
.countSlide .swiper-slide:hover .desc {
    color: #fff;
    transition: all 0.8s ease-in-out;
}

.countSlide .swiper-slide:hover .desc {
    opacity: .7;
}


.countSlide .swiper-pagination-bullets {
    text-align: center;
}

.countSlide .swiper-pagination-bullet {
    width: 26px;
    height: 8px;
    opacity: 1;
    background: #d0d0d0;
    border-radius: 5px;
}

.countSlide .swiper-pagination-bullet-active {
    background: #0062b2;
}


.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.column .en {
    font-size: 16px;
    color: #0062b2;
    font-weight: bold;
    text-transform: uppercase;
}

.column .name {
    font-size: 30px;
    color: #151515;
    font-weight: bold;
    margin: 1px 0 3px 0;
}

.column .xian {
    width: 32px;
    height: 2px;
    background: url(../img/xianBg.png) center no-repeat;
}

.column .more {
    width: 120px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #0062b2;
    border-radius: 5px;
}

.column .more2 {
    min-width: 46px;
    padding-bottom: 3px;
    background: url(../img/more-ico2.png) bottom left no-repeat;
}

.column .more2 a {
    color: #0062b2;
}

.column .more a {
    color: #414141;
}

.column .more:hover {
    background: #0062b2;
}

.column .more:hover a {
    color: #fff;
}

footer {
    width: 100%;
    height: 400px;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-top: 45px;
}

footer .banq,
footer .contact,
footer .qrcode {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

footer .banq {
    justify-content: flex-start;
}

footer .banq p {
    color: rgba(255, 255, 255, .5);
}

footer .banq p a {
    color: rgba(255, 255, 255, .5);
}

.linkbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.linkbox .box {
    width: calc((100% - 120px) / 5);
    height: 40px;
    border-bottom: 1px solid #8dafd1;
}

.linkbox .box h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-top: 10px;
}

.linkbox .box ul {
    display: none;
    background: #efefef;
    box-sizing: border-box;
    position: relative;
    z-index: 999;
    max-height: 285px;
    overflow: auto;
}

.linkbox .box:hover {
    border-bottom: 1px solid #fff;
}

.linkbox .box:hover ul {
    display: flex;
}

.linkbox .box ul li {
    width: 100%;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #cacaca;
}

.linkbox .box ul a {
    color: #505050;
}

.linkbox .box ul a:hover {
    color: #0062b2;
}

.linkbox .box h3 .ico {
    width: 16px;
    height: 10px;
    float: right;
    background: url(../img/link-jt.png) center no-repeat;
    transform: rotateX(180deg);
    transition: all 0.5s ease-in-out;
}

.linkbox .box h3 {
    font-weight: normal;
}

.linkbox .box h3 .name {
    width: calc(100% - 60px);
    color: #fff;
    opacity: .8;
}

.linkbox .box:hover h3 .name {
    opacity: 1;
}

.linkbox .box:hover h3 .ico {
    transform: unset;
    transition: all 0.5s ease-in-out;
}

footer .contact {
    margin: 30px 0;
}

footer .contact .lxfs {
    margin-top: 30px;
}

footer .contact p {
    color: rgba(255, 255, 255, .5);
    line-height: 30px;
}

.qrcode .code {
    margin-left: 20px;
    display: flex;
    background: #fff;
    padding: 5px;
    border-radius: 5px;
}

.qrcode .code img {
    min-width: 100px;
    height: auto;
}

footer .contact .right .qrcode p {
    text-align: center;
    color: #0062b2;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0.1em;
}

.contact .right p {
    text-align: right;
}

.contact .right .p2 {
    font-size: 30px;
    /* font-weight: bold; */
    color: rgba(255, 255, 255, .5);
    text-align: right;
}

footer .qrcode {
    margin-top: 30px;
    justify-content: flex-end;
}

.navigation {
    width: 100%;
    height: 65px;
    background: #e8f5ff;
}

.navigation .nav {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.nav li.nli {
    height: 65px;
    line-height: 65px;
    width: calc(100% / 11);
    flex: 1;
    text-align: center;
}

.nav li.nli h3 {
    font-weight: normal;
}


.nav li.nli.on,
.nav li.nli:hover {
    background: #005ba5;
}

.nav li.nli.on h3 a,
.nav li.nli:hover h3 a {
    color: #fff;
    font-weight: bold;
}

.nav li ul {
    display: none;
}

.nav li h3 a {
    color: #151515;
    font-size: 16px;
}

.nav .nli .sub {
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 120%;
    left: -10%;
    top: 65px;
}

.nav .nli .sub li {
    text-align: center;
    height: 45px;
    line-height: 45px;
    position: relative;
}

.nav .nli .sub li a {
    color: #0062b2;
    font-size: 16px;
}

.nav .nli .sub li:hover {
    background: #005ba5;
}

.nav .nli .sub li:hover a {
    color: #fff;
}

.nav li.nli:hover .sub {
    display: block;
}

.nav .nli .sub li .sj {
    position: absolute;
    left: 100%;
    width: 140px;
    background: #fff;
    top: 15px;
}

.nav .nli .sub li:hover .sj {
    display: block;
}

.nav .nli .sub li .sj a {
    color: #0062b2;
}

.nav .nli .sub li .sj li:hover a {
    color: #fff;
}

/* ---------- */
.mbheader {
    width: 100%;
    display: none;
    height: 50px;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    background: linear-gradient(180deg, #2481D0 0%, #005AA7 100%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}



.mbheader .header-con .logo img {
    /* width: 75%; */
    max-height: 35px;
}

.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: 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;
}


/* --- */

.nydt {
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    position: absolute;
    background: url(../img/crumbsBg.png) left center no-repeat;
    background-size: auto 100%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.crumbs-name {
    font-size: 35px;
    color: #fff;
    font-weight: bold;
}

.crumbs-list {
    color: #fff;
    margin-top: 5px;
}

.crumbs-list a {
    color: #fff;
}

.subNav {
    width: 100%;
    height: 60px;
    background: #e3e3e3;
}



.n-centent {
    background: url(../img/ncontentBg.png) top center no-repeat;
    background-position-y: 60px;
    margin-top: -60px;
    padding-bottom: 70px;
    background-size: 100% auto;
    z-index: 99;
    position: relative;
}

.n-centent .container {
    background: #fff;
}

.sublist {
    width: 103%;
    /* height: 60px; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-shadow: 0px 0px 10px 10px rgb(0 0 0 / 10%);
    position: relative;
    top: -30px;
    background: #fff;
    left: -1.5%;
    box-sizing: border-box;
    padding: 0 60px;
}

.sublist::before {
    content: '';
    width: 20px;
    height: 19px;
    background: url(../img/subnav-icol.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.sublist::after {
    content: '';
    width: 20px;
    height: 19px;
    background: url(../img/subnav-icor.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: -20px;
}

.sublist a {
    font-size: 18px;
    color: #414141;
    margin-right: 75px;
    line-height: 60px;
}

.sublist a.on,
.sublist a:hover {
    color: #0062b2;
    font-weight: bold;
    border-bottom: 2px solid #0062b2;
}

.n-content2 {
    box-sizing: border-box;
    padding: 30px 40px;
}

.sjNav a {
    width: auto;
    height: 35px;
    line-height: 35px;
    border: 1px solid #7e7e7e;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #525252;
    margin: 0 15px 15px 0;
    padding: 0 10px;
}

.sjNav a.on,
.sjNav a:hover {
    background: #0062b2;
    color: #fff;
}

.textlist {
    border-top: 1px solid #f2f2f2;
}

.textlist .info li {
    width: 100%;
    box-sizing: border-box;
    padding: 30px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.textlist .info li::before {
    content: '';
    width: 0;
    height: 100%;
    background: url(../img/textliBg.png) center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.textlist .info li:hover::before {
    width: 100%;
}

.textlist .info li a {
    display: flex;
    z-index: 99;
    position: relative;
}

.textlist .info li .d {
    font-size: 30px;
    color: #414141;
    transition: all 0.3s ease-in-out;
}

.textlist .info li .xian {
    width: 52px;
    height: 1px;
    background: #f2f2f2;
    transition: all 0.3s ease-in-out;
}

.textlist .info li .y {
    color: #adadad;
    transition: all 0.3s ease-in-out;
}

.textlist .info li .title {
    color: #414141;
    line-height: 30px;
    height: 30px;
    transition: all 0.3s ease-in-out;
}

.textlist .info li .desc {
    color: #333334;
    line-height: 22px;
    height: 44px;
    opacity: .5;
    transition: all 0.3s ease-in-out;
    margin-top: 10px;
}

.textlist .info li .dete {
    padding-right: 20px;
    margin-right: 20px;
    width: 75px;
    border-right: 1px solid #f2f2f2;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.textlist .info li .text {
    flex: 1;
}

.textlist .info li:hover .dete {
    border-right: 1px solid rgba(255, 255, 255, .3);
    transition: all 0.3s ease-in-out;
}

.textlist .info li:hover .xian {
    background: rgba(255, 255, 255, .3);
    transition: all 0.3s ease-in-out;
}

.textlist .info li:hover .title,
.textlist .info li:hover .d,
.textlist .info li:hover .y {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.textlist .info li:hover .desc {
    color: #fff;
    opacity: .7;
    transition: all 0.3s ease-in-out;
}


.piclist .info li {
    margin-bottom: 45px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: relative;
    background: url(../img/picli-bg.png) right top no-repeat;
    background-size: cover;
    overflow: hidden;
}

.piclist .info li::after {
    content: '';
    width: 140px;
    height: 140px;
    background: url(../img/logoIco.png) center no-repeat;
    position: absolute;
    right: 38px;
    bottom: 10px;
    background-size: cover;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.piclist .info li:hover::after {
    opacity: .5;
    transition: all 0.5s ease-in-out;
}

.piclist .info li a {
    display: flex;
    flex-wrap: wrap;
}

.piclist .info li .img {
    overflow: hidden;
    width: 30%;
}

.piclist .info li .img img {
    width: 100%;
    height: 225px;
    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: 70%;
    box-sizing: border-box;
    padding: 38px;
}

.piclist .info li .title {
    color: #434343;
    /* font-weight: bold; */
}

.piclist .info li .desc {
    color: #434343;
    line-height: 25px;
    height: 50px;
    opacity: .7;
    margin: 15px 0 20px 0;
}

.piclist .info li .dete {
    color: #0062b2;
    opacity: .7;
    width: 145px;
    height: 40px;
    background: #eaf5ff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 16px;
}

.piclist .info li .dete .ico {
    width: 17px;
    height: 17px;
    background: url(../img/time-b.png) no-repeat;
    margin-right: 5px;
}


.piclist .info li::before {
    content: '';
    width: 0;
    height: 2px;
    background: #005AA7;
    position: absolute;
    bottom: 0;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}

.piclist .info li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.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: #0062b2;
}

.piclist .info li:hover .dete {
    color: #fff;
    background: #0062b2;
}

.piclist .info li:hover .dete .ico {
    background: url(../img/time-w.png) no-repeat;
}

.zzjglist .info {
    display: flex;
    flex-wrap: wrap;
}

.zzjglist .info li {
    width: calc((100% - 120px) / 4);
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin-bottom: 40px;
    border-left: 5px solid #0062b2;
    margin-right: 40px;
    position: relative;
}

.zzjglist .info li::before {
    content: '';
    background: url(../img/jgsz-libg.png) center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.zzjglist .info li:hover::before {
    width: 100%;
}

.zzjglist .info li:nth-of-type(4n) {
    margin-right: 0;
}

.zzjglist .info li a {
    color: #363636;
    font-size: 18px;
    display: inline-block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    z-index: 99;
    position: relative;
}


.zzjglist .info li:hover a {
    color: #fff;
    transition: all 0.3s ease-in-out;
}


.tealist .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tealist .info li {
    width: 48.5%;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: relative;
    overflow: hidden;
}

.tealist .info li::after {
    content: '';
    width: 140px;
    height: 140px;
    display: inline-block;
    background: url(../img/logoIco.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    bottom: 10px;
    opacity: 0.1;
    transition: all 0.5s ease-in-out;
}

.tealist .info li::before {
    content: '';
    width: 0;
    height: 2px;
    background: #0062b2;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.tealist .info li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.tealist .info li:hover::after {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.tealist .info li a {
    display: flex;
}

.tealist .info li .img {
    width: 34.5%;
    overflow: hidden;
}

.tealist .info li .img img {
    width: 100%;
    height: 275px;
    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 .info li .text {
    width: 65.5%;
    box-sizing: border-box;
    padding-left: 30px;
}

.tealist .info li .name {
    color: #363636;
    font-weight: bold;
}

.tealist .info li .sub {
    color: #363636;
    font-size: 16px;
    margin-top: 10px;
}

.tealist .info li .desc {
    color: #363636;
    opacity: .5;
    line-height: 25px;
    height: 75px;
    margin: 35px 0;
}

.tealist .info li .more {
    width: 120px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border: 1px solid #0062b2;
    border-radius: 5px;
    color: #414141;
}

.tealist .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);
}

.tealist .info li:hover .name {
    color: #0062b2;
}

.tealist .info li:hover .more {
    background: #0062b2;
    background: linear-gradient(269deg, #29c0d1 0%, #005AA7 100%);
    border: 1px solid #fff;
}

.tealist .info li .more {
    color: #363636;
}

.tealist .info li:hover .more {
    color: #fff;
}

.detail {
    box-sizing: border-box;
    padding: 40px 110px 0 110px;
    border: 1px solid #e5e5e5;
}

.detail h2 {
    color: #2e2e2e;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

.detail .timer {
    color: #2e2e2e;
    opacity: .5;
    margin: 15px 0;
    text-align: center;
}

.detail .timer .x {
    margin: 0 10px;
}

.detail .dtl {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
}

.detail .dtl p {
    font-size: 18px;
    color: #2e2e2e;
    line-height: 30px;
    margin: 10px 0;
}

.detail .dtl p img {
    max-width: 100%;
}


.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 35px 0;
}

.detail-page p {
    width: 49%;
}

.detail-page p a {
    color: #2e2e2e;
    font-size: 16px;
    opacity: .8;
}

.detail-page p:hover a {
    color: #0062b2;
    opacity: 1;
}

.detail-page p.right {
    text-align: right;
}

.danye .dtl {
    border: none;
    padding: 0;
}

.picture .info {
    display: flex;
    flex-wrap: wrap;
}

.picture .info li {
    width: calc((100% - 60px) / 3);
    margin-bottom: 30px;
    margin-right: 30px;
}

.picture .info li:nth-child(3n) {
    margin-right: 0;
}

.picture .info li .img {
    overflow: hidden;
}

.picture .info li .img img {
    width: 100%;
    height: 240px;
    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 .info li .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f5f8fc;
    color: #414141;
}

.picture .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);
}

.picture .info li:hover .title {
    background: #0062b2;
    color: #fff;
}

/* - */
.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-top .swiper-slide .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: rgba(0, 0, 0, .5);
}

.picslide {
    overflow: hidden;
    position: relative;
}

.gallery-thumbs {
    margin-top: 10px;
}

.gallery-thumbs .swiper-slide {
    width: calc((100% - 30px) / 4);
    height: 100%;
    position: relative;
}

.gallery-thumbs .swiper-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
}

.gallery-thumbs .swiper-slide-thumb-active::before {
    display: none;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
    max-height: 180px;
}

.gallery-thumbs .swiper-slide-active {
    opacity: 1;
}

.gallery-top .swiper-next,
.gallery-top .swiper-prev {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background: #0062b2;
    position: absolute;
    top: calc((100% - 60px) / 2);
    top: 27%;
    z-index: 99;
    cursor: pointer;
    opacity: .7;
}

.gallery-top .swiper-next {
    right: 3%;
}

.gallery-top .swiper-prev {
    left: 3%;
}

.gallery-top .swiper-next:hover,
.gallery-top .swiper-prev:hover {
    opacity: 1;
}

.gallery-top .swiper-slide .img {
    overflow: hidden;
}

.gallery-top .swiper-slide a {
    width: 100%;
}

.gallery-top .swiper-slide .img img {
    width: 100%;
    max-height: 500px;
}

.searchlist .info li:hover .desc {
    opacity: 1;
}

.searchlist .info li .dete2 {
    color: #999;
    margin-top: 5px;
}

.searchlist .info li:hover .dete2 {
    color: #fff
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #0062b2 !important;
    color: #fff;
    background-color: #0062b2 !important;
}


/* --- */
.bndhNav {
    position: fixed;
    right: 0;
    top: 52%;
    z-index: 999;
}

.bndhNav .title {
    width: 64px;
    height: 260px;
    background: #0151a2;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    writing-mode: tb-rl;
    text-align: center;
    line-height: 64px;
    letter-spacing: 0.1em;
    cursor: pointer;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

.bndhNav .title img {
    position: relative;
    left: 12px;
}

.bmdhlist {
    background: #fff;
    transition: all 0.5s ease-in-out;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding: 17px;
    position: absolute;
    right: 70px;
    top: -38%;
    width: 150px;
    right: -150px;
}

.bmdhlist .box {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ebebeb;
    margin-bottom: 13px;
}

.bmdhlist .box a {
    color: #454545;
    font-size: 16px;
}

.bmdhlist .box:hover {
    background: #0062b2;
}

.bmdhlist .box:hover a {
    color: #fff;
}

.bmdhlist .close {
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    color: #0151a2;
    text-align: center;
    display: inline-block;
}

/* 友情链接改 */

.linkbox .box ul {
    position: absolute;
    width: 100%;
    border: 1px solid #dcdcdc;
    border-top: 3px solid #0062b2;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
    background: #fff;
    bottom: 40px;
    left: 0;
    display: none;
}

.linkbox .box ul li {
    border: none;
    width: 20%;
}

.linkbox .box ul a {
    font-size: 16px;
}