@charset "utf-8";
/*Technical Support SudyTech*/
@font-face {
  font-family: SourceHanSansCN-Regular;
  src: url(fonts/SourceHanSansCN-Regular.ttf);
  font-display: swap;
}

@font-face {
  font-family: SourceHanSansCN-Medium;
  src: url(fonts/SourceHanSansCN-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: Poppins-SemiBoldItalic;
  src: url(fonts/Poppins-SemiBoldItalic.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins;
  src: url(fonts/Poppins-Regular.ttf);
  font-display: swap;
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url(fonts/Poppins-SemiBold.ttf);
  font-display: swap;
}
@font-face {
  font-family: Alimama;
  src: url(fonts/AlimamaShuHeiTi-Bold.ttf);
  font-display: swap;
}
@font-face {
  font-family: Roboto-Medium;
  src: url(fonts/Roboto-Medium.ttf);
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url(fonts/Montserrat-Regular.ttf);
  font-display: swap;
}

@keyframes moveTop {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveBottom {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-100px);
  }

  100% {
    transform: translateY(0);
  }
}
@keyframes characterRound {
  0% {
    transform: scale(1.12) rotate(0deg);
  }
  100% {
    transform: scale(1.12) rotate(360deg);
  }
}
@keyframes characterRadius {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

img {
  vertical-align: top;
}

html {
  overflow-x: hidden;
}

i,
cite,
em,
var,
address,
dfn {
  /* font-style: normal; */
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}
li:hover {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  /* font-size: 100%; */
}

sup,
sub {
  /* font-size: 83%; */
}

pre,
code,
kbd,
samp {
  /* font-family: inherit; */
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  /* font-weight: bold; */
}

del,
ins,
u,
s,
a,
a:hover,
a:active {
  text-decoration: none;
  /* color: #0163ae; */
}

body,
textarea,
input,
select,
keygen,
legend {
  font:
    13px/1 arial,
    \5b8b\4f53;
  color: #333;
  outline: 0;
}

:focus {
  outline: 0;
}

/*备用样式表*/
.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
  *zoom: 1;
}

.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  background: url(images/icon.png) no-repeat;
}

