﻿.header {
    width: 100%;
}

.header h1 {
    width: 55.7%;
}

.header h1 img {
    /* width: 100%; */
    max-height: 91px;
}

.header .container {
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.search_text {
    display: flex;
    align-items: center;
}

.search_text .text {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #999;
    margin-right: 38px;
}

.search_text .text a {
    color: #999;
}

.search_text .text span {
    display: inline-block;
    margin: 0 15px;
}

.header .search {
    position: relative;
}

.header .search input.search-in {
    width: 215px;
    height: 35px;
    border-radius: 5px;
    line-height: 35px;
    box-sizing: border-box;
    border: 1px solid #0268B2;
    padding-left: 15px;
    outline: none;
    font-size: 14px;
    background: #fff;
    border-radius: 100000px;
}

.header .search input.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    border-radius: 100000px;
    width: 57px;
    height: 35px;
    background: url(../img/ss.png) center no-repeat #0268B2;
}

.search input::-webkit-input-placeholder {
    color: rgba(109, 109, 109, .5);
}

.search input:-moz-placeholder {
    color: rgba(109, 109, 109, .5);
}

.search input::-moz-placeholder {
    color: rgba(109, 109, 109, .5);
}

.search input:-ms-input-placeholder {
    color: rgba(109, 109, 109, .5);
}

.navigation {
    width: 100%;
    background: #0268B2;
    position: relative;
    z-index: 99;
}

.nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    flex: 1;
    height: 60px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
}

.nav .nLi.last {
    margin: 0;
}

.nav .nLi h3 {
    height: 60px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 100%;
    top: 60px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    left: 0px;
}

.nav .sub li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 16px;
}

.nav .sub a:hover {
    background: #06548d;
}

.nav .on h3 a {
    font-weight: bold;
}

.nav .nLi.on,
.nav .nLi:hover {
    background: #06548d;
}

.nav .nLi:hover .sub {
    display: block;
}

.banlist {
    position: relative;
}

.banlist .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 42px;
}

.banlist .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    margin: 0 8px;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    background: #CB181E;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 34px;
    height: 58px;
    display: inline-block;
    position: absolute;
    z-index: 99;
    cursor: pointer;
    left: 0;
    top: calc((100% - 58px) / 2);
}

.banlist .swiper-prev {
    background: url(../img/prev-ico.png) center no-repeat;
    background-size: cover;
}

.banlist .swiper-next {
    background: url(../img/next-ico.png) center no-repeat;
    background-size: cover;
    left: auto;
    right: 0;
}

.banlist .swiper-prev:hover {
    background: url(../img/prev-ico2.png) center no-repeat;
}

.banlist .swiper-next:hover {
    background: url(../img/next-ico2.png) center no-repeat;
}

/* ------------------------------------------------------------ */

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 0 55px 0;
}

.column .name {
    font-size: 32px;
    font-weight: bold;
    color: #2E2E2E;
    position: relative;
}

