@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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*页面尺寸*/
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.inner {
  width: 1400px;
  margin: 0 auto;
}
.tbody {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 20;
  left: 0;
  top: 0;
}
header {
  position: relative;
  z-index: 10;
  width: 100%;
  background: url(images/mask_top.png) no-repeat;
  background-size: cover;
}
.head-top {
}
.logo1 {
  gap: 12px;
}
.logo1 img {
  height: 50px;
  width: auto;
}
.siteline {
  background: #3d3938;
  opacity: 0.5;
  display: block;
  width: 1px;
  height: 46px;
}
.logo1 span.sitename {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
.logo1 span.sitespan {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 31px;
  color: #3d3938;
  line-height: 32px;
  letter-spacing: 1.1px;
}
.logo1 span.sitesen {
  font-family: MicrosoftYaHei;
  font-size: 9px;
  color: #3d3938;
  line-height: 10px;
  text-transform: uppercase;
}
/* head-right */
.head-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.xxsy {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #92071c;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
}
.xxsy:hover {
  transform: translate(1px, -3px);
}
.language-selector {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
  background: url(images/icon_bj.png) no-repeat;
  background-size: cover;
  width: 42px;
  height: 42px;
  display: none;
}
#header1 {
  background: #fff;
}
#header1 .language-selector {
  background: rgba(61, 57, 56, 0.08);
  border-radius: 50%;
}
.language-selector img {
  transition: all 0.3s ease;
  height: 15px;
  width: auto;
}
.language-selector:hover {
  transform: translateY(-2px) scale(1.1);
}

.language-selector:hover img {
  transform: rotate(0deg) scale(1.1);
}

/* 搜索框 */
.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: 42px;
  position: relative;
}
.wp-search form {
  display: block;
}
.wp-search .search-input {
  margin-right: 48px;
  position: relative;
  z-index: 1;
}
.wp-search .search-input input.search-title {
  width: 150px !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 {
  height: 42px;
  width: 42px;
  position: relative;
  right: 0px;
  top: 0;
  z-index: 20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(images/icon_bj.png) no-repeat center;
  background-size: 42px 42px;
}

.wp-search .search-btn input.search-submit {
  width: 16px;
  height: 16px;
  border: 0;
  outline: 0;
  background: url(images/btn_search.png) no-repeat center;
  background-size: 16px 16px;
  cursor: pointer;
  opacity: 1;
  z-index: 21;
  position: relative;
}
.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: 0;
  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: 21;
}
.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: 150px;
  height: 100%;
  padding: 0 15px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  background: transparent;
  white-space: nowrap;
}
#header {
  display: none;
}
#header1 .wp-search .search-btn {
  background: rgba(61, 57, 56, 0.08);
  border-radius: 50%;
}

/* 搜索框 */
.wp_search1 #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-search1 {
  border: 0px;
  border-radius: 18px;
  height: 42px;
  position: relative;
}
.wp-search1 form {
  display: block;
}
.wp-search1 .search-input {
  margin-right: 48px;
  position: relative;
  z-index: 1;
}
.wp-search1 .search-input input.search-title1 {
  width: 150px !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-search1 .search-btn {
  height: 42px;
  width: 42px;
  position: relative;
  right: 0px;
  top: 0;
  z-index: 20;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(images/icon_bj.png) no-repeat center;
  background-size: 42px 42px;
}

.wp-search1 .search-btn input.search-submit1 {
  width: 16px;
  height: 16px;
  border: 0;
  outline: 0;
  background: url(images/btn_search.png) no-repeat center;
  background-size: 16px 16px;
  cursor: pointer;
  opacity: 1;
  z-index: 21;
  position: relative;
}
.wp-search1 input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #333;
}
.wp-search1 {
  position: relative;
}
.wp-search1 .search-input {
  position: absolute;
  right: 0;
  top: 0;
  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);
}
.wp-search1:hover .search-input {
  width: 150px !important;
}
.wp-search1 .search-input input.search-title1 {
  width: 150px;
  height: 100%;
  padding: 0 15px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #333;
  background: transparent;
  white-space: nowrap;
}

