/* 轮播图小圆点 */
a {
  text-decoration: none;
}

#banner {
  width: 100%;
  /* height: 605px; */
}
#banner .img-back img{
  display: block;
  margin: 0 auto;
  width: 100%;
}
#banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#banner .swiper-pagination-bullet-active {
  background-color: #fff;
}

.part-name .name-zh, .name-en {
  text-align: center;
  font-size: 24px;
  color: #323232;
}
.part-name .name-en{
  font-size: 18px;
}

/* 行业数据 */
.industry-data {
  margin: 0 auto;
  width: 1170px;
}
.industry-data .item{
  padding: 40px 10px;
  transition: 0.3s;
}
.industry-data .item .item-box{
  position: relative;
  height: 325px;
  background: rgba(246, 251, 251, 0.89);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.34);
  border-radius: 10px;
  overflow: hidden;
}
.industry-data .item .item-bg{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(66, 196, 208, 1);
  z-index: 9;
  border-radius: 10px;
  transition: 0.3s;
}

.industry-data .item .evenbg{
  background: rgba(95, 220, 229, 1);
}
.industry-data .item .info{
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;

}
.industry-data .item .img{
  margin: 0 auto;
  height: 86px;
  width: 86px;
}
.industry-data .item .img img{
  width: 100%;
  height: 100%;
}
.industry-data .item .info .title {
  margin-top: 15px;
  font-size: 20px;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 1px;
}
.industry-data .item .info .value{
  margin-top: 15px;
  font-size: 40px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 45px;
}
.industry-data .item:hover {
  padding-top: 25px;
}

.industry-data .item:hover .item-bg {
  height: 48%;
}

.industry-data .item:hover .info {
  color: #55cad4;
}

/* 指数图 */
.index-part .conBox {
  width: 1140px;
  height: 769px;
}
.index-part .container {
  width: 1000px;
}
.index-back .cate-index{
  position: relative;
  /* width: 870px; */
  height: 60px;
  overflow: hidden;
}
.index-back .project-list {

  height: 100%;
  margin-top: 20px;
 
  text-align: center;
}

.index-back .project-list li {
  display: inline-block;
  background-color: #F4F4F4;
  border-radius: 23px;
  border: 1px solid #999999;
  padding: 5px 20px;
  margin: 0 80px;
  cursor: pointer;
  font-size: 16px;
  color: #999;
}
.index-back .project-list .selected {
  color: #669BDE;
  border: 1px solid #669BDE;
}

.index-back .parent-data {
  /* height: 100px; */
  margin: 30px 0 0px 0;
}
.index-back .parent-data .dataul {
  height: 100%;
  font-weight: 400;
}
.index-back .parent-data .dataul li {
  width: 25%;
  float: left;
  text-align: center;
}
.index-back .parent-data .dataul li p:first-child {
  font-size: 20px;
  color: #444444;
}
.index-back .parent-data .dataul li p:last-child {
  font-size: 18px;
  margin-top: 20px;
  color: #6C6969;
}
.updown {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.index-back .chart-div {
  height: 460px;
}
.index-back .chart-div .main {
  height: 100%;
}
.legend {
  width: 21%;
  padding-top: 30px;
  text-align: center;
  padding: 3px 0;
}
.lenged-tit {
  display: none;
  float: left;
  margin-top: 5px;
  letter-spacing: 2px;
  color: #669BDE;
}

/* 指数点评 */
.index-reviews {
  height: 540px;
  background: #F0F2F5;
}
.index-reviews .reviews-content {
  width: 850px;
  height: 380px;
  margin: 0 auto;
  margin-top: 30px;
  /* padding-bottom: 36px;
  overflow: hidden; */
}
 

/* 优质企业 */
.quality-enterprise {
  height: 620px;
}
/* .quality-enterprise .swiper-wrapper {
  width: 800px;
} */
.company-swiper .company-swiper-1  {
  padding-top: 70px;
}
.company-swiper .company-slide {
  width: 237px;
  height: 303px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(203, 203, 203, 0.5);
  border-top: 12px solid #6392E6;
  border-bottom: 12px solid #6392E6;
  border-radius: 10px;
}
.company-swiper .company-slide .title {
  height: 80px;
  padding: 0 10px;
}
.company-swiper .company-slide .title a {
  font-size: 18px;
  display: block;
  padding: 20px 0 30px 0;
  text-align: center;
  font-weight: 600;
  color: #2D2D2D;
}
.company-swiper .company-slide a{
  display: block;
  width: 100%;
}
.company-swiper .company-slide .img-div {
  width: 200px;
  margin: 0 auto;
}
.company-swiper .company-slide .img-div img {
  text-align: center;
  width: 200px;
  height: 150px;
  object-fit: contain;
}
.company-swiper .company-slide .contact {
  font-size: 14px;
  color: #6392E6;
  padding: 20px 16px 0;
}
.company-swiper .swiper-slide-active .company-slide {
  /* box-sizing: border-box; */
  margin-top: -35px;
}
.company-swiper .swiper-button-prev {
  background-image: url(../image/pre.png);
}
.company-swiper .swiper-button-next {
  background-image: url(../image/next.png);
}
.swiper-button-next, .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-size: 50px 50px;
}


/* 新闻资讯 */
.news-info {
  height: 570px;
  background-color: #6697E3;
}
.news-info .part-name .name-zh, .news-info .part-name .name-en{
  color: #fff;
}
.news-info .news-content {
  padding: 30px 0 40px;
}
.news-info .news-item {
  width: 360px;
  height: 393px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 14px 3px rgba(203, 203, 203, 0.5);;
}
.news-item .img-news, .news-item .img-news img {
  width: 360px;
  height: 251px;
}
.news-item .info {
  padding: 10px;
}
.news-item .info-title {
  font-size: 18px;
  font-weight: bold;
  color: #2348A3;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item .info-text {
  padding-top: 5px;
  font-size: 12px;
  font-weight: 400;
  color: #606060;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.news-info .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 66px;
  height: 5px;
  background: #C6CCE1;
  border-radius: 3px;
}
.news-info .news-content .swiper-pagination-bullet-active {
  background: #2745B0;
}

.news-item:hover .time{
  display: block;
}
.news-content .time {
  display: none;
  position: absolute;
  top: 80px;
  left: 130px;
  width: 100px;
  height: 100px;
  border: solid 2px #fff;
  text-align: center;
  color: #fff;
}
.news-content .time .day {
  font-size: 48px
}
.news-content .time .month {
  font-size: 18px;
}


.foot {
  margin-top: 0;
}

.paddingT {
  padding-top: 30px;
}

/*  */
.company-container{
  margin-top: 30px;
  width: 1170px;
  height: 350px;
}

.company-container .swiper-slide{
  height: 100%;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 0px rgba(203, 203, 203, 0.5);
  border-radius: 10px;
}
.company-container .title {
  font-size: 18px;
  font-weight: 600;
  color: #2D2D2D;
  text-align: center;
  padding-top: 40px;
}
.company-container .img {
  margin: 0 auto;
  margin-top: 15px;
  width: 80%;
  height: 200px;
}
.company-container .img img {
  width: 100%;
  height: 100%;
}
.company-container  .info {
  margin-top: 15px;
  padding: 0 40px;
  font-size: 14px;
  color: #7A8F6D;
}
.company-container .tel {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.company-container .swiper-slide {
  transition: 300ms;
  transform: scale(0.9);
}
.company-container .swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);
}
