/* 
-------------  控件样式  -------------
*/
.navbar-nav {
  float: left;
  margin-left: 32px;
}

.logo {
  width: auto;
  min-height: 1px;
  overflow: hidden;
}

.logobox {
  width: auto;
  min-height: 1px;
}

.logobox img {
  height: 100%;
  height: 36px;
}

.logobox .logoimg1 {
  display: block;
}

.logobox .logoimg2 {
  display: none;
}

.navbaractive .logobox .logoimg1 {
  display: none;
}

.navbaractive .logobox .logoimg2 {
  display: block;
}

.navbar {
  min-height: auto;
  margin-bottom: 0px;
  border: none;
}

.navbar-default {
  background: none;
  padding: 44px 0px 0px 0px;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.navbar-default .navbar-nav>li>a {
  padding-top: 0px;
  padding-bottom: 0px;
  color: rgba(255, 255, 255, 0.64);
  padding: 0px 10px;
  line-height: 36px;
  font-size: 13px;
}

.navbar-default .navbar-nav>li>a.active {
  color: #ffffff;
  font-weight: 600;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
  color: #ffffff;
}

.navbaractive {
  padding: 10px 0px;
  background-color: #ffffff;
  box-shadow: 0px 0px 32px rgba(2, 80, 158, 0.14);
}

.navbaractive .navbar-nav>li>a {
  color: #555555;
}

.navbaractive .navbar-nav>li>a.active {
  color: #0f488b;
  font-weight: 600;
}

.navbaractive .navbar-nav>li>a:focus,
.navbaractive .navbar-nav>li>a:hover {
  color: #0f488b !important;
}

/* 
-------------  控件样式  -------------
*/
.logo h1 {
  margin: 0;
}

.logo a {
  width: auto;
  min-height: 1px;
  float: left;
}

.logo a {
  width: auto;
  min-height: 1px;
  float: left;
}

.logo a i {
  font-size: 40px;
  line-height: 44px;
  float: left;
}

.logo a span {
  line-height: 44px;
  font-weight: bold;
  float: left;
  margin-left: 6px;
}

.headrightinfo {
  width: auto;
  min-height: 1px;
  position: absolute;
  top: 0;
  right: 15px;
}

.infotel {
  width: auto;
  min-height: 1px;
  float: left;
  margin-right: 10px;
}

.infotel a {
  width: auto;
  min-height: 1px;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 36px;
  color: #ffffff;
  font-weight: bold;
  padding: 0px 6px;
}

.infotel a:hover {
  opacity: 0.64;
  color: #fff;
}

.infotel a .ico {
  width: 20px;
  height: 20px;
  border-radius: 200px;
  background-color: rgba(255, 255, 255, 0.12);
  margin-right: 8px;
  text-align: center;
  line-height: 20px;
  animation: shake-rotate 3s ease-in-out infinite;
}

.infotel a .ico img {
  width: 64%;
}

.navbaractive .infotel a .ico {
  background-color: rgba(15, 72, 139, 0.48);
}

.navbaractive .infotel a {
  color: #0f488b;
}

.infotrial {
  width: auto;
  min-height: 1px;
  float: left;
}

.infotrial a {
  width: auto;
  min-height: 1px;
  display: block;
  font-size: 12px;
  line-height: 36px;
  color: #ffffff;
  font-weight: bold;
  padding: 0px 20px;
  background-color: #197dc4;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.infotrial a:hover {
  opacity: 0.64;
  color: #ffffff !important;
}

@keyframes shake-rotate {
  89% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  90% {
    -webkit-transform: translate(0) rotate(15deg);
    transform: translate(0) rotate(15deg);
  }

  91% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  92% {
    -webkit-transform: translate(0) rotate(-15deg);
    transform: translate(0) rotate(-15deg);
  }

  93% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  94% {
    -webkit-transform: translate(0) rotate(15deg);
    transform: translate(0) rotate(15deg);
  }

  95% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  96% {
    -webkit-transform: translate(0) rotate(-15deg);
    transform: translate(0) rotate(-15deg);
  }

  97% {
    -webkit-transform: translate(0) rotate(0deg);
    transform: translate(0) rotate(0deg);
  }

  98% {
    -webkit-transform: translate(0) rotate(15deg);
    transform: translate(0) rotate(15deg);
  }

  99% {
    -webkit-transform: translate(0) rotate(-15deg);
    transform: translate(0) rotate(-15deg);
  }

  0%,
  to {
    -webkit-transform: translate(0) rotate(0);
    transform: translate(0) rotate(0);
  }
}

@media (max-width: 767px) {
  .headrightinfo {
    right: 50px;
    top: 7px;
  }

  .headrightinfo .infotrial {
    display: none;
  }
}


@media (min-width: 992px) and (max-width:1200px) {
  .navbar-default .navbar-nav>li>a {
    padding: 0px 6px;
    font-size: 12px;
  }
}