﻿@charset "gb2312";



*{	font-family: "Microsoft YaHei", serif; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;}


body {
	margin-top: 0px;
	background-color: #c7ccd4;
}
/*Misc styling*/

h1, h2, h3, h4, h5 {
	font-weight: bold;
	font-size: 12px;
	color: #d56528;
	padding: 0px;
	margin: 0px;
	display: inline;
}
h2 {
	font-size: 16px;
	display: block;
}
h3 {
	font-size: 20px;
	display: block;
}
h4 {
	font-size: 24px;
	display: block;
}
h5 {
	font-size: 28px;
	display: block;
}
p {
	
	font-size: 14px;
	color: #3e3e3e;
	padding-right: 0px;
	padding-top: 20px;
}
a {color:#000; }
.left-article {
	/*line-height:1.5em; font-size:12px;*/
	
}
.left-article p, .left-article div {font-size:12px;}
.left-article h1 { font-size:16px; border-bottom:1px solid #aaa; margin-bottom:20px; padding-bottom:10px; display:block; }
.left-article .area { border-bottom:1px solid #aaa; display:block;  padding-bottom:20px; float:none; clear:both; }
.area img { /*width: 100%; margin-bottom:5px;*/ max-width: 100%; margin: 5px auto; } 
.left-article .prenext { padding:5px 5px; background:#BDC4CE; }
.left-article .prenext .pre { float:left;  }
.left-article .prenext .next { float:right; }

.sidebar hr { display:block; padding:0; border:0; margin:5px 0; }

.clear {
	clear: both;
}
/*End of misc styling*/

/*Wrapper*/

#wrapper {
	max-width: 940px;

	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	transform:scale(1.25);transform-origin: center top;
				-webkit-transform: scale(1.25);     /* for Chrome || Safari */
            -moz-transform: scale(1.25);        /* for Firefox */
            -ms-transform: scale(1.25);         /* for IE */
            -o-transform: scale(1.25);          /* for Opera */
}
/*Topbar*/

#topbar {
	background-image: url(../images/topbar.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 60px;
	width: 940px;
	position:relative;
	margin:10px auto auto auto;
/*transform:scale(1.25);transform-origin: center top;
				-webkit-transform: scale(1.25);     /* for Chrome || Safari */
            -moz-transform: scale(1.25);        /* for Firefox */
            -ms-transform: scale(1.25);         /* for IE */
            -o-transform: scale(1.25);          /* for Opera */	
*/
}
#topbar .logo {
	position:absolute;
	width:140px;
	left:8px;
	bottom:-1px;
}
/*Menu*/
.menu {
	position:absolute;
	/*width:100%;*/
	left:183px;
	top:12px;
}

/*End of menu*/
#topbar #secnav {
	position:absolute;
	top: 14px;
	font-size: 18px;
	right:20px;
	text-align: right;
	/*width:142px;*/
}
#topbar #secnav a {
	display: block;
	font-family:"Times New Roman", "Microsoft YaHei", STXihei, serif;
	font-size: 1.2rem;
	font-weight: bold;
	color: #d56528;
	text-decoration:none;
	text-transform:uppercase;
}
#topbar #secnav a:hover {

	color: #c5c5c5;

}

/*End of topbar*/

.index_wrap{ margin: auto; margin-top: 430px; max-width: 1600px; }

#index-topbar { width: 100%; background: rgba(0, 0, 0, .6); text-align: center; padding-top: 10px; padding-bottom: 5px;  }


.top-img {position: relative; overflow: hidden; display: none; }

