@charset "utf-8"; 
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;
    --size: calc(100vw / 19.20);
    font-size: var(--size);
}

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;
}

body {
    line-height: 1;
    font-size: 13px;
    font-family: "Microsoft YaHei","\u5b8b\u4f53",Tahoma,Geneva,sans-serif;
    color: #333333;
}

:root {
    --mainColor: #3329a7;
    --titleSizeBig: 0.2rem;
    --titleSize: 0.18rem;
    --titleSizeSmall: 0.16rem;
    --titleSizeSmallx: 0.14rem;
    --innerWidth: 14.4rem;
    --time: all 0.5s ease-in-out;
    --swiper-pagination-bullet-width : 0.14rem;
    --swiper-pagination-bullet-height: 0.14rem;
    --swiper-pagination-bullet-horizontal-gap: 0.07rem;
    --swiper-pagination-bullet-inactive-color: transparent;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: var(--mainColor);
    --swiper-pagination-bottom:0
}

p {
    line-height: 1.75;
}

a {
    color: #333;
    text-decoration: auto;
    transition: var(--time);
}
a[href="javascript:void(0)"] {
    pointer-events: none;
}
a:hover {
    color: var(--mainColor);
}

.line1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.line2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.wrapbox {
    width: 100%;
    margin: 0 auto;
}

.wrapbox .inner {
    width: var(--innerWidth);
    margin: 0 auto;
}

.fix-top {
    padding-top: 100vh;
    position: relative;
    transition: all .7s cubic-bezier(.5,0,.2,1) 0s;
    -webkit-transition: all .7s cubic-bezier(.5,0,.2,1) 0s;
    -moz-transition: all .7s cubic-bezier(.5,0,.2,1) 0s;
    -ms-transition: all .7s cubic-bezier(.5,0,.2,1) 0s;
    -o-transition: all .7s cubic-bezier(.5,0,.2,1) 0s;
    z-index: -1
}

.fix-top.fixed {
    padding-top: 0
}

/**兼容模式提示**/
#browser-modal {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #303233;
    position: fixed;
    z-index: 9999;
    display: flex;
    align-items: center;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: .9;
    z-index: -1;
}

#browser-modal .browser-content {
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 80px;
    padding-top: 30px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo {
    height: 62px;
    margin: 45px auto 30px;
    background: url(../images/logo.png)no-repeat center/100% 100%;
}

#browser-modal .browser-content .browser-text-title {
    text-transform: uppercase;
    font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    margin: 40px auto;
    height: 130px;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 30px;
    background-size: 100%;
}

