/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-bottom: 0;
  color: #000;
  font-family: "SimHei";
}

.row{
  margin: 0;
}

h4,h5{
  line-height: 1.5;
}

p{
  line-height: 25px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  /*text-align: justify;*/
}

.marketing{
  /*padding-top: 150px;*/
  border-radius: 20px;
}

.info{
  text-align: left!important;
  margin-top: 100px;
  margin-left: 30px;
}

.navbar-brand{
  height: 120px;
}

.navbar-nav{
  padding-top: 50px;
  margin-left: 20px;
}

.navbar-inverse .navbar-nav>li>a{
  border-right: 1px solid #7c7979;
  padding:2px 15px;
  margin-top: 15px;
  color: #727071;
  font-weight: bolder;
}

.navbar-inverse .navbar-nav>li:nth-last-child(1)>a{
  border:0 none;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
  background: #fff;
  color: #7c7979;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
  background: #fff;
  color: #7c7979;
}

.navbar-inverse{
  background: #fff;
  border: 0 none;
}

.lang{
  padding-top: 60px;
  margin-right: 100px;
}

.lang a{
  border: 1px solid #727171;
  color: #727171;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 50%;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: bolder;
}

.headTitle{
  /*font-weight: bolder;*/
  color: #f5a61b;
  letter-spacing: 1em;
  text-indent: 1em;
  margin-bottom: 20px;
}

.centerTitle{
  text-align: center;
}

.infoTitle{
  /*font-weight: bolder;*/
  color: #f5a61b;
  letter-spacing: 1em;
}

.caseTitle{
  /*font-weight: bolder;*/
  color: #fff;
  letter-spacing: 1em;
  text-indent: 1em;
  margin-bottom: 20px;
}

.moreBtn{
  border:1px solid #f5a61b;
  color: #f5a61b;
}

.morecaseBtn{
  border:1px solid #fff;
  color: #fff;
  background: transparent;
  margin-top: 30px;
}

.serviceBg{
  width: 80%;
  margin: 0 auto;
  box-shadow: 2px 5px 5px #888888, -2px 5px 5px #888888;
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  margin-top: 30px;
}

.caseBg{
  background: #f5a61b;
  margin-top: -100px;
  padding-bottom: 50px;
  position: relative;
}

.leftBar{
  position: fixed;
  left: 5px;
  top: 120px;
  display: none;
  z-index: 99;
}

.leftNav li{
  width: 12px;  
  margin: 0 auto;  
  line-height: 14px;  
  font-size: 12px;
  list-style: none;
  border-bottom: 1px solid #606060; 
  padding: 5px 0;
  font-weight: bolder;
}

.leftNav>li:nth-last-child(1),.leftNav>li:nth-last-child(2),.leftNav>li:nth-last-child(3),.leftNav>li:nth-last-child(4),.leftNav>li:nth-last-child(5),.leftNav>li:nth-last-child(6){
  border:0 none;
}

.leftNav li a{
  color: #606060;
}

.caseContent{
  width: 80%;
  margin: 0 auto;
}

.newsContent{
  width: 70%;
  margin: 0 auto;
}

.pspace{
  height: 100px;
}

.space50{
  height: 50px;
}

.col-lg-6{
  text-align: center;
  margin: 30px 0;
}

.caseContent1 .col-lg-4{
  text-align: center;
  margin: 30px 0;
}

.alignLeft{
  text-align: left;
}

.alignRight{
  text-align: right;
}

.wechat,.leftwechat{
  position: relative;
}

.wechat:hover .qrcode{
  display: block;
}

.qrcode{
  position: absolute;
    bottom: 45px;
    left: -80px;
    display: none; 
}

.leftwechat:hover .leftqrcode{
  display: block;
}

.leftqrcode{
  position: absolute;
    top: -90px;
    left: 30px;
    display: none; 
}

.footLink a{
  margin-left: 10px;
}

.col-lg-2dot4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .col-lg-2dot4 {
  float: left;
  }
  .col-lg-2dot4 {
  width: 20%;
  }
  .col-lg-pull-2dot4 {
  right: 20%;
  }
  .col-lg-push-2dot4 {
  left: 20%;
  }
  .col-lg-offset-2dot4 {
  margin-left: 20%;
  }
}


