.support .box1{
	margin: 53px 0 100px;
	text-align: center;
}
.support .box1 .box-c{
	display: flex;
	justify-content: space-between;
}
.support .box1 .box-c .l{
	width: 280px;
}
.support .box1 .box-c .l a{
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 0px 25px 0px rgba(85,85,85,0.1);
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 48px;
	align-items: center;
	padding: 0 40px;
}
.support .box1 .box-c .l a:not(:last-child){
	margin-bottom: 20px;
}
.support .box1 .box-c .l a:hover .text,
.support .box1 .box-c .l a.active .text{
	color: rgba(30, 33, 136, 1);
}
.support .box1 .box-c{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.support .box1 .box-c .r{
	flex: 1;
	margin-left: 40px;
}
.support .box1 .box-c .r .list li{
	display: flex;
	justify-content: space-between;
	border: 2px solid #EEEEEE;
	padding: 34px 50px 34px 60px;
}
.support .box1 .box-c .r li:hover{
	box-shadow: 0px 0px 25px 0px rgba(85,85,85,0.1);;
}
.support .box1 .box-c .r .list li .li-l{
	flex: 1;
	margin-right: 40px;
	display: flex;
	align-items: center;
}
.support .box1 .box-c .r .list li .date{
	font-size: 16px;
	font-weight: 500;
	color: #999999;
	line-height: 1;
	line-height: 30px;
}
.support .box1 .box-c .r .list li .name{
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 30px;
	margin-left: 46px;
	flex: 1;
	text-align: left;
}
.support .box1 .box-c .r .list li .li-r{
	display: flex;
	align-items: center;
}
.support .box1 .box-c .r .list li .li-r .btn{
	display: flex;
	align-items: center;
	padding: 0 30px;
	height: 50px;
	border: 2px solid transparent;
	font-size: 16px;
	font-weight: 500;
	color: rgba(102, 102, 102, 1);
	border-radius: 25px;
}
.support .box1 .box-c .r .list li .li-r .btn .iconfont{
	margin-right: 4px;
	color: rgba(30, 33, 136, 1);
}
.support .box1 .box-c .r .list li .li-r .btn:first-child{
	margin-right: 10px;
}
.support .box1 .box-c .r .list li .li-r .btn:hover{
	color: rgba(30, 33, 136, 1);
	border-color: rgba(30, 33, 136, 1);
}
.support .box1 .box-c .r .list li .li-r .btn:hover:first-child{
	color: RGBA(240, 130, 0, 1);
	border-color: RGBA(240, 130, 0, 1);
}
.support .box1 .box-c .r .list li .li-r .btn:hover:first-child .iconfont{
	color: RGBA(240, 130, 0, 1);
}
.support .box1 .box-c .r .list li:not(:last-child){
	margin-bottom: 24px;
}
.support .box1 .box-c .r .pagination{
	margin-top: 55px;
}
.support .box2{
	padding: 100px 0 80px;
	text-align: center;
	background-image: url(../img/support-box2-bg.jpg);
	background-size: 100% 500px;
	background-repeat: no-repeat;
}
.support .box2 .des{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	line-height: 1;
	margin-top: 33px;
}
.support .box2 .box-c{
	margin-top: 85px;
	display: flex;
	justify-content: space-between;
	border-radius: 30px;
	overflow: hidden;
	height: 260px;
	background-color: rgba(30, 33, 136, 1);
}
.support .box2 .box-c .l{
	position: relative;
	width: 50%;
	padding: 66px 100px 0;
	text-align: left;
	background-image: url(../img/contact-text.png);
	background-size: cover;
}
.support .box2 .box-c .l .text-png{
	position: absolute;
	left: 0;
	width: 0;
	bottom: 0;
	width: 100%;
	padding-left: 100px;
	display: block;
}
.support .box2 .box-c .l .l-title{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.support .box2 .box-c .l .l-text{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	margin-top: 27px;
}
.support .box2 .box-c .r{
	width: 50%;
}
.support .box2 .box-c .r .pic{
	height: 100%;
}
.support .box2 .box-c .r .pic img{
	display: block;
	height: 100%;
	object-fit: cover;
}
.support .box3{
	padding: 0 0 80px;
}
.support .box3 .index-title{
	text-align: center;
}
.support .box3 .box-c{
	margin-top: 50px;
}
.support .box3 .box-c .inputs{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
}
.support .box3 .box-c .inputs .input{
	display: flex;
	width: 49.28%;
	align-items: center;
	margin-bottom: 20px;
}
.support .box3 .box-c .inputs .input .input-box{
	position: relative;
	flex: 1;
	display: flex;
	padding: 0 13px 0 20px;
	background-color: rgba(245, 245, 245, 1);
	align-items: center;
	height: 56px;
}
.support .box3 .box-c .inputs .input .input-box input,
.support .box3 .box-c .inputs .input .input-box textarea{
	flex: 1;
	width: 100%;
	height: 100%;
	background-color: transparent;
	border: none;
	outline: none;
}
.support .box3 .box-c .inputs .input .input-box .iconfont{
	font-size: 20px;
	color: #909090;
	padding-right: 10px;
	border-right: 1px solid rgba(209, 209, 209, 1);
	margin-right: 8px;
}
.support .box3 .box-c .inputs .input.textarea{
	width: 100%;
}
.support .box3 .box-c .inputs .input.textarea .input-box{
	height: 200px;
	padding-top: 17px;
} 
.support .box3 .box-c .inputs .input.textarea .icon-liuyan{
	position: absolute;
	top: 15px;
	left: 20px;
}
.support .box3 .box-c .inputs .input.textarea textarea{
	text-indent: 40px;
	resize: none;
}
.support .box3 .box-c .inputs .submit{
	width: 200px;
	height: 56px;
	background: rgba(30, 33, 136, 1);
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 56px;
	margin-left: 30px;
	cursor: pointer;
	border-radius: 28px;
	text-align: center;
}
@media (max-width: 1400px) {
	.support .box1 .box-c .l a{
		padding: 0 20px;
	}
	.support .box1 .box-c .l{
		width: 200px;
	}
	.support .box1 .box-c .r{
		margin-left: 20px;
	}
	.support .box1 .box-c .r .list li{
		padding: 30px 20px;
	}
	.support .box1 .box-c .r .list li .name{
		margin-left: 25px;
	}
	.support .box1 .box-c .r .list li .li-r .btn{
		padding: 0 17px;
	}
}
@media (max-width: 1199px) {
	.support .box1 .box-c .r .list li .li-r .btn{
		height: 40px;
	}
	.support .box1 .box-c .r .list li .date{
		font-size: 14px;
	}
	.support .box1 .box-c .r .list li .name{
		font-size: 16px;
		margin-left: 20px;
	}
	.support .box1 .box-c .r .list li .li-r .btn{
		font-size: 14px;
	}
}
@media (max-width:1024px) {
	.support .box2 .box-c .l{
		padding: 60px 30px;
	}
	.support .box1 .box-c .r .pagination{
		margin-top: 40px;
	}
	.support .box2{
		padding: 60px 0;
		background-size: 100% 350px;
	}
	.support .box2 .des{
		margin-top: 20px;
	}
	.support .box1 .box-c{
		flex-direction: column;
	}
	.support .box1 .box-c .l{
		width: 100%;
	}
	.support .box1 .box-c .r{
		width: 100%;
		flex: none;
		margin-left: 0;
		margin-top: 25px;
	}
	.support .box3 .box-c .inputs .input:last-child{
		width: 100%;
	}
	.support .box1{
		margin: 50px 0 60px;
	}
	.support .box1 .box-c,
	.support .box2 .box-c,
	.support .box3 .box-c{
		margin-top: 40px;
	}
}
@media (max-width:768px) {
	.support .box2 .box-c .l .l-title{
		font-size: 22px;
	}
	.support .box2 .box-c .l .l-text{
		margin-top: 15px;
	}
	.support .box2 .box-c .l{
		padding: 40px 30px;
		width: 100%;
		border-radius: 30px;
		overflow: hidden;
		margin-top: 30px;
	}
	.support .box1 .box-c .r .pagination{
		margin-top: 30px;
	}
	.support .box2{
		padding: 50px 0;
	}
	.support .box1{
		margin: 40px 0 50px;
	}
	.support .box1 .box-c,
	.support .box2 .box-c,
	.support .box3 .box-c{
		margin-top: 30px;
	}
	.support .box2 .des{
		font-size: 16px;
	}
	.support .box3 .box-c .inputs .submit{
		width: 140px;
	}
	.support .box1 .box-c .r .list li .li-l{
		flex: none;
		margin-right: 0;
		width: 100%;
	}
	.support .box1 .box-c .r .list li{
		flex-wrap: wrap;
		padding: 10px 20px;
	}
	.support .box1 .box-c .r .list li .li-r{
		width: 100%;
		justify-content: flex-end;
		margin-top: 10px;
	}
	.support .box1 .box-c .r .list li .li-r .btn{
		color: rgba(30, 33, 136, 1);
		border-color: rgba(30, 33, 136, 1);
	}
	.support .box1 .box-c .r .list li .li-r .btn:first-child{
		color: RGBA(240, 130, 0, 1);
		border-color: RGBA(240, 130, 0, 1);
	}
	.support .box1 .box-c .r .list li .li-r .btn:first-child .iconfont{
		color: RGBA(240, 130, 0, 1);
	}
	.support .box2 .box-c{
		flex-direction: column-reverse;
		height: auto;
		background-color: transparent;
	}
	.support .box2 .box-c .r{
		width: 100%;
		border-radius: 30px;
		overflow: hidden;
	}
}
@media (max-width:500px) {
	.support .box3 .box-c .inputs .submit{
		margin-left: 5px;
		font-size: 14px;
		width: 100px;
	}
	.support .box2 .box-c .l{
		padding: 30px 20px;
	}
	.support .box1 .box-c .r .pagination{
		margin-top: 25px;
	}
	.support .box2{
		padding: 40px 0;
	}
	.support .box1{
		margin: 30px 0 40px;
	}
	.support .box1 .box-c,
	.support .box2 .box-c,
	.support .box3 .box-c{
		margin-top: 25px;
	}
	.support .box3 .box-c .inputs .input{
			width: 100%;
	}
	.support .box3 .box-c .inputs .input .input-box{
		height: 40px;
	}
	.support .box3 .box-c .inputs .submit{
		height: 40px;
		line-height: 40px;
	}
	.support .box3 .box-c .inputs .input .input-box{
		padding: 0 13px;
	}
	.support .box3 .box-c .inputs .input.textarea .icon-liuyan{
		left: 13px;
	}
}