@charset "UTF-8";
a, a:hover, a:visited, a:focus {
    text-decoration: none;
}

.clear-both {
    clear: both;
}

.clear-both-after:after {
    clear: both;
}

.hide {
    display: none;
}

.active-item {
    display: block !important;
}

ul {
    padding: 0;
}

ul > li {
    list-style: none;
}

.nav-add-icon {
    display: none;
}

.navbar-header {
    float: none;
}


/*导航*/
@media only screen and (min-width: 768px) {
    body {
    }

    .navbar-default.navbar {

        /*height: 120px;*/
        margin-bottom: 0;
        -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    }

    .navbar-default.navbar .nav-background {
        background-color: #01A6FF;
        height: 50px;
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

    .navbar-default.navbar .container.active {
        width: 100%;
        max-width: 1200px;
    }

    .navbar-default.navbar .container.active, .navbar-default.navbar .navbar-header, .navbar-default.navbar .navbar-brand {
        height: 100%;
    }

    .navbar-default.navbar .navbar-brand {
        line-height: 100px;
        padding: 0;
        margin: 0;
        width: 370px;
    }

    .navbar-default.navbar .navbar-brand img {
        display: inline-block;
    }

    .navbar-default.navbar .navbar-collapse {
        background-color: rgba(0, 0, 0, 0);
    }

    .navbar-default.navbar .nav {
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .navbar-default.navbar .nav > li {
        width: 11.11%;
        font-size: 18px;
        font-weight: bold;
    }

    .navbar-default.navbar .nav > li:hover, .navbar-default.navbar .nav > li.open {
        background: rgba(0, 129, 228, 0.7);
    }

    .navbar-default.navbar .nav > li:hover > a, .navbar-default.navbar .nav > li.open > a {
        color: #FFFFFF;
    }

    .navbar-default.navbar .nav > li.active {
        color: #686868;
        background-color: #FFFFFF;
    }

    .navbar-default.navbar .nav > li.active > a {
        color: #686868;
    }

    .navbar-default.navbar .nav > li > a {
        line-height: 50px;
        padding: 0;
        text-align: center;
        color: #fff;
        background-color: rgba(0, 0, 0, 0);
    }

    .navbar-default.navbar .nav > li > a:hover {
        color: #686868;
        background-color: #FFFFFF;
    }

    .navbar-default.navbar:nth-child(6) .dropdown-menu, .navbar-default.navbar :nth-child(7) .dropdown-menu, .navbar-default.navbar :nth-child(8) .dropdown-menu, .navbar-default.navbar :nth-child(9) .dropdown-menu, .navbar-default.navbar :nth-child(10) .dropdown-menu {
        left: auto;
        right: 0;
        text-align: right;
    }

    .navbar-default.navbar .dropdown-menu {
        background: #FFFFFF;
        border: 0;
        box-shadow: none;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
        -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
    }

    .navbar-default.navbar .dropdown-menu .menu-item {
        display: block;
        text-align: center;
        border-bottom: 1px solid #dfdfdf;
    }

    .navbar-default.navbar .dropdown-menu .menu-item:last-child {
        border: 0;
    }

    .navbar-default.navbar .dropdown-menu .menu-item a {
        display: block;
        color: #666666;
        height: 50px;
        line-height: 50px;
        padding-left: 26px;
        padding-right: 26px;
        text-align: center;
    }

    .navbar-default.navbar .dropdown-menu .menu-item a:hover {
        color: #0081e4;
        background: transparent;
    }

    .navbar-default.navbar .dropdown-menu .menu-item.active a {
        background: transparent;
        color: #0081e4;
    }
}

@media only screen and (max-width: 767px) {
    .nav-add-icon {
        display: inline-block;
    }

    .navbar-default.navbar .navbar-collapse {
        background: rgba(1,166,255, 0.9);
        margin: 0;
        border: 0;
        padding: 0;
        max-height: none;
        overflow: visible;
    }

    .navbar-default.navbar .navbar-collapse .navbar-nav {
        margin: 0;
    }

    .navbar-default.navbar .navbar-collapse .navbar-nav > li {
        border-bottom: 1px solid #01A6FF;
        position: relative;
    }

    .navbar-default.navbar .navbar-collapse .navbar-nav > li:last-child {
        border: 0;
    }

    .navbar-default.navbar .navbar-collapse .navbar-nav > li > a {
        background-color: rgba(0,0,0,0);
        color: #FFFFFF;
        z-index: 100;
        display: inline-block;
        width: 60%;
    }

    .navbar-default.navbar .navbar-collapse .navbar-nav > li .dropdown-menu {
        background: rgba(255,255,255,.1);
        position: relative;
        float: none;
        padding-left: 15px;
    }

    .navbar-default.navbar .navbar-collapse .navbar-nav > li .dropdown-menu > li {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #01A6FF;
        position: relative;
    }

    .navbar-default.navbar .navbar-collapse .navbar-nav > li .dropdown-menu > li:last-child {
        border: 0;
    }

    .navbar-default.navbar .navbar-collapse .navbar-nav > li .dropdown-menu > li > a {
        color: #fff;
        width: 50%;
    }

    .navbar-default.navbar .navbar-collapse .navbar-nav > li .nav-add-icon {
        position: absolute;
        font-size: 14px;
        height: 40px;
        width: 40px;
        top: 0;
        right: 0;
        color: #FFFFFF;
        text-align: center;
        line-height: 40px;
        z-index: 900;

    }
}

/*导航结束*/
.nav-bottom-h {
    height: 150px;
}

#footer-hr {
    height: 6px;
    background: #0081e4;
    margin: 0;
}

#footer {
    background: #333333;
}

