@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #595c5b;
	overflow-x: hidden;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover, a:visited {
	text-decoration: none !important;
}

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;
}

/*头部*/

.container {
	padding: 0;
}

.header .container {
	position: relative;
}

/* 网站头部信息 */

.header-top {
	background: #f2f2f2;
	height: 43px;
	line-height: 43px;
}

.header-top p {
	font-size: 14px;
	color: #666;
	float: left;
	width: 50%;
	margin-bottom: 0;
}

.top-link {
	width: 50%;
	height: 43px;
	float: left;
	position: relative;
}

.top-link a {
	font-size: 14px;
	color: #666;
	display: block;
	float: right;
	padding: 0 9px;
	height: 43px;
	line-height: 43px;
	text-decoration: none;
}

.top-link a span {
	width: 22px;
	height: 43px;
	line-height: 43px;
	display: block;
	float: left;
	margin-right: 8px;
	text-align: right;
}

.top-link a span img {
	margin-bottom: 2px;
}

.top-link a:hover {
	color: #004293;
	text-decoration: none;
}

.top-link .ewmbox {
	position: absolute;
	z-index: 11;
	top: 170px;
	right: 5px;
	padding: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	background: #ececec;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.top-link .ewmbox.active {
	opacity: 1;
	filter: alpha(opacity=1);
	/* IE */
	-moz-opacity: 1;
	/* 老版Mozilla */
	-khtml-opacity: 1;
	/* 老版Safari */
	-webkit-transform: translateY(-170%);
	transform: translateY(-170%);
}

/* 网站logo */

.header-logo {
	padding: 10px 0 0;
   box-shadow: 0 5px 7px 0px rgba(0,0,0,.2);
    position: relative;
    z-index: 10;
	
}

.header-logo.fixDiv{
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
}

.header-logo .logo {
	width: 35%;
	float: left;
	display: block;
	margin-right: 23%;
    margin-top: 9px;
}

.navbar-toggle {
	display: none;
	position: relative;
	top: 8px;
	right: 0;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 15px;
	padding: 0;
	margin-right: 0;
	margin-left: 10px;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}

/*导航*/

.nav {
	width: 42%;
	float: left;
	position: relative;
	margin-top: 35px;
	margin-bottom: 20px;
}

.nav ul li {
	float: left;
	line-height: 49px;
	text-align: center;
	position: relative;
	margin-left: 50px;
}

.nav ul li:first-child{
	margin-left: 0px;
}

.nav ul li a {
	color: #666;
	height: 49px;
	font-size: 16px;
}

.nav ul li:hover a{
	color: #ff5722;
}


.nav ul li ul {
	display: none;
	position: absolute;
	top: 100%;
    right: 0;
	z-index: 33;
	 width: 300%;
    background: #fff;
	left: 0;
	padding: 10px 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.nav ul li+li+li+li+li ul{
    width: 240%;
}

.nav ul li ul:before{
position: absolute;
    top: -9px;
    left: 20px;
    width: 0;
    height: 0;
	content: '';
}

.nav ul li ul:after {
    position: absolute;
    top: -8px;
    left: 21px;
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-bottom: 8px solid white;
    border-left: 8px solid transparent;
    content: '';
}

.nav ul li:hover ul{
	display:block;
}

.nav ul li ul:before {
    position: absolute;
    top: -9px;
    left: 20px;
    width: 0;
    height: 0;
    content: '';
}

.nav ul li ul li {
	width: 100%;
	line-height: 37px;
	text-align: left;
	margin-left: 0;
}

.nav ul li ul li a {
	font-size: 14px;
	height: 37px;
	padding: 0 20px;
	color: #666;
}

.nav ul li:hover ul li a{
	color: #666;
}

.nav ul li ul li:hover a {
	color: #ff5722;
}

/* 首页轮播图 */

#full-width-slider {
	width: 100%;
}

#full-width-slider .rsGCaption {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	z-index: 32;
	font-size: 24px;
	color: #fff;
	padding: 23px 150px 23px 22px;
	background: url(../images/x-banner.png) repeat;
}

#full-width-slider .rsGCaption div {
	font-size: 16px;
	color: #484848;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

#full-width-slider .rsGCaption a {
	display: block;
	width: 100px;
	padding: 4px 0;
	text-align: center;
	border: 1px solid #9e9e9e;
	border-radius: 20px;
	color: #9e9e9e;
	margin-top: 8px;
}

