/* banner */
.banner {
	width: 100%;
	height: 800px;
	padding-top: 95px;
}

.banner .swiper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	position: relative;
}

.banner .swiper-slide .pc{
	display: block;
}
.banner .swiper-slide .sj{
	display: none;
}

.banner .swiper-slide > img {
	display: block;
	width: 100%;
	height: 767PX;
	object-fit: cover;
}

.banner .swiper-slide .url {
	position: absolute;
	bottom: 0px;
	display: block;
	width: 220px;
	height: 71px;
	left: 20%;
}

.banner .swiper-pagination-bullet {
	background: rgba(255, 255, 255, 0.8);
}

.banner .swiper-pagination-bullet-active {
	background: #fff;
}

.more{
	font-size: 20px;
	color: #59A6AC;
	position: relative;
	width: 60px;
	cursor: pointer;
}
.more::before{
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 26px;
	height: 2px;
	background-color: #59A6AC;
	transition: all .5s;
}
.more:hover::before{
	width: 100%;
}

@media (max-width: 1500px) {
	.banner {
		height: auto;
	}
}

/* 关于 */
.i-about {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 106px;
}

.i-about .left {
	box-sizing: border-box;
	width: 745px;
}

.i-about .textbox p {
	color: #757475;
	font-size: 20px;
	line-height: 40px;
	text-align: justify;
	margin-top: 93px;
}

.i-about .imgbox{
	width: 41%;
}

.i-about .imgbox02{
	width: 35%;
}

.i-about .textbox img{
	width: auto;
}

.i-about img{
	width: 100%;
}

.i-about .btn {
	margin: 0 auto;
	margin-top: 66px;
}

