/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "UTF-8";

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  margin: 16px 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #be1e1e;
  text-decoration: none;
}

a:hover {
  color: #7c1414;
  text-decoration: underline;
}

a:not([href]),
a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace;
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: textfield;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

progress {
  vertical-align: baseline;
}

::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

main {
  display: block;
}

[hidden] {
  display: none !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial,
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

.container {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 767.98px) {
  .container {
    width: 100%;
    padding: 16px;
  }
}

.copyright {
  padding: 32px 0;
  text-align: center;
}

.copyright p {
  margin-bottom: 8px;
}

.copyright p span {
  margin-right: 1em;
}

@media (max-width: 767.98px) {
  .copyright p span {
    display: block;
    margin-right: 0;
  }
}

.clear {
  clear: both;
}

.figure {
  position: relative;
}

.figure .figure-body {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.figure .figure-body h6 {
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.figure .figure-body h6 a {
  color: rgba(255, 255, 255, 0.9);
}

.figure .figure-body h6 a:hover {
  color: white;
  text-decoration: none;
}

.headline h6 a:hover {
  color: #be1e1e;
  text-decoration: none;
}

.headline p {
  color: #6c757d;
}

ul.news-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

ul.news-list li span {
  margin-right: 0.25em;
  font-weight: bolder;
  color: #be1e1e;
}

.card img {
  display: block;
  margin-bottom: 8px;
}

.card .card-body {
  padding: 8px;
}

.card .card-body p {
  margin-bottom: 8px;
  color: #6c757d;
  text-indent: 2em;
}

.media::after {
  display: block;
  clear: both;
  content: "";
}

.media img {
  display: block;
  float: left;
  width: 50%;
}

.media .media-body {
  float: right;
  width: 50%;
}

ul.grid {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

ul.grid::after {
  display: block;
  clear: both;
  content: "";
}

ul.grid li {
  float: left;
}

ul.grid li.col-1-2 {
  width: 50%;
}

ul.grid li.col-1-3 {
  width: 33.33%;
}

ul.grid li.col-1-4 {
  width: 25%;
}

ul.grid li.col-1-5 {
  width: 20%;
}

@media (max-width: 767.98px) {
  ul.grid li {
    float: none;
  }

  ul.grid li.col-1-2,
  ul.grid li.col-1-3,
  ul.grid li.col-1-4,
  ul.grid li.col-1-5 {
    width: 100%;
  }
}

.front-page::after {
  display: block;
  clear: both;
  content: "";
}

.front-page .col-left {
  float: left;
  width: 720px;
}

.front-page .col-right {
  float: right;
  width: 464px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("http://www.js.xinhuanet.com/jsstatics/goose/libs/slick/ajax-loader.gif") no-repeat center;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 32px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.front-page .slick-dotted.slick-slider {
  margin-bottom: 16px;
}

.front-page .slick-dots {
  right: 16px;
  bottom: 12px;
  width: 96px;
}

.arrow-basic .slick-prev,
.arrow-basic .slick-next {
  z-index: 10;
  top: 45%;
  width: 40px;
  height: 80px;
  background: url("http://gd.news.cn/zt22/ylyh/images/arrows.png") no-repeat;
  background-color: rgba(150, 120, 60, 0.25);
}

.arrow-basic .slick-prev::before,
.arrow-basic .slick-next::before {
  content: "";
}

.arrow-basic .slick-prev {
  left: -50px;
  background-position: 0 0;
}

.arrow-basic .slick-next {
  right: -50px;
  background-position: -40px 0;
}

.part .part-hd {
  padding-top: 16px;
  padding-bottom: 32px;
  text-align: center;
}

.layout-ft {
  background-color: #dc512a;
}

.layout-ft .copyright {
  color: #fff;
}

/* .layout-hd .header {
  height: 600px;
  background: url("http://gd.news.cn/zt22/ylyh/images/banner.jpg") no-repeat top;
} */
.layout-hd .navbar {
  padding: 1rem 0;
  background-color: #dc512a;
}

.layout-bd.bg1 {
  background: url("../img/bg_road.png") no-repeat bottom;
}

.layout-bd.bg2 {
  background: url("../img/bg_ink.png") no-repeat bottom;
}

ul.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

ul.nav::after {
  display: block;
  clear: both;
  content: "";
}

ul.nav li {
  float: left;
  width: 11%;
}

ul.nav li h4 {
  padding: 1rem;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #fff;
}

ul.nav li a {
  color: #fff;
  text-decoration: none;
}

ul.nav li:last-child h4 {
  border-right: 0;
}

ul.news-list {
  width: 1152px;
  margin: 16px auto 32px;
}

ul.news-list::after {
  display: block;
  clear: both;
  content: "";
}

ul.news-list li {
  float: left;
  width: 50%;
  margin-bottom: 8px;
  list-style: square inside;
}

ul.news-list li a {
  color: #333;
}

ul.news-list li a:hover {
  color: #be1e1e;
}

#p1 .front-page .figure img {
  width: 720px;
  height: 432px;
}

#p1 .front-page .headline {
  position: relative;
  padding: 32px;
  margin-bottom: 8px;
  background-color: #e5e5e5;
}

#p1 .front-page .headline span.tag {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 0 6px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #be1e1e;
}

#p1 .front-page .headline h6 {
  font-size: 20px;
  font-weight: bold;
}

#p1 .front-page .headline h6 a {
  color: #333;
}

