* {
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
.ui-header {
	width: 100%;
	height: 210px;
	position: relative;
	/* overflow: hidden; */
}

.ui-hdimg {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	z-index: 0;
}

.ui-hdtp {
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: auto;
	padding: 18px 0;
}

.ui-hdtp-img {
	width: 617px;
	height: 114px;
	display: block;
}

.ui-hdtpr {}

.ui-hdtpr-h {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	text-align: right;
}
.ui-hdtpr-h a{
	color: #FFFFFF;
}

.ui-hdtprb {
	width: 300px;
	height: 42px;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid #FFFFFF;
	border-radius: 21px 21px 21px 21px;
	display: flex;
	padding: 0 20px;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}

.ui-hdtprb-pt {
	width: 225px;
	background-color: transparent;
	border: none;
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	outline: none;
}

.ui-hdtprb-pt::placeholder {
	color: #FFFFFF;
}
.souBtn {
    width: 32px;
    height: 42px;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn {
    width: 22px;
	height: 22px;
    display: block;
    background: url(../images/sousuo.png) no-repeat center;
    background-size: 100% 100%;
    cursor: pointer;
	outline: none;
	border: none;
}
.ui-hdtprb-img {
	width: 22px;
	height: 22px;
	display: block;
}

.ui-hdtpb {
	width: 100%;
	border-top: 1px solid #024F80;
	position: absolute;
	z-index: 9;
}

.ui-hd-bt-ul {
	width: 1400px;
	display: flex;
	margin: auto;
}

.ui-hd-bt-li {
	width: 149px;
	height: 59px;
	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-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 {
	background: #187ABC;
}

.ui-hd-bt-li-a {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
}

/* 下拉菜单样式 */
.dropbtn {
	/* background-color: #008FCF; */
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #FFFFFF;
	text-decoration: none;
	border: none;
	cursor: pointer;
	width: 149px;
	height: 58px;
	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: 149px;
}

.dropdown-content a {
	color: black;
	text-decoration: none;
	display: block;
	width: 149px;
	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:#187ABC;
	color: #FFFFFF;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #187ABC;
}
@media screen and (max-width: 1400px) {
	body {
	  width: 1400px;
	  overflow-x: hidden;
	}
	.ui-hdtp{
		max-width: 1300px;
	}
	.ui-hd-bt-ul{
		max-width: 1300px;
	}
	.ui-cnt1{
		max-width: 1300px;
	}
	.ui-cnt1l{
		width: 630px !important;
	}
	.ui-cnt1l-li{
		width: 630px;
	}
	.ui-cnt1r{
		width: 640px !important;
	}
	.ui-cnt2{
		max-width: 1300px;
	}
	.ui-cnt3{
		max-width: 1300px;
	}
	.ui-cnt3l{
		width: 640px !important;
	}
	.ui-cnt3r{
		width: 640px !important;
	}
	.ui-cnt4{
		max-width: 1300px;
	}
	.ui-cnt4l{
		width: 640px !important;
	}
	.ui-cnt4r{
		width: 640px !important;
	}
	.ui-cnt5{
		max-width: 1300px;
	}
	.ui-cnt5l{
		width: 640px !important;
	}
	.ui-cnt5r{
		width: 640px !important;
	}
	.ui-cnt6{
		max-width: 1300px;
	}
.ui-cnt6-li{
width: 310px !important;
}
  }