﻿html,body {
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: #F5F5F5;
}

* {
  font-family: Microsoft YaHei;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.header {
  position: relative;
  z-index: 2;
}

.card {
  background-color: #FFFFFF;
  box-shadow: 0px 10px 29px 3px rgba(134, 134, 134, 0.24);
}

.moduleTitle {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  margin-bottom: 30px;
}

.moduleTitle > img {
  vertical-align: middle;
}

.moduleTitle > span {
  margin: 0 30px;
}

.pageContentWra {
  width: 100%;
  min-width: 1200px;
  /* background-image: url('{ms:global.host/}/{ms:global.style/}/image/index/homebg.png'); */
  /* background-repeat: no-repeat; */
  min-height: calc(100% - 130px - 126px);
  position: absolute;
  z-index:2
}

.pageContent {
  width: 1200px;
  margin: auto auto 50px;
}

.backgroundVideo {
  width: 100%;
  min-width: 1200px;
  position: fixed;
  z-index: 1;
  top: 0;
}

.crumbs {
  width: 1200px;
  height: 40px;
  line-height: 40px;
  background-color: #0E57AE;
  font-size: 14px;
  color: #FFFEFE;
}

.crumbs > img {
  vertical-align: middle;
  margin-left: 23px;
  margin-right: 3px;
}

.commonMenu {
  width: 1200px;
  height: 91px;
  border-bottom: 1px solid #eeeeee;
  line-height: 87px;
}

.commonMenuItem {
  float: left;
  margin-left: 60px;
  cursor: pointer;
}

.commonMenuItem > img {
  vertical-align: middle;
}

.commonMenuItem > span {
  display: inline-block;
  margin-right: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
  vertical-align: middle;
}

.commonMenuItem > hr {
  height: 0;
  border: 1px solid #458ce7;
}

.headEnterpriseWra > .moduleTitle {
  position: relative;
}

.headEnterpriseMoreBtn {
  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;
}
