*{
	margin:0px;
	padding:0px;
	list-style: none;
	background-position:center;
	background-size: cover;
	background-repeat: no-repeat;
}
body{
	color: #333;
	font-size: 16px;
	line-height: 34px;
}
[v-cloak]{
	display: none;
}
.banner{
	width: 100%;
	height: 500px;
	background-image: url(img/pcbanner.png);
}

.content{
	width: 98%;
	max-width: 1180px;
	margin:0px auto;
}
.title{
	text-align: center;
	background-image: url(img/title.png);
	background-size: 360px;
	background-position: center 74px;
	font-size:28px;
	color: #1449a9;
	padding:60px 0px 40px 0px;
}

.des{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.des-img{
	width: 536px;
	height:256px;
	border-radius: 5px;
	background-image: url(img/live.png);
	cursor:pointer;
}
.des-txt{
	text-indent: 2em;
	width: 610px;
}

.imgs-content1{
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.imgs-item1{
	width: 33%;
	max-width:380px;
	height: 256px;
	border-radius: 5px;
}
.img-item4{
	width: 49%;
	max-width: 590px;
	height: 382px;
	border-radius: 5px;
}
.imgs-content2{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	max-width: 580px;
	width: 49%;
	height: 382px;
}
.img-item5{
	width: 49%;
	height: 186px;
	border-radius: 5px;
}

.newproduct{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newproduct-img{
	width: 49%;
	max-width: 562px;
	height: 216px;
	border-radius: 5px;
}
.newproduct-txt{
	width: 100%;
	margin-top: 10px;
    text-indent: 2em;
}

.user>li{
	display: flex;
	justify-content: space-between;
	margin-top: 24px;
}
.user-img{
	width: 406px;
	height: 206px;
	border-radius: 5px;
}
.user-txt{
	width: 740px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	cursor:pointer;
}
.user-txt>p{
	width: 100%;
}
.user-title{
	font-size: 20px;
	line-height: 40px;
}
.user-des{
	color: #444;
}
.user-txt:hover .user-des{
	text-decoration: underline;
}

.contact{
	display: flex;
	justify-content: space-between;
	font-size: 22px;
	padding-bottom: 54px;
}