﻿@charset "utf-8";
/* CSS Document */
/**全局**/
* {
	margin: 0px;
	padding: 0px;
}
div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #313131;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif, "宋体";
	background: #fff url(../images/body_bg.webp) no-repeat center bottom;
}
ul, li {
	list-style: none;
}
.clear {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #e67e22; /* 主橙色 */
	text-decoration: none;
}
img {
	border: none;
}
hr {
	line-height: 0px;
	font-size: 0px;
	border: none;
	height: 1px;
	width: 100%;
	margin: 5px 0px;
	border-bottom: 1px dotted #ccc;
}
div {
	margin: 0px auto;
}
.f_l {
	float: left;
}
.f_r {
	float: right;
}
input, select {
	font-family: arial, Helvetica, sans-serif;
	padding: 1px;
}
.blank {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank5 {
	width: 100%;
	height: 5px;
	clear: both;
	overflow: hidden;
}
.blank10 {
	width: 100%;
	height: 10px;
	clear: both;
	overflow: hidden;
}
.blank20 {
	width: 100%;
	height: 20px;
	clear: both;
	overflow: hidden;
}
.blank30 {
	width: 100%;
	height: 30px;
	clear: both;
	overflow: hidden;
}
.blank38 {
	width: 100%;
	height: 30px;
	clear: both;
	overflow: hidden;
}
.mt10 {
	margin-top: 10px;
}
.hide {
	display: none;
}
.red {
	color: #f00;
}
.blue {
	color: #e67e22; /* 橙色替代蓝色 */
}
.gray {
	color: #ccc;
}
.noInfo {
	width: 100%;
	float: left;
	padding: 10px 0;
	text-align: center;
}
.input_submit {
	width: 77px;
	height: 41px;
	float: left;
	background: url(../images/search.webp) no-repeat left top;
	text-align: center;
	line-height: 41px;
	color: #fff;
	border: 0px;
	cursor: pointer;
}
.float_bg {
	background: url(../images/qq_3.webp) repeat-y left top;
	width: 118px;
	padding: 2px 0;
	float: left;
}
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list span {
	float: left;
	width: 80px;
}
.block {
	width: 1000px;
	margin: 0 auto;
}
/*all*/
.main {
	width: 100%;
	float: left;
	padding: 30px 0 0 0;
}
/*end*/

/**顶部**/
#header {
	width: 100%;
	height: 200px;
	float: left;
	position: relative;
	z-index: 9999;
	background: url(../images/top_bg.webp) no-repeat center;
	background-size: cover;
	background-position: 100% 50%;
}
#logo {
	float: left;
}
#logo img {
	height: 106px;
	margin: 47px 0;
}
#header_right {
	float: right;
}
.language {
	float: right;
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	color: #fff;
	margin-top: 57px;
	background: url(../images/language_li.webp) no-repeat center;
}
.language ul {
}
.language li {
	display: inline;
}
.language li a {
	font-size: 16px;
	color: #fff;
	margin: 0 12px;
}
.language li a:hover {
	color: #fce4cc; /* 浅橙代替浅绿 */
}
/*end*/

/*search*/
.search_m {
	display: none;
}
#search, .search_m {
	float: right;
	width: 225px;
	position: relative;
}
.search_m {
	width: 70%;
	margin: 15px 15%;
}
#search form {
	margin: 0;
	padding: 0px;
	width: 100%;
	float: left;
}
.skw {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-indent: 12px;
	font-size: 14px;
	color: #555;
	background: #fff;
	border: 0;
	border-radius: 3px;
}
.sub {
	float: left;
	width: 37px;
	height: 30px;
	border: 0px;
	cursor: pointer;
	background: url(../images/search.webp) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
}
/*end*/

/*menu*/
#navigate {
	float: left;
	width: 100%;
	height: 47px;
	background: #e67e22; /* 橙色导航栏 */
}
#navigate ul {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
}
#navigate ul li {
	float: none;
	flex: 1 1 auto;
	height: 47px;
	line-height: 47px;
	position: relative;
	z-index: 1000;
	text-align: center;
}
#navigate ul li.first_menu {
	background: none;
}
#navigate ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #fff;
	padding: 0 8px;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#navigate ul li a:hover, #navigate ul li .current {
	background: #fff; /* 白色悬停背景 */
	color: #e67e22; /* 橙色文字 */
}
#nav_bottom {
	float: left;
	width: 100%;
	height: 4px;
	background: #d1711e; /* 深橙色 */
}
#navigate ul li ul {
	width: auto;
	min-width: 180px;
	display: none;
	position: absolute;
	left: 50%;                 /* 从 left:0 改为 50% */
	transform: translateX(-50%); /* 水平居中 */
	top: 47px;
	padding: 7px 14px 18px 14px;
	background: #d1711e;
	z-index: 9999;
	white-space: nowrap;
}

#navigate ul li ul li {
	width: 100%;
	float: none;
	border-bottom: 1px dashed #f5b87b;
	background: none;
	height: 35px;
	line-height: 35px;
	overflow: visible;
	text-align: center;        /* 子菜单文字也居中 */
}

#navigate ul li ul li a {
	display: block;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	background: none;
	text-align: center;        /* 文字居中 */
	padding: 0 8px;
}
#navigate ul li ul li a:hover {
	background: none;
	color: #fce4cc;
}
/*end*/

/*mobile menu*/
.navbar-toggle {
	margin: 25px 0px 0 0;
}
.navbar-toggle .icon-bar {
	background-color: #fff;
}
.mobile_nav {
	display: none;
	background: #e67e22;
	position: absolute;
	width: 100%;
	z-index: 9999;
}
.mobile_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mobile_nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-bottom: 1px solid #fff;
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
}
.mobile_nav ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	height: 38px;
	line-height: 38px;
	font-weight: bold;
}
.mobile_nav ul li a:hover, .mobile_nav ul li a:active {
	background: #fff;
	color: #e67e22;
}
.mobile_nav ul ul {
	margin: 0;
	padding: 0 10px 10px 10px;
	display: none;
}
.mobile_nav ul ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.mobile_nav ul ul li a {
	padding: 0;
	padding-left: 5px;
	font-size: 14px;
	font-weight: normal;
	height: 38px;
	line-height: 38px;
}
.mobile_nav ul li a img {
	height: 25px;
}
.mobile_nav ul li i {
	position: absolute;
	top: 12px;
	right: 5px;
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.mobile_nav ul li i.touch-arrow-down {
	background-image: url(../images/touch-arrow-d.webp);
}
.mobile_nav ul li i.touch-arrow-up {
	background-image: url(../images/touch-arrow-u.webp);
}
/* 手机端汉堡按钮 */
.navbar-toggle {
    margin: 25px 0 0 0;
    padding: 8px 10px;
    background: #e67e22;
    border-radius: 6px;
    border: none;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: 4px 0;
}
/*flash*/
#banner {
	width: 100%;
	float: left;
}
#banner img {
	width: 100%;
	height: auto;
}
#flash {
	width: 100%;
	float: left;
}
.slideBox {
	position: relative;
	overflow: hidden;
	background: #000;
}
.slideBox .bd {
	position: relative;
	z-index: 0;
	margin: 0 auto;
}
.slideBox .bd li {
	position: relative;
	text-align: center;
	height: 445px;
}
.slideBox .bd li img {
	width: 100%;
}
.slideBox .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 0;
	height: 12px;
	line-height: 12px;
}
.slideBox .hd ul {
	text-align: center;
}
.slideBox .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	overflow: hidden;
	background: #fff;
	line-height: 999px;
	border-radius: 50%;
}
.slideBox .hd ul .on {
	background: #e67e22;
}
/*end*/


