		.ly_box *{
			list-style: none;
			margin:0;
			padding:0;
		}
		.ly_box{
			width:940px;
			height:420px;
			display: flex;
			justify-content: space-center;
			margin-top:35px;
			margin-left:70px;
		}
		.ly_b_1{
			height:382px;
			width:450px;
			padding:17px 0;
		}
		.ly_b_1 img{
			width:100%;
			height:100%;
		}
		.ly_b_1 img:hover{
			cursor:pointer;
		}
		.ly_b_r{
			width:520px;
			background:#d72502;
		}
		.ly_b_title{
			margin-top:20px;
			text-align:center;
			color:white;
			font-size: 24px;
			font-weight: bold;
			letter-spacing: 1px;
			margin-bottom:30px;
		}
		.ly_b_title p:nth-child(2){
			font-size: 30px;
		}
		.ly_b_title span{
			color:#ffff00;
		}
		.ly_b_r form{
			padding-left:90px;
		}
		.ly_b_r form p{
			font-size: 18px;
			color:white;
			margin-bottom: 23px;
			position: relative;
		}
		.ly_b_r form input{
			width:370px;
			height:46px;
			text-indent: 50px;
			font-size: 16px;
		}
		.ly_b_r form p:nth-child(2)::before{
			content:'';
			display: block;
			height:46px;
			width:50px;
			background:url("/images/icon_n.png") no-repeat;
			background-size: 100% 100%;
			position: absolute;
			left:1px;
			top:1px;
		}
		.ly_b_r form p:nth-child(3)::before{
			content:'';
			display: block;
			height:46px;
			width:50px;
			background:url("/images/icon_w.png") no-repeat;
			background-size: 100% 100%;
			position: absolute;
			left:1px;
			top:1px;
		}
		.ly_b_r .btn_sub{
			height:50px;
			width:250px;
			display: block;
			margin-top:35px;
			margin-left:60px;
			line-height: 50px;
			text-align: center;
			font-weight: bold;
			color:#d72502;
			font-size: 20px;
			text-indent: 0px;
			border:none;
			background:white;
			border-radius: 25px;
		}