@charset "utf-8";

/*Technical Support SudyTech*/
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;
}

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;
}
:root{
    --mainColor1:#ff6409;
}
/*备用样式表*/
.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;
}

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    background: url(images/icon.png) no-repeat;
}

/*css3扩展*/

::-webkit-input-placeholder {
    color: #ccc;
    /* WebKit browsers */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 4 to 18 */
}

::-moz-placeholder {
    color: #ccc;
    /* Mozilla Firefox 19+ */
}

::-ms-input-placeholder {
    color: #ccc;
    /* Internet Explorer 10+ */
}

/**布局开始**/
body {
    line-height: 1;
    font-size: 13px;
    font-family: "PingFang","Microsoft Yahei";
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #3b3b3b;
    text-decoration: none;
}

a:hover {
    color: var(--mainColor1);
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner{
    width: 12.2rem;
    margin: 0 auto;
}
.main1.wrapper .inner{}
.header .inner{width: 12.35rem;}


/**页面全局宽度**/
/*head开始*/
.header {
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(175deg,#ff6f02cc,#e91219cc);
    border-bottom: none;
    height: auto;
    line-height: inherit;
}

.header .inner {
    height: auto;
    padding: 0.09rem 0;
    position: relative;
    z-index: 100;
}

/**站点名称**/
.header .head-left {
    float: left;
    display:flex;
    align-items:center;
}
.header .sitelogo {width:1.6rem;transition:0.4s;}
.header .sitelogo:hover{opacity:0.8;}
.header .sitelogo img{width:100%;}

.header .head-right {
    float: right;
    display:flex;
    align-items:flex-end;
    margin-top:0.13rem;
}
.returnHome{margin-right:0.18rem;}
.returnHom,
.returnHom a,
.returnHome img{
    display:block;
    height:0.14rem;
}
/*lang样式*/
.site-lang {margin-left:0.18rem;}
.site-lang ul li.links {
    float: left;
}

.site-lang ul li.links a {
    line-height: 1;
    font-size: 0.14rem;
    color: #fff;
    transition:0.4s;
}

/*默认主导航样式*/
#nav {margin-left:0.86rem;}

#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
}

.nav .wp-menu .menu-item {
    display: inline-block;
    float: left;
    position: relative;
}

.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 .menu-item a.menu-link {
    display: inline-block;
    padding: 0 0.12rem;
    line-height: 0.3rem;
    color: #fff;
    font-size: 0.14rem;
    font-family:'syhM';
    position:relative;
}
.nav .wp-menu .menu-item a.menu-link{
    position:relative;
}
.nav .wp-menu .menu-item a.menu-link::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:0.03rem;
    transform:translateX(-50%);
    display:block;
    width:0;
    height:0.02rem;
    background-color:#fff;
    transition:0.4s;
}

.nav .wp-menu .menu-item.hover a.menu-link:hover::after{
    width:70%;
}

.nav .menu-item>.sub-menu{
    display:flex !important;
    width:3.2rem;
    flex-wrap:wrap;
    column-gap:0.3rem;
    text-align:center;
    position: absolute;
    left: -0.1rem;
    top: 0.3rem;
    z-index: 100;
    background: #fff;
    border-radius:0.1rem;
    padding:0.2rem;
    transform:translateY(-100%);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition:0.4s;
}
.nav .menu-item.hover>.sub-menu{
    transform:translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}
