/*!
 * drawer v2.0.0
 * 
 * Licensed under MIT
 * Author : blivesta
 * 
 */
@charset "utf-8";
* {
  margin:0;
  padding:0;
  border:0;
}
* {
  -webkit-transition-property: all;
          transition-property: all;
  -webkit-transition-duration: .6s;
          transition-duration: .6s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.wrap{
    -webkit-transition-property: none;
    transition-property: none;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
html{
  width:100%;
  height:100%;
    -webkit-text-size-adjust： none;
}
body {
  text-align:center;
  font:12px/1.3 "Microsoft YaHei"
  font-size:14px;
  vertical-align:middle;
}
article， aside， details， figcaption， figure， footer， header， hgroup， menu， nav， section ,img{

    display： block;

}
ul li{
  list-style: none;
}
div{
  background-size:100% auto;
  background-repeat: no-repeat; 
  /*width:100%;*/
}
tr{
  display:block;
  margin:10px 0;
}
td{
  margin-right:20px;
}
input{
  background-color:transparent;
  outline: none;
}
nav{ 
    position:fixed;
    z-index:99999;
  top:10px;
  right:4%;
}
img{
  vertical-align:bottom;
}
a{
  text-decoration:none; 
  line-height:40px;
}
nav ul li a:hover{ 
    color:#aaa;
}
footer{
  background-color:rgba(184,173,126,1);
  height:auto;
}
.big{
  width:100%;
}
.foot-box{
  width:75%;
  margin:0 auto;
  padding-top:5%;
  text-align:left;
  padding-bottom:2%;
}
.foot-box div span a{
  color:#333;
  line-height:inherit;
}
.foot-box div{
  line-height:180%;
}
.foot-box p{
  line-height:180%;
}
.brand-box-boxs{
}
.message{
  background:url(../images/join-desktop5.jpg) no-repeat;
  padding-top:50px;
  max-height:700px;
  min-height:500px;
  overflow:hidden;
}
.message-box{
  width:600px;
  height:auto;
  margin-left:40%;
}
.textarea{  
  width:600px;
  height:200px;
  overflow:hidden;
  resize:none;
  background-color: transparent;
  border: 1px solid #333;
}
.button{
  width:100px;
  height:38px;
  border:none;
  font-size:16px;
  color: ;
  text-align:right;
  margin-left:133px;
}
.tel{
  margin-top:20px;
  font-weight:bold;
  cursor:pointer;
}
.tel:hover{
  color:#F00;
}
form div{
  margin-bottom:8px;
  text-align:left;
}
.span-input1{

} 
.span-input h4{
  display:inline;
}
.message-box form div span.span-input input{
  width:223px;
  border-bottom:1px solid #666;
}
footer .message .message-box form div span.address input{
  width:536px;
}
.input-w input{
  width:223px;
  border-bottom:1px solid #666;
}
.message-button1{
  text-align:right;
  padding-right:20px;
}
.message-button{
  margin-right:50px;
}
.message-button input{
  background:#F90;
  width: 92px;
  height: 28px;
  line-height: 31px;
}
/*information 部分*/
.wrap{
  margin:0 auto;
  }
.tabs{
  height:40px;
  }
.tabs a{
  display:block;
  float:left;
  width:262px;
  height:57px;
  color:#333;
  text-align:center;
  background:#eee;
  line-height:40px;
  font-size:16px;
  text-decoration:none;
  margin-left:10px;
  }
.tabs a.active{
  color:#fff;
  background:#333;
  border-radius:5px 5px 0px 0px;
}
.swiper-container{
  height:auto;
  border-radius:0 0 5px 5px;
  width:100%;
  border-top:0;
}
.swiper-slide{
  height:325px;
  width:100%;
  background:none;
  color:#333;
}
.content-slide{
  padding: 100px 40px 40px;
  width:980px;
  margin:0 auto;
}
.content-slide p{
  text-indent:2em;
  line-height:1.9;
}
.tabs-box{
  margin:0 auto;
  width:1350px;
}
a.pinpai{
  margin-left:0px;
  background:url(../images/information-desktop2.jpg);
}
a.hangye{
  background:url(../images/information-desktop3.jpg);
}
a.youhui{
  background:url(../images/information-desktop4.jpg);
}
a.kafei{
  background:url(../images/information-desktop5.jpg);
}
a.qiye{
  background:url(../images/information-desktop6.jpg);
}
swiper-title{
  fongt-size:18px;
}
.about_ms{
  width:50%;
  text-align:right;
  position:relative;
}

a.keylink{color:#000000;}


.highlight {
  padding: 9px 14px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}
.highlight pre {
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.highlight pre code {
  font-size: inherit;
  color: #333;
  /* Effectively the base text color */
}
.highlight pre .lineno {
  display: inline-block;
  width: 22px;
  padding-right: 5px;
  margin-right: 10px;
  color: #bebec5;
  text-align: right;
}
/* .highlight  { background: #ffffff; } */
.highlight .c {
  font-style: italic;
  color: #998;
}
/* Comment */
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
/* Error */
.highlight .k {
  font-weight: bold;
}
/* Keyword */
.highlight .o {
  font-weight: bold;
}
/* Operator */
.highlight .cm {
  font-style: italic;
  color: #998;
}
/* Comment.Multiline */
.highlight .cp {
  font-weight: bold;
  color: #999;
}
/* Comment.Preproc */
.highlight .c1 {
  font-style: italic;
  color: #998;
}
/* Comment.Single */
.highlight .cs {
  font-style: italic;
  font-weight: bold;
  color: #999;
}
/* Comment.Special */
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
/* Generic.Deleted */
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
/* Generic.Deleted.Specific */
.highlight .ge {
  font-style: italic;
}
/* Generic.Emph */
.highlight .gr {
  color: #a00;
}
/* Generic.Error */
.highlight .gh {
  color: #999;
}
/* Generic.Heading */
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
/* Generic.Inserted */
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
/* Generic.Inserted.Specific */
.highlight .go {
  color: #888;
}
/* Generic.Output */
.highlight .gp {
  color: #555;
}
/* Generic.Prompt */
.highlight .gs {
  font-weight: bold;
}
/* Generic.Strong */
.highlight .gu {
  color: #aaa;
}
/* Generic.Subheading */
.highlight .gt {
  color: #a00;
}
/* Generic.Traceback */
.highlight .kc {
  font-weight: bold;
}
/* Keyword.Constant */
.highlight .kd {
  font-weight: bold;
}
/* Keyword.Declaration */
.highlight .kp {
  font-weight: bold;
}
/* Keyword.Pseudo */
.highlight .kr {
  font-weight: bold;
}
/* Keyword.Reserved */
.highlight .kt {
  font-weight: bold;
  color: #458;
}
/* Keyword.Type */
.highlight .m {
  color: #099;
}
/* Literal.Number */
.highlight .s {
  color: #d14;
}
/* Literal.String */
.highlight .na {
  color: #008080;
}
/* Name.Attribute */
.highlight .nb {
  color: #0086b3;
}
/* Name.Builtin */
.highlight .nc {
  font-weight: bold;
  color: #458;
}
/* Name.Class */
.highlight .no {
  color: #008080;
}
/* Name.Constant */
.highlight .ni {
  color: #800080;
}
/* Name.Entity */
.highlight .ne {
  font-weight: bold;
  color: #900;
}
/* Name.Exception */
.highlight .nf {
  font-weight: bold;
  color: #900;
}
/* Name.Function */
.highlight .nn {
  color: #555;
}
/* Name.Namespace */
.highlight .nt {
  color: #000080;
}
/* Name.Tag */
.highlight .nv {
  color: #008080;
}
/* Name.Variable */
.highlight .ow {
  font-weight: bold;
}
/* Operator.Word */
.highlight .w {
  color: #bbb;
}
/* Text.Whitespace */
.highlight .mf {
  color: #099;
}
/* Literal.Number.Float */
.highlight .mh {
  color: #099;
}
/* Literal.Number.Hex */
.highlight .mi {
  color: #099;
}
/* Literal.Number.Integer */
.highlight .mo {
  color: #099;
}
/* Literal.Number.Oct */
.highlight .sb {
  color: #d14;
}
/* Literal.String.Backtick */
.highlight .sc {
  color: #d14;
}
/* Literal.String.Char */
.highlight .sd {
  color: #d14;
}
/* Literal.String.Doc */
.highlight .s2 {
  color: #d14;
}
/* Literal.String.Double */
.highlight .se {
  color: #d14;
}
/* Literal.String.Escape */
.highlight .sh {
  color: #d14;
}
/* Literal.String.Heredoc */
.highlight .si {
  color: #d14;
}
/* Literal.String.Interpol */
.highlight .sx {
  color: #d14;
}
/* Literal.String.Other */
.highlight .sr {
  color: #009926;
}
/* Literal.String.Regex */
.highlight .s1 {
  color: #d14;
}
/* Literal.String.Single */
.highlight .ss {
  color: #990073;
}
/* Literal.String.Symbol */
.highlight .bp {
  color: #999;
}
/* Name.Builtin.Pseudo */
.highlight .vc {
  color: #008080;
}
/* Name.Variable.Class */
.highlight .vg {
  color: #008080;
}
/* Name.Variable.Global */
.highlight .vi {
  color: #008080;
}
/* Name.Variable.Instance */
.highlight .il {
  color: #099;
}
/* Literal.Number.Integer.Long */
hr {
  width: 60px;
  margin: 40px auto;
  border: 2px solid #ddd;
}
/*.container {
  max-width: 768px;
}*/
h1,
h2,
h3,
h4 {
  font-weight: 100;
}
.labels {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-weight: 100;
  color: #bfa44c;
  background-color: #e7ddbc;
  border-radius: 2px;
}
.icon-blivesta {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  -webkit-background-size: 16px 16px;
  background-size: 16px;
}
.icon-blivesta.icon-sm {
  width: 12px;
  height: 12px;
  -webkit-background-size: 12px 12px;
          background-size: 12px;
}
.icon-blivesta.icon-lg {
  width: 24px;
  height: 24px;
  -webkit-background-size: 12px 12px;
          background-size: 12px;
}
.icon-blivesta.icon-circle {
  border-radius: 50%;
}
.dropdown-toggle:hover {
  cursor: pointer;
}
.button-border,
.button-border-primary,
.button-border-warning,
.button-border-success,
.button-border-danger,
.button-border-info {
  background-color: transparent;
}
.button {
  margin-bottom: 10px;
  font-weight: 400;
}
.select {
  display: inline-block !important;
  width: auto !important;
}
.social {
  padding-top: 10px;
  margin-bottom: 10px;
}
.social li {
  height: 20px;
  overflow: hidden;
}
.social .btn-gh {
  width: 95px;
}
.social .btn-tw {
  width: 99px;
}
.social .btn-gg {
  width: 73px;
}
.social .btn-fb {
  width: 115px;
}
.social .btn-fb iframe {
  overflow: hidden;
}
.header {
  margin-bottom: 0;
}
.header .navbar-nav > li > a:hover,
.header .header-brand:hover {
  opacity: .6;
}
.navbar-header {
  float: left;
}
.navbar-right {
  float: right !important;
}
.masthead {
  position: relative;
  padding: 60px 15px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
  background-color: #8c7732;
  background-image: -webkit-linear-gradient(45deg, #8c7732 0%, #d3c184 100%);
  background-image:      -o-linear-gradient(45deg, #8c7732 0%, #d3c184 100%);
  background-image:         linear-gradient(45deg, #8c7732 0%, #d3c184 100%);
}
.masthead h1 {
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
  opacity: .95;
}
.masthead .lead {
  opacity: .7;
}
.masthead p {
  margin: 0 auto 20px;
  font-weight: 100;
}
.masthead a {
  color: #fff;
}
.site-home .masthead {
  text-align: center;
}
@media (min-width: 768px) {
  .site-home .masthead {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .site-home .masthead h1 {
    font-size: 70px;
  }
}
@media (min-width: 768px) {
  .body {
    padding: 40px 0;
  }
}
.adpacks {
  bottom: 10px;
  left: 10px;
  z-index: 99;
  max-width: 340px;
  min-height: 130px;
  padding: 15px;
  margin: 0;
  margin-bottom: 30px;
  font-size: 12px;
  text-align: left!important;
  background: #fff;
  background: rgba(255, 255, 255, .2);
  border-radius: 4px;
}
.adpacks:before,
.adpacks:after {
  display: table;
  content: " ";
}
.adpacks:after {
  clear: both;
}
.site-home .adpacks {
  margin-right: auto;
  margin-left: auto;
}
.adpacks-wrap .adpacks-img {
  float: left;
  width: 145px;
}
.adpacks-wrap .adpacks-img img {
  margin-right: 15px;
}
.adpacks-poweredby {
  display: block;
  margin-top: 10px;
}
.section {
  padding: 30px 0;
}
.section:last-child {
  padding-bottom: 60px;
  border-bottom: none;
}
.site-home .section {
  text-align: center;
}
.section-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
.icon-mark {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #e7ddbc;
  text-align: center;
}
.icon-mark .oi {
  font-size: 54px;
}
.section-body .lead {
  margin-top: 30px !important;
}
.section-body .lead:first-child {
  margin-top: 0;
}
.section-body h2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.section-body .highlight {
  margin-bottom: 60px;
  text-align: left !important;
}
.section-body .highlight:last-child {
  margin-bottom: 0;
}
.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #777;
  background-color: #e7ddbc;
  border-top: 1px solid #fff;
}
.footer hr {
  width: 60px;
  margin: 40px auto;
  border: 2px solid #d3c184;
}
.site-home .footer {
  text-align: center;
}
/*# sourceMappingURL=docs.css.map */
