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

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

@media only screen and (min-width: 1200px) {
/*顶部*/
#middle{width:1100px;margin: 40px auto;margin-bottom:15px;padding:45px 60px 45px 60px;overflow:hidden;background:#fff;border-top:5px solid #99100d;}
#header-web {
	width:100%;overflow:hidden;
}
.logo {float:none; display:inline-block; margin:13px auto; margin-left:0;}
.top-call-cta{display:inline-flex; align-items:center; gap:8px; float:none; margin:18px 0 0 12px; vertical-align:middle}
.top-call-cta .flag-us{display:inline-block;width:18px;height:12px;background:linear-gradient( to bottom, #b22234 0, #b22234 10%, #fff 10%, #fff 20%, #b22234 20%, #b22234 30%, #fff 30%, #fff 40%, #b22234 40%, #b22234 50%, #fff 50%, #fff 60%, #b22234 60%, #b22234 70%, #fff 70%, #fff 80%, #b22234 80%, #b22234 90%, #fff 90%, #fff 100% ); position:relative; border:1px solid rgba(0,0,0,.06);}
.top-call-cta .flag-us:before{content:"";position:absolute;left:0;top:0;width:40%;height:55%;background:#3c3b6e;}
#header-web{ text-align:center; }
.top-call-cta{display:block;float:right;margin-top:18px;margin-right:20px;background:#fff7cc;border:1px solid #ffd666;color:#1f2937;border-radius:6px;padding:6px 10px;line-height:1}
.top-call-cta span{margin-right:8px;color:#6b7280}
.top-call-cta a{color:#1f2937;font-weight:700}
.top-call-cta a:hover{color:#0ea5e9}
.logo {
	width: 420px;
float:left;overflow:hidden;margin-left:25px;

}

/* 强制品牌区布局：左 LOGO / 右 CTA（覆盖旧浮动规则） */
@media only screen and (min-width: 1200px) {
    #header-web { text-align: initial; }
    #header-web .header-brand {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        width: 100%;
    }
    #header-web .header-brand .logo { float: none; margin: 0; width: auto; flex: 0 0 auto; }
    #header-web .header-brand .logo img { max-width: 260px; height: auto; display: block; }
    #header-web .header-brand .top-call-cta { float: none; margin: 0; display: inline-flex; align-items: center; }
}

/* 底部微信二维码：PC 端直接常显，不再悬浮弹出 */
@media only screen and (min-width: 1200px) {
    .bottomlist .weixin { position: static; display: inline-flex; align-items: center; gap: 8px; }
    .bottomlist .weixin .xixii {
        display: inline-block !important;
        position: static !important;
        width: 130px !important;
        height: 130px !important;
        left: auto !important; top: auto !important; padding: 0 !important;
        background: none !important; z-index: auto !important;
        transition: none !important;
    }
    .bottomlist .weixin:hover .xixii { display: inline-block !important; position: static !important; left: auto !important; top: auto !important; padding: 0 !important; background: none !important; z-index: auto !important; }
}
.logo img {
	width:100%;
	display:block;
}
/*搜索*/
.search {
	width:280px;background:#23456b;padding:2px;overflow:hidden;border-radius:3px;margin-top:17px;margin-right:20px;
float:right
}
.search .text {
	width: 210px;
	height: 35px;
	font-size: 16px;
	border:none;
	text-indent: 15px;
	color: #000;
	font-family: "Microsoft Yahei", "冬青黑体简体中文 w3";
	outline: none;
	border-radius:2px;
	float:left;
	
}
.search .btd{width:60px;height:35px;border:0px;float:left;font-size:20px;background:none;text-align:center;color:#fff;cursor: pointer;outline: none;margin-left:5px;font-size:16px;}
cite{color:#f37800;font-style:normal;}
.searchtitle {
	width: 100%;
	font-size: 18px;
	font-weight: normal;
	color: #150707;
	margin-bottom: 30px;
	height:70px;
	line-height:72px;
	text-indent:50px;background:#fff;
}
/*菜单整体容器 - 只有边框*/
.nav-container {
	width: 100%;
	margin-top: 25px;
	margin-bottom: 30px;
	float: left;
	clear: both;
	background: transparent;
	border-radius: 3px;
	overflow: visible;
	border: 2px solid #333333;
	box-sizing: border-box;
	position: relative;
	z-index: 10;
}

/*主菜单 - 重置样式避免冲突*/
#header-nav {
	height: 45px;
	background:#23456b;
	width:100%;
	border-radius:0;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	overflow: visible;
	position: relative;
	z-index: 11;
}
#header-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 45px;
}
#header-nav li {
	float: left;
	position: relative;
	width: 12.5%;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header-nav li a {
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
	line-height: 45px;
	margin: 0;
	padding: 0;
	text-decoration: none;
	box-sizing: border-box;
}
.current-menu-item {
	background:#c00f0b;
	color: #fff;
}

#header-nav li a:hover{background:#c00f0b;}
#header-nav li:hover > ul {
	top: 50px;
	left: 0px;
	display: block;
	width: 140px;
	height:auto;
	background: #f37800;
}
#header-nav .sub-menu {
	position: absolute;
	z-index: 99999;
	top: 50px;
	left: 0px;
	transition: all 600ms;
	overflow:hidden;
	width:140px;
	height:0px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#header-nav .sub-menu li {
	width:100%;
	margin: 0;
	padding: 0;
	border-top:1px solid #efb57c;
	clear:both;
	list-style: none;
}
#header-nav .sub-menu li a {
	width:100%;
	text-align: center;
	color: #fff;
	text-indent:0px;
	padding:0px;
	margin: 0;
	text-decoration: none;
}
#header-nav .sub-menu li a:hover {
	color: #fff;
}

/*小号子菜单 - 黑白灰简约风格 - 只在PC端显示 - 重置样式避免冲突*/
#header-sub-nav {
	height: 35px;
	width: 100%;
	margin-top: -1px;
	margin-bottom: 0;
	padding: 4px 15px;
	float: left;
	clear: both;
	text-align: left;
	background: transparent;
	border-top: 1px solid #333333;
	box-sizing: border-box;
	list-style: none;
	overflow: visible;
}
#header-sub-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 27px;
	text-align: left;
}
#header-sub-nav li {
	display: inline-block;
	float: none;
	position: relative;
	margin: 0 3px;
	padding: 0;
	vertical-align: top;
	list-style: none;
}
#header-sub-nav li a {
	display: inline-block;
	width: auto;
	height: 20px;
	line-height: 18px;
	padding: 0 10px;
	font-size: 11px;
	color: #333333;
	background: #ffffff;
	border: 1px solid #666666;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
	box-sizing: border-box;
}
#header-sub-nav li a:hover {
	background: #333333;
	color: #ffffff;
	border-color: #333333;
}
#header-sub-nav li.current-menu-item a {
	background: #666666 !important;
	color: #ffffff !important;
	border-color: #666666 !important;
}
/* 确保子菜单不继承全局current-menu-item的红色样式 */
#header-sub-nav .current-menu-item {
	background: transparent !important;
}
#header-sub-nav li.current-menu-item {
	background: transparent !important;
}
/* 子菜单的下拉菜单样式 */
#header-sub-nav li:hover > ul {
	top: 29px;
	left: 0px;
	display: block;
	width: auto;
	min-width: 100px;
	height: auto;
	background: #ffffff;
	border: 1px solid #333333;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
