@charset "utf-8";

/* 全局样式定义 Powered by Zoomla!逐浪CMS zoomla.cn*/

/* 全局链接样式优化 - 现代化链接样式 */
a {
    color: #329ed9;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease;
}

a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #329ed9;
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

a:hover {
    color: #2677a8;
}

a:hover::after {
    transform: scaleX(1);
}

/* 导航链接样式重置 */
.nav-link-reset {
    color: inherit !important;
    text-decoration: none !important;
    position: relative;
}

.nav-link-reset::after {
    display: none !important;
}

.nav-link-reset:hover {
    color: inherit !important;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

canvas {
    -ms-touch-action: double-tap-zoom;
}

.relative {
    position: relative;
}

.padding10 {
    padding-left: 10px;
    padding-right: 10px;
}

.padding5 {
    padding-left: 5px;
    padding-right: 5px;
}

.div_h35 {
    height: 35px;
}

.loginNone {
    display: none;
}

.myTop {
    background-color: #329ed9ff;
    height: 100px;
}

.myTop img {
    padding-top: 5px;
    padding-left: 20px;
    max-width: 34rem;
    max-height: 90px;
    object-fit: contain;
}


/*页头文字动画开始*/

/* 优化的品牌风格动画效果 */
#txt1 {
    font-size: 1.8em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px; /* 两句话之间的字间距 */
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    animation-name: smoothBrandPulse;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    /* Firefox: */
    -moz-animation-name: smoothBrandPulse;
    -moz-animation-duration: 3s;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: alternate;
    -moz-animation-play-state: running;
    /* Safari and Chrome: */
    -webkit-animation-name: smoothBrandPulse;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
    /* Opera: */
    -o-animation-name: smoothBrandPulse;
    -o-animation-duration: 3s;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: infinite;
    -o-animation-direction: alternate;
    -o-animation-play-state: running;
}

/* 平滑的品牌脉冲动画 */
@keyframes smoothBrandPulse {
    0% {
        opacity: 1;
        transform: scale(1);
        color: #EFD526;
        text-shadow: 
            0 1px 2px rgba(0, 0, 0, 0.3),
            0 0 8px rgba(239, 213, 38, 0.6);
    }
    100% {
        opacity: 0.9;
        transform: scale(1.02);
        color: #FFFFFF;
        text-shadow: 
            0 2px 4px rgba(0, 0, 0, 0.3),
            0 0 15px rgba(255, 255, 255, 0.8),
            0 0 20px rgba(239, 213, 38, 0.5);
    }
}

@-moz-keyframes smoothBrandPulse
/* Firefox */
{
    0% {
        opacity: 1;
        transform: scale(1);
        color: #EFD526;
        text-shadow: 
            0 1px 2px rgba(0, 0, 0, 0.3),
            0 0 8px rgba(239, 213, 38, 0.6);
    }
    100% {
        opacity: 0.9;
        transform: scale(1.02);
        color: #FFFFFF;
        text-shadow: 
            0 2px 4px rgba(0, 0, 0, 0.3),
            0 0 15px rgba(255, 255, 255, 0.8),
            0 0 20px rgba(239, 213, 38, 0.5);
    }
}

@-webkit-keyframes smoothBrandPulse
/* Safari and Chrome */
{
    0% {
        opacity: 1;
        transform: scale(1);
        color: #EFD526;
        text-shadow: 
            0 1px 2px rgba(0, 0, 0, 0.3),
            0 0 8px rgba(239, 213, 38, 0.6);
    }
    100% {
        opacity: 0.9;
        transform: scale(1.02);
        color: #FFFFFF;
        text-shadow: 
            0 2px 4px rgba(0, 0, 0, 0.3),
            0 0 15px rgba(255, 255, 255, 0.8),
            0 0 20px rgba(239, 213, 38, 0.5);
    }
}