.column .more {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.column .more:hover {
    left: 10px;
    transition: all 0.5s ease-in-out;
}

.column .name::before {
    content: '';
    width: 50px;
    height: 3px;
    background: url(../img/column-ico1.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.column2 .name {
    color: #fff;
}

.column2 .name::before {
    background: url(../img/column-ico2.png) no-repeat;
}

.content1 {
    width: 100%;
    padding-bottom: 70px;
    background: url(../img/content1Bg.jpg) center bottom no-repeat;
    background-size: 100% 100%;
}

.new_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide {
    width: 53%;
    position: relative;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    aspect-ratio: 16/9;
    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 .tt {
    box-sizing: border-box;
    padding-top: 25px;
}

.newSlide .swiper-slide .title {
    color: #333;
    font-weight: bold;
    line-height: 30px;
    height: 30px;
}

.newSlide .swiper-slide .desc {
    color: #999;
    line-height: 30px;
    height: 60px;
}

.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: #0268B2;
}

.newSlide .swiper-slide:hover .desc {
    color: #666;
}

.newSlide .swiper-next,
.newSlide .swiper-prev {
    width: 52px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 0;
    background: url(../img/new-prev.png) no-repeat;
    background-size: cover;
    z-index: 99;
    cursor: pointer;
}

.newSlide .swiper-next {
    left: auto;
    right: 0;
    background: url(../img/new-next.png) no-repeat;
    background-size: cover;
}

.newSlide .swiper-next:hover {
    background: url(../img/new-next2.png) no-repeat;
    background-size: cover;
}

.newSlide .swiper-prev:hover {
    background: url(../img/new-prev2.png) no-repeat;
    background-size: cover;
}


.newlist {
    width: calc(47% - 30px);
}

.newlist .box {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #EDEDED;
    margin-bottom: 22px;
    padding: 0 20px;
}

.newlist .box.last {
    margin: 0;
}

.newlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
}

.newlist .box .dete {
    width: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    box-sizing: border-box;
    padding-right: 10px;
    border-right: 1px solid #EDEDED;
}

.newlist .box .d {
    color: #333;
    font-size: 24px;
}

.newlist .box .y {
    color: #9E9E9E;
}

.newlist .box .title {
    flex: 1;
    color: #333;
    line-height: 25px;
    height: 25px;
}

.newlist .box:hover {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #0268B2;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.newlist .box:hover .d,
.newlist .box:hover .title {
    color: #0268B2;
}


.content2 {
    width: 100%;
    height: 472px;
    background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover;
}

.tzgglist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tzgglist .box {
    width: calc((100% - 60px) / 3);
    margin-bottom: 60px;
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.tzgglist .box a {
    color: #fff;
    display: flex;
    align-items: center;
}

.tzgglist .box .dete {
    width: 75px;
    height: 75px;
    border-radius: 10000px;
    border: 1px solid #fff;
    opacity: .6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tzgglist .box .d {
    font-size: 24px;
}

.tzgglist .box .y {
    opacity: 0.5;
}

.tzgglist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    top: 30px;
}

.tzgglist .box .tt::before {
    content: '';
    width: 100%;
    height: 1px;
    display: inline-block;
    background: url(../img/tzgg-xian.png) center left no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
}

.tzgglist .box .title {
    opacity: .7;
    line-height: 28px;
    height: 56px;
    margin-top: 15px;
}

.tzgglist .box:hover {
    top: -10px;
    transition: all 0.5s ease-in-out;
}

.tzgglist .box:hover .dete {
    opacity: 1;
}

.tzgglist .box:hover .title {
    opacity: 1;
}

.tzgglist .box:hover .tt::before {
    background: url(../img/tzgg-xian2.png) center left no-repeat;
    opacity: .6;
}

/* ----------------------------------------- */

.banq {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #114182;
    text-align: center;
}

.banq p {
    font-size: 16px;
    color: #fff;
}

.banq a {
    color: #fff !important;
}

.foot {
    width: 100%;
    background: url(../img/footBg.jpg) center no-repeat;
    background-size: cover;
    padding: 45px 0 40px 0;
}

.foot .container {
    display: flex;
    justify-content: space-between;
}

.ft_code {
    display: flex;
    align-items: center;
}

.ft-logo img {
    max-height: 74px;
}

.ft_code .code {
    margin-left: 34px;
}

.ft_code .code img {
    width: 106px;
    height: 106px;
    border-radius: 5px;
    background: #fff;
}

.ft_code .code p {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.ftlink .container {
    height: 60px;
    display: flex;
    align-items: center;
}

.ftlink .yqlj_name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    width: 120px;
    text-align: left;
}

.ftlink .yqlj_name img {
    margin-right: 10px;
}

.yqljSlide {
    width: calc(100% - 120px);
    /* flex: 1; */
}

.yqljSlide .swiper-slide a {
    width: 100%;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.yqljSlide .swiper-slide a:hover {
    color: #0268B2;
}

.contact {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
}

.contact p img {
    height: 18px;
    margin-right: 5px;
}

.contact p:first-of-type {
    margin-right: 50px;
}

.link_box .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.link_box .box {
    width: calc((100% - 80px) / 5);
    height: 116px;
}

.link_box .box a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.link_box .box1 {
    background: url(../img/box-bg.png) center no-repeat #0268B2;
}

.link_box .box2 {
    background: url(../img/box-bg.png) center no-repeat #1290CA;
}

.link_box .box3 {
    background: url(../img/box-bg.png) center no-repeat #12B8CA;
}

.link_box .box4 {
    background: url(../img/box-bg.png) center no-repeat #12CA90;
}

.link_box .box5 {
    background: url(../img/box-bg.png) center no-repeat #CA8D12;
}

.link_box .box .name {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-left: 6px;
}

.link_box .box img {
    transition: transform 0.5s;
}

.link_box .box:hover img {
    animation: jello 1s linear;
}

.xyfcSlide {
    position: relative;
    padding-bottom: 65px;
}

.xyfcSlide .swiper-slide .img {
    width: 100%;
    box-sizing: border-box;
    padding-left: 14px;
    position: relative;
}

.xyfcSlide .swiper-slide .img .ico {
    overflow: hidden;
}

.xyfcSlide .swiper-slide .img::before {
    content: '';
    width: 100%;
    height: 164px;
    display: inline-block;
    background: linear-gradient(180deg, #0268B2 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.xyfcSlide .swiper-slide .img img {
    width: 100%;
    aspect-ratio: 16/9;
    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;
}

.xyfcSlide .swiper-slide .title {
    width: 100%;
    line-height: 60px;
    height: 60px;
    color: #2E2E2E;
    border-bottom: 1px solid #E4E4E4;
}

.xyfcSlide .swiper-slide:hover .title {
    color: #0268B2;
    border-bottom: 1px solid #0268B2;
}

.xyfcSlide .swiper-slide:hover .img::before {
    background: linear-gradient(180deg, #D46443 0%, rgba(255, 255, 255, 0) 100%);
}

.xyfcSlide .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);
}

.xyfcSlide .swiper-pagination-xyfc {
    text-align: center;
    margin-top: 35px;
}

.xyfcSlide .swiper-pagination-bullet {
    width: 9.5px;
    height: 9.5px;
    opacity: 1;
    margin: 0 5px;
    background: #D46443;
}

.xyfcSlide .swiper-pagination-bullet-active {
    width: 39px;
    background: #0268B2;
    border-radius: 100px;
}

.zsjy_zlxz {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zsjy,
.zlxz {
    width: calc(50% - 20px);
}

.zsjylist li.f {
    width: 100%;
    background: #FFF0EC;
}

.zsjylist li.f a {
    display: flex;
    flex-wrap: wrap;
}

.zsjylist li.f .img {
    width: 275px;
    overflow: hidden;
}

.zsjylist li.f .img img {
    width: 100%;
    height: 152px;
}

.zsjylist li.f .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 20px;
}

.zsjylist li.f .tt .title {
    color: #212121;
}

.zsjylist li.f .tt .desc {
    line-height: 25px;
    color: #9E9E9E;
    height: 50px;
    margin: 7px 0 12px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zsjylist li.f .tt .dete {
    color: #9E9E9E;
}

.zsjylist li.n {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
}

.zsjylist li.n a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zsjylist li.n .title {
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    width: calc(100% - 95px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 21px;
    height: 21px;
}

.zsjylist li.n .title::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #333;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.zsjylist li.n .dete {
    width: 95px;
    font-size: 16px;
    color: #333;
    opacity: .5;
    text-align: right;
}

.zsjylist li.n.last {
    border: none;
}

.zsjylist li.n:hover .title {
    color: #0268B2;
}

.zsjylist li.n:hover .title::before {
    background: #0268B2;
}

.zsjylist li.n:hover .dete {
    opacity: .7;
}

.zlxzlist li.n {
    width: 100%;
    padding: 20px 0;
    border-bottom: 1px solid #D8D8D8;
}

.zlxzlist li.n a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zlxzlist li.n .title {
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    width: calc(100% - 95px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zlxzlist li.n .title::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #333;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.zlxzlist li.n .dete {
    font-size: 16px;
    color: #333;
    opacity: .5;
    width: 95px;
}

.zlxzlist li.n.last {
    border: none;
}

.zlxzlist li.n:hover .title {
    color: #0268B2;
}

.zsjylist li.n:hover .title::before {
    background: #0268B2;
}

.zsjylist li.n:hover .dete {
    opacity: .7;
}

.zlxzlist li.f {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    border: 1px solid #EDEDED;
    padding: 10px 20px;
}

.zlxzlist li.f a {
    height: 100%;
    display: flex;
    align-items: center;
}

.zlxzlist li.f .dete {
    width: 56px;
    margin-right: 15px;
    padding-right: 10px;
    border-right: 1px solid #EDEDED;
}

.zlxzlist li.f .d {
    font-size: 24px;
    color: #333;
    text-align: center;
}

.zlxzlist li.f .y {
    color: #9E9E9E;
    text-align: center;
}

.zlxzlist li.f .title {
    color: #333;
    flex: 1;
    line-height: 25px;
    height: 25px;
}

.zlxzlist li.f:hover .title {
    color: #0268B2;
}

.zlxzlist li.f:hover .d {
    color: #0268B2;
}

.content4 {
    width: 100%;
    height: 637px;
    position: relative;
    box-sizing: border-box;
    padding: 80px 0 67px 0;
    display: flex;
    flex-wrap: wrap;
}

.content4::before {
    content: '';
    width: 100%;
    height: 457px;
    display: inline-block;
    background: url(../img/content4Bg.jpg) center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.jxglSlide {
    width: 45.5%;
    position: absolute;
    left: 0;
}

.jxglSlide .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.jxglSlide .swiper-slide .img {
    overflow: hidden;
}

.jxglSlide .swiper-slide .img img {
    width: 100%;
    height: 488px;
    /* aspect-ratio: 16/9; */
}

.jxglSlide .swiper-slide .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}


.content4 .container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 99;
}

.content4 .info {
    flex: 1;
}

.jxgl_box {
    width: 53.2%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tabHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabHead .more a {
    display: none;
}

.tabHead .more a.on {
    display: block;
}

.tabHead .name a {
    font-size: 32px;
    font-weight: bold;
    color: #2E2E2E;
    margin-right: 73px;
    opacity: 0.4;
    position: relative;
}

.tabHead .name a::before {
    content: '';
    width: 50px;
    height: 3px;
    background: url("../img/column-ico1.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: -12px;
}

.tabHead .name a.on {
    opacity: 1;
}

.tabCount .item {
    display: none;
}

.tabCount .item.on {
    display: block;
}

.tablist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tablist .box {
    width: calc((100% - 35px) / 2);
    height: 157px;
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 32px;
    box-sizing: border-box;
    padding: 20px 30px;
    position: relative;
}

.tablist .box3,
.tablist .box4 {
    margin-bottom: 0;
}

.tablist .box .dete {
    color: #8E8F91;
}

.tablist .box .title {
    line-height: 35px;
    height: 70px;
    color: #333;
    margin-top: 10px;
}

.tablist .box::after {
    content: '';
    width: 95%;
    height: 95%;
    background: linear-gradient(180deg, #9CCCFF 0%, rgba(156, 204, 255, 0) 100%);
    position: absolute;
    right: -3px;
    top: -3px;
    z-index: -2;
}

.tablist .box::before {
    content: '';
    width: 0;
    height: 0;
    background: linear-gradient(180deg, #E32A05 0%, rgba(227, 47, 12, 0) 100%);
    position: absolute;
    right: -3px;
    top: -3px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    z-index: -1;
}

.tablist .box:hover::before {
    background: linear-gradient(180deg, #E32A05 0%, rgba(227, 47, 12, 0) 100%);
    width: 95%;
    height: 95%;
}

.tablist .box:hover .title {
    color: #0268B2;
}



.content3 {
    width: 100%;
    background: url(../img/content3Bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.djsz_txgz {
    display: flex;
}

.tabHead2 {
    width: 145px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 60px 0 15px 0;
}

.tabHead2 .name {
    display: flex;
    flex-direction: column;
}

.tabHead2 .name a {
    margin-bottom: 96px;
    opacity: .5;
}

.tabHead2 .name a.on {
    opacity: 1;
}

.tabHead2 .more a {
    display: none;
}

.tabHead2 .more a.on {
    display: block;
}

.tabCount2 {
    flex: 1;
    box-sizing: border-box;
    padding-top: 117px;
}

.tabCount2 .item {
    height: 100%;
    background: rgba(255, 255, 255, .87);
    box-sizing: border-box;
    padding: 62px 0 0 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
    display: none;
}

.tabCount2 .item.on {
    display: flex;
}

.tabCount2 .item::before {
    content: '';
    width: 200%;
    height: 100%;
    background: rgba(255, 255, 255, .87);
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 0;
}

.itemSlide {
    width: 500px;
    box-sizing: border-box;
    padding-left: 27px;
    position: relative;
}

.itemSlide::before {
    content: '';
    width: 475px;
    height: 302px;
    box-sizing: border-box;
    border: 1px solid #0268B2;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
}

.itemSlide .swiper-slide .img {
    overflow: hidden;
}

.itemSlide .swiper-slide .img img {
    width: 100%;
    height: 264px;
}

.itemSlide .swiper-slide .tt {
    width: 100%;
    box-sizing: border-box;
    padding-top: 15px;
    padding-bottom: 28px;
}

.itemSlide .swiper-slide .title {
    line-height: 25px;
    height: 25px;
    color: #333;
    margin-bottom: 10px;
    width: 90%;
}

.itemSlide .swiper-slide .dete {
    color: #333;
    opacity: .5;
}

.infolist {
    flex: 1;
    box-sizing: border-box;
    padding-left: 40px;
}

.infolist li {
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #D6D6D6;
}

.infolist li.li1 {
    padding-top: 0;
}

.infolist li.li8 {
    padding-bottom: 0;
    border: none;
}

.infolist li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infolist li .title {
    color: #333;
    line-height: 21px;
    height: 21px;
    font-size: 16px;
    width: calc(100% - 80px);
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.infolist li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #333;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
}

.infolist li .dete {
    width: 80px;
    text-align: right;
    color: #333;
    opacity: .5;
}

.infolist li:hover .title {
    color: #0268B2;
}

.infolist li:hover .title::before {
    background: #0268B2;
}

.infolist li:hover .dete {
    opacity: .7;
}

.djszSlide .swiper-pagination-djsz,
.txgzSlide .swiper-pagination-txgz {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -40px;
}



.itemSlide .swiper-pagination-bullet {
    width: 9.5px;
    height: 9.5px;
    background: #D46443;
    display: inline-block;
    margin: 0 5px;
    opacity: 1;
}

.itemSlide .swiper-pagination-bullet-active {
    width: 39.07px;
    background: #0268B2;
    border-radius: 95px;
}


/* ------------------------------------------ */

.nydt img {
    width: 100%;
}

.nmain {
    background: #f5f7fb;
}

.nmain .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 21%;
    background: #0268B2;
    box-sizing: border-box;
    padding: 0 0 10px 10px;
    position: relative;
    margin-bottom: 50px;
    margin-top: -80px;
    border-radius: 0px 50px 0px 0px;
}

.subNav .crumbs-name {
    width: 100%;
    height: 80px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 42px;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.crumbs-name .name {
    font-size: 30px;
    font-weight: bold;
}

.subNav ul {
    background: #fff;
    box-sizing: border-box;
    padding: 10px 30px 210px 30px;
    background: url(../img/subNavBg.png) bottom no-repeat #fff;
    background-position-y: calc(100% - 45px);
}

.subNav ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

.subNav ul li::before {
    content: '>';
    display: inline-block;
    position: absolute;
    right: 0;
    color: #CECECE;
}

.subNav ul li a {
    color: #2e2e2e;
}

.subNav ul li.on a,
.subNav ul li:hover a {
    color: #0268B2;
    font-weight: bold;
}

.subNav ul li:hover::before,
.subNav ul li.on::before {
    color: #0268B2;
}


.ncontent {
    width: calc(79% - 40px);
    overflow: hidden;
}

.crumbs {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: flex-end;
    color: #9E9E9E;
}

.crumbs a {
    color: #9E9E9E;
}

.crumbs .wz span:last-of-type {
    display: none;
}

.listBg {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 83px;
}

.textlist .box {
    width: 100%;
    height: 121px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 25px;
    position: relative;
}

.textlist .box::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1px solid #0268B2;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.textlist .box a {
    display: flex;
    align-items: center;
}

.textlist .box .dete {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 73px;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    position: relative;
}

.textlist .box .dete::before {
    content: '';
    width: 0;
    height: 5px;
    border-right: 1px solid #DEDEDE;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: 27px;
}

.textlist .box .dete::after {
    content: '';
    width: 0;
    height: 5px;
    border-right: 1px solid #DEDEDE;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: 27px;
}

.textlist .box .d {
    font-size: 28px;
    color: #373737;
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.textlist .box .y {
    width: 100%;
    height: 26px;
    color: #868686;
    line-height: 26px;
    background: #DEDEDE;
    text-align: center;
}

.textlist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}

.textlist .box .title {
    color: #373737;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
}

.textlist .box .desc {
    color: #373737;
    line-height: 25px;
    height: 50px;
    opacity: 0.5;
}

.textlist .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.textlist .box:hover .title {
    color: #0268B2;
}

.textlist .box:hover .dete {
    border: 1px solid #0268B2;
}

.textlist .box:hover .d {
    color: #0268B2;
}

.textlist .box:hover .y {
    background: #0268B2;
    color: #fff;
}

.textlist .box:hover .dete::before {
    border-right: 1px solid #0268B2;
}

.textlist .box:hover .dete::after {
    border-right: 1px solid #0268B2;
}

.piclist .box {
    margin-bottom: 30px;
    background: #F5F7FB;
}

.piclist .box a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;

}

.piclist .box .img {
    width: 300px;
    overflow: hidden;
}

.piclist .box .img img {
    width: 100%;
    height: 167px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 24px;
}

.piclist .box .title {
    font-weight: bold;
    color: #272727;
}

.piclist .box .desc {
    color: #272727;
    line-height: 25px;
    height: 50px;
    opacity: 0.5;
    margin: 5px 0 20px 0;
}

.piclist .box .dete {
    color: #272727;
    opacity: 0.5;
}

.piclist .box:hover {
    background: #0268B2;
}

.piclist .box:hover .title {
    color: #fff;
}

.piclist .box:hover .desc {
    color: #fff;
}

.piclist .box:hover .dete {
    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);
}

.picture .info {
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-bottom: 30px;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    aspect-ratio: 16/9;
    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 {
    width: 100%;
    line-height: 55px;
    height: 55px;
    color: #373737;
    border-bottom: 1px solid rgba(55, 55, 55, .2);
}

.picture .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture .box:hover .title {
    color: #0268B2;
}

.detail {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
    box-sizing: border-box;
    padding: 40px 86px;
}

.detail .title {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #3D3D3D;
}

.detail .timer {
    width: 100%;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 45px 0;
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
}

.detail .dtl p {
    font-size: 18px;
    line-height: 30px;
    color: #434343;
    margin: 10px 0;
}

.detail .dtl img,
.detail .dtl video {
    max-width: 100%;
}

.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.detail-page .box {
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
}

.detail-page .box::before {
    content: '';
    width: 0;
    height: 1px;
    background: #0268B2;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.detail-page .box a {
    color: #9E9E9E;
    font-size: 16px;
}

.detail-page .box:hover a {
    color: #0268B2;
}

.detail-page .box:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.detail .timer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 10px 0;
    color: #9E9E9E;
}

.detail .timer>div {
    margin: 0 15px;
}

.danye .dtl {
    border: none;
    padding: 0;
}

/* ------------------------------------------------------- */
.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: 55px;
}

.sp_header {
    height: 50px;
    background: #0268B2;
    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: #0268B2;
    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: 999;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #0268B2;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #0268B2 !important;
    background-color: #0268B2 !important;
}

.tabHead3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: none;
    padding: 35px 0;
}

.tabHead3 .more a {
    display: none;
}

.tabHead3 .more a.on {
    display: block;
}

.tabHead3 .name a {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    margin-right: 15px;
    opacity: 0.7;
}

.tabHead3 .name a.on {
    opacity: 1;
}

.search_li {
    height: auto;
}

.search_li .dete2 {
    color: #999;
    margin-top: 5px;
}

.content5 {
    width: 100%;
    background: url(../img/content5Bg.png) center bottom no-repeat;
    background-size: 100% 100%;
}

.tealist .info {
    display: flex;
    flex-wrap: wrap;
}

.tealist .box {
    width: calc((100% - 120px) / 5);
    margin-right: 30px;
    margin-bottom: 30px;
}

.tealist .box:nth-child(5n) {
    margin-right: 0;
}

.tealist .box .img {
    overflow: hidden;
}

.tealist .box .img img {
    width: 100%;
    aspect-ratio: 3/4;
    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 .box .title {
    width: 100%;
    line-height: 55px;
    height: 55px;
    color: #373737;
    border-bottom: 1px solid rgba(55, 55, 55, .2);
}

.tealist .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 .box:hover .title {
    color: #0268B2;
}

.banq p br {
    display: none;
}