img,
video {
  max-width: 100%;
}

a:hover,
a:focus {
  text-decoration: none;
}

.container {
  width: 1258px;
}

@media (max-width: 1000px) {
  .container {
    width: 100%;
    overflow-x: hidden;
  }
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 1000px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.xc-banner {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.xc-banner .swiper-slide {
  height: 280px;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.xc-banner .slide01 a{
  display: block;
  width: 160px;
height: 40px;


background: #E54322;
border-radius: 40px;


font-weight: 400;
font-size: 18px;
line-height: 40px;


text-align: center;
margin-top: 22px;

color: #FFF0ED;
}
.xc-banner .imgbg {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://src.fanruan.com/website/fanruan/xinchuang/xc-banner.png');
  background-position: center;
  background-clip: border-box;
  background-size: cover;
}

.xc-banner .slide02 .imgbg {
  background-image: url('https://src.fanruan.com/website/fanruan/xinchuang/xc-banner2.png');
}

.xc-banner .container {
  position: relative;
  z-index: 5;
}

.xc-banner .pagea {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6px;
}

.xc-banner .pagea .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
 
  margin: 0 6px;
  background: #171819;
  opacity: 0.3;
}


.xc-banner .pagea .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FFFFFF;
  opacity: 0.7;
}
.xc-banner .slide01 .box {
  width: 658px;
  height: 220px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(9px);
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1000px) {
  .xc-banner .slide01 .box {
    width: 100%;
  }
}

.xc-banner .slide02 .box {
  display: flex;
  justify-content: space-between;
}

.xc-banner .slide02 {
  padding-top: 0;
  padding-bottom: 0;

}

.xc-banner .slide02 .box {
  padding-left: 140px;
  padding-right: 110px;
}

.xc-banner .slide02 .box .left {
  padding-top: 50px;
  max-width: 558px;

}

.xc-banner .slide02 .box .left img {
  max-height: 78px;
  margin-bottom: 5px;
}

.xc-banner .slide02 .box .left p {
  
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #404347;
  margin-bottom: 32px;
}

.xc-banner .slide02 .box .left a {
  display: block;
  width: 160px;
  height: 40px;
  background: #E54322;
  border-radius: 40px;
  
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #FFF0ED;
  text-align: center;
}

.xc-banner .slide02 .box .right img {
  /* width: 350px; */
  height: 280px;
  max-height: initial;
  margin-bottom: 0;

}

.xc-banner .box img {
  max-height: 48px;
  margin-bottom: 15px;

}

@media (max-width: 1000px) {
  .xc-banner .box img {
    max-height: 25px;
  }
}

.xc-banner .box p {
  
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  color: #404347;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .xc-banner .box p {
    font-size: 14px;
    line-height: 24px;
  }
}

.xc-title {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 1000px) {
  .xc-title {
    margin-bottom: 25px;
  }
}

.xc-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  
  font-weight: 900;
  font-size: 36px;
  line-height: 54px;
  color: #171819;
}

@media (max-width: 1000px) {
  .xc-title h2 {
    font-size: 18px;
    line-height: 27px;
  }
}

.xc-title p {
  
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #404347;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .xc-title p {
    font-size: 12px;
    line-height: 20px;
  }
}

.xc-xmsl {
  padding-top: 60px;
  padding-bottom: 80px;
}