.top-video { position: absolute; z-index: -1; width: 100%; height: 500px; overflow: hidden; text-align: center; 
-webkit-filter:brightness(.6);
-o-filter:brightness(.6);
-moz-filter:brightness(.6);
filter:brightness(.6);}
.top-video-bg{ position: absolute;z-index: 3; width: 100%; height: 100%; background: url('../images/bg_dot.png'); vertical-align: center;}
.top-video-bg h1 { font-size: 40px; font-family: 黑体; color: #fff; margin: auto; margin-top: 200px;    display: block;  text-align: center; word-spacing: 1em;
	/*filter: brightness(2);-webkit-filter: brightness(2); */
/*animation: anm_index_text 5s; animation-iteration-count: infinite; -webkit-animation-iteration-count:infinite; animation-direction: alternate;-webkit-animation-direction:alternate;
-moz-animation: anm_index_text 5s;	
-webkit-animation: anm_index_text 5s;	
-o-animation: anm_index_text 5s;	*/ }

/*首页文字动画*/
@keyframes anm_index_text
{
0%   {filter: brightness(1);  transform:scale(1)}
100% {filter: brightness(1.8);  transform:scale(1.2) }
}

@-moz-keyframes anm_index_text
{
0%   {  -moz-filter: brightness(1);  -moz-transform:scale(1)}
100% {  -moz-filter: brightness(1.8);  -moz-transform:scale(1.2) }
}

@-webkit-keyframes anm_index_text 
{
0%   {-webkit-filter: brightness(1);   -webkit-transform:scale(1)}
100% {-webkit-filter: brightness(1.8); -webkit-transform:scale(1.2) }
}

@-o-keyframes anm_index_text 
{
0%   {-o-filter: brightness(1);  -o-transform:scale(1)}
100% {-o-filter: brightness(1.8);  -o-transform:scale(1.2) }
}


.top-video video {   
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: fill;
  z-index: -2;
}

/*Featured Item*/
.new {
	position: absolute;
	top: -3px;
	right: 0px;
}


/*End of featured item*/

/*Category*/

#categorywrap p, #categorywrap-blog p {
	padding: 10px 0px 0 5px;
	font-size:12px;
	line-height:1.5em;
}
#categorywrap {
	background-image:url(../images/bgbody.jpg);
	background-repeat: no-repeat;
	margin: 0px 0 30px 0;
	padding: 20px 0px 30px 0px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #b3b4b7;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}
#categorywrap-blog {
	margin: 0 0 30px 0;
	padding: 30px 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}

#categorywrap a, #categorywrap-blog a {
	font-family: "Times New Roman", "Microsoft YaHei", STXihei, serif;
	font-weight: bold;
	/*font-size: 12px;*/
	color: #d56528;
	/*display: inline;*/
	text-decoration: none;
}
#categorywrap a:hover, #categorywrap-blog a:hover {
	color: #333333;
}

#categorywrap-blog a{
	padding-left: 0px;
	margin-bottom: 10px;
	margin: 0px;
}

#categorywrap .view-all, #categorywrap-blog .view-all {
	/*background-image: url(../images/viewall.png);*/
	background-repeat: no-repeat;
	height: 39px;
	width: 300px;
	position:absolute;
	bottom: 0px;
	left:0;
}
#categorywrap .view-all a, #categorywrap-blog .view-all a {
	display: block;
	height: 39px;
	width: 300px;
	line-height: 38px;
	text-align: center;
	padding: 0px;
	font-weight:normal;
	background: rgba(0,0,0,0.65);
}
#categorywrap .view-all a:hover, #categorywrap-blog .view-all a:hover {
	color: white;
	font-weight:normal;
}


/*End of category*/

/*Blog*/


#wrapper .left-article {
	/*float: left;*/
	/*width: 800px;*/
	padding : 35px 0 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
	margin-right: 200px;
}


/*博客文章列表*/

/* ====== 单条博文卡片 ====== */
.left-blog-list{
    position:relative;
    display:flex;
    gap:15px;
    padding:15px 0;
    border-bottom:1px solid #aaa;
}

