/*
# core.css
#
# YeahZan Nov 2012
#
# Copyright (C) 2012 Yeahzan.com. All Rights Reserved.
#
# License:	Copyrighted Commercial Software
#
# Website:  http://www.yeahzan.com
#
# Author:	Benz Lee (benz@yeahzan.com)
# 
# Support:	support@yeahzan.com
#
*/
/* 鍏ㄥ眬鍏冪礌瀹氫箟 */




/* 椤甸潰鏂囨。鏍峰紡 */
#zan-layout {
	background: #F0F0F0;
}

@media screen and (max-width:980px) {
	#zan-layout {
		width: 980px;
	}
}

#zan-container {
	width: 980px;
	min-height: 476px;
}

/* 椤甸潰澶撮儴鏍峰紡 */
#zan-header {
	padding-top: 10px;
	padding-right: 18px;
}

#zan-header .navbar .navbar-inner {
	border-radius: 4px;
}

#zan-header .navbar-search input {
	width: 130px;
}

#zan-header .navbar li[class*="item"]:hover {
	-webkit-transition: all 0.2s ease-out ;
	-webkit-transition: all 0.2s ease-out ;
	-moz-transition: all 0.2s ease-out ;
	-o-transition: all 0.2s ease-out ;
	text-decoration:none;
	background-color:#f6f6f6;
	-webkit-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow:inset 0 0px 5px rgba(0, 0, 0, 0.1);
}
/* End-椤甸潰澶撮儴鏍峰紡 */

/* 瀛愬鑸爮鏍峰紡 */
#loading {
	text-align: center;
	padding-top: 5%;
	height: 1280px;
}

.brand {
	float: left;
}

#nav.navbar {
	float: right;
	margin-top: 20px;
}

#crumbs-2 {
	height: 40px;
	background-image: url(../images/sp-line.png);
	background-repeat: no-repeat;
	background-position: bottom;
}

#crumbs-2 ul {
	float: right;
	color: #333 !important;
}

#crumbs-2 ul li.active a{
	color: #CCC !important;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: default;
}

#crumbs-2 ul a:hover {
	color: #0096d7;
}

#sub-title a{
	text-decoration: none;
	color: #555;
	text-align: right;
	line-height: 24px;
	text-shadow: 0 1px 0 white;
	font-size: 22px;
	cursor: pointer;
}

#sub-title {
	line-height: 20px;
	float: left;
	padding: 5px;
}

#crumbs-2 ul.nav li a.sub-btn {
	margin:7px 5px 0px 10px;
	padding: 2px 10px;
	font-size: 11.9px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

#crumbs-2 ul.nav li a.sub-btn:hover {
	color: #ffffff;
	background-color: #0044cc;
	font-size: 11.9px;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}

#crumbs-2 ul.nav li a
{
	color: #666;
	font-size: 13px;

	}
	
#crumbs-2 ul.nav li a:hover
{
	color: #CCC;
	font-size: 13px;

	}
/* End-瀛愬鑸爮鏍峰紡 

/* 椤甸潰涓讳綋鏍峰紡 */

#traverse {
	margin-bottom: 60px;
}

#traverse .container {
	position: relative;
	height: 460px;
}

#text-build {
	position: relative;
	left: -20px;
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
}

#text-build.animate {
	position: relative;
	left: 0px;
	opacity: 1;
}

#text-design {
	position: relative;
	top: -20px;
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
}

#text-design.animate {
	position: relative;
	top: 0px;
	opacity: 1;
}

#text-host {
	position: relative;
	right: -20px;
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
}

#text-host.animate {
	position: relative;
	right: 0px;
	opacity: 1;
}

#subtitle-design-1 {
	opacity: 0;
	position: absolute;
	top: 300px;
	left: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
}

#subtitle-design-1.animate {
	opacity: 1;
	position: absolute;
	top: 300px;
	left: 15%;
	z-index: 999;
}

#subtitle-design-2 {
	opacity: 0;
	position: absolute;
	right: 0;
	top: 150px;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
}

#subtitle-design-2.animate {
	opacity: 1;
	position: absolute;
	right: 15%;
	top: 150px;
	z-index: 999;
}

#subtitle-design-3 {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 150px;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
}

#subtitle-design-3.animate {
	opacity: 1;
	position: absolute;
	left: 12%;
	top: 150px;
	z-index: 999;
}

#subtitle-build-1 {
	opacity: 0;
	position: relative;
	right: -20px;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
}

