body {
  font-size: 13px;
  font-family: open sans, Arial, sans-serif;
  background: #fff;
  color: #777777;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
span {
  color: #333;
  margin-top: 0;
  font-family: "微软雅黑";
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 11px;
  margin: 0 0 0 5px;
  font-family: "微软雅黑";
}
p {
  margin: 0;
}
h1 {
  font-size: 28px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 20px;
}
h4 {
  font-size: 16px;
  margin: 0;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 11px;
}
strong,
b {
  color: #555555;
}
.btn-default{
	border: 0;
}
/*login页面*/


.container-left{
    width: 100%;
    margin-left: 6%;
}
.form-horizontal .form-group {
  margin: 0;
}
.carousel-banner {
  height: 700px;
  background: url(../img/logo.png) top center no-repeat;
  background-size: cover;
}
.carousel-banner .container {
  height: 100%;
}
.carousel-banner .container .row {
  height: 100%;
}
.carousel-banner .container .col-sm-7 {
     float: right;
    /* height: 100%; */
    padding: 15px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.carousel-banner .container .col-sm-7 .form-top {
  /*margin-top: 75px;*/
  text-align: center;
}
.carousel-banner .container .col-sm-7 .form-top h3 {
  font-size: 35px;
  color: #fff;
}
.carousel-banner .container .col-sm-7 .form-top p {
  font-size: 14px;
  color: #fff;
}
.carousel-banner .container .col-sm-7 .form-bottom {
  height: 283px;
  margin-top: 40px;
  padding: 15px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
}
.carousel-banner .container .col-sm-7 .form-bottom p {
  font-size: 20px;
  color: #fff;
  margin-top: 5px;
}
.carousel-banner .container .col-sm-7 .form-bottom .col-sm-1 {
  padding: 0;
  height: 34px;
  line-height: 34px;
  position: absolute;
  z-index: 2;
  left: 5px;
  padding-left: 8px;
}
.carousel-banner .container .col-sm-7 .form-bottom .col-sm-1 i {
  margin-right: 5px;
}
.carousel-banner .container .col-sm-7 .form-bottom .col-sm-12 {
  padding: 0;
}
.carousel-banner .container .col-sm-7 .form-bottom .col-sm-12 input {
  /*padding: 17px 0 17px 30px;*/
  padding-left: 35px;
  border-radius: 12px;
}
.carousel-banner .container .col-sm-7 .form-bottom .form-group {
  margin-top: 32px ;
  position: relative;
}
.wrong{
	position: absolute;
	font-size: 14px;
	color: red;
	font-weight: 500;
	left: 20px;
	bottom: -22px;
}
.right_gou{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 3px;
	right: 10px;
	background: url(../img/ok.png)center no-repeat;
	background-size: 100%;
}

.carousel-banner .container .col-sm-7 .form-bottom .col-sm-7 {
  padding: 0;
}
.carousel-banner .container .col-sm-7 .form-bottom .col-sm-7 button {
  width: 135px;
  height: 42px;
  font-size: 16px;
  color: #c6c3c4;
  border-radius: 12px;
  background-color: #fff;
}
.carousel-banner .container .col-sm-7 .form-bottom .col-sm-7 button:hover {
  background-color: #205dc1;
  color: #fff;
  border: 0px solid #000;
}

.bottom_nav {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}

.bottom_nav .saoyisao {
  height: 100px;
}
.bottom_nav .erweima {
  height: 150px;
  position: absolute;
  left: 50%;
  top: -200px;
  display: none;
  transform: translateX(-50%);
}
.bottom_nav p {
  color: #333;
  font-size: 12px;
  line-height: 1.8;
  margin: 10px 0;
}
.page-header {
  margin: 9px 0 0;
  text-align: center;
}

.business {
	height: 150px;
}
.business .col-xs-4{
	height: 100%;
	text-align: center;
}
.business .col-sm-12{
	max-width:100%;
	max-height: 117px;
	overflow: hidden;
}
.business .col-xs-4 i{
	font-size: 80px;
	color: #0084e2;

}
.business .col-xs-4 p{
	font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  font-weight: 600;
}


@media (min-width: 768px){
	.page-header{
		text-align: inherit;
	}
	
}