/* 左侧缩略图 */
.left-blog-list .blog-img{
    flex-shrink:0;
    width:200px;
    height:150px;
    border-radius:4px;
    overflow:hidden;
    transition:transform .6s ease;
    background: #fff;
}
.left-blog-list .blog-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.left-blog-list .blog-img img.nopic{
    object-fit:contain;
}
.left-blog-list .blog-img:hover{
    transform:scale(1.08);
}

/* 右侧整体容器 */
.right-box{
    flex:1;                     /* 占满剩余宽度 */
    display:flex;               /* 内部三行纵向排列 */
    flex-direction:column;
}

/* 1. 标题行 */
.right-box .title{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin:0 0 8px 0;
    font-size:17px;
    font-weight:bold;
    max-width: 500px;
}
.right-box .title a{
    color:#d56528;
    text-decoration:none;
    display:block;        /* 让宽度=父级可用宽度 */
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.right-box .title a:hover{
    color:#b85824;
}
/* 右上角时间 */
.right-box .commentbubble{
    flex-shrink:0;
    font-size:12px;
    color:#999;
    white-space:nowrap;
    /*background:url(../images/commentbubble.png) no-repeat left center;*/
    padding-left:16px;
    /*width: 113px; height: 26px;*/
    display: none;
}

/* 2. 标签行 */
.right-box .infobubble{
    margin:0 0 8px 0;
    font-size:12px;
    color:#999;
}
.right-box .infobubble .keywords{
    display:inline-block;
    margin-right:6px;
    padding:2px 6px;
    background:#555;
    border-radius:3px;
}

/* 3. 描述行：自动撑满剩余高度，不再挤 */
.right-box .content{
    flex:1;                     /* 关键：占满剩余空间 */
    display:flex;               /* 让 p 也撑满 */
    flex-direction:column;
}
.right-box .blog_description{
    flex:1;
    font-size:12px;
    line-height:1.6;
    color:#555;
    margin:0;
    color:#777; 
    margin-bottom:10px;
    padding: 0px;
}





#content .left-article .content a {
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-weight: bold;
	font-size: 12px;
	color: #d56528;
	margin-top: 12px;
}
#content {
	/*float: left;*/
	display:block;
}


/*Sidebar*/
/*@media screen and (max-width:1900px){
#sidebar{display:none; }
}*/

#sidebar {
	/*float: right;*/
	/*width: 200px;*/
	position: fixed;
	top: 150px;
	right: 0%;
	/*margin-left: 520px;*/
	/*margin-right: -100px;*/
	/*left: 20px;*/
}
#blogcategory {
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
	/*padding: 30px 0 30px 60px;
*padding:30px 0 30px 0px;*/
	margin: 0 0 30px 0px;

}
#blogcategory h1 {font-size: 20px;}
#blogcategory ul { display:block; margin-left:0; margin-right:0; padding:0; }

#sidebar a{	
	font-family: "微软雅黑", STXihei, "", serif;
	font-size:12px;
	color:#888;	
}
#sidebar #blogcategory li a {
	color: #585858;	
	
	font-size: 14px;
	text-decoration: none;
	width: 100%;
}
#sidebar #blogcategory li hr { margin:5px 0; }
#sidebar #blogcategory a:hover {
	color: #d56528;
}
#sidebar #sponsors .first {
	margin-top: 20px;
}


#content #sidebar #blogcategory li {
	/*margin-top: 9px;*/
}
/*End of sidebar*/

/*End of blog*/

/*End of menu*/

#footer {
background: linear-gradient(to bottom, #444, #000000);
border-radius: 10px;
width: 100%;
height: 50px;
margin-bottom: 30px;
	margin-top: 30px;	
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-size: 12px;
	color: #959595;
	text-transform:uppercase;
	text-align: center;

}

#footer .info {
	/*float:left;*/
	padding: 17px 0 0 20px;
}
#footer .infonav {
	/*float:right;*/
	padding: 17px 60px 0 0;
}
#footer a {
	color: #959595;
}
#footer a:hover {
	color: #d56528;
}
/*End of footer*/

