body {
	overflow-x: hidden
}

.banner {
	position: relative;
	overflow: hidden
}

.banner .banner-img-wrap {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url(../img/wp-banner.jpg) no-repeat;
	/* background-size: 100% auto; */
    background-size: auto 100%;
    background-position: center;
    background-attachment: fixed;
}

.banner .banner-img-wrap::after {
	content: " ";
	/* background-color: rgba(0,0,0,0.7); */
	background-image: linear-gradient(135deg, #01152B 14%,  rgba(0, 140, 172, 0) 100%);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2
}

.banner .banner-tit {
	display: flex;
	align-items: start;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 3;
	width: 100%
}

@media (max-width: 755px) {
	.banner .banner-tit {
		padding-top: 14.56954vw;
		padding-left: 17.21854vw;
		padding-right: 17.21854vw;
		padding-bottom: 11.92053vw;
		min-height: 96.68874vw
	}
}

@media (min-width: 756px) {
	.banner .banner-tit {
		padding-top: 5.5vw;
		padding-left: 6.5vw;
		padding-right: 6.5vw;
		padding-bottom: 4.5vw;
		min-height: 46vw
	}
}

.banner .banner-tit .tit-btm {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
    flex-direction: column;
	padding-top: 2vw;
}

.banner .banner-tit .tit-btm .banner_info_2,.banner .banner-tit .tit-btm .banner_info_1 {
	display: flex;
	align-items: center;
	font-weight: 800;
	letter-spacing: .15vw;
	text-shadow: .1vw .2vw .3vw rgba(0,0,0,0.4);
	text-align: left;
    letter-spacing: -.8px;
    line-height: 0.96em;
}


@media (max-width: 755px) {
	.banner .banner-tit .tit-btm {
		padding-top: 0;
        align-items: center;
        width: 100%;
	}
	.banner .banner-tit .tit-btm .banner_info_2,.banner .banner-tit .tit-btm .banner_info_1 {
		font-size: 9.53642vw!important;
	}
}

.banner .banner-tit .tit-btm .banner_info_2 {
	color: #ffffff;
    font-size: 4.65vw;
}

.banner .banner-tit .tit-btm .banner_info_1 {
	color: #55943c;
    font-size: 6.15vw;
    word-spacing: 0;
}

.banner .banner-tit .global-nz-btn {
	font-size: 1.4vw;
	line-height: 2.5em !important;
	z-index:2;
	padding-left: 2.5vw;
	padding-right: 2.5vw;
	margin-left: 0;
}

.banner .banner-tit .banner_info_text {
	font-weight: 400;
	margin-top: .5vw;
	color: #ffffff
}

@media (max-width: 755px) {
	.banner .banner-tit .banner_info_text {
		font-size: 4.76821vw;
		line-height: 7.15232vw
	}
}

@media (min-width: 756px) {
	.banner .banner-tit .banner_info_text {
		font-size: 1.8vw;
		line-height: 2.7vw
	}
}

.page-title-model {
	padding-left: 1.5vw;
	padding-right: 1.5vw;
	margin-bottom: 3vw;
}

.page-title-model .model-title {
	width: 78vw;
	font-weight: 800;
	text-align: center;
	margin: 0 auto;
	color: #000000;
	text-align: center;
	font-style: normal
}

@media (max-width: 755px) {
	.page-title-model .model-title {
		font-size: 7.94702vw;
		line-height: 11.78808vw;
		padding: 7.94702vw 0 2.11921vw 0
	}
}

@media (min-width: 756px) {
	.page-title-model .model-title {
		font-size: 3vw;
		line-height: 4.45vw;
		padding: 3vw 0 .8vw 0
	}
}

.page-title-model .model-info {
	font-weight: 400;
	width: 70vw;
	margin: 0 auto;
	color: #333333;
	text-align: center
}

@media (max-width: 755px) {
	.page-title-model .model-info {
		font-size: 2.38411vw;
		line-height: 4.23841vw
	}
}

@media (min-width: 756px) {
	.page-title-model .model-info {
		font-size: .9vw;
		line-height: 1.6vw
	}
}

.goods-menu-list {
	padding: 5vw 6vw 4vw;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    background: #01152B;
    gap: 4%;
}

/* .goods-menu-list .goods-item {
	width: 19.3vw;
	padding: .8vw .8vw 1.2vw;
	margin-bottom: 2vw;
	background: #ffffff;
	box-shadow: 0 .75vw 1.75vw 0 rgba(3,8,1,0.15);
	border-radius: 1.2vw
} */

.goods-menu-list .goods-item {
    width: 19.3vw;
    padding: 0.8vw 0.8vw 1.2vw;
    margin-bottom: 2vw;
    box-shadow: 0 0.75vw 1.75vw 0 rgba(3,8,1,0.15);
    box-shadow: 0 0 10px 0 #FFF inset;
    border-radius: 1.2vw;
}

.goods-menu-list .goods-item .menu-img {
	width: 100%;
	transition: box-shadow 0.18s linear;
	display: block;
 
}

.goods-menu-list .goods-item .menu-img:hover {
	box-shadow: 0 .25vw .75vw 0 rgba(0,0,0,0.15)
}

.goods-menu-list .goods-item .menu-content .menu-title {
	padding-top: 1.1vw;
	font-size: 1.2vw;
	line-height: 1.6vw;
	/* white-space: nowrap; */
	display: -webkit-box;

	-webkit-line-clamp: 3;
  
	-webkit-box-orient: vertical;
  
	 
	overflow: hidden;
	text-overflow: ellipsis;
	color: #FFFfff
}

.goods-menu-list .goods-item .menu-content .menu-time {
	color: #999999;
	padding-top: .5vw
}

.goods-menu-list .goods-item .menu-content .menu-info {
	height: 5.2vw;
	padding-top: .5vw;
	margin-bottom: .7vw;
	overflow: hidden;
	font-size: .8vw;
	line-height: 1.2vw;
	font-weight: 400;
	color: #FFFfff
}

.goods-menu-list .goods-item .menu-content .menu-more-btn {
	font-size: .8vw;
	line-height: 1.2vw;
	font-weight: 400;
	color: #55943c
}

.moreProduct {
	display: flex;
	width: 100%;
	background: #55943c;
	justify-content: center;
	box-sizing: border-box
}

.moreProduct .moreProduct-left {
	display: flex;
	flex-direction: column;
	padding-left: 6.5vw;
	padding-top: 4.3vw;
	width: 50%
}

.moreProduct .moreProduct-left .moreProduct-tit h2 {
	font-weight: 800;
	color: #ffffff;
	text-align: left;
	font-style: normal
}

@media (max-width: 755px) {
	.moreProduct .moreProduct-left .moreProduct-tit h2 {
		font-size: 6.35762vw;
		line-height: 9.40397vw
	}
}

@media (min-width: 756px) {
	.moreProduct .moreProduct-left .moreProduct-tit h2 {
		font-size: 2.4vw;
		line-height: 3.55vw
	}
}

.moreProduct .moreProduct-left .moreProduct-tit h1 {
	font-weight: 800;
	color: #ffffff;
	text-align: left;
	font-style: normal
}

@media (max-width: 755px) {
	.moreProduct .moreProduct-left .moreProduct-tit h1 {
		font-size: 8.21192vw;
		line-height: 12.18543vw
	}
}

@media (min-width: 756px) {
	.moreProduct .moreProduct-left .moreProduct-tit h1 {
		font-size: 3.1vw;
		line-height: 4.6vw
	}
}

.moreProduct .moreProduct-left .moreProduct-txt {
	width: 32vw;
	min-height: 13vw;
	margin-top: 1.5vw;
	font-weight: 400;
	color: #ffffff;
	text-align: left;
	font-style: normal;
	opacity: 0.8
}

@media (max-width: 755px) {
	.moreProduct .moreProduct-left .moreProduct-txt {
		font-size: 3.17881vw;
		line-height: 4.23841vw
	}
}

@media (min-width: 756px) {
	.moreProduct .moreProduct-left .moreProduct-txt {
		font-size: 1.2vw;
		line-height: 1.6vw
	}
}

.moreProduct .moreProduct-btn-list .moreProduct-btn {
	text-decoration: none;
	cursor: pointer;
	min-width: 11vw;
	margin-top: 3vw;
	margin-right: 2vw;
	background: #ffffff;
	border-radius: 50vw;
	display: inline-block;
	padding-left: 20px;
	padding-right: 20px;
	border: .05vw solid transparent;
	color: #55943c;
	text-align: center;
	font-style: normal
}

@media (max-width: 755px) {
	.moreProduct .moreProduct-btn-list .moreProduct-btn {
		font-size: 2.91391vw;
		line-height: 7.41722vw
	}
}

@media (min-width: 756px) {
	.moreProduct .moreProduct-btn-list .moreProduct-btn {
		font-size: 1.1vw;
		line-height: 2.8vw
	}
}

.moreProduct .moreProduct-btn-list .moreProduct-btn:hover {
	background: transparent;
	color: #fff;
	border-color: #fff
}

.moreProduct .moreProduct-btn-list .moreProduct-btn.no2 {
	margin-right: 0
}

.moreProduct .moreProduct-btn-list .moreProduct-btn .moreProduct-btn-icon {
	display: none
}

.moreProduct .moreProduct-right {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%
}

.moreProduct .moreProduct-right .moreProduct-img-box {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%
}

.moreProduct .moreProduct-right .moreProduct-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease-in-out;
	transform-origin: center center
}

