:root {
  --max: 1400px;
  --font45: 45px;
  --font35: 35px;
  --font30: 30px;
  --font26: 26px;
  --font20: 20px;
  --font16: 16px;
  --top100: 100px;
  --top50: 50px;
  --top30: 30px;
}

.hertre {
  width: 100%;
  z-index: 999;
  height: 90px;
  position: relative;
  background: #fff;
}

.hertre_cen {
  width: var(--max);
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.logo {
  width: 140px;
  overflow: hidden;

}

.logo img {
  width: 100%;
  height: auto;
}

.nav {
  width: max-content;
}

.nav ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.nav ul li {
  font-size: var(--font16);
  color: #383838;
  text-align: center;
  position: relative;
  margin-left: 3vw;
}


.nav ul li.nav_cen {
  color: #cf0a2c
}

.nav ul li:hover {
  color: #cf0a2c;
}

.nav ul li::after {
  content: "";
  width: 0%;
  height: 1px;
  background: #cf0a2c;
  position: absolute;
  bottom: -10px;
  left: 0%;
  transition: all 0.3s;
}

.nav ul li.nav_cen::after {
  width: 100%;
}

.nav ul li:hover::after {
  width: 100%;
}


.an {
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  right: 0%;
  top: 0px;
  transition: all 0.5s;
  z-index: 99;
}


.container {
  cursor: pointer;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.5s;
}

svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

.active svg {
  transform: rotate(90deg);
}

path {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}

path:nth-child(1) {
  transform-origin: 36% 40%;
}

path:nth-child(2) {
  stroke-dasharray: 29 299;
}

path:nth-child(3) {
  transform-origin: 35% 63%;
}

path:nth-child(4) {
  stroke-dasharray: 29 299;
}

path:nth-child(5) {
  transform-origin: 61% 52%;
}

path:nth-child(6) {
  transform-origin: 62% 52%;
}

.active path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.active path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}

.active path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}

.active path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper-pagination {
  bottom: 30px !important;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.mySwiper .swiper-pagination {
  bottom: 10px !important;
}

.mySwiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: rgba(255, 255, 255, 0.5);
}

.mySwiper .swiper-pagination-bullet-active {
  width: 18px;
  height: 8px;
  opacity: 1;
  border-radius: 116.29px;
  background: white;
}

.banner_text {
  width: var(--max);
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gg {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top100);
}

.gg h1 {
  text-align: center;
  font-size: var(--font35);
  color: #cf0a2c;
  line-height: 1;
  font-weight: bold;
}

.gg p {
  text-align: center;
  font-size: var(--font45);
  color: #e5e7ea;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 1;
}

.jr {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
}

.jr ul {
  width: 100%;
  overflow: hidden;
}

.jr ul li {
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
  background: #fcf5f5;
  position: relative;
}

.jr_img {
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.jr_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jr_max {
  width: var(--max);
  overflow: hidden;
  margin: var(--top100) auto;
  padding-right: 30%;
  position: relative;
  z-index: 9;
}

.jr_wn {
  width: 100%;
  overflow: hidden;
  font-size: var(--font30);
  color: #cf0a2c;
  position: relative;
  line-height: 1;
  padding-bottom: var(--top30);
}

.jr_wn::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #cf0a2c;
  position: absolute;
  bottom: 0;
  left: 0;
}

.jr_max>h1 {
  font-size: var(--font26);
  color: #333333;
  line-height: 1;
  margin-top: var(--top30);
}

.jr_fl {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: var(--top30);
}

.jr_fl p {
  font-size: var(--font20);
  color: #000;
  line-height: 1.2;
  border-left: 3px solid #cf0a2c;
  padding-left: 10px;
  margin-left: 2vw;
  font-weight: 500;
}

.jr_fl p span {
  color: #666666;
  font-weight: 300;
}

.jr_fl p:nth-child(1) {
  margin-left: 0px;
}

.jr_yq {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
}

.jr_yq h1 {
  font-size: var(--font20);
  color: #000;
  line-height: 1.2;
  border-left: 3px solid #cf0a2c;
  padding-left: 10px;
}

.jr_text {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
  font-size: var(--font16);
  color: #666666;
  line-height: 30px;
}

.hd {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top50);
  background: #f7f7f7;
  padding: var(--top30);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.hd_img {
  width: 530px;
  overflow: hidden;
}

.hd_img img {
  width: 100%;
  height: auto;
}

.hd_r {
  width: calc(100% - 590px);
  overflow: hidden;
}

.hd_r h1 {
  font-size: var(--font20);
  color: #151a1f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.hd_r span {
  display: block;
  font-size: var(--font16);
  color: #cf0a2c;
  margin-top: 15px;
}

