.cus_map{
	width: 1200px;
	min-height: 200px;
	margin: 0 auto;
}

.cus_map_nav{
	width: 100%;
	height: 46px;
	display: flex;
	align-items: center;
}

.cus_map_hover:hover{
	cursor: pointer;
	color: #fb368e;
}

.cus_map_section{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.cus_map_left{
	width: 934px;
	padding: 16px;
	background-color: #f5f5f5;
}
.cus_map_leftbox{
	width: 100%;
	background-color: #FFFFFF;
}
.cus_map_right{
	width: 250px;
}

.cus_map_left_item{
	width: 100%;
	padding: 14px;
}

.cus_map_left_item_title{
	font-size: 22px;
	color: #fb368e;
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
	position: relative;
}
.cus_map_left_item_title::after{
	content: '';
	width: 10%;
	height: 2px;
	background-color: #FB368E;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
}

.cus_map_left_itembox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 14px;
}

.cus_map_left_itembox>p{
	margin-right: 20px;
	font-size: 14px;
	color: #999999;
	cursor: pointer;
	margin-bottom: 6px;
}

.cus_map_left_itembox>p:hover{
	color: #FB368E;
}

.cus_map_left_itembox_other{
	width: 100%;
	margin-top: 14px;
}
.cus_map_left_item_other_item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.cus_map_left_item_other_item>p{
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #1A1A1A;
	background-color: #e1e1e1;
	font-weight: bold;
}
.cus_map_left_item_other_item>div{
	width: 764px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.map_left_item{
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999999;
	cursor: pointer;
	margin-right: 20px;
	margin-bottom: 6px;
}
.map_left_item:hover{
	color: #FB368E;
}
.map_left_title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #f2f2f2;
}
.map_left_title>p:first-child::after{
	content: '';
	width: 100%!important;
}
.map_left_title>p:last-child{
	padding: 2px 10px;
	border: 1px solid #111111;
	cursor: pointer;
}
.map_left_title>p:last-child:hover{
	color: #FB368E;
	border: 1px solid #FB368E;
}

.cus_map_right_item{
	width: 100%;
	padding: 16px;
	border-radius: 3px;
	box-shadow: 2px 2px 12px rgba(0,0,0,0.12);
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 12px;
	cursor: pointer;
}
.cus_map_right_item>img{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 12px;
}
.cus_map_right_item>p{
	font-size: 22px;
	color: #111111;
}


/* 专利 */
.patent_cus_head{
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.patent_cus_head>img:first-child{
	width: 984px;
	height: 131px;
	margin-bottom: 50px;
}
.patent_cus_head>img:last-child{
	width: 965px;
	height: 472px;
}
.patent_tablebox{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}
.patent_table{
	width: 1200px;
	min-height: 50px;
	border-collapse: collapse;
}

.patent_table td{
	width: 196px;
	height: 50px;
	line-height: 50px;
	border: 1px dashed #777777;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.patent_table td:hover{
	color: #FB368E;
	font-weight: bold;
}
.patent_top{
	border-top: none!important;
}
.patent_left{
	border-left: none!important;
}
.patent_right{
	border-right: none!important;
}
.patent_bottom{
	border-bottom: none!important;
}

.patent_postion{
	width: 196px;
	height: 260px;
	background-image: url(/patent/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 34px;
	left: 0;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.patent_postion>img{
	width: 170px;
	height: 222px;
	margin-top: 10px;
}