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;
  }
}
/*软件介绍*/
.e-stylesheet .title {
  color: #27a2d7;
  margin-bottom: 30px;
}
.e-stylesheet .title h3 {
  border-bottom: 3px solid #27a2d7;
}
/*版本更新*/
.e-stylesheet .e-stylesheet-list {
  margin: 30px 0;
}
.e-stylesheet .e-stylesheet-list div[name=container] {
  display: none;
}
.e-stylesheet .e-stylesheet-list li {
  padding-top: 10px;
}
.e-stylesheet .e-stylesheet-list li:hover {
  background: #fafafa;
}
.e-stylesheet .e-stylesheet-list a {
  color: inherit;
}
.e-stylesheet .e-stylesheet-list:hover {
  cursor: pointer;
}
/*软件版本*/
.e-stylesheet .e-stylesheet-panel {
  padding: 26px 0;
  margin: 26px;
}
.e-stylesheet .video {
  overflow: hidden;
}
.e-stylesheet .video .span4 {
  margin-bottom: 15px;
}
/*视频介绍*/
.e-stylesheet .shade-img {
  position: absolute;
  top: 0;
  height: 160px;
  left: 0;
  display: inline-block;
  background: url("about:blank");
  width: 100%;
}
.e-stylesheet .shade-img:hover {
  position: absolute;
  top: 0;
  background: rgba(39, 162, 215, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8C27a2d7, endColorstr=#8C27a2d7);
  height: 160px;
  width: 100%;
}
.e-stylesheet .video .p15 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: rgba(39, 162, 215, 0.7);
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#8C27a2d7, endColorstr=#8C27a2d7);
}
.span9.border-left,
.border-left {
  border-left: 1px solid #E8E8E8;
  margin: 0;
}
.media-tit {
  display: none;
}
@media (max-width: 760px) {
  .span9.border-left,
  .border-left {
    border: none;
  }
  .media-titbox {
    border-bottom: 1px solid #dcdcdc;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .media-tit {
    display: block;
    text-align: center;
  }
  .span3.accordion {
    display: none;
    border-bottom: 1px solid #dcdcdc;
  }
}
.mr-50 {
  margin: 50px;
}
.text-left {
  text-align: left;
}
.gongnengzu {
  vertical-align: middle;
  height: 480px;
  border-bottom: solid #e8e8e8 1px;
}
.line-60 {
  line-height: 60px;
}
.line-48 {
  line-height: 48px;
}
.line-24 {
  line-height: 24px;
}
.pt-10 {
  padding: 10px 0;
}
.pt-24 {
  padding-top: 24px;
}
.ptpl-24 {
  padding-left: 24px;
  padding-top: 24px;
}
.pr-24 {
  padding-right: 24px;
}
.color27a2d7 {
  color: #1478bc;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-title {
  font-size: 24px;
  color: #1478bc;
  margin-top: 16px;
}
.li-circular li {
  list-style: circle;
  line-height: 24px;
  margin-left: 30px;
}
/*# sourceMappingURL=software.css.map */
