﻿body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Microsoft Yahei', '微软雅黑', 'Simsun', '宋体', 'Arial';
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, .lead {
    font-family: 'Microsoft Yahei', '微软雅黑', 'Simsun', '宋体', 'Arial';
}

a {
    font-family: 'Microsoft Yahei', '微软雅黑', 'Simsun', '宋体', 'Arial';
    color: #000000;
}

    a:active, a:hover {
        color: #013781;
    }

    a:link {
        text-decoration: none;
    }

    a:active {
        text-decoration: blink;
    }

    a:hover {
        text-decoration: none;
    }

    a:visited {
        text-decoration: none;
    }

div, ul, li, h1, h2, h3 {
    padding: 0;
    margin: 0;
}

ul, li {
    list-style: none;
}

.clear {
    clear: both;
}

/*导航 logo图片*/
.overlay.active {
    background-color: transparent;
}

.yq_navbar {
    background-color: #fff;
    padding-bottom: 0;
    border-radius: 0;
    z-index: 99;
    width: 100%;
    margin-bottom: 1px;
}

.navbar .container .navbar-header {
    background-color: #fff;
    -moz-box-shadow: 0px 4px 6px rgba(0,0,0,0.1); /* 老的 Firefox */
    box-shadow: 0px 4px 6px rgba(0,0,0,0.1);
}

.navbar .container ul {
    margin-top: 70px;
    padding: 0 20px;
}

.yq_navbar .navbar-brand {
    height: 42px;
    padding: 0 2px;
    margin-left: 0px;
}

    .yq_navbar .navbar-brand img, .yq_navbar .navbar-brand a img {
        height: 38px;
        margin-top: 10px;
    }

.yq_navbar .yq_navbarlogo .pull-right {
    margin-right: 15px;
    margin-top: 32px;
}

    .yq_navbar .yq_navbarlogo .pull-right p {
        font-size: 12px;
        color: #ffffff;
        margin-bottom: 0;
        text-align: right;
        line-height: 18px;
        letter-spacing: 2px;
    }

        .yq_navbar .yq_navbarlogo .pull-right p span {
            padding-right: 10px;
        }

        .yq_navbar .yq_navbarlogo .pull-right p a {
            color: #ffffff;
        }

.yq_navbar .yq_navbarlist {
    margin-top: 25px;
}

.yq_navbar .nav > li {
}

    .yq_navbar .nav > li .dropdown-menu {
        margin: 0;
    }

    .yq_navbar .nav > li:focus .dropdown-menu {
        display: block;
    }

.yq_navbar .navbar-nav > li > a {
    padding: 15px 0px;
    text-align: left;
    font-size: 16px;
    color: #333;
    display: block;
}

    .yq_navbar .navbar-nav > li > a .caret {
        float: right;
    }

    .yq_navbar .navbar-nav > li > a:hover, .yq_navbar .navbar-nav > li > a:focus {
        color: #4498d4;
        background-color: transparent;
    }

.yq_navbar .navbar-nav > .active > a, .yq_navbar .navbar-nav > .active > a:hover, .yq_navbar .navbar-nav > .active > a:focus {
    color: #4498d4;
    background-color: transparent;
}

.yq_navbar .navbar-nav > .disabled > a, .yq_navbar .navbar-nav > .disabled > a:hover, .yq_navbar .navbar-nav > .disabled > a:focus {
    color: #4498d4;
    background-color: transparent;
}

.yq_navbar .navbar-nav > .open > a, .yq_navbar .navbar-nav > .open > a:hover, .yq_navbar .navbar-nav > .open > a:focus {
    color: #4498d4;
    background-color: transparent;
}

.yq_navbar .navbar-nav .dropdown .dropdown-menu {
    padding: 0 0 5px 30px;
    border: none;
    text-align: left;
    min-width: 100%;
    float: none;
    -webkit-animation: fadeInDown .6s 0s ease both;
    animation: fadeInDown .6s 0s ease both;
}

    .yq_navbar .navbar-nav .dropdown .dropdown-menu > li > a {
        color: #333;
        padding: 10px 0px;
        margin: 0px;
        text-align: center;
        font-size: 14px;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .yq_navbar .navbar-nav .dropdown .dropdown-menu > .active > a {
        color: #4498d4;
        background-color: transparent;
    }

    .yq_navbar .navbar-nav .dropdown .dropdown-menu > li > a:hover, .yq_navbar .navbar-nav .dropdown .dropdown-menu > li > a:focus {
        color: #4498d4;
        background-color: transparent;
    }

.yq_navbar .navbar-toggle {
    margin-top: 10px;
    float: left;
}

    .yq_navbar .navbar-toggle:hover, .yq_navbar .navbar-toggle:focus {
        background-color: transparent;
    }

    .yq_navbar .navbar-toggle .icon-bar {
        background-color: #4498d4;
        width: 25px;
        height: 3px;
        transform-origin: 22px;
    }

.yq_navbar .navbar-collapse {
    position: relative;
}

@media (min-width: 767px) {
    .yq_navbar .navbar-nav > li > a {
        color: #615f60;
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        overflow: hidden;
    }

    .yq_navbar .navbar-nav > li a:before {
        display: none;
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        bottom: 0;
        background: #34a9f7;
        height: 3px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }


    .yq_navbar .navbar-nav > li > a:hover, .yq_navbar .navbar-nav > li > a:focus {
        color: #615f60;
        background-color: transparent;
        border-bottom: 2px solid #17519b;
    }

    .yq_navbar .navbar-nav > li a:hover:before, .yq_navbar .navbar-nav > li a:focus:before, .yq_navbar .navbar-nav > li a:active:before {
        left: 0;
        right: 0;
    }


    .yq_navbar .navbar-nav > .active > a {
        color: #615f60;
        background-color: transparent;
        border-bottom: 2px solid #17519b;
    }

        .yq_navbar .navbar-nav > .active > a:before {
            display: none;
            color: #333333;
            background-color: transparent;
        }

        .yq_navbar .navbar-nav > .active > a, .yq_navbar .navbar-nav > .active > a:hover, .yq_navbar .navbar-nav > .active > a:focus {
            color: #615f60;
            background-color: transparent;
            border-bottom: 2px solid #17519b;
        }
}

.navbar .container > .navbar-collapse {
    left: -100%;
    background-color: #fff;
    width: 100%;
}
/*搜索框*/
.yq_users {
    margin-top: 0 !important;
    padding: 0 !important;
}

   
#toggle-search {
    float: right;
    margin-top: 7px;
    margin-left: 0;
    padding: 9px 8px;
}

    #toggle-search .glyphicon {
        color: #4498d4;
        font-size: 18px;
        margin-right: 10px;
    }

