@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

html {
  overflow-x: hidden;
  font-size: 100px;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font-size: 16px;
  color: #333;
  outline: 0;
}

:focus {
  outline: 0;
}

* {
  box-sizing: border-box;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
}

@font-face {
  font-family: "SourceHanSansSC";
  src: url("../font/SourceHanSansSC.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  line-height: 1.5;
  font-family: "SourceHanSansSC", "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", sans-serif;
  color: #000000;
  font-weight: 400;
  background-color: #edeff2;
}

.clear {
  clear: both;
}

a {
  color: #333;
  text-decoration: none;
  line-height: 1.5;
  transition: all 0.4s ease-in-out;
}

a:hover {
  color: #ea3323;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.wrapper .inner {
  width: 100%;
  max-width: 19.2rem;
  margin: 0 auto;
  padding: 0 0.4rem;
}

.headtop {
  background: #e33940;
}

.headtop img {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  display: block;
}

#nav {
  background: #c71e1e;
  height: 1.04rem;
  display: flex;
  align-items: center;
}

.logo-area {
  margin-left: 0.64rem;
}

.navi-slide-head {
  display: none;
}

.wp-menu .menu-item {
  display: inline-block;
  float: left;
  position: relative;
}

.wp-menu .menu-item a {
  line-height: 1.04rem;
  font-size: 0.24rem;
}

.wp-menu > .menu-item:not(:first-child) .menu-link {
  text-align: center;
  box-sizing: border-box;
}

.wp-menu {
  padding-right: 0.24rem;
}

.wp-menu .menu-item a.menu-link {
  display: block;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  padding: 0 0.4rem;
}

.wp-menu .menu-item a.menu-link:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.wp-menu:hover .menu-item a.menu-link.on {
  background-color: transparent;
}

.sub-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0.68rem;
  z-index: 100;
  background: #ffffff;
  width: calc(100% + 0.48rem);
  box-shadow: 0 0 8px #f3f3f3;
}

.sub-menu .sub-item a {
  display: block;
  color: #2c2c2c;
  text-align: center;
  font-weight: 400;
  padding: 0;
}

.sub-menu .sub-item a:hover {
  color: #ffffff;
  background-color: #ea3323;
  font-weight: 600;
}

.banner-item img[src=""] {
  visibility: hidden;
}

.banner-item img[data-lazy-loaded] {
  visibility: visible;
}

.banner-list {
  position: relative;
  margin-bottom: 0.56rem;
}

.banner-list img {
  width: 100%;
  height: 5.36rem;
  object-fit: cover;
}

.banner-list .slick-dots {
  position: absolute;
  bottom: 0.24rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex !important;
}

.banner-list .slick-dots li {
  margin: 0;
  padding: 0;
  width: 1.04rem;
  display: block;
  height: 0.06rem;
  opacity: 0.5;
  margin: 0 0.04rem;
  border: none;
  background-color: #ffffff;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner-list .slick-dots li.slick-active {
  opacity: 1;
}

.imgscroll2_img {
  margin: 10px;
}

.introduction p {
  color: #505050;
  font-size: 0.2rem;
  line-height: 2;
  text-align: justify;
  margin-bottom: 0.24rem;
}

.introduction p:last-child {
  margin: 0;
}

/**主页banner开始**/
.inner .ml {
  float: left;
  width: 57.608%;
}

.inner .mr {
  float: right;
  width: 40.65%;
}

.inner .ml,
.inner .mr,
.inner .mc {
  background: #ffffff url(../images/m-bg.jpg) no-repeat top left;
  padding: 0.5rem 0 0.4rem 0;
  box-shadow: 0 0 8px #f3f3f3;
}

.inner .ml .con1,
.inner .mr .con1,
.inner .mc .con1 {
  padding: 0 0.46rem;
}

.main1 .con1 {
  margin-top: 0.5rem;
}

.main1 video {
  height: 6.08rem;
  object-fit: cover;
}

.main1 .news_list li.news a {
  background: url(../images/i-sbs.png) no-repeat left 0.36rem center;
  background-size: 0.36rem auto;
}

.main1,
.main2,
.main3 {
  margin-top: 0.32rem;
}

.news_list li.news {
  background: #f9f6f6 url(../images/i-right.png) no-repeat right 0.36rem center;
  margin-bottom: 0.16rem;
}

.news_list li.news a {
  background-size: 0.36rem auto;
  padding: 0 0.4rem 0 0.8rem;
  line-height: 0.88rem;
  font-size: 0.2rem;
  color: #cf5959;
}

.news_list li.news:last-child {
  margin-bottom: 0;
}

.main2 .news_list li.news a {
  background: url(../images/i-cl.png) no-repeat left 0.36rem center;
  background-size: 0.36rem auto;
}

