@media screen and (min-width:1260px) {
	.es_casedetail_box,
	.a_detail_box{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.es_casedetail_box{
		background-color: #FFFFFF;
	}
	
	.a_detail_box{
		width: 100%;
		padding: 60px 0;
		display: flex;
		justify-content: center;
		background-color: #FFFFFF;
	}
	.a_detail_in{
		width: 1260px;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 40px;
		background-color: #F7F7F7
	}
	.a_detail_in_top{
		display: flex;
		width: 1260px;
		justify-content: space-around;
	}
	.a_detail_in_ri {
		display: flex;
		flex-direction: column;
		justify-content: space-around;
	}
	.a_detail_in_ri li{
		display: flex;
		align-items: flex-start;
		margin-bottom: 20px;
	}
	.a_detail_in_ri h4{
		width: 800px;
		font-size: 40px;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #0777CD;
		margin-bottom: 30px;
	}
	.a_detail_in_ri p{
		font-size: 18px;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #212121;
		margin: 0;
	}
	.a_detail_in_ri li span{
		width: 477px;
		font-size: 18px;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #212121;
		display: block;
	}
	.a_detail_in_top div img{
		width: 369px;
		height: 277px;
	}
	.a_detail_in_bot{
		width: 686px;
		margin-top: 40px;
		display: flex;
		justify-content: space-between;
	}
	.a_detail_in_bot button{
		border: none;
		display: flex;
		align-items: center;
		padding: 5px 10px;
 transition: 0.5s;
 color: #FFFFFF;
		background-color: #0777CD;
	}
	
		.a_detail_in_bot button:hover{
		background-color: #005CA3;
	}
	.a_detail_in_bot button img{
		width: 30px;
		height: 30px;
		margin-right: 15px;
	}
	.a_detail_in_bot span{
		display: block;
		/* width: 157px; */
		font-size: 18px;
		color: #FFFFFF;
	}
	/* ------------------ */
	.case_detail_box{
		display: flex;
		flex-direction: column;
		width: 1260px;
	}
	.case_detail_box h4{
		width: 289px;
		line-height: 48px;
		background: #0777CD;
		font-size: 24px;
		color: #FFFFFF;
		padding-left: 30px;
	}
	.case_detail_box span{
		width: 1236px;
		font-size: 18px;
		color: #212121;
		margin: 30px 0;
		text-wrap: inherit!important;
	}
	.case_detail_box div{
		width: 1260px;
		display: flex;
		justify-content: space-between;
	}
	.case_detail_box div img{
		width: 600px;
		height: 450px;
	}
	/* ----------------- */
	.a_detail_list_out{
		width: 100%;
		display: flex;
		justify-content: center;
		background-color: #F9F9F9;
		padding-top: 60px;
	}
	.a_detail_list{
		width: 1260px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 85px;
	}
	.a_detail_list > div{
		width: 1260px;
		display: flex;
		justify-content: space-between;
		
	}
	.a_detail_list > div h2{
		width: 277px;margin:0;
		height: 207px;overflow: hidden;
	}
		.a_detail_list > div img{
		width:100%;
		height: 100%;
 transition: 0.5s;
	}
		.a_detail_list a:hover img{
	transform: scale(1.1);
	}
	.a_detail_list >p{
		width: 100%;
		font-size: 30px;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #333333;
		margin-bottom: 60px;
		text-align: center;
	}
	.a_detail_list div p{
		width: 277px;    padding: 0 10px;
		line-height: 41px;
		font-size: 18px;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
		background-color: #0777CD;
		margin: 0;
	}
}
@media screen and (max-width: 860px) {
	.es_casedetail_box,
	.a_detail_box{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.es_casedetail_box{
		background-color: #FFFFFF;
	}
	.a_detail_box{
		width: 100%;
		background-color: #F9F9F9;
		display: flex;
		justify-content: center;
		background-color: #FFFFFF;
	}
	.a_detail_in{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.a_detail_in_top{
		display: flex;
		flex-direction: column;
		width: 100%;    background-color: #F7F7F7;
	}
	.a_detail_in_top div{
		/* width: 50%; */
		color: #FFFFFF;
		display: flex;
		flex-direction: column;
		padding-left: 5vw;
	}
	.a_detail_in_top div h4{
		width: 90vw;
		font-size: 5.333vw;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #0777CD;
		margin: 4vw 0 0 0;
	}
	.a_detail_in_top div p{
		width: 90vw;
		font-size: 2.4vw;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #212121;margin-bottom: 1vw;
		margin-top: 5.333vw;
	}
	.a_detail_in_top div span{
		width: 90vw;
		font-size: 2.4vw;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #212121;
		display: block;
	}
	.a_detail_in_bot span{color: #fff!important;}
	.a_detail_in_top div img{
		width: 94%;
		height: 60vw;
		margin-top: 3vw;
	}
	.a_detail_in_bot{
		width: 90%;
		margin-top: 5.333vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin: 5vw 0;
		padding-left: 0!important;
	}
	.a_detail_in_bot button{
		color: #FFFFFF;
		border: none;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 1vw 2vw;
		background-color: #0777CD;
		margin-bottom: 2vw;
		width: 50vw;
	}
	.a_detail_in_bot button img{
		width: 6vw;
		height: 5vw;
		margin: 0;
		margin-right: 2vw;
	}
	/* -------------- */
	/* ------------------ */
	.case_detail_box{
		display: flex;
		flex-direction: column;
		width: 90vw;
	}
	.case_detail_box h4{
		width: 43vw;    margin-top: 5vw;
		line-height: 7vw;
		background: #0777CD;
		font-size: 3.2vw;
		color: #FFFFFF;
		padding-left: 4vw;
	}
	.a_detail_in_bot span{width: 50vw!important;}
	.case_detail_box span{
		width: 90vw;
		font-size: 2.4vw;
		color: #212121;
		margin: 4vw 0;
	}
	.case_detail_box div{
		width: 90vw;
		display: flex;
		justify-content: space-between;
	}
	.case_detail_box div img{
		width: 43vw;
		height: 32.25vw;
	}
	/* --------------- */
	.a_detail_list{
		width: 100%;
		display: flex;
		flex-direction: column;
		/* align-items: center; */
		justify-content: space-between;
		margin: 4vw 0;
	}
	.a_detail_list > div{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		
	}
	.a_detail_list > div img{
		width: 42vw;
		height: 30vw;
	}
	.a_detail_list >p{
		font-size: 4vw;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #212121;
		width: 90vw;
		text-align: center;
	}
	.a_detail_list div p{
		width:42vw;
		line-height: 8vw;
		font-size: 2.4vw;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #FFFFFF;
		text-align: center;
		background-color: #0777CD;
		margin-bottom: 5vw;
	}
}