@charset "utf-8";
/* CSS Document */

/*通用模块 ---1.3版本 BEGIN*/

.breadcrumb.selectable>li {
    position: relative;
}
.breadcrumb.selectable>li>a.active {
    padding: 6px 9px;
    border: 1px solid #ddd;
    background: #fff;
    line-height: 14px;
    display: inline-block;
}
.breadcrumb.selectable>li>a.active:hover {
    color: #06a8e8;
    text-decoration: underline;
}
.breadcrumb.selectable>li:hover>a.active {
    border-color: #06a8e8;
}
.breadcrumb.selectable>li>a.active>i {
    position: relative;
    display: inline-block;
    height: 14px;
    width: 14px;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.breadcrumb.selectable>li:hover>a.active>i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.breadcrumb.selectable>li>a.active>i:before {
    position: absolute;
    top: 0;
    left: 3px;
}
.breadcrumb.selectable>li:hover>a.active>i:before {
    top: -7px;

}
.breadcrumb.selectable>li>ul {
    position: absolute;
    left: 15px;
    top: 29px;
    z-index: 5;
    background: #fff;
    min-width: calc(100% - 15px);
    border: 1px solid #06a8e8;
    display: none;
}
.breadcrumb.selectable>li:hover>ul {
    display: block;
}
.breadcrumb.selectable>li>ul:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: -1px;
    left: 0;
}
.breadcrumb.selectable>li>ul>li {
    padding: 6px 9px;
    white-space: nowrap;
}
.breadcrumb.selectable>li>ul>li>a:hover {
    color: #06a8e8;
    text-decoration: underline;
}
.page_floor .floor_more.arrow .arrow_box {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #bbb;
    text-align: center;
    color: #bbb;
    line-height: 28px;
    margin-left: 10px;
}
.page_floor .floor_more.arrow .arrow_box:hover {
    border-color: #06a8e8;
    color: #06a8e8;
}
.page_floor .floor_more.arrow .arrow_box.disabled {
    border-color: #ddd;
    color: #ddd;
    cursor: not-allowed;
}

.frontend #header {
    background: #fff;
}

/*详情页通用模块 BEGIN*/
.detail_hd {
    background: #fff;
    margin-bottom: 10px;
    padding: 30px 15px;
    margin-left: 0;
    margin-right: 0;
    color: #333;
}
.detail_hd .detail_banner img {
    width: 100%;
}
/*详情页通用模块 END*/

/*banner上 nav 导航列表模块 BEGIN*/
.page_category .page_category_list .page_category_item:nth-child(2) .category_item h3 i.nav_type {
    -ms-background-position-x: -24px;
    background-position-x: -24px;
}
.page_category .page_category_list .page_category_item:nth-child(3) .category_item h3 i.nav_type {
    -ms-background-position-x: -48px;
    background-position-x: -48px;
    width: 24px;
    height: 25px;
    margin-right: 4px;
}
.page_category .page_category_list .page_category_item:nth-child(4) .category_item h3 i.nav_type {
    -ms-background-position-x: -72px;
    background-position-x: -72px;
}
.page_category .page_category_list .page_category_item:nth-child(5) .category_item h3 i.nav_type {
    -ms-background-position-x: -95px;
    background-position-x: -95px;
}
.page_category .page_category_list .page_category_item:nth-child(6) .category_item h3 i.nav_type {
    -ms-background-position-x: -119px;
    background-position-x: -119px;
}

.page_category .page_category_list .page_category_item .sub_page_category>li {
    /*border-bottom: 1px solid #e3e4e5;*/
    padding: 20px 50px 10px;
    width: 450px;
}
.page_category .page_category_list .page_category_item .sub_page_category>li>.sub_category_list>li>a:hover,
.page_category .page_category_list .page_category_item .sub_page_category>li>h3>a:hover span,
.page_category .page_category_list .page_category_item .sub_page_category>li>h3>a:hover i.fa-angle-right {
    color: #06a8e8;
}
.page_category .page_category_list .page_category_item .sub_page_category>li>h3 {
    /*border-bottom: 1px solid #e3e4e5;*/
    padding-bottom: 12px;
    margin-bottom: 0!important;
}
.page_category .page_category_list .page_category_item .sub_page_category>li>h3>a>span {
    float: left;
}
.page_category .page_category_list .page_category_item .sub_page_category>li>h3>a>i.fa-angle-right {
    float: right;
}
.page_category .page_category_list .page_category_item .sub_page_category>li>.sub_category_list>li>a {
    color: #666;
    display: inline-block;
    width: 25%;
    float: left;
    max-width: 87.5px;
    padding-right: 5px;
    white-space: nowrap;
    margin-bottom: 13px;
}
.page_category .page_category_list .page_category_item:nth-child(2) .sub_page_category>li>.sub_category_list>li>a {
    width: 20%;
}
.page_category .page_category_list .page_category_item:nth-child(2) .sub_page_category>li>.sub_category_list>li>a {
    width: auto;
    margin-right: 15px;
}
.page_category .page_category_list .page_category_item .sub_page_category>li>.sub_category_list>li {
    white-space: normal;
}
.page_category .page_category_list .page_category_item .sub_page_category>li>.sub_category_list>li>a:last-child {
    margin-right: 0;
}
/*banner上 nav 导航列表模块 END*/

/*发布需求页面 BEGIN*/
.frontend.form main {
    padding-top: 20px;
}
.frontend.form main .portlet-form {
    max-width: 940px;
    width: 78.333333%;
    float: left;
}
.frontend.form main .ad_container {
    width: 21.666667%;
    padding-left: 10px;
    float: right;
}
.frontend.form main .ad_container .ad_item {
    background: #fff;
}
/*发布需求页面 END*/

.has-error .form-control.no-validate {
    border-color: #c2cad8!important
}


