.head {
    width: 100%;
    height: 195px;
    background: url(../img/headBg.jpg) center no-repeat;
    background-size: cover;
}

.head h1 {
    max-width: 71%;
}

.head h1 img {
    width: 100%;
}

.head .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.searchText {
    display: flex;
}

.search {
    width: 207px;
    height: 40px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #0163AA;
    position: relative;
    border-radius: 10000px;
    margin-left: 25px;
}

.search .search-in {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #999;
    border-radius: 10000px;
}

.search .search-in::placeholder {
    color: #999;
}

.search .search-btn {
    width: 15px;
    height: 15px;
    background: url(../img/ss.svg) no-repeat;
    position: absolute;
    right: 15px;
    top: 12px;
    border: none;
}

.navgation {
    width: 100%;
    background: #0163AA;
}

.navgation ul {
    height: 100%;
    height: 65px;
    display: flex;
    align-items: center;
}

.navgation ul .nli {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
}

.navgation ul .nli.li6 {
    width: 74px;
    flex: auto;
}

.navgation ul .nli.on,
.navgation ul .nli:hover {
    background: #005492;
}

.navgation ul .nli.on::before,
.navgation ul .nli:hover:before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.navgation ul li h3 a {
    color: #fff;
    font-size: 18px;
}

.navgation ul li.on h3 a,
.navgation ul li:hover h3 a {
    font-weight: bold;
}

.navgation ul .sub {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
}

