/*commom style*/
*, *:before, *:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img {
  border: medium none;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

ul, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, ins {
  text-decoration: none;
}

*:focus {
  outline: none;
}

a {
  color: #333;
}

a:hover {
  color: #3788e4;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: "";
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

.hide {
  display: none;
}

.block {
  display: block;
}

body, input {
  font-family: "微软雅黑";
  text-align: left;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.w1275 {
  width: 1275px;
  margin: 0 auto;
}

.dqbu {
  padding-top: 40px;
}

.dqbk {
  border: 1px solid #f8e9cf;
  width: 1200px;
  padding: 40px;
  position: relative;
}

.dqbk img {
  position: absolute;
  left: 510px;
  top: -15px;
}

.dqbk span {
  display: inline-block;
  position: absolute;
  left: 567px;
  top: -15px;
  line-height: 30px;
  font-size: 17px;
  color: #ffffff;
}

.dq-list li {
  background: url("zj-1.png") left center no-repeat;
  width: 170px;
  height: 30px;
  line-height: 30px;
  margin-right: 16px;
  margin-bottom: 20px;
}

.dq-list li a {
  display: inline-block;
  line-height: 30px;
  padding-left: 50px;
  color: #000000;
  font-size: 17px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 260px;
}

.zfbm {
  margin-top: 40px;
}

.zf-list li {
  background: url("zfbm.png") left center no-repeat;
  width: 265px;
  height: 30px;
  line-height: 30px;
  margin-right: 14px;
  margin-bottom: 20px;
}

.zj span {
  letter-spacing: 25px;
}

.w1260 {
  width: 1260px;
  margin: 0 auto;
}

.contentBg {
  background: url(bg03.png) repeat-y left center;
  width: 1260px;
  margin: 0 auto;
  margin-left: -3px;
}

.ly-title {
  font-size: 15px;
  border: 1px solid #ccc;
  position: relative;
  line-height: 1;
  text-align: left;
  color: #fff;
  height: 33px;
}

.ly-title span {
  padding: 0 40px;
  display: inline-block;
  height: 33px;
  line-height: 33px;
  background-color: #c3141c;
}

.ly-content li {
  float: left;
  width: 180px;
  height: 180px;
  padding: 20px 35px 0;
  text-align: center;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.1);
  margin: 20px 20px 0 0;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.ly-content .ly-subtitle {
  height: 40px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
}

.ly-content img {
  width: 110px;
  height: 110px;
}
.oldfoot{
	padding-top: 0 !important;
}
.footer {
        padding-top: 25px !important;
    }