#browser-modal .browser-content .browser-item .iconfont.iconchrome {
    background-image: url(../images/Chrome.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconfirefox {
    background-image: url(../images/Firefox.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconsafari {
    background-image: url(../images/Safari.svg);
}

#browser-modal .browser-content .browser-item .iconfont.iconEdge {
    background-image: url(../images/Edge.svg);
}

#browser-modal .browser-content .browser-item a {
    color: #921041;
    cursor: pointer;
    display: block;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    margin: 0 auto;
    max-width: 100px;
    width: 100px;
    height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 700;
}

/**菜单按钮**/
a.menu-btn {
    width: .44rem;
    height: .44rem;
    background: rgb(255 255 255 / 20%);
    display: flex;
    flex-direction: column;
    gap: .07rem;
    align-items: center;
    justify-content: center;
    float: none;
    border-radius: 50%;
    display: none;
}

a.menu-btn.btn2 {
    display: none
}

a.menu-btn .xian {
    display: block;
    height: .02rem;
    width: .17rem;
    background: #fff;
    border-radius: .02rem;
    transition: all .4s ease-in-out
}

a.menu-btn.arrow .xian:nth-child(2) {
    display: none
}

a.menu-btn.arrow .xian:nth-child(1) {
    transform: rotate(-45deg);
    width: .2rem;
    position: absolute
}

a.menu-btn.arrow .xian:nth-child(3) {
    transform: rotate(45deg);
    width: .21rem;
    position: absolute
}

.fixbox {
    position: fixed;
    z-index: 98;
    background: rgba(255, 255, 255, .95);
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    clip-path: circle(32px at 110% 0);
    padding: 1.7rem calc(50vw - 8.2rem);
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
}

.fixbox.open {
    display: flex
}

.fixbox {
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between
}

.fixbox a {
}

.fixbox .wp-menu {
    display: flex;
    width: 100%;
    padding-bottom: 0.3rem;
    flex-direction: column;
}

.fixbox .wp-menu .menu-link {
    font-size: var(--titleSizeBig);
    line-height: 2;
    display: block
}

.fixbox .smenu-link ul li.links a,.fixbox .smenu-link ul li.links:last-child a {
    border: 1px solid var(--mainColor);
    line-height: 2.5;
    color: var(--mainColor);
    font-size: 14px;
}

.fixbox .wp-menu .sub-menu {
}

.fixbox .wp-menu .sub-menu .sub-menu {
    display: none
}

.fixbox .wp-menu .sub-menu a {
    font-size: var(--titleSizeSmall);
    opacity: .8;
    line-height: 2
}

.fixbox .searchbox {
    width: auto;
    transition: none;
    margin-top: 20px;
    width: 100%;
    border: 1px solid var(--mainColor);
}
.fixbox .wp-search{}
.fixbox .wp-menu .sub-menu .sub-menu {
    display: block
}

/**头部**/
.header {
    border-bottom: none;
    height: auto;
    line-height: inherit;
    background-size: cover;
    position: relative;
    z-index: 99;
    position: absolute;
    width: 100%;
    top: 0;
    transition: 1s;
}
.header:after {
    content: "";
    width: 100%;
    height: 1.8rem;
    position: absolute;
    pointer-events: none;
    background: url(../images/headbg.png) no-repeat center/100% 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.header.fix:after {
    height: 100%;
}

.header .inner {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.header .sitelogo {
    display: flex;
}

.header .sitelogo .logo img {
    width: 2.7rem;
}

.header .sitelogo .logo {
    margin-right: 0.29rem;
    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;
    align-items: center;
}
.head_l {
    margin: 0.28rem 0;
}

.head_l .logo img {
    width: 4.07rem;
}
.header .head-top {
    display: flex;
    align-items: center;
    gap: 0.04rem;
    justify-content: flex-end;
}

.header .head-right {
    display: flex;
    align-items: flex-end;
    gap: 0.1rem;
    flex-direction: column;
}

/* 搜索*/
.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;
}


.searchbox .tt {
    color: #fff;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 0.47rem;
}

.searchbox {
    text-align: right;
    width: 0.28rem;
    border-radius: 0.04rem;
    overflow: hidden;
}

.wp-search {
    position: relative;
    background: #fff;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 0.1rem;
    margin-right: 0.28rem;
}

.wp-search .search-input input.search-title {
    width: 100%;
    line-height: 0.28rem;
    background: none;
    font-size: var(--titleSizeSmallx);
    border: 0;
    outline: 0;
    font-family: "微软雅黑";
}

.wp-search .search-btn {
    width: 0.28rem;
    height: 0.28rem;
    position: absolute;
    right: 0;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: url(../images/sous2.svg) no-repeat center/0.12rem;
    cursor: pointer;
}

.header .searchbox:hover {
    width: 2rem;
}

.header .searchbox {
    transition: all 0.4s ease-in-out;
}

/**角色**/
.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;
}

.smenu-link ul {
    display: flex;
    justify-content: space-between;
}

.smenu-link ul li.links a {
    color: #fff;
    padding: 0 0.11rem;
    line-height: 1;
    display: inline-block;
    font-size: var(--titleSizeSmall);
    border-right: 1px solid rgb(255 255 255 / 50%);
    display: block;
    text-align: center;
}
.smenu-link ul li.links:last-child a {
    border: none;
}
.smenu-link ul li.links a:hover {
    color: #fff;
}


/**导航**/
#nav {margin-top: 0.08rem;}

#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.63rem;
}

.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 .sub-menu li .sub-menu {
    display: none;
}

.nav .wp-menu .menu-item a.menu-link {
    line-height: 0.4rem;
    font-size: var(--titleSizeSmall);
    display: block;
    color: #fff;
    position: relative;
}

.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;
    opacity: 0;
    transform: translateX(-50%) scale(0);
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    transform-origin: top;
}

.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(--titleSizeSmallx);
    background: none;
    text-align: center;
    background: #fff;
}

.nav .sub-menu .sub-item.hover>a,.nav .sub-menu .sub-item a:hover {
    color: #fff;
    background-color: #ccab5d;
    display: block;
}

.nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
    background: #fff;
}

.nav .smenu-link {
    display: none;
}


.nav .wp-menu li:hover>.sub-menu {
    transform: translateX(-50%);
    opacity: 1;
}
.nav .wp-menu .menu-item>.sub-menu:before {
    content: '';
    left: 50%;
    transform: translateX(-50%);
    border: .08rem solid transparent;
    border-bottom-color: #fff;
    top: -.16rem;
    height: 0;
    position: absolute;
    top: -0.05rem;
}

.nav .wp-menu .menu-item>.sub-menu {
    padding-top: 0.1rem;
}
/**大图**/
.bannerImg {/* border-bottom: 0.16rem solid var(--mainColor); */box-sizing: border-box;position: relative;}

