@charset "utf-8";

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

img {
	/*display: block;*/
	max-width: 100%;
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

html {
	background-color: #c2edef;
}

body {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	min-height: 100vh;
}

html {
	background-color: #fff;
	font-size: 100px;
	font-size: calc(100vw / 19.2);
}

/*整体部分*/
::-webkit-scrollbar {
	width: 12px;
	height: 10px;
}

/*滑动轨道*/
::-webkit-scrollbar-track {
	border-radius: 0;
	background: none;
	background: rgba(0,0,0,0);
}

/*滑块*/
::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	background-color: #7a9a01;
}

/*滑块效果*/
::-webkit-scrollbar-thumb:hover {
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	background-color: rgba(85, 85, 85, 0.4);
}

@font-face {
	font-family: 'LOL';
	/* project id 2381132 */
	src: url('../fonts/beaufortforlol-regular.ttf') format('truetype');
}

body {
	background-color: #fff;
	color: #3e3e3e;
	min-height: 100vh;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, 'PingFang SC', 'Segoe UI', 'Helvetica Neue', sans-serif;
}

@font-face {
	font-family: 'iconfont';
	/* Project id 2537538 */
	src: url('../fonts/font_2537538_4dm1ntobgyt.woff2') format('woff2'), url('../fonts/font_2537538_4dm1ntobgyt.woff') format('woff'), url('../fonts/font_2537538_4dm1ntobgyt.ttf') format('truetype');
}

.iconfont {
	font-family: 'iconfont';
}
.leftSwiper{
	display: none;
}


.plays{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: url(../images/play_icon.png) no-repeat;
    background-size: auto 40px;
    background-blend-mode: difference;
}

.plays.active{
    background-position: -40px 0px;
}

header {
	width: 100%;
	height: 150px;
	position: relative;
	overflow: hidden;
	z-index: 10;
}

header #bump {
	position: absolute;
	top: 99px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 400px;
	height: 50px;
	z-index: 200;
	pointer-events: none;
}

header::before {
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: #fff;
	content: '';
	box-shadow: 0 0 0.2rem rgb(55 55 55 / 8%);
}

header .nav {
	display: flex;
	align-items: center;
	height: 100px;
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	justify-content: space-between;
	position: relative;
}

header .nav ul {
	width: calc(50% - 100px);
	display: flex;
	justify-content: space-between;
}

header .nav ul li {
	width: 32%;
}

header .nav .stripe__background-bottom {
	display: none;
}

header .nav .navActive .stripe__background-bottom {
	display: block;
	top: 100px;
	width: 400px;
	height: 40px;
	margin-left: -100px;
	position: absolute;
	transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	z-index: 4;
}

header .nav .navActive {
	color: #607046;
}

header .nav .item+.item {
	margin-left: 5vw;
}

header .nav .item {
	width: 100%;
	text-align: center;
	display: block;
}

header .nav .item .cn {
	text-transform: uppercase;
}

header .nav .item .en {
	font-size: 12px;
	opacity: 0.6;
}

header .lang {
	width: 70px;
	height: 25px;
	position: absolute;
	right: 1vw;
	top: 37.5px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 1600px) {
	header .lang {
		right: 5%;
	}
}
header .lang img {
	display: block;
	width: 19px;
	margin-right: 10px;
	position: relative;
}

header .lang p {
	display: block;
	font-size: 12px;
	width: auto;
}

header .lang .langBox {
	display: none;
	position: absolute;
	padding: 5px 0px;
	z-index: 999;
	top: 25px;
	transition: .5s all ease-in-out;
	width: 100%;
	text-align: center;
	font-size: 12px;
	background: #fff;
	border: 1px solid rgba(0,0,0,.05);
	line-height: 20px;
}

header .lang .langBox ul li:hover {
	color: #7a9a01;
}
header .lang .langBox a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 25px;
	opacity: .7;
}
header .lang:hover .langBox {
	display: block;
}

header .logo {
	width: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
}

header:hover .nav .stripe__background-bottom {
	display: none;
}

.navBox {
	width: 95.3vw;
	height: 4vw;
	background: white;
	border: 1px solid #dcdcdc;
	margin: 0 auto;
	text-align: center;
}

.navBox ul {
	display: inline-block;
}

.navBox ul li {
	display: inline-block;
	margin: 0 3vw;
	text-align: center;
	line-height: 3.8vw;
	font-size: 16px;
	color: #292929;
	cursor: pointer;
}

.navBox_active {
	color: #7a9a01 !important;
	border-bottom: 3px solid #7a9a01;
}

.home .common-banner {
	/*height: calc(100vh - 100px);*/
	height: auto;
	margin-top: -50px;
	overflow: hidden;
}

.home .common-banner video{
    /*position: absolute;*/
    /*height: auto;*/
    /*left: 50%;*/
    /*width: 100%;*/
    /*transform: translateX(-50%) translateY(-50%);*/
    /*top: 50%;*/
    position: relative;
    width: 100%;
    height: auto;
    display: block;
}

.home .common-banner .text {
	position: absolute;
	z-index: 3;
	left: 2.6rem;
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.home .common-banner .text .cn {
	font-size: 0.8rem;
	line-height: 0.9rem;
	font-weight: 100;
	color: #a2a2a2;
}

.home .common-banner .text .en {
	font-size: 0.62rem;
	color: #dddddd;
	font-family: 'LOL';
	font-weight: 100;
	line-height: 0.7rem;
	margin-top: 0.3rem;
}

.home .section1 {
	padding: 0.9rem 2.6rem 0.5rem;
	background-color: #fff;
}

.home .section1 ._logo {
	width: 700px;
	margin: 0 auto;
}

.home .section1 ._logo img {
	margin: 0 auto;
}

.home .section1 .container {
	text-align: center;
}

.home .section1 .en-title {
	display: inline-block;
	margin-top: 0.25rem;
}

.home .section1 .des {
	padding-top: 5px;
	font-size: 16px;
	line-height: 2;
	color: #555555;
	padding-bottom: 20px;
}

.home .section1 .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 0.2rem;
}

.home .section1 .swiper-slide img {
	transform: scale(0.8);
	transition: all 0.35s;
}

.home .section1 .swiper-slide.swiper-slide-active img {
	transform: scale(1);
}

.home .section1 .swiper-container {
	margin: 0.4rem 0.6rem;
}

.home .section2 {
	display: flex;
	padding-left: 2.6rem;
	background-color: #fff;
	padding-bottom: 1.1rem;
	padding-top: 0.4rem;
}

.home .section2 .left {
	padding: 0.7rem 2.3rem 0.7rem 0;
	width: 10rem;
	display: flex;
	flex-direction: column;
	height: 6.96rem;
	justify-content: space-between;
}

.home .section2 .left .en-title {
	width: 3.9rem;
	margin-bottom: 0.2rem;
}

.home .section2 .left .des {
	line-height: 2;
	text-align: justify;
}

.home .section2 .right {
	filter: drop-shadow(5px 5px 20px rgba(0, 0, 0, 0.3));
}

.home .section2 .common-title {
	text-align: left;
}

.home .section3 .tabs {
	height: 9.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.home .section3 .tabs .item {
	width: 9.15rem;
	height: 7.6rem;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: transparent;
	border-radius: 0;
	transition: all 0.25s;
	cursor: pointer;
}

.home .section3 .tabs .item .common-more {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0.6rem;
	opacity: 0;
}

.home .section3 .tabs .item.active {
	background-color: rgba(89, 98, 29, 0.7);
	border-radius: 10px;
}

.home .section3 .tabs .item.active .common-more {
	opacity: 1;
}

.home .section3 .tabs .item.active .common-title {
	color: #fff;
}

.home .section3 .tabs .item.active .common-title .cn {
	color: #fff;
}

.home .section3 .lists {
	padding: 3.1rem 2rem 1.5rem 2rem;
	display: none;
	flex-wrap: wrap;
	overflow: hidden;
}

.home .section3 .lists.active{
    display: flex;
}

.home .section3 .lists .item {
	width: 5.5rem;
	background: linear-gradient(to top, #7a9a01, #59621d);
	border-radius: 10px;
	color: #fff;
	height: 8.5rem;
	cursor: pointer;
}

.home .section3 .lists .item .top {
	padding: 0.8rem 0.6rem 0.2rem;
}

.home .section3 .lists .item .top .p1 {
	text-transform: uppercase;
}

.home .section3 .lists .item .top .h3 {
	font-size: 0.3rem;
	line-height: 1.2;
	margin: 0.22rem 0;
}

.home .section3 .lists .item .top .no {
	opacity: 0.5;
}

.home .section3 .lists .item .img img {
	transition: 0.5s all ease-in-out;
	margin: 0rem auto;
}

.home .section3 .lists .item:hover .img img {
	transform: scale(1.05);
}

.home .section3 .lists .item:nth-child(2) {
	margin-left: 3rem;
	margin-top: 1.8rem;
}

.home .section3 .lists .item:nth-child(3) {
	margin-left: 1.2rem;
	margin-top: 0.7rem;
}

.home .section3 .lists .item:nth-child(4) {
	margin-left: 1.8rem;
	margin-top: 4rem;
}

.common-more {
	display: flex;
	color: #607046;
	font-size: 14px;
}

.common-more p {
	padding-top: 7px;
	text-align: left;
}

.common-more img {
	margin-left: 5px;
	width: 55px;
}

.common-more.center {
	justify-content: center;
}

.common-more.white {
	color: #fff;
}

.common-title {
	text-align: center;
}

.common-title .cn {
	font-size: 0.3rem;
	color: #292929;
}

.common-title .en {
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.5;
	margin-top: 5px;
	letter-spacing: 0.07rem;
}

.content-scroll {
	height: auto;
	position: absolute;
	z-index: 5;
	width: 100%;
	left: 0;
	top: 0;
}

.section3-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 2;
	background-size: cover;
	background-position: center center;
	transition: 1s all ease-in-out;
}

footer {
	background-color: #f4f4f4;
	background-image: url(../images/wave.png);
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 0 2.6rem;
	margin-top: -2px;
}

footer .top {
	padding-top: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .top a {
	padding: 0 0.4rem;
	line-height: 20px;
}

footer .top a+a {
	border-left: 1px solid #c4c4c4;
}

footer .center {
	padding: 0.45rem 0 0.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #737373;
}

footer .center .t {
	font-size: 0.18rem;
}

footer .center .tel {
	font-size: 0.46rem;
	font-family: 'LOL';
}

footer .center .zx {
	margin-top: 0.15rem;
	font-size: 0.18rem;
}

footer .center .zx .iconfont {
	line-height: 0.51rem;
	width: 0.53rem;
	border: 1px solid #cccccc;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	margin-right: 0.1rem;
	font-size: 0.28rem;
}

footer .bottom {
	color: #fff;
}

footer .bottom .share {
	display: flex;
	font-size: 0.28rem;
}

footer .bottom .share a+a {
	margin-left: 0.3rem;
}

footer .bottom .site-info {
	display: flex;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 0.7rem;
	margin-top: 0.1rem;
}

footer .bottom .site-info p {
	margin-right: 0.2rem;
}

.common-banner {
	height: 6.5rem;
	position: relative;
}

.common-banner.video-banner{
    height: auto;
}

.common-banner.video-banner video{
    display: block;
    width: 100%;
    height: auto;
}

.common-banner::before,
.common-banner::after {
	content: '';
	position: absolute;
	width: 0.45rem;
	height: 120%;
	background-color: #fff;
	left: 0;
	top: -10%;
	z-index: 10;
	display: none;
}

.common-banner::after {
	left: auto;
	right: 0;
}

.inspiration .section1 {
	padding: 0.8rem 2.6rem;
}

.inspiration .section1 .lists {
	margin-top: 0.1rem;
	position: relative;
}

.inspiration .section1 .lists .item {
	padding: 0.5rem;
	position: absolute;
	cursor: pointer;
}

.inspiration .section1 .lists .item .img-box {
	overflow: hidden;
	display: block;
	border-radius: 10px;
}

.inspiration .section1 .lists .item .img-box img {
	transition: 0.5s all ease-in-out;
}

.inspiration .section1 .lists .item p {
	margin-top: 0.3rem;
	font-size: 0.22rem;
	text-transform: uppercase;
}

.inspiration .section1 .lists .item:hover .img-box img {
	transform: scale(1.05);
}

.inspiration .section1 .lists .item.r {
	left: 50%;
}

.world .section1 {
	padding: 0.8rem 2.6rem 1.25rem;
}

.world .section1 .lists {
	margin-top: 0.4rem;
	display: flex;
	flex-wrap: wrap;
}

.world .section1 .lists .item {
	display: block;
	width: 32%;
	margin-right: 2%;
	background-color: #fff;
	box-shadow: 0 0 0.5rem rgba(49, 49, 49, 0.1);
}

.world .section1 .lists .item .img {
	overflow: hidden;
}

.world .section1 .lists .item .img img {
	transition: 0.5s all ease-in-out;
}

.world .section1 .lists .item:nth-child(3n) {
	margin-right: 0;
}
#page {
	padding-top: 50px;
	display: block;
	text-align: center;
}

#page li {
	display: inline-block;
	min-width: 35px;
	height: 33px;
	cursor: pointer;
	color: #666;
	font-size: 14px;
	line-height: 33px;
	background-color: #f9f9f9;
	border: 1px solid #dce0e0;
	text-align: center;
	margin: 0 4px;
	-webkit-appearance: none;
	border-radius: 3px;
}

