<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ajgc {
  width: 100%;
  background: #FFFFFF;
}

nav .nav-container {
  max-width: 1700px;
}

/* nav */
nav {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  height: 160px;
  background: url(../image/nav-bg.png) center top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
}

.top {
  width: 100%;
  height: 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.top .logo {
  display: inline-block;
  margin-top: 10px;
  float: left;
}

.top-rig {
  float: right;
  width: 320px;
  width: 19.04%;
  min-width: 216px;
  height: 120px;
}

.weather {
  width: 130px;
  float: right;
  height: 80px;
  cursor: pointer;
  position: relative;
  margin-top: 20px;
  border-radius: 15px 15px 0 0;
  background: linear-gradient(to right, rgba(93, 156, 214, 0), rgba(72, 143, 207, 0));
}

.weather::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px 15px 0 0;
  background: linear-gradient(to right, rgb(93, 156, 214), rgb(72, 143, 207));
  background: linear-gradient(to right, #2D9A57, #1D935D);
  background: #581118;
  opacity: 0;
}

.weather span {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 80%;
  margin-left: 10%;
  height: 100%;
  background: url(../image/we-1.png) no-repeat left center;
  background-size: 30px auto;
  padding-left: 40px;
}

.weather span p {
  margin: 0;
  font-size: 0.75rem;
  color: #FFFFFF;
}

.weather span p:nth-child(1) {
  margin-top: 15px;
}

.weather:hover::after {
  opacity: 1;
  transition: all 1s;
}

.wether-1 {
  display: none;
  position: absolute;
  width: 300px;
  top: 100%;
  right: 0;
  height: 160px;
  padding: 10px 0;
  background: linear-gradient(135deg, rgb(97, 159, 215), rgb(23, 110, 191));
  background: linear-gradient(225deg, rgb(3, 136, 102), rgb(68, 164, 79));
  background: #581118;
  border-radius: 15px 0 15px 15px;
}

.weather:hover .wether-1 {
  display: block;
}

.weather:hover {
  box-shadow: 0 -5px 10px rgba(255, 255, 255, 0.3);
}

.weather:hover .wether-1 {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
}

.wether-2 {
  width: 33.33%;
  height: 100%;
  float: left;
  text-align: center;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
}

.wether-2:last-child {
  border: none;
}

.wether-2 .img {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wether-2 .img img {
  max-width: 80%;
  max-height: 80%;
}

.wether-2 p {
  font-size: 0.75rem;
  color: #FFFFFF;
  margin: 0;
  line-height: 1.8;
}

.wether-2 p:nth-child(1) {
  opacity: 0.5;
}

.top-rig .sou {
  float: right;
  position: relative;
  margin-top: 45px;
  margin-right: 26px;
  margin-left: 20px;
  z-index: 100;
}

.top-rig .sou input:nth-child(1) {
  position: absolute;
  display: none;
  right: 30px;
  height: 30px;
  border: none;
  border-radius: 20px 0 0 20px;
  background: #EA9D04;
  padding: 0 10px;
}

.top-rig .sou input:nth-child(2) {
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  background: url(../image/sou.png) no-repeat center center;
  border-radius: 0 20px 20px 0;
  position: relative;
  z-index: 10;
}

.top-rig .sou:hover input:nth-child(1) {
  display: block;
  color: #FFFFFF;
}

.top-rig .sou:hover input:nth-child(2) {
  background-color: #EA9D04;
  transition: all 1s;
}

.top-rig &gt; a {
  float: right;
  width: 28px;
  height: 28px;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
  background: #581118;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  margin-top: 46px;
}

.top-rig &gt; a:hover {
  color: #581118;
  background: #FFFFFF;
}

.nav {
  float: right;
  display: flex;
  justify-content: space-between;
  height: 120px;
  width: 1000px;
  max-width: calc(80% - 172px);
}

nav &gt; span {
  position: absolute;
  top: 119px;
  width: 40px;
  height: 1px;
  left: 0;
  background: #FFFFFF;
  opacity: 0;
  transition: all 0.5s;
}

nav:hover &gt; span {
  opacity: 1;
}

.nav &gt; li {
  flex: 1;
}

.nav &gt; li &gt; a {
  display: inline-block;
  width: 100%;
  line-height: 120px;
  font-size: 1.0625rem;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.3s;
}

.nav &gt; li &gt; a:hover {
  font-weight: bold;
}

.menu {
  display: none;
  float: right;
  position: relative;
  width: 48px;
  height: 48px;
  margin-top: 36px;
  margin-left: 20px;
  background: #581118;
  cursor: pointer;
  text-align: center;
  z-index: 30;
}

.menu span {
  display: block;
  margin-left: 9px;
  transition: all 0.3s;
  width: 30px;
  height: 3px;
  background: #FFFFFF;
  margin-top: 14px;
  border-radius: 10px;
}

.menu span:nth-child(2) {
  margin-top: 5px;
}

.menu span:nth-child(3) {
  margin-top: 5px;
}

.menu.ac span:nth-child(1) {
  transform: translate(0, 8px) rotate(45deg);
}

.menu.ac span:nth-child(2) {
  opacity: 0;
  transform: scale(0, 1);
}

.menu.ac span:nth-child(3) {
  transform: translate(0, -8px) rotate(-45deg);
}

.nav li {
  position: relative;
}

.menu_xl {
  display: none;
  position: absolute;
  top: 120px;
  background: url(../image/xl_sj_01.png) no-repeat 44px top;
}

.nav li:hover .menu_xl {
  display: block;
}

.menu_xl_bg {
  background: #fff;
  padding: 30px;
  margin-top: 20px;
  overflow: hidden;
}

.xl1 {
  width: 820px;
}

.xl1 .xl_l {
  float: left;
  width: 120px;
  border-right: 1px solid #d5d5d5;
  margin-right: 30px;
  padding-right: 30px;
  text-align: right;
  height: 176px;
}

.xl1 .xl_l span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.xl1 .xl_l span a {
  color: #581118;
}

.xl1 .xl_l ul li {
  line-height: 40px;
}

.xl1 .xl_l ul li a {
  color: #333;
  font-size: 15px;
}

.xl1 .xl_l ul li.on a,
.xl1 .xl_l ul li a:hover {
  font-weight: bold;
  color: #581118;
  border-bottom: 1px solid #581118;
}

.xl1 .xl_r {
  float: left;
  width: 600px;
}

.xl1 .xl_r ul {
  width: 630px;
}

.xl1 .xl_r ul li h1 {
  margin: 0;
  float: left;
  display: block;
  margin-right: 30px;
}

.xl1 .xl_r ul li h1 img {
  display: block;
  height: 176px;
}

.xl1 .xl_r ul li p {
  font-size: 15px;
  line-height: 32px;
  text-indent: 2em;
  text-align: justify;
  padding-top: 8px;
  padding-right: 30px;
  height: 165px;
  overflow: hidden;
}

.xl1 .xl_r ul.ul2 {
  height: 176px;
}

.xl1 .xl_r ul.ul2 li {
  float: left;
  text-align: center;
  position: relative;
  width: 285px;
  margin-right: 30px;
}

.xl1 .xl_r ul.ul2 li h1 {
  display: block;
  width: 285px;
  height: 176px;
  overflow: hidden;
}

.xl1 .xl_r ul.ul2 li h1 img {
  display: block;
  width: 285px;
  height: 176px;
  transition: all 0.5s;
}

.xl1 .xl_r ul.ul2 li:hover h1 img {
  transform: scale(1.1);
}

.xl1 .xl_r ul.ul2 li p {
  text-align: center;
  text-indent: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #fff;
  left: 0;
  z-index: 11;
}

.xl1 .xl_r ul.ul2 li a {
  display: block;
}

.xl1 .xl_r ul.ul2 li a:hover {
  text-decoration: underline;
}

.xl2 {
  width: 900px;
  left: -100px;
  background-position: 144px top;
}

.xl2 .xl_l {
  float: left;
  width: 130px;
  border-right: 1px solid #d5d5d5;
  margin-right: 30px;
  padding-right: 30px;
  text-align: right;
  height: 282px;
}

.xl2 .xl_l span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.xl2 .xl_l span a {
  color: #581118;
}

.xl2 .xl_l ul li {
  line-height: 40px;
}

.xl2 .xl_l ul li a {
  color: #333;
  font-size: 15px;
}

.xl2 .xl_l ul li.on a,
.xl2 .xl_l ul li a:hover {
  font-weight: bold;
  color: #581118;
  border-bottom: 1px solid #581118;
}

.xl2 .xl_r {
  float: left;
  width: 680px;
}

.xl2 .xl_r .xl_in_Box {
  width: 680px;
}

.xl2 .xl_r .xl_in_Box .inHd {
  width: 680px;
}

.xl2 .xl_r .xl_in_Box .inHd ul {
  max-height: 141px;
  overflow: hidden;
  overflow-y: scroll;
}

.xl2 .xl_r .xl_in_Box .inHd ul li {
  display: inline-block;
  height: 32px;
  width: 24%;
  line-height: 32px;
  text-align: center;
  border: 1px solid #d5d5d5;
  float: left;
  margin-bottom: 15px;
  margin-right: 1%;
}

.xl2 .xl_r .xl_in_Box .inHd ul li a {
  color: #666;
  display: block;
  font-size: 15px;
}

.xl2 .xl_r .xl_in_Box .inHd ul li.on a,
.xl2 .xl_r .xl_in_Box .inHd ul li a:hover {
  color: #fff;
  background: #581118;
}

.xl2 .xl_r .xl_in_Box .inBd {
  padding-top: 10px;
  width: 680px;
}

.xl2 .xl_r .xl_in_Box .inBd ul {
  display: none;
}

.xl2 .xl_r .xl_in_Box .inBd ul li h1 {
  display: block;
  margin: 0;
  margin-right: 29px;
  float: left;
}

.xl2 .xl_r .xl_in_Box .inBd ul li h1 img {
  display: block;
  height: 176px;
}

.xl2 .xl_r .xl_in_Box .inBd ul li &gt; p {
  font-size: 15px;
  line-height: 32px;
  height: 96px;
  overflow: hidden;
}

.xl2 .xl_r .xl_in_Box .inBd ul li .an_btn {
  padding-top: 15px;
}

.xl2 .xl_r .xl_in_Box .inBd ul li .an_btn a {
  display: block;
  float: left;
  text-align: center;
  margin-right: 25px;
}

.xl2 .xl_r .xl_in_Box .inBd ul li .an_btn a img {
  display: block;
  margin: auto;
  margin-bottom: 8px;
}

.xl2 .xl_r .xl_in_Box .inBd ul li .an_btn a p {
  font-size: 13px;
  color: #333;
}

.xl3 {
  width: 900px;
  left: -200px;
  background-position: 245px top;
}

.xl3 .lygl-list {
  height: 336px;
}

.xl4 {
  width: 900px;
  left: -240px;
  background-position: 286px top;
}

.xl4 .xl_b1 {
  float: left;
  margin-right: 30px;
}

.xl4 .title {
  width: 418px;
  border-bottom: 1px solid #d5d5d5;
  height: 42px;
  line-height: 42px;
  margin-bottom: 15px;
}

.xl4 .title h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #581118;
  float: left;
}

.xl4 .title a {
  float: right;
  font-size: 13px;
  color: #581118;
}

.xl4 .xl_b1 .bd {
  width: 418px;
}

.xl4 .xl_b1 .bd ul {
  width: 426px;
}

.xl4 .xl_b1 .bd ul li {
  float: left;
  margin-right: 11px;
  margin-bottom: 10px;
}

.xl4 .xl_b1 .bd ul a {
  display: block;
  position: relative;
  height: 142px;
}

.xl4 .xl_b1 .bd ul a h1 {
  margin: 0;
  display: block;
  width: 202px;
  height: 142px;
  overflow: hidden;
}

.xl4 .xl_b1 .bd ul a h1 img {
  display: block;
  width: 202px;
  height: 142px;
  transition: all 0.5s;
}

.xl4 .xl_b1 .bd ul a:hover h1 img {
  transform: scale(1.1);
}

.xl4 .xl_b1 .bd ul a p {
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  bottom: 0;
  z-index: 22;
  left: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
}

.xl4 .xl_b1 .bd ul a:hover p {
  text-decoration: underline;
}

.xl4 .xl_b2 {
  float: left;
}

.xl4 .xl_b2 .title {
  width: 340px;
}

.xl4 .xl_b2 .bd ul li {
  background: url(../image/xl_d_01.png) no-repeat left center;
  padding-left: 15px;
}

.xl4 .xl_b2 .bd ul li a {
  color: #333;
  line-height: 37px;
}

.xl4 .xl_b2 .bd ul li a:hover {
  color: #581118;
}

.xl5 {
  width: 940px;
  left: -540px;
  background-position: 586px top;
}

.xl5 .xl_b1 {
  float: left;
  width: 33.33%;
  padding: 0 5px;
  height: 273px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}

.xl5 .xl_b1 a {
  display: inline-block;
  height: 49%;
  width: 49%;
  overflow: hidden;
  position: relative;
}

.xl5 .xl_b1 a img {
  position: absolute;
  height: 100%;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}

.xl5 .xl_b1 a:hover img {
  transform: translateX(-50%) scale(1.1);
}

.xl5 .xl_b1 a p {
  margin: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.75rem;
  color: #FFFFFF;
  text-align: center;
}

.xl5 .xl_b1 a:nth-child(1) {
  width: 100%;
}

.xl5 .xl_b3 {
  float: left;
  width: 33.33%;
  height: 273px;
  padding: 0 5px;
}

.xl5 .xl_b3 video {
  width: 100%;
  height: 273px;
  -o-object-fit: fill;
     object-fit: fill;
}

.xl5 .xl_b2 {
  float: left;
  width: 33.33%;
  padding-left: 10px;
  margin-top: -8px;
}

.xl5 .xl_b2 .title {
  width: 100%;
  border-bottom: 1px solid #d5d5d5;
  height: 42px;
  line-height: 42px;
  margin-bottom: 15px;
}

.xl5 .xl_b2 .title h2 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #581118;
  float: left;
}

