/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

a:link,
a:active,
a:hover,
a:visited {
  text-decoration: none;
}

.navbar-default {
  background: none;
  border: none;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
}

.navbar-default .navbar-toggle {
  background: #ddd;
}

.navbar-default .navbar-collapse {
  background: #fff;
}

/* Custom page CSS
     * Not required for template or sticky footer method.
     * -------------------------------------------------- */
.video_play {
  width: 100%;
  display: none;
  z-index: 99;
  position: relative;
}
.video_play .close {
  width: 30px;
  position: absolute;
  z-index: 99999;
  color: #fff;
  font-size: 35px;
  right: 10px;
  top: 10px;
  opacity: 1;
}
body .m-player .mplayer-footer .progress {
  background: none;
}
body > .container {
  padding: 5px;
  margin-bottom: 50px;
}
.container .text-muted {
  margin: 20px 0;
}
.top_banner {
  position: relative;
  min-height: 270px;
  background-color: #e6e6e6;
}

.top_banner > .container {
  position: relative;
  height: 100%;
  z-index: 2;
}

.logo {
  margin-top: 10px;
  margin-left: 20px;
}
.navbar .logo {
  display: none;
}
.logo > img {
  height: 35px;
}

.top_banner .banner_title {
  color: #efefef;
  padding: 20px;
}

.top_banner .banner_title h1 {
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 8px;
}
.top_banner .banner_title h4 {
  letter-spacing: 15px;
}
.top_banner .banner_title h1 > .yellow {
  color: #c5d51d;
  font-weight: 550;
}

.top_banner .banner_title .hor_yellow_line {
  display: block;
  height: 3px;
  width: 60px;
  margin-top: 15px;
  background-color: #c5d51d;
}

.top_banner .banner_bottom {
  color: #fff;
  width: 95%;
  padding: 1rem;
  display: none;
}

.banner_bottom .banner_left {
  float: right;
}
.banner_bottom a,
.banner_bottom a:hover {
  color: #efefef;
}
.banner_bottom .banner_left .left_download {
  height: 100%;
  line-height: 2.5rem;
  padding-left: 0.5rem;
  width: 12rem;
  border: 1.2px solid #efefef;
  letter-spacing: 0.3rem;
  border-radius: 6px;
}
.banner_bottom .banner_share {
  float: right;
  display: none;
  height: 2.5rem;
  width: 10rem;
  text-align: center;
}
.banner_share .share_weibo {
  float: left;
}
.banner_share .share_email {
  float: right;
}

.banner_bottom .left_phone {
  color: #efefef;
  font-size: 1.6rem;
  padding-left: 2rem;
  font-weight: 500;
}

.item_title {
  margin-bottom: 20px;
}
.title_content {
  height: 10rem;
  display: revert;
  margin: 0 auto;
  text-align: center;
}
.title_bg {
  font-size: 70px;
  color: #fbfbfb;
  position: relative;
  display: inherit;
  line-height: 100px;
  z-index: 0;
}

.title_head {
  font-size: 35px;
  color: #959595;
  position: relative;
  display: inherit;
  line-height: 55px;
  z-index: 0;
}

.title_white .title_bg {
  height: 100px;
  display: block;
}
.title_white .title_prefix,
.title_white .title_sub {
  color: #fff;
}

.grey_bg {
  color: #ededed;
}

.title_long.title_bg {
  font-size: 45px;
}

.title_prefix {
  top: -40px;
  display: inline;
  font-weight: 550;
  position: relative;
  z-index: 1;
}

.title_head + .title_prefix {
  top: 0px;
}

.title_prefix:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #c7d51d;
  border-radius: 50px;
  top: -5px;
  left: -5px;
  z-index: -1;
  position: absolute;
}

.title_sub {
  display: block;
  margin: 0 auto;
  width: 100%;
  letter-spacing: 4px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  color: #acacac;
}

.item_title .bottom_line {
  width: 20px;
  height: 3px;
  margin: 0 auto;
  display: block;
  background-color: #c7d51d;
}
.item_pane {
  margin-top: 30px;
}
/* 标签样式 */
.nav_pane {
  margin: 2rem auto;
  border-bottom: 1px solid #ddd;
}
.nav-tabs-yellow {
  margin: 0 auto;
  width: 380px;
}
.nav-tabs-yellow > li {
  float: left;
  font-weight: 400;
}
.nav-tabs-yellow > li.active {
  font-weight: 700;
}
.nav-tabs-yellow > li:hover {
  background-color: #fff;
}
.nav-tabs-yellow a,
.nav-tabs-yellow a:hover {
  color: #555;
}

.nav-tabs-yellow > li > a {
  margin-right: 2px;
  line-height: 2;
  font-size: 1.5rem;
}
.nav-tabs-yellow > li.active > a,
.nav-tabs-yellow > li.active > a:focus,
.nav-tabs-yellow > li.active > a:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-bottom: 3px solid #d3dd49;
}