/* nav */
.head-nav {
  position: relative;
}
.nav .wp-menu {
  width: 100%;
  height: 100px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.nav .wp-menu .menu-item {
  display: inline-block;
  position: relative;
  height: 100px;
  text-align: center;
  transition: all 0s ease;
}
.nav .wp-menu .menu-item > a {
  display: inline-block;
  height: 100px;
  line-height: 100px;
  position: relative;
  transition: all 0s ease;
  padding: 0 16px;
}
.nav .wp-menu .menu-item a.menu-link {
  font-family: MicrosoftYaHei, MicrosoftYaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.5px;
}
.nav .wp-menu .menu-item:hover > a {
  background: #92071c;
  color: #fff;
}
.nav .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  width: auto;
  min-width: 100%;
  z-index: 200;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px 0px 10px 10px;
  padding: 10px 0;
}
.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: left;
  padding: 4px 15px;
  transition: all 0.3s;
  font-family: "SourceHanSansCN";
  letter-spacing: 0.8px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.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;
}

/* 下拉二级详情框 */
#nav_menu_details {
  width: calc(100% - 220px);
}
.nav_detail_container {
  width: 100%;
  background: transparent;
}
.mm2 {
  display: flex;
  padding: 15px 40px 15px 40px;
  gap: 38px;
  background: rgba(255, 255, 255, 0.88);
  align-items: center;
}
.mr{
  width: 100%;
}
.pic1{
  width: 240px;
  height: 140px;
  flex-shrink: 0;
}
.pic1 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.s1 {
  font-family: MicrosoftYaHei;
  font-size: 17px;
  color: #333333;
  line-height: 30px;
  font-weight: 500;

  text-decoration: 2px underline;
  text-decoration-color: #92071c;
  text-underline-offset: 6px;
}
.s2 {
  font-family: MicrosoftYaHeiLight;
  font-size: 14px;
  color: #555555;
  line-height: 28px;

  margin-top: 15px;
}
.more {
  font-family: MicrosoftYaHeiLight;
  font-size: 14px;
  color: #92071c;
  line-height: 30px;

  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 9px;
}

/* 二级菜单 */
.mrr{
  width: calc(50% - 15px);
}
.mrlist{
  margin-top: 15px;
}
.mrlist li{
  position: relative;
  padding-left: 20px;
}
.mrlist1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mrlist1 li{
  width: calc(50% - 15px);
}
.mrlist li:before{
  content: '';
  position: absolute;
  background: url(images/icon_arrow.png) no-repeat;
  width: 5px;
  height: 8px;
  left: 0;
  top: 12px;
}
.mrlist li a{
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333;
  line-height: 28px;
}
.mrlist li a:hover{
  color: #92071c;
}
/* banner */
#banner {
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}
.mySwiper1 {
  width: 100%;
  height: 100%;
  position: relative;
}
.mySwiper1 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.mySwiper1 .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.mySwiper1 .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper1 .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main {
  height: calc(100% - 230px);
}
.main .inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 0 23px;
  gap: 19px;
  height: 100%; 
  position: relative;
}
.mm1 {
  position: absolute;
  width: 220px;
  background: rgba(255, 255, 255, 0.3);
  /*box-shadow: 2px 0px 6px 0px #FFFFFF;
  */padding: 30px 15px 20px 15px;
  flex-shrink: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 8px;
}
/* .mm1:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 20px;
  background: url(images/mm1_b.png) no-repeat;
  top: 0px;
  left: 0;
  opacity: 0.5;
  background-size: cover;
} */
.m1 {
  display: flex;
  /* flex-direction: column; */
  gap: 9px;
  flex-wrap: wrap;
}
.m1 li {
  width: 100%;
}
.m1 li a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #333333;
  line-height: 22px;
  padding: 9px 0 9px 17px;
  background: url(images/btn_bj.png) no-repeat;
  background-size: 100% 100%;
  box-sizing: border-box;
  font-weight: 500;
  transition: all 0.3s;
  border-radius: 10px;
}
.m1 li a img {
  width: 28px;
}
.m1 li:hover a {
  color: #92071c;
  /* box-shadow: 0px 0px 5px rgba(146, 7, 28, 0.25); */
}
.m2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 23px;
}
.m2 > li {
  width: calc(50% - 4.5px);
  background: #ffffff;
  box-shadow: 2px 0px 6px 0px #ffffff;
  border-radius: 10px 10px 10px 10px;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.m2 > li:hover {
  background: #92071c;
}
.m2 > li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  padding: 15px 0 8px 0;
}
.m2 > li a img {
  width: 28px;
}
.m2-text {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #92071c;
  line-height: 22px;
  text-align: center;
}
.m2 > li a:hover .m2-text {
  color: #fff;
}
.m2 > li a:hover img {
  filter: brightness(0) invert(1);
}
.m2-content {
  width: 100%;
  padding: 0;
  height: 0; 
  overflow: hidden;
  opacity: 0;
  transition: 
    height 1.6s ease-in-out, 
    opacity 0.3s ease-in-out;
  margin-bottom: 0;
}