@media (max-width: 1000px) {
  .xc-xmsl {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.xc-xmsl .xc-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xc-xmsl .xc-list .item {
  width: calc((100% - 40px) / 3);
  height: 200px;
  background: #F5F7FA;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 40px 0 28px;
  transition: all 0.4s;
  border-radius: 6px;
}

@media (max-width: 1000px) {
  .xc-xmsl .xc-list .item {
    width: calc((100% - 15px) / 2);
    display: initial;
    padding: 15px;
    height: auto;
  }
}

.xc-xmsl .xc-list .item img {
  max-width: 70px;
  margin-top: 40px;
}

@media (max-width: 1000px) {
  .xc-xmsl .xc-list .item img {
    max-width: 40px;
    margin-top: 0;
  }
}

.xc-xmsl .xc-list .item .txt {
  max-width: 240px;
}

.xc-xmsl .xc-list .item .txt h4 {
  margin-top: 0;
  
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #171819;
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  .xc-xmsl .xc-list .item .txt h4 {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
  }
}

.xc-xmsl .xc-list .item .txt p {
  
  font-weight: 400;
  font-size: 16px;
  color: #404347;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .xc-xmsl .xc-list .item .txt p {
    font-size: 12px;
    line-height: 18px;
  }
}

.xc-xmsl .xc-list .item:hover {
  background: #FFFFFF;
  box-shadow: 0px 18px 22px rgba(0, 0, 0, 0.03), 0px 10px 16px rgba(0, 0, 0, 0.02), 0px 0px 12px rgba(0, 0, 0, 0.05), 0px 0px 4px rgba(0, 0, 0, 0.03);
}

.xc-ys {
  background-image: url('https://src.fanruan.com/website/fanruan/xinchuang/xc-ysbg.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.xc-ys .ys-tab {
  background: #FFFFFF;
  box-shadow: 0px 90px 40px rgba(28, 30, 39, 0.01), 0px 35px 35px rgba(28, 30, 39, 0.02), 0px 11px 25px rgba(28, 30, 39, 0.02), 0px 0px 0px rgba(28, 30, 39, 0.02);
  border-radius: 10px;
  display: flex;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab {
    flex-wrap: wrap;
  }
}

.xc-ys .ys-tab .ys-tit {
  width: 220px;
  background: #FAFCFF;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-tit {
    width: 100%;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0 0;
  }
}

.xc-ys .ys-tab .ys-tit .item {
  
  font-weight: 400;
  font-size: 20px;
  line-height: 105px;
  text-align: center;
  color: #6C6D70;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-tit .item {
    width: calc(100% / 6);
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
  }
}

.xc-ys .ys-tab .ys-tit .item.active {
  background: #E54322;
  color: #FFFFFF;
}

.xc-ys .ys-tab .ys-con {
  width: 1008px;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con {
    width: 100%;
  }
}

.xc-ys .ys-tab .ys-con .item {
  padding: 30px;
  display: none;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con .item {
    padding: 15px;
  }
}

.xc-ys .ys-tab .ys-con .item .dec {
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con .item .dec {
    margin-bottom: 15px;
  }
}

.xc-ys .ys-tab .ys-con .item .dec h3 {
  margin-top: 0;
  margin-bottom: 10px;
  
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #171819;
  display: flex;
  align-items: center;
}

.xc-ys .ys-tab .ys-con .item .dec h3 a {
  width: 50px;
  height: 24px;
  background: #F5F7FA;
  border-radius: 3px;
  
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #E54322;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}

.xc-ys .ys-tab .ys-con .item .dec h3 a img {
  width: 14px;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con .item .dec h3 {
    font-size: 16px;
    margin-bottom: 0;
  }
}

.xc-ys .ys-tab .ys-con .item .dec p {
  
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404347;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con .item .dec p {
    font-size: 12px;
    line-height: 18px;
  }
}

.xc-ys .ys-tab .ys-con .item.active {
  display: block;
}

.xc-ys .ys-tab .ys-con .item02 .con-box,
.xc-ys .ys-tab .ys-con .item03 .con-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xc-ys .ys-tab .ys-con .item02 .con-box .box,
.xc-ys .ys-tab .ys-con .item03 .con-box .box {
  width: calc((100% - 30px) / 2);
  height: 220px;
  background: #FAFCFF;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {

  .xc-ys .ys-tab .ys-con .item02 .con-box .box,
  .xc-ys .ys-tab .ys-con .item03 .con-box .box {
    margin-bottom: 15px;
    width: calc((100% - 15px) / 2);
    height: auto;
  }
}

.xc-ys .ys-tab .ys-con .item02 .con-box .box.mb0,
.xc-ys .ys-tab .ys-con .item03 .con-box .box.mb0 {
  margin-bottom: 0;
}

@media (max-width: 1000px) {

  .xc-ys .ys-tab .ys-con .item02 .con-box .box.mb0,
  .xc-ys .ys-tab .ys-con .item03 .con-box .box.mb0 {
    margin-bottom: 15px;
  }
}

.xc-ys .ys-tab .ys-con .item02 .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  padding-right: 30px;
  padding-top: 40px;
  border-radius: 6px;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con .item02 .box {
    flex-wrap: wrap;
    padding: 15px;
  }
}

