@charset "utf-8";
/* moved from static/css/gardenl-phone.css (structure unchanged, only image paths if any) */

/* 移动端底部电话条 */
@media only screen and (max-width:1199px) {
    .mobile-phone-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: #15457e;
        color: white;
        padding: 12px 0;
        text-align: center;
        border-top: 1px solid #0d3a6b;
        min-height: 48px;
        box-sizing: border-box;
    }
    
    .mobile-phone-content {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 14px;
        line-height: 1.4;
    }
    
    /* 宣传文字滚动容器 */
    .promotion-scroll {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        position: relative;
    }
    
    .promotion-text {
        display: inline-block;
        white-space: nowrap;
        animation: scroll-left 30s linear infinite;
    }
    
    .phone-section {
        display: inline-flex;
        align-items: center;
        gap: 15px;
        margin-right: 80px;
    }
    
    .promo-item {
        color: #fff;
        font-size: 14px;
        opacity: 0.9;
        margin-right: 80px;
    }
    
    /* 向左滚动动画 */
    @keyframes scroll-left {
        0% {
            transform: translateX(0%);
        }
        100% {
            transform: translateX(-100%);
        }
    }
    
    /* 悬停时暂停动画 */
    .promotion-scroll:hover .promotion-text {
        animation-play-state: paused;
    }
    
    .phone-label {
        font-size: 14px;
        opacity: 0.9;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .us-flag {
        background: #ff4757;
        color: white;
        font-size: 11px;
        font-weight: bold;
        padding: 2px 5px;
        border-radius: 3px;
        letter-spacing: 0.5px;
        line-height: 1;
        opacity: 1;
    }
    
    .phone-number {
        color: white;
        text-decoration: none;
        font-weight: bold;
        font-size: 14px;
        padding: 3px 6px;
        border: 1px solid rgba(255,255,255,0.3);
        border-radius: 3px;
        transition: all 0.2s ease;
    }
    
    .phone-number:hover,
    .phone-number:active {
        background: rgba(255,255,255,0.1);
        border-color: rgba(255,255,255,0.5);
        text-decoration: none;
        color: white;
    }
    
    /* 优化触摸体验 */
    .phone-number:active {
        transform: scale(0.98);
    }
    
    /* 确保电话条不被其他元素遮挡 */
    .mobile-phone-bar {
        box-sizing: border-box;
    }
    
    .mobile-phone-content {
        padding: 0 15px;
        box-sizing: border-box;
    }
    
    /* 为页面内容添加底部间距，避免被电话条遮挡 */
    body {
        padding-bottom: 60px;
    }
}

/* PC端隐藏电话条 */
@media only screen and (min-width: 1200px) {
    .mobile-phone-bar {
        display: none;
    }
}

@media only screen and (max-width:1199px) {
/*顶部*/
#header-web {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.logo {
	width: 300px;
	margin: 13px auto;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 3;
}
.logo img {
	width: 100%;
	height: auto;
	display: block;
}
/*搜索*/
.search {display:none;
}
.search .text {
	width:100%;
	height: 33px;
	line-height: 30px;
	font-size: 16px;
	border:none;
	color: #000;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
	outline: none;border-radius:5px;text-indent:16px;background:#fff;border: 1px solid #dcdbdb;float:left;
}
.text:focus {color: #000; }
.btd{width:60px;height:25px;line-height:27px;border:none;color:#fff;letter-spacing:1px;font-size: 15px;outline: none;float:right;margin-top:-29px;margin-right:5px;background:#f37800;border-radius:5px;}
input:-ms-input-placeholder{
    color: #000;font-size:15px;
}

input::-webkit-input-placeholder{
    color: #000;font-size:15px;
}
cite{color:#d6623d;font-style:normal;}
.searchtitle {
	width: 90%;
	font-size: 18px;
	margin:0 auto;
	font-weight: normal;
	line-height:25px;
	color: #150707;
	padding: 25px 0px;
}
/*菜单*/
#header-nav {
	width: 100%;
overflow:hidden;
margin-top:5px;	background:#23456b;
padding:8px  0px;
	
}
#header-nav li {
	width: 25%;
	float: left;
}
#header-nav li a {
	display: block;
	color: #fff;
	text-align: center;
	line-height: 37px;
	width: 100%;font-size:15px;
}
.sub-menu {display:none;}