#footer .footer-hr-o {
    height: 1px;
    background: #232323;
    border: 0;
    margin: 0;
    margin-top: 25px;
    margin-bottom: 25px;
}

#footer .footer-detail {
    padding: 0;
    padding-top: 45px;
    padding-bottom: 64px;
    color: #dddddd;
}


#footer .footer-detail .footer-detail-title {
    color: #dddddd;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

#footer .footer-detail .detail-left .footer-detail-p {
    color: #dddddd;
    margin: 0;
    font-size: 14px;
    padding: 5px 15px 5px 66px;
    text-indent: -66px;
}

#footer .footer-detail .detail-conter {
    padding: 0;
}

#footer .footer-detail .detail-conter a {
    color: #dddddd;
    padding: 5px 0;
}

#footer .footer-detail .detail-right {
    text-align: center;
}

#footer .footer-detail .detail-right img {
    width: 80%;
}

#footer .footer-detail .detail-right .wechat-name {
    margin-top: 5px;
}

#footer .copyright {
    background: #1a1a1a;
    text-align: center;
    /*height: 42px;*/
    line-height: 24px;
    color: #999999;
    padding: 10px;
}

#footer .copyright a {
    color: #999999;
    margin-left: 42px;
}

.col-main {
    color: #0081e4;
}

.mb-50 {
    margin-bottom: 50px;
}

.mr-50 {
    margin-right: 50px;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.section-img-title {
    text-align: center;
}

.section-img-title img {
    margin: 62px auto 44px auto;
}

.blue-bg-btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    background: -webkit-linear-gradient(left, #6fbbf5, #0081e4);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left, #6fbbf5, #0081e4);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left, #6fbbf5, #0081e4);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(left, #6fbbf5, #0081e4);
    /* 标准的语法（必须放在最后） */
    display: inline-block;
    border-radius: 25px;
    margin-top: 28px;
    margin-bottom: 28px;
}

.blue-bg-btn:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.blue-bg-btn:hover {
    opacity: 0.9;
}

.small-banner {
    background-repeat: no-repeat;
    background-position: center center;
    height: 320px;
    background-size: 100% 320px;
    text-align: center;
}

.small-banner p {
    color: #FFFFFF;
    margin: 0;
    display: inline-block;
    line-height: 1;
}

.small-banner p.top {
    font-size: 60px;
    margin-top: 120px;
    position: relative;
}

.small-banner p.top:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #FFFFFF;
    top: 50%;
    margin-top: -2px;
    right: -100px;
}

.small-banner p.top:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 4px;
    background: #FFFFFF;
    top: 50%;
    margin-top: -2px;
    left: -100px;
}

.small-banner p.bottom {
    font-size: 18px;
    display: block;
}

