/*验证码弹窗*/
	.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 1s;

		}

		.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) {
	input{
		border: none;
		outline:medium;
	}
	textarea{
		overflow:hidden;
		resize:none;
		border: none;
		outline:medium;
	}
	.footer{
		width: 100%;
		background-color: #014F8A;
		padding-top: 60px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer_top{
		width: 1260px;
		display: flex;
		/* flex-wrap: wrap; */
		justify-content: space-between;
		margin-bottom: 60px;
	}
	.fr_footer_form{
		display: flex;
		flex-direction: column;
		padding: 40px 30px;
		background-color: #FFFFFF;
	}
	.fr_footer_form input{
		width: 360px;
		height: 58px;
		background: #F4F4F4;
		font-size: 16px;
		padding-left: 20px;
		margin-bottom: 20px;
	}
	.fr_footer_form textarea{
		width: 360px;
		height: 158px;
		background: #F4F4F4;
		padding: 20px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.fr_footer_form button{
		width: 360px;
		height: 58px;
		background: #0777CD;
		color: #FFFFFF;
		font-size: 16px;
		border: none;
	}
		.fr_footer_form button:hover{
		background: #0569b5;
	}
	.fr_footer_r{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.fr_footer_r h3{
		font-size: 50px;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #FFFFFF;
	}
	.fr_footer_r p{
		font-size: 22px;
		font-family: Helvetica-Regular, Helvetica;
		font-weight: 400;
		color: #FFFFFF;
	}
	.fr_footer_r>li{
		display: flex;
	}
	.fr_footer_r>li>p:last-child{
		width: 600px;
	}
	.footer_b{
		width: 100%;
		background-color: #02477B;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer_b p{
		font-size: 14px;
		color: #FFFFFF;
		margin: 20px;    width: 1260px;
    display: flex;
	}
	.footer_b p a
	{margin-left: 30px;
    color: #fff;}
    .footer_b p a:hover{
    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){
	input{
		border: none;
		outline:medium;
	}
	textarea{
		overflow:hidden;
		resize:none;
		border: none;
		outline:medium;
	}
	.footer{
		width: 100%;
		background-color: #014F8A;
		padding-top: 8vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer_top{
		width: 90vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 4vw;
	}
	.fr_footer_form{
		display: flex;
		flex-direction: column;
		padding: 4vw;
		background-color: #FFFFFF;
	}
	.fr_footer_form input{
		width: 80vw;
		height: 8vw;
		background: #F4F4F4;
		font-size: 2.1vw;
		padding-left: 2.666vw;
		margin-bottom: 2.666vw;
	}
	.fr_footer_form textarea{
		width: 80vw;
		height: 30vw;
		background: #F4F4F4;
		padding: 2.666vw;
		font-size: 2.1vw;
		margin-bottom: 2.666vw;
	}
	.fr_footer_form button{
		width: 80vw;
		height: 8vw;
		background: #0777CD;
		color: #FFFFFF;
		font-size: 2.1vw;
		border: none;
	}
	.fr_footer_r{
		margin-top: 5vw;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.fr_footer_r h3{
		font-size: 6.666vw;
		font-family: Arial-Bold, Arial;
		font-weight: bold;
		color: #FFFFFF;
	}
	.fr_footer_r p{
		font-size: 2.9vw;
		font-family: Helvetica-Regular, Helvetica;
		font-weight: 400;
		color: #FFFFFF;    margin-bottom: 2vw;
	}
	.fr_footer_r>li{
		display: flex;
	}
	.fr_footer_r>li>p:last-child{
		width: 70vw;
	}
	.footer_b{
		width: 100%;
		background-color: #02477B;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.footer_b p{
		font-size: 3vw;
		color: #FFFFFF;
		margin: 3vw;
		text-align: center;
	}
		.footer_b 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;
	}
}