.HeaderContainer .menuItemBox {
  position: absolute;
  width: 750px;
  height: 0;
  border-color: #eeeced;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-left: 1px solid #ecf1f9;
  border-right: 1px solid #ecf1f9;
}
.HeaderContainer .menuItemBox .menuItemList {
  position: relative;
}
.HeaderContainer .menuItemBox .menuItemList .menuItem {
  display: none;
  position: absolute;
  top: 0;
  left: 14%;
  height: 0;
}
.HeaderContainer .menuItemBox .menuItemList .menuItem ul {
  margin: 0;
  height: 143px;
}
.HeaderContainer .menuItemBox .menuItemList .menuItem .ItemDetail {
  position: relative;
  margin-top: 41px;
  margin-right: 60px;
  float: left;
  height: 80px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.HeaderContainer .menuItemBox .menuItemList .menuItem .ItemDetail .commonSvg {
  position: absolute;
  margin-left: -15px;
  top: 0;
  left: 50%;
  width: 30px;
  height: 30px;
}
.HeaderContainer .menuItemBox .menuItemList .menuItem .ItemDetail .commonSvg use {
  fill: #4d4d4d;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.HeaderContainer .menuItemBox .menuItemList .menuItem .ItemDetail p {
  margin-top: 48px;
  color: #4d4d4d;
  font-size: 12px;
  text-align: center;
  line-height: 12px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.HeaderContainer .menuItemBox .menuItemList .menuItem .ItemDetail:hover p {
  color: #34c8e6;
}
.HeaderContainer .menuItemBox .menuItemList .menuItem .ItemDetail:hover use {
  fill: #34c8e6;
}
@media (max-width: 520px) {
  .HeaderContainer .menuItemBox {
    display: none;
  }
}
#Header {
  position: relative;
  z-index: 200;
  min-height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
#Header .headerLog {
  position: relative;
  float: left;
  width: 145px;
  height: 70px;
  overflow: hidden;
}
#Header .headerLog .img {
  margin-top: -43px;
  width: 100px;
  height: 150px;
  left: 0;
  transition: .3s all;
  background-repeat: no-repeat;
  background-size: 100% auto;
  /* background-image: url("../assets/img/index/celesea.png"); */
}
#Header .headerLog .img use {
  width: 100px;
  height: 30px;
}
@media (max-width: 520px) {
  #Header .headerLog .img {
    margin-left: 24px;
  }
}
#Header .loginBox {
  float: right;
}
#Header .loginBox .loginBtn {
  float: left;
  padding: 0 25px;
}
#Header .loginBox .registerBtn {
  float: left;
  width: 75px;
  color: #FFFFFF;
}
#Header .loginBox .registerBtn a {
  padding: 7px 15px;
  width: 60px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  background-color: #34c8e6;
}
#Header .loginBox:after {
  clear: both;
}
@media (max-width: 520px) {
  #Header .loginBox {
    display: none;
  }
}
#Header .menuBox {
  float: left;
}
#Header .menuBox .activityDetail {
  position: relative;
}
#Header .menuBox .activityDetail .hot_icon {
  position: absolute;
  top: 15px;
  left: 47px;
}
#Header .menuBox .menuDetail {
  position: relative;
  float: left;
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  cursor: pointer;
}
#Header .menuBox .menuDetail a {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
}
#Header .menuBox .menuDetail .meunLine {
  position: absolute;
  width: 0;
  left: 20px;
  bottom: 0;
  height: 1px;
  border-bottom: 1px solid #34c8e6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 520px) {
  #Header .menuBox {
    display: none;
  }
}
#Header .btnIcon {
  display: none;
  position: absolute;
  top: 26px;
  right: 24px;
  width: 18px;
  height: 18px;
  text-align: center;
}
#Header .btnIcon .fa {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
  line-height: 18px;
}
#Header .btnIcon .fa-times {
  display: none;
  color: #FFFFFF;
}
@media (max-width: 520px) {
  #Header .btnIcon {
    display: block;
  }
}
#Header .mobileMenu {
  display: none;
  float: left;
  width: 100%;
  height: 0;
  min-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#Header .mobileMenu .commonMenuTitle {
  width: 100%;
  min-height: 40px;
}
#Header .mobileMenu .commonMenuTitle .title {
  padding-left: 24px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #FFFFFF;
}
#Header .mobileMenu .commonMenuTitle .title i {
  margin-right: 24px;
  float: right;
  line-height: 40px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
#Header .mobileMenu .commonMenuTitle .menuList {
  width: 100%;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#Header .mobileMenu .commonMenuTitle .menuList .menuItem {
  position: relative;
  padding-left: 56px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #888888;
}
#Header .mobileMenu .commonMenuTitle .menuList .menuItem .colorIcon {
  position: absolute;
  top: 18px;
  left: 48px;
  width: 3px;
  height: 3px;
  background-color: #888888;
}
#Header .mobileMenu .activeMenuItem i {
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
#Header .mobileMenu .btnMenu {
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #888888;
  font-size: 12px;
}
#Header .mobileMenu .btnMenu .login {
  display: inline-block;
  margin-right: 8px;
  padding-right: 10px;
  height: 14px;
  line-height: 14px;
  border-right: 1px solid #888888;
}
#Header .mobileMenu .btnMenu .register {
  margin-left: 0;
  display: inline-block;
}
#Header .mobileMenu .telphoneMenu {
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #888888;
}
#Header .mobileMenu .telphoneMenu i {
  margin-right: 5px;
  -webkit-transform: rotateZ(15deg);
  transform: rotateZ(15deg);
}
@media (max-width: 520px) {
  #Header .mobileMenu {
    display: block;
  }
}
#Header:after {
  clear: both;
}
@media (max-width: 520px) {
  #Header {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
.scrollHeader {
  color: #4c4847 !important;
  background-color: #FFFFFF;
  box-shadow: 0 0 3px #939da6;
}
.mobileHeader .container {
  background-color: #0f1a20 !important;
}
.mobileHeader .mobileMenu {
  height: 230px !important;
}
.mobileHeader .productActiveMenu,
.mobileHeader .docActiveMenu {
  height: 400px !important;
}
.mobileHeader .productActiveMenu .activeMenuItem .menuList,
.mobileHeader .docActiveMenu .activeMenuItem .menuList {
  height: 130px !important;
}
.mobileHeader .moreActiveMenu {
  height: 520px !important;
}
.mobileHeader .moreActiveMenu .activeMenuItem .menuList {
  height: 130px !important;
}
.HeaderContainer {
  z-index: 200;
  position: absolute;
  width: 100%;
  color: #FFFFFF;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.HeaderContainer:hover {
  color: #4c4847;
  box-shadow: 0 0 3px #939da6;
}
.HeaderContainer:hover .loginBtn.tel {
  color: #2db8f4;
}
.HeaderContainer:hover #Header {
  background-color: #FFFFFF;
}
.menuItemBox.show {
  height: 260px !important;
  background-color: white;
  box-shadow: 0px 10px 16px rgba(153, 153, 153, 0.1);
  border-bottom: 1px solid #ecf1f9;
}
.menuItemBox .menuItemPanel .title {
  height: 35px;
  font-size: 14px;
  color: #A3A3A3;
  line-height: 30px;
  margin: 10px 50px 0 50px;
  border-bottom: 1px solid #ecf1f9;
}
.menuItemBox .menuItemPanel .contentItem {
  padding: 0px 25px 0px 20px;
}
.menuItemBox .menuItemPanel .contentItem:hover {
  background-color: #F1FCFE;
  cursor: pointer;
}
.menuItemBox .menuItemPanel .contentItem:hover .left.nth1 {
  background-image: url("../assets/img/index/xiala1sel.png");
}
.menuItemBox .menuItemPanel .contentItem:hover .left.nth2 {
  background-image: url("../assets/img/index/xiala2sel.png");
}
.menuItemBox .menuItemPanel .contentItem:hover .left.nth3 {
  background-image: url("../assets/img/index/xiala3sel.png");
}
.menuItemBox .menuItemPanel .contentItem:hover .left.nth4 {
  background-image: url("../assets/img/index/xiala4sel.png");
}
.menuItemBox .menuItemPanel .contentItem:hover .left.nth5 {
  background-image: url("../assets/img/index/xiala5sel.png");
}
.menuItemBox .menuItemPanel .contentItem:hover .left.nth6 {
  background-image: url("../assets/img/index/xiala6sel.png");
}
.menuItemBox .menuItemPanel .contentItem .left {
  float: left;
  width: 80px;
  height: 80px;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.menuItemBox .menuItemPanel .contentItem .left.nth1 {
  background-image: url("../assets/img/index/xiala1not.png");
}
.menuItemBox .menuItemPanel .contentItem .left.nth2 {
  background-image: url("../assets/img/index/xiala2not.png");
}
.menuItemBox .menuItemPanel .contentItem .left.nth3 {
  background-image: url("../assets/img/index/xiala3not.png");
}
.menuItemBox .menuItemPanel .contentItem .left.nth4 {
  background-image: url("../assets/img/index/xiala4not.png");
}
.menuItemBox .menuItemPanel .contentItem .left.nth5 {
  background-image: url("../assets/img/index/xiala5not.png");
}
.menuItemBox .menuItemPanel .contentItem .left.nth6 {
  background-image: url("../assets/img/index/xiala6not.png");
}
.menuItemBox .menuItemPanel .contentItem .right {
  float: left;
  width: calc(100% - 80px);
}
.menuItemBox .menuItemPanel .contentItem .right .rightTitle {
  color: #5D6263;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 15px;
  position: relative;
}
.menuItemBox .menuItemPanel .contentItem .right .rightTitle .desc {
  font-size: 12px;
  color: #B8BFC2;
  margin-left: 20px;
}
.menuItemBox .menuItemPanel .contentItem .right .rightCon {
  font-size: 12px;
  color: #B8BFC2;
}
.menuItemBox .menuItemPanel .contentItem .right .rightCon .rightItem {
  display: inline-block;
  margin: 5px 20px 5px 15px;
}
.menuItemBox .menuItemPanel .contentItem .right .rightCon .rightItemS {
  margin-left: 0 !important;
}
.menuItemBox .menuItemPanel .contentItem .right .rightConS {
  margin-bottom: 10px;
}
.clearFloat {
  clear: both;
}
/* 导航下拉 */
.commonBox {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  width: 170px;
  height: 0;
  background-color: #FFFFFF;
  overflow: hidden;
  position: absolute;
  box-shadow: 0px 10px 16px rgba(153, 153, 153, 0.1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateX(-41px);
}
.commonBox .menuItemList {
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.commonBox .menuItemList li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.commonBox .menuItemList li:hover {
  background-color: #F1FCFE;
}
.moreBox.show {
  height: 240px;
}
.inOrderLeft {
  background-image: url("../assets/img/index/inOrderLeft.png");
  color: #FEEEEC;
  background-repeat: no-repeat;
  display: inline-block;
  padding: 10px 10px 10px 15px;
  background-position: center center;
  background-size: 85% 55%;
  position: absolute;
  top: -9px;
  z-index: 200;
  font-size: 12px;
  height: 40px;
  line-height: 20px;
}