.m2-content.is-active {
  padding-top: 4px;
  height: auto; 
  opacity: 1;
  transition: 
    height 1.6s ease-in-out, 
    opacity 0.3s ease-in-out;
}
.m2-content .m2-content-last {
  width: 100%;
  padding: 0;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 2px 0px 6px 0px #ffffff;
  position: relative;
  border: none;

  pointer-events: none;
  z-index: 30;
}
.m2-content .m2-content-last1 p strong{
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #555555;
  line-height: 25px;
}
.m2-content .m2-content-last1 p{
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #555555;
  line-height: 25px;
}
.m2-content.is-active .m2-content-last {
  padding: 12px 20px 8px 20px;
  margin-bottom: 8px;
  pointer-events: auto;
}
.m2-content-last:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #92071c;
  left: 0;
  top: -4px;
  border-radius: 1px 1px 1px 1px;
}
.m2-content-last ul.m2-content-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.m2-content-last ul.m2-content-list li {
  width: 100%;
  margin-bottom: 8px;
}
.m2-content-last ul.m2-content-list li a {
  border-radius: 4px 4px 4px 4px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  display: block;
  transition: all 0.2s;
}
.m2-content-last ul.m2-content-list li a:hover {
  transform: translateY(-2px) scale(1.01);
}
.m2-content-last ul.m2-content-list li:nth-child(4n) a {
  background: #c48d47;
}
.m2-content-last ul.m2-content-list li:nth-child(4n + 1) a {
  background: #bc6640;
}
.m2-content-last ul.m2-content-list li:nth-child(4n + 2) a {
  background: #9f2866;
}
.m2-content-last ul.m2-content-list li:nth-child(4n + 3) a {
  background: #ab1b31;
}

.m2-content-last1 {
  padding: 0;
}
.m2-content-last1 ul.m2-content-list1 {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.m2-content-last1 ul.m2-content-list1 li {
  width: 100%;
}
.m2-content-last1 ul.m2-content-list1 li a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  display: block;
  position: relative;
  padding-left: 13px;
}
.m2-content-last1 ul.m2-content-list1 li a:hover {
  color: #ab1b31;
  font-weight: 400;
}
.m2-content-last1 ul.m2-content-list1 li a:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #ab1b31;
  left: 0px;
  top: 13px;
}
.m2-content.is-active .m2-content-last.m2-content-last1 {
  padding: 12px 20px 8px 10px;
}
.m2-content .more{
  line-height: 20px;
  gap: 5px;
  display: none;
}
.f_modle {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 50;
}
footer {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 20;
}
.footer1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  padding: 20px 0;

  background: rgba(255, 255, 255, 0.8);
}
.footer1 a {
  max-width: 50%;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #1d1d1d;
  line-height: 22px;
}
.footer1 img {
  width: 45px;
}
.footer1 .notice {
  font-family: MicrosoftYaHei;
  font-weight: bold;
  font-size: 26px;
  color: #92071c;
  line-height: 30px;
}
.footer {
  background: #1d1d1d;
  padding: 10px 0;
}