#banner .inner {
    width: 100%;
    text-align: center;
    position: relative;
}

.banner .item_imgs a {
    display: block;
    padding-top: 44.79%;
}

.banner .item:hover .item_imgs a img{transform:none}
.banner .item_imgs a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .item .news_wz {
    position: absolute;
    top: 3.05rem;
    left: 50%;
    margin-left: -7.95rem;
    text-align: left;
    width: 10.6rem;
}

.banner .item .news_wz a {
    color: #17607A;
}

.banner .item .news_title {
    display: flex;
    font-size: 0.33rem;
    line-height: 1.4;
    position: absolute;
    bottom: 0;
    width: 15rem;
    left: 50%;
    transform: translateX(-7.5rem);
    background: rgb(0 0 0 / 57%);
    height: 1.09rem;
    color: #fff;
    text-align: left;
    padding: 0 0.46rem;
    box-sizing: border-box;
    align-items: center;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner .item .news_title a {
    color: #fff;
    display: block;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner .slick-dots {
    width: auto;
    bottom: 0.89rem;
    left: 50%;
    margin-left: -8.2rem;
    display: flex;
    align-items: flex-end;
}

.banner .slick-dots li {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 0;
    background: var(--mainColor);
    background-size: 100%;
    margin: 0;
    opacity: 0.3;
    margin-right: 0.09rem;
    transition: all 0.4s ease-in-out;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
}

.banner .slick-dots li button {
    width: 0.06rem;
    height: 0.06rem;
    background: rgb(255 255 255 / 80%);
    padding: 0;
    display: none;
}

.banner .item .news_video {
    height: 100vh;
}

.banner .item .news_video video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.banner .itemlist .news:after {
    content: "";
    display: block;
    position: absolute;
    pointer-events: none;
    background: linear-gradient(180.00deg, rgba(0, 0, 0, 0),rgb(0, 0, 0) 100%);
    opacity: 0.42;
    height: 2.07rem;
    width: 100%;
    bottom: 0;
}

.banner .slick-dots li:after {
    content: "";
    display: block;
    width: 0.67rem;
    height: 0.69rem;
    background: url(../images/dot.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    transform: scale(0);
    transition: all 0.4s ease-in-out;
}

.banner .slick-dots li.slick-active:after {
    transform: none;
}

.banner .slick-dots li.slick-active {
    opacity: 1;
    background: none;
}
.banner .swiper-button-next, .banner .swiper-button-prev {
    background: rgb(51 51 51 / 50%);
}

.banner .swiper-button-next:hover, .banner .swiper-button-prev:hover {
    background: var(--mainColor);
}
.banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    --swiper-pagination-bullet-horizontal-gap: 0.18rem;
    height: 0.48rem;
    padding: 0 0.18rem;
    background: rgb(0 0 0 / 50%);
    border-radius: 0.24rem;
    bottom: 0.67rem;
    left: 50%;
    transform: translateX(-50%);
}
.banner .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    font-size: 0;
    border: none;
}

.banner .swiper-pagination-bullet-active {
    width: auto;
    height: auto;
    background: none;
    border-radius: 0;
    color: #fff;
    font-size: 0.16rem;
}
.swiper-button-next,.swiper-button-prev {
    --swiper-navigation-sides-offset: 0.4rem;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    margin-top: -0.32rem;
    --swiper-navigation-color: #fff;
    background: var(--mainColor);
    --swiper-navigation-size: 0.16rem;
    transition: var(--time);
}
.swiper-pagination-bullet{
    border: 1px solid var(--swiper-pagination-color);
}
.core-10 {
    position: absolute;
    z-index: 1;
    width: var(--innerWidth);
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -0.47rem;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
}

.core-10 .itemlist {
    display: flex;
    align-items: flex-end;
    height: 1rem;
    background: #fff;
}
.core-10 .itemlist .item a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    font-size: 0.24rem;
    font-weight: bold;
    box-sizing: border-box;
    background: #fff;
}
.core-10 .itemlist .item a:after {
    content: "";
    width: 1px;
    height: 0.48rem;
    background: #ebebeb;
    position: absolute;
    right: 0;
}

.core-10 .itemlist .item:last-child a:after {
    display: none;
}

.core-10 .itemlist .item {
    flex: 1;
    =: #fff;
    min-width: 0;
}
.core-10 .itemlist .item a .item_imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--mainColor);
    opacity: 0;
    transition: var(--time);
}

.core-10 .itemlist .item a .item_title {
    position: relative;
    z-index: 1;
}
.core-10 .itemlist .item a .item_imgs img {
    display: none;
}