#subtitle-build-1.animate {
	opacity: 1;
	position: relative;
	right: 0;
}

#subtitle-build-2 {
	opacity: 0;
	position: relative;
	left: -20px;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
}

#subtitle-build-2.animate {
	opacity: 1;
	position: relative;
	left: 0;
}

#subtitle-build-3 {
	opacity: 0;
	position: relative;
	right: -20px;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
}

#subtitle-build-3.animate {
	opacity: 1;
	position: relative;
	right: 0;
}

/*#text-build-1 li{
	opacity: 1;
	position: relative;
	right: 0px;
}

#text-build-1.animate li:nth-child(1) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;

}

#text-build-1.animate li:nth-child(2) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
}

#text-build-1.animate li:nth-child(3) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
}

#text-build-1.animate li:nth-child(4) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: 1.6s;
	-moz-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
}

#text-build-1.animate li:nth-child(5) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: 2.0s;
	-moz-transition-delay: 2.0s;
	-o-transition-delay: 2.0s;
}*/

#text-build-2 li{
	opacity: 1;
	position: relative;
	right: 0px;
}

/*#text-build-2.animate li:nth-child(1) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
}

#text-build-2.animate li:nth-child(2) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
}

#text-build-2.animate li:nth-child(3) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
}

#text-build-2.animate li:nth-child(4) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: 1.6s;
	-moz-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
}

#text-build-2.animate li:nth-child(5) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: 2.0s;
	-moz-transition-delay: 2.0s;
	-o-transition-delay: 2.0s;
}

#text-build-2.animate li:nth-child(6) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: 2.4s;
	-moz-transition-delay: 2.4s;
	-o-transition-delay: 2.4s;
}*/

#text-build-3 li{
	opacity: 1;
	position: relative;
	right: 0px;
}

/*#text-build-3.animate li:nth-child(1) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;

}

#text-build-3.animate li:nth-child(2) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: .8s;
	-moz-transition-delay: .8s;
	-o-transition-delay: .8s;
}

#text-build-3.animate li:nth-child(3) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
}

#text-build-3.animate li:nth-child(4) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: 1.6s;
	-moz-transition-delay: 1.6s;
	-o-transition-delay: 1.6s;
}

#text-build-3.animate li:nth-child(5) {
	opacity: 1;
	position: relative;
	right: 0;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-webkit-transition-delay: 2.0s;
	-moz-transition-delay: 2.0s;
	-o-transition-delay: 2.0s;
}
*/
#design-motto {
	opacity: 0;
	top: -20px;
	-webkit-transition: all 1s cubic-bezier(.54,1,.87,.99);
	-webkit-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-moz-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
	-o-transition: all 1s cubic-bezier(.54,1.11,.87,.99);
}

#design-motto.animate {
	opacity: 1;
	top: 0;
	position: relative;
}

#btn-build {
	position: absolute;
	right: 150px;
	bottom: 100px;
	cursor: pointer;
}

#btn-design {
	position: absolute;
	left: 200px;
	bottom: 100px;
	cursor: pointer;
}

#btn-host {
	position: absolute;
	left: 200px;
	bottom: 100px;
	cursor: pointer;
}

#major {
	float: left;
}

#zan-footer {
	margin-top: 10px;
}

#zan-footer #link {
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	background: #2D2E2F;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 15px), #2D2E2F;
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 15px), #2D2E2F;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, transparent 15px), #2D2E2F;
	border-bottom: 1px solid #111;
	padding: 20px 0 10px 0;
}

#zan-footer #link .container {
	padding-left: 30px;
}

#zan-footer #link a {
	color: #666;
	display: inline;
}

#zan-footer #link h4 {
	font-size: 16px;
	color: #CCC;
	margin-bottom: 20px;
}

#zan-footer #link li {
	margin: 0 0 10px 0;
}

#zan-footer #link a:hover{
	background: #2D2E2F;
	color: #CCC;
}

#zan-footer #link .link-6 {
	margin-left: 0 !important;
	text-align: center;
}

#zan-footer #link .link-6 h4 {
	text-shadow: 0 3px 3px rgba(0,0,0,0.8);
	color: #FFF;
}

#zan-footer #copyright {
	float: left;
	border-top: 1px solid #464646;
	background: #28292A;
	font-size: 12px;
	color: #555;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	padding: 20px 0 20px 0;

}

#zan-footer #copyright .friend {
	width: 100%;
	float: left;
	margin-bottom: 0;
}

