/* - -- ---< base.css >--- -- - */

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  /*position:relative;*/
  font-family: "思源黑体 CN Normal" !important;
  background: #fff;
  box-sizing: border-box;
  color: #555;
  font-size: 10px;
  font-size: 62.5%;
}

/* 清除浮动 */

.cl:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.cl {
  zoom: 1;
}

input,
textarea,
button,
select {
  font-family: inherit;
  outline: none;
}

#container {
  /*保证footer是相对于container位置绝对定位*/
  position: relative;
  width: 100%;
  min-height: 100%;
  /*设置padding-bottom值大于等于footer的height值，以保证main的内容能够全部显示出来而不被footer遮盖；*/
  padding-bottom: 40px;
  box-sizing: border-box;
}

footer {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  line-height: 40px;
  color: #ccc;
  background: #34495E;
  font-size: 1rem;
}

body {
  /*padding-bottom:40px;*/
}

a,
img {
  border: 0;
  box-sizing: border-box;
  vertical-align: middle;
  text-decoration: none
}

a:hover {
  text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dd {
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: normal;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

i {
  display: inline-block;
}

/*input,select{ font-family:"微软雅黑";}*/

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

/*logo*/

.logo {
  width: 136px;
  height: 50px;
  padding-top: 4px;
  color: #fff;
  z-index: 10;
}

.logo a {
  color: #fff;
}

.logo .col-md-7,
.logo .col-sm-7,
.logo .col-xs-7 {
  padding-left: 0px !important;
  padding-right: 5px !important;
  text-align: left;
  font-size: 1.5rem;
}

.logo2 {
  width: 136px;
  height: 50px;
  padding-top: 4px;
  color: #fff;
}

.logo2 a {
  color: #fff;
}

.logo2 .col-md-7,
.logo2 .col-sm-7,
.logo2 .col-xs-7 {
  padding-left: 0px !important;
  padding-right: 5px !important;
  text-align: left;
  font-size: 1.5rem;
}

.title_pc {
  width: 120px;
}

.mobile {
  display: none;
}

/*官网header-style公用*/

/*navbar统一样式*/

.navbar {
  min-height: 50px;
}

.navbar .container {
  height: 50px;
}

.navbar-default {
  background-color: #000;
  width: 100%;
  height: 50px;
  background-color: hsla(0, 0%, 0%, .0);
  border-bottom: none;
}

.navbar-brand {
  height: 36px;
  line-height: 36px;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
  width: 20px;
}

.navbar-default .navbar-toggle {
  padding: 10px 8px;
  width: 42px;
  border: none;
  margin: 0;
  margin-right: 8px;
}

.navbar-default .navbar-toggle:hover {
  background-color: transparent;
}

.navbar-default .navbar-collapse {
  background-color: hsla(0, 0%, 0%, .5);
}

.navbar-fixed-top .navbar-collapse {
  max-height: none;
  z-index: 50 !important;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
  height: 100%;
  text-align: center;
  font-size: 1.4rem;
  font-weight: normal;
}

.navbar-nav .dropdown-menu {
  background-color: hsla(0, 0%, 0%, .7);
  left: 50%;
  width: 180px;
  margin-left: -90px;
  padding: 15px 0;
}

.dropdown-menu>li>a {
  padding: 10px 20px;
}

/*.navbar-default .navbar-nav>.active {
  color: #fff;
}*/

.navbar-default .navbar-nav>.active>a {
  background: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
  border-bottom: 3px solid #19B5FE;
  color: #fff;
}

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

.dropdown-menu>li>a:hover {
  color: #fff;
  background: #19B5FE;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
  color: #19B5FE;
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
  color: #fff;
  background: #19B5FE;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
  background: none;
  border-bottom: 3px solid #19B5FE;
}

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

.second-risk {
  font-size: 1.3rem;
}

/*banner统一样式*/

.homeBack {
  width: 100%;
  height: auto;
}

.homebackV1 {
  position: relative;
}

.banner_btn {
  width: 240px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 68%;
  margin-left: -100px;
  font-size: 30px;
  background-color: #19B5FE;
  border: none;
  border-radius: 6px;
}

.banner_btn:hover {
  background-color: #1d8bd8;
}

.banner_btn_o {
  width: 200px;
  height: 60px;
  position: absolute;
  left: 5%;
  top: 65%;
  font-size: 27px;
  background-color: #19B5FE;
  border: none;
  border-radius: 6px;
}

.banner_btn_o:hover {
  background-color: #1d8bd8;
}

/*修饰图片统一样式*/

.embellish {
  width: 100%;
}

/*统一的产品主题*/

.content-theme {
  /*padding: 2rem 0;*/
  padding-top: 5rem;
}

.theme-box {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.theme-title {
  margin: 2.5rem 0;
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
}

.theme-apply {
  width: 130px;
  margin: 0 auto;
  margin-top: 6rem;
}

/*产品功能统一功能*/

.unique-function {
  padding: 2rem 0;
}

.function {
  padding: 1rem;
  padding-top: 3rem;
  width: 100%;
  background: #fafafa;
  margin: 0 auto;
  margin-top: 2rem;
  text-align: left;
  border: 1px solid #f3f3f3;
  box-shadow: 1px 1px 1px #eee;
  padding-bottom: 6rem;
}

.function-icon {
  width: 50px;
  margin: 0 auto;
}

.function ul li h4 {
  text-align: center;
  color: #555;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1rem auto;
  margin-bottom: 1rem;
  /* height: 40px; */
}

.function-title {
  height: 6rem;
  line-height: 1.8rem;
}

/*产品优势统一样式*/

.product-superiority,
.unique-function {
  /*padding: 2rem 0;*/
  padding-top: 4rem;
}

.product-superiority h3,
.unique-function h3 {
  /*margin: 2rem 0;*/
  text-align: center;
}

.unique-function h3 {
  margin-bottom: 2rem;
}

.product-superiority .superiority {
  padding: 2rem;
  width: 100%;
  margin-top: 2rem;
  text-align: center;
}

.product-superiority .product .row {
  padding-bottom: 0;
}

.product-superiority .superiority .superiority-icon {
  width: 60px;
  margin: 0 auto;
}

.product-superiority .superiority h4 {
  margin-top: 1.5rem;
  color: rgb(52, 73, 94);
}

.product-superiority .superiority .superiority-title {
  height: 10.8rem;
  text-align: left;
  margin-top: 2rem;
  line-height: 1.8rem;
}

.a_open {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: #19B5FE;
}

.img-responsive2 {
  width: 30px;
  margin-left: 8px;
}

.product_open {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.productV1 {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.show_openproduct,
.risk-product {
  display: none;
}

.a_open img {
  width: 12px;
  height: 10px;
  margin-left: 10px;
}

/*相关产品统一样式*/

.content-footer {
  background: #f3f3f3;
  padding: 2rem 0;
  margin-top: 4rem;
}

.content-footer h5 {
  margin: 1.5rem 0.2rem;
  text-align: left;
  font-size: 1.8rem;
  /*font-weight: bold;*/
}

.footer-product {
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

.footer-product a {
  color: rgb(52, 73, 94);
  display: inline-block;
  padding: 0.2rem;
}

.content-footer .footer-product {
  padding-left: 0.4rem;
}

/* 轮播图弹出联系提示 */

.phone_content {
  width: 350px;
  height: 80px;
  position: absolute;
  top: 0;
  right: 101px;
  color: #fc561d;
  font-size: 34px;
  text-align: center;
  line-height: 80px;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.3);
  display: none;
}

.pen_content {
  width: 350px;
  text-align: center;
  background-color: #ffffff;
  padding-top: 30px;
  box-sizing: border-box;
  position: absolute;
  top: -100px;
  right: 101px;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.3);
  display: none;
}

.guide_b {
  width: 100px;
  height: 80px;
  background-color: #19b5fe;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: right;
}

.guide_b img {
  width: 30px;
  height: 30px;
}

.guide_b p {
  font-size: 14px;
  padding-top: 5px;
  color: #fff;
}

.pen_guide {
  margin-top: 10px;
  position: fixed;
  right: 0;
  top: 575px;
  z-index: 10006;
  /* box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.3); */
}

.phone_guide {
  position: fixed;
  right: 0;
  top: 670px;
  z-index: 99;
  /* box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.3); */
}

.guideform {
  width: 75%;
  height: 45px;
  margin: 20px auto;
}

.guide_submit {
  width: 45%;
  height: 45px;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #19B5FE;
  border-color: #19B5FE;
}

.msg {
  background: #000;
  width: 180px;
  margin: 0 auto;
  padding: 7px 25px;
  color: #fff;
  border-radius: 10px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -90px;
  font-size: 14px;
  display: none;
}

#banner_tabs button {
  display: none;
}

.pen_content_shadow {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #333333;
  opacity: 0.5;
  z-index: 10000;
  display: none;
}

.function-title {
  /* padding-top: 15px; */
}

@media (min-width: 768px) {
  .navbar-nav>li>a {
    padding-top: 0px;
  }
}

/*在小于768像素的屏幕里*/

@media (max-width: 767px) {
  html {
    font-size: 14px;
    font-size: 75%;
  }
  body {
    font-size: 12px;
    font-size: 1rem;
  }
  .navbar {
    min-height: 40px;
  }
  .navbar .container {
    height: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .navbar-default {
    height: 40px;
  }
  .container>.navbar-header {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .navbar-fixed-top .navbar-collapse {
    background-color: hsla(0, 0%, 0%, .7);
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .logo {
    width: 48px;
    padding: 4px;
    margin-left: 10px;
    padding-top: 2px;
  }
  .navbar-nav .open .dropdown-menu {
    left: 0;
    width: 100%;
    margin-left: 0;
    background-color: hsla(0, 0%, 0%, .7);
  }
  .navbar-default .navbar-nav>li>a {
    font-size: 1.3rem;
  }
  .dropdown-menu>li>a {
    padding: 5px 20px;
  }
  .content-theme {
    padding-top: 4rem;
  }
  .content-footer {
    padding: 1rem 0;
  }
  .content-footer h5 {
    margin: 1rem 0.6rem;
    text-align: left;
    font-size: 1.5rem;
    font-weight: normal;
  }
  .theme-box h2 {
    font-size: 1.6rem;
    font-weight: bold;
  }
  .theme-title {
    margin: 1rem 0;
    font-size: 1.2rem;
    text-align: left;
  }
  .theme-apply {
    width: 100px;
    margin-top: 2rem;
  }
  .product-superiority,
  .unique-function {
    /*padding: 1rem 0;*/
    padding-top: 4rem;
    padding-bottom: 0;
  }
  .product-superiority h3,
  .unique-function h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    font-weight: bold;
  }
  .product-superiority .border:not(:first-child) {
    border-top: 1px solid #eee;
  }
  .product-superiority .superiority {
    padding: 1rem;
    padding-top: 2rem;
    margin-top: 0;
    padding-bottom: 2rem;
  }
  .product-superiority .superiority .superiority-icon {
    width: 38px;
    margin-top: 15px;
  }
  .product-superiority .superiority h4 {
    margin-top: 0;
    font-size: 1.2rem;
    text-align: left;
  }
  .product-superiority .superiority .superiority-title {
    height: auto;
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
  }
  .function {
    width: 100%;
    /* padding: 1rem; */
    padding-top: 2rem;
    font-size: 1.2rem;
    box-shadow: 0px 1px 1px #eee;
  }
  .function-icon {
    width: 40px;
  }
  .function ul li h4 {
    margin: 1rem auto;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    /* display: none; */
  }
  .function-title {
    height: 5rem;
    font-size: 1.2rem;
    line-height: 1.5rem;
    padding-top: 0;
  }
  footer {
    width: 100%;
    /* height: 50px; */
    position: absolute;
    bottom: 0px;
    left: 0px;
    line-height: 14px;
    color: #ccc;
    font-size: 0.8rem;
  }
  footer div {
    /* margin-top: 2%; */
    padding: 2% 8% !important;
    background: #34495E;
  }
  .banner_btn {
    width: 110px;
    height: 30px;
    margin-left: -55px;
    font-size: 14px;
    border-radius: 5px;
  }
  .banner_btn_o {
    width: 80px;
    height: 28px;
    font-size: 12px;
    border-radius: 5px;
  }
  .pen_guide {
    top: 300px !important;
  }
  .phone_guide {
    top: 258px !important;
  }
  .guide_b {
    width: 58px;
    height: 48px;
  }
  .guide_b img {
    width: 20px;
    height: 20px;
  }
  .guide_b p {
    font-size: 12px;
  }
  .phone_content {
    width: 175px;
    height: 48px;
    line-height: 50px;
    right: 59px;
    font-size: 20px;
  }
  .pen_content {
    width: 260px;
    font-size: 14px;
    padding-top: 12px;
    z-index: 11000;
    left: 50%;
    margin-left: -130px;
    top: 50%;
    margin-top: -130px;
    position: fixed;
    right: 0;
  }
  .guideform {
    height: 40px;
  }
  .guide_submit {
    width: 38%;
    height: 33px;
  }
  .container {
    padding-left: 0;
    padding-right: 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .msg {
    width: 144px;
    margin-left: -72px;
  }
  footer span {
    /* margin-left: 20px; */
    font-size: 12px;
  }
  .news-content {
    padding: 0 10px;
  }
}

/*在768和991像素之间的屏幕里*/

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 10px;
    font-size: 62.5%;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-default .navbar-collapse {
    background: none !important;
  }
  .active {
    border-bottom: 3px solid #19B5FE;
  }
  .navbar-default .navbar-nav>.active>a {
    background: none;
  }
  .navbar-default .navbar-nav>.active>a:hover {
    background: none;
  }
  .navbar-default .navbar-nav>li>a:focus {
    border: none;
  }
  .navbar-default .navbar-nav>li>a:hover {
    border-bottom: 3px solid #19B5FE;
    background: none;
  }
  .navbar-default .navbar-nav>li {
    height: 50px;
    line-height: 50px;
  }
  .navbar-default .navbar-nav>li>a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
  .dropdown-menu>li>a {
    color: #19B5FE;
  }
  .dropdown-menu>li>a:hover {
    color: #fff;
    background: #19B5FE;
  }
  .product-superiority .superiority .superiority-title {
    height: 100px;
  }
  .function {
    width: 100%;
  }
  .banner_btn {
    width: 160px;
    height: 45px;
    margin-left: -80px;
    font-size: 16px;
    border-radius: 10px;
  }
  .banner_btn_o {
    width: 120px;
    height: 40px;
    font-size: 16px;
    border-radius: 7px;
  }
}

/*在992和1199像素之间的屏幕里*/

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 10px;
    font-size: 62.5%;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-default .navbar-collapse {
    background: none !important;
  }
  .active {
    border-bottom: 3px solid #19B5FE;
  }
  .navbar-default .navbar-nav>.active>a {
    background: none;
  }
  .navbar-default .navbar-nav>.active>a:hover {
    background: none;
  }
  .navbar-default .navbar-nav>li>a:focus {
    border: none;
  }
  .navbar-default .navbar-nav>li>a:hover {
    border-bottom: 3px solid #19B5FE;
    background: none;
  }
  .navbar-default .navbar-nav>li {
    height: 50px;
    line-height: 50px;
  }
  .navbar-default .navbar-nav>li>a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
  .dropdown-menu>li>a {
    color: #19B5FE;
  }
  .dropdown-menu>li>a:hover {
    color: #fff;
    background: #19B5FE;
  }
  .banner_btn {
    width: 180px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 68%;
    margin-left: -90px;
    font-size: 19px;
    background-color: #19B5FE;
    border: none;
    border-radius: 9px;
  }
  .banner_btn_o {
    width: 130px;
    height: 45px;
    position: absolute;
    left: 5%;
    top: 60%;
    font-size: 18px;
    background-color: #19B5FE;
    border: none;
    border-radius: 8px;
  }
}

/*在大于1200像素的屏幕里*/

@media (min-width: 1200px) {
  html {
    font-size: 10px;
    font-size: 62.5%;
  }
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-xs-1,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-default .navbar-collapse {
    background: none !important;
  }
  .active {
    border-bottom: 3px solid #19B5FE;
  }
  .navbar-default .navbar-nav>.active>a {
    background: none;
  }
  .navbar-default .navbar-nav>.active>a:hover {
    background: none;
  }
  .navbar-default .navbar-nav>li>a:focus {
    border: none;
  }
  .navbar-default .navbar-nav>li>a:hover {
    border-bottom: 3px solid #19B5FE;
    background: none;
  }
  .navbar-default .navbar-nav>li {
    height: 50px;
    line-height: 50px;
  }
  .navbar-default .navbar-nav>li>a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
  }
  .dropdown-menu>li>a {
    color: #19B5FE;
  }
  .dropdown-menu>li>a:hover {
    color: #fff;
    background: #19B5FE;
  }
}

.lf {
  float: left;
}

.rf {
  float: right;
}

.inline {
  display: inline-table;
}

/* 备案 */
.keep-on-record{
  color: #ccc;
  vertical-align: unset;
}
a.keep-on-record:hover,a.keep-on-record:active,a.keep-on-record:visited{
  color: #ccc;
  text-decoration: none;
}