.col-lg-3dot4 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin: 30px 0 60px;
}
@media (min-width: 1200px) {
  .col-lg-3dot4 {
  float: left;
  }
  .col-lg-3dot4 {
  width: 25%;
  }
  .col-lg-pull-3dot4 {
  right: 25%;
  }
  .col-lg-push-3dot4 {
  left: 25%;
  }
  .col-lg-offset-3dot4 {
  margin-left: 25%;
  }
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

.tile { width: 100%; height: 270px;  display: inline-block; background-size: cover; position: relative; cursor: pointer; transition: all 0.4s ease-out; overflow: hidden; color: #433832; }
.tile img { position: absolute; top: 0; left: 50%; z-index: 0; transition: all 0.4s ease-out; margin-left: -35px; }
.tile .text { z-index: 99; position: absolute; width: 100%;height: 100%;  text-align: center; }
.text h5 { margin-top: 70px;   }
.tile h1 { font-weight: 300; text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); }
.tile h2 { font-weight: 100; margin-top: 20px; font-style: italic; transform: translateX(200px); }
.tile p { font-weight: 300; margin-top: 20px; line-height: 25px; transform: translateX(-200px); transition-delay: 0.2s; font-weight: bolder;}
.animate-text { opacity: 0; transition: all 0.1s linear; }
.tile:hover { /*box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);*/ transform: scale(1.05); }
.tile:hover img { opacity: 1; }
.tile:hover .text { background:#FAD7BF; }
.tile:hover .animate-text { transform: translateX(0); opacity: 1; }
.dots { position: absolute; bottom: 20px; right: 30px; margin: 0 auto; width: 30px; height: 30px; color: currentColor; display: flex; flex-direction: column; align-items: center; justify-content: space-around; }
.dots span { width: 5px; height: 5px; background-color: currentColor; border-radius: 50%; display: block; opacity: 0; transition: transform 0.4s ease-out, opacity 0.5s ease; transform: translateY(30px); }
.tile:hover span { opacity: 1; transform: translateY(0px); }
.dots span:nth-child(1) { transition-delay: 0.05s; }
.dots span:nth-child(2) { transition-delay: 0.1s; }
.dots span:nth-child(3) { transition-delay: 0.15s; }



/*---------------------about----------------------------*/
#myCarousel{
  /*margin-top: 150px;*/
}

#myCarouselm {
    width: 100%;
    height: auto;
    margin-top: 10px!important; 
    margin: 10px auto;
}

#myCarouselm img {
    /*width: 285px;*/
}

#myCarouselm .item {
    width: 100%;
    height: auto;
}

.aboutInfo{
  box-shadow:2px -5px 5px rgba(0, 0, 0, 0.2), -2px -5px 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 80px;
  margin-top: -160px;
  background: #fff;
}

.carousel-indicators{
  bottom: 180px;
}

.dash{
  width: 80px;
  border-bottom: 5px solid #f5a61b;
  margin: 0 auto;
}

.wdash{
  width: 80px;
  border-bottom: 5px solid #fff;
  margin: 0 auto;
}

.conTitle{
  text-align: center;
  font-weight: bolder;
  color: #f5a61b;
  letter-spacing: 0.6em;
  text-indent: 0.6em;
}

.yellowBg{
  background: #f5a61b;
  padding: 50px 0;
}

.wconTitle{
  text-align: center;
  font-weight: bolder;
  color: #fff;
  letter-spacing: 0.6em;
  text-indent: 0.6em;
}

.authenticContent{
  width: 80%;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin: 0 auto;
  margin-top: 100px;
}

.authenticContent p{
  text-align: justify;
  line-height: 25px;
}

.auFoot{
  /*width: 90%;*/
  border-top: 1px dotted #f5a61b;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.caseContent{
  /*padding-top: 150px;*/
}

.caseContent1{
  padding-top: 150px;
}

.caseList{
  width: 80%;
  margin: 0 auto;
}

.caseDetail{
  /*border: 1px solid #eee;
  border-radius: 10px;
  height: 400px;*/
  margin: 20px auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  /* 统一高度 */
  padding: 0 0 146% 0;
  height: 0;
}

.caseDetail h5{
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(252, 252, 252, 0.8);
  width: 100%;
  height: 50px;
  text-align: center;
  margin: 0;
  border-radius: 0 0 10px 10px;
  padding: 10px 0;
}