/*  综合新闻 */
#ibox {
	float: left;
	width: 100%;
	margin: 40px 0 0 0;
}
#ibox1 {
	float: left;
	width: 855px;
}
.home_top {
	float: left;
	width: 100%;
	height: 50px;
	background: url(../images/home_top.webp) repeat-x left bottom;
}
.home_top h3 {
	float: left;
	line-height: 50px;
	font-size: 24px;
	color: #e67e22;
	margin-left: 13px;
}
.home_top h2 {
	float: left;
	line-height: 50px;
	font-size: 24px;
	color: #e67e22;
	margin-left: 13px;
}
.home_top a {
	float: right;
	display: block;
	width: 55px;
	height: 20px;
	background: url(../images/home_more.webp) no-repeat center;
	margin: 15px 8px 0 0;
}
.ibox1_con {
	float: left;
	width: 100%;
	margin-top: 12px;
	overflow: hidden;
}
#ad {
	float: left;
	width: 400px;
	position: relative;
}
#ad .slideBox .bd li {
	height: 350px;
}
#ad .slideBox .hd ul li {
	display: none;
}
#ad .ad_title {
	width: 100%;
	height: 48px;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
	background: rgba(0,0,0,0.8);
	padding: 0 58px 0 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	text-align: left;
}
#ad .slideBox .prev {
	position: absolute;
	right: 34px;
	bottom: 16px;
	display: block;
	width: 11px;
	height: 12px;
	background: url(../images/left.webp) no-repeat left top;
	cursor: pointer;
	z-index: 3;
}
#ad .slideBox .next {
	position: absolute;
	right: 13px;
	bottom: 16px;
	display: block;
	width: 11px;
	height: 12px;
	background: url(../images/right.webp) no-repeat left top;
	cursor: pointer;
	z-index: 3;
}
#ad .ad_title:hover {
	text-decoration: underline;
}
#ibox1_right {
	float: right;
	width: 438px;
}
.ibox1_item {
	float: left;
	width: 100%;
	padding: 8px 0 9px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.ibox1_item_title {
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
}
.ibox1_item_title a {
	font-size: 16px;
	color: #313131;
}
.ibox1_item_des {
  float: left;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ibox1_item_time {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
}
.ibox1_item:nth-child(1) {
	padding-top: 0;
}
.ibox1_item:hover .ibox1_item_title a {
	color: #e67e22;
	text-decoration: underline;
}
/* 通知公告 */
#ibox2 {
	float: right;
	width: 295px;
}
.ibox2_top {
	float: left;
	width: 100%;
	height: 49px;
	background: #e67e22 url(../images/ibox2_top1.webp) no-repeat left center;
	background-size: contain;
}
.ibox2_top h3 {
	float: left;
	line-height: 49px;
	font-size: 24px;
	color: #fff;
	padding-left: 12px;
}
.ibox2_top h2 {
	float: left;
	line-height: 49px;
	font-size: 24px;
	color: #fff;
	padding-left: 12px;
}
.ibox2_top a {
	float: right;
	line-height: 49px;
	font-size: 14px;
	color: #fff;
	padding-right: 45px;
	background: url(../images/ibox2_top2.webp) no-repeat right center;
}
.ibox2_top a:hover {
	color: #fce4cc;
}
.ibox2_con {
	float: left;
	width: 100%;
	margin-top: 4px;
}
.ibox2_item {
	float: left;
	width: 100%;
	padding: 10px 0 7px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.ibox2_item_time {
	float: left;
	width: 60px;
	height: 69px;
	background: #eeeeee;
	color: #666666;
	overflow: hidden;
	text-align: center;
}
.ibox2_item_time h3 {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
}

.ibox2_item_time .day {
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 32px;
    font-weight: bold;
    color: #2d2d2d;
    text-align: center;
}

.ibox2_item_time span {
	float: left;
	width: 100%;
	height: 12px;
	line-height: 12px;
	font-size: 12px;
}
.ibox2_item_right {
	float: right;
	width: 226px;
}
.ibox2_item_title {
	float: left;
	width: 100%;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
.ibox2_item_title a {
	font-size: 16px;
	color: #313131;
}
.ibox2_item_des {
  float: left;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 8px;
  padding-right: 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ibox2_item:hover .ibox2_item_title a {
	color: #e67e22;
	text-decoration: underline;
}
/* 科研动态 */
#research {
	float: left;
	width: 100%;
	padding: 35px 0 0 0;
}
.research_row {
	margin-left: -15px;
	margin-right: -15px;
}
.news_box {
	float: left;
	width: 50%;
	padding: 0 15px;
}
.news_top {
}
.news_top h3 {
	margin-left: 0;
}
.news_top a {
	background: url(../images/news_more.webp) no-repeat center;
	margin: 15px 0 0 0;
}
.news_con {
	float: left;
	width: 100%;
}
.news_item {
	float: left;
	width: 100%;
	margin: 16px 0 0 0;
}
.news_item_img {
	float: left;
	width: 27.8%;
	height: 110px;
	background-size: cover;
	background-position: 50% 50%;
}
.news_item_right {
	float: right;
	width: 70.2%;
	padding: 0 10px 8px 0;
	border-bottom: 1px dashed #dcdcdc;
}
.news_item_title {
	float: left;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	color: #e67e22;
	overflow: hidden;
	padding-right: 10px;
}
.news_item_des {
  float: left;
  width: 100%;
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  margin-top: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news_item_time {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
}
.news_item:hover .news_item_title {
	text-decoration: underline;
}
/* 友情链接 */
#link {
	float: left;
	width: 100%;
	padding: 50px 0 0 0;
}
.link_box {
	float: left;
	width: 100%;
	min-height: 160px;
	background: url(../images/link_bg.webp) no-repeat center bottom;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	box-shadow: 1px 2px 7px #a3b79e;
}
.link_top {
	width: 140px;
	height: 165px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: -2px;
}
.link_con {
	float: left;
	width: 100%;
	padding: 0 0 0 165px;
}
.link_item {
	float: left;
	width: 70%;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding: 18px 0;
	background: url(../images/link_item.webp) no-repeat right center;
}
.link_item a {
	font-size: 14px;
	color: #666;
}
.link_item span {
	float: left;
	width: 23%;
	clear: both;
}
.link_item ul {
	float: left;
	list-style-type: none;
	width: 77%;
}
.link_item ul li {
	float: left;
	list-style-type: none;
}
.link_item ul li a {
	margin: 0 5px;
}
.link_item ul li a:hover {
	color: #e67e22;
}
.link_item ul li span {
	width: 2px;
	height: 30px;
	background: url(../images/link_item_li.webp) no-repeat center;
}
.link_right {
	float: left;
	width: 30%;
	padding: 18px 0;
}
#tel {
	float: left;
	font-size: 18px;
	color: #666;
	height: 60px;
	line-height: 60px;
	padding-right: 48px;
	padding-left: 25px;
}
#tel span {
	font-size: 21px;
	color: #e67e22;
	line-height: 40px;
	font-weight: bold;
	display: block;
}
#search2 {
	float: right;
	padding-right: 25px;
}
#search2 .skw2 {
	float: left;
	width: 298px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	box-shadow: inset 0 0 2px #ededed;
	font-size: 14px;
	color: #555;
	text-indent: 14px;
	background: #f6f6f6;
}
#search2 .sub2 {
	float: left;
	width: 47px;
	height: 40px;
	background: #e67e22 url(../images/search2.webp) no-repeat center;
	margin-left: 9px;
	border: 0;
}
/* footer */
#footer {
	float: left;
	width: 100%;
	padding: 15px 0;
	background: #e67e22;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}