.xc-ys .ys-tab .ys-con .item02 .box img {
  max-width: 44px;
  margin-right: 25px;
  margin-top: 45px;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con .item02 .box img {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.xc-ys .ys-tab .ys-con .item02 .box .txt h5 {
  margin-top: 0;
  
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #404347;
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con .item02 .box .txt h5 {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 18px;
  }
}

.xc-ys .ys-tab .ys-con .item02 .box .txt p {
  
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6C6D70;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con .item02 .box .txt p {
    font-size: 12px;
    line-height: 18px;
  }
}

.xc-ys .ys-tab .ys-con .item03 .box {
  padding: 20px;
  border-radius: 6px;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con .item03 .box {
    padding: 10px;
  }
}

.xc-ys .ys-tab .ys-con .item03 .box h5 {
  margin-top: 0;
  
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #404347;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con .item03 .box h5 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.xc-ys .ys-tab .ys-con .item03 .box .tx-box {
  display: flex;
  justify-content: space-around;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con .item03 .box .tx-box {
    flex-wrap: wrap;
  }
}

.xc-ys .ys-tab .ys-con .item03 .box .tx-box .zs {
  text-align: center;
}

.xc-ys .ys-tab .ys-con .item03 .box .tx-box p {
  
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #404347;
  margin-bottom: 0;
  margin-top: 10px;
}

@media (max-width: 1000px) {
  .xc-ys .ys-tab .ys-con .item03 .box .tx-box p {
    
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    color: #404347;
    margin-bottom: 0;
    margin-top: 0px;
  }
}

.xc-ys .ys-tab .ys-con .item03 .box:last-of-type {
  position: relative;
}

.xc-ys .ys-tab .ys-con .item03 .box:last-of-type .dd {
  width: 92px;
  height: 34px;
  z-index: 9;
  position: absolute;
  left: 24px;
  top: 71px;
}

.xc-ys .ys-tab .ys-con .item03 .box:last-of-type .zs02 {
  display: none;
}

.xc-ys .ys-tab .ys-con .item05 .tu,
.xc-ys .ys-tab .ys-con .item06 .tu {
  border-radius: 6px;
}

.xc-yzs {
  background-image: url('https://src.fanruan.com/website/fanruan/xinchuang/xc-yzsbg.png');
  background-repeat: no-repeat;
  background-position: center;
}

.xc-yzs .s-title {
  
  font-weight: 900;
  font-size: 24px;
  line-height: 36px;
  color: #171819;
  margin-top: 0;
  margin-bottom: 60px;
  text-align: center;
}

@media (max-width: 1000px) {
  .xc-yzs .s-title {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 28px;
  }
}

.xc-yzs .xc-lt {
  margin-bottom: 100px;
}

.xc-yzs .xc-lt .lt-box {
  padding: 20px;
  background: #FAFCFF;
  border: 0.5px solid #E54322;
  box-shadow: 0px 101px 61px rgba(28, 30, 39, 0.01), 0px 45px 45px rgba(28, 30, 39, 0.02), 0px 11px 25px rgba(28, 30, 39, 0.02), 0px 0px 0px rgba(28, 30, 39, 0.02);
  border-radius: 10px;
}

@media (max-width: 1000px) {
  .xc-yzs .xc-lt .lt-box {
    padding: 10px;
  }
}

@media (max-width: 1000px) {
  .xc-yzs .xc-lt {
    margin-bottom: 40px;
  }
}

.xc-yzs .xc-cj .xc-tab {
  background: #FAFCFF;
  border: 1px solid #E54322;
  box-shadow: 0px 101px 61px rgba(28, 30, 39, 0.01), 0px 45px 45px rgba(28, 30, 39, 0.02), 0px 11px 25px rgba(28, 30, 39, 0.03), 0px 0px 0px rgba(28, 30, 39, 0.02);
  border-radius: 10px;
}

.xc-yzs .xc-cj .xc-tab .tab-tit {
  display: flex;
  line-height: 54px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

.xc-yzs .xc-cj .xc-tab .tab-tit .item {
  background: #F5F7FA;
  width: 25%;
  
  font-weight: 400;
  font-size: 20px;
  line-height: 54px;
  text-align: center;
  color: #6C6D70;
  position: relative;
  transition: all 0.5s;
}

@media (max-width: 1000px) {
  .xc-yzs .xc-cj .xc-tab .tab-tit .item {
    font-size: 14px;
    line-height: 40px;
  }
}

.xc-yzs .xc-cj .xc-tab .tab-tit .item:after {
  content: "";
  display: block;
  width: 0;
  transition: all 0.4s;
  height: 4px;
  background: #E54322;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 1000px) {
  .xc-yzs .xc-cj .xc-tab .tab-tit .item:after {
    height: 2px;
  }
}

.xc-yzs .xc-cj .xc-tab .tab-tit .item.active {
  background-color: #fff;
  font-weight: 700;
  color: #171819;
  font-size: 24px;
}

@media (max-width: 1000px) {
  .xc-yzs .xc-cj .xc-tab .tab-tit .item.active {
    font-size: 14px;
  }
}

.xc-yzs .xc-cj .xc-tab .tab-tit .item.active:after {
  width: 100%;
}

.xc-yzs .xc-cj .xc-tab .tab-con {
  padding: 10px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .xc-yzs .xc-cj .xc-tab .tab-con {
    height: auto;
  }
}

.xc-yzs .xc-cj .xc-tab .tab-con .item {
  display: none;
}

@media (max-width: 1000px) {
  .xc-yzs .xc-cj .xc-tab .tab-con .item {
    position: initial;
    display: none;
  }
}

.xc-yzs .xc-cj .xc-tab .tab-con .item img,
.xc-yzs .xc-cj .xc-tab .tab-con .item video {
  height: 680px;
  width: 100%;
  max-width: inherit;
  display: block;
}

@media (max-width: 1000px) {

  .xc-yzs .xc-cj .xc-tab .tab-con .item img,
  .xc-yzs .xc-cj .xc-tab .tab-con .item video {
    height: 180px;
  }
}

.xc-yzs .xc-cj .xc-tab .tab-con .item.active {
  display: block;
}

@media (max-width: 1000px) {
  .xc-yzs .xc-cj .xc-tab .tab-con .item.active {
    display: block;
  }
}

.xc-ry {
  background-image: url('https://src.fanruan.com/website/fanruan/xinchuang/xc-rybg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 80px;
}

@media (max-width: 1000px) {
  .xc-ry {
    padding-bottom: 30px;
  }
}

.xc-ry .ry-top {
  background: #FFFFFF;
  padding: 40px 0 35px 100px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  border-radius: 6px;
}

@media (max-width: 1000px) {
  .xc-ry .ry-top {
    flex-wrap: wrap;
    padding: 20px 15px;
    margin-bottom: 15px;
  }
}

.xc-ry .ry-top>img {
  margin-right: 95px;
  max-width: 310px;
}

@media (max-width: 1000px) {
  .xc-ry .ry-top>img {
    max-width: 50%;
    display: block;
    margin: 0 auto 15px;
  }
}

@media (max-width: 1000px) {
  .xc-ry .ry-top .txt {
    width: 100%;
  }
}

.xc-ry .ry-top .txt h4 {
  margin-top: 0;
  
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #171819;
  margin-bottom: 25px;
}

@media (max-width: 1000px) {
  .xc-ry .ry-top .txt h4 {
    font-size: 16px;
    line-height: 30px;
    color: #171819;
    margin-bottom: 10px;
    text-align: center;
  }
}

.xc-ry .ry-top .txt .yz-list {
  display: flex;
  align-items: center;
}

@media (max-width: 1000px) {
  .xc-ry .ry-top .txt .yz-list {
    justify-content: center;
  }
}

.xc-ry .ry-top .txt .yz-list .item {
  display: flex;
  align-items: center;
}

.xc-ry .ry-top .txt .yz-list .item:first-of-type {
  margin-right: 40px;
}

@media (max-width: 1000px) {
  .xc-ry .ry-top .txt .yz-list .item:first-of-type {
    margin-right: 20px;
  }
}

.xc-ry .ry-top .txt .yz-list .item img {
  margin-right: 10px;
  width: 50px;
}

@media (max-width: 1000px) {
  .xc-ry .ry-top .txt .yz-list .item img {
    width: 40px;
  }
}

.xc-ry .ry-top .txt .yz-list .item p {
  
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #171819;
  margin-bottom: 0;
}

.xc-ry .ry-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.xc-ry .ry-list .item {
  width: calc((100% - 60px) / 4);
  background: #FFFFFF;
  padding-top: 22px;
  padding-bottom: 30px;
  margin-bottom: 20px;
  transition: all 0.4s;
  border-radius: 6px;
}

@media (max-width: 1000px) {
  .xc-ry .ry-list .item {
    width: 100%;
    margin-bottom: 15px;
  }
}

.xc-ry .ry-list .item .t {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .xc-ry .ry-list .item .t {
    margin-bottom: 20px;
  }
}

.xc-ry .ry-list .item .t h5 {
  
  font-weight: 700;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  color: #171819;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .xc-ry .ry-list .item .t h5 {
    font-size: 18px;
  }
}

.xc-ry .ry-list .item .t img {
  opacity: 0;
  height: 48px;
  transition: all 0.4s;
}

.xc-ry .ry-list .item p {
  height: 96px;
  overflow: hidden;
  
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #404347;
  margin-bottom: 15px;
  margin-left: 30px;
  margin-right: 30px;
}

@media (max-width: 1000px) {
  .xc-ry .ry-list .item p {
    height: auto;
    font-size: 14px;
  }
}

.xc-ry .ry-list .item span {
  display: block;
  
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #969799;
  transition: all 0.4s;
}

@media (max-width: 1000px) {
  .xc-ry .ry-list .item span {
    font-size: 12px;
  }
}

.xc-ry .ry-list .item:hover {
  box-shadow: 0px 18px 22px rgba(0, 0, 0, 0.03), 0px 10px 16px rgba(0, 0, 0, 0.02), 0px 0px 12px rgba(0, 0, 0, 0.05), 0px 0px 4px rgba(0, 0, 0, 0.03);
}

.xc-ry .ry-list .item:hover .t img {
  opacity: 1;
}

.xc-ry .ry-list .item:hover span {
  color: #F2B424;
}

.xc-yxkh {
  padding-bottom: 100px;
}

.xc-yxkh .swiper-box {
  position: relative;
}

.xc-yxkh .swiper-box .zz-l,
.xc-yxkh .swiper-box .zz-r {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  z-index: 99;
}

@media (max-width: 1000px) {

  .xc-yxkh .swiper-box .zz-l,
  .xc-yxkh .swiper-box .zz-r {
    width: 40px;
  }
}

.xc-yxkh .swiper-box .zz-r {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  right: 0;
}

.xc-yxkh .swiper-box .zz-l {
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.xc-yxkh .swiper-box .swiper-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.xc-yxkh .swiper-box .swiper-slide {
  box-shadow: 0px 0px 14px 2px rgba(48, 64, 89, 0.04), 0px 11px 25px rgba(28, 30, 39, 0.02);
  border-radius: 5px;
  overflow: hidden;
}

.xc-lx {
  padding-top: 100px;
  padding-bottom: 90px;
  background-image: url('https://src.fanruan.com/website/fanruan/xinchuang/contactbg.png');
  background-position: center;
  background-clip: border-box;
  background-size: cover;
}

.xc-lx .box {
  display: flex;
  padding-left: 40px;
}

.xc-lx .box .left {
  margin-right: 170px;
}

.xc-lx .box .left h2 {
  
  font-style: normal;
  font-weight: 900;
  font-size: 32px;
  line-height: 48px;
  color: #171819;
  margin-bottom: 30px;
  margin-top: 0;
}

.xc-lx .box .left p {
  
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;

  color: #171819;
  margin-bottom: 55px;
}

.xc-lx .box .left a {
  display: block;
  width: 160px;
  height: 40px;

  background: #E54322;
  border-radius: 40px;
  
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  text-align: center;



  color: #FFF0ED;
}

.xc-lx .box .right .img {
  width: 180px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(9px);
  /* Note: backdrop-filter has minimal browser support */

  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.xc-lx .box .right p {
  

  font-weight: 400;
  font-size: 18px;
  line-height: 27px;


  text-align: center;


  color: #171819;
  margin-bottom: 0;

}

.go_top{
  position: fixed;
  width: 80px;
  z-index: 99;
  right: 0;
  bottom: 10%;
  cursor: pointer;
  display: none;
}
.go_top.active{
  display: block;
}


@media (max-width: 1000px) {
  .xc-banner .slide02 .box {
    padding-left: 0;
    padding-right: 0;
}
.xc-banner .slide02 .box .right img{
  display: none;
}
.xc-banner .slide02 .box .left p {
  
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #404347;
  margin-bottom: 32px;
}
.xc-banner .slide02 .box .left a{
  margin: 0 auto;
}
.xc-yxkh {
  padding-bottom: 50px;
}
.xc-lx .box {
  display:block;
  padding-left: 0;
}
.xc-lx .box .left {
  margin-right: 0;
  margin-bottom: 25px;
}

.xc-lx .box .left h2 {
  
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  line-height: 38px;
  color: #171819;
  margin-bottom: 21px;
  margin-top: 0;
  text-align: center;
}
.xc-lx .box .left p {
  
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 27px;
  color: #171819;
  margin-bottom: 15px;
  text-align: center;
}
.xc-lx .box .left a {
  display: block;
  width: 160px;
  height: 40px;
  background: #E54322;
  border-radius: 40px;
  
  font-weight: 400;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  color: #FFF0ED;
  margin: 0 auto;
}
.xc-lx .box .right .img {
  width: 180px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(9px);
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 10px;
  margin: 0 auto;
}
.xc-lx .box .right p {
  
  font-weight: 400;
  font-size: 12px;
  line-height: 27px;
  text-align: center;
  color: #171819;
  margin-bottom: 0;
}
.xc-lx {
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('https://src.fanruan.com/website/fanruan/xinchuang/contactbg.png');
  background-position: center;
  background-clip: border-box;
  background-size: cover;
}
.go_top {
  position: fixed;
  width: 60px;
  z-index: 99;
  right: 0;
  bottom: 5%;
  cursor: pointer;
  display: none;
}
.xc-banner .slide02 .box .left img {
  max-height: 40px;
  margin-bottom: 5px;
  text-align: center;
}
.xc-banner .slide02 .box .left {
  text-align: center;
}


}