#to-counsel {
    background-image: url(../images/11.png);
    background-repeat: no-repeat;
    min-height: 280px;
    text-align: center;
    font-size: 0;
}

#to-counsel .title {
    font-size: 34px;
    margin: 0;
    margin-top: 60px;
}

#to-counsel .about {
    margin: 12px auto 47px auto;
    font-size: 18px;
    color: #999999;
}

#to-counsel input {
    padding-left: 20px;
    padding-right: 20px;
    border: 0.5px solid #dfdfdf;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    width: 280px;
    display: inline-block;
}

#to-counsel .counsel-btn-warp {
    text-align: left;
    padding: 0;
    display: inline-block;
}

#to-counsel .counsel-btn {
    display: inline-block;
    cursor: pointer;
    width: 140px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    font-size: 18px;
}

#my-crumbs {
    min-height: 40px;
    line-height: 40px;
    color: #999999;
}

#my-crumbs .my-crumbs-item {
    color: #999999;
    margin: 20px 8px 20px 8px;
    display: inline-block;
}

#my-crumbs .my-crumbs-item:first-child {
    margin-left: 0;
}

#my-crumbs .my-crumbs-item.active {
    color: #333333;
}

#detail-menu-left {
    width: 240px;
    background: #f5f5f5;
}

#detail-menu-left .m-ul-level1 {
    font-size: 0;
    background-color: #FFFFFF;
}

#detail-menu-left .m-ul-level1 .selectpicker {
    width: 50%;
}

#detail-menu-left .m-ul-level1 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 50%;
}

#detail-menu-left .title {
    height: 60px;
    line-height: 60px;
    color: #333333;
    font-size: 18px;
    padding-left: 20px;
}

#detail-menu-left .ul-level1 {
    margin: 0;
}

#detail-menu-left .li-level1 .link-level1 {
    line-height: 40px;
    padding-left: 20px;
    color: #333333;
    position: relative;
    display: block;
}

#detail-menu-left .li-level1.active {
    background: #FFFFFF;
}

#detail-menu-left .li-level1.active .link-level1 {
    border-left: 4px solid #0081e4;
}

#detail-menu-left .li-level1.active .li-level2 {
    display: block;
}

#detail-menu-left .li-level2 {
    display: none;
}

#detail-menu-left .li-level2 .link-level2 {
    line-height: 34px;
    height: 34px;
    padding-left: 40px;
    color: #666666;
    display: block;
}

#detail-menu-left .li-level2.active .link-level2 {
    color: #0081e4;
}

.detail-menu-right {
    width: 920px;
    margin-bottom: 100px;
}

.detail-menu-right .abstract {
    font-size: 16px;
    color: #666666;
    margin-top: 28px;
    margin-bottom: 38px;
    border-left: 4px solid #0081e4;
    padding-left: 15px;
    line-height: 1.5;
}

.detail-menu-right .detail-section1 {
    padding-left: 10px;
    padding-right: 10px;
}

.detail-menu-right .detail-title {
    font-size: 22px;
    color: #333333;
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 38px;
}

.more-btn {
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    color: #666666;
    border-radius: 50%;
    border: 1px solid #dfdfdf;
    display: block;
    margin: 50px auto 68px auto;
    transition: color 0.2s;
    -moz-transition: color 0.2s;
    /* Firefox 4 */
    -webkit-transition: color 0.2s;
    /* Safari 和 Chrome */
    -o-transition: color 0.2s;
    /* Opera */
    transition: border-color 0.2s;
    -moz-transition: border-color 0.2s;
    /* Firefox 4 */
    -webkit-transition: border-color 0.2s;
    /* Safari 和 Chrome */
    -o-transition: border-color 0.2s;
    /* Opera */
}

.more-btn:hover {
    border-color: #0081e4;
    color: #0081e4;
}

.detail-section1 .item, .detail-section2 .item {
    margin-bottom: 60px;
    position: relative;
    padding-left: 388px;
    list-style: none;
}

.detail-section1 .item .img, .detail-section2 .item .img {
    position: absolute;
    width: 364px;
    height: 220px;
    left: 0;
    top: 0;
    overflow: hidden;
}

.detail-section1 .item .img img, .detail-section2 .item .img img {
    max-width: 100%;
    width: 100%;
}

