*{
	padding: 0;
	margin: 0;
}
.zhu{
	background-color: #f6f1f1;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.top{
	width: 100%;
	height: 43.75vw;
}
.daohangtiao{
	background-color: #f3f4f670;
	background-image: url(../images/logo.png);
	background-size: 3%;
	background-repeat: no-repeat;
	background-position: 6.1vw center;
	display: flex;
	justify-content: flex-end;
}
.daohangtiao a{
	text-decoration: none;
	color: #000;
}
.topone{
	margin: 0 3%;
	height: 3.75vw;
	color: white;
	font-size: 20px;
	line-height: 3.75vw;
	text-align: center;
}
.language {
	/* margin: 0.9375vw 5%; */
	margin: 0.625vw 5%;
}
.language img {
	display: block;
	/* height: 1.875vw; */
	height: 2.5vw;
}
/* 轮播图 */
.swiper {
	margin: 0;
	padding:0;
}

.swiper{
	width: 100%;
	height: 90%;
	position: relative;
}
.imgList {
	width: 100%;
	height: 100%;
	position: relative;
}

.imgItem {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	opacity: 0;
	transition: all 0.3s;
}

.active {
	opacity: 1;
}

.btn {
	opacity: 0.7;
	line-height: 1.25vw;
	background-color: #eee;
}
.btn img {
	height: 2.5vw;
}

.pre {
	position: absolute;
	top: calc(50%);
	cursor: pointer;
	text-align: center;
}

.next {
	position: absolute;
	top: calc(50%);
	right: 0;
	cursor: pointer;
	text-align: center;
}

.pre:hover,.next:hover {
	opacity: 0.5;
}