.xl-nextPage,
.xl-prevPage {
	width: 60px;
	color: #7a9a01;
	height: 28px;
}

#page li.xl-disabled {
	opacity: .5;
	cursor: no-drop;
}

#page li.xl-disabled:hover {
	background-color: #f9f9f9 !important;
	border: 1px solid #dce0e0 !important;
	color: #666 !important;
}

#page li.xl-active {
	background-color: #7a9a01;
	border-color: #7a9a01;
	color: #FFF
}

#page li:hover {
	background-color: #7a9a01 !important;
	border-color: #7a9a01;
	color: #FFF
}

#page li.xl-jumpText {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	opacity: 1;
}

#page li.xl-jumpText:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, 0) !important;
}

#page li.xl-jumpButton {
	padding: 0 5px;
}

#xlJumpNum {
	width: 35px;
	margin: 0 3px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type="number"] {
	-moz-appearance: textfield;
}
#page li.xl-nextPage,
#page li.xl-prevPage {
	display: none;
}
.world .section1 .lists .item:nth-child(n + 4) {
	margin-top: 25px;
}

.world .section1 .lists .item .text {
	padding: 0.2rem 0.3rem;
}

.world .section1 .lists .item .text h3 {
	line-height: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.09rem;
	font-size: 16px;
}

.world .section1 .lists .item .text .des {
	font-size: 14px;
	line-height: 25px;
	height: 50px;
	color: #848484;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.world .section1 .lists .item:hover .img img {
	transform: scale(1.05);
}

.shopping header .nav {
	position: relative;
}

.shopping .tabs {
	background-color: #fff;
	height: 1.9rem;
	margin-top: -50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
}

.shopping .tabs span {
	padding: 0 0.35rem;
	opacity: 0.3;
}

.shopping .tabs a {
	position: relative;
	display: block;
}

.shopping .tabs a.active {
	color: #59621d;
}

.shopping .tabs a.active::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	height: 2px;
	width: 100%;
	background-color: #59621d;
}

.shopping .section1 {
	padding: 0.8rem 2.6rem 1.2rem;
}

.shopping .section1 .content {
	padding: 0.3rem 2.6rem;
	line-height: 2;
	font-size: 14px;
	text-align: center;
}

.shopping .section1 .switch {
	display: flex;
	justify-content: center;
}

.shopping .section1 .switch .item {
	line-height: 33px;
	border: 1px solid #59621d;
	border-radius: 35px;
	width: 145px;
	text-align: center;
	color: #59621d;
	cursor: pointer;
}

.shopping .section1 .switch .item.active,.shopping .section1 .switch .item:hover {
	background-color: #59621d;
	color: #fff;
}

.shopping .section1 .switch .item+.item {
	margin-left: 30px;
}

.shopping .section1 .lists {
	padding-top: 0.5rem;
	display: flex;
	flex-wrap: wrap;
}

.shopping .section1 .lists .item {
	width: 4.15rem;
	margin-right: calc((100% - 12.45rem) / 2);
	box-shadow: 0 0 0.3rem rgba(55, 55, 55, 0.07);
	border-radius: 0.2rem;
	padding: 0.6rem 0.35rem 0.25rem;
	cursor: pointer;
}

.shopping .section1 .lists .item:hover {
	box-shadow: 0 0 0.3rem rgba(89, 98, 29, 0.2);
}