.nav .sub-menu .sub-item a {
    display: block;
    color: #000;
    height: auto;
    line-height: 1;
    padding: 0;
    font-size: 0.12rem;
    margin-bottom:0.12rem;
    background: none;
    transition:0.4s;
}
.nav .sub-menu .sub-item a:hover {
    color: var(--mainColor1);
    display: block;
}
.nav .sub-menu .sub-item a.noJump:hover{color:#000;}

.nav .sub-menu .sub-menu {
    position:static;
}
.nav .menu-item>.sub-menu>.sub-item{}
.nav .menu-item>.sub-menu>.sub-item .sub-menu{
    display:flex !important;
    flex-direction:column;
    flex-wrap:wrap;
    column-gap:0.32rem;
    height:1rem;
}
.nav .menu-item>.sub-menu>.sub-item>a{text-align:left;font-weight: bold;width:4em;white-space:nowrap;}
.nav .sub-menu .sub-menu .sub-item a{color:#000000cc;}
.nav .sub-menu .sub-menu .sub-item a:hover{color: var(--mainColor1);}

.nav .menu-item:nth-child(4)>.sub-menu{width:3.5rem;}
.nav .menu-item:nth-child(4)>.sub-menu>.sub-item>a{width:6em;}
.nav .menu-item:nth-child(4)>.sub-menu>.sub-item:nth-child(4)>a{width:2.5em;}

/**主页banner开始**/
#banner {
    background: #e7e2df;
}

#banner .inner {
    width: auto;
    text-align: center;
    position: relative;
}
/* 日历样式 */
body.main .news_metar{
    width: 0.9rem;
    height: 0.44rem;
    text-align: center;
    white-space: nowrap;
    color: #802D44;
    overflow: hidden;
    transition: 0.4s;
}
.news_metar .news_days{
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3rem;
}
.news_metar .news_year{
    font-size: 0.14rem;
    line-height: 0.18rem;
}
/**主体模块样式**/
#m-container {}

#m-container .inner {}
.news a{
    color: inherit;
}
.news a:hover{
    color:var(--mainColor1);
}
.news_imgs{
    overflow: hidden;
    position: relative;
    background-color: #e5e5e5;
}
.news_imgs img{
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s;
    object-fit: cover;
}

.news_imgs a img:hover{
    transform: scale(1.05);
}

#banner .news_imgs a img:hover{
  transform: translateY(-50%)scale(1);
}

