<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
    font-weight: normal;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    font: 14px/1.5 arial, \5b8b\4f53;
    color: #000;
    outline: 0;
}

input, option, select {
    font: 14px / 1.42857 "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
    background: #fff;
    font: 14px / 1.42857 "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

address, cite, dfn, em, var {
    font-style: normal;
}

code, kbd, pre, samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: #01500a;
}

a:hover {
    text-decoration: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

img {
    vertical-align: bottom;
}

.clear {
    clear: both;
}

a, input, button {
    outline: none;
}

::-moz-focus-inner {
    border: 0px;
}

/*******************************************初始化完成*******/
.topline_bg {
    width: 100%;
    padding: 3px 0;
    background: #87756b;
}

.topline_bg .topline {
    width: 1140px;
    margin: 0 auto;
}

.topline_bg .topline p {
    font-size: 12PX;
    color: #fff;
    text-align: left;
}

.topline_bg .topline p strong {
    font-size: 14px;
    margin-left: 5px;
}

/*logo*/

.logo_main_bg {
    width: 100%;
    background: url(/images/top_bg.jpg) no-repeat top center;
    overflow: hidden;
}

.logo_main_bg .logo_main {
    width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
}

.logo_main_bg .logo_main .left_logo {
    float: left;
}

.logo_main_bg .logo_main .right_login {
    float: right;
    height: 65px;
}

.logo_main_bg .logo_main .right_login .btn {
    padding: 5px 20px;
    border-radius: 3px;
    color: #bf9e6d;
    margin-right: 5px;
}

.logo_main_bg .logo_main .right_login .btn_bor {
    border: 1px #555 solid;
}

.logo_main_bg .logo_main .right_login .btn_bg {
    background: #bf9e6d;
    color: #fff;
}

.logo_main_bg .logo_main .right_login .search_btn {
}

.logo_main_bg .logo_main .right_login .index_search {
    width: 200px;
    border: 1px #ddd solid;
    background: #fff;
    border-radius: 4px;
    height: 25px;
    display: none;
    margin-top: 15px;
    text-indent: 6px
}

.logo_main_bg .logo_main .right_login .index_smt {
    display: none;
}

.logo_main_bg .logo_main .right_login span {
    font-size: 22px;
    color: #bf9e6d;
}

/*导航*/
.nav_bg {
    width: 100%;
    background: #bf9e6d;
}

.nav_bg .nav {
    width: 1140px;
    margin: 0 auto;
}

.nav_bg .nav &gt; .top_nav {
}

.nav_bg .nav &gt; .top_nav li {
    float: left;
    text-align: center;
    padding: 2px 0;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.nav_bg .nav &gt; .top_nav &gt; li {
    position: relative;
    width: 140px;
}

.nav_bg .nav &gt; .top_nav li a {
    line-height: 30px;
    color: #fff;
    display: block;
    border-left: 1px #dcdddd solid;
    border-right: 1px #b5b5b6 solid;
}

.nav_bg .nav &gt; .top_nav .li_top a {
    border-left: 0;
}

.nav_bg .nav &gt; .top_nav .li_bom a {
    border-right: 0;
}

.nav_bg .nav &gt; .top_nav &gt; li:hover {
    background: #87756b;
}

.nav_bg .nav &gt; .top_nav &gt; li:hover .sub_nav {
    display: block;
}

.nav_bg .nav &gt; .top_nav &gt; li .sub_nav {
    display: none;
    width: 100%;
    position: absolute;
    z-index: 99;
    background: #87756b;
    overflow: hidden;
    border-radius: 0 0 4px 4px;
}

.nav_bg .nav &gt; .top_nav &gt; li .sub_nav li {
    width: 100%;
}

.nav_bg .nav &gt; .top_nav &gt; li .sub_nav li a {
    border: 0;
}

.nav_bg .nav &gt; .top_nav &gt; li .sub_nav li:hover {
    background: #a7161d;
}

.nav_bg .nav .menu {
    display: none;
}

.nav_bg .nav .menu em {
    font-size: 18px;
}

/*轮播图*/
.flexslider1 {
    position: relative;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
    box-shadow: 2px 2px 10px #ccc;
    width: 100%;
}

.slides1 {
    position: relative;
    z-index: 1;
}

.slides1 li {
    height: 100%;
    z-index: 9999;
}

.slides1 li img {
    width: 100%;
    height:360px;
    max-height: 360px;
    display: block;
    margin: 0 auto;
    min-width: 100%;
}

/*轮播图圆点*/
.flexslider1 .flex-control-nav {
    position: absolute;
    bottom: 2%;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flexslider1 .flex-control-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flexslider1 .flex-control-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 15px;
    overflow: hidden;
    background: #ddd;
    cursor: pointer;
    text-indent: -9999em;
    float: left;
}

.flexslider1 .flex-control-nav .flex-active {
    background-position: 0 0;
    background: #bf9e6d;
}

/*轮播图把手*/
.flexslider1 .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
    display: none;
}

.flexslider1 .flex-direction-nav li a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
}

.flexslider1 .flex-direction-nav li a.flex-prev {
    left: 20px;
    background: #999;
}

.flexslider1 .flex-direction-nav li a.flex-next {
    right: 20px;
    background: #999;
}

/*公共样式*/
.container-100 {
    width: 100%;
}

.container {
    width: 1140px;
    margin: 0 auto;
    margin-top: 30px;
}

.wrap_narr {
    width: 340px;
}

.wrap_wide {
    width: 770px;
}

.flo_left {
    float: left;
}

.flo_right {
    float: right;
}

/*第一层*/
.container .wrap_narr .flexslider2 {
    position: relative;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
    box-shadow: 2px 2px 10px #ccc;
    width: 100%;
}

.slider2 {
    position: relative;
    z-index: 1;
}

.container .wrap_narr .flexslider2 li {
    height: 100%;
    z-index: 9999;
    position: relative;
}

.container .wrap_narr .flexslider2 li a img {
    display: block;
    margin: 0 auto;
}

.container .wrap_narr .flexslider2 li a {
    display: block;
}

.container .wrap_narr .flexslider2 .title {
    color: #fff;
    background: #bf9e6d;
    padding: 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

/*轮播图2圆点*/
.flexslider2 .flex-control-nav {
    position: absolute;
    bottom: 2%;
    z-index: 2;
    right: 0;
    text-align: center;
    display: none;
}

.flexslider2 .flex-control-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flexslider2 .flex-control-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 15px;
    overflow: hidden;
    background: #ddd;
    cursor: pointer;
    text-indent: -9999em;
    float: left;
}

.flexslider2 .flex-control-nav .flex-active {
    background-position: 0 0;
    background: #bf9e6d;
}

/*轮播图2把手*/
.flexslider2 .flex-direction-nav {
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 35px;
}

.flexslider2 .flex-direction-nav li a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flexslider2 .flex-direction-nav li a.flex-prev {
    right: 60px;
    background: url(../images/slide_left.png) no-repeat center center;
    border-radius: 4px 0 0 4px;
}

.flexslider2 .flex-direction-nav li a.flex-next {
    right: 20px;
    background: url(../images/slide_right.png) no-repeat center center;
    border-radius: 0 4px 4px 0;
}

/*结果公示*/
.container .jggs {
    background: #f6f8fa;
    border: 1px #ececec solid;
}

.container .title {
    margin-top: 20px;
}

.container .title .title_left {
    width: 100px;
    height: 25px;
    line-height: 25px;
    background: #bf9e6d;
    text-align: center;
    color: #fff;
    float: left;
}

.container .title .title_right {
    float: right;
    margin-right: 10px;
}

.container .title .title_right a {
    width: 20px;
    height: 20px;
    border: 1px #bf9e6d solid;
    border-radius: 3px;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #bf9e6d;
}

