.header {
    width: 100%;
    background: url(../img/headerBg.jpg) center no-repeat;
    background-size: cover;
}

.head .container {
    padding: 35px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_right {
    display: flex;
    align-items: center;
}

.head_right .link a {
    width: 92px;
    height: 27px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1200px;
    background: rgba(255, 255, 255, .3);
    box-sizing: border-box;
    border: 0.6px solid rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6);
}

.search {
    margin-left: 30px;
    width: 273px;
    height: 50px;
    border-radius: 10px;
    position: relative;
}

.header .search input {
    border: none;
}

.header .search input.search-in {
    width: 273px;
    height: 50px;
    border-radius: 10px;
    line-height: 45px;
    box-sizing: border-box;
    color: #9E9E9E;
    padding-left: 15px;
    outline: none;
    border: none;
    font-size: 16px;
    background: #fff;
    padding-right: 50px;
}

.header .search input.search-btn {
    width: 25px;
    height: 25px;
    background: url(../img/ss.png) center no-repeat;
    position: absolute;
    right: 20px;
    top: 14px;
}

.header h1 img{height:75px}

/* Safari，Chrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #9E9E9E;
}

/* 火狐 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #9E9E9E;
}

/* 火狐 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #9E9E9E;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #9E9E9E;
}



.navgation {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, .15);
}

.navgation ul {
    height: 100%;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navgation ul .nli {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex: 1; */
    padding: 0 10px;
}

.navgation ul .nli::before {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 2px solid #fff;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.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: 140%;
    height: auto;
    left: -20%;
    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: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
}

.navgation ul li.li6 .sub {
    width: 180%;
    left: -40%;
}

.navgation ul .sub li:last-of-type {
    border: none;
}

.navgation ul .sub li a {
    color: #2E2E2E;
    font-size: 16px;
}

.navgation ul .sub li:hover {
    background: #114A99;
}

.navgation ul .sub li:hover a {
    color: #fff;
    font-weight: bold;
}

.navgation ul .sub2 {
    width: 130%;
    position: absolute;
    left: 100%;
    top: 0;
    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: 44px;
    line-height: 44px;
}

.navgation ul .sub2 li a {
    color: #333;
    font-weight: normal;
    font-size: 16px;
}

.navgation ul .sub li:hover .sub2 li a {
    color: #333;
    font-weight: normal;
}

.navgation ul .sub li .sub2 li:hover {
    background: #114A99;
}

.navgation ul .sub li .sub2 li:hover a {
    color: #fff;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist::before {
    content: '';
    width: 50px;
    height: 78px;
    display: inline-block;
    background: #115EBE;
    position: absolute;
    left: 0;
    bottom: 78px;
    z-index: 9;
}

.banlist .swiper-slide a,
.banlist .swiper-slide img {
    width: 100%;
}

.ban_btn {
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 28px;
    bottom: 44px;
    z-index: 99;
}

.ban_btn .swiper-pagination1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px 0;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 75px 0 40px 0;
}

.content1 {
    width: 100%;
    background: url(../img/content1Bg.jpg) center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.news {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newSlide {
    width: 610px;
    position: relative;
}

.newSlide .swiper-slide .img {
    overflow: hidden;
}

.newSlide .swiper-slide .img img {
    width: 100%;
    height: 356px;
    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;
    display: flex;
    align-items: center;
    background: #fff;
}

.newSlide .swiper-slide .dete {
    width: 104px;
    height: 100%;
    background: #FFA100;
    color: #Fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.newSlide .swiper-slide .dete .d {
    font-size: 30px;
    font-weight: bold;
}

.newSlide .swiper-slide .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 0 22px;
}

.newSlide .swiper-slide .tt .title {
    font-size: 16px;
    color: #333;
    line-height: 25px;
    height: 25px;
    margin-bottom: 10px;
}

.newSlide .swiper-slide .tt .desc {
    line-height: 25px;
    height: 50px;
    color: #999;
}

.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: #1E5FAB;
    font-weight: bold;
}

