::-webkit-scrollbar {
  display: none;
}

.clear {
  clear: both;
}

.bor_b {
  position: relative;
}

/* .bor_b:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
  transform: scaleY(0.5);
} */

.wrap_banner,
.wrap_banner img {
  width: 100%;
}

.wrap_video {
  position: relative;
  width: 100%;
  /*height: 1.2rem;*/
}

.wrap_video span {
  position: absolute;
  right: 0.1rem;
  bottom: 0.1rem;
  padding: 0.04rem 0.1rem;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}

.wrap_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slides {
  width: 100%;
  height: 100%;
}

.slide_img,
.slide_img img {
  width: 100%;
  height: 1.6rem;
}

.loadMore {
  display: block;
  margin: 0.1rem auto;
  width: 100%;
  text-align: center;
  font-size: 13px;
  color: #984f07;
  overflow: hidden;
  clear: both;
  cursor: pointer;
  z-index: 999;
}

.nav {
  display: block;
  white-space: nowrap;
  width: 100%;
  height: 0.32rem;
  background: linear-gradient(to bottom, #e60012, #a51212);
  display: flex;
  align-items: center;
}

.nav li {
  position: relative;
  display: inline-block;
  padding: 0;
  height: 100%;
  vertical-align: top;
  text-align: center;
  line-height: 0.32rem;
  font-size: 14px;
  color: #fff;
  flex: 1;
}

.nav li.active {
  background: #fff;
  color: #E60012;
  font-weight: bold;
}

.nav li.active.blue {
  color: #1976D2;
}

.nav li:last-child:after {
  border: none;
}

.cont {
  width: 100%;
  padding: 0 15px;
  overflow-y: auto;
}









/*详情页*/
.wrap_detail {
  width: 1200px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

.deta_tit {
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: 400;
  font-size: 24px;
}

.deta_info {
  margin-bottom: 18px;
  line-height: 20px;
  font-size: 0;
}

.deta_info span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #8c8c8c;
}

.deta_cont {
  width: 100%;
  padding-bottom: 0.1rem;
  font-size: 16px;
  color: #3e3e3e;
  word-wrap: break-word !important;
}

.data_cont iframe {
  width: 100%;
  height: 500px;
}

.deta_cont p {
  clear: both;
  min-height: 1em;
  line-height: 1.75em;
  margin-bottom: 1.2em;
  /* text-indent: 2em; */
  box-sizing: border-box;
}

.deta_cont img {
  height: auto !important;
  display: block;
  margin: 0 auto !important;
  max-width: 100% !important;
}

.deta_cont .blue {
  color: #1976d2;
}

.blue {
  color: #1976D2 !important;
}

.back_top {
  position: fixed;
  right: 0.1rem;
  bottom: 0.15rem;
  width: 0.4rem;
  height: 0.4rem;
  background: url(../images/back_top.png) no-repeat center;
  background-size: 0.38rem auto;
}

.wrap_cont {
  width: 100%;
  overflow: hidden;
}



.main_tit::before {
  content: '';
  display: none;
  width: 8px;
  height: 28px;
  background: #E22317;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.main_tit a {
  display: flex;
  padding: 0 15px;
  font-size: 14px;
}


.video .list_item dt {
  position: relative;
}

.video .list_item dt:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url(../images/video.png) no-repeat center;
  background-size: 50px auto;
}

