

.clearfix {
	overflow: auto;
	_height: 1%
}

.box {
	width: 1024px;
	margin: 0 auto;
}

.right {
	float: right!important;
}

.topher {
	overflow: hidden;
} 

.header {
	width: 100%;
	height: 30px;
	line-height: 30px;
	background: black;
	color: white;
	font-size: 12px;
	min-width: 1024px;
}

.header-action {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header-action li {
	float: left;
	margin: 5px 0;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	border-right: 1px solid #CCCCCC;
}

.header-action li:last-child {
	border: 0px;
}

.yl .box {
	padding: 5px;
	padding-left: 10px;
}

.yl .box .yl-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.yl .box .yl-list li {
	float: left;
	width: 158px;
	font-size: 14px;
	margin: 5px;
}

.yl .box .yl-list li:first-child {
	width: 326px;
}

.yl .box .yl-list .link {
	background: white;
	padding: 10px;
	width: 100%;
	height: 35px;
	display: block;
	text-align: center;
}

.yl .box .yl-list li:nth-child(3),
.yl .box .yl-list li:nth-child(4),
.yl .box .yl-list li:nth-child(5) {
	height: 75px;
}

.yl .box .yl-list li:nth-child(3) .link,
.yl .box .yl-list li:nth-child(4) .link,
.yl .box .yl-list li:nth-child(5) .link {
	margin-top: 34px;
}

.yl .box .yl-list li:nth-child(2) .link {
	margin-top: 10px;
}

.contact {
	width: 100%;
}

.contact .box {
	padding: 20px;
	color: white;
}

.contact .box p {
	margin: 5px 0px;
	font-size: 14px;
}

.right-a-box{
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 9999;
}
.right-a-box ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.right-a-box li{
	position: relative;
	padding: 10px;
	background: rgba(0,0,0,.5);
	color: white;
	cursor: pointer;
}
.right-a-box li:first-child{
	border-top-left-radius: 5px;
}
.right-a-box li:last-child{
	border-bottom-left-radius: 5px;
}
.right-a-box li .iconfont{
	font-size: 32px;
}
.right-a-box li.active .iconfont{
	color: #AAAAAA;
}
.right-a-box li .content{
	visibility: hidden;
	position: absolute;
	opacity: 0;
	transition: all .5s;
	font-size: 14px;
	z-index: 99999;
	right: 52px;
	top: 10px;
	width: 200px;
	text-align: center;
	padding: 10px;
	background: rgba(0,0,0,.5);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}


.right-a-box li .rcontent{
	visibility: hidden;
	position: absolute;
	opacity: 0;
	transition: all .5s;
	font-size: 14px;
	z-index: 99999;
	right: 52px;
	top: 10px;
	width: 200px;
	text-align: center;
	padding: 10px;
	background: rgba(0,0,0,.5);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.right-a-box li.active .content{
	visibility: visible;
	opacity: 1;
}
.right-a-box li:nth-child(2) .content{
	top: -20px;
	height: 150px;
}
.right-a-box li:nth-child(2) .content img{
	height: 100%;
}
.right-a-box li.active .rcontent{
	visibility: visible;
	opacity: 1;
}
.right-a-box li:nth-child(2) .rcontent{
	top: -20px;
	height: 150px;
}
.right-a-box li:nth-child(2) .rcontent img{
	height: 100%;
}
.online-about{
	position: absolute;
	width: 200px;
	right: -90px;
	top: 270px;
}
.online-about .text{
	position: relative;
}
.online-about .text span{
	position: absolute;
	z-index: 99999;
	top: -70px;
	left: 20px;
	transform: rotate(17deg);
	-webkit-transform: rotate(17deg);
	-moz-transform: rotate(17deg);
	color: white;
}