#header-sub-nav .sub-menu {
	position: absolute;
	z-index: 99999;
	top: 29px;
	left: 0px;
	transition: all 300ms;
	overflow: visible;
	width: auto;
	min-width: 100px;
	height: 0px;
	background: #ffffff;
	border: none;
}
#header-sub-nav .sub-menu li {
	width: 100%;
	margin: 0;
	border: none;
	clear: both;
	display: block;
	float: none;
	border-bottom: 1px solid #eeeeee;
}
#header-sub-nav .sub-menu li:last-child {
	border-bottom: none;
}
#header-sub-nav .sub-menu li a {
	width: 100%;
	display: block;
	text-align: left;
	color: #333333;
	background: #ffffff;
	border: none;
	border-radius: 4px;
	text-indent: 8px;
	padding: 6px 12px;
	margin: 0;
	line-height: 1.2;
	font-size: 11px;
	box-sizing: border-box;
	text-decoration: none;
}
#header-sub-nav .sub-menu li a:hover {
	background: #f8f8f8;
	color: #000000;
}

/* 子菜单颜色主题 - 红色系 */
#header-sub-nav li.menu-item-red a {
	background: #ffebee !important;
	color: #c62828 !important;
	border-color: #c62828 !important;
}
#header-sub-nav li.menu-item-red a:hover {
	background: #c62828 !important;
	color: #ffffff !important;
	border-color: #c62828 !important;
}
#header-sub-nav li.menu-item-red.current-menu-item a {
	background: #b71c1c !important;
	color: #ffffff !important;
	border-color: #b71c1c !important;
}