.detail-section1 .item .info, .detail-section2 .item .info {
    height: 220px;
    position: relative;
}

.detail-section1 .item .info .info-title, .detail-section2 .item .info .info-title {
    font-size: 24px;
    color: #000000;
}

.detail-section1 .item .info .info-about, .detail-section2 .item .info .info-about {
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    height: 70px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 1.5;
    margin-top: 28px;
}

.detail-section1 .item .info .bottom, .detail-section2 .item .info .bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-top: 20px;
    border-top: 1px solid #dfdfdf;
}

.detail-section1 .item .info .bottom:after, .detail-section2 .item .info .bottom:after {
    clear: both;
}

.detail-section1 .item .info .bottom .b-left, .detail-section2 .item .info .bottom .b-left {
    color: #999999;
    display: inline-block;
    margin: 0;
}

.detail-section1 .item .info .bottom .b-left i.b-b, .detail-section2 .item .info .bottom .b-left i.b-b {
    margin-left: 6px;
    margin-right: 6px;
}

.detail-section1 .item .info .bottom .b-left i.b-icon, .detail-section2 .item .info .bottom .b-left i.b-icon {
    margin-right: 6px;
    vertical-align: text-top;
}

.detail-section1 .item .info .bottom .b-link, .detail-section2 .item .info .bottom .b-link {
    color: #0081e4;
    float: right;
    display: inline-block;
}

.detail-section3 .item {
    list-style: none;
    background: #f5f5f5;
    margin-bottom: 30px;
}

.detail-section3 .item .info-title, .detail-section3 .item .info-about {
    padding: 15px;
    color: #000000;
}

.detail-section3 .item .info-title {
    font-size: 16px;
    height: 60px;
    line-height: 30px;
    position: relative;
    display: block;
}

.detail-section3 .item .info-title .info-icon {
    font-size: 14px;
    height: 100%;
    position: absolute;
    right: 15px;
    top: 0;
    line-height: 60px;
    color: #000000;
}

.detail-section3 .item .info-about {
    font-size: 14px;
    border-top: 1px solid #dfdfdf;
    display: none;
}

.detail-section3 {
    margin-bottom: 70px;
}

.common-classify.types-list {
    min-height: 60px;
}

.common-classify.types-list .item {
    width: 20%;
    display: inline-block;
    float: none;
}

.common-classify.types-list .item.col-lg-2 {
    width: 16.66666667%;
}

.common-classify.types-list {
    width: 100%;
    font-size: 0;
    margin: 0;
    border-bottom: 1px solid #0081e4;
    text-align: center;
}

.common-classify.types-list .item {
    background: #0081e4;
    border-right: 0.5px solid #FFFFFF;
}

.common-classify.types-list .item .item-btn {
    display: block;
    padding-bottom: 16px;
    padding-top: 16px;
    position: relative;
    font-size: 20px;
    color: #FFFFFF;
    position: relative;
    text-align: center;
}

.common-classify.types-list .item.active {
    background: #0062ae;
}

.common-classify.types-list .item.active .item-btn {
    color: #FFFFFF;
}

.common-classify.types-list .item.active .item-btn:after {
    content: "";
    position: absolute;
    border-color: #0062ae transparent transparent transparent;
    border-style: solid;
    border-width: 9px;
    bottom: -18px;
    left: 50%;
    margin-left: -9px;
}

.common-classify-detail {
    text-align: left;
}

.common-classify-detail .left-icon {
    border-right: 1px solid #dfdfdf;
    text-align: center;
    overflow: hidden;
    width: 20%;
}

.common-classify-detail .left-icon img {
    max-height: 130px;
    margin: 0 auto;
}

.common-classify-detail .left-icon p {
    font-size: 24px;
    color: #333333;
    margin-top: 18px;
    margin-bottom: 15px;
}

.common-classify-detail .right-info {
    width: 80%;
    padding-left: 27px;
}

.common-classify-detail .right-info p {
    font-size: 16px;
    color: #666666;
    padding-left: 15px;
    margin-top: 10px;
    line-height: 1.7;
}

.level1-title {
    font-size: 22px;
    color: #333333;
    padding-bottom: 15px;
    margin: 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 38px;
}

