.w1250{
	max-width: 1290px;
	margin: 0 auto;
	padding: 0 20px;
}
.w1600{
	max-width: 1600px;
	margin: 0 auto;
}
.gs-jieshao{
	background-color: #e8e7e6;
	overflow: hidden;
	margin-top: 30px;
}
.gs-jieshao .title{
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
}
.item-title{
	color: #917242;
	font-size: 66px;
	font-weight: bold;
	margin-top: 30px;
}
.item-sub-title{
	font-size: 26px;
	margin-top: 10px;
	color: #040000;
}
.item-sub-title::before{
	content: '';
	width: 16px;
	height: 14px;
	display: inline-block;
	background-color: #917242;
	margin-right: 10px;
}
.item .item-text{
	font-size: 20px;
	margin-top: 20px;
	color: #221714;
	line-height: 26px;
}
.item .item-bg-same{
	position: relative;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-top: 20px;
	
	text-align: center;
	font-size: 52px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 16%;
}
.item .item-bg{
	width: 100%;
	min-height: 470px;
	background-image: url(../img/about/company-info1.png);
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 60px;
	padding-top: 14%;
}
.item .item-bg2{
	height: 400px;
	background-image: url(../img/about/company-info2.png);

}
.item .item-bg3{
	height: 400px;
	background-image: url(../img/about/company-info3.png);

}
.item .item-bg4{
	height: 400px;
	background-image: url(../img/about/company-info4.png);

}
.item .item-bg5{
	height: 400px;
	background-image: url(../img/about/company-info5.png);

}
.item .item-bg p{
	color: #e7211a;
	font-size: 26px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	line-height: 40px;
}
.item .item-bg .big-text{
	font-size: 58px;
	font-weight: bold;
	color: #fff;
}
.item .item-bg .bg-box img{
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	margin: 0 auto;
	margin-top: 10px;
}
.swiper3 .swiper-slide .p1{
	text-align: left;
	font-size: 40px;
}
.swiper3 .swiper-slide .p2{
	text-align: left;
	font-size: 16px;
}
.swiper33 .swiper-slide .p1{
	text-align: left;
	font-size: 40px;
}
.swiper33 .swiper-slide .p2{
	text-align: left;
	font-size: 16px;
}
 .line{
/* 	max-width: 96%;
	padding: 0 30px; */
	margin: 0 auto;
	display: flex;
	margin-top: 80px;
	overflow: hidden;
}
.line .line-item{
	/* width: 25%; */
	height: 65px;
	line-height: 65px;
	font-family: '微软雅黑';
	text-align: left;
	font-size: 30px;
	color: #b1aaab;
	font-weight: 100;
	letter-spacing: 3px;
	border-left: 2px solid #d9b071;
	display: flex;
	justify-content: space-between;
	flex: 1;
	text-indent: 3px;
}
.swiper3{
	margin-top: 50px;
}
.swiper33{
	margin-top: 50px;
}
.rongyu .title{
	font-size: 30px;
	text-align: center;
	margin-top: 50px;
	padding: 30px 0;
	background-color: #e8e7e6;
}
.rongyu .title2{
	font-size: 50px;
	font-weight: bold;
	padding: 0 30px;
	margin-top: 50px;
}
.rongyu .ry-box{
	display: flex;
	align-items: center;
	padding: 0 30px;
	margin-top: 50px;
}
.rongyu .ry-img{
	/* width: 300px; */
}
.rongyu .ry-right{
	margin-left: 20%;
}
.ry-item{
	display: flex;
	font-size: 18px;
	margin: 10px 0;
}
.ry-item .f {
	margin-left: 50px;
	max-width: 72%;
}

/*    空间灵感页面        */
.kj{
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	margin-top: 30px;
}