#zan-footer #copyright .copyright {
	text-align: center;
}

#zan-footer #copyright .friend li {
	float: left;
	padding: 0 5px 10px 5px;
}

#zan-footer #copyright .friend a,
#zan-footer #copyright a{
	color: #555;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

#zan-footer #copyright .friend a:hover,
#zan-footer #copyright a[href*="www"]:hover {
	text-decoration: none;
	color: #CCC;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	background: none;
}
/* End-椤甸潰涓讳綋鏍峰紡 */
/* End-椤甸潰鏂囨。鏍峰紡 */

/* 椤甸潰鍒跺畾鏍峰紡 */
/*body.itemid-101 img {
	max-width: none;
}*/

body.itemid-101 div[id*="section"] {
	padding-bottom: 20px;
}

body.itemid-101 #section1 {
	padding: 0px;
}

/*body.itemid-101 #section1 > div {
	width: 980px;
	height: 605px;
}
*/
body.itemid-101 #section2 div[class*="section2-"] > div {
	width: 313px;
	height: 220px;
}
/*
body.itemid-101 #section2:hover div[class*="section2-"] {
	trasition: transform 0.5 ease-out;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-moz-transition: -moz-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	-ms-transition: -ms-transform 0.5s ease-out;

	filter: blur(1px);
    -webkit-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
}

body.itemid-101 #section2:hover div[class*="section2-"]:hover {
	cursor: pointer;
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);

	filter: blur(0px);
    -webkit-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
}
*/

body.itemid-101 #section6 div[class*="section6-"] {
	padding: 45px 20px 0px;
	border-color: #F9F9F7 #dbdbdb #d2d2d2;
	background: #fff;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px #fff, inset 0 0 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
}

body.itemid-101 #section6 div.section6-1 {
	background: url("../img/index/title_latest.png") no-repeat #fff 0px 5px; 
}

body.itemid-101 #section6 div.section6-2 {
	background: url("../img/index/title_hottest.png") no-repeat #fff 0px 5px; 
}

body.itemid-101 #section6 div.section6-3 {
	background: url("../img/index/title_faq.png") no-repeat #fff 0px 5px; 
}

body.itemid-101 #zan-footer #link>ul:nth-child(1) {
	width: 700px;
	height: 30px;
	margin: 0 auto;
}

body.itemid-101 #zan-footer #link>ul:nth-child(3) {
	width: 1000px;
	height: 30px;
	margin: 0 auto;
}

body.itemid-103 #traverse {
	background: #5e98d7;
	background-image: -webkit-linear-gradient(bottom, #5e98d7, #84b9f3);
	background-image: -moz-linear-gradient(bottom, #5e98d7, #84b9f3);
	background-image: -o-linear-gradient(bottom, #5e98d7, #84b9f3);
	background-image: -ms-linear-gradient(bottom, #5e98d7, #84b9f3);
	background-image: linear-gradient(to top, #5e98d7, #84b9f3);
	border-top: 1px #5e98d7 solid;
	border-bottom: 1px #5e98d7 solid;
}

body.itemid-103 .section2-1,
body.itemid-103 .section4-1 {
	width: 305px;
}

body.itemid-103 .section2-2,
body.itemid-103 .section4-2 {
	font-size: 14px;
	color: #777;
	width: 655px;
	margin-left: 20px;
}

body.itemid-103 #section3,
body.itemid-103 #section4 {
	margin-top: 55px;
}

body.itemid-103 #section3 {
	padding-bottom: 25px;
}

body.itemid-103 .section3-1 {
	font-size: 14px;
	color: #777;
	width: 655px;
}

body.itemid-103 .section3-2 {
	width: 305px;
	margin-left: 20px;
	padding-top: 20px;
}

body.itemid-103 .section2-2 ul,
body.itemid-103 .section3-1 ul,
body.itemid-103 .section4-2 ul {
	margin: 30px 0 0 0 ;
}

body.itemid-103 .section2-2 ul li,
body.itemid-103 .section3-1 ul li,
body.itemid-103 .section4-2 ul li {
	padding-bottom: 10px;
}

body.itemid-103 .section3-1 ul li:nth-child(odd) {
	font-size: 14px;
	color: #333;
}

body.itemid-103 .section2-2 ul li:before,
body.itemid-103 .section3-1 ul li:before,
body.itemid-103 .section4-2 ul li:before {
	content: "";
	padding-right: 13px;
}

body.itemid-103 .section2-2 ul li:before,
body.itemid-103 .section4-2 ul li:before,
body.itemid-103 .section3-1 ul li:first-child + li:before,
body.itemid-103 .section3-1 ul li:first-child + li + li + li:before,
body.itemid-103 .section3-1 ul li:first-child + li + li + li + li + li:before {
	content: url("../img/build/arrow_build.png");
	padding-right: 7px;
}

body.itemid-103 #section2,
body.itemid-103 #section3 {
	min-height: 255px;
	background: url("../img/build/divider_content.png") no-repeat bottom;
}

body.itemid-103 img {
	border-radius: 0px;
}

body.itemid-103 p {
	line-height: 24px;
}

body.itemid-103 #section6,
body.itemid-161 #section6 {
	margin-bottom: 40px;
}