#introtext {
	margin: 30px 0 30px 0;
	padding: 0 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
}
#introtext-contact {
	margin: 30px 0 30px 0;
	padding: 0 0px 30px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b3b4b7;
	width: 666px;
	float: left;
}
#introtext p {
}
#content img {
	/*float: left;*/
	/*padding: 0 20px 20px 0;*/
}
#content .right {
	padding-right: 0px;
}
.subcategory {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b4b7;
	padding-left: 30px;
	float: right;
	width: 200px;
	margin-left: 40px;
}
.subcategory-contact {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #b3b4b7;
	padding-left: 30px;
	float: right;
	width: 200px;
	margin: 30px 0 0 40px;
}
.subcategory li a {
	color: #585858;
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.subcategory-contact li a {
	color: #585858;
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-weight: bold;
	font-size: 11px;
	padding-left: 2px;
	text-decoration: none;
	padding-top: 10px;
}
.subcategory ul, .subcategory-contact ul {
	margin-top: 10px;
}
.subcategory a:hover, .subcategory-contact a:hover {
	color: #d56528;
}
.portfolioitem ul li {
	display:inline;
	float:left;
width:310px;
	}
.portfolioitem ul li a { display:block; color:#777; padding: 0 15px 12px 15px; font-size:14px; }
.portfolioitem ul li a:hover {  color:#000; }
.portfolioitem ul li a img { border:1px solid #666; padding:0px; width:280px; height:160px;  }
.portfolioitem ul li a p { display: block; margin:8px 0; padding: 0px; padding-bottom:0px; width:280px; height:25px; line-height:25px; white-space: nowrap; /* 禁止文本换行 */overflow: hidden; /* 隐藏超出范围的内容 */text-overflow: ellipsis; /* 使用省略号 */ }
.portfolioitem .last {
	padding-right: 0px;
}
.portfolioitem h2 { padding:5px 0; margin:10px 0; font-size:12px; display:block; border-bottom:1px solid #999; }
.portfolioitem h2  a { color:#333; text-decoration:none; }
.portfolioitem h2  a:hover { color:#F63; }

.name, .email {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
	width: 222px;
}
textarea {
	margin: -10px 0 10px 0;
	background-image: url(../images/inputfield.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border: 1px solid #c6c6c6;
	color:#777777;
	padding: 6px;
}
.map {
	float:right;
	padding: 12px 70px 0 0;
}
#contactform {
	width: 666px;
}
.button {
	background-image: url(../images/submitbutton.png);
	background-repeat:no-repeat;
	width: 74px;
	height: 23px;
	border: none;
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-weight: bold;
	font-size: 12px;
	color: #d56528;
}
.contact {
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-size: 10px;
	color: #3e3e3e;
	text-transform:uppercase;
	margin: 10px 0 10px 0;
	padding: 5px 0 5px 0;
}
#blognav, #portfolionav {
	float:none;
}
#blognav ul li {
	float: left;
	margin-left: 5px;
	text-align: center;
	margin-top: 50px;
}
#portfolionav ul li {
	float: left;
	margin-left: 5px;
	text-align: center;
	margin-top: 10px;
}
#blognav ul li a, #portfolionav ul li a {
	display: block;
	width: 44px;
	height: 19px;
	background-image: url(../images/blognav.png);
	background-position: top;
	background-repeat: no-repeat;
	text-decoration: none;
	font-family: "Times New Roman", "Microsoft YaHei", "", STXihei, "", serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	padding-top: 4px;
}
#blognav ul li a:hover, #blognav .on a, #portfolionav ul li a:hover, #portfolionav .on a  {
	background-position: bottom;
}
#blognav .next a, #portfolionav .next a {
	width: 74px;
	background-image: url(../images/blognavnext.png);
}


#last_work { margin:20px 0 0 0; }
#last_work a { display:block; float:left; margin:0px 20px 20px 0; }
#last_work a img { display:block; width:220px; height:120px; padding:0; }

#right_bar { width:220px; float:right; background:#BCC0C7; border:0px solid #ccc; padding-top:20px; }

#news ul {  }
#news a { color:#000; }

#friend_link { font-size:12px; line-height:1.5em; word-spacing:1em; }
#friend_link a { font-size:12px; color:#333; text-decoration: none; }






/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	.z-index: 1;
}

