

.title {
  overflow: hidden;
  width: 100%;
  text-align: center;
  margin: 55px 0 30px 0;
  position: relative;
  z-index: 10;
}
.title h3 {
  font-size: 38px;
  color: #333;
}
.title h3 a{color: #333;}
.title h3 b {
  color: #e60012;
}
.title p {
  font-size: 18px;
  color: #333;
  margin: 5px 0 15px 0;
}
.title.title2 h3 {
  color: #fff;
}
.title.title2 p {
  color: #fdd000;
}


.ad {
  overflow: hidden;
  width: 100%;
  height: 450px;
  position: relative;
  background: url(../../images/jns/ad.jpg) no-repeat center top;
}
.ad .phone {
  position: absolute;
  left: 50%;
  top: 140px;
  width: 330px;
  margin-left: -600px;
}
.ad .phone .ljzx {
  width: 100%;
  margin: 0;
}
.ad .phone .phoneNum {
  padding-left: 90px;
  background: url(../../images/jns/icon_phone02.png) no-repeat left center;
  margin-bottom: 20px;
}
.ad .phone .phoneNum p {
  font-size: 25px;
  color: #e60012;
  font-family: 'Myriad Pro';
}
.ad .phone .phoneNum b {
  font-size: 34px;
  color: #e60012;
  font-family: 'Myriad Pro';
}

.ad .phone {
  position: absolute;
  left: 50%;
  top: 36px;
  width: 330px;
  margin-left: -600px;
}
.ad .phone .tit{margin-bottom:10px;text-align:center;}
.ad .phone .tit h2{font-size:41px;}
.ad .phone .tit p{font-size:30px;}
.ad .phone .ljzx {
  width: 100%;
  margin: 0;
}

.ad .che {
  width: 691px;
  height: 77px;
  background: url(../../images/jns/ad01.png) no-repeat bottom center;
  overflow: hidden;
  margin: 215px auto;
  position: relative;
  left: 218px;
}
.ad .che .box {
  width: 650px;
  margin-left: 15px;
  height: 56px;
  overflow: hidden;
  position: relative;
}
.ad .che .box img {
  position: absolute;
  left: -100%;
  left: 30px\9;
  bottom: 0;
  animation: che 10s infinite linear;
}



.ljzx {
  display: block;
  overflow: hidden;
  position: relative;
  width: 180px;
  height: 50px;
  background: #e60012;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  margin: 30px auto;
}
.ljzx:after,
.ljzx:before {
  animation: ljzx 4s linear infinite;
  content: '';
  display: block;
  width: 10px;
  height: 200px;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  left: -300px;
  top: 50%;
}
.ljzx:before {margin-left: 100px;}
@keyframes ljzx {
  0% {left: -300px;}
  25% { left: 100%;}
  100% { left: 100%; }
}
@keyframes che {
  0% {left: 0%; }
  90% {left: 100%;}
  100% {left: 100%;}
}
@keyframes youshi {
  0% { margin-left: 600px;height: 504px;opacity: 1;margin-top: -252px; }
  90% {margin-left: 0;height: 180px; opacity: 0;margin-top: 0;}
  100% {margin-left: 0;height: 180px;opacity: 0;margin-top: 0;}
}
@keyframes cilun {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}
.lf {float: left;}


/* --视频-- */
.pro-video-wrap{padding:50px 0 20px;overflow:hidden;background:#fff;}
.pro-video-list{width:1212px;}
.pro-video-list .item{position:relative;float:left;margin-right:12px;margin-bottom:12px;cursor:pointer;overflow:hidden;}
.pro-video-list .item .pic{width:391px;overflow:hidden;}
.pro-video-list .item .pic img{display:block;width:100%;transition:all 1s;}
.pro-video-list .item .text{position:absolute;left:0;top:0;width:100%;height:100%;}
.pro-video-list .item .text i{display:block;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px;width:50px;height:50px;background:url(../../images/jns/playBtn.png) no-repeat;}
.pro-video-list .item .text p{position:absolute;left:0;bottom:0;width:100%;height:33px; line-height:33px;text-align:center;font-size:14px;color:#fff;background: rgba(0,0,0,0.5);}
.pro-video-list .item:hover .pic img{transform:scale(1.1);}
.pro-video-list .item:hover .text i{transform:rotate(360deg);transition:all 1s;}
/* --end 视频-- */


.renzheng {
  overflow: hidden;
  width: 100%;
  height: 528px;
  background: url('../../images/jns/renzhengBg.jpg') no-repeat center;
}
.renzheng .leftCon {
  float: left;
  width:600px;
  height:308px;
  overflow: hidden;
  background:#fff;
}
.renzheng .rightCon {
  overflow: hidden;
  width: 555px;
  float: right;
}
.renzheng .rightCon p {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}