body.itemid-103 div[class*="section6-"] {
	border-right: 1px solid #CCC;
}

body.itemid-103 div[class*="section6-"]:last-child {
	border-right: none;
}

body.itemid-103 #section4 {
	background: url("../img/divider_bot.png") no-repeat bottom;
	padding-bottom: 130px;
}

body.itemid-103 #mainstay {
	background: url("../img/divider_bot.png") no-repeat bottom;
	padding-bottom: 100px;
}

body.itemid-103 #sidebar-left {
	background: url("../img/service/bg_service_process.jpg") no-repeat;
	width: 30%;
	height: 570px;
	position: relative;
}

body.itemid-103 #sidebar-left div[class*="block"] {
	width: 130px;
	height: 130px;
}

body.itemid-103 #sidebar-left div[class*="block"]:hover,
body.itemid-103 #sidebar-left div[class*="block"].active {
	background: url("../img/service/bg_service_process_hover.png") no-repeat;
	cursor: pointer;
}

body.itemid-103 #sidebar-left div.block-1 {
	position: absolute;
	top: -5px;
	left: 50px;
}

body.itemid-103 #sidebar-left div.block-2 {
	position: absolute;
	top: 80px;
	right: 0px;
}

body.itemid-103 #sidebar-left div.block-2:hover,
body.itemid-103 #sidebar-left div.block-2.active {
	background-position: 0 -134px;	
}

body.itemid-103 #sidebar-left div.block-3 {
	position: absolute;
	top: 135px;
	left: 10px;
}

body.itemid-103 #sidebar-left div.block-3:hover,
body.itemid-103 #sidebar-left div.block-3.active {
	background-position: 0 -266px;	
}

body.itemid-103 #sidebar-left div.block-4 {
	position: absolute;
	top: 235px;
	right: 0px;
}

body.itemid-103 #sidebar-left div.block-4:hover,
body.itemid-103 #sidebar-left div.block-4.active {
	background-position: 0 -400px;	
}

body.itemid-103 #sidebar-left div.block-5 {
	position: absolute;
	top: 290px;
	left: 0px;
}

body.itemid-103 #sidebar-left div.block-5:hover,
body.itemid-103 #sidebar-left div.block-5.active {
	background-position: 0 -533px;	
}

body.itemid-103 #sidebar-left div.block-6 {
	position: absolute;
	bottom: 15px;
	right: 75px;
}

body.itemid-103 #sidebar-left div.block-6:hover,
body.itemid-103 #sidebar-left div.block-6.active {
	background-position: 0 -666px;	
}

body.itemid-103 #major {
	height: 570px;
	width: 70%;
}

body.itemid-103 #major div.process {
	display: none;
}

body.itemid-105 #mainstay {
	margin-top: 50px;
	padding-left: 100px;
}

body.itemid-105 #sidebar-left {
	width: 400px;
	height: 400px;
	margin-bottom: 80px;
}

body.itemid-105 #sidebar-left div[id*="map"] {
	border: 2px #ccc solid;
}

body.itemid-105 #major {
	padding-top: 20px;
	padding-left: 40px;
	font-size: 16px;
}

body.itemid-105 #major address{
	line-height: 26px;
}

body.itemid-183 #major {
	width: 70%;
	float: left;
}

body.itemid-183 #major .items-row,
body.itemid-183 #major .item-page {
	width: auto;
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: whiteSmoke;
	border: 1px solid #E3E3E3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

body.itemid-183 #major .items-more {
	background-color: whiteSmoke;
}

body.itemid-101 #BDBridgeWrap,
body.itemid-183 #BDBridgeWrap,
body.itemid-145 #BDBridgeWrap {
	display: none;
}