.newlist {
    width: calc(100% - 610px - 42px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newlist .left,
.newlist .right {
    width: calc((100% - 38px) / 2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.newlist .left .box {
    height: calc((100% - 30px) / 2);
}

.newlist .right .box {
    height: calc((100% - 60px) / 3);
}

.newlist .box {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(30, 95, 171, 0.19);
    box-sizing: border-box;
    padding: 25px;
}

.newlist .box .title {
    color: #333;
    line-height: 25px;
    height: 25px;
}

.newlist .box .desc {
    line-height: 25px;
    color: #999;
    height: 75px;
    margin: 20px 0 35px 0;
}

.newlist .box .dete {
    color: #1E63AB;
}

.newlist .box .deter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newlist .right .box .title {
    height: 60px;
    line-height: 30px;
    margin-bottom: 15px;
}

.newlist .box .more {
    width: 25px;
    height: 16px;
    display: inline-block;
    background: url(../img/new-more.png) center no-repeat;
    background-size: cover;
}

.newlist .box:hover {
    background: #1E5FAB;
}

.newlist .box:hover .title {
    color: #fff;
}

.newlist .box:hover .desc {
    color: #fff;
    opacity: .6;
}

.newlist .box:hover .dete {
    color: #fff;
    opacity: .6;
}

.newlist .box:hover .more {
    background: url(../img/new-more2.png) center no-repeat;
    background-size: cover;
}

.content2 {
    width: 100%;
    background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.tzggSlide {
    width: 100%;
    position: relative;
}

.tzggSlide .swiper-container {
    width: calc(100% + 30px);
    box-sizing: border-box;
    padding: 15px;
    margin-left: -15px;
    margin-top: -15px;
    padding-bottom: 65px;
}

.tzggSlide .swiper-slide {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 35px;
    box-shadow: 0px 0px 10px 0px rgba(30, 74, 171, 0.26);
}

.tzggSlide .swiper-slide .desc {
    line-height: 30px;
    height: 90px;
    color: #999;
    margin: 23px 0 43px 0;
}

.tzggSlide .swiper-slide .more {
    color: rgba(20, 50, 112, 0.8);
}

.tzggSlide .swiper-slide .top {
    display: flex;
    align-items: center;
}

.tzggSlide .swiper-slide .dete {
    width: 78px;
    height: 95px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #1E5FAB;
}

.tzggSlide .swiper-slide .dete .d {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.tzggSlide .swiper-slide .dete .xian {
    width: 25px;
    height: 0;
    display: block;
    border-top: 1px solid #DCDCDC;
    margin: 4px 0;
}

.tzggSlide .swiper-slide .dete .y {
    font-size: 16px;
    color: #fff;
}

.tzggSlide .swiper-slide .title {
    flex: 1;
    box-sizing: border-box;
    padding-left: 18px;
    line-height: 35px;
    height: 70px;
    color: #333;
}

.tzggSlide .swiper-slide:hover .title {
    font-weight: bold;
    color: #155298;
}

.tzggSlide .swiper-pagination1 {
    bottom: 2px;
    top: auto;
    left: 15px;
    width: calc(100% - 210px);
    margin-top: 50px;
    background: #fff;
}

.tzggSlide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #1E4AAB;
    height: 8px;
    margin-top: -2px;
}

.tzggSlide .swiper-prev,
.tzggSlide .swiper-next {
    width: 57px;
    height: 21px;
    display: inline-block;
    position: absolute;
    background: url(../img/tzgg-next.png) center no-repeat;
    position: absolute;
    right: 0;
    bottom: -8px;
    cursor: pointer;
    z-index: 99;
}

.tzggSlide .swiper-prev {
    right: 88px;
    background: url(../img/tzgg-prev.png) center no-repeat;
}

.tzggSlide .swiper-next:hover {
    background: url(../img/tzgg-next2.png) center no-repeat;
}

.tzggSlide .swiper-prev:hover {
    background: url(../img/tzgg-prev2.png) center no-repeat;
}

.content3 {
    width: 100%;
    background: url(../img/content3Bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.content6 {
    width: 100%;
    background: url(../img/content6Bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.xsgzlist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xsgzlist li {
    width: calc((100% - 102px) / 4);
    position: relative;
    box-sizing: border-box;
    padding: 0 17px;
    background: url(../img/xsgz-li-bg.png) center bottom no-repeat;
    background-size: 100% auto;
}

.xsgzlist li .img {
    overflow: hidden;
}

.xsgzlist li .img img {
    width: 100%;
    height: 170px;
    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;
}

.xsgzlist li .text {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0 30px 0;
}

.xsgzlist li .title {
    color: #333;
    line-height: 30px;
    height: 60px;
}

.xsgzlist li .desc {
    line-height: 30px;
    height: 60px;
    color: #999;
    margin: 23px 0 58px 0;
}

.xsgzlist li .dete {
    color: rgba(153, 153, 153, 0.8);
}

.xsgzlist li:hover {
    background: url(../img/xsgz-li-bg2.png) center bottom no-repeat;
    background-size: 100% auto;
}

.xsgzlist li:hover .title {
    font-weight: bold;
    color: #1E5FAB;
}

.xsgzlist li:hover .dete {
    color: #1E5FAB;
}

.xsgzlist 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);
}

.footer {
    width: 100%;
    padding: 45px 0;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ftlogo {
    margin-bottom: 15px;
}

.ftlogo img {
    max-width: 100%;
    max-height:75px
}

.banq p {
    color: #fff;
    line-height: 35px;
}

.banq p br {
    display: none;
}

.banq p a {
    color: #fff;
}

.foot_right {
    display: flex;
    align-items: center;
}

.foot_right .code {
    margin-left: 80px;
}

.foot_right .code img {
    width: 113px;
    height: 113px;
    background: #fff;
    box-sizing: border-box;
    /* padding: 5px; */
}

.foot_right .code p {
    text-align: center;
    color: #fff;
    margin-top: 7px;
}

.yqlj .box {
    width: 280px;
    height: 50px;
    position: relative;
}

.yqlj .box h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #2F79CE;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}

.yqlj .box h3::before {
    content: '';
    width: 15px;
    height: 9px;
    display: inline-block;
    background: url(../img/sjx.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: all 0.5s ease-in-out;
}

.yqlj .box ul {
    width: 100%;
    background: #fff;
    box-shadow: 0px -4px 10px 0px rgba(33, 95, 188, 0.23);
    box-sizing: border-box;
    padding: 15px 30px;
    position: absolute;
    bottom: 100%;
    left: 0;
    display: none;
}

.yqlj .box ul li {
    width: 100%;
    padding: 12px 0;
    border-bottom: 0.5px dashed #D8D8D8;
}

.yqlj .box ul li:last-of-type {
    border: none;
}

.yqlj .box ul li a {
    color: #767676;
}

.yqlj .box ul li:hover a {
    color: #003D9B;
}

.yqlj .box:hover ul {
    display: block;
}

.yqlj .box:hover h3::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}

.content4 {
    width: 100%;
    background: url(../img/content4Bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.bkspylist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bkspylist .imgs {
    width: 50%;
}

.bkspylist .imgs .img img {
    width: 100%;
    height: 407px;
    overflow: hidden;
}

.bkspylist .imgs li {
    display: none;
}

.bkspylist .imgs li.on {
    display: block;
}

.bkspylist .list {
    width: 50%;
    box-sizing: border-box;
    padding-right: 40px;
}

.bkspylist .list li {
    width: 100%;
    padding: 26px 0;
    border-bottom: 1px solid #CBCBCB;
    cursor: pointer;
}

.bkspylist .list li:first-of-type {
    padding-top: 0;
}

.bkspylist .list li:last-of-type {
    padding-bottom: 0;
    border: none;
}

.bkspylist .list li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bkspylist .list li .title {
    color: #3C3C3C;
    flex: 1;
    line-height: 25px;
    height: 25px;
}

.bkspylist .list li .dete {
    color: #9E9E9E;
    font-size: 16px;
    min-width: 80px;
    text-align: right;
}

.bkspylist .list li.on .title {
    font-weight: bold;
    color: rgba(0, 44, 135, 0.9686);
}

.content5 {
    width: 100%;
    background: url(../img/content5Bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.yjspy {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yjspylist {
    flex: 1;
    box-sizing: border-box;
    padding-left: 35px;
}

.yjspylist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yjspylist li {
    width: calc((100% - 32px) / 2);
    height: 200px;
    background: #fff;
    box-sizing: border-box;
    padding: 30px;
    margin-bottom: 32px;
}

.yjspylist li:nth-child(3),
.yjspylist li:nth-child(4) {
    margin-bottom: 0;
}

.yjspylist li .title {
    color: #333;
    line-height: 25px;
    height: 25px;
}

.yjspylist li .desc {
    color: #999;
    line-height: 30px;
    height: 60px;
    margin: 10px 0 25px 0;
}

.yjspylist li .deter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yjspylist li .dete {
    color: #1E63AB;
}

.yjspylist li .more {
    width: 30px;
    height: 20px;
    display: inline-block;
    background: url(../img/new-more.png) center no-repeat;
    background-size: cover;
}

.yjspylist li:hover {
    background: #1E5FAB;
}

.yjspylist li:hover .title {
    color: #fff;
}

.yjspylist li:hover .desc {
    color: #fff;
    opacity: .6;
}

.yjspylist li:hover .dete {
    color: #fff;
    opacity: .6;
}

.yjspylist li:hover .more {
    background: url(../img/new-more2.png) center no-repeat;
    background-size: cover;
}

.yjspySlide {
    width: 440px;
    position: relative;
}

.yjspySlide .swiper-slide .img {
    overflow: hidden;
}

.yjspySlide .swiper-slide .img img {
    width: 100%;
    height: 258px;
    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;
}

.yjspySlide .swiper-slide .dete {
    width: 66px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #1E4AAB;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.yjspySlide .swiper-slide .dete .d {
    font-size: 18px;
    font-weight: bold;
}

.yjspySlide .swiper-slide .dete .y {
    font-size: 12px;
}

.yjspySlide .swiper-slide .text {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    padding: 20px 25px;
}

.yjspySlide .swiper-slide .title {
    color: #3D3D3D;
    line-height: 26px;
    height: 26px;
}

.yjspySlide .swiper-slide .desc {
    color: #999;
    margin: 10px 0 27px 0;
    line-height: 25px;
    height: 50px;
}

.yjspySlide .swiper-slide .more {
    color: #2B76B5;
}

.yjspySlide .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);
}

.yjspySlide .swiper-slide:hover .text {
    background: #1E5FAB;
    border: 1px solid #1E5FAB;
}

.yjspySlide .swiper-slide:hover .title {
    color: #fff;
}

.yjspySlide .swiper-slide:hover .desc {
    color: #fff;
    opacity: .5;
}

.yjspySlide .swiper-slide:hover .more {
    color: #fff;
    opacity: .5;
}

.dqgzlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dqgzlist .box {
    width: 25%;
}

.dqgzlist .box a {
    color: #fff;
    position: relative;
}

.dqgzlist .box1 a::before,
.dqgzlist .box3 a::before {
    content: '';
    width: 0;
    height: 50%;
    display: inline-block;
    border-left: 1px solid #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: .5;
}

.dqgzlist .box .dete {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1E4AAB;
}

.dqgzlist .box .img {
    overflow: hidden;
}

.dqgzlist .box .img img {
    width: 100%;
    height: 205px;
    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;
}

.dqgzlist .box .text {
    box-sizing: border-box;
    padding: 0 35px;
}

.dqgzlist .box .title {
    line-height: 35px;
    margin: 20px 0;
}

.dqgzlist .box .desc {
    line-height: 30px;
    height: 120px;
    text-align: justify;
    color: #fff;
    margin-bottom: 75px;
}

.dqgzlist .box2,
.dqgzlist .box4 {
    box-sizing: border-box;
    padding-top: 64px;
    padding-bottom: 75px;
    background: linear-gradient(180deg, rgba(79, 127, 232, 0) 0%, rgba(79, 127, 232, 0.3) 100%);
    backdrop-filter: blur(4px);
}

.dqgzlist .box2 .img,
.dqgzlist .box4 .img {
    display: none;
}

.dqgzlist .box2 .dete,
.dqgzlist .box4 .dete {
    background: #FFA100;
}

.dqgzlist .box1 .desc,
.dqgzlist .box3 .desc {
    display: none;
}

.dqgzlist .box1 .title,
.dqgzlist .box3 .title {
    height: 105px;
    -webkit-line-clamp: 3;
    margin-bottom: 35px;
}

.dqgzlist .box1 .dete,
.dqgzlist .box3 .dete {
    margin-top: -20px;
    position: relative;
    z-index: 9;
}

.dqgzlist .box2 .title,
.dqgzlist .box4 .title {
    margin-top: 45px;
}

.dqgzlist .box2:hover,
.dqgzlist .box4:hover {
    background: linear-gradient(180deg, rgba(148, 181, 255, 0) 0%, rgba(88, 140, 255, 0.6) 98%);
    backdrop-filter: blur(4px);
}

.dqgzlist .box:hover .title {
    font-weight: bold;
}

.dqgzlist .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);
}

/* --------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #0077CA;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 45px;
    /* height: 45px; */
}

.mbheader .header-con .logo .img2 {
    display: none;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #fff;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    /* padding-bottom: 60px; */
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #01438A
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #0163AA !important;
    background-color: #0163AA !important;
}

.nydt {
    width: 100%;
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
}

.crumbs .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crumbs .name {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

.crumbs .list {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span {
    margin: 0 3px;
    display: block;
}

.crumbs .list span:last-of-type {
    display: none;
}

.nmain {
    width: 100%;
    padding: 35px 0;
}

.nmain .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subNav {
    width: 263px;
}

.subNav .name {
    width: 100%;
    height: 78px;
    line-height: 78px;
    text-align: center;
    color: #fff;
    background: #1E5FAB;
    font-size: 20px;
    font-weight: bold;
}

.subNav .list {
    box-sizing: border-box;
    border: 1px solid #F4F4F4;
}

.subNav .list li {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #F4F4F4;
}

.subNav .list li:last-of-type {
    border: none;
}

.subNav .list h3 {
    line-height: 30px;
    padding: 20px 0;
    position: relative;
    cursor: pointer;
}

.subNav .list h3.active {
    background: #EDF6FF;
    box-shadow: inset 0px 0px 3px 0px rgba(230, 242, 255, 0.8314);
}

.subNav .list h3.active a {
    color: #1E5FAB;
    font-weight: bold;
}

.subNav .list h3 .btn {
    content: '';
    width: 8px;
    height: 13px;
    display: inline-block;
    background: url(../img/subnav-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 25px;
    top: 28px;
}

.subNav .list h3.active .btn {
    width: 13px;
    height: 8px;
    background: url(../img/subnav-ico2.png) center no-repeat;
    background-size: cover;
}

.subNav .list li h3 a {
    width: 100%;
    color: #333;
    font-size: 18px;
}

.subNav .list li.on,
.subNav .list li:hover {
    background: #EDF6FF;
}

.subNav .list li.on a,
.subNav .list li:hover a {
    color: #155298;
}

.subNav .list li .sub {
    width: 100%;
    display: flex;
    flex-direction: column;
    background: #DEEDFC;
    display: none;
}

.subNav .list li .sub a {
    color: #666;
    line-height: 64px;
    height: 64px;
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #C0D9F1;
    width: 100%;
    display: block;
}

.subNav .list li .sub a.on,
.subNav .list li .sub a:hover {
    color: #1E5FAB;
    font-weight: bold;
}

.subNav .list li.on .sub {
    display: block;
}

.ncontent {
    width: calc(100% - 263px - 38px);
}

.textlist ul li {
    width: 100%;
    background: #F6FAFF;
    margin-bottom: 30px;
    box-sizing: border-box;
    padding: 30px;
}

.textlist ul li a {
    display: flex;
    align-items: center;
}

.textlist ul li .dete {
    width: 88px;
    height: 107px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.textlist ul li .d {
    font-size: 30px;
    font-weight: bold;
    color: #BEBEBE;
}

.textlist ul li .y {
    color: #BEBEBE;
    font-size: 16px;
}

.textlist ul li .xian {
    width: 25px;
    height: 0px;
    border-top: 1px solid #DCDCDC;
    display: block;
    margin: 5px 0;
}

.textlist ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
}

.textlist ul li .title {
    color: #333;
    line-height: 25px;
    height: 25px;
}

.textlist ul li .desc {
    color: #999;
    line-height: 30px;
    height: 60px;
    margin-top: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.textlist ul li:hover {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(30, 74, 171, 0.26);
}

.textlist ul li:hover .dete {
    background: rgba(30, 95, 171, 0.12);
}

.textlist ul li:hover .d {
    font-weight: bold;
    color: #115EBE;
}

.textlist ul li:hover .y {
    color: #115EBE;
}

.textlist ul li:hover .title {
    color: #155298;
    font-weight: bold;
}

.textlist ul li:hover .desc {
    color: #666;
}

.list-page {
    text-align: center;
    margin-top: 40px;
}

.piclist ul li {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    background: #F6FAFF;
    margin-bottom: 30px;
}

.piclist ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.piclist ul li .pic {
    width: 315px;
    overflow: hidden;
}

.piclist ul li .pic img {
    width: 100%;
    height: 184px;
}

.piclist ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
}

.piclist ul li .title {
    color: #333;
    line-height: 25px;
    height: 25px;
}

.piclist ul li .desc {
    color: #999;
    line-height: 30px;
    height: 60px;
    margin: 20px 0 60px 0;
}

.piclist ul li .deter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.piclist ul li .dete {
    color: #1E63AB;
}


.piclist ul li .more {
    width: 25px;
    height: 16px;
    display: inline-block;
    background: url(../img/new-more.png) center no-repeat;
    background-size: cover;
}

.piclist ul li:hover {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(30, 74, 171, 0.26);
}

.piclist ul li:hover .title {
    font-weight: bold;
    color: #155298;
}

.piclist ul li:hover .desc {
    color: #666;
}

.picture ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture ul li {
    width: calc((100% - 65px) / 3);
    margin-right: 32px;
    margin-bottom: 32px;
    box-sizing: border-box;
    padding: 0 18px;
    background: url(../img/picture-li-bg.png) center bottom no-repeat;
    background-size: 100% auto;
}

.picture ul li:nth-child(3n) {
    margin-right: 0;
}

.picture ul li .img {
    overflow: hidden;
}

.picture ul li .img img {
    width: 100%;
    height: 180px;
    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 .text {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 0;
}

.picture ul li .title {
    color: #333;
    line-height: 30px;
    height: 60px;
    margin-bottom: 15px;
}

.picture ul li .dete {
    color: #999;
}

.picture ul li:hover {
    background: url(../img/picture-li-bg2.png) center bottom no-repeat;
    background-size: 100% auto;
}

.picture ul li:hover .title {
    color: #1E5FAB;
    font-weight: bold;
}

.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);
}

.detail {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(30, 74, 171, 0.26);
    padding: 40px 105px;
    overflow: hidden;
}

.detail {
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 34px 126px;
}

.detail .title {
    font-size: 32px;
    font-weight: bold;
    color: #3D3D3D;
    text-align: center;
}

.detail .timer {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    color: #9E9E9E;
    padding: 20px 0 10px 0;
}

.detail .timer>div {
    margin: 0 15px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 35px 0;
    border-top: 1px solid #D8D8D8;
}

.detail .dtl p,
.detail .dtl span {
    font-size: 16px;
    color: #3D3D3D;
    line-height: 30px;
    /* text-align: justify; */
}

.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.detail-page .box {
    width: 100%;
    padding: 26px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #D8D8D8;
}

.detail-page .box a {
    color: #999;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.detail-page .box:hover a {
    color: #1E5FAB;
}

.detail-page .box2 {
    padding-bottom: 0;
}

.danye .dtl {
    border: none;
}

.tealist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tealist ul li {
    width: calc((100% - 36px) / 2);
    margin-bottom: 30px;
    box-shadow: 0px 0px 30px 0px rgba(30, 74, 171, 0.26);
}

.tealist ul li a {
    display: flex;
    align-items: center;
}

.tealist ul li .img {
    width: 253px;
    overflow: hidden;
    box-sizing: border-box;
    border-right: 1px solid rgba(216, 216, 216, .5);
}

.tealist ul li .img img {
    width: 100%;
    height: 332px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.tealist ul li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 40px 40px;
}

.tealist ul li .title {
    font-size: 20px;
    color: #333;
}

.tealist ul li .desc {
    line-height: 30px;
    height: 120px;
    text-align: justify;
    color: #9E9E9E;
    margin: 20px 0 65px 0;
}

.tealist ul li .more {
    color: #1E5FAB;
}

.tealist ul li:hover {
    box-sizing: border-box;
    border: 1px solid #1E5FAB;
}

.tealist ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.tealist ul li:hover .title {
    font-weight: bold;
    color: #1E5FAB;
}

.tealist ul li:hover .desc {
    color: #666;
}

.gltdlist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.gltdlist ul li {
    width: calc((100% - 40px) /2);
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(193, 193, 193, 0.26);
    box-sizing: border-box;
    padding: 50px 40px;
}

.gltdlist ul li .title {
    color: #3D3D3D;
    font-size: 20px;
    font-weight: bold;
}

.gltdlist ul li .title span {
    font-size: 14px;
    color: #666;
}

.gltdlist ul li .zhiwu {
    font-weight: bold;
    color: #3D3D3D;
    margin-top: 20px;
}

.gltdlist ul li .desc {
    line-height: 30px;
    color: #999;
    height: 60px;
    margin: 25px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.gltdlist ul li .more {
    color: #2B76B5;
}

.gltdlist ul li:hover {
    background: url(../img/gltd-li-bg.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 30px 0px rgba(30, 74, 171, 0.44);
}

.gltdlist ul li:hover .title {
    color: #1E5FAB;
}

.gltdlist ul li:hover .title span {
    color: #1E5FAB;
}

.gltdlist ul li:hover .desc {
    color: #666;
}

#newskeycode249551 {
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #aaa;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    border: none;
    outline-color: #A9060A;
    background: #eee;
}

.searchlist .box {
    width: 100%;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}


.searchlist .box .title {
    color: #3D3D3D;
    line-height: 25px;
}

.searchlist .box .desc {
    color: #666;
    line-height: 21px;
    height: 42px;
    margin: 10px 0;
}

.searchlist .box .dete {
    color: #666;
    margin-top: 10px;
}

.searchlist .box:hover {
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.searchBox {
    width: 100%;
    padding-bottom: 40px;
}

.banText {
    width: 100%;
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: 9;
}

.banText .title {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 23px;
}

.banText .more {
    color: #fff;
}

.banText .more img {
    margin-right: 10px;
}

.danye-xyjj {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 55px 60px 55px;
    box-shadow: 0px 0px 30px 0px rgba(30, 74, 171, 0.26);
}

.danye-xyjj .jj-img {
    width: 47%;
    width: 465px;
    box-sizing: border-box;
    padding: 72px 20px 0 0;
    margin-right: 40px;
    float: left;
    position: relative;
    margin-bottom: 10px;
    top: 20px;
}

.danye-xyjj .jj-img::before {
    content: '';
    width: 389px;
    height: 333px;
    display: inline-block;
    background: url(../img/jj-img.jpg) center top no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.danye-xyjj .jj-img img {
    width: 100%;
}

.jj-dtl p {
    margin: 15px 0;
}

.jj-dtl p,
.jj-dtl p span {
    line-height: 30px;
    text-align: justify;
    font-size: 18px;
    color: #000;
}