html, body {
  border: 0;
  padding: 0;
  margin: 0;
}

.show-pc {
  display: none;
}

.show-m {
  display: block !important;
}

.title {
  margin: 0 -15px;
  padding: 25px 15px 0;
}

.title a {
  padding-left: 30px;
  font-size: 24px;
  color: #333333;
  background: url("imgs/icon.png") -619px 1px no-repeat;
}

.title span {
  display: block;
}

.cp {
  background: #eeeeee;
}

.cp h3 {
  background: #ffffff;
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: bold;
}

.cp h3:nth-of-type(1) {
  color: #efa20e;
}

.cp h3:nth-of-type(2) {
  color: #0ee0ef;
}

.cp h3:nth-of-type(3) {
  color: #ba0eef;
}

.cp h3:nth-of-type(4) {
  color: #0e82ef;
}

.cp h3 span {
  margin-left: 1em;
  font-weight: normal;
  color: gray;
}

.cp .row {
  margin-left: -10px;
  margin-right: -10px;
}

.cp [class^=col] {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  margin-bottom: 1em;
}

.cp img {
  width: 100%;
  height: 140px;
  padding: 4px;
  background: white;
  border-radius: 4px;
}

.case {
  padding-bottom: 2em;
}

.case .row {
  margin-left: -10px;
  margin-right: -10px;
}

.case [class^=col] {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  margin-top: 1em;
}

.case [class^=col] a {
  display: block;
  position: relative;
}

.case [class^=col] a span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}

.case img {
  width: 100%;
  height: 140px;
}

.jm {
  background: #eeeeee;
  padding-bottom: 2em;
}

.jm .title {
  margin-bottom: 1em;
}

.jm ul {
  margin-left: -5px;
  margin-right: -5px;
  list-style: none;
  padding: 0;
}

.jm ul li {
  padding: 5px;
  background: #ffffff;
  overflow: hidden;
  margin-top: 1em;
}

.jm ul li h3 {
  font-size: 16px;
  margin: 5px 0 0;
}

.jm ul li p {
  height: 40px;
  overflow: hidden;
  color: gray;
  margin: 5px 0 0;
}

.jm ul li img {
  width: 100px;
  height: 70px;
  float: left;
  margin-right: 1em;
}

.jm ul div {
  padding: 10px;
  background: #ffffff;
  overflow: hidden;
  margin-top: 1em;
}

.jm ul div h3 {
  font-size: 20px;
  margin: 10px;
  text-align: center;
}

.jm ul div h4 {
  font-size: 14px;
  font-weight: bold;
}

.news h3 {
  font-size: 18px;
  border-bottom: 2px solid #eeeeee;
  padding-bottom: 8px;
}

.news h3 a:last-of-type {
  float: right;
}

.news ul {
  list-style: none;
  padding: 0;
}

.news ul a {
  color: #efa20e;
  font-size: 15px;
}

.link {
  background: #eeeeee;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
}

.link h3 {
  margin: 0 0 10px;
  width: 100%;
  text-align: center;
}

.link li {
  list-style: none;
  padding: 3px 5px;
}

.footer {
  padding: 25px 15px 40px;
  background: #dddddd;
}

.footer .images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.footer .images img {
  margin: 5px;
}

img {
  max-width: 100%;
}

.mobile-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background: orange;
  color: white;
  display: flex;
}

.mobile-bar > div {
  width: 40%;
  text-align: center;
  position: relative;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.mobile-bar > div:last-of-type {
  border: 0;
}

.mobile-bar > div a {
  color: white;
  text-decoration: none;
}

.mobile-bar ul {
  display: none;
  position: absolute;
  z-index: 2;
  background: white;
  list-style: none;
  padding: 5px;
  margin: 0;
  bottom: 45px;
  left: 5px;
  width: 150px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}

.mobile-bar ul li a {
  color: #333333;
}

.container > h2 {
  font-size: 16px;
  color: gray;
  border-bottom: 1px solid orange;
  padding-bottom: 8px;
}

.container > h2 a {
  color: orange;
}

.sub-nav {
  display: flex;
  flex-wrap: wrap;
}

.sub-nav a {
  padding: 5px 10px;
  background: orange;
  color: white;
  text-decoration: none;
  margin: 2px;
}

.content {
  margin-top: 2em;
}

.content h1 {
  font-size: 24px;
}

.content img {
  height: auto !important;
}

.content .row {
  margin-left: -10px;
  margin-right: -10px;
}

.content [class^=col] {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  margin-bottom: 1em;
}

.content [class^=col] a {
  display: block;
  border: 1px solid #eeeeee;
  padding: 4px;
  border-radius: 4px;
}

.content [class^=col] a p {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin: 5px 0;
}

.content [class^=col] a span {
  color: gray;
}

.content [class^=col] img {
  width: 100%;
  height: 130px !important;
}

.content table {
  width: 100% !important;
  height: auto !important;
}

.content table img {
  width: 100%;
  height: auto !important;
}

.content-body table {
  width: 100% !important;
}

.content-body img {
  height: auto !important;
}

.hotn .title {
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.hotn .title a {
  font-size: 20px;
}

.hotn ul {
  list-style: none;
  padding: 0;
}

.hotn ul li {
  line-height: 30px;
}

.hotp .title {
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.hotp .title a {
  font-size: 20px;
}

.hotp .row {
  margin-left: -10px;
  margin-right: -10px;
}

.hotp [class^=col] {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
  margin-bottom: 1em;
}

.hotp img {
  width: 100%;
  height: 130px;
}

.ppzz img {
  margin-top: 2em;
}

.pages {
  text-align: center;
}

.pages li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
}

.jms li {
  list-style: none;
  overflow: hidden;
  padding: 5px;
}

.jms li img {
  width: 100px;
  height: 70px;
  float: left;
  margin-right: 10px;
}

.jms li h3 {
  font-size: 16px;
  margin: 5px 0;
}

.jms li p {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: gray;
  margin: 0;
}

.newslist p {
  color: gray;
  margin-bottom: 2em;
}