.newsList1{
  width: 60%;
  margin: 0 auto;
}

.newsList{
  width: 70%;
  margin: 0 auto;
}

.newsDetail p{
  color: #000;
  line-height: 30px;
}

.newsDetail h3{
  font-size: 30px;
  margin-bottom: 20px;
}

.iTable td{
  border: 5px solid #fff;
}

.iTable input,.iTable textarea{
  width: 100%;
  height: 100%;
  border: 0 none;
  background: transparent;
  resize:none;
}

.tHead{
  background: #f5a61b;
  text-align: center;
  height: 80px;
  color: #fff;
  font-size: 16px;
  font-weight: bolder;
  text-indent: 0.8em;
  letter-spacing: 0.8em;
}

.tHead2{
  background: #b8b8b9;
  text-align: center;
  height: 50px;
  color: #000;
  font-size: 14px;
  font-weight: bolder;
}

.tCon{
  background: #dddddd;
  text-align: left;
  height: 50px;
  color: #000;
  font-size: 12px;
}

.uploadBtn{
  margin-left: 20px;
  background: #f5a61b;
  color: #fff;
  border-radius: 15px;
}


.caseCarousel{
  width: 685px;
  height: 470px;
  margin-top: 230px!important;
}

.carousel-control.left,.carousel-control.right{
  background: transparent!important;
}

.caseCarousel .item{
  width: 685px;
  height: 470px;
}

.caseCarousel .carousel-indicators{
  display: none;
}

.caseCarousel:before{
  content: '';
  position: absolute;
  width: 168px;
  height: 100px;
  top: 40px;
  left:-100px;
  background-color: #f5a61b;
  z-index: 5;
}

.caseshowBox{
  position: relative;
  /*margin-top: 100px;*/
}

.scollCon{
  position: absolute;
  right: 115px;
  top: 420px;
  border: 2px solid #f5a61b;
  width: 575px;
  height: 345px;
  z-index: -5;
}

.scollCon:after{
  content: '';
  position: absolute;
  width: 136px;
  height: 124px;
  top: 275px;
  right:-100px;
  background-color: #f5a61b;
  z-index: -3;
}

.case-divider{
  width: 80%;
  border-top: 3px solid #f5a61b;
  margin-top: 140px;
}

.caseType{
  text-align: center;
}

.caseType a{
  margin: 5px 10px;
}

.cactive{
  background: #f5a61b;
  color: #fff;
}

.caseInfo1{
  position: relative;
  height: 650px;
  width: 80%;
  margin: 0 auto;
}

.caseInfo2{
  position: relative;
  height: 650px;
  width: 80%;
  margin: 0 auto;
}

.caseshowSubTitle{
  margin-left: 245px;
  margin-top: 110px;
  display: block;
  font-size: 24px;
  font-weight: bolder;
  text-align: center;
}

.scrollNum{
    margin-left: 188px;
    margin-top: 18px;
    display: block;
    font-weight: bolder;
    text-align: center;
}

