/*
  Global styles for ainirobot.com.
  Naming with the prefix "glb-".
  Latest modified: 2018-12-26 20:20
*/

html,
body,
header,
section,
footer,
.glb-wrapper,
.product-wrapper {
  width: 100%;
  overflow-x: hidden;
}

.glb-wrapper {
  position: relative;
}

.glb-width-limited-container {
  margin: 0 auto;
  max-width: 1200px;
}

.product-wrapper {
  min-height: 900px;
  margin-top: 16px;
  margin-top: 20px;
}

/* Header */
header {
  padding: 20px 0 0;
 /* height: 66px;*/
  height: 60px;
}

body.kidos header {
  font-family: "Microsoft YaHei", 微软雅黑, STXihei, 华文细黑, STHeiti, 华文黑体, SimHei, 黑体, Helvetica, Verdana, Arial;
}

.bxm-wrap header {
  background: #0092f5;
}

header:hover {
  background: rgb(255, 255, 255);
}

.glb-top-logo {
  display: block;
  float: left;
  width: 140px;
  height: 50px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url(/images/orionstar-logo-blue-x1.png);
  background-image: -webkit-image-set(url(/images/orionstar-logo-blue-x1.png) 1x,
    url(/images/orionstar-logo-blue-x2.png) 2x);
}

.glb-top-logo.zh-TW {
  background-image: url(/images/orionstar-logo-blue-x1-tw.png);
  background-image: -webkit-image-set(url(/images/orionstar-logo-blue-x1-tw.png) 1x,
    url(/images/orionstar-logo-blue-x2-tw.png) 2x);
}

.glb-top-logo.white {
  background-image: url(/images/orionstar-logo-white-x1.png);
  background-image: -webkit-image-set(url(/images/orionstar-logo-white-x1.png) 1x,
    url(/images/orionstar-logo-white-x2.png) 2x);
}

.glb-top-logo.white.zh-TW {
  background-image: url(/images/orionstar-logo-white-x1-tw.png);
  background-image: -webkit-image-set(url(/images/orionstar-logo-white-x1-tw.png) 1x,
    url(/images/orionstar-logo-white-x2-tw.png) 2x);
}

header:hover .glb-top-logo,
header:hover .glb-top-logo.white {
  background-image: url(/images/orionstar-logo-blue-x1.png);
  background-image: -webkit-image-set(url(/images/orionstar-logo-blue-x1.png) 1x,
    url(/images/orionstar-logo-blue-x2.png) 2x);
}

header:hover .glb-top-logo.zh-TW,
header:hover .glb-top-logo.white.zh-TW {
  background-image: url(/images/orionstar-logo-blue-x1-tw.png);
  background-image: -webkit-image-set(url(/images/orionstar-logo-blue-x1-tw.png) 1x,
    url(/images/orionstar-logo-blue-x2-tw.png) 2x);
}

.glb-top-burger {
  /* Burger is used on mobiles only */
  display: none;
}

.glb-top-nav {
  float: right;
  height: 100%;
}

.glb-top-nav li {
  float: left;
  padding: 0 11px;
  height: 100%;
}

.glb-navlink {
  display: block;
  font-size: 16px;
  text-align: center;
  line-height: 65px;
  /* line-height: 50px; */
  color: #fff;
  letter-spacing: 2px;
}

header:hover .glb-navlink {
  color: #414141;
}

header:hover .glb-navlink:hover,
.glb-navlink:hover {
  color: #2660ad;
}

.voiceOS-page .glb-navlink {
  color: #1b5ab0;
}

/* Added sub links for nav items: */
.has-subs {
  position: relative;
}

.nav-sublinks {
  position: absolute;
  left: 0px;
  top: 64px;
  z-index: 2;
  width: 150px;
  opacity: 1;
  display:none;
  transform: translateY(-50%);
  transition-property: opacity, transform;
  transition-delay: 0s, 0s;
  transition-duration: .3s;
}

