﻿

/**contact style>>**/

.contact {
	position: fixed;
	right: -129px;
	width: 182px;
	border: 1px solid #e0e0e0;
	border-right: 0;
	z-index: 1000000;
	background: #EFEFEF;
}

.contact * {
	font-family: "Microsoft YaHei" ! important;
}

.contact ul li {
	clear: both;
	background: url(download.png) no-repeat center bottom;
	overflow: hidden;
}

.contact li a {
	color: #0080c9;
}

.contact .open {
	display: none;
}

.contact li span {
	float: left;
	display: block;
	width: 53px;
	height: 43px;
	background: url(download.png) no-repeat right 0;
}

.contact li p {
	float: left;
	width: 125px;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

.contact li p a,
.contact li p em {
	font-size: 14px;
	color: #0080c9;
	display: block;
	font-style: normal;
}

.contact li p a.title-cont {
	color: #0080c9;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0;
}

.contact li p.title-cont a {
	width: 191px;
	height: 43px;
	background: url(download.png) no-repeat 0 0;
}

.contact li p a.stitle {
	color: #0080c9;
	font-size: 16px;
	line-height: 50px;
	margin-top: 0;
}

.contact li p a.title-cont {
	font-size: 14px;
}

.contact li.c0 span {
	background-position: right -46px;
	height: 50px;
}

.contact li.c1 span {
	background-position: right -97px;
	height: 50px;
}

.contact li.c2 span {
	background-position: right -151px;
	height: 63px;
}

.contact li.c2 p {
	padding-top: 3px;
}

.contact li.c4 span {
	background-position: 0 -283px;
	height: 75px;
	width: 78px;
}

.contact li.c4 p {
	width: 100px;
	color: #0080c9;
	font-weight: bold;
	padding-top: 10px;
}

.contact li.c4 p em {
	font-weight: normal;
	padding-top: 5px;
}

.contact.close li.c4 span {
	background-position: right -283px;
	height: 75px;
	width: 53px;
}

.contact.close .open {
	display: block;
}

.contact.close p {
	display: none;
	width: 53px;
}

