@charset "utf-8";
.clearfix:after{ content:'\20'; display:block; height:0; clear:both; }
.clearfix { *zoom:1; }
.nowrap{white-space:nowrap; overflow:hidden;}
.fl{float:left;display:inline;}
.fr{float:right;display:inline;}
::after, ::before {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-touch-callout: none;
    -webkit-user-drag: none;
}
body{
	padding-bottom: 52px;
}
img{
	width: 100%;
}
.modal_box .hd{
	text-align: center;
}
.ydbg_modal{
	background: url(../images/bg1.jpg) no-repeat 0 0;
	background-size: cover;
	padding-bottom: 18px;
}
.ydbg_modal .hd{
	padding: 28px 20px 18px;
}
.modal_box .hd .p1{
	color: #9cb529;
	font-size: 18px;
	margin-bottom: 16px;
}
.modal_box .hd .p2{
	color: #646464;
	font-size: 14px;
	line-height: 20px;
}
.ydbg_modal .ft{
	text-align: center;
	padding-top: 5px;
}
.btn_style{
	display: inline-block;
	width: 76px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 3px;
	background: #d15b44;
	font-size: 14px;
	color: #fff;
}


.ydmh_modal{
	background: url(../images/bg2.jpg) no-repeat 0 0;
	background-size: cover;
}
.ydmh_modal .hd{
	padding: 35px 20px 0;
}
.ydmh_modal .ft{
	text-align: center;
	padding-top: 13px;
}

.ydbga_modal{
	background: url(../images/bg3.jpg) no-repeat 0 0;
	background-size: cover;
}
.ydbga_modal .hd{
	padding: 30px 20px 0;
}
.ydbga_modal .ft{
	text-align: center;
	padding-top: 13px;
}


.jsjl_modal{
	background: #f0f3e3;
}
.jsjl_modal .hd{
	padding: 30px 20px 0;
}
.jsjl_modal .ft{
	text-align: center;
	padding-top: 13px;
}


.sjqd_modal{
	background: url(../images/img5.png) no-repeat 0 40px;
	background-size: 180px;
	padding-bottom: 40px;
}
.sjqd_modal .hd{
	padding: 40px 20px 0 0;
	padding-left: 150px;
	text-align: left;
}
.sjqd_modal .hd .p1{
	font-size: 14px;
}
.sjqd_modal .ft{
	text-align: left;
	padding-top: 13px;
	padding-left: 150px;
}

.ydbd_modal{
	background: url(../images/bg4.jpg) no-repeat 0 0;
	background-size: cover;
}
.ydbd_modal .hd{
	padding: 30px 20px 0;
}
.ydbd_modal .ft{
	text-align: center;
	padding-top: 13px;
}


.ywgl_modal{
	background: url(../images/img7.png) no-repeat right 0;
	background-size: 180px;
	padding-bottom: 40px;
}
.ywgl_modal .hd{
	padding: 35px 20px 0 0;
	padding-left: 20px;
	text-align: left;
	padding-right: 160px;
}
.ywgl_modal .hd .p1{
	font-size: 15px;
}
.ywgl_modal .ft{
	text-align: left;
	padding-top: 13px;
	padding-left: 20px;
}


.jstd_modal{
	background: url(../images/bg6.jpg) no-repeat 0 0;
	background-size: cover;
	padding-bottom: 10px;
}
.jstd_modal .hd{
	padding: 20px 20px 0;
}
.jstd_modal .ft{
	text-align: center;
	padding-top: 13px;
	margin-bottom: 20px;
}
.jstd_modal .b{
	padding: 0 20px 0;
}

.jstd_modal .b li{
	margin-bottom: 15px;
	background: #fff;
	padding: 12px 0;
}
.jstd_modal .b li .img{
	width: 80px;
	border-right: 1px solid #cbd1b9;
}
.jstd_modal .b li .text{
	padding: 0 13px 0 13px;
	margin-left: 80px;
	line-height: 18px;
}

.pop_box{
	display: none;
	position: fixed;
	width: 280px;
	left: 50%;
	margin-left: -140px;
	top: 50%;
	margin-top: -150px;
	background: #fff;
	z-index: 9;
	border-radius: 5px;
}
.pop_box .inner{
	position: relative;
}
.pop_box .close_btn{
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 30px;
}
.pop_box .hd{
	padding-top: 20px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 20px;
}
.pop_box .bd{
	font-size: 12px;
	padding: 0 20px 20px;
	line-height: 20px;
}

.mask{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 8;
}