.site-header .topbar {
  height: 30px;
  background: #282828;
  font-size: 12px;
  color: #c0c4cc;
  line-height: 30px;
}
.site-header .topbar .m-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .topnav {
  height: 100px;
  font-size: 18px;
  color: #303133;
}
.site-header .topnav .m-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-header .topnav .m-container .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-header .topnav .m-container .links li {
  line-height: 100px;
  padding-left: 22px;
}
.site-header .topnav .m-container .links li.active {
  font-weight: 600;
  color: #005ca1;
}
.site-footer {
  height: 120px;
  background: #282828;
}
.site-footer .m-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer .m-container .left {
  width: 52px;
  height: 63px;
  /* background: #fff; */
  margin-right: 29px;
}
.site-footer .m-container .center p {
  font-size: 12px;
  color: #fff;
  line-height: 2;
}
.site-footer .m-container .right {
  margin-left: auto;
}
.center-wrap {
  width: 1200px;
  margin: 0 auto;
}
.site-head {
  font-size: 12px;
  color: #c0c4cc;
  background: #282828;
}
.site-head .topbar {
  height: 30px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-nav {
  height: 500px;
  background: url("../images/首页/未标题-1.png") no-repeat;
  background-position-y: bottom;
}
.main-nav .topnav {
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #7b95e9;
}
.main-nav .topnav .nav-links li {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin-right: 25px;
  height: 70px;
  line-height: 70px;
  margin-right: 40px;
}
.main-nav .topnav .nav-links li a {
  color: #fff;
}
.main-nav .topnav .nav-links li:first-child {
  border-bottom: 3px solid #fff;
  font-weight: 600;
}
.main-nav .banner-zh {
  /* margin-top: 113px; */
  font-size: 48px;
  font-weight: 300;
  color: #ffffff;
  line-height: 67px;
}
.main-nav .banner-en {
  font-size: 28px;
  font-weight: 300;
  color: #ffffff;
  line-height: 40px;
}
.site-content {
  padding: 40px 0;
  background: #fff;
}
.site-content .center-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.site-content .left {
  width: 556px;
  background: #f5f7fa;
}
.site-content .left img {
  width: 100%;
  height: 349px;
}
.site-content .left .desc {
  padding: 26px 20px;
}
.site-content .left .desc .title {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.site-content .left .desc .subtitle {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #606266;
  height: 62px;
  overflow: hidden;
}
.site-content .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 31px;
}
.site-content .right nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-content .right nav .content-nav li {
  display: inline-block;
  padding: 0 18px;
  line-height: 38px;
  height: 38px;
  font-size: 18px;
  cursor: pointer;
}
.site-content .right nav .content-nav li.active {
  font-weight: 500;
  color: #ffffff;
  background: #005ca1;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 92, 161, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 92, 161, 0.2);
}
.site-content .right nav .nav-more {
  display: block;
  width: 67px;
  height: 30px;
  border: 1px solid #005ca1;
  border-radius: 16px;
  font-size: 14px;
  color: #005ca1;
  line-height: 30px;
  text-align: center;
}
.site-content .right .links {
  margin-top: 20px;
}
.site-content .right .links li {
  padding: 19px 0;
  border-bottom: 1px solid #e2e7ef;
}
.site-content .right .links li a {
  font-size: 16px;
  color: #303133;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.site-content .right .links li .time {
  margin-top: 10px;
  font-size: 14px;
  color: #909399;
}
.site-content .right .links li:hover {
  border-bottom: 1px dashed #005ca1;
}
.site-content .right .links li:hover a {
  font-weight: 600;
  color: #005ca1;
}
.shortcut-container {
  overflow: hidden;
  background: #f5f7fa;
}
.shortcut-container .title {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #005ca1;
  line-height: 37px;
}
.shortcut-container .title .en {
  color: #c0c4cc;
  font-weight: 400;
  line-height: 37px;
}
.shortcut-container .links {
  overflow: hidden;
  margin: 30px 0 40px;
  padding: 0;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.shortcut-container .links li {
  text-align: center;
  overflow: hidden;
  width: 280px;
  height: 160px;
  background: #ffffff;
  border-radius: 8px;
}
.shortcut-container .links li img {
  display: block;
  width: 46px;
  height: 46px;
  margin: 33px auto 25px;
}
.shortcut-container .links li span {
  font-size: 16px;
  color: #303133;
  line-height: 22px;
}
.service-container {
  height: 424px;
  overflow: hidden;
  background: url("../images/首页/编组 7.png");
}
.service-container .title {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 37px;
}
.service-container .title .en {
  font-weight: 400;
  line-height: 37px;
}
.service-container .links {
  margin: 0;
  margin-top: 40px;
  padding: 0;
  font-size: 0;
}
.service-container .links li {
  display: inline-block;
  width: 282px;
  height: 64px;
  line-height: 64px;
  list-style: none;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #303133;
  background: #fff;
  border-radius: 4px;
  margin-right: 24px;
  margin-bottom: 24px;
}
.service-container .links li:nth-child(4n) {
  margin-right: 0;
}
.special-container {
  overflow: hidden;
}
.special-container .title {
  margin-top: 30px;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #005ca1;
  line-height: 37px;
}
.special-container .title .en {
  color: #c0c4cc;
  font-weight: 400;
  line-height: 37px;
}
.special-container .links {
  margin-top: 30px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-foot {
  background: #282828;
  height: 120px;
}
.site-foot .site-foot-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
}
.site-foot .left {
  width: 52px;
  height: 64px;
}
.site-foot .center {
  margin-left: 30px;
  font-size: 12px;
  color: #ffffff;
  line-height: 20px;
}
.site-foot .right {
  margin-left: auto;
}
