@charset "utf-8";
html{
	font-family:Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%;
	-webkit-text-size-adjust:none;/*取消浏览器最小字体限制*/
}
*{
	padding:0;
	margin:0;
	outline:none;
}
ol,li,ul,dl,dt,dd{
	list-style:none;
}
img{
	border:0;
}
a{
	text-decoration:none;
	color:inherit;
}
i{
	font-style:normal;
}
h1, h2, h3, h4, h5, h6 { 
	font-size:inherit;
	font-weight:lighter;
}
button,submit {
	cursor:pointer;
}
table {
	border-collapse:collapse; 
	border-spacing:0;
}
b,em,i{
	display:inline-block;
	font-weight:normal;
	font-style:normal;
}

body{
    max-width:720px;
    margin:0 auto;
	font-family:"微软雅黑",Microsoft YaHei;
	background-color:#fff;
}
::-webkit-input-placeholder { /* WebKit browsers */
	font-size: .8rem;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	font-size: .8rem;
}
::-ms-input-placeholder { /* Internet Explorer 10+ */
	font-size: .8rem;
}


header{
	width:100%;
	max-width:720px;
	height:3.5rem;
	line-height:3.5rem;
	background:#fff;
    z-index:999;
	position:fixed;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#logo{
    width: 35%;
    max-width: 140px;
    text-align: center;
    position: absolute;
    left: 3%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#logo img{
    width: 100%;
    height: auto;
    float: left;
}
#tel{
	max-width: 40%;
    font-size: .9rem;
    line-height: 1.5rem;
    color:#fff;
    position: absolute;
    right: 14%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
header .search{ 
	width:36%;
	height:1.5rem;
	float:right;
	line-height:1.5rem;
	border:1px solid #d1d1d1;
	border-radius:.5rem;
    position: absolute;
    right: 16%;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
#input_search_text_psh{
	width:calc(100% - 26px);
	height:1.5rem;
	float:left;
	border:0;
	font-size:.8rem;
	padding-right:5px;box-sizing: border-box;
	background:none;
}
#input_search_btn_psh{
	width:16px;
	height:16px;
	float:left;
	background:url(/images/imgs/ss.png) no-repeat center center;
	background-size:100%;
	border:0;
	color:#fff;
	margin:5px;
}

#header.active{
	background-color:#688cad;
	transition:background .5s;
	 /* Firefox 4 */
	-moz-transition:background .5s;
	 /* Safari and Chrome */
	-webkit-transition:background .5s;
	 /* Opera */
	-o-transition:background .5s;
}

