@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	background: #f5f5f5;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover, a:visited {
	text-decoration: none;
}

a:hover {
	color: #006ec7;
}

p, ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3, .col-sm-3, .col-xs-12, .col-md-4, .col-md-6, .col-md-12, .col-sm-6, .col-xs-12, .col-sm-12 {
	padding: 0;
}

/*头部*/
.header{
	 background-color: #1b4383;
	 background-image: url(../images/header.jpg);
	 background-position: right top;
	 background-repeat: no-repeat;
	 padding: 15px 0 10px;

}

.container {
	padding: 0;
}

.header .logo {
	display: block;
	width: 45%;
	float: left;
	margin-top: 10px;
}

.navbar-toggle {
	display: none;
	position: inherit;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 10px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 25px;
	border: none;
	border-radius: 0px;
}




/*搜索*/
.searchbox{
	 width: 35%;
	 margin: 0 0 0 auto;
	border: 1px solid #fff;
	border-radius: 8px;
}
.search {
	 width: 55%;
	float: right;
}

.search_kang {
	width: 88%;
	padding-left: 4%;
	height: 34px;
	background: none;
	outline: none;
	color: #a9afbe;
}

.search-button {
	outline: none;
	vertical-align: bottom;
	margin-bottom: 5px;
}

.searchbox .search_kang::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #a9afbe;
	font-size: 14px;
}

.searchbox .search_kang:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #a9afbe;
	font-size: 14px;
}

.searchbox .search_kang::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #a9afbe;
	font-size: 14px;
}

.searchbox .search_kang:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #a9afbe;
	font-size: 14px;
}

/*导航*/

.nav {
	width: 55%;
	 float: right;
}

.nav ul li {
	float: left;
	height: 59px;
	text-align: center;
	margin-left: 7%;
	position: relative;
	white-space: nowrap;
	z-index: 99;
}

.nav ul li:first-child {
	margin-left: 0;
}

.nav ul li a {
	 display: block;
	color: #fff;
	line-height: 59px;
	font-size: 18px;
}

.nav ul li a::after {
    content: '';
    display: block;
    margin: -8px auto 0;
	height: 5px;
	border-radius: 3px;
    width: 0;
    background:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.nav ul li:hover a::after {
	width:100%;
}

.nav ul li.active a::after {
	width: 100%;
}

/* 首页内容部分 */

.index-content {
	background: #f5f5f5;
	padding: 15px 0 ;
}

.index-link ul{
	overflow: hidden;
}

.index-link ul li{
	margin: 10px 0 10px 14px;
	float: left;
}

.index-link ul li a{
	 display: block;
	color: #333;
	font-size: 16px;
	padding: 8px 15px;
	background: #FFF;
	border: 1px solid #d3d3d3;
	 border-radius: 5PX;

}

.index-link ul li:hover a{
	 background: #1b4383;
	 border: 1px solid #1b4383;
	 color: #fff;

}

.tab{
	background: #1b4383;
	overflow: hidden;
	position: relative;
	padding-right: 40px;
	 height: 57px;
                 margin-top: 10px;
    z-index: 11;
}

.tab li{
	color: #fff;
	font-size: 18px;
	 float: left;
	 padding: 6px 20px;
     cursor: pointer;
	 margin: 10px 0px 10px 25px;
}

.tab li.tab-active{
-moz-box-shadow: inset 0 3px 5px rgba(0,0,0,1);
-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,1);
box-shadow: inset 0 3px 5px rgba(0,0,0,1);
}

.tab .icon{
	position: absolute;
	right: 10px;
	top: 7px;
	 width: 45px;
	 height: 45px;
	 background: url(../images/tab-arrow.png) center no-repeat;
    z-index: 22;

}


.list-img {
	padding-bottom: 7px;
	margin-top: 20px;
}

.list-img ul{
	margin-left: -1.985%;
	min-height: 400px;
}

.list-img ul li {
    width: 23.015%;
    float: left;
    margin-left: 1.985%;
	background: #fff;
	 margin-bottom: 37px;
}

.list-img ul li:hover{
	 background: #1b4383;

}

