@charset "utf-8";

@font-face {
  font-family: am;
  src: url("../font/AMITABOLD.TTF");
}

#header {
  /* position: relative; */
}

.header_box_li #header::before {
  /* background: #bd0101; */
  /* height: 100%; */
}

body {
  background: none;
}

.ban {
  width: 100%;
  position: relative;
}

.ban .scale {
  position: relative;
}

.ban .imged {
  padding-bottom: 24%;
}

.ban .nbg .imged {
  padding-bottom: 30%;
}

.ban .imged:after {
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  height: 50%;
}

.ban .yjlm {
  position: absolute;
  left: 0%;
  z-index: 10;
  bottom: 0;
  width: 100%;
  padding-top: 2rem;
}

.ban .yjlm2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/ban-shad.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
  left: 0;
  bottom: 0;
}

/* .ban .yjlm2::after{width: 0.4rem;height: 1px;background: #fff;bottom: 0.25rem;} */
.ban .yjlm h3 {
  font-size: 0.4rem;
  color: #fff;
  padding-bottom: 0.2rem;
  line-height: 1.15;
}

.ban .yjlm2 h3::before {
  content: "";
  position: absolute;
  width: 0.89rem;
  height: 0.37rem;
  background: url(../images/ntit.png) no-repeat;
  background-size: 100%;
  left: -0.3rem;
  top: -0.2rem;
}

.ban .yjlm2 h3::after {
  width: 0.25rem;
  height: 0.03rem;
  background: #fff;
}

.local {
  justify-content: space-between;
  align-items: flex-start;
  /* justify-content: flex-end; */
  padding-bottom: .35rem;
}

.adress a, .adress {
  font-size: 0.16rem !important;
  color: #fff;
}

.adress {
  background: url(../images/home.png) no-repeat left center;
  padding-left: 0.25rem;
  line-height: 0.3rem;
  background-size: auto .16rem;
}

.adress a {
  padding: 0 0.05rem;
  transition: .5s;
}

.adress a:hover {
  color: #e2be8f
}

.inner .wp, .ban .wp {
  width: 15rem;
}

/*  */
.yjlm3 .ejlm_pc {
  padding-bottom: .1rem;
}

.ejlm_pc {
  width: 100%;
  padding-bottom: 0.25rem;
}

.ejlm_pc ul {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}

.ejlm_pc ul li {
  height: .5rem;
  display: flex;
  align-items: center;
  /* padding: 0 .15rem; */
  position: relative;
  /* flex: 1; */
}

.ejlm_pc ul li>a {
  color: #fff;
  transition: 0.5s;
  font-size: .2rem;
  display: block;
  line-height: 0.24rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 .15rem;
}

.ejlm_pc ul li:last-child a {
  border-right: none;
}

.ejlm_pc ul li:first-child a {
  padding-left: 0
}

.ejlm_pc .sub {
  position: absolute;
  top: 100%;
  background: rgb(255, 255, 255);
  width: auto;
  left: 35%;
  z-index: 10000;
  transform: translateX(-50%) scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease 0s;
  transform-origin: center top;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 10px;
  min-width: 1.6rem;
  padding: .1rem 0;
}

.ejlm_pc ul li:hover .sub {
  transform: translateX(-50%) scaleY(1);
  visibility: visible;
  opacity: 1;
}

.ejlm_pc .sub a {
  line-height: 0.35rem;
  font-size: 0.18rem;
  color: #333;
  display: block;
  text-align: center;
  padding-left: 0;
}

.ejlm_pc .sub a:hover {
  background: #9a0000;
  color: #fff;
}

.ejlm_pc ul li.active>a, .ejlm_pc ul li:hover>a {
  /* color: #9a0000; */
  /* border-bottom: 1px solid #fff; */
  text-decoration: underline;
}




/* 手机内页二级导航 */
.wrap_ph {
  margin-top: 0.3rem;
  display: none;
}

.wrap_ph h2 {
  width: 100%;
  color: #fff;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.26rem;
  padding: 0 0.2rem;
  background: #9a0000;
}

.wrap_ph h2:after {
  position: absolute;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../images/cd.svg) no-repeat right center/cover;
  left: auto;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}

.wrap_ph ul {
  padding: 0.1rem 0.2rem 0.2rem;
  display: none;
  box-shadow: 0px 0.1rem 0.3rem 0px rgba(69, 10, 66, 0.11);
  background: #fff;
}

.wrap_ph li {
  font-size: 0.18rem;
  line-height: 0.34rem;
  font-family: hel-bold;
}

.wrap_ph li a {
  transition: 0.5s;
  display: block;
  color: #333;
}

.inner .wrap_ph {
  display: none;
}

.wrap_ph li h3 {
  position: relative;
  padding: 0.05rem 0;
}

.wrap_ph li.active h3 a {
  color: #9a0000;
}

.wrap_ph i {
  opacity: 1;
  display: inline-block;
  width: .34rem;
  height: .3rem;
  display: inline-block;
  background: url(../images/arrow_down.svg) center no-repeat;
  background-size: 0.15rem 0.15rem !important;
  position: absolute;
  display: block;
  right: 0;
  top: 0.02rem;
  transition: 0.5s;
}

.wrap_ph i.on {
  transform: rotate(-90deg);
}

.wrap_ph dl {
  display: none;
  padding-left: 0.25rem;
}

.wrap_ph dl h4 {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666;
  position: relative;
}

.wrap_ph .box {
  display: none;
  padding-left: 0.15rem;
}

.wrap_ph .box a {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #666 !important;
  display: block;
}

.wrap_ph .box a:hover {
  color: #9a0000;
}

.js_tx_video_container {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 1500px) {}

