@charset "utf-8";
/* CSS Document */
body {
  background-color: #ededed;
  font-family: "Microsoft YaHei";
}

.box_box {
  width: 1200px;
  margin: 0 auto;
}

.container {
  width: 100%;
  min-width: 1200px;
}
.container .box_box {
  background-color: #fff;
}
.main {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.crumbs {
  padding-left: 35px;
  background: url(crumbs.png) no-repeat 10px center;
  font-size: 14px;
  line-height: 56px;
  color: #333;
}
  .crumbs table,
  .crumbs tbody,
  .crumbs tr,
  .crumbs td {
    display: inline;
    vertical-align: bottom;
  }
.crumbs a {
  color: #333;
}
.crumbs a:hover,
.crumbs a.cur {
  color: #115db2;
}
.crumbsline {
  height: 8px;
  background: url(titlebg.png) 0 0 repeat-x;
}
.title h1 {
  display: block;
  overflow: hidden;
  text-align: center;
  margin-bottom: 2%;
  color: #333;
  padding: 20px 0px;
  line-height: initial;
  font-size: 28px;
}
.msg {
  font-size: 14px;
  line-height: 14px;
  color: #999;
  width: 100%;
  margin: 0 auto 15px;
}
.msg dl {
  margin: 0 45px;
}
.msg dl a {
  color: #999;
}
.fontSize a.on {
  color: #333;
}
.m-share {
  margin-top: -5px;
}
.share {
  zoom: 1;
}
.share:after {
  content: "";
  display: block;
  clear: both;
}
.share a {
  float: left;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  margin-left: 13px;
  background: #c9c9c9;
  cursor: pointer;
  display: block;
}
.share a i {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-transition: 0.4s all;
  -moz-transition: 0.4s all;
  -ms-transition: 0.4s all;
  transition: 0.4s all;
}
.share a:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.share #share-icon {
  width: 26px;
  height: 26px;
  float: left;
  display: none;
}
.share #share-icon img {
  width: 100%;
  height: 100%;
}
.share .share-qqzone i {
  background: url("icon003.png") 4px center no-repeat;
}
.share .share-qqzone:hover {
  background-color: #fc7354;
}
.share .share-wechat {
  position: relative;
}
.share .share-wechat i {
  background: url("icon003.png") -30px center no-repeat;
}
.share .share-wechat:hover {
  background-color: #1fbc7d;
}
.share .share-weibo i {
  background: url("icon003.png") -65px center no-repeat;
}
.share .share-weibo:hover {
  background-color: #e96157;
}
.share .bg-code {
  left: -36px;
  z-index: 10;
}
.share .qrcode {
  position: absolute;
  top: 36px;
  border: 1px solid #ccc;
  padding: 5px;
  background: #fff;
  display: none;
  width: 112px;
  height: 112px;
  left: -98%;
  z-index: 11;
}
.share .close-btn {
  position: absolute;
  background: #fff;
  color: #000;
  font-size: 12px;
  z-index: 12;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  right: -39px;
  top: 50px;
  display: none;
  cursor: pointer;
}
.text {
  padding: 35px 0 25px 0;
  margin: 0 auto;
  color: #404040;
  font-size: 16px;
  line-height: 200%;
}
.text p {
  /*margin-bottom: 20px;*/
  outline: none;
}
.text table td p {
  margin-bottom: 0;
}
.other {
  background-color: #f1f1f1;
  text-align: right;
  font-size: 16px;
  line-height: 44px;
  margin-bottom: 16px
}
.other a {
  display: inline-block;
  margin-right: 20px;
  color: #333;
}
.other a:hover {
  color: #115db2;
}

.other a img {
  margin-right: 3px;
}
#share-2 {
  float: right;
  margin-top: -13px;
  padding-left: 0 !important;
}
.share_box {
  width: 194px;
}
.xxgk_info {
  margin: 20px auto;
  width: 100%;
}

.xxgk_info table {
  width: 100%;
  border: 1px solid #cacaca;
  border-collapse: collapse;
  font-size: 13px;
  color: #333;
}
.xxgk_info table td {
  border: 1px #cacaca solid;
  padding-left: 24px;
  height: 48px;
  font-size: 15px;
  line-height: 48px;
  color: #333333;
}
.qrcode-alert-container {
  display: none;
}
@media only screen and (min-width: 1496px) and (max-width: 1496px) {
  .other {
    display: none;
  }
  .qrcode-alert-container {
    width: 72%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-top: 1px solid #cacaca;
    padding-top: 16px;
  }
  .qrcode-box {
    width: 90px;
    height: 90px;
    margin-left: 64px;
  }
  .alert-text {
    padding-left: 12px;
    height: 90px;
    line-height: 90px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .box_box {
    padding: 0 2% 2% 2%;
  }
  .crumbsline {
    display: none;
  }
  .container {
    min-width: 100%;
  }
  .box_box,
  .container,
  .main {
    width: 100%;
  }
  .crumbs {
    width: 100%;
  }
  .title h1 {
    font-size: 22px;
  }
  .title,
  .title h1,
  .text,
  .text p {
    width: 100%;
  }
  .other {
    display: none;
  }
}

@media only screen and (min-width: 996px) and (max-width: 996px) {
  .other {
    display: none;
  }
  .qrcode-alert-container {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    border-top: 1px solid #cacaca;
    padding-top: 16px;
  }
  .qrcode-box {
    width: 90px;
    height: 90px;
    margin-left: 64px;
  }
  .alert-text {
    padding-left: 12px;
    height: 90px;
    line-height: 90px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  body {
    padding: 0 !important;
  }
  .share_box,
  .fontSize {
    display: none;
  }
  .main {
    padding-top: 2%;
  }
  .sl_box {
    float: none !important;
    text-align: left;
    font-weight: 400;
  }
  .crumbs {
    line-height: 24px;
    background-position: 10px 4px;
  }
  .crumbs table,
  .crumbs tbody,
  .crumbs tr,
  .crumbs td {
    display: inline;
    vertical-align: bottom;
  }
  .title {
    border-bottom: none;
  }
  .title h1 {
    padding: 0;
    margin: 16px 0 20px 0;
    font-size: 22px;
    line-height: 32px;
  }
  .text {
    background: url(line.png) no-repeat top center;
    background-size: 100% 7px;
  }
  .text p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .text div {
    overflow-x: scroll;
  }
  .text div::-webkit-scrollbar {
    display: none;
  }
  .text img {
    max-width: 100%;
    height: auto;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .xxgk_info {
    width: 90% !important;
    margin: 20px auto;
  }
  .xxgk_info table td {
    width: 100% !important;
    border: none;
    display: block;
    line-height: 48px;
  }
  .xxgk_info table td[bgcolor="#f4fbff"] {
    font-weight: bold;
  }
  .xxgk_info table td[bgcolor="#f4fbff"] {
    font-weight: bold;
  }
}
@media (max-width: 479px) {
  .xxgk_info {
    width: 90% !important;
    margin: 20px auto;
  }
  .xxgk_info table td {
    width: 100% !important;
    border: none;
    display: block;
    line-height: 48px;
  }
  .xxgk_info table td[bgcolor="#f4fbff"] {
    font-weight: bold;
  }
}
