article {
  padding: 60px 0 0;
  background: no-repeat center center/cover;
}

.com-main {
  padding: 12px;
}

.com-box {
  min-height: 420px;
}

@media (min-width: 1200px) {
  article {
    padding: 5vw 0 0;
  }
  .com-main {
    width: 62.4vw;
    margin: 0 auto;
    padding: 0;
  }
  .com-box {
    padding: 0;
    background: none;
  }
}

/* com-top */
.com-top {
  padding: 0.4rem 0 0.2rem;
}
.com-title {
  position: relative;
}
.com-title .ch {
  position: relative;
  z-index: 10;
  font-size: 18px;
  line-height: 24px;
  color: #047837;
}
.com-title .en {
  position: absolute;
  z-index: 1;
  left: 0;
  top: -0.2rem;
}
.com-title .en img {
  height: 0.4rem;
}
.com-title .detail {
  font-size: 14px;
  line-height: 24px;
  color: #999;
}
@media (min-width: 1200px) {
  .com-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4vw 0;
  }
  .com-title {
    position: relative;
  }
  .com-title .ch {
    position: relative;
    z-index: 10;
    font-size: 1.8vw;
    line-height: 2.4vw;
    color: #047837;
  }
  .com-title .en {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -1vw;
  }
  .com-title .en img {
    height: 2.1vw;
  }
  .com-title .detail {
    font-size: 14px;
    line-height: 20px;
    color: #999;
  }
}

/* com-bread */
.com-bread {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.com-bread a {
  color: #000;
}
@media (min-width: 1200px) {
  .com-bread {
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #000;
  }
  .com-bread a {
    color: #000;
  }
}

/* 二级导航 */

.com-nav {
  padding: 0 0 10px;
}

.com-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}

.com-nav ul li {
  width: 50%;
  padding: 2px;
}

.com-nav ul li a {
  display: block;
  font: 400 16px/30px "微软雅黑";
  color: #333;
  text-align: center;

  border: 1px solid rgba(0, 0, 0, 0.8);
}

.com-nav ul li.active a {
  color: #fff;
  background: #047837;
  border-color: #047837;
}

@media (min-width: 1200px) {
  .com-nav {
    padding: 0 0 2.5vw;
  }
  .com-nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0;
  }
  .com-nav ul li {
    width: 50%;
    padding: 0;
  }
  .com-nav ul li a {
    display: block;
    position: relative;
    font: 400 0.9vw/3.6vw "微软雅黑";
    text-align: center;
    color: #000;
    background: #fff;
    border: 0;
  }
  .com-nav ul li:nth-child(2n) a {
    background: #ebebeb;
  }
  .com-nav ul li a:hover {
    color: #fff;
    background: #047837;
  }
  .com-nav ul li a:hover::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background: url(../images/three.png) no-repeat center 0;
  }
  .com-nav ul li.active a {
    color: #fff;
    background: #047837;
  }
}

/* 网站翻页 */

.pages {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  color: #2a4347;
}

.pages-left {
  display: none;
}

.pages-right {
  display: flex;
}

.pages-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  margin: 0 1px;
  font: 400 14px/30px "微软雅黑";
  color: #333;
  background: #fff;
  border: 1px solid #333;
}

.pages-right a.active {
  color: #fff;
  background: #047837;
  border: 1px solid #000;
}

.pages-right a:first-child,
.pages-right a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pages {
    justify-content: space-between;
    padding: 2.5vw 0;
  }
  .pages-left {
    display: block;
    padding-right: 10px;
    font: 400 14px/30px "微软雅黑";
  }
  .pages-right a:first-child,
  .pages-right a:last-child {
    display: flex;
    width: auto;
    padding: 0 12px;
    justify-content: center;
    align-items: center;
  }
  .pages-right a:hover {
    color: #fff;
    background: #047837;
    border-color: #047837;
  }
}

/* public */
.public {
  background: #f9f9f9;
  border-bottom: 2px solid #047837;
}
.public-main {
  padding: 0.2rem;
}
.public-box {
  padding: 0.2rem 0;
}
.public-logo {
  text-align: center;
}
.public-logo img {
  width: 2rem;
}
.public-tel {
  padding: 0.2rem 0 0;
}
.public-tel .ch {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
}
.public-tel .en {
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: #cfcfcf;
}
.public-tel-p {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
}
.public-adress {
  padding: 0.2rem 0 0;
}
.public-adress .ch {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
}
.public-adress .en {
  display: none;
  font-size: 14px;
  line-height: 20px;
  color: #cfcfcf;
}
.public-adress-p {
  font-size: 0.3rem;
  line-height: 0.4rem;
  color: #333;
}

.public-ewm {
  width: 1.3rem;
  padding: 0.2rem 0 0;
}
.public-ewm img {
  width: 100%;
  border: 1px solid #000;
}

footer {
  display: flex;
  flex-wrap: wrap;
  padding: 0.2rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border-top: 1px solid #d7d7d7;
}
footer a,
footer p {
  padding: 0 5px 0 0;
  color: #333;
}
@media (min-width: 1200px) {
  .public {
    background: #f9f9f9;
    border-bottom: 5px solid #047837;
  }
  .public-main {
    padding: 0 12vw;
  }
  .public-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3vw 0;
  }
  .public-logo {
    width: 7vw;
  }
  .public-logo img {
    width: 100%;
  }
  .public-tel {
    padding: 0;
  }
  .public-tel .ch {
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #333;
  }
  .public-tel .en {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #cfcfcf;
  }
  .public-tel-p {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #333;
  }
  .public-adress {
    padding: 0;
  }
  .public-adress .ch {
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #333;
  }
  .public-adress .en {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #cfcfcf;
  }
  .public-adress-p {
    font-size: 1.5vw;
    line-height: 2vw;
    color: #333;
  }

  .public-ewm {
    width: 6.5vw;
    padding: 0;
  }
  .public-ewm img {
    width: 100%;
  }

  footer {
    display: flex;
    padding: 2vw 0;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #333;
    border-top: 1px solid #d7d7d7;
  }
  footer a,
  footer p {
    padding: 0 5px 0 0;
    color: #333;
  }
}

/* preview */
.preview {
  display: flex;
  justify-content: space-between;
  margin: 2vw 0 0;
}
.preview-prev,
.preview-next {
  max-width: 48%;
}
.preview-prev a,
.preview-next a {
  padding: 0 10px;
  font: 400 14px/24px "微软雅黑";
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #333;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .preview a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-align: center;
  }
  .preview a:hover {
    color: #fff;
    background: #047837;
  }
}