.boxone{
	padding-top: 75px;
	padding-bottom: 50px;
	width: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.smallone1{
	height: 60px;
	width: 260px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 3%;
	font-size: 45px;
	line-height: 52px;
	margin-bottom: 85px;
}
.smallone1 .shang{
	color: #d1cfcf;
}
.smalltwo {
	display: flex;
	flex-direction: column;
	align-items: center;
}
/* .smalltwo .left {
	width: 47%;
	margin-right: 3%;
}
.smalltwo .left p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 23px;
} */

.smalltwo img {
	/* width: 40vw; */
	width: 62.5vw;
}
.smalltwo .right {
	margin-top: 3vw;
}
.smalltwo .right p {
	text-indent: 2em;
	/* font-size: 1.25vw; */
	font-size: 1.2vw;
	line-height: 2vw;
}

.smallthree {
	display: flex;
	flex-wrap: wrap;
	margin-top: 60px;
}
.smallthree .teletext {
	display: flex;
	width: 48%;
	background-color: #9d6067;
	justify-content: space-between;
	color: white;
}
.smallthree .teletext img {
	height: 100%;
}
.smallthree .teletext:nth-child(2n-1) {
	margin-right: 4%;
}
.smallthree .teletext:nth-child(1) {
	margin-bottom: 4%;
}
.smallthree .teletext:nth-child(2) {
	margin-bottom: 4%;
}
.smallthree .teletext .details {
	font-size: 16px;
	padding-top: 42px;
	padding-left: 20px;
	line-height: 24px;
}
.smallthree .teletext .details p:first-child {
	font-size: 35px;
	line-height: 35px;
	/* font-family: '优设好身体'; */
	margin-bottom: 65px;
}

.product{
	width: 62.5%;
	margin-top: 70px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.product .shang{
	width: 254px;
	height: 60px;
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	margin-top: 10px;
	margin-bottom: 80px;
	font-family: '优设好身体';
}
.product .shang a:first-child {
	color: #d1cfcf;
}
.product .xia{
	width: 100%;
	display: flex;
	justify-content: space-around;
}
.xia span {
	font-size: 22px;
}
.xia .one,.two,.three{
	width: 32%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* 底部 */
.under {
	width: 100%;
	background-color: #c6c8c7;
	height: 13.625vw;
	margin-top: 4vw;
	background-image: url(../images/logo.png);
	background-size: 7.5vw;
	background-repeat: no-repeat;
	background-position: 6.25vw 1.875vw;
}
.under-right{
	/* margin-left: 60vw; */
	margin-top: 2.6%;
	/* font-size: 0.625vw; */
	font-size: 1.09375vw;
	text-align: right;
	padding-right: 8.75vw;
	line-height: 1.5625vw;
	color: #828383;
}
.under-right span{
	font-size: 1.25vw;
	font-weight: bold;
}
.under-right p:first-child{
	margin-bottom: 2.5vw;
}
/* 手机自适应 */
@media only screen and (max-width:480px) {
	.daohangtiao {
		background-size: 7%;
		background-position: 2vw center;
		padding: 0;
		display: flex;
		justify-content:space-between;
		margin-right: 1vw;
	}
	.daohangtiao div:first-child {
		margin-left: 10vw;
	}
	.topone {
		margin: 3vw 1vw;
		font-size: 3.75vw;
		line-height: 3.75vw;
	}
	.language {
		margin: 2.5vw 0vw;
	}
	.language img {
		height: 5vw;
	}
	.btn {
		line-height: 1vw;
	}
	.boxone {
		width: 100%;
		padding-bottom: 18px;
		padding-top: 8vw;
	}
	.boxone .smallone1 {
		height: 41px;
		font-size: 19px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	.boxone .smalltwo {
		flex-direction: column;
		align-items: center;
		width: 82%;
	}
	.boxone .smalltwo img {
		width: 100%;
	}
	.boxone .smalltwo .right {
		margin-top: 1vw;
	}
	.boxone .smalltwo .right p {
		line-height: 4vw;
		text-indent: 4em;
	}

	.boxone .smallthree {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		width: 82%;
		margin-top: 4vw;
	}
	.boxone .smallthree .teletext {
		height: 39vw;
		width: 100%;
		margin: 0;
		margin-bottom: 7.5vw;
	}
	.boxone .smallthree .teletext:last-child {
		margin-bottom: 0;
	}
	.boxone .smallthree .teletext img {
		height: 39vw;
	}
	
	.smallthree .teletext .details {
		box-sizing: border-box;
		font-size: 3vw;
		padding-top: 2vw;
		padding-left: 2vw;
		line-height: 4vw;
		padding-right: 1vw;
	}
	.smallthree .teletext .details p:first-child {
		font-size: 3.5vw;
		line-height: 14px;
		margin-bottom: 5.75vw;
	}
	.smallthree .teletext .details span {
		font-size: 4vw;
	}
	
	/* 新品 */
	.product {
		width: 86%;
		margin-top: 0;
	}
	.product .shang {
		font-size: 19px;
		line-height: 23px;
		margin-bottom: 0;
	}
	.product .xia .one,.two,.three {
		width: 30%;
	}
	.xia span {
		font-size: 12px;
	}
	.xia .one a:last-child {
		margin-top: 0 !important;
	}
	.xia .two a:last-child {
		margin-top: 0 !important;
	}
	.xia .three a:last-child {
		margin-top: 0 !important;
	}
	/* 底部 */
	.under {
		height: 27vw;
		margin-top: 10vw;
		background-size: 15vw;
		background-position: 6.25vw 6vw;
		padding-left: 20vw;
		box-sizing: border-box;
	}
	.under-right{
        margin-top: 3vw;
        line-height: 3vw;
        margin-left: 0;
    }
    .under-right p{
        font-size: 10px;
		line-height: 16px;
    }
	.under-right p:first-child {
		margin-top: 2.5vw;
		margin-bottom: 5vw;
	}
    .under-right span {
        font-size: 14px;
        line-height: 2vw;
    }
}
/* 平板竖屏自适应 */
@media screen and (min-width:481px) and (max-width:800px) {
	.daohangtiao {
		background-size: 5%;
	}
	.daohangtiao .language {
		margin: 0 5%;
	}
	.daohangtiao img {
		height: 5vw !important;
	}
	.topone {
		line-height: 5vw;
	}

	.btn {
		line-height: 1vw;
	}
	.boxone {
		width: 100%;
		padding-bottom: 18px;
		padding-top: 3vw;
	}
	.boxone .smallone1 {
		margin-top: 3vw;
		height: 41px;
		font-size: 3vw;
		line-height: 3.5vw;
		margin-bottom: 3vw;
	}
	.boxone .smalltwo {
		flex-direction: column;
		align-items: center;
		width: 82%;
	}
	.boxone .smalltwo img {
		width: 100%;
	}
	.boxone .smalltwo .right {
		margin-top: 3vw;
	}
	.boxone .smalltwo .right p {
		font-size: 2.25vw;
		line-height: 3.5vw;
	}

	/* 厂房介绍 */
	.boxone .smallthree {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		width: 82%;
		margin-top: 4vw;
	}
	.boxone .smallthree .teletext {
		height: 39vw;
		width: 100%;
		margin: 0;
		margin-bottom: 5.5vw;
	}
	.boxone .smallthree .teletext:last-child {
		margin-bottom: 0;
	}
	.boxone .smallthree .teletext img {
		height: 39vw;
	}
	
	.smallthree .teletext .details {
		box-sizing: border-box;
		font-size: 2vw;
		padding-top: 3vw;
		padding-left: 2.5vw;
		/* line-height: 4.5vw; */
		line-height: 3.75vw;
		padding-right: 1vw;
	}
	.smallthree .teletext .details p:first-child {
		font-size: 2.75vw;
		margin-bottom: 6.25vw;
	}
	.smallthree .teletext .details span {
		font-size: 3vw;
	}
	
	/* 新品 */
	.product {
		width: 86%;
		margin-top: 0;
	}
	.product .shang {
		font-size: 2.5vw;
		line-height: 3vw;
		margin-bottom: 0;
	}
	.product .xia .one,.two,.three {
		width: 30%;
	}
	.xia span {
		font-size: 3vw;
	}
	.xia .one a:last-child {
		margin-top: 0 !important;
	}
	.xia .two a:last-child {
		margin-top: 0 !important;
	}
	.xia .three a:last-child {
		margin-top: 0 !important;
	}
	/* 底部 */
	.under {
		height: 27vw;
		background-size: 15vw;
		background-position: 6.25vw 6vw;
	}
	.under-right{
        margin-top: 6vw;
        line-height: 3vw;
        margin-left: 28%;
    }
    .under-right p{
		font-size: 1.75vw;
		line-height: 3vw;
    }
	.under-right p:first-child {
		margin-top: 2.5vw;
		margin-bottom: 4.5vw;
	}
    .under-right span {
		font-size: 2vw;
        line-height: 2vw;
    }
}

/* 平板横屏自适应 */
@media screen and (min-width:801px) and (max-width:1280px) {
	.btn {
		line-height: 1vw;
	}

	.boxone {
		width: 100%;
		padding-bottom: 18px;
		padding-top: 4vw;
	}
	.boxone .smallone1 {
		height: 41px;
		font-size: 3.125vw;
		line-height: 3.125vw;
		margin-bottom: 45px;
	}
	.boxone .smalltwo {
		flex-direction: column;
		align-items: center;
		width: 82%;
	}
	.boxone .smalltwo img {
		width: 100%;
	}
	.boxone .smalltwo .right {
		margin-top: 2vw;
	}
	.boxone .smalltwo .right p {
		line-height: 2.5vw;
		font-size: 1.40625vw;
	}

	/* 厂房介绍 */
	.boxone .smallthree {
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
		width: 76%;
		margin-top: 4vw;
	}
	.boxone .smallthree .teletext {
		height: 30vw;
		width: 100%;
		margin: 0;
		margin-bottom: 3vw;
	}
	.boxone .smallthree .teletext:last-child {
		margin-bottom: 0;
	}
	.boxone .smallthree .teletext img {
		height: 100%;
	}
	
	.smallthree .teletext .details {
		box-sizing: border-box;
		font-size: 2.1875vw;
		padding-top: 2vw;
		padding-left: 2vw;
		line-height: 3vw;
		padding-right: 1vw;
	}
	.smallthree .teletext .details p:first-child {
		font-size: 2.8125vw;
		margin-bottom: 7vw;
	}
	.smallthree .teletext .details span {
		font-size: 2.8125vw;
	}
	
	/* 新品 */
	.product {
		width: 86%;
		margin-top: 0;
	}
	.product .shang {
		font-size: 2.34375vw;
		line-height: 3vw;
		margin-bottom: 3.125vw;
		margin-top: 20px;
	}
	.product .xia .one,.two,.three {
		width: 30%;
	}
	.xia span {
		font-family: 3vw;
	}
	.xia .one a:last-child {
		margin-top: 0 !important;
	}
	.xia .two a:last-child {
		margin-top: 0 !important;
	}
	.xia .three a:last-child {
		margin-top: 0 !important;
	}
	/* 底部 */
	.under {
		height: 20vw;
		background-size: 10vw;
		background-position: 5vw 5vw;
	}
	.under-right{
        margin-top: 6vw;
        line-height: 3vw;
        margin-left: 0;
    }
    .under-right p{
		font-size: 1.25VW;
		line-height: 1.875vw;
    }
	.under-right p:first-child {
		margin-top: 2.5vw;
	}
    .under-right span {
		font-size: 1.5625vw;
        line-height: 2vw;
    }
}