.index-wrap {
  width: 100%;
}
.index-wrap .content-title {
  position: relative;
  padding: 48px;
  text-align: center;
}
.index-wrap .content-title::after {
  position: absolute;
  left: 50%;
  bottom: 24px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  content: " ";
  width: 60px;
  height: 8px;
  background: #DEC38C;
}
.index-wrap .content-title h3 {
  font-size: 48px;
  color: #333333;
}
.index-wrap .content-title p {
  font-size: 20px;
  color: #666666;
}
.index-wrap .section-box {
  background: url(../img/con-bg.png) no-repeat 50% 0;
  -o-background-size: 1920px 250px;
     background-size: 1920px 250px;
  padding-bottom: 66px;
}
.index-wrap .section-box .con {
  width: 1200px;
  margin: 0 auto;
}
.index-wrap .Culture-wrap {
  background-image: none;
}
.index-wrap .Culture-wrap .Culture {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.index-wrap .Culture-wrap .item {
  width: 295px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.index-wrap .Culture-wrap .item:not(:first-child) {
  margin-left: 20px;
}
.index-wrap .Culture-wrap .item img {
  width: 295px;
  height: 210px;
  display: block;
  -webkit-transition: 1s;
  -o-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.index-wrap .Culture-wrap .item p {
  width: 296px;
  height: 100%;
  font-size: 32px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 210px;
}
.index-wrap .Culture-wrap .item p:hover {
  background: rgba(194, 167, 112, 0.9);
}
.index-wrap .Culture-wrap .item:hover img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.index-wrap .team-wrap {
  padding-bottom: 46px;
  background-color: #F5F5FA;
}
.index-wrap .team-wrap .team-con {
  width: 1265px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.index-wrap .team-wrap .team-con .item {
  width: 110px;
  height: 110px;
  overflow: hidden;
  cursor: pointer;
  margin: 0 8px 20px;
}
.index-wrap .team-wrap .team-con .item img {
  width: 110px;
  height: 110px;
  background: #F3F3F3;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.index-wrap .team-wrap .team-con .item:hover img {
  -webkit-transform: scale(1.2);
     -moz-transform: scale(1.2);
      -ms-transform: scale(1.2);
       -o-transform: scale(1.2);
          transform: scale(1.2);
}
.index-wrap .video-wrap {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.index-wrap .video-wrap .play_btn {
  position: absolute;
  left: 50%;
  bottom: 180px;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 110px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  text-indent: 12px;
  cursor: pointer;
}
.index-wrap .video-wrap .play_btn::after {
  content: " ";
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border: transparent solid;
  border-width: 7px;
  border-left-color: #fff;
}
.index-wrap .video-wrap .full-video {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #333;
  z-index: 10000;
}
.index-wrap .video-wrap .full-video .wrap {
  height: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-wrap .video-wrap .full-video video {
  width: 100%;
  max-width: 1200px;
}
.index-wrap .video-wrap .full-video #pdclose {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  overflow: hidden;
  margin-top: 10px;
}
.index-wrap .video-wrap .full-video #pdclose:after {
  width: 100%;
  position: absolute;
  height: 1.5px;
  background: #fff;
  content: "";
  top: 9px;
  left: 0;
  transform: rotate(134deg);
  -ms-transform: rotate(134deg);
  -moz-transform: rotate(134deg);
  -webkit-transform: rotate(134deg);
  -o-transform: rotate(134deg);
}
.index-wrap .video-wrap .full-video #pdclose:before {
  width: 100%;
  position: absolute;
  height: 1.5px;
  background: #fff;
  content: "";
  top: 9px;
  right: 0;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.index-wrap .video-wrap video {
  width: 100%;
  display: block;
  z-index: 1;
}
.index-wrap .video-wrap .text {
  width: 100%;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  font-size: 70px;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index-wrap .video-wrap .text span:first-child {
  padding-right: 40px;
}
.index-wrap .video-wrap img {
  width: 48px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 9;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.index-wrap .index-banner {
  width: 100%;
  position: relative;
}
.index-wrap .index-banner video {
  width: 100%;
}
.index-wrap .introduce-wrap {
  width: 100%;
  min-width: 1260px;
}
.index-wrap .introduce-wrap .con {
  width: 1200px;
  margin: 0 auto;
}
.index-wrap .introduce-wrap .con .text {
  margin-bottom: 24px;
  font-size: 20px;
  color: #666666;
}
.index-wrap .introduce-wrap .con img,
.index-wrap .introduce-wrap .con picture {
  display: block;
  width: 100%;
}
.index-wrap .Packaging-Cloud {
  background-color: #F5F5FA;
}
.index-wrap .s-video {
  width: 100%;
  min-width: 1260px;
}
.index-wrap .s-video .video {
  width: 942px;
  margin: 0 auto;
  position: relative;
}
.index-wrap .s-video .video video {
  width: 942px;
  height: 530px;
}
.index-wrap .s-video .video .video-text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  background: -webkit-linear-gradient(top, #B9A67F, #B8986D);
  background: -moz-linear-gradient(top, #B9A67F, #B8986D);
  background: -o-linear-gradient(top, #B9A67F, #B8986D);
  background: linear-gradient(to bottom, #B9A67F, #B8986D);
  padding: 10px 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.index-wrap .s-video .video .video-text p {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.index-wrap .s-video .video .video-text img {
  width: 33px;
  height: 33px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  cursor: pointer;
}
.index-wrap .s-video .video .video-text .pause-video {
  display: none;
}

.amap-logo {
  display: none !important;
}

.amap-copyright {
  opacity: 0;
}

@media screen and (min-width: 1260px) {
  .index-wrap .video-wrap .play_btn {
    bottom: 110px;
  }
}