.anli-banner{
	position: relative;
	color: #fff;
	margin-top: 50px;
}
.anli-banner .text-box{
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.anli-banner .text-box .p11{
	font-size: 60px;
	letter-spacing: 2px;
	margin-top: 25%;
}
.anli-banner .text-box .btn a{
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	margin: 5% auto 0;
	font-size: 16px;
	color: #fff;
}

.kj .anli{
	width: 23%;
	margin-right: 2%;
	margin-bottom: 80px;
	transition: all .2s;
}

.anli .detail{
	    width: 100px;
	    height: 100px;
	    line-height: 100px;
	    border-radius: 50%;
	    font-size: 16px;
	    text-align: center;
	    background-color: #8f7449;
	    color: #ffffff;
	    cursor: pointer;
	    transform: scale(0) rotate(0deg);
}
.kj .anli p{
	width: 100%;
	margin-top: 35px;
	font-size: 18px;
	color: #000;
}
.kj .anli:hover {
	transition:all 1s;
	transform: scale(1.1)!important;
}
.kj .anli:hover .detail{
	transform: scale(1) rotate(360deg);
	transition: all 0.5s;
}
   
/* .kj .anli:hover p{
	color: #917242;
} */
/* 专卖店页面 */
.servers-box{
	display: flex;
	justify-content: space-between;
}
.servers-item{
	width: 18%!important;
	min-width: 200px;
	height: 420px;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	margin-bottom: 20px;
}
.servers-item:hover{
	background-color: #cccccc;

}
.servers-item img{
	display: block;
	width: 35%;
	margin: 30% auto 26%;
}
.servers-item .line{
	height: 4px;
	background-color: #000;
	width: 70%;
	margin: 0 auto;
}
.servers-title{
	font-size: 24px;
	margin-top: 20%;
}
.servers-sub-title{
	font-size: 18px;
	margin-top: 10%;
	color: #5f5f5f;
}


.select-box{
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #000;
	padding-bottom: 50px;
}
.select-box .city{
	font-size: 14px;
	margin-right: 20px;
}
.select-box .s-icon{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}
.all-ul{
	position: absolute;
	right: -20px;
	top: 60px;
	max-height: 250px;
	background-color: #fff;
	box-shadow:10px 5px 6px 0px rgba(0,0,0,0.3);
	overflow-y: scroll;
	display: none;
}
.all-ul li{
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-indent: 30px;
	font-size: 14px;
}
.all-ul li:hover{
	background-color: #e9e9e9;
}
.select-box .s-icon img{
	width: 100%;
	height: 100%;
}

.citys{
	margin-top: 50px;
}
.citys li{
	float: left;
	margin: 0 25px;
	font-size: 16px;
	cursor: pointer;
}
.citys li:hover{
	color: #867449;
}
.citys .active{
	color: #867449;
}


.fen-city{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}
.f-item{
	width: 31.25%;
	padding: 30px;
	background-color: #fff;
	padding-bottom: 50px;
	margin-bottom: 30px;
	margin-left: 2%;
}
.f-title{
	padding: 10px 0 20px;
	font-size: 30px;
	color: #937652;
	border-bottom: 2px solid #937652;
}


/* 产品二级页面 */
.goods-type{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 50px;
}
.goods-type .type-item{
	width: 100px;
	font-size: 16px;
	text-align: center;
}
.goods-type .active{
	color: #917242;
}
.goods-type .type-item img{
	display: block;
	width: 100%;
}
.active-type{
	font-size: 30px;
	border-bottom: 1px solid #464646;
	padding: 10px 0;
	margin: 0 15px;
}

/* 商品详情页面 */
.goods-banner{
	width: 96%;
	margin: 0 auto;
	height: 700px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.goods-banner .gallery-thumbs{
	width: 200px;
	margin: 0 20px;
}
.goods-banner .gallery-top{
	flex: 1;
}
.miaoshu{
	padding: 30px;
	background-color: #fff;
}
.miaoshu .des-title{
	font-size: 28px;
	font-weight: bold;
}
.des-sub-title{
	font-size: 16px;
	color: #cccccc;
	margin-left: 20px;
}
.miaoshu p{
	font-size: 18px;
	margin: 30px auto;
}


.select-color{
	display: flex;
	font-size: 18px;
	margin-top: 30px;
}
.color-item div{
	width: 120px;
	height: 120px;
	background-color: #221714;
	margin-right: 30px;
}
.color-item p{
	margin: 20px auto;
}

.tuijian{
	display: flex;
	margin-bottom: 50px;
	flex-wrap: wrap;
}
.tuijian .tj-item{
	/* width: 420px; */
	flex: 1;
	display: inline-block;
	margin-left: -25px;
}
.tuijian .tj-item:first-child{
	margin-left: 0;
}
.tuijian .tj-item a>div{
	box-shadow: 5px 2px 10px 0 #999;
	border-radius: 6px;
	overflow: hidden;
}
.tuijian .tj-item p{
	font-size: 18px;
	margin: 10px 0;
	font-weight: bold;
	color: #000;
}
.posi-a{
	/* position: absolute; */
	z-index: 999;
}
.erweima-box{
	bottom: 150px;
	left: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 200px;
	height: 50px;
	border: 1px solid #000000;
}
.show-ma{
	width: 200px;
	padding: 20px;
	background-color: #ddd5d6;
	position: absolute;
	bottom: 60px;
	left: 0px;
	z-index: 99;
	display: none;
}
.ss:hover .show-ma{
	display: block;
}
.erweima-box:hover{
	cursor: pointer;
	background-color: #000;
	color: #fff;
}

/* 新鲜事详情 */
.ys-news{
	margin-top: 50px;
}
.ys-news .title{
	font-size: 32px;
	text-align: center;
	margin-top: 50px;
}
.ys-news .date{
	font-size: 14px;
	color: #464646;
	text-align: center;
	margin-top: 20px;
	border-bottom: 1px solid #000;
}
.ys-news .news-img{
	margin-top: 50px;
}

/* 用户案例详情 */
.useranli{
	border-radius: 16px;
	background-color: #ffffff;
	margin-top: 50px;
	overflow: hidden;
	margin-bottom: 50px;
}
.more-text{
	font-size: 16px;
	line-height: 30px;
	 
}
.more2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	position: relative;
	padding: 0 25px;
}
.quanwen{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 14px;
	color: royalblue;
	cursor: pointer;
}
.d-bg{
	background-position:0 136px;
	background-size: 100%;
	overflow: hidden;
	transition: all 0.5s;
	position: relative;
}
/* .d-bg .mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.6);
} */
.d-bg:hover{
	background-position:0 203px;
}
/* .d-bg:hover .mask{
	display: none;
} */

@font-face {
    font-family: icomoon;
    /* src: url(../fonts/icomoon/字魂57号-创细黑.ttf); */
    src: url(../fonts/icomoon/字魂58号-创中黑.ttf);
    /* src: url(../fonts/icomoon/字魂59号-创粗黑.ttf); */
    font-weight: 400;
    font-style: normal
}

.font-w400{
	font-weight: 400!important;
}
.fff{
	font-family: "serif";
}
.fff p{
	color: #000000a8;
}
.fff img{
	width: unset;
	max-width: 100%;
}
.about-us .about-cosmo {
    padding: 140px 0;
}

.about-us .cosmo-ttl {
    font-size: 50px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 160px;
}
.cosmo-cont{
	display: flex;
	padding: 0 100px;
}
.about-us ul.cosmo-cont li {
    width: calc(100% / 3);
    border-right: 1px solid #ccc;
    padding: 0 60px;
}
.about-us ul.cosmo-cont li .ttl {
    font-size: 24px;
    font-weight: bold;
}
.about-us ul.cosmo-cont li .ttl span {
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.about-us ul.cosmo-cont li p {
    font-size: 16px;
    margin-top: 55px;
    line-height: 30px;
    text-align: justify;
	color: #000000a8;
}
.about-us ul.cosmo-cont li:last-child {
    border-right: 0;
}
.about-us .about-introduce {
    background-color: #f4f4f4;
    padding: 120px 0;
}
.about-us .about-introduce .intro-ttl {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 60px;
    text-align: center;
}
.about-us .about-introduce p {
    font-size: 20px;
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
    line-height: 1.8;
    text-align: justify;
}
.about-us .about-idea {
    padding: 140px 160px 160px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.about-us .about-idea .idea-l p {
    font-size: 28px;
    font-weight: 400;
    line-height: 50px;
    margin-top: 70px;
}
.about-us .about-studio {
    display: flex;
    width: 100%;
}
.about-us .about-studio .studio-l {
    width: 50%;
    background-color: #f4f4f4;
    padding: 0 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-us .ab-title {
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 3px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
}
.about-us .ab-title::before {
    content: '';
    width: 73px;
    height: 3px;
    background-color: #000;
    position: absolute;
    bottom: 0;
    left: 0;
}
.about-us .ab-cont {
    overflow: hidden;
}
.pad-show {
    display: none;
}
.about-us .about-studio .studio-r {
    width: 50%;
}
.about-us .about-studio .studio-r img {
    width: 100%;
}
.pc-show {
    display: block;
}
.ab-cont p{
	font-size: 18px;
}
.about-us .about-factory {
    display: flex;
}
.about-us .about-factory .factory-l {
    width: 50%;
}
.about-us .about-factory .factory-l img {
    max-width: 820px;
    width: 100%;
}
.about-us .about-factory .factory-r {
    width: 50%;
    padding: 100px 160px 100px 40px;
}
.about-us .ab-title span {
    display: block;
    font-size: 22px;
    margin-top: 10px;
}
.about-us .about-factory .factory-r p {
    /* margin-top: 30px; */
    line-height: 1.8;
    font-size: 17px;
    text-align: justify;
	color:#616161;
}
.about-us .about-stores {
    position: relative;
}
.about-us .storescont {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);
    width: 43.4%;
    height: 72%;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-us .storescont p {
    margin-top: 30px;
    line-height: 1.8;
    font-size: 17px;
    text-align: justify;
}
.about-us .about-eco {
    position: relative;
    padding: 100px 0 120px;
}
.about-us .about-eco p {
    font-size: 20px;
    max-width: 1200px;
    margin: 30px auto 0;
    padding: 0 20px;
    line-height: 1.8;
    text-align: justify;
	color:#616161;
}
.about-us .about-eco img {
    position: absolute;
    bottom: 0;
    right: 13%;
    width: 180px;
}
.about-us .about-eco .ab-title {
    text-align: center;
}
.about-us .about-eco .ab-title.linenone::before {
    content: none;
}
.about-us .about-studio .studio-l p {
    margin-top: 30px;
    line-height: 2;
    font-size: 18px;
    text-align: justify;
	color:#616161;
	
}
@media screen and (max-width: 1600px){
	.about-us .about-studio .studio-l p, .about-us .about-factory .factory-r p, .about-us .storescont p {
	    font-size: 16px;
	    line-height: 1.9;
	    margin-top: 20px;
	}
	.about-us .ab-title {
	    font-size: 30px;
	}
	.about-us .about-studio .studio-l {
	    padding: 0 120px;
	}
	.about-us ul.cosmo-cont {
	    padding: 0 70px;
	}
	.about-us ul.cosmo-cont li {
	    padding: 0 50px;
	}
	.about-us .about-introduce {
	    padding: 100px 0;
	}
	.about-us .about-introduce p {
	    font-size: 19px;
	}
	.about-us .about-idea {
	    padding: 140px 120px 160px;
	}
}




@media (max-width: 1200px) {
	.rongyu .ry-right{
		margin-left: 10%;
	}
	.item .item-bg2{
		font-size: 40px;
	}
	.about-us .about-cosmo {
		padding: 100px 0;
	}
	.about-us .cosmo-ttl {
	    font-size: 45px;
	    margin-bottom: 100px;
	}
	.about-us ul.cosmo-cont {
	    padding: 0;
	}
	.about-us .about-idea {
	    padding: 80px 40px 100px;
	}
	.about-us .about-idea .idea-l p {
	    font-size: 27px;
	    margin-top: 60px;
	}
	.about-us .about-studio .studio-l {
	    padding: 0 20px;
	}
	.about-us .ab-title {
	    font-size: 30px;
	    padding-bottom: 15px;
	}
	.about-us .about-factory .factory-r {
	    padding: 50px 20px 60px 20px;
	}
	.about-us .ab-title span {
	    font-size: 16px;
	    margin-top: 6px;
	}
	.about-us .about-eco p {
	    font-size: 16px;
	}
}
@media (max-width: 768px) {
	.tuijian .tj-item{
		margin: 0 10px;
		flex: unset;
	}
	.about-us .ab-title {
	    font-size: 20px;
		font-weight: 600;
	}
	.about-us .ab-title::before {
	    width: 50px;
	}
	.about-us .about-studio .studio-l p, .about-us .about-factory .factory-r p, .about-us .storescont p {
	    font-size: 14px;
	    line-height: 2;
	}
	.pad-show {
	    display: block;
	}
	.about-us .about-stores {
	    display: flex;
	    flex-direction: column;
	}
	.about-us .about-stores img {
	    order: 2;
	}
	.about-us .storescont {
	    order: 1;
	    width: 100%;
	    padding: 40px 20px 40px;
		position: relative;
	}
	.about-us .about-eco {
	    padding: 40px 0 60px;
	}
	.about-us .about-eco .ab-title {
	    text-align: left;
	    padding: 20px;
	}
	.about-us .about-eco .ab-title.linenone::before {
	    content: '';
	    left: 20px;
	}
	.about-us .about-eco p {
	    font-size: 14px;
	    line-height: 2;
	}
	.about-us .about-studio .studio-r {
	    width: 100%;
	}
	.about-factory {
	    flex-direction: column;
	}
	.about-us .about-factory .factory-l {
	    width: 100%;
	    order: 2;
	}
	.about-us .about-factory .factory-r {
	    width: 100%;
	    order: 1;
	}

	.pc-show {
	    display: none;
	}
	.about-us .about-cosmo {
	    padding: 40px 0;
	}
	.about-us .cosmo-ttl {
	    font-size: 28px;
	    margin: 0 20px;
	    padding-bottom: 25px;
	}
	.about-us ul.cosmo-cont {
	    flex-direction: column;
	}
	.about-us ul.cosmo-cont li {
	    width: calc(100% - 40px);
	    margin: 0 20px;
	    border-right: 0;
	    border-top: 1px solid #000;
	    padding: 0 0 30px;
	}
	.about-us ul.cosmo-cont li .ttl {
	    text-align: center;
	    font-size: 20px;
	    padding-top: 30px;
	}
	.about-us ul.cosmo-cont li .ttl span {
	    margin-top: 5px;
	}
	.about-us ul.cosmo-cont li p {
	    margin-top: 30px;
	    font-size: 14px;
	    text-align: center;
	}
	.pad-show {
	    display: block;
	}
	.about-us .about-introduce {
	    padding: 60px 0;
	}
	.about-us .about-introduce .intro-ttl {
	    font-size: 20px;
	    margin-bottom: 40px;
		font-weight: 600;
	}
	.about-us .about-idea {
	    padding: 50px 20px 50px;
	    flex-direction: column;
	}
	.about-us .about-idea .idea-l img {
	    width: 80%;
	}
	.about-us .about-idea .idea-l p {
	    font-size: 14px;
	    line-height: 2;
	    margin-top: 40px;
	}
	.about-us .about-idea .idea-r {
	    width: 45%;
	}
	.about-us .about-studio {
	    flex-direction: column;
	}
	.about-us .about-studio .studio-l {
	    width: 100%;
	    padding: 30px 20px;
	}
	.about-us .about-introduce p {
	    font-size: 14px;
	    text-align: center;
	    line-height: 2;
	}
	.rongyu .ry-box{
		flex-wrap: wrap;
	}
	.rongyu .ry-right{
		margin-left: 0;
	}
	
	.item-bg-same{
		font-size: 30px!important;
	}
.kj .anli{
	width: 375px;
	margin: 0 30px;
	margin-bottom: 50px;
}
 .line{
	padding: 0;
	margin-top: 30px;
}
.servers-item img{
	margin: 14% auto;
}
.servers-item{
	width: 100%!important;
}

.item .item-bg .bg-box{
	margin-bottom: 20px;
}
.item .item-bg-same{
	background-size: auto 100%;
}
.gallery-thumbs{
	display: none;
}
#banner-text{
	/* display: none; */
}
#sss1{
	width: 37%!important;
	justify-content: space-around!important;
}
.erweima-box{
	width: 135px!important;
	height: 40px!important;
}
.show-ma{
	width: 135px!important;
	padding: 10px!important;
	bottom: 40px!important;
}
#banner-text p:first-child{
	font-size: 24px!important;
}
.goods-banner{
	height: 200px;
	margin-top: 62px;
}
#banner-text{
	top: 200px!important;
}
#specification_images img{
	width: 100%!important;
	display: block;
}
.fen-city{
	flex-direction: column;
}
.f-item{
	width: 90%;
	margin: 0 auto 30px;
}
.citys{
	width: 90%;
	margin: 50px auto 0;
}
.servers-title{
	margin-top: 13%;
}
.servers-sub-title{
	margin-top: 7%;
}
.xiaoyidian{
	font-size: 28px!important;
}
.p11{
	font-size: 30px!important;
	margin-top: 10%!important;
}
.text-box{
	padding: 0 10px;
}
#news-content p span{
	font-size: 20px!important;
}
.goods-type{
	justify-content: flex-start;
}
.goods-type .type-item{
	width: 33.33%;
	margin-bottom: 35px;
}
.kkk{
	margin-top: 0;
}
}