.containerM {
  width: 1400px;
  margin: 0 auto; }

header {
  width: 100%;
  height: 66px !important; }

.el-footer {
  padding: 30px 0; }

.el-main {
  padding: 0; }

.el-header {
  padding: 0; }

footer {
  width: 100%;
  background-color: #2D312F;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  color: #8C9494; }
  footer .link {
    overflow: hidden;
    margin: 0 auto 30px; }
    footer .link li {
      display: inline-block;
      padding: 0 5px;
      font-size: 14px;
      border-right: 1px solid #8C9494; }
      footer .link li:last-child {
        border-right: none; }
      footer .link li > a:hover {
        text-decoration: none; }
      footer .link li > a:active {
        color: #fff; }

.active {
  background-color: #35A0F7;
  color: #fff !important; }

.navBar {
  height: 66px; }
  .navBar img {
    margin-top: 10px; }
  .navBar ul.nav {
    overflow: hidden;
    width: 800px;
    float: right; }
    .navBar ul.nav li {
      color: #5C5C5C;
      font-size: 16px;
      padding: 0 22px;
      height: 66px;
      line-height: 66px;
      margin: 0 10px;
      float: left; }
      .navBar ul.nav li > a:hover {
        text-decoration: none; }
      .navBar ul.nav li > a:active {
        color: #5C5C5C; }

/*# sourceMappingURL=common.css.map */
/*产品中心下拉菜单*/
.ldropdown{
	 position: absolute;
	 z-index:9999;
	background-color: #35A0F7;
	margin-left: -22px;
}
.ldropdown li{
	width:108px;
  float: none !important;
  height:30px!important;
  line-height: 30px!important;
  color:#fff !important;
  font-size: 13px !important;
  padding:0!important;
  text-align: center;
  margin:0!important;
}
