@import url(technology.css);
@import url(solution.css);

/* index-solutions */
.carousel-solution {
  text-align: center;
  background: rgba(36, 43, 55, 1);
}

.index-solution {
  height: 480px;
  position: relative;
  background-size: cover;
}

.index-solution-hlwjr {
  background: url('../image/index/solution-hlwjr.png') center center no-repeat;
  background-size: cover;
}

.index-solution-jyhy {
  background: url('../image/index/solution-jyhy.png') center center no-repeat;
  background-size: cover;
}

.index-solution-yxhy {
  background: url('../image/index/solution-yxhy.png') center center no-repeat;
  background-size: cover;
}

.index-solution-kjds {
  background: url('../image/index/solution-kjds.png') center center no-repeat;
  background-size: cover;
}

.index-solution-zfmt {
  background: url('../image/index/solution-zfmt.png') center center no-repeat;
  background-size: cover;
}

.index-solution-yhaq {
  background: url('../image/index/solution-yhaq.png') center center no-repeat;
  background-size: cover;
}

.index-solution-dzsw {
  background: url('../image/index/solution-dzsw.png') center center no-repeat;
  background-size: cover;
}

.index-solution-zfaq {
  background: url('../image/index/solution-zfaq.png') center center no-repeat;
  background-size: cover;
}

.index-solution-cbsaq {
  background: url('../image/index/solution-cbsaq.png') center center no-repeat;
  background-size: cover;
}

.index-solution-qyzh {
  background: url('../image/index/solution-qyzh.png') center center no-repeat;
  background-size: cover;
}