.navgation ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navgation ul .sub li {
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.navgation ul .sub li a {
    color: #404040;
    font-size: 16px;
}

.navgation ul .sub li:hover a {
    color: #005492;
}

.navgation ul .sub2 {
    width: 130%;
    position: absolute;
    left: 100%;
    top: 40%;
    flex-direction: column;
    background: #fff;
    z-index: 99;
    height: auto;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    display: none !important;
}

.navgation ul .sub li:hover .sub2 {
    display: flex !important;
}

.navgation ul .sub2 li {
    height: 35px;
    line-height: 35px;
}

.navgation ul .sub2 li a {
    color: #404040;
}

.navgation ul .sub li:hover .sub2 li a {
    color: #404040;
}

.navgation ul .sub li .sub2 li:hover a {
    color: #005492;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0 30px 0;
    position: relative;
}

.column a {
    display: inline-block;
}

.column .title {
    position: relative;
    box-sizing: border-box;
    padding-left: 48px;
}

.column .title::before {
    width: 39px;
    height: 34px;
    content: '';
    display: inline-block;
    background: url(../img/column-title-ico.svg) center no-repeat;
    position: absolute;
    left: 0;
    top: 7px;
}

.content1 {
    width: 100%;
    padding-bottom: 70px;
    overflow: hidden;
}

.new_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide {
    width: 715px;
    position: relative;
}

.newSlide .swiper-slide {
    width: 100%;
    position: relative;
}

.newSlide .swiper-slide .dete {
    width: 68px;
    height: 55px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newSlide .swiper-slide .d {
    text-align: center;
    font-size: 22px;
}

.newSlide .swiper-slide .y {
    text-align: center;
    opacity: .5;
}

.newSlide .swiper-slide a {
    width: 100%;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.newSlide .swiper-slide .title {
    width: calc(100% - 80px);
    margin: 0 auto;
    height: 67px;
    line-height: 67px;
    background: #005486;
    color: #fff;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    background: linear-gradient(270deg, #00923F 0%, #005486 100%);
}

.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-next,
.newSlide .swiper-prev {
    width: 52px;
    height: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 7.5px;
    z-index: 9;
    cursor: pointer;
    background: url(../img/new-prev.jpg) center no-repeat;
    background-size: cover;
}

.newSlide .swiper-next {
    background: url(../img/new-next.jpg) center no-repeat;
    left: auto;
    right: 0;
    background-size: cover;
}

.newlist {
    width: calc(100% - 755px);
}

.newlist li.f {
    width: 100%;
    box-sizing: border-box;
    padding-top: 8px;
    position: relative;
    padding-right: 8px;
}

.newlist li.f::before {
    content: '';
    width: calc(100% - 8px);
    height: 100%;
    display: inline-block;
    background: #005486;
    background: linear-gradient(270deg, #00923F 0%, #005486 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.newlist li.f a {
    width: 100%;
    height: 83px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 20px;
}

.newlist li.f .title {
    color: #242424;
    margin-bottom: 12px;
    line-height: 25px;
    height: 25px;
}

.newlist li.f .dete {
    opacity: 0.5;
    color: #9C9C9C;
}

.newlist li.f .dete img {
    position: relative;
    top: -2px;
    margin-right: 4px;
}

.newlist li.f:hover .title {
    color: #0168A3;
}

.newlist li.n {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px solid #EBEBEB;
}

.newlist li.n a {
    display: flex;
    align-items: center;
}

.newlist li.n .dete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid rgba(216, 216, 216, .5);
}

.newlist li.n .d {
    color: #242424;
    font-size: 22px;
}

.newlist li.n .y {
    color: #C8C8C8;
}

.newlist li.n .title {
    color: #242424;
    flex: 1;
}

.newlist li.n:hover .title {
    font-weight: bold;
}

.newlist li.n:hover .title,
.newlist li.n:hover .d,
.newlist li.n:hover .y {
    color: #0168A3;
    font-weight: bold;
}



.newlist li.last {
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}

.content2 {
    width: 100%;
    height: 416px;
    background: url(../img/content2Bg.png) center no-repeat #F0F8FF;
    overflow: hidden;
}

.tzggSlide {
    width: 100%;
    position: relative;
}

.tzggSlide::before {
    content: '';
    width: 400%;
    height: 0;
    border-top: 1px solid #E2E5E8;
    display: inline-block;
    position: absolute;
    left: -200%;
    z-index: 0;
    top: 28%;
}

.tzggSlide .swiper-slide {
    position: relative;
}

.tzggSlide .swiper-slide a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tzggSlide .swiper-slide .dete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tzggSlide .swiper-slide .d {
    text-align: center;
    font-size: 22px;
    color: #242424;
}

.tzggSlide .swiper-slide .y {
    text-align: center;
    color: #242424;
    opacity: .5;
}

.tzggSlide .swiper-slide .xian {
    width: 0;
    height: 2px;
    background: #0168A3;
    display: inline-block;
    margin: 20px 0 30px 0;
    position: relative;
}

.tzggSlide .swiper-slide .xian::before {
    content: '';
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url(../img/tzgg-ico1.svg) center no-repeat;
    position: absolute;
    top: -13px;
    left: calc((100% - 27px) / 2);
    transition: all 0.5s ease-in-out;
}

.tzggSlide .swiper-slide .title {
    width: 100%;
    line-height: 30px;
    height: 60px;
    color: #333333;
    text-align: center;
}

.tzggSlide .swiper-slide .xian2 {
    width: 0;
    height: 37px;
    border-left: 1px solid #E2E5E8;
    display: inline-block;
    margin: 15px 0;
}

.tzggSlide .swiper-slide .more {
    color: rgba(153, 153, 153, 0.8);
}

.tzggSlide .swiper-prev,
.tzggSlide .swiper-next {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 21%;
    z-index: 99;
    cursor: pointer;
}

.tzggSlide .swiper-next {
    left: auto;
    right: 0;
}

.tzggSlide .swiper-slide:hover .xian {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.tzggSlide .swiper-slide:hover .xian::before {
    background: url(../img/tzgg-ico2.svg) center no-repeat;
}

.tzggSlide .swiper-slide:hover .title {
    font-weight: bold;
    color: #0168A3;
}

.tzggSlide .swiper-slide:hover .xian2 {
    border-left: 1px solid #0168A3;
}

.tzggSlide .swiper-slide:hover .more {
    color: #0168A3;
}

/* 党群工作 */

.content4 {
    width: 100%;
    padding-bottom: 60px;
    background: url(../img/content4Bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.djgzlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.djgzlist .item {
    width: calc((100% - 40px) / 2);
}

.dj-pic {
    width: 360px;
    height: 452px;
    float: left;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 30px;
    background: #fff;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.dj-pic::before {
    content: '';
    width: 61px;
    height: 61px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    position: absolute;
    bottom: 13px;
    right: 84px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.dj-pic .img {
    overflow: hidden;
}

.dj-pic .img img {
    width: 100%;
    height: 167px;
}

.dj-pic .tt {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    position: relative;
}

.dj-pic .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #414141;
    height: 60px;
}

.dj-pic .desc {
    line-height: 25px;
    height: 75px;
    text-align: justify;
    color: #414141;
    opacity: 0.5;
    margin: 15px 0 30px 0;
}

.dj-pic .more {
    width: 24px;
    height: 12px;
    display: inline-block;
    background: url(../img/dj-jt1.png) center no-repeat;
    position: absolute;
    right: 0;
    bottom: 25px;
}

.dj-pic:hover {
    border: 1px solid #008E44;
    box-shadow: 0px 0px 45.31px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}

.dj-pic:hover::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.dj-pic:hover .title {
    color: #005585;
}


.dj-pic .dete {
    color: #005585;
    opacity: .5;
}

.dj-box {
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding-top: 50px;
    margin-left: 360px;
}

.dj-box .box {
    width: 100%;
    height: 177px;
    background: #E1EFFC;
    box-sizing: border-box;
    padding: 22px;
    position: relative;
}

.dj-box .box3,
.dj-box .box6 {
    background: #0168A3;
}

.dj-box .box .title {
    font-size: 16px;
    color: #414141;
    line-height: 25px;
    height: 50px;
}

.dj-box .box .dete {
    color: #A0A0A0;
    margin-top: 30px;
    opacity: .5;
}

.dj-box .box3 .title,
.dj-box .box6 .title {
    color: #fff;
}

.dj-box .box3 .dete,
.dj-box .box6 .dete {
    color: #fff;
}

.dj-box .box .more {
    width: 24px;
    height: 12px;
    display: inline-block;
    background: url(../img/dj-jt1.png) center no-repeat;
    position: absolute;
    left: 25px;
    bottom: 25px;
    opacity: 1;
}

.dj-box .box3 .more,
.dj-box .box6 .more {
    background: url(../img/dj-jt2.png) center no-repeat;
    opacity: 1;
}

.content5 {
    width: 100%;
    padding: 80px 0;
    background: url(../img/content5Bg.png) center bottom no-repeat;
    background-size: cover;
    overflow: hidden;
}

.home_btn {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home_btn .box {
    width: calc((100% - 90px) / 4);
    height: 116px;
    background: #fff;
    box-shadow: 0px 0px 45.31px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    border: 1px solid #fff;
}

.home_btn .box a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_btn .box .ico {
    margin-right: 25px;
}

.home_btn .box .ico img {
    transition: transform 0.5s;
}

.home_btn .box:hover {
    box-sizing: border-box;
    border: 1px solid #008E44;
    box-shadow: 0px 0px 45.31px 0px rgba(0, 0, 0, 0.1);
}

.home_btn .box:hover .ico img {
    animation: jello 1s linear;
}


.txgzSlide {
    position: relative;
    width: calc(100% + 40px);
    margin-left: -20px;
}

.txgzSlide .swiper-container {
    box-sizing: border-box;
    padding: 20px;
}

.txgzSlide .swiper-slide .img {
    overflow: hidden;
}

.txgzSlide .swiper-slide img {
    width: 100%;
    height: 250px;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.txgzSlide .swiper-slide .dete {
    width: 68px;
    height: 55px;
    border: 1px solid #FFFFFF;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.txgzSlide .swiper-slide {
    background: #FFFFFF;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
}

.txgzSlide .swiper-slide .d {
    font-size: 22px;
}

.txgzSlide .swiper-slide .y {
    opacity: .5;
}

.txgzSlide .swiper-slide .tt {
    box-sizing: border-box;
    padding: 25px;
}

.txgzSlide .swiper-slide .title {
    color: #2E2E2E;
    line-height: 25px;
    height: 25px;
}

.txgzSlide .swiper-slide .desc {
    line-height: 25px;
    text-align: justify;
    color: #2E2E2E;
    opacity: .5;
    height: 50px;
    margin-top: 10px;
}

.txgzSlide .swiper-slide:hover {
    box-sizing: border-box;
    border: 1px solid #008E44;
}

.txgzSlide .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);
}

.txgzSlide .swiper-slide:hover .title {
    color: #0168A3;
    font-weight: bold;
}

.txgz_btn {
    position: absolute;
    display: flex;
    align-items: center;
    right: 136px;
}

.txgz_btn .swiper-next,
.txgz_btn .swiper-prev {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    cursor: pointer;
    margin: 0 10px;
}

/* 教学科研 */

.content3 {
    padding-bottom: 70px;
    width: 100%;
    background: url(../img/content3Bg.jpg) center top no-repeat;
    background-size: cover;
    overflow: hidden;
}

.jxky_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jxky_box .jxgz,
.jxky_box .kygz {
    width: calc((100% - 50px) / 2);
}


.advSlide {
    position: relative;
    margin-top: 80px;
}

.advSlide .swiper-slide .img {
    overflow: hidden;
}

.advSlide .swiper-slide .img img {
    width: 100%;
}

.advSlide .swiper-pagination {
    width: auto;
    padding: 0 10px;
    height: 30px;
    border-radius: 10000px;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: flex;
    align-items: center;
}

.advSlide .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
    opacity: .5;
    margin: 0 6px;
}

.advSlide .swiper-pagination-bullet-active {
    opacity: 1;
}

.jxgz_pic {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jxgz_pic .pic {
    width: calc((100% - 25px) / 2);
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.jxgz_pic .pic .img {
    overflow: hidden;
}

.jxgz_pic .pic .img img {
    width: 100%;
    height: 181px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jxgz_pic .pic .title {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #333333;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
}

.jxgz_pic .pic: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);
}

.jxgz_pic .pic:hover .title {
    background: #0168A3;
    color: #fff;
}


.jxgz_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}


.jxgz_box .box {
    width: calc((100% - 25px) / 2);
    margin-top: 30px;
}

.jxgz_box .box .deter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0.5;
}

.jxgz_box .box .xian {
    flex: 1;
    height: 0;
    border-bottom: 1px solid #0168A3;
    display: inline-block;
    box-sizing: border-box;
    margin: 0 10px;
}

.jxgz_box .box .dete {
    color: #0168A3;
}

.jxgz_box .box .title {
    line-height: 30px;
    color: #2E2E2E;
    height: 60px;
    margin-top: 10px;
}

.jxgz_box .box:hover .deter {
    opacity: 1;
}

.jxgz_box .box:hover .title {
    color: #084D9B;
    font-weight: bold;
}

.kygz_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kygz_box .kylist {
    width: calc(100% - 404px);
}

.kylist .box {
    width: 100%;
    margin-bottom: 18px;
    background: #F0F8FF;
    height: 80px;
    box-sizing: border-box;
    padding: 0 17px;
    display: flex;
    align-items: center;
}

.kylist .box .title {
    line-height: 30px;
    color: #2E2E2E;
    height: 60px;
}

.kylist .box:hover {
    background: #0168A3;
}

.kylist .box:hover .title {
    color: #fff;
    font-weight: bold;
}

.kylist .box:last-of-type {
    margin: 0;
}

.kySlide {
    width: 384px;
    position: relative;
    box-sizing: border-box;
    padding: 0 23px;
}

.kySlide::before {
    content: '';
    width: 100%;
    height: calc(100% - 70px);
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    box-sizing: border-box;
    border: 1px solid #3DA770;
    box-shadow: 0px 0px 45.31px 0px rgba(0, 0, 0, 0.1);
}

.kySlide::after {
    content: '';
    width: 61px;
    height: 61px;
    display: inline-block;
    background: url(../img/logo-ico.png) center no-repeat;
    position: absolute;
    right: 28px;
    bottom: 32px;
}

.kySlide .swiper-slide .img {
    overflow: hidden;
}

.kySlide .swiper-slide .img img {
    width: 100%;
    height: 191px;
    object-fit: cover;
}

.kySlide .swiper-slide .titler {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 25px 0 20px 0;
}

.kySlide .swiper-slide .desc {
    line-height: 22px;
    color: #2E2E2E;
    opacity: .5;
    height: 66px;
}

.kySlide .swiper-slide .ttile {
    flex: 1;
    color: #005585;
    line-height: 25px;
    height: 50px;
    font-weight: bold;
}

.kySlide .swiper-slide .dete {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding-right: 10px;
    border-right: 1px solid rgba(216, 216, 216, .5);
}

.kySlide .swiper-slide .d {
    text-align: center;
    color: #242424;
    font-size: 22px;
}

.kySlide .swiper-slide .y {
    text-align: center;
    color: #C8C8C8;
}

.kySlide .swiper-prev,
.kySlide .swiper-next {
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 24px;
    bottom: 45px;
    z-index: 99;
    cursor: pointer;
}

.kySlide .swiper-next {
    left: 80px;
}

/* ---------------------- */

.footer {
    width: 100%;
    height: 304px;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.foot1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 65px 0 50px 0;
}

.foot2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ftyqlj {
    display: flex;
}

.ftyqlj .box {
    width: 248px;
    height: 52px;
    box-sizing: border-box;
    border: 1px solid rgba(216, 216, 216, .3);
    margin-left: 27px;
    cursor: pointer;
    position: relative;
}

.ftyqlj .box h3 {
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    box-sizing: border-box;
    padding: 0 18px;
    position: relative;
}

.ftyqlj .box h3::before {
    content: '';
    width: 16px;
    height: 8px;
    display: inline-block;
    background: url(../img/jt-ico.png) center no-repeat;
    position: absolute;
    right: 18px;
    top: 22px;
}

.ftyqlj .box .sub {
    display: none;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    position: absolute;
    left: 0;
    max-height: 140px;
    overflow-y: scroll;
}

.ftyqlj .box .sub a {
    color: #333;
    text-align: center;
    line-height: 30px;
    width: 100%;
    display: inline-block;
}

.ftyqlj .box .sub a:hover {
    color: #005486;
}

.ftyqlj .box:hover .sub {
    display: block;
}

.contact {
    position: relative;
}

.contact::before {
    content: '';
    width: 24px;
    height: 24px;
    display: inline-block;
    background: url(../img/place-ico.png) center no-repeat;
    position: absolute;
    left: -30px;
}

.contact p {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
}

.banq p {
    line-height: 35px;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
    text-align: right;
}

.banq p a {
    color: rgba(255, 255, 255, .8) !important;
}

.codes {
    display: flex;
}

.codes .box {
    margin-right: 28px;
    position: relative;
    cursor: pointer;
}

.codes .box .ico {
    width: 46px;
    height: 46px;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.codes .box .img {
    display: none;
    position: absolute;
    left: 120%;
    bottom: -30px;
}

.codes .box .img img {
    width: 110px;
    height: 110px;
}

.codes .box:hover .img {
    display: block;
}

/* ----------------------------- */
.nmain {
    width: 100%;
    background: url(../img/nmainBg.jpg) center top no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 50px 0;
}

.nmain .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 310px;
    background: #005486;
    background: linear-gradient(0deg, #00923F 0%, #005486 100%);
    box-sizing: border-box;
    padding: 0 0 10px 10px;
}

.subNav .name {
    height: 107px;
    line-height: 107px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding-left: 70px;
    position: relative;
}

.subNav .name::before {
    content: '';
    width: 39px;
    height: 34px;
    content: '';
    display: inline-block;
    background: url(../img/column-title-ico2.svg) center no-repeat;
    position: absolute;
    left: 20px;
    top: 39px;
}

.subNav ul {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 30px 65px 30px;
}

.subNav ul li {
    width: 100%;
    /* height: 72px; */
    line-height: 72px;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    position: relative;
}

.subNav ul li::before {
    content: '';
    width: 13px;
    height: 17px;
    background: url(../img/nav-ico.png) center no-repeat;
    background-size: cover;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 25px;
}

.subNav ul li a {
    font-size: 18px;
    font-weight: bold;
    color: #272727
}

.subNav ul li.on,
.subNav ul li:hover {
    border-bottom: 1px solid #0168A3;
}

.subNav ul li.on::before,
.subNav ul li:hover::before {
    background: url(../img/nav-ico2.png) center no-repeat;
    background-size: cover;
}

.subNav ul li.on a,
.subNav ul li:hover a {
    color: #0168A3
}

.ncontent {
    width: calc(100% - 340px);
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 30px;
}

.crumbs {
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(1, 104, 163, .2);
    margin-bottom: 30px;
}

.crumbs .name {
    font-size: 28px;
    font-weight: bold;
    color: #0168A3;
    position: relative;
}

.crumbs .name::before {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
    border-top: 3px solid #0168A3;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.crumbs .list {
    display: flex;
    align-items: center;
    color: #AFAFAF;
}

.crumbs .list a {
    color: #AFAFAF;
}

.crumbs .list span:last-of-type {
    display: none;
}

.picture .info {
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 40px) / 3);
    box-sizing: border-box;
    padding: 17px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 40.27px 0px rgba(0, 0, 0, 0.1);
    margin-right: 20px;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .box .title {
    color: #414141;
    line-height: 26px;
    height: 52px;
    margin: 10px 0;
}

.picture .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture .box:hover {
    background: #0168A3;

    box-shadow: 0px 0px 40.27px 0px rgba(0, 0, 0, 0.1);
}

.picture .box:hover .title {
    color: #fff;
}

.list-page {
    width: 100%;
    height: 30px;
    margin: 40px 0 20px 0;
}

.textlist .box {
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #D8D8D8;
}

.textlist .box a {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.textlist .box .title {
    color: #292929;
    box-sizing: border-box;
    padding-left: 20px;
    flex: 1;
    position: relative;
    line-height: 25px;
    height: 25px;
}

.textlist .box .title::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 11px;
    background: #292929;
}

.textlist .box .dete {
    opacity: 0.5;
    color: #292929;
    width: 80px;
    text-align: right;
}

.textlist .box:hover {
    background: #0168A3;
    box-sizing: border-box;
    padding: 0 17px;
}

.textlist .box:hover .title {
    color: #fff;
    font-weight: bold;
}

.textlist .box:hover .title::before {
    background: #fff;
}

.textlist .box:hover .dete {
    color: #fff;
    opacity: 1;
}

.detail {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 73px 10px 73px;
}

.detail .title {
    font-size: 32px;
    font-weight: bold;
    color: #2B2B2B;
    text-align: center;
}

.timer {
    padding: 25px 0 15px 0;
    text-align: center;
    height: 20px;
    width: 100%;
}

.timer>div {
    color: #9E9E9E;
    opacity: .8;
    margin: 0 35px;
    display: inline-block;
}


.detail .dtl {
    font-size: 18px;
    line-height: 40px;
    color: #464646;
    text-align: justify;
    border-bottom: 1px solid rgba(216, 216, 216, .6);
    border-top: 1px solid rgba(216, 216, 216, .6);
    padding: 25px 0;
}

.detail .dtl p {
    margin: 10px 0;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100%;
    height: auto;
}

.detail-page {
    width: 100%;
}

.detail-page .box {
    width: 100%;
    padding: 22px 0;
    position: relative;
}

.detail-page .box1 {
    border-bottom: 1px solid #D8D8D8;
}

.detail-page .box a {
    color: #2A2A2A;
    font-size: 16px;
    opacity: .5;
}

.detail-page .box:hover a {
    color: #0168A3;
    opacity: 1;
}

.danye .dtl {
    padding: 0;
    border: none;
}

.piclist .info {
    display: flex;
    flex-wrap: wrap;
}

.piclist .box {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
}

.piclist .box::before {
    content: '';
    width: 100%;
    height: calc(100% - 58px);
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    box-shadow: 0px 0px 37.75px 0px rgba(0, 0, 0, 0.1);
}

.piclist .box a {
    position: relative;
    z-index: 9;
}

.piclist .box:nth-child(3n) {
    margin-right: 0;
}

.piclist .box .img {
    overflow: hidden;
}

.piclist .box .img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .box .tt {
    box-sizing: border-box;
    padding: 20px 0;
}

.piclist .box .titler {
    width: 100%;
    display: flex;
    align-items: center;
}

.piclist .box .desc {
    line-height: 22px;
    color: #2E2E2E;
    opacity: .5;
    height: 66px;
}

.piclist .box .title {
    flex: 1;
    color: #272727;
    line-height: 25px;
    height: 50px;
}

.piclist .box .dete {
    width: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    padding-right: 10px;
    border-right: 1px solid rgba(216, 216, 216, .5);
}

.piclist .box .d {
    text-align: center;
    color: #242424;
    font-size: 20px;
}

.piclist .box .y {
    text-align: center;
    color: #C8C8C8;
}

.piclist .box .desc {
    color: #8F8F8F;
    line-height: 25px;
    height: 50px;
    opacity: .5;
    margin-top: 20px;
}

.piclist .box:hover::before {
    background: #0168A3;
    box-shadow: 0px 0px 37.75px 0px rgba(0, 0, 0, 0.1);
}

.piclist .box:hover .desc {
    color: #fff;
}

.piclist .box:hover .d,
.piclist .box:hover .y,
.piclist .box:hover .title {
    color: #fff;
}

.piclist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.tealist .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.tealist .box {
    width: calc((100% - 23px) / 2);
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-top: 46px;
}

.tealist .box a {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding: 28px 35px 25px 25px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
}

.tealist .box a::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/tea-box-bg.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.tealist .box .img {
    width: 153px;
    position: absolute;
    right: 35px;
    bottom: 10px;
}

.tealist .box .img img {
    width: 100%;
}

.tealist .box .tt {
    /* flex: 1; */
    width: calc(100% - 153px);
    box-sizing: border-box;
    padding-right: 25px;
}

.tealist .box .name {
    font-size: 20px;
    font-weight: bold;
    color: #272727;
}

.tealist .box .xian {
    width: 100%;
    height: 0;
    margin: 15px 0;
    border-top: 1px solid #EBEBEB;
}

.tealist .box .sub_name {
    color: #009140;
    height: 24px;
    background: rgba(191, 255, 219, .3);
    display: inline-block;
    line-height: 24px;
    padding: 0 8px;
}

.tealist .box .desc {
    line-height: 25px;
    height: 50px;
    color: #9E9E9E;
    text-align: justify;
    margin-top: 10px;
}

.tealist .box:hover a {
    box-sizing: border-box;
    border: 1px solid #0A4890;
    transition: all 0.5s ease-in-out;
}

.tealist .box:hover .name {
    color: #0168A3;
}

.tealist .box:hover a::before {
    background: url(../img/tea-box-bg2.png) center no-repeat;
    background-size: cover;
    transition: all 0.5s ease-in-out;
}

/* --------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    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;
}

.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: #1C65B4;
    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%;
    box-sizing: border-box;
    padding: 15px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.searchlist .box .title {
    color: #292929;
    line-height: 30px;
    height: 30px;
}

.searchlist .box .desc {
    line-height: 25px;
    height: 50px;
    color: #666;
    margin: 10px 0;
}

.searchlist .box .dete {
    color: #666;
}

.subNav ul li .nav_sub {
    padding: 10px 0;
    line-height: normal;
    border-top: 1px solid rgba(216, 216, 216, .5);
}

.subNav ul li .nav_sub a {
    width: 100%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    color: #272727;
    font-weight: normal;
}

.subNav ul li .nav_sub a:hover,
.subNav ul li .nav_sub a.on {
    color: #0168A3;
    font-weight: bold;
}