@charset "utf-8";
*{margin:0px;padding:0px;}
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
li {list-style: none;}
html {-webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; text-size-adjust: 100%;}
body{color: #333;font-family: "微软雅黑"; font-size: 14px;}
img {vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic;}
input{border:none;outline: none;font-family: "微软雅黑";}
/**清除浮动**/
.clear:after{display:block;clear:both;content: ' ';}
.clear{zoom:1;}

.by-jy-Alert{
	position: fixed;
	background: rgba(0,0,0,0.4);
	width: 100%;
	height: 100%;
	z-index: 999;
	left: 0px;
	top: 0px;
	display: none;
}
.by-jy-Alert_Main{
	width: 1010px;
	height: 494px;
	padding: 40px 0px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -505px;
	margin-top: -250px;
	background-color: #fff;
	overflow: hidden;
	border-radius:5px;
	box-shadow:0px 0px 29px rgba(0,0,0,0.15);
}
.by-jy-Alert_MainLeft{
	float: left;
	width: 610px;
	padding: 0px 50px;
	border-right: 1px solid #EEEEEE;
}
.by-jy-Alert_MainLeft p{
	margin: 0;padding: 0;
	width: 100%;
	color: #434343;
	font-size: 14px;
	line-height: 24px;
	text-align: justify;
}
.by-jy-Alert_MainLeft .by-jy-Alert_MainLeftOne{
	margin-bottom: 10px;
	color: #FF3535;
	font-size: 16px;
	font-weight: 600;
}
.by-jy-Alert_MainLeft .by-jy-Alert_MainLeftLast{
	text-align: right;
}

.by-jy-Alert_MainRight{
	float: left;
	width: 198px;
	padding: 38px 50px 0 50px;
	height: 100%;
}
.by-jy-Alert_MainRight a{
	text-decoration: none;
	display: block;
	overflow: hidden;
	clear: both;
	height: 46px;
	line-height: 46px;
	background-color: #008FEA;
	margin-bottom: 18px;
	border-radius: 5px;
}
.by-jy-Alert_MainRight a:first-child,.by-jy-Alert_MainRight a:nth-child(2),.by-jy-Alert_MainRight a:nth-child(3){
	background-color: #EB5138;
}
.jianyiPic1,.jianyiPic2{
	display: block;
	float: left;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	margin:6px 15px 0px 18px;
}
.jianyiPic1{
	background: #FF684F url(../images/jiaoyiPic.png) center no-repeat;
	-webkit-background-size: 60%;
	background-size: 60%;
}
.jianyiPic2{
	background: #20A8FF url(../images/jiaoyiOld.png) center no-repeat;
	-webkit-background-size: 60%;
	background-size: 60%;
}
.by-jy-Alert_MainRight a>b{
	float: left;
	display: block;
	color: #FFFFFF;
	height: 46px;
	line-height: 46px;
}
.by-jy-AlertClose{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	right: 6px;
	background:url(../images/byjyAlertClose.png) center no-repeat;
	-webkit-background-size: 50%;
	background-size: 50%;
	cursor: pointer;
}
/*首页弹框*/
.hw_land_property_right_alert_main{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
}
.alert_main_box{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 820px;
	height: 510px;
	text-align: center;
	background-color: #fff;
}
.alert_main_box .main_box_head{
	position: relative;
	height: 70px;
	line-height: 70px;
	color: #fff;
	background-color: #4392F8;
	font-size: 20px;
}
.alert_main_box .main_box_head h2{
	font-weight: normal;
}
.alert_main_box .close_img{
	position: absolute;
	top: 50%;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	right: 25px;
	cursor: pointer;
}
.main_box_option{
	padding: 40px;
}
.main_box_option ul li{
	float: left;
	width: 350px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	cursor: pointer;
	border: 1px solid #8BA7C1;
	border-radius: 30px;
	margin-bottom: 20px;
}
.main_box_option ul li a{
	color: #448ACA;
}
.main_box_option ul li.click_active,
.main_box_option ul li:hover{
	background-color: #4392F8;
}
.main_box_option ul li.click_active a,
.main_box_option ul li:hover a{
	color: #fff;
}
.main_box_option ul li:nth-child(odd){
	margin-right: 36px;
}
.main_box_option ul li a{
	display: block;
}













