* {
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1;
    font-size: 14px;
    overflow-x: hidden;
}

html, body {
    min-height: 100%;
}

html {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 4px;
    height: 8px;
    background-color: rgb(245, 245, 245);
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: rgb(226, 226, 226);
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(51, 51, 51);
}

.clearfix::after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clear::after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

input, button, textarea {
    background: none;
    outline: none;
    border: none;
    appearance: none;
    border-radius: 0px;
}

input:focus {
    border: none;
}

.img_zd {
    position: relative;
    width: 100%;
}

.img_zd .img_hezi {
    padding-bottom: 67.8% !important;
}

.img_zd > img {
    position: absolute;
    inset: 0px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

a {
    text-decoration: none;
    outline: none;
}

a, input, img, :focus {
    outline-style: none;
}

ul {
    list-style: none;
}

img {
    border: 0px;
}

ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, p {
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

ul li {
    list-style: none;
}

h3, h4, h5 {
    font-weight: normal;
}

h4 a:hover, h5 a:hover {
    transition: all 0.36s ease-in-out 0s;
}

hr {
    display: block;
    height: 1px;
    border: 0px;
    background: rgb(216, 216, 216);
    padding: 0px;
}

abbr, article, aside, audio, canvas, datalist, details, dialog, eventsource, figure, footer, header, hgroup, mark, menu, meter, nav, output, progress, section, time, video {
    display: block;
}

video {
    object-fit: cover;
    width: 100%;
    height: auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.textline {
    background-repeat: no-repeat;
    background-size: 0px 1px;
    background-position: 0px 100%;
    transition: background-size 0.5s ease-out 0s;
}

a:hover .textline {
    background-size: 100% 1px;
}

.pic {
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    background-position: center center;
}

.pic img {
    display: block;
    width: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in 0s;
}

a:hover .pic img {
    transform: scale(1.1);
    transition: all 0.4s ease-in 0s;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background: rgb(241, 241, 241);
}

::-webkit-scrollbar-track {
    border-radius: 0px;
    background: rgb(241, 241, 241);
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: rgb(51, 51, 51);
}

input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

textarea::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

@font-face {
    font-family: BEBAS;
    src: url("");
}

.w15 {
    width: 15rem;
    margin: 0px auto;
}

.w18 {
    width: 18rem;
    margin: 0px auto;
}

@media (max-width: 1780px) {
    .w18 {
        padding: 0px 32px;
        width: 100%;
    }
}

@media (max-width: 1560px) {
    .w15 {
        padding: 0px 32px;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .w18 {
        width: 95%;
        padding: 0px;
    }

    .w15 {
        width: 95%;
        padding: 0px;
    }
}

h5 a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

ul li:hover h5 a {
    color: rgb(16, 166, 125);
}

img {
    vertical-align: middle;
}

#gotop {
    position: fixed;
    z-index: 9999;
    bottom: 80px;
    right: 30px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    width: 0.5rem;
    height: 1.11rem;
    transition: all 0.4s ease 0s;
}

#gotop img {
    width: 0.5rem;
}

#gotop {
    cursor: pointer;
}

#gotop.hide {
    height: 0px;
    opacity: 0;
    visibility: hidden;
}

#gotop:hover {
    bottom: 90px;
    transition: all 0.4s ease 0s;
}

.ie_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: rgb(16, 166, 125);
    opacity: 0.9;
    z-index: 999998;
}

.ie9tips {
    width: 600px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -150px 0px 0px -300px;
    line-height: 1.8;
    color: rgb(255, 255, 255);
    z-index: 999999;
    text-align: center;
}

.ie9tips a {
    color: red;
}

.ie9tips img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
}

.ie9tips p {
    padding-top: 10px;
    color: rgb(255, 255, 255);
    width: 420px;
    margin: 10px auto;
    line-height: 1.8;
}

@media (max-width: 1920px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 1400px) and (max-width: 1600px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 640px) and (max-width: 1399px) {
    html {
        font-size: 15px;
    }
}

@media (min-width: 471px) and (max-width: 639px) {
    html {
        font-size: 14px;
    }
}

@media (min-width: 329px) and (max-width: 470px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 328px) {
    html {
        font-size: 14px;
    }
}

.header_box {
    z-index: 100;
    left: 0px;
    right: 0px;
    top: 0px;
    position: fixed;
    border-top: 0.04rem solid rgb(40, 112, 162);
}

#header {
    z-index: 999;
    width: 100%;
    transition: all 0.6s ease 0s;
    position: relative;
}

#header .w168 {
    align-items: center;
}

.header {
    padding: 0.2rem 0px 0.1rem;
    align-items: center;
}

.headerNav {
    width: 58.33%;
    position: relative;
    z-index: 99;
    justify-content: flex-end;
    align-items: center;
}

.header .search_btn {
    cursor: pointer;
    text-align: center;
    transition: all 0.6s ease 0s;
    display: block;
    position: relative;
}

#logo {
    width: 31.33%;
    position: relative;
    z-index: 99;
}

#logo a {
    display: block;
}

#logo img {
    display: block;
    width: 100%;
}

.header_R {
    width: 65%;
}

.header_top {
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 0.1rem;
}

.header_top li a {
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    transition: all 0.6s ease 0s;
}

.header_top li {
    margin-right: 0.1rem;
    position: relative;
    padding-right: 0.1rem;
    background: url("../images25/top01.png") right center / 0.01rem 0.06rem no-repeat;
}

.header_top li:last-child {
    background: none;
}

.header_top li:last-child::after {
    display: none;
}

.header_top li a:hover {
    opacity: 0.7;
    transition: all 0.6s ease 0s;
}

.header_top .search {
    width: 1.8rem;
    line-height: 0.32rem;
    height: 0.32rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.4);
    border-radius: 0.18rem;
}

.header_top .search .text {
    width: calc(100% - 0.45rem);
    line-height: 0.32rem;
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    text-indent: 0.15rem;
}

.header_top .search .btn {
    width: 0.32rem;
    height: 0.31rem;
    background: url("../images25/search.png") left center / 0.15rem 0.15rem no-repeat;
}

#header.show #nav {
    display: none;
}

#header.show .menu-pc {
    background: url("") center center / cover no-repeat;
}

@media (max-width: 1500px) {
    #m_header #logo {
        width: 50%;
    }

    #logo img {
        width: 100%;
    }
}

@media (max-width: 850px) {
    .header_box {
        height: 0.5rem;
    }

    #m_header #logo {
        width: 85%;
    }
}

@media (max-width: 414px) {
    .header_box {
        height: 0.5rem;
    }
}

@media (max-width: 340px) {
}

#nav {
    position: relative;
}

#nav ul {
    position: relative;
}

#nav ul li {
    position: relative;
    z-index: 9;
}

#nav ul li a {
    display: block;
    padding: 0px;
}

#nav ul li h3 {
    font-size: 0.2rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 0.5rem;
    position: relative;
    transition: all 0.6s ease 0s;
}

#nav ul li:hover a {
    color: rgb(255, 255, 255);
}

#nav ul li.on h3 {
    font-weight: bold;
}

#nav ul li:hover a h3 span, #nav ul li.on h3 span {
    background: url("") left center no-repeat;
}

#nav ul li a i {
    display: inline-block;
    background: url("") center center / contain no-repeat;
    width: 9px;
    height: 6px;
    vertical-align: middle;
    margin-left: 8px;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

#nav ul li:last-child .sub {
}

#nav ul li .sub .box {
    padding: 0.1rem 0.2rem;
    text-align: center;
    background: rgba(255, 255, 255, 0.95);
}

#nav ul li .sub a {
    padding: 0px;
    border-bottom: 0.01rem solid rgb(231, 231, 231);
    line-height: 2.5;
    transition: all 0.3s ease 0s;
    font-size: 0.16rem;
    color: rgb(102, 102, 102);
}

#nav ul li .sub a:hover {
    color: rgb(16, 87, 227);
    font-weight: 600;
}

#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

#nav ul > li.on h3, #nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3 {
    font-weight: bold;
}

#nav .navBox > ul > li:last-child h3::after {
    left: auto;
    margin-left: 0px;
    right: 0px;
}

#nav .navBox > ul > li:hover h3.ej::after, #nav ul li.on h3.ej::after {
    transform: scale(1);
}

#nav .navBox > ul > li:hover h3.er::before, #nav > ul > li.on h3.ej::before {
    opacity: 1;
    visibility: visible;
}

.header_box.xg {
    position: fixed;
    height: auto;
    transition: all 0.4s ease 0s;
    margin-top: 0px;
    border-top: none;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 0px 29px 0px;
    z-index: 99;
    background-image: -webkit-linear-gradient(0deg, rgb(201, 67, 90) 0%, rgb(37, 71, 171) 100%);
}

.header_box.xg #header {
    transition: all 0.6s ease 0s;
    margin-top: 0px;
}

.header_box.xg .header {
    padding: 0.2rem 0px 0.1rem;
}

#logo .logo_black {
    display: none;
}

.top_search_black {
    display: none;
}

.header_box.xg #logo {
}

@media (max-width: 1200px) {
    .header_box {
        display: none;
    }
}

@media (max-width: 850px) {
    #header {
        display: none;
    }

    #gotop {
        right: 0.15rem;
        bottom: 0.3rem;
    }

    #gotop img, #gotop.hide {
        width: 0.3rem;
    }

    #gotop.hide {
        height: 0.3rem;
    }
}

.tc2 .tc-box form {
    border-radius: 4px;
    overflow: hidden;
    background: rgb(255, 255, 255);
    height: 60px;
    width: 100%;
}

.tc2 .tc-box input[type="text"] {
    border: none;
    width: 94%;
    display: block;
    height: 60px;
    text-align: left;
    color: rgb(67, 67, 67);
    font-size: 14px;
    background: none;
    line-height: 60px;
    padding: 0px 20px;
}

.tc2 .tc-box input[type="text"]:focus {
    text-align: left;
}

.tc2 .tc-box input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 50%;
    padding: 0px;
    z-index: 2;
    height: 60px;
    width: 70px;
    cursor: pointer;
    border: none;
    margin-top: -30px;
}

.tc2 .tc {
    transition: all 300ms ease 0s;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
}

.tc2 .tc {
    pointer-events: none;
    opacity: 0;
    transform: scale(1.1);
    visibility: hidden;
}

.tc2 .tc.act {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
    visibility: visible;
}

.tc2 .close:hover {
    transform: rotate(180deg);
}

.tc2 .close, .tc {
    transition: all 400ms ease 0s;
}

.tc2 .tc-box {
    position: absolute;
    border-radius: 4px;
    overflow: hidden;
    top: 50%;
    z-index: 9999;
    background: rgb(255, 255, 255);
    height: 60px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
    margin-top: -40px;
}

.tc2 .tc.act {
    display: block;
}

.tc2 .close {
    position: absolute;
    cursor: pointer;
    font-size: 20px;
    right: 30px;
    top: 30px;
}

.tc2 .tc-bg {
    height: 100%;
    background: rgba(206, 180, 114, 0.9);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 0;
    opacity: 0.8;
}

.search_btn {
    cursor: pointer;
    width: 0.3rem;
    height: 0.3rem;
}

.search_btn img {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
}