.line {
  clear: both;
  width: 100%;
  height: 8px;
  background: #f5f6f7;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

.top {
  margin-top: 40px;
  width: 100%;
  padding: 25px 80px;
  border: 2px solid #ffe4bb;
  box-shadow: 0 3px 3px #ffe4bb;
  border-radius: 15px;
}

.top h4 {
  font: bold 36px/72px "Microsoft YaHei";
  text-align: center;
  color: #e60012;
}

.top p {
  margin-top: 15px;
  font: 18px/36px "Microsoft YaHei";
  color: #666;
}

.text_list {
  /* float: left; */
  /* margin: 20px 0; */
  width: 100%;
  /* padding: 0 15px; */
}

.text_list li {
  float: left;
  width: 50%;
  padding-right: 10px;
  height: 60px;
  font: 18px/60px "Microsoft YaHei";
  overflow: hidden;
  background: url(../images/il.png) no-repeat 3px center;
  padding-left: 25px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #111;
  cursor: pointer;
}

.text_list li:hover {
  color: #E60012;
}

.img_slide {
  width: 100%;
  height: 550px;
}

.img_slide li {
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.img_slide3 {
  width: 100%;
  height: 250px;
  padding-top: 20px;
  overflow: hidden;
}

.flex-viewport,
.flex-viewport ul,
.flex-viewport li {
  height: 100%;
  width: 100%;
}

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
}

.flex-control-nav {
  bottom: 50px;
}

.flex-control-nav li {
  display: inline-block;
  margin: 0 10px;
}

.flex-control-paging li a {
  background: #fff;
  border-radius: 50%;
}

.flex-control-paging li a.flex-active {
  background: #E60012;
}

.img_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.img_slide3 li .img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.img_slide3 li .img>img {
  width: 100%;
}

.img_slide3 li>p {
  line-height: 1.6;
  text-align: center;
  padding-top: 5px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.img_slide3 li:hover>p {
  color: #E60012;
}

.img_slide .flex-viewport li {
  position: relative;
  width: 100%;
}

.img_slide li p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.mr_frbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 31px;
}

.mr_frBtnL {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1000;
  margin-top: -23px;
  height: 46px;
  width: 28px;
}

.mr_frUl {
  float: left;
  height: 100%;
  width: 100%;
}

.mr_frBtnR {
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1000;
  margin-top: -23px;
  cursor: pointer;
  width: 28px;
  height: 46px;
}

.mr_frUl ul li {
  display: inline;
  float: left;
  margin-left: 25px;
  width: 325px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.mr_frUl ul li:hover {
  opacity: 0.8;
}





@media only screen and (min-width:640px) {


  /* .line{ display: none;} */
  .wrap_video {
    display: none;
  }

  .container {
    margin: auto;
    width: 1200px;
    min-height: 600px;
    padding: 20px 30px;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 18px 2px #FACCC9;
  }

  .wrap_cont {
    height: auto;
  }



  .nav li {
    /*width: 20%;*/
    flex: 1;
    font-size: 20px;
    height: 50px;
    line-height: 46px;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
  }

  .nav li:after {
    border-right: 2px solid #ccc;
  }

  .list_item {
    cursor: pointer;
  }

  .list_item dt {
    width: 100%;
    height: 1rem;
  }

  .list_item dd p {
    font-size: 18px;
    font-weight: bold;
  }

  .list_item dd p {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
  }

  .bor_b:last-child::after {
    display: none;
  }

  .bor_b:after {
    transform: scaleY(1);
  }

  .list_item dd span {
    display: block;
    max-height: 56px;
    overflow: hidden;
    font-size: 14px;
    color: #999;
  }

  .loadMore {
    font-size: 16px;
    margin-bottom: 0;
  }


  .deta_tit {
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #d1d1d1;
  }


  .main_tit h4 {
    font-weight: bolder;
  }

  .img_slide3 li>p {
    height: 55px;
  }

  .pc-main {
    display: flex;
    justify-content: space-between;
    height: 378px;
    overflow: hidden;
    align-items: center;
    padding: 0 30px;
  }

  .pc-main .img_slide {
    width: 50%;
    height: 100%;
  }

  .pc-main section {
    width: 50%;
    height: 100%;
    padding: 0 10px;
  }

  .pc-main .main_tit {
    display: none;
  }

  .pc-main .list_item dt {
    width: 200px;
    height: 100px;
  }



}

@media only screen and (max-width:640px) {
  .wrap_video {
    position: fixed;
    top: 0;
    z-index: 10000;
  }

  .wrap_cont {
    padding-top: 1.9rem;
  }


  .nav {
    position: fixed;
    top: 1.6rem;
    width: 100%;
    z-index: 100000;
    border-bottom: 1px solid #eee;
  }











  .top {
    margin: 15px;
    width: auto;
    padding: 15px 25px;
  }

  .top h4 {
    font: bold 16px/22px "Microsoft YaHei";
  }

  .top p {
    font: 12px/20px "Microsoft YaHei";
  }

  .text_list {
    margin: 10px 0;
  }

  .text_list li {
    float: none;
    width: 100%;
    height: 34px;
    font: 14px/34px "Microsoft YaHei";
  }

  .img_slide {
    height: 1.5rem;
  }

  .img_slide li p {
    height: 30px;
    font-size: 14px;
    line-height: 30px;
  }

  .flex-direction-nav {
    display: none;
  }

  .flex-control-nav {
    bottom: 30px;
  }

  .flex-control-nav li {
    margin: 0 5px;
  }

  .flex-control-nav li a {
    width: 10px;
    height: 10px;
  }



  /* .main_tit::before {
    left: 0.15rem;
    width: 0.04rem;
    height: 0.14rem;
  } */

  .img_slide3 {
    padding-top: 0.06rem;
    height: 1.5rem;
    margin-bottom: 0.1rem;
  }

  .img_slide3 li .img {
    height: 1.1rem;
  }

  .mr_frbox {
    padding: 0 0.2rem;
  }

  .mr_frUl {
    overflow: hidden;
  }

  .mr_frUl ul li {
    margin-left: 0.1rem;
    width: 1.25rem;
  }

  .img_slide3 li p {
    padding-top: 0;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .mr_frBtnL {
    left: 5px;
    width: 20px;
    height: auto;
  }

  .mr_frBtnR {
    right: 5px;
    width: 20px;
    height: auto;
  }

  .wrap_detail {
    width: 95vw;
    margin: 0 auto;
    padding: 0.15rem;
    margin-top: -1.2rem;
    background-color: #fff;
    font-family: -apple-system-font, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  }

  .deta_cont iframe {
    height: 2.1rem !important;
  }

  .deta_tit {
    font-size: 0.18rem;
  }
}