@charset "UTF-8";


/*样式重置*/

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0
}

fieldset,
img {
    border: 0
}

img {
    display: block
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal
}

ul,
ol {
    list-style: none
}

input {
    padding-top: 0;
    padding-bottom: 0;
    font-family: "SimSun", "宋体"
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

select,
input {
    vertical-align: middle
}

select,
input,
textarea {
    font-size: 12px;
    margin: 0
}

input[type="text"],
input[type="password"],
textarea {
    outline-style: none;
    -webkit-appearance: none
}

textarea {
    resize: none
}

table {
    border-collapse: collapse
}
a{
    text-decoration: none;
    color:black;
}

/*公共类*/

body {
    min-width: 1200px;
    color:#333;
    font-size:14px;
    font-family: 'Microsoft Yahei';
    overflow-x: hidden;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.h {
    width: 1200px;
    position: relative;
    left: 50%;
    margin-left: -600px;
}


#pagination{
    overflow: hidden;
    display: inline-block;
}
#pagination>div{
    float: left;
    
}
#page_left_botton a,
#page_left_botton span{
    display: inline-block;
    padding:0 10px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin:0 5px;
    cursor: pointer;
    
}
#page_left_botton a:hover,
#page_left_botton a{
    background-color: #ff6262;
    color: #fff;
}

#page_center_botton{
    display: none;
}




#page_left_botton{
    display: none;
}
/* 下一页中间数字 */
#page_center_botton{
    display: block;
}

#page_center_botton .active, #page_center_botton .active:hover {
    color: #333;    
}
#page_left_botton a, #page_left_botton span, #page_center_botton a, #page_center_botton span {
    display: inline-block;
    padding: 0 15px;
    line-height: 20px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
    font-size: 14px;
}
.cc_top{
    text-align: center;
}
/* ------------------------------ */
