a:hover {
  color: #f11a24;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #f11a24;
}
.advertising {
  width: 1200px;
}
.backtop {
  background: url(../img/back-top.png) no-repeat;
  background-size: contain;
}
.jflex {
  display: flex;
  justify-content: space-between;
}
.head {
  height: 80px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.head .flex {
  height: 80px;
  align-items: center;
}
.head .logo {
  width: 180px;
}
.head .nav {
  flex: 1;
  margin: 0 20px;
}
.head .nav ul {
  display: flex;
  justify-content: flex-start;
}
.head .nav ul li {
  height: 80px;
  line-height: 80px;
  flex: 1;
  text-align: center;
}
.head .nav ul li:hover {
  background: url(../img/nav.jpg) repeat-x center bottom;
}
.head .nav ul li:hover a {
  color: #f11a24;
}
.head .search {
  width: 34px;
  height: 34px;
  background: url(../img/search.png) no-repeat center;
}
.head .show-search {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  height: 100vh;
  z-index: 999;
  display: none;
}
.head .show-search .top {
  height: 380px;
  position: relative;
}
.head .show-search .top form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 850px;
  height: 100px;
  text-align: center;
}
.head .show-search .top form .logo-ser {
  height: 60px;
  margin-bottom: 40px;
  justify-content: center;
  align-items: center;
}
.head .show-search .top form .logo-ser img {
  width: 200px;
  height: auto;
}
.head .show-search .top form .logo-ser i,
.head .show-search .top form .logo-ser span {
  display: block;
  font-size: 45px;
}
.head .show-search .top form .logo-ser i {
  margin: 0 20px;
}
.head .show-search .top form input {
  height: 60px;
  width: 100%;
  border: 1px solid #ccc;
  color: #fff;
  padding-left: 20px;
  font-size: 22px;
}
.head .show-search .top form button {
  border: 1px solid #ccc;
  margin-top: 30px;
  width: 120px;
  height: 50px;
  font-size: 18px;
}
.head .show-search .top .off {
  width: 54px;
  height: 54px;
  background: url(../img/off.png) no-repeat center;
  position: absolute;
  right: 15px;
  top: 15px;
  background-size: 90%;
}
.bg {
  background-color: #f6f6f6;
  padding: 20px 0;
}
.j-top {
  background-color: #fff;
  padding: 10px 30px;
}
.j-top span {
  font-weight: 700;
  font-size: 48px;
}
.j-top span:hover {
  color: #f11a24;
}
.j-top span a {
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
}
.j-top .notext {
  margin-top: 5px;
}
.j-top .notext a {
  font-size: 16px;
  color: #898989;
}
.j-top .notext a:hover {
  color: #f11a24;
}
#swiper-1 {
  width: 770px;
  height: 460px;
  margin: 0;
}
#swiper-1 .swiper-slide span {
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.6);
  text-align: left;
}
#swiper-1 .swiper-slide span i {
  display: block;
  width: 70%;
}
#swiper-1 .swiper-pagination {
  text-align: right;
  left: -20px;
  bottom: 20px;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
#swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f11a24;
}
#swiper-1 .swiper-button-prev,
#swiper-1 .swiper-button-next {
  width: 30px;
  height: 56px;
}
#swiper-1 .swiper-button-prev:hover,
#swiper-1 .swiper-button-next:hover {
  opacity: 0.5;
}
#swiper-1 .swiper-button-prev {
  left: 0;
  background: url(../img/le.png) no-repeat center left;
}
#swiper-1 .swiper-button-next {
  right: 0;
  background: url(../img/ri.png) no-repeat center left;
}
.ri-img {
  height: 225px;
  position: relative;
}
.ri-img i {
  position: absolute;
  background-color: #f11a24;
  color: #fff;
  padding: 0px 8px;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
}
.ri-img span {
  background-color: rgba(0, 0, 0, 0.6);
}
.tow-img-txt-show a {
  width: 48%;
  height: 225px;
  position: relative;
  box-sizing: border-box;
}
.tow-img-txt-show a i {
  position: absolute;
  background-color: #f11a24;
  color: #fff;
  padding: 0px 8px;
  font-size: 18px;
  height: 30px;
  line-height: 30px;
}
.tow-img-txt-show a .text-show {
  height: 60px;
  line-height: 26px;
  padding: 5px 6px;
  box-sizing: border-box;
  text-indent: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.focus_news {
  height: 35px;
  line-height: 35px;
  background-color: #fff;
}
.focus_news .tit span {
  background-color: #f11a24;
  padding: 0 10px;
}
.focus_news .tit span a {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}
.focus_news .text {
  overflow: hidden;
  width: 92%;
}
.focus_news .text ul {
  overflow: hidden;
}
.focus_news .text ul li {
  float: left;
  padding-left: 12px;
  margin-right: 30px;
  position: relative;
  padding-left: 20px;
}
.focus_news .text ul li a {
  font-size: 14px;
  color: #8c8c8c;
}
.focus_news .text ul li a:hover {
  color: #f11a24;
}
.focus_news .text ul li:before {
  content: '';
  width: 3px;
  height: 3px;
  background-color: #f11a24;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bg-box {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.more-tit {
  align-items: center;
}
.more-tit span a {
  font-size: 24px;
  color: #f11a24;
  font-weight: 700;
}
.more-tit i a {
  font-size: 12px;
  color: #adadad;
  padding-right: 20px;
  background: url(../img/more.png) no-repeat center right;
}
.bg-img-list > a {
  display: block;
  position: relative;
  height: 150px;
}
.bg-img-list > a img {
  height: 150px;
}
.bg-img-list ul {
  margin-top: 10px;
}
.bg-img-list ul li {
  height: 35px;
  line-height: 35px;
}
.bg-img-list ul li a {
  font-size: 15px;
}
.bg-img-box img {
  height: 170px;
}
.bg-img-box .notext2 {
  background-color: #f8f8f8;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 16px;
}
.img-txt-box > a {
  height: 180px;
  position: relative;
}
.img-txt-box > a .text-show {
  height: 60px;
  line-height: 26px;
  text-indent: 0;
  padding: 5px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.6);
}
.con-list ul li {
  height: 38px;
  line-height: 38px;
}
.con-list ul li:nth-of-type(8n + 1) {
  margin-top: 20px;
}
.con-list ul li:nth-of-type(8n + 1) a {
  font-weight: 700;
  font-size: 20px;
}
.con-list ul li:first-of-type {
  margin-top: 0;
}
.con-list ul li:last-of-type {
  margin-top: 0;
}
.con-list ul li:last-of-type a {
  font-weight: 400;
  font-size: 18px;
}
.con-list ul li a {
  font-size: 18px;
}
.bg-tit {
  text-align: center;
  height: 46px;
  line-height: 46px;
  background-color: #f11a24;
}
.bg-tit span a {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 3px;
}
.co-list ul li {
  height: 36px;
  line-height: 36px;
  position: relative;
  padding-left: 20px;
}
.co-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #f11a24;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.img-div {
  overflow: hidden;
}
.img-div a {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.img-div a:last-of-type {
  margin-bottom: 0;
}
.img-div img {
  margin-right: 10px;
  width: 35%;
  height: 70px;
}
.img-div .text {
  flex: 1;
  overflow: hidden;
}
.img-div .text h2 {
  font-size: 16px;
  margin-bottom: 5px;
}
.img-div .text span {
  font-size: 14px;
  color: #999;
}
.dian-list ul li {
  height: 32px;
  line-height: 32px;
  position: relative;
  padding-left: 20px;
}
.dian-list ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.top-fouce-list {
  height: 490px;
  overflow: hidden;
}
.top-fouce-list .js-marquee {
  margin-bottom: 0 !important;
}
.top-fouce-list ul li {
  height: 30px;
  line-height: 30px;
  position: relative;
  padding-left: 20px;
}
.top-fouce-list ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.bot-bg {
  background-color: #f11a24;
  padding: 10px 0;
}
.bot-bg .ban_quan *,
.bot-bg .yq_lis * {
  color: #fff;
}
.bot-bg .ban_quan .on,
.bot-bg .yq_lis .on {
  border-bottom: 2px solid #fff !important;
}
.no-bor {
  border: none;
}
.crumbs {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e3e3e3;
}
.crumbs a,
.crumbs i {
  font-size: 15px;
  margin-right: 5px;
}
.j-ll ul li {
  padding: 25px 0;
  border-bottom: 1px solid #d0d0d0;
}
.j-ll ul li span {
  font-size: 20px;
  margin-bottom: 20px;
}
.j-ll ul li span a {
  font-size: 20px;
  line-height: 28px;
}
.j-ll ul li i {
  font-size: 14px;
  line-height: 14px;
  color: #8b8b8b;
}
.j-ll ul li i a {
  color: #8b8b8b;
  font-size: 14px;
}
.paging {
  margin: 40px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging a,
.paging span {
  font-size: 16px;
  color: #000;
  display: block;
  margin: 0 10px;
}
.paging a:first-of-type:before {
  content: '总数:';
}
.paging .hover {
  margin-right: 0;
}
.paging .hover:before {
  content: '当前页:';
}
.paging .hover::after {
  content: '/';
}
.paging span {
  margin-left: 5px;
}
.top-list {
  counter-reset: top;
  counter-increment: top 0;
  position: relative;
}
.top-list ul li {
  padding-left: 35px;
  line-height: 35px;
  height: 35px;
  color: #515151;
  position: relative;
}
.top-list ul li a {
  font-size: 16px;
}
.top-list ul li::before {
  content: counter(top);
  counter-increment: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 50%;
  background-color: #f11a24;
}
.hpian {
  margin: 40px 0;
}
.hpian span {
  width: 48%;
}
.fff {
  background-color: #fff;
  box-sizing: border-box;
  padding: 5px 20px;
}
.j-tit h4 {
  font-size: 38px;
}
.j-info {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.j-info i {
  margin-right: 20px;
  font-size: 12px;
  color: #666;
}
.j-txt p {
  font-size: 17px;
  line-height: 35px;
  margin-bottom: 16px;
  text-indent: 2rem;
  text-align: justify;
}
.j-txt img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.keywords {
  justify-content: center;
}
.keywords span,
.keywords a {
  color: #fff;
  font-size: 14px;
}
.keywords a {
  margin-right: 20px;
}
.j-1 {
  width: 420px;
}
.j-2 {
  width: 305px;
}
.j-3 {
  width: 520px;
}
.j-left {
  width: 68%;
}
.j-right {
  width: 30%;
}
.j-right .img-div a {
  margin-bottom: 15px;
}
.j-right .img-div img {
  height: 80px;
}
.beian,.beian_cn{
  text-align: center;
}
.j-txt p:has(img){text-align: center;}