.sf-menu {
	line-height:	1.0;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
}
/*** DEMO SKIN ***/
.sf-menu {
	
	margin-bottom:	1em;
}
.sf-menu a {
	display:block;
	padding: .75em 0.5em;
	text-decoration:none;
	font-size: 12px;
	font-weight: bold;
	color: #959595;
	text-decoration:none;
	text-transform:uppercase;
}

.sf-menu li {
	float:left;
	display:inline;
}
#wrapper #topbar .menu .sf-menu .last {
background-image:url(../images/dropdownbottom.png);
background-repeat: no-repeat;
background-color: inherit;
background-position:bottom;
}
#wrapper #topbar .menu .sf-menu .first {
background-image:url(../images/dropdowntop.png);
background-repeat: no-repeat;
background-color: inherit;
background-position:top;
}
.sf-menu li li {
	background-color:		#0a0a0a;
}
#topbar #secnav ul li {
	float: left;
	padding: 		.75em .75em;
	background-image:url(../images/menusep.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
#wrapper #topbar #secnav .noimg
{

	background-image: none;
}
#topbar #secnav ul {
	margin: 5px 20px 0 0;
}
.menu ul { display:block; }
#wrapper #topbar .menu .sf-menu .on {
	color: #c5c5c5;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color: #c1c1c1;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px;  /*8-bit indexed alpha png. IE6 gets solid image only */
	
}

a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


.search_list {}
.search_list .search_title{ margin-top:20px; }
.search_list .search_description p{ color:#666; margin:0px 0; padding:0;}
.search_info{ color:#333; font-size:8px; display:none; }
.search_list .page{ clear:both; padding:10px 0; }
.search_list .page a{ display:block; float:left; margin:5px; border:1px solid #777; padding:0 5px; text-decoration:none; }
.search_list .page a.current { color:#fff; font-weight:bold; background:#F60; border-color:#f60; }

#tags { margin:20px 10px 0 0; float:right;}
#tags h2 { margin-bottom:5px; }
#tags a { font-size:9px; margin:auto 8px auto 0; /*display:block; float:left;*/ color:#666; }

img {vertical-align: middle;}








#news_list {
    display: flex;
    flex-wrap: wrap;
    /*gap: 10px 20px ; */              /* 列间距 */
    justify-content: flex-start;
    line-height: 1.5;
    font-size: 12px;
    color: #000;
}

#news_list a {
    flex: 1 1 300px;         /* 最小 300px，自动填满剩余空间 */
    max-width: 300px;        /* 最大 300px，防止过宽 */
    height: 21px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    margin:10px 20px 0 0;
}

/* 每行最后一列靠右 */
#news_list a:nth-last-child(1) {
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.ellipsis {
  white-space: nowrap; /* 确保文本不换行 */
  overflow: hidden; /* 隐藏超出容器的文本 */
  text-overflow: ellipsis; /* 超出的文本显示为省略号 */
}

#words{font-size:12px; color:#777;}

#friend_link_list{ padding-top: 10px; }


.left-article iframe{width: 100%; height: 550px; margin-bottom: 10px;box-shadow: 0px 2px 10px #333; border-radius: 5px;-webkit-border-radius:5px;}

#work_title{ margin-top: 10px; }



#contact_form {font-size:12px;}
#contact_form .tit1{ line-height:20px;height:20px;color:#fff; padding-right:5px; text-align:right}
#contact_form .left{ color:#808080; margin:0px; padding:5px; }
#contact_form .inp1,#contact_form .inp2{ font-size:12px;overflow:auto;color:#808080;border:1px solid #808080;margin-bottom:10px;width:600px; margin-top:0px; }
#contact_form .ioc1{margin-left:5px;}
#contact_left{float: left; width: 600px}
#contact_right{ float: right;}


#sidebar #contact_info_list{
	margin-top:0em;
	font-size:12px;
}
#sidebar #contact_info_list li a{font-size:12px; font-weight: normal;}

div.shop_url {  }
/* 基础按钮 */
div.shop_url a {
	margin-bottom: -50px;
	float: right;
    display: inline-block;         /* 可设宽度，避免 100% 撑开 */

    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(135deg, #ffa052 0%, #ff8c3c 100%);
    padding: 12px 28px;
    border-radius: 30px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(255,160,82,.35);
    transition: all .25s cubic-bezier(.25,.8,.25,1);
}

/* 悬停高亮 */
div.shop_url a:hover {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 6px 20px rgba(255,140,60,.45);
    color: #fff;
    text-decoration: underline;
}

div.end_link { padding: 10px; display: block;}



/*素材列表*/
.list-header {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 24px 0 12px;   /* 上24 下12，与卡片留出呼吸空间 */
}

/* ===== 相册列表容器 ===== */
.album-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 0fr));
  gap: 20px;
  padding: 0;
  margin: 0;
  margin-top: 50px;              /* ① 整体向下让出距离，不贴标题栏 */
  list-style: none;
}

