.mgt-36{
  margin-top: 36px;
}
.line-1{
  position: relative;
  width: 100%;
  height: auto;
}
.line-1>img{
  width: 100%;
  height: auto;
}

#sitehdSubmit1{
  position: absolute;
  left: 19%;
  top: 46%;
  z-index: 1;
  width: 128px;
  height: 52px;
  line-height: 52px;
}

.line-2{
  width: 100%;
  padding: 38px 0 100px 0;
}

.line-2 .caseCenter{
  width: 1248px;
  height: auto;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: flex-start;
  align-items:flex-start;
}
.line-2 .caseCenter .caseCenter-item{
  width: 280px;
  height: 380px;
  margin: 0 16px;
  margin-bottom: 50px;
  cursor: pointer;
  display: block;
  border-radius: 4px;
}
.line-2 .caseCenter .caseCenter-item>img{
  width: 100%;
  /* height: 142px; */
  height: 157px;
  display: block;
}
.line-2 .caseCenter .caseCenter-item .text-box{
  padding: 18px;
  padding-top: 30px;
  width: 280px;
  height: 170px;
  border-radius: 0px 0px 4px 4px;
  background: #f6f8ff;
}
.line-2 .caseCenter .caseCenter-item:hover .text-box{
  background: #ffffff;
  box-shadow: 5px 5px 30px 0px rgba(106,107,151,0.16);
}
.line-2 .caseCenter .caseCenter-item .text-box .text-box-title{
  height: 30px;
  font-size: 22px;
  font-family: PingFang SC, PingFang SC-Semibold,Microsoft YaHei;
  /* font-weight: 600; */
  color: #252642;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.line-2 .caseCenter .caseCenter-item .text-box .text-box-dsc{
  height: 72px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  font-weight: 400;
  text-align: LEFT;
  color: #686D88;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-2 .caseCenter .caseCenter-item .text-box .text-box-look{
  height: 22px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  color: #686d88;
  line-height: 21px;
}

.line-2 .caseCenter .caseCenter-item .text-box .text-box-time{
  height: 22px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  font-weight: 400;
  text-align: right;
  color: #a1a4b8;
  line-height: 21px;
}

/* #newsMore{
  width: 80px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #a9acdc;
  border-radius: 6px;
  text-align: center;
  margin: auto;
  color: #686d88;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  position: relative;
}
#newsMore:active{
  top: 1px;
}
.pagination-box{
  width: 100%;
  height: 32px;
  margin-top: 60px;
} */

/*分页*/
.tcdPageCode{
  color: #ccc;
  text-align:center;
  box-sizing: border-box;
  margin: auto;
}
.tcdPageCode a{
  display: inline-block; 
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: rgba(255,255,255,0.00);
  border-radius: 2px;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  text-align: center;
  color: #1d2129;
  box-sizing: border-box;
  margin: 0 2px;
}
.tcdPageCode a:hover{
  text-decoration: none;
  width: 32px;
  line-height: 32px;
  background: #fe6d40;
  border-radius: 2px;
  font-size: 16px;
  font-family: Rany, Rany-Regular,Microsoft YaHei;
  text-align: center;
  color: #ffffff;
}
.tcdPageCode .nextPage{
  margin: 0 2px;
  box-sizing: border-box;
}
.tcdPageCode .nextPage:hover,.tcdPageCode .prevPage:hover{
  color: #fe6d40!important;
  background: #ffffff;
}

.tcdPageCode .prevPage{
  margin: 0 2px;
  box-sizing: border-box;
}
.tcdPageCode .current{
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #fe6d40;
  border-radius: 2px;
  font-size: 16px;
  font-family: Rany, Rany-Regular,Microsoft YaHei;
  text-align: center;
  color: #ffffff;
  box-sizing: border-box;
  margin: 0 2px;
}
.tcdPageCode .disabled{	
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin: 0 10px;
  box-sizing: border-box;
  
}
.tcdPageCode .disabled i{
  color: #a1a4b8;
}

.tcdPageCode .more{
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #1d2129;
  display: inline-block;
}

