﻿/*侧边栏 =================== 开始*/
.cbldiv{
	background:url(../image/cblBg.png) no-repeat center center;
	width:202px;
	height:439px;
	position:fixed;
	right:-202px;
	top:180px;
	z-index:999999;
	transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
}
.cburr{
	right:-12px;
	transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
}
.contactable_inner{
	background:url(../image/zxzxbut.png) no-repeat center center;
	width:35px;
	height:137px;
	position:fixed;
	right:0px;
	top:393px;
	z-index:999999;
	cursor:pointer;
	transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
	
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.contactable_inner{
		right:18px;
	}
}

.cburr1{
	right:176px;
	transition: all 0.1s linear 0s;
	-moz-transition: all 0.1s linear 0s;
	-o-transition: all 0.1s linear 0s;
	-webkit-transition: all 0.1s linear 0s;
}
.poplist{
	width:178px;
	height:258px;
	margin-top:91px;
	margin-left:13px;
	background-color:#30ADDC;
}
.poplist ul li p{
	font-size:21px;
	color:#fff;
}
.poplist ul li p.p2{
	margin-top:-9px;
}
.poplist ul li.one{
	width:100%;
	height:56px;
	text-align:center;
}
.poplist ul li.two{
	width:100%;
	height:40px;
	background-color:#105B8F;
	margin-bottom:7px;
}
.poplist ul li.two a{
	display:block;
	width:100%;
	height:56px;
	line-height:40px;
	padding-left:77px;
	font-size:19px;
	color:#fff;
	text-decoration:none;
	background:url(../image/zxzxicon.png) no-repeat 32px 12px;
}
.poplist ul li.three{
	width:100%;
	height:38px;
	background-color:#0E86B4;
	border-bottom:1px solid #fff;
}
.poplist ul li:hover.three{
	background-color:#105B8F;
}
.poplist ul li.last{
	border-bottom:none;
}
.poplist ul li.three a{
	display:block;
	width:100%;
	height:38px;
	line-height:38px;
	padding-left:72px;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	background:url(../image/cblqqicon.png) no-repeat 32px 8px;
}


.content p{line-height:170%;TEXT-INDENT:2em; COLOR: #3f3f3f; FONT-SIZE: 16px;PADDING-TOP: 7px}
/*侧边栏 =================== 结束*/
/*新版侧边栏 =================== 开始*/

.floating_ck {
	position: fixed;
	right: 20px;
	top: 30%;
	z-index: 999;
}

.floating_ck dl dd {
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #33a4ff;
	border-bottom: #33a4ff;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20%;
	cursor: pointer;
	margin-top: 1px;
}

.floating_ck dl dd:hover {
	background-color: #33a4ff;
	border-bottom: solid 1px #33a4ff;
}

.floating_ck dl dd:hover .floating_left {
	display: block;
}

.consult {
	background-image: url(../image/youce_qq.png);
}

.words {
	background-image: url(../image/youce_ly.png);
}

.quote {
	background-image: url(../image/youce_tel.png);
}

.wechat {
	background-image: url(../image/youce_ewm.png);
}

.return {
	background-image: url(../image/youce_top.png);
}

.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 54px;
}

.floating_left {
	position: absolute;
	left: -161px;
	top: 0px;
	width: 160px;
	height: 80px;
	background-color: #33a4ff;
	border-bottom: solid 1px #33a4ff;
	display: none;
}

.floating_left a {
	color: #fff;
	line-height: 80px;
}

.floating_ewm {
	top: -77px;
	position: absolute;
	left: -161px;
	width: 0;
	height: 0;
	background-color: #33a4ff;
	border-bottom: solid 1px #33a4ff;
	display: none;
}

.floating_ewm i {
	background-image: url(../image/ewm.jpg);
	display: block;
	width: 158px;
	height: 158px;
	margin: auto;
	background-size: contain;
}


/*新版侧边栏 =================== 结束*/