.search_btn svg {
    display: inline-block;
    fill: rgb(255, 255, 255);
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.nav-pc {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 100vh;
    z-index: -1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none;
}

.nav-pc .navBox {
    position: absolute;
    top: 162px;
    left: 5%;
    bottom: 0px;
    overflow-y: auto;
    width: 90%;
}

.nav-pc .navBox dt {
    font-size: 0.22rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.nav-pc .navBox dt a {
    color: rgb(255, 255, 255);
    transition: all 0.6s ease 0s;
}

.nav-pc .navBox dt a:hover {
    opacity: 0.6;
    transition: all 0.6s ease 0s;
}

.nav-pc .navBox dd {
    margin-bottom: 0.34rem;
}

.nav-pc .navBox dd a {
    color: rgb(255, 255, 255);
    font-size: 0.18rem;
    transition: all 0.6s ease 0s;
    opacity: 0.8;
}

.nav-pc .navBox dd a:hover {
    opacity: 1;
    transition: all 0.6s ease 0s;
}

.search-dialog-box {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s;
}

.search-dialog-box::before {
    content: "";
    position: absolute;
    top: 0px;
    height: 0px;
    background: none;
    transition: all 0.6s ease 0s;
    left: 0px;
    right: 0px;
    z-index: 1;
}

.search-dialog-box.on::before {
    height: 100%;
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0px;
    margin: 0px;
    background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
    transform-origin: center center;
    transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: all 0.6s ease 0s;
}

.header-right .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease 0.8s;
}

.search-dialog-box .bubbles-bg .bubble {
    position: absolute;
}

.search-dialog-box .bubbles-bg .bubble .circle {
    border-radius: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.search-dialog-box .bubbles-bg .bubble1 {
    width: 6%;
    padding-top: 6%;
    left: 26.875%;
    top: -6.67%;
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
    border: 1px solid rgb(255, 255, 255);
}

.search-dialog-box .bubbles-bg .bubble2 {
    width: 12px;
    padding-top: 12px;
    left: 13.54%;
    top: 18%;
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
    background-color: rgb(41, 167, 65);
}

.search-dialog-box .bubbles-bg .bubble3 {
    width: 36px;
    padding-top: 36px;
    left: 8.854%;
    top: 30.55%;
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
    background-color: rgb(255, 255, 255);
}

.search-dialog-box .bubbles-bg .bubble4 {
    width: 56.875%;
    padding-top: 56.875%;
    left: -28.6458%;
    top: 51.85%;
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.05) 100%);
}

.search-dialog-box .bubbles-bg .bubble5 {
    width: 54px;
    padding-top: 54px;
    left: 26.3%;
    top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
    background-color: rgb(255, 255, 255);
    opacity: 0.1;
}

.search-dialog-box .bubbles-bg .bubble6 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 73.4375%;
    top: -52.77%;
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.1) 100%);
}

.search-dialog-box .bubbles-bg .bubble7 {
    width: 2rem;
    padding-top: 2rem;
    left: 60.9375%;
    top: 18.5%;
}

.search-dialog-box .bubbles-bg .bubble7 .circle {
    background-color: rgb(41, 167, 65);
}

.search-dialog-box .bubbles-bg .bubble8 {
    width: 1.35rem;
    padding-top: 1.35rem;
    left: 95.83%;
    top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
    border: 1px solid rgb(255, 255, 255);
}

.search-dialog-box .bubbles-bg .bubble9 {
    width: 16px;
    padding-top: 16px;
    left: 76.5625%;
    top: 96.296%;
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
    background-color: rgb(255, 255, 255);
}

.search-dialog-box .bubbles-bg .bubble10 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 71.354%;
    top: 87%;
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.3) 100%);
}

.search-dialog-box .bubbles-bg .bubble {
    animation: 8s linear 0s infinite normal none running spin;
    transform-origin: 50% 45%;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
    animation: 8s linear 0s infinite normal none running spin2;
}

.search-dialog-box .bubbles-bg .bubble .circle {
    animation: 8s linear 0s infinite normal none running spin-reverse;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
    animation: 8s linear 0s infinite normal none running spin-reverse2;
}

.search-dialog-box .bubbles-bg .sm-bubble {
    transform-origin: 30% 30px;
}

.search-dialog {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: rgb(255, 255, 255);
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0px;
}

.search-dialog .search-input {
    width: 50%;
    margin: 0px auto;
    padding: 0px 0rem 0px 1.5rem;
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
    float: left;
    height: 1rem;
    width: calc(100% - 1rem);
    background-color: transparent;
    font-size: 0.18rem;
    line-height: 1rem;
    color: rgb(145, 145, 145);
    transition: all 0.3s ease 0s;
    outline: none;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.6);
}

.search-dialog .search-input input[type="text"]::-webkit-input-placeholder {
    color: rgb(145, 145, 145);
}

.search-dialog .search-input input[type="image"], .search-dialog .search-input .clear-btn {
    float: right;
    height: 0.8rem;
    width: 0.8rem;
}

.search-dialog .search-input input[type="image"] {
    background: url("../images25/search02.png") center center no-repeat rgb(45, 65, 152);
    height: 0.8rem;
    width: 0.8rem;
    border-radius: 100px;
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, 0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("");
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: rgb(255, 255, 255);
}

.search-dialog .search-input.on input[type="image"] {
    background-image: url("");
}

.search-dialog .hot-search {
    font-size: 0px;
    width: 19.5rem;
    margin: 0.6rem auto 0px;
    box-sizing: border-box;
    padding: 0px 0.6rem;
    overflow: hidden;
}

.search-dialog .hot-search .hot-tit, .search-dialog .hot-search .hot-link {
    display: inline-block;
    zoom: 1; vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
    font-size: 0.375rem;
    line-height: 0.5rem;
    color: rgb(255, 255, 255);
    font-weight: bold;
    padding-left: 0.6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 0.5rem;
    background-image: url("");
}

.search-dialog .hot-link {
    margin-left: 1rem;
}

.search-dialog .hot-link a {
    display: inline-block;
    zoom: 1; font-size: 0.375rem;
    line-height: 0.5rem;
    margin-right: 0.75rem;
    color: rgb(255, 255, 255);
    padding-bottom: 5px;
    position: relative;
}

.search-dialog .hot-link a::before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background-color: rgb(255, 255, 255);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s ease 0s;
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0px;
    bottom: 5.1%;
    width: 100%;
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
    font-size: 0.35rem;
    line-height: 0.5rem;
    color: rgb(255, 255, 255);
    font-family: gilroy-regular;
    margin-top: 0.5rem;
    overflow: hidden;
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1;
}

.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0px);
}

.pub-close {
    position: absolute;
    width: 51px;
    height: 52px;
    z-index: 10;
    right: 0.8rem;
    top: 0.8rem;
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(28, 90, 183);
    transform: scale(0);
    border-radius: 100%;
    transition: transform 0.3s ease 0s;
}

.pub-close i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("../images25/search_close.png");
    transition: all 0.6s ease 0s;
}

.pub-close i:hover {
    transform: rotate(180deg);
}

@keyframes spin {
    100% {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    100% {
        transform: rotate(-1turn);
    }
}

@keyframes spin-reverse {
    0% {
        transform: rotate(1turn);
    }
}

@keyframes spin-reverse2 {
    0% {
        transform: rotate(-1turn);
    }
}

#nav {
    z-index: 99;
    margin: 0px auto;
    position: relative;
    width: 100%;
}

#nav ul {
    width: 100%;
    padding: 0px;
}

#nav ul li {
    position: relative;
    z-index: 0;
}

#nav ul li:last-child::after {
    position: absolute;
    content: "";
}

#nav ul li a {
    display: block;
    text-align: center;
}

#nav ul li h3 {
    font-size: 0.2rem;
    color: rgb(255, 255, 255);
    position: relative;
    transition: all 0.6s ease 0s;
    text-align: center;
    line-height: 0.5rem;
    font-weight: bold;
}

#nav ul li:hover a h3 {
    font-weight: bold;
}

#nav ul li:hover a {
}

#nav ul li.on h3 {
    font-weight: bold;
}

#nav ul li a i {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}

#nav ul li .sub {
    position: absolute;
    top: 0.5rem;
    min-width: 1.8rem;
    left: 50%;
    z-index: 10000;
    transform: translateX(-50%) scaleY(0);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease 0s;
    transform-origin: center top;
    background: rgb(255, 255, 255);
}

#nav ul li .sub .sub2 {
    position: relative;
}

#nav ul li .sub .sub2 .sjnav {
    position: absolute;
    left: 100%;
    top: 0px;
    background: rgba(255, 255, 255, 0.8);
    display: none;
}

#nav ul li .sub .sub2:hover .sjnav {
    display: block;
}

#nav ul li .sub .box {
    padding-top: 0.16rem;
    text-align: center;
    position: relative;
}

#nav ul li .sub .box::after {
    content: "";
    position: absolute;
    height: 0.6rem;
    width: 100%;
    bottom: -0.6rem;
    left: 0px;
    background-size: contain;
}

#nav ul li .sub a {
    white-space: nowrap;
    padding: 0px 0.2rem;
    line-height: 0.5rem;
    transition: all 0.3s ease 0s;
    font-size: 0.18rem;
    color: rgb(50, 50, 50);
}

#nav ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) scaleY(1);
}

#nav ul > li.on h3, #nav ul li:hover h3, #header.xg #nav ul li.on a h3, #header.xg #nav ul li:hover a h3 {
    color: rgb(255, 255, 255);
}

#nav .navBox > ul > li .sub::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.04rem;
    position: absolute;
    left: 0px;
    margin-left: 0px;
    background: rgb(16, 87, 227);
    top: 0px;
    transition: all 0.3s ease 0s;
    transform: scale(0);
    border-radius: 0px;
}

#nav .navBox > ul > li .sub::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -0.12rem;
    border-left: 0.12rem solid transparent;
    border-right: 0.12rem solid transparent;
    border-bottom: 0.12rem solid rgb(217, 62, 78);
    top: -0.1rem;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    display: none;
}

#nav .navBox > ul > li:hover .sub::after, #nav ul li.on .sub::after {
    transform: scale(1);
}

#nav .navBox > ul > li:hover .sub::before, #nav > ul > li.on .sub::before {
    opacity: 1;
    visibility: visible;
}

.search_btn {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    transition: all 0.6s ease 0s;
    width: 20px;
    border-radius: 50%;
}

.search_btn img {
    display: block;
    width: 0.2rem;
}

#m_header {
    z-index: 99;
}

#m_header #logo img {
    max-height: 28px;
}

.wap_search {
    width: 80%;
    margin: 0px auto;
}

.wap_search form {
    position: relative;
}

.wap_search input[type="text"] {
    width: 80%;
    height: 0.1rem;
    line-height: 0.1rem;
    border: 0px;
    padding: 0px 0.15rem;
    font-size: 0.16rem;
    color: rgb(153, 153, 153);
    box-shadow: none;
    appearance: none;
    float: left;
}

.wap_search input[type="image"] {
    width: 20%;
    height: 0.6rem;
    background: 0% 0% / 20px rgb(16, 87, 227);
    font-size: 0px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-transform: uppercase;
    float: left;
}

#m_nav .mzsdm {
    position: relative;
    border: 0.01rem solid rgba(255, 255, 255, 0.2);
    width: 95%;
    margin-left: 2.5%;
    display: flex;
    justify-content: space-around;
    padding: 0.1rem;
    border-radius: 0.2rem;
}

#m_nav .mzsdm a {
    display: block;
    font-size: 0.16rem;
    color: rgb(255, 255, 255);
    line-height: 0.4rem;
    padding-left: 0.18rem;
}

#m_nav .mzsdm a + a {
    margin-left: 0.2rem;
}

#nav_btn_box {
    height: 100%;
    z-index: 999999999;
}

#nav_btn_box.on {
    background: none;
}

#nav_btn {
    display: none;
}

#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before {
    background: rgb(255, 255, 255);
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease 0s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 0.3rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn, #nav_btn .point:hover .navbtn::after, #nav_btn .point:hover .navbtn::before {
    width: 24px;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0px;
    display: inline-block;
    width: 20px;
    height: 1px;
    transition: all 0.3s ease-out 0s;
    background: rgb(255, 255, 255);
}

#nav_btn .navbtn::after, #nav_btn .navbtn::before {
    position: absolute;
    left: 0px;
    display: inline-block;
    width: 24px;
    height: 1px;
    content: "";
    transition: all 0.3s ease-out 0s;
    background: rgb(255, 255, 255);
}

#nav_btn .navbtn::after {
    top: -8px;
}

