body,
html {
  font-family: 'Lato', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #5a5a5a;
}
h1 strong {
  font-weight: 900;
}
h2 {
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
}
h3 {
  font-size: 16px;
  font-weight: 700;
}
h4 {
  text-transform: uppercase;
}

p {
  font-family: 'Open Sans', sans-serif;
}

a {
  color: #3fb9ff;
}
body {
  position: relative;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ' ';
  clear: both;
  height: 0;
}
.clearfix {
  display: inline-block;
}
/* * html .clearfix {
  height: 1%;
} */
ul,
ol {
  padding: 0;
  -webkit-padding: 0;
  -moz-padding: 0;
}
.textCss {
  text-align: center;
}
.pad30 {
  padding: 30px 0;
}
.pad70 {
  padding-top: 70px;
}
.pad150 {
  padding-top: 150px;
}
.pad80 {
  padding: 80px 0;
}
.pad100 {
  padding: 0px 0 100px 0;
}
.margin30 {
  margin-top: 30px;
}
/* Navigation */
#menu {
  padding: 15px;
  transition: all 0.8s;
  background: url('../img//index/顶部透底.png') no-repeat;
}
#menu.navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
  text-transform: uppercase;
  font-size: 22px;
  color: #fff;
  font-weight: 900;
  padding: 0;
}
#menu.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
  color: #3fb9ff;
}

.scrolled {
  background-color: #222222 !important;
  padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #3fb9ff !important;
  background-color: transparent;
  font-weight: 700;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #d2527f;
  border-color: #d2527f;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
  background-color: #fff;
}
.section-title.center {
  /* padding: 30px 0; */
  margin-bottom: 60px;
}
.section-title h2,
.section-title.center h2 {
  font-weight: 400;
  margin-bottom: 30px;
}
.section-title.center hr {
  height: 1px;
  width: 160px;
  text-align: center;
  position: relative;
  background: #3fb9ff;
  border: 0;
}

/* About Section */
#about-section {
  padding: 60px 0 40px 0;
  background-color: #fff;
}

#about-section .about-title {
  display: flex;
  vertical-align: middle;
  height: 35px;
}
#about-section .about-title img {
  margin: 3px 10px 0 0;
}
#about-section .aboutContent p {
  margin-top: 20px;
  margin-bottom: 30px;
  color: #5a5a5a;
  font-weight: bold;
  line-height: 24px;
}
#about-section .about-img {
  height: 100%;
  width: 80%;
  margin: 10%;
}
/* Services Section */
#services-section {
  padding: 80px 0;
  background-color: #eee;
}

#services-section .service {
  margin-bottom: 20px;
}

#services-section .service .imgContainer {
  display: inline-block;
  border: 2px solid #3fb9ff;
  width: 100px;
  height: 100px;
  padding: 25px;
  margin-bottom: 10px;
  border-radius: 50%;
  transition: all 0.5s;
}

#services-section .service .imgContainer:hover {
  background: #3fb9ff;
  border: 2px solid #3fb9ff;
}

/* Partners Section */
#partners-section {
  padding: 60px 0;
}
#partners-section .partner-detail {
  width: 100%;
  padding: 50px;
  background: #ecfafe;
}

/* Contact Section */
#contact-section {
  padding: 10px 0 50px 0;
  font-size: 16px;
}
#contact-section h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
#contact-section form {
  padding: 20px 0;
}
#contact-section .fa {
  color: #3fb9ff;
  margin-bottom: 10px;
}
label {
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  float: left;
}
#contact-section .form-control {
  display: block;
  text-align: center;
  width: 100%;
  padding: 18px 12px;
  line-height: 1.5;
  color: #444;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  box-shadow: none;
  transition: none;
}
#contact-section .form-control:focus {
  border-color: inherit;
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent;
}
#contact-section .form-group {
  margin-bottom: 20px;
}

#contact-section .contact-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  width: 100%;

  text-align: left;
}
#contact-section .contact-title img {
  width: 20px;
  height: 17px;
  margin-right: 10px;
}
#contact-section .contact-info {
  text-align: center;
  line-height: 40px;
  width: 100%;
  color: #444;
  font-size: 14px;
  background-color: #fff;
  border: 2px solid #ccc;
  border-radius: 2px;
  padding: 3px;
}












