/* Write your styles */
body {
      font: 12px/22px "Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
.white {
	color: white !important;
}

.white-text {
	background-color: white;
}

.am-text-xs {
  font-size: 1.3rem !important;
}

.no-padding-left {
	padding-left: 0px !important;
}
.no-padding {
	padding: 0 0 !important;
}
.no-padding-right {
  padding-right: 0px !important;
}

.color-ddd {
	color: #ddd;
}
.color-ddd-bg {
	background-color: #ddd;
}

.color-666 {
	color: #666;
}
.color-666-bg {
	background-color: #666;
}

.width-100 {
	width: 100%;
}

.a333 {
  color: #333;
}
.a333:hover {
  color: #F37B1D !important;
}

.am-primary-important {
  color: #0e90d2 !important;
}
.am-secondary-important {
  color: #3bb4f2 !important;
}
.am-success-important {
  color: #5eb95e !important;
}
.am-warning-important {
  color: #F37B1D !important;
}
.am-warning-important:hover {
  color: #dd514c !important;
}

.am-danger-important {
  color: #dd514c !important;
  text-decoration: underline;
}

.border-bottom-warning-1 {
	border-bottom: 1px solid #F37B1D;
}
.border-bottom-warning-2 {
	border-bottom: 2px solid #F37B1D;
}

.bold {
	font-weight: bold;
}


.round-2 {
	border-radius: 2px;
}
.round-4 {
	border-radius: 4px;
}
.round-6 {
	border-radius: 6px;
}
.bg-primary {
  background-color: #0e90d2;
}
.bg-secondary {
  background-color: #3bb4f2;
}
.bg-success {
  background-color: #5eb95e;
}
.bg-warning {
  background-color: #F37B1D;
}
.bg-danger {
  background-color: #dd514c;
}

.case-a {
  color: #999 !important;
}
.case-a:hover {
  color: #F37B1D;
  text-decoration: underline;
}
.a-underline:hover {
  text-decoration: underline !important;
}
@media only screen and (max-width: 640px) {
	.package-margin-left {
		margin-left: 0px;
	}
	.package-padding-left {
		padding-left: 0px;
	}
}

@media screen and (min-width: 641px) {
	.package-margin-left {
		margin-left: 16px;
	}
	.package-padding-left {
		padding-left: 20px;
	}
}
       .min-screen-width {
    min-width: 1200px;
  }

.service{ right:15px; bottom:70px; width:50px; position:fixed}
.service a{ width:50px; height:50px; background:#F37B1D; display:block; color:white !important; text-align:center; font-size:10px}
.service a span{ display:inline-block;}
.service a.regedit,.service a.kf,.service a.price,a.wangwang,a.zbj{ border-bottom:1px solid #fe9673}
.service a.regedit span{ background:url('/public/static/index/img/27.png') no-repeat center; width:22px; height:17px; margin-top:16px;}
.service a.kf span{ background:url('/public/static/index/img/28.png') no-repeat center; width:22px; height:22px; margin-top:16px;}
.service a.price span{ background:url('/public/static/index/img/29.png') no-repeat center; width:22px; height:17px; margin-top:16px;}
.service a.back span{ background:url('/public/static/index/img/30.png') no-repeat center; width:20px; height:26px; margin-top:5px;}
.service a.wangwang span{ background:url('/public/static/index/img/atm.png') no-repeat center; width:20px; height:20px; margin-top:10px;}
.service a.zbj span{ background:url('/public/static/index/img/zbj.png') no-repeat center; width:20px; height:20px; margin-top:10px;}
.service a p{ margin:0; margin-top:2px}
.service a:hover{ background:#dd514c; }

/* 以下为调整定制分页样式CSS */
.am-pagination > li > a,
.am-pagination > li > span {
  position: relative;
  display: block;
  padding: 0.4em 1.0em;
  text-decoration: none;
  line-height: 1.2;
  background-color: #ffffff;
  /* border: 1px solid #dddddd; */
  color: #5eb95e !important;
  border-radius: 0;
  margin-bottom: 0px;
  margin-right: 2px !important;
}

.am-pagination > li > a:hover,
.am-pagination > li > span:hover,
.am-pagination > li > a:focus,
.am-pagination > li > span:focus {
  background-color: #eeeeee;
}
.am-pagination > .am-active > a,
.am-pagination > .am-active > span,
.am-pagination > .am-active > a:hover,
.am-pagination > .am-active > span:hover,
.am-pagination > .am-active > a:focus,
.am-pagination > .am-active > span:focus {
  color: #ffffff !important;
  background-color: #5eb95e !important;
  border: 1px solid #5eb95e !important;
}

.am-pagination:before,
.am-pagination:after {
  content: "" !important;
}
/* line 127, app/views/marketing/view.scss */
.path {
  margin: 0 auto;
  /* min-width: 900px; */
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 13px;
}
/* line 134, app/views/marketing/view.scss */
.path a {
  color: #666 !important;
  padding: 0 5px;
}
.path a:hover {
  color: #F37B1D !important;
}

/* line 138, app/views/marketing/view.scss */
.path span {
  color: #333;
  padding: 0 5px;
}

.am-panel-default {
  border-color: #eee !important;
}
.am-panel-default > .am-panel-hd {
  color: #444444;
  background-color: rgb(252,252,252) !important;
  border-color: #eee !important;
}
.am-panel-default > .am-panel-hd + .am-panel-collapse > .am-panel-bd {
  border-top-color: #eee !important;
}
.am-panel-default > .am-panel-footer + .am-panel-collapse > .am-panel-bd {
  border-bottom-color: #eee !important;
}

.image-width-100>img {
	width: 100%;
}
.bold {
  font-weight: bold;
}

.am-slide-a1 {
    -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
}
.am-slider-a2 {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
  /* Control Nav */
}

.am-slider-b2 {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.2) !important;
  /* Control Nav */
}
.article-content table {
    text-align: left !important;
    margin:  auto !important;
    line-height: 40px;
}
.article-content table tr {
    border-bottom: 1px solid #eee;
}
.scale-up-down-img {
  cursor: pointer;transition: all .7s;
}
.scale-up-down-img:hover {
  transform: scale(1.2);
}