@CHARSET "UTF-8";
#model .register .reg-current{
	color: #fff;
    background-color: #399901;
}
#model .login .log-current{
	color: #fff;
    background-color: #399901;
}

#model .empty{
    border:1px solid #ff0000!important;
}

.fz12{
	font-size:12px!important;
}
.fw{
	font-weight:bold;
}
.ml-10{
	margin-left:10px!important;
}
.mr-20{
	margin-right:20px!important;
}
.no-ml{
	margin-left:0!important;
}
.page{
    width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
}
.page a{
    color:#000;
}

.pg{
    width: 18px;
    height: 18px;
    font-size:12px;
    float: left;
    margin-left: 20px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #bfbfbf;
    background: #f7f7f7;
    cursor: pointer;
}

.page .active{
    background:#ff7e00!important;
    width: 20px!important;
    height: 20px!important;
    border:none!important;
    color:#fff!important;
}
.prev,.next,.end,.star{
    width:50px;
    height: 20px;
    font-size:12px;
    line-height: 20px;
    text-align: center;
    float: left;
    margin-left: 30px;
    cursor: pointer;
}
.zj{
    float:left;
    margin-left:20px;
    font-size:12px;
}
.zj input{
    width:28px;
    height:18px;
    border:1px solid #bfbfbf;
    background: #f7f7f7;
}

.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }

/*首页滚动*/
 #gun{
     overflow: hidden;
     height: 595px;
     position: relative;
     width: 380px;
     margin: 0 auto;
     transition:  0.2s;
     -moz-transition:  0.2s;
     -webkit-transition:  0.2s;
     -o-transition:  0.2s;
 }
 #gun .gun_1{
     position: absolute;
     top: 0;
     left: 0;
     transition:  0.2s;
     -moz-transition:  0.2s;
     -webkit-transition:  0.2s;
     -o-transition:  0.2s;
 }

 /*分页*/
  div.page1{
    text-align:center;
    width:96%;
    margin:20px auto 10px auto;
 }
span.btn,a.btn{
	border:1px solid #ccc;
	padding:5px 8px;
	margin-right:10px;
	color:#6d6d6d; 	
}
 span.btn-success{
	background: #ff7e00;
  	border:0;
  	padding:6px 9px;
    color:#fff;
}

a.btn:hover{
	border:0;
	padding:6px 9px;
	background: #ff7e00;
	color:#fff;
}  
span.gop-span{
	margin-right:0;
	position:relative;
	padding:5px 12px;
    border:0;
}
span.gop-span #gop{
	position:absolute;
	top:0;left:0;
	height:26px;
	width:100%;
    border:1px solid #ccc;
}

#gopage{
	color:#fff;
	cursor:pointer;
	border:0;
	padding:6px 9px;
	background: #ff7e00;
    margin-right: 0;
}
/*  详情页字体设置 */
.detail-con p, .detail-con p span{
    font-size:16px !important;
    line-height: 2em !important;
    font-family: "Arial", "Times New Roman", "Verdana","Tahoma","Microsoft YaHei","Hiragino Sans GB","tahoma","arial","simhei"!important;
	text-align: justify;
	word-wrap:break-word;
	word-break:break-all;
 }
.detail-con .icon_pdf{
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.detail-con p{
	margin-bottom: 10px;
}