#p1 .front-page .headline h6 a:hover {
  color: #be1e1e;
}

#p1 .front-page .headline p {
  margin-bottom: 0;
  font-size: 12px;
  color: #999;
  text-indent: 2em;
}

#p2 .headline {
  width: 545px;
  height: 150px;
  overflow: hidden;
  padding: 24px 24px 24px 88px;
  margin: 0 auto 24px;
  background: url("http://gd.news.cn/zt22/ylyh/xbt/bg_headline.png") no-repeat center;
}

#p2 .headline h6 {
  font-size: 20px;
  font-weight: bold;
}

#p2 .headline h6 a {
  color: #333;
}

#p2 .headline h6 a:hover {
  color: #be1e1e;
}

#p2 .headline p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.8;
  color: #999;
  text-indent: 2em;
}

#p3 .media {
  margin: 0 16px 16px;
}

#p3 .media img {
  width: 240px;
  height: 182px;
}

#p3 .media .media-body {
  width: 312px;
}

#p3 .media .media-body h6 {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
}

#p3 .media .media-body h6 a {
  color: #333;
}

#p3 .media .media-body h6 a:hover {
  color: #be1e1e;
}

#p3 .media .media-body p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.8;
  color: #999;
  text-indent: 2em;
}

#p3 .part-ft {
  height: 56px;
}

#p3 .listItem img {
  width: 400px;
  height: 225px;
}

.Center-Container {
  position: relative;
}

.Absolute-Center {
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

#p4 .figure {
  margin: 8px;
}

#p4 .figure .image {
  width: 584px;
  height: 329px;
}

#p4 .figure img {
  display: inline-block;
  margin-bottom: auto;
  width: 584px;
  height: 329px;
}

#p4 .figure img.play {
  width: 96px;
  height: 96px;
}

#p4 .card {
  margin: 8px;
}

#p4 .card img {
  margin-bottom: 0;
  width: 284px;
  height: 348px;
}

#p4 .card .card-body {
  padding: 16px;
  background-color: #be1900;
}

#p4 .card .card-body h6 {
  margin-bottom: 4px;
}

#p4 .card .card-body h6 a {
  color: #fff;
}

#p4 .card .card-body p {
  margin-bottom: 0;
  font-size: 12px;
  color: #fff;
  text-indent: 0;
}

#p4 .part-ft {
  height: 16px;
}

#p5 .card {
  margin: 12px;
  background-color: #f0f0f0;
}

#p5 .card img {
  margin-bottom: 0;
  width: 376px;
  height: 211.5px;
}

#p5 .card .card-body {
  padding: 16px;
}

#p5 .card .card-body h6 {
  font-size: 18px;
  font-weight: bold;
}

#p5 .card .card-body h6 a {
  color: #333;
}

#p5 .card .card-body h6 a:hover {
  color: #be1e1e;
}

#p5 .card .card-body p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.8;
  color: #999;
  text-indent: 0;
}

#p5 .part-ft {
  height: 48px;
}

#p6 .card {
  margin: 12px;
}