#nav_btn .navbtn::before {
    top: 8px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    transform: rotate(-45deg);
    top: 0px;
}

.tc_search {
    margin: 0.2rem 0.25rem 0px;
    width: calc(100% - 0.5rem);
    bottom: 0.24rem;
}

.tc_search .header-search {
    height: 40px;
    border-radius: 20px;
    border: 1px solid rgb(229, 229, 229);
    position: relative;
    width: 100%;
    margin-bottom: 0.6rem;
}

.tc_search input[type="text"] {
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    height: 38px;
    line-height: 38px;
    padding: 0px 0.15rem;
    box-shadow: none;
    appearance: none;
    border-right: 0px;
    background: none;
    width: calc(100% - 0.4rem);
}

.tc_search input[type="image"] {
    position: absolute;
    top: 6px;
    width: 26px;
    line-height: 38px;
    border: 0px;
    right: 10px;
}

.tc_search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

.tc_search input:focus::-webkit-input-placeholder {
    color: transparent;
}

.m_nav_list {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.m_nav_list::-webkit-scrollbar {
    display: none;
}

.m_nav_list .sjnav {
    margin-left: 0.2rem;
}

#m_nav {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100vh;
    right: -100vw;
    top: 0px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.3s ease-out 0s;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background-image: -webkit-linear-gradient(-180deg, rgb(44, 124, 219) 0%, rgb(6, 71, 187) 100%);
}

#m_nav.act {
    pointer-events: auto;
    right: 0px;
    overflow: auto;
}

#m_nav > ul > li {
    width: 100%;
    overflow: hidden;
    padding: 0px 0.3rem;
}

#m_nav > ul > li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a {
    display: inline-block;
    width: calc(100% - 30px);
}

#m_nav li .a h3 {
    line-height: 0.64rem;
    height: 0.64rem;
    color: rgb(255, 255, 255);
    padding: 0px;
    font-size: 0.18rem;
    float: left;
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center;
}

#m_nav li .a span i {
    font-size: 0px;
}

#m_nav li i {
    opacity: 1;
    width: 10px;
    height: 0.64rem;
    float: right;
    display: inline-block;
    background: url("../images25/jia.png") center center / contain no-repeat;
}

#m_nav li.on i {
    background: url("../images25/jian.png") center center / contain no-repeat;
}

#m_nav li {
    display: block;
    width: 100%;
}

.slide_nav {
    position: absolute;
    left: 0px;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0px;
    width: 100%;
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0px;
    margin-left: 0px;
    background: none;
    border: 0px;
    clear: both;
    padding-bottom: 10px;
}

#m_nav .title .list span {
    background: none;
}

#m_nav .title .list span a:hover {
    color: rgb(255, 180, 0);
}

#m_nav .title .list a {
    display: block;
    font-size: 0.16rem;
    color: rgb(255, 255, 255);
    text-align: left;
    line-height: 40px;
    height: 40px;
    border: 0px;
    font-weight: 300;
}

.logo2 {
}

.logo2 a {
    display: table;
    vertical-align: middle;
}

.logo2 img {
    display: block;
    vertical-align: middle;
    width: 100%;
}

#m_nav .title .list span {
    position: relative;
    display: block;
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    overflow: hidden;
    display: block !important;
}

#m_nav .title .sub a {
    background: none;
    font-size: 0.16rem;
    opacity: 0.8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: rgb(153, 153, 153);
}

.nav_mask {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 888;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}

.m_header_box {
    display: none;
    background-size: auto;
    position: fixed;
    z-index: 999999;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 12px 0px;
    background-image: -webkit-linear-gradient(0deg, rgb(201, 67, 90) 0%, rgb(37, 71, 171) 100%);
}

@media (max-width: 1200px) {
    #nav ul {
        display: none;
    }

    #m_header {
        height: 10vw;
    }

    #m_nav {
        padding-top: 11vw;
    }

    #m_header .rightBox {
        width: 30%;
        margin-right: 25px;
    }

    #m_header .rightBox img {
        width: 100%;
        margin: 0px auto;
        display: block;
    }

    .navBox {
        display: none;
    }

    #nav_btn_box {
        margin-right: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .navBox .search {
        float: left;
    }

    #nav_btn {
        display: block;
    }

    .header_box {
        display: none;
    }

    .m_header_box {
        display: block;
    }

    #nav_slide {
        display: block;
    }

    .logo2 {
        margin-left: 25px;
        max-width: 40vw;
    }
}

@media (max-width: 850px) {
    #m_header {
        height: 80px;
    }

    #m_nav {
        padding-top: 15vw;
    }

    #nav {
        position: relative;
    }

    .logo2 {
        margin-left: 15px;
        max-width: 40vw;
    }
}

@media (max-width: 430px) {
    .logo2 {
        max-width: 78vw;
    }

    #m_header {
        height: 18vw;
    }

    #m_nav {
        padding-top: 22vw;
    }
}

@media (max-width: 992px) {
    #gotop {
        right: 0px;
        transform: scale(0.6);
        bottom: 1rem;
    }
}

@media (max-width: 1820px) {
    #header .w163 {
        margin: 0px 100px;
        width: calc(100% - 200px);
    }
}

@media (max-width: 1200px) {
    .m_header_box {
        display: block;
    }

    .header_box {
        display: none;
    }
}

.bannerBox {
    height: 100vh;
    position: relative;
}

.bannerBox .slider .slick-active {
    position: relative;
    z-index: 999;
}

.bannerBox .slider .slick-slide img {
    display: block;
    width: 100%;
    position: relative;
    height: 100vh;
}

.bannerBox .slider .slick-slide video {
    height: 100vh;
}

.bannerBox .slider .slick-active img {
    animation: 5s ease 0s 1 normal forwards running myscal;
}

