.am-g-fixed{
  max-width: 1200px;
}

.am-slider {
  min-height: 300px; }
  .am-slider img {
    min-height: 300px;
    object-fit: cover; }
  .am-slider .am-control-nav {
    margin-bottom: 30px; }
    .am-slider .am-control-nav li a {
      width: 8px;
      height: 8px;
      background: #FFF;
      opacity: .35;
      filter: alpha(opacity=35);
      -webkit-transition: width .4s ease-in; }
    .am-slider .am-control-nav li a.am-active {
      width: 45px;
      background: #FFF;
      opacity: 1; }

.cu-bg-gray {
  background: #fbfbfb; }

.cu-bg-white {
  background: #fff; }

.cu-index-box {
  padding: 30px 0; 
}
.cu-index-box ul,ol{
  list-style: none;
  margin: 0;
  padding: 0;
}
.cu-index-box ul li a{
  color: #000;
}
  .cu-index-box .cu-box-header .cu-box-title {
    text-align: center; }
    .cu-index-box .cu-box-header .cu-box-title span {
      width: auto;
      display: inline-block;
      margin: 0;
      padding: 0; }
      .cu-index-box .cu-box-header .cu-box-title span::after {
        position: relative;
        top: -15px;
        display: inline-block;
        content: "";
        width: 100%;
        height: 2px;
        background-color: #2c405a; }
  .cu-index-box .cu-box-content {
    margin: 25px 0; }
  .cu-index-box .cu-box-footer {
    margin-top: 16px; }
    .cu-index-box .cu-box-footer .cu-box-more {
      text-align: center; }

.cu-origin {
  padding: 0 30px;
  line-height: 30px; }

.cu-card {
  height: 250px;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%; }
  .cu-card:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 25px #eceef0;
    -moz-box-shadow: 0 5px 25px #eceef0;
    box-shadow: 0 5px 25px #eceef0; }
  .cu-card .icon {
    padding: 5px; }
  .cu-card h3 {
    margin: 0;
    padding: 0;
    color: #2c405a;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px; }
  .cu-card p {
    margin: 0;
    padding: 0;
    font-size: 14px; }

.cu-news {
  margin-bottom: 20px;
  padding: 0 20px; }
  .cu-news h2 {
    border-bottom: 1px solid #888; }
    .cu-news h2 .read-more {
      float: right; }
  .cu-news .news-list {
    margin-bottom: 10px; }
    .cu-news .news-list .news-item .news-title {
      margin-bottom: 10px; }
    .cu-news .news-list .news-item .news-time {
      float: right;
      color: #888; }

.cu-map {
  height: 300px; }
  
.card-yw {
  width: 280px;
  box-shadow: 1px 5px 25px #888888;
  margin-bottom: 20px;
  height: 310px; }
  .card-yw img {
    width: 280px; }
  .card-yw .card-title {
    text-align: center; }
    .card-yw .card-title h2 {
      margin: 5px 0 0;
      color: #2c405a;
      font-weight: 600;
      font-size: 16px; }
  .card-yw .card-desc {
    padding: 5px 5px 10px; }
    .card-yw .card-desc p {
      margin: 0;
      padding: 0;
      font-size: 14px; }
/*# sourceMappingURL=index.css.map */
