@charset "utf-8";

body {
  background-position: 0 800px;
  background-size: 100% auto;
  margin-top: 50px; 
}


.bar-weixin img {
   padding: 0 0 0 0;
   margin-left: -43px;
   margin-top: 10px;
}


.uc-tel {
    position: absolute;
    right: 190px;
    top: 48px;
    width: 120px;
    box-shadow: 0px 1px 4px rgba(0,0,0,.1);
    background: #d92422;
    line-height: 30px;
    border-radius: 3px;
    padding: 5 0;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}
.youmi .banner1 {
  height: 800px;
  text-align: center;
  background: #eff8ff url('../../img/y-index/topbanner.png') center center;
  background-size: auto 800px;
}
.youmi .banner1 .join {
  position: absolute;
  left: 50%;
  top: 26rem;
  width: 228px;
  margin-left: -114px;
  cursor: pointer;
}
.youmi .banner1 .join img {
  width: 228px;
  height: 78px;
}
.youmi .banner2 {
  background-color:#eff8ff;
}
.youmi .banner2 div {
  width: 1111px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -1px;
}
.youmi .banner3 {
  background-color:#eff8ff;
}
.youmi .banner3 div {
  width: 1114px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
}

#tashuo{
  position: relative;
  margin: auto;
  background-color:#eff8ff
}
#tashuo .box-wrap{
  width: 1117px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  position: relative;
}
#tashuo .box{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
}

#tashuo .list{
  position: absolute;
  display: inline-block;
  width: 28.5%;
  height: 29%;
  background: #eff8ff;
  border: 2px #002044 dashed;
  border-radius: 5px;
  color: #002044;
  top:24%;
}

#tashuo .list.first{
  left: 2.5%;
}

#tashuo .list.scond{
  left: 35.6%;
}


#tashuo .list.third{
  right: 2.3%;
}


#tashuo .list.four{
  left: 2.6%;
  top: 61%;
}

#tashuo .list.five{
  left: 35.6%;
  top: 61%;
}

#tashuo .list.six{
  right: 2.3%;
  top: 61%;
}




#tashuo .list .outline{
  position: relative;
  height: 100%;
  width: 100%;

}

#tashuo .list img{
  position: relative;
  display: inline-block;
  background-color: #fff;
  width: 100px;
  height: 100px;
  border-radius:50%;
  border: 0;
  top: 50%;
  margin-top: -50px;
  left: 18px;
}

#tashuo .left{
  position: absolute;
  display: inline-block;
  right: 0;
  width: 60%;
}
#tashuo .left h2{
  font-size: 18px;
  font-weight: 500;
  margin-top: 25px;
}
#tashuo .left span{
  display: block;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 2px;
}
#tashuo .left h2 b{
  font-size: 16px;
}


#tashuo .left i{
  line-height: 30px;
    font-size: 20px;
    letter-spacing: 4px;
    color: #ff5501;
    font-weight: 500;
}


#tashuo .details{
  display: none;
 position: absolute;
 width: 82%;
 height: 63%;
 margin: 5% 5%;
 top: 0;
 background-color: #fff;
 padding: 4%;
}


#tashuo .list:hover .outline{
  display: none; }
#tashuo .list:hover .details{
  display: inline-block; }
  #tashuo .list:hover .animated {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; 
}