body {
  background-color: #f6f6f6;
}

.banner {
  width: 100%;
  height: 500px;
  background-image: url(http://www.huatu.com/gwy_php/gwy_templets/gjgwy_jh/images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}


.computer01 {
  width: 450px;
  height: 266px;
  margin: 20px auto 0 auto;
  background-image: url(http://www.huatu.com/gwy_php/gwy_templets/gjgwy_jh/images/computer.png);
  background-repeat: no-repeat;
}



.txt01 {
  width: 1200px;
  margin: 0 auto;
  margin-top: 72px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  font-weight: normal;
}
.txt01.active {
  font-size: 30px;
}


.box_container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.nav {
  height: 100px;
  margin-top: -22px;
  margin-bottom: 45px;
  box-shadow: 0 0 8px #ddd;
  background-color: #fff;
  border-radius: 4px;
}

.href-wrap {
  width: 1035px;
  margin: 0 auto;
}

.href {
  display: block;
  margin-right: 134px;
  transition: color .3s ease;
}

.href:hover {
  color: #ff587d;
}

.href:hover i {
  display: block;
}

.href:last-child {
  margin-right: 0;

}

.href b {
  display: block;
  margin-top: 36px;
  font-size: 24px;
}

.href i {
  display: none;
  width: 30px;
  border-bottom: 2px solid #ff587d;
  margin: 6px auto 0 auto;
}

.list {
  width: 840px;
  padding-bottom: 48px;
  background-color: #fff;
}

.list li {
  width: 100%;
  transition: .5s ease box-shadow;
}

.list li:hover {
  box-shadow: 0 0 10px #ddd;
}

.list li:hover .content {
  border-color: #fff;
}

.list li:hover .border {
  display: block;
}

.title.active {
  margin-left: 10px;
  color: #ff839c;
}

.content {
  padding-bottom: 24px;
  margin: 0 30px;
  border-bottom: 1px solid #eee;
}

.border {
  display: none;
  height: 24px;
  border-left: 8px solid #ff839c;
  margin-top: 30px;
}

.title {
  padding-top: 30px;
  padding-bottom: 20px;
  font-size: 20px;
  transition: all .5s ease;
  font-weight: normal;
}

.article {
  margin-bottom: 46px;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  text-indent: 2em;
}

.time {
  color: #a9a9a9;
}

.info {
  width: 90px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 40px;
  color: #acacac;
  background-color: #eee;
  font-size: 12px;
}

.info.active {
  background: linear-gradient(to right, #ff577b, #ff7ddb);
  color: #fff;
}

.entrance {
  width: 320px;
  height: 270px;
  margin-bottom: 35px;
  background-image: url(http://www.huatu.com/gwy_php/gwy_templets/gjgwy_jh/images/bg.png);
  background-repeat: no-repeat;
  text-align: center;
  box-shadow: 0 0 2px #ddd;
}

.entrance p {
  padding-top: 60px;
  margin-bottom: 30px;
  font-size: 34px;
}

.entrance a {
  display: block;
  width: 140px;
  height: 44px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  line-height: 44px;
  background: linear-gradient(to right, #ff577b, #ff7ddb);
  border-radius: 40px;
}

.essay {
  width: 270px;
  padding: 30px 25px 10px 25px;
  background-color: #fff;
  box-shadow: 0 0 2px #ddd;
}

.essay-title {
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 26px;
  font-size: 20px;
}

.essay-title span {
  color: #ff839c;
}

.essay li {
  height: 28px;
  margin-bottom: 10px;
  line-height: 28px;
  border-radius: 40px;
  transition: .5s ease background-color, .5s ease padding;
  display: flex;
  align-items: flex-start;
}

.essay li a {
  width: 100%;
  display: flex;
  align-items: center;
}

.essay li:hover {
  padding-left: 15px;
  background-color: #ff587d;
}

.essay li:hover a {
  color: #fff;
}

.essay li:hover .circle {
  display: none;
}

.circle {
  width: 5px;
  height: 5px;
  margin-top: 11px;
  margin-right: 8px;
  border-radius: 50%;
  background-color: #bdbdbd;
}

.essay-content {
  flex: 1;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.attention {
  padding: 30px 25px;
  margin: 20px 0;
  box-shadow: 0 0 2px #ddd;
  background-color: #fff;
  text-align: center;
  font-size: 16px;
}

.attention-title {
  margin-bottom: 26px;
  font-size: 20px;
}

.code {
  position: relative;
  width: 170px;
  height: 170px;
  background-image: url(http://www.huatu.com/gwy_php/gwy_templets/gjgwy_jh/images/code.png);
  background-repeat: no-repeat;
  margin: 0 auto 20px auto;
}

.code img {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 150px;
  height: 150px;
  margin-left: -75px;
}

.link_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left,
.right {
  width: 580px;
  height: 140px;
  margin-top: 46px;
  margin-bottom: 54px;
  line-height: 140px;
  background-image: url(http://www.huatu.com/gwy_php/gwy_templets/gjgwy_jh/images/left.png);
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 42px;
}

.left span,
.right span {
  border-bottom: 2px solid #fffd67;
  padding-bottom: 10px;
  color: #fffd67;
}

.right span {
  border-color: #77fffa;
  color: #77fffa;
}

.overflow {
  overflow: hidden;
}

.right {
  background-image: url(http://www.huatu.com/gwy_php/gwy_templets/gjgwy_jh/images/right.png);
}

.end {
  padding-top: 40px;
  padding-bottom: 20px;
  background-color: #fff;
}

.wrapper {
  width: 1100px;
  margin: 0 auto;
}

.wrapper a {
  width: 100px;
  margin-right: 40px;
  margin-bottom: 20px;
  text-align: center;
  transition: color .3s ease;
}

.wrapper a:hover {
  color: #ff587d
}

.wrapper a:nth-child(8n) {
  margin-right: 0;
}

.entrance,
.essay,
.attention {
  transition: box-shadow .5s ease;
}

.entrance:hover,
.essay:hover,
.attention:hover {
  box-shadow: 0 0 14px #ddd;
}


@media only all and (max-width:1080px) {

  .banner {
    width: 100%;
    height: 12rem;
    background-size: auto 100%;
  }

  .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  .computer {
    width: 60%;
    height: 6.4rem;
    margin: .8rem auto 0 auto;
    background-size: 100% 100%;
  }
  .computer01 {
    width: 60%;
    height: 6.4rem;
    margin: .8rem auto 0 auto;
    background-size: 100% 100%;
  }

  .txt01 {
    width: 80%;
    margin-top: 1rem;
    font-size: .8rem;
    text-align: center;
    font-weight: normal;
  }

  .txt01.active {
    font-size: .6rem;
  }
  .txt {
    position: absolute;
    left: 0;
    top: 50%;
    width: 566px;
    color: #fff;
    font-size: 52px;
    transform: translateY(-50%);
    font-weight: normal;
  }
  
  .txt.active {
    top: 55%;
  }

  .nav {
    height: 3rem;
    margin-top: -1rem;
    margin-bottom: .8rem;
    border-radius: .4rem;
  }

  .box_container {
    flex-direction: column;
  }

  .href-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 2%;
  }

  .href-wrap::after {
    display: none;
  }

  .href {
    display: block;
    margin-right: 0;
  }


  .href b {
    display: block;
    margin-top: 0;
    font-size: .7rem;
  }

  .href i {
    display: none;
  }

  .list {
    width: 100%;
    padding-bottom: 1rem;
  }

  .title.active {
    margin-left: .4rem;
  }

  .list li:hover .border {
    display: none;
  }

  .content {
    padding-bottom: 1rem;
  }

  .border {
    height: 1rem;
    border-left: .4rem solid #ff839c;
    margin-top: .8rem;
  }

  .title {
    padding-top: .8rem;
    padding-bottom: .6rem;
    font-size: .8rem;
  }

  .article {
    margin-bottom: .8rem;
    font-size: .7rem;
    line-height: 1.4;
    text-indent: 0;
  }


  .info {
    width: 4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    border-radius: 1rem;
    font-size: .6rem;
  }

  .page_right {
    width: 100%;
    margin-top: .8rem;
  }

  .entrance {
    display: none;
  }

  .essay {
    width: 100%;
    padding: .8rem;
    box-sizing: border-box;
    margin-bottom: .8rem;
  }

  .essay-title {
    padding-bottom: .6rem;
    margin-bottom: .8rem;
    font-size: .8rem;
  }



  .essay li {
    height: 1rem;
    margin-bottom: .1rem;
    line-height: 1;
    border-radius: 0;
  }

  .essay li:hover {
    padding-left: 0;
  }

  .essay li:hover {
    background-color: transparent;
  }

  .essay li:hover .circle {
    display: block;
  }

  .essay li:hover a {
    color: #333;
  }

  .circle {
    width: .2rem;
    height: .2rem;
    margin-top: 0;
    margin-right: .3rem;
  }

  .essay-content {
    max-width: 100%;
  }

  .attention {
    display: none;
  }

  .link_container {
    width: 94%;
    margin: 0 auto;
    flex-direction: column;
  }

  .left,
  .right {
    width: 100%;
    height: 3rem;
    margin-top: .4rem;
    margin-bottom: .4rem;
    line-height: 3rem;
    background-size: 100% 100%;
    font-size: 1rem;
  }

  .right {
    background-size: 100% 100%;
  }

  .end {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .wrapper {
    width: 94%;
  }

  .wrapper a {
    width: 25%;
    margin-right: 0;
    margin-bottom: .6rem;
  }



}