@charset "utf-8";
.section{
	background-color: #92d14f;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.page-main{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	height: calc(100vh - 180px);
}
@media screen and (max-width: 749px) {
	.page-main{
		height: calc(100vh - 70px);
	}
}

/* 第1页 */
.one {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
}
.one .title{
	font-size: 130px;
	margin-bottom: 35px;
	color: #ffffff;
	font-weight: 400;
}
.one .desc{
	font-size: 60px;
	font-weight: 300;
	color: #ffffff;
}
@media screen and (max-width: 749px) {
	.one .title{
		font-size: 80px;
	}
	.one .desc{
		font-size: 24px;
	}
}
/* 第1页 */

/* 插入新页 */
.one-add{
	padding: 0 27px 37px 44px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	height: 100%;
}
.one-add .content-box{
	width: 48%;
	text-align: center;
	padding-right: 15px;
	margin-bottom: 20%;
}
.one-add .content-box .title{
	font-size: 32px;
	color: #FFFFFF;
	margin-bottom: 50px;
	font-weight: lighter;
}
.one-add .content-box .desc{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: lighter;
	line-height: 30px;
}
.one-add .image-box{
	width: 42%;
}
.one-add .image-box .img{
	width: 100%;
}
@media (min-width: 750px) and (max-width: 1210px) {
	.one-add .content-box{
		margin-bottom: 15%;
	}
}
@media screen and (max-width: 749px) {
	.one-add{
		padding: 15px;
		flex-direction: column;
		align-items: center;
	}
	.one-add .content-box{
		width: 100%;
		padding-right: 0;
		margin-bottom: 10%;
	}
	.one-add .content-box .title{
		font-size: 28px;
	}
	.one-add .content-box .desc{
		font-size: 14px;
		line-height: 25px;
	}
	.one-add .image-box{
		width: 100%;
		margin-top: 15px;
	}
}
/* 插入新页 */

/* 第2页 */
.two {
	color: #ffffff;
	padding: 30px;
	height: 100%;
	display: flex;
	align-items: flex-end;
}
.two .bottom-box {
	width: 50%;
	text-align: left;
	background: rgba(191,191,191,.5);
	padding: 20px 12px;
}
.two .bottom-box .title {
	font-size: 22px;
	margin-bottom: 24px;
	font-weight: lighter;
}
.two .bottom-box .singlepage{
	font-size: 14px;
	font-weight: lighter;
	line-height: 24px;
}

@media screen and (max-width: 749px) {
	.two{
		overflow-y: scroll;
	}
	.two .top-box{
		width: 100%;
		height: auto;
		margin-bottom: 12px;
	}
	.two .top-box .title{
		font-size: 20px;
		margin-bottom: 12px;
	}
	.two .top-box .desc{
		font-size: 14px;
		line-height: 25px;
		height: auto;
	}
	.two .bottom-box{
		width: 100%;
		height: auto;
	}
}
/* 第2页 */

/* 第3页 */
.three {
	display: flex;
	align-items: end;
	justify-content: space-between;
	padding: 0 24px 24px;
	height: 100%;
}
.three .item {
	width: 19%;
	height: 60%;
	background-color: rgba(238, 238, 238, .6);
	padding-top: 30px;
	text-align: center;
}
.three .item .en_title{
	font-size: 20px;
	font-weight: lighter;
	color: #ffffff;
	margin-bottom: 10px;
}
.three .item .title{
	font-size: 20px;
	color: #ffffff;
}
@media screen and (max-width: 995px) {
	.three{
		padding: 0;
		align-items: center;
		flex-wrap: wrap;
	}
	.three .item{
		width: 48%;
		height: 30%;
		padding: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.three .item .en_title{
		font-size: 16px;
	}
	.three .item .title{
		font-size: 16px;
	}
}
/* 第3页 */

/* 产品新增页 */
.product-add1{
	padding: 10px 30px 30px 30px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 100%;
}
.product-add1 .left-box{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	
}
.product-add1 .left-box .top-box{
	width: 255px;
	height: 114px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFFFFF;
}
.product-add1 .left-box .top-box .en_title{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: lighter;
}
.product-add1 .left-box .top-box .title{
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
}
.product-add1 .left-box .bottom-box{
	width: 255px;
	text-align: right;
	margin-bottom: 200px;
}
.product-add1 .left-box .bottom-box .singlepage{
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	font-weight: lighter!important;
}
.product-add1 .left-box .bottom-box .singlepage *{
	font-weight: lighter!important;
}
.product-add1 .pic{
	width: 35%;
}
@media screen and (max-width: 749px) {
	.product-add1{
		align-items: flex-start;
		flex-direction: column;
		overflow-y: scroll;
		justify-content: flex-start;
	}
	.product-add1 .left-box{
		width: 100%;
		height: auto;
	}
	.product-add1 .left-box .top-box{
		width: 100%;
		height: 80px;
		margin-bottom: 15px;
	}
	.product-add1 .left-box .top-box .en_title{
		font-size: 14px;
	}
	.product-add1 .left-box .top-box .title{
		font-size: 16px;
	}
	.product-add1 .left-box .bottom-box{
		width: 100%;
		text-align: left;
		margin-top: 0;
		margin-bottom: 15px;
	}
	.product-add1 .pic{
		width: 100%;
	}
}
/* 产品新增页 */

/* 产品页 */
.product{
	height: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 10px 30px 30px 30px;
}
.product .left-box{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.product .left-box .top-box{
	width: 255px;
	height: 115px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #FFFFFF;
}
.product .left-box .top-box .en_title{
	font-size: 16px;
	color: #FFFFFF;
	font-weight: lighter;
}
.product .left-box .top-box .title{
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 4px;
	font-weight: lighter;
}
.product .right-box{
	width: 45%;
	max-height: 100%;
	padding: 20px 15px;
	background-color: rgba(191, 191, 191, .5);
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	font-weight: lighter!important;
}
.product .right-box p{
	margin: 0 0 5px 0;
}
@media screen and (max-width: 749px) {
	.product{
		align-items: flex-start;
		flex-direction: column;
		overflow-y: scroll;
		justify-content: flex-start;
	}
	.product .left-box{
		width: 100%;
		height: auto;
	}
	.product .left-box .top-box{
		width: 100%;
		height: 80px;
		margin-bottom: 15px;
	}
	.product .left-box .top-box .en_title{
		font-size: 14px;
	}
	.product .left-box .top-box .title{
		font-size: 16px;
	}
	.product .right-box{
		width: 100%;
		max-height: none;
	}
}
/* 产品页 */

/* 咨询页 */
.case{
	text-align: left;
	padding: 80px 45px 200px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.case *{
	color: #FFFFFF!important;
}
/* 咨询页 */

/* 联系我们 */
.contact{
	height: 100%;
	padding: 25px 30px;
	display: flex;
	align-items: flex-end;
}
.contact .singlepage{
	width: 300px;
	padding: 50px 15px 20px;
	background-color: rgba(191, 191, 191, .6);
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
}
.contact .singlepage p{
	margin: 0 0 5px 0;
}
/* 联系我们 */

/* 新闻列表 */
.product .right-box.news-list{
	padding: 10px 15px;
}
.news-list .item{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
}
.news-list .item .title{
	font-size: 14px;
	color: #ffffff;
	max-width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.news-list .item .time{
	font-size: 14px;
	color: #ffffff;
}
@media screen and (max-width: 749px) {
	.news-list .item{
		flex-direction: column;
		align-items: flex-start;
		padding: 5px 0;
	}
	.news-list .item .title{
		max-width: 100%;
		margin-bottom: 5px;
	}
}