/* pc header */
.header_top>.container_1440{
	display: flex;
	justify-content: space-between;
	padding: 25px 10px 25px 0;
}

#header_logo {
	height: 60px;
}
#header_logo img{
	height: 100%;
}

.header_top>.container_1440>div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_search {
	width: 430px;
	height: 32px;
	box-shadow: inset 1px 3px 7px 0px rgba(0, 0, 0, 0.06);
	border-radius: 16px;
	display: flex;
	justify-content: space-between;
	margin-right: 30px;
	border:2px solid #c9c9c9;
}

.header_search>input{
	width: 81.4%;
	padding: 3px 10px;
	border: 0;
	outline: none;
	font-size: 16px;
	background-color: rgba(0, 0, 0, 0);
}

.header_search>button{
	width:18.6%;
	height: 100%;
	background-color: #0054ac;
	border-radius: 16px;
}

.header_search>button>img{
	width:20px;
	height: auto;
	border: 0;
	outline: none;
}

.header_top>.container_1440>div>a>img{
	height: 32px;
}

.header_bottom{
	background-color: #0054ac;
	width: 100%;
	z-index: 999999;
	left: 0;
	top: 0;
}

.header_options{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_options>li{
	position:relative;
}
.header_options>li>a {
	display: block;
	color: #fff;
	font-size: 18px;
	height: 75px;
	line-height: 65px;
	padding:5px 10px;
	font-weight: bold;
	transition: all 300ms;
}
#act_page,
.header_options>li>a:hover{
	background-color: #f5b247;
}

.header_options>.line_icon{
	border-right: 1px solid rgba(188,188,188,0.7);
	height: 25px;
}

.header_options>.line_icon:last-child{
	display:none;
}

.header_suboptions{
	position: absolute;
	top: 100%;
	width: 162%;
	left: -31%;
    background-color: rgba(255, 255, 255, 0.9);
	border-radius: 7px;
	overflow: hidden;
	display: none;
	z-index: 99;
	box-shadow: 0px 0px 8px 1px rgba(85, 86, 86, 0.35);
}
.header_suboptions>li{
	width: 100%;
}
.header_suboptions a{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 5px;
	transition: all 200ms;
}
#act_sub_page,
.header_suboptions a:hover{
	background-color: rgba(245,178,71,0.9);
	color: #fff;
}


@media (max-width:1440px){
    .header_top>.container_1440{
        padding: 20px 10px 20px 0;
    }
    .header_options>li>a{
        height: 71px;
        line-height: 63px;
    }
}
@media (max-width:1200px){
	.pc_header{
		display: none;
	}   
	.sp_header_search{
		background-color: #0054ac;
		padding: 15px 20px;
	}
	.header_search{
		margin: 0;
		width: 100%;
		background-color: #fff;
	}
}


/* phone header */
.m_header {
	display: none;
}

@media (max-width: 1199px) {
	.m_header {
		display: block;
		position: relative;
		height: 50px;
		left: 0;
		top: 0
	}

	.sp_header {
		height: 50px;
		overflow: hidden;
		background: #fff;
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 0;
		z-index: 999999;
		box-shadow: 1px 3px 7px 0px rgba(0, 0, 0, 0.16);
	}

	.sp_logo {
		padding: 10px;
		float: left;
		height: 50px
	}

	.sp_logo img {
		margin: auto;
		max-height: 30px
	}

	.sp_nav {
		width: 50px;
		float: right;
		position: relative;
		cursor: pointer;
		height: 30px;
		margin-top: 15px;
	}

	.sp_nav span {
		display: block;
		background: #0054ac;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}

	.sp_nav span:nth-of-type(1) {
		top: 0px
	}

	.sp_nav span:nth-of-type(2) {
		top: 10px
	}

	.sp_nav span:nth-of-type(3) {
		top: 20px
	}

	.sp_nav_se span:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg)
	}

	.sp_nav_se span:nth-of-type(2) {
		width: 0
	}

	.sp_nav_se span:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg)
	}

	.sjj_nav {
		position: fixed;
		z-index: 9;
		background: #ffffff;
		width: 100%;
		height: calc(100% - 50px);
		font-size: 14px;
		line-height: 40px;
		top: -100%;
		left: 0;
		overflow: auto;
		overflow-x: hidden;
		transition: top ease 0.35s;
	}

	.nav_show {
		top: 50px;
		z-index: 999999;
	}

	.sjj_nav>ul>li:first-child {
		overflow: hidden;
		border-top: 0
	}

	.sjj_nav>ul>li:first-child>a {
		float: left;
		width: calc(100% - 70px);
	}

	.sjj_nav>ul>li:first-child .language {
		float: right;
		width: 70px;
		overflow: hidden;
		line-height: 30px;
		margin-top: 5px
	}

	.sjj_nav>ul>li:first-child .language a {
		width: 35px;
		float: left;
		border-left: 1px #ddd solid;
		text-align: center;
		color: #999
	}

	.sjj_nav ul li i {
		position: absolute;
		top: 5px;
		right: 0px;
		border-left: 1px #ddd solid;
		height: 30px;
		padding: 0px 7px 0 7px
	}

	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}

	.sjj_nav ul li .sjj_nav_i_se svg {
		transform: rotate(0deg)
	}

	.sjj_nav ul li {
		border-top: 1px #ddd solid;
		margin: 0 20px;
		position: relative;
		line-height: 40px;
		font-size: 14px
	}

	.sjj_nav>ul>li:last-child {
		border-bottom: 1px #ddd solid
	}

	.sjj_nav ul li ul {
		display: none
	}

	.sjj_nav ul li a {
		color: #666;
		width: 100%;
		display: block
	}

	.sjj_nav ul li ul li a {
		color: #999;
		display: block;
		text-align: left
	}

	.sjj_nav ul li i svg {
		width: 20px;
		height: 20px;
		fill: #555
	}

	.sjj_nav ul li .sjj_nav_i_se svg {
		fill: #f5b247
	}

	.sjj_nav ul li ul li>ul {
		margin-left: 10px
	}
}