* {
	margin: 0;
	padding: 0;
}

a {
	color: black;
	text-decoration: none;
}

ul,
li {
	list-style-type: none;
}

body {
	/* color: #545454; */
	height: 100vh;
}

@media all and (min-width:990px) {
	.zb_head_mobile {
		display: none;
	}

	.zb_head_pc {
		display: block;
	}

	.zb_goods_left {
		width: 75%;
		float: left;
	}

	.zb_goods_right {
		width: 25%;
		float: right;
	}
}

@media all and (max-width:1300px) {
	#zb_head .zb_head_option a {
		padding: 0 15px;
	}
}

@media all and (max-width:660px) {
	.zb_goods_body .zb_goods_left_box {
		display: block;
	}

	.zb_goods_body .zb_goods_left_left {
		margin: auto;
		max-width: 460px;
		width: 100%;
	}

	.zb_goods_body .zb_goods_left_three div p:first-of-type {
		width: 125px;
		flex-shrink: 0;
	}

	.zb_goods_left_but {
		margin: auto;
	}
}

@media all and (max-width:989px) {
	.zb_head_mobile {
		display: block;
	}

	.zb_head_pc {
		display: none;
	}

	.zb_goods_body {
		padding-top: 52px;
	}

	.zb_goods_left {
		width: 100%;
		max-width: 750px;
		margin: auto;
		float: none;
	}

	.zb_goods_right {
		width: 100%;
		float: none;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.zb_goods_swiper {
		display: none;
	}
}

@keyframes bianbianbian {
	0% {
		max-height: 0px;
		opacity: 0;
	}

	100% {
		max-height: 600px;
		opacity: 1;
	}
}

#zb_head {
	font-size: 16px;
}

.zb_head_top {
	background-color: #f2f2f2;
}