.news_title{
    display:-webkit-box;
    word-break:break-all;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size: 0.18rem;
    color: #333;
    transition: 0.4s;
}
.news_intro{
    display:-webkit-box;
    word-break:break-all;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size: 0.14rem;
    color: #333333cc;
    line-height: 1.5;
    transition: 0.4s;
}
.news_timer{
    font-size: 0.12rem;
    color: #00000080;
    line-height: 1;
    transition: 0.4s;
}
/*banner*/
.mbanner{position:relative;}
.mbanner .inner{position: relative;}
.mbanner .news{
    position: relative;
    width: 100vw;
    height: 100vh;
}
.mbanner .news .news_imgs,
.mbanner .news .news_video,
.mbanner .news .news_video video{
    width: 100%;
    height: 100%;
}
.mbanner .news .news_imgs img{
    right: 0;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
}
.mbanner .news_con{
    position: absolute;
    z-index: 15;
    text-align: center;
    left:0;
    bottom:0;
    display:block;
    width:100%;
    height:30%;
    background:linear-gradient(#00000001,#00000080);
    padding-bottom: 0.85rem;
    box-sizing: border-box;
}
.mbanner .news_con>a{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    color: #fff;
}
.mbanner .news_title{
    font-size: 0.6rem;
    line-height: 1.1;
    font-weight: bold;
    margin-bottom: 0.2rem;
    color: #fff;
}
.mbanner .short_title{
    font-size: 0.24rem;
    line-height: 1.1;
    color: #fff;
}
/**首页三列布局**/
.main1 .inner{padding: 0.25rem 0 0.8rem;}
.main3 .inner{padding: 0.5rem 0 0.25rem;}

/* main1 */
.main1 .post9{
    float: left;
    width: 23.83%;
    margin-right: 1.56%;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 0.05rem 0.1rem 0 #00000027;
}
.main1 .post9:nth-child(4n){margin-right: 0;}
.main1 .news_imgs{padding-top: 60.8%;}
.main1 .short_title{
    position: absolute;
    z-index: 11;
    left: 0.18rem;
    top: 0.18rem;
    background-color: var(--mainColor1);
    color: #fff;
    font-size: 0.12rem;
    font-family:'syhM';
    width: fit-content;
    line-height: 1;
    padding: 0.05rem 0.1rem;
    border-radius: 50px;
}
.main1 .news_con{
    position: relative;
    height: 1.85rem;
    padding: 0.18rem;
    box-sizing: border-box;
    background-color: #fff;
}
.main1 .news_title{margin: 0.1rem 0;-webkit-line-clamp: 2;}
.main1 .news_timer{
    padding-left:0.22rem;
    line-height:0.17rem;
    background:url(images/time2.png) no-repeat left center / 0.15rem auto;
}
.main1 .news_more{
    position: absolute;
    left: 0.18rem;
    bottom: 0.18rem;
    font-size: 0.14rem;
}
.main1 .news_more>a{
    display: block;
    width: fit-content;
    padding-right: 0.2rem;
    background: url(images/arrow01.png) no-repeat right center / 0.11rem auto;
    color: var(--mainColor1);
    transition: 0.4s;
}
.main1 .news_more>a:hover{
    color: #9d422d;
    padding-right: 0.25rem;
    background-image: url(images/arrow02.png);
}
/* main2 */
.main2 .news{
    float: left;
    width: 48.6%;
    margin-right: 2.8%;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 0 0.05rem 0.1rem 0 #00000027;
}
.main2 .news:nth-child(2n){margin-right: 0;}
.main2 .news_imgs{padding-top: 43.17%;}
.main2 .news_con{
    position: relative;
    height: 1.88rem;
    padding: 0.3rem;
    box-sizing: border-box;
    background-color: #fff;
}
.main2 .news_title{
    font-size: 0.24rem;
    margin-bottom: 0.1rem;
}
.main2 .news_intro{
    font-size: 0.17rem;
    -webkit-line-clamp: 3;
}
/* main3 */
.main3 .con{
    width: 100%;
    overflow-x: scroll;
}
.main3 .scroll_box{
    display: flex;
    gap: 0.25rem;
    cursor: grab;
    transition: 0.4s;
}
#cc .scroll_box.toRight{transform: translateX(-2.45rem);}
.main3 .grab .scroll_box{
    cursor: grabbing;
}
.main3 .con::-webkit-scrollbar {
    height: 0; /* 设置滚动条高度 */
}
.main3 .con::-webkit-scrollbar-thumb {
    background-color: #888; /* 设置滑块背景颜色 */
    border-radius: 4px; /* 设置滑块圆角 */
}
.main3 .news_list.u1{
    width: 2.2rem;
    flex-shrink: 0;
}
.main3 .news_list.u2{
    width: 9.7rem;
    flex-shrink: 0;
}

.main3 .news_list.u1 .news_imgs{padding-top: 215%;}
.main3 .news_list.u2 .news_imgs{padding-top: 100%;}

.main3 .news{
    position: relative;
    border-radius: 0.1rem;
    overflow: hidden;
    box-shadow: 0 0 0.1rem 0 #00000033;
    transition:0.4s;
}
.main3 .news:hover{box-shadow: 0 0.1rem 0.15rem 0 #00000033;}
.main3 .news_title{
    font-size: 0.15rem;
    color: #333;
    line-height: 0.35rem;
    background-color: #d5764acc;
    text-align: center;
    letter-spacing: 0.02rem;
    backdrop-filter:blur(0.08rem);
}
.main3 .news_list.u1 .news_title{
    position: absolute;
    z-index: 12;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width:100%;
    padding: 0 0.1rem;
    box-sizing:border-box;
    border-radius: 0.1rem;
    line-height: 0.36rem;
}
.main3 .news_list.u2 .news_title{
    position: absolute;
    z-index: 12;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 0.1rem 0.1rem;
}
.main3 .news_list .news_title>a{
    display:block;
    width:100%;
    height:100%;
    transition:0.4s;
}
.main3 .news_list .news_title>a:hover{color:#333;}
.main3 .news_list.left .news_title{background-color: #9eea07cc;}
.main3 .news_list.right .news_title{background-color: #7b57f2cc;}

.main3 .news_list.center .news:nth-child(1) .news_title{background-color: color-mix(in srgb, oklch(77.7% 0.152 181.912) 80%, transparent);}
.main3 .news_list.center .news:nth-child(2) .news_title{background-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 80%, transparent);}
.main3 .news_list.center .news:nth-child(3) .news_title{background-color: #00B2FFCC;}
.main3 .news_list.center .news:nth-child(4) .news_title{background-color: color-mix(in srgb, oklch(70.7% 0.165 254.624) 80%, transparent);}
.main3 .news_list.center .news:nth-child(5) .news_title{background-color: #FFB700CC;}
.main3 .news_list.center .news:nth-child(6) .news_title{background-color: #FFA000CC;}
.main3 .news_list.center .news:nth-child(7) .news_title{background-color: #ed6904cc;}
.main3 .news_list.center .news:nth-child(8) .news_title{background-color: #f35f13cc;}

.main3 .news_list.u2{
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}
.main3 .news_list.u2 .news{
    width: 2.23rem;
    height: 2.23rem;
}
/* goTop */
.goTop{
    position: fixed;
    z-index: 50;
    right: 0.3rem;
    bottom: 0.3rem;
    cursor: pointer;
    opacity: 0;
    transition: 0.4s;
}
.goTop.showSelf{opacity: 1;}
.goTop{
    display:flex;
    justify-content:center;
    align-items:center;
    width: 0.58rem;
    height: 0.58rem;
    background-color:#ff4c1d;
    border-radius:50%;
}
.goTop img{
    width:0.19rem;
    height:0.19rem;
}
/**标题栏新闻窗口**/
.post9 .tt{text-align: center;margin-bottom: 0.5rem;}
.post9 .tt .title1{font-size: 0.48rem;line-height: 1.1;margin-bottom: 0.2rem;}
.post9 .tt .title2{font-size: 0.2rem;line-height: 1.1;}
/**自定义新闻列表**/
.news_list li.news {
    line-height: 0.3rem;
}
/***********************************************************
 * 列表页
 */
/*栏目图片*/
.l-banner{
    position: relative;
    height: 2.7rem;
    background: linear-gradient(to right,#ff6f02,#e91219);
}
.l-banner .inner{
    position: relative;
    height: 100%;
}
.l-banner .col_news_head{
    position: absolute;
    z-index: 15;
    left: 0;
    bottom: 0.6rem;
}
.l-banner .col_news_head .col_path{
    font-size: 0.14rem;
    margin-bottom: 0.4rem;
}
.l-banner .col_news_head .col_title{
    font-size: 0.6rem;
}
.l-banner .col_news_head .col_path,
.l-banner .col_news_head .col_path a,
.l-banner .col_news_head .col_title{color: #fff;}

/**主体列表页开始**/

#l-container .inner {
    padding: 0.8rem 0;
}

/**主体文章页开始**/

#d-container .inner {
    background: #fff;
}
/**栏目新闻**/
body.defaultList .col_news_list{
    margin: 0 auto;
    min-height: 5rem;
}
body.defaultList .col_news_list .news{
    border-radius: 0.1rem;
    box-shadow: 0 0 0.1rem 0 #00000033;
    border: 0.01rem solid transparent;
    margin-bottom: 0.17rem;
    transition: 0.4s;
}
body.defaultList .col_news_list .news>a{
    display: flex;
    padding: 0.28rem 0.25rem;
}
body.defaultList .col_news_list .news_imgs{
    width: 3rem;
    height: 2rem;
    border-radius:0.08rem;
    flex-shrink:0;
}
body.defaultList .col_news_list .news_con{
    width: calc(100% - 3rem);
    padding-left: 0.17rem;
    box-sizing: border-box;
}
body.defaultList .col_news_list .news_title{
    -webkit-line-clamp: 2;
    font-size:0.2rem;
    margin-top:0.15rem;
    margin-bottom: 0.15rem;
    line-height:1.5;
    font-weight: bold;
}
body.defaultList .col_news_list .news_intro{
    -webkit-line-clamp: 3;
    font-size:0.16rem;
    line-height:1.75;
    color: #333333b3;
}
body.defaultList .col_news_list .news_timer{
    display:none;
    font-size: 0.14rem;
    color: var(--mainColor1);
    margin:0.3rem 0 0.1rem;
}
body.defaultList .col_news_list .news.noImg .news_imgs{
    display:none;
}
body.defaultList .col_news_list .news.noImg .news_con{
    width:100%;
    padding-left:0;
}
body.defaultList .col_news_list .news:hover{
    border: 0.01rem solid var(--mainColor1);
}
body.defaultList .col_news_list .news:hover .icon_book{transform: scale(1.1);}
body.defaultList .col_news_list .news:hover .news_title{color: var(--mainColor1);}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {}

/**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 0.14rem;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 0.1rem;
}

.col_news_list .wp_entry table {
    margin-bottom: 0.04rem;
}

.col_news_list .wp_entry img {
    max-width: 680px;
}

/**列表页文章图片大小限制**/
/**文章页**/
.infobox {
    width: auto;
    margin: 0 auto;
    padding: 0.2rem 0.6rem;
}

.article {
    padding-top: 0.1rem;
}

.article h1.arti_title {
    line-height: 0.48rem;
    font-family: "PingFang","Microsoft Yahei";
    font-size: 0.22rem;
    text-align: center;
    color: var(--mainColor1);
}

/**文章标题**/
.article h2.arti_title {
    line-height: 0.4rem;
    font-family: "PingFang","Microsoft Yahei";
    font-size: 0.17rem;
    text-align: center;
    color: #1B1B1B;
}

/**文章副标题**/
.article .arti_metas {
    padding: 0.1rem;
    text-align: center;
    border-top: 1px solid #ececec;
}

.article .arti_metas span {
    margin: 0 0.05rem;
    font-size: 0.12rem;
    color: #787878;
}

/**文章其他属性**/
.article .entry {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 10px;
}

/**文章内容**/
.article .entry .read{
    min-height:400px;
}
.article .entry .read,
.article .entry .read p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-bottom: 10px;
}
.article .entry .read,
.article .entry .read p,
.article .entry .read span,
.article .entry .read font,
.article .entry .read strong{
    font-size:0.18rem !important;
}
.article .entry .read img {
    margin: 0 auto;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}



#wp_paging_w6 .wp_paging {
    font-size: 0.12rem;
    line-height: 0.34rem;
    padding: 0.04rem 0 0.72rem;
    text-align: right;
}

#wp_paging_w6 .wp_paging li {
    margin: 0;
    line-height: 0.2rem;
    height: 0.2rem;
    float: none;
    display: inline-block;
}

#wp_paging_w6 .wp_paging li.pages_count {
    display: none;
}

.wp_paging li span,
.wp_paging li a {
    display: inline-block;
    float: left;
    margin-left: 0.1rem;
}

#wp_paging_w6 .wp_paging li a {
    height: 0.2rem;
    line-height: 0.2rem;
    padding: 0 0.09rem;
    border: 1px solid #9E9E9E;
    color: #000;
}

.wp_paging li input {
    border: 1px solid #d5d5d5;
    background: #fff;
    text-align: center;
}

#wp_paging_w6 .wp_paging li a:hover {
    background: var(--mainColor1);
    color: #fff;
}

#wp_paging_w6 .wp_paging li input {
    font-size: 0.12rem;
    width: 0.4rem;
    height: 0.2rem;
    margin: 0;
    line-height: 0.34rem;
    border: 1px solid #9E9E9E;
    background: transparent;
}

#wp_paging_w6 .wp_paging li span:last-child {
    margin: 0;
}

#wp_paging_w6 .wp_paging li em {
    font-weight: 400;
}

