.ol {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.c {
  clear: both;
  float: left;
}
.ib {
  display: inline-block;
}
.ibt {
  display: inline-block;
  vertical-align: top;
}
.ibm {
  display: inline-block;
  vertical-align: middle;
}
.ibb {
  display: inline-block;
  vertical-align: bottom;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.halign {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 0;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.bb {
  box-sizing: border-box;
}
.hl {
  background-color: #1c4a94;
  color: #ffffff;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body.desktop .m-hide,
body.desktop .t-hide {
  display: block !important;
}
body.desktop .m-show,
body.desktop .t-show,
body.desktop .d-hide {
  display: none !important;
}
body.desktop .d-show {
  display: block !important;
}
body.tablet .m-hide,
body.tablet .d-hide {
  display: block !important;
}
body.tablet .m-show,
body.tablet .d-show,
body.tablet .t-hide {
  display: none !important;
}
body.tablet .t-show {
  display: block !important;
}
body.mobile .t-hide,
body.mobile .d-hide {
  display: block !important;
}
body.mobile .t-show,
body.mobile .d-show,
body.mobile .m-hide {
  display: none !important;
}
body.mobile .m-show {
  display: block !important;
}
.box {
  box-sizing: border-box;
  width: 100%;
  max-width: 1628px;
  margin: auto;
  position: relative;
}
header,
#body,
footer {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
header {
  background: url(/Image/header.jpg) no-repeat center top #1c4a94;
  height: 120px;
  z-index: 5;
}
header .logo {
  display: inline-block;
  width: 120px;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .menu-button {
  position: absolute;
  right: 24px;
  top: 23px;
  width: 45px;
  height: 45px;
  background: url(/Image/menu.png) no-repeat center center;
  display: none;
  z-index: 15;
}
header .menu {
  position: absolute;
  right: 105px;
  bottom: 21px;
}
header .menu li {
  display: inline-block;
  vertical-align: top;
  margin-left: 104px;
  list-style: none;
}
header .menu li a {
  display: block;
  font-size: 19px;
  color: #fff;
  font-weight: bold;
}
header .menu li:last-child {
  display: none;
}
header .menu .valign {
  display: none;
}
#body {
  min-height: 500px;
}
footer {
  padding: 43px 0;
}
footer .box {
  max-width: 1484px;
}
footer .left-box .menu li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
footer .left-box .menu li +li {
  margin-left: 62px;
}
footer .left-box .menu li a {
  display: block;
  color: #808285;
  font-weight: bold;
  letter-spacing: 1px;
}
footer .left-box p {
  margin-top: 9px;
  font-weight: 300;
}
footer .right-box {
  position: absolute;
  top: 6px;
  right: -35px;
  font-size: 0;
}
footer .right-box nav {
  display: inline-block;
  vertical-align: top;
}
footer .right-box nav li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
}
footer .right-box nav li +li {
  margin-left: 26px;
}
footer .right-box nav li a {
  display: block;
  width: 54px;
}
footer .right-box nav li a img {
  width: 100%;
  height: auto;
}
.to-top {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
.to-top img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1628px) {
  .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.open {
    overflow: hidden;
  }
  body.open:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000;
    opacity: 0.5;
    z-index: 3;
  }
  body.open header .menu-button {
    background-image: url(/Image/menu-close.png);
  }
  body.open header .menu {
    display: block;
  }
  header {
    height: 91px;
  }
  header .box {
    padding-left: 0;
    padding-right: 0;
  }
  header .logo {
    width: 91px;
  }
  header .menu-button {
    display: block;
  }
  header .menu {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 10;
    text-align: center;
    background-color: #1c4a94;
    overflow: auto;
    padding-top: 25px;
  }
  header .menu ul {
    display: inline-block;
    vertical-align: middle;
  }
  header .menu ul li {
    display: block;
    margin-left: 0;
  }
  header .menu ul li a {
    padding: 20px;
  }
  header .menu ul li:last-child {
    display: block;
  }
  header .menu .valign {
    display: inline-block;
  }
  footer {
    text-align: center;
    padding-top: 57px;
  }
  footer .left-box {
    margin-top: 14px;
  }
  footer .left-box .menu {
    display: none;
  }
  footer .left-box p {
    margin-top: 42px;
    font-size: 22px;
  }
  footer .right-box {
    position: static;
  }
  footer .right-box nav li {
    margin: 0 14px;
  }
  footer .right-box nav li +li {
    margin-left: 14px;
  }
  footer .right-box nav li a {
    width: 59px;
  }
}
.terms-box {
  padding: 100px 0 195px;
  text-align: center;
  position: relative;
}
.terms-box:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 101px;
  height: 40px;
  background-color: #fed501;
  left: 0;
}
.terms-box .box {
  max-width: 1500px;
}
.terms-box .box > h2 {
  display: inline-block;
  font-size: 38px;
  color: #1c4a94;
  line-height: 42px;
  letter-spacing: 2px;
  position: relative;
  background-color: #fff;
  padding: 0 40px;
}
.terms-box .box .writer {
  margin-top: 69px;
}
