/*!
 * bestongweb 201801
*/
body {
  font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", "SimSun", "宋体", "WenQuanYi Micro Hei", sans-serif;
  min-width: 320px;
  background: #ffffff;
  padding-top: 120px;
}

.navbar {
  margin-bottom: 0;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.16);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.navbar .navbar-brand{
  width: 144px;
  height: 80px;
  text-indent: -200000px;
}
.navbar .logo-senqing{
  background: url(../images/logo.png) no-repeat left center;
}
.navbar-toggle {
  border: transparent;
  background: #fff;
  margin-right: 5px;
}

.navbar-toggle .icon-bar {
  background: #004BE0;
}

.navbar-nav>li {
  position: relative;
}

.navbar-nav>.active:after {
  display: block;
  position: absolute;
  content: '';
  height: 4px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  bottom: 36px;
  background: #004BE0;
}

.navbar-nav>li>a {
  padding: 0;
  font-size: 18px;
  color: #202020;
}

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus,
.navbar-nav>li.active>a {
  background: none;
  color: #202020;
}

@media (min-width: 320px) {
  .navbar {
    min-height: 50px;
  }

  .navbar-header {
    height: 50px;
  }

  .navbar>.container .navbar-brand {
    padding: 8px 15px;
  }

  .navbar>.container .navbar-brand,
  .navbar>.container .navbar-brand img {
    height: 34px;
  }

  .navbar-nav {
    margin: 0 -15px;
  }

  .navbar-nav>li {
    padding: 0 15px;
  }

  .navbar-nav>.active:after {
    left: 15px;
    right: 15px;
  }

  .navbar-nav>li>a {
    text-align: center;
    line-height: 50px;
    font-size: 16px;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .navbar-nav>li.sm-none {
    display: none;
  }

  .navbar-nav>li {
    border-top: 1px solid #f6f6f6;
  }

  .navbar-nav>.active:after {
    height: 1px;
    -ms-border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    left: 0;
    right: 0;
  }

  .navbar-downapp {
    display: block;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top .navbar-collapse {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .navbar {
    height: 120px;
  }

  .navbar-header {
    margin-top: 20px;
    height: 80px;
  }
  .navbar>.container .navbar-brand {
    margin-left: 15px;
  }
  .navbar>.container .navbar-brand,
  .navbar>.container .navbar-brand img{
    height: 80px;
  }
  .navbar-nav>li {
    padding: 0 35px;
  }

  .navbar-nav>.active:after {
    left: 35px;
    right: 35px;
  }

  .navbar-nav>li>a {
    line-height: 120px \9;
    line-height: 120px;
    font-size: 20px;
  }
}

.home-page {
  background: url(../images/home_bg.jpg) no-repeat bottom center #85C7FF;
  height: 780px;
}

.home-page .info {
  margin-left: 60px;
  width: 521px;
  height: 520px;
  background: url(../images/home_pic.png) no-repeat left bottom;
}
.aboutus-page-head {
  background: url(../images/aboutus.jpg) no-repeat top center #e9dccc;
  height: 368px;
}
.aboutus-page{
  padding: 50px 0;
}
.aboutus-page .toptext{
  line-height: 56px;
  font-size: 22px;
  font-weight: bold;
}
.aboutus-page .btotext{
  padding: 50px 0 40px;
  line-height: 44px;
  font-size: 18px;
}
.service-page-head {
  background: url(../images/service.jpg) no-repeat top center;
  height: 368px;
}
.service-page{
  padding: 10px 0 50px;
  max-width: 1200px;
  margin: 0 auto;
}
.service-page li {
  list-style: none;
  position: relative;
  margin-top: 16px;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
  color: #333333;
  padding: 0 180px 0 62px;
}
.service-page li div{
  position: absolute;
}
.service-page li .sort{
  top: 17px;
  left: 16px;
  width: 30px;
  height: 30px;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
  border-radius: 15px;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  color: #999999;
}
.service-page li .readbtn{
  top: 12px;
  right: 14px;
  width: 150px;
  height: 40px;
  border: 1px solid #247DEB;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
  font-size: 22px;
  color: #247DEB;
}
.service-page li span{

}
@media (min-width: 1921px) {
  .service-page-head{
    background-size: 100% 368px;
  }
}
/*底部**/
.footer-page {
  background: #F6F6F6;
  padding: 50px 0;
  line-height: 22px;
  font-size: 16px;
  color: #999999;
}

.footer-page p+p {
  margin-top: 20px;
}

.footer-page a {
  color: #999999;
}

.footer-page a:hover {
  text-decoration: underline;
}
@media (min-width: 320px) and (max-width: 767px) {
  .footer-page {
    padding: 30px 0;
  }
}
/* --------------------------------弹层--------------------------------------- */
.dialog{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.5);
  z-index: 100;
}
.dialog .content{
  width: 484px;
  height: 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -170px;
  margin-left: -242px;
  background: #fff;
  border-radius: 6px;
}
.dialog .content .head{
  text-align: center;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
  height: 60px;
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 20px;
}
.dialog .content .head span{
  cursor: pointer;
  position: absolute;
  width: 14px;
  height: 14px;
  display: block;
  right: 20px;
  top: 20px;
  background: url(../images/close@2x.png) no-repeat right center;
}
.dialog .content .head h3{
  text-align: left;
  color: #333333;
  line-height: 28px;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}
.dialog .content .head h4{
  color: #ff563b;
  font-size: 30px;
  font-weight: 600;
  margin: 0;
  line-height: 48px;
}
#refer-infor{
  padding: 0 30px 30px;
}
#refer-infor h6{
  font-size: 14px;
  color: #666;
  line-height: 28px;
}
#refer-infor .form-group {
  width: 440px;
  margin-bottom: 20px;
  overflow: hidden;
}
#refer-infor .form-group label {
  display: block;
  width: 80px;
  line-height: 40px;
  font-size: 14px;
  color: #333;
  text-align: right;
  float: left;
}
.form-control {
  float: left;
  display: block;
  width: 280px;
  height: 26px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 26px;
  color: #333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.form-control:hover, .form-control:focus {
  outline: none;
  border: 1px solid #379afa;
}
#refer-infor .form-group .btn-primary {
  width: 304px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  font-size: 14px;
  background-color: #367eb5;
  border-color: #367eb5;
  color: #fff;
  margin-top: 7px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
.qrcode{
  text-align: center;
}
.qrcode span{
  display: block;
  margin: 20px 0 10px;
  line-height:  24px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.qrcode .qrcode-bg{
  width: 226px;
  height:  226px;
  background: url(../images/pay_bg.png) no-repeat;
  margin: 0 auto;
}
.qrcode .qrcode-bg img{
  width: 110px;
  height: 110px;
  margin: 60px auto 10px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
}
.qrcode .qrcode-bg p{
  line-height: 20px;
  font-size: 14px;
  color: #666666;
}
.qrcode .success{
  /* padding-top: 100px; */
  height: 140px;
  background: url(../images/success.png) no-repeat center;
}
/* .qrcode .success p{
  font-size: 22px;
  line-height: 55px;
  color: #ff563b;
  font-weight: 600;
} */
.qrcode .text{
  line-height: 24px;
}
