body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
}

.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owo-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owo-animation-forward {
  z-index: 99;
}

img {
  border: none;
}

[route-active="false"] {
  display: none;
}

/* 清除浮动 */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li{list-style: none;}
.swiper-container-p2{
  position: relative;
  width:580px;
  height:370px;
  margin:0 auto;
  overflow: hidden;
  color: white;
}
.swiper-container-p2 .swiper-slide{
  width:580px;
  height:370px;
  position:relative;
}
.swiper-container-p2 .swiper-slide a{
  display: block;
}
.swiper-container-p2 .swiper-slide span {
  background-color: rgba(0, 0, 0, 0.6);
  height: 64px;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 64px;
  font-size: 16px;
}
.swiper-container-p2 .prev {
  background: url(http://www.people.com.cn/img/2016people/images/focus_left_b.png);
  width: 18px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  bottom: 18px;
  left: 10px;
  z-index: 10;
}
.swiper-container-p2 .next {
  background: url(http://www.people.com.cn/img/2016people/images/focus_right_b.png);
  width: 18px;
  height: 25px;
  position: absolute;
  cursor: pointer;
  bottom: 18px;
  right: 10px;
  z-index: 10;
}

.swiper-container-p2 .swiper-pagination1 {
  display: none;
}

.swiper-container-p2 .num1 {
  color: #fff;
  display: block;
  font-size: 18px;
  position: absolute;
  right: 44px;
  bottom: 11px;
  line-height: 200%;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

.swiper-container-p2 .num1 i em {
  color: #fff;
  margin-left: 2px;
}

.swiper-container-p2 .num1 i em.thisp {
  font-size: 28px;
  color: #e71f18;
  margin-right: 1px;
  margin-left: 0;
}[o-hover="grow"] {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
[o-hover="grow"]:hover, [o-hover="grow"]:focus, [o-hover="grow"]:active {
  transform: scale(1.1);
}

.conn {
  position: relative;
}

.conn .swiper-3d {
  width: 1200px;
  height: 700px;
  overflow: hidden;
  position: relative;
}

.conn .swiper-3d li {
  position: absolute;
  background-size: 100% 100%;
  cursor: pointer;
  margin: auto;
  top: 0;
  bottom: 0;
  transition: all 0.4s linear;
}

.conn .swiper-3d li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 60px;
  height: 60px;
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
}

.conn .active {
  opacity: 1;
}

.conn .swiper-3d li img {
  width: 100%;
  height: 100%;
}

.conn .prev {
  left: 30px;
}

.conn .next {
  right: 30px;
}

.conn .swiper-item.hide {
  opacity: 0;
}

.conn .swiper-3d a,
.conn .swiper-3d img {
  display: block;
  width: 100%;
  height: 100%;
}

.conn .left {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  left: 0;
  cursor: pointer;
}

.conn .right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  right: 0;
  cursor: pointer;
}
.waves .parallax > use {
  /* -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
          animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; */
}

.waves .parallax > use:nth-child(1) {
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  transform: translate3d(-90px, 0, 0)
}

.waves .parallax > use:nth-child(2) {
  -webkit-animation-delay: -3s;
          animation-delay: -3s;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
    transform: translate3d(-44px, 0, 0);
}

.waves .parallax > use:nth-child(3) {
  -webkit-animation-delay: -4s;
          animation-delay: -4s;
  -webkit-animation-duration: 13s;
          animation-duration: 13s;
  transform: translate3d(-4px, 0, 0);
}

.waves .parallax > use:nth-child(4) {
  -webkit-animation-delay: -5s;
          animation-delay: -5s;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  transform: translate3d(-87px, 0, 0);
}

@-webkit-keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/

@media (max-width: 768px) {
  .waves {
    height: 40px;
    min-height: 40px;
  }

  .content {
    height: 30vh;
  }

  h1 {
    font-size: 24px;
  }
}
#copyright {
  height: 60px;
  padding: 40px 0;
  position: relative;
  font-size: 14px;
  height: 60px;
  color: #000000;
  z-index: 999;
  width: 100%;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
}
.home {
  background-image: url('../images/bg.jpg');
  background-size: 100% auto;
}

.conn-box {
  padding-top: 40vw;
  overflow: auto;
  transition: padding 1s;
}

.yun {
  display: block;
  width: 100%;
}

.conn-bg{background-color:white;}
.box-1 .fr{width:580px;text-align:left;}
.box-1 .fr h3{font-size:26px;margin-bottom:18px;}
.box-1 .fr p{font-size:18px;color:#666666;line-height:28px;text-indent:2em;}
.box-1 .fr .line {
  border-bottom: 1px solid #ccc;
  border-style: dashed;
  margin-bottom: 20px;
  margin-top: 20px;
}

.box-1 .fr h4 {
  font-size:18px;
  line-height:36px;
  font-weight: normal;
}

.box-2 .fr {
  width: 627px;
  text-align: left;
}

.box-2 .fr h3 {
  font-size: 26px;
  margin-bottom: 18px;
}

.box-2 .fr p {
  font-size: 18px;
  color: #666666;
  line-height: 28px;
}

.box-2 .fr .line {
  border-bottom: 1px solid #ccc;
  border-style: dashed;
  margin-bottom: 20px;
  margin-top: 20px;
}

.box-2 .fr h4 {
  font-size: 25px;
  line-height: 58px;
}

.title-bar {
  height: 160px;
  margin-top: 60px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

.box-1 .fr li {
  border-bottom: 4px solid white;
}

.box-1 .fr li img,
.box-1 .fr li p {
  display: none;
}

.box-1 .fr li p {
  background-image: linear-gradient(to right, #e9d8ba, #f9f5ee);
  padding: 22px 15px;
  font-size: 16px;
  height: 157px;
}

.box-1 .fr li h2 {
  background-image: linear-gradient(to right, #c99e54, #fcf3e2);
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #825d1f;
  font-size: 22px;
}

.box-1 .fr li.active p {
  display: block;
}

.box-2 .fr li {
  border-bottom: 4px solid white;
  transition: height 0.6s;
  height: 66px;
  overflow: hidden;
}
.box-2 .fr li a p:hover{color:#c00}
.box-2 .fr li img {
  display: none;
}

.box-2 .fr li p {
  background-image: linear-gradient(to right, #e9d8ba, #f9f5ee);
  padding: 22px 15px;
  font-size: 16px;
  height: 157px;
}

.box-2 .fr li h2 {
  background-image: linear-gradient(to right, #c99e54, #fcf3e2);
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  color: #825d1f;
  font-size: 22px;
}

.box-2 .fr li.active {
  height: 217px;
}

.fl-box.box-3 .width-box {
  width: 800px;
  height: 500px;
}

.fl-box.box-3 li {
  float: left;
  width: 80px;
  overflow: hidden;
  transition: width 0.6s;
}

.fl-box.box-3 li h2 {
  width: 80px;
  font-size: 25px;
  height: 500px;
  padding:30px 15px 0 15px;
  line-height:28px;
  background-color:#b3873c;
  color:white;
  border-right:3px solid white;
  float: left;
}

.fl-box.box-3 .show-box {
  float: left;
  width: 720px;
  height: 500px;
  background-image: linear-gradient(#c59a4f, #fdf3e3);
  position: relative;
}

.fl-box.box-3 .show-box img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}

.fl-box.box-3 li.active {
  width: 800px;
}

.fl-box.box-3 li.active .show-box {
  display: block;
  border-right: 3px solid white;
}

.fl-box.box-3 li.active h2 {
  border-right: none;
  padding:30px 16px 0 16px;
  color: #825d1f;
  background-image: linear-gradient(#c59a4f, #fdf3e3);
}

.fl-box.box-3 .text-box p {
  position: absolute;
  left: 0px;
  width: 190px;
  height: 340px;
  z-index: 10;
  padding: 24px 16px;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #825d1f;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: linear-gradient(#e1c595, #faedd6);
}

.fl-box.box-3 .text-box a {
  position: absolute;
  top: 380px;
  left: 128px;
  font-size: 18px;
  z-index: 14;
  color: #ad8b50;
}

.box-4 {
  position: relative;
}

.box-4 img {
  display: block;
  width: 100%;
}

.box-4 .w1200 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}

.box-4 ul {
  height: 100%;
}

.box-4 .hover-box {
  width: 290px;
  right: 0;
  position: absolute;
}

.box-4 .hover-box li {
  height: calc(20% - 2px);
  background-color: rgba(0, 0, 0, 0.8);
  margin-bottom: 2px;
  color: white;
  padding: 15px;
  font-size: 20px;
  text-align: left;
  line-height: 34px;
}

.box-4 .hover-box li a {
  color: white;
  display: block;
}

.box-5 .fr {
  width: 400px;
  text-align: left;
}

.box-5 .fr h3 {
  font-size: 26px;
  margin-bottom: 18px;
}

.box-5 .fr p {
  font-size: 18px;
  color: #666666;
  line-height: 28px;
}

.box-5 .fr .line {
  border-bottom: 1px solid #ccc;
  border-style: dashed;
  margin-bottom: 20px;
  margin-top: 20px;
}

.box-5 .fr h4 {
  font-size: 25px;
  line-height: 58px;
}

.box-5 .fr li {
  border-bottom: 1px solid white;
}

.box-5 .fr li img,
.box-5 .fr li p {
  display: none;
}

.box-5 .fr li p {
  padding: 22px 15px;
  font-size: 16px;
  height: 157px;
}

.box-5 .fr li h2 {
  line-height: 60px;
  padding: 0 20px;
  color: #8f6a2c;
  font-size: 22px;
  background-color: #fcf6ec;
}

.box-5 .fr li.active h2 {
  display: block;
  background-image: linear-gradient(to right, #c4994e, #fcf3e1);
}

.swiper-container-1,
.swiper-container-1 .swiper-container {
  height: 410px;
}

.swiper-container-1 {
  position: relative;
  padding-top: 20px;
}

.swiper-container-1 .arrow-left {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -50px;
  cursor: pointer;
}

.swiper-container-1 .arrow-right {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -50px;
  cursor: pointer;
}
.swiper-container-1 .swiper-slide {
  position: relative;
}
.swiper-container-1 .swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
}
.swiper-container-1 .swiper-slide h3{position:absolute;font-size:27px;left:650px;top:90px;font-weight:normal;line-height:36px;text-align:left;}
.swiper-container-1 .swiper-slide p {
  position: absolute;
  left: 650px;
  top: 170px;
  font-size: 18px;
  width: 500px;
  text-align: left;
  line-height: 30px;
  color: #666666;
}

.lr-card-box .card img {
  width: 270px;
  height: 160px;
}

.lr-card-box .card .fr {
  width: 330px;
  padding: 0 20px;
  text-align: left;
}

.lr-card-box .card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.lr-card-box .card p {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  height: 118px;
  overflow: hidden;
}

.lr-card-box ul {
  margin-top: 20px;
}

.lr-card-box li {
  text-align: left;
  font-size: 20px;
  line-height: 40px;
  padding-left: 20px;
  background-image: url('../images/doit.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.lr-card-box .w600 {
  width: 600px;
}

.card-box {
  height: 645px;
  overflow: hidden;
}

.card-box .text-box {
  width: 580px;
  text-align: left;
}

.card-box li {
  font-size: 24px;
  margin-bottom: 10px;
}

.card-box p {
  color: #666666;
  font-size: 18px;
  padding-bottom: 20px;
  line-height: 36px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 36px;
}

.card-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.card-box .img-box,
.card-box .img-box img {
  width: 580px;
}

.card-box .image-item {
  position: relative;
  margin-bottom: 5px;
}

.card-box .image-item img {
  width: 580px;
  height: 320px;
  display: block;
  position: relative;
}

.card-box .image-item span {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 40px;
  color: white;
  font-size: 18px;
}

.show-image {
  display: block;
  width: 100%;
}

li a {
  display: block;
}

.ware-bottom {
  position: relative;
}

#copyright {
  position: absolute;
  padding: 40px 0;
  bottom: 0;
  color: white;
  font-size: 14px;
  height: 140px;
  line-height: 30px;
}

.menu-box {
  position: fixed;
  right: 2%;
  width: 197px;
  bottom: 15%;
  z-index: 99;
}

.menu-box .top {
  background-image: url('../images/menu.png');
  height: 54px;
  width: 100%;
}

.menu-box .bottom {
  background-image: url('../images/menu.png');
  height: 125px;
  width: 100%;
  background-position: left bottom;
}

.menu-box ul {
  background-color: #ba7d5c;
}

.menu-box li {
  font-size: 20px;
  line-height: 40px;
  border-bottom: 1px dashed #efdab5;
  margin: 0 10px;
  color: #efdab5;
}

.menu-box li a {
  color: #efdab5;
}

.main-text h1 {
  line-height: 60px;
  margin-bottom: 60px;
  font-size: 36px;
}

.bottom a {
  display: block;
  width: 100%;
  height: 100%;
}