.has-subs:hover .nav-sublinks {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.nav-sublinks a {
  display: block;
  margin: 1px 0 0;
  text-align: center;
  padding: 13px 0;
  font-size: 14px;
  color: #fff;
  background: rgba(0, 0, 0, .5);
}
.nav-sublinks .one-sub-link:hover {
  background: rgba(0, 0, 0, .8);
}

.nav-sublinks a:hover {
  color: #fff;
}

.news-center .nav-sublinks a,
.business-case .nav-sublinks a {
  background: #3955a5;
}

.news-center .nav-sublinks a:hover,
.business-case .nav-sublinks a:hover {
  color: #a9bffe;
}


@media (max-width:768px) {

  /* Added for sub links on nav: */
  .glb-top-nav li.has-subs {
    width: 100%;
  }

  .has-subs:hover .nav-sublinks {
    opacity: 0;
    transform: translateY(-50%);
  }

  .nav-sublinks {
    position: relative;
    left: 0px;
    top: 0px;
    z-index: -1;
    transition-property: opacity, transform, z-index;
    transition-delay: 0s, 0s, 0s;
  }

  .has-subs.unfold .nav-sublinks {
    opacity: 1;
    transform: translateY(0);
    z-index: 1;
  }

  .news-center .nav-sublinks a,
  .business-case .nav-sublinks a {
    background: rgba(0, 0, 0, .8);
  }

  .news-center .nav-sublinks a:hover,
  .business-case .nav-sublinks a:hover {
    color: #fff;
  }

}

/* Footer */
footer {
  padding: 15px 0;
  background: #999;
  text-align: center;
  font-size: 12px;
}

footer a,
footer span,
footer em {
  padding: 0 3px;
 /* color: #fff;*/
}

footer em {
  font-style: normal;
  color: #ccc;
}

footer p {
  margin: 5px 0;
  font-size: 12px;
 /* color: #d5d5d5;*/
  /*text-align: center;*/
}



/* ===== Responsive for mobiles ==== */
@media (max-width:1090px) {

  header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    padding: 12px 0 0;
    height: 45px;
  }

  header:hover {
    background: none;
  }

  header:hover .glb-top-logo,
  header:hover .glb-top-logo.white {
    background-image: url(/images/orionstar-logo-white-x1.png);
    background-image: -webkit-image-set(url(/images/orionstar-logo-white-x1.png) 1x,
      url(/images/orionstar-logo-white-x2.png) 2x);
  }

  header:hover .glb-top-logo.zh-TW,
  header:hover .glb-top-logo.white.zh-TW {
    background-image: url(/images/orionstar-logo-white-x1-tw.png);
    background-image: -webkit-image-set(url(/images/orionstar-logo-white-x1-tw.png) 1x,
      url(/images/orionstar-logo-white-x2-tw.png) 2x);
  }

  .baobaolong header:hover .glb-top-logo,
  .baobaolong header:hover .glb-top-logo.white,
  .voiceOS-page header:hover .glb-top-logo,
  .voiceOS-page header:hover .glb-top-logo.white,
  .about-page header:hover .glb-top-logo,
  .about-page header:hover .glb-top-logo.white {
    background-image: url(/images/orionstar-logo-blue-x1.png);
    background-image: -webkit-image-set(url(/images/orionstar-logo-blue-x1.png) 1x,
      url(/images/orionstar-logo-blue-x2.png) 2x);
  }

  .about-page header:hover .glb-top-logo.zh-TW,
  .about-page header:hover .glb-top-logo.white.zh-TW {
    background-image: url(/images/orionstar-logo-blue-x1-tw.png);
    background-image: -webkit-image-set(url(/images/orionstar-logo-blue-x1-tw.png) 1x,
      url(/images/orionstar-logo-blue-x2-tw.png) 2x);
  }

  .bxm-wrap header {
    background: rgba(0, 138, 249, .7);
  }

  .voiceOS-page header,
  .about-page header,
  .about-page header:hover {
    background: rgba(255, 255, 255, .8);
    border-bottom: 1px solid #fafafa;
  }

  .glb-width-limited-container {
    width: 100%;
    line-height: 16px;
    padding: 0 20px;
  }

  .glb-top-logo {
    margin: 0 0 0 20px;
    width: 103.88px;
    height: 37.1px;
    background-size: 103.88px 37.1px;
  }

  .glb-top-burger {
    /* Burger is used on mobiles only */
    display: block;
    float: right;
    margin: 0 15px 0 0;
    width: 50px;
    height: 39px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url(/images/hamburger-1x.png);
    background-image: -webkit-image-set(url(/images/hamburger-1x.png) 1x,
      url(/images/hamburger-2x.png) 2x);
    background-size: 60%;
  }

  .glb-top-burger.unfold {
    margin: 5px 25px 0 0;
    width: 30px;
    height: 30px;
    background-image: url(/images/close-x1.png);
    background-image: -webkit-image-set(url(/images/close-x1.png) 1x,
      url(/images/close-x2.png) 2x);
  }

  .glb-top-nav {
    position: fixed;
    top: 58px;
    left: 0px;
    z-index: 10;
    margin: 0;
    width: 100%;
    height: 0px;
    background: rgba(255, 255, 255, .86);
    overflow: hidden;
    clear: both;
  }

  .glb-top-nav.unfold {
    height: 100%;
  }

  .glb-top-nav li {
    float: none;
    margin: 0 auto;
    padding: 0;
    width: 68%;
    height: 60px;
  }

  .glb-top-nav.unfold li:nth-child(1) {
    margin: 30px auto 0;
  }

  .glb-top-nav.unfold .glb-navlink {
    line-height: 60px;
  }

  .glb-top-nav.unfold .glb-navlink {
    font-size: 18px;
    color: #414141;
  }
  .phone .telbg{
    display: none;
  }


}