body.itemid-183 #sidebar-right,
body.itemid-145 #sidebar-right {
	width: 28%;
}

body.itemid-145 #major {
	width: 70%;
	float: left;
}

body.itemid-145 img {
	max-width: 100%;
}

body.itemid-160 #traverse {
	background: #aad957;
	background-image: -webkit-linear-gradient(bottom, #aad957, #c4ed7b);
	background-image: -moz-linear-gradient(bottom, #aad957, #c4ed7b);
	background-image: -o-linear-gradient(bottom, #aad957, #c4ed7b);
	background-image: -ms-linear-gradient(bottom, #aad957, #c4ed7b);
	background-image: linear-gradient(to top, #aad957, #c4ed7b);
	border-top: 1px #aad957 solid;
	border-bottom: 1px #aad957 solid;
	margin-bottom: 0;
}

body.itemid-160 #section1{
	padding-top: 60px;
	background: #FFF;
	position: relative;
}

body.itemid-160 #section1 div:nth-child(2) {
	height: 390px;
}

body.itemid-160 #section2,
body.itemid-160 #section3 {
	height: 450px;
	position: relative;
}

body.itemid-160 #section1 div:nth-child(2) img:last-child {
	position: absolute;
	right: 10%;
	bottom: 0;
}

body.itemid-160 #section2 img:first-child{
	position: absolute;
	left: 10%;
	bottom: 0;
}


body.itemid-160 #section3 img:last-child {
	position: absolute;
	right: 7%;
	bottom: 0;
}

body.itemid-160 #section3 {
	background: #FFF;
}

