.support .box1 .product_t2{ margin-top:0;}
.support .box1{
	padding: 60px 0 80px;
	background-color: #f7f7f7;
	text-align: center;
}
.support .box1 .box-c{
	margin-top: 50px;
	display: flex;
}
.support .box1 .box-c>div{
	width: 50%;
}
.support .box1 .box-c .l li{
	display: flex;
	padding: 58px 46px;
	background-color: rgba(49, 49, 49, 1);
}
.support .box1 .box-c .l li .icon{
	width: 63px;
}
.support .box1 .box-c .l li .icon img{
	display: block;
	max-width: 100%;
	transition: all .6s;
}
.support .box1 .box-c .l li:hover .icon img{
	transform: rotateY(180deg);
}
.support .box1 .box-c .l li .text-box{
	margin-left: 47px;
	display: flex;
	align-items: flex-end;
	text-align: left;
	width: 437px;
	justify-content: space-between;
}
.support .box1 .box-c .l li .text-title{
	font-size: 22px;
	/*font-family: HarmonyOS_Sans_SC_Bold;*/
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
}
.support .box1 .box-c .l li .text-des{
	font-size: 16px;
	/*font-family: HarmonyOS_Sans_SC;*/
	font-weight: 400;
	color: #FFFFFF;
	line-height: 36px;
	margin-top: 28px;
	text-align:left;
}
.support .box1 .box-c .l li:nth-child(2){
	background-color:#63c6ed;
}
.support .box1 .box-c .r .pic{
	height: 100%; overflow:hidden;
}
.support .box1 .box-c .r .pic img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	
}
.support .box1 .box-c .r .pic:hover img{transform: scale(1.2);}
.td{
	padding: 60px 0 80px;
	background: #f7f7f7;
}
.td .box1{
	text-align: center;
}
.td .box1 .box-t{
	margin-top: 40px;
}
.td .box1 .box-t ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.td .box1 .box-t li{
	width: 170px;
	height: 60px;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #333333;
	cursor: pointer;
}
.td .box1 .box-t li.active,
.td .box1 .box-t li:hover{
	border-color: rgba(1, 91, 214, 1);
	background-color: rgba(1, 91, 214, 1);
	color: #fff;
}
.td .box1 .box-t li.active .img1,
.td .box1 .box-t li:hover .img1{
	display: none;
}
.td .box1 .box-t li.active .img2,
.td .box1 .box-t li:hover .img2{
	display: inline!important;
}
.td .box1 .box-t li:not(:last-child){
	margin-right: 30px;
}
.td .box1 .box-t li .iconfont{
	margin-left: 18px;
	font-size: 24px;
	display: block;
}
.td .box1 .box-t li .iconfont .img2{
	display: none;
}
.td .box1 .box-c{
	margin-top: 44px;
}
.td .box1 .box-c .list{
	display: none;
}
.td .box1 .box-c ul{
	display: flex;
	justify-content: center;
	font-size: 18px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}
