.com-banner {
  position: relative;
  z-index: 1;
}
.com-banner i {
  display: block;
  overflow: hidden;
}
.com-banner i img {
  width: 140%;
  margin-left: -20%;
}
.com-banner-font {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 1rem;
  width: 100%;
  text-align: center;
}

.com-banner-font .en {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: transparent;
  -webkit-text-stroke: 0.6px #ffffff;
  letter-spacing: 3px;
  font-family: "Microsoft YaHei";
  text-transform: uppercase;
}
.com-banner-font .ch {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
@media (min-width: 1200px) {
  .com-banner i img {
    width: 100%;
    margin: 0;
  }

  .com-banner-font {
    top: 15vw;
  }
  .com-banner-font .en {
    font-size: 60px;
  }
  .com-banner-font .ch {
    margin: 0.2vw 0 0;
    font-size: 18px;
    line-height: 30px;
  }
}

/* main */
.com-main {
  padding: 0.2rem;
}

.com-line {
  display: block;
  border-bottom: 1px solid #eaeaea;
}
.com-bread {
  display: flex;
  padding-left: 15px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  background: url(../images/home.jpg) no-repeat 0 center;
}
.com-bread a {
  display: block;
  color: #333;
}

.com-nav {
  position: relative;
  padding: 0.1rem 0;
}
.com-nav ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}
.com-nav ul li {
  width: 50%;
  padding: 2px;
}
.com-nav ul a {
  display: block;
  font-size: 14px;
  line-height: 36px;
  color: #333;
  text-align: center;
  background: #e6e6e6;
}
.com-main section{
  padding: 10px 0;
}
@media (min-width: 1200px) {
  .com-main {
    padding: 0 5vw;
    overflow: hidden;
  }
  .com-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1vw 0;
    border-bottom: 1px solid #eaeaea;
  }
  .com-bread {
    display: flex;
    padding-left: 15px;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    background: url(../images/home.jpg) no-repeat 0 center;
  }
  .com-bread a {
    display: block;
    padding: 0 2px;
    color: #333;
  }
  .com-nav {
    position: relative;
    background: none;
  }

  .com-nav ul {
    display: flex;
  }
  .com-nav ul li {
    width: auto;
    padding: 0 0 0 1vw;
  }
  .com-nav ul a {
    display: block;
    padding: 0 1vw;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    background: none;
    border: 1px solid #e98712;
    border-radius: 1vw;
  }
  .com-nav ul a:hover {
    color: #fff;
    background: #e98712;
  }
  .com-nav ul li.active a {
    color: #fff;
    background: #e98712;
  }

  .com-main section{
    padding: 2.5vw 0;
  }
}

/* page */

.pages {
  display: flex;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  color: #828282;
}

.pages-left {
  display: none;
}

.pages-right {
  display: flex;
}

.pages-right a {
  width: 32px;
  margin: 0 2px;
  font: 400 14px/30px "微软雅黑";
  color: #828282;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e4e4e4;
  border-radius: 5px;
}

.pages-right a.active {
  color: #fff;
  background: #e98712;
  border: 1px solid #e98712;
}

.pages-right a:first-child,
.pages-right a:last-child {
  display: none;
}

@media (min-width: 1200px) {
  .pages {
    justify-content: space-between;
    padding: 1vw 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: #e98712;
    border-color: #e98712;
  }
}

/*预览 上下个 */
.preview {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
.preview-prev,
.preview-next {
  max-width: 49%;
}
.preview-prev a,
.preview-next a {
  display: block;
  padding: 4px 8px;
  border: 1px solid #999;
  font: 400 14px/24px "微软雅黑";
  color: #828282;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e4e4e4;
  border-radius: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .preview-prev,
  .preview-next {
    font: 400 16px/24px "微软雅黑";
    color: #828282;
  }
  .preview-prev a:hover,
  .preview-next a:hover {
    color: #fff;
    background: #e98712;
  }
}
