/*验证码弹窗*/
	.a_modal {
			position: fixed;
			width: 100%;
			height: 0;
			background-color: rgba(0, 0, 0, 0.5);
			top: 0;
			left: 0;
			z-index: 999;
			overflow: hidden;
			transition: all 0.5s;

		}

		.a_modal .code {
			width: 120px;
			height: 50px;
			background-color: pink;
			display: inline-block;
			text-align: center;
			line-height: 50px;
			letter-spacing: 10px;
			font-style: italic;
			/*使鼠标放在上面的时候将鼠标的图标变成一个小手*/
			cursor: pointer;
		}

		.a_modal button {
			margin-top: 10px;
			padding: 5px 30px;
			background-color: #0777CD;
			border: 1px solid grey;
			border-radius: 5px;
			color: #FFFFFF;
		}

		.a_modal a {
			margin-top: 10px;
			text-decoration: none;
			color: #0777CD;
		}

		.a_modal a:hover {
			text-decoration: underline;
		}

		.a_modal input {
			height: 30px;
			padding-left: 10px;
			border-radius: 5px;
			border: 1px solid #adb5bd!important;
		}
@media screen and (min-width:1260px) {
	.es_footer{
		width: 100%;
		/* height: 850px; */
		background-image: url('../img/footer-back.png');
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.es_footer_in{
		width: 1260px;
		margin-top: 50px;
		/* display: flex; */
	}
	.es_form{
		width: 1260px;
		background-color: #0777CD;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 40px 0;
		border-radius: 20px 20px 20px 20px;
	}
	.es_form h5{
		width: 100%;
		text-align: center;
		font-size: 30px;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #FFFFFF;
		margin-bottom: 40px;
	}
	.a_contactus_form_in{
		display: flex;
		align-items: center;
		justify-content: space-around;
	}
	.a_contactus_form_in textarea{
		overflow:hidden;
		resize:none;
		border: none;
		outline:medium;
		width: 50%;
		height: 201px;
		background: #FFFFFF;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
	}
	.a_contactus_form_in h4{
		height: 46px;
		font-size: 40px;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 47px;
	}
	.a_contactus_form_in li{
		height: 201px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		
	}
	.a_contactus_form_in li input{
		border: none;
		outline:medium;
		background-color: #FFFFFF;
		padding-left: 20px;
		width: 330px;
		height: 47px;
	}
	.a_contactus_form_in button{
		width: 187px;
		height: 58px;
		font-size: 16px;
		color: #fff;
		text-align: center;
		background-color: inherit;
		border: none;
		border-radius: 58px;
		transition: 0.5s;
		border:1px solid #fff;
	}
		.a_contactus_form_in button:hover{
		color: #0777CD;
		background-color: #FFFFFF;
		
	}
	.es_footer_bottom{
		display: flex;
		position: relative;
		margin-top: 60px;
		padding-bottom: 60px;
		
	}
	.es_footer_bottom>div{
		display: flex;
		flex-direction: column;
		margin-right: 50px;
	}
	.es_footer_bottom>div:last-child{
		margin: 0;
		right: 0;
		position: absolute;
	}
	.es_footer_bottom>div p{
		height: 25px;
		font-size: 22px;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 26px;
	}
	.es_footer_bottom>div span{
		/* height: 18px; */
		font-size: 16px;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #FFFFFF;
		max-width: 426px;
		display: flex;
	}
	.es_filings{
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 20px;
		background: #0B3C5F;
	}
	.es_filings p{
		width: 1260px;
		text-align: center;
		color: #FFFFFF;
		    margin: 0;display: flex;
	}
	.es_filings p a
	{margin-left: 30px;
    color: #fff;}
    	.es_filings p a:hover
	{margin-left: 30px;
    color: #0777CD;}
    		/*验证码弹窗*/
	.a_modal .center_boxs {
			background-color: #FFFFFF;
			width: 400px;
			border-radius: 10px;
			padding: 30px;
			margin: 15vh auto;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
	.a_modal input {
			width: 300px;
		}
}
@media screen and (max-width: 860px) {
	.es_footer{
		width: 100%;
		/* height: 850px; */
		background-image: url('../img/footer-back.png');
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.es_footer_in{
		width: 100%;
		margin-top: 8vw;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.es_form{
		width: 90vw;
		background-color: #0777CD;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		padding: 5.333vw 0;
		border-radius: 20px 20px 20px 20px;
	}
	.es_form h5{
		width: 100%;
		text-align: center;
		font-size: 24px;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #FFFFFF;
		margin-bottom: 5.333vw;
	}
	.a_contactus_form_in{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-around;
	}
	.a_contactus_form_in textarea{
		overflow:hidden;
		resize:none;
		border: none;
		outline:medium;
		width: 80vw;
		height: 20vw;
		background: #FFFFFF;
		border-radius: 0px 0px 0px 0px;
		opacity: 1;
		margin: 0 0 5vw 0;
		padding: 5vw;    font-size: 3vw;
	}
	.a_contactus_form_in li{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		
	}
	.a_contactus_form_in li input{
		border: none;
		outline:medium;
		background-color: #FFFFFF;
		padding-left: 3vw;
		width: 80vw;
		height: 7vw;
		margin-bottom: 3vw;    font-size: 3vw;
	}
	.a_contactus_form_in button{
		width: 50vw;
		height: 7vw;
		font-size: 2.1333vw;
		color: #0777CD;
		text-align: center;
		background-color: #FFFFFF;
		border: none;
		border-radius: 12vw;
	}
	.es_footer_bottom{
		width: 90vw;
		display: flex;
		/*flex-wrap: wrap;*/
		position: relative;
		margin-top: 5vw;
		padding-bottom: 4vw;
		justify-content: space-between;
	}
	.es_footer_bottom>div{
		display: flex;
		flex-direction: column;
		/*margin-bottom: 5vw;*/
		/*margin-right: 15vw;*/
	}
	.es_footer_bottom>div:nth-child(2),
	.es_footer_bottom>div:nth-child(3){
	    display: none;
	}
	.es_footer_bottom>div p{
		/*height: 25px;*/
		font-size: 3vw;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #FFFFFF;
		/*line-height: 26px;*/
	}
	.es_footer_bottom>div span{
		font-size: 2vw;
		font-family: Arial-Regular, Arial;
		font-weight: 400;
		color: #FFFFFF;
		margin-bottom: 1vw;
		
		display: flex;
		
	}
	.es_footer_bottom>div span>span{
	    max-width: 41vw;
	}
	.es_filings{
		/*border-top: 1px dashed #5A6C79;*/
		width: 100%;
		display: flex;
		justify-content: center;
		padding: 2vw;
		    background: #0B3C5F;
	}
	.es_filings p{
		width: 90vw;
		text-align: center;
		color: #FFFFFF;font-size: 2vw;
		    margin: 0;
	}
		.es_filings p a{
		display: none;
	}
			/*验证码弹窗*/
	.a_modal .center_boxs {
			background-color: #FFFFFF;
			width: 80vw;
			border-radius: 1vw;
			padding: 4vw;
			margin: 15vh auto;
			display: flex;
			flex-direction: column;
			align-items: center;
		}
	.a_modal input {
			width: 66vw;
	}
}