*{
	margin: 0px;
	padding:0px;
	text-decoration:none;
	list-style-type: none;
}
body{
	background: #f9f9fa;
}

.bannner{
	display: flex;
}
.bannner img{
	width: 100%;
}
.width1200{
	width: 1200px;
	margin: 30px auto;
	
}
.ellip{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.content-c{
	width: 1100px !important;
	font-size: 18px;
	padding: 56px 50px;
	position: relative;
	margin-top:30px;
	background: #FFFFFF;
}
.content-c p{
	line-height: 30px;
}
.text{
	text-indent:36px;
}
.content-c img{
	position: absolute;
	top:30px;
	left: 0px;
}
.text-color{
	background: #b18503;
	color: #fff;
	margin-top: 30px;
}
.brand{
	width: 100%;
	border-top: 1px solid #ebe3c9;
}
.brand-c{
	    display: flex;
	    flex-wrap: wrap;
}
.brand-n{
	width:250px;
	border: 1px solid #b18503;
	margin-bottom: 20px;
	display: inline-block;
	margin-right: 50px;
	background: #FFFFFF;
}
.brand-n:hover img{
	width: 160px;
	height: 160px;
}
.brand-n a{
	display: block;
	/* height: 410px; */
}
.brand-img{
	width: 100%;
	height: 170px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.brand-img img{
	width: 150px;
	height: 150px;
}
.introduce{
	border-top: 1px solid #b18503;
	color: #181818;
	font-size: 16px;
	padding: 22px 10px;
}
.footer{
	width: 100%;
	/*height:332px;*/
	background: #181818;
	display: flex;
	align-items: center;
}
.footer-c{
	background: #181818;
}
.footer-c p{
	font-size:14px;
	text-align: center;
	color: #ffffff;
	line-height: 30px;
}
.back{
	width: 100%;
	height: 100%;
	position:fixed;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.5);
	display: none;
}
.popup{
	width: 700px;
	height: auto;
	border-radius: 30px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -280px;
	margin-left: -350px;
	background: #FFFFFF;
	display: none;
	padding-bottom:20px;
}
.popup img{
	width: 200px;
	height: 200px;
}
.popup h3{
	padding: 15px 20px;
	font-size: 17px;
}
.details-c-p{
	padding: 0 20px;
	font-size: 14px;
}
.brandn-img{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 20px 0px;
	
}
.brandn-img p{
	width: 100%;
	font-size: 18px;
	text-align: center;
}
.xa{
	position: absolute;
	width: 50px;
	height: 50px;
	border: 1px solid #B18503;
    border-radius: 50%;
	right: 20px;
	top: 10px;
	cursor:pointer
}
.x{
	position: absolute;
	font-size: 56px;
	right: 1px;
	top: -15px;
	transform:rotate(45deg);
}