.banner1{
	text-align: center;
}
.partner .box1{
	padding: 80px 0 100px;
	text-align: center;
}
.index-title-div .en{
	justify-content: center;
}
.partner .box1 .box-c{
	margin-top: 70px;
}
.partner .box1 .box-c ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner .box1 .box-c li,
.partner .box1 .box-c i{
    width: 30%;
}
.partner .box1 .box-c li{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.partner .box1 .box-c li .pic{
	width: 100%;
	height: 200px;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px 0px rgba(0,34,111,0.1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.partner .box1 .box-c li .pic img{
	max-width: 90%;
	max-height: 90%;
}
.partner .box1 .box-c .text-box{
	width: 847px;
	max-width: 63%;
	text-align: left;
	padding-top: 19px;
}
.partner .box1 .box-c .text-box .text-title{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #525252;
	line-height: 1;
}
.partner .box1 .box-c .text-box .text-des{
	font-family: Microsoft YaHei;
	font-size: 16px;
	color: rgba(82, 82, 82, 1);
	line-height: 32px;
	margin-top: 36px;
}
.partner .box1 .box-c li:not(:last-child){
	margin-bottom: 50px;
}
.partner .box1 .more{
	display: block;
	width: 260px;
	height: 60px;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	margin: 60px auto 0;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 58px;
}
.partner .box1 .more:hover{
	background-color: rgba(0, 144, 215, 1);
	color: #fff;
}
.partner .box2{
	padding: 80px 0 103px;
	background-color: rgba(250, 250, 250, 1);
	text-align: center;
}
.partner .box2 .box-c{
	position: relative;
	margin-top: 50px;
}
.partner .box2 .box-c .swiper-slide .pic img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}
.partner .box2 .box-c .btn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,.2);
	color: #fff;
	cursor: pointer;
	z-index: 2;
}
.partner .box2 .box-c .btn:hover{
	background-color: rgba(0, 144, 215, 1);
}
.partner .box2 .box-c .btn .iconfont{
	font-size: 24px;
}
.partner .box2 .box-c .btn.btn-prev{
	left: -70px;
}
.partner .box2 .box-c .btn.btn-next{
	right: -70px;
}
@media (max-width:1650px) {
	.partner .box2 .box-c .btn.btn-next{
		right: -25px;
	}
	.partner .box2 .box-c .btn.btn-prev{
		left: -25px;
	}
}
@media (max-width:1280px) {
	.partner .box1 .box-c li .pic{
		height: 250px;
	}
}
@media (max-width:1024px) {
	.partner .box1,.partner .box2{
		padding: 60px 0;
	}
	.partner .box1 .box-c,
	.partner .box2 .box-c{
		margin-top: 40px;
	}
	.partner .box1 .box-c li{
		flex-direction: column;
	}
	.partner .box1 .box-c li .pic{
		width: 100%;
	}
	.partner .box1 .box-c .text-box{
		width: 100%;
		max-width: 100%;
	}
	.partner .box1 .box-c .text-box .text-des{
		margin-top: 15px;
	}
	.partner .box1 .box-c .text-box{
		padding-top: 30px;
	}
	.partner .box1 .box-c li:not(:last-child):not(:last-child){
		margin-bottom: 40px;
	}
	.partner .box1 .box-c li:nth-child(2n){
		flex-direction: column-reverse;
	}
}
@media (max-width:768px) {
	.partner .box1 .box-c li .pic{
		height: 150px;
	}
	.partner .box1,.partner .box2{
		padding: 50px 0;
	}
	.partner .box2 .box-c .btn{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.partner .box2 .box-c .btn .iconfont{
		font-size: 20px;
	}
	.partner .box2 .box-c .btn.btn-next{
		right: -10px;
	}
	.partner .box2 .box-c .btn.btn-prev{
		left: -10px;
	}
	.partner .box1 .box-c,
	.partner .box2 .box-c{
		margin-top: 30px;
	}
	.partner .box1 .more{
		height: 40px;
		line-height: 38px;
		margin-top: 30px;
	}
}
@media (max-width:500px) {
	.partner .box1,.partner .box2{
		padding: 40px 0;
	}
	.partner .box2 .box-c .btn{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.partner .box1 .box-c,
	.partner .box2 .box-c{
		margin-top: 25px;
	}
	
	.partner .box1 .box-c li, .partner .box1 .box-c i{
	    width: 32%;
	}
	.partner .box1 .box-c li .pic{
		height: 70px;
	}
	.partner .box1 .box-c .text-box{
		padding-top: 25px;
	}
	.partner .box1 .box-c .text-box .text-des{
		margin-top: 10px;
	}
	.partner .box1 .box-c li:not(:last-child):not(:last-child){
		margin-bottom: 30px;
	}
}