body.itemid-161 #traverse {
	background: #f6ba18;
	background-image: -webkit-linear-gradient(bottom, #f6ba18, #f8cd58);
	background-image: -moz-linear-gradient(bottom, #f6ba18, #f8cd58);
	background-image: -o-linear-gradient(bottom, #f6ba18, #f8cd58);
	background-image: -ms-linear-gradient(bottom, #f6ba18, #f8cd58);
	background-image: linear-gradient(to top, #f6ba18, #f8cd58);
	border-top: 1px #f6ba18 solid;
	border-bottom: 1px #f6ba18 solid;
}

body.itemid-161 #section6 h4 {
	display: inline-block;
	margin-left: 10px;
}

body.itemid-161 #section1,
body.itemid-161 #section2 {
	background: url("../img/divider_bot.png") no-repeat bottom;
	padding-bottom: 130px;
}

body.itemid-161 .table td {
	text-align: center;
	line-height: 24px;
}

body.itemid-161 .table td.orange {
	background: #ef9a36;
	color: #fff;
	font-size: 28px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

body.itemid-161 .table td.yellow {
	background: #f6ba18;
	color: #fff;
	font-size: 28px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

body.itemid-161 .table td.grass{
	background: #94ac26;
	color: #fff;
	font-size: 28px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

body.itemid-161 .table td.green{
	background: #579e34;
	color: #fff;
	font-size: 28px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

body.itemid-161 .table td.head-text {
	background: #fff;
	color: #ef9a36;
	font-size: 36px;
	line-height: 230px;
	text-align: center;

}

body.itemid-161 .table td.orange-text {
	background: #fff;
	color: #ef9a36;
	font-size: 36px;
	line-height: 135px;
	text-align: center;
}

body.itemid-161 .table td.yellow-text {
	background: #fff;
	color: #f6ba18;
	font-size: 36px;
	line-height: 135px;
	text-align: center;
}

body.itemid-161 .table td.grass-text {
	background: #fff;
	color: #94ac26;
	font-size: 36px;
	line-height: 135px;
	text-align: center;
}

body.itemid-161 .table td.green-text {
	background: #fff;
	color: #579e34;
	font-size: 36px;
	line-height: 135px;
	text-align: center;
}

body.itemid-161 .table td.dark-orange-text {
	background: #e18416;
	color: #fff;
	font-size: 36px;
	line-height: 135px;
	text-align: center;
}

body.itemid-161 .table td.dark-yellow-text {
	background: #e9aa00;
	color: #fff;
	font-size: 36px;
	line-height: 135px;
	text-align: center;
}

body.itemid-161 .table td.dark-grass-text {
	background: #839c0e;
	color: #fff;
	font-size: 36px;
	line-height: 135px;
	text-align: center;
}

body.itemid-161 .table td.dark-green-text {
	background: #418520;
	color: #fff;
	font-size: 36px;
	line-height: 135px;
	text-align: center;
}

body.itemid-161 div[class*="section6-"] {
	border-right: 1px solid #CCC;
}

body.itemid-161 div[class*="section6-"]:last-child {
	border-right: none;
}


/* End-椤甸潰鍒跺畾鏍峰紡 */
.page-header strong {
	font-size: 20px;
}

.dropdown-menu .active > a {
	background: none;
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 20px;
	color: #333;
	white-space: nowrap;
}

li.bottom-line {
	border-bottom: 1px #EEE solid;
	margin-bottom: 20px;
}

ul.nav-child {
	display: none;
}

.dropdown-menu {
	margin: 0;
}

/* Yoo */
div.wk-gallery.wk-gallery-wall.zoom a{
	width: 233px\9;
	height: 210px\9;
}

body.itemid-145 #major div.teaser-item,
body.itemid-145 #sidebar-right .zoo-comments-list,
body.itemid-145 #sidebar-right ul.zoo-list {
	min-height: 60px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: whiteSmoke;
	border: 1px solid #E3E3E3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

ul.zoo-list {
	margin: 0;
	list-style: none;
}

ul.zoo-list li {
	margin-right: 3px;
	margin-bottom: 6px;
	overflow: hidden;
}

ul.category-module li {
	overflow: hidden;
}

ul.zoo-list li a,
ul.category-module li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

ul.zoo-list a {
	color: #555;
}

ul.zoo-list a:hover {
	text-decoration: none;
}

ul.pos-taxonomy li:hover {
	background: none;
}

div.pos-author {
	display: none;
}

#yoo-zoo .item {
	padding: 19px;
	margin-bottom: 20px;
	background-color: whiteSmoke;
	border: 1px solid #E3E3E3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

#yoo-zoo .details div.heading {
	background: url("../img/divider_crumbs.png") no-repeat bottom;
	height: 40px;
}

#yoo-zoo h3.tag-title {

	background: url("../img/divider_crumbs.png") no-repeat bottom;
	height: 40px;
	color: #555;
	line-height: 24px;
	text-shadow: 0 1px 0 white;
	font-size: 22px;
	cursor: default;
	margin-bottom: 30px;
	margin-top: 10px;
}

body.itemid-101 .zoo-item-list p {
	margin: 0 0 10px 0;
}

body.itemid-101 .zoo-item-list p.meta{
	display: none;
}

body.itemid-101 .zoo-item-list {
	padding: 0;
	margin: 10px 0 10px 10px;
}

body.itemid-101 .category-module {
	list-style: none;
	padding: 0;
	margin: 0px 0 10px 10px;
}

body.itemid-101 .zoo-item-list a,
body.itemid-101 .category-module a {
	color: #555;

}

body.itemid-101 .zoo-item-list a:hover,
body.itemid-101 .category-module a:hover {
	color: #0096d7;
	text-decoration: none;
}

body.itemid-101 .category-module h5,
body.itemid-101 .zoo-item-list p {
	line-height: 18px;
	border-bottom: 1px #CCC dotted;
	padding-bottom: 6px;
}

body.itemid-101 .category-module h5 {
	margin-top: 6px;
}

body.itemid-101 ul.category-module li:first-child h5{
	margin-top: 10px;
}

p.list-title {
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* End-Yoo */

/* 鍥炲埌椤堕儴 */
#goto-top {
	background: url("../img/button_gotop.jpg") no-repeat;
	background-position: 0px -58px;
	width: 58px;
	height: 58px;
	position: fixed;
	top: 40%;
	right: 5%;
	display: none;
	cursor: pointer;
}

#goto-top:hover {
	background: url("../img/button_gotop.jpg") no-repeat;
	width: 58px;
	height: 58px;
}

#goto-top:active {
	background: url("../img/button_gotop.jpg") no-repeat;
	background-position: 0px -116px;
}
/* End-鍥炲埌椤堕儴 */

/* 鎮诞绐�*/
#popover-msg {
	position: absolute;
	left: 1px;
	top: 30%;
	padding-top: 5px;
	z-index: 999;
}

#popover-msg.popover-pop.retract {
	width: 17px;
	height: 140px;
 	background: url("../img/message/icon_popover_bar.png") no-repeat;
}

#popover-msg.popover-pop.retract:hover {
	cursor: pointer;
}

#popover-msg.popover-pop.retract img {
	display: none;
}

