.n-case{
  padding:80px 0 120px 0;
  background:url(../images/mainBg.png) no-repeat center top;
  background-size: 100% auto;
  margin-top: -4.6vw;
  padding-top: calc(4.6vw + 80px);
  position: relative;
  z-index: 1;
}
.n-case .case-ul{
  display: flex;
  flex-wrap: wrap;
}
.n-case .case-ul li{
  width: 32%;
  margin-right: 2%;
  margin-top: 40px;
}
.n-case .case-ul li:nth-child(3n){
  margin-right: 0;
}
.n-case .case-ul a{
  display: block;
}
.n-case .case-ul .case-pic{
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.n-case .case-ul .case-pic img{
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-case .case-ul a:hover .case-pic img{
  transform: scale(1.05);
}
.n-case .case-ul .case-pic .more{
  width: 60px;
  height: 60px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #0348b2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-case .case-ul a:hover .case-pic .more{
  background: #fe9207;
}
.n-case .case-ul .case-name{
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 1600px) {
  .n-case .case-ul .case-name{
    font-size: 18px;
  }
}
@media (max-width: 1360px) {
  
}
@media (max-width: 992px) {
  .n-case{
    padding:8% 0 10% 0;
    padding-top: calc(4.6vw + 8%);
  }
  .n-case .case-ul li{
    width: 49%;
    margin-top: 4%;
  }
  .n-case .case-ul li:nth-child(3n){
    margin-right: 2%;
  }
  .n-case .case-ul li:nth-child(2n){
    margin-right: 0;
  }
  .n-case .case-ul .case-name{
    font-size: 16px;
    margin-top: 2%;
  }
  .n-case .case-ul .case-pic .more{
    width: 50px;
    height: 50px;
        right: 10px;
    bottom: 10px;
  }
}
@media (max-width: 750px) {
  .n-case .case-ul li{
    width: 100%;
    margin-right: 0;
  }
  .n-case .case-ul li:nth-child(3n){
    margin-right: 0;
  }
  .n-case .case-ul .case-pic{
    border-radius: 10px;
  }
  .n-case .case-ul .case-pic .more{
    width: 45px;
    height: 45px;
  }
  .n-case .case-ul .case-name{
    font-size: 14px;
  }
}

.n-casedetail{
  width: 100%;
  overflow: hidden;
}
.n-casedetail .casedetail-box1{
  width: 100%;
  background: url(../images/caseInfoBg.jpg) no-repeat center;
  background-size: cover;
  padding:120px 0 200px 0;
  z-index: 1;
  overflow: hidden;
}
.n-casedetail .casedetail-box1 .wrap{
  background: #fff;
  display: flex;
}
.n-casedetail .casedetail-box1 .left,
.n-casedetail .casedetail-box1 .right{
  width: 50%;
  position: relative;
}
.n-casedetail .casedetail-box1 .right{
  padding:50px;
  display: flex;
  flex-direction: column;
}
.n-casedetail .casedetail-box1 .left img{
  width: 100%;
  display: block;
}
.n-casedetail .casedetail-box1 .left .swiper-button-next, 
.n-casedetail .casedetail-box1 .left .swiper-button-prev{
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
}
.n-casedetail .casedetail-box1 .left .swiper-button-next{
  right: 3%;
}
.n-casedetail .casedetail-box1 .left .swiper-button-prev{
  left: 3%;
}
.n-casedetail .casedetail-box1 .left .swiper-button-next:after, 
.n-casedetail .casedetail-box1 .left .swiper-button-prev:after{
  font-size: 16px;
  color: #333;
}
.n-casedetail .casedetail-box1 .right .right-title{
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px #eee solid;
  padding-bottom: 15px;
  position: relative;
}
.n-casedetail .casedetail-box1 .right .right-title:after{
  content: "";
  width: 60px;
  height: 3px;
  background: #0348b2;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.n-casedetail .casedetail-box1 .right .right-summary{
  padding: 30px 0;
}
.n-casedetail .casedetail-box1 .right .right-contact{
  display: flex;
  margin-top: 50px;
}
.n-casedetail .casedetail-box1 .right .right-contact a{
  padding:0 20px;
  height: 50px;
  border:2px #0348b2 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}
.n-casedetail .casedetail-box1 .right .right-contact a:last-child{
  background: #0348b2;
  color: #fff;
}
.n-casedetail .casedetail-box1 .right .right-contact .icon{
  display: block;
  margin-right: 10px;
  font-size: 20px;
}
.n-casedetail .casedetail-box2{
  background: #fff;
  height: 200px;
  margin-top: -100px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.n-casedetail .casedetail-box2 ul{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.n-casedetail .casedetail-box2 li{
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.n-casedetail .casedetail-box2 p{
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}
.n-casedetail .casedetail-box3{
  width: 100%;
  background: url(../images/caseInfoBotBg.jpg) #fff no-repeat top center;
  background-size: 100%;
  margin-top: -100px;
  padding:200px 0 120px 0;
  overflow: hidden;
}
.n-casedetail .casedetail-box3 .title{
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px #999 solid;
  padding-bottom: 15px;
  position: relative;
}
.n-casedetail .casedetail-box3 .title:after{
  content: "";
  width: 60px;
  height: 3px;
  background: #0348b2;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.n-casedetail .casedetail-box3 .box1 .content{
  margin-top: 20px;
  flex:1;
}
.n-casedetail .casedetail-box3 .box1 .content img,
.n-casedetail .casedetail-box3 .box1 .content video,
.n-casedetail .casedetail-box3 .box1 .content table{
  max-width: 100% !important;
}
.n-casedetail .casedetail-box3 .box2{
  margin-top: 60px;
}
.n-casedetail .casedetail-box3 .box2 .content ul{
  display: flex;
  flex-wrap: wrap;
}
.n-casedetail .casedetail-box3 .box2 .content li{
  width: 32%;
  margin-top: 50px;
  margin-right: 2%;
}
.n-casedetail .casedetail-box3 .box2 .content li:nth-child(3n){
  margin-right: 0;
}
.n-casedetail .casedetail-box3 .box2 .content li:nth-child(4){
  display: none;
}
.n-casedetail .casedetail-box3 .box2 .content a{
  display: block;
}
.n-casedetail .casedetail-box3 .box2 .content .case-pic{
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.n-casedetail .casedetail-box3 .box2 .content .case-pic img{
  width: 100%;
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-casedetail .casedetail-box3 .box2 .content a:hover .case-pic img{
  transform: scale(1.05);
}
.n-casedetail .casedetail-box3 .box2 .content .case-pic .more{
  width: 60px;
  height: 60px;
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: #0348b2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-casedetail .casedetail-box3 .box2 .content a:hover .case-pic .more{
  background: #fe9207;
}
.n-casedetail .casedetail-box3 .box2 .content .case-name{
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.n-casedetail .casedetail-box3 .box3{
  margin-top: 80px;
}
.n-casedetail .casedetail-box3 .box3 .content{
  margin-top: 50px;
}
.n-casedetail .casedetail-box3 .box3 .content img{
  width: 100%;
  display: block;
}
.n-casedetail .casedetail-box3 .box3 .content a{
  border:1px #eee solid;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.n-casedetail .casedetail-box3 .box3 .content .word{
  padding:30px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
}
.n-casedetail .casedetail-box3 .box3 .content .word .name{
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.n-casedetail .casedetail-box3 .box3 .content .word .more{
  margin-top: 20px;
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
  justify-items: center;
  background: #f9f9f9;
  padding:0 20px;
  line-height: 1;
  height: 42px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.n-casedetail .casedetail-box3 .box3 .content a:hover .word .more{
  background: #0348b2;
  color: #fff;
}
.n-casedetail .casedetail-box3 .box3 .content a:hover .word .more i{
  animation: scrollRight 1.5s ease-in-out infinite;
}
.n-casedetail .casedetail-box3 .box3 .button{
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.n-casedetail .casedetail-box3 .box3 .button .prev,
.n-casedetail .casedetail-box3 .box3 .button .next{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border:1px #333 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0 5px;
}
.n-casedetail .casedetail-box3 .box3 .button .prev:hover,
.n-casedetail .casedetail-box3 .box3 .button .next:hover{
  background: #0348b2;
  border-color: #0348b2;
  color: #fff;
}
@media (max-width: 1600px) {
  .n-casedetail .casedetail-box3 .box2 .content .case-name{
    font-size: 18px;
  }
}
@media (max-width: 1360px) {
  .n-casedetail .casedetail-box1 .right .right-contact a,
  .n-casedetail .casedetail-box1 .right .right-contact .icon{
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .n-casedetail .casedetail-box1{
    padding:10% 0 calc(100px + 8%) 0;
    margin-top: 60px;
  }
  .n-casedetail .casedetail-box1 .wrap{
    display: flex;
    flex-direction: column;
  }
  .n-casedetail .casedetail-box1 .left,
  .n-casedetail .casedetail-box1 .right{
    width: 100%;
  }
  .n-casedetail .casedetail-box1 .right{
    padding:5%;
  }
  .n-casedetail .casedetail-box1 .left .swiper-button-next, 
  .n-casedetail .casedetail-box1 .left .swiper-button-prev{
    width: 36px;
    height: 36px;
  }
  .n-casedetail .casedetail-box1 .left .swiper-button-next:after, 
  .n-casedetail .casedetail-box1 .left .swiper-button-prev:after{
    font-size: 14px;
  }
  .n-casedetail .casedetail-box1 .right .right-title{
    font-size: 20px;
    padding-bottom: 10px;
  }
  .n-casedetail .casedetail-box1 .right .right-title:after{
    width: 50px;
  }
  .n-casedetail .casedetail-box1 .right .right-summary{
    padding: 4% 0;
  }
  .n-casedetail .casedetail-box1 .right .right-contact{
    margin-top: 0;
  }
  .n-casedetail .casedetail-box1 .right .right-contact a{
    padding:0 3%;
  }
  .n-casedetail .casedetail-box1 .right .right-contact .icon{
    margin-right: 5px;
  }
  .n-casedetail .casedetail-box2{
    height: 200px;
    margin-top: -100px;
  }
  .n-casedetail .casedetail-box2 ul{
    flex-wrap: wrap;
  }
  .n-casedetail .casedetail-box2 li{
    width: 50%;
  }
  .n-casedetail .casedetail-box2 li:nth-child(n+3){
    margin-top: 2%;
  }
  .n-casedetail .casedetail-box2 img{
    width: 40px
  }
  .n-casedetail .casedetail-box2 p{
    margin-top: 5px;
    font-size: 16px;
  }
  .n-casedetail .casedetail-box3{
    width: 100%;
    background: url(../images/caseInfoBotBg.jpg) no-repeat center;
    background-size: cover;
    margin-top: -100px;
    padding: calc(100px + 8%) 0 10% 0;
    overflow: hidden;
  }
  .n-casedetail .casedetail-box3 .title{
    font-size: 20px;
    padding-bottom: 10px;
  }
  .n-casedetail .casedetail-box3 .title:after{
    width: 50px;
  }
  .n-casedetail .casedetail-box3 .box1 .content{
    margin-top: 3%;
  }
  .n-casedetail .casedetail-box3 .box2{
    margin-top: 6%;
  }
  .n-casedetail .casedetail-box3 .box2 .content li{
    width: 49%;
    margin-top: 5%;
  }
  .n-casedetail .casedetail-box3 .box2 .content li:nth-child(3n){
    margin-right: 2%;
  }
  .n-casedetail .casedetail-box3 .box2 .content li:nth-child(2n){
    margin-right: 0;
  }
  .n-casedetail .casedetail-box3 .box2 .content li:nth-child(4){
    display: block;
  }
  .n-casedetail .casedetail-box3 .box2 .content .case-name{
    font-size: 16px;
    margin-top: 2%;
  }
  .n-casedetail .casedetail-box3 .box2 .content .case-pic .more{
    width: 50px;
    height: 50px;
        right: 10px;
    bottom: 10px;
  }
  .n-casedetail .casedetail-box3 .box3{
    margin-top: 8%;
  }
  .n-casedetail .casedetail-box3 .box3 .content{
    margin-top: 5%;
  }
  .n-casedetail .casedetail-box3 .box3 .content .word{
    padding:4% 3%;
  }
  .n-casedetail .casedetail-box3 .box3 .content .word .name{
    font-size: 16px;
  }
  .n-casedetail .casedetail-box3 .box3 .content .word .more{
    margin-top: 3%;
  }
  .n-casedetail .casedetail-box3 .box3 .button{
    margin-top: 4%;
  }
  .n-casedetail .casedetail-box3 .box3 .button .prev,
  .n-casedetail .casedetail-box3 .box3 .button .next{
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 750px) {
  .n-casedetail .casedetail-box1 .right .right-title,
  .n-casedetail .casedetail-box3 .title{
    font-size: 18px;
  }
  .n-casedetail .casedetail-box1 .right .right-contact a{
    height: 40px;
  }
  .n-casedetail .casedetail-box1 .left .swiper-button-next, 
  .n-casedetail .casedetail-box1 .left .swiper-button-prev{
    width: 30px;
    height: 30px;
  }
  .n-casedetail .casedetail-box2{
    border-radius: 10px;
  }
  .n-casedetail .casedetail-box2 li:nth-child(n+3){
    margin-top: 4%;
  }
  .n-casedetail .casedetail-box2 img{
    width: 30px
  }
  .n-casedetail .casedetail-box2 p{
    font-size: 14px;
  }
  .n-casedetail .casedetail-box3 .box2 .content li{
    width: 100%;
    margin-right: 0;
  }
  .n-casedetail .casedetail-box3 .box2 .content li:nth-child(3n){
    margin-right: 0;
  }
  .n-casedetail .casedetail-box3 .box2 .content .case-pic{
    border-radius: 10px;
  }
  .n-casedetail .casedetail-box3 .box2 .content .case-pic .more{
    width: 45px;
    height: 45px;
  }
  .n-casedetail .casedetail-box3 .box2 .content .case-name{
    font-size: 14px;
  }
  .n-casedetail .casedetail-box3 .box3 .content a{
    border-radius: 10px;
  }
  .n-casedetail .casedetail-box3 .box3 .button .prev,
  .n-casedetail .casedetail-box3 .box3 .button .next{
    width: 32px;
    height: 32px;
  }
}