body {
  position: relative;
  line-height: 2;
  font-size: 16px;
  color: #080384;
  background: #e3e6ff;
  overflow: hidden;
}

p {
  text-align: justify;
  text-indent: 2em;
}

h3 {
  text-align: center;
  font-size: 30px;
  color: #460195;
  font-style: italic;
  background: url("../img/title.png") no-repeat center 10px;
}

.main {
  overflow: hidden;
  background: #e3e6ff;
  background: -webkit-linear-gradient(#8d7afc 0, #e3e6ff 150px);
  background: linear-gradient(#8d7afc 0, #e3e6ff 150px);
}
.main > .text-center:first-child {
  padding: 20px 0;
  line-height: 1.6;
  font-size: 24px;
  color: white;
}

.footer-default {
  background: #7779fe;
  background: -webkit-linear-gradient(#756dfe, #7ca1ff);
  background: linear-gradient(#756dfe, #7ca1ff);
}

.text-center {
  text-align: center;
}

.section {
  margin: 36px auto 75px;
  width: 960px;
}

.content {
  box-sizing: border-box;
  position: relative;
  margin: 10px auto 0;
  padding: 20px 40px 30px;
}

.carousel {
  position: relative;
  margin-top: 30px;
}
.swiper-container {
  width: 850px;
  height: 450px;
  box-shadow: 0 4px 5px #c5c6c1;
}
.arrow-left, .arrow-right {
  position: absolute;
  top: 50%;
  border-radius: 2px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  font-family: monospace, sans-serif, serif;
  font-size: 20px;
  font-weight: bold;
  color: white;
  background: #c2c2c2;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}
.arrow-left:hover, .arrow-right:hover {
  background: #2e68e6;
}
.arrow-left {
  left: -30px;
}
.arrow-right {
  right: -30px;
}

.text-justify {
  text-align: justify;
  line-height: 0;
}
.text-justify:after {
  content: ' ';
  display: inline-block;
  width: 100%;
  font-size: 0;
}

.box-group {
  margin: auto;
  width: 852px;
}

.box {
  display: inline-block;
  overflow: hidden;
  margin: 15px 0;
  width: 410px;
  height: 200px;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
  background: white;
}
.box > .logo-wrapper {
  margin: auto;
  border-bottom: 1px dashed #a0a0a0;
  margin-bottom: 15px;
  width: 307px;
  height: 95px;
}
.box:hover {
  box-shadow: 0 4px 5px #bfc1ff;
}
.box a {
  display: inline-block;
  margin-top: 15px;
  border-radius: 19px;
  width: 158px;
  line-height: 38px;
  font-weight: normal;
  color: white;
  background: #9c8bff;
}
.box a:hover {
  background: #460195;
}

.text-colorful {
  display: inline-block;
  color: #fff;
}

.table {
  margin-top: 20px;
  width: 100%;
}
.table td,
.table th {
  padding: 5px;
  border: 1px solid #a0a0a0;
}
.table th {
  font-weight: bold;
  text-align: center;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: 960px;
  margin: 50px auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 25px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  position: relative;
  border-radius: 25px 25px 0 0;
  height: 100px;
  text-align: center;
  background: -webkit-linear-gradient(#7776fe, #7da8ff);
  background: linear-gradient(#7776fe, #7da8ff);
}
.modal-header .text-colorful {
  line-height: 100px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.modal-header .close-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 25px;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  background: url("../img/close.png");
}
.modal-header .close-btn:hover {
  background: url("../img/close_hover.png");
}

.modal-body {
  position: relative;
  border-radius: 0 0 25px 25px;
  padding: 20px 35px 35px;
  background: #f2f2f3;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