.xl5 .xl_b2 .title a {
  float: right;
  font-size: 13px;
  color: #581118;
}

.xl5 .xl_b2 .bd ul li {
  background: url(../image/xl_d_01.png) no-repeat left center;
  padding-left: 15px;
}

.xl5 .xl_b2 .bd ul li a {
  color: #333;
  line-height: 32px;
  width: 100%;
  overflow: hidden;
  font-size: 15px;
  height: 32px;
  display: block;
}

.xl5 .xl_b2 .bd ul li a:hover {
  color: #581118;
}

.xl6 {
  width: 718px;
  left: -460px;
  background-position: 504px top;
}

.xl6 .xl_l {
  float: left;
  width: 130px;
  border-right: 1px solid #d5d5d5;
  margin-right: 30px;
  padding-right: 30px;
  text-align: right;
  height: 245px;
}

.xl6 .xl_l span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.xl6 .xl_l span a {
  color: #581118;
}

.xl6 .xl_l ul li {
  line-height: 40px;
}

.xl6 .xl_l ul li a {
  color: #333;
  font-size: 15px;
}

.xl6 .xl_l ul li.on a,
.xl6 .xl_l ul li a:hover {
  font-weight: bold;
  color: #581118;
  border-bottom: 1px solid #581118;
}

.xl6 .xl_r {
  float: left;
  width: 496px;
}