.shopping .section1 .lists .item .img-box {
	height: 3.2rem;
	background-image: url(../images/watch1.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

.shopping .section1 .lists .item .text {
	padding: 0.2rem 0;
	text-align: center;
	font-size: 0.22rem;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.5;
}
.shopping .section1 .lists .item .text p:nth-child(2){
    font-weight: normal;
}
.singleLine {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shopping .section1 .lists .item .text p:nth-child(3){
    font-family: 'LOL';
    font-size: 18px;
    font-weight: normal;
}
.shopping .section1 .lists .item ul {
	display: flex;
	justify-content: center;
	text-align: center;
	width: 100%;
}
.shopping .section1 .lists .item ul li{
	width: 70px;
	text-align: center;
}
.shopping .section1 .lists .item ul li a{
	display: block;
}
.shopping .section1 .lists .item ul li .img {
	border: 1px solid #eeeeee;
	width: 50px;
	height: auto;
	margin: 0px auto;
}

.shopping .section1 .lists .item ul li p {
	font-size: 12px;
	margin-top: 5px;
	opacity: 0.75;
}

.shopping .section1 .lists .item:nth-child(3n) {
	margin-right: 0;
}

.shopping .section1 .lists .item:nth-child(n + 4) {
	margin-top: 0.65rem;
}

.shopping .section2 {
	padding: 0.9rem 2.6rem 1rem;
	display: flex;
}

.shopping .section2 .left {
	display: flex;
	width: 50%;
}

.shopping .section2 .left .biger-img {
	width: 5.2rem;
	height: 5.2rem;
	border: 1px solid #e5e5e5;
}

.shopping .section2 .left .slides {
	display: flex;
	flex-direction: column;
	margin-right: 0.2rem;
	text-align: center;
}

.shopping .section2 .left .slides .iconfont {
	cursor: pointer;
}

.shopping .section2 .left .slides .iconfont:hover {
	background-color: #59621d;
	color: #fff;
}

.shopping .section2 .left .slides .swiper-container {
	width: 1.45rem;
	height: 4.83rem;
}

.shopping .section2 .left .slides .swiper-container .swiper-slide {
	padding: 0.08rem 0;
	cursor: pointer;
}

.shopping .section2 .left .slides .swiper-container .swiper-slide .img {
	height: 1.45rem;
	border: 1px solid #e5e5e5;
	display: flex;
	/*align-items: center;*/
	overflow: hidden;
	justify-content: center;
	background: center center no-repeat;
	background-size: cover;
}

.shopping .section2 .right {
	padding-left: 0.5rem;
	width: 50%;
	padding-bottom: 0.5rem;
}

.shopping .section2 .right .info {
	position: absolute;
	width: 10vw;
	height: 2vw;
	right: 3rem;
	padding-left: 1vw;
	line-height: 2vw;
	border-left: 1px solid #c5c5c5;
}

.shopping .section2 .right .info img {
	width: 1vw;
	height: 1vw;
	float: left;
	margin: 0.5vw;
}

.shopping .section2 .right .info p {
	text-decoration: underline;
}

.shopping .section2 .right .title {
	font-size: 0.3rem;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.25;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.15rem;
}

.shopping .section2 .right .content {
	padding: 0.2rem 0;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	flex-wrap: wrap;
}

.shopping .section2 .right .content .item {
	width: 100%;
	display: flex;
	align-items: center;
	color: #a0a0a0;
	font-size: 14px;
}

.shopping .section2 .right .content .item .name {
	color: #393939;
	font-weight: 700;
	width: 1.5rem;
}

.shopping .section2 .right .content .item+.item {
	margin-top: 0.2rem;
}

.shopping .section2 .right .content .item.half {
	width: 60%;
}

.shopping .section2 .right .content .item.half .name {
	width: 0.9rem;
}

.shopping .section2 .right .content .item.half:nth-child(2) {
	margin-top: 0;
}

.shopping .section2 .right .content .item.half:nth-child(2n) {
	width: 40%;
}

.shopping .section2 .right .content .item.half:nth-child(n + 3) {
	margin-top: 0.2rem;
}

.shopping .section2 .right .tip {
	font-size: 14px;
	color: #a0a0a0;
	padding: 0.2rem 0;
}

.shopping .section2 .right .btns {
	display: flex;
}

.shopping .section2 .right .btns .btn {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	width: 2.65rem;
	border: 1px solid #bfbfbf;
	cursor: pointer;
	color: #585858;
}

.shopping .section2 .right .btns .btn .iconfont {
	font-size: 24px;
	margin-right: 3px;
}

.shopping .section2 .right .btns .btn.fill {
	border-color: #59621d;
	background-color: #59621d;
	color: #fff;
}

.shopping .section2 .right .btns .btn+.btn {
	margin-left: 0.15rem;
}

.shopping .section3 {
	padding: 0 2.6rem 1rem;
}

.shopping .section3 .lists .item {
	display: flex;
}

.shopping .section3 .lists .item .left {
	width: 7.9rem;
	position: relative;
}

.shopping .section3 .lists .item .right {
	width: 7.9rem;
	margin-left: -1.85rem;
	border: 4px solid #dcdcdc;
	padding-left: 2.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-right: 0.5rem;
	text-align: justify;
	margin-top: 0.8rem;
	height: 5.1rem;
}

.shopping .section3 .lists .item .right h3 {
	font-size: 0.3rem;
}

.shopping .section3 .lists .item .right .content {
	font-size: 14px;
	line-height: 1.8;
	margin-top: 0.05rem;
}

.shopping .section3 .lists .item+.item {
	margin-top: 0.9rem;
}

.shopping .section3 .lists .item:nth-child(even) {
	flex-direction: row-reverse;
}

.shopping .section3 .lists .item:nth-child(even) .left {
	margin-top: 0.8rem;
}

.shopping .section3 .lists .item:nth-child(even) .right {
	margin-left: 0;
	margin-right: -1.85rem;
	padding: 0 2.4rem 0 0.5rem;
	margin-top: 0;
}

.radios {
	display: flex;
	align-items: center;
}

.radios .radio {
	display: flex;
	align-items: center;
	margin-right: 0.3rem;
}

.radios .radio .icon {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 1px solid #e5e5e5;
	margin-right: 0.1rem;
}

.radios .radio p {
	min-width: 0.4rem;
}

.radios .radio.active .icon {
	border-color: #7a9a01;
	background-color: #7a9a01;
}

._toast {
	position: fixed
}

._toast {
	width: 100%;
	height: 50px;
	left: 45%;
	top: 50%;
	margin-top: -25px;
	z-index: 500;
	opacity: 0;
	visibility: hidden;
	pointer-events: none
}

._toast p {
	display: inline-block;
	border-radius: 5px;
	background-color: #fff;
	color: #222;
	padding: 10px 20px;
	border: 1px solid #222;
	box-shadow: 0 0 5px rgba(55, 55, 55, .2)
}

._toast span::before {
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	margin-top: -12px;
	left: 0%
}

._toast.success span::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAD3ElEQVRoQ9WaXW7aQBDHZ2yHVmqB9ASlJyh5rKoScoKSE4ScIPStCpZCJBL1Ldwg5ARNT8BHVfUxcIKQExSDIhUwO5UNpg628XptA8lj2J39/2ZmZ7+MEMVfo7KblCafUcIMEuSBKAOImSemiXqA2COEJjHqDdnODzio9MMOj8IGGpXdlKQfIVARELNCdog6DKAWBiYwwMvfXzOJiXyChEVA2BUSvtyJoE8S1MaKfvP3w7deEJuBAFI/1TNkUIpMuAfI4FP1nBeCC+DVr9OsouO1cKrwqrHaEXVGiekhTzR8AZLt06JE0lVsXveCI+gzhONhrnq7in8lgCkepOugDoyyPQN2PMxd1r1segJsg3hL9CoIV4BkWy1IAN+j9GRYWwzg0C2dHABGmXwxVu7WnvN+hAT9UULfW57YDoB0q3y3tmrjJ9pRZqmj7V/s2f/9BCDVUiuIcBbU7jrbE8H5YL9ascZcAGxt6rgsdvZUWgCkWmoNEU7W6U3RsexRmAE0KrtpSb/f8MTt6jIrPo4TvZQ8qSHgkScgQV9jyjtjN2sCpNrlEgJeiXokgn5dbark7dvrdLvcA8C3XrattcEE2HDlcYifO7W+OgqzioRm+sj6nwi8KGLCVbxZUCbKvZ9Bbaq8wQ1uGVzFz+bjpMGzFhmrM26o+oQWb0THqEaYbqtNANj3CxcQaQRYRwTj+Ojf3ttgJOLn5luYbpXvHQdwl8F1me09frzshKxaUYo3QtAzIkB+3iegm0HuomhvJzB3ohU/F8MFAABNLVc9WAYNABGLeEMPLwB4HSo4IGITHwjAaCwAEav4OcDqJXs5bQJAxC4egB74y6iNhANiDeJNQS3hhcwbQi0Mp0rTce8ZYIX1q4rW7+ZCxjEJPe35XXksOsYgfjYn4TD0Zs4XIibxBoC5mTO3023VWGHf84aOd2IH2ZgJjN3VctVsZAcaRyRi9Ly9pNuOlBPjASIt4IlFFyIoDZhy81rRszKjK54tsdB4RJrGdjKLI6W5QXvWh3oAmF2ryJ2wURDyaJBORNooMc1aN3TP72IL6Msgd1GzmJ1XiyErUhBnCrQ1K4+9n8fl7ham0lLqeEbA+OFZX69bZGG2GAKpsbJL4AeObYLw26pwPPKpBYmovvbySqQxxGKoRz4rEvObMuO1UHi/FDCtuqMdvRDJM6t9YPMBBKgUWzRmd081+wOGH7hvCi0bMD81GCvFSEHmwscJvc7j9ZXrgB+x/ZCSlMcFCaRSiNTqMmC14TRxK/rlSuAIuAIan9vIeh4JsoiQB6CM826fHgCwRwRNQui4Hju5vfe/4T8KykdZu9C3xgAAAABJRU5ErkJggg==)
}

._toast.success p {
	color: #0fc27c;
	border-color: #0fc27c
}

._toast.error span::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAF0ElEQVRoQ9WZW2wUZRTH/2dmv2mbIg8oAm1nudh2dy0ioASC8RIoihiNiegTMUFJTPAWL0FjMD4gwfuDBH1AjVFejJjwgCKxIphAkMaCYt3tRYs7hYooD9Ib8+3MMbN0m93tXr7Z3RKZt7bn8v9913O+Eq7wj65w/agoAAN6b51Y4ARwK4OmpQ8Oue4wk2Zp4N5mS3YQ4FRi8MoG6JuOmaPVgXUErZXBtxDRlKLCmEeY6FsCPnXi9p4WwC7qk8egJABvpLtM/R6Q/hiYV4NIK1UAAwPEvCVkyZ0EJPzG8Q3QPQsRNyA+A9ENfpMVsmdGjwZnU8hy9viJ6wsgFhRPM/AGgQw/SXza7saw/Uj4b1xQ8VMCsBpQM6QZnwBYqxK0XBtmdGtsrwj143SxWEUBeutgSl3sI6KWYsEq+XdmxKsS9m3zBvBHobgFAbyRHyRxjIjmV1Kcj1h9gYv2ssaz+CufT0GAmJncrA/5SFhxUwZ3hONyab4TKi9AzAxsBmlbKq6otIBvhuP2plyuOQGiQXETMdpBVHSPlKbHpxczM2FJJC5/zPacIJABrcsUx0G0wGeayTVn/jlkyUUEuBklSnbWWL2+Frr+uaoaZh4EoYdAi1R9PDsGHwejSan0GAvMzOsjlvy4IEDUFEeJaKmKGGYeDrhYadvyF71aHADREhU/MLc7o3KFYYj5jo7vAKpW8gNOheL2PPL4x76MJdRVhzAHjKhKMAbbOvOqZivxvWffOR1T9BqxH6Dlhf35iDMi72o5h0HPrjsYaHVAXyrf7o67Mnw6cSAnQCxovAbgBUWAjkBcLm8CLqbsL93Yoi0/BB+pdWWr2Y+RdJ9BTRxWXoLMH4YtuSEnQDRodBJwvQpA0ob5YC3LNdmCckL4sS0s4Pdw3L5uAkDvDFybqDLOKosfN8w9qkMkvgLRHSlQ3ZKr/c1WfiVVI/asuefwp2cxvgeiZuBOIm2/f4DkVGSsa+83PUCVY4qvGZABS96bLl59v+RWQ66zJtTv7MsEaBBPkkbvlgaQXE7JkyW1Ob04fXNQPecUHAJkKm5SvJ8TK4cgZvf5iJV4OwOgyzS2MuGlkgEu7YkJEOnxeqZhqlMr2pSP2zximLEtYtlJreNLKGaKHSDaWBbAGIQ+JFubzuPfCeKniEMALaxAjvfClnw8aw+I7UT0RNnBwSf0QXn7ZAIQeHsoLp/K2gPGNtLwYlkAzO25Rj8Vs1JLCIytYcvenLUHxDNM9E7JAHk2sRdv7imMVnITg3lj2JLvZ+6BhsBqaFryaPL/5T9GvVjZd0C5J5EGd1VzPNGWAeA9UF2sMQZKEZ+rPCh2kZVzF9S69tVmP85nAHg/xILGbwDmKUPkKw/Sb+FUsEqVEswnw5Yc71UyqtGYKT4A0aMqAF6vWqlibojEUR8N1OvhuD1+2GQAeKWtC+0bRYCSy+n0Jee3nNaBlqa4/WtKYwYAAxQLGn0EzFaCKLWhGaud/DY0zPxDxJLL0rVN6IljplgPoo9UAC5dvMmWsptAi1V9kn7gDjCafbWUrrM20u98URBgrKnvANGNfgRNui3zTyFLLi7a1CdPI1PcDKL2SRelmsDPs0oqZtQUbxHRc6o5JtWO3ZfDVuLVXDnyPlx1AoZuimP/g6W0Oxy3H8w3QAVf3sbazKNeOTOpI5wvOPPJqY5cVncGwyUBeE7RmZgDYRwiQvByQjBzp3Dk3Y1nYBXKq/T22dWAepeMg0RovEwQu2td++H0146SZyDlGLsGV6HG2AXCfZMF4T2WaYxnQ5bcoZpDaQbSg3WZ+v1MutdQqxd9amqimrQfaB6A0stgzlJCLU/yYVJ0mWIDE14h0AxVvwl2zC4T7SN2doYsZ28p//z2PQPpIhgIxOoDS0hDK0NbR4Tm4jB8AUxHGG5b9WhiV+qBqrhfbouyALJDdteLhY5GEY3c2S60zBdnl/8JuDjceEaeyC4HShXv+VUUoBwhpfpe8QD/Ab2JqE8dKj95AAAAAElFTkSuQmCC)
}

._toast.error p {
	color: #d81e06;
	border-color: #d81e06
}

