.top{
	height: 100px;
	line-height: 100px;
    vertical-align: middle;
}
.logo{
	margin-top: 15px;
}
.search-area input{
	height: 40px;
	line-height: 40px;
	width: 220px;
	padding: 0 10px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	font-size: 12px;
}
.search-area button{
	height: 40px;
	width: 40px;
	background-color: #d8171a;
	border: 0;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-left: -5px;
}


.nav{
	background: #f2f2f2;
	height: 50px;
}
.nav li{
	float: left;
	text-align: center;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	width: 11.1%;
}
.nav li a:hover{
	background: #d8171a;
	color: #fff;
}
.nav li .curent{
	background: #d8171a;
	color: #fff;
}

/*动态导航栏*/
.nav ul>li:hover{
  background:#d8171a;
}
.nav .ul-item{
  position: relative;
}
.nav .ul-item .item-list{
  padding: 0;
    display: none;
    position: absolute;
    border-top: 2px solid #d8171a;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 6px 0px rgba(2, 0, 4, 0.1);
}

.nav .ul-item .item-list li
{
    width: 133px;
}

.nav .ul-item .item-list  li a {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #333;
    padding: 0 10px;
    text-align: center;
    background-color: #fff;
}

.nav .ul-item .item-list  li a:hover
{
      color: #d8171a;
    }

.nav .ul-item .item-list dl a{
  color: #fff;
}
.nav .ul-item .item-list dl{
  height:100px;
  line-height:36px
}

.nav .ul-item:hover>.item-list{
  display: block;
}
.nav .ul-item:hover>.item-list dl:hover{
  background:#d8171a;
}
.nav .ul-item:hover>.item-list>dl:hover>a{
  color:#fff;
}
/*end导航栏*/



/*三级目录*/
.drop-down2{
	position: relative;
}
.drop-down-content2{
	position:absolute;
	left:102%;
	top:0;
	background: #fff;
	z-index: 100;
	display: none;
}
.drop-down2:hover > .drop-down-content2{
	display: block;
}
.drop-down2:hover > .drop-down-content2 > li:hover a{
	color:#d8171a;
}


.banner
{
    margin: 0 auto;
    width: 1200px;
	margin-top: 20px;
}

