@charset "utf-8";
/* CSS Document */
body{
	color:#333;
	font-family:arial,"微软雅黑","宋体";
	font-size:12px;
	margin:0 auto;
	padding:0;	
	background-attachment: fixed;
	min-width:1260px;
}
/* 重置 */

div, form, p, i, img, ul, li, ol, dl, dt, dd, table, tr, td, th, fieldset, label, legend, select, button, input {
	margin:0;
	padding:0;
}
p, li, div {/* add */
	line-height:20px;
}

/* 标题样式 */

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}
/* 列表样式 */

ul, ol, li, dl, dt, dd {
	list-style:none;
}
/* 图片样式 */

img, a img {
	border:0px;
	padding:0px;
	margin:0px;

}
/* 链接样式 */
a{
	color:#333;
}
a:link{
	text-decoration:none;
}
a:active{
	text-decoration:none;
}
a:visited{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
/** 图片链接效果 **/

.pic a {
	padding:0px;
	border:1px solid #fff;

}
.pic a:hover {
	border:1px solid #d00;
	background:#fff4ce;
}

/**输入框颜色样式**/

.input-gray {
	color:#999;
}
.input-black {
	color:#000;
}

/* 清除浮动 */
.clearBoth {
	clear:both;
	/*控制分类后，各行高度不一样对不齐问题*/
	width:100%;
	height:0px;
	font-size:0;
	overflow:hidden;
	/*控制分类后，各行高度不一样对不齐问题*/
	line-height:0;
}
#root{
	width:100%;
	margin:0px auto;
	padding:0px;
}
#header{
	height: 1.03rem;
}
.header1{
	width: 16rem;
	margin: 0 auto;
}
.logo{
	width: 3.6rem;
	float: left;
	height: 1.03rem;
	line-height: 1.03rem;
}
.logo img{
	vertical-align: middle;
	width: 2.9rem;
}
.nav{
	width: 10.2rem;
	float: left;
}
.nav ul li{
	float: left;
}
.nav ul li a{
	display: block;
	width: 1.13rem;
	height: 1.03rem;
	line-height: 1.03rem;
	font-size: 16px;
	color: #333333;
	background: url(../images/nav_line.gif) right center no-repeat;
	text-align: center;
}
.nav ul li .nav_line{
	background-image: none;
}
.nav ul li:hover a{
	color: #9c1400;
}
.nav ul li .nav_on{
	color: #9c1400;
}
.tel{
	width: 2rem;
	float: right;
	height: 1.03rem;
	line-height: 1.03rem;
}
.tel img{
	vertical-align: middle;
	width: 100%;
}
.dingbu_zhuanye{
	width: 100%;
	position: absolute;
	z-index: 99;
	top:1.03rem;
	height: 1.25rem;
	background-color: rgba(0,0,0,0.5);
}
.dingbu_zhuanye1{
	width: 14rem;
	margin: 0 auto;
}
.dingbu_zhuanye1_left{
	width: 1.5rem;
	float: left;
	text-align: center;
	height: 1.25rem;
	line-height: 1.25rem;
	font-size: 16px;
	color: #ffffff;
}
.dingbu_zhuanye1_right{
	width:12.5rem;
	float: left;
}
.dingbu_zhuanye1_right ul li{
	float: left;
	width: 1.5625rem;
}
.dingbu_zhuanye1_right ul li a{
	display: block;
	width: 100%;
	height: 1.05rem;
	text-align: center;
	padding-top: 0.2rem;
	font-size: 16px;
	color: #ffffff;
	background: url(../images/index_zhuanye_line.png) right center no-repeat;
}
.dingbu_zhuanye1_right ul li a.dingbu_zhuanye1_right_line{
	background-image: none;
}
.dingbu_zhuanye1_right ul li a img{
	vertical-align: top;
}
.dingbu_zhuanye1_right ul li:hover a{
	background-color: #9c1400;
	background-image: none;
}
.dingbu_zhuanye1_right ul li .dingbu_zhuanye1_right_on{
	background-color: #9c1400;
	background-image: none;
}
#foot{
	height:56px;
	background-color: #9c1400;
}
.foot1{
	width: 14rem;
	margin: 0 auto;
}
.foot_left{
	width: auto;
	float: left;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	color: #ffffff;
}
.foot_left a{
	color: #ffffff;
}
.foot_right{
	width: auto;
	float: right;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	color: #ffffff;
}
.foot_right a{
	color: #ffffff;
	padding: 0 10px;
}











.zhengshuchaxun_jieguo{
	width: 1000px;
	position: fixed;
	z-index: 9999;
	left:50%;
	margin-left: -500px;
	top:50%;
	margin-top: -150px;
	background-color: #ffffff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
	border-radius: 8px;
}
.zhengshuchaxun_jieguo_up{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	position: relative;
	background-color: #9c1400;
	border-radius: 8px 8px 0 0;
}
.zhengshuchaxun_jieguo_up img{
	vertical-align: top;
	position: absolute;
	z-index: 99;
	top:0;
	right:30px;
}
.zhengshuchaxun_jieguo_down{
	width: 100%;
	font-size: 16px;
	color: #333333;
	padding: 30px;
	box-sizing: border-box;
}

/* 证书查询结果弹窗遮罩 */
.zhengshuchaxun_overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9998;
}

/* 关闭按钮 */
.zhengshuchaxun_close{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 28px;
	color: #ffffff;
	cursor: pointer;
	transition: all 0.3s;
}
.zhengshuchaxun_close:hover{
	color: #ffcccc;
	transform: translateY(-50%) scale(1.1);
}





















/*分页*/
.diypage {
    text-align: center;
    padding: 5px;
    padding: 50px 0;
}
.diypage ul.pagination{ width: auto!important; }
.diypage ul.pagination li {
    display: inline
}

.diypage ul.pagination li a {
    display: inline-block;
    background-color: #F9F9F9;
    border: 0 none;
    border-radius: 6px;
    font-size: 14px;
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #F9F9F9;
    padding: 0 8px;
    color: #9c1400
}

.diypage ul.pagination li a:hover {
    background-color: #9c1400;
    color: #FFF
}

.diypage ul.pagination li a:active {
    background-color: #9c1400;
    color: #FFF
}

.diypage ul.pagination li.active a {
    background-color: #9c1400;
    border: 0 none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #9c1400;
}

.diypage ul.pagination li.disabled a {
    border: #eee 1px solid;
    margin: 2px;
    color: #ddd
}
/*分页*/



































































