*{
    padding: 0;
    margin: 0 auto;
}

a{
	text-decoration: none;
}

.main-all{
	width: 1550px;
}


body{
	width: 100%;
	background-image: url("img/backgroud-img.jpg");
}

.header img{
	min-width: 1000px;
	width: 1550px;
	display: inherit;
}

.main{
	width: 980px;
	margin: 0 auto;
}
.content-wrap{
	display: flex;
	width: 70%;
	
}

.content-wrap a{
	font-size: 17px;
}
.content-1{
	background-color: rgb(241, 200, 18);
	float: left;
	width: 170px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	padding-left: 0.5px;
}

.content-2{
	background-color: rgb(241, 200, 18);
	float: left;
	width: 160px;
	height: 50px;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}

.content-1:hover{
	background-color:red;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.content-2:hover{
	background-color:red;
	border: 2px solid #fff;
	box-sizing: border-box;
}

.main-jinbi{
	width: 410px;
	height: 60px;
	display: flex;
	padding-top: 10px;
}

.main-jinbi>img{	
	width: 60px;
	height: 60px;
}

.main-jinbi-content-1{
	text-align: center;
	color: rgb(7, 23, 248);
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 20px;
}
.main-jinbi-content-2{
	text-align: center;
	color: red;
	padding-top: 5px;
}


.jieshao ul li{
	font-weight:bold;
	line-height: 35px;
}

.jieshao ul{
	padding-bottom: 50px;
}

.zhuangbei{
	width: 100%;
	display: flex;
	padding-bottom: 50px;
}

.strong{
	display: flex;
	padding-bottom: 15px;
	font-weight: 800;
	
}

.zhuangbei img{
	width: 270px;
}

.neigua{
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: blue;
}

.doudou{
	margin-bottom: 25px;
}

.zhuangbei1{
	color: blueviolet;
	font-size: 25px;
	font-weight: 800;
}

.zhuangbei2{
	display: flex;
	width: 80vh;
	justify-content: center;
	align-items: center;
}

.waig{
	display: flex;
	padding-top: 25px;
	justify-content: space-around;
}

.waig img{
	width: 20vh;

}


