﻿/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td ,hr{

    padding: 0;

    margin: 0;

}
/* ----- 表单 ----- */
.eq-details-bt{width: 100%;border-bottom:1px solid #ff6600 ;margin-top:20px;}
.eq-details-bt h3{color: #fff;
font-size: 14px;
font-weight: normal;
padding: 0 26px;
line-height: 40px;
background: #ff6600;
float: left;}
.eq-details-bt font{font-size:15px;}
.eq-list2-content{padding-bottom: 40px;}
.eq-details-inp{margin-bottom: 15px;box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;padding: 0 20px;width: 100%;display:flex}
.eq-details-inp p{width: 110px;
    text-align: right;
    margin-right: 15px;
    font-size: 14px;
    line-height: 25px;}
.eq-details-inp p span{color:#ff6600}
.eq-details-inp input{width: 240px;
    height: 30px;}
.eq-details-btn3{margin-left: 145px;padding-top: 15px;}
.eq-details-btn3 input{
height: 35px;
width: 90px;
background-color: #ff6600;
outline: none;
border: 0;
color: #fff;}
.eq-list2-content{padding: 20px 30px;}
/* ----- 表单 ----- */

font{

font-size:12px;}
table {

    border-collapse: collapse; 
    border-spacing: 0;
}
fieldset,img { 
    border: 0;
}
address,caption,cite,code,dfn,em,th,var { 
    font-weight: normal; 
    font-style: normal;
}
ol,ul { 
    list-style: none;
}
caption,th { 
    text-align: left;
}
h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%;
}
q:before,q:after {   content:"";} 
.abbr,.acronym { border: 0;}
 
hr{ height:1px; margin-top:3px;}


/* ----- PB分页数字条效果 结束 ----- */
.pagebar .pagination {
	display:flex;
	justify-content:center;
	margin-top:10px; padding-bottom:30px;
}
.pagination a {
	background:#fff;
	border:1px solid #ccc;
	color:#333;
	font-size: 14px;
	padding:3px 12px;
	margin:0 5px;
	border-radius:3px;
}
.pagination span {
	color: #333;
	font-size:14px;
	padding:3px 2px;
	margin:0 5px;
	border-radius:3px;
}
.pagination a:hover {
	color:#2083d4;
	border:1px solid #2083d4;
}
.pagination a.page-num-current {
	color:#fff;
	background:#2083d4;
	border:1px solid #2083d4;
}
/* ----- PB分页数字条效果 结束 ----- */