* {
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
}

.ui-top {
	width: 1400px;
	height: 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin: auto;

}

.ui-topl {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	display: flex;
}

#DataTime {
	margin-right: 10px;
}

#week {
	margin-right: 10px;
}

#house {
	margin-right: 80px;
}

.ui-topl-h {
	margin-right: 20px;
}

.ui-topr {
	display: flex;
}

.ui-topr-l {
	font-family: Source Han Sans CN;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	margin-right: 20px;
}

.ui-topr-r {
	width: 268px;
	height: 25px;
	background: url("../images/tpSS.png") no-repeat;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ui-topr-r-pt {
	width: 210px;
	outline: none;
	border: none;
	margin-left: 8px;
}

.ui-topr-r-img {
	width: 13px;
	height: 13px;
	display: block;
	margin-right: 14px;
}

.ui-cnt10 {
	width: 1400px;
	height: 149px;
	background: #FFFFFF;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.ui-cnt10-a {
	width: 439px;
	height: 96px;
	display: block;
	margin-right: 20px;
}

.ui-cnt10-a img {
	width: 439px;
	height: 96px;
	display: block;
}

.ui-content-img1 {
	width: 100%;
	height: 766px;
	display: block;
	position: absolute;
	z-index: 0;
	top: 45px;
}

@media screen and (max-width: 1920px) {
	.ui-fixed {
		position: fixed;
		bottom: 30%;
		right: 35px;
		z-index: 9;
	}
}


.ui-fixedl-img1 {
	width: 146px;
	height: 156px;
	display: block;
}

.ui-fixedl-img2 {
	width: 146px;
	height: 156px;
	display: block;
	margin-top: 10px;
}

.ui-content {
	width: 100%;
	height: auto;
	position: relative;
}

.ui-content-img {
	width: 100%;
	height: 3055px;
	display: block;
	position: absolute;
	z-index: 0;
}

.ui-header {
	width: 100%;
	height: 400px;
	position: relative;
	top: 0;
}

.ui-hd-top {
	width: 100%;
	height: 240px;
	/* background-image: url("../images/hdtp1.png"); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.ui-hd-top-min {
	width: 100%;
	margin: auto;
	overflow: hidden;
}

.ui-hd-top-img {
	/* margin-left: 94px; */
	/*margin-top: 71px;*/
	/*margin-bottom: 43px;*/
	display: block;
	width: 100%;
}

.ui-hd-bt {
	width: 100%;
	height: 64px;
	background: #BF001A;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 1;
	margin: auto;
}

.ui-hd-bt-ul {
	width: 1400px;
	display: flex;
	margin: auto;
	justify-content: space-between;
}

.ui-hd-tl {
	position: absolute;
	z-index: 99;
	font-size: 75px;
	font-weight: bold;
	color: #C3C3C3;
	top:30%;
	left: 28%;
	letter-spacing: 22px;
}

.ui-hd-tl-ym{
	position: absolute;
	z-index: 99;
	font-size: 28px;
	font-weight: bold;
	color: #C3C3C3;
	top:55%;
	left: 30%
}

.ui-hd-tl-a{
	position: absolute;
	z-index: 99;
	font-size: 16px;
	color: #C3C3C3;
	top:3%;
	left: 17%;
}

.ui-hd-bt-li {
	width: 240px;
	height: 64px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 300;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.ui-hd-bt-li:hover .ui-hd-bt-li-a {
	background-color: rgba(0, 0, 0, 0.3);
}

.ui-hd-bt-li:last-child::after {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #BF001A;
	position: absolute;
	right: 0;
}

/* .ui-hd-bt-li::after {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0;
} */

.ui-hd-bt-li:hover {
	background: #BF001A;
}

.ui-hd-bt-li-a {
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 155px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 下拉菜单样式 */
.dropbtn {
	background-color: #BF001A;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	cursor: pointer;
	width: 124px;
	height: 64px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 124px;
}

.dropdown-content a {
	color: black;
	text-decoration: none;
	display: block;
	width: 124px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	text-decoration: none;
}

.dropdown-content a:hover {
	background-color: #BF001A;
	color: #FFFFFF;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: rgba(0, 0, 0, 0.3);
}

.ui-footer {
	width: 1400px;
	margin: auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
	border-top: 2px solid #BF001A;
}

.ui-ft-img {
	width: 38px;
	height: 47px;
	display: block;
	margin: 20px auto 20px;
}

.ui-ft-p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 19px;
	text-align: center;
	padding-bottom: 10px;
}

.cur_poin {
	cursor: pointer;
}