﻿img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}
.phone-image {
    text-align: center;
}
.phone-image img {
    display: inline-block;
}


@media screen and (min-width: 992px) {
    .margin-top-100 {
      margin-top: 100px !important;
    }
  
    .margin-bottom-100 {
      margin-bottom: 100px !important;
    }
  
    .margin-top-80 {
      margin-top: 80px !important;
    }
  
    .margin-bottom-80 {
      margin-bottom: 80px !important;
    }
  
    .margin-top-60 {
      margin-top: 60px !important;
    }
  
    .margin-bottom-60 {
      margin-bottom: 60px !important;
    }
  
    .margin-top-40 {
      margin-top: 40px !important;
    }
  
    .margin-bottom-40 {
      margin-bottom: 40px !important;
    }
  
    .margin-top-20 {
      margin-top: 20px !important;
    }
  
    .margin-bottom-20 {
      margin-bottom: 20px !important;
    }
}


.section {
    background-color: #FFFFFF;
    padding: 100px 0 60px;
    overflow-x: hidden;
}

.section-bg {
    background-color: #f6f6f6;
}

.section-header {
    margin-bottom: 70px;
}
.section-header.alt {
    margin-bottom: 50px;
}
.section-header.alt .section-title {
    margin-bottom: 20px;
}
.section-header .section-title {
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 15px;
}
.section-header .section-title span {
    color: #D19A04;
}
  
  

a{
    color: #484848;
}
a:hover{
    text-decoration: none;
    color: #282828;
}
p{
    font-size: 1.3rem;
    font-weight:200;
}


ul,ol{
    list-style: none;
    margin: 0;
    padding:0;
}

.footer-link li a{
    padding:0 1.5rem;
    border-right:1px solid white;
    color: white;
}
.footer-link li a.none{
    border-right: 0px;
}


.bg-gray{
    background:#f5f5f5;
}

.navbar{
    padding: 1rem; border-bottom:1px solid gray;
}
.navbar.navbar-light{
    background:white;
}

.nav-item{
    margin-left:20px;
}

.nav-item.active .nav-link{
    background-color: #282828;
    color: white!important;
    border-radius: 2rem;
    padding: 0.5rem 1rem;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: .875rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0,0,0,0.15);
    border-radius: 0.375rem;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 18%);
}

/* support */
.panel-default > .panel-heading {
    color: #555;
    background-color: transparent;
    border-color: #e6f0fa;
}

.panel-default {
    border-color: #e6f0fa;
}

.panel {
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.panel-title {
    font-weight: 500;
}
p {
    font-size: 17px;
    color: #555;
    line-height: 24px;
}



#testimonial-area {
    padding: 30px 0 90px;
}
.client-img img {
    max-width: 100px;
    border-radius: 50%;
    border: 2px solid #e6f0fa;
}

.client-comment {
    background-color: #fff;
    border: 1px solid #e6f0fa;
    padding: 20px;
    position: relative;
}

.client-comment::after {
    content: '';
    background-color: transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #e6f0fa;
    display: block;
    position: absolute;
    left: 40px;
    bottom: -20px;
}

.client-info {
    margin: 40px 0 0;
}

.client-details h5 {
    font-weight: 600;
    margin: 0;
}

.testimonial-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    text-align: center
}

.testimonial-carousel .owl-dot {
    width: 12px;
    height: 12px;
    border: 2px solid #2196f3;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px
}
.owl-carousel button.owl-dot{
    border: 2px solid #2196f3;
}

.testimonial-carousel .owl-dot.active {
    background-color: #2196f3;
}

/* 底部 */
@media (max-width: 992px){
    .footer {
        text-align: center;
        padding: 20px 30px 70px;
    }
}
section.footer a{
    color: white;
}

section.footer a:hover{
    color: white;
}

.footer .icon {
    display: inline-block;
    fill: currentColor;
    height: 24px;
    vertical-align: text-top;
    width: 24px;
    fill: #ffffff;
}
svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit;
  stroke-linecap: round;
}


/* 首页  */
h1{
    font-size: 1.8rem;
}
h1.title{
    font-size: 1rem;
}
.position-absolute.left{
    left: 0;
    top: 5px;
    width: 30%;
}
.position-absolute.right{
    right: 0;
    top: 5px;
    width: 30%;
}

/* .list-group.position-fixed{
    display: none;
} */

@media (min-width: 576px){
    h1.title{
        font-size: 1rem;
    }
    .position-absolute.left{
        top: 5px;
    }
    .position-absolute.right{
        top: 5px;
    }
}
@media (min-width: 768px){
    h1.title{
        font-size: 1.5rem;
    }
    .position-absolute.left{
        top: 10px;
    }
    .position-absolute.right{
        top: 10px;
    }
}
@media (min-width: 992px){
    h1.title{
        font-size: 2rem;
    }
    .position-absolute.left{
        top: 10px;
    }
    .position-absolute.right{
        top: 10px;
    }
    /* .list-group.position-fixed{
        display: block;
    } */
}
@media (min-width: 1200px){
    h1.title{
        font-size: 2.5rem;
    }
    .position-absolute.left{
        top: 1rem;
    }
    .position-absolute.right{
        top: 1rem;
    }
}

@media (max-width: 992px){
    .nav-item{
        margin:0px;
    }
}


.customer-big{
    display: block!important;
}
.customer-small{
    display: none!important;
}
@media (max-width: 992px){
    .customer-big{
        display: none!important;
    }
    .customer-small{
        display: block!important;
    }
}