html,
body {
  font-weight: 400;
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "微软雅黑", Arial,
    sans-serif, "Microsoft YaHei";}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;}

body {
  line-height: 1.2;}

:focus {
  outline: 1;}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;}

nav ul {
  list-style: none;}

blockquote,
q {
  quotes: none;}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;}

ins {
  background-color: #ff9;
  color: #111;
  text-decoration: none;}

mark {
  background-color: #ff9;
  color: #111;
  font-style: italic;
  font-weight: bold;}

del {
  text-decoration: line-through;}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #111;
  cursor: help;}

table {
  border-collapse: collapse;
  border-spacing: 0;}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;}

input,
select {
  vertical-align: middle;}

input::-webkit-input-placeholder {
  color: #fff;}
input::-moz-placeholder {
  /* mozilla firefox 19+ */
  color: #fff;}
input:-moz-placeholder {
  /* mozilla firefox 4 to 18 */
  color: #fff;}
input:-ms-input-placeholder {
  /* internet explorer 10-11 */
  color: #fff;}

img[src=""],
img:not([src]) {
  opacity: 0;}

::-webkit-scrollbar-track {
  background-color: #f9f9f9;}

::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #ccc;}

::-webkit-scrollbar-thumb {
  background-color: #ccc;}

.omit {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;}
.opHiden {
  overflow: hidden;}
.imgBgZhuan{
  width: 960px;
  height: 516px;}
.omitMark {
  position: absolute;
  bottom: 0vh;
  width: 100%;
  color: #fefefe;
  text-align: center;
  height: 51px;
  line-height: 51px;
  font-size: 22px;
  font-weight: 400;
  background-color: rgba(0, 0, 0, 0.51);}
.omitMark:hover{
  text-decoration: underline;}
.omit2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 40px;}

body {
  padding-top: 635px;

body.body1 {
  padding-top: 635px;

.top-info {
  width: 100%;
  max-width: 988px;
  position: absolute;
  top: 436px;
  left: 50%;
  transform: translate3d(-50%, 0, 0);}
.top-info a:hover,
.top-info a:focus {
  color: #fff;
  text-decoration: none;}
.top-info h2 {
  font-size: 38px;
  color: #fff;
  line-height: 3;
  text-align: center;}

.cover {
  position: relative;}
.cover .image {
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.3s;}

.swiper-container {
  width: 100%;
  height: 516px;}
.picture-list {
  height: 300px;}

.slide-img {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;}

.slide-img .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  line-height: 50px;
  color: #ffffff;
  /* text-indent: 10px; */
  font-size: 22px;
  /* letter-spacing: 1px; */
  /* font-weight: 600; */
  text-align: center;}
.slide-img .text:hover {
  text-decoration: underline;}

.slide-img.shadow {
  position: relative;}

.slide-img.shadow:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 70%;
  bottom: 0;
  background: -webkit-linear-gradient(top, transparent, #000);
  opacity: 0.4;
  z-index: 9;}

.top-banner-wrapper {
  position: relative;}
.top-banner-wrapper .banner-button-prev {
  width: 40px;
  height: 40px;
  background-color: rgba(245, 40, 30, 0.8);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  position: absolute;
  left: 95px;
  top: 50%;
  z-index: 99999;
  transform: translate3d(0, -50%, 0);
  cursor: pointer;}
.top-banner-wrapper .banner-button-next {
  width: 40px;
  height: 40px;
  background-color: rgba(245, 40, 30, 0.8);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px 20px;
  position: absolute;
  right: 95px;
  top: 50%;
  z-index: 99999;
  transform: translate3d(0, -50%, 0);
  cursor: pointer;}

.picture-list-wrapper {
  position: relative;}
.picture-list-wrapper .picture-button-prev {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='red'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  cursor: pointer;}
.picture-list-wrapper .picture-button-next {
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='red'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  cursor: pointer;}
.title-list {
  height: 100%;}
.title-list .item {
  height: 20%;
  display: flex;
  align-items: center;
  color: #595757;}
.title-list .item:hover,
.title-list .item.active {
  background-color: #d1040b;
  color: #ffffff;}
.title-list .item .link {
  display: block;
  padding: 10px 20px;
  color: currentColor;
  font-size: 20px;}

.img-news-wrapper {
  padding-top: 65px;}

.img-news-wrapper2 {
  padding-top: 23px;}

.img-news-wrapper img {
  display: block;
  width: 100%;
  margin-bottom: 26px;}

.img-news-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;}

.img-news-list .item {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;}

.img-news-list .card {
  display: flex;
  overflow: hidden;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px dashed #666666;}

.img-news-list .card .cover {
  flex: 0 0 183px;
  width: 183px;
  height: 118px;
  border-radius: 2px;
  overflow: hidden;}

.img-news-list .card .info {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;}

.img-news-list .card .info .title {
  font-size: 16px;
  line-height: 1.8;}

.img-news-list .card .info .time {
  color: #666666;}

.img-news-list .card .link {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;}
.img-news-list .card:hover .info .title {
  color: #900002;}

.img-news-list .card:hover .cover .image {
  transform: scale(1.1);}

.normal-news {
  display: flex;
  flex-wrap: wrap;
  background-color: rgb(236, 234, 235);
  padding: 10px 20px;
  margin-top: 130px;}

.normal-news .part {
  width: 50%;
  box-sizing: border-box;
  padding: 10px;
  position: relative;}

.normal-news .part h2 {
  width: 100%;
  position: absolute;
  top: -70px;
  left: -20px;}
.normal-news .part h2.right {
  left: 10px;}

.normal-news .part h2 img {
  display: block;
  width: 100%;}

.normal-news .part h2 a {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 18px;
  color: #666666;
  font-weight: 400;}
.normal-news .part h2 a:hover {
  color: #900002;}

.news-list .news {
  display: block;
  padding: 16px 0;
  font-size: 18px;
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px dashed #666666;}

.news-list .news:hover {
  color: #900002;
  border-bottom: 1px dashed #900002;}

.news-list .news::before {
  content: "";
  display: block;
  width: 23px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 36%;}

.img-title-center {
  padding: 60px 0;
  text-align: center;
  position: relative;}

.img-title-center a {
  position: absolute;
  right: 0;
  bottom: 25px;
  font-size: 18px;
  color: #666666;
  font-weight: 400;}
.img-title-center a:hover {
  color: #900002;}

.picture-video {
  margin-top: 65px;}
.tab-title-wrapper {
  position: relative;}

.tab-title-wrapper img {
  display: block;
  width: 100%;}

.tab-title-wrapper .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 18px;
  color: #333333;}

.material-list {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;}

.material-list .item {
  width: 33.33%;
  box-sizing: border-box;
  padding: 10px;}

.material-list .card {
  position: relative;}

.material-list .card.video::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 10px;
  top: 220px;
  bottom: 0;
  z-index: 2;}

.material-list .card:hover .info .title {
  color: #d51501;}

.material-list .card:hover .cover .image {
  transform: scale(1.1);}

.material-list .card .cover {
  overflow: hidden;
  height: 285px;}

.material-list .card .info {}

.material-list .card .info .title {
  font-size: 18px;
  color: #525252;
  line-height: 2;
  font-weight: normal;
  margin-top: 15px;}

.material-list .card .link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 4;}

/*----------底部---------*/
/*底部开始*/
#footer {
  background: rgb(232, 0, 0);
  height: 170px;
  text-align: center;
  padding: 50px 0px 0px;
  margin-top: 70px;
  font-size: 15px;}

#footer a img {
  margin-right: 5px;}

#footer .logo {
  display: inline-block;
  vertical-align: top;
  width: 130px;}

#footer .text {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 22px;
  text-align: left;
  margin-left: -5px;
  margin-top: 4px;}

#footer .text a {
  color: #fff;}
/*底部结束*/

.top-info {
  display: flex;
  flex-direction: row;
  height: 110px;
  align-items: center;
  justify-content: space-around;}

.top-info h2 {
  line-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: center;}