.core-10 .itemlist .item a:hover .item_imgs {
    opacity: 1;
}

.core-10 .itemlist .item a:hover {
    height: 1.1rem;
}

.core-10 .itemlist .item a:hover .item_title {
    color: #fff;
}
/**内容**/
.item_imgs a,.item_imgs span {
    display: block;
    overflow: hidden;
}

.item:hover .item_imgs a img,.item:hover .item_imgs span img {
    transform: scale(1.1);
}

.item_imgs a img,.item_imgs span img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}

.item_imgs {
    overflow: hidden;
    background: #ccc;
    position: relative;
}

.item_imgs.bg:after {
    content: "";
    width: 100%;
    position: absolute;
    height: 1.4rem;
    background: linear-gradient(0.00deg,rgb(21,21,21) 3.433%,rgba(57,57,57,0) 96.567%);
    bottom: 0;
    opacity: 0.7;
    pointer-events: none;
}
.core .item .item_title {
    font-size: var(--titleSizeSmall);
    font-weight: bold;
    line-height: 1.75;
}
.core .item .item_text{
    color: #999;
    font-size: var(--titleSizeSmallx);
}
.core .item .item_date{
    color: #999;
    font-size: var(--titleSizeSmallx);
}
.core .item .item_text a{
    color: #999;
}
.core .item .item_meta {
    background: var(--mainColor);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: none;
    width: 0.8rem;
    height: 0.8rem;
    justify-content: center;
    transition: var(--time);
}
.core .item .item_meta .days{
    font-size:0.24rem;
    font-weight:bold;
    margin-bottom:0.1rem;
}
.core .item .item_meta .month{
    font-size:var(--titleSizeSmallx);
}
.core .item .item_more {
    color: var(--mainColor);
    font-size: var(--titleSizeSmallx);
    transition: var(--time);
}

.core .item .item_more i {
    margin-left: 0.11rem;
    transition: var(--time);
    position: relative;
    right: 0;
    font-size: var(--titleSizeSmallx);
}