/* End of media 768 */



/* ======= Animations shared by any elements: ======= */
header,
.glb-navlink,
.has-trans {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

/* Animation for entering from top: */
@-webkit-keyframes enterFromTop {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    visibility: visible;
  }
}

@-moz-keyframes enterFromTop {
  from {
    opacity: 0;
    -moz-transform: translate(0, -30px);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    visibility: visible;
  }
}

@-ms-keyframes enterFromTop {
  from {
    opacity: 0;
    -ms-transform: translate(0, -30px);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -ms-transform: translate(0, 0);
    visibility: visible;
  }
}

/* -ms- For IE9 */
@-o-keyframes enterFromTop {
  from {
    opacity: 0;
    -o-transform: translate(0, -30px);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -o-transform: translate(0, 0);
    visibility: visible;
  }
}

@keyframes enterFromTop {
  from {
    opacity: 0;
    transform: translate(0, -30px);
    visibility: hidden;
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}

/* Animation for entering from bottom: */
@-webkit-keyframes enterFromBottom {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    visibility: visible;
  }
}

@-moz-keyframes enterFromBottom {
  from {
    opacity: 0;
    -moz-transform: translate(0, 30px);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    visibility: visible;
  }
}

@-ms-keyframes enterFromBottom {
  from {
    opacity: 0;
    -ms-transform: translate(0, 30px);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -ms-transform: translate(0, 0);
    visibility: visible;
  }
}

@-o-keyframes enterFromBottom {
  from {
    opacity: 0;
    -o-transform: translate(0, 30px);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -o-transform: translate(0, 0);
    visibility: visible;
  }
}

@keyframes enterFromBottom {
  from {
    opacity: 0;
    transform: translate(0, 30px);
    visibility: hidden;
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}

/* Animation for entering from left: */
@-webkit-keyframes enterFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate(-30px, 0);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    visibility: visible;
  }
}

@-moz-keyframes enterFromLeft {
  from {
    opacity: 0;
    -moz-transform: translate(-30px, 0);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    visibility: visible;
  }
}