@-o-keyframes smoothBrandPulse
/* Opera */
{
    0% {
        opacity: 1;
        transform: scale(1);
        color: #EFD526;
        text-shadow: 
            0 1px 2px rgba(0, 0, 0, 0.3),
            0 0 8px rgba(239, 213, 38, 0.6);
    }
    100% {
        opacity: 0.9;
        transform: scale(1.02);
        color: #FFFFFF;
        text-shadow: 
            0 2px 4px rgba(0, 0, 0, 0.3),
            0 0 15px rgba(255, 255, 255, 0.8),
            0 0 20px rgba(239, 213, 38, 0.5);
    }
}

/* 确保两句话在一行显示 */
#txt1-1, #txt1-2 {
    display: inline-block;
    white-space: nowrap;
}


/*页头文字动画结束*/


/*
.myTop_down{ padding-top:1em;font-size:1.8em; color:#EFD526; text-decoration:none;}

.myTop_down{-webkit-animation-name: zoomIn;animation-name: zoomIn;}
.myTop_down{ -webkit-animation-duration:3s; animation-duration: 3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

*/

.dropdown-menu {
    /*    background-color: #FFFFFF;
    opacity: 0.85;*/
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, .125);
    box-shadow: 0 8px 8px rgba(0, 0, 0, .125);
    border-radius: 0em 0em 0.5em 0.5em;
}

.dropdown a {
    font-size: 1.2em;
    color: #000000;
}

#scolls .navbar-nav a:hover {
    background-color: #DDDDDD;
    border-radius: 3px;
    font-size: 1.2em
}

#scolls .navbar-nav li {
    margin-right: 3px
}

#scolls .navbar-nav .dropdown-toggle {
    width: 118px;
    text-align: center
}

#scolls .navbar-nav li a:focus {
    border: 1px #329ed9ff solid
}

.myheader .navbar {
    margin-bottom: 0;
}

.navbar-nav .nav-link {
    font-size: 1.2em
}

.navbar-nav .dropdown-toggle {
    font-size: 1.2em
}


/* Make .svg files in the carousel display properly in older browsers */

.carousel-inner .item img[src$=".svg"] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_show {}


/*首页bnnaer*/

.home_show .carousel-inner {}

.home_show .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_show .item {
    width: 100%;
    height: 400px;
}

.item .carousel-caption {
    top: 50%;
    transform: translateY(50%);
    left: 0;
    right: 0;
    padding: 10px 15px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    text-align: center;
}

.carousel-caption h1 {
    font-size: 28px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
}

.carousel-caption h3 {
    font-size: 20px;
    color: #eee;
    margin-bottom: 8px;
}

.carousel-caption h4 {
    font-size: 16px;
    color: #ddd;
}

/* 响应式轮播优化 */
@media (max-width: 768px) {
    /* 确保轮播项和图片在手机端正确显示 */
    .home_show .item {
        height: 400px;
    }
    
    .carousel-item {
        height: 400px;
    }
    
    /* 移除背景图片，避免与img标签重复显示 */
    .home_show .banner1,
    .home_show .banner2,
    .home_show .banner3,
    .home_show .banner4,
    .home_show .banner5 {
        background: none !important;
    }
    
    /* 确保轮播图片拉伸覆盖整个区域 */
    .carousel-item img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        display: block !important;
    }
    
    /* 轮播标题样式 */
    .carousel-caption {
        position: absolute;
        bottom: 10% !important;
        top: auto !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        padding: 10px !important;
        background: transparent !important;
    }
    
    .carousel-caption h1 {
        font-size: 16px;
        line-height: 1.2;
        margin-bottom: 6px;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    }
    
    .carousel-caption h3 {
        font-size: 12px;
        margin-bottom: 4px;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    }
    
    .carousel-caption h4 {
        font-size: 10px;
        line-height: 1.3;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    }
    
    .carousel-caption p {
        font-size: 10px;
        text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
    }
    
    .carousel-caption a.btn {
        font-size: 10px;
        padding: 4px 8px;
    }
}

.home_show .banner1 {
    background: url(Images/banner1.svg);
    background-size: cover;
}

