body {
  background-color: white;
}

html,
body {
  height: 100%;
}

.background-wihte {
  background-color: white;
}

/*橫幅*/
.carousel-control.left {
  background-image: none;
}

.carousel-control.right {
  background-image: none;
}

.carousel-control .glyphicon-menu-right {
  margin-right: -15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
  right: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-menu-left {
  margin-left: -15px;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  font-size: 30px;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control {
  text-shadow: none;
  opacity: .4
}

.carousel-control:focus {
  opacity: .4
}



/*橫幅*/

#header {

  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;

}

.pc_menu {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}


.pc_menu1 {
  transition: all .8s;

}

.pc_menu1 a {
  color: #fff;
}

.pc_menu1 a:hover {
  color: yellow;
}

.pc_menu1a {
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.pc_menu1a a {
  color: #444;
}

.pc_menu1a a:hover {
  color: red;
}




.pc_menu1_d1 {
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .6s;
}

.pc_menu1_d2 {
  padding-top: 20px;
  transition: all .6s;
}



.d1a {
  padding-top: 13px;
  padding-bottom: 13px;
}

.d2a {
  padding-top: 6px;
}

.pc_menu1_i1 {
  transition: all .6s;
  height: 52px;
}

.pc_menu1_i2 {
  transition: all .6s;
  height: 52px;
  display: none;
}


.pc_menu1_i1a {
  height: 35px;
}






.headroom {
  will-change: transform;
  transition: transform 300ms linear;
}

.headroom--pinned {
  transform: translateY(0%);
}

.headroom--unpinned {
  transform: translateY(-100%);
}


/*----------------------------*/



.about-me {

  background-position: bottom center;
  background-size: initial;
  background-repeat: no-repeat;
  background-color: #f8f8f8;
  min-height: 620px;

  padding-top: 110px;
}

.about-me .title {
  padding-top: 110px;
}

.about-me .title1 .t1 {
  color: #333;
  font-size: 24px;
}

.about-me .title1 .t2 {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  color: #A8A8A8;
}

.about-me .title2 {
  text-align: right;
}

.about-me .title2 .t1 {
  color: #777;
  font-size: 24px;
}

.about-me .title2 .t2 {
  margin: 5px 0;
  font-size: 16px;
  color: #aaa;
  text-transform: uppercase;
  font-family: arial;
}

.about-me .content {
  text-align: left;
  line-height: 1.9;
  color: #666;
  padding: 30px 0 90px 0;
}

.about-me .content p {
  text-indent: 2em;
}

.about-me-nei {
  padding: 60px 0;
  text-align: center;
}

.about-me-nei .t1 {
  color: #333;
  font-size: 24px;
}

.about-me-nei .t2 {
  display: inline-block;
  margin: 5px 0;
  font-size: 14px;
  color: #A8A8A8;
}


.about-me-content {
  line-height: 1.9;
  color: #666;
}





.works {
  padding: 30px 0;
  background-color: #fff;
}

.works-page-title {
  font-size: 28px;
  color: #464646;
  text-align: center;
  padding-bottom: 10px;
}

.works-page-date {
  text-align: center;
  color: #999;
  font-size: 14px;
}

.news-page-other {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.news-page-pre,
.news-page-next {}

.news-page-pre {
  float: left;
}

.news-page-next {
  float: right;
}

.news-page-content {
  font-size: 16px;
  line-height: 1.9;
}








.works .title1 {
  text-align: center;
}

.works .title1 .t1 {
  color: #333;
  font-size: 24px;
}

.works .title1 .t2 {
  display: block;
  margin: 7px 0 0 0;
  font-size: 14px;
  color: #A8A8A8;
}

.works .works-kong {
  height: 20px;
  border-top: 1px solid #eee;
}

.works .wenzi {
  color: #ccc;
  text-align: left;
  padding: 5px 0 15px 0;
  transition: all 1s ease;
}

.works .wenzi a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
}

.works .wenzi a:hover {
  color: red;
}

/*.works .tupian:hover +.wenzi{
   padding-left: 30px;
}*/

.works_nei_caidan {
  text-align: center;
  padding: 40px 0;
}

.works_nei_caidan a {
  padding: 8px 30px;
  border: 1px solid #eee;
  margin: 10px;
  color: #333;
  text-decoration: none;
  display: inline-block;
}

.works_nei_caidan a:hover {
  background-color: #666;
  color: #fff;
}

.works_nei_caidan .active {
  background-color: #666;
  color: #fff;
}

.works_left {
  background-color: #f5f5f5;
}


/*---------------------*/

.liucheng {
  padding: 30px 0;
}

.liucheng .title1 {
  text-align: center;
  font-size: 40px;
  color: #444;
  padding-bottom: 50px;
}

.tiaodong {
  text-align: center;
  font-size: 24px;
  color: #666;
}

.tiaodong .counter {
  font-size: 60px;
}


.fangda {
  transition: all ease 0.5s;
}

.fangda:hover {
  transform: scale(1.1);

}



/*网站底部*/


.footer1 {
  background-color: #1D2124;
}

.footer1 .d1 {
  border-color: #e9e9e9;
  font-size: 12px;
  line-height: 70px;
  color: #7b7b7b;
}

.footer1 .d1 a {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  padding-left: 30px;
}

.footer1 .d1 a:hover {
  color: #00adf6;
}


.footer1 .d2 {
  text-align: right;
}


.footer2 {
  min-height: 80px;
  line-height: 80px;
  color: #D0D1D3;
  background-color: #282B32;
}


.fuzhi-70 {
  height: 520px;
  background-size: cover;
  background-position: bottom center
}

.chui3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dingqq a {
  border: 1px solid #fff;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
}

.dan-daobiao {
  font-size: 48px;
  color: #2c2727;
  text-align: center;
  font-weight: normal;
}

.dan-xiaobiao {
  font-size: 20px;
  color: #a1a1a1;
  text-align: center;
  margin-top: 5px;
}


.fwfw {
  background-color: #fff;
  padding: 80px 0;
  color: #fff;
}

.col-sm-4:hover h2,
.col-sm-4:hover h4 {
  margin-left: 30px;
}


.fwfw .col-sm-4 {
  padding: 40px;
  background-size: cover;
}

.fwfw h2 {
  padding-top: 50px;
  padding-bottom: 10px;
  transition: all 0.6s;
}

.fwfw h4 {
  transition: all 0.6s;
}

.works_pc_menu {
  background-color: #000;
  padding: 30px 0;
}

.works_pc_menu .d1 {
  font-size: 24px;
  color: #ccc;
}

.works_pc_menu .d2 {
  text-align: right;
}

.works_pc_menu .d2 a {

  display: inline-block;
  padding: 0 20px;
}

.works_pc_menu .d2 img:hover {
  opacity: 0.5;
}



@media (max-width: 767px) {

  .liucheng .title1 {

    font-size: 30px;

  }


  .tiaodong {
    font-size: 14px;
  }

  .tiaodong .counter {
    font-size: 16px;
  }




  .footer1 .d1 {
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
  }

  .footer1 .d2 {
    text-align: center;
    padding: 10px 0;
  }

  .footer1 .d1 a {
    padding: 0 10px;
  }



  .news-main .news-date {
    display: none;
  }

  .news-main .news-shouji-riqi {
    display: block;
  }

  .news-page-pre,
  .news-page-next {
    float: none;
    padding: 5px 0;
  }

  .bottom-1 {
    padding-top: 50px;
    height: auto;
  }

  .bottom-1 .kuang {
    margin-top: 20px;
  }


  .bottom-1 .kuang:hover .t2 {
    margin-top: 0px;
  }

  .bottom-1 .kuang:hover .t1 {
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
  }





  .bottom-1 .t2 .ri {
    font-size: 20px;
  }

  .bottom-1 .t1 {
    padding: 30px;
    min-height: auto;
  }

  .bottom-1 .t2 .nian {
    display: none;
  }

  .bottom-1 .t2 .right {
    padding-top: 0px;
    font-size: 25px;

  }

  .about-me {
    min-height: auto;
    padding-top: 50px;
  }

  .works_nei_caidan a {
    padding: 8px 10px;
    margin: 2px;
  }

  .works_nei_caidan {
    padding: 30px 0 0 0;
  }

  .works {
    padding: 10px 0 0 0;

  }

  .footer2 {
    line-height: 27px;
  }

  .company_copyright,
  .company_copyright .filings_footer {
    flex-wrap: wrap;
  }

  .filings_Copyright {
    width: 100%;
    text-align: center;
  }

}

.divider--horizontal {
  height: 1px;
  background: #e4e6ef;
}

.company_copyright {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.company_copyright .filings_footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

.company_copyright .filings_footer a {
  color: #fff;
}

.company_copyright .img_badge {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}