.yx_Header {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transition: all 0.6s;
	z-index: 99;
	min-height: 70px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
}

.yx_Header .yx_Width {
	max-width: none;
}

.yx_NP_Logo:before {
	display: none !important;
}

.pc_tel {
	font-size: var(--yx_FS16);
	color: var(--yx_Color) !important;
	font-weight: bold;
	width: 300px;
	text-align: right;
	justify-content: flex-end;
}

.pc_tel .yx_icon {
	font-size: var(--yx_FS18);
	color: var(--yx_Color);
	margin-right: var(--yx_FS16);
}

.yx_NP_Right a {
	display: flex;
	align-items: center;
	font-size: var(--yx_FS16);
	color: #666666;
}

.yx_NP_Right a img {
	margin-right: 12px;
	width: var(--yx_FS22);
	height: auto;
}

.yx_SearchBtn {
	color: #333333;
}

.yx_NavYj {
	position: relative;
	width: auto;
}

.yx_NP_Logo {
	width: 16%;
	max-width: 180px !important;
	display: block;
	position: relative;
	overflow: hidden;
}

.yx_NP_Logo img:nth-child(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
		opacity: 0;
	transform: translateY(-100%);
}

.yx_NP_Logo img {
	width: 100%;
	transition: all 0.6s;
	filter: none !important;
}

.yx_H_Active .yx_NP_Logo img:nth-child(1) {
	transform: translateY(0%) !important;
	opacity: 1 !important;
}

.yx_H_Active .yx_NP_Logo img:nth-child(2) {
	transform: translateY(100%) !important;
	transition: all 0.6s;
	opacity: 0 !important;
}

.yx_NP_Left {
	width: 78%;
}

.yx_NP_Left .yx_Nav {
	display: flex;
	width: 100%;
	justify-content: flex-end;
}

.yx_NPR_List .yx_icon {
	font-size: var(--yx_FS16);
	display: inline-block;
	color: #fff;
}

.yx_NPR_List p {
	font-size: 14px;
}

.yx_NPR_Tit {
	display: flex;
	border-radius: 50%;
	background: var(--yx_Color);
	color: var(--yx_Color);
	width: var(--yx_FS42);
	height: var(--yx_FS42);
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
	cursor: pointer;
}

.yx_YyBtn {
	margin-right: var(--yx_FS24);
	position: relative;
}

.yx_YyBtn .yx_NPR_Tit {
	background: var(--yx_Color) !important;
}

.yx_H_Active {
	width: 100% !important;
	top: 0 !important;
	left: 0 !important;
	background: #fff;
	box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 0px !important;
}



.yx_LaBox {
	position: relative;
	border-left: 1px solid #f5f5f5;
	border-right: 1px solid #f5f5f5;
}

