﻿
.homeBanner {
  width: 1200px;
  height: 195px;
  position: relative;
  overflow: hidden;
  /* background-image: url('{ms:global.host/}/{ms:global.style/}/image/index/homeBanner.png'); */
}
.homeBanner > .animated {
  animation-duration: 2s;
  animation-delay: 0.1s;
}
.homeBannerBg {
  width: 1200px;
  height: 195px;
  position: absolute;
  z-index: -1;
}
.homeBannerTag {
  margin-top: -19px;
  margin-left: 33px;
}
.live_class{
  cursor: pointer;
  margin-left: 210px;
  width: 180px;
  height: 50px;
}
.taiShanIndustrialMarket {
  background-color: #ffffff;
  padding: 45px 45px;
  animation-duration: 2s;
  animation-delay: 0.3s;
}
.taiShanIndustrialMarket > p {
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
}
.more {
  cursor: pointer;
}
.industralMap {
  margin-top: 20px;
  padding: 30px 10px 20px;
  animation-duration: 2s;
  animation-delay: 0.5s;
}
.industralMap .moduleTitle {
  margin-bottom: 10px;
}
.industralMapList {
  padding: 0 5px;
  transform: scale(0.96, 0.96);
}
.industralMapList > .animated {
  animation-duration: 1.5s;
}
.industralCard {
  padding: 45px;
  color: #ffffff;
  width: 370px;
  height: 290px;
  margin: 10px;
  float: left;
  transition: transform 0.2s linear;
}
.industralCard:hover{
  transform:scale(1.05);
  z-index: 99;
  box-shadow: 0 0 10px 4px rgba(134, 134, 134, 0.5);
}
.industralMap > .moduleTitle {
  position: relative;
}
.industralMapMoreBtn {
  font-size: 13px;
  font-weight: 400;
  color: #1159AF;
  width: 93px;
  height: 28px;
  line-height: 26px;
  border: 1px solid #0E64B7;
  border-radius: 14px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 5px;
}
.industralName {
  font-size: 26px;
  line-height: 19px;
}
.industralCount {
  font-size: 16px;
  line-height: 19px;
  margin: 20px 0 97px;
}
.industralMore {
  width: 137px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background: rgba(255, 255, 255, 0);
  border: 1px solid #FFFFFF;
  opacity: 0.75;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
.homeNewsListWra {
  margin-top: 20px;
  padding: 40px;
  animation-duration: 2s;
  animation-delay: 0.7s;
  overflow: hidden;
}
.homeNewsListWra .moduleTitle {
  text-align: left !important;
  margin-bottom: 24px;
  padding: 0 10px;
}
.homeNewsListWra .moduleTitle > span {
  margin: 0 24px !important;
}
.homeNewsContent, .homeMessageBoardContent {
  float: left;
}
.homeNewsContent {
  width: 710px;
}
.homeMessageBoardContent {
  width: 370px;
  margin-left: 20px;
}
.homeNewsList, .homeMessageBoardList {
  border-top: 1px solid #E1E1E1;
}
.homeNewsList {
  padding: 0 10px;
}
.homeNewsItem, .homeMessageItem {
  margin-top: 18px;
  cursor: pointer;
  animation-duration: 1s !important;
}
.homeMessageBoardList > * {
  animation-duration: 1s !important;
}
.homeNewsTitle, .homeMessageTitle {
  font-size: 14px;
  color: #333333;
  margin: 0 10px;
  display: inline-block;
  width: 535px;
  word-break:keep-all;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  vertical-align: middle;
}
.homeNewsItem > img {
  vertical-align: middle;
}
.homeDate {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  width: 90px;
}
.messageBoardBanner {
  width: 370px;
  height: 106px;
  margin-top: 10px;
}
.homeMessageList {
  padding: 0 5px;
}
.homeMessageTitle {
  margin: 0 !important;
  width: 265px !important;
}
.homeMessageBoardBtn {
  width: 356px;
  height: 46px;
  line-height: 40px;
  background: #FFFFFF;
  border: 2px solid #9CC7FF;
  margin: auto;
  cursor: pointer;
  border-radius: 2px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
}
.homeMessageBoardBtn > span {
  font-size: 14px;
  color: #BEBEBE;
}
.homeMessageBoardBtn > img {
  vertical-align: middle;
  float: right;
  margin-top: 8px;
}
.homeMessageBoardBtn > img:hover {
  animation: rotate 0.5s 1 linear;
}
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