@keyframes myscal {
    0% {
        transform: scale(1.07);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes mymove {
    0% {
        transform: scale(1.07);
    }

    100% {
        transform: scale(1);
    }
}

.bannerBox .slider a {
    display: block;
    position: relative;
}

.bannerBox .slider a::after {
    content: "";
    width: 100vw;
    height: 100vh;
    background: url("../images25/topBG.png") center top repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
}

.bannerBox .slider a p {
    position: absolute;
    bottom: 0.3rem;
    z-index: 4;
    font-size: 0.35rem;
    color: white;
    font-weight: bold;
    width: 15rem;
    left: 50%;
    line-height: 0.4rem;
    height: 0.4rem;
    margin-left: -7.5rem;
}

.bannerBox .slider video {
    display: block;
    width: 100%;
    position: relative;
    height: 5.5rem;
}

.bannerBox .slick-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0.4rem;
    align-items: center;
    z-index: 9;
    width: 100%;
    left: 0px;
}

.bannerBox .slick-dots li {
    height: 0.12rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bannerBox .slick-dots li button {
    width: 0.12rem;
    height: 0.12rem;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    margin: 0px 0.1rem;
    opacity: 0.3;
}

.bannerBox .slick-dots li.slick-active button {
    opacity: 1;
    position: relative;
}

.bannerBox .slick-dots li:last-child.slick-active butto {
    padding-right: 0px;
}

.bannerBox .slick-dots li button {
    font-size: 0px;
}

.bannerBox .slick-prev, .bannerBox .slick-next {
    background: url("../images25/bannerL.png") left center / 0.6rem no-repeat;
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0px;
    position: absolute;
    left: 0.1rem;
    top: 50%;
    margin-top: -0.3rem;
    opacity: 1;
    z-index: 9;
}

.bannerBox .slick-next {
    left: auto;
    right: 0.1rem;
    transform: rotateY(-180deg);
}

@media (max-width: 1440px) {
    .bannerBox {
        width: 100%;
        padding: 0px;
        height: 50vw;
    }

    .bannerBox .slider .slick-slide img {
        height: 50vw;
    }

    .bannerBox .slider .slick-slide video {
        height: 50vw;
    }
}

@media (max-width: 1200px) {
    .bannerBox .slick-dots {
        width: 100%;
        padding: 0px 0.3rem;
    }

    .bannerBox .slider video {
        height: 45vw;
    }

    .bannerBox .xlbtn {
        display: none;
    }

    .bannerBox .slick-dots {
        justify-content: center;
    }

    .bannerBox .slider a::after {
        display: none;
    }

    .bannerBox {
        margin-top: 1.6rem;
    }
}

@media (max-width: 1100px) {
    .bannerBox {
        margin-top: 10vw;
    }
}

@media (max-width: 850px) {
    .bannerBox .slider a p {
        width: 95%;
        left: 2.5%;
        font-size: 0.18rem;
        line-height: 0.24rem;
        bottom: 0.1rem;
        height: 0.24rem;
        margin-left: 0px;
    }

    .bannerBox .slick-dots {
        bottom: 0.2rem;
    }

    .bannerBox {
        margin-top: 80px;
    }

    .bannerBox .slick-dots li button {
        width: 0.1rem;
        height: 0.1rem;
        margin: 0px 0.06rem;
    }
}

@media (max-width: 430px) {
    .bannerBox {
        margin-top: 18vw;
    }
}

@media (max-width: 850px) {
}

@media (max-width: 580px) {
}

.headline18-3 {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: rgb(50, 50, 50);
    height: 0.84rem;
}

.headline18-2 {
    font-size: 0.18rem;
    line-height: 0.28rem;
    color: rgb(50, 50, 50);
    /* height: 0.56rem; */
}

.headline18-1 {
    font-size: 0.18rem;
    line-height: 0.2rem;
    color: rgb(50, 50, 50);
    height: 0.2rem;
}

.xwdtzy {
    font-size: 0.16rem;
    line-height: 0.25rem;
    color: rgb(50, 50, 50);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Cotitle {
    margin-bottom: 0.4rem;
    position: relative;
}

.Cotitle .text {
    position: relative;
    text-align: center;
    background: url("../images25/titleBG.png") 56% bottom no-repeat;
}

.Cotitle h5 {
    font-size: 0.36rem;
    padding: 0.1rem 0px 0.2rem;
    color: rgb(50, 50, 50);
    letter-spacing: 4px;
    font-weight: 600;
    position: relative;
    z-index: 2;
}

.Cotitle i {
    position: absolute;
    display: block;
    font-style: normal;
    left: 0px;
    bottom: 0.03rem;
    width: 100%;
    text-align: center;
    font-family: Roboto;
    font-size: 0.8rem;
    line-height: 0.6rem;
    letter-spacing: 0.04rem;
    font-weight: bold;
    color: transparent;
    -webkit-text-stroke: 1px rgb(216, 232, 253);
    text-transform: uppercase;
}

.Cotitle .more {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -0.24rem;
    width: 0.48rem;
    height: 0.48rem;
    transition: all 0.6s ease 0s;
}

.Cotitle .more::after {
    content: "";
    width: 0.48rem;
    height: 0.48rem;
    background: url("../images25/more.png") center center / 0.48rem 0.48rem no-repeat;
    position: absolute;
    left: 0px;
    top: 0px;
    animation: 8s linear 0s infinite normal none running spin;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.Cotitle .more a {
    display: block;
    line-height: 0.48rem;
    text-align: center;
    font-size: 0.14rem;
    color: rgb(50, 50, 50);
    position: relative;
    z-index: 2;
}

.Cotitle .more:hover {
    margin-top: -0.2rem;
    transition: all 0.6s ease 0s;
}

.Cotitle .more:hover a {
    color: rgb(16, 87, 227);
}

.part1BG {
    background: url("../images25/part1BG.jpg") center top / cover no-repeat;
    padding: 0.9rem 0px;
}

.part1L {
    width: 56.667%;
    overflow: hidden;
    position: relative;
}

.part1L .swiper-slide a {
    display: block;
    position: relative;
}

.part1L .swiper-lide .pic {
    overflow: hidden;
}

.part1L .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 5.2rem;
    object-fit: cover;
}

.part1L .swiper-slide .textBox {
    position: relative;
    width: calc(100% - 1rem);
    padding: 0.3rem 0.4rem;
    align-items: center;
    margin-left: 1rem;
    top: -0.55rem;
    margin-bottom: -0.55rem;
    border-top-left-radius: 0.14rem;
    background-image: -webkit-linear-gradient(0deg, rgb(201, 67, 90) 0%, rgb(37, 71, 171) 100%);
    box-shadow: rgba(0, 0, 0, 0.17) 0px 2px 21px 0px;
}

.part1L .swiper-slide .textBox .time {
    width: 0.54rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.15);
    border-radius: 0.05rem;
    padding: 0.1rem 0px;
    text-align: center;
}

.part1L .swiper-slide .textBox .time .day {
    font-size: 0.3rem;
    color: rgb(255, 255, 255);
    font-family: impact;
}

.part1L .swiper-slide .textBox .time .month {
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    opacity: 0.6;
    margin: 0.08rem 0px 0.06rem;
}

.part1L .swiper-slide .textBox .time .year {
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    opacity: 0.6;
}

.part1L .swiper-slide .textBox .text {
    width: calc(100% - 0.75rem);
}

.part1L .swiper-slide .textBox h5 {
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.part1L .swiper-slide .textBox h5 .textline {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.part1L .swiper-pagination {
    width: auto;
    right: 1.875rem;
    bottom: 1.875rem;
    left: auto;
    display: none;
}

.part1L .swiper-button-prev, .part1L .swiper-button-next {
    bottom: 0.3rem;
    left: 0px;
    top: auto;
    margin-top: 0px;
    width: 0.1rem;
    height: 0.18rem;
    background: url("../images25/part1-03.png") center center / 0.1rem 0.18rem no-repeat;
}

.part1L .swiper-button-next {
    left: 0.38rem;
    transform: rotateY(-180deg);
}

.part1L .swiper-button-next::after, .part1L .swiper-button-prev::after {
    display: none;
}

.part1R {
    width: 42%;
}

.part1R li {
    position: relative;
}

.part1R li::after {
    content: "";
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url("../images25/part1-02.jpg") left center / cover no-repeat;
    transition: all 0.6s ease 0s;
    box-shadow: rgba(0, 0, 0, 0.17) 0px 2px 21px 0px;
}

.part1R li a {
    padding: 0.16rem 0.3rem;
    align-items: center;
    position: relative;
    z-index: 2;
    border-bottom: 0.01rem solid rgb(201, 220, 237);
    display: block;
}

.part1R li i {
    font-style: normal;
    color: rgb(16, 87, 227);
    font-size: 0.14rem;
    display: block;
    padding-left: 0.2rem;
    background: url("../images25/time.png") left center / 0.13rem 0.13rem no-repeat;
    transition: all 0.6s ease 0s;
}

.part1R li p {
    margin-top: 0.1rem;
    transition: all 0.6s ease 0s;
}

.part1R li:last-child a {
    border-bottom: none;
}

.part1R li:hover::after {
    width: 100%;
    transition: all 0.6s ease 0s;
}

.part1R li:hover i {
    color: rgb(255, 255, 255);
    background: url("../images25/timeW.png") left center / 0.13rem 0.13rem no-repeat;
    transition: all 0.6s ease 0s;
}

.part1R li:hover p {
    color: rgb(255, 255, 255);
    font-weight: 600;
    transition: all 0.6s ease 0s;
}

@media (max-width: 1200px) {
    .part1_box {
        padding-top: 2.5rem;
    }

    .part1L .swiper-slide .pic img {
        height: 448px;
    }
}

@media (max-width: 1000px) {
    .part1L .swiper-slide .pic img {
        height: 372px;
    }
}

@media (max-width: 850px) {
    .part1L {
        width: 100%;
    }

    .part1R {
        width: 100%;
        margin-top: 0.3rem;
    }

    .part1L .swiper-slide .pic img {
        height: 54vw;
    }

    .part1BG {
        padding: 0.5rem 0px;
    }

    .CotitleL {
        padding-left: 0px;
        text-align: left;
        background: url("") left bottom no-repeat;
    }

    .part1L .swiper-slide .textBox .time {
        width: 0.64rem;
    }

    .part1L .swiper-slide .textBox .time .month, .part1L .swiper-slide .textBox .time .year {
        font-size: 0.18rem;
    }

    .headline18-1 {
        font-size: 0.18rem;
        line-height: 0.22rem;
        height: 0.24rem;
    }

    .headline18-2 {
        font-size: 0.18rem;
        line-height: 0.32rem;
        height: 0.64rem;
    }

    .part1R li i {
        font-size: 0.18rem;
    }

    .part1R li a {
        padding: 0.2rem 0px;
    }

    .Cotitle .text {
        text-align: left;
        background-size: 40%;
        background-position: left bottom;
    }

    .Cotitle i {
        text-align: left;
    }

    .Cotitle h5 {
        font-size: 0.3rem;
    }

    .part1L .swiper-slide .textBox {
        padding: 0.2rem;
    }
}

.part2 {
    margin-top: 0.8rem;
}

.part2Con {
    position: relative;
}

.part2Con .mySwiper {
    padding: 0.1rem 0px;
}

.part2Con .swiper-slide {
    position: relative;
}

.part2Con .swiper-slide::after {
    content: "";
    width: calc(100% - 0.2rem);
    height: 0px;
    background: url("../images25/part2-04.png") center center / 100% no-repeat;
    position: absolute;
    top: -0.1rem;
    left: 0.1rem;
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-slide::before {
    content: "";
    width: calc(100% - 0.2rem);
    height: 0px;
    background: url("../images25/part2-05.png") center center / 100% no-repeat;
    position: absolute;
    bottom: -0.1rem;
    left: 0.1rem;
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-slide a {
    position: relative;
    z-index: 2;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.8);
    padding: 0.3rem 0.3rem 0.5rem;
    border-radius: 0.1rem;
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-slide a::after {
    content: "";
    width: 100%;
    height: 0px;
    background: url("../images25/part2-03.png") center bottom / cover no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-radius: 0.1rem;
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-slide .time {
    margin-bottom: 0.4rem;
    position: relative;
    z-index: 2;
    background: url("../images25/part2-01.png") right center / 1.21rem 0.21rem no-repeat;
}

.part2Con .swiper-slide .time::after {
    content: "";
    width: 0px;
    height: 0.21rem;
    background: url("../images25/part2-02.png") right center no-repeat;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -0.11rem;
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-slide .time i {
    font-style: normal;
    font-family: impact;
    color: rgb(16, 87, 227);
    font-size: 0.38rem;
    letter-spacing: 0.03rem;
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-slide p {
    z-index: 2;
    position: relative;
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-slide:hover a::after {
    height: 100%;
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-slide:hover a {
    border: none;
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-slide:hover::after, .part2Con .swiper-slide:hover::before {
    height: 0.1rem;
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-slide:hover .time i {
    color: rgb(255, 255, 255);
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-slide:hover p {
    color: rgb(255, 255, 255);
    font-weight: 600;
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-slide:hover .time {
    background: none;
}

.part2Con .swiper-slide:hover .time::after {
    width: 100%;
    transition: all 0.6s ease 0s;
}

.part2Con .swiper-button-prev, .part2Con .swiper-button-next {
    width: 0.53rem;
    height: 0.53rem;
    margin-top: -0.27rem;
    background: url("../images25/part2L.png") center center / 0.53rem 0.53rem no-repeat;
    left: -1rem;
}

.part2Con .swiper-button-prev::after, .part2Con .swiper-button-next::after {
    display: none;
}

.part2Con .swiper-button-next {
    transform: rotateY(-180deg);
    left: auto;
    right: -1rem;
}

@media (max-width: 1800px) {
    .part2Con .swiper-button-prev, .part2Con .swiper-button-next {
        left: 0.1rem;
    }

    .part2Con .swiper-button-next {
        left: auto;
        right: 0.1rem;
    }
}

@media (max-width: 850px) {
    .part2 {
        margin-top: 0.3rem;
    }

    .part2Con .swiper-button-prev, .part2Con .swiper-button-next {
        top: 2.1rem;
    }
}

.part3 {
    background: url("../images25/part3BG.jpg") center top / cover no-repeat;
    padding: 0.9rem 0px;
}

.part3 .Cotitle i {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

.part3 .Cotitle h5 {
    color: rgb(255, 255, 255);
}

.part3 .Cotitle .text {
    background: url("../images25/titleBGw.png") 56% bottom no-repeat;
}

.part3 .Cotitle .more a {
    color: rgb(255, 255, 255);
}

.part3 .Cotitle .more::after {
    background: url("../images25/moreW.png") center center / 0.48rem 0.48rem no-repeat;
}

.part3Con ul {
    width: 65.33%;
}

.part3Con li {
    width: 47.95%;
    border-radius: 0.4rem 0px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
}

.part3Con li a {
    display: block;
}

.part3Con li .pic {
    overflow: hidden;
}

.part3Con li .pic img {
    display: block;
    width: 100%;
    height: 2.8rem;
    object-fit: cover;
}

.part3Con li .text {
    padding: 0.3rem 0.4rem;
    align-items: center;
}

.part3Con li .text .time {
    width: 0.6rem;
}

.part3Con li .text .time .day {
    height: 0.52rem;
    line-height: 0.52rem;
    background: url("../images25/part3-02.png") center center / 0.6rem 0.52rem no-repeat;
    font-size: 0.3rem;
    color: rgb(255, 255, 255);
    font-family: impact;
    text-align: center;
}

.part3Con li .text .time .year {
    margin-top: 0.08rem;
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    opacity: 0.7;
    text-align: center;
}

.part3Con li p {
    width: calc(100% - 0.8rem);
    color: rgb(255, 255, 255);
}

.part3Con li p .textline {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.part3Con dl {
    width: 32%;
}

.part3Con dd {
    margin-bottom: 0.44rem;
}

.part3Con dd:last-child {
    margin-bottom: 0px;
}

.part3Con dd a {
    align-items: center;
}

.part3Con dl .time {
    width: 0.6rem;
}

.part3Con dl .time .day {
    height: 0.52rem;
    line-height: 0.52rem;
    background: url("../images25/part3-02.png") center center / 0.6rem 0.52rem no-repeat;
    font-size: 0.3rem;
    color: rgb(255, 255, 255);
    font-family: impact;
    text-align: center;
}

.part3Con dl .time .year {
    margin-top: 0.08rem;
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    opacity: 0.7;
    text-align: center;
}

.part3Con dl p {
    width: calc(100% - 0.8rem);
    color: rgb(255, 255, 255);
}

.part3Con dl p .textline {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

@media (max-width: 850px) {
    .part3 .Cotitle .text {
        background: none;
    }

    .part3 {
        padding: 0.5rem 0px;
    }

    .part3Con ul {
        width: 100%;
    }

    .part3Con dl {
        width: 100%;
        margin-top: 0.3rem;
    }

    .part3Con li .pic img {
        height: 28vw;
    }

    .headline18-3 {
        font-size: 0.18rem;
        line-height: 0.32rem;
        height: 0.96rem;
    }
}

.part4 {
    background: url("../images25/part4BG.jpg") center top / cover no-repeat;
    padding: 0.9rem 0px 2.15rem;
}

.part4 .w15 {
    align-items: flex-start;
    position: relative;
    z-index: 2;
}

.part4 .Cotitle .text, .part4 .Cotitle i {
    text-align: left;
}

.part4 .Cotitle .text {
    background: url("../images25/titleBG.png") left bottom no-repeat;
}

.part4L {
    width: 47.33%;
}

.part4LT li {
    width: 48.59%;
}

.part4LT li a {
    display: block;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 26.46px 0.54px;
    padding: 0.15rem 0.1rem 0.1rem;
    border-radius: 0.1rem;
}

.part4LT li .text {
    padding: 0px 0.1rem;
    margin-bottom: 0.2rem;
}

.part4LT li .time {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.14rem;
}

.part4LT li .time .day {
    font-size: 0.3rem;
    color: rgb(16, 87, 227);
    font-family: impact;
    margin-right: 0.06rem;
}

.part4LT li .time .year {
    font-size: 0.14rem;
    color: rgb(153, 153, 153);
}

.part4LT li .pic {
    overflow: hidden;
    border-radius: 0.1rem;
}

.part4LT li .pic img {
    display: block;
    width: 100%;
    height: 2.2rem;
    object-fit: cover;
}

.part4LT li p span {
    background-image: linear-gradient(rgb(16, 87, 227), rgb(16, 87, 227));
}

.part4LT li:hover p {
    color: rgb(16, 87, 227);
    font-weight: 600;
    transition: all 0.6s ease 0s;
}

.part4LB li {
    margin-top: 0.25rem;
}

.part4LB li a {
    display: block;
    padding-left: 0.25rem;
    background: url("../images25/part4-02.png") left center no-repeat;
}

.part4LB li .time {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.14rem;
}

.part4LB li .time .day {
    font-size: 0.3rem;
    color: rgb(16, 87, 227);
    font-family: impact;
    margin-right: 0.06rem;
}

.part4LB li .time .year {
    font-size: 0.14rem;
    color: rgb(153, 153, 153);
}

.part4LB li p span {
    background-image: linear-gradient(rgb(16, 87, 227), rgb(16, 87, 227));
}

.part4LB li:hover p {
    color: rgb(16, 87, 227);
    font-weight: 600;
    transition: all 0.6s ease 0s;
}

.part4R {
    width: 47.33%;
    position: relative;
}

.part4R .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 1rem 0px;
}

.part4R .swiper-slide {
    text-align: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    transition: all 300ms ease 0s;
    transform: scale(1.703);
}

.part4RT {
    position: relative;
    margin-bottom: 0.48rem;
}

.part4RT .swiper-slide-active, .part4RT .swiper-slide-duplicate-active {
    transform: scale(2.367);
    position: relative;
    z-index: 5;
}

.part4RT .swiper-slide a {
    display: block;
    position: relative;
}

.part4RT .swiper-slide .pic {
    overflow: hidden;
    border-radius: 0.03rem;
    position: relative;
}

.part4RT .swiper-slide .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    left: 0px;
    top: 0px;
}

.part4RT .swiper-slide .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images25/part4-04.png") center bottom repeat-x;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    display: none;
}

.part4RT .swiper-slide .pic img {
    display: block;
    width: 100%;
    height: 1.4rem;
    object-fit: cover;
}

.part4RT .swiper-slide .time {
    display: none;
}

.part4RT .swiper-slide .text {
    display: none;
}

.part4RT .swiper-slide-active .pic::after {
    display: none;
}

.part4RT .swiper-slide-active .pic::before {
    display: block;
}

.part4RT .swiper-slide-active .text {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0.04rem;
    z-index: 3;
    padding: 0px 0.1rem;
    width: 232%;
    transform: scale(0.424) translateX(-68%);
}

.part4RT .swiper-slide-active .text p {
    color: rgb(255, 255, 255);
    font-size: 0.18rem;
}

.part4RT .swiper-slide-active .text p span {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.part4RT .swiper-slide-active .time {
    position: absolute;
    display: block;
    top: -0.2rem;
    left: -0.2rem;
    transform: scale(0.424);
    width: 0.8rem;
    height: 0.8rem;
    background: url("../images25/part4-05.png") center center / 0.8rem 0.8rem no-repeat;
}

.part4RT .swiper-slide-active .time .day {
    font-size: 0.3rem;
    color: rgb(255, 255, 255);
    font-family: impact;
    text-align: center;
    margin: 0.16rem 0px 0.08rem;
}

.part4RT .swiper-slide-active .time .year {
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    opacity: 0.7;
}

.part4RT .swiper-button-next, .part4RT .swiper-button-prev {
    width: 0.53rem;
    height: 0.53rem;
    z-index: 9;
    background: url("../images25/part4L.png") center center / 140% no-repeat;
    margin-top: -0.27rem;
    border-radius: 50%;
    left: -0.25rem;
}

.part4RT .swiper-button-next::after, .part4RT .swiper-button-prev::after {
    display: none;
}

.part4RT .swiper-button-next {
    transform: rotateY(-180deg);
    left: auto;
    right: -0.25rem;
}

@media (max-width: 1200px) {
    .part4 .Cotitle .text {
        background-size: 40%;
    }
}

@media (max-width: 850px) {
    .part4L {
        width: 100%;
    }

    .part4R {
        width: 100%;
        margin-top: 0.4rem;
    }

    .part4 {
        padding: 0.5rem 0px 1.75rem;
    }

    .part4LT li .pic img {
        height: 28vw;
    }

    .part4RT .swiper-slide .pic img {
        height: 54vw;
    }

    .part4RT .swiper-button-next, .part4RT .swiper-button-prev {
        left: 0px;
    }

    .part4RT .swiper-button-next {
        left: auto;
        right: 0px;
    }

    .part4R .swiper-container {
        padding: 0px;
    }

    .part4RT .swiper-slide-active, .part4RT .swiper-slide-duplicate-active, .part4R .swiper-slide {
        transform: scale(1);
        display: block;
    }

    .part4RT .swiper-slide-active .text {
        width: 100%;
        position: relative;
        bottom: auto;
        margin-top: 0.2rem;
        transform: scale(1) translateX(0px);
    }

    .part4RT .swiper-slide-active .time {
        transform: scale(1);
        top: 0.2rem;
        left: 0.2rem;
    }

    .part4RT .swiper-slide-active .text p {
        color: rgb(50, 50, 50);
    }

    .part4RT .swiper-slide .pic::before {
        display: none;
    }
}

.part5 {
    background: url("../images25/part5BG.png") center top / cover no-repeat;
    padding: 2.9rem 0px 0.9rem;
    position: relative;
    margin-top: -2.4rem;
}

.part5 .Cotitle i {
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.1);
}

.part5 .Cotitle h5 {
    color: rgb(255, 255, 255);
}

.part5 .Cotitle .text {
    background: url("../images25/titleBGw.png") 56% bottom no-repeat;
}

.part5 .Cotitle .more a {
    color: rgb(255, 255, 255);
}

.part5 .Cotitle .more::after {
    background: url("../images25/moreW.png") center center / 0.48rem 0.48rem no-repeat;
}

.part5L {
    width: 49.13%;
}

.part5L ul {
    margin-bottom: -0.15rem;
}

.part5L li {
    width: 48.84%;
    margin-bottom: 0.15rem;
}

.part5L li a {
    display: block;
    position: relative;
    border-radius: 0.3rem 0.08rem;
    overflow: hidden;
}

.part5L li + li a {
    border-radius: 0.08rem 0.3rem;
}

.part5L li + li + li + li a {
    border-radius: 0.3rem 0.08rem;
}

.part5L li .pic {
    overflow: hidden;
    position: relative;
}

.part5L li .pic img {
    display: block;
    width: 100%;
    height: 2.4rem;
    object-fit: cover;
}

.part5L li .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("../images25/part4-04.png") center bottom repeat-x;
    bottom: 0px;
    left: 0px;
}

.part5L li .text {
    position: absolute;
    bottom: 0.16rem;
    left: 0px;
    width: 100%;
    padding: 0px 0.2rem;
}

.part5L li .text p {
    color: rgb(255, 255, 255);
    text-align: center;
}

.part5L li .text p span {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.part5R {
    width: 48.2%;
}

.part5R li {
    margin-bottom: 0.25rem;
}

.part5R li:last-child {
    margin-bottom: 0px;
}

.part5R li a {
    display: block;
    padding-left: 0.25rem;
    background: url("../images25/part5-02.png") left center no-repeat;
}

.part5R li .time {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.1rem;
}

.part5R li .time .day {
    font-size: 0.3rem;
    color: rgb(255, 255, 255);
    font-family: impact;
    margin-right: 0.06rem;
}

.part5R li .time .year {
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    opacity: 0.6;
}

.part5R li p {
    color: rgb(255, 255, 255);
}

.part5R li p span {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

@media (max-width: 850px) {
    .part5 {
        padding: 2.5rem 0px 0.5rem;
        margin-top: -2rem;
        background-size: 100%;
    }

    .part5 .Cotitle .text {
        background-size: 40%;
        background-position: left bottom;
    }

    .part5L {
        width: 100%;
    }

    .part5R {
        width: 100%;
        margin-top: 0.3rem;
    }

    .part5L li .pic img {
        height: 30vw;
    }

    .part5R li a {
        background: url("../images25/part4-02.png") left center no-repeat;
    }

    .part5R li .time .day {
        font-size: 0.3rem;
        color: rgb(16, 87, 227);
        font-family: impact;
        margin-right: 0.06rem;
    }

    .part5R li .time .year {
        font-size: 0.14rem;
        color: rgb(153, 153, 153);
    }

    .part5R li p {
        color: rgb(50, 50, 50);
    }

    .part5R li p span {
        background-image: linear-gradient(rgb(16, 87, 227), rgb(16, 87, 227));
    }
}

.part6 {
    padding: 0.9rem 0px 2.2rem;
    background: url("../images25/part6BG.png") right bottom no-repeat;
}

.part6 .Cotitle i {
    -webkit-text-stroke: 1px rgb(239, 243, 254);
}

.part6L {
    width: 50%;
}

.part6L a {
    display: block;
    position: relative;
}

.part6L .pic {
    border-radius: 0.08rem;
    overflow: hidden;
    position: relative;
}

.part6L .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images25/part4-04.png") center bottom repeat-x;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.part6L .pic img {
    display: block;
    width: 100%;
    height: 4.9rem;
    object-fit: cover;
}

.part6L .time {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background: url("../images25/part6-02.png") center center / 1rem 1rem no-repeat;
    position: absolute;
    bottom: 0.01rem;
}

.part6L .time .day {
    font-size: 0.3rem;
    font-family: impact;
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 0.24rem 0px 0.08rem;
}

.part6L .time .year {
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    text-align: center;
}

.part6L .text {
    position: absolute;
    left: 1.2rem;
    bottom: 0.3rem;
    width: calc(100% - 1.5rem);
}

.part6L .text p {
    color: rgb(255, 255, 255);
    font-weight: 600;
}

.part6L .text p span {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.part6R {
    width: 48.66%;
}

.part6RT {
    position: relative;
}

.part6RT::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 0.08rem;
    opacity: 0.2;
    position: absolute;
    right: -0.1rem;
    bottom: -0.1rem;
    transition: all 0.6s ease 0s;
    background-image: -webkit-linear-gradient(0deg, rgb(201, 67, 90) 0%, rgb(37, 71, 171) 100%);
}

.part6RT a {
    padding: 0.1rem 0.4rem 0.1rem 0.1rem;
    position: relative;
    z-index: 2;
    border-radius: 0.08rem;
    background-image: -webkit-linear-gradient(0deg, rgb(201, 67, 90) 0%, rgb(37, 71, 171) 100%);
    box-shadow: rgba(0, 0, 0, 0.17) 0px 2px 21px 0px;
}

.part6RT a::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images25/part6-04.png") right bottom no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.part6RT .pic {
    width: 3.2rem;
    overflow: hidden;
    border-radius: 0.08rem;
}

.part6RT .pic img {
    display: block;
    width: 100%;
    height: 2.2rem;
    object-fit: cover;
}

.part6RT .text {
    width: calc(100% - 3.5rem);
    padding-top: 0.3rem;
    position: relative;
}

.part6RT .text::after {
    content: "";
    width: 1.21rem;
    height: 0.21rem;
    background: url("../images25/part6-05.png") center center / 1.21rem 0.21rem no-repeat;
    position: absolute;
    right: 0px;
    bottom: 0.2rem;
    opacity: 0.3;
    transition: all 0.6s ease 0s;
}

.part6RT .text .time {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.2rem;
}

.part6RT .text .day {
    font-size: 0.3rem;
    color: rgb(255, 255, 255);
    font-family: impact;
}

.part6RT .text .year {
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    margin-left: 0.1rem;
    opacity: 0.6;
}

.part6RT .text p {
    color: rgb(255, 255, 255);
}

.part6RT .text p span {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.part6RT:hover::after {
    right: 0px;
    bottom: 0px;
    transition: all 0.6s ease 0s;
}

.part6RT:hover .text::after {
    opacity: 1;
    transition: all 0.6s ease 0s;
}

.part6RB li {
    margin-top: 0.22rem;
}

.part6RB li a {
    display: block;
    padding-left: 0.25rem;
    background: url("../images25/part4-02.png") left center no-repeat;
}

.part6RB li .time {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0.14rem;
}

.part6RB li .time .day {
    font-size: 0.3rem;
    color: rgb(16, 87, 227);
    font-family: impact;
    margin-right: 0.06rem;
}

.part6RB li .time .year {
    font-size: 0.14rem;
    color: rgb(153, 153, 153);
}

.part6RB li p span {
    background-image: linear-gradient(rgb(16, 87, 227), rgb(16, 87, 227));
}

.part6RB li:hover p {
    color: rgb(16, 87, 227);
    font-weight: 600;
    transition: all 0.6s ease 0s;
}

@media (max-width: 850px) {
    .part6 {
        padding: 0.2rem 0px 0.5rem;
    }

    .part6L {
        width: 100%;
    }

    .part6R {
        width: 100%;
        margin-top: 0.3rem;
    }
}

.footer {
    padding: 1.4rem 0px 0.8rem;
    background: url("../images25/footerBG01.png") center top / cover no-repeat;
    position: relative;
    margin-top: -1.4rem;
}

.footer::after {
    content: "";
    width: 5.84rem;
    height: 2.69rem;
    background: url("../images25/footer05.png") center bottom / 5.84rem 2.69rem no-repeat;
    position: absolute;
    left: 44%;
    bottom: 0px;
}

.footer .w15 {
    align-items: flex-end;
    position: relative;
    z-index: 2;
}

.footerL {
    width: 37.33%;
}

.footerL .pic img {
    display: block;
    max-width: 100%;
    max-height: 0.68rem;
    width: auto;
}

.footerL ul {
    margin-top: 0.3rem;
    border-top: 0.01rem solid rgb(83, 129, 209);
}

.footerL li {
    margin-top: 0.2rem;
    padding-left: 0.2rem;
    font-size: 0.12rem;
    color: rgb(255, 255, 255);
    line-height: 0.22rem;
    background: url("../images25/footer01.png") left 0.04rem / 0.16rem 0.16rem no-repeat;
}

.footerL li + li {
    background: url("../images25/footer02.png") left 0.04rem / 0.15rem 0.18rem no-repeat;
}

.footerL li + li + li {
    background: url("../images25/footer03.png") left 0.04rem / 0.16rem 0.18rem no-repeat;
}

.footerC {
    width: 3rem;
    height: 1rem;
}

.footerC select {
    height: 0.3rem;
    width: 100%;
    text-align: center;
}

.footerR {
    width: 1.95rem;
    height: 1.6rem;
}

.footerR h5 {
    width: 0.35rem;
    height: 1.6rem;
    font-size: 0.14rem;
    color: rgb(255, 255, 255);
    padding: 0px 0.1rem;
    background: url("../images25/footer04.png") left center / 0.35rem 1.6rem no-repeat;
    text-align: center;
    display: flex;
    align-items: center;
}

.footerR .pic {
    width: 1.6rem;
    height: 1.6rem;
    border: 0.01rem solid rgb(101, 154, 224);
    padding: 0.15rem;
}

.footerR .pic img {
    display: block;
    width: 1.29rem;
    height: 1.29rem;
    object-fit: cover;
}

@media (max-width: 850px) {
    .footer {
        border-top: 0.06rem solid rgb(129, 204, 229);
        margin-top: 0px;
        padding: 0.5rem 0px;
        background-image: -webkit-linear-gradient(-180deg, rgb(44, 124, 219) 0%, rgb(6, 71, 187) 100%);
    }

    .footer::after {
        left: 0px;
        width: 100%;
    }

    .footerL {
        width: 100%;
        margin-bottom: 0.3rem;
    }

    .footerL li {
        font-size: 0.18rem;
        line-height: 0.28rem;
    }
}

.list-banner {
    position: relative;
    z-index: 3;
}

.list-banner .pic {
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.list-banner .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images25/topBG.png") center top repeat-x;
    position: absolute;
    left: 0px;
    top: 0px;
}

.list-banner .pic img {
    display: block;
    width: 100%;
}

.list-nav {
    box-shadow: rgba(163, 42, 85, 0.14) 0px 3px 9.8px 0.2px;
    line-height: 0.6rem;
}

#nav_slide {
    line-height: 0.5rem;
    position: relative;
    z-index: 2;
    display: none;
}

#nav_slide #bnt_back {
    position: absolute;
    left: 0.15rem;
    top: -2px;
}

#nav_slide #bnt_back img {
    height: 0.2rem;
    vertical-align: middle;
}

#nav_slide .n_title {
    height: 0.5rem;
    background-image: -webkit-linear-gradient(-180deg, rgb(44, 124, 219) 0%, rgb(6, 71, 187) 100%);
}

#nav_slide h1 {
    font-size: 0.16rem;
    color: rgb(255, 255, 255);
    text-align: center;
}

#bnt_sub_nav {
    position: absolute;
    right: 0.15rem;
    top: 0.14rem;
    cursor: pointer;
}

#bnt_sub_nav img {
    display: block;
    height: 0.2rem;
}

#bnt_sub_nav.on img {
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: rgb(249, 249, 249);
    display: none;
    z-index: 9;
    width: 100%;
}

#sub_nav_content ul {
}

#sub_nav_content ul li {
    background: none;
    box-shadow: none;
    border-bottom: 1px solid rgb(222, 222, 222);
    padding: 0px 0.15rem;
}

#sub_nav_content ul li a {
    display: inline-block;
    font-size: 0.14rem;
    padding: 0px;
    color: rgb(51, 51, 51);
    width: 88%;
}

#sub_nav_content ul li i {
    float: right;
    font-family: simsun;
    font-style: normal;
    font-weight: bold;
    position: absolute;
}

#sub_nav_content ul li ul li {
    border: 0px;
    line-height: 0.28rem;
    padding-left: 0.1rem;
}

#sub_nav_content ul li ul li a {
    font-size: 0.14rem;
    color: rgb(102, 102, 102);
}

#sub_nav_content ul li.on > a {
    color: rgb(16, 87, 227);
}