.yq_user {
    padding: 0px;
    margin-top: 3px;
    float: left;
}

    .yq_user .glyphicon {
        color: #4498d4;
        font-size: 18px;
        margin-right: 10px;
    }
     .yq_users li {
        float: left;
        padding: 15px 10px;
    }
        .yq_users li .dropdown-menu {
            margin-top: 0;
            left: -24px;
            min-width: 90px;
            padding: 0 0px;
        }
            .yq_users li .dropdown-menu li {
                padding:5px 0;
            }
#toggle-search.open:after {
    top: 40px;
}

#search-form {
    -moz-transition: max-height, 0.5s;
    -o-transition: max-height, 0.5s;
    -webkit-transition: max-height, 0.5s;
    transition: max-height, 0.5s;
    position: absolute;
    top: 56px;
    right: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    background-color: #fff;
}

    #search-form.open {
        max-height: 60px;
        z-index: 99;
    }

    #search-form fieldset {
        position: relative;
        margin: 0 60px 0 0;
        padding: 0;
        border: 1px solid #f1f7f7;
    }

    #search-form input {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        height: 45px;
    }

        #search-form input[type="search"] {
            width: 100%;
            padding: 0 5px 0 15px;
            background: transparent;
            border: none;
        }

        #search-form input[type="submit"] {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 60px;
            margin: 0;
            padding: 0;
            text-transform: uppercase;
            color: #516270;
            background: #fff;
            border: 0.5px solid #d4d4d4;
            border-top: none;
            cursor: pointer;
        }

.yq_navbarny #search-form {
    border: 0.5px solid #d4d4d4;
}

/*轮番*/
.yq_banner {
    background-color: #f7f8fa;
    padding: 15px;
}

.carousel_yq {
    position: relative;
    margin: 0 auto;
}

/*两边的图片按钮*/
#yq_carousel .yq_carousel-control {
    position: absolute;
    top: 35%;
}

#yq_carousel:hover .yq_carousel-control {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: 1;
}

.yq_carousel-control img {
    width: 100%;
    border-radius: 8px;
}

/*轮番下面的点*/
#yq_carousel .carousel-indicators {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    #yq_carousel .carousel-indicators li {
        display: inline-block;
        width: 8px;
        height: 8px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.3);
        border: 2px solid rgba(0, 0, 0, 0);
        border-radius: 11px;
        margin: 0 1px 0 1px;
    }

    #yq_carousel .carousel-indicators .active {
        width: 8px;
        height: 8px;
        background-color: #4596d5;
    }

/* 轮番 结束 */
/*背景颜色*/
.yq_bsbg {
    background-color: #fff;
    margin-bottom: 10px;
}

.yq_hsbg {
    background-color: #f4f4f4;
}

.yq_shadow {
    box-shadow: 0px 1px 6px #c0c0c0;
    margin-bottom: 20px;
}

/*标题*/
.yq_indextitle {
    margin: 4rem 0 2rem 0;
    text-align: center;
}

    .yq_indextitle h3 {
        color: #444444;
        font-size: 18px;
        font-weight: normal;
    }

    .yq_indextitle span {
        display: inline-block;
        width: 28px;
        height: 2px;
        background-color: #1f83ce;
        margin-top: 20px;
    }