/* 数字化 */
.num{
	width: 1248px;
	margin: 0 auto;
	margin-top: 179px;
}
.num ul{
	width: 100%;
	display: flex;
}
.num ul li{
	width: 25%;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.num ul li::after{
	content: '';
	display: block;
	width: 1px;
	height: 62px;
	background-color: #757475;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0%, -50%);
}
.num ul li:first-child:before{
	content: '';
	display: block;
	width: 1px;
	height: 62px;
	background-color: #757475;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
}
.num ul li .top{
	display: flex;
	position: relative;
}
.num ul li .top h3{
	font-size: 55px;
	color: #009C59;
}
.num ul li .top span{
	font-size: 16px;
	color: #009C59;
	position: absolute;
	top: 0;
	right: -60px;
}
.num ul li:nth-child(3) .top span{
	right: -40px;
}
.num ul li:nth-child(4) .top span{
	right: -40px;
}
.num ul li p{
	font-size: 18px;
	color: #757475;
}

/* 系统 */
.system-bg {
	margin-top: 166px;
}
.system{
	background-color: #EAF1EB;
	border-radius: 200px 0 0 0;
	padding: 0 120px;
	padding-top: 168px;
	padding-bottom: 218px;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;	
	margin-top: 50px;
}
.system .item{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.system .item .text{
	width: 495px;
}
.system .item .text h3{
	width: 320px;
	font-size: 40px;
	color: #009C59;
}
.system .item .text p{
	font-size: 18px;
	line-height: 30px;
	margin-top: 51px;
}
.system .item .text .btn_style{
	margin-top: 84px;
}
.system .item .imgbox{
	width: 653px;
}
.system .item:nth-child(2){
	flex-direction: row-reverse;
	margin-top: 184px;
	padding-top: 184px;
	border-top: 1px #009C59 dashed;
}
.system .item:nth-child(2) .text .btn_style{
	margin-top: 51px;
}
.system .bg_style{
	position: absolute;
	width: 355px;
	height: 655px;
	top: 40%;
	left: -60px;
	z-index: 1;
}

/* 解决方案 */
.solution{
	margin-top: 70px;
}
.solution .con{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 57px;
}
.solution .con .item{
	width: 47%;
	margin-bottom: 98px;
}
.solution .con .item .imgbox{
	width: 100%;
}
.solution .con .item .title{
	margin-top: 43px;
	font-size: 30px;
	font-weight: bold;
	color: #009C59;
}
.solution .con .item p{
	font-size: 20px;
	list-style: 30px;
	color: #757475;
	margin-top: 27px;
}

/* 加盟合作 */
.join{
	margin-top: 30px;
	height: 1000px;
	position: relative;
	margin-bottom: -140px;
	z-index: 2;
}
.join .imgbox{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.join .con{
	position: absolute;
	width: 100%;
	height: 826px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	background-repeat: no-repeat;
	background-position: right;
}
.join .con-box {
	position: absolute;
	width: 100%;
	padding: 62px 0px;
	box-sizing: border-box;
	overflow: hidden;
	bottom: 83px;
}
.join .mySwiperJoin {
	width: 100%;
}
.join .swiper-slide {
	display: flex;
	flex-wrap: wrap;
	border: 1px #F1F1F1 solid;
	background-color: #fff;
}
.join .swiper-slide .img {
	width: calc(100% / 6);
	height: 153px;
	padding: 31px 21px;
	box-sizing: border-box;
	border-right: 1px #F1F1F1 solid;
}
.join .swiper-slide .img:nth-child(1) {
	border-bottom: 1px #F1F1F1 solid;
}
.join .swiper-slide .img:nth-child(2) {
	border-bottom: 1px #F1F1F1 solid;
}
.join .swiper-slide .img:nth-child(3) {
	border-bottom: 1px #F1F1F1 solid;
}
.join .swiper-slide .img:nth-child(4) {
	border-bottom: 1px #F1F1F1 solid;
}
.join .swiper-slide .img:nth-child(5) {
	border-bottom: 1px #F1F1F1 solid;
}
.join .swiper-slide .img:nth-child(6) {
	border-right: none;
	border-bottom: 1px #F1F1F1 solid;
}
.join .swiper-slide .img:nth-child(12) {
	border-right: none;
}
.join .swiper-slide .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* .join .swiper-container-horizontal>.swiper-pagination-bullets, .join .swiper-pagination-custom, .swiper-pagination-fraction {
	top: 20px;
	right: 24px;
	width: auto;
	left: auto;
} */
.join .swiper-pagination-bullet-active {
	background-color: #009C59;
}
.join .public-title {
	margin-bottom: 50px;
}
.join .con .title{
	font-size: 40px;
	font-weight: bold;
	color: #fff;
}
.join .con p{
	margin-top: 32px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
}
.join .con .btn_box{
	display: flex;
	justify-content: space-between;
}
.join .con .btn_box .btn_style{
	width: 139px;
	height: 46px;
	background-color: #fff;
	color: #009C59;
	font-size: 12px;
}
.join .con .btn_box .btn_style::after{
	content: '';
	display: block;
	width: 6px;
	height: 10px;
	background-image: url(../images/index/icon02.png);
	position: absolute;
	right: 34px;
}

/* 新闻资讯 */
.i-news-bg{
	width: 100%;
	background-color: #EAF1EB;
	padding-top: 350px;
	padding-bottom: 118px;
	position: relative;
	overflow: hidden;
}
.i-news{
	width: 1470px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.i-news .public-title p{
	color: #D5E3D7;
}
.i-news .con{
	margin-top: 138px;
	position: relative;
	padding-bottom: 153px;
}
.i-news .con ul{
	display: flex;
	width: 100%;
}
.i-news .con ul li{
	cursor: pointer;
	position: relative;
	display: flex;
	height: 472px;
}
.i-news .con ul li .imgbox{
	width: 57%;
	height: 100%;
	overflow: hidden;
}
.i-news .con ul li:hover img{
	transform: scale(1.1);
}
.i-news .con ul li .text{
	width: 34%;
	margin-left: 54px;
	margin-right: 73px;
	box-sizing: border-box;
	color: #333;
	height: 240px;
}
.i-news .con ul li .text h3{
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 18px;
	width: 80%;
	color: #009C59;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.i-news .con ul li .text .time{
	font-size: 14px;
	margin-bottom: 8px;
	color: #009C59;
}
.i-news .con ul li .text p{
	font-size: 20px;
	line-height: 30px;
	color: #757475;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	margin-top: 75px;
}
.i-news .con ul li .text .btn_style{
	width: 139px;
	height: 46px;
	font-size: 12px;
	margin-top: 22px;
}
.i-news .con ul li .text .btn_style::after{
	width: 6px;
	height: 10px;
	background-size: 100%;
}
.i-news-bg .bg_style{
	position: absolute;
	top: 99px;
	right: -30px;
}

/* 案例展示 */
.i-case{
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
	padding-bottom: 6px;
}
.i-case .swiper-slide{
	width: 520px;
}
.i-case .public-title{
	text-align: center;
}
.i-case .public-title p{
	text-align: center;
}
.i-case .swiper-slide .imgbox{
	width: 100%;
	height: 483px;
}
.i-case .swiper-slide .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.i-case .text01{
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height: 36px;
	margin-top: 32px;
	margin-bottom: 60px;
}
.i-case .swiper-slide .text{
	text-align: center;
	margin-top: 20px;
	font-size: 16px;
	color: #666;
}
.i-case .more{
	margin: 0 auto;
	margin-top: 80px;
}

/* 合作伙伴 */
.i-partner-bg{
	width: 100%;
	background-color: #FCFCFC;
	padding: 136px 0;
	margin-top: 89px;
}
.i-partner{
	background-image: url(../images/index/img11.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 1640px;
	margin: 0 auto;
}
.i-partner .text01{
	font-size: 16px;
	color: #666;
	margin-top: 20px;
}
.i-partner .con{
	width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 90px;
}
.i-partner .con .item{
	width: 26%;
	height: 128px;
	background-color: #fff;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.i-partner .con .item img{
	max-width: 90%;
	display: block;
}
.i-partner .con .item:nth-child(3n - 1){
	margin: 0 11%;
}

/* 家装小知识 */
.weblink{
	width: 1070px;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.weblink .con{
	display: flex;
	flex-wrap: wrap;
}
.weblink .item{
	margin: 4px;
}
.weblink .item img{
	display: block;
}
.weblink a{
	margin: 0 auto;
	color: #666;
	text-align: center;
	display: inline-block;
	margin-top: 20px;
}

/* 经典案例 */
.case {
	width: 100%;
	overflow: hidden;
}
.case .title {
	color: #009C59;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 40px;
}
.case .mySwiperCase {
	position: relative;
	padding-bottom: 40px;
}
.case .swiper-container-horizontal>.swiper-pagination-bullets,.case .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 0;
}
.case .swiper-pagination-bullet {
	width: 96px;
	height: 6px;
	border-radius: 0;
}
.case .swiper-pagination-bullet-active {
	background-color: #009C59;
}
.case .swiper-slide {
	height: 287px;
	overflow: hidden;
	position: relative;
	display: block;
}
.case .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case .swiper-slide .text {
	position: absolute;
	background-color: rgba(255, 255, 255, 0.64);
	box-sizing: border-box;
	padding: 16px 18px;
	width: 100%;
	height: 103px;
	left: 0;
	bottom: 0;
}
.case .swiper-slide .text h3 {
	color: #009C59;
	font-size: 16px;
	margin-bottom: 9px;
}
.case .swiper-slide .text p {
	color: #757475;
	font-size: 12px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
	 overflow: hidden;
}


@media (max-width: 1700px) {
	nav .nav-top{
		width: 100%;
	}
	.i-product{
		width: 90%;
	}
	.i-news{
		width: 90%;
	}
	.i-partner{
		width: 90%;
	}
}
@media (max-width: 1400px) {
	.i-news .con ul li .imgbox{
		height: 260px;
	}
}
@media (max-width: 1330px) {
	nav ul li a{
		padding: 0 20px;
	}
	.i-about .textbox{
		margin-top: 0px;
	}
}
@media (max-width: 1200px) {
	nav ul li a{
		padding: 0 10px;
	}
	.i-partner .con{
		width: 90%;	
	}
	.weblink{
		width: 90%;	
	}
}

@media (max-width: 960px) {
	.public-title p{
		font-size: 40px;
    line-height: 50px;
	}
	.public-title h3{
		margin-top: 10px;
		font-size: 26px;
	}
	.banner{
		padding-top: 60px;
	}
	.i-about .con{
		flex-wrap: wrap;
	}
	.i-about .imgbox01{
		width: 50%;
	}
	.i-about .textbox{
		width: 100%;
		padding: 0 5%;
	}
	.i-about .public-title{
		bottom: auto;
		top: 20px;
	}
	.i-about .imgbox02{
		display: none;
	}
	.new-product .public-title{
		position: initial;
		padding-left: 0;
		margin-left: 5%;
		margin-bottom: 40px;
	}
	.new-product .swiper-slide{
		flex-wrap: wrap;
	}
	.new-product .swiper-slide .imgbox{
		width: 100%;
		height: 260px;
	}
	.new-product .swiper{
		height: auto;
	}
	.new-product .text{
		width: 100%;
		padding-left: 0;
		width: 90%;
		margin: 0 auto;
		margin-top: 20px
	}
	.new-product .text h3{
		font-size: 24px;
	}
	.new-product .text span{
		font-size: 14px;
	}
	.new-product .text p{
		font-size: 16px;
	}
	.new-product .more{
		display: none;
	}
	.i-product .top{
		flex-wrap: wrap;
	}
	.i-product .top .right{
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}
	.i-product .con{
		flex-wrap: wrap;
	}
	.i-product .con .item{
		width: 100%;
		margin-bottom: 20px;
	}
	.i-product .con .item .text h3{
		font-size: 24px;
	}
	.i-product .con .item .text p{
		font-size: 18px;
	}
	.i-news .con ul li{
		width: 100%;
		margin-bottom: 20px;
	}
	.i-news .con ul li:nth-child(2){
		margin: 0;
		margin-bottom: 20px;
	}
	.i-news .con ul li .text{
		padding: 40px 20px;
		height: auto;
	}
	.i-news .more{
		margin-top: 40px;
	}
	.i-case .swiper-slide{
		width: 80vw;
	}
	.i-case .swiper-slide .imgbox{
		height: 260px;
	}
	.i-case .text01{
		width: 90%;
		margin: 0 auto;
		margin-top: 32px;
		margin-bottom: 60px;
	}
	.i-partner-bg{
		padding: 60px 0;
	}
	.i-partner .con{
		justify-content: space-between;
	}
	.i-partner .con .item{
		width: 46%;
		height: 80px;
	}
	.i-partner .con .item:nth-child(3n - 1){
		margin: 0;
	}
	.weblink .con{
		justify-content: space-between;
	}
	.weblink .item{
		width: 46%;
	}
	.weblink .item img{
		width: 100%;
	}
}

@media (max-width: 960px ){
	.i-about .textbox p{
		margin-top: 40px;
		font-size: 14px;
	}
	.i-about{
		flex-wrap: wrap;
		margin-top: 40px;
	}
	.i-about .textbox{
		padding: 0;
	}
	.num ul li p{
		font-size: 14px;
	}
	.num{
		width: 100%;
		margin-top: 40px;
	}
	.num ul{
		flex-wrap: wrap;
	}
	.num ul li{
		width: 50%;
		margin: 10px 0;
	}
	.num ul li .top h3{
		font-size: 36px;
	}
	.system{
		border-radius: 100px 0 0 0;
    padding: 0 20px;
    padding-top: 40px;
    padding-bottom: 100px;
    box-sizing: border-box;
    margin-top: 40px;
	}
	.i-about .imgbox{
		width: 100%;
	}
	.system .item{
		flex-wrap: wrap;
	}
	.system .item .text h3{
		font-size: 24px;
		width: 70%;
	}
	.system .item .imgbox{
		width: 100%;
		margin-top: 20px;
	}
	.system .item:nth-child(2){
		margin-top: 40px;
		padding-top: 100px;
	}
	.system .item .text p{
		font-size: 14px;
		margin-top: 20px;
	}
	.solution .con .item{
		width: 48%;
	}
	.solution .con .item .title{
		font-size: 22px;
    margin-top: 10px;
	}
	.solution .con .item p{
		font-size: 14px;
		margin-top: 10px;
	}
	.solution{
		margin-bottom: 0;
	}
	.join .imgbox{
		height: auto;
	}
	.join .con{
		width: 100%;
    height: 280px;
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
	}
	.join .swiper-slide .img {
		width: 50%;
		height: 60px;
		padding: 2px;
	}
	.join .con-box {
		left: 0;
	}
	.join{
		width: 100%;
		height: 630px;
	}
	.solution{
		margin-bottom: 40px;
	}
	.join .con .title{
		font-size: 24px;
	}
	.join .con p{
		font-size: 16px;
	}
	.i-news-bg{
		padding-top: 200px;
	}
	.i-news .con{
		margin-top: 40px;
		padding-bottom: 200px;
	}
	.solution .con .item{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.i-news .con ul li{
		flex-wrap: wrap;
	}
	.i-news .con ul li .imgbox{
		width: 100%;
		height: auto;
	}
	.i-news .con ul li .text{
		width: 100%;
		margin: 0;
		padding: 0px;
		margin-top: 10px;
	}
	.num ul li:first-child:before{
		display: none;
	}
	.num ul li::after{
		display: none;
	}
	.num ul li:first-child::after{
		display: block;
	}
	.num ul li:nth-child(3)::after{
		display: block;
	}
	.i-news-bg .bg_style{
		display: none;
	}
	.i-news .con ul li .text p{
		margin-top: 20px;
		font-size: 14px;
	}
	.banner .swiper-slide > img{
		height: calc(100vh - 60px);
	}
	.i-news .con ul li .text h3{
		font-size: 22px;
	}
	.system .item .text{
		width: 100%;
	}
	.banner .swiper-slide .pc{
		display: none;
	}
	.banner .swiper-slide .sj{
		display: block;
	}
	.banner .swiper-slide .url{
		display: none;
	}
	.join .con .btn_box .btn_style{
		width: 116px;
    height: 40px;
    background-color: #fff;
    color: #009C59;
    font-size: 12px;
    text-align: center;
    padding: 20px;
	}
}

