﻿@charset "UTF-8";
/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/

/* Css Reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul { padding: 0; margin: 0}
table { border-collapse: collapse; border-spacing: 0}
fieldset,
img { vertical-align: top; border: 0}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var { font-weight: 400; font-style: normal}
li,
ol,
ul { list-style: none}
dd,
div,
dl,
dt,
li,
ol,
ul { zoom: 1}
caption,
th { text-align: left}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 400; font-size: 100%}
q:after,
q:before { content: ''
}
abbr,
acronym { border: 0}
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;}
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time { margin: 0; padding: 0; display: block; zoom: 1}

/* Public */
body { color: #333; font-size: 16px; line-height: 32px; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
a { color: #333; text-decoration: none; outline: none; }
a:hover { color: #1765B7; }
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden;}
.blank { display: block; height: 10px; font-size: 0px; line-height: 0; overflow: hidden; clear: both;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix { height: 1%;}
*+html .clearfix { min-height: 1%;}
.fl { float: left !important;}
.fr { float: right !important;}
.hide { display: none;}
input[type=button],
input[type=submit],
input[type=file],
button { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
.prev,
.next { transition: all 0.5s;}


/* frame */
html {
    min-width: 1600px;
}
body {
    text-align: center;
    min-width: 1600px;
    min-height: 400px;
}
.wrap {
    max-width: 2560px;
    margin: 0 auto;
    overflow: hidden;
}

.container,
.siteWidth {
    position: relative;
    width: 1600px;
    margin: 0 auto;
}
#content {
    clear: both;
    margin: 0 auto 20px;
    padding: 20px 0 0;
    position: relative;
    z-index: 1;
    text-align: left;
    background:  url(../img/page-content-bg.png) left top no-repeat;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
#content.no-side {
    padding-top: 30px;
}

/* 顶部 */
#header {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 3;
    min-width: 1600px;
    max-width: 2560px;
    margin: 0 auto;
    animation: headerIn 1s ease 1;
}


/* 网站顶部-信息栏 */
.header-info{
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 7;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #123C68;
}
.header-info,
.header-info a{
    color: rgba(255, 255, 255, 0.8);
}
.header-info a:hover{
    text-decoration: none;
    color: white;
}
.header-info .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 顶部栏 */
.top-links {display: flex;justify-content: end;align-items: center;position: relative;z-index: 3;}
.top-links a { color: inherit; }
.top-links>li { position: relative; font-size: 14px; margin-left: 31px; }
.top-links>li::before{
    position: absolute;
    z-index: 1;
    left: -16px;
    top: 50%;
    content: "";
    width: 1px;
    height: 12px;
    float: left;
    margin-top: -6px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.6);
}
.top-links>li:nth-child(1)::before{
    display: none;
}
.top-links>li>a {height: 26px;line-height: 26px; display: block;}
.top-links>li>a:hover { color: #fff;}
.top-links .phone .pic { transition: all ease 0.2s; position: absolute; width: 136px; z-index: 2; left: 50%; top: 100%; transform: translateX(-50%); display: none;}
.top-links .phone .pic i { width: 0; height: 0; border: 7px solid transparent; border-bottom: 7px solid #fff; display: block; position: relative; left: 50%; transform: translateX(-50%);}
.top-links .phone:hover .pic { display: block; }
.top-links .phone .pic img { max-width: 100%; height: auto; padding: 8px; background-color: #fff;}

/* 搜索 */
.s-form{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: stretch;
    width: 148px;
    height: 26px;
    line-height: 26px;
    background-color: white;
    border-radius: 13px;
}
.s-form .input-box{
    flex: 1;
}
.s-form .input-box input[type="text"]{
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    line-height: 26px;
    padding: 0 10px;
    border: none;
    outline: none;
    background: none;
}
.s-form .btn-box{
    width: 38px;
    height: 26px;
    line-height: 26px;
    border-radius: 0 13px 13px 0;
    overflow: hidden;
}
.s-form .btn-box::before{
    font-family: "fontpower";
    content: "\e660";
    font-size: 16px;
    font-weight: bold;
    color: #144E8A;
    line-height: 26px;
    text-align: center;
}
.s-form .search{
    width: 100%;
    height: 100%;
    line-height: 26px;
    border: none;
    outline: none;
    text-indent: -200px;
    overflow: hidden;
    background: none;
}
.s-form .dropdown-word{
    position: absolute;
    z-index: 1;
    left: 10px;
    right: 10px;
    top: 100%;
}

/* 登录注册 */
.top-links .userLogged { margin: 0; }
.top-links .userLogged .split { font-size: 0; width: 1px; height: 12px; background-color: rgba(255, 255, 255, 0.6); display: inline-block; margin: 0 10px; }
.top-links .userLogged .notlogged {align-items: center;display: flex;}
.top-links .userLogged .notlogged > a,
.top-links .userLogged .loggedin > a,
.top-links .userLogged .userDropdown { color: #fff;}
.top-links .userLogged .notlogged > a:hover,
.top-links .userLogged .loggedin > a:hover,
.top-links .userLogged .userDropdown .nickname:hover { color: #fff; }
.top-links .userLogged .userDropdown .avatar { margin: 0; display: none; }
.top-links .userLogged .userDropdown .nickname { margin-left: 10px; font-weight: normal; padding-right: 0; }
.top-links .userLogged .userDropdown .nickname::after { position: static; margin: 0 0 0 8px; display: inline-block; vertical-align: top; background: none; width: auto; height: auto; font-size: 12px; font-family: "fontpower"; content: "\e1cf"; color: inherit; }
.top-links .userLogged .userDropdown .ud-bd { left: -15px; top: 100%; }
.top-links .userLogged .loggedin .split { margin-top: 7px; }
.top-links .userLogged .loggedin a.signinSum,
.top-links .userLogged .loggedin a.myMsg { width: auto; padding: 0; background: none; color: #fff; overflow: visible; }
.top-links .userLogged .loggedin a.signinSum:hover,
.top-links .userLogged .loggedin a.myMsg:hover { color: #DAB866; }
.top-links .userLogged .loggedin a.signinSum::before,
.top-links .userLogged .loggedin a.myMsg::before { display: inline-block; vertical-align: top; font-family: "fontpower"; font-size: 24px; content: '\ec2b'; }
.top-links .userLogged .loggedin a.signinSum::before { content: '\e6fd'; }
.top-links .userLogged .loggedin a.hasMsg { color: #63bf6e; }
.top-links .userLogged .loggedin a.hasMsg:after { right: 0; top: 0; }
.top-links .userLogged .userDropdown .ud-bd li a:hover { color: #0b5aa8; }
.top-links .userlogininfo .notlogged .split {display: none;}
.top-links .userlogininfo .notlogged a {display: block;}
.top-links .userlogininfo .notlogged a:hover { border-color: #1765B7;  background-color: #1765B7; }

/* 顶部注册登录 */
.user-mainbox .hd h3,
.user-mainbox .top-bar h3{color:#1765B7 !important;border-bottom:3px solid #1765B7 !important;}
.user-mainbox .loginBtn {background: #1765B7 !important;}
.user-mainbox .loginBtn:hover { background: #0e5097 !important;}


/* 站群导航-公共 */
#siteLast {position: relative;}
#siteLast::after { display: none; }
#siteLast dt {cursor: pointer;line-height: 26px;height: 26px;}
#siteLast dd{display:none; width:1000px; position:absolute; background:#fff; text-align:left; color:#333; max-height:500px; overflow:auto; padding:10px}
#siteLast dd h3{ text-align:left; margin:0 10px; position:relative; font-size: 16px; font-weight:bold; line-height:34px; display:block; overflow:hidden;}
#siteLast dd h3.h i{display:none;}
#siteLast dd h3 span{float:left; height:40px; line-height:40px; padding:0 15px 0 0; background:#ffffff; position:relative; z-index:2;}
#siteLast dd h3 i{ content:""; display:block; height:1px; line-height:0; font-size:0; background:#eeeeee; top:16px; right:0; width:100%; position:absolute; z-index:1;}
#siteLast dd table{border-collapse: collapse;border-spacing: 0; font-size:12px; width:100%}
#siteLast dd table td{padding-top:10px; padding-bottom:10px; overflow:hidden}
#siteLast dd table .tdlab{width:90px; text-align:right; padding-right:20px; vertical-align:middle; line-height:26px; font-weight:bold; }
#siteLast dd ul{overflow:hidden; margin-bottom: 10px;}
#siteLast dd ul li{width:18%; margin-left:2%; float:left; height:26px; line-height:26px; overflow:hidden}
#siteLast dd ul li a{color:#333}
#siteLast dd ul li a:hover{color:#c00;}
#siteLast dd table.up{background:#f7f7f7}

/* 站群导航-个性 */
#siteLast dt{color:#fff}
#siteLast a{ padding:0; margin:0;}
#siteLast dd { font-size: 14px; border: 3px solid #1765B7; left:auto; right: 0; margin: 0; top: 100%; transform: translateX(0)}
#siteLast dd li a{ cursor:pointer;}
#siteLast.on dt { background-color:#1765B7; border-color: #1765B7; }
#siteLast.on dd { display: block; }


/* logo */
.logoBar {
    box-sizing: border-box;
    width: 100%;
    position: relative;
    z-index: 6;
    display: flex;
    padding: 25px 0 25px 20px;
    justify-content: space-between;
    align-items: center;
}
.logoBar::before {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: -40px;
    display: block;
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.logoBar>.container {
    min-height: 130px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header .logo-black {
    display: none;
}
.nav-box{
    display: flex;
    align-items: center;
    justify-content: end;
}

/* 迷你顶部 */
#header.mini {
    position: fixed;
    width: 100%;
    left: auto;
    right: auto;
    animation: fadeInDown 1s ease 0s 1;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
#header.mini .logoBar{
    padding: 10px 0 10px 20px;
}
#header.mini .logoBar::before {
    bottom: 0;
    background: #fff;
}
#header.mini .logo-black {
    display: block;
}
#header.mini .logo-white {
    display: none;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
   }
    100% {
        opacity: 1;
        transform: none;
    }
}

/* 主导航 */
.mainNav {
    display: flex;
}
.mainNav .li1 {
    position: relative;
    z-index: 1;
    text-align: center;
    flex: auto;
}
.mainNav .h1{
    display: flex;
    padding-left: 15px;
    align-items: center;
    cursor: pointer;
}
.mainNav .hasUl1 .h1::after {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: "fontpower";
    font-size: 12px;
    content: '\e1cf';
    color: white;
}
.mainNav .a1 {
    display: block;
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin: 0 5px;
    padding: 30px 0;
    transition: all 0.5s;
    color: #fff;
}
.mainNav .hasUl1 .a1::before,
.mainNav .hasUl1 .a1::after{
    content: "";
    position: absolute;
    z-index: 1;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all  0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.mainNav .hasUl1 .a1::before{
    left: 0;
    top: 64px;
    left: 50%;
    width: 0;
    height: 2px;
    line-height: 2px;
    background-color: #fff;
}
.mainNav .hasUl1 .a1::after{
    top: 64px;
    left: 50%;
    width: 2px;
    height: 0;
    float: left;
    overflow: hidden;
    transform: translateX(-50%);
    background-color: #fff;
}

.mainNav .ul1 {
    display: none;
    position: absolute;
    left: 50%;
    top: 84px;
    
    transform: translateX(-50%);
    padding: 15px 10px;
    z-index: 1;
    background: #fff url(../img/nav-bg.png) right bottom no-repeat;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.mainNav .last1 .ul1{
    right: 0;
    left: auto;
    transform: translateX(0);
}
.mainNav .ul1::before{
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 0;
    width: 0;
    height: 0;
    float: left;
}
.mainNav .li1.hasUl1:hover .a1::before{
    left: 0;
    right: 0;
    width: 100%;
}
.mainNav .li1.hasUl1:hover .a1::after{
    height: 20px;
}
.mainNav .li1:hover .ul1 {
    display: flex;
}
.mainNav .li2{
    width: auto;
    float: left;
    margin: 0 10px;
}
.mainNav .a2{
    display: block;
    white-space: nowrap;
    padding:6px 5px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
.mainNav .a2:hover{
    text-emphasis: none;
    color: #1765B7;
}
.mainNav .on1 .a1,
.mainNav .li1:hover .a1,
.mainNav .on1 .h1::after,
.mainNav .hasUl1:hover .h1::after{
    color: #FFDC6A;
}

.mainNav #li-xxgk .ul1{
    width: 380px;
    flex-wrap: wrap;
}
/*三列*/
/* .mainNav #li-jgsz .ul1{
    width: 320px;
}
.mainNav #li-jxky .ul1{
    width: 300px;
} */
/*两列*/
/* .mainNav #li-zsjys .ul1{
    width: 230px;
}
.mainNav #li-txgz .ul1{
    width: 215px;
} */

#header.mini .mainNav .a1{
    color: #333;
}
#header.mini .mainNav .hasUl1 .h1::after{
    color: #333;
}
#header.mini .mainNav .hasUl1 .a1::before,
#header.mini .mainNav .hasUl1 .a1::after{
    background-color: #1765B7;
}
#header.mini .mainNav .ul1{
    background-color: #f3f9ff;
}
#header.mini .mainNav .li1:hover .a1,
#header.mini .mainNav .hasUl1:hover .h1::after,
#header.mini .mainNav .on1 .a1,
#header.mini .mainNav .on1 .h1::after{
    color: #1765B7;
}

/* 弹出导航菜单-按钮 */
.more-nav{
    margin-left: 20px;
    cursor: pointer;
    padding: 4px 0 4px 6px;
    background-color: rgba(23, 101, 183, 0.3);
    border-radius: 25px 0 0 25px;
    border-right: 0;
}
.more-nav i{
    display: block;
    text-align: center;
    height: 42px;
    line-height: 42px;
    width: 26px;
    padding: 0 25px 0 23px;
    color: white;
    background: rgba(23, 101, 183, 0.8) url(../img/icon-more-nav.png) center center no-repeat;
    border-radius: 21px 0 0 21px;
}
.more-nav:hover i{
    background-color: rgba(23, 101, 183, 1);
}

/* 弹出的-导航菜单 */
.modal-nav-box{
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: auto;
    outline: 0;
    background-color: #2952A9;
    background: #2952A9 url(../img/modal-nav-bg.png) center bottom no-repeat;
    background-size: contain;
    z-index: 5;
    -webkit-transition:all 0.9s;
    -moz-transition:all 0.9s;
    -ms-transition:all  0.9s;
    -o-transition:all 0.9s;
    transition:all 0.9s;
}
.modal-nav-box.show{
    right: 0;
}
.modal-nav-header{
    padding: 2.5% 0 5%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-nav-header .btn-close {
    display: flex;
    color: white;
}
.modal-nav-header .btn-close .fa {
    font-size: 50px;
    transition: all ease .4s;
    display: inline-block;
}
.modal-nav-header .btn-close .fa:hover {
    transform: rotate(180deg);
}
.modal-main-nav{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
    gap: 20px;
}
.modal-main-nav #li-home{
    display: none;
}
.modal-main-nav .li1{
    min-width: 120px;
}
.modal-main-nav .a1{
    position: relative;
    z-index: 1;
    padding-top: 40px;
    display: block;
    font-size: 20px;
    color: white;
    text-decoration: none;
}
.modal-main-nav .a1::after,
.modal-main-nav .a1::before{
    content: "";
    position: absolute;
    left: 0;
    float: left;
    overflow: hidden;
}
.modal-main-nav .a1::before{
    z-index: 1;
    top: 1px;
    right: 0;
    height: 1px;
    background: rgba(255,255,255,0.4);
}
.modal-main-nav .a1::after{
    z-index: 2;
    top: 0;
    width: 16px;
    height: 3px;
    background-color: #fff;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.modal-main-nav .li1:hover .a1::after{
    width: 100%;
}
.modal-main-nav .a2{
    display: block;
    padding: 5px 0;
    line-height: 24px;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    text-decoration: none;
}
.modal-main-nav .ul1{
    padding-top: 28px;
}
.modal-main-nav .a2:hover{
    color: white;
}

/* 屏幕小于1680px像素 */
@media (max-width:1680px) {
    html,body{
        min-width: 100%;
    }
    .container,
    .siteWidth{
        box-sizing: border-box;
        padding: 0 20px;
        width: 100%;
    }
    #header{
        min-width: 100%;
    }
    #header #logo img{
        height: 60px;
    }
    .mainNav .h1{
        padding-left: 10px;
    }
    .mainNav .hasUl1 .h1::after{
        margin-left: 5px;
    }
    .modal-nav-box .container{
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px 20px;
    }
}

/* 屏幕小于1480px像素 */
@media (max-width:1440px) {
    html,body{
        min-width: 1400px;
    }
    .container,
    .siteWidth{
        width: 1400px;
    }
    #header{
        min-width: 1400px;
    }
    #header #logo img{
        height: 60px;
    }
    .mainNav .h1{
        padding-left: 2px;
    }
    .mainNav .hasUl1 .h1::after{
        margin-left: 5px;
    }
    .modal-nav-box .container{
        box-sizing: border-box;
        width: 1400px;
        padding: 0 20px 20px;
    }
}

/* 主体盒子 */
.mainBox .mHd { display: flex; justify-content: center;}
.mainBox .mHd h3 { font-size: 34px; font-weight: bold; line-height: 53px; padding-top: 20px; color: #1765B7; position: relative; }
.mainBox .mHd h3::before { background: url(../img/icon-main.png) no-repeat center top; display: block; content: ""; position: absolute; width: 119px; height: 66px; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.mainBox .mHd h3 a {color: #1765b7;}
.mainBox .mBd { margin: 60px 0 0; clear: both; min-height: 300px;}


/* 侧栏盒子模型 */
.sideBox { background-color: #F6F6F6; margin-bottom: 20px; }
.sideBox .hd { background: #0b5aa8 url(../img/menu-bg.jpg) repeat; padding: 15px; position: relative; }
.sideBox .hd h3 { color: #fff; font-weight: bold; font-size: 20px; line-height: 30px; text-align: center; }
.sideBox .bd { border: 1px solid #E0E0E0; padding: 5px 15px; }


/* 侧栏-栏目菜单 */
#sideMenu {
    background-color: #1765b7;
    position: relative;
    display: flex;
    margin-bottom: 40px;
    align-items: center; /* 垂直居中，替代原有布局 */
}
#sideMenu::after {
    background-color: #1765b7;
    height: 100%;
    width: 50%;
    right: -50%;
    display: block;
    content: "";
    position: absolute;
    top: 0;
}
#sideMenu::before {
    background-color: #fff;
    height: 126px;
    width: 50%;
    left: -50%;
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
}
#sideMenu .hd{
    box-sizing: border-box;
    height: 126px;
    margin-top: -38px;
    display: flex;
}
#sideMenu .hd h3{
    position: relative;
    z-index: 2;
    display: flex;
    padding-left: 110px;
    height: 126px;
    min-width: 280px;
    padding-right: 15px;
    align-items: center;
    font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    background-color: #ffff;
    white-space: nowrap;
}
#sideMenu .hd h3::before{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 25px;
    content: "";
    width: 100%;
    height: 110px;
    float: left;
    overflow: hidden;
    background:  url(../img/side-menu-icon.png) left top no-repeat;
}
#sideMenu .hd::after {
    position: relative;
    z-index: 1;
    content: "";
    height: 0;
    border-style: solid;
    border-width: 0 50px 126px 0;
    border-color:transparent transparent #fff  #fff ;
}

#sideMenu .small h3{
    font-size: 34px;
}
#sideMenu .bd{
    flex: 1;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    padding-left: 15px;
}
.menuList {
    display: flex;
    height: 80px;
    padding: 8px 10px 0;
    gap: 10px;
    position: relative;
    z-index: 1;
    flex-wrap: nowrap;
    overflow-x: auto;   
    overflow-y: hidden; 
    scrollbar-width: thin; 
    scroll-behavior: smooth; 
}

#sideMenu .menuList {
    overflow-x: auto !important;   
    overflow-y: hidden !important; 
    scrollbar-width: thin;         
    scrollbar-color: rgba(0,0,0,0.2) rgba(255,255,255,0); 
}
#sideMenu .menuList::-webkit-scrollbar {
    height: 4px !important; 
    width: 4px !important;  
}
#sideMenu .menuList::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1) !important; 
    border-radius: 2px !important; 
}
#sideMenu .menuList::-webkit-scrollbar-thumb:hover {
    background: rgba(0,0,0,0.2) !important; 
    cursor: pointer !important; 
}
#sideMenu .menuList:hover {
    scrollbar-color: rgba(0,0,0,0.2) rgba(255,255,255,0) !important;
}