.bootstrap-select .btn-info {
    background-color: #FFFFFF;
    border: 0;
    color: #666666;
}

.bootstrap-select.open .dropdown-toggle.btn-info {
    background-color: #FFFFFF;
    border: 0;
    color: #666666;
}

.bootstrap-select .dropdown-menu > li > a:hover, .bootstrap-select .dropdown-menu > li > a:focus {
    background-color: transparent;
    border: 0;
    color: #666666;
}

/*网址地图*/
.map-list {
    padding: 0 15px 100px 15px;
}

.map-list .map-item {
    margin-bottom: 15px;
}

.map-list .map-item .title {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #e1e1e1;
    font-size: 14px;
    color: #0081e4;
}

.map-list .map-item a {
    color: #333333;
    text-decoration: none;
    margin-right: 10px;
}

/*网址地图*/
.info-alert {
    position: fixed;
    color: #FFFFFF;
    background: #0081e4;
    min-width: 200px;
    text-align: center;
    padding: 12px 20px;
    left: 50%;
    margin-left: -100px;
    top: 45%;
    border-radius: 6px;
    z-index: 10000;
}

.info-alert p {
    color: #FFFFFF;
    margin: 0;
}

.info-alert.error {
    background: red;
}

/*右侧电话QQ等浮动*/
.float-contact {
    position: fixed;
    z-index: 1200;
    right: 20px;
    top: 30%;
    text-align: center;
    width: 54px;
}

.float-contact .contact-warp {
    overflow: hidden;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.18);
    border-radius: 4px;
}

.float-contact .back-top {
    margin-top: 20px;
    background: #f3f3f3;
    box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.18);
    border-radius: 4px;
}

.float-contact .item {
    position: relative;
    padding: 0;
    text-align: center;
}

.float-contact .item > a {
    display: block;
}

.float-contact .item:hover {
    background: #f3f3f3;
}

.float-contact .item .hidden-warp {
    position: absolute;
    display: none;
    top: 0;
    right: 54px;
    min-width: 124px;
    height: 100%;
    z-index: -1;
    transition: right 1s;
    -moz-transition: right 1s;
    /* Firefox 4 */
    -webkit-transition: right 1s;
    /* Safari 和 Chrome */
    -o-transition: right 1s;
    /* Opera */
}

.float-contact .item .hidden-warp .item {
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(4, 0, 0, 0.18);
    border-radius: 4px;
    height: 45px;
    line-height: 45px;
    padding: 0;
}

.float-contact .item .hidden-warp img {
    max-width: 100%;
}

.float-contact .icon {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 56px;
    margin: 0 auto;
}