.xl6 .xl_r ul li {
  display: block;
  width: 496px;
  height: 245px;
}

.xl6 .xl_r ul li img {
  display: block;
  width: 496px;
  height: 245px;
}

.xl7 {
  width: 826px;
  left: -500px;
  background-position: 550px top;
}

.xl7 .xl_l {
  float: left;
  width: 130px;
  border-right: 1px solid #d5d5d5;
  margin-right: 30px;
  padding-right: 30px;
  text-align: right;
  height: 230px;
}

.xl7 .xl_l span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  display: block;
}

.xl7 .xl_l span a {
  color: #581118;
}

.xl7 .xl_l ul li {
  line-height: 40px;
}

.xl7 .xl_l ul li a {
  color: #333;
  font-size: 15px;
}

.xl7 .xl_l ul li.on a,
.xl7 .xl_l ul li a:hover {
  font-weight: bold;
  color: #581118;
  border-bottom: 1px solid #581118;
}

.xl7 .xl_r {
  float: left;
  width: 600px;
}

.xl7 .xl_r ul {
  width: 630px;
}

.xl7 .xl_r ul li h1 {
  margin: 0;
  float: left;
  display: block;
  margin-right: 30px;
}

.xl7 .xl_r ul li h1 img {
  display: block;
  height: 230px;
}