.index-solution img.bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.index-solution .bg-hover {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.index-solution img.logo {
  width: 64px;
  position: absolute;
  top: 170px;
  left: 50%;
  margin-left: -32px;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.index-solution .title {
  width: 100%;
  position: absolute;
  top: 260px;
  left: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 1);
  line-height: 26px;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.index-solution .hover-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 30px;
  -webkit-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

.index-solution .hover-wrap .info {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
  line-height: 22px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-solution .hover-wrap .more {
  display: inline-block;
  margin-top: 64px;
  width: 108px;
  height: 32px;
  border-width: 1px;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
}

.index-solution:hover .bg-hover {
  background: linear-gradient(163deg, rgba(23, 90, 243, 0.85) 0%, rgba(1, 189, 208, 0.85) 100%);
}

.index-solution:hover img.logo {
  top: 80px;
}

.index-solution:hover .title {
  top: 170px;
}

.index-solution:hover .hover-wrap {
  top: 236px;
}

.solutions-carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -50px;
  width: 50px;
  opacity: 0;
  font-size: 28px;
}

.carousel-solution:hover .solutions-carousel-control {
  opacity: 1;
}

.solutions-carousel-control:hover {
  opacity: 1;
}

.solutions-carousel-control.right {
  right: -50px;
  left: auto;
}

.solutions-glyphicon {
  position: absolute;
  top: 50%;
  display: inline-block;
  line-height: 100px;
  width: 50px;
  margin-top: -50px;
  left: 50%;
  margin-left: -25px;
}

@media (max-width: 1179px) {
  .solutions-carousel-control {
    left: -30px;
    width: 30px;
    opacity: 1;
  }

  .solutions-carousel-control.right {
    right: -30px;
  }

  .solutions-glyphicon {
    width: 30px;
    margin-left: -15px;
  }
}

/* other */
.bold {
  font-weight: bold;
}

* {
  outline: none !important;
}

a:active,
a:hover,
a:link,
a:visited {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  display: block;
  content: '';
}

.clearfix:after {
  clear: both;
}

.clean {
  clear: both;
}

img {
  margin: 0;
}

/* bottom */
.bottom-nav-cn {
  color: #bbb;
  background-color: #33333c;
  padding: 42px 0 0;
  font-size: 12px;
}

.bottom-nav-cn a {
  color: #bbb;
  display: block;
  line-height: 20px;
  white-space: nowrap;
}

.bottom-nav-cn a:hover {
  color: #fff;
}

.color-grey {
  color: #9b9b9b;
}

.bottom-logo {
  width: 140px;
  margin-bottom: 15px;
  margin-top: -4px;
}

.bottom-nav-cn .color-grey {
  line-height: 22px;
}

.bottom-telephone {
  margin-top: 20px;
  color: #777;
}

.bottom-telephone img {
  float: left;
  margin-right: 10px;
}

.bottom-solution {
  margin-left: 14px;
}

.bottom-contact-way {
  width: 100px;
  float: right;
}

.bottom-contact-way a {
  display: inline-block;
}

.bottom-contact-way img {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 17px;
}

.bottom-copyright {
  text-align: center;
  margin: 36px 0;
}

.copyright,
a.copyright {
  display: inline-block;
  margin: 0 20px;
  color: #666;
}

a.copyright:hover {
  color: #ccc;
}

.policeIcon {
  background: url(../image/bottom/police-icon.png) no-repeat;
  padding-left: 26px;
}

/* solution */
.solution-banner {
  height: 350px;
  text-align: center;
  color: #fff;
  background: url(../image/solution/solution.png) center no-repeat;
  background-size: cover;
  padding: 0 10%;
  overflow: hidden;
}

.solution-banner h1 {
  font-size: 36px;
  font-weight: 500;
  color: #ffffff;
  line-height: 50px;
  margin: 100px auto 10px;
  text-align: center;
}

.solution-banner p {
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 24px;
}

.solution-content-items {
  padding: 80px 15%;
  text-align: center;
}

.solution-content-item {
  padding: 20px;
  margin: 40px 0;
  display: inline-block;
  height: 200px;
  width: 200px;
}

.solution-content-item:hover {
  box-shadow: 5px 5px 10px rgba(0, 21, 41, 0.12), -5px -5px 10px rgba(0, 21, 41, 0.12);
}

.solution-content-item img {
  margin: 0 auto;
}

.solution-content-item span {
  display: inline-block;
  color: #555;
  font-size: 16px;
  font-weight: 400;
  margin-top: 20px;
}

/* news */
.news {
  padding: 60px 0;
}

.news-banner {
  height: 320px;
  text-align: center;
  color: #fff;
  background: url(../image/news/news-banner.png) center no-repeat;
  background-size: cover;
}

.news-banner h1 {
  letter-spacing: 10px;
}

.news-banner-info {
  padding: 120px 20%;
}

.news-banner-info p {
  font-size: 16px;
  margin-top: 30px;
  line-height: 30px;
}

.news-item {
  border-bottom: 2px solid #ddd;
  padding: 10px 0;
  clear: both;
  min-height: 185px;
}

.news-imgbox {
  width: 180px;
  height: 150px;
  overflow: hidden;
  float: left;
  margin-top: 26px;
}

.news-source-time {
  float: right;
}

.news-source {
  margin-right: 12px;
}

.news-source img {
  display: inline-block;
}

.news-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-right: 200px;
  margin-bottom: 16px;
  color: #4a4a4a;
  line-height: 1.3;
}

.news-brief {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.news-learn-more {
  text-align: right;
  display: block;
}

.news-info {
  margin-left: 220px;
}

@media (max-width: 992px) {
  .news-banner-info {
    padding: 140px 0;
  }

  .news {
    padding: 40px 0;
  }
}

@media (max-width: 768px) {
  .news-banner-info {
    padding: 140px 80px;
  }

  .news {
    padding: 40px 0;
  }

  .news-title {
    font-size: 22px;
  }

  .news-info {
    margin-left: 200px;
  }

  .news-brief {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .news-banner-info {
    padding: 120px 40px;
  }

  .news-banner-info p {
    font-size: 16px;
  }

  .news {
    padding: 40px 0;
  }

  .news-imgbox {
    display: none;
  }

  .news-info {
    margin-left: 0;
  }

  .news-title {
    margin-right: 0;
    font-size: 20px;
  }

  .news-source-time {
    float: none;
  }
}

/* more */
.more-banner {
  height: 300px;
  text-align: center;
  color: #fff;
  background: url(../image/more/about.png) center no-repeat;
  background-size: cover;
}

.about-more-tabs-bar {
  position: absolute;
  top: 260px;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 40px;
}

.about-more-tabs {
  position: relative;
  top: -40px;
}

.about-more-tabs .nav>li {
  width: 25%;
}

.about-more-tabs .nav>li>a {
  padding: 10px 0;
}

/* contact-us */
.contact-location {
  padding: 80px 0 0;
}

.contact-location>div {
  padding: 0 10px;
}

.contact-location-box {
  color: #4a4a4a;
  width: 100%;
  margin: 0 auto 50px;
}

.location-title {
  background: url(../image/contact/location.png) 0 center no-repeat;
  padding: 10px 0 10px 41px;
  font-size: 20px;
  height: 48px;
}

.location-img img {
  width: 100%;
}

.location-bottom {
  background-color: #e1e7ee;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  height: 60px;
}

.contact-phone-wrap {
  background-color: #f1f4f8;
  color: #4a4a4a;
  padding: 80px 0 60px;
  position: relative;
  top: 40px;
}

.contact-phone-wrap .phone-20 {
  padding: 0 10px;
}

.phone-20 {
  width: 20%;
}

@media (min-width: 768px) and (max-width: 1279px) {
  .phone-20 {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .phone-20 {
    width: 100%;
  }
}

.contact-phone-box {
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: center;
  background-color: #fff;
}

.phone-title {
  font-size: 20px;
  margin: 20px 0 16px;
}

.phone-content {
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .contact-location {
    padding: 50px 0 0;
  }
}

/* navbar */

@media (min-width: 992px) {
  #login.navbar-button {
    margin-top: 10px;
    margin-left: 10px;
    width: 60px;
    height: 32px;
    border: 1px solid rgba(255, 255, 255, 1);
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    padding: 0;
  }

  #login:hover {
    background-color: #fff;
    color: #666;
  }

  .navbar-default .navbar-nav>li.language {
    margin-left: 20px;
  }

  .navbar-header {
    float: left;
  }

  .navbar-toggle {
    display: none;
  }

  .navbar-nav>li {
    float: left;
  }

  .container-fluid .collapse {
    display: block;
  }
}

@media (max-width: 991px) {

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    position: absolute;
    top: 50px;
    right: 0;
    background-color: #33333c;
    border: none;
    width: 200px;
    max-height: 667px;
  }

  .navbar-default .navbar-nav>li>a {
    color: #aaa;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    border-bottom: 0;
    color: #fff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #567fee;
  }

  .navbar-default .navbar-nav>.open>a,
  .navbar-default .navbar-nav>.open>a:hover,
  .navbar-default .navbar-nav>.open>a:focus {
    color: #eee;
    background-color: #33333c;
  }

  .navbar-header {
    float: none;
  }

  .navbar-toggle {
    display: block;
  }

  .navbar-header {
    margin-right: -15px !important;
    margin-left: -15px !important;
  }

  .collapse.navbar-collapse.navbar-right.visible-md {
    display: none !important;
  }

  .navbar-nav>li {
    float: none;
  }

  .nav>li.dropdown {
    position: relative;
  }

  .bsc-navbar .bsc-navbar-left li ul.dropdown-menu {
    height: auto;
    width: 200px;
    position: static;
  }

  .bsc-navbar .bsc-navbar-left li ul.dropdown-menu .subnav-wrap {
    writing-mode: horizontal-tb;
  }

  .bsc-navbar .bsc-navbar-left li ul.dropdown-menu li.bsc-visible-md {
    display: none;
  }

  .navbar-nav {
    float: none;
  }
}

.container-fluid {
  padding-right: 24px;
  padding-left: 26px;
}

/* index-products */
.index-products-list {
  font-size: 0;
}

.index-products-list h3 {
  text-align: center;

  font-size: 24px;
  color: rgba(0, 0, 0, 1);
  line-height: 24px;
  margin: 0 0 8px 0;
}

.index-products-list h4 {
  text-align: center;
  font-size: 18px;
  margin: 0 0 8px 0;
  font-weight: 300;
  color: rgba(74, 74, 74, 1);
  line-height: 30px;
}

.index-products-list .index-product-outwrap {
  display: inline-block;
  width: 20%;
}

@media (max-width: 1023px) {
  .index-products-list .index-product-outwrap {
    width: 33%;
  }
}

.index-products-list .index-product-wrap {
  margin: 10px auto;
  text-align: center;
  padding-top: 34px;
  padding-bottom: 40px;
}

.index-products-list .index-product-wrap:hover {
  box-shadow: 0px 3px 12px 0px rgba(214, 217, 220, 0.5), 0px 6px 30px 6px rgba(214, 217, 220, 0.5);
}

.index-products-list .index-product-wrap * {
  -webkit-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.index-products-list .index-product-wrap:hover * {
  transform: translateY(-2px);
}

.index-products-list .index-product-wrap img {
  width: 64px;
  margin: 0 auto 16px;
}

.index-products-list .index-product-wrap img.hover,
.index-products-list .index-product-wrap:hover img.normal {
  display: none;
}

.index-products-list .index-product-wrap img.normal,
.index-products-list .index-product-wrap:hover img.hover {
  display: block;
}

.index-products-list .index-product-wrap p.title {
  font-size: 18px;
  font-weight: 500;
  color: rgba(74, 74, 74, 1);
  line-height: 24px;
  margin-bottom: 12px;
}

.index-products-list .index-product-wrap p.info {
  font-size: 14px;
  color: rgba(107, 111, 122, 1);
  line-height: 22px;
  margin: 0;
}

.bg-white {
  background: #fff;
}

.bg-gary {
  background: #f4f7fa;
}

.navbar-default .navbar-nav>li>a {
  border-bottom: 2px solid transparent;
}

.navbar-default .navbar-nav>.active>a {
  border-color: #fff;
}

@media (max-width: 767px) {
  .bsc-container {
    margin-left: 14px !important;
    margin-right: 14px !important;
  }

  .index-products-list {
    padding: 36px 0 40px;
  }

  .index-products-list h3 {
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
  }

  .index-products-list h4 {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 0;
  }

  .index-products-list h4:nth-child(4) {
    margin-bottom: 24px;
  }

  .index-products-list .index-product-outwrap {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 3px 12px 0px rgba(214, 217, 220, 0.5);
  }

  .index-products-list .index-product-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 0 0;
  }

  .index-products-list .index-product-wrap:hover {
    box-shadow: none;
  }

  .index-products-list .index-product-wrap img {
    width: 56px;
    margin-bottom: 0;
  }

  .index-products-list .index-product-wrap p.title {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
  }

  /* index-news */
  .index-news {
    padding: 40px 0 13px;
  }

  .index-news h3 {
    margin-bottom: 16px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
  }

  .customers {
    padding: 40px 0 18px;
  }

  .customers-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 24px;
  }

  .customers .customers-box-outside {
    padding: 0 7px 12px 7px;
  }

  .register {
    padding: 60px 26px 80px;
  }

  .register h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
  }

  .register-form .form-group {
    padding: 0;
  }

  .register-sumbit {
    margin-top: 34px;
  }

  /* index-slider */
  .carousel-caption {
    left: 14px;
    right: 14px;
    padding: 0;
  }

  .carousel-caption.banner-1 {
    bottom: 97px;
  }

  .banner-img-m {
    padding: 67px 49px 17px 49px;
    margin: 0 auto;
    width: auto;
    height: auto;
    text-align: center;
    position: static;
  }

  .banner-1-title {
    font-size: 32px;
    font-weight: 300;
    line-height: 44px;
    margin-bottom: 0;
    letter-spacing: 3px;
    width: 290px;
    text-align: center;
    margin: 0 auto;
  }

  .banner-1-info {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .carousel-caption.banner-2,
  .carousel-caption.banner-3 {
    top: 277px;
  }

  .banner-2-title,
  .banner-3-info {
    letter-spacing: normal;
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
  }

  .banner-2-info {
    margin-top: 8px;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
  }

  .carousel-caption.banner-3 {
    left: 14px;
  }

  .banner-3 {
    text-align: center;
  }

  .banner-3-more {
    width: 120px;
    height: 32px;
    line-height: 28px;
    margin-top: 16px;
  }

  .banner-4 {
    bottom: 44px;
    top: auto;
    padding: 0 28px;
  }

  .banner-4-title {
    margin-top: 0;
    font-size: 21px;
    font-weight: 500;
    line-height: 32px;
  }

  .banner-4-info {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  /* index-solution */
  .carousel-solution {
    padding: 20px 14px;
  }

  .index-solution {
    height: 420px;
  }

  .index-solution img.logo {
    width: 56px;
    top: 60px;
    margin-left: -28px;
  }

  .index-solution .title {
    top: 148px;
    font-size: 16px;
    line-height: 26px;
  }

  .index-solution .hover-wrap {
    top: 204px;
    padding: 0 56px;
  }

  .index-solution .hover-wrap .info {
    -webkit-line-clamp: 3;
  }

  .index-solution .hover-wrap .more {
    margin-top: 46px;
  }

  .carousel-inner {
    margin-bottom: 40px;
  }

  .carousel-solution .more-solution {
    font-size: 11px;
    font-weight: 400;
    color: rgba(211, 220, 230, 1);
    line-height: 20px;
  }

  #carousel-solution-xs .carousel-indicators {
    bottom: -32px;
    width: 100%;
    margin-left: -50%;
  }

  #carousel-solution-xs .carousel-indicators li {
    width: 16px;
    background: #9b9b9b;
    opacity: 0.5;
  }

  #carousel-solution-xs .carousel-indicators li.active {
    width: 28px;
    opacity: 1;
  }

  /*index-news*/
  .index-news .news-main {
    width: 100%;
    box-shadow: 0px 3px 12px 0px rgba(214, 217, 220, 0.5), 0px 6px 30px 6px rgba(214, 217, 220, 0.5);
  }

  .index-news .news-main .news-main-bg {
    position: relative;
    height: 120px;
    width: 100%;
    margin-bottom: 17px;
  }

  .index-news .news-main .news-main-info-wrap {
    position: static;
  }

  .index-news .news-main .title {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .index-news .news-main .info {
    margin-bottom: 20px;
  }

  .index-news .news-list {
    border-bottom: 1px solid #d3dce6;
    margin-top: 20px;
    box-shadow: none;
    padding: 0 20px;
  }

  .index-news-more a {
    font-size: 11px;
    font-weight: 400;
    color: #6b6f7a;
    line-height: 20px;
  }

  .index-news-more {
    margin-bottom: 36px;
  }

  /*bottom*/
  .bottom-nav-cn {
    padding: 40px 48px 20px;
  }

  .bottom-nav-cn .href-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
  }

  .bottom-nav-cn .href-wrap a,
  .bottom-nav-cn .href-wrap span {
    display: inline;
    font-size: 12px;
    font-weight: 600;
    color: #bbbbbb;
    line-height: 17px;
  }

  .bottom-nav-cn .content-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 28px;
  }

  .bottom-nav-cn .content-wrap p {
    margin-bottom: 16px;
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 16px;
  }

  .bottom-nav-cn .content-wrap p img {
    display: inline-block;
    margin-right: 8px;
  }

  .content-right span {
    width: 81px;
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 20px;
    text-align: center;
    display: inline-block;
  }

  .content-right img {
    margin-bottom: 6px;
  }

  .color-grey {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #9b9b9b;
    line-height: 16px;
  }

  .bottom-copyright {
    margin: 0;
    font-size: 10px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
  }
}

