@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
  background: #ffffff; }

@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0; } }
@media (min-width: 1600px) {
  .container {
    width: 84%;
    padding-left: 0;
    padding-right: 0; } }
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none; }

/*header*/
.navbar-default {
  border: none;
  border-radius: 0;
  background: none;
  min-height: 120px;
  margin-bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999; }
.navbar-default.nav-bg {
  background: rgba(0, 0, 0, 0.4); }
.navbar-default .navbar-brand {
  padding-top: 18px;
  padding-bottom: 18px; }
.navbar-default .navbar-nav {
  margin-top: 30px; }
.navbar-default .navbar-nav li {
  margin-right: 30px; }
.navbar-default .navbar-nav li > a {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  color: #ffffff;
  padding: 0 20px;
  border-radius: 19px;
  transition: all .7s; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background: #148ff8;
  color: #ffffff; }

/*banner*/
.index-banner {
  position: relative; }

.index-banner .item img {
  width: 100%;
  display: block; }

.index-banner .owl-controls {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px; }

.index-banner .owl-controls .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99; }

.index-banner .owl-controls .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  margin: 0 6px;
  background: url("../images/img-01.png") no-repeat; }

.index-banner .owl-controls .owl-dots .owl-dot.active span {
  background: url("../images/img-02.png") no-repeat; }

.index-banner.owl-carousel, .index-banner .owl-stage-outer, .index-banner .owl-stage, .index-banner .owl-item, .index-banner .item, .index-banner .item a {
  height: 100%;
  min-height: 100%;
  position: relative; }

.index-banner .item a {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: top center; }

