*{padding: 0;margin: 0;}
body,html{
	width: 100%;
	height:100%;overflow: hidden;
	background: url(../img/bj.jpg);
	background-position: center;
	background-size: cover;
}
.head_logo{
	width:248px;
	height:auto;
	position:fixed;
	top:27px;
	right: 65px;
}
.head_logo img{
	display: block;
	width:100%;
}

.foo_img{
	width:292px;
	height:auto;
	position:fixed;
	bottom:0px;
	right: 0px;
}
.foo_img img{
	display: block;
	width:100%;
}
.head_one{
	/* width: 100%;
	height:100%;
	overflow: hidden; */
}
.log_con{
	width: 100%;
	height:100%;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.log_con_l{
	width: 746px;
	height: 92%;
	height:873px;
	height:100%;
	position: relative;
	-top:-20px;
	-background:red;
	display: flex;
	align-items:center;
	margin-left:94px;
	overflow:hidden;
}
.log_con_l_a{
	position: absolute;
	left: 0;
	top:-73px;
	z-index: 3;
}
.log_con_l_b{
	position: absolute;
	right: 0;
	top:-104px;
	z-index: 3;
}
.log_con_l_n{
	width:100%;
	height:100%;
	height: 82%;
	border-radius:0 290px 290px 0;
	position: relative;
	z-index: 1;
	display: flex;
	align-items:center;
	justify-content: center;
	top: 25px;
}

.log_con_l_n .swiper{
	width:100%;
	height:100%;
}
.log_con_l_n .swiper img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.log_con_r{
	width:830px;
	height:100%;
	overflow: hidden;
	display: flex;
	align-items:center;
	justify-content: center;
	
	-background: red;
	margin-right: 111px;
}
.log_con_r_n{
	width:100%;
	height:auto;
	overflow:hidden;
	position: relative;
	top: 35px;
}
.log_con_r_a{
	width: 626px;
	height:auto;
	display: block;
	margin: auto;
}
.log_con_r_b{
	display: block;
	width:72px;
	height:8px;
	margin: auto;
	margin-top:20px;
	margin-bottom: 100px;
	background:#eff4fe;
	border-radius:50px;
}
.log_con_r_c{
	width: 468px;
	height:67px;
	border-radius:2px;
	border-radius: 29px;
	border:2px solid #8aa188;
	overflow:hidden;
	display: flex;
	align-items:center;
	margin: auto;
	margin-top: 50px;
}
.log_con_r_c_l{
	width:70px;
	height:100%;
	overflow:hidden;
	display: flex;
	align-items:center;
	justify-content: center;
	background:#f9ef95;
}
.log_con_r_c_l img{
	width:22px;
}
.log_con_r_c_r{
	width:calc(100% - 70px);
	width: 100%;
	height: 100%;
	overflow:hidden;
	position: relative;
}
.log_con_r_c_r input{
	border:none;
	background:none;
	font-size:20px;
	color:#1e572d;
	outline:none;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	background:none;
	padding:0 21px;
	-background:#d9d6c8;
	-background:rgba(217,214,200,.3);
}
.log_con_r_c_r input::-webkit-placeholder-input{
	color:#1e572d;
}
.log_con_r_c_r img{
	width:130px;
	height:40px;
	background-color:#fff;
	position: absolute;
	right:5px;
	top:5px;
	object-fit: cover;
	cursor:pointer;
	border-radius:3px;
}
.log_con_r_e{
	margin:60px auto 140px auto;
}
.log_con_r_e button{
	display:block;
	width:468px;
	height:71px;
	margin: auto;
	border-radius: 5px;
	background: url(../img/icon4.png);
	background-size: 100% 100%;
	border-radius: 50px;
	text-align:center;
	line-height: 71px;
	font-size:30px;
	color:#fff;
	border:none;
	outline:none;
	cursor:pointer;
}
.log_con_r_e:hover{
	cursor:pointer;
	opacity:.8;
}
.log_con_r_d{
	width: 468px;
	margin: auto;
	display: flex;
	align-items:center;
	justify-content: space-between;
	margin-top: 28px;
}
.log_con_r_d a{
	font-size:20px;
	color:#48905b;
	text-decoration:none;
}
.log_con_r_d a:hover{
	text-decoration:underline;
}
.log_con_r_f{
	width: 100%;
	height:auto;
	overflow:hidden;
	padding-top: 20px;
}
.log_con_r_f_li{
	width: 100%;
	height:auto;
	overflow:hidden;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: -20px;
}
.log_con_r_f_li div{
	float:left;
}
.log_con_r_f_li p{
	position: relative;
	z-index: 2;
}
.log_con_r_f_li span{
	display: inline-block;
	width:100%;
	height:15px;
	background:#bcc2b0;
	position: relative;
	top: -19px;
	z-index: 1;
	opacity: .7;
}

@media (max-width: 750px) {
.log_con_l{
    display:none;
}
.log_con_r{
   margin: 0;
    zoom: .5;
}
}