
.bannerWrap {
	width: 100%;
	/* height: 650px; */
}
.bannerWrap .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.bannerWrap .swiper-slide .imgWrap img{
  width: 100%;;
}
/*
.bannerWrap .swiper-slide .imgWrap{ width: 100%;
  -webkit-animation: scale_img 80s infinite ease-out alternate;
    -moz-animation: scale_img 80s infinite ease-out alternate;
    -ms-animation: scale_img 80s infinite ease-out alternate;
    animation: scale_img 80s infinite ease-out alternate;
   }
  
  @-webkit-keyframes scale_img{
    0%{
      transform:scale(1) translateX(0px);
    }
    50%{
      transform:scale(1.5) translateX(50px);
    }
    100% {
      transform:scale(2) translateX(50px);
    }
  }
  @keyframes scale_img{
    0%{
      transform:scale(1) translateX(0px);
    }
    50%{
      transform:scale(1.5) translateX(50px);
    }
    100% {
      transform:scale(2) translateX(50px);
    }
  }
*/
.bannerWrap .pagination{
  bottom: 25px;
  position: absolute;
  text-align: center;
  z-index: 9;
}

.bannerWrap .pagination .swiper-pagination-bullet{
  background: #15203F;
  width: 12px;
  height: 12px;
}

.companyInfo{
  margin-top: 87px;
  margin-bottom: 115px;
}
.companyInfo .left{
  width: 38.2%;
}
.companyInfo .left .title{
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 25px;
}
.companyInfo .left .content{
  line-height: 2;
  color: #333;
  font-size: 16px;
  margin-bottom: 75px;
}
.companyInfo .left .contentNum .num{
  font-size: 36px;
  position: relative;
}
.companyInfo .left .contentNum .txt{
  font-size: 16px;
}
.companyInfo .left .contentNum label{
  font-size: 16px;
  vertical-align: top;
}

.companyInfo .right{
  width: 50%;
  height: 380px;
  transition: all .3s ease;
}

.companyInfo .right img{
  width: 100%;
}