#p6 .card .card-body h6 {
  font-size: 18px;
  font-weight: bold;
}

#p6 .card img {
  margin-bottom: 0;
  width: 1000px;
  height: 562.5px;
  margin: 0 auto;
}

body {
  background: #f6f6f6;
}

#p6 {
  padding-top: 32px;
}

.part3-top {
  position: relative;
  height: 1000px;
}

.part3-top {
  width: 1260px;
  margin: 20px auto 0;
  position: relative;
  overflow: hidden;
}

.part3-top h2 {
  text-align: center;
  font-size: 26px;
  padding: 10px 0 20px;
}

.part3-top .swiper-container {
  padding: 0 0;
  width: 1600px;
  margin: 0 auto;
}

.part3-top .swiper-slide {
  opacity: 1;
}

.part3-top .swiper-slide-visible {
  display: block;
  opacity: 1;
}

.part3-top .swiper-slide-active:after {
  display: none;
}

.part3-top .swiper-slide img {
  width: 96%;
  height: auto;
  border: 5px solid #fff;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0 24px 47px -14px #666;
  box-shadow: 0 24px 47px -14px #666;
}

.part3-top .swiper-slide .info {
  display: none;
}

.part3-top .swiper-slide-active .info {
  display: block;
}

.part3-top .arrow-left,
.part3-top .arrow-right {
  background: url(http://www.newsimg.cn/politics/2018lh/0225/images/20180315_lhrz_an.png) 0 0 no-repeat;
  position: absolute;
  top: 43%;
  width: 54px;
  height: 87px;
  z-index: 30;
}

.part3-top .arrow-left {
  background-position: 0 0;
  left: 0;
}

.part3-top .arrow-right {
  background-position: 0 -230px;
  right: 0;
}

.part3-top .arrow-left:hover {
  background-position: 0 -115px;
}

.part3-top .arrow-right:hover {
  background-position: 0 -345px;
}

.xxx {
  position: absolute;
  width: 1600px;
  left: 50%;
  margin-left: -800px;
}

#p3 .media img {
  width: 240px;
  height: 135px;
  margin-top: 16px;
}

#p6 .card {
  margin: 12px;
}

#p6 .card .card-body h6 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#p6 .card .card-body h6 a {
  color: #333;
}

#p6 .card img {
  margin-bottom: 0;
  width: 1000px;
  height: 562.5px;
  margin: 0 auto;
}

#p6 .card-body {}

.hide-for-small img {
  width: 100%;
}

.show-for-small {
  display: none !important;
}

.show-for-small img {
  width: 100%;
}

.layout-ft {
  background-color: #dc0b08;
}

.swiper-container {
  padding-bottom: 40px;
  padding-top: 40px;
}

.swiper-wrapper {}

.swiper-slide {
  width: 978px;
  transition-timing-function: linear;
}

/* @media only screen and (max-width: 1200px) {
  .swiper-slide {
    width: 770px;
  }
}
@media only screen and (max-width: 980px) {
  .swiper-slide {
    width: 471px;
  }
}
@media only screen and (max-height: 480px) {
  .swiper-slide {
    width: 471px;
  }
} */
.bg2 .swiper-slide img {
  width: 100%;
  border-radius: 4px;
}

.bg2 .swiper-slide .title {
  position: absolute;
  transform: rotate(90deg);
  transform-origin: left top;
  left: -3px;
  font-size: 11px;
  color: rgb(102, 102, 102);
}

.bg2 .swiper-button-next,
.bg2 .swiper-button-prev {
  width: 86px;
  height: 112px;
  background-size: 86px 112px;
  margin-top: -56px;
  outline: none;
}

@media screen and (max-width: 750px) {

  .bg2 .swiper-button-next,
  .bg2 .swiper-button-prev {
    width: 43px;
    height: 56px;
    background-size: 43px 56px;
    margin-top: -56px;
    outline: none;
  }
}

.bg2 .swiper-button-next {
  background-image: url(./cursor-next.png);
}

.bg2 .swiper-button-prev {
  background-image: url(./cursor-prev.png);
}

.bg2 .swiper-pagination-bullet {
  background: none;
  opacity: 1;
  margin: 0 6px !important;
  width: 9px;
  height: 9px;
  position: relative;
  outline: none;
  vertical-align: middle;
}