/*å›¾ç‰‡ç­›é€‰æ ·å¼*/
/* Controls
---------------------------------------------------------------------- */

.controls {
  text-align: center;
  margin: 20px 0;
}

.control {
  cursor: pointer;
  font-size: 18px;
  color: #6c7989;
  transition: background 150ms;
  line-height: 24px;
  font-weight: 500;
  padding: 12px 0px;
  border-bottom: 1px solid #8492a6;
}

.control:hover {
  color: #1e87f0;
  border-bottom: 2px solid #1e87f0;
}

.control[data-filter]:after {
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  border: 2px solid currentColor;
  border-radius: 2px;
  background: currentColor;
  transition: background-color 150ms, border-color 150ms;
}

.control[data-sort]:after {
  top: calc(50% - 6px);
  left: calc(50% - 6px);
  transform: translateY(1px) rotate(45deg);
}

.mixitup-control-active {
  color: #1e87f0;
  border-bottom: 2px solid #1e87f0;
}

.mixitup-control-active[data-filter]:after {
  background: transparent;
}

.control:last-of-type {
  border-radius: 0 3px 3px 0;
}

.control[data-filter]+.control[data-sort] {
  margin-left: 0.75rem;
}

/* index-service
---------------------------------------------------------------------- */

.index-service {
  text-align: justify;
  font-size: 0.1px;
}