.menuList li {
    position: relative;
}
.menuList li::after {
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -2px;
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    content: "";
}
.menuList li:last-child::after {
    display: none;
}
.menuList li a {
    display: block;
    line-height: 64px;
    font-size: 20px;
    padding:0 15px 8px;
    white-space: nowrap;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.menuList li a::before,
.menuList li a::after{
    content: "";
    position: absolute;
    z-index: 1;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all  0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.menuList li a::before{
    left: 0;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    line-height: 3px;
    background-color: rgba(253, 151, 19, 1);
}
.menuList li a:hover{
    color: white;
}
.menuList li a:hover::before{
    left: 0;
    right: 0;
    width: 100%;
}
.menuList li a::after{
    bottom: 3px;
    left: 50%;
    width: 0;
    height: 0;
    float: left;
    overflow: hidden;
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    opacity: 0; 
    filter: alpha(opacity=0);
    border-color: transparent transparent rgba(253, 151, 19, 1) transparent ;
}
.menuList li.on a {
    font-weight: bold;
    color: white;
    padding-left: 45px;
    background:  url(../img/side-menu-a-icon.png) 15px 19px no-repeat;
}
.menuList li.on a::before{
    left: 0;
    right: 0;
    width: 100%;
}
.menuList li.on a::after{
    opacity: 1;
    filter: alpha(opacity=100);
}

/* 侧栏-热点资讯 */
.sideRankList li { padding: 15px 0; border-bottom: 1px dashed #ccc; font-size: 15px; }
.sideRankList li a { line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; }
.sideRankList .last { border-bottom: 0 }


/* 节点banner  S */
.pageBanner {
    position: relative;
    z-index: 1;
    text-align: center;
    background-image: url(../img/pagebanner-1.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 600px;
}
.pageBanner::after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 80px;
    top: 70%;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}
.pageBanner .container { height: 100%; }
.pageBanner .node-name {
    display: none;
    font-size: 50px;
    color: #fff;
    line-height: 64px;
    font-weight: bold;
    position: absolute;
    bottom: 185px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.pageBanner .node-name::after {
    display: block;
    content: "";
    width: 100px;
    height: 3px;
    background-color:rgba(255,255,255,0.8);
    margin-top: 30px;
    -webkit-transition:all 0.6s;
    -moz-transition:all 0.6s;
    -ms-transition:all  0.6s;
    -o-transition:all 0.6s;
    transition:all 0.6s;
}
.pageBanner .node-name:hover{
    letter-spacing: 3px;
}
.pageBanner .node-name:hover::after{
    width: 160px;
    background-color: #fff;
}

/* 位置导航 */
.path {clear: both;line-height: 40px;color: rgba(255,255,255,0.8);text-align: right;position: relative;z-index: 1;margin-top: -140px;}
.path a, .path span { padding: 0 5px; color: rgba(255,255,255,0.8); }
.path a{
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -ms-transition:all  0.3s;
    -o-transition:all 0.3s;
    transition:all 0.3s;
}
.path a:hover { color: #fff; letter-spacing: 1px; }

/* 没有栏目菜单时 */
body:has(.no-side) .pageBanner .node-name{
    bottom: 110px;
}
body:has(.no-side) .path { 
    margin-top: -90px;
}
body:has(.no-side) .pageBanner{
    height: 525px;
}
/* goTop */
#goTop { position: fixed; display: none; _display: none !important; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -webkit-box-shadow: 0 0 5px #9c9c9c; opacity: .9; background: rgba(0, 0, 0, .5);}
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0;}

/* winMark */
#winMark { z-index: 1; width: 100%; display: none; height: 100%; position: fixed; background: rgba(0, 0, 0, .8); left: 0; top: 0;}


/* box-default */
.box-default>.hd { position: relative; line-height: 45px; text-align: center; margin-bottom: 25px; display: flex; justify-content: space-between;}
.box-default>.hd h3 { min-width: 120px; font-size: 30px; padding-top: 20px; text-align: center; font-weight: bold; color: #1765B7; position: relative; }
.box-default>.hd h3 span,
.box-default>.hd h3 a { color: inherit; position: relative; z-index: 1; }
.box-default>.hd h3::before { background: url(../img/icon-main.png) no-repeat center; display: block; content: ""; position: absolute; width: 119px; height: 74px; top: 50%; left: 50%; transform: translate(-50%,-50%); }

.box-default>.hd .more{
    float: right;
    line-height: 20px;
    padding: 43px 36px 0 20px;
    font-size: 12px;
    color: #999;
    background:  url(../../base/img/ind-box-more.png) center top no-repeat;
}
.box-default>.hd .more::after,
.box-default>.hd .more::before{
    content: "";
    position: absolute;
    z-index: 0;
}
.box-default>.hd .more::before{
    z-index: 1;
    right: 6px;
    bottom: 4px;
    width: 22px;
    height: 12px;
    background:  url(../../base/img/icon-more-2.png) left center no-repeat;
}
.box-default>.hd .more::after{
    right: 0;
    bottom: 0;
    width: 20px;
    height: 20px;
    background:  url(../../base/img/icon-more-1.png) center center no-repeat;
    /* 新增动画样式 */
    animation: circleRotate 6s linear infinite; /* 4秒完成一次循环，匀速，无限播放 */
    transform-origin: center center; /* 旋转原点：圆心（必须加，否则旋转偏移） */
}

.box-default>.hd-center{
    margin:0 auto 25px;
    text-align: center;
}
.box-default>.hd-center h3{
    display: inline-block;
    margin:0 auto;
    text-align: center;
}

/* 定义旋转动画：顺时针1圈 → 逆时针1圈 */
@keyframes circleRotate {
    0% {
        transform: rotate(0deg); /* 初始状态 */
    }
    50% {
        transform: rotate(180deg); /* 前2秒：顺时针旋转180°（1圈） */
    }
    100% {
        transform: rotate(0deg); /* 后2秒：逆时针旋转360°（回到0°，等价于-360°） */
    }
}

.ind-box .mhd .more:hover{
    color: #1765B7;
}

.box-default>.hd ul { display: flex; gap: 60px; }
.box-default>.hd li { font-size: 30px; padding-top: 20px; font-weight: bold; position: relative; }
.box-default>.hd li a { color: #7B7677; }
.box-default>.hd li.on a { color: #1765B7; }
.box-default>.hd li.on::before { background: url(../img/icon-main.png) no-repeat center; display: block; content: ""; position: absolute; width: 80px; height: 74px; top: 50%; left: 50%; transform: translate(-50%,-50%); }

/* box */
.box { overflow: hidden;}
.box .hd { height: 40px; line-height: 40px; position: relative; font-size: 16px; border-bottom: 1px solid #dcdcdc;}
.box .hd .more { float: right; font-size: 12px;}
.box .hd .more { -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
.box .hd .more:hover { color: #1668bc;}
.box .hd h3 { height: 40px; line-height: 40px; float: left; padding: 0 15px; font-size: 16px; color: white; background-color: #1765B7;}
.box .hd h3 a { color: white;}
.box .hd h3 a:hover { text-decoration: none;}
.box .hd ul { overflow: hidden;}
.box .hd li { float: left; margin-right: 5px;}
.box .hd li a { display: block; height: 40px; line-height: 40px; padding: 0 15px; font-size: 16px;}
.box .hd li a:hover { text-decoration: none;}
.box .hd .on a { background-color: #1765B7; color: white;}
.box .bd { padding: 15px 0 0; overflow: hidden;}

/* boxA */
.boxA { margin-bottom: 15px;}
.boxA .hd { height: 40px; line-height: 40px; position: relative; font-size: 18px; border-bottom: 2px solid #f3f3f3}
.boxA .hd .more { position: absolute; top: 8px; right: 0; color: #999; font-size: 14px; width: 24px; height: 24px; line-height: 80px; overflow: hidden; background: #e1e7f0 url(../img/moreicon.png) no-repeat center; border-radius: 50%;}
.boxA .hd .more a { color: #999}
.boxA .hd .more { -webkit-transition: 500ms; -o-transition: 500ms; -moz-transition: 500ms; transition: 500ms;}
.boxA .hd .more:hover { transform: rotate(360deg); background-color: #f7bc68}
.boxA .hd h3 { position: absolute; color: #1765B7; font-size: 18px; font-weight: bold; line-height: 30px; padding: 0 20px; height: 40px; border-bottom: 2px solid #1765B7;}
.boxA .hd h3 a { color: #1765B7;}
.boxA .hd h3 a:hover { text-decoration: none;}
.boxA .hd ul { position: absolute; height: 40px; overflow: hidden;}
.boxA .hd li { float: left; font-size: 18px; height: 39px; line-height: 39px; background: #F9F9F9;}
.boxA .hd li a { display: block; float: left; padding: 0 30px;}
.boxA .hd li a:hover { text-decoration: none}
.boxA .hd .on { border: 1px solid #E1E1E1; border-top: 3px solid #1765B7; border-bottom: 0;}
.boxA .bd { padding: 5px; overflow: hidden;}


/*节点归档信息样式*/
.archived-info { float: right;}
.archived-info span { margin: 0 5px;}

/* infoListA */
.infoListA li { height: 46px; line-height: 46px; font-size: 16px; padding-left: 15px; background: url(../img/dot01.png) left center no-repeat;}
.infoListA li a { color: #666;}
.infoListA .date { color: #999; float: right;}

/* 图片标题内容列表 */
.picTitleList { overflow: hidden; margin-top: -20px;}
.picTitleList li { margin-top: 20px;}
.picTitleList li .pic { overflow: hidden; margin-bottom: 12px;}
.picTitleList li img { display: block; width: 100%; height: auto;}
.picTitleList li .title { margin-bottom: 8px; height: 30px; line-height: 30px; font-size: 16px;}
.picTitleList li .title a { color: #666;}
.picTitleList li .intro { line-height: 22px; color: #999;}
.picTitleList li .others { height: 20px; line-height: 20px; font-size: 12px; color: #999;}
.picTitleList li .date { padding-left: 25px; background: url(../img/dateicon.png) left center no-repeat;}

/* 信件列表 */
.letterList { width: 100%; border: none;}
.letterList th,
.letterList td { text-align: center; vertical-align: middle; line-height: 26px; padding: 12px 5px}
.letterList th { background: #F5F5F5;}
.letterList th { color: #1765B7; height: 45px; line-height: 45px; padding: 0px; border-bottom: 1px solid #ddd;font-weight:bold;}
.letterList th.title { text-align: left; padding-left: 38px;}
.letterList tr:nth-child(2n) td,
.letterList .even td { background: #f4f4f2;}
.letterList .num { display: none;}
.letterList td.title { text-align: left; padding-left: 5px; white-space: normal; word-break: break-all;}
.letterList td.title a { display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.letterList .ico { width: 30px; text-align: center; vertical-align: middle; padding: 0px}
.letterList .ico img { vertical-align: middle;}
.letterList .dep { width: 120px;}
.letterList .state { width: 120px;}
.letterList .open,
.letterList .handle { display: none}
.letterList .state .s0 { color: #333;}
.letterList .state .s1 { color: #f70;}
.letterList .state .s2 { color: #f00;}
.letterList .state .s3 { color: #390;}
.letterList .state .s4 { color: #333; text-decoration: line-through;}
.letterList .date { border-right: none; width: 120px;}
.letterList td.date { color: #999999}
.letterList .clicks { display: none; }

/* detailTable */
.detailTable { margin-bottom: 10px; background: #fff; width: 100%;}
.detailTable,
.detailTable tr,
.detailTable tr td { border: 1px solid #e6e6e6; border-collapse: collapse;}
.detailTable thead tr { border-color: #1765B7;}
.detailTable thead th { background: #1765B7; height: 60px; font-size: 18px; line-height: 60px; color: #fff; text-align: center; border-color: #1765B7;}
.detailTable tbody td { padding: 10px 15px;}
.detailTable tbody td.tdName { font-weight: bold; background: #f7f7f7; text-align: center; width: 20%;}
.detailTable .trTitle .tdCon { font-weight: bold; white-space: normal; word-break: break-all;}
.detailTable .trName td:nth-child(2),
.detailTable .trUnit td:nth-child(2) { width: 160px}
.detailTable .trName td:nth-child(3),
.detailTable .trUnit td:nth-child(3) { width: 160px}
.detailTable .preDiv pre {  font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word;}

/* footer ---------------------------- */
#footer{
    position: relative;
    z-index: 2;
    background: #1765B7 url(../img/footer-bg.png) center top no-repeat;
    background-size: cover;
}

/* 友情链接模拟下拉 */
.friendLinks {
    padding-bottom: 25px;
    padding-top: 25px;
    text-align: center;
    position: relative;
    border-top: 1px solid #EDE3E3;
}
.friendLinks dl {
    width: 23.5%;
    float: left;
    ;
    position: relative;
    margin-right: 2%;
}
.friendLinks dl:last-child {
    margin-right: 0;
}
.friendLinks dl dt {
    height: 26px;
    line-height: 26px;
    padding: 5px 5px 5px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    position: relative;
    cursor: pointer;
    color: white;
}
.friendLinks dl dt i {
    right: 12px;
    top: 50%;
    margin-top: -2px;
    border-width: 5px;
    position: absolute;
    border-color: transparent;
    border-style: dashed;
    border-top-color: #fff;
    border-top-style: solid;
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
.friendLinks dl dt h3 {
    width: 210px;
    text-align: left;
}
.friendLinks dd {
    bottom: 38px;
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
}
.friendLinks ul {
    max-height: 389px;
    border: 1px solid #dadada;
    background: #fafafa;
    overflow-y: scroll;
}
.friendLinks li {
    border-bottom: 1px dotted #ddd;
    cursor: pointer;
}
.friendLinks li a {
    display: block;
    height: 100%;
    text-align: left;
    line-height: 22px;
    padding: 8px 10px;
}
.friendLinks li a:hover {
    text-decoration: none
}
.friendLinks li:hover {
    background-color: #eee
}
.friendLinks .last {
    border-bottom: 0
}
.friendLinks .on {
    z-index: 9;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.friendLinks .on dt {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.1);
}
.friendLinks .on dt i {
    border-top-style: none;
    border-bottom-color: #fff;
    border-bottom-style: solid;
}
.friendLinks .on dd {
    display: block;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.friendLinks .on dd ul {
    border-color: #bbb;
}
/* 网站底部-信息模块 */
.footer-info{
    padding: 56px 0 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
}
.footer-qrcode-about{
    display: flex;
    align-items: center;
}
/* 底部-二维码 */
.footer-qrcode{
    display: flex;
    align-items: stretch;
}
.footer-qrcode li{
    margin-right: 20px;
}
/* 招生电话 */
.footer-about h4{
    margin-bottom: 12px;
    line-height: 1.2;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
}
.footer-about-con{
    text-align: center;
    font-size: 14px;
    line-height: 38px;
    font-weight: bold;
    border: 1px solid rgba(255,255,255,0.3);
}
.footer-about-con p{
    padding: 0 25px;
}
.footer-about-con p:nth-child(1){
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* 网站底部-版权信息 */
.footer-copy{
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    color: white;
    background-color: rgba(0, 0, 0, 0.1);
}
.footer-copy a{
    color: white;
}
.footer-copy a:hover{
    text-decoration: none;
    color: rgba(255,255,255,0.8);
}
/* 网站底部-菜单 */
.footnav{
    width: 100%;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footnav li{
    position: relative;
    z-index: 1;
    margin: 0 16px;
}
.footnav li::before{
    position: absolute;
    z-index: 1;
    left: -16px;
    top: 50%;
    content: "";
    width: 1px;
    height: 12px;
    line-height: 12px;
    margin-top: -6px;
    background-color: #fff;
}
.footnav li:nth-child(1)::before{
    display: none;
}


/* 无障碍 */
.power-content_voice { margin-bottom: 20px; }

/* 侧栏-栏目内搜索 */
#sideSearch .bd li { padding: 0 0 10px 0; overflow: hidden;}
#sideSearch .nodes,
#sideSearch input,
#sideSearch button { height: 32px; line-height: 32px; width: 100%; border: 1px solid #ddd; font-size: 14px; font-family: "Microsoft YaHei", 'PingFang SC'; outline: none}
#sideSearch .keyword { width: 60%; padding: 0 5px;}
#sideSearch button { line-height: 28px; width: 32%; float: right; background: #1765B7; border-color: #1765B7; color: #fff;}

/*验证码*/
div.codeinp input[type=text] { width: 100px !important; float: left; margin-right: 10px;}

/* 通用底部按钮 */
.bot { text-align: center; padding: 0 0 20px 0;}
.bot a,
.bot button { cursor: pointer; display: inline-block; height: 46px; line-height: 46px; padding: 0 5%; font-size: 16px; background: #1765B7; border: 0; color: #fff; margin: 0 2%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.bot a:hover,
.bot button:hover { text-decoration: none; background: #c2283d;}

/* 依申请、信访、咨询等通用 查询页样色 */
.queryForm { padding: 3% 0; width: 80%; margin: 30px auto; font-size: 16px;}
.queryForm td { padding: 8px 0}
.queryForm .tdlab { width: 40%; text-align: right;}
.queryForm input[type=text] { width: 56%; height: 30px; line-height: 30px; padding: 0 10px; border: 1px solid #ddd; border-radius: 3px;}
.queryForm .bot { text-align: left;}
.queryForm .bot a { margin: 0}
.queryForm .required strong { color: #f00; margin-right: 5px;}
.queryForm .errorMessage { color: #f00;}
.queryForm table { width: 100%; border: 0;}

/* 依申请、信访、咨询等通用 查询结果页样色 */
.queryResult { width: 80%; margin: 30px auto;}
.queryResult .mainBox { margin-bottom: 50px;}
.queryResult .tit h3 { text-align: center; font-size: 38px; line-height: 2; margin-bottom: 30px;}
.queryResult .tips { text-align: center; font-size: 16px; margin-bottom: 50px; border-top: 1px solid #ddd; padding: 50px 0 20px 0;}
.queryResult .number { font-weight: bold; color: #f00}



@media (max-width:1680px) {

}
