/*html { filter:progid:DXImageTransForm.Microsoft.BasicImage(grayscale=1); -webkit-filter: saturate(0); } @charset "utf-8";*/
/* CSS Document */

.layout {
  position: relative;
  margin: auto;
  max-width: 1366px;
  padding-top: 54px;
}

header {
  position: fixed;
  height: 55px;
  width: 100%;
  left: 0;
  top: 0;
  background-color: #0069de;
  z-index: 9999;
}

.container {
  text-align: left;
}

.logo {
  height: 80px;
  width: 183px;
}

.subNav {
  position: fixed;
  left: 0;
  height: 0;
  width: 100%;
  left: 0;
  top: 54px;
  z-index: 9998;
  overflow: visible;
  color: #fff;
}

.subNav .nav-bg {
  position: absolute;
  left: 0;
  top: -180px;
  /*background: url(../images/bg90.png);*/
  background-color: #0069deb3;/*产品列表子导航栏底色*/
  height: 180px;
  width: 100%;
}

.subNav .container {
  position: relative;
}

/* .subNav .nav-area {
  position:relative;
  left:260px;
  top:15px;
  height:135px;
  box-sizing:border-box;
  border-left:#666 2px solid;  
  border-right:#666 2px solid;
  float:left;
} */

.subNav .nav-area {
  position: relative;
  left: 260px;
  top: 15px;
  border-left: #ffffffb3 2px solid;
  border-right: #ffffffb3 2px solid;
  float: left;
  *zoom: 1;
}

.subNav .nav-area:before,
.subNav .nav-area:after {
  display: table;
  line-height: 0;
  content: "";
}
.subNav .nav-area:after {
  clear: both;
}

.subNav .nav-content {
  padding-top: 15px;
  font-size: 0;
  display: none;
}
#subNav-IntelligentRobot .nav-item{
width: 150px;
}
.subNav .nav-item {
  display: inline-block;
  width: 180px;
  text-align: center;
}

/* .subNav .list .nav-item {
  display:block;
  width:180px;
  box-sizing:border-box;
  text-align:left;
  padding-left:30px;
} */

.subNav .item-img {
  height: 90px;
  border-left: #ffffffb3 2px solid;
  margin-bottom: 10px;
}

.subNav .list .item-img {
  display:none;
}

.subNav .nav-item:first-child .item-img {
  border-left: none;
}

.subNav .item-img img {
  max-height: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.nav-content :first-child > div.item-title{
  border-left: none;
}
.subNav .item-title {
    height: 30px;
    line-height: 30px;
    border-left: #ffffffb3 2px solid;
  font-size: 14px;
}

.subNav .list .item-title {
  height:30px;
  line-height:30px;
  border-left: #ffffffb3 2px solid;
}

.subNav .list .nav-item:first-child .item-title {
  border-left: none;
}


.subNav .item-title a {
  color: #fff;
}

aside.side-menu {
  display: none;
}

.extra-area {
  float: right;
  position: absolute;
  right: 0;
  top: 15px;
}

.extra-area .link-item {
  position: relative;
  display: inline-block;
  height: 44px;
  box-sizing: border-box;
  padding-left: 54px;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  margin: 0 40px;
}

.extra-area .link-item i {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 44px;
  width: 44px;
}

.extra-area .link-item.lh {
  line-height: 22px;
}

.extra-area .link-item.lh-2 {
  line-height: 44px;
}

footer {
  background-color: #f8f8f8;
  height: 300px;
  position: relative;
  clear: both;
}

footer .container {
  position: relative;
  margin: auto;
}

footer .contact {
  position: absolute;
  left: 55%;
  top: 70px;
  color: #666;
  padding-left: 40px;
  border-left: #666 1px dashed;
  text-align: left;
  line-height: 2em;
}

footer .bottom-nav {
  position: absolute;
  left: 0;
  top: 70px;
  color: #666;
  text-align: left;
  line-height: 2em;
  padding-left: 40px;
  width: 60%;
}

footer .bottom-nav .nav-item {
  width: 25%;
  float: left;
}

footer h3 {
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
  font-size: 14px;
}

footer .bottom-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

footer .bottom-nav ul li {
  list-style: none;
  color: 666;
}

footer .bottom-nav ul li a {
  color: #666;
}
.contact-mobile {
  display: none;
}
/*#subNav-SoftwareApplication,#subNav-BrandPromotion,#subNav-AboutUs*/​