@-ms-keyframes enterFromLeft {
  from {
    opacity: 0;
    -ms-transform: translate(-30px, 0);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -ms-transform: translate(0, 0);
    visibility: visible;
  }
}

@-o-keyframes enterFromLeft {
  from {
    opacity: 0;
    -o-transform: translate(-30px, 0);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -o-transform: translate(0, 0);
    visibility: visible;
  }
}

@keyframes enterFromLeft {
  from {
    opacity: 0;
    transform: translate(-30px, 0);
    visibility: hidden;
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}

/* Animation for entering from right: */
@-webkit-keyframes enterFromRight {
  from {
    opacity: 0;
    -webkit-transform: translate(30px, 0);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    visibility: visible;
  }
}

@-moz-keyframes enterFromRight {
  from {
    opacity: 0;
    -moz-transform: translate(30px, 0);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -moz-transform: translate(0, 0);
    visibility: visible;
  }
}

@-ms-keyframes enterFromRight {
  from {
    opacity: 0;
    -ms-transform: translate(30px, 0);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -ms-transform: translate(0, 0);
    visibility: visible;
  }
}

@-o-keyframes enterFromRight {
  from {
    opacity: 0;
    -o-transform: translate(30px, 0);
    visibility: hidden;
  }

  to {
    opacity: 1;
    -o-transform: translate(0, 0);
    visibility: visible;
  }
}

@keyframes enterFromRight {
  from {
    opacity: 0;
    transform: translate(30px, 0);
    visibility: hidden;
  }

  to {
    opacity: 1;
    transform: translate(0, 0);
    visibility: visible;
  }
}


/* 弹框 */

/* ios样式重置 */
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;

}

input,
textarea {
  -webkit-appearance: none;
}

.liehu-popup {
  box-sizing: border-box;
  display: none;
}

.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .6);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.liehu-popup-main {
  width: 460px;
  padding: 88px 300px 110px 110px;
  position: fixed;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(25deg, #c5cbce, #f6f9fb);
  border-radius: 2px;
  z-index: 101;
}

.close {
  display: block;
  width: 62px;
  height: 62px;
  border-top-left-radius: 2px;
  background: #fff url(../images/bao-xiaomi/close.png) 14px 13px no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.liehu-popup-h3 {
  font-size: 28px;
  color: #000;
  letter-spacing: 2px;
  margin-bottom: 20px;
  padding-left: 10px;
}

.liehu-popup-row {
  margin-bottom: 23px;
  position: relative;
}

.liehu-pop-hint {
  width: 100%;
  position: absolute;
  bottom: -18px;
  left: 2px;
  color: red;
}


.liehu-btn {
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  width: 150px;
  height: 40px;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
}

.liehu-pop-btn {
  background: #43b3ff;
}

.liehu-pop-cancel-btn {
  background: #595959;
}

.liehu-pop-btn:hover {
  background: #2c97df;
}

textarea {
  resize: none;
}

.tc {
  text-align: center;
}

.liehu-colum {
  width: 50%;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
}

.liehu-develope-form select,
.liehu-develope-form input[type="text"],
.liehu-develope-form textarea {
  display: block;
  width: 100%;
  position: relative;
  line-height: 38px;
  height: 38px;
  padding: 0 6px;
  box-sizing: border-box;
  border: 1px solid #b5b5b5;
  background: transparent;
}

.liehu-develope-form textarea {
  height: 80px;
  line-height: 18px;
  padding-top: 6px;
}

.liehu-hint {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  height: 18px;
}

.liehu-develope-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  background-image: none;
  cursor: pointer;
}

/* .liehu-popup-row {
  margin-right: -15px;
  margin-left: -15px;
} */

.liehu-select {
  position: relative;

}

.liehu-select::after {
  content: '';
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  padding: 15px;
  border-left: 1px solid #b5b5b5;
  background: url(/images/liehu-voiceOS/liehu-sel-icon.png) 7px 9px no-repeat;
  pointer-events: none;

}

