.pp {
  line-height: 2em;
  text-indent: 2em;
  font-size: 14px;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.wh100 {
  width: 100%;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  font-family: 微软雅黑;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  font-size: 16px;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
a {
  display: block;
  text-decoration: none;
}
img {
  border: 0px;
  display: block;
}
body {
  margin: 0 auto;
  background-repeat: repeat;
}
ul,
li {
  list-style-type: none;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: content-box;
}
p {
  line-height: 2em;
  text-align: justify;
  font-size: 14px;
  color: #666;
  text-indent: 2em;
}
p img {
  display: inline-block;
  text-indent: 0;
  text-align: justify;
}
table {
  border: none;
  border-collapse: collapse;
  border: 0;
}
tr {
  border: none;
  border: 1px solid #ddd;
}
td {
  border: none;
  border: 1px solid #ddd;
}
input {
  outline: none;
  border: none;
}
.yx {
  width: 1300px;
  margin: 0 auto;
}
@font-face {
  font-family: "Hel";
  src: url("../../../../index.html");
  src: local("☺"), url("../fonts/HelveticaNeueLTStd-LtCn_0.woff") format("woff"),
    url("../../../../index.html") format("truetype"),
    url("../../../../index.html") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Hel-01";
  src: url("../../../../index.html");
  src: local("☺"), url("../fonts/HelveticaNeueLTStd-Th_0.woff") format("woff"),
    url("../../../../index.html") format("truetype"),
    url("../../../../index.html") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Hel-02";
  src: url("../../../../index.html");
  src: local("☺"), url("../fonts/HelveticaNeueLTStd-MdCn_0.woff") format("woff"),
    url("../../../../index.html") format("truetype"),
    url("../../../../index.html") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Marcellus";
  src: url("../fonts/Marcellus.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "AsurSans";
  src: url("../fonts/AsurSans-Regular.woff2");
  font-weight: normal;
  font-style: normal;
}
::-webkit-scrollbar {
  width: 4px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 10px;
  background: #a71d1d;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.topNav {
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .topNav {
    background-color: rgba(0, 0, 0, 0.3);
  }
}
.topNav .top {
  position: relative;
  z-index: 99999;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
  height: 100px;
  padding: 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.topNav .top > a {
  height: 100%;
}
.topNav .top > a .navLogo {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.topNav .top > a .navLogo img {
  height: 60%;
}
.topNav .top > a .navLogo div {
  font-size: 30px;
  color: #fff;
  transition: all 0.5s ease;
  font-weight: bold;
  margin-left: 40px;
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .topNav .top > a .navLogo div {
    font-size: 5vw;
    margin-left: 4vw;
  }
  .topNav .top > a .navLogo img {
    height: 40%;
  }
}
.topNav .top .mNavBtn {
  display: none;
}
@media (max-width: 1024px) {
  .topNav .top .mNavBtn {
    display: block;
  }
}
.topNav .top .mNavBtn img {
  width: 8vw;
  height: 8vw;
  filter: invert(1);
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .topNav .top {
    height: 20vw;
    padding: 0 4vw;
  }
}
@media (max-width: 1024px) {
  .topNav .navInfo {
    display: none;
  }
}
.topNav .navInfo .topNavList {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
.topNav .navInfo .topNavList li a {
  width: 100px;
  color: #fff;
  transition: all 0.5s ease;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
}
.topNav .navInfo .topNavList li a::after {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  content: "";
  display: block;
  background-color: #a71d1d;
  transition: all 0.5s ease;
  z-index: -1;
}
.topNav .navInfo .topNavList li a:hover::after {
  height: 100%;
}
.topNav .navInfo .topNavList li.active a {
  color: #fff;
}
.topNav .navInfo .topNavList li.active a::after {
  height: 100%;
}
.topNav .navInfo .topNavList li.on a {
  color: #fff;
}
.topNav .navInfo .topNavList li.on a::after {
  height: 100%;
}
.topNav.fixNav {
  transform: translateY(-100%);
  position: fixed;
  opacity: 0;
}
.topNav.fixNav .topNavList li a {
  color: #333;
  transition: all 0.5s ease;
}
.topNav.open {
  transform: translateY(0) !important;
  opacity: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.topNav.open .top .navLogo div {
  color: #333;
}
.topNav.open .top .mNavBtn img {
  filter: invert(0);
}
.topNav.open .top {
  background-color: #fff;
}
.topNav.open .topNavList li {
  transition: all 0.5s ease;
}
.topNav.open .topNavList li a {
  color: #333;
  transition: all 0.5s ease;
}
.topNav.open .topNavList li:hover {
  color: #a71d1d;
}
.topNav .bottom .topNavCout {
  position: relative;
}
.topNav .bottom .topNavCout > li {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
}
.topNav .bottom .topNavCout > li .box {
  height: 400px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.5);
  transform: translateY(-100%);
  background-color: #f3f3f3;
  transition: all 0.6s ease;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .bottom .topNavCout > li .box img {
  width: 70%;
  height: 100%;
  object-fit: cover;
}
.topNav .bottom .topNavCout > li .box .right {
  width: 30%;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../../static/images/navRbg.jpg);
}
.topNav .bottom .topNavCout > li .box .right ul {
  background-color: rgba(255, 255, 255, 0.3);
  height: 100%;
  width: 100%;
  padding: 6vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: wrap;
}
.topNav .bottom .topNavCout > li .box .right ul li {
  border-bottom: 1px dashed #999;
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .bottom .topNavCout > li .box .right ul li a {
  border-radius: 20px;
  width: 90%;
  margin: 0 auto;
  height: 40px;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav .bottom .topNavCout > li .box .right ul li a:hover {
  background-color: #a71d1d;
  transform: translateY(-10px);
}
.topNav .bottom .topNavCout > li .box .right ul li a:hover div {
  color: #fff;
}
.topNav .bottom .topNavCout > li .box .right ul li a:hover div::after {
  opacity: 1;
  transform: translateX(0);
}
.topNav .bottom .topNavCout > li .box .right ul li a:hover div::before {
  opacity: 1;
  transform: translateX(0);
}
.topNav .bottom .topNavCout > li .box .right ul li a div {
  position: relative;
  transition: all 0.5s ease;
  height: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.topNav .bottom .topNavCout > li.active .box {
  transform: translateY(0);
}
.mNavCout .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 1;
  top: 0;
  display: none;
}
.mNavCout .cout {
  top: 0;
  z-index: 99999;
  width: 60vw;
  height: 100%;
  background-color: #a71d1d;
  position: fixed;
  right: 0;
  padding: 10vw 4vw;
  transform: translateX(100%);
  transition: all 0.5s ease;
}
.mNavCout .cout.on {
  transform: translateX(0);
}
.mNavCout .cout .li1 {
  margin-bottom: 4vw;
}
.mNavCout .cout .li1 > a {
  background-color: rgba(255, 255, 255, 0.9);
  height: 10vw;
  border-radius: 5vw;
  padding: 0 4vw;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.mNavCout .cout .li1 > a img {
  transition: all 0.5s ease;
  width: 16px;
  filter: invert(1);
}
.mNavCout .cout .li1.on a img {
  transform: rotate(180deg);
}
.mNavCout .cout .li1 .ul2 {
  width: 80%;
  margin: 0 auto;
}
.mNavCout .cout .li1 .ul2 li:last-child a {
  border: none;
}
.mNavCout .cout .li1 .ul2 a {
  border-bottom: 1px dashed #fff;
  padding: 3vw 0;
  color: #fff;
}
footer {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  background-color: rgba(0, 0, 0, 0.9);
}
footer * {
  color: #fff;
}
footer .footErwei {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
footer .footErwei li {
  margin: 0 40px;
}
footer .footErwei li img {
  width: 150px;
}
@media (max-width: 1024px) {
  footer .footErwei li img {
    width: 30vw;
  }
}
@media (max-width: 1024px) {
  footer .footErwei li {
    margin: 0 4vw;
  }
}
footer .footDianhua {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  width: 800px;
}
@media (max-width: 1024px) {
  footer .footDianhua {
    width: 90%;
  }
}
footer .footDianhua .left {
  background-color: #c71b1b;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
  width: 100%;
  padding: 10px 20px;
}
footer .footDianhua .right {
  border: 1px solid #c71b1b;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  height: 100%;
  width: 100%;
  padding: 10px 20px;
}
footer .footNav {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width: 1024px) {
  footer .footNav {
    width: 90%;
    flex-wrap: wrap;
  }
}
footer .footNav > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
footer .footNav > li > a {
  font-size: 18px;
}
@media (max-width: 1024px) {
  footer .footNav > li > a {
    font-size: 4vw;
  }
}
@media (max-width: 1024px) {
  footer .footNav > li {
    flex: unset;
    margin-bottom: 4vw;
  }
}
@media (max-width: 1024px) {
  footer .footNav > li ul {
    display: none;
  }
}
footer .footNav > li ul li {
  padding: 10px 0;
}
footer .footNav > li ul li a {
  font-size: 14px;
  opacity: 0.5;
  transition: all 0.5s ease;
}
footer .footNav > li ul li a:hover {
  color: #fe0000;
  opacity: 1;
}
footer .footInfo {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 20px 60px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  width: 100%;
}
footer .footInfo * {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1024px) {
  footer .footInfo * {
    font-size: 3.2vw;
  }
}
@media (max-width: 1024px) {
  footer .footInfo {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    margin-top: 8vw;
    padding: 4vw 8vw;
  }
  footer .footInfo span {
    margin: 1vw 0;
  }
}
.wenliMore {
  width: 140px;
  height: 50px;
  position: relative;
  margin: 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/btnCenter.png);
}
.wenliMore::before {
  content: "";
  position: absolute;
  left: -30px;
  width: 30px;
  height: 100%;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/btnLeft.png);
  background-position: right;
}
@media (max-width: 1024px) {
  .wenliMore::before {
    left: -6vw;
    width: 6vw;
  }
}
.wenliMore::after {
  content: "";
  position: absolute;
  right: -30px;
  width: 30px;
  height: 100%;
  top: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/btnRight.png);
  background-position: left;
}
@media (max-width: 1024px) {
  .wenliMore::after {
    right: -6vw;
    width: 6vw;
  }
}
@media (max-width: 1600px) {
  .wenliMore {
    width: 100px;
  }
}
@media (max-width: 1024px) {
  .wenliMore {
    width: 15vw;
    font-size: 3vw;
    height: 10vw;
    margin: 0 6vw;
  }
}
.inxTitle {
  width: fit-content;
  margin-bottom: 4vw;
}
@media (max-width: 1024px) {
  .inxTitle {
    margin: 0 auto;
  }
}
.inxTitle .inxH {
  font-size: 50px;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media (max-width: 1300px) {
  .inxTitle .inxH {
    font-size: 30px;
  }
}
.inxTitle .inxH::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -10px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/titleTu.png);
  z-index: -1;
}
.inxTitle.fff .inxH {
  color: #fff;
}
@media (max-width: 1300px) {
  .inxTitle {
    margin-bottom: 2vw;
  }
}
.inxBanner {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width: 1300px) {
  .inxBanner {
    height: 46vw;
  }
}
@media (max-width: 1024px) {
  .inxBanner {
    height: 70vw;
    position: relative;
    z-index: -1;
  }
}
.inxBanner #inxBanner {
  width: 100%;
  height: 100%;
}
.inxBanner #inxBanner .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: unset;
}
.inxBanner #inxBanner video {
  object-fit: cover;
}
.inxBanner .inxBanner-scroller {
  height: 200px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 100px;
  bottom: 50px;
  z-index: 1;
  overflow: hidden;
  transition: all 0.5s ease;
}
.inxBanner .inxBanner-scroller div {
  width: 100%;
  height: 100%;
  position: relative;
}
.inxBanner .inxBanner-scroller div div {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: -100%;
  left: 0;
}
.inxBanner .lr-contro {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .inxBanner .lr-contro {
    position: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 4vw;
  }
}
.inxBanner .lr-contro div {
  cursor: pointer;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  transition: all 0.5s ease;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .inxBanner .lr-contro div {
    background-color: #f3f3f3;
  }
}
.inxBanner .lr-contro div i {
  color: #fff;
}
@media (max-width: 1024px) {
  .inxBanner .lr-contro div i {
    color: #666;
  }
  .inxBanner .lr-contro div i:hover {
    color: #fff;
  }
}
.inxBanner .lr-contro div:hover {
  background-color: #a71d1d;
}
.inxAbout {
  position: relative;
}
.inxAbout .top {
  margin-top: 140px;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
.inxAbout .top .left {
  width: 40%;
  padding: 40px 6vw 0;
  position: relative;
}
@media (max-width: 1024px) {
  .inxAbout .top .left {
    width: 100%;
  }
}
.inxAbout .top .left .info {
  height: 200px;
  overflow: auto;
  padding-right: 30px;
}
.inxAbout .top .left .more {
  width: 140px;
  height: 50px;
  border: 1px solid #333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 50px;
  transition: all 0.5s ease;
}
.inxAbout .top .left .more:hover {
  color: #fff;
  background-color: #a71d1d;
  border-color: #a71d1d;
}
@media (max-width: 1600px) {
  .inxAbout .top .left .more {
    bottom: 0;
  }
}

@media (max-width: 1024px) {
  .inxAbout .top .left .more {
    position: unset;
    margin: 8vw auto;
  }
}
.inxAbout .top .right {
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/fengmian111.jpg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 60%;
  overflow: hidden;
  height: 34vw;
  background-color: #999;
}
@media (max-width: 1024px) {
  .inxAbout .top .right {
    width: 100%;
  }
}
@media (max-width: 1300px) {
  .inxAbout .top .right {
    height: 45vw;
  }
}
@media (max-width: 1024px) {
  .inxAbout .top {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    margin-top: 20vw;
  }
}
@media (max-width: 1024px) {
  .inxAbout .bottom {
    padding: 6vw 0;
  }
}
.inxAbout .bottom ul {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
  width: 100%;
}
@media (max-width: 1024px) {
  .inxAbout .bottom ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap;
  }
}
.inxAbout .bottom ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  padding: 6vw 0;
}
@media (max-width: 1024px) {
  .inxAbout .bottom ul li {
    width: 50%;
    flex: unset;
  }
}
.inxAbout .bottom ul li img {
  width: 80px;
}
@media (max-width: 1300px) {
  .inxAbout .bottom ul li img {
    width: 50px;
  }
}
.inxAbout .bottom ul li span {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.inxAbout .bottom ul li span::after {
  content: "";
  position: absolute;
  top: 140%;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: #a71d1d;
  left: calc(50% - 10px);
}
.inxAbout .bottom ul li p {
  text-indent: 0;
  width: 90%;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}
.inxAbout .huiBox {
  width: 50%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #f3f3f3;
  z-index: -1;
}
@media (max-width: 1024px) {
  .inxAbout .huiBox {
    width: 100%;
    height: 60%;
  }
}
.inxTaihun {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
  padding: 10vw 10vw 5vw;
}
@media (max-width: 1024px) {
  .inxTaihun {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
@media (max-width: 1300px) {
  .inxTaihun {
    padding: 10vw 5vw 5vw;
  }
}
.inxTaihun .bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  height: 100vh;
}
.inxTaihun .left {
  width: 60%;
}
@media (max-width: 1024px) {
  .inxTaihun .left {
    width: 100%;
  }
}
.inxTaihun .left .inxTitle {
  height: 30%;
  margin: 0;
}
@media (max-width: 1024px) {
  .inxTaihun .left .inxTitle {
    margin: 6vw auto;
  }
}
.inxTaihun .left .cout {
  width: 100%;
  height: 100%;
  padding: 3vw;
  height: 70%;
  background-color: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width: 1600px) {
  .inxTaihun .left .cout .top .jiehsao {
    overflow: auto;
    height: 140px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .inxTaihun .left .cout .top .jiehsao * {
    font-size: 3.2vw !important;
  }
}
.inxTaihun .left .cout .top .bt {
  font-size: 30px;
}
@media (max-width: 1300px) {
  .inxTaihun .left .cout .top .bt {
    font-size: 20px;
  }
}
.inxTaihun .left .cout .top i {
  width: 100%;
  height: 1px;
  margin: 10px 0;
  display: block;
  background-color: #999;
}
.inxTaihun .left .cout .bottom ul {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width: 1600px) {
  .inxTaihun .left .cout .bottom ul {
    justify-content: space-between;
  }
}
.inxTaihun .left .cout .bottom ul li {
  margin-right: 40px;
}
@media (max-width: 1600px) {
  .inxTaihun .left .cout .bottom ul li {
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .inxTaihun .left .cout .bottom {
    margin-top: 8vw;
  }
}
@media (max-width: 1024px) {
  .inxTaihun .left .cout {
    padding: 5vw;
  }
}
.inxTaihun .right {
  width: 40%;
}
@media (max-width: 1024px) {
  .inxTaihun .right {
    width: 100%;
  }
}
.inxTaihun .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .inxTaihun .right img {
    height: 60vw;
  }
}
.inxLaowu {
  padding: 8vw 10vw;
}
.inxLaowu .top {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
.inxLaowu .top .left {
  width: 50%;
}
.inxLaowu .top .left .jianjie {
  height: 300px;
  overflow: auto;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .inxLaowu .top .left {
    width: 100%;
  }
}
.inxLaowu .top .right {
  width: 50%;
}
@media (max-width: 1024px) {
  .inxLaowu .top .right {
    width: 100%;
    position: relative;
  }
}
.inxLaowu .top .right img {
  height: 100%;
}
@media (max-width: 1024px) {
  .inxLaowu .top .right img {
    height: unset;
    width: 150%;
    position: absolute;
    right: -50%;
    bottom: -50%;
    z-index: -1;
    transform: translateY(50%);
  }
}
@media (max-width: 1024px) {
  .inxLaowu .top {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.inxLaowu .bottom {
  margin-top: 80px;
}
.inxLaowu .bottom ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.inxLaowu .bottom ul li {
  width: 24%;
  height: 14vw;
}
.inxLaowu .bottom ul li .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: unset;
}
.inxLaowu .bottom ul li .img .mask {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
.inxLaowu .bottom ul li .img .mask span {
  width: 140px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 1024px) {
  .inxLaowu .bottom ul li .img .mask span {
    border-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .inxLaowu .bottom ul li .img .mask {
    padding: 3vw;
  }
}
.inxLaowu .bottom ul li a {
  transition: all 0.5s ease;
}
.inxLaowu .bottom ul li a:hover {
  transform: translateY(-20px);
}
@media (max-width: 1024px) {
  .inxLaowu .bottom ul li {
    width: 49%;
    height: 30vw;
    margin-bottom: 2vw;
  }
}
@media (max-width: 1024px) {
  .inxLaowu .bottom ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media (max-width: 1024px) {
  .inxLaowu {
    padding: 20vw 10vw;
  }
}
.inxJunfu {
  height: calc(100vh - 100px);
  width: 100%;
}
@media (max-width: 1300px) {
  .inxJunfu {
    height: unset;
  }
}
.inxJunfu .cenKuai {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/junfuBg.jpg);
}
.inxJunfu .cenKuai * {
  color: #fff;
}
@media (max-width: 1300px) {
  .inxJunfu .cenKuai {
    padding: 4vw 0;
  }
}
@media (max-width: 1024px) {
  .inxJunfu .cenKuai {
    padding: 20vw 0;
  }
}
.inxJunfu .cenKuai #junfu {
  width: 100%;
  height: 100%;
}
.inxJunfu .cenKuai #junfu .box {
  width: 80%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .inxJunfu .cenKuai #junfu .box {
    width: 90%;
  }
}
@media (max-width: 1024px) {
  .inxJunfu .cenKuai #junfu .box {
    display: flex;
    flex-direction: column-reverse;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.inxJunfu .cenKuai #junfu .box .left {
  width: 30%;
}
.inxJunfu .cenKuai #junfu .box .left .jianjie {
  line-height: 2em;
  text-indent: 2em;
  font-size: 14px;
}
@media (max-width: 1024px) {
  .inxJunfu .cenKuai #junfu .box .left .jianjie * {
    font-size: 3.2vw;
  }
}
@media (max-width: 1024px) {
  .inxJunfu .cenKuai #junfu .box .left {
    width: 100%;
    margin-top: 10vw;
  }
}
.inxJunfu .cenKuai #junfu .box .left a {
  width: 140px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition: all 0.5s ease;
  margin-top: 60px;
}
.inxJunfu .cenKuai #junfu .box .left a:hover {
  background-color: #a71d1d;
  border-color: #a71d1d;
}
@media (max-width: 1024px) {
  .inxJunfu .cenKuai #junfu .box .left a {
    margin: 8vw auto;
  }
}
.inxJunfu .cenKuai #junfu .box .right {
  margin-left: 10vw;
  margin-top: 100px;
  position: relative;
}
@media (max-width: 1300px) {
  .inxJunfu .cenKuai #junfu .box .right {
    margin-top: 0;
  }
}
.inxJunfu .cenKuai #junfu .box .right .mediaBox {
  width: 26vw;
  height: 26vw;
  overflow: hidden;
  border-radius: 50%;
}
.inxJunfu .cenKuai #junfu .box .right .mediaBox img,
.inxJunfu .cenKuai #junfu .box .right .mediaBox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .inxJunfu .cenKuai #junfu .box .right .mediaBox {
    width: 70vw;
    height: 70vw;
  }
}
.inxJunfu .cenKuai #junfu .box .right .inxJfmore {
  position: absolute;
  top: calc(100% - 5.4vw);
  left: calc(100% - 5.4vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  width: fit-content;
}
@media (max-width: 1024px) {
  .inxJunfu .cenKuai #junfu .box .right .inxJfmore {
    top: calc(100% - 20vw);
    left: calc(100% - 20vw);
  }
}
.inxJunfu .cenKuai #junfu .box .right .inxJfmore div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background: #a71d1d;
  color: #fff;
  width: 60px;
  margin-right: 20px;
  height: 60px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}