#sub_nav_content ul li ul {
    display: none;
}

.listBox {
    padding: 0px 0px 1.8rem;
    min-height: 500px;
    position: relative;
    z-index: 3;
    background: url("../images25/part6BG.png") right bottom no-repeat;
}

.listBox .w15 {
    position: relative;
    z-index: 4;
}

.listBox .n_left {
    width: 3.4rem;
    position: relative;
    z-index: 1;
    margin-top: -1.2rem;
}

.listBox .n_left h1 {
    height: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: -webkit-linear-gradient(-180deg, rgb(44, 124, 219) 0%, rgb(6, 71, 187) 100%);
}

.listBox .n_left h1::after {
    content: "";
    width: 100%;
    height: 100%;
    background: url("../images25/footer05.png") center bottom / 80% no-repeat;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.listBox .n_left h1 span {
    font-size: 0.36rem;
    color: rgb(255, 255, 255);
    position: relative;
}

.listBox .n_left .sider_nav {
    position: relative;
    z-index: 1;
    padding-bottom: 0.3rem;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 55.2px 4.8px;
}

.listBox .n_left ul {
    position: relative;
}

.listBox .n_left .con {
    position: relative;
}

.listBox .n_left .con ul li {
    line-height: 0.3rem;
    font-size: 0.18rem;
    color: rgb(48, 48, 48);
    position: relative;
}

.listBox .n_left .con ul li.on {
    background: rgb(244, 245, 252);
}

.listBox .n_left .con ul li:hover {
    color: rgb(16, 87, 227);
}

.listBox .n_left .con ul li::after {
    content: "";
    width: calc(100% - 60px);
    height: 1px;
    border-bottom: 1px dashed rgb(240, 240, 240);
    position: absolute;
    left: 0.3rem;
    bottom: 0px;
}

.listBox .n_left .con ul li:last-child::after {
    display: none;
}

.listBox .n_left .con ul li.on::before, .listBox .n_left .con ul li:hover::before {
    height: calc(100% + 2px);
}

.listBox .n_left .con ul li.on dl {
    display: block !important;
}

.listBox .n_left .con ul li > a img {
    margin: -3px 14px 0px 0px;
}

.listBox .n_left .con ul li > a {
    color: rgb(50, 50, 50);
    font-size: 0.2rem;
    display: block;
    padding: 0.25rem 0.3rem;
    transition: all 0.36s ease 0s;
    position: relative;
}

.listBox .n_left .con ul li.on > a {
    color: rgb(16, 87, 227);
    font-weight: 600;
    background: rgb(233, 236, 249);
}

.listBox .n_left .con ul li:hover > a {
    color: rgb(16, 87, 227);
}

.listBox .n_left .con ul li.on:hover > a {
    color: rgb(16, 87, 227);
}

.listBox .n_left .con ul li dl {
    display: none;
    padding: 0.15rem 0.3rem;
    position: relative;
}

.listBox .n_left .con ul li dl dd {
    height: auto;
    margin-bottom: 0.18rem;
    padding-left: 0.24rem;
    position: relative;
    transition: all 0.6s ease 0s;
}

.listBox .n_left .con ul li dl dd:hover {
    height: auto;
    padding-left: 0.12rem;
    position: relative;
    transition: all 0.6s ease 0s;
}

.listBox .n_left .con ul li dl dd.on {
    height: auto;
    margin-bottom: 0.18rem;
    padding-left: 0.24rem;
    position: relative;
    background: url("") left 0.08rem / 0.18rem 0.15rem no-repeat;
}

.listBox .n_left .con ul li dl dd::after {
    content: "";
    width: 0.13rem;
    height: 0.13rem;
    position: absolute;
    left: 0px;
    top: 0.08rem;
    background: url("../images25/part5-02.png") center center / 0.05rem 0.05rem no-repeat;
}

.listBox .n_left .con ul li dl dd a {
    font-size: 0.18rem;
    color: rgb(102, 102, 102);
    position: relative;
    line-height: 24px;
    transition: all 0.6s ease 0s;
}

.listBox .n_left .con ul li dl dd.onn a {
    color: rgb(16, 87, 227);
}

.listBox .n_left .con ul li dl dd:hover a {
    color: rgb(16, 87, 227);
    transition: all 0.6s ease 0s;
}

.listBox .n_left .con ul li dl dd:last-child {
    margin-bottom: 0px;
}

.listBox .n_left .con ul li dl dd a::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0px;
    width: 10px;
    height: 100%;
}

