
*{
	margin: 0;
	padding:0;
}
html,body{
	height: 100%;
}
.section_one{
	width:1100px;
	margin:0 auto;
}
.GSbg{
	width: 100%; 
	height: 100%;
	background: #ffffff;
}
.zhiliaoPan{
	/*background: #6092E8;*/
	box-sizing: border-box;
	padding: 2px;
	margin-top:1px;
}
.customerSer{
	display: flex;
	width: 100%;
	height: 100%;
}
.customerSerL{
	width: 75%;
	height: 100%;
	box-sizing: border-box;
	padding-right: 0px;
	background: #6092E8;

}
.customerSerR{
	width: 25%;
	height: 100%;
	box-sizing: border-box;
	/*background: #ffffff;*/
	/*background: #F2F2F2;*/
	background: #F5F5F5;
	padding: 10px 10px;
	position: relative;
}
.chatCont{
	width: 100%;
	height: 70%;
	background: #ffffff;
	box-sizing: border-box;
	padding-top: 10px;
	position: relative;
    overflow: hidden;
}
.chatL{
	display: flex;
	padding: 20px 20px 5px 20px;
	align-items: center;
}
.chatR{
	display: flex;
	padding: 5px 20px 5px 20px;
	justify-content: flex-end;
	align-items: center;
}
.intellImg{
	width: 60px;
	height: 60px;
	background: url(../images/intellImg.png);
	background-size: 60px 60px;
	margin-right: 30px;
}
.peopleImg{
	width: 60px;
	height: 60px;
	background: url(../images/peopleImg.png);
	background-size: 60px 60px;
	margin-left: 30px;
}
.bubbleBoxL{
	width: auto;
	max-width: 60%;
	height: auto;
	border:1px solid #D9D9D9;
	position: relative;
	background: #F2F2F2;
	border-radius: 5px;
	padding: 10px ;
}
.bubbleBoxL:before,.bubbleBoxL:after{
	content: "";
	display: block;
	border-width: 10px;
	position: absolute;
	top: 10px;
	left: -20px;
	border-style: solid dashed dashed;
	border-color: transparent #D9D9D9 transparent transparent;
	font-size: 0;
	line-height: 0;
}
.bubbleBoxL:after{
	left: -19px;
	border-color:  transparent #F2F2F2 transparent transparent;
}
.bubbleBoxR{
	width: auto;
	max-width: 60%;
	height: auto;
	border: 1px solid #D9D9D9;
	position: relative;
	background: #F2F2F2;
	border-radius: 5px;
	padding: 10px;
}
.bubbleBoxR:before,.bubbleBoxR:after{
	content: "";
	display: block;
	border-width: 10px;
	position: absolute;
	top: 10px;
	right: -20px;
	border-style: dashed dashed dashed solid;
	border-color: transparent transparent transparent #D9D9D9;
	font-size: 0;
	line-height: 0;
}
.bubbleBoxR:after{
	right: -19px;
	border-color:  transparent transparent transparent #F2F2F2;
}
.chatSet{
	height: 30%;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border-top: 1px solid #D9D9D9;
}
.chatSet textarea{
	background: #ffffff;
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 40px;
	box-sizing: border-box;
	padding: 10px;
	border: .5px solid #D9D9D9;
}
.chatSet button{
	padding: 7px 20px;
	background: #6092E8;
	color: #ffffff;
	border-radius: 5px;
	position: absolute;
	right: 0;
	bottom: 0;
	border: none;
}
.rightT{
	height: 55%;
	border-bottom: 1px solid #D9D9D9;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
}
.rightTTit{
	font-weight: bold;
	color: #6092E8;
	height: 30px;
	line-height: 30px;
	position: absolute;
	font-size: 15px;

}
.rightGeshu{
	position: absolute;
	top: 45px;
	left: 10px;
	right: 10px;
	bottom: 50px;
	overflow: auto;
	line-height: 30px;
}
.rightGeshu p{
	font-size:15px;
}
.rightGeshuBtn{
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	display: flex;
	justify-content: space-around;
}
.rightGeshuBtn>button{
	padding: 5px 8px;
	background: #5B9BD5;
	color: #ffffff;
	border:none;
	border-radius: 3px;
	cursor:pointer;
}
.rightGeshu>img{
	width: 100%;
	height: 100%;
}
.rightM{
	height: 20%;
	/*border-bottom: 1px solid #D9D9D9;*/
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	overflow: auto;

}
.rightMC{
	position: absolute;
	top: 40px;
	color: #7F7F7F;
}
.rightMC>div{
	height: 100%;
	line-height: 30px;
}

