@charset "UTF-8";
.banner_bj {
  margin-bottom: -0.05rem;
}

/*专业宣传片*/
.trailer {
  width: 100%;
  height: 100%;
  padding-top: 0.92rem;
  position: relative;
}
.trailer .wrap {
  height: 100%;
  background: linear-gradient(90deg, #4b57fc 0%, #4753f5 100%);
}

.trailer_box {
  width: 12rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.trailer_box .video_show {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  height: 88%;
  background-color: #090914;
  display: none;
  margin-top: 0.92rem;
}
.trailer_box .video_show.active {
  display: block;
}
.trailer_box .video_show .video_hide {
  position: absolute;
  top: 0;
  right: -16px;
  color: orange;
  font-size: 0.2rem;
  cursor: pointer;
}
.trailer_box .video_show video {
  width: 100%;
  height: 100%;
}

.left_text h2 {
  display: block;
  width: 5.26rem;
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffc000;
  position: relative;
  top: 0;
  left: 0;
}

.left_text_ {
  transform: translateY(-0.3rem);
  width: 4.08rem;
  font-size: 0.28rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.6rem;
}

.left_text_span {
  transform: translateY(-0.3rem);
  width: 4.16rem;
  height: 0.25rem;
  font-size: 0.2rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.89rem;
  display: inline-block;
}

.trailer_img_ {
  width: 10rem;
  height: 6rem;
}

.trailer_img_ img {
  width: 100%;
  /* height: 100%; */
}

/* 北京宣传视频 */
.cctvfindvideo {
  width: 100%;
  background: #373f60;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.46);
  padding-top: 1.16rem;
  padding-bottom: 0.15rem;
}
.cctvfindvideo .wrap {
  width: 9rem;
  margin: 0 auto 1.44rem;
}
.cctvfindvideo .wrap h2 {
  width: 3rem;
  font-size: 0.29rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  line-height: 0.4rem;
  margin: 0 auto;
}
.cctvfindvideo .wrap h4 {
  font-size: 0.22rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.4rem;
  margin: 0.41rem auto 0.52rem;
  text-align: center;
}
.cctvfindvideo .wrap .wrap_video {
  width: 100%;
  position: relative;
}
.cctvfindvideo .wrap .wrap_video img {
  width: 100%;
  height: auto;
}
.cctvfindvideo .wrap .wrap_video .wrap_show {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.cctvfindvideo .wrap .wrap_video .wrap_show.active {
  display: block;
}
.cctvfindvideo .wrap .wrap_video .wrap_close {
  position: absolute;
  top: 0;
  right: 0.1rem;
  z-index: 999;
  font-size: 0.3rem;
  color: #fff;
  cursor: pointer;
}
.cctvfindvideo .wrap p {
  width: 100%;
  font-size: 0.18rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.4rem;
  margin-top: 0.49rem;
}

/* 我们的优势 */
.advantage .nr ul li {
  padding-top: 0.4rem;
}
.advantage .nr ul li div {
  height: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 0.1rem;
}
.advantage .nr li:hover img, .advantage .nr li:hover h6 {
  transition: all 0.5s;
  transform: scale(1.2);
}
.advantage .nr li img, .advantage .nr li h6 {
  transition: all 0.5s;
  transform: scale(1);
}
.advantage .nr ul li img {
  width: 0.59rem;
  height: auto;
}

/* 宣传视频 */
.publicity {
  background: linear-gradient(-18deg, #14162f 0%, #090914 100%);
}

.publicity_video {
  width: 12rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.18rem 0 1.52rem 0;
}
.publicity_video .video_ {
  width: 6.56rem;
  font-size: 0.15rem;
  overflow: hidden;
}
.publicity_video .video_ .video_title {
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  height: 0.95rem;
  line-height: 0.95rem;
}
.publicity_video .video_ .video_content {
  margin: 0.47rem 0 0.2rem 0;
/*  height: 11.76rem;*/
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.publicity_video .video_ .video_content::after {
  content: "";
  width: 30%;
}
.publicity_video .video_ .video_content li {
  width: 2rem;
  height: 2.5rem;
  background: #3f4b78;
  box-shadow: 8px 11px 24px 0px rgba(0, 0, 0, 0.26);
  opacity: 0.5;
  overflow: hidden;
  margin-bottom: 0.75rem;
}
.publicity_video .video_ .video_content li p {
  font-size: 0.14rem;
  color: #fff;
  width: 100%;
  line-height: 0.26rem;
  padding: 0.1rem 0.15rem 0 0.15rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.publicity_video .video_ .video_content li img {
  width: 100%;
  height: 1.4rem;
}
.publicity_video .video_ #pagination_7 {
  text-align: center;
  margin-top: 10px;
}
.publicity_video .video_ #pagination_7 .whj_jqueryPaginationCss-1 div {
  padding: 0 0.05rem;
}
.publicity_video .video_ #pagination_7 .whj_jqueryPaginationCss-1 .whj_border {
  border: 1px solid #fff;
  background-color: #1f2745;
  color: #fff;
  margin-left: 10px;
}
.publicity_video .video_ #pagination_7 .whj_jqueryPaginationCss-1 .whj_hoverDisable {
  display: none;
}
.publicity_video .video_ #pagination_7 .whj_jqueryPaginationCss-1 .whj_checked {
  background-color: #4bbdfe;
}
.publicity_video .question {
  width: 4.93rem;
}
.publicity_video .question .question_title {
  width: 100%;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
  height: 0.94rem;
  line-height: 0.95rem;
  background-color: #1f2745;
}
.publicity_video .question .question_main {
  background-color: #373f60;
  padding: 0 0.5rem;
  padding-top: 0.47rem;
  font-size: 0.18rem;
  height: 12.75rem;
  color: #fff;
  overflow: hidden;
}
.publicity_video .question .question_main .myscroll {
  height: 100%;
  overflow: hidden;
}
.publicity_video .question .question_main .myscroll li {
  overflow: hidden;
}
.publicity_video .question .question_content {
  width: 3.35rem;
  margin: 0 auto 0.6rem;
}
.publicity_video .question .question_ask {
  width: 100%;
 
  
     padding: 0.1rem 0;
  background-color: #1f2745;
  position: relative;
  text-align: center;
}
.question_ask_content{overflow: hidden; text-overflow:ellipsis; white-space: nowrap; padding:0 2px;}
.publicity_video .question .question_ask .question_ask_q {
  font-size: 0.2rem;
  position: absolute;
  left: -0.3rem;
	    top: 0;
    
    width: 0.3rem;
    padding: 0.1rem 0;
 

  background-color: #1f2745;
  border-right: 1px solid #ccc;
}
.publicity_video .question .question_answer {
  width: 100%;
  padding: 0.1rem 0.22rem 0.3rem;
  line-height: 0.3rem;
  position: relative;
  background-color: #4a57fa;
}
.publicity_video .question .question_answer .question_answer_a {
  position: absolute;
  top: 0;
  left: -0.3rem;
  height: 0.32rem;
  width: 0.3rem;
  font-size: 0.2rem;
  background-color: #4a57fa;
  border-right: 1px solid #ccc;
  text-align: center;
}

@media screen and (max-width: 750px) {
  .banner_bj {
    height: 10rem;
  }
  .banner_bj .banner {
    height: 100%;
  }
  .banner_bj .banner .header .ec .cdan {
    z-index: 999;
  }
  /*专业宣传片*/
  .trailer {
    width: 100%;
    padding-top: 0.92rem;
  }
  .trailer .wrap {
    height: 100%;
    background: linear-gradient(90deg, #4b57fc 0%, #4753f5 100%);
  }
  .trailer_box {
    width: 100%;
    display: block;
  }
  .trailer_box .video_show {
    position: absolute;
    top: 45%;
    left: 50%;
    width: 80%;
    height: 50%;
    transform: translate(-50%, -50%);
    background-color: #090914;
    display: none;
  }
  .left_text {
    padding-top: 30px;
    width: 100%;
    text-align: center;
  }
  .left_text h2 {
    width: 100%;
  }
  .left_text_span {
    width: 100%;
  }
  .left_text_ {
    width: 100%;
  }
  .trailer_img_ {
    width: 100%;
    padding: 15px;
  }
  .trailer_img_ img {
    width: 100%;
    height: 100%;
    position: static;
  }
  /* 北京宣传视频 */
  .cctvfindvideo {
    width: 100%;
    padding-top: 0.2rem;
    padding-bottom: 0;
  }
  .cctvfindvideo .wrap {
    width: 100%;
    padding: 0.4rem 0.3rem;
    margin: 0;
  }
  .cctvfindvideo .wrap h4 {
    text-align: left;
    margin-bottom: 1rem;
    margin: 0.2rem 0;
    text-indent: 0.2rem;
  }
  .cctvfindvideo .wrap .wrap_video .wrap_show {
    width: 100%;
    height: 100%;
    margin: 1px;
  }
  /* 宣传视频 */
  .publicity_video {
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
    padding: 1.2rem 0.3rem 1.5rem 0.3rem;
  }
  .publicity_video .video_ .video_content {
    height: 100%;
  }
  .publicity_video .video_ {
    width: 100%;
  }
  .publicity_video .video_ .video_title {
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    height: 0.95rem;
    line-height: 0.95rem;
  }
  .publicity_video .video_ .video_content {
    margin: 0.47rem 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .publicity_video .video_ .video_content::after {
    content: "";
    width: 30%;
  }
  .publicity_video .video_ .video_content li {
    width: 48%;
    height:inherit;
    background-color: #373f60;
    margin-bottom: 0.44rem;
  }
  .publicity_video .video_ .video_content li p {
	         height: 0.9rem;
    font-size: 0.18rem;
    color: #fff;
   width: 96%;
    margin: 5px auto;
    
        line-height: 0.3rem;
    padding: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  .publicity_video .video_ .video_content li img {
    width: 100%;
    height:inherit;
  }
  .publicity_video .video_ #pagination_7 .whj_jqueryPaginationCss-1 .whj_border {
    margin: 0.05rem;
  }
  .publicity_video .video_ #pagination_7 .whj_jqueryPaginationCss-1 .whj_hoverDisable {
    display: inline-block;
  }
  .publicity_video .question {
    width: 100%;
  }
  .publicity_video .question .question_title {
    width: 100%;
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
    height: 0.95rem;
    line-height: 0.95rem;
    background-color: #1f2745;
  }
  .publicity_video .question .question_main {
    height: 12.77rem;
    background-color: #373f60;
    padding: 0 0.5rem;
    padding-top: 0.47rem;
    font-size: 0.18rem;
    color: #fff;
  }
  .publicity_video .question .question_content {
    width: 5.25rem;
    margin: 0 auto 0.6rem;
  }
  .publicity_video .question .question_ask {
    width: 100%;
   heigh
    line-height: 0.32rem;
    text-align: left;
  }
  .publicity_video .question .question_ask .question_ask_q {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .publicity_video .question .question_answer {
    width: 100%;
    padding: 0.1rem 0.22rem 0.3rem;
    line-height: 0.3rem;
    position: relative;
    background-color: #4a57fa;
  }
  .publicity_video .question .question_answer .question_answer_a {
    position: absolute;
    top: 0;
    left: -0.3rem;
    height: 0.32rem;
    width: 0.3rem;
    font-size: 0.2rem;
    background-color: #4a57fa;
    border-right: 1px solid #ccc;
    text-align: center;
  }
}/*# sourceMappingURL=shipin.css.map */







.pagelb {
TEXT-ALIGN: center;
    font-size: 16px;
    color: #999;
    float: left;
    margin-top: 0.6rem;
}
.pagelb a {
font-size: 16px;
    color: #999;
    margin: 0px 5px;
}
.pagelb a:hover {
COLOR: #fff;font-size: 16px;
}
.pagelb a:active {
COLOR: #999;font-size: 16px;
}

.pagelb select{color: inherit;
    font: inherit;
    margin: 0;
    margin-left: 0px;
    border: 1px solid #f8f6f6;
    margin-left: 10px;
    background: #f8f6f6;    }