.container .jggs .jggs_list {
    padding: 10px;
    padding-bottom: 0;
}

.container .jggs .jggs_list dl {
}

.container .jggs .jggs_list dl dd {
    float: left;
    width: 50%;
    margin-bottom: 25px;
}

.container .jggs .jggs_list dl dd .ico {
    float: left;
    background: #bf9e6d;
    border-radius: 15px;
    text-align: center;
}

.container .jggs .jggs_list dl dd .ico em {
    color: #fff;
    font-size: 42px;
    width: 90px;
    padding: 20px 0;
}

.container .jggs .jggs_list dl dd .r_title {
    float: right;
    width: 270px;
}

.container .jggs .jggs_list dl dd .r_title h1 a {
    color: #343434;
    font-weight: normal;
    min-height: 50px;
}

.container .jggs .jggs_list dl dd .r_title h1 a:hover {
    text-decoration: underline;
}

.container .jggs .jggs_list dl dd .r_title .overflow {
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
}

.container .jggs .jggs_list dl dd .r_title .time {
    text-align: right;
    color: #999;
    margin-right: 12px;
}

/*第二层*/
.container .zcxw .title {
    margin-top: 0;
    border-bottom: 1px #bf9e6d solid;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.container .zcxw .title .title_left {
    background: none;
    color: #bf9e6d;
    text-align: left;
    font-size: 18px;
}

.container .zcxw .zcxw_wrap {
}

.container .zcxw .zcxw_wrap .flo_left {
    width: 48%;
}

.container .zcxw .zcxw_wrap .flo_left h1 {
}

.container .zcxw .zcxw_wrap .flo_left h1 a {
    color: #d72a2c;
    font-size: 16px;
}

.container .zcxw .zcxw_wrap .flo_left ul {
}

.container .zcxw .zcxw_wrap .flo_left ul li {
    border-bottom: 1px #999 dashed;
    padding: 10px 0;
}

.container .zcxw .zcxw_wrap .flo_left ul li img {
    display: block;
    float: left;
}

.container .zcxw .zcxw_wrap .flo_left ul li a {
    display: block;
    float: right;
    color: #343434;
    width: 300px;
}

.container .zcxw .zcxw_wrap .flo_left ul li a:hover {
    color: #bf9e6d;
}

/*tab*/
.container .zcxw .zcxw_wrap .flo_right {
    width: 48%;
}

.demolayout {
    width: 100%;
    position: relative;
    margin-bottom: 0px;
    overflow: hidden;
}

/*tab导航*/
.demo_list {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 9;
    border-bottom: 3px #999 solid;
}

.demo_list li {
    float: left;
    width: 33.33%;
    height: 30px;
    line-height: 30px;
}

.demo_list li a {
    text-align: center;
    display: block;
    color: #343434;
    background: #fff;
}

.demo_list li .active {
    color: #bf9e6d;
    border-bottom: 3px #bf9e6d solid;
}

.demo_list li a:hover {
    color: #bf9e6d;
}

/*tab内容*/
.tabs-container {
    clear: left;
    margin-top: 55px;
}

.tabs-container .tab-nested {
    width: 100%;
}

.tabs-container .tab-nested ul {
}

.tabs-container .tab-nested ul li {
    line-height: 30px;
}

.tabs-container .tab-nested ul li:hover {
    text-decoration: underline;
}

.tabs-container .tab-nested ul li span {
    float: right;
}

.tabs-container .tab-nested ul li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #343434px;
    width: 260px;
    display: block;
    color: #343434;
}

/*快速通道*/
.container .kstd {
    background: #f6f8fa;
    border: 1px #ececec solid;
}

.container .kstd .kstd_list {
    padding: 20px 5px 0 5px;
}

.container .kstd .kstd_list ul {
}

.container .kstd .kstd_list ul li {
    float: left;
    width: 50%;
    margin-bottom: 30px;
}

.container .kstd .kstd_list ul li a {
    display: block;
    margin: 0 5px;
    height: 40px;
    background: #e8e8e8;
    line-height: 40px;
    position: relative;
    text-align: left;
    color: #343434;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    padding: 0 5px;
    border-radius: 0px;
}

.container .kstd .kstd_list ul li a em {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 24px;
}

.container .kstd .kstd_list ul li .t1 {
    border-left: 2px #f07764 solid;
}

.container .kstd .kstd_list ul li .t2 {
    border-left: 2px #96ca82 solid;
}

.container .kstd .kstd_list ul li .t3 {
    border-left: 2px #71b7f3 solid;
}

.container .kstd .kstd_list ul li .t4 {
    border-left: 2px #5ac3a2 solid;
}

.container .kstd .kstd_list ul li .t5 {
    border-left: 2px #b7a9da solid;
}

.container .kstd .kstd_list ul li .t6 {
    border-left: 2px #e6ae71 solid;
}

.container .kstd .kstd_list ul li .t1:hover {
    background: #f07764;
    color: #fff;
}

.container .kstd .kstd_list ul li .t2:hover {
    background: #96ca82;
    color: #fff;
}

.container .kstd .kstd_list ul li .t3:hover {
    background: #71b7f3;
    color: #fff;
}

.container .kstd .kstd_list ul li .t4:hover {
    background: #5ac3a2;
    color: #fff;
}

.container .kstd .kstd_list ul li .t5:hover {
    background: #b7a9da;
    color: #fff;
}

.container .kstd .kstd_list ul li .t6:hover {
    background: #e6ae71;
    color: #fff;
}

.container .kstd .kstd_list ul li .t1 em {
    background: #f07764;
}

.container .kstd .kstd_list ul li .t2 em {
    background: #96ca82;
}

.container .kstd .kstd_list ul li .t3 em {
    background: #71b7f3;
}

.container .kstd .kstd_list ul li .t4 em {
    background: #5ac3a2;
}

.container .kstd .kstd_list ul li .t5 em {
    background: #b7a9da;
}

.container .kstd .kstd_list ul li .t6 em {
    background: #e6ae71;
}

.container .kstd .kstd_list ul li a em {
    display: none;
}

.container .kstd .kstd_list ul li a:hover em {
    width: 100%;
    display: block;
}

.container .kstd .kstd_list ul li a:hover {
    text-align: center;
}

/*第三层*/
.container .wrap_wide .flexslider3 {
    position: relative;
    overflow: hidden;
    background: url(../images/loading.gif) 50% no-repeat;
    box-shadow: 2px 2px 10px #ccc;
    width: 100%;
}

.slider3 {
    position: relative;
    z-index: 1;
}

.container .wrap_wide .flexslider3 li {
    height: 100%;
    z-index: 9999;
    position: relative;
}

.container .wrap_wide .flexslider3 li .introduce {
    position: absolute;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    padding: 25px;
    background: #bf9e6d;
    color: #fff;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
}

.container .wrap_wide .flexslider3 li .introduce:hover {
    padding-right: 60px;
}

.container .wrap_wide .flexslider3 li .introduce h1 {
    font-weight: normal;
    font-size: 18px;
}

.container .wrap_wide .flexslider3 li .introduce p {
    margin-top: 25px;
    line-height: 24px;
}

.container .wrap_wide .flexslider3 li .introduce a {
    display: block;
    width: 100px;
    text-align: center;
    padding: 5px 0;
    color: #fff;
    border: 1px #fff solid;
    border-radius: 3px;
    margin-top: 25px;
}

.container .wrap_wide .flexslider3 li img {
    display: block;
    margin: 0 auto;
}

/*轮播图3圆点*/
.flexslider3 .flex-control-nav {
    position: absolute;
    bottom: 2%;
    z-index: 2;
    right: 0;
    text-align: center;
    display: none;
}

.flexslider3 .flex-control-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    display: inline;
    zoom: 1;
}

