
/* productBox start */
.productBox {
  background: url("../img/probgc.png") no-repeat;
  width: 100%;
  height: 720px;
  padding: 60px 0;
  background-size: cover;
}

.slideGroup .parHd {
  width: 260px;
  height: 599px;
  background: rgba(255, 255, 255, 1);
}

.slideGroup .parHd h4 {
  margin-top: 20px;
  padding-left: 20px;
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #5A5A5A;
  line-height: 36px;
}

.slideGroup .parHd p {
  padding-left: 20px;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  line-height: 30px;
}

.slideGroup .parHd ul {
  margin-right: 10px;
  margin-top: 30px;
  border-top: 1Px solid rgba(229, 228, 229, 1);
  padding-right: 20px;
  align-items: center;
}

.slideGroup .parHd>.word {
  background: url("../img/bgc.png") no-repeat;
  width: 260px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 14px;
  color: rgba(131, 131, 131, 1);
}

.slideGroup .parHd ul li {
  height: 64px;
  line-height: 64px;
  cursor: pointer;
  width: 230px;
  padding-left: 50px;
  border-bottom: 1Px solid rgba(229, 228, 229, 1);
}

.slideGroup .parHd ul li a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(90, 90, 90, 1);
}

.slideGroup .parHd ul li a:hover {
  text-decoration: none;
}


.slideGroup .parHd ul li::before {
  content: url("../img/nosel.png");
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}

.slideGroup .parHd ul li.on {
  border-left: 3Px solid #0089d7;
  background: #fff;
  text-decoration: none;
}

.slideGroup .parHd ul li.on::before {
  content: url("../img/sel.png");
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 10px;
}

.slideBox {
  width: 940px;
  height: 599px;
  overflow: hidden;
  background-color: #ededed;
  position: relative;
}

.slideGroup .parBd img {
  width: 940px;
  height: 599px;
}

.slideGroup .sPrev,
.slideGroup .sNext {
  position: absolute;
  opacity: 0.5;
  left: 0px;
  top: 50%;
  margin-top: -40px;
  display: block;
  width: 40px;
  height: 80px;
  background: url(../img/left.png) center center no-repeat;
}

.slideGroup .sNext {
  left: auto;
  right: 0px;
  background: url(../img/rig.png) center center no-repeat;
}

.slideGroup .sPrev:hover,
.slideGroup .sNext:hover {
  opacity: 1;
}

/* productBox start .end */
/* compentBox start  */
.compentInfo {
  background: url("../img/combgc.png") no-repeat;
  width: 100%;
  height: 558px;
  padding: 110px 0;
  background-size: cover;
}

.videoBox video {
  width: 597px;
  height: 338px;
  margin-right: 76px;
}

.comText>h4 {
  font-size: 28px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 45px;
  margin-bottom: 48px;
  align-self: center;
}

.comText>p {
  width: 523px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 21px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;

  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.comPicBox {
  /* margin-top: 54px; */
}

.compText {
  justify-content: space-around;
  width: 532px;
  color: #fff;
  margin-bottom: 6px;
}

.compText li {
  line-height: 130px;
  height: 92px;
  position: relative;
}

.compText li::after,
.compText li.on::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  background: rgba(255, 255, 255, 1);
  border-radius: 50%;
}

.compText li.on{
  background: url('../img/comm.png') no-repeat;
  width: 80px;
  height: 92px;
  line-height: 92px;
  text-align: center;
}
.compText li.on::after {
  background-color: rgb(75, 179, 240);
}


.comLine {
  margin-bottom: 6px;
  justify-content: space-around;
  width: 520px;
  height: 2PX;
  background: rgba(255, 255, 255, 0.8);
}

.compentMore {
  background-color: #fff;
  padding: 30px 0;
}

.compentMore>.w {
  justify-content: space-between;
  align-items: center;
}

.commleft {
  font-weight: 400;
}

.commleft>h5 {
  font-size: 36px;
  color: #5A5A5A;
  line-height: 45px;
}

.commleft>h6 {
  font-size: 26px;
  color: rgba(90, 90, 90, 1);
  line-height: 45px;
}

.commleft>h6>span {
  margin-left: 60px;
  font-size: 18px;
  color: rgba(159, 159, 159, 1);
  line-height: 45px;
}

.comcLine {
  margin-top: -50px;
  width: 88px;
  height: 3px;
  background: rgba(0, 137, 215, 1);
}

