﻿body {
  position: relative;
  overflow-x: hidden;
}

.wrapCont {
  width: 1920px;
  background: url("images/bg01.png") no-repeat;
  background-size: 100% 100%;
  padding-bottom: 15%;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

img {
  display: block;
}

/*header*/
.logo {
  padding-top: 7%
}

.tite {
  padding-top: 10%
}

.index-header,
.chnz-video,
.lhjd-list,
.htsj {
  width: 1200px;
  margin: 0 auto;
}

.txt {
  background: url("images/bg02.png") no-repeat;
  background-size: 100% 100%;
  padding: 5% 8% 9% 5%;
  margin-top: 10%
}

.txt p {
  color: #fff;
  font-size: 24px;
  text-indent: 5.3rem;
  line-height: 36px;
  text-align: justify;
}

/*出海纳智*/
.title02 {
  width: 100%;
  margin: 3% auto;
  margin-top: 5%;
}

.title02 img {
  width: 100%;

}

.chnz-video-content {
  width: 100%;
  overflow: hidden;
}

/*播放器样式*/
iframe {
  min-height: 430px;
}

.video_player {
  width: 756px;
  float: left
}

.video_list_area {
  width: 430px;
  float: right
}

ul.video_list {
  overflow-y: scroll;
  height: 430px;
}

ul.video_list::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  background: #a8f8fe;
  border-radius: 10px;
  overflow: hidden;
}

ul.video_list::-webkit-scrollbar-thumb {
  background: #0075dc;
  border-radius: 10px;
  height: 20px !important;
}

ul.video_list li {
  width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
  position: relative;
}

ul.video_list li .img-box {
  float: left;
  background: #1395f1;
  border: 3px solid #a8f8fe;
  overflow: hidden;
  width: 162px;
  height: 89px;
}

ul.video_list li .on .img-box {
  border: 3px solid #0075dc;
}

ul.video_list li p {
  font-size: 16px;
  color: #fff;
  line-height: 24px;
  float: right;
  margin-left: 2%;
  width: 234px;
  margin-right: 5px;
}

ul.video_list li.last {
  margin-bottom: 0;
}

ul.video_list li span {
  display: block;
  width: 10%;
  position: absolute;
  z-index: 10;
  left: 5px;
  bottom: 5px;
}



ul.video_list li.last {
  margin-right: 0;
}

ul.video_list li a:hover,
ul.video_list li a.on {
  color: #fff;
}

/*蓝海竞渡*/
.lhjd-list {}

.lhjd-list ul {
  overflow: hidden;
  margin-top: 5%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2%;
}

.lhjd-list ul li {
  float: left;
  width: 100%;
  position: relative;
}

.lhjd-list ul li.last {
  margin-right: 0;
}

.lhjd-list ul li h3,
.lhjd-list ul li p {
  font-size: 18px;
  color: #0069d0;
  line-height: 30px;
}

.lhjd-list ul li p {
  font-size: 14px;
  line-height: 20px;
  margin-top: 3px;
}

.lhjd-list ul li h3 {
  font-family: cu;
  margin-top: 3.5%
}

.lhjd-list ul li span {
  display: block;
  position: absolute;
  z-index: 10;
  left: 40%;
  top: 18%;
  width: 20%
}

.lhjd-list ul li span img,
.htsj li span img {
  width: 100%
}

/*海途商鉴*/
.htsj {
  overflow: hidden;
}

.htsj ul {
  padding: 2% 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2%;
}

.htsj ul li {
  float: left;
  position: relative;
  margin-right: 2%;
  margin-bottom: 4%
}

.htsj ul li h3 {
  font-family: cu;
  margin-top: 3.5%;
  font-size: 18px;
  color: #0069d0;
  line-height: 30px;
}

.htsj li span {
  display: block;
  position: absolute;
  z-index: 10;
  left: 40%;
  top: 20%;
  width: 20%
}

@media screen and (max-width: 1000px) {

  iframe {
    min-height: 415px;
  }

  .chnz-video-content {
    padding-top: 9%
  }

  .htsj li span,
  .lhjd-list ul li span {
    width: 25%;
    left: 35%;
  }

  ul.video_list li p {
    fwidth: 41%;
  }

  ul.video_list {
    overflow-y: scroll;
    height: 417px;
  }

  .video_player {
    background: #0e6dea;
    width: 60%;
    float: left
  }

  .video_list_area {
    width: 39%;
    float: right
  }

  ul.video_list li .img-box {
    width: 40%;
    height: auto;
  }

  ul.video_list li p {
    width: 50%;
  }
}