.left{
	width: 750px;
}
.right{
	width: 380px;
}
.border_top{
	border-top: 2px solid #d8171a;
}
h1{
	font-size: 24px;
	color: #d8171a;
	font-weight: normal;
	margin: 22px 0 20px 0;
}
.pro_area{
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.pro_area h2{
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-weight: normal;
	border-left: 3px solid #d8171a;
	padding-left: 10px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	}
.pro_area ul li{
	float: left;
	border-right: 1px solid #b3b3b3;
	padding-right: 24px;
	margin-right: 24px;
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
}
.pro_area ul li a:hover{
	color: #d8171a;
}
.tab{
	float: right;
	margin-top: 30px;
}
.tab a{
	float: left;
	width: 80px;
	height:28px;
	line-height:28px;
	background:#f7f5f5;
	margin-left: 10px;
	text-align: center;
}
.tab a:hover{
	background: #d8171a;
	color: #fff;
}
.tab .curent
{
    background: #d8171a;
	color: #fff;
}


.seav_pro ul 
{
   overflow:hidden;
   margin:30px 0 30px 0;
    }


.seav_pro li 
{
   width:33.3%;
   float:left;
    }

.seav_pro li img
{
   position:relative;
   top:-4px;
    }
.seav_pro li h2
{
    display:inline;
    }
    
    


.new_top .title{
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
}
.new_top .title:hover{
	color: #d8171a;
	cursor: pointer;
}
.new_top span{
	float: right;
	text-align: right;
	color: #808080;
}
.new_top p{
	color:#808080;
	margin: 15px 0;
	line-height: 24px;
}
.new_list1 li{
	float: left;
	width: 50%;
	border-left: 3px solid #d8171a;
	box-sizing: border-box;
	height: 14px;
	line-height: 14px;
	margin: 8px 0;
	padding-left: 10px;
} 
.new_list1 li a:hover{
	color: #d8171a;
}
.more{
	color: #d8171a;
	text-align: right;
	margin-top: 20px;
}
.new_list2 li{
	height: 36px;
	line-height: 36px;
}
.new_list2 li a{
	display: inline-block;
	background: url(../images/icon2.png) no-repeat left;
	padding-left: 15px;
}
.new_list2 li a:hover{
	color: #d8171a;
}
.new_list2 li span{
	text-align: right;
	float: right;
	color: #808080;
}

.box_area{
	padding: 0 30px 25px 30px;
	background-color: rgb(255, 255, 255);
    box-shadow: 0px 2px 6px 0px rgba(2, 0, 4, 0.1);
}
.box_area form label{
	display: block;
}
.box_area form input{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
	border-radius: 4px;
	padding-left: 10px;
	margin: 12px 0;
}
.box_area a{
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #d8171a;
	text-align: center;
	border-radius: 4px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
}
.color{
	background: #d8171a;
	color: #fff;
}
.enterpr{
	background: #f5f5f5;
	padding: 25px 30px;
}
.enterpr h1{
	margin-top: 0;
}
.enterpr p{
	line-height: 28px;
}


.box_list{
	padding: 0 30px;
	background: #fff;
	height: 300px;
	overflow: auto;
}



.box_list li
{
	margin: 10px auto;
	overflow:hidden;
	text-align:center;
}
.box_list img{
	width:100%;
}



.link{
	border-top: 1px solid #e3e3e3;
	margin-top: 30px;
}
.link li{
	float: left;
	margin-right: 6px;
	margin-bottom:6px;
}
.link li:last-child{
	margin: 0;
}
.foot{
	margin-top: 40px;
	background: #f2f2f2;
	border-top:1px solid #d6cece;
	text-align: center;
	padding: 15px 0;
}
.foot ul{
	display:inline-block;
	margin: 10px 0;
}
.foot ul li{
	float: left;
	display: inline-block;
	margin: 0 30px;
	
}
/* 列表页 */
.page_adress{ 
	height:60px; 
	line-height:60px; 
	text-align:right; 
	font-size:13px; 
	border-bottom:#d9d9d9 1px solid; 
	margin-bottom:20px; 
	/*background-image:url(../images/weizhi.png); */
	background-repeat:no-repeat; 
	background-position:1035px;}
.page_adress span{ 
	color:#d8171a;
	}
.lt_nav h1{
	font-size:16px;
	height:50px; 
	line-height:50px; 
	background-color: #d8171a;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-top: 0;
	margin-bottom: 15px;
}
.lt_nav{
	width:240px;
}
.lt_nav dl dd{ 
	font-size:14px;
	 height:44px; 
	 line-height:44px; 
	 display:block; 
	 background-color:#fafafa; 
	 text-align: center; 
	 border-bottom:1px solid #f0f0f0; 
	 box-sizing:border-box;
	 }
.lt_nav dl dd:hover a{
	color: #d8171a;
}
.lt_nav dl:last-child{
	border: none;
}
.lt_nav .current{ 
	color:#d8171a;
	font-weight: bold;
	}
.rt_list{
	width: 920px;
}
.list_date div{ background-color:#4268ba; height:38px; line-height:38px; color:#fff; font-size:16px; font-weight:bolder; border-radius:4px 4px 0 0; margin-bottom:6px;}
.list3 span{ 
	font-size:16px; 
	color:#999999;
	float: right;
	}
.list_date{width:70px; text-align:center; margin-right:35px;}
.list3 a{ 
	font-size:15px; 
	display: inline-block;
	line-height: 30px;
	margin-bottom: 10px;
	}
.list3 a:hover{ 
	color:#d8171a; 
	}
.list3{ 
	border-bottom:1px solid #e5e5e5; 
	padding:15px 0 15px 0;
	}
.page_num{
	text-align: center;
}
.page_num ul{ 
	margin:0 auto;
	display: inline-block;
    /*width:400px;*/
   text-align: center;
 }
.page_num li{ 
	float:left;
	margin-left:8px; 
	margin-right:8px; 
	 height:26px; 
	 line-height:26px; 
	}
.page_num a{
	 display: inline-block;
	 border:1px solid #d9d9d9; 
	 box-sizing: border-box;
	 padding-left:10px; 
	 padding-right:10px; 
	 text-align:center; 
	 color:#999999;
	 }
.page_num a:hover{
	color:#fff; 
	border:none;
	border:1px solid #d8171a;
	background-color: #d8171a;
	}
.detail_title{
	margin-bottom:20px;
	text-align: center;
	}
.detail_title h2{
	 font-size:22px; 
	 color:#333333; 
	 font-weight:normal; 
	 margin-bottom:15px;
	 }
.detail_title span{ 
	color:#999999; f
	ont-size:15px;}
.textrear{
	border-bottom:1px dashed #d9d9d9;
	border-top:1px dashed #d9d9d9; 
	padding:25px 0; 
	margin-top:35px;
	}
	
.textrear a
{
	    display:inline;
}

/* 证书查询 */
.certificate_search{ width:550px; margin:40px auto;}
.certificate_search h2{font-size:22px; color:#333333; font-weight:normal; margin-bottom:40px; text-align:center;}
.text_box{ width:434px; height:46px; line-height:46px; border:2px solid #d9d9d9; border-right:0;}
.submit{ width:114px; height:50px; border:0; background-color:#d8171a; color:#fff;font-size:18px;cursor:pointer;}