@charset "utf-8";
/* css reset www.admin10000.com */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0;}
body { background:#fff; color:#555; font-size:62.5%; font-family: "Microsoft Yahei";   min-width: 320px; overflow-x: hidden;}
td,th,caption {font-size:62.5%; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#555; text-decoration:none; }
/*a:hover { text-decoration:underline; }*/
img { border:none; }
ol,ul,li { list-style:none; }
table { border-collapse:collapse; }
html {overflow-x:hidden; min-width: 320px;} 
/* css common */
.clearfix:after{content: ""; height:0; display: block; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.pull-left{float: left;}
.pull-right{float: right;}
img{border:0}
.warp {
    background: url('../img/banner.jpg') no-repeat top center;
    width: 100%;
    overflow: hidden;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.contentAbstract {
    width: 1200px;
    margin: 515px auto 0 auto;
}
.contentAbstract  p{
    color: #ffefc2;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    text-indent: 2em;
    padding: 30px;
}
.img_box {
    margin-top: 15px;
}
.page ul {
    width: 130px;
    margin: 0 auto;
    height: 25px;
}

.page ul li {
    float: left;
    width: 25px;
    height: 25px;
    border: 1px solid #bd1a2d;
    text-align: center;
    margin: 0px 5px;
    line-height: 25px;
}

.page ul li a {
    font-size: 14px;
}

.page ul li.on, .page ul li:hover {
    background: #bd1a2d;
    border: 1px solid #bd1a2d
}

.page ul li.on a, .page ul li:hover a {
    color: #fff
}