.line-3{
  width: 100%;
  background: url(https://asset.joinf.com/official/images/successCase/line3-bg.png) no-repeat ;
  background-size:100% 100%;
}

.line-3 .visit{
  padding: 0 6%;
}
.line-3 .visit .visit-list{
  width: 100%;
}
.visit-list-cont{
  width: 86%;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}
.visit-list-cont .swiper-wrapper{
  padding-bottom: 40px;
}

.visit-list-cont .visit-list-item{
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: flex-start;
  align-items:flex-start;
}
.visit-list-box{
  width: 32%;
  height: auto;
  background: linear-gradient(180deg,rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 100%);
  border-radius: 4px;
  margin: 0 0.62%;
  margin-bottom: 1.24%;
  position: relative;
  cursor: pointer;
}
.visit-list-box>img{
  width: 100%;
  height: auto;
  display: block;
}
.visit-list-box .play-box{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg,rgba(0,0,0,0.00) 0%, rgba(0,0,0,0.80) 100%);
}
.visit-list-box .play{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.visit-list-box .video-title{
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  height: 30px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium;
  font-weight: 500;
  text-align: LEFT;
  color: #ffffff;
  line-height: 30px;
  padding: 0 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  white-space: nowrap;
}
.visit-list-left{
  width: 7%;
  min-height: 200px;
  position: relative;
}

.visit-list-left .visit-list-left-btn{
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
}
.visit-list-left i {
  font-size: 42px;
  cursor: pointer;
}
.visit-list-left i:hover{
  color: #fe6d40;
}
.visit-list-right{
  width: 7%;
  min-height: 200px;
  position: relative;
}
.visit-list-right .visit-list-right-btn{
  width: 42px;
  height: 42px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -30px;
}
.visit-list-right .visit-list-right-btn i {
  font-size: 42px;
  cursor: pointer;
}
.visit-list-right .visit-list-right-btn i:hover{
  color: #fe6d40;
}
.line-4{
  width: 100%;
  background: #ffffff;
}
.mgl-6{
  margin-right: 6px;
}
.line-4 .customer{
  width: 1206px;
  height: auto;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:flex-start;
}
.line-4 .customer .customer-item{
  border-radius: 4px;
  margin-bottom: 45px;
  display: block;
  box-sizing: border-box;
  width: 373px;
  height: 324px;
  opacity: 0.2;
  background: #ffffff;
  /* border: 1px solid #a1a4b8; */
  border: 1px solid #ECEDF1;
  border-radius: 4px;
  position: relative;
}
.line-4 .customer .customer-item:hover{
  background: #ffffff;
  /* border: 1px solid #ffffff; */
  border: 0;
  box-shadow: 5px 5px 30px 0px rgba(106,107,151,0.16); 
}

.line-4 .customer .customer-item .title-box{
  width: 100%;
  /* height: 279px; */
  height: 218px;
  padding: 40px 40px 0 40px;
}
.line-4 .customer .customer-item .title-box .text-box-dsc{
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  font-weight: 400;
  color: #686d88;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.line-4 .customer .customer-item .title-box .text-box-btn{
  height: 25px;
  margin-top: 12px;
  width: 166px;
  /* text-align: center; */
}
.line-4 .customer .customer-item .title-box .text-box-btn span{
  display: inline-block;
  border: 1px solid #dfe2e8;
  border-radius: 4px;
  padding: 0 10px;
  height: 26px;
  line-height: 24px;
  font-size: 12px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  color: #6e737d;
  background: #ffffff;
  box-sizing: border-box;
  margin-bottom: 6px;
}

.line-4 .customer .customer-item:hover > .icon-box{
  bottom: 68px;
  right: 42px;
}

.line-4 .customer .customer-item .icon-box{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 5px 5px 30px 0px rgba(106,107,151,0.16); 
  position: absolute;
  bottom: 66px;
  right: 40px;
}
.line-4 .customer .customer-item .icon-box>img{
  width: 120px;
  height: 120px;
}
.line-4 .customer .customer-item .text-box{
  width: 100%;
  height: 106px;
  padding-left: 40px;
  padding-top: 12px;
  background: url(https://asset.joinf.com/official/images/successCase/text-bg2.png) no-repeat;
  background-size:100% 100%;
}

.line-4 .customer .customer-item:hover .text-box{
  background: url(https://asset.joinf.com/official/images/successCase/text-bg1.png) no-repeat;
  background-size:100% 100%;
}

.line-4 .customer .customer-item:hover .text-box .text-box-title{
  color: #ffffff;
}

.line-4 .customer .customer-item:hover .text-box .text-box-company{
  color: #ffffff;
}

.line-4 .customer .customer-item .text-box .text-box-title{
  height: 32px;
  font-size: 20px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  font-weight: 500;
  color: #252642;
  line-height: 32px;
}

.line-4 .customer .customer-item .text-box .text-box-company{
  margin-top: 4px;
  height: 24px;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-Regular;
  font-weight: 400;
  color: #686d88;
  line-height: 24px;
}

#customerMore{
  width: 80px;
  height: 32px;
  background: #ffffff;
  border: 1px solid #a9acdc;
  border-radius: 6px;
  text-align: center;
  margin: auto;
  margin-top: 16px;
  color: #686d88;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
  position: relative;
}
#customerMore:active{
  top: 1px;
}

#telphone::-webkit-search-cancel-button , #telphone2::-webkit-search-cancel-button{
  -webkit-appearance: none;
}

.line-14{
  width: 100%;
  height: 208px;
  background: url(https://asset.joinf.com/official/images/successCase/line14-bg.png) no-repeat ;
  background-size:100% 100%;
  /* margin-top: 100px; */
  padding-top: 30px;
}

.line-14 .line-14-title{
  width: 100%;
  height: 50px;
  color: #4D526D;
  font-size: 32px;
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  line-height: 36px;
  text-shadow: 0px 4px 24px 0px rgba(39,69,150,0.23);
  text-align: center;
}
.line-14 .line-14-explain{
  width: 100%;
  color: #686D88;
  height: 20px;
  font-size: 18px;
  font-family: PingFang SC, PingFang SC-Regular,Microsoft YaHei;
  font-weight: 400;
  text-align: CENTER;
  line-height: 20px;
}

.line-14 button{
  width: 108px;
  height: 48px;
  background: linear-gradient(237deg,#ff7528 0%, #ff9051 0%, #ffa06b 0%, #fe6d40 100%);
  border-radius: 8px;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  border-radius: 8px;
  box-shadow: 0px 4px 24px 0px rgba(39,69,150,0.23); 
  font-family: PingFang SC, PingFang SC-Medium,Microsoft YaHei;
  display: block;
  margin: auto;
  margin-top: 20px;
}


#visitSwiper .swiper-pagination{
  bottom: -3px;
}
#visitSwiper .swiper-pagination .swiper-pagination-bullet{
  margin: 0;
  width: 40px;
  height: 3px;
  border-radius: 10px;
  }

#visitSwiper .swiper-pagination .swiper-pagination-bullet-active{
  width: 40px;
  height: 3px;
  background: #fe6d40;
  border-radius: 10px;
}