/* 轮播切换按钮 */

#full-width-slider .rsArrow {
	display: none;
	width: 32px;
	height: 60px;
	z-index: 32;
}

#full-width-slider .rsArrowLeft {
	position: absolute;
	top: 42%;
	left: 35px;
}

#full-width-slider .rsArrowRight {
	position: absolute;
	top: 42%;
	right: 35px;
}

#full-width-slider .rsArrow .rsArrowIcn {
	width: 32px;
	height: 60px;
	margin: 0 auto;
}

/*#full-width-slider .rsArrowLeft .rsArrowIcn {
	background: url(../images/left-arrow.png) center no-repeat;
}

#full-width-slider .rsArrowRight .rsArrowIcn {
	background: url(../images/right-arrow.png) center no-repeat;
}
*/
#full-width-slider .rsBullets {
	position: absolute;
	right: 45%;
	bottom: 28px;
	z-index: 33;
}

#full-width-slider .rsBullet {
	width: 43px;
	height: 3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	margin: 0 4px;
}

#full-width-slider .rsBullet span {
	display: block;
	overflow: hidden;
	width: 43px;
	height: 3px;
	background:url(../images/banner-dian.png) repeat;
}

#full-width-slider .rsBullet.rsNavSelected span {
	background: #fff;
}

/*首页内容部分*/

.index-content {
	background: #fff;
}

.index-content1 {
	background: #f5f5f5;
}

.news-notice {
	margin: 30px 0 27px;
	padding-right: 0.55%;
}

/* 新闻中心 */

.news-box {
	padding-right: 4.08%;
	margin-top: 68px;
	margin-bottom: 30px;
	position: relative;
}


.news-box .title {
	font-size: 18px;
	color: #333;
	 height: 40px;
	 line-height: 40px;
	 margin-bottom: 14px;
	 margin-top: 0;
}

.news-box .title span{
	font-size: 24px;
	color: #555;
	margin-right: 15px;
}

.news-box .tab {
	position: absolute;
	right: 2%;
	top: -55px;
	margin-bottom: 8px;
}

.news-box .tab li{
	float: right;
    margin-left: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
	background-color: #7f7f7f;
	background-image: url(../images/new-tab.png);
	background-position: 12% center;
	background-repeat: no-repeat; 
	padding: 0 33px;
	cursor: pointer;
}

.news-box .tab li.tab-active{
	background-color: #004293;
	/* background-image: url(../images/new-tab.png);
	background-position: 12% center;
	background-repeat: no-repeat;  */
}

.news .pull-left{
	margin-right: 40px;
	width: 202px;
	height: 128px;
	overflow: hidden;
}

