
.ceb{
	width: 20px;
	height: auto;
	display: grid;
	grid-template-columns: 20px 126px;
	grid-gap: 1px;
	font-size: 0px;
	background: darkcyan;
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	overflow: hidden;
}
.ceb:hover{
	width: auto;
}
.ceb_Zuo{
	width: 20px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	color: darkcyan;
	font-size: 14px;
	background: lightgoldenrodyellow;
	text-align: center;
}
.ceb_You{
	width: 126px;
	height: auto;
	font-size: 0px;
	text-align: center;
	background: lightgoldenrodyellow;
	padding: 10px;
	box-sizing: border-box;
	display: inline-block;
}
.ceb_You_tel{
	width: 100%;
	height: auto;
	font-size: 14px;
	color: darkcyan;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	word-break: break-all;
}
.ceb_You_img{
	width: 100%;
	height: auto;
	margin: 10px 0px 6px 0px;
}
.ceb_You_ms{
	width: 100%;
	height: auto;
	font-size: 14px;
	color: darkcyan;
	text-align: center;
	display: inline-block;
}
@media screen and (min-width:1800px) {
    .dh{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0px;
        background: darkcyan;
    }
	.dh_z{
		width: 1500px;
		height: auto;
		font-size: 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.dh_logo{
		width: auto;
		height: auto;
		margin: 20px 20px 20px 0px;
		font-size: 24px;
		text-align: center;
		color: white;
	}
	.dh_z_z{
		width: auto;
		height: auto;
		padding: 20px;
		font-size: 20px;
		color: rgb(255, 255, 255);
		text-decoration: none;
		display: inline-block;
	}
    .dh_z_tx{
        width: auto;
        height: 30px;
        margin: 15px;
    }
}
@media screen and (max-width:1800px) and (min-width:1200px) {
    .dh{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0px;
        background: darkcyan;
    }
	.dh_z{
		min-width: 1200px;
        width:96%;
		height: auto;
		font-size: 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.dh_logo{
		width: auto;
		height: auto;
		margin: 20px 20px 20px 0px;
		font-size: 24px;
		text-align: center;
		color: white;
	}
	.dh_z_z{
		width: auto;
		height: auto;
		padding: 20px;
		font-size: 20px;
		color: rgb(255, 255, 255);
		text-decoration: none;
		display: inline-block;
	}
    .dh_z_tx{
        width: auto;
        height: 30px;
        margin: 15px;
    }
}

@media screen and (max-width:1200px) and (min-width:600px) {
    .dh{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0px;
        background: darkcyan;
    }
	.dh_z{
		min-width: 600px;
        width:96%;
		height: auto;
		font-size: 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.dh_logo{
		width: auto;
		height: auto;
		margin: 15px 15px 15px 0px;
		font-size: 24px;
		text-align: center;
		color: white;
	}
	.dh_z_z{
		width: auto;
		height: auto;
		padding: 15px;
		font-size: 20px;
		color: rgb(255, 255, 255);
		text-decoration: none;
		display: inline-block;
	}
    .dh_z_tx{
        width: auto;
        height: 30px;
        margin: 8px;
    }
}
@media screen and (max-width:600px) {
    .dh{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 0px;
        background: darkcyan;
    }
	.dh_z{
		min-width: 310px;
        width:96%;
		height: auto;
		font-size: 0px;
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
	}
	.dh_logo{
		width: 100%;
		height: auto;
		margin: 6px 6px 0px 6px;
		font-size: 20px;
		text-align: center;
		color: white;
	}
	.dh_z_z{
		width: auto;
		height: auto;
		padding: 8px 3px;
		font-size: 16px;
		color: rgb(255, 255, 255);
		text-decoration: none;
		display: inline-block;
	}
    .dh_z_tx{
        width: auto;
        height: 20px;
        margin: 8px;
    }
}