.xl7 .xl_r ul li p {
  font-size: 15px;
  line-height: 32px;
  text-indent: 2em;
  text-align: justify;
  padding-top: 8px;
  padding-right: 30px;
  height: 230px;
  overflow: hidden;
}

.pf {
  position: fixed;
  z-index: 99;
  right: 1%;
  top: 50%;
  transform: translateY(-50%);
}

.pf ul {
  /* display: none; */
  /* animation: fadeInRight 1s; */
}

.pf ul li {
  margin-bottom: 1px;
  position: relative;
}

.pf ul li.fufu &gt; img {
  display: none;
  position: absolute;
  right: 100%;
  bottom: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.pf ul li.fufu:hover &gt; img {
  display: block;
  animation: fadeInDown 0.5s;
}

.pf ul li a {
  color: #fff;
  width: 70px;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  font-size: 12px;
  height: 60px;
}

.pf ul li a span {
  margin: auto;
  display: block;
  padding: 8px 0 5px;
  height: 37px;
}

.pf ul li a span img {
  display: block;
  margin: auto;
}

.pf ul li a:hover {
  background: rgba(99, 11, 15, 0.9);
}

.pf ul li:hover .tc {
  display: block;
}

.pf ul li .tc {
  display: none;
  position: absolute;
  right: 70px;
  top: 0;
  background: #fff;
  z-index: 66;
  box-shadow: 0 0 3px #999;
}

.pf ul li .tc h1 {
  font-size: 14px;
  width: 134px;
  margin: 0;
  padding: 8px 8px 3px;
  color: #630b0f;
}

.pf ul li .tc h2 {
  font-size: 16px;
  margin: 0;
  padding: 0px 8px 8px;
  color: #630b0f;
}

.pf ul li .tc h3 {
  margin: 0;
}

.pf ul li .tc h3 img {
  display: block;
}

.more_language {
  float: right;
  position: relative;
  margin-top: 46px;
}

.more_language &gt; a {
  width: 28px;
  height: 28px;
  color: #FFFFFF;
  display: block;
  text-align: center;
  line-height: 28px;
  background: #581118;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.more_language .more_language_m {
  display: none;
  position: absolute;
  right: -9px;
  top: 28px;
  z-index: 66;
}

.more_language .more_language_m span {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #5f050d;
  display: block;
  margin-left: 69px;
}

.more_language .more_language_m ul {
  background: #5f050d;
}

.more_language .more_language_m ul li a {
  font-size: 15px;
  text-align: center;
  width: 100px;
  display: block;
  line-height: 30px;
  color: #fff;
}

.more_language .more_language_m ul li a:hover {
  background: #732028;
}

.more_language:hover .more_language_m {
  display: block;
}

/* footer */
footer {
  width: 100%;
  background: #272831;
  padding-top: 2px;
  border-top: 1px solid #EA9A0A;
}

footer .container {
  max-width: 1340px;
}

.fot-1 {
  width: 100%;
  border-top: 1px solid #41424C;
  display: flex;
  justify-content: space-between;
}

.fot-11 {
  width: 42.42%;
  background: url(http://anjugc.cn/upfiles/202309/20230918110722673.png) no-repeat left center, url(../image/fot-lef.png) no-repeat right center;
  padding-left: 190px;
  padding-right: 2.6%;
  padding-top: 50px;
  height: 270px;
}

.fot-11 p {
  font-size: 15px;
  color: #FFFFFF;
  line-height: 2;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 5;
}

.fot-12 {
  width: 17.33%;
  background: url(../image/fot-lef.png) no-repeat right center;
  text-align: center;
  padding-top: 70px;
}

.fot-12 img {
  max-width: 90%;
}

.fot-13 {
  width: 17%;
}

.fot-14 {
  width: 21.25%;
  padding-left: 3%;
  padding-top: 44px;
}

.fot-14 img {
  max-width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.fot-14 p {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 2.5;
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lian {
  position: relative;
  width: 100%;
  height: 40px;
  background: #3E3E3E;
  cursor: pointer;
  margin-top: 10px;
}

.lian::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 18px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid #C5C5C5;
  transition: all 0.3s;
}

.lian &gt; span {
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.6;
  padding-left: 20px;
  line-height: 40px;
}

.fot-sub {
  position: absolute;
  width: 100%;
  display: none;
  bottom: 100%;
  left: 0;
  background: #3E3E3E;
  padding: 0 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fot-sub a {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.fot-sub a:hover {
  font-weight: bold;
  font-size: 16px;
}

.lian:hover .fot-sub {
  display: block;
  animation: fadeIn 0.5s;
}

.lian:hover::after {
  transform: rotate(180deg) translateY(7px);
}

.fot-2 {
  width: 100%;
  height: 50px;
  border-top: 1px solid #41424C;
}

.fot-2 p {
  line-height: 50px;
}

.fot-2 p span {
  display: inline-block;
  font-size: 0.9375rem;
  color: #8C8D9A;
  margin: 0 5px;
}

.fot-2 p span a {
  font-size: 0.9375rem;
  color: #8C8D9A;
}

.fot-2 p span a:hover {
  color: #FFFFFF;
}

.aj817 {
  width: 100%;
  overflow: hidden;
}

.aj817 a {
  float: left;
  overflow: hidden;
  position: relative;
}

.aj817 a img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}

.aj817 a:hover img {
  transform: scale(1.1);
}

.aj817 a:first-child {
  width: 370px;
  height: 282px;
  margin-right: 15px;
}

.aj817 a p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
}

.aj817 a:nth-child(2),
.aj817 a:nth-child(3) {
  width: 286px;
  height: 134px;
  margin-bottom: 15px;
}

.aj817 a:nth-child(3) {
  margin-bottom: 0;
}

.aj817-1 {
  height: 284px;
  display: flex;
  justify-content: space-between;
}

.aj817-1 .det {
  width: 270px;
  height: 100%;
  overflow: hidden;
}

.aj817-1 .det p {
  padding-right: 30px;
  font-size: 14px;
  color: #333333;
  line-height: 2;
  text-indent: 2rem;
  text-align: justify;
}

.aj817-2 {
  width: 412px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}

.aj817-2 a {
  overflow: hidden;
  position: relative;
}

.aj817-2 a img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 0.5s;
}

.aj817-2 a:hover img {
  transform: scale(1.1);
}

.aj817-2 a p {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 34px;
  line-height: 34px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.5);
}

.aj817-2 a {
  width: 199px;
  height: 134px;
}

.xl_wh {
  left: -400px;
  background-position: 446px top;
}

.aj817-3 {
  display: flex;
  justify-content: space-between;
}

.aj817-3 .det {
  padding-left: 30px;
}

.aj817-3 .det span {
  font-size: 16px;
  color: #630B0F;
  font-weight: bold;
  display: block;
  text-align: center;
  line-height: 3;
}

.aj817-3 .det p {
  font-size: 14px;
  line-height: 32px;
  color: #333333;
  text-align: justify;
}

.aj817-3 .det p a {
  color: #EB9D03;
}

.aj817-3 .det p a:hover {
  font-weight: bold;
}

.lygl-list {
  width: 100%;
  height: 410px;
  display: flex;
  justify-content: space-between;
}

.lygl-item {
  width: 200px;
  max-width: 16%;
  height: 100%;
}

.lygl-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.1);
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.lygl-item a &gt; img {
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.lygl-item a:hover {
  transform: translateY(-15px);
}

.lygl-item a:hover &gt; img {
  transform: scale(1.1);
}

.gl-det {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  padding: 13px 0;
  transition: all 0.5s;
}

.gl-det * {
  transition: all 0.5s;
}

.gl-det::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  width: 90px;
  height: 270px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: all 0.5s;
}

