﻿.header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.head {
    width: 100%;
    height: 170px;
    background: #114182;
}


.head h1 {
    width: calc(100% - 360px);
    display: flex;
    align-items: center;
    margin-top: -20px;
}

.head h1 img {
    width: 100%;
}

.search {
    width: 240px;
    height: 36px;
    border-radius: 90px;
    position: relative;
    margin-bottom: 30px;
}

.search .search-in {
    width: 100%;
    height: 36px;
    outline: unset;
    border-radius: 90px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 0.5px solid #4479D9;
    background: #fff;
}

.search .search-in::placeholder {
    color: #999;
}

.search .search-btn {
    width: 94px;
    height: 36px;
    border-radius: 50px;
    background: #3169D9;
    position: absolute;
    right: 0;
    border: none;
    top: 0;
    font-size: 16px;
    color: #fff;
}

.search_text .text {
    margin-bottom: 12px;
    text-align: right;
}

.search_text .text a {
    color: #999;
}

.search_text .text span {
    color: #999;
    margin: 0 2px;
}

.navgation {
    width: 100%;
    height: 60px;
    background: #2656B8;
    position: relative;
    z-index: 99;
}

.navgation ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navgation ul .nli {
    position: relative;
    text-align: center;
}


.navgation ul .nli.on h3 a,
.navgation ul .nli:hover h3 a {
    color: #fff;
    font-weight: bold;
}

.navgation ul li h3 {
    height: 60px;
    line-height: 60px;
}

.navgation ul li h3 a {
    font-size: 20px;
    color: #fff;
}

.navgation ul li .sub {
    width: 145px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    flex-direction: column;
    background: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 4px solid #CFBC80;
    padding: 10px 0;
}

.navgation ul li .sub li {
    width: 100%;
    text-align: center;
    padding: 7px 0;
}

.navgation ul li .sub li a {
    color: #2E2E2E;
    font-size: 18px;
}

.navgation ul li:hover .sub {
    opacity: 1;
    visibility: visible;
}


.navgation ul li .sub li:hover a {
    font-weight: bold;
    color: #2656B8;
}

.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a,
.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, .4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
    border-radius: 50%;
}

.banlist .swiper-next {
    left: auto;
    right: 40px;
}

.banlist .swiper-prev:hover,
.banlist .swiper-next:hover {
    background: rgba(20, 50, 112, 0.7);
}

.banlist .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    margin: 0 5px;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    background: #fff;
}


.footer {
    width: 100%;
    height: 152px;
    background: #114182;
    background-size: cover;
    display: flex;
    align-items: center;
}


.footer p {
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    line-height: 30px;
}

.footer p a {
    color: rgba(255, 255, 255, 0.8);
}

.videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 11;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3B8BB9;
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    border: solid 1px #3B8BB9;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3B8BB9;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}

.nydt img {
    width: 100%;
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #114182 !important;
    color: #fff;
    background-color: #114182 !important;
}


.pictureList ul {
    display: flex;
    flex-wrap: wrap;
}

.pictureList ul li {
    width: calc((100% - 61px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}

.pictureList ul li:nth-of-type(3n) {
    margin-right: 0;
}

.pictureList ul li .img {
    overflow: hidden;
}

.pictureList ul li .img img {
    width: 100%;
}

.pictureList ul li .title {
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 45px;
    height: 45px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

.videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 11;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #114182;
}

.img_content video {
    width: 800px;
    height: auto;
}

.colse_btn {
    border: solid 1px #114182;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3B8BB9;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}




/* ------------------------------------ */

.content2 {
    width: 100%;
    padding: 60px 0;
    background: url(../images/content2Bg.jpg) center no-repeat;
    background-size: cover;
}

.content2 .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cgjj,
.cgtjs {
    width: calc((100% - 40px) / 2);
    box-sizing: border-box;
    padding: 0 0 10px 10px;
    position: relative;
}

.cgjj .item,
.cgtjs .item {
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    z-index: 11;
    background: #fff;
    border-radius: 0 80px 0px 0px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.23);
}

.cgjj::before,
.cgtjs::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 23px);
    display: inline-block;
    background: #114182;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0 80px 0px 0px;
    z-index: 1;
}

.cgsp,
.yyjxgzm {
    width: calc((100% - 40px) / 2);
    box-sizing: border-box;
    padding: 0 10px 10px 0;
    position: relative;
}

.cgsp .item,
.yyjxgzm .item {
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    z-index: 11;
    background: #fff;
    border-radius: 80px 0 0px 0px;
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.23);
}

.cgsp::before,
.yyjxgzm::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 23px);
    display: inline-block;
    background: #114182;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 80px 0 0px 0px;
    z-index: 1;
}

