.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;
  }
}
.case-box .case-block {
  margin-top: 58px;
}
.case-box .case-block a {
  display: inline-block;
  vertical-align: top;
  width: 31.4%;
  position: relative;
}
.case-box .case-block a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 165px;
  background: url(/Image/case-title-shadow.png) repeat-x left bottom;
  background-size: contain;
}
.case-box .case-block a:hover .info {
  display: block;
}
.case-box .case-block a img {
  width: 100%;
  height: auto;
}
.case-box .case-block a h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  border-left: 5px solid #FE0000;
  border-bottom: 5px solid #FE0000;
  color: #fff;
  font-size: 21px;
  padding: 13px 0 14px 17px;
}
.case-box .case-block a .info {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: none;
  background-color: #000087;
  border-left: 5px solid #FE0000;
  padding-top: 70px;
}
.case-box .case-block a .info h4 {
  display: inline-block;
  color: #fff;
  font-size: 21px;
  border-bottom: 5px solid #FE0000;
  padding-left: 17px;
  padding-bottom: 15px;
}
.case-box .case-block a .info p {
  color: #fff;
  padding-left: 17px;
  padding-right: 30px;
  line-height: 20px;
  margin-top: 18px;
}
.case-box .case-block a .info span {
  box-sizing: border-box;
  position: absolute;
  right: 5px;
  bottom: 20px;
  width: 100%;
  text-align: right;
  padding-right: 28px;
  background: url(/Image/arrow.png) no-repeat right 15px center;
  background-size: 7px;
  color: #fff;
  font-size: 14px;
}
.case-box .case-block .slide + .slide {
  margin-top: 31px;
}
@media screen and (max-width: 1199px) {
  .case-box .case-block a {
    width: 48.6%;
  }
  .case-box .case-block .slide + .slide {
    margin-top: 19px;
  }
}
@media screen and (max-width: 767px) {
  .case-box .case-block a {
    width: 100%;
  }
  .case-box .case-block .slide + .slide {
    margin-top: 19px;
  }
}
.cert-box .cert-block {
  margin-top: 41px;
  position: relative;
  padding: 0 40px;
  white-space: nowrap;
}
.cert-box .cert-block .prev,
.cert-box .cert-block .next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  background-repeat: no-repeat;
  background-size: 18px;
}
.cert-box .cert-block .prev {
  left: 0;
  background-image: url(/Image/gallery-arrow-L.png);
  background-position: left center;
}
.cert-box .cert-block .prev:hover {
  background-image: url(/Image/gallery-arrow-L_hover.png);
}
.cert-box .cert-block .next {
  right: 0;
  background-image: url(/Image/gallery-arrow-R.png);
  background-position: right center;
}
.cert-box .cert-block .next:hover {
  background-image: url(/Image/gallery-arrow-R_hover.png);
}
.cert-box .cert-block .cert-body {
  position: relative;
  overflow: hidden;
}
.cert-box .cert-block .cert-body .slide,
.cert-box .cert-block .cert-body a {
  display: inline-block;
  vertical-align: top;
}
.cert-box .cert-block .cert-body a {
  box-sizing: border-box;
  width: 29.1%;
  padding: 15px;
}
.cert-box .cert-block .cert-body a img {
  width: 100%;
  height: auto;
  -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);
}
@media screen and (max-width: 1199px) {
  .cert-box .cert-block .cert-body a {
    width: 31.5%;
  }
}
@media screen and (max-width: 767px) {
  .cert-box .cert-block .cert-body a {
    width: 100%;
  }
}
.enquiry-box .enquiry-block {
  background: url(/Image/enquiry-form.jpg) no-repeat center top;
  background-size: cover;
  padding: 32px 20px 58px 20px;
}
.enquiry-box .enquiry-block .enquiry-body {
  max-width: 600px;
  margin: 0 auto;
}
.enquiry-box .enquiry-block .enquiry-body .notice,
.enquiry-box .enquiry-block .enquiry-body .message {
  text-align: center;
  margin-top: 26px;
}
.enquiry-box .enquiry-block .enquiry-body .notice p {
  font-size: 14px;
}
.enquiry-box .enquiry-block .enquiry-body .message {
  color: #000087;
  font-weight: 700;
}
.enquiry-box .enquiry-block .enquiry-body .form {
  margin-top: 45px;
}
.enquiry-box .enquiry-block .enquiry-body .form .line {
  position: relative;
}
.enquiry-box .enquiry-block .enquiry-body .form .line + .line {
  margin-top: 26px;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input.pad {
  padding-left: 275px;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input .text,
.enquiry-box .enquiry-block .enquiry-body .form .line .input .textarea {
  box-sizing: border-box;
  width: 100%;
  border: 0 none;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input .text.error,
.enquiry-box .enquiry-block .enquiry-body .form .line .input .textarea.error {
  background-color: #000087;
  color: #fff;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input .text.error::placeholder,
.enquiry-box .enquiry-block .enquiry-body .form .line .input .textarea.error::placeholder {
  color: #fff;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input .text.error::-webkit-input-placeholder,
.enquiry-box .enquiry-block .enquiry-body .form .line .input .textarea.error::-webkit-input-placeholder {
  color: #fff;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input .text.error:-moz-placeholder,
.enquiry-box .enquiry-block .enquiry-body .form .line .input .textarea.error:-moz-placeholder {
  color: #fff;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input .text.error::-moz-placeholder,
.enquiry-box .enquiry-block .enquiry-body .form .line .input .textarea.error::-moz-placeholder {
  color: #fff;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input .text.error:-ms-input-placeholder,
.enquiry-box .enquiry-block .enquiry-body .form .line .input .textarea.error:-ms-input-placeholder {
  color: #fff !important;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input .text {
  padding: 0 19px;
  line-height: 50px;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input .textarea {
  padding: 19px;
  height: 150px;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input #captcha,
.enquiry-box .enquiry-block .enquiry-body .form .line .input #refresh {
  position: absolute;
  top: 50%;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input #captcha {
  left: 0;
  margin-top: -25px;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input #refresh {
  left: 240px;
  margin-top: -11px;
}
.enquiry-box .enquiry-block .enquiry-body .form .line .input #refresh img {
  width: 22px;
  height: auto;
}
.enquiry-box .enquiry-block .enquiry-body .submit {
  margin-top: 25px;
}
.enquiry-box .enquiry-block .enquiry-body .submit button {
  color: #fff;
  font-weight: 700;
  background-color: #FE0000;
  height: 50px;
  border: 0 none;
  padding: 0;
  width: 100%;
  border-bottom: 2px solid #FE0000;
}
.enquiry-box .enquiry-block .enquiry-body .submit button:hover {
  background-color: #000087;
  border-bottom-color: #FE0000;
}
@media screen and (max-width: 767px) {
  .enquiry-box .enquiry-block .enquiry-body .form .line .input #captcha,
  .enquiry-box .enquiry-block .enquiry-body .form .line .input #refresh {
    margin-top: 0;
  }
  .enquiry-box .enquiry-block .enquiry-body .form .line .input #captcha {
    top: 0;
  }
  .enquiry-box .enquiry-block .enquiry-body .form .line .input #refresh {
    top: 14px;
  }
  .enquiry-box .enquiry-block .enquiry-body .form .line .input.pad {
    padding-left: 0;
    padding-top: 75px;
  }
}
.banner-box {
  position: relative;
  overflow: hidden;
}
.banner-box .prev,
.banner-box .next {
  z-index: 3;
  position: absolute;
  top: 0;
  height: 100%;
  width: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
}
.banner-box .prev {
  left: 0;
  background-image: url(/Image/arrow-L.png);
}
.banner-box .prev:hover {
  background-image: url(/Image/arrow-L-mouseover.png);
}
.banner-box .next {
  right: 0;
  background-image: url(/Image/arrow-R.png);
}
.banner-box .next:hover {
  background-image: url(/Image/arrow-R-mouseover.png);
}
.banner-box .banner-block .banner-body img {
  width: 100%;
  height: auto;
}
.shortcut-box {
  margin-top: -97px;
  position: relative;
  z-index: 5;
}
.shortcut-box .shortcut-block {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 33.1%;
  background-color: rgba(0,0,135,0.9);
  padding: 45px 20px 55px;
  position: relative;
}
.shortcut-box .shortcut-block:nth-child(2) {
  margin: 0 0.35%;
}
.shortcut-box .shortcut-block img,
.shortcut-box .shortcut-block h2 {
  display: inline-block;
  vertical-align: middle;
}
.shortcut-box .shortcut-block img {
  width: 40px;
  height: auto;
}
.shortcut-box .shortcut-block h2 {
  color: #fff;
  font-size: 24px;
  margin-left: 18px;
}
.shortcut-box .shortcut-block span {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: right;
  padding-right: 28px;
  background: url(/Image/arrow.png) no-repeat right 15px center;
  background-size: 7px;
  color: #fff;
  font-size: 14px;
}
.shortcut-box .shortcut-block span:before {
  content: '';
  height: 4px;
  position: absolute;
  left: 0;
  right: 98px;
  top: 14px;
  background-color: #FE0000;
}
.case-box {
  margin-top: 103px;
}
.cert-box {
  margin-top: 99px;
}
.enquiry-box {
  margin-top: 84px;
}
@media screen and (max-width: 1199px) {
  .shortcut-box .box {
    padding-left: 5px;
    padding-right: 5px;
  }
  .shortcut-box .shortcut-block {
    text-align: center;
    width: 32.5%;
    padding-top: 16px;
    padding-bottom: 62px;
  }
  .shortcut-box .shortcut-block:nth-child(2) {
    margin-left: 1.25%;
    margin-right: 1.25%;
  }
  .shortcut-box .shortcut-block img {
    width: 30px;
  }
  .shortcut-box .shortcut-block h2 {
    display: block;
    font-size: 16px;
    margin-left: 0;
    margin-top: 11px;
  }
  .shortcut-box .shortcut-block span {
    min-height: 19px;
    font-size: 0;
    background-position: right 12px center;
  }
  .shortcut-box .shortcut-block span:before {
    right: 31px;
  }
  .case-box {
    margin-top: 80px;
  }
  .cert-box {
    margin-top: 82px;
  }
}
@media screen and (max-width: 767px) {
  .enquiry-box {
    margin-top: 64px;
  }
}