.bg2 .swiper-pagination-bullet span {
  width: 3px;
  height: 3px;
  background: #ccc;
  display: block;
  border-radius: 50%;
  margin-top: 3px;
  margin-left: 3px;
}

.bg2 .swiper-pagination-bullet i {
  background: #000;
  height: 1px;
  width: 20px;
  position: absolute;
  top: 4px;
  transform: scaleX(0);
  transform-origin: left;
  z-index: 3;
  transition-timing-function: linear;
}

.bg2 .swiper-pagination-bullet-active span,
.bg2 .swiper-pagination-bullet:hover span {
  width: 9px;
  height: 9px;
  margin-top: 0;
  margin-left: 0;
  background: #000;
  position: relative;
  z-index: 1;
}

.bg2 .swiper-pagination-bullet-active i {
  animation: middle 6s;
}

.bg2 .swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
  animation: first 6s;
}

.bg2 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
  animation: last 6s;
}

@keyframes first {
  0% {
    transform: scaleX(0.5);
    left: 0px;
  }

  /*091*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }

  /*0915*/
}

@keyframes last {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }

  /*1090*/
  20% {
    transform: scaleX(0.3);
    left: 2px;
  }

  /*090*/
  100% {
    transform: scaleX(0.3);
    left: 0px;
  }

  /*090*/
}

@keyframes middle {
  0% {
    transform: scaleX(0.7);
    left: -10px;
  }

  /*1091*/
  20% {
    transform: scaleX(0.45);
    left: 2px;
  }

  /*092*/
  100% {
    transform: scaleX(1);
    left: 2px;
  }

  /*0913*/
}

#p3 .part-bd {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.listItem {
  width: 30%;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

.listItem a {
  display: block;
}

.listItem a:link,
.listItem a:hover {
  text-decoration: none;
}

.listItem .tit {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  border: 20px;
}

.listItem .tit h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 32px;
}

.listItem .tit p {
  color: #767676;
  font-size: 14px;
  letter-spacing: 4px;
}

.listItem:hover img {
  -webkit-animation: b 1s ease-in-out both;
  animation: b 1s ease-in-out both;
}

/* .listItem:hover .tit {
  -webkit-animation: c 1s ease-in-out 0.5s both;
  animation: c 1s ease-in-out 0.5s both;
} */

@keyframes b {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes c {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

#picture .swiper-container {
  width: 100%;
  height: 100%;
}

#picture .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

#picture .swiper-slide img {
  width: 100%;
  /* height: 170px; */
  position: relative;
  z-index: 1;
}

#picture .swiper-slide .tit {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 5px 10px;
  color: #fff;
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      to(rgba(0, 0, 0, 0.65)));
  background: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.65) 100%);
  background: -moz-linear-gradient(top,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom,
      rgba(0, 0, 0, 0) 0,
      rgba(0, 0, 0, 0.65) 100%);
  text-align: left;
}

#picture .swiper-slide .tit a {
  color: #fff;
}

#picture .swiper-button-prev {
  background-image: url(./left.png);
  left: 10px;
  right: auto;
}

#picture .swiper-button-next {
  background-image: url(./right.png);
}

#picture .swiper-button-next,
#picture .swiper-button-prev {
  display: none;
}

#picture .swiper-container:hover .swiper-button-next,
#picture .swiper-container:hover .swiper-button-prev {
  display: block;
}

.pic-intro {
  font-size: 20px;
  line-height: 2.4;
  margin: 48px 0 38px;
  text-indent: 2em;
}


.front-page .col-left {
  float: left;
  width: 720px;
  overflow: hidden;
}

.mySwiper .swiper-pagination {
  text-align: right;
}

.mySwiper .swiper-pagination-fraction {
  bottom: 6px;
  left: -15px;
  width: 100%;
  font-size: 1.5rem;
  color: #fff;
}

.list-more {
  display: block;
  margin: 50px auto;
  font-size: 16px;
  line-height: 46px;
  height: 48px;
  width: 260px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #dc0b08;
  color: #fff;
}

.list-more:link,
.list-more:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.p1 .p1_left {
  position: relative;
  z-index: 9;
  float: left;
  width: 600px;
}