.index-service:after {
  content: '';
  display: inline-block;
  width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */
.mix {
  position: relative;
  font-size: 14px;
}

.mix img {
  width: 32px;
  height: 32px;
  float: left;
  margin-right: 12px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.mix img.hover {
  opacity: 0;
}

.mix .service-warp {
  left: 48px;
  top: auto;
  bottom: 20px;
  position: relative;
}

.mix h3 {
  font-size: 16px;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 24px;
  text-align: left;
  margin: 0 0 4px 0;
}

.mix p {
  font-size: 14px;
  font-weight: 400;
  color: #6b6f7a;
  line-height: 22px;
  margin: 0;
}

.mix,
.gap {
  display: inline-block;
  vertical-align: top;
}

.mix {
  background: #ffffff;
  border-radius: 2px;
  margin-bottom: 1rem;
  position: relative;
  padding: 20px 0 0px 20px;
}

.mix:before {
  content: '';
  display: inline-block;
}

.mix:hover {
  z-index: 99;
  box-shadow: 0px 3px 12px 0px rgba(214, 217, 220, 0.5), 0px 6px 30px 6px rgba(214, 217, 220, 0.5);
}

.mix:hover h3 {
  color: #1e87f0;
  margin: -4px 0 8px 0;
}

.mix:hover img.hover {
  opacity: 1;
}

/* Grid Breakpoints
---------------------------------------------------------------------- */

/* 2 Columns */

.mix,
.gap {
  width: calc(100% / 2 - (((2 - 1) * 1rem) / 2));
}

/* 3 Columns */

@media screen and (min-width: 541px) {

  .mix,
  .gap {
    width: calc(100% / 3 - (((3 - 1) * 1rem) / 3));
  }
}

/* 4 Columns */

@media screen and (min-width: 961px) {

  .mix,
  .gap {
    width: calc(100% / 4 - (((4 - 1) * 1rem) / 4));
  }
}

/* 5 Columns */

@media screen and (min-width: 1281px) {

  .mix,
  .gap {
    width: calc(100% / 4 - (((4 - 1) * 1rem) / 4));
  }
}

.owl-theme .owl-nav.disabled+.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 28px;
  height: 3px;
  margin: 0 2px;
  background-color: #4a4a4a;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #9b9b9b;
  width: 28px;
  height: 3px;
  border: none;
}

#home-customers {
  border-left: 1px solid #d3dce6;
  border-top: 1px solid #d3dce6;
  padding-left: 0;
  padding-right: 0;
}

