@charset "utf-8";
*{ margin:0; padding:0;}
html { -ms-touch-action: none; height:100%;}
body { font-family:"Microsoft YaHei"; font-size:14px;position: relative; height:100%; *cursor: default; color:#333333; overflow-x:hidden;}
li, ul {
    padding-left: 0;
    list-style: none;
}
a,a:hover,a:focus{
    text-decoration:none;
}
.my-button{
    letter-spacing: 2px;
    color: #fff;
    background: #FFAE00;
    font-weight: 500;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 5px;
}
.navbar-default .navbar-nav>li>a,.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li {
    color: #fff;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #FFAE00;
    background-color: transparent;
}
.navbar-default .navbar-nav>li>a:hover{
    color:#FFAE00;
    background:transparent;
}
/* 默认：超小设备（手机，小于 768px） */
.navbar-default {
    background-color: #333;
    border-color: #333;
    transition: all .35s;
}
.navbar-default.affix {
    padding: 0;
}
.navbar-default .navbar-toggle {
    color: #fff;
}
.navbar .navbar-brand {
    margin: 4px 0 0 15px;
    background: url(../images/logo.png) no-repeat left;
    background-size: 180px 40px;
    width: 180px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #FFAE00;
}
.dropdown-menu>li>a {
    padding: 5px 20px;
    position: relative;
}
.selection-row{
    padding-top:15px;
    padding-bottom:15px;
}
.title{
    margin-top: 10px;
    font-size: 20px;
    color: #17181c;
    text-align: center;
    line-height: 1.5;
    padding-bottom: 10px;
}
.description-text{
    text-align: center;
    font-size:14px;
}

.light-gray-bg{
    background:#f5f5f5;
}
.footer{
    background:#333;
}
.footer .spacing{
    margin-top:30px;
}
.footer .footer-logo {
    width: 100%;
    height: 260px;
    background: url(../images/footer-logo2.png) no-repeat 50% 50%;
}
.footer .footer-part-title.link {
    background: url(../images/links.png) no-repeat;
}
.footer .footer-part-title {
    width: auto;
    height: 40px;
    margin: 0px 15px;
}
.footer .footer-nav {
    display: block;
    margin: 0px 38px;
    list-style: none;
}
.footer .footer-nav li {
    font-size: 14px;
    padding: 10px 0px;
    *padding: 8px 0px;
    background: url(../images/footer-li-bg.png) repeat-x center bottom;
    list-style-image: url(../images/d.png);
}
.footer .footer-nav li a {
    color: #878b91;
}
.footer .footer-part-title.contact {
    background: url(../images/contact.png) no-repeat;
}
.footer .footer-part-title {
    width: auto;
    height: 40px;
    margin: 0px 15px;
}

.footer .footer-contact {
    margin: 0px 15px;
    padding: 10px 0px;
    color: #878b91;
}
.footer .footer-contact .intro {
    font-size: 14px;
    line-height: 24px;
}
.footer .intro-title {
    font-size: 18px;
    margin-top: 10px;
    color: #878b91;
}
.footer .footer-contact .intro-tel {
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}
.yellow-text{
    color:#FFAE00;
}
.banner .text {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 0%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 1.5rem;
}
.banner .text a {
    color: #fff;
    text-decoration: none;
}
.numb1_button:hover {
    background: #e6b045;
    color: #fff;
}
.numb1_button {
    letter-spacing: 2px;
    color: #fff;
    background: #FFAE00;
    font-weight: 500;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 5px;
}
.hotline {
    font-size: 15px;
    margin-left: 20px;
}
.not-convinced-yet {
    background-color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    display: inline-block;
    position: relative;
    z-index: 2;
}
.title2{
    font-size: 20px;
    padding-bottom: 16px;
}
.description-text2 {
    padding: 1rem 0;
    line-height: 1.5;
    color: #555;
    font-size: 20px;
}
.line{
    position:relative;
}
.line::before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #a9aab0;
    z-index: 1;
}
.middle-img img{
    display:inline-block;
}
.navbar .tel > span {
    padding: 12px 15px 15px 80px;
}
.footBot {
    font-size: 12px;
    color: #878b91;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.footBot a{
    color: #878b91;
}
@media (max-width:768px){
    .row{
        margin-right: 0px;
        margin-left: 0px;
    }
    .navbar .tel > span {
        padding: 12px 15px 15px 10px;
    }
}
/* 小型设备以上（平板电脑，768px 起） */
@media (min-width: 768px){ 
    body{
        font-size:15px;
    }
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
    }
    .navbar.affix {
        background-color: #333;
        box-shadow: 0 3px 5px rgb(0 0 0 / 28%);
    }
    .navbar-default .navbar-brand {
        margin: 0;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }
    .navbar-default .navbar-nav>li>.dropdown-menu {
        margin-top: -10px;
        border-radius: 2px;
        box-shadow: 2px 1px 3px rgb(0 0 0 / 20%);
    }
    .navbar-default .dropdown-menu::before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: -5px;
        left: 28px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #FFF;
    }
    .navbar-right .dropdown-menu {
        right: auto;
        left: auto;
    }
    .selection-row{
        padding-top:30px;
        padding-bottom:30px;
    }
    .title{
        font-size: 28px;
        padding-bottom: 30px;
    }

    .description-text{
        text-align: center;
        font-size:15px;
    }
    .banner .text {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 23px;
    }
}
/* 小型设备内（平板电脑，768px 起992px止） */
@media (min-width: 768px)  and (max-width:992px){ 
    .navbar-default {
        padding-top: 5px;
    }
    .navbar-default .navbar-nav>li>a {
        font-size: 16px;
    }
    .navbar .tel > span {
        padding: 12px 15px 15px 10px;
    }
}
/* 中等屏幕以上（桌面显示器，大于等于 992px） */
@media (min-width: 992px){ 
    
}
/* 中等屏幕内（桌面显示器，大于等于 992px小于1200px） */
@media (min-width: 992px) and (max-width:1200px){ 
    
}
/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) { 
    .navbar-default {
        padding-top: 20px;
    }
}