#footer a {
	color: #fff;
}
#copy_txt {
	float: left;
	width: 100%;
}
#LeftButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/left.webp) no-repeat 0px 0px;
	position: absolute;
	left: 0px;
	top: 55px;
}
#RightButton {
	width: 24px;
	height: 42px;
	display: block;
	background: url(../images/right.webp) no-repeat 0px 0px;
	position: absolute;
	left: 736px;
	top: 55px;
}
#MarqueeDiv {
	width: 692px;
	float: left;
	height: 152px;
	overflow: hidden;
	margin: 0 0 0 34px;
	display: inline;
}
#MarqueeDiv img {
	margin-right: 10px;
	height: 150px;
	width: 150px;
}
/*end*/


/*left*/
#left {
	width: 240px;
	float: left;
}
.left_list {
	width: 100%;
	float: left;
	box-shadow: 0px 0px 5px #ccc;
}
.left_top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	float: left;
	background: #e67e22;
}
.left_top h3 {
	float: left;
	line-height: 60px;
	font-size: 22px;
	font-family: "微软雅黑";
	color: #FFF;
	padding-left: 22px;
}
.left_con {
	padding: 0px;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.type_list {
	width: 100%;
	float: left;
}
.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.type_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}
.type_list li a {
	color: #333;
	background: url(../images/left_0.webp) no-repeat right center;
	font-size: 14px;
	display: block;
	margin: 0 22px;
	height: 43px;
}
.type_list li a:hover {
	color: #e67e22;
	background: url(../images/left_1.webp) no-repeat right center;
}
.type_list li a.current {
	color: #e67e22;
	background: url(../images/left_1.webp) no-repeat right center;
}
.type_list li.second_cat {
}
.type_list li.second_cat a {
	background: url(../images/left_2.webp) no-repeat left center;
	padding: 0 10px;
}
.type_list li.second_cat a:hover {
	background: url(../images/left_4.webp) no-repeat left center;
}
.type_list li.second_cat a.current {
	background: url(../images/left_4.webp) no-repeat left center;
}
.type_list2 li a {
	margin: 0 22px 0 12px;
	background: url(../images/left_2.webp) no-repeat left center;
	text-indent: 10px;
}
.type_list2 li a:hover {
	color: #e67e22;
	background: url(../images/left_4.webp) no-repeat left center;
}
/*end*/

/*right*/
#right {
	width: 880px;
	float: right;
}
#right_top {
	width: 100%;
	height: 50px;
	line-height: 50px;
	float: left;
	background: url(../images/home_top.webp) repeat-x left bottom;
	background-size: contain;
}
#right_top h1 {
	float: left;
	line-height: 50px;
	font-size: 24px;
	color: #e67e22;
	margin-left: 13px;
}
#right_top h1 a {
	color: #e67e22;
}

#right_top h3 {
	float: left;
	line-height: 50px;
	font-size: 24px;
	color: #e67e22;
	margin-left: 13px;
}
#right_top h3 a {
	color: #e67e22;
}
#right_top span {
	float: right;
}
#right_top span li {
	display: inline-block;
	margin: 0 3px;
	color: #999;
}
#right_top span li a {
	color: #999;
}
#right_con {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
	line-height: 200%;
	min-height: 300px;
	height: auto !important;
	height: 300px;
}
#right_con img {
	max-width: 100%;
	height: auto;
}
/*end*/

/*demo*/
#demo {
	overflow: hidden;
	width: 900px;
	height: 145px;
	margin: 35px 0 0 10px;
	float: left;
	display: inline;
}
#cdemo {
	overflow: hidden;
	width: 900px;
}
#demo img {
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
/*end*/


/*news*/
.art_list {
    width: 100%;
    float: left;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
    cursor: pointer;
    overflow: hidden;
}

.art_img {
    float: left;
    width: 25%;
    background: #f0f0f0;
    overflow: hidden;
}

.art_img img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #dcdcdc;
    transition: transform 0.4s ease, opacity 0.3s;
}

.art_img:hover img {
    transform: scale(1.06);
}
.art_img:active img {
    transform: scale(1.03);
}

.art_right {
	float: right;
	width: 73%;
}
.art_right2 {
	width: 100% !important;
}
.art_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	overflow: hidden;
}
.art_title a {
	text-decoration: underline;
}
.art_author {
	width: 100%;
	height: 20px;
	line-height: 20px;
	color: #999;
	font-size: 14px;
}
.art_author span {
	margin: 0 10px 0 0;
}
.art_des {
	color: #666;
	line-height: 25px;
	max-height: 50px;
	overflow: hidden;
	margin: 5px 0;
}
.art_right2 .article_more {
	display: block;
}
.article_more {
	margin: 20px 0 0 0;
	display: none;
}
.article_more a {
	width: 120px;
	height: 40px;
	line-height: 40px;
	float: right;
}
.article_more a p {
	line-height: 40px;
}
.art_list:hover {
	border-bottom: 1px dashed #e67e22;
}
.art_list:hover .art_title a {
	color: #e67e22;
}
.art_list:last-child {
	border-bottom: 0;
}
.news_left {
	float: left;
	width: 76%;
}
.news_right {
	float: right;
	width: 21%;
}
.news_right a {
	display: block;
	margin: 15px 0;
}
.news_right img {
	width: 100%;
	height: auto;
}
.articleList {
	width: 100%;
	float: left;
}
.articleList ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.articleList li {
	margin: 0px;
	padding: 0 0 0 10px;
	list-style-type: none;
	border-bottom: 1px dotted #ccc;
	background: url(../images/li_0.webp) no-repeat left center;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
}
.time {
	float: right;
}
.articleTitle {
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
}
.articleAuthor {
	text-align: center;
	padding: 7px 0px;
	border-bottom: 1px dotted #ccc;
}
.articleAuthor span {
	margin: 0px 6px;
	font-size: 9pt;
}
.articleInfo {
	width: 100%;
	padding: 10px 0;
	line-height: 200%;
}
.articleInfo,
.articleInfo * {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-all !important;
    white-space: normal !important;
    max-width: 100% !important;
}
.articleInfo pre,
.articleInfo code {
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    word-break: break-all !important;
}
.articleInfo img,
.articleInfo table,
.articleInfo video {
    max-width: 80% !important;
    height: auto !important;
	display: block !important;
	margin-left: auto !important;
    margin-right: auto !important;
}
.articleInfo img {
	max-width: 100%;
}
.pageUpDown {
    padding-top: 10px;
    text-align: left;
    line-height: 30px;
    font-weight: bold;
    color: #333;
}
.pageUpDown a {
    font-weight: normal;
    color: #333;
    text-decoration: none;
}
.pageUpDown a:hover {
    color: #e67e22;
    text-decoration: none;
}
/*end*/

