#main_banner .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

#main_banner .item .info {
  display: flex;
  align-items: center;
  justify-content: center; }

#main_banner .item {
  height: 400px;
  position: relative; }
  #main_banner .item .info {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%); }
    #main_banner .item .info .con {
      background: rgba(255, 255, 255, 0.8);
      /*background: #fff;*/
      padding: 20px;
      width: 400px;
      max-width: calc(100% - 20px);
      box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
      text-align: center; }
      #main_banner .item .info .con .icon {
        width: 80px;
        height: 80px;
        border-radius: 80px;
        line-height: 80px;
        text-align: center;
        background: #FE9001;
        margin: -60px auto 0px auto; }
        #main_banner .item .info .con .icon img {
          width: 50px;
          display: inline-block; }
      #main_banner .item .info .con .title {
        margin-top: 15px; }
        #main_banner .item .info .con .title .sub-title {
          font-size: 1.4rem;
          color: #888;
          margin-bottom: 5px; }
        #main_banner .item .info .con .title h2 {
          margin: 0px;
          font-size: 2.4rem; }
          @media screen and (max-width: 580px) {
            #main_banner .item .info .con .title h2 {
              font-size: 1.8rem; } }
      #main_banner .item .info .con .btn {
        margin-bottom: -50px;
        transition: ease-in-out 0.3s;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2); }
        #main_banner .item .info .con .btn:focus, #main_banner .item .info .con .btn.focus, #main_banner .item .info .con .btn:hover {
          opacity: 1;
          transform: scale(1.1); }

#main_banner .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  text-align: center; }
  #main_banner .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    line-height: 10px;
    text-align: center;
    background: #fff;
    margin: 0px 3px;
    display: inline-block; }
    #main_banner .owl-dots .owl-dot:not(.active) {
      opacity: 0.5; }

.nav-type {
  background: #fff;
  margin-bottom: 20px; }
  .nav-type ul {
    text-align: center; }
    .nav-type ul li {
      display: inline-block; }
      .nav-type ul li a {
        display: block;
        padding: 15px 20px;
        color: #222;
        font-weight: 600; }
        .nav-type ul li a .icon {
          width: 50px;
          height: 50px;
          border-radius: 50px;
          line-height: 50px;
          text-align: center; }
          .nav-type ul li a .icon img {
            width: 35px;
            height: 35px; }
        .nav-type ul li a .title {
          margin-top: 5px; }
        .nav-type ul li a:hover .icon {
          background: #FFE082; } 

@media screen and (max-width: 580px) {
  #main_banner .item {
    height: 300px; }
  .nav-type {
    padding: 15px 0px; }
    .nav-type ul li a {
      padding: 10px 15px; }
      .nav-type ul li a .icon {
        background: #FFE082; } }
