@charset "utf-8";
/* CSS Document */
#header_34 {
    position: fixed;
    z-index: 15;
    margin: auto;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    max-height: 100px;
}
#content_16 {
    margin-top: 60px;
}
#h .ctext .top .menu .nli span a{
    color: #111;
}
#h .ctext .top .Search_but {
    float: left;
    width: 180px;
    height: 38px;
    float: right;
    background: url(../image/h_2.png) no-repeat 3px center #f3f3f300;
    border: 1px solid #111;
    border-radius: 20px;
    text-indent: 40px;
}
#header_34.navbg{
    background: #fff;
}
#header_34.navbg #h .ctext .top .menu .nli span a{
    color: #000;
}
#h .ctext .top .menu .nli.active span a{
    color: #142E5A;
    position: relative;
    font-weight: 700;
}
.tooltip {
	position: absolute;
    right: 65px;
    width: 90px;
    top: 15px;
	border-radius: 30px;
	overflow: hidden;
	display: none;
}
.tooltip-inner{
	padding: 7.8px 15px;
	background-color: rgba(0, 0, 0, 0.5); 
	color: rgb(255, 255, 255);
	text-align: center;
	font-size: 14px;
}
#kefu:hover .tooltip{
	display: block;
}
#kefu .topBtn img{
    display: block;
    margin: 15%;
    max-width: 70%;
}