/* --------------------------- */

.header {
    width: 100%;
    height: 135px;
    position: relative;
}

.header .container {
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toplink a {
    font-size: 15px;
    color: #333;
}

.toplink a:hover {
    color: #0D5E9D;
}

.toplink span {
    font-size: 15px;
    color: #cacaca;
    margin: 0 15px;
    display: inline-block;
}

.toplink span:last-of-type {
    display: none;
}

.toplink .ss {
    margin-left: 25px;
}

.banlist {
    position: relative;
}

.banlist .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    position: absolute;
    top: calc((100% - 60px) / 2);
    left: 0;
    cursor: pointer;
    z-index: 89;
}

.banlist .swiper-next {
    left: auto;
    right: 0;
}

.navigation ul.nav {
    display: flex;
}



.navigation li.nLi {
    /* margin-left: 50px; */
    padding: 15px 25px;
    position: relative;
}

.navigation li h3 {
    font-weight: normal;
}

.navigation li h3 a {
    font-size: 16px;
    color: #333;
}

.navigation li.on h3 a,
.navigation li:hover h3 a {
    color: #1d4f91;
    font-weight: bold;
}


.navigation li .sub {
    position: absolute;
    top: 60px;
    right: -10%;
    width: 120%;
    background: #fff;
    text-align: center;
    padding: 15px 0;
    border-top: 1px solid #e7ecf1;
    display: none;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.06);
    z-index: 99;
    /* display: block !important; */
}

.navigation li .sub ul {
    width: 100%;
    /* display: flex; */
    /* justify-content: center; */
}

.navigation .sub li {
    width: 100%;
    line-height: 35px;
}

.navigation .sub li a {
    color: #333;
    font-size: 16px;
}

.navigation .sub li:hover a {
    color: #1d4f91;
    font-weight: bold;
}

.column {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.column .title {
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    display: inline-block;
}

.column .title::before {
    content: '';
    width: 4px;
    height: 55px;
    background: #2a2a2a;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 8px;
}

.column .name {
    font-size: 36px;
    color: #2a2a2a;
    font-weight: bold;
}

.column .en {
    color: #2a2a2a;
    opacity: .5;
    /* Ó¢ÎÄ´óÐ´ */
    text-transform: uppercase;
}

.column .more {
    width: 190px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    display: inline-block;
    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%);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #f2f2f2;
}

.column .more span {
    color: #000;
    opacity: .4;
    margin-right: 30px;
}

.column .more img {
    /* margin-top: 4px; */
}

.content1 {
    width: 100%;
    height: 830px;
    background: url(/hdimg/bas/img/content1Bg2.jpg) center no-repeat;
    background-size: cover;
}

.content10 {
    padding: 70px 0 60px 0;
}

