body{
    position: relative;
}
.application{
  width: 80%;
  padding: 70px 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.application>li{
  width: 30%;
  margin-top: 30px;
  cursor: pointer;
  transition: all 1s;
}


.application>li>.classDaaaaa{
    width: 100%;
  transition: all 1s;
}


.application>li>.classDaaaaa:hover{
  -moz-box-shadow: 5px 5px 10px #ddd;
  -webkit-box-shadow: 5px 5px 10px #ddd;
  box-shadow: 5px 5px 10px #ddd;
  transform: translate3d(0,-2px,0);
  transform: scale(1.05);
}

.classDaaaaa>div>img{
  width: 100%;
}

.classDaaaaa>p{
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}



.appDetails{
  position: fixed;
  width: 100vw;
  height: 100vh;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999999999999999999999999999999999;
}

      
.xiangqing{
    position: relative;
  width: 50%;
  height: auto;
  background: #f5f5f5;
  display: flex;
}
.xiangqing .close{
    position: absolute;
    right: 0;
    top: 0;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 30px;
    transform: translateY(-140%);
}


.xiangqingLeft{
  width: 54%;
  height: 100%;
  padding: 30px 3% 10px 2.5%;
}


.xiangqingRight{
  width: 34%;
  height: 100%;
  padding: 30px 3%  2.5%;
  background: white;
}


.RightTop>span{
  width: 60px;
  height: 3px;
  margin: 20px 0;
  display: flex;
  background: #0079af;
}


.RightTop>.fontS15{
  margin-bottom: 30px;
}


.RiTopBoy>div{
  font-size: 15px;
  color: #888888;
  margin: 10px 0;
  line-height: 25px;
}
.xuanzeQuan{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  margin-top: 60px !important;
  border: 1px solid rgba(187, 187, 187, 0.397);
}

.xuanzeQuan>a{
  width: 35%;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: black;
}

.xuanzeQuan>a:hover{
  background: #0079af;
  color: white !important;
}

.xuanzeQuan>div{
  width: 30%;
  height: 100%;
  cursor: pointer;
  border-left: 1px solid rgba(187, 187, 187, 0.397);
  border-radius: 1px solid rgba(187, 187, 187, 0.397);
  background: url(../images/icon/sxa.png) no-repeat center center;
}


.xuanzeQuan>div:hover{
  background-color: #0079af !important;
  background: url(../images/icon/sxaa.png) no-repeat center center;
}

.RiTopBoy{
  height: 215px;
  overflow: scroll;
}

.RiTopBoy::-webkit-scrollbar { width: 0 !important }
.RiTopBoy { -ms-overflow-style: none; }
.RiTopBoy { overflow: -moz-scrollbars-none; }






@media (max-width: 1100px){
  .navigation>li{
    font-size: 13px !important;
  }
}


@media (max-width: 1000px){
  .application>li{
    width: 47%;
  }

  
}

@media (max-width: 1000px){
  .application>li{
    width: 100%;
  }
}



@media (max-width: 1500px){
  .xiangqing{
    width: 70%;
  }
}

@media (max-width: 1100px){
  .xiangqing{
    width: 80%;
  }
}


@media (max-width: 900px){
  .xiangqing{
    flex-wrap: wrap;
  }
  
  .xiangqingLeft{
    height: 300px;
    overflow: hidden;
  }
  .xiangqingLeft,.xiangqingRight{
    width: 95%;
  }
  .RiTopBoy {
    height: 100px;
  }
  .fontS30{
    font-size: 22px !important;
  }
}

@media (max-width: 500px){
  .xiangqingLeft {
    height: 189px;
    overflow: hidden;
    padding: 6px 3% 10px 2.5%;
}
.xuanzeQuan{
  margin-top: 10px !important;
}
}