/* 导航 */
.nav-right ul li:nth-child(1) a {
	color: #ea5018;
}
.nav-right ul li:nth-child(1)::after {
	content: '';
	position: absolute;
	bottom: -26px;
	left: 0;
	right: 0;
	width: 100%;
	height: 4px;
	background-color: #ea5018;
}
/* 内容 */
.content01-content {
    margin: 80px 0;
    text-align: center;
}
.content01-content li {
    position: relative;
}
.content01-content div {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.content01-content div p {
    padding: 20px 0;
    font-size: 24px;
    color: #fff;
}
/* 功能概述 */
.sketch {
    width: 100%;
    background: url('../img/home/img02-bj.jpg') no-repeat;
    background-size: cover;
}
.sketch ul {
	width: 100%;
}
.sketch li {
    width: 100%;
    max-width: 270px;
    height: 320px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(30, 8, 0,.1);
    margin-bottom: 40px;
}

.sketch li:hover {
    background-color: #ea5018;
    color: #fff;
}
.sketch li:hover .duichen {
    background-color: #fff;
    overflow: hidden;
}

.sketch li .duichen {
    width: 100%;
    max-width: 120px;
    height: 120px;
    max-height: 120px;
    background-color: #ea5018;
    border-radius: 50%;
    margin-top: 25px;
    margin-bottom: 18px;
    text-indent: -40px;
}
.sketch li .img {
    width: 60px;
    height: 60px;
}
.sketch li:hover .img {
    margin-left: -120px;
}
.sketch li:hover img {
    filter: drop-shadow(60px 0 #ea5018);
}
.sketch li p {
    font-weight: bold;
    margin-bottom: 20px;
}
.sketch li span {
    max-width: 220px;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    line-height: 24px;
}
.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%;
    margin-bottom: 80px;
}
.scenario-content {
    background-color: #f9f9f9;
}
.scenario-left {
    max-width: 800px;
    overflow: hidden;
}
.scenario-left img {
    max-width: 822px;
    height: 548px;
    object-fit: cover;
}
.scenario-tab {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
}
.scenario-tab ul {
    justify-content: flex-start;
}
.scenario-tab li {
    padding: 0 11px;
    position: relative;
    padding-top: 38px;
    padding-bottom: 42px;
    margin-right: 50px;
}
.scenario-xuanzhong {
    color: #ea5018;
}
.scenario-xuanzhong::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ea5018;
}
.scenario-right {
    max-width: 400px;
    width: 100%;
    height: 630px;
    justify-content: flex-start;
}
.scenario-text ul {
    justify-content: flex-start;
}
.scenario-url {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.scenario-right-content {
    max-width: 300px;
    display: none;
    margin-top: 50px;
}
.scenario-right-content:nth-child(1) {
    display: block;
}
.scenario-text p {
    font-size: 26px;
    color: #ea5018;
    margin-bottom: 15px;
}
.scenario-text ul {
    color: #777777;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 40px;
}
.scenario-text li {
    margin: 0 5px;
}
.scenario-text span {
    display: block;
    line-height: 30px;
    margin-top: 40px;
}
.scenario-text {
    margin-bottom: 120px;
}
.scenario-url a {
    font-size: 14px;
    color: #ea5018;
    margin-right: 11px;
}
/* 应用价值 */
.worth {
    width: 100%;
    background: url('../img/home/img04-bj.png') no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}
.worth-content {
    flex-wrap: nowrap;
}
.worth-content>div {
    border-radius: 10px;
}
.worth-content>div>p {
    margin-bottom: 40px;
    border-radius: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.worth-content>div ul {
    margin: 0 50px;
	width: 80%;
}
.worth-content>div ul li {
    justify-content: flex-start;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.worth-content>div ul li img {
    margin-right: 22px;
}
.worth-content>div ul li div p {
    
    margin-bottom: 20px;
}
/* 使用前 */
.worth-ago {
    max-width: 570px;
    width: 100%;
    background-color: #e2e2e2;
}
.worth-ago>p {
    max-width: 470px;
    width: 100%;
    height: 56px;
    background-color: #ababab;
    font-size: 28px;
    margin-top: 38px;
}
.worth-ago li {
    margin-bottom: 30px;
}
.ago-text p {
    color: #474747;
    font-size: 20px;
}
/* 使用后 */
.worth-later {
    max-width: 650px;
    width: 100%;
    background-color: #fff;
    margin-left: -10px;
    box-shadow: 0 30px 50px rgba(30, 8, 0, .3) ;
}
.worth-later li {
    margin-bottom: 40px;
}
.worth-later>p {
    max-width: 540px;
    width: 100%;
    height: 64px;
    background-color: #ea5018;
    font-size: 32px;
    margin-top: 48px;
}
.worth-text p {
    font-size: 22px;
}
.worth-text span {
    font-size: 18px;
}
/* 适配硬件 */
.hardware, .hardware-top {
    width: 100%;
}
.hardware-top .content-title {
    width: auto;
    text-align: left;
}
.hardware-top .content-title h3 {
    width: 100%;
}
.hardware-top .content-title h3::after {
    left: 0;
    right: auto;
}
.hardware-top ul {
    max-width: 470px;
    width: 100%;
    font-size: 18px;
}
.hardware-top ul li:nth-child(1) {
    color: #ea5018;
}
.hardware-content {
    margin-top: 30px;
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    font-size: 18px;
}
.hardware-swiper {
    overflow: hidden;
}
.hardware-next, .hardware-prev {
    background-image: none !important;
}
.swiper .duichen {
    max-width: 360px;
    width: 100%;
    height: 360px;
    background-color: #eeeeee;
    margin-bottom: 20px;
}
.swiper-button-disabled {
    opacity: 1 !important;
    background-image: url('../img/home/qiehuan.png') !important;
	transform: rotate(180deg);
}
.swiper-button-disabled img {
    display: none;
}
.hardware-next img {
	transform: scale(2) rotate(180deg) !important;
}
.hardware-next, .hardware-prev {
	transform: scale(1);
}
.swiper-button-disabled {
	transform: scale(.5) rotate(180deg);
}
.swiper-button-next {
	transform: scale(.5) rotate(0deg);
}
/* 应用案例 */
.case {
    background: url('../img/home/img06-bj.png') no-repeat;
    background-size: cover;
    margin-top: 80px;
    padding-bottom: 80px;
}
.case, .case-content {
    width: 100%;
}
.case-left {
    max-width: 625px;
    width: 100%;
   -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background-color: #fff;
    padding: 30px;
    margin: 0 -60px;
    box-shadow: 0 10px 30px 1px rgba(67, 67, 67, .2);
}
.case-left p {
    font-size: 22px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.case-left button {
    width: 80px;
    height: 40px;
    background-color: #ea5018;
    border: none;
    margin-top: 20px;
}
.case-right {
    width: 100%;
    max-width: 550px;
}
.case-right li {
    padding-top: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #e2e2e2;
}
.case-right li:hover {
    background-color: #fff;
    box-shadow: 0 10px 30px 1px rgba(67, 67, 67, .2);
}
.case-right li:hover  p {
    color: #ea5018;
}
.case-right li:hover a {
    color: #ea5018;
}
.case-right li:nth-child(1) {
    border-top: 1px solid #e2e2e2;
}
.case-right li:hover .tiaozhuan {
    width: 16px;
    height: 16px;
    background: url('../img/home/img03-2') no-repeat;
    background-size: 100%;
}

.case-right-top span {
    color: #919191;
    font-size: 18px;
}
.case-right-top p, .case-right-top a {
    font-size: 20px;
}
.case-right-top span {
    font-size: 14px;
    line-height: 24px;
}

.case-right-top, .case-right-bottom {
    margin: 0 30px;
}
.case-right-top {
    margin-bottom: 20px;
}
.case-right-bottom {
    font-size: 14px;
    line-height: 24px;
}
.case-right-bottom span {
    max-width: 420px;
}
/* 关于我们 */
.aboutUs {
    width: 100%;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 350px;
}
.aboutUs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.aboutUs-content {
    background-color: rgba(213, 71, 19, .85);
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}
.aboutUs-content h3 {
    font-size: 40px;
}
.aboutUs-content p {
    font-size: 20px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 690px;
    text-align: center;
}
.aboutUs-content button {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
}
.aboutUs-content button a {
    font-size: 18px;
    color: #ea5018;
}

@media screen and (max-width: 1024px) {
    .content01-content ul {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
    .content01-content ul li {
        margin-bottom: 30px;
    }
    .content01-content ul li, .content01-content ul li img {
        width: 80%;
    }
    .sketch-content ul:after { 
        content: ""; 
        width: 270px;
    } 
    .scenario-content {
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
    .scenario-left, .scenario-left .duichen, .scenario-left .duichen img {
        width: 100%;
        max-width: 100%;
    }
    .scenario-tab ul {
        width: 90%;
        margin: 0 auto;
    }
    .scenario-right {
        padding: 30px 0;
        max-width: 100%;
        height: auto;
        justify-content: flex-start;
    }
    .scenario-right-content {
        width: 80%;
        max-width: 100%;
    }
    .scenario-text {
        margin-bottom: 60px;
    }
    .worth-content {
        flex-wrap: wrap;
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
    .hardware-top {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
    .hardware-content {
        margin-top: 20px;
    }
    .case-content {
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    }
    .case, .case-content {
        width: 90%;
    }
    .case-right {
        width: 90%;
        max-width: 100%;
        margin-top: 30px;
    }
}
@media screen and (max-width: 768px) {
    .content01-content ul li, .content01-content ul li img {
		width: 100%;
	}
    .sketch-content ul {
        justify-content: space-around;
    }
    .sketch li {
        height: 280px;
    }
    .sketch li .duichen {
        margin-top: 0;
    }
    .sketch li p {
        margin-bottom: 10px;
    }
    .sketch li span {
        margin-bottom: 0;
    }
    .scenario-tab ul {
        width: 100%;
        justify-content: space-around;
    }
    .scenario-tab ul li {
        margin: 0;
        font-size: 16px;
        padding-top: 28px;
        padding-bottom: 32px;
    }
    .scenario-text ul {
        padding-bottom: 20px;
    }
    .scenario-text span {
        margin-top: 20px;
    }
    .scenario-text {
        margin-bottom: 40px;
    }
    .scenario-text p {
        font-size: 22px;
    }
    .worth-content>div>p {
        font-size: 20px;
        margin: 30px 0;
    }
    .worth-text p {
        font-size: 18px;
    }
    .worth-text span {

        font-size: 16px;
    }
    .hardware-next, .hardware-prev {
        display: none;
    }
}
@media screen and (max-width: 425px) {
    .banner img {
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
    .content01-content ul li, .content01-content ul li img {
        width: 90%;
    }
    .content01-content {
        margin: 30px 0;
    }
    .content01-content div p {
        font-size: 16px;
    }
    .content01-content ul li {
        margin-bottom: 10px;
    }
    .content-title {
		width: 90% !important;
		margin: 0 auto;
	}
	.worth-content>div>p {
		width: 90%;
	}
	.worth-ago ul {
		width: 90%;
	}
	.worth-content>div ul li img {
		margin-right: 10px !important;
	}
	.worth-content>div ul li div p {
		font-size: 16px;
	}
	.worth-later>p {
		height: 50px !important;
	}
	.worth-later {
		width: 100%;
	}
	.worth-content>div ul {
		margin: 0;
		width: 90%;
	}
	.worth-text span {
		font-size: 14px;
	}
    .hardware-top ul {
        width: 90%;
        font-size: 16px;
        margin-top: 20px;
    }
    .case-left {
        width: 90%;
        padding: 20px;
    }
    .case-left p {
        font-size: 16px;
    }
    .case-left button {
        transform: scale(.8);
    }
    .case-right {
        width: 100%;
    }
    .case-right-top {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
        margin-bottom: 10px !important;
    }
    .case-right-top p {
        width: 100%;
        text-align: right;
    }
    .case-right-top, .case-right-bottom {
        margin: 0;
    }
    .case-right-top p, .case-right-top a {
        font-size: 16px;
    }
    .case-right li>* {
        width: 90%;
        margin: 0 auto;
    }
    .case-right-bottom {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
    .case-content {
        -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    }
    .tiaozhuan {
        margin-top: 10px;
        align-self: flex-end;
    }
    .aboutUs-content h3 {
        width: 90%;
        font-size: 20px;
        text-align: center;
    }
    .aboutUs-content p {
        width: 90%;
        margin: 20px auto;
        font-size: 14px;
    }
    .aboutUs-content button a {
        font-size: 14px;
    }
}