/* 导航 */
.nav-right ul li:nth-child(2) a {
	color: #ea5018;
}
.nav-right ul li:nth-child(2)::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #ea5018;
}
/* 内容 */
.content {
    margin-top: 90px;
}
/* 产品介绍 */
.product {
    padding-bottom: 60px;
}
.product-content ul li>div {
	width: 50%;
}
.product-left h3 {
	font-size: 36px;
	color: #000;
	text-align: left;
	width: 100%;
	position: relative;
	padding-bottom: 25px;
}
.product-left h3 span {
	font-size: 30px;
	color: #ea5018;
	font-weight: 400;
}
.product-left h3::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 51px;
	height: 4px;
	background-color: #ea5018;
}
.product-left p {
	width: 100%;
	font-size: 18px;
	line-height: 36px;
	margin: 40px 0;
}
.product-img {
	width: 100%;
	justify-content: flex-start;
}
.product-img div {
	margin-right: 70px;
}
.product-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
/* 标题 */
.content-title {
    width: 100%;
    padding-top: 80px;
    margin-bottom: 40px;
    font-size: 36px;
}
.content-title h3 {
    margin-top: -20px;
    position: relative;
    padding-bottom: 20px;
}
.content-title h3::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 2px;
    background-color: #ea5018;
}

/* 应用场景 */
.scenario {
    width: 100%;
    background-color: #f3f3f3;
    padding-bottom: 90px;
}
.scenario-content li div {
    background-color: #ea5018;
    border-radius: 50%;
    width: 120px;
    height: 120px;
}
.scenario-content li p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
}
/* 功能特性 */
.feature {
    width: 100%;
    position: relative;
    padding-bottom: 80px;
    background: url('../img/product/cupboard/img03-bj.png') no-repeat;
    background-size: cover;
}
.feature .content-title {
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    color: #fff;
    font-size: 36px;
}
.feature .content-title h3::after {
    right: auto;
    background-color: #fff;
}

.feature-text ul {
    max-width: 485px !important;
}
.feature-img {
    position: absolute;
    width: 100%;
    z-index: -1;
}
.feature-img img {
    width: 100%;
    object-fit: cover;
}
.feature-left {
    width: 100%;
    max-width: 600px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.feature-content {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.feature-content ul {
    font-size: 16px;
}
.feature-content ul li {
    width: 50%;
    margin: 5px 0;
}
.feature-content ul p {
    position: relative;
    padding-left: 12px;
    color: #fff;
}
.feature-content ul p::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
}

/* 技术参数 */
.specification {
    width: 100%;
}
.specification-content {
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.specification-tab {
    margin-bottom: 40px;
}
.yangshi {
    background-color: #ea5018 !important;
    color: #fff !important;
}
.specification-tab p {
    width: 360px;
    height: 50px;
    border-radius: 25px;
    background-color: #e2e2e2;
    margin: 0 10px;
}
.specification-content table {
    max-width: 600px;
    width: 100%;
    border-collapse:collapse;
}
.specification-content table:nth-child(1) {
    border-right: 1px solid #d7d7d7;
}
.specification-content tr:nth-child(1) {
    background-color: #ea5018 !important;
    color: #fff;
}
.specification-content tr:nth-child(even) {
    background-color: #f3f3f3;
}
.specification-content tr td:nth-child(1) {
    width: 20%;
    border-right: 1px solid #d7d7d7;
    white-space: nowrap;
}
.specification-content td {
    text-align: left;
    padding-left: 20px;
    padding-right: 35px;
    font-size: 16px;
    height: 50px;
}
.buchong {
    width: 100%;
    margin: 85px 0;
    color: #ea5018;
}
.buchong button {
    color: #fff;
    width: 150px;
    height: 50px;
    background-color: #ea5018;
    border-radius: 25px;
    margin-top: 20px;
}
.buchong button img {
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
	.product-left p {
        margin: 20px 0;
    }
    .product-img div {
        margin: 0 5px;
    }
    .feature {
        padding: 0;
    }
    .feature-content {
        background-color: rgba(178, 124, 50, .7);
    }
    .feature-content {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .product-content li {
        flex-direction: column-reverse;
    }
    .product-content ul li>div {
        width: 100%;
    }
    .product-right {
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
    .scenario-content li {
        margin-bottom: 20px;
    }
    .feature .content-title {
        padding-top: 40px;
    }
    .feature-text ul {
        width: 90%;
    }
    .product-left h3 {
        font-size: 24px;
    }
    .product-left h3 span {
        font-size: 20px;
    }
    .scenario-content li p {
        font-size: 18px;
    }
}