.gl-bt {
  width: 90px;
  padding-left: 22px;
  padding-top: 13px;
}

.gl-bt img {
  float: left;
}

.gl-bt img:nth-child(2) {
  margin-left: 10px;
}

.gl-icon {
  position: absolute;
  bottom: 33px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  text-align: center;
}

.gl-icon img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 100%;
  max-height: 100%;
}

.lygl-item a:hover .gl-det {
  width: 100px;
  height: 280px;
  background: rgba(97, 9, 13, 0.75);
  padding-top: 5px;
}

.lygl-item a:hover .gl-det::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.lygl-item a:hover .gl-det .gl-icon {
  bottom: 13px;
  background: transparent;
}

#move_10 {
  z-index: 9999 !important;
}

#move_5p img {
  width: 100%;
}

.df-sb, .wm2, .wm11, .wm1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.df-sb &gt; *, .wm2 &gt; *, .wm11 &gt; *, .wm1 &gt; * {
  float: left;
}

.image, #wm3 .img img, #wm2 a .img img, .wm11 .item a img, .wm1 .rig video {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}

.wes, #wm3 .det &gt; span, #wm2 a p {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.gy-bt1 .mus {
  width: 164px;
  height: 38px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #DECDCD;
  border-left: 0;
  border-right: 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 28px;
}
.gy-bt1 .mus span {
  line-height: 38px;
  font-size: 16px;
  color: #5F080B;
  font-weight: inherit;
  padding-left: 21px;
  background: url(../image/1208-1.png) no-repeat left center;
}
.gy-bt1 audio {
  margin: 0 auto;
  max-width: 100%;
  height: 0;
  margin-top: 15px;
  border-radius: 5px;
}
.gy-bt1 audio.on {
  display: block !important;
  animation: fadeInUp 0.5s;
  height: 54px;
}