.yx_Nav {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.yx_N_Pc .yx_NavTit {
	font-size: var(--yx_FS16);
	color: #fff;
	text-transform: uppercase;
	line-height: 90px;
	transition: all 0.6s;
	display: block;
	position: relative;
	text-align: center;
	overflow: hidden;
	padding: 0 1.6vw;
}

.yx_N_Pc .yx_NavTit:after {
	content: '';
	display: block;
	width: 0;
	height: 3px;
	background: var(--yx_Color);
	position: absolute;
	transition: all 0.6s;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.yx_NavYj:hover .yx_NavTit {
	color:var(--yx_Color) !important;
}

.yx_N_Pc .yx_NavYj:hover .yx_NavTit:after {
	width: 60% !important;
}

.yx_N_Pc .yx_NavEj {
	position: absolute;
	width: 160px;
	z-index: -2;
	opacity: 0;
	left: 50%;
	max-height: 0px;
	overflow: hidden;
	visibility: hidden;
	transform: translateX(-50%);
	transition: all 0.6s;
}

.yx_NavEjBox:before {
	content: '';
	display: none;
	width: 0;
	height: 0;
	left: 50%;
	transform: translateX(-50%);
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
	position: absolute;
	top: -6px;
}

.yx_NavEjBox {
	border-radius: 0px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	background: rgba(0, 0, 0, 0.5);
	position: relative;
	padding: 10px 10px;
}

.yx_N_Pc .yx_NavEjBox a {
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 200%;
	padding: 6px 0;
	text-align: center;
	display: inline-block;
	transition: all 0.6s;
}

.yx_N_Pc .yx_NavEjBox a:hover {
	color: var(--yx_Color);
}

.yx_N_Pc .yx_Active {
	visibility: visible !important;
	max-height: 3000px !important;
	opacity: 1 !important;
	z-index: 9 !important;
}

.yx_NavBtn {
	display: none;
}

.yx_LaCon {
	position: absolute;
	width: 100%;
	left: 0;
	max-height: 0;
	overflow: hidden;
	background: #314f6b;
	border-top: none !important;
	text-align: center;
	top: 100%;
	border-radius: 30px;
	opacity: 1;
	transition: all 0.6s;
}

.yx_YyBtn:hover .yx_LaCon {
	max-height: 200px !important;
	opacity: 1;
	padding: 18px 0 10px;
}

.yx_LaCon a {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.z_words {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: var(--yx_Color);
    white-space: nowrap;
    width: 300px;
    text-align: center;
    position: relative;
    color: #fff;
    height: 88px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.z_words a{
	font-size: var(--yx_FS22);
	color: #fff;
	font-weight: bold;
}
.z_header .z_words a span{
	font-size: var(--yx_FS16) !important;
	font-weight: normal;
}
@media only screen and (min-width:1201px) {
	.yx_N_Pc {
		display: block;
		margin: 0 auto;
	}

	.yx_NP_Box {
		display: flex;
		    align-items: center;
		    justify-content: space-between;
		    padding: 0 0 0 10px;
		    width: 98%;
		    max-width: 1920px;
		    margin: 0 0 0 auto;
	}

	.yx_N_Mo {
		display: none;
	}

	.yx_NavCn {
		transition: all 0.6s;
	}

	.yx_NavYj:hover .yx_NavCn {
		opacity: 0;
	}

	.yx_NavYj:hover .yx_NavEn {
		top: 0;
	}

	.yx_Header .box {
		overflow: hidden;
	}

	.yx_NavEn {
		font-size: 16px;
		color: var(--yx_Color);
		line-height: 100px;
		width: 100%;
		transition: all 0.6s;
		display: block;
		left: 50%;
		transform: translateX(-50%);
		position: absolute;
		top: 100%;
		text-align: center;
	}
}

@media only screen and (max-width:1450px) {
	.yx_NavTit {
		font-size: 15px !important;
		padding: 0 !important;
	}

	.yx_NavYj {
		flex: 1;
	}

	.pc_tel {
		width: 250px;
	}

	.yx_N_Pc .yx_NavTit {
		line-height: 85px;
	}
}
@media only screen and (min-width:1201px){
	.yx_H_Active .yx_NavTit {
		color: #222 !important;
	}
}
@media only screen and (max-width:1200px) {
	.yx_N_Pc .yx_NP_Left {
		display: none !important;
	}

	.pc_tel {
		justify-content: left;
	}

	#c_static_001_P_7874-16671394279480,
	#c_static_001_P_7874-16671457043230 {
		margin-top: 70px !important;
	}
	.z_words{
		width: 240px;
		padding: 8px 0;
		border-radius: 36px;
		margin-right: 30px;
		font-size: 16px;
		height: auto !important;
	}
	
	.yx_NP_Logo {
		width: 120px;
	}

	.yx_SearchBtn {
		margin-right: 16px;
	}

	.yx_NavBtn {
		display: block !important;
	}

	.yx_NP_Box {
		width: 96%;
		margin: 0 auto;
		padding: 0px;
		height: 70px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.yx_NPR_List {
		background: transparent !important;
		border-width: 0px;
		width: auto;
	}

	.yx_NPR_Tit {
		width: 36px;
		height: 36px;
	}

	.yx_NavBtnCon {
		position: relative;
		width: 28px;
		height: 20px;
		display: block !important;
	}

	.yx_NavBtn span {
		position: absolute;
		right: 0;
		width: 100%;
		height: 2px;
		background: #fff !important;
		transition: all 0.6s ease;
	}

	.yx_H_Active .yx_NavBtn span {
		background: #222 !important;
	}

	.yx_NavBtn .yx_NB_Line {
		width: 22px;
		top: 50%;
		background: var(--yx_Color) !important;
		transform: translateY(-50%);
	}

	.yx_NB_Line_Bottom {
		bottom: 0;
		top: auto;
	}

	.yx_NPR_Tit p {
		display: none;
	}

	.yx_NPR_Tit .yx_iconfont {
		font-size: 18px;
		color: var(--yx_Color);
	}

	.yx_N_Mo {
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.95);
		top: 0;
		left: 100%;
		transition: all 0.8s;
		overflow-x: hidden;
		overflow-y: auto;
	}

	.yx_N_Mo.yx_Ncon_Active {
		left: 0 !important;
	}

	.yx_N_MoClose {
		display: block;
		width: 50px;
		line-height: 50px;
		text-align: initial;
		font-size: 30px;
		text-align: center;
		color: #fff;
		/* background: #fff; */
		margin: 0 0 var(--yx_FS36) auto;
	}

	.yx_N_Mo .yx_YjTit {
		line-height: 60px;
		width: 100%;
		text-align: left;
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
		padding: 0 0 0 20px;
		display: block;
		font-size: 14px;
		color: #fff;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.yx_N_Mo .yx_YjTit a{
		color: #fff;
	}
	.yx_NavTit{
		color: #fff !important;
	}
	.yx_N_Mo .yx_YjTit .iconfont {
		font-size: 22px;
		color: rgba(255, 255, 255, 0.8);
		width: 60px;
		height: 60px;
		display: block;
		line-height: 60px;
		text-align: center;
		transform: rotate(90deg);
		transition: all 0.6s ease;
	}

	.yx_Nav_Active .yx_NB_Line {
		transform: translate(100px, -50%);
		transition: all 0.6s ease;
	}

	.yx_Nav_Active .yx_NB_Line_Top {
		transform: rotate(45deg);
		top: 8px;
		transition: all 0.6s ease;
	}

	.yx_Nav_Active .yx_NB_Line_Bottom {
		transform: rotate(-45deg);
		bottom: 10px;
		transition: all 0.6s ease;
	}

	.yx_EjTit {
		position: relative;
		line-height: 42px;
		font-size: 14px;
		color: rgba(255, 255, 255, 0.65);
		padding-left: 18px;
		display: block;
	}

	.yx_EjBox {
		padding: 12px 24px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	}

	.yx_EjTit:before {
		content: '';
		display: block;
		width: 5px;
		height: 2px;
		top: 50%;
		position: absolute;
		transform: translateY(-50%);
		left: 0;
	}

	.yx_N_Mo .yx_Rotate {
		transform: rotate(0deg) !important;
		transition: all 0.6s ease;
	}

	.yx_Header .yx_EjBtn {
		font-size: 22px;
		color: rgba(255, 255, 255, 0.65);
		width: 56px;
		height: 56px;
		display: block;
		line-height: 56px;
		text-align: center;
		transform: rotate(90deg);
		transition: all 0.6s ease;
	}

	.yx_LaCon {
		width: 80px;
		left: 50%;
		transform: translateX(-50%);
		line-height: 36px;
	}
}