.customer-manage {
	width: 100%;
    margin-top: 76px;
}
.banner-box {
    position: relative;
}
.manage-banner {
	width:100% ;
    display: block;
    width: 100%;
}
.block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 36px;
}
.banner-detail-txt {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}
.banner-btitle {
    margin-bottom: 30px;
}
.banner-stitle {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 38px;
}
.customer-fun {
    width: 1200px;
    margin: 90px auto 96px;
    overflow: hidden;
}
.path {
	padding-top: 30px;
	width: 1200px;
	margin: 0 auto;
}
.path p {
	color: #6c6c6c;
	font-weight: 400;
	font-size:16px;
}
.help-content {
	width: 1200px;
    margin: 30px auto 96px;
    overflow: hidden;
}
.content-left {
	width: 230px;
	float: left;
}
.content-right {
	margin-left: 30px;
	width: 940px;
	float: left;
}
/* .menu {
	color: #6c6c6c;
	font-weight: 400;
	font-size:16px;
	cursor: pointer;
	font-family:微软雅黑;
	line-height: 35px;
} */
.menu1 {
	color: #6c6c6c;
	font-weight: 400;
	font-size:16px;
	cursor: pointer;
	font-family:微软雅黑;
	line-height: 35px;
}
.menu2 {
	color: #6c6c6c;
	font-weight: 400;
	font-size:16px;
	cursor: pointer;
	font-family:微软雅黑;
	line-height: 35px;
	margin-left:16px; 
}
.menu-title {
	color: #6c6c6c;
	font-weight: 400;
	font-size:16px;
	font-family:微软雅黑;
	line-height: 35px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-left:41px; 
}
.title {
	color: #000;
	font-weight: 400;
	font-size:24px;
	line-height: 35px;
}
/*banner块样式*/
.block {
	width: 1200px;
    height: 420px;
    font-size: 36px;
    margin: 0 auto;
}
.block-left{
	float: left;
	width: 49%;
	height: 100%;
}
.block-right{
	float: left;
	width: 49%;
	height: 100%;
}
.block-right img{
	margin-top: 54px;
}
.left-f {
	position: absolute;
	top: 50%;
    left: 22%;
    transform: translate(-50%,-50%);
    color: #fff;
	font-weight: 30px;
}
.left-f-s {
	width: 450px;
}
.left-f-x {
	margin-top: 40px;
	width: 450px;
}
.sear {
	display: inline-block;
	text-indent: 60px;
	width: 300px;
	height: 50px;
	border-radius: 30px;
	border: 1px solid #d0d0d0;
	font-size: 16px;
	color: #000;
	background-color: #fff;
}
.sear::-webkit-input-placeholder{
  color:#d0d0d0;
}
.sear::-moz-placeholder{   /* Mozilla Firefox 19+ */
  color:#d0d0d0;
}
.sear:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  color:#d0d0d0;
}
.sear:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  color:#d0d0d0;
}
.sear1 {
	width: 76%;
	float: left;
}
.sear1 i{
	font-size: 20px;
    position: relative;
    left: 40px;
    top: 0px;
    color: #d0d0d0;
}
.sear2 {
	width: 20%;
	float: left;
	height: 50px;
	text-align: center;
	background-color: #0252CC;
	border-radius: 30px;
	cursor: pointer;
}
.sear2 p{
 	color: #fff;
 	line-height: 50px;
	font-size: 16px;
}