@charset "utf-8";

/*Technical Support SudyTech*/
@font-face {
    font-family: "SourceHanSansCN-Bold";
    src: url(fonts/SourceHanSansCN-Bold.ttf);
}

@font-face {
    font-family: "SourceHanSansCN-Heavy";
    src: url(fonts/SourceHanSansCN-Heavy.ttf);
}

@font-face {
    font-family: "Merriweather-Bold";
    src: url(fonts/Merriweather-Bold.ttf);
}

@font-face {
    font-family: "Poppins-Regular";
    src: url(fonts/Poppins-Regular.ttf);
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left;
    font-weight: normal
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0
}

img {
    vertical-align: top
}

html {
    overflow-x: hidden;
    font-size: 100px
}

i,
cite,
em,
var,
address,
dfn {
    font-style: normal
}

[hidefocus],
summary {
    outline: 0
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%
}

sup,
sub {
    font-size: 83%
}

pre,
code,
kbd,
samp {
    font-family: inherit
}

q:before,
q:after {
    content: none
}

textarea {
    overflow: auto;
    resize: none
}

label,
summary {
    cursor: default
}

a,
button {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold
}

del,
ins,
u,
s,
a,
a:hover {
    text-decoration: none
}

body,
textarea,
input,
button,
select,
keygen,
legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0
}

:focus {
    outline: 0
}

.none {
    display: none
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0
}

.hidden {
    visibility: hidden
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.clearfix {
    display: block;
    zoom: 1
}

::-webkit-input-placeholder {
    color: #ccc
}

:-moz-placeholder {
    color: #ccc
}

::-moz-placeholder {
    color: #ccc
}

:-ms-input-placeholder {
    color: #ccc
}

*::-webkit-scrollbar {
    width: 0.05rem;
    background-color: #04267e;
}

*::-webkit-scrollbar-thumb {
    border-radius: 0.1rem;
    background-color: rgba(255, 255, 255, 0.9);
    border: 0.01rem solid #04267e;
}

body {
    line-height: 1;
    font-size: 13px;
    font-family: "PingFang", "Microsoft YaHei", "\u5b8b\u4f53", Tahoma, Geneva, sans-serif;
    color: #000;
    overflow: hidden;
}

:root {
    --mainColor: #003288;
    --mainColor2: #9F2121;
    --hoverColor: #003288;
    --bigSize: 0.2rem;
    --titleSize: 0.18rem;
    --smailSize: 0.16rem;
    --smailSizex: 0.14rem;
    --innerWidth: 15.6rem;
    --swiper-pagination-bullet-width: 0.14rem;
    --swiper-pagination-bullet-height: 0.14rem;
    --swiper-pagination-bullet-horizontal-gap: 0.08rem;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 0.7;
    --swiper-navigation-size: 0;
}

p {
    line-height: 1.75
}

a {
    color: #000;
    text-decoration: auto;
    transition: all 0.6s ease-in-out;
}

a:hover {
    color: var(--hoverColor)
}

.line1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.line2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.line3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.line4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.wrapper {
    width: 100%;
    margin: 0 auto
}

.wrapper .inner {
    width: var(--innerWidth);
    margin: 0 auto
}

/**头部**/
.header {
    border-bottom: none;
    height: auto;
    line-height: inherit;
    background-size: cover;
    position: fixed;
    z-index: 4;
    width: 100%;
    top: 0;
    transition: 1s;
    border-top: 0.04rem solid #0092E5;
}

.header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2rem;
    background: url(images/headbg.png) no-repeat top;
    background-size: 100% 100%;
    top: 0;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}

.header.fix:after {

    height: 100%;
}

.header.fix {
    /* background:var(--mainColor); */
}

body.navopen .header:after {
    display: none;
}

body.navopen .header .head-right .nav {
    display: none;
}

.header .inner {
    position: relative;
    transition: all 0.4s ease-in-out;
    width: 100%;
}

.header .sitelogo {
    display: flex
}

.header .sitelogo .logo img {
    width: 3.42rem;
}

.header .sitelogo .logo {
    display: inline-block
}

.header .sitelogo h1 {
    font-size: inherit;
    font-weight: normal;
    background: none;
    padding-left: 0px
}

.header .sitelogo .sitetitle {
    display: inline-block;
    margin-left: 0.19rem;
    color: #fff;
    min-height: 0.52rem;
    vertical-align: middle;
    margin-top: -0.1rem
}

.header .sitelogo a {
    align-items: center
}

.header .sitelogo .tago img {
    width: 3.82rem
}

.header .sitelogo .sitetitle span {
    display: block
}

.header .sitelogo img.logo {
    width: 3.4rem;
    transition: all 0.6s ease-in-out
}

.header .head-main {
    float: left;
    margin-top: 10px
}

.header .mod {
    display: flex;
    justify-content: space-between;
    height: 1.4rem;
    align-items: center
}

.header .head-top {
    display: flex;
    align-items: center;
    gap: 0.3rem;
}

