/*全局字体*/
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6 { font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;}

/*bootstrap自定义*/

body {
  font-family: "Microsoft Yahei", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.428571429;
  color: #3d4450;

  background-color: #f1f2f3;
  text-align:center;
  
  /* padding-top: 70px; */
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

a {
  color: #d2322d;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #b94a48;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn {
  font-size: 12px;
}

.panel {
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: #ffffff;

  -webkit-box-shadow: 0 0px 5px #c2c2c2;
     -moz-box-shadow: 0 0px 5px #c2c2c2;
          box-shadow: 0 0px 5px #c2c2c2;
}

.alert-info{color:#18658b;}

.top-bg{  
/*   background-image:url("http://");
  background-repeat:no-repeat;
  background-position-x:center;
  background-position-y:-100px; */
  
  padding:20px;
  
  }


/*nav
.section-wrapper {margin-top: -50px;padding-top: 50px;}
#nav {background: #000;list-style: none;overflow: hidden;}
#nav li {display: inline-block;	margin-bottom: 0;}
#nav a {background: #000;color: #fff;display: block;padding: 10px;}
#nav a:hover {background: none;	color: #dedede;}
#nav .current a {background: #fff;color: #000;}
#container {margin: 0 auto;}
 */


/*旧样式*/
.inlineblock{
	display:inline-block;
	_zoom:1;
	*display:inline;
	vertical-align: text-top;
}
		
.c_hr{margin-top: 13px;margin-bottom: 15px;}