#popover-msg.popover-pop {
	width: 165px;
	height: 140px;
 	background: url("../img/message/bg_popover_qq.png") no-repeat;
}

#popover-msg.popover-pop div. {
	padding-top: 20px;
	padding-left: 15px;
}

#popover-msg.popover-pop.retract a.close-bg {
	width: 0px;
	height: 0px;
	display: none;
}

#popover-msg.popover-pop a.close-bg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
/* End-鎮诞绐�*/

/* 鐧惧害鎻掍欢/缁熻宸ュ叿 */
#bridgehead {
	background: url("../img/message/livechat.png") no-repeat !important;
	height: 180px !important;
	width: 87px !important;
	left: -45px !important;
	cursor: pointer;
	transition:left 0.5s ease-in-out;
	-moz-transition:left 0.5s ease-in-out; /* Firefox 4 */
	-webkit-transition:left 0.5s ease-in-out; /* Safari and Chrome */
	-o-transition:left 0.5s ease-in-out; /* Opera */
}

#bridgehead.bdbridge-bridgehead-hover {
	left: -10px !important;
}

.BdBridgeLogo {
	display: none;
}

#BdBPSend a{
	color: #FFF;
}

#BaiduBridgePigeon div.opacitymask {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #363636 !important;
	background-image: -moz-linear-gradient(top, #444, #222);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
	background-image: -webkit-linear-gradient(top, #444, #222);
	background-image: -o-linear-gradient(top, #444, #222);
	background-image: linear-gradient(to bottom, #444, #222);
	background-repeat: repeat-x;
	border-color: #222 #222 black;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
}

#BaiduBridgePigeon div.opacitymask:hover {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
}

#BdBPTitle {
	background: #363636 !important;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

#BdBPTwoPx,
#BdBPOnePx {
	display: none;
}

span[id*="BdBPSpan_"] {
	display: none;
}

.bd_bp_pigeon.bd_bp_bg {
	border: none !important;
}

input[name*="bd_bp_"] {
	width: 202px !important;
	border-radius: 2px;
}

a[href*="tongji"] img {
	width: 0px;
	display: none;
	height: 0px;
	position: absolute;
	top: 0;
	right: 0;
}

div.icon-cnzz{
	float: right;
	width: 20px;
	height: 20px;
	margin-top: -2px;
	margin-right: 5px;
	background: none;
}

a.icon-baidu {
	position: relative;
	top: 5px;
	left: 5px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../img/stamp_zan.jpg") no-repeat;
}

#bdshare_l, #bdshare_m {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

/* End-鐧惧害鎻掍欢/缁熻宸ュ叿 */

/* 鐗规畩绫诲畾涔�*/

.wx-stamp:before {
	content: url("../images/wx_stamp.png") no-repeat;
	height: 30px;
	width: 30px;
	float: left;
	position: relative;
	left: 18px;
	top: -5px;
}

.img-around-left,
.img-around-left img{
	float: left;
	margin-right: 10px;
}

.img-around-right,
.img-around-right img{
	float: right;
	margin-left: 10px;
}

.shadow-box {
	border-color: #F9F9F7 #dbdbdb #d2d2d2;
	background: #fff;
	box-shadow: inset 0 0 0 1px #fff;
	border-radius: 4px;
	box-shadow: inset 0 0 0 1px #fff, inset 0 0 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	-moz-box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 0 1px 3px;
}

.align-center {
	text-align: center;
}

.align-justify {
	text-align: justify;
}

.element-invisible {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.hidden {
	display: none;
}

.line-through {
	text-decoration: line-through;
}

.snow {
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.9) 1%, transparent 50px), #2D2E2F;
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9) 1%, transparent 50px), #2D2E2F;
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0.9) 1%, transparent 50px), #2D2E2F;
}
/* End-鐗规畩绫诲畾涔�

/* Mask 鏁堟灉 */
.view {
   width: 309px;
   height: 216px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   border: 2px #fff solid;
   border-radius: 4px;

}
.view .mask,.view .content {
   width: 400px;
   height: 400px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
   color: #FFF;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   text-align: center;
   position: relative;
   font-size: 16px;
   background: rgba(0, 0, 0, 0.8);
   font-weight: normal;
}
.view p {
	font-size: 12px;
	position: absolute;
	left: 15px;
	text-align: left;
	width: 280px;
}
.view a.info {
	text-decoration: none;
	padding: 10px;
	display: inline-block;
	position: absolute;
	top: 120px;
	left: 100px;
}

