@font-face{
	font-family:"sscnBold";
	src: url("../css/fonts/SOURCEHANSANSCN-BOLD.woff") format("woff");
}
@font-face{
	font-family:"sscn";
	src: url("../css/fonts/SOURCEHANSANSCN-REGULAR.woff") format("woff");
}
* {
  margin: 0;
  padding: 0;
}
body,
html {
  height: 100%;
  position: relative;
  width: 100%;
}
body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #B91824;
}
body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #DEDEDE;
}
img {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
} */

:root {
  --font-family: 'sscn', Source Han Sans CN, Montserrat, 'sans-serif','Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  --font-familyBold: 'sscnBold', Source Han Sans CN;
}
.hamburger {
  display: none;
}
.center-1200 {
  width: 1200px;
}
.center-1400 {
  width: 1400px;
}
.center-1600 {
  width: 1600px;
}
.app{
  display: none;
}
.diaolog-pb{
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}
.diaolog-pb video,
.diaolog-pb img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-height: 75%;
  max-width: 75%;
}
.diaolog-pb i{
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}
.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}
.message-alert.success {
  background-color: #55BB8A;
}
.message-alert.error {
  background-color: #F56C6C;
}
.message-alert.warning {
  background-color: #E6A23C;
}
/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}
.seader {
  position: relative;
}
.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}
.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-family);
}
.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #C32228;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-family);
  cursor: pointer;
}
.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}
.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}
.seader .close img {
  display: block;
}
.el-message{
  font-family: var(--font-family);
  z-index: 9999 !important;
}
.header-box.active{
  background-color: #FFFFFF;
  box-shadow: 0px 10px 26px 0px rgb(0 0 0 / 8%);
}
.header-box.iactive{
  background-color: #FFFFFF;
}
.header-box.active .logo img:first-of-type,
.header-box.iactive .logo img:first-of-type{
  display: none;
}
.header-box.active .logo img:last-of-type,
.header-box.iactive .logo img:last-of-type{
  display: block;
}
.header-box.active .nav li>a,
.header-box.iactive .nav li>a{
  color: #222222;
}
.header-box.active .right .rt .search,
.header-box.iactive .right .rt .search,
.header-box.active .right .rt .language,
.header-box.iactive .right .rt .language{
  background-color: rgba(49,49,49, 0.1);
}
.header-box.active .right .rt .search i,
.header-box.iactive .right .rt .search i,
.header-box.active .right .rt .language span,
.header-box.iactive .right .rt .language span{
  color: #222222;
}
.header-box{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100px;
  transition: 0.3s;
}
.header-box .ct{
  margin: 0 auto;
  height: 100%;
  width: calc(100% - 200px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1720px;
}
.header-box .logo img:last-of-type{
  display: none;
}
.header-box .right{
  display: flex;
  align-items: center;
}
.header-box .nav{
  display: flex;
}
.header-box .nav li>a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
.header-box .nav li>a:hover{
  color: #B91824;
}
.header-box .nav li:not(:first-of-type){
  margin-left: 54px;
}
.header-box .right .rt{
  display: flex;
  align-items: center;
  margin-left: 115px;
}
.header-box .right .rt .search{
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 10px;
}
.header-box .right .rt .search:hover{
  background-color: #B91824;
}
.header-box .right .rt .search:hover i{
  color: #ffffff;
}
.header-box .right .rt .search i{
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
}
.header-box .right .rt .language{
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  margin-right: 25px;
  position: relative;
}
.header-box .right .rt .language .flow{
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  opacity: 0;
  transform-origin: top;
  top: 100%;
  padding-top: 10px;
  transition: 0.3s;
}
.header-box .right .rt .language:hover .flow{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.header-box .right .rt .language .flow .hz{
  width: 100px;
  border-radius: 8px;
  overflow: hidden;
  padding: 5px 0;
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}
.header-box .right .rt .language .flow .hz a{
  width: calc(100% - 20px);
  padding: 5px 10px;
  text-align: center;
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.header-box .right .rt .language .flow .hz a:hover{
  color: #B91824;
}
.header-box .right .rt .language:hover{
  background-color: #B91824;
}
.header-box .right .rt .language:hover span{
  color: #ffffff;
}
.header-box .right .rt .language span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
.header-box .right .rt .btn{
  width: 140px;
  height: 40px;
  background: #B91824;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.mySwiper{
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.mySwiper .swiper-slide{
  overflow: hidden;
}
.mySwiper .qh{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.mySwiper .qh i{
  color: rgba(255, 255, 255, 0.4);
  font-size: 48px;
  transition: 0.3s;
}
.mySwiper .qh:hover i{
  color: #B91824;
}
.mySwiper .prev{
  left: 100px;
}
.mySwiper .next{
  right: 100px;
}
.mySwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mySwiper .ct .rq{
  opacity: 0;
  transform: translateY(120px);
  transition: 1.5s;
  transition-delay: 0.4s;
  width: 60%;
}
.mySwiper .swiper-slide-active .ct .rq{
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.mySwiper .ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #FFFFFF;
  margin: 0 0 18px 0;
}
.mySwiper .ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  opacity: 0.6;
}
.mySwiper .ct a{
  width: 198px;
  height: 48px;
  border-radius: 25px;
  border: 1px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s;
  margin-top: 130px;
}
.mySwiper .ct a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.mySwiper .ct a i{
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 10px;
}
.mySwiper .ct a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #B91824;
  transition: 0.3s;
  z-index: -1;
}
.mySwiper .ct a:hover{
  border-color: #B91824;
}
.mySwiper .ct a:hover::before{
  width: 100%;
}
.i1-box{
  background: url(../images/i1-2.png) no-repeat center / cover;
  position: relative;
}
.i1-box .wx{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -120px;
  z-index: 9;
}
.i1-box .wx .gy{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.i1-box .wx .yw{
  animation: zq 12s infinite linear;
}
.i1-box .wx .jt{
  animation: sx 2s infinite ease-out;
}
@keyframes zq {
  0%{
    transform: translate(-50%,-50%) rotate(0deg);
  }
  100%{
    transform: translate(-50%,-50%) rotate(360deg);
  }
}
@keyframes sx {
  0%{
    top: 45%;
  }
  100%{
    top: 55%;
  }
}
.i1-box .flow{
  position: absolute;
  left: 0;
  bottom: 4.5%;
  width: 12.5%;
}
  .i1ct{
    padding: 190px 0  176px 0;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .i1ct .right{
    width: 200px;
    height: 50px;
    background: #B91824;
    border-radius: 25px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(25px);
  }
  .i1ct .right span{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
  }
  .i1ct .right i{
    font-size: 16px;
    color: #ffffff;
    margin-left: 12px;
  }
  .i1ct .right:hover{ 
    box-shadow: 0px 0px 20px 0px rgba(185,24,36,0.66);
  }
.i1ct .left{
  width: 639px;
}
.i1ct .left h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  margin: 31px 0 65px 0;
}
.i1ct .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.i1ct .left .desc p:not(:first-of-type){
  margin-top: 18px;
}
.i1ct .left .pt{
  display: flex;
  margin-top: 197px;
}
.i1ct .left .pt p{
  width: 8px;
  height: 8px;
  background: #692B18;
  border-radius: 50%;
}
.i1ct .left .pt p:not(:first-of-type){
  margin-left: 7px;
}
.i1ct .left .pt p:nth-of-type(2){
  opacity: 0.6;
}
.i1ct .left .pt p:nth-of-type(3){
  opacity: 0.2;
}
.pb-title h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
  line-height: 1;
  text-align: center;
}
.pb-title p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
  margin-top: 36px;
}
.pb-title.lt h3{
  text-align: left;
}
.pb-title.lt p{
  text-align: left;
}
.i2-box{
  padding: 112px 0 0 0;
}
.i2-box .top{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.i2-box .top .item{
  width: 360px;
}
.i2-box .top .line{
  width: 1px;
  height: 250px;
  background-color: #EEEEEE;
  margin-top: 12px;
}
.i2-box .top .line:last-of-type{
  display: none;
}
.i2-box .top .item img{
  height: 60px;
  margin: 0 auto;
}
.i2-box .top .item h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 26px;
  color: #222222;
  text-align: center;
  margin: 35px 0 30px 0;
}
.i2-box .top .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: justify;
  text-align-last: center;
  line-height: 26px;
}
.i2-box .mide{
  width: calc(100% - 200px);
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  margin: 77px auto 0;
  max-width: 1720px;
}
.i2-box .mide img{
  width: 100%;
}
.i2-box .mide .txt{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 693px;
}
.i2-box .mide .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
  text-align: justify;
  text-align-last: center;
  margin: 61px 0 123px 0;
}
.i2-box .mide .txt a{
  width: 200px;
  height: 50px;
  background: #B91824;
  border-radius: 25px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.i2-box .mide .txt a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.i2-box .mide .txt a i{
  font-size: 16px;
  color: #ffffff;
  margin-left: 12px;
}
.i2-box .mide .txt a:hover{ 
  box-shadow: 0px 0px 20px 0px rgba(185,24,36,0.66);
}
.i3-box{
  padding: 122px 0 115px 0;
}
.i3-box .top{
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i3-box .top .rt{
  display: flex;
}
.i3-box .top .rt a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  border-radius: 25px;
  border: 1px solid #C9C9C9;
  padding: 12px 35px;
  transition: 0.3s;
}
.i3-box .top .rt a:not(:first-of-type){
  margin-left: 20px;
}
.i3-box .top .rt a:hover{
  color: #B91824;
  border-color: #B91824;
}
.i3-box .top .rt a.active{
  background-color: #B91824;
  color: #ffffff;
  border-color: #B91824;
}
.i3-box .mide{
  width: calc(100% - 200px);
  margin: 130px auto 0;
  position: relative;
  max-width: 1720px;
}
.i3-box .mide .clsb{
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
}
.i3-box .mide .clsb.active{
  position: relative;
  opacity: 1;
  z-index: 3;
}
.i3-box .mide .mzj{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(75%);
}
.i3sw{
  background-color: #FFFFFF;
  width: calc(100% - 100px - 10%);
}
.i3-box .mide .mzj .qh{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #888888;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.i3-box .mide .mzj i{
  font-size: 18px;
  color: #888888;
  transition: 0.3s;
}
.i3-box .mide .mzj .qh:hover{
  border-color: #B91824;
  background-color: #B91824;
}
.i3-box .mide .mzj .qh:hover i{
  color: #ffffff;
}
.i3-box .mide .gyzs img{
  height: 225px;
}
.i3-box .mide .gyzs .txt{
  margin-top: 60px;
}
.i3-box .mide .gyzs .txt h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
}
.i3-box .mide .gyzs .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  text-align: center;
  margin-top: 5px;
}
.i3sw .rq{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i3sw .rq .left{
  width: 393px;
}
.i3sw .rq .left h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.i3sw .rq .left h3{
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 46px;
  color: #222222;
  line-height: 1;
  margin: 14px 0 44px 0;
}
.i3sw .rq .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.i3sw .rq .left a{
  width: 200px;
  height: 50px;
  background: #B91824;
  border-radius: 25px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.i3sw .rq .left a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.i3sw .rq .left a i{
  font-size: 16px;
  color: #ffffff;
  margin-left: 12px;
}
.i3sw .rq .left a:hover{ 
  box-shadow: 0px 0px 20px 0px rgba(185,24,36,0.66);
}
.i3sw .rq .ib{
  position: relative;
  height: 100%;
  max-width: calc(100% - 393px - 50px);
}
.i3sw .rq .ib .bg{
  position: relative;
  max-width: 100%;
}
.i3sw .rq .cp{
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
  max-height: 100%;
}
.i4-box{
  background-color: #F9F9F9;
}
.i4ct{
  padding: 120px 0 180px 0;
  margin: 0 auto;
}
.i4ct .mide{
  display: flex;
  margin-top: 65px;
}
.i4ct .mide a{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  height: 600px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.i4ct .mide a:nth-of-type(3n){
  margin-right: 0;
}
.i4ct .mide a::after{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 350px;
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.8));
  transition: 0.3s;
}
.i4ct .mide a:hover::after{
  background: linear-gradient(to bottom, rgba(105,43,24,0), rgba(105,43,24,0.8));
}
.i4ct .mide a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i4ct .mide a .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 150px);
  padding: 0 75px;
  z-index: 2;
  transition: 0.3s;
}
.i4ct .mide a .txt h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}
.i4ct .mide a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
  margin-top: 55px;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: 0.3s;
}
.i4ct .mide a:hover .txt{
  padding-bottom: 37px;
}
.i4ct .mide a:hover .txt p{
  height: auto;
  opacity: 1;
  transform: scaleY(1);
  margin-top: 25px;
}
.banner{
  width: 100%;
  height: 660px;
  position: relative;
}
.banner img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .ct{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner .ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #FFFFFF;
  text-align: center;
}
.min-nav{
  border-top: #EEEEEE 1px solid;
  border-bottom:  #EEEEEE 1px solid;
}
.min-nav.db{
  margin-top: 100px;
}
.min-nav .ct{
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 37px 0;
}
.min-nav .ct a,
.min-nav .ct span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.min-nav .ct span{
  margin: 0 12px;
}
.min-nav .ct a:last-of-type{
  color: #888888;
}
.a1-box{
  overflow: hidden;
}
.a1ct{
  padding: 106px 0 180px 0;
  margin: 0 auto;
}
.a1ct .top{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.a1ct .top .left{
  width: 579px;
  padding-top: 17px;
}
.a1ct .top .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 48px;
}
.a1ct .top .left .desc p:not(:first-of-type){
  margin-top: 25px;
}
.a1ct .top .right{
  width: 700px;
  height: 520px;
  border-radius: 20px;
  overflow: hidden;
}
.a1ct .top .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a1ct .bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 150px;
}
.a1ct .bottom .left{
  width: 600px;
  height: 1000px;
  border-radius: 20px;
  overflow: hidden;
}
.a1ct .bottom .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a1ct .bottom .right{
  width: 661px;
}
.a1ct .bottom .right h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-top: 42px;
}
.a1ct .bottom .right .rq{
  padding-left: 17px;
  width: calc(100% - 17px);
  margin: 75px 0 90px 0;
}
.a1ct .bottom .right .rq .row{
  position: relative;
}
.a1ct .bottom .right .rq .row::before{
  display: block;
  content: '';
  width: 0;
  height: calc(100% + 38px + 38px);
  position: absolute;
  top: -38px;
  left: -56px;
  border-radius: 10px;
  background-color: #692B18;
  z-index: -1;
  transition: 0.5s;
}
.a1ct .bottom .right .rq .row:not(:first-of-type){
  margin-top: 90px;
}
.a1ct .bottom .right .rq .row .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.a1ct .bottom .right .rq .row .db img{
  width: 38px;
  height: max-content;
}
.a1ct .bottom .right .rq .row .db h4{
  width: calc(100% - 38px - 27px);
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 26px;
  color: #692B18;
  transition: 0.3s;
}
.a1ct .bottom .right .rq .row p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 21px;
  transition: 0.3s;
}
.a1ct .bottom .right .rq .row:hover .db img{
  filter: brightness(1000);
}
.a1ct .bottom .right .rq .row:hover .db h4{
  color: #FFFFFF;
}
.a1ct .bottom .right .rq .row:hover p{
  color: #FFFFFF;
}
.a1ct .bottom .right .rq .row:hover::before{
  width: calc(100% + 56px + 68px);
}
.pro1-box{
  overflow: hidden;
}
.p1ct{
  padding: 90px 0 180px 0;
  margin: 0 auto;
}
.pbtop{
  display: flex;
  justify-content: space-between;
}
.pbtop .left{
  width: calc(100% - 768px - 100px);
}
.dlh3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
  line-height: 1;
}
.dlh3.jz{
  text-align: center;
}
.pbtop .right{
  width: 768px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.pbtop .right p:not(:first-of-type){
  margin-top: 20px;
}
.p1ct .mide{
  margin-top: 123px;
}
.p1ct .mide .item{
  background: url(../images/p1-4.png) no-repeat center / cover;
  width: calc(100% - 129px - 240px);
  padding: 0 240px 0 129px;
  border-radius: 20px;
  overflow: hidden;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p1ct .mide .item:not(:first-of-type){
  margin-top: 50px;
}
.p1ct .mide .item .left{
  width: calc(100% - 295px - 230px);
}
.p1ct .mide .item .left h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
}
.p1ct .mide .item .left .tag{
  display: flex;
  flex-wrap: wrap;
  margin: 37px 0;
  min-height: 190px;
}
.p1ct .mide .item .left .tag a{
  width: calc((100% - 15px) / 2);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: #222222;
  margin-right: 15px;
  margin-bottom: 15px;
}
.p1ct .mide .item .left .tag a:nth-of-type(2n){
  margin-right: 0;
}
.p1ct .mide .item .left .more{
  width: 159px;
  height: 39px;
  background: #B91824;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.p1ct .mide .item .left .more span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.p1ct .mide .item .left .more i{
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 10px;
}
.p1ct .mide .item .left .more:hover{
  box-shadow: 0px 0px 20px 0px rgba(185,24,36,0.66);
}
.p1ct .mide .item .right{
  width: 295px;
  height: 80%;
  display: flex;
  align-items: center;
}
.p1ct .mide .item .right img{
  max-width: 80%;
  max-height: 85%;
  margin-left: auto;
}
.p1ct .mide .item:nth-of-type(2) .right img{
    transform: translateX(12%);
}
.p2ct{
  margin: 0 auto;
  padding: 85px 0 135px 0;
}
.p-list{
  margin-top: 90px;
  display: flex;
  flex-wrap: wrap;
}
.p-list li{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  margin-bottom: 40px;
  background-color: #F8F8F8;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.3s;
}
.p-list li:hover{
  box-shadow: 0px 0px 20px 0px rgba(34,34,34,0.15);
  background-color: #FFFFFF;
  transform: scaleY(1.05);
}
.p-list li:hover a .txt h3{
  color: #692B18;
}
.p-list li:nth-of-type(3n){
  margin-right: 0;
}
.p-list li a{
  display: block;
  width: 100%;
}
.p-list li a .ib{
  width: 100%;
  height: 385px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-list li a .ib img{
  max-width: 80%;
  max-height: 80%;
}
.p-list li a .txt{
  width: calc(100% - 80px);
  padding: 0 40px 45px 40px;
}
.p-list li a .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
  /*line-height: 1;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  transition: 0.3s;
}
.p-list li a .txt .desc{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 19px;
}
.p-list li a .txt .desc .item{
  /*max-width: 150px;*/
  width: max-content;
}
.p-list li a .txt .desc .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.p-list li a .txt .desc .item .ms{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: flex-end;
}
.p-list li a .txt .desc .item .ms span{
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  margin-right: 3px;
}
.pd1-box{
  background-color: #F9FBFC;
}
.pd1ct{
  padding: 80px 0 160px 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pd1ct .left{
  width: 633px;
}
.pd1ct .left h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
  line-height: 1;
}
.pd1ct .left h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin: 50px 0 55px 0;
}
.pd1ct .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
}
.pd1ct .left a{
  width: 200px;
  height: 50px;
  background: #B91824;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-top: 63px;
}
.pd1ct .left a span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.pd1ct .left a i{
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 10px;
}
.pd1ct .left a:hover{
  box-shadow: 0px 0px 20px 0px rgba(185,24,36,0.66);
}
.pd1ct .right{
  width: 653px;
}
.pd1ct .right .desc-swiper{
  width: 100%;
  height: 490px;
}
.pd1ct .right .desc-swiper a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.pd1ct .right .desc-swiper a img{
  max-width: 80%;
  max-height: 100%;
}
.pd1ct .right .dbsw{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 70px;
}
.pd1ct .right .dbsw i{
  font-size: 16px;
  color: #222222;
  cursor: pointer;
  transition: 0.3s;
}
.pd1ct .right .dbsw i:hover{
  color: #B91824;
}
.pd1ct .right .time-swiper{
  width: calc(100% - 32px - 80px);
  height: 106px;
}
.pd1ct .right .time-swiper a{
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid transparent;
  transition: 0.3s;
}
.pd1ct .right .time-swiper a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pd1ct .right .time-swiper .swiper-slide-thumb-active a{
  border-color: #B91824;
}
.pd2ct{
  padding: 90px 0 165px 0;
  margin: 0 auto;
  width: 1080px;
}
.pd2ct .tb{
  margin-top: 56px;
}
.pd2ct table{
  border-collapse: collapse;
  width: calc(100% - 2px);
  border: 1px solid #DACDCA;
}
.pd2ct table tr td{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  border-bottom: 1px solid #DACDCA;
  padding: 14px 15px 14px 85px;
  position: relative;
}
.pd2ct table tr:last-of-type td{
  /*display: none;*/
}
.pd2ct table tr td:first-of-type{
  color: #222222;
  font-weight: 500;
  background-color: rgba(218,205,202, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 115px;
  width: calc(320px - 115px);
}
.pd2ct table tr td:first-of-type::before{
  display: block;
  content: '';
  position: absolute;
  left: 88px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  height: 7px;
  background: #692B18;
  border-radius: 50%;
}
.pd2ct .ib{
  width: 100%;
  position: relative;
  margin-top: 109px;
}
/*.pd2ct .ib .bg{*/
/*  width: 100%;*/
/*}*/
.pd2ct .ib video{
  width: 100%;
}
.pd2ct .ib .rund{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  transition: 0.3s;
  z-index: 1;
}
.pd2ct .ib .rund:hover{
  transform: translate(-50%,-50%) scale(1.1);
}
.pd3-box{
  background-color: #F9FBFC;
  overflow: hidden;
}
.pd3ct{
  margin: 0 auto;
  padding: 115px 0 155px 0;
}
.pd3ct h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
  line-height: 1;
  position: relative;
  padding-left: 36px;
}
.pd3ct h3::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  border-radius: 8px;
  background-color: #B91824;
}
.pd3ct .mide{
  display: flex;
  margin-top: 69px;
}
.pd3ct .mide a{
  width: calc((100% - 81px) / 4);
  margin-right: 27px;
  border-radius: 20px;
  background-color: #FFFFFF;
  transition: 0.3s;
  padding-bottom: 30px;
}
.pd3ct .mide a:hover{
  box-shadow: 0px 0px 35px 0px rgba(105,43,24,0.1);
}
.pd3ct .mide a:nth-of-type(4n){
  margin-right: 0;
}
.pd3ct .mide a .ib{
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd3ct .mide a .ib img{
  max-width: 80%;
  max-height: 70%;
}
.pd3ct .mide a .txt{
  width: calc(100% - 30px);
  padding: 0 15px;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  /*line-height: 1;*/
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: center;
  transition: 0.3s;
}
.pd3ct .mide a:hover .txt{
  color: #692B18;
}
.te-box{
  overflow: hidden;
}
.tect{
  padding: 85px 0 180px 0;
  margin: 0 auto;
}
.tect .mide{
  margin-top: 145px;
}
.tect .mide .item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F8F8F8;
  border-radius: 20px;
  overflow: hidden;
}
.tect .mide .item .left{
  width: calc(50% - 105px - 130px);
  padding: 0 130px 0 105px;
  position: relative;
}
.tect .mide .item .left h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.tect .mide .item .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 24px 0 105px 0;
}
.tect .mide .item .left a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #B91824;
  padding-bottom: 5px;
  border-bottom: 1px solid #B91824;
  transition: 0.3s;
}
.tect .mide .item .left a:hover{
  text-shadow: 0 0 5px rgb(185,24,36, 0.15), 
  0 0 10px rgb(185,24,36, 0.25), 
  0 0 18px rgb(185,24,36, 0.15);
}
.tect .mide .item .left .flow{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 72px;
  color: #222222;
  opacity: 0.1;
  line-height: 1;
  position: absolute;
  top: -35px;
  left: 88px;
}
.tect .mide .item .right{
  width: 50%;
  height: 450px;
  border-radius: 20px;
  overflow: hidden;
}
.tect .mide .item .right img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tect .mide .item:not(:first-of-type){
  margin-top: 60px;
}
.tect .mide .item:nth-of-type(even){
  flex-direction: row-reverse;
}
.ho1-box{
  padding: 125px 0 185px 0;
}
.ho1-box h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  max-width: 70%;
  margin: 61px auto 0;
}
.ho1-box .swb{
  margin-top: 70px;
}
.ho1-box .swiper{
  height: 350px;
}
.ho1-box .swiper:not(:first-of-type){
  margin-top: 30px;
}
.ho1-box .swiper .swiper-wrapper{
  transition-timing-function: linear !important;
}
.ho1-box .swiper a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.ho1-box .swiper a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ho1-box .gx{
  width: calc(100% - 70px - 170px);
  padding: 132px 0 132px 170px;
  margin: 165px auto 0; 
  background: url(../images/ho7.png) no-repeat center / cover;
  max-width: 1845px;
  border-radius: 20px;
}
.ho1-box .gx .left{
  width: 560px;
}
.ho1-box .gx .left h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
}
.ho1-box .gx .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #444444;
  line-height: 30px;
  margin: 40px 0 77px 0;
}
.ho1-box .gx .left .desc p:not(:first-of-type){
  margin-top: 20px;
}
.ho1-box .gx .left a{
  width: 200px;
  height: 50px;
  background: #B91824;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.ho1-box .gx .left a:hover{
  box-shadow: 0px 0px 20px 0px rgba(185,24,36,0.66);
}
.ser1ct{
  margin: 0 auto;
  padding: 85px 0 170px 0;
}
.ser1ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
  margin-top: 40px;
}
.ser1ct .mide{
  margin-top: 105px;
  display: flex;
}
.ser1ct .mide .item{
  width: calc((100% - 80px) / 3 - 120px);
  margin-right: 40px;
  border-radius: 20px;
  background-color: #F8F8F8;
  padding: 68px 60px;
  transition: 0.3s;
}
.ser1ct .mide .item:nth-of-type(3n){
  margin-right: 0;
}
.ser1ct .mide .item img{
  height: 48px;
  margin: 0 auto;
}
.ser1ct .mide .item h3{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  color: #222222;
  text-align: center;
  margin: 35px 0 35px 0;
  transition: 0.3s;
}
.ser1ct .mide .item:hover{
  transform: translateY(-20px);
}
.ser1ct .mide .item:hover h3{
  color: #692B18;
}
.ser1ct .mide .item p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  text-align: center;
  min-height: 104px;
}
.ser1ct .mide .item a{
  width: 199px;
  height: 39px;
  border-radius: 20px;
  border: 1px solid #D2D2D2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  margin: 69px auto 0;
  overflow: hidden;
}
.ser1ct .mide .item a::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #B91824;
  transition: 0.3s;
  z-index: -1;
}
.ser1ct .mide .item a:hover{
  border-color: #B91824;
  color: #FFFFFF;
}
.ser1ct .mide .item a:hover::before{
  width: 100%;
}
.ser1ct .desc{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 19px;
  color: #666666;
  line-height: 36px;
  margin-top: 106px;
}
.ser2ct{
  margin: 0 auto;
  padding: 85px 0 180px 0;
}
.ser2-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.ser2-list li{
  width: calc((100% - 78px) / 4);
  margin-right: 26px;
  margin-bottom: 60px;
}
.ser2-list li a{
  display: block;
  width: 100%;
}
.ser2-list li:nth-of-type(4n){
  margin-right: 0;
}
.ser2-list li .ib{
  width: 100%;
  height: 220px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.ser2-list li .ib .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s;
}
.ser2-list li:hover .ib .bg{
  transform: scale(1.08);
}
.ser2-list li:hover p{
  color: #B91824;
}
.ser2-list li .ib .rund{
  width: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.ser2-list li p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
  margin-top: 19px;
  transition: 0.3s;
}
.ser3ct{
  margin: 0 auto;
  padding: 50px 0 150px 0;
}
.ser3ct .tm{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
  text-align: center;
}
.ser3ct .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #DCDCDC;
  padding-bottom: 17px;
  margin-top: 59px;
}
.ser3ct .db .left{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
.ser3ct .content{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 75px;
}
.ser3ct .vd .item{
  width: 70%;
  margin: 55px auto 0;
  position: relative;
}
.ser3ct .vd .item .bg{
  width: 100%;
}
.ser3ct .vd .item .rund{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  transition: 0.6s;
}
.ser3ct .vd .item .rund:hover{
  transform: translate(-50%,-50%) scale(1.1);
}
.conct{
  margin: 0 auto;
  padding: 80px 0 180px 0;
}
.conct .top{
  display: flex;
  justify-content: space-between;
}
.conct .top .left{
  width: 620px;
}
.conct .top .left img{
  width: 100%;
  border-radius: 20px;
}
.conct .top .left h3{
  margin: 90px 0 40px 0;
}
.conct .top .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.conct .top .right{
  width: 600px;
}
.conct .top .right h6{
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  line-height: 36px;
}
.conct .top .right form{
  width: 100%;
  margin-top: 65px;
}
.conct .top .right form input{
  width: 100%;
  height: 38px;
  border: none;
  outline: none;
  border-bottom: 1px solid #DCDCDC;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-bottom: 50px;
}
.conct .top .right form input::placeholder,
.conct .top .right form textarea::placeholder{
  color: #AAAAAA;
}
.conct .top .right form textarea{
  width: 100%;
  height: 140px;
  border: none;
  outline: none;
  border-bottom: 1px solid #DCDCDC;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-bottom: 50px;
  resize: none;
}
.conct .top .right form button{
  cursor: pointer;
  outline: none;
  width: 239px;
  height: 48px;
  border-radius: 25px;
  border: 1px solid #313131;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  background-color: transparent;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.conct .top .right form button::before{
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #B91824;
  transition: 0.4s;
  z-index: -1;
}
.conct .top .right form button:hover{
  border-color: #B91824;
  color: #ffffff;
}
.conct .top .right form button:hover::before{
  width: 100%;
}
.conct .bottom{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
  padding-top: 52px;
  margin-top: 180px;
}
.conct .bottom .item{
  max-width: 270px;
}
.conct .bottom .item:last-of-type{
  margin-right: 0;
}
.conct .bottom .item .rund{
  width: 44px;
  height: 44px;
  background: #F8F8F8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.conct .bottom .item .wz h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  margin-bottom: 6px;
}
.conct .bottom .item .wz .ah a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  display: block;
}
.conct .bottom .item .wz .ts{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #888888;
  line-height: 18px;
  margin-top: 29px;
}
.page {
  width: 100%;
  margin-top: 40px;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page .el-pagination__total{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  min-width: 35px;
}
.page .el-pagination .btn-next {
  width: 50px;
  height: 50px;
  padding: 0;
  background: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 50%;
  min-width: 35px;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i{
  font-size: 14px;
}
.page .el-pager li {
  width: 50px;
  height: 50px;
  min-height: 35px;
  text-align: center;
  line-height: 50px;
  background: #ffffff;
  border: 1px solid #D2D2D2 !important;
  margin-right: 5px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  border-radius: 50%;
}
.page .el-pager li.active {
  background-color: #B91824;
  color: #ffffff;
  border-color: #B91824 !important;
}
.page .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #B91824;
  border-color: #B91824;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #B91824;
}
.ft-box{
  background-color: #1B1B1B;
}
.fct{
  margin: 0 auto;
  padding: 78px 0 0 0;
}
.fct .flogo{
  display: flex;
  justify-content: center;
}
.fct .mide{
  display: flex;
  margin-top: 80px;
}
.fct .mide .item h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
}
.fct .mide .item .dw{
  margin-top: 42px;
  width: 420px;
}
.fct .mide .item .row{
  display: flex;
  justify-content: space-between;
}
.fct .mide .item .row:not(:first-of-type){
  margin-top: 15px;
}
.fct .mide .item .row img{
  width: 18px;
  height: max-content;
  margin-top: 3px;
}
.fct .mide .item .row p{
  width: calc(100% - 18px - 12px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.6;
  transition: 0.3s;
}
.fct .mide .item .row:hover p{
  opacity: 1;
}
.fct .mide .item .dh{
  margin-top: 42px;
}
.fct .mide .item .dh a{
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
  opacity: 0.6;
}
.fct .mide .item .dh a:hover{
  opacity: 1;
}
.fct .mide .item .dh a:not(:first-of-type){
  margin-top: 15px;
}
.fct .mide .item:nth-of-type(2){
  margin-left: 188px;
}
.fct .mide .item:nth-of-type(3){
  margin-left: auto;
}
.fct .mide .item .ly{
  width: 520px;
}
.fct .mide .item .ly h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.5;
  margin: 8px 0 15px 0;
}
.fct .mide .item .ly form{
  width: 100%;
}
.fct .mide .item .ly form input{
  border: none;
  outline: none;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 40px;
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-indent: 18px;
  margin-bottom: 20px;
}
.fct .mide .item .ly form input::placeholder{
  color: rgba(255, 255, 255, 0.2);
}
.fct .mide .item .ly form .h{
  display: flex;
  justify-content: space-between;
}
.fct .mide .item .ly form .h input{
  width: calc((100% - 20px) / 2);
}
.fct .mide .item .ly form textarea{
  border: none;
  outline: none;
  resize: none;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 90px;
  padding-top: 10px;
  border-radius: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-indent: 18px;
}
.fct .mide .item .ly form textarea::placeholder{
  color: rgba(255, 255, 255, 0.2);
}
.fct .mide .item .ly form button{
  width: 250px;
  height: 40px;
  background: #B91824;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  outline: none;
  margin-top: 25px;
}
.fct .db{
  margin-top: 95px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 27px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fct .db .left a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
  transition: 0.3s;
}
.fct .db .left a:hover{
  color: #ffffff;
}
.fct .db .icon{
  display: flex;
}
.fct .db .icon a{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: relative;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.1);
}
.fct .db .icon a:hover{
  background-color: #B91824;
}
.fct .db .icon a:not(:first-of-type){
  margin-left: 16px;
}
.fct .db .icon a>img{
  max-height: 50%;
}
.fct .db .icon a .qr{
  position: absolute;
  bottom: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  background-color: #FFFFFF;
  border-radius: 3px;
  padding: 4px;
  opacity: 0;
  transform-origin: bottom;
  transition: 0.4s;
}
.fct .db .icon a .qr img{
  width: 90px;
}
.fct .db .icon a:hover .qr{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
@media only screen and (max-width:1760px) {
  .ho1-box .swiper{
    height: 320px;
  }
}
@media only screen and (max-width:1660px) {
  .ho1-box .swiper{
    height: 300px;
  }
}
@media only screen and (max-width:1560px) {
  .center-1400{
    width: 1100px;
  }
  .header-box .right .rt{
    margin-left: 55px;
  }
  .header-box .nav li:not(:first-of-type){
    margin-left: 38px;
  }
  .header-box .right .rt .language{
    margin-right: 18px;
  }
  .header-box .ct{
    width: calc(100% - 140px);
  }
  .mySwiper .ct h3{
    font-size: 40px;
    margin: 0 0 13px 0;
  }
  .mySwiper .ct h6{
    font-size: 20px;
  }
  .mySwiper .qh i{
    font-size: 38px;
  }
  .mySwiper .ct a{
    margin-top: 100px;
  }
  .dlh3{
    font-size: 40px;
  }
  .i1-box .wx{
    top: -103px;
  }
  .i1-box .wx .bg{
    width: 322px;
  }
  .i1-box .wx .yw{
    width: 118px;
  }
  .i1-box .wx .rund{
    width: 76px;
  }
  .i1-box .wx .jt{
    width: 19px;
  }
  .i1ct{
    padding: 160px 0 140px 0;
  }
  .i1-box .flow{
    width: 11%;
  }
  .i1ct .left{
    width: 540px;
  }
  .i1ct .left h6{
    font-size: 22px;
    margin: 25px 0 50px 0;
  }
  .i1ct .left .pt{
    margin-top: 167px;
  }
  .i2-box .top .item{
    width: 280px;
  }
  .i2-box .top .item img{
    height: 50px;
  }
  .pb-title h3{
    font-size: 40px;
  }
  .i2-box .mide{
    border-radius: 26px;
    width: calc(100% - 140px);
  }
  .i2-box .mide .txt{
    width: 600px;
  }
  .i2-box .mide .txt p{
    margin: 41px 0 83px 0;
  }
  .i3sw .rq .left{
    width: 340px;
  }
  .i3sw .rq .left h3{
    font-size: 40px;
    margin: 12px 0 30px 0;
  }
  .i3sw .rq .left a{
    margin-top: 70px;
  }
  .i3sw .rq .ib{
    max-width: calc(100% - 340px - 90px);
  }
  .i3-box .mide{
    width: calc(100% - 140px);
    margin: 110px auto 0;
  }
  .i3-box .mide .mzj .qh{
    width: 42px;
    height: 42px;
  }
  .i3sw{
    width: calc(100% - 84px - 10%);
  }
  .i3-box .mide .gyzs img{
    height: 185px;
  }
  .i3-box .mide .gyzs .txt{
    margin-top: 45px;
  }
  .i4ct{
    padding: 110px 0 140px 0;
  }
  .i4ct .mide a{
    border-radius: 16px;
    height: 450px;
  }
  .mySwiper .prev{
    left: 60px;
  }
  .mySwiper .next{
    right: 60px;
  }
  .i4ct .mide a .txt h3{
    font-size: 22px;
  }
  .i4ct .mide a .txt{
    width: calc(100% - 70px);
    padding: 0 35px;
  }
  .i4ct .mide a .txt p{
    margin-top: 40px;
  }
  .i4ct .mide a:hover .txt p{
    margin-top: 18px;
  }
  .banner{
    height: 540px;
  }
  .banner .ct h3{
    font-size: 40px;
  }
  .min-nav .ct{
    padding: 27px 0;
  }
  .a1ct .top .left{
    width: 465px;
    padding-top: 10px;
  }
  .a1ct .top .left .desc p:not(:first-of-type){
    margin-top: 15px;
  }
  .a1ct .top .left .desc{
    margin-top: 30px;
  }
  .a1ct .top .right{
    width: 560px;
    height: 480px;
    border-radius: 16px;
  }
  .a1ct .bottom .left{
    width: 475px;
    border-radius: 16px;
    height: 900px;
  }
  .a1ct .bottom .right{
    width: 530px;
  }
  .a1ct .bottom .right h6{
    margin-top: 35px;
  }
  .a1ct .bottom .right .rq{
    padding-left: 13px;
    width: calc(100% - 13px);
    margin: 55px 0 70px 0;
  }
  .a1ct .bottom .right .rq .row:not(:first-of-type){
    margin-top: 70px;
  }
  .a1ct .bottom .right .rq .row::before{
    height: calc(100% + 28px + 28px);
    top: -28px;
    left: -35px;
  }
  .a1ct .bottom .right .rq .row:hover::before{ 
    width: calc(100% + 35px + 53px);
  }
  .a1ct{
    padding: 106px 0 140px 0;
  }
  .conct .top .left{
    width: 490px;
  }
  .conct .top .left img{
    border-radius: 16px;
  }
  .conct .top .right{
    width: 500px;
  }
  .conct .top .right h6{
    font-size: 22px;
    line-height: 34px;
  }
  .conct .top .right form{
    margin-top: 45px;
  }
  .conct .top .right form input{
    margin-bottom: 35px;
  }
  .conct .top .right form textarea{
    margin-bottom: 35px;
  }
  .conct .bottom .item{
    max-width: 230px;
  }
  .conct .bottom{
    margin-top: 140px;
    padding-top: 40px;
  }
  .conct{
    padding: 80px 0 140px 0;
  }
  .ho1-box{
    padding: 115px 0 140px 0;
  }
  .ho1-box h6{
    margin: 50px auto 0;
  }
  .ho1-box .swiper{
    height: 270px;
  }
  .ho1-box .swiper a{
    border-radius: 6px;
  }
  .ho1-box .gx{
    width: calc(100% - 70px - 100px);
    padding: 80px 0 80px 100px;
    border-radius: 16px;
    margin: 135px auto 0;
  }
  .ho1-box .gx .left{
    width: 500px;
  }
  .ho1-box .gx .left h3{
    font-size: 40px;
  }
  .ho1-box .gx .left .desc p:not(:first-of-type){
    margin-top: 15px;
  }
  .ho1-box .gx .left .desc{
    margin: 30px 0 65px 0;
  }
  .pbtop .right{
    width: 640px;
  }
  .pbtop .left{
    width: calc(100% - 640px - 70px);
  }
  .pbtop .right p:not(:first-of-type){
    margin-top: 15px;
  }
  .p1ct .mide .item{
    width: calc(100% - 90px - 140px);
    padding: 0 140px 0 90px;
    border-radius: 16px;
    height: 450px;
  }
  .p1ct .mide .item .left h3{
    font-size: 40px;
  }
  .p1ct .mide .item .right{
    width: 255px;
  }
  .p1ct .mide .item .left{
    width: calc(100% - 255px - 180px);
  }
  .p1ct .mide .item .left .tag a{
    font-size: 20px;
    margin-bottom: 12px;
  }
  .p1ct .mide .item .left .tag{
    margin: 32px 0;
    min-height: 168px;
  }
  .p1ct{
    padding: 90px 0 140px 0;
  }
  .p-list li{
    border-radius: 16px;
  }
  .p-list li a .ib{
    height: 300px;
  }
  .p-list li a .txt h3{
    font-size: 24px;
  }
  .p-list li a .txt .desc{
    margin-top: 15px;
  }
  .p-list li a .txt{
    width: calc(100% - 50px);
    padding: 0 25px 35px 25px;
  }
  /*.p-list li a .txt .desc .item{*/
  /*  max-width: 130px;*/
  /*}*/
  .p-list li a .txt .desc .item .ms span{
    font-size: 16px;
  }
  .pd1ct .left{
    width: 500px;
  }
  .pd1ct .left h3{
    font-size: 40px;
  }
  .pd1ct .left h6{
    margin: 35px 0 40px 0;
  }
  .pd1ct .left a{
    margin-top: 50px;
  }
  .pd1ct .right{
    width: 520px;
  }
  .pd1ct .right .desc-swiper{
    height: 400px;
  }
  .pd1ct .right .time-swiper{
    height: 86px;
  }
  .pd2ct{
    width: 980px;
  }
  .pd2ct table tr td:first-of-type{
    padding-left: 85px;
    width: calc(280px - 85px);
  }
  .pd2ct table tr td:first-of-type::before{
    left: 63px;
  }
  .pd2ct table tr td{
    padding: 14px 15px 14px 65px;
  }
  .pd2ct{
    padding: 90px 0 140px;
  }
  .pd2ct .ib{
    margin-top: 88px;
  }
  .pd3ct h3{
    font-size: 40px;
  }
  .pd3ct{
    padding: 110px 0 140px 0;
  }
  .pd3ct .mide a .ib{
    height: 240px;
  }
  .pd3ct .mide a .txt{
    font-size: 18px;
  }
  .pd3ct .mide a{
    border-radius: 16px;
    padding-bottom: 20px;
  }
  .ser1ct .mide .item{
    border-radius: 16px;
    padding: 40px 35px;
    width: calc((100% - 80px) / 3 - 70px);
  }
  .ser1ct .mide .item img{
    height: 40px;
  }
  .ser1ct .mide .item h3{
    margin: 25px 0;
  }
  .ser1ct .mide .item a{
    margin: 40px auto 0;
  }
  .ser1ct .mide{
    margin-top: 85px;
  }
  .ser1ct .desc{
    margin-top: 86px;
  }
  .ser2ct{
    padding: 80px 0 140px 0;
  }
  .ser2-list li .ib{
    border-radius: 6px;
    height: 170px;
  }
  .center-1200{
    width: 1000px;
  }
  .ser3ct .tm{
    font-size: 40px;
  }
  .tect .mide .item .left{
    width: calc(50% - 75px - 90px);
    padding: 0 90px 0 75px;
  }
  .tect .mide .item{
    border-radius: 16px;
  }
  .tect .mide .item .left h3{
    font-size: 22px;
  }
  .tect .mide .item .left .flow{
    font-size: 68px;
    left: 60px;
  }
  .tect .mide .item .left p{
    margin: 15px 0 70px 0;
  }
  .tect .mide .item .right{
    height: 390px;
    border-radius: 16px;
  }
  .fct{
    padding: 63px 0 0 0;
  }
  .fct .mide{
    margin-top: 60px;
  }
  .fct .mide .item:nth-of-type(2){
    margin-left: 115px;
  }
  .fct .mide .item h3{
    font-size: 20px;
  }
  .fct .mide .item .dw{
    width: 340px;
  }
  .fct .mide .item .ly{
    width: 440px;
  }
  .fct .mide .item .dw,
  .fct .mide .item .dh{
    margin-top: 32px;
  }
  .fct .mide .item .ly h6{
    margin: 5px 0 8px 0;
  }
  .fct .db{
    margin-top: 75px;
    padding: 20px 0;
  }
}
@media only screen and (max-width:1460px) {
  .ho1-box .swiper{
    height: 240px;
  }
}