*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	border: 0px;
}
img{
	border: 0px;
}
area {
	border: 0px;
	outline: none;
}
.header .focusBox { position: absolute; width: 100%; overflow: hidden; text-align: left; background: white; z-index: -1;}
.header .focusBox .pic img {  display: block; text-align: center; margin: 0 auto;}
.header{
	height: 355px;
	position: relative;
}
.banner{
	height: 100%;
}
.hedtxt{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
}
.biaot{
	margin-top: 14px;
}
.biaot p{
	color: #ca0202;
}
.chatxt{
	font-size: 41px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
	font-weight: 700;
	/* text-align: center; */
	line-height: 43px;
	letter-spacing: 1.62px;
}
.engtxt{
	font-size: 20px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	font-weight: 400;
	line-height: 43px;
	letter-spacing: 1.01px;
}
.daohang{
	display: flex;
	width: 1200px;
	height: 60px;
	background: #004098;
	border-radius: 6px;
	margin-top: 64px;
	padding: 0 30px;
	justify-content: space-between;
}
.menuItem{
	/* width: 989px; */
	/* margin-left: 55px; */
	line-height: 60px;
	display: flex;
	/* justify-content: space-between; */
}
.menuItemA{
	margin-left:54px;
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #ffffff;
} 
.menuItemA:hover{
	font-weight: 700;
}
.hdactive{
	font-weight: 700;
}
.menuItem ul{
	display: none;
	position: absolute;
	top: 51px;
	left: -19px;
	z-index: 1;
	padding-bottom: 10px;
	background: #015293;
}
.menuItem:hover ul{
	display: block;	
}
.menuItem ul li{
	height: 25px;
	line-height: 25px;
	width: 100px;
	text-align: center;
}
.menuItem ul li a{
	font-size: 16px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #ffffff;
	display: block;
	margin-top:10px;
	width: 100%;
	height: 100%;
}
.menuItem ul li a:hover{
	font-weight: 700;
}

