@charset "UTF-8";

* {
  margin: 0;
  padding: 0
}

html,
body {
  width: 100%;
  height: 100%
}

a {
  text-decoration: none;
  color: #222222
}

img {
  vertical-align: middle
}

ul,
li {
  list-style: none
}

input,
button {
  outline: none;
  border: none
}

.fl {
  float: left
}

.fr {
  float: right
}

.clear {
  clear: both
}

.clearFix {
  zoom: 1
}

.clearFix:after {
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both
}

.flex-row-col-cen {
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap
}

.about-img {
  width: 100%
}

.about-img img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto
}

.page-box {
  text-align: center;
  padding: 30px 0;
}

.page-box a {
  text-decoration: none !important;
  font-size: 32px;
  vertical-align: middle;
}

.page-box .icon-shouye-zuofanye {
  color: #cccccc;
  cursor: pointer
}

.page-box .icon-shouye-youfanye {
  color: #cccccc;
  cursor: pointer
}

.page-box .page-show {
  color: #d70c25
}

.page-box span {
  margin: 0 6px 0 6px;
  font-size: 18px;
  color: #666666
}

.dynamic {
  margin: 30px auto;
  box-sizing: border-box
}

.dynamic h2 {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #222222
}

.dynamic .dynamic-top {
  width: 100%;
  text-align: center
}

.dynamic .dynamic-top p {
  margin: 0 30px;
  display: inline-block;
  color: #999999;
  line-height: 30px;
  font-size: 16px
}

.dynamic .dynamic-top span {
  display: inline-block;
  color: #999999
}

.dynamic .dynamic-cont {
  margin: 30px 0;
  box-sizing: border-box
}

.dynamic .dynamic-cont img {
  max-width: 100%
}

.dynamic .dynamic-cont/deep/img {
  max-width: 100%
}

.dynamic .dynamic-bottom {
  margin-bottom: 20px;
  box-sizing: border-box
}

.dynamic .dynamic-bottom .db-left {
  text-decoration: none;
  font-size: 18px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #222222
}

.dynamic .dynamic-bottom .db-right {
  text-decoration: none;
  cursor: pointer;
  width: 142px;
  height: 44px;
  line-height: 44px;
  background-color: #d70c25;
  border-radius: 22px;
  font-size: 16px;
  text-align: center;
  color: white
}

.go-top {
  font-size: 50px !important;
  color: #d70c25;
  position: fixed;
  right: 40px;
  bottom: 100px;
  cursor: pointer;
  z-index: 9;
  transition: all .35s linear
}

.scroll_btn_hide {
  right: -60px
}

@media screen and (max-width:750px) {
  .dynamic {
    margin: 15px auto !important
  }

  .dynamic h2 {
    text-align: center;
    font-size: 16px !important
  }

  .dynamic .dynamic-top p {
    margin: 0 5px !important;
    font-size: 12px !important
  }

  .dynamic .dynamic-cont {
    margin: 15px 0 !important
  }

  .dynamic .dynamic-bottom {
    margin-bottom: 0 !important
  }

  .dynamic .dynamic-bottom .db-left {
    width: 100% !important;
    font-size: 14px !important
  }

  .dynamic .dynamic-bottom .pull-right {
    width: 100% !important
  }

  .go-top {
    width: 25px !important;
    height: 25px !important;
    border-radius: 2.5px !important
  }
}

td {
  border: 1px solid #DDD;
}

a:hover {
  text-decoration: none;
}