.view .header {
  height: 0.60rem;
  background: #0094ff;
  line-height: 0.60rem;
}

.view .content {
  background: url("../image/homebg3.jpg") no-repeat center center;
  position: relative;
}

.view .content .title {
  position: relative;
  height: 1rem;
  width: 100%;
}

.view .content .title .welcome {
  width: 13rem;
  margin: 0 auto;
  text-align: right;
  height: 1.00rem;
  line-height: 1.00rem;
  color: #fff;
  font-size: 0.34rem;
  font-weight: 600;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0.5rem;
}

.view .content .title .welcome .img1 {
  position: absolute;
  left:0;
  top:-50px;
}

.view .content .title .welcome span {
  color: orangered;
}

.view .content .title .langue {
  position: fixed;
  right: 1.00rem;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.00rem;
  line-height: 1.00rem;
  font-size: 0.20rem;
  color: #fff;
}

.view .content .title .langue a:hover {
  color: #0094ff;
}

.view .content .w {
  width: 13.00rem;
  margin: 0 auto;
}

.view .content .show {
  position: relative;
  height: 8.00rem;
  margin-top: 1rem;
}

.view .content .img {
  position: absolute;
  width: 3.00rem;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  cursor: pointer;
  background: #ccc;
}

.view .content .img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 200;
  border: 0.05rem solid #fff;
}

.view .content .img:hover .dec {
  font-size: 0.16rem;
  color: #0094ff;
}

.view .content .dec {
  color: #0094ff;
  position: absolute;
  top: 0.10rem;
  left: 0.12rem;
  font-size: 0.16rem;
}



.view .content .img2 {
  top: -0.20rem;
  right: 0rem;
  width: 3.00rem;
}

.view .content .img3 {
  top: 0.5rem;
  left: 6.5rem;
  z-index: 100;
  width: 4rem;
}

.view .content .img4 {
  bottom: 0;
  right: 1.5rem;
  width: 4rem;
}

.view .content .img5 {
  bottom: 2.5rem;
  right: 4rem;
  width: 3.5rem;
  z-index: 8;
}

.view .content .img6 {
  bottom: 4.0rem;
  left: 2.76rem;
  width: 3.0rem;
  z-index: 2;
}

.view .content .img7 {
  width: 4rem;
  bottom: -1rem;
  left: 3rem;
  z-index: 5;
}

.view .content .img8 {
  bottom: 1rem;
  left: 0rem;
  width: 3.5rem;
}

.view .content .img9 {
  bottom: 1.5rem;
  right: -1rem;
  width: 3.50rem;
}

.view .content .bottom {
  width: 100%;
  height: 1rem;
  margin-top: 1.3rem;
  text-align: center;
  color: #fff;
  font-family: 'Segoe Print';
  font-style: italic;
}

.view .content .bottom p {
  height: 100%;
  line-height: 1rem;
  font-size: 0.20rem;
}
/*# sourceMappingURL=index.css.map */