/* ===== 单张卡片 ===== */
.album-card {
  background: linear-gradient(180deg, rgba(255,255,255,.6) 0%, transparent 100%);           /* ② 浅灰底，护眼不刺眼 */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  transition: box-shadow .25s, transform .25s;
  position: relative;
}
.album-card:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, .3);
  transform: translateY(-2px);
}

/* ===== 图片区域 ===== */
.card-img {
  display: block;
  position: relative;
  background: #f0f0f0;           /* 加载前淡灰占位 */
  overflow: hidden;
}
.card-img img {
  width: 100%;
  /*height: 180px;*/
  object-fit: cover;
  transition: transform .4s;
}
.album-card:hover .card-img img {
  transform: scale(1.08);
}

/* ===== 悬停购买按钮 ===== */
.buy-btn{
  position:absolute;
  right:12px;
  top:120px;
  background:#ffa052;
  color:#fff;
  font-size:13px;
  font-weight:600;
  padding:6px 14px;
  border-radius:16px;
  box-shadow:0 2px 6px rgba(0,0,0,.15);
  z-index:2;                 /* 保证在图片上层 */
  transition:opacity .3s, transform .3s;
  opacity:0;
  transform:translateY(10px);
}
.album-card:hover .buy-btn{
  opacity:1;
  transform:translateY(0);
}

/* ===== 文字信息区 ===== */
.card-info {
  
  border-radius: 8px;
  margin: 8px;              /* 四周留一点白，突出灰块 */
  padding: 12px 14px 16px;
}
.card-title {
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 8px;
  line-height: 1.3;
}
.card-title a {
  color: #222;
  text-decoration: none;
}
.card-title a:hover {
  color: #ffa052;
}
.card-tags {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tag {
  display: inline-block;
  font-size: 12px;
  color: #777;
  background: #f5f5f5;
  padding: 3px 8px;
  border-radius: 4px;
  margin: 0 4px 4px 0;
}
.card-meta {
  font-size: 12px;
  color: #999;
}

/* ===== 移动端微调 ===== */
@media (max-width: 600px) {
  .album-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 16px;          /* 小屏顶部留空再小一点 */
  }
  .card-img img {
    height: 120px;
  }
  .buy-btn {
    font-size: 12px;
    padding: 4px 10px;
  }
}




/*美化侧边栏*/
/* ===== 侧边栏 #blogcategory  v2025.06.28 ===== */
#blogcategory {
  background: rgba(199,204,212,0.99);                 /* 无背景 */
  border-left: 0px solid #d1d1d1;          /* 左侧细灰线 */
  /* 左侧浮动阴影 */
