/*
    @email: 1152131538@qq.com;
    @作者: 汤武;
    @公司: 昆明竹鹿科技有限公司;
*/
body{
  background: #e4ebf2;
}
.performance-content .performance-banner {
  height: 500px;
}
.performance-content .performance-banner .banner-main {
  top: 50%;
}
.performance-content .performance-time {
  background: #e4ebf2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.performance-content .performance-time .year {
  position: relative;
  display: inline-block;
  background: #fff;
}
.performance-content .performance-time .year select {
  width: 250px;
  display: inline-block;
  padding: 12px 20px;
  color: #666;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
}
.performance-content .performance-time .year i {
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 20px;
  color: #999;
  font-size: 18px;
  transform: translateY(-50%) rotate(90deg);
}
.performance-content .performance-time a {
  margin-left: 15px;
  display: inline-block;
  padding: 12px 20px;
  background: #f9891c;
  border-radius: 0;
  border: 0;
  color: #fff;
}
.performance-content .performance-time .Moema::before {
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
}
.performance-content .performance-list {
  background: #e4ebf2;
  padding-bottom: 60px;
}
.performance-content .performance-list ul {
  padding-bottom: 40px;
}
.performance-content .performance-list ul li {
  width: 24%;
  margin-right: calc( 4% / 3);
  margin-bottom: calc( 4% / 3);
}
.performance-content .performance-list ul li .img {
  position: relative;
  overflow: hidden;
}
.performance-content .performance-list ul li .img .txt-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 94, 215, 0.6);
  opacity: 0;
  transition: 0.5s ease;
}
.performance-content .performance-list ul li .img .txt-main .txt-content {
  position: relative;
  height: 100%;
}
.performance-content .performance-list ul li .img .txt-main .txt-content .new {
  position: absolute;
  top: -40px;
  left: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #f9891c;
  transform: translateX(-50%);
  z-index: 2;
  transition: 0.5s ease;
}
.performance-content .performance-list ul li .img .txt-main .txt-content .fixed-txt {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
}
.performance-content .performance-list ul li .img .txt-main .txt-content .fixed-txt p {
  color: #fff;
  margin-bottom: 10px;
  text-align: center;
}
.performance-content .performance-list ul li .img .txt-main .txt-content .fixed-txt p:last-child {
  margin-bottom: 0;
}
.performance-content .performance-list ul li .img .txt-main .txt-content .line .t,
.performance-content .performance-list ul li .img .txt-main .txt-content .line .b {
  position: absolute;
  left: 20px;
  width: 0;
  height: 1px;
  background: #fff;
  transition: 0.5s ease;
}
.performance-content .performance-list ul li .img .txt-main .txt-content .line .r,
.performance-content .performance-list ul li .img .txt-main .txt-content .line .l {
  position: absolute;
  top: 20px;
  width: 1px;
  height: 0;
  background: #fff;
  transition: 0.5s ease;
}
.performance-content .performance-list ul li .img .txt-main .txt-content .line .t {
  top: 20px;
}
.performance-content .performance-list ul li .img .txt-main .txt-content .line .b {
  bottom: 20px;
}
.performance-content .performance-list ul li .img .txt-main .txt-content .line .r {
  right: 20px;
}
.performance-content .performance-list ul li .img .txt-main .txt-content .line .l {
  left: 20px;
}
.performance-content .performance-list ul li{
  background: #fff;
  overflow: hidden;
}
.performance-content .performance-list ul li .txt {
  margin: 15px 0;
  padding: 0 10px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

}
.performance-content .performance-list ul li:nth-child(4n) {
  margin-right: 0;
}
.performance-content .performance-list ul li:hover .img .txt-main {
  opacity: 1;
}
.performance-content .performance-list ul li:hover .img .txt-main .new {
  top: 0;
}
.performance-content .performance-list ul li:hover .img .txt-main .line .t,
.performance-content .performance-list ul li:hover .img .txt-main .line .b {
  width: calc(100% - 40px);
}
.performance-content .performance-list ul li:hover .img .txt-main .line .r,
.performance-content .performance-list ul li:hover .img .txt-main .line .l {
  height: calc(100% - 40px);
}
.news-show-content {
  background: #e4ebf2;
}
.news-show-content .news-show-main {
  max-width: 1200px;
  margin: auto;
  padding: 0 50px;
  background: #fff;
  position: relative;
  top: -120px;
  margin-bottom: -120px;
}
.news-show-content .news-show-main .top {
  padding-top: 40px;
  border-bottom: 1px solid #ebebeb;
}
.news-show-content .news-show-main .top h3 {
  font-size: 26px;
  text-align: center;
}
.news-show-content .news-show-main .top .time-share {
  padding: 25px 0;
  text-align: center;
}
.news-show-content .news-show-main .top .time-share .time {
  display: inline-block;
  vertical-align: middle;
  color: #666666;
  margin-right: 40px;
}
.news-show-content .news-show-main .top .time-share .share {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  color: #666666;
}
.news-show-content .news-show-main .top .time-share .share #share-3 {
  display: inline-block;
}
.news-show-content .news-show-main .bottom {
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}
.news-show-content .news-show-main .bottom p {
  color: #666;
  line-height: 25px;
  margin-bottom: 20px;
}
.news-show-content .news-show-main .bottom .file {
  display: inline-block;
  background: #f5f5f5;
  padding: 20px 25px;
}
.news-show-content .news-show-main .bottom .file .img {
  width: 120px;
  height: 120px;
  display: inline-block;
  vertical-align: middle;
}
.news-show-content .news-show-main .bottom .file .text {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
}
.news-show-content .news-show-main .bottom .file .text div {
  color: #666666;
  margin-bottom: 15px;
}
.news-show-content .news-show-main .bottom .file .text a {
  position: relative;
  display: inline-block;
  padding: 12px 18px;
  background: #f9891c;
  color: #fff;
  font-size: 12px;
}
.news-show-content .news-show-main .bottom .file .text .Moema::before {
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
}
.news-show-content .news-show-main .up-down {
  padding: 20px 0;
}
.news-show-content .news-show-main .up-down .l {
  width: calc(100% - 100px);
}
.news-show-content .news-show-main .up-down .l .list {
  margin-bottom: 15px;
}
.news-show-content .news-show-main .up-down .l .list span {
  width: 64px;
}
.news-show-content .news-show-main .up-down .l .list a {
  display: -webkit-box;
  width: calc(100% - 100px);
  transition: 0.3s ease;
}
.news-show-content .news-show-main .up-down .l .list a:hover {
  transform: translateX(3px);
  color: #f9891c;
}
.news-show-content .news-show-main .up-down .l .list * {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  color: #666666;
}
.news-show-content .news-show-main .up-down .l .list:last-child {
  margin-bottom: 0;
}
.news-show-content .news-show-main .up-down .r {
  width: 100px;
}
.news-show-content .news-show-main .up-down .r a {
  position: relative;
  display: inline-block;
  padding: 12px 18px;
  background: #f9891c;
  color: #fff;
  font-size: 12px;
}
.news-show-content .news-show-main .up-down .r .Moema::before {
  top: -12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
}
.news-content .news-list-main {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #e4ebf2;
}
.news-content .news-list-main .l {
  width: 340px;
  background: #fff;
}
.news-content .news-list-main .l ul {
  padding: 10px 35px;
}
.news-content .news-list-main .l ul li {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1rem;
}
.news-content .news-list-main .l ul li a {
  display: inline-block;
  padding: 15px 20px;
  transition: 0.3s ease;
}
.news-content .news-list-main .l ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
  width: 0;
  height: 0;
  opacity: 0;
  transition: 0.3s ease;
  border-width: 8px;
  border-radius: 2px;
  border-style: solid;
  border-color: transparent transparent transparent #f9891c;
}
.news-content .news-list-main .l ul li:hover a,
.news-content .news-list-main .l ul li.active a {
  color: #f9891c;
}
.news-content .news-list-main .l ul li:hover::after,
.news-content .news-list-main .l ul li.active::after {
  opacity: 1;
  left: 0;
}
.news-content .news-list-main .r {
  background: #fff;
  width: calc(100% - 360px);
  padding: 0 40px;
}
.news-content .news-list-main .r .tit {
  padding: 15px 0;
  border-bottom: 1px solid #d9d9d9;
}
.news-content .news-list-main .r .tit * {
  display: inline-block;
  vertical-align: middle;
  color: #0d5ed7;
}
.news-content .news-list-main .r .tit i {
  font-size: 24px;
}
.news-content .news-list-main .r .tit span {
  font-size: 24px;
  margin-left: 5px;
}
.news-content .news-list-main .r .list-main {
  padding: 40px 0;
}
.news-content .news-list-main .r .list-main ul li {
  padding-bottom: 20px;
}
.news-content .news-list-main .r .list-main ul li .list-l {
  width: calc(100% - 260px);
}
.news-content .news-list-main .r .list-main ul li .list-l a {
  color: #555555;
  padding-left: 15px;
  position: relative;
  transition: 0.3s;
}
.news-content .news-list-main .r .list-main ul li .list-l a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  background: #bfbfbf;
  border-radius: 50%;
}
.news-content .news-list-main .r .list-main ul li .list-r {
  width: 260px;
  justify-content: flex-end;
}
.news-content .news-list-main .r .list-main ul li .list-r .look {
  padding: 5px 15px;
  background: #ebebeb;
  color: #666666;
  margin-right: 10px;
}
.news-content .news-list-main .r .list-main ul li .list-r .time {
  padding: 5px 15px;
  background: #ebebeb;
  color: #666666;
}
.news-content .news-list-main .r .list-main ul li:hover .list-l a {
  color: #f9891c;
  padding-left: 18px;
}
.news-content .news-list-main .r .list-main ul li:hover .list-l a::after {
  background: #f9891c;
}
.news-content .news-list-main .r .list-main ul li:nth-child(5n) {
  margin-bottom: 20px;
  border-bottom: 1px dashed #d9d9d9;
}
.news-content .news-list-main .r .list-main ul li:last-child {
  border-bottom: 0;
}
.business-content .business-list-main {
  background: #e4ebf2;
}
.business-content .business-list-main .list-main {
  width: 100%;
  padding: 40px 0;
}
.business-content .business-list-main .list-main ul{
  align-items: flex-end;
}
.business-content .business-list-main .list-main ul li {
  width: 23%;
  margin-right: calc(8% / 3);
  margin-bottom: calc(8% / 3);
  position: relative;
}
.business-content .business-list-main .list-main ul li .img {
  overflow: hidden;
}
.business-content .business-list-main .list-main ul li .img img {
  transition: 0.5s ease;
}
.business-content .business-list-main .list-main ul li .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  line-height: 42px;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  transition: 0.4s ease;
}
.business-content .business-list-main .list-main ul li:hover .img img {
  transform: scale(1.05);
}
.business-content .business-list-main .list-main ul li:hover .txt {
  background: rgba(13, 94, 215, 0.4);
  padding-left: 20px;
}
.business-content .business-list-main .list-main ul li:nth-child(4n) {
  margin-right: 0;
}
.device-content {
  background: #e4ebf2;
}
.device-content .device-nav {
  background: #e4ebf2;
  border-bottom: 1px solid #c1c6cc;
}
.device-content .device-nav ul {
  justify-content: center;
}
.device-content .device-nav ul li a {
  display: inline-block;
  color: #666666;
  font-size: 16px;
  padding: 15px 30px;
  transition: 0.3s ease;
}
.device-content .device-nav ul li:hover a,
.device-content .device-nav ul li.active a {
  background: #0d5ed7;
  color: #e4ebf2;
}
.device-content .device-time {
  background: #e4ebf2;
  padding-top: 40px;
  padding-bottom: 40px;
}
.device-content .device-time .year {
  position: relative;
  display: inline-block;
  background: #fff;
}
.device-content .device-time .year input {
  width: 250px;
  display: inline-block;
  padding: 12px 20px;
  color: #666;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
}
.device-content .device-time a {
  margin-left: 15px;
  display: inline-block;
  padding: 10px 20px;
  background: #f9891c;
  border-radius: 0;
  border: 0;
  color: #fff;
}
.device-content .device-time .Moema::before {
  top: -12px;
  left: -12px;
  bottom: -12px;
  right: -12px;
}
.device-content .device-list-main {
  background: #e4ebf2;
  padding-bottom: 30px;
}
.device-content .device-list-main .list-main{
  width: 100%;
}
.device-content .device-list-main .list-main ul{width: 100%;}
.device-content .device-list-main .list-main ul li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  transition: 0.5s ease;
  position: relative;
  top: 0;
}
.device-content .device-list-main .list-main ul li .img {
  width: 40%;
  overflow: hidden;
}
.device-content .device-list-main .list-main ul li .img img {
  transition: 0.5s ease;
}
.device-content .device-list-main .list-main ul li .text {
  width: 60%;
  padding: 20px;
  background: #fff;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
}
.device-content .device-list-main .list-main ul li .text h3 {
  margin-bottom: 20px;
  font-size: 20px;
  transition: 0.3s ease;
}
.device-content .device-list-main .list-main ul li .text .txt {
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #666666;
  line-height: 30px;
}
.device-content .device-list-main .list-main ul li:hover {
  top: -5px;
}
.device-content .device-list-main .list-main ul li:hover .img img {
  transform: scale(1.05);
}
.device-content .device-list-main .list-main ul li:hover .text h3 {
  color: #0d5ed7;
}
.device-content .device-list-main .list-main ul li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .news-content .news-list-main {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .news-content .news-list-main .l {
    width: 100%;
  }
  .news-content .news-list-main .r {
    margin-top: 1.5rem;
    width: 100%;
  }
  .news-content .news-list-main .r .list-main ul li .list-l {
    width: 100%;
  }
  .news-content .news-list-main .r .list-main ul li .list-r {
    margin-top: 6px;
    width: 100%;
    justify-content: space-between;
  }
  .news-content .news-list-main .r .list-main ul li .list-r * {
    font-size: 12px;
  }
  .news-content .news-list-main .r .list-main {
    padding: 1rem 0;
  }
  .news-show-content .news-show-main {
    top: -60px;
    margin-bottom: -40px;
    padding: 0 15px;
  }
  .news-show-content .news-show-main .top h3 {
    font-size: 20px;
  }
  .news-show-content .news-show-main .top .time-share .time {
    margin-right: 0;
  }
  .news-show-content .news-show-main .top .time-share {
    padding: 1rem 0;
  }
  .news-show-content .news-show-main .bottom .file {
    width: 100%;
  }
  .news-show-content .news-show-main .up-down .l .list * {
    font-size: 12px;
  }
  .news-show-content .news-show-main .top {
    padding-top: 20px;
  }
  .business-content .business-list-main .list-main ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .business-content .business-list-main .list-main ul li:nth-child(2n) {
    margin-right: 0;
  }
  .performance-content .performance-banner {
    height: 20rem;
  }
  .performance-content .performance-time {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .performance-content .performance-time .year select {
    width: 160px;
  }
  .performance-content .performance-list ul li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .performance-content .performance-list ul li:nth-child(2n) {
    margin-right: 0;
  }
  .performance-content .performance-list ul li .txt {
    font-size: 0.875rem;
    line-height: 38px;
    padding: 0 5px;
  }
  .performance-content .performance-list {
    padding-bottom: 20px;
  }
  .performance-content .performance-list ul {
    padding-bottom: 20px;
    align-items: flex-end;
  }
  .device-content .device-nav ul li:hover a,
  .device-content .device-nav ul li a {
    padding: 10px 12px;
    font-size: 0.875rem;
  }
  .device-content .device-time {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .device-content .device-time a {
    margin-left: 0;
  }
  .device-content .device-list-main .list-main ul li .img {
    width: 100%;
  }
  .device-content .device-list-main .list-main ul li .text {
    width: 100%;
    padding: 10px;
  }
  .device-content .device-list-main .list-main ul li .text h3 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
  }
  .device-content .device-list-main .list-main ul li .text .txt {
    line-height: 24px;
    font-size: 12px;
  }
}