.Copyright {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  line-height: 30px;

  letter-spacing: 0.64px;
  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;
}

.infotop .col_path {
  display: inline-block;
  white-space: nowrap;
  line-height: 28px;
  color: #333333;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
} /**当前位置**/
.infotop .col_path:before {
  content: "";
  position: absolute;
  left: 3px;
  width: 19px;
  height: 19px;
  background: url(images/home.png) no-repeat;
  background-size: 19px 19px;
  top: 50%;
  margin-top: -8px;
}
.infotop .col_path a {
  color: #333333;
}
#d-container .infotop {
  display: block;
  border: none;
}
/***********************************************************
 * 列表页
 */

/*栏目图片*/
.l-banner {
  height: 380px;
  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-container {
  background: #ffffff;
}
#l-container .inner {
  padding: 0px 0px;
  padding-bottom: 80px;
}
#d-container {
  background: none;
  box-sizing: border-box;
  padding-bottom: 42px;
  margin-top: -62px;
}
#d-container .inner {
  padding: 0px 0 0;
  box-sizing: border-box;
}
#d-container .inner {
  background: #fff;
  margin-top: 0px;
  position: relative;
  z-index: 2;
}
/*主栏目名称*/
.col_menu {
  width: 280px;
  float: left;
  margin-right: -280px;
  position: relative;
  margin-top: -104px;
  box-sizing: border-box;
}
.col_menu .l-qh {
  margin-bottom: 10px;
}
.col_menu .col_menu_head {
  background: url(images/tittle_left.png);
  background-size: cover;
  position: relative;
  padding: 0px 25px;
}
/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
  min-height: 104px;
  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;
  line-height: 45px;
  width: 100%;
  text-align: left;
  position: relative;
  font-family: "Alimama";
  font-weight: 500;
  font-size: 30px;
  color: #fff;
  line-height: 33px;
  letter-spacing: 0px;
} /**栏目名称图标**/

/*栏目列表*/
.col_menu_con {
  /* padding: 0 10px; */
}
.col_list {
  /* min-height: 200px; */
  background: #eeeeee;
  border-top: 4px solid #fdb837;
}
.col_list .wp_listcolumn {
  border-bottom: 0px solid #fff;
  padding: 0 0px;
}
.col_list .wp_listcolumn .wp_column a {
  text-decoration: none;
  color: #333;
  display: block;
  font-size: 15px;
  font-weight: normal;
  background: none;
}
.col_list .wp_listcolumn .wp_column > a {
  text-align: left;
  position: relative;
  padding: 0px 12px 0px 25px;
  border-bottom: 2px solid #dddddd;
}
.col_list .wp_listcolumn .wp_column > a .column-name {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #333333;
  line-height: 56px;
  font-weight: 500;
}
.col_list .wp_listcolumn .wp_column > a:hover,
.col_list .wp_listcolumn .wp_column > a.selected {
  background: #92071c;
}