/*css3扩展*/
body:before {
  display: none;
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 110;
  width: 100%;
  height: 10px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

/*滚动样式*/
.scroller {
  position: absolute;
  z-index: 1;
  width: 750px;
  height: 160px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
  width: 4px;
  background-color: #cccccc;
  -webkit-border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
  background-color: #fff;
  /*滚动条的背景颜色*/
  -webkit-border-radius: 0;
  /*滚动条的圆角宽度*/
}

::-webkit-scrollbar-thumb:vertical {
  height: 50px;
  background-color: #999;
  -webkit-border-radius: 4px;
  outline: 1px solid #fff;
  outline-offset: -1px;
  border: 1px solid #fff;
}

/**布局开始**/
* {
  box-sizing: border-box;
}

body {
  background: #fff;
  line-height: 1;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #333;
  position: relative;
}

p {
  line-height: 1.75;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
}

a:hover {
  /* color: rgba(67, 130, 233, 1); */
}

.flex {
  display: flex;
  display: -webkit-flex;
}

.f_between {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.f_start {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.f_end {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.f_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.f_middle {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
}

.f_top {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.f_bottom {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.f_stretch {
  display: flex;
  display: -webkit-flex;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.middle_center {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.f_col {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.f_row {
  display: flex;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}

.nowrap {
  -webkit-flex-wrap: nowrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wrap {
  -webkit-flex-wrap: wrap;
  -webkit-box-lines: single;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}

.overlay {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-line1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text-line2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-line3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.text-line4 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.text-line5 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
.text-line6 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
/*页面尺寸*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.inner {
  width: 1400px;
  margin: 0 auto;
}
header {
  z-index: 999;
}
#header {
  position: absolute;
  top: 0;
  left: 0;
}
#header1 .inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 45px;
}
#header .header {
  background: transparent;
}
#header .head-nav {
  background: transparent;
}
.header {
  width: 100%;
  padding: 27px 0 23px 0;
  background: #000;
}
.head-top {
  padding: 0 0 0px 0;
  width: 100%;
}

.logo1 {
  gap: 22px;
}
#header .logo1 {
  gap: 15px;
}
#header1 .logo1 img {
  height: 45px;
  width: auto;
}
.logo1 img {
  height: 55px;
  width: auto;
}
#header .logo1 img {
  height: 45px;
  width: auto;
}
span.sitespan {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 32px;
  color: #fffff5;
  line-height: 32px;
  letter-spacing: 3.6px;
  margin-bottom: 5px;
}
#header span.sitespan {
  font-size: 28px;
}
#header.is-sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #75000a !important;

  animation: slideDown 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  will-change: transform;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
/* head-right */
.head-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.xxsy {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  transition: all 0.3s ease-in-out;
}
.xxsy:hover {
  transform: translateY(-5px);
}
.line {
  display: block;
  width: 1px;
  height: 14px;
  background: #ffffff;
}
.language-selector {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
}
.language-selector:hover {
  transform: translateY(-5px);
}

/* 搜索框 */
/* 搜索框 */
.wp_search #keyword {
  width: 137px !important;
  padding: 4px 0;
  border: none;
  height: 28px;
  line-height: 28px;
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft YaHei";
}
/***自定义搜索*/

.wp-search {
  border: 0px;
  border-radius: 18px;
  height: 50px;
  position: relative;
}
.wp-search form {
  display: block;
}
.wp-search .search-input {
  margin-right: 48px;
  position: relative;
}
.wp-search .search-input input.search-title {
  width: 200px !important;
  box-sizing: border-box;
  padding: 0px 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
  border: 0;
  outline: 0;
  background: #ffffff;
  border-radius: 17px;
}
.wp-search .search-btn {
  width: 33px;
  height: 50px;
  position: relative;
  right: 0px;
  top: 0;
  z-index: 2;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}
.wp-search .search-btn input.search-submit {
  width: 33px;
  height: 23px;
  border: 0;
  outline: 0;
  background: url(images/icon_search.png) no-repeat center;
  background-size: 33px 23px;
  cursor: pointer;
  opacity: 1;
}
.wp-search input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #333;
}
.wp-search {
  position: relative;
}
.wp-search .search-input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  height: 38px;
  z-index: 1;
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.search-btn {
  position: relative;
  z-index: 1;
}
.search-input input {
  width: 150px !important;
  padding: 5px;
  font-size: 16px;
  border: 1px solid #ccc;
}
.wp-search:hover .search-input {
  width: 150px !important;
}
.wp-search .search-input input.search-title {
  width: 200px;
  height: 100%;
  padding: 0 15px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  background: transparent;
  white-space: nowrap;
}
#header .wp-search {
  height: 17px;
}
#header .wp-search .search-input {
  margin-right: 38px;
}
#header .wp-search .search-input input.search-title {
  width: 200px !important;
  padding: 0px 12px;
  font-size: 16px;
  line-height: 32px;
}
#header .wp-search .search-btn {
  width: 24px;
  height: 17px;
}
.wp-search .search-btn input.search-submit {
  width: 24px;
  height: 17px;
  background: url(images/icon_search.png) no-repeat center;
  background-size: 24px 17px;
}
/* nav */
.head-nav {
  position: relative;
  background: #75000a;
}
.nav .wp-menu {
  width: 100%;
  height: 50px;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  padding: 0 0 0 0px;
}
#header .wp-menu {
  gap: 45px;
}
.nav .wp-menu .menu-item {
  display: inline-block;
  position: relative;
  height: 50px;
  text-align: center;
  transition: all 0s ease;
}
#header .nav .wp-menu .menu-item > a {
  padding: 0 0px;
}
.nav .wp-menu .menu-item > a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  position: relative;
  transition: all 0s ease;
  padding: 0 26px;
}
.nav .wp-menu .menu-item a.menu-link {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 1.1px;
  gap: 10px;
}
.nav .wp-menu .menu-item > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 15px;
  background: transparent;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 10;
}
#header .nav .wp-menu .menu-item > a:after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  background: #fff;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 10;
}
#header .nav .wp-menu .menu-item > a:hover:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #fff;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease;
  z-index: 10;
}
.nav .wp-menu .menu-item:hover > a {
  background: #57000980;
  color: #fff;
}
#header .nav .wp-menu .menu-item:hover > a {
  background: transparent;
}
.nav .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50px;
  width: auto;
  min-width: 100%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 0px 10px 10px;
  padding: 10px 0;
  border-top: 2px solid #92071c;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
