.index {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.index .banner .ma5slider {
  margin-bottom: 10px;
}
.index .banner .navs-wrapper {
  /* min-height: 27rem; */
  padding: 0 !important;
}
.index .banner .navs-wrapper .slide-area {
  overflow: visible;
}

.index .banner .banner_box {
  display: inline-block;
  height: 100%;
}
.index .banner .banner_box .bnerimg {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.index .banner .banner_box .bnerimg img {
  height: auto;
  width: 60%;
  margin: 0 auto;
}
.ban_por{
  width: 80%;
  margin-top: -40px;
}
.ban_por3{
  width: 100%!important;
}
.banner .navs-wrapper {
  /* height: auto !important; */
}
.index .banner .banner_box .bnerimg .banntit {
  text-align: left;
}
.index .banner .banner_box .bnerimg .banntit h2 {
  color: #4F0599;
  font-size: 40px;
}
.index .banner .banner_box .bnerimg .banntit p {
  font-size: 18px;
  color: #333;
}
.index .banner .banner_box .bnerimg .banntit .btn {
  /* background: #4F0599 !important; */
  color: #fff;
}
.index .banner .dots{
  margin: 0;
    position: absolute;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4px;
}
.index .banner .banner1 {
  background-color: #c8e6f4;
}
.index .banner .banner2 {
  background-color: #F4F5F6;
}
.index .banner .banner3 {
  background-color: #bcdaff;
}
.index .banner_fot .dots {
  display: none;

}
.index .banner_fot .banbox {
  background-color: #ffa200;
  color: #fff;
}
.index .banner_fot .slides_tit .banbox {
  font-size: 22px;
  line-height: 70px;
}
.index .banner_fot .slides_tit .banbox span {
  font-size: 16px;
  display: inline;
}
.index .banner_fot .slides_tit .banbox .more_btn {
  padding: 9px 35px;
  border: 2px solid #fff;
  border-radius: 20px;
  cursor: pointer;
  margin-left: 100px;
}
.index .zycp {
  width: 100%;
  z-index: 999;
}
.index .zycp .zycp_pic {
  width: 100%;
  display: block;
  overflow: hidden;
}
.index .zycp .zycp_pic ul {
  width: 100%;
  transition: all .5s;
}
.index .zycp .zycp_pic ul li {
  display: inline-block;
  padding: 0 !important;
  float: none;
}
.index .zycp .zycp_pic ul li .zcjs {
  box-shadow: 0 0 5px #ccc;
}
.index .zycp .zycp_pic ul li .zc_pic {
  text-align: center;
}
.index .zycp .zycp_pic ul li .zc_pic h4 {
  margin: 0;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  /* background-color: #4e0499; */
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.index .zycp .zycp_pic ul li .zc_pic img {
  width: 100%;
}
.index .zycp .zycp_pic ul li .fot_li {
  background: #f7f7f7;
  overflow: hidden;
}
.index .zycp .zycp_pic ul li .fot_li .cpjs {
  padding: 25px 0;
  text-align: center;
  margin: 43px 43px 20px;
  border-top: 1px dashed #333;
  border-bottom: 1px dashed #333;
  overflow: hidden;
  height: 170px;
}
.index .zycp .zycp_pic ul li .fot_li .cpjs p {
  color: #4e4f63;
  line-height: 25px;
  width: 100%;
  overflow: hidden;
  /*超出部分隐藏*/
  white-space: nowrap;
  /*不换行*/
  text-overflow: ellipsis;
  /*超出部分文字以...显示*/
}
.index .zycp .zycp_pic ul li .fot_li .cpjs p a {
  color: #333;
}
.index .zycp .zycp_pic ul li .fot_li .cpjs p .o {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
}
.index .zycp .zycp_pic ul li .fot_li .cp_btn {
  text-align: center;
  padding: 20px 0;
}
.index .zycp .zycp_pic ul li .fot_li .cp_btn button {
  font-size: 20px;
  width: 150px;
  height: 51px;
  background: transparent;
  border: 0;
  border-radius: 30px;
  outline: none;
  border: 1px solid #5d7eb1;
}
.index .zycp .zycp_pic ul li .fot_li .cp_btn button:hover {
  background: #5d7eb1;
  color: #fff;
}
.index .zycp .zycp_pic ul li:hover {
  box-shadow: 2px 2px 20px #ccc;
}
.index .zycp .zycp_pic ul li:hover button {
  color: #fff !important;
  background: #5d7eb1 !important;
}
.index .zycp .cpsub_btn {
  text-align: center;
  margin-top: 50px;
}
.index .zycp .cpsub_btn button {
  width: 200px;
  height: 50px;
  /* background: #5d7eb1; */
  color: #fff;
  border: 0;
  border-radius: 6px;
  outline: none;
}

@media (min-width: 980px) {
  .banner_fot .navs-wrapper {
    display: block;
    height: 70px !important;
    padding: 0 !important;
  }
  .banner_fot .banbox span {
    display: inline-block;
    width: 100%;
    height: 100px;
  }
  .zycp_pic {
    padding: 20px 0px !important;
  }
  .zycp_pic ul li {
    margin: 25px;
    width: 28%;
  }
  .index .banner .banner_box .bnerimg {
    padding: 75px 0;
    overflow: hidden;
}
.banner .navs-wrapper{
  height: 400px;
}
.outside-dots .dots>.dot{
  width: 30px;
  margin: 4px 13px;
  height: 5px;
}
.outside-dots .dots>.dot.active{
  background-color: #ffa200!important;
  width: 35px;

}

}
@media (max-width: 980px) {
  .index .banner .banner_box {
    /* height: 580px; */
  }
  .index .banner .banner_box .bnerimg .banntit h2{
    font-size: 16px;
    font-weight: bold;
  }
  .btn-group-justified {
    width: 100px;
  }
  .banner .navs-wrapper{
    height: 172px!important;
  }
  .index .banner .banner_box .bnerimg img {
    height: 100px;
    width: 147px;
  }
  .index .banner .banner_box .bnerimg .banntit p{
    font-size: 12px;
  }
  .banner_fot .navs-wrapper {
    display: block;
    height: 70px !important;
    padding: 0 !important;
  }
  .banner_fot .banbox span {
    display: inline-block;
    width: 100%;
    height: 100px;
  }
  .zycp_pic {
    padding: 10px !important;
  }
  .bnerimg {
    overflow: hidden;
    padding: 20px 10px;
  }
  .color-title {
    color: #333;
    text-align: center;
    font-weight: bold;
    margin: 30px 0 15px;
  }

}
/*关于精锐*/
.company{
  margin-bottom: 20px;
}
.color-title{
  color: #333;
  text-align: center;
  font-weight: bold;
  margin: 30px 0;
}
.company-title{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.company-subtitle{
  font-size: 14px;
  color: #333;
  line-height: 28px;
  text-indent: 2em;
}
.img-left img{
  width: 100%;
  border-radius: 90px 0;
}

/* 产品中心 */
.hover-effect img{
  width: 100%;
  border: 1px solid #efefef;
}
.services-title-one {
  color: #333;
  font-size: 15px;
  font-weight: bold;
  margin: 20px 0 10px;
}
.index_fl a{
  font-size: 14px;
  color: #333;
}
.index_fl{
  width: 50%;
  float: left;
}
/* 行业应用 */
.title-2{
  color: #333;
  font-weight: bold;
  margin: 30px 0 10px;
}
.home-services-other{
  margin: 25px 0;
}
.subtitle-2{
  font-size: 14px;
  color: #666;
  margin-bottom: 30px;
}
.services-info p{
  font-size: 14px;
  color: #333;
}
.services-other .img-box {
  float: left;
  margin-right: 22px;
  display: inline-block;
  width: 78px;
  height: 78px;
  line-height: 74px;
  text-align: center;
}
.img-box img{
  width: 100%;
}
.spacer-70 {
  height: 70px;
  display: block;
  clear: both;
  overflow: hidden;
}
.subtitle{
  color: #333;
  font-weight: bold;
  font-size: 16px;
  margin: 0 0 10px;
}
.por_mor{
  font-size: 14px;
  outline: none;
  background: #f19900;
  border: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
}
.services-info p a{
  color: #f19900;
}
@media (max-width: 1099px){
  .services-other .img-box {
    float: none;
    margin: 0 auto;
    display: block;
}
.services-other .services-info {
  padding: 10px 0 0;
  text-align: center;
}
}
@media (max-width: 768px){
  .company-details{
    margin-bottom: 10px;
  }
  .img-left img {
    width: 100%;
    border-radius:0;
  }
  .por-box{
    width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
  }
  .spacer-70 {
    height: 70px;
    display: none;
    clear: both;
    overflow: hidden;
  }
  .index-hy{
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }
  .index-hy:last-child{
    display: none;
  }
  .services-info p {
    font-size: 14px;
    color: #333;
    text-align: left;
  }
  .services-other .img-box {
    float: left;
    margin-right: 22px;
    display: inline-block;
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10px;
  }
  .ban_por{
    width: 160px!important;
    margin-top: -20px!important;
    height: auto!important;
  }
}









