/* index.css websole <macore@163.com> 2021-05-12 16:31:28 */

/* public */
.part {
  margin-top: 60px;
}

.about .desc {
  margin: 30px 0;
  text-indent: 2em;
}

.about .links li {
  float: left;
  width: 185px;
  margin-bottom: 10px;
}

.about .links li i {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  text-align: center;
  line-height: 18px;
  background: #0081e6;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.about .btn {
  margin-top: 30px;
}
.about .btn a {
  display: inline-block;
  background-color: rgb(0 129 230);
  border-radius: 18px;
  height: 36px;
  padding: 0 45px;
  color: rgb(255 255 255);
  line-height: 36px;
}

/* business */
.business .bd {
  margin-top: 50px;
}

.business .imgs img {
  width: 100%;
  height: 440px;
  overflow: hidden;
}
.business .txts li {
  border-bottom: 1px dotted #ddd;
}
.business .txts a {
  display: block;
  position: relative;
  padding: 14px 50px 14px 30px;
}
.business .txts a::before {
  position: absolute;
  right: 0;
  bottom: 30px;
  font-size: 40px;
  font-weight: 100;
  color: #0081e6;
  opacity: 0.2;
}
.business .txts a:hover {
  background: #0081e6;
}
.business .txts a:hover .title,
.business .txts a:hover .desc {
  color: #fff;
}
.business .txts a:hover::before {
  color: #fff;
  opacity: 1;
}
.business .txts .title {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #0081e6;
}
.business .txts p {
  height: 50px;
  text-indent: 2rem;
  overflow: hidden;
  line-height: 25px;
  color: #999;
  font-weight: 500;
}

/* news */
.news .cate {
  margin: 30px 0 50px;
  text-align: center;
}

.news .cate span {
  display: inline-block;
  padding: 5px 20px;
  margin: 0 5px;
  border: 1px solid #0081e6;
  color: #0081e6;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.news .cate .now {
  background: #0081e6;
  color: #fff;
}

.news .list {
  text-align: center;
}
.news .list .item {
  display: inline-block;
  width: 30%;
  padding: 0 15px;
  text-align: left;
}
.news .list .item:hover .img img {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transition: all 0.6s linear 0.1s;
  -webkit-transition: all 0.6s linear 0.1s;
  -moz-transition: all 0.6s linear 0.1s;
  -ms-transition: all 0.6s linear 0.1s;
  -o-transition: all 0.6s linear 0.1s;
}
.news .list .item img {
  width: 100%;
  transition: all 0.6s linear 0.1s;
  -webkit-transition: all 0.6s linear 0.1s;
  -moz-transition: all 0.6s linear 0.1s;
  -ms-transition: all 0.6s linear 0.1s;
  -o-transition: all 0.6s linear 0.1s;
}
.news .list .item .img {
  overflow: hidden;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.news .list .item .title {
  height: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news .list .item .title a {
  font-size: 18px;
  color: #333;
}
.news .list .time {
  margin: 5px 0 8px;
  font-size: 12px;
  color: #999;
}
.news .list .desc {
  height: 75px;
  padding-top: 8px;
  border-top: 1px solid #f3fbfd;
  line-height: 25px;
  overflow: hidden;
}

.news .btn {
  margin-top: 30px;
  text-align: center;
}
.news .btn a {
  background-color: rgb(0 129 230);
  border-radius: 18px;
  display: inline-block;
  height: 36px;
  padding: 0 45px;
  color: rgb(255 255 255);
  line-height: 36px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
}

.news .list .item:last-child {
  display: inline-block;
}

/* media */
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) {
  .part-title {
    display: flex;
    justify-content: center;
  }
  .news .list .item {
    width: 45%;
    padding: 0 4px;
  }
  .news .list .item:last-child {
    display: none;
  }
  .news .list .item .img {
    height: 185px;
  }
  .about .left {
    width: 100%;
  }
  .about .links ul {
    text-align: center;
  }
  .about .links li {
    width: 175px;
  }
  .about .right {
    display: none;
  }
  .about .btn {
    text-align: left;
  }
}
/* 大屏幕 */
@media (min-width: 992px) {
  .about .left {
    width: 50%;
    float: left;
  }
  .about .links ul {
    text-align: left;
  }
  .about .right {
    display: block;
    float: left;
  }
  .news .list .item {
    display: inline-block;
    width: 30%;
    padding: 0 15px;
    text-align: left;
  }
  .news .list .item:last-child {
    display: inline-block;
  }
}
/* 大屏幕 */
@media (min-width: 1200px) {
  .about .links ul {
    text-align: left;
  }
  .news .list .item {
    display: inline-block;
    width: 30%;
    padding: 0 15px;
    text-align: left;
  }
  .news .list .item:last-child {
    display: inline-block;
  }
}
/* pad */
@media (max-width: 767px) {
  .about .left {
    width: 100%;
  }
  .about .links ul {
    text-align: center;
  }
  .about .links li {
    width: 175px;
  }
  .about .right {
    display: none;
  }
  .about .btn {
    text-align: center;
  }
  .part-title {
    display: flex;
    justify-content: center;
  }

  .business .imgs {
    display: none;
  }

  .business .txts {
    width: 100%;
  }

  .news .list .item {
    width: 100%;
    padding: 0 4px;
  }
  .news .list .item .img {
    height: 380px;
  }
}
/* mobile */
@media (max-width: 480px) {
  .about .links li {
    width: 115px;
  }
  .news .list .item .img {
    height: 220px;
  }
}
