@font-face{
	font-family:"mont";
	src: url("../css/fonts/Montserrat-Light.otf") format("opentype");
}
* {
  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: #C32228;
}
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: 'mont', Montserrat, 'sans-serif','Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.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%);
  top: 0 !important;
}
.header-box.iactive{
  background-color: #FFFFFF;
}
.header-box.active .logo img:last-of-type,
.header-box.iactive .logo img:last-of-type{
  display: block;
}
.header-box.active .logo img:first-of-type,
.header-box.iactive .logo img:first-of-type{
  display: none;
}
.header-box.active .right .nav a,
.header-box.iactive .right .nav a{
  color: #444444;
}
.header-box.active .right .an a,
.header-box.iactive .right .an a{
  background-color: rgba(27,27,27, 0.1);
}
.header-box.active .right .an a i,
.header-box.iactive .right .an a i{
  color: #444444;
}
.header-box.active .right .language .zs,
.header-box.iactive .right .language .zs{
  color: #444444;
  background: rgba(27,27,27, 0.1);
}
.header-box{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: calc(100% - 9%);
  height: 100px;
  padding: 0 4.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.3s;
}
.header-box.tl{
  top: 47px;
}
.header-box .logo img:last-of-type{
  display: none;
}
.header-box .right{
  display: flex;
  align-items: center;
}
.header-box .right .nav{
  display: flex;
  margin-right: 190px;
}
.header-box .right .nav li:not(:first-of-type){
  margin-left: 54px;
}
.header-box .right .nav a{
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}
.header-box .right .nav a:hover,
.header-box .right .nav a.active{
  color: #C32228;
}
.header-box .right .rt{
  display: flex;
  align-items: center;
}
.header-box .right .language{
  display: flex;
  margin-right: 20px;
  position: relative;
}
.header-box .right .language .zs{
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
}
.header-box .right .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 .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 .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 .language .flow .hz a:hover{
  color: #C32228;
}
.header-box .right .language:hover .flow{
  opacity: 1;
  transform: translateX(-50%) scaleY(1);
}
.header-box .right .an{
  display: flex;
  margin-right: 20px;
}
.header-box .right .an a{
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.header-box .right .an a:hover{
  background: #C32228;
}
.header-box .right .an a:hover i{
  color: #ffffff;
}
.header-box .right .an a:not(:first-of-type){
  margin-left: 13px;
}
.header-box .right .an a i{
  font-size: 16px;
  color: #ffffff;
}
.header-box .right .lx{
  width: 160px;
  height: 50px;
  background: #C32228;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
}
.mySwiper-box{
  width: calc(100% - 60px);
  height: calc(100vh - 30px);
  padding: 30px 30px 0 30px;
}
.mySwiper{
  width: 100%;
  height: 100%;
}
.mySwiper .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}
.mySwiper .ct{
  position: absolute;
  top: calc(50% + 6%);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 88%;
}
.mySwiper .rtline{
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mySwiper .rtline p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  writing-mode: vertical-rl;
}
.mySwiper .rtline .line{
  height: 500px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 12px;
  position: relative;
}
.mySwiper .rtline .line .jd{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #C32228;
  width: 1px;
  height: 0;
  transition: height linear;
}
.mySwiper .ct h6{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
}
.mySwiper .ct h6 span{
  color: #C32228;
}
.mySwiper .ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 72px;
  color: #FFFFFF;
  line-height: 100px;
  margin: 20px 0 92px 0;
}
.i-more{
  width: 248px;
  height: 48px;
  border-radius: 25px;
  border: 1px solid #C32228;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.i-more span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #C32228;
  margin-right: 15px;
  transition: 0.3s;
}
.i-more .ib img:last-of-type{
  display: none;
}
.i-more::before{
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #C32228;
  width: 0;
  height: 100%;
  transition: 0.3s;
  z-index: -1;
}
.i-more:hover span,
.i-more.active span{
  color: #FFFFFF;
}
.i-more:hover .ib img:last-of-type,
.i-more.active .ib img:last-of-type{
  display: block;
}
.i-more:hover .ib img:first-of-type,
.i-more.active .ib img:first-of-type{
  display: none;
}
.i-more:hover::before,
.i-more.active::before{
  width: 100%;
}
.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);
}
.i1-box{
  overflow: hidden;
}
.i1ct{
  margin: 0 auto;
  padding: 118px 0 97px 0;
}
.i1ct .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i1ct .top .left{
  width: 600px;
  height: 580px;
  border-radius: 30px;
}
.i1ct .top .left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i1ct .top .txt{
  width: calc(100% - 600px - 103px);
}
.pb-title .zs{
  display: flex;
  align-items: center;
}
.pb-title .zs span{
  width: 50px;
  height: 1px;
  background: #C32228;
  border-radius: 1px;
}
.pb-title .zs p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  margin-left: 14px;
  line-height: 1;
}
.pb-title h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #222222;
  line-height: 54px;
  margin-top: 20px;
}
.pb-title.active .zs span{
  background: #FFFFFF;
}
.pb-title.active h3,
.pb-title.active .zs p{
  color: #FFFFFF;
}
.i1ct .top .txt .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin: 50px 0 87px 0;
}
.i1ct .bottom{ 
  display: flex;
  justify-content: space-between;
  margin-top: 118px;
}
.i1ct .bottom .left{
  width: 579px;
  padding-top: 23px;
}
.i1ct .bottom .left .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin: 40px 0 80px 0;
}
.i1ct .bottom .right{
  width: calc(100% - 579px - 152px);
}
.i1ct .bottom .right a{
  width: calc(100% - 124px);
  padding: 47px 62px 53px 62px;
  border-radius: 15px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i1ct .bottom .right a .ib{
  width: 70px;
}
.i1ct .bottom .right a .ib img{
  width: 100%;
}
.i1ct .bottom .right a .ib img:last-of-type{
  display: none;
}
.i1ct .bottom .right a .txt{
  width: calc(100% - 70px - 39px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i1ct .bottom .right a .txt p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  height: 48px;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: calc(100% - 70px);
}
.i1ct .bottom .right a .txt i{
  font-size: 18px;
  color: #222222;
  transition: 0.3s;
}
.i1ct .bottom .right a:hover{
  box-shadow: 0px 0px 20px 0px rgba(195,34,40,0.15);
}
.i1ct .bottom .right a:hover .ib img:last-of-type{
  display: block;
}
.i1ct .bottom .right a:hover .ib img:first-of-type{
  display: none;
}
.i1ct .bottom .right a:hover .txt p,
.i1ct .bottom .right a:hover .txt i{
  color: #C32228;
}
.i2-box{
  background: url(../images/i2-1.png) no-repeat center / cover;
  border-radius: 30px;
  padding: 95px 0 74px 0;
}
.pb-title-jz .db{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pb-title-jz .db p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 1;
  margin: 0 14px;
}
.pb-title-jz .db span{
  width: 50px;
  height: 1px;
  background: #C32228;
  border-radius: 1px;
}
.pb-title-jz h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 17px;
}
.pb-title-jz.active .db p{
  color: #666666;
}
.pb-title-jz.active h3{
  color: #222222;
}
.i2-box .mide{
  width: 1460px;
  margin: 0 auto;
  display: flex;
  margin-top: 50px;
}
.i2-box .mide .item{
  width: calc((100% - 60px) / 4 - 70px);
  margin-right: 20px;
  padding: 55px 35px 77px 35px;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0);
  transition: 0.3s;
}
.i2-box .mide .item:hover{
  background-color: rgba(255, 255, 255, 0.05);
}
.i2-box .mide .item img{
  height: 36px;
  margin: 0 auto;
}
.i2-box .mide .item h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 26px 0 20px 0;
}
.i2-box .mide .item p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-align: center;
}
.i2-box .mide .item a{
  display: block;
  width: max-content;
  margin: 77px auto 0;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  text-decoration-line: underline;
  transition: 0.3s;
}
.i2-box .mide .item a:hover{
  color: #C32228;
}
.i3-box{
  overflow: hidden;
}
.i3ct{
  margin: 0 auto;
  padding: 120px 0 170px 0;
}
.i3ct .tag{
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.i3ct .tag a{
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 1;
  transition: 0.3s;
  border-radius: 20px;
  border: 1px solid #BFBFBF;
  padding: 11px 22px;
}
.i3ct .tag a:last-of-type{
  margin-right: 0;
}
.i3ct .tag a:hover{
  border-color: #C32228;
  color: #C32228;
}
.i3ct .tag a.active{
  background-color: #C32228;
  color: #ffffff;
  border-color: #C32228;
}
.i3ct .mide{
  margin-top: 39px;
}
.i3ct .mide .rq:not(:first-of-type){
  display: none;
}
.i3ct .mide .box{
  display: flex;
}
.i3ct .mide .box a{
  width: calc((100% - 80px) / 3);
  margin-right: 40px;
  transition: 0.3s;
}
.i3ct .mide .box a:nth-of-type(3n){
  margin-right: 0;
}
.i3ct .mide .box a .ib{
  background-color: #F8F8F8;
  border-radius: 20px;
  width: 100%;
  height: 412px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i3ct .mide .box a .ib img{
  max-width: 90%;
  max-height: 90%;
}
.i3ct .mide .box a p{
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 30px;
  transition: 0.3s;
}
.i3ct .mide .box a:hover{
  transform: translateY(-15px);
}
.i3ct .mide .box a:hover p{
  color: #C32228;
}
.i4-box{
  overflow: hidden;
}
.i4ct{
  margin: 0 auto;
  width: 95%;
}
.i4ct .mide{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 55px;
}
.i4ct .mide .left{
  width: 60%;
}
.i4-swiper a{
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
.i4-swiper a .bg{
  width: 100%;
}
.i4-swiper a .flow{
  position: absolute;
  right: 5%;
  bottom: 10%;
}
.i4-swiper a .flow .rq{
  width: calc(360px - 82px);
  padding: 27px 41px 26px 41px;
  background: #FFFFFF;
  border-radius: 60px 60px 60px 0;
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 1s, transform 1s;
  transition-delay: 0.4s;
}
.i4-swiper .swiper-slide-active a .flow .rq{
  opacity: 1;
  transform: translateY(0);
}
.i4-swiper a .flow .rq h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.i4-swiper a .flow .rq p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  line-height: 18px;
  height: 36px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.i4ct .mide .right{
  width: calc(100% - 60% - 32px);
}
.i4ct .mide .right .item{
  width: 100%;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: block;
}
.i4ct .mide .right .item img{
  width: 100%;
}
.i4ct .mide .right .item p{
  position: absolute;
  right: 5%;
  bottom: 10%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1;
  border-radius: 25px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 17px 26px;
}
.i4ct .mide .right .pbqh{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 65px;
}
.i4ct .mide .right .pbqh .pb{
  width: 60px;
  height: 60px;
  background: #EEEEEE;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
}
.i4ct .mide .right .pbqh .pb i{
  font-size: 16px;
  color: #AAAAAA;
  transition: 0.3s;
}
.i4ct .mide .right .pbqh .pb:hover{
  background: #C32228;
}
.i4ct .mide .right .pbqh .pb:hover i{
  color: #ffffff;
}
.i4ct .mide .right .pbqh .next{
  margin-left: 10px;
}
.i5-box{
  overflow: hidden;
}
.i5ct{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  margin: 0 auto;
  padding: 160px 0 175px 0;
}
.i5ct .left{
  width: calc(100% - 65% - 40px - 100px);
  padding: 51px 50px 106px 50px;
  border-radius: 30px;
  background-color: #C32228;
}
.i5ct .left .tp{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.i5ct .left .tp span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}
.i5ct .left .tp .rund{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: 0.3s;
  width: 50px;
  height: 50px;
}
.i5ct .left .tp .rund i{
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
}
.i5ct .left .tp .rund:hover{
  background-color: #FFFFFF;
}
.i5ct .left .tp .rund:hover i{
  color: #C32228;
}
.i5ct .left .txt{
  margin-top: 550px;
}
.i5ct .left .db{
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  display: flex;
  margin-top: 80px;
}
.i5ct .left .db a{
  width: calc(100% / 2 - 10px);
  padding: 20px 5px;
  line-height: 1;
  border-radius: 30px;
  transition: 0.3s;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.i5ct .left .db a.active{
  background-color: #ffffff;
  color: #C32228;
}
.i5ct .right{
  width: 65%;
}
.i5ct .right .rq:not(:first-of-type){
  display: none;
}
.i5ct .right a{
  display: flex;
  align-items: center;
  border-radius: 20px;
  background-color: #F5F5F5;
  width: 100%;
  height: 330px;
  transition: 0.3s;
}
.i5ct .right a:not(:first-of-type){
  margin-top: 18px;
}
.i5ct .right a:hover{
  box-shadow: 0px 0px 20px 0px rgba(195,34,40,0.15);
}
.i5ct .right a:hover .ib .rund{
  background-color: #C32228;
}
.i5ct .right a:hover .ib .rund i{
  color: #FFFFFF;
}
.i5ct .right a:hover .wz h3{
  color: #C32228;
}
.i5ct .right a .wz{
  width: calc(62% - 5% - 8%);
  padding: 0 8% 0 5%;
}
.i5ct .right a .wz h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.i5ct .right a .wz .time{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 15px;
  color: #222222;
  margin: 20px 0 40px 0;
}
.i5ct .right a .wz p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.i5ct .right a .ib{
  width: 38%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.i5ct .right a .ib .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.i5ct .right a .ib .rund{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  background: #313131;
  border-radius: 50%;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i5ct .right a .ib .rund i{
  font-size: 16px;
  color: #ffffff;
  transition: 0.3s;
}
.i5ct .right a .ib .flow{
  width: 68px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.banenr{
  width: 98%;
  height: 450px;
  border-radius: 30px;
  overflow: hidden;
  margin: 100px auto 0;
}
.banenr img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nav-1400{
  margin: 0 auto;
}
.nav-1400.zw{
  width: 90%;
}
.pl .min-nav{
  justify-content: flex-start;
  padding: 30px 0;
}
.min-nav{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 50px 0;
}
.min-nav a,
.min-nav span{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  transition: 0.3s;
}
.min-nav span{
  margin: 0 10px;
}
.min-nav a:hover{
  color: #C32228;
}
.con1-box{
  overflow: hidden;
}
.con1ct{
  margin: 0 auto;
  padding: 60px 0 180px 0;
}
.con1ct .mide{
  display: flex;
  justify-content: space-between;
}
.con1ct .mide .left{
  width: 576px;
}
.n-title h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
}
.n-title h3{
  font-family: var(--font-family);
  font-weight: 900;
  font-size: 72px;
  color: #222222;
  line-height: 80px;
  margin-top: 28px;
}
.con1ct .mide .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 70px;
}
.con1ct .mide .right{
  width: calc(100% - 576px - 220px);
}
.con1ct .mide .right form input{
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #DCDCDC;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  height: 36px;
  margin-bottom: 65px;
}
.con1ct .mide .right form input::placeholder{
  color: #AAAAAA;
}
.con1ct .mide .right form textarea{
  width: 100%;
  outline: none;
  border: none;
  border-bottom: 1px solid #DCDCDC;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  height: 140px;
  margin-bottom: 65px;
  resize: none;
}
.con1ct .mide .right form textarea::placeholder{
  color: #AAAAAA;
}
.con1ct .mide .right form button{
  width: 239px;
  height: 69px;
  border-radius: 35px;
  border: 1px solid #313131;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  transition: 0.3s;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}
.con1ct .mide .right form button:hover{
  background-color: #C32228;
  border-color: #C32228;
  color: #FFFFFF;
}
.con1ct .db{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #DCDCDC;
  padding-top: 52px;
  margin-top: 185px;
}
.con1ct .db .item .rund{
  width: 44px;
  height: 44px;
  background: #F8F8F8;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.con1ct .db .item p{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #222222;
  margin: 30px 0 20px 0;
}
.con1ct .db .item a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.map-box{
  width: 100%;
  /*height: 635px;*/
  position: relative;
  z-index: 1;
}
.map-box .bg{
    width: 100%;
}
#map{
  width: 100%;
  height: 100%;
}
#map .amap-logo{
  display: none;
  opacity: 0 !important;
}
#map .amap-copyright{
  display: none !important;
}
#map .amap-info-close{
  display: none;
}
.a1-box{
  overflow: hidden;
}
.a1ct{
  margin: 0 auto;
  padding: 20px 0 235px 0;
  display: flex;
  justify-content: space-between;
}
.a1ct .left{
  width: 696px;
}
.a1ct .left p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin: 110px 0 130px 0;
}
.a1ct .left img{
  width: 350px;
  height: 230px;
  border-radius: 30px;
}
.a1ct .right{
  width: calc(100% - 696px - 169px);
  position: relative;
  height: 976px;
  border-radius: 30px;
  overflow: hidden;
}
.a1ct .right .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.a1ct .right .an{
  position: absolute;
  left: 66px;
  bottom: 62px;
  border: 2px solid #FFFFFF;
  border-radius: 40px;
  width: 196px;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
.a1ct .right .an:hover{
  background-color: #C32228;
  border-color: #C32228;
}
.a1ct .right .an .rund{
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a1ct .right .an p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-left: 10px;
}
.a2-box{
  padding-bottom: 190px;
}
.a-title{
  margin: 0 auto;
}
.a-title h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #222222;
  text-align: center;
}
.a-title p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: center;
  margin-top: 19px;
}
.my-kh1-swiper{
  margin-top: 89px;
}
.my-kh1-swiper .swiper-wrapper{
  transition-timing-function: linear !important;
  align-items: center;
}
.my-kh1-swiper a{
  display: block;
  width: 100%;
}
.my-kh1-swiper a img{
  max-width: 70%;
}
.nct{
  margin: 0 auto;
  padding: 10px 0 95px 0;
}
.nct .tag{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.nct .tag a{
  width: 279px;
  height: 49px;
  border-radius: 25px;
  border: 1px solid #BFBFBF;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.nct .tag a:not(:first-of-type){
  margin-left: 10px;
}
.nct .tag a.active{
  background-color: #C32228;
  border-color: #C32228;
  color: #ffffff;
}
.nct .tag a:hover{
  border-color: #C32228;
  color: #C32228;
}
.nct .top{
  display: block;
  width: 100%;
  height: 620px;
  border-radius: 30px 30px 0 30px;
  overflow: hidden;
  position: relative;
  margin-top: 63px;
}
.nct .top .bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.nct .top .flow{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 134px;
  z-index: 1;
}
.nct .top .an{
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 90px;
  height: 90px;
  background: #C32228;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.nct .top .an i{
  font-size: 18px;
  color: #ffffff;
}
.nct .top .wz{
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 65px - 200px);
  padding: 70px 200px 34px 65px;
  background: linear-gradient(to bottom, rgba(195,34,40,0), rgba(195,34,40,0.9));
}
.nct .top .wz .time{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.nct .top .wz p{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  width: 65%;
  margin-top: 22px;
}
.n-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
.n-list li{
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 30px;
}
.n-list li:nth-of-type(2n){
  margin-right: 0;
}
.n-list li a{
  display: flex;
  justify-content: space-between;
  width: calc(100% - 148px);
  padding: 62px 74px 46px 74px;
  background-color: #F5F5F5;
  border-radius: 20px;
}
.n-list li a:hover .time h3,
.n-list li a:hover .time p,
.n-list li a:hover .txt h6{
  color: #C32228;
}
.n-list li a:hover .txt .rund{
  background-color: #C32228;
  transform: scale(1.2);
}
.n-list li a .time{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.n-list li a .time h3{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 48px;
  color: #222222;
  line-height: 1;
  transition: 0.3s;
}
.n-list li a .time p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 15px;
  color: #222222;
  line-height: 1;
  transition: 0.3s;
  margin-top: 5px;
}
.n-list li a .txt{
  width: calc(100% - 131px);
}
.n-list li a .txt h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.3s;
}
.n-list li a .txt p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 40px 0 43px 0;
}
.n-list li a .txt .rund{
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-left: auto;
}
.n-list li a .txt .rund i{
  font-size: 16px;
  color: #ffffff;
}
.nd1-box{
  margin-top: 100px;
  background-color: #F7F8FA;
}
.nd1ct{
  margin: 0 auto;
  padding: 67px 0 25px 0;
}
.nd1ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 40px;
  color: #222222;
}
.nd1ct .db{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
}
.nd1ct .db .left{
  display: flex;
}
.nd1ct .db .left p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #666666;
}
.nd1ct .db .left p:not(:first-of-type){
  margin-left: 50px;
}
.nd2-box{
  overflow: hidden;
}
.nd2ct{
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 68px 0 180px 0;
}
.nd2ct .left{
  width: 900px;
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.nd2ct .left p:not(:first-of-type){
  margin-top: 20px;
}
.nd2ct .left img{
  max-width: 100%;
  margin: 20px auto 0;
}
.nd2ct .right{
  width: calc(100% - 900px - 117px);
}
.nd2ct .right h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  margin-bottom: 21px;
}
.nd2ct .right .rq a{
  width: calc(100% - 36px);
  padding: 24px 18px  31px 18px;
  border-radius: 20px;
  background-color: #F5F5F5;
  display: block;
}
.nd2ct .right .rq a:not(:first-of-type){
  margin-top: 18px;
}
.nd2ct .right .rq a img{
  width: 100%;
  height: 163px;
  object-fit: cover;
}
.nd2ct .right .rq a .wz{
  padding-top: 22px;
}
.nd2ct .right .rq a .wz h6{
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.nd2ct .right .rq a .wz p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 14px;
  color: #222222;
  margin-top: 22px;
}
.ser-box{
  position: relative;
}
.ser-box .bs{
  position: absolute;
  right: 0;
  top: 80px;
  width: 200px;
}
.serct{
  margin: 0 auto;
  padding-bottom: 120px;
}
.ser-list{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
.ser-list li{
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 40px;
}
.ser-list li:nth-of-type(2n){
  margin-right: 0;
}
.ser-list li a .flow{
  width: calc(100% - 128px);
  height: calc(100% - 60px);
  padding: 60px 64px 0 64px;
  background-color: #C32228;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: 0.7s;
  border-radius: 30px;
}
.ser-list li a:hover .flow{
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.ser-list li a .flow h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ser-list li a .flow p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin: 20px 0 42px 0;
}
.ser-list li a .flow .ib{
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 30px;
  overflow: hidden;
}
.ser-list li a .flow img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ser-list li a .flow .ib .an{
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  position: absolute;
  left: 32px;
  bottom: 23px;
}
.ser-list li a .flow .ib .an i{
  font-size: 16px;
  color: #FFFFFF;
  transition: 0.3s;
}
.ser-list li a .flow .ib .an:hover{
  background-color: #C32228;
}
.ser-list li a{
  width: calc(100% - 128px);
  padding: 62px 64px 84px 64px;
  display: block;
  border-radius: 30px;
  background-color: #F8F8F8;
  overflow: hidden;
  position: relative;
}
.ser-list li a>img{
  height: 36px;
}
.ser-list li a .txt{
  margin-top: 80px;
}
.ser-list li a .txt h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ser-list li a .txt p{
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  margin: 20px 0 68px 0;
}
.ser-list li a .txt .more{
  width: 178px;
  height: 48px;
  border-radius: 25px;
  border: 1px solid #DCDCDC;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.ser-list li a .txt .more:hover{
  border-color: #C32228;
  background-color: #C32228;
  color: #ffffff;
}
.pd1-box{
  margin-top: 100px;
  background-color: #F7F8FA;
  overflow: hidden;
}
.pd1ct{
  padding: 0 0 93px 0;
  margin: 0 auto;
}
.pd1ct .mide{
  display: flex;
  justify-content: space-between;
}
.pd1ct .mide .ib{
  width: 660px;
  height: 508px;
  background: #FFFFFF;
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pd1ct .mide .ib img{
  max-width: 90%;
  max-height: 80%;
}
.pd1ct .mide .ib p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  font-style: italic;
  width: calc(100% - 30px);
  padding: 0 15px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 16px;
}
.pd1ct .mide .right{
  width: calc(100% - 660px - 74px);
}
.pd1ct .mide .right h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
}
.pd1ct .mide .right .desc{
  margin: 46px 0 120px 0;
}
.pd1ct .mide .right .row{
  display: flex;
  justify-content: space-between;
}
.pd1ct .mide .right .row p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  width: 168px;
}
.pd1ct .mide .right .row .zs{
  width: calc(100% - 168px - 10px);
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
}
.pd1ct .mide .right .row .zs .sz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #AAAAAA;
}
.pd1ct .mide .right .row .zs .sz span{
  color: #C32228;
  font-weight: bold;
}
.pd1ct .mide .right .row:not(:first-of-type){
  margin-top: 17px;
}
.pd1ct .mide .right .row:last-of-type{
  margin-top: 34px;
}
.pd1ct .mide .right .db{
  display: flex;
}
.pd1ct .mide .right .db a{
  width: 259px;
  height: 49px;
  border-radius: 25px;
  border: 1px solid #C32228;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #C32228;
  transition: 0.3s;
}
.pd1ct .mide .right .db a:first-of-type{
  background-color: #C32228;
  color: #FFFFFF;
  margin-right: 10px;
}
.pd1ct .mide .right .db a:hover{
  background-color: #C32228;
  color: #ffffff;
}
.pd2ct{
  padding: 87px 0 114px 0;
  margin: 0 auto;
}
.pd2ct .tag{
  display: flex;
  background-color: #EEEEEE;
  border-radius: 30px;
  width: max-content;
  margin: 0 auto;
}
.pd2ct .tag a{
  width: 350px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.pd2ct .tag a:hover{
  color: #C32228;
}
.pd2ct .tag a.active{
  background-color: #C32228;
  color: #FFFFFF;
}
.pd2ct .tabb{
  margin: 56px auto 0;
  width: 1200px;
}
.pd2ct .tabb .rq:not(:first-of-type){
  display: none;
}
.pd2ct table{
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(34,34,34,0.15);
  width: 100%;
  border-collapse: collapse;
}
.pd2ct table tr td{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  padding: 19px 50px;
}
.pd2ct table tr td:first-of-type{
  color: #888888;
  border-right: 3px solid #ffffff;
}
.pd2ct table tr:nth-of-type(odd){
  background-color: #F7F8FA;
}
.p3-box{
  background: url(../images/pd3.png) no-repeat center / cover;
  position: relative;
  z-index: 1;
}
.p3ct{
  margin: 0 auto;
  padding: 75px 0 108px 0;
}
.p3ct h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 30px;
  color: #222222;
}
.p3-list{
  display: flex;
  margin-top: 39px;
}
.p3-list li{
  width: calc((100% - 39px) / 4 - 50px - 2px);
  margin-right: 13px;
  padding: 0 25px 26px 25px;
  border: 1px solid #E5E5E5;
  border-radius: 20px;
  overflow: hidden;
  background-color: #ffffff;
  transition: 0.3s;
}
.p3-list li:hover{
  transform: translateY(-15px);
  border-color: #C32228;
}
.p3-list li:nth-of-type(4n){
  margin-right: 0;
}
.p3-list li .ib{
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.p3-list li .ib img{
  max-width: 80%;
  max-height: 80%;
}
.p3-list li .txt h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p3-list li .txt .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  margin: 11px 0 20px 0;
}
.p3-list li .txt .db{
  display: flex;
  justify-content: space-between;
}
.p3-list li .txt .db a{
  width: calc((100% - 7px) / 2);
  height: 27px;
  border-radius: 14px;
  border: 1px solid #C32228;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #C32228;
}
.p3-list li .txt .db a:first-of-type{
  color: #ffffff;
  background-color: #C32228;
}
.p3-list li .txt .db a:hover{
  background-color: #C32228;
  color: #FFFFFF;
}
.p-box{
  overflow: hidden;
}
.pct{
  margin: 0 auto;
  width: 90%;
  padding: 0 0 150px 0;
}
.pct .top{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pct .top h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #222222;
}
.pct .top .brand{
  display: flex;
  height: 46px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
}
.pct .top .brand .zs{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 119px;
  height: 100%;
  border-right: 1px solid #E5E5E5;
}
.pct .top .brand .zs p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-left: 15px;
}
.pct .top .brand .select{
  width: 281px;
  height: 100%;
  position: relative;
}
.pct .top .brand .select .inp{
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 25px - 18px);
  padding: 0 18px 0 25px;
  height: 100%;
  cursor: pointer;
}
.pct .top .brand .select .inp p{
  width: calc(100% - 25px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.pct .top .brand .select .inp i{
  font-size: 18px;
  color: #222222;
}
.pct .top .brand .select .flow{
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  width: 100%;
  max-height: 250px;
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 6px;
  z-index: 1;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  display: none;
}
.pct .top .brand .select .flow::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.pct .top .brand .select .flow::-webkit-scrollbar-thumb {
  background: #C32228;
}
.pct .top .brand .select .flow::-webkit-scrollbar-track {
  background: #DEDEDE;
}
.pct .top .brand .select .flow a{
  display: block;
  width: calc(100% - 50px);
  padding: 7px 25px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.pct .top .brand .select .flow a.active{
  color: #C32228;
  background-color: #E5E5E5;
}
.pct .top .brand .select .flow a:hover{
  background-color: #E5E5E5;
}
.pct .line{
  width: 100%;
  height: 1px;
  background-color: #E5E5E5;
  margin: 38px 0 31px 0;
}
.pct .mide{
  display: flex;
  justify-content: space-between;
}
.pct .mide .slide{
  width: calc(360px - 2px);
  border-radius: 15px;
  border: 1px solid #E5E5E5;
  padding-bottom: 40px;
  height: max-content;
}
.pct .mide .slide .tm{
  border-bottom: 1px solid #E5E5E5;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  width: calc(100% - 40px);
  padding: 19px 20px;
}
.slide-list li:not(:last-of-type){
  border-bottom: 1px solid #E5E5E5;
}
.slide-list li .zs{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 40px);
  padding: 15px 20px;
  cursor: pointer;
}
.slide-list li .zs p{
  width: calc(100% - 25px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.slide-list li .zs i{
  font-size: 16px;
  color: #222222;
  transition: 0.3s;
}
.slide-list li.active .zs i{
  transform: rotate(90deg);
}
.slide-list li .lb{
  display: none;
}
.slide-list li .lb a{
  width: calc(100% - 50px);
  padding: 15px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slide-list li .lb a:hover p{
  color: #C32228;
}
.slide-list li .lb a.active .rund{
  border-color: #C32228;
}
.slide-list li .lb a.active .rund::before{
  opacity: 1;
}
.slide-list li .lb a .rund{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #E5E5E5;
  position: relative;
  transition: 0.3s;
}
.slide-list li .lb a .rund::before{
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 7px;
  height: 7px;
  background: #C32228;
  border-radius: 50%;
  transition: 0.3s;
  opacity: 0;
}
.slide-list li .lb a p{
  width: calc(100% - 14px - 8px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}
.pct .mide .right{
  width: calc(100% - 360px - 45px);
}
.pct .mide .right .dbl{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pct .mide .right .dbl form{
  display: flex;
  width: 690px;
  height: 50px;
  background: #F5F5F5;
  border-radius: 25px;
  overflow: hidden;
}
.pct .mide .right .dbl form select{
  width: calc(176px);
  padding: 0 0 0 30px;
  height: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #888888;
  border: none;
  outline: none;
  background-color: transparent;
}
.pct .mide .right .dbl form button{
  width: 80px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
.pct .mide .right .dbl form button i{
  font-size: 18px;
  color: #888888;
}
.pct .mide .right .dbl form input{
  width: calc(100% - 176px - 80px - 33px - 16px);
  padding: 0 16px 0 0;
  border: none;
  outline: none;
  height: 100%;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  background-color: transparent;
}
.pct .mide .right .dbl form input::placeholder{
  color: #CCCCCC ;
}
.pct .mide .right .dbl form .xx{
  width: 1px;
  height: 100%;
  background-color: #E5E5E5;
  margin: 0 16px;
}
.pct .mide .right .layout{
  display: flex;
}
.pct .mide .right .layout a{
  width: 49px;
  height: 49px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.pct .mide .right .layout a:last-of-type{
  margin-left: 9px;
}
.pct .mide .right .layout a.active{
  border-color: #C32228;
}
.pct .mide .right .layout a.active i{
  color: #C32228;
}
.pct .mide .right .layout a i{
  font-size: 18px;
  color: #888888;
}
.pct .mide .right .layout a:hover i{
  color: #C32228;
}
.p-list{
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
}
.p-list li{
  width: calc((100% - 74px) / 3);
  margin-right: 37px;
  margin-bottom: 37px;
}
.p-list li .rq{
  width: calc(100% - 64px - 2px);
  border-radius: 20px;
  border: 1px solid #E5E5E5;
  padding: 0 32px 30px 32px;
  transition: 0.3s;
}
.p-list li:hover .rq{
  border-color: #C32228;
  transform: translateY(-15px);
}
.p-list li:nth-of-type(3n){
  margin-right: 0;
}
.p-list li .ib{
  width: 100%;
  height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-list li .ib img{
  max-width: 80%;
  max-height: 80%;
}
.p-list li .txt{
  margin-top: 10px;
}
.p-list li .txt h6{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.p-list li .txt .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin: 13px 0 24px 0;
}
.p-list li .txt .sz{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  color: #AAAAAA;
  line-height: 1;
  display: flex;
  align-items: flex-end;
}
.p-list li .txt .sz span{
  color: #C32228;
  font-size: 14px;
}
.p-list li .db{
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
.p-list li .db a{
  width: calc((100% - 7px) / 2);
  height: 39px;
  border-radius: 20px;
  border: 1px solid #C32228;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #C32228;
  transition: 0.3s;
}
.p-list li .db a:first-of-type{
  background-color: #C32228;
  color: #ffffff;
}
.p-list li .db a:hover{
  background-color: #C32228;
  color: #FFFFFF;
}
.p-list.active li{
  width: calc(100%);
  margin-bottom: 19px;
  margin-right: 0;
}
.p-list.active li:hover .rq{
  transform: translateX(-15px);
}
.p-list.active li .rq{
  width: calc(100% - 94px);
  padding: 25px 47px;
  display: flex;
  align-items: center;
}
.p-list.active li .ib{
  width: 200px;
  height: 155px;
}
.p-list.active li .txt{
  width: calc(100% - 200px - 170px - 55px - 150px);
  margin: 0 0 0 55px;
}
.p-list.active li .db{
  width: 170px;
  flex-direction: column;
  margin-left: auto;
}
.p-list.active li .db a{
  width: calc(100% - 2px);
}
.p-list.active li .db a:last-of-type{
  margin-top: 14px;
}
.page {
  width: 100%;
  margin-top: 60px;
}
.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: 35px;
  height: 35px;
  margin-right: 5px;
  padding: 0;
  background: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  min-width: 35px;
}
.page .el-pagination .btn-next {
  width: 35px;
  height: 35px;
  padding: 0;
  background: transparent;
  border: 1px solid #D2D2D2;
  border-radius: 4px;
  min-width: 35px;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i{
  font-size: 14px;
}
.page .el-pager li {
  width: 35px;
  height: 35px;
  min-height: 35px;
  text-align: center;
  line-height: 35px;
  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: 4px;
}
.page .el-pager li.active {
  background-color: #C32228;
  color: #ffffff;
  border-color: #C32228 !important;
}
.page .el-pagination .el-pager li:hover {
  color: #FFFFFF !important;
  background-color: #C32228;
  border-color: #C32228;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #1EAAA8;
}
.ft-box{
  width: 100%;
  position: relative;
  background-color: #1B1B1B;
}
.ft-box .jt{
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
}
.ftct{
  width: 1680px;
  margin: 0 auto;
  padding-top: 140px;
}
.ftct .content{
  display: flex;
  justify-content: space-between;
}
.ftct .left{
  width: 500px;
}
.ftct .left h3{
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.ftct .left .txt{
  margin-top: 50px;
}
.ftct .left .txt a{
  display: flex;
  justify-content: space-between;
}
.ftct .left .txt a:not(:first-of-type){
  margin-top: 10px;
}
.ftct .left .txt a img{
  width: 18px;
  height: max-content;
  transform: translateY(3px);
}
.ftct .left .txt a p{
  width: calc(100% - 18px - 15px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.6;
}
.ftct .right{
  width: 500px;
}
.ftct .right .desc{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
}
.ftct .right form{
  width: calc(100% - 3px);
  padding-right: 3px;
  height: 60px;
  border-radius: 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 35px;
}
.ftct .right form button{
  width: 160px;
  height: 54px;
  background: #C32228;
  border-radius: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  border: none;
  outline: none;
}
.ftct .right form input{
  width: calc(100% - 160px - 50px);
  padding: 0 25px;
  font-family: var(--font-family);
  font-weight: 300;
  font-size: 16px;
  color: #333333;
  height: 100%;
  border: none;
  outline: none;
}
.ftct .right form input::placeholder{
  color: #BBBBBB;
}
.ftct .right .iconb{
  margin-top: 36px;
  display: flex;
  align-items: center;
}
.ftct .right .iconb p{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-right: 25px;
}
.ftct .right .iconb .icon{
  display: flex;
  justify-content: center;
}
.ftct .right .iconb .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);
}
.ftct .right .iconb .icon a:hover{
  background-color: #C32228;
  transform: scale(1.15);
}
.ftct .right .iconb .icon a:not(:first-of-type){
  margin-left: 20px;
}
.ftct .right .iconb .icon a>img{
  max-height: 50%;
}
.ftct .right .iconb .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;
}
.ftct .right .iconb .icon a .qr img{
  width: 90px;
}
.ftct .right .iconb .icon a:hover .qr{
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.ftct .mide{
  display: flex;
  align-items: center;
}
.ftct .mide img{
  width: 235px;
}
.ftct .link{
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  padding: 39px 0;
  margin-top: 110px;
}
.ftct .link a{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #AAAAAA;
}
@media only screen and (max-width:1760px) {
  .p-list li .ib{
    height: 300px;
  }
  .ser-box .bs{
    width: 120px;
  }
  .ftct{
    width: 1480px;
  }
}
@media only screen and (max-width:1660px) {
  .mySwiper .ct h3{
    font-size: 68px;
    line-height: 96px;
  }
  .mySwiper .ct h6{
    font-size: 24px;
  }
  .i5ct .right a{
    height: 290px;
  }
  .i5ct .left .txt{
    margin-top: 440px;
  }
  .p-list li .ib{
    height: 250px;
  }
  .ser-box .bs{
    width: 80px;
  }
  .ftct{
    width: 1400px;
  }
}
@media only screen and (max-width:1560px) {
  .center-1400{
    width: 1100px;
  }
  .mySwiper .ct h3{
    font-size: 54px;
    line-height: 82px;
    margin: 15px 0 58px 0;
  }
  .mySwiper .ct h6{
    font-size: 20px;
  }
  .mySwiper .rtline .line{
    height: 280px;
  }
  .header-box .right .nav{
    margin-right: 100px;
  }
  .i1ct .top .left{
    width: 480px;
    height: 460px;
    border-radius: 20px;
  }
  .i1ct .top .txt{
    width: calc(100% - 480px - 70px);
  }
  .pb-title .zs p{
    font-size: 16px;
  }
  .pb-title .zs span{
    width: 40px;
  }
  .pb-title h3{
    font-size: 40px;
    line-height: 46px;
    margin-top: 12px;
  }
  .i1ct .top .txt .desc{
    margin: 35px 0 70px 0;
  }
  .i-more span{
    font-size: 16px;
  }
  .i1ct .bottom .left{
    width: 450px;
  }
  .i1ct .bottom .left img{
    width: 157px;
  }
  .i1ct .bottom .right{
    width: calc(100% - 450px - 90px);
  }
  .i1ct .bottom .right a .ib{
    width: 55px;
  }
  .i1ct .bottom .right a .txt{
    width: calc(100% - 55px - 29px);
  }
  .i1ct .bottom .right a{
    width: calc(100% - 116px);
    padding: 42px 58px 49px 58px;
    border-radius: 12px;
  }
  .i1ct .bottom .right a .txt p{
    width: calc(100% - 30px);
  }
  .i2-box .mide{
    width: 1160px;
  }
  .pb-title-jz h3{
    font-size: 40px;
    margin-top: 13px;
  }
  .pb-title-jz .db p{
    font-size: 16px;
  }
  .pb-title-jz .db span{
    width: 40px;
  }
  .i2-box .mide .item{
    width: calc((100% - 30px) / 4 - 60px);
    margin-right: 10px;
    padding: 45px 30px 62px 30px;
  }
  .i2-box .mide .item a{
    margin: 57px auto 0;
  }
  .i2-box .mide .item img{
    height: 32px;
  }
  .i2-box .mide .item h6{
    font-size: 20px;
  }
  .i3ct .mide .box a .ib{
    height: 312px;
  }
  .i3ct .mide .box a p{
    font-size: 17px;
  }
  .i4-swiper a .flow .rq{
    width: calc(320px - 72px);
    padding: 22px 36px 21px 36px;
    border-radius: 50px 50px 50px 0;
  }
  .i4-swiper a .flow .rq p{
    margin-top: 7px;
  }
  .i4ct .mide .right .item p{
    padding: 14px 23px;
  }
  .i4ct .mide .right .pbqh .pb{
    width: 50px;
    height: 50px;
  }
  .i4ct .mide .right .pbqh{
    margin-bottom: 55px;
  }
  .i5ct .right a{
    height: 260px;
    border-radius: 16px;
  }
  .i5ct .right a .wz h3{
    font-size: 22px;
    line-height: 28px;
    height: 56px;
  }
  .i5ct .right a .wz .time{
    margin: 15px 0 30px 0;
  }
  .i5ct .right a .ib{
    border-radius: 16px;
  }
  .i5ct .left{
    width: calc(100% - 65% - 40px - 80px);
    padding: 40px 40px 85px 40px;
    border-radius: 24px;
  }
  .i5ct .left .tp span{
    font-size: 22px;
  }
  .i5ct .left .tp .rund{
    width: 45px;
    height: 45px;
  }
  .i5ct .left .db a{
    padding: 15px 5px;
  }
  .i5ct .left .db{
    margin-top: 60px;
  }
  .i5ct .left .txt{
    margin-top: 420px;
  }
  .i5ct{
    padding: 150px 0;
  }
  .banenr{
    height: 350px;
    border-radius: 26px;
  }
  .min-nav{
    padding: 44px 0;
  }
  .n-title h3{
    font-size: 60px;
    line-height: 68px;
    margin-top: 20px;
  }
  .n-title h6{
    font-size: 22px;
  }
  .con1ct .mide .left{
    width: 470px;
  }
  .con1ct .mide .right{
    width: calc(100% - 470px - 150px);
  }
  .con1ct .mide .left p{
    margin-top: 55px;
  }
  .con1ct .mide .right form input{
    margin-bottom: 50px;
  }
  .con1ct .mide .right form textarea{
    margin-bottom: 50px;
  }
  .con1ct .mide .right form button{
    width: 210px;
    height: 64px;
    font-size: 16px;
  }
  .con1ct .db{
    margin-top: 150px;
  }
  .con1ct{
    padding: 60px 0 150px 0;
  }
  .map-box{
    /*height: 585px;*/
  }
  .a1ct{
    padding: 20px 0 185px 0;
  }
  .a1ct .left{
    width: 560px;
  }
  .a1ct .left p{
    margin: 80px 0 100px 0;
  }
  .a1ct .right{
    width: calc(100% - 560px - 100px);
    height: 950px;
    border-radius: 26px;
  }
  .a1ct .right .an{
    height: 70px;
  }
  .a-title h3{
    font-size: 40px;
  }
  .a-title p{
    margin-top: 15px;
  }
  .a2-box{
    padding-bottom: 160px;
  }
  .nd1ct h3{
    font-size: 36px;
  }
  .nd1ct .db{
    margin-top: 50px;
  }
  .nd2ct .left{
    width: 670px;
  }
  .nd2ct .right{
    width: calc(100% - 670px - 85px);
  }
  .nd2ct .right .rq a img{
    height: 150px;
  }
  .nd2ct .right h3{
    font-size: 22px;
  }
  .nd2ct .right .rq a{
    border-radius: 16px;
  }
  .nct .top{
    height: 480px;
    border-radius: 24px 24px 0 24px;
  }
  .nct .top .an{
    width: 80px;
    height: 80px;
  }
  .nct .top .flow{
    width: 114px;
  }
  .nct .top .wz p{
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
  }
  .n-list li a{
    border-radius: 16px;
    width: calc(100% - 108px);
    padding: 52px 54px 36px 54px;
  }
  .n-list li a .time h3{
    font-size: 40px;
  }
  .n-list li a .time p{
    font-size: 14px;
  }
  .n-list li a .txt{
    width: calc(100% - 105px);
  }
  .n-list li a .txt p{
    margin: 30px 0 33px 0;
  }
  .pd1ct .mide .ib{
    width: 520px;
    height: 420px;
    border-radius: 16px;
  }
  .pd1ct .mide .right{
    width: calc(100% - 520px - 60px);
  }
  .pd1ct .mide .right h3{
    font-size: 30px;
  }
  .pd1ct .mide .right .row p{
    width: 148px;
  }
  .pd1ct .mide .right .row .zs{
    width: calc(100% - 148px - 10px);
  }
  .pd1ct .mide .right .db a{
    width: 240px;
  }
  .pd1ct .mide .right .desc{
    margin: 35px 0 70px 0;
  }
  .pd1ct .mide .right .row:not(:first-of-type){
    margin-top: 15px;
  }
  .pd1ct .mide .right .row:last-of-type{
    margin-top: 30px;
  }
  .pd2ct .tabb{
    width: 960px;
  }
  .pd2ct table{
    border-radius: 16px;
  }
  .pct .mide .slide{
    width: calc(310px - 2px);
  }
  .pct .mide .slide .tm{
    font-size: 17px;
  }
  .p3-list li .ib{
    height: 160px;
  }
  .p3-list li{
    border-radius: 16px;
  }
  .pct .top h3{
    font-size: 40px;
  }
  .pct .mide .right{
    width: calc(100% - 310px - 45px);
  }
  .pct .mide .right .dbl form{
    width: 600px;
  }
  .p-list li .ib{
    height: 225px;
  }
  .p-list li .rq{
    width: calc(100% - 44px - 2px);
    border-radius: 16px;
    padding: 0 22px 26px 22px;
  }
  .p-list li .db{
    margin-top: 23px;
  }
  .p-list li .txt .desc{
    margin: 10px 0 20px 0;
  }
  .p-list.active li .txt{
    width: calc(100% - 200px - 170px - 45px - 100px);
    margin: 0 0 0 45px;
  }
  .pct{
    padding: 0 0 130px 0;
  }
  .ser-box .bs{
    width: 120px;
  }
  .ser-list li a{
    width: calc(100% - 100px);
    padding: 50px 50px 70px 50px;
    border-radius: 24px;
  }
  .ser-list li a .txt{
    margin-top: 60px;
  }
  .ser-list li a .txt h6{
    font-size: 22px;
  }
  .ser-list li a .txt p{
    margin: 15px 0 55px 0;
  }
  .ser-list li a .txt .more{
    height: 45px;
  }
  .ser-list li a .flow{
    width: calc(100% - 100px);
    padding: 50px 50px 0 50px;
    border-radius: 24px;
    height: calc(100% - 50px);
  }
  .ser-list li a .flow .ib{
    height: 200px;
    border-radius: 24px;
  }
  .ser-list li a .flow h6{
    font-size: 22px;
  }
  .ser-list li a .flow .ib .an{
    width: 45px;
    height: 45px;
    left: 28px;
    bottom: 19px;
  }
  .serct{
    padding-bottom: 100px;
  }
  .ftct{
    width: 1250px;
    padding-top: 110px;
  }
  .ftct .mide img{
    width: 195px;
  }
  .ftct .left .txt{
    margin-top: 35px;
  }
  .ftct .left{
    width: 400px;
  }
  .ftct .right{
    width: 400px;
  }
  .ftct .right form{
    height: 56px;
    margin-top: 30px;
  }
  .ftct .right form button{
    height: 50px;
  }
  .ftct .right .iconb{
    margin-top: 31px;
  }
  .ft-box .jt{
    width: 120px;
    top: -60px;
  }
  .ftct .link{
    margin-top: 90px;
    padding: 34px 0;
  }
}
@media only screen and (max-width:1360px) {
  .header-box .right .nav{
    margin-right: 50px;
  }
  .header-box .right .nav li:not(:first-of-type){
    margin-left: 44px;
  }
  .mySwiper .ct h3{
    font-size: 50px;
    line-height: 78px;
    margin: 10px 0 48px 0;
  }
  .mySwiper .ct h6{
    font-size: 18px;
  }
  .i-more span{
    font-size: 16px;
  }
  .mySwiper .rtline .line{
    height: 220px;
  }
  .i5ct .right a{
    height: 240px;
  }
  .i5ct .left .txt{
    margin-top: 360px;
  }
  .pct .mide .slide{
    width: calc(290px - 2px);
    border-radius: 12px;
  }
  .pct .mide .right{
    width: calc(100% - 290px - 40px);
  }
  .pct .mide .right .dbl form{
    width: 580px;
  }
  .p-list li{
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
  }
  .p-list li .ib{
    height: 200px;
  }
  .p-list li .rq{
    width: calc(100% - 36px - 2px);
    padding: 0 18px 24px 18px;
  }
  .p-list li .rq:hover{
    transform: translateY(-10px);
  }
  .p-list.active li .txt{
    width: calc(100% - 200px - 150px - 35px - 70px);
    margin: 0 0 0 35px;
  }
  .p-list.active li .db{
    width: 150px;
  }
  .ftct{
    width: 1150px;
  }
}