/* 全局重置样式 */
* {
  box-sizing: border-box;
}
/* 基础元素重置 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
a {
  text-decoration: none;
}
/* 2. HTML5元素显示修复
============================================================================= */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 3. 表单元素重置
============================================================================= */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/* 4. 响应式图片和媒体元素
============================================================================= */
img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
svg:not(:root) {
  overflow: hidden;
}
/* 5. 打印样式
============================================================================= */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* 6. 字体和排版优化
============================================================================= */
@font-face {
  font-family: 'HanSerifCN';
  src: url('../font/SourceHanSerifCN-Heavy.otf') format('opentype');
  /* 可选属性 */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  /* 提高加载性能 */
}
body {
  font-family: 'Microsoft YaHei', 'enCon', 'DINPRO', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
body.home {
  background: url(../images/bg_body.jpg) no-repeat center 35px;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.lineEllipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsBox {
  margin-top: 606px;
}
.newsBox .headNews {
  height: 123px;
  background: url(../images/bg_hot_news.jpg) no-repeat;
  background-size: cover;
  padding: 0 10px;
  text-align: center;
  line-height: 123px;
  font-size: 40px;
  font-weight: 600;
  color: #fcf6d8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsBox .headNews a {
  font-size: 40px;
  font-weight: 600;
  color: #fcf6d8;
}
.newsBox .newsCon {
  width: 1200px;
  height: 520px;
  padding: 30px;
  margin: 0 auto;
  background: url(../images/bg_news.jpg) repeat-x;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 10px 10px rgba(210, 144, 86, 0.4);
  display: flex;
  justify-content: space-between;
}
.newsBox .newsCon .left {
  width: 560px;
}
.newsBox .newsCon .left .newsSlider {
  width: 560px;
  height: 315px;
}
.newsBox .newsCon .left .newsSlider .swiper-slide {
  position: relative;
}
.newsBox .newsCon .left .newsSlider .news-pagination {
  width: 100px;
  height: 56px;
  position: absolute;
  right: 0;
  top: auto;
  bottom: 0;
  left: auto;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newsBox .newsCon .left .newsSlider .news-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #FFF;
  opacity: 1;
  transition: 0.5s all;
  border-radius: 5px;
}
.newsBox .newsCon .left .newsSlider .news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffe685;
  width: 30px;
}
.newsBox .newsCon .left .newsSlider .pic {
  width: 100%;
  height: 100%;
}
.newsBox .newsCon .left .newsSlider .pic img {
  width: 100%;
  height: 100%;
}
.newsBox .newsCon .left .newsSlider .mask {
  width: 100%;
  height: 56px;
  background-color: rgba(124, 0, 0, 0.9);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.newsBox .newsCon .left .newsSlider .tit {
  width: 460px;
  height: 56px;
  line-height: 56px;
  padding: 0 0 0 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 90;
  font-size: 18px;
  color: #FFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsBox .newsCon .left .newsSlider .tit a {
  font-size: 18px;
  color: #FFF;
}
.newsBox .newsCon .left .newsSlider .tit a:hover {
  color: #ffe685;
}
.newsBox .newsCon .left .newsVideoSlider {
  width: 560px;
  position: relative;
  margin: 0 auto;
  background: linear-gradient(to bottom, #ffca9e, #ffe7bd);
  padding: 20px 0;
}
.newsBox .newsCon .left .newsVideoSlider .swiper-container {
  width: 520px;
}
.newsBox .newsCon .left .newsVideoSlider .swiper-slide {
  width: 160px;
  position: relative;
}
.newsBox .newsCon .left .newsVideoSlider .swiper-slide .pic {
  width: 160px;
  height: 90px;
}
.newsBox .newsCon .left .newsVideoSlider .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.newsBox .newsCon .left .newsVideoSlider .swiper-slide .tit {
  margin-top: 5px;
}
.newsBox .newsCon .left .newsVideoSlider .swiper-slide .tit a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #333;
}
.newsBox .newsCon .left .newsVideoSlider .swiper-slide .tit a:hover {
  color: #c91f37;
}
.newsBox .newsCon .left .newsVideoSlider .swiper-slide .icon {
  background: url(../images/icon_video.png) no-repeat;
  background-size: 100% 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  left: 50%;
  top: 31px;
  transform: translateX(-50%);
  z-index: 99;
}
.newsBox .newsCon .left .newsVideoSlider .news-video-prev,
.newsBox .newsCon .left .newsVideoSlider .news-video-next {
  width: 10px;
  height: 18px;
  background: url(../images/newsSlider_left_active_arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: 56px;
  cursor: pointer;
}
.newsBox .newsCon .left .newsVideoSlider .news-video-prev.swiper-button-disabled,
.newsBox .newsCon .left .newsVideoSlider .news-video-next.swiper-button-disabled {
  background: url(../images/newsSlider_left_arrow.png) no-repeat;
  background-size: cover;
}
.newsBox .newsCon .left .newsVideoSlider .news-video-next {
  left: auto;
  right: 5px;
  background: url(../images/newsSlider_right_active_arrow.png) no-repeat;
  background-size: cover;
}
.newsBox .newsCon .left .newsVideoSlider .news-video-next.swiper-button-disabled {
  background: url(../images/newsSlider_right_arrow.png) no-repeat;
  background-size: cover;
}
.newsBox .newsCon .right {
  width: 540px;
}
.newsBox .newsCon .right .topNews .tit {
  line-height: 1;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsBox .newsCon .right .topNews .tit a {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.newsBox .newsCon .right .topNews .tit a:hover {
  color: #c91f37;
}
.newsBox .newsCon .right .topNews .desc {
  font-size: 18px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  padding-bottom: 10px;
  border-bottom: dashed 2px #f6bb95;
}
.newsBox .newsCon .right .topNews .desc a {
  font-size: 18px;
  color: #bc8837;
}
.newsBox .newsCon .right .topNews .desc a:hover {
  color: #c91f37;
}
.newsBox .newsCon .right .list .item {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: 20px;
}
.newsBox .newsCon .right .list .item::before {
  content: '';
  width: 8px;
  height: 9px;
  background: url(../images/icon_news_list.png) no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  flex-shrink: 0;
}
.newsBox .newsCon .right .list .item a {
  font-size: 18px;
  color: #333;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.newsBox .newsCon .right .list .item a:hover {
  color: #c91f37;
}
.newsBox .newsCon .right .list .item:hover::before {
  background: url(../images/icon_news_list_active.png) no-repeat;
  background-size: cover;
}
.newsBox .newsCon .right .list .more {
  font-size: 18px;
  color: #b6863e;
  display: block;
  line-height: 1;
  text-align: right;
  margin-top: 20px;
}
.newsBox .newsCon .right .list .more:hover {
  color: #c91f37;
}
.newsBox .newsCon .right .hdbNews {
  height: 153px;
  background: linear-gradient(to bottom, #f9dbb2, #e6be89);
  padding: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 29px;
}
.newsBox .newsCon .right .hdbNews::before {
  content: '';
  width: 0;
  height: 0;
  border: solid 10px transparent;
  border-top: solid 10px #d5a567;
  border-left: solid 10px #d5a567;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
}
.newsBox .newsCon .right .hdbNews .list {
  flex: 1;
  min-width: 0;
  padding-top: 10px;
}
.newsBox .newsCon .right .hdbNews .list .item {
  font-size: 18px;
  color: #333;
  display: block;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
  margin-top: 0;
}
.newsBox .newsCon .right .hdbNews .list .item:hover {
  color: #c91f37;
}
.newsBox .newsCon .right .hdbNews .list .item::before {
  display: none;
}
.newsBox .newsCon .right .hdbNews .hdb {
  flex-shrink: 0;
  width: 185px;
  height: 112px;
  margin-left: 10px;
}
.agendaBox {
  margin-top: 70px;
}
.agendaBox .wrap {
  background: url(../images/bg_lhyc.png) no-repeat;
  background-size: cover;
  height: 74px;
  padding-left: 275px;
}
.agendaBox .wrap .list {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 8px 0;
}
.agendaBox .wrap .list .item {
  font-size: 24px;
  color: #FFF;
  display: flex;
  align-items: center;
}
.agendaBox .wrap .list .item:hover {
  color: #ffe685;
}
.agendaBox .wrap .list .item::before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ffd27a;
  border-radius: 50%;
  display: inline-block;
  margin-right: 15px;
}
.agendaBox .wrap .list .item:last-child {
  margin-left: 200px;
}
.qwfbBox {
  margin-top: 50px;
}
.qwfbBox .titleBox {
  background: url(../images/title_qwfb.png) no-repeat center top;
  background-size: auto 100%;
  height: 105px;
  position: relative;
}
.qwfbBox .titleBox .more {
  font-size: 16px;
  color: #c91f37;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.qwfbBox .titleBox .more::after {
  content: '';
  background: url(../images/icon_more_arrow.png) no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}
.qwfbBox .qwfbCon {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.qwfbBox .qwfbCon .left {
  background: url(../images/bg_qwfb_left.png) no-repeat;
  background-size: cover;
  width: 648px;
  height: 502px;
  padding: 0 115px 0 25px;
  overflow: hidden;
  flex-shrink: 0;
}
.qwfbBox .qwfbCon .left .list .item {
  margin-top: 50px;
  padding-bottom: 50px;
  margin-left: 40px;
  border-bottom: solid 1px #f7d8ae;
  position: relative;
}
.qwfbBox .qwfbCon .left .list .item::before {
  content: '';
  background: url(../images/icon_syh.png) no-repeat;
  background-size: cover;
  width: 24px;
  height: 23px;
  position: absolute;
  left: -40px;
  top: -10px;
  z-index: 9;
}
.qwfbBox .qwfbCon .left .list .item:last-child {
  margin-bottom: none;
}
.qwfbBox .qwfbCon .left .list .item .tit a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: #FFF;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.qwfbBox .qwfbCon .left .list .item .tit a:hover {
  color: #f7d8ae;
}
.qwfbBox .qwfbCon .left .list .item .desc {
  color: #f7d8ae;
  margin-top: 25px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.qwfbBox .qwfbCon .right {
  flex: 1;
  min-width: 0;
  height: 370px;
  background: linear-gradient(to bottom, #fff8ed, #fbecd8);
  margin-top: -25px;
  padding: 0 60px 0 25px;
}
.qwfbBox .qwfbCon .right .list .item {
  color: #333;
  display: block;
  padding-top: 20px;
  border-top: dashed 1px #999;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.qwfbBox .qwfbCon .right .list .item:first-child {
  border-top: none;
}
.qwfbBox .qwfbCon .right .list .item:hover {
  color: #c91f37;
}
.qwfbBox .qwfbCon .right .list .item::before {
  content: '';
  width: 16px;
  height: 20px;
  background: url(../images/icon_qwfb_news.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 25px;
  z-index: 9;
}
.bgjdBox {
  margin-top: 90px;
}
.bgjdBox .titleBox {
  background: url(../images/title_bgjd.png) no-repeat center top;
  background-size: auto 100%;
  height: 105px;
  position: relative;
}
.bgjdBox .titleBox .more {
  font-size: 16px;
  color: #c91f37;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.bgjdBox .titleBox .more::after {
  content: '';
  background: url(../images/icon_more_arrow.png) no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}
.bgjdBox .bgjdCon {
  margin-top: 90px;
}
.bgjdBox .bgjdCon .bgjdSlider {
  display: flex;
  height: 635px;
}
.bgjdBox .bgjdCon .bgjdSlider .item {
  transition: 0.5s all;
  display: flex;
  width: 150px;
}
.bgjdBox .bgjdCon .bgjdSlider .item .tit {
  width: 150px;
  height: 100%;
  position: relative;
}
.bgjdBox .bgjdCon .bgjdSlider .item .tit a {
  font-family: 'HanSerifCN', sans-serif;
  font-size: 36px;
  color: #926127;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  line-height: 1.2;
  writing-mode: vertical-lr;
  padding: 30px 10px 0;
}
.bgjdBox .bgjdCon .bgjdSlider .item .pic {
  width: 0;
  height: 100%;
  transition: 0.5s all;
  position: relative;
  overflow: hidden;
}
.bgjdBox .bgjdCon .bgjdSlider .item .pic img {
  width: 100%;
  height: 100%;
}
.bgjdBox .bgjdCon .bgjdSlider .item:nth-of-type(1) .tit {
  background: url(../images/title_bgjd_slide_01.jpg) no-repeat;
  background-size: cover;
}
.bgjdBox .bgjdCon .bgjdSlider .item:nth-of-type(1) .pic::before {
  content: '';
  background: url(../images/icon_bgjd_angle.png) no-repeat;
  background-size: cover;
  width: 92px;
  height: 87px;
  position: absolute;
  left: -14px;
  bottom: -13px;
  z-index: 9;
}
.bgjdBox .bgjdCon .bgjdSlider .item:nth-of-type(2) .tit {
  background: url(../images/title_bgjd_slide_02.jpg) no-repeat;
  background-size: cover;
}
.bgjdBox .bgjdCon .bgjdSlider .item:nth-of-type(3) .tit {
  background: url(../images/title_bgjd_slide_03.jpg) no-repeat;
  background-size: cover;
}
.bgjdBox .bgjdCon .bgjdSlider .item:nth-of-type(4) .tit {
  background: url(../images/title_bgjd_slide_04.jpg) no-repeat;
  background-size: cover;
}
.bgjdBox .bgjdCon .bgjdSlider .item.active {
  width: 750px;
}
.bgjdBox .bgjdCon .bgjdSlider .item.active .pic {
  width: 600px;
}
.bgjdBox .bgjdCon .bgjdSlider .item:nth-of-type(1).active .tit {
  background: url(../images/title_bgjd_slide_active_01.jpg) no-repeat;
  background-size: cover;
}
.bgjdBox .bgjdCon .bgjdSlider .item:nth-of-type(2).active .tit {
  background: url(../images/title_bgjd_slide_active_02.jpg) no-repeat;
  background-size: cover;
}
.bgjdBox .bgjdCon .bgjdSlider .item:nth-of-type(3).active .tit {
  background: url(../images/title_bgjd_slide_active_03.jpg) no-repeat;
  background-size: cover;
}
.bgjdBox .bgjdCon .bgjdSlider .item:nth-of-type(4).active .tit {
  background: url(../images/title_bgjd_slide_active_04.jpg) no-repeat;
  background-size: cover;
}
.lhyxBox {
  margin-top: 90px;
  margin-bottom: 100px;
}
.lhyxBox .titleBox {
  background: url(../images/title_lhyx.png) no-repeat center top;
  background-size: auto 100%;
  height: 105px;
  position: relative;
}
.lhyxBox .titleBox .more {
  font-size: 16px;
  color: #c91f37;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}
.lhyxBox .titleBox .more::after {
  content: '';
  background: url(../images/icon_more_arrow.png) no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
}
.lhyxBox .lhyxCon {
  margin-top: 90px;
}
.lhyxBox .lhyxCon .lhyxSlider {
  background: url(../images/bg_lhyx_slider.png) no-repeat;
  background-size: cover;
  height: 682px;
  position: relative;
  overflow: hidden;
}
.lhyxBox .lhyxCon .lhyxSlider .swiper-container {
  width: 910px;
  margin: 30px auto 0;
}
.lhyxBox .lhyxCon .lhyxSlider .swiper-slide {
  width: 910px;
}
.lhyxBox .lhyxCon .lhyxSlider .swiper-slide .pic {
  width: 910px;
  height: 590px;
}
.lhyxBox .lhyxCon .lhyxSlider .swiper-slide .pic img {
  width: 100%;
  height: 100%;
}
.lhyxBox .lhyxCon .lhyxSlider .swiper-slide .tit {
  width: 100%;
}
.lhyxBox .lhyxCon .lhyxSlider .swiper-slide .tit a {
  font-size: 24px;
  color: #f9deb9;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
  text-align: center;
}
.lhyxBox .lhyxCon .lhyxSlider .lhyx-prev,
.lhyxBox .lhyxCon .lhyxSlider .lhyx-next {
  width: 50px;
  height: 100px;
  background: url(../images/icon_lhyx_slider_left_arrow.png) no-repeat center center #ae3934;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.lhyxBox .lhyxCon .lhyxSlider .lhyx-prev.swiper-button-disabled,
.lhyxBox .lhyxCon .lhyxSlider .lhyx-next.swiper-button-disabled {
  background: url(../images/icon_lhyx_slider_left_arrow.png) no-repeat center center rgba(0, 0, 0, 0.5);
}
.lhyxBox .lhyxCon .lhyxSlider .lhyx-next {
  left: auto;
  right: 0;
  background: url(../images/icon_lhyx_slider_right_arrow.png) no-repeat center center #ae3934;
}
.lhyxBox .lhyxCon .lhyxSlider .lhyx-next.swiper-button-disabled {
  background: url(../images/icon_lhyx_slider_right_arrow.png) no-repeat center center rgba(0, 0, 0, 0.5);
}
