.banner {
  width: 100%;
  position:relative;
}
.banner .banner-img {
  width: 100%;
}

/* 动态行情 */
.dynamic-card .main-card-content {
  background: url('../images/index/BG1.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.dynamic-card .main-card-link {
  bottom: 20.7%; 
}
.news-list {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-list .news-list-item {
  width: 46%;
  margin-bottom: 2%;
}
.news-list-item>a {
  display: block;
  padding: 8% 10%;
  background: rgba(255,255,255,0.5);
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  border-radius: 2px;
  color: #333;
}
.news-list-item>a:hover {
  background-color: #19A179;
  background: -webkit-linear-gradient(to top, #19A179, #1AC794);
  background: linear-gradient(to top, #19A179, #1AC794);
  box-shadow: 0px 11px 36px 2px rgba(0, 44, 31, 0.3);
  color: #fff;
}
.news-list-item>a:hover .item-msg .msg-year {
  color: #fff;
}
.news-list .item-msg {
  float: left;
  width: 5em;
  padding-bottom: 2.875em;
  border-bottom: 1px solid #dcdcdc;
}
.news-list .item-msg .msg-date {
  line-height: 1.5;
  font-size: 2em;
  font-weight: bold;
}
.news-list .item-msg .msg-year {
  padding-left: 0.2em;
  font-size: 1.125em;
  color: #999;
}
.news-list .item-content {
  margin-left: 6.5em;
  overflow: hidden;
}
.news-list .item-content-title {
  font-size: 1.25em;
  line-height: 1.5;
  text-align:justify;
  text-justify:inter-word;
}
.news-list .item-content .content {
  margin-top: 2em;
  text-align:justify;
  text-justify:inter-word;
  overflow:hidden;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient:vertical;
}
/* 产品介绍 */
.introduction-card .main-card-content {
  background: url('../images/index/BG3.png') no-repeat left top;
  background-size: 100% 100%;
}
.product-pane-content2 {
  margin: 0 auto;
  width: 95%;
}
.product-pane-content3 {
  padding-top: 10%;
  margin: 0 auto 3%;
  width: 80%;
}
.product-pane-content4 {
  margin: 0 auto 1%;
  width: 80%;
}
.product-pane-content5 {
  margin: 0 auto;
  width: 75%;
}
.product-tab-pane1{
  position: relative;
  padding-top: 10%;
  padding-bottom: 24%;
  background: url('../images/index/dy.jpg') no-repeat bottom 10% center;
  background-size: 100% auto;
  overflow: hidden;
}
.product-tab-pane1 .tab-pane-content{
  width: 64%;
  margin: 0 auto;
}
.product-tab-pane1 .tab-pane-detail {
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}

/* 解决方案 */
.solution-card .main-card-content {
  background: url('../images/index/BG2.jpg') no-repeat left top;
  background-size: 100% 100%;
}
.solutions-tab-pane1 {
  padding-top: 10%;
}
.solution-tab-pane1 {
  overflow: hidden;
}
.solution-tab-pane1 .mySwiper2 {
  padding: 3.6% 12.3% 7.5% 12%;
  background: url('../images/index/diannao.png') no-repeat center center;
  background-size: 100% 100%;
}
.solution-tab-pane1 .tab-pane-content{
  padding-top: 10%;
  width: 72%;
  margin: 0 auto 1%;
}
.solution-pane-content2 {
  position: relative;
  padding-top: 10%;
  margin: 0 auto 3%;
  width: 72%;
}
.solution-pane-content3 {
  padding-top: 3%;
  margin-left: 5%;
  width: 100%;
}
.solution-pane-content3>img {
  width: 33%;
}
.solution-pane-content4 {
  padding-top: 5%;
  margin-left: 10%;
  width: 95%;
}
/* 关于我们 */
.about-card .tab-pane-content {
  width: 100%;
  height: 100%;
  background: url('../images/index/018.jpg') no-repeat center center;
  background-size: 100% 100%;
}
.about-card .main-card-link {
  bottom: 15em;
}
.about-card .video-btn {
  width: 6.875em;
  height: 6.875em;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
  margin: 0 auto;
  cursor: pointer;
  overflow: hidden;
  background: url('../images/index/bofang.png') no-repeat center center;
  background-size: 100% 100%;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.about-card .video-btn:hover {
  box-shadow: 1px 10px 20px rgba(255,255,255,0.3);
}
.about-card .tab-pane-detail {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20%;
  width: 60%;
  margin: 0 auto;
  background: #19A179;
  padding: 2.5em;
  color: #fff;
}
.about-card .tab-pane-detail>h3 {
  text-align: left;
}
.about-card .tab-pane-detail>p {
  margin-top: 1em;
  border-radius: 2px;
  color: #fff;
}
/* 科学研究 */
.science-card {
  padding-top: 26%;
}
.science-card .main-card-content {
  padding: 6.7% 0 5.7%;
  background: #f8f8f8;
}
.science-card .tab-pane-content {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-wrap: nowrap;
}
.science-card .tab-item {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  flex-wrap: nowrap;
  padding: 6% 5%;
  border-radius: 5px;
  background: #fff;
  margin-left: 3%;
  box-shadow: 1px 2px 10px rgb(0, 0, 0, 0.1);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.science-card .tab-item:hover {
  box-shadow: 1px 10px 10px rgb(0, 0, 0, 0.1);
}
.science-card .tab-item:hover .item-card>p {
  color: #19A179;
}
.science-card .tab-item>img {
  width: 4.375em;
  height: 4.375em;
  margin-right: 1.5em;
}
.science-card .item-card>p {
  font-size: 1.5em;
  line-height: 1;
}
.science-card .item-card>p.gray {
  padding-top: 0.1em;
  color: #666;
  font-size: 1em;
  text-transform: uppercase;
}

/* 呼吸灯效果 */
.tab-pane .breath-icon {
	position:absolute;
	width:4.125em;
	height:4.125em;
  border-radius: 50%;
  overflow: hidden;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-name:breathe;
	-webkit-animation-duration:2700ms;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:alternate;
}
.breath-01 {
  top: 68%;
  left: 20%;
}
.breath-02 {
  top: 30%;
  left: 34%;
}
.breath-03 {
  top: 32%;
  left: 64%;
}
.breath-04 {
  top: 64%;
  left: 75%;
}
@-webkit-keyframes breathe {
	0% {
    opacity:.2;
    box-shadow:0 1px 2px rgba(255,255,255,0.1);
  }
  100% {
    opacity:1;
    box-shadow:0 1px 30px rgba(59,255,255,1);
  }
}
@keyframes breathe {
	0% {
    opacity:.2;
    box-shadow:0 1px 2px rgba(255,255,255,0.1);
  }
  100% {
    opacity:1;
    box-shadow:0 1px 30px rgba(59,255,255,1);
  }
}
