img {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
ul {
  margin: 0;
}
ul li {
  list-style-type: none;
}
a:hover {
  text-decoration: none;
}
.adecoration {
  text-decoration: underline;
}
a:focus {
  outline: none;
}
.ti {
  text-indent: 0.95cm;
}
.br-15 {
  border-radius: 15px;
  behavior: url(ie-css3.htc);
  position: relative;
  z-index: 999;
}
/*边框*/
.b-b {
  border-bottom: 1px solid #cdcdcd;
}
.b-blue {
  border: 1px solid #27a2d7;
}
.b-yi {
  border: 1px solid #c8a063;
}
.b-gray {
  border: 1px solid #cdcdcd;
}
/*高度*/
.mh-600 {
  min-height: 600px;
}
/*padding数值*/
.p15 {
  padding: 15px;
}
.ptb15 {
  padding: 15px 0;
}
.p10 {
  padding: 10px;
}
.pt-50 {
  padding: 50px 0;
}
/* margin数值*/
.mlr-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mr-5 {
  margin-right: 5px;
}
.mt-5 {
  margin-top: 5px;
}
.m-5 {
  margin: 5px 0;
}
.mb-0 {
  margin-bottom: 0;
}
.mao {
  margin: auto;
}
.row-space {
  margin: 0 -7.5px;
}
.row-space .mlr-7 {
  margin: 0 7.5px;
}
/*按钮*/
.e-btn {
  padding: 6px 0;
  width: 120px;
}
.e-btn-info-o {
  background: none;
  border: 1px solid #27a2d7;
}
/*背景颜色*/
.bg-gray {
  background: #fafafa;
}
.bg-white {
  background: #fff;
}
.bg-yi {
  background: #27a2d7;
}
/*字体颜色*/
.text-yi {
  color: #1478bc;
}
.text-white {
  color: #fff;
}
.text-gray {
  color: #8c8c8c;
}
.text-green {
  color: #89b81a;
}
.text-cd {
  color: #CDCDCD;
}
/*字体大小*/
.fs-12,
.iconfont.fs-12 {
  font-size: 12px;
}
.iconfont.fs-22,
.fs-22 {
  font-size: 22px;
}
.fs-16 {
  font-size: 16px;
}
.fs-14 {
  font-size: 14px;
}
/*定位*/
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
/*表单*/
.e-select select {
  width: 47.5%;
  float: left;
  margin-left: 2.5%;
}
.e-select select:first-child {
  margin-left: 0;
  margin-right: 2.5%;
}
/*表格响应式*/
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
/*手拉琴风*/
.accordion-group,
.accordion-inner {
  border: none;
  padding-right: 0;
  padding-left: 0;
}
.accordion-inner .media.active,
.accordion-heading .accordion-toggle.active {
  border-right: 2px #23a2d7 solid;
}
.accordion-inner .media a {
  margin: 0;
  padding: 10px 35px;
}
.accordion-inner .media:hover,
.accordion-heading .accordion-toggle:hover {
  background: #eaf7ff;
}
.accordion-heading .accordion-toggle {
  padding: 14px 24px;
}
.accordion-inner .media-body {
  margin: 0 10px;
}
.accordion-inner .media a {
  display: block;
  color: #5f5f5f;
}
.m1648 {
  margin: 16px 48px 16px 48px;
}
.accordion-heading a {
  color: #565656;
}
@media (max-width: 760px) {
  .bg-gray {
    background: #fff;
  }
  .m1648 {
    margin: 0;
  }
  .accordion-inner .media.active,
  .accordion-heading .accordion-toggle.active {
    border-right: 2px #fff solid;
  }
  .ptb15 {
    padding: 0px;
  }
}
/*首页导航*/
.e-nav-index {
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff, endColorstr=#33ffffff);
  top: 0;
}
/*公用导航*/
.e-nav .e-nav-bars {
  font-size: 33px;
  position: absolute;
  top: 15px;
  right: 20px;
  color: #c8a063;
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.e-nav img {
  padding: 6px 15px;
}
.e-nav .e-nav-line {
  margin-bottom: 0;
}
.e-nav .e-nav-line li {
  float: left;
  position: relative;
  text-align: center;
}
.e-nav .e-nav-line li a {
  padding: 20px 10px;
  border-bottom-width: 3px;
  display: block;
  width: 70px;
  color: #3c3a38;
}
.e-nav .e-nav-line li a.active,
.e-nav .e-nav-line li a:hover {
  color: #27a2d7;
  border-bottom: 3px solid #27a2d7;
}
.e-nav .btn-admin {
  border: 1px solid #cdcdcd;
  background: #fafafa;
  padding: 5px 10px;
  border-radius: 15px;
  behavior: url(ie-css3.htc);
  position: relative;
  z-index: 999;
  font-size: 12px;
}
.e-nav .btn-admin a {
  color: #afafaf;
}
.e-nav .btn-login a {
  padding: 5px 24px;
  display: inline-block;
  border: 1px solid #3088ae;
  background: #27a2d7;
  border-radius: 15px;
  behavior: url(ie-css3.htc);
  position: relative;
  z-index: 999;
  font-size: 12px;
  color: #F4F4F4;
}
.e-nav .btn-login a:hover {
  background: #3088ae;
}
.e-nav .btn-login a.login {
  margin-right: 5px;
  background: #fff;
  color: #afafaf;
  border: 1px solid #cdcdcd;
}
.e-nav .btn-login a.login:hover {
  background: #fafafa;
}
/*二级菜单*/
.e-nav .e-nav-submenu {
  display: none;
  position: absolute;
  z-index: 9;
  top: 60px;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E6ffffff, endColorstr=#E6ffffff);
}
.e-nav .e-nav-submenu li a {
  padding: 10px 10px;
  border-bottom: 1px solid #cdcdcd;
}
.e-nav .e-nav-submenu li a.active,
.e-nav .e-nav-submenu li a:hover {
  color: #fff;
  border-bottom: 1px solid #cdcdcd;
  background: #27a2d7;
}
.e-nav .e-nav-submenu li {
  float: none;
}
.e-nav .b-b {
  border-bottom: none;
}
@media (max-width: 760px) {
  .e-nav.b-b {
    border-bottom: 1px solid #cdcdcd;
  }
  .e-nav-index {
    position: absolute;
    z-index: 99999999;
  }
  .e-nav {
    background: #fff !important;
  }
  .e-nav .e-nav-bars {
    display: block;
  }
  .e-nav .container {
    overflow: hidden;
  }
  .e-nav .e-nav-line {
    height: 0;
  }
  .e-nav .e-nav-line li a {
    padding-left: 20px;
    width: 100%;
  }
  .e-nav .e-nav-line li a.active,
  .e-nav .e-nav-line li a:hover {
    color: #3c3a38;
    border-bottom: none;
    background: #FAFAFA;
  }
  .e-nav .e-nav-line li {
    text-align: left;
  }
  .e-nav .pull-left,
  .e-nav .pull-right,
  .e-nav .e-nav-line li {
    float: none;
  }
  .e-nav .btn-login-box {
    display: none;
  }
}
@media (min-width: 760px) and (max-width: 970px) {
  .e-nav .e-nav-line li a {
    font-size: 10px;
    width: auto;
  }
}
.footer {
  padding: 15px 20px;
  max-width: 650px;
  margin: auto;
}
.footer .row-fluid {
  margin: 20px 0 40px 0;
}
@media screen and (max-width: 760px) {
  .footer .span6 {
    width: 50%;
    float: left;
  }
  .footer a {
    display: inline-block;
  }
}
h5 {
  font-size: 15px;
}
/*timeline-centered*/
.timeline-centered {
  position: relative;
}
.timeline-centered:before,
.timeline-centered:after {
  content: " ";
  display: table;
}
.timeline-centered:after {
  clear: both;
}
.timeline-centered:before {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  background: #c8a063;
  left: 78px;
  top: 20px;
  bottom: 20px;
  margin-left: -4px;
}
.timeline-centered .timeline-entry {
  position: relative;
  padding-left: 90px;
  margin-bottom: 20px;
  clear: both;
}
.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
  content: " ";
  display: table;
}
.timeline-centered .timeline-entry:after {
  clear: both;
}
.timeline-centered .timeline-entry.begin {
  margin-bottom: 0;
}
.timeline-entry-inner .timeline-label:after {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: -9px;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.timeline-entry-inner {
  position: relative;
  margin-left: -22px;
}
.timeline-entry-inner:before,
.timeline-entry-inner:after {
  content: " ";
  display: table;
}
.timeline-entry-inner:after {
  clear: both;
}
.timeline-entry-inner .timeline-time {
  position: absolute;
  left: -83px;
  text-align: right;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.timeline-entry-inner .timeline-time > span {
  display: block;
  font-size: 12px;
  color: #8c8c8c;
}
.timeline-entry-inner .timeline-icon {
  background: #fff;
  color: #737881;
  margin: 10px 0;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  behavior: url(ie-css3.htc);
  z-index: 999999;
  position: relative;
  border-radius: 20px;
  line-height: 40px;
  font-size: 15px;
  float: left;
}
.timeline-entry-inner .timeline-icon.bg-success {
  background-color: #c8a063;
  color: #fff;
}
.timeline-entry-inner .timeline-label {
  position: relative;
  padding: 0.7em 1.7em;
  margin-left: 20px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.timeline-entry-inner .timeline-label h2,
.timeline-entry-inner .timeline-label p {
  font-size: 12px;
  margin: 0;
  line-height: 1.428571429;
}
.timeline-entry-inner .timeline-label h2 {
  font-size: 14px;
  margin-bottom: 5px;
}
/*e-aboutus*/
.e-aboutus .e-aboutus-head {
  height: 350px;
  background-size: cover;
  background-position: center;
}
.e-aboutus .e-btn {
  position: relative;
  margin-bottom: 10px;
}
.e-aboutus .e-btn.active,
.e-aboutus .e-btn:hover {
  background: #27A2D7;
  color: #fff;
  border: 1px solid #0A7EC9;
}
.e-aboutus .e-btn:before,
.e-aboutus .e-btn:after,
.e-aboutus .e-btn:hover:before,
.e-aboutus .e-btn:hover:after {
  content: ' ';
  position: absolute;
  display: block;
  width: 15px;
  top: -1px;
  height: 34px;
  z-index: 99;
}
.e-aboutus .e-btn:after {
  background: url(../images/about/radius.png) 14.8px -34px;
  right: -12px;
}
.e-aboutus .e-btn:before {
  left: -12px;
  background: url(../images/about/radius.png) 0px 34px;
}
.e-aboutus .e-btn.active:before,
.e-aboutus .e-btn:hover:before {
  content: '       ';
  background: url(../images/about/radius.png) 0px 0px;
}
.e-aboutus .e-btn.active:after,
.e-aboutus .e-btn:hover:after {
  content: '       ';
  background: url(../images/about/radius.png) 14.8px 0px;
}
.e-aboutus .e-btn.offset1 {
  margin-left: 8.111111%;
}
/*e-present*/
.e-present {
  position: relative;
}
.e-present .p15 {
  position: absolute;
  background: rgba(255, 255, 255, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#B3ffffff, endColorstr=#B3ffffff);
  bottom: 0;
  left: 0;
}
.e-present .p15 p {
  line-height: 23px;
}
.tabtext {
  display: none;
}
.span9.border-left {
  border-left: 1px solid #E8E8E8;
  margin: 0;
}
/*响应手机 */
@media (max-width: 760px) {
  .e-aboutus .e-btn.offset1 {
    margin-left: 0%;
  }
  .span9.border-left,
  .border-left {
    border: none;
  }
  .span3.accordion,
  #tab {
    display: none;
  }
  .tabtext {
    display: block;
  }
}
.mr-50 {
  margin: 50px;
}
.text-left {
  text-align: left;
}
.pt-10 {
  padding: 10px 0;
}
.color27a2d7 {
  color: #27A2D7;
}
.font-16 {
  font-size: 16px;
}
.lh-24 {
  line-height: 24px;
}
.li-circular li {
  list-style: circle;
  line-height: 24px;
  margin-left: 30px;
}
/*# sourceMappingURL=aboutus.css.map */