.comcText {
  padding: 10px 0;
  justify-content: space-between;
}

.comcText>h5 {
  font-size: 18px;
  font-weight: 400;
  color: rgba(52, 52, 52, 1);
  line-height: 37px;
}
.compentBox .moreBtn{
  margin-top: 0;
}
.moreBtn a {
  display: inline-block;
  width: 141px;
  height: 53px;
  background: rgba(0, 137, 215, 1);
  line-height: 53px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

/* compentBox start .end */
/* caseBox start   */
.caseBox {
  width: 100%;
  height: 574px;
  background: url("../img/casebgc.png") no-repeat;
  background-size: cover;
  padding: 80px 0;
}

.caseBox>.w {
  align-items: center;
}

.caseBox .commleft>h6>span {
  margin-left: 100px;
}

.picScroll-left {
  margin-top: 45px;
  position: relative;
}

.picScroll-left .hd .prev,
.picScroll-left .hd .next {
  position: absolute;
  width: 40px;
  height: 80px;
  margin-right: 5px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  background: url("../img/left.png") no-repeat;
}

.picScroll-left .hd .next {
  top: 50%;
  left: -150px;
  margin-top: -20px;
}

.picScroll-left .hd .prev {
  background: url("../img/rig.png") no-repeat;
  top: 50%;
  right: -150px;
  margin-top: -20px;
}

.picScroll-left .hd .prevStop {
  background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
  background-position: -60px -50px;
}

.picScroll-left .bd ul {
  overflow: hidden;
  height: 296px;
  zoom: 1;
}

.picScroll-left .bd ul li {
  margin-right: 17px;
  _display: inline;
  overflow: hidden;
  text-align: center;
  float: left;
}

.picScroll-left .bd ul li:last-of-type {
  margin-right: 0;
}

.picScroll-left .bd ul li .pic {
  text-align: center;
}

.picScroll-left .bd ul li .pic img {
  width: 391px;
  height: 296px;
  display: block;
}

.picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}

/* caseBox start .end */
/* newsBox start  */
.newsBox .commleft>h6 span {
  width: 77px;
  display: inline-block;
  margin-bottom: 8px;
  height: 2Px;
  background: rgba(159, 159, 159, 1);
  margin-left: 70px;
}

.newsBox {
  width: 100%;
  height: 903px;
  background: rgba(252, 252, 252, 1);
  padding: 84px 0 68px;
  padding-top: 60px;
}

.newsBox>.w {
  align-items: center;
}
.slideTxtBox {
    justify-content: center;
} 
.slideTxtBox .hd {
    margin: 45px 0;
    width: 100%;
    height: 48px;
    line-height: 48px;  
}

.slideTxtBox .hd ul { 
    justify-content: center;
}

.slideTxtBox .hd ul li { 
    display: inline-block;
    width:180px;
    height:48px;
    text-align: center;
    border:1PX solid rgba(223,223,223,1);
    padding: 0 15px;
    cursor: pointer; 
    font-size:18px; 
    font-weight:400;
    color:rgba(90,90,90,1); 
}
.slideTxtBox .hd ul li:first-of-type{
    margin-right: 40px;
}

.slideTxtBox .hd ul li.on { 
    color: #fff;
    background:rgba(0,137,215,1);
    border: 0px;
}
.slideTxtBox .hd ul li:hover { 
    background:rgba(0,137,215,1);
    color: #fff;
    border: 0px;
}
 
.slideTxtBox  .newsbPic img{
    width:560px;
    height:440px;
    margin-right: 22px;
}

.slideTxtBox .bd li {
    padding-bottom: 20px;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 44px;
}
.newsDate{
    width:96px;
    height:96px;
    background:rgba(0,137,215,1); 
    position: relative;
    margin-right: 15px;
}
.newsDate h5{
    text-align: center; 
    margin-top: 5px;
    font-size:48px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(255,255,255,1);  
}
.newsDate>p{
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 30px;
    width:96px;
    height: 30px;
    background:rgba(0,0,0,0.3); 
    font-size:14px; 
    font-weight:400;
    color:rgba(255,255,255,1);
}
.newsDetail >h4{
    font-size:18px; 
    font-weight:400;
    color:rgba(0,65,121,1);
}
.newsDetail >p{
    margin-top: 25px;
    width:505px;
    font-size:14px; 
    font-weight:400;
    color:rgba(45,45,45,1);
    line-height:21px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newsbtn {  
    align-self: center;
}  
/* newsBox start .end */