.header .head-right {
    display: flex;
    align-items: flex-end;
    gap: 0.1rem;
    flex-direction: column;
    margin-right: 1.41rem;
}

.header .head-left {
    margin-left: 0.79rem;
}

/* 搜索 */
.wp_search {
    display: inline-block;
    position: relative;
    padding-left: 4px;
    border: 1px solid #d0d0d0
}

.wp_search #keyword {
    width: 160px !important;
    padding: 4px 0;
    border: none;
    height: 20px;
    line-height: 20px;
    background: transparent;
    color: #fff
}

.wp_search .search {
    width: 32px;
    height: 30px;
    border: 0px;
    background: #FFFFFF url(images/sous.png) no-repeat center;
    cursor: pointer;
    vertical-align: top
}

.searchbox .tt {
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.47rem
}

.searchbox {
    --width: 0.33rem;
    text-align: right;
    width: var(--width);
    border-radius: 0.19rem;
    overflow: hidden;
    border: 1px solid rgb(255 255 255 / 60%);
}

.wp-search {
    position: relative;
    /* background:rgb(255 255 255 / 20%); */
}

.wp-search form {
    display: block
}

.wp-search .search-input {
    margin-left: 0.2rem;
    margin-right: 40px
}

.wp-search .search-input input.search-title {
    width: 100%;
    line-height: var(--width);
    height: var(--width);
    background: none;
    color: #FFFFFF;
    font-size: var(--smailSizex);
    border: 0;
    outline: 0;
    font-family: "微软雅黑";
}

.wp-search .search-btn {
    width: var(--width);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0%
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: url(images/sous.svg) no-repeat center;
    cursor: pointer;
    background-size: 0.17rem;
}

.header .searchbox {
    transition: all 0.4s ease-in-out
}

.searchbox:hover {
    width: 2rem;
}

.searchbox:hover .wp-search {
    background: rgb(255 255 255 / 25%);
}

/**角色**/
.site-rale {}

.site-rale ul {}

.site-rale ul li.links {
    float: left
}

.site-rale ul li.links a {
    line-height: 35px;
    padding: 0 12px 0 12px;
    padding-left: 19px;
    font-size: 13px;
    color: #cad3d4;
    background: url(images/icon_role.png) no-repeat
}

.site-rale ul li.links a:hover {
    color: #fff
}

.site-lang ul {
    display: flex;
}

.site-lang ul li.links a,
.site-en a {
    color: #fff;
    font-size: var(--smailSizex);
    padding: 0 0.15rem;
    line-height: 1;
    display: inline-block;
    border-right: 1px solid #fff;
    opacity: 0.8;
}

.site-lang ul li.links a:hover {
    color: #fff
}

.header .site-lang ul li.links:last-child a {
    border: none;
    padding-right: 0;
}

.fixbox .site-en {
    display: none;
}

.site-en a {
    border: none;
    padding-right: 0;
    padding-left: 0.23rem;
    background: url(images/diqiu.svg) no-repeat left;
    background-size: auto 100%;
    text-transform: uppercase;
}

.site-lang ul li.links a:hover,
.site-en a:hover {
    opacity: 1;
}

/**导航**/
#nav {}

#nav .inner {}

#nav .inner .wp-panel {}

#nav .inner .wp-panel .wp-window {}

#nav .inner .wp-panel .navbg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: 100%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70)
}

.nav .wp-menu {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 0.46rem;
}

.nav .wp-menu .menu-item {
    position: relative;
    text-align: center
}

.nav .wp-menu .menu-item.i1 {
    background: none
}

.nav .wp-menu .menu-item a>.menu-switch-arrow {
    display: none;
    width: 20px;
    height: 20px;
    background: url(images/nav_j.png) no-repeat center center;
    vertical-align: middle
}

.nav .wp-menu li:last-child .sub-menu li .sub-menu {
    left: auto;
    right: 100%;
    transform-origin: right;
}

.nav .wp-menu .menu-item a.menu-link {
    line-height: 0.4rem;
    font-size: var(--titleSize);
    display: block;
    color: #fff;
    position: relative;
    font-family: 'SourceHanSansCN-Bold';
    /* font-weight: bold; */
}

.nav .wp-menu .menu-item.hover a.menu-link,
.nav .wp-menu .menu-item a.hover {
    font-weight: bold;
    text-decoration: none;
    color: var(--mainColor)
}

.nav .sub-menu {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 1.5rem;
    z-index: 100;
    background: #ffffffb5;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    transition: all 0.4s ease-in-out;
    border-radius: 8px;
    /* overflow: hidden; */
    box-shadow: rgba(0, 0, 0, 0.1) 5px 5px 20px;
    backdrop-filter: blur(15px);
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1
}

.nav .sub-menu .sub-item a {
    display: block;
    line-height: 0.5rem;
    padding: 0 17px;
    font-size: var(--smailSize);
    background: none;
    text-align: center;
}

.nav .sub-menu .sub-item.hover>a,
.nav .sub-menu .sub-item a:hover {
    background-color: #0032881a;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
}

.nav .site-lang {
    display: none
}