.inxJunfu .cenKuai #junfu .box .right .inxJfmore div img {
  width: 50%;
}
.inxJunfu .cenKuai #junfu .box .right .inxJfmore div:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.inxJunfu .cenKuai .junfuPoints {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  z-index: 1;
  bottom: unset;
  top: 6vw;
  left: unset;
  right: 6vw;
  width: fit-content;
}
.inxJunfu .cenKuai .junfuPoints .jfbullet {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  margin-bottom: 60px;
  opacity: 0.5;
  transition: all 0.5s ease;
}
.inxJunfu .cenKuai .junfuPoints .jfbullet img {
  width: 100%;
  height: 100%;
}
.inxJunfu .cenKuai .junfuPoints .jfbullet.jfbullet-active {
  opacity: 1;
}
@media (max-width: 1024px) {
  .inxJunfu .cenKuai .junfuPoints .jfbullet {
    margin: 0 4vw;
  }
}
@media (max-width: 1024px) {
  .inxJunfu .cenKuai .junfuPoints {
    right: unset;
    top: unset;
    bottom: 4vw;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 #a71d1d, 0 0 0 10px rgba(255, 102, 138, 0.15),
      0 0 0 20px rgba(255, 102, 138, 0.15);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 102, 138, 0.15),
      0 0 0 20px rgba(255, 102, 138, 0.15), 0 0 0 40px rgba(255, 102, 138, 0);
  }
}
.inxYangguang {
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/shanshuiBg.jpg);
  padding: 8vw;
}
.inxYangguang .cenKuang {
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/inxYangguangBg.jpg);
  width: 100%;
}
.inxYangguang .cenKuang * {
  color: #fff;
}
.inxYangguang .cenKuang .cout {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 80px;
  width: 40%;
}
.inxYangguang .cenKuang .cout .jianjie {
  margin-bottom: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media (max-width: 1300px) {
  .inxYangguang .cenKuang .cout {
    width: 80%;
  }
}
@media (max-width: 1024px) {
  .inxYangguang .cenKuang .cout {
    width: 100%;
    padding: 20vw 10vw;
    margin-top: 10vw;
  }
}
@media (max-width: 1024px) {
  .inxYangguang {
    padding: 20vw 8vw;
  }
}
.Twocontent {
  padding-bottom: 100px;
}
.towTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 60px;
}
.towTitle span {
  text-transform: uppercase;
  font-size: 30px;
  color: #a71d1d;
}
@media (max-width: 1024px) {
  .towTitle span {
    font-size: 5vw;
  }
}
.towTitle div {
  font-size: 26px;
  font-weight: bold;
}
.mianbao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  height: 60px;
  border-bottom: 1px solid #eee;
}
@media (max-width: 1024px) {
  .mianbao {
    height: unset;
    padding: 4vw 0;
  }
}
.mianbao .boxC {
  height: 100%;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .mianbao .boxC {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    width: 96%;
  }
}
.mianbao .boxC .snav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  position: relative;
}
@media (max-width: 1024px) {
  .mianbao .boxC .snav {
    width: 86%;
    margin: 0 auto 2vw;
  }
}
.mianbao .boxC .snav * {
  font-size: 16px;
}
@media (max-width: 1024px) {
  .mianbao .boxC .snav * {
    font-size: 14px;
  }
}
.mianbao .boxC .snav a {
  margin: 0 10px;
}
.mianbao .boxC .snav a:hover {
  color: #a71d1d;
}
.mianbao .boxC .snav::after {
  position: absolute;
  left: -14px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/shome.png);
}
.mianbao .boxC .twoTabs {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.mianbao .boxC .twoTabs ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
.mianbao .boxC .twoTabs ul * {
  font-size: 14px;
}
@media (max-width: 1024px) {
  .mianbao .boxC .twoTabs ul {
    flex-wrap: wrap;
    width: 100%;
  }
}
.mianbao .boxC .twoTabs ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 0 14px;
}
@media (max-width: 1024px) {
  .mianbao .boxC .twoTabs ul li {
    padding: 0;
    width: 33.33333%;
    margin-bottom: 4vw;
  }
}
@media (max-width: 1024px) {
  .mianbao .boxC .twoTabs ul li a {
    width: 80%;
    height: 10vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: #f3f3f3;
  }
}
.mianbao .boxC .twoTabs ul li a:hover {
  color: #a71d1d;
}
.mianbao .boxC .twoTabs ul li.on a {
  color: #a71d1d;
}
@media (max-width: 1024px) {
  .mianbao .boxC .twoTabs ul li.on a {
    color: #fff;
    background-color: #a71d1d;
  }
}
.twoBanner {
  position: relative;
  height: 500px;
}
@media (max-width: 1024px) {
  .twoBanner {
    height: 80vw;
  }
}
.twoBanner .cout {
  width: 100%;
  height: 100%;
}
.twoBanner .cout .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: unset;
}
.twoBanner .cout .img .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.twoBanner .cout .img .mask .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.twoBanner .cout .img .mask .info * {
  color: #fff;
}
@media (max-width: 1024px) {
  .twoBanner .cout .img .mask .info {
    margin-top: 10vw;
  }
}
.twoBanner .cout .img .mask .info div {
  font-size: 30px;
}
.twoBanner .cout .img .mask .info span {
  font-family: "Hel";
  font-size: 60px;
  text-transform: uppercase;
  opacity: 0.2;
  margin-top: -40px;
}
@media (max-width: 1024px) {
  .twoBanner .cout .img .mask .info span {
    font-size: 9vw;
    margin-top: -4vw;
  }
}
.twoBanner .jianbian {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.twoBanner .jianbian li {
  width: 100%;
  background-color: #fff;
  height: 10px;
}
@media (max-width: 1024px) {
  .twoBanner .jianbian li {
    height: 2vw;
  }
}
.twoBanner .jianbian li:nth-child(1) {
  opacity: 0.2;
}
.twoBanner .jianbian li:nth-child(2) {
  opacity: 0.4;
}
.twoBanner .jianbian li:nth-child(3) {
  opacity: 0.6;
}
.twoBanner .jianbian li:nth-child(4) {
  opacity: 0.8;
}
.fancybox-inner * {
  color: #fff;
}
.imglist {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  margin: 0 auto;
  margin-top: 100px;
  width: 80%;
}
.imglist .list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .imglist .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.imglist .list li {
  width: 33.333333%;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .imglist .list li {
    width: 100%;
  }
}
.imglist .list li a {
  width: 90%;
  margin: 0 auto;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .imglist .list li a {
    width: 100%;
  }
}
.imglist .list li a img {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .imglist .list li a img {
    height: 50vw;
  }
}
.imglist .list li a:hover {
  opacity: 0.8;
  transform: scale(0.98);
}
.imglist .list li a .wenC {
  text-align: center;
  margin-top: 20px;
}
.imglist .list li a .wenC .date {
  font-family: "Hel";
}
.imglist .list li a .wenC .title {
  margin-top: 10px;
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.textpage {
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
}
.textpage .content {
  width: 100%;
  height: 100%;
}
.qiyejianjie {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .qiyejianjie {
    margin-top: 20vw;
  }
}
.qiyejianjie .boxCout {
  background-color: #f3f3f3;
  padding: 40px 100px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .qiyejianjie .boxCout {
    width: 80%;
    padding: 10vw 10vw;
    overflow: auto;
    height: 100vw;
  }
}
.qiyewenhua {
  margin-top: 100px;
}
.qiyewenhua .boxCout {
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/wenhuabg.jpg);
}
.qiyewenhua .boxCout .mask {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 100px 0;
}
@media (max-width: 1024px) {
  .qiyewenhua .boxCout .mask {
    padding: 20vw 0;
  }
}
.qiyewenhua .boxCout .mask .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .qiyewenhua .boxCout .mask .info {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.qiyewenhua .boxCout .mask .info li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  width: 45%;
  height: 200px;
  background-color: #a71d1d;
  padding: 40px;
  margin-bottom: 20px;
}
.qiyewenhua .boxCout .mask .info li * {
  color: #fff;
}
@media (max-width: 1024px) {
  .qiyewenhua .boxCout .mask .info li {
    width: 100%;
    height: unset;
    margin-bottom: 10vw;
  }
}
.qiyewenhua .boxCout .mask .info li .whTitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}
.qiyewenhua .boxCout .mask .info li .whTitle::before {
  content: "";
  display: block;
  left: -30px;
  top: 0;
  width: 30px;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icon/titleLeft.png);
  transform: translateX(-6px);
  filter: grayscale(100%) brightness(500%);
}
.qiyewenhua .boxCout .mask .info li .whTitle::after {
  content: "";
  display: block;
  right: -30px;
  top: 0;
  width: 30px;
  height: 100%;
  position: absolute;
  transition: all 0.5s ease;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/icon/titleRight.png);
  transform: translateX(6px);
  filter: grayscale(100%) brightness(500%);
}
.qiyewenhua .boxCout .mask .info li .text {
  line-height: 2em;
  text-indent: 2em;
  font-size: 14px;
}
.qiyewenhua .boxCout .mask .info li .text p {
  text-indent: 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .qiyewenhua .boxCout .mask .info li .text {
    font-size: 3.2vw;
  }
}
.qiyeHonor {
  margin-top: 100px;
}
.qiyeHonor .boxCout {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .qiyeHonor{
    position: relative;
    z-index: -1;
  }
  .qiyeHonor .boxCout {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.qiyeHonor .boxCout .right {
  width: 100%;
  background-color: #f8f8f8;
}
@media (max-width: 1024px) {
  .qiyeHonor .boxCout .right {
    width: 100%;
  }
}
.qiyeHonor .boxCout .right .honorTwo .ico {
  object-fit: contain;
  width: 100%;
  height: 200px;
}
@media (max-width: 1024px) {
  .qiyeHonor .boxCout .right .honorTwo .ico {
    height: 60vw;
  }
}
.qiyeHonor .boxCout .right li {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.qiyeHonor .boxCout .right li span {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
.schoolHonor {
  margin-top: 100px;
}
.schoolHonor .boxCout {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .schoolHonor .boxCout {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.schoolHonor .boxCout .right {
  width: 100%;
  background-color: #f8f8f8;
}
@media (max-width: 1024px) {
  .schoolHonor .boxCout .right {
    width: 100%;
  }
}
.schoolHonor .boxCout .right .honorTwo .ico {
  object-fit: contain;
  width: 100%;
  height: 200px;
}
@media (max-width: 1024px) {
  .schoolHonor .boxCout .right .honorTwo .ico {
    height: 60vw;
  }
}
.schoolHonor .boxCout .right li {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.schoolHonor .boxCout .right li span {
  margin-top: 20px;
  font-weight: bold;
  font-size: 18px;
}
.wenpage {
  width: 80%;
  margin: auto;
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .wenpage {
    margin: 20vw 10vw;
  }
}
.wenpage .wentitle {
  text-align: center;
  font-size: 30px;
}
.wenpage .xianD {
  height: 6px;
  width: 100%;
  margin: 50px 0;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/xianD.png);
}
.wenpage .contBox {
  background-color: #f8f8f8;
  padding: 40px;
}
.history {
  margin-top: 100px;
}
.history ul {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
.history ul * {
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .history ul {
    width: 90%;
  }
}
.history ul li {
  cursor: default;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
@media (min-width: 1024px) {
  .history ul li.on {
    z-index: 1;
    transform: scale(1.05, 1.1);
  }
  .history ul li.on * {
    color: #fff !important;
  }
  .history ul li.on .years {
    background-color: #a71d1d;
  }
  .history ul li.on .years div {
    font-size: 50px;
  }
  .history ul li.on .hiscout {
    background-color: #a71d1d;
  }
  .history ul li.on .hiscout .histitle i {
    background-color: #fff;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .history ul li.on .hiscout .txt * {
    font-size: 3.2vw;
  }
}
.history ul li .years {
  width: 20%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #f7f7f7;
}
@media (max-width: 1024px) {
  .history ul li .years {
    width: 30%;
  }
}
.history ul li .years div {
  color: #a71d1d;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-family: "Hel";
  transition: all 0.5s ease;
}
.history ul li .hiscout {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
  padding: 40px;
  background-color: #f3f3f3;
}
@media (max-width: 1024px) {
  .history ul li .hiscout {
    width: 70%;
    padding: 6vw;
  }
}
.history ul li .hiscout .histitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.history ul li .hiscout .histitle i {
  display: block;
  height: 20px;
  width: 6px;
  border-radius: 3px;
  background-color: #a71d1d;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .history ul li .hiscout .histitle {
    font-size: 4vw;
  }
  .history ul li .hiscout .histitle .txt * {
    font-size: 3.2vw;
  }
}
.history ul li .hiscout .txt p {
  line-height: 2em;
  text-indent: 2em;
  font-size: 14px;
  line-height: 1.6em;
}
.newsTwo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  margin: 0 auto;
  margin-top: 100px;
  width: 80%;
}
.newsTwo .list {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .newsTwo .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset;
    margin-top: 0;
  }
}
.newsTwo .list li {
  width: 33.333333%;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .newsTwo .list li {
    width: 100%;
  }
}
.newsTwo .list li a {
  width: 90%;
  margin: 0 auto;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .newsTwo .list li a {
    width: 100%;
  }
}
.newsTwo .list li a img {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .newsTwo .list li a img {
    height: 50vw;
  }
}
.newsTwo .list li a:hover {
  opacity: 0.8;
  transform: scale(0.98);
}
.newsTwo .list li a .wenC {
  margin-top: 20px;
}
.newsTwo .list li a .wenC .date {
  font-family: "Hel";
}
.newsTwo .list li a .wenC .title {
  margin-top: 10px;
  font-weight: 100;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contact {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .contact {
    padding-top: 20vw;
  }
}
.contact .box .phomailList {
  margin-bottom: -100px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .contact .box .phomailList {
    transform: translateY(0);
  }
  .contact .box .phomailList li {
    margin: 4vw auto;
  }
}
.TiyanQuan {
  width: 100px;
  height: 100px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
._svg {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  stroke: rgba(0, 0, 0, 0.5);
}
._ind {
  stroke: #666;
  stroke-dasharray: 383.08;
  stroke-dashoffset: 383.08;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
}
.phomailList .TiyanQuan {
  width: 70px;
  height: 70px;
}
.phomailList .TiyanQuan .num {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.phomailList .TiyanQuan .num img {
  width: 40px;
  transition: all 0.5s;
}
.phomailList ._svg {
  transition: all 2s;
}
.phomailList ._ind {
  stroke: #a71d1d;
}
.phomailList li:hover ._svg {
  stroke-dashoffset: 100;
}
.phomailList li:hover .num img {
  transform: scale(0.8);
}
.phomailList li div.name {
  font-size: 24px;
  font-family: "xianxian";
  margin: 18px 0;
}
.phomailList span {
  font-size: 14px;
  color: #666;
}
.phomail {
  width: 100%;
  height: 500px;
  background-color: #a71d1d;
  margin: 0 auto;
}
.phomail .wenli {
  background-image: url(https://gzxhjt.net/template/default/static/img/wenli.png);
  background-position: center;
  width: 100%;
  height: 100%;
}
.phomailList li {
  background-color: #fff;
  margin: 0 20px;
  width: 330px;
  box-shadow: 2px 2px 30px rgba(82, 116, 110, 0.19);
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phomailList .infoBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.phomailList li img {
  width: 50px;
}
.pageMap #allmap {
  height: 400px;
}
.tiaozhuanK {
  position: absolute;
  bottom: 34px;
  z-index: 11;
  width: 100%;
  display: none;
}
.pageMap {
  width: 90%;
  margin: 0 auto;
  position: relative;
  height: auto;
  margin-top: -270px;
  box-shadow: 2px 2px 30px rgba(82, 116, 110, 0.19);
}
.mapon {
  display: flex;
  justify-content: center;
}
.mapon h1 {
  width: 140px;
  height: 40px;
  background-color: #a71d1d;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.mapon h1:hover {
  background-color: #a71d1d;
}
.biaodan {
  width: 90%;
}
.biaodan .form {
  background-color: #f8f8f8;
  box-sizing: border-box;
  height: 100%;
}
.biaodan form {
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin: 0 auto;
  padding: 80px;
}
.biaodan .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.biaodan .title h1 {
  font-size: 28px;
  color: #a71d1d;
}
.biaodan .input {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.biaodan .input span {
  font-size: 18px;
  font-weight: bold;
  width: 20%;
  display: block;
  transition: all 0.5s ease;
}
.biaodan input {
  width: 80%;
  border: 1px solid #ccc;
  height: 40px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333;
  border-radius: 4px;
  transition: all 0.5s ease;
  background-color: #fff;
}
.biaodan input:focus {
  border-color: #fff;
  box-shadow: 0 0 20px rgba(82, 116, 110, 0.19);
}
.biaodan input:focus + span {
  color: #a71d1d;
}
.biaodan form button {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: 40px;
  border-radius: 4px;
  background-color: #a71d1d;
  color: #fff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  margin-top: 60px;
  outline: none;
  border: none;
}
.biaodan textarea:focus {
  border-color: #fff;
  box-shadow: 0 0 20px rgba(82, 116, 110, 0.19);
}
.biaodan textarea:focus + span {
  color: #a71d1d;
}
.biaodan form textarea {
  resize: none;
  border: 1px solid #ccc;
  height: 100px;
  width: 80%;
  padding-left: 20px;
  box-sizing: border-box;
  color: #333;
  border-radius: 4px;
  transition: all 0.5s ease;
  padding-top: 10px;
  outline: none;
}
@media only screen and (max-width: 1300px) {
  .biaodan form {
    width: 100%;
  }
  .biaodan form {
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  .biaodan form {
    padding: 6vw;
  }
  .biaodan .input {
    flex-direction: column-reverse;
    align-items: flex-start;
    margin-bottom: 6vw;
  }
  .biaodan input {
    width: 100%;
  }
  .biaodan form textarea {
    width: 100%;
  }
  .biaodan .input span {
    width: 100%;
    margin-bottom: 4vw;
  }
  .biaodan form button {
    margin-top: 4vw;
  }
  .biaodan .title {
    margin-bottom: 8vw;
  }
}
.contactBotm {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 1300px) {
  .biaodan .input span {
    font-size: 14px;
    width: 24%;
  }
  .biaodan input {
    width: 76%;
  }
  .biaodan form {
    padding: 4vw;
  }
  .biaodan .title {
    margin-bottom: 4vw;
  }
  .biaodan form button {
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 1024px) {
  .contactBotm {
    flex-direction: column;
    position: relative;
    z-index: 1;
  }
  .pageMap {
    width: 100%;
  }
  .biaodan {
    width: 100%;
  }
  #allmap {
    height: 96vw;
  }
  .biaodan form {
    padding: 12vw;
  }
  .biaodan input {
    width: 100%;
  }
  .biaodan .input span {
    width: 100%;
  }
  .biaodan .title {
    margin-bottom: 10vw;
  }
  .biaodan .input span {
    font-size: 4vw;
  }
  .phomailList {
    flex-direction: column;
    transform: translateY(-20vw);
  }
  .phomailList li {
    flex-direction: row;
    width: 90%;
    padding: 12vw 8vw;
    justify-content: space-between;
    height: unset;
  }
  .phomailList li div.name {
    margin: 0;
    margin-bottom: 4vw;
  }
  .pageMap #allmap {
    height: 68vw;
  }
  .pageMap {
    margin: 0;
  }
  .phomail {
    height: unset;
    margin-top: 30vw;
  }
  .phomailList .TiyanQuan {
    width: 16vw;
    height: 16vw;
  }
  .phomailList .infoBox {
    width: 52vw;
  }
  .contactBotm .towTitle {
    margin-bottom: 10vw;
  }
  .biaodan form {
    padding-top: 20vw;
  }
}
.recruit ul {
  width: 80%;
  margin: 0 auto;
}
.recruit ul li {
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px dashed #999;
}
.recruit ul li:first-child {
  border-top: 1px dashed #999;
}
.recruit ul li a {
  font-size: 20px;
  letter-spacing: 0.1em;
  padding: 20px 20px;
  transition: all 0.5s ease;
}
.recruit ul li a:hover {
  background-color: #a71d1d;
  color: #fff;
}
.pqBaomin {
  background-color: #f3f3f3;
  padding: 5vw 8vw;
  width: 80%;
  margin: 0 auto;
}
.pqBaomin .shuoming {
  margin: 40px 0 60px;
}
.pqBaomin .shuoming * {
  line-height: 2em;
  font-size: 18px;
  text-indent: 0;
}
.pqBaomin .bomBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.pqBaomin .bomBox .xiazai {
  height: 50px;
  padding: 0 60px;
  border-radius: 25px;
  background-color: #a71d1d;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
}
.pqBaomin .bomBox .xiazai i {
  color: #fff;
  font-size: 20px;
  margin-right: 10px;
}
.listtab {
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .listtab {
    overflow: auto;
  }
}
.listtab li a {
  width: 140px;
  background-color: #f3f3f3;
  line-height: 50px;
  text-align: center;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  .listtab li a {
    width: 30vw;
    line-height: 20vw;
  }
}
.listtab li.on a {
  background-color: #a71d1d;
  color: #fff;
}
.listtab li:hover a {
  background-color: #a71d1d;
  color: #fff;
}
.product {
  width: 80%;
  margin: 0 auto;
  padding-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .product {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    width: 100%;
    margin-top: 0;
  }
}
.product .list {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .product .list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset;
    margin-bottom: 10vw;
  }
}
.product .list li {
  width: 33.33333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .product .list li {
    width: 100%;
  }
}
.product .list li a {
  width: 80%;
  margin: 0 auto;
}
.product .list li a img {
  width: 100%;
}
.product .list li a .wenC .title {
  font-size: 22px;
  text-align: center;
  margin-top: 20px;
}
.loadingYun > img {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 3s ease;
  z-index: 111;
  transition-timing-function: cubic-bezier(0.9, 0.01, 0.58, 0.86);
}
.loadingYun > img.yunL {
  left: 0%;
}
.loadingYun > img.yunR {
  right: 0%;
}
.loadingYun.active img.yunL {
  left: -100%;
}
.loadingYun.active img.yunR {
  right: -100%;
}
.proImg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  right: 0;
  padding: 10vw;
  display: none;
  z-index: 11111;
}
.proImg img {
  width: 100%;
  object-fit: cover;
  transition: all 1s ease;
}
.taihunabout {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .taihunabout {
    padding-top: 20vw;
  }
}
.taihunabout .jieshao {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .taihunabout .jieshao {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.taihunabout .jieshao .left {
  padding-right: 80px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .taihunabout .jieshao .left {
    width: 100%;
    padding: 0;
  }
}
.taihunabout .jieshao .left .towTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
.taihunabout .jieshao .left .text {
  height: 340px;
  overflow: auto;
  padding-right: 40px;
}
@media (max-width: 1300px) {
  .taihunabout .jieshao .left .text {
    height: 20vw;
    overflow: auto;
    padding-right: 2vw;
  }
}
@media (max-width: 1024px) {
  .taihunabout .jieshao .left .text {
    height: 80vw;
  }
}
.taihunabout .jieshao .right {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/thvideo.jpg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .taihunabout .jieshao .right {
    margin-top: 10vw;
    width: 100%;
    height: 60vw;
  }
  .taihunabout .jieshao .right img {
    width: 20vw;
    height: 20vw;
  }
}
.taihunabout .wenhua {
  width: 100%;
  margin-top: 100px;
}
.taihunabout .wenhua .img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/taihunwenhua.jpg);
}
.taihunabout .wenhua .img .mask {
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.3);
  width: 60%;
  padding: 40px 0;
  padding-left: 10vw;
}
@media (max-width: 1024px) {
  .taihunabout .wenhua .img .mask {
    width: 100%;
    padding: 10vw;
  }
}
.taihunabout .wenhua .img .mask .towTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
.taihunabout .wenhua .img .mask .towTitle span {
  color: #c71b1b;
}
.taihunabout .wenhua .img .mask .towTitle div {
  color: #fff;
}
.taihunabout .wenhua .img .mask .list {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
.taihunabout .wenhua .img .mask .list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .taihunabout .wenhua .img .mask .list li {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.taihunabout .wenhua .img .mask .list li span {
  background-color: #a71d1d;
  height: 40px;
  width: 120px;
  border-radius: 25px;
  color: #fff;
  margin-right: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .taihunabout .wenhua .img .mask .list li span {
    margin-bottom: 6vw;
  }
}
.taihunabout .wenhua .img .mask .list li p {
  color: #fff;
  padding-right: 20px;
  width: calc(100% - 160px);
  border-bottom: 1px dashed #eee;
}
@media (max-width: 1024px) {
  .taihunabout .wenhua .img .mask .list li p {
    text-indent: 0%;
    padding: 0;
    width: 100%;
  }
}
.taihunabout .fengcai {
  margin: 0 auto;
  margin-top: 100px;
  width: 80%;
}
.taihunabout .fengcai .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .taihunabout .fengcai .list {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.taihunabout .fengcai .list li {
  width: 30%;
}
@media (max-width: 1024px) {
  .taihunabout .fengcai .list li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.taihunabout .fengcai .list li .box {
  width: 100%;
}
.taihunabout .fengcai .list li .box img {
  width: 100%;
  margin-bottom: 20px;
  height: 220px;
  object-fit: cover;
}
.taihunabout .fengcai .list li .box span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.taihunabout .hxHonor {
  margin-top: 100px;
}
.hxHonor .img {
  height: 320px;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .hxHonor .img {
    height: 50vw;
  }
}
.hxHonor .swiper-slide {
  width: unset;
}
.hxHonor .box {
  padding: 0 40px;
}
.hxHonor-scrollbar {
  width: 400px;
  height: 4px;
  background-color: #ececec;
  opacity: 1 !important;
  margin: 60px auto;
  border-radius: 2px;
}
.hxHonor-scrollbar .swiper-scrollbar-drag {
  background-color: #8a8a8a;
}
.hxHonor .swiper-slide h1 {
  text-align: center;
  margin: 16px 0;
  font-weight: bold;
  font-size: 18px;
  color: #505050;
}
@media (max-width: 1024px) {
  .hxHonor .box {
    padding: 6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .hxHonor .swiper-slide h1 {
    font-size: 4vw;
  }
  .hxHonor-scrollbar {
    margin: 4vw auto;
    width: 90%;
  }
  .hxHonor {
    padding-bottom: 0;
  }
}
.taihunpinpai {
  margin-top: 100px;
}
.taihunpinpai .jieshao {
  width: 80%;
  margin: 0 auto;
}
.taihunpinpai .video {
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/taihunVideo.jpg);
  width: 100%;
  margin-top: 100px;
}
.taihunpinpai .video .mask {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  padding: 40px 0;
}
.taihunpinpai .video .mask video {
  width: 80%;
}
.taihunpinpai .pinpaiLC {
  margin-top: 100px;
}
.taihunpinpai .pinpaiLC #pinpaiLC li {
  width: 400px;
  padding: 40px;
}
.taihunpinpai .pinpaiLC #pinpaiLC li .box {
  background-color: #f3f3f3;
  padding: 40px;
  width: 100%;
  height: 100%;
}
.taihunpinpai .pinpaiLC #pinpaiLC li .box .date {
  font-size: 26px;
  color: #a71d1d;
  font-weight: bold;
  font-family: "Hel";
}
.taihunZhaoshang {
  margin-top: 100px;
}
.taihunZhaoshang .box {
  width: 80%;
  margin: 0 auto;
}
.taihunZhaoshang a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 200px;
}
.paiqianAbout {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .paiqianAbout {
    padding-top: 20vw;
  }
}
.paiqianAbout .jieshao {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .paiqianAbout .jieshao {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.paiqianAbout .jieshao .left {
  padding-right: 80px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .paiqianAbout .jieshao .left {
    width: 100%;
    padding: 0;
  }
}
.paiqianAbout .jieshao .left .towTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
.paiqianAbout .jieshao .left .text {
  height: 340px;
  overflow: auto;
  padding-right: 40px;
}
@media (max-width: 1300px) {
  .paiqianAbout .jieshao .left .text {
    height: 20vw;
    overflow: auto;
    padding-right: 2vw;
  }
}
@media (max-width: 1024px) {
  .paiqianAbout .jieshao .left .text {
    height: 80vw;
  }
}
.paiqianAbout .jieshao .right {
  width: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/thvideo.jpg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .paiqianAbout .jieshao .right {
    margin-top: 10vw;
    width: 100%;
    height: 60vw;
  }
  .paiqianAbout .jieshao .right img {
    width: 20vw;
    height: 20vw;
  }
}
.paiqianAbout .wenhua {
  width: 100%;
  margin-top: 100px;
}
.paiqianAbout .wenhua .img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/taihunwenhua.jpg);
}
.paiqianAbout .wenhua .img .mask {
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.3);
  width: 60%;
  padding: 40px 0;
  padding-left: 10vw;
}
@media (max-width: 1024px) {
  .paiqianAbout .wenhua .img .mask {
    width: 100%;
    padding: 10vw;
  }
}
.paiqianAbout .wenhua .img .mask .towTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
.paiqianAbout .wenhua .img .mask .towTitle span {
  color: #c71b1b;
}
.paiqianAbout .wenhua .img .mask .towTitle div {
  color: #fff;
}
.paiqianAbout .wenhua .img .mask .list {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
.paiqianAbout .wenhua .img .mask .list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .paiqianAbout .wenhua .img .mask .list li {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.paiqianAbout .wenhua .img .mask .list li span {
  background-color: #a71d1d;
  height: 40px;
  width: 120px;
  border-radius: 25px;
  color: #fff;
  margin-right: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .paiqianAbout .wenhua .img .mask .list li span {
    margin-bottom: 6vw;
  }
}
.paiqianAbout .wenhua .img .mask .list li p {
  color: #fff;
  padding-right: 20px;
  width: calc(100% - 160px);
  border-bottom: 1px dashed #eee;
}
@media (max-width: 1024px) {
  .paiqianAbout .wenhua .img .mask .list li p {
    text-indent: 0%;
    padding: 0;
    width: 100%;
  }
}
.paiqianAbout .fengcai {
  margin: 0 auto;
  margin-top: 100px;
  width: 80%;
}
.paiqianAbout .fengcai .list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .paiqianAbout .fengcai .list {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.paiqianAbout .fengcai .list li {
  width: 30%;
}
@media (max-width: 1024px) {
  .paiqianAbout .fengcai .list li {
    width: 100%;
    margin-bottom: 8vw;
  }
}
.paiqianAbout .fengcai .list li .box {
  width: 100%;
}
.paiqianAbout .fengcai .list li .box img {
  width: 100%;
  margin-bottom: 20px;
  height: 220px;
  object-fit: cover;
}
.paiqianAbout .fengcai .list li .box span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.paiqianAbout .hxHonor {
  margin-top: 100px;
}
.paiqianAbout .jieshao {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .paiqianAbout .jieshao {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.paiqianAbout .jieshao .right {
  background-image: unset;
}
.paiqianAbout .jieshao .right img {
  width: 100%;
  height: 100%;
  height: 500px;
}
@media (max-width: 1024px) {
  .paiqianAbout .jieshao .right img {
    height: 50vw;
  }
}
.paiqianAbout .video {
  width: 70%;
  margin: 60px auto;
}
@media (max-width: 1024px) {
  .paiqianAbout .video {
    width: 100%;
  }
}
.paiqianAbout .video video {
  width: 100%;
}
.paiqianAbout .wenhua .img {
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/paiqianWHbg.jpg);
}
.paiqianYewu {
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
}
.paiqianYewu .list {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: space-between;
  flex-wrap: wrap;
}
.paiqianYewu .list li {
  padding: 40px;
  background-color: #f3f3f3;
  position: absolute;
  top: 0;
}
.paiqianYewu .list li .title {
  font-size: 20px;
  color: #a71d1d;
  font-weight: bold;
  margin-bottom: 20px;
}
.paiqianHezuo .list {
  width: 80%;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .paiqianHezuo .list {
    margin-top: 20vw;
  }
}
.paiqianHezuo .list li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  width: 20%;
}
@media (max-width: 1024px) {
  .paiqianHezuo .list li {
    width: 50%;
  }
}
.paiqianHezuo .list li img {
  width: 90%;
  margin: 0 auto;
  height: 10vw;
  object-fit: contain;
}
@media (max-width: 1024px) {
  .paiqianHezuo .list li img {
    height: 40vw;
  }
}
.paiqianHezuo .list li span {
  margin-top: 20px;
}
.junfuAbout {
  padding-top: 100px;
}
@media (max-width: 1024px) {
  .junfuAbout {
    padding-top: 20vw;
  }
}
.junfuAbout .jieshao {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .junfuAbout .jieshao {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.junfuAbout .jieshao .left {
  padding-right: 80px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .junfuAbout .jieshao .left {
    width: 100%;
    padding: 0;
  }
}
.junfuAbout .jieshao .left .towTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width: 1300px) {
  .junfuAbout .jieshao .left .text {
    height: 20vw;
    overflow: auto;
    padding-right: 2vw;
  }
}
@media (max-width: 1024px) {
  .junfuAbout .jieshao .left .text {
    height: 40vw;
  }
}
.junfuAbout .jieshao .right {
  width: 50%;
  background-image: url(../img/thvideo.jpg);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/fengmian1.jpg);
}
@media (max-width: 1024px) {
  .junfuAbout .jieshao .right {
    margin-top: 10vw;
    width: 100%;
    height: 60vw;
  }
  .junfuAbout .jieshao .right img {
    width: 20vw;
    height: 20vw;
  }
}
.junfuAbout .wenhua {
  width: 100%;
  margin-top: 100px;
}
.junfuAbout .wenhua .img {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/junfuWHbg.jpg);
}
.junfuAbout .wenhua .img .mask {
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.3);
  width: 60%;
  padding: 40px 0;
  padding-left: 10vw;
}
@media (max-width: 1024px) {
  .junfuAbout .wenhua .img .mask {
    width: 100%;
    padding: 10vw;
  }
}
.junfuAbout .wenhua .img .mask .towTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
.junfuAbout .wenhua .img .mask .towTitle span {
  color: #c71b1b;
}
.junfuAbout .wenhua .img .mask .towTitle div {
  color: #fff;
}
.junfuAbout .wenhua .img .mask .list {
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
.junfuAbout .wenhua .img .mask .list li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .junfuAbout .wenhua .img .mask .list li {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.junfuAbout .wenhua .img .mask .list li span {
  background-color: #a71d1d;
  height: 40px;
  width: 120px;
  border-radius: 25px;
  color: #fff;
  margin-right: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width: 1024px) {
  .junfuAbout .wenhua .img .mask .list li span {
    margin-bottom: 6vw;
  }
}
.junfuAbout .wenhua .img .mask .list li p {
  color: #fff;
  padding-right: 20px;
  width: calc(100% - 160px);
  border-bottom: 1px dashed #eee;
}
@media (max-width: 1024px) {
  .junfuAbout .wenhua .img .mask .list li p {
    text-indent: 0%;
    padding: 0;
    width: 100%;
  }
}
.junfuAbout .hxHonor {
  margin-top: 100px;
}
.junfuVideo {
  width: 100%;
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.junfuVideo video {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .junfuVideo video {
    width: 100%;
  }
}
.schoolAbout {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .schoolAbout {
    margin-top: 20vw;
  }
}
.schoolAbout .boxCout {
  background-color: #f3f3f3;
  padding: 40px 100px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .schoolAbout .boxCout {
    width: 90%;
    padding: 10vw 10vw;
  }
}
.newspage {
  margin: 0 auto;
  margin-top: 100px;
  width: 80%;
}
.newspage .title {
  font-size: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.newspage .info {
  justify-content: unset;
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  border-right: 0;
  border-left: 0;
  padding: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin: 20px 0 40px;
}
.newspage .info div {
  margin: 0 20px;
}
.newspage .wenliMore {
  margin: 100px auto 0;
}
.productpage {
  margin: 0 auto;
  margin-top: 100px;
  width: 80%;
}
.productpage .title {
  font-size: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.productpage .content .jsbt {
  font-size: 22px;
  color: #a71d1d;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px solid #a71d1d;
  padding-bottom: 10px;
}
.productpage .wenliMore {
  margin: 100px auto 0;
}
.productpage .img {
  width: 400px;
  height: 400px;
  margin: 0 auto;
}
.productpage .img img {
  width: 100%;
  height: 100%;
} /*# sourceMappingURL=./myStyle.css.map */
.prpfile-content{
  width: 60%!important;
  margin: 0 auto 20px;
}
@media (max-width: 1024px){
  .prpfile-content{
    width: 100%!important;
  }
}