.custom-name {
  text-align: left;
}

.custom-name li a {
  font-size: 16px;
  line-height: 16px;
}

.custom-name li {
  padding: 16px 0;
  margin-bottom: 10px;
}

.active-shadow {
  box-shadow: 0px 3px 16px 0px #d3dce6;
  z-index: 999;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.custom-name li.active,
.active-list {
  font-weight: 600;
  color: #1e87f0;
}

.home-customers .shadow {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
  z-index: 999;
}

.customers button {
  position: absolute;
  height: 100%;
  width: 20px;
}

.home-customers .owl-prev {
  top: 0;
  left: 0;
  z-index: 99;
}

.home-customers .owl-next {
  top: 0;
  right: 0;
  z-index: 99;
}

#home-customers .owl-theme .owl-nav [class*='owl-'] span {
  opacity: 0;
}

.active-shadow .owl-nav [class*='owl-'] span {
  opacity: 1;
}

.active-shadow .owl-nav button.owl-next,
.active-shadow .owl-nav button.owl-prev,
.active-shadow button.owl-dot {
  background-color: rgba(211, 220, 230, 0.28);
  padding: 0;
  margin: 0;
}

#home-customers .owl-theme .owl-nav [class*='owl-']:hover {
  background-color: rgba(211, 220, 230, 0.28);
  margin: 0;
}