#header .nav .sub-menu {
  background: #fff;
  border-top: 0px solid #92071c;
  transition: all 0.4s ease-in-out;
}
.nav .sub-menu .sub-item {
  position: relative;
  white-space: nowrap;
  vertical-align: top;
  _zoom: 1;
  transition: all 0.3s;
}
.nav .sub-menu .sub-item a {
  color: #333;
  height: auto;
  min-height: 40px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding: 4px 15px;
  transition: all 0.3s;
  font-family: "SourceHanSansCN";
  letter-spacing: 0.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .sub-menu .sub-item.hover > a,
.nav .sub-menu .sub-item a:hover {
  color: #92071c;
  display: flex;
  font-weight: bold;
}
.nav .wp-menu .menu-item:hover .sub-menu {
  display: block;
}
.nav .wp-menu .menu-item:hover .sub-menu .sub-menu {
  display: none;
}
.nav .sub-menu .sub-menu {
  display: none;
  position: absolute;
  left: 100%;
  transform: translateX(0);
  top: 0px;
  width: auto;
  min-width: 50%;
  z-index: 100;
  background: rgba(255, 255, 255, 0.8);
  border-top: 2px solid #92071c;
}
.nav .sub-menu .sub-menu .sub-item a {
  color: #333;
  min-height: 40px;
  font-size: 16px;
  line-height: 32px;
  padding: 4px 5px;
}
.nav .sub-menu .sub-menu .sub-item.hover > a,
.nav .sub-menu .sub-menu .sub-item a:hover {
  color: #92071c;
}
/* banner */
.banner {
  width: 100%;
  height: auto;
  min-height: 65px;
  position: relative;
}
.banner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  z-index: 20;
}
.mySwiper1 {
  width: 100%;
  height: auto;
  position: relative;
}
.mySwiper1 .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
}
.mySwiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}
.mySwiper1 .swiper-slide a {
  display: block;
}
.banner-text {
  width: 300px;
  height: auto;
  background: rgba(11, 16, 26, 0.7);
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 50px;
  left: 0;
  gap: 10px;
}
.banner-text-font1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #ffffff;
  line-height: 30px;
  letter-spacing: 2.2px;
}
.banner-text-font2 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
}
.banner .swiper-container {
  width: 1400px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  bottom: 40px;
  z-index: 33;
  box-sizing: border-box;
  gap: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.banner .swiper-pagination {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 12px;
  position: relative;
  bottom: 0;
  width: auto;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.7;
}
.banner .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  background: #75000a;
  border-radius: 50%;
  opacity: 1;
}
/* 播放/暂停按钮 */
.play-pause-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 11px;
  height: 11px;
  color: white;
  font-size: 14px;
}
.next-btn{
  margin-left: 10px;=
  display: block;
}
.next-btn img{
  transform: translateY(5px);
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
}
/* main1 */
.main1 {
  padding: 65px 0 85px 0;
  background: #fff url(images/bg1.png) bottom / 100% auto no-repeat;
  position: relative;
}
.bmimg {
  width: 100%;
  height: auto;
}
/* 标题 */
.tt {
  position: relative;
}
.title {
  position: relative;
  gap: 5px;
}
.tit1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 34px;
  color: #0b0b0b;
  line-height: 34px;
  letter-spacing: 1.4px;
}
.tit2 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #75000a;
  line-height: 31px;
  text-transform: uppercase;
}
.more {
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #75000a;
  line-height: 40px;
  letter-spacing: 1.2px;
}
.more:hover {
  transform: translateY(-5px);
}
.gzlist {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px 32px;
}
.gzlist li {
  width: calc(33.33% - 22px);
  display: block;
  position: relative;
  transition: all 0.5s;
}
.time {
  position: absolute;
  background: rgba(117, 0, 10, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px 4px 0px 4px;
  top: -16px;
  left: 21px;
  z-index: 1;
}
.time .day {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
}
.time .month {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
}
.pic {
  padding-top: 56.404%;
  width: 100%;
  border: 0;
  position: relative;
  display: block;
}
.pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gzcontent {
  background: #ffffff;
  border: 1px solid #dcdcdc;
  padding: 16px 19px 11px 21px;
  box-sizing: border-box;
  border-top: 0px;
  display: block;
  z-index: 1;
  position: relative;
}
.gzcontent p {
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 16px;
  color: #75000a;
  line-height: 20px;
  margin-bottom: 6px;
}
.gzcontent p a{
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 16px;
  color: #75000a;
  line-height: 20px;
}
.s1box{
  min-height: 56px;
}
.s1 {
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}
.s2 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #d3cbcb;
  line-height: 30px;
  margin-top: 28px;
  display: none;
  min-height: 90px;
}
.gzlist li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0px;
  background: rgba(117, 0, 10, 0.98);
  z-index: 0;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
}
.gzlist li:hover:before {
  height: 100%;
}
.gzlist li:hover .gzcontent {
  height: auto;
  background: transparent;
  border: 0px;
  /* top: 85px; */
  padding: 86px 19px 63px 21px;
  padding-top: calc(56% - 156px);
}
.gzlist li:hover .pic {
  display: none;
}
.gzlist li:hover .gzcontent p,
.gzlist li:hover .s1,
.gzlist li:hover .gzcontent p a,
.gzlist li:hover .s2{
  color: #fff;
}
.gzlist li:hover .s1box{
  display: flex;
  align-items: center;
}
.gzlist li:hover .s2 {
  display: -webkit-box;
}
.gzlist li:hover .time {
  background: rgba(255, 255, 255, 0.95);
}
.gzlist li:hover .time .day,
.gzlist li:hover .time .month {
  color: #75000a;
}
.gzlist li:hover {
  box-shadow: 0px 0px 20px 0px rgba(109, 0, 9, 0.6);
  border: none;
}

.main2 {
  padding: 85px 0;
  background: #75000a;
  box-shadow: 0px 30px 100px 0px rgba(0, 0, 0, 0.3);
}
.main2 .tit1,
.main2 .tit2 {
  color: #fff;
}

.ghlist {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-top: 50px;
}
.ghlist li a {
  padding: 0 61px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  background: #000;
  border: 2px solid #ffffff;
  /*--_button-hover-bg-color: #fff;
  --_button-transition-duration: 0.5s;
  */position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}
.ghlist li a span {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  line-height: 51px;
  transition: color var(--_button-transition-duration);
  letter-spacing: 3px;
}
.ghlist li a img {
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 33px;
}
/* .ghlist li a:before {
  content: "";
  position: absolute;
  z-index: -1; 
  top: -75%;
  left: -5%;
  width: 110%;
  height: 100%;
  background-color: var(--_button-hover-bg-color);
  transform-origin: center top;
  transform: skewY(-10deg) scaleY(0);
  transition: transform var(--_button-transition-duration);
} */
/* .ghlist li a:is(:hover, :focus-visible):not([disabled]):before {
  transform: skewY(0deg) scaleY(3);
  -webkit-transform: skewY(0deg) scaleY(3);
  -moz-transform: skewY(0deg) scaleY(3);
  -ms-transform: skewY(0deg) scaleY(3);
  -o-transform: skewY(0deg) scaleY(3);
}
.ghlist li a:active {
  transform: translateY(2px);
} */
.ghlist li a:hover{
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  transform: translate(-2px,-5px);
  -webkit-transform: translate(-2px,-5px);
  -moz-transform: translate(-2px,-5px);
  -ms-transform: translate(-2px,-5px);
  -o-transform: translate(-2px,-5px);
}