.hd_r p {
  font-size: var(--font16);
  color: #4b4b4b;
  line-height: 36px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.hd_r a {
  display: block;
  width: 130px;
  line-height: 34px;
  text-align: center;
  border-radius: 5px;
  background: #cf0a2c;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}

.hd_ul {
  width: var(--max);
  overflow: hidden;
  margin: auto;
}

.hd_ul ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.hd_ul ul li {
  width: 32%;
  overflow: hidden;
  margin-top: 25px;
  margin-left: 2%;
  background: #f7f7f7;
  padding: var(--top30);
}

.hd_ul ul li:nth-child(3n+1) {
  margin-left: 0%;
}
.hd_ulas ul{
    justify-content: space-between;
}
.hd_ulas ul li{
    width: 49%;
    margin-left: 0%;
}

.hd_ul ul li h1 {
  font-size: var(--font20);
  color: #151a1f;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.hd_ul ul li span {
  display: block;
  font-size: var(--font16);
  color: #cf0a2c;
  margin-top: 15px;
}

.hd_ul ul li p {
  font-size: var(--font16);
  color: #4b4b4b;
  line-height: 36px;
  margin-top: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.kongge {
  margin-bottom: var(--top100);
}

.show {
  width: var(--max);
  overflow: hidden;
  margin: var(--top100) auto;
}

.show>h1 {
  text-align: center;
  font-size: var(--font30);
  color: #5c5c5c;
  font-weight: bold;
  line-height: 1;
}

.show>p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: var(--font16);
  color: #5c5c5c;
  line-height: 1;
  margin-top: var(--top30);
}

.show>p span:nth-child(2) {
  border-left: 1px solid #5c5c5c;
  padding-left: 5px;
  margin-left: 5px;
}

.show_text {
  font-size: var(--font16);
  color: #5c5c5c;
  line-height: 2;
  border-top: 1px solid #5c5c5c;
  padding-top: var(--top30);
  margin-top: var(--top30);
}

.fenye {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
}

.fenye a {
  display: block;
  font-size: var(--font16);
  color: #999;
  width: 100%;
  margin-top: 20px;
}

.zs {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-bottom: var(--top50);
}

.zs ul {
  width: 100%;
  overflow: hidden;
}

.zs ul li {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
}

.zs ul li h1 {
  font-size: var(--font30);
  color: #cf0a2c;
  font-weight: bold;
}

.zs_img {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.zs_img img {
  width: 32%;
  height: auto;
  margin-left: 2%;
  margin-top: var(--top30);
}

.zs_img img:nth-child(3n+1) {
  margin-left: 0%;
}

.gg_text {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top30);
  text-align: center;
  font-size: var(--font20);
  color: #3a3a3a;
}

.form {
  width: 800px;
  max-width: calc(100% - 30px);
  overflow: hidden;
  margin: auto;
  margin-top: 20px;
  margin-bottom: var(--top100);
}

.form label {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: var(--top50);
}

.form label p {
  width: 80px;
  overflow: hidden;
  font-size: var(--font16);
  color: #333333;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  line-height: 48px;
}

.form label p span {
  color: #d81d1d;
}

.form label input {
  width: calc(100% - 90px);
  height: 48px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  font-size: var(--font16);
  color: #dfe5e3;
  padding: 0 20px;
}

.form label textarea {
  width: calc(100% - 90px);
  height: 160px;
  border: 1px solid #e7e7e7;
  border-radius: 5px;
  font-size: var(--font16);
  color: #dfe5e3;
  padding: 10px 20px;
  font-family: "微软雅黑";
  resize: none;
}

.form label input.submit {
  background: #cf0a2c;
  padding: 0;
  border: none;
  cursor: pointer;
  color: #fff;
}

.layui-layer {
  transition: auto;
}

.cp {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top100);
}

.cp ul {
  width: 100%;
  overflow: hidden;
}

.cp ul li {
  width: 100%;
  overflow: hidden;
  margin-bottom: var(--top100);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cp ul li:nth-child(2n) {
  flex-direction: row-reverse;
}

.cp_img {
  width: calc(100% - 730px);
  overflow: hidden;
}

.cp_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cp_r {
  width: 700px;
  overflow: hidden;
}

.cp_r>h1 {
  font-size: var(--font30);
  color: #3f3f3f;
  position: relative;
  padding-bottom: 20px;
}

.cp_r>h1::after {
  content: "";
  width: 60px;
  height: 2px;
  background: #c3172d;
  position: absolute;
  bottom: 0;
  left: 0;
}

.cp_r>p {
  font-size: var(--font20);
  color: #4e4e4e;
  line-height: 36px;
  margin-top: 20px;
}

.cp_ismg {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.cp_ismg img {
  width: 32%;
  height: auto;
  margin-left: 2%;
  margin-top: var(--top30);
  margin-top: var(--top30);
}

.cp_ismg img:nth-child(3n+1) {
  margin-left: 0%;
}

.cp_text {
  width: 100%;
  overflow: hidden;
  margin-top: 15px;
}

.cp_text img {
  width: 100%;
  height: auto;
}

.gy {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top50);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.gy_iumg {
  width: 670px;
  overflow: hidden;
  padding-top: 2vw;
  padding-right: 2vw;
  position: relative;
}

.gy_iumg::after {
  content: "";
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
  border: 4px solid #cf0a2c;
  position: absolute;
  top: 0;
  right: 0;
}

.gy_iumg img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

.gy_r {
  width: calc(100% - 770px);
  overflow: hidden;
}

.gy_top {
  width: 100%;
  overflow: hidden;
  border-left: 7px solid #cf0a2c;
  padding-left: 20px;
}

.gy_top p {
  font-size: var(--font26);
  color: #848b94;
  text-transform: uppercase;
  line-height: 1;
}

.gy_top h1 {
  font-size: var(--font26);
  color: #000;
  line-height: 1;
  margin-top: 10px;
}

.gy_r>p {
  font-size: var(--font20);
  color: #666666;
  line-height: ;
  line-height: 2;
  margin-top: 20px;
}

.gy_text {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top30);
  font-size: var(--font16);
  color: #666666;
  line-height: 36px;
}

.jazhi {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-bottom: var(--top100);
}

.jazhi ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.jazhi ul li {
  width: calc(33.33% - 20px);
  overflow: hidden;
  background: #fcf5f5;
  border-radius: 5px;
  margin-top: var(--top50);
}

.jazhi ul li img {
  width: 230px;
  max-width: 40%;
  height: auto;
  margin: var(--top50) auto;
}

.jazhi ul li h1 {
  text-align: center;
  line-height: 80px;
  background: #c3172d;
  font-size: var(--font30);
  color: #fff;
}

.lc {
  width: 100%;
  overflow: hidden;
  margin-top: var(--top100);
  background: #f8f8f8;
}

.lc_max {
  width: 1300px;
  max-width: var(--max);
  overflow: hidden;
  margin: auto;
}

.swip {
  width: 100%;
  overflow: hidden;
  margin: var(--top100) auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.swip_l {
  width: 380px;
  overflow: hidden;
  position: relative;
}

.mySwiper1 {
  width: 240px;
  height: 420px;
  overflow: hidden;
  margin-right: 0px !important;
}

.mySwiper1 .swiper-slide {
  color: #969696;
  font-size: var(--font35);
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(0.6);
}

.swip_l .swiper-button-next,
.swip_l .swiper-button-prev {
  width: 50px;
  height: 50px;
  margin-top: 0px !important;
}

.swip_l .swiper-button-next::after,
.swip_l .swiper-button-prev::after {
  display: none;
}

.swip_l .swiper-button-next img,
.swip_l .swiper-button-prev img {
  width: 100%;
  height: 100%;
}

.swip_l .swiper-button-next {
  top: 35%;
  left: 0;
  right: auto;
  bottom: 0;
}

.swip_l .swiper-button-prev {
  top: auto;
  bottom: 35%;
  left: 0;
  right: auto;
}

.mySwiper1 .swiper-slide-thumb-active {
  border-top: 1px solid #cf0a2c;
  border-bottom: 1px solid #cf0a2c;
  color: #cf0a2c;
  transform: scale(1);
}

.swip_r {
  width: 720px;
  overflow: hidden;
  height: auto;
}

.mySwiper2 {
  width: 100%;
}

.mySwiper2 img {
  width: 100%;
  height: auto;
}

.swip_r h1 {
  font-size: var(--font30);
  color: #1f1a15;
  padding-bottom: 20px;
  margin-top: var(--top50);
  position: relative;
}

.swip_r h1::after {
  content: "";
  width: 70px;
  height: 3px;
  background: #cf0a2c;
  position: absolute;
  bottom: 0;
  left: 0;
}

.swip_text {
  width: 100%;
  overflow: hidden;
  font-size: var(--font20);
  color: #969696;
  line-height: 2;
  margin-top: var(--top30);
}

.kfg {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top100);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kfg_iumg {
  width: 50%;
  overflow: hidden;
}

.kfg_iumg img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.kfg_r {
  width: 40%;
  overflow: hidden;
}

.kfg_top {
  width: 100%;
  overflow: hidden;
  border-left: 7px solid #cf0a2c;
  padding-left: 20px;
}

.kfg_top p {
  font-size: var(--font26);
  color: #848b94;
  text-transform: uppercase;
  line-height: 1;
}

.kfg_top h1 {
  font-size: var(--font26);
  color: #000;
  line-height: 1;
  margin-top: 10px;
}

.kfg_r>p {
  font-size: var(--font20);
  color: #666666;
  line-height: 36px;
  margin-top: var(--top30);
}

.kfg_r a {
  font-size: var(--font20);
  color: #999999;
  margin-top: var(--top50);
  display: block;
}

.numCount {
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top100);
}

.numCount ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-betweena;
  background: #8c0f25;
  border-radius: 5px;
  padding: var(--top30) 0;
}

.numCount ul li {
  width: 25%;
  overflow: hidden;
  border-left: 3px solid;
  border-image: linear-gradient(180deg,#8c0f25,#fdfbfc,#8c0f25) 1 1;
}
.numCount ul li:nth-child(1){
  border: none;
}
.numCountmax {
  width: max-content;
  overflow: hidden;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}

.numCountmax h1 {
  font-size: 50px;
  color: #fff;
  line-height: 1;
}

.numCountmax span {
  font-size: 20px;
  color: #fff;
}

.numCount ul li>p {
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  line-height: 1;
}
.bt{
  width: 100%;
  overflow: hidden;
  background: #f6f6f6;
  margin-top: var(--top100);
  padding-bottom: var(--top100);
}
.bt ul{
  width: var(--max);
  margin: auto;
  overflow: hidden;
  margin-top: var(--top100);
}
.bt ul li{
  width: 100%;
  overflow: hidden;
  margin-top: var(--top50);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bt ul li:nth-child(2n+1){
  flex-direction: row-reverse;
}
.bt ul li:nth-child(1){
    margin-top: 0px;
}
.bt_l{
  width: 45%;
  overflow: hidden;
}
.bt_l h1{
  font-size: var(--top30);
  color: #1d1d1d;
  position: relative;
  padding-bottom: 15px;
}
.bt_l h1::after {
  content: "";
  width: 90px;
  height: 6px;
  background: #cf0a2c;
  position: absolute;
  bottom: 0;
  left: 0;
}
.bt_l p{
  font-size: var(--font20);
  color: #5f5f5f;
  line-height: 2;
  margin-top: var(--top30);
}
.bt ul li img{
  width: 40%;
  height: auto;
}
.pt{
  width: 100%;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pt .gg h1{
  color: #fff;
}
.pt ul{
  width: var(--max);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: var(--top100);
}
.pt ul li{
  width: 25%;
  overflow: hidden;
  margin-top: var(--top100);
}
.pt ul li img{
  width: 60%;
  height: auto;
  margin: auto;
}
.pt ul li h1{
  text-align: center;
  font-size: var(--font30);
  color: #fff;
  margin-top: var(--top30);
}
.footer{
  width: 100%;
  overflow: hidden;
  background: #3a3d41;
}
.footer_max{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  margin-top: var(--top100);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: var(--top50);
}
.footer_l{
  width: max-content;
  overflow: hidden;
  border-right: 2px solid #5f6164;
  padding-right: 3vw;
}
.footer_l img{
  width: 180px;
  height: auto;
}
.footer_l h1{
  font-size: var(--font26);
  color: #fff;
  margin-top: 2vw;
}
.lxim{
  width: 100%;
  overflow: hidden;
  font-size: var(--font16);
  color: #fefeff;
  line-height: 30px;
  margin-top: 20px;
}
.footer_c{
  width: 550px;
  overflow: hidden;
  margin-left: 3vw;
  margin-right: auto;
}
.footer_c h1{
  font-size: var(--font26);
  color: #fff;
}
.footer_c ul{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.footer_c ul li{
  width: 25%;
  overflow: hidden;
  font-size: var(--font16);
  color: #fff;
  margin-top: 20px;
}
.footer_r{
  width: max-content;
  overflow: hidden;
}
.footer_r img{
  width: 130px;
  height: auto;
  text-align: center;
}
.footer_r h1{
  text-align: center;
  font-size: var(--font16);
  color: #ffffff;
  margin-top: 10px;
}
.beian{
  width: var(--max);
  overflow: hidden;
  margin: auto;
  padding: 20px 0;
  text-align: center;
  border-top: 2px solid #5f6164;
  font-size: var(--font16);
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.beian span{
  margin: 0 10px;
  border-left: 1px solid #fff;
  padding-left: 20px;
}
.beian span:nth-child(1){
  border: none;
  padding-left: 0px;
}