/*footer*/
footer {
  background: #333333;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 14px;
  line-height: 2.2;
  color: #666666; }
footer .f-links a {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  padding: 5px 10px; }
footer .f-links a:hover {
  color: #128ef8; }
footer .f-img {
  margin-top: 45px;
  margin-bottom: 20px; }
footer .f-add {
  color: #999999; }
.f-copy a{
color: #666666; 
}

/*index-title*/
.index-title {
  background: url("../images/img-05.png") no-repeat bottom center;
  padding-bottom: 10px;
  line-height: 1.6;
  margin-bottom: 40px;
  text-align: center; }
.index-title .t-ch {
  color: #666666;
  font-size: 16px; }
.index-title .t-en {
  text-transform: uppercase;
  color: #373737;
  font-size: 24px;
  font-weight: bold; }

/*.our-business*/
.our-business {
  background: #ffffff;
  padding: 5% 0; }
.our-business .row {
  margin-left: -10px;
  margin-right: -10px; }
.our-business .row .box-w {
  padding-left: 10px;
  padding-right: 10px; }
.our-business .box {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  cursor: pointer; }
.our-business .box .pic {
  overflow: hidden; }
.our-business .box .pic img {
  display: block;
  width: 100%;
  transition: all .7s; }
.our-business .box .box-title {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  height: 100%;
  line-height: 100%;
  color: #ffffff;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: rgba(0, 0, 0, 0); }
.our-business .box .more-info {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  background: rgba(0, 0, 0, 0.9);
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 28px;
  color: #ffffff;
  font-size: 14px;
  opacity: 0;
  transition: all .7s; }
.our-business .box .more-info .more-title {
  background: url("../images/img-07.png") no-repeat bottom left;
  padding-bottom: 20px;
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.6; }
.our-business .box .more-info .more-title span {
  display: block;
  color: #128ef8;
  font-size: 30px;
  font-weight: bold; }
.our-business .box:hover .pic img {
  transform: scale(1.1); }
.our-business .box:hover .box-title {
  opacity: 0; }
.our-business .box:hover .more-info {
  opacity: 1; }

/*our-expertise*/
.our-expertise {
  background: #f5f7f8;
  padding: 5% 0; }
.our-expertise .box {
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
  background: rgba(245, 247, 248, 0);
  cursor: pointer; }
.our-expertise .box .icon {
  width: 64px;
  height: 95px;
  position: relative;
  margin: 0 auto 20px auto;
  background: url("../images/img-08.png") no-repeat bottom center; }
.our-expertise .box .icon img {
  position: absolute;
  top: 0;
  left: 0; }
.our-expertise .box .icon img.img-h {
  display: none; }
.our-expertise .box .txt {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  padding: 0 6%; }
.our-expertise .box:hover .icon img.img-h {
  display: block; }
.our-expertise .box:hover .icon img.img-d {
  display: none; }

/*center-box*/
.center-box {
  position: relative;
  font-family: "Mongolian Baiti";
  z-index: 9; }
.center-box .box-top {
  background: #ffffff;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  color: #128ef8;
  font-size: 100px;
  text-align: center; }
.center-box .box-top .line {
  width: 2px;
  height: 55px;
  background: #128ef8;
  position: absolute;
  left: 50%;
  top: -25px;
  margin-left: -1px;
  transition: all .7s; }
.center-box .box-top:hover .line {
  height: 0; }
.center-box .box-btm {
  padding-left: 15px;
  padding-right: 15px;
  height: 300px;
  text-transform: uppercase;
  font-size: 46px;
  color: #ffffff;
  line-height: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-image: url("../images/img-16.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed; }
.center-box .box-btm span {
  color: #128ef8; }

/*team-members*/
.team-members {
  padding: 5% 0; }
.team-members .box {
  padding-left: 140px;
  overflow: hidden;
  margin-bottom: 30px;
  min-height: 115px; }
.team-members .box .head {
  position: absolute;
  width: 110px;
  margin-left: -140px; }
.team-members .box .title {
  height: 38px;
  line-height: 38px;
  color: #666666;
  font-weight: bold;
  overflow: hidden;
  font-size: 20px;
  margin-bottom: 5px; }
.team-members .box .txt {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
  text-align: justify; }

.our-clients {
  background: url("../images/img-13.png") no-repeat top center;
  background-size: cover;
  padding: 5% 0; }
.our-clients .main {
  background: #ffffff;
  border-radius: 5px;
  padding: 30px 5%; }
.our-clients .clients-list .item {
  padding: 5px 0; }
.our-clients .clients-list .item img {
  display: block;
  margin: 0 auto;
  width: auto;
  transition: all .7s;
  cursor: pointer; }
.our-clients .clients-list .item:hover img {
  box-shadow: 0 0 10px #dddddd; }
.our-clients .clients-list .owl-controls {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -14px; }
.our-clients .clients-list .owl-controls > .owl-nav > div {
  position: absolute;
  width: 15px;
  height: 27px;
  padding: 0;
  margin: 0; }
.our-clients .clients-list .owl-controls > .owl-nav > div.owl-prev {
  background: url("../images/prev.png") no-repeat;
  left: 0; }
.our-clients .clients-list .owl-controls > .owl-nav > div.owl-prev:hover {
  background: url("../images/prev-h.png") no-repeat; }
.our-clients .clients-list .owl-controls > .owl-nav > div.owl-next {
  background: url("../images/next.png") no-repeat;
  right: 0; }
.our-clients .clients-list .owl-controls > .owl-nav > div.owl-next:hover {
  background: url("../images/next-h.png") no-repeat; }

.company-news {
  padding: 5% 0 2% 0; }
.company-news .index-title {
  background: url("../images/img-05.png") no-repeat bottom left;
  text-align: left; }
.company-news .btn-groups {
  width: 170px;
  bottom: 10px;
  z-index: 998; }
.company-news .btn-groups > div {
  width: 77px;
  height: 39px;
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer; }
.company-news .btn-groups > div.prev {
  background: url("../images/prev-02.png") no-repeat;
  float: left; }
.company-news .btn-groups > div.prev:hover {
  background: url("../images/prev-02-h.png") no-repeat; }
.company-news .btn-groups > div.next {
  background: url("../images/next-02.png") no-repeat;
  float: right; }
.company-news .btn-groups > div.next:hover {
  background: url("../images/next-02-h.png") no-repeat; }
.company-news .news-list .box {
  border: 1px solid transparent; }
.company-news .news-list .box .cont {
  padding: 0 30px;
  font-size: 14px;
  color: #999999;
  line-height: 26px;
  height: 240px; }
.company-news .news-list .box .cont .title {
  display: block;
  height: 60px;
  line-height: 60px;
  color: #666666;
  font-size: 20px;
  overflow: hidden; }
.company-news .news-list .box .cont .txt {
  margin-bottom: 20px;
  height: 104px;
  overflow: hidden;
  text-align: justify; }
.company-news .news-list .box .cont .date {
  font-size: 30px;
  color: #128ef8; }
.company-news .news-list .box .a-more {
  background: url("../images/img-15.png") no-repeat center center #128ef8;
  height: 38px;
  line-height: 38px;
  visibility: hidden;
  width: 100%;
  display: block; }
.company-news .news-list .box:hover {
  border-color: #128ef8; }
.company-news .news-list .box:hover .a-more {
  visibility: visible; }

.up-box {
  padding: 4% 6% 8%; }
.up-box .box-title {
  color: #128ef8;
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4; }
.up-box .box-title .date {
  text-align: center;
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  margin-top: 10px; }
.up-box .box-txt {
  color: #999999;
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  word-wrap: break-word;
  }

.modal-dialog {
  margin-top: 8%;
  height:90%;
  overflow: hidden;
  overflow-y: auto; }

.modal-header {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 999;
  border-bottom: none; }
.modal-header .close {
  font-size: 30px; }

/*# sourceMappingURL=style.css.map */