.rightMC a:hover {text-decoration:underline;} 

.rightB{
	height: 6%;
	box-sizing: border-box;
	padding: 0 10px;
	display: flex;
	position: relative;
	align-items: center;
}
.exitImg{
	width: 20px;
	height: 20px;
	background: url(../images/exit.png);
	background-size: 20px 20px;
	position: absolute;

}
.rightB .rightTTit{
	left: 50px;
	font-size:15px;
}
.GSPanelL{
	width: 127px;
	height: 100%;
	background: #F2F2F2;
}
.GSItem{
	height: 50px;
	display: flex;
	justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.rightArrow{
	width: 24px;
	height: 24px;
	background: url(../images/rightArrow.png);
	background-size: 24px 24px;
}
.arrow_cur{
	width: 24px;
	height: 24px;
	background: url(../images/arrow_cur.png);
	background-size: 24px 24px;
}
.third_menu{
	cursor:pointer;
	text-decoration:underline;
	/*color:#6092E8;*/
	/*border-bottom: 2px solid black;*/
}
.level1Tit{
	color: #7F7F7F;
	font-size: 14px;
}
.titCur{
	color: #000;
}
.genshuPan{
	position: relative;
	height: 100%;
	background: gold; 
	left: 0;
    width: 100%;
}
.GSPanelL{
	position: absolute;
	overflow: auto;

}
.GSPanelR{
	position: absolute;
	left: 127px;
	right: 0;
	top: 0;
	bottom: 0;
	background: #ffffff;
}
.GSCMenu{
	background: #F2F2F2;
}
.menuOneItem{
	background: #F2F2F2;
	display: flex;
}
.menuOneItem div{
	font-size:13px;
}


.childMenuTit{
	width: 12%;
	font-size: 13px;
	color: #6092E8;
	font-weight: bold;
	padding: 20px 10px 20px 10px;
	border-bottom: 1px dashed #6092E8;
}
.childMenuCont{
	width:70%;
	display: flex;
	flex-wrap:wrap;
	border-bottom: 1px dashed #6092E8;
}
.childMenuCont>div{
	height:20px;
	padding:  15px 10px 10px 10px;
	
}
.textCur{
	color: #6092E8;
}
.GSImgShowP{
	width: 100%; 
	height: 100%;
	box-sizing: border-box;
	padding: 10px 20px 20px 20px;
}
.GSPanelRWrap{
	width: 98%;
	margin: 0 auto;
	position: absolute;
	top: 20px;
    left: 0;
    right: 0;
    /* bottom: 0; */
}
.GSPanelRT{
	display: flex;
	justify-content: space-between;
}
.showTit{
	font-size: 15px;
	color: #7F7F7F;
	font-weight: bold;
	margin-right: 10px;
}
.focusOnBtn{
	background: #5B9BD5;
	color: #ffffff;
	font-size: 12px;
	border-radius: 3px;
	padding: 5px 8px;
	height:18px;
	cursor:pointer;
}
.parentNode{
	color: #7B92E8;
	background: #F2F2F2;
	padding: 6px 8px;
	margin-right: 10px;
	font-size: 15px;
	display: inline-block;
}
.GSyutunImg{
/*	position: absolute;
	top: 50px;
	left: 0px;
	right: 0px;
	bottom: 10px;*/
	margin-top:20px;
	margin-bottom:10px;
}
.GSImages{
	width: 100%;
	height: 100%;
	background: url(../images/yuntu.png);
	background-size: 100% 100%;
}
/*.circle{
	position:relative;
	width:12px;
	height:12px;
	background-color:yellow;
	border-radius:50%;	
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	opacity:0.4;
}*/

.circle{
	position:relative;
	width:51px;
	height:78px;
	/*background-color:yellow;*/
	background:url(../images/yuntubiaoji.png);
	background-repeat:no-repeat; 
	background-size:50% 50%;
	-moz-background-size:50% 50%;
	/*opacity:0.7;*/
}

.rightMC a{
	/*width:400px;*/
	color: #6092E8;
	font-size: 14px;
/*	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;*/
}

.third_menu_more{
	color: #6092E8;
}



/**************根叔云图 搜索Css**************************/
.section_two_ss{
	width:100%;
}

.sousuo_label_head{
	width:1100px;
	margin:0 auto;
	margin-bottom:20px;
}
.biggerImg{
	width:120%;
	height:auto;
}