*{margin:0;padding:0;}
a{text-decoration: none;}
li{list-style: none;}

body{
  font-family: "Chinese Quote","-apple-system","BlinkMacSystemFont","Segoe UI,Roboto","PingFang SC",
  "Hiragino Sans GB","Microsoft YaHei","Helvetica Neue","Helvetica,Arial",sans-serif;
  font-size:14px;
}

/* luyou方案 */
.luyou-detail{
  width:100%;
  overflow: hidden;
  margin:0 auto;
}

.luyou-detail .banner{
  width: 100%;
  height: 720px;
}
.luyou-detail .banner img{
  width: 100%;
  height: 100%;
}
.luyou-detail .content{
  /* width: 1200px; */
  overflow: hidden;
  margin:0 auto;
}
.luyou-detail .content .part1{
  padding:50px 0 30px 0;
}
.luyou-detail .content .part1 .inner{
  width: 1200px;
  margin:0 auto;
}
.luyou-detail .content .part1 .hd{
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 34px;
  color: #313131;
  font-weight: 600;
  position: relative;
}
.luyou-detail .content .part1 .hd::after{
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background:#1e67f4;
  border-radius: 6px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.luyou-detail .content .part1 .bd{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin:50px 0 0 0;
}

.luyou-detail .content .part1 .bd .item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:30px 0;
  background:#f5f8fb;
  border-radius:10px;
}

