/*
* @Author: admin
* @Date:   2017-10-23 09:10:38
* @Last Modified by:   admin
* @Last Modified time: 2018-02-02 13:33:55
*/
* {
  margin: 0;
  padding: 0;
}
a{
	text-decoration: none;
}
html,body {
  font-family: "微软雅黑",Arial;
  font-size:100%;
  letter-spacing:1px;
}
ul li{
	list-style-type: none;
}
.block{
	display: block !important;
}

/* ```````省份选择 */
.area_main_selected{
	color:#ffc549 !important;
}
.center_zx_box1_selected{
	background-color: #0184e8
}
/*````````````````*/
/*滚动条*/
.zUIpanelScrollBox,.zUIpanelScrollBar{
	width:6px;
	top:4px;
	right:2px;
	border-radius:5px;
}
.zUIpanelScrollBar{
	background:#455884;
}

.main_index{
	width: 100%;
	height: 100%;
	background: url(../img/main/bg.png);
	position: absolute;
	background-size: cover;
	background-attachment:fixed;
}
.main_index_rela{
	width: 100%;
	height: 100%;
	position: relative;
}


/*弹出框*/
.alert_contant{
	width: 100%;
	height: 100%;
	background:url(../img/main/bg.png) no-repeat;
	position: absolute;
	top: 0;
	z-index: 10000;
	display: none;
}
.time_color{
	color: #0091FF !important;
}
.alert_box{
	width: 1100px;
	height: 600px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	overflow: hidden;
}

/*删除*/
.alert_delete{
	width: 19px;
	height: 18px;
	background-image: url(../img/main/all--icon.png);
	background-position: -319px 567px;
	position: absolute;
	right: 50px;
	top: 50px;
	cursor: pointer;
}
.alert_delete1{
	width: 24px;
	height: 27px;
	background-image: url(../img/main/all--icon.png);
	background-position: -399px 572px;
	position: absolute;
	right: 50px;
	top: 50px;
	cursor: pointer;
}
.alert_title_box{
	width: 1080px;
	max-height: 265px;
	margin-bottom: 20px;
	overflow:hidden;
}

.alert_title_box ul li{
	float: left;
	margin:3px 13px;
	padding:5px;
	line-height: 28px;
	cursor: pointer;
	color: #efefef;
	letter-spacing: 1px;
	font-size: 14px;
}
.alert_main{
	width: 1080px;
	max-height: 315px;
	clear: both;
}
.alert_main>div{
	padding:10px 20px;
	font-size: 12px;
	margin-top: 20px;
	float: left;
	cursor: pointer;
	color: rgba(255,255,255,0.8);
	color: #efefef \9;
    filter: alpha(opacity=100);
}

@media only screen and (max-width: 1370px) {
	.alert_box_box{
		width: 1000px;
		height: 600px;
	}
	.alert_box{
		width: 1000px;
		height: 600px;
	}
	.alert_title_box_box{
		width: 980px;
	}
	.alert_title_box{
		width: 1000px;
		min-height: 40px;
		z-index: 99;
	}
	.alert_main{
		width: 980px;
		clear: both;
	}
	.alert_main>div{
		float: left;
		font-size: 12px;
		margin-top: 0px;
	}
}

/*弹出内容*/
.alert_center_c,.alert_center_c2{
	width: 1080px;
	height: 700px;
	line-height: 170%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	color: #FFFFFF;
	font-size: 16px;
	overflow: hidden;
}
.alert_over{
	width: 1100px;
	height:700px;
	overflow-y: auto;
	overflow-x: hidden;
}
.rc_over{
	width: 1100px;
	height:700px;
	overflow-y: auto;
	overflow-x: hidden;
}

.alert_main_box{
		width: 100%;
		height: 100%;
		background: url(../img/main/bg.png) no-repeat;
		background-size: cover;
		position: absolute;
		top: 0;
		z-index: 10000;
		display: none;
}
.alert_center_c p,.alert_center_c2 p{
	text-indent: 2em;
}


.policy_body{
	font-style: "微软雅黑" !important;
	font-weight: normal !important;
	color:#efefef;
	font-weight: normal;
	padding-right: 20px;
}
.policy_body h1{
	width: 100%;
	line-height: 30px;
	text-align: center;
	color: #efefef;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: normal;
}
.policy_body>h1:first-child{
	line-height: 60px;
}

.policy_body .doc_num{
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: right;
	font-size: 14px;
	color: #efefef;
	font-weight: normal;
}
.policy_body td{
	font-style: normal !important;
	font-weight: normal;
}
hr{
	display: none ;
}
.policy_body>h4:nth-of-type(1){
	width: 100%;
	line-height: 150%;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: normal;
	letter-spacing:2px;
}
.policy_body .obj{
	font-weight: normal;
	letter-spacing:1px;
}
.policy_body .body{
	font-size: 16px;
	letter-spacing:1px;
	font-weight: normal;
	line-height: 35px;
}

.policy_body .unit{
	font-weight: normal;
	letter-spacing:1px;
}
.policy_body .date{
	font-weight: normal;
	letter-spacing:1px;
}
.policy_body .lv2{
font-weight: normal;
letter-spacing:1px;

}