.col_list .wp_listcolumn .wp_column.parent > a .column-name {
  font-weight: bold;
  color: #fff;
}
.col_list .wp_listcolumn .wp_column.parent > a {
  background: #92071c;
}
/*二级子栏目**/
.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 .wp_column > .sub_list > .sub-item a {
  /* background: #e9e9e9; */
  text-align: left;
  padding-left: 55px;
  position: relative;
}
.col_list .wp_listcolumn .wp_column > .sub_list > .sub-item a:before {
  content: "";
  position: absolute;
  left: 40px;
  top: 22px;
  width: 5px;
  height: 5px;
  background: transparent;
  border: 1px solid #000;
  border-radius: 50%;
}
.col_list .wp_listcolumn .wp_column > .sub_list > .sub-item a.selected:before,
.col_list .wp_listcolumn .wp_column > .sub_list > .sub-item a:hover:before {
  border: 1px solid #92071c;
}
.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:hover .column-name,
.col_list .wp_listcolumn .wp_column > a.selected .column-name {
  color: #fff;
}
.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: 320px;
  min-height: 350px;
  padding: 15px 20px;
  background: #fff;
}
.col_news_head {
  padding-bottom: 10px;
}
.col_metas {
  background: #f7f7f7;
  position: relative;
  z-index: 1;
  padding: 0 50px;
}
#l-container .col_metas {
  background: #fff;
  padding: 0 15px;
  border-bottom: 1px solid #ddd;
}
#l-container .col_metas:before {
  display: none;
}
.col_metas:before {
  content: "";
  position: absolute;
  bottom: -0px;
  left: 50px;
  width: calc(100% - 100px);
  height: 1px;
  background: #dddddd;
}
.col_metas .col_title {
  display: inline-block;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  color: #92071c;
  line-height: 58px;
  font-weight: 500;
}
/**当前栏目**/
.col_metas .col_title h2 {
  display: inline-block;
  font-size: 20px;
  font-weight: 400;
  color: #92071c;
}
.col_metas .col_path {
  display: inline-block;
  float: right;
  white-space: nowrap;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #000000;
  line-height: 60px;
  padding-left: 25px;
  position: relative;
}
/**当前位置**/
.col_metas .col_path:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 16px;
  height: 16px;
  background: url(images/icon_home.png) no-repeat;
  background-size: 16px 16px;
  top: 50%;
  transform: translateY(-50%);
}
.col_metas .col_path a {
  color: #333333;
}
.col_news_con {
  padding: 0 15px;
  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: 18px;
  color: #333;
  font-family: "Microsoft YaHei";
}
.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;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 10px 100px;
  min-height: 300px;
}
.article {
  padding-top: 10px;
}
.article h1.arti_title {
  line-height: 30px;
  font-family: "Microsoft YaHei";
  font-size: 26px;
  text-align: center;
  color: #333;
} /**文章标题**/
.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;
}
.article .arti_metas span {
  margin: 0 10px;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  text-align: center;
} /**文章其他属性**/
.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 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
} /**阅读字体**/
.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;
}
.col_news_list .news_list li.news_news a {
  display: flex;
  background: #fff;
  align-items: center;
  padding-left: 18px;
  position: relative;
  justify-content: space-between;
  gap: 12px;
}
.col_news_list .news_list li.news_news a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 8px;
  background: url(images/icon_arrow.png) no-repeat;
  background-size: cover;
}
.news_content {
  padding: 0 20px;
  position: relative;
  transition: all 0.3s;
}
.news_time {
  line-height: 48px;
  position: relative;
  flex-shrink: 0;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}
.s16 {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #333333;
  line-height: 46px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.s17 {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
  font-family: "微软雅黑粗体粗体";
}
.col_news_list .news_list li.news_news:hover .news_content {
  transform: translateX(5px);
}
.col_news_list .news_list li.news > a:hover .s16 {
  color: #92071c;
}
.col_news_list .news_list li.news > a:hover .news_time {
  color: #92071c;
}

.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;
}

.pdf-fullscreen-link[href=""] {
    display: none !important;
}
.pdf-fullscreen-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 12px;
    padding: 0px 20px;
    font-size: 16px;
    color: #fff !important;
    background: #92071c;
    border-radius: 4px;
    text-decoration: none !important;
    transition: background 0.2s;
    line-height: 40px;
}
.pdf-fullscreen-link:hover {
    background: #92071c;
}