.core .item .item_more:hover i {
    right: -0.05rem;
}
.section2 .inner {
    padding: 0.98rem 0 1.05rem;
}
.core .tt{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.4rem;
}
.core .tit .title {
    color: var(--color,#000);
    font-weight: bold;
    font-size: 0.28rem;
    display: flex;
    align-items: flex-end;
}
.core .tit .title .chars {
    color: var(--color,#3329a7);
}
.core .tit .title:after {
    content: "";
    background: var(--color,#3329a7);
    width: 0.1rem;
    height: 0.1rem;
    margin-left: 0.06rem;
}

.core .tit .tt_en {
    display: block;
    font-size: var(--titleSizeSmallx);
    color: var(--color,#ccab5d);
    margin-top: 0.18rem;
    text-transform: uppercase;
    font-weight: normal;
}
.core .more_text {
    background: var(--mainColor);
    width: 1rem;
    display: block;
    line-height: 0.36rem;
    font-size: var(--titleSizeSmallx);
    color: #fff;
    text-transform: uppercase;
    border-radius: 0.18rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: var(--time);
}

.core .more_text:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    border-radius: 0.18rem;
    transition: var(--time);
    background: linear-gradient(to right, rgb(51 41 167), rgb(255 100 0 / 45%));
}
.core .more_text:hover:after {
     opacity: 1;
}
span.underLine {
    background-image: linear-gradient(var(--mainColor),var(--mainColor));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    transition: background-size .4s;
}

.news:hover span.underLine {
    background-size: 100% 1px;
    color: var(--mainColor);
}
.section1 .inner {
    padding: 1.43rem 0 1.03rem;
}

.section1 .tab-menu {
    display: flex;
    align-items: center;
    margin-bottom: 0.42rem;
}
.section1 .tab-menu .x {
    background: #b2b2b2;
    height: 0.56rem;
    width: 1px;
    transform: rotate(15deg);
    margin: 0 0.23rem;
}
.section1 .tab-menu li:not(.selected){
    --color: #999;
}

.section1 .core .con {
    padding-bottom: 0.57rem;
}

.section1 .core .item .item_imgs a {
    padding-top: 56.13%;
}
.section1 .core .more_btn {
    position: absolute;
    top: 0;
    right: 0;
}

.section1 .mod {
    position: relative;
}
.section1 .core .item .item_title {
    margin: 0.2rem 0 0.15rem;
}

.section1 .core .item .item_text {
    line-height: 1.75;
}

.section1 .core .item:hover .item_title a {
    color: var(--mainColor);
}
.section1 .core .item .item_wz {
    height: 1.74rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section1 .core .item .item_bottom {
    display: flex;
    justify-content: space-between;
}

.section2 {
    background: url(../images/main2bg.jpg)no-repeat center/cover;
}
.core-21 .con {
    background: #fff url(../images/xiaohu.png) no-repeat right bottom/cover;
    border-top: 0.04rem solid var(--mainColor);
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 0.76rem 0.57rem 0.8rem 0.48rem;
    box-sizing: border-box;
}
.core-21 .itemlist .item {
    display: flex;
    width: calc((100% - ((var(--num) - 1) * var(--gap)))/var(--num));
    box-sizing: border-box;
    align-items: center;
}

.core-21 .itemlist {
    display: flex;
    flex-wrap: wrap;
    row-gap: .64rem;
    --gap: 0.85rem;
    --num: 3;
    column-gap: var(--gap);
}
.core-21 .itemlist .item .item_meta {
    margin-right: 0.32rem;
}

.core-21 .itemlist .item:hover .item_meta {
    background: #ccab5d;
}

.core-21 .itemlist .item:hover .item_title a {
    color: #ccab5d;
}
.section3 .inner {
    padding: 1rem 0;
}

.core-31 .itemlist .item {
    display: flex;
}

.core-31 .itemlist .item_imgs {
    width: 5.6rem;
    flex: none;
}
.core-31 .itemlist .item_imgs a {
    padding-top: 56.25%;
}

.core-31 .itemlist .item_wz {
    flex: 1;
    background: var(--mainColor);
    display: flex;
    padding: 0.5rem 0.65rem;
    justify-content: space-between;
    color: #fff;
}
.core-31 .itemlist .item_wz .l {
    width: 3.87rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 0.3rem;
}

.core-31 .itemlist .item_title {
    font-size: 0.24rem;
    color: #fff;
}

.core-31 .itemlist .item_title a {
    color: #fff;
}

.core-31 .itemlist .item_wz .smaillogo {
    width: 2rem;
}

.core-31 .itemlist .item_wz .r {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.core-31 .itemlist .item_info p {
    font-size: var(--titleSizeSmall);
    padding: 0.03rem 0;
    display: flex;
    align-items: center;
}
.core-31 .itemlist .item_info p i {
    font-size: 0.22rem;
    margin-right: 0.09rem;
}
.core-31 .item .item_more {
    color: #fff;
}
.core-31 {
    margin-bottom: 1.05rem;
}
.core-31 .swiper-pagination {
    width: auto;
    right: 0.6rem;
    left: auto;
    --swiper-pagination-color: #fff;
    bottom: 0.5rem;
}
.core-32 .itemlist .item a {
    display: block;
    background: #f7f7f7;
    height: 2.6rem;
    padding: 0.4rem;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}
.core-32 .itemlist .item a:after{content:"";position: absolute;width: 100%;height: 100%;left: 0;top: 0;z-index: -1;background: var(--mainColor);transition: var(--time);opacity: 0;transform: scale(0.92);}
.core-32 .itemlist .item a:hover:after{
    opacity: 1;
    transform: none;
    box-shadow: 0px 15px 50px 0px rgb(52 41 168 / 50%);
}
.core-32 .itemlist .item a:hover * {
    color: #fff;
}

.core-32 .itemlist .item_meta2 .days {
    display: block;
    font-size: 0.36rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
    transition: var(--time);
}

.core-32 .itemlist .item_meta2 .month {
    font-size: var(--titleSizeSmallx);
    color: #999;
    transition: var(--time);
}

.core-32 .itemlist .item_title {
    margin: 0.25rem 0;
    transition: var(--time);
}
.core-32 .swiper {
    padding-bottom: 1.14rem;
}

.core-32 .swiper .swiper-button-prev,.core-32 .swiper .swiper-button-next {
    bottom: 0;
    top: auto;
    margin: 0;
    border-radius: inherit;
    position: static;
    opacity: 0.2;
}
.core-32 .swiper .swiper-button-prev:hover, .core-32 .swiper .swiper-button-next:hover{opacity:1}
.core-32 .swiper .swiper-button-prev {
    left: 0;
}

.core-32 .swiper .swiper-button-next {
    left: 0.81rem;
}

.core-32 .swiper:after {
    content: "";
    width: 100px;
}
.core-32 .swiper .control {
    display: flex;
    position: absolute;
    bottom: 0;
    gap: 0.48rem;
    width: 100%;
    align-items: center;
}

.core-32 .swiper .control .button {
    display: flex;
    gap: 0.16rem;
}

.core-32 .swiper .control .x {
    flex: 1;
    height: 0.02rem;
    background: #3329a73b;
    position: relative;
}
.core-32 .swiper.swiper-initialized .control .x.run:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: var(--mainColor);
    -webkit-animation: bouncedelay 8s infinite linear;
    animation: bouncedelay 8s infinite linear;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
@-webkit-keyframes bouncedelay {0% {width:0;}
100% {width:100%;}
;}
.core-32 .swiper .swiper-pagination {
    position: static;
    width: auto;
    color: #333;
    font-size: var(--titleSizeSmallx);
}

.core-32 .swiper .swiper-pagination .swiper-pagination-current {
    color: var(--mainColor);
    font-size: 0.24rem;
    font-weight: bold;
}
.section4 {background: url(../images/main4bg.jpg)no-repeat center/cover;}

.section4 .inner {padding: 1rem 0 1.21rem;}
.core-41 .itemlist{
    display: flex;
    justify-content: space-between;
}
.core-41 .itemlist .x{
    margin: 0 0.9rem;
    flex: none;
    border-right: 1px solid var(--mainColor);
}
.core-41 .itemlist .x:last-child{
    display: none;
}
.core-41 .itemlist .item_title{
    font-size: var(--titleSizeSmallx);
    font-weight: normal;
    width: max-content;
    max-width: 100%;
}
.core-41 .itemlist .item:nth-child(5) .item_title {
    width: 0.84rem;
}
.core-41 .itemlist .item:nth-child(9) .item_title {
    width: 1.39rem;
}
.core-41 .itemlist .item_num{
    color: var(--mainColor);
    font-size: var(--titleSizeSmallx);
    margin-bottom: 0.18rem;
    display: flex;
    align-items: flex-end;
    line-height: 1.5;
}
.core-41 .itemlist .item_num .dd{
   font-size: 0.4rem;
   margin-right: 0.14rem;
   font-weight: bold;
   line-height: 1;
}
.core-41 .itemlist .item_num[data-d="+"] {
    align-items: flex-start;
    font-size: 0.24rem;
}
.section5 .inner{
    width: 100%;
}
.core-51 .item_imgs span {
    padding-top: 100vh;
}
.core-51 .play {
    position: absolute;
    width: 1rem;
    height: 1rem;
    left: 50%;
    top: 50%;
    margin-left: -0.5rem;
    margin-top: -0.5rem;
    z-index: 1;
    transition: var(--time);
}
.core-51 .play:hover{
    transform: scale(1.2);
}
.core-51 .play img{
    width: 100%;
    height: 100%;
}
.core-51 .con {
    position: relative;
}
#footer {background: #3329a7;}
#footer .in1 {
    padding-top: 0.42rem;
}
#footer .in2 {
    padding: 0.21rem 0 0.41rem;
}
.foot-wp .wp-menu {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.foot-wp .wp-menu a {
    color: #fff;
}

.foot-wp .wp-menu .menu-item .menu-link {
    font-size: var(--titleSizeSmall);
    line-height: 0.64rem;
    display: block;
    width: 100%;
    margin-bottom: 0.15rem;
    text-align: center;
}

.foot-wp .wp-menu li {
}

.foot-wp .wp-menu:before {
    content: "";
    width: 100%;
    border-top: 1px solid rgb(255 255 255 / 40%);
    position: absolute;
    top: 0.64rem;
}

.foot-wp .wp-menu .sub-menu .sub-link {
    font-size: var(--titleSizeSmallx);
    opacity: 0.65;
    line-height: 0.36rem;
}
.foot-wp .wp-menu .sub-menu .sub-link:hover {
    opacity: 1;
}
.foot-wp .wp-menu .sub-menu {
    text-align: center;
}
#footer .foot-left .footlogo {
    width: 4.07rem;
    margin-bottom: 0.25rem;
    max-width: 100%;
}

#footer .shares2 .itemlist {
    display: flex;
    gap: 0.16rem;
    align-items: center;
}
#footer .shares2 .itemlist img{
    max-height: 0.4rem;
    max-width: 2.06rem;
}
#footer .in2 .mod{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer .foot-left {
    margin-right: 0.86rem;
}