#main{
	width:100%;
	height:auto;
	float:left;
	margin-top:3.5rem;
	margin-bottom:4rem;
}
.owl-carousel .item img { display:block; width:100%;height:auto;float:left;}
.ke-zeroborder { background:#fff; width:100%;}


/**统计 str**/
.shuju{
	width:100%;
	height:auto;
	float:left;
}
.statistics{
	width:96%;
	height:60px;
	float:left;
	margin:10px 2% 0 2%;
	background-color:#fff;
	
	-webkit-box-shadow: 1px 0px 3px 1px #e3e2e5;
    -moz-box-shadow: 1px 0px 3px 1px #e3e2e5;
    -ms-box-shadow: 1px 0px 3px 1px #e3e2e5;
    -o-box-shadow: 1px 0px 3px 1px #e3e2e5;
    box-shadow: 1px 0px 3px 1px #e3e2e5;
	display:flex;
}
.statistics li{flex:1;float:left;height:100%;border-left:1px solid #ddd;line-height:24px;text-align:center;overflow:hidden;font-size:.9rem;}
.statistics li.first{border-left:0; }
.statistics li .st{line-height:20px; color:#d60c00;margin-top:0px;}
.statistics li .st b{font-size:1rem;
	font-family: impact;
}
.statistics li .st em{
	color:#494949;
	font-size:.7rem;
}
.statistics li p{
	color:#494949;
	margin-top:9px;
	white-space:nowrap;
	overflow:hidden;
}
/**统计 end**/

.title-common{
	font-size:1rem;
	border-left:3px solid #d60c00;
	padding:10px 0 10px 8px;
	display: inline-block;
	background-color:#fff;
	width:calc(100% - 11px);
	color:#454545;
	
	-webkit-box-shadow: 1px 0px 3px 1px #e3e2e5;
    -moz-box-shadow: 1px 0px 3px 1px #e3e2e5;
    -ms-box-shadow: 1px 0px 3px 1px #e3e2e5;
    -o-box-shadow: 1px 0px 3px 1px #e3e2e5;
    box-shadow: 1px 0px 3px 1px #e3e2e5;	
}
.title-common a span.font_blue{
	color:#2e6ab4;
}
.title-common a{
	float:right;
	margin-right:10px;
	color:#fff;
	font-size:.8rem;
	width:50px;
	height:22px;
	line-height:25px;
	background-color:#d60c00;
	text-align:center;
	border-radius:5px;
}
/**媒体聚合**/
.media{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
}
.media ul{
	width:100%;
	height:auto;
	float:left;
	margin-top:5px;
}
.media li { text-align:center;float:left; width:33.3%;font-size:.9rem;}
.media li a { display:block; padding-top:65px; padding-bottom:8px; color:#424242; background-repeat:no-repeat; background-position:center 8px; -webkit-background-size:50px 50px; background-size:50px 50px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.media li.beidou a { background-image:url(/images/img/007@2x.png);}
.media li.dingzhi a { background-image:url(/images/img/005@2x.png);}
.media li.chengpin a { background-image:url(/images/img/006@2x.png);}
.media li.news a { background-image:url(/images/img/004@2x.png);}
.media li.case a { background-image:url(/images/img/011@2x.png);}
.media li.webset a { background-image:url(/images/img/003@2x.png);}
.media li.yewu a { background-image:url(/images/img/010@2x.png);}
.media li.biaozhun a { background-image:url(/images/img/008@2x.png);}
.media li.bizhun a { background-image:url(/images/img/009@2x.png);}

/**最新上线**/
.latest{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;	
}
.latest ul{
	width:100%;
	height:auto;
	float:left;
}
.latest ul li{
	width:47%;
	height:12.3rem;
	float:left;
	margin:10px 0 0 2%;
	background-color:#fff;
}
.latest ul li img{
	width:100%;
	height:9rem;
	float:left;
}
.latest ul li span{
	width:100%;
	height:30px;
	float:left;
	line-height:30px;
	font-size:1rem;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
}
.latest ul li span em{
	color:#d60c00;
}
.latest ul li p{
	width:100%;
	height:16px;
	float:left;
	line-height:16px;
	color:#4e4e4e;
	font-size:.8rem;
	text-align:center;
	overflow:hidden;
	white-space:nowrap;
}
.moore{
	width:100%;
	height:1.5625rem;
	float:left;
	margin-top:10px;
}
.moore a{
	width:90px;
	height:100%;
	display:block;
	margin:auto;
	background-color:#d60c00;
	line-height:1.5625rem;
	text-align:center;
	color:#fff;
	font-size:.9rem;
	border-radius:5px;
}

/**优势**/
.save_labourImg{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
}
.save_labourImg ul li{
	width:47%;
	height:12rem;
	float: left;
	margin:10px 0 0 2%;
	position: relative;
	background-color: #d60c00;
}
.save_labourImg ul li .code{
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	padding:10px;
	color: #fff;
	overflow:hidden;
}
.save_labourImg ul li .code .con{
	border:1px solid #fff;
	height: 100%;
	overflow: hidden;
}
.save_labourImg ul li .code span{
	font-size: 1.1rem;
	font-weight:700;
	width:100%;
	height:25px;
	float:left;
	margin:10px 0;
	line-height:30px;
}
.save_labourImg ul li .code span img{
	margin:2px 6px 2px 28%;
	width:21px;
	height:21px;
	float:left;
}
.save_labourImg ul li .code .save_title{
	font-size:.8rem;
	width:90%;
	height:auto;
	float:left;
	color: #fff;
	margin:5px 5% 0 5%;
}
.save_labourImg ul li .code .save_hint{
	font-size: .7rem;
	color: #fff;
	width: 90%;
	float:left;
	height:4.5rem;
	line-height:18px;
	margin:10px 5% 0 5%;
	text-align:left;
}

/**省钱**/
.flexslider{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
	background-color:#fff;
}
.hear {
	width:100%;
	height:auto;
	float:left;
	text-align:center;
}
.hear h3 {
    font-size:1.2rem;
    padding-bottom:1px;
	line-height:20px;
	float:left;
	width:90%;
	margin:0 5% 0 5%;
}
.hear p {
	width:90%;
	margin:0 5% 10px 5%;
    color: #7a7a7a;
    font-size:.8rem;
	line-height:20px;
	float:left;
}
.flexslider ul.box_head{
	width:100%;
	height:auto;
	float:left;
}
.flexslider ul.box_head li{
	width:47%;
	height:7rem;
	float:left;
	margin:0 0 0 2%;
}
.box_img .eee{
	width:40%;
	height:100%;
	float:left;
	margin:0 4% 0 0;
	position:relative;
}
.box_img img{
	width:100%;
	height:auto;
	
	/*中部局中*/
	position:absolute;  
	top:50%;  
	left:0;  
	-webkit-transform: translate(0, -50%);  
	transform: translate(0, -50%);
}
.box_img .rrr{
	width:56%;
	height:100%;
	float:left;
}
.box_img .title {
    width:100%;
	height:30px;
	float:left;
	line-height:30px;
	font-size:1rem;
	text-align:center;
    font-weight: 700;
    display: inline-block;
    color: #555;
	overflow:hidden;
}
.box_img .info {
    font-size:.8rem;
    color: #888888;
    display: inline-block;
    width:100%;
	height:75px;
    text-align: left;
	line-height:25px;
	overflow:hidden;
}


/**新增广告位**/
.mo_center{
	float:left;
	width:100%;
	height:auto;
	
	margin-top:10px;
}
.mo_center ul{
	width:96%;
	height:auto;
	float:left;
	background-color:#fff;
	padding:0 2%;
	margin-top:5px;
}
.mo_center li{
	float:left;
	width:100%;
	height:2.5rem;
	line-height:2.5rem;
	overflow:hidden;
	border-top:1px dotted #ccc;
	color:#525252;
	font-size:.9rem;
}
.mo_center li a{
	display:block;
}
.mo_center li:first-child{
	border-top:0;
}
.mo_center li .in16_f07{
	color:#d60c00;
}
.mo_center li .in16_f00{
	color:#d60c00;
	width:auto;
	height:100%;
	float:left;
}
.mo_center li i{
	width:2px;
	height:2px;
	float:left;
	border-radius:50%;
	background-color:#d60c00;
	margin:19px 5px 19px 0;
}
.in16_f02{
	color:#555;
	float:left;
	width:75px;
	height:100%;
}
.mo_center li em{
	margin:0 10px;
	float:left;
	color:#525252;
}
.rh{
	float:right;
	color:#a6a6a6;
}

/***news***/
#news{
	width:100%;
	height:auto;
	float:left;
	background-color:#fff;
	margin-top:10px;
	padding-bottom:10px;
}
.news_top{
	width:100%;
	height:2.5rem;
	float:left;
	line-height:2.8rem;
	background-color:#d60c00;
	text-align:center;
	color:#fff;
	font-size:1rem;
}
.news_top a{
	float:right;
	font-size:.9rem;
	color:#949494;
}

#news ul{
	width:96%;
	height:auto;
	float:left;
	margin-left:2%;
}
#news ul li{
	width:100%;
	height:6.2rem;
	float:left;
	margin-top:.65rem;
	padding-bottom:.65rem;
	border-bottom:1px dotted #cfcfcf;
}
#news ul li:last-child{
	border-bottom:0;
}