#home-customers .owl-theme .owl-nav [class*='owl-']:hover span,
.active-shadow .owl-nav [class*='owl-'] span {
  opacity: 1 !important;
  color: #d3dce6;
  font-weight: 400;
  font-size: 28px;
}

#home-customers .owl-theme .owl-nav [class*='owl-'] {
  margin: 0;
}

#home-customers .owl-theme .owl-nav .disabled {
  opacity: 0;
}

.home-customers .certify-item {
  padding-bottom: 0;
  border-right: 1px solid #d3dce6;
  border-bottom: 1px solid #d3dce6;
  background-color: #fff;
  text-align: center;
}

.home-customers .certify-item img {
  margin: 0;
  display: inline;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.home-customers .owl-stage-outer img {
  height: 60px;
}

.customers .col-lg-1,
.customers .col-xs-1 {
  width: 10%;
}

.customers .col-lg-11,
.customers .col-xs-11 {
  width: 90%;
}

#carousel-solution-xs.owl-theme .owl-nav [class*='owl-'] {
  position: absolute;
  top: 0;
  z-index: 10;
  color: #535354;
  font-size: 6em;
  height: 100%;
  width: 50px;
  opacity: 0;
}

#carousel-solution-xs.owl-theme .owl-nav [class*='owl-']:hover,
.carousel-solution:hover #carousel-solution-xs.owl-theme .owl-nav [class*='owl-'] {
  opacity: 1;
  background: 0 0;
}

