/* PC头部 */
.pc_header {
	width: 100%;
	height: 144px;
	background-color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 52px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	transition: all 0.2s;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.pc_header_l img {
	width: 140px;
}

.pc_header_r {
	margin-top: 40px;
	display: flex;
}

.nav-menu {
	list-style: none;
	display: flex;
	justify-content: center;
}

.nav_title {
	color: #333;
}

.nav_title:hover {
	color: #005eb8;
}


.nav-menu li {
	margin-right: 30px;
}

.nav-menu a {
	color: #333;
	font-size: 16px;
}

.nav-menu a:hover {
	text-decoration: none;
}

.nav-menu2 {
	border-left: 1px solid #333;
	padding-left: 40px;
}

.search_icon {
	font-size: 20px;
	cursor: pointer;
	width: 30px;
	overflow: hidden;
}

.nav_search {
	background-color: white;
	padding: 80px 0;
	/* display: flex;
	justify-content: center; */
}

.search_wrap {
	width: 50%;
	background-color: #e5e5e5;
	height: 64px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 30px;
	position: relative;
}



.size2 {
	font-size: 24px;
}

.search_wrap input {
	width: 70%;
	height: 100%;
	border: none;
	background-color: transparent;
	padding-left: 10px;
	outline: none;
}


.nav-menu2 li {
	margin-right: 30px;
}

.nav-menu2 a {
	color: #333;
	font-size: 16px;
}

.nav-menu2 a:hover {
	text-decoration: none;
}

.nav-menu a {
	position: relative;
	transition: color 0.3s ease;
}

.nav-menu a::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #005eb8;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform 0.3s ease;
}

.nav-menu a.active::after {
	transform: scaleX(1);
}


.hover-panel {
	position: absolute;
	top: 144px;
	left: 0;
	width: 100vw;
	z-index: 9999;
	display: none;
	border-top: 1px solid #ddd;
}

.auto_1280 {
	width: 1280px;
	margin: auto;
	height: 100%;
}

.nav_jx {
	height: calc(100vh - 144px);
	background: linear-gradient(to right, white 66.66%, #f0f0f0 33.33%);
	overflow-y: auto;
}

/* 自定义滚动条样式 */
.nav_jx::-webkit-scrollbar {
	width: 0px;
	/* 隐藏滚动条 */
	background: transparent;
}

.nav_jx::-webkit-scrollbar-thumb {
	background: transparent;
}

.jx_title {
	padding-top: 84px;
	font-size: 24px;
}

.jx_title2 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.jx_arrow_r {
	font-size: 24px;
}

.jx_product {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 260px;
	/* margin-bottom: 34px; */
	padding-left: 15px;
	padding-right: 15px;
}

.jx_product img {
	width: 100%;
	transition: all 0.2s;
}

.jx_product p {
	font-size: 14px;
	text-align: center;
	margin-top: 14px;
	color: #333;
}

.jx_product:hover img {
	transform: scale(1.1);
}

.jx_product:hover p {
	color: #005eb8;
}

.jy_title {
	padding-left: 90px;
}

.jy_a:hover h2 {
	color: #333;
}


.nav_fw {
	height: 446px;
	background-color: white;
}

.fw_items {
	margin-top: 20px;
}

.fw_item {
	width: 100%;
	height: 226px;
	border: 1px solid #e6e6e6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.fw_item img {
	height: 60px;
	width: auto;
}

.fw_item p {
	font-size: 16px;
	text-align: center;
	margin-top: 16px;
}

.mr_1 {
	margin-right: 30px;
}

.nav_ty {
	height: 317px;
	background-color: white;
}

.ty_items {
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
}

.ty_item {
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
	width: 30%;
}

.ty_item :hover {
	color: #005eb8;
}


.nav_zj {
	height: 421px;
	background-color: white;
	background: linear-gradient(to right, white 50%, #f0f0f0 50%);
}

.zj_cates {
	display: flex;
	justify-content: space-between;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 60px;
}

.cate_l,
.cate_r {
	width: 45%;
}

.zj_cate_title {
	font-size: 20px;
	color: #333;
	padding-bottom: 15px;
	border-bottom: 1px solid #e5e5e5;
}


.zj_cates_items {
	display: flex;
	flex-wrap: wrap;
}

.zj_cates_items a {
	width: 50%;
	display: block;
	text-align: left;
	margin-top: 20px;
}

.zj_cates_items a:hover {
	color: #005eb8;
}


#searchMain {
	position: absolute;
	left: 0;
	top: 64px;
	border: 1px solid #e5e5e5;
	border-top: none;
	width: 100%;
	display: none;
}

#searchMain .ul {
	max-height: 200px;
	overflow: auto;
}

