 
/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 999999999;
	/*right: 50px;*/
	right: 6px;
	bottom: 220px;
	width: 70px;
	height: 240px;
	border-radius: 5%;


}
.suspension-box {
	position: relative;
	float: right;
}
.suspension .a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #097cf3;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-decoration: none;
	text-align: center;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.suspension .a.active, .suspension .a:hover {
	background: #00af66;
	-moz-box-shadow: 0px 0px 20px #00af66;
	-webkit-box-shadow: 0px 0px 20px #00af66;
	box-shadow: 0px 0px 20px #00af66;
}
.suspension .a .i {
	display: none !important;
	width: 44px;
	height: 44px;
}
.suspension .a-service {
	background: #097cf3 url(../images/pf_icon1.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-service:hover {
	background: #00af66 url(../images/pf_icon1.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-service-phone {
	background: #097cf3 url(../images/pf_icon2.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-service-phone:hover {
	background: #00af66 url(../images/pf_icon2.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-qrcode {
	background: #097cf3 url(../images/pf_icon3.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-qrcode:hover {
	background: #00af66 url(../images/pf_icon3.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-top {
	background: #D2D3D6 url(../images/pf_icon4.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a-top:hover {
	background: #00af66 url(../images/pf_icon4.png) center center no-repeat;
	background-size: 30px;
}
.suspension .a span {
	display: block;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 12px;
	padding-top: 4px;
}
.suspension .a-top {
	display: none;
}
.suspension .d {
	display: none;
	width: 240px;
	background: #fff;
	position: absolute;
	/*right: 80px;*/
	right: 56px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);


}

.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;/*background:url(../images/side_bg_arrow.png) no-repeat;r*/
	ight: -8px;
	top: 31px;
}
.qrcode-img img {
	width: 150px;
	margin: 0 auto;
}
.suspension .d-service {
	top: 1px;

}
.suspension .d-service-b {
	top: 1px;

}

.suspension .d-service-phone {
	top: 84px;
}

.suspension .d-service-phone-b {
	top: 84px;
}


.suspension .d-qrcode {
	top: 167px;
}
.suspension .d .inner-box {
	padding: 24px 22px;

}
.suspension .d-service-item {
	padding: 4px 0;
}
.suspension .d-service .d-service-item {
	border-bottom: none;
}
.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}
.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}
.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}
.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}
.suspension .d-service-item p {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service .d-service-item p {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}
.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}
.suspension .d-service-intro {
	padding-top: 10px;
}
.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}
.suspension .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}
.suspension .d-qrcode {
	text-align: center;
	width: 160px;
}
.suspension .d-qrcode .inner-box {
	padding: 10px 0;
}
.suspension .d-qrcode p {
	font-size: 14px;
	color: #999;
	padding-top: 5px;
}
@media (max-width:991px) {
.suspension {
	width: 60px;
	right: 10px;
	bottom: 120px;
	height: auto;
}
.suspension .a {
	width: 60px;
	height: 60px;
	background-size: 30px !important;
}
}
@media (max-width:767px) {
#KFRightScreen {
	display: none !important;
}
#KFCenterScreen {
	display: none !important;
}
#KFBoxTitle {
	display: none !important;
}
.custombox {
	display: none !important;
}
.suspension {
	width: 40px;
	right: 4px;
	bottom: 100px;
	height: 85px;
}
.suspension .a {
	width: 40px;
	height: 40px;
	background-size: 20px !important;
}
.suspension .a-service {
	display: none !important;
}
.suspension .a-qrcode {
	display: none !important;
}
.suspension .d-service {
	display: none !important;
}
.suspension .d-service-b {
	display: none !important;
}
.suspension .d-service-phone {
	display: none !important;
}

.suspension .d-service-phone-b {
	display: none !important;
}


.suspension .d-qrcode {
	display: none !important;
}
}


/*详情页内容超出设置*/  
@media (min-width:1199px) {
#c_detail_wrap #new-div .zoom-caret {
	display: none !important;
}
}
#c_detail_wrap img, #c_detail_wrap p, #c_detail_wrap span, #c_detail_wrap div, #c_detail_wrap video, #c_detail_wrap embed {
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	white-space: normal;
	word-break: break-all;
	word-break: normal;
}
#c_detail_wrap #new-div {
	overflow-x: hidden;
	overflow-y: hidden;
	width: 100%;
	position: relative;
}
#c_detail_wrap #new-div .zoom-caret {
	display: block;
	position: absolute;
	top: 10px;
	right: 5px;
	font-size: 50px;
	color: #a7a5a5;
	z-index: 2;
	padding: 0;
	margin: 0;
	opacity: .3;
}
#c_detail_wrap #new-div table {
	transform-origin: left top;
	border-collapse: collapse;
	max-width: none!important;
	width: auto;
}
#c_detail_wrap #new-div table td {
	padding: 3px;
	border: 1px solid #ccc;
}
#c_detail_wrap #new-div.on {
	overflow: scroll;
	width: 100%;
}
#c_detail_wrap #new-div.on .zoom-caret {
	display: none;
}
  
/*设置滚动条样式*/  
#c_detail_wrap #new-div::-webkit-scrollbar {
height:2px;
}/* 滚动槽 */
#c_detail_wrap #new-div::-webkit-scrollbar-track {
background-color:#f0f0f0;
border-radius:0px;
}/* 滚动条滑块 */
#c_detail_wrap #new-div::-webkit-scrollbar-thumb {
background-color:#bfbfbf;
}
#c_detail_wrap #new-div::-webkit-scrollbar-thumb:window-inactive {
background-color:#3c3c3c;
}