.wp_paging li span.pages {
    padding: 0 0.1rem;
}

#wp_paging_w6 .wp_paging li span.all_count {
    margin: 0 0.15rem;
}

/**页脚开始**/
#footer {
    background: linear-gradient(175deg,#ff6f02,#e91219);
}

#footer .inner {
    position: relative;
}

#footer .inner p {
    font-size: 0.12rem;
    line-height: 0.21rem;
    font-weight: normal;
    font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji","Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: center;
    color: #ffffffcc;
}
#footer .inner p span {margin: 0 0.03rem;}

#footer .foot-top{
    display: flex;
    justify-content: space-between;
    padding: 0.25rem 0 0.15rem;
    border-bottom: 0.01rem solid #ffffff80;
}
#footer .foot-box{
    width: 24%;
    height: 1.3rem;
    padding: 0.18rem;
    box-sizing: border-box;
    border: 0.01rem solid #ffffff80;
    background-color: #ffffff1a;
    border-radius: 0.1rem;
}
#footer .foot-box.foot-logo,
#footer .foot-box.box3{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#footer .foot-box.foot-logo img{
    width: 73%;
}
#footer .foot-box .title{
    font-size: 0.12rem;
    color: #fff;
    margin-bottom: 0.1rem;
}
#footer .foot-box.link .news_title{
    font-size: 0.12rem;
    font-family:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji","Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    color: #ffffffcc;
}
#footer .foot-box.link .news_title{line-height:1.75;}
#footer .foot-box.link .news_title a{color: #fff;}
#footer .foot-box.box3 .news_imgs{width: 1rem;height: 1rem;margin: 0 auto;border-radius: 0.08rem;overflow: hidden;}
#footer .foot-box.box4 p{text-align: left;}
#footer .foot-box.box4 p>span{padding-left: 0.2rem;}
#footer .foot-box.box4 p.add>span{background: url(images/add.png) no-repeat left center / 0.12rem auto;}
#footer .foot-box.box4 p.email>span{background: url(images/email.png) no-repeat left center / 0.12rem auto;}
#footer .foot-box.box4 p.bian>span{background: url(images/add.png) no-repeat left center / 0.12rem auto;}

