body {
	margin: auto;
	cursor: default;
}

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

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

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

div,
a,
textarea,
input,
span {
	box-sizing: border-box;
}

input {
	background: none;
}

input[type="button"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	font-family: inherit;
}

div,
input {
	box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 3px;
	height: 3px;
}

::-webkit-scrollbar-thumb {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .3);
}

::-webkit-scrollbar-track {
	border-radius: 1em;
	background-color: rgba(50, 50, 50, .1);
}

/* a:hover,
button:hover {
	opacity: 0.7;
} */

@media (min-width: 1020px) {
	#H5 {
		display: none;
	}
}

@media (max-width: 1020px) {
	#PC {
		display: none;
	}
}

.container {
	/* width: 1455px; */
	padding: 0 80px;
	margin: auto;
	box-sizing: border-box;
	display: flex;
}

.banner {
	width: 100%;
}

.banner .swiper {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination-bullet {
	width: 25px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
	width: 45px;
	background: #FFFFFF;
}

.banne {
	width: 100%;
	display: block;
}

.inde_products {
	width: 100%;
}

.inde_product {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 100px;
}

.inde_proa {
	width: 100%;
}

.inde_proa .swiper-father {
	width: 100%;
	height: 100%;
	position: relative;
}

.inde_proa .swiper {
	width: calc(100% - 40px - 20%);
	height: 100%;
}

.inde_proa .swiper-slide {
	width: 100%;
	height: 100%;
}

.inde_proa .swiper-button-prev::after,
.inde_proa .swiper-button-next::after {
	display: none;
}

.inde_proa .swiper-button-prev {
	width: 20px;
	height: 35px;
	background-image: url(../img/prev_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.inde_proa .swiper-button-next {
	width: 20px;
	height: 35px;
	background-image: url(../img/next_1.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.inde_proa1 {
	width: 100%;
	display: block;
}

.inde_proa2 {
	border-bottom: 2px solid #EBE9E3;
	width: 100%;
	height: 345px;
	position: relative;
}

.inde_proa2::after {
	content: '';
	width: 25%;
	height: 2px;
	background: #000000;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.inde_proa2 div {
	font-size: 20px;
	color: #7D6247;
	position: absolute;
	top: 20px;
	left: 30px;
}

.inde_proa2 img {
	max-width: 90%;
	max-height: 90%;
	display: block;
	object-fit: cover;
	object-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.inde_proa3 {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	font-size: 18px;
	color: #111313;
	white-space: nowrap;
	/* 防止文本换行 */
	overflow: hidden;
	/* 隐藏溢出的内容 */
	text-overflow: ellipsis;
	/* 显示省略符号来代表被修剪的文本 */
}

.inde_proa4 {
	border: 1px solid #A9A7A5;
	width: 100%;
	height: 45px;
	background: #000000;
	text-align: center;
	font-size: 16px;
	color: white;
	margin-top: 40px;
}

.inde_proa4 span {
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}

.inde_proa4 img {
	width: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.inde_prob {
	width: 100%;
	margin-top: 90px;
	display: inline-block;
}

.inde_prob1 {
	width: 32%;
	height: 445px;
	margin-top: 30px;
	margin-right: 2%;
	display: block;
	text-align: center;
	font-size: 29px;
	color: white;
	position: relative;
	float: left;
}

.inde_prob1:nth-child(3n) {
	margin-right: 0;
}

.inde_prob1 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_prob1 div {
	width: 100%;
	padding: 0 20px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

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

.inde_shop {
	width: 135px;
	height: 875px;
	background: #F3F3F3;
	display: flex;
}

.inde_shop:nth-child(even) {
	background: #E1E1E1;
}

.inde_shop1 {
	width: 135px;
	height: 100%;
	padding: 100px 35px;
	font-size: 22px;
	color: #111313;
	writing-mode: vertical-rl;
}

.inde_shop2 {
	width: calc(100% - 135px);
	height: 100%;
	display: none;
}

.inde_shop2 img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_shop.on {
	width: calc(100% - 270px);
	background: #000000;
}

.inde_shop.on .inde_shop1 {
	color: white;
}

.inde_shop.on .inde_shop2 {
	display: block;
}

.inde_imgs {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 115px;
}

.inde_imgs .swiper {
	width: 100%;
	height: 100%;
}

.inde_imgs .swiper-wrapper {
	width: 100%;
	height: 100%;
	transition-timing-function: linear !important;
}

.inde_imgs .swiper-slide {
	width: 100%;
	height: 100%;
}

.inde_img {
	width: 100%;
	height: 610px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.inde_sjs {
	width: 100%;
	background-color: #F8F7F2;
	background-image: url(../img/bg_1.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 395px auto;
}

.inde_sj1 {
	width: 64%;
	height: 970px;
	object-fit: cover;
	object-position: center;
	display: inline-block;
	vertical-align: middle;
}

.inde_sj2 {
	width: 35.5%;
	padding: 0 80px;
	display: inline-block;
	vertical-align: middle;
}

.inde_sj2_1 {
	width: 100%;
	font-size: 20px;
}

.inde_sj2_2 {
	width: 100%;
	margin-top: 25px;
	font-size: 36px;
}

.inde_sj2_3 {
	width: 100%;
	margin-top: 45px;
	font-size: 18px;
	line-height: 35px;
}

.inde_sj2_4 {
	width: 285px;
	height: 60px;
	display: block;
	margin-top: 85px;
	background: #000000;
	text-align: center;
	font-size: 16px;
	color: white;
}

.inde_sj2_4 span {
	line-height: 60px;
	display: inline-block;
	vertical-align: middle;
}

.inde_sj2_4 img {
	width: 20px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
}

.fl_box {
	width: 100%;
}

.fl_bo {
	width: 100%;
	margin: 30px auto;
	display: flex;
}

.fl_bo1 {
	display: block;
	margin: 10px 0;
	margin-right: 60px;
	font-size: 24px;
	color: #666666;
}

.fl_bo1:last-child {
	margin-right: 0;
}

.fl_bo1.on {
	color: #333333;
}

.nybanner {
	width: 100%;
	position: relative;
}

.nybanne {
	width: 100%;
	display: block;
}

.nybanne2 {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.nybanne3 {
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: white;
}

.product_box {
	width: 100%;
}

.product_bo {
	width: 100%;
	margin: 50px auto;
}

.product_bo1 {
	width: 100%;
	display: inline-block;
}

.product_bo1:nth-child(even) .product_bo2 {
	float: right;
}

.product_bo2 {
	width: 50%;
	height: 910px;
	background: #E2E3E7;
	overflow: hidden;
	position: relative;
	float: left;
}

.product_bo2 img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product_bo2_1 {
	width: 100%;
	display: flex;
	position: absolute;
	left: 20px;
	top: 30px;
}

.product_bo2_1 div {
	border-right: 1px solid #7D6247;
	padding: 0 15px;
	font-size: 24px;
	color: #7D6247;
}

.product_bo2_1 div:last-child {
	border-right: 0;
}

.product_bo3 {
	width: 50%;
	height: 910px;
	float: left;
	position: relative;
}

.product_bo3_1 {
	width: 100%;
	padding: 0 110px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product_bo3_2 {
	width: 100%;
	font-size: 48px;
	color: #333333;
}

.product_bo3_3 {
	width: 100%;
	margin-top: 10px;
	font-size: 24px;
	color: #333333;
}

.product_bo3_4 {
	width: 100%;
	margin-top: 40px;
	font-size: 24px;
	color: #333333;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/* 限制文本行数为2 */
	overflow: hidden;
}

.product_bo3_5 {
	width: 275px;
	height: 45px;
	background: #000000;
	text-align: center;
	margin: auto;
	margin-top: 50px;
	font-size: 16px;
	color: white;
}

.product_bo3_5 span {
	line-height: 45px;
	display: inline-block;
	vertical-align: middle;
}

.product_bo3_5 img {
	width: 20px;
	margin-left: 5px;
	display: inline-block;
	vertical-align: middle;
}

.product_deta {
	width: 100%;
	margin-bottom: 110px;
	display: inline-block;
}

.product_detale {
	width: 50%;
	float: left;
    position: sticky;
     left: 0; 
    top: 0;
}
.product_detale1{
    width: 100%;
    	height: 920px;
	background: #E2E3E7;
	overflow: hidden;
    	position: relative;
}
.product_detale1 img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.product_detari {
	width: 43%;
	float: left;
	margin-left: 7%;
}

.product_detari1 {
	width: 100%;
	font-size: 48px;
	color: #333333;
	margin-bottom: 30px;
}

.product_detari2 {
	border-top: 1px solid #000000;
	width: 100%;
	padding: 30px 0;
}

.product_detari2_1 {
	width: 100%;
	font-size: 18px;
	color: #333333;
	margin-bottom: 35px;
}

.product_detari2_2 {
	width: 100%;
	font-size: 18px;
	color: #333333;
	margin-bottom: 20px;
}

.product_detari2_3 {
	width: 100%;
	font-size: 16px;
	color: #666666;
}

.product_detari2_3 img {
	max-width: 100%;
}

.fzlc_box {
	width: 100%;
}

.fzlc_bo {
	width: 100%;
	margin: 100px auto;
}

.fzlc_bo1 {
	width: 100%;
	display: inline-block;
}

.fzlc_bo1_1 {
	width: 43%;
	float: left;
	font-size: 30px;
	color: #333333;
}

.fzlc_bo1_1 img {
	width: 100%;
	display: block;
	margin-bottom: 35px;
}

.fzlc_bo1_2 {
	width: 52%;
	float: right;
}

.fzlc_bo1_2 img {
	width: 100%;
	display: block;
}

.fzlc_bo2 {
	width: 100%;
	margin-top: 135px;
	text-align: center;
	font-size: 48px;
	color: #333333;
}

.fzlc_bo2 img {
	width: 100%;
	display: block;
	margin-top: 90px;
}

.fzlc_bo3 {
	width: 100%;
	margin-top: 95px;
}

.fzlc_bo3 img {
	width: 52%;
	display: inline-block;
	vertical-align: middle;
}

.fzlc_bo3 div {
	width: 47%;
	padding-left: 75px;
	font-size: 48px;
	color: #333333;
	display: inline-block;
	vertical-align: middle;
}

.fzlc_bo4 {}

.fzlc_bo4 {
	width: 100%;
	margin-top: 135px;
	text-align: center;
	font-size: 48px;
	color: #333333;
}

.fzlc_bo4 img {
	width: 100%;
	display: block;
	margin-bottom: 90px;
}

.gywm_firsts {
	width: 100%;
}

.gywm_first {
	width: 100%;
	margin-top: 85px;
}

.gywm_first1 {
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #333333;
}

.gywm_first2 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 24px;
	color: #333333;
}

.gywm_first3 {
	width: 100%;
	margin-top: 40px;
	text-align: center;
	font-size: 20px;
	color: #333333;
}

.gywm_first4 {
	width: 100%;
	margin-top: 50px;
	display: inline-block;
}

.gywm_first4_1 {
	width: 15.83%;
	margin-right: 1%;
	float: left;
	margin-top: 30px;
}

.gywm_first4_1:nth-child(6n) {
	margin-right: 0;
}

.gywm_first4_2 {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	font-size: 36px;
	color: white;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin: auto;
	position: relative;
}

.gywm_first4_2 div {
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.gywm_first4_3 {
	width: 100%;
	margin-top: 25px;
	text-align: center;
	font-size: 18px;
	color: #333333;
}

.gywm_first5 {
	width: 100%;
	height: 870px;
	margin-top: 90px;
}

.gywm_twos {
	width: 100%;
}

.gywm_two {
	width: 100%;
	margin-top: 80px;
}

.gywm_two1 {
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #333333;
}

.gywm_two2 {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 24px;
	color: #333333;
}

.gywm_two3 {
	width: 100%;
	margin-top: 45px;
}

.gywm_two3_1 {
	width: 43%;
	display: inline-block;
	vertical-align: middle;
}

.gywm_two3_2 {
	width: 53%;
	margin-left: 3%;
	display: inline-block;
	vertical-align: middle;
}

.gywm_threes {
	width: 100%;
}

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

.gywm_three1 {
	width: 100%;
	margin-bottom: 85px;
}

.gywm_three1_1 {
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #333333;
}

.gywm_three1_2 {
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.gywm_three1_3 {
	border-left: 1px solid #000000;
	margin-top: 20px;
	display: inline-block;
	padding: 10px 40px;
	text-align: left;
}

.gywm_three1_3_1 {
	width: 100%;
	font-size: 24px;
	color: #333333;
	font-weight: 600;
}

.gywm_three1_3_2 {
	width: 100%;
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
}

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

.gywm_three2_1 {
	width: 50%;
	height: 885px;
	display: block;
	object-fit: cover;
	object-position: center;
}

.gywm_fours {
	width: 100%;
}

.gywm_four {
	width: 100%;
	margin-top: 85px;
	margin-bottom: 110px;
}

.gywm_four1 {
	width: 100%;
	margin-top: 30px;
}

.gywm_four1 .swiper {
	width: 100%;
	height: 100%;
}

.gywm_four1 .swiper-wrapper {
	width: 100%;
	height: 100%;
	transition-timing-function: linear !important;
}

.gywm_four1 .swiper-slide {
	width: 100%;
	height: 100%;
	padding: 16px;
}

.gywm_four2 {
	width: 100%;
	height: 290px;
	background: white;
	box-shadow: 8px 6px 38px rgba(0, 0, 0, .14);
	overflow: hidden;
	position: relative;
}

.gywm_four2 img {
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.lxwm_tops {
	width: 100%;
}

.lxwm_top {
	width: 100%;
	margin: 60px auto;
}

.lxwm_topa {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.lxwm_topa1 {
	width: 30%;
	margin-right: 5%;
	background: #FEF2E3;
	padding: 45px 80px;
}

.lxwm_topa1:nth-child(3n) {
	margin-right: 0;
}

.lxwm_topa2 {
	height: 70px;
	display: block;
	margin: auto;
}

.lxwm_topa3 {
	width: 100%;
	margin-top: 35px;
	text-align: center;
	font-size: 24px;
}

.lxwm_topa4 {
	width: 100%;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #999999;
}

.lxwm_topb {
	width: 100%;
	height: 700px;
	margin-top: 40px;
}

.lxwm_downs {
	width: 100%;
	background-image: url(../img/bg_2.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.lxwm_down {
	width: 100%;
	background: rgba(255, 255, 255, .9);
	padding: 70px 140px;
	margin: 60px auto;
}

.lxwm_down1 {
	width: 100%;
	font-size: 28px;
	color: #333333;
	margin-bottom: 10px;
}

.lxwm_down2 {
	width: 100%;
	margin-bottom: 10px;
	font-size: 18px;
	color: #333333;
}

.lxwm_down3 {
	border-bottom: 1px solid #B7B8B9;
	width: 100%;
	height: 95px;
	line-height: 95px;
	display: flex;
	font-size: 14px;
	color: #333333;
}

.lxwm_down3 div {
	width: 65px;
}

.lxwm_down3 input {
	border: none;
	outline: none;
	width: calc(100% - 65px);
	height: 100%;
	background: transparent;
	font-size: 14px;
	color: #333333;
}
.lxwm_down4{
	border: none;
	outline: none;
	width: 180px;
	height: 45px;
	display: block;
	margin-top: 30px;
	background: #7D6247;
	font-size: 16px;
	color: white;
}
.ryzz_box{
	width: 100%;
	background: #F8F7F2;
}
.ryzz_bo{
	width: 100%;
	margin:75px auto;
}
.ryzz_boa{
	width: 100%;
	display: inline-block;
}
.ryzz_boa1{
	width: 18.4%;
	float: left;
	margin-right: 2%;
	background: white;
	padding: 15px 20px;
	box-shadow: 0 0 16px rgba(0, 0, 0, .11);
	margin-bottom: 50px;
}
.ryzz_boa1:nth-child(5n){
	margin-right: 0;
}
.ryzz_boa1 img{
	width: 100%;
	display: block;
}
.ryzz_bob{
	max-width: 100%;
	width: 1395px;
	margin: auto;
	padding: 90px 0;
	position: relative;
}
.ryzz_bob::after{
	content: '';
	width: 1px;
	height: 100%;
	background: #000000;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.ryzz_boc{
	width: 100%;
	font-size: 22px;
	color: #333333;
	text-align: center;
	position: relative;
	z-index: 1;
}
.ryzz_boc img{
	width: 155px;
	display: block;
	margin: auto;
	margin-bottom: 25px;
}
.ryzz_boc:last-child img{
	margin-top: 25px;
	margin-bottom: 0;
}
.ryzz_boc1{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #E6B57B;
	margin: auto;
	margin-bottom: 25px;
}
.ryzz_bod{
	width: 100%;
	padding: 90px 0;
	position: relative;
	z-index: 1;
}
.ryzz_boe{
	width: 50%;
	padding-right: 65px;
	margin-right: 50%;
	margin-bottom: -130px;
}
.ryzz_boe:last-child{
	margin-bottom: 0;
}
.ryzz_boe1{
	width: 100%;
	text-align: right;
	position: relative;
	right: -77px;
}
.ryzz_boe1_1{
	font-size: 30px;
	color: #333333;
	margin-right: 15px;
	display: inline-block;
	vertical-align: middle;
}
.ryzz_boe1_2{
	width: 145px;
	height: 1px;
	background: #E6B57B;
	display: inline-block;
	vertical-align: middle;
}
.ryzz_boe1_3{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #E6B57B;
	display: inline-block;
	vertical-align: middle;
}
.ryzz_boe2{
	width: 100%;
	margin-top: 35px;
	text-align: right;
	font-size: 18px;
	color: #333333;
}
.ryzz_boe3{
	width: 100%;
	display: inline-block;
}
.ryzz_boe3 img{
	width: 48%;
	height: 200px;
	float: left;
	margin-top: 20px;
	margin-right: 4%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.ryzz_boe3 img:nth-child(2n){
	margin-right: 0;
}
.ryzz_bof{
	width: 50%;
	padding-left: 65px;
	margin-left: 50%;
	margin-bottom: -130px;
}
.ryzz_bof:last-child{
	margin-bottom: 0;
}
.ryzz_bof1{
	width: 100%;
	position: relative;
	left: -77px;
}
.ryzz_bof1_1{
	font-size: 30px;
	color: #333333;
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
}
.ryzz_bof1_2{
	width: 145px;
	height: 1px;
	background: #E6B57B;
	display: inline-block;
	vertical-align: middle;
}
.ryzz_bof1_3{
	border: 1px solid #E6B57B;;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #F8F7F2;
	display: inline-block;
	vertical-align: middle;
}
.ryzz_bof2{
	width: 100%;
	margin-top: 35px;
	font-size: 18px;
	color: #333333;
}
.ryzz_bof3{
	width: 100%;
	display: inline-block;
}
.ryzz_bof3 img{
	width: 48%;
	height: 200px;
	float: left;
	margin-top: 20px;
	margin-right: 4%;
	display: block;
	object-fit: cover;
	object-position: center;
}
.ryzz_bof3 img:nth-child(2n){
	margin-right: 0;
}