/*main css*/
.main-im {
	position: fixed;
	right: 0px;
	top: 300px;
	z-index: 100;
	width: 110px;
	height: 160px;
}
.main-im .qq-a {
	display: block;
	width: 106px;
	font-size: 14px;
	text-align: center;
	position: relative;
	cursor: pointer;
	height: 90px;
	line-height: 100%;
}
.main-im .qq-a span {
	bottom: 5px;
	position: absolute;
	width: 90px;
	left: 10px;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
}
.main-im .qq-hover-c {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 18px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
	bottom: 10px;
}
.main-im .qq-container {
	z-index: 99;
	position: absolute;
	width: 109px;
	height: 100px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding-top: 5px;	/*
	border-bottom: 1px solid #dddddd;
	background: url(../images/QQ/qq-icon-bg.png) no-repeat center 8px;
	*/
	background-color: #B21417;
}
.main-im .img-qq {
	max-width: 80px;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.main-im .im-qq:hover .img-qq {
	max-width: 90px;
	left: 0px;
	top: 0px;
	position: absolute;
}
.main-im .im_main {
	background: #F9FAFB;
	border: 1px solid #dddddd;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #f3f3f3;
	display: none;
}
.main-im .im_main .im-tel {
	text-align: center;
	width: 109px;
	padding-bottom: 15px;
	padding-top: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.main-im .im_main .im-tel div {
	font-weight: bold;
	font-size: 12px;
	margin-top: 6px;
}
.main-im .im_main .im-tel .tel-num {
	color: #341d09;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
/*
.main-im .im_main .im-tel:hover {
	background: #fafafa;
}
*/
.main-im .im_main .weixing-container {
	width: 55px;
	height: 47px;
	border-right: 1px solid #dddddd;
	background: #f5f5f5;
	border-bottom-left-radius: 10px;
	background: url(../../images/QQ/weixing-icon.png) no-repeat center center;
	float: left;
}
.main-im .im_main .weixing-show {
	width: 112px;
	height: 172px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #dddddd;
	position: absolute;
	left: -125px;
	top: -126px;
}
.main-im .im_main .weixing-show .weixing-sanjiao {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 6px;
	left: 112px;
	top: 134px;
	position: absolute;
	z-index: 2;
}
.main-im .im_main .weixing-show .weixing-sanjiao-big {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #dddddd;
	border-width: 8px;
	left: 112px;
	top: 132px;
	position: absolute;
}
.main-im .im_main .weixing-show .weixing-ma {
	width: 104px;
	height: 103px;
	padding-left: 5px;
	padding-top: 5px;
}
.main-im .im_main .weixing-show .weixing-txt {
	position: absolute;
	top: 110px;
	left: 7px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.main-im .im_main .go-top {
	width: 50px;
	height: 47px;
	background: #f5f5f5;
	border-bottom-right-radius: 10px;
	background: url(../../images/QQ/totop-icon.png) no-repeat center center;
	float: right;
}
.main-im .im_main .go-top a {
	display: block;
	width: 52px;
	height: 47px;
}
.main-im .close-im {
	position: absolute;
	right: 10px;
	top: -12px;
	z-index: 100;
	width: 24px;
	height: 24px;
}
.main-im .close-im a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../images/QQ/close_im.png) no-repeat left top;
}
.main-im .close-im a:hover {
	text-decoration: none;
}
.main-im .open-im {
	cursor: pointer;
	margin-left: 69px;
	width: 41px;
	height: 128px;
	background-image: url(../images/QQ/open_im.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	background-size: 100% auto;
}
.main-im #im_main .im-qq.qq-a {
	cursor: pointer;
}
.main-im #im_main .im-tel .tel-num {
	font-size: 13px;
	line-height: 100%;
}
.main-im #im_main #close_im a {
	cursor: pointer;
}

.main-im a {
	text-decoration: none;
	color: #037eb8;
}
