body,
#App {
    background: #e8e8e8 !important;
}



#Hdp {
    width: 100%;
    height: 600px;
  overflow:hidden;
}



#Hdp .swiper-container {
    width: 100%;
    height: 100%;
}

#Hdp .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 0px;
    background: #e8e8e8;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

#Hdp .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

#Hdp .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff6d40;
}

#Hdp .swiper-pagination-bullet {
    width: 72px;
    height: 10px;
    border-radius: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 15px;
}

#Hdp .swiper-pagination {
    text-align: center;
    margin-bottom: 10px;
}

#Hdp .swiper-container-horizontal>.swiper-pagination-bullets,
#Hdp .swiper-pagination-custom,
#Hdp .swiper-pagination-fraction {
    left: -10px;
}

#Hdp .swiper-container .text {
    width: 100%;
}
#Hdp .swiper-container .text .texta{
display:block;
  height:600px
}
#Hdp .swiper-container .text img {
    width: 100%;
    display: block;
  height:100%;
}

#Hdp .swiper-container .text p {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    vertical-align: top;
    height: 360px;
    line-height: 60px;
    width: 100%;
    font-size: 40px;
    font-weight: bold;
    background: linear-gradient(1800deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    margin: 0;
    margin-top: -110px;
}
#Hdp .swiper-container .text p span{
    font-size: 45px;
}
#Photolist {
    width: 100%;
    background: #e8e8e8;

}

#Photolist .main {
    width: 1200px;
    margin: 0 auto;
    background: #e8e8e8;
}

#Photolist .main #ImgLi,#Photolist .main #ImgLi2{margin-right:15px}
#Photolist .main #ImgLi,#Photolist .main #ImgLi2,#Photolist .main #ImgLi3 {
   width: 390px;
			display: block;
			float: left;
}


#Photolist .main #ImgLi li,#Photolist .main #ImgLi2 li,#Photolist .main #ImgLi3 li {
    width: 370px;
    background: #fff;
    margin-right: 15px;
    margin-top: 15px;
    cursor: pointer;
    padding: 10px;

}
#Photolist .main #ImgLi li:hover p,#Photolist .main #ImgLi2 li:hover p,#Photolist .main #ImgLi3 li:hover p{
    color: #1e63b1;
}

#Photolist .main #ImgLi3 li {
    margin-right: 0;
}

#Photolist .main #ImgLi li .IM,#Photolist .main #ImgLi2 li .IM,#Photolist .main #ImgLi3 li .IM,
#Photolist .main #ImgLi li img,#Photolist .main #ImgLi2 li img,#Photolist .main #ImgLi3 li img {
    width: 370px;
    overflow: hidden;
    transition: 1.2s;
}
#Photolist .main #ImgLi li p,#Photolist .main #ImgLi2 li p,#Photolist .main #ImgLi3 li p{
    width: 370px;
    font-size: 18px;
    line-height: 40px;
}

#Photolist .main #ImgLi li:hover img,#Photolist .main #ImgLi2 li:hover img,#Photolist .main #ImgLi3 li:hover img {
    transform: scale(1.08);
}


#Photolist .main #ImgLi li .TE,#Photolist .main #ImgLi2 li .TE,#Photolist .main #ImgLi3 li .TE{
    height:40px;
    line-height: 40px;
    width:100%;
}

#Photolist .main #ImgLi li .TE .Ti,#Photolist .main #ImgLi2 li .TE .Ti,#Photolist .main #ImgLi3 li .TE .Ti{
font-size: 16px;
color:#888888;
}


#Photolist .main #ImgLi li .TE .Li,#Photolist .main #ImgLi2 li .TE .Li,#Photolist .main #ImgLi3 li .TE .Li{
width:90px;
height: 30px;
line-height: 30px;
text-align: right;
background: #e8e8e8;
border-radius:6px;
float: right;
margin-top:5px;
color:#888888;
font-size: 16px;
padding-right:10px;
}
@media only screen and (max-width: 992px){
  #Photolist .main #ImgLi li p,#Photolist .main #ImgLi2 li p,#Photolist .main #ImgLi3 li p  {
      line-height: 32px;
  }
}