@CHARSET "UTF-8";
/*
 *实验班全局css 
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  ∂-color: #f0f3f4;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-y: scroll;
}
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  color: #58666e;
  background-color: transparent;
}
*:focus {
  outline: 0 !important;
}

/*h5标签*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
/*默认a标签*/
a {
  color: #363f44;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
    color: #141719;
  text-decoration: none;
}

label {
  font-weight: normal;
}
small,
.small {
  font-size: 13px;
}
.badge,
.label {
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
/*标记*/
.badge {
  background-color: #cfdadd;
}

.badge.up {
  position: relative;
  top: -10px;
  padding: 3px 6px;
  margin-left: -10px;
}

.badge-sm {
  padding: 2px 5px !important;
  font-size: 85%;
}
.label-sm {
  padding-top: 0;
  padding-bottom: 1px;
}
.badge-white {
  padding: 2px 6px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.35);
}
.badge-empty {
  color: inherit;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
/*引用*/
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote {
  border-color: #dee5e7;
}

/*警示框*/
.alert {
  font-size: 13px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert-info{
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
	}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.alert .close i {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
/*下三角*/
.caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.caret-white {
  border-top-color: #fff;
  border-top-color: rgba(255, 255, 255, 0.65);
}
a:hover .caret-white {
  border-top-color: #fff;
}
img {
  border: 0;
  vertical-align: middle;
}

/*其他杂项标签---少用为妙*/
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/*表单元素*/
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*字体图标：这里暂时不做定义*/
@font-face {
  font-family: 'Sybicon';
}
/*图片*/
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
       -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}
/*头像*/
.avatar {
    position: relative;
    display: block;
    white-space: nowrap;
    border-radius: 3px;
}
.thumbnail {
  border-color: #dee5e7;
}
.thumb-sm {
    display: inline-block;
    width: 40px;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
/*正文*/
p {
  margin: 0 0 10px;
}


a.text-danger:hover {
  color: #843534;
}
a.text-dark:hover {
  color: #2f3342;
}
.text-dark {
  color: #3a3f51;
}
/*列表*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}




/*颜色*/
.btn-default {
    color: #58666e !important;
    background-color: #fcfdfd;
    background-color: #fff;
    border-color: #dee5e7;
    border-bottom-color: #d8e1e3;
    -webkit-box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
    box-shadow: 0 1px 1px rgba(90, 90, 90, 0.1);
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active{
    color: #58666e !important;
    background-color: #edf1f2;
    border-color: #c7d3d6;
    }
.btn-primary {
    color: #ffffff !important;
    background-color: #7266ba;
    border-color: #7266ba;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active{
    color: #ffffff !important;
    background-color: #6254b2;
    border-color: #5a4daa;
    }
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active{
    color: #ffffff !important;
    background-color: #ee3939;
    border-color: #ed2a2a;
}
.btn-syb {
    color: #fff;
    background-color: #ff8200;
    border-color: #f58a01;
}
.btn-syb:hover, .btn-syb:focus, .btn-syb:active, .btn-syb.active{
    color: #ffffff !important;
    background-color: #f37c00;
    border-color: #e88302;
}
.btn-enter{
  color: #fff;
    background-color: #ff8201;
    border-color: #fb7f00;
}
.btn-enter:hover, .btn-enter:focus, .btn-enter:active, .btn-enter.active{
    color: #ffffff !important;
    background-color: #ec7902;
    border-color: #e77500;
}
.btn-success {
    color: #ffffff !important;
    background-color: #27c24c;
    border-color: #27c24c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active{
    color: #ffffff !important;
    background-color: #23ad44;
    border-color: #20a03f;
}
/*大小*/
.btn-md{
    margin-bottom: 5px;
}
.btn-lg{
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm{
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
/*其他样式*/
.btn-block{
  display: block;
  padding-right: 12px;
  padding-left: 12px;
  width: 100%;
}
.b-t{
	border-top:1px solid  #ccc;
}
.hide{
	display:none ;
}
/*form*/
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group {
    margin-bottom: 15px;
}
/*header*/
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-header{
	    float: left;
		margin-right: 0;
   		margin-left: 0;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
}
.nav > li.disabled > a {
  color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }

.navbar-right {
    float: right!important;
    margin-right: 0px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*头部*/
.header,header{
    background-color: #fff;
    border-bottom: 0 none;
    margin-bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
}
header.fixed,.header.fixed{
	position: fixed;
	
	top:0;
}
.gc-syb{
	background: #f2f2f2;
}
.gc-syb .container{
	width: 960px;
	margin: 0 auto;
}
.register-box.container{
}
.register-content{margin-top:72px;}

@media (min-width: 1200px){
	.container {
	    width: 1170px;
	}
}
@media (min-width: 992px){
	.container {
	    width: 970px;
	}
}
.navbar-header{
	    float: left;
}
.navbar-header .syb-logo{
	display: block;
    position: relative;
    max-width: 225px;
    min-width: 125px;
    margin: 23px 0 22px;
    padding: 0px;
}
.syb-logo img{
	width: 100%;
}
.welcome{
	float: left;
    margin-left: 30px;
    line-height: 71px;
}
.welcome h5{
	font-size: 18px;
	margin: 0;
	/*
		background:url(images/bannar-tips.png) no-repeat;
	*/
	width: 360px;
    height: 40px;
    padding: 15px 0px;
    background-position: 0px 13px;
    background-size: 320px 40px;
	color: #afaeae;
}
.nav-other {
	margin-top: 21px;
}


/*form*/
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
    *width: 100%;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
}
.form-control {
    border-color: #cfdadd;
    border-radius: 2px;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}
.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    }
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}
.m-r-md{
  margin-right: 15px;
}
.m-r-sm{
  margin-right: 12px;
}
.m-r-sx{
  margin-right: 6px;
}
.m-b-xs {
    margin-bottom: 5px;
}
.m-r-xs {
    margin-right: 5px;
}
.b-a {
    border: 1px solid #dee5e7;
}
.inline {
    display: inline-block !important;
}
.wrapper-sm {
    padding: 10px;
}
.bg-white {
    color: #58666e;
    background-color: #fff;
}
.bg-light {
    color: #58666e;
    background-color: #edf1f2;
}
.text-bold{
  font-weight: 500;
}
.text-shin{
  font-weight: 300;
}
.text-lg{
  font-size: 16px;
}
.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
.full-warrper {
  width: 100%;
}
/*placehoder 模拟样式*/
.placeholder{ color:#999;}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

/*模态框*/
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.fade {
	opacity:0
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
	width: 600px;
    margin: 30px auto;
	}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}.modal-body {
    position: relative;
    padding: 15px;
}.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.placeholder{ color:#999;}

/*footer*/
.syb-footer{
	padding-top: 0px;
    padding-bottom: 20px;
}
.syb-footer .container{
	padding-top: 30px;
}
.ac-gf-directory {
	width: 612px;
	float: left;
	padding: 0px;
	padding-right:15px;
}
.ac-gf-directory .directory-column{
	width: 200px;
	float: left;
	position: relative;
    z-index: 1;
    min-height: 2px;
    margin: 0;
    padding: 0;
}
.directory-column .column-section-title {
    font-size: 15px;
    line-height: 1.66667;
    font-weight: 600;
    letter-spacing: normal;
    color: #333;
    margin: 0;
}
.directory-column  .column-section-list {
    margin-right: 20px;
    margin-left: 0px;
    list-style: none;
    padding: 0;
}
.column-section-list .column-section-item {
    display: block;
    pointer-events: auto;
}
.column-section-item  a{
	color: #666;
	font-size: 13px;
	display: block;
    line-height: 28px;
    text-decoration: none;
}
.ac-gf-copyright{

}
.ac-gf-copyright p{
	text-align:center;    
	font-size: 14px;
}
.ac-gf-copyright p a{
	font-weight: 500;
	color: #08c;
}
.ac-gf-copyright p.miibeian a{color: #58666e;}
.pos-rlt {
    position: relative;
}.r-2x {
    border-radius: 4px;
}
.r {
    border-radius: 2px 2px 2px 2px;
}