.news .pull-left img{
	width: 100%;
	min-height: 100%;
	transition: all .3s ease-in-out;
}
.news .pull-left:hover img{
transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.news .media-body h5{
	font-size: 16px;
	color: #414040;
	line-height: 30px;
	 height: 30px;
	 margin: 10px  20px 5px 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}

.news .media-body p{
	font-size: 14px;
	color: #a5a5a5;
	line-height: 20px;
	padding-right: 10px;
	height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news .media-body .more{
	display: block;
	margin-top: 15px;
	font-size: 14px;
	color: #666;
}

.news .media-body .more img{
	margin-left: 5px;
	margin-bottom: 2px;
}

.news ul {
	margin: 40px 0 0;
}

.news ul li {
	padding-left: 13px;
	background: url(../images/list-dian.png) left center no-repeat;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}

.news ul li p {
	float: left;
	width: 71%;
	font-size: 14px;
	color: #414040;
	line-height: 35px;
	height: 35px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news ul li:hover p {
	color: #004293;
}

.news ul li .time {
	float: left;
	width: 28%;
	text-align: right;
	font-size: 14px;
	color: #484848;
	line-height: 35px;
	height: 35px;
	margin-right: 1%;
}

/* 首页简介 */
.index-about{
   padding-left: 0.83%;
   margin-top: 68px;
}

.index-about .index-about-box{
	width: 67.5%;
    margin-right: 0.5%;
    float: left;
    background: url(../images/index-about.jpg);
    background-size: 100% 100%;
	background-repeat: no-repeat;


}

.index-about .index-about-box h4{
	margin-top: 72px;
	font-size: 18px;
	color: #fff;
	margin-left: 25px;
	 float: left;
	 margin-right: 12px;
	 margin-bottom: 40px;
}

.index-about .index-about-box h5{
	color:#9ea3b5;
	font-size: 14px;
	text-transform:Uppercase;
	margin-top: 75px;
	margin-bottom: 44px;
}

.index-about .index-about-box1{
	width: 32%;
	float: left;
	overflow: hidden;
}

.index-about .index-about-box1 .about-right{
	height: 205px;
	overflow: hidden;
}

.index-about .index-about-box p{
	font-size: 14px;
	color: #fff;
	line-height: 32px;
	margin: 0  30px 10px 25px;
}

.index-about .index-about-box p+p{
   height: 96px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.index-about .index-about-box .more{
	 display: block;
	padding-left: 25px;
	margin:34.9px 0;
	transition: all .3s ease-in-out;
}

.index-about .index-about-box .more:hover{
	padding-left: 40px;
}

.index-about .index-about-box1 .about-right1{
	 background: url(../images/index-about_img3.jpg);
	 background-size: 100% 100%;
	  background-repeat: no-repeat;
	  padding-top: 47px;
}

.index-about .index-about-box1 .about-right1 h4{
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin: 0 0 5px;
}

.index-about .index-about-box1 .about-right1 h5{
	font-size: 16px;
	color: #fff;
	 text-align: center;
	 margin: 0 0 45px;
}

.index-about .index-about-box1 .about-right1 .more{
	display: block;
    font-size: 12px;
    padding: 0 0 0 12px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    background: url(../images/about-more.png) repeat;
}

.index-about .index-about-box1 .about-right1 .more span{
	 float: right;
	font-size: 18px;
	color: #fff;
	margin-right: 13px;
}
/* 首页招标 */
.bidding {
	padding-right: 3.32%;
	margin-top: 20px;
	margin-bottom: 27px;
}

.bidding .tab-content .title {
	line-height: 55px;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
	margin-bottom: 10px;
}

.bidding .tab-content ul li {
	padding-left: 20px;
	background: url(../images/list-dian.png) left center no-repeat;
	overflow: hidden;
}

.bidding .tab-content ul li p {
	float: left;
	width: 71%;
	font-size: 14px;
	color: #414040;
	line-height: 33px;
	height: 33px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.bidding .tab-content ul li:hover p {
	color: #004293;
}

.bidding .tab-content ul li .time {
	float: left;
	width: 28%;
	text-align: right;
	font-size: 14px;
	color: #484848;
	line-height: 33px;
	height: 33px;
	margin-right: 1%;
}

/*选项卡样式*/
.tab-div {
	width:100%;  
     position: relative; /*作为选项卡内容的定位*/  
}
		
.tab {
	width: 100%;
    overflow: hidden;  
    margin: 0;  
    padding: 0;  
    position: relative;  
	z-index: 2;
	margin-bottom: 10px;  
}

.bidding .tab li{
	float: left;        
	font-size:18px; 
	padding-bottom: 15px;
	color: #414040;
    cursor: pointer;
    margin-right:50px;
}


.bidding .tab .tab-active {
	background: url(../images/tab-active.png) left bottom no-repeat; 
	background-size: 100% auto;
}  


.tab-content-show {  
	display: block;  
 }  
 
 .tab-content-hide {  
	display: none;  
 }  


/* 服务范围*/

.service {
	padding-left: 1%;
	margin-top: 5px;
}

.service .title {
	line-height: 55px;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin: 0 0 10px;
}

.service .title span {
	color: #797979;
	margin-left: 20px;
}

.service ul li{
	width: 100%;
	background: url(../images/service-icon11.jpg) 100% 100% no-repeat;
	padding: 21px 0;
	margin-bottom: 1px ;
}

.service ul li:hover{
    background: url(../images/service-iconhover11.jpg) 100% 100% no-repeat;
}

.service ul li+li{
	background: url(../images/service-icon21.jpg) 100% 100% no-repeat;
}

.service ul li+li:hover{
	background: url(../images/service-iconhover21.jpg) 100% 100% no-repeat;
}

.service ul li+li+li{
	background: url(../images/service-icon31.jpg) 100% 100% no-repeat;
}

.service ul li+li+li:hover{
	background: url(../images/service-iconhover31.jpg) 100% 100% no-repeat;
}

.service ul li .service-img{
	float: left;
	 width: 48px;
	 height: 49px;
	 line-height: 49px;
	 margin-left: 17%;
	 margin-right: 10%;
}

.service ul li .service-title {
    overflow: hidden;
}


.service ul li .service-title h4{
	font-size: 16px;
	color: #fff;
	margin: 10px 0 5px;
}

.service ul li .service-title p{
	font-size: 16px;
	color: #fff;
}

/* 底部信息 */
.footer-xinxi{
	border: 1px solid #ebebeb;
	margin: 30px 0 20px;
	height: 60px;
}

.tel{
	text-align: center;
	background: url(../images/tel-bk.png) right center no-repeat;
	 background-size: auto 100%;
	 padding: 18px 0;
}

.adder{
	float: left;
	margin: 10px 0;
	padding-left: 5%;
}

.adder p{
	font-size: 14px;
	color: #969696;
	line-height: 20px;
}

.contact-icon{
	position: relative;
	margin: 17px 0;
}

.contact-icon a{
	 float: right;
	 margin-right: 18%;

}

.contact-icon .wechatbox {
	position: absolute;
	z-index: 9;
	top: 40px;
	right: 5px;
	padding: 5px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	background: #ececec;
	-webkit-transform: translateY(40%);
	transform: translateY(40%);
	-webkit-transition: all .3s;
	transition: all .3s;
}


.contact-icon .wechatbox.active {
	opacity: 1;
	filter: alpha(opacity=1);
	/* IE */
	-moz-opacity: 1;
	/* 老版Mozilla */
	-khtml-opacity: 1;
	/* 老版Safari */
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.contact-icon .wechatbox img{
	width: 85px;
}





/* 大图片 */

.banner {
	position: relative;
}

.banner img {
	width: 100%;
}

/* 内容页 */
/*当前位置*/

.loaright {
	height: 52px;
	line-height: 52px;
	-moz-box-shadow: 1px 2px 15px rgba(168, 168, 168, 0.32);
    -webkit-box-shadow: 1px 2px 15px rgba(168, 168, 168, 0.32);
	box-shadow: 1px 2px 15px rgba(168, 168, 168, 0.32);
	
}

.loaright .container{
	position: relative;
}

.loaright h3{
	font-size: 16px;
	color: #757575;
	font-weight: normal;
	float: left;
	margin-left: 25%;
	border-left: 3px solid #0e9a77;
	padding-left: 14px;
}

.loaright .location  {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 16px;
	background: url(../images/location.png) left center no-repeat;
	padding-left: 23px;
}

.loaright .location  a {
	font-size: 14px;
	color: #757575;
	background: url(../images/location-nav.png) 8px center no-repeat;
	padding-left: 22px;
}

.loaright .location  a:first-child{
	background: none;
	padding-left: 0;
}



/* 左边 */

.left-nav {
	padding-right: 3.5%;
	position: relative;
	
}

.left-nav .left-nav-title{
   /* display: none;*/
	position: absolute;
	left: 0;
	top: -86px;
	 background-color: #054d99;
	 background-image: url(../images/current.png);
	 background-position: 6% center;
	  background-repeat: no-repeat;
	 border-radius: 5px 5px 0 0;
	 border-bottom: 4px solid #0e9a77;
	  width: 86%;
	  padding-top: 28px;
	padding-bottom: 30px;

}

.left-nav .left-nav-title+ .left-nav-title{
    display: block;
}

.left-nav .left-nav-title+ .left-nav-title+ .left-nav-title{
    display: none;
}

.left-nav .left-nav-title p {
	font-size: 18px;
	color: #f3f3f3;
	padding-left: 25%;
}

.left-nav .left-nav-title h2 {
	font-size: 16px;
	color: #f3f3f3;
	font-weight: normal;
	margin: 0;
	padding-left: 25%;
}

.left-nav ul{
	padding-top:19px;
	padding-bottom: 30px;
	margin-top: 19px;
	border-left: 1px solid #ededed;
	border-right: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	background: #fdfdfd;
}

.left-nav ul li {
	height: auto;
	line-height: 45px;

}

.left-nav ul li a {
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #333;
	text-align: left;
}

.left-nav ul li a span{
	width: 6px;
	height: 100%;
	display: block;
	float: left;
	background: #fdfdfd;
	margin-left: 2px;
	margin-right: 18%;
}

.left-nav ul li:hover a {
	background: #054d99;
	color: #fff;
}



.left-nav ul li.active a {
	background: #054d99;
	color: #fff;
}


/* 右边 */

.right-box {
	padding-left: 0.25%;
	margin-top: 40px;
	margin-bottom: 70px;
}

.right-list {
	background: #fff;
}

/* 当前栏目 */

.column {
	font-size: 24px;
	color: #174488;
	margin-bottom: 26px;
}

/* 简介页 */

.about h2 {
	font-size: 30px;
	color: #000;
	line-height: 42px;
	margin: 20px 0 5px;

}

.about h4{
	font-size: 14px;
	font-family:"Arial,Italic";
	color: #adadad;
	margin: 0 0 38px;

}

.about p {
	color: #6e6e70;
	font-size: 16px !important;
	line-height: 32px !important;
	/*margin-bottom: 40px;*/
	text-indent: 2em;
	margin-bottom: 10px;
}

.about p img {
	max-width: 100%;
    display: block;
}

/* 列表页 */
.list ul {
	min-height: 320px;
}
.list ul li {
	padding-left: 13px;
	background: url(../images/list-dian.png) left center no-repeat;
	border-bottom: 1px solid #e8e8e8;
	overflow: hidden;
}

.list ul li p {
	float: left;
	width: 71%;
	font-size: 16px;
	color: #414040;
	line-height: 48px;
	height: 48px;
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.list ul li:hover p {
	color: #004293;
}

.list ul li .time {
	float: left;
	width: 28%;
	text-align: right;
	font-size: 16px;
	color: #484848;
	line-height: 48px;
	height: 48px;
	margin-right: 1%;
}

/* 图文列表页 */

.list-img ul{
	margin-left: -2%;
	overflow: hidden;
}
.list-img ul li {
	width: 31.33%;
	 float: left;
	margin-left: 2%;
	margin-bottom: 30px;
}

.list-img ul li .list-img-box{
	 background: #ececec;
	 padding:16px;
	  overflow: hidden;
}

.list-img ul li .list-img-box .list-img-box-over{
	width: 100%;
	height: 157px;
	overflow: hidden;

}

.list-img ul li .list-img-box img{
	 width: 100%;
	 min-height: 100%;
}

.list-img ul li .list-img-text{
	font-size: 16px;
	 text-align: center;
	 margin: 10px 0;

}

/*内容页*/

.article {
	padding-bottom: 40px;
	width: 100%;
	margin: 0 auto ;
}

.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: 22px;
	color: #005c95;
	line-height: 30px;
	margin: 8px 0;
	height: auto;
	border-bottom: none;
}

.article h3.subtitle {
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0
}

.article h4.information {
	margin: 15px 0 10px;
	text-align: center;
	font-size: 14px;
	color: #888;
	padding: 15px 0;
	border-bottom: 1px solid #dfdfdf;
}

.article .content {
	color: #333;
	font-size: 16px;
	line-height: 36px;
	min-height: 250px;
	padding-bottom: 15px;
	margin-top: 20px;
}

.article .content p {
	margin: 5px 0;
	color: #333;
	font-size: 16px;
	line-height: 36px;
}

.article .content p img {
	max-width: 100%;
}



/*尾部*/

.footer {
	background: #4c4c4c;
	padding: 50px 0 55px;
	text-align: center;
}

.footer p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.footer p a {
	color: #fff;
	text-decoration: none;
}

/*分页栏*/

.list .pagination li{
       background: none;
    border-bottom: none;
}

.pagebar {
	margin: 40px auto;
}

.p_first_d, .p_last_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
	background: #fff;
}

.p_first, .p_last {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
	background: #fff;
}

.p_prev_d, .p_prev {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 12px 4px;
	display: inline-table;
	background: #fff;
}

.p_no {
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	color: #595c5b;
	background: #fff;
}

.p_no_d {
	background: #174488;
	color: #fff;
	padding: 5px 11px;
	border: 1px solid #e8e8e8;
	margin: 0px 4px;
	display: inline-table;
}

.p_next, .p_next_d {
	font-size: 14px;
	color: #808080;
	padding: 5px 11px;
	margin: 12px 0 12px 4px;
	border: 1px solid #e8e8e8;
	display: inline-table;
	background: #fff;
}

/*兼容ie*/