#carousel-solution-xs.owl-theme .owl-nav .owl-prev {
  left: -50px;
}

#carousel-solution-xs.owl-theme .owl-nav .owl-next {
  right: -50px;
}

.complain-title {
  padding: 124px 0 56px;
}

.complain-title h1 {
  font-size: 36px;
  line-height: 50px;
  margin: 0 0 8px 0;
}

.complain-title p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
}

#complain {
  background: #212832;
  height: 320px;
}

.complain-item-wrap {
  position: relative;
  top: -52px;
  padding-bottom: 60px;
}

.complain-item-wrap img {
  display: inline;
  width: 64px;
  height: 64px;
  margin-bottom: 32px;
}

.complain-item {
  border: 1px solid #d3dce6;
  padding: 72px 0 68px 0;
}

.complain-item h4 {
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 12px;
}

.complain-item p {
  font-size: 18px;
  font-weight: 600;
  color: #1e87f0;
  line-height: 26px;
}

.complain-item p img {
  width: 16px;
  height: 16px;
  margin: 0 12px 2px 0;
}

#law {
  padding-top: 116px;
}

#law .law-item-wrap {
  padding-bottom: 280px;
}

.law-item h3 {
  font-size: 24px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 32px;
  margin: 8px 0 10px 0;
}

.law-item h4 {
  font-size: 12px;
  font-weight: 400;
  color: #9b9b9b;
  line-height: 20px;
  margin: 0 0 14px 0;
}

.law-item a,
.law-item a h3 {
  font-size: 14px;
  font-weight: 500;
  color: #1e87f0;
  line-height: 22px;
  margin: 0 0 8px 0;
}

.law-item a:hover {
  text-decoration: underline;
}

.law-list {
  padding: 0 0 50px 0;
}

.law-list a p {
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 22px;
  margin: 0 0 8px 0;
}

.law-list a:hover p,
.law-list a:focus p {
  color: #1e87f0;
  background-color: #e4eaf0;
}

.law-list h3 {
  border-bottom: 1px solid #d3dce6;
  padding: 18px 16px;
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
  line-height: 26px;
  margin: 0 0 16px 0;
}

.law-list .active p {
  background-color: #e4eaf0;
}

/*æ–°å¢žæ‰‹æœºæ ·å¼*/
@media (max-width: 767px) {
  .control {
    padding: 6px;
  }

  .customers .col-sm-3,
  .customers .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .mix img {
    top: 12px;
    left: 10px;
  }

  .mix .service-warp {
    top: -30px;
    left: 40px;
  }

  .mix p {
    margin-right: 43px;
  }

  .custom-name li a {
    font-size: 12px;
  }

  .customers .col-xs-3 {
    width: 20%;
  }

  .customers .col-xs-9 {
    width: 80%;
  }

  .mixitup-control-active,
  .control:hover {
    border-bottom: 1px solid #1e87f0;
  }

  .index-service,
  .carousel-solution,
  .cdn-network-resource {
    overflow: hidden;
  }

  .cdn-select {
    width: auto;
  }

  .bsc-navbar .bsc-navbar-left li ul.dropdown-menu li {
    padding-left: 20px;
  }

  .mix {
    padding: 20px 0 0px 6px;
  }

  #call {
    background-color: #222630;
  }

  #call .call-line {
    margin: 0;
  }

  #call img {
    margin: 8px 0 0 0;
  }
}