/*
蓝色主题
*/
/*
系统主题
*/
.bgColor {
  background: #ffffff;
}
#particles-js {
  height: 400px;
  width: 100%;
  background: url(../img/topBg.jpg) no-repeat center center;
  margin-top: 60px;
}
.playCenter {
  position: relative;
}
.textInfo {
  position: absolute;
  width: 400px;
  height: 66px;
  top: 50%;
  color: #ffffff;
  left: 50%;
  margin-top: -83px;
  margin-left: -200px;
  text-align: center;
}
.textInfo p:first-child {
  font-size: 30px;
  text-align: center;
  line-height: 60px;
}
.textInfo p:nth-child(2) {
  font-size: 18px;
  text-align: center;
}
.textInfo .btn {
  margin: 0 auto;
  display: block;
  border-radius: 40px;
  width: 290px;
  font-size: 26px;
  line-height: 48px;
  height: 48px;
  margin-top: 20px;
}
.textInfo .experienceBttom {
  cursor: pointer;
  margin: 40px 0 50px 0;
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 0 50px;
  display: inline-block;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 50px;
  transition: background 0.5s, color 0.5s;
}
/*.experienceBttom:hover{*/
/*background: #1aba79;*/
/*color: #fff;*/
/*border:none;*/
/*line-height: 52px;*/
/*}*/
.tabMain .list {
  height: 360px;
  background: #ffffff;
  position: relative;
}
.tabMain .list .showList {
  opacity: 0;
  width: 216px;
  float: left;
  margin-left: 78px;
  padding-top: 70px;
}
.tabMain .list .showList:first-child {
  margin-left: 0;
}
.tabMain .list .showList .img {
  height: 136px;
  width: 136px;
  overflow: hidden;
  display: block;
  margin: 0 auto;
}
.tabMain .list .showList .img img {
  width: 537px;
  max-width: 537px;
}
.tabMain .list .showList:nth-child(2) .img img {
  margin: 0px 0px 0px -401px;
}
.tabMain .list .showList:nth-child(3) .img img {
  margin: -278px 0px 0px 0px;
}
.tabMain .list .showList:last-child .img img {
  margin: -278px 0px 0px -401px;
}
.tabMain .list .showList .h1 {
  font-size: 18px;
  text-align: center;
  color: #303030;
}
.tabMain .list .showList .h2 {
  font-size: 14px;
  text-align: left;
  padding-top: 0 !important;
  color: #7c7c7c;
  line-height: 30px;
  width: 220px;
}
.tabMain .info {
  margin-top: 40px;
}
.tabMain .chart {
  width: 750px;
  float: left;
}
.tabMain .comment {
  width: 330px;
  /*position: absolute;*/
  /*right: 0;*/
  /*top:122px;*/
  float: right;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  padding: 0 20px;
}
.tabMain .comment .commentTitle {
  padding-top: 20px;
  padding-bottom: 6px;
  overflow: hidden;
}
.tabMain .comment .commentTitle strong {
  font-size: 16px;
  font-weight: 600;
  border-left: 4px solid #1684FF;
  text-indent: 1em;
  border-radius: 1px;
  float: left;
}
.tabMain .comment .commentTitle .info {
  clear: both;
  font-size: 14px;
  color: #919191;
}
.tabMain .chart .chartList {
  /* height: 340px; */
  width: 100%;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  padding: 20px;
}
.tabMain .page {
  float: right;
}
.tabMain .page .prev {
  display: block;
  width: 28px;
  float: left;
  height: 20px;
  cursor: pointer;
  background: url("../img/openDataIonc.png") no-repeat -193px 0px;
}
.tabMain .page .prev1 {
  display: block;
  width: 28px;
  float: left;
  height: 20px;
  cursor: pointer;
  background: url(../img/openDataIonc.png) no-repeat -276px -2px;
  transform: rotate(180deg);
}
.tabMain .page .next1 {
  cursor: pointer;
  display: block;
  margin-left: 8px;
  width: 28px;
  float: right;
  height: 20px;
  transform: rotate(180deg);
  background: url(../img/openDataIonc.png) no-repeat -193px -2px;
}
.tabMain .page .next {
  cursor: pointer;
  display: block;
  margin-left: 8px;
  width: 28px;
  float: right;
  height: 20px;
  background: url(../img/openDataIonc.png) no-repeat -276px 0px;
}
.tabMain .commentList .top {
  overflow: hidden;
}
.tabMain .commentList .listNumber {
  padding-top: 26px;
  border-bottom: 1px solid #eeeeee;
}
.tabMain .commentList .top .phone {
  float: left;
  color: #878787;
}
.tabMain .startParent {
  width: 60px;
  float: right;
}
.tabMain .commentList .top .phone .start {
  float: left;
  margin-left: 6px;
  margin-top: 1px;
  height: 15px;
  background: url(../img/icon-star.png) repeat-x;
  background-size: 12px;
  width: 20%;
}
.tabMain .commentList .top .time {
  float: right;
  color: #878787;
}
.tabMain .commentList .info {
  overflow: hidden;
  margin-top: 0;
}
.tabMain .commentList .info p:nth-child(2n+1) {
  margin-left: 0;
  margin-bottom: 0;
}
.tabMain .entTitle .info {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}
.tabMain .commentList .info p {
  margin-top: 10px;
  font-size: 12px;
  color: #7c7c7c;
  border: 1px solid #1684FF;
  border-radius: 14px;
  width: 45%;
  float: left;
  text-align: center;
  margin-left: 10%;
  line-height: 30px;
}
.tabMain .commentList .info p:first-child {
  margin-left: 0;
}
.tabMain .commentList .text {
  color: #333333;
  padding: 16px 0;
}
.tabMain .chartList h1,
.tabMain .chartList h2,
.tabMain .chartList h3,
.tabMain .chartList h4,
.tabMain .chartList h5 {
  font-size: 16px;
  font-weight: 600;
  border-left: 4px solid #1684FF;
  padding-left: 4px;
}
.tabMain .chartList .text {
  padding-top: 10px;
  font-size: 14px;
  color: #7c7c7c;
  line-height: 22px;
}
.tabMain .setChart {
  /* width: 480px;
    height: 220px; */
}
.sectionTitle {
  font-size: 22px;
  text-align: center;
}
.sectionMain {
  font-size: 16px;
  text-align: center;
}
.centerBoder {
  width: 100px;
  margin: 18px auto;
  height: 4px;
  background: #1684FF;
}
/*动画 start*/
.list .showList .img {
  transition: transform 1s;
}
.container {
  position: relative;
}
.chartList,
.comment {
  transition: box-shadow 0.5s;
}
.chartList:hover,
.comment:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.list .showList .img:hover {
  transform: translate(0px, -20px);
}
.anima1 {
  animation: slidLeft 1s forwards;
}
.anima2 {
  animation: slidLeft 1s forwards 0.2s;
}
.anima3 {
  animation: slidLeft 1s forwards 0.4s;
}
.anima4 {
  animation: slidLeft 1s forwards 0.6s;
}
@keyframes slidLeft {
  0% {
    opacity: 0;
    transform: translate(-100px, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
/*动画 end*/