.home_show .banner2 {
    background: url(Images/banner2.svg);
    background-size: cover;
}

.home_show .banner3 {
    background: url(Images/banner3.svg);
    background-size: cover;
}

.home_show .banner4 {
    background: url(Images/banner4.svg);
    background-size: cover;
}

.home_show .banner5 {
    background: url(Images/banner5.svg);
    background-size: cover;
}

#scolls {
    top: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 5px 5px 0 rgba(50, 50, 50, 0.08);
}

#scolls .navbar-toggle {
    background: #ccc;
}

#scolls .navbar-toggle .icon-bar {
    background: #fff;
}

.mysearch {
    position: relative;
}


/*搜索框定义*/

.mysearch_btn {
    position: absolute;
    top: 0px;
    right: 0.8em;
    font-size: 1.5em;
    border: none;
    background: none;
    color: #2F6F93;
    padding: 0;
    margin-right: 12px;
    margin-top: 3px
}

.mysite {
    margin-top: 15px;
}


/*面包屑导航*/

.mysearch_btn:hover {
    background: none;
}

.margin-bot {
    margin-top: 15px;
}

.margin-bot .borders a {
    color: #000;
}

.margin-bot .list-group a {
    font-family: "微软雅黑 Light";
    background: none;
    border: none;
    border-bottom: 1px solid #ddd;
    font-size: 24px;
}

.margin-bot .borders {
    border: 1px solid #ddd;
    border-radius: 1.5em 1.5em 0em 0em;
}

.margin-bot .borders:hover {
    -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, .125);
    box-shadow: 0 5px 8px rgba(0, 0, 0, .125);
}

.margin-bot .list-group a:hover {
    border-bottom: 3px solid #ddd;
    margin-left: 5px;
    text-shadow: 0 1px 1px 1px #007BC0;
    color: white;
}

.new_li ul {
    text-align: left;
    padding-left: 0.8em;
    padding-top: 0.2em;
}

.new_li li {
    list-style-type: none;
    font-size: 1.1em;
}


/*
.borders .caption p:hover{ margin-left:3px;}
.borders .caption a:hover{ border-bottom:3px solid #ddd; line-height:22px;}
*/

.borders h3 {
    border-bottom: 2px solid #E9E9E9;
    padding-left: 10px;
}

.borders h3:hover {
    text-shadow: #0085C3 1.5px 1.5px;
    color: #FFFFFF;
    border-bottom: 3px solid rgba(0, 0, 0, .125);
}

.borders:focus,
.borders:hover {
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.borders ul li a {
    color: #000000;
    transition: font-size 0.5s;
}

.borders ul li a:hover {
    font-size: 15px;
    padding-left: 12px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .125);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .125);
}

.borders img:hover {
    animation: imgRotate 1.5s;
    -moz-animation: imgRotate 1.5s;
    /* Firefox */
    -webkit-animation: imgRotate 1.5s;
    /* Safari 和 Chrome */
    -o-animation: imgRotate 1.5s;
    /* Opera */
    box-shadow: 1em 1em 1em rgba(0, 0, 0, 0.3)
}

