
/*-- header --*/
.header-bottom {
  background-color: #ffc300;
  padding: 0.5em 0;
}

/* 新增样式 */
.header-logo {
  width: 200px;
  height: 40px;
  float: left;
  /* 分辨率是 1600 的情况 */
  margin: 8px 0 0 -9em;
}
.logo-img {
  width: 140px;
  height: 40px;
}

/* / 新增样式 */

.navbar-nav {
  float: none;
  margin: 0 0 0 70px;
  width: 100% !important;
}
.navbar-default {
  background-color: #ffc300 !important;
  border-color: #ffc300 !important;
}
.navbar {
  border-radius: 0px !important;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 0px;
  border: none ! important;
}

/*
.container {
  width: 960px;
}
*/

.navbar-default .navbar-nav > li > a {
  color: #204e7f;
  font-size: 1.1em;
  font-weight: 700;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 18px 18px !important;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

/* 其他 */
.glyphicon {
  position: relative;
  top: 0px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 2.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon {
  color: #fff;
  font-size: 2em;
  display: inline-block;
}
/* /其他 */

.logo h1 a {
  color: #ffc300;
  font-size: 1.7em;
  display: block;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Antic', sans-serif;
  /*text-transform: uppercase;*/
  text-align: center;
  width: 40% !important;
  margin: 1.5em auto 0;
}

.search-box {
  float: right;
}

.copyrights {
  text-indent: -9999px;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
}

/*--*/
.sb-search {
  width: 0%;
  position: absolute;
  right: 17em;
  top: 0.5em;
  right: 14em;
  min-width: 62px;
  height: 60px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  outline: none;
  background: #204e7f;
  width: 100%;
  height: 60px;
  margin: 0;
  z-index: 10;
  padding: 5px 15px;
  font-size: 15px;
  color: #ffffff;
}

.sb-search-input::-webkit-input-placeholder {
  color: #ffffff;
}

.sb-search-input:-moz-placeholder {
  color: #ffffff;
}

.sb-search-input::-moz-placeholder {
  color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
  color: #ffffff;
}

.sb-icon-search, .sb-search-submit {
  width: 62px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 71px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #ffc300 url('../images/search.png') no-repeat 20px 19px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
  -webkit-appearance: none;
}

.sb-icon-search {
  background: #ffc300 url('../images/search.png') no-repeat 20px 19px;
  z-index: 90;
}

/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
  width: 30%;
}

.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
  background: #ffc300 url('../images/search.png') no-repeat -20px 7px;
  color: #fff;
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
  z-index: 90;
}

/*--*/
.banner-info {
  padding: 3em 2em;
  width: 50%;
  margin: 10em 0 0;
  text-align: left;
  background-color: #204e7f;
}

/*-- header --*/
.banner {
  background: url(../images/banner-2.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 720px;
  position: relative;
}

.banner-info h2 {
  font-size: 2.5em;
  color: #ffc300;
  font-weight: 400;
  font-family: 'Antic', sans-serif;
  margin: 0 0 0.2em;

}

.banner-info h4 {
  font-size: 2em;
  color: #ffc300;
  font-weight: 400;
  font-family: 'Antic', sans-serif;
  margin: 0 0 1em;

}

.banner-info p {
  font-size: 1em;
  line-height: 1.8em;
  color: #fff;
  margin: 0 0 1em;
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #ffc300;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  text-decoration: none;
  padding: 0.4em 0.8em;
  font-size: 0.85em;
  color: #fff;
}

.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #204e7f;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
  text-decoration: none;
}

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.more:hover {
  background: #fff;
  color: #000;
}

/*-- services --*/
.services h3 {
  font-size: 1.7em;
  color: #ffc300;
  font-weight: 700;
  font-family: 'Antic', sans-serif;
  margin: 0 0em;
}

.services p {
  font-size: 1em;
  line-height: 1.8em;
  color: #5BA4F1;
  margin: 1em 0;
}

.services {
  padding: 5em 0;
  background-color: #204e7f;
}

/*-- services --*/
/*-- about --*/
.about h3 {
  font-size: 2em;
  color: #ffc300;
  font-weight: 700;
  font-family: 'Antic', sans-serif;
  margin: 0 0;
}

.about h5 {
  font-size: 1.5em;
  color: #ffc300;
  font-weight: 700;
  font-family: 'Antic', sans-serif;
  margin: 1em 0;
}

.about h4 {
  font-size: 1.5em;
  color: #204e7f;
  font-weight: 700;
  font-family: 'Antic', sans-serif;
  margin: 0;
}

.about p {
  font-size: 1em;
  line-height: 1.8em;
  color: #000;
  margin: 1em 0;
}

.about {
  padding: 5em 0;
}

.abt-lft {
  float: left;
  /*width: 46%;*/
  width: 100%;
  /*margin: 0 0 10px 0;*/
}

.abt-rgt {
  float: left;
  /*width: 54%;*/
  width: 100%;
  /*padding: 0 0 0 1.5em;*/
}

