/* 招生公告 */
.news-container {
  padding: 5vh 0 2vh 0;
  background-color: #f6f6f6;
}

.news {
  max-width: 1280px;
  margin: 0 auto;
}

.news .news-list {
  padding: 20px 0;
}

.news .news-list ul {
  display: flex;
  flex-wrap: wrap;
}

.news .news-list ul li {
  display: flex;
  padding: 5px 0;
  width: 50%;
  border-bottom: 1px #ccc dotted;
}

/*.news .news-list ul li:last-child{border-bottom-width:0;}*/
.news .news-list ul li .image-box {
  width: 160px;
  flex-shrink: 0;
}

.news .news-list ul li .image-box img {
  width: 100%;
  object-fit: cover;
}

.news .news-list ul li .content-box {
  padding-left: 15px;
  flex-grow: 1;
}

.news .news-list ul li .title {
  display: block;
  font-family: "宋体", "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.65;
  color: #444;
  /* font-weight: bold; */
  text-align: justify;
}

.news .news-list ul li .title:hover {
  color: #800000;
}

.news .news-list ul li .summary {
  font-size: 16px;
  line-height: 1.5;
  color: #777;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .news-list ul li .detail {
  display: block;
  margin-top: 5px;
}

@media (max-width: 1340px) {
  .news-container {
    padding: 5vh 10px 2vh;
  }
}

@media (max-width: 500px) {
  .news .news-list ul li .image-box {
    width: 26%;
  }

  .news .news-list ul li .title {
    font-size: 14px;
    font-weight: normal;
  }

  .news .news-list ul li .summary {
    font-size: 14px;
  }
}

/* 认识长江 */
.video-container {
  padding: 2vh 0;
  background-color: #fbfbfb;
}

.videos {
  max-width: 1280px;
  margin: 0 auto;
}

.box-txtvideo {
  padding-top: 20px;
}

.video-box {
  position: relative;
  width: 40%;
}