@keyframes imgRotate {
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    25% {
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
    }
    50% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    75% {
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}

@-moz-keyframes imgRotate
/* Firefox */

{
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    25% {
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
    }
    50% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    75% {
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}

@-webkit-keyframes imgRotate
/* Safari 和 Chrome */

{
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    25% {
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
    }
    50% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    75% {
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}

@-o-keyframes imgRotate
/* Opera */

{
    0% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    25% {
        transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
    }
    50% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    75% {
        transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
    }
    100% {
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
}

.btm {
    background-color: #0085C3;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}


/*页脚定义*/

.btm p {
    text-align: center;
    color: white;
}

.btm p a {
    color: white;
}

.myclass {
    margin-top: 2em;
}


/*分页列表*/

.myclass_r {
    padding-bottom: 2em;
    border: 1px solid #ccc;
    border-radius: 10px;
}

.myclass_r ol {
    margin-top: 1em;
}

.myclass_r .list-group-item {
    margin-top: 2px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.con_r {
    border: 1px solid #ccc;
    border-radius: 10px;
}

.con_r img {
    width: 100%;
}

.con_r p img{
    width: 100%;
}

/*内容页定义*/

.con_r ol {
    margin-top: 1em;
}

.con_r h1 {
    font-size: 2em;
    font-family: Microsoft YaHei, SimHei;
    font-weight: normal;
    text-align: center;
    line-height: 40px;
}

.myAbbr {
    margin: auto;
    width: 90%;
    margin-top: 1.8em;
    padding-top: 1em;
    text-align: center;
    border-top: 1px solid #D1D1D1;
}


/*文章下时间作者等*/

.myContent {
    line-height: 26px;
    min-height: 500px;
    padding: 10px;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
}


/*内容页分页定义开始*/

#T_page {
    height: 30px;
    font-size: 14px;
    margin: auto;
    text-align: center;
    margin-top: 20px;
    width: 80%;
    height: auto;
}

#T_page a,
#T_page span,
#T_page p {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    margin: 0;
    padding: 0;
}

#T_page span {
    background-color: #666;
    display: block;
    width: 20px;
    color: #FFF;
    cursor: pointer;
    margin-left: 5px;
}

#T_page p {
    border: 1px #CCCCCC solid;
    width: 60px;
    cursor: pointer;
    margin-left: 5px;
}


/*内容页分页定义结束*/

.left-box {
    border: 1px solid #ddd;
    margin-bottom: 10px;
    border-radius: 8px;
}

.left-box ul {
    padding-left: 0.5em;
}

.left-box ul {
    list-style-type: none;
}

.left-top-a {
    background-color: #ccc;
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    font-size: 16px;
    color: black;
    border-radius: 8px 8px 0px 0px;
}

.left-top-a:hover {
    font-size: 1.3em;
    color: white;
    background-color: #0085C3;
}

.row .left-top-a i {
    margin-right: 10px;
}

.left-box a {
    font-size: 14px;
    line-height: 30px;
    color: #000;
}

.left-box ul a:hover {
    color: #0085C3;
    font-size: 16px;
}

.left-box img {
    width: 100%;
}

.row .left-top-a a {
    float: right;
    color: #FFFFFF;
    line-height: 40px;
    margin-right: 15px;
}

.myContent_l .edit {
    margin-left: 20px;
    line-height: 30px;
    margin-top: 15px;
}

.myContent_l #begin {
    margin-left: 20px;
}

.myContent_l #begin #desc {
    margin-left: 100px;
}

.myContent_l .last-p {
    margin-left: 20px;
    line-height: 30px;
}



/*右侧弹出式工具栏开始*/

.popup-list {
    position: fixed;
    top: 20em;
    right: 0em;
    z-index: 1;
    vertical-align: middle;
    display: block;
}

.popup-list .btn {
    font-size: 24px;
    background: rgba(215, 215, 215, 0.85);
    color: #ffffff;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    margin: 0 !important;
    padding: 10px !important;
    border: none !important;
    border-radius: 6px !important;
    width: auto;
    text-decoration: none !important;
    position: static !important;
    text-align: center;
    cursor: pointer;
    display: block;
}

.popup-list .btn i,
.popup-list #popup-item a i {
    color: #ffffff;
}

.popup-list .btn::after {
    display: none !important;
}

.popup-list #popup-list-on {
    width: 100%;
}

.popup-list #popup-item {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    padding: 0;
}

.popup-list #popup-item a {
    display: block;
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
    border-radius: 6px !important;
    border: none !important;
    line-height: 1;
    font-size: 24px;
    background: rgba(215, 215, 215, 0.85);
    color: #ffffff;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    cursor: pointer;
    text-decoration: none !important;
    position: static !important;
}

.popup-list #popup-item a::after {
    display: none !important;
}

