﻿@charset "utf-8";
body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
}
#share {
	position: fixed;
	top: 50%;
	margin-top: -130px;
	right: 1px;
	width: 60px;
	zoom: 1;
	z-index: 9999999;
}
#share .qq, #share .weixin, #share .phone, #share .tel, #share #totop {
	background: #ffa500 url(../images/kficon.png) no-repeat;
	display: block;
	margin-bottom: 1px;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 94px;
	color: #fff;
	font-size: 14px;
	border-radius: 2px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#share .qq {
	background: #ff3131 url(../images/qq.gif) no-repeat center -2px;
	cursor: pointer;
	position: relative;
}
#share .qqs {
	background-color: #ff3131;
}
#share .shouhou {
	background-color: #00a1ff;
	background-position: 5px -2px;
}
#share .shouhou:hover {
	background-color: #038ddd;
}
#share .weixin {
	position: relative;
	background-color: #05af10;
	background-position: 5px -102px;
	z-index: -1;
}
#share .weixin:hover {
	background-color: #039a0d;
}
#share .weixin .erweimas {
	position: absolute;
	right: -160px;
	bottom: -64px;
	background-color: #fff;
	border: solid 1px #039a0d;
	padding: 6px;
	background-position: 6px 6px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#share .weixin:hover .erweimas {
	display: block;
	right: 61px;
	width: 122px;
	height: 122px;
	background: #fff url(../images/ewm.jpg) no-repeat 6px 6px;
	background-size: 120px;
}
#share .tel {
	position: relative;
	background-color: #3975ab;
	background-position: 5px -202px;
}
#share .tel .telsd {
	position: absolute;
	right: -200px;
	top: 0;
	height: 60px;
	line-height: 60px;
	width: 150px;
	background: #29557c;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#share .tel:hover {
	background-color: #29557c;
}
#share .tel:hover .telsd {
	display: block;
	right: 61px;
}


#share .phone {
	position: relative;
	background-color: #00a1ff;
	background-position: 5px -202px;
}
#share .phone .telsd {
	position: absolute;
	right: -200px;
	top: 0;
	height: 60px;
	line-height: 60px;
	width: 150px;
	background: #038ddd;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#share .phone:hover {
	background-color: #038ddd;
}
#share .phone:hover .telsd {
	display: block;
	right: 61px;
}
#share #totop {
	background-color: #333333;
	background-position: 5px -145px;
	cursor: pointer;
}
#share #totop:hover {
	background-color: #222;
}
/*2023-1-29*/
.case-contact, .mob-banner, .mob-classify, .mob-fuwu, .mob-h5item, .mob-header, .mob-intelligent, .mob-process, .mob-server {
	display: none
}
@media screen and (max-width:768px) {
.case-contact, .mob-banner, .mob-classify, .mob-fuwu, .mob-h5item, .mob-header, .mob-intelligent, .mob-process, .mob-server, .project.detail-num, .shape.light, .site-contact.process {
	display: block
}
.case-contact {
	position: fixed;
	bottom: 0;
	background: #fff;
	width: 100%;
	z-index: 100;
	box-shadow: 1px 0 8px rgba(0,0,0,.2);
	padding: 15px;
	text-align: center
}
.case-contact .col-xs-7 {
	color: #0097ff;
	font-size: 16px
}
.case-contact .col-xs-5 a {
	background: #0097ff;
	color: #fff;
	font-size: 18px;
	border-radius: 32px;
	padding: 6px 17px;
	margin-top: 8px;
	display: inline-block
}	
}