.nav .wp-menu .menu-item a.menu-link:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    background: #fff;
    left: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.nav .wp-menu .menu-item a.menu-link:hover:after {
    transform: scale(1);
}
.nav .wp-menu .sub-menu li:hover .sub-menu{
    transform: none;
}
.nav .wp-menu li:hover>.sub-menu {
    transform: translateX(-50%);
    opacity: 1;
}

/**大屏导航**/
.fixbox .site-lang {
    display: none;
}

.fixbox .notice.show {
    top: 0.55rem;
    opacity: 1;
}

.fixbox .notice {
    width: 5.6rem;
    height: 2.54rem;
    background: url(images/navnewsbg.png);
    background-size: 100% 100%;
    padding-top: 0.15rem;
    display: block;
    position: absolute;
    top: 116%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.fixbox .notice>div,
.fixbox .notice .news_list {
    height: 100%;
}

.fixbox .notice .news_list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0.25rem;
}

.fixbox .notice .news_list .news {
    flex: 1;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgb(0 50 136 / 15%);
    gap: 0.26rem;
}

.fixbox .notice .news_list .news .news_time {
    font-size: var(--smailSizex);
    font-family: 'SourceHanSerifCN-Bold';
    color: #003288;
    padding-left: 0.22rem;
    background: url(images/time2.svg) no-repeat left;
    background-size: 0.14rem;
    flex: none;
}

.notice {}

.fixbox .notice .news_list .news .news_title {
    font-size: var(--smailSize);
}

.fixbox .notice .news_list .news .news_title a {
    color: #000;
}

/**大图**/
.mbanner {
    height: 100vh;
}
.mbanner canvas {
    pointer-events: none;
}
#banner .swiper{  /* z-index:2*/}
#banner .inner {
    width: 100%;
    text-align: center;
    /* position: fixed; */
    /* left: 0; */
    /* top: 0; */
    /* z-index: 0; */
}

.mbanner .news_imgs a {
    display: block;
    height: 100vh
}

.mbanner .slick-prev,
.mbanner .slick-next {}

.mbanner .slick-prev {
    left: 0.45rem;
}

.mbanner .slick-next {
    right: 0.45rem;
}

.mbanner .news .news_wz {
    position: absolute;
    top: 3.05rem;
    left: 50%;
    margin-left: -7.95rem;
    text-align: left;
    width: 10.6rem
}

.mbanner .news .news_wz a {
    color: #17607A
}

.mbanner .news .news_title {
    position: absolute;
    bottom: 0.61rem;
    color: #fff;
    font-weight: bold;
    left: 50%;
    margin-left: calc(var(--innerWidth)/-2);
    font-size: 0.36rem;
    line-height: 1.5;
    z-index: 2;
}


.mbanner .swiper-slide {
    transition-duration: 0.8s ! important;

}

.mbanner .slick-track {
    position: static;
}

.mbanner .news .news_title a {
    color: #fff;
    display: block;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis
}

.mbanner .slick-dots {
    width: auto;
    bottom: 0.6rem;
    right: 50%;
    margin-right: calc(var(--innerWidth)/-2);
    display: flex;
    align-items: flex-end
}

.mbanner .slick-dots li {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 0;
    background-size: 100%;
    margin: 0;
    margin-left: 0.13rem;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    box-sizing: border-box;
    background: none;
}

.mbanner .slick-dots li button {
    width: 0.06rem;
    height: 0.06rem;
    background: rgb(255 255 255 / 80%);
    padding: 0;
    display: none
}

.mbanner .news .news_video {
    height: 100vh
}

.mbanner .news .news_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.mbanner .slick-dots li.slick-active {
    opacity: 1;
    background: #fff;
}

.mbanner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 0.24rem;
    height: 0.24rem;
    background: url(images/dot.svg) no-repeat;
    background-size: 100% 100%;
}

.mbanner .control {
    position: absolute;
    left: 50%;
    bottom: 1.19rem;
    z-index: 2;
    display: flex;
    align-items: center;
    transform: translateX(-50%);
    --swiper-pagination-bullet-horizontal-gap: 0.19rem;
}

.banner_more {
    flex: none;
    margin-left: 0.07rem;
    padding-left: 0.17rem;
    border-left: 1px solid rgb(255 255 255 / 50%);
    font-size: var(--smailSize);
}

.banner_more a {
    color: #fff;
}

.banner_more a i {
    font-family: cursive;
}

/**内容**/
#m-container {}

#m-container .inner {}

a.back_bb {
    width: 4.35rem;
    height: 1.36rem;
    position: relative;
    bottom: -0.1rem;
    z-index: 1;
    background: url(images/bbbg.svg) no-repeat;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0.77rem;
    box-sizing: border-box;
    font-size: 0.17rem;
    color: var(--mainColor);
    gap: 0.1rem;
}

a.back_bb img {
    width: 0.15rem;
    -webkit-animation: scroll 2s cubic-bezier(.15, .41, .69, .94)infinite;
    -moz-animation: scroll 2s cubic-bezier(.15, .41, .69, .94)infinite;
    animation: scroll 2s cubic-bezier(.15, .41, .69, .94)infinite;
}