.p1 .p1_right {
  position: relative;
  z-index: 9;
  float: right;
  padding: 35px 25px 0 25px;
  width: 535px;
  height: 540px;
  background: linear-gradient(180deg, #d40606 20%, #d40606 80%);
}

.p1 .p1_left .p1_mid {
  position: relative;
  width: 600px;
  height: 350px;
  overflow: hidden;
}

.p1 .p1_left .p1_mid img {
  width: 600px;
  height: 350px;

}

.p1 .p1_left .p1_mid .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 50;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 10px;
  width: 100%;
  height: auto;
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
}

.p1 .p1_left .p1_mid .tit a {
  color: #fff;
}

.p1_mid .bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0)), color-stop(1%, rgba(1, 1, 1, 0)), color-stop(99%, rgba(1, 1, 1, .8)), to(rgba(1, 1, 1, .8)));
  background: -webkit-linear-gradient(top, rgba(1, 1, 1, 0) 0, rgba(1, 1, 1, 0) 1%, rgba(1, 1, 1, .8) 99%, rgba(1, 1, 1, .8) 100%);
  background: -moz-linear-gradient(top, rgba(1, 1, 1, 0) 0, rgba(1, 1, 1, 0) 1%, rgba(1, 1, 1, .8) 99%, rgba(1, 1, 1, .8) 100%);
  background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 0, rgba(1, 1, 1, 0) 1%, rgba(1, 1, 1, .8) 99%, rgba(1, 1, 1, .8) 100%);
}

.p1 .p1_left .p1_media {
  margin-top: 15px;
}

.p1_pic01 {
  overflow: hidden;
}

.p1 .p1_left .p1_media .p1_pic01:not(:last-child) {
  position: relative;
  width: 295px;
  height: 175px;
  margin-right: 10px;
}

.left,
.fl {
  float: left;
  position: relative;
}

.right,
.fr {
  float: right;
}

.p1 .p1_left .p1_media .p1_pic01 img {
  width: 295px;
  height: 175px;
}

.p1 .p1_left .p1_media .p1_pic01 .text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
  padding: 5% 2% 2%;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 1, 0)), color-stop(1%, rgba(1, 1, 1, 0)), color-stop(99%, rgba(1, 1, 1, .6)), to(rgba(1, 1, 1, .6)));
  background: -webkit-linear-gradient(top, rgba(1, 1, 1, 0) 0, rgba(1, 1, 1, 0) 1%, rgba(1, 1, 1, .6) 99%, rgba(1, 1, 1, .6) 100%);
  background: -moz-linear-gradient(top, rgba(1, 1, 1, 0) 0, rgba(1, 1, 1, 0) 1%, rgba(1, 1, 1, .6) 99%, rgba(1, 1, 1, .6) 100%);
  background: linear-gradient(to bottom, rgba(1, 1, 1, 0) 0, rgba(1, 1, 1, 0) 1%, rgba(1, 1, 1, .6) 99%, rgba(1, 1, 1, .6) 100%);
}

.p1 .p1_left .p1_media .p1_pic01 .text h2 {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
}

.p1 .p1_left .p1_media .p1_pic01 .text h2 a {
  color: #fff;
}

.p1 .p1_right .hot {
  padding-bottom: 20px;
  border-bottom: 1px dotted #d19d99;
}

.p1 .p1_right .hot h3 {
  padding: 5px 0;
  font-size: 24px;
  line-height: 28px;
  text-align: justify;
  word-wrap: break-word;
}

.p1 .p1_right .hot h3 a,
.p1 .p1_right li a {
  color: #fff;
}

.p1 .p1_right .hot p {
  margin-top: 5px;
  min-height: 60px;
  max-height: 100px;
  color: #efe2e2;
  line-height: 25px;
  text-align: justify;
  word-wrap: break-word;
}

.clearfix {
  display: block;
}

.clearfix:after {
  clear: both;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: '';
  font-size: 0;
}

.p1_mid:hover img {
  -webkit-animation: b 1s ease-in-out both;
  animation: b 1s ease-in-out both;
}

.p1_pic01:hover img {
  -webkit-animation: b 1s ease-in-out both;
  animation: b 1s ease-in-out both;
}