.list-img ul li .img-box{
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.list-img ul li .img-box img{
	width: 100%;
	min-height: 100%;
}

.list-xinxi{
	padding: 5px 12px 9px;
}

.list-img ul li .list-xinxi .text-title{
	font-size: 16px;
	color: #1b4383;
	line-height: 30px;
	margin: 0 ;
                height: 26px;
                 overflow: hidden;
                text-overflow: ellipsis;
                  white-space: nowrap;
              
}

.list-img ul li:hover .list-xinxi .text-title{
	color: #fff;
}

.list-img ul li .list-xinxi .text-xinxi{
	font-size: 14px;
	color: #666;
}

.list-img ul li:hover .list-xinxi .text-xinxi{
	color: #fff;
}

.list-xinxi .text-xinxi .list-use{
	background: url(../images/user-img.png) left center no-repeat;
	padding-left: 22px;
}

.list-img ul li:hover .list-xinxi .text-xinxi .list-use{
	background: url(../images/user-img-hover.png) left center no-repeat;
}

.list-xinxi .text-xinxi .list-time{
	background: url(../images/time-img.png) left center no-repeat;
	padding-left: 22px;
	margin-left: 12px;
}

.list-img ul li:hover .list-xinxi .text-xinxi .list-time{
   background: url(../images/user-img-hover.png) left center no-repeat;

}

.link {
	background: #1b4383;
	text-align: center;
	padding: 20px 0;
}

.link h3 {
	font-size: 18px;
	color: #fff;
	display: inline-table;
	margin: 0;
}

.link ul {
	display: inline-table;
	vertical-align: text-bottom;
}

.link ul li {
	display: inline-table;
	font-size: 16px;
	color: #fff;
	margin-top: 3px;
}

.link ul li a {
	font-size: 16px;
	color: #fff;
	margin: 0 20px;
}



/*内容页*/

.gray-content{
	padding: 10px 0;

}

.article {
	background: #fff;
	padding: 30px 70px;
	margin-top: 10px;
}

.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: center;
	font-size: 24px;
	font-weight: normal;
	color: #1b4383;
	line-height: 36px;
	margin: 8px 0;
	border-bottom: none;
}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #888;
	padding: 15px 0 30px;
	 background: url(../images/xinxi-bolid.png) left bottom no-repeat;
}

.article .content {
	color: #333;
	font-size: 16px;
	line-height: 36px;
	min-height: 250px;
	padding-bottom: 15px;
	margin-top: 20px;
}

.article .content h3{
	 font-size: 18px;
	 color: #1b4383;
	 margin-top: 20px;

}

.article .content p {
	color: #333;
	font-size: 16px;
	line-height: 36px;
	padding-left: 10px;
}

.article .content p img {
	max-width: 100%;
}


/* 查询页面 */
.chaxun{
 background: #fff;
}
.header-chaxun{
	background: #fff;
	padding: 32px 0 26px;
}
.chaxun-title{
	
	 border-bottom: 1px solid #dcdcdc;
}

.chaxun-title h4{
	font-size: 18px;
	color: #1b4383;
	margin: 0;
	height: 48px;
	line-height: 48px;
}

.chaxun-content{
	background: #fff;
	margin-bottom: 40px;
}

