.product-main {
	background-color: #fff;
	padding: 0px 0 47px;
}
.footer-top{
	margin-top: 0px;
}
.product-banner {
	position: relative;
}
.product-banner img{
	width: 100%;
}
.product-wrap {
	margin: 0 auto;
}
.product-banner .btn1{
	position: absolute;
	left: 13.5%;
	bottom: 182px;
	width: 177px;
	height: 60px;
    opacity: 0; 
}
.product-banner .btn2{
	position: absolute;
	left: 24.5%;
	bottom: 182px;
	width: 177px;
	height: 60px;
    opacity: 0;
}
.product-box {
    padding: 60px 0px 0;
	text-align: center;
    background: #fff;
}

.product-box h4 {
	margin-bottom: 20px;
	font-weight: 600;
    font-size: 40px;
    line-height: 57px;
    color: #333;
}
.product-box .imgs {
	width: 100%;
    padding: 50px 58px 0;
}
.product-box .imgs img {
	width: 100%;
}
.product-box h6 {
	color: #000100;
	margin: 0 auto;
	line-height: 30px;
    font-size: 20px;
    line-height: 26px;
}
.product-box .product-box-content {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-box .product-box-content img {
    min-width: 900px;
}
.product-box .product-box-content h4 {
   font-size: 18px;
}
.product-box .product-box-content .product-box-content-right {
    width: 447px;
    text-align: left;
    margin-left: 50px;
 }
.product-box .product-box-content .product-box-content-left {
    width: 447px;
    text-align: left;
    margin-right: 50px;
 }

.product-box .product-box-content li {
    font-size: 16px;
    color: #333;
    line-height: 23px;
}

.product-box .feature{
    width: 100%;
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 50px;
}
.product-box .feature .feature-item{
    padding: 20px;
    width: 447px;
    height: 208px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #FFFFFF;
    box-shadow: 0px 0 10px 0px rgba(0,0,0,0.05);
    border-radius: 8px;
}
.product-box .feature .feature-item img{
    width: 56px;
    height: 56px;
}
.product-box .feature .feature-item .title{
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-align: left;
}
.product-box .feature .feature-item .desc{
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.product-box .scene{
    width: 100%;
    display: grid;
    grid-gap: 27px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
}
.product-box .scene .scene-item{
    display: flex;
    flex-direction: column;
}
.product-box .scene .scene-item img{
    width: 330px;
    height: 381;
}
.product-box .scene .scene-item .title{
    font-size: 26px;
    line-height: 37px;
    margin-top: 20px;
}

.product-box .scene .scene-item:nth-child(even) {
    padding-top:50px;
}