.main3 {
  background-image: url("images/-h-bottom_banner.jpg");
  background-size: cover;
  background-position: center bottom;

  background-attachment: fixed;

  height: 900px;
  position: relative;
}
.main3bg{
  display: none;
}

.main3 .inner {
  position: relative;
}
.mm1 {
  position: absolute;
  right: 0;
  top: 110px;
  background: rgba(0, 0, 0, 0.35);
  background-size: cover;
  padding: 46px 0px 40px 0px;
  width: 310px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.mm1 img {
  width: 125px;
}
.mlist {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.mlist li {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 21px;
  color: #ffffff;
  line-height: 35px;
  padding-left: 25px;
  display: block;
  position: relative;
  letter-spacing: 2.45px;
}
.mlist li:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 16px;
  background: url(images/-h-ban-ljzs.png) no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
}

footer {
  background: #75000a;
  background-size: cover;
  padding: 90px 0 90px 0;
  position: relative;
  z-index: 1;
}
.f1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yqlist {
  display: flex;
  gap: 24px;
  align-items: center;
}
.yqlist li {
  width: 33.33%;
}
.yqlist li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 40px;

  transition: all 0s ease;
  position: relative;
}
.yqlist li a:hover {
  text-decoration: underline;
  text-decoration-color: #92070b;
  text-underline-offset: 8px;
}
.yqlist li a .yqtext {
  font-family: Microsoft YaHei;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
  line-height: 32px;
  color: #75000a;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  display: none;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.yqlist li a .yqtext img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.yqlist li a:hover .yqtext {
  display: flex;
}
.f2 {
  margin-top: 55px;
  display: flex;
  justify-content: space-between;
  /* align-items: flex-start; */
  gap: 20px;
  flex-wrap: wrap;
}
.st {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
  line-height: 25px;
  opacity: 0.89;
  letter-spacing: 0.8px;
}
.sp {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
  line-height: 25px;
  opacity: 0.5;
  text-transform: uppercase;
}
.fl {
  display: flex;
  gap: 65px;
  align-items: flex-start;
  position: relative;
}
.fl:before {
  content: "";
  position: absolute;
  width: calc(100% + 25px);
  height: 1px;
  background: #ffffff;
  left: 0;
  top: 60px;
}
.fl ul li:nth-child(1) {
  margin-bottom: 35px;
}
.fl ul li a,
.fl ul li {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
}
.fr {
  position: relative;
}
.lxwm {
  font-family: Alimama ShuHeiTi;
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 40px;
}
.fr p {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #ffffff;
  line-height: 36px;

  position: relative;
}

.footer1 {
  padding: 15px 0px;
  text-align: center;
  background: #000000;
}
.Copyright {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 16px;
  color: #fffff5;
  line-height: 40px;
  letter-spacing: 0.6px;
  text-align: center;
}
/* 
 *  内容页定制
 */
.infotop {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 8px;
  border-bottom: 1px solid #92071c;
}
.info_title {
  color: #92071c;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  font-family: "微软雅黑粗体";
  letter-spacing: 0.4px;
}
.info_title1 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 30px;
  color: #920b07;
  line-height: 65px;
  float: left;
}
.infotop .col_path {
  display: inline-block;
  white-space: nowrap;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #919191;
  line-height: 65px;
  padding-left: 35px;
  position: relative;
} /**当前位置**/
.infotop .col_path:before {
  content: "";
  position: absolute;
  left: 3px;
  width: 22px;
  height: 21px;
  background: url(images/icon_home.png) no-repeat;
  background-size: 22px 21px;
  top: 50%;
  transform: translateY(-50%);
}
.infotop .col_path a {
  color: #333333;
}
#d-container .infotop {
  display: block;
  border: none;
}
/***********************************************************
 * 列表页
 */

/*栏目图片*/
.l-banner {
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  background-size: cover;
  position: relative;
}
.l-banner img {
  display: none;
  height: 100%;
  vertical-align: top;
}
.l-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background: url(images/mask_top.png) no-repeat;
  background-size: 100% 100%;
  z-index: 11;
}
/**主体列表页开始**/

#l-container {
  background: #fff url(images/main3bg.png) bottom / 100% auto no-repeat;
}
#l-container .inner {
  padding: 55px 0px;
}
#d-container {
  background: #fff url(images/main3bg.png) bottom / 100% auto no-repeat;
  box-sizing: border-box;
}
#d-container .inner {
  box-sizing: border-box;
}
#d-container .inner {
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
/*主栏目名称*/
.col_menu {
  width: 276px;
  float: left;
  margin-right: -276px;
  position: relative;
  box-sizing: border-box;
  background: #fff;
  border-left: 3px solid #75000a;
  border-top: 3px solid #75000a;
  border-right: 1px solid #dfdfdf;
}
.col_menu .l-qh {
  margin-bottom: 10px;
}
.col_menu .col_menu_head {
  background: #fff;
  background-size: cover;
  position: relative;
  padding: 20px 12px 20px 25px;
  border-bottom: 1px solid #dfdfdf;
}
/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0px;
  font-family: "Alimama";
} /**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 28px;
  color: #050505;
  line-height: 42px;
  letter-spacing: 1px;
} /**栏目名称图标**/

