*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
@media screen and (max-width: 1400px) {
    html {
        width: 1400px;
    }
}
.ui-hd-tp-img{
	width: 717px;
	height: 259px;
	display: block;
	margin: 30px auto 0;
}
.ui-header{
	width: 100%;
	background: url("../images/hdbg2.png") no-repeat;
	background-size: 100% 460px;
	background-position: center 0px; 
	
}
.u-hdtp{
	width: 1198px;
	height: 460px;
	padding: 30px 0;
	box-sizing: border-box;
	margin: auto;
	/* background: url("../images/hdbg2.png") no-repeat;
	background-size: 100% 100%; */
}
.u-hdtp1{
	width: 1198px;
	display: flex;
	justify-content: space-between;
}
.u-hdtpl{
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}
.u-hdtpr {
	width: 360px;
	height: 35px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	background: url("../images/ig2hd1.png") no-repeat;
	background-size: 100% 100%;
}
.u-hdtpr-img {
	width: 18px;
	height: 18px;
	display: block;
	margin-left: 10px;
}
*{
	padding: 0;
	margin: 0;
}
.u-hdtprl {
	width: 255px;
	height: 35px;
	/* background-color: rgba(255, 255, 255, 0.5); */
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: flex;
	align-items: center;
	padding: 0 7px;
	box-sizing: border-box;
}
.u-hdtprl-img{
	width: 18px;
	height: 18px;
	display: block;
	margin-right: 5px;
}
.u-hdtprl-pt {
	width: 300px;
	outline: none;
	border: none;
	background-color: transparent;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #fff;
}
.u-hdtprl-pt::placeholder {
	color: #fff;
}

.u-hdtprr {
	width: 76px;
	height: 35px;
	/* background-color: #AE000D; */
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.u-hdtpr-img {
	width: 18px;
	height: 18px;
	display: block;
	margin-left: 10px;
}
.ui-hdtpb {
	width: 100%;
	height: 60px;
	/* border-top: 1px solid #024F80; */
	position: relative;
	z-index: 9;
	background-color: #BF001A;
}

.ui-hd-bt-ul {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.ui-hd-bt-li {
	/* width: 180px; */
	height: 60px;
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.ui-hd-bt-li1 .ui-hd-bt-li-a{
	/* background: #AD0000; */
	color: #FFC975;
	font-weight: bold;
	/* background: url("../images/nv1.png") no-repeat;
	background-size: 180px 60px; */
}
/* .ui-hd-bt-li:last-child::after {
	content: "";
	width: 1px;
	height: 30px;
	background-color: #008FCF;
	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 .ui-hd-bt-li-a{
	/* background: url("../images/nv1.png") no-repeat;
	background-size: 180px 60px; */
	color: #FFC975!important;
	font-weight: bold;
}

/* .ui-hd-bt-li:hover>.ui-hd-bt-li-a {
	color: #fff;
} */

.ui-hd-bt-li-a {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 下拉菜单样式 */
.dropbtn {
	/* background-color: #008FCF; */
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
	border: none;
	cursor: pointer;
	width: 233px;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;

}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #AD0000;
	min-width: 149px;
}

.dropdown-content a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 233px;
	height: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	text-decoration: none;
	border-bottom: 1px solid #FF7979;
}

.dropdown-content a:hover {
	background-color: #ff7070;
	color: #FFFFFF;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #AD0000;
	color: #fff;
	border-bottom: 1px #FF7979 solid;
}
.ui-footer {
	width: 100%;
	height: 191px;
	background: #910000;
	overflow: hidden;
}

.ui-ft-tp {
	width: 1400px;
	margin:20px auto 25px;
	display: flex;
	align-items: center;
}

.ui-ft-tp-h {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 20px;
}

.ui-ft-sel {
	width: 313px;
	height: 45px;
	background-color: rgba(255, 255, 255, 0.5);
	outline: none;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("../images/ft1.png");
	background-repeat: no-repeat;
	background-size: 22px 13px;
	background-position: 95% center;
	padding:0 20px;
	box-sizing: border-box;
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 20px;
}
.ui-ft-sel option{
	color: #333333;
}
.ui-ft-sel:last-child{
	margin-right: 0;
}
.ui-line{
	width: 100%;
	height: 1px;
	background-color: #D96676;
}
.ui-ftb{
	width: 1200px;
	margin:20px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ui-ftbl{
	
}
.ui-ftbl p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 19px;
	padding: 10px 0;
}
.ui-ftbr{
	display: flex;
}
.ui-ftbr-li{
	margin-left: 60px;
}
.ui-ftbr-li img {
	width: 117px;
	height: 117px;
	display: block;
	margin: auto;
}
.ui-ftbr-li p{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 45px;
	text-align: center;
}
@media only screen and (max-width: 750px){
	.ui-header {
		width: 100%;
		background: url(../images/hdbg2.png) no-repeat;
		background-size: 100% auto!important;
		background-position: center 0px;
	}
	.u-hdtp {
		height: 333px !important;
	}
}
/* 13 Pro/12 Pro */
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
	.ui-header {
		width: 100%;
		background: url(../images/hdbg2.png) no-repeat;
		background-size: 100% auto!important;
		background-position: center 0px;
	}
	.u-hdtp {
		height: 333px !important;
	}
}

/*  13 Pro Max/12 Pro Max */
@media only screen and (device-width: 428px) and (device-height: 926px) and (-webkit-device-pixel-ratio: 3) {
	.ui-header {
		width: 100%;
		background: url(../images/hdbg2.png) no-repeat;
		background-size: 100% auto!important;
		background-position: center 0px;
	}
	.u-hdtp {
		height: 333px !important;
	}
}

/* iPhone 13 和 iPhone 13 专业版 */
@media only screen and (device-width: 390px) and (device-height: 844px) and (-webkit-device-pixel-ratio: 3) {
	.ui-header {
		width: 100%;
		background: url(../images/hdbg2.png) no-repeat;
		background-size: 100% auto !important;
		background-position: center 0px;
	}

	.u-hdtp {
		height: 333px !important;
	}
}

/* iPhoneXR/iPhone11 */
@media only screen and (device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2) {
	.ui-header {
		width: 100%;
		background: url(../images/hdbg2.png) no-repeat;
		background-size: 100% auto !important;
		background-position: center 0px;
	}

	.u-hdtp {
		height: 333px !important;
	}
}

/*苹果样式6.7.8*/

@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
	.ui-header {
		width: 100%;
		background: url(../images/hdbg2.png) no-repeat;
		background-size: 100% auto !important;
		background-position: center 0px;
	}

	.u-hdtp {
		height: 333px !important;
	}
}