﻿@charset "utf-8";
.m0 {
    margin: 0 auto;
}

.w1180 {
    width: 1180px;
}

.fb {
    font-weight: bold;
}

.f18 {
    font-size: 18px;
}

.caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

.mb5 {
    margin-bottom: 5px;
}

.clearfix::after {
    clear: both;
    content: "";
    display: block;
}

.hangye_yy .s_main .sm_content .top {
    background-color: #f5f5f5;
    width: 100%;
}

.bbw {
    border-bottom: 1px solid #ddd;
}

.relative {
    position: relative;
}

.clearfix {}


/* 通用 */

.bg_none {
    background: none !important
}

.square {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #FFD5A4;
    vertical-align: middle;
    margin-right: 10px
}

.step_bar {
    width: 80%;
    height: 5px;
    margin: 0 auto;
    background-color: #E2E2E2;
    margin-top: 40px;
    position: relative;
}

.steps {
    width: 0%;
    height: 100%;
    background-color: #0085DF
}

.step {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(http://sh.189.cn/images/img_biz/biz_page_img/progress_step_off.png) no-repeat center center;
    background-size: 22px 22px;
    text-align: center;
    line-height: 30px;
    top: -12px;
    color: #fff;
    font-size: 12px
}

.step.step1 {
    left: -15px;
}

.step.step2 {
    left: 50%;
    margin-left: -15px;
}

.step.step3 {
    right: 0;
    margin-right: -15px;
}

.step.on {
    background-image: url(http://sh.189.cn/images/img_biz/biz_page_img/progress_step_on.png);
}

.step_text {
    width: 86%;
    margin: 0 auto;
    margin-top: 10px;
}

.step_text .text {
    width: 33.333%;
    float: left
}

.wid50 {
    width: 50px !important
}


/* form表单 */

.mod_title {
    width: 90%;
    margin: 20px auto;
}

.frm {
    width: 86%;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 2%;
    margin-bottom: 20px
}

.frm>.title {
    border-bottom: 1px solid #DBEEFF;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: -10px;
}

.frm>.title span {
    color: #0000FF;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.frm>.title span.btn_save {
    display: none;
}

.frm .input_line.btn_wrap {
    margin-top: 30px
}

.frm>.input_line {
    width: 96%;
    margin: 0 auto;
    min-height: 30px;
    margin-top: 10px;
}

.frm>.input_line>.label {
    width: 15%;
}

.frm>.input_line>.content {
    width: 84%;
}

.frm>.input_line>* {
    display: inline-block;
}

.frm>.input_line>* {
    *display: inline !important;
}

.frm .input_line .cur_option {
    width: 196px;
    height: 34px;
    line-height: 34px;
    padding-left: 4px;
    background: url(http://sh.189.cn/images/img_biz/biz_page_img/cert_down.png) no-repeat 96% 13px;
    background-size: 15px auto;
    border: 1px solid #ccc
}

.frm .input_line .content>div {
    display: inline-block;
}

.frm .input_line .content>div {
    *display: inline !important;
}

.frm .input_line .content input[type="text"] {
    width: 196px;
    height: 34px;
    line-height: 34px;
    padding-left: 4px;
    font-size: 16px;
    -webkit-appearance: none;
    border: 1px solid #ccc
}

.frm .input_line .content textarea {
    padding: 5px
}

.frm .input_line .content .s_input>input[type="text"] {
    width: 114px
}

.frm.completed .input_line .content input[type="text"],
.frm.completed .input_line .content textarea {
    border: none;
    background: none;
    padding: 0
}

.frm.completed .input_line .content textarea+p,
.frm.completed .btn_wrap {
    display: none;
}

.frm .input_line .content label {
    vertical-align: middle;
    margin-right: 20px
}

.frm .input_line .content .s_input>ul {
    width: 118px;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-left: 10px
}

.frm .input_line .content>.textarea,
.frm .input_line .content>.photo_box {
    overflow: hidden;
    display: block;
}

.frm .input_line .content>.photo_box {
    margin-top: 10px
}

.frm.jbrxx .input_line .content>.photo_box {
    display: none;
}

.frm .input_line .content>.btn {
    background-color: #FFB000;
    padding: 5px 10px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.frm .input_line .content>.btn.disable {
    background-color: #DCDCDC;
}

.frm .input_line .select {
    width: 200px;
    position: relative;
}

.frm .input_line .select ul {
    width: 100%;
    position: absolute;
    left: 0;
    top: 35px;
    border: 1px solid #ccc;
    background-color: #fff;
    display: none;
    z-index: 10
}

.frm .input_line .select ul.open {
    display: block;
}

.frm .input_line .select ul li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-indent: 4px;
    border-bottom: 1px solid #ccc
}

.frm .input_line .select ul li:hover {
    background-color: #ccc
}

.frm .input_line .content .photo_box .photo {
    width: 130px;
    display: inline-block;
    background-color: #F5F5F5;
    border: 1px solid #ccc;
    color: #708090;
    padding: 10px;
    cursor: pointer;
    margin-right: 20px
}

.frm .input_line .content .photo_box .photo {
    *display: inline !important;
}

.frm .input_line .content .photo_box .photo>div {
    width: 100%;
    text-align: center;
}

.frm .input_line .content .photo_box .photo .add_cert {
    font-weight: bolder;
    font-size: 78px;
    line-height: 50px
}

.frm .input_line .content .photo_box .photo .add_text {
    margin: 10px 0 10px 0
}

.photo_box+.file_upload {
    display: none;
}

.frm .message {
    display: none !important;
}

.frm .info .message,
.frm .error .message {
    display: inline-block !important;
}

.frm .info .message,
.frm .error .message {
    *display: inline !important !important;
    display: inline-block !important;
    padding-left: 25px
}

.frm .photo_box .message {
    vertical-align: 25px
}

.frm .error .message {
    color: red;
    background: url(http://sh.189.cn/images/img_biz/biz_page_img/error.png) no-repeat left center;
    background-size: 20px 20px;
    margin-left: 10px
}

.frm .error .photo {
    border: 1px solid red !important
}

.frm .info .message {
    color: blue;
    background: url(http://sh.189.cn/images/img_biz/biz_page_img/info.png) no-repeat left center;
    background-size: 20px 20px;
    margin-left: 10px
}

.frm .tt {
    margin: 20px 0 10px 0;
}

.frm .prompt {
    margin-left: 20px
}

.frm .content_text {
    height: 500px;
    overflow-y: scroll;
    padding: 2% 5% 2% 5%;
    border: 1px solid #ccc;
    background-color: #F9F9F9
}

.frm .content_text h3 {
    margin: 20px auto;
}

.frm .content_text h5 {
    margin: 30px 0 10px 0;
}

.frm .content_text p {
    font-size: 14px;
    line-height: 30px
}

.frm .iagree {
    margin-top: 10px;
    font-size: 14px
}

.check_box {
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 2px;
    background-color: #006ACA;
    color: #fff;
    cursor: default
}

.frm .iagree .check_box {
    float: left;
    margin-right: 10px;
    margin-top: 2px
}

.frm .iagree .check_text {
    line-height: 15px
}

.total {
    width: 86%;
    padding: 2%;
    margin: 20px auto;
    background-color: #F7F7F7;
    text-align: right;
}

.total div {
    display: inline-block;
}

.total div {
    *display: inline !important;
}

.total .t_amount {
    margin-right: 20px
}

.total .t_btn {
    background-color: #FF9A14;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.total .t_btn:hover {
    background-color: #E5860A
}

.row .item {
    width: 96%;
    border: 1px solid #ddd;
}

.row .item:hover {
    box-shadow: 0 0 15px #ccc
}

.col-2 .item {
    width: 98%
}

.hot_box {
    width: 98%;
    padding: 10px;
    background-color: #FFF9ED;
    border: 1px solid #FFE7C8;
}

.text_right {
    padding-left: 30px;
    padding-bottom: 10px;
    min-height: 140px
}

.text_right.qykd {
    background: url(http://sh.189.cn/images/img_biz/biz_page_img/icon_qykd.png) no-repeat left 10px;
}

.text_right.llyw {
    background: url(http://sh.189.cn/images/img_biz/biz_page_img/icon_llyw.png) no-repeat left 10px;
}

.text_right.yyyw {
    background: url(http://sh.189.cn/images/img_biz/biz_page_img/icon_yyyw.png) no-repeat left 10px;
}

.text_right h5 {
    font-weight: bold;
    margin-top: 10px
}

.text_right p {
    color: #666
}


/** 套餐列表 */

.list {
    width: 90%;
    margin: 20px auto;
}

.list .table {
    width: 100%
}

.list .table table {
    width: 100%;
    margin: 0 auto;
}

.list .table th {
    border: 1px solid #fff;
    background-color: #F7F7F7;
    text-align: center;
    font-weight: bold;
    padding: 20px
}

.list .table td {
    border: 1px solid #E6F3FC;
    padding: 10px 20px;
    vertical-align: middle;
    text-align: center;
}

.list .table .name {
    width: 30%;
    text-align: left;
}

.list .table .tr_space td {
    border: none
}

.list .table .check_box {
    border: 1px solid #ccc;
    background-color: transparent;
    margin: 0 auto;
}

.list .table .check_box.checked {
    background-color: #FE8C1B
}

.contrl {
    width: 80px;
    overflow: hidden;
    margin: 0 auto;
}

.contrl span {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #ccc;
    display: block;
    float: left;
    font-size: 16px
}

.contrl .plus {
    border-right: 0;
    cursor: pointer;
}

.contrl .num {
    background-color: #F7F7F7
}

.contrl .add {
    border-left: 0;
    cursor: pointer;
}


/** 搜索结果页 */

.search_container {
    margin: 20px auto;
}

.s_crumb {
    width: 100%;
    height: 50px;
    line-height: 50px
}

.s_main {}

.s_main .sm_aside {
    width: 18%;
    border: 1px solid #ddd;
    border-top: 3px solid #1978CF
}

.s_main .sm_aside>.title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #F4F4F4;
    text-indent: 10%;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.s_main .sm_aside .menus {
    padding: 15px 0
}

.s_main .sm_aside .menus .title {
    width: 80%;
    margin: 0 auto;
    height: 30px;
    padding: 0 5%;
    line-height: 30px;
    background-color: #F4F4F4;
    cursor: pointer;
}

.s_main .sm_aside .menus .menu {
    display: none;
}

.s_main .sm_aside .menus .menu.hover {
    display: block;
}

.s_main .sm_aside .menus .menu li {
    height: 40px;
    line-height: 40px;
    text-indent: 10%;
    cursor: pointer;
}

.s_main .sm_aside .menus .menu li .num {
    color: #0069ca
}

.s_main .sm_aside .menus .menu li:hover {
    background-color: #F4F4F4
}

.s_main .sm_content {
    width: 80%
}

.s_main .sm_content .sortbar {
    width: 100%;
    height: 40px;
    background-color: #FAFAFA;
    border: 1px solid #ddd;
    line-height: 40px
}

.s_main .sm_content .sortbar .s_style,
.s_main .sm_content .sortbar .s_show {
    float: left;
}

.s_main .sm_content .sortbar .s_style {
    width: 100px;
    height: 100%;
    border-right: 1px solid #ddd;
    text-align: center;
    font-weight: bold;
    background-color: #fff;
    cursor: pointer;
}

.s_main .sm_content .sortbar .s_style span {
    display: inline-block;
    width: 9px;
    height: 13px;
    background: url(http://sh.189.cn/images/img_biz/biz_page_img/asc.png) no-repeat center center;
    vertical-align: middle;
    margin-left: 5px
}

.s_main .sm_content .sortbar .s_style .desc {
    background-image: url(http://sh.189.cn/images/img_biz/biz_page_img/desc.png);
}

.s_main .sm_content .sortbar .s_style:hover,
.s_main .sm_content .sortbar .s_style.hover {
    background-color: #1978CF;
    color: #fff
}

.s_main .sm_content .sortbar .s_show {
    float: right;
    margin-right: 10px
}

.s_main .sm_content .conditions {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #FAFAFA
}

.s_main .sm_content .conditions .condition {
    width: 16%;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}

.s_main .sm_content .conditions .condition span {
    display: inline-block;
    vertical-align: middle;
}

.s_main .sm_content .conditions .condition span {
    *display: inline
}

.s_main .sm_content .conditions .condition span.check_box {
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid #ddd
}

.s_main .sm_content .conditions .condition span.check_box.checked {
    background-color: #FE8C1B
}

.s_main .no_result {
    width: 100%;
}

.s_main .no_result .info {
    width: 100%;
    overflow: hidden;
    margin: 30px auto;
}

.s_main .no_result .recommend {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #E8E8E8;
    background-color: #FAFAFA;
    text-indent: 10px;
    font-size: 16px;
    font-weight: bold
}

.sm_content .list {
    width: 100%;
    overflow: hidden;
}

.sm_content .list .item {
    width: 20%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #ccc
}

.sm_content .list .item .name {
    font-size: 14px
}

.sm_content .list .item:hover {
    border: 1px solid #fcb51c
}

.sm_content .list .item:hover .name {
    color: #0069ca
}

.paging {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #F7F7F7;
    text-align: right;
}

.paging .page_ctrl {
    width: 70%;
    float: right;
}

.paging .page_ctrl .pages,
.paging .page_ctrl .input {
    margin-right: 40px
}

.paging .page_ctrl .pages a {
    padding: 2px 10px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #000;
    margin: 0 5px;
}

.paging .page_ctrl .pages a.cur {
    background-color: #1978CF;
    color: #fff
}

.paging .page_ctrl .input {}

.paging .page_ctrl .input input {
    width: 60px;
    height: 20px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.paging .page_ctrl .input .btn {
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #FF841D;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.paging .page_ctrl .input .btn:hover {
    background-color: #E5860A
}

.hangye_yy .s_main .sm_aside {
    border-top: none;
}

.hangye_yy .s_main .sm_aside .menu .title {
    height: 50px;
    line-height: 50px;
    text-indent: 20px;
    background: url(http://sh.189.cn/images/img_biz/biz_page_img/icon_cert_down.png) no-repeat;
    background-position: 90% center;
    color: #1978CF;
    border-top: 1px solid #ccc;
    /*border-bottom: 1px solid #ccc*/
}

.hangye_yy .s_main .sm_aside .menu ul {
    display: none;
}

.hangye_yy .s_main .sm_aside .menu.hover .title {
    background-color: #1978CF;
    background-image: url(http://sh.189.cn/images/img_biz/biz_page_img/icon_cert_up.png);
    color: #fff
}

.hangye_yy .s_main .sm_aside .menu.hover ul {
    display: block;
}

.hangye_yy .s_main .sm_aside .menu .title span,
.hangye_yy .s_main .sm_aside .menu .title img {
    vertical-align: middle;
    margin-right: 5px
}

.hangye_yy .s_main .sm_aside .menu .title img {
    display: none;
}

.hangye_yy .s_main .sm_aside .menu .title img.img1 {
    display: inline-block;
}

.hangye_yy .s_main .sm_aside .menu.hover img.img2 {
    display: inline-block;
}

.hangye_yy .s_main .sm_aside .menu.hover img.img1 {
    display: none;
}

.hangye_yy .s_main .sm_aside .menu {
    width: 100%;
    background-color: #FAFAFA;
    cursor: pointer;
}

.hangye_yy .s_main .sm_aside .menu li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
}

.hangye_yy .s_main .sm_aside .menu li a {
    display: block;
    color: #333;
}

.hangye_yy .s_main .sm_aside .menu li.hover {
    background-color: #c8e4fd;
    position: relative;
}

.hangye_yy .s_main .sm_aside .menu li.hover::after {
    content: "";
    position: absolute;
    top: 2px;
    left: -90px;
    display: block;
    width: 134px;
    height: 49px;
    background: url(../images/Frame2.png) no-repeat;
    z-index: 10;
    background-size: 100% 100%;
}

.hangye_yy .s_main .sm_aside .menu li.hover a {
    color: #1978CF
}

.hangye_yy .s_main .sm_content {
    border: 1px solid #ccc
}

.hangye_yy .s_main .sm_content .top {
    width: 100%;
    background-color: #F5F5F5;
}

.hangye_yy .s_main .sm_content .top .fl {
    width: 225;
    height: 200px;
}

.hangye_yy .s_main .sm_content .top .fr {
    width: 70%;
    margin-right: 5%
}

.hangye_yy .s_main .sm_content .top .fr h3 {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #ccc
}

.hangye_yy .s_main .sm_content .top .fr table {
    width: 100%;
    margin-top: 10px
}

.hangye_yy .s_main .sm_content .top .fr table td {
    padding: 5px 0
}

.hangye_yy .s_main .sm_content .top .fr table td.fb {
    width: 15%
}

.hangye_yy .s_main .sm_content .my_navbar {
    width: 96%;
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid #E7E7E7;
    margin: 0 auto;
}

.hangye_yy .s_main .sm_content .my_navbar .my_nav {
    width: 100px;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 0 auto;
}

.hangye_yy .s_main .sm_content .my_navbar .my_nav span {
    display: none;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #1978CF;
    left: 0;
    bottom: -3px;
    z-index: 10
}

.hangye_yy .s_main .sm_content .my_navbar .my_nav.hover {
    color: #1978CF
}

.hangye_yy .s_main .sm_content .my_navbar .my_nav.hover span {
    display: block;
}

.hangye_yy .s_main .sm_content .detail {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 20px;
    display: none;
    padding-top: 15px;
}

.hangye_yy .s_main .sm_content .detail img {
    max-width: 100%;
}

.hangye_yy .s_main .sm_content .detail.hover {
    display: block;
}

.hangye_yy .s_main .sm_content .detail p {
    line-height: 26px
}

.hangye_yy .s_main .sm_content .detail h4 {
    margin-top: 0;
    line-height: 44px;
}

.hangye_yy .s_main .sm_content .detail table {
    margin: 10px 0;
    width: 95%
}

.hangye_yy .s_main .sm_content .detail table th,
.hangye_yy .s_main .sm_content .detail table td {
    border: 1px solid #ccc;
    padding: 8px 20px;
    text-align: center;
    vertical-align: middle;
}

.hangye_yy .s_main .sm_content .detail table th {
    background-color: #F5F5F5;
    font-weight: bold;
}

.hangye_yy .s_main .sm_content .detail .time {
    width: 40%;
    text-align: left;
}

.s_crumb a {
    color: #333;
}

.hangye_yy .s_main .sm_content .top .btn_buy {
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #FE6925;
    color: #fff;
    float: right;
    display: block;
}

.banner_ny {
    margin: 20px auto;
    overflow: hidden;
    width: 100%;
}

.submenu li .ejmenu {
    display: none;
    position: absolute;
    z-index: 999;
    width: 212px;
    margin: -50px 0 0 212px;
}

.submenu li .ejmenu a {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
}

.submenu li .ejmenu a:hover {
    background: #ffad01;
    color: #fff;
}

.submenu li:hover .ejmenu {
    display: block;
}