.main2 .ml li.news {
  width: 50%;
  float: left;
}

.main3 .mc .con2 {
  padding-left: 0.64rem;
}

.main5 .inner {
  padding: 13px 0px;
}

.post .tt {
  display: inline-block;
  width: 100%;
  border-bottom: 0px solid #e6e6e6;
  display: flex;
  justify-content: space-between;
}

/**标题栏**/
.post .tt .tit {
  display: inline-block;
  font-size: 0.28rem;
  font-weight: normal;
  min-width: 1.12rem;
  line-height: 0.39rem;
}

/**标题字体**/
/*栏目别名*/
.post .con {
  padding: 6px 0;
  margin: 0 auto;
}

.post .con .wp_article_list .list_item {
  border-bottom: 1px dashed #ccc;
}

.post .more_btn .more_text,
.post .more_btn a {
  font-size: 0.2rem;
  cursor: pointer;
  font-weight: normal;
  color: #929292;
}

.post .more_btn .more_text:hover,
.post .more_btn a:hover {
  color: #ea3323;
}

.post .more_btn a {
  padding-right: 0.24rem;
  background: url(../images/i-more.png) no-repeat center right;
}

.post1 .tt {
  margin-bottom: 0.4rem;
}

.post1 .tt .tit .title {
  color: #000000;
  font-size: 0.36rem;
  line-height: 0.39rem;
  font-weight: bold;
}

.pad6,
.post1 .tt {
  padding: 0 0.64rem;
}

.news_list li.news a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.news_list li.news span.news_title {
  float: left;
}

.news_list li.news span.news_meta {
  float: right;
  margin-left: 2px;
  color: #9c9c9c;
}

.news_list li.news .news_time span {
  color: #e64d24;
}

.news_list li.news .news_icon {
  display: inline-block;
  margin: 0 auto;
  border: 1px solid red;
}

.news_list li.news .news_text {
  line-height: 24px;
  color: #666;
}

/*默认简介*/
.news_list li.news .news_bg {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 30px;
  background: #000;
  opacity: 0.7;
  filter: Alpha(opacity=70);
}

.news_list li.news p {
  line-height: 40px;
  color: #666;
}

.news_list li.news p a {
  color: #333;
}

.news_list li.news p a:hover {
  color: #8f000b;
  text-decoration: none;
}

.div_piccontenttitle_li .c_pt_12 .c_txt {
  font-size: 16px;
  line-height: 30px;
}

.title-cl {
  background: url(../images/i-cl.png) no-repeat left center;
  padding-left: 0.48rem;
  background-size: 0.4rem auto;
}

.title-sbs {
  background: url(../images/i-sbs.png) no-repeat left center;
  padding-left: 0.48rem;
  background-size: 0.4rem auto;
}

.title-video {
  background: url(../images/i-video.png) no-repeat left center;
  padding-left: 0.48rem;
  background-size: 0.4rem auto;
}

.title-info {
  background: url(../images/i-info.png) no-repeat left center;
  padding-left: 0.48rem;
  background-size: 0.4rem auto;
}

.title-dt {
  background: url(../images/i-dt.png) no-repeat left center;
  padding-left: 0.48rem;
  background-size: 0.4rem auto;
}

.col_menu {
  width: 4.36rem;
  float: left;
  margin-right: -4.36rem;
  position: relative;
}

.col_menu .col_name img {
  width: 100%;
  display: block;
}

/*栏目列表*/
.col_list {
  background-color: #ffffff;
}

.col_list .wp_listcolumn .wp_column a .column-name {
  padding: 0 0.16rem;
  font-size: 0.24rem;
  line-height: 0.86rem;
  width: 100%;
  display: block;
  box-sizing: border-box;
  text-align: center;
}

.col_list .wp_column a {
  display: block;
  border-bottom: 1px solid #e3e8ef;
}

.col_list .wp_column a:hover {
  background: #f9f6f6 !important;
  color: #cf5959 !important;
  font-weight: 600 !important;
}

.col_list .wp_column a.selected {
  background: #f9f6f6;
  color: #cf5959;
  font-weight: 600;
}

.col_list:hover a.selected {
  background: transparent;
  color: #4d4d4d;
  font-weight: 400;
}

.col_news {
  width: 100%;
  min-height: 500px;
  float: right;
}

.col_news .col_news_box {
  margin-left: 4.72rem;
}

.col_news .col_news_box .post1 .tt {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.09rem;
}

.col_news .col_news_box .post1 .tt .tit::after {
  bottom: -0.13rem;
}

.col_news_con {
  margin-top: 0.5rem;
}

.col_news_con .news_list {
  margin-top: 0.18rem;
}

.col_news_con .news_list li.news a {
  font-size: 0.24rem;
  border-bottom: 2px solid #c8c8c8;
  padding: 0.32rem 0.16rem;
  position: relative;
}

