.main {
    width: 100%;
    height: 100vh;
    background: url(../img/mainBg2.jpg) center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.header {
    width: 100%;
    height: 147px;
    background: url(../img/headerBg.png) top center no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header h1 {
    width: 19%;
}

.header h1 img {
    width: 100%;
}


.content {
    width: 100%;
    height: calc(100% - 218px);
    box-sizing: border-box;
    padding: 0 58px;
}

.content_box {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banBg {
    width: 600px;
    height: 600px;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    border-radius: 50%;
    position: relative;
}

.banBg::before {
    content: '';
    width: 665px;
    height: 650px;
    width: calc(100% + 50px);
    height: calc(100% + 50px);
    background: url(../img/banBg-ico.png) center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    left: -25px;
    top: -25px;
    animation: rotate 20s linear infinite;
}

.main_nav .box {
    display: flex;
    align-items: center;
    margin: 80px 0;
    position: relative;
}

.main_nav .box .ico {
    width: 108px;
    height: 108px;
    background: linear-gradient(136deg, #AADBFF 14%, #7EB5FF 39%, #2E78D1 74%, #85BCF4 93%, #85BCF4 93%);
    box-shadow: 0px 4px 10px 0px rgba(0, 75, 226, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: relative;
}

.main_nav .box .ico img {
    transition: transform 0.5s;
}

.main_nav .box:hover .ico img {
    animation: jello 1s linear;
}

.main_nav .box .ico::before {
    content: '';
    width: 342px;
    height: 42px;
    background: url(../img/nav-ico-bg.png) center no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    left: 100%;
    z-index: 0;
}

.nav_right .box .ico::before {
    left: auto;
    right: 100%;
}

.main_nav .box a.title {
    position: relative;
    z-index: 9;
    display: inline-block;
    width: calc(100% - 168px);
}



.nav_right .box .title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.nav_right .box .en {
    text-align: right;
}

.main_nav .box .name {
    margin-bottom: 30px;
}

.nav_right .box .name {
    text-align: right;
}

.main_nav .box .en {
    color: #395CBC;
    font-weight: bold;
    /* word-break: break-all; */
    white-space: nowrap;
}

.nav_left .box .ico {
    margin-right: 60px;
}

.nav_right .box .ico {
    margin-left: 60px;
}

.nav_right .box .ico a {
    display: block;
}

.main_nav .box2,
.main_nav .box5 {
    left: 100px;
}

.main_nav .box3,
.main_nav .box4 {
    left: 68px;
}

.main_nav .box6,
.main_nav .box9 {
    right: 100px;
}

.main_nav .box7,
.main_nav .box8 {
    right: 68px;
}





.banlist {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #2B75D1 0%, #4AA7E1 100%);
    box-shadow: 0px 0px 15px 0px rgba(60, 130, 187, 0.5);
    position: relative;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 15px;
}

.banlist .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}


.footer {
    width: 100%;
    height: 71px;
    background: url(../img/footerBg.png) center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}

.banq p {
    font-size: 16px;
    color: #fff;
    line-height: 25px;
    text-align: center;
}

.banq p a {
    color: #fff !important;
}

.mbbanlist {
    width: 100%;
    display: none;
    position: relative;
}

.mbbanlist .swiper-slide img {
    width: 100%;
}

.mbbanlist .swiper-pagination-bullet {
    background: #fff;
    opacity: .6;
}

.mbbanlist .swiper-pagination-bullet-active {
    opacity: 1;
}


/* -------- 鍐呴〉 ----- */

.nmain {
    width: 100%;
    background: #CDE4FF;
}

.nheader {
    width: 100%;
    background: linear-gradient(180deg, #88CBF8 0%, #5288E8 48%, #559DE7 100%);
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.nheader .container {
    height: 117px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navgation {
    height: 100px;
    position: relative;
    z-index: 99;
}

.navgation ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.navgation ul .nli {
    position: relative;
    text-align: center;
    margin-left: 45px;
}

.navgation ul .nli::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 2px solid #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 22px;
    transition: all 0.5s ease-in-out;
}

.navgation ul .nli.on::before,
.navgation ul .nli:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.navgation ul .nli.on h3 a,
.navgation ul .nli:hover h3 a {
    color: #fff;
    font-weight: bold;
}

.navgation ul li h3 {
    height: 100px;
    line-height: 100px;
}

.navgation ul li h3 a {
    font-size: 18px;
    color: #fff;
}

.navgation ul li .sub {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 96%;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    width: 200%;
    left: -50%;
}

.navgation ul li .sub li {
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.navgation ul li .sub li a {
    color: #333;
    font-size: 18px;
}

.navgation ul li:hover .sub {
    opacity: 1;
    visibility: visible;
}

.navgation ul li .sub li:hover {
    background: #EFF3FF;
}

.navgation ul li .sub li:hover a {
    font-weight: bold;
    color: #223A86;
}


.nfooter {
    width: 100%;
    background: linear-gradient(180deg, #88CBF8 0%, #559DE7 100%);
}

.nydt {
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    position: absolute;
    bottom: 50px;
    left: 0;
}

.crumbs .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.crumbs .name {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
}

.crumbs .name::before {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 3px solid #fff;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -16px;
}

.crumbs .list {
    color: #FFFFFF;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span:last-of-type {
    display: none;
}

.subNav {
    display: flex;
    margin: 30px 0 40px 0;
}

.ncontent {
    min-height: 500px;
}

.subNav a {
    width: auto;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #2B75D1;
    padding: 0 25px;
    display: inline-block;
    color: #2B75D1;
    font-size: 18px;
    margin-right: 20px;
    background: #fff;
}

.subNav a.on,
.subNav a:hover {
    background: #2B75D1;
    color: #fff;
    font-weight: bold;
    border: 1px solid #fff;
}

.textlist .box {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    margin-bottom: 20px;
    padding: 38px 32px;
}

.textlist .box a {
    display: flex;
    align-items: center;
}

.textlist .box .dete {
    width: 60px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.textlist .box .d {
    font-size: 36px;
    color: #999999;
    margin-bottom: 25px;
}

.textlist .box .y {
    color: #999999;
}

.textlist .box .tt {
    flex: 1;
    border-left: 1px solid #D8D8D8;
    padding-left: 20px;
    margin-left: 20px;
}

.textlist .box .title {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    height: 25px;
}

.textlist .box .desc {
    color: #999999;
    line-height: 30px;
    height: 60px;
    margin-top: 15px;
}

.textlist .box:hover .d,
.textlist .box:hover .title,
.textlist .box:hover .y {
    color: #2B75D1;
}

.list-page {
    width: 100%;
    height: 40px;
    margin: 40px 0;
}

.piclist .box {
    width: 100%;
    background: #F8FBFF;
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: linear-gradient(180deg, #F8FBFF 0%, rgba(241, 248, 255, 0.47) 100%);

    box-shadow: 0px 0px 20px 0px rgba(57, 92, 188, 0.1);
}

.piclist .box a {
    display: flex;
    flex-wrap: wrap;
}

.piclist .box .img {
    overflow: hidden;
    width: 333px;
}

.piclist .box .img img {
    width: 100%;
    height: 185px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.piclist .box .title {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    height: 25px;
}

.piclist .box .desc {
    color: #999999;
    line-height: 30px;
    height: 60px;
    margin: 15px 0 35px 0;
}

.piclist .box .dete {
    color: #999999;
}

.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);
}

.piclist .box:hover .title,
.piclist .box:hover .dete {
    color: #2B75D1;
}

.picture .info {
    display: flex;
    flex-wrap: wrap;
}

.picture .box {
    width: calc((100% - 60px) / 3);
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-right: 29px;
    margin-bottom: 30px;
}

.picture .box:nth-child(3n) {
    margin-right: 0;
}

.picture .box .img {
    overflow: hidden;
}

.picture .box .img img {
    width: 100%;
    height: 221px;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .box .title {
    text-align: center;
    color: #2B75D1;
    line-height: 25px;
    height: 25px;
    margin-top: 10px;
    font-size: 16px;
}

.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);
}

.detail {
    background: #fff;
    box-sizing: border-box;
    padding: 68px 138px;
    margin-bottom: 40px;
    background: #F1F8FF;
    background: linear-gradient(180deg, #F8FBFF 0%, rgba(241, 248, 255, 0.47) 100%);
    box-shadow: 0px 0px 20px 0px rgba(57, 92, 188, 0.1);
}

.detail .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #3D3D3D;
}

.detail .timer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    font-size: 16px;
}

.detail .timer>div {
    color: #999;
    margin: 0 5px;
}

.detail .dtl {
    border-top: 1px solid rgba(204, 204, 204, .5);
    border-bottom: 1px solid rgba(204, 204, 204, .5);
    padding: 30px 0;
}

.detail .dtl p {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
    margin: 10px 0;
}

.detail .dtl p img {
    max-width: 100%;
    height: auto !important;
}

.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.detail-page .box {
    width: 49%;
    line-height: 40px;
}

.detail-page .box:last-of-type {
    text-align: right;
}

.detail-page .box a {
    color: #3D3D3D;
}

.detail-page .box:hover a {
    color: #2B75D1;
}

.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: #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: #223A86;
    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: #004898;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #223A86 !important;
    background-color: #223A86 !important;
}