.top{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.top>img{
    width: 100%;
}
.top-nr{
    width: 1280px;
   position: absolute;
   top: 30px;
   left: 50%;
   margin-left: -430px;
}
.lm1{
    width: 1280px;
    margin: 0 auto;
    padding: 45px 0 20px;
    
    text-align: center;
}
.lm1 h1{
  color: #cb1c1d;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4;
}
.lm1 p{
  font-size: 0;
    margin: 10px auto 0 auto;
}
.lm1 p a{
  color: #cb1c1d;
  margin: 0 6px;
  font-size: 16px;
}
.lm2{
    width: 1280px;
    margin: auto;
}
.lm2-l{
    width: 768px;
    height: 449px;
    float: left;
    position: relative;
}
.gundong1{
    width: 100%;
    height: 100%;
}

.gundong1-nr{
    width: 100%;
    height: 100%;
    position: relative;
}
.gundong1-nr img{
    width: 100%;
    height: 400px;
}
.gundong1-nr p{
    background: #bd2a27;
    height: 50px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    z-index: 1;
   
}

.gundong1-nr p span{
    display: inline-block;
    width: 80%;
    margin-left: 2%;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-top: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #fff;
    font-family: SimSun;
}

.gundong1-fy {
    position: absolute;
    right: 20px;
    text-align: center;
    bottom: 18px;
}
.gundong1-fy .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-left: 10px;
  background: #fff;
  -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.gundong1-fy .swiper-active-switch {
   background: #efe2a3;
}
.gundong1-prev {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -40px;
    width: 25px;
    height: 41px;
    z-index: 99999;
    background: url(../images/hns-xbh230407-bj3.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
}
.gundong1-next {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -40px;
    width: 25px;
    height: 41px;
    z-index: 99999;
    background: url(../images/hns-xbh230407-bj4.png) no-repeat;
    background-size: 100% 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    opacity: 0;
}
.lm2-r{
  width: 495px;
  float: right;
}
.lh_list1 {
  width: 100%;
  overflow: hidden;
}

.lh_list1 li {
  background: #f0e9e3;
  width: 443px;
  height: 67px;
  padding: 6px 20px 6px 20px;
  position: relative;
  margin-bottom: 1px;
  font: normal 20px/33px "Microsoft YaHei";
  color: #000;
  border-left: 12px solid #f0e9e3;
  display: table;
}

.lh_list1 li div {
  display: table-cell;
  vertical-align: middle;
}

.lh_list1 li a:link, .lh_list1 li a:visited {
  color: #000;
}

.lh_list1 li a:hover,.lh_list1 li:hover,.lh_list1 li:hover a,.lh_list1 li:hover a.red {
  color: #fff;
}

.lh_list1 li a:hover {
  text-decoration: underline;
}

.lh-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.lh-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b7967e;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.lh-bounce-to-right:hover,.lh-bounce-to-right:focus,.lh-bounce-to-right:active {
  border-left: 12px solid #c20317;
  color: #fff;
 
}

.lh-bounce-to-right:hover:before,.lh-bounce-to-right:focus:before,.lh-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.lh_list1 li.active a {
  color: #fff;
}
.lm3{
  width: 1246px;
  margin: 0 auto;
  margin-top: 40px;
}
.dabeij{
  background: #f9f7f1;
}
.lm3-t{
  text-align: center;
}
.lm3-x{
  margin-top: 20px;
  overflow: hidden;
}
.lm3-x ul li{
    height: 54px;
    line-height: 54px;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #d2d2d2;

}
.lm3-x ul li a{
    display: inline-block;
    float: left;
    max-width: 1000px;
    overflow: hidden;
    font-size: 18px;
    color: #434343;
    margin-left: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lm3-x ul li a i{
    display: inline-block;
    float: left;
    font-size: 28px;
    font-weight: bold;
    color: #bd2a27;
    margin-right: 8px;
    line-height: 50px;
}
.lm3-x ul li em{
    display: inline-block;
    float: right;color: #a0a0a0;
    font-size: 14px;
    margin-right: 15px;
}
.lm3-x ul li a:hover{
    color: #cb1c1d;
}
.lm4-x{
  margin-top: 20px;
  text-align: center;
}
.lm4-x img{
  width: 100%;
}
.lm5-x{
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.lm5-x-t img{
  width: 100%;
}
.lm5-x-m{
  margin-top: 20px;
  overflow: hidden;
}
.lm5-x-m ul li{
  float: left;
    width: 390px;
    height: 226px;
    margin-left: 15px;
}
.lm5-x-m ul li img{
  width: 100%;
  height: 100%;
}
.lm5-x-m li:first-child {
    margin-left: 0;
}
.zlzx-wrap {
  padding: 40px 0 40px;
}

.zlzx-wrap .list-zlzx {
  font-size: 0;
  text-align: center;
}

.zlzx-wrap .list-zlzx li {
  display: inline-block;
  vertical-align: top;
  width: 299px;
  height: 133px;
  text-align: center;
  border-right: 1px solid #e08384;
}

.zlzx-wrap .list-zlzx li:last-child {
  border: 0;
}

.zlzx-wrap .list-zlzx li .img-zl-1 {
  margin-top: 12px;
}

.zlzx-wrap .list-zlzx li .img-zl-2 {
  display: none;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.zlzx-wrap .list-zlzx li:hover .img-zl-2 {
  display: inline-block;
  margin-top: -5px;
}

.zlzx-wrap .list-zlzx li:hover .img-zl-1 {
  display: none;
}

.erji {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.dqwz{
    width: 100%;
    height: 52px;
    line-height: 52px;
}
.dqwz h2 {
    height: 52px;
    line-height: 52px;
    font-size: 14px;
    color: #000000;
    font-weight: 100;
    padding-left: 25px;
    background:url(../images/hnlh20230111-bj37.png) 0 40%  no-repeat ;
}
.dqwz h2 a{
    color: #000;font-weight: bold;
}
.dqwz h2 a:hover{
    color: #f60;
}
.lmmc{
    width: 100%;
}
.lmmc span{
    display: inline-block;
    font-size: 24px;
    line-height: 32px;
    color: #cc0001;
}
.lmlb{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.lmlb li{
    width: 100%;
    float: left;
    line-height: 36px;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}
.lmlb li a{
    display: inline-block;
    font-size: 20px;
    color: #525252;
    float: left;
    line-height: 36px;
    max-width: 800px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lmlb li a:hover{
    color: #f60;
}
.lmlb li p{
    display: inline-block;
    float: right;
    font-size: 14px;
    color: #9E9E9E;
}
.page{
    padding: 20px 0 30px 0;
    text-align: center;
}
.xly{
    border:1px solid #ddd;
}
.zx-xxxqy {
    width: 96%;
    margin: 0 auto;
    border-bottom:1px solid #535353;
    padding: 15px 0 5px 0;
}

.zx-xxxqy  h2 {
    display: block;
     font-size: 30px;
    text-align: center;
    line-height: 42px;
}
.ty-p1 {
    color: #333;
    font-size: 14px;
    height: 32px;
    margin-top: 5px;
    line-height: 32px;
}
.ty-p1>span {
    display: inline-block;
    line-height: 32px;
    vertical-align: top;
    float: left;
}
.ty-p1>span.zx-zihao {
    float: right;
    padding-left: 23px;
}
.zx-zihao-xiao, .zx-zihao-zhong, .zx-zihao-da {
    cursor: pointer;
}
.zx-xxxqy-nr {
    margin-top: 30px;
    padding: 0 20px 20px 20px;
}
.zx-xxxqy-nr>p {
    text-indent: 2em;
    line-height: 24px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #333;
}
.zx-xxxqy-nr img{
    max-width: 100%;
}
.info_ewm
{clear:both;padding:30px 0 25px;text-align:center; color:#999; line-height:25px;width: 165px;margin: 0 auto;}
.info_ewm #Canvas{margin: 0 auto;}


.lm6-x{
  margin-top: 20px;
  overflow: hidden;
}
.lm6-x ul li{
    height: 54px;
    line-height: 54px;
    float: left;
    width: 605px;
    border-bottom: 1px dashed #d2d2d2;
    margin-left: 36px;
}
.lm6-x ul li a{
    display: inline-block;
    float: left;
    max-width: 100%;
    overflow: hidden;
    font-size: 18px;
    color: #434343;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lm6-x ul li a i{
    display: inline-block;
    float: left;
    width: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #bd2a27;
    margin-right: 5px;
    line-height: 50px;
}
.lm6-x ul li em{
    display: inline-block;
    float: right;color: #a0a0a0;
    font-size: 14px;
    margin-right: 15px;
}
.lm6-x ul li a:hover{
    color: #cb1c1d;
}