.footer-classic {
  width: 100%;
  min-height: 60px;
  background-color: #1b1b1b;
  color: #838383;
  border-top: 1px solid #838383;
}
.footer-classic .text_item {
  width: 165px;
  margin: 1rem auto;
  position: relative;
}
.text_item .ft_icon {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  padding-top: 7px;
  top: 0;
  font-size: 25px;
  right: 0;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #838383;
}
.ft_icon .glyphicon {
  font-weight: 900;
}
.footer-classic .text_item .hor_yellow_line {
  display: block;
  height: 3px;
  width: 60px;
  margin-top: 15px;
  background-color: #838383;
}

.footer-classic a {
  color: #838383;
}
.footer-classic .item_over .hor_yellow_line {
  background-color: #c5d51d;
}
.item_over a {
  color: #c7d51d;
}
.item_over .ft_icon {
  background-color: #c7d51d;
  color: #fff;
}
.footer-classic .row {
  padding: 2rem 0;
}
.footer-classic .text_item:hover {
  color: #c7d51d;
}
.footer-classic .rights {
  text-align: center;
  padding-top: 2rem;
}
.footer-classic .qr_img {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 2rem;
  padding: 1rem;
  min-width: 152px;
  position: relative;
}
.footer-classic .qr_img .desc {
  display: block;
  line-height: 30px;
  font-size: 16px;
  margin-top: 7px;
  font-weight: 550;
  color: #c7d51d;
}
.footer-classic .link_item {
  width: 100%;
  float: left;
  margin-top: 2rem;
  padding: 1rem;
  min-width: 165px;
}

.footer-classic .qr_weixin,
.footer-classic .link_address {
  display: none;
}
.footer-classic .rights > span {
  display: block;
}
@media (min-width: 380px) {
  .footer-classic .qr_img,
  .footer-classic .link_item {
    width: 50%;
  }
}

@media (min-width: 480px) {
  .top_banner {
    height: 320px;
    background-size: 770px;
  }
  .top_banner .banner_title {
    padding: 50px;
  }
  .top_banner .banner_title h1 {
    font-size: 49px;
  }
  .top_banner .banner_bottom {
    position: absolute;
    bottom: 2rem;
  }
  .banner_bottom .banner_left {
    float: left;
  }
  .banner_bottom .banner_share {
    /* display: inline; */
  }
  .banner_bottom .left_phone {
    padding-left: 1.5rem;
  }
  .item_pane {
    margin-top: 50px;
  }
  .item_title .title_bg {
    font-weight: 700;
  }
  .title_long.title_bg {
    font-size: 56px;
  }
  .title_content .title_sub {
    letter-spacing: 8px;
  }
  .culture_pane .title_bg {
    font-size: 80px;
  }
  .nav-tabs-yellow {
    width: 580px;
  }
  .nav-tabs-yellow > li > a {
    padding: 0 3rem;
    line-height: 4;
    font-size: 2rem;
  }
  .footer-classic .text_item {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-default,
  .navbar-default .navbar-collapse {
    background: #171b1d;
  }
  .navbar .navbar-brand {
    margin-top: -8px;
  }
  .navbar .logo {
    display: inline;
  }
  .navbar-default .navbar-nav > li > a {
    color: #efefef;
  }
  .navbar-default .navbar-nav > li > a:hover {
    color: #838383;
  }
  .top_banner {
    height: 350px;
    background-size: 103%;
  }
  .banner_bottom {
    padding: 0 3rem;
  }
  .title_bg {
    font-size: 100px;
  }
  .title_long.title_bg {
    font-size: 80px;
  }
  .footer-classic .qr_img,
  .footer-classic .link_item {
    display: inherit;
  }
  .footer-classic .text_item {
    width: 200px;
  }
  .footer-classic .foot_hidden {
    display: inherit;
  }
  .footer-classic .qr_weixin {
    display: inherit;
  }
}

@media (min-width: 992px) {
  .top_banner {
    height: 450px;
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    background-size: 102%;
  }
  .top_banner .banner_title {
    margin-left: 15%;
    margin-top: 30px;
  }
  .top_banner .banner_title h4 {
    margin-top: 30px;
  }
  .top_banner .banner_title .hor_yellow_line {
    margin-top: 40px;
  }
  .top_banner .banner_bottom {
    bottom: 3rem;
    padding: 0 5rem;
  }
  .footer-classic .qr_img,
  .footer-classic .link_item {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .footer-classic .row {
    margin-bottom: 5rem;
  }
  .footer-classic .row {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex;
    display: flex;
    width: 1000px;
    margin: 0 auto;
  }
  .footer-classic .qr_img {
    display: block;
  }
}
@media (min-width: 1500px) {
  .top_banner {
    height: 640px;
    background-size: 101%;
  }
  .top_banner .banner_title {
    margin-top: 90px;
  }
  .top_banner .banner_title h1 {
    font-size: 75px;
  }
  .top_banner .banner_title h4 {
    letter-spacing: 21px;
    font-size: 24px;
  }
  .top_banner .banner_title .hor_yellow_line {
    margin-top: 50px;
  }
  .banner_bottom {
    padding: 0 7rem;
  }
  .banner_bottom .left_phone {
    font-size: 2.5rem;
  }
  .container {
    width: 1400px;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  background-color: #1b1b1b;
  color: #838383;
}
.footer-classic-aside {
  text-align: center;
}
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}