.zb_head_box {
	max-width: 1300px;
	min-width: 970px;
	width: 100%;
	margin: auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

.zb_head_text {
	width: 50%;
	box-sizing: border-box;
	padding-left: 40px;
}

.zb_head_mail {
	text-align: right;
	width: 25%;
	font-size: 15px;
}

.zb_head_phone {
	font-family: Comfortaa;
	height: 24px;
	background-color: #004A9F;
	font-size: 14px;
	font-weight: bold;
	border-radius: 50px;
	cursor: pointer;
}

.zb_head_phoneH {
	height: 24px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 30px;
	transition: color 0.5s;
	color: white;
}

.zb_head_phoneH:hover {
	color: black;
}

.zb_head_title {
	max-width: 1300px;
	min-width: 970px;
	width: 100%;
	margin: auto;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

.zb_head_option {
	font-family: Open Sans;
	font-weight: bold;
	font-size: 15px;
	cursor: pointer;
	height: 55px;
	line-height: 55px;
	flex-shrink: 0;
}

.zb_head_option a {
	display: inline-block;
	height: 55px;
	line-height: 55px;
	color: #333;
	padding: 0 25px;
	position: relative;
	transition: color 0.2s;
}

.zb_head_option:hover a {
	color: #004A9F;
}

.zb_head_list {
	display: flex;
	align-items: center;
	min-width: 420px;
	box-sizing: border-box;
	position: relative;
}

.zb_head_sss {
	display: flex;
	align-items: center;
	font-size: 23px;
	font-weight: bold;
	color: #333;
}

.zb_head_sss p {
	margin-left: 8px;
}

.zb_head_logo {
	width: 53px;
}

.zb_head_input {

	position: relative;
	display: flex;
	align-items: center;
}

.zb_head_input>input {
	width: 100%;
	height: 36px;
	padding: 0 5px;
	outline: none;
	font-size: 16px;
	border-radius: 5px;
	border: 1px solid rgb(221, 221, 221);
}

.zb_head_input>img {
	width: 22px;
	position: absolute;
	right: 5px;
	cursor: pointer;
}

#zb_head .zb_head_selected a::before {
	content: "";
	width: 100%;
	background-color: #004A9F;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

#zb_head .zb_head_select a::before {
	content: "";
	width: 100%;
	background-color: #004A9F;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.zb_head_subitem {
	max-width: 1200px;
	min-width: 970px;
	width: 100%;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.zb_head_jt {
	width: 12px;
	vertical-align: middle;
	visibility: hidden;
}

.zb_head_xl {
	width: 100%;
	height: 0px;
	transition: height 0.8s, opacity 0.8s;
	position: absolute;
	overflow: hidden;
	top: 55px;
	right: 0;
	background-color: white;
	z-index: 10;
	opacity: 0;
}

.zb_head_xx {
	color: #EF7E00;
	font-weight: normal;
	line-height: normal;
	padding: 10px;
	margin-left: 10px;
	text-transform: uppercase;
	border-bottom: 1px solid #e3e3e3;
	font-size: 14px;
	margin-top: 20px;
}

.zb_head_xx:hover {
	font-weight: bold;
}

.zb_head_zh {
	display: flex;
	color: #EF7E00;
	font-size: 14px;
	font-weight: normal;
	line-height: normal;
	text-align: center;
}

.zb_head_zh>div {
	width: 80px;
}

.zb_head_zh img {
	width: 80px;
	height: 80px;
}

.zb_head_item {
	font-size: 14px;
	cursor: pointer;
	padding: 10px 0;
}

.zb_head_item_img {
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-left: 10px;
	transform: rotate(0deg);
	transition: transform 0.3s;
}

.zb_head_item:hover .zb_head_item_img {
	transform: rotate(180deg);
}


.zb_head_drawer {
    position: absolute;
    top: 38px;
    width: 17%;
    z-index: 10;
    background-color: white;
    padding: 10px 10px;
    display: none;
    flex-wrap: wrap;
    height: auto;
    overflow: hidden;
    opacity: 0;
    cursor: default;
}
.zb_head_drabox:hover p{
	color: #004A9F;
}
.zb_head_drabox {
    /* width: 20%; */
    min-width: 220px;
    height: 35px;
    line-height: 35px;
    /* overflow: hidden; */
    text-align: center;
    border-bottom: 1px solid #ececec;

}

.zb_head_drabox img {
	width: 140px;
	margin: auto;
	cursor: pointer;
}

.zb_head_item:hover .zb_head_drawer {
	display: flex;
	animation: bianbianbian 0.6s 1 forwards;
}

.zb_head_mobile {
	width: 100%;
	height: 52px;
	background-color: white;
	position: fixed;
	z-index: 100;
	top: 0;
}

.zb_head_nav {
	display: flex;
	justify-content: space-between;
	height: 100%;
}

.zb_head_center img {
	height: 100%;
}

.zb_head_left {
	width: 52px;
	height: 52px;
	margin-left: 10px;
	position: relative;
}

.zb_head_left i {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 36px;
	position: absolute;
	text-align: center;
}

.zb_head_left span {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 40px;
	line-height: 45px;
	display: none;
	position: absolute;
	text-align: center;
}

.zb_head_right {
	width: 52px;
	height: 52px;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.zb_head_right img {
	width: 30px;
	height: 30px;
}

.zb_head_sousuo {
	width: 100%;
	height: 52px;
	background-color: white;
	padding: 10px 20px 0;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	display: none;
}

.zb_head_sousuo input {
	border: 1px #ccc solid;
	width: 100%;
	height: 80%;
	outline: none;
	border-radius: 40px;
	padding: 0 20px;
	box-sizing: border-box;
}

.zb_head_sousuo img {
	height: 60%;
	max-width: 20px;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.zb_head_menu {
	width: 0px;
	height: calc(100vh - 52px);
	transition: width 0.5s;
	background-color: white;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	overflow: auto;
}

.zb_head_menu_box {
	width: 100vw;
	flex-shrink: 0;
	padding: 0 40px;
	box-sizing: border-box;
	font-size: 14px;
}

.zb_head_menu_title {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
}

.zb_head_menu_title i {
	float: right;
	transform: rotate(0deg);
	transition: transform 0.3s;
}

.zb_head_menu_list {
	display: none;
}

.zb_head_menu_list li {
	padding: 0 20px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
}

.zb_body_bottom {
	width: 100%;
	background-color: #004A9F;
	color: white;
	margin-top: 25px;
}

.zb_bot_main {
	max-width: 1180px;
	width: 100%;
	margin: auto;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.zb_bot_box {
	width: 300px;
	margin-top: 20px;
}

.zb_bot_box h1 {
	font-size: 24px;
}

.zb_bot_box div {
	display: flex;
}

.zb_bot_box i {
	font-size: 12px;
	line-height: 28px;
	margin-right: 5px;
}

.zb_bot_box p {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
}

.zb_bot_box a {
	color: white;
	line-height: 2em;
}

.zb_bot_logo {
	max-width: 1180px;
	width: 20%;
	display: flex;
	justify-content: space-between;
	font-size: 28px;
	margin: auto;
	padding-bottom: 20px;
}

.zb_bot_logo i {
    color: #fff;
	width: 25%;
	padding-left: 20px;
	box-sizing: border-box;
}

.zb_bot_end {
	text-align: center;
	padding: 20px;
	font-size: 12px;
}

.zb_goods_body {
	width: 100%;
	max-width: 1200px;
	margin: auto;
	color: #545454;
	margin-top: 20px;
	overflow: hidden;
}

.zb_goods_left_box {
	width: 100%;
	display: flex;
}

.zb_goods_left_left {
	width: 434px;
	flex-shrink: 0;
}

.zb_goods_left_left>img {
	width: 90%;
	height: 416px;
	border: 1px solid #ccc;
	background-size: cover;
	/* 保持图片的宽高比，并且填满div */
	background-position: center;
	/* 图片居中显示 */
	background-repeat: no-repeat;
}

.zb_goods_left_select {
	display: flex;
	width: 100%;
	overflow: hidden;
	padding-top: 5px;
}

.zb_goods_left_select div {
	width: 70px;
	height: 70px;
	border: 2px solid #004A9F;
	margin-left: 10px;
	position: relative;
}

.zb_goods_left_select div img {
	display: block;
	width: 100%;
	height: 100%;
}

.zb_goods_left_select div::after {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	bottom: 100%;
	border: 5px solid #004A9F;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	left: 0;
	right: 0;
	margin: auto;
}

.zb_goods_left_right {
	padding: 0px;
}

.zb_goods_left_right h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 27px;
}

.zb_goods_left_right p {
	font-size: 13px;
	line-height: 27px;
}

.zb_goods_left_right p span {
	display: inline-block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zb_goods_left_but {
	max-width: 250px;
	width: 100%;
	padding: 10px 0;
	border-radius: 50px;
	text-align: center;
	border: 1px solid #004A9F;
	color: #004A9F;
	margin-top: 20px;
	cursor: pointer;
}

.zb_goods_left_but:hover {
	color: white;
	background-color: #004A9F;
}

.zb_goods_left_ewm {
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.zb_goods_left_ewm div {
	width: 160px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	border: 1px solid #ccc;
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: white;
}

.zb_goods_left_ewm img {
	width: 100%;
}

.zb_goods_left_fill {
	font-size: 14px;
	padding: 10px;
}

.zb_goods_left_fill i {
	color: white;
	background-color: #95d03a;
	display: inline-block;
	padding: 0 5px 1px 3px;
	border-radius: 5px;
	cursor: pointer;
}

.zb_head_sss {
	display: flex;
	align-items: center;
	font-size: 23px;
	font-weight: bold;
	color: #333;
}

.zb_head_sss p {
	margin-left: 8px;
}

.zb_head_logo {
	width: 53px;
}

.zb_goods_search {
	width: 100%;
	margin-top: 0px;
}

.zb_goods_search div {
	width: 100%;
	position: relative;
	margin-top: 10px;
}

.zb_goods_search i {
	position: absolute;
	right: 10px;
	top: 6px;
}

.zb_goods_search input {
	width: 100%;
	line-height: 34px;
	padding: 0 10px;
	box-sizing: border-box;
	outline: none;
	border: 1px solid #ccc;
}

.zb_goods_search p {
	font-family: Comfortaa;
	font-size: 23px;
}

.zb_goods_content {
	font-family: Comfortaa;
	font-size: 20px;
	padding: 10px 0;
	border-bottom: 1px solid #666;
}

.zb_goods_swiper {
	width: 100%;
	border: 1px solid #ccc;
	margin-top: 20px;
	padding-bottom: 40px;
	position: relative;
	box-sizing: border-box;
}

.zb_swiper_jt {
	width: 100%;
	max-width: 250px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	font-weight: bold;
}

.zb_goods_swiper_main {
	width: 100%;
	height: 1000px;
	text-align: center;
}

.zb_goods_swiper_box {
	width: 100%;
	height: 195px;
	cursor: pointer;
}

.zb_goods_swiper_box img {

	width: 58%;
	height: 195px;
	padding: 0;
	padding-bottom: 0;
	box-sizing: border-box;
}

.zb_goods_swiper_box p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 18px 20px;
	font-size: 14px;
	font-family: Comfortaa;
}

.zb_goods_swiper_box p:hover {
	color: #004A9F;
}

.zb_swiper_jt>div {
	margin: auto;
	cursor: pointer;
	font-size: 30px;
}

.zb_swiper_jt>div:hover {
	opacity: 0.8;
}

.zb_goods_left_br {
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
}

.zb_goods_left_br>div {
	border-top: 1px solid #ccc;
}

.zb_goods_left_b {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}

.zb_goods_left_specification {
	border: 1px solid #ccc;
	padding-bottom: 50px;
}

.zb_goods_left_specification>p {
	background-color: #f1f1f1;
	padding: 10px 20px;
	box-sizing: border-box;
	font-weight: bold;
	font-size: 18px;
}

.zb_goods_left_border {
	margin: 20px;
	border: 1px solid #ccc;
}

.zb_goods_left_one {
	border-bottom: 1px solid #000000;
	padding: 20px 10px;
	font-size: 19px;
	color: #E70014;
	font-weight: bold;
}

.zb_goods_left_two img {
	display: block;
	max-width: 500px;
	width: 100%;
	margin: auto;
}

.zb_goods_left_specification h3 {
	padding: 5px 10px;
	font-size: 16px;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc;
}

.zb_goods_left_three div p:first-of-type {
	padding: 4px 10px;
	font-size: 12px;
	background-color: #f1f1f1;
	width: 200px;
	border-right: 1px solid #ccc;
}

.zb_goods_left_three div {
	display: flex;
	border-bottom: 1px solid #ccc;
}

.zb_goods_left_three div p:last-of-type {
	padding: 4px 10px;
	font-size: 12px;
}

.zb_goods_left_four p {
	padding: 4px 10px;
	font-size: 14px;
	line-height: 30px;
}

.zb_goods_left_four img {
	width: calc(100% - 20px);
	margin: 0 10px 150px;
}

.zb_goods_left_kb {
	height: 25px;
}

.zb_goods_np {
	display: flex;
	justify-content: space-between;
	padding: 10px 20px;
}

.zb_goods_np_but {
	max-width: 40%;
	min-width: 100px;
	padding: 10px 10px;
	/* background-color: #efefef; */
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	border-radius: 5px;
	border: 1px solid #ccc;
	cursor: pointer;
	margin-bottom: 39px;
}

.searchImg {
	width: 22px;
	position: absolute;
	right: 15px;
	cursor: pointer;
	top: 10px;
}