﻿body, input, button, select, textarea {
	font: 12px/1.5 Tahoma, 'Microsoft Yahei', 'Simsun';
	color: #444;
}

a{text-decoration:none;}

#scrolltop {
	display: none;
}

.kongyuseo {
	position: fixed;
	right: 0;
	top: 150px;
	z-index: 100;
}

.kongyuseo a {
 height: 66px!important;
}

#seokuaipai a {
	-webkit-transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
#seokuaipai .kongyu_jz {
	width: 66px;
	height: 20px;
	border-bottom: 1px #fff solid;
	background-color: #4581fb;
	color: #fff;
	background-image: url(../images/kongyu_jz.png);
	background-size:45% 45%;
	padding-top: 40px;
	background-position: center 10px;
	background-repeat: no-repeat;
	float: right;
	clear: both;
	text-align: center;
	-moz-border-radius: 3px 3px 0px 0px;
	-webkit-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}
#seokuaipai .kongyu_dc {
	width: 66px;
	height: 20px;
	border-bottom: 1px #fff solid;
	background-color: #4581fb;
	color: #fff;
	background-image: url(../images/kongyu_jz.png);
	background-size:45% 45%;
	padding-top: 40px;
	background-position: center 10px;
	background-repeat: no-repeat;
	float: right;
	clear: both;
	text-align: center;
}
#seokuaipai .kongyu_zz {
	width: 66px;
	height: 20px;
	border-bottom: 1px #fff solid;
	background-color: #4581fb;
	color: #fff;
	background-image: url(../images/kongyu_jz.png);
	background-size:45% 45%;
	padding-top: 40px;
	background-position: center 10px;
	background-repeat: no-repeat;
	float: right;
	clear: both;
	text-align: center
}
.kongyu_wx {
        position: relative;
        cursor: pointer;
}
       
.kongyu_wx:hover div {
        display: block;
}
.kongyu_wx div {
        position: absolute;
        z-index: 100;
        box-sizing: border-box;
        padding: 15px;
        left: -175px;
        top: -60px;
        width: 166px;
        height: 182px;
        background-color: #4581fb;
        display: none;
}

.kongyu_wx div img {
        width: 90%;
}
.kongyu_wx {
	background-image: url('../images/wechat_wx.png') !important;
	background-position: center 10px;
	background-repeat: no-repeat;
	background-size: 50% 50%;
}
#seokuaipai a:hover {
	border-right: 15px #4581fb solid;
	text-decoration: inherit;
}
#seokuaipai .kongyu_tel {
	width: 66px;
	background-position: center 10px;
	color: #fff;
	text-align: center;
	background-image: url(../images/kongyu_tel.png);
	background-size:45% 45%;
	height: 26px;
	border-bottom: 1px #fff solid;
	background-color: #4581fb;
	padding-top: 40px;
	background-repeat: no-repeat;
	float: right;
	clear: both;
	position: relative;
}
#seokuaipai .kongyu_tel span {
	position: absolute;
	right: 10px;
	top: 0;
	line-height: 66px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 24px;
	z-index: 10;
	height: 66px;
	width: 180px;
	background-color: #4581fb;
	display: none;
}
#seokuaipai .kongyu_tel:hover {
	background-position: 23px 10px;
	text-align: left;
	text-indent: 10px;
	width: 200px;
	background-image: none;
	color: #4581fb;
}
#seokuaipai .kongyu_tel:hover span {
	display: block;
	color: #fff;
}
#seokuaipai .kongyu_top {
	width: 66px;
	height: 26px;
	background-color: #4581fb;
	color: #fff;
	background-image: url(../images/kongyu_top.png);
	background-size:40% 40%;
	padding-top: 40px;
	background-position: center 15px;
	background-repeat: no-repeat;
	float: right;
	clear: both;
	text-align: center;
	-moz-border-radius: 0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}