@media only screen and (max-width: 767px) {
    body {
        background: #e9f2f4;
    }

    .navbar-default.navbar {
        min-height: 45px;
        margin: 0;
        background: transparent;
    }

    .navbar-default.navbar .navbar-header {
        margin: 0;
        min-height: 45px;
        height: 45px;
        background: #01A6FF;
    }

    .navbar-default.navbar .navbar-brand {
        height: 45px;
        line-height: 45px;
        margin: 0;
        padding: 0;
        padding-left: 15px;
    }

    .navbar-default.navbar .navbar-brand img {
        margin-top: 11.25px;
        height: 22.5px;
    }

    .navbar-default.navbar .navbar-toggle {
        margin: 0;
        padding: 15px 15px;
    }

    .navbar-default.navbar .navbar-toggle .icon-bar {
        background-color: #FFFFFF;
        width: 20px;
        height: 2px;
    }

    .nav-bottom-h {
        height: 45px;
    }

    .small-banner {
        height: 165px;
        background-size: auto 165px;
    }

    .small-banner p.top {
        font-size: 30px;
        margin-top: 60px;
    }

    .small-banner p.top:before {
        width: 35px;
        left: -45px;
        height: 2px;
    }

    .small-banner p.top:after {
        width: 35px;
        right: -45px;
        height: 2px;
    }

    .small-banner p.bottom {
        font-size: 12px;
    }

    .blue-bg-btn {
        min-width: 90px;
        width: auto;
        width: auto;
        height: 30px;
        line-height: 30px;
        margin-top: 24px;
        margin-bottom: 24px;
        font-size: 12px;
    }

    /*常见问题等公共css-------*/
    .detail-menu-right {
        width: 100%;
        margin: 0;
    }

    .detail-section1, .detail-section2 {
        padding-top: 18px;
        background-color: #FFFFFF;
    }

    .detail-section1 > ul, .detail-section2 > ul {
        margin: 0;
    }

    .detail-section1 .item, .detail-section2 .item {
        margin: 0;
        padding: 0;
        font-size: 0;
        padding: 0;
        display: flex;
        padding-bottom: 18px;
    }

    .detail-section1 .item:after, .detail-section2 .item:after {
        content: "";
        clear: both;
    }

    .detail-section1 .item .img, .detail-section2 .item .img {
        position: relative;
        width: 120px;
        height: 80px;
    }

    .detail-section1 .item .info, .detail-section2 .item .info {
        flex: 1;
        height: 80px;
        padding-left: 15px;
    }

    .detail-section1 .item .info .info-title, .detail-section2 .item .info .info-title {
        font-size: 14px;
        height: 17px;
        overflow: hidden;
    }

    .detail-section1 .item .info .info-about, .detail-section2 .item .info .info-about {
        font-size: 12px;
        margin: 0;
        overflow: hidden;
        height: 34px;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        line-height: 1.5;
    }

    .detail-section1 .item .info .bottom, .detail-section2 .item .info .bottom {
        border: 0;
        padding: 0;
        padding-left: 15px;
    }

    .detail-section1 .item .info .bottom .b-left, .detail-section2 .item .info .bottom .b-left {
        font-size: 12px;
    }

    .detail-section1 .item .info .bottom .b-link, .detail-section2 .item .info .bottom .b-link {
        display: none;
    }

    .detail-section3 {
        background: #FFFFFF;
        padding: 15px;
        margin: 0;
    }

    .detail-section3 .item {
        background: #f3f3f3;
    }

    .detail-section3 .item .info-title {
        height: 45px;
        line-height: 45px;
        padding: 0;
        padding-left: 15px;
    }

    .detail-section3 .item .info-title .info-icon {
        line-height: 45px;
    }

    #detail-menu-left {
        width: 100%;
        background: #FFFFFF;
    }

    #detail-menu-left .m-ul-level1 {
        border-bottom: 1px solid #dfdfdf;
        height: 45px;
    }

    #detail-menu-left .m-ul-level1 .m-ul-level1-left {
        position: relative;
        text-align: center;
    }

    #detail-menu-left .m-ul-level1 .m-ul-level1-left:after {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        background: #dfdfdf;
        width: 1px;
        height: 100%;
        z-index: 100;
    }

    #detail-menu-left .m-ul-level1 .m-ul-level1-left, #detail-menu-left .m-ul-level1 .m-ul-level1-right, #detail-menu-left .m-ul-level1 .bootstrap-select .btn-info {
        height: 100%;
    }

    #detail-menu-left .m-ul-level1 .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
        width: 50%;
    }

    #detail-menu-left .m-ul-level1 .bootstrap-select.btn-group .dropdown-toggle .filter-option {
        text-align: center;
    }

    #detail-menu-left .m-ul-level1 .bootstrap-select.btn-group .dropdown-menu li a {
        height: 40px;
        line-height: 40px;
        padding: 0 15px;
    }

    .case-container .float-left, .case-container .float-right {
        width: 100%;
    }

    /*----------常见问题等公共css*/
    .more-btn {
        width: 70px;
        height: 70px;
        line-height: 70px;
        font-size: 14px;
        margin: 20px auto 20px auto;
    }

    #footer .copyright a {
        margin: 0;
    }

    /*右侧电话QQ等浮动*/
    .float-contact {
        width: 30px;
        right: 10px;
    }

    .float-contact .back-top {
        margin-top: 10px;
    }

    .float-contact .item {
        height: 28px;
    }

    .float-contact .item .hidden-warp {
        max-width: 62px;
        width: 62px;
    }

    .float-contact .item .hidden-warp .item {
        height: 22.5px;
        line-height: 22.5px;
        font-size: 12px;
    }

    .float-contact .icon {
        height: 28px;
        background-size: 50%;
    }
}

/*# sourceMappingURL=style.css.map */