.wideTitle{
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

.aboutInfo .conTitle{
  margin-bottom: 60px;
}

.aboutInfo h4{
  font-size: 30px;
}

.memberList{
  width: 70%;
  margin: 0 auto;
}

.memberList .col-lg-4{
  height: 220px;
  text-align: center;
}

.justify{
  text-align: justify;
}

.line30{
  line-height: 30px;
}

.marginBot60{
  margin-bottom: 60px;
}

footer{
  margin: 60px auto;
}

.tabShow .nav{
  padding-left: 400px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.tabShow li a {
    border: 1px solid #f5a61b;
    color: #f5a61b;
    margin-left: 20px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background: #f5a61b;
    color: #fff;
}

.alignLeft{
  text-align: left;
}

.alignRight{
  text-align: right;
}

#myTabContent{
  text-align: center;
}

.tpos{
  /*padding: 0 10px;*/
  text-align: center;
}

.modal-backdrop{
  background: #fff!important;
}

.casem-divider {
    width: 80%;
    border-top: 3px solid #f5a61b;
    margin-top: 20px; 
}

.scollmCon {
    width: 250px;
    /*height: 115px;*/
    margin: 10px auto;
    margin-top: -70px;
    border: 3px solid #f5a61b;
    position: relative;
    z-index: -6;
    padding-top: 60px;
    text-align: center;
}

.slideBtn{
  font-weight: bolder;
  font-size: 16px;
  cursor: pointer;
}

.file-input .btn-primary {
    color: #fff;
    background-color: #f5a61b;
    border-color: #f5a61b;
    border-radius: 10px;
}

.file-input .btn-primary:hover {
    color: #fff;
    background-color: #f5a61b;
    border-color: #f5a61b;
    border-radius: 10px;
}

.subCon{
  position: relative;
  width: 90%;
  overflow: hidden;
  border-radius: 15px;
  margin: 0 auto;
  height: 0;
  padding: 0 0 130% 0;
}

.subtitle{
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding:25px 10px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.subtitle span{
  line-height: 25px;
}


@media (max-width: 768px) {
  .headTitle,.infoTitle,.caseTitle,.conTitle,.wconTitle,.tHead{letter-spacing: 0;text-indent: 0;text-align: center;margin: 20px auto;font-size: 16px;font-weight: bolder;}
  .navbar-inverse .navbar-nav>li>a{border: 0 none;}
  .caseContent{width: 100%;}
  .aboutInfo{margin-top: -20px;padding: 20px;padding-top: 30px;text-align: justify;}
  /* .caseDetail{height: auto;} */
  .info {text-align: justify!important;margin-top: 0;margin-left: 0; }
  .tile {height: 250px;}
  .pspace,.space50{display: none;}
  .lang{padding: 20px 0;}
  #navbar{    border-bottom: 1px solid #101010;}
  .navbar-nav {padding-top: 20px;}
  .navbar-inverse .navbar-toggle .icon-bar{background-color: #000;}
  .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {background-color: #fff;}
  .scollCon {top: 488px;}
  .navbar-nav{margin-left: 0;}
  .nav>li{width: 31%;float: left;text-align: center;}
  .nav>li a{padding: 8px 6px; }
  .caseContent1{width: 70%;margin: 0 auto;}
  .aboutInfo .conTitle{margin-bottom: 5px;}
  .aboutInfo h4{font-size: 14px;}
  .authenticContent{margin-top: 10px;    width: 90%;padding: 10px;}
  .caseList{width: 90%;word-wrap:break-word;}
  .memberList .col-lg-4 {height: 175px;text-align: center;}
  .tile p{transform: none;}
  .animate-text {opacity: 1;}
  .text h5{font-weight: bolder;}
  .tile p{font-weight: normal;}
  .tile:hover .text { background:#fff; }
  .caseContent1{padding-top: 120px;}
  .paddingTop30{padding-top: 30px;}
  .alignRight {width: 100%;letter-spacing: 0;text-indent: 0;}
  .navbar-toggle{margin-top: 40px;}
  .lang{float: none!important;text-align: center;margin: 0 auto;}
  .hidden-xs{display: inline-block!important;}
  .subtitle{padding: 8px;letter-spacing: 0;text-indent: 0;line-height: 25px;font-size: 12px;}
  .newsList1{width: 90%;margin: 0 auto;}
  .topForM{margin-top: 140px;}/*适应手机固定导航*/
  .topForAbout{margin-top: 120px;}/*适应手机固定导航*/
}

@media (max-width: 500px) {
  .caseCarousel:before {
      content: '';
      position: absolute;
      width: 70px;
      height: 40px;
      top: 20px;
      left: -20px;
      background-color: #f5a61b;
      z-index: 5;
  }
  .caseCarousel:after {
      content: '';
      position: absolute;
      width: 58px;
      height: 52px;
      bottom: 10px;
      right: -20px;
      background-color: #f5a61b;
      z-index: 5;
  }
    .caseshowSubTitle {
      margin-top: 60px;
      display: block;
      font-size: 12px;
      font-weight: bolder;
      text-align: center;
  }
  .scrollNum {
    margin-top: 8px;
    margin-left: 0;
  }
  .tabShow .nav{
    padding-left: 0;
  }
  .tab-content{
    position: relative;
  }
}

@media (min-width:768px) and (max-width:1200px) {
  .caseIndex {
    width: 70%;
    margin: 0 auto;
  }
}

