.technicalSupport .box1{
	padding: 106px 0 63px;
}
.technicalSupport .box11{
	background-color: RGBA(241, 241, 241, 1);
}
.technicalSupport .box1 form{
	width: 618px;
	max-width: 100%;
	margin: 0 auto;
	text-align: left;
}
.technicalSupport .box1 .form1{
	width: 820px;
}
.technicalSupport .box1 .form-title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 16px;
}
.technicalSupport .box1 .searchBox{
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 11px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #CCCCCC;
}
.technicalSupport .box1 .form1 .searchBox{
	border-color: #fff;
}
.technicalSupport .box1 .searchBox input{
	flex: 1;
	margin-right: 20px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	border: none;
	outline: none;
}
.technicalSupport .box1 .searchBox .icon-sousuo{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	transition: all .6s;
	cursor: pointer;
}
.technicalSupport .box1 .searchBox .icon-sousuo:hover{
	color: rgba(170, 205, 6, 1);
}
.technicalSupport .box1 .text-box{
	margin-top: 27px;
}
.technicalSupport .box1 .text-box a{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #FF0000;
	line-height: 34px;
	text-decoration-line: underline;
}
.technicalSupport .box2{
	padding: 50px 0;
	background-color: RGBA(249, 249, 249, 1);
}
.technicalSupport .box2 .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 28px;
}
.technicalSupport .box2 .list li{
	background-color: #fff;
	text-align: center;
}
.technicalSupport .box2 .list li a{
	display: block;
	padding: 30px 20px;
}
.technicalSupport .box2 .list li .icon{
	color: RGBA(102, 102, 102, 1);
	transition: all .6s;
}
.technicalSupport .box2 .list li .text-title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	margin-top: 15px;
	transition: all .6s;
}
.technicalSupport .box2 .list li:hover .text-title,
.technicalSupport .box2 .list li:hover .icon{
	color: rgba(170, 205, 6, 1);
}
.technicalSupport .box3{
	background-color: RGBA(249, 249, 249, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.technicalSupport .box3 .swiper-slide{
	position: relative;
	padding-top: 12px;
	line-height: 58px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #36444B;
	width: auto;
	transition: all .6s;
}
.technicalSupport .box3 .swiper-slide.active{
	color: rgba(170, 205, 6, 1);
}
.technicalSupport .box3 .swiper-slide::before{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 4px;
	background-color: rgba(170, 205, 6, 1);
	bottom: 0;
	transition: all .6s;
}
.technicalSupport .box3 .swiper-slide.active::before{
	width: 74%;
}
.technicalSupport .box3 .swiper-slide:not(:last-child){
	margin-right: 85px;
}
.technicalSupport .box4{
	background-color: RGBA(249, 249, 249, 1);
	padding: 70px 0 128px;
}
.technicalSupport .box4 .item:not(:last-child){
	margin-bottom: 86px;
}
.technicalSupport .box4 .item-title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 17px;
	color: #999999;
	line-height: 40px;
	padding: 0 34px;
	background-color: rgba(241, 241, 241, 1);
}
.technicalSupport .box4 .list li{
	background-color: #fff;
	padding: 10px 70px;
	display: flex;
	align-items: center;
	box-shadow: 0px 0px 4px 0px rgba(54,68,75,0.1);
	border-radius: 8px 8px 8px 8px;
}
.technicalSupport .box4 .list li:not(:last-child){
	margin-bottom: 20px;
}
.technicalSupport .box4 .list li .pic img{
	width: 180px;
}
.technicalSupport .box4 .list li .text-box{
	flex: 1;
	margin-left: 70px;
}
.technicalSupport .box4 .list li .text-breadNav{
	display: flex;
	flex-wrap: wrap;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	gap: 10px;
}
.technicalSupport .box4 .list li .text-breadNav .iconfont{
	font-size: 12px;
}
.technicalSupport .box4 .list li .text-breadNav a{
	color: #666;
	transition: all .6s;
}
.technicalSupport .box4 .list li .text-breadNav a:hover{
	color: rgba(170, 205, 6, 1);
}
.technicalSupport .box4 .list li .text-title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: bold;
	font-size: 24px;
	color: #36444B;
	line-height: 26px;
	margin-top: 14px;
}
.technicalSupport .box4 .list li .text-des{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 17px;
	color: #333333;
	line-height: 23px;
	margin-top: 6px;
}
.technicalSupport .box4 .list li .data{
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 16px;
	color: #AACD06;
	line-height: 26px;
	margin-top: 22px;
	gap: 0 14px;
	flex-wrap: wrap;
}
.technicalSupport .box4 .list li .line{
	width: 2px;
	height: 20px;
	background: RGBA(222, 222, 222, 1);
}
.technicalSupport .box4 .list li .data a{
	color: #AACD06
}
.technicalSupport .box4 .item .more{
	display: block;
	margin: 55px auto 0;
	width: 94px;
	line-height: 30px;
	border-radius: 28px 28px 28px 28px;
	border: 1px solid #AACD06;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	text-align: center;
	transition: all .6s;
}
.technicalSupport .box4 .item .more:hover{
	background-color: #AACD06;
	color: #fff;
}
.technicalSupport .box4 .item .list1 li>a{
	display: flex;
	padding: 28px 43px 28px 30px;
	justify-content: space-between;
}
.technicalSupport .box4 .item .list1 li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.10);
	background-color: RGBA(249, 249, 249, 1);
}
.technicalSupport .box4 .item .list1 .li-l{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 17px;
	color: #000000;
	line-height: 24px;
	flex: 1;
	margin-right: 30px;
	transition: all .6s;
}
.technicalSupport .box4 .item .list1 li:hover .li-l{
	color: #AACD06;
}
.technicalSupport .box4 .item .list1 .li-r{
	display: flex;
	gap: 30px;
}
.technicalSupport .box4 .item .list1 .li-r .msg{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	color: #7D7E80;
}
.technicalSupport .box4 .item .list2 li{
	border-bottom: 1px solid RGBA(227, 227, 227, 1);
}
.technicalSupport .box4 .item .list2 li>a{
	display: block;
	padding: 24px 30px;
}
.technicalSupport .box4 .item .list2 li .label{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 12px;
	color: #AACD06;
	line-height: 15px;
}
.technicalSupport .box4 .item .list2 li .text-title{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	margin-top: 10px;
	transition: all .6s;
}
.technicalSupport .box4 .item .list2 li:hover .text-title{
	color: #AACD06;
}
.technicalSupport .box4 .item .list2 li .text-des{
	font-family: Microsoft YaHei UI, Microsoft YaHei UI;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 11px;
}
.technicalSupport .box4 .item .list3{
	padding-top: 35px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 28px;
}
.technicalSupport .box4 .item .list3 li video{
	display: block;
	width: 100%;
}
.technicalSupport .box5 .box-t{
    display: flex;
    gap: 10px;
}
.technicalSupport .box5 .box-t a{
    width: 120px;
    line-height: 48px;
    background: #FFFFFF;
    border: 1px solid #CECECE;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    text-align: center;
}
.technicalSupport .box5 .box-t a.active{
    border-color: rgba(170, 205, 6, 1);
    background: rgba(170, 205, 6, 1);
    color: #fff;
}
.technicalSupport .box5 .tips{
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    margin-top: 26px;
}
.technicalSupport .box5 .tips span{
    color: rgba(170, 205, 6, 1);
}
.technicalSupport .box5 .box-c{
    margin-top: 30px;
}
.technicalSupport .box5 .box-c .items{
    margin-top: 30px;
}
.technicalSupport .box5 .box-c .item{
    display: none;
}
.technicalSupport .box5 .box-c .item.active{
    display: block;
}
.technicalSupport .box5 .box-c .item a{
    display: block;
    font-family: HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    line-height: 80px;
    border-bottom: 1px solid rgba(180, 180, 180, .3);
    transition: all .6s;
}
.technicalSupport .box5 .box-c .item a:hover{
     color: rgba(170, 205, 6, 1);
}
.technicalSupport .box5 .box-c .item a:first-child{
    border-top: 1px solid rgba(180, 180, 180, .3);
}
@media (max-width:1199px) {
	.technicalSupport .box1{
		padding: 70px 0;
	}
	.technicalSupport .box4{
		padding: 45px 0 70px;
	}
	.technicalSupport .box3 .swiper-slide:not(:last-child){
		margin-right: 40px;
	}
	.technicalSupport .box3 .swiper-slide{
		padding-top: 0;
	}
	.technicalSupport .box4 .list li .text-title{
		font-size: 22px;
	}
	.technicalSupport .box4 .item .more{
		margin-top: 45px;
	}
	.technicalSupport .box4 .item:not(:last-child){
		margin-bottom: 70px;
	}
}
@media (max-width:1024px) {
	.technicalSupport .box4 .item .more{
		margin-top: 40px;
	}
	.technicalSupport .box4 .item:not(:last-child){
		margin-bottom: 60px;
	}
	.technicalSupport .box3 .swiper-slide:not(:last-child){
		margin-right: 30px;
	}
	.technicalSupport .box3 .swiper-slide::before{
		height: 2px;
	}
	.technicalSupport .box1{
		padding: 60px 0;
	}
	.technicalSupport .box4{
		padding: 40px 0 60px;
	}
	.technicalSupport .box4 .list li .text-title{
		font-size: 20px;
	}
	.technicalSupport .box2 .list{
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width: 768px) {
    .technicalSupport .box5 .box-t a{
        height: 40px;
        line-height: 38px;
        width: 110px;
    }
    .technicalSupport .box5 .box-c .items{
        margin-top: 15px;
    }
    .technicalSupport .box5 .box-c .item a{
        line-height: 30px;
        padding: 10px 0;
        font-size: 16px;
    }
    .technicalSupport .box5 .tips{
        font-size: 16px;
    }
	.technicalSupport .box4 .item .list3{
		padding-top: 30px;
		grid-template-columns: repeat(2,1fr);
	}
	.technicalSupport .box4 .item .more{
		margin-top: 30px;
	}
	.technicalSupport .box4 .item:not(:last-child){
		margin-bottom: 50px;
	}
	.technicalSupport .box4 .list li .pic img{
		width: 150px;
	}
	.technicalSupport .box4 .list li .data{
		margin-top: 8px;
		font-size: 14px;
	}
	.technicalSupport .box4 .list li .text-des{
		font-size: 16px;
	}
	.technicalSupport .box4 .list li .text-title{
		font-size: 18px;
		margin-top: 10px;
	}
	.technicalSupport .box4 .list li{
		padding: 10px 30px;
	}
	.technicalSupport .box4 .list li .text-box{
		margin-left: 30px;
	}
	.technicalSupport .box3 .swiper-slide{
		font-size: 14px;
		line-height: 50px;
	}
	.technicalSupport .box3 .swiper-slide:not(:last-child){
		margin-right: 23px;
	}
	.technicalSupport .box1{
		padding: 50px 0 30px;
	}
	.technicalSupport .box4{
		padding: 30px 0 50px;
	}
	.technicalSupport .box4 .item-title{
		padding: 0 20px;
		font-size: 16px;
	}
	.technicalSupport .box4 .item .list1 li>a{
		padding: 20px;
		flex-direction: column;
	}
	.technicalSupport .box4 .item .list1 .li-l{
		font-size: 16px;
		margin-right: 0;
	}
	.technicalSupport .box4 .item .list1 .li-r{
		margin-top: 5px;
		justify-content: flex-end;
	}
	.technicalSupport .box1 .text-box{
		margin-top: 20px;
	}
	.technicalSupport .box1 .text-box a{
		line-height: 28px;
	}
}
@media (max-width: 500px) {
	.technicalSupport .box2 .list{
		gap: 20px;
	}
	.technicalSupport .box2{
		padding: 40px 0;
	}
	.technicalSupport .box1 .text-box{
		margin-top: 10px;
	}
	.technicalSupport .box4 .item .list3{
		padding-top: 25px;
		gap: 20px;
	}
	.technicalSupport .box4 .item .list2 li>a{
		padding: 16px 24px;
	}
	.technicalSupport .box4 .item .list2 li .text-title{
		font-size: 16px;
	}
	.technicalSupport .box4 .item .list1 .li-l{
		font-size: 14px;
	}
	.technicalSupport .box4 .item .list1 li>a{
		padding: 10px;
	}
	.technicalSupport .box4 .item .more{
		margin-top: 25px;
	}
	.technicalSupport .box4 .item:not(:last-child){
		margin-bottom: 40px;
	}
	.technicalSupport .box4 .list li{
		padding: 15px 20px;
	}
	.technicalSupport .box4 .list li .text-box{
		margin-left: 20px;
	}
	.technicalSupport .box1{
		padding: 40px 0 25px;
	}
	.technicalSupport .box4{
		padding: 25px 0 40px;
	}
	.technicalSupport .box4 .list li .text-breadNav{
		font-size: 12px;
		line-height: 18px;
		gap: 8px;
	}
	.technicalSupport .box4 .list li .line{
		height: 15px;
	}
	.technicalSupport .box4 .list li .text-title{
		font-size: 16px;
		margin-top: 0;
		line-height: 22px;
	}
	.technicalSupport .box4 .list li .text-des{
		font-size: 14px;
		margin-top: 0;
	}
	.technicalSupport .box4 .list li .data{
		margin-top: 2px;
		font-size: 12px;
		gap: 0 10px;
	}
	.technicalSupport .box4 .list li .pic img{
		width: 120px;
	}
}