.index-product-box {
  width: 370px;
  margin: 0 auto;
}
.index-product-box ul li {
  padding: 1%;
  float: left;
  width: 185px;
}
.index-product-box ul li .cont {
  background: #FFFFFF;
  box-shadow: 0px 0px 23px 5px rgba(64, 173, 255, 0.24);
  border-radius: 9px;
  text-align: center;
  padding: 10% 15%;
  display: block;
  min-height: 280px;
}
.index-product-box ul li .text {
  text-align: left;
}
.index-product-box ul li .text .name {
  color: #000000;
  font-size: 16px;
  border-bottom: 1px solid #40ADFF;
  line-height: 40px;
  margin: 4% 0;
}
.index-product-box ul li .text .des {
  color: #666666;
  text-align: justify;
  font-size: 12px;
}
.index-aibox-box {
  background-image: url(../images/i-img02.png);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: repeat;
  width: 100%;
  margin-top: 5%;
  transition: opacity 0.3s, filter 1s ease-out, transform 1s ease-out;
}
.index-aibox-box:hover {
  transform: scale(1.03);
  filter: saturate(200%);
}
.index-aibox-box .cont {
  width: 60%;
  float: right;
  padding: 5% 0;
}
.index-aibox-box .cont .f1 {
  font-size: 28px;
  color: #00C7FF;
  font-style: oblique;
  font-weight: bold;
}
.index-aibox-box .cont .f2 {
  font-size: 18px;
  color: #FFFFFF;
  margin: 2% 0;
}
.index-aibox-box .cont .f3 {
  margin-left: -4%;
  width: 78%;
}
.index-aibox-box .cont .f3 span {
  display: block;
  color: #0678D9;
  font-size: 18px;
}
.index-aibox-box .cont .f3 > div {
  text-align: center;
}
.index-aibox-box .cont .f3 img {
  margin: 10% 0;
}
.index-industry-box {
  margin: 0 auto;
}
.index-industry-box .hvr-sweep-to-right:before {
  background: #0264B1 !important;
}
.index-industry-box ul li {
  margin-bottom: 10px;
  padding: 0 20px;
}
.index-industry-box ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #F2F3F5;
}
.index-industry-box ul li a .text {
  width: 77%;
}
.index-industry-box ul li a .img {
  width: 60px;
  line-height: 60px;
  text-align: center;
  margin: 5%;
}
.index-industry-box ul li a .name {
  color: #000000;
  font-size: 22px;
  margin: 3px 0;
}
.index-industry-box ul li a .des {
  color: #666666;
  font-size: 16px;
  text-align: justify;
}
.index-industry-box ul li:hover .img {
  background-color: #FFFFFF;
}
.index-industry-box ul li:hover .name {
  color: #FFFFFF;
}
.index-industry-box ul li:hover .des {
  color: #FFFFFF;
}
.index-industry-box ul li.active .img {
  background-color: #FFFFFF;
}
.index-industry-box ul li.active .name {
  color: #FFFFFF;
}
.index-industry-box ul li.active .des {
  color: #FFFFFF;
}
.index-industry-box ul li.active a {
  background: #0264B1 !important;
}
.index-industry-box .introduce-part {
  margin-top: 2%;
  display: none;
}
.index-industry-box .introduce-part .text-r {
  padding-left: 2%;
}
.index-industry-box .introduce-part .text-r .tit {
  color: #000000;
  font-size: 22px;
  margin: 2% 0;
}
.index-industry-box .introduce-part .text-r .des {
  color: #666666;
  font-size: 16px;
  text-align: justify;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.index-industry-box .introduce-part .text-r .but {
  margin-top: 5%;
}
.index-industry-box .introduce-part .text-r .but a {
  width: 20%;
  line-height: 46px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #0E57A2;
  display: inline-block;
  color: #0E57A2;
  font-size: 14px;
  margin-right: 2%;
}
.index-industry-box .introduce-part .text-r .but a.active {
  background-color: #0E57A2;
  color: #FFFFFF;
}
.index-industry-box .showIntroduce {
  display: block;
}
.index-case-box .cont {
  margin: 0  auto;
  background: url(../images/i-img06.png) no-repeat top center;
  background-size: 100% 100%;
  padding: 3%;
}
.index-case-box .cont .text {
  color: #FFFFFF;
  text-align: left;
  margin: 8% 0 0 4%;
}
.index-case-box .cont .text .t1 {
  font-size: 22px;
}
.index-case-box .cont .text .t2 {
  font-size: 16px;
  margin: 2% 0 ;
}
.index-case-box .cont .text a {
  width: 20%;
  line-height: 35px;
  background: rgba(255, 255, 255, 0.33);
  border: 1px solid #EBEBEB;
  display: block;
  font-size: 14px;
  text-align: center;
}
.index-partner-box {
  margin: 0 auto;
  width: 380px;
}
.index-partner-box ul li {
  float: left;
  width: 20%;
}
.index-partner-box ul li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  box-shadow: 0px 6px 11px 6px rgba(176, 201, 216, 0.12);
  margin: 5%;
}
.index-news-box .cont {
  padding-bottom: 6%;
  margin-top: 5%;
  background: url(../images/i-img08.png) no-repeat top center;
  background-size: 100% 100%;
}
.index-news-box .cont ul {
  width: 90%;
  left: 16%;
  right: 16%;
  top: -5%;
}
.index-news-box .cont ul li {
  background: #FFFFFF;
  display: inline-block;
  padding: 2% 4%;
  width: 100%;
  margin-bottom: 2%;
}
.index-news-box .cont ul li:not(:last-child):hover {
  box-shadow: 0px 0px 23px 5px rgba(64, 173, 255, 0.24);
}
.index-news-box .cont ul li .img {
  height: 200px;
}
.index-news-box .cont ul li .img img {
  width: 100%;
  height: 100%;
}
.index-news-box .cont ul li .f4 {
  color: #555555;
  font-size: 17px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: block;
}
.index-news-box .cont ul li .f4 span {
  color: #0E57A2;
  margin-left: 1%;
}
.index-news-box .cont ul li .text-r .f1 {
  width: 154px;
  line-height: 36px;
  background: #0E57A2;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  position: relative;
  margin-top: 10px;
}
.index-news-box .cont ul li .text-r .f2 {
  color: #000000;
  font-size: 16px;
  margin: 1% 0;
}
.index-news-box .cont ul li .text-r .f3 {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-news-box .cont ul li .text-r a {
  color: #0E57A2;
  border-bottom: 1px solid #1D5EA3;
  font-size: 16px;
}
.index-news-box .cont ul li:nth-child(1) {
  margin-top: -5%;
}
.index-news-box .hvr-float-shadow:before {
  display: none;
}