.listBox .n_left .con ul li.on i {
    background: url("../images25/jt.png") center center no-repeat;
}

.listBox .n_left .con ul li i {
    width: 0.08rem;
    height: 0.14rem;
    background: url("../images25/jt.png") center center / 100% no-repeat;
    position: absolute;
    right: 0.3rem;
    top: 0.35rem;
    transition: all 0.36s ease 0s;
    cursor: pointer;
}

.listBox .n_left .con ul li dl dd a:hover, .listBox .n_left .con ul li dl dd.on a {
    color: rgb(16, 87, 227) !important;
}

.listBox .n_left .con ul li dl dd.on a {
    color: rgb(16, 87, 227) !important;
}

.listBox .listNr {
    width: calc(100% - 4rem);
    position: relative;
}

.listBox .n_right .n_news {
}

.mianbao {
    justify-content: flex-end;
}

.mianbao h5 {
    font-size: 0.26rem;
    color: rgb(50, 50, 50);
    line-height: 0.8rem;
    font-weight: 600;
}

.position {
    font-size: 0.16rem;
    color: rgb(153, 153, 153);
    line-height: 0.8rem;
    padding-left: 0.24rem;
    background: url("../images25/position.png") left center no-repeat;
}

.position a {
    color: rgb(153, 153, 153);
    transition: all 0.36s ease 0s;
}