.video-box .video-poster {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-txt {
  padding: 20px;
  width: 60%;
  background-color: #fff;
}

.video-txt .content {
  height: calc(100% - 10px);
  color: #777;
  overflow: hidden;
}
.video-txt .content p {
  font-family: "宋体", "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.video-txt .more {
  margin-top: 10px;
  display: block;
  text-align: right;
  color: #94070a;
}

.video-list ul {
  display: flex;
  flex-wrap: wrap;
}

.video-list li {
  padding: 15px;
  width: 25%;
  align-items: stretch;
}

.video-list .wrapper {
  display: flex;
  max-height: 12em;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 8px;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.video-list .wrapper:hover {
  box-shadow: 0 0 5px 1px rgba(255, 0, 0, 0.45);
}

.video-list li .image-box {
  flex-grow: 1;
  text-align: center;
}

.video-list li .image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-list li .image-box.qrcode {
  padding-top: 10px;
}

.video-list li .image-box.qrcode img {
  max-width: 120px;
  max-height: 120px;
}

.video-list li .content-box {
  margin-bottom: 0;
  flex-shrink: 0;
  height: 32px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-list li a {
  color: #555;
}

.video-more {
  text-align: right;
  padding: 10px 20px 0;
}

@media (max-width: 1340px) {
  .video-container {
    padding: 2vh 10px;
  }
}

@media (max-width: 1100px) {
}

@media (max-width: 850px) {
  .video-txt .content {
    height: calc(100% - 35px);
  }
}

@media (max-width: 768px) {
  .video-list li {
    padding: 10px;
    width: 33.33333%;
  }
}

@media (max-width: 600px) {
  .main-container .box-txtvideo.left,
  .main-container .box-txtvideo.right {
    flex-wrap: wrap;
  }

  .video-box {
    width: 100%;
  }

  .main-container .box-txtvideo.right .txt.video-txt {
    width: 100%;
    margin: 15px 0 0;
    padding-bottom: 0;
  }

  .video-txt .more {
    margin-top: 2px;
  }
}

@media (max-width: 500px) {
  .video-list li {
    width: 50%;
  }
}

/* 了解长江 */
.style_container {
  padding: 2vh 0;
  background-color: #f5f5f5;
}

.style_container .box {
  margin: 0 auto;
  max-width: 1280px;
}

.style_container .nav-nav {
  display: flex;
  justify-content: center;
}

.style_container .nav-nav .item {
  margin: 0 50px 0 0;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  background-color: #00b4bb;
  border: 4px #00b4bb solid;
  border-radius: 10px;
}

.style_container .nav-nav .item:last-child {
  margin-right: 0;
}

.style_container .nav-nav .item a {
  font-size: 34px;
  color: #fff;
}

.style_container .nav-body {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.style_container .nav-body a {
  display: block;
  width: 33%;
}
.style_container .nav-body .bg {
  /* width: 33%; */
  display: flex;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  filter: brightness(0.9);
}
.style_container .nav-body .bg:hover {
  filter: brightness(1);
}

.style_container .nav-body .bg img {
  width: 100%;
}

.style_container .nav-body .navs {
  width: 26%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}

.style_container .nav-body .navs .item {
  text-align: center;
  font-size: 22px;
  color: #fff;
}

.style_container .nav-body .navs .item a {
  display: block;
  padding: 12px 0;
  color: #fff;
}

.style_container .nav-body .navs .item.first {
  background-color: #3d7278;
  visibility: hidden;
}

.style_container .nav-body .navs .item.second {
  background-color: #f47320;
}

.style_container .nav-body .navs .item.thrid {
  background-color: #7bb03a;
  visibility: hidden;
}

.style_container .img-box {
  margin-top: 30px;
}

.style_container .img-box ul {
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  justify-content: space-between;
}

.style_container .img-box ul li {
  padding: 0 10px;
}

.style_container .img-box ul li .img {
  width: 100%;
  min-height: 60px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.style_container .img-box ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1340px) {
  .style_container {
    padding: 2vh 10px;
  }
}

@media (max-width: 1100px) {
  .style_container .img-box ul {
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }

  .style_container .img-box ul li {
    padding: 5px;
    width: 33.33333%;
  }
}

@media (max-width: 850px) {
  .style_container {
    padding: 10px 10px;
  }

  .style_container .nav-body {
    margin-top: 10px;
  }

  .style_container .img-box {
    margin-top: 15px;
  }
}

@media (max-width: 750px) {
  .style_container .nav-body .navs .item {
    font-size: 16px;
  }

  .style_container .nav-body .item.txt {
    margin: 0 10px;
    font-size: 16px;
    font-weight: bold;
  }

  .style_container .nav-body .bg {
    /* width: 36%; */
    min-height: 150px;
  }

  .style_container .nav-body .navs .item a {
    padding: 10px 0;
  }
}

@media (max-width: 600px) {
  .style_container .nav-body {
    position: relative;
  }

  /* .style_container .nav-body .bg {
    width: 50%;
    min-height: 200px;
  } */

  .style_container .nav-body .navs {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px 30px;
    width: 60%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.65);
  }

  .style_container .nav-body .navs .item {
    margin: 5px 0;
  }

  .style_container .img-box {
    padding: 0;
  }

  .style_container .img-box ul li {
    width: 50%;
  }
}

@media (max-width: 400px) {
  .style_container .nav-body .navs {
    width: 80%;
  }
}

/* 特色长江 */
.style2_container {
  padding: 2vh 0;
  position: relative;
  background-color: #f6f3ee;
}

.style2_container .box {
  margin: 0 auto;
  max-width: 1280px;
}

.style2_container .style2_box {
  margin: 30px -10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.style2_container .style2_box .item {
  padding: 10px;
  width: 33.33333%;
  align-self: stretch;
  display: flex;
  align-items: center;
}

.style2_container .style2_box .item.four {
  width: 25%;
}

.style2_container .style2_box .item a {
  display: block;
  padding: 20px 10px;
  width: 100%;
  height: 100%;
  font-size: 22px;
  line-height: 1.85;
  text-align: center;
  color: #fff;
}

@media (max-width: 1340px) {
  .style2_container {
    padding: 2vh 10px;
  }

  .style2_container .style2_box {
    margin-left: -5px;
    margin-right: -5px;
  }

  .style2_container .style2_box .item {
    padding: 5px;
  }
}

@media (max-width: 850px) {
  .style2_container .style2_box {
    margin: 10px -5px;
  }

  .style2_container .style2_box .item a {
    padding: 10px;
    font-size: 18px;
    line-height: 1.5;
  }
}

@media (max-width: 640px) {
  .style2_container .style2_box .item,
  .style2_container .style2_box .item.four {
    width: 50%;
  }

  .style2_container .style2_box .item a {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  .style2_container .style2_box .item a {
    font-size: 16px;
  }
}

/* 精彩长江 */
.style3_container {
  padding: 2vh 0;
  background-color: #dfefec;
}

.style3_container .box {
  margin: 0 auto;
  max-width: 1280px;
}

.style3_container .style3_box {
  margin: 20px -10px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.style3_container .style3_box .item {
  padding: 0 10px;
  width: 50%;
}

.style3_container .style3_box .header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.style3_container .style3_box .header .tit {
  display: flex;
}

.style3_container .style3_box .header .tit span {
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 24px;
  color: #94070a;
  font-weight: bold;
  border: 1px #ddd solid;
}

.style3_container .style3_box .header .more {
  font-size: 16px;
  color: #94070a;
}

.style3_container .style3_box .body {
  margin-top: 30px;
}

.style3_container .style3_box .body .bgimg {
  position: relative;
  width: 100%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.style3_container .style3_box .name {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.65);
}

.style3_container .style3_box .preview {
  margin: 10px -3px 0;
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.style3_container .style3_box .preview .li {
  display: flex;
  padding: 0 3px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  cursor: pointer;
}

.style3_container .style3_box .preview .li:last-child {
  margin-right: 0;
}

.style3_container .style3_box .preview .li.active {
  border-color: #00b4bb;
}

.style3_container .style3_box .preview .li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 2px transparent solid;
}

.style3_container .style3_box .preview .li.active img {
  border-color: #00b4bb;
}

.style3_container .style3_box .mediabg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
}

.style3_container .style3_box .media {
  display: flex;
  margin: 10px -3px 0;
  justify-content: space-between;
  align-items: stretch;
}

.style3_container .style3_box .media .li {
  padding: 0 3px;
}

.style3_container .style3_box .media .li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1340px) {
  .style3_container {
    padding: 2vh 10px;
  }
}

@media (max-width: 1200px) {
  .style3_container .style3_box .header .tit span {
    font-size: 20px;
  }

  .style3_container .style3_box .header .more {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .style3_container {
    padding: 10px;
  }

  .style3_container .style3_box {
    margin: 10px 0 0;
    flex-wrap: wrap;
    justify-content: center;
  }

  .style3_container .style3_box .item {
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
  }

  .style3_container .style3_box .body {
    margin-top: 20px;
  }
}

/* 招生专业 */
.style4_container {
  padding: 2vh 0;
  background-color: #fbfbfb;
}

.style4_container .box {
  margin: 0 auto;
  max-width: 1280px;
}

.style4_container .body {
  display: flex;
  margin: 10px -2px 5px;
  justify-content: space-between;
  align-items: stretch;
}

.style4_container .body .item {
  display: block;
  padding: 5px 2px;
  width: 20%;
  min-height: 140px;
}
.style4_container .body .item-last {
  display: none;
}

.style4_container .body .wrap {
  height: 100%;
  width: 100%;
  background-color: #f0f0f0;
}

.style4_container .body .item .header {
  display: block;
  width: 100%;
  min-height: 100px;
  filter: brightness(0.9);
}
.style4_container .body .item .header:hover {
  filter: brightness(1);
}

.style4_container .body .item .tit {
  padding: 8px 1px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background-color: #bf9f62;
  white-space: nowrap;
}

.style4_container .body .item .img {
  height: calc(100% - 35px);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.style4_container .body .item .img ul {
  padding-top: 30px;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 1s;
  background-color: #ccc;
  background-color: rgba(0, 0, 0, 0.65);
}

.style4_container .body .item:hover .img ul {
  visibility: visible;
  opacity: 1;
}

.style4_container .body .item .img li {
  padding: 5px 10px;
  color: #fff;
}

.style4_container .body .item .detail {
  margin-top: 5px;
  padding: 1px 4px;
}

.style4_container .body .item .detail ul {
  margin: 0 -1px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.style4_container .body .item .detail {
  padding-top: 15px;
  font-size: 12px;
  line-height: 1.1;
}

.style4_container .body .item .detail a {
  display: block;
  padding-bottom: 5px;
  width: 100%;
  color: #9b221e;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.style4_container .body .item .detail .cons {
  padding-left: 10px;
}

.style4_container .body .item .detail .cons .label {
  padding-top: 9px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #005fbc;
  border-top: 1px #ddd solid;
}

.style4_container .body .item .detail .cons .label:first-child {
  padding-top: 0;
  border-top: none;
}

.style4_container .body .item .detail .cons > div {
  padding-bottom: 4px;
}

.style4_container .body .item .detail .cons > div a {
  color: #333;
  font-weight: normal;
  white-space: normal;
}

.style4_container .body .item .detail span {
  display: inline-block;
  white-space: nowrap;
}

@media (max-width: 1340px) {
  .style4_container {
    padding: 2vh 10px;
  }
}

@media (max-width: 768px) {
  .style4_container {
    padding: 2vh 2px;
  }

  .style4_container .body {
    flex-wrap: wrap;
    margin-left: -2px;
    margin-right: -2px;
  }

  .style4_container .body .item {
    width: 33.333333%;
    padding: 4px 2px;
  }
  .style4_container .body .item-last {
    display: block;
  }

  .style4_container .body .item .detail {
    font-size: 10px;
  }
}

@media (max-width: 450px) {
  .style4_container .body .item {
    width: 100%;
    padding: 4px 2px;
  }
  .style4_container .body .item-last {
    display: none;
  }

  .style4_container .body .item .img ul {
    padding-top: 10px;
  }

  .style4_container .body .item .img ul li {
    padding: 2px;
  }

  .style4_container .body .item .detail {
    font-size: 8px;
  }
}

/* 实训条件 */
.style5_container {
  padding: 2vh 0;
  background-color: #fbfbfb;
}

.style5_container .box {
  margin: 0 auto;
  max-width: 1280px;
}

.style5_container .body {
  margin: 10px 0;
  display: flex;
  justify-content: space-between;
}

.style5_container .body .item {
  flex-grow: 1;
  min-height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.style5_container .body .item.bg {
  margin-right: 5px;
  width: 40%;
  flex-shrink: 0;
}

.style5_container .body .item .bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.style5_container .body .item.zixun {
  margin-left: 5px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.style5_container .body .item.zixun .txt {
  padding-bottom: 10px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #3d7278;
}

.style5_container .body .item.zixun .image {
  width: 100%;
  height: 100%;
}

.style5_container .body .item.zixun .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.style5_container .body .item.zixun .qrcode-box {
  padding-right: 10px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  background-color: #f0f0f0;
}

.style5_container .body .item.zixun .qrcode {
  margin-left: 10px;
  padding: 15px 15px 5px;
  background-color: #b2d6d8;
}

.style5_container .body .item.zixun .qrcode .txt {
  font-size: 14px;
  color: #222;
  text-align: center;
}

.style5_container .body .item.zixun .qrcode-box .name {
  padding-top: 10px;
  color: #3d7278;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.style5_container .body .item.zixun img {
  width: 100%;
}

.style5_container .body .item.bg .txt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 30px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.45);
}

@media (max-width: 1340px) {
  .style5_container {
    padding: 2vh 10px;
  }
}

@media (max-width: 1000px) {
  .style5_container .body .item.bg {
    width: 38%;
  }

  .style5_container .body .item.zixun .qrcode-box {
    padding: 0;
  }

  .style5_container .body .item.zixun .qrcode {
    padding: 0;
  }

  .style5_container .body .item.zixun .qrcode-box .name {
    padding: 0;
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .style5_container .body .item.bg .txt {
    font-size: 20px;
  }

  .style5_container .body .item.zixun .qrcode {
    padding: 10px 10px 0;
  }
}

@media (max-width: 768px) {
  .style5_container .body .item.bg {
    width: 45%;
  }
}

@media (max-width: 650px) {
  .style5_container .body {
    margin-top: 15px;
  }

  .style5_container .body .item {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
  }

  .style5_container .body .item.bg .txt {
    font-size: 16px;
  }

  .style5_container .body .item.zixun .txt {
    font-size: 16px;
  }

  .style5_container .body .item.zixun .qrcode-box {
    width: 50%;
  }

  .style5_container .body .item.bg {
    margin-right: 0;
    height: 30vh !important;
  }

  .style5_container .body .item.zixun {
    margin-left: 0;
  }

  .style5_container .body .item.zixun .qrcode-box .name {
    padding-top: 10px;
  }
}

@media (max-width: 450px) {
  .style5_container .body {
    flex-wrap: wrap;
    margin-top: 10px;
  }
}

/* 招生资讯 */
.style6_container {
  padding: 2vh 0;
  background-color: #dfefec;
}

.style6_container .box {
  margin: 0 auto;
  max-width: 1280px;
}

.style6_container .body {
  margin: 10px -5px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.style6_container .body .item {
  padding: 5px;
  width: 50%;
}

.style6_container .body .item .wrap {
  height: 100%;
  background-color: #f4f1ec;
}

.style6_container .body .item .tit {
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  color: #fff;
}

.style6_container .content {
  border-top: 10px #dfefec solid;
  padding: 15px;
  /* font-size: 20px; */
  /* line-height: 1.7; */
  /* text-align: center; */
  /* color: #3d7278; */
  /* background-color: #f4f1ec; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 220px;
  filter: brightness(0.9);
}
.style6_container .content:hover {
  filter: brightness(1);
}

@media screen and (max-width: 1200px) {
  .style6_container .content {
    height: 180px;
  }
}
@media screen and (max-width: 1000px) {
  .style6_container .content {
    height: 140px;
  }
}

.style6_container .content.content2 {
  text-align: left;
}

.style6_container .content p {
  margin-bottom: 10px;
}

.style6_container .content p span {
  display: inline-block;
  margin-right: 5px;
}

.style6_container .btns {
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.style6_container .btns .item {
  padding: 5px;
  width: 33.33333%;
}

.style6_container .btns .more {
  display: flex;
  padding: 18px 0;
  height: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
}

.style6_container .more:hover {
}

@media (max-width: 1440px) {
}

@media (max-width: 1340px) {
  .style6_container {
    padding: 2vh 10px;
  }
}

@media (max-width: 800px) {
  .style6_container .body {
    margin-bottom: 0;
  }

  .style6_container .body .item .tit {
    padding: 5px 0;
    font-size: 16px;
  }

  .style6_container .content {
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    border-top-width: 5px;
  }
}

@media (max-width: 600px) {
  .style6_container .content {
    font-size: 14px;
  }

  .style6_container .btns .more {
    font-size: 14px;
    padding: 10px 0;
  }
}

/* 咨询热线 */
.bm_container {
  padding: 2vh 10px;
  background-color: #fbfbfb;
}

.bm_container .box {
  display: flex;
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
}

.bm_container .infos {
  font-size: 14px;
  line-height: 1.65;
  /* color: #005fbc; */
  font-family: "宋体", "Microsoft YaHei", Tahoma, Helvetica, Arial, sans-serif;
}

.bm_container .infos p {
  margin-bottom: 15px;
}
.bm_container .infos a {
  color: #005fbc;
  text-decoration: underline;
}

.bm_container .infos p span {
  display: inline-block;
}

.bm_container .infos img {
  height: 26px;
  vertical-align: text-top;
}

.bm_container .btns {
  padding: 0 10px;
  width: 300px;
  text-align: center;
}

.bm_container .btns .more {
  display: inline-block;
  padding: 10px 30px;
  font-size: 30px;
  color: #fff;
  background-color: #94070a;
  border: 1px #94070a solid;
}

.bm_container .btns .more:hover {
  color: #94070a;
  background-color: #fff;
}

@media (max-width: 1440px) {
  /* .bm_container .infos {
    font-size: 24px;
  } */

  .bm_container .infos p.bm_item {
    font-size: 24px;
  }
}

@media (max-width: 1280px) {
}

@media (max-width: 800px) {
  .bm_container .box {
    padding-left: 0;
    padding-right: 0;
  }

  /* .bm_container .infos {
    font-size: 20px;
  } */

  .bm_container .infos p.bm_item {
    font-size: 18px;
  }

  .bm_container .infos img {
    height: 20px;
  }

  .bm_container .btns {
    padding-right: 0;
  }

  .bm_container .btns .more {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  /* .bm_container .infos {
    font-size: 16px;
  } */

  .bm_container .infos p.bm_item {
    font-size: 14px;
  }

  .bm_container .infos img {
    height: 20px;
  }

  .bm_container .infos p {
    margin-bottom: 10px;
  }

  .bm_container .btns {
    width: 230px;
  }

  .bm_container .btns .more {
    font-size: 16px;
  }
}

@media (max-width: 450px) {
  .bm_container .box {
    flex-wrap: wrap;
  }

  .bm_container .infos {
    width: 100%;
    line-height: 1.5;
  }

  .bm_container .btns {
    padding-top: 30px;
    width: 100%;
  }
}

/* 新增底部二维码 */
.infos-qr {
  /* width: 200px;
  height: 220px; */
}
.infos-qr img {
  width: 150px;
  height: 150px;
}
.infos-qr p {
  text-align: center;
  /* color: #005fbc; */
  /* padding: 10px 0; */
}

@media screen and (max-width: 1000px) {
  .style5_container .shixunhe {
    height: 400px;
  }
  .infos-qr img {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 850px) {
  .style5_container .shixunhe {
    height: 360px;
  }
  .style6_container .content {
    height: 120px;
  }
  .infos-qr img {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 730px) {
  .style5_container .shixunhe {
    height: 320px;
  }
  .style6_container .content {
    height: 110px;
  }
  .infos-qr img {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 600px) {
  .style5_container .shixunhe {
    height: 280px;
  }
  .style6_container .content {
    height: 100px;
  }
  .infos-qr img {
    width: 60px;
    height: 60px;
  }
  .infos-qr p {
    font-size: 12px;
  }
}
@media screen and (max-width: 560px) {
  .style6_container .content {
    height: 90px;
  }
}
@media screen and (max-width: 500px) {
  .style6_container .content {
    height: 80px;
  }
}
@media screen and (max-width: 450px) {
  .style6_container .content {
    height: 70px;
  }
}
@media screen and (max-width: 400px) {
  .style6_container .content {
    height: 60px;
  }
}