/* 子菜单颜色主题 - 绿色系 */
#header-sub-nav li.menu-item-green a {
	background: #e8f5e8 !important;
	color: #2e7d32 !important;
	border-color: #2e7d32 !important;
}
#header-sub-nav li.menu-item-green a:hover {
	background: #2e7d32 !important;
	color: #ffffff !important;
	border-color: #2e7d32 !important;
}
#header-sub-nav li.menu-item-green.current-menu-item a {
	background: #1b5e20 !important;
	color: #ffffff !important;
	border-color: #1b5e20 !important;
}

/* 子菜单颜色主题 - 黄色系 */
#header-sub-nav li.menu-item-yellow a {
	background: #fffde7 !important;
	color: #f57f17 !important;
	border-color: #f57f17 !important;
}
#header-sub-nav li.menu-item-yellow a:hover {
	background: #f57f17 !important;
	color: #ffffff !important;
	border-color: #f57f17 !important;
}
#header-sub-nav li.menu-item-yellow.current-menu-item a {
	background: #e65100 !important;
	color: #ffffff !important;
	border-color: #e65100 !important;
}

/* 下拉菜单的颜色主题支持 */
/* 红色系下拉菜单 */
#header-sub-nav li.menu-item-red .sub-menu {
	border-color: #c62828 !important;
}
#header-sub-nav li.menu-item-red .sub-menu li a {
	color: #c62828 !important;
	background: #ffebee !important;
}
#header-sub-nav li.menu-item-red .sub-menu li a:hover {
	background: #c62828 !important;
	color: #ffffff !important;
}

/* 绿色系下拉菜单 */
#header-sub-nav li.menu-item-green .sub-menu {
	border-color: #2e7d32 !important;
}
#header-sub-nav li.menu-item-green .sub-menu li a {
	color: #2e7d32 !important;
	background: #e8f5e8 !important;
}
#header-sub-nav li.menu-item-green .sub-menu li a:hover {
	background: #2e7d32 !important;
	color: #ffffff !important;
}

/* 黄色系下拉菜单 */
#header-sub-nav li.menu-item-yellow .sub-menu {
	border-color: #f57f17 !important;
}
#header-sub-nav li.menu-item-yellow .sub-menu li a {
	color: #f57f17 !important;
	background: #fffde7 !important;
}
#header-sub-nav li.menu-item-yellow .sub-menu li a:hover {
	background: #f57f17 !important;
	color: #ffffff !important;
}

/*选项卡*/
.widget{width:530px;margin-top:30px;float:right;}

