@charset "UTF-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, blockquote,
dl, dt, dd, ul, ol, li,
pre,
fieldset, lengend, button, input, textarea,
th, td {
  /* table elements 表格元素 */
  margin: 0;
  padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea {
  /* for ie */
  /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
  font: 16px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

address, cite, dfn, em, var {
  font-style: normal;
}

/* 将斜体扶正 */
code, kbd, pre, samp, tt {
  font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
  font-size: 12px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
/* 重置列表元素 */
ul, ol {
  list-style: none;
}

/* 重置文本格式元素 */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

abbr[title], acronym[title] {
  /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
  border-bottom: 1px dotted;
  cursor: help;
}

q:before, q:after {
  content: '';
}

/* 重置表单元素 */
legend {
  color: #000;
}

/* for ie6 */
fieldset, img {
  border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
  font-size: 100%;
  /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 重置 hr */
hr {
  border: none;
  height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body,html{
  font-family: "Microsoft YaHei","微软雅黑",sans-serif;
  width: 100%;
  min-height: 100%;
  height: auto;
  font-size: 14px;
  overflow-x: hidden;
}


* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  clear: both;
}
.clearfix:after, .clearfix:before {
  display: block;
  content: "";
  clear: both;
}

/* 重置图片元素 */
img {
  border: none;
  outline: none;
  max-width: 100%;
}

a, a:hover, a:focus{
  text-decoration: none;
  outline: none;
}

*:focus {
  outline: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: inline-block;
}

.img a {
  display: block;
}

.img img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.over {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.zoom {
  overflow: hidden;
}

.zoom img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}

.zoom:hover img {
  display: block;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.paddingno {
  padding: 0;
}

ul li {
  list-style: none;
}

/* .gray { 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
} */
/*把原有的modal框的背景蒙层给去掉*/
.fade-scale {
  background-color: #fff;
  /* visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; */
  /*-webkit-transform: translateX(100%);*/
  /*transform: translateX(100%);*/
  /*-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;*/
  /*transition: transform 0.5s, visibility 0s 0.5s;*/
  -webkit-transtion:left 0.5s;
  transition:left 0.5s;

  /*opacity: 0;*/
  padding: 0!important;
  margin:0!important;
  z-index: 1041;
  left:100%;
  right:-100%;
}

.fade-scale.in {
  /*opacity: 1;*/
 /*  backface-visibility:visible;
 visibility: visible; */
  /*-webkit-transform: translateX(0%);*/
  /*transform: translateX(0%);*/
  /*-webkit-transition: -webkit-transform 0.5s;*/
  /*transition: transform 0.5s;*/
  /* -webkit-transtion:left 0.5s;
  transition:left 0.5s;
  padding: 0!important;
  margin:0!important;
  left:0;
  right:0; */
}
/* .fade-scale.closed{
  left:100%;
} */
.heading h2 {
  font-size: 32px;
  color: #3f4244;
  text-align: center;
  padding-bottom: 47px;
  margin: 0;
}
/*banner增加效果*/
.nav-ban{
  position:relative;
  height: 100vh;
  margin: 0 auto;
  width: 100%;

}
.nav-ban .banner-box {
  width: 100%;
  height: 100%;
  position:absolute;
  left:0;
  top:0;
  min-height: 500px;
  z-index: 5;
  background-size: cover;
}
.nav-ban .index-banner{
  position: relative;
  width: 100%;
  height: 100%;
}
.nav-ban .index-banner .item div {
/*  padding-top: 49.11%;*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 9;
  width: 100%;
  height: 100%;
 /* background-position: 50% 62.5%;*/
}
.nav-ban .index-banner .owl-controls {
  display: none;
  position: absolute;
  height: 28px;
  line-height: 28px;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.nav-ban .index-banner .owl-dot.active {
  width: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  -webkit-border-radius: 8px;
}
.nav-ban .index-banner .owl-dot span {
  width: 30px;
  border-color: rgba(255, 255, 255, 0.5);
  background: transparent;
}
.nav-ban .index-banner .owl-dot {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-indent: -9999px;
  margin: 0 5px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.banbg {
  position: absolute;
  left: 0;
  top:0;
  background-size: cover;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.banbg .logoicon {
  left: 0;
  position: absolute;
  top: 14.28%;
  width: 100%;
  text-align: center;
  height: 44.70%;
}
.banbg .logoicon img {
  display: inline-block;
  max-height: 100%;
}
.banbg .language {
  text-align: center;
  position: absolute;
  top: 68.61%;
  width: 100%;
  left: 0;
}
.banbg .language a {
  text-align: center;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  width: 172px;
  padding: 17px 0;
  background: transparent;
  margin: 0 13px;
}
.banbg .language a.c-ch-1:nth-child(1) {
  border: 1px solid #fff;
  background: transparent;
}
.banbg .language a.c-ch-2:nth-child(2) {
  border: 1px solid transparent;
  background-color: #4b4b4b;
}
.banbg .language a.e-ch-1:nth-child(1) {
 
  border: 1px solid transparent;
  background-color: #4b4b4b;
}
.banbg .language a.e-ch-2:nth-child(2) {
  border: 1px solid #fff;
  background: transparent;
}
.banbg .pagefoot {
  position: absolute;
  top: 89%;
  left: 0;
  width: 100%;
  background: transparent;
}
.banbg .pagefoot ul {
  overflow: hidden;
  text-align: center;
}
.banbg .pagefoot ul li {
  display: inline-block;
  padding: 10px 23px;
}
.banbg .pagefoot ul li a {
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 10px;
}
.banbg .pagefoot ul li a:after {
  display: block;
  content: "";
  bottom: 0;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: auto;
  line-height: 24px;
}
.banbg .pagefoot ul li a:hover:after {
  width: 100%;
}
@media (max-width: 1199px){
  .banbg .pagefoot ul li {
  display: inline-block;
  padding: 10px 9px;
}
}
@media (max-width: 767px) {
  .banbg .pagefoot {
    display: none;
  }
}
@media (max-width: 414px) {
  .banbg .language {
    top: 82.61%;
  }

  .banbg .language a {
    width: 120px;
  }

  .banbg .logoicon {
    /*top: 5.43%;*/
  }

  .banbg .logoicon img {
    /*width: 80%;*/
  }
}
@media (max-width: 375px) {
.banbg .language a {
    width: 120px;
    padding:12px 0;
  }
}
.header {
  display: none;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  padding: 27px 0;
}
.header .navbar-toggle {
  float: right;
  width: 40px;
  height: 40px;
  padding: 3px;
  margin: 10px 15px;
}
.header .nav-btn span {
  margin: 6px -2px;
}
.header .nav-btn span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 9px;
}
.header .nav-btn span:nth-child(2) {
  opacity: 0;
}
.header .nav-btn span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -9px;
}
.header .nav-btn span:nth-child(2) {
  -webkit-transition: none;
  transition: none;
}
.header .nav-btn span {
  display: block;
  height: 3px;
  background-color: #3f4244;
  margin: 6px 0;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .nav-btn.collapsed span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: auto;
}
.header .nav-btn.collapsed span:nth-child(2) {
  opacity: 1;
}
.header .navbar-collapse.in {
  overflow-y: visible;
}
.header .container {
  position: relative;
}
.header .logo {
  position: absolute;
  display: block;
}
@media (max-width: 1199px) {
.header .logo {
  position: absolute;
  display: block;
  }
}
@media (max-width: 991px) {
  .header{
    padding:10px 0;
  }
  .header .logo {
    position: static;
    text-align: center;
  }
}
@media (max-width: 768px) {
.header{
    padding:10px 0;
  }
}
@media (max-width: 767px) {
  .header .logo {
    padding: 10px 15px;
    text-align: left;
  }
  .header .logo {
  position: absolute;
  display: block;
  }
  .header .logo {
    width: 90%;
  }
}
@media (max-width: 414px) {
  .header .logo img {
    width: 150px;
  }
}
.header .snavbar {
  font-size: 16px;
}
.header .snavbar .snav {
  text-align: center;
}
.header .snavbar .snav > li {
  position: static;
  display: inline-block;
  padding: 10px 23px;
}
@media (min-width: 1200px){
  .header .snavbar .snav > li:nth-child(1) {
  padding-left: 70px;
  }
}

.header .snavbar .snav > li > a {
  padding: 0;
  color: #3f4244;
  font-size: 15px;
  line-height: 26px;
  position: relative;
  display: block;
}
.header .snavbar .snav > li a:after {
  display: block;
  content: "";
  /*bottom: 0;*/
  top:100%;
  width: 0;
  height: 2px;
  background: #14294A;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: auto;
  line-height: 24px;
  position: absolute;
}
.header .snavbar .snav > li a:hover:after {
  width: 100%;
}
.header .snavbar .snav li.active:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  margin-left: 0;
}
.header .snavbar .snav li a {
  border-bottom: 2px solid transparent;
}
.header .snavbar .snav li.active a {
  border-bottom: 2px solid #14294A;
}
.header .snavbar .navbar-collapse {
  padding: 0;
}
.header .snavbar .nav > li > a:hover, .header .snavbar .nav > li > a:focus, .header .snavbar .nav .open > a, .header .snavbar .nav .open > a:hover, .header .snavbar .nav .open > a:focus {
  background: transparent;
}

.header.nav-fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

 @media (max-width: 1199px) {
  .header .snavbar .snav > li {
  padding: 10px 9px;
}
  /*.snavbar {
    float: right;
  }*/
} 
@media (max-width: 991px) {
  .header .snavbar .snav > li {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .snavbar {
    float: none;
    clear: both;
  }

  .header .snavbar .snav li {
    float: none;
    display: block;
  }

  .header .container {
    padding: 0;
  }

  .header {
    padding: 0;
  }
}
@media (max-width: 414px){
  .header .snavbar .snav > li {
    padding: 6px 15px;
  }
}
.about {
  background-color: #fff;
  padding: 140px 0 0;
}
.about h2 {
  font-size: 32px;
  color: #3f4244;
  text-align: center;
}
.about .text p {
  font-size: 15px;
  color: #929ba0;
  line-height: 28px;
}
.about .text .en-text p{
  line-height: 26px;
}
.about .img-content{
  padding: 40px 0 0;
}
.about .img-content .img-box {
  /*position: relative;*/
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
}
.about .img-content .img-box .s-img {
  padding: 16px 40px;
}
.about .img-content .img-box .img-hide {
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about .img-content .img-box .img-show {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about .img-content .img-box .title {
  text-align: center;
  color: #929ba0;
  min-height: 70px;
}
.about .img-content .img-box .title:after {
  content: "";
  display: block;
  width: 70px;
  height: 2px;
  margin: 0 auto;
  background-color: #929ba0;
  margin-top: 12px;
}
.about .img-content .img-box .title h4 {
  font-size: 16px;
  line-height: 24px;
}
.about .img-content .img-box .title span {
  font-size: 14px;
}
/*客户目前要禁用鼠标滑过的效果*/
/*.about .img-content .img-box:hover .img-show {
  display: none;
}
.about .img-content .img-box:hover .img-hide {
  display: block;
}
.about .img-content .img-box:hover .title {
  color: #3f4244;
}
.about .img-content .img-box:hover .title:after {
  background-color: #3f4244;
}
*/
@media (max-width: 1199px) {
  .about {
    height: 100%;
  }
  /*.about h2 {
    font-size: 28px;
  }*/
  .about .img-content .img-box .s-img {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .about {
    padding: 170px 0 0;
  }
/*  .about .img-content{
  padding: 60px 0;
}*/
}
@media (max-width: 414px) {
  .about {
    padding: 80px 0 0;
  }
}
.team {
  padding-top:104px;
  /**/
}
.s-teambox{
  background: url("/html/Public/site/images/bg2.jpg") no-repeat;
  background-size: cover;
  padding: 117px 0;
}
.team ul {
  overflow: hidden;
  padding-left: 0;
}
.team ul li {
  width: 19%;
  margin-right: 1%;
  float: left;
  list-style: none;
  margin-bottom: 22px;
}
.team ul li a {
  display: block;
  position: relative;
}
.team ul li a .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  /*padding: 12px 15px;*/
  padding:8px 15px; 
  color: #fff;
  background: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.team ul li a .text h1 {
  margin-top: 0;
  font-size: 16px;
  font-weight:bold;
  line-height: 22px;
  margin-bottom: 1px;
}
.team ul li a .text h1.en-team-title{
  line-height: 20px;
  margin-bottom: 0;
  font-size: 14px;
}
.team ul li a .text span {
  display: block;
  font-size: 13px;
}
.team ul li a .text span.en-team-span {
  display: block;
  font-size: 12px;
}
.team ul li a .text:hover {
  background: rgba(82, 202, 253, 0.85);
}
.team ul li:hover .text {
  background: rgba(82, 202, 253, 0.85);
}
.team ul li:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 991px) {
  .team ul li {
    width: 32%;
    margin-right: 1%;
  }

  .team ul li:nth-child(5n) {
    margin-right: 1%;
  }

  .team ul li:nth-child(3n) {
    margin-right: 0;
  } 
}
@media (max-width: 768px) {
  .team {
    padding: 60px 0 0;
  }
  .team ul li a .text h1.en-team-title{
  line-height: 14px;
  }
  .team ul li a .text h1 {
 
  font-size: 14px;
  }
}
@media (max-width: 414px) {
  .team ul li {
    width: 48%;
    margin-right: 2%;
  }

  .team ul li:nth-child(5n) {
    margin-right: 2%;
  }

  .team ul li:nth-child(3n) {
    margin-right: 2%;
  }

  .team ul li:nth-child(2n) {
    margin-right: 0;
  }
  .s-teambox{
  padding: 80px 0;
}
.team {
    padding: 80px 0 0;
  }
}
.team .mCSB_scrollTools .mCSB_dragger {
  width: 6px;
  height: 327px;
  background-color: #929ba0;
  border-radius: 0;
}

.team-tan-box {
  color: #d2d2d2;
 
}
.team-tan-box .text h1 {
  margin-top: 40px;
  font-size: 30px;
  margin-bottom:20px;
}
.team-tan-box .text span {
  display: block;
  font-size: 18px;
}
.team-tan-box .team-content {
  font-size: 15px;
}
.team-tan-box .team-content p {
  line-height: 24px;
}
.team-tan-box .team-content h2 {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom:40px;
}

.modal-team .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.modal-team .modal-dialog .modal-header {
  padding: 0;
  border: none;
}
.modal-team .modal-dialog .modal-header .close {
  margin-top: 0px;
  opacity: 1;
  box-shadow: none;
}
.modal-team .modal-dialog .modal-header .close span {
  color: #929ba0;
  border: 1px solid #929ba0;
  font-size: 16px;
  width: 38px;
  height: 38px;
  /*line-height: 24px;*/
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-team .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
 
  .team-tan-box .team-content h2 {
    margin-top: 30px;
  }

}
@media (min-width: 991px) and (max-width: 1199px) {
  .modal-team .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
}
@media (min-width: 1200px) {
  .modal-team {
    height: 100vh;
  }

  .modal-team .modal-dialog {
    width: 1200px;
    margin: 30px auto;
  }
}
@media (max-width: 991px){
   .modal-team .col-md-4,.modal-team .col-md-8,.modal-team .col-md-6{
    padding-left: 0;
    padding-right: 0;
  }
  .modal-team .modal-dialog .modal-header .close {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1100;
}
.modal-team .modal-dialog .modal-header .close span {
  display: inline-block;
}
.team-tan-box .team-content p {
  margin:0;
}
.team-tan-box .team-content{
  margin-bottom: 60px;
}
.team-tan-box .team-content {
  font-size: 14px;
}
.team-tan-box .team-content h2{
  margin-top:60px;
}
.team-tan-box .text h1{
  font-size: 24px;
  margin-top: 30px;
}
.team-tan-box .team-content h2 {
  margin-bottom: 20px;
}
}
@media (max-width: 768px){
  .team-tan-box .team-content h2{

  }
}
.project {
  background-color: #fff;
  padding: 140px 0 0;
}
.project h2 {
  font-size: 32px;
  color: #3f4244;
  text-align: center;
}
.project .project-title {
  background-color: #f7f7f7;
  margin-bottom: 30px;
}
.project .project-title .nav-tabs {
  border: none;
  text-align: center;
}
.project .project-title .nav-tabs > li{
  display: inline-block;
  float: none;
}
.project .project-title .nav-tabs > li > a {
  margin-right: 0;
  border-radius: 0;
  border: 0;
}
.project .project-title .nav > li > a {
  padding: 10px 50px;
  color: #3f4244;
  line-height: 24px;
}
.project .project-title .nav > li > a.ch-nav-tabs {
  padding: 10px 50px;
  color: #3f4244;
  line-height: 24px;
 letter-spacing: 4px;
 text-indent: 4px;
}
.project .project-title .nav > li > a.en-nav-tabs{
   letter-spacing: 0px;
  text-indent: 0px;
  padding:10px 30px;
}
.project .project-title .nav-tabs > li.active > a {
  border: none;
  background-color: transparent;
  line-height: 24px;
}
/*.project .project-title .nav-tabs > li.active > a.ch-nav-tabs{
   padding: 10px 50px;
}*/
/* .project .project-title .nav-tabs > li> a.ch-nav-tabs{
   padding: 10px 50px;
} */
.project .project-title .nav-tabs > li a:after {
  display: block;
  content: "";
  bottom: 0;
  width: 0;
  height: 2px;
  background: #3f4244;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: auto;
  line-height: 24px;
}
.project .project-title .nav-tabs > li a:hover {
  color: #333;
  background-color: transparent;
}
.project .project-title .nav-tabs > li a:hover:after {
  width: 100%;
}
.project .project-title .nav-tabs > li.active a:after {
  width: 100%;
  margin: auto;
}
.project .tab-content .owl-carousel-2{
  max-height: 550px;
}
.project .tab-content{
  margin-bottom:36px;

}
.project .tab-content .tab-pane .owl-carousel-2 .owl-controls .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  bottom: -22px;
}
.project .tab-content .tab-pane .owl-carousel-2 .owl-controls .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #d5d8d9;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 12px;
}
.project .tab-content .tab-pane .owl-carousel-2 .owl-controls .owl-dots .owl-dot.active {
  background-color: #929ba0;
}
.project .tab-content .pic-item a {
  display: block;
  position: relative;
  margin-bottom: -1px;
}
.project .tab-content .pic-item a .img img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.project .tab-content .pic-item a:hover .img img {
  filter: none;
  -webkit-filter: none;
}
.project .tab-content .pic-item a .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  padding-top: 34px;
  padding-left: 34px;
  padding-right: 34px;
  background: rgba(93, 93, 93, 0.6);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.project .tab-content .pic-item a .text .title {
  display: block;
  font-size: 18px;
  padding: 0 0 10px 0;
  line-height: 24px;
}
.project .tab-content .pic-item a .text p {
  display: none;
  font-size: 14px;
  color: #fff;
}
.project .tab-content .pic-item a .text .icon {
  width: 42px;
  height: 42px;
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: none;
}
.project .tab-content .pic-item a .text:hover {
  background: transparent;
}
.project .tab-content .pic-item a .text:hover p {
  display: block;
}
.project .tab-content .pic-item a .text:hover .icon {
  display: block;
}
@media (max-width: 1199px) {
 .project .project-title .nav > li > a {
  padding: 5px 40px;
 
}
.project .project-title .nav > li > a.en-nav-tabs{
  padding:10px 17px;
}
.project .tab-content .pic-item a .text .icon{
  width: 35px;
  height: 35px;
  bottom:10px;
  right:10px;
}


}
@media (max-width: 991px){
  .project .tab-content .tab-pane .owl-carousel-2 .owl-controls {
    display: none;
  }
}
@media (max-width: 768px) {
  .project {
    padding: 140px 0 0;
  }

  .project .project-title .nav > li > a {
    padding: 5px 20px;
  }
  .project .project-title .nav-tabs > li.active > a.ch-nav-tabs{
   padding: 5px 20px;
  }

  .project .project-title .nav > li > a.ch-nav-tabs {
    padding: 5px 20px;
   
  }
  .project .project-title .nav > li > a.en-nav-tabs {
    letter-spacing: 0px;
    text-indent: 0px;
    padding: 10px 12px;
  }
}
@media (max-width: 414px){
  
  .project {
    padding: 80px 0 0;
  }
  .project .project-title .nav > li > a {
    padding: 5px 13px;
  }

  .project .project-title .nav-tabs > li.active > a.ch-nav-tabs{
   padding: 5px 13px;
  }
  .project .project-title .nav > li > a.ch-nav-tabs {
  padding: 5px 13px;
 
}
}
@media (max-width: 320px){
  
  .project .project-title .nav > li > a {
    padding: 5px 9px;
  }

  .project .project-title .nav-tabs > li.active > a.ch-nav-tabs{
   padding: 5px 9px;
  }
  .project .project-title .nav > li > a.ch-nav-tabs {
  padding: 5px 9px;
 
}
}
.modal-project {
  background-color: #fff;
}

.project-tan-box {
  /*background-color: #fff;*/
}
.project-tan-box .top-title {
  color: #929ba0;
  font-size: 16px;
  line-height: 28px;
}
.project-tan-box h3 {
  font-size: 26px;
  color: #000;
  margin-bottom: 45px;
}
.project-tan-box .title {
  font-size: 16px;
  color: #929ba0;
  margin-bottom: 45px;
}
.project-tan-box .title span {
  color: #52cafd;
}
.project-tan-box .text {
  border-left: 3px solid #52cafd;
  padding-left: 20px;
  font-size: 15px;
  line-height: 24px;
  margin-bottom:35px; 
}
.project-tan-box .text p {
  color: #929ba0;
}
.project-tan-box .img {
  text-align: center;
}

.modal-project {
  background-color: #fff;
  padding-bottom: 50px;
}
.modal-project .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.modal-project .modal-header {
  padding: 0;
  border: none;
}
.modal-project .modal-header .close {
  margin-top: 0px;
  opacity: 1;
  box-shadow: none;
}
.modal-project .modal-header .close span {
  color: #929ba0;
  border: 1px solid #929ba0;
  width: 38px;
  height: 38px;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-project .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .modal-project .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
}
@media (min-width: 1200px) {
  /* .modal-project {
    height: 100vh;
  } */

  .modal-project .modal-dialog {
    width: 1200px;
    margin: 30px auto;
  }
}
.news{
  padding-top:140px;
}
.news .news-content {
  /*padding-bottom: 120px;*/
}
.news .news-content .title {
  color: #929ba0;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  margin-right:30px;
  border-bottom: 1px solid #dee1e2;
}
.news .news-content .title .title-left {
  float: left;
  padding-left: 20px;
}
.news .news-content .title .title-right {
  float: right;
  padding-right: 9%;
}
.news .news-content .content {
  color: #3f4244;
}
.news .news-content .content ul {
  padding-left: 0;
}
.news .news-content .content ul li {
  border-bottom: 1px solid #dee1e2;
}
.news .news-content .content ul li a {
  position: relative;
  display: block;
  color: #3f4244;
}
.news .news-content .content ul li a .newsbox {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.news .news-content .content ul li a .newsbox:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news .news-content .content ul li a .up-text {
  /*  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
}
.news .news-content .content ul li a:hover {
  padding-bottom: 0;
}
.news .news-content .content ul li a:hover .newsbox:after {
  background: transparent;
}
.news .news-content .content ul li a:hover .up-text h3 {
  color: #fff;
}
.news .news-content .content ul li a:hover .up-text .text {
  color: #fff;
}
.news .news-content .content ul li a:hover .up-text .time {
  color: #fff;
}
.news .news-content .content ul li a .up-text {
  /*padding: 35px;*/
  padding: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-right: 40.7%;
}
.news .news-content .content ul li a .up-text h3 {
  line-height: 26px;
  font-size: 18px;
  margin: 0;
  color: #3f4244;
  /*margin-bottom: 35px;*/
  margin-bottom:20px;
}
.news .news-content .content ul li a .up-text .text {
  color: #929ba0;
  font-size: 15px;
  line-height: 25px;
}
.news .news-content .content ul li a .up-text .time {
  font-size: 18px;
  color: #3f4244;
  position: absolute;
  top: 35px;
  right: 35px;
}

@media (max-width: 768px) {
  .news{
  padding-top:170px;
}
  .news .news-content {
    padding-bottom: 0;
  }

  .news .news-content .content ul li a .up-text .time {
    font-size: 14px;
    right: 0;
  }
}
@media (max-width: 414px){
  .news .news-content .content ul li a .up-text {
  padding-right: 20.7%;
}
  .news{
  padding-top:80px;
}
  .news .news-content {
    padding-bottom: 0;
  }
}
.news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  height: 160px;
  background-color: #dee1e2;
  border-radius: 0;
}
@media (max-width: 1199px){
 .news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  height: 160px;
} 
}
@media (max-width: 768px){
.news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    height: 100px;
}
}
.news .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar:hover {
  background-color: #dee1e2;
}

.modal-news {
  background-color: #fff;
  padding-bottom: 50px;
}
.modal-news .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.modal-news .modal-header {
  padding: 0;
  border: none;
}
.modal-news .modal-header .close {
  margin-top: 0px;
  opacity: 1;
  box-shadow: none;
}
.modal-news .modal-header .close span {
  color: #929ba0;
  border: 1px solid #929ba0;
  width: 38px;
  height: 38px;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-news .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .modal-news .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
}
@media (min-width: 1200px) {
  .modal-news {
    height: 100vh;
  }

  .modal-news .modal-dialog {
    width: 1200px;
    margin: 30px auto;
  }
}
/*公共样式*/
.modal-header {
  min-height: 40px;
}
.invest {
  /* margin-top: 120px;*/
  position: relative;
  /*margin-bottom: 140px;*/
}
.invest .img img {
  width: 100%;
}
.invest .invest-left {
  padding: 0;
  margin: 0;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}
.invest .invest-left a {
  display: block;
  position: relative;
}
.invest .invest-left .text {
  padding-right: 95px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #cccccc;
  padding-left: 50%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.invest .invest-left .text .title {
  font-size: 30px;
  padding: 16.9% 0 16.9% 0;
}

.invest .invest-left .text p {
  font-size: 15px;
}
.invest .invest-right {
  padding: 0;
  margin: 0;
}
.invest .invest-right .invest-right-1 {
  padding: 0;
  margin: 0;
}
.invest .invest-right .invest-right-1 a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.invest .invest-right .invest-right-1 a:hover .img img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.invest .invest-right .invest-right-1 .text {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #929ba0;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
}
.invest .invest-right .invest-right-1 .text .title {
  font-size: 32px;
  margin-bottom: 10px;
 
}
.invest .invest-right .invest-right-1 .text p {
  font-size: 20px;

}
.invest .invest-right .invest-right-1 .text p.entitle {
  font-size: 32px;


}
.invest .invest-right .invest-right-1 a:hover .text {
  display: block;
}
.invest .invest-right .invest-right-2 {
  padding: 0;
  margin: 0;
}
.invest .invest-right .invest-right-2 a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.invest .invest-right .invest-right-2 a:hover .img img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.invest .invest-right .invest-right-2 .text {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  color: #929ba0;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.invest .invest-right .invest-right-2 .text .title {
  font-size: 32px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.invest .invest-right .invest-right-2 .text p {
  font-size: 20px;
}
.invest .invest-right .invest-right-2 .text p.entitle {
  font-size: 32px;
  text-transform: uppercase;
}
.invest .invest-right .invest-right-2 a:hover .text {
  display: block;
}

.s-invest{
  /*padding-top:200px;*/
 
}
.s-invest .col-md-4 {
  position: relative;
}
.s-invest .col-md-4 a {
  position: absolute;
  z-index: 2;
}
.s-invest .col-md-4 a .text {
  color: #cccccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-right:16.23%;
  /*text-transform: capitalize;*/
}
.s-invest .col-md-4 a .text.en-invest-tit{
  padding-right:6.23%;
}
.s-invest .col-md-4 a .text .title {
  font-size: 32px;
  padding: 34% 0;
}
.s-invest .col-md-4 a .text.en-invest-tit .title{
  padding: 30% 0 20%;
  font-size: 32px;
}

.s-invest .col-md-4 a .text p {
  font-size: 15px;
  line-height: 26px;
}
.s-invest .col-md-4 a .text.en-invest-tit p{
   font-size: 14px;
  line-height: 20px;
}
@media (max-width: 1800px){
  .s-invest .col-md-4 a .text.en-invest-tit .title{
  padding: 20% 0;
  
}
}
@media (max-width: 1600px){
  .s-invest .col-md-4 a .text .title {
  font-size: 32px;
  padding: 24% 0;
  }
  .s-invest .col-md-4 a .text.en-invest-tit .title{
  padding: 10% 0;
  }
 
}
@media (max-width: 1400px){
  .s-invest .col-md-4 a .text .title {
  font-size: 32px;
  padding: 12% 0;
  }
   .s-invest .col-md-4 {
    width:40.33%;
  }
  .s-invest .col-md-4 a .text.en-invest-tit .title{
  padding: 11% 0;
  
  }
  .invest .invest-right .invest-right-1 .text .title {
  /*font-size: 28px;*/
  margin-bottom: 10px;
}
}
@media (max-width: 1199px) and (min-width: 992px) {

  .s-invest .col-md-4 a .text .title {
    padding: 11.75% 0;
  }

  .s-invest .col-md-4 a .text p {
    font-size: 15px;
    line-height: 20px;
  }
  .s-invest .col-md-4 a .text.en-invest-tit p{
    line-height: 20px;
  }
  .s-invest .col-md-4 a .text.en-invest-tit .title{
    padding: 6% 0;
    font-size: 26px;

  }
}
@media (max-width: 1199px){
  .invest .invest-right .invest-right-1 .text .title {
  /*font-size: 24px;*/
  margin-bottom: 10px;
  text-transform: uppercase;
}
 .invest .invest-left {
    position: relative;
    height: 350px;
  }
  .s-invest .col-md-4 a .text .title {
    padding: 10% 0;
    text-align: center;
  }

  .s-invest .col-md-4 a .text p {
    line-height: 20px;
  }
  .s-invest .col-md-4 {
    width:100%;
  }
}
@media (max-width: 991px) {
 /* .invest .invest-left {
    position: relative;
    height: 350px;
  } */
 .s-invest .col-md-4 a .text.en-invest-tit{
  padding-right:15px;
  } 
}
@media (max-width: 768px) {
  .s-invest .col-md-4 a .text.en-invest-tit .title{
    padding: 6% 0;
  }
  .s-invest{
  padding-top:140px;
  }
  .invest {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .s-invest .col-md-4 a .text {
  padding-right:15px;
}
.s-invest .col-md-4 a .text .title {
    padding: 100px 0 30px;
    
  }
}
@media (max-width: 414px) {
  .s-invest{
  padding-top:70px;
  }
  .invest {
    padding-bottom: 0;
    margin-bottom: 60px;
  }
  .s-invest .col-md-4 a .text .title {
    padding: 80px 0 30px;
    
  }
  .s-invest .col-md-4 a .text.en-invest-tit p {
    font-size: 14px;
    line-height: 18px;
}
 .s-invest .col-md-4 a .text.en-invest-tit .title{
    padding: 4% 0;
  }
}
@media (max-width: 320px){
  .s-invest .col-md-4 a .text .title {
    padding: 60px 0 30px;
    
  }
  .s-invest .col-md-4 a .text.en-invest-tit p {
    font-size: 13px;
    line-height: 15px;
}

}
.modal-invest {
  background-color: #fff;
  padding-bottom: 50px;
}
.modal-invest .modal-content {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.modal-invest .modal-header {
  padding: 0;
  border: none;
  min-height: 40px;
}
.modal-invest .modal-header .close {
  margin-top: 0px;
  opacity: 1;
  box-shadow: none;
}
.modal-invest .modal-header .close span {
  color: #929ba0;
  border: 1px solid #929ba0;
  width: 38px;
  height: 38px;
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .modal-invest .modal-dialog {
    width: 700px;
    margin: 30px auto;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .modal-invest .modal-dialog {
    width: 900px;
    margin: 30px auto;
  }
}
@media (min-width: 1200px) {
  /* .modal-invest {
    height: 100vh;
  } */

  .modal-invest .modal-dialog {
    width: 1200px;
    margin: 30px auto;
  }
}
footer {
 
  padding-bottom: 140px;
  font-size: 14px;
  color: #929ba0;
  padding-top: 70px;
}
footer .tel-box {
  padding-bottom: 30px;
}
footer .tel-box .img img {
  max-width: 100%;
  padding-bottom:15px;
}

footer .tel-box .tel {
  color: #929ba0;
  font-size: 14px;
  padding-top: 43px;
}
footer .tel-box .tel a {
  color: #929ba0;
  /*line-height: 24px;*/
}
footer .address {
  padding:10px 0 30px 50px;
  overflow: hidden;
}
footer .address .img {
  float: left;
  width: 50%;
}
footer .address .img img {
  width: 100%;
}
footer .address .text {
  float: left;
  width: 50%;
  padding-left: 15px;
}
footer .address .text p{
  line-height: 24px;
}
footer .address .tan-map {
  color: #929ba0;
}
footer .address .tan-map-1 .modal-header .close{
  margin-top:-8px;
}
footer .address .img img {
  display: inline-block;
}
footer .address .BMap_shadow img {
  max-width: none;
}
footer .address .bao-baidu-map {
  padding: 270px 0px;
}
footer .address .text p.tan-map-look{
  margin-top:58px;
}
@media (max-width:1199px) {
footer .address .text p.tan-map-look{
  margin-top:33px;
}
footer .tel-box .tel{
  margin-top:33px;
  padding-top:0; 
 }
}
@media (max-width:991px) {
footer .address {
  padding:10px 0 30px 0;
  overflow: hidden;
}
footer .address .text p{
  line-height: 22px;
  margin:0;
}
footer .address .text p.tan-map-look{
  margin-top:0;
}
footer .tel-box .tel{
  margin-top: 16px;
}
footer .working-hours .img img{
  width: 33%;
}
}
@media (max-width: 768px) {
  footer{
    padding-top:60px;
  }
  footer .address .bao-baidu-map {
    padding: 180px 0px;
  }
  footer .address {
  padding:0 0 30px 0;
 }
  footer .address .img {
    float: left;
    width: 55%;
  }
  footer .address .img img {
    width: 100%;
  }
  footer .address .text {
    float: left;
    width: 45%;
    padding-left: 15px;
  }
}

footer .working-hours {
  overflow: hidden;
  text-align: center;
  padding-bottom: 30px;
}
footer .working-hours .img img {
  display: inline-block;

}
footer .working-hours .text {
  padding-top: 10px;
}
@media (max-width: 1199px){
  footer .working-hours .img img {
  width: 30%;
}
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 60px;
  }

  footer .working-hours .img {
    float: left;
  }

  footer .working-hours .img img {
    width: 140%;
  }

  footer .working-hours .text {
    float: left;
    padding-left: 5%;
  }
}
@media (max-width: 414px){
  footer .working-hours .text {
    float: left;
    padding-left: 28%;
  }
   footer .address .img {
    width: 50%;
  }
  footer .address .text {
    width: 50%;
  }
}


#team .mCSB_inside>.mCSB_container{margin-right:10px;}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
  background-color:#dee1e2; 
}
.team .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
  background-color:#dee1e2;
}
.team .mCSB_scrollTools{
  opacity: 1;
}

/*新修改滚动条的样式*/
.team .mCSB_draggerContainer .mCSB_scrollTools .mCSB_draggerRail{
  width: 0px;
  height: 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
  width: 0;
}
/*  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
 width: 6px;
 height: 327px;
 background-color: #929ba0;
 border-radius: 0;
}  */
.modal-team .mCSB_scrollTools .mCSB_dragger{
  height: 327px;
}
.modal-team .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  height: 327px;
  background-color: #929ba0;
  border-radius: 0;
} 

.modal-open .modal.modal-team{
  background: rgba(0,0,0,.6);
  padding-bottom: 50px;
}
.invest .invest-right-1 .img{
  position: relative;
}
.invest .invest-right .invest-right-1 .img .cpfh{
  color: #fff;
  font-size: 32px;
  position: absolute;
  top:50%;
  margin-top:-16px;
  text-align: center;
  width: 100%;
  text-transform: capitalize;
}
.close span {
  color: #929ba0;
  border: 1px solid #929ba0;
  font-size: 16px;
  width: 18px;
  height: 18px;
  padding:9px;
  line-height: 24px;
  display: block;
}
.close span i{
    width: 18px;
    height: 18px;
    display: inline-block;
    overflow: hidden;
    background-image: url(/html/Public/site/images/close.png);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    overflow: hidden;

}

/* .close:hover span i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
} */

.team .mCSB_scrollTools .mCSB_dragger{
  height: 327px;
}
.news .mCSB_scrollTools .mCSB_dragger{
  height: 160px;
}
/* @media (max-width: 1199px){
 .mCSB_scrollTools .mCSB_dragger{
  height: 160px;
} 
} */
@media (max-width: 1199px){
 .news .mCSB_scrollTools .mCSB_dragger{
  height: 160px;
} 
}
@media (max-width: 768px){
 .news .mCSB_scrollTools .mCSB_dragger{
  height: 100px;
} 
}
.about .text{
  /*margin-top: 20px;*/
}
.modal-project .modal-table{
  position: relative;
}
.modal-project .modal-table .modal-body{
  padding:15px;
}
.modal-project .modal-header .close{
  position: absolute;
  top:58px;
  right:30px;
  z-index: 10;
}


.modal-invest .modal-table{
  position: relative;
}
.modal-invest .modal-table .modal-body{
  padding:15px 30px;
}
.modal-invest .modal-header .close{
  position: absolute;
  top:58px;
  right:30px;
  z-index: 10;
}
.address .modal-header{
  border-bottom:none;
}
.address .modal-header .close span {
    color: #929ba0;
    border: 1px solid #929ba0;
    width: 38px;
    height: 38px;
    display: block;
}
.invest .row{
  margin:0;
}
.modal.in .modal-dialog{
  margin:15px auto;
  padding:15px;
}

@media (max-width: 991px){
  .modal-project .modal-header .close{
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1100;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 38px;
}
.modal-project .modal-header .close span{
  display: inline-block;
}
.modal-project .modal-content{
  padding-bottom: 50px;
}

.modal-news .modal-header .close{
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 38px;
}
.modal-news .modal-header .close span{
  display: inline-block;
}
.modal-news .modal-content{
  padding-bottom: 50px;
}
.modal-invest .modal-header .close{
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 10;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 38px;
}
.modal-invest .modal-header .close span{
  display: inline-block;
}
.modal-invest .modal-content{
  padding-bottom: 50px;
}

.modal-news .modal-table{
  position: relative;
}
.modal-news .modal-table .modal-body{
  padding:15px 30px;
}

}

.noscroll,
.noscroll body {
    overflow: hidden;
   
}
/*.noscroll{
  width: 100%;
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
}*/
.noscroll body {
    position: relative;
}

.scrollable {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.owl-carousel .owl-item{
  min-height: 0;
}
/*.open-modal{padding-right: 17px}*/
@media(min-width: 1025px){.modal-open .header.nav-fixed{padding-right: 17px}}
.gray-line{
   margin-top:140px;
   height: 1px;
   width: 100%;
   background:#dee1e2;
}
.shj-invest{
  padding-top:104px;
}
@media (max-width: 768px){
  .shj-invest{
  padding-top:0;
}
}
.invest-dw{
  position:relative;  width:100%;height:104px;
}
@media (max-width: 768px){
  .invest-dw{
  height:60px;
}

.invest-dw-p{
  position:absolute; top:0; height:104px;
}
}
.scrollh {
  height: 100vh;
}
.project .tab-content .tab-pane .owl-carousel-2 .owl-controls .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  bottom: 0px;
}
.owl-carousel-2{
  overflow: hidden;
  padding-bottom: 35px
}