* {
  margin: 0;
  padding: 0;
  list-style: none;
}

.tac {
  text-align: center;
}

body {
  font-size: 1vw;
  width: 100%;
  margin: 0 auto;
  font-family: "Microsoft YaHei";
}

.core {
  flex-direction: row-reverse;
}

.banner .pc {
  display: block;
  z-index: 22;
  box-shadow: 0 0.1vw 0.1vw rgba(0, 0, 0, 0.4);
  position: fixed;
  font-size: 1vw;
  width: 100%;
  background-color: #a52d35;
}

.banner .pc .content {
  margin: 0 auto;
  width: 80%;
  font-size: 1vw;
  display: flex;
  justify-content: space-between;
}

.banner .pc .content .banner-lt {
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.banner .pc .content .banner-lt .logo {
  height: 2vw;
  width: 3.5vw;
  position: absolute;
  left: 1.8vw;
  background: #bbbbbb;
}

.banner .pc .content .banner-lt .logo img {
  height: 100%;
  width: 100%;
}

.banner .pc .content .banner-lt ul {
  margin-left: 5.5vw;
  padding: 0;
  align-items: center;
  display: flex;
}

.banner .pc .content .banner-lt ul li {
  line-height: 2vw;
  margin: 0 2vw;
  transition: transform 0.2s ease-in-out;
}

.banner .pc .content .banner-lt ul li:hover {
  cursor: pointer;
  transform: scale(1.2);
}

.banner .pc .content .banner-rt .search {
  background: #fff;
  margin: 0.5vw 2vw;
}

.banner .pc .content .banner-rt .search input {
  border: none;
  float: left;
  width: 10vw;
  height: 2vw;
  outline: none;
  padding-left: 0.5vw;
  font-size: 1vw;
  border-right: 0.01vw solid #bbbbbb;
}

.banner .pc .content .banner-rt .search span {
  font-size: 0.8vw;
  padding: 0 1vw;
  line-height: 2vw;
  text-align: center;
  color: #515151;
  background: #fff;
}

.middle .pc {
  display: block;
  font-size: 1vw;
  margin: 0 auto;
  width: 80%;
  padding-top: 3vw;
}

.middle .pc .video {
  height: 30vw;
  width: 100%;
  overflow: hidden;
}

.middle .pc .video video {
  transform: translateY(-7vw);
  width: 100%;
}

.middle .pc .xw {
  margin-top: 1.5vw;
  position: relative;
}

.middle .pc .xw span {
  position: absolute;
  right: 0;
  top: 0.9vw;
  font-size: 0.8vw;
}

.middle .pc .xw span:hover {
  cursor: pointer;
  color: #e8480d;
}

.middle .pc .xw .title {
  width: 7.3vw;
  background: url(../images/title-bg.png) no-repeat right bottom;
}

.middle .pc .xw .title h2 {
  font-size: 1.4vw;
  color: #fff;
  width: 5.8vw;
  text-align: center;
  padding: 0.1vw 0.5vw;
  background: #e8480d;
}

.middle .pc .xw .xw-de {
  border-top: 0.1vw solid #e8480d;
  padding-top: 0.4vw;
  display: flex;
  align-items: center;
  height: 19.5vw;
}

.middle .pc .xw .xw-de .xw-lt {
  height: 19.5vw;
  flex: 0.42 1;
}

.middle .pc .xw .xw-de .xw-lt .xw-lb {
  position: relative;
  background-color: #e8480d;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.middle .pc .xw .xw-de .xw-lt .xw-lb ul {
  transition: all 0.4s ease-in-out;
  width: 400%;
  height: 100%;
  display: flex;
}

.middle .pc .xw .xw-de .xw-lt .xw-lb ul li {
  width: 100%;
  position: relative;
}

.middle .pc .xw .xw-de .xw-lt .xw-lb ul li img {
  width: 100%;
}

.middle .pc .xw .xw-de .xw-lt .xw-lb ul li p {
  width: 100%;
  font-size: 0.9vw;
  color: #fff;
  padding: 0.4vw 1vw;
  background: rgba(0, 0, 0, 0.427);
  position: absolute;
  left: 0;
  bottom: 0;
}

.middle .pc .xw .xw-de .xw-lt .xw-lb ol {
  position: absolute;
  right: 1vw;
  bottom: 0.2vw;
  display: flex;
}

.middle .pc .xw .xw-de .xw-lt .xw-lb ol li {
  width: 0.6vw;
  height: 0.6vw;
  border-radius: 50%;
  background: #fff;
  margin: 0.3vw;
}

.middle .pc .xw .xw-de .xw-lt .xw-lb ol .active {
  background: #e8480d;
}

.middle .pc .xw .xw-de .xw-rt {
  height: 19.5vw;
  flex: 0.58 1;
}

.middle .pc .xw .xw-de .xw-rt ul {
  margin-left: 4vw;
  border-radius: 2vw;
  width: 90%;
  border: 0.05vw dashed rgba(121, 121, 121, 0.404);
}

.middle .pc .xw .xw-de .xw-rt ul li {
  position: relative;
  margin: 1vw 0 1vw 3vw;
  transition: transform 0.2s ease-in-out;
}

.middle .pc .xw .xw-de .xw-rt ul li:hover {
  cursor: pointer;
  color: #e8480d;
  transform: scale(1.05);
}

.middle .pc .xw .xw-de .xw-rt ul li::before {
  position: absolute;
  left: -1.6vw;
  top: 0.6vw;
  content: "";
  width: 0.5vw;
  border-radius: 50%;
  height: 0.5vw;
  font-size: 1vw;
  background: #000;
}

.middle .pc .jpjd {
  width: 100%;
  padding-right: 6vw;
  position: relative;
  margin-top: 3vw;
}

.middle .pc .jpjd h2 {
  text-align: center;
}

.middle .pc .jpjd .jd-content {
  position: relative;
  width: 90.8%;
}

.middle .pc .jpjd .jd-content .jd {
  width: 98%;
  margin: 3vw 0;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.middle .pc .jpjd .jd-content .jd span {
  font-family: "SimHei";
  font-weight: bold;
  position: absolute;
  right: -8.2vw;
  top: 11vw;
  font-size: 3vw;
  color: #fff;
  width: 5vw;
  border-radius: 50%;
  text-align: center;
  height: 5vw;
  line-height: 5vw;
  background: #ec8a66;
}

.middle .pc .jpjd .jd-content .jd .jdtu {
  width: 45%;
  height: 28vw;
  border-radius: 50%;
  overflow: hidden;
}

.middle .pc .jpjd .jd-content .jd .jdtu img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
  height: 100%;
}

.middle .pc .jpjd .jd-content .jd .jdtu:hover img {
  transform: scale(1.1);
}

.middle .pc .jpjd .jd-content .jd .jieshao {
  position: relative;
  text-align: justify;
  width: 45%;
  height: 26vw;
  border-bottom: 0.1vw solid #e8480d;
  padding-bottom: 1vw;
}

.middle .pc .jpjd .jd-content .jd .jieshao div {
  text-align: center;
  font-size: 0.8vw;
  position: absolute;
  right: 0;
  background: #ec8a66;
  bottom: 0;
  width: 4vw;
  line-height: 1.4vw;
  height: 1.4vw;
}

.middle .pc .jpjd .jd-content .jd .jieshao div:hover {
  color: #fff;
  cursor: pointer;
}

.middle .pc .jpjd .jd-content .jd .jieshao h3 {
  font-family: "MYGe";
  margin-top: 3vw;
  text-align: center;
  font-size: 2vw;
  color: #343434;
}

.middle .pc .jpjd .jd-content .jd .jieshao p {
  margin-top: 2vw;
  color: #515151;
}

.middle .pc .jpjd .jd-content .jd .jieshao .jiaotong {
  width: 100%;
  height: 3vw;
  margin: 0;
  position: absolute;
  bottom: -3.4vw;
  color: #a3a3a3;
  font-size: 0.8vw;
}

.middle .pc .jpjd .jd-content::after {
  content: "";
  position: absolute;
  right: -4.7vw;
  top: 0;
  height: 100%;
  z-index: -1;
  width: 0.5vw;
  background: #e8480d;
}

.middle .pc .ylxd {
  margin-top: 3vw;
}

.middle .pc .ylxd h2 {
  text-align: center;
}

.middle .pc .ylxd .content {
  margin-top: 2vw;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.middle .pc .ylxd .content .leibie {
  background: url(../images/red-bg.png);
  background-size: 100%;
  width: 12vw;
  height: 3vw;
  font-size: 1.5vw;
}

.middle .pc .ylxd .content .leibie p {
  margin-left: 0.8vw;
  line-height: 3vw;
  transition: transform 0.2s ease-in-out;
}

.middle .pc .ylxd .content .leibie:hover p {
  cursor: pointer;
  transform: translateX(4.2vw);
}

.middle .pc .ylxd .content .detail {
  width: 12vw;
  height: 22vw;
  border-radius: 0 0 0.6vw 0.6vw;
  background-color: #923d3d;
}

.middle .pc .ylxd .content .detail ul {
  margin-top: 0.4vw;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0.7vw;
  justify-content: space-between;
}

.middle .pc .ylxd .content .detail ul li {
  position: relative;
  width: 49%;
  font-size: 0.7vw;
}

.middle .pc .ylxd .content .detail ul li:hover {
  cursor: pointer;
  color: #e88662;
}

.middle .pc .ylxd .content .detail ul li::before {
  position: absolute;
  left: -0.5vw;
  top: 0.35vw;
  content: "";
  width: 0.3vw;
  height: 0.3vw;
  background: #fff;
  border: 50%;
}

.middle .pc .ylxd .content .detail .img-block {
  width: 100%;
  height: 18vw;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.middle .pc .ylxd .content .detail .img-block img {
  transition: transform 0.3s ease-in-out;
  height: 110%;
}

.middle .pc .ylxd .content .detail .img-block:hover img {
  cursor: pointer;
  transform: scale(1.1);
}

.middle .pc .zxyy {
  margin-top: 1.5vw;
  position: relative;
}

.middle .pc .zxyy span {
  position: absolute;
  right: 0;
  top: 0.9vw;
  font-size: 0.8vw;
}

.middle .pc .zxyy span:hover {
  cursor: pointer;
  color: #e8480d;
}

.middle .pc .zxyy .title {
  width: 7.3vw;
  background: url(../images/title-bg.png) no-repeat right bottom;
}

.middle .pc .zxyy .title h2 {
  font-size: 1.4vw;
  color: #fff;
  width: 5.8vw;
  text-align: center;
  padding: 0.1vw 0.5vw;
  background: #e8480d;
}

.middle .pc .zxyy .content {
  border-top: 0.1vw solid #e8480d;
  border-bottom: 0.1vw solid #e8480d;
  padding: 3vw;
  display: flex;
}

.middle .pc .zxyy .content .left {
  width: 36vw;
  height: 26vw;
  background: url(../images/yy-bg.jpg);
  background-size: 100% 100%;
  border-radius: 15vw;
}

.middle .pc .zxyy .content .right {
  width: 20vw;
  color: #000;
  font-size: 1.4vw;
  margin-left: 9vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.middle .pc .zxyy .content .right input {
  background: none;
  padding: 0;
  width: 100%;
  height: 1.5vw;
  border: 0;
  border-bottom: 0.1vw solid #000;
  margin: 1.2vw 0;
  font-size: 1vw;
  color: #4d4d4d;
  outline: none;
}

.middle .pc .zxyy .content .right button {
  background: #e8480d;
  height: 4vw;
  font-size: 1.2vw;
  border: 0;
  color: #fff;
  border-radius: 4vw;
}

.middle .wap {
  display: none;
  padding-bottom: 5vw;
  width: 100%;
  font-size: 3vw;
  background: rgba(227, 227, 227, 0.411);
}

.middle .wap .welcome {
  background: url(../images/logo-bg-wap.jpg);
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 55vw;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 3vw 0 10vw;
}

.middle .wap .welcome img {
  width: 12vw;
  height: 8vw;
}

.middle .wap .welcome h1 {
  text-align: center;
  font-size: 10vw;
}

.middle .wap .welcome p {
  margin-top: 2vw;
  text-align: center;
  font-size: 5vw;
}

.middle .wap .banner-wap {
  font-size: 4vw;
  width: 100%;
  background-color: #a52d35;
  color: #fff;
}

.middle .wap .banner-wap ul {
  padding: 2vw 3vw;
  display: flex;
  flex-wrap: wrap;
}

.middle .wap .banner-wap ul li {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 4vw;
  width: 30%;
  position: relative;
}

.middle .wap .banner-wap ul li::after {
  position: absolute;
  top: 6vw;
  left: 11.6vw;
  border-radius: 2vw;
  content: "";
  display: block;
  width: 5vw;
  height: 1vw;
  background: #fff;
  margin: 0 auto;
}

.middle .wap .xw {
  width: 100%;
}

.middle .wap .xw .title {
  width: 80vw;
  margin: 0 auto;
}

.middle .wap .xw .title h2 {
  color: #000;
  text-align: center;
  padding: 2vw 0.5vw;
}

.middle .wap .xw .xw-lb {
  width: 100%;
  height: 60vw;
  overflow: hidden;
  position: relative;
}

.middle .wap .xw .xw-lb ul {
  transition: all 0.4s ease-in-out;
  width: 400%;
  height: 100%;
  display: flex;
}

.middle .wap .xw .xw-lb ul li {
  width: 100%;
  position: relative;
}

.middle .wap .xw .xw-lb ul li img {
  width: 100%;
}

.middle .wap .xw .xw-lb ul li p {
  width: 100%;
  font-size: 3.5vw;
  color: #fff;
  padding: 0.4vw 1vw;
  background: rgba(0, 0, 0, 0.427);
  position: absolute;
  left: 0;
  bottom: 0;
}

.middle .wap .xw .xw-lb ol {
  position: absolute;
  right: 1vw;
  bottom: 0.5vw;
  display: flex;
}

.middle .wap .xw .xw-lb ol li {
  width: 2.2vw;
  height: 2.2vw;
  border-radius: 50%;
  background: #fff;
  margin: 1.2vw;
}

.middle .wap .xw .xw-lb ol .active {
  background: #e8480d;
}

.middle .wap .xw .today {
  margin-top: 3vw;
}

.middle .wap .xw .today .mtitle {
  width: 22.4vw;
  background: url(../images/title-bg.png) no-repeat right bottom;
}

.middle .wap .xw .today .mtitle h2 {
  font-size: 4vw;
  color: #fff;
  width: 16vw;
  text-align: center;
  padding: 1vw 2vw;
  background: #e8480d;
}

.middle .wap .xw .today .content {
  border-top: 0.4vw solid #e8480d;
}

.middle .wap .xw .today .content ul {
  margin: 2vw;
  border: 0.1vw dashed rgba(121, 121, 121, 0.723);
  border-radius: 5vw;
  padding: 4vw 2vw 4vw 8vw;
  font-size: 3.5vw;
}

.middle .wap .xw .today .content ul li {
  position: relative;
  text-align: justify;
}

.middle .wap .xw .today .content ul li::before {
  content: "";
  position: absolute;
  left: -3.5vw;
  top: 1.4vw;
  width: 2vw;
  height: 2vw;
  transform: rotate(45deg);
  background: #000;
}

.middle .wap .jpjd {
  margin-top: 4vw;
}

.middle .wap .jpjd .title {
  margin-bottom: 2vw;
}

.middle .wap .jpjd .title h2 {
  text-align: center;
}

.middle .wap .jpjd .jd-content {
  width: 95vw;
  margin: 0 auto;
}

.middle .wap .jpjd .jd-content .jd {
  margin-top: 3vw;
  font-size: 3.5vw;
}

.middle .wap .jpjd .jd-content .jd .jdtu {
  width: 95vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.middle .wap .jpjd .jd-content .jd .jdtu img {
  width: 95vw;
  border-radius: 5vw 5vw 0 0;
}

.middle .wap .jpjd .jd-content .jd .jieshao {
  border: #923d3d dashed 0.1vw;
  border-top: none;
  border-radius: 0 0 5vw 5vw;
}

.middle .wap .jpjd .jd-content .jd .jieshao h3 {
  padding-top: 2vw;
  color: #353535;
  text-align: center;
}

.middle .wap .jpjd .jd-content .jd .jieshao p {
  padding: 0 4vw;
  font-size: 3vw;
  color: rgba(94, 94, 94, 0.722);
  margin: 1vw 0 2vw;
}

.middle .wap .ylxd {
  margin-top: 4vw;
}

.middle .wap .ylxd .title h2 {
  text-align: center;
}

.middle .wap .ylxd .content {
  margin-top: 2vw;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 4vw;
}

.middle .wap .ylxd .content .leibie {
  background: url(../images/red-bg.png);
  border-radius: 2vw;
  background-size: 100%;
  width: 28vw;
  height: 8vw;
  margin-bottom: 2vw;
  font-size: 3.5vw;
}

.middle .wap .ylxd .content .leibie p {
  margin-left: 4vw;
  line-height: 8vw;
  transition: transform 0.2s ease-in-out;
}

.middle .wap .zxyy {
  margin-top: 3vw;
}

.middle .wap .zxyy .title {
  width: 22.4vw;
  background: url(../images/title-bg.png) no-repeat right bottom;
}

.middle .wap .zxyy .title h2 {
  font-size: 4vw;
  color: #fff;
  width: 16vw;
  text-align: center;
  padding: 1vw 2vw;
  background: #e8480d;
}

.middle .wap .zxyy .content {
  border-top: 0.1vw solid #e8480d;
}

.middle .wap .zxyy .content .right {
  padding-top: 2vw;
  width: 80vw;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.middle .wap .zxyy .content .right p {
  text-align: center;
  font-size: 4vw;
  width: 20vw;
  margin-top: 2vw;
}

.middle .wap .zxyy .content .right input {
  background: inherit;
  border: 0;
  margin-top: 2vw;
  border-bottom: 0.1vw solid #000;
  padding-bottom: 1vw;
  width: 50vw;
  font-size: 3vw;
}

.middle .wap .zxyy .content .right button {
  margin-top: 4vw;
  width: 50vw;
  font-size: 4vw;
  background: #e8480d;
  height: 12vw;
  border: 0;
  color: #fff;
  border-radius: 5vw;
}

.footer .pc {
  display: block;
  margin-top: 3vw;
  height: 14vw;
  background: url(../images/footer-bg.png);
  background-size: 100%;
  width: 100%;
}

.footer .pc .content {
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(207, 78, 78, 0.895);
  display: flex;
}

.footer .pc .content .left {
  margin-left: 3vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 6vw;
}

.footer .pc .content .left p {
  font-size: 0.9vw;
  line-height: 2vw;
}

.footer .pc .content .right {
  width: 40vw;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.footer .pc .content .right img {
  margin-right: 0.5vw;
  width: 6vw;
  height: 3vw;
}

.footer .pc .content .right .jc {
  width: 3vw;
  height: 5vw;
}

.footer .pc .content .right .red {
  width: 5vw;
  height: 5vw;
}

.footer .pc .content .right .jiucuo {
  width: 6vw;
  height: 3vw;
}

.footer .wap {
  display: none;
  background: url(../images/footer-bg.png);
  background-size: 100% 100%;
}

.footer .wap .content {
  background: #e8470da1;
}

.footer .wap .content .left {
  font-size: 3vw;
  display: flex;
  flex-direction: column;
  padding: 4vw 0;
}

.footer .wap .content .left p {
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .banner .pc {
    display: none;
  }
  .banner .wap {
    display: block;
  }
  .middle .pc {
    display: none;
  }
  .middle .wap {
    display: block;
  }
  .footer .pc {
    display: none;
  }
  .footer .wap {
    display: block;
  }
}
