.body .banner {
  position: relative;
}
.body .banner > img {
  width: 100%;
  height: 3.2rem;
}
.body .banner .text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-left: 1.7rem;
  display: flex;
  align-items: center;
  font-family: 'OpenSans-Regular';
  font-size: 0.4rem;
  color: #FFFFFF;
  line-height: 0.55rem;
}
.body .crumb {
  height: 0.7rem;
  background: #F5F5F5;
  padding: 0 1.7rem;
  display: flex;
  align-items: center;
}
.body .crumb .icon {
  width: 0.205rem;
  height: 0.184rem;
  background-image: url('../img/contact/home.png');
  background-size: 100% 100%;
  margin-right: 0.08rem;
}
.body .crumb > span {
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #838383;
  line-height: 0.19rem;
}
.body .crumb .space {
  margin: 0 0.05rem;
}
.body .videoCon {
  display: flex;
  padding: 0 1.7rem;
  margin-top: 0.74rem;
}
.body .videoCon .selList {
    display: none;
  width: 3rem;
  margin-right: 0.78rem;
  /* .selItem:hover{
                margin-bottom: 0;
            } */
}
.body .videoCon .selList .selItem {
  width: 100%;
  background: #464646;
  margin-bottom: 0.04rem;
}
.body .videoCon .selList .selItem .text {
  height: 0.54rem;
  padding: 0.16rem 0.13rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'OpenSans-Regular';
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.22rem;
  cursor: pointer;
}
.body .videoCon .selList .selItem .text .icon {
  width: 0.093rem;
  height: 0.053rem;
  background-image: url('../img/video/down.png');
  background-size: 100% 100%;
  /* transition: all 0.5s; */
}
.body .videoCon .selList .selItem .optionList {
  display: none;
}
.body .videoCon .selList .selItem .optionList .option {
  cursor: pointer;
  padding: 0 0.13rem;
  height: 0.44rem;
  background: #F2F2F2;
  font-family: 'OpenSans-Regular';
  font-size: 0.14rem;
  color: #0C0B0B;
  line-height: 0.19rem;
  display: flex;
  align-items: center;
}
.body .videoCon .selList .selItem .optionList .option:hover {
  background: #071484;
  color: #fff;
}
.body .videoCon .videoPagination {
  flex: 1;
}
.body .videoCon .videoList {
  display: flex;
  flex-wrap: wrap;
}
.body .videoCon .videoList .videoItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*margin-right: 0.38rem;*/
      margin-right: 0.26rem;
  margin-bottom: 0.5rem;
}
.body .videoCon .videoList .videoItem:nth-child(4n){
    margin-right: 0;
}
.body .videoCon .videoList .videoItem .videoImg {
  position: relative;
}
.body .videoCon .videoList .videoItem .videoImg > img {
  width: 3.75rem;
  height: 2.5rem;
  border-radius: 0.1rem;
}
.body .videoCon .videoList .videoItem .videoImg .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body .videoCon .videoList .videoItem .videoImg .play .bg {
  width: 0.38rem;
  height: 0.38rem;
  /* position: relative; */
  background-color: rgba(0, 0, 0, 0.51);
  /* z-index: 1; */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.body .videoCon .videoList .videoItem .videoImg .play .bg > img {
  width: 0.121rem;
  height: 0.158rem;
  /* position: relative;
                                z-index: 2; */
}
.body .videoCon .videoList .videoItem > span {
  margin-top: 0.15rem;
  font-family: 'OpenSans-Regular';
  font-size: 0.2rem;
  color: #000;
  line-height: 0.27rem;
  width: 3.75rem;
  text-align: center;
}
/*.body .videoCon .videoList .videoItem:nth-child(3n+3) {*/
/*  margin-right: 0;*/
/*}*/
.body .videoCon .pagination {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0.38rem 0 0.66rem 0;
}
.body .videoCon .pagination .prev,
.body .videoCon .pagination .next {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
}
.body .videoCon .pagination .prev > img,
.body .videoCon .pagination .next > img {
  width: 0.05rem;
  height: 0.1rem;
}
.body .videoCon .pagination .pageList {
  display: flex;
}
.body .videoCon .pagination .pageList > div {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.14rem;
  color: #7D7D7D;
}
.body .videoCon .pagination .pageList .active {
  background-color: #081587;
  border: 1px solid #081587;
  color: #fff;
}
.body .videoCon .pagination .pageList .point {
  border: none;
  margin-top: -0.04rem;
}
.videoPreview {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9;
}
.videoPreview .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
.videoPreview .bg .videoPreviewCon {
  position: absolute;
    top: 58%;
    transform: translateY(-50%);
}
.videoPreview .bg .videoPreviewCon .close {
  width: 0.47rem;
  height: 0.47rem;
  background-image: url('../img/video/close.png');
  background-size: 100% 100%;
  position: absolute;
  right: 0.3rem;
  top: 0.23rem;
  cursor: pointer;
}
.videoPreview .bg .videoPreviewCon video {
  width: auto;
  height: 7rem;
}
@media only screen and (max-width:1024px){
    .body .banner .text{
        padding-left: 0.4rem;
    }
    .body .crumb{
            padding: 0 0.4rem;
    }
    .body .videoCon{
        padding: 0 0.4rem;
    }
    .body .videoCon .videoList{
        justify-content: center;
    }
    .videoPreview .bg .videoPreviewCon video{
            height: 4rem;
    }
    .videoPreview .bg .videoPreviewCon{
        transform: translateY(-87%);
    }
    .videoPreview .bg .videoPreviewCon .close{
            right: 0.3rem;
    top: 0.23rem;
        z-index: 9999;
    }
}