@keyframes scroll {
    0% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(.1rem);
        -moz-transform: translateY(.1rem);
        -o-transform: translateY(.1rem);
        transform: translateY(.1rem)
    }

    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

.body_b {
    position: relative;
}

.body_m {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news_imgs a,
.news_imgs>span {
    display: block;
    position: relative;
}

.news_imgs {
    overflow: hidden;
    background: #ccc;
}

.news_imgs.bg a:after,.news_imgs.bg span:after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0), rgb(0, 0, 0) 100%);
    opacity: 0.58;
}

.post1 .news:hover .news_imgs a {
    transform: scale(1.1);
}

.swiper-button-next,
.swiper-button-prev {
    width: 0.58rem;
    height: 0.58rem;
    background-color: rgb(255 255 255 / 20%);
    border-radius: 50%;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.25rem;
    margin-top: -0.29rem;
    z-index: 1;
    opacity: 1;
}

.swiper-pagination-bullet {
    width: 0.14rem;
    height: 0.14rem;
    background: #fff;
    opacity: 0.7;
    margin: 0 0.08rem;
    vertical-align: middle;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.08rem;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-button-next {
    background-image: url(images/right_w.svg);
}

.swiper-button-prev {
    background-image: url(images/left_w.svg);
}

.swiper-button-next:hover {
    background-color: #fff;
    background-image: url(images/right_r.svg);
}

.swiper-button-prev:hover {
    background-color: #fff;
    background-image: url(images/left_r.svg);
}

/**主体公共**/
.ttbl {
    position: absolute;
    width: 2.01rem;
    height: 0.42rem;
    bottom: -0.19rem;
    left: 0;
    overflow: hidden;
}

.ttbl span {
    width: 6.37rem;
    height: 100%;
    display: inline-block;
    background: url(images/ttbl.png) no-repeat;
    background-size: 100% 100%;
    transform: translate(-65%, 0px);
}

.post1 .tit {
    position: relative;
    display: flex;
    font-weight: normal;
    flex-direction: column;
}

.post1 .tt {
    display: flex;
    position: relative;
    justify-content: space-between;
    margin-bottom: 0.35rem;
    align-items: center;
}

.post1 .more_btn img {
    width: 0.16rem;
    margin-right: 0.05rem;
}

.post1 .more_btn .more_text {
    display: flex;
    font-size: var(--bigSize);
    color: var(--hoverColor);
    align-items: center;
    font-family: 'SourceHanSerifCN-Bold';
}

.post1 .more_btn .more_text i {
    font-family: cursive;
    margin-left: 0.084rem;
}

.post1 .tit .title {
    font-size: 0.66rem;
    line-height: 1.3;
    color: var(--mainColor);
    font-family: "SourceHanSansCN-Heavy";
}

.post1 .tt .title_en {
    font-size: var(--smailSize);
    font-family: "Poppins-Regular";
    color: #C7334A;
    line-height: 1.5;
}

.post1 .news .news_title {
    font-size: var(--titleSize);
    line-height: 1.7;
}
.post1 .news .news_title font {
    color: inherit ! important;
    font-weight: inherit ! important;
}
.main .post1 .news .news_title span{
    background-image: linear-gradient(#003f88, #003f88);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .3s;
  
}

.main .post1 .news:hover .news_title span {
    background-size: 100% 1px;
  color: var(--hoverColor);
}
.post1 .news .news_text {
    font-size: var(--smailSizex);
    line-height: 1.87;
    color: #666;
    opacity: 0.6;
}

.post1 .news .news_text a {
    color: #666
}

.post1 .news .news_date {
    font-size: var(--smailSizex);
    color: var(--mainColor);
    display: inline-block;
    transition: all 0.4s ease-in-out;
    padding-left: 0.22rem;
    background: url(images/time2.svg) no-repeat left;
    background-size: contain;
    font-family: 'SourceHanSansCN-Bold';
}

.news .news_meta {
    color: var(--hoverColor);
    margin-right: 0.32rem;
    gap: 0.1rem;
    display: flex;
    flex-direction: column;
    font-family: "Merriweather-Bold";
    /* width: 0.6rem; */
    flex: none;
    align-items: flex-end;
}

.news_list .news .news_days {
    font-size: 0.58rem;
}

.news_list .news .news_month {
    font-size: var(--titleSize);
    width: 0.7rem;
    text-align: right;
}

.main1 .inner {
    padding-bottom: 1.84rem;
    position: relative;
}

.main1 {
    background: url(images/main1bg.png) no-repeat bottom;
    background-size: 100% 100%;
}

.post-11 .con {
    display: flex;
    gap: 0.37rem;
}

.post-11 .swiper {
    width: 7.43rem;
    flex: none;
    margin: 0;
}

.post-11 .list1 .news_imgs a {
    padding-top: 66.62%;
}

.post-11 .list1 .news_imgs {
    margin-bottom: 0.4rem;
}

.post-11 .swiper-pagination-bullets {
    top: 4.6rem;
    position: absolute;
    bottom: auto;
    z-index: 1;
    width: auto;
    right: 0.1rem;
    left: auto;
}

.post-11 .list1 .news_wz {
    display: flex;
}

.post-11 .list1 .news .news_title {
    font-size: var(--bigSize);
    font-weight: bold;
    margin-bottom: 0.2rem;
    line-height: 1.42;
}

.post-11 .list2 {
    width: 3.5rem;
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 0.44rem;
}

.post-11 .list2 .news .news_imgs a {
    padding-top: 65.71%;
}

.post-11 .list2 .news .news_imgs {
    margin-bottom: 0.2rem;
}

.post-11 .list2 .news {}

.post-11 .list3 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.post-11 .list3 .xian{
     border-top: 1px dashed rgb(0 50 136 / 40%);
}
.post-11 .list3 .xian:last-child{
    display:none
}
.post-11 .list3 .news {
}

.post-11 .list3 .news .news_date {
    margin-bottom: 0.15rem;
}

.main2 {
    position: relative;
    margin-top: -0.458rem;
    background: url(images/main2bg.png)no-repeat center;
    background-size: cover;
}

.main2 .inner {
    position: relative;
    z-index: 1;
    padding: 1.1rem 0 1.68rem;
}

.main2 .post1 .tit .title {
    color: #fff;
}

.main2 .post1 .tt .title_en {
    color: #FFE05F;
}

.post1.post-21 .tt {
    margin-bottom: 0.43rem;
}

.post-21 .swiper-button-next,
.post-21 .swiper-button-prev {
    margin: 0;
    top: 0.3rem;
}

.post-21 .swiper-button-prev {
    left: auto;
    right: 1rem;
}

.post-21 .news .news_box {
    height: 100%;
    padding: 0.5rem 0.3rem 0.3rem;
    border-radius: 0.2rem;
    box-shadow: 0px 3px 20px 0px rgba(149, 174, 216, 0.2);
    background: linear-gradient(180.00deg, rgba(255, 255, 255, 0.84), rgb(255, 255, 255) 100%);
    display: flex;
    box-sizing: border-box;
}
.post-21 .news .news_meta {
    color: #0092E6;
}
.post-21 .news .news_title {
    margin-bottom: 0.25rem;
}

.post-21 .swiper-wrapper .swiper-slide {
    height: auto;
}

.main3 {
    background: url(images/main3bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -0.7rem;
}

.main3 .inner {
    padding: 1.99rem 0 2.7rem;
}

.post-31 .con {
    display: flex;
    gap: 0.795rem;
    align-items: flex-end;
}

.post-31 .con .list2 {
    width: 9.24rem;
    flex: none;
    background: #027BCC;
    position: relative;
    z-index: 1;
}

.post-31 .con .list2 .news_imgs a {
    padding-top: 66.66%;
}

.post-31 .con .list2 .news {
    position: relative;
    left: 0.36rem;
    bottom: 0.36rem;
    display: none;
}

.post-31 .con .list2 .news.active {
    display: block;
}

.post1.post-31 .tt {
    position: absolute;
    right: 0;
    width: 5.63rem;
}

.post-31 .cirle {
    position: absolute;
    width: 6.23rem;
    height: 6.23rem;
    border: 1px dashed rgb(0 50 136 / 50%);
    border-radius: 50%;
    z-index: 0;
    bottom: -0.89rem;
    left: -1.19rem;
    transform: rotate(52deg);
}

.post-31 .cirle.start {
    animation: bb 10s linear 0s infinite;
}

.post-31 .cirle:after {
    content: "";
    width: 0.24rem;
    height: 0.24rem;
    display: block;
    position: absolute;
    background: #0092E5;
    left: 0;
    top: 50%;
    margin-left: -0.12rem;
    border-radius: 50%;
}

@keyframes bb {
    0% {
        transform: rotate(52deg);
    }

    100% {
        transform: rotate(-135deg);
    }
}

.post-31 {
    position: relative;
}

.post-31 .con .list1 {
    flex: 1;
    position: relative;
    z-index: 1;
}

.post-31 .con .list1 .news {
    /* border-bottom: 1px dashed rgb(0 50 136 / 20%); */
    /* box-sizing: border-box; */
}

.post-31 .con .list1 .news .news_box {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0.33rem 0;
    padding-right: 0.3rem;
    position: relative;
    min-height: 1.23rem;
    box-sizing: border-box;
    border-bottom: 1px dashed rgb(0 50 136 / 20%);
}

.post-31 .list1 .news .news_meta {
    display: none;
    color: #B9001D;
}

.post-31 .list1 .news .news_box:after {
    content: "";
    /* display: block; */
    width: 100%;
    position: absolute;
    background: #fff;
    clip-path: polygon(6% 0, 100% 0%, 100% 100%, 0% 100%);
    left: 0;
    top: -1px;
    bottom: -1px;
    z-index: -1;
    opacity: 0;
    /* box-shadow: 0px 3px 20px 0px rgba(149, 174, 216, 0.44); */
    transition: all 0.6s ease-in-out;
    z-index: -1;
    border-right: 0.03rem solid #027BCC;
    /* filter: drop-shadow(2px 4px 8px gray); */
}

.post-31 .con .list1 .news.selected .news_box {
    margin-left: -1.16rem;
    padding-left: 0.61rem;
    filter: drop-shadow(0px 3px 20px rgba(149, 174, 216, 0.44));
}

.post-31 .list1 .news.selected .news_box:after {
    opacity: 1
}

.post-31 .con .list1 .news.selected .news_meta {
    display: flex;
}
.post-31 .con .list1 .news.selected .news_title {
    font-weight: bold;
    color: var(--mainColor);
}
.main4 {
    position: relative;
    background: url(images/main4bg.jpg) no-repeat bottom;
    background-size: 100% auto;
}

.main4 .inner {
    position: relative;
    z-index: 1;
    padding-bottom: 1.91rem;
}

.post-41 .tt {
    margin-bottom: 0.61rem;
}

.post-41 .con {
    display: flex;
    justify-content: space-between;
}

.post-41 .con .list1 {
    width: 4.2rem;
    height: 2.55rem;
    flex: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0.36rem;
    border-left: 0.08rem solid #003288;
    box-sizing: border-box;
}

.post-41 .con .list1 .news a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.post-41 .news_list .news .news_title {
    font-size: 0.26rem;
    font-weight: bold;
    color: #003288;
}

.post-41 .con .list1 .news a img {
    width: 0.5rem;
}

.post-41 .con .list1 .news a:hover .news_more {
    margin-right: -0.15rem;
}

.post-41 .con .list1 .news a .news_more {
    transition: all 0.6s ease-in-out;
}

.post-41 .con .con_img {
    height: 5.17rem;
    width: 9.65rem;
    margin-top: -1.62rem;
    flex: none;
overflow: hidden;
}

.post-41 .con .con_img img {
    width: 100%;
    object-fit: cover;
}

.post-41 {
    margin-bottom: 0.965rem;
}

.post-42 .tt {
    margin-bottom: 0.49rem;
}

.post-42 .news_list {
    display: flex;
    gap: 0.14rem;
}

.post-42 .news_list .news {
    flex: 1;
    position: relative;
}

.post-42 .con {
    display: flex;
    gap: 0.14rem;
    flex-direction: column;
}

.post-42 .news_list.list1 .news .news_imgs a {
    padding-top: 49.21%;
}

.post-42 .news_list.list2 .news .news_imgs a {
    padding-top: 54.08%;
}

.post-42 .news_list .news .news_wz {
    position: absolute;
    left: 0.15rem;
    bottom: 0.15rem;
    background: rgb(255 255 255 / 95%);
    width: 2.22rem;
    height: 1.03rem;
    display: flex;
    padding: 0.25rem 0.18rem;
    box-sizing: border-box;
    gap: 0.14rem;
    align-items: flex-end;
    justify-content: space-between;
display: none;
}

.post-42 .news_list .news .news_more {
    width: 0.42rem;
    height: 0.42rem;
    background: #003288;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.6s ease-in-out;
    top: 0;
    flex: none;
}

.post-42 .news_list .news .news_more img {
    width: 0.13rem;
}

.post-42 .news_list .news .news_wz:hover .news_more {
    box-shadow: 0px 0px 8px 2px rgba(149, 174, 216, 0.8);
    top: -0.1rem;
}

.post-42 .news .news_title {
    height: 0.54rem;
}

/**底部**/
#footer {
    background: url(images/footbg.png) no-repeat center top;
    background-size: cover;
    position: relative;
    margin-top: -0.65rem;
    z-index: 1;
}

.footer .inner {
    padding: 1.52rem 0 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1
}

.foot-top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.8rem;
   /* border-bottom: 1px solid rgb(255 255 255 / 15%);*/
    gap: 1.41rem;
}

#footer .inner.in1 {
    padding: .57rem 0 .32rem;
    position: relative
}