/*栏目列表*/
.col_menu_con {
  background: #fff;
}
.col_menu_con.hidden {
  display: none;
}
.col_list {
  /* min-height: 200px; */
}
.col_list .wp_listcolumn {
}
.col_list .wp_listcolumn .wp_column a {
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: normal;
  background: none;
  border-bottom: 1px solid #dfdfdf;
}
.col_list .wp_listcolumn .wp_column > a {
  text-align: left;
  position: relative;
  padding: 10px 12px 10px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
}
.col_list .wp_listcolumn .wp_column > a .column-name {
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-size: 20px;
  color: #050505;
  line-height: 37px;
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.wp_listcolumn .wp_column a .column-name {
  padding: 0px;
}
.wp_listcolumn .wp_column a {
  border-top: 0px solid #fff;
}
.col_list .wp_listcolumn .wp_column a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  color: #333333;
  position: relative;
  text-decoration: none;
}

.col_list .wp_listcolumn .wp_column.parent > a .column-name {
  font-weight: bold;
  color: #fff;
}
.col_list .wp_listcolumn .wp_column > a:hover,
.col_list .wp_listcolumn .wp_column > a.selected {
  color: #fff;
}
.col_list .wp_listcolumn .wp_column > a:hover:before,
.col_list .wp_listcolumn .wp_column > a.selected:before {
  content: "";
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 15px;
  background: url(images/iocn_list.png) no-repeat;
  background-size: cover;
  z-index: 1;
}
.col_list .wp_listcolumn .wp_column.parent > a:after,
.col_list .wp_listcolumn .wp_column > a:hover:after,
.col_list .wp_listcolumn .wp_column > a.selected:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: calc(100%);
  height: 100%;
  background: #75000a;
  z-index: 0;
}

.col_list .wp_listcolumn .wp_column > a:hover .column-name,
.col_list .wp_listcolumn .wp_column > a.selected .column-name {
  color: #fff !important;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
  color: #333;
}
.col_list .wp_listcolumn .wp_column > .sub_list .sub-item a {
  /* background: #e9e9e9; */
  text-align: center;
}
.col_list .wp_listcolumn .sub_list a .column-name {
  display: inline-block;
  line-height: 28px;
  padding: 5px 10px 5px 44px;
  cursor: pointer;
}
.col_list .wp_listcolumn .sub_list a:hover,
.col_list .wp_listcolumn .wp_column a.selected {
  font-weight: bold;
  font-weight: bold;
  color: #92071c;
}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 60px;
  cursor: pointer;
}
.col_list .wp_listcolumn .sub_list .sub_list a :hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
  font-weight: bold;
  color: #92071c;
}

.col_list .wp_listcolumn {
  border: 0px;
}

.col_list .wp_listcolumn .wp_column a:hover .column-name,
.col_list .wp_listcolumn .wp_column a.selected .column-name {
  color: #92071c;
}

.col_list .wp_listcolumn .wp_column a.col_item_link i {
  position: absolute;
  content: "";
  right: 48px;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 14px;
  display: none;
}
.col_list .wp_listcolumn .wp_column a.col_item_link:hover i,
.col_list .wp_listcolumn .wp_column a.col_item_link.selected i,
.col_list .wp_listcolumn .wp_column a.col_item_link.parent i {
  display: block;
}
.col_list .wp_listcolumn .sub_list .wp_column a {
  color: #454545;
  background: none;
  border-bottom: 1px solid #bbb;
}
/*二级子栏目**/
.col_list .wp_listcolumn .sub_list a {
  font-weight: normal;
  font-size: 18px;
  color: #333;
  font-family: "微软雅黑粗体粗体";
}
.col_list .wp_listcolumn .sub_list a .column-name {
  display: inline-block;
  line-height: 30px;
  padding: 8px 0;
  cursor: pointer;
  /* padding-left: 20px;  */
  position: relative;
}
/* .col_list .wp_listcolumn .sub_list a .column-name:before {  position: absolute; content: ""; left: 2px; top: 50%; margin-top: -2px; width: 6px; height: 6px; background: #0163ae; } */
.col_list .wp_listcolumn .sub_list a:hover {
  background: #f6f6f6;
}
.col_list .wp_listcolumn .sub_list a.selected {
  background: #f6f6f6;
  font-weight: 600;
}
.col_list .wp_listcolumn .sub_list a:hover span.column-name,
.col_list .wp_listcolumn .sub_list a.selected span.column-name {
  color: #92071c;
}
/*三级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list .sub_list a {
  background: #efefef;
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name {
  padding: 5px 10px 5px 20px;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}
.col_list .wp_listcolumn .sub_list .sub_list a .column-name:before {
  position: absolute;
  content: "";
  left: 2px;
  top: 50%;
  margin-top: -2px;
  width: 6px;
  height: 6px;
  background: #bbb;
}
.col_list .wp_listcolumn .sub_list .sub_list a:hover,
.col_list .wp_listcolumn .sub_list .sub_list a.selected {
  font-weight: 400;
  color: #237b36;
}
.col_list .wp_listcolumn .sub_list .sub_list a:hover .column-name:before,
.col_list .wp_listcolumn .sub_list .sub_list a.selected .column-name:before {
  background: #92071c;
}

/**栏目新闻**/
.col_news {
  width: 100%;
  min-height: 400px;
  float: right;
} /**栏目新闻**/
.col_news .col_news_box {
  margin-left: 355px;
  min-height: 550px;
  padding: 0px 0px 48px 0;
  background: #ffffff;
}
.col_news_head {
  padding-bottom: 10px;
}
.infobox .col_metas {
  border-bottom: 1px solid #c5c5c5;
  padding-bottom: 30px;
}
.col_metas .col_title {
  display: inline-block;
  float: left;
  height: 38px;
  line-height: 38px;
} /**当前栏目**/

