body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, hr, form, fieldset, input, p, span, th, td, blockquote, lengend, button, textarea {
    margin: 0;
    padding: 0;
}
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
ul, li {
    list-style: none outside;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a img, input {
    border: 0
}

img {
    vertical-align: middle;
}

input, select,option {
    outline: none;
}

/* 常用样式设置 start */

body {
    font-family: "微软雅黑";
    font-family: "Microsoft YaHei" !important;
    font-size: 16px;
    color: #333
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f20722;
    text-decoration: none;
}

a:active {
    color: #333;
    text-decoration: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
    position: relative;
}

.infix {
    position: fixed;
    right: 1px;
    width: 70px;
    z-index: 9999;
    top: 300px
}

.infix li {
    float: left;
    width: 70px;
    height: 95px;
    background: #bd1a2d;
    text-align: center;
}

.infix li a img {
    padding-top: 15px
}

.infix li a p {
    padding-top: 10px;
    display: block;
    text-align: center;
    line-height: 1.5em;
    color: #fff;
    width: 100%;
    font-size: 14px;
}

.infix .wx:hover {
    background: url("../images/wxbg.png") no-repeat;
    width: 80px;
    height: 95px;
    margin-left: -9px
}

.infix li.wx div {
    display: none;
}

.infix .wx:hover div {
    display: block;
    position: absolute;
    right: 80px;
    bottom: 95px;
}
.infix .wb:hover div {
    background: url("../images/wxbg.png") no-repeat;
    display: block;
    position: absolute;
    right: 80px;
    bottom: 0px;
}

.header {
    width: 100%;
    height: 120px;
    background-color: #bd1a2d;
}

.header .top {
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
}

 

.top-right {
    float: right;
}

.mainbox {
    width: 1200px;
    margin: 0 auto
}

.main {
    width: 100%;
    background: url("../images/yybg.jpg") center top no-repeat;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.dqwz {
    background: url("../images/dqwz.png") left center no-repeat;
    border-bottom: 1px solid #dddddd;
    padding: 20px 0px 20px 25px
}

.dqwz span {
    font-size: 15px
}

.dqwz span a {
    padding: 0px 5px;
    font-size: 15px
}

/* 底部 */

  

/* 分页*/

.pagerji {
    width: 96%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    clear: both;
}

.pagerji span a {
    display: inline-block;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #eee;
    margin-right: 15px;
    text-align: center;
}

.pagerji span a:hover {
    color: #fff;
    background: #bd1a2d;
    border: 1px solid #bd1a2d;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
}

.pagerji span a.dq {
    color: #fff;
    background: #bd1a2d;
    border: 1px solid #bd1a2d;
}