#news ul li .p_img{
	width:37%;
	height:100%;
	float:left;
	overflow:hidden;
}
#news ul li dl{
	width:60%;
	height:100%;
	float:left;
	margin-left:3%;
	position:relative;
}
#news ul li dl dt{
	font-size:1rem;
	color:#454545;
	width:100%;
	height:1.25rem;
	float:left;
	overflow:hidden;
	line-height:1.4rem;
}
#news ul li dl dd{
	height:1.25rem;
	width:100%;
	float:left;
	font-size:.85rem;
	overflow:hidden;
	line-height:1.4rem;
}
#news ul li dl dd.pd1{
	margin:.6rem 0;
	color:#838383;
	height:2.5rem;
	overflow:hidden;
}
#news ul li dl dd.pd2{
	color:#d60c00;
	line-height:1.25rem;
	position:absolute;
	left:0;
	bottom:0;
}
#news ul li dl dd.pd2 span{
	float:right;
	color:#838383;
}

@media screen and (min-width: 450px) {
	#news ul li{
		height:9rem;
	}
	#news ul li .p_img{
		width:30%;	
	}
	#news ul li dl dd.pd1{
		height:3.75rem;
	}
	#news ul li dl{
		width:67%;
	}
}


/* 宣传信息 */
.publicity{
	width:100%;
	height:auto;
	float:left;
}
.publicity ul{
	width:100%;
	height:10rem;
	float:left;
	display:flex;
}
.publicity ul li{
	flex:1;
}
.publicity ul li .div{
	width:100%;
	height:100%;
	float:left;
	margin-top:18px;
	position:relative;
}
.publicity ul li .div img{
	width:46%;
	height:auto;
	float:left;
	margin-left:27%;
}
.publicity ul li span{
	font-weight: 700;
	font-size: 1rem;
	color:#464646;
	text-align:center;
	float:left;
	width:100%;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
.mz_font{
	font-size:1.6rem;
	color: #d60c00;
	position:absolute;
	top:5%;
	left:36%;
}
.publicity ul li .div div{
	width:100%;
	height:auto;
	float:left;
	margin-top:5px;
}
.publicity ul li p{
	color: #9e9e9e;
	font-size: .75rem;
	margin-top: 3px;
	float:left;
	width:90%;
	height:54px;
	margin-left:5%;
	line-height:18px;
	overflow:hidden;
	text-align:center;
}



/**求购详情1***/
#content{
	width:100%;
	height:auto;
	float:left;
	background-color:#fff;
}
#content h1{
	width:96%;
	font-size:1rem;
	text-align:center; 
	line-height:30px;
	color:#454545;
	font-weight:700;
	float:left;
	margin:8px 0 0 2%;
}
#content .news-info{
	width:96%;
	height:25px;
	float:left;
	padding-bottom:5px;
	line-height:25px;
	font-size:0.75rem;
	margin-left:2%;
	border-bottom:1px dotted #ccc;
	color:#787878;
}
#content .news-info .info1{
	width:100%;
	float:left;
	text-align:center;
}

