.application{
	padding-top: 50px;
	background-color: #f6f6f6;
}
.application .box1 {
	padding-bottom: 105px;
}
.application .box1 .list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.application .box1 .list li{
	width: 31.7%;
	margin-bottom: 41px;
}
.application .box1 .list li .text-box{
	background-color: #fff;
	padding: 45px 10px 42px;
	text-align: center;
}
.application .box1 .list li .title{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
}
.application .box1 .list li .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #555555;
	line-height: 20px;
	margin-top: 28px;
}
.application .box1 .list li .details{
	display: inline-block;
	margin: 65px 0 auto;
	width: 139px;
	height: 41px;
	line-height: 41px;
	text-align: center;
	background: rgba(0, 57, 152, 0);
	border: 1px solid #0776F2;
	border-radius: 21px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0776F2;
}
.application .box1 .list li:hover .details{
	background-color: rgba(7, 118, 242, 1);
	color: #fff;
}
.application .box1 .more{
	margin-top: 18px;
	text-align: center;
	font-size: 16px;
	font-family: PingFang;
	font-weight: 400;
	color: #999999;
	line-height: 1;
}
.application .box1 .more span{
	cursor: pointer;
}
.application-d .box1{
	padding: 79px 0 90px;
	background-image: url(../img/application-d-bg-1.jpg);
	background-size: cover;
}
.application-d .box1 .title{
	position: relative;
	font-size: 30px;
	font-family: PingFang;
	font-weight: bold;
	color: #0776F2;
	line-height: 1;
	padding-left: 16px;
}
.application-d .box1 .title::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 4px;
	height: 100%;
	background: #0776F2;
}
.application-d .box1 .box-t .text{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 36px;
	margin-top: 31px;
}
.application-d .box1 .box-c{
	display: flex;
	justify-content: space-between;
	margin-top: 86px;
}
.application-d .box1 .box-c .box-c-l{
	width: 50%;
}
.application-d .box1 .box-c .box-c-l .text-box .text1{
	font-size: 20px;
	font-family: PingFang;
	font-weight: 500;
	color: #333333;
	line-height: 1;
	margin-bottom: 12px;
}
.application-d .box1 .box-c .box-c-l .text-box{
	margin-top: 43px;
}
.application-d .box1 .box-c .box-c-l .text-box .text2{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 40px;
}
.application-d .box1 .box-c .box-c-l .des{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #666666;
	line-height: 30px;
	margin-top: 55px;
}
.application-d .box1 .box-c .box-c-r{
	width: 46.2%;
}
.application-d .box1 .box-c .box-c-r img{
	display: block;
	max-width: 100%;
}
.application-d .box2{
	background-image: url(../img/application-d-bg-2.jpg);
	background-size: cover;
	padding: 111px 0;
}
.application-d .box2 .content1400{
	display: flex;
	justify-content: space-between;
}
.application-d .box2 .content1400 .l{
	width: 46.3%;
}
.application-d .box2 .content1400 .l img{
	width: 100%;
	display: block;
}
.application-d .box2 .content1400 .r .title{
	position: relative;
	font-size: 30px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #FFFFFF;
	line-height: 1;
	padding-left: 17px;
}
.application-d .box2 .content1400 .r .title::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #FFFFFF;
}
.application-d .box2 .content1400 .r ul{
	font-size: 16px;
	font-family: PingFang;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	margin-top: 47px;
}
.application-d .box3{
	padding: 60px 0 75px;
}
.application-d .box3 .title{
	position: relative;
	font-size: 30px;
	font-family: PingFang;
	/* font-weight: bold; */
	color: #0776F2;
	line-height: 1;
	padding-left: 16px;
}
.application-d .box3 .title::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 4px;
	height: 100%;
	background: #0776F2;
}
.application-d .box3  .list{
	margin-top: 46px;
	display: flex;
	justify-content: space-between;
}
.application-d .box3  .list li{
	width: 32.4%;
}
.application-d .box3  .list li .pic{
	height: 340px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(245, 245, 245, 1);
}
.application-d .box3  .list li .name{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #222222;
	line-height: 1;
	margin-top: 33px;
}
.application-d .box3  .list li .des{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #777777;
	line-height: 36px;
	margin-top: 7px;
}
@media (max-width:1199px) {
	.application-d .box1 .box-c{
		flex-wrap: wrap;
	}
	.application-d .box1 .box-c .box-c-l{
		width: 100%;
	}
	.application-d .box1 .box-c .box-c-r{
		width: 100%;
		margin-top: 30px;
	}
	.application-d .box2 .content1400{
		flex-wrap: wrap;
	}
	.application-d .box2 .content1400 .l{
		width: 100%;
	}
	.application-d .box2 .content1400 .r{
		width: 100%;
		margin-top: 60px;
	}
}
@media (max-width:1100px) {
	.application .box1 .list li{
		width: 48%;
		
	}
	.application .box1 .list li .title{
		font-size: 22px;
	}
}
@media (max-width:900px) {
	.application-details .banner1 .banner-box .zh{
		font-size: 16px;
		margin-top: 18px;
		padding: 0 10px;
	}
	.application-details .banner1 .banner-box .en{
		font-size: 22px;
	}
	
	.application-d .box3 .list{
		flex-wrap: wrap;
	}
	.application-d .box3 .list li{
		width: 48%;
		margin-bottom: 30px;
	}
	.application-d .box1 .title,
	.application-d .box2 .content1400 .r .title,
	.application-d .box3 .title{
		font-size: 26px;
	}
}
@media (max-width:768px) {
	.banner1 .banner-box{
		bottom: 30px;
	}
	.application-d .box1 .title, .application-d .box2 .content1400 .r .title, .application-d .box3 .title{
		font-size: 24px;
	}
}
@media (max-width:500px){
	.application .box1 .list li{
		width: 100%;
		
	}
	.application-d .box1 .title, .application-d .box2 .content1400 .r .title, .application-d .box3 .title{
		font-size: 22px;
	}
	.application-d .box1{
		padding: 60px 0 80px;
	}
	.application-d .box1 .box-c{
		margin-top: 40px;
	}
	.application-d .box2 .content1400 .r ul{
		font-size: 14px;
		line-height: 2;
	}
	.application-d .box2 .content1400 .r ul{
		margin-top: 30px;
	}
	.application-d .box2 .content1400 .r{
		margin-top: 40px;
	}
	.application-d .box3 .list li{
		width: 100%;
	}
	.application-d .box3 .list li .name{
		font-size: 20px;
	}
}