.abt-top {
  padding: 10px 0 0 40px;
  border-bottom: 1px solid #E6E6E6;
}

.about-right {
  border-left: 1px solid #E6E6E6;
}

.abt-btm {
  padding: 2em 0;
}

.about li, .insurance li {
  display: block;
  line-height: 1.8em;
}

.about li a span, .insurance li a span {
  width: 22px;
  height: 14px;
  display: inline-block;
  background: url(../images/rigt-ar.png) no-repeat 1px -1px;
  margin-right: 0.5em;
  vertical-align: middle;
}

.about li a, .insurance li a {
  color: #204e7f;
  font-size: 1em;
  text-decoration: none;
  vertical-align: middle;
  line-height: 1em;
}

.about li a:hover, .insurance li a:hover {
  color: #ffc300;
}

/*-- about --*/
/*-- about --*/
.insurance {
  padding: 5em 0;
}

.insurance h3 {
  font-size: 2em;
  color: #ffc300;
  font-weight: 700;
  font-family: 'Antic', sans-serif;
  margin: 0 0 1em;
}

.insurance h5 {
  font-size: 1.5em;
  color: #ffc300;
  font-weight: 700;
  font-family: 'Antic', sans-serif;
  margin: 1em 0;
}

.insurance h4 {
  font-size: 1.5em;
  color: #204e7f;
  font-weight: 700;
  font-family: 'Antic', sans-serif;
  margin: 1em 0 0;
}

.insurance p {
  font-size: 1em;
  line-height: 1.8em;
  color: #000;
  margin: 1em 0;
}

.insu {
  margin: 2em 0;
}

/*-- insurance --*/
/*--gallery-starts--*/
.gallery {
  padding: 5em 0;
  background-color: #204e7f;
}

.gallery-top {
  text-align: center;
}

.gallery-bottom {
  margin-top: 4%;
}

.gallery h3 {
  font-size: 2.5em;
  color: #ffc300;
  font-weight: 700;
  font-family: 'Antic', sans-serif;
  margin: 0 0;
}

/*-----------------*/
/***** Apollo *****/
/*-----------------*/
figure.effect-apollo {
  background: #3498db;
}

figure.effect-apollo img {
  opacity: 0.95;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

figure.effect-apollo figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 195, 0, 0.46);
  content: '';
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

figure.effect-apollo p {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 1em;
  padding: 0 1em;
  max-width: 150px;
  border-right: 4px solid #fff;
  text-align: right;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-apollo h2 {
  text-align: left;
}

figure.effect-apollo:hover img {
  opacity: 0.6;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

figure.effect-apollo:hover figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

figure.effect-apollo:hover p {
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

/*-----------------*/
.grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  list-style: none;
  text-align: center;
}

.grid:nth-child(2) {
  margin-top: 30px;
}

/* Common style */
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: auto;
  text-align: center;
  cursor: pointer;
}

.grid:nth-child(3) {
  margin-top: 30px;
}

/*--gallery-end--*/
/*--team--*/
.ch-grid {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
}

.ch-grid:after,
.ch-item:before {
  content: '';
  display: table;
}

.ch-grid:after {
  clear: both;
}

.ch-grid li {
  width: 220px;
  height: 220px;
  display: inline-block;
  margin: 20px;
}

/*----*/
.ch-item {
  width: 100%;
  height: 100%;
  position: relative;
  box-shadow: inset 0 0 0 110px rgba(255, 195, 0, 0),
  inset 0 0 0 16px rgba(255, 195, 0, 0.23), 0 1px 2px rgba(255, 195, 0, 0.23);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.ch-img-1 {
  background-image: url(../images/pic1.jpg);
}

.ch-img-2 {
  background-image: url(../images/pic2.jpg);
}

.ch-img-3 {
  background-image: url(../images/pic3.jpg);
}

.ch-img-4 {
  background-image: url(../images/pic4.jpg);
}

.ch-info {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden; /*for a smooth font */
}

.ch-info h5 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 65px 0 0 0;
  height: 110px;
  text-shadow: 0 0 1px #fff,
  0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
  color: #fff;
  padding: 10px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
  display: block;
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 1px;
  padding-top: 4px;
}

.ch-info p a:hover {
  color: #fff222;
  color: rgba(255, 242, 34, 0.8);
}

.ch-item:hover {
  box-shadow: inset 0 0 0 110px rgba(255, 195, 0, 0.59),
  inset 0 0 0 16px #ffc300, 0 1px 2px #ffc300;
}

.ch-item:hover .ch-info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ourteam h3 {
  font-size: 2.5em;
  color: #ffc300;
  font-weight: 700;
  font-family: 'Antic', sans-serif;
  margin: 0 0 2em;
  text-align: center;
}

.ourteam {
  padding: 5em 0;
}
/* 新增样式 */
.ourteam .comPro-p {
  font-size: 1em;
  line-height: 1.8em;
  color: #000;
  margin: 1rm 0;
  padding: 0 20px;
  text-align: justify;
}

.soci a {
  display: inline-block;
  padding: 0 0.2em;
}

i.f-1 {
  width: 30px;
  height: 30px;
  background: url(../images/soci.png) no-repeat -10px -8px;
  float: left;
  vertical-align: middle;
}

i.t-1 {
  width: 30px;
  height: 30px;
  background: url(../images/soci.png) no-repeat -44px -8px;
  float: left;
  vertical-align: middle;
}

i.g-1 {
  width: 30px;
  height: 30px;
  background: url(../images/soci.png) no-repeat -80px -8px;
  float: left;
  vertical-align: middle;
}

.to input[type="text"] {
  padding: 18px;
  width: 95%;
  font-size: 1.1em;
  font-family: 'Open Sans', sans-serif;
  margin: 10px 0;
  border: none;
  color: #888;
  background: #F8F8F8;
  float: left;
  outline: none;
  border: 1px solid #FFFFFF;
}

.text input[type="text"], .text textarea {
  width: 100%;
  font-size: 1.1em;
  margin: 10px 0;
  border: none;
  color: #888;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  background: #F8F8F8;
  height: 151px;
  padding: 18px;
  resize: none;
  border: 1px solid #fff;
}

.form-submit input[type="submit"] {
  color: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  padding: 14px 36px;
  text-transform: uppercase;
  background: #ffc300;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-weight: 100;
  border: none;
  cursor: pointer;
  outline: none;
}

.form-submit input[type="submit"]:hover {
  background: #194069;
}

.to {
  float: left;
  width: 50%;
}

.text {
  width: 50%;
  float: left;
}

.footer {
  padding: 5em 0 1em;
  background-color: #204e7f;
}
/* 新增样式 */
.footer .footer-img {
  width: 720px;
  padding: 0 5px;
}
.footer .insurance-right .insurance-right-p {
  line-height: 2.4em;
}



.about h6, .services h6, .footer h6, .insurance h6, .ourteam h6, .gallery h6 {
  font-size: 3em;
  color: #ffc300;
  font-weight: 700;
  font-family: 'Antic', sans-serif;
  margin: 0 0 1.5em;
  text-align: center;
}

.footer p {
  color: #4D96E4;
  font-size: 1em;
  line-height: 1.8em;
  margin: 0.3em 0;
}

.footer p a:hover {
  color: #4D96E4;
}

.footer p a {
  color: #ffc300;
  text-decoration: none;
}

.copyright {
  padding: 2em 0;
  text-align: center;
}

/* Common style for pseudo-elements */

svg:not(:root) {
  overflow: hidden;
}

svg {
  display: block;
}

#clouds path {
  fill: #fff;
  stroke: #fff;
}