._toast.warning span::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAEa0lEQVRoQ+2YT2gcdRTHv282sc2hYWcQ7MEeGlsqLaVoMrNqL7YnaXa29ZJ6UFGiFPwD4kFaJChVAiI9iIoiWqpSKBHR7iTxpD216syGKDHaXHJQULFhZ5q0SZrszJPfpgnbZHfn77YbyO/6+73ve5/9zvu9nSGs80XrvH5sANxpBzccqOfAzHBmN7BwZcuh0SuNcqohDlwd6sy4buo0EXYDzGCcTbdIL9Khn6eTBkkcwBnSutjliyC6q7JYZh6X52cfpJ7xhSQhEgXgAaTsNnWUQHurFUmM/nTOfL1pAWxDexXAqZoFMi+ShPvTWWsyKYjEHLg2pG5dcGmSCG0+xV2QdfNg0wEUDfUcgY4GKYwIPems+VWQs35nEnHAHuw8AE794JdseZ/B/8pzLR3U8+Nc0Jha52IDcKGz1flHugxQR5hiGHhX0c3XwsRUvRjiChQN9QSB+kPrMNwUe3vaDxcmQsdWBMRyYPZbddu8RBPVGlc8Jilwr8eUAXB89VwQNTD4kqJb++8YgG1o3wA4UrUA8nrlbOG02CvmtY+JcKzaOQY/qejW2agQkR3wa1wmZJWsOSQKs/PqSRD1VS+Sp9LedAcdnpiJAhEJgId3bHJc+fd6jRscoPwwvSfr1iu3DcA2tDcAvFkvYSgAhssp9wGle2QsLERoB5xBtYMZ4tfflBjAktCIrJtdDQewDU0MrAN+iUI5sDLh+Fk5Z53x067cD+WAbWjixhE3j++KBACeQmlxp/z4L45vgpsHAgPwwMNt9ubSBBFtCyIeDUC8/vBHSs56IUgOcSYwgGOo/Qw6EVQ4KkAZQfL2BW3oQADlxvVwGUStjQdYauh01lSJwH75AgEEbdzKZNEdWFIh4mPprPVJbADHUI8y6Jyf0Or9uABgduAubvdr6LoOlBu3rTRJoK1hAQDuk3XrbRFnG2oeID20BuMzOWc+Vy+uLoBtdJ0CJPGeG34xeyD6GszXQfRMeIGbj5IENd1tFmrF1wSYPt+1yyVpHIRU1ORJxDF4TM5a+2o1dE2AoqFeJNAjSRQRV4PhvazohQ+q6VQFsPNdT4GkL+Il5g9bPemtBam0kyCdAei+qHrMuNZC7vZ2fWRqtcYaAD6/a4sjtU8CdHfUhGC25JylLceLT42el/opsp4IZHwp58ynfQFsQ3sfwEtxkjHzgJKzVj6xiNvMaXNn42iK2BTx/vasdalS5xYHikOde8mTfhVjJFYy8f8eOKLkzMHyNTqo9oHpZCxNYQLzhDxv7aEeuMtatwLk1e+I6LG4iZbjGfwbmK4TQbzYJ7IIeD6tm5+uAZgdztx7w+W/EsnSSJFV/bXiQHFQ6yZG2fLmXnxD1q3Naxxw8tpBJnzf3MWXb6P/5Jx5zxoAvvBoizMz+wcIO5oZgpnfUXLW8apNfDWfeciFNxD0rev2g/Ln6Tmrt+YtVJ4X4mPt3/QESIo8OZMF4xKYx5h4VNFH/vQdZMkmb7xavIHV+Pp8M2wA+P5EDT6w7h34H01KxEDHpGQGAAAAAElFTkSuQmCC)
}

._toast.warning p {
	color: #efb336;
	border-color: #efb336
}

._toast.active {
	opacity: 1;
	visibility: visible
}

._toast span {
	display: inline-block;
	font-size: 16px;
	position: relative
}

._toast.error span,
._toast.success span,
._toast.warning span {
	padding-left: 30px
}

.modal {
	width: 40%;
	background: white;
	position: fixed;
	left: 30%;
	top: 30%;
	border-radius: 10px;
	box-shadow: 0 1px 10px 0 grey;
	display: none;
	z-index: 50;
}

.modal .close {
	width: 50px;
	position: absolute;
	right: 5px;
	margin-top: 5px;
	cursor: pointer;
	transition: .5s all ease-in-out;
}

.modal .close:hover {
	transform: rotate(180deg);
}

.modal .title {
	padding: 2vw;
	text-align: center;
	font-size: 26px;
	background: #7a9a01;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
}