.page_main .swiper-pagination-bullet {display: inline-block;width: 16px;height: 16px;border-radius: 50%!important;background: rgba(255, 255, 255, .3);opacity: 1;margin: 0 3px;cursor: pointer}
.page_main .swiper-container .pagination {z-index: 2}
.page_main .swiper-pagination-bullet.swiper-pagination-bullet-active {background:  rgba(255, 255, 255, .8)}
.page_main .banner .text{position: absolute;top: 0;width:100%; left:0;display: none}
.page_main .banner .text .text_inner{ margin:6% auto 0;width: 90%;height: 100%;max-width: 620px;text-align: left;color: #fff; letter-spacing:2px;}
.page_main .banner .banner_bj,
.page_main .banner,
.page_main .swiper-wrapper,
.page_main .swiper-slide img,
.page_main .swiper-slide {
    height: 452px !important;
}
.input-group {
    display: block;
}

/*搜索结果 BEGIN*/
.frontend .nav-wrapper {
    background: #fff;
    border-top: 1px solid #eee;
}
.frontend .nav-wrapper * {
    color: #333;
    border: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
}
.frontend .nav-wrapper .nav_item {
    width: 1200px;
    margin: 0 auto;
    padding-top: 24px;
    position: relative;
    border-bottom: 2px solid #06a8e8;
}
.frontend .nav-wrapper .nav_item>li {
    float: left;
    margin-right: 10px;
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    border-bottom-left-radius: 0!important;
    border-bottom-right-radius: 0!important;
    background: #eff1f7;
}
.frontend .nav-wrapper .nav_item>li>a {
    display: block;
    width: 110px;
    height: 38px;
    text-align: center;
    line-height: 38px;
}
.frontend .nav-wrapper .nav_item>li.active {
    position: relative;
    background: #06a8e8;
}
.frontend .nav-wrapper .nav_item>li.active>a {
    cursor: default;
    color: #fff;
    font-weight: 600;
}
.frontend .nav-wrapper .nav_item>li:hover {
    background: #06a8e8;
}
.frontend .nav-wrapper .nav_item>li:hover a {
    color: #fff;
}
.frontend .nav-wrapper .nav_item>li.active:hover>a {
    background: transparent;
}
.frontend .search-breadcrumb {
    height: 58px;
    overflow: visible;
}
.frontend .search-breadcrumb>li {
    float: left;
}
.frontend .search-breadcrumb>li>a {
    line-height: 28px;
}
.frontend .search-breadcrumb .search_input_item {
    width: 140px;
}
.frontend .search-breadcrumb .search_input_item {
    width: 140px;
}
.frontend .search-breadcrumb .search_input_item #key {
    width: 140px;
    height: 28px;
    line-height: 16px;
}
.frontend .search-breadcrumb .search_input_item .icon-magnifier {
    top: 7px;
    margin-top: 0;
}
.frontend .search-breadcrumb .search_input_item .search_result {
    position: absolute;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    right: 0;
    line-height: 18px;
    top: 5px;
    padding-left: 20px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    color: #333;
}
.frontend .search-breadcrumb .search_input_item .search_result>.marks {
    color: #c72f2a;
}
.frontend .search-breadcrumb>li.active {
    padding-left: 25px;
    position: relative;
}
.frontend .search-breadcrumb>li.active:before {
    position: absolute;
    left: 3px;
    top: 6px;
}
.frontend .search-breadcrumb>li.crumb_attr {
    padding-left: 25px;
    height: 28px;
    position: relative;
}
.frontend .search-breadcrumb>li.crumb_attr:before {
    position: absolute;
    left: 3px;
    top: 6px;
}
.frontend .search-breadcrumb>li.crumb_attr span {
    display: inline-block;
    padding: 7px 30px 7px 8px;
    border: 1px solid #ddd;
    font-size: 12px;
    line-height: 1;
    height: 28px;
    background: #fff;
    position: relative;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.frontend .search-breadcrumb>li.crumb_attr span:hover {
    cursor: pointer;
    border-color: #06a8e8;
}
.frontend .search-breadcrumb>li.crumb_attr span:after {
    display: inline-block;
    content: '✖';
    color: #06a8e8;
    position: absolute;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    right: 0;
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
    top: 0;
}

.frontend .search-breadcrumb>li.crumb_attr span:hover:after {
    background: #06a8e8;
    color: #fff;
}
.frontend .search-breadcrumb>li.crumb_dropdown {
    position: relative;
    padding-left: 25px;
}
.frontend .search-breadcrumb>li.crumb_dropdown:before {
    position: absolute;
    left: 5px;
    top: 6px;
}
.frontend .search-breadcrumb>li.crumb_dropdown .dropdown_title i.fa {
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
.frontend .search-breadcrumb>li.crumb_dropdown .dropdown_title {
    display: inline-block;
    height: 28px;
    border: 1px solid #ddd;
    line-height: 28px;
    padding: 0 8px;
    background: #fff;
    position: relative;
}
.frontend .search-breadcrumb>li.crumb_dropdown:hover .dropdown_title:after {
    content: '';
    display: inline-block;
    width: 100%;
    position: absolute;
    height: 2px;
    top: 26px;
    left: 0;
    z-index: 5;
    background: #fff;
}
.frontend .search-breadcrumb>li.crumb_dropdown:hover .dropdown_title {
    border-color: #06a8e8;
    border-bottom: 1px solid #fff;
}
.frontend .search-breadcrumb>li.crumb_dropdown:hover .dropdown_title i.fa {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.frontend .search-breadcrumb>li.crumb_dropdown .dropdown_collapse {
    border: 1px solid #06a8e8;
    margin-top: -1px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    position: absolute;
    top: 28px;
    z-index: 2;
}
.frontend .search-breadcrumb>li.crumb_dropdown:hover .dropdown_collapse {
    display: block;
}
.frontend .search-breadcrumb>li.crumb_dropdown .dropdown_collapse>li {
    line-height: 28px;
    border-bottom: 1px solid transparent;
    padding: 0 8px;
    white-space: nowrap;
    display: table-row;
}
.frontend .search-breadcrumb>li.crumb_dropdown .dropdown_collapse>li>span {
    display: table-cell;
    padding: 0 15px 0;
}
.frontend .search-breadcrumb>li.crumb_dropdown .dropdown_collapse>li>span:last-child {
    padding-right: 8px;
}
.frontend .search-breadcrumb>li.crumb_dropdown .dropdown_collapse>li>span:first-child {
    padding-left: 8px;
}
.frontend .search-breadcrumb>li.crumb_dropdown .dropdown_collapse>li>span>a:hover {
    color: #06a8e8;
    border-bottom: 1px solid #06a8e8;
}
/*搜索结果 END*/

/*属性筛选表单 BEGIN*/
.number_color {color: #fe7140}

.navAttrsForm .search-page {
    position: relative;
}
.navAttrsForm .search-page .control-label {padding: 0;color: #999}
.navAttrsForm .search-page .form-group {
    margin: 0;
    padding: 15px;
}
.navAttrsForm .search-page .form-group>.control-label {
    text-align: left;
}
.navAttrsForm .search-page .filter_result {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.navAttrsForm {max-width: 1200px;margin: 0 auto;padding: 15px 5px;background-color: #fff}
.navAttrsForm .portlet-body {padding: 8px 0;border-bottom: 1px solid #e9e9e9;margin: 0 15px}
.navAttrsForm .portlet-body:last-child {margin-bottom: 13px}
.navAttrsForm .portlet-body.no-border {border: 0}
.navAttrsForm .row {margin-right: 0;margin-left:0;}
.navAttrsForm .mt-element-list .list-title {padding: 0;color: #999;font-weight: 400;width: 98px;line-height: 41px}
.navAttrsForm .mt-element-list .list-simple.mt-list-head {padding: 0 15px}
.navAttrsForm .collapse {display: block; padding-left: 0;max-width: calc(100% - 90px);}
.navAttrsForm .fa-caret-down,
.navAttrsForm .fa-caret-up{padding-left: 8px}
.navAttrsForm .list-simple {overflow: hidden;}
.navAttrsForm .list-simple.col-md-offset-1 {margin-left: 98px}
.navAttrsForm .list-simple .collapse-action {color: #999;line-height: 41px;min-width: 90px}
.navAttrsForm .list-simple.col-md-11 {padding: 5px 0;width: calc(100% - 98px);min-height: 41px}
.navAttrsForm .list-simple.col-md-11.nav_father {
    padding: 5px 0 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}
.navAttrsForm ul li {float: left;line-height: 30px}
.navAttrsForm ul li a {padding: 7px 12px;transition: all .15s;position: relative;}
.navAttrsForm ul li a.checked_btn:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 26px;
    left: 0;
    top: 2px;
    border: 1px solid #06a8e8;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.navAttrsForm ul li a.checked_btn,
.navAttrsForm ul li a:hover {color: #06a8e8}

.navAttrsForm .form-control {height: 36px;border: 1px solid #a9a9a9}
.navAttrsForm .input-group-btn .btn {padding: 7px 12px;color: #FFF;background-color: #06a8e8;border-color: #06a8e8;font-weight: 300!important;}
.navAttrsForm .input-group .form-control {color: #333}
.navAttrsForm .bootstrap-tagsinput {
    line-height: 28px;
    padding: 0;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
    float: left;
    margin-right: 8px;
}
.navAttrsForm .bootstrap-tagsinput .tag {
    height: 28px;
    line-height: 26px;
    margin-right: 0;
    background-color: #fff;
    color: #06a8e8;
    border: 1px solid #06a8e8;
    padding: 0 12px;
    display: inline-block;
}

.navAttrsForm .search-page .col-md-7,
.navAttrsForm .search-page .col-md-2.text-right,
.navAttrsForm .search-page .col-md-7 .col-md-10{padding: 0}

.navAttrsForm .search-page .col-md-7 {width: 55%}
.navAttrsForm .search-page .col-md-2.text-right {padding-right: 13px;padding-top: 5px;width: 11.5%}
.navAttrsForm .search-page .bootstrap-tagsinput .tag .remove:hover {
    color: #fff;
    background: #06a8e8;
}
.navAttrsForm .search-page .bootstrap-tagsinput .tag .remove {
    margin-right: -12px;
    display: inline-block;
    height: 26px;
}
.navAttrsForm .search-page .bootstrap-tagsinput .tag [data-role="remove"]:after {
    display: inline-block;
    padding: 0;
    line-height: 26px;
    height: 26px;
    width: 28px;
    text-align: center;
}
/*属性筛选表单 END*/

/*收藏 BEGIN*/
.facilitator_collection a i {
    margin-right: 6px;
    color: #999;
}
.facilitator_collection a.collected i {
    color: #c72f2a;
}
/*收藏 END*/

/*common BEGIN*/
.page_floor {
    width: 100%;
}
.page_floor:nth-child(even) {
    background: #fff;
}
.page_floor:nth-child(odd) {
    background: #F5F5F5;
}
/*@media (min-width: 1200px){*/
    .page_floor .floor_container.container {
        width: 1200px!important;
    }
/*}*/
.page_floor .floor_container {
    padding: 0;
}
.page_floor .floor_header {
    padding-top: 40px;
    padding-bottom: 20px;
}
.page_floor .floor_header .floor_title {
    font-size: 1.714em !important;
    line-height: 1;
    font-weight: 400 !important;
    color: #333;
    float: left;
}
.page_floor .floor_header .floor_nav,
.page_floor .floor_header .floor_nav li {
    float: left;
}
.page_floor .floor_header .floor_nav li {
    padding-top: 0;
}
.page_floor .floor_header .floor_nav li a {
    margin-left: 30px;
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #333;
    padding-bottom: 3px;
}
.page_floor .floor_header .floor_nav li a.active {
    color: #06a8e8;
    border-bottom-color: #06a8e8;
}
.page_floor .floor_header .floor_more {
    float: right;
    color: #333;
    line-height: 1.714em;
}
.page_floor .floor_content {
    margin-bottom: 30px;
}
.page_floor .floor_content .col-md-left {
    float: left;
    width: 28.436%;
}
.page_floor .floor_content .col-md-left img {
    width: 100%;
}
.page_floor .floor_content .col-md-right {
    float: right;
    margin-left: 10px;
    width: -moz-calc(71.564% - 10px);
    width: -webkit-calc(71.564% - 10px);
    width: calc(71.564% - 10px);
    height: 100%;
    border-top: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    position: relative;
}
.page_floor .floor_content .col-md-right .supplier_list {
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    height: 113px;
    overflow: hidden;
}
.page_floor .floor_content .col-md-right .col_md {
    position: relative;
}
.page_floor .floor_content .col_md_6 {
    width: 16.666667%;
    float: left;
}
.page_floor .floor_content .col_md_5 {
    width: 20%;
    float: left;
}
.page_floor .floor_content .col_md_4 {
    width: 25%;
    float: left;
}
.page_floor .floor_content .col_md_3 {
    width: 33.333333%;
    float: left;
}
.page_floor .floor_content .col_md_2 {
    width: 50%;
    float: left;
}
.page_floor .floor_content .col_md_1 {
    width: 100%;
    float: left;
}
.page_floor .floor_content .col-md-left:hover .list_detail,
.page_floor .floor_content .col-md-right .col_md:hover .list_detail {
    height: 100%;
    opacity: 1;
}
.page_floor .floor_content .col-md-right .col_md img {
    width: 100%;
}
.page_floor .floor_content .col-md-right .col_md .list_detail {
    width: 100%;
    height: 0;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    overflow: hidden;
}
.page_floor .floor_content .col-md-left .list_detail {
    width: 100%!important;
    height: 0;
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    overflow: hidden;
    text-align: center;
}
.page_floor .floor_content .col-md-right .col_md .list_detail .detail_item {
    height: 100%;
    text-align: center;
}
.page_floor .floor_content .col-md-right .supplier_list .list_detail .detail_item .supplier_name {
    margin-top: 19%;
    margin-bottom: 7%;
    font-size: 18px;
}
.page_floor .floor_content .list_detail .detail_item .btn_go {
    font-size: 14px;
    line-height: 1;
    padding: 5px 17px;
}
.page_floor .floor_content .floor_list {
    margin-right: -10px;
    margin-bottom: -10px;
}
.page_floor .floor_content .floor_list li {
    float: left;
    width: -moz-calc(20% - 10px);
    width: -webkit-calc(20% - 10px);
    width: calc(20% - 10px);
    margin-right: 10px;
    top: 0;
    margin-bottom: 10px;
    -webkit-transition: all .15s linear 0s;
    -moz-transition: all .15s linear 0s;
    -ms-transition: all .15s linear 0s;
    -o-transition: all .15s linear 0s;
    transition: all .15s linear 0s;
    position: relative;
    background: #fff;
}
.page_floor .floor_content .floor_list li a {
    display: block;
}
.page_floor .floor_content .floor_list li:hover {
    -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
    top: -2px;
    z-index: 2;
}
.page_floor .floor_content .floor_list li .facilitator_img {
    width: 100%;
    height: 198px;
    line-height: 198px;
}
.page_floor .floor_content .floor_list li .facilitator_img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    max-height: 100%;
}
.page_floor .floor_content .floor_list li .facilitator_name {
    padding: 25px 15px 0;
    line-height: 1;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
}
.page_floor .floor_content .floor_list li .facilitator_synopsis {
    padding: 15px 15px 0;
    text-align: justify;
    height: 72px;
    margin-bottom: 15px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/*common END*/

/*产品或服务列表通用模块 BEGIN*/
.goods .goods_header {
    color: #333;
}
.goods .goods_header .select_conditions,
.goods .goods_header .select_conditions>li {
    float: left;
}
.goods .goods_header .select_conditions>li {
    padding: 17px 0;
    margin-right: 50px;
}
.goods .goods_header .select_conditions>li>a {
    line-height: 20px;
}
.goods .goods_header .select_conditions>li>a.checked {
    color: #06a8e8;
}
.goods .goods_header .select_conditions>li>a.checked>.fa.fa-long-arrow-down,
.goods .goods_header .select_conditions>li>a.checked.flashback>.fa.fa-long-arrow-up {
    display: inline-block;
}
.goods .goods_header .select_conditions>li>a>.fa ,
.goods .goods_header .select_conditions>li>a.flashback>.fa.fa-long-arrow-down {
    display: none;
}

.goods .goods_header .pagination_item {
    margin: 10px 0;
    float: right;
}
.pagination_item {
    color: #333;
}
.pagination_item .pagination_info {
    margin: 5px 20px 5px 0;
    float: left;
    line-height: 1;

}
.pagination_item .pagination_info>div:first-child {
    color: #06a8e8;
}
.pagination_item .pagination_btn {
    float: right;
}
.pagination_item .pagination_btn>a {
    color: #999;
    border: 1px solid #999;
    display: inline-block;
    width: 30px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}
.pagination_item .pagination_btn>a:hover {
    color: #06a8e8;
    border: 1px solid #06a8e8;
}
.pagination_item .pagination_btn>a.disabled {
    cursor: not-allowed;
    color: #ddd;
    border: 1px solid #ddd;
}
.pagination_item .pagination_btn>a.arrow_left {
    margin-right: 10px;
}
.goods .goods_container .goods_item {
    background: #fff;
    margin-bottom: 10px;
}
.goods .goods_container .goods_item>* {
    padding: 30px;
}
.goods .goods_container .goods_item .item_left {
    float: left;
    border-right: 1px dashed #f5f5f5;
    width: 54.166667%;
}
.goods .item_left .goods_img {
    width: 29.5082%;
    float: left;
    margin-right: 20px;
    border: 1px solid #F5F5F5;
}
.goods .item_left .goods_img a ,
.goods .item_left .goods_img img {
    width: 100%;
}
.goods .item_left .goods_detail {
    float: right;
    width: calc(70.4918% - 20px);
}
.goods .item_left .goods_detail .goods_title {
    margin-bottom: 20px;
}
.goods .item_left .goods_detail .goods_title>* {
    float: left;
}
.goods .item_left .goods_detail .goods_title a {
    font-size: 18px;
    color: #0b73bb;
    font-weight: 400;
    display: inline-block;
    max-width: calc(100% - 84px);
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 24px;
}
.goods .item_left .goods_detail .goods_title span {
    color: #fff;
    background: #ff6501;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-top: -2px;
    margin-left: 10px;
}

.goods .item_left .goods_detail .goods_title span {
    background: url("../images/facilitator/identify-icon.png") no-repeat 0 0;
}
.goods .item_left .goods_detail .goods_title span.personal_facilitator {
    -ms-background-position-x: -32px;
    background-position-x: -32px;
}
.goods .item_left .goods_detail .goods_title span.authentication {
    width: 70px;
    -ms-background-position-x: -64px;
    background-position-x: -64px;
}
.goods .item_left .goods_detail .goods_introduce:hover a,
.goods .item_left .goods_detail .goods_title a:hover {
    color: #06a8e8;
}
.goods .item_left .goods_detail .goods_introduce {
    margin-bottom: 5px;
    height: 72px;
    overflow: hidden;
    position: relative;
}
.goods .item_left .goods_detail .goods_introduce a {
    line-height: 1.714em;
    text-align: justify;
    position: absolute;
    overflow: hidden;
}
.goods .item_left .goods_detail .goods_info {
    line-height: 1;
    color: #333;
}
.goods .item_left .goods_detail .goods_info span {
    padding-right: 6px;
    margin-right: 6px;
    position: relative;
}
.goods .item_left .goods_detail .goods_info>span:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    background: #6e6e6e;
    right: 0;
    top: 0;
}
.goods .item_left .goods_detail .goods_info>span:last-child:after {
    width: 0;
    height: 0;
}
.goods .item_left .goods_detail .goods_btn.btn {
    border: 0!important;
    width: 80px;
    margin-top: 18px;
}
.goods .goods_container .goods_item .item_right {
    float: right;
    width: 45.833333%;
}
.goods .goods_container .goods_item .item_right .tabbable-line>.nav-tabs>li.open,
.goods .goods_container .goods_item .item_right .tabbable-line>.nav-tabs>li:hover {
    border-bottom: 2px solid #45B8E8;
}
.goods .goods_container .goods_item .item_right .tabbable-line>.nav-tabs>li:hover a {
    color: #45B8E8;
}
.goods .goods_container .goods_item .item_right .tabbable-line>.nav-tabs>li {
    margin-right: 30px;
}
.goods .goods_container .goods_item .item_right .tabbable-line>.nav-tabs>li.active {
    border-bottom: 2px solid #06a8e8;
}
.goods .goods_container .goods_item .item_right .tabbable-line>.nav-tabs>li.active>a {
    color: #06a8e8;
    font-weight: 600;
}
.goods .goods_container .goods_item .item_right .tabbable-line>.nav-tabs>li>a {
    padding: 10px 0;
}
.goods .goods_container .goods_item .item_right .tabbable-line>.tab-content {
    border-top: 0;
}
.goods .goods_item .label_title {
    float: left;
    width: 17.647%;
}
.goods .goods_item .label_list {
    width: 82.353%;
    height: 120px;
    overflow: hidden;
}
.goods .goods_item .label_list span {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 8px 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    line-height: 1;
}
.sub_floor .pagination,
.goods .goods_footer .pagination {
    margin-top: 20px;
}
.sub_floor .pagination>li>span,
.goods .goods_footer .pagination>li>span {
    color: #23527c;
    background-color: transparent!important;
    border-color: transparent!important;
    margin-left: -10px;
}
.sub_floor .pagination>li>a,
.goods .goods_footer .pagination>li>a {
    margin-right: 10px;
}
.sub_floor .pagination>li:last-child>a,
.goods .goods_footer .pagination>li:last-child>a {
    margin-right: 0;
}
.sub_floor .pagination-detail,
.goods .goods_footer .pagination-detail {
    margin-top: 10px;
    margin-bottom: 30px;
}
.sub_floor .pagination-detail .page_number,
.goods .goods_footer .pagination-detail .page_number {
    display: inline-block;
    padding: 0 6px;
    height: 24px;
    width: 50px;
    text-align: center;
    margin-top: -2px;
}
.sub_floor .pagination-detail .btn_blue_bg,
.goods .goods_footer .pagination-detail .btn_blue_bg {
    padding: 0 12px;
    margin-top: -2px;
    height: 24px;
}
/*产品或服务列表通用模块 END*/

/*通用模块 BEGIN*/
.page_floor.case .case_list .case_item_title,
.page_floor .floor_content .col-md-right .col_md .list_detail {
    -webkit-transition: all .15s;
    -moz-transition: all .15s;
    -ms-transition: all .15s;
    -o-transition: all .15s;
    transition: all .15s;
}
/*通用模块 END*/
/*carousel banner图片 BEGIN*/
.page_main.banner .text .text_inner{ margin:0 auto;width: 90%;height: 100%;max-width: 580px;text-align: left;color: #fff; margin-top:6%; letter-spacing:2px;}
.page_main.banner .text .text_inner p{ font-size:16px; line-height:1.7em; margin-bottom:2.3%; margin-top:1.7%;width:100%}
.banner{ width:100%; position:relative; overflow:hidden;}
.banner .banner_bj{width:100%;}
.banner .swiper-container{ position:absolute; top:0; left:0; width:100%; bottom:0;}
.banner .swiper-container .swiper-slide{ position:relative; overflow:hidden;}
.banner .banner_img{width:100%; position:relative}
.banner .banner_img img{display:block; border:0; width:1200px; margin: 0 auto}
.banner .text{position: absolute;top: 0;width:100%; left:0;}
.banner .text .text_inner{ margin:0 auto;width: 90%;height: 100%;max-width: 1050px;text-align: left;color: #fff; margin-top:6%; letter-spacing:2px;}
.banner .text .text_inner h4{ font-size:46px; line-height:1.2em; margin:0;}
.banner .text .text_inner p{ font-size:16px; line-height:1.7em; margin-bottom:2.3%; margin-top:1.7%;width:50%}
.banner .text .text_inner a{ font-size:18px; display:inline-block; border:1px solid #fff; padding:0.5% 5%; line-height:1.5em; color:#fff;}
.banner .text .text_inner a:hover{ background-color:#06a8e8; color:#fff; text-decoration:none}
.swiper-container .pagination{position: absolute;left: 0;text-align: center;bottom:5px;width: 100%;}
.swiper-pagination-switch {display: inline-block;width:15px;height:5px;background: rgba(255, 255, 255, .5);margin: 0 3px;cursor: pointer;}
.swiper-active-switch {background: #fff}
/*carousel banner图片 END*/

.page_nav_left {
    position: absolute;
    left: -moz-calc(50% - 600px);
    left: -webkit-calc(50% - 600px);
    left: calc(50% - 600px);
    z-index: 10100;
    top: 0;
    background: rgba(247, 247, 248, .9);
    height: 100%;
}
.page_nav_left .page_category_list {
    padding: 2.2124% 0;
    position: relative;
    height: 100%;
    border-bottom: 1px solid #e3e4e5;
    border-top: 1px solid #e3e4e5;
}
.page_nav_left .page_category_list * {
    color: #333;
    font-weight: 400;
    line-height: 1;
}
.page_nav_left .page_category_list a {
    line-height: 1;
}
.page_nav_left .page_category_list .page_category_item {
    height: 16.66667%;
    border-bottom: 1px dashed #ddd;
}
.page_nav_left .page_category_list .page_category_item:last-child {
    border-bottom: 0;
}
.page_nav_left .page_category_list .page_category_item:hover {
    background: #fff;
    border-bottom-color: #fff;
    -moz-border-bottom-colors: #fff;
}
.page_nav_left .page_category_list .category_item {
    padding: 13px 15px 14px;
}
.page_nav_left .page_category_list h3 {
    margin: 0 0 10px!important;
}
.page_nav_left .page_category_list .page_category_item .sub_page_category>li>h3>a,
.page_nav_left .page_category_list .category_item h3 a {
    font-size: 16px;
    line-height: 20px;
    height: 20px;
    display: inline-block;
    width: 100%;
}
.page_nav_left .page_category_list .category_item h3 i.nav_type {
    display: inline-block;
    float: left;
    width:21px;
    margin-right: 7px;
    height: 20px;
    background: url("../images/index/index-icon.png") no-repeat 0 -48px;
    margin-bottom: -3px;
}
.page_floor .floor_header .floor_more:hover,
.page_category .page_category_list .category_item .category_list a:hover,
.page_category .page_category_list .category_item a:hover i.fa-angle-right,
.page_category .page_category_list .category_item a:hover span {
    color: #06a8e8;
}
.page_category .page_category_list .category_item .category_list {
    padding-left: 27px;
}
.page_category .page_category_list .category_item .category_list a {
    margin-right: 10px;
    color: #666;
}
.page_category .page_category_list .category_item .category_list a:last-child {
    margin-right: 0;
}

.page_nav_left{
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

.page_category .page_category_list .page_category_item .sub_page_category {
    position: absolute;
    left: 253px;
    top: -1px;
    background: #fff;
    height: -moz-calc(100% + 2px);
    height: -webkit-calc(100% + 2px);
    height: calc(100% + 2px);
    padding: 1.785% 0;
    width: 0;
    border-bottom: 1px solid #e3e4e5;
    border-top: 1px solid #e3e4e5;
    overflow: hidden;
}
.page_category .page_category_list .page_category_item:hover .sub_page_category {
    width: 450px;
}
.page_category .page_category_list .page_category_item .sub_page_category * {
    white-space: nowrap;
}

.page_category .page_category_list .category_item h3 i.fa-angle-right {
    float: right;
    width: 21px;
}
.page_category .page_category_list .page_category_item .category_item a:hover i.nav_type {
    -ms-background-position-y: -80px;
    background-position-y: -80px;
}

.page_nav_right {
    position: absolute;
    right: -moz-calc(50% - 600px);
    right: -webkit-calc(50% - 600px);
    right: calc(50% - 600px);
    z-index: 10100;
    color: #06a8e8;
    width: 300px;
    height: 400px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .8);
    padding: 34px;
}

/*侧边栏通用模块 BEGIN*/

/*生产服务通用模块 BEGIN*/
.production.page_floor .floor_content .floor_list {
    margin-right: -20px;
    margin-bottom: 0;
}
.production.page_floor .floor_content .floor_list li {
    width: -moz-calc(25% - 20px);
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 0;
}
.production.page_floor .floor_content .floor_list li a>* {
    margin: 0 20px;
}
.production.page_floor .floor_content .floor_list li a>.service_img {
    margin: 0;
}
.production.page_floor .floor_content .floor_list li a>img {
    width: 100%;
}
.production.page_floor .floor_content .floor_list li .service_name {
    text-align: center;
    font-size: 20px;
    line-height: 66px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #999;
    margin-bottom: 12px;
}
.production.page_floor .floor_content .floor_list li .service_synopsis {
    text-align: justify;
    line-height: 24px;
    height: 100px;
}
.production.page_floor .floor_content .floor_list li .view_detail {
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    display: block;
    margin: 0 auto 20px;
    border: 1px solid #aaa;
    color: #777;
}
.production.page_floor .floor_content .floor_list li:hover {
    top: 0;
    box-shadow: none;
}
.production.page_floor .floor_content .floor_list li:hover * {
    color: #06a8e8;
}
.production.page_floor .floor_content .floor_list li:hover .view_detail {
    background-color: #06a8e8;
    border-color: #06a8e8;
    color: #fff;
}
.production.page_floor .floor_content .floor_list li:hover .service_name {
    border-color: #06a8e8;
}
/*生产服务通用模块 END*/

.frontend .side_page_floor {
    border-top: 10px solid #F5F5F5;
}
.frontend .side_page_floor .floor_head {
    line-height: 60px;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    position: relative;
    height: 60px;
    overflow: hidden;
}
.frontend .side_page_floor .floor_head .good_facilitator {
    font-size: 18px;
    line-height: 18px;
}
.frontend .side_page_floor .floor_head .good_facilitator i {
    color: #fff;
    position: absolute;
    left: 10px;
    top: 12px;
}
.frontend .side_page_floor .floor_head .good_facilitator:before {
    content: '';
    display: inline-block;
    border: 55px solid transparent;
    border-top-color: #02d272;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    left: -55px;
    top: -73px;
}
.frontend .side_page_floor .floor_content li {
    padding: 30px;
    border-bottom: 1px dashed #ddd;
}
.frontend .side_page_floor .floor_content li .facilitator_img {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 20px;
}
.frontend .side_page_floor .floor_content li .facilitator_img img {
    width: 100%;
}
.frontend .side_page_floor .floor_content li .facilitator_detail {
    float: right;
    width: 110px;
}
.frontend .side_page_floor .floor_content li .facilitator_detail .facilitator_name {
    color: #06a8e8;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.frontend .side_page_floor .floor_content li .facilitator_detail .facilitator_tag {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.frontend .side_page_floor .floor_content li:last-child {
    border-bottom: 0;
    text-align: right;
    padding-right: 15px;
}
.frontend .side_page_floor .floor_content li:last-child a:hover {
    color: #06a8e8;
    text-decoration: underline;
}

.frontend .floor_content .describe_content {
    border: 0;
    background: transparent;
    padding: 20px 0 0;
    margin-bottom: 0;
}
.frontend .floor_content .describe_content>p,
.frontend .floor_content .describe_content>h1 {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 24px;
    text-shadow: none;
}
.frontend .floor_content .describe_content>h1 {
    line-height: 34px;
}
.frontend .floor_content .describe_content>p {
    color: #666;
}
/*侧边栏通用模块 END*/

.frontend .not_login {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 5;
    text-align: center;
}
.frontend .not_login .btn_login {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    color: #06a8e8;
}
.frontend .not_login .btn_login:hover {
    color: #06a8e8!important;
}

/*底部服务商轮播图模块 BEGIN*/

.cooperative_fabrication.page_floor .floor_list {
    width: 1000px;
    margin: 0 auto;
}
.cooperative_fabrication.page_floor .floor_list li {
    width: 200px;
    height: 110px;
    margin-right: 0;
    text-align: center;
    margin-bottom: 0;
    line-height: 110px;
}
.cooperative_fabrication.page_floor .floor_list li:hover {
    box-shadow: none;
    top: 0;
}
.cooperative_fabrication.page_floor .floor_list:nth-child(odd) li:nth-child(odd) {
    background: #F1F1F1;
}
.cooperative_fabrication.page_floor .floor_list:nth-child(odd) li:nth-child(even) {
    background: #fff;
}
.cooperative_fabrication.page_floor .floor_list:nth-child(even) li:nth-child(even) {
    background: #F1F1F1;
}
.cooperative_fabrication.page_floor .floor_list:nth-child(even) li:nth-child(odd) {
    background: #fff;
}
.cooperative_fabrication.page_floor .floor_content {
    position: relative;
}
.cooperative_fabrication.page_floor .floor_content .floor_list_wrapper {
    width: 1000px;
    margin: 0 auto;
    height: 330px;
}
.cooperative_fabrication.page_floor .floor_content .swiper_arrow {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
    background: #F1F1F1;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    color: #aaa;
}
.page_main .cooperative_fabrication.page_floor .swiper-slide img {
    height: auto!important;
}
.cooperative_fabrication.page_floor .floor_content .swiper_arrow:hover {
    background: rgba(0, 0, 0, .1);
}
.cooperative_fabrication.page_floor .floor_content .swiper_arrow.arrow_right {
    right: 0;
    left: auto;
}
/*底部服务商轮播图模块 END*/
/*通用模块 ---1.3版本 END*/

/*次级顶部蓝色过渡banner begin*/
.transition-banner{width:100%;height:30px;background:#06a8e8}
/*次级顶部蓝色过渡banner end*/

/*按钮通用样式 begin*/
.btn-tm{text-decoration:none;display:block;transition: background-color .15s;width:190px;height:45px;text-align:center;line-height:45px;color:#fff;border:solid 1px white;font-size:20px;}
.user_btn {height: 44px;width: 180px;color: #06a8e8;font-size: 18px;line-height: 44px;border: 1px #06a8e8 solid;background-color:transparent;text-align: center;float: left;margin-left: 8%;}
.grey_btn {height: 44px;width: 180px;color: #999;font-size: 18px;line-height: 44px;border: 1px #999 solid;background-color:transparent;text-align: center;float: left;margin-left: 8%;}
.user_btn:hover,.grey_btn:hover {color: #fff;background-color:#06a8e8;border: 1px #06a8e8 solid;}
/*按钮通用样式 end*/

/*跳转链接通用样式*/
.ic_blue:hover {color: #06a8e8}


/*公用响应式样式*/
@media (min-width: 1200px) {
    .news .container {width:1180px;}
    .collapse .nav > li > a {position: relative;display: block;padding: 15px 15px;}
}
@media (min-width: 992px) and (max-width: 1199px){
    .news .container {width:972px;}
    .collapse  .nav > li > a {padding: 14px 15px;}
}
@media (min-width: 800px) and (max-width: 991px){
    .news .container {width:780px;}
    .collapse .nav > li > a {padding: 15px 5px;}
}
@media (min-width: 768px) and (max-width: 799px){
    .news .container {width:748px;}
    .collapse .nav > li > a {padding: 15px 3px;}
}
@media (max-width: 767px){
    .news .container {width:100%;padding:0 20px }
}
@media (max-width: 1200px){
    .page_nav_left {
        left: 0;
    }

    .page_nav_right {
        right: 0;
    }
}
/*常用颜色（包括背景颜色，字体颜色）*/
.colorFFF{color:#FFF!important}
.color06a8e8{color:#06a8e8!important}
.bgColor06a8e8{background:#06a8e8!important;}

.border_bottom {border-bottom: 4px solid #06a8e8}

/*字体宽度*/
.fontBold{font-weight: bold!important}

/*其它重用样式*/
.padding0{padding:0!important}
.padding02{padding:0 2%!important}
.margin0{margin:0!important}
.borderClear{border:none!important}

h1, h2, h3, .menu_list h3, .menu_head {font-family: "Microsoft YaHei"}
h1 { font-weight: normal; font-size: 24px;text-shadow: #ccc 0 1px 0; color: #010101}
h2 { font-size: 18px; font-weight: normal}
h3 { font-size: 18px}
h4 { font-size: 16px}
h5 { font-size: 14px}
h6 { font-size: 12px}
.pointer { cursor:pointer}
.NoBorder { border:0 none}
.NoPadding { padding:0}
.Break { word-break:break-all; word-wrap:break-word}
.Nobreak { word-break:keep-all; word-wrap:normal}
.UnLine { text-decoration:underline}
.DisunLine { text-decoration:none}
.absolute { position:absolute}
.relative { position:relative}
.wrapper { clear:both; overflow:hidden}
.invisible { visibility:hidden}
.hidden { display:none}
.block { display:block}

/*生产中心详情页*/
.detail{max-width:1200px;margin:0 auto;padding:60px 0 100px;overflow:hidden}
.detail_left{width:20%;float:left}
.detail_right{width:76%;float:right}
.detail_left img{width:100%;float:left}
.detail_float{width:100%;overflow:hidden;margin-top:30px;font-size:16px}
.detail_right h2{font-size:25px;font-weight:bold;padding-top:20px;color:#333;}
.detail_right p{padding:20px 0 0;line-height:26px}
.detail_box{overflow:hidden;margin-top:40px}
.detail_box_list{padding:10px 0;margin-left:40px;float:left;font-size:15px}
.base6{font-weight:bold;border-bottom:2px #06a8e8 solid}
.xian{width:100%;border-bottom:1px #999 solid}
.detail_right h3{font-size:22px;font-weight:bold;padding:30px 0 0;color:#333}
.detail_content h5{font-size:16px;font-weight:bold;padding-top:30px}
.detail_content{line-height: 4.5em;}
.detail_content a {color: #06a8e8!important;text-decoration: underline!important;}
.detail_content a:hover {color: #0a8bd2!important}
.detail_content p{margin-top: 0;line-height:26px}
#section1.addMargin{margin-top:70px}

/*应用方案详情页 BEGIN*/
.solution_detail .detail_right,
.solution_detail .detail_left {
    height: auto !important;
    float: none;
    width: 100%;
}
.solution_detail .item_top .top_left {
    float: left;
    width: 33.33333%;
    margin-right: 40px;
}
.solution_detail .item_top .top_right {
    float: right;
    width: calc(66.66667%  - 40px);
}
.solution_detail .item_top .top_right p {
    margin-bottom: 20px;
}
/*应用方案详情页 END*/

/*服务流程通用样式 BEGIN*/
.service_steps {background-color: #fff}

.service_steps .portlet {padding-bottom: 45px!important;}
.service_steps .portlet.light.portlet-fit {width: 90%;margin: auto}
.service_steps .portlet-title {border: 0;padding: 50px 20px 30px!important;font-size: 28px;color: #333;margin-bottom: 0!important;}
.service_steps .portlet-body {padding: 0 20px!important;}
.service_steps .mt-step-col {padding-top: 0}
.service_steps .mt-step-col .mt-step-number {color: #06a8e8!important;line-height: 26px;border: 2px solid #06a8e8;font-size: 18px;padding: 5px;width: 40px;height: 40px}
.service_steps .mt-element-step .step-line .mt-step-title:after,
.service_steps .mt-element-step .step-line .mt-step-title:before {content: '';height: 4px;width: 50%;position: absolute;background-color: #06a8e8;top: -24px;z-index: 4;transform: translateY(-100%)}
.service_steps .mt-element-step .step-line .first .mt-step-title:before, .service_steps .mt-element-step .step-line .last .mt-step-title:after {content: none}
.service_steps .mt-step-title {padding-top: 25px;font-size: 18px!important; color: #333!important;}
.service_steps .mt-step-content {padding: 25px 8px 0;color: #999!important;}
.service_steps .mt-step-content a {color: #06a8e8}
.service_steps .mt-step-content a:hover {text-decoration: underline}
.service_steps .col-md-2.col-md-20.mt-step-col {width: 20%!important;}

/*服务流程通用样式 END*/

.btn-blue{color:#06a8e8!important;}

@media all and (max-width: 799px){
    .detail_float.navFixBtn{left: 65%!important}
    .nav-wrap.navFix ul li {display: none}
    .nav-wrap.navFix ul li.father_active {display: inline-block;margin-left:0}
}
@media all and (max-width: 650px){
    .detail_float.navFixBtn{left: 58%!important}
}
@media all and (max-width: 550px){
    .detail_float.navFixBtn{left: 48%!important}
}

/* vue 加载不显示{{}}*/
[v-cloak] {
    display: none;
}