#content .news-info .span1{
	color:#787878;
	margin-right:10px;
}
#content .content{
	width:96%;
	height:auto;
	line-height:1.5625rem;
	float:left;
	margin-left:2%;
	font-size:.875rem;
	margin-top:.5rem;
	margin-bottom:.5rem;
	color:#787878;
}
#content .content img{
	height:auto;
	max-width:96%;
	display:block;
	margin:auto;
	margin-bottom:.3rem;
}
#content .content p{
	font-size:.875rem;
	width:100%;
}
#content .content span{
	font-size:.875rem;
	width:100%;
}

.dis_black{
	width:100%;
	height:1.875rem;
	float:left;
	margin-bottom:.8rem;
	padding-top:.3rem;
	line-height:1.875rem;
}
.dis_black a{
	width:30%;
	height:100%;
	float:left;
	background-color:#d60c00;
	color:#fff;
	text-align:center;
	border-radius:.3rem;
	font-size:.9rem;
}
.dis_a{
	margin-left:18%;
	margin-right:5%;
}
.dis_black a.n_a{
	display:block;
	margin:auto;
	float:none;
}

/**资源列表**/
.screen{
	width:100%;
	height:auto;
	float:left;
	margin-top:10px;
}

/*筛选*/
.select{
	width:100%;
	font-size:.8rem;
	float:left;
}

.select li{
	font-size:1rem;
	border-left:3px solid #d60c00;
	display: inline-block;
	background-color:#fff;
	width:calc(100% - 3px);
	color:#454545;
	height:auto;
	overflow:hidden;
	padding:5px 0;
	margin-bottom:5px;
	
	-webkit-box-shadow: 1px 0px 3px 1px #e3e2e5;
    -moz-box-shadow: 1px 0px 3px 1px #e3e2e5;
    -ms-box-shadow: 1px 0px 3px 1px #e3e2e5;
    -o-box-shadow: 1px 0px 3px 1px #e3e2e5;
    box-shadow: 1px 0px 3px 1px #e3e2e5;
}
.select li.bt{
	margin-bottom:0;
}
.select dl{
	width:100%;
	height:auto;
	float:left;
	position:relative;
	line-height:1.25rem;
}

