/*reset*/

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


/*main css*/

.main-im {
	position: fixed;
	right: 10px;
	top: 300px;
	z-index: 100;
	width: 130px;
	
}

.main-im .qq-a {
	display: block;
	width:100%;
	height: 90px;
	font-size: 14px;
	color: #0484cd;
	text-align: center;
	position: relative;
}

.main-im .qq-a span {
	bottom: 5px;
	position: absolute;
	width: 90px;
	left: 10px;
}



.main-im .qq-container {
	z-index: 99;
	position: absolute;
	width: 100%;
	height: 118px;
	border-radius: 10px;

	background: url(../img/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
	margin-top: .18rem;
	display: block;
	width: .9rem;
	height: .9rem;
	-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 {
	
}

.main-im .im_main {
	background: #2486FF;
	border: 1px solid #2486FF;
	border-top-left-radius: 75px;
	border-top-right-radius: 75px;
/*	display: none;*/
	display: block;
	box-shadow:0px 6px 18px 0px rgba(195, 195, 195, 0.6)
}

.main-im .im_main .im-tel {
	color: #000000;
	text-align: center;
	width: 100%;
	height: .95rem;
}

.main-im .im_main .im-tel div {
	font-size: .15rem;
	margin-top: .1rem;
	color: #fff;
}

.main-im .im_main .im-tel .tel-num {
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	font-size: .17rem;
}
.service-bottom{
	width: 100%;
	padding: 0 .15rem;
	padding-bottom: .1rem;
}

.service-bottom p{
	color: #2486FF;
	font-size: .15rem;
	background-color: #fff;padding: .05rem;
}
.service-bottom p:hover{
	background-color: #FAFAF9;
}
.service-bottom p a{
	text-decoration: none;
}


.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: 100%;
	height: 47px;
	background: #f5f5f5;
	border-bottom-right-radius: 10px;
	background: url(../img/totop-icon.png) no-repeat center center;
}

.main-im .im_main .go-top a {
	display: block;
	width: 100%;
	height: 47px;
}

.main-im .close-im {
	position: absolute;
	right: 10px;
	top: -12px;
	z-index: 100;
	width: .13rem;
	height: .13rem;
}

.main-im .close-im a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/close_im.png) no-repeat left top;
	background-size:.13rem .13rem;
}

.main-im .close-im a:hover {
	text-decoration: none;
}

.main-im .open-im {
	position: absolute;
	right: 0;
	display: none;
	cursor: pointer;
	width: 40px;
	height: 133px;
	background: url(../img/open_im.png) no-repeat left top;
}