.popup-list #popup-item img {
    width: 24px;
    height: 24px;
}

.popup-list .btn:hover,
.popup-list #popup-item a:hover {
    font-size: 26px;
    background: #0085C3 none repeat scroll 0% 0%;
    text-decoration: none !important;
}

.popup-list .btn:hover i,
.popup-list #popup-item a:hover i {
    color: #ffffff;
}

.telphone {
    width: 14em;
    height: 8em;
    padding-left: 1em;
    padding-top: 1em;
    color: #ffffff;
    font-size: 1.5em;
    background: rgba(00, 133, 195, 0.85) none repeat scroll 0% 0%;
    /*    background: #0085C3 none repeat scroll 0% 0%;*/
    z-index: 2;
    position: fixed;
    top: 11em;
    right: 2.4em;
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    /*    opacity: 0.85;*/
}

.telphone a {
    color: #ffffff;
}

.wxicon {
    width: 15em;
    height: 8em;
    z-index: 3;
    position: fixed;
    top: 17em;
    right: 10em;
    /*    background: #0085C3 none repeat scroll 0% 0%;*/
    border-radius: 5px 5px 5px 5px;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}

.wxicon img {
    width: 21.5em;
    height: 21.5em;
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0% 0%;
    border-radius: 5px 5px 5px 5px;
}


/*右侧弹出式工具栏结束*/


/*@media (max-width:768px) {}*/


/* 全局字体大小优化 */
body {
    font-size: 16px;
    line-height: 1.6;
}

/* Hide/rearrange for smaller screens */

@media screen and (max-width: 768px) {
    /* 优化移动端基础字体大小 */
    body {
        font-size: 18px;
    }
    
    /* 优化移动端标题字体大小 */
    h1 {
        font-size: 24px !important;
    }
    
    h2 {
        font-size: 22px !important;
    }
    
    h3 {
        font-size: 20px !important;
    }
    
    h4 {
        font-size: 18px !important;
    }
    
    /* 优化移动端导航栏字体大小 */
    .navbar-nav .nav-link {
        font-size: 16px !important;
        padding: 10px 15px !important;
    }
    
    /* 优化移动端列表字体大小 */
    .new_li li {
        font-size: 16px !important;
    }
    
    .borders ul li a {
        font-size: 16px !important;
    }
    
    /* 优化移动端轮播图 */
    .home_show .item {
        width: 100%;
        /*    height: 520px;*/
        height: 20em;
    }
    
    .home_show .banner1 {
        background: url(Images/banner1-small.svg);
    }
    
    .home_show .banner2 {
        background: url(Images/banner2-small.svg);
    }
    
    .home_show .banner3 {
        background: url(Images/banner3-small.svg);
    }
    
    .home_show .banner4 {
        background: url(Images/banner4-small.svg);
    }
    
    .home_show .banner5 {
        background: url(Images/banner5-small.svg);
    }
    
    .myTop img {
        padding-top: 5px;
        padding-left: 5px;
    }
    
    /* Hide txt1 */
    #txt1 {
        display: none;
    }
    
    .border-left {
        display: none;
    }
    
    .con_r {
        width: 100%;
    }
    
    .con_r img {
        width: 100%;
    }
    
    .popup-list {
        top: 17em;
        right: 0em;
        z-index: 1;
    }
    
    /* 优化移动端搜索框 */
    .mysearch {
        margin-top: 10px;
        width: 100%;
    }
    
    .mysearch .form-control {
        font-size: 16px;
        height: 40px;
    }
    
    /* 优化移动端按钮 */
    .btn {
        font-size: 16px;
        padding: 8px 16px;
    }
}

/* 现代卡片样式 */
.article-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid #e8e8e8;
}

.article-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

.article-card .row {
    margin: 0;
}

.article-card .col-md-4 {
    padding: 0;
}

.article-card .col-md-8,
.article-card .col-12 {
    padding: 24px;
}

.article-card h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 1.4;
}

.article-card h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-card h3 a:hover {
    color: #428bca;
}

