/*全局*/
@charset "utf-8";
@font-face {
  font-family: pmzdbtt;
  src: url('fonts/pmzdbtt.ttf') format('truetype');
}
@font-face {
  font-family: SourceHanSansSC-Regular;
  src: url('fonts/SourceHanSansSC-Regular-2.otf') format('opentype');
}
@font-face {
  font-family: SourceHanSansSC-Bold;
  src: url('fonts/SourceHanSansSC-Bold-2.otf') format('opentype');
}
@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("fonts/fa-regular-400.eot");
  src: url("fonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("fonts/fa-regular-400.woff2") format("woff2"), url("fonts/fa-regular-400.woff") format("woff"), url("fonts/fa-regular-400.ttf") format("truetype"), url("fonts/fa-regular-400.svg#fontawesome") format("svg");
}
* {
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}
:after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box
}
*:hover {
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
img {
  border: 0;
}
html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
body {
  font-size: 14px;
  background-color: #fff;
  font-family: "SourceHanSansSC-Regular", "Microsoft YaHei", Arial, Helvetica, sans-serif, "SimSun";
  width: 100%;
  overflow-x: hidden;
}
button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
/* 链接 */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #cc1e1e;
}
a:hover, a:active, a:visited, a:link {
  text-decoration: none;
}
/*标题*/
h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
/* 显示隐藏(js调用) */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*清除浮动*/
.clearfix:after {
  clear: both;
  content: "\200B";
  display: block;
  height: 0;
}
.clearfix {
  *zoom: 1;
}
.clear {
  clear: both;
  height: 0px;
  margin: 0;
  padding: 0;
  width: 0;
  border: none;
  overflow: hidden;
}
/*封套*/
.wrap {
  width: 1200px;
  margin: 0px auto;
  position: relative;
}
/*返回顶部*/
#toTop {
  display: block;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 58px;
  height: 58px;
  border-radius: 3px;
  border: none;
  text-indent: 100%;
  background-image: url(../img/tb.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9998;
}
#toTop span {
  display: none;
  background-color: #666;
  color: white;
  border-radius: 3px;
  width: 58px;
  height: 58px;
  font-size: 12px;
  text-indent: 0;
  line-height: 58px;
  text-align: center;
}
#toTop:hover span {
  display: block
}
/*背景*/
.body-bg {
  background-color: #fff;
}
/* 导航*/
.index-nav {
  position: fixed;
  z-index: 10000;
  width: 100%;
  top: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  height: 84px;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.index-nav .border-line {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #cc1e1e;
}
.index-nav .border-line::after {
  content: '';
  display: block;
  width: 300px;
  height: 4px;
  position: absolute;
  left: -300px;
  background: linear-gradient(to right, rgba(255, 226, 0, 0), rgba(255, 226, 0, 1), rgba(255, 226, 0, 1));
  -webkit-animation: border-line 5s ease-out infinite;
  -moz-animation: border-line 5s ease-out infinite;
  -ms-animation: border-line 5s ease-out infinite;
  -o-animation: border-line 5s ease-out infinite;
  animation: border-line 5s ease-out infinite;
}
.index-nav .logo {
  height: 40px;
  width: 315px;
  text-align: center;
  float: left;
}
.index-nav .logo a {
  display: block;
}
.index-nav .logo img {
  height: auto;
  width: 100%;
}
.index-nav .nav-list {
  width: calc(100% - 330px);
  height: 40px;
  float: right;
  text-align: center;
  position: relative;
  z-index: 10;
}
.index-nav .nav-list li {
  display: inline-block;
  text-align: center;
  position: relative;
}
.index-nav .nav-list li a {
  font-size: 20px;
  color: #333;
  display: block;
  padding: 0px 80px;
  line-height: 40px;
  position: relative;
}
.index-nav .nav-list li li a {
  font-size: 17px;
}
.index-nav .nav-list li a:after {
  content: '';
  display: block;
  background-color: #cc1e1e;
  color: #cc1e1e;
  height: 4px;
  width: 0px;
  border-radius: 4px;
  margin: 5px auto auto auto;
  position: relative;
  top: -4px;
}
.index-nav .nav-list li.choose a {
  color: #cc1e1e;
}
.index-nav .nav-list li.choose a:after {
  content: '';
  display: block;
  background-color: #cc1e1e;
  color: #cc1e1e;
  height: 4px;
  width: 100%;
  border-radius: 6px;
  margin: 5px auto auto auto;
  position: relative;
  top: -4px;
}
.index-nav .nav-list li:hover a:after {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index-nav .nav-list li .nav-list2 {
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 40px;
  z-index: 999;
  padding: 10px 0px;
  display: none;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.index-nav .nav-list li:hover .nav-list2 {
  display: block;
}
.index-nav .nav-list li .nav-list2::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
  position: relative;
  margin: -20px auto 0px auto;
  top: -7px;
}
.index-nav .nav-list li .nav-list2 li {
  width: 100%;
  display: block;
}
.index-nav .nav-list li .nav-list2 li a, .index-nav .nav-list li.choose .nav-list2 li a {
  width: 100%;
  padding: 0px;
  color: #333;
  background-color: #fff;
}
.index-nav .nav-list li .nav-list2 li a:after {
  display: none;
}
.index-nav .nav-list li .nav-list2 li a:hover {
  background-color: #cc1e1e;
  color: #fff;
}
.index-nav span.menu {
  display: none;
}
.index-nav span.menu-close {
  display: none;
}
.show-bg {
  background-image: url(../img/show-bg.png);
  background-repeat: repeat;
  position: fixed;
  z-index: 9999;
  height: 100vh;
  width: 100%;
  left: 0px;
  top: 0px;
  display: none;
}
.nav-banner {
  background-color: rgba(255, 255, 255, 0);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-banner .border-line {
  display: none;
}
.nav-banner .nav-list li a {
  color: #fff;
}
.nav-banner.index-nav .nav-list li.choose a {
  color: #fff;
}
.nav-banner.index-nav .nav-list li.choose a:after {
  background-color: #fff;
  color: #fff;
}
/*footer*/
.footer {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  background-color: #33405d;
  width: 100%;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #cc1e1e;
}
.footer .link-main {
  border-bottom: solid 1px #9b9b9b;
  padding: 20px 0px;
  position: relative;
  z-index: 10;
}
.footer .link-main .link-tit {
  width: 100px;
  float: left;
}
.footer .link-main .link-tit i {
  margin-right: 10px;
}
.footer .link-main .link-list {
  width: calc(100% - 120px);
  float: right;
  text-align: right;
}
.footer .link-main .link-list li {
  display: inline-block;
  position: relative;
  text-align: right;
  margin-left: 80px;
  line-height: 24px;
  height: 30px;
}
.footer .link-main .link-list li a {
  color: #fff;
}
.footer .link-main .link-list li a i {
  margin-left: 5px;
}
.footer .link-main .link-list li::before {
  content: '';
  display: none;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  bottom: 0px;
  right: 30px;
}
.footer .link-main .link-list li:hover:before {
  display: block;
}
.footer .link-main .link-list li:hover .link-list2 {
  display: block;
}
.footer .link-main .link-list li .link-list2 {
  display: none;
  position: absolute;
  width: 500px;
  padding: 15px 0px 15px 15px;
  background-color: #fff;
  right: 0px;
  top: 30px;
  max-height: 120px;
  overflow-y: scroll;
  text-align: left;
}
.footer .link-main .link-list li .link-list2 li {
  display: inline-block;
  text-align: left;
  margin: 0px 15px 0px 0px;
  height: auto;
}
.footer .link-main .link-list li .link-list2 li::before {
  display: none;
}
.footer .link-main .link-list li .link-list2 li a {
  color: #000;
}
.footer .link-main .link-list li .link-list2 li a:hover {
  color: #cc1e1e;
}
.footer .footer-main {
  padding: 40px 20px;
}
.footer .footer-con {
  float: left;
}
.footer .footer-con p {
  line-height: 30px;
}
.footer .footer-con p img.ba {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.footer .ewm-con {
  width: 250px;
  text-align: right;
  float: right;
}
.footer .ewm-con img {
  margin-left: 20px;
  width: 88px;
  height: 88px;
}
/*内容*/
/*首页全屏滚动*/
.showSection0, .showSection1, .showSection2, .showSection3, .showSection4 {
  display: none;
}
/*首页轮播*/
.banner {
  position: relative;
  height: 100vh;
  width: 100%;
}
.banner .flexslider {
  background-color: #fff;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  clear: both;
  z-index: 10;
  position: relative;
}
.banner .slides {
  position: relative;
  z-index: 11;
}
.banner .slides li {
  height: 100vh;
  width: 100%;
}
.banner .slides li a {
  display: block;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.banner .slides li a.a-pc {
  display: block;
}
.banner .slides li a.a-phone {
  display: none;
}
.banner .flex-control-nav {
  position: absolute;
  bottom: 25px;
  z-index: 22;
  width: 100%;
  text-align: center;
}
.banner .flex-control-nav li {
  display: inline-block;
  height: 10px;
  margin: 0 5px;
  display: inline;
  zoom: 1;
  font-size: 0px;
}
.banner .flex-control-nav a {
  display: inline-block;
  height: 10px;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  width: 10px;
  border-radius: 10px;
}
.banner .flex-control-nav .flex-active {
  width: 25px;
  background-color: #fff;
}
.banner .flex-direction-nav {
  position: absolute;
  z-index: 21;
  left: 0px;
  top: 0px;
  width: 100%;
}
.banner .flex-direction-nav a {
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50vh;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
  color: #fff;
  font-size: 50px;
}
.banner .flex-direction-nav a:hover {}
.banner .flex-direction-nav a.flex-prev {
  left: 20px;
  width: 0;
}
.banner .flex-direction-nav a.flex-prev:before {
  content: "\f104";
}
.banner .flex-direction-nav a.flex-next {
  right: 30px;
}
.banner .flex-direction-nav a.flex-next:before {
  content: "\f105";
}
/*首页通用*/
.index-title {
  height: 60px;
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.index-title h1 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  height: 60px;
  line-height: 50px;
  padding: 0px 100px 0px 0px;
  position: relative;
  z-index: 13;
}
.index-title h2 {
  font-size: 26px;
  color: #ccc;
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  z-index: 11;
  right: 0px;
  top: -16px;
  white-space: nowrap;
}
.index-title h1::after {
  content: '';
  display: block;
  position: absolute;
  width: 65px;
  height: 5px;
  background-color: #cc1e1e;
  right: 0px;
  top: 24px;
}
a.index-more {
  font-size: 16px;
  color: #333;
  text-align: right;
  display: block;
  position: absolute;
  top: 30px;
  right: 0px;
}
a.index-more:hover {
  color: #cc1e1e;
}
/*新闻资讯*/
.index-xwzx {
  text-align: center;
}
.index-xwzx .index-title {
  margin-top: 50px;
}
.index-xwzx .index-title h2 {
  right: -70px;
}
.index-xwzx .xwzx-main {
  padding: 30px 0px 0px 0px;
}
.index-xwzx .xwzx-slider {
  position: relative;
  width: 560px;
  height: auto;
  aspect-ratio: 4/3;
  float: left;
}
.index-xwzx .xwzx-slider .flexslider {
  background-color: #fff;
  width: 560px;
  height: auto;
  aspect-ratio: 4/3;
  overflow: hidden;
  clear: both;
  z-index: 10;
  position: relative;
}
.index-xwzx .xwzx-slider .slides {
  position: relative;
  z-index: 11;
}
.index-xwzx .xwzx-slider .slides li {
  width: 560px;
  height: auto;
  aspect-ratio: 4/3;
}
.index-xwzx .xwzx-slider .slides li a {
  display: block;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.index-xwzx .xwzx-slider .slides li a img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  position: relative;
  z-index: 1;
}
.index-xwzx .xwzx-slider .slides li a h1 {
  position: absolute;
  width: 100%;
  height: 40px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0px 150px 0px 20px;
  font-size: 14px;
  line-height: 40px;
  bottom: 0px;
  left: 0px;
  z-index: 11;
}
.index-xwzx .xwzx-slider .flex-control-nav {
  position: absolute;
  bottom: 12px;
  right: 10px;
  z-index: 22;
  width: 120px;
  text-align: right;
}
.index-xwzx .xwzx-slider .flex-control-nav li {
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  display: inline;
  zoom: 1;
  font-size: 0px;
}
.index-xwzx .xwzx-slider .flex-control-nav a {
  display: inline-block;
  height: 10px;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.8);
  width: 10px;
  border-radius: 10px;
}
.index-xwzx .xwzx-slider .flex-control-nav .flex-active {
  background-color: #fff;
}
.index-xwzx .xwzx-list {
  position: relative;
  width: calc(100% - 590px);
  float: right;
  text-align: left;
}
.index-xwzx .xwzx-list .tit {
  margin-bottom: 20px;
}
.index-xwzx .xwzx-list .tit h1 {
  display: block;
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  border-bottom: solid 3px #cc1e1e;
}
.index-xwzx .xwzx-list .tit a.more {
  display: block;
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  text-align: right;
}
.index-xwzx .xwzx-list .tit a.more:hover {
  color: #cc1e1e;
}
.index-xwzx .xwzx-list .list {}
.index-xwzx .xwzx-list .list li {
  margin-bottom: 10px;
}
.index-xwzx .xwzx-list .list li a {
  width: 100%;
  height: 100%;
  padding: 5px 15px;
  background-color: #f4f4f4;
  color: #333;
  display: flex;
  justify-content: space-between;
}
.index-xwzx .xwzx-list .list li a:hover {
  background-color: #cc1e1e;
  color: #fff;
}
.index-xwzx .xwzx-list .list li a .time {
  width: 50px;
  text-align: center;
  padding-top: 10px;
}
.index-xwzx .xwzx-list .list li a .time span {
  font-size: 12px;
  display: block;
}
.index-xwzx .xwzx-list .list li a .time span.year {
  font-size: 16px;
  border-bottom: solid 1px #dadada;
}
.index-xwzx .xwzx-list .list li a .con {
  width: calc(100% - 65px);
  text-align: left;
}
.index-xwzx .xwzx-list .list li a .con h1 {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.index-xwzx .xwzx-list .list li a .con p {
  font-size: 13px;
  line-height: 22px;
  height: 44px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
}
.index-xwzx .xwzx-list .list li a:hover .con h1 {
  color: #fff;
}
.index-xwzx .xwzx-list .list li a:hover .con p {
  color: #fff;
}
/*热门专题*/
.index-rmzt {
  background-image: url("../img/index-bg2.jpg");
  background-size: cover;
  background-color: #f2f3f3;
  width: 100%;
  height: 100vh;
  text-align: center;
}
.index-rmzt .rmzt-main {
  padding: 30px 0px 0px 0px;
}
.index-rmzt .rmzt-main .list {
  display: flex;
  justify-content: space-around;
  height: 400px;
}
.index-rmzt .rmzt-main .list li {
  width: calc(33.33% - 20px);
}
.index-rmzt .rmzt-main .list li .img {
  margin: 20px auto 0px auto;
  width: 90%;
  height: 181px;
  aspect-ratio: 15/8;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}
.index-rmzt .rmzt-main .list li .img img {
  width: 100%;
  height: 100%;
}
.index-rmzt .rmzt-main .list li .con {
  margin: -3px auto 0px auto;
  width: 90%;
  padding: 30px 25px;
  background-color: #fff;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}
.index-rmzt .rmzt-main .list li .con::after {
  content: '';
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -11px;
  left: 0px;
  background-color: #fff;
}
.index-rmzt .rmzt-main .list li .link {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 30px;
  text-align: left;
}
.index-rmzt .rmzt-main .list li .link a {
  color: #333;
}
.index-rmzt .rmzt-main .list li .link a:hover {
  color: #cc1e1e;
}
.index-rmzt .rmzt-main .list li:hover .img {
  margin: 0px auto 0px auto;
  width: 100%;
  height: 202px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media(min-width:750px) {
  .index-rmzt .rmzt-main .list li .con {
    min-height: 150px;
  }
  .index-rmzt .rmzt-main .list li:hover .con {
    min-height: 170px;
  }
}
.index-rmzt .rmzt-main .list li:hover .con {
  width: 100%;
  padding: 40px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.index-rmzt .rmzt-main .list li .more {
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  margin: 0px auto 0px auto;
  width: 90%;
  background-color: #fff;
  position: relative;
  z-index: 9;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
}
.index-rmzt .rmzt-main .list li .more a {
  color: #333;
  display: block;
}
.index-rmzt .rmzt-main .list li .more a:hover {
  color: #cc1e1e;
}
.index-rmzt .rmzt-main .list li:hover .more {
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rmzt-more {
  position: absolute;
  right: 40px;
  top: 43px;
  color: #999;
}
.rmzt-more:hover {
  color: #cc1e1e;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .index-rmzt .rmzt-main .list li .img img {
    width: 100%;
    height: auto;
  }
}
/*关于我们*/
.index-gywm .gywm-con {
  float: left;
  width: calc(50% - 30px);
  text-align: right;
}
.index-gywm .gywm-con .con {
  text-align: left;
  margin-top: 30px;
}
.index-gywm .gywm-con .con p {
  text-align: justify;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  color: #333;
  text-indent: 2em;
}
.index-gywm .gywm-video {
  float: right;
  width: calc(50% - 30px);
  position: relative;
}
.index-gywm .gywm-video .gywm-img {
  width: calc(100% - 30px);
  height: auto;
  aspect-ratio: 4/3;
  position: relative;
  z-index: 11;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.index-gywm .gywm-video video {
  width: calc(100% - 30px);
  height: auto;
  aspect-ratio: 4/3;
  position: relative;
  z-index: 11;
  background-color: #313131;
}
.index-gywm .gywm-video::after {
  content: '';
  display: block;
  position: absolute;
  right: 0px;
  bottom: -40px;
  z-index: 1;
  width: 15%;
  height: auto;
  aspect-ratio: 1/1;
  border: solid 3px #cc1e1e;
}
@media all and (-ms-high-contrast:none), (-ms-high-contrast:active) {
  .index-gywm .gywm-video video {
    width: calc(100% - 30px);
    padding-bottom: calc(75% - 22px);
  }
  .index-gywm .gywm-video .gywm-img {
    width: calc(100% - 30px);
    padding-bottom: calc(75% - 22px);
  }
  .index-gywm .gywm-video::after {
    height: 0px;
    padding-bottom: 15%;
  }
}
/*二级页通用*/
.main {
  width: 100%;
}
.main-banner {
  width: 100%;
  height: 334px;
  background-image: url('../img/list-banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.main-banner .tit {
  font-size: 45px;
  line-height: 70px;
  font-family: 'pmzdbtt';
  color: #fff;
  padding-top: 150px;
  text-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.main-banner .tit:after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  background-color: #fff;
}
/*二级页导航*/
.nav2-list {
  padding: 20px 10px;
}
.nav2-list ul li {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.nav2-list ul li a {
  display: block;
  padding: 0px 25px;
  color: #333;
  position: relative;
}
.nav2-list ul li a:hover {
  color: #cc1e1e;
}
.nav2-list ul li.choose a {
  color: #cc1e1e;
}
.nav2-list ul li.choose a:after {
  content: '';
  display: block;
  background-color: #cc1e1e;
  color: #cc1e1e;
  height: 3px;
  width: 100%;
  border-radius: 3px;
  margin: 5px auto auto auto;
}
/*二级页文字列表*/
.main-list {
  width: 100%;
}
.main-list ul li {
  width: 100%;
  border-bottom: solid 1px #eee;
}
.main-list ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 30px;
  color: #333;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-list ul li:hover a {
  background-color: #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-list ul li a h1 {
  font-size: 18px;
  line-height: 28px;
  font-weight: bold;
  color: #cc1e1e;
  margin-bottom: 10px;
  max-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.main-list ul li a h3 {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: #999;
  margin-bottom: 10px;
}
.main-list ul li a h3 i {
  margin-right: 10px;
}
.main-list ul li a p {
  font-size: 14px;
  line-height: 26px;
  font-weight: normal;
  color: #333;
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
/*二级页分页*/
.web_page {
  clear: both;
  text-align: center;
  overflow: hidden;
  padding-top: 30px;
  padding-bottom: 30px;
}
.web_page a {
  margin: 0px 5px 10px 5px;
  display: inline-block;
  padding: 10px 15px;
  vertical-align: middle;
  background-color: #f5f5f5;
  border: solid 1px #eee;
  border-radius: 5px;
}
.web_page a:hover {
  color: #fff;
  background-color: #cc1e1e;
  border: solid 1px #cc1e1e;
}
.web_page a.current {
  color: #fff;
  background-color: #cc1e1e;
  border: solid 1px #cc1e1e;
  font-weight: bold;
}
.web_page a.disable {
  background-color: #f5f5f5;
  border: solid 1px #eee;
  color: #999;
}
/*二级页文章页*/
.article-main {
  padding: 50px 0px;
  min-height: 600px;
}
.nav2-list + .article-main {
  padding: 20px 0px 50px 0px;
}
.article-main .article-title {
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.article-main .article-title-phone {
  font-size: 26px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  display: none;
}
.article-main .article-info {
  color: #999;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.article-main .article-content {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #333;
}
.article-main .article-content p {
  margin-bottom: 15px;
  font-weight: normal;
  line-height: 30px;
  font-size: 18px;
  color: #333;
}
.article-main .article-content a {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  color: #cc1e1e;
}
.article-main .article-content a:hover {
  text-decoration: underline;
}
.article-main .article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}
.article-main .article-content video {
  max-width: 100%;
  height: auto;
  margin: auto;
}
.article-main .up_down {
  border-top: solid 1px #eee;
  margin-top: 50px;
  padding: 30px 0px 30px 0px;
}
.article-main .up_down .d-line {
  padding: 10px;
  line-height: 50px;
  height: 50px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-main .up_down .d-line i {
  color: #ddd;
  font-size: 30px;
  margin-right: 10px;
  line-height: 50px;
}
.article-main .up_down .d-line span {
  color: #ddd;
  font-size: 18px;
  margin-right: 20px;
  line-height: 50px;
  position: relative;
  top: -3px;
}
.article-main .up_down .d-line a {
  color: #333;
  font-size: 16px;
  line-height: 50px;
  position: relative;
  top: -3px;
}
.article-main .up_down .d-line a:hover {
  color: #cc1e1e;
}
/*二级页热门专题列表*/
.rmzt-list {
  margin: 60px 0 40px 0;
}
.rmzt-list ul li {
  width: calc(33.33% - 20px);
  margin: 0px 10px 10px 10px;
  display: block;
  float: left;
}
.rmzt-list ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  color: #333;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
}
.rmzt-list ul li:hover a {
  background-color: #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rmzt-list ul li a .img {
  width: 100%;
  height: 192px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.rmzt-list ul li a .img img {
  width: 100%;
  height: auto;
}
.rmzt-list ul li a h1 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #333;
  width: 100%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
  text-align: center;
}
.rmzt-list ul li:hover a h1 {
  color: #cc1e1e;
}
@media screen and (max-width: 768px) {
  .rmzt-list ul li {
    width: calc(100% - 0px);
    margin: 0px 0px 10px 0px;
    display: block;
    float: left;
  }
  .rmzt-list {
    margin: 30px 0;
  }
  .rmzt-list ul li a .img {
    border-radius: 0px;
    margin-bottom: 0px;
  }
  .rmzt-list ul li a h1 {
    margin-bottom: 0px;
  }
}
/*二级页图片列表*/
.img-list {
  width: 100%;
}
.img-list .LGallery-OpenBtn {
  display: none !important;
}
.img-list ul li {
  width: calc(33.33% - 20px);
  margin: 0px 10px 10px 10px;
  display: block;
  float: left;
}
.img-list ul li .LGallery-OpenBtn {
  display: flex !important;
  top: 20px !important;
  right: 20px !important;
}
.img-list ul li a {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  color: #333;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 10px;
  position: relative;
}
.img-list ul li:hover a {
  background-color: #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.img-list ul li a .img {
  width: 100%;
  height: 220px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.img-list ul li a h1 {
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  color: #333;
  width: 100%;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 5px;
}
.img-list ul li:hover a h1 {
  color: #cc1e1e;
}
.img-list ul li .gallery-list a {
  display: none;
}
.img-list ul li .gallery-list a:nth-child(1) {
  display: block;
}
.video-list ul li a .fa-play {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  top: 0px;
  left: 0px;
  border-radius: 10px;
  overflow: hidden;
  z-index: 11;
  color: #eee;
  text-align: center;
  font-size: 40px;
  line-height: 220px;
  padding-left: 10px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.video-list ul li a:hover .fa-play {
  background-color: rgba(0, 0, 0, 0.02);
  font-size: 50px;
  color: #fff;
}
/*媒体查找*/
@media (max-width: 1920px) {
  .index-nav .nav-list li a {
    font-size: 20px;
    padding: 0px 60px;
  }
  .index-nav .nav-list li li a {
    font-size: 17px;
  }
}
@media (max-width: 1600px) {
  .index-nav .nav-list li a {
    padding: 0px 25px;
  }
}
@media (max-width: 1200px) {
  .wrap {
    width: 90%;
  }
  /* 导航*/
  .index-nav {
    height: 74px;
  }
  .index-nav .logo {
    height: 30px;
    width: 236px;
  }
  .index-nav .nav-list {
    width: calc(100% - 240px);
    height: 30px;
    text-align: right;
  }
  .index-nav .nav-list li a {
    font-size: 16px;
    padding: 0px 20px;
    line-height: 30px;
  }
  .index-nav .nav-list li li a {
    font-size: 15px;
  }
  /*footer*/
  .footer .link-main .link-list {
    width: calc(100% - 100px);
  }
  .footer .link-main .link-list li {
    margin-left: 30px;
    position: static;
  }
  .footer .link-main .link-list li::before {
    position: static;
    margin: auto;
    display: block;
    position: relative;
    top: 30px;
    left: 5px;
    margin-top: -10px;
    border-bottom: 8px solid transparent;
  }
  .footer .link-main .link-list li:hover:before {
    border-bottom: 8px solid #fff;
  }
  .footer .link-main .link-list li .link-list2 {
    width: calc(100% - 5px);
    left: 0px;
    right: auto;
    top: auto;
    margin-top: 5px;
  }
  /*首页通用*/
  .index-title {
    height: 60px;
    margin-top: 20px;
  }
  .index-title h1 {
    font-size: 26px;
    height: 60px;
    line-height: 50px;
    padding: 0px 80px 0px 0px;
  }
  .index-title h2 {
    font-size: 20px;
    top: -12px;
  }
  .index-title h1::after {
    width: 45px;
  }
  /*新闻资讯*/
  .index-xwzx .index-title h2 {
    right: -40px;
  }
  .index-xwzx .xwzx-main {
    padding: 30px 0px 0px 0px;
  }
  .index-xwzx .xwzx-slider {
    width: 480px;
    height: auto;
    aspect-ratio: 4/3;
  }
  .index-xwzx .xwzx-slider .flexslider {
    width: 480px;
    height: auto;
    aspect-ratio: 4/3;
  }
  .index-xwzx .xwzx-slider .slides li {
    width: 480px;
    height: auto;
    aspect-ratio: 4/3;
  }
  .index-xwzx .xwzx-list {
    width: calc(100% - 500px);
  }
  .index-xwzx .xwzx-list .list li a .con p {
    height: 26px;
    color: #999;
    -webkit-line-clamp: 1;
  }
  .index-xwzx .xwzx-list .list li a .time {
    padding-top: 5px;
  }
  .index-xwzx .xwzx-list .list li a {
    padding: 6px 15px;
  }
  /*热门专题*/
  .index-rmzt .rmzt-main {
    padding: 30px 0px 0px 0px;
  }
  .index-rmzt .rmzt-main .list li {
    width: calc(33.33% - 10px);
  }
  .index-rmzt .rmzt-main .list li .img {
    margin: 20px auto 0px auto;
    width: 95%;
  }
  .index-rmzt .rmzt-main .list li .con {
    width: 95%;
    padding: 20px 15px;
  }
  .index-rmzt .rmzt-main .list li .more {
    width: 95%;
  }
  .rmzt-more {
    position: absolute;
    right: 0;
    top: 54px;
  }
  /*关于我们*/
  .index-gywm .gywm-con {
    width: calc(50% - 15px);
  }
  .index-gywm .gywm-con .con {
    margin-top: 10px;
  }
  .index-gywm .gywm-con .con p {
    font-size: 14px;
    line-height: 22px;
  }
  .index-gywm .gywm-video {
    width: calc(50% - 15px);
  }
  .index-gywm .gywm-video video {
    margin-top: 30px;
    width: 100%;
  }
  .index-gywm .gywm-video .gywm-img {
    margin-top: 30px;
    width: 100%;
  }
  .index-gywm .gywm-video::after {
    right: -20px;
  }
  /*二级页*/
  .main-banner {
    height: 280px;
  }
  .main-banner .tit {
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    padding-top: 120px;
  }
  .main-banner .tit:after {
    width: 80px;
    margin: 0px auto;
  }
  .img-list ul li a .img {
    height: 160px;
  }
  .video-list ul li a .fa-play {
    line-height: 160px;
  }
}
@media (max-width: 950px) {
  /* 导航*/
  .index-nav {
    padding: 15px;
    height: 64px;
  }
  .index-nav .logo {
    height: 30px;
    width: 236px;
    margin-top: 5px;
  }
  .index-nav .nav-list {
    width: calc(100% - 240px);
    height: 30px;
  }
  .index-nav .nav-list li a {
    font-size: 15px;
    padding: 0px 10px;
  }
  .index-nav .nav-list li li a {
    font-size: 14px;
  }
  /*新闻资讯*/
  .index-xwzx .xwzx-slider, .index-xwzx .xwzx-slider .flexslider, .index-xwzx .xwzx-slider .slides li {
    width: 380px;
    height: auto;
    aspect-ratio: 4/3;
  }
  .index-xwzx .xwzx-slider .slides li a h1 {
    height: 35px;
    line-height: 35px;
  }
  .index-xwzx .xwzx-slider .flex-control-nav {
    bottom: 8px;
  }
  .index-xwzx .xwzx-list {
    width: calc(100% - 400px);
  }
  .index-xwzx .xwzx-list .tit {
    margin-bottom: 10px;
  }
  .index-xwzx .xwzx-list .tit h1 {
    font-size: 16px;
    line-height: 25px;
  }
  .index-xwzx .xwzx-list .tit a.more {
    line-height: 25px;
  }
  .index-xwzx .xwzx-list .list li a .con h1 {
    font-size: 14px;
    line-height: 22px;
  }
  .index-xwzx .xwzx-list .list li a .con p {
    height: 20px;
    line-height: 20px;
  }
  .index-xwzx .xwzx-list .list li a .time {
    padding-top: 3px;
  }
  .index-xwzx .xwzx-list .list li a {
    padding: 2px 15px;
  }
  /*关于我们*/
  .index-gywm .gywm-video video {
    margin-top: 60px;
  }
  .index-gywm .gywm-video .gywm-img {
    margin-top: 60px;
  }
  /*二级页*/
  .img-list ul li {
    width: calc(50% - 20px);
  }
  .img-list ul li a .img {
    height: 200px;
  }
  .video-list ul li a .fa-play {
    line-height: 200px;
  }
}
@media (max-width: 800px) {
  #toTop {
    width: 45px;
    height: 45px;
    background-size: 60% 60%;
  }
  #toTop:hover span {
    display: none;
  }
  /* 导航*/
  .index-nav {
    height: 64px;
    padding: 15px;
  }
  .index-nav .logo {
    height: 30px;
    width: 236px;
    margin-top: 0px;
  }
  .index-nav .logo a {
    display: block;
    padding-top: 0px;
  }
  .index-nav .logo img {
    height: 100%;
    width: 100%;
  }
  .index-nav span.menu {
    display: block;
    height: 50px;
    width: 60px;
    position: fixed;
    z-index: 101;
    top: 0px;
    right: 10px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
  }
  .index-nav span.menu-close {
    display: none;
    height: 60px;
    width: 50px;
    float: right;
    position: fixed;
    z-index: 99999;
    top: 0px;
    right: 10px;
    font-size: 25px;
    line-height: 60px;
    text-align: center;
  }
  .index-nav .nav-list {
    display: none;
    width: 70%;
    height: 100vh;
    position: fixed;
    z-index: 99998;
    top: 0px;
    right: 0px;
    padding: 60px 20px 20px 20px;
    background-color: #fff;
    -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.2);
  }
  .index-nav .nav-list li {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 15px;
  }
  .index-nav .nav-list li a {
    font-size: 16px;
    color: #333;
    display: block;
    border-radius: 5px;
    line-height: 26px;
    padding: 5px 5px 5px 5px;
  }
  .index-nav .nav-list li li a {
    font-size: 15px;
  }
  .index-nav .nav-list li a:after {
    display: none;
  }
  .index-nav .nav-list li.choose a:after {
    display: none;
  }
  .index-nav .nav-list li a:hover {
    background-color: #cc1e1e;
    color: #fff;
  }
  .index-nav .nav-list li.choose a {
    background-color: #cc1e1e;
    color: #fff;
  }
  .index-nav .nav-list li .nav-list2 {
    position: relative;
    top: 0px;
    padding: 10px 0px 0px 0px;
    border: solid 1px #eee;
  }
  .index-nav .nav-list li .nav-list2 li {
    padding-bottom: 10px;
  }
  .index-nav .nav-list li .nav-list2 li a {
    line-height: 26px;
    padding: 5px 5px 5px 5px;
  }
  .nav-banner span.menu {
    color: #fff;
  }
  /*footer*/
  .footer .link-main .link-tit {
    width: 100px;
    float: none;
  }
  .footer .link-main .link-list {
    width: calc(100% + 50px);
    float: none;
    text-align: left;
    position: relative;
  }
  .footer .link-main .link-list li {
    text-align: left;
    margin-left: 0px;
    margin-right: 25px;
  }
  .footer .link-main .link-list li .link-list2 {
    width: calc(100% - 55px);
    left: 0px;
    right: auto;
    top: auto;
    margin-top: 5px;
  }
  .footer .footer-main {
    padding: 40px 0px;
  }
  .footer .footer-con {
    float: none;
    margin-bottom: 30px;
  }
  .footer .ewm-con {
    width: 250px;
    float: none;
    margin: auto;
    text-align: center;
  }
  .footer .ewm-con img {
    margin: 0px 10px 0px 10px;
    width: 88px;
    height: 88px;
  }
  /*首页全屏滚动*/
  .showSection0, .showSection1, .showSection2, .showSection3, .showSection4 {
    display: block;
  }
  #fp-nav {
    display: none;
  }
  /*首页通用*/
  .index-title {
    height: 50px;
    margin-top: 40px;
    position: relative;
  }
  .index-title h1 {
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    padding: 0px 50px 0px 0px;
  }
  .index-title h2 {
    font-size: 16px;
    top: -4px;
  }
  .index-title h1::after {
    width: 35px;
  }
  a.index-more {
    font-size: 15px;
    top: 50px;
  }
  /*新闻资讯*/
  .index-xwzx .index-title {
    margin-top: 40px;
  }
  .index-xwzx .xwzx-main {
    padding: 10px 0px 0px 0px;
  }
  .index-xwzx .xwzx-slider {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .index-xwzx .xwzx-slider .flexslider, .index-xwzx .xwzx-slider .slides li {
    width: 100%;
  }
  .index-xwzx .xwzx-list {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
  .index-xwzx .xwzx-list .list li a .con h1 {
    font-size: 15px;
    line-height: 24px;
  }
  .index-xwzx .xwzx-list .list li a .con p {
    height: 24px;
    line-height: 24px;
  }
  .index-xwzx .xwzx-list .list li a .time {
    padding-top: 3px;
  }
  .index-xwzx .xwzx-list .list li a {
    padding: 10px 15px;
  }
  /*热门专题*/
  .index-rmzt .rmzt-main {
    padding: 20px 0px 40px 0px;
  }
  .index-rmzt .rmzt-main .list {
    display: block;
    height: auto;
  }
  .index-rmzt .rmzt-main .list li {
    width: 100%;
  }
  .index-rmzt .rmzt-main .list li .img {
    margin: 0px auto 0px auto;
    width: 100%;
  }
  .index-rmzt .rmzt-main .list li .con {
    width: 100%;
    padding: 20px 25px;
    margin: -3px auto 0px auto;
  }
  .index-rmzt .rmzt-main .list li:hover .con {
    padding: 20px 25px;
  }
  .index-rmzt .rmzt-main .list li .more {
    width: 100%;
    margin: 0px auto 15px auto;
  }
  /*关于我们*/
  .index-gywm .gywm-con {
    float: none;
    width: 100%;
    text-align: center;
  }
  .index-gywm .gywm-con .con {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .index-gywm .gywm-con .con p {
    font-size: 16px;
    line-height: 26px;
  }
  .index-gywm .gywm-video {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .index-gywm .gywm-video video {
    margin-top: 0px;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .index-gywm .gywm-video .gywm-img {
    margin-top: 0px;
    width: 100%;
    aspect-ratio: 16/9;
  }
  .index-gywm .gywm-video::after {
    display: none;
  }
  /*二级页*/
  .main-banner {
    height: 200px;
  }
  .main-banner .tit {
    text-align: center;
    font-size: 32px;
    line-height: 50px;
    padding-top: 80px;
  }
  .main-banner .tit:after {
    width: 60px;
  }
  .nav2-list ul li {
    font-size: 16px;
    line-height: 26px;
  }
  .nav2-list ul li a {
    padding: 0px 10px;
  }
  .main-list ul li a {
    padding: 15px;
  }
  .main-list ul li a h1 {
    font-size: 16px;
    line-height: 26px;
    max-height: 52px;
    margin-bottom: 5px;
  }
  .main-list ul li a h3 {
    margin-bottom: 5px;
  }
  .web_page {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .web_page a {
    margin: 0px 5px 10px 5px;
    padding: 6px 12px;
  }
  .nav2-list + .article-main {
    padding: 0px 0px 50px 0px;
  }
  .article-main .article-title {
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 20px;
    display: none;
  }
  .article-main .article-title-phone {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 20px;
    display: block;
  }
  .article-main .article-info {
    font-size: 12px;
  }
  .article-main .article-content p {
    margin-bottom: 10px;
    line-height: 30px;
    font-size: 16px;
  }
  .article-main .up_down {
    margin-top: 30px;
    padding: 20px 0px 20px 0px;
  }
  .article-main .up_down .d-line {
    line-height: 40px;
    height: 40px;
    padding: 5px 0px;
  }
  .article-main .up_down .d-line i {
    font-size: 18px;
    margin-right: 5px;
    line-height: 40px;
  }
  .article-main .up_down .d-line span {
    font-size: 14px;
    margin-right: 10px;
    line-height: 40px;
    top: -3px;
  }
  .article-main .up_down .d-line a {
    font-size: 14px;
  }
  .img-list ul li {
    width: 50%;
    margin: 0px 0px 5px 0px;
  }
  .img-list ul li a .img {
    height: 160px;
  }
  .video-list ul li a .fa-play {
    line-height: 160px;
  }
}
@media (max-width: 500px) {
  /*二级页*/
  .img-list ul li {
    width: 100%;
  }
  .img-list ul li a .img {
    height: 220px;
  }
  .video-list ul li a .fa-play {
    line-height: 220px;
  }
}
@media (max-width: 400px) {
  /*二级页*/
  .img-list ul li a .img {
    height: 180px;
  }
  .video-list ul li a .fa-play {
    line-height: 180px;
  }
}
/*竖屏CSS */
@media (orientation: portrait) {
  /*首页轮播*/
  .banner .flex-direction-nav a {
    font-size: 30px;
  }
  .banner .flex-direction-nav a.flex-prev {
    left: 10px;
  }
  .banner .flex-direction-nav a.flex-next {
    right: -20px;
  }
  .banner .slides li a.a-pc {
    display: none;
  }
  .banner .slides li a.a-phone {
    display: block;
  }
}
/*横屏CSS */
@media (orientation: landscape) {
  /*首页轮播*/
  .banner .flex-direction-nav {
    display: block;
  }
  .banner .slides li a.a-pc {
    display: block;
  }
  .banner .slides li a.a-phone {
    display: none;
  }
}
/*导航动画*/
@-webkit-keyframes border-line {
  0% {
    left: -300px;
  }
  100% {
    left: 100%;
  }
}
@keyframes border-line {
  0% {
    left: -300px;
  }
  100% {
    left: 100%;
  }
}