body {
  color: #777777;
  line-height: 24px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}


.container {
	width: 100%;
	height:100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
}
.glyphicon{
	color: #39c8e2;
	padding-right: 12px;
}
.label_input lable,input{
	float: left;
}
.label_input input{
	width: 85%;
	margin-bouttom: 20px;
}
.label_input lable{
	font-size: 18px;
	text-align: center;
	padding-top: 10px;
}
.label_input {
	padding-bottom: 55px;
	margin-bottom: 20px;
}
.btn-block {
	width: 60%;
}
.xinxi{
	 margin-left: 25%;
}
.dingyue{
	 text-align: center;
}
.footer {
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: -8px;
  border-top: 2px solid #000;
  background-color: #e4e7e9;
}
#adress{
  padding-top: 20px;
  border-top: 1px solid #ddd;
  background-color: #e4e7e9;
}
#rowSelect{
  text-align: center;
  padding-top: 40px;
  font-size: 16px;
}
#services{
  text-align: center;
  margin-bottom: 100px;
}


#number{
  color: green;
}

.line{
 border: 1px solid #e4e7e9;
}

.checkbox{
	font-size: 18px;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  background-color: transparent;
  margin-bottom: 160px;
}

/* Customize the nav-justified links to be fill the entire space of the .navbar */

.nav-justified {
  background-color: #e4e7e9;
  border: 1px solid #ccc;
}

.nav-justified > .active > a,
.nav-justified > .active > a:hover,
.nav-justified > .active > a:focus {
  background-color: #39c8e2;
  background-image: none;
  color: white;
  -webkit-box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
          box-shadow: inset 0 3px 7px rgba(0,0,0,.15);
}

@media (min-width: 768px) {
  .nav-justified {
    min-height: 50px;
    max-height: 62px;
  }
  .nav-justified li a{
  	font-size:18px;
    min-height: 50px;
  }
 
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

 img {
	padding-top: 8px;
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

.logina{
	margin-top: 20px;
	margin-bottom: 20px;
}

.form-signin {
  max-width: 530px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading{
  margin-bottom: 10px;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

table,table tr{
	width:100%;
}

.form-group label{
	padding-top: 10px;
}
.form-group label,input,.send-code,.error_span,select{
	float: left;
}
.form-group input,select{
	width: 50%;
}

.form-group{
	padding-bottom: 30px;
	text-aglin: center;
}


.send-code{
	margin-left: 5%;	
	height:35px;
}
/** ==========================================================================
    Structure & Defaults
   ========================================================================== */

a {
  color: #39c8e2;
  text-decoration: none !important;
  -webkit-transition: color 200ms ease-in-out;
  -moz-transition: color 200ms ease-in-out;
  -o-transition: color 200ms ease-in-out;
  transition: color 200ms ease-in-out;
}
a:hover {
  color: #39c8e2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* ==========================================================================
    Header
   ========================================================================== */

.content-section {
  padding-top: 80px;
}

#services {
  background: url(../images/service-bg.png) no-repeat top center;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  z-index: 10;
  margin-top: 20px;
}
#services .service-item .service-icon {
  width: 240px;
  height: 240px;
  line-height: 240px;
  text-align: center;
 
  border: 2px solid #39c8e2;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  font-size: 32px;
  margin: 0 auto;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
   
  background: #eee;
  color: #39c8e2;
}
#services .service-item .service-icon i {
  text-align: center;
  line-height: 136px;
}
#services .service-item h3.service-title {
  text-transform: uppercase;
  font-size: 16px;
  color: #39c8e2;
  font-weight: 600;
  margin-top: 25px;
}
#services .service-item:hover .service-icon {
 background: #39c8e2;
  color: #ffffff;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}


@media (max-width: 992px) and (min-width: 780px) {
	.container {
		width: 96%;
	}
}

/*  Medium devices (desktops, 992px and up)  */

@media (max-width: 992px) {

  #services {
    margin-top: 0;
	padding-top: 100px;
    padding-bottom: 60px;
  }
  #services .service-item {
    margin-bottom: 40px;
  }
 
  #contact {
    margin-top: 0;
  }
  #contact .section-header p {
    display: none;
  }
  #contact .contact-info {
    margin-bottom: 60px;
  }

}

/* ==========================================================================
   Media Queries
   ========================================================================== */