/*选项卡*/
.widget{width:100%;margin-top:25px;border-bottom:5px solid #eeeeee;padding-bottom:10px;}
.widget-tab input{display:none}
.widget-tab .widget-box ul{display:none}
.widget-title{margin:0 auto;height:35px;width:90%;border-radius:2px;}
.widget-title ul li{width:33.333%;float:left;line-height:35px;background:#eeeeee}
.widget-title ul li label{width:100%;display:block;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
#new:checked ~ .widget-title .new,#hot:checked ~ .widget-title .hot,#random:checked ~ .widget-title .random{background:#23456b;color:#fff;}
#new:checked ~ .widget-box .new-list,#hot:checked ~ .widget-box .hot-list,#random:checked ~ .widget-box .random-list{display:block}
.widget-box{width:90%;margin:0 auto;}
.widget-box ul li{padding:18px 0px;border-bottom:1px solid #ededed;width:100%;clear:both;}
.widget-box ul li:last-child{border-bottom:none;}
.widget-box ul li a{color:#313131;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} 
.widget-box ul li span{display:none;}
.we{overflow:hidden;}
.we img{width:100%;height:auto;float:left;border-radius:2px;}
.we .fwe{width:100%;font-weight:bold;font-size:20px;color:#000;overflow:hidden;display:block;margin-top:15px;float:left;}
.we p{font-size:15px;line-height:25px;margin-top:10px;width:100%;float:left;}

/*企业简介*/
.inte{width:100%;margin-top:25px;overflow:hidden;}	
.inte h2{color:#15457e;text-align:center;margin:0 auto;margin-bottom:25px;width:120px;font-size:21px;border:1px solid #15457e;border-radius:50px;border-left:8px solid #15457e;font-weight:900;
}

.inte i{display:none;}
.inte .dain {
width:90%;height:auto;margin:0 auto;
}

.inte p{line-height:33px;text-indent:40px;width:90%;float:left;margin-left:5%;margin-top:20px;}
.more{color:#15457e;}

/*列表*/

.list-l {
	    width: 100%;
	    margin-bottom: 20px;
}

.list-r {
	    width: 100%;
	    margin-bottom: 20px;
}

.listbox {
	    width: 100%;
	    overflow: hidden;
	    float: left;
	    margin-bottom: 25px;
}

.listbox li{
	    white-space: nowrap;
	    overflow: hidden;
	    width: 98%;
}

/* 移动端优化的文章列表项布局 */
.listbox .post-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
    margin-bottom: 5px;
    gap: 12px;
}

.listbox .post-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.listbox .post-title {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    color: #333;
    font-size: 15px;
    line-height: 1.5;
}

.listbox .post-title:hover {
    color: #15457e;
    text-decoration: none;
}

/* 通用阅读量标签样式 */
.view-count-badge {
    color: #666;
    font-size: 11px;
    background: #f8f8f8;
    padding: 4px 8px;
    border-radius: 10px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-family: inherit;
    line-height: 1;
    vertical-align: middle;
    text-decoration: none;
}

/* 列表中的阅读量标签 */
.listbox .view-count-badge {
    flex-shrink: 0;
}

.box-list {
	    overflow: hidden;
	    margin: auto 10px;
	    padding-bottom: 40px;
	    padding: 0 20px 0 20px;
}

/* 移动端分类标题头部容器 */
.category-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 28px;
}

.box-list h2{
	    color: #15457e;
	    font-size: 16px;
	    font-weight: bold;
	    border-bottom: 2px solid #15457e;
	    padding-bottom: 8px;
}

/* 在category-header容器中的h2样式 */
.category-header h2{
	    margin: 0;
	    flex: 1;
}

/* 移动端刷新按钮样式 */
.refresh-btn {
    background: none;
    border: 1px solid #15457e;
    color: #15457e;
    font-size: 14px;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    align-self: center;
}

.refresh-btn:hover {
    background: #15457e;
    color: #fff;
    transform: rotate(180deg);
}

.refresh-btn:active {
    transform: rotate(180deg) scale(0.95);
}

/* 移动端列表容器优化 */
.listbox ul {
    background: #fff;
    border-radius: 6px;
    padding: 12px;
    margin-top: 8px;
    border: 1px solid #f0f0f0;
}

.listbox ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}


/*列表 END*/

/*企业简介*/ 
.new {}
.necw h2{color:#15457e;text-align:center;margin:25px auto;width:120px;font-size:21px;border:1px solid #15457e;border-radius:50px;border-left:8px solid #15457e;font-weight:900;
}
.liaa {
	width:90%;
	margin:0 auto;
	padding:20px 0px;
	overflow:hidden;
	border-top:1px solid #f1f1f1;
}
.liaa:last-child {
	border-bottom:none;
}
.liaimg {
	display:block;
	float:left;
	width:32%;
	height:auto;
	aspect-ratio:16/9;
	overflow:hidden;
}
.liaimg img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:3px;
}
.liale {
	width:63%;
	float:right;
	line-height:25px;
}
.liale a {
	font-weight:100;
}

/*页面主体*/
.box {
	width: 100%;
	padding-bottom: 25px;
	overflow:hidden;
}
.list {
	width: 100%;
	margin:0 auto;
	height: auto;
	border-top: 1px solid #f1f1f1;
	padding-top:28px;
	padding-bottom:25px;overflow:hidden;
}

.list:first-child{border-top:0px;}
.titleimg {
	width: 28%;
	display: block;
	float: left;
	margin-right: 5%;border-radius:2px;margin-left:6%;
}
.titleimg img {
	width: 100%;
}
.mecctitle {
	width: 55%;
	float: right;margin-right:6%;margin-top: -5px;line-height: 25px;
}
.mecctitle a {
	font-weight: normal;
}
.mucctitle{width:88%;margin:0 auto;line-height: 25px;}

.mucctitle a {
	font-weight: normal;
}

time {
	    width:55%;
	margin-right:6%;
	color: #a2a2a2;
	margin-top: 10px;
	font-style: normal;
	float:right;font-size:15px;
}
.tebe{float:left;margin-left:6%;}

.list p{display:none;}

/*分页*/
.posts-nav{ font-size: 14px;
	    color:rgba(0,0,0,0.44);text-align:center;margin-top:25px;}
.posts-nav .page-numbers{border-radius: 3px;border:1px solid #f1f1f1;display: inline-block;
	    text-align: center;
	    width: 25px;line-height:25px;margin:0 5px;}
.posts-nav .page-numbers.current,.posts-nav .page-numbers:not(.dots):hover{ background:#f37800;
	    border-color:#f37800;color:#fff;}
.posts-nav .page-numbers.dots{border-color:rgba(0,0,0,0)}
/*文章开始*/	
.p3{
width:90%;margin:0 auto;
font-weight: 800;
	font-size: 25px;
	color: #3a3a3a;text-align:center;line-height: 35px;margin-top:25px;}	
.p2{font-weight: 100;
	font-size: 14px;
	color: #a2a2a2;text-align:center;margin-top:10px;clear:both;text-transform:capitalize;
	}
.content-text {width: 100%;
	overflow: hidden;
	padding: 0 16px;
	box-sizing: border-box;
}
.content-text p {
	clear: both;
	width: 100%;
	margin: 16px 0;
	line-height: 33px;
	letter-spacing: normal;
}
.wp-block-image{width:100%;
margin:0 auto;margin-top:25px;}
.wp-block-image img{width: 100%;
	display: block;
	}
figcaption{margin-top:25px;text-align:center;}	

.content-text h2 {
	    width: auto;
	margin:0 6%;
	margin-top:20px;
	color: #222222;
	font-size:28px;
}

.content-text h3 {
	  width: auto;
	margin:0 6%;
	margin-top:20px;
	color: #222222;
	font-size:24px;
}

.content-text h4 {
	      width: auto;
	margin:0 6%;
	margin-top:20px;
	color: #222222;
	font-size:20px;
}

blockquote {
	width: auto;
	padding: 0px 2% 15px 2%;
	margin-top: 25px;
background:#fcfcfc;overflow:hidden;
}
.content-text ol{clear:both;list-style:inside lower-alpha;}

.content-text ol{clear:both;list-style:inside lower-alpha;width: 90%;
	margin:0 auto;}
.content-text ol li{line-height:26px;margin-top:6px !important;margin-bottom:2px !important;}
.content-text ul{clear:both;width: 85%;
	margin:0 auto;}
.content-text ul li{line-height:26px;margin-top:6px !important;margin-bottom:2px !important;}
/* legacy bullet removed; bullets handled by assets/css/typography.css */
.gallery { width:100%; margin:15px 0px 10px 0px;}
.gallery .gallery-item {
	float: left;
	margin-bottom: 2px;
	text-align: center;
	width:100%;
}
.gallery-columns-3 .gallery-item { width:33.333%;float:left;}
.gallery-columns-2 .gallery-item { width:100%;}
.gallery-columns-1 .gallery-item { width: 100%; margin-bottom:-12px;}
.gallery img {
	    width:100%;display:block;background-size: 100% auto;
}
pre{white-space:pre-wrap;word-wrap:break-word;margin-top:30px;	}
pre code,code{display:block;overflow:auto;font-size:.88rem;padding:2rem;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;line-height:24px;background: #282b2f;border-radius:3px;margin-right:0px;color:#d7d7d7}
code{display:inline-block;margin:-.36rem 0;padding:0 .36rem;color:#fff;background:#d8643f;line-height:1.6rem;font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";margin-right:10px;}
.wp-block-button{width:250px;margin:30px auto;background:#0073aa;border-radius:4px;}
.wp-block-button__link{color:#fff;width:250px;text-align:center;padding:10px 0px;display:block;}
.wp-block-button__link:hover{color:#fff;}
.wp-block-video{width: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 30px;}
.wp-block-video video{width: 100%;
	display: block;}	
.wp-block-audio{width:88%;margin:0 auto;margin-top:25px;}
/*底部阅读*/
.bdf{width:88%;overflow:hidden;margin:0 auto;margin-top:20px;}
.bdf .yue{float:left;color: #a2a2a2;  line-height:26px;background: url(../../static/images/see.png) no-repeat;
	background-size: 22px auto;text-indent:31px;}

/*底部*/
#dibu-main {
height: auto;
	width: 100%;
	overflow: hidden;
border-top: 1px solid #dcdbdb;
padding:9px 0px;background: #f8f8f8 !important;
}
.bottomlist {
	width:100%;
}
.bottomlist {
	width:100%;
}
.bottomlist .xinlan {
	display:none;
}
.bottomlist .weixin2 {
	width:100%;
}
.bottomlist .weixin {
	width:100%;
	text-align:center;
	display:block;
	height:40px;line-height:43px;font-size:15px;color: #5f5f5f;
}
.bottomlist .weixin img{display:none;}
.bottomlist .xixii {
	display:none;
}
.bottom{display:none;}
.tongji {
	display: none
}
.off{display:none;}

/* Content CTA Mobile Styles */
.content-cta {
    margin: 16px 0;
    border-width: 2px;
}

.content-cta__inner {
    padding: 10px;
    box-sizing: border-box;
}

.content-cta__title {
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
}

.content-cta__subtitle {
    font-size: 13px;
    line-height: 1.4;
    text-align: center !important;
}

/* Override typography.css justify alignment for CTA subtitle */
.content-text .content-cta__subtitle {
    text-align: center !important;
}

.content-cta__actions {
    text-align: center;
    margin-top: 4px;
}

.content-cta__btn {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 700;
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    color: #333333;
    background: #ffffff;
    border: 2px solid #333333;
    transition: all 0.2s ease;
}

/* Mobile hover effects */
.content-cta:hover .content-cta__btn {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
}

.content-cta__btn:active {
    background: #555555;
    border-color: #555555;
    color: #ffffff;
}

/* Post Meta Mobile Styles */
.post-date {
    margin-right: 12px;
}

.post-views {
    color: #a2a2a2;
    background: url(../../static/images/see.png) no-repeat;
    background-size: 18px auto;
    text-indent: 24px;
    background-position: 0 1px;
    line-height: 24px;
    display: inline-block;
}

/*404*/
.c404{width: 100%;
background:#fff;
	overflow: hidden;}	
.fourjpg {
	width: 80%;
	background: url(../../static/images/404.png)  center no-repeat;
	background-position:0px 0px;
	background-size:100% auto;
	height: 400px;
	margin:0 auto;
}
.wrong {
display:none;
}
}


