.shuqian {
  width: 20px;
  height: 20px
}
.shuqianaa{
  display: inline-block;
  text-align: center;
  text-decoration:none;
  color: #2279fe;
  font-size: 15px;
  margin: 1px;
}
.banner {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.banner img {
  display: block;
  width: auto;
  min-width: 100vw;
  height: 320px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner .banner-text {
  position: absolute;
  width: 1200px;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fff;
  padding-top: 110px;
}
.banner .banner-text .title {
  font-size: 36px;
  font-weight: bold;
}
.banner .banner-text .en-title {
  font-size: 24px;
  margin-top: 6px;
}
.page-content {
  padding-top: 40px;
  padding-bottom: 64px;
  min-height: 600px;
}
.page-content .content-box {
  display: flex;
  align-items: flex-start;
}
.page-content .content-box .left-nav-list {
  width: 234px;
  margin-right: 60px;
  flex-shrink: 0;
}
.page-content .content-box .left-nav-list .nav-item {
  display: block;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  color: #111111;
  font-size: 16px;
  padding-left: 54px;
  background: #EEEFF4 url(../images/page/nav-arrow.png) no-repeat;
  background-size: 16px 16px;
  background-position: 20px center;
  border-bottom: 1px solid #DBDDE5;
  box-sizing: border-box;
  cursor: pointer;
}
.page-content .content-box .left-nav-list .nav-item.cur,
.page-content .content-box .left-nav-list .nav-item:hover {
  background: #2279FE url(../images/page/nav-arrow-cur.png) no-repeat;
  background-size: 16px 16px;
  background-position: 20px center;
  color: #fff;
  border-bottom: 1px solid #2279FE;
}
.page-content .content-box .left-nav-list .nav-item:nth-last-of-type(1) {
  border-bottom: none;
}
.page-content .content-box .right-content .content-title {
  color: #111111;
  font-size: 24px;
  background: url(../images/page/page-title-icon.png) no-repeat;
  background-size: 24px 24px;
  background-position: left center;
  padding-left: 32px;
}
.page-content .content-box .right-content .content {
  color: #666666;
  font-size: 14px;
  line-height: 28px;
  margin-top: 34px;
}
/*# sourceMappingURL=page1.css.map */