.select dt{
	width:50px;
	float:left;
	color:#454545;
	height:auto;
	text-align:right;
	margin-top:5px;
	margin-left:5px;
	font-weight:700;
}
.select-all a{
	color:#454545!important;
}
.select dd{
	float:left;
	display:inline;
	margin:0 0 0 5px;
}
.select a{
	display:inline-block;
	white-space:nowrap;
	height:auto;
	padding:0 5px;
	text-decoration:none;
	color:#aeaeae;
	border-radius:5px;
	font-size:.9rem;
}
.select a:hover{
	color:#d60c00;
}
.select .selected a{
	color:#d60c00;
}
.search button{
	cursor:pointer;
}
/*筛选结束*/


/****resource_display****/
.resour{
	width:100%;
	height:50px;
	float:left;
	background:url(/images/img/xqd.png) no-repeat left center;
	background-size:auto 50px;
	line-height:50px;
	text-indent:4em;
	color:#fff;
	font-size:1rem;
	overflow:hidden;
	white-space:nowrap;
	margin-top:-6px;
	position:relative;
	z-index:301;
}
.res_sum{
	width:96%;
	height:auto;
	float:left;
	color:#3e3e3e;
	margin-left:2%;
	font-size:.9rem;
	margin-top:5px;
	line-height:1.5625rem;
}

.ademt_b2_4{
	width:100%;
	height:auto;
	float:left;
	background-color:#fff;
	margin-top:10px;
	padding-bottom:5px;
}
.ademt_b2_4 table{
	width:96%;
	height:auto;
	float:left;
	margin:0 2%;
	line-height: 40px;
	font-size:.9rem;
}
.ademt_b2_4 .trtd1 {
	width: 70px;
	color: #818181;
}
.ademt_b2_4 table tr td,.ademt_b2_3 table tr td{
	color:#5a5a5a;
}
.ademt_b2_4 .trtd2 a {
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #ebebeb;
	line-height:25px;
	padding: 1px 10px;
	font-size:.9rem;
	float:left;
}
.ademt_font1 {
    text-decoration: line-through;
    color: #333;
}
.ademt_font1 em{
	text-decoration: line-through;
}
.ademt_b2_4 .trtd2 .on {
	border: 2px solid #d60c00;
	line-height:25px;
	padding:0px 9px;
	background: url(/images/img/ademt_icon12.png) no-repeat right bottom;
}
.ademt_input1{
	width:100px;
	border:2px solid #d60c00;
	background: url(/images/img/ademt_icon12.png) no-repeat right bottom;
	height:23px;
	padding:0 5px;
}
.ademt_b2_3 {
    float: left;
    width: 100%;
    line-height: 35px;
    background: #fff;
    margin-top: 10px;
    font-size:9rem;
    color: #999;
}
.ademt_b2_3 table{
	width:100%;
	height:auto;
	float:left;
	font-size:.9rem;
	margin:5px 0;
}
.bianhao{
	width:100%;
	height:70px;
	float:left;
	line-height:25px;
	color:#fff;
	text-align:center;
	margin-left:5px;
	background-color:#d60c00;
}
.bianhao span{
	width:100%;
	margin-top:10px;
	float:left;
}
.bianhao span em{
	font-size:.75rem;
}
.ademt_font3{
	text-align:center;
}
.ademt_font2 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #D00B15;
}

.zyxq{
	width:100%;
	height:auto;
	float:left;
	background-color:#fff;
}
.zyxq_tit{
	width:100%;
	height:40px;
	
	float:left;
	border-bottom:1px solid #dedede;
	text-align:center;
	line-height:40px;
	color:#d60c00;
	font-size:1rem;
	font-weight:700;
}
.zyxq .zyxq_con{
	width:96%;
	height:auto;
	float:left;
	margin:5px 2% 10px 2%;
	color:#5d5d5d;
	line-height:25px;
	font-size:.9rem;
}
.zyxq .zyxq_con img{
	max-width:96%;
	height:auto;
	margin:auto;
	display:block;
	margin-bottom:5px;
}