#footer .inner .mod {
    flex: 1 1 auto
}

#footer .inner p {
    font-size: var(--smailSizex);
    line-height: 2;
    font-weight: 400;
    color: #fff;
    opacity: 0.8;
}

#footer .inner p a {
    color: #fff
}

#footer .inner p span {
    margin: 0 3px
}

#footer .tt .title {
    color: #fff;
    font-size: var(--bigSize);
    line-height: 0.29rem;
    font-weight: 700;
    margin-bottom: .14rem
}

#footer .foot-left img {
    width: 3.89rem;
}

#footer .contant {
    flex: 1;
}

#footer .links .news_list .news_title {
    color: #fff;
    font-size: var(--smailSize);
    opacity: 0.8;
}

#footer .links .news_list .news_title a {
    color: #fff;
}

.foot-bottom:after {
    content: "";
    width: 100vw;
    background: rgb(8 5 4 / 48%);
    position: absolute;
    opacity: 0.2;
    height: 100%;
    left: calc((100vw - var(--innerWidth))/-2);
    top: 0px;
}

.return_top {
    color: #FFE05F;
    cursor: pointer;
    font-size: var(--smailSize);
    display: flex;
    align-items: center;
    gap: 0.24rem;
    flex: none;
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0.38rem;
}

.foot-bottom .copy {
    z-index: 1;
    position: relative;
}

