@import url(https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900);


/*************************
*******Typography******
**************************/

body {
  background: #fff;
  font-family: 'Noto Sans SC', serif;
  color:#4e4e4e;
  line-height: 22px;
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Noto Sans SC', serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 20px;
}

h4{
  font-size: 16px;
  color: #ff9800;
  font-weight: 400;
  line-height: 20px;
}

h4{
  font-size: 16px;
}

a {
  color: #ff8900;
  -webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

a:hover, a:focus {
  color: #d43133;
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}


.btn-primary {
  padding: 8px 20px;
  background: #ff8900;
  color: #fff;
  border-radius: 4px;
  border:none;
    font-size: 16px;
  margin-top: 10px;
}


.btn-primary:hover, 
.btn-primary:focus{
  background: #ff9800;
  outline: none;
  box-shadow: none;
} 

.btn-transparent {
  border: 3px solid #fff;
  background: transparent;
  color: #fff;
}

.btn-transparent:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

a:hover,
a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

.dropdown-menu {
  margin-top: -1px;
  min-width: 180px;
}

.center h2{
  font-size: 38px;
  margin-top: 0;
  margin-bottom: 20px;
}

.media>.pull-left{
  margin-right: 20px;
}

.media>.pull-right{
  margin-left: 20px;
}

/*body > section {
  padding: 70px 0;
}*/

.center {
  text-align: center;
  padding-bottom: 55px;
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

.lead{
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.transparent-bg {
  background-color: transparent !important;
  margin-bottom: 0;
}

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*************************
*******Header******
**************************/
body > section {
    padding-bottom:20px;
}
#header .search{
  display: inline-block;
}

.navbar>.container .navbar-brand{
  margin-left: 0;
}

.top-bar {
  padding: 10px 0;
  background: #fff;
  border-bottom: 1px solid #ff8900;
  line-height: 28px;
}

.top-number{
  color: #fff;
}

.top-number p{
  margin: 0
}

.social{
  text-align: right;
}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
  *zoom:1;
  *display: inline;
  _zoom:1;
  _display:inline;
  
}

ul.social-share li a {
  display: inline-block;
  color: #ff8900;
  background: #858585;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
}

ul.social-share li a:hover {
  background: #ff8900;
  color: #fff;
}

.search i {
  color: #fff;
}

input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}

.navbar {
  border-radius: 0;
  margin-bottom: 0;
  background: #fff;
  padding: 15px 0;
  padding-bottom: 0;
}

 .navbar-nav{
  margin-top: 12px;
 }

.navbar-nav>li{
  margin-left: 35px;
  padding-bottom: 28px;
}

.navbar-inverse .navbar-nav > li > a {
  padding: 5px 12px;
  margin: 0;
   font-size: 16px;
  border-radius: 3px;
  color: #858585;
  line-height: 24px;
  display: inline-block;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #ff8900;
  color: #fff;
}

.navbar-inverse {
  border: none;
}

.navbar-inverse .navbar-brand {
  font-size: 38px;
  line-height: 50px;
  color: #fff;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #ff8900;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #ff9800;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover{
  background-color: #ff8900;
}

.navbar-inverse .navbar-toggle{
  border-color:#ff8900;
  
}
.navbar-inverse .navbar-toggle span.icon-bar{
  background-color:#ff8900;
  color:#ff8900;
}
.navbar-inverse .navbar-toggle:focus span.icon-bar,.navbar-inverse .navbar-toggle:hover span.icon-bar{
  background-color:#fff;
  color:#fff;
}
@media screen and (max-width: 768px) {
    .navbar {
      padding-top:0;
    }
    .navbar .container{
      padding-left: 0px;
    }

}

/*轮播图*/
#myCarousel .nexts{
  background-color: #ff9800;
  color: #fff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  margin-top: -20px;
}

@media screen and (max-width: 768px) {
    #myCarousel .nexts{
    background-color: #ff9800;
    color: #fff;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 4px;
    margin-top: -15px;
  } 
}
/*所有项目*/
#feature {
  background: #f2f2f2;
  padding-bottom: 40px;
  padding-top: 40px;
}

.features{
  padding: 0;
}

.feature-wrap {
  min-height: 200px;
  margin-bottom: 35px;
  overflow: hidden;
}

.feature-wrap h2{
  margin-top: 10px;
  color:#ff8900;
}

.feature-wrap .pull-left {
  margin-right: 25px;
}

.feature-wrap i{
  font-size: 50px;
  height: 110px;
  width: 110px;
  margin: 3px;
  border-radius: 100%;
  line-height: 110px;
  text-align:center;
  background: #ffffff;
  color: #ff8900;
  border: 3px solid #ffffff;
  box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-box-shadow: inset 0 0 0 5px #f2f2f2;
  -webkit-transition: 500ms;
  -moz-transition: 500ms;
  -o-transition: 500ms;
  transition: 500ms;
  float: left;
  margin-right: 25px;
}

.feature-wrap i:hover {
  background: #ff8900;
  color: #fff;
  box-shadow: inset 0 0 0 5px #ff8900;
  -webkit-box-shadow: inset 0 0 0 5px #ff8900;
  border: 3px solid #ff8900;
}

/*登录*/
#middle{
	margin-bottom: 50px;
}
#middle h2{
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #ff8900;
	font-size: 32px;
}


/*底部*/
#footer{
    padding-bottom: 30px;
    color: #858585;
    background: #fff;
    background-color: #e2e2e2;
    border-top: 1px solid #858585;
}

#footer a {
  color: #858585;
}

#footer a:hover {
  color: #ff9800;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer ul > li {
  display: inline-block;
  margin-right: 15px;
}

#fixed{
  position: fixed;
  right: 20px;
  bottom:20px;

}
.gea_page h2{
  color: #ff8900;
  text-align: center;
  margin-bottom: 20px;
  font-size: 37px;
}
#myCarousel .carousel-indicators{
  bottom:0px;
  margin-bottom: 5px;
}

.carousel-control{width: 5%;}