/*快捷入口*/
.other_list {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

    .other_list li {
        width: 33.334%;
        float: left;
    }

        .other_list li a {
            display: block;
            padding: 15px 10px 5px;
            background-color: #fff;
            line-height: 40px;
            text-align: center;
            transition: All 0.5s ease-in-out;
            -webkit-transition: All 0.5s ease-in-out;
            -moz-transition: All 0.5s ease-in-out;
            -o-transition: All 0.5s ease-in-out;
        }

        .other_list li:last-child a {
            border-bottom: none;
        }

        .other_list li em {
            display: block;
            transition: All 0.5s ease-in-out;
            -webkit-transition: All 0.5s ease-in-out;
            -moz-transition: All 0.5s ease-in-out;
            -o-transition: All 0.5s ease-in-out;
        }

        .other_list li a:hover, .other_list li a:focus {
            background-color: #edeef2;
        }

.yq_navlinks {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

    .yq_navlinks li {
        width: 33.333%;
        float: left;
        text-align: center;
        padding: 5px;
    }

        .yq_navlinks li a {
            color: #4498d4;
        }

.yq_title {
    display: inline-block;
    width: 100%;
    margin: 10px auto;
    border-bottom: 1px solid #e1e1e1;
}

    .yq_title li {
        float: left;
        width: 33.333%;
        text-align: center;
    }

        .yq_title li a.name {
            font-size: 17px;
            color: #000;
            padding: 10px;
            transition: All 0.5s ease-in-out;
            -webkit-transition: All 0.5s ease-in-out;
            -moz-transition: All 0.5s ease-in-out;
            -o-transition: All 0.5s ease-in-out;
        }

        .yq_title li.active::after {
            content: "";
            width: 20px;
            height: 2px;
            background-color: #4498d4;
            display: block;
            border-radius: 3px;
            margin: 8px auto 0;
        }

        .yq_title li a.more {
            position: absolute;
            right: 10px;
            top: 8px;
            font-size: 12px;
            color: #959595;
            display: none;
        }


        .yq_title li.active a.name {
            color: #4498d4;
            border-radius: 8px;
        }

        .yq_title li.active a.more {
            display: block;
            color: #959595;
        }

.yq_title2 {
    position: relative;
}

.yq_more {
    text-align: center;
    padding: 20px 0;
}

    .yq_more a.btn {
        background-color: #F1F8FE;
        color: #4697d6;
        border: 1px solid #4697d6;
        border-radius: 20px;
        padding: 5px 20px;
    }

.one .yq_tabs {
    background: #f5f5f5;
    border: none;
}

    .one .yq_tabs li {
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        height: auto;
    }

        .one .yq_tabs li:last-child {
            border-bottom: none;
        }

        .one .yq_tabs li img {
            width: 83px;
            height: 65px;
            float: left;
            margin-right: 5px;
        }

        .one .yq_tabs li a {
            font-size: 14px;
            padding: 13px 15px;
            line-height: 20px;
            border-bottom: 1px solid #f4f4f4;
            border-radius: 0;
            background-color: #fff;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            -webkit-text-overflow: ellipsis;
        }

            .one .yq_tabs li a span {
                height: 40px;
                display: flex;
                overflow: hidden;
            }

            .one .yq_tabs li a:hover, .one .yq_tabs li.active a {
                color: #fff;
                border: none;
                border-left: 2px solid #ffae3b;
                background-color: #edeef2;
                background-image: linear-gradient(90deg, #fed094, #ffae3b);
            }

        .one .yq_tabs li p {
            font-size: 12px;
            color: #d6d6d6;
            margin-top: 5px;
        }

            .one .yq_tabs li p b {
                font-weight: normal;
                margin-left: 5px;
                margin-right: 5px;
            }

.yq_zclist ul {
    padding: 5px 12px;
}

.yq_zclist .yq_list_group {
    border-bottom: 1px solid #f4f4f4;
}

    .yq_zclist .yq_list_group span {
        margin-top: 10px;
        font-size: 12px;
        color: #999999;
    }

        .yq_zclist .yq_list_group span:before {
            margin-right: 3px;
        }

.yq_kejianlist {
    padding: 0;
    overflow: hidden;
    margin-bottom: 15px;
}

.yq_container2 {
    padding: 0 15px;
}

.yq_thumlist {
    padding: 0;
}

    .yq_thumlist .case {
        display: inline-block;
        padding-bottom: 10px;
    }

    .yq_thumlist .thumbnail {
        width: 47%;
        float: left;
        padding: 0;
        margin: 5px;
        border-radius: 0;
    }

        .yq_thumlist .thumbnail img {
            width: 100%;
            height: 108px;
            border-radius: 4px 4px 0 0;
        }

        .yq_thumlist .thumbnail .caption {
            padding: 12px 9px;
            background-color: #e5e5e5;
        }

            .yq_thumlist .thumbnail .caption h4 {
                font-size: 14px;
                color: #323232;
                margin: 0;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

        .yq_thumlist .thumbnail:hover, .yq_thumlist .thumbnail:focus {
            border-color: #4498d4;
        }

            .yq_thumlist .thumbnail:hover .caption h4,
            .yq_thumlist .thumbnail:focus .caption h4 {
                color: #4498d4;
            }

    .yq_thumlist .yq_container2 {
        width: 100%;
        height: 100%;
    }

    .yq_thumlist .yq_slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        width: 80%;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .yq_thumlist .media {
        display: block;
        background-color: #fff;
        padding: 17px 12px;
        margin-bottom: 0;
    }

        .yq_thumlist .media .media-left {
            float: left;
            margin-right: 5px;
        }

            .yq_thumlist .media .media-left img {
                width: 77px;
                height: 106px;
                padding: 1px;
                border: 1px solid #e1e1e1;
            }

        .yq_thumlist .media .media-body {
            position: relative;
            height: 106px;
            padding-top: 2px;
        }

            .yq_thumlist .media .media-body h4 {
                font-size: 14px;
                color: #323232;
                line-height: 24px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

            .yq_thumlist .media .media-body p {
                position: absolute;
                bottom: 0;
                right: 0;
                font-size: 12px;
                color: #fff;
                line-height: 24px;
                padding-right: 5px;
                height: 0px;
                border-top: 0px;
                border-bottom: 25px solid #ffae3b;
                border-right: 0px solid transparent;
                border-left: 15px solid transparent;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                margin-bottom: 0;
            }

.yq_hrentlist .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.yq_hrentlist .yq_slide {
    position: relative;
}

    .yq_hrentlist .yq_slide img {
        width: 100%;
        border: 1px solid #eeeeee;
    }

    .yq_hrentlist .yq_slide .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        font-size: 14px;
        padding: 5px;
        line-height: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }


/*返回顶部*/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: url(/images/back_top.png) no-repeat center 50%;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .cd-top.cd-is-visible {
        visibility: visible;
    }

    .cd-top.cd-fade-out {
        opacity: 1;
    }

.no-touch .cd-top:hover {
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}




/*底部*/
footer {
    background-color: #393e44;
    color: #fff;
    font-size: 12px;
    padding-top: 2rem;
    padding-bottom: 1rem;
    border-top: 1px solid #bfbfbf;
}

    footer p {
        margin-bottom: 5px;
    }

    footer a {
        color: #fff;
        font-size: 12px;
    }

    footer .lianxwm p {
        line-height: 24px;
        text-align: center;
    }

    footer .jies .foot-bottom {
        margin-top: 25%;
    }

    footer .yq_footertitle {
        border-bottom: 1px solid #bbc0d3;
        margin: 10px auto;
    }

        footer .yq_footertitle h4 {
            font-size: 14px;
            display: inline-block;
            padding-bottom: 15px;
            margin-bottom: -2px;
            border-bottom: 2px solid #00ade3;
        }

    footer .yq_footer {
        display: inline-block;
        width: 100%;
        margin-bottom: 3rem;
        padding-left: 15px;
    }

    footer .yq_wechat {
        float: left;
        width: 50%;
    }

        footer .yq_wechat .weiximg {
            width: 105px;
            margin-bottom: 8px;
        }

        footer .yq_wechat span {
            margin-right: 0;
        }

            footer .yq_wechat span img {
                height: 20px;
                margin-right: 5px;
            }

    footer .foot-bottom {
        text-align: center;
    }
/*内页*/ /*侧边*/

.leftframe {
    padding: 0px 10px;
    background-color: #fff;
}

    .leftframe h2 {
        color: #464646;
        font-size: 22px;
        line-height: 37px;
        margin-bottom: 3px;
    }

        .leftframe h2 a:hover {
            text-decoration: none;
        }

    .leftframe .page-header {
        display: none;
        padding-bottom: 0px;
        margin: 0px 0px 5px 0px;
        border-bottom: 1px solid #eeeeee;
    }
    /*未选择*/
    .leftframe .nav-stacked {
        margin-top: 10px;
    }

        .leftframe .nav-stacked > li {
            margin-bottom: 5px;
            margin-top: 5px;
        }

            .leftframe .nav-stacked > li > a {
                color: #000000;
                font-family: Microsoft YaHei;
                font-size: 12px;
                text-align: center;
                border-radius: 0px;
                float: left;
                border: 1px solid #ccc;
                margin-right: 5px;
                margin-bottom: 5px;
                padding: 10px 15px;
            }

    .leftframe .nav-width > li > a {
    }


    /*已选择*/
    .leftframe .nav-stacked > .active > a {
        color: #fff;
        font-family: Microsoft YaHei,SimHei;
        font-weight: 100;
        font-size: 12px;
        background-color: #4697d6;
        text-align: center;
        border: 1px solid #ccc;
        /* border-left: 4px solid #4697d6;*/
    }

    .leftframe .nav-stacked > li > a:hover, .leftframe .nav-stacked > li > a:focus {
        color: #fff;
        font-family: Microsoft YaHei,SimHei;
        font-size: 12px;
        background-color: #4697d6;
        text-align: center;
        border: 1px solid #ccc;
    }

/*当前位置*/
.yq_smalln {
    display: inline-block;
    margin-bottom: 15px;
}

    .yq_smalln .pull-left {
        height: 40px;
        width: 100%;
    }

        .yq_smalln .pull-left h5 {
            font-size: 12px;
        }

        .yq_smalln .pull-left table {
            font-size: 14px;
            margin-top: -16px;
        }

    .yq_smalln .breadcrumb {
        background: transparent;
        padding-top: 28px;
        color: #666465;
    }

        .yq_smalln .breadcrumb li a {
            color: #666465;
            font-size: 12px;
        }

        .yq_smalln .breadcrumb .active {
            color: #4697d6;
        }


/*会员目录*/
.yq_padding {
    padding: 10px 20px 30px;
}

.yq_membershaft .sititle {
    display: inline-block;
    width: 100%;
}

    .yq_membershaft .sititle .sititlen {
        float: left;
        width: auto;
        text-align: right;
    }

    .yq_membershaft .sititle .all {
        float: left;
        width: 60px;
        text-align: center;
        margin: 6px 5px 9px 10px;
    }

    .yq_membershaft .sititle .filtlist {
        float: left;
    }

    .yq_membershaft .sititle .yxfilt {
        margin-left: 10px;
    }

.filtlist .input-group {
    margin-left: 0;
    margin-top: 5px;
}

    .filtlist .input-group input.form-control {
        border-radius: 0;
        border-color: #4697d6;
    }

    .filtlist .input-group span {
        top: 0;
        color: #fff;
        border-color: #4697d6;
        border-radius: 0;
        background-color: #4697d6;
        cursor: pointer;
    }


.yq_filterlist .yq_filtertitle {
    border-bottom: 3px solid #0099e9;
    padding: 0;
}

    .yq_filterlist .yq_filtertitle p {
        margin-top: 30px;
        margin-bottom: 0;
        padding: 10px 15px;
        background: linear-gradient(-135deg,transparent 30px,#0099e9 0) right;
        width: 125px;
        border: none;
        color: #fff;
        display: inline-block;
    }


.list-filter {
    padding-top: 0;
    padding-bottom: 0px;
}

    .list-filter .nopadding {
        padding-right: 0;
    }

        .list-filter .nopadding h4 {
            font-size: 14px;
            line-height: 24px;
        }

    .list-filter .on {
        height: auto;
        background-color: Transparent;
    }

    .list-filter .sititle {
        color: #999;
        padding-right: 0;
        padding-left: 0;
        line-height: 45px;
        margin-bottom: 0;
    }

        .list-filter .sititle select {
            margin-top: 5px;
            font-size: 12px;
            border-radius: 0;
        }

    .list-filter .all {
        height: 30px;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        color: #8c8c8c;
        line-height: 32px;
    }

        .list-filter .all:hover, .list-filter .all :focus {
            color: #fff;
            background-color: #4697d6;
        }

        .list-filter .all.active {
            color: #fff;
            background-color: #4697d6;
        }

    .list-filter .filtlist {
        padding-left: 0;
        padding-right: 0;
    }

        .list-filter .filtlist a {
            display: inline-block;
            height: 30px;
            float: left;
            color: #555;
            line-height: 12px;
            padding: 10px;
            margin: 6px 10px 9px 0;
        }

            .list-filter .filtlist a:hover {
                color: #fff;
                background-color: #4697d6;
            }

            .list-filter .filtlist a.active {
                color: #fff;
                background-color: #4697d6;
            }



.yq_hrenttab {
    margin-top: 20px;
    margin-bottom: 0px;
}

    .yq_hrenttab thead {
        background-color: rgb(242, 242, 242);
        color: #333;
        font-weight: bold;
        text-align: center;
    }

        .yq_hrenttab thead tr td {
            padding: 10px 1px;
            border: 1px solid #ddd !important;
        }

    .yq_hrenttab tbody {
        background-color: #fff;
    }

        .yq_hrenttab tbody tr td {
            padding: 10px;
            text-align: center;
            position: relative;
            border: 1px solid #ddd;
            vertical-align: middle;
        }
        
.yq_page .pagination {
    border-radius: 0;
}

    .yq_page .pagination > li > a, .yq_page .pagination > li > span {
        border-radius: 0;
        margin: 0 3px;
    }

    .yq_page .pagination > li > a {
        color: #333;
    }

        .yq_page .pagination > li > a:hover, .yq_page .pagination > li > a:focus {
            background-color: #4697d6;
            border-color: #4697d6;
            color: #fff;
        }

    .yq_page .pagination > li.active > a, .yq_page .pagination > li.active > a:hover, .yq_page .pagination > li.active > a:focus {
        background-color: #4697d6;
        color: #fff;
        border-color: #4697d6;
    }

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    background-color: rgb(242, 242, 242);
    color: #666;
    border-color: rgb(242, 242, 242);
}
.pagination > li:first-child > a, .pagination > li:first-child > span
{
    border-radius: 0;
}
.pagination > li > span
{
    height: 34px;
    padding: 4px 3px 0px 3px;
}
/*专家库*/
.yq_expertlist {
}

    .yq_expertlist .yq_experttype {
        background-color: #ececec;
        margin-bottom: 0;
        display: inline-block;
        width: 100%;
    }

        .yq_expertlist .yq_experttype li {
            float: left;
            padding: 15px;
            border-bottom: 1px solid #dbdbdb;
        }

            .yq_expertlist .yq_experttype li a.active {
                color: #4697d6;
            }

    .yq_expertlist .yq_inttype h4 {
        font-size: 18px;
        font-weight: bold;
        color: #333;
        border-left: 3px solid #4697d6;
        padding-left: 10px;
        padding-bottom: 8px;
        margin: 20px 0 30px;
        border-bottom: 1px solid #eeeeee;
    }

    .yq_expertlist .media {
        padding: 0px 0px 20px;
    }

        .yq_expertlist .media .media-left {
            padding-right: 10px;
        }

            .yq_expertlist .media .media-left img {
                border: 1px solid #eeeeee;
            }

        .yq_expertlist .media .media-body {
            vertical-align: middle;
        }

            .yq_expertlist .media .media-body h4 {
                font-size: 15px;
                font-weight: bold;
                color: #333333;
            }

                .yq_expertlist .media .media-body h4 span {
                    font-size: 13px;
                    line-height: 22px;
                    color: #666666;
                    font-weight: normal;
                    margin-left: 15px;
                }

            .yq_expertlist .media .media-body .expertdw {
                font-size: 13px;
                margin: 15px 0;
                color: #4697d6;
            }

            .yq_expertlist .media .media-body .expertbody,
            .yq_expertlist .media .media-body .expertbody p {
                color: #666666;
                font-size: 13px;
                line-height: 24px;
            }

    .yq_expertlist .yq_expertdown {
        width: 100%;
        height: 0;
        border-left: 105px solid transparent;
        border-right: 105px solid transparent;
        border-top: 50px solid #ececec;
    }
/*大事记*/
.yq_shadow {
    -moz-box-shadow: 0px 2px 1px rgba(0,0,0,0.1); /* 老的 Firefox */
    box-shadow: 0px 2px 1px rgba(0,0,0,0.1);
}

.timer-shaft-box {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}

.timer-shaft {
    position: relative;
    width: 100%;
    height: 40px;
    overflow: hidden;
}

.timer-left {
    position: absolute;
    top:55%;
    left: 0;
    z-index: 1;
    width: 23px;
    height: 23px;
    margin-top: -18.5px;
    background: url(/images/time_left.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.timer-right {
    position: absolute;
    top: 55%;
    right: 0;
    z-index: 1;
    width: 23px;
    height: 23px;
    margin-top: -18.5px;
    background: url(/images/time_right.png) no-repeat;
    background-size: cover;
    cursor: pointer;
}

.timer-scale {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    padding-left: 25px;
    font-size: 0;
    white-space: nowrap;
}

.timer-scale-cont {
    display: inline-block;
    height: 100%;
}

.time-circle {
    display: inline-block;
    vertical-align: middle;
    width: 66px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    color: #999999;
    transition: all .3s;
    cursor: pointer;
}

.timer-scale-cont.hov .time-circle {
    color: #fff;
    background-color: #4697d6;
}

.line-scale {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 22px;
    margin: 0 2px;
    content: "|";
    background-size: cover;
}

.timer-shaft-content {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    font-size: 0;
    box-sizing: border-box;
    white-space: nowrap;
}

.shaft-detail-cont {
    display: none;
    width: 100%;
}

.timer-year {
    padding-left: 20px;
    font-weight: bold;
    color: #333;
    font-size: 0;
}

.icon-year {
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 40px;
    background: url(/images/icon_sign.png) no-repeat;
    background-size: cover;
}

.timer-year span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    font-size: 24px;
}

.month-detail-box {
    position: relative;
    width: 100%;
    min-height: 93px;
    padding-top: 20px;
    font-size: 0;
    box-sizing: border-box;
    white-space: normal;
}

    .month-detail-box:before {
        content: '';
        position: absolute;
        top: 0;
        left: 7px;
        height: 100%;
        border-right: 1px solid #d4d4d4;
    }

    .month-detail-box .month-title {
        position: absolute;
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

        .month-detail-box .month-title:before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0px;
            width: 13px;
            height: 13px;
            margin-top: 18px;
            background: url(/images/icon_circle.png) no-repeat;
            background-size: cover;
        }

.incident-record {
    display: inline-block;
    padding-left: 30px;
    line-height: 2;
    font-size: 14px;
    color: #333;
    position: relative;
}

.incident_border {
    width: auto;
    border: 1px solid #dddddd;
    padding: 10px 20px;
}

   .incident_border:after, .incident_border:before {
        border: solid transparent;
        content: ' ';
        height: 0;
        right: 91%;
        position: absolute;
        width: 0;
    }

    .incident_border:after {
        border-width: 12px;
        border-right-color: #fff;
        top: 12px;
    }

    .incident_border:before {
        border-width: 14px;
        border-right-color: #dddddd;
        top: 10px;
    }

.incident-record h4 {
    color: #4697d6;
    font-size: 18px;
    font-weight: bold;
}

.incident-record ul li span {
    color: #4697d6;
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.incident-record a {
    font-size: 14px;
    color: #1d69a3;
}
/*联系我们*/
.yq_map {
    border: 1px solid #eeeeee;
}

.yq_contactus {
    margin-top: 20px;
}

    .yq_contactus .panel {
        border: 1px solid #eeeeee;
    }

        .yq_contactus .panel .panel-heading {
            background-color: #fafafa;
            padding: 10px 0px 10px 20px;
            border-color: #eeeeee;
            height: auto;
        }

            .yq_contactus .panel .panel-heading h3 {
                color: #333;
                font-weight: bold;
            }

                .yq_contactus .panel .panel-heading h3 img {
                    margin-right: 5px;
                }

        .yq_contactus .panel .panel-body {
            padding: 30px 50px;
            height: 200px;
        }

.yq_address {
    margin: 3% auto 5%;
    text-align: center;
}
/*文章*/
.article_yy {
    -moz-box-shadow: 1px 1px 1px 1px #cccccc;
    -webkit-box-shadow: 1px 1px 1px 1px #cccccc;
    box-shadow: 1px 1px 1px 1px #cccccc;
    color: #666666;
}

.article_yq {
    height: 100%;
    background: #fff;
}

    .article_yq hr {
        margin: 10px auto;
        border: 0;
        border-bottom: 1px solid #eee;
    }

    .article_yq .page-header h2 {
        font-size: 18px;
        line-height: 1.6em;
        margin-bottom: 5px;
    }

    .article_yq .page-header h3 {
        font-size: 14px;
        color: #868687;
        font-weight: normal;
    }

    .article_yq .page-header p {
        font-size: 12px;
        color: #868687;
    }

    .article_yq .yq-body {
        font-size: 15px;
        line-height: 1.5em;
        color: #868687;
    }

        .article_yq .yq-body p {
            color: #868687;
            text-indent: 2em;
            line-height: 2em;
        }

        .article_yq .yq-body table {
            margin-left: 2em;
            margin-top: 10px;
        }

        .article_yq .yq-body h1, .article_yq .yq-body h2, .article_yq .yq-body h3, .article_yq .yq-body h4, .article_yq .yq-body h5 {
            font-weight: bold;
            line-height: 200%;
        }

        .article_yq .yq-body img {
            max-width: 95% !important;
            height: auto;
            margin: 0;
        }
        .article_yq .yq-body p img {
           margin-left: -20px;
        }
        .article_yq .yq-body ol li, .article_yq .yq-body ul li {
            font-size: 15px;
            margin-left: 3em;
            line-height: 150%;
        }

    .article_yq .yq-tag {
        font-size: 15px;
        text-indent: 0em;
        margin-top: 20px;
    }

        .article_yq .yq-tag a {
            color: #666666;
        }

    .article_yq .yq-page {
        text-indent: 0em;
        margin: 20px 0px 10px 0px;
        font-size: 14px;
        text-indent: 0em;
        line-height: 180%;
    }

        .article_yq .yq-page a {
            color: #666666;
        }
    /*文章 end*/

    /*下载*/

    .article_yq .yq_xz h4 {
        margin-top: 0px;
        font-size: 14px;
        border-bottom: 1px dashed #c2c2c2;
        line-height: 2em;
    }

        .article_yq .yq_xz h4 a {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .article_yq .yq_xz h4 span {
            font-size: 14px;
            color: #c2c2c2;
        }
  /*图文混排新闻列表*/
.yq-list-group {
   padding: 0 10px;
}
.yq-list-group .list-group-item
{
    border: none;
    padding: 0;
    padding-top: 10px;
    margin-bottom: 1px;
    border-bottom: 1px dashed #666;
    padding-bottom: 10px;
}
.yq-list-group .list-group-item .list-group-item-img
{
    max-width: 230px;
    clear: both;
}

.yq-list-group .list-group-item .list-group-item-img img
{
    width: 100%;
}
.yq-list-group .list-group-item-caption
{
    padding-left: 10px;
    padding-right: 10px;
}
.yq-list-group .list-group-item-caption .list-group-item-heading
{
    font-weight: bold;
    color: #4697d6;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.yq-list-group .list-group-item-caption .list-group-item-heading1
{
    font-weight: bold;
    color: #4697d6;
    font-size: 15px;
    margin-top: 0;
    line-height: 20px;
}
.yq-list-group h4 span
{
    color: #868687;
    font-size: 12px;
    font-weight: normal;
    background-color:transparent;
}

.yq-list-group .list-group-item-caption .list-group-item-text
{
    font-size: 14px;
    color: #868687;
    line-height: 1.6em;
}
    .yq-list-group .list-group-item-caption .list-group-item-text .badge {
        color: #868687;
        font-weight:normal;
       background-color:transparent;
    }

.five .bottom-line ul li a img {
    width: 100%;
    height: 120px;
}

.five .bottom-line ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.yq-list-group .item-caption .item-heading {
    font-size: 14px;
    color: #4697d6;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2em;
}

.yq-list-group .item-caption .item-text {
    font-size: 12px;
    color: #7d7d7d;
    line-height: 1.4em;
    margin-bottom: 3px;
    text-indent: 0;
}

    .yq-list-group .item-caption .item-text span {
        color: #8c8c8c;
    }

.yq-list-group .item-caption .item-time {
    color: #999999;
    margin-bottom: 0;
    overflow: hidden;
}
/*翻页*/
.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}

.pagination > li > span {
    height: 34px;
    padding: 4px 3px 0px 3px;
}


/*会员目录*/
.panel-heading {
    border: 1px solid #efefef;
    padding: 0px;
    margin-bottom: 20px;
    overflow-y: auto;
    height: 500px;
}

    .panel-heading h5 {
        background-color: #fff;
        margin: 0px;
        padding: 10px;
        font-size: 16px;
    }

.yq_hymul .table-striped th {
    text-align: center;
    background: #fff;
    white-space: nowrap;
}
/*专题页css*/
.header a
{
    display: block;
    padding: 10px 0;
}
.ztbanner {
  padding:0;
}
.ztbanner img
{
    width: 100%;
}
.ztnav .navbar-ny
{
    background: #005398;
}
    .ztnav .navbar-ny .navbar-yq {
       margin-bottom:0;
    }
.ztnav .navbar-ny .navbar-yq ul
{
    width: 100%;
}
.ztnav .navbar-ny .navbar-yq ul li
{
    width: 20%;
    float: left;
}
.ztnav .navbar-ny .navbar-yq li a
{
    color: #fff;
    padding: 15px 8px;
}
.ztabout
{
    /*background:#ecf0f1;*/
}
.ztabout h2
{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.ztabout h2 p
{
    font-size: 18px;
}
.ztabout p
{
    padding-left: 30px;
    padding-right: 30px;
}
.ztabout1
{
    margin-top: 15px;
    padding-bottom: 10px;
}
.ztabout1 .thumbnail
{
    border: none;
}
.ztabout1 .thumbnail h3
{
    font-size: 14px;
    margin-top: 10px;
    font-weight: 700;
}
.ztabout1 .thumbnail .caption
{
    background: #eee;
    height: 172px;
    overflow: hidden;
    padding-bottom: 10px;
}
.ztabout1 .thumbnail .caption > a
{
    display: block;
    overflow: hidden;
}
.ztabout1 .thumbnail .caption p
{
    font-size: 14px;
    overflow: hidden;
    height: 100px;
}
.ztnews1
{
    margin-top: 15px;
}

.ztnews1 img
{
    width: 100%;
    display: block;
}
.ztnews1 h3
{
    padding-top: 0;
    margin-top: 0;
    font-size: 14px;
    font-weight: 700;
}
.ztnews1 p
{
    height: 84px;
    overflow: hidden;
    font-size: 12px;
}
.ztcase
{
    margin-top: 20px;
}
.ztcase .thumbnail
{
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.ztcase .thumbnail img
{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    width: 100%;
}

.ztcase .thumbnail:hover img
{
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
}
.ztcarousel-cap
{
    position: absolute;
    bottom: 0px;
    text-align: center;
    background: rgba(0,0,0, 0.5) !important;
    filter: Alpha(opacity=50);
    height: 34px;
    width: 100%;
    color: #ffffff;
    z-index: 60;
    bottom: 0px;
}
.ztcase .thumbnail .ztcarousel-cap p
{
    padding: 8px;
    font-size: 14px;
}
.ztabout2
{
    /*background-image: url(../images/about-bg.png);*/
    background: #f4f4f4;
    margin-bottom: 25px;
    padding-top: 20px;
}
.ztabout2 .about-left
{
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
}
.ztabout2 .about-left .about-title
{
    text-align: right;
    color: #5b5b5b;
    font-size: 38px;
    margin: 40px 0px 20px;
}
    .ztabout2 .about-left .about-title h2 {
       font-size: 24px;
    }
.ztabout2 .about-left h4
{
    font-size: 38px;
    font-weight: bold;
    margin-top: 20px;
}
.ztabout2 .about-left p
{
    color: #000;
    font-size: 15px;
    line-height: 28px;
}
.ztabout2 .mat
{
    width: 100%;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}
.ztabout2 a
{
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
}
.ztabout2 .btn-default
{
    background: transparent;
    border-radius: 2px;
    border: 2px solid #5b5b5b;
}
.ztabout2 .nopadding
{
    margin-top: 15px;
}

.ztma
{
    margin-bottom: 25px; 
}
.ztma .title
{
    border-bottom: 1px solid #045bb8;
    color: #005398;
    font-family: Microsoft YaHei,SimHei;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-top: 5px;
    font-weight: bold;
}
.ztma .title a
{
    font-size: 14px;
    font-weight: normal;
}
.ztma .list-group
{
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
    margin-top: 10px;
}
.ztma .list-group .badge
{
    background-color: Transparent;
    color: #5c5c5c;
    font-family: Microsoft YaHei,SimHei;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
}
.ztma .list-group .list-group-item
{
    background-color: Transparent;
    border: 0 none;
    font-family: Microsoft YaHei,SimHei;
    font-size: 14px;
    margin: -1px 0 0;
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 80%;
    float: left;
}

.ztma .list-group .list-group-item:hover
{
    color: #005398;
}
 
.ztjy .new_yq h3
{
    border-bottom: 1px solid #005398;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #005398;
}
.ztjy .readmore
{
    font-family: Microsoft YaHei,SimHei;
    font-size: 14px;
    color: #333;
    font-weight: normal;
    padding-right: 15px;
}
.ztjy .new .news .list-group-item-heading
{
    padding-left: 15px;
    padding-right: 15px;
}
.ztjy .new_yq .list-group-item h4
{
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url("ellipsis.xml#ellipsis");
    margin-bottom: 16px;
}
.ztjy .new_yq .list-group-item
{
    border: none;
    padding-left: 0;
}
.ztjy .list-group-item p span
{
    color: #c4c4c4;
}
.ztjy .list-group-item p
{
    font-size: 12px;
    line-height: 22px;
}
.ztjy .new .news .list-group ul li
{
    list-style: none;
    padding-bottom: 12px;
    margin-top: 15px;
    border-bottom: 1px dashed #dcdcdc;
}
.ztjy .new_yq .list-group-item h4
{
    color: #444;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url("ellipsis.xml#ellipsis");
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bolder;
}
.ztjy .new_yq .list-group-item p.under
{
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 5px;
    color: #333;
    font-size: 12px;
}
.ztjy img
{
    width: 100%;
    height: 66px;
}
.ztlx
{
    margin-bottom: 50px;
}
.ztlx .title
{
    border-bottom: 1px solid #005398;
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #005398;
}
.ztfw
{
    margin-bottom: 25px;
}

.qyfcny ul
{
    background: #ffffff;
    position: relative;
    padding: 0px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    -moz-box-shadow: 1px 1px 1px 1px #cccccc;
    -webkit-box-shadow: 1px 1px 1px 1px #cccccc;
    box-shadow: 1px 1px 1px 1px #cccccc;
}
.qyfcny ul li
{
    border: none;
    margin-bottom: 10px;
}
.qyfcny ul li a
{
    border: none;
}

.liuyan
{
    padding: 30px 0px;
    margin-top: 30px;
    font-size: 15px;
    color: #666666;
    background-color: #f2f2f2;
}

.liuyan .right .btn
{
    background: #3366cc;
    color: #fff;
    padding: 8px 35px;
    border-radius: 4px;
    margin-top: 16px;
}
/*inquiry*/
.yq_inquiry {
   margin-top:10px;
   padding:0;
}
    .yq_inquiry .form-group {
        display: flow-root;
        margin: 20px 0;
    }
    .yq_inquiry select.form-control {
      width:35px;
      float: left;
    }
 .yq_inquiry .input-group {
        width: 328px;
        margin-top: 7px;
    }
    .yq_inquiry input.form-control {
       width:185px;float: left;
    }
    .yq_inquiry .form-control {
        height: 40px;
        margin: 0;
        padding: 0;
        padding-left: 10px;
        border-radius: 0;
        border-color: #dfdfdf;
    }

    .yq_inquiry .btn {
        font-size: 14px;
        color: #fff;
        background-color: #3e8ac4;
        border-radius: 0px;
        padding: 10px 16px 10px;
        font-family: Microsoft YaHei,SimHei;
        float: left;
        margin-top: -2px;
        border: none;
    }

    .yq_inquiry .input-group-btn:hover .btn-default {
        color: #fff;
        background-color: #3e8ac4;
        font-family: Microsoft YaHei,SimHei;
        float: left;
        margin-top: -2px;
        border-color: #dfdfdf;
    }



/*网站地图*/
.yq_sitemap
{
    margin-top: 2rem;
}
.sitemap h3
{
    margin-bottom: 22px;
    position: relative;
    color: #5a5a5a;
    font-family: Microsoft YaHei,SimHei;
    font-weight: 100;
    font-size: 16px;
    border: 0px;
    padding: 5px 10px 8px 10px;
    border-radius: 0px;
}

.sitemap h3 a
{
    border: 1px solid #333333;
    color: #013781;
    padding: 5px 15px 5px 15px;
}

.sitemap h3 a:hover
{
    border: 1px solid #013781;
    color: #fff;
    font-family: Microsoft YaHei,SimHei;
    font-weight: 100;
    font-size: 16px;
    border: 0px;
    background-color: #013781;
    text-align: center;
    text-decoration: none;
}

.sitemap ul
{
    margin-bottom: 0px;
    margin-left: 10px;
}

.sitemap ul li
{
    display: inline-block;
    margin-bottom: 24px;
}

.sitemap ul li > a
{
    border: 1px solid #585858;
    color: #222222;
    font-family: Microsoft YaHei,SimHei;
    font-weight: 100;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    background-color: #ececec;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
    padding: 10px 15px;
}

.sitemap ul > li > a:hover
{
    color: #ffffff;
    font-family: Microsoft YaHei,SimHei;
    font-size: 14px;
    border: 0px;
    border-radius: 0px;
    background-color: #013781;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    text-align: center;
    border-bottom: 0px;
    text-decoration: none;
}