/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
 body {
  margin: 0;
  font-family:"Microsoft YaHei","Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #fff;
}

a{
	color:#333;
	}
a:hover{
	text-decoration:none;
	}
.navbar .nav > li > a {
  float: none;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  display:block;
  font-size:12px;
	}
.navbar .nav > li{
	padding-top:5px;
	}
.text{
	color:#333;
	}
.text h3,.text h4{
	text-align:center;
	color:#2e2dac;
	 }
.text h4 a:hover small{
	 color:#005580;
}
h4 small{
	color:#555;
	font-size:16px;
	font-weight:bold;
	}
.text p{
	margin-top:10px;
	line-height:26px;
	text-indent:24px;
	}
/*Sidenav*/
@media (min-width: 1200px) {.bs-docs-sidenav {
    width: 130px;
  }
  .bs-docs-sidenav > li > a {
    width: 102px \9; /* Override the previous IE8-9 hack */
  }
}
/* Desktop
------------------------- */
@media (max-width: 980px) {
	/* When affixed, space properly */
  .bs-docs-sidenav {
    top: 0;
    width: 90px;
    margin-top: 30px;
    margin-right: 0;
  }
	}
/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
	 /* Adjust sidenav width */
  .bs-docs-sidenav {
    width: 100px;
    margin-top: 20px;
  }
  .bs-docs-sidenav.affix {
    top: 0;
  }
	}
	
	/* Tablet
------------------------- */
@media (max-width: 767px) {
	/* Sidenav */
  .bs-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .bs-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }
	}
/* Sidenav for Docs
-------------------------------------------------- */

.bs-docs-sidenav {
  width: 100px;
  margin: 50px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
  display: block;
  width: 72px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
}
.bs-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
  opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
.bs-docs-sidenav.affix {
  top: 200px;
}
.bs-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 100px;
}

.banner{width:100%; min-width:940px;max-width:999999px; background:#2e2dac; height:200px;}
.head{    background: url(../img/kv1.jpg) no-repeat top;
    max-width: 1440px;
    margin: 0 auto;
    background-size: 100%;
    margin-top: -32px;}	
.conr{padding:20px;border:2px solid #2e2dac;}	
	
.footer {
    display: block;
    margin-top: 50px;
    padding: 10px 0;
    background: #2e2dac;
    color: #fff;
	}
.footer a{ color: #fff; }
.titleBj{ background:url(../img/bj.png) no-repeat top; height:53px;line-height:53px; }
.contacts{ text-decoration:underline; color:#2e2dac ;}
h4.titleBj{ margin-top:20px; }
.mt{ margin-top:20px; }
.mb{ margin-bottom:20px; }
h3 small{ font-size:16px; color:#264271;}
.synopsis{ background: #050e24; background: rgba(5,14,36,0.9); padding:20px;color:#fff; }
.h3-bj{ background:url(../img/bj.png) no-repeat center;line-height: 70px; }
.h3-bj1{ line-height: 70px; }