/* 导航 */
.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;
}
/* 内容 */
/* 轮播 */
.other {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 80px;
    box-shadow: 0 10px 50px rgba(51, 14, 0, .06);
}
.other-swiper {
    text-align: center;
    position: relative;
    overflow: hidden;
}
.other-swiper p {
    font-size: 20px;
    margin-top: 10px;
}
.swiper-button-prev, .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background-color: #eeeeee;
    border-radius: 50%;
    background-image: none !important;
}
.swiper-button-prev .duichen, .swiper-button-next .duichen {
    width: 10px;
    height: 18px;
    background:  url('../img/home/qiehuan.png') no-repeat;
}
.swiper-button-prev .duichen {
    transform: rotate(180deg);
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 260px !important;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.swiper-slide .duichen {
    height: 200px;
}
.jiantou {
    max-width: 1300px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    top: -130px;
    z-index: 1;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1 !important;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: #ea5018;
}
.swiper-button-prev:hover .duichen, .swiper-button-next:hover .duichen {
    background:  url('../img/product/other/qiehuan.png') no-repeat;
    transform: rotate(180deg);
}
.swiper-button-prev:hover .duichen {
    transform: rotate(0);
}

/* 产品介绍 */
.product {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 60px;
}
.product-content ul li>div {
	width: 50%;
}
.product-content ul li {
	align-items: flex-start;
}
.product-left h3 {
	font-size: 36px;
	color: #000;
	text-align: left;
	width: 100%;
	position: relative;
	padding-bottom: 25px;
    margin-bottom: 35px;
}
.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;
	text-align: left;
}
.product-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.product-right img {
    width: 50%;
}
.product-img {
	width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.product-img div {
	margin: 0 35px;
}
/* 标题 */
.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-feature {
    width: 100%;
}
.scenario-feature>div {
    width: 50%;
    height: 450px;
}
.scenario-feature .content-title h3::after {
    right: auto;
}

/* 应用场景 */
.scenario {
    width: 100%;
    background: url('../img/product/other/img03-bj01.png') no-repeat;
    background-size: cover;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.scenario-content {
    width: 100%;
    max-width: 600px;
    margin-top: 80px;
}
.scenario .content-title {
    padding: 0 !important;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.scenario .content-title h3 {
    color: #fff;
    font-size: 36px;
}
.scenario-content ul {
    max-width: 500px;
    color: #fff;
}
.scenario-content li .duichen {
    background-color: #ea5018;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-right: 15px;
}
.scenario-content li .pailie {
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.scenario-content li p {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 12px;
}

/* 功能特性 */
.feature {
    width: 100%;
    background: url('../img/product/other/img03-bj02.png') no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.feature>div {
    max-width: 600px;
    width: 100%;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}
.feature>div>div {
    max-width: 500px;
    width: 100%;
}
.feature .content-title {
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.feature .content-title h3 {
    font-size: 36px;
}
.feature-left {
    width: 100%;
}

.feature-img {
    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;
    background-color: #FFF;
    padding: 20px;
    box-shadow: 0 20px 50px rgba(51, 14, 0, .1);
}
.feature-content ul {
    font-size: 16px;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.feature-content ul li {
    width: 25%;
    margin: 5px 0;
}
.feature-content ul p {
    position: relative;
    padding-left: 12px;
}
.feature-content ul p::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #ea5018;
    border-radius: 50%;
}
.feature-text {
    margin: 0 auto;
}
.feature-text {
    width: 100%;
}

/* 技术参数 */
.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(odd) {
    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: 1024px) {
	.feature>div, .scenario-content {
        width: 90%;
        margin: auto;
    }
}
@media screen and (max-width: 768px) {
    .feature-text li {
        width: 100% !important;
    }
}
@media screen and (max-width: 425px) {
	.product-content ul li {
       -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
        flex-direction: column-reverse;
    }
    .product-content ul li>div {
        width: 100%;
    }
    .product-left h3 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .product-left h3 span {
        font-size: 20px;
    }
    .product-left>p {
        font-size: 14px;
        line-height: 25px;
    }
    .scenario-feature {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
    .scenario-feature>div {
        width: 100%;
    }
    .scenario-content ul li {
        margin-bottom: 10px;
    }
    .feature-content ul {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .feature-content ul::after {
        content: '';
        width: 50%;
    }
    .feature-content ul li {
        width: 50%;
    }
    .scenario .content-title h3, .feature .content-title h3 {
        font-size: 26px;
    }
    .scenario-content li p {
        font-size: 18px;
    }
    .scenario-content li span {
        font-size: 14px;
    }
}