.return_top img {
    width: 0.2rem;
}

#footer .inner .foot-bottom p {
    opacity: 0.48;
}

/**底部链接**/
.foot-left .tt {
    margin-bottom: .18rem
}

.foot-left .links {
    margin-right: 1.02rem
}

#footer .foot-center {
    flex: 1;
    display: flex;
    gap: 1.22rem;
}

#footer .tt {
    margin-bottom: 0.1rem;
    color: #fff;
    font-family: 'Poppins-Regular';
    font-weight: bold;
    font-size: 0.22rem;
    line-height: 0.37rem;
}

#footer .links .news_list {
    display: flex;
    padding: 0.4rem 0;
    justify-content: space-between;
display: none;
}

#footer .links .news_list .news_title a {}


.shares .news_list .title {
    font-size: var(--smailSizex);
    color: #fff;
}

/**分享**/
.shares .news_list {
    display: flex;
    text-align: center;
    gap: .17rem
}

.shares .news_list .imgs {
    width: 1.09rem;
    height: 1.09rem;
    background: #fff;
    position: absolute;
    top: 110%;
    opacity: 0;
    transition: all 0.6s ease-in-out;
    left: 50%;
    margin-left: -0.5rem;
    transform: translateY(20%);
}

.shares .news_list .imgs img {
    width: 100%;
    height: 100%unset
}

