.wrap-container{
  width: 1440px;
  margin: 0 auto;
}

/* 网站定制开发 */
.custom-wrap{
  width: 100%;
  min-width: 1920px;
  background-color: #fff;
}
.custom-wrap>.wrap-container{
  position: relative;
  padding-top: 208px;
}
.bg-circle{
  position: absolute;
  right: -105px;
  bottom: -35px;
  z-index: 1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 25px solid #36A687;
  opacity: 0.1;
}
.custom-wrap .intro-wrap h2{
  font-size: 48px;
  color: #13161B;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
}
.custom-wrap .intro-wrap .desc{
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 19px;
  margin-top: 16px;
  text-align: left;
  white-space: nowrap;
}
.custom-wrap .intro-wrap .bg-text{
  position: absolute;
  top: 132px;
  width: 100%;
  font-weight: 800;
  font-size: 108px;
  color: #97A9B2;
  line-height: 127px;
  text-align: left;
  margin: 0 auto;
  white-space: nowrap;
  opacity: 0.08;
}
.custom-wrap .gray-block{
  width: 100%;
  min-width: 1920px;
  height: 524px;
  margin-top: 57px;
  background-color: #F7F9FA;
  overflow: hidden;
}
.custom-wrap .list-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 48px;
}
.custom-wrap .list-wrap .list-item{
  width: 270px;
  min-width: 270px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(218,224,229,0.25);
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
}
.custom-wrap .list-wrap .list-item .media-wrap{
  position: relative;
  width: 246px;
  height: 200px;
  margin: 12px auto 0;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.custom-wrap .list-wrap .list-item:hover .media-wrap{
  height: 336px;
}
.custom-wrap .list-wrap .list-item .media-wrap>video{
  width: 100%;
}
.custom-wrap .list-wrap .list-item .media-wrap>img{
  width: 100%;
}
.custom-wrap .list-wrap .list-item .media-wrap .mask{
  position: absolute;
   
}
.custom-wrap .list-wrap .list-item .media-wrap .play{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 70px !important;
  height: 70px !important;
  margin: auto;
}
.custom-wrap .list-wrap .list-item .name{
  box-sizing: border-box;
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #13161B;
  line-height: 36px;
  text-align: left;
  margin-top: 12px;
  padding: 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-wrap .list-wrap .list-item .other-info{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 26px;
  padding: 0 20px;
}
.custom-wrap .list-wrap .list-item .other-info>div{
  display: flex;
  justify-content: flex-start;
  align-items: center;

}
.custom-wrap .list-wrap .list-item .other-info>div>img{
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.custom-wrap .list-wrap .list-item .other-info>div>span{
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  text-align: left;
  white-space: nowrap;
}
.custom-wrap .more{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  cursor: pointer;
}
.custom-wrap .more>span{
  font-size: 16px;
  font-weight: 500;
  color: #A1ADB9;
}
.custom-wrap .more>img{
  width: 26px;
  height: 26px;
  margin-left: 6px;
}

/* 高端网站定制 */
.advantage-wrap{
  position: relative;
  width: 1856px;
  min-width: 1856px;
  height: 1428px;
  margin: 200px auto 0;
  background: url(https://ykx-1254116920.cos.ap-nanjing.myqcloud.com/pc_website/home_assets/imgs/website/advantage-bg.png) no-repeat;
  background-size: 1856px 1428px;
  overflow: hidden;
}
.advantage-wrap .intro-wrap h2{
  font-size: 48px;
  color: #13161B;
  font-weight: 400;
  text-align: left;
  margin-top: 152px;
  white-space: nowrap;
}
.advantage-wrap .intro-wrap .desc{
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 19px;
  margin-top: 16px;
  text-align: left;
  white-space: nowrap;
}
.advantage-wrap .intro-wrap .bg-text{
  position: absolute;
  top: 79px;
  width: 100%;
  font-weight: 800;
  font-size: 98px;
  color: #97A9B2;
  line-height: 115px;
  text-align: left;
  margin: 0 auto;
  white-space: nowrap;
  opacity: 0.08;
}
.advantage-wrap .content-wrap{
  position: relative;
  box-sizing: border-box;
  width: 1440px;
  height: 966px;
  margin-top: 80px;
  font-size: 0;
  padding: 40px 40px 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(205,218,229,0.25);
  border-radius: 16px;
}
.advantage-wrap .content-wrap .badge{
  position: absolute;
  bottom: -87px;
  right: -114px;
  z-index: 1;
  width: 174px;
  height: 174px;
}
.advantage-wrap .content-wrap .advantage-icon{
  position: absolute;
  top: -33px;
  right: -35px;
  z-index: 1;
  width: 160px;
  height: 160px;
}
.advantage-wrap .content-wrap::after{
  content: '';
  position: absolute;
  left: 31px;
  top: 31px;
  z-index: -1;
  width: 1440px;
  height: 965px;
  border-radius: 16px;
  border: 3px solid rgba(197,224,223,0.5);
}
.advantage-wrap .content-wrap .item{
  box-sizing: border-box;
  display: inline-block;
  width: 670px;
  height: 158px;
  margin-right: 20px;
  margin-bottom: 24px;
  padding: 0 79px 0 33px;
  background: linear-gradient( 90deg, rgba(223,235,237,0.35) 1%, rgba(223,235,237,0.2) 100%);
  border-radius: 16px;
  overflow: hidden;
}
.advantage-wrap .content-wrap .item:nth-of-type(2n){
  margin-right: 0;
}
.advantage-wrap .content-wrap .item .title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.advantage-wrap .content-wrap .item .title>img{
  width: 23px;
  height: 15px;
  margin-right: 14px;
}
.advantage-wrap .content-wrap .item .title>span{
  font-size: 24px;
  font-weight: bold;
  color: #0B1B3B;
  text-align: left;
  line-height: 32px;
}
.advantage-wrap .content-wrap .item .desc{
  font-size: 24px;
  color: rgba(11,27,59,0.5);
  line-height: 32px;
  text-align: left;
  margin-left: 37px;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 网站设计案例 */
.example-wrap .intro-wrap{
  position: relative;
  padding-top: 196px;
}
.example-wrap .intro-wrap h2{
  font-size: 48px;
  color: #13161B;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.example-wrap .intro-wrap .desc{
  font-size: 16px;
  color: rgba(11,27,59,0.7);
  line-height: 19px;
  margin-top: 16px;
  text-align: center;
  white-space: nowrap;
}
.example-wrap .intro-wrap .bg-text{
  position: absolute;
  top: 132px;
  width: 100%;
  font-weight: 800;
  font-size: 108px;
  color: #97A9B2;
  line-height: 127px;
  text-align: center;
  margin: 0 auto;
  white-space: nowrap;
  opacity: 0.08;
}
.example-wrap .slide-wrap .wrap-container{
  position: relative;
}
.example-wrap .example-swiper{
  width: inherit;
  padding-top: 80px;
  overflow-x: hidden;
}
.example-wrap .example-swiper .swiper-button-prev{
  position: absolute;
  left: -100px;
  width: 40px;
  height: 40px;
  background: url('https://ykx-1254116920.cos.ap-nanjing.myqcloud.com/pc_website/home_assets/imgs/website/btn-left.png') no-repeat;
  background-size: 100% 100%;
}
.example-wrap .example-swiper .swiper-button-prev::after{
  display: none !important;
}
.example-wrap .example-swiper .swiper-button-next{
  position: absolute;
  right: -100px;
  width: 40px;
  height: 40px;
  background: url('https://ykx-1254116920.cos.ap-nanjing.myqcloud.com/pc_website/home_assets/imgs/website/btn-right.png') no-repeat;
  background-size: 100% 100%;
}
.example-wrap .example-swiper .swiper-button-next::after{
  display: none !important;
}
.example-wrap .slide-wrap{
  width: 100%;
  min-width: 1920px;
  height: 880px;
  margin-top: 60px;
  background: linear-gradient(to right,rgba(223, 235, 237, 0.35),rgba(223, 235, 237, 0));
}
.example-wrap .slide-box{
  font-size: 0;  
}
.slide-box .list-item{
  position: relative;
  display: inline-block;
  width: 440px;
  height: 330px;
  top: 0;
  margin-right: 60px;
  margin-bottom: 60px;
  box-shadow: 0px 12px 16px 0px rgba(218,224,229,0.25);
  border-radius: 16px;
  cursor: pointer;
  overflow: hidden;
  transition: all .5s ease-in-out;
}
.slide-box .list-item:hover{
  top: -20px;
}
.slide-box .list-item:nth-of-type(3n){
  margin-right: 0;
}
.slide-box .list-item>img{
  width: 100%;
  height: 100%;
}
.slide-box .list-item .icon{
  position: absolute;
  top: 12px;
  right: 4px;
  z-index: 8;
  width: 72px;
  height: 72px;
}
.slide-box .list-item .mask{
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: linear-gradient( 180deg, rgba(0,65,53,0) 0%, rgba(0,44,36,0.6) 100%);
}
.slide-box .list-item:hover .mask{
  opacity: 1;
}
.slide-box .list-item .content{
  position: absolute;
  bottom: 28px;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  padding: 0 36px;
  font-weight: bold;
  font-size: 32px;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
/* 更多案例 */
.more-case-wrap{
  width: 1920px;
  height: 527px;
  margin-top: 152px;
  background: url('https://ykx-1254116920.cos.ap-nanjing.myqcloud.com/pc_website/home_assets/imgs/website/cases-bg.png') no-repeat;
  background-size: 1920px 527px;
}
.more-case-wrap .intro-wrap{
  position: relative;
  padding-top: 102px;
}
.more-case-wrap .intro-wrap h2{
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  color: #13161B;
  line-height: 38px;
  text-align: left;
  white-space: nowrap;
}
.more-case-wrap .intro-wrap h2::after{
  content: "";
  position: absolute;
  right: -32px;
  bottom: 6px;
  width: 20px;
  height: 6px;
  background: #36A687;
}
.more-case-wrap .intro-wrap .bg-text{
  position: absolute;
  top: 64px;
  width: 100%;
  font-weight: 800;
  font-size: 64px;
  color: #2A6684;
  line-height: 75px;
  text-align: left;
  margin: 0 auto;
  white-space: nowrap;
  opacity: 0.08;
}
.more-case-wrap .list-wrap{
  font-size: 0;
  margin-top: 93px;
}
.more-case-wrap .list-wrap .list-item{
  box-sizing: border-box;
  display: inline-block;
  width: 210px;
  height: 44px;
  margin-right: 97px;
  margin-bottom: 48px;
  border-radius: 28px;
  border: 1px solid #36A687;
  cursor: pointer;
}
.more-case-wrap .list-wrap .item{
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: inherit;
  height: inherit;
  padding: 0 20px 0 24px;
  
}
.more-case-wrap .list-wrap .list-item:nth-of-type(5n){
  margin-right: 0;
}
.more-case-wrap .list-wrap .item>span{
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  color: #13161B;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.more-case-wrap .list-wrap .item>img{
  width: 15px;
  min-width: 15px;
  height: 5px;
  margin-left: 16px;
}
.more-case-wrap .more-text{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  cursor: pointer;
}
.more-case-wrap .more-text>span{
  font-size: 16px;
  font-weight: 500;
  color: #A1ADB9;
}
.more-case-wrap .more-text>img{
  width: 20px;
  height: 20px;
  margin-left: 8px;
}