#footer .foot-bottom{padding: 0.1rem 0 0.2rem;}

/**************************************************************
 * 组件功能
 */
/*系统默认搜索*/
.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 {
    text-align: right;
    border-radius:0.5rem;
    width:1.8rem;
    height:0.3rem;
}

.wp-search {
    position: relative;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-left: 0.15rem;
    margin-right: 0.3rem;
}

.wp-search .search-input input.search-title {
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    background: none;
    color: #FFFFFF;
    font-size: 0.14rem;
    border: 0;
    outline: 0;
    font-family: "PingFang","Microsoft Yahei";
}
.wp-search .search-input input.search-title::-webkit-input-placeholder{
    color:#fff;
}
.wp-search .search-btn {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    right: 0.1rem;
    top: 0%;
}

.wp-search .search-btn input.search-submit {
    width: 0.3rem;
    height: 0.3rem;
    border: 0;
    outline: 0;
    background:url(images/sous.png) no-repeat center / 0.2rem auto;
    cursor: pointer;
}

/* 分享二维码 */
.shares {
    text-align: center;
}

.shares ul {
    width: auto;
    margin: 0 auto;
    text-align: right;
    float: right;
}

.shares li {
    float: left;
    margin: 0 6px;
    position: relative;
}

.shares li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 0px solid red;
    background: url(images/icon01.png) no-repeat center / 100% 100%;
    opacity: 1;
    filter: Alpha(opacity=100);
    vertical-align: top;
}
.shares li:nth-child(1) a{background-image: url(images/icon01.png);}
.shares li:nth-child(2) a{background-image: url(images/icon02.png);}
.shares li a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.shares li span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #D0D4EA;
    text-align: center;
}