.shares .news_list .news_icon {
    display: block;
    background-color: #ffffff2e;
    width: .54rem;
    height: .54rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    background-size: 54%;
}

.shares .news_list .news {
    position: relative
}

.shares .news_list .news:nth-child(1) .news_icon {
    background-image: url(images/share_icon1.svg)
}

.shares .news_list .news:nth-child(2) .news_icon {
    background-image: url(images/share_icon2.svg)
}

.shares .news_list .news:nth-child(3) .news_icon {
    background-image: url(images/share_icon3.svg)
}

.shares .news_list .news:nth-child(4) .news_icon {
    background-image: url(images/share_icon4.svg)
}

.shares .news_list .news_icon:hover {
    opacity: 1
}

.shares .news_list .news:hover .imgs {
    opacity: 1;
    transform: none
}

.shares .news_list .news_title {
    color: #fff;
    font-size: var(--smailSizex);
    line-height: 1.4;
    margin-top: .13rem
}

.footlogo img {
    width: 4.62rem
}

.foot-bottom {
    padding: 0.3rem 0;
    position: relative;
    z-index: 1;
    text-align: center;
}

.shares .news_list .title {
    font-size: var(--smailSizex);
    color: #fff;
}

.shares .news_list .news:nth-child(1) .news_icon {}

/**侧导航**/
nav.Quick-navigation {
    position: fixed;
    right: 0;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    font-size: 19px;
    line-height: 70px;
    background: var(--mainColor);
    color: #fff;
    padding: 0 16px;
    border-radius: 20px
}

nav.Quick-navigation a {
    color: #fff;
    border-bottom: 1px solid #fff
}

nav.Quick-navigation a.current {
    color: #e1d4a4;
    border-bottom: 1px solid var(--hoverColor)
}

.Scroll-to-top {
    width: 0.54rem;
    height: 0.72rem;
    cursor: pointer;
    right: 0.14rem;
    bottom: 20%;
    position: fixed;
    z-index: 1;
    transition: 0.6s;
    -webkit-animation: tophover 2s cubic-bezier(.15, .41, .69, .94) infinite;
    -moz-animation: tophover 2s cubic-bezier(.15, .41, .69, .94) infinite;
    animation: tophover 2s cubic-bezier(.15, .41, .69, .94) infinite;
}

.Scroll-to-top img {
    width: 100%;
    height: 100%;
}

.Scroll-to-top:hover {
    animation: none;
}

@keyframes tophover {
    0% {
        bottom: 20%;
    }

    50% {
        bottom: 21%;
    }

    100% {
        bottom: 20%;
    }
}

.bl {
    display: block;
    width: 78.28rem;
    height: 3.48rem;
    position: absolute;
    bottom: -1.74rem;
    background-image: url(images/banner_bl.png);
    z-index: 1;
    background-size: 100% auto;
    background-position: left top;
    animation: scroll 100s linear 0s infinite;
    pointer-events: none;
    z-index: 1;
}

.main2 .bl {
    top: -1.1rem;
    bottom: auto;
    background-image: url(images/bl2.png);
}

.main4 .bl {
    top: -1.5rem;
    background-image: url(images/bl4.png);
    height: 4.5rem;
    width: 34.72rem;
    animation: scroll 50s linear 0s infinite;
}