/*Product*/
.productList {
}
.pro_list {
	text-align: center;
	margin: 10px auto;
}
.pro_img {
  width: 100%;
  overflow: hidden;
  aspect-ratio: 3/4;
  background: #ffffff00;
  position: relative;
}

.pro_img a {
  display: block;
  width: 100%;
  height: 100%;
}

.pro_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.pro_title {
  margin: 6px 0 4px 0;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500;
}

.pro_title a {
  display: block;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro_title a:hover {
  color: #e67e22;
}

.pro_list:hover .pro_title a {
	color: #e67e22;
}
.pro_list:hover .pro_img img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.productRight {
	float: right;
	width: 53%;
}
.productTitle {
	line-height: 55px;
	font-weight: bold;
	font-size: 18px;
}
.productImg {
	width: 45%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productImg img {
	max-width: 100%;
}
.productBuy {
	width: 100%;
	text-align: center;
	float: left;
	margin: 10px auto;
}
.productBuy a {
	margin: 0 10px;
}
.title {
	width: 100%;
	float: left;
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #ccc;
	line-height: 25px;
}
.title span {
	font-size: 14px;
	font-weight: bold;
}
.productDesc {
	line-height: 200%;
	padding: 10px 0;
	width: 100%;
	float: left;
}
/*end*/

/*page*/
.pages {
	font-size: 12px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.pages li {
    display: inline-block;
    border: solid 1px #b1b0b0;
    border-radius: 4px;
    margin: 0 4px;
}
.pages a {
    color: #313131;
    padding: 8px 12px;
    line-height: 18px;
    display: block;
    transition: all 0.3s ease;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
}
.pages li.active a {
	background: #e67e22;
	color: #fff;
}
.pages select {
	vertical-align: middle;
	font-size: 8pt;
	padding: 0px;
}
.pages b {
	font-weight: normal;
}
/*end*/

/*feedback*/
.f_list {
	width: 100%;
	float: left;
	margin: 5px auto;
	clear: both;
}
.f_list .fl_l {
	float: left;
	width: 20%;
	text-align: right;
}
.f_list .fl_r {
	float: left;
	width: 80%;
}
.input_text {
	width: 90%;
	border: 1px solid #ccc;
	line-height: 24px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.w100 {
	width: 100px;
}
/*end */
@media screen and (min-width: 1210px) {
.container {
	width: 1210px;
}
}
@media screen and (max-width: 1210px) {
#header {
	height: auto;
}
#logo img {
	height: 70px;
	margin: 30px 0;
}
.language {
	margin-top: 17px;
}
#navigate ul li a {
	font-size: 14px;
}
.slideBox .bd li {
	height: 400px;
}
#ibox1 {
	width: 73%;
}
#ibox2 {
	width: 25%;
}
#ad {
	width: 45%;
}
#ibox1_right {
	width: 53%;
}
.ibox2_item_time {
	width: 20.3%;
}
.ibox2_item_right {
	width: 78%;
}
.home_top h3, .ibox2_top h3 {
	font-size: 20px;
}
#ad .slideBox .bd li {
	height: 300px;
}
#link {
	display: none;
}
#right_top {
	background-size: initial;
}
#right_top h3 {
	font-size: 20px;
}
}
@media screen and (max-width: 1200px) {
#right {
	width: 680px;
}
}
@media screen and (max-width: 992px) {
#logo img {
	height: 45px;
	margin: 30px 0;
}
#navigate ul li a {
	font-size: 13px;
}
.language {
	margin-top: 3px;
}
.language li a {
	font-size: 14px;
}
.slideBox .bd li {
	height: 300px;
}
#ibox1, #ibox2 {
	width: 100%;
}
#ibox1_right {
	margin-bottom: 15px;
}
.ibox2_item_time {
	width: 12%;
}
.ibox2_item_right {
	width: 86%;
}
.news_box {
	width: 100%;
}
#left {
	width: 100%;
}
#right {
	width: 100%;
}
#right_con {
	min-height: auto;
}
.left_list2 {
	display: none;
}
}
@media screen and (max-width: 760px) {
#logo img {
	height: 45px;
	margin: 15px 0;
}
#navigate {
	display: none;
}
.mobile_nav {
	display: block;
}
.language {
	display: none;
}
.slideBox .bd li {
	height: 250px;
}
#search {
	display: none;
}
#ad {
	width: 100%;
}
#adBox {
	background: #fff;
}
#adBox .bd {
	width: 80%;
	margin: 0 auto;
}

#adBox .bd {
    height: auto !important;
}

#adBox .bd li {
    position: relative;
    height: 50vw !important;
    max-height: 400px;
    overflow: hidden;
}

#adBox .bd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#ad .ad_title {
	text-align: center;
	padding: 0 16px;
}
#ad .ad_title {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
#ad .slideBox .prev {
	left: 0;
	top: 50%;
	margin-top: -17px;
	width: 30px;
	height: 37px;
	background: url(../images/left2.webp) no-repeat left top;
	background-size: contain;
}
#ad .slideBox .next {
	right: 0;
	top: 50%;
	margin-top: -17px;
	width: 30px;
	height: 37px;
	background: url(../images/right2.webp) no-repeat left top;
	background-size: contain;
}
#ibox1_right {
	width: 100%;
	margin: 20px 0;
}
#ibox {
	margin: 20px 0 0 0;
}
#research {
	padding: 20px 0 0 0;
}
.news_box:nth-child(2) {
	margin-top: 20px;
}
.art_author {
	display: none;
}
.art_title {
	height: 30px;
	line-height: 30px;
}
.search_m {
	display: block;
}
}
@media screen and (max-width: 480px) {
.slideBox .bd li {
	height: 200px;
}
.ibox2_item_time {
	width: 20.3%;
}
.ibox2_item_right {
	width: 78%;
}
#ad .slideBox .bd li {
	height: 250px;
}
#logo img {
	height: 40px;
	margin: 15px 0;
}
.news_item_img {
	height: 85px;
}
.news_item_time {
	display: none;
}
.pro_list {
	padding: 0 8px;
}
.pro_row {
	margin-left: -8px;
	margin-right: -8px;
}
.left_top {
	height: 50px;
	line-height: 50px;
}
.left_top h3 {
	line-height: 50px;
	font-size: 18px;
}
.type_list li {
	height: 35px;
	line-height: 35px;
}
.type_list li a {
	height: 35px;
}
.main {
	padding: 20px 0;
}
.blank30 {
	height: 20px;
}
.articleTitle {
	font-size: 16px;
	margin-top: 5px;
}
.articleAuthor {
	padding: 0;
}
.productRight {
	width: 100%;
	text-align: center;
}
.productDes {
	display: none;
}
.productImg {
	width: 100%;
}
.productTitle {
	line-height: 35px;
}
.art_title {
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}
.art_des {
	line-height: 20px;
	max-height: 40px;
}
.art_right {
	width: 67%;
}
.art_img {
	width: 30%;
}
}
@media screen and (max-width: 400px) {
#logo img {
	height: 35px;
}
.navbar-toggle {
	margin: 17px 0 0 0;
}
.slideBox .bd li {
	height: 160px;
}
}
@media screen and (max-width: 321px) {
#logo img {
	height: 30px;
}
.navbar-toggle {
	margin: 13px 0 0 0;
}
.slideBox .bd li {
	height: 120px;
}
#ad .slideBox .bd li {
	height: 200px;
}
}
@media screen and (max-width: 480px) {
    .row.mobile_nav ul li ul li a {
        padding: 14px 20px;
        font-size: 15px;
    }
}
.download-btn {
    display: block;
    width: fit-content;
    margin: 12px auto 5px;
    padding: 6px 22px;
    background: #e67e22;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
}
.download-btn:hover {
    background: #d1711e;
}


