@charset "UTF-8";
.banner {
  width: 100%;
  max-height: 600px;
  position: relative;
  overflow: hidden;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 71px;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.01);
}
.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.banner .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.page-news {
  width: 100%;
  margin-top: 10px;
}
.page-news .newsList {
  padding: 0 15px;
}
.page-news .newsList .news-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  min-height: 23px;
}
.page-news .newsList .news-item:hover a {
  color: #007aff;
}
.page-news .newsList .news-item.image-text {
  margin-bottom: 10px;
}
.page-news .newsList .news-item.image-text .news-title {
  font-weight: 700;
  vertical-align: bottom;
  width: 100%;
  max-width: 436px;
  line-height: 1.7;
}
.page-news .newsList .news-item.image-text .text-content {
  display: block;
  height: auto;
  line-height: 18px;
  width: auto;
  word-wrap: break-word;
  overflow: visible;
  white-space: normal;
  word-break: normal;
  margin-top: 20px;
  line-height: 1.7;
}
.page-news .newsList .news-item.line {
  margin: 0;
  min-height: 23px;
  overflow: hidden;
  padding: 3px 5px;
  height: 46px;
  line-height: 46px;
  color: #666666;
  align-items: center;
  border-top: 1px dotted #ccc;
}
.page-news .newsList .news-item .news-title {
  display: inline-block;
  height: 100%;
  min-height: 23px;
  outline: none;
  overflow: hidden;
  text-decoration: none;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
  width: 100%;
  max-width: 636px;
  word-break: keep-all;
}
.page-news .newsList .news-item .time {
  display: inline-block;
  float: right;
  padding: 0 5px;
  vertical-align: bottom;
  width: auto;
  height: 100%;
  min-width: 90px;
}
.page-news .item-header {
  width: 100%;
  height: 45px;
  line-height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page-news .item-header .item-header-title {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
}
.page-news .item-header .item-header-title .blue-icon {
  background-size: auto;
  background-image: url(../images/blue-icon.png);
  background-position: 0;
  background-repeat: no-repeat;
  width: 30px;
  display: table-cell;
  border-left: 5px transparent solid;
  background-color: transparent;
  height: 45px;
}
.page-news .item-header .item-header-title .title-text {
  font-size: 16px;
  padding: 0 5px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
}
.page-news .item-header .more {
  height: 100%;
  padding: 0 5px;
  display: block;
  width: 60px;
  line-height: 45px;
  font-size: 12px;
  font-weight: normal;
  color: #666666;
}
.page-news .info {
  width: 66%;
  height: 335px;
  background: #fff;
}
.page-news .news {
  width: 33%;
  height: 335px;
  background: #fff;
}
.index-partner {
  padding: 100px 0;
  margin-top: 10px;
  background: #fff;
}
.index-partner .s {
  padding: 50px 0 0;
}
.index-partner .wp {
  width: 100%;
  
  margin: 0 auto;
}
.index-partner .wp ul.cl {
  position: static;
  background: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.index-partner .wp ul li {
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  float: left;
  width: 20%;
}
.index-partner .wp ul li a {
  display: block;
  margin: 10px;
  height: 80px;
  border: 1px #ededed solid;
  background-repeat: no-repeat;
  background-position: center;
  /*-webkit-filter: grayscale(100%);*/
  /*-moz-filter: grayscale(100%);*/
  /*-ms-filter: grayscale(100%);*/
  /*-o-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
  /*filter: gray;*/
  transition: 0.5s;
}
.index-partner .wp ul li a:hover {
 
  
  filter: grayscale(0%);
 
  
}
.index-partner .index-title {
  text-align: center;
}
.index-partner .index-title .title {
  font-size: 30px;
  line-height: 30px;
  color: #333;
  padding-top: 20px;
}
.index-partner .index-title .title-line {
  height: 20px;
}
.index-partner .index-title .tips {
  font-size: 15px;
  line-height: 15px;
  color: #888;
}
/*# sourceMappingURL=index.css.map */