.liehu-err-hint {
  font-size: 12px;
  color: red;
  width: 49%;
  font-family: "Microsoft YaHei";
  display: inline-block;
  box-sizing: border-box;
  padding: 0 10px;
}

/* 成功弹框提示 */

.success-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/success-close.png) no-repeat;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}

.pop-success-main {
  width: 210px;
  padding: 58px;
  background-color: #fff;
  color: #333;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
}

.success-icon {
  float: left;
  width: 64px;
  height: 64px;
  background: url(/images/pop-success.png) no-repeat;
  margin-right: 4px;
}

.pop-sucess-txt {
  float: left;
}

.pop-success-main h2 {
  font-size: 28px;
  line-height: 43px;
}

.pop-success-main p {
  font-size: 14px;
}

@media (max-width: 960px) {
  .liehu-popup-main {
    padding: 40px;
  }

  .close {
    width: 30px;
    height: 30px;
    background-position: 2px 1px;
    background-size: contain;
    right: 4px;
    top: 4px;
    left: auto;
    background-color: transparent;
  }

}

@media (max-width:640px) {
  .liehu-popup-main {
    padding: 20px;
    width: 300px;
    position: absolute;
    top: 4px;
  }

  .liehu-btn {
    width: 100px;
  }

  .liehu-colum {
    width: 100%;
    float: none;

  }

  .liehu-err-hint {
    width: 99%;
  }

  .liehu-popup-row .liehu-colum:first-child,
  .liehu-hint .liehu-err-hint:first-child {
    margin-bottom: 23px;
  }

  .liehu-category-hint {
    position: absolute;
    top: -60px;
    left: 0;
  }

  .liehu-name-hint {
    position: absolute;
    top: 1px;
    left: 0;
  }

  .liehu-email-hint {
    position: absolute;
    top: -59px;
  }

  .liehu-develope-form textarea {
    height: 48px;
  }
}

@media (max-width:414px) {
  .pop-success-main {
    padding: 30px;
  }
}

@media (max-width:320px) {
  .liehu-popup-main {
    width: 280px;
    top: 0;
  }

}