#footer .links .con {
    display: flex;
    flex-wrap: wrap;
    gap: 0.22rem;
}

#footer .links .con a {
    color: #fff;
    width: 2.4rem;
    display: flex;
    justify-content: space-between;
    border-radius: 0.04rem;
    line-height: 0.48rem;
    padding: 0 0.22rem;
    box-sizing: border-box;
    font-size: var(--titleSizeSmall);
    position: relative;
    /* background: #ccab5d; */
}
#footer .links .con a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0.01rem solid rgba(255, 255, 255, .4);
    display: block;
    transition: var(--time);
}
#footer .links .con a:hover:before{
    border: 0.03rem solid #ccab5d;
}
#footer .links .con a:hover {
    background: #ccab5d;
}
#footer .links {
    width: 5.8rem;
}
#footer .links .con a:hover i {
    right: -0.1rem;
}
#footer .links .con a .img{
    position: absolute;
    width: 1.26rem;
    height: 1.26rem;
    left: 99%;
    top: 50%;
    margin-top: -0.63rem;
    z-index: 1;
    border: 0.03rem solid #ccab5d;
    opacity: 0;
    visibility: inherit;
    transition: var(--time);
    pointer-events: none;
}
#footer .links .con a .img img {
    width: 100%;
    height: 100%;
}

