.page-lkxsy{
  background: linear-gradient(to right, #e7612d,#ed9e43);

}
.lkxst-top{
  width: 100%;
  vertical-align: middle;

}
.lkxsy-con{
  width: 100%;
}
.lkxsy-intro{
  width: 100%;
  position: relative;
  /* text-align: center; */
  padding: 40px;
box-shadow: 0px 0px 15px 0px #333;
background-color: #fff;

}
.lkxsy-intro p{
  font-size: 36px;
  line-height: 2;
  text-indent: 2em;
}
.lkxsy-intro img{
  position: absolute;
  left: 20px;
  top: -20px;
}
.lkxsy-content{
  padding: 140px 0 60px 0;
  background: none;
}
.lkxsy-center{
  width: 1350px;
  margin:  0 auto;
  /* padding: 140px 0 60px 0; */
  padding: 0;

}
.lkxsy-title{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lkxsy-back{
  padding: 20px 30px;
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 0;
  background: url(lkxsy-backbg.png) no-repeat;
  background-size: 100% 100% ;
  /* background-position: center; */
  /* letter-spacing: 3px; */
}
.lkxsy-back img{
  vertical-align: middle;
  margin-right: 5px;
}
.lkxsy-back a{
  font-family: 楷体,楷体_GB2312, SimKai;
  color: #feb45b;
  font-weight: bold;
  text-shadow: 0px 1px 0px #000;

}
.lkxsy-title li{
  font-size: 50px;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 12px;

}
.lkxsy-title li a{
  display: block;
  color: #dd2459;
    width: 300px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  letter-spacing: 10px;
}
.lkxsy-title li:nth-of-type(1){
  margin-right: 80px;
}

.lkxsy-title li.title-active{
  background-color: #f6cc44;
}
.lkxsy-list1{
  width: 100%;

  margin-bottom: 80px;
}
.lkxsy-list1 .list1-ht,
.lkxsy-list1 .list1-st{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.item1-box{
  margin-right: 50px;
  width: 650px;
  text-align: center;
}

.item1-box:nth-of-type(2n){
  margin-right: 0;
}
.item1-box .item1-title{
  width: 100%;
  position: relative;
  width: 500px;
  height: 500px;
  background: url(lkxsy-titlebg.png) no-repeat;
  background-size: 100% 100% ;
  background-position: center;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item1-box .item1-title p,
.item2-box .item2-title p{
  font-size: 36px;
  color: #fff;
  font-weight: bold;
  font-family: 楷体,楷体_GB2312, SimKai;

}
.item1-box .item1-bottom{
  padding: 10px 20px;
  background-color: #fff;
  border-radius: 12px;
  height: 620px;

}

.list1-ht .item1-box .item1-bottom{
  width: 650px;
  height: 400px;
}
.list1-st .item1-box .item1-bottom{
  width: 550px;
  margin: 0 auto;
}
.item1-box .item1-bottom a{
  display: block;
  width: 100%;
  height: 100%;
}
.item1-box .item1-bottom img{
  width: 100%;
  border-radius: 12px;
  height: 100%;
  /* object-fit: contain; */
}
/* 组图 */
.lkxsy-list2{
  width: 100%;
  margin-bottom: 80px;
}
.item2-box {
  width: 100%;
}
.item2-box .item2-title{
  position: relative;
  width: 500px;
  height: 500px;
  background: url(lkxsy-titlebg.png) no-repeat;
  background-size: 100% 100% ;
  background-position: center;
  margin: 0 auto;
  text-align: center;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.item2-bottom{
  width: 1240px;
  margin: 0 auto;
}
.item2-bottom .bottom-pic{
  width: 100%;
  /* background-color: #fff; */
  padding: 10px;
  border-radius: 12px;
  position: relative;

}
.item2-bottom .bottom-pic .bd{
  overflow: hidden;
}
.item2-bottom .pic-box{
  width: 610px;
  height: 380px;
  margin-right: 20px;
  float: left;


}
.item2-bottom .pic-box a{
  display: block;
  width: 100%;
  height: 100%;
}
.item2-bottom .pic-box img{
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: contain;

}
.item2-bottom .bottom-pic .prev{
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  font-size: 80px;

  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);

}
.item2-bottom .bottom-pic .next{
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  font-weight: bold;
  font-size: 80px;

  top: 50%;
  position: absolute;
  right: -60px;
  transform: translateY(-50%);
}
.lkxsy-more{
  text-align: center;
  margin: 40px auto;
  font-size: 28px;
  color: #fff;
}

@media screen  and (max-width: 1200px) {
  .lkxst-top{
    height: 200px;
  }
  .lkxsy-intro{
    padding: 10px;
  }
  .lkxsy-intro p{
    font-size: 16px;
  }
  .lkxsy-intro img {
    left: 10px;
    top: 0;
    width: 30px;
  }
  .lkxsy-center{
    width: 100%;
    padding: 20px 10px;
  }
  .lkxsy-title li{
    width: 40%;
    padding: 0;
  }
  .lkxsy-title li a{
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
  }
  .lkxsy-title li:nth-of-type(1){
    margin-right: 20px;

  }
  .item1-box{
    width: 100%;
    margin-right: 0%;
  }
  .item1-box .item1-title{
    width: 100%;
    height: 150px;
    background-size: 90% 175%;
    margin: 30px 0  15px 0!important;
  }

  .item1-box .item1-title p,
  .item2-box .item2-title p{
    font-size: 20px;
  }
  .item1-box .item1-bottom{
    height: 240px;
  }

  .list1-ht .item1-box .item1-bottom{
    width: 100%;
    height: 240px;
  }
  .list1-st .item1-box .item1-bottom{
    width: 80%;
    height: 350px;
  }
  /* 组图 */
  /* .item2-box{
    width: 100%;
    margin-right: 0%;
  } */
  .item2-box .item2-title{
    width: 100%;
    height: 150px;
    background-size: 90% 175%;
    margin: 30px 0  15px 0;
  }
  .item2-box .item2-bottom{
    width: 90%;
    margin: 0 auto;
  }
  .item2-bottom .pic-box{
    width: 100%;
    height: 240px;
    margin-right: 0;
  }
  .item2-bottom .bottom-pic .next{
    font-size: 40px;
    right: -30px;
  }
  .item2-bottom .bottom-pic .prev{
    left: -30px;
    font-size: 40px;
  }
  .lkxsy-more {
    text-align: center;
    margin: 20px auto;
    font-size: 18px;
    color: #fff;
  }
  .lkxsy-back{
    top: -105px;
  }

}