/* 分页外层容器：居中 */
.pagination-wrapper {
  margin: 30px 0;
  display: flex;
  justify-content: center;
}

/* ul 基础 */
.pagelist {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

/* 按钮通用样式（适中大小） */
.pagelist li a,
.pagelist li.thisclass,
.pagelist li.disabled span {
  display: inline-block;
  min-width: 36px;
  padding: 7px 14px;
  text-align: center;
  text-decoration: none;
  border: 1.5px solid #dde;
  border-radius: 6px;
  background: #fff;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s;
  box-sizing: border-box;
}

/* 悬停效果 */
.pagelist li a:hover {
  background: #e67e22;
  border-color: #e67e22;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 3px 10px rgba(230,126,34,0.25);
}

/* 当前页码高亮 */
.pagelist li.thisclass {
  background: #e67e22;
  border-color: #e67e22;
  color: #fff;
  font-weight: 700;
}

/* 不可用状态 */
.pagelist li.disabled span {
  background: #f5f5f5;
  color: #bbb;
  border-color: #e5e5e5;
  cursor: not-allowed;
}

/* 信息条（总记录数）弱化 */
.pagelist li.info {
  background: none;
  border: none;
  color: #888;
  padding: 7px 6px;
  margin-right: 6px;
  font-size: 13px;
}

/* 分页跳转输入框 */
.pagelist li.page-jump input[type="text"] {
  width: 48px;
  height: 38px;
  padding: 4px 6px;
  border: 1.5px solid #d0d5e0;
  border-radius: 6px;
  text-align: center;
  font-size: 16px;
  vertical-align: middle;
  outline: none;
  transition: border-color 0.2s, background-color 0.2s;
  background-color: #f4f6f9;
}

.pagelist li.page-jump input[type="text"]:focus {
  border-color: #e67e22;
  box-shadow: 0 0 0 2px rgba(230,126,34,0.15);
  background-color: #fff;
}

/* GO 按钮 */
.pagelist li.page-jump input[type="button"],
.pagelist li.page-jump input[type="submit"] {
  height: 38px;
  padding: 4px 8px;
  border: none;
  background: #212732;
  color: #fff;
  border-radius: 6px;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  margin-left: 6px;
  vertical-align: middle;
  transition: background 0.15s, transform 0.1s, opacity 0.15s;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
}

.pagelist li.page-jump input[type="button"]:hover,
.pagelist li.page-jump input[type="submit"]:hover {
  background: #3a4252;
}

.pagelist li.page-jump input[type="button"]:active,
.pagelist li.page-jump input[type="submit"]:active {
  transform: scale(0.95);
  opacity: 0.85;
}

/* 移动端导航链接优化 */
.row.mobile_nav ul li a {
    display: block;
    padding: 12px 15px;
    font-size: 16px;
    line-height: 1.5;
    touch-action: manipulation;
}
.row.mobile_nav ul li ul li a {
    padding: 10px 20px;
    background: #f9f9f9;
    border-bottom: 1px solid #eee;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}


/* 左侧栏推荐列表 */
.left_related {
  list-style: none;
  padding: 10px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
}
.left_related li {
  width: 30%;
  margin-bottom: 8px;
}
.left_related li a img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  transition: transform 0.2s;
}
.left_related li a img:hover { transform: scale(1.03); box-shadow: 0 0 8px #ccc; }



/* 灯箱背景 */
.img-lightbox-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.92);
  z-index: 99999;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* 灯箱图片 */
.img-lightbox-img {
  position: absolute;
  transition: transform 0.2s;
  transform-origin: 0 0;
  box-shadow: 0 0 40px rgba(0,0,0,0.6);
  cursor: grab;
}
.img-lightbox-img:active {
  cursor: grabbing;
}

/* 内容页图片自适应 */
.articleInfo img.responsive-img {
    width: 100% !important;
    max-width: 70% !important;
    height: auto !important;
    display: block;
    cursor: zoom-in;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media screen and (max-width: 768px) {
    .articleInfo img.responsive-img {
        max-width: 100% !important;
    }
}


.left_top {
    background-color: #e67e22;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    font-family: "微软雅黑", sans-serif;
    color: #FFF;
    float: none;
    padding-left: 0;
}
.left_top a {
    color: #FFF;
    text-decoration: none;
}


.index_top {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.left_list .left_top,
.left_list2 .left_top {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}


.art_des {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}


.left_related li {
  width: 30%;
  margin-bottom: 8px;
}

.left_related li a {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 4px;
}

.left_related li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.2s;
}

.left_related li a:hover img {
  transform: scale(1.05);
}


/* 收藏列表移除按钮 */
.fav-remove {
  background: none;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 13px;
  padding: 2px 0;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: color 0.2s ease;
}
.fav-remove::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #e53935;
  transition: width 0.25s ease;
}
.fav-remove:hover {
  color: #e53935;
}
.fav-remove:hover::after {
  width: 100%;
}

.fav-remove-icon {
  vertical-align: middle;
  margin-right: 3px;
  transition: stroke 0.2s ease;
}
.fav-remove:hover .fav-remove-icon {
  stroke: #e53935;
}

.favorite-btn,
.favorite-btn:link,
.favorite-btn:visited,
.favorite-btn:hover,
.favorite-btn:active {
  text-decoration: none !important;
}

.favorite-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #f5f5f5;
  color: #555;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  border: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.favorite-btn:hover {
  background: #e67e22;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(230,126,34,0.3);
}
.favorite-btn:active {
  transform: translateY(0);
  box-shadow: none;
}


/* 分类筛选标签栏 */
.fav-filter-bar {
  margin-bottom: 20px;
  overflow: hidden;
}
.fav-filter-scroll {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}
.fav-filter-scroll::-webkit-scrollbar {
  display: none;
}

/* 收藏页分类筛选按钮 */
.fav-filter-btn {
  display: inline-block;
  margin: 4px 6px;
  padding: 8px 18px;
  background: #f5f6fa;
  color: #666;
  border: 1px solid #e0e4e8;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
.fav-filter-btn:hover {
  background: #fde5d4;
  border-color: #e67e22;
  color: #e67e22;
}
.fav-filter-btn.active {
  background: #e67e22;
  color: #fff;
  border-color: #e67e22;
}


/* 手机端隐藏标签页侧栏 */
@media screen and (max-width: 768px) {
    .tag-sidebar {
        display: none !important;
    }
}


/* 手机端：搜索页 + 标签页 标题优化 */
@media screen and (max-width: 768px) {
    .page-search #right_top h1,
    .page-tags #right_top h1 {
        font-size: 16px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .page-search #right_top h1 a,
    .page-tags #right_top h1 a {
        font-size: 16px !important;
    }
    .page-search #right_top span,
    .page-tags #right_top span {
        display: none !important;
    }
}


