body {
  background-color: #fff;
}
.banner {
  min-width: 1200px;
  height: auto;
}
.summary2 {
  padding-top: 40px;
}

.summary2 .summ-tle p {
  text-align: center;
  font-size: 20px;
  color: #222222;
  font-weight: bold;
  padding-bottom: 20px;
  position: relative;
}

.summary2 .summ-tle p::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 4px;
  background: #000000;
  bottom: 0;
  left: 50%;
  margin-left: -16px;
}

.summary2 .summ-cnt {
  margin: 30px auto 0;
  width: 800px;
  font-size: 16px;
  color: #333333;
  line-height: 26px;
}

.theme-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 30px;
  margin-top: 70px;
  position: relative;
}

.theme-list::before {
  content: '';
  position: absolute;
  left: -1000px;
  right: -1000px;
  height: 1px;
  background: #E9E9E9;
  top: 80px;
  z-index: 1;
}

.theme-item {
  text-align: center;
  z-index: 2;
}

.theme-item-img {
  height: 52px;
  display: block;
  margin: 0 auto;
}

.theme-item-tle {
  color: #014099;
  font-weight: bold;
  font-size: 16px;
  display: inline-block;
  padding: 0 12px;
  background: #fff;
  margin-top: 20px;
}

.theme-item-cnt {
  margin-top: 20px;
  text-align: left;
}

.theme-item-cnt li {
  /* display: inline-block; */
  display: flex;
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #222222;
  line-height: 22px;
  padding-left: 44px;
}

.theme-item-cnt li+li {
  margin-top: 12px;
}

.theme-item-cnt li::before {
  content: '';
  display: inline-block;
  min-width: 5px;
  width: 5px;
  height: 5px;
  background: #000000;
  border-radius: 50%;
  vertical-align: top;
  margin-top: 9px;
  margin-right: 6px;
}

.rules-cnt {
  width: 1020px;
  height: 580px;
  margin: 68px auto 0;
  position: relative;
  background: url(../img/rules-chart.png) no-repeat center 136px;
}

.rules-item {
  position: absolute;
  width: 238px;
  top: 0;
  left: 0;
}

.rules-cnt .rules-item:nth-of-type(2) {
  top: 240px;
}

.rules-cnt .rules-item:nth-of-type(3) {
  top: 480px;
}

.rules-cnt .rules-item:nth-of-type(4) {
  top: 0;
  left: auto;
  right: 0;
}
.rules-cnt .rules-item:nth-of-type(5) {
  top: 240px;
  left: auto;
  right: 0;
}
.rules-cnt .rules-item:nth-of-type(6) {
  top: 480px;
  left: auto;
  right: 0;
}

.rules-item-tle {
  font-size: 20px;
  font-weight: bold;
  color: #014099;
}

.rules-item-cnt {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 800;
  color: #333333;
  line-height: 22px;
}

.repay-cnt {
  width: 1020px;
  margin: 68px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 100px;
  grid-row-gap: 50px;
}

.repay-item-tle {
  font-size: 20px;
  font-weight: bold;
  color: #014099;
}
.repay-item-cnt {
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
}
.repay-cnt .repay-item {
  position: relative;
}
/* .repay-cnt .repay-item::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 8px;
  background: url(../img/right-ico.png) no-repeat center;
  left: -60px;
  top: 84px;
} */
.repay-cnt .repay-item:first-of-type::before {
  content: none;
}

.sx-module .guest .guest-item .guest-info1{position: absolute;height: 120px;left: 0;bottom: 0;width:100%;padding-top:20px;color:#ffffff;padding-left: 20px;}
.sx-module .guest .guest-item .guest-info1 >img{width: 100%;height: 100%;position: absolute;bottom: 0;left: 0}
.sx-module .guest .guest-item .guest-info1 .name{font-family: FangSong;font-size:30px;;line-height: 40px;word-wrap: break-word;position: relative;z-index: 1;}
.sx-module .guest .guest-item .guest-info1 .title{font-size:14px;line-height: 18px;margin-left: 4px;margin-top: 10px;word-wrap: break-word;position: relative;z-index: 1;}

.partner{
  width: 1020px;
  margin: 68px auto 0;
}

.contact .partner-item{
  position: relative;
  width: calc(50% - 20px);
  padding: 50px 30px 30px 30px;
  margin: 0 40px 56px 0;
  border: 1px solid #DDDDDD;
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.contact .partner-item:nth-child(2n) {
  margin: 0 0 56px 0;
}
.partner-item img{
  position: absolute;
  height: 52px;
  top: -26px;
  left: 30px;
}
.partner-item .partner-tle{
  position: relative;
  font-size: 14px;
  font-weight: bold;
  color: #474F85;
  padding-left: 10px;
  border-left: 2px solid #474F85;
  line-height: 12px;
  margin-bottom: 10px;
}
.partner-item .partner-theme{
  font-weight: bold;
  margin-bottom: 18px;
}
.header ul li {
  padding: 0 20px;
}