.ui-header{
	width: 100%;
}
.ui-hdtp{
	width: 100%;
	height: 160px;
	background: url(../images/hdbg.png) no-repeat;
	background-size: 100% 100%;
}
.ui-hdtp-min{
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: auto;
}
.ui-hdtp-img{
	width: 411px;
	height: 101px;
	display: block;
	margin-top: 35px;
}
.ui-hdr{
	width: 446px;
	height: 160px;
}
.ui-nav{
	width: 100%;
	height: 46px;
	background-color: #DD342F;
}
.ui-nav-ul{
	list-style-type: none;
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.ui-nav-li{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding: 12px 25px;
}
.ui-nav-li a{
	text-decoration: none;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.ui-nav-li:hover{
	background-color: #B81713;
}
.ui-footer{
	width: 100%;
	height: 160px;
	background-color: #E4E4E4;
}
.ui-ft-min{
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.ui-ftl{
	margin-top: 40px;
	position: relative;
}
.ui-ftl-img{
	width: 18px;
	height: 20px;
	position: absolute;
	top: 37px;
	left: 215px;
}
.ui-ftl-p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
}
.ui-ft-img{
	width: 113px;
	height: 117px;
	margin-top: 22px;
}
#searchBtn {
	cursor:pointer;
}