﻿	@charset "UTF-8";
	/* CSS Document */
	
	dl,
	dd,
	dt,
	ul,
	li {
		list-style: none;
	}
	
	#slider {
		width: 640px;
		height: 310px;
		margin: 0 auto;
	}
	
	#slider .control-links {
		margin-top: -15px;
	}
	
	a:hover {
		color: #333;
	}
	
	.clearfix {
		*zoom: 1;
	}
	
	.clearfix:before,
	.clearfix:after {
		display: table;
		content: "";
		line-height: 0;
	}
	
	.clearfix:after {
		clear: both;
	}
	
	.tl {
		text-align: left;
	}
	
	.tr {
		text-align: right;
	}
	
	.tc {
		text-align: center;
	}
	
	.fl {
		float: left;
	}
	
	.fr {
		float: right;
	}
	
	.underline {
		text-decoration: underline;
	}
	
	.ct_1 {
		color: #000;
	}
	
	.ct_2 {
		color: #333;
	}
	
	.ct_3 {
		color: #666;
	}
	
	.ct_4 {
		color: #999;
	}
	
	.ct_5 {
		color: #ccc;
	}
	
	.ct_6 {
		color: #fff;
	}
	
	.ct_7 {
		color: #c11e2b;
	}
	/* */
	/* ------- Menu ------- */
	
	.wrapper {
		overflow: hidden;
	}
	
	.pageMain {
		margin-right: 0;
		margin-left: 0;
		-webkit-transition: 0.2s ease-in 0s;
		-moz-transition: 0.2s ease-in 0s;
		-ms-transition: 0.1s ease-in 0s;
		-o-transition: 0.2s ease-in 0s;
	}
	
	#logo {
		width: 193px;
		height: 38px;
		display: inline-block;
		background: url(../images/logo.png) no-repeat;
		overflow: hidden;
		margin: 25px 0 0 0;
		text-indent: -20em;
		-webkit-transition: 0.2s ease-in 0s;
		-moz-transition: 0.2s ease-in 0s;
		-ms-transition: 0.1s ease-in 0s;
		-o-transition: 0.2s ease-in 0s;
	}
	
	.scrol-page {
		margin: 0 auto;
	}
	
	.scrol-page-banner {
		margin: 0 auto;
	}
	
	@media (max-width: 960px) {}
	
	@media (max-width: 767px) {
		.openNav .sidebar {
			right: 0;
			border-left: 1px solid rgba(0, 0, 0, 0.05);
		}
		.openNav .pageMain {
			margin-right: 60px;
			margin-left: -60px;
		}
		.sidebar {
			height: 100%;
			width: 70px;
			position: fixed;
			left: auto;
			right: -70px;
			top: 0;
			-webkit-transition: 0.2s ease-in 0s;
			-moz-transition: 0.2s ease-in 0s;
			-ms-transition: 0.1s ease-in 0s;
			-o-transition: 0.2s ease-in 0s;
			z-index: 9999;
		}
		.openNav .sidebar {
			right: 0;
		}
		.openNav .pageMain {
			margin-right: 70px;
			margin-left: -70px;
		}
		#logo {
			width: 97px;
			height: 24px;
			background: url(../images/logo.png) no-repeat;
			background-size: 97px 24px;
			margin: 10px 0 11px 0;
			position: fixed;
			left: 10px;
		}
	}
	/* banner */
	
	.b_1 {
		/*background-image: url(../images/b1.jpg);*/
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center 0;
		overflow: hidden;
		position: relative;
	}
	
	.b_2 {
		/*background-image: url(../images/b2.jpg);*/
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: center 0;
		overflow: hidden;
		position: relative;
		text-align: center;
		padding: 150px 0 150px 0;
	}
	
	.banner {}
	
	.b_pic {
		width: 50%;
		float: left;
		position: relative;
		max-height: 400px;
	}
	
	.b_pic img {
		max-width: 100%;
	}
	
	.mac {
		z-index: 1;
		margin-top: 0;
		width: 100%;
	}
	
	.ipad {
		position: absolute;
		z-index: 2;
		width: 30%;
		bottom: 0px;
		right: 0px;
	}
	
	.iphone {
		position: absolute;
		z-index: 2;
		bottom: 0;
		left: 15%;
		width: 16%;
	}
	
	.b_text {
		padding: 50px 0 0 0;
		float: left;
		color: #fff;
		width: 50%;
	}
	
	.b_text h1 {
		line-height: 120%;
		font-size: 60px;
		padding-left: 10%;
	}
	
	.b_text h4 {
		font-size: 18px;
		font-weight: normal;
		padding: 10px 0 30px 10%;
	}
	
	.b_text p {
		padding: 5px 0 5px 10%;
		font-size: 16px;
	}
	
	.b_2 h2 {
		color: #fff;
		font-size: 36px;
		font-weight: normal;
		position: relative;
		width: 100%;
	}
	
	.b_2 h1 {
		color: #8b4752;
		font-size: 90px;
		font-weight: normal;
		line-height: 120%;
		height: 100px;
		line-height: 100px;
		padding: 40px 0;
	}
	
	.b_2 h5 {
		font-size: 14px;
		color: #fff;
	}
	
	.viewMain,
	.viewMain p {
		line-height: 180%;
		font-size: 14px;
		color: #666;
	}
	
	.viewMain {
		padding: 0 10px;
	}
	
	@media (max-width: 1120px) {
		.b_2 {
			display: none;
		}
	}
	
	@media (max-width: 960px) {
		.b_text {
			padding-top: 10px;
		}
	}
	
	@media (max-width: 768px) {
		.b_text {
			padding-top: 20px;
		}
		.b_text h1 {
			font-size: 30px;
		}
		.b_text h4 {
			font-size: 14px;
			line-height: 140%;
			padding-bottom: 10px;
		}
		.b_text p {
			font-size: 12px;
			padding-top: 5px;
			padding-bottom: 0;
		}
	}
	
	@media (max-width: 480px) {
		.b_text {
			width: auto;
			float: none;
			padding-bottom: 10px;
		}
		.b_pic {
			width: auto;
			float: none;
			margin: 0 10px;
		}
		.b_text h1 {
			padding: 0 0 0 10px;
		}
		.b_text h4 {
			padding: 10px;
		}
		.b_text p {
			padding: 0 0 0 10px;
			line-height: 180%;
		}
	}
	
	.view-tenth {
		position: relative;
		overflow: hidden;
		text-align: center;
		margin: 20px 0 0 20px;
		max-height: 176px;
		min-height: 176px;
	}
	
	.view-tenth img {
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-o-transform: scaleY(1);
		-ms-transform: scaleY(1);
		transform: scaleY(1);
		-webkit-transition: all 0.7s ease-in-out;
		-moz-transition: all 0.7s ease-in-out;
		-o-transition: all 0.7s ease-in-out;
		-ms-transition: all 0.7s ease-in-out;
		transition: all 0.7s ease-in-out;
	}
	
	.view-tenth .mask {
		background-color: rgba(135, 70, 79, 1);
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
	
	.view-tenth h2 {
		background: transparent;
		padding: 22% 0 10px 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		transition: all 0.5s linear;
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
	
	.view-tenth p {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		transition: all 0.5s linear;
		padding: 0 0 10px 0;
		font-size: 11px;
	}
	
	.view-tenth a.info {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
		transition: all 0.5s linear;
		display: inline-block;
		padding: 0 15px;
		line-height: 24px;
		border: 1px solid rgba(255, 255, 255, 0.3);
		background: rgba(255, 255, 255, 0.2);
		color: #fff;
	}
	
	.view-tenth:hover img {
		-webkit-transform: scale(10);
		-moz-transform: scale(10);
		-o-transform: scale(10);
		-ms-transform: scale(10);
		transform: scale(10);
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
	
	.view-tenth:hover .mask {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	.view-tenth:hover h2,
	.view-tenth:hover p,
	.view-tenth:hover a.info {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	.moreBtn {
		border: 3px solid #717171;
		height: 45px;
		line-height: 45px;
		padding: 0 4%;
		display: inline-block;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	.moreBtn:hover {
		color: #8b4752;
		border: 3px solid #8b4752;
		text-decoration: none;
		padding: 0 8%;
	}
	
	.moreBox {
		padding: 50px 0 0 0;
	}
	
	.viewBtn {
		border: 3px solid rgba(255, 255, 255, 0.6);
		color: #fff;
		height: 40px;
		line-height: 40px;
		padding: 0 4%;
		display: inline-block;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	
	.viewBtn:hover {
		border: 3px solid #8b4752;
		color: #fff;
		padding: 0 7%;
	}
	
	.footer {
		text-align: center;
		background: #202325;
		padding: 20px 0;
		color: #999;
		font-size: 12px;
	}
	
	.message {
		padding: 55px 10px;
	}
	
	.messageRow_1 {
		width: 40%;
		float: left;
	}
	
	.messageRow_2 {
		width: 23%;
		float: left;
	}
	
	.messageRow_3 {
		width: 37%;
		float: left;
	}
	
	.messageRow_1 h3 {
		font-size: 20px;
		color: #000;
	}
	
	.messageRow_1 h4 {
		padding: 10px 0;
		font-size: 14px;
		color: #666;
	}
	
	.messageRow_1 p {
		font-size: 12px;
	}
	
	.messageRow_1 .messageBox {
		position: relative;
		padding-left: 100px;
	}
	
	.messageRow_1 .messageBox:before {
		width: 80px;
		height: 80px;
		display: block;
		position: absolute;
		content: '';
		background-image: url(../images/icon.png);
		background-position: -110px 27px;
		background-repeat: no-repeat;
		background-size: 228px 61px;
		left: 0;
		top: 35px;
		border: 2px solid #333;
		border-radius: 100%;
	}
	
	.fromList input {
		width: 100%;
		border: 1px solid #ccc;
		padding: 5px;
		box-sizing: border-box;
		height: 34px;
		line-height: 34px;
		color: #666;
		border-radius: 0;
		box-shadow: none;
	}
	
	.fromList textarea {
		width: 100%;
		border: 1px solid #ccc;
		padding: 5px;
		box-sizing: border-box;
		font-size: 12px;
		resize: none;
		height: 131px;
		color: #666;
		border-radius: 0;
		box-shadow: none;
	}
	
	.fromList {
		padding-bottom: 15px;
	}
	
	.messageRow_3 .messageBox {
		padding-left: 25px;
	}
	
	.fromBtn {
		display: inline-block;
		padding: 0 32px;
		line-height: 32px;
		font-size: 12px;
		color: #fff;
		text-align: center;
		background: #c11e2b;
		vertical-align: middle;
		-webkit-transition: 0.2s ease-in 0s;
		-moz-transition: 0.2s ease-in 0s;
		-ms-transition: 0.1s ease-in 0s;
		-o-transition: 0.2s ease-in 0s;
	}
	
	.fromBtn:hover {
		color: #fff;
		opacity: 0.8;
	}
	
	.fromListInfo {
		display: inline-block;
		padding-left: 5px;
		font-size: 12px;
		color: #999;
	}
	
	.paging {
		text-align: center;
		padding: 50px 0px 40px;
	}
	
	.paging a {
		display: inline-block;
		height: 40px;
		border: 3px solid #905153;
		text-align: center;
		padding: 0 50px;
		line-height: 44px;
		margin: 0 10px;
	}
	
	.paging a.disabled {
		cursor: default;
		opacity: 0.5;
	}
	
	.paging a.disabled:hover {
		border: 3px solid #905153;
		background: #fff;
		color: #666;
	}
	
	.paging a:hover {
		background: #905153;
		border-color: #905153;
		color: #fff;
		-webkit-transition: 0.2s ease-in 0s;
		-moz-transition: 0.2s ease-in 0s;
		-ms-transition: 0.1s ease-in 0s;
		-o-transition: 0.2s ease-in 0s;
	}
	
	.paginglist {
		text-align: center;
		padding: 0px 0px 120px 270px;
	}
	
	.paginglist a {
		display: inline-block;
		height: 40px;
		border: 3px solid #905153;
		text-align: center;
		padding: 0 50px;
		line-height: 44px;
		margin: 0 10px;
	}
	
	.paginglist a.disabled {
		cursor: default;
		opacity: 0.5;
	}
	
	.paginglist a.disabled:hover {
		border: 3px solid #905153;
		background: #fff;
		color: #666;
	}
	
	.paginglist a:hover {
		background: #905153;
		border-color: #905153;
		color: #fff;
		-webkit-transition: 0.2s ease-in 0s;
		-moz-transition: 0.2s ease-in 0s;
		-ms-transition: 0.1s ease-in 0s;
		-o-transition: 0.2s ease-in 0s;
	}
	
	.caseNav {
		text-align: center;
		padding: 50px 0 0 0;
	}
	
	.caseNav li {
		display: inline-block;
	}
	
	.caseNav li a {
		display: inline-block;
		border: 1px solid #818181;
		background: #fcfcfc;
		padding: 0 20px;
		height: 30px;
		margin: 0 5px;
		color: #666;
		line-height: 30px;
		-webkit-transition: 0.2s ease-in 0s;
		-moz-transition: 0.2s ease-in 0s;
		-ms-transition: 0.1s ease-in 0s;
		-o-transition: 0.2s ease-in 0s;
	}
	
	.caseNav li a:hover,
	.caseNav li.active a {
		background: #c11e2b;
		border-color: #c11e2b;
		color: #fff;
	}
	
	.caseNavBottom {
		text-align: center;
		padding: 0 0 0 0;
	}
	
	.caseNavBottom li {
		display: inline-block;
	}
	
	.caseNavBottom li a {
		display: inline-block;
		border: 1px solid #818181;
		background: #fcfcfc;
		padding: 0 20px;
		height: 30px;
		margin: 0 5px;
		color: #666;
		line-height: 30px;
		-webkit-transition: 0.2s ease-in 0s;
		-moz-transition: 0.2s ease-in 0s;
		-ms-transition: 0.1s ease-in 0s;
		-o-transition: 0.2s ease-in 0s;
	}
	
	.caseNavBottom li a:hover,
	.caseNavBottom li.active a {
		background: #c11e2b;
		border-color: #c11e2b;
		color: #fff;
	}
	
	.viewMain img {
		max-width: 100%;
	}
	
	@media (max-width: 1024px) {
		.ad_2,
		.ad_3 {
			height: auto;
		}
		.ab_3 {
			background-size: auto 150%;
		}
		.messageRow_1 {
			padding-bottom: 20px;
			width: auto;
		}
		.messageRow_2 {
			clear: both;
			float: left;
			width: 40%;
		}
		.messageRow_3 {
			width: 60%;
			float: left;
		}
	}
	
	@media (max-width: 767px) {
		.servicesBox li {
			width: 50%;
			position: relative;
			text-align: center;
			padding-bottom: 20px;
		}
		.servicesBox:before {
			display: none;
		}
		.servicesBox li:before {
			width: 100%;
			height: 1px;
			background: #eee;
			position: absolute;
			left: 0;
			right: 0;
			content: '';
			top: 47px;
		}
		.ad_1 {
			margin-top: 20px;
			background-size: auto 260%;
			height: 140px;
		}
		.ad_1Text {
			font-size: 30px;
			line-height: 140px;
			background-size: auto 100%;
		}
		.caseNav {
			padding-top: 20px;
		}
		.caseNav li {}
		.caseNav li a {
			font-size: 12px;
			height: 24px;
			line-height: 24px;
			padding: 0 5px;
			margin: 0;
		}
		#about {
			padding: 20px 0;
		}
		.aboutBox {
			position: relative;
			margin: 0 10px;
		}
		.aboutBox:before,
		.aboutBox:after {
			display: none;
		}
		.aboutBox h4 {
			font-size: 16px;
			padding: 10px 0;
		}
		.aboutBox {
			text-align: center;
			line-height: 180%;
		}
		.newsList li {
			width: 50%;
			padding: 20px 0;
		}
		.newsList ul {
			margin-left: -30px;
		}
		.newsListBox {
			margin-left: 30px;
		}
		.ad_2 {
			padding: 40px 10px;
			margin-top: 50px;
			background-size: auto 260%;
		}
		.ab_3 {
			background-size: auto 150%;
			padding: 40px 10px;
			margin-top: 50px;
			overflow: hidden;
		}
		.ab_3 h3 {
			font-size: 24px;
			line-height: 120%;
			padding-bottom: 20px;
		}
		.contactFoot {
			position: relative;
		}
		.contactFoot dl {
			width: auto;
			float: none;
			padding: 10px 0;
		}
		.title span {
			display: block;
			margin: 0 10px;
			font-size: 24px;
		}
		.title b {
			margin: 0 0 5px 0;
		}
		.paging {
			text-align: center;
			padding: 20px 0;
		}
		.paging a {
			height: 30px;
			padding: 0 20px;
			line-height: 30px;
			margin: 0 2px;
			font-size: 12px;
			border-width: 2px !important;
		}
	}
	
	@media (max-width: 480px) {
		.infoText {
			font-size: 14px;
		}
		.servicesBox {
			margin-top: 30px;
		}
		.servicesBox li {
			width: auto;
			float: none;
		}
		.servicesBoxIcon {
			padding-left: 0;
		}
		.title {
			font-size: 28px;
			padding: 20px 0 30px 0;
		}
		.title span {
			line-height: 30px;
			padding: 0 5%;
		}
		.title span:before {
			bottom: -10px;
		}
		.title span:after {
			bottom: -22px;
		}
		.view-tenth {
			margin: 10px 0 0 10px;
		}
		.moreBtn {
			border: 2px solid #717171;
			display: block;
			text-align: center;
		}
		.moreBox {
			padding: 20px 0 0 0;
		}
		.newsList li {
			width: auto;
			float: none;
			padding: 15px 0;
			text-align: center;
		}
		.newsViewText {
			padding: 10px 0;
			height: auto;
		}
		.ad_2 {
			padding: 30px 10px;
		}
		.ad_2 h3 span {
			font-size: 20px;
		}
		.ad_2 h3 {
			margin: 0;
			padding-bottom: 40px;
		}
		.ad_2 h3:after {
			bottom: 17px;
		}
		.ad_2 p {
			font-size: 14px;
		}
		.ab_3 {
			background-size: auto 120%;
			padding: 30px 10px;
			margin-top: 50px;
			overflow: hidden;
		}
		.ab_3 h3 {
			font-size: 18px;
			padding-bottom: 10px;
		}
		.viewBtn {
			display: block;
			border-width: 2px;
		}
		.contactBox:after {
			display: none;
		}
		.footer {
			padding: 20px 0;
		}
		.messageRow_1,
		.messageRow_2,
		.messageRow_3 {
			float: none;
			padding: 10px 0;
			width: auto;
		}
		.messageRow_3 {
			padding-top: 0;
		}
		.messageRow_2 {
			padding-bottom: 0;
		}
		.messageRow_3 .messageBox {
			padding-left: 0;
		}
		.fromBtn {
			display: block;
			margin-bottom: 5px;
		}
		.message {
			padding: 0 10px;
		}
	}
	
	.tags_list dd {
		padding: 4px 12px;
		line-height: 220%;
	}
	
	.tags_list dd a {
		margin-right: 10px;
		white-space: nowrap;
	}
	
	.tagc1 {
		font-size: 18px;
		color: #666;
	}
	
	.tagc2 {
		font-size: 24px;
		font-weight: bold;
		color: #555;
	}
	
	.linkbox {
		padding: 20px 80px;
		border-bottom: 1px solid #EEE;
	}
	
	.linkbox h3,
	.linkbox h3 a {
		font-size: 24px;
		color: #8b4752;
	}
	
	.letter {
		display: inline-block;
		font-weight: 900;
		font-size: 8em;
		margin: 0.4em;
		position: relative;
		color: #8b4752;
		transform-style: preserve-3d;
		perspective: 400;
		z-index: 1;
	}
	
	.letter:before,
	.letter:after {
		position: absolute;
		content: attr(data-letter);
		transform-origin: top left;
		top: 0;
		left: 0;
	}
	
	.letter,
	.letter:before,
	.letter:after {
		transition: all 0.3s ease-in-out;
	}
	
	.letter:before {
		color: #fff;
		text-shadow: -1px 0px 1px rgba(255, 255, 255, .8), 1px 0px 1px rgba(0, 0, 0, .8);
		z-index: 3;
		transform: rotateX(0deg) rotateY(-15deg) rotateZ(0deg);
	}
	
	.letter:after {
		color: rgba(0, 0, 0, .11);
		z-index: 2;
		transform: scale(1.08, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 1deg);
	}
	
	.letter:hover:before {
		color: #fafafa;
		transform: rotateX(0deg) rotateY(-40deg) rotateZ(0deg);
	}
	
	.letter:hover:after {
		transform: scale(1.08, 1) rotateX(0deg) rotateY(40deg) rotateZ(0deg) skew(0deg, 22deg);
	}
	
	.specialpic {
		width: 200px;
		overflow: hidden;
		float: center;
		margin-right: 20px;
		padding-top: 10px;
	}
	
	.specialpic img {
		width: 200px;
		display: block;
	}
	
	.speciallist {
		width: 960px;
		overflow: hidden;
	}
	
	.speciallist dl.tbox {
		width: 960px;
		margin-right: 80px;
		margin-top: 8px;
		float: center;
	}
	/* 返回顶部 */
	
	.toolbar-item,
	.toolbar-layer {
		background: url(../images/toolbar.png) no-repeat;
	}
	
	.toolbar {
		position: fixed;
		right: 0px;
		bottom: 50px;
	}
	/*假设网页宽度为1200px，导航条在右侧悬浮*/
	
	.toolbar-item {
		display: block;
		width: 52px;
		height: 52px;
		margin-top: 1px;
		position: relative;
		-moz-transition: background-position 1s;
		-ms-transition: background-position 1s;
		-o-moz-transition: background-position 1s;
		-webkit-moz-transition: background-position 1s;
		transition: background-position 1s;
	}
	
	.toolbar-item:hover .toolbar-layer {
		opacity: 1;
		filter: alpha(opacity=100);
		transform: scale(1);
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
	}
	
	.toolbar-item-weixin {
		background-position: 0 -798px;
	}
	
	.toolbar-item-weixin:hover {
		background-position: 0 -860px;
	}
	
	.toolbar-item-weixin .toolbar-layer {
		height: 212px;
		background-position: 0 0;
	}
	
	.toolbar-item-feedback {
		background-position: 0 -426px;
	}
	
	.toolbar-item-feedback:hover {
		background-position: 0 -488px;
	}
	
	.toolbar-item-app {
		background-position: 0 -550px;
	}
	
	.toolbar-item-app:hover {
		background-position: 0 -612px;
	}
	
	.toolbar-item-app .toolbar-layer {
		height: 194px;
		background-position: 0 -222px;
	}
	
	.toolbar-item-top {
		background-position: 0 -674px;
	}
	
	.toolbar-item-top:hover {
		background-position: 0 -736px;
	}
	
	.toolbar-layer {
		position: absolute;
		right: 46px;
		bottom: -10px;
		width: 172px;
		opacity: 0;
		filter: alpha(opacity=0);
		transform-origin: 95% 95%;
		-moz-transform-origin: 95% 95%;
		-ms-transform-origin: 95% 95%;
		-o-transform-origin: 95% 95%;
		-webkit-transform-origin: 95% 95%;
		transform: scale(0.01);
		-moz-transform: scale(0.01);
		-ms-transform: scale(0.01);
		-o-transform: scale(0.01);
		-webkit-transform: scale(0.01);
		transition: all 1s;
		-moz-transition: all 1s;
		-ms-transition: all 1s;
		-o-transition: all 1s;
		-webkit-transition: all 1s;
	}