/* banner */
.com-banner {
  position: relative;
  overflow: hidden;
}
.com-banner i {
  display: block;
}
.com-banner i img {
  width: 200%;
  margin-left: -100%;
}
.com-banner-layer {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 1rem;
  width: 100%;
  text-align: center;
  color: #fff;
}
.com-banner-layer .ch {
  font-size: 18px;
  line-height: 20px;
  background: url(../images/com_line.png) no-repeat center center/3rem;
}
.com-banner-layer .en {
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
}
.com-banner-img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.com-banner-img img {
  width: 48px;
}
@media (min-width: 1200px) {
  .com-banner {
    position: relative;
  }
  .com-banner i {
    display: block;
  }
  .com-banner i img {
    width: 100%;
    margin: 0;
  }
  .com-banner-layer {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 7vw;
    width: 100%;
    text-align: center;
    color: #fff;
  }
  .com-banner-layer .ch {
    font-size: 1.8vw;
    line-height: 2vw;
    background: url(../images/com_line.png) no-repeat center center;
  }
  .com-banner-layer .en {
    margin: 0.2vw 0 0;
    font-size: 0.9vw;
    line-height: 1.2vw;
    text-transform: uppercase;
  }
  .com-banner-img {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .com-banner-img img {
    width: 10.6vw;
  }
}

/* 主体 */
article {
  padding: 0 0 10px;
  background: #eef2f5;
}

.bread {
  background: #fff;
}
.bread-main {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.bread-main a {
  color: #000;
}

.common-main {
  padding: 16px 12px 12px;
}

.common-slide {
  padding: 0 0 10px;
}
.common-title {
  margin: 0 4px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  background: #0457a3;
}
.common-title .ch {
  position: relative;
  z-index: 20;
  font-size: 18px;
  line-height: 20px;
}
.common-title .en {
  position: relative;
  z-index: 15;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
}
.slide-contact {
  margin: 0 4px;
}
.slide-contact i {
  display: none;
}
.slide-contact i img {
  width: 272px;
}
.slide-contact p {
  padding-left: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  background: #1274cf url(../images/tel.png) no-repeat 12px center/18px;
  border-radius: 0 20px 0 0;
}

.common-box {
  min-height: 420px;
  margin: 0 4px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1200px) {
  article {
    padding: 0 0 90px;
  }
  .bread {
    background: #fff;
  }
  .bread-main {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    font-size: 14px;
    line-height: 3.6vw;
    color: #000;
  }
  .bread-main a {
    color: #000;
  }
  .common-main {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: 2vw auto 0;
    padding: 0;
  }
  .common-slide {
    width: 284px;
    padding: 0 0 20px;
  }
  .common-title {
    margin: 0;
    text-align: left;
    background: none;
  }
  .common-title .ch {
    position: relative;
    z-index: 20;
    padding-left: 20px;
    font-size: 24px;
    line-height: 30px;
    color: #0457a3;
    background: url(../images/com_shu.png) no-repeat 0 center;
  }
  .common-title .en {
    position: relative;
    z-index: 15;
    margin-top: -16px;
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
  }
  .slide-contact {
    margin: 90px 0 0;
  }
  .slide-contact i {
    display: block;
  }
  .slide-contact i img {
    width: 272px;
  }
  .slide-contact p {
    padding-left: 72px;
    font-size: 16px;
    line-height: 64px;
    color: #fff;
    background: #1274cf url(../images/tel.png) no-repeat 24px center;
    border-radius: 0 40px 0 0;
  }
  .common-box {
    width: 880px;
    min-height: 480px;
    margin: 0;
    padding: 0;
  }
}

/* 二级导航 */

.common-nav {
  padding: 2px;
}

.common-nav ul {
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
}

.common-nav ul li {
  width: 50%;
  padding: 2px;
}

.common-nav ul li a {
  display: block;
  font: 400 16px/30px "微软雅黑";
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
}

.common-nav ul li.active a {
  background: #1274cf;
}

@media (min-width: 1200px) {
  .common-nav {
    padding: 10px 0 0;
  }
  .common-nav ul {
    display: block;
  }
  .common-nav ul li {
    width: auto;
    padding: 0 0 3px;
  }
  .common-nav ul li a {
    display: block;
    font: 400 18px/64px "微软雅黑";
    text-align: center;
    color: #000;
    background: #fff;
  }
  .common-nav ul li a:hover {
    color: #fff;
    background: #1274cf;
  }
  .common-nav ul li.active a {
    color: #fff;
    background: #1274cf;
  }
}

/* 网站翻页 */

.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.page-num {
  color: #fff;
  background: #1274cf;
  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: 15px 20px;
    background: #ffffff;
    border-top: 10px solid #eef2f5;
  }
  .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: #1274cf;
    border-color: #1274cf;
  }
}
