@import url(../common/index.css);
.main .top {
  position: relative;
}
.main .bg {
  width: 100%;
}
.main .play-img {
  width: 2.98666667rem;
  height: 2.98666667rem;
  position: absolute;
  top: 13.65333333rem;
  left: 50%;
  margin-left: -1.49333333rem;
}
.main .text {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 17.06666667rem;
  width: 100%;
}
.main .phone-a {
  position: absolute;
  top: 20.48rem;
  left: 50%;
  margin-left: -3.62666667rem;
}
.main .phone-a .phone {
  width: 7.25333333rem;
}
.main .home2 {
  width: 12.84266667rem;
  display: block;
  margin: 2.13333333rem auto 0.42666667rem auto;
}
.main .home-100 {
  width: 100%;
}
.main .sec {
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 1.28rem;
}
.main .submit-box {
  position: static;
  margin: 0 auto;
}
.main .ewm {
  width: 6.4rem;
  margin: 2.13333333rem auto 0.42666667rem auto;
  display: block;
}
.main .ewm-text {
  text-align: center;
  color: #0e64ff;
  padding-bottom: 2.56rem;
}
#videos {
  position: fixed;
  z-index: 10001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#videos .zhe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
#videos .video {
  width: 100%;
}
#videos #video_in {
  margin: 0 auto;
  max-width: 850px;
  margin-top: 50px;
  position: relative;
  z-index: 20;
}
#videos #video_in .close-video {
  position: absolute;
  right: -32px;
  top: -50px;
  width: 32px;
  height: 32px;
  background: url("../img/close.png");
}
