div.account_content {
background: #f1f1f1;
text-align: center;
color: #1e1e1d;
line-height: 18px;
padding-left:140px;
border: 1px solid #dfdfdf;
height:410px;
padding-top:20px;
}
div.mar_step {
float: left;
margin-right: 12px;
text-align: center;
}
div.mar_step_T1 {
width: 228px;
background: url(../images/bg_marketing_T.png) no-repeat left bottom;
height: 55px;
display: block;
}
div.mar_step_M {
width: 208px;
padding:10px;
background: url(../images/bg_marketing_M.png) repeat-y left bottom;
height: 305px;
}
.mar_step_M p{
	line-height:18px !important;
}
.register-now{
	display:block;
	padding-top:10px;	
}
div.mar_step_B {
width: 228px;
background: url(../images/bg_marketing_B.png) no-repeat left top;
height: 15px;
display: block;
}
div.mar_step_T2 {
width: 228px;
background: url(../images/bg_marketing_T2.png) no-repeat left bottom;
height: 55px;
display: block;
}
div.mar_step_T3 {
width: 228px;
background: url(../images/bg_marketing_T3.png) no-repeat left bottom;
height: 55px;
display: block;
}
.guide-bound{
	width:100%;
}
.guide-hot{
	background-color: #fffae3;
	height: 29px !important;
	margin-bottom: 10px;
	padding-left: 16px;
	color: #333;
	font-size: 12px;
	line-height: 32px;
	border-right: 1px solid #ffdca5;
	border-bottom: 1px solid #ffdca5;
	border-radius: 0 0 3px 0;
	-moz-border-radius: 0 0 3px 0;
	-webkit-border-radius: 0 0 3px 0;
}
.guide-hot .lable{
	float: left;
	background:url(../images/arr-right5.png) right center no-repeat;
	padding-right: 15px;
	color: #f30;
	font-weight: bold;
	text-transform:uppercase;
}
.guide-hot ul{height:29px !important;left:172px;}
.guide-hot ul li a{color:#039;}
.guide-hot ul li a:hover{color:#ff4400 !important;}
.guide-content{
	padding:10px 0 10px 20px;
	line-height:22px;
	text-align:justify;
}
.guide-content p,.guide-content span{line-height:22px;}
.guide-content .news-title h1{
	font-size:18px;
	border-bottom:1px dotted #09C;
	padding-bottom:10px;
}
/*--effect--*/
.ao-item {
	width: 976px;
	margin: 0 auto;
	padding: 10px 0;
	position: relative;
	clear: both;
}

.ao-item:before,
.ao-item:after {
    content:"";
    display:table;
}

.ao-item:after {
    clear:both;
}

.ao-item {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
} /* from CSSTricks: http://css-tricks.com/pseudo-element-roundup/ */

.ao-details {
	float: right;
	width: 40%;
	padding-left: 20px;
}

.ao-item:first-child .ao-details {
	background: transparent url(../images/try.png) no-repeat bottom left;
	padding-bottom: 60px;
}

.ao-details h2 {
	color: #498EA5;
	margin-top: 0;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	padding-bottom: 10px;
	box-shadow:  0 1px 0 #DFDEDC, 0 2px 0 rgba(255,255,255,0.5);
}

.ao-details p {
	color: #999;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 22px;
}

.ao-details p a{
	font-weight: bold;
	color: #498EA5;
}

.ao-details p a:hover{
	color: #2A3344;
}

.ao-preview {
	width: 100%;
	float: left;
	position: relative;
}

.ao-item-left .ao-details{
	float: left;
	padding-right: 20px;
	padding-left: 0px;
	text-align: right;
}

.ao-item img {
	margin: 0 auto;
	max-width:976px;
	display: block;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
	opacity: 0.8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ao-annotations {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgba(33,62,68,0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.05);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	opacity: 0;
	z-index: 5;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ao-annotations span {
	display: block;
	position: absolute;
	padding: 10px 25px;
	width: 20%;
	min-width: 140px;
	text-align: center;
	background: rgba(255,255,255,1);
	color: rgba(20,40,47,0.9);
	font-size: 13px;
	font-style: italic;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ao-annotations span:after {
	position: absolute;
	background: transparent url(/upload/news/guide/arrow.png) no-repeat center center;
	width: 32px;
	height: 33px;
	top: 50%;
	left: 100%;
	margin: -16px 0 0 -16px;
	content: '';
}
.ao-annotations span.childs-1 {
	top: 14%;
	left:5%;
}
.ao-annotations span.childs-2 {
	top: 30%;
	left: -5%;
}
.ao-annotations span.childs-3 {
	top: 25%;
	right:0;
}
.ao-annotations span.childs-4 {
	top: 50%;
	right: 5%;
}
.ao-annotations span.childs-5 {
	bottom: 20%;
	left: 0%;
}
.ao-annotations span.childs-6 {
	top: 75%;
	right: 5%;
}
.ao-annotations span.childs-3:after,
.ao-annotations span.childs-4:after,
.ao-annotations span.childs-6:after{
	left: auto;
	right: 100%;
	margin: -16px -16px 0 0;
	background-image: url(/upload/news/guide/arrow_left.png);
}

input.ao-toggle {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	padding: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	opacity: 0;
	z-index: 100;
	border: none;
	cursor: pointer;
}

input.ao-toggle:checked + img {
	box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

input.ao-toggle:hover + img{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
}

input.ao-toggle:checked ~ .ao-annotations,
input.ao-toggle:checked ~ .ao-annotations span{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    filter: alpha(opacity=99);
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(1) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(3) {
	-webkit-transition-delay: 0.5s;
	-moz-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	-ms-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(4) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

input.ao-toggle:checked ~ .ao-annotations span:nth-child(5) {
	-webkit-transition-delay: 0.7s;
	-moz-transition-delay: 0.7s;
	-o-transition-delay: 0.7s;
	-ms-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

@media screen and (max-width: 730px){
	.ao-item .ao-details,
	.ao-preview { 
		float: none; 
		width: 100%;
		padding: 0;
		text-align: left;
	}
	.ao-annotations span {
		font-size: 11px;
	}
}