.header {
  position: relative;
}

svg#clouds {
  position: absolute;
  bottom: 0%;
  z-index: 999;
}

/*--cloud-sectio--ends-here--*/
/*--stamp--*/
svg:not(:root) {
  overflow: hidden;
}

#stamp path {
  fill: #fff;
  stroke: #fff;
}

svg#stamp {
  height: 50px;
  background-color: #204e7f;
}

/*--stamp--*/
.social li {
  display: inline-block;
  margin: 0 0.5em;
}

i.facebok {
  width: 67px;
  height: 67px;
  background: url(../images/img-sprite.png) no-repeat -7px -7px;
  float: left;
  vertical-align: middle;
}

i.facebok:hover {
  background: url(../images/img-sprite.png) no-repeat -7px -79px;
}

i.twiter {
  width: 67px;
  height: 67px;
  background: url(../images/img-sprite.png) no-repeat -79px -7px;
  float: left;
  vertical-align: middle;
}

i.twiter:hover {
  background: url(../images/img-sprite.png) no-repeat -79px -79px;
}

i.goog {
  width: 67px;
  height: 67px;
  background: url(../images/img-sprite.png) no-repeat -151px -7px;
  float: left;
  vertical-align: middle;
}

i.goog:hover {
  background: url(../images/img-sprite.png) no-repeat -151px -79px;
}

i.inst {
  width: 67px;
  height: 67px;
  background: url(../images/img-sprite.png) no-repeat -230px -7px;
  float: left;
  vertical-align: middle;
}

i.inst:hover {
  background: url(../images/img-sprite.png) no-repeat -230px -79px;
}

i.te {
  width: 67px;
  height: 67px;
  background: url(../images/img-sprite.png) no-repeat -303px -7px;
  float: left;
  vertical-align: middle;
}

i.te:hover {
  background: url(../images/img-sprite.png) no-repeat -303px -79px;
}

.social {
  text-align: center;
  padding: 6em 0 0;
}

.social h3 {
  font-size: 2.5em;
  color: #ffc300;
  font-weight: 700;
  font-family: 'Antic', sans-serif;
  margin: 0 0 1em;
  text-align: center;
}

#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border: none;
  text-indent: 100%;
  background: url(../images/arrow.1.png) no-repeat 0px 0px;
}
/*
  移动端 768px 下面存在 左右 15px 误差
*/
#toTop:hover {
  outline: none;
}

.clods {
  position: relative;
}