.cgsp .item,
.cgjj .item {
    background: linear-gradient(180deg, #FFFFFF 49%, #F3F7FF 99%);
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 35px;
}

.column .title {
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
    display: flex;
    align-items: center;
}

.column .title .icon {
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border: 1px dashed #114182;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.column .more {
    color: #999;
}

.cgtjs ul {
    position: relative;
    z-index: 9;
}

.cgtjs ul li {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    margin-bottom: 13px;
    padding: 0 18px;
    display: flex;
    align-items: center;
}

.cgtjs ul li:last-of-type {
    margin: 0;
}

.cgtjs ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cgtjs ul li .title {
    font-size: 18px;
    color: #333;
}

.cgtjs ul li .date {
    color: #BEBEBE;
}

.cgtjs ul li .date img {
    position: relative;
    top: -1px;
}

.cgtjs ul li:hover {
    border: 1px solid #114182;
}

.cgtjs ul li:hover .title {
    color: #114182;
    font-weight: bold;
}



.yyjxgzm ul li {
    width: 100%;
    height: 90px;
    border-radius: 8px;
    background: #F6F8FA;
    background: url(../images/yyjxgzm-li-bg.png) center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 34px;
    box-sizing: border-box;
    padding: 0 30px 0 68px;
}

.yyjxgzm ul li:last-of-type {
    margin: 0;
}

.yyjxgzm ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yyjxgzm ul li .title {
    font-size: 24px;
    font-weight: bold;
    color: #3D3D3D;
    display: flex;
    align-items: center;
}

.yyjxgzm ul li .more {
    width: 24px;
    height: 24px;
    background: #114182;
    box-shadow: 0px 0px 9px 0px rgba(47, 48, 137, 0.3);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yyjxgzm ul li .more img {
    width: 3.6px;
}

.yyjxgzm ul li .title .icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #2481E4;
    background: linear-gradient(180deg, #2481E4 0%, #114182 100%);
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yyjxgzm ul li:hover .title {
    color: #114182;
}

.yyjxgzm ul li:hover .title .icon img {
    animation: jello 1s linear;
}


.cgjj_cgsp {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 60px 0;
}

.cgjj,
.cgsp {
    width: calc((100% - 40px) / 2);
}

.cgsp_text {
    width: 100%;
    position: relative;
}

.cgsp_text .img img {
    width: 100%;
    height: 343px;
    object-fit: cover;
}

.cgjj_text .desc {
    font-size: 17px;
    line-height: 38px;
    text-align: justify;
    color: #333;
    text-indent: 2em;
}

.zccl {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: -73px;
    position: relative;
    z-index: 11;
}

.zccl ul {
    width: 100%;
    height: 160px;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: url(../images/zccl-ul-bg.png) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 20px 30px;
}

.zccl .name {
    width: 184px;
    height: 53px;
    line-height: 53px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    background: url(../images/zccl-name-bg.png) center no-repeat;
    text-align: center;
}

.zccl ul li {
    flex: 1;
    box-sizing: border-box;
    padding: 0 5px;
}

.zccl ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.zccl ul li .icon {
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.zccl ul li p {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    text-align: center;
    line-height: 21px;
}

.zccl ul li:hover .icon img {
    animation: jello 1s linear;
}


/* ------------------------------------------ */
.nmain-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 300px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
}

.subNav .name {
    width: 100%;
    height: 105px;
    line-height: 105px;
    background: #114A98;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 30px;
}

.subNav ul {
    box-sizing: border-box;
    padding: 0 30px 60px 30px;
}

.subNav ul li {
    width: 100%;
    padding: 15px 10px 15px 0;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}

.subNav ul li::before {
    content: '';
    width: 6px;
    height: 12px;
    display: inline-block;
    background: url(../images/jt-icon.png) center no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.subNav ul li::after {
    content: '';
    width: 0;
    height: 33px;
    display: inline-block;
    border-left: 4px solid #114A98;
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
}

.subNav ul li:hover::after,
.subNav ul li.on::after {
    opacity: 1;
}

.subNav ul li a {
    color: #333;
    font-size: 17px;
}

.subNav ul li:hover a,
.subNav ul li.on a {
    color: #114A98;
    font-weight: bold;
}

.subNav ul li:hover::before,
.subNav ul li.on::before {
    background: url(../images/jt-icon2.png) center no-repeat;
}


.crumbs-list {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding: 0 17px;
    color: #757575;
    background: #F4F4F4;
    display: flex;
    align-items: center;
    margin: 40px 0 30px 0;
}

.crumbs-list a {
    color: #757575;
}

.crumbs-list span:last-of-type {
    display: none;
}

.crumbs-list a:last-of-type {
    color: #114A98;
}

.ncontent {
    width: calc(100% - 350px);
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 35px 40px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 60px;
}

.textlist {
    box-sizing: border-box;
}

.textlist ul li {
    width: 100%;
    height: 100px;
    margin-bottom: 30px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    padding: 0 25px;
    display: flex;
    align-items: center;
}

.textlist ul li .title {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    height: 25px;
    margin-bottom: 5px;
}

.textlist ul li .date {
    color: #BEBEBE;
}

.textlist ul li .date img {
    position: relative;
    top: -1px;
}

.textlist ul li:hover {
    box-sizing: border-box;
    border: 1px solid #114A98;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.textlist ul li:hover .title {
    color: #114A98;
    font-weight: bold;
}

.back_page {
    width: 108px;
    height: 108px;
    background: #F1F8FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}

.back_page p {
    color: #717171;
    font-size: 16px;
    margin-top: 10px;
}

.detail .title {
    font-size: 32px;
    font-weight: bold;
    color: #292929;
    text-align: center;
}

.detail .dtl {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    margin: 30px 0;
}

.detail .dtl iframe {
    width: 100% !important;
    min-height: 1200px !important;
}

.detail .dtl>* {
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    color: #292929;
}