.inner {
  padding: 0rem 0 1rem;
  /* overflow: hidden; */
  background: url(../images/welcome-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

.content_bd {
  height: 100%;
  background: #fff;
  padding: .5rem;
}

.inner_right{
  height: 100%;
  overflow-y: auto;
}

.inner::after {
  width: 100%;
  height: 7.45rem;
  background: url(../images/innbg.png) no-repeat bottom;
  background-size: 100%;
  bottom: 0rem;
}

.ser .a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .5s;
  position: relative;
  height: .36rem;
  width: 100%;
  padding: 0 0.15rem;
  border-radius: 0.18rem;
  border: 1px solid #9a0000;
  margin-bottom: 0.5rem;
}

.ser .input {
  width: calc(100% - .16rem);
  height: 100%;
  padding: 0 0.1rem 0 0rem;
  font-size: .16rem;
  color: #333333;
  line-height: .3rem;
}

.ser button {
  width: 0.16rem;
}




.nysubnav a {
  line-height: 0.36rem;
  font-size: .16rem;
  display: block;
}

.nysubnav a.on, .nysubnav a:hover {
  color: #9a0000;
  font-weight: bold;
}

.nysubnav h4 a {
  justify-content: space-between;
  align-items: center;
  line-height: 1.4;
  padding: .1rem 0;
}

.nysubnav .p.on a {
  font-weight: bold;
}

.nysubnav .box {
  padding-left: .2rem;
  display: none;
}

.nysubnav .box a {
  display: block;
  color: #333;
}

.nysubnav .p.on .box {
  display: block;
}





.inner_right .lm_top h3 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #9a0000;
  /* margin-bottom: .1rem; */
  width: 100%;
}

.inner_right .lm_top .adress {
  /* display:none */
}

.lm_top .adress {
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.5;
  padding-left: 0.3rem;
  background-size: 0.21rem;/
}

.lm_top .adress a {
  color: #fff;
  transition: 0.5s;
}

.inner .wp {
  align-items: flex-start;
}

.adress span {
  display: inline-block;
  padding: 0 0.05rem;
  opacity: .7;
  font-size: .18rem;
}

.inner_right .lm_top .adress a:hover {
  opacity: .8;
}

/*  内容页*/

.new-cont h2 {
  font-size: 0.36rem;
  color: #333;
  line-height: 1.5;
  margin: 0rem 0 .23rem;
  font-weight: 600;
  text-align: center;
}

.new-cont .cont-tit {
  justify-content: center;
  font-size: 0.14rem;
  color: #8D8D8D;
  align-items: center;
  padding-bottom: 0.4rem;
  border-bottom: 1px solid #eee;
  margin-bottom: 0.4rem;
  display: flex;
  flex-wrap: wrap;
}

.new-cont .cont-tit span {
  font-size: 0.14rem;
  color: #8D8D8D;
  line-height: 1.5;
  align-items: center;
  padding: 0 0.16rem;
}

.new-cont .conttime span img {
  display: inline-block;
  margin-right: 0.1rem;
  width: 0.17rem;
}



.new-cont .cont p {
  font-size: 0.18rem;
  color: #333;
  line-height: 2 !important;
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 0.1rem;
  word-break: break-all;
}

.new-cont .cont p span {
  font-size: 0.18rem;
  color: #333;
  line-height: 2;
}

.article .cont * {
  font-size: .16rem !important;
  color: #333;
  line-height: 2 !important;
  font-family: "Microsoft YaHei" !important;
}

.new-cont .cont img, .new-cont .cont video {
  display: block;
  margin: 0.1rem auto !important;
  max-width: 100%;
  height: auto !important;
  border: 0 !important;
  width: 550px;
}

.new-cont .cont iframe {
  display: block;
  margin: 0.1rem auto !important;
  max-width: 100%;
}

.new-cont table {
  font-size: 0.16rem;
  max-width: 98% !important;
  margin: 0 auto;
  border-collapse: collapse;
  table-layout: auto !important;
}

.new-cont table td {
  padding: 5px 10px;
  line-height: 30px;
}

.new-cont table td p {
  text-indent: 0em !important;
  margin-bottom: 0 !important;
}



.pages {
  margin-top: 0.5rem;
  align-items: center;
  padding-top: 0.3rem;
  border-top: 1px solid #ddd;
}

.new_miew .con {
  flex: 1;
  min-width: 0;
  padding-right: 0.1rem;
}

.new_miew h4 {
  font-weight: bold;
  color: #9a0000;
  font-size: 0.2rem;
  margin-bottom: 0.2rem;
}

.pages p {
  font-size: 0.16rem;
  color: #999;
  line-height: 2;
  margin-bottom: 0.05rem;
  display: flex;
  flex-wrap: wrap;
}

.pages p a {
  transition: 0.5s;
  color: #333;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  min-width: 0;
}

.pages p:hover a {
  color: #9a0000;
}

.new_miew h6 a {
  display: block;
  width: 1.1rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  color: #fff;
  font-size: 0.14rem;
  background: #debd91;
}




@media(max-width: 1024px) {
  .new-cont h3 {
    font-size: .24rem;
    line-height: 1.5;
  }

  .new_miew {
    margin-top: .3rem;
  }

  .cont p {
    margin-bottom: .1rem;
  }

  .social-share {
    display: none;
  }

  .new_miew .con {
    flex: none;
    width: 100%;
    padding-right: 0;
  }

  .new-cont h2 {
    font-size: .2rem;
  }
  .new-cont .cont p{
    font-size:.16rem;
    line-height:.3rem;
  }
}






@media screen and (max-width:1024px) {
  .inner {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .w-head {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }

  .w-bq {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .content_bd {
    box-sizing: border-box;
    padding: .3rem .15rem;
    width: calc(100% - .4rem);
    margin: 0 auto;
  }

  .content_bd * {
    box-sizing: border-box;
  }
}