box-shadow: -5px 1px 8px -2px rgba(0,0,0,.10);
  padding: 20px 10px;
  font-size: 14px;
  color: #333;
}

/* 大标题 - 保持渐变 */
#blogcategory h1 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin: 0 20px 16px 0;
  padding: 5px 18px 5px 18px;
  background: linear-gradient(135deg, #ffa052 0%, #000 100%);
  color: #fff;
  border-radius: 10px;
  
}

/* 分类列表 - 不变 */
#blogcategory ul {
  list-style: none;
  padding: 10px 0 0 0;
  margin: 0 0 10px;
}
#blogcategory li {
  margin: 5px 0;
}
#blogcategory li a {
  display: block;
  padding: 8px 12px;
  color: #444;
  text-decoration: none;
  border-left: 3px solid transparent;
  border-radius: 4px;
  transition: all .25s;
}
#blogcategory li a:hover {
  background: rgba(255,160,82,.12);
  border-left-color: #ffa052;
  color: #222;
  padding-left: 8px;
}

/* 联系方式 - 极度紧凑 + 链接不突出 */
#contact_info_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contact_info_list li {
  margin: 5px 0 !important;              /* 上下 2px */
  line-height: 1.2 !important;
  font-size: 11px;                       /* 整体小一号 */
  color: #555;
}
#contact_info_list li h2 {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #555;
  margin-right: 0px;
  padding: 5px;
}
#contact_info_list li a,
#contact_info_list li span {
	font-weight: normal;
	padding: 3px;
	margin-left: 10px;
  color: #555;
  text-decoration: none;
}
/* 链接 hover 仅淡色下划线，不跳色 */
#contact_info_list li a:hover {
  text-decoration: underline;
  color: #666;
/*  background: none;
  border: none;
  box-shadow: none;*/
}


/* 清除浮动 */
#blogcategory > div[style*="clear"] {
  display: none;
}


#content #tags {margin:20px 0 0 0;}
#content #tags .tag{background: none; margin: auto; padding: 0;}


/* ====== 首页推荐作品 ====== */
/* ====== 容器 ====== */
#home-recommend{
    background:url(../images/bgbody.jpg) no-repeat center top;
    margin:0 auto 0px;
    padding:20px 0 30px;
    border-bottom:1px solid #b3b4b7;
    display:flex;
    justify-content:space-between;
    max-width:1600px;
}

/* ====== 单个栏目 ====== */
#home-recommend .category{
    width:32%;
    font-size:14px;
}

#home-recommend .category p { height: 60px; }
#home-recommend .category:nth-child(2){ margin:0 2%; }

/* 标题对齐 */
#home-recommend .category strong { /*text-align: center;*/ display: block; }
#home-recommend .category strong a{
    color:#d56528;
    text-decoration:none;
    font-size: 18px;
    
}
#home-recommend .category strong a:hover{
    color:#b85824;          /* 悬停稍微深一点，可自选 */
}
#home-recommend .category:nth-child(1) strong { text-align:left;   }
#home-recommend .category:nth-child(2) strong { text-align:center; }
#home-recommend .category:nth-child(3) strong { text-align:right;}


/* ====== 图片卡片 ====== */
#home-recommend .works-item{
    margin-top:10px;
    border-radius:0 0 5px 5px;
    box-shadow:0 2px 10px rgba(0,0,0,.35);
    overflow:hidden;          /* 隐藏放大溢出 */
    position:relative;
}
#home-recommend .works-img{
    display:block;
    width:100%;               /* 自适应栏宽 */
    height:auto;
    overflow:hidden;
}
.works-img img{
    width:100%;               /* 图片跟着栏宽走 */
    height:auto;
    display:block;
    transition:transform .8s ease, filter .8s ease;
    -webkit-filter:brightness(0.9);
    filter:brightness(0.9);
}
.works-item:hover img{
    -webkit-filter:brightness(1.1);
    filter:brightness(1.1);
    transform:scale(1.1);     /* 放大 + 亮度 */
}

