/* *{
	margin:0;
	padding:0;
	list-style: none;
	font-family: "PingFangSC";
	box-sizing: border-box;
} */
#funct{
	width:100%;
	background:white;
}
#funct .banner{
	width:100%;
}
#funct_ul{
	color: rgba(0, 0, 0, 0.5);
	font-size: 18px;
	margin-bottom: 20px;
}
#funct_ul li{
	color: rgba(0,0,0,0.5);
	width:154px;
	padding:0 0 20px;
	font-size: 24px;
	display: inline-block;
	cursor: pointer;
}
.fli2{
	margin-left:134px;
}
.funborder{
	color: #F82121 !important;
	border-bottom:1px solid #F82121;
}

#funct_div{
	width: 1230px;
	padding:60px 0 30px;
	margin:0 auto;
}
#funct_div a{
    display: inline-block;
    width: 100%;
	height: 100%;
	color: rgb(0, 0, 0);
	text-decoration:none;
}
#funct_div ul{
	color: #616161;
	font-size: 18px;
}
#fun_tf li{
	display: inline-block;
	width:190px;
	height:170px;
	text-align: center;
	margin:0 78px;
	cursor: pointer;
}
#fun_gm{
	display: none;
}
#fun_gm li{
	display: inline-block;
	width:190px;
	height:170px;
	text-align: center;
	margin:0 35px;
	cursor: pointer;
}
#fun_tf li img,
#fun_gm li img{
	margin:40px 0 16px;
}
#funct_div .li1{
	margin-left: 0;
}
#funct_div .li2{
	position: relative;
	margin-right: 0;
}
#funct_div .li2:hover div{
	display: block;
}

#customer{
	width: 100%;
	background:#F6F7F8;
	padding:50px 0;
}
.customer-in{
	color: #000000;
	width: 1230px;
	margin: 0 auto;
}
#customer p{
	color: #000000;
	font-size: 20px;
	margin-bottom: 20px;
}
#customer #cus_table{
	width: 1230px;
}
#customer #cus_table td{
	padding-right: 67px;
	white-space: nowrap;
	text-overflow: ellipsis;
    overflow: hidden;
}
#customer #cus_table td div{
	width:250px;
	height:164px;
	background:white;
	text-align: center;
	padding:30px 22px;
}
#customer .cli1{
	color: #616161;
	font-size: 18px;
	margin-bottom: 12px;
	line-height:1;
}
#customer .cli2{
	color: #F71E1B;
	font-size: 16px;
	margin-bottom: 25px;
}
#customer .cli3{
	color:#B0B0B0;
	font-size: 12px;
	margin-bottom:0;
}

#codes{
	display: none;
	margin:0 auto;
	background: white;
	text-align: center;
	box-shadow: 0 0 12px 0 rgba(86, 86, 86, 0.12);
	-webkit-box-shadow: 0 0 12px 0 rgba(86, 86, 86, 0.12);
	-ms-box-shadow: 0 0 12px 0 rgba(86, 86, 86, 0.12);
	-moz-box-shadow: 0 0 12px 0 rgba(86, 86, 86, 0.12);
	position: absolute;
	top: 140px;
	left: -50px;
	right: 0;
	z-index: 2100;
}
#codes{
	width: 300px;
	padding: 10px;
	border-radius: 8px;
	border:1px solid rgba(86, 86, 86, 0.12);
}
#codes p{
	font-size: 18px;
	text-align: left;
	padding:0 6px 10px;
}
#codes img{
	margin:0 !important;
}
