/* 重置样式 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

.header {
  height: 188px;
  background: #912424;
}

.header nav {
  width: 1360px;
  margin: 0 auto;
  /* padding: 0 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
}
/* 导航样式 */
.nav {
  width: 1360px;
  margin: 0 auto;
  /* padding: 0 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* 左侧导航 */
.nav-left,
.nav-right {
  display: flex;
  align-items: center;
}

.nav-left li,
.nav-right ul li {
  position: relative;
  margin-right: 48px;
}

.nav-right ul li:last-child {
  margin-right: 28px;
}

.nav-left li:not(:last-child)::after,
.nav-right ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -26px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #fff;
  opacity: 0.3;
}

.nav-left li a,
.nav-right ul li a {
  opacity: 0.8;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  padding: 10px 0;
  display: block;
}

.nav-right ul {
  display: flex;
  align-items: center;
}

/* 搜索按钮 */
.search-btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.search-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Logo样式 */
.header .logo {
  text-align: center;
  background: url("https://zzyyzy.dahe.cn/file/4113000050/images/header-bg.jpg")
    no-repeat center center;
}

.header .logo div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1360px;
  margin: 0 auto;
  /* padding: 0 20px; */
  height: 140px;
}

.logo img {
  max-height: 80px;
}

.big-logo {
  display: flex;
  align-items: center;
}

.big-logo .siteName {
  color: #ffffff;
  font-family: "Microsoft YaHei";
  font-size: 25px;
}

.big-logo .fge {
  margin: 0 23px;
  width: 6px;
  height: 60px;
}

/* 导航样式 */
.main-menu {
  display: flex;
  list-style: none;
  width: 1360px;
  margin: 0 auto;
  height: 64px;
  align-items: center;
  justify-content: space-around;
}

.main-menu li {
  position: relative;
}

.main-menu > li > a {
  display: block;
  padding: 12px 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #121212;
  letter-spacing: 1.54px;
}

.main-menu > li > a:hover {
  font-family: MicrosoftYaHei-Bold;
  font-weight: 700;
  font-size: 18px;
  color: #121212;
  letter-spacing: 1.54px;
}

/* 下拉三角形 */
.has-dropdown > a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 13px;
  margin-left: 6px;
  background: url("https://zzyyzy.dahe.cn/file/4113000050/images/path.png")
    no-repeat center center;
  background-size: contain;
  transition: all 0.3s ease;
}

.has-dropdown:hover > a::after {
  background: url("https://zzyyzy.dahe.cn/file/4113000050/images/path-back.png")
    no-repeat center center;
  background-size: contain;
}

/* 下拉菜单 */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  background: #a4201d;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition: all 0.3s ease;
  z-index: 100;
  padding: 10px 0;
  width: max-content;
}

.has-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.dropdown-menu li {
  text-align: center;
}

.dropdown-menu a {
  display: block;
  text-decoration: none;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 1px;
  line-height: 33px;
  transition: all 0.3s ease;
  /* min-width: 102px; */
  padding: 0 16px;
  white-space: nowrap;
}

.dropdown-menu a:hover {
  background: #690403;
}

.footer {
  height: 272px;
  background: #9b2626;
  position: relative;
  /* display: flex; */
  /* align-items: left; */
  /* justify-content: center; */
  margin-top: 145px;
}

.footer .container {
  width: 1400px;
  /* padding: 0; */
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  /* padding: 50px 0; */
  align-items: center;
  margin: 0 auto;
}

.footer-bg {
  position: absolute;
  top: -45px;
  left: 0;
  /* width: 100%;
    height: 100%;
    object-fit: cover; */
  height: 317px;
  width: 100%;
  background: url("https://zzyyzy.dahe.cn/file/4113000050/images/foot.png")
    no-repeat center center;
}

.footer-left,
.footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.footer-left {
  position: relative;
  top: -14px;
}

.footer-left a:first-child {
  margin-bottom: 20px;
}

.footer-left a {
  font-family: AlibabaPuHuiTi-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
}

.footer-content {
  font-family: MicrosoftYaHei;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0;
  padding-left: 100px;
  position: relative;
}

.footer-content p {
  margin-bottom: 11px;
}

.footer-content > a {
  display: block;
  margin-bottom: 11px;
  color: #fff;
}

.footer-content-line {
  position: absolute;
  top: 17px;
  right: -70px;
  width: 0px;
  height: 120px;
  border-left: 1px dashed #fff;
}

.footer-right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  /* gap: 16px; */
}

.footer-right-item {
  position: relative;
  cursor: pointer;
  margin-right: 16px;
}

.footer-pink-cover > img {
  position: relative;
  top: -3px;
  left: 0;
  width: 102px;
  height: 102px;
}

.footer-pink-cover {
  position: absolute;
  top: -128px;
  left: -29px;
  width: 114px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
  background: url("https://zzyyzy.dahe.cn/file/4113000050/images/hover-pink.png")
    no-repeat center center;
}
.footer-right-item:hover .footer-pink-cover {
  opacity: 1;
}