.con-tzgg {
    width: 100%;
    height: 60px;
    background: url(/hdimg/bas/img/content1Bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 0 25px;
    display: flex;
    align-items: center;
}

.content1 .tzgg-name {
    min-width: 110px;
}

.content1 .tzgg-name img {
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.tzgg-name a {
    color: #fff;
}

.tzgglist {
    width: calc(100% - 110px);
    flex: 1;
    overflow: hidden;
}

.tzgglist .swiper-slide a {
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.tzgglist .swiper-slide span {
    min-width: 75px;
}

.tzgglist .swiper-slide .title {
    height: 24px;
    line-height: 24px;
    flex: 1;
    width: calc(100% - 95px);
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
}

.tzgglist .swiper-slide .title::before {
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 10px;
}

.about {
    width: 100%;
    height: 445px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    margin-top: 35px;
}

.about .left {
    width: 52.15%;
    box-sizing: border-box;
    padding-right: 107px;
}

.about .right {
    width: 47.85%;
    box-sizing: border-box;
    padding-top: 15px;
    position: relative;
}

.about .right .img img {
    width: 100%;
}

.about .right .img .video {
    position: absolute;
    width: 72px;
    height: 72px;
    left: calc((100% - 72px) / 2);
    top: calc((100% - 72px) / 2);
    z-index: 99;
    cursor: pointer;
}

.aboutBtn {
    width: 760px;
    height: 175px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    position: absolute;
    left: 0;
    z-index: 99;
    bottom: -20px;
    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%);
    box-sizing: border-box;
    padding: 0 45px;
}

.aboutBtn .ico {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 1px dashed #0b7f75;
    display: flex;
    justify-content: center;
    align-items: center;
}

.aboutBtn .ico .img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #0b7f75;
    text-align: center;
    line-height: 65px;
}

.aboutBtn .ico .img img {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.aboutBtn .box:hover .ico .img img {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.aboutBtn .box p {
    font-size: 16px;
    color: #373737;
    text-align: center;
    margin-top: 10px;
}

.about .left .name {
    font-size: 32px;
    color: #0D5E9D;
    font-weight: bold;
}

.about .left .name img {
    max-width: 100%;
}

.about .left .desc {
    color: #3d3d3d;
    line-height: 35px;
    margin-top: 20px;
    text-align: justify;
}


.content2 {
    width: 100%;
    height: 740px;
    background: url(/hdimg/bas/img/content2Bg.png) center no-repeat;
    background-size: cover;
}

.content2 .column {
    padding: 80px 0 32px 0;
}

.djgzlist {
    width: 100%;
    height: 475px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.djgzlist .ztimg {
    width: 640px;
    width: 45.7%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.djgzlist .ztimg .box {
    width: calc((100% - 20px) / 2);
    margin: 10px 0;
}

.djgzlist .ztimg .box .img {
    overflow: hidden;
}

.djgzlist .ztimg .box img {
    width: 100%;
    /* height: 150px; */
    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;
}

.djgzlist .ztimg .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);
}

.djgzlist .list {
    width: 685px;
    width: 48%;
}

.djgzlist .list li {
    width: 97%;
    height: 66px;
    border-bottom: 1px solid #e5e5e5;
}

.djgzlist .list li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.djgzlist .list li .title {
    width: calc(100% - 90px);
    color: #2a2a2a;
    box-sizing: border-box;
    padding-left: 5px;
    line-height: 25px;
    height: 25px;
    position: relative;
}

.djgzlist .list li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #2a2a2a;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px;
}

.djgzlist .list li .dete {
    color: #2a2a2a;
    opacity: .5;
    min-width: 80px;
}

.djgzlist .list li:last-of-type {
    border: none;
}

.djgzlist .list li:hover {
    width: 100%;
    box-sizing: border-box;
    padding-right: 3%;
    background: url(/hdimg/bas/img/djgz-li-bg.jpg) center no-repeat;
    background-size: cover;
    padding-left: 15px;
}

.djgzlist .list li:hover .title {
    color: #fff;
    font-weight: bold;
}

.djgzlist .list li:hover .dete {
    color: #fff;
}

.djgzlist .list li:hover .title::before {
    width: 5px;
    height: 5px;
    background: #fff;
}


.content3 {
    width: 100%;
    height: 730px;
    background: url(/hdimg/bas/img/content3Bg.jpg) center no-repeat;
    background-size: cover;
}

.content3 .column {
    padding-top: 90px;
}



.content4 {
    width: 100%;
    height: 780px;
    background: url(/hdimg/bas/img/content4Bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.content4 .container {
    position: relative;
}

.tabHead {
    position: absolute;
    right: 0;
    top: 45px;
}

.tabHead a {
    width: 165px;
    height: 58px;
    font-size: 20px;
    display: inline-block;
    line-height: 58px;
    text-align: center;
    margin-left: 20px;
    background: #fff;
}

.tabHead a.on {
    color: #fff;
    font-weight: bold;
    background: url(/hdimg/bas/img/footerBg.jpg) center no-repeat;
    background-size: 100% 100%;
}

.content4 .column {
    padding: 45px 0 55px 0;
}

.news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide {
    width: 54.3%;
    overflow: hidden;
    position: relative;
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.newSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    /* height: 430px; */
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .swiper-slide .text {
    width: 100%;
    height: 120px;
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
}

.newSlide .swiper-slide .title {
    color: #303030;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
}

.newSlide .swiper-slide .desc {
    color: #303030;
    opacity: .5;
    line-height: 20px;
    height: 20px;
    margin-top: 10px;
}

.newSlide .swiper-slide .dete {
    width: 84px;
    height: 74px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newSlide .swiper-slide .d {
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.newSlide .swiper-slide .y {
    text-align: center;
    color: #fff;
    font-size: 13px;
    opacity: .5;
}

.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);
}

.newSlide .swiper-slide:hover .title {
    color: #1d4f91;
}

.newSlide .swiper-pagination {
    left: 20px;
    text-align: left;
}

.newSlide .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: #ccc;
}

.newSlide .swiper-pagination-bullet-active {
    background: #1d4f91;
}

.newContent {
    width: 43.57%;
    background: #fff;
    box-sizing: border-box;
    padding: 26px 30px;
}

.newContent ul {
    display: none;
}

.newContent ul.on {
    display: block;
}

.newContent ul li {
    width: 100%;
}

.newContent ul li.f {
    width: 100%;
    height: 143px;
    background: #f0faff;
    box-sizing: border-box;
    padding: 25px 30px;
}

.newContent ul li.f .title {
    color: #1d4f91;
    line-height: 25px;
    height: 25px;
}

.newContent ul li.f .desc {
    color: #2a2a2a;
    opacity: .7;
    margin: 8px 0;
    line-height: 20px;
    height: 40px;
}

.newContent ul li.f .dete {
    color: #2a2a2a;
    opacity: .7;
}

.newContent ul li.n {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
    padding: 13px 0;
}

.newContent ul li:last-of-type {
    border: unset;
}

.newContent ul li.n a {
    height: 24px;
    line-height: 24px;
    width: calc(100% - 90px);
    color: #242424;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    /* display: inline-block; */
}

.newContent ul li.n a::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #242424;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 11px;
}

.newContent ul li.n .dete {
    color: #2a2a2a;
    opacity: .5;
    min-width: 80px;
}

.newContent ul li.n:hover {
    background: url(/hdimg/bas/img/djgz-li-bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 13px;
}

.newContent ul li.n:hover a::before {
    background: #fff;
}

.newContent ul li.n:hover a {
    color: #fff;
    font-weight: bold;
}

.newContent ul li.n:hover .dete {
    color: #fff;
}



/* --------------------------- */

.footer {
    /* box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%); */
}

.footer .banq {
    width: 100%;
    height: 65px;
    background: url(/hdimg/bas/img/footerBg.jpg) center no-repeat;
    background-size: cover;
    color: #fff;
    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%);
}

.ftlogo img {
    max-width: 100%;
}

.footer .banq a {
    color: #fff;
}

.foot {
    height: 300px;
    display: flex;
    align-items: center;
}

.foot .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot .contact {
    margin-top: 25px;
}

.foot .contact p {
    font-size: 16px;
    line-height: 30px;
}

.foot .code p {
    text-align: center;
    color: #4e4e4e;
    opacity: .5;
    font-size: 16px;
    margin-top: 10px;
}

.footer .yqljlinks {
    margin-right: 45px;
}

.footer .yqljlinks .box {
    width: 272px;
    height: 38px;
    position: relative;
    cursor: pointer;
    border: 1px solid #9b9b9b;
}

.footer .yqljlinks .box h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    height: 38px;
    width: 100%;
    margin: 0;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
    color: rgba(0, 0, 0, .5);
}

.footer .yqljlinks .box .ico {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 38px;
    text-align: center;
    line-height: 38px;
}



.footer .yqljlinks .box ul {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 30px;
    display: none;
    overflow-y: scroll;
}

.footer .yqljlinks .box:hover ul {
    display: block;
}

.footer .yqljlinks .box ul li {
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    margin: 0 10px;
    border-bottom: 1px dashed #ddd;
}

.footer .yqljlinks .box ul li:hover a {
    color: #143270;
}

.footer .yqljlinks .box ul li a {
    color: #333;
}

.footer .item2 {
    display: flex;
    align-items: center;
}


/* ------------ */

.cpzxlist {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    top: -25px;
}

.cpzxlist .swiper-next,
.cpzxlist .swiper-prev {
    position: absolute;
    top: calc((100% - 98px) / 2);
    left: 25.5%;
    z-index: 99;
}

.cpzxlist .swiper-next {
    left: 64%;
}

.gallery-top {
    width: 68.4%;
    margin: 0;
}

.gallery-top .title-img {
    width: 540px;
    height: 540px;
    background: url(/hdimg/bas/img/cpzx-imgbg.png) center no-repeat;
    box-sizing: border-box;
    padding: 107px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-top .title-img .img {
    overflow: hidden;
}

.gallery-top .title-img .img img {
    width: 100%;
}

.gallery-top .swiper-slide {
    opacity: 0 !important;
    display: block;
}

.gallery-top .swiper-slide-active {
    opacity: 1 !important;
}

.gallery-top .swiper-slide .box {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.gallery-top .text-desc {
    width: 37.5%;
    box-sizing: border-box;
    padding-top: 195px;
}

.gallery-top .text-desc .title {
    font-size: 28px;
    color: #1d4f91;
    font-weight: bold;
}

.gallery-top .text-desc .desc {
    font-size: 16px;
    color: #383838;
    opacity: .75;
    margin-top: 30px;
    line-height: 30px;
    text-align: justify;
}

.gallery-thumbs {
    width: 27%;
    margin: 0;
    overflow: hidden;
}

.gallery-thumbs .swiper-slide {
    width: 116px;
    display: flex;
    flex-direction: column;
}

.gallery-thumbs .swiper-slide .img {
    width: 116px;
    height: 116px;
    background: url(/hdimg/bas/img/gallery-thumbs-slide-bg.png) center no-repeat;
    background-size: cover;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-thumbs .swiper-slide .img img {
    width: 70px;
}

.gallery-thumbs .swiper-slide .title {
    color: #2a2a2a;
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
}

/* .content3 .column .more {
    background: url(/hdimg/bas/img/djgz-li-bg.jpg) center no-repeat;
    background-size: cover;
}

.content3 .column .more span {
    color: #fff;
    opacity: 1;
} */

/* ------------------------ */
.mbheader {
    width: 100%;
    height: 60px;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    background: #fff;
    display: none;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-con .logo {
    flex: 1;
    box-sizing: border-box;
    padding-right: 20px;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo img {
    max-width: 100%;
    max-height: 40px;
}

.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: #0b7f75;
    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;
}

.list-page {
    width: 100%;
}

/* ----------------- */

.nydt {
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    height: 100%;
    background: url(/hdimg/bas/img/crumbsBg.png) left center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.crumbs2 {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.crumbs .name {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.crumbs .en {
    color: #fff;
    font-weight: bold;
    margin: 5px 0 15px 0;
}

.crumbs .list {
    color: #fff;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span:last-of-type {
    display: none;
}

.sublist {
    width: 100%;
    height: 70px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.sublist .list a {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #1c1c1c;
    margin-right: 60px;
}

.sublist .list a.on,
.sublist .list a:hover {
    color: #1d4f91;
    font-weight: bold;
    border-bottom: 2px solid #1d4f91;
}

.ncontent {
    width: 100%;
    background: url(/hdimg/bas/img/nmainBg.png) center top no-repeat;
    background-size: cover;
}

.textlist ul li {
    width: 100%;
    height: 150px;
    padding: 32px 0;
    transition: all 0.4s ease-in-out;
}

.textlist ul li .box {
    height: 100%;
}

.textlist ul li:nth-child(2n) {
    height: 150px;
    padding: 0;
    transition: all 0.4s ease-in-out;
    background: url(/hdimg/bas/img/textlist-libg.jpg) center no-repeat;
}

.textlist ul li a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlist ul li .dete {
    color: #0d5e9d;
    font-size: 40px;
    width: 113px;
}

.textlist ul li .title {
    color: #1f1f1f;
}

.textlist ul li .xian {
    width: 60px;
    height: 60px;
    background: url(/hdimg/bas/img/textlist-xian.png) center no-repeat;
    margin: 0 10px;
}

.textlist ul li .desc {
    color: #1f1f1f;
    opacity: .5;
    margin-top: 12px;
}

.textlist ul li .text {
    flex: 1;
}

.textlist ul li:hover {
    transition: all 0.4s ease-in-out;
    background: url(/hdimg/bas/img/textlist-libg2.jpg) center center no-repeat;
}

.textlist ul li:hover .dete {
    color: #fff;
}

.textlist ul li:hover .title,
.textlist ul li:hover .desc {
    color: #fff;
}

.textlist ul li:hover .xian {
    background: url(/hdimg/bas/img/textlist-xian2.png) center no-repeat;
}

.detail {
    box-sizing: border-box;
    padding: 50px 150px 0 150px;
}

.detail .title {
    color: #2a2a2a;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}

.detail .timer {
    width: 100%;
    text-align: center;
    margin: 30px 0 10px 0;
}

.detail .timer span {
    font-size: 16px;
    color: #1b1b1b;
    opacity: .5;
    margin: 0 15px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 25px 0;
    border-top: 1px solid #e6e6e4;
    border-bottom: 1px solid #e6e6e4;
}



.detail .dtl p {
    color: #1b1b1b;
    font-size: 18px;
    line-height: 35px;
    margin: 10px 0;
}

.dtl-page li {
    width: 100%;
    height: 78px;
    line-height: 78px;
}

.dtl-page .previous {
    border-bottom: 1px solid #e6e6e4;
}

.dtl-page li a {
    color: #1b1b1b;
    font-size: 16px;
}

.dtl-page li:hover a {
    color: #1d4f91;
    font-weight: bold;
}

.danye .dtl {
    border: unset;
}

.piclist ul li {
    width: 100%;
    overflow: hidden;
    height: 295px;
    margin: 40px 0;
    display: flex;
    align-items: center;
}

.piclist ul li:nth-child(2n) {
    background: #f5f5f5;
}

.piclist ul li a {
    display: flex;
    flex-wrap: wrap;
}

.piclist ul li .img {
    width: 375px;
    overflow: hidden;
}

.piclist ul li .text {
    width: calc(100% - 375px);
    position: relative;
}

.piclist ul li .text::before {
    content: '';
    width: 95%;
    height: 1px;
    background: #d5dadb;
    display: inline-block;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

/* .piclist ul li:hover .text::before {
    background: #0d5e9d;
    transition: all 0.5s ease-in-out;
} */

.piclist ul li .text::after {
    content: '';
    width: 0;
    height: 1px;
    background: #0d5e9d;
    display: inline-block;
    position: absolute;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.piclist ul li:hover .text::after {
    width: 95%;
    transition: all 0.5s ease-in-out;
}

.piclist ul li .img img {
    width: 100%;
    height: 210px;
}

.piclist ul li .dete {
    color: #0d5e9d;
    font-size: 40px;
    width: 113px;
}

.piclist ul li .title {
    color: #1f1f1f;
}

.piclist ul li .xian {
    width: 60px;
    height: 60px;
    background: url(/hdimg/bas/img/textlist-xian.png) center no-repeat;
    margin: 0 10px;
}

.piclist ul li .desc {
    color: #1f1f1f;
    opacity: .5;
    margin-top: 12px;
}

.piclist ul li .text {
    display: flex;
    align-items: center;
}

.piclist ul li .text2 {
    flex: 1;
    box-sizing: border-box;
    padding-right: 50px;
}

.piclist ul li:hover {
    transition: all 0.4s ease-in-out;
    background: url(/hdimg/bas/img/piclist-libg.jpg) center no-repeat;
}

.piclist ul li:hover .title {
    color: #0d5e9d;
}

/* - */
.pagination {
    width: 100%;
    display: flex;
    justify-content: center;
}

.pagination li {
    display: inline-block;
    margin: 0 5px;
}

.pagination li a {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #aaa;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    padding: 0 10px;
}

.pagination li a:hover,
.pagination li.active a {
    color: #fff;
    background: #1d4f91;
}

/* ------------------- */

.sch-form {
    width: 100%;
    height: 60px;
    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%);
    position: relative;
}

.sch-form .sch-input {
    width: 100%;
    height: 60px;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    padding: 0 40px;
    outline: unset;
}

.sch-form .sch-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    border: none;
}

.con-textlist ul.info li {
    width: 100%;
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
    box-sizing: border-box;
    padding: 25px;
    margin-bottom: 25px;
    border: 1px solid #f2f2f2;
}

.con-textlist ul.info li .dete {
    font-size: 16px;
    color: #666;
}

.con-textlist ul.info li .title {
    display: inline-block;
    color: #1b1b1b;
    font-size: 18px;
    margin: 10px 0;
}

.con-textlist ul.info li .desc {
    font-size: 16px;
    color: #666;
}

.text-danger {
    font-weight: bold;
    color: #fc0404 !important;
}

/* ----------------------- */

.con-cplist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 40px;
    justify-content: space-between;
}

.subnav2 {
    width: 260px;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    box-sizing: border-box;
    padding: 30px;
    background: url(/hdimg/bas/img/subnav2.jpg) center no-repeat;
    background-size: cover;
}

.subnav2 ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subnav2 ul li:last-of-type {
    border: none;
}

.subnav2 ul li {
    border-bottom: 1px solid #e7ebeb;
}

.subnav2 ul li span {
    width: 57px;
    height: 19px;
    opacity: .2;
    display: inline-block;
    background: url(/hdimg/bas/img/more-ico.png) no-repeat;
}

.subnav2 ul li:hover a {
    color: #0d5e9d;
    font-weight: bold;
}

.subnav2 ul li:hover span {
    opacity: 1;
    background: url(/hdimg/bas/img/more-ico3.png) no-repeat;
}

.subnav2 ul li a {
    color: #424242;
    font-size: 18px;
}

.subnav2 ul li a.on {
    color: #0D5E9D;
    font-weight: bold;
}

.cplist {
    width: calc(100% - 290px);
    display: flex;
    flex-wrap: wrap;
}

.cplist .box {
    width: calc((100% - 90px) / 3);
    margin: 0 15px 30px 15px;
    background: #fff;
    position: relative;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.cplist .box .img {
    overflow: hidden;
}

.cplist .box .img img {
    width: 100%;
}

.cplist .box .text {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(13, 94, 157, .9);
    box-sizing: border-box;
    padding: 30px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.cplist .box:hover .text {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.cplist .box .text a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.column .more .ico {
    width: 57px;
    height: 19px;
    background: url(/hdimg/bas/img/more-ico.png) no-repeat;
}

.column .more:hover {
    background: url(/hdimg/bas/img/content1Bg.jpg) center no-repeat;
    background-size: 100% 100%;
}

.column .more:hover span {
    color: #fff;
    opacity: 1;
}

.column .more:hover .ico {
    background: url(/hdimg/bas/img/more-ico2.png) no-repeat;
}

.cplist .box .text .title {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.cplist .box .text .desc {
    color: #fff;
    line-height: 25px;
    height: 75px;
    margin: 10px 0 30px 0;
    opacity: .7;
}

.cplist .box .text .more {
    width: 145px;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 61, 108, .7);
    border-radius: 5px;
    color: #fff;
    text-align: center;
}

.ztzllist {
    display: flex;
    flex-wrap: wrap;
}

.ztzllist .box {
    width: calc((100% - 75px) / 4);
    margin-right: 25px;
}

.ztzllist .box:last-of-type {
    margin-right: 0;
}

.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);
}

.picture ul {
    display: flex;
    flex-wrap: wrap;
}

.picture ul li {
    width: calc((100% - 60px) / 3);
    position: relative;
    margin-right: 30px;
}

.picture ul li:nth-child(3n) {
    margin-right: 0;
}

.picture ul li .img {
    overflow: hidden;
}

.picture ul 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;
}

.picture ul li .title {
    width: 100%;
    line-height: 60px;
    height: 60px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    color: #fff;
}

.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);
}<!--ºÄÊ±1776600458.2066Ãë-->