
.noDate{
    text-align: center;
    color: #999;
    margin: auto;
}

#c_grid-116273709439191 .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

#c_grid-116273709439191>div>.p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}

#c_grid-116273709439191>div>.p_gridCell {
	float: left;
	position: static
}

#c_grid-116273709439191>.p_gridbox.signal {
	min-height: inherit
}

#c_grid-116273709439191>.p_gridbox.signal>.p_gridCell {
	min-height: inherit !important
}

#c_grid-116273709439191 {
	margin-left: auto;
	margin-right: auto;
	width: 100%
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

@media screen and (max-width:768px) {
	#c_grid-116273709439191>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (min-width: 769px) {
	#c_grid-116273709439191>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
	#c_grid-116273709439191>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

#c_grid-116273709439191 {
	position: relative;
	z-index: 2
}

.head {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.head_t {
	background-size: cover;
	background-image: url(/static/cn/img/79738b9a-447d-4492-9eca-ace5e915a380.jpg)
}

.head>div {
	color: white !important;
	margin: auto
}

.head_b {
	background: #002d8d;
	color: white
}

.head_b a {
	color: white
}

.w1280 {
	width: 1280px;
	margin: auto
}

.h_t_f {
	/*display: flex;
  align-items: center;*/
}

.h_t_f>img {
	/*margin-right:35px;
  width:60px;
  height:61px;*/
	display: block
}

.h_t_f>img:first-child {
	margin-bottom: 10px
}

.head_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	line-height: 1.8em;
	height: 170px
}

.head_nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 56px
}

.nav_r {
	display: flex;
	align-items: center
}

.nav>div {
	margin-right: 70px;
	position: relative
}

.nav>div:last-child {
	margin-right: 0px
}

.nav_search {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 50px;
	margin-right: 10px
}

.nav_search input {
	border: none;
	width: calc(100% - 30px);
	background: none;
	color: white;
	display: none
}

.accessibility {
	margin: 0 24px
}

.nav1 {
	height: 56px;
	display: flex;
	align-items: center
}

.nav2 {
	position: absolute;
	width: 100%;
	left: 0;
	background: #0448b5;
	color: white;
	text-align: center;
	width: 250px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	padding: 10px 0;
	display: none
}

.nav2 a {
	padding: 5px 0;
	display: block
}

.phone_menu {
	display: none;
	width: 30px;
	position: relative;
	cursor: pointer
}

.phone_menu span {
	background: #fff;
	height: 2px;
	display: block;
	transition: 0.5s;
	width: 100%;
	position: absolute;
	top: 50%
}

.phone_menu span:first-child {
	transition: 0.5s;
	position: absolute;
	top: 0
}

.phone_menu span:last-child {
	transition: 0.5s;
	position: absolute;
	top: 100%
}

.menu_act span:first-child {
	transition: 0.5s;
	transform: translateY(10px) rotate(45deg)
}

.menu_act span:last-child {
	transition: 0.5s;
	transform: translateY(-10px) rotate(135deg)
}

.menu_act span:nth-child(2) {
	opacity: 0;
	transition: 0.5s
}

@media screen and (max-width: 1280px) {

	.head_top,
	.head_nav {
		max-width: 90%;
		margin: auto
	}

	.h_t_f,
	.h_t_r {
		flex: 0 0 50%
	}

	.h_t_f {
		padding-right: 10%
	}

	.head_top img {
		object-fit: cover;
		width: 100%
	}

	.nav>div {
		margin-right: 3vw
	}

	.nav>div .nav1 {
		font-size: 14px
	}
}

@media screen and (max-width: 768px) {
	.head_top {
		height: 100px;
		padding: 15px 0
	}

	.phone_menu {
		display: block;
		height: 20px
	}

	.nav>div {
		margin-bottom: 20px;
		margin-right: 0
	}

	.nav {
		position: fixed;
		top: 156px;
		width: 100%;
		left: 0;
		height: calc(100% - 60px);
		background: #002d8d;
		padding: 20px 4% 0;
		border-left: 10px solid #eaeaea;
		border-right: 10px solid #eaeaea;
		z-index: 9999;
		display: none
	}

	.nav1 {
		height: inherit;
		display: flex;
		justify-content: space-between
	}

	.nav2 {
		width: 100%;
		position: unset;
		background: #0448b5;
		color: white;
		text-align: left;
		margin-top: 20px;
		box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
		padding: 20px;
		transform: none
	}

	.active {
		display: block
	}

	.bo {
		overflow: hidden
	}

	.xuan:after {
		content: '';
		display: block;
		width: 8px;
		height: 8px;
		background-color: transparent;
		border-right: 2px solid white;
		border-top: 2px solid white;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		transition: all 0.5s
	}

	.xuan_act:after {
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg)
	}
}

@media screen and (max-width:768px) {
	#c_static_001-16420726227420 .e_navigationA-6 .p_level1Box {
		display: block;
		width: 100%
	}

	#c_static_001-16420726227420 .e_navigationA-6 .p_iconBox {
		display: block
	}

	#c_static_001-16420726227420 .e_navigationA-6 .p_navContent {
		display: none;
		padding: 20px;
		height: 100%;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #fbfbfb;
		z-index: 99
	}

	#c_static_001-16420726227420 .e_navigationA-6 .p_navButton {
		display: flex;
		justify-content: flex-end
	}

	#c_static_001-16420726227420 .e_navigationA-6 .p_level2Box,
	#c_static_001-16420726227420 .e_navigationA-6 .p_level3Box {
		padding: 0 0 0 30px;
		background: none
	}

	#c_static_001-16420726227420 .e_navigationA-6 .p_jtIcon {
		float: right;
		transition: 0.5s;
		height: 30px;
		margin-top: 10px
	}

	#c_static_001-16420726227420 .e_navigationA-6 .p_jtHover {
		transition: 0.5s;
		transform: rotate(90deg)
	}

	#c_static_001-16420726227420 .e_navigationA-6 .p_level2Box,
	#c_static_001-16420726227420 .e_navigationA-6 .p_level3Box {
		width: 100%;
		left: 0;
		transform: translateX(0);
		position: inherit;
		border-radius: 0
	}

	#c_static_001-16420726227420 .e_navigationA-6 .p_level1Item {
		border-bottom: 1px solid rgb(0 0 0 / 5%);
		line-height: 50px;
		font-size: 14px
	}

	#c_static_001-16420726227420 .e_navigationA-6 .p_level1Item a,
	#c_static_001-16420726227420 .e_navigationA-6 .p_level2Item a {
		line-height: 50px;
		font-size: 14px;
		padding: 0;
		display: inline;
		text-align: left;
		opacity: 1
	}

	#c_static_001-16420726227420 .s_templatetitle {
		color: #333
	}

	.left_nav>div {
		width: 100% !important
	}

	.left_column {
		display: flex !important;
		width: 100% !important;
		flex-wrap: wrap !important
	}

	.left_column a {
		flex: 0 0 50% !important;
		font-size: 14px !important
	}
}

@media screen and (min-width: 769px) {
	#c_static_001-16420726227420 .e_navigationA-6 .p_jtIcon {
		transform: rotate(90deg);
		display: none
	}

	#c_static_001-16420726227420 .e_navigationA-6 .p_level2Item .p_jtIcon {
		display: none
	}

	#c_static_001-16420726227420 .e_navigationA-6 .p_iconBox {
		display: none
	}
}