.chaxun-banner{
	      background-color: #004582;
    background-image: url(../images/chaxun-img.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 60px 0 80px;
}

.chaxun-banner h4{
	font-size: 30px;
	color: #fff;
	 text-align: center;
	 margin-bottom: 55px;
}

.chaxun-banner .chaxun-box{
	width: 61.5%;
	 margin: 0 auto;
	 overflow: hidden;
	 
	 border-bottom: 1px solid #6e87af;
	 border-right: 1px solid #6e87af;
}

.chaxun-banner .chaxun-kuang{
	font-size: 18px;
	color: #fff;
	border-top: 1px solid #6e87af;
	border-left: 1px solid #6e87af;
	padding: 20px ;
}

.chaxun-banner .chaxun-kuang1{
	font-size: 18px;
	color: #dc7054;
	 text-align: center;
	border-top: 1px solid #6e87af;
	border-left: 1px solid #6e87af;
	padding: 20px 0;

}

.chaxun-list ul{
	margin-left: -2%;
}

.chaxun-list ul li{
	width: 31.33%;
	margin-left: 2%;
	float: left;
	background: #f6f6f6;
	margin-top: 28px;
}

.chaxun-list ul li a{
	 display: block;
	padding: 15px 25px 6px;
}

.chaxun-list ul li a .chaxun-new{
	font-size: 16px;
	color: #333;
	line-height: 24px;
	height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.chaxun-list ul li a .chaxun-time{
	font-size: 16px;
	color: #999;
}

.chaxun-sign{
	background: url(../images/chaxun-sign.jpg) center  no-repeat;
	padding: 54px 0;
}

.chaxun-sign .sign-box{
	width: 440px;
	margin: 0 46px 0 auto;
	 background: #fff;
	 padding: 45px 0 30px;
	 overflow: hidden;

}

.chaxun-sign .sign-box .sign-input{
	border: 1px solid #dcdcdc;
	 margin:0 30px 20px 30px;
	 padding: 10px 13px;
	 border-radius: 5px ;
}

.chaxun-sign .sign-box .sign-input1{
	width: 240px;
	border: 1px solid #dcdcdc;
	 margin:0 10px 20px 30px;
	 padding: 10px 13px;
	 border-radius: 5px ;
	  float: left;
}

.chaxun-sign .sign-box .sign-input3{
	margin:0 30px 20px 30px;
}

.chaxun-sign .sign-box .sign-input label{
	font-size: 16px;
	color: #333;
	margin-bottom: 0;
	margin-right: 16px;
	 width: 64px;
	 float: left;
	display:block; 
	text-align:justify;
   	text-align-last:justify;

}

.chaxun-sign .sign-box .sign-input1 label{
	font-size: 16px;
	color: #333;
	margin-bottom: 0;
	margin-right: 16px;
	width: 64px;
	 float: left;
	display:block; 
	text-align:justify;
   	text-align-last:justify;

}


.chaxun-sign .sign-box .sign-input1 input{
	width: 130px;
	outline: none;
}

.chaxun-sign .sign-box .sign-input select{
	width: 260px;
	outline: none;
	font-size: 16px;
	color: #333;
}

.chaxun-sign .sign-box .sign-input select option{
	height: 35px;
	line-height: 35px;
}
#v_container{
	width: 130px;
	height: 43px;
	 float: left;
}

.chaxun-sign .sign-box .sign-input3 .button-submit{

	 background: #1b4383;
	 border-radius: 5px;
	 width: 215px;
	 padding: 12px 0;
	 color: #fff;
	 font-size: 24px;
	 margin-right: 20px;

}

.chaxun-sign .sign-box .sign-input3 .button-reset{
	background: #c9c9c9;
	border-radius: 5px;
	width: 140px;
	padding: 12px 0;
	color: #333;
	font-size: 24px;
}

/*尾部*/

.footer {
	padding: 18px 0 ;
	text-align: center;
}

.footer p {
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #333;
	line-height: 30px;
}


/*分页栏*/

.pagebar {
	margin: 20px auto;
}

.p_first_d, .p_last_d {
	 display: none;
	font-size: 14px;
	color: #808080;
	padding: 3px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	
}

.p_first, .p_last {
	 display: none;
	font-size: 14px;
	color: #808080;
	padding: 3px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
}

.p_prev_d, .p_prev {
	font-size: 14px;
	color: #808080;
	padding: 3px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
	background: #fff;
}

.p_no {
	padding: 3px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	color: #595c5b;
	background: #fff;
}

.p_no_d {
	background: #1b4383;
	color: #fff;
	padding: 3px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	display: inline-table;
}

.p_next, .p_next_d {
	background: #fff;
	font-size: 14px;
	color: #808080;
	padding: 3px 11px;
	margin: 12px 0 12px 4px;
	border: 1px solid #e8e8e8;
	display: inline-table;
	
}

/*兼容ie*/

.ie7 .container, .ie8 .container {
	max-width: 1200px;
}

.ie7 .index-news {
	width: 58%
}

.ie7 .index-content {
	padding-bottom: 70px;
}

.ie7 .left-box {
	width: 23.2%;
	margin-right: 2.8%;
	padding-right: 0;
}

.ie7 .right-box {
	width: 74%;
}

.ie7 .footer .footer-right {
	width: 19%;
}

.ie8 .index-news {
	width: 58%
}

.ie8 .left-box {
	width: 25%;
}

.ie8 .right-box {
	width: 75%;
}