@charset "UTF-8";

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: #666;
  font-size: 12px;
  font-family: "雅黑", "宋体", arial, verdana, sans-serif;
}

td, th, caption {
  font-size: 14px;
}

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: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

em {
  font-style: normal;
}

img {
  border: 0;
  vertical-align: middle;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

input, textarea, select, button {
  vertical-align: middle;
  font-size: 14px;
  font-family: inherit;
  line-height: normal;
  outline: none;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

video {
  object-fit: contain;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
}

body {
  overflow-x: hidden;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
}

.topMain {
  width: 100%;
  height: 27px;
  line-height: 27px;
  background: #e3f1fe;
}

.topMain .topLeft {
  float: left;
}

.topMain .topRight {
  float: right;
  display: flex;
  width: 180px;
  height: 27px;
  align-items: center;
}

.topMain .topRight input {
  width: 140px;
  height: 20px;
  background-color: #fff;
  margin: 0;
  padding: 0 2px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid #ccc;
}

.topMain .topRight a {
  width: 40px;
  height: 20px;
  margin: 0;
  padding: 0;
  background-color: #FF761A;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  text-align: center;
  line-height: 20px;
  border: 1px solid #ccc;
  border-left: none;
}

.bannerbg {
  width: 100%;
  height: 149px;
  background: url("../images/common/bgbg.jpg") repeat-x;
}

.header {
  width: 980px;
  margin: 0 auto;
  height: 149px;
  background: url("../images/common/baige.jpg") no-repeat center;
  position: relative;
}
.header_tongzhan{
  background: url("../images/common/baige_tongzhan.jpg") no-repeat center;
}
.header ul {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 533px;
  height: 38px;
  display: flex;
  justify-content: space-around;
}

.header ul li {
  float: left;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header ul li:first-child a {
  border-left: 0;
}

.header ul li:last-child a {
  border-right: 0;
}

.header ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-right: 1px solid #fff;
  border-left: 1px solid #af4418;
}

.marquee {
  background: #f6f6f6;
  border: 1px solid #e3dfde;
  border-top: 0;
  width: 978px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  line-height: 33px;
}

#footer-wrap{
  width: 100%;
  background: url(/qbjq/xhtml/images/zfbm/Dmemu.jpg) top center no-repeat!important;
  border-top: 2px solid #14B8FB!important;
}
#footer-wrap ul {
  height: 36px;
  width: 43%;
    display: block;
    margin: 0 auto;
}

#footer-wrap ul li {
  border-right: 1px solid #333;
  height: 12px;
  line-height: 12px;
  float: left;
  margin-top:10px;
}

#footer-wrap ul li a {
  padding: 0 36px;
}

#footer-wrap ul li:last-child {
  border: 0;
}

#footer-wrap .dun {
  width: 80px;
  height: 80px;
}

#footer-wrap .foot_db {
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding: 10px 0 20px;
  /*display: flex;*/
  /*justify-content: center;*/
}

@media (max-width: 980px) {
  .wrapper {
    width: auto;
  }
  .wrapper .topLeft {
    padding-left: 10px;
  }
  .wrapper .topRight {
    padding-right: 10px;
  }
  .bannerbg .header {
    width: auto;
    height: 38px;
    background: url("../images/common/bannerbg.jpg") no-repeat top;
  }
  .bannerbg .header ul {
    width: auto;
    position: inherit;
  }
  .marquee {
    width: auto;
  }
  #footer-wrap ul li a {
    padding: 0 10px;
  }
  #footer-wrap .foot_db {
    width: auto;
  }
  #footer-wrap ul{
    width: 56%;
  }
}
#qrdb {
  border: 1px solid #dbdbdb;
  margin-top: 30px;
}
#qrdb h3 {
  height: 31px;
  line-height: 31px;
  display: flex;
}
#qrdb h3 span {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding: 0 18px;
  border-right: 1px solid #dbdbdb;
  height: 31px;
  line-height: 31px;
}
#qrdb h3 a {
  flex: 1;
  border-bottom: 1px solid #dbdbdb;
  background: #f7f7f7;
  text-align: right;
  padding-right: 12px;
}
#qrdb section {
  padding: 10px;
}
#qrdb section marquee {
  height: 202px;
}
#qrdb section li {
  background: url("../images/index/index_34.jpg") no-repeat center left 6px;
  line-height: 26px;
  padding-left: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#qrdb section li a {
  color: #303030;
  font-size: 14px;
}
.tit{
  top:48px;
  left: 10px;
  position: absolute;
  color: #c23903;
  font-size: 34px;
  font-family: "微软雅黑";
  font-weight: bold;
  letter-spacing:4px;
}


/*各子站底部样式*/
.foot_db{
  text-align: center;
}
.foot_div{
  font-size: 12px;
  color: #333;
  margin-top: 25px;
  position: relative;
}
.footimg{
  position: absolute;
  left: 200px;
}
.foot_div p{
  line-height: 28px;
}
#main-wrap{
  overflow: hidden;
}
#main-wraps{
  overflow: hidden;
}
@media (max-width: 1500px){
  #footer-wrap ul{
    width: 53%;
  }
} 