/* ========== 手机端导航栏优化 ========== */
.mobile_nav ul {
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}
.mobile_nav .sub-menu,
.mobile_nav ul ul {
    display: none !important;
}
.collapsing {
    transition: none !important;
}
.sub-menu.open,
.sub-menu.show,
.sub-menu.in,
.mobile_nav ul ul.open,
.mobile_nav ul ul.show {
    display: none !important;
}
@media (hover: none) and (pointer: coarse) {
    li:hover > .sub-menu,
    li:hover > ul {
        display: none !important;
    }
}


/* =================== 复制文案按钮 =================== */
.articleInfo .copy-text-btn {
    display: inline-block;
    margin: 10px auto;
    padding: 8px 22px;
    background: #f5f5f5;
    color: #555 !important;
    text-decoration: none !important;
    border: 1px solid #ddd;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
    user-select: none;
}
.articleInfo .copy-text-btn:hover {
    background: #e67e22;
    color: #fff !important;
    border-color: #e67e22;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(230,126,34,0.25);
}

@media screen and (max-width: 768px) {
    .articleInfo .copy-text-btn {
        display: block;
        width: fit-content;
        margin: 15px auto;
        padding: 10px 26px;
        font-size: 15px;
        border-radius: 25px;
        background: #f0f0f0;
        color: #555 !important;
        border: 1px solid #ddd;
        text-decoration: none !important;
    }
    .articleInfo .copy-text-btn:hover {
        background: #e67e22;
        color: #fff !important;
        border-color: #e67e22;
    }
}


/* 分享按钮 */
.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    height: 36px;
    padding: 0 18px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    text-decoration: none !important;
    transition: all 0.25s;
    border: 1px solid transparent;
    box-sizing: border-box;
    vertical-align: middle;
}
.share-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.share-pinterest {
    background: #fff;
    color: #e60023 !important;
    border-color: #e60023;
}
.share-pinterest:hover {
    background: #e60023;
    color: #fff !important;
}
.share-pinterest:hover .share-icon {
    filter: brightness(0) invert(1);
}

.share-facebook {
    background: #fff;
    color: #1877f2 !important;
    border-color: #1877f2;
}
.share-facebook:hover {
    background: #1877f2;
    color: #fff !important;
}
.share-facebook:hover .share-icon {
    filter: brightness(0) invert(1);
}

.share-twitter {
    background: #fff;
    color: #1da1f2 !important;
    border-color: #1da1f2;
}
.share-twitter:hover {
    background: #1da1f2;
    color: #fff !important;
}
.share-twitter:hover .share-icon {
    filter: brightness(0) invert(1);
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

@media screen and (max-width: 768px) {
    .share-btn {
        flex: 1;
        padding: 0 4px;
        font-size: 10px;
        gap: 3px;
    }
    .share-icon {
        width: 13px;
        height: 13px;
    }
}


@media (max-width: 768px) {
  .hidden-xs { display: none !important; }
}
@media (min-width: 769px) {
  .visible-xs { display: none !important; }
}


/* ==================== PC端左侧栏新样式（>768px） ==================== */
@media screen and (min-width: 769px) {
    
    #left {
        width: 260px;
        float: left;
        padding: 0;
        margin-top: 10px;
    }
    
    .left_list {
        width: 100%;
        float: left;
        box-shadow: 0 3px 16px rgba(0,0,0,0.07);
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
        margin-bottom: 5px;
        border: 1px solid #e8ebe9;
    }
    
    .left_top {
        height: 52px !important;
        line-height: 52px !important;
        font-size: 18px !important;
        background: linear-gradient(135deg, #e67e22 0%, #d1711e 100%) !important;
        color: #fff !important;
        text-align: center !important;
        padding: 0 20px !important;
        font-weight: 600;
        letter-spacing: 0.8px;
        box-shadow: 0 2px 8px rgba(230,126,34,0.2);
    }
    .left_top a {
        color: #fff !important;
        font-size: 18px !important;
        font-weight: 600;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-decoration: none !important;
    }
    
    .left_con {
        padding: 6px 0 !important;
        border: none !important;
    }
    .type_list ul {
        padding: 0;
    }
    
    .type_list li {
        height: 42px !important;
        line-height: 42px !important;
        border-bottom: 1px solid #f0f3f0 !important;
        margin: 0 !important;
        overflow: hidden !important;
        transition: all 0.25s ease;
        background: #fff;
    }
    .type_list li:last-child {
        border-bottom: none !important;
    }
    .type_list li:hover {
        background: #fef5eb;
        padding-left: 4px;
    }
    .type_list li a {
        display: block !important;
        height: 100% !important;
        margin: 0 16px !important;
        padding: 0 24px 0 8px !important;
        font-size: 14px !important;
        color: #444 !important;
        background: url(../images/left_0.webp) no-repeat right center !important;
        text-indent: 0 !important;
        transition: all 0.2s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .type_list li a:hover {
        color: #e67e22 !important;
        background: url(../images/left_1.webp) no-repeat right center !important;
        font-weight: 500;
    }
    .type_list li a.current {
        color: #e67e22 !important;
        background: url(../images/left_1.webp) no-repeat right center !important;
        font-weight: 600;
        background-color: #fef5eb !important;
        border-left: 3px solid #e67e22;
        padding-left: 13px !important;
    }
    
    .type_list li.second_cat a {
        background: url(../images/left_2.webp) no-repeat left center !important;
        padding: 0 10px 0 18px !important;
    }
    .type_list li.second_cat a:hover {
        background: url(../images/left_4.webp) no-repeat left center !important;
    }
    .type_list li.second_cat a.current {
        background: url(../images/left_4.webp) no-repeat left center !important;
    }
    .type_list2 li a {
        margin: 0 16px 0 8px !important;
        background: url(../images/left_2.webp) no-repeat left center !important;
        text-indent: 8px !important;
    }
    .type_list2 li a:hover {
        color: #e67e22 !important;
        background: url(../images/left_4.webp) no-repeat left center !important;
    }
    
    .left_list2 .left_top {
        background: linear-gradient(135deg, #d1711e 0%, #b85f18 100%) !important;
        font-size: 16px !important;
        height: 46px !important;
        line-height: 46px !important;
    }
    
    .left_related {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        padding: 12px !important;
        justify-content: space-between;
    }
    .left_related li {
        width: calc(33.33% - 7px) !important;
        margin-bottom: 0 !important;
    }
    .left_related li a {
        aspect-ratio: 1 / 1 !important;
        border-radius: 8px !important;
        overflow: hidden;
        display: block;
        background: #f5f6f5;
        box-shadow: 0 2px 6px rgba(0,0,0,0.06);
        transition: all 0.3s ease;
    }
    .left_related li a:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 18px rgba(230,126,34,0.18);
    }
    .left_related li a img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 8px !important;
        transition: transform 0.4s ease;
    }
    .left_related li a:hover img {
        transform: scale(1.08);
    }
    
    #left .blank30 {
        height: 24px !important;
    }
}