/* 底部标题 */
.view-all{
	position: absolute;
	width: 100%;
    padding:8px 10px;
    text-align:center;
    background:rgba(0,0,0,.7);   /* 黑色 55% 不透明 */
    text-overflow:ellipsis;
    bottom: 0;
    z-index: 999;
}
.view-all a{
     color:#bd7637;        /* 也可试 #daa520 / #ffb347 */
    text-decoration:none;
    font-size: 16px;
}
.view-all a:hover{ color:#e38430;        /* 悬停稍亮 */ }


/*首页素材列表*/
/* ========== 手机优先 ========== */
#sucai_indexlist{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    width:100%;
    /*padding:0 5px;*/
    box-sizing:border-box;
}

#sucai_list_title {
	display: block; font-size: 1.2em;
	margin: 20px auto; text-align: center; word-spacing: 1em;
}

.sucai-card{    
    width:calc(25% - 8px );
    box-sizing:border-box;
    text-decoration:none;
    color:#333;
    font-size:14px;
       border-radius:5px;
       overflow: hidden;

 /* 柔和悬浮阴影 */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

/* 悬停时稍微抬高+加深阴影 */
.sucai-card:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
    transform: translateY(-2px);
}

/* 图片 16:9 + hover 缓慢放大 */
.sucai-card img{
    width:100%;
    display:block;
    aspect-ratio:16/9;
    object-fit:cover;
    transition:transform .5s ease;
}
/*.sucai-card:hover img{
    transform:scale(1.00);
}
*/
.sucai-card .title{
    display:block;
    width:auto;
    height:auto;
    float:none;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    margin:5px auto;
    padding:5px;
    color:#000;
	text-align: center;
 
}

/* ========== 响应式断点 ========== */
@media (max-width:960px){
	#sucai_indexlist{padding:20px 20px;}
	.sucai-card{ width:calc(50% - 5px); }  /* 默认手机 2 列 */
	
	#home-recommend {display: block;}
	#home-recommend .category{width: 90%; margin:auto !important;}
	#home-recommend .category:nth-child(1) strong,#home-recommend .category:nth-child(3) strong {text-align: center; margin-top: 20px;}
	#home-recommend .category p { color: #666; padding: 0 10px; }

}






#index-topbar #topbar { background: none; position:relative; width: 1500px; margin: auto; }
#index-topbar #topbar .logo {
	position:absolute;
	width:140px;
	left:0px;
	bottom:-5px;
	transform: scale(1.2);
}
/*Menu*/
#index-topbar .menu {
	position:absolute;
	/*width:100%;*/
	left:200px;
	top:3px;
}

/* ===== 基础字 ===== */
#index-topbar .sf-menu a {
    font-size: 1.2rem;
    font-weight: 550;
    letter-spacing: .02em;
    /* 白→灰垂直渐变 */
    background: linear-gradient(180deg, #fff 0%, #aaa 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* 平滑抗锯齿 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    /* 倒影 */
    -webkit-box-reflect: below 0 linear-gradient(transparent 70%, rgba(255,255,255,.3));
    /* 上浮动画 */
    transition: transform 1s ease;
}

/* ===== 悬停 ===== */
#index-topbar .sf-menu a:hover {
    transform: translateY(-2px);   /* 轻微飘起 */
}

#index-topbar #topbar #secnav {
	top: 2px;
}

#index-topbar #topbar #secnav a {font-size: 2em; }

/* 电话链接前面加图标 */
#topbar #secnav a[href^="tel:"]::before {
    content: "\260e";          /* ☎  Unicode 电话符号 */
    font-size: 0.9em;
    margin-right: 0em;
	margin-top: 25px;
    vertical-align: center;
}