﻿/*reset*/

html {
	background: white;
}
#{
	font-family: "微软雅黑";
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
fieldset,
form,
input,
select,
textarea,
figure {
	margin: 0;
}

ul,
ol,
menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
a img,
iframe {
	border: 0 none;
}

address,
em,
i {
	font-style: normal;
}

abbr,
acronym {
	font-variant: normal;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
button {
	vertical-align: middle;
}

input,
textarea,
select {
	*font-size: 100%;
}

button {
	overflow: visible;
}

button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner {
	border: 0 none;
	padding: 0;
}

:active {
	outline: 0 none;
}

::selection {
	background: #e74700;
	color: white;
}


a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


/*main css*/

.main-im {
	position: fixed;
	right: 10px;
	top: 20%;
	z-index: 100;

}
.main-im .qq-a {
	display: block;
	width: 170px;
	height: 110px;
	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-hover-c {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 18px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
}

.main-im .qq-container {
	z-index: 99;
	position: absolute;
	width: 100px;
	height: 106px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 0px solid #dddddd;
	margin-left: 35px;
	background: url(../img/QQ.png) no-repeat center 8px;
}

.main-im .img-qq {
	max-width: 60px;
	display: block;
	position: absolute;
	left: 6px;
	top: 3px;
	-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: 70px;
	left: 1px;
	top: 8px;
	position: absolute;
}

.main-im .im_main {
	background: #F9FAFB;
	border: 0px solid #dddddd;
	border-radius: 10px;
	background: #2e8dff;
	display: none;
}

.main-im .im_main .im-tel {
	color: #000000;
	text-align: center;
	width: 100%;
	border-bottom: 0px solid #dddddd;
	position: relative;
	top: -10px;
}

.main-im .im_main .im-tel div {
	font-weight: bold;
	font-size: 14px;
	margin-top: 8px;
	color: white;
}

.main-im .im_main .im-tel .tel-num {
	font-family: Arial;
	font-weight: bold;
	color: white;
	font-size: 22px;
	
}

/*.main-im .im_main .im-tel:hover {
	background: #fafafa;
}*/

.main-im .im_main .weixing-container {
	width: 126px;
	height: 126px;
	background: url(../img/saoyisao.png) no-repeat center center;
	margin: auto;
}

.main-im .im_main .weixing-show {
	width: 112px;
	height: 172px;
	background: #ffffff;
	border-radius: 10px;
	border: 0px 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/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: 3px;
	top: 3px;
	z-index: 100;
	width: 24px;
	height: 24px;
}

.main-im .close-im a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(../img/xx.png) no-repeat left top;
}

.main-im .close-im a:hover {
	text-decoration: none;
}

.main-im .open-im {
	cursor: pointer;
	margin-left: 0px;
	width: 75px;
	height: 75px;
	border:1px solid #e0e0e0;
	border-radius: 12px;
	background: url(../img/home.png) no-repeat left top;
}
.open-im1{
	cursor: pointer;
	margin-left: 0px;
	width: 75px;
	height: 75px;
	border:1px solid #e0e0e0;
	border-radius: 12px;
	margin-top: 5px;
	background: url(../img/goback.png) no-repeat left top;
}
.rexian{
	position: relative;top: -8px;
}

.button{
	background-color: white  !important;
	font-size: 16px !important;
	width: 126px;
	line-height: 30px;
	margin: auto;
	color: #2E8DFF !important;
	border-radius: 4px;
	font-weight: 100 !important;
}
.im-title{
	color: #e2efff;
	font-size: 14px;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 4px;
}
