.s-header {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  height: 120px;
}
.s-header .s-logo {
  float: left;
  width: 354px;
  margin: 30px 0 30px;
}
.s-header .s-logo img {
  display: block;
  width: 354px;
}
.s-header .s-nav-wrap {
  float: right;
  overflow: hidden;
}
.s-header .s-nav-wrap .s-login {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 16px;
  color: #1D63CE;
  margin: 20px 0 24px;
}
.s-header .s-nav-wrap .s-login span {
  padding: 0 8px;
  position: relative;
  cursor: pointer;
}
.s-header .s-nav-wrap .s-login span::after {
  content: "";
  width: 1px;
  height: 12px;
  background: #D9D9D9;
  position: absolute;
  right: 0;
  top: 7px;
}
.s-header .s-nav-wrap .s-login span:last-child {
  padding-right: 0;
}
.s-header .s-nav-wrap .s-login span:last-child::after {
  content: "";
  background-color: none;
}
.s-header .s-nav-wrap .s-nav {
  overflow: hidden;
}
.s-header .s-nav-wrap .s-nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.s-header .s-nav-wrap .s-nav ul li {
  margin-left: 36px;
  cursor: pointer;
}
.s-header .s-nav-wrap .s-nav ul li a {
  display: block;
  font-size: 20px;
  padding-left: 36px;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 1) a {
  background: url("../images/icon-nav1.png") no-repeat left center;
  background-size: 32px;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 1).active a,
.s-header .s-nav-wrap .s-nav ul li:nth-child( 1):hover a {
  background: url("../images/icon-nav1-active.png") no-repeat left center;
  background-size: 32px;
  color: #1D63CE;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 2) a {
  background: url("../images/icon-nav2.png") no-repeat left center;
  background-size: 32px;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 2).active a,
.s-header .s-nav-wrap .s-nav ul li:nth-child( 2):hover a {
  background: url("../images/icon-nav2-active.png") no-repeat left center;
  background-size: 32px;
  color: #1D63CE;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 3) a {
  background: url("../images/icon-nav3.png") no-repeat left center;
  background-size: 32px;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 3).active a,
.s-header .s-nav-wrap .s-nav ul li:nth-child( 3):hover a {
  background: url("../images/icon-nav3-active.png") no-repeat left center;
  background-size: 32px;
  color: #1D63CE;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 4) a {
  background: url("../images/icon-nav4.png") no-repeat left center;
  background-size: 32px;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 4).active a,
.s-header .s-nav-wrap .s-nav ul li:nth-child( 4):hover a {
  background: url("../images/icon-nav4-active.png") no-repeat left center;
  background-size: 32px;
  color: #1D63CE;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 5) a {
  background: url("../images/icon-nav5.png") no-repeat left center;
  background-size: 32px;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 5).active a,
.s-header .s-nav-wrap .s-nav ul li:nth-child( 5):hover a {
  background: url("../images/icon-nav5-active.png") no-repeat left center;
  background-size: 32px;
  color: #1D63CE;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 6) a {
  background: url("../images/icon-nav6.png") no-repeat left center;
  background-size: 32px;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 6).active a,
.s-header .s-nav-wrap .s-nav ul li:nth-child( 6):hover a {
  background: url("../images/icon-nav6-active.png") no-repeat left center;
  background-size: 32px;
  color: #1D63CE;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 7) a {
  background: url("../images/icon-nav7.png") no-repeat left center;
  background-size: 32px;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 7).active a,
