@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2019-03-23 09:29:12
 * @version $Id$
 */
*{
	padding:0 0;
	margin:0 0;
}
body{
	background-color:#c71d04;
	font-size:14px;
	}
.banner{
	background-size:100% 226px;
	background-image:url(../images/banner.jpg?=v0403);
	background-repeat:no-repeat;
	position:relative;
	width:100%;
	height:226px;
}
.hdgz_btn{
    width:80px;
    height:24px;
    background-size:80px 24px;
    background-image:url(../images/hdgz.png);
    position:absolute;
    right:0px;
    top:15px;
}
.main{
	background-size:100% 100px;
	width:100%;
	height:100px;
	position:absolute;
	padding-bottom:15px;
	top:180px;
}
.title{
   height:36px;
   line-height:36px;
   width:86%;
   margin:5px auto 5px;
}
.title h4{
	font-size:22px;
	color:#de0016;
	text-align:center;
	width:68%;
}
.l_line,.r_line{
	width:41px;
	height:5px;
	background-size:41px 5px;
	margin-top:16px;
}
.l_line{
   background-image:url(../images/l_line.png);
}
.r_line{
   background-image:url(../images/r_line.png);
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.txt_phb,.txt_fxyl{
	width:96%;
	margin:10px auto;
	color:#ffd195;
}
.txt_fxyl ul{
	width:96%;
	margin:0 auto;
	text-align:center;
	list-style:none;
}
.txt_fxyl ul li{
	overflow:hidden;
	text-align:left;
	margin-bottom:15px;
	font-size:15px;
}
.txt_fxyl ul li span{
	float:left;
	width:302px;
	margin-left:8px;
}
.num{
	display:block;
	float:left;
	width:20px;
	height:20px;
	border-radius:10px 10px;
	background:#ffd195;
	line-height:20px;
	font-size:18px;
	color:#e63535;
	text-align:center;
	margin-top:3px;
	font-style:normal;
}
.mafx_btn,.ckph_btn{
	display:block;
	margin:10px auto;
	cursor:pointer;
}
.mrtx{
	height:32px;
	width:32px;
	display:block;
	float:left;
	border-radius:50% 50%;
	margin-right:5px;
}
table{
	border-collapse:collapse;
	width:100%;
	margin:0 auto;
	font-size:16px;
}
table td,th{
	padding:5px 3px;
	font-weight:normal;
	text-align:center;
}
table td{
	color:#333;
}
table th{
	color:#808080
}
.name{
	width:100px;
	overflow:hidden;
	text-overflow:ellipsis;
	float:left;
	text-align:left;
	white-space:nowrap;
}
.red{
	color:#de0016;
	font-style:normal;
}
a{
	text-decoration:none;
	text-align:center;
	display:block;
	line-height:2em;
	width:90%;
	border-radius:5px 5px;
	margin:15px auto;
	color:#fcad02;
}
.share_btn{
	display:block;
	margin:10px auto;
	cursor:pointer;
	height:40px;
	border-radius:20px 20px;
	color:#666;
	line-height:40px;
	text-align:center;
	font-size:14px;
}
.share_btn2{
	display:block;
	cursor:pointer;
	width:262px;
	height:60px;
	margin:0 auto;
}
.column{
	width:86%;
	background:#fff;
	border-radius:5px 5px;
	margin:0 auto 15px;
	padding:5px 3%;
}
ul.step{
    width:100%;
    overflow:hidden;
    list-style:none;
    margin-top:0px;
    margin-bottom:10px;
}
ul.step li{
	width:33.3%;
	float:left;
	text-align:center;
	font-size:11px;
}
ul.step li img{
	display:block;
	margin:5px auto;
	width:52px;
	height:52px;
}
ul.step li p{
	width:86%;
	margin:5px auto;
	font-size:13px;
}
ul.step li .red{
	color:#ff3207;
}
#zzc1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #000;
    opacity: 0.85;
    z-index: 100;
}
.txt_1{
    position: fixed;
    z-index:100;
    width: 80%;
    top:16%;
    left:10%;
    color:#333;
    font-size:16px;
    background:#fff;
    border-radius:6px;
}
.txt_1 dl{
	padding:0 15px 25px;
	height:320px;
	overflow-y:auto;
}
.txt_1 dl dt{
	font-weight:bolder;
	line-height:1.8em;
}
.txt_1 dl dd{
	margin-bottom:5px;
}
.txt_1 .title{
	margin-top:15px;
}
.txt_1 .title h4{
	width:66%;
}
.btn2{
	display:block;
	background-image:url(../images/close.png);
	background-size:24px 24px;
	width:24px;
	height:24px;
	position:fixed;
	right:10px;
	top:14%;
	z-index:200;
}
.red img{
	width:17px;
}