.footer .bl {
    bottom: auto;
    background-image: url(images/foot_bl.png);
    top: -1rem;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(calc((100% - 100vw)/-1));
    }

    100% {
        transform: translateX(0);
    }
}

.l-banner {
    height: 5.08rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.l-banner img {
    display: none;
}

.list div#container-1:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: #2870EF;
    opacity: 0.18;
    top: 0;
}

.list div#container-1 {
    position: relative;
}

.mrlist .col_news_list .news_list {
    min-height: 4rem;
}

div#l-container {
    position: relative;
    z-index: 1;
    padding-top: 0.6rem;
    padding-bottom: 1.3rem;
}

.col_menu_head {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    left: 50%;
    margin-left: calc(var(--innerWidth)/-2);
}
.col_news_head {
    margin-bottom: 0.55rem;
    font-size: 0.42rem;
    font-family: 'SourceHanSansCN-Heavy';
    line-height: 1.3;
    color: #00398E;
}
span.col_name_text {
    font-family: "SourceHanSansCN-Heavy";
    color: #fff;
    font-weight: normal;
    font-size: 0.66rem;
}

.mrlist .col_news_list .news_list .news .news_box {
    display: flex;
    align-items: center;
    background: #F7FBFF;
    padding-right: 0.55rem;
    min-height: 1.8rem;
}

.mrlist .col_news_list .news_list .news .news_meta {
    background: #01358B;
    width: 1.8rem;
    height: 1.8rem;
    color: #fff;
    align-items: center;
    justify-content: center;
    margin-right: 0.62rem;
    /* display: none; */
}

.mrlist .col_news_list .news_list .news .news_wz {
    flex: 1;
    margin-right: 1rem;
}

.mrlist .col_news_list .news_list .news {
    margin-bottom: 0.23rem;
}

.mrlist .col_news_list .news_list .news .news_title {
    font-size: var(--titleSize);
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 0.24rem;
}

.mrlist .col_news_list .news_list .news .news_text {
    font-size: var(--smailSizex);
    line-height: 1.87;
    color: #666666;
    font-weight: bold;
}

.mrlist .col_news_list .news_list .news .news_box:hover {
    box-shadow: 0px 3px 20px rgba(149, 174, 216, 0.44);
}

.mrlist .col_news_list .news_list .news .news_more img {
    width: 0.25rem;
    transition: all 0.6s ease-in-out;
}

.mrlist .col_news_list .news_list .news .news_box:hover img {
    transform: translateX(0.1rem);
}

.article {
    min-height: 4rem;
    background: #F7FBFF;
    padding: 0.57rem 0.2rem;
    box-sizing: border-box;
}

.pagelist div#l-container {
    padding-top: 1.1rem;
    padding-bottom: 2.72rem;
}

h1.arti_title {
    text-align: center;
    font-size: 0.32rem;
    line-height: 1.65;
    color: #01358B;
    background: url(images/artttbg.svg) no-repeat bottom;
    background-size: 100% auto;
    padding: 0 1.43rem;
    padding-bottom: 0.72rem;
}

.article .entry {
    margin: 0 auto;
    overflow: hidden;
}

.article .entry .read,
.article .entry .read p, .article .entry .read span{
    line-height: 1.5!important;
    font-size: 0.2rem!important;    font-family: arial!important;    text-indent: 0 !important;
    color: #333
}

.article .entry .read p ,.wp_entry p{
   /* margin-bottom: 10px*/
    word-break: break-word;
}

.article .entry .read img {
    margin: 0 auto;
    max-width: 940px
}

.article .entry .read table {
    margin: 0 auto;
    border: none !important
}

.article .entry {
    margin: 0 auto;
    overflow: hidden;
}

.mrlist .col_news_list .news_list.Admission .news .news_meta {
    display: none;
}

.mrlist .col_news_list .news_list.Admission .news .news_wz {
    padding: 0 0.44rem;
}
.lbox.sbox-12.colbox.gsapdom {
    display: none;
}
.imgbox {
    width: 3rem;
    margin-right: 0.2rem;
}

.imgbox .news_imgs span {
    padding-top: 70%;
} 
.rv .news_imgs span img {position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:all 0.6s ease-in-out;}
.mrlist.rv .col_news_list .news_list .news .news_box:hover img {
    transform: scale(1.05);
}




.mrlist .wp_entry p,.mrlist .wp_entry p span {
line-height: 1.5 !important;
    font-size: 0.2rem !important;
    font-family: arial !important;
    text-indent: 0 !important;
}

.mrlist.list_vm .col_news_list .news_list .news .news_meta{display:none!important;}
.mrlist.list_vm .col_news_list .news_list .news .news_box{    padding-left: 0.55rem;box-sizing:border-box;}
.mrlist.list_vm.list_graduate .col_news_list .news_list .news .news_text{display:none!important;}
.mrlist.list_vm.list_graduate .col_news_list .news_list .news .news_title{margin-bottom:0;}

ul.list_style li{list-style:disc;margin-bottom: 0.11in;}