.shares li .con {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100px;
    height: 100px;
}

.shares li .con img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    background: #fff;
}

/**友情链接**/
.botlinks .links-wrap {
    position: relative;
    float: left;
    display: inline-block;
    width: 200px;
    line-height: 32px;
    background: #ffffff80;
    border: 1px solid #d0d0d0;
    box-sizing:border-box;
}

.botlinks .links-wrap a.links-arrow {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left:19px;
    color: #ffffff;
    position:relative;
}

.botlinks .links-wrap a.links-arrow:hover,
.botlinks .wrap-open a.links-arrow {
    color: var(--mainColor1);
    cursor: pointer;
}
.botlinks .links-wrap a.links-arrow:after{
    content:'';
    width:10px;
    height:6px;
    background:url(images/arrow.png) no-repeat;
    background-size:100% 100%;
    position:absolute;
    z-index:30;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    transition:0.4s;
}
.botlinks .links-wrap a.links-arrow:hover:after{
    transform:rotateX(180deg) translateY(50%);
}
.botlinks .links-wrap .link-items {
    display: none;
    position: absolute;
    left: 0;
    bottom: 32px;
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    background: #f5f5f5;
}

.botlinks .links-wrap .link-items a {
    display: block;
    line-height: 24px;
    padding: 5px 0;
    color: #444;
}