.col_metas .col_title h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #92071c;
}
.col_metas .col_path {
  display: inline-block;
  white-space: nowrap;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #919191;
  line-height: 65px;
  padding-left: 30px;
  position: relative;
  float: right;
}
/**当前位置**/
.col_metas .col_path:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 22px;
  height: 21px;
  background: url(images/icon_home.png) no-repeat;
  background-size: 22px 21px;
  top: 50%;
  transform: translateY(-50%);
}
.col_metas .col_path a {
  color: #919191;
}
.col_news_con {
  padding: 0px;
  margin: 0 0px;
}
.col_news_list {
}
.col_news_list .news_list {
}
.col_news_list .wp_article_list .list_item {
} /**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
} /**栏目新闻图标序号**/
.col_news_list .wp_entry,
.col_news_list .wp_entry p {
  line-height: 1.75;
  font-size: 14px;
  color: #333;
}
.col_news_list .wp_entry p {
  margin-bottom: 10px;
}
.col_news_list .wp_entry table {
  margin: 0 auto;
  margin-bottom: 4px;
  min-width: 414px;
}
.col_news_list .wp_entry img {
  margin: 0 auto;
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);
  margin: 0 auto;
} /**列表页文章图片大小限制**/
.wp_paging {
  font-size: 14px;
  margin-top: 30px;
}
#wp_pager .pages {
  display: flex;
  min-height: auto;
  margin: 40px 0 20px;
  justify-content: center;
  align-items: center;
}
#wp_pager .pages li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  padding: 0;
  margin: 0 4px;
  text-align: center;
  background-color: transparent;
  color: #323333;
  border-radius: 50%;
  font-family: "微软雅黑粗体粗体";
}
#wp_pager .pages li a.pgCurrent {
  font-weight: bold;
  background-color: #92071c;
  color: #fff;
}
#wp_pager .pages li a.pgNext {
  width: auto;
  padding: 0px 8px;
}
#wp_pager .pages li:hover a.pgNext {
  color: #92071c;
}

/**文章页**/
.infobox {
  width: auto;
  margin: 0 auto;
  padding: 50px 0px;
  min-height: 300px;
}
.article {
  padding-top: 60px;
}
.article h1.arti_title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 28px;
  text-align: center;
} /**文章标题**/
.article h2.arti_title {
  line-height: 40px;
  font-family: "Microsoft YaHei";
  font-size: 17px;
  text-align: center;
  color: #1b1b1b;
} /**文章副标题**/
.article .arti_metas {
  /* padding: 10px; */
  text-align: center;
  margin-top: 12px;
  position: relative;
  padding-bottom: 12px;
}

.article .arti_metas span {
  margin: 0 10px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
} /**文章其他属性**/
.article .arti_metas span img {
  margin-top: 2px;
  margin-right: 5px;
}
.article .entry {
  margin: 0 auto;
  overflow: hidden;
  margin-top: 30px;
} /**文章内容**/
.article .entry .read,
.article .entry .read p {
  line-height: 1.75;
  font-size: 18px;
  color: #333;
} /**阅读字体**/
.article .entry .read p {
  margin-bottom: 10px;
}
.article .entry .read img {
  margin: 0 auto;
  max-width: 940px;
  _width: expression(this.width > 940 ? "940px": this.width);
} /**文章阅读部分图片大小限制**/
.article .entry .read table {
  margin: 0 auto;
  border: none !important;
  min-width: 414px;
}