.wm1 {
  align-items: flex-start;
}
.wm1 .rig {
  width: 48.13%;
  height: 372px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #A58A8C;
  position: relative;
}
.wm1 .rig video {
  border-radius: 3px;
}
.wm1 .rig .bo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.wm1 .lef {
  width: 47.96%;
}
.wm1 .lef p {
  font-size: 16px;
  line-height: 40px;
  color: #444444;
  text-align: justify;
  text-indent: 2rem;
}

.wm11 {
  margin-top: 10px;
}
.wm11 .item:nth-child(1) {
  width: 25.4%;
}
.wm11 .item:nth-child(2) {
  width: 24.7%;
}
.wm11 .item:nth-child(3) {
  width: 25.4%;
}
.wm11 .item:nth-child(4) {
  width: 22%;
}
.wm11 .item:nth-child(even) a {
  height: 98px;
}
.wm11 .item:nth-child(even) a:nth-child(2) {
  margin-top: 5px;
}
.wm11 .item:nth-child(odd) a {
  height: 201px;
}
.wm11 .item a {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  position: relative;
  z-index: 20;
}
.wm11 .item a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  transform: translateY(-10px) scale(1.5);
  z-index: 30;
}
.wm2 {
  align-items: flex-start;
}
.wm2 .lef {
  width: 348px;
  height: 292px;
  padding: 3px;
  border: 1px solid #D5D5D5;
}
.wm2 .lef .txt {
  width: 100%;
  height: 100%;
  background: url(../image/1208-wm2bg1.png) center center;
  background-size: cover;
  padding: 20px;
}
.wm2 .lef p {
  font-size: 17px;
  line-height: 40px;
  color: #FFF;
}
.wm2 .rig {
  width: calc(100% - 368px);
}