/* 确保nav-container不被后续元素遮挡 */
.nav-container::after {
	content: "";
	display: table;
	clear: both;
}
.widget-tab input{display:none}
.widget-tab .widget-box ul{display:none}
.widget-title{height:40px;width:100%;border-radius:2px;}
.widget-title ul li{width:33.333%;float:left;line-height:40px;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:100%;}
.widget-box ul li{width:100%;clear:both;text-indent:5px;}
.widget-box ul li:last-child{border-bottom:none;}
.widget-box ul li a{color:#313131;line-height:45px;display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;} 
.widget-box ul li a:before {
	content: ' ▷';margin-right:10px;font-size:14px;
	}
.widget-box ul li span{float:right;color:#888888;font-size:15px;margin-top:14px;font-style:italic}
.we{overflow:hidden;border-bottom:none;padding:20px 0px;}
.we img{width:176px;height:auto;margin-right:30px;float:left;border-radius:2px;margin-top:15px;}
.we .fwe{float:left;width:324px;font-size:20px;color:#000;overflow:hidden;display:block;margin-top:-10px;text-indent:0px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.we p{font-size:15px;line-height:25px;margin-top:10px;width:324px;float:left;text-indent:0px;margin-top:-2px;}

/*企业简介*/

.inte {
	width:530px;
	float:left;
	background:#fff;margin-top:30px;overflow:hidden;
}
.inte h2 {
	font-size:22px;
	color:#0a3a72;
	margin-bottom:25px;
}
.inte i{color:#d0d0d0;font-size:17px;font-weight:100;}
.inte .dain {
	width:100%;
	height:auto;
	margin-bottom:4px;border-radius:3px;
}

.inte p {
	line-height:36px;
	margin-top:15px;
	text-indent:40px;float:left;clear:both;
}
.more {
	color:#0a3a72;
}

/*列表*/

.list-l {
	    float: left; 
	    width: 48%;
	    margin-right: 2%;
}

.list-r {
	    float: right; 
	    width: 48%;
	    margin-left: 2%;
}

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

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

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

.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: 14px;
    line-height: 1.4;
}

.listbox .post-title:hover {
    color: #0a3a72;
    text-decoration: none;
}

/* 通用阅读量标签样式 */
.view-count-badge {
    color: #666;
    font-size: 12px;
    background: #f8f8f8;
    padding: 4px 8px;
    border-radius: 12px;
    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: 0 auto;
	    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: 32px;
}

.box-list h2{
	    color: #0a3a72;
	    font-size: 18px;
	    font-weight: bold;
	    border-bottom: 2px solid #0a3a72;
	    padding-bottom: 8px;
}

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

/* 刷新按钮样式 */
.refresh-btn {
    background: none;
    border: 1px solid #0a3a72;
    color: #0a3a72;
    font-size: 16px;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    align-self: center;
}

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

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

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

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


/*列表 END*/

/*专题*/
.necw{width:100%;background:#f0f0f0;overflow:hidden;padding:35px 0px;margin-top:20px;float:left;}
.necw h2{	width:100px;
	background:#0a3a72;
	text-align:center;
	font-size:17px;
	line-height:35px;
	color: #fff;
	font-weight:100;
	margin-bottom:25px;margin-left:30px;border-radius:3px;}
.liaa {
	width:326px;
	float:left;
	overflow:hidden;margin-left:30px;
}
.liaimg {
	display:block;
	width:322px;
	height:180px;
	overflow:hidden;border:2px solid #fff;
}
.liaimg img {
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:3px;
}
.liale {
width:90%;margin:0 auto;
}
.liale a {
	font-weight:100;line-height:50px;height:50px;overflow:hidden;width:100%;display:block;
}


/*页面主体*/

.box{
	width: 900px;
	overflow:hidden;
	margin:0 auto;
	padding-bottom:40px;
}
/*文章列表*/
.list {
	width: 100%;
	padding-bottom: 35px;
	margin-top: 40px;
	overflow: hidden;
	border-bottom: 2px dashed #f1f1f1
}

.titleimg {
	display: block;
	float: left;
	width:auto;
	height: auto;
	overflow: hidden;
	
}
.titleimg img {
	 display:block;
	  width: 280px;height:auto;border-radius:3px;

}
.mecctitle {
	width: 580px;
	float: right;line-height:21px;
}
.mecctitle a {
	font-size: 20px;
}
.mucctitle {
	width: 99%;
	margin: 0 auto;line-height:21px;
}
.mucctitle a {
	font-size: 20px;
}
time{
	color: #a2a2a2;
	margin-top: 21px;
	font-style: normal;
	font-size:16px;
	float:left;margin-left:40px;
}
.tebe{margin-left:0px;}
.zaiyao {
	float: right;
	width: 580px;
	line-height: 35px;
	margin-top: 11px;
	font-size:17px;
}
.zuiyao {
	width: 100%;
	line-height: 35px;
	margin-top: 10px;
	clear: both;float: right;
	font-size:16px;
}

.zan {
	background: #f37800;
	text-indent:0px;
	color: #fff;
	border-radius: 5px;
	width: 35px;
	height: 15px;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	display:inline-block;
}

/*分页*/
.posts-nav{ font-size: 14px;
	    color:rgba(0,0,0,0.44);text-align:center;margin-top:40px;}
.posts-nav .page-numbers{border-radius: 3px;border:1px solid #f1f1f1;display: inline-block;background:#fff;
	    text-align: center;
	    width: 30px;line-height:30px;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{
	font-size: 38px;
	color: #000;text-align:center;margin-top:40px;margin-bottom: 20px;}	
.p2{font-weight: 100;
	font-size: 14px;
	color: #a2a2a2;text-align:center;text-align:center;clear:both;margin-top:20px;text-transform:capitalize;}
.content-text {
	width: 88%;padding:0 6%;
	overflow: hidden;
}

.content-text p {
	clear: both;
	width: auto;
	line-height: 35px;
	margin-top: 30px;font-size:17px;text-align:justify;
}

.wp-block-image{width: 100%;
	display: block;
	margin-top: 30px;}
.wp-block-image img{width: 100%;
	display: block;
	}
figcaption{text-align:center;display:block;font-size:17px;margin-top:30px;}	

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

.content-text h3 {
	margin-top: 30px;
	width: auto;
	font-size:19px;
	color: #222222;

}
.content-text h4 {
margin-top: 30px;
	width: auto;
	font-size:23px;
	color: #222222;

}

blockquote {
	width: auto;
	padding:0px 30px 25px 30px;
	margin-top: 30px;
	background:#f5f5f5;
	border-radius: 5px;overflow:hidden;clear:both;
}
.content-text ol{clear:both;list-style:inside lower-alpha;}
.content-text ol li{line-height:28px;margin-top:8px !important;margin-bottom:2px !important;}
.content-text ul{clear:both;}
.content-text ul li{line-height:28px;margin-top:8px !important;margin-bottom:2px !important;}
/* legacy bullet removed; bullets handled by assets/css/typography.css */

.gallery { width:100%; margin:40px 0px;}
.gallery .gallery-item {
	float: left;
	margin-bottom:2px;
}
#gallery-2{margin-bottom:5px;}
.gallery-columns-3 .gallery-item { width: 33.333%;}
.gallery-columns-3 .gallery-item img{ width: 100%;height:auto;}
.gallery-columns-2 .gallery-item { width: 50%;}
.gallery-columns-2 .gallery-item img{ width: 100%;height:auto;}
.gallery-columns-1 .gallery-item { width:100%;margin-bottom:-36px;}
.gallery img {
	    width:100%;height:auto;display:block;background:url(../../static/images/bg.gif) no-repeat;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 2rem;-webkit-overflow-scrolling:touch;overflow-scrolling:touch;line-height:20px;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:15px;}

/* small 标签样式 */
.content-text small {
	font-size: 12px;
	color: #666666;
	line-height: 1.4;
	display: inline;
}
.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;
	border-radius:5px;}
.wp-block-audio{margin-top:40px;}
/*底部阅读*/
.bdf{width:100%;overflow:hidden;margin-top:30px;}
.bdf .yue{float:right;margin-right:10px;color: #a2a2a2;background: url(../../static/images/see.png) no-repeat;
	background-size: 22px auto;text-indent:31px;background-position: 0 1px;height: 25px;line-height: 26px;}


/*底部*/
#dibu-main {
	background: #3f3f3f;overflow:hidden;
}
#dibu-main .dww{width: 1040px;margin:0 auto;padding: 35px 0px;overflow:hidden;display:flex;align-items:center;}
#dibu-main .dww{flex-wrap:nowrap;}
#dibu-main .dww{position:relative;}
#dibu-main .dww::before{content:"";position:absolute;left:0;top:35px;width:1040px;height:174px;border:3px solid #fff;border-radius:10px;pointer-events:none;box-sizing:border-box;}
.bottomlist {
	overflow: visible;
	height: auto;
	width: 30%;
	float:none;
	margin-top:20px;
	margin-bottom:20px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.bottomlist{ text-align:center; }
.bottomlist{ order:2; }
.bottomlist > .xinlan:only-child, .bottomlist > .weixin2:only-child{ float:left; display:block; }
.bottomlist .xinlan {
	margin-right: 40px;
	width: 35px;
	height: 35px;
background: #d72a2c;
	border-radius: 50%;
	float: left;
}
.bottomlist .weixin2 {
	float: left;
}
.bottomlist .weixin {
	position: absolute;
	width: 35px;
	height: 35px;
	background: #339d17;
	border-radius: 50%;
}
.bottomlist .weixin span{display:none;}
.bottomlist .xixii {
	width: 35px;
	height:35px;
	position: absolute;
	z-index: -99999;
	top: -35px;
	left: 0px;transition: all 0.5s;
}
.bottomlist .weixin:hover .xixii {
	padding: 5px;
	background: #fff;
	position: absolute;
	display: block;
	width: 130px;
	height: 130px;
	z-index: 999999;
	left: -55px;
	top: -196px;
	border-radius: 2px;
}
.bottom {
	float:none;
	width: 70%;
	margin-right:0;
}
.bottom{ order:1; }

.botop{overflow:hidden;float:right;
}
.botop  li {
	float: right;
	
}
.botop  li a {
	display: block;
	width:120px;text-align:center;font-size:16px;color:#ffffff;
	        padding: 5px;
}
.bottom .botext{
	clear: both;
	text-align:center;margin-top:20px;font-size:16px;color:#bebebe;
}
.bottom .botext a{font-size:16px;color:#bebebe;}
.tongji {
	display: none
	}	
.bottomlist .weixin{ position: static; display: inline-block; width:auto; height:auto; background:none; border-radius:0; vertical-align: middle; }
.bottomlist .xinlan, .bottomlist .weixin2{ float:none; }
.bottomlist .xixii{ position: static; display: inline-block; width:auto; height:auto; max-width:none; max-height:none; z-index: auto; left: auto; top: auto; }
.bottomlist .weixin:hover .xixii{ display: inline-block; position: static; left: auto; top: auto; padding: 0; background: none; z-index: auto; }
.scroll {
	width: 40px;
	height: 40px;
	    color:#fff;
	line-height: 38px;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 141px;
	cursor: pointer;
	font-size: 18px;
	border-radius: 2px;transition: all 0.5s;background-color:rgba(214,98,61,0.18);
}
.scroll:hover{	background: #d6623d;
	color: #fff;}
/*404*/
.c404{width: 100%;
background:#23456b;
	overflow: hidden;margin:3px auto;}	
.fourjpg {
	width: 100%;
	background: url(../../static/images/404.png)  center no-repeat;
	height: 400px;
	margin:0 auto;
}
.wrong {
	color: #fff;
	font-size: 28px;
	float: left;
	margin-top: 310px;
	width:100%;text-align:center;
}
.four-buttom {
	display: inline-block;
	height: 27px;
	line-height: 27px;
	font-size: 16px;
	color: #f37800;
	padding: 0px 10px;
	margin-left: 20px;
	background: #fff;
	border-radius: 2px;
}
.four-buttom:hover {
	color: #fff;
}	
.scroll {
	width: 40px;
	height: 40px;
	    color:#fff;
	line-height: 38px;
	text-align: center;
	position: fixed;
	right: 10px;
	bottom: 141px;
	cursor: pointer;
	font-size: 18px;
	border-radius: 2px;transition: all 0.5s;background-color:rgba(214,98,61,0.18);
}

}