.flexslider3 .flex-control-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 15px;
    overflow: hidden;
    background: #ddd;
    cursor: pointer;
    text-indent: -9999em;
    float: left;
}

.flexslider3 .flex-control-nav .flex-active {
    background-position: 0 0;
    background: #bf9e6d;
}

/*轮播图3把手*/
.flexslider3 .flex-direction-nav {
    position: absolute;
    z-index: 999;
    width: 100%;
    bottom: 35px;
}

.flexslider3 .flex-direction-nav li a {
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flexslider3 .flex-direction-nav li a.flex-prev {
    right: 60px;
    background: url(../images/slide_left.png) no-repeat center center;
    border-radius: 4px 0 0 4px;
}

.flexslider3 .flex-direction-nav li a.flex-next {
    right: 20px;
    background: url(../images/slide_right.png) no-repeat center center;
    border-radius: 0 4px 4px 0;
}

/*咨询入口*/
.container .zxrk {
}

.container .zxrk .title {
    margin-top: 0;
    border-bottom: 1px #bf9e6d solid;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.container .zxrk .title .title_left {
    background: none;
    color: #bf9e6d;
    text-align: left;
    font-size: 18px;
}

.container .zxrk .zxrk_search {
    margin-top: 10px;
}

.container .zxrk .zxrk_search h1 {
    font-size: 14px;
    font-weight: normal;
}

.container .zxrk .zxrk_search .search_list {
    margin: 10px 0;
    background: url(../images/ico.png) no-repeat left center;
}

.container .zxrk .zxrk_search .search_list ul {
    float: right;
    width: 70%;
}

.container .zxrk .zxrk_search .search_list ul li {
    width: 100%;
    border: 1px #999 solid;
    border-radius: 3px;
}

.container .zxrk .zxrk_search .search_list ul li .search_text {
    height: 25px;
    width: 73%;
    border-right: 0;
    padding-left: 5%;
    line-height: 25px;
    border: 0;
}

.container .zxrk .zxrk_search .search_list ul li .btn {
    width: 20%;
    display: inline-block;
    height: 27px;
    line-height: 27px;
    text-align: center;
    background: #bf9e6d;
    color: #fff;
}

.container .zxrk .zxrk_search .search_list ul li .cars {
    width: 100%;
    height: 25px;
    border: 0;
}

.container .zxrk .zxrk_search h2 {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px #999 solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.container .zxrk .zxrk_search h2 span {
    color: #f00;
    font-size: 12px;
}

.container .zxrk .zxrk_search .hot_list {
}

.container .zxrk .zxrk_search .hot_list li {
    line-height: 28px;
}

.container .zxrk .zxrk_search .hot_list li a {
    color: #343434;
}

.container .zxrk .zxrk_search .hot_list li a:hover {
    text-decoration: underline;
}

/*底部链接*/
.foot_link_bg {
    width: 100%;
    background: #bf9e6d;
    padding: 5px 0;
    margin-top: 30px;
}

.foot_link_bg .foot_link {
    width: 1140px;
    margin: 0 auto;
}

.foot_link_bg .foot_link p {
    text-align: center;
    color: #fff;
}

.foot_link_bg .foot_link p a {
    color: #fff;
}

.foot_link_bg .foot_link p a:hover {
    text-decoration: underline;
}

.footer_bg {
    width: 100%;
    background: #87756b;
    padding: 30px 0;
}

.footer {
    width: 1140px;
    margin: 0 auto;
}

.footer p {
    color: #fff;
    text-align: center;
    line-height: 28px;
}

/***********************************************************关于安居*/
/*顶部标题和路径导航*/

.top_title .title {
    font-size: 24px;
    color: #bf9e6d;
}

.top_title .breadcrumb {
}

.top_title .breadcrumb li {
    float: left;
    margin-left: 10px;
}

.top_title .breadcrumb li em {
    color: #bf9e6d;
    font-size: 18px;
    margin-right: 5px;
}

.top_title .breadcrumb li a {
    color: #343434;
}

.top_title .breadcrumb ol .active {
    color: #bf9e6d;
}

/*分页左*/
.container .wrap_left {
    width: 265px
}

.container .wrap_left .left_menu h1 {
    padding: 12px;
    font-size: 18px;
    color: #bf9e6d;
    font-weight: normal;
    border: 1px #ccc solid;
    border-radius: 6px 6px 0 0;
}

.container .wrap_left .left_menu h1 span {
    margin-right: 10px;
    line-height: 30px;
}

.container .wrap_left .left_menu ul {
}

.container .wrap_left .left_menu ul .active a {
    color: #bf9e6d;
}

.container .wrap_left .left_menu li {
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    border-bottom: 1px #ccc solid;
}

.container .wrap_left .left_menu li img{
    padding: 12px 0 12px 10px;
    cursor:pointer;
}

.container .wrap_left .left_menu li a {
    border-top: 0;
    display: inline-block;
    padding: 12px 0 12px 50px;
    font-size: 16px;
    color: #343434;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.container .wrap_left .left_menu li a:hover {
    color: #bf9e6d;
}

/*分页左搜索*/
.container .wrap_left .left_search {
    margin-top: 25px;
    border: 1px #ccc solid;
    border-radius: 6px;
    padding: 6px 12px;
}

.container .wrap_left .left_search a {
    font-size: 20px;
    color: #bf9e6d;
}

.container .wrap_left .left_search .search {
    border: 0;
    padding-left: 10px;
    width: 70%;
}

/*分页左快捷导航*/
.container .wrap_left .qnav {
    margin-top: 25px;
}

.container .wrap_left .qnav a {
    display: block;
    text-align: center;
    padding: 30px 0;
    color: #fff;
    transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.container .wrap_left .qnav a h1 {
    font-size: 20px;
    font-weight: normal;
}

.container .wrap_left .qnav a h1 p {
    font-size: 16px;
}

.container .wrap_left .qnav a .fa {
    font-size: 58px;
}

.container .wrap_left .qnav .qnav_bom {
    margin-top: 10px;
}

.container .wrap_left .qnav .qnav_top .q1 {
    width: 49%;
    background: #96ca82;
    border-radius: 5px 0 0 0;
}

.container .wrap_left .qnav .qnav_top .q1:hover {
    background: #6cd245;
}

.container .wrap_left .qnav .qnav_top .q2 {
    width: 49%;
    background: #f17666;
    border-radius: 0 5px 0 0;
}

.container .wrap_left .qnav .qnav_top .q2:hover {
    background: #f0523d;
}

.container .wrap_left .qnav .qnav_bom .q3 {
    width: 39%;
    background: #5ac3a2;
    border-radius: 0 0 0 5px;
}

.container .wrap_left .qnav .qnav_bom .q3:hover {
    background: #25cc97;
}

.container .wrap_left .qnav .qnav_bom .q4 {
    width: 59%;
    background: #71b7f2;
    border-radius: 0 0 5px 0;
}

.container .wrap_left .qnav .qnav_bom .q4:hover {
    background: #1d95fa;
}

/*分页右*/
{
    width: 845px
;
}

.top_banner img {
    width: 100%;
}

.wrap_right_text {
    padding: 25px 0;
    margin: 25px 0;
}

.wrap_right_text p {
    text-indent: 2em;
    line-height: 24px;
}

.speech {
    width: 100%;
    border: 1px #343434 dashed;
    border-left: 0;
    border-right: 0;
    padding: 25px 0;
}

.speech .sp_img {
    width: 300px;
}

.speech .sp_img img {
    display: block;
    margin: 0 auto;
}

.speech .sp_text {
    width: 520px;
}

.speech .sp_text h1 {
    font-size: 18px;
    color: #bf9e6d;
    border-bottom: 2px #bf9e6d solid;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.speech .sp_text h1 span {
    font-size: 20px;
    margin-left: 10px;
}

.speech .sp_text p {
    line-height: 24px;
    text-indent: 2em;
}

.group {
    margin-top: 25px;
}

.group img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/***********************************************************公司动态*/
.wrap_news_list {
}

.wrap_news_list dl {
}

.wrap_news_list dl dd {
    margin-bottom: 10px;
    border-bottom: 1px #ccc dashed;
    padding: 10px 0;
}

.wrap_news_list dl dd .left_news_img {
    width: 180px;
    margin-right: 30px;
}

.wrap_news_list dl dd .left_news_img img {
}

.wrap_news_list dl dd .innercont {
}

.wrap_news_list dl dd .inn_text {
    width: 100%;
}

.wrap_news_list dl dd .innercont h1 a {
    color: #343434;
    font-size: 16px;
    font-weight: normal;
}

.wrap_news_list dl dd .innercont .intro {
    margin-top: 10px;
    color: #999;
}

.wrap_news_list dl dd .innercont .intro a {
    color: #999;
}

.wrap_news_list dl dd .innercont .time {
    color: #999;
}

.wrap_news_list dl dd .innercont .numb {
    color: #bf9e6d;
    text-align: right;
}

.wrap_news_list dl dd .innercont .numb span {
    margin-right: 10px;
    font-size: 16px;
}

.pagination {
    background: url(../images/page_bg.png) no-repeat top center;
    padding: 20px 0;
    text-align:center;
}

.pagination ul {
    margin-left: 0%;
    display: inline-block;
}

.pagination ul li {
    margin-right: 5px;
    float: left;
}

.pagination ul li a {
    display: block;
    padding: 4px 15px;
    color: #343434;
}

.pagination ul .active a {
    background: #bf9e6d;
    color: #fff;
}

/*详情内页*/
.article {
}

.article h1 {
    font-size: 24px;
    font-weight: normal;
    color: #343434;
    text-align: center;
    padding-bottom: 25px;
}

.article .pagelet_snsbox {
    border-bottom: 1px #999 dashed;
    padding-bottom: 10px;
}

.article .pagelet_snsbox .src_time {
}

.article .pagelet_snsbox .sns {
}

.article .article_content {
    padding: 15px 0;
}

.article .article_content p {
    text-indent: 2em;
    line-height: 24px;
    margin-bottom: 15px;
}

.article .article_content table p {
    text-indent: 0;
    line-height: 24px;
    margin-bottom: 15px;
}

.article .article_down {
    border-top: 1px #bf9e6d dashed;
    padding: 15px 0;
}

.article .article_down li h3 {
    font-size: 18px;
    color: #bf9e6d;
    font-weight: normal;
    margin-bottom: 10px;
}

.article .article_down li p {
    line-height: 28px;
}

.article .article_down li p span {
    color: #bf9e6d;
}

.article .article_down li p .down_btn {
    display: inline-block;
    width: 138px;
    height: 57px;
}

/*法律申明*/
.container .wrap_title {
    border-bottom: 1px #bf9e6d solid;
}

.container .wrap_title p {
    background: #bf9e6d;
    color: #fff;
    padding: 5px 0;
    width: 135px;
    text-align: center;
    font-size: 16px;
}

.container .wrap_title p em {
    margin-right: 5px;
    font-size: 18px;
}

.container .warning {
    margin: 25px 0;
    border: 1px #ccc solid;
    background: #f1f1f1;
    padding: 20px;
    color: #bf9e6d;
    font-size: 16px;
}

.container .warning span {
    color: #e99929;
    font-size: 18px;
    margin-right: 5px;
}

/*服务指南*/
.container .guide_title {
    border-bottom: 1px #bf9e6d solid;
    padding-bottom: 5px;
}

.container .guide_title p {
    color: #bf9e6d;
    font-size: 18px;
}

.container .guide_title p em {
    margin-right: 5px;
    font-size: 20px;
}

.container .zzfw_bg {
    background: url(../images/zzfw_bg.jpg) no-repeat top center;
    padding: 25px;
}

.container .zzfw_bg .zzfw1 {
    background: rgba(255, 255, 255, 0.9);
    margin-right: 25px;
    position: relative;
    height: 140px;
}

.container .zzfw_bg .zzfw1_1 {
    width: 520px;
}

.container .zzfw_bg .zzfw1_2 {
    width: 259px;
}

.container .zzfw_bg .zzfw1_3 {
    width: 259px;
    margin-right: 0;
}

.container .zzfw_bg .zzfw1 .zzfw_t {
    width: 15px;
    padding: 0 10px;
    background: #bf9e6d;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.container .zzfw_bg .zzfw1 .zzfw_list {
    padding: 18px 50px;
}

.container .zzfw_bg .zzfw1 .zzfw_list ul {
}

.container .zzfw_bg .zzfw1 .zzfw_list ul li {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 5px;
}

.container .zzfw_bg .zzfw1 .zzfw_list ul li a {
    display: block;
    width: 180px;
    height: 30px;
    border: 1px #cdcdcd solid;
    color: #bf9e6d;
}

.container .zzfw_bg .zzfw1 .zzfw_list ul li a:hover {
    border: 1px #bf9e6d solid;
}

/*服务指南TAB*/
.container .tab_bg {
    background: #f1f1f1;
}

.container .demolayout .tabs-container .tab-nested ol {
    padding: 12px;
}

.container .demolayout .tabs-container .tab-nested ol .problem {
    width: 50%;
}

.container .demolayout .tabs-container .tab-nested ol .problem .pro_img {
    width: 250px;
}

.container .demolayout .tabs-container .tab-nested ol .problem .pro_img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.container .demolayout .tabs-container .tab-nested ol .problem .pro_details {
    width: 300px;
}

.container .demolayout .tabs-container .tab-nested ol .problem .pro_details h1 a {
    font-size: 18px;
    font-weight: bold;
    color: #bf9e6d;
}

.container .demolayout .tabs-container .tab-nested ol .problem .pro_details p {
    color: #343434;
    line-height: 24px;
    text-indent: 2em;
}

.container .tab_bg .demo_list {
    position: absolute;
    top: 10px;
    width: 100%;
    z-index: 9;
    border-bottom: 3px #999 solid;
}

.container .tab_bg .demo_list li {
    float: left;
    width: 155px;
    height: 40px;
    line-height: 40px;
}

.container .tab_bg .demo_list li a {
    text-align: center;
    display: block;
    color: #343434;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.container .tab_bg .demo_list li .active {
    color: #fff;
    border-bottom: 3px #bf9e6d solid;
    background: #bf9e6d;
    overflow: hidden;
}

.container .tab_bg .demo_list li a:hover {
    color: #fff;
}

/*服务指南我要搜索*/
.container .wrap_search {
}

.container .padding_sch {
    padding: 15px 160px;
}

.container .wrap_search .sch_bar {
    width: 100%;
    height: 50px;
    border: 1px #ddd solid;
    padding: 5px 0;
    border-radius: 4px;
}

.container .wrap_search .sch_bar .sch_bar_search {
    margin-left: 2%;
    width: 56%;
    height: 100%;
    border: 0;
    font-size: 16px;
    padding-left: 2%;
}

.container .wrap_search .sch_bar .cars {
    width: 20%;
    margin-left: -5px;
    height: 100%;
    color: #bf9e6d;
    font-size: 16px;
    border: 0;
    border-left: 1px #ddd solid;
    background: #fff;
}

.container .wrap_search .sch_bar .btn_sch {
    width: 19%;
    margin-right: 1%;
    margin-left: -5px;
    border: 0;
    background: #bf9e6d;
    color: #fff;
    font-family: "Microsoft YaHei", "微软雅黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
    height: 100%;
    font-size: 24px;
    float: right;
}

.container .wrap_search .sch_keyword {
    padding: 15px 0;
}

.container .wrap_search .sch_keyword a {
}

/*服务指南搜索列表*/
.container .sch_list_bg {
    background: #f6f6f6;
    height: 140px;
    margin-bottom: 25px;
}

.container .sch_list_bg .sch_title {
    width: 20%;
    height: 100%;
    text-align: right;
    padding-right: 25px;
    border: 1px #c7c7c7 solid;
    border-right: 20px #bf9e6d solid;
}

.container .sch_list_bg .st1 {
    background: url(../images/sch_bg1.png) no-repeat left 20px center;
}

.container .sch_list_bg .st2 {
    background: url(../images/sch_bg2.png) no-repeat left 20px center;
}

.container .sch_list_bg .st3 {
    background: url(../images/sch_bg3.png) no-repeat left 20px center;
}

.container .sch_list_bg .sch_title h3 {
    margin-bottom: 25px;
    font-size: 18px;
    color: #bf9e6d;
    font-weight: normal;
    margin-top: 25px;
}

.container .sch_list_bg .sch_title a {
    padding: 2px 15px;
    background: #c00c0d;
    color: #fff;
    border: 1px #e57d72 solid;
    border-radius: 5px;
}

.container .sch_list_bg .sch_link_bg {
    width: 75%;
}

.container .sch_list_bg .sch_link {
    padding: 25px;
}

.container .sch_list_bg .sch_link a {
    font-size: 16px;
    color: #343434;
    margin-right: 35px;
    line-height: 28px;
}

.container .sch_list_bg .sch_link a:hover {
    color: #bf9e6d;
}

/*服务指南联系我们*/
.container .guide_cont_bg {
}

.container .guide_cont_bg dl {
    width: 1185px;
}

.container .guide_cont_bg dl .g_cont_4 {
    width: 274px;
    margin-right: 15px;
    margin-top: 15px;
}

.container .guide_cont_bg dl .g_cont {
    width: 357px;
    margin-right: 35px;
    margin-top: 15px;
}

.container .guide_cont_bg dl .g_cont .c1 {
    background: #f6f6f6 url(../images/c1.jpg) no-repeat left 20px center;
}

.container .guide_cont_bg dl .g_cont .c2 {
    background: #f6f6f6 url(../images/c2.jpg) no-repeat left 20px center;
}

.container .guide_cont_bg dl .g_cont .c3 {
    background: #f6f6f6 url(../images/c3.jpg) no-repeat left 20px center;
}

.container .guide_cont_bg dl .g_cont .g_top_title {
    border: 1px #c6c6c6 solid;
    padding: 25px 0;
    text-align: center;
    color: #bf9e6d;
    font-size: 18px;
    border-bottom: 1px #d72a2c solid;
}

.container .guide_cont_bg dl .g_cont .g_top_title p {
    color: #343434;
    font-size: 14px;
}

.container .guide_cont_bg dl .g_cont .bottom_text {
    background: #e6e6e6;
    padding: 20px;
    min-height: 150px;
}

.container .guide_cont_bg dl .g_cont .bottom_text p {
    line-height: 24px;
}

/*问题分类*/
.container .left_sch {
    width: 70%;
}

.menu_list {
    width: 100%;
}

.menu_head {
    height: 47px;
    line-height: 47px;
    padding-left: 38px;
    font-size: 16px;
    color: #343434;
    cursor: pointer;
    border-left: 1px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    border-top: 1px solid #F1F1F1;
    position: relative;
    margin: 0px;
    font-weight: bold;
    background: #f1f1f1;
    font-weight: normal;
}

.menu_head span {
    margin-left: 15px;
    font-size: 16px;
}

.menu_list .current {
    background: #bf9e6d;
    color: #fff;
}

.menu_body {
    line-height: 38px;
    border-left: 1px solid #e1e1e1;
    backguound: #fff;
    border-right: 1px solid #e1e1e1;
}

.menu_body a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding-left: 38px;
    color: #777777;
    background: #fff;
    text-decoration: none;
    border-bottom: 1px solid #e1e1e1;
}

.menu_body a:hover {
    color: #bf9e6d;
}

/*搜索结果*/
.container .result_list {
}

.container .result_list .result {
    padding: 15px 0;
    border-bottom: 1px #cccccc dashed;
}

.container .result_list .result .r_top {
    padding: 5px;
    background: #f1f1f1;
    border: 1px #ccc solid;
    border-bottom: 0;
}

.container .result_list .result .r_top span {
    color: #bf9e6d;
}

.container .result_list .result .r_top h1 {
    color: #bf9e6d;
    font-weight: normal;
}

.container .result_list .result .r_top h1 em {
    color: #f00;
}

.container .result_list .result .r_cont {
    padding: 5px;
    background: #f1f1f1;
    border: 1px #ccc solid;
}

/*联系我们*/
.jumbotron {
    width: 100%;
    height: 280px;
    background: url(../images/contact_banner.jpg) no-repeat top center;
}

.container .wrap_map {
    height: 350px;
    width: 100%;
    position: relative;
}

.container .wrap_map .map {
    width: 100%;
    height: 350px;
    background: #f1f1f1;
    position: absolute;
    top: 0;
    left: 0;
}

.container .wrap_map .right_info {
    height: 100%;
    width: 45%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
}

.container .wrap_map .right_info h1 {
    padding: 25px;
}

.container .wrap_map .right_info .info_box {
    padding: 25px;
}

.container .wrap_map .right_info .info_box .dr {
    color: #fff;
    width: 48%;
}

.container .wrap_map .right_info .info_box .dr h2 {
    font-size: 18px;
}

.container .wrap_map .right_info .info_box .dr p {
    margin: 10px 0;
}

.container .wrap_map .right_info .info_box .qr {
    width: 48%;
}

/*map*/
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

.contact_list {
    background: #f1f1f1;
}

.container .guide_cont_bg dl dd .bom_info {
    padding: 15px;
    position: relative;
}

.container .guide_cont_bg dl dd .bom_info h1 {
    color: #bf9e6d;
    font-size: 20px;
    margin-bottom: 15px;
}

.container .guide_cont_bg dl dd .bom_info p {
    line-height: 24px;
}

.container .guide_cont_bg dl dd .bom_info a {
    background: #bf9e6d;
    padding: 4px 10px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin: 10px 0;
}

.container .guide_cont_bg dl dd .bom_info a em {
    margin-right: 5px;
}

.container .guide_cont_bg dl dd .bom_info .qr_box {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: none;
}

.qr_box &gt; img {
    width: 80px;
}

/*企业项目*/
.container .project_top {
    border-bottom: 1px #000 dashed;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.container .project_top .pt_img {
    width: 350px;
}

.container .project_top .pt_img img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.container .project_top .pt_text {
    width: 470px;
}

.container .project_top .pt_text h1 {
    font-size: 24px;
    color: #bf9e6d;
    padding-bottom: 5px;
    border-bottom: 1px #bf9e6d solid;
}

.container .project_top .pt_text h1 span {
    margin-left: 25px;
}

.container .project_top .pt_text p {
    margin: 5px 0;
}

.container .project_slide .pro_slide {
    margin: 25px 0;
    background: rgba(0, 0, 0, 0.66)
}

/*企业项目展示欣赏*/
/*.slide_fade{overflow:hidden;position:relative;width:100%;height:325px;background:#fff; margin-top:20px; margin-bottom:20px; border-bottom:1px #000 dashed; padding-bottom:25px;}
.slide_fade .box{overflow:hidden;position:relative;width:100%;height:250px;background:#000;z-index:4;}
.slide_fade .box a{color:#fff;}
.slide_fade .box a:hover{text-decoration:none;}
.slide_fade .list{overflow:hidden;height:9999px;}
.slide_fade .list li{position:relative;width:100%;height:250px;}
.slide_fade .list img{ display:block; max-width:100%; margin:0 auto;}
.slide_fade .txt{cursor:pointer;position:absolute;top:20px;left:45px;font:14px/24px "\5fae\8f6f\96c5\9ed1";}
.slide_fade .btn{position:absolute;bottom:25px;left:0;height:70px;background:#fff;z-index:5; border:20px #bf9e6d solid; border-bottom:0; border-top:0; border-radius:3px;}
.slide_fade .btn li{overflow:hidden;float:left;width:20%;height:70px;color:#333;}
.slide_fade .btn li a{color:#555; margin:0 10px;}
.slide_fade .btn li a img{ width:100%; height:100%;}
.slide_fade .btn li:first-child{margin-left:0;}
.slide_fade .btn .selected{position:relative;top:-3px;border-top:3px solid #343434;}*/
/*企业项目MAP*/
.container .project_map .map {
    margin-top: 25px;
}

/*企业项目TAB*/
.container .project_tab {
    margin-top: 25px;
}

.container .project_tab .project .pj_img {
    width: 250px;
}

.container .project_tab .project .pj_img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.container .project_tab .project .pj_details {
    width: 540px;
}

.container .project_tab .project .pj_details p {
    text-indent: 2em;
    line-height: 24px;
}

/*用户登录*/
.login_banner {
    background: url(../images/login_banner.jpg) no-repeat top center;
    height: 240px;
    border-top: 15px #bf9e6d solid;
}

.container .wrap_login {
    /* background: url(../images/login_bg3.jpg) no-repeat top center; */
    background: -moz-linear-gradient(30deg, #eff8fd 0%, #f0f9fe 40%, #c4e2fe 80%, #9cbee6 100%);
    background: -webkit-linear-gradient(30deg, #eff8fd 0%, #f0f9fe 40%, #c4e2fe 80%, #9cbee6 100%);
    background: -o-linear-gradient(30deg, #eff8fd 0%, #f0f9fe 40%, #c4e2fe 80%, #9cbee6 100%);
    background: -ms-linear-gradient(30deg, #eff8fd 0%, #f0f9fe 40%, #c4e2fe 80%, #9cbee6 100%);
    background: linear-gradient(30deg, #eff8fd 0%, #f0f9fe 40%, #c4e2fe 80%, #9cbee6 100%);
}

.container .wrap_login .log_box {
    width: 50%;
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
}

.container .wrap_login .log_box .login_oa {
    margin: 60px;
    box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.4);
    background: #fff;
    position: relative;
    height: 223px;
}

.container .wrap_login .log_box .login_oa .login_logo {
    position: absolute;
    bottom: 90px;
    z-index: 9;
    width: 100%;
}

.container .wrap_login .log_box .login_oa .login_logo img {
    width: 70%;
    margin: 0 auto;
    display: block;
}

.container .wrap_login .log_box .login_oa .login_btn {
    position: absolute;
    z-index: 10;
    bottom: 0;
    display: block;
    padding: 15px 0;
    text-align: center;
    background: #bf9e6d;
    color: #fff;
    width: 100%;
    font-size: 16px;
}

.container .wrap_login .log_box .login_oa .login_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 230px;
}

.container .wrap_login .log_box .login_oa .login_bg img {
    width: 100%;
    /*height: 100%;*/
}

.container .wrap_login .log_box:hover {
    background: rgba(0, 0, 0, 0.66);
}

/*在线反馈*/
.container .feedback_from {
    width: 620px;
    margin: 0 auto;
}

.container .feedback_from ul {
}

.container .feedback_from ul li {
    font-size: 16px;
    margin-bottom: 10px;
}

.container .feedback_from ul li em {
    color: #bf9e6d;
    margin-right: 5px;
}

.container .feedback_from ul li span {
    color: #f00;
    margin-left: 5px;
}

.container .feedback_from ul li .fb_input {
    width: 75%;
    padding: 5px;
    border: 1px #bf9e6d solid;
    border-radius: 4px;
}

.container .feedback_from ul li textarea {
    height: 200px;
}

.container .feedback_from ul li select {
    background: #fff;
}

.container .feedback_from ul li .fb_file {
}

.container .feedback_from ul li .fb_btn {
    font-size: 16px;
    border: 0;
    background: #bf9e6d;
    color: #fff;
    border-radius: 3px;
    padding: 5px 30px;
    margin-right: 25px;
}

/*在线咨询-查询*/
.container .help_sch {
    padding: 25px 10px;
    background: url(../images/help_sch_bg.jpg) no-repeat top center;
    margin-bottom: 25px;
}

.container .help_list .result .r_top h1 a {
    color: #bf9e6d;
}

.container .help_list .result .r_top h1 {
    color: #343434;
}

.container .left_menu dl {
    padding: 12px;
    border: 1px #ccc solid;
    border-radius: 0 0 6px 6px;
    border-top: 0;
    margin-bottom: 25px;
}

.container .left_menu dl dd {
}

.container .left_menu dl dd .help_btn {
    display: block;
    width: 235px;
    height: 55px;
    line-height: 55px;
    color: #bf9e6d;
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: bold;
}

.container .left_menu dl dd .hbg1 {
    background: url(../images/zxzx.png) no-repeat top center;
}

.container .left_menu dl dd .hbg2 {
    background: url(../images/cxjg.png) no-repeat top center;
}

.container .right_banner img {
    width: 100%;
}

/*在线咨询-验证*/
.container .left_menu .help_2_list {
}

.container .left_menu .help_2_list dd:nth-child(n+2) {
    border-top: 1px #ccc solid;
    padding-left: 1px;
    padding-top: 10px;
    margin-top: 10px;
    /* background: url(../images/help_dd_bg.png) no-repeat top left; */
}

.container .left_menu .help_2_list dd p span {

}

.container .left_menu .help_2_list dd .h_more {
    display: block;
    margin: 5px 15px;
    background: #bf9e6d;
    text-align: center;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
}

/*在线咨询-搜索*/
.container .help_list .q_a {
}

.container .help_list .q_a dd {
    padding: 20px 0;
    border-bottom: 1px #ccc dashed;
}

.container .help_list .q_a dd h3 {
    font-size: 18px;
    color: #bf9e6d;
}

.container .help_list .q_a dd p {
    line-height: 26px;
    text-indent: 2em;
}

.container .help_list .q_a dd .time {
    text-align: right;
}

/*社会招聘*/
.container .wrap_hr {
}

.container .wrap_hr .hr_top {
    border: 1px #ccc solid;
    background: #f1f1f1;
}

.container .wrap_hr .hr_top .h_title {
    border-bottom: 1px #ccc solid;
    padding: 10px 20px;
    font-size: 18px;
    color: #bf9e6d;
}

.container .wrap_hr .hr_top .h_title em {
    margin-right: 5px;
}

.container .wrap_hr .hr_top .h_title span {
    float: right;
}

.container .wrap_hr .hr_top .h_cont {
    padding: 10px 20px;
}

.container .wrap_hr .hr_top .h_cont p {
    font-size: 16px;
    line-height: 30px;
}

.container .wrap_hr .hr_center {
    margin: 25px 0;
}

.container .wrap_hr .hr_center p {
    text-indent: 2em;
    line-height: 24px;
}

.container .wrap_hr .hr_contact {
    padding: 25px 0;
    border-top: 1px #bf9e6d dashed;
}

.container .wrap_hr .hr_contact p {
    font-size: 16px;
    color: #bf9e6d;
}

.container .wrap_hr .hr_contact p em {
    margin-right: 5px;
}

/*校园招聘*/
.container .motoley {
    background: url(../images/motoley_bg.jpg) no-repeat top center;
    padding-bottom: 80px;
}

.container .motoley .m_title {
    border: 2px #074509 solid;
    padding: 10px;
    width: 500px;
}

.container .motoley .m_title p {
    font-size: 38px;
    font-weight: bold;
    text-align: center;
    color: #074509;
}

.container .motoley .m_text {
    width: 70%;
    margin: 25px 0;
}

.container .motoley .m_text p {
    text-indent: 2em;
    line-height: 24px;
}

.container .post_list {
}

.container .post_list .post_list_ull {
}

.container .post_list .post_list_ul &gt; li {
    padding: 10px 0px;
    margin: 10px 0px;
}

.container .post_list .post_list_ul &gt; li:nth-child(n+2) {
    border-top: 1px #ccc solid;
}

.container .post_list .post_list_ul li h1 {
    color: #bf9e6d;
    font-size: 16px;
    font-weight: normal;
}

.container .post_list .post_list_ul li p {
    line-height: 24px;
}

/*招聘主页*/
.container .wrap_hr1 .right_info2 {
    width: 30%;
}

container .wrap_hr1 .map {
}

.container .wrap_hr1 .right_info2 .rcln {
    padding: 25px;
    color: #fff;
}

.container .wrap_hr1 .right_info2 .rcln h2 {
    font-size: 24px;
}

.container .wrap_hr1 .right_info2 .rcln p {
    margin-top: 15px;
    line-height: 24px;
}

.container .process {
}

.container .process .process_title {
    width: 210px;
    height: 55px;
    line-height: 55px;
    background: #bf9e6d;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 24px;
}

.container .process .process_title em {
    margin-right: 5px;
}

.container .process .process_list {
    width: 900px;
}

.container .process .process_list ul {
}

.container .process .process_list ul li {
    float: left;
    width: 25%;
    height: 57px;
}

.container .process .process_list ul li p {
    padding-left: 70px;
    padding-top: 5px;
}

.container .process .process_list ul .libg1 {
    background: url(../images/process1.png) no-repeat left center;
}

.container .process .process_list ul .libg2 {
    background: url(../images/process2.png) no-repeat left center;
}

.container .process .process_list ul .libg3 {
    background: url(../images/process3.png) no-repeat left center;
}

.container .process .process_list ul .libg4 {
    background: url(../images/process4.png) no-repeat left center;
}

.container .wrap_choice img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/***********************************************************媒体查询*/
@media screen and (min-width: 320px) and (max-width: 1100px) {
    /*大于320小于1100分辨率样式*/
    .topline_bg .topline {
        width: 100%;
    }

    .topline_bg .topline p {
        padding: 0 10px;
    }

    /*logo*/
    .logo_main_bg .logo_main {
        width: 100%;
        margin: 0 auto;
        padding: 10px 0;
    }

    .logo_main_bg .logo_main .left_logo {
        float: none;
        padding: 0 10px;
    }

    .logo_main_bg .logo_main .left_logo a img {
        max-width: 100%;
    }

    .logo_main_bg .logo_main .right_login {
        float: none;
        margin-top: 15px;
        padding: 0 10px;
    }

    .logo_main_bg .logo_main .right_login span {
        float: right;
    }

    /*导航*/
    .nav_bg {
        width: 100%;
    }

    .nav_bg .nav {
        width: 100%;
    }

    .nav_bg .nav .top_nav &gt; li {
        float: left;
        width: 25%;
        text-align: center;
        padding: 10px 0;
        transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -webkit-transition-duration: 0.2s;
    }

    .nav_bg .nav .top_nav &gt; li &gt; a {
        color: #fff;
        display: block;
        border-left: 1px #03ac16 solid;
        border-right: 1px #01500a solid;
    }

    .nav_bg .nav .top_nav &gt; .li_top &gt; a {
        border-left: 0;
    }

    .nav_bg .nav .top_nav &gt; .li_bom &gt; a {
        border-right: 0;
    }

    .nav_bg .nav .top_nav &gt; li:hover {
        background: #01550b;
    }

    .nav_bg .nav &gt; .top_nav &gt; li &gt; .sub_nav {
        display: none;
        width: 100%;
        position: absolute;
        background: #bf9e6d;
    }

    .nav_bg .nav &gt; .top_nav &gt; li &gt; .sub_nav &gt; li a {
        border: 0;
        width: 100%;
    }

    .nav_bg .nav &gt; .top_nav &gt; li &gt; .sub_nav &gt; li:hover {
        background: #01550b;
    }

    .nav_bg .nav .menu {
        display: none;
    }

    .nav_bg .nav .menu em {
        font-size: 18px;
    }

    /*公共样式*/
    .container {
        width: 100%;
    }

    .flo_left {
        float: none;
    }

    .flo_right {
        float: none;
    }

    .wrap_narr {
        width: 100%;
    }

    .wrap_wide {
        width: 100%;
    }

    /*第一层*/
    .container .jggs {
        margin-top: 30px;
    }

    .container .jggs .jggs_list dl dd {
        float: none;
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .container .jggs .jggs_list dl dd .r_title {
        float: none;
        width: 100%;
    }

    .container .jggs .jggs_list dl dd .ico {
        width: 90px;
        margin: 0 auto;
        float: none;
        display: none;
    }

    /*第二层*/
    .container .zcxw .zcxw_wrap .flo_left {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .container .zcxw .zcxw_wrap .flo_left h1 a {
        padding: 0 10px;
        display: block;
    }

    .container .zcxw .zcxw_wrap .flo_left ul {
        padding: 0 10px;
    }

    .container .zcxw .zcxw_wrap .flo_right {
        width: 100%;
        max-width: 640px;
        margin: 0 auto;
    }

    .tabs-container .tab-nested ul {
        padding: 0 10px;
    }

    /*第三层*/
    .container .wrap_wide .flexslider3 li .introduce {
        width: 60%;
    }

    .container .zxrk {
        margin-top: 25px;
    }

    .container .zxrk .zxrk_search h2 {
        padding: 0 10px;
    }

    .container .zxrk .zxrk_search .hot_list {
        padding: 0 10px;
    }

    /*底部链接*/
    .foot_link_bg .foot_link {
        width: 100%;
    }

    .footer {
        width: 100%;
    }

    /*关于安居*/
    .top_title {
        width: 100%;
    }

    .top_title .title {
        margin-left: 10px;
    }

    /*分页左*/
    .container .wrap_left {
        width: 100%;
    }

    .container .wrap_left .left_menu {
        margin: 0 10px;
    }

    .container .wrap_left .left_search {
        margin: 0 10px;
        margin-top: 25px;
    }

    .container .wrap_left .qnav {
        display: none;
        margin: 0 10px;
        margin-top: 25px;
    }

    .container .wrap_left .qnav a {
        padding: 10px 0;
        color: #fff;
        float: left;
    }

    /*分页右*/ {
    width: 100%;
}

    .top_banner {
        margin-top: 25px;
    }

    .speech .sp_img {
        width: 100%;
    }

    .speech .sp_text {
        width: 100%;;
    }

    .speech .sp_text p {
        line-height: 24px;
        text-indent: 2em;
        margin: 0 10px;
    }

    /*公司动态*/
    .wrap_news_list {
        margin-top: 25px;
        padding: 0 10px;
    }

    .wrap_news_list dl dd .innercont {
        width: 100%;
    }

    .pagination ul {
        margin-left: 0%;
    }

    .pagination {
        background: none;
    }

    /*详情内页*/
    .article {
        margin-top: 25px;
    }

    /*服务指南*/
    .container .zzfw_bg {
        background: none;
        padding: 0;
    }

    .container .zzfw_bg .zzfw1 {
        background: rgba(255, 255, 255, 0.9);
        margin-right: 0;
        position: relative;
        height: auto;
    }

    .container .zzfw_bg .zzfw1_1 {
        width: 100%;
    }

    .container .zzfw_bg .zzfw1_2 {
        width: 100%;
    }

    .container .zzfw_bg .zzfw1_3 {
        width: 100%;
    }

    .container .zzfw_bg .zzfw1 .zzfw_t {
        width: 100%;
        padding: 0;
        background: #bf9e6d;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        text-align: center;
    }

    .container .zzfw_bg .zzfw1 .zzfw_list {
        margin: 0;
        padding: 45px 10px 25px 10px;
    }

    .container .zzfw_bg .zzfw1 .zzfw_list ul li {
        margin-right: 0;
        margin-bottom: 5px;
        width: 50%;
        float: left;
    }

    .container .zzfw_bg .zzfw1 .zzfw_list ul li a {
        display: block;
        margin: 0 10px;
        height: 30px;
        border: 1px #cdcdcd solid;
        color: #bf9e6d;
        width: auto;
        text-align: center;
    }

    /*服务指南TAB*/
    .container .demolayout .tabs-container .tab-nested ol .problem {
        width: 100%;
    }

    .container .demolayout .tabs-container .tab-nested ol .problem .pro_img {
        width: 100%;
    }

    .container .demolayout .tabs-container .tab-nested ol .problem .pro_details {
        width: 100%;
    }

    .container .demolayout .tabs-container .tab-nested ol .problem .pro_details h1 a {
        font-size: 18px;
        font-weight: bold;
        color: #bf9e6d;
        text-align: center;
        width: 100%;
        display: block;
        line-height: 24px;
    }

    .container .demolayout .tabs-container .tab-nested ol .problem .pro_details p {
        color: #343434;
        line-height: 24px;
        text-indent: 2em;
    }

    .container .tab_bg .demo_list li {
        float: left;
        width: 33.33%;
        height: 40px;
        line-height: 40px;
    }

    .container .tab_bg .demo_list li a {
        text-align: center;
        display: block;
        color: #343434;
        background: #fff;
        border-radius: 5px 5px 0 0;
    }

    .container .tab_bg .demo_list li .active {
        color: #fff;
        border-bottom: 3px #bf9e6d solid;
        background: #bf9e6d;
        overflow: hidden;
    }

    .container .tab_bg .demo_list li a:hover {
        color: #fff;
    }

    /*我要搜索*/
    .container .padding_sch {
        padding: 10px;
    }

    .container .wrap_search .sch_bar {
        height: 40px;
    }

    .container .wrap_search .sch_bar .sch_bar_search {
        width: 53%;
    }

    .container .wrap_search .sch_bar .cars {
        width: 25%;
    }

    .container .wrap_search .sch_bar .btn_sch {
        font-size: 14px;
    }

    /*搜索列表*/
    .container .sch_list_bg {
        background: #f6f6f6;
        height: auto;
    }

    .container .sch_list_bg .sch_title {
        width: 100%;
        height: auto;
        text-align: center;
        padding-right: 0;
        border: 1px #c7c7c7 solid;
        border-right: 0;
    }

    .container .sch_list_bg .sch_title h3 {
        margin-bottom: 15px;
    }

    .container .sch_list_bg .sch_title a {
        margin-bottom: 15px;
        display: inline-block;
    }

    .container .sch_list_bg .sch_link_bg {
        width: 100%;
    }

    .container .sch_list_bg .sch_link {
        padding: 10px;
    }

    /*服务指南联系我们*/
    .container .guide_cont_bg dl {
        width: 100%;
    }

    .container .guide_cont_bg dl .g_cont {
        width: auto;
        margin-right: 0;
        padding: 0 10px;
    }

    /*问题分类*/
    .container .left_sch {
        width: 100%;
    }

    /*联系我们*/
    .jumbotron {
        display: none;
    }

    .container .wrap_map .right_info {
        width: 100%;
        display: none;
    }

    /*企业项目*/
    .container .project_top .pt_img {
        width: 100%;
    }

    .container .project_top .pt_text {
        width: 100%;
    }

    .container .project_top .pt_text p {
        margin: 0 10px;
    }

    /*企业项目TAB*/
    .container .project_tab .project .pj_img {
        width: 100%;
    }

    .container .project_tab .project .pj_details {
        width: 100%;
    }

    /*登录*/
    .container .wrap_login {
        background: none;
    }

    .container .wrap_login .log_box {
        width: 100%;
    }

    .container .wrap_login .log_box .login_oa {
        margin: 10px;
    }

    /*在线反馈*/
    .container .feedback_from {
        width: 100%;
    }

    .container .feedback_from ul {
        margin: 0 10px;
    }

    .right_banner {
        display: none;
    }

    .container .left_menu dl dd .help_btn {
        width: auto;
        margin: 0 15px;
    }

    /*在线咨询-验证*/
    .container .left_menu .help_2_list dd {
        padding: 10px;
        background: none;
    }

    /*社会招聘*/
    .container .wrap_hr {
        margin-top: 25px;
    }

    /*校园招聘*/
    .container .motoley {
        background: none;
    }

    .container .motoley .m_title {
        width: 100%;
        padding: 0;
    }

    .container .motoley .m_text {
        width: 100%;
    }

    /*招聘主页*/
    .container .wrap_hr1 .right_info2 {
        width: 100%;
        display: block;
    }

    .container .wrap_hr1 .map {
        display: none;
    }

    .container .process .process_title {
        width: 100%;
    }

    .container .process .process_list {
        width: 100%;
    }

    .container .process .process_list ul {
        padding: 10px;
    }

    .container .process .process_list ul li {
        float: left;
        width: 50%;
        margin-bottom: 10px;
    }

    .container .wrap_choice .social {
        margin-top: 25px;
    }

}



.container .doc_left{ width:745px;}
.container .doc_left .doc_img{ width:100%;}
.container .doc_left .doc_img a{ display:block;}
.container .doc_left .doc_img  a img{ display:block; max-width:100%; margin:0 auto;}
.container .doc_left .doc_btn{ width:100%; text-align:center; margin:15px 0;}
.container .doc_left .doc_btn a{ display:inline-block; padding:5px 20px; background:#bf9e6d; color:#fff; border-radius:3px;}


/********安居报纸样式*******************/
.po_footer{ background:#bf9e6d; padding:15px 0; position:fixed; bottom:0; width:100%; z-index:99;}
.po_footer .po_page{ color:#fff; margin:0 auto; width:1140px;}
.po_footer .po_page .flo_left{}
.po_footer .po_page .flo_left select{ background:#bf9e6d; color:#fff; border:1px #fff solid; padding:0 5px;}
.po_footer .po_page .flo_left span{ margin-left:5px;}
.po_footer .po_page .flo_left span a{ color:#fff;}
.po_footer .po_page .flo_left span a em{ margin-right:5px;}
.po_footer .po_page .flo_left .fa{ color:#fff; font-size:24px; margin-right:5px;}
.po_footer .po_page .po_btn{ text-align:center;}
.po_footer .po_page .po_btn a{ background:#fff; border:1px #bf9e6d solid; color:#bf9e6d; padding:2px 20px;}
.po_footer .po_page .po_btn .fa{ padding:5px 20px;}
/*图片层*/
.po_container{ width:100%; position:relative; padding-bottom:60px;}
.box{width:100%; background:#fff;}
.box img{ display:block; margin-top:15px; margin:0 auto;}
.po_container .controls{ position:fixed; top:0; width:100%; z-index:99;}
.po_container .controls li{ position:absolute;}
.po_container .controls .prev{ left:-20px; background:url(../images/controls_left.png) no-repeat center center;}
.po_container .controls .prev:hover{ background:url(../images/prev.jpg) no-repeat;}
.po_container .controls .next{ right:-20px; background:url(../images/controls_right.png) no-repeat center center;}
.po_container .controls .next:hover{ background:url(../images/next.jpg) no-repeat;}
.po_container .controls li a{ display:block; color:#ccc; font-size:68px; height:700px; width:98px; text-align:center;}
.po_container .controls li a:hover{ color:#bf9e6d;}
</pre></body></html>