#footer .links .con a .img:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 100%;
    border-top: 0.1rem solid transparent;
    border-bottom: 0.1rem solid transparent;
    border-right: 0.1rem solid #ccab5d;
    top: 50%;
    margin-top: -0.1rem;
}
#footer .links .con a:hover .img{
    opacity: 1;
    visibility: inherit;
    left: 106%;
}
#footer .links .con a i {
    position: relative;
    right: 0;
    transition: var(--time);
}

#footer .links .con a .icon {
    padding-left: 0.3rem;
    background: url(../images/weixin.svg)no-repeat left /auto 0.2rem;
}
#footer .links .con a.xhs .icon {background-image:url(../images/xhs.svg)}
#footer .links .con a.sph .icon {background-image:url(../images/sph.svg)}
#footer .links .con a.dy .icon {background-image:url(../images/douyin.svg)}
#footer .foot-right {}

#footer .contant {display: flex;flex: 1;justify-content: flex-end;border-left: 1px solid rgb(255 255 255 / 40%);}

#footer .contant p {
    color: #fff;
    display: flex;
    font-size: var(--titleSizeSmallx);
}

#footer .contant p i {
}
#footer .contant p img {
    width: 0.22rem;
}

#footer .contant p .icon {
    width: 0.48rem;
    height: 0.48rem;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.16rem;
    margin-top: 0.05rem;
}

#footer .contant p strong {
    display: block;
    font-weight: normal;
    font-size: var(--titleSizeSmall);
}

#footer .contant p:nth-child(1) {
    margin-bottom: 0.27rem;
}

#footer .in3 {
    border-top: 1px solid rgb(255 255 255 / 40%);
    width: 100%;
    padding: 0.15rem 0;
}

#footer .in3 p {
    font-size: var(--titleSizeSmallx);
    color: #fff;
    text-align: center;
}
/**列表页**/
.l-banner {
    height: 7rem;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #c5c4c4;
    position: relative;
    background-size: cover;
}

.l-banner img {
    display: none;
    height: 100%;
    vertical-align: top;
}

#l-container {
    position: relative;
}

#l-container .inner {
    padding: 1rem 0;
    position: relative;
}

#d-container .inner {
    background: #fff;
}