.modal .inputBox {
	width: 100%;
	padding: 25px;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.modal .inputBox .label{
	width: 48%;
	display: flex;
	border-bottom: 1px solid rgba(0,0,0,.05);
}
.modal .inputBox .label .icon{
	width: 50px;
	padding: 12px;
	opacity: .5;
}

.modal .inputBox input {
	width: calc(100% - 50px);
	height: 50px;
	border: transparent;
}

input {
	outline: none
}

.modal .submit {
	width: 160px;
	height: 45px;
	line-height: 45px;
	margin: 0vw auto;
	text-align: center;
	background: #7a9a01;
	color: white;
	cursor: pointer;
	border-radius: 50px;
	transition: .5s all ease-in-out;
	margin-bottom: 25px;
	
}

.modal .submit:hover {
	border-radius: 30px;
}

.explore .section1 {
	padding: 0.8rem 2.6rem 1rem;
	text-align: center;
}

.explore .section1 .tit {
	font-size: 1.5vw;
	color: #7a9a01;
	margin-bottom: 20px;
	font-weight: bold;
}

.explore .section1 .text {
	width: 70vw;
	margin: 0 auto;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	color: #555555;
	margin-bottom: 40px;
}

.explore .section1 .info {
	width: 65vw;
	margin: 0 auto;
	text-align: center;
}

.explore .section1 .info img {
	margin: 0 auto;
}

.explore .section2 {
	width: 95vw;
	height: 42vw;
	margin: 0 auto;
	background: url('../images/ws-img1.jpg') center no-repeat;
	background-size: cover;
}

.explore .section2 .itemBox {
	border-left: 1px solid rgba(0,0,0,.2);
	margin-left: 11vw;
	color: white;
}

.explore .section2 .itemBox .item {
	padding-left: 2vw;
	width: 55vw;
	height: 21vw;
}

.explore .section2 .itemBox .item .tit {
	font-size: 20px;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 2vw;
}

.explore .section2 .itemBox .item .tit img {
	width: 3vw;
	height: 3vw;
	float: left;
	margin-right: 2vw;
	position: relative;
	margin-top: -0.7vw;
}

.explore .section2 .itemBox .item .text {
	font-weight: normal;
	padding-left: 5vw;
	line-height: 2;
	letter-spacing: 1px;
	font-size: 14px;
}

.explore .section2 .itemBox .itemBox_top {
	border-bottom: 1px solid rgba(0,0,0,.2);
	padding-top: 7vw;
}

.explore .section2 .itemBox .itemBox_bottom {
	padding-top: 3vw;
}

.explore .section3 {
	padding-top: 5vw;
}

.explore .section3 .titBox {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 3vw;
}

.explore .section3 .titBox .logo {
	width: 9vw;
	height: auto;
	margin: 0 auto;
}

.explore .section3 .titBox .tit {
	font-size: 1.5vw;
	color: #7a9a01;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 1vw;
}

.explore .section3 .titBox .text {
	margin: 0 auto;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	color: #555555;
	margin-bottom: 40px;
}

.explore .section3 .infoImg {
	width: 73vw;
	height: 6vw;
	margin: 0 auto;
}

.explore .section3 .itemBox {
	width: 72vw;
	margin: 0 auto;
	padding: 4vw 0;
}

.explore .section3 .itemBox .item {
	width: 100%;
	display: flex;
}

.explore .section3 .itemBox .item .left {
	width: 50%;
	height: auto;
	overflow: hidden;
	cursor: pointer;
}
.explore .section3 .itemBox .item .left img{
	-webkit-transition: all .5s;
}

.explore .section3 .itemBox .item .right {
	width: 50%;
	height: auto;
	text-align: left;
	padding: 50px 0px 0px 50px;
}
.explore .section3 .itemBox .item:nth-child(even){
	direction: rtl;
}
.explore .section3 .itemBox .item .right .tit {
	font-size: 24px;
	color: #7a9a01;
	margin-bottom: 20px;
	font-weight: bold;
}

.explore .section3 .itemBox .item .right .text {
	margin: 0 auto;
	font-size: 14px;
	line-height: 2;
	letter-spacing: 1px;
	color: #555555;
	margin-bottom: 40px;
}

.explore .section3 .itemBox .item:hover .left img {
	transform: scale(1.05);
}

.explore .section3 .itemBox .item:nth-child(even) .right {
	padding-right: 5vw;
	padding-left: 0;
	direction: initial;
}

.explore .section3 .itemBox .item:nth-child(even) .right .tit {
	text-align: right;
}

.explore .section3 .itemBox .item:nth-child(even) .right .text {
	text-align: right;
}

.sale .section1 {
	padding: 5vw 0;
}

.sale .section1 .tit {
	text-align: center;
	padding-bottom: 2vw;
}

.sale .section1 .tit .cn {
	font-size: 16px;
	color: #292929;
}

.sale .section1 .tit .en {
	font-size: 14px;
	color: #292929;
}

.sale .section1 .itemTop {
	width: 73vw;
	height: 18vw;
	background: url('../images/sale-img1.png') center no-repeat;
	background-size: cover;
	margin: 1vw auto;
	border-radius: 15px;
}

.sale .section1 .itemTop .textBox {
	width: 40vw;
	margin-left: 33vw;
	text-align: left;
	color: white;
	padding-top: 4vw;
}

.sale .section1 .itemTop .textBox .tits {
	line-height: 1.8;
	letter-spacing: 1px;
	border-bottom: 1px solid #7f7f7f;
	padding: 1vw 3vw;
	font-size: 14px;
}

.sale .section1 .itemTop .textBox .tits p:nth-child(1) {
	font-size: 14px;
	font-weight: bold;
}

.sale .section1 .itemTop .textBox .itemBox {
	padding: 1vw 2.7vw;
	font-size: 14px;
}

.sale .section1 .itemTop .textBox .itemBox .item {
	display: flex;
	margin-bottom: 0.5vw;
}

.sale .section1 .itemTop .textBox .itemBox .item .num {
	width: 1vw;
	height: 1vw;
	background-color: #ffffff;
	border-radius: 50%;
	color: #617016;
	text-align: center;
	line-height: 0.9vw;
	font-size: 14px;
	margin: 0.1vw 0.5vw;
}

.sale .section1 .itemBottom {
	width: 73vw;
	margin: 0 auto;
	display: flex;
}

.sale .section1 .itemBottom .left {
	width: 31vw;
	border-radius: 15px;
	background: white;
	margin: 0 3vw;
	position: relative;
	margin-top: -14vw;
	box-shadow: 0 1px 10px 1px #ececec;
}

.sale .section1 .itemBottom .left .img {
	width: 10vw;
	height: 10vw;
}

.sale .section1 .itemBottom .left .text1 {
	font-size: 14px;
	color: #373737;
	line-height: 1.7;
	letter-spacing: 1px;
	padding-bottom: 2vw;
	padding: 0 2vw;
}

.sale .section1 .itemBottom .left .text2 {
	font-size: 14px;
	color: #8b8b8b;
	line-height: 1.7;
	letter-spacing: 1px;
	padding-bottom: 2vw;
	padding: 2vw;
}

.sale .section1 .itemBottom .left .text3 {
	font-size: 14px;
	color: #7a9a01;
	line-height: 1.7;
	letter-spacing: 1px;
	padding: 0 2vw;
	margin-bottom: 2vw;
}

.sale .section1 .itemBottom .left .text3 p:nth-child(1) {
	color: #405220;
	font-size: 1vw;
	font-weight: bold;
}

.sale .section1 .itemBottom .right {
	width: 37.2vw;
}

.sale .section1 .itemBottom .right .itemBox {
	padding: 1vw 0;
	font-size: 14px;
	text-align: left;
}

.sale .section1 .itemBottom .right .itemBox .tits {
	font-size: 1vw;
	color: #333333;
	font-weight: bold;
	padding-bottom: 2vw;
}

.sale .section1 .itemBottom .right .itemBox .item {
	display: -webkit-box;
	margin-bottom: 1vw;
}

.sale .section1 .itemBottom .right .itemBox .item .num {
	width: 1vw;
	height: 1vw;
	background-color: #5b651b;
	border-radius: 50%;
	color: #ffffff;
	text-align: center;
	line-height: 0.9vw;
	font-size: 14px;
	margin: 0.1vw 0.5vw 0.1vw 0;
}

.sale .section2 {
	height: auto;
	background: url('../images/sale-img3.jpg') center no-repeat;
	background-size: cover;
	overflow: hidden;
}

.sale .section2 .tit {
	text-align: center;
	padding: 5vw 0;
	color: white;
}

.sale .section2 .tit .cn {
	font-size: 2vw;
}

.sale .section2 .tit .en {
	font-size: 1vw;
}

.sale .section2 .text {
	text-align: center;
	color: white;
	font-size: 16px;
	letter-spacing: 1px;
	line-height: 1.8;
}

.sale .section2 .downBtn {
	width: 13vw;
	height: 3vw;
	background-color: #ffffff;
	border-radius: 30px;
	margin: 5vw auto;
	font-size: 14px;
	color: #7a9a01;
	line-height: 3vw;
	display: -webkit-box;
	cursor: pointer;
	position: relative;
	transition: 0.5s all ease-in-out;
	z-index: 10;
}

.sale .section2 .downBtn img {
	width: 1vw;
	height: 1vw;
	margin: 1vw 1vw 1vw 2vw;
}

.sale .section2 .downBtn:hover {
	color: white;
	background: #7a9a01;
}

.sale .section3 {
	height: 43vw;
	background: url('../images/sale-img5.jpg') center no-repeat;
	background-size: cover;
}

.sale .section3 .tit {
	text-align: center;
	padding-top: 5vw;
	padding-bottom: 3vw;
}

.sale .section3 .tit .cn {
	font-size: 2vw;
}

.sale .section3 .tit .en {
	font-size: 1vw;
}

.sale .section3 .itemBox {
	width: 75vw;
	margin: 0 auto;
	display: flex;
}

.sale .section3 .itemBox .item {
	width: 15vw;
	height: 23vw;
	cursor: pointer;
	transition: 0.5s all ease-in-out;
}

.sale .section3 .itemBox .item img {
	width: 15vw;
	height: 23vw;
	border-radius: 10px 10px 0px 0px;
}

.sale .section3 .itemBox .item .text {
	position: absolute;
	margin-top: -5vw;
	margin-left: 2vw;
	color: #405220;
	font-size: 14px;
}

.sale .section3 .itemBox .item:nth-child(2),
.sale .section3 .itemBox .item:nth-child(4) {
	position: relative;
	margin-top: 4vw;
}

.sale .section3 .itemBox .item:hover {
	transform: translateY(-20px);
}

.sale .section4 {
	background: #f7f7f7;
}

.sale .section4 .tit {
	text-align: center;
	padding-top: 5vw;
	padding-bottom: 3vw;
}

.sale .section4 .tit .cn {
	font-size: 2vw;
}

.sale .section4 .tit .en {
	font-size: 1vw;
}

.sale .section4 .tits {
	font-size: 16px;
	color: #555555;
	text-align: center;
	padding-bottom: 3vw;
}

.sale .section4 .itemBox {
	width: 74vw;
	text-align: left;
	display: flex;
	margin: 0 auto;
	padding-bottom: 5vw;
}

.sale .section4 .itemBox .item {
	width: 36vw;
	height: 15vw;
	background: url('../images/sale-img11.png') center no-repeat;
	background-size: cover;
	box-shadow: 0 1px 10px 1px #ececec;
	padding: 2vw;
}

.sale .section4 .itemBox .item p:nth-child(1) {
	color: #405220;
	font-weight: bold;
	font-size: 16px;
	padding-bottom: 1vw;
}

.sale .section4 .itemBox .item p:nth-child(2) {
	color: #777777;
	font-size: 14px;
	padding-bottom: 2vw;
}

.sale .section4 .itemBox .item p:nth-child(3),
.sale .section4 .itemBox .item p:nth-child(4) {
	color: #777777;
	font-size: 14px;
	padding-bottom: 1.2vw;
	line-height: 1.7;
	position: relative;
	padding-left: 20px;
}

.sale .section4 .itemBox .item p:nth-child(3) img,
.sale .section4 .itemBox .item p:nth-child(4) img {
	width: 18px;
	height: auto;
	position: absolute;
	top: 5px;
	left: 0%;
}

.sale .section4 .itemBox .item:nth-child(1) {
	margin-right: 2vw;
}

.sale .section5 {
	background: #f7f7f7;
	text-align: center;
	padding-bottom: 4vw;
}

.sale .section5 .tits {
	font-size: 2vw;
	color: #292929;
	padding-bottom: 1vw;
}

.sale .section5 .text {
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #292929;
}

.sale .section5 .infoImg {
	width: 65vw;
	margin: 0 auto;
	padding: 2vw 0;
}

.sale .section5 .qrcode {
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #292929;
}

.sale .section5 .qrcode img {
	width: 10vw;
	margin: 0 auto;
	padding-bottom: 2vw;
}

.index-banner-bg {
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 3;
	left: 0;
	top: 0;
}
.mSwiper{
	display: none;
}
.index-banner-bg.hide {
	opacity: 0;
}

.index-banner-bg ul {
	position: relative;
	display: flex;
	height: 100%;
}

.index-banner-bg ul li {
	width: 100vw;
	height: 100%;
	flex-shrink: 0;
	background-position: center center;
	background-size: cover;
}


/* 通用详情页样式 */
.detail_page {
	width: 100%;
	background: #f4f4f4;
	position: relative;
	padding: 3vw;
}

.detail_page .detailTop {
	padding: 1vw 0;
}

.detail_page .detailTop .title {
	font-size: 24px;
	padding-bottom: .5vw;
}

.detail_box {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

.detail_box .dpl {
	width: 900px;
	height: auto;
	background: #fff;
	padding: 50px 25px;
}

.detail_box .dpr {
	width: 275px;
	height: auto;
	background: #fff;
	align-self: flex-start;
}

.detail_box .dpr .title {
	background: #277bba;
	color: #fff;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
}

.detail_box .dpr .list {
	width: 100%;
	height: auto;
	padding: 20px;
}

.detail_box .dpr .list a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.detail_box .dpr .list a:hover {
	color: #277bba;
}

.detail_box .dpr .list a:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.detail_box .dpr .list a .name {
	width: 100%;
	height: auto;
	line-height: 1.4;
}

.detail_box .dpr .list a .time {
	opacity: .5;
	line-height: 1.7;
	font-size: 12px;
}

.detail_box .dpl {
	margin: 2rem auto;
}

.detail_box .dpl .title {
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}

.detail_box .dpl .info {
	text-align: center;
	opacity: .5;
	line-height: 1.7;
	margin-bottom: 30px;
}

/* 通用上一条下一条样式 */
.ndc_npnews {
	width: 100%;
	height: auto;
	/*display: flex;*/
	border: 1px solid rgba(0, 0, 0, .05);
	margin-top: 50px;
}

.ndc_npnews .post_next,
.ndc_npnews .post_prev {
	width: 48%;
	flex: 1;
	line-height: 20px;
	padding: 20px;
	box-sizing: border-box;
	display: inline-block;
}

.ndc_npnews .post_next .txt,
.ndc_npnews .post_prev .txt {
	font-size: 14px;
	padding-bottom: 1vw;
	opacity: .5;
}

.ndc_npnews .post_next a,
.ndc_npnews .post_prev a {
	font-size: 16px;
}

.ndc_npnews .post_next a:hover,
.ndc_npnews .post_prev a:hover {
	color: #c0a16b;
}

.ndc_npnews .post_next:hover,
.ndc_npnews .post_prev:hover {
	color: #c0a16b;
}


.ndc_npnews .post_next:hover .icon:after,
.ndc_npnews .post_prev:hover .icon:after {
	background: rgba(255, 255, 255, .2)
}

.ndc_npnews .post_next {
	direction: rtl;
}

.ndc_npnews .post_next .icon,
.ndc_npnews .post_prev .icon {
	width: 20px;
	position: relative
}

.ndc_npnews .post_next .icon:before,
.ndc_npnews .post_prev .icon:before {
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 3px;
	background: url(../images/udicon.png) no-repeat;
	background-size: cover;
	content: '';

	opacity: .5
}

.ndc_npnews .post_next .icon:before {
	left: auto;
	right: 0;
	-webkit-transform: rotate(-180deg)
}



.ndc_npnews .post_next .name,
.ndc_npnews .post_prev .name {
	width: calc(100% - 20px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.ndc_npnews .post_next .name {
	direction: initial;
}

.ndc_npnews a:hover {
	color: #006eb9;
}
.menu_btn {
	position: absolute;
	right: 0%;
	top: 0px;
	height: 40px;
	font-size: 0;
	-webkit-text-size-adjust: none;
	width: 115px;
	
	display: none;
	z-index: 10;
}

.menu_btn p {
	position: absolute;
	width: 74%;
	line-height: 40px;
	font-size: 13px;
	background-color: #3e3e3e;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 10px;
	letter-spacing: 1px;
	right: 0;
	top: 0;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: width .25s ease-in-out;
	-o-transition: width .25s ease-in-out;
	-moz-transition: width .25s ease-in-out;
	transition: width .25s ease-in-out
}

.menu_btn.active p {
	width: 100%
}

.menu_btn p+p {
	opacity: 0
}

.menu_btn.active .menu_btn p+p {
	opacity: 1
}

.menu_btn .btn {
	width: 47px;
	height: 47px;
	position: relative;
	cursor: pointer;
	-webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	-o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	-moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	transition: all .3s cubic-bezier(.445, .05, .55, .95);
	z-index: 20;
	top: -4px;
	
	background-color: #fff;
	margin-left: auto;
	margin-right: 0
}

.menu_btn .btn span {
	display: block;
	height: 2px;
	width: 20px;
	background-color: #3e3e3e;
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	-o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	-moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
	transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.baby .menu_btn .btn span{
	background-color: #9a8ec3;
}

.menu_btn .btn span:nth-child(1) {
	width: 20px;
	top: 18px
}

.menu_btn .btn span:nth-child(3) {
	width: 10px;
	top: 31px
}

.menu_btn.active .btn span:nth-child(1) {
	-webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
	-moz-transform: rotate(-45deg) translate3d(0, 0, 0);
	transform: rotate(-45deg) translate3d(0, 0, 0);
	top: 50%
}

.menu_btn.active .btn span:nth-child(2) {
	-webkit-transform: rotate(45deg) translate3d(0, 0, 0);
	-moz-transform: rotate(45deg) translate3d(0, 0, 0);
	transform: rotate(45deg) translate3d(0, 0, 0)
}

.menu_btn.active .btn span:nth-child(3) {
	-webkit-transform: scaleX(0) translate3d(0, 0, 0);
	-moz-transform: scaleX(0) translate3d(0, 0, 0);
	transform: scaleX(0) translate3d(0, 0, 0)
}
.serviceSwiper{
	display: none;
}
@media screen and (max-width: 1660px) {
	.inspiration .section1,.world .section1 {
		padding: 0.8rem 1rem;
	}
}

@media screen and (max-width: 1366px) {
	.explore .section1 .text {
		width: auto;
	}

	.inspiration .section1 {
		padding: 0.8rem 0;
	}

	.explore .section3 .infoImg,
	.explore .section3 .itemBox {
		width: 90%;
		margin: 0 auto;
	}

	.explore .section3 .itemBox .item {
		width: 100%;
	}


}
.singePage{
	font-size: 14px;
	line-height: 2;
}
.detail_page .detailTop .info{
	font-size: 12px;
	opacity: .7;
}
.detail_page .detailTop{
	border-bottom: 1px solid rgba(0,0,0,.05);
	margin-bottom: 15px;
}
.mNav{
	display: none;
}

@media screen and (max-width: 1400px) {
    .home .common-banner{
        background: #fff;
    }
    header .nav{
        width: 80%;
    }
    header .nav .navActive .stripe__background-bottom{
        margin-left: -140px;
    }
}

@media screen and (max-width: 1024px) {
	header .nav .navActive .stripe__background-bottom{
		margin-left: -150px;
	}
	.home .section1,.explore .section1,.shopping .section1,.shopping .section2,.shopping .section3,.world .section1{
		padding: 50px 5%;
	}
	.shopping .section1 .content{
		padding: 25px 5%;
	}
	.home .section2{
		padding-left: 5%;
	}
	.home .section2 .right{
		width: 40%;
	}
	.home .section2 .left{
		width: 60%;
		height: auto;
		padding-right: 10%;
	}
	.explore .section2 .itemBox{
		margin-left: 5%;
		padding: 50px 0px;
	}
	.explore .section2 .itemBox .item{
		height: auto;
	}
	.explore .section2{
		height: auto;
		
	}
	.explore .section2 .itemBox .itemBox_top{
		padding-top: 0px;
	}
	.explore .section2 .itemBox .item .tit{
		margin-bottom: 10px;
	}
	.explore .section3 .titBox .logo{
		width: 120px;
		height: auto;
	}
	.explore .section3 .titBox .text{
		padding: 0px 5%;
	}
	.explore .section3 .itemBox .item .left, .explore .section3 .itemBox .item .left img, .explore .section3 .itemBox .item .right{
		height: auto;
	}
	.shopping .section1 .lists .item{
		width: 32%;
		margin-right: 2%;
	}
	.shopping .section3 .lists .item .left,.shopping .section3 .lists .item .right{
		width: 50%;
	}
	.shopping .section1 .lists .item ul li p{
		font-size: 12px;
	}
	.inspiration .section1 .lists{
		width: 90%;
		margin: 0px auto;
	}
	.world .section1 .lists .item{
		width: 32%;
		margin-right: 2%;
	}
	.world .section1 .lists .item:nth-child(n + 4){
		margin-top: 15px;
	}
	.sale .section1 .itemTop{
		width: 90%;
		height: auto;
		padding-bottom: 15px;
	}
	.sale .section1 .itemTop .textBox{
		width: 45%;
		margin-left: 50%;
		padding-top: 35px;
	}
	.sale .section1 .itemTop .textBox .tits{
		padding: 0px;
		padding-bottom: 15px;
	}
	.sale .section1 .itemTop .textBox .itemBox{
		padding: 0px;
		padding-top: 15px;
	}
	.sale .section1 .itemTop .textBox .itemBox .item .num,.sale .section1 .itemBottom .right .itemBox .item .num{
		width: 20px;
		height: 20px;
		border-radius: 50%;
		line-height: 20px;
		text-align: center;
	}
	.sale .section1 .itemTop .textBox .itemBox .item p{
		width: calc(100% - 30px);
	}
	.sale .section1 .itemBottom .right .itemBox .item p{
		line-height: 1.7;
	}
	.sale .section1 .itemBottom .left .img{
		width: 80px;
		height: auto;
	}
	.sale .section2 .text{
		font-size: 14px;
		padding: 0px 5%;
	}
	.sale .section2{
		height: auto;
		padding: 50px 0px;
	}
	.sale .section2 .tit{
		padding-bottom: 25px;
		padding-top: 0px;
	}
	.sale .section2 .downBtn{
		width: 150px;
		height: auto;
		line-height: 45px;
		margin-bottom: 0px;
		margin-top: 35px;
		display: flex;
		align-items: center;
	}
	.sale .section2 .downBtn img{
		width: 15px;
		height: auto;
		margin-right: 5px;
		margin-left: 15px;
	}
	.sale .section3 .itemBox{
		width: 90%;
	}
	.sale .section3 .itemBox .item{
		width: 20%;
		height: auto;
	}
	.sale .section3 .itemBox .item img{
		width: 100%;
		height: auto;
	}
	.sale .section3,.sale .section4{
		height: auto;
		padding: 50px 0px;
	}
	.sale .section3 .tit,.sale .section4 .tit{
		padding-top: 0px;
		padding-bottom: 25px;
	}
	.sale .section4 .tits{
		font-size: 14px;
		opacity: .7;
	}
	.sale .section4 .itemBox{
		width: 90%;
	}
	.sale .section4 .itemBox .item{
		width: 49%;
		height: auto;
	}
	.sale .section4 .itemBox .item:nth-child(1){
		margin-right: 2%;
	}
	.sale .section4 .itemBox .item p:nth-child(2){
		margin-bottom: 10px;
	}
	.sale .section5{
		padding: 50px 5%;
	}
	.menu_btn {
		display: block;
		width: 47px;
		left: 5%;
		top: 7px;
		height: auto;
	}
	.menu_btn .btn{
		top: 0px;
	}
	header .nav ul{
		display: none;
	}
	header{
		height: auto;
		    overflow: inherit;
	}
	header::before{
		height: 60px;
		display: none;
	}
	header .nav{
		height: 60px;
		width: 100%;
		padding: 0px 5%;
		background: #fff;
		box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
		max-width: none;
	}
	header #bump{
		display: none;
	}
	.common-banner::before, .common-banner::after{
		display: none;
	}
	header .logo{
		width: 70px;
	}
	header .lang{
		right: 1%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		flex-wrap: wrap;
		height: auto;
	}
	header .lang p{
		width: 100%;
		text-align: center;
		opacity: .7;
		display: none;
	}
	header .lang img{
		margin-right: 0%;
		width: 20px;
		margin-bottom: 0px;
	}
	header .lang .langBox{
		top: 20px;
	}
	.home .common-banner{
		height: calc(50vh - 60px);
	}
	.index-banner-bg{
		height: 50vh;
		top: 0px;
	}
	.home .section1 ._logo{
		width: 100%;
	}
	.home .section1{
		padding-top: 0px;
	}
	
}

@media screen and (max-width: 768px) {
    .inspiration .section1 .lists .item.r {
    	left: 0%;
    }
    .home .section3 .lists .item:nth-child(4){
        margin-left: 0rem;
        margin-top: 0rem;
    }
	.home .section1, .explore .section1, .shopping .section1, .shopping .section2, .shopping .section3, .world .section1{
		padding: 35px 5%;
	}
	.common-title .cn{
		font-size: 24px;
		font-weight: bold;
	}
	.common-title .en{
		margin-top: 0px;
		font-size: 12px;
	}
	.home .section1 .en-title{
		width: 250px;
	}
	.home .section1 .des{
		font-size: 14px;
		text-align: left;
		line-height: 1.7;
	}
	.home .section1 .des p{
		margin-bottom: 10px;
	}
	.common-more p{
		font-size: 12px;
		opacity: .7;
	}
	.common-more img{
		margin-left: 0px;
		width: 50px;
	}
	.common-title{
		margin-bottom: 15px;
	}
	.home .section2{
		padding: 0px 0%;
		flex-wrap: wrap;
		position: relative;
	}
	.home .section2 .left{
		width: 90%;
		padding-right: 0%;
		position: absolute;
		z-index: 5;
		top: 50%;
		left: 5%;
		-webkit-transform: translateY(-50%);
		padding: 0px;
	}
	.home .section2 .left .en-title{
		width: 40%;
		margin-left: 30%;
		margin-bottom: 10px;
	}
	.home .section2 .left .des{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.home .section2 .right{
		width: 100%;
		position: relative;
		left: 0px;
		top: 0px;
		box-shadow: none;
		filter:none;
		filter: blur(1px);
	}
	.home .section2 .right::after{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		top: 0px;
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 100%);
		content: '';
	}
	.home .section2 .common-title{
		text-align: center;
	}
	.common-more{
		margin: 0px auto;
	}
	.home .section3 .tabs{
		height: auto;
		padding: 70px 5% 35px;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.home .section3 .tabs .item{
		width: 48%;
		height: auto;
		flex-wrap: wrap;
		padding: 20px 0px;
		background-color: rgba(89, 98, 29, 0.7);
		border-radius: 10px;
	}
	.home .section3 .tabs .item .common-more{
		bottom: 0px;
		position: relative;
		opacity: 1;
	}
	.home .section3 .tabs .item .common-title{
		width: 100%;
		margin-bottom: 10px;
		color: #fff;
	}
	.home .section3 .tabs .item .common-title .cn{
		font-size: 20px;
		margin-bottom: 5px;
		color: #fff;
	}
	.home .section3 .tabs .item .common-more img{
		width: 30px;
		margin-left: 10px;
	}
	.home .section3 .lists{
		padding: 0px 5%;
	}
	.home .section3 .lists .item{
		width: 100%;
		padding: 25px;
		height: auto;
		margin-bottom: 20px;
		position: relative;
	}
	.home .section3 .lists .item:nth-child(2){
		margin-left: 0%;
		margin-top: 0px;
		top: 0px;
	}
	.home .section3 .lists .item:nth-child(3){
		margin-left: 0%;
		margin-top: 0px;
	}
	.home .section3 .lists .item .top{
		padding: 0px;
	}
	.home .section3 .lists .item .top .p1{
		font-size: 14px;
	}
	.home .section3 .lists .item .top .h3{
		font-size: 12px;
		padding: 5px 0px;
		opacity: .7;
		margin: 0px;
	}
	.home .section3 .lists .item .top .no{
		font-size: 12px;
	}
	.home .section3 .lists .item .img img{
		margin: 10px;
		width: 60%;
		margin-left: 20%;
	}
	footer .top{
		display: none;
	}
	footer{
		padding: 0px 0% 10px;
		background-image: none;
	}
	footer .center{
		padding: 0px;
		margin-bottom: 10px;
		background: #7a9a01;
		color: #fff;
		padding: 25px 0px;
	}
	footer .center .t,footer .center .tel,footer .center .zx{
		font-size: 14px;
	}
	footer .center .zx .iconfont{
		font-size: 16px;
		width: auto;
		border: none;
		line-height: 1;
		margin-right: 0px;
	}
	footer .bottom{
		color: #3e3e3e;
	}
	footer .bottom .share{
		display: none;
	}
	footer .bottom .site-info{
		flex-wrap: wrap;
		font-size: 12px;
		line-height: 20px;
		text-align: center;
		justify-content: center;
		opacity: .7;
	}
	footer .bottom .site-info p{
		width: 100%;
		margin-right: 0%;
	}
	footer .center .tel{
		font-size: 28px;
	}
	.mNav{
		opacity: 0;
		visibility: hidden;
		height: 100vh;
		position: fixed;
		left: 0px;
		top: 0px;
		background: rgba(0,0,0,.7);
		z-index: 1;
		width: 100%;
		-webkit-transition: all .5s;
		display: block;
	}
	.mNav.active {
	    opacity: 1;
	    visibility: visible;
	}
	.mNav ul {
	    position: relative;
	    display: block;
	    width: 80%;
	    height: 100%;
	    background: #fff;
	    left: -80%;
	    -webkit-transition: all .35s;
	    padding-top: 60px;
	}
	.mNav.active ul {
	    left: 0%;
	}
	.mNav ul li {
	    width: 100%;
	    margin: 0px;
	    border-bottom: 1px solid rgba(0, 0, 0, .05);
	    padding: 10px 25px;
		position: relative;
	}
	.common-banner::before, .common-banner::after{
		display: none;
	}
	.mNav ul li a {
	    color: #333;
	    font-size: 14px;
	    opacity: 1;
	    padding: 0px;
		display: flex;
		align-items: flex-start;
		line-height: 1;
		padding: 15px 0px;
		position: relative;
	}
	.mNav ul li a .cn{
		position: relative;
		font-weight: bold;
	}
	.mNav ul li a .en{
		margin-left: 10px;
		text-transform: uppercase;
		font-size: 12px;
	}
	.mNav ul li a::before{
		position: absolute;
		display: block;
		content: "";
		left: 0;
		width: 0;
		bottom: 10px;
		height: 6%;
		background: #7a9a01;
		transform: skewX(-15deg);
		transition: width .3s ease;
	}
	.mNav ul li.active a::before{
		width: 100px;
	}
	.mNav ul li:nth-child(1).active a::before{
		width: 72px;
	}
	.mNav ul li:nth-child(3).active a::before{
		width: 125px;
	}
	.mNav ul li:nth-child(4).active a::before{
		width: 145px;
	}
	.mNav ul li:nth-child(5).active a::before{
		width: 118px;
	}
	.mNav ul li:nth-child(6).active a::before{
		width: 130px;
	}
	.section3-bg{
		height: 100vh;
	}
	.common-banner{
		height: calc(30vh - 60px);
		margin-top: 60px;
	}
	.common-banner.mb0{
		margin-top: 0px;
	}
	.navBox{
		width: 90%;
		height: auto;
		border: 1px solid rgba(0,0,0,.1);
	}
	.navBox ul{
		display: flex;
	}
	.navBox ul li{
		width: calc(100% / 3);
		margin: 0px;
		line-height: 40px;
		display: block;
		font-size: 16px;
		font-weight: bold;
	}
	.explore .section1 .tit{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.explore .section1 .text{
		letter-spacing: 0px;
		text-align: left;
		margin-bottom: 10px;
	}
	.explore .section1 .info,.explore .section2{
		width: 100%;
	}
	.explore .section2 .itemBox{
		margin-left: 0%;
		width: 100%;
		padding: 50px 7%;
	}
	.explore .section3 .titBox .text{
		padding: 0px 7%;
	}
	.explore .section3 .infoImg, .explore .section3 .itemBox,.explore .section3 .infoImg, .explore .section3 .itemBox{
		width: 86%;
	}
	.explore .section2 .itemBox .item{
		width: 100%;
		padding-left: 0%;
	}
	.explore .section2 .itemBox .item .text{
		padding-left: 0%;
		letter-spacing: 0px;
	}
	.explore .section2 .itemBox .item .tit img{
		width: 20px;
		height: auto;
	}
	.explore .section2 .itemBox .item .tit{
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}
	.explore .section2 .itemBox .itemBox_top{
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
	.explore .section2 .itemBox .item{
		padding-top: 25px;
	}
	.explore .section3 .titBox .logo{
		width: 100px;
	}
	.explore .section3 .titBox .tit{
		font-size: 24px;
		margin-top: 0px;
		padding-top: 10px;
		margin-bottom: 10px;
	}
	.explore .section3 .titBox .text{
		text-align: left;
		letter-spacing: 0px;
	}
	.explore .section3 .itemBox .item{
		flex-wrap: wrap;
		margin-bottom: 20px;
	}
	.explore .section3 .itemBox .item .left, .explore .section3 .itemBox .item .left img, .explore .section3 .itemBox .item .right{
		width: 100%;
		padding: 0px;
	}
	.explore .section3 .itemBox .item .right .tit{
		padding-top: 0px;
		font-size: 20px;
		margin-bottom: 5px;
	}
	.explore .section3 .itemBox .item .left{
		margin-bottom: 10px;
	}
	.explore .section3 .itemBox .item .right .text{
		margin-bottom:0px;
		letter-spacing: 0px;
		font-size: 12px;
	}
	.explore .section3 .itemBox .item:nth-child(even) .right{
		padding-right: 0px;
	}
	.explore .section3 .itemBox .item:nth-child(even) .right .tit,.explore .section3 .itemBox .item:nth-child(even) .right .text{
		text-align: left;
	}
	.navBox.hide{
		display: none;
	}
	.shopping .tabs{
		height: auto;
		width: 90%;
		margin: 0px auto;
		display: none;
	}
	.shopping .tabs span{
		display: none;
	}
	.swiper-container.mSwiper{
		width: 100%;
		margin: 0px auto;
		margin-top: 60px;
		border-bottom: 1px solid rgba(0,0,0,.05);
		background: #fff;
	}
	.swiper-container.mSwiper .swiper-slide{
		text-align: center;
		font-size: 14px;
		position: relative;
		padding: 10px 0px;
		width: 25%;
	}
	.swiper-container.mSwiper .swiper-slide::after{
		width: 100%;
		height: 3px;
		position: absolute;
		left: 0%;
		bottom: 0px;
		content: '';
		background: transparent;
	}
	.swiper-container.mSwiper .swiper-slide p{
		font-size: 12px;
		text-transform: uppercase;
		opacity: .5;
	}
	.swiper-container.mSwiper .swiper-slide.swiper-slide-active::after{
		background: #7a9a01;
	}
	.shopping .section1 .content{
		padding: 0px;
	}
	.shopping .section1 .switch{
		margin-top: 35px;
	}
	.shopping .section1 .switch .item+.item{
		margin-left: 10px;
	}
	.shopping .section1 .switch .item{
		width: 125px;
		line-height: 40px;
	}
	.shopping .section1 .lists{
		padding-top: 15px;
		    justify-content: space-between;
	}
	.shopping .section1 .lists .item{
		width: 49%;
		margin-right: 0%;
		margin-bottom: 15px;
		    padding: 15px;
	}
	.shopping .section1 .lists .item .img-box{
		height: 25vh;
		margin-bottom: 10px;
	}
	.shopping .section1 .lists .item .text{
		padding: 0px;
		font-size: 14px;
		    margin-bottom: 10px;
		        line-height: 20px;
	}
	.shopping .section1 .lists .item .text p:first-child{
	    margin-bottom: 0px;
        font-size: 12px;
	}
	.shopping .section1 .lists .item .text p:nth-child(2){
		font-size: 12px;
		opacity: .7;
		font-weight: normal;
	}
	.shopping .section1 .lists .item .text p:nth-child(3){
	    	font-size: 12px;
		
	}
	.shopping .section1 .lists .item ul{
		justify-content: center;
	}
	.shopping .section1 .lists .item ul li:nth-child(n+2){
		margin-left: 0px;
	}
	.shopping .section1 .lists .item:nth-child(n + 4){
	    margin-top:0px;
	}
	.shopping .section1 .lists .item ul li .img{
		width: 90%;
		height: auto;
		margin: 0px auto;
	}
	.shopping .section2{
		flex-wrap: wrap;
	}
	.shopping .section2 .left{
		width: 100%;
		display: none;
	}
	.shopping .section2 .left .slides{
		width: 40px;
	}
	.shopping .section2 .left .slides .swiper-container{
		width: 100%;
		height: calc(100% - 100px);
	}
	.shopping .section2 .left .biger-img{
		width: calc(100% - 60px);
		    height: auto;
	}
	.shopping .section2 .left .slides .swiper-container .swiper-slide{
		padding: 0px;
		height: auto !important;
	}
	.shopping .section2 .left .slides .swiper-container .swiper-slide .img{
		height: auto;
	}
	.shopping .section2 .left .slides .iconfont{
		height: 40px;
		line-height: 40px;
	}
	.leftSwiper .swiper-slide{
		background: center center no-repeat;
		background-size: cover;
	}
	.swiper-pagination-bullet-active{
		background: #7a9a01;
	}
	.shopping .section2 .right{
		padding-left: 0%;
		width: 100%;
		padding: 0px;
		position: relative;
	}
	.shopping .section2 .right .info{
		width: 100px;
		height: auto;
		line-height: 35px;
		font-size: 12px;
		right: 0px;
		padding-left: 0%;
		border-left: none;
		display: flex;
		align-items: center;
	}
	.shopping .section2 .right .info img{
		width: 15px;
		height: auto;
		margin: 0px;
		margin-right: 5px;
	}
	.shopping .section2 .right .title{
		font-size: 16px;
		padding-bottom: 10px;
	}
	.shopping .section2 .right .title p{
		width: calc(100% - 120px);
	}
	.shopping .section2 .right .title p:last-child{
		font-size: 14px;
		font-weight: normal;
	}
	.shopping .section2 .right .content{
		padding: 10px 0px;
		border-bottom: 1px solid rgba(0,0,0,.05);
	}
	.shopping .section2 .right .content .item.half,.shopping .section2 .right .content .item.half:nth-child(2n){
		width: calc(100% / 3);
		flex-wrap: wrap;
	}
	.shopping .section2 .right .content .item.half .name{
		width: 100%;
	}
	.shopping .section2 .right .content .item.half .des{
		width: 100%;
		font-size: 12px;
	}
	.shopping .section2 .right .content .item{
		border-bottom: 1px solid rgba(0,0,0,.05);
		padding-bottom: 15px;
		margin-bottom: 15px;
		text-align: center;
	}
	.shopping .section2 .right .content .item.half:nth-child(n + 3){
		margin-top: 0px;
	}
	.shopping .section2 .right .content .item.half:nth-child(n + 7){
		margin-bottom: 0px;
		border-bottom: none;
	}
	.shopping .section2 .right .content .item.full{
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.shopping .section2 .right .content .item .name{
		width: 100%;
		margin-bottom: 5px;
	}
	.shopping .section2 .right .content.bn{
		border-bottom: none;
	}
	.shopping .section2 .right .tip{
		font-size: 12px;
	}
	.shopping .section2 .right .btns{
		width: 100%;
		justify-content: space-between;
		    margin-top: 10px;
	}
	.shopping .section2 .right .btns .btn{
		width: 48%;
		height: 40px;
		font-size: 14px;
	}
	.shopping .section3 .lists .item .left, .shopping .section3 .lists .item .right{
		width: 100%;
	}
	.shopping .section3 .lists .item .right{
		margin-left: 0px;
		height: auto;
		margin-top: 0px;
		padding: 0px;
		border: none;
	}
	.shopping .section3{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.shopping .section3 .lists .item{
		flex-wrap: wrap;
	}
	.shopping .section3 .lists .item .right h3{
		font-size: 18px;
	}
	.shopping .section3 .lists .item .right .content{
		margin-top: 5px;
	}
	.shopping .section1 .lists.pt0{
		padding-top: 0px;
	}
	.inspiration .section1 .lists .item p{
		text-align: center;
		font-size: 14px;
	}
	.inspiration .section1 .lists .item{
		padding: 0px;
		margin-bottom: 15px;
		position: relative;
		width: 49%;
		margin-right: 2%;
	}
	.inspiration .section1 .lists .item:nth-child(even){
		left: 0%;
		margin-right: 0%;
	}
	.inspiration .section1 .lists{
		flex-wrap: wrap;
		display: flex;
	}
	.world .section1 .lists{
		margin-top: 0px;
	}
	.world .section1 .lists .item{
		width: 100%;
		margin-right: 0%;
		padding: 15px;
		margin-bottom: 15px;
		border-radius: 5px;
		box-shadow: 0px 0px 15px rgb(0 0 0 / 5%);
	}
	.world .section1 .lists .item .img{
		margin-bottom: 10px;
	}
	.world .section1 .lists .item .text{
		padding: 0px;
	}
	.world .section1 .lists .item .text h3{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.world .section1 .lists .item .text .des{
		font-size: 12px;
		opacity: .7;
		line-height: 1.7;
	}
	.world .section1 .lists .item:nth-child(n + 4){
		margin-top: 0px;
	}
	.detail_page .detailTop .title{
		padding-bottom: 5px;
	}
	.detail_page .detailTop{
		padding-bottom: 15px;
	}
	.ndc_npnews .post_next, .ndc_npnews .post_prev{
		padding: 10px;
	}
	.detail_page{
		background: #fff;
		padding: 70px 5% 20px;
	}
	.navBox{
		display: none;
	}
	.sale .section1 .tit .cn,.sale .section2 .tit .cn,.sale .section3 .tit .cn,.sale .section4 .tit .cn,.sale .section5 .tits{
		font-size: 24px;
		font-weight: bold;
	}
	.sale .section1 .tit .en,.sale .section2 .tit .en,.sale .section3 .tit .en,.sale .section4 .tit .en{
		font-size: 12px;
		text-transform: uppercase;
		opacity: 0.5;
		letter-spacing: 0.07rem;
	}
	.sale .section1 .tit{
		padding-bottom: 15px;
	}
	.sale .section1 .itemTop .textBox{
		width: 90%;
		margin-left: 5%;
	}
	.sale .section1 .itemTop .textBox .itemBox .item{
		margin-bottom: 15px;
		    justify-content: space-between;
	}
	.sale .section1 .itemBottom{
		width: 100%;
		flex-wrap: wrap;
	}
	.sale .section1 .itemBottom .left{
		width: 90%;
		margin: 0px auto;
		box-shadow: none;
	}
	.sale .section1 .itemBottom .left .img{
		width: 100px;
		    margin-bottom: 10px;
	}
	.sale .section1 .itemBottom .left .text1,.sale .section1 .itemBottom .left .text2,.sale .section1 .itemBottom .left .text3{
		padding: 0px;
		margin: 0px;
		letter-spacing: 0px;
		margin-bottom: 15px;
	}
	.sale .section1 .itemTop{
		margin-bottom: 25px;
	}
	.sale .section1 .itemBottom .left .text3 p:nth-child(1),.sale .section1 .itemBottom .right .itemBox .tits{
		font-size: 16px;
	}
	.sale .section1 .itemBottom .right{
		width: 90%;
		margin-left: 5%;
	}
	.sale .section1 .itemBottom .right .itemBox{
		padding: 0px;
	}
	.sale .section1 .itemBottom .right .itemBox .item{
		display: flex;
		align-items: flex-start;
	}
	.sale .section1 .itemBottom .right .itemBox .item p{
		width: calc(100% - 30px);
	}
	.sale .section1 .itemBottom .right .itemBox .item{
		justify-content: space-between;
	}
	.sale .section1 .itemBottom .right .itemBox .item .num{
		margin-top: 5px;
	}
	.sale .section2 .text{
		text-align: left;
	}
	.sale .section2 .downBtn{
		margin-top: 15px;
	}
	.serviceSwiper{
		display: block;
		width: 90%;
		margin: 0px auto;
		padding-bottom: 30px;
	}
	
	.sale .section3 .itemBox{
		display: none;
	}
	.serviceSwiper .text{
		padding: 15px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		font-size: 14px;
		line-height: 1.7;
	}
	.sale .section4 .tits{
		font-size: 12px;
	}
	.sale .section4 .itemBox{
		flex-wrap: wrap;
	}
	.sale .section4 .itemBox .item{
		padding:25px 15px;
		width: 100%;
		margin-bottom: 15px;
	}
	.sale .section4 .itemBox .item p:nth-child(2){
		padding-bottom: 0px;
	}
	.sale .section4 .itemBox .item p:nth-child(3), .sale .section4 .itemBox .item p:nth-child(4){
		font-size: 12px;
	}
	.sale .section4 .itemBox .item p:nth-child(3) img, .sale .section4 .itemBox .item p:nth-child(4) img{
		top: 2px;
	}
	.sale .section4{
		padding-bottom: 0px;
	}
	.sale .section5 .text{
		
	}
	.sale .section5 .qrcode,.sale .section5 .text{
		letter-spacing: 0px;
	}
	.sale .section5 .infoImg{
		width: 100%;
		padding: 0px;
		margin-bottom: 10px;
	}
	header{
		position: fixed;
		z-index: 100;
		    top: 0px;
	}
	.home .section1{
		padding-bottom: 0px;
	}
	footer .center .zx{
		display: none;
	}
	.explore .section3 .infoImg, .explore .section3 .itemBox{
		height: auto;
	}
	.modal{
		width: 90%;
		left: 5%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		box-shadow: 0px 0px 15px rgba(0,0,0,.1);
	}
	.modal .close{
		width: 40px;
		margin-top: 5px;
		right: 0px;
	}
	.modal .title{
		padding: 10px 0px;
		font-size: 20px;
	}
	.modal .inputBox{
		padding: 15px 0px;
		    font-size: 14px;
	}
	.modal .inputBox input{
		height: 50px;
		margin: 0px;
	}
	.modal .submit{
		width: 150px;
		border-radius: 50px;
		margin-bottom: 25px;
	}
	.modal .inputBox .label{
		width: 100%;
	}
	.modal .inputBox{
		flex-wrap: wrap;
	}
	.modal .inputBox .label .icon{
		padding: 15px;
	}
	._toast{
		    width: auto;
		left: 50%;
		-webkit-transform: translateX(-50%);
	}
	.shopping .section3 .lists .item .left{
		margin-bottom: 15px;
	}
	.shopping .section3 .lists .item:nth-child(even) .right{
		padding: 0px;
		margin: 0px;
		margin-top: 15px;
	}
	.sale .section5 .qrcode img{
		width: 30%;
	}
	.mSwiper{
		display: block;
	}
	.index-banner-bg{
		height: 25vh;
		top: 60px;
	}
	.home .common-banner{
		height: calc(25vh - 0px);
	}
	.section3-bg.h40{
		height: calc(35vh - 60px);
		top: 60px;
	}
	.leftSwiper{
		display: block;
		margin-bottom: 15px;
	}
	#page{
		padding-top: 30px;
	}
	.sale .section5 .qrcode{
		color: rgba(0,0,0,.5);
		font-size: 12px;
		line-height: 2;
	}
	.home .common-banner video{
        position: relative;
        left: 0%;
        transform: translateX(0%);     
        height: auto;
        width: 100%;
	}
	.home .common-banner{
	    margin-top: 60px;
	    height: auto;
    background: #fff;
	}
	.home .common-banner video{
	    top: 0%;
	    left: 0%;
	    width: 100%;
	    height: auto;
	}
}