.botlinks .links-wrap .link-items a span {
    display: block;
    margin: 0 6px;
    white-space: nowrap;
}

.botlinks .links-wrap .link-items a:hover {
    color: #fff;
    background: var(--mainColor1);
    cursor: pointer;
}

.maskBox{
    display: none;
}
.showMaskBox{
    display: block;
}
.mask{
    position:absolute;
    z-index:999;
    width:100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.maskInner{
    width: 3rem;
    height: 3rem;
    background-color: rgba(0,0,0,0.4);
    border-radius:10px;
    color: #fff;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
}
.innerTop{
    margin-top:0.5rem;
    text-align:center;
    font-size: 1rem;
    margin-left:0.5rem;
}
.innerBottom{
    height:1rem;
    line-height:1rem;
    font-size: 0.338rem;
}
.specialScroll::-webkit-scrollbar {
    width: 4px; /* 设置滚动条宽度 */
}
.specialScroll::-webkit-scrollbar-thumb {
    background-color: #888; /* 设置滑块背景颜色 */
    border-radius: 4px; /* 设置滑块圆角 */
}
.white-img img:hover{
    filter: brightness(0) invert(1);
}
/* maskSearch */
.layer {
	position: fixed;
	opacity: 0;
	filter: alpha(opacity=0);
	left: 0;
	top: 0;
	z-index: -1;
	background-color: rgba(0, 0, 0, .85);
	width: 100%;
	height: 0%;
   transition: all 0.8s ease-in-out;
}

.close {
	width: 0.5rem;
    height:0.5rem;
	text-align: center;
	position: absolute;
	right: 2vw;
	top: 2vw;
	transition: transform .4s ease-out;
	cursor: pointer;
}
.close img{
    width:100%;
    height:100%;
}
.close i {
	color: #fff;
	font-size: 0.4rem;
	cursor: pointer;
}

.close:hover {
	transform: rotate(180deg);
}
.searchbox{
    cursor: pointer;
    width: 0.14rem;
    height: 0.14rem;
}
.searchbox .serBtn{
    width:100%;
    height:100%;
    background:url(images/sous.png) no-repeat center / 100% 100%;
}
.search_box {
   width: 50%;
   overflow: hidden;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}
.layer.on .search_box {
   transform: translate(-50%, -50%);
}
.search_box .searchKeyword {
   height: 0.5rem;
   line-height: 0.5rem;
   background-color: #fff;
   width: 100%;
   padding-right: 1rem;
   padding-left: 0.1rem;
   border: 0;
   box-sizing: border-box;
}
.search_box .searchSubmit {
   width: 1rem;
   background-color: var(--mainColor1);
   color: #fff;
   height: 0.5rem;
   line-height: 0.5rem;
   text-align: center;
   position: absolute;
   right: 0;
   top: 0;
   border: none;
   font-size: 0.18rem;
   letter-spacing: 1px;
   cursor: pointer;
}
.layer.on {z-index: 888;opacity: 1; height: 100%;filter: alpha(opacity=100);}

.wp-navi-aside .search_box{
    position:static;
    transform:none;
    width:95%;
    margin:0 auto;
}
.wp-navi-aside .search_box form{
    display:flex;
}
.wp-navi-aside .search_box .searchSubmit{
    position:static;
    flex-shrink:0;
}

@keyframes fanzhuan{
    0%{transform: rotateY(0deg)}
    50%{transform: rotateY(180deg)}
    100%{transform: rotateY(0deg)}
}
@keyframes doudong {
    0% {
        transform: rotate(10deg)
    }
    25% {
        transform: rotate(-10deg)
    }
    50% {
        transform: rotate(7deg)
    }
    75% {
        transform: rotate(-7deg)
    }
    100% {
        transform: rotate(0deg)
    }
}
/* 头部划入 */
@keyframes showHeader{
    0%{
        transform:translateY(-100%);
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
        clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    100%{
        transform:translateY(0);
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
}
/* 呼吸灯光圈扩散动画 */
@keyframes expand {
    0%{
        transform: scale(1);
        box-shadow: 0 0 0 0 #ffffff01;
        background-color: #503374;
    }
    50%{
        transform: scale(1);
        box-shadow: 0 0 0 0.07rem #D9D3E1;
        background-color: #50337480;
    }
    75%{
        transform: scale(1);
        box-shadow: 0 0 0 0.13rem #F3F1F6;
        background-color: #503374cc;
    }
    100%{
        transform: scale(1);
        box-shadow: 0 0 0 0.15rem #ffffff01;
        background-color: #503374;
    }
  }
/*************************************************************
 * 特殊页面
 */
/*二级页面*/
.possplit{
    text-indent:0;
    margin: 0 0.1rem;
    background:none;
    font-size: 0.19rem;
    font-family:serif;
    color: #fff;
}
html{font-size: 100px;}
.myAos{opacity: 0;transform:translateX(-50%);transition: 1s;}
.myAos.ml{transform: translateX(-50%);}
.myAos.mr{transform: translateX(50%);}
.myAos.showDiv{opacity: 1;transform: none;}

@font-face
{
    font-family: 'syhM';
    src: url('./font/SourceHanSansCN-Medium.ttf');
}
/**兼容模式提示**/
#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;}


.policy_list .col_news_list li.news{padding:0.2rem 0;border-bottom:1px solid #ff6409}
.policy_list .col_news_list li.news a{display:flex;align-items:center;line-height:1.2; gap:10px;justify-content: space-between}
.policy_list .col_news_list li.news a .news_time{font-size:0.16rem;white-space:nowrap}
.policy_list .col_news_list li.news:last-child{margin-bottom:20px}

/* 1. 设置滚动条整体宽度（垂直）和高度（水平） */
::-webkit-scrollbar {
  width: 6px;   /* 垂直滚动条宽度 */
  height: 6px;  /* 水平滚动条高度 */
}
::-webkit-scrollbar-track {
  background: #f1f1f1;   /* 轨道背景色 */
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #888;       /* 滑块颜色 */
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
::-webkit-scrollbar-button {
  display: none;
}