/* ==================== 手机端左侧栏新样式（≤768px） ==================== */
@media screen and (max-width: 768px) {
    
    #left {
        width: 100% !important;
        float: none !important;
        padding: 0 12px;
        box-sizing: border-box;
    }
    
    .left_list {
        width: 100% !important;
        float: none !important;
        box-shadow: 0 2px 12px rgba(0,0,0,0.06);
        border-radius: 12px;
        overflow: hidden;
        margin-bottom: 20px;
        background: #fff;
    }
    
    .left_top {
        height: 44px !important;
        line-height: 44px !important;
        font-size: 17px !important;
        background: linear-gradient(135deg, #e67e22 0%, #d1711e 100%) !important;
        color: #fff !important;
        text-align: center !important;
        padding: 0 16px !important;
        font-weight: 600;
        letter-spacing: 0.5px;
    }
    .left_top a {
        color: #fff !important;
        font-size: 17px !important;
        font-weight: 600;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .type_list ul {
        display: flex !important;
        flex-wrap: wrap !important;
        padding: 10px 8px !important;
        gap: 8px;
    }
    
    .type_list li {
        width: calc(50% - 4px) !important;
        height: 40px !important;
        line-height: 40px !important;
        border: 1px solid #e0e5e0 !important;
        border-radius: 10px !important;
        margin: 0 !important;
        overflow: hidden !important;
        background: #fafbfa;
        transition: all 0.2s;
        text-align: center;
    }
    .type_list li:active {
        background: #fef5eb;
        border-color: #e67e22;
        transform: scale(0.97);
    }
    .type_list li a {
        display: block !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 8px !important;
        font-size: 14px !important;
        color: #444 !important;
        text-align: center !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        background: none !important;
        text-indent: 0 !important;
    }
    .type_list li a.current {
        color: #e67e22 !important;
        background: #fef5eb !important;
        font-weight: 700;
        border: 2px solid #e67e22;
        border-radius: 10px;
    }
    
    .type_list li.second_cat a {
        background: none !important;
        padding: 0 12px !important;
    }
    .type_list2 li a {
        margin: 0 !important;
        background: none !important;
        text-indent: 0 !important;
    }
    
    .left_list2 .left_top {
        background: linear-gradient(135deg, #d1711e 0%, #b85f18 100%) !important;
        font-size: 15px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    
    .left_related {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        padding: 10px !important;
        justify-content: flex-start;
    }
    .left_related li {
        width: calc(33.33% - 6px) !important;
        margin-bottom: 0 !important;
    }
    .left_related li a {
        aspect-ratio: 1 / 1 !important;
        border-radius: 8px !important;
        overflow: hidden;
        display: block;
        background: #f0f2f0;
    }
    .left_related li a img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 8px !important;
        transition: transform 0.3s;
    }
    .left_related li a:active img {
        transform: scale(1.05);
    }
    
    #left .blank30 {
        height: 16px !important;
    }
}



/* ==================== 底部友情链接区域 PC端新样式（>768px） ==================== */
@media screen and (min-width: 769px) {
    
    /* 友情链接外层容器 */
    #link {
        float: left;
        width: 100%;
        padding: 30px 0 20px 0;  /* 上下间距缩小 */
    }
    
    /* 链接卡片主体 */
    .link_box {
        float: left;
        width: 100%;
        min-height: auto;  /* 去掉最小高度限制 */
        background: rgba(230, 126, 34, 0.06);
        background: linear-gradient(135deg, rgba(230,126,34,0.08) 0%, rgba(230,126,34,0.03) 100%);
        position: relative;
        border-radius: 16px;
        border: 1px solid rgba(230, 126, 34, 0.15);
        box-shadow: 0 2px 16px rgba(230, 126, 34, 0.08);
        overflow: hidden;
    }
    
    /* 左侧装饰条 */
    .link_box::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 6px;
        height: 100%;
        background: linear-gradient(180deg, #e67e22 0%, #d1711e 100%);
        border-radius: 3px 0 0 3px;
    }
    
    /* 原 link_top 图片隐藏 */
    .link_top {
        display: none !important;
    }
    
    /* 链接内容区 */
    .link_con {
        float: left;
        width: 100%;
        padding: 20px 24px 20px 36px !important;  /* 内边距缩小 */
        box-sizing: border-box;
    }
    
    /* 左侧链接列表 */
    .link_item {
        float: left;
        width: 62%;
        font-size: 14px;
        color: #555;
        line-height: 1.8;  /* 行高调整 */
        padding: 0 !important;
        background: none !important;
        border-right: 1px dashed rgba(230, 126, 34, 0.2);
        padding-right: 24px !important;
        box-sizing: border-box;
    }
    
    /* "Links:" 标题 */
    .link_item > span:first-of-type {
        float: left;
        width: auto;
        clear: both;
        font-weight: 700;
        font-size: 15px;
        color: #e67e22;
        letter-spacing: 0.5px;
        margin-right: 12px;
        line-height: 42px;  /* 和按钮高度对齐 */
        height: 42px;
        display: flex;
        align-items: center;
    }
    
    /* 链接列表 ul */
    .link_item ul {
        float: left;
        list-style-type: none;
        width: auto;
        margin-right: 16px;
        margin-bottom: 10px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        min-height: 42px;  /* 按钮高度 */
    }
    
    .link_item ul li {
        float: left;
        list-style-type: none;
    }
    
   /* 链接按钮 - 自适应文字大小 */
    .link_item ul li a {
        display: inline-block;
        font-size: 13px;
        color: #666;
        padding: 6px 14px;
        border-radius: 20px;
        background: rgba(255,255,255,0.7);
        border: 1px solid rgba(230, 126, 34, 0.15);
        transition: all 0.25s ease;
        white-space: nowrap;
        line-height: 1.4;
        text-decoration: none;
    }
    
    .link_item ul li a:hover {
        color: #fff !important;
        background: #e67e22;
        border-color: #e67e22;
        box-shadow: 0 2px 10px rgba(230,126,34,0.3);
        transform: translateY(-1px);
    }
    
    /* 序号标签（①②③④） */
    .link_item > span:not(:first-of-type) {
        float: left;
        width: auto;
        clear: none;
        font-weight: 700;
        font-size: 14px;
        color: #d1711e;
        margin-right: 6px;
        line-height: 42px;
        height: 42px;
        display: flex;
        align-items: center;
    }
    
    /* 右侧联系区域 */
    .link_right {
        float: left;
        width: 38%;
        padding: 0 0 0 24px !important;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    #tel {
        float: left;
        font-size: 14px;
        color: #888;
        height: auto;
        line-height: 1.6;
        padding: 0 !important;
        margin-bottom: 0;
    }
    
    #tel span {
        font-size: 18px;
        color: #e67e22;
        line-height: 1.6;
        font-weight: 700;
        display: block;
        margin-top: 4px;
        letter-spacing: 0.3px;
    }
    
    #search2 {
        display: none !important;
    }
}