.col_news_con .news_list li.news a::before {
  transition: all 0.4s;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.08rem;
  height: 0.08rem;
  display: block;
  content: "";
  transform: translateX(-50%);
  -webkit-transform: translateY(-50%);
  background-color: #000000;
  border-radius: 50%;
}

.col_news_con .news_list li.news a:hover::before {
  background-color: #ea3323;
}

.col_news_list .wp_entry p {
  margin-bottom: 10px;
}

.col_news_list .wp_entry table {
  margin-bottom: 4px;
}

/**文章页**/
.infobox {
  width: auto;
  margin: 0 auto;
}

.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 10px;
}

/**文章内容**/
.article .entry .read,
.article .entry .read p {
  line-height: 30px;
  font-size: 16px;
  color: #333;
}

/**阅读字体**/
.main {
  padding-bottom: 0.56rem;
}

.logo-area img,
.footer-logo img {
  width: 3.18rem;
  display: block;
}

#footer {
  background: #dfe2e7;
}

#footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1.17rem;
}

#footer .footer-logo {
  flex-shrink: 0;
}

#footer .footer-logo a {
  color: #667b9b;
  float: left;
  line-height: 0.49rem;
  margin-right: 0.36rem;
  font-size: 0.2rem;
}

#footer .footer-info {
  padding-right: 0.64rem;
  color: #8a8d92;
  font-size: 0.2rem;
}

.navi-slide-title {
  color: #ffffff;
  line-height: 50px;
}

.navi-slide-head {
  position: relative;
}

.marquee-wrap {
  overflow: hidden;
  width: 100%;
}

.mq-group-end {
  margin-right: 0.24rem;
}

.swiper-slide {
  width: auto !important;
}

.marquee-item {
  flex-shrink: 0;
  list-style: none;
  text-align: center;
  height: 4.86rem;
  margin-right: 0.16rem;
}

.marquee-img {
  max-height: 4.86rem;
  object-fit: cover;
  display: block;
}

.slide-btns {
  display: flex;
}

.slide-btns .marquee-btn {
  width: 0.48rem;
  height: 0.48rem;
  display: block;
  cursor: pointer;
}

.slide-btns .marquee-btn.marquee-prev {
  background: url(../images/btn-prev.png);
  background-size: cover;
  margin-right: 0.16rem;
}

.slide-btns .marquee-btn.marquee-next {
  background: url(../images/btn-next.png);
  background-size: cover;
}

.slide-btns .marquee-btn.disabled, .slide-btns .marquee-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

.wp-menu .menu-item:hover .sub-menu {
  display: block;
}

#l-container {
  margin-top: 0.56rem;
}

.article-title {
  font-size: 23px;
  text-align: center;
  margin: 20px 0;
  color: #99041c;
}

.column-switch {
  display: none;
  position: absolute;
  right: 10px;
  top: 8px;
  width: 30px;
  height: 24px;
  float: right;
  background: url(../images/menu-icon-arrow-white.png) no-repeat center;
}

.column-switch.active {
  background: url(../images/icon-close.png) no-repeat center;
}

.main-nav-window {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-banner {
  padding-bottom: 0.48rem;
  border-bottom: 2px solid #ea3323;
  width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  background-color: #000000;
}

video {
  width: 100%;
  display: block;
}

/* 图标容器居中 */
.video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.96rem;
  height: 0.96rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  background-image: url("../images/i-play.png");
  background-size: 0.28rem;
  transition: opacity 0.24s ease;
}

.video-btn:hover {
  opacity: 0.8;
}

/* 视频播放状态样式 */
.video-container.playing .video-btn {
  background-image: url("../images/i-pause.png");
  opacity: 0;
}

.video-container.playing:hover .video-btn {
  opacity: 1;
}

#content-detail iframe {
  width: 100% !important;
  min-height: 9.5rem;
}

#content-detail video {
  width: 100%;
}

#content-detail .desc p {
  color: #505050;
  font-size: 0.24rem;
  line-height: 2;
  margin-bottom: 0.16rem;
  text-align: justify;
}

.sub-page-title {
  position: relative;
  padding-left: 0.16rem;
}

.sub-page-title::before {
  position: absolute;
  left: 0;
  top: 0.05rem;
  content: "";
  display: block;
  width: 0.04rem;
  height: 0.3rem;
  background-color: #c61e1f;
}

.col_path {
  display: flex;
  align-items: center;
}

.cur_address {
  color: #9099a5;
  font-size: 0.2rem;
  line-height: 0.24rem;
}

.cur_address a {
  color: #9099a5;
  font-size: 0.2rem;
}

.cur_address .possplit {
  width: 0.24rem;
  height: 0.24rem;
  display: inline-block;
  background: url(../images/possplit.png);
  background-size: cover;
}