#wm2 {
  width: 100%;
}
#wm2 a {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #F1F1F1;
  transition: all 0.3s;
}
#wm2 a .img {
  width: 100%;
  height: 232px;
  overflow: hidden;
}
#wm2 a p {
  width: 100%;
  line-height: 58px;
  text-align: center;
  padding: 0 10px;
  font-size: 18px;
  color: #5F080B;
  transition: all 0.3s;
}
#wm2 a:hover {
  border-color: #5F080B;
}
#wm2 a:hover img {
  transform: scale(1.2);
}
#wm2 a:hover p {
  font-weight: bold;
}

.wm3 {
  padding-bottom: 54px;
}

#wm3 a {
  transition: all 0.3s;
  background: #F8F6F4;
}
#wm3 .img {
  width: 100%;
  height: 260px;
  overflow: hidden;
}
#wm3 .det {
  width: 100%;
  height: 145px;
  padding: 0 20px;
  padding-top: 10px;
}
#wm3 .det &gt; span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  color: #5F080B;
  transition: all 0.3s;
}
#wm3 .det p {
  font-size: 14px;
  line-height: 22px;
  color: #B09B9C;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#wm3 .det i {
  display: inline-block;
  margin-top: 10px;
  font-style: normal;
  font-size: 14px;
  color: #D9A23A;
  float: right;
}
#wm3 a:hover {
  background: #5F080B;
}
#wm3 a:hover img {
  transform: scale(1.2);
}
#wm3 a:hover .det &gt; span {
  color: #FFF;
  font-weight: normal;
}
#wm3 a:hover .det p {
  color: #FFF;
}

@media (max-width: 768px) {
  .wm1 .lef {
    width: 100%;
  }
  .wm1 .lef p {
    font-size: 14px;
    line-height: 2;
  }
  .wm1 .rig {
    width: 100%;
    height: auto;
    margin-top: 15px;
  }
  .wm11 .item:nth-child(even) a {
    height: 55px;
  }
  .wm11 .item:nth-child(odd) a {
    height: 115px;
  }
  .wm2 .lef {
    width: 100%;
    height: auto;
  }
  .wm2 .lef p {
    font-size: 14px;
    line-height: 2.5;
  }
  .wm2 .rig {
    width: 100%;
    margin-top: 20px;
  }
  #wm2 a .img {
    height: 130px;
  }
  #wm2 a p {
    font-size: 14px;
    line-height: 45px;
  }
  #wm3 .img {
    height: 210px;
  }
}</pre></body></html>