.position span {
    font-size: 16px;
    color: rgb(153, 153, 153);
    margin: 0px 4px;
}

.position a.on {
    color: rgb(16, 87, 227);
}

.position a:hover {
    color: rgb(16, 87, 227);
}

.fanye {
    margin-top: 0.4rem;
}

.fanye img {
    display: block;
    max-width: 100%;
    margin: 0px auto;
}

@media (max-width: 1200px) {
    .m_header_box {
        display: block;
    }

    #header {
        display: none;
    }

    #nav {
        display: none;
    }

    .banner_top {
        display: none;
    }

    .listBox .n_left {
        display: none;
    }

    .listBox .n_right {
        width: 100%;
        padding: 0rem 0px 0px;
    }

    .mianbao {
        display: block;
    }

    #nav_slide {
        display: block;
    }

    .list-banner {
        margin-top: 1.6rem;
    }

    .list-banner .pic::after, .list-banner .pic::before {
        background: none;
    }

    .listBox .listNr {
        width: 100%;
    }

    .listBox .w15 {
        margin-top: 0px;
    }

    .list-banner::after {
        display: none;
    }
}

@media (max-width: 1100px) {
    .list-banner {
        margin-top: 10vw;
    }
}

@media (max-width: 850px) {
    #nav_slide h1 {
        font-size: 0.2rem;
    }

    #sub_nav_content ul li ul li a {
        font-size: 0.18rem;
    }

    #sub_nav_content ul li a {
        font-size: 0.18rem;
        text-align: center;
        width: 100%;
    }

    .listBox {
        padding: 0px 0px 0.5rem;
    }

    .list-banner {
        margin-top: 80px;
    }
}

@media (max-width: 540px) {
    .list-banner img {
        height: 100%;
        object-fit: cover;
    }
}

@media (max-width: 430px) {
    .list-banner {
        margin-top: 18vw;
    }
}

.n_bt ul {
    min-height: 500px;
}

.n_bt li {
    position: relative;
}

.n_bt li::after {
    content: "";
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: -webkit-linear-gradient(0deg, rgb(201, 67, 90) 0%, rgb(37, 71, 171) 100%);
}

.n_bt li a {
    border-bottom: 0.01rem solid rgb(228, 228, 228);
    transition: all 0.6s ease 0s;
    align-items: center;
    padding: 0.15rem 0.2rem;
    position: relative;
    z-index: 2;
}

.n_bt li .time {
    width: 0.6rem;
}

.n_bt li .time .day {
    height: 0.52rem;
    line-height: 0.52rem;
    background: url("../images25/list01.png") center center / 0.58rem 0.5rem no-repeat;
    font-size: 0.3rem;
    color: rgb(16, 87, 227);
    font-family: impact;
    text-align: center;
}

.n_bt li .time .year {
    margin-top: 0.08rem;
    font-size: 0.14rem;
    color: rgb(153, 153, 153);
    opacity: 0.7;
    text-align: center;
}

.n_bt li p {
    width: calc(100% - 0.8rem);
    color: rgb(102, 102, 102);
}

.n_bt li p {
    width: calc(100% - 1rem);
    font-size: 0.18rem;
    line-height: 0.28rem;
    max-height: 0.56rem;
    height: auto;
    color: rgb(50, 50, 50);
    transition: all 0.6s ease 0s;
}

.n_bt li:hover::after {
    width: 100%;
    transition: all 0.6s ease 0s;
}

.n_bt li:hover p {
    color: rgb(255, 255, 255);
    font-weight: 600;
    transition: all 0.6s ease 0s;
}

.n_bt li:hover .time .day {
    color: rgb(255, 255, 255);
    background: url("../images25/part3-02.png") center center / 0.58rem 0.5rem no-repeat;
}

.n_bt li:hover .time .year {
    color: rgb(255, 255, 255);
}

@media (max-width: 850px) {
    .n_bt li p {
        font-size: 0.18rem;
        line-height: 0.32rem;
        height: auto;
        max-height: 0.96rem;
        -webkit-line-clamp: 3;
        width: calc(100% - 0.8rem);
    }
}

.n_tt {
    min-height: 300px;
}

.n_tt li {
    border-bottom: 0.01rem solid rgb(232, 232, 232);
    position: relative;
}

.n_tt li::after {
    content: "";
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all 0.6s ease 0s;
    background-image: -webkit-linear-gradient(0deg, rgb(201, 67, 90) 0%, rgb(37, 71, 171) 100%);
}

.n_tt li a {
    padding: 0.3rem 0.2rem;
    overflow: hidden;
    display: block;
    position: relative;
    transition: all 0.6s ease 0s;
    z-index: 2;
}

.n_tt li .pic {
    float: left;
    overflow: hidden;
    width: 2.7rem;
    margin-right: 0.3rem;
}

.n_tt li .pic img {
    display: block;
    width: 100%;
    height: 1.7rem;
    object-fit: cover;
    transition: all 0.6s ease 0s;
}

.n_tt li .text {
    padding-top: 0.2rem;
}

.n_tt li .text h5 {
    font-size: 0.18rem;
    color: rgb(50, 50, 50);
    line-height: 0.28rem;
    height: 0.28rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
    transition: all 0.6s ease 0s;
}

.n_tt li .text h5 span {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255));
}

.n_tt li .text i {
    font-style: normal;
    font-size: 0.14rem;
    line-height: 0.16rem;
    color: rgb(16, 87, 227);
    display: block;
    margin-bottom: 0.1rem;
    transition: all 0.6s ease 0s;
}

.n_tt li .text p {
    font-size: 0.14rem;
    color: rgb(136, 136, 136);
    line-height: 0.26rem;
    height: 0.52rem;
    transition: all 0.6s ease 0s;
}

.n_tt li:hover::after {
    width: 100%;
    transition: all 0.6s ease 0s;
}

.n_tt li:hover .pic img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}

.n_tt li:hover .text h5 {
    color: rgb(255, 255, 255);
    transition: all 0.6s ease 0s;
}

.n_tt li:hover .text i {
    color: rgb(255, 255, 255);
    transition: all 0.6s ease 0s;
}

.n_tt li:hover .text p {
    color: rgb(255, 255, 255);
    opacity: 0.7;
    transition: all 0.6s ease 0s;
}

@media (max-width: 1200px) {
    .position {
        display: block;
        line-height: normal;
        padding: 0.1rem 0px 0.1rem 0.24rem;
    }
}

@media (max-width: 1000px) {
}

@media (max-width: 850px) {
    #nav_slide {
        display: block;
    }

    .list-nav {
        display: none;
    }

    .n_tt li .pic {
        width: 100%;
        float: none;
        margin-right: 0px;
    }

    .n_tt li .pic img {
        height: 52vw;
    }

    .n_tt li .time {
        display: none;
    }

    .n_tt li .text {
        padding-top: 0px;
        margin-bottom: 0px;
        width: 100%;
        margin-top: 0.2rem;
    }

    .n_tt li .text h5 {
        font-size: 0.22rem;
        margin-bottom: 0.2rem;
    }

    .n_tt li .text i {
        display: block;
    }

    .n_tt li .text p {
        font-size: 0.18rem;
    }

    .n_tt li a {
        padding: 0px;
    }

    .n_tt li {
        margin-bottom: 0.2rem;
        padding-bottom: 0.2rem;
    }
}

@media (max-width: 768px) {
}

.n_tp {
    min-height: 900px;
}

.n_tp ul {
    justify-content: flex-start;
    margin-bottom: -0.3rem;
    margin-left: -0.3rem;
}

.n_tp li {
    width: calc(33.33% - 0.3rem);
    margin-left: 0.3rem;
    margin-bottom: 0.3rem;
}

.n_tp li a {
    display: block;
}

.n_tp li .pic {
    overflow: hidden;
}

.n_tp li .pic img {
    display: block;
    width: 100%;
    height: 2.25rem;
    object-fit: cover;
    transition: all 0.6s ease 0s;
}

.n_tp li .text {
    margin-top: 0.15rem;
}

.n_tp li .text p {
    font-size: 0.16rem;
    color: rgb(50, 50, 50);
    text-align: center;
    line-height: 0.24rem;
    max-height: 0.48rem;
    height: auto;
    transition: all 0.6s ease 0s;
}

.n_tp li .text p span {
    background-image: linear-gradient(rgb(16, 87, 227), rgb(16, 87, 227));
}

.n_tp li .text i {
    display: block;
    font-style: normal;
    margin-top: 0.15rem;
    font-size: 0.14rem;
    line-height: 0.18rem;
    color: rgb(16, 87, 227);
    padding-left: 0.22rem;
    background: url("../images25/time.png") left center / 0.15rem 0.15rem no-repeat;
    font-weight: 500;
}

.n_tp li:hover .pic img {
    transform: scale(1.1);
    transition: all 0.6s ease 0s;
}

.n_tp li:hover p {
    color: rgb(16, 87, 227);
    font-weight: 600;
    transition: all 0.6s ease 0s;
}

@media (max-width: 1024px) {
    .n_tp li .pic img {
        height: 22vw;
    }
}

@media (max-width: 850px) {
    .n_tp ul {
        margin-right: 0px;
    }

    .n_tp li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0.3rem;
    }

    .n_tp li .pic img {
        height: 56vw;
    }

    .n_tp li .text p {
        font-size: 0.22rem;
        line-height: 0.32rem;
        max-height: 0.64rem;
        height: auto;
    }

    .n_tp li .text i {
        font-size: 0.18rem;
    }
}

.show01 {
    margin-bottom: 0.3rem;
    position: relative;
}

.show01 h5 {
    font-size: 0.26rem;
    color: rgb(0, 0, 0);
    line-height: 0.36rem;
    margin-bottom: 0.2rem;
    text-align: center;
    font-weight: bold;
}

.show01 p {
    padding: 0.1rem 0px;
    text-align: center;
    border-bottom: 0.01rem solid rgb(230, 230, 230);
}

.show01 p i {
    font-style: normal;
    margin: 0px 0.15rem;
    font-size: 0.16rem;
    color: rgb(102, 102, 102);
    line-height: 0.26rem;
}

.show02 p {

	text-indent: 2em;
    line-height: 32px !important;
    font-size: 18px !important;
    margin: 25px 0 !important;
    color: #555 !important;
	font-family: Microsoft YaHei;
    text-align: justify;
}
.show02 p span{
    line-height: 32px !important;
    font-size: 18px !important;
    margin: 25px 0 !important;
    color: #555 !important;
	font-family: Microsoft YaHei;
    text-align: justify;
}

.show02 p span {
    background: none !important;
    line-height: 0.32rem !important;
    font-size: 0.18rem !important;
}

.show02 p video {
    margin: 0px auto;
    object-fit: cover;
}

.show02 p span {
    background: none !important;
}

.show02 a {
    color: rgb(76, 76, 76);
}

.show02 img {

display: block;

margin: 0px auto 0.15rem auto;

width: 680px;

/*margin-left: -2em;*/

margin: 0 auto;

max-width: 100%;

height: auto !important;

width: 98%!important;
}

.show03 {
    padding-top: 0.3rem;
    border-top: 1px solid rgb(200, 200, 200);
    position: relative;
    margin-top: 0.5rem;
}

.show03 p {
    font-size: 0.16rem;
    font-weight: bold;
    color: rgb(76, 76, 76);
    margin-bottom: 0.2rem;
    line-height: 0.26rem;
}

