
.fl {
	float: left;
}

.fr {
	float: right;
}

.guanggao-dbbox {
	width: 240px;
	min-height: 320px;
	padding-bottom: 10px;
	background-color: #ededed;
	position: fixed;
	z-index: 1;
	bottom: -285px;
	right: 100px;
	border-radius: 5px 5px 0 0;
	overflow: hidden;
}

.changedw {
	left: 50%;
	bottom: 50% !important;
	z-index: 99999;
	margin-left: -120px;
	margin-bottom: -160px;
}

#nb-close,
#nb-gb {
	display: none;
}

.nb-nodeboard-top {
	/* background: url("../images/boardtop5.png") no-repeat; */
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 15px;
	background-color: #D60112;
	position: relative;
	z-index: 8;
}

.nb-nodeboard-top .fl {
	margin-left: 8px;
}

.nb-nodeboard-top .fr img {
	vertical-align: middle;
}

.nb-nodeboard-text {
	zoom: 1;
	padding: 12px 0;
	line-height: 1.5;
	border-bottom: 1px solid #d5d5d5;
	font-size: 15px;
}

.nb-nodeboard-link {
	color: #999;
	font-size: 12px;
}

.nb-nodeboard-text p {
	padding-left: 10px;
}

#nb_nodeboard_form {
	width: 94%;
	margin: 0 auto;
	display: block;
}

#nb-nodeboard-set-content-js {
	width: 96%;
	height: 79px;
	margin: 10px auto 0px;
	padding: 4px;
	resize: none;
	overflow: hidden;
	border: 1px solid #d5d5d5;
	background-color: #fff;
	text-align: left;
	font-size: 12px;
}

.nb-nodeboard-tips,
.nb-nodeboardphone-tips {
	display: none;
	color: #D60112;
	font-size: 12px;
}

.nb-nodeboard-inputbox {
	height: 30px;
	width: 100%;
	line-height: 30px;
	margin: 7px auto 0;
	border: 1px solid #d5d5d5;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	font-size: 0;
}

.nb-nodeboard-inputbox input {
	/* width: 195px; */
	width: calc(100% - 30px);
	border: none;
	font-size: 12px;
	padding: 0;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 5px;
	box-sizing: border-box;
}
.nb-nodeboard-inputbox input:focus,#nb-nodeboard-set-content-js:focus{
	outline: none;
}

.nb-nodeboard-icon {
	width: 24px;
	height: 30px;
	display: inline-block;
	text-align: center;
	background-color: #fff;
	vertical-align: top;
	border-right: 1px solid #fff;
}

.nodeName {
	background: #fff url(../images/user.png) no-repeat 9px center;
}

.nodePhone {
	background: #fff url(../images/nodephone.png) no-repeat 9px center;
}

.nb-nodeboard-send-btn {
	height: 35px;
	width: 50%;
	line-height: 35px;
	text-align: center;
	border-radius: 2px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	background-color: #edb518;
	margin-top: 8px;
}

.nb-nodeboard-send-btn:hover {
	background-color: #F49C11;
}


/*左侧工具条*/
#toolbar {
	position: fixed;
	z-index: 9;
	right: 17px;
	bottom: 10%;
}

#toolbar li {
	margin-bottom: 3px;
	font-size: 0;
	width: 57px;
	height: 57px;
	right: 0;
	position: relative;
}

#toolbar li a {
	display: block;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	width: 57px;
	height: 57px;
	overflow: hidden;
	background: #D60112;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	white-space: nowrap;
	font-size: 0;
}

#toolbar li .icon-font {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
	background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
	background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
	background-position: 0 -30px;
}

#toolbar li .icon-message:after {
	background-position: 0 -120px;
}

#toolbar li .icon-top:after {
	background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
	background-position: 0 0;
}

#toolbar li .wz {
	display: inline-block;
	line-height: 57px;
	font-size: 14px;
	color: #fff;
	vertical-align: middle;
	padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
	position: absolute;
	z-index: 1;
	padding: 5px;
	background: #D60112;
	width: 110px;
	right: 120%;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all .7s;
	transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
	margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
	max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
	content: '';
	position: absolute;
	right: -5px;
	bottom: 20px;
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 5px;
	cursor: pointer;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #D60112;
	border-right: none;
}
.icon-font{
	position: relative;
}
.icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar li.ewm:hover .icon {
	background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

#toolbar li.backtop {
	cursor: pointer;
}

#toolbar li.backtop .iconfont {
	color: #fff;
	background-color: #D60112;
}

#toolbar li:hover a {
	width: 200px;
}

#toolbar li:hover .icon-font {
	background-color: #D60112;
}

#toolbar li:hover .icon-qq:after {
	background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
	background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
	background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
	background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
	background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
	background-position: -30px -60px;
}

@media (max-width: 990px) {
	#toolbar,.guanggao-dbbox{
		display: none;
	}
}
