body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  font-size: 0.16rem;
}
html {
  font-size: 100px;
}
/* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,
img {
  border: 0 none;
}
/* 重置fieldset（表单分组）、图片的边框为0*/
dl,
ul,
ol,
menu,
li {
  list-style: none;
}
/* 重置类表前导符号为onne,menu在HTML5中有效 */
blockquote,
q {
  quotes: none;
}
/* 重置嵌套引用的引号类型 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
/* 重置嵌套引用*/
input,
select,
textarea,
button {
  vertical-align: middle;
  outline: none;
  border: none;
}
/* 重置表单控件垂直居中*/
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}
/* 重置表单button按钮效果 */
/* body {background:#fff}   重置body 页面背景为白色 */
body,
th,
td,
input,
select,
textarea,
button {
  line-height: 1;
  font-family: "微软雅黑", "粗体";
}
/* 重置页面文字属性 */
a {
  text-decoration: none;
  color: #000;
}
/* 重置链接a标签 */
a:active,
a:hover {
  text-decoration: none;
}
input:focus-visible {
  outline: none;
}
/* 重置链接a标签的鼠标滑动效果 */
address,
caption,
cite,
code,
dfn,
em,
var {
  font-style: normal;
  font-weight: normal;
}
/* 重置样式标签的样式 */
caption {
  display: none;
}
/* 重置表格标题为隐藏 */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
}
/* 重置table属性 */
img {
  max-width: 100%;
  vertical-align: middle;
}
/* 图片在当前行内的垂直位置 */
i {
  font-style: normal;
}
/* 页面设置 */
/* 取消a标签点击后的虚线框 */
a {
  outline: none;
}
a:hover {
  text-decoration: none;
}
a[href] {
  cursor: pointer;
}
/* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/*
::selection {color: #fff;background-color: #4C6E78;}
::-moz-selection {color: #fff;background-color: #4C6E78;}
*/
/*清除浮动*/
/*清除浮动--推荐使用*/
/* 清楚浮动 */
.clear {
  zoom: 1;
}
.clear:after {
  content: '\0020';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
/*文本超出显示省略号*/
.ehn,
.otw,
.tow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* 截字符 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.ellipsis_d {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.w {
  width: 14rem;
  margin: 0 auto;
}
.trans {
  transition: all 0.5s;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  display: none;
}
.fs_14 {
  font-size: 0.14rem;
}
.fs_16 {
  font-size: 0.16rem;
}
.fs_18 {
  font-size: 0.18rem;
}
.fs_24 {
  font-size: 0.24rem;
}
/* top */
.head {
  width: 100%;
  height: 1.5rem;
  background: url('../img/top-bj.jpg') no-repeat center;
  background-size: cover;
}
.head .top {
  display: flex;
  justify-content: space-between;
}
.head .top .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width:5.29rem;
  height: 1.5rem;
}
.head .top .y_box {
  display: flex;
  justify-content: space-between;
  min-width: 1.85rem;
  height: 1.16rem;
}
.head .top .y_box .nd {
  display: block;
  font-size: 0.16rem;
  color: #fff;
  line-height: 1.16rem;
  padding-left: 0.2rem;
  background: url('../img/home.png') no-repeat left center;
  background-size: 0.14rem 0.14rem;
}
.head .top .y_box .line {
  width: 1px;
  height: 0.14rem;
  margin: 0 0.1rem;
  line-height: 1.16rem;
  color: #fff;
}
.head .top .y_box .sear {
  line-height: 1.16rem;
  cursor: pointer;
}
.head .top .y_box .sear:hover .inner {
  width: 1.62rem;
  padding: 0 0.15rem;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.head .top .y_box .sear img {
  width: 0.19rem;
  margin-top: 0.5rem;
  padding-left: 0.1rem;
}
.head .top .y_box .sear input {
  display: block;
  width: 0;
  height: 0.24rem;
  margin-top: 0.45rem;
  border-radius: 4px;
  transition: all 0.5s;
  line-height: 0.18rem;
  font-size: 0.14rem;
  color: #fff;
  background: transparent;
}
.head .top .y_box .sear input::placeholder {
  color: #fff;
}
/* 导航开始 */
.nav_list {
  display: flex;
  justify-content: space-between;
  height: 0.6rem;
}
.nav_list li {
  position: relative;

}
.nav_list li .a1 {
   display: inline-block;
  text-align: center;
  font-size: 0.18rem;
  color: #1d1d1d;
  line-height: 0.6rem;
  padding: 0 0.25rem;
  transition: all 0.5s;
}
.nav_list li:hover .a1,
.nav_list li.on .a1 {
  color: #fff;
  background-color: #af2711;
}
.nav_list li:hover .nav_xl {
  height: auto;
  visibility: visible;
  opacity: 1;
}
.nav_list li .nav_xl {
  position: absolute;
  left: 0;
  top: 0.6rem;
  z-index: 9;
  width: 100%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  padding-top: 0.18rem;
}
.nav_list li .nav_xl .inner {
  position: relative;
  background-color: #fff;
  padding: 0.1rem 0;
}
.nav_list li .nav_xl .inner::after {
  position: absolute;
  left: 0;
  top: -0.1rem;
  width: 100%;
  height: 0.1rem;
  background: url('../img/dbx.png') no-repeat center;
  content: "";
}
.nav_list li .nav_xl a {
  display: block;
  line-height: 0.4rem;
  text-align: center;
  color: #1d1d1d;
  font-size: 0.16rem;
  transition: all 0.5s;
}
.nav_list li .nav_xl a:hover {
  color: #af2711;
  background-color: #f8f8f8;
}
.index .tit {
  display: block;
  padding-bottom: 0.15rem;
  border-bottom: 0.01rem solid #e3e3e3;
}
.index .tit h2 {
  font-size: 0.24rem;
  color: #af2711;
}
.index .tit h2 img {
  width: 0.28rem;
  margin-right: 0.15rem;
}
.index .tit .more {
  color: #999ca5;
  padding-right: 0.25rem;
  font-size: 0.14rem;
  line-height: 0.33rem;
  background: url('../img/yjt.png') no-repeat right center;
}
.index .tit:hover .more {
  color: #af2711;
}
.container {
  padding: 0.25rem 0;
  min-height: calc(100vh - 6rem);
}
.f4 {
  background-color: #f4f4f4;
}
.index_ban {
  position: relative;
  width: 100%;
  height: 3.9rem;
}
.index_ban .swp1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_ban .swp1 img {
  width: 100%;
  height: 100%;
}
.index_ban .swp1 .swpag1 {
  bottom: 0.16rem;
  width: 100%;
  line-height: 0.2rem;
  text-align: center;
}
.index_ban .swp1 .swpag1 span {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.05rem;
  background: url('../img/ky.png') no-repeat center;
  background-size: 0.14rem 0.14rem;
  opacity: 1;
}
.index_ban .swp1 .swpag1 .swiper-pagination-bullet-active {
  width: 0.2rem;
  height: 0.2rem;
  background: url('../img/yh.png') no-repeat center;
  background-size: cover;
}
.index_er {
  background-color: #fff;
  padding: 0.3rem 0.23rem;
  box-sizing: border-box;
}
.index_er .z_lb {
  position: relative;
  width: 5.4rem;
  height: 3rem;
  overflow: hidden;
}
.index_er .z_lb a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_er .z_lb a:hover h2 {
  color: #af2711;
}
.index_er .z_lb a h2 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 1.07rem 0 0.18rem;
  box-sizing: border-box;
  line-height: 0.44rem;
  font-size: 0.16rem;
  color: #fff;
  font-weight: normal;
}
.index_er .z_lb .news-pagination {
  width: 16%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
  height: 0.44rem;
  padding-right: 0.18rem;
  box-sizing: border-box;
  text-align: right;
  line-height: 0.44rem;
}
.index_er .z_lb .news-pagination span {
  width: 0.08rem;
  height: 0.08rem;
  background-color: #fff;
  opacity: 1 !important;
  margin-right: 0.05rem;
}
.index_er .z_lb .news-pagination .swiper-pagination-bullet-active {
  background-color: #af2711;
}
.index_er .y_news {
  width: 7.67rem;
  height: 3rem;
}
.news_list {
  margin-top: 0.25rem;
  min-height: 2.05rem;
}
.news_list a {
  display: block;
  line-height: 0.46rem;
}
.news_list a h4 {
   width: 76%;
  font-size: 0.16rem;
  color: #050505;
  font-weight: normal;
  padding-left: 0.1rem;
  box-sizing: border-box;
  background: url('../img/yed.jpg') no-repeat left center;
  background-size: 0.04rem 0.04rem;
}
.news_list a:hover h4 {
  color: #af2711;
}
.news_list a:hover .date {
  color: #af2711;
}
.news_list a .date {
  display: block;
  font-size: 0.16rem;
  color: #636a6e;
  width: 24%;
  text-align: right;
}
.index_yt {
  height: 1.05rem;
  margin: 0.25rem auto 0.25rem auto !important;
  overflow: hidden;
}
.san_box {
  display: flex;
  justify-content: space-between;
}
.san_box .tit {
  border-bottom: none;
}
.san_box .tit:hover h2 {
  color: #af2711;
}
.san_box .tit h2 {
  color: #252525;
}
.san_box .tit h2 img {
  width: 0.04rem;
  height: 0.24rem;
  vertical-align: middle;
}
.san_box .box_1 {
  width: 4.4rem;
}
.san_box .box_1 .news_list a {
  line-height: 0.39rem;
}
.list {
  width: 100%;
  height: 4.27rem;
  background-color: #fff;
  padding: 0.36rem 0.27rem;
  box-sizing: border-box;
}
.list .hd {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.25rem;
  border-bottom: 0.02rem dashed #e3e6ec;
}
.list .hd:hover .bt h3 {
  color: #af2711;
}
.list .hd .rq {
  width: 0.71rem;
  height: 0.66rem;
  border: 0.01rem solid #af2711;
}
.list .hd .rq .day {
  width: 100%;
  height: 0.38rem;
  line-height: 0.38rem;
  background-color: #af2711;
  font-size: 0.3rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.list .hd .rq .year {
  color: #af2711;
  text-align: center;
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 0.27rem;
}
.list .hd .bt {
  width: 70%;
}
.list .hd .bt h3 {
  font-size: 0.2rem;
  color: #0f0f0f;
  margin-bottom: 0.15rem;
}
.list .hd .bt p {
  font-size: 0.14rem;
  color: #0f0f0f;
  line-height: 0.2rem;
  height: 0.4rem;
  -webkit-line-clamp: 2;
}
.index_adv {
  position: relative;
  overflow: hidden;
  margin: 0.23rem auto 0.31rem auto !important;
}
.index_adv .adv_list {
  position: relative;
  height: 1.08rem;
}
.index_adv .adv_list .adv-sw-cont {
  height: 100%;
  overflow: hidden;
}
.index_adv .adv_list .adv-sw-cont a {
  display: block;
  width: 2.7rem;
  height: 1.08rem;
  overflow: hidden;
}
.index_adv .adv_list .adv-sw-cont a img {
  width: 100%;
  height: 100%;
}
.index_adv .adv-next,
.index_adv .adv-prev {
  position: absolute;
  top: 55%;
  z-index: 999;
  width: 0.16rem !important;
  height: 0.3rem !important;
  background-size: 0.16rem 0.3rem;
}
.index_adv .swiper-button-next.swiper-button-disabled,
.index_adv .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.index_adv .adv-next {
  right: 12.2%;
  background: url('../img/r-yjt.jpg') no-repeat center #af2711;
}
.index_adv .adv-next:hover {
  opacity: 0.8 !important;
}
.index_adv .adv-prev {
  left: 12.2%;
  background: url('../img/r-zjt.jpg') no-repeat center #af2711;
}
.index_adv .adv-prev:hover {
  opacity: 0.8 !important;
}
.foot {
  width: 100%;
  height: 1.04rem;
  background-color: #313131;
  text-align: center;
  font-size: 0.16rem;
  color: #a4a4a4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.foot .bz_img {
  width: 0.33rem;
  height: 0.4rem;
}
.foot span {
  display: block;
  line-height: 0.3rem;
  margin: 0 0.24rem;
}
.foot .div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot a {
  font-size: 0.16rem;
  color: #a4a4a4;
  margin-right: 0.1rem;
}
.foot a:hover {
  color: #fff;
}
.ej_box {
  border-bottom: 1px solid #ededed;
}
.ej.w {
  position: relative;
  margin: -0.9rem auto 0 auto;
  z-index: 9;
}
.ej.w h2 {
  font-size: 0.36rem;
  color: #fff;
  width: 2.76rem;
  height: 0.9rem;
  line-height: 0.9rem;
  padding-left: 0.15rem;
  box-sizing: border-box;
  background: url('../img/ej-bj.jpg') no-repeat center;
}
.ej.w .bread {
  margin-top: 0.2rem;
}
.ej.w .bread .ej_list {
  width: 80%;
  overflow-x: auto;
}
.ej.w .bread .ej_list a {
  display: inline-block;
  margin-right: 0.3rem;
}
.ej.w .bread .ej_list a h3 {
  font-size: 0.2rem;
  display: inline-block;
  color: #333333;
  font-weight: bold;
  line-height: 0.6rem;
  font-weight: normal;
}
.ej.w .bread .ej_list a:hover h3,
.ej.w .bread .ej_list a.on h3 {
  color: #af2711;
  background: url('../img/dbx-red.jpg') no-repeat bottom center;
  background-size: 0.12rem 0.08rem;
  border-bottom: 0.03rem solid #af2711;
}
.ej.w .bread .location {
  line-height: 0.6rem;
}
.ej.w .bread .location img {
  width: 0.18rem;
}
.ej.w .bread .location a,
.ej.w .bread .location span {
  font-size: 0.14rem;
  color: #747474;
  display: inline-block;
}
.ej.w .bread .location a {
  margin-left: 0.05rem;
}
.ej.w .bread .location a.on {
  color: #af2711;
}
.ej.w .bread .location a:hover {
  color: #af2711;
}
.jj_box p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #000000;
}
.jj_box p em {
  font-weight: bold;
}
.jj_box .tp_box {
  display: flex;
  justify-content: space-between;
  margin: 0.47rem 0;
}
.jj_box .tp_box .xq_tp {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.jj_box .tp_box .xq_tp img {
  width: 6.6rem;
}
.jj_box .tp_box .zuo {
  display: flex;
  justify-content: space-between;
}
.jj_box .tp_box .zuo img {
  display: block;
}
.jj_box .tp_box .zuo img:first-child {
  margin-right: 0.1rem;
  width: 1.46rem;
}
.jj_box .tp_box .zuo img:last-child {
  width: 7.3rem;
}
.jj_box .tp_box .you {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.jj_box .tp_box .you img {
  width: 4.98rem;
}
.ld_list li {
  width: 24.5%;
  float: left;
  margin-bottom: 0.3rem;
  border-right: 1px solid #ededed;
}
.ld_list li:nth-child(4n) {
  border-right: none;
}
.ld_list li a {
  display: block;
}
.ld_list li a .tp_box {
  width: 3.02rem;
  height: 3.02rem;
  overflow: hidden;
  margin: 0 auto;
}
.ld_list li a .tp_box img {
  transition: all 0.5s;
}
.ld_list li a:hover .tp_box img {
  transform: scale(1.2);
}
.ld_list li a .wz {
  width: 3.02rem;
  margin: 0 auto;
}
.ld_list li a h2 {
  text-align: center;
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.4rem;
  font-weight: normal;
}
.ld_list li a p {
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.2rem;
  text-align: center;
  margin-bottom: 0.15rem;
  -webkit-line-clamp: 2;
}
.ld_list li a .add {
  width: 0.25rem;
  height: 0.25rem;
  margin: 0 auto;
  transition: all 0.5s;
  background: url('../img/add-h.jpg') no-repeat center;
  background-size: 0.25rem 0.25rem;
}
.ld_list li a:hover .add {
  background: url('../img/add.jpg') no-repeat center;
  background-size: 0.25rem 0.25rem;
}
.ld_list li a:hover p {
  color: #af2711;
}
.fy {
  width: 100%;
  text-align: center;
  margin-bottom: 0.66rem;
  margin-top: 0.38rem;
  display: flex;
  justify-content: center;
}
.fy .one {
  display: flex;
  justify-content: center;
}
.fy a {
  display: inline-block;
  border: 1px solid #dcdcdc;
  color: #323232;
  line-height: 0.3rem;
  margin-right: 0.15rem;
  font-size: 0.14rem;
  transition: all 0.5s;
}
.fy .swy {
  width: 0.6rem;
}
.fy a.sxy {
  width: 0.7rem;
}
.fy .sz {
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  color: #666;
  font-size: 0.14rem;
}
.fy a[href]:hover,
.fy a.on {
  background-color: #af2711;
  color: #fff;
  border-color: #af2711;
}
.ld_xq h3 {
  font-size: 0.22rem;
  color: #333333;
  line-height: 0.4rem;
  margin-bottom: 0.2rem;
  padding-bottom: 0.1rem;
  border-bottom: 0.01rem solid #ededed;
}
.ld_xq .sh_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
}
.ld_xq .sh_box .you {
  width: 74%;
  height: 3.09rem;
  overflow-y: auto;
}
/* 上下篇 */
.sxp_box {
  margin: 0.2rem 0;
}
.sxp_box .sxp {
  position: relative;
  width: 100%;
  padding: 0 0.3rem;
  box-sizing: border-box;
  margin: 0.35rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 0.01rem solid #e7e7e7;
}
.sxp_box .sxp a {
  display: block;
  width: 45%;
  font-size: 0.16rem;
  color: #656565;
}
.sxp_box .sxp a em {
  display: inline-block;
  width: 79%;
  line-height: 0.8rem;
  vertical-align: middle;
}
.sxp_box .sxp a span {
  display: inline-block;
  vertical-align: middle;
  min-width: 0.58rem;
  max-width: 1.2rem;
  height: 0.8rem;
  line-height: 0.8rem;
  text-align: left;
}
.sxp_box .sxp a[href]:hover,
.sxp_box .sxp a.on {
  color: #af2711;
}
.sxp_box .sxp a[href]:hover em,
.sxp_box .sxp a.on em {
  color: #af2711;
}
.sxp_box .sxp a.fh {
  width: 10%;
}
.sxp_box .sxp a.fh img {
  display: block;
  margin: 0 auto;
  width: 0.37rem;
}
.sxp_box .sxp a.xyp {
  text-align: right;
}
.sxp_box .sxp a.xyp em {
  text-align: left;
}
.jgsz {
  margin: 0.4rem auto;
  padding-bottom: 0.5rem;
}
.xw_list {
  margin-bottom: 0.4rem;
}
.xw_list .list {
  height: auto;
}
.xw_list .list .hd {
  padding-bottom: 0.2rem;
  margin-bottom: 0.25rem;
  border-width: 0.01rem;
  border-bottom-style: solid;
}
.xw_list .list .hd:hover .rq .day {
  color: #fff;
  background-color: #af2711;
}
.xw_list .list .hd:hover .year {
  color: #af2711;
}
.xw_list .list .hd:hover .rq {
  border-color: #af2711;
}
.xw_list .list .hd .bt {
  width: 92%;
}
.xw_list .list .hd .bt h3 {
  font-size: 0.16rem;
  width: 90%;
  font-weight: normal;
}
.xw_list .list .hd .bt p {
  font-size: 0.14rem;
  height: 0.2rem;
}
.xw_list .list .hd .rq {
  width: 0.6rem;
  height: 0.5rem;
  border-color: #fbfbfb;
}
.xw_list .list .hd .rq .day {
  height: 0.3rem;
  line-height: 0.3rem;
  font-size: 0.2rem;
  transition: all 0.5s;
  color: #333333;
  background-color: #f9f9f9;
}
.xw_list .list .hd .rq .year {
  height: 0.2rem;
  font-size: 0.12rem;
  line-height: 0.2rem;
  color: #333333;
  transition: all 0.5s;
}
.xwxq .xqtit {
  font-size: 0.24rem;
  margin-bottom: 0.58rem;
  line-height: 0.4rem;
}
.xwxq .xq_nav {
  overflow: hidden;
  padding-bottom: 0.33rem;
  position: relative;
  line-height: 0.24rem;
  border-bottom: 0.01rem solid #f3f3f3;
}
.xwxq .xq_nav p {
  margin-right: 0.3rem;
  font-size: 0.14rem;
  color: #888a8b;
}
.xwxq .xq_nav span {
  margin-right: 0.36rem;
  display: inline-block;
}
.xwxq .xq_nav .big {
  background: url('../img/big.png') no-repeat center;
}
.xwxq .xq_nav .big:hover {
  background: url('../img/big-r.png') no-repeat center;
}
.xwxq .xq_nav .small {
  background: url('../img/small.png') no-repeat center;
}
.xwxq .xq_nav .small:hover {
  background: url('../img/small-r.png') no-repeat center;
}
.xwxq .xq_nav .font span {
  width: 0.18rem;
  height: 0.18rem;
  cursor: pointer;
  margin-right: 0.1rem;
  transition: all 0.5s;
  margin-right: 0;
}
.xwxq .xq_nav div a {
  color: #919191;
}
.xwxq .xq_nav div a:hover em {
  color: #af2711;
}
.xwxq .jj_box {
  margin-top: 0.2rem;
}
.xwtj {
  padding: 0 0.4rem;
  min-height: 3.8rem;
  margin: 0.5rem auto;
  box-sizing: border-box;
  background-color: #f9f9f9;
}
.xwtj h2 {
  font-size: 0.2rem;
  color: #fff;
  width: 1.64rem;
  height: 0.59rem;
  line-height: 0.59rem;
  position: relative;
  top: -0.08rem;
  margin-bottom: 0.4rem;
  padding-left: 0.57rem;
  box-sizing: border-box;
  background: url('../img/xwtj.png') no-repeat center;
  background-size: 100% 100%;
}
.xwtj .tj_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.xwtj .tj_list li {
  width: 45%;
  border-bottom: 0.01rem solid #ededed;
}
.xwtj .tj_list li a {
  display: flex;
  justify-content: space-between;
  padding-left: 0.15rem;
  color: #000000;
  font-size: 0.16rem;
  line-height: 0.58rem;
  background: url('../img/hd.png') no-repeat left center;
}
.xwtj .tj_list li a:hover {
  color: #af2711;
  background: url('../img/ld.png') no-repeat left center;
}
.xw_ul li {
  padding: 0.21rem 0;
  margin-bottom: 0.3rem;
}
.xw_ul li a {
  display: block;
}
.xw_ul li a .tp {
  width: 2.75rem;
  height: 1.71rem;
  float: left;
  overflow: hidden;
}
.xw_ul li a .tp img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.xw_ul li a .rg {
  width: 76%;
  float: right;
  padding-top: 0.13rem;
  box-sizing: border-box;
}
.xw_ul li a .rg h2 {
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.15rem;
}
.xw_ul li a .rg h3 {
  width: 100%;
  font-size: 0.14rem;
  color: #919394;
  -webkit-line-clamp: 2;
  line-height: 0.24rem;
  font-weight: normal;
  margin-bottom: 0.1rem;
}
.xw_ul li a .rg .time {
  margin-right: 0.3rem;
}
.xw_ul li a .rg .box {
  margin-bottom: 0.1rems;
}
.xw_ul li a .rg .box span {
  display: block;
  font-size: 0.14rem;
  color: #adadad;
  line-height: 0.24rem;
}
.xw_ul li a .rg .box img {
  margin-right: 0.1rem;
  vertical-align: baseline;
}
.xw_ul li:hover .rg h2 {
  color: #af2711;
  transition: all 0.5s;
}
.xw_ul li:hover .tp img {
  transform: scale(1.2);
}
.xw_ul li:hover .ckgd {
  opacity: 0.6;
}
.xw_ul li .ckgd {
  display: block;
  width: 0.78rem;
  height: 0.24rem;
  background-color: #af2711;
  text-align: center;
  line-height: 0.24rem;
  color: #fff;
  font-size: 0.14rem;
}
.xz_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.2rem;
}
.xz_list li {
  width: 45%;
  box-shadow: 0 0 0.2rem #f0eeee;
  margin-bottom: 0.25rem;
}
.xz_list li a {
  display: block;
  width: 100%;
  height: 0.6rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.3rem;
  box-sizing: border-box;
  transition: all 0.5s;
}
.xz_list li a h3 {
  font-size: 0.16rem;
  font-weight: normal;
  width: 85%;
  line-height: 0.6rem;
}
.xz_list li a span {
  width: 10%;
  display: block;
  height: 100%;
  background: url('../img/xz-h.png') no-repeat center;
  background-size: 0.18rem 0.18rem;
}
.xz_list li:hover a {
  background-color: #af2711;
}
.xz_list li:hover a h3 {
  color: #fff;
}
.xz_list li:hover a span {
  background: url('../img/xz-b.png') no-repeat center;
  background-size: 0.18rem 0.18rem;
}
.jdjs {
  display: flex;
  justify-content: space-between;
  margin-top: 0.4rem;
  margin-bottom: 0.8rem;
}
.jdjs .zuo {
  width: 48%;
}
.jdjs .zuo h1 {
  font-size: 0.2rem;
  color: #af2711;
}
.jdjs .zuo h5 {
  font-size: 0.16rem;
  margin: 0.2rem 0;
}
.jdjs .zuo .jj_list {
  display: flex;
  justify-content: space-between;
  padding-left: 0.12rem;
  box-sizing: border-box;
  margin-top: 0.3rem;
}
.jdjs .zuo .jj_list img {
  width: 0.94rem;
}
.jdjs .zuo .jj_list p {
  font-size: 0.16rem;
  color: #333333;
  margin-top: 0.1rem;
  text-align: center;
}
.jdjs .you {
  width: 48%;
}
.jdjs .you .s_tp {
  position: relative;
  margin-bottom: 0.25rem;
}
.jdjs .you .s_tp .wz_box {
  position: absolute;
  right: 0.5rem;
  top: 0.4rem;
  height: 3rem;
  width: 1rem;
}
.jdjs .you .s_tp .wz_box p {
  display: inline-block;
  margin-right: 0.15rem;
  height: 100%;
  font-size: 0.26rem;
  color: #fff;
  writing-mode: vertical-lr;
  writing-mode: sideways-rl;
  letter-spacing: 4px;
}
@media screen and (max-width: 1360px) {
  .xw_list .list .hd .rq {
    width: 0.8rem;
    height: 0.6rem;
  }
  .xw_list .list .hd .rq .year {
    height: 0.3rem;
    line-height: 0.3rem;
  }
}
.sj_nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 3.125rem;
  background-color: #fff;
}
.sj_nav .nav_child {
  width: 93.5%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sj_nav .nav_child a {
  display: block;
}
.sj_nav .nav_child .logo {
  width: 9.375rem;
}
.sj_nav .nav_child .logo img {
  width: 100%;
}
.sj_nav .nav_child .tab {
  position: relative;
  width: 1.4375rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.sj_nav .nav_child .tab .menu {
  width: 1.4375rem;
  height: 1.4375rem;
}
.sj_nav .nav_child .tab .cha {
  display: none;
  width: 1.0625rem;
}
.sj_nav .nav_child .tab .nav_xl {
  position: fixed;
  left: 0;
  top: 3.125rem;
  padding: 0 4.5% 1.5rem 4.5%;
  box-sizing: border-box;
  z-index: 9999;
  width: 100%;
  height: -webkit-calc(96.875vh);
  height: calc(100vh - 3.125rem);
  display: none;
  overflow-y: auto;
  background-color: #fff;
}
.sj_nav .nav_child .tab .nav_xl::-webkit-scrollbar {
  display: none;
}
.sj_nav .nav_child .tab .nav_xl .a_fi {
  background: none !important;
}
.sj_nav .nav_child .tab .nav_xl > ul > li {
  border-bottom: 0.01rem solid #e3e3e3;
}
.sj_nav .nav_child .tab .nav_xl > ul > li .a1 {
  font-size: 0.875rem;
  color: #363b40;
  line-height: 2.5rem;
  background: url('../img/yjt.jpg') no-repeat 100% 50%;
  background-size: 0.5625rem 0.9375rem;
}
.sj_nav .nav_child .tab .nav_xl > ul > li .a1.on {
  color: #af2711;
  background: url('../img/nav-xjt.png') no-repeat right center;
  background-size: 0.9375rem 0.5625rem;
}
.sj_nav .nav_child .tab .nav_xl > ul > li .a1.a1.on + .ej_nav {
  visibility: visible;
  height: auto;
  opacity: 1;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  padding: 0 0.33rem 0.2rem 0;
}
.sj_nav .nav_child .tab .nav_xl > ul > li .ej_nav {
  overflow: hidden;
  height: 0;
  visibility: hidden;
  opacity: 0;
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -moz-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  -o-transform: translate(0, -20px);
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.sj_nav .nav_child .tab .nav_xl > ul > li .ej_nav a {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1.875rem;
  font-size: 0.8125rem;
  color: #363b40;
}
.sj_nav .nav_child .tab .nav_xl > ul > li .ej_nav a.on {
  color: #af2711;
}
/* 搜索 */
body {
  position: relative;
}
.search_box {
  width: 100%;
  height: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #fff;
}
.search_box .img1 {
  float: right;
  width: 1.0625rem;
  height: 1.0625rem;
  cursor: pointer;
}
.search_box .tex {
  width: 100%;
  height: 100%;
  border: 1px solid #7c7f81;
  border-radius: 0.3125rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.search_box .tex .search_btn {
  float: right;
  width: 0.875rem;
  height: 0.875rem;
  margin-top: 0.5625rem;
}
.search_box .tex input {
  width: 94%;
  height: 100%;
  line-height: 1.25rem;
  float: left;
  font-size: 0.8125rem;
}
.search_box .tex input::placeholder {
  color: #cfcccc;
}
.search_box .tex .close {
  float: right;
  width: 0.6875rem;
  height: 0.6875rem;
  cursor: pointer;
  margin-top: 0.625rem;
}
.sj_ban {
  padding-top: 3.125rem;
  height: 7.8125rem;
}
.sj_ban .swp1 img {
  width: 100%;
  height: 100%;
}
.sj_ban .swp1 .swpag1 {
  bottom: 0.3125rem;
}
.sj_ban .swp1 .swpag1 span {
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.3125rem;
  background: transparent;
  border: 0.125rem solid #fff;
}
.sj_ban .swp1 .swpag1 .swiper-pagination-bullet-active {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #fff;
}
.sj_er,
.sj_nav,
.sj_ban,
.sj_yt,
.sj_jgsz {
  display: none;
}
@media screen and (max-width: 1200px) {
  .head,
  .nav,
  .pc_ban,
  .pc_er,
  .pc_yt,
  .pc_jgsz {
    display: none;
  }
  .sj_er,
  .sj_nav,
  .sj_ban,
  .sj_yt,
  .sj_adv,
  .sj_jgsz {
    display: block;
  }
  .fs_28 {
    font-size: 0.875rem;
  }
  .fs_26 {
    font-size: 0.8125rem;
  }
  .fs_24 {
    font-size: 0.75rem;
  }
  .fs_22 {
    font-size: 0.6875rem;
  }
  .fs_20 {
    font-size: 0.625rem;
  }
  .container {
    padding: 1.25rem 0;
    min-height: calc(100vh - 23.4375rem);
  }
  .w {
    width: 93.5%;
    margin: 0 auto;
  }
  .sj_er {
    padding: 0.9375rem 0.6875rem;
  }
  .sj_er .z_lb {
    width: 100%;
    height: 9.375rem;
    margin-top: 0.625rem;
  }
  .sj_er .z_lb a {
    display: block;
    width: 100%;
  }
  .sj_er .z_lb a img {
    width: 100%;
  }
  .sj_er .z_lb a h2 {
    line-height: 1.875rem;
    font-size: 0.625rem;
    padding: 0 0.625rem;
    box-sizing: border-box;
  }
  .sj_er .y_news {
    width: 100%;
    height: auto;
  }
  .sj_er .y_news .tit h2 img {
    width: 0.875rem;
    vertical-align: sub;
  }
  .index .tit {
    padding-bottom: 0.5rem;
  }
  .index .tit h2 {
    font-size: 0.8125rem;
    line-height: 1rem;
  }
  .index .tit .more {
    font-size: 0.75rem;
    padding-right: 0.6rem;
    line-height: 1rem;
    background-size: 0.4375rem 0.4375rem;
  }
  .news_list a {
    line-height: 1.875rem;
  }
  .news_list a h4 {
    font-size: 0.75rem;
    width: 74%;
  }
  .news_list a .date {
    width: 26%;
    font-size: 0.729167rem;
  }
  .sj_yt {
    height: 3.125rem;
    margin: 0.520833rem auto 0.520833rem auto !important;
  }
  .sj_yt .yt-sw-cont {
    width: 100%;
    height: 100%;
  }
  .sj_yt img {
    width: 100%;
    height: 100%;
  }
  .san_box {
    flex-wrap: wrap;
  }
  .san_box .box_1 {
    width: 100%;
    float: inherit;
    margin-bottom: 1.25rem;
  }
  .san_box .box_1 .tit h2 img {
    width: 0.125rem;
    height: 0.75rem;
    vertical-align: unset;
  }
  .san_box .box_1 .news_list a {
    line-height: 1.875rem;
  }
  .list {
    padding: 1rem 0.6875rem;
    height: auto;
    min-height: 15rem;
  }
  .list .hd {
    padding-bottom: 0.55rem;
  }
  .list .hd .rq {
    width: 2.8125rem;
    height: 2.5rem;
  }
  .list .hd .rq .day {
    font-size: 0.625rem;
    height: 1.5rem;
    line-height: 1.5rem;
  }
  .list .hd .rq .year {
    height: 1rem;
    line-height: 1rem;
    font-size: 0.625rem;
  }
  .list .hd .bt {
    width: 75%;
  }
  .list .hd .bt h3 {
    font-size: 0.833333rem;
    margin-bottom: 0.1875rem;
  }
  .list .hd .bt p {
    font-size: 0.625rem;
    line-height: 0.8125rem;
    height: 1.875rem;
    height: 1.5625rem;
  }
  .list .news_list {
    margin-top: 0.3125rem;
  }
  .index_adv.pc_adv .adv_list {
    height: auto;
  }
  .index_adv.pc_adv .adv_list .adv-sw-cont a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index_adv.pc_adv .adv_list .adv-sw-cont a img {
    width: 100%;
    height: 100%;
  }
  .index_adv.pc_adv .adv-next,
  .index_adv.pc_adv .adv-prev {
    width: 0.364583rem !important;
    height: 0.78125rem !important;
    background-size: 100% 100%;
    margin-top: 0;
    top: 42%;
  }
  .index_adv.pc_adv .adv-next {
    right: 1.2%;
  }
  .index_adv.pc_adv .adv-prev {
    left: 1.2%;
  }
  .foot {
    height: auto;
    overflow: hidden;
    padding: 0.9375rem 1.875rem;
    box-sizing: border-box;
  }
  .foot > .bz_img {
    float: left;
    width: 1.71875rem;
    height: 2.083333rem;
    margin-right: 0.520833rem;
  }
  .foot a {
    font-size: 0.729167rem;
  }
  .foot a + img {
    display: inline-block;
  }
  .foot .div {
    display: block;
  }
  .foot span {
    display: block;
    line-height: 1.5625rem;
    font-size: 0.729167rem;
  }
  .ej.w {
    margin: 0.520833rem auto 0 auto;
  }
  .ej.w h2 {
    font-size: 1.041667rem;
    line-height: 1.666667rem;
    margin-bottom: 0.520833rem;
    color: #af2711;
    width: auto;
    height: auto;
    background: none;
  }
  .ej.w .bread .location {
    display: none;
  }
  .ej.w .bread .ej_list {
    width: 100%;
    white-space: nowrap;
  }
  .ej.w .bread .ej_list a {
    margin-right: 0.520833rem;
  }
  .ej.w .bread .ej_list a h3 {
    font-size: 0.833333rem;
    line-height: 2.083333rem;
  }
  .ej.w .bread .ej_list a.on h3 {
    background-size: 0.625rem 0.416667rem;
    border-bottom: 0.15625rem solid #af2711;
  }
  .jj_box p {
    font-size: 0.729167rem;
    line-height: 1.5625rem;
  }
  .jj_box img + img {
    float: inherit !important;
    margin-top: 0.460417rem;
  }
  .ld_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ld_list li {
    width: 8.59375rem;
    border: none;
    margin-bottom: 0.520833rem;
  }
  .ld_list li a .tp_box {
    width: 100%;
    height: 8.59375rem;
    overflow: hidden;
  }
  .ld_list li a .tp_box img {
    display: block;
    margin: 0 auto;
  }
  .ld_list li a .wz {
    width: 100%;
    margin-top: 0.260417rem;
  }
  .ld_list li a .wz h2 {
    font-size: 0.729167rem;
    line-height: 1.041667rem;
  }
  .ld_list li a .wz p {
    font-size: 0.520833rem;
    line-height: 0.9375rem;
  }
  .fy .swy {
    width: 1.875rem;
    line-height: 1.40625rem;
  }
  .fy a {
    font-size: 0.520833rem;
  }
  .fy .sz {
    width: 1.40625rem;
    height: 1.40625rem;
    line-height: 1.40625rem;
    font-size: 0.520833rem;
  }
  .fy a.sxy {
    width: 2.5rem;
  }
  .ld_xq h3 {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
    margin-bottom: 0.78125rem;
  }
  .ld_xq .sh_box {
    flex-wrap: wrap;
  }
  .ld_xq .sh_box img {
    display: block;
    margin: 0 auto;
  }
  .ld_xq .sh_box .you {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .sxp_box .sxp {
    padding-top: 0.260417rem;
    padding-bottom: 0.260417rem;
    flex-wrap: wrap;
  }
  .sxp_box .sxp a {
    width: 100%;
  }
  .sxp_box .sxp a span {
    font-size: 0.729167rem;
    line-height: 1.5625rem;
    height: 1.5625rem;
    min-width: 2.083333rem;
    max-width: 5.208333rem;
  }
  .sxp_box .sxp a.fh {
    display: none;
  }
  .sxp_box .sxp a.xyp {
    text-align: left;
  }
  .sxp_box .sxp a em {
    min-width: 72%;
    font-size: 0.729167rem;
    line-height: 1.5625rem;
    height: 1.5625rem;
  }
  .xw_list .list {
    padding-top: 0;
  }
  .xw_list .list .hd {
    padding-bottom: 0.45rem;
    margin-bottom: 0.820833rem;
  }
  .xw_list .list .hd .rq {
    width: 2.7rem !important;
    height: 2.25rem !important;
  }
  .xw_list .list .hd .rq .day {
    font-size: 0.520833rem;
    height: 1.25rem;
    line-height: 1.25rem;
    background-color: #af2711;
    color: #fff;
  }
  .xw_list .list .hd .rq .year {
    height: 1rem;
    font-size: 0.520833rem;
    line-height: 1rem;
  }
  .xw_list .list .hd .bt {
    width: 77%;
  }
  .xw_list .list .hd .bt h3 {
    font-size: 0.729167rem;
  }
  .xw_list .list .hd .bt p {
    line-height: 1.041667rem;
    font-size: 0.520833rem;
    height: auto;
  }
  .xwxq .xqtit {
    font-size: 0.9375rem;
    line-height: 1.5625rem;
  }
  .xwxq .xq_nav {
    display: none;
  }
  .xwtj {
    padding-bottom: 0.520833rem;
    margin-top: 1.041667rem;
  }
  .xwtj h2 {
    width: 5.208333rem;
    height: 2.083333rem;
    font-size: 0.729167rem;
    line-height: 2.083333rem;
    padding-left: 1.822917rem;
    box-sizing: border-box;
  }
  .xwtj .tj_list li {
    width: 100%;
  }
  .xwtj .tj_list li a {
    padding-left: 0.520833rem;
    background-size: 0.260417rem 0.260417rem;
  }
  .xwtj .tj_list li a h3 {
    font-size: 0.729167rem;
    line-height: 1.822917rem;
    width: 70%;
  }
  .xwtj .tj_list li a span {
    width: 26%;
    font-size: 0.729167rem;
    line-height: 1.822917rem;
  }
  .xw_ul {
    margin-bottom: 1.5625rem;
  }
  .xw_ul li {
    margin-bottom: 0.364583rem;
  }
  .xw_ul li a .tp {
    width: 7.1875rem;
    height: 3.984375rem;
  }
  .xw_ul li a .rg {
    width: 57%;
  }
  .xw_ul li a .rg h2 {
    font-size: 0.677083rem;
    line-height: 0.78125rem;
  }
  .xw_ul li a .rg .box span {
    margin: 0.260417rem 0;
    font-size: 0.520833rem;
  }
  .xw_ul li a .rg .box span img {
    width: 0.520833rem;
  }
  .xw_ul li a .rg h3 {
    font-size: 0.520833rem;
    line-height: 1.041667rem;
    height: 2.083333rem;
  }
  .xw_ul li .ckgd {
    display: none;
  }
  .jdjs {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .jdjs .zuo {
    width: 100%;
    margin-top: 0;
  }
  .jdjs .zuo h1 {
    font-size: 0.833333rem;
    line-height: 1.5625rem;
  }
  .jdjs .zuo h5 {
    font-size: 0.729167rem;
    line-height: 1.041667rem;
  }
  .jdjs .zuo .jj_list {
    flex-wrap: wrap;
  }
  .jdjs .zuo .jj_list li {
    width: 50%;
    text-align: center;
    margin-bottom: 0.78125rem;
  }
  .jdjs .zuo .jj_list li img {
    width: 2.447917rem;
  }
  .jdjs .zuo .jj_list li p {
    font-size: 0.729167rem;
    margin-top: 0.520833rem;
  }
  .jdjs .you {
    width: 100%;
  }
  .jdjs .you .s_tp .wz_box {
    width: 3.125rem;
    height: 8.854167rem;
    top: 0.625rem;
  }
  .jdjs .you .s_tp .wz_box p {
    font-size: 0.729167rem;
  }
  .xz_list {
    margin-bottom: 1.041667rem;
  }
  .xz_list li {
    width: 100%;
  }
  .xz_list li a {
    height: 2.083333rem;
  }
  .xz_list li a h3 {
    font-size: 0.729167rem;
    line-height: 2.083333rem;
  }
  .xz_list li a span {
    background-size: 0.625rem 0.625rem;
  }
}
@media screen and (max-width: 1024px) {
  .jdjs .you img {
    display: block;
    margin: 0 auto;
  }
  .jdjs .you .s_tp .wz_box {
    top: 0.260417rem;
    right: 1.041667rem;
  }
  .ld_list li a .tp_box {
    width: 5.729167rem;
    height: 5.729167rem;
  }
}
@media screen and (max-width: 768px) {
  .jdjs .you .s_tp .wz_box {
    top: 0.8rem;
    right: 0.4rem;
  }
}