* {
  margin: 0;
  padding: 0;
}
body {
  min-width: 1200px;
  font-family: "Microsoft YaHe";
}
a {
  text-decoration: none;
  cursor: pointer;
}
.bannerWrap {
  height: 448px;
  width: 100%;
  display: block;
  position: relative;
  background-image: url(image/0.00.png);
  background-size: 100% 100%;
}
.bannerWrap img {
  width: 1200px;
  height: 448px;
  display: block;
  margin: 0 auto;
}
.bannerWrap div {
  width: 232px;
  height: 46px;
  background: linear-gradient(0deg, #f53c3c 0%, #f77575 100%);
  border-radius: 23px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  line-height: 46px;
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
}

.leftTabActive {
  color: #d43339 !important;
  font-weight: bold !important;
}
.corporateCultureWrap {
  box-sizing: border-box;
  width: 1200px;
  margin: 0 auto;
  padding-top: 55px;
  display: flex;
  justify-content: space-between;
}
.corporateCultureWrap .corCulLeftWrap {
  width: 150px;
  margin-top: -1px;
}
.corporateCultureWrap .corCulLeft {
  transition: 0.3s;
}
.corporateCultureWrap .corCulLeft span {
  display: block;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  line-height: 22px;
  transition: 0.3s;
  margin-bottom: 56px;
  cursor: pointer;
}
.corporateCultureWrap .corCulLeft span:hover {
  color: #d43339;
}
.corporateCultureWrap .corCulRight {
  width: 1045px;
  /* 节日活动开始 */
  /* 节日活动结束 */
  /* 团建活动开始 */
  /* 团建活动结束 */
  /* 公司年会开始 */
  /* 公司年会结束 */
  /* 分公司开业开始 */
  /* 分公司开业结束 */
}
.corporateCultureWrap .corCulRight .corCulRightItem {
  width: 1045px;
}
.corporateCultureWrap .corCulRight .corCulRightItem > div {
  width: 1045px;
  display: flex;
  flex-wrap: wrap;
}
.corporateCultureWrap .corCulRight .corCulRightItem > div > a:nth-child(3n + 3) {
  margin-right: 0 !important;
}
.corporateCultureWrap .corCulRight .festivityWrap a {
  display: block;
  width: 309px;
  height: 280px;
  margin-bottom: 46px;
  margin-right: 59px;
}
.corporateCultureWrap .corCulRight .festivityWrap a:hover .moreBtn {
  opacity: 0.5;
}
.corporateCultureWrap .corCulRight .festivityWrap a img {
  width: 309px;
  height: 174px;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}
.corporateCultureWrap .corCulRight .festivityWrap a p {
    font-weight: bold;
    font-size: 18px;
    color: #191919;
    line-height: 34px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.corporateCultureWrap .corCulRight .festivityWrap a .festivityItem {
  position: relative;
}
.corporateCultureWrap .corCulRight .festivityWrap a .festivityItem span {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}
.corporateCultureWrap .corCulRight .festivityWrap a .festivityItem .moreBtn {
  color: #d43339;
  position: absolute;
  right: 0;
  bottom: 0px;
  transition: 0.3s;
}
.corporateCultureWrap .corCulRight .activityInner {
  width: 1045px;
}
.corporateCultureWrap .corCulRight .activityInner .actiItem {
  display: block;
  height: 340px;
}
.corporateCultureWrap .corCulRight .activityInner .actiItem:hover .actiTitle {
  color: #d43339 !important;
}
.corporateCultureWrap .corCulRight .activityInner .actiItem .actiTitle {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
    color: #191919;
    line-height: 20px;
    transition: 0.3s;
    max-width: 1045px;
}
.corporateCultureWrap .corCulRight .activityInner .actiItem .actiExp {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  margin-top: 9px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}
.corporateCultureWrap .corCulRight .activityInner .actiItem .actiIteCon {
	margin-top: 8px;
	display: flex;
	justify-content: space-between;
	width: 1045px;
}
.corporateCultureWrap .corCulRight .activityInner .actiItem .actiIteCon img {
  height: 188px;
  width: 344px;
  border-radius: 5px;
  display: block;
}
.corporateCultureWrap .corCulRight .annualInner {
  width: 1045px;
}
.corporateCultureWrap .corCulRight .annualInner .annualItem {
  display: block;
  height: 543px;
}
.corporateCultureWrap .corCulRight .annualInner .annualItem:hover .annualTitle {
  color: #d43339 !important;
}
.corporateCultureWrap .corCulRight .annualInner .annualItem .annualTitle {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
    color: #191919;
    line-height: 20px;
    transition: 0.3s;
    max-width: 1045px;
}
.corporateCultureWrap .corCulRight .annualInner .annualItem .annualExp {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  margin-top: 9px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}
.corporateCultureWrap .corCulRight .annualInner .annualItem img {
  margin-top: 8px;
  height: 396px;
  width: 1045px;
  display: block;
  border-radius: 5px;
}
.corporateCultureWrap .corCulRight .openInner {
  width: 1045px;
}
.corporateCultureWrap .corCulRight .openInner .openItem {
  display: block;
  height: 549px;
}
.corporateCultureWrap .corCulRight .openInner .openItem:hover .openTitle {
  color: #d43339 !important;
}
.corporateCultureWrap .corCulRight .openInner .openItem .openTitle {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    font-size: 18px;
    color: #191919;
    line-height: 20px;
    transition: 0.3s;
    max-width: 1045px;
}
.corporateCultureWrap .corCulRight .openInner .openItem .openExp {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
  margin-top: 9px;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  line-height: 28px;
}
.corporateCultureWrap .corCulRight .openInner .openItem img {
  margin-top: 8px;
  height: 400px;
  width: 1045px;
  display: block;
  border-radius: 5px;
}
.fix {
  position: sticky !important;
  top: 107px !important;
}
.fixTop {
	position: fixed !important;
    top: 0 !important;
    z-index: 1;
    left: 0;
    right: 0;
}
.refresh {
  width: 100%;
  height: 22px;
  margin-bottom: 29px;
}
.refresh span {
  font-size: 14px;
  color: #999999;
  line-height: 22px;
  margin: 0 auto;
}
.refresh .refreshBtn {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
}