.companyInfo .right:hover {
  transform: translateY(-6px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
  -webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
  -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
  transition: all .3s ease;
}

.titleCh{
  font-size: 34px;
  margin-bottom: 12px;
  text-align: center;
}

.titleEn{
  font-size: 18px;
  text-align: center;
  color: #999;
}
.pdWrap{
  margin-bottom: 155px;
}
.pdWrap .pdSildWrap.PC-Box{
  position: relative;
  margin-top: 100px;
  width: 100%;
}
.pdWrap .pdSild{
  width:1199px;
}
.pdWrap .pdSild .swiper-slide > a{
  display: block;
}
.pdWrap .pdSild .swiper-slide .imgWrap{
  margin: 0 auto;
  width: 100%;
  height: 293px;
  overflow: hidden;
  background: #f7f7f7;
}
.pdWrap .pdSild .swiper-slide img{
  width: 100%;
  margin: 0 auto;
}

.pdWrap .pdSild .swiper-slide p{
  color: #333;
  font-size: 22px;
  margin-top: 32px;
  text-align: center;
}

.pdWrap .pdSild .swiper-slide .last{
  font-size: 24px;
  text-align: center;
  line-height: 293px;
  background: #f7f7f7;
}

.pdWrap .pdSildWrap .next,
.pdWrap .pdSildWrap .prev{
  position: absolute;
  top: 128px;
  width: 38px;
  height: 38px;
  z-index: 10;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
outline: none;
text-decoration: none;
cursor: pointer;
}



.pdWrap .pdSildWrap .prev{
  background-image: url(../images/prev.png);
  left: -100px;

}

.pdWrap .pdSildWrap .next{
  background-image: url(../images/next.png);
  right:  -100px;
}

.pdWrap .pdSildWrap .next.swiper-button-disabled{
  background-image: url(../images/next-disabled.png);
}

.pdWrap .pdSildWrap .prev.swiper-button-disabled{
  background-image: url(../images/prev-disabled.png);
}
.pdSildWrap.Phone-Box {
  width: 90%;
  margin: 15px auto 0 auto;
}
.pdSildWrap.Phone-Box  .swiper-slide > img{
  display: block;
  margin: 0 auto;
}
.swiper-slide .imgWrap{
  display: block;
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.swiper-slide .imgWrap>img{
	width: 100%;
}



.caseWrap .caseSild{
  height: 650px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 85px;
}
.caseWrap .caseSild .swiper-slide {
  position: relative;
  transition-timing-function: linear;
  -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
}

.caseWrap .caseSild .swiper-slide > a:hover .caseIntroduce{
	 -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

.caseWrap .caseSild .swiper-slide > a{
	display: block;
    height: 100%;
}

.caseWrap .caseSild .swiper-slide img{
  height: 100%;
  width: 100%;
}

.caseWrap .caseSild .next,
.caseWrap .caseSild .prev{
  position: absolute;
  top: 306px;
  width: 38px;
  height: 38px;
  z-index: 10;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color: transparent;
outline: none;
text-decoration: none;
cursor: pointer;
}

.caseWrap .caseSild .prev{
  background-image: url(../images/prev.png);
  left: 130px;

}

.caseWrap .caseSild .next{
  background-image: url(../images/next.png);
  right: 130px;
}

.caseWrap .caseSild .next.swiper-button-disabled{
  background-image: url(../images/next-disabled.png);
}

.caseWrap .caseSild .prev.swiper-button-disabled{
  background-image: url(../images/prev-disabled.png);
}

.caseWrap .caseIntroduce{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  z-index: 0;
  top: 0;
  left: 0;
}


.caseWrap .caseIntroduce>div{
  width: 67.5%;
  margin: 0 auto;
}

.caseWrap .caseIntroduce .caseTitle{
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-top: 190px;
  margin-bottom: 80px;
}

.caseWrap .caseIntroduce .info{
  color: #fff;
  font-size: 24px;
  line-height: 1.7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.caseSildWap.PC-Box{
  /* height: 4rem; */
  margin-top: 15px;
  margin-bottom: .5rem;
}
.caseSildWap.Phone-Box{
	width: 90%;
	margin: 15px auto .5rem auto;
}


.pdSildWrap.Phone-Box .pagination,
.caseSildWap .pagination{
  bottom: .2rem;
  position: absolute;
  text-align: center;
  z-index: 9;
}
.pdSildWrap.Phone-Box .pagination .swiper-pagination-bullet,
.caseSildWap .pagination .swiper-pagination-bullet{
  background: #15203F;
  width: 8px;
  height: 8px;
}

.caseSildWap .swiper-slide > img{
  margin: 0 auto;
  display: block;
}


.newsWrap{
  text-align: center;
  margin-bottom: 100px;
}
.newsWrap ul{
  margin-top: 85px;
  width: 1200px;
  margin: 85px auto 0 auto;
}
.newsWrap ul li{
  background: #F7F7F7;
  float: left;
  width: 48.3%;
  height: 230px;
  margin-right: 3.33%;
  margin-bottom: 40px;
  transition: all .15s ease;
  -webkit-transition: all .15s ease;
}

.newsWrap ul li:nth-child(2n){
  margin-right: 0;
}
.newsWrap ul li:hover{
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 4px 4px 13px 1px rgb(231, 231, 231);;
}

.newsWrap ul li>div{
  padding: 20px;
}
.newsWrap ul li .imgWrap{
  float: left;
  width: 226px;
  height: 195px;
  cursor: pointer;
  overflow: hidden;
  transition: all .3s ease-in;
}
.newsWrap ul li .imgWrap img{
  width: 100%;
}

.newsWrap ul li .newsInfoWrap{
  float: left;
  margin-left: 20px;
  display: block;
  width: 288px;
}
.newsWrap ul li .newsTitle{
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: left;;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsWrap ul li .txt{
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.newsWrap .more{
  font-size:22px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  border-radius: 28px;
  border: 1px solid #333;
  display: inline-block;
  margin: 30px auto 0 auto;
  transition: all .3s ease;
}

.newsWrap .more:hover{
  background: #333;
  color: #fff;
}

.commentWrap{
  background: #F7F7F7;
  padding: 30px 0;
}

.commentWrap .titles{
  font-size:26px;
  text-align: center;;
}
.commentWrap .form{
  text-align: center;
  margin-top: 33px;
}
.commentWrap *{
  box-sizing: border-box;
}
.commentWrap textarea{
  height: 130px;
  width: 900px;
  padding: 20px;
  color: #666;
  font-size: 16px;
  background: #EAEAEA;
  resize: none;
  margin: 0 auto;
}
.commentWrap .iptWrap{
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
}
.commentWrap input[type=text]{
  padding-left:  20px;
  height: 42px;
  line-height: 42px;
  background: #EAEAEA;
  width: 50%;
  float: left;
  margin-right: 39px;
  font-size: 16px;
  color: #333;
}
.commentWrap input[type=text]:last-child{
  margin-right: 0;
}

.commentWrap input[type=text]::placeholder{
  color: #666;
}

.commentWrap .submitBtn{
  width:160px;
  height:45px;
  background:rgba(255,67,67,.85);
  border-radius:23px;
  font-size:20px;
  color: #fff;
  margin-top: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: background .3s ease-out;
}

.commentWrap .submitBtn:hover{
  background:rgba(255,67,67,1);
}


@media screen and ( max-width:1420px ){
	.pdWrap .pdSildWrap{
		overflow: hidden;
	}
	.pdWrap .pdSildWrap .prev{
	  left: 0;
	}

	.pdWrap .pdSildWrap .next{
	  right:  0;
	}
}

@media screen and ( max-width:1375px ){
	.pdWrap .pdSildWrap{
		overflow: hidden;
	}
	.pdWrap .pdSildWrap .prev{
	  left: 0;
	}

	.pdWrap .pdSildWrap .next{
	  right: 0;
	}
	.newsWrap ul{
		padding-top: .35rem;
		width: 100%;
		margin:  auto;
	}
	
}
@media screen and ( max-width:1006px ){
	.pdWrap .pdSildWrap{
		overflow: hidden;
	}
	.pdWrap .pdSildWrap .prev{
	  left: 0;
	}

	.pdWrap .pdSildWrap .next{
	  right: 0;
	}
   .bannerWrap {
    width: 100%;
    height: auto;
  }
  .bannerWrap .pagination{
    bottom: .25rem;
  }
  .bannerWrap .pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
  }
  .companyInfo{
    margin-top: .75rem;
    margin-bottom: .5rem;
  }
  .companyInfo .left{
    width: 90%;
    margin: 0 5%;
    margin-bottom: .5rem;
  }
  .companyInfo .left .title{
    font-size: .34rem;
    margin-bottom: 10px;
  } 
  .companyInfo .left .content{
    font-size: .26rem;
    line-height: 24px;
    margin-bottom: .5rem;
  }
  .companyInfo .left .contentNum .num{
    font-size: .28rem;
  }
  .companyInfo .left .contentNum label{
    font-size: .28rem;
    vertical-align: baseline;
  }
  .companyInfo .left .contentNum .txt{
    font-size: .25rem;
    vertical-align: baseline;
    color: #666;
    margin-top: .1rem;
  }
  .companyInfo .right{
    width: 90%;
    margin: 5% auto;
    height: auto;
    float: none;
  }
  .pdWrap {
    margin-bottom: .5rem;
  }
  .newsWrap{
    margin-bottom: .5rem;
  }
  .newsWrap ul{
    padding-top: .35rem;
    width: 100%;
    margin:  auto;
  }
  .newsWrap ul li{
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .newsWrap ul li>div{
    padding: 15px;
  }
  .newsWrap ul li .imgWrap{
    width: 2.29rem;
    height: auto;
  }
  .newsWrap ul li .newsTitle{
    margin-top: 0.2rem;
    font-size: 0.26rem;
    margin-bottom: .1rem;
  }
  .newsWrap ul li .txt {
    font-size: 0.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .newsWrap .more{
    width: 90px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    margin: 15px auto 0 auto;
  }
  .commentWrap{
    background: #fff;
  }
  .commentWrap .titles{
    font-size: 0.34rem;
  }
  .commentWrap .form{
    margin-top: 15px;
  }
  .commentWrap textarea{
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    padding: 10px;
  }
  .commentWrap .iptWrap{
    width: 90%;
    margin: 10px auto 0 auto;
    display: block;
  }
  .commentWrap input[type=text]{
    font-size: 14px;
    padding: 10px;
    width: 100%;
    margin: 0 auto 10px auto;
  }
  .commentWrap .submitBtn{
    width: 110px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    margin: 15px auto 0 auto;
  }

  
}