/**栏目列表**/
.col_menu_head {display: flex;background: #fff;box-shadow: 0px 0.1rem 0.3rem 0px rgba(0, 0, 0, 0.2);height: 0.8rem;padding: 0 calc((100% - var(--innerWidth))/2);}

.col_name span {
    font-size: 0.28rem;
    color: #fff;
    font-weight: bold;
}

.col_name {min-width: 2.4rem;background: var(--mainColor);padding: 0 0.2rem;box-sizing: border-box;display: flex;align-items: center;justify-content: center;}

.col_path a,.col_path span {
    color: #fff;
    font-size: var(--titleSizeSmall);
    line-height: 1.3;
}

.col_path {
    display: inline-block;
    padding-left: .26rem;
    background: url(../images/home.svg) no-repeat left;
    margin-bottom: .63rem;
}

.possplit::after {
    content: "/";
    font-size: .15rem;
}

.possplit {
    margin: 0 .08rem;
    width: auto;
    background-image: none;
    color: #666;
    text-indent: inherit;
    font-size: 0;
}


.column-switch {
    display: none;
}

.col_list ul {
    position: relative;
    width: 100%;
}
.col_list ul.sub_list {
    display: none;
}
.col_list ul li {
    float: left;
}

.col_list .col_column .col_item_link.selected,.col_list .col_column .col_item_link:hover {background: #ccab5d;color: #fff;font-weight: bold;}

.col_list .col_column .col_item_link {
    font-size: var(--titleSize);
    display: block;
    text-align: center;
    line-height: 0.8rem;
    min-width: 1.6rem;
    padding: 0 0.44rem;
    box-sizing: border-box;
}

/**默认新闻列表页**/
.mrlist .col_news_list .item_list .item {margin-bottom: 0.36rem;}
.mrlist .col_news_list .item_list .item a {display:flex;min-height: 1.56rem;background: #fff;box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);position: relative;}
.mrlist .col_news_list .item_list .item a:hover{}
.mrlist .col_news_list .item_list .item .item_imgs {width: 2.8rem;flex:none;background:0 0;display:flex;align-items:center;position: relative;z-index: 1;}
.mrlist .col_news_list .item_list .item .item_imgs span {padding-top: 56.13%;display:block;position:relative;width:100%;}
.mrlist .col_news_list .item_list .item .item_wz {flex:1;padding: 0.2rem 0.3rem;display: flex;flex-direction: column;justify-content: space-between;position: relative;z-index: 1;}
.mrlist .col_news_list .item_list .item .item_date {
    font-size: var(--titleSizeSmallx);
    color: #999;
    flex: none;
    }
.mrlist .col_news_list .item_list .item .item_title {
    font-size: var(--titleSizeSmall);
    font-weight: bold;
    line-height: 1.7;
}
.mrlist .col_news_list .item_list .item:hover .item_imgs img {
    transform: scale(1.1);
}
.mrlist .col_news_list .item_list .item a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    background: #3329a71c;
    background-size: cover;
    opacity: 0;
    transform: scaleX(0);
    transform-origin: left;
}

.mrlist .col_news_list .item_list .item a:hover:after {opacity: 1;transform: none;}
.mrlist .col_news_list .item_list .item .item_text {font-size: var(--titleSizeSmallx);line-height:2;color: #999;margin: 0.08rem 0;}
.mrlist .col_news_list .item_list .item .item_text a {color:#666;}
.mrlist .col_news_list .item_list .item.noimg .item_imgs {display:none;}
.wp_entry{    line-height: initial}
.wp_entry img{
    max-width: 100%;
}
.wp_entry p,.wp_entry p * {
    line-height: 2 !important;
    font-size: var(--titleSizeSmall) !important;
    color: #888;
}

.wp_entry p {
    margin: 0;
    text-align:justify
}
.wp_entry p a{color: #E10000;text-decoration: underline;}
/**文章页**/
.article-other {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2rem 0 0.1rem;
    border-bottom: 1px solid #E4E7ED;
    font-size: 0.14rem;
}
.article-other .share-btn{
    display: flex;
    align-items: center;
}
.article-other .share-btn .icon{
    width: 40px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
    opacity: 1;
    transition: all .4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.article-other .share-btn .icon:hover{
    opacity: .75;
}
.article-other .share-btn span .iconfont{
    margin-right: 0;
}
.article-other .share-btn span+span{
    margin-left: 5px;
}
.info .col_metas.clearfix {height:0.63rem;}
.infobox {padding:0.56rem 0;margin:0 auto;width:auto;}
.article {padding: 0.3rem 0.6rem;background: #fff;box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);}
.article h1.arti_title {/* color:#18438A;*/font-size: 0.3rem;line-height: 1.4;font-weight: bold;}
.article h2.arti_title {line-height: 2;font-family:"Microsoft YaHei";font-size: 18px;color: #1b1b1b;font-weight: normal;}
.article .arti_metas {line-height:1.5;}
.article .arti_metas span {margin-right: 0.15rem;font-size: 0.14rem;color: #909399;}
.article .arti_metas span i{
    margin-right: 6px;
    font-size: var(--titleSizeSmallx);
}
.article .entry {margin:0 auto;overflow:hidden;margin-top:0.4rem;min-height:400px;}
.article .entry , .article .entry p, .article .entry p span {line-height: 2 !important;font-size: var(--titleSizeSmall) !important;font-family: "微软雅黑"  !important;}
.article .entry p {margin-bottom:10px;}
.article .entry p a{color: #E10000;text-decoration: underline;}
.article .entry img {margin:0 auto;max-width: 100%;_width:expression(this.width > 940 ? "940px":this.width);height: auto ! important;}
.article .entry table {margin:0 auto;border:none !important;}
.m-pop{z-index: 10001;position: fixed;left: 0;right: 0;top:0;bottom:0;background: rgba(0,0,0,.5);}
#m-video video,#m-video embed{display: block;width: 97%;max-width: 97%;max-height: 97%;}
.m-pop .inner{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #000;display: flex;align-items: center;justify-content: center;}
.m-pop .close{
    display: block;
    width: 0.45rem;
    height: 0.45rem;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    z-index: 1001;
    cursor: pointer;
    background: url(../images/gb.svg) no-repeat left top;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
    opacity:0.6
}
.m-pop .close:hover{
     opacity:1
}