@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
*   Template Style 
* Edit this section
*
* ======================================================= */
body {
  font-family: "Microsoft YaHei", "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #7f7f7f;
  background: #f6f6f6;
  height: 100%;
  position: relative;
}
.clearfix:after { content: ""; display: table; clear: both;}
a {
  color: #7f7f7f;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #3f73f4;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Microsoft YaHei", "Source Sans Pro", Arial, sans-serif;
  font-weight: 400;
}
.btn:active,.btn:focus,.btn:visited{
	outline: none;
}
.btn-danger,.btn-danger:active,.btn-danger:hover,.btn-danger:focus,.btn-danger:visited{
	background-color: #3f73f4;
	border-color: #3f73f4;
}
::-webkit-selection {
  color: #fff;
  background: #3f73f4;
}

::-moz-selection {
  color: #fff;
  background: #3f73f4;
}

::selection {
  color: #fff;
  background: #3f73f4;
}

#fh5co-header {
  position: absolute; 
  font-size: 14px;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0px;
  /* box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1); */
}

.navbar-collapse {
  border-top: 1px solid transparent;
}
@media screen and (max-width: 767px) {
  #fh5co-header {
    position: fixed;
	}
  #fh5co-header .navbar-brand {
    color: #3f73f4 !important;
  }
  #fh5co-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
	#navbar li a {
	  color: #fff  !important;
	}
	.navbar-fixed-top #navbar li a {
	  color: rgba(0, 0, 0, 0.5) !important;
	}
  #fh5co-header #navbar li a:hover {
    color: #3f73f4 !important;
  }
  #fh5co-header #navbar li a span:before {
    background: transparent !important;
  }
  #fh5co-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #3f73f4 !important;
  }
  #fh5co-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border: none;
}
#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header #navbar li a {
  font-family: "Microsoft YaHei", "Source Sans Pro", Arial, sans-serif;
  color: #fff;
  position: relative;
  padding: 23px 25px;
}
#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 15px;
}
#fh5co-header #navbar li a span i{
	font-style: normal;
	margin-right: 6px;
}
#fh5co-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #3f73f4;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#fh5co-header #navbar li a:hover {
  color: #3f73f4;
}
#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #3f73f4;
}
#fh5co-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-brand {
	font-family: "微软雅黑";
  float: left;
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding-left: 0;
  color: #3f73f4;
  padding: 10px;
  width: 240px;
  line-height: 50px;
}
.navbar-brand > img {
    display: block;
    float: left;
    height: 50px;
    margin-right: 10px;
}
@media (max-width:992px) {
		#fh5co-header .navbar-brand{
			width: 160px;
		}
		.navbar-brand > img{
			width: 100%;
		}
		#fh5co-header #navbar li a{
				padding: 23px 15px;
		}
}

#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#fh5co-header.navbar-fixed-top {
  background: #fff;
}
.copyrights{
  text-indent:-9999px;
  height:0;
  line-height:0;
  font-size:0;
  overflow:hidden;
}
#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #3f73f4;
  line-height: 50px;
}
#fh5co-header.navbar-fixed-top #navbar li a {
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #3f73f4;
}

#fh5co-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #3f73f4;
}
#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
  }
}
#fh5co-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#fh5co-header .navbar-default .brand-slogan em {
  color: #3f73f4;
  font-style: normal;
}
#fh5co-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}



.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #3f73f4;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 25px;
  height: 3px;
  color: #3f73f4;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #3f73f4;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 3px;
  background: #3f73f4;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  top: 12px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .fh5co-nav-toggle {
    display: block;
  }
/*#fh5co-header .navbar-nav {
    padding-bottom: 10px;
}*/
#fh5co-header #navbar li a,#fh5co-header.navbar-fixed-top #navbar li a.btn-sm {
    padding: 6px 25px;
}
header #navbar li a {
    border-bottom: solid 1px rgba(238, 238, 238, 0.06);
}
.navbar-fixed-top #navbar li a {
    /*border-bottom: solid 1px rgba(238, 238, 238, 0.55);*/
}
#fh5co-header #navbar li a.btn-sm {
    padding: 10px 14px;
    color: #fff !important;
}
}
.navbar-nav {
    margin: 0 -15px;
}
.mt30{
	margin-top: 30px;
}
.mt20{
	margin-top: 20px;
}
.mb20{
	margin-bottom: 20px;
}
