﻿html {
  font-size: 100%;
  min-height: 100%;
}

body {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  color: rgb(80, 80, 80);
}

body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, dl, dt, dd, ol, ul, form, fieldset, legend, figure, table, th, td, caption, hr, input, button {
  font-family: 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'Microsoft YaHei', 'sans-serif';
  font-weight: 200;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: subpixel-antialiased;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a, button {
  -webkit-transition: all .4s cubic-bezier(.23, .61, .355, 1) 0s;
  transition: all .4s cubic-bezier(.23, .61, .355, 1) 0s;
}

a {
  color: rgb(50, 50, 50);
}

a:hover, a:focus {
  text-decoration: none;
  color: rgb(235, 18, 22);
  outline: 0;
}

a:focus, li:focus, button:focus, input:focus, textarea:focus {
  outline: none;
}

button {
  border: 0;
  background: transparent;
}

div, section, dl, dt, dd {
  position: relative;
}

li {
  list-style: none;
}

input, textarea {
  width: 100%;
  resize: none;
  -webkit-transition: border .4s, background-color .4s;
  transition: border .4s, background-color .4s;
  border: 0;
  border-radius: 0;
  background: transparent;
  -webkit-appearance: none;
}

label {
  font-weight: normal;
}

a:hover .no-hover {
  color: inherit;
  background: initial;
}

strong {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.bright {
  color: rgb(36, 118, 186);
}

a.bright:hover {
  color: rgb(0, 0, 0);
}

.inline {
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
}

.inline-wrapper {
  font-size: 0;
  position: relative;
}

.inline-item {
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.block {
  position: relative;
  display: block;
}

.nowrap {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gray {
  color: rgb(130, 130, 130);
}

.red {
  color: rgb(235, 18, 22);
}

.strong {
  font-weight: normal;
  color: rgb(50, 50, 50);
}

.normal {
  font-weight: normal;
}

.none {
  display: none;
}

.full-size {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.fix-height {
  overflow: auto;
}

.abs {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}

.bgs-cover, .bgs-contain {
  background-repeat: no-repeat;
  background-position: center center;
}

.bgs-cover {
  background-size: cover;
}

.bgs-contain {
  background-size: contain;
}

.bgp-left-top {
  background-position: left top;
}

.bgp-center-top {
  background-position: center top;
}

.full-line {
  position: relative;
  left: 0;
  width: 100%;
  height: 0;
  margin: 10px 0;
  border-bottom: 1px solid rgb(174, 174, 174);
}

.font-xxl {
  font-size: 30px;
}

.font-xl {
  font-size: 20px;
}

.font-lg {
  font-size: 18px;
}

.font-md {
  font-size: 16px;
}

.font-sm {
  font-size: 14px;
}

@media screen and (max-width:767px) {
  .font-xxl {
    font-size: 20px;
  }

  .font-xl {
    font-size: 16px;
  }

  .font-lg {
    font-size: 15px;
  }

  .font-md {
    font-size: 14px;
  }

  .font-sm {
    font-size: 13px;
  }

}

.en {
  font-family: 'TimesEuropaLTStd-Roman';
}

.bold {
  font-weight: 600;
}

a.white {
  color: white;
}

a.white:hover, a.white.active {
  color: rgb(235, 18, 22);
}

.shadow-box {
  position: relative;
  margin-top: 35px;
  margin-bottom: 35px;
  padding: 20px;
  background: white;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
  box-shadow: 2px 2px 8px rgba(0, 0, 0, .2);
}

[class*='icon-'] {
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}

.spacing-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.spacing-5 [class^='col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.spacing-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.spacing-10 [class^='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.spacing-15 {
  margin-right: -15px;
  margin-left: -15px;
}

.spacing-15 [class^='col-'] {
  padding-right: 15px;
  padding-left: 15px;
}

.spacing-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.spacing-20 [class^='col-'] {
  padding-right: 20px;
  padding-left: 20px;
}

.spacing-25 {
  margin-right: -25px;
  margin-left: -25px;
}

.spacing-25 [class^='col-'] {
  padding-right: 25px;
  padding-left: 25px;
}

.spacing-30 {
  margin-right: -30px;
  margin-left: -30px;
}

.spacing-30 [class^='col-'] {
  padding-right: 30px;
  padding-left: 30px;
}

.spacing-40 {
  margin-right: -40px;
  margin-left: -40px;
}

.spacing-40 [class^='col-'] {
  padding-right: 40px;
  padding-left: 40px;
}

.spacing-50 {
  margin-right: -50px;
  margin-left: -50px;
}

.spacing-50 [class^='col-'] {
  padding-right: 50px;
  padding-left: 50px;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

p {
  margin-bottom: 5px;
}

@media screen and (min-width:1200px) {
  p {
    margin-bottom: 8px;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 22px;
  }

  h3 {
    font-size: 18px;
  }

}

@media screen and (min-width:1360px) {
  p {
    margin-bottom: 10px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 26px;
  }

  h3 {
    font-size: 20px;
  }

}

@media screen and (min-width:1600px) {
  p {
    margin-bottom: 15px;
  }

  h1 {
    font-size: 58px;
  }

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 22px;
  }

}

@media screen and (min-width:1920px) {
  p {
    margin-bottom: 20px;
  }

  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 24px;
  }

}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 2px solid rgb(36, 118, 186);
}

.btn-inline {
  width: 100%;
  height: 30px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: background .4s;
  transition: background .4s;
  color: white;
  background-color: rgb(219, 219, 219);
}

.btn-inline:hover {
  background-color: rgb(183, 10, 45);
}

.btn-border {
  line-height: 1;
  display: inline-block;
  padding: 6px;
  border: 2px solid rgb(109, 110, 113);
  border-radius: 6px;
}

.btn-border:hover {
  border-color: rgb(36, 118, 186);
}

.ratio {
  position: relative !important;
  display: block;
  overflow: hidden;
}

.ratio .inner {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-16-10 {
  padding-top: 62.5%;
}

.ratio-16-9 {
  padding-top: 56.25%;
}

.ratio-9-16 {
  padding-top: 177.7777%;
}

.ratio-1-1 {
  padding-top: 100%;
}

.ratio-2-1 {
  padding-top: 50%;
}

.ratio-3-1 {
  padding-top: 33.3333%;
}

.ratio-3-2 {
  padding-top: 66.6666%;
}

.ratio-4-3 {
  padding-top: 75%;
}

.hover-zoom {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

a:hover .hover-zoom {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.window-height {
  height: 1500px;
  -webkit-transition: opacity .8s;
  transition: opacity .8s;
  opacity: 0;
}

.window-height.show-me {
  opacity: 1;
}

/*.wow {
  visibility: hidden;
}*/

.frame-wide, .frame-middle {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.frame-middle {
  min-width: 990px;
  max-width: 1000px;
}

.frame-table {
  display: table !important;
  width: 100%;
  height: 100%;
}

.frame-cell, .table-cell {
  display: table-cell !important;
  vertical-align: middle;
}

.frame-full, .frame-wide {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width:768px) {
  .frame-wide {
    width: 750px;
  }

}

@media screen and (min-width:992px) {
  .frame-wide {
    width: 970px;
  }

}

@media screen and (min-width:1200px) {
  .frame-wide {
    width: 1200px;
  }

}

@media screen and (min-width:1400px) {
  .frame-wide {
    width: 1300px;
  }

}

@media screen and (min-width:1600px) {
}

@media screen and (min-width:1900px) {
}

body {
  overflow-x:hidden;
  padding-top: 90px;
}

.top-nav {
  position: fixed;
  z-index: 990;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: white;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
  box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.video-fullscreen .top-nav {
  display: none;
}

.top-nav-logo h1 {
  max-width: 500px;
  height: 115%;
  padding-top: 13px;
  padding-bottom: 25px;
}

.top-nav-logo h1 a {
  display: block;
  height: 100%;
  background: url(../images/top-logo@2x.png) no-repeat left top;
  background-size: auto 100%;
}

.top-nav-menu {
  z-index: 2;
  height: 100%;
  text-align: center;
  white-space: nowrap;
}

.top-nav-logo, .top-log-menu {
  height: 100%;
}

.top-nav-menu dl {
  position: relative;
}

.top-nav-menu dt {
  overflow: hidden;
  height: 90px;
  text-align: center;
}

.top-nav-menu dt a {
  font-size: 20px;
  line-height: 30px;
  display: block;
  /*width: 110px;*/
  margin-left: 30px;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: none;
  transition: none;
  white-space: nowrap;
}

.top-nav-menu dt a span {
  display: block;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
  letter-spacing: .1em;
  color: rgb(50, 50, 50);
}

.top-nav-menu dt a .text {
  height: 30px;
}

.desktop .top-nav-menu dt a:hover .title, .desktop .top-nav-menu .active dt a .title {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: rgb(235, 18, 22);
}

.top-nav-menu dl:last-child dt a {
  /*min-width: 90px;*/
  padding-right: 0;
  /*padding-left: 20px;*/
}

.top-nav-toggle {
  font-size: 20px;
  line-height: 36px;
  float: right;
  width: 50px;
  text-align: center;
  color: rgb(189, 147, 119);
}

.top-nav-toggle i {
  margin-top: -4px;
}

.slides-list, .slides-list li, .slides-list li a, .bx-wrapper, .bx-viewport {
  height: 100%;
}

.slides-nav {
  top: 50%;
  height: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 1;
}

.slides-nav a {
  line-height: 70px;
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  text-align: center;
  color: white;
}

.slides-nav-prev {
  margin-left: -30px;
}

.slides-nav-next {
  margin-right: -30px;
}

.slides-nav a:hover {
  color: rgb(235, 18, 22);
}

.slides-nav a i {
  font-size: 70px;
}

.slides-nav-prev {
  left: 3%;
}

.slides-nav-next {
  right: 3%;
}

.slick-list, .slick-track {
  height: 100%;
}

.slick-dots {
  font-size: 0;
  line-height: 20px;
  position: absolute;
  z-index: 9;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.slick-dots li {
  margin: 0 8px;
}

@media screen and (max-width: 600px) {
  .slick-dots {
    bottom: 5px;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }

  .slick-dots li {
    margin: 0 5px;
  }
}

.slick-dots li button:before {
  font-size: 0;
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  border-radius: 40px;
  background-color: rgb(149, 149, 149);
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: rgb(255, 255, 255);
}



.at-center {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.common-nav-bar a {
  line-height: 28px;
  height: 30px;
  margin-left: -1px;
  text-align: center;
  border: 1px solid rgb(211, 211, 211);
  background-color: rgb(255, 255, 255);
}

.common-nav-bar a:first-child {
  margin-left: 0;
}

.common-nav-bar a:hover {
  background-color: rgb(211, 211, 211);
}

.common-nav-bar a.active {
  color: rgb(255, 255, 255);
  border-color: rgb(210, 21, 47);
  background-color: rgb(210, 21, 47);
}

@media screen and (max-width:1439px) {
  .top-nav-menu dt a {
    font-size: 18px;
  }

}

.home-video {
  overflow: hidden;
  height: 686px;
}

.home-video-cover {
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.home-video-player {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.intro-video {
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home-video-player:before {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
 
}

.playing .home-video-player, .home-video.show-me .home-video-player {
  opacity: 1;
}

.playing .home-video-cover {
  opacity: 0;
}

.video-fit-cover, .video-fit-cover video {
  -o-object-fit: cover;
  object-fit: cover;
}

.scrolling-tips {
  position: absolute;
  z-index: 999999;
  bottom: 20px;
  left: 0;
  display: none;
  width: 100%;
  height: 50px;
}

.desktop .scrolling-tips {
  display: block;
}

.scrolling-tips i {
  font-size: 40px;
}

@-webkit-keyframes fadeUpDown {
  0%, 100% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    opacity: 1;
  }

  25%, 75% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

}

@keyframes fadeUpDown {
  0%, 100% {
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
    opacity: 1;
  }

  50% {
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

}

.fadeUpDown {
  -webkit-animation-name: fadeUpDown;
  animation-name: fadeUpDown;
}

h2.title {
  line-height: 1.3;
  margin-bottom: 10px;
  text-align: center;
}

h4.title {
  font-size: 18px;
  text-align: center;
}

.block span {
  position: relative;
  display: block;
}

.home-about {
  padding-bottom: 90px;
  text-align: center;
}

.home-about-strong {
  font-size: 30px;
  line-height: 1.5;
  padding-bottom: 25px;
}

.home-about-overview {
  font-size: 18px;
  line-height: 2.2;
}

.home-about-list {
  /*margin-top: 40px;*/
  margin-bottom: 50px;
}

.home-about-list .title {
  font-size: 24px;
  line-height: 1.8;
  display: inline-block;
  margin-top: 29%;
  padding: 0 20px;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: white;
  border: 2px solid white;
  border-radius: 100px;
}

.home-about-list .overview {
  font-size: 13px;
  padding-top: 20px;
  color: rgb(50, 50, 50);
}

.home-about-list a:hover .title {
  -webkit-transform: scale(.9, .9);
  transform: scale(.9, .9);
  border-color: transparent;
  background-color: rgb(235, 18, 22);
}

.common-slogan {
  font-size: 32px;
  line-height: 1.3;
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 130px;
  text-align: center;
  color: white;
}

.common-slogan .frame-wide {
  z-index: 1;
}

.common-slogan-bg {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 200%;
  -webkit-transition: top .05s;
  transition: top .05s;
}

.home-service {
  padding: 110px 200px;
  text-align: center;
}

.home-vision {
  padding-top: 80px;
  padding-bottom: 150px;
}

@media screen and (max-width:1399px) {
  .home-service {
    padding: 80px 10px;
  }

}

.home-service .image {
  font-size: 80px;
  line-height: 150px;
  display: inline-block;
  width: 160px;
  height: 160px;
  margin-bottom: 50px;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: white;
  border-radius: 500px;
  background-color: rgb(235, 18, 22);
}

.home-service .overview {
  font-size: 18px;
  line-height: 1.6;
}

.home-service .subject {
  -webkit-transition: color .4s;
  transition: color .4s;
  font-weight: 900;
}

.home-service a:hover .subject {
  color: rgb(235, 18, 22);
}

.home-vision {
  padding-bottom: 200px;
}

.home-vision-list {
  margin-right: -20px;
  margin-left: -20px;
}

.home-vision-list .inline-item {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px;
}

.home-vision .box-heading {
  padding-bottom: 150px;
}

.home-vision-text dt {
  font-size: 20px;
}

.home-vision-text dt:before {
  font-family: 'cxany';
  font-size: 22px;
  display: inline-block;
  width: 30px;
  margin-top: -3px;
  content: '\c0003';
  vertical-align: middle;
  color: rgb(235, 18, 22);
}

.home-vision-text dd {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 40px;
  padding-left: 35px;
}

.common-video-player {
  width: 100%;
  height: 100%;
}

.home-customer {
  padding-top: 80px;
  padding-bottom: 160px;
}

.home-customer .box-heading {
  padding-bottom: 50px;
}

.home-customer-list {
  margin-right: -60px;
  margin-left: -60px;
}

.home-customer-list li {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.home-customer-list img {
  width: 120px;
  height: 120px;
  border-radius: 300px;
}

.sub-page {
  padding-top: 60px;
  padding-bottom: 100px;
}

.vjs-icon-play:before, .video-js .vjs-big-play-button:before, .video-js .vjs-play-control:before, .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing:before {
  font-family: 'cxany';
  content: '\e990';
}

.vjs-poster {
  background-color: rgb(50, 50, 50);
  background-size: cover;
}

.video-js .vjs-big-play-button {
  font-size: 80px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  opacity: 1;
  border: 0;
  background-color: transparent;
}

.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
  -webkit-transition: color .3s, opacity .3s;
  transition: color .3s, opacity .3s;
  color: rgb(235, 18, 22);
  background-color: transparent;
}

.vjs-playing .vjs-big-play-button {
  opacity: 0;
}

.vjs-action-quality {
  font-size: 12px;
  position: relative;
}

.vjs-action-quality span {
  line-height: 30px;
  position: relative;
  z-index: 2;
  display: block;
  cursor: default;
  background-color: rgb(30, 35, 44);
}

.vjs-action-quality ul {
  line-height: 30px;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  text-align: center;
  color: white;
  background-color: rgb(50, 50, 50);
}

.vjs-action-quality li {
  display: block;
  height: 30px;
  cursor: pointer;
}

.vjs-action-quality li:hover {
  background-color: rgb(30, 30, 30);
}

.vjs-action-quality li.active {
  color: white;
  background-color: rgb(235, 18, 22);
}

.vjs-action-quality.active ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.common-footer {
  border-top: 3px solid rgb(235, 18, 22);
}

.common-footer .frame-wide {
  max-width: 1250px;
}

.footer-contact {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.footer-contact h3 {
  font-size: 28px;
  font-weight: normal;
}

.button-round-border {
  font-size: 30px;
  line-height: 1.8;
  display: inline-block;
  margin: 15px auto;
  padding-right: 40px;
  padding-left: 40px;
  border: 2px solid rgb(235, 18, 22);
  border-radius: 500px;
}

.common-footer .button-round-border {
  margin-top: 5px;
  margin-bottom: 40px;
}

.footer-contact h5 {
  font-size: 20px;
  padding-bottom: 15px;
}

.footer-nav {
  line-height: 50px;
  background-image: linear-gradient(#ec0b0f, #ef2125);
}

.footer-nav-list {
  text-align: center;
}

.footer-nav-list li {
  font-size: 18px;
  text-align: center;
}

.footer-nav-list li a {
  padding-right: 60px;
  padding-left: 60px;
  color: white;
}

.footer-nav-list li a:hover {
  color: rgb(50, 50, 50);
}

.footer-copyright {
  line-height: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: rgb(80, 80, 80);
  background-color: rgb(50, 50, 50);
}

.footer-copyright a {
  color: rgb(80, 80, 80);
}

.footer-links {
  background-color: rgb(50, 50, 50);
}

.footer-links .inline-wrapper {
  min-height: 145px;
  padding-top: 50px;
  color: rgb(130, 130, 130);
  border-bottom: 1px solid rgb(80, 80, 80);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 80px 80px;
}

.footer-links .inline-item {
  font-size: 16px;
  padding-right: 60px;
}

.footer-links .inline-item:first-child {
  padding-right: 100px;
}

.frame-wide.narrow {
  max-width: 1200px;
}

.about-whatwedo {
  padding-top: 80px;
  padding-bottom: 80px;
  text-align: center;
}

.about-whatwedo-overview {
  font-size: 16px;
  line-height: 2.2;
  padding-bottom: 50px;
}

.about-whatwedo-image img {
  width: 100%;
  height: auto;
}

.about-service {
  text-align: center;
}

.about-service-list {
  padding: 70px 0;
  text-align: left;
}

.about-service-list strong {
  font-size: 18px;
  line-height: 30px;
  position: relative;
  display: block;
  margin-bottom: -15px;
}

.about-service-list strong span {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-right: 10px;
  background: white;
}

.about-service-list strong:after {
  position: absolute;
  z-index: 0;
  top: 15px;
  left: 0;
  width: 100%;
  height: 0;
  content: '';
  border-top: 1px dotted rgb(130, 130, 130);
}

.about-insight {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: rgb(245, 245, 245);
}

.about-insight-list h2.title {
  text-align: left;
}

.about-office {
  padding-top: 60px;
  padding-bottom: 100px;
}

.about-office-list {
  margin-top: 50px;
  margin-right: -5px;
  margin-left: -5px;
}

.about-office-list li {
  width: 33.3333%;
  padding: 5px;
}

.about-office-list li .ratio {
  padding-top: 100%;
}

.about-office-list li:nth-child(4n+1) {
  width: 100%;
}

.about-office-list li:nth-child(4n+1) .ratio {
  padding-top: 33.3333%;
}

.desktop .case-nav.home-service li .image {
  font-size: 50px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.case-nav.home-service {
  padding: 40px 200px;
  text-align: center;
}

.case-nav a.active .overview, .case-nav a.active .overview .strong {
  color: rgb(235, 18, 22);
}

.desktop .case-nav.home-service .overview {
  font-size: 16px;
  line-height: 1.5;
}

.case-list {
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 100px;
  margin-left: 15px;
}

.case-list li {
    border: 1px solid #e6e6e6;
  margin: 7px;
  padding: 5px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.case-list li[data-visible='false'] {
  display: none;
  opacity: 0;
}

.case-list li[data-pos='1'], .case-list li[data-pos='2'] {
  float: none;
  width: 50%;
}

.case-list li[data-pos='3'], .case-list li[data-pos='4'], .case-list li[data-pos='5'], .case-list li[data-pos='6'], .case-list li[data-pos='8'] {
  width: 31.3333%;
}

.case-list li[data-pos='7'] {
  float: right;
  width: 66.6666%;
}

.case-list li[data-pos='7'] .ratio-16-9 {
  padding-top: 65.5%;
}

@media screen and (max-width:1439px) {
  .case-list li[data-pos='7'] .ratio-16-9 {
    padding-top: 66.5%;
  }

}

.case-list li[data-pos='8'] {
  float: left;
}

.case-list .text {
  font-size: 14px;
  line-height: 1;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: rgb(245, 245, 245);
}

.case-list .text span {
  display: inline-block;
}

.case-list .text .subject {
  line-height: 20px;
  display: block;
  overflow: hidden;
  max-height: 40px;
  margin-right: 90px;
  color: rgb(50, 50, 50);
}

.case-list .image .inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
  opacity: 0;
  background-color: rgba(0, 0, 0, .5);
}

.case-list .view-feature {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  display: inline-block;
  width: 36px;
  height: 22px;
  margin-top: -3px;
  margin-right: -10px;
  text-align: center;
}

.btn-play {
  font-size: 50px;
  line-height: 1;
  position: absolute !important;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  -webkit-transition: color .4s;
  transition: color .4s;
  color: white;
}

a:hover .btn-play {
  color: rgb(235, 18, 22);
}

.case .case-list a:hover .image .inner:before {
  opacity: 1;
}

.is-iframe body {
  padding: 0;
  background-color: transparent;
}

.is-iframe .top-nav, .is-iframe .common-banner, .is-iframe .case-nav, .is-iframe .common-footer {
  display: block !important;
}

.is-iframe .frame-wide {
  /*width: 100%;*/
  max-width: 100%;
  padding: 0;
}

.common-share {
  padding-top: 10px;
  text-align: center;
}

.common-share button, .common-share a {
  color: rgb(137, 137, 137);
}

.common-share button:hover, .common-share a:hover {
  color: rgb(235, 18, 22);
}

.common-share button {
  font-size: 40px;
}

.common-share-list {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
}

.common-share-list a {
  font-size: 28px;
  margin: 5px 10px;
}

.common-share.active .common-share-list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.frame-video {
  display: none;
  width: 100%;
  padding-right: 23px;
  padding-left: 8px;
}

@media screen and (min-width:1200px) {
  .frame-video {
    width: 600px;
  }

}

@media screen and (min-width:1366px) {
  .frame-video {
    width: 700px;
  }

}

@media screen and (min-width:1440px) {
  .frame-video {
    width: 900px;
  }

}

@media screen and (min-width:1600px) {
  .frame-video {
    width: 1000px;
  }

}

@media screen and (min-width:1920px) {
  .frame-video {
    width: 1100px;
  }

}

@media screen and (min-width:2560px) {
  .frame-video {
    width: 1400px;
  }

}

.feature-home .box-heading {
  padding-top: 80px;
  padding-bottom: 80px;
}

.feature .case-list a:hover .strong {
  color: rgb(235, 18, 22);
}

.feature-details {
  padding-top: 80px;
  padding-bottom: 80px;
}

.feature-details-heading {
  padding-bottom: 100px;
  text-align: center;
}

.feature-details-heading h3:after {
  display: block;
  width: 15px;
  height: 1px;
  margin: 15px auto;
  content: '';
  background-color: rgb(50, 50, 50);
}

.feature-details-heading h5 {
  margin-top: 15px;
}

.feature-details-list img {
  width: 100%;
}

.feature-details-list dd p, .feature-details-text p {
  line-height: 2;
  position: relative;
  max-width: 800px;
  margin: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.details-releated-list a {
  overflow: hidden;
  width: 100%;
  height: 300px;
}

.details-goback {
  font-size: 16px;
  padding-top: 30px;
  text-align: center;
}

.details-goback a {
  line-height: 1.8;
  display: inline-block;
  padding: 3px 20px;
  color: rgb(50, 50, 50);
  border: 1px solid rgb(150, 150, 150);
  border-radius: 200px;
}

.details-goback a:hover {
  color: white;
  border-color: rgb(235, 18, 22);
  background-color: rgb(235, 18, 22);
}

.news-list {
  margin-bottom: 100px;
}

.news-list li {
  width: 50%;
  background-color: rgb(200, 200, 200);
}

.news-list li .image, .news-list li .text {
  float: left;
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.news-list li .text {
  font-size: 22px;
  -webkit-transition: background-color .4s;
  transition: background-color .4s;
  color: white;
  background-color: rgb(200, 200, 200);
}

.news-list li a:hover .text {
  background-color: rgb(235, 18, 22);
}

.news-list li:nth-child(4n+1) .image, .news-list li:nth-child(4n+2) .image {
  float: right;
}

.news-list li .text .subject {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 30px;
}

.news-list li .text .strong {
  font-size: 16px;
  color: white;
}

.news-list li .text .date {
  font-size: 12px;
}

.news-list li .text .strong:after {
  display: block;
  width: 15px;
  height: 1px;
  content: '';
  background-color: white;
}

.contact-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contact-banner .inner {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-banner .frame-wide {
  line-height: 1.6;
  padding-right: 50px;
  padding-left: 50px;
  color: white;
}

.contact-banner h1 {
  line-height: 1.2;
  padding-top: 40px;
}

.contact-banner h2, .contact-banner h3 {
  line-height: 1.8;
}

.contact-list .inline-item {
  font-size: 18px;
  padding-right: 50px;
}

.contact-banner .view-map {
  font-size: 22px;
  line-height: 1.8;
  display: inline-block;
  margin: 20px 0;
  margin-top: 20px;
  padding: 0 20px;
  color: white;
  border: 2px solid white;
  border-radius: 200px;
}

.contact-banner .view-map:hover {
  border-color: transparent;
  background-color: rgb(235, 18, 22);
}

.contact-banner .qr-code {
  position: absolute;
  right: 1;
  bottom: 5px;
  width: 100px;
  height: 100px;
  padding: 3px;
  background-color: white;
}

.contact-overview {
  padding-top: 80px;
  padding-bottom: 90px;
}

.contact-overview h4 {
  line-height: 1.5;
}

#newBridge .icon-right-center {
  right: 0 !important;
  top: auto !important;
  bottom: 110px !important;
}


@media screen and (max-width:1919px) {
  .contact h1 {
    font-size: 38px;
  }

  .contact h2 {
    font-size: 22px;
  }

  .contact h3 {
    font-size: 18px;
  }

  .contact-banner h1 {
    padding-top: 30px;
  }

  .contact-banner .view-map {
    font-size: 18px;
    margin-top: 40px;
  }

}

@media screen and (max-width:1439px) {
  .contact h1 {
    font-size: 35px;
  }

  .contact h2 {
    font-size: 18px;
  }

  .contact h3 {
    font-size: 16px;
  }

  .contact-banner h1 {
    padding-top: 25px;
  }

  .contact-banner .view-map {
    font-size: 18px;
    margin-top: 50px;
  }

  .contact-list .inline-item {
    font-size: 16px;
  }

  .contact-banner .frame-wide {
    padding-right: 15px;
    padding-left: 15px;
  }

}

.fancybox-close {
  line-height: 50px;
  top: -55px;
  right: inherit;
  left: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  color: rgb(137, 137, 137);
  background: transparent;
}

.fancybox-close:before {
  font-family: 'cxany';
  font-size: 30px;
  content: '\e90e';
}

.fancybox-close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: rgb(235, 18, 22);
}

.fancybox-opened .fancybox-skin, .fancybox-skin {
  border-radius: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cxany .fancybox-inner {
  overflow: hidden !important;
}

ins[data-type='screen'] {
  display: none;
  content: 'xs';
}

@media (min-width:768px) {
  ins[data-type='screen'] {
    content: 'sm';
  }

}

@media (min-width:992px) {
  ins[data-type='screen'] {
    content: 'md';
  }

}

@media (min-width:1200px) {
  ins[data-type='screen'] {
    content: 'lg';
  }

}

@media (min-width:1366px) {
  ins[data-type='screen'] {
    content: '1366';
  }

}

@media (min-width:1440px) {
  ins[data-type='screen'] {
    content: '1440';
  }

}

@media (min-width:1600px) {
  ins[data-type='screen'] {
    content: '1600';
  }

}

@media (min-width:1920px) {
  ins[data-type='screen'] {
    content: '1920';
  }

}

@media (min-width:2560px) {
  ins[data-type='screen'] {
    content: '2560';
  }

}
