@media screen and (min-width:1260px) {
	.en_about_img,
	.en_about_img img{
		width: 100%;
		/*height: 620px;*/
	}
	.en_con_form_out{
		width: 100%;
		display: flex;
		justify-content: center;
				background-image: url('../../img/en-form-icon.png');
		background-size: cover;
	}
	.en_con_form{
		width: 1260px;
		display: flex;
		flex-direction: column;
		align-items: center;

		padding: 60px 0;
	}
	.en_con_form h4{
		font-size: 40px;
		color: #212121;
		text-align: center;
	}
	.en_con_form span{
		font-size: 24px;
		color: #666666;
		width: 1260px;
		display: block;
		text-align: center;
	}
	.en_con_form>div{
		width: 1257px;
		height: 467px;
		background: #FFFFFF;
		box-shadow: 0px 0px 27px 0px rgba(0,31,59,0.09);
		border-radius: 26px;
		margin-top: 80px;
		display:flex;
		justify-content: space-around;
		align-items: center;
	}
	.en_con_form>div div{
		height: 341px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.en_con_form>div div li {
		width: 500px;
		height: 51px;
		background: #FFFFFF;
		border: 1px solid #0777CD;
		display: flex;
		align-items: center;
	}
	.en_con_form>div div li img{
		width: 22px;
		height: 22px;
		margin: 0 22px;
	}
	.en_con_form>div div li input{
		resize: none;
		border: none;
		outline: medium;
		font-size: 12px;
		font-family: Helvetica;
		color: #666666;
	}
	.en_con_form>div textarea{
		resize: none;
		border: none;
		outline: medium;
		width: 500px;
		height: 341px;
		background: #FFFFFF;
		border: 1px solid #0777CD;
		font-size: 12px;
		color: #666666;
		padding: 30px;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder{
		color: #666666;
	}
	
	input:-moz-placeholder,
	textarea:-moz-placeholder{
		color: #666666;
	}
	
	input::-moz-placeholder,
	textarea::-moz-placeholder{
		color: #666666;
	}
	
	input::-ms-input-placeholder,
	textarea::-ms-input-placeholder{
		color: #666666;
	}
	.en_con_form button{
		width: 180px;
		height: 50px;
		background: 0;
		border-radius: 25px;
		font-size: 14px;
		color: #0777CD;
		border: none;
		margin-top: 40px;
		border: 1px solid #0777CD;
 transition: 0.5s;
	}
		.en_con_form button:hover{
		background: #0777CD;
		color: #FFFFFF;
	}
	/* --------- */
	.en_phone{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 60px 0;
	}
	.en_phone h4{
		font-size: 40px;
		color: #212121;
		margin-bottom: 30px;
	}
	.en_phone_b{
		width: 1469px;
		background: #0777CD;
		border-radius: 40px;
		display: flex;
		justify-content: space-between;
		padding: 74px 100px;
	}
	.en_phone_b li{
		width: 20%;
	}
	.en_phone_b div{
		width: 232px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #2F8DD5;
		margin-bottom: 30px;
		margin-bottom: 30px;
	}
	.en_phone_b div p{
		font-size: 24px;
		color: #FFFFFF;
	}
	.en_phone_b div img{
		width: 55px;
		height: 55px;
	}
	.en_phone_b>li>p{
		font-size: 18px;
		font-family: Helvetica;
		font-weight: bold;
		color: #FFFFFF;
		
	}
	.en_phone_b>li>p a{color: #fff;}
	.en_phone_b>li:first-child>p{
		display: flex;
		align-items: center;
	}
	.en_phone_b>li>p>span{
		width: 212px;
		font-size: 16px;
		color: #FFFFFF;
		font-weight: 400;
		display: block;
	}
	.en_phone_b>li:nth-child(3) nav{
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 222px;
		height: 44px;
		background: #FFFFFF;
		border-radius: 4px;
		color: #0777CD;
	}
	.en_phone_b>li:nth-child(3) nav img{
		width: 20px;
		height: 16px;
	}
	.en_phone_b>li:nth-child(3) nav span{
		font-size: 14px;
		color: #212121;
	}
	/* ------------ */
	.en_base{
		width: 100%;
		display: flex;
		justify-content: center;
		background-image: url('../../img/en-back-i1.png');
		background-size: cover;
		padding: 80px 0;
	}
	.en_base_in{
		width: 1260px;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.en_base_in h4{
		font-size: 42px;
		font-family: DIN;
		font-weight: 500;
		color: #FFFFFF;
		text-align: center;
	}
	.en_base_in > span{
		width: 1260px;
		font-size: 18px;
		color: #FFFFFF;
		text-align: center;
		display: block;
	}
	.en_base_in div{
		display: flex;
		margin: 80px 0;
	}
	.en_base_in div > li{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 60px;
		
	}
	.en_base_in div > li >p{
		font-size: 72px;
		font-family: Helvetica;
		font-weight: bold;
		color: #00FCF9;
		display: flex;
		align-items: flex-end;
		margin: 0;
	}
	.en_base_in div > li >span{
		width: 380px;
		font-size: 18px;
		color: #FFFFFF;
		text-align: center;
	}
	.en_base_in div > li > p > span{
		font-size: 60px;
	}
	.en_base_in div > li:nth-child(2){
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
	}
	.en_base_in div > li:nth-child(2)> p > span{
		font-size: 24px;
		margin-bottom: 20px;
	}
	
	/* ------- */
	.en_country{
		width: 1260px;
		padding: 80px 0;
		margin: 0 auto;
	}
	.en_country h4{
		width: 1260px;
		font-size: 40px;
		color: #212121;
		margin-bottom: 80px;
		text-align: center;
	}
	.en_country div{
		width: 1260px;
		display: flex;
		justify-content: space-between;
	}
	.en_country div li{
		position: relative;
	}
	.en_country div img{
		width: 100%;
		height: 100%;
 transition: 0.5s;
	}
		.en_country a:hover img{
		transform: scale(1.1);
	}
		.en_country div h2{
		width: 250px;
		height: 187.5px;overflow: hidden;
	}
	.en_country div p{
		width: 250px;
		font-size: 20px;
		color: #212121;
		line-height: 30px;
		text-align: center;
		margin: 0;
		display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 1;
 overflow: hidden;
	}
	.en_country div span{
		position: absolute;
		bottom: 80px;
		font-size: 14px;
		color: #FFFFFF;
		padding: 12px 20px;
		background-color: rgba(0,0,0,0.3);
	}
}
@media screen and (max-width: 860px) {
	.en_about_img,
	.en_about_img img{
		width: 100vw;
		/*height: 60vw;*/
	}
	.en_con_form_out{
		width: 100%;
		display: flex;
		justify-content: center;
	}
	.en_con_form{
		width: 100vw;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-image: url('../../img/en-form-icon.png');
		background-size: cover;
		padding: 8vw 0;
	}
	.en_con_form h4{
		font-size: 5.3vw;
		color: #212121;
		text-align: center;
	}
	.en_con_form span{
		font-size: 3.2vw;
		color: #666666;
		width: 90vw;
		display: block;
		text-align: center;
	}
	.en_con_form>div{
		width: 100vw;
		background: #FFFFFF;
		box-shadow: 0px 0px 27px 0px rgba(0,31,59,0.09);
		border-radius: 26px;
		margin-top: 10vw;
		display:flex;
		flex-direction: column;
		justify-content: space-around;
		align-items: center;padding-bottom: 6vw;
	}
	.en_con_form>div div{
		width: 90vw;
		display: flex;
		flex-direction: column;
		margin-top: 4vw;
	}
	.en_con_form>div div li {
		width: 90vw;
		height: 10vw;
		background: #FFFFFF;
		border: 1px solid #0777CD;
		display: flex;
		align-items: center;
		margin-top: 4vw;
	}
	.en_con_form>div div li img{
		width: 3.2vw;
		height: 3.2vw;
		margin: 0 3.2vw;
	}
	.en_con_form>div div li input{
		resize: none;
		border: none;
		outline: medium;
		font-size: 1.6vw;
		font-family: Helvetica;
		font-weight: bold;
		color: #666666;
	}
	.en_con_form>div textarea{
		resize: none;
		border: none;
		outline: medium;
		width: 90vw;
		height: 30vw;
		background: #FFFFFF;
		border: 1px solid #0777CD;
		font-size: 12px;
		color: #666666;
		padding: 4vw;
		margin-top: 4vw;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder{
		color: #666666;
	}
	
	input:-moz-placeholder,
	textarea:-moz-placeholder{
		color: #666666;
	}
	
	input::-moz-placeholder,
	textarea::-moz-placeholder{
		color: #666666;
	}
	
	input::-ms-input-placeholder,
	textarea::-ms-input-placeholder{
		color: #666666;
	}
	.en_con_form button{
		width: 30vw;
		height: 10vw;
		background: #0777CD;
		border-radius: 10vw;
		font-size: 1.8vw;
		color: #FFFFFF;
		border: none;
		margin-top: 5vw;
	}
	/* --------- */
	.en_phone{
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 8vw 0;
	}
	.en_phone h4{
		font-size: 5.3vw;
		color: #212121;
		margin-bottom: 4vw;
	}
	.en_phone_b{
		width: 90vw;
		background: #0777CD;
		border-radius: 5.3vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 5vw;
	}
	.en_phone_b li{
		width: 37vw;
	}
	.en_phone_b li:last-child{
		width: 80vw;
	}
	.en_phone_b div{
		width: 37vw;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid #2F8DD5;
		margin-bottom: 4vw;
		margin-bottom: 4vw;
	}
	.en_phone_b div p{
		font-size: 3.2vw;
		color: #FFFFFF;
	}
	.en_phone_b div img{
		width: 7vw;
		height: 7vw;
	}
	.en_phone_b>li>p{
		font-size: 2.4vw;
		font-family: Helvetica;
		font-weight: bold;
		color: #FFFFFF;
		
	}
	.en_phone_b>li:first-child>p{
		display: flex;
		align-items: center;
	}
	.en_phone_b>li p span{
		/* width: 37vw; */
		font-size: 3vw;
		color: #FFFFFF;
		font-weight: 400;
		display: block;
	}
	.en_phone_b>li:nth-child(3) nav{
		display: flex;
		align-items: center;
		justify-content: space-around;
		width: 37vw;
		height: 10vw;
		background: #FFFFFF;
		border-radius: 4px;
		color: #0777CD;
	}
	.en_phone_b>li:nth-child(3) nav img{
		width: 4vw;
		height: 4vw;
	}
	.en_phone_b>li:nth-child(3) nav span{
		font-size: 1.8vw;
		color: #212121;
	}
	/* ------------ */
	.en_base{
		width: 100%;
		display: flex;
		justify-content: center;
		background-image: url('../../img/en-back-i1.png');
		background-size: cover;
		padding: 10.66vw 0;
	}
	.en_base_in{
		width: 90vw;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.en_base_in h4{
		font-size: 5.6vw;
		font-family: DIN;
		font-weight: 500;
		color: #FFFFFF;
		text-align: center;
	}
	.en_base_in > span{
		width: 90vw;
		font-size: 2.4vw;
		color: #FFFFFF;
		text-align: center;
		display: block;
	}
	.en_base_in div{
		display: flex;
		flex-wrap: wrap;
		margin: 8vw 0;
		width: 90vw;
	}
	.en_base_in div > li{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 8vw;
		width: 30vw;
		
	}
	.en_base_in div > li >p{
		font-size: 9.6vw;
		font-family: Helvetica;
		font-weight: bold;
		color: #00FCF9;
		display: flex;
		align-items: flex-end;
		margin: 0;
	}
	.en_base_in div > li >span{
		width: 24vw;
		font-size: 2.4vw;
		color: #FFFFFF;
		text-align: center;
	}
	.en_base_in div > li > p > span{
		font-size: 8vw;
	}
	.en_base_in div > li:nth-child(2){
		border-left: 1px solid #FFFFFF;
		border-right: 1px solid #FFFFFF;
	}
	.en_base_in div > li:nth-child(2)> p > span{
		font-size: 3.2vw;
		margin-bottom: 2.66vw;
	}
	/* ------- */
	.en_country{
		width: 90vw;
		padding: 10.666vw 0;
		margin: 0 auto;
	}
	.en_country h4{
		width: 90vw;
		font-size: 5vw;
		color: #212121;
		margin-bottom: 10.66vw;
		text-align: center;
	}
	.en_country div{
		width: 90vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.en_country div li{
		position: relative;
	}
	.en_country div img{
		width: 43vw;
		height: 32.25vw;
	}
	.en_country div p{
		width: 43vw;
		font-size: 2.9vw;
		color: #212121;
		line-height: 10.66vw;
		text-align: center;
		margin: 0;
	}
	.en_country div span{
		position: absolute;
		bottom: 10.66vw;
		font-size: 1.866vw;
		color: #FFFFFF;
		padding: 1.6vw 2vw;
		background-color: rgba(0,0,0,0.3);
	}
}