/* Mask Style CSS */
.section2-1 .mask-style .mask-1, .section2-1 .mask-style .mask-2 {
    background-color: rgba(0, 0, 0, 0.5);
    height: 400px;
    width: 400px;
    background: rgba(205, 76, 76, 0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}

.section2-2 .mask-style .mask-1, .section2-2 .mask-style .mask-2 {
    background-color: rgba(0, 0, 0, 0.5);
    height: 400px;
    width: 400px;
    background: rgba(255, 164, 25, 0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}

.section2-3 .mask-style .mask-1, .section2-3 .mask-style .mask-2 {
    background-color: rgba(0, 0, 0, 0.5);
    height: 400px;
    width: 400px;
    background: rgba(56, 219, 238, 0.8);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}

.mask-style .mask-1 {
    left: auto;
    right: 0;
    -webkit-transform: rotate(55.1deg) translateX(-180px);
    -moz-transform: rotate(55.1deg) translateX(-180px);
    -o-transform: rotate(55.1deg) translateX(-180px);
    -ms-transform: rotate(55.1deg) translateX(-180px);
    transform: rotate(55.1deg) translateX(-180px);
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
}
.mask-style .mask-2 {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(55.1deg) translateX(180px);
    -moz-transform: rotate(55.1deg) translateX(180px);
    -o-transform: rotate(55.1deg) translateX(180px);
    -ms-transform: rotate(55.1deg) translateX(180px);
    transform: rotate(55.1deg) translateX(180px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}
.mask-style .content {
    /*background: rgba(51, 51, 51, 0.9);*/
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 400px;
    overflow: hidden;
    -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
    -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
    -o-transform: rotate(-33.5deg) translate(-112px, 166px);
    -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
    transform: rotate(-33.5deg) translate(-112px, 166px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}
.mask-style h2 {
    background: transparent;
    margin: 0 auto;
}

.mask-style:hover .content {
    height: 180px;
    width: 309px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 1;
    top: 20px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
}
.mask-style:hover .mask-1, .mask-style:hover .mask-2 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.mask-style:hover .mask-1 {
    -webkit-transform: rotate(55.1deg) translateX(1px);
    -moz-transform: rotate(55.1deg) translateX(1px);
    -o-transform: rotate(55.1deg) translateX(1px);
    -ms-transform: rotate(55.1deg) translateX(1px);
    transform: rotate(55.1deg) translateX(1px);
}
.mask-style:hover .mask-2 {
    -webkit-transform: rotate(55.1deg) translateX(-1px);
    -moz-transform: rotate(55.1deg) translateX(-1px);
    -o-transform: rotate(55.1deg) translateX(-1px);
    -ms-transform: rotate(55.1deg) translateX(-1px);
    transform: rotate(55.1deg) translateX(-1px);
}
/* End-Mask Style Css */

/* End-Mask 鏁堟灉 */

/* CSS3婊ら暅鏂囩珷鏁堟灉 */

#pic-blur {
	filter: blur(5px);
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
}

#pic-bright {
	filter: brightness(1.3);
	-webkit-filter: brightness(1.3);
	-moz-filter: brightness(1.3);
	-o-filter: brightness(1.3);
	-ms-filter: brightness(1.3);
}

#pic-saturate {
	filter: saturate(50%);
	-webkit-filter: saturate(50%);
	-moz-filter: saturate(50%);
	-o-filter: saturate(50%);
	-ms-filter: saturate(50%);
}

#pic-hue {
	filter: hue-rotate(20deg);
	-webkit-filter: hue-rotate(20deg);
	-moz-filter: hue-rotate(20deg);
	-o-filter: hue-rotate(20deg);
	-ms-filter: hue-rotate(20deg);
}

#pic-contrast {
	filter: contrast(150%);
	-webkit-filter: contrast(150%);
	-moz-filter: contrast(150%);
	-o-filter: contrast(150%);
	-ms-filter: contrast(150%);
}

#pic-invert {
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-o-filter: invert(100%);
	-ms-filter: invert(100%);
}

#pic-gray {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
}

#pic-sepia {
	filter: sepia(100%);
	-webkit-filter: sepia(100%);
	-moz-filter: sepia(100%);
	-o-filter: sepia(100%);
	-ms-filter: sepia(100%);
}
/* End-CSS3婊ら暅鏂囩珷鏁堟灉 */