.td .box1 .box-c li:not(:last-child){
	margin-right: 55px;
}
.td .box1 .box-c .list.active{
	display: block;
}
.td .box1 .box-b{
	margin-top: 42px;
}
.td .box1 .box-b .form{
	margin-top: 38px;
}
.td .box1 .box-b .form .inputs{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.td .box1 .box-b .form .input{
	width: 31.42%;
	display: flex;
	position: relative;
	height: 56px;
	margin-bottom: 30px;
}
.td .box1 .box-b .form .input.textarea{
	width: 100%;
	height: 200px;
}
.td .box1 .box-b .form .input.textarea textarea{
	padding: 14px 20px 14px 65px;
}
.td .box1 .box-b .form .input .icon{
	position: absolute;
	left: 21px;
	padding-right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #9e9e9e;
}
.td .box1 .box-b .form .input.textarea .icon{
	top: 14px;
	transform: translateY(0);
}
.td .box1 .box-b .form .input .icon:before{
	position: absolute;
	content: "";
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 18px;
	background: #D1D1D1;
}
.td .box1 .box-b .form .input .icon .iconfont{
	font-size: 20px;
}
.td .box1 .box-b .form .input input,
.td .box1 .box-b .form .input  textarea{
	display: block;
	width: 100%;
	height: 100%;
	padding-left: 65px;
	padding-right: 20px;
	border: 1px solid rgba(160, 160, 160, .7);
	border-radius: 5px;
	resize: none;
	outline-color: rgba(1, 91, 214, .7);
}
.td .box1 .box-b .form .input .verify-code{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
	display: block;
	cursor: pointer;
}
.td .box1 .box-b .form .input .submit{
	
}
.td .box1 .box-b .inputs>i{
	width: 31.42%;
}
.td .box1 .box-b .inputs .submit{
	width: 200px;
	height: 100%;
	background: #015BD6;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.repository .box1{
	padding: 60px 0 80px;
	background-color: #f7f7f7;
	text-align: center;
}
.repository .box1 .box-c{
	margin-top: 50px;
}
.repository .box1 .box-c ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.repository .box1 .box-c li,
.repository .box1 .box-c i{
	width: 31.43%;
}
.repository .box1 .box-c li{
	background-color: #fff;
	
	padding: 50px 40px 45px;
	text-align: left;
}
.repository .box1 .box-c li .text-title{
	font-size: 22px;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
.repository .box1 .box-c li:hover .text-title{
	color: #015BD6;
}
.repository .box1 .box-c li .text-des{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #333333;
	line-height: 24px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}
.repository .box1 .box-c li .li-b{
	margin-top: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.repository .box1 .box-c li .li-b-l{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 46px;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.repository .box1 .box-c li:hover .li-b-l{
	background-color: #015BD6;
	border-color: #015BD6;
	color: #fff;
}
.repository .box1 .box-c li .li-b-l .iconfont{
	margin-left: 20px;
	font-size: 20px;
}
.repository .box1 .box-c li .li-b-r{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 76px;
	height: 76px;
	background: #DDDDDD;
	border-radius: 50%;
	font-size: 14px;
	font-family: Poppins;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 23px;
}
.repository .box1 .box-c li:hover .li-b-r{
	background-color: #015BD6;
}
.repository .box1 .more,
.repository .box2 .more{
	display: flex;
	width: 260px;
	height: 60px;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	margin: 50px auto 0;
}
.repository .box1 .more:hover,
.repository .box2 .more:hover{
	background-color: #015BD6;
	color: #015BD6;
	color: #fff;
}
.repository .box2{
	padding: 60px 0 80px;
	text-align: center;
}
.repository .box2 .box-c{
	margin-top: 50px;
}
.repository .box2 .box-c li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 34px 60px 34px 50px;
	background-color: rgba(245, 247, 249, 1);
}
.repository .box2 .box-c li .li-b-l{
	display: flex;
	align-items: center;
}
.repository .box2 .box-c li .iconfont{
	font-size: 24px;
	margin-right: 15px;
}
.repository .box2 .box-c li .text{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}
.repository .box2 .box-c li .date{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #888888;
	line-height: 36px;
	margin-right: 80px;
}
.repository .box2 .box-c li .downlaod{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 46px;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.repository .box2 .box-c li .downlaod .iconfont{
	font-size: 24px;
	margin-left: 15px;
}
.repository .box2 .box-c li .li-r{
	display: flex;
	align-items: center;
}
.repository .box2 .box-c li:hover{
	background: #FFFFFF;
	box-shadow: 0px 5px 25px 0px rgba(1,91,214,0.1000);
}
.repository .box2 .box-c li:hover .text{
	color: rgba(1, 91, 214, 1);
}
.repository .box2 .box-c li:hover .downlaod{
	background-color: #015BD6;
	border-color: #015BD6;
	color: #fff;
}
.repository .box2 .box-c li:not(:last-child){
	margin-bottom: 30px;
}
@media (max-width:1280px) {
	.support .box1 .box-c .l li .text-box{
		margin-left: 20px;
	}
	.support .box1 .box-c .l li{
		padding: 40px 25px;
	}
}
@media (max-width:1199px) {
	.repository .box1 .box-c li{
		padding: 40px 20px;
		
	}
	.repository .box2 .box-c li .date{
		margin-right: 20px;
	}
}
@media (max-width:1024px) {
	.repository .box1 .box-c li{
		margin-bottom: 25px;
	}
	.repository .box1 .box-c li, .repository .box1 .box-c i{
		width: 48%;
	}
	.repository .box1 .more{
		margin-top: 35px;
	}
	.repository .box2 .box-c li{
		padding: 25px;
	}
	.support .box1 .box-c{
		flex-direction: column; margin-top:4%;
	}
	.support .box1 .box-c>div{
		width: 100%;
	}
}
@media (max-width:768px) {
	.repository .box1 .box-c li, .repository .box1 .box-c i{
		width: 100%;
	}
	.repository .box2 .box-c li{
		flex-direction: column;
		align-items: flex-end;
	}
	.repository .box2 .box-c .li-l{
		width: 100%;
		text-align: left;
		margin-bottom: 10px;
	}
	.support .box1 .box-c .l li .icon{
		width: 50px;
	}
	.td .box1 .box-b .form .input{
		width: 48%;
	}
	.td .box1 .box-c ul{
		flex-direction: column;
	}
	.td .box1 .box-c li:not(:last-child){
		margin-right: 0;
	}
	.td .box1 .box-c{
		margin-top: 25px;
	}
}
@media (max-width:500px) {
	.repository .box2 .box-c li .downlaod{
		width: 110px;
		height: 40px;
	}
	.repository .box2 .box-c li .downlaod .iconfont{
		margin: 0 0 0 5px;
	}
	.repository .box2 .box-c li .date{
		font-size: 14px;
	}
	.repository .box2 .box-c li{
		padding: 20px 13px;
	}
	.repository .box2 .box-c li .iconfont{
		margin-right: 5px;
	}
	.repository .box2 .box-c li .text{
		font-size: 16px;
	}
	.repository .box1 .box-c{
		margin-top: 30px;
	}
	.repository .box1 .more{
		margin-top: 25px;
	}
	.repository .box1,
	.repository .box2{
		padding-bottom: 50px;
	}
	.repository .box1 .more, .repository .box2 .more{
		height: 46px;
	}
	.repository .box2 .box-c{
		margin-top: 35px;
	}
	.repository .box2 .more {
		margin-top: 40px;
	}
	.support .box1 .box-c .l li .text-des{
		margin-top: 10px;
		line-height: 25px; font-size:14px;
	}
	.support .box1 .box-c .l li .text-box{
		flex-direction: column;
		margin-left: 10px;
	}
	.support .box1 .box-c .l li .text-box-l,
	.support .box1 .box-c .l li .text-box-r{
		width: 100%;
	}
	.support .box1 .box-c .l li .text-box-r{
		margin-top: 15px;
	}
	.support .box1 .box-c .l li{
		padding: 25px 15px;
	}
	.support .box1 .box-c .l li .text-title{
		font-size: 20px;
	}
	.support .box1 .box-c{
		margin-top: 5%;
	}
	.support .box1{
		padding: 50px 0; padding-top:6%;
	}
	.td .box1 .box-b .form .input{
		width: 100%;
	}
	.td .box1 .box-t ul{
		justify-content: space-between;
		/* flex-direction: column; */
	}
	.td .box1 .box-t li{
		width: 100px;
		height: 40px;
		font-size: 16px;
	}
	.td .box1 .box-t li:not(:last-child){
		margin-right: 0;
	}
	.td .box1 .box-t li .iconfont{
		font-size: 20px;
		margin-left: 10px;
	}
	.td .box1 .box-c ul{
		font-size: 16px;
	}
	.td .box1 .box-b{
		margin-top: 25px;
	}
	.td .box1 .box-b .form,
	.td .box1 .box-c{
		margin-top: 20px;
	}
	.td .box1 .box-t{
		margin-top: 25px;
	}
	.td .box1 .box-b .form .input{
		margin-bottom: 20px;
	}
	.td{
		padding: 60px 0 30px;
	}
}