/* ==================== 手机端友情链接区域（≤768px） ==================== */
@media screen and (max-width: 768px) {
    
    /* 手机端友情链接外层容器 */
    .hidden-md.hidden-lg[style*="display:flex"] {
        display: flex !important;
        flex-wrap: nowrap !important;  /* 不换行 */
        align-items: center !important;
        gap: 8px !important;
        padding: 14px 14px !important;
        margin: 0 12px 16px 12px !important;
        background: linear-gradient(135deg, rgba(230,126,34,0.08) 0%, rgba(230,126,34,0.03) 100%) !important;
        border: 1px solid rgba(230, 126, 34, 0.15) !important;
        border-radius: 16px !important;
        box-shadow: 0 2px 12px rgba(230, 126, 34, 0.06) !important;
        position: relative !important;
        overflow-x: auto !important;  /* 按钮太多时横向滚动 */
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch !important;
    }
    
    /* 左侧装饰条 */
    .hidden-md.hidden-lg[style*="display:flex"]::before {
        content: '' !important;
        position: absolute !important;
        left: 0 !important;
        top: 0 !important;
        width: 4px !important;
        height: 100% !important;
        background: linear-gradient(180deg, #e67e22 0%, #d1711e 100%) !important;
        border-radius: 2px 0 0 2px !important;
    }
    
    /* "Links：" 标题 */
    .hidden-md.hidden-lg[style*="display:flex"] > span:first-child {
        font-size: 14px !important;
        font-weight: 700 !important;
        color: #e67e22 !important;
        letter-spacing: 0.5px !important;
        white-space: nowrap !important;
        width: auto !important;  /* 自适应宽度 */
        margin-bottom: 0 !important;  /* 去掉换行间距 */
        padding-left: 4px !important;
        flex-shrink: 0 !important;  /* 不会被压缩 */
    }
    
    /* 链接按钮统一样式 */
    .hidden-md.hidden-lg[style*="display:flex"] li,
    .hidden-md.hidden-lg[style*="display:flex"] li a,
    .hidden-md.hidden-lg[style*="display:flex"] > a {
        display: inline-block !important;
        font-size: 13px !important;
        color: #666 !important;
        padding: 8px 16px !important;
        border-radius: 20px !important;
        background: rgba(255,255,255,0.7) !important;
        border: 1px solid rgba(230, 126, 34, 0.15) !important;
        white-space: nowrap !important;
        text-decoration: none !important;
        transition: all 0.25s ease !important;
        line-height: 1.4 !important;
        list-style: none !important;
        margin: 0 !important;
        flex-shrink: 0 !important;  /* 按钮不会被压缩 */
        -webkit-tap-highlight-color: transparent !important;
        touch-action: manipulation !important;
    }
    
    /* 点击效果 */
    .hidden-md.hidden-lg[style*="display:flex"] li:active,
    .hidden-md.hidden-lg[style*="display:flex"] li a:active,
    .hidden-md.hidden-lg[style*="display:flex"] > a:active {
        color: #fff !important;
        background: #e67e22 !important;
        border-color: #e67e22 !important;
        box-shadow: 0 2px 10px rgba(230,126,34,0.3) !important;
        transform: scale(0.96) !important;
    }
}

/* 手机端轮播图片高度限制 */
@media (max-width: 768px) {
  #adBox .bd li {
    height: 50vw !important;
    max-height: 350px !important; /* 与 PC 端一致或稍低 */
    overflow: hidden;
  }
  #adBox .bd img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 350px;
  }
}
@media (min-width: 769px) {
 #adBox .bd img {
        max-height: 350px;
        overflow: hidden;
    }	
  .visible-xs { display: none !important; }
}

/* ==================== 工具箱 Hero Section ==================== */
.toolbox-hero {
    background: #fdfaf7;
    border-bottom: 1px solid #f0e0d0;
    padding: 24px 16px;
    text-align: center;
    margin-bottom: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.toolbox-hero-title {
    font-size: 22px;
    font-weight: 700;
    color: #d1711e;
    margin: 0 0 8px 0;
}

.toolbox-hero-desc {
    font-size: 14px;
    color: #8a6d4b;
    max-width: 600px;
    margin: 0 auto 16px auto;
    line-height: 1.6;
}

.toolbox-hero-desc strong {
    color: #e67e22;
}

.toolbox-hero-btns {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.toolbox-hero .tool-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 22px;
    border-radius: 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.toolbox-hero .tool-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    color: #fff;
    text-decoration: none;
}

.toolbox-hero .tool-btn:active {
    transform: translateY(0);
    box-shadow: none;
}

/* 各按钮颜色（不同色系，容易区分） */
.tool-btn-compose   { background: #e67e22; }  /* 橙色 */
.tool-btn-editor    { background: #10b981; }  /* 绿色 */
.tool-btn-palette   { background: #8b5cf6; }  /* 紫色 */
.tool-btn-animal    { background: #ec4899; }  /* 粉色 */
.tool-btn-download  { background: #3b82f6; }  /* 蓝色 */

/* 图标与文字间距 */
.toolbox-hero .tool-icon {
    font-size: 16px;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .toolbox-hero {
        padding: 18px 12px;
    }
    .toolbox-hero-title {
        font-size: 19px;
    }
    .toolbox-hero-desc {
        font-size: 13px;
    }
    .toolbox-hero .tool-btn {
        padding: 9px 16px;
        font-size: 13px;
        border-radius: 20px;
    }
}

/* ==================== 颜色库引导横幅 ==================== */
.vault-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #fef5eb 0%, #fde8d4 100%);
    border: 1px solid #f5cba7;
    border-left: 5px solid #e67e22;
    color: #7c4a1e;
    padding: 14px 22px;
    margin: 20px auto 0;
    max-width: 1200px;
    border-radius: 8px;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 2px 10px rgba(230, 126, 34, 0.08);
    box-sizing: border-box;
}

.vault-banner:hover {
    background: linear-gradient(135deg, #fde8d4 0%, #fbd9ba 100%);
    border-color: #e67e22;
    box-shadow: 0 4px 18px rgba(230, 126, 34, 0.2);
    transform: translateY(-1px);
    text-decoration: none;
    color: #7c4a1e;
}

.vault-banner:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(230, 126, 34, 0.15);
}

.vault-banner-icon {
    font-size: 22px;
    flex-shrink: 0;
}

.vault-banner-text {
    font-weight: 500;
    color: #7c4a1e;
}

.vault-banner-action {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #e67e22;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 14px;
    transition: background 0.2s;
    flex-shrink: 0;
}

.vault-banner:hover .vault-banner-action {
    background: #d1711e;
    color: #fff;
}

/* 移动端适配 */
@media (max-width: 768px) {
    .vault-banner {
        flex-wrap: wrap;
        text-align: center;
        padding: 12px 16px;
        font-size: 14px;
        gap: 6px;
    }
    .vault-banner-action {
        padding: 5px 14px;
        font-size: 13px;
    }
}
/* 广告位容器*/
.ad-container {
  min-height: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  overflow: visible;
}

.ad-label {
  font-size: 11px;
  color: #999;
  text-align: center;
  margin-bottom: 4px;
  user-select: none;
}


/* ============ 广告位 ============ */
.ad-slot{ margin:14px 0; display:flex; justify-content:center; }
.ad-container{
  min-height: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  overflow: visible;
  width: 100%;              /* 让容器默认撑满父级 */
}

/* 预留广告脚本专属样式（按脚本名各定义，直接调用对应 js 即可） */
.ad-ggleft{ max-width:300px; min-height:250px; margin:0 auto; }            /* ggleft.js       汉字图下方方形（仅 PC 端显示）300×250 */
.ad-ggleftwap{ max-width:100%; min-height:100px; margin:0; display:none; } /* ggleftwap.js  手机端专用（仅手机端显示）满铺 */

@media (max-width:768px){
  .ad-slot{ margin:10px 0; }
  .ad-ggleft{ display:none; }       /* 左栏方形广告仅 PC 端 */
  .ad-ggleftwap{
    display:block;
    max-width:100%;                 /* 撑满屏幕 */
    width:100%;
    margin:0;
    padding:0;
  }
  /* 广告位容器在手机端也满铺 */
  .ad-slot{
    display:block;                  /* flex 会限制宽度，改为 block 更利于满铺 */
    margin:10px 0;
  }
}