body {
  background: #ffffff;
  width: 100%;
  overflow-x: hidden;
}

.juzibanner .bannerw ,
.xiyoubanner .bannerw ,
.feigebanner .bannerw ,
.huojianbanner .bannerw ,
.kuailian2banner .bannerw ,
.kuailian3banner .bannerw ,
.kuailianbanner .bannerw {
  display: block;
  width: 100%;
  
}

.juzibanner .bannerm,
.xiyoubanner .bannerm,
.feigebanner .bannerm,
.huojianbanner .bannerm,
.kuailian2banner .bannerm,
.kuailian3banner .bannerm,
.kuailianbanner .bannerm {
  display: none;
}


.wrapper {
  width: 100%;
}

.box {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.banner {
  height: 300px;
}

.footer {
  background: #0e1a34;
  height: 135px;
}

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 70px;
}

.top .logo {
  height: 45px;
  width: 165px;
}

.top .logo img {
  height: 45px;
  width: 165px;
  display: block;
}

.footer .box {
  height: 100%;
  display: flex;
  align-items: center;
}

.footer .logo {
  height: 45px;
  width: 165px;
}

.footer .logo img {
  height: 45px;
  width: 165px;
  display: block;
}

.footer {
  color: #ffffff;
}

.footer .post {
  display: flex;
  margin-left: 105px;
}

.footer .post .item {
  margin-right: 24px;
  font-size: 16px;
  line-height: 1;
}

.footer .copyright {
  margin-top: 22px;
  font-size: 12px;
  line-height: 1;
  margin-left: 105px;
}

.main .box {
  display: flex;
  justify-content: space-between;
}

.main .box .menu a {
  width: 225px;
  height: 50px;
  display: block;
  line-height: 50px;
  background: #f5f5f5;
  border-left: 5px solid #e5e5e5;
  text-align: center;
  color: #333333;
  margin: 10px 0;
}

.main {
  margin-top: 30px;
}

.main .box .menu a.active {
  background: #61d1ca;
  border-left: 5px solid #4aa3ae;
  color: #ffffff;
}

.main .box .menu a:hover {
  background: #61d1ca;
  border-left: 5px solid #4aa3ae;
  color: #ffffff;
}

.main .box .content {
  width: 940px;
}

.main .content .title {
  font-size: 28px;
  color: #61d1ca;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  border-bottom: 5px solid #61d1ca;
}

.main .content .text {
  padding: 10px;
}

.title_bt_1 {
  overflow: hidden;
  padding: 0px;
  font-weight: 300;
  font-size: 28px;
  margin: 0px 0px 10px;
  line-height: 30px;
}

.content_txt {
  line-height: 190%;
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  padding: 0px 0px 10px 0px;
}

.txt_b {
  font-weight: 700;
  color: #00a5a0;
}

.navbar.header_navbar {
  display: none;
}

.toggle-button-out{
  display: none;
}

@media (max-width: 800px) {
  .box {
    width: calc(100% - 10px);
  }
  
    .toggle-button-out{
    display: block;
  }

  .banner {
    height: 10rem;
    overflow: hidden;
    background-size: 300% 100%;
  }

  .footer {
    height: 15rem;
  }

  .footer .box {
    display: block;
  }

  .top {
    display: block;
  }

  .top .logo {
    height: 45px;
    width: 165px;
    margin-top: 15px;
  }

  .top .logo img {
    height: 45px;
    width: 165px;
    display: block;
  }

  .footer {
    height: unset;
    padding-bottom: 3rem;
  }

  .footer .logo {
    height: 2.7rem;
    width: 8rem;
    margin: 1rem auto 0;
  }

  .footer .post {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 1rem;
    margin-top: 1rem;
  }

  .footer .post .item {
    margin-right: 1rem;
    font-size: .7rem;
    line-height: 2rem;
  }

  .footer .copyright {
    margin-top: 1rem;
    font-size: .7rem;
    margin-left: 1rem;
    text-align: center;
  }

  .main .box {
    display: block;
  }

  .main .box .menu {
    display: flex;
    justify-content: space-between;
  }

  .main .box .content {
    width: calc(100% - 20px);
    margin: 10px auto;
  }

  .main .content .text {
    padding: 0;
  }
  
  .juzibanner .bannerm ,
  .xiyoubanner .bannerm ,
  .feigebanner .bannerm ,
  .huojianbanner .bannerm ,
  .kuailian2banner .bannerm ,
  .kuailian3banner .bannerm ,
  .kuailianbanner .bannerm {
    display: block;
    width: 100%;
  }

 .juzibanner .bannerw,
  .xiyoubanner .bannerw,
  .feigebanner .bannerw,
  .huojianbanner .bannerw,
  .kuailian2banner .bannerw,
  .kuailian3banner .bannerw,
  .kuailianbanner .bannerw {
    display: none;
  }
  
  .juzitop {
    display: none;
  }


  .navbar.header_navbar {
    position: fixed;
    top: -500px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1rem;
    height: 70px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: top 0.3s;
    z-index: 99;
  }

  .navbar.header_navbar.header_navbarshow {
    top: 0;
  }

  .header_navbar .navbar-nav {
    display: none;
  }

  .header_navbar .navbar-nav.show {
    display: block;
  }
  

  .header_navbar .navbar-nav {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    width: 100%;
    background: #ffffff;
    border-top: #cccccc 1px solid;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }

  .navbar-nav li {
    line-height: 60px;
    width: calc(100% - 3rem);
    margin: 0 auto;
  }

  .header_navbar .navbarlogo {
    width: 140px;
    height: 36px;
  }

  .header_navbar .navbarlogo img {
    width: 140px;
    height: 36px;
    display: block;
  }

  .toggle-button {
    width: 24px;
    height: 24px;
  }

  .toggle-button img {
    width: 24px;
    height: 24px;
    display: block;
  }

  .toggle-button-out {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 23px;
    right: 1rem;
    z-index: 1;
  }

  .toggle-button img {
    width: 24px;
    height: 24px;
    display: block;
  }
}