.s-header .s-nav-wrap .s-nav ul li:nth-child( 7):hover a {
  background: url("../images/icon-nav7-active.png") no-repeat left center;
  background-size: 32px;
  color: #1D63CE;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 8) a {
  background: url("../images/icon-nav8.png") no-repeat left center;
  background-size: 32px;
}
.s-header .s-nav-wrap .s-nav ul li:nth-child( 8).active a,
.s-header .s-nav-wrap .s-nav ul li:nth-child( 8):hover a {
  background: url("../images/icon-nav8-active.png") no-repeat left center;
  background-size: 32px;
  color: #1D63CE;
}
.s-banner-wrap {
  width: 100%;
  height: 320px;
  background: url("../images/banner.png") no-repeat top center;
  background-size: 1920px 360px;
  overflow: hidden;
}
.s-banner-wrap .s-banner {
  width: 1200px;
  margin: 0 auto;
}
.s-banner-wrap .s-banner .s-box {
  color: #FFFFFF;
  font-size: 16px;
  margin-top: 18px;
}
.s-banner-wrap .s-banner .s-search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 100px;
}
.s-banner-wrap .s-banner .s-search input {
  display: block;
  width: 360px;
  height: 48px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  margin-right: 4px;
  padding: 0 23px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-size: 16px;
}
.s-banner-wrap .s-banner .s-search input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
}
.s-banner-wrap .s-banner .s-search .s-btn {
  width: 112px;
  height: 48px;
  background: #2C90FF;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #FFFFFF;
}
.s-banner-wrap .s-banner .s-search .s-btn img {
  width: 30px;
  margin-right: 4px;
}
.s-content {
  width: 1200px;
  margin: 40px auto 0;
  display: flex;
}
.s-content .s-left {
  flex: 1;
}
.s-content .s-title {
  background: #FFFFFF;
  box-shadow: inset 0px -1px 0px 0px #f4f4f4;
  border-radius: 8px 8px 0px 0px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.s-content .s-title .s-name {
  display: flex;
  align-items: center;
  margin-left: 12px;
  font-weight: 600;
  color: #0A1342;
  font-size: 18px;
}
.s-content .s-title .s-name img {
  width: 24px;
  margin-right: 4px;
}
.s-content .s-title .s-more {
  cursor: pointer;
  float: right;
  color: #999999;
  font-size: 14px;
  margin-right: 20px;
}
.s-content .s-title .tab-nav {
  flex: 1;
  margin-left: 40px;
}
.s-content .s-title .tab-nav li {
  display: block;
  float: left;
  font-weight: 600;
  color: #0A1342;
  line-height: 48px;
  margin-right: 24px;
  font-size: 16px;
  cursor: pointer;
}
.s-content .s-title .tab-nav li.active {
  color: #2C90FF;
  position: relative;
}
.s-content .s-title .tab-nav li.active::after {
  content: "";
  width: 48px;
  height: 2px;
  background: #2C90FF;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.s-content .s-resource {
  width: 420px;
  height: 350px;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px 0px rgba(29, 99, 206, 0.08);
  border-radius: 8px 8px 8px 8px;
  float: left;
  margin-top: 20px;
}
.s-content .s-resource .s-app-list {
  width: 100%;
  height: 302px;
  background: url(../images/box-bg.png) no-repeat center -76px;
  background-size: 484px;
}
.s-content .s-resource .s-app-list li {
  display: block;
  float: left;
  width: 178px;
  height: 118px;
  background: #43B1F6 #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid rgba(10, 19, 66, 0.08);
  margin-top: 24px;
}
.s-content .s-resource .s-app-list li a {
  display: block;
  overflow: hidden;
}
.s-content .s-resource .s-app-list li a img {
  width: 48px;
  display: block;
  margin: 24px auto 4px;
}
.s-content .s-resource .s-app-list li a h3 {
  font-size: 16px;
  font-weight: 600;
  color: #0A1342;
  text-align: center;
}
.s-content .s-resource .s-app-list li:first-child,
.s-content .s-resource .s-app-list li:nth-child(3) {
  margin-left: 20px;
  margin-right: 24px;
}
.s-content .s-resource .s-app-list li:hover a h3 {
  color: #2C90FF;
}
.s-content .s-inform {
  width: 420px;
  height: 350px;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px 0px rgba(29, 99, 206, 0.08);
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  margin-left: 20px;
  margin-right: 20px;
  float: left;
}
.s-content .s-inform ul {
  overflow: hidden;
  margin: 0 20px;
}
.s-content .s-inform ul li {
  display: block;
}
.s-content .s-inform ul li a {
  display: flex;
  align-items: center;
  padding: 17px 0;
}
.s-content .s-inform ul li a img {
  width: 24px;
  margin-right: 6px;
}
.s-content .s-inform ul li a h3 {
  font-size: 16px;
  color: #0A1342;
  flex: 1;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.s-content .s-inform ul li a span {
  color: #999999;
  font-size: 14px;
}
.s-content .s-inform ul li:hover a h3 {
  font-weight: 600;
  color: #2C90FF;
}
.s-content .s-special {
  width: 420px;
  height: 350px;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px 0px rgba(29, 99, 206, 0.08);
  border-radius: 8px 8px 8px 8px;
  margin-top: 20px;
  margin-right: 20px;
  float: left;
}
.s-content .s-special ul {
  margin-top: 24px;
}
.s-content .s-special ul li {
  display: block;
  width: 178px;
  height: 118px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid rgba(44, 144, 255, 0.2);
  overflow: hidden;
  float: left;
  margin-bottom: 24px;
}
.s-content .s-special ul li:first-child,
.s-content .s-special ul li:nth-child(3) {
  margin-right: 24px;
  margin-left: 20px;
}
.s-content .s-special ul li a {
  display: block;
  overflow: hidden;
}
.s-content .s-special ul li a img {
  display: block;
  width: 178px;
  height: 118px;
  transition: all linear 0.5s;
}
.s-content .s-special ul li:hover a img {
  transform: scale(1.5);
}
.s-content .s-activity {
  float: left;
  width: 420px;
  height: 350px;
  background: #FFFFFF;
  box-shadow: 0px 4px 32px 0px rgba(29, 99, 206, 0.08);
  border-radius: 8px 8px 8px 8px;
}
.s-content .s-activity .act-box {
  margin-top: 24px;
}
.s-content .s-activity .act-box ul {
  display: none;
}
.s-content .s-activity .act-box ul:first-child {
  display: block;
}
.s-content .s-activity .act-box ul li {
  display: block;
  width: 178px;
  height: 118px;
  border-radius: 8px;
  border: 1px solid rgba(44, 144, 255, 0.2);
  overflow: hidden;
  float: left;
  margin-bottom: 24px;
}
.s-content .s-activity .act-box ul li:first-child,
.s-content .s-activity .act-box ul li:nth-child(3) {
  margin-right: 24px;
  margin-left: 20px;
}
.s-content .s-activity .act-box ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
.s-content .s-activity .act-box ul li a img {
  display: block;
  width: 178px;
  height: 118px;
  transition: all 0.5s linear;
}
.s-content .s-activity .act-box ul li a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 49px;
  height: 20px;
  background: #2C90FF;
  border-radius: 8px 0px 0px 0px;
  color: #FFFFFF;
  text-align: center;
  line-height: 20px;
  z-index: 9;
}
.s-content .s-activity .act-box ul li a span.act-end {
  background: rgba(0, 0, 0, 0.5);
}
.s-content .s-activity .act-box ul li:hover a img {
  transform: scale(1.5);
}
.s-content .s-right {
  width: 320px;
}
.s-content .s-right a {
  display: block;
  width: 320px;
  height: 124px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px 0px rgba(44, 144, 255, 0.08);
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  border: 1px solid rgba(29, 99, 206, 0.08);
  margin-bottom: 23px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}
.s-content .s-right a img {
  width: 260px;
}
.s-content .s-right a:hover {
  box-shadow: 0px 8px 16px 0px rgba(44, 144, 255, 0.2);
  transform: translateY(-10px);
}
.s-net {
  width: 100%;
  height: 62px;
  background: #F1F2F3;
  border-radius: 0px 0px 0px 0px;
}
.s-net .s-net-con {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 62px;
}
.s-net .s-net-con h3 {
  width: 70px;
  font-size: 14px;
  color: #787878;
}
.s-net .s-net-con ul {
  display: flex;
}
.s-net .s-net-con ul li {
  padding: 0 20px;
  color: #454545;
  font-size: 14px;
  position: relative;
}
.s-net .s-net-con ul li::after {
  content: "";
  width: 1px;
  height: 14px;
  background: #454545;
  position: absolute;
  right: 0;
  top: 4px;
}
.s-net .s-net-con ul li:last-child {
  padding-right: 0;
}
.s-net .s-net-con ul li:last-child::after {
  content: "";
  background: none;
}
.s-footer {
  width: 100%;
  height: 112px;
  background: #EAEBEB;
  overflow: hidden;
}
.s-footer p {
  line-height: 24px;
  text-align: center;
  color: #787878;
}
.s-footer p:first-child {
  margin-top: 20px;
}
.s-footer p span {
  padding-right: 10px;
}
.s-footer p em {
  color: #454545;
}