.moreProduct .moreProduct-img-box img:hover {
	transform: scale(1.1)
}

@media screen and (max-width: 755px) {
	.banner .banner-img-wrap {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background-size: cover;
		background-attachment: scroll
	}

	.banner .banner-tit {
		position: relative;
		z-index: 2;
		align-items: center;
		padding-top: 70px;
		padding-bottom: 28px
	}

	.page-title-model .model-title {
		width: 90vw;
		line-height: 1.1em
	}

	.page-title-model .model-info {
		width: 90vw;
		font-size: 16px
	}

	.goods-menu-list {
		padding-top: 22px
	}

	.goods-menu-list .goods-item {
		width: 100% !important;
		height: auto;
		padding: 14px !important;
		margin-bottom: 14px !important
	}

	.goods-menu-list .goods-item .menu-title {
		font-size: 24px !important;
		line-height: 32px !important
	}

	.goods-menu-list .goods-item .menu-info {
		font-size: 16px !important;
		line-height: 24px !important;
		height: 72px !important
	}

	.goods-menu-list .goods-item .menu-more-btn {
		font-size: 16px !important;
		line-height: 24px !important
	}

	.moreProduct {
		width: 100% !important;
		display: flex;
		padding: 2vw 5vw !important;
		flex-direction: column;
		height: auto;
		background-color: #fff
	}

	.moreProduct .moreProduct-left {
		width: 100% !important;
		padding: 0 !important;
		background: transparent
	}

	.moreProduct .moreProduct-left .moreProduct-tit h1 {
		font-size: 44px;
		line-height: 64px;
		color: #000
	}

	.moreProduct .moreProduct-left .moreProduct-tit h2 {
		padding-bottom: .6vw;
		font-size: 38px;
		line-height: 44px;
		color: #55943c
	}

	.moreProduct .moreProduct-left .moreProduct-txt {
		font-size: 18px;
		line-height: 34px;
		margin-bottom: 1vw;
		color: #000;
		width: 100%
	}

	.moreProduct .moreProduct-left .moreProduct-btn-list {
		display: flex;
		justify-content: space-between
	}

	.moreProduct .moreProduct-left .moreProduct-btn-list .moreProduct-btn {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 20px;
		color: #55943c;
		text-align: unset;
		font-size: unset;
		white-space: nowrap;
		padding: 0
	}

	.moreProduct .moreProduct-left .moreProduct-btn-list .moreProduct-btn>span {
		white-space: nowrap
	}

	.moreProduct .moreProduct-left .moreProduct-btn-list .moreProduct-btn.no2 {
		margin-left: 40px;
		text-align: right
	}

	.moreProduct .moreProduct-left .moreProduct-btn-list .moreProduct-btn .moreProduct-btn-icon {
		display: inline
	}

	.moreProduct .moreProduct-right {
		width: 100%
	}

	.moreProduct .moreProduct-right .moreProduct-img-box img {
		width: 100%;
		height: auto
	}
}