.col_news_list .news_list li.news {
  line-height: 50px;
  padding-left: 0px;
  font-size: 18px; /*border-bottom:1px solid #e0e0e0;*/
  position: relative;
} /**标题图标**/
.col_news_list .news_list li.news span.news_title {
  float: left;
  width: calc(100% - 110px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s ease-in-out;
} /*标题*/
.col_news_list .news_list li.news span.news_title img {
  vertical-align: middle;
}
.col_news_list .news_list li.news span.news_meta {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  text-align: right;
  width: 105px;
  color: #777;
  font-size: 14px;
} /*属性*/
.col_news_list .news_list li.news:hover span.news_title {
  color: #92071c;
  transform: translateX(15px);
}

.col_news_list .news_list li.news:hover span.news_meta {
  color: #92071c;
}
.col_news_list .news_list li.news_news {
  position: relative;
  margin-bottom: 12px;
}
.col_news_list .news_list li.news_news a {
  display: flex;
  padding: 39px 10px 39px 18px;
  align-items: center;
  gap: 25px;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
}
.col_news_list .news_list li.news_news1 a {
  display: flex;
  padding: 29px 10px 29px 18px;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  border-bottom: 2px solid #e6e6e6;
  position: relative;
}
.col_news_list .news_list li.news_news1 .news_time {
  line-height: 22px;
  flex-shrink: 0;
  padding-bottom: 0px;
}
.col_news_list .news_list li.news_news a:before,
.col_news_list .news_list li.news_news1 a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: #92071c;
  transition: all 0.3s ease;
}
.col_news_list .news_list li.news_news a:hover:before,
.col_news_list .news_list li.news_news1 a:hover:before {
  width: 100%;
}
.col_news_list .news_list li.news_news a:hover .s16,
.col_news_list .news_list li.news_news1 a:hover .s16 {
  color: #92071c;
}
.news_content {
  position: relative;
  transition: all 0.3s;
}
.news_time {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  flex-shrink: 0;
  gap: 16px;
  padding-bottom: 16px;
}
.news_time .day {
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 14px;
  color: #757575;
  line-height: 30px;
  text-align: center;
  display: block;
}
.news_time .year {
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 36px;
  color: #920b07;
  line-height: 36px;
  text-align: center;
  display: block;
  position: relative;
}
.news_time .year:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #920b07;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.col_news_list .news_list li.news_news a:hover .news_time .day {
  color: #920b07;
}
.s16 {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 22px;
  transition: all 0.3s ease;
}
.s17 {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 32px;
  margin-top: 15px;
}
.footer2 {
  gap: 80px;
  padding-bottom: 12px;
}
.footer2 li {
  display: flex;
  align-items: center;
  gap: 8px;

  font-family: Microsoft YaHei;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 48px;
}

.tu_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  margin-top: 25px;
}
.tu_list li.news_tu {
  width: calc(100% / 3 - 20px);
}
.tu_list li.news_tu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  transition: all 0.3s ease;
  max-width: 253px;
  width: 100%;
  position: relative;
}
.tu_list li.news_tu a:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 43px;
  width: 24px;
  height: calc(100% - 85px);
  background: rgba(197, 19, 6, 0.07);
}
.tu_list li.news_tu img {
  max-width: 221px;
  width: calc(100% - 32px);
  height: 310px;
  object-fit: cover;
}
.news_tu_text {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 42px;
  text-align: center;
  padding: 0 37px 0 16px;
  transition: all 0.3s ease;
  width: calc(100% - 24px);
  margin-left: 24px;
  position: relative;
  background: rgba(197, 19, 6, 0.07);
}
.news_tu_text:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background: url(images/arrow_h.png) no-repeat;
  background-size: 100% 100%;
  width: 8px;
  height: 15px;
}

.f111 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}

.f111 .code_text {
  line-height: 30px;
}

/* 师资队伍 */
.people_list {
  padding: 0 5px;
  padding-bottom: 50px;
  gap: 30px 0px;
  padding-top: 25px;
  /* justify-content: space-around; */
}
.people_news a,
.photo_news a {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
  transition: all 0.4s ease;
  overflow: hidden;
}

.peo_text {
  margin-top: -22px;
  position: relative;
  z-index: 2;

  padding: 32px 5px 10px 5px;
  transition: all 0.3s ease;
}
.peo_title,
.pho_title {
  color: #000000;
  line-height: 36px;
  font-size: 18px;
  font-family: "Mircrosoft YaHei";
  letter-spacing: 0.5px;
  font-weight: 500;
  text-align: center;
  transition: color 0.3s ease;
}
.photo_list {
  padding: 0 5px;
  padding-bottom: 50px;
  gap: 30px 15px;
  padding-top: 25px;
  /* justify-content: space-around; */
}
.photo_list li {
  width: calc(100% / 3 - 18px);
}
.pho_pic1 {
  max-width: 288px;
  width: 100%;
  height: 162px;
  object-fit: cover;
  z-index: 1;
}

.photo_list li.photo_news:hover {
  transform: translateY(-8px);
  z-index: 10;
}

.photo_list li.photo_news:hover a {
  box-shadow: 0 15px 30px rgba(160, 1, 1, 0.15);
}

.photo_list li.photo_news:hover .pho_pic {
  transform: scale(1.1);
}

.photo_list li.photo_news:hover .pho_title {
  color: #92071c;
  font-weight: 600;
}

.people_list li.people_news {
  position: relative;
  transition: all 0.3s ease;
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.people_list li.people_news a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: linear-gradient(-90deg, #084dc5 0%, #75b4ee 100%);
}
.people_news a {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
}
.peo_pic1 {
  width: 180px;
  height: 240px;
  overflow: hidden;
}
.peo_pic1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  transition: transform 0.5s ease;
  z-index: 1;
}
.people_list li.people_news:hover .peo_pic1 img {
  transform: scale(1.1);
}
.peo_text {
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding: 0 10px 15px 10px;
  text-align: center;
  z-index: 2;
}
.peo_title {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}
.peo_subtitle {
  font-size: 14px;
  color: #888;
  line-height: 22px;
}
.people_list li.people_news:hover .peo_title,
.people_list li.people_news:hover .peo_subtitle {
  color: #fff;
}

/* 仪器设备 */
.sb_list {
  padding: 0 5px;
  padding-bottom: 50px;
  gap: 20px 0px;
  padding-top: 25px;
}
.sb_news {
  width: calc(100% / 3);
  position: relative;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sb_news a:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  background: linear-gradient(-90deg, #084dc5 0%, #75b4ee 100%);
}
.sb_news :hover .sb_pic1 img {
  transform: scale(1.1);
}
.sb_news a {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
  border-radius: 5px;
}
.sb_pic1 {
  width: 320px;
  height: 180px;
  overflow: hidden;
}
.sb_pic1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
  transition: transform 0.5s ease;
  z-index: 1;
}
.sb_news:hover .peo_title {
  color: #fff;
}