#searchMain li {
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}


/* 移动端 */
#mb_searchMain {
	position: absolute;
	left: 0;
	top: 76px;
	border: 1px solid #e5e5e5;
	border-top: none;
	width: 100%;
	background-color: white;
	display: none;
}

#mb_searchMain .ul {
	max-height: 200px;
	overflow: auto;
}

#mb_searchMain li {
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}

#mb_searchMain li a {
	color: #333;
}



@media screen and (min-width:1450px) {
	.jy_title {
		padding-left: 200px;
	}
}

.nav-menu2 {
	list-style: none;
	display: flex;
	justify-content: center;
}


@media screen and (max-width:1200px) {
	.fw_item {
		width: 100%;
		height: 180px;
		border: 1px solid #e6e6e6;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.fw_item img {
		height: 40px;
		width: auto;
	}
}

/* comm.css */
.auto_1280 {
	width: 1280px;
	margin: auto;
	height: 100%;
}


/* pc 端头部透明样式 */
.pc_opcity {
	background-color: transparent;
}

.pc_opcity .nav_title {
	color: white;
}

.pc_opcity #pc_search {
	color: white;
}




.pc_opcity .nav-menu2 {
	border-left: 1px solid #fff
}


@media screen and (max-width:1334px) {
	.auto_1280 {
		width: calc(100% - 96px);
		margin: 0 auto;
	}
}


/* 客服弹窗 */
.serviceModal {
	width: 500px;
	/* height: 300px; */
	background-color: #fff;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
}

.bldDailog_hd {
	height: 100px;
	background: #003153;
}

.bldDailog_close {
	position: absolute;
	width: 32px;
	height: 32px;
	background: url(/www/new/img/close_img.png) no-repeat 0 0;
	background-size: 100% 100%;
	right: 26px;
	top: 34px;
	cursor: pointer;
}

.bldDailog_content {
	text-align: center;
	font-size: 16px;
	padding: 20px;
	line-height: 26px;
}

.bldDailog_btns {
	text-align: center;
	margin: 10px 10px;
	padding: 0 30px 70px 30px;
}

.yydbgsRightBtZNKF {
	float: right;
	margin-right: 22%;
	width: 25%;
}

.yydbgsBtTextZNKF {
	background: #005eb8;
	color: #fff !important;
	padding: 5px;
	cursor: pointer;
	border-radius: 5px;
}

.mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0,.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}

.mb_mask{
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0,.3);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	display: none;
}


/* 移动端头部 */

@media (max-width: 767px) {
	body,
	html {
		width: 100vw;
		max-width: 100vw;
		overflow-x: hidden;
		-webkit-overflow-scrolling: touch;
		position: relative;
	}



	/* 客服弹窗 */
	.serviceModal {
		width: 300px;
		/* height: 300px; */
		background-color: #fff;
		position: fixed;
		top: 20%;
		left: 50%;
		transform: translateX(-50%);
		z-index: 100;
	}

	.bldDailog_hd {
		height: 1rem;
		background: #003153;
	}

	.bldDailog_close {
		position: absolute;
		right: .26rem;
		top: .26rem;
		cursor: pointer;
	}

}



.mb_header {
	width: 100%;
	height: 1.3rem;
	background-color: white;
	padding: 0 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	z-index: 2;
}

.cur{
	position: fixed !important;
}

.mb_header_l img {
	width: 2.2rem;
}

.mb_header_r {
	display: flex;
	align-items: center;
}

.mb_search .el-icon-search {
	font-size: 0.35rem;
	margin-right: 0.2rem;
}

/* 添加关闭图标的样式 */
.mb_search .el-icon-close {
	font-size: 0.42rem;
	/* 比搜索图标大一些 */
	margin-right: 0.2rem;
}



.mb_menu_btn img {
	width: 0.8rem;
}

.mb_menu_wrap {
	position: absolute;
	left: 100vw;
	top: 1.3rem;
	display: flex;
	overflow-x: hidden;
	transition: all 0.2s;
	z-index: 2;
}