@media only screen and (max-width: 1370px) {
	.policy_body h1{
		font-size: 14px;
	}
	.policy_body .doc_num{
		font-size: 12px;
	}
	.policy_body>h4:nth-of-type(1){
		font-size: 16px;
	}
	.policy_body .body{
		font-size: 14px;
	}
	.alert_center_c,.alert_center_c2{
		width:720px;
		height:500px;
		font-size: 13px;
		overflow: hidden;
	}
	.alert_over{
		width: 740px;
		height:500px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.rc_over{
		width: 740px;
		height:500px;
		overflow-y: auto;
		overflow-x: hidden;
	}
}


.alert_contant2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url('../img/main/bg.png');
	display: none;
	z-index: 10000;
}
.alert_box2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 500;
}

.alert_delete2{
	position: absolute;
	top: 50px;
	right: 50px;
	width: 20px;
	height: 20px;
	background-image: url(../img/main/all--icon.png);
	background-position: -319px 567px;
	z-index: 1000;
	cursor: pointer;
}
.alert_box2_left,.alert_box2_right{
	height: 100%;
	float: left;
}
.alert_box2_left{
	width: 25%;
	overflow: hidden;
}
.alert_box2_center{
	width: 55%;
	height: 100%;
	float: left;
}
.alert_box2_right{
	width: 19%;
	float: right;
	overflow:hidden;
}
.alert_box2_left p{
	font-size: 16px;
	margin-left: 50px;
	margin-top: 200px;
	color:#efefef;
}
#zifuyun3{
	width: 100%;
	height: 500px;
	margin-top: 10px;
	position: relative;
	cursor: default;
	margin-left: 10%;
}
#zifuyun3 ul li{
	position: absolute;
	top: 0;
	left: 0;
	color:#efefef;
}

.alert_box2_center_top{
	height: 15%;
	width: 100%;
	overflow: hidden;
}
.alert_box2_center_top .city{
	height: 15px;
	font-size: 14px;
	color:#ff4b60;
	padding-left: 10px;
	margin-left: 30px;
	border-left: 1px solid #ff4b60;
	margin-top: 60px;
	line-height: 15px;
}
.alert_box2_center_top p{
	display: inline-block;
}
.alert_box2_center_top .class{
	margin-left: 30px;
	font-size: 16px;
	color:#ffcc5b;
	margin-top: 15px;
	border-left: 1px solid #ffcc5b;
	padding-left: 10px;
}
.alert_box2_center_top .hot{
	margin-left: 30px;
	font-size: 16px;
	color:#ffcc5b;
}
.alert_box2_center_contant{
	height: 80%;
	width: 100%;
}
.alert_box2_center_contant_l{
	height: 100%;
	min-width: 170px;
	float: left;
	overflow: hidden;
}

.alert_box2_center_contant_l ul li{
	color: #efefef;
	height: 40px;
	line-height: 40px;
	cursor:pointer;
	padding-left: 20px;
	font-size: 14px;
	padding-right: 20px;
}
.alert_box2_center_contant_r{
	width: 79%;
	height: 100%;
	float: left;
	overflow:hidden;
}

.alert_box2_center_contant_r ul li{
	width: 22%;
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	float: left;
	margin:10px 0;
	cursor:pointer;
	color: #efefef;
	padding-left: 3%;
}
.alert_main_box2{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.alert_delete3{
	position: absolute;
	right: 50px;
	top: 50px;
	width: 28px;
	height: 28px;
	background-image: url(../img/main/all--icon.png);
	background-position: -399px 572px;
	cursor: pointer;
}
.alert_center_c2 p{
	text-indent: 2em;
}

.block{
	display: block !important;
}
.alert_box2_active{
	color:#0091ff !important;
}




@media only screen and (max-width: 1370px) {
	.alert_box2_left p{
		font-size: 14px;
		margin-top: 90px;
	}
	.alert_box2_center_top {
	    height: 14%;
	}
	.alert_box2_center_top .city{
		font-size: 12px;
		margin-top: 30px;
	}
	.alert_box2_center_top p{
		display: inline-block;
	}
	.alert_box2_center_top .class{
		font-size: 14px;
	}
	.alert_box2_center_top .hot{
		font-size: 14px;
	}
	/*.alert_box2_center_contant_l_inner{
		width: 116%;
	}*/
	.alert_box2_center_contant_l ul li{
		font-size: 14px;
		height: 35px;
		line-height: 35px;
	}
	.alert_box2_center_contant_r_content ul li{
		font-size: 12px;
		margin:8px 0;
		width: 28%;
		padding-left: 5%;
	}
	.alert_center_c2 p{
		text-indent: 2em;
	}
	.block{
		display: block !important;
	}
	.alert_box2_active{
		color:#0091ff !important;
	}
	.alert_title_box ul li{
		line-height: 22px;
	}
	.alert_box2_center_contant_r{
		width: 76%;
	}
}



/* 退出 */
#log_out{
  	position: absolute;
  	top: 0px;
  	right: 0px;
  	width: 70px;
  	height: 34px;
  	background: url('../img/main/all--icon.png');
  	background-position: -80px -340px;
  	z-index: 1000;
  	cursor: pointer;
}

#log_out:hover{
	background: url('../img/main/all--icon.png');
  	background-position: -160px -340px;
}