/* 学科布局 */
.xktitle {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 24px;
  color: #333333;
  line-height: 37px;
  letter-spacing: 3px;
  font-weight: 600;

  display: flex;
  align-items: center;
  gap: 18px;

  margin-top: 20px;
}
.xklist {
  padding-left: 50px;
  margin-top: 25px;
}
.xktit {
  font-family: Microsoft YaHei;
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  letter-spacing: 3px;
  padding-left: 20px;
  position: relative;
  font-weight: 600;

  margin-top: 20px;
}
.xktit:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background: #333333;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.xklist {
  margin-bottom: 50px;
}
.xklist ul {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}
.xklist1 ul li{ 
  width: 50%;
}
.xklist li {
  width: 100%;
  display: block;

  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  letter-spacing: 3px;
  font-weight: 500;

  position: relative;
  padding: 0 20px 0 56px;
}
.xklist li:before {
  content: "";
  position: absolute;
  left: 30px;
  top: 20px;
  width: 11px;
  height: 9px;
  background: url(images/icon_more.png) no-repeat;
  background-size: cover;
}
.xklist li a:hover {
  color: #7f141e;
  transform: translateY(-5px);
}

/* 学科概况 */
.gk {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebdcdc;
}
.gk img {
  display: block;
  float: right;
  margin-left: 40px;
}
.gk p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 42px;
  letter-spacing: 0.05em;
}
.gklist {
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 26px;
}
.gklist li {
  width: calc(33.3333% - 17.4px);
}
.gklist li a {
  display: block;
}
.gkpic {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 74.516%;
}
.gkpic:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: calc(100% - 121px);
  background: linear-gradient(
    to top,
    rgba(238, 238, 238, 1) 0%,
    rgba(238, 238, 238, 0) 100%
  );
  z-index: 1;
}
.gkpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  position: absolute;
  top: 0;
  left: 0;
}
.gktext {
  padding: 0 12px;
  background: #eeeeee;
  position: relative;
  z-index: 1;
}
.gktext p {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 60px;
  text-align: center;
  letter-spacing: 0.1em;
}
.gklist li a:hover .gktext {
  background: #7f141e;
}
.gklist li a:hover .gktext p {
  color: #fff;
}
.gklist li a:hover .gkpic:before {
  background: linear-gradient(
    to top,
    rgba(127, 20, 30, 1) 0%,
    rgba(127, 20, 30, 0) 100%
  );
  z-index: 1;
}
.gklist li a:hover .gkpic img {
  transform: scale(1.1);
}

/* col_list1 */
.col_list1 {
  display: flex;
  border-bottom: 1px solid #c5c5c5;
  border-top: 1px solid #c5c5c5;
  padding: 44px 0px 34px 0px;
  margin-top: 30px;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
}

.col_list1 .wp_listcolumn {
  display: flex;
  width: calc(100% - 90px);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  border: 0px;
}

.col_list1 .wp_listcolumn::-webkit-scrollbar {
  display: none;
}
.col_list1 .wp_listcolumn {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.col_list1 .wp_listcolumn .wp_column {
  width: calc(100% / 9);
  overflow: hidden;
  flex-shrink: 0;
}
.col_list1 .wp_listcolumn .wp_column a {
  width: 100%;
  display: block;
  text-align: center;
  background: transparent;

  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  color: #757575;
  line-height: 50px;
  border: 0;
}
.col_list1 .wp_listcolumn .wp_column a:hover,
.col_list1 .wp_listcolumn .wp_column a.selected {
  color: #ffffff;
  background: #75000a;
  font-size: 26px;
}
button.left1,
button.right1 {
  border: none;
  background: transparent;
  flex-shrink: 0;
}
button.right1 img {
  opacity: 0.25;
}
.left1.disabled,
.right1.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.col_news1 {
  display: flex;
  gap: 55px;
}
.cmbox {
  width: 140px;
  flex-shrink: 0;
  padding: 90px 0 200px 0;
  border-right: 1px solid #c5c5c5;
}
.cmtit {
  font-family: Microsoft YaHei;
  font-weight: 500;
  font-size: 24px;
  color: #757575;
  line-height: 24px;
  letter-spacing: 0.06em;

  position: relative;
}
.cmtit:before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #dcdcdc;
  right: -10.5px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.cmtit:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #75000a;
  border-radius: 50%;
  border: 3px solid #ffffff;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.crbox {
  width: 100%;
  padding: 90px 0 200px 0;
}
.cr_list {
  width: 100%;
  display: flex;
  gap: 35px 22px;
  flex-wrap: wrap;
}
.cr_list li {
  box-sizing: border-box;
  width: calc(33.333% - 14.67px);
}
.cr_pic {
  width: 100%;
  padding-top: 46.632%;
  position: relative;
  overflow: hidden;
}
.cr_pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cr_list li a:hover .cr_pic img {
  transform: scale(1.05);
}
.cr_text {
  display: block;
  padding: 22px 22px 10px 22px;
}
.cr_text p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 28px;
}
.cr_list li a:hover .cr_text p {
  color: #75000a;
}
