.warp {
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.header {
  height: 100px;
}
.header .logo {
  float: left;
  margin-top: 18px;
}
.header .tel {
  float: right;
  margin-top: 18px;
}
.banner {
  height: 600px;
  background: url("../images/banner.jpg") center no-repeat;
}
.nav {
  height: 70px;
  background: #707ab3;
  text-align: center;
}
.nav .item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  font-size: 22px;
  color: #ffffff;
  line-height: 70px;
  text-decoration: none;
  cursor: pointer;
}
.nav .item:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background: #ffffff;
}
.nav .item:last-child:after {
  display: none;
}
.section .s-caption {
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
.section .s-caption span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #282f64;
}
.section .s-caption span i {
  font-style: normal;
  color: #e3005f;
}
.section .s-caption span:before {
  content: "";
  display: block;
  width: 70px;
  height: 23px;
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -12px;
  background: url("../images/caption-left.png") center no-repeat;
}
.section .s-caption span:after {
  content: "";
  display: block;
  width: 70px;
  height: 23px;
  position: absolute;
  right: -90px;
  top: 50%;
  margin-top: -12px;
  background: url("../images/caption-right.png") center no-repeat;
}
.section .remind {
  width: 980px;
  margin: 46px auto 0;
  font-size: 24px;
  line-height: 36px;
  color: #2e2e2e;
  text-indent: 2em;
}
.section-1 {
  padding: 80px 0 120px;
}
.section-1 .mean {
  margin-top: 45px;
  padding-bottom: 1px;
  overflow: hidden;
}
.section-1 .mean-item {
  float: left;
  width: 398px;
  height: 248px;
  position: relative;
  margin-right: -1px;
  margin-bottom: -1px;
  cursor: pointer;
  border: 1px solid #e5e5e5;
}
.section-1 .mean-item .forward .icon {
  display: block;
  width: 100px;
  height: 100px;
  margin: 40px auto 0;
  border-radius: 50%;
  background-color: #f7f5ff;
  background-repeat: no-repeat;
  background-position: center center;
}
.section-1 .mean-item .forward .icon.icon-1 {
  background-image: url("../images/icon-1.png");
}
.section-1 .mean-item .forward .icon.icon-2 {
  background-image: url("../images/icon-2.png");
}
.section-1 .mean-item .forward .icon.icon-3 {
  background-image: url("../images/icon-3.png");
}
.section-1 .mean-item .forward .icon.icon-4 {
  background-image: url("../images/icon-4.png");
}
.section-1 .mean-item .forward .icon.icon-5 {
  background-image: url("../images/icon-5.png");
}
.section-1 .mean-item .forward .icon.icon-6 {
  background-image: url("../images/icon-6.png");
}
.section-1 .mean-item .forward .text {
  display: block;
  margin-top: 22px;
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  color: #4b4b4b;
}
.section-1 .mean-item .backup {
  opacity: 0;
  position: absolute;
  transform: perspective(1800px) rotateY(-180deg);
  transform-style: preserve-3d;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
  background: #3754a7;
  transition: all 0.45s ease-in-out;
}
.section-1 .mean-item .backup .title {
  margin-top: 14px;
  padding-bottom: 4px;
  position: relative;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
}
.section-1 .mean-item .backup .title:after {
  content: "";
  display: block;
  width: 180px;
  height: 4px;
  position: absolute;
  left: 50%;
  margin-left: -90px;
  bottom: 0;
  background: #ffffff;
}
.section-1 .mean-item .backup .desc {
  margin-top: 27px;
  padding: 0 32px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
}
.section-1 .mean-item .backup .link {
  margin-top: 15px;
  padding: 0 32px;
  overflow: hidden;
}
.section-1 .mean-item .backup .link span {
  float: left;
  padding-left: 25px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  background: url("../images/icon-arrow-right.png") left center no-repeat;
}
.section-1 .mean-item .backup .link a {
  float: left;
  font-size: 18px;
  color: #fff21a;
  text-decoration: underline;
}
.section-1 .mean-item:hover .backup {
  transform: perspective(1800px) rotateY(0deg);
  opacity: 1;
}
.section-2 {
  height: 805px;
  background: url("../images/bj-repeat.jpg") center repeat;
  overflow: hidden;
}
.section-2 .s-caption {
  margin-top: 80px;
}
.section-2 .remind {
  text-align: center;
}
.section-2 .require-list {
  width: 1000px;
  margin: 36px auto 0;
}
.section-2 .require-item {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.section-2 .require-item .circle {
  float: left;
  width: 136px;
  height: 136px;
  display: table;
  margin-right: 30px;
  border: 10px solid #cbcdda;
  border-radius: 50%;
  text-align: center;
}
.section-2 .require-item .circle span {
  height: 136px;
  display: table-cell;
  vertical-align: middle;
  font-size: 34px;
  font-weight: bold;
  color: #282f64;
}
.section-2 .require-item .circle span b {
  color: #e30061;
}
.section-2 .require-item .content {
  float: left;
  width: 780px;
  margin-top: 42px;
}
.section-2 .require-item .content p {
  font-size: 24px;
  line-height: 36px;
  color: #2e2e2e;
}
.section-2 .require-item:after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 0;
  border-bottom: 1px dashed #cbcdda;
}
.section-2 .require-item:last-child:after {
  display: none;
}
.section-2 .button {
  margin-top: 42px;
  text-align: center;
}
.section-2 .button a {
  display: inline-block;
  padding: 0 34px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  border-radius: 8px;
  background: #e30061;
  text-decoration: none;
}
.section-3 {
  padding-top: 120px;
}
.section-3 .table {
  margin: 22px auto 0;
  width: 975px;
}
.section-3 .table table {
  border-left: 1px solid #d8dbee;
  border-top: 1px solid #d8dbee;
}
.section-3 .table tr:nth-child(odd) td {
  background: #f5f6fb;
}
.section-3 .table th {
  height: 60px;
  background: #3754a7;
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  border-right: 1px solid #d8dbee;
  border-bottom: 1px solid #d8dbee;
}
.section-3 .table td {
  padding: 12px 0;
  text-align: center;
  border-right: 1px solid #d8dbee;
  border-bottom: 1px solid #d8dbee;
  font-size: 20px;
  line-height: 1.5;
  color: #2e2e2e;
}
.section-3 .table td:last-child {
  padding: 12px 10px;
  text-align: left;
}
.section-3 .button {
  margin-top: 80px;
  text-align: center;
}
.section-3 .button a {
  display: inline-block;
  padding: 0 34px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  border-radius: 8px;
  background: #e30061;
  text-decoration: none;
}
.section-4 .advertisement {
  margin-top: 40px;
  height: 290px;
  position: relative;
  background: url("../images/ad.jpg") center no-repeat;
}
.section-4 .advertisement a {
  position: absolute;
  width: 240px;
  height: 70px;
  top: 155px;
  right: 50%;
  margin-right: -600px;
}
.section-5 {
  height: 1036px;
  background: url("../images/bj-repeat-1.jpg") center repeat;
  overflow: hidden;
}
.section-5 .s-caption {
  margin-top: 116px;
  text-align: center;
  font-size: 40px;
  line-height: 40px;
  font-weight: bold;
}
.section-5 .s-caption span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #ffffff;
}
.section-5 .s-caption span i {
  font-style: normal;
  color: #e3005f;
}
.section-5 .s-caption span:before {
  content: "";
  display: block;
  width: 70px;
  height: 23px;
  position: absolute;
  left: -90px;
  top: 50%;
  margin-top: -12px;
  background: url("../images/caption-left-1.png") center no-repeat;
}
.section-5 .s-caption span:after {
  content: "";
  display: block;
  width: 70px;
  height: 23px;
  position: absolute;
  right: -90px;
  top: 50%;
  margin-top: -12px;
  background: url("../images/caption-right-1.png") center no-repeat;
}
.section-5 .remind {
  width: 980px;
  margin: 46px auto 0;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  text-indent: 2em;
}
.section-5 .table {
  margin: 38px auto 0;
  width: 975px;
}
.section-5 .table table {
  border-left: 1px solid #d8dbee;
  border-top: 1px solid #d8dbee;
}
.section-5 .table tr:nth-child(even) td {
  background: #ffffff;
}
.section-5 .table tr:nth-child(odd) td {
  background: #f5f6fb;
}
.section-5 .table th {
  height: 60px;
  background: #e30061;
  font-size: 24px;
  color: #ffffff;
  font-weight: normal;
  border-right: 1px solid #d8dbee;
  border-bottom: 1px solid #d8dbee;
}
.section-5 .table td {
  padding: 12px 0 12px 25px;
  text-align: left;
  border-right: 1px solid #d8dbee;
  border-bottom: 1px solid #d8dbee;
  font-size: 20px;
  line-height: 1.5;
  color: #2e2e2e;
}
.section-5 .table td:last-child {
  padding: 12px 10px;
  text-align: center;
}
.section-5 .button {
  margin-top: 80px;
  text-align: center;
}
.section-5 .button a {
  display: inline-block;
  padding: 0 34px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  border-radius: 8px;
  background: #e30061;
  text-decoration: none;
}
.section-6 {
  padding-top: 118px;
  padding-bottom: 58px;
  background: url("../images/bj-1.jpg") center bottom no-repeat;
  overflow: hidden;
}
.section-6 .warning {
  width: 980px;
  margin: 20px auto 0;
  font-size: 20px;
  line-height: 36px;
  color: #2e2e2e;
  text-indent: 2em;
}
.section-6 .warning span {
  color: #e30061;
}
.section-6 .calendar {
  width: 832px;
  margin: 32px auto 0;
  text-align: center;
  font-size: 0;
}
.section-6 .calendar .month {
  display: inline-block;
  width: 200px;
  height: 90px;
  margin: 4px;
  position: relative;
  vertical-align: middle;
}
.section-6 .calendar .month.normal {
  background: #f5f6fb;
}
.section-6 .calendar .month.special {
  background: #ccd0e8;
}
.section-6 .calendar .month .month-number {
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 20px;
  color: #282f64;
  font-family: monospace;
}
.section-6 .calendar .month .month-number b {
  font-size: 43px;
}
.section-6 .calendar .month .schedule {
  position: absolute;
  right: 10px;
  top: 24px;
  font-size: 20px;
  line-height: 28px;
  color: #282f64;
}
.section-6 .button {
  margin-top: 68px;
  text-align: center;
}
.section-6 .button a {
  display: inline-block;
  padding: 0 34px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  border-radius: 8px;
  background: #e30061;
  text-decoration: none;
}
.section-7 {
  height: 676px;
  background: url("../images/bj-2.jpg") center no-repeat;
  overflow: hidden;
}
.section-7 .s-caption {
  margin-top: 108px;
}
.section-7 .process {
  margin-top: 54px;
  text-align: center;
}
.section-7 .button {
  margin-top: 63px;
  text-align: center;
}
.section-7 .button a {
  display: inline-block;
  padding: 0 34px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  border-radius: 8px;
  background: #e30061;
  text-decoration: none;
}
.section-8 {
  padding-top: 118px;
  padding-bottom: 72px;
  text-align: center;
}
.section-8 .sub-caption {
  margin-top: 34px;
  font-size: 24px;
  line-height: 30px;
  font-style: italic;
  color: #282f64;
  font-weight: bold;
}
.section-8 .sub-caption span {
  font-size: 40px;
  color: #e30061;
}
.section-8 .questions {
  position: relative;
  height: 430px;
  margin-top: 45px;
}
.section-8 .questions .question {
  position: absolute;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.15s linear;
}
.section-8 .questions .question:hover {
  transform: scale(1.03) translateZ(0);
}
.section-8 .questions .question.size-1 {
  width: 146px;
  height: 146px;
}
.section-8 .questions .question.size-2 {
  width: 132px;
  height: 132px;
}
.section-8 .questions .question.size-3 {
  width: 122px;
  height: 122px;
}
.section-8 .questions .question.size-4 {
  width: 136px;
  height: 136px;
}
.section-8 .questions .question.size-5 {
  width: 110px;
  height: 110px;
}
.section-8 .questions .question.size-6 {
  width: 157px;
  height: 157px;
}
.section-8 .questions .question.size-7 {
  width: 134px;
  height: 134px;
}
.section-8 .questions .question.color-1 {
  background: #5e6cc7;
}
.section-8 .questions .question.color-2 {
  background: #384074;
}
.section-8 .questions .question.color-3 {
  background: #73799d;
}
.section-8 .questions .question.question-1 {
  left: 200px;
  top: 40px;
}
.section-8 .questions .question.question-2 {
  left: 394px;
  top: 0;
}
.section-8 .questions .question.question-3 {
  left: 655px;
  top: 0;
}
.section-8 .questions .question.question-4 {
  left: 804px;
  top: 16px;
}
.section-8 .questions .question.question-5 {
  left: 335px;
  top: 136px;
}
.section-8 .questions .question.question-6 {
  left: 514px;
  top: 112px;
}
.section-8 .questions .question.question-7 {
  left: 664px;
  top: 150px;
}
.section-8 .questions .question.question-8 {
  left: 866px;
  top: 185px;
}
.section-8 .questions .question.question-9 {
  left: 206px;
  top: 230px;
}
.section-8 .questions .question.question-10 {
  left: 394px;
  top: 273px;
}
.section-8 .questions .question.question-11 {
  left: 577px;
  top: 280px;
}
.section-8 .questions .question.question-12 {
  left: 755px;
  top: 290px;
}
.section-8 .questions .question .table {
  width: 100%;
  height: 100%;
  display: table;
}
.section-8 .questions .question .table a {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  line-height: 24px;
  transform: translate3d(0, 0, 0);
  color: #ffffff;
  text-decoration: none;
}
.section-8 .button {
  margin-top: 70px;
  text-align: center;
}
.section-8 .button a {
  display: inline-block;
  padding: 0 34px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  border-radius: 8px;
  background: #e30061;
  text-decoration: none;
}
.footer {
  height: 90px;
  line-height: 90px;
  background: #06133e;
  text-align: center;
  font-size: 16px;
  color: #73799d;
}
.fix {
  position: fixed;
  top: 50%;
  margin-top: -50px;
  right: 10px;
  z-index: 999;
  display: none;
}
.fix .fix-nav {
  position: relative;
}
.fix .fix-nav:before {
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 6px;
  background: #5e6cc7;
}
.fix .fix-nav .fix-nav-item {
  position: relative;
  margin: 10px 0;
  padding-left: 20px;
  font-size: 18px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.15s linear;
}
.fix .fix-nav .fix-nav-item.active {
  color: #e3005f;
}
.fix .fix-nav .fix-nav-item.active:before {
  border: 1px solid #5e6cc7;
  background: #e3005f;
}
.fix .fix-nav .fix-nav-item:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  border-radius: 50%;
  border: 1px solid #e3005f;
  background: #ffffff;
  transition: all 0.15s linear;
}
/*# sourceMappingURL=style.css.map */