.gmzx{
	width:100%;
	height:auto;
	float:left;
	background-color:#fff;
	margin-top:10px;
	position:relative;
}
.gmzx ul{
	width:54%;
	height:auto;
	float:left;
	margin:10px 0;
}
.gmzx ul li{
	width:100%;
	height:30px;
	float:left;
	line-height:30px;
	color:#6b6b6b;
	font-size:.9rem;
	text-indent:.6em;
	overflow:hidden;
}
.e_img{
	width:38vw;
	height:38vw;
	right:4%;
	position:absolute;  
	top:25%;
}
@media screen and (min-width: 450px) {
	.e_img{
		width:12vw;
		height:12vw;
	}
}
.gmzx ul li.li_u{
	color:#d60c00;
}

.esc{
	width:100%;
	height:35px;
	float:left;
	background-color:#d60c00;
	
	text-align:center;
	color:#fff;
	line-height:35px;
}

/*地图宽高*/
#div_map {width:100%;height:340px;}
/***去掉地图左下角logo***/
.BMap_cpyCtrl {
	display: none;
} 
.anchorBL {
	display: none;
}

/**底部**/
footer{
    height:4rem;
    position:fixed;
    bottom:0;
    width:100%;
	max-width:720px;
    z-index:99;
	background-color:#e60012;
}
footer ul{
	display:flex;
	width:100%;
	height:100%;
	float:left;
}
footer ul li{
	flex:1;
	text-align:center;
	height:100%;
	float:left;
	color:#fff;
	font-size:.9rem;
}
footer ul li em{
	width:100%;
	height:1.5rem;
	float:left;
	margin:.6rem 0 .4rem 0;
}
footer ul li.f1{
	color:#ffdc50;
}
footer ul li.f1 em{
	background:url("/images/imgs/fo1.png") no-repeat center center;
	background-size:auto 90%;
}
footer ul li.f2 em{
	background:url("/images/imgs/fo2.png") no-repeat center center;
	background-size:auto 90%;
}
footer ul li.f3 em{
	background:url("/images/imgs/fo3.png") no-repeat center center;
	background-size:auto 90%;
}
footer ul li.f4 em{
	background:url("/images/imgs/fo4.png") no-repeat center center;
	background-size:auto 90%;
}
footer ul li span{
	width:100%;
	height:1.25rem;
	line-height:1.25rem;
	float:left;
}
footer ul li a{
	width:100%;
	height:100%;
	float:left;
	display:block;
}

/**************分页********************/
#pages{ text-align:center;padding-bottom:.5rem;padding-top:1rem;float:left;width:100%;background-color:#f5f5f5;}
#pages a{ display:inline-block; padding:.25rem .5rem; background-color:#f5f5f5;color:#494949;border:1px solid #f5f5f5;margin:0 3px;-webkit-transition: background-color .25s;transition:background-color .25s;cursor:pointer;}
#pages a:hover{ background-color:#f5f5f5; color:#d60c00}
#pages a.active{ background-color:#f5f5f5; color:#d60c00}
#pages a.prev,#pages a.next{ font-size:.875rem; position:relative; padding:.33rem .1875rem;top:-.13rem} 
#pages span{display:inline-block; padding:.25rem .5rem; color:#d60c00; position:relative;background-color:#f5f5f5;border:1px solid #f5f5f5;}



/***顶部搜索******/
.header-button {
    width:20px;
    height:20px;
	float:right;
    background: url(/images/img/ss.png);
	background-size:100%;
    border: none;
	margin:18px 16% 18px 0;
    cursor: pointer;
}
#search-form.open {
    height: 40px;
}
#search-form {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
    position: absolute;
    top: 56px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #e1e4e7;
}
#toggle-search.open:after {
    top: 40px;
	opacity:1;
}
#toggle-search:after {
    -moz-transition:0.5s;
    -o-transition:0.5s;
    -webkit-transition:0.5s;
    transition:0.5s;
    position: absolute;
    top: 52px;
    right: 17%;
    margin-left: -8px;
    content: "";
    border-color: transparent transparent #e1e4e7;
    border-style: solid;
    border-width: 6px 6px 10px;
	opacity:0;
}
#search-form #input_search_text_psh {
    width: 100%;
    padding: 0 5px 0 10px;
    background: transparent;
    border: none;
}
#search-form input {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 40px;
}
#search-form #input_search_btn_psh {
    position: absolute;
    bottom: 0;
    right: 0;
    width:80px;
	height:100%;
    margin: 0;
    padding: 0;
    font-weight: 700;
    text-transform: uppercase;
    color: #516270;
    background: #c6cacd;
    border: none;
    cursor: pointer;
}