.article-card p {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 16px;
}

.article-card .article-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

.article-card .article-meta span {
    color: #999;
    font-size: 13px;
}

.article-card .article-meta a {
    color: #428bca;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.article-card .article-meta a:hover {
    color: #2a6496;
}

.article-card .empty-message {
    text-align: center;
    padding: 60px 20px;
    color: #999;
}

.article-card .empty-message i {
    font-size: 48px;
    margin-bottom: 16px;
}

/* 分类卡片样式 */
.category-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid #e8e8e8;
}

.category-card:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

.category-card > div:first-child {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.category-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

.category-card h3 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category-card h3 a:hover {
    color: #428bca;
}

.category-card h3 i {
    margin-right: 8px;
}

.category-card .media-list {
    padding: 16px 20px;
    list-style: none;
    margin: 0;
}

.category-card .new_li {
    padding: 16px 20px;
    background: #f9f9f9;
}

.category-card .new_li img {
    width: 100%;
    border-radius: 8px;
    margin-bottom: 12px;
}

.category-card .new_li ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* 现代化服务卡片样式 */
.modern-services-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    margin-top: 60px;
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-title {
    font-size: 2.5em;
    font-weight: 700;
    color: #1a4a6e;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #329ed9, #2677a8);
    border-radius: 2px;
}

.section-subtitle {
    font-size: 1.1em;
    color: #666;
    margin-top: 25px;
    font-weight: 300;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.service-card {
    background: white;
    border-radius: 20px;
    padding: 40px 30px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #329ed9, #2677a8);
    transform: scaleX(0);
    transition: transform 0.4s ease;
}

.service-card:hover::before {
    transform: scaleX(1);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #329ed9 0%, #2677a8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
    box-shadow: 0 8px 20px rgba(50, 158, 217, 0.3);
}

.service-card:hover .service-icon {
    transform: rotateY(180deg);
    box-shadow: 0 12px 30px rgba(50, 158, 217, 0.4);
}

.service-icon i {
    font-size: 36px;
    color: white;
    transition: all 0.4s ease;
}

.service-card:hover .service-icon i {
    transform: rotateY(-180deg);
}

.service-title {
    font-size: 1.5em;
    font-weight: 600;
    color: #1a4a6e;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.service-card:hover .service-title {
    color: #329ed9;
}

.service-desc {
    font-size: 0.95em;
    color: #666;
    margin-bottom: 25px;
    line-height: 1.6;
}

.service-list {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
    text-align: left;
}

.service-list li {
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.service-list li:last-child {
    border-bottom: none;
}

.service-list li a {
    color: #555;
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    font-size: 0.9em;
}

.service-list li a:hover {
    color: #329ed9;
    padding-left: 10px;
}

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #329ed9;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 10px 25px;
    border: 2px solid #329ed9;
    border-radius: 25px;
    font-size: 0.9em;
}

.service-link:hover {
    background: linear-gradient(135deg, #329ed9 0%, #2677a8 100%);
    color: white;
    transform: translateX(5px);
    box-shadow: 0 5px 15px rgba(50, 158, 217, 0.3);
}

.service-link i {
    transition: transform 0.3s ease;
}

.service-link:hover i {
    transform: translateX(5px);
}

/* 响应式设计 */
@media screen and (max-width: 768px) {
    .modern-services-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 2em;
    }

    .section-subtitle {
        font-size: 1em;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        padding: 30px 20px;
    }

    .service-icon {
        width: 70px;
        height: 70px;
    }

    .service-icon i {
        font-size: 30px;
    }

    .service-title {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 480px) {
    .section-title {
        font-size: 1.8em;
    }

    .service-card {
        padding: 25px 15px;
    }

    .service-icon {
        width: 60px;
        height: 60px;
    }

    .service-icon i {
        font-size: 26px;
    }
}

/*key:UG93ZXJlZCBieSBab29tbWEh6YCQ5rWqQ01TIHd3d3cuWm9vbWxhLmNu */