.mb_menu_l {
	width: 100vw;
	min-height: 100vh;
	background-color: yellow;
	padding: 0 4%;
	box-sizing: border-box;
	background-color: white;
	border-top: #e6e6e6 1px solid;
}


.mb_menu_r {
	width: 100vw;
	height: calc(100vh - 1.3rem);
	background-color: white;
	border-top: #e6e6e6 1px solid;
	overflow-y: auto;
	position: relative;
}

.mob_show1 {
	left: 0;
}

.mob_show2 {
	left: -100vw;
}

.mb_menu_l ul {
	width: 100%;
	margin: 0;
	padding-left: 0;
}

.mb_menu_l ul li {
	list-style: none;
	height: 1.1rem;
	line-height: 1.1rem;
	border-bottom: #e6e6e6 1px solid;

}

.mb_menu_l a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: .27rem;
	color: #333;
}

.mb_menu_l {
	display: flex;
	justify-content: space-between;
}

.mb_menu_l p {
	margin-bottom: 0;
}

.mb_menu_top {
	line-height: 1.5rem;
	height: 1.5rem;
	border-bottom: #e6e6e6 1px solid;
	overflow: hidden;
	padding: 0 4%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.mt_l {
	font-size: .27rem;
	color: #045eb8;
}

.mt_r {
	font-size: .27rem;
}

.sub_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 4%;
	height: 1.1rem;
	line-height: 1.1rem;
	border-bottom: #e6e6e6 1px solid;
	font-size: .27rem;
	color: #045eb8;
}

.sub_title span:last-child {
	font-size: .27rem;
	color: #333;
}

.sub_products {
	padding-top: .6rem;
	box-sizing: border-box;
	padding-left: 4.6%;
	padding-right: 4.6%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


.mb_product {
	width: 47%;
	margin-bottom: .16rem;
}

.mb_jx_product {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.mb_jx_product img {
	width: 100%;
}

.mb_jx_product p {
	font-size: .27rem;
	text-align: center;
	margin-top: .26rem;
	color: #333;
}


.sub_menu_style2 .sub_title {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 4%;
	height: 1.1rem;
	line-height: 1.1rem;
	font-size: .27rem;
	color: #045eb8;
	background-color: #e5e5e5;
}

.mb_fws {
	width: 100%;
	padding: .45rem 6%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.mb_fw_item {
	width: 45%;
	height: 2rem;
	border: 1px solid #e6e6e6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: .4rem;
}

.mb_fw_item img {
	height: 0.6rem;
	width: auto;
}

.mb_fw_item p {
	text-align: center;
	font-size: .27rem;
	margin-top: .1rem;
}

.mb_tys ul {
	list-style: none;
	width: 100%;
	padding: 0 4.6%;
}

.mb_tys ul li {
	width: 100%;
	height: 1.1rem;
	line-height: 1.1rem;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0.4rem;
}

.mb_tys ul li a {
	width: 100%;
	color: #333;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.zj_items {
	list-style: none;
	width: 100%;
	padding: 0 4.6%;
	margin-bottom: 0;
}

.zj_items li {
	width: 100%;
	height: 1.1rem;
	line-height: 1.1rem;
	border-bottom: 1px solid #e6e6e6;
	padding: 0 0.4rem;
}

.zj_items li a {
	display: flex;
	align-items: center;
	color: #333;
	font-size: .27rem;
}

#omchina_body {
	background-color: #e4e4e4;
}

#omchina_title {
	border-bottom: 1px solid #bebebe;
	background-color: #e4e4e4;
}

#omchina_body li {
	border-bottom: 1px solid #bebebe;
}

.mb_search_wrap {
	width: 100vw;
	padding: .4rem 0;
	/* height: 80px; */
	top: 1.3rem;
	left: 0;
	z-index: 2;
	position: absolute;
	background-color: white;
	border-top: 1px solid #e5e5e5;
}

.mb_search_input {
	width: 80%;
	height: .58rem;
	background-color: #e5e5e5;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 4%;
	box-sizing: border-box;
	padding-right: 4%;
}

.mb_search_input .el-icon-search {
	font-size: .28rem;
}

.mb_search_input input {
	background-color: transparent;
	border: none;
	outline: none;
}