/* 新版导航样式 */
.g-header-wrapper {
  position: relative;
  height: 76px;
  width: 100%;
  z-index: 999;
}
.g-header-wrapper.noheight {
  height: 0px;
}
.g-header-wrapper.noheight .g-header {
  position: fixed;
  top: 0Px;
  left: 0px;
}
.g-header-wrapper.fixed .g-header {
  position: fixed;
  top: 0Px;
  left: 0px;
}
.g-header-wrapper .g-header {
  width: 100%;
  height: 76px;
  background: #ffffff;
  box-shadow: 0px 4px 12px 1px rgba(33, 33, 33, 0.1);
}
.g-header-wrapper .g-header .g-header-inner {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.g-header-wrapper .g-header .g-header-inner .nav-checkbox {
  display: none;
}
.g-header-wrapper .g-header .site-logo {
  width: 121px;
  height: 44px;
  background-image: url(/images/logo_hd.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-top: 15px;
  display: flex;
}
.g-header-wrapper .g-header .site-logo a {
  display: block;
  flex: 1;
}
.g-header-wrapper .g-header .g-menu {
  display: flex;
  height: 100%;
}
.g-header-wrapper .g-header .menu-item {
  display: flex;
  position: relative;
  height: 76px;
}
.g-header-wrapper .g-header .menu-item .menu-item-text {
  height: 76px;
  line-height: 76px;
  padding: 0 15px;
  position: relative;
  font-size: 16px;
  font-family: 'Microsoft YaHei', 'Heiti SC';
  font-weight: 400;
  color: #222222;
  background-color: #ffffff;
}
.g-header-wrapper .g-header .menu-item span.menu-item-text {
  padding-right: 30px;
  cursor: pointer;
}
.g-header-wrapper .g-header .menu-item span.menu-item-text:after {
  content: ' ';
  width: 10px;
  height: 6px;
  background-image: url(/images/menu_down_grey@2x.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 35px;
  right: 15px;
}
.g-header-wrapper .g-header .menu-item .sub-menu {
  display: none;
  opacity: 0;
  position: absolute;
  min-width: 100%;
  top: 76px;
  left: 0px;
  background: #ffffff;
  box-shadow: 4px 1px 23px 1px rgba(33, 33, 33, 0.16);
  border-radius: 0px 0px 4px 4px;
  padding: 10px 0;
  transition: all 0.2s linear;
  z-index: 10;
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot {
  display: none;
  flex-wrap: wrap;
  width: 350px;
  padding: 20px 30px 0px;
  box-sizing: border-box;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot::-webkit-scrollbar {
  display: none;
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item {
  width: 140px;
  margin-bottom: 20px;
  display: flex;
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item:hover {
  opacity: 0.8;
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item:nth-child(2n-1) {
  margin-right: 10px;
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item.sub-menu-item-partner {
  position: relative;
  width: 350px;
  margin-left: -30px;
  height: 56px;
  display: flex;
  margin-bottom: 0px;
  margin-right: 0px;
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item.sub-menu-item-partner a {
  width: 350px;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #222222;
  text-align: center;
  flex: 1;
  line-height: 56px;
  font-weight: 400;
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item a {
  display: flex;
  flex-direction: column;
  padding: 0;
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon {
  width: 140px;
  height: 106px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon.robot-icon-1 {
  background-image: url(../images/menu/robot-1.png);
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon.robot-icon-2 {
  background-image: url(../images/menu/robot-2.png);
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon.robot-icon-3 {
  background-image: url(../images/menu/robot-3.png);
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon.robot-icon-4 {
  background-image: url(../images/menu/robot-4.png);
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon.robot-icon-5 {
  background-image: url(../images/menu/robot-5.png);
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon.robot-icon-6 {
  background-image: url(../images/menu/robot-6.png);
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon.robot-icon-7 {
  background-image: url(../images/menu/robot-7.png);
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon.robot-icon-8 {
  background-image: url(../images/menu/robot-8.png);
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon.robot-icon-9 {
  background-image: url(../images/menu/robot-9.jpg);
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon.robot-icon-10 {
  background-image: url(../images/menu/robot-10.jpg);
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon.robot-icon-11 {
  background-image: url(../images/menu/robot-11.png);
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-icon.robot-icon-12 {
  background-image: url(../images/menu/robot-12.png);
}
.g-header-wrapper .g-header .menu-item .sub-menu.sub-menu-robot .sub-menu-item .robot-text {
  text-align: center;
  color: #222222;
  line-height: 14px;
  font-size: 14px;
  margin-top: 10px;
}
.g-header-wrapper .g-header .menu-item .sub-menu .sub-menu-item a {
  display: block;
  font-size: 14px;
  font-family: 'Microsoft YaHei', 'Heiti SC';
  font-weight: 400;
  line-height: 44px;
  padding: 0 30px;
  color: #222222;
  white-space: nowrap;
}
.g-header-wrapper .g-header .menu-item .sub-menu .sub-menu-item a:hover {
  color: #084897;
}
.g-header-wrapper .g-header .menu-item:hover .sub-menu {
  opacity: 1;
  display: block;
  animation: menuAnim 0.2s linear;
}
.g-header-wrapper .g-header .menu-item:hover .sub-menu.sub-menu-robot {
  display: flex;
}
.g-header-wrapper .g-header .menu-item:hover .menu-item-text {
  color: #084897;
}
.g-header-wrapper .g-header .menu-item:hover span.menu-item-text:after {
  background-image: url(/images/menu_down_blue@2x.png);
}

.phone{
  height: 100%;
  
  display: flex;
  display: -webkit-flex;
  
}
.phone .phonebg{
  align-self: center;
  background-image: url(../images/index/phone.png);
  width:192px;
  height:39px;
  background-size:contain;
  background-repeat: no-repeat;
}
.leftline{
  height: 37px;
  align-self:center;
  width:14px;
  margin-left:14px;
  border-left:1px solid #2361AD;
}
.phone .telbg{
  align-self: center;
  background-image: url(../images/index/tel.png);
  width:28px;
  height:26px;
  background-size:contain;
  background-repeat: no-repeat;
}
.phone span{
  color:#2660ac;
  display: inline-block;
  margin: 0 auto;
  align-self: center;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 26px;
  /* border: 1px solid; */
  border-radius: 15px;
  font-size:26px;
  font-weight: bold;
}
@media (max-width: 1240px) {
  .g-header-wrapper .g-header .g-header-inner {
    width: 1000px;
  }
}
@media (max-width: 1040px) {
  .g-header-wrapper .g-header .g-header-inner {
    width: 900px;
  }
  .g-header-wrapper .g-header .menu-item .menu-item-text {
    padding: 0 5px;
  }

}
@media (max-width: 940px) {
  .g-header-wrapper.fixed {
    height: 0px;
  }
  .g-header-wrapper.fixed .g-header {
    height: 0px;
  }
  .g-header-wrapper .g-header {
    height: 0;
  }
  .g-header-wrapper .g-header .g-header-inner {
    width: 100%;
    height: 58px;
    background-color: #2660ad;
    position: relative;
  }
  .g-header-wrapper .g-header .g-header-inner .top-burger {
    position: absolute;
    width: 50px;
    height: 39px;
    background-image: url(/images/hamburger-2x.png);
    background-size: 60%;
    background-position: 50%;
    background-repeat: no-repeat;
    top: 10px;
    right: 15px;
  }
  .g-header-wrapper .g-header .g-header-inner .top-burger.on {
    background-image: url(/images/menu-close@2x.png);
    background-size: 18px;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox {
    display: none;
  }
  .phonebg{
    display: none;
  }
  
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu {
    overflow: scroll;
    display: block;
    position: fixed;
    top: 58px;
    left: 0px;
    width: 100%;
    background: #ffffff;
    height: calc(100vh - 58px);
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item {
    height: auto;
    display: block;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item:last-child {
    margin-bottom: 60px;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item.on .sub-menu {
    display: block;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item.on .sub-menu.sub-menu-robot {
    display: flex;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item .menu-item-text {
    width: 100%;
    padding: 0 0 0 40px;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item .menu-item-text:after {
    position: relative;
    display: inline-block;
    top: unset;
    right: unset;
    margin-left: 12px;
    vertical-align: middle;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item .sub-menu {
    display: none;
    position: relative;
    opacity: 1;
    top: unset;
    box-shadow: unset;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item .sub-menu.sub-menu-robot {
    padding: 0px;
    justify-content: center;
    height: auto;
    max-height: none;
    overflow: hidden;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item .sub-menu.sub-menu-robot .sub-menu-item {
    padding: 0px;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item .sub-menu.sub-menu-robot .sub-menu-item.sub-menu-item-partner {
    width: 100%;
    margin: 0;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item .sub-menu.sub-menu-robot .sub-menu-item.sub-menu-item-partner a {
    width: 100%;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item .sub-menu .sub-menu-item {
    padding-left: 60px;
  }
  .g-header-wrapper .g-header .g-header-inner .nav-checkbox:checked ~ ul.g-menu .menu-item .sub-menu .sub-menu-item a {
    padding: 0px;
    font-size: 16px;
    line-height: 60px;
  }
  .g-header-wrapper .g-header .site-logo {
    background-image: url(/images/orionstar-logo-white-x2.png);
    margin-left: 20px;
    margin-top: 7px;
    height: 40px;
    width: 109px;
  }
  .g-header-wrapper .g-header .g-menu {
    display: none;
  }
}
@keyframes menuAnim {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}