.show03 p a {
    color: rgb(51, 51, 51);
    transition: all 0.2s ease 0s;
    font-weight: normal;
}

.show03 p a:hover {
    color: rgb(16, 87, 227);
    transition: all 0.2s ease 0s;
}

@media (max-width: 850px) {
    .show01 p i {
        font-size: 0.18rem;
    }

    .show02 p {
        font-size: 0.18rem !important;
        line-height: 0.36rem !important;
        text-indent: 2em !important;
    }

    .show03 p {
        font-size: 0.18rem;
        line-height: 0.32rem;
    }
}

@media (max-width: 768px) {
    .show02 p video {
        margin: 0px auto;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .show02 img {
        display: block;
    }

    .footerC {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .part6L .pic img {
        height: 2.5rem;
    }

    .part6RT a {
        padding: 0.1rem;
    }

    .part6RT .pic {
        width: 100%;
    }

    .part6RT .text {
        width: 100%;
    }

    .part3Con li {
        width: 100%;
    }

    .part3Con li .pic img {
        height: 60vw;
    }

    .part3Con li:first-child {
        margin-bottom: 0.3rem;
    }
}

.pageTit {
    margin-bottom: 0.4rem;
}

.pageTit h5 {
    font-size: 0.26rem;
    color: rgb(50, 50, 50);
    font-weight: bold;
    text-align: center;
}

.pageCon p {
    color: rgb(50, 50, 50);
    text-indent: 2em;
    margin: 0.15rem 0px;
    font-size: 0.18rem !important;
    line-height: 0.36rem !important;
}

.pageCon a {
    color: rgb(50, 50, 50);
}

@media (max-width: 850px) {
    .pageCon p {
        font-size: 0.18rem !important;
        line-height: 0.36rem !important;
        text-indent: 2em !important;
    }
}

.pageCon img {
    max-width: 100%;
    margin: 0px auto;
    display: block;
    height: auto !important;
}

.n_teacher ul {
    justify-content: flex-start;
    margin-left: -0.6rem;
    margin-top: -0.2rem;
}

.n_teacher li {
    width: calc(25% - 0.6rem);
    margin-left: 0.6rem;
    margin-top: 0.8rem;
    position: relative;
}

.n_teacher li::after {
    content: "";
    width: 100%;
    height: 0px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: all 0.6s ease 0s;
    background-image: -webkit-linear-gradient(0deg, rgb(201, 67, 90) 0%, rgb(37, 71, 171) 100%);
}

.n_teacher li a {
    display: block;
    padding: 0.2rem;
    border: 0.01rem solid rgb(239, 243, 254);
    position: relative;
    z-index: 2;
}

.n_teacher li .pic {
    overflow: hidden;
    border: 0.01rem solid rgb(244, 244, 244);
    position: relative;
    margin-top: -0.6rem;
}

.n_teacher li .pic img {
    display: block;
    width: 100%;
    height: 2.6rem;
    object-fit: cover;
}

.n_teacher li .text {
    margin-top: 0.2rem;
}

.n_teacher li .text p {
    font-size: 0.18rem;
    color: rgb(50, 50, 50);
    text-align: center;
    line-height: 0.28rem;
}

.n_teacher li:hover::after {
    height: 100%;
    transition: all 0.6s ease 0s;
}

.n_teacher li:hover .text p {
    color: rgb(255, 255, 255);
}

@media (max-width: 1200px) {
    .n_teacher li .pic img {
        height: 26vw;
    }
}

@media (max-width: 850px) {
    .n_teacher ul {
        justify-content: space-between;
        margin-left: 0px;
    }

    .n_teacher li {
        width: 49%;
        margin-left: 0px;
        margin-top: 0.6rem;
    }

    .n_teacher li .pic img {
        height: 56vw;
    }
}

.leadShowT {
    margin-bottom: 0.53rem;
    padding-bottom: 0.3rem;
    border-bottom: 0.01rem solid rgb(230, 230, 230);
    width: 100%;
}

.leadShowT .pic {
    overflow: hidden;
    padding-right: 0.3rem;
    border-right: 0.02rem solid rgb(16, 87, 227);
}

.leadShowT .pic img {
    display: block;
    width: 1.65rem;
    object-fit: cover;
}

.leadShowT .text {
    width: calc(100% - 2.3rem);
}

.leadShowT .text h5 {
    font-size: 0.3rem;
    color: rgb(50, 50, 50);
    margin-bottom: 0.3rem;
}

.leadShowT .text p {
    font-size: 0.18rem;
    color: rgb(50, 50, 50);
    line-height: 0.26rem;
    margin-bottom: 0.15rem;
}

.leadShowB {
    margin-bottom: 0.3rem;
}

.leadShowB h5 {
    font-size: 0.22rem;
    color: rgb(50, 50, 50);
    font-weight: bold;
    padding-left: 0.12rem;
    border-left: 0.04rem solid rgb(16, 87, 227);
    margin-bottom: 0.2rem;
}

.leadShowB p {
    color: rgb(50, 50, 50);
    text-indent: 0.36rem;
    margin-bottom: 0.15rem;
    font-size: 0.18rem !important;
    line-height: 0.36rem !important;
}

.n_search li a {
    padding-bottom: 0.36rem;
    position: relative;
    align-items: flex-start;
    padding-left: 0.24rem;
}

.n_search li a::after {
    content: "";
    width: 0.14rem;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0.18rem;
    background: url("../images25/part4-02.png") center top no-repeat;
}

.n_search li:last-child a::after {
    height: 0.01rem;
}

.n_search li p {
    width: calc(100% - 1.2rem);
    height: auto;
    max-height: 0.56rem;
    transition: all 0.6s ease 0s;
}

.n_search li i {
    font-style: normal;
    display: block;
    font-size: 0.14rem;
    color: rgb(16, 87, 227);
    padding-left: 0.24rem;
    background: url("../images25/time.png") left center / 0.15rem 0.15rem no-repeat;
    line-height: 0.28rem;
}

.n_search li p span {
    background-image: linear-gradient(rgb(16, 87, 227), rgb(16, 87, 227));
}

.n_search li:hover p {
    color: rgb(16, 87, 227);
    font-weight: 600;
    transition: all 0.6s ease 0s;
}

@media (max-width: 850px) {
    .n_search li p {
        max-height: 0.64rem;
    }
}

.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
    border: 0px solid rgb(204, 204, 204) !important;
    padding: 0px 11px !important;
    margin: 0px 3px !important;
    height: 32px !important;
    line-height: 30px !important;
    border-radius: 20px !important;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid rgb(18, 86, 195) !important;
    background-color: rgb(15, 84, 195) !important;
}

.pb_sys_common {
    font-size: 14px !important;
}

.show02 table, .pageCon table {
    width: 100%;
    margin: 0px auto;
    border-collapse: collapse;
    border: 1px solid rgb(187, 187, 187);
}

.show02 table td, .pageCon table td {
    border: 1px solid rgb(187, 187, 187);
    padding: 5px;
    word-break: break-all;
}

.show02 table td p, .pageCon table td p {
    font-size: 14px;
    text-align: center;
    text-indent: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
}

/* Ã¥â€ â€¦Ã¥Â®Â¹Ã©Â¡ÂµÃ¥ÂÂ³Ã¤Â¾Â§-Ã¥Â¢Å¾Ã¥Å Â Ã¦Â Â·Ã¥Â¼Â */

.listBox .listNr{}

.flexjs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;


}
.listBox .listNr_left{width: 66.8%;}

.listBox .list-right{width: 28%;padding-top: 31px;}
.list-right-top{}
.list-right-top a{font-size: 16px;
    float: right;
    line-height: 26px;
    font-size: 16px;
    color: #777;
    transition: .5s;
}
.list-right-top a:hover{color: #1736c2;}

.ls2sBox{    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
width: 100%;
}
	
	.ls2sBox .imgBox{width: 100%;}
	.ls2sBox .imgBox .img{width: 100%;overflow: hidden;}
	.ls2sBox .imgBox .img img{width: 100%;transition: 0.4s;}

	.ls2sBox a:hover .imgBox .img img{transform: scale(1.05);}

.list-right{ width: 28%; }
.right-top-tt{ width: 125px; height: 50px; /*background: url(../images25/list-back-tt.png) center no-repeat;*/ padding-left: 2px; }
.right-top-tt span{ display: block; line-height: 50px; background: url(../images25/icon-tt1.png) left center no-repeat; padding-left: 40px; color: #1736c2; font-size: 24px; }
.list-right-top{ border-bottom: solid 1px #dbdbdb; margin-bottom: 40px; }
.top-tabs li{ float: left; margin-left: 30px; }
.top-tabs li a{ font-size: 20px; line-height: 50px; color: #555; display: block; margin-bottom: -1px; }
.top-tabs li.active a{ color: #1736c2; border-bottom: solid 1px #1736c2; }
.list-slick a{ display: block; position: relative; }
.list-slick a span{ position: absolute; left: 0; right: 0; bottom: 0; background: #000; background: rgba(0,0,0,0.5); color: #fff; line-height: 50px;font-size: 16px; padding:0 20px; }
.list-slick .slick-dots li button{ width: 10px; padding:0; margin:0; height: 10px; background: #bfbfbf; border-radius: 50%; }
.list-slick .slick-dots li button:before{ display: none; }
.list-slick .slick-dots li{ margin:0 6px; width: 10px; }



.list-slick{ padding-bottom: 50px; margin-bottom: 0; }
.list-slick .slick-dots{ bottom: 0; }
.list-slick .slick-dots li.slick-active button{ background: #1736c2; }
.list-tab-content{ position: relative;}
.list-tab-content .tab-pane{ position: relative; left: 0; top: 0; width: 100%; position: absolute; z-index: -1; /*display: block;*/ }
.list-tab-content .tab-pane.active{ z-index: 10; left: 0; position: relative; }
.list-more{ position: absolute; right: 0; top: -75px; }
.list-more a{ font-size: 16px; color: #777; }
.list-news-tt{border-bottom: solid 1px #dbdbdb;padding-bottom: 34px;margin-top: 50px;}
.list-news-tt span{ display: inline-block; font-size: 24px; color: #1736c2; padding-left: 40px; background: url(../images25/icon-news.png) left center no-repeat; line-height: 26px; }
.list-news-tt a{float: right;line-height: 26px;font-size: 16px;color: #777;transition: .5s;}
.list-news-tt-t a{font-size: 16px;color: #555;transition: .5s;line-height: 150%;}
.list-news-tt-t{ padding-left: 18px; position: relative; }
.list-news-tt-t:before{ display: block; content: ""; position: absolute; left: 0;top: 50%; width: 6px; height: 6px; background: #ccc; margin-top: -3px; border-radius: 50%; }
.list-news-date{color: #999;margin-top: 15px;margin-left: 18px;}
.list-news-list li{padding: 15px 0;border-bottom: dashed 1px #d2d2d2;}
.ly-img{ margin-top: 80px; margin-bottom: 120px; }

.ls2s .a{ display: block; position: relative;}
.ls2s .txt{ position: absolute; right: 0; bottom: 0; left: 0; background: rgba(0,0,0,0.5); z-index: 2; padding: .1rem .2rem;}
.ls2s h4{ color: #fff !important; font-size: 16px !important;}
.arr10{ position: absolute; font-size: .32rem; color: rgba(0,0,0,0.6); font-family: 'lib'; top: 50%; transform: translateY(-50%); z-index: 10; cursor: pointer;
font-family: "Ã¥Â®â€¹Ã¤Â½â€œ";
font-weight: bold;
}
.arr10.prev1{ left: 10px; }
.arr10.next1{ right: 10px;}

.list-news-tt-t a:hover, .list-news-tt a:hover{ color: #1736c2; }

@media(max-width: 1200px){
    .listBox .listNr_left{width: 100%;}
    .listBox .list-right{ width: 100%; }
}


