﻿@charset "utf-8";
/* 公共部分GLOBAL STYLES
-------------------------------------------------- */
body{
    font-family: 'Microsoft YaHei', 'Helvetica Neue', 'Hiragino Sans GB', 黑体, Arial, sans-serif;
    overflow-x: hidden;
}
.carousel-inner>.item .m-img{
    display:none;
}
input[type=checkbox], input[type=radio] {
    margin: 6px 0 0;
}
.v5_ewm_top {
    position: absolute;
    left: 0;
    top: 35px;
    z-index: 99;
    margin-left: -50px;
    display: none;
}
.v5_wechat:hover .v5_ewm_top{
    display: block;
}

.carousel-control.bg-none {
    background: none;
}

.borTop {
    padding-top: 30px;
}
.marBot {
    margin-bottom: 60px;
}
.marTop {
    margin-top: 20px;
}
.martb20{
    margin-bottom: 20px;
    margin-top: 20px;
}
.mart30{
    margin-top: 30px;
}
/*IE8 HACK*/
.navbar-header .img-responsive{
    max-width: none\9;
    width: 200px\9;
}
.nav-info .btn-group {
    position: absolute\9;
    height: 200px\9;
}
/*  */
/* 导航条CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
.navbar-fixed-top {
    position: absolute;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default {
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
background-color: rgba(255, 255, 255, .8);
    border-color: #e7e7e7;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80)\9;
    zoom: 1;
}

.nav-info {
    padding-top: 46px;
    font-size: 18px;
    margin-left: 20px;
}

.nav-info p {
    padding: 10px 15px;
}

.city-menu {
    left: 0;
    top: 31px;
}

.city-menu li {
    margin-bottom: 2px;
}

.city-menu span {
    padding: 3px 6px 3px 12px;
    font-weight: bold;
}

.city-menu > li a {
    display: inline-block;
}

.city-menu .active {
    background: #19b1e7;
    border-radius: 10px;
}

.navbar-nav .sign, .navbar-nav .register {
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.navbar-nav .sign a, .navbar-nav .register a{
    color: #fff;
    font-size: 14px;
}

.navbar-nav > li > a.customers, .navbar-nav > li > a.about {
    padding-right: 0;
}

.nav-top > li > a {
    margin-top: 10px;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navbar-nav .sign {
    padding: 5px 0 5px 15px;
}

.navbar-nav .register {
    padding: 5px 15px 5px 0;
}

.sign-group {
    font-size: 0;
    background: #31bfcf;
    border-radius: 5px;
    min-width: 100px;
    text-align: center;
    margin-top: 10px;
    margin-right: 15px;
}

.sign-group a:hover {
    color: #296cab;
}

.tt {
    font-size: 14px;
    color: #fff;
}

.nav-top > li .phone {
    background: url("../images/phone_iocn.png") left center no-repeat;
    padding-left: 25px;
}

.navbar-nav.nav-top > li .customers {
    background: url("../images/customers.png") 10% 50% no-repeat;
    margin-left: 10px;
    padding-left: 40px;
    font-size: 16px;
    color: #31bfcf;
}
.navbar-nav.nav-top > li .h_compny {
    background: url("../images/menu_company.png") 10% 50% no-repeat;
    padding-left: 40px;
    padding-right: 0;
    margin-left: 10px;
    font-size: 16px;
    color: #31bfcf;
}
.navbar-brand.self_logo {
    border-right: 1px solid #808181;
}

.nav .sub-menu {
    list-style: none;
    position: absolute;
    padding: 10px 0 10px 83px;
    width: 100%;
    text-align: center;
    background: #fff;
    font-size: 16px;
    line-height: 20px;
    display: none;
    z-index: 99;
    background: #f8f8f8;
}

.nav .sub-menu > li > a {
    padding: 10px;
    display: block;
    color: #666;
    margin: 0 5px 0 0;
}

.nav .sub-menu > li > a:hover {
    color: #31bfcf;
}

.nav-bottom > li.item-has-children:hover {
    background: url("../images/menu_line.jpg") bottom center no-repeat;
}
.nav>li.item-has-children{
    position: static;
}
.item-has-children .sub-menu li {
    display: inline-block;
    float: left;
}

.nav-bottom > li:hover ul {
    display: block;
    border: 1px solid #f8f8f8;
    border-top: none;
}

.navbar-default .navbar-nav.nav-bottom > li > a:hover {
    color: #31bfcf;
}

/*手机菜单*/
.main_wrapper.open {
    position: relative;
    left: 140px;
}
.m-menu{
    position: absolute;
    left:0;
    top:0;
    width: 140px;
    display: none;
    padding: 11px;
    height: 100%;
    background: -moz-linear-gradient(top, #19b4bf 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #19b4bf 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #19b4bf 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #19b4bf 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #19b4bf 0%,#ffffff 100%);

}
.m-menu a{
    color: #fff;
}
.m-menu .sub-menu {
     position: relative;
    background: none;
    padding: 0;
}
.m-menu .item-has-children .sub-menu li{
float: none;
}
.glyphicon {
    margin-left: 2px\9\0;
    margin-left: 20px\0;
}

.m-menu .sub-menu.open{
    display: block;
}
.m-menu .sub-menu > li > a {
    padding: 5px 5px 5px 30px;
    display: block;
    color: #fff;
}
.m-menu .nav {
    margin: 0;
}
.m-menu.open{
    display: block;

}
.m-menu .nav>li>a:hover{
    background: none;
}


/* footer页脚CUSTOMIZE THE FOOOTER
-------------------------------------------------- */
.footer {
    background-color: #f6f7f9;
    padding: 30px 0;
    color: #999;
    line-height: 20px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer a {
    color: #999;
}

.footer a:hover {
    color: #31bfcf;
}

.footer h4 {
    margin-bottom: 20px;
    color: #666;
}

.footer .pull-right > span {
    margin-left: 5px;
}

.footer .pull-right > div {
    margin-top: 10px;
    margin-bottom: 10px;
}

.footer p span {
    margin-left: 20px;
}

/*侧边栏 sliderbar*/
.sidebar1 {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 999;
}

.sidebar1 ul {
    list-style: none;
}

.sidebar1 ul li {
    padding: 50px 10px 10px 10px;
    border: 1px solid #f8f8f8;
    cursor: pointer;
    position: relative;
    z-index: 2;
    color: #999;
    text-align: center;
}

.sidebar1 ul li:hover {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    box-shadow: 1px 1px 5px #eee;
}
.sidebar1 .wechat_ewm{
    background: #fff url("../images/wechat_icon.png") 50% 30% no-repeat;

}
.sidebar1 .contact {
    background: #fff url("../images/call_icon.png") 50% 30% no-repeat;
}

.sidebar1 .app_dl {
    background: #fff url("../images/QR_code.png") 50% 30% no-repeat;
}

.sidebar1 .to_top {
    background: #fff url("../images/to_top.png") 50% 30% no-repeat;
}
.sidebar1 .ewm_txt{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f8f8f8;
}

.sidebar1 .app_dl > div {
    position: absolute;
    border: 1px solid #f8f8f8;
    left: -127px;
    top: -45px;
    padding: 22px;
    background: #fff;
    text-align: center;
    display: none;
}
.sidebar1 .wechat_ewm > div {
    position: absolute;
    border: 1px solid #f8f8f8;
    left: -127px;
    top: -55px;
    padding: 22px;
    background: #fff;
    text-align: center;
    display: none;
}

.sidebar1 .app_dl:hover div,.sidebar1 .wechat_ewm:hover div {
    display: block;
}

/*响应式 */

@media (max-width: 1200px) {
    .nav > li > a {
        padding: 10px 10px;
    }
}

@media (max-width: 995px) {
    .nav > li > a {
        padding: 10px 5px;
        line-height: 1em;
    }


    .navbar-brand > img {
        width: 200px;
    }

    .nav-info {
        padding-top: 26px;
        font-size: 18px;
        margin-left: 0;
    }

    .city-menu {
        left: 116px;
        top: 34px;
    }

    .footer .col-xs-12 .pull-right {
        float: none !important;
    }
}

@media (max-width: 768px) {
    .navbar-header {
        float: left;
    }
    .navbar-brand {
        padding: 0px 8px 0 8px;
        margin-top: 15px;
    }
    .navbar-fixed-top{
        position: relative;
        margin-bottom: 0;
    }

    .navbar-default {
        padding: 0 10px;
    }

    .navbar-brand > img {
        width: 90px;
    }

    .navbar-default .navbar-toggle {
        float: left;
        margin-left: 20px;
    }

    .nav-info {
        padding-top: 18px;
        margin-left: 20px;
        font-size: 12px;
        display: none;
    }

}
@media (max-width: 460px) {
    .nav.navbar-nav.nav-top {
        display: none;
    }
    .nav.navbar-nav.nav-bottom {
        margin: 48px 0 0 0;
    }

    .footer h4 {
        font-size: 15px;
    }
    .footer {
        padding: 30px 10px;
    }

    .sidebar1 {
        top: 60%;
        display: none;
    }
    .row {
        margin-right: 0;
        margin-left: 0;
    }

    .col-xs-3,.col-xs-12,.col-xs-6{
        padding: 0;
    }

    h1{
        font-size: 26px;
    }
    h2{
        font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0;
    line-height: 28px;
    }
    h3{
        font-size: 17px;
    margin: 0;
    }

}