.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: #000087;
  color: #ffffff;
}
.abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
body .m-hide,
body .t-hide {
  display: block !important;
}
body .m-show,
body .t-show,
body .d-hide {
  display: none !important;
}
body .d-show {
  display: block !important;
}
@media screen and (max-width: 1199px) {
  body .m-hide,
  body .d-hide {
    display: block !important;
  }
  body .m-show,
  body .d-show,
  body .t-hide {
    display: none !important;
  }
  body .t-show {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  body .t-hide,
  body .d-hide {
    display: block !important;
  }
  body .t-show,
  body .d-show,
  body .m-hide {
    display: none !important;
  }
  body .m-show {
    display: block !important;
  }
}
body {
  min-width: 480px;
}
.box {
  box-sizing: border-box;
  width: 100%;
  max-width: 1460px;
  margin: auto;
  position: relative;
  padding: 0 30px;
}
header,
#body,
footer {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
}
header {
  padding: 17px 0;
  z-index: 10;
}
header:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #fff;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity = 60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  display: none;
}
header .logo {
  display: inline-block;
  padding: 19px 0 19px 59px;
  background: url(/Image/logo.png) no-repeat left center;
  background-size: 34px;
  min-height: 44px;
}
header .logo h2,
header .logo p {
  color: #000087;
}
header .logo h2 {
  font-size: 21px;
}
header .logo p {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 700;
}
header .menu-button {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -16px;
  width: 36px;
  display: none;
}
header .menu-button img {
  width: 100%;
  height: auto;
}
header .menu {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12px;
}
header .menu .menu-header {
  border-bottom: 1px solid #fff;
  position: relative;
  display: none;
}
header .menu .menu-header .menu-logo,
header .menu .menu-header .menu-close {
  position: absolute;
  top: 50%;
}
header .menu .menu-header .menu-logo img,
header .menu .menu-header .menu-close img {
  width: 100%;
  height: auto;
}
header .menu .menu-header .menu-logo {
  left: 30px;
  margin-top: -42px;
  width: 34px;
}
header .menu .menu-header h2 {
  color: #fff;
  font-size: 18px;
}
header .menu .menu-header .menu-close {
  right: 30px;
  margin-top: -16px;
  width: 34px;
}
header .menu p {
  color: #fff;
  display: none;
  margin-top: 11px;
  font-size: 12px;
}
header .menu li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
}
header .menu li + li {
  margin-left: 62px;
}
header .menu li a {
  display: block;
  color: #000087;
  font-weight: 700;
}
header .menu li a:hover,
header .menu li a.active {
  color: #FE0000;
}
#body {
  min-height: 500px;
}
#body .header {
  text-align: center;
}
#body .header h2 {
  display: inline-block;
  padding-top: 40px;
  color: #000087;
  font-size: 25px;
  background: url(/Image/title-deco.png) no-repeat center top;
  background-size: 46px;
  position: relative;
}
#body .header h2:after {
  content: '';
  width: 56px;
  height: 3px;
  background-color: #000087;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -28px;
}
#body .subbanner-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  height: 120px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#body .subbanner-box .subbanner-block {
  background-color: rgba(0,0,135,0.9);
  width: 400px;
  height: 100px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
  bottom: -30px;
}
#body .subbanner-box .subbanner-block h1 {
  font-size: 25px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-bottom: 6px;
}
#body .subbanner-box .subbanner-block h1:before {
  content: '';
  width: 56px;
  height: 2px;
  background-color: #FE0000;
  position: absolute;
  bottom: -2px;
  left: 50%;
  margin-left: -28px;
}
footer {
  text-align: center;
  margin-top: 100px;
}
footer .top-box {
  background: url(/Image/footer-BG.jpg) no-repeat center top;
  background-size: cover;
  padding: 52px 0;
}
footer .top-box * {
  color: #fff;
}
footer .top-box .company h2 {
  font-size: 31px;
}
footer .top-box .company p {
  margin-top: 7px;
  font-size: 13px;
  font-weight: 700;
}
footer .top-box .social {
  margin-top: 27px;
}
footer .top-box .social li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}
footer .top-box .social li a {
  display: block;
}
footer .top-box .social li a img {
  width: 28px;
  height: auto;
}
footer .top-box .info {
  margin-top: 23px;
}
footer .top-box .info a,
footer .top-box .info p {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 19px;
  font-weight: 700;
}
footer .top-box .menu {
  margin-top: 36px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
}
footer .top-box .menu li {
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 31px;
}
footer .top-box .menu li:first-child {
  margin-left: 0;
}
footer .top-box .menu li:last-child {
  margin-right: 0;
}
footer .top-box .menu li a {
  display: block;
  padding: 17px 0;
  font-weight: 700;
}
footer .bottom-box {
  padding: 16px 0;
}
footer .bottom-box .copyright {
  color: #000087;
  font-size: 14px;
  font-weight: 700;
}
.whatsapp-box {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.75);
  background-color: #fff;
  z-index: 6;
}
.whatsapp-box:before {
  display: none;
  content: '';
  background: url(/Image/ask-now-close.png) no-repeat center center;
  width: 18px;
  height: 18px;
  background-size: 18px;
  position: absolute;
  left: -9px;
  top: -9px;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity = 0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.whatsapp-box:hover {
  animation-name: bulb;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.whatsapp-box:hover:before {
  display: block;
  animation-name: fade-in;
}
.whatsapp-box:hover a h2 {
  display: inline-block;
}
.whatsapp-box a {
  display: block;
  background: url(/Image/ask-now.png) no-repeat left 10px center;
  background-size: 38px;
  padding: 0 18px 0 56px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.whatsapp-box a h2 {
  display: none;
  vertical-align: middle;
  color: #000087;
}
.whatsapp-box a .valign {
  height: 60px;
}
@keyframes bulb {
  from {
    width: 60px;
    border-radius: 50%;
  }
  to {
    width: 300px;
    border-radius: 0;
  }
}
@keyframes fade-in {
  from {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity = 0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  to {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity = 100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
@media screen and (max-width: 1199px) {
  body.open header:before {
    display: block;
  }
  body.open header .menu {
    background-color: #213387;
    display: block;
    margin-top: -17px;
  }
  header .menu-button {
    display: block;
  }
  header .menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-top: 0;
    text-align: center;
    padding-bottom: 80px;
  }
  header .menu .menu-header,
  header .menu p {
    display: block;
  }
  header .menu .menu-header {
    padding: 45px 0;
  }
  header .menu .menu-header h2 {
    font-size: 22px;
  }
  header .menu ul {
    margin-top: 57px;
  }
  header .menu li {
    display: block;
  }
  header .menu li + li {
    margin-left: 0;
    margin-top: 76px;
  }
  header .menu li a {
    color: #fff;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .box {
    padding-left: 20px;
    padding-right: 20px;
  }
  header .logo h2,
  header .logo p {
    display: none;
  }
  header .menu-button {
    right: 20px;
  }
  header .menu .menu-header .menu-logo {
    left: 20px;
  }
  header .menu .menu-header .menu-close {
    right: 20px;
  }
  footer {
    margin-top: 64px;
  }
  footer .top-box {
    padding-top: 61px;
    padding-bottom: 30px;
  }
  footer .top-box .company h2 {
    font-size: 21px;
  }
  footer .top-box .info a,
  footer .top-box .info p {
    margin: 0;
    display: block;
  }
  footer .top-box .info a + a,
  footer .top-box .info a + p,
  footer .top-box .info p + a,
  footer .top-box .info p + p {
    margin-top: 9px;
  }
  footer .top-box .menu {
    margin-top: 30px;
  }
  footer .top-box .menu li + li {
    margin: 0 27px;
  }
  footer .bottom-box {
    padding: 21px 0;
  }
}
.service-box {
  margin-top: 102px;
}
.service-box .service-block {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 40px;
}
.service-box .service-block .subtitle {
  text-align: center;
}
.service-box .service-block .subtitle h2 {
  display: inline-block;
  font-size: 18px;
  color: #000087;
  border-bottom: 1px solid #b5574d;
  padding-bottom: 5px;
}
.service-box .service-block .gallery-box {
  position: relative;
  margin-top: 30px;
}
.service-box .service-block .gallery-box .prev,
.service-box .service-block .gallery-box .next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 58px;
  background-repeat: no-repeat;
  background-size: 18px;
}
.service-box .service-block .gallery-box .prev {
  left: -58px;
  background-image: url(/Image/gallery-arrow-L.png);
  background-position: left center;
}
.service-box .service-block .gallery-box .prev:hover {
  background-image: url(/Image/gallery-arrow-L_hover.png);
}
.service-box .service-block .gallery-box .next {
  right: -58px;
  background-image: url(/Image/gallery-arrow-R.png);
  background-position: right center;
}
.service-box .service-block .gallery-box .next:hover {
  background-image: url(/Image/gallery-arrow-R_hover.png);
}
.service-box .service-block .gallery-box .gallery-block {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.service-box .service-block .gallery-box .gallery-block img,
.service-box .service-block .gallery-box .gallery-block .slide {
  display: inline-block;
  vertical-align: top;
}
.service-box .service-block .gallery-box .gallery-block img {
  width: 100%;
  height: auto;
}
.service-box .service-block .gallery-box .gallery-pager {
  display: none;
}
.service-box .service-block .gallery-box .gallery-pager .pager {
  text-align: center;
}
.service-box .service-block .gallery-box .gallery-pager .pager span {
  display: none;
  color: #000087;
  line-height: 32px;
  margin-top: 22px;
}
.service-box .service-block .gallery-box .gallery-pager .pager span.current {
  display: block;
}
.service-box .service-block .thumbnail-box {
  margin-top: 20px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.service-box .service-block .thumbnail-box a,
.service-box .service-block .thumbnail-box .slide {
  display: inline-block;
  vertical-align: top;
}
.service-box .service-block .thumbnail-box a {
  width: 72px;
}
.service-box .service-block .thumbnail-box a.active {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity = 50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.service-box .service-block .thumbnail-box a img {
  width: 100%;
  height: auto;
}
.service-box .service-block .writer {
  margin-top: 67px;
}
.service-box .service-block .video-box {
  position: relative;
  margin-top: 90px;
}
.service-box .service-block .video-box img {
  width: 100%;
  height: auto;
}
.service-box .service-block .video-box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.service-box .service-block .back {
  text-align: center;
  margin-top: 64px;
}
.service-box .service-block .back a {
  display: inline-block;
  color: #000087;
  padding-left: 20px;
  background: url(/Image/back.png) no-repeat left center;
  background-size: 15px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 1199px) {
  .service-box .service-block .gallery-box .prev,
  .service-box .service-block .gallery-box .next {
    width: 40px;
    background-position: center center;
  }
  .service-box .service-block .gallery-box .prev {
    left: -40px;
  }
  .service-box .service-block .gallery-box .next {
    right: -40px;
  }
}
@media screen and (max-width: 767px) {
  .service-box .service-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .service-box .service-block .gallery-box .prev,
  .service-box .service-block .gallery-box .next {
    width: 20px;
    height: 32px;
    top: auto;
    bottom: 0;
  }
  .service-box .service-block .gallery-box .prev {
    left: 0;
  }
  .service-box .service-block .gallery-box .next {
    right: 0;
  }
  .service-box .service-block .gallery-box .gallery-pager {
    display: block;
  }
  .service-box .service-block .thumbnail-box {
    display: none;
  }
  .service-box .service-block .writer {
    margin-top: 35px;
  }
  .service-box .service-block .video-box {
    margin-top: 47px;
  }
  .service-box .service-block .back {
    margin-top: 44px;
  }
}
