
/* 侧边悬浮导航 */
.right_chat{ right:0; bottom:100px; position:fixed; text-align:left;overflow: hidden;z-index:999;}
.right_chat li{background:#0085cd;margin:4px 0;padding: 10px;border-top-left-radius: 4px;border-bottom-left-radius: 4px;cursor:pointer;position:relative; right: -70px;}
.right_chat li .iconBox{text-align: center;overflow: hidden;display: flex;align-items: center;justify-content: space-between}
.right_chat li .iconDiv{width: 30px;height:30px;text-align: center;}
.right_chat li i{font-size: 28px;color:#fff;}
.right_chat li h4{color: #fff;font-size:14px;margin:2px 0;margin-left: 15px;}
.right_chat li:hover{background:#cf1322}
.right_chat li .hideBox{display: none;position: absolute;right:120px;padding:10px;padding-right: 15px; top:-10px;z-index: 999;}
.right_chat li .hideBox .hb{border: 1px solid #ccc;background-color: #fff; padding: 10px 20px;border-top: 2px solid #0085cd;border-bottom-left-radius: 4px;border-bottom-right-radius: 4px;}
.right_chat li .hideBox .hb h5{ text-align:center;padding: 10px 0;color: #0085cd;font-size: 16px;font-weight: 400;display: block;white-space: nowrap;}
.right_chat li .hideBox .hb p {margin-top: 5px;font-size: 18px;font-weight: 700;}
.right_chat li .hideBox .hb a{display: flex;align-items: center}
.right_chat li .hideBox .hb p{font-size: 14px;font-weight: 400;white-space: nowrap;margin-top: -5px;margin-left: 5px;}
.right_chat li .hideBox .hb img{width:140px;height: 140px;margin-top: 10px;}
.qqBox{
	width: 798px;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin:auto;
	display: none;
}
.BoxHead{
	margin-top:30px;
	width: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
}
.headImg{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
}
.headImg img{
	width: 100%;
	height: 100%;
	border-radius:50%;
}
.headImg i{
	font-size: 50px;
	color: #333;
}
.internetName{
	width: auto;
	height: 52px;
	line-height: 52px;
	color: white;
}
.context{
-webkit-box-flex: 1;
display: -webkit-box;
-webkit-box-orient: horizontal;
}
.conLeft{
	width: 200px;
	height:548px;
	overflow: auto;
	background: #fafafa;
	border-right: 1px solid #F0F0F0;
}
.conLeft::-webkit-scrollbar{
	width: 0;
}
.conLeft ul{
	list-style: none;
	margin: 0;
	padding: 0 10px;
}
.conLeft li{
	margin-top: 20px;
	min-height: 30px;
	width: 100%;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
}
.conLeft li .liLeft{
	width:30%;
	height: 100%;
}
.liLeft img{
	margin: 10px;
}
.liRight span{
	display:block;
	font-size: 16px;
	height: 31px;
	line-height: 31px;
}
.liRight span:last-child{
	font-size: 14px;
	color: #767676;
	line-height:15px;
	overflow: hidden;
}
.conRight{
	-webkit-box-flex: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.Righthead{
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #F0F0F0;
}
.headName{
	width: auto;
	height: 100%;
	line-height: 42px;
	margin-left: 20px;
	font-family: "微软雅黑";
	font-size: 18px;
	float: left;
}
.headConfig{
	width: 20%;
	float: right;
	height: 100%;
	
}
.headConfig ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
}
.headConfig li{
	margin:10px 5px;
}
.RightCont{
	-webkit-box-flex: 1;
}


.RightCont ul{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
    height: 380px;
}
.RightCont li{
	width: 100%;
	height: 50px;
	/*display: -webkit-box;
	-webkit-box-orient: horizontal;*/
	margin-top: 10px;
}
.nesHead{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-left:15px ;
	float: right;
}
.nesHead img{
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.nesHead i{
	font-size: 30px;
	color: #143C68;
}
.inputBox{
	padding:5px;
}
.news{
	width: auto;
	height: 40px;
	background: #eeeeee;
	padding:5px 20px;
	margin: 4px;
	line-height: 30px;
	font-size: 14px;
	border-radius:10px;
	margin-left: 10px;
	position: relative;
	float: right;
}
.news .jiao{
	position: absolute;
	right: -8px;
	top: 10px;
}
 .news .Expr{
	width: 50px;
	height: 30px;
	margin: 5px;
}
.answerHead{
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-left:15px ;
	float: left;
}
.answerHead img{
	width: 44px;
	height: 44px;
	border-radius: 50%;
}
.answerHead i{
	font-size: 30px;
	color:#767676;
}
.answers{
	width: auto;
	background: #eeeeee;
	padding:5px 20px;
	margin: 4px;
	line-height: 30px;
	font-size: 14px;
	border-radius:10px;
	margin-left: 10px;
	position: relative;
	float: left;
	max-width: 80%;
}
.answers .jiao{
	position: absolute;
	left: -8px;
	top: 10px;
}
.RightFoot{
	width: 100%;
	height: 118px;
	border-top: 1px solid #F0F0F0;
	position: relative;
}
.emjon{
	width: 360px;
	height: 200px;
	border: 1px solid #F0F0F0;
	position: absolute;
	left:0;
	top:-190px;
	display: none;
	background: #fff;
}
.emjon ul{
	list-style: none;
	margin:0;
}
.emjon ul li{
	width: 50px;
	height: 30px;
	margin: 5px;
	float: left;
	
}
.emjon ul li:hover{
box-shadow:5px 5px 5px #888888;
transform: scale(1.2);
	
}
.emjon ul li img{
	width: 100%;
	height: 100%;
	
}
.footTop{
	width: 100%;
	height: auto;
}
.footTop ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
}
.footTop li{
	margin: 5px 10px;
}
.sendBtn{
	width: 68px;
	height: 25px;
	background: #0188fb;
	border: none;
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: white;
}
.bg{
	background: #ebebec;
}



/* service */
.service .hd{ position:absolute; width:100%; top:45%; }
.service .hd .prev,.service .hd .next{ display:block;  width:45px; height:70px; line-height:70px; overflow:hidden; cursor:pointer; font-size:40px; color:#999; }
.service .hd .next{ float:right; }
.service .bd ul{ overflow:hidden; zoom:1; display: flex;justify-content: space-between;}
.service .bd ul li{ padding-right: 20px;  margin-bottom: 20px; _display:inline; overflow:hidden; text-align:center; flex:1}
.service .bd .bd_item{
	border:1px solid #dddddd;
	padding-bottom: 30px;
}




@media screen and (max-width: 1100px){
	.service .bd ul li {
		width: 50%;
	}
	.service .bd li:nth-child(2n){
		padding-right: 0; 
	}
}

@media screen and (max-width: 768px){
	.service .bd ul li {
		width: 100%;
		padding-right: 0; 
	}

}
.service_title{ position:relative; text-align:center; color:#000; }
.service_title h2{ font-size:30px; font-weight:100; padding:20px 0; }
.service_title em{ font-style:inherit; font-size:18px; font-weight:bold; }
.service_title p{ padding:10px 0; font-size:14px; color:#333; }

.service .bd .bd_item h2{ font-size:26px; padding-top:50px; }
.service .bd .bd_item img,.service .bd .bd_item i{ display:inline-block; margin:30px auto; }
.service .bd .bd_item i{ font-size: 80px;color:#444; }
.service .bd .bd_item p{padding: 0 10px;    min-height: 60px;}
.service .picList{
	padding:10px;
}

.service .bd .bd_item a,.service .bd .bd_item button{ display:inline-block; width:80%; height:46px; line-height:46px; font-size:16px; text-align:center;background-color: #fff; color:#666666; border:1px solid #ddd; -moz-border-radius: 23px; -webkit-border-radius: 23px; border-radius:23px; overflow:hidden; margin-top:30px; }
.service .bd .bd_item:hover{ background-color:#143C68; border-color:#143C68; color: #eee;}
.service .bd .bd_item:hover a,.service .bd .bd_item:hover button{ color:#000; border-color:#fff; background:#fff; }
.service .bd .bd_item:hover h2{ color:#fff; }
.service .bd .bd_item:hover i{ color:#fff; }
.service .bd .bd_item:hover a:hover,.service .bd .bd_item:hover button:hover{ color:#fff; border-color:#333; background-color:#333; }