.luyou-detail .content .part2{
  padding:50px 0 30px 0;
}
.luyou-detail .content .part2 .inner{
  width: 1200px;
  margin:0 auto;
}
.luyou-detail .content .part2 .hd{
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 34px;
  color: #313131;
  font-weight: 600;
  position: relative;
}
.luyou-detail .content .part2 .hd::after{
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background:#1e67f4;
  border-radius: 6px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.luyou-detail .content .part2 .bd{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-between;
  margin:50px 0 0 0;
}
.luyou-detail .content .part2 .bd .left-txt{
  flex: 1;
  margin:0 80px 0 0;
}
.luyou-detail .content .part2 .bd .left-txt .txt{
  line-height: 28px;
  text-indent:30px;
  font-size: 17px;
  color: #3d3d3d;
  font-weight: 400;
}

.luyou-detail .content .part2 .bd .left-txt .item-list{
  margin: 20px 0 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.luyou-detail .content .part2 .bd .left-txt .item-list .item{
  margin:0px 0 10px 0;
  padding-left:20px;
  background:url('../luyouimage/icon-done.png') no-repeat left;
  color: #414141;
}
.luyou-detail .content .part2 .bd .left-txt .lj{
  width:100px;
  height: 40px;
  margin:20px 0 0 0;
  background:#1e67f4;
  border-radius:6px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.luyou-detail .content .part2 .bd .right-img{
  width:615px;
  height: 344px; 
}
.luyou-detail .content .part2 .bd .right-img img{
  width: 100%;
  height: 100%;
  border: 1px solid #ebf2f9;
  box-sizing: border-box;
  border-radius:20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}


.luyou-detail .content .part3{
  padding:30px 0;
  background: url('../luyouimage/13.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.luyou-detail .content .part3 .inner{
  width: 1200px;
  margin:0 auto;
}
.luyou-detail .content .part3 .hd{
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 34px;
  color: #313131;
  font-weight: 600;
  position: relative;
}
.luyou-detail .content .part3 .hd::after{
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background:#1e67f4;
  border-radius: 6px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.luyou-detail .content .part3 .bd{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-between;
  margin:50px 0 0 0;
}
.luyou-detail .content .part3 .bd .left-img{
  width:615px;
  height: 340px; 
}
.luyou-detail .content .part3 .bd .left-img img{
  width: 100%;
  height: 100%;
  border: 1px solid #ebf2f9;
  box-sizing: border-box;
  border-radius:20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.luyou-detail .content .part3 .bd .right-txt{
  flex: 1;
  margin:0 0 0 80px;
}

.luyou-detail .content .part3 .bd .right-txt .txt{
  line-height: 28px;
  text-indent:30px;
  font-size: 17px;
  color: #3d3d3d;
  font-weight: 400;
}
.luyou-detail .content .part3 .bd .right-txt .tags{
  margin: 20px 0 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.luyou-detail .content .part3 .bd .right-txt .tags .item{
  margin:0px 0 10px 0;
  padding-left:20px;
  background:url('../luyouimage/icon-done.png') no-repeat left;
  color: #414141;
}
.luyou-detail .content .part3 .bd .right-txt .lj{
  width:100px;
  height: 40px;
  margin:20px 0 0 0;
  background:#1e67f4;
  border-radius:6px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}


.luyou-detail .content .part4{
  padding:30px 0;
}
.luyou-detail .content .part4 .inner{
  width: 1200px;
  margin:0 auto;
}
.luyou-detail .content .part4 .hd{
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 34px;
  color: #313131;
  font-weight: 600;
  position: relative;
}
.luyou-detail .content .part4 .hd::after{
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background:#1e67f4;
  border-radius: 6px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.luyou-detail .content .part4 .bd{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-between;
  margin:50px 0 0 0;
}
.luyou-detail .content .part4 .bd .left-txt{
  flex: 1;
  margin:0 80px 0 0;
}
.luyou-detail .content .part4 .bd .left-txt .txt{
  line-height: 28px;
  text-indent:30px;
  font-size: 17px;
  color: #3d3d3d;
  font-weight: 400;
}

.luyou-detail .content .part4 .bd .left-txt .item-list{
  margin: 20px 0 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.luyou-detail .content .part4 .bd .left-txt .item-list .item{
  margin:0px 0 10px 0;
  padding-left:20px;
  background:url('../luyouimage/icon-done.png') no-repeat left;
  color: #414141;
}
.luyou-detail .content .part4 .bd .left-txt .lj{
  width:100px;
  height: 40px;
  margin:20px 0 0 0;
  background:#1e67f4;
  border-radius:6px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.luyou-detail .content .part4 .bd .right-img{
  width:615px;
  height: 344px; 
}
.luyou-detail .content .part4 .bd .right-img img{
  width: 100%;
  height: 100%;
  border: 1px solid #ebf2f9;
  box-sizing: border-box;
  border-radius:20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}


.luyou-detail .content .part5{
  padding:30px 0;
  background: url('../luyouimage/14.png') no-repeat center center;
  background-size: 100% 100%;
}
.luyou-detail .content .part5 .inner{
  width: 1200px;
  margin:0 auto;
}
.luyou-detail .content .part5 .hd{
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 34px;
  color: #313131;
  font-weight: 600;
  position: relative;
}
.luyou-detail .content .part5 .hd::after{
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background:#1e67f4;
  border-radius: 6px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.luyou-detail .content .part5 .bd{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-between;
  margin:50px 0 0 0;
}
.luyou-detail .content .part5 .bd .left-img{
  width:615px;
  height: 340px; 
}
.luyou-detail .content .part5 .bd .left-img img{
  width: 100%;
  height: 100%;
  border: 1px solid #ebf2f9;
  box-sizing: border-box;
  border-radius:20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.luyou-detail .content .part5 .bd .right-txt{
  flex: 1;
  margin:0 0 0 80px;
}

.luyou-detail .content .part5 .bd .right-txt .txt{
  line-height: 28px;
  text-indent:30px;
  font-size: 17px;
  color: #3d3d3d;
  font-weight: 400;
}
.luyou-detail .content .part5 .bd .right-txt .tags{
  margin: 20px 0 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.luyou-detail .content .part5 .bd .right-txt .tags .item{
  margin:0px 0 10px 0;
  padding-left:20px;
  background:url('../luyouimage/icon-done.png') no-repeat left;
  color: #414141;
}
.luyou-detail .content .part5 .bd .right-txt .lj{
  width:100px;
  height: 40px;
  margin:20px 0 0 0;
  background:#1e67f4;
  border-radius:6px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}


.luyou-detail .content .part6{
  padding:30px 0;
}
.luyou-detail .content .part6 .inner{
  width: 1200px;
  margin:0 auto;
}
.luyou-detail .content .part6 .hd{
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 34px;
  color: #313131;
  font-weight: 600;
  position: relative;
}
.luyou-detail .content .part6 .hd::after{
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background:#1e67f4;
  border-radius: 6px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.luyou-detail .content .part6 .bd{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-between;
  margin:50px 0 0 0;
}
.luyou-detail .content .part6 .bd .left-txt{
  flex: 1;
  margin:0 80px 0 0;
}
.luyou-detail .content .part6 .bd .left-txt .txt{
  line-height: 28px;
  text-indent:30px;
  font-size: 17px;
  color: #3d3d3d;
  font-weight: 400;
}

.luyou-detail .content .part6 .bd .left-txt .item-list{
  margin: 20px 0 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.luyou-detail .content .part6 .bd .left-txt .item-list .item{
  margin:0px 0 10px 0;
  padding-left:20px;
  background:url('../luyouimage/icon-done.png') no-repeat left;
  color: #414141;
}
.luyou-detail .content .part6 .bd .left-txt .lj{
  width:100px;
  height: 40px;
  margin:20px 0 0 0;
  background:#1e67f4;
  border-radius:6px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.luyou-detail .content .part6 .bd .right-img{
  width:615px;
  height: 344px; 
}
.luyou-detail .content .part6 .bd .right-img img{
  width: 100%;
  height: 100%;
  border: 1px solid #ebf2f9;
  box-sizing: border-box;
  border-radius:20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}



.luyou-detail .content .part7{
  padding:30px 0;
  background: url('../luyouimage/14.png') no-repeat center center;
  background-size: 100% 100%;
}
.luyou-detail .content .part7 .inner{
  width: 1200px;
  margin:0 auto;
}
.luyou-detail .content .part7 .hd{
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 34px;
  color: #313131;
  font-weight: 600;
  position: relative;
}
.luyou-detail .content .part7 .hd::after{
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background:#1e67f4;
  border-radius: 6px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.luyou-detail .content .part7 .bd{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-between;
  margin: 50px 0 0 0;
}
.luyou-detail .content .part7 .bd .left-img{
  width:615px;
  height: 340px; 
}
.luyou-detail .content .part7 .bd .left-img img{
  width: 100%;
  height: 100%;
  border: 1px solid #ebf2f9;
  box-sizing: border-box;
  border-radius:20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}
.luyou-detail .content .part7 .bd .right-txt{
  flex: 1;
  margin:0 0 0 80px;
}

.luyou-detail .content .part7 .bd .right-txt .txt{
  line-height: 28px;
  text-indent:30px;
  font-size: 17px;
  color: #3d3d3d;
  font-weight: 400;
}
.luyou-detail .content .part7 .bd .right-txt .tags{
  margin: 20px 0 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.luyou-detail .content .part7 .bd .right-txt .tags .item{
  margin:0px 0 10px 0;
  padding-left:20px;
  background:url('../luyouimage/icon-done.png') no-repeat left;
  color: #414141;
}
.luyou-detail .content .part7 .bd .right-txt .lj{
  width:100px;
  height: 40px;
  margin:20px 0 0 0;
  background:#1e67f4;
  border-radius:6px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}


.luyou-detail .content .part8{
  padding:30px 0;
}
.luyou-detail .content .part8 .inner{
  width: 1200px;
  margin:0 auto;
}
.luyou-detail .content .part8 .hd{
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 34px;
  color: #313131;
  font-weight: 600;
  position: relative;
}
.luyou-detail .content .part8 .hd::after{
  content: "";
  display: block;
  width: 100px;
  height: 4px;
  background:#1e67f4;
  border-radius: 6px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
}
.luyou-detail .content .part8 .bd{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content:space-between;
  margin:50px 0 0 0;
}
.luyou-detail .content .part8 .bd .left-txt{
  flex: 1;
  margin:0 80px 0 0;
}
.luyou-detail .content .part8 .bd .left-txt .txt{
  line-height: 28px;
  text-indent:30px;
  font-size: 17px;
  color: #3d3d3d;
  font-weight: 400;
}

.luyou-detail .content .part8 .bd .left-txt .item-list{
  margin: 20px 0 0 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.luyou-detail .content .part8 .bd .left-txt .item-list .item{
  margin:0px 0 10px 0;
  padding-left:20px;
  background:url('../luyouimage/icon-done.png') no-repeat left;
  color: #414141;
}
.luyou-detail .content .part8 .bd .left-txt .lj{
  width:100px;
  height: 40px;
  margin:20px 0 0 0;
  background:#1e67f4;
  border-radius:6px;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
}
.luyou-detail .content .part8 .bd .right-img{
  width:615px;
  height: 344px; 
}
.luyou-detail .content .part8 .bd .right-img img{
  width: 100%;
  height: 100%;
  border: 1px solid #ebf2f9;
  box-sizing: border-box;
  border-radius:20px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}


.part9{
  padding:30px 0;
  background: url('../luyouimage/14.png') no-repeat center center;
  background-size: 100% 100%;
}
.part9 .inner{
  width: 1200px;
  margin:0 auto;
}
.part9 .hd{
  margin: 0 0 20px 0;
  text-align: center;
  font-size: 34px;
  color: #313131;
  font-weight: 600;

}
.part9 .bd{
 
}

.part9 .bd .tabs{
  display: flex;
  justify-content: space-around;
  padding: 0 12%;
}
.part9 .bd .tabs .item{
  font-size: 16px;
  color: #313131;
}
.part9 .bd .tabs .item.active{
  border-bottom: #0051FF solid 2px;
  font-size: 18px;
  color: #0051FF;
}
.part9 .bd .tabs{
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.part9 .bd .tabs .item{
  padding: 12px 24px;
  background: #fff;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.part9 .bd .tabs .item:hover{
  border-color: #1e67f4;
  color: #1e67f4;
}

.part9 .bd .tabs .item.active{
  background: #1e67f4;
  border-color: #1e67f4;
  color: #fff;
}

.part9 .bd .content-box{
  margin-top: 30px;
  min-height: 300px;
}

.part9 .bd .content-box .box.active{
  display: block;
}
.part9 .bd .content-box .box .item{
  padding: 30px;
  background: #f8f9fa;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.part9 .bd .content-box .box .item .cover{
  width:320px;
  height: 320px;
  margin:0 30px 0 0;
}
.part9 .bd .content-box .box .item .cover img{
  width: 100%;
  height: 100%;
}
.part9 .bd .content-box .box .item .info{
  flex: 1;
}

.part9 .bd .content-box .box .item h3{
  font-size: 24px;
  color: #1e67f4;
  margin-bottom: 20px;
  font-weight: bold;
}

.part9 .bd .content-box .box .item p{
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}



.luyou-detail .luyou-footer{
  width: 100%;
  height:270px;
  margin:30px 0;
}
.luyou-detail .luyou-footer img{
  width: 100%;
  height:100%;
}

.luyou-detail .luyou-footer .inner{
  width: 1200px;
  margin:0 auto;
}
