@charset "utf-8";
/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
.dede_pages {
	text-align: center;
	display: block;
	width: 100%;
	max-width: 800px;
	margin: 0px auto 20px;
	overflow: hidden;
}
.dede_pages ul {
	padding: 9px 0px 9px 16px;
	text-align: center;
}
.dede_pages ul li {
	float: left;
	font-family: Tahoma;
	line-height: 28px;
	margin-right: 6px;
	padding: 0px 8px;
	list-style: none;
	border: 1px solid #ccc;
}
.dede_pages ul li select {
	height: 28px;
	width: 50px;
	line-height: 28px;
	text-align: center;
}
.dede_pages ul li a {
	float: left;
	color: #555;
	display: block;
	padding: 0px 8px;
	line-height: 28px;
}
.dede_pages ul li a:hover {
	color: #690;
	text-decoration: none;
	line-height: 28px;
	padding: 0px 8px;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
	background-color: #F8F8F8;
	padding: 0px 8px 0px;
	font-weight: bold;
}
.dede_pages .pageinfo {
	line-height: 28px;
	padding: 12px 10px 12px 16px;
	color: #999;
}
.dede_pages .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}
/* 中英文切换 */
.language {
	position: absolute;
	right: 10%;
	top: 20px;
	font-size: 12px;
	z-index: 100;
}
.language a {
	margin-left: 15px;
}
.language .language-ico {
	padding: 0 0 0 20px;
	background-repeat: no-repeat;
	background-position: left center;
}
.product-category {
}
.product-category-scrollable ul li {
	width: 290px;
	margin: 0 21px;
	text-align: left;
}
.product-category-scrollable ul li a {
	position: relative;
	display: block;
}
.product-category-scrollable .category-image {
	overflow: hidden;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-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;
}
.product-category-scrollable .category-info {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
}
.product-category-scrollable .category-info h3 {
	margin-top: 120px;
	margin-bottom: 60px;
	font-size: 22px;
	font-weight: normal;
}
.product-category-scrollable .category-info .icon-detail {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 41px;
	height: 41px;
	background: url(../img/icon-detail.gif) no-repeat;
}
.product-category-scrollable .category-info .icon-detail span {
	display: none;
}
.product-category-scrollable .opacity-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
	background-color: #000;
	opacity: 0;
	filter: alpha(opacity=0);
_height:expression( (this.parentElement.clientHeight) +'px');
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.product-category-scrollable a:hover .category-image img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-webkit-transition: all 0.35s ease-out 0s;
	-moz-transition: all 0.35s ease-out 0s;
	-o-transition: all 0.35s ease-out 0s;
	transition: all 0.35s ease-out 0s;
}
.product-category-scrollable a:hover .category-info {
	display: block;
}
.product-category-scrollable a:hover .opacity-overlay {
	display: block;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.product-category-scrollable .carousel-direction {
	text-align: center;
	margin: 30px;
}
.product-category-scrollable .carousel-direction a {
	position: inherit;
	display: inline-block;
*display:inline;
*zoom:1;
	font-size: 25px;
	height: auto;
	line-height: normal;
	margin: 0 15px;
	padding: 0 15px;
	border: 1px solid #666;
}
.product-category-scrollable .carousel-direction a:hover {
	border-color: #fff;
	color: #fff;
}
.product-category-scrollable .carousel-direction a.disabled, .product-category-scrollable .carousel-direction a.disabled:hover {
	border-color: #666;
	color: #666;
	cursor: not-allowed;
}
.product-filter {
}
.product-filter dl {
	border-bottom: 1px dotted #d9d9d9;
	padding: 8px 0;
}
.product-filter dt {
	width: 100px;
	margin-right: 20px;
	text-align: right;
	font-size: 15px;
}
.product-filter dd a {
	margin-right: 20px;
	margin-top: 2px;
	margin-bottom: 5px;
	padding: 0 5px;
	display: inline-block;
*display:inline;
*zoom:1;
	white-space: nowrap;
	font-size: 13px;
}
.product-filter dd a:hover {
	text-decoration: none;
}
.product-filter dd a.current {
	background-color: #ed1a25;
	color: #fff;
}
.price {
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #f30;
	line-height: 1.2;
}
.price span {
	font-family: verdana;
}
.product-attr {
	margin-bottom: 10px;
}
.product-attr dt {
	text-align: right;
	font-weight: bold;
}
.product-attr dd span {
	margin-right: 10px;
}
.product-attr .share-toolbar {
	margin-bottom: 10px;
}
.product-scrollable .scrollable-item {
	position: relative;
}
.product-scrollable .scrollable-item .scrollable-info {
	display: none;
	position: absolute;
	top: 25%;
	left: 0;
	z-index: 100;
	width: 100%;
	color: #fff;
}
.product-scrollable .scrollable-item .scrollable-info h2 {
	line-height: normal;
	font-size: 18px;
	font-weight: normal;
	margin: 0 15px 10px;
}
.product-scrollable .scrollable-item .scrollable-info .price {
	color: #fff;
}
.product-scrollable .scrollable-item .scrollable-info .icon-detail {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 41px;
	height: 41px;
	background: url(../img/icon-detail.gif) no-repeat center;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.product-scrollable .scrollable-item .scrollable-info .icon-detail span {
	display: none;
}
.product-scrollable .scrollable-item .scrollable-info:hover .icon-detail {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.product-scrollable .scrollable-item a:hover .scrollable-info {
	display: block;
}
.product-scrollable .scrollable-item .opacity-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
	background-color: #e92525;
	opacity: 0;
	filter: alpha(opacity=0);
_height:expression( (this.parentElement.clientHeight) +'px');
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.product-scrollable .scrollable-item a:hover .opacity-overlay {
	filter: alpha(opacity=90);
	opacity: 0.9;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.product-scrollable .carousel-direction a {
	top: 90px;
}
.product-item {
	position: relative;
}
.product-list li {
	margin-bottom: 25px;
	text-align: center;
}
.product-item .portfolio-img {
	background-color: #f2f2f2;
	overflow: hidden;
	position: relative;
	margin-bottom: 13px;
}
.product-item .portfolio-text {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
}
.product-item .portfolio-text h2 {
	margin: 80px 20px 20px;
	line-height: normal;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
}
.product-list .col-2-1 .product-item .portfolio-text h2 {
	margin-top: 180px;
}
.product-list .col-3-1 .product-item .portfolio-text h2 {
	margin-top: 80px;
}
.product-list .col-4-1 .product-item .portfolio-text h2 {
	margin-top: 60px;
}
.product-list .col-5-1 .product-item .portfolio-text h2 {
	margin-top: 40px;
}
.product-list .col-5-1 .product-item .portfolio-text .icon-detail {
	width: 30px;
	height: 30px;
}
.product-item .portfolio-text .icon-detail {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 41px;
	height: 41px;
	background: url(../img/icon-detail.gif) no-repeat center;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.product-item .portfolio-text .icon-detail span {
	display: none;
}
.product-item .portfolio-text .price {
	color: #fff;
	margin-bottom: 20px;
}
.product-item a:hover .portfolio-text {
	display: block;
}
.product-item .portfolio-text:hover .icon-detail {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.product-item .opacity-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
	background-color: #e92525;
	opacity: 0;
	filter: alpha(opacity=0);
_height:expression( (this.parentElement.clientHeight) +'px');
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.product-item a:hover .opacity-overlay {
	filter: alpha(opacity=90);
	opacity: 0.9;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.product-list-popup li {
	margin-bottom: 20px;
}
.product-detail .product-name {
	margin-bottom: 10px;
}
.product-detail .product-name h1 {
	font-size: 20px;
	line-height: 1.5;
}
.product-detail .product-sku {
	margin-bottom: 10px;
	color: #999;
	font-size: 13px;
}
.product-detail .product-sku strong {
	font-weight: normal;
}
.product-detail .product-info-item { /*border-bottom:1px solid #f0f0f0;*/
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.product-detail .product-info-item-last {
	border-bottom: none;
	margin-bottom: 0;
}
.product-detail .product-summary {
	font-size: 13px;
	color: #666;
}
.product-intr {
	margin-bottom: 45px;
}
.product-intr .product-preview {
	width: 70%;
	float: left;
	display: inline;
	margin-right: 35px;
}
.product-intr .product-preview .single-img-wrap {
	text-align: center;
}
.product-intr .product-preview .single-img-wrap img {
	max-width: 100%;
	_width: 100%;
}
.product-intr .product-preview .share-toolbar {
	margin-bottom: 0;
}
.product-intr .product-info {
	width: 25%;
	overflow: hidden;
*zoom:1;
}
.product-intr .share-toolbar {
	margin: 15px 0 10px;
}
.product-intr .back-category a {
	background: url(../img/icon-back-cate.gif) no-repeat left center;
	padding-left: 15px;
	color: #808080;
}
.product-intr .back-category a:hover {
	color: #ed1a25;
}
.product-desc-title {
	background-color: #ff1c27;
	margin-bottom: 20px;
}
.product-desc-title h3 {
	height: 42px;
	line-height: 42px;
	float: left;
	padding: 0 20px;
	font-size: 16px;
	color: #fff;
}
.product-desc-item {
	margin-bottom: 50px;
}
.product-desc-item-title {
	margin-bottom: 15px;
}
.product-desc-item-title h4 {
	float: left;
	height: 30px;
	line-height: 30px;
	background: #ff1c27;
	color: #fff;
	font-size: 15px;
	padding: 0 25px;
}
.product-detail-simple .product-img {
	text-align: center;
	margin-bottom: 15px;
}
.product-detail-simple .product-img img {
	max-width: 100%;
	_width: 100%;
}
.product-detail-simple .product-name {
	text-align: center;
	margin-bottom: 30px;
}
.product-detail-complete .tabs-nav {
	background-color: #ff1c27;
}
.product-detail-complete .tabs-nav li {
	padding: 0;
	margin-bottom: 0;
}
.product-detail-complete .tabs-nav li a {
	font-size: 15px;
	background-color: #ff1c27;
	color: #fff;
}
.product-detail-complete .tabs-nav li a.current {
	background-color: #ed1a25;
	color: #fff;
}
.product-detail-complete .tabs-nav li a:hover {
	background-color: #ed1a25;
	color: #fff;
}
.product-detail-zoom .product-intr .product-preview {
	width: 450px;
}
.product-detail-zoom .gallery-img-product-detail {
	display: none;
}
.product-detail-zoom .gallery-img-product-detail .ps-caption-wrapper {
	display: none;
}
/* 产品详情文件下载 */
.download-product-detail li {
	padding: 3px 0;
}
.download-product-detail li a {
	padding-left: 15px;
	background: url(../img/icon-dot.gif) no-repeat left center;
	font-size: 13px;
	color: #666;
}
.download-product-detail li a:hover {
	color: #ed1a25;
	text-decoration: none;
}
.gallery-zoom-img-wrap {
	position: relative;
}
.gallery-zoom-img-wrap .icon-zoom {
	padding-left: 20px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-size: 13px;
	color: #ccc;
	background: url(../img/icon-zoom-tips.png) no-repeat left center;
}
@media only screen {
.gallery-zoom-img-wrap .icon-zoom {
	background-image: url(../img/icon-zoom-tips@2x.png);
	background-size: 16px 16px;
}
}
.pgwSlideshow-gallery-zoom .ps-list li .ps-item img {
	height: 85px;
}
.pgwSlideshow-gallery-zoom .ps-list {
	height: 87px;
}
.pgwSlideshow-gallery-zoom .ps-caption-wrapper {
	display: none;
}
.product-detail-wrapper {
	margin-bottom: 45px;
}
.product-detail-wrapper .product-detail-title {
	border-bottom: 2px solid #c5c5c5;
	text-align: center;
	margin-bottom: 15px;
}
.product-detail-wrapper .product-detail-title h3 {
	position: relative;
	margin-bottom: -2px;
	padding: 0 45px;
	display: inline-block;
*display:inline;
*zoom:1;
	border-bottom: 2px solid #ed1a25;
	font-size: 18px;
}
.no-data-note {
	font-size: 20px;
	color: #f30;
	padding: 30px 0;
	text-align: center;
}
/* Link 链接
------------------------------------------------------------------------------------------ */
.link a img {
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -1px;
*top:0;
}
.link-line a {
	margin: 0 15px 0 0;
}
.link-line em {
	margin: 0 7px 0 -8px;
*zoom:1;
	font-style: normal;
}
.link-line-rtl {
	text-align: right;
}
.link-line-rtl a {
	margin: 0 0 0 15px;
}
.link-line-rtl em {
	margin: 0 -10px 0 10px;
	font-style: normal;
}
.link-line-center {
	text-align: center;
}
.link-line-center a {
	margin: 0 8px;
}
.link-line-center em {
	margin: 0 -2px 0 0;
	font-style: normal;
}
.link-block li {
	padding: 4px 0;
	line-height: 1.5;
}
.link-block-sign a {
	display: block;
	background: url(../img/icon-dot.gif) no-repeat 0 8px;
	padding-left: 10px;
}
.link-list li {
	margin-bottom: 15px;
}
.link-list .link-img {
	margin-bottom: 5px;
	overflow: hidden;
}
.link-list .link-img img {
	display: block;
	width: 100%;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-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;
}
.link-list .link-img a:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 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;
}
.link-list .link-name {
	text-align: center;
}
.link-list .link-name h2 {
	line-height: 22px;
	font-size: 13px;
}
.link-list .link-name a {
	font-size: 13px;
	font-weight: normal;
}
.link-list .col-2-1 a {
	font-size: 16px;
}
.link-scrollable ul {
	_margin-left: -8px !important;
}
.link-scrollable ul li {
	width: 180px;
	margin: 0 10px;
}
.link-scrollable .carousel-direction a {
	margin-top: 0;
	top: 35px;
	width: 35px;
	height: 35px;
	line-height: 35px;
}
.link-scrollable a.carousel-prev {
	left: -10px;
}
.link-scrollable a.carousel-next {
	right: -10px;
}
.link-scrollable-3col ul li {
	width: 300px;
	margin: 0 16px;
}
.link-scrollable-3col ul li h2 a {
	font-size: 16px;
}
.link-scrollable-3col .carousel-direction a {
	margin-top: 0;
	top: 70px;
}
.link-icon {
	text-align: center;
}
.link-icon {
	font-size: 0;
}
.link-icon li {
	display: inline-block;
*display:inline;
*zoom:1;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 40px;
}
.link-icon li a {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 150px;
	height: 150px;
	overflow: hidden;
	background-color: #ff1c27;
	color: #fff;
	-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;
}
.link-icon li a:hover {
	background-color: #ed1a25;
	color: #fff;
	z-index: 2;
	-webkit-transform: scale(1.10);
	transform: scale(1.10);
}
.link-icon li a span {
	display: block;
	margin-top: 50px;
	font-size: 16px;
}
.link-icon li a.link-img img {
	margin: 30px 0 5px 0;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
}
.link-icon li a:hover img {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}
.link-icon li a.link-img span {
	margin-top: 0;
}
.link-bg-img li a {
	display: block;
	position: relative;
	background-color: #ff1c27;
	text-align: center;
	padding: 60px 0;
	color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.link-bg-img li:nth-child(2n) a {
	background-color: #ed1a25;
}
.link-bg-img li a:hover {
	background-color: #de1822;
}
.link-bg-img .link-text {
	position: relative;
	z-index: 11;
	color: #fff;
}
.link-bg-img .link-name {
	margin-bottom: 15px;
	line-height: normal;
	font-size: 24px;
	font-weight: normal;
}
.link-bg-img .link-summary {
	max-width: 800px;
	margin: 0 auto 15px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 13px;
}
.link-bg-img span {
	display: inline-block;
*display:inline;
*zoom:1;
	padding: 0 40px;
	line-height: 34px;
	border: 2px solid #fff;
	color: #fff;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.link-bg-img span:hover {
	background-color: #fff;
	border-color: #fff;
	color: #333;
	text-decoration: none;
}
.link-bg-img .link-bg-img-item .opacity-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
	background-color: #333;
	opacity: 0.6;
	filter: alpha(opacity=60);
_height:expression( (this.parentElement.clientHeight) +'px');
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.link-bg-img .link-bg-img-item a:hover .opacity-overlay {
	background-color: #de1822;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.link-fixed-side { /*width:80px;*/
	margin-bottom: 1px;
	font-size: 12px;
}
.link-fixed-side li {
	margin-bottom: 1px;
	position: relative;
}
.link-fixed-side li .link-name {
	display: block;
	width: 70px;
	min-height: 70px;
	height: auto !important;
	_height: 70px;
	background-color: #666;
	color: #fff;
	text-align: center;
*margin-bottom:-4px;
}
.link-fixed-side li .link-name:hover, .link-fixed-side li.active .link-name {
	background-color: #ee330a;
	text-decoration: none;
}
.link-fixed-side li.first .link-name {
	background-color: #ff3333;
}
.link-fixed-side li.first .link-name:hover {
	background-color: #ee330a;
}
.link-fixed-side li i {
	display: inline-block;
*display:inline;
*zoom:1;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-top: 6px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.link-fixed-side li span {
	display: block;
	line-height: normal;
	padding-bottom: 5px;
}
.link-fixed-side li .link-name-min span {
	display: block;
	line-height: 70px;
}
.link-fixed-side .link-summary {
	display: none;
	position: absolute;
	right: 70px;
	top: 0;
	min-width: 130px;
	max-width: 200px;
	_width: 130px;
	min-height: 35px;
	height: auto !important;
	_height: 35px;
	padding: 20px 15px 15px;
	background-color: #ee330a;
}
.link-fixed-side .link-summary .arrow-section-r {
	display: block;
	width: 5px;
	height: 9px;
	position: absolute;
	top: 22px;
	right: 0px;
	background: url(../img/arrow-section-r.gif) no-repeat;
}
.link-fixed-side .link-summary .link-summary-content {
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}
.link-fixed-side .link-summary .qhd-content p {
	margin-bottom: 5px;
}
.link-fixed-side .link-summary .qhd-content p a {
	color: #4d4d4d;
}
.link-fixed-side .link-summary .qhd-content p a:hover {
	color: #1e78e8;
}
.fixed-left .link-fixed-side .link-summary {
	right: 0;
	left: 70px;
}
.fixed-left .link-fixed-side .link-summary .arrow-section-r {
	right: auto;
	left: 0;
	background: url(../img/arrow-section-l.gif) no-repeat;
}
.link-justified ul {
	display: table;
	table-layout: fixed;
	margin-bottom: -1px;
	width: 100%;
	background-color: #cc701f;
}
.link-justified ul li {
	display: table-cell;
	margin-bottom: 0;
	width: 100%;
}
.link-justified ul li a {
	display: block;
	padding: 8px 0;
	text-align: center;
	border-left: 1px solid #ff8b26;
	border-right: 1px solid #995417;
	color: #fff;
}
.link-justified ul li a:hover, .link-justified ul li a:active {
	background-color: #b3621b;
	color: #fff;
}
.link-justified ul li:first-child a {
	border-left: none;
}
.link-justified ul li:last-child a {
	border-right: none;
}
.link-justified ul li p {
	line-height: normal;
	font-size: 14px;
}
.link-justified ul li a i {
	display: inline-block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	margin-bottom: -5px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px 24px;
}
.link-setion {
	position: relative;
}
.link-setion a {
	display: block;
}
.link-setion .link-img img {
	display: block;
	width: 100%;
}
.link-setion .link-img-noimg {
	min-height: 230px;
	height: auto !important;
	_height: 230px;
	background-color: #dd5189;
}
.link-name-default {
	position: absolute;
	left: 35px;
	bottom: 35px;
	opacity: 1;
	filter: alpha(opacity=100);
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.link-name-default h3 {
	font-size: 22px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
}
.link-setion-text {
	display: block;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 10;
	color: #fff;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.link-setion-text h3 {
	margin: 0 20px 15px;
	margin-top: -25px;
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
	transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
}
.link-setion-text p {
	margin: 0 20px 15px;
	margin-top: -55px;
	font-size: 13px;
	font-weight: normal;
	color: #fff;
	line-height: normal;
	transition: all 0.35s ease-out;
	-moz-transition: all 0.35s ease-out;
	-o-transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	-ms-transition: all 0.35s ease-out;
}
.link-setion-text .link-more {
	line-height: normal;
	display: inline-block;
*display:inline;
*zoom:1;
	margin-top: 15px;
	padding: 6px 20px;
	border: 1px solid #fff;
	font-size: 13px;
}
.link-setion .opacity-overlay {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	background: #d95700;
	opacity: 0;
	filter: alpha(opacity=0);
_height:expression( (this.parentElement.clientHeight) +'px');
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	-ms-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.link-setion a:hover .link-name-default {
	opacity: 0;
	filter: alpha(opacity=0);
}
.link-setion a:hover .link-setion-text {
	opacity: 1;
	filter: alpha(opacity=100);
}
.link-setion a:hover .link-setion-text h3 {
	margin-top: 0px;
}
.link-setion a:hover .link-setion-text p {
	margin-top: 0px;
}
.link-setion a:hover .opacity-overlay {
	opacity: 0.85;
	filter: alpha(opacity=85);
}