/*浮动*/
.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

/* Clearfix,避免因子元素浮动而导致的父元素高度缺失能问题 */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

* + html .clearfix {
    height: 1%;
}

/* IE 6/7 */
.clearfix {
    *zoom: 1;
}

/*网页在Safari快速滚动和回弹  overflow滚动更流畅*/
html {
    -webkit-overflow-scrolling: touch;
}

/*网页上视觉效果的修改*/
button:active {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
}

i {
    display: inline-block;
}

a {
    text-decoration: none;
}

a:hover {
    color: #E70012;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei", Helvetica, FreeSans, Arimo, "Droid Sans", Arial, sans-serif;
    min-width: 1220px;
}

.jq_wrap_1220 {
    width: 1220px;
    margin: 0 auto;
    min-width: 1220px;
}

/*Public*/
.jq_public_top_bar {
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    background: #f8f8f8;
}

.jq_public_top_bar .jq_top_left {
    color: #737373;
}

.jq_public_top_bar .jq_top_left .city {
    color: #5B5B5B;
}

.jq_public_top_bar .jq_top_left .city i {
    width: 15px;
    height: 18px;
    background: url("../images/icon_sprite_01.png") no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    margin-left: 30px;
    margin-right: 10px;
}

.jq_public_top_bar .jq_top_left .city .toggle {
    margin-left: 10px;
    font-style: normal;
    color: #E70012;
}

.jq_public_top_bar .jq_top_right ul {
    float: left;
    list-style: none;
    color: #666;
}

.jq_public_top_bar .jq_top_right ul li a {
    color: #666;
}

.jq_public_top_bar .jq_top_right ul li {
    display: inline-block;
}

.jq_public_top_bar .jq_top_right ul li:last-child i {
    width: 19px;
    height: 16px;
    background: url("../images/icon_sprite_01.png");
    background-position: -50px 0;
    margin: 0 8px 0 10px;
    vertical-align: middle;
}

.jq_public_top_bar .jq_top_right .split {
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: #d5d5d5;
    margin: 0 20px;
}

.jq_public_top_search {
    background: #fff;
    font-size: 14px;

}

.jq_public_top_search .jq_top_search_logo img {
    /*width: 240px;*/
    height: 55px;
    margin-top: 30px;
}

.jq_public_top_search .jq_top_search_ad img {
    width: 290px;
    height: 70px;
    margin-top: 35px;
}

.jq_public_top_search .jq_top_search {
    width: 500px;
    height: 40px;
    border: 1px solid #e5e5e5;
    margin-left: 65px;
    line-height: 40px;
    margin-top: 35px;

}

.jq_public_top_search .jq_top_search i {
    width: 18px;
    height: 16px;
    background: url("../images/icon_sprite_01.png");
    background-position: -200px 0;
    vertical-align: middle;
    margin: 0 15px;
}

.jq_public_top_search .jq_top_search input {
    height: 40px;
    width: 342px;
    outline: none;
    border: none;

}

.jq_public_top_search .jq_top_search .button {
    background: #d5d5d5;
}

.jq_public_top_search .jq_top_search button {
    height: 40px;
    width: 110px;
    background: #d5d5d5;
    outline: none;
    border: none;
    color: #fff;
}

.jq_public_top_nav {
    height: 42px;
    width: 100%;
    line-height: 42px;
    font-size: 16px;
    border-bottom: 1px solid #E70012;
    background: #fff;
}

.jq_public_top_nav ul {
    float: left;
    list-style: none;
}

.jq_public_top_nav ul li {
    display: inline-block;
    width: 98px;
    height: 42px;
    margin-right: 45px;
    text-align: center;
}

.jq_public_top_nav ul li a {
    color: #363636;
    font-weight: bold;
}

.jq_public_top_nav ul .select {
    background: #E70012;
}

.jq_public_top_nav ul .select a {
    color: #fff;
}

.jq_public_title_bar {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #363636;
}

.jq_public_title_bar span {
    display: inline-block;
    width: 1px;
    height: 28px;
    background: #E70012;
    margin-right: 18px;
    vertical-align: middle;
}

.jq_public_title_bar .title {
    font-size: 26px;
    margin-right: 40px;
}

.jq_public_title_bar .tagline {
    color: #747474;
    border: 1px solid #e5e5e5;
    height: 25px;
    line-height: 25px;
    margin-top: 8px;
    padding: 0 20px;
    border-radius: 15px;
}

.jq_public_title_bar .tagline .quantity {
    display: inline-block;
    color: #E70012;
    font-style: normal;
}

.jq_public_title_bar .title i {
    background: url("../images/icon_sprite_01.png") no-repeat center;
    width: 8px;
    height: 8px;
    background-position: -150px -50px;
    margin-left: 15px;
    vertical-align: middle;
}

.jq_public_title_bar a {
    font-size: 14px;
    color: #363636;
}

.jq_public_title_bar a:hover {
    color: #E70012;
}

.jq_public_title_bar .more {
    padding-right: 18px;
    margin-left: 5px;
}

.jq_public_title_bar .more i {
    width: 18px;
    height: 8px;
    background: url("../images/icon_sprite_01.png");
    background-position: -250px 0;
    margin-left: 2px;
}

.jq_public_select_type_wrap {
    margin-top: 35px;
}

.jq_public_select_type_wrap ul {
    list-style: none;
}

.jq_public_select_type_wrap ul li {
    display: block;
    margin-bottom: 30px;
}

.jq_public_select_type_wrap .typename {
    font-size: 16px;
    padding: 15px 30px;
    margin-right: 20px;
    color: #999;
    background: #f8f8f8;
}

.jq_public_select_type_wrap .type_name {
    width: 1080px;
    margin-top: 10px;
}

.jq_company_container .jq_public_select_type_wrap .type_name {
    width: 700px;
}

.jq_public_select_type_wrap .type_name a {
    display: inline-block;
    font-size: 14px;
    color: #363636;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
}

.jq_public_select_type_wrap .type_name .selected {
    color: #E70012;
}

.jq_public_footer_container {
    width: 100%;
    padding-bottom: 75px;
    background: #1f1f1f;
    margin-top: 75px;

}

.jq_public_footer_container .jq_footer_tab a {
    color: #8f8f8f;
    font-size: 14px;
}

.jq_public_footer_container .jq_footer_tab ul {
    float: left;
    list-style: none;
    margin-top: 30px;
}

.jq_public_footer_container .jq_footer_tab ul li {
    display: inline-block;
    width: 85px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #111;
    margin-right: 15px;
}

.jq_public_footer_container .jq_footer_tab ul li:first-child {
    background: #363636;
}

.jq_public_footer_container .jq_footer_tab ul li:first-child a {
    color: #fff;
}

.jq_public_footer_container .jq_footer_friendly_link a {
    font-size: 12px;
    color: #8f8f8f;
}

.jq_public_footer_container .jq_footer_friendly_link {
    margin-top: 20px;
}

.jq_public_footer_container .jq_footer_friendly_link ul {
    float: left;
    list-style: none;

}

.jq_public_footer_container .jq_footer_friendly_link ul li {
    display: inline-block;
    margin-right: 20px;
    line-height: 30px;
}

.jq_public_footer_container .jq_footer_about_container {
    margin-top: 65px;
}

.jq_public_footer_container .jq_footer_about_container ul {
    float: left;
    list-style: none;
}

.jq_public_footer_container .jq_footer_about_container ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    margin-right: 100px;
    float:left;
}

.jq_public_footer_container .jq_footer_about_container ul li .sub a {
    color: #8f8f8f;
    font-size: 12px;
    margin-top: 25px;
    margin-left: 10px;
    line-height: 30px;
}

.jq_public_footer_container .jq_footer_about_container .follow_wechat {
    /*display: none;*/
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.jq_public_footer_container .jq_footer_about_container .follow_wechat img {
    width: 90px;
    height: 90px;
    margin-top: 18px;
}

.jq_public_footer_container .jq_footer_copy {
    margin-top: 30px;
    text-align: center;
    font-size: 12px;
    color: #8f8f8f;
}

.jq_public_footer_container .jq_footer_copy p {
    line-height: 30px;
}

.page_counting_device_wrap,
.public_page_counting_device_wrap {
    margin-top: 35px;
    text-align: center;
    font-size: 12px;
}

.page_counting_device_wrap a,
.public_page_counting_device_wrap a {
    display: inline-block;
    background: #f8f8f8;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    font-size: 12px;
    color: #a3a3a3;
    height: 35px;
    line-height: 35px;
}

.page_counting_device_wrap .prev,
.public_page_counting_device_wrap .prev {
    width: 60px;
    color: #d7d7d7;
}

.page_counting_device_wrap .next,
.public_page_counting_device_wrap .next {
    width: 60px;
    margin-left: 10px;
}

.page_counting_device_wrap .number,
.public_page_counting_device_wrap .number {
    width: 35px;
    margin-left: 10px;

}

.page_counting_device_wrap .current,
.public_page_counting_device_wrap .current {
    background: #E70012;
    color: #fff;
}

.page_counting_device_wrap .total,
.public_page_counting_device_wrap .total {
    color: #acacac;
    margin-left: 10px;
}

.page_counting_device_wrap .total .quantity,
.public_page_counting_device_wrap .total .quantity {
    margin: 0 5px;
}

.jq_wrap_870 {
    width: 870px;
    min-width: 870px;
}

.jq_wrap_320 {
    width: 320px;
    min-width: 320px;
}

/*首页 开始*/
.jq_index_banner_container {
    border-top: 1px solid #E70012;
}
.jq_index_banner_container .bd a {
    display: block;
    height: 100%;
    background: no-repeat center;
    background-size: cover;
}

.jq_index_banner_container .jq_wrap_1220 {
    position: relative;
}

.jq_index_banner_container .form_wrap {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 210;
    width: 380px;
    height: 480px;
    background: rgba(255, 255, 255, .7);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.jq_index_banner_container .form_wrap .form_title {
    font-size: 24px;
    color: #363636;
    text-align: center;
    margin: 28px 0;
}

.jq_index_banner_container .form_wrap .form_tagline {
    text-align: center;
    color: #666;
    margin-bottom: 38px;
}

.jq_index_banner_container .form_wrap .form_tagline .number {
    color: #E70012;
}

.jq_index_banner_container .form_wrap .form_city, .form_wrap .form_username,
.form_wrap .form_tel {
    width: 285px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 14px;
}

.jq_index_banner_container .form_wrap .form_city .select_city, .select_province {
    position: relative;
    width: 50%;
    height: 45px;
    line-height: 45px;
}

.jq_index_banner_container .form_wrap .form_city select {
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 28px;
    box-sizing: border-box;
    border: none;
    outline: none;
}

.jq_index_banner_container .form_wrap .form_username input,
.form_wrap .form_tel input {
    display: block;
    height: 100%;
    width: 100%;
    padding-left: 28px;
    box-sizing: border-box;
    border: none;
    outline: none;
}

.jq_index_banner_container .form_wrap .form_city select {
    -webkit-appearance: none;
    -moz-appearance: none;
    box-sizing: border-box;
}

.jq_index_banner_container .form_wrap .form_city .select_province i, .form_city .select_city i {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url("../images/icon_sprite_01.png");
    background-position: -150px 0;
    width: 11px;
    height: 8px;
}

.jq_index_banner_container .form_wrap .immediately_consult button {
    display: block;
    width: 285px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e5e5e5;
    margin: 0 auto;
    font-size: 16px;
    background: #E7000f;
    color: #fff;
}

.jq_index_active_project_container {
    padding-top: 60px;
    padding-bottom: 100px;
}

.jq_index_active_project_container .free {
    padding-left: 30px;
    font-size: 20px;
    color: #363636;
    margin-right: 150px;
}

.jq_index_active_project_container .free p {
    font-size: 14px;
    color: #666;
    margin-top: 15px;
}

.jq_index_active_project_container .benefit_of_gold {
    margin-right: auto;
}

.jq_index_recommend_company_container .recommend_company_content {
    padding-top: 50px;
    padding-left: 15px;
}

.jq_index_recommend_company_container .recommend_company_content img {
    width: 130px;
    height: 66px;
    margin-bottom: 20px;
    margin-right: 15px;
}

.jq_index_select_design_case_container {
    margin-top: 55px;
}

.jq_index_select_design_case_container .select_design_case_content {
    margin-top: 38px;
    margin-right: -20px;
}

.jq_index_select_design_case_container .select_design_case_content img {
    width: 290px;
    height: 200px;
    margin-right: 15px;
    margin-bottom: 20px;
}

.jq_index_decorate_strategy_container {
    margin-top: 40px;

}

.jq_index_decorate_strategy_container .decorate_knowledge_container {
    margin-top: 38px;
}

.jq_index_decorate_strategy_container .decorate_knowledge_left,
.jq_index_decorate_strategy_container .decorate_knowledge_right {
    width: 585px;

}

.jq_index_decorate_strategy_container .knowledge_bar {
    height: 35px;
    line-height: 35px;

    border-bottom: 1px solid #e5e5e5;
}

.jq_index_decorate_strategy_container .knowledge_bar .knowledge_title {
    font-size: 18px;
    color: #363636;

}

.jq_index_decorate_strategy_container .knowledge_bar .more {
    padding-right: 18px;
    margin-left: 5px;

}

.jq_index_decorate_strategy_container .knowledge_bar .more a {
    font-size: 14px;
    color: #363636;
}

.jq_index_decorate_strategy_container .knowledge_bar .more a:hover {
    color: #E70012;
}

.jq_index_decorate_strategy_container .knowledge_bar .more i {
    width: 18px;
    height: 8px;
    background: url("../images/icon_sprite_01.png");
    background-position: -250px 0;
    margin-left: 5px;
}

.jq_index_decorate_strategy_container .knowledge_content {
    margin-top: 25px;

}

.jq_index_decorate_strategy_container .knowledge_content .knowledge_img img {
    width: 180px;
    height: 120px;
    margin-right: 20px;
}

.jq_index_decorate_strategy_container .knowledge_content .knowledge_introduce .introduce_title {
    font-size: 16px;
    color: #363636;
}

.jq_index_decorate_strategy_container .knowledge_content .knowledge_introduce .introduce_sub_heading {
    color: #6e6e6e;
    font-size: 14px;
    margin-top: 30px;
}

.jq_index_decorate_strategy_container .knowledge_content .knowledge_introduce .introduce_sub_heading p {
    margin-top: 15px;
}

.jq_index_decorate_strategy_container .knowledge_content .knowledge_introduce .introduce_sub_heading p i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #6e6e6e;
    vertical-align: middle;
    margin-right: 10px;
}

.jq_index_designer_container {
    margin: 50px 0;
}

.jq_index_designer_container .jq_index_designer_wrap {
    margin-top: 45px;
    position: relative;
}

.jq_index_designer_container .jq_index_designer_wrap .prev {
    background: url("../images/icon_sprite_01.png") no-repeat;
    background-position: -300px 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 160px;
    left: -20px;
    z-index: 999;
}

.jq_index_designer_container .jq_index_designer_wrap .next {
    background: url("../images/icon_sprite_01.png") no-repeat;
    background-position: -400px 0;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 160px;
    right: -10px;
    z-index: 999;
}

.jq_index_designer_container .jq_index_designer_wrap ul {
    float: left;
    list-style: none;
    width: 1220px;
    overflow: hidden;
    margin-right: -15px;
    white-space: nowrap;
}

.jq_index_designer_container .jq_index_designer_wrap ul li {
    display: inline-block;
    width: 288px;
    margin-right: 15px;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
}

.jq_index_designer_container .jq_index_designer_wrap ul li .background {
    display: block;
    width: 288px;
    height: 200px;
}

.jq_index_designer_container .jq_index_designer_wrap ul li .head_img {
    position: absolute;
    top: 160px;
    left: 100px;
}

.jq_index_designer_container .jq_index_designer_wrap ul li .head_img img {
    border-radius: 50%;
    height: 88px;
    width: 88px;
    z-index: 999;
}

.jq_index_designer_container .jq_index_designer_wrap ul li .name {
    color: #444;
    font-size: 16px;
    text-align: center;
    margin-top: 60px;
}

.jq_index_designer_container .jq_index_designer_wrap ul li .people_intruduce {
    margin-top: 15px;
    font-size: 12px;
    padding-left: 10px;
}

.jq_index_designer_container .jq_index_designer_wrap ul li .people_intruduce div {
    margin-right: 20px;
}

.jq_index_designer_container .jq_index_designer_wrap ul li .people_intruduce span {
    color: #E70012;
}

.jq_index_designer_container .jq_index_designer_wrap ul li .free_design {
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #363636;
    margin: 15px auto 30px auto;
    border: 1px solid #e5e5e5;

}

.jq_index_new_request_container .new_request_tab {
    margin-top: 30px;
    border-top: 2px solid #E70012;
    border-bottom: none;
}

.jq_index_new_request_container .new_request_tab ul {
    list-style: none;
    float: left;
    font-size: 18px;
    color: #333;
    border: 1px solid #a3a3a3;
    border-top: none;
    width: 100%;
    border-bottom: none;
}

.jq_index_new_request_container .new_request_tab ul li {
    width: 166px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
}

.jq_index_new_request_container .new_request_content .new_request_list {
    width: 100%;
    height: 420px;
    overflow: hidden;
    border: 1px solid #a3a3a3;
    border-top: none;
    font-size: 14px;
}

.jq_index_new_request_container .new_request_content .new_request_list .ceil {
    height: 60px;
}

.jq_index_new_request_container .new_request_content .new_request_list .ceil ul {
    list-style: none;
    float: left;
    border-top: 1px dashed #d5d5d5;
    width: 100%;

}

.jq_index_new_request_container .new_request_content .new_request_list .ceil ul li {
    width: 166px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
}

/*首页结束*/

/*效果图 开始*/
.jq_gallery_banner_container {
    overflow: hidden;
    height: 400px;
    position: relative;
}

.jq_gallery_banner_container .bd {
    width: 100%;
    overflow: hidden;
    height: 400px;
}

.jq_gallery_banner_container .bd a {
    background: no-repeat center;
    background-size: cover;
    height: 100%;
    display: block;
}

.jq_gallery_banner_container .jq_wrap_1220 {
    position: relative;
}

.jq_gallery_banner_container .type_wrap {
    position: absolute;
    width: 260px;
    height: 330px;
    top: 40px;
    left: 35px;
    z-index: 999;
    background: #fff;
}

.jq_gallery_banner_container .type_wrap ul {
    list-style: none;
    margin-top: 10px;
}

.jq_gallery_banner_container .type_wrap ul li {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.jq_gallery_banner_container .type_wrap ul li:last-child {
    border-bottom: none;
}

.jq_gallery_banner_container .type_wrap .typename {
    margin-top: 10px;
    height: 50px;
    padding: 0 18px;
    padding-top: 10px;
    border-right: 1px solid #e5e5e5;
    font-size: 16px;
    color: #363636;
    width: 45px;

}

.jq_gallery_banner_container .type_wrap .typename p {
    color: #d3d3d3;
    margin-top: 5px;
}

.jq_gallery_banner_container .type_wrap .type_name {
    margin-top: 5px;
    line-height: 25px;
    height: 50px;
    width: 160px;
    overflow: hidden;
}

.jq_gallery_banner_container .type_wrap .type_name a {
    display: inline-block;
    color: #6e6e6e;
    font-size: 12px;
    margin-right: 5px;
}

.jq_gallery_banner_container .tagline_banner {
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: rgba(50, 41, 33, 0.5);
    position: absolute;
    top: 340px;
    left: 0;
    z-index: 200;
}

.jq_gallery_banner_container .tagline_banner .tagline {
    font-size: 22px;
    color: #fff;
    width: 400px;
    margin-left: 320px;

}

.jq_gallery_banner_container .tagline_banner .display_page {
    font-size: 16px;
    color: #fff;
}

.jq_gallery_banner_container .tagline_banner .display_page .prev {
    display: inline-block;
    background: url("../images/icon_sprite_01.png") no-repeat center;
    background-position: 0 -50px;
    width: 16px;
    height: 24px;
    z-index: 202;
    margin-left: 50px;
    vertical-align: middle;
}

.jq_gallery_banner_container .tagline_banner .display_page .next {
    display: inline-block;
    background: url("../images/icon_sprite_01.png") no-repeat center;
    background-position: -50px -50px;
    width: 16px;
    height: 24px;
    z-index: 202;
    margin-left: 40px;
    vertical-align: middle;
}

.jq_gallery_banner_container .tagline_banner .display_page .pageState span {
    color: #E70012;
}

.jq_gallery_beautiful_project_container {
    margin-top: 70px;
}

.jq_gallery_beautiful_project_container .beautiful_project_wrap {
    margin-top: 35px;
}

.jq_gallery_beautiful_project_container .beautiful_project_wrap img {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    transition: all .3s;
}

.jq_gallery_beautiful_project_container .beautiful_project_wrap .beautiful_project_middle {
    margin: 0 13px;
}

.jq_gallery_beautiful_project_container .beautiful_project_middle .beattiful_project_title {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.jq_gallery_beautiful_project_container .beautiful_project_middle .beattiful_project_title .title_wrap {
    width: 100%;
    height: 100%;
    background-color: rgba(50, 41, 33, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.jq_gallery_beautiful_project_container .beautiful_project_middle .beattiful_project_title .title {
    display: inline-block;
    margin-top: 120px;

}

.jq_gallery_beautiful_project_container .beautiful_project_middle .beattiful_project_title .title p {
    font-size: 16px;
    margin-top: 20px;
}

/*效果图 结束*/

/*效果图筛选 开始*/
.jq_effect_picture_container {
    margin-top: 50px;

}

.jq_public_title_bar .type_selected {
    width: 60px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #E70012;
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
}

.jq_effect_picture_container .jq_public_title_bar .title {
    margin-right: 0;
}

.jq_effect_picture_container .jq_public_title_bar .type_selected i {
    background: url("../images/icon_sprite_01.png") no-repeat center;
    width: 9px;
    height: 9px;
    background-position: -100px -50px;
    margin-left: 15px;
    vertical-align: middle;
}

.jq_gallery_case_pictures {
    margin-top: 10px;
}

.jq_gallery_case_pictures .case_pictures_title_bar {
    width: 100%;
    height: 50px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #363636;
    line-height: 50px;
    background: #f8f8f8;
}

.jq_gallery_case_pictures .case_pictures_title_bar ul {
    float: left;
    list-style: none;
}

.jq_gallery_case_pictures .case_pictures_title_bar ul li {
    display: inline-block;
    padding-left: 40px;
    padding-right: 40px;
    border-right: 1px solid #e5e5e5;

}

.jq_gallery_case_pictures .case_pictures_title_bar ul .title_selected {
    color: #E70012;
}

.jq_gallery_case_pictures .case_pictures_title_bar .case_pictures_quantity {
    margin-right: 35px;
}

.jq_gallery_case_pictures .case_pictures_title_bar .case_pictures_quantity span {
    color: #E70012;
}

.jq_gallery_case_pictures .case_pictures_content_wrap {
    margin-top: 30px;
    margin-right: -15px;
}

.jq_gallery_case_pictures .case_pictures_content_wrap a {
    display: inline-block;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-right: 15px;
    margin-bottom: 20px;
}

.jq_gallery_case_pictures .case_pictures_content_wrap a img {
    display: block;
}

.jq_gallery_case_pictures .case_pictures_content_wrap a .case_pictures_intro {
    font-size: 16px;
    color: #363636;
    margin-top: 15px;
    text-align: center;
    padding-bottom: 18px;
}

.jq_gallery_case_pictures .case_pictures_content_wrap a .info {
    position: absolute;
    bottom: 48px;
    left: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: flex;
    color: #fff;
    text-align: center;
}

.jq_gallery_case_pictures .case_pictures_content_wrap a .info_left {
    /*width: 144px;*/
    width: 100%;
    height: 30px;
    background: rgba(243, 146, 33, .5);
}

.jq_gallery_case_pictures .case_pictures_content_wrap a .info_right {
    width: 144px;
    height: 30px;
    background-color: rgba(50, 41, 33, 0.5);
}

/*效果图筛选 结束*/

/*装修公司 开始*/
.jq_company_container {
    margin-top: 35px;
}

.jq_company_container .jq_public_title_bar .count {
    font-size: 14px;
    color: #5d5d5d;
    margin-left: -20px;

}

.jq_company_container .jq_public_title_bar .count .quantity {
    font-style: normal;
    color: #E70012;
}

.jq_company_container .jq_company_select_wrap {
    background: #fff;
    border: 1px solid #e5e5e5;
}

.jq_company_container .jq_company_introduce_wrap {
    margin-top: 15px;
    padding-bottom: 15px;
}

.jq_company_container .jq_company_introduce_wrap .jq_company_sort_bar {
    padding: 20px 0 20px 20px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.jq_company_container .jq_company_introduce_wrap .jq_company_sort_bar a {
    font-size: 14px;
    color: #3a3a3a;
    display: inline-block;
    margin-right: 60px;
}

.jq_company_container .jq_company_introduce_wrap .jq_company_sort_bar .selected {
    color: #E70012;
}

.jq_company_container .jq_company_introduce_wrap .jq_company_introduce {
    margin-top: 20px;
    padding: 30px;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.jq_company_container .jq_company_introduce .introduce_left a {
    display: block;
    padding: 8px;
    border: 1px solid #e5e5e5;
}

.jq_company_container .jq_company_introduce .introduce_left p {
    margin-top: 25px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.jq_company_container .jq_company_introduce .introduce_left p span {
    color: #E70012;
}

.jq_company_container .jq_company_introduce .introduce_middle {
    margin-left: 11px;

}

.jq_company_container .jq_company_introduce .introduce_middle .introduce_title a {
    font-size: 18px;
    color: #363636;
}

.jq_company_container .jq_company_introduce .introduce_middle .introduce_title i {
    background: url("../images/icon_sprite_01.png") no-repeat center;
    background-position: -200px -50px;
    width: 30px;
    height: 25px;
    vertical-align: middle;
    margin-left: 18px;
}

.jq_company_container .jq_company_introduce .introduce_middle .address {
    font-size: 12px;
    color: #666;
    margin-top: 30px;
    width: 405px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jq_company_container .jq_company_introduce .introduce_middle .content {
    margin-top: 18px;
    margin-bottom: 25px;
    font-size: 14px;
    color: #666;
}

.jq_company_container .jq_company_introduce .introduce_middle .content .designer i {
    background: url("../images/icon_sprite_01.png") no-repeat center;
    background-position: 0 -100px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.jq_company_container .jq_company_introduce .introduce_middle .content .case i {
    background: url("../images/icon_sprite_01.png") no-repeat center;
    background-position: -50px -100px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 15px;
}

.jq_company_container .jq_company_introduce .introduce_middle .content .discounts i {
    background: url("../images/icon_sprite_01.png") no-repeat center;
    background-position: -100px -100px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 15px;
}

.jq_company_container .jq_company_introduce .introduce_middle .support {
    font-size: 12px;
    color: #666;
}

.jq_company_container .jq_company_introduce .introduce_middle .support i {
    background: url("../images/icon_sprite_01.png") no-repeat center;
    background-position: -150px -100px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 5px;
}

.jq_company_container .jq_company_introduce .introduce_middle .support span {
    margin-right: 13px;
}

.jq_company_container .jq_company_introduce .introduce_right {
    height: 140px;
    border-left: 1px dashed #dadada;
    padding-left: 40px;
}

.jq_company_container .jq_company_introduce .introduce_right a {
    font-size: 14px;
    display: block;
    width: 150px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.jq_company_container .jq_company_introduce .introduce_right .free_quotation {
    color: #fff;
    background: #E70012;
    margin-top: 15px;
}

.jq_company_container .jq_company_introduce .introduce_right .free_consult {
    color: #E70012;
    border: 1px solid #E70012;
    margin-top: 20px;
}

.jq_public_apply_free_quotation_wrap {
    padding: 30px;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.jq_public_apply_free_quotation_wrap .title {
    font-size: 24px;
    color: #E70012;
}

.jq_public_apply_free_quotation_wrap .tagline {
    font-size: 14px;
    color: #363636;
    margin-top: 20px;
}

.jq_public_apply_free_quotation_wrap .tagline span {
    color: #E70012;
}

.jq_public_apply_free_quotation_wrap .name input,
.jq_public_apply_free_quotation_wrap .tel input {
    font-size: 16px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    outline: none;
}

.jq_public_apply_free_quotation_wrap .tel input {
    margin-top: 15px;
}

.jq_public_apply_free_quotation_wrap .apply button {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #E70012;
    color: #fff;
    text-align: center;
    margin-top: 35px;
    font-size: 18px;
    outline: none;
    border: none;
    cursor: pointer;
}

.jq_company_container .jq_decoration_strategy_wrap {
    padding: 30px;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    background: #fff;
}

.jq_company_container .jq_decoration_strategy_wrap .title {
    font-size: 16px;
    color: #363636;
    line-height: 20px;
    padding-bottom: 25px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.jq_company_container .decoration_strategy_container {
    padding: 15px 0;
    border-bottom: 1px dashed;
}

.jq_company_container .decoration_strategy_container .icon_img1 {
    background: url("../images/icon_sprite_01.png") no-repeat center;
    background-position: -200px -100px;
    width: 34px;
    height: 36px;
    margin-right: 30px;
}

.jq_company_container .decoration_strategy_container .icon_img2 {
    background: url("../images/icon_sprite_01.png") no-repeat center;
    background-position: -250px -100px;
    width: 36px;
    height: 36px;
    margin-right: 30px;
}

.jq_company_container .decoration_strategy_container .icon_img3 {
    background: url("../images/icon_sprite_01.png") no-repeat center;
    background-position: -300px -100px;
    width: 39px;
    height: 33px;
    margin-right: 30px;
}

.jq_company_container .decoration_strategy_container .icon_img4 {
    background: url("../images/icon_sprite_01.png") no-repeat center;
    background-position: -350px -100px;
    width: 34px;
    height: 36px;
    margin-right: 30px;
}

.jq_company_container .decoration_strategy_container .content {
    width: 185px;
    color: #363636;
    font-size: 14px;
}

.jq_company_container .decoration_strategy_container .content p {
    margin-top: 15px;
    line-height: 20px;
    color: #808080;
    font-size: 12px;
}

.jq_company_container .decoration_strategy_container:last-child {
    border: none;
}

.jq_company_container .jq_decoration_strategy_wrap button {
    display: block;
    margin-top: 30px;
    width: 100%;
    background: #E70012;
    color: #fff;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    outline: none;
    border: none;
    cursor: pointer;
}

.jq_company_container .jq_company_ranking_list_wrap,
.jq_company_container .jq_company_sign_bill_list_wrap {
    padding: 30px;
    border: 1px solid #e5e5e5;
    margin-top: 20px;
    background: #fff;
}

.jq_company_container .jq_company_ranking_list_wrap .title {
    font-size: 24px;
    margin-right: 0;
}

.jq_company_container .jq_company_ranking_list_wrap .list {
    margin-top: 25px;
}

.jq_company_container .jq_company_ranking_list_wrap .list a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #9a9a9a;
}

.jq_company_container .jq_company_ranking_list_wrap .list a i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #c5c5c5;
    margin-right: 10px;
    margin-left: 5px;
}

.jq_company_container .jq_company_sign_bill_list_wrap .title {
    font-size: 24px;
    margin-right: -10px;
}

.jq_company_container .jq_company_sign_bill_list_wrap .tab ul {
    list-style: none;
    float: left;
    margin-top: 30px;
    padding-bottom: 15px;
    color: #999;
    font-size: 16px;
}

.jq_company_container .jq_company_sign_bill_list_wrap .tab ul li {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
}

.jq_company_container .jq_company_sign_bill_list_wrap .ceil {
    font-size: 15px;
    color: #666;
}

.jq_company_container .jq_company_sign_bill_list_wrap .ceil ul {
    list-style: none;
    float: left;
    padding-top: 15px;
    margin-right: -10px;
    border-top: 1px dashed #e5e5e5;
    padding-bottom: 15px;
}

.jq_company_container .jq_company_sign_bill_list_wrap .ceil ul li {
    display: inline-block;
    text-align: center;
    width: 80px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*装修公司 结束*/
/*总站2 开始*/
.jq_free_design_wrap {
    padding-top: 40px;
    background-color: #f8f8f8;
    padding-bottom: 45px;

}

.jq_free_design_wrap h1 {
    font-size: 34px;
    color: #333;
    text-align: center;
    margin-bottom: 35px;
}

.jq_free_design_wrap ul {
    list-style: none;
    float: left;
    margin-bottom: 35px;
}

.jq_free_design_wrap ul li {
    display: inline-block;
    text-align: center;
    margin-left: 115px;
}

.jq_free_design_wrap ul li:first-child {
    margin-left: 0;
}

.jq_free_design_wrap ul li p {
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}

.jq_free_design_wrap input {
    display: inline-block;
    width: 400px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    box-sizing: border-box;
    border: 1px solid #E70012;
    outline: none;
    margin-right: 65px;
}

.jq_free_design_wrap button {
    display: inline-block;
    margin-left: 45px;
    width: 230px;
    height: 40px;
    line-height: 40px;
    background-color: #E70012;
    color: #fff;
    text-align: center;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
}

.jq_rec_company_title_bar {
    margin-top: 65px;
    text-align: center;
}

.jq_rec_company_title_bar h1 {
    font-size: 34px;
    color: #333;
}

.jq_rec_company_title_bar p {
    font-size: 16px;
    color: #666;
    margin-top: 30px;
}

.jq_sift_wrap {

    background-color: #f8f8f8;
    text-align: center;
    padding-bottom: 150px;
    padding-top: 65px;
}

.jq_sift_wrap .jq_sift_title h1 {
    font-size: 34px;
    color: #333;
}

.jq_sift_wrap .jq_sift_title .tagline {
    margin-top: 25px;
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.jq_sift_wrap .jq_sift_title p a {
    font-size: 16px;
    color: #333;
}

.jq_sift_wrap .jq_sift_title p a:hover {
    color: #E70012;
}

.jq_dec_wrap {
    background-color: #fff;
    text-align: center;
    margin-top: 110px;
}

.jq_dec_wrap .jq_dec_strategy_title h1 {
    font-size: 34px;
    color: #333;
}

.jq_dec_wrap .jq_dec_strategy_title .tagline {
    margin-top: 30px;
    font-size: 16px;
    color: #666;
    margin-bottom: 35px;
}

.jq_dec_wrap .jq_dec_strategy_title p a {
    font-size: 16px;
    color: #333;
}

.jq_dec_wrap .jq_dec_strategy_title p a:hover {
    color: #E70012;
}

/*总站2 结束*/
/*提交成功 开始*/
.jq_submit_wrap .top_banner {
    height: 420px;
    width: 100%;
    background-color: #ffa844;
    padding-top: 80px;
    color: #fff;
    text-align: center;
}

.jq_submit_wrap .top_banner img {
    display: block;
    margin: 0 auto;
    width: 179px;
    height: 179px;
    margin-bottom: 50px;

}

.jq_submit_wrap .top_banner h1 {
    font-size: 66px;
}

.jq_submit_wrap .top_banner p {
    font-size: 24px;
}

.jq_submit_wrap .process_wrap {
    margin-top: 90px;
}

.jq_submit_wrap .process_wrap .process_title {
    margin-bottom: 40px;
    text-align: center;
}

.jq_submit_wrap .process_wrap .process_title i {
    display: inline-block;
    width: 110px;
    height: 1px;
    background-color: #d5d5d5;
    vertical-align: middle;
}

.jq_submit_wrap .process_wrap .process_title h2 {
    display: inline-block;
    font-size: 42px;
    color: #333;
    vertical-align: middle;
    margin: 0 28px;
}

.jq_submit_wrap .process_wrap .process_img img {
    display: block;
    width: 1220px;
    height: 90px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.jq_submit_wrap .process_wrap .process_step {
    margin-bottom: 70px;
    margin-left: 25px;
}

.jq_submit_wrap .process_wrap .process_step span {
    display: inline-block;
    font-size: 24px;
    color: #666;
    width: 19%;
    text-align: center;
}

.jq_submit_wrap .process_wrap .process_tagline {
    margin-left: 86px;
}

.jq_submit_wrap .process_wrap .process_tagline .tag {
    display: block;
    font-size: 24px;
    color: #333;
    float: left;
    margin-right: 30px;
}

.jq_submit_wrap .process_wrap .process_tagline ul {
    list-style: none;
}

.jq_submit_wrap .process_wrap .process_tagline ul li {
    float: left;
    display: inline-block;
    font-size: 24px;
    color: #999;
    margin-left: 40px;
}

.jq_submit_wrap .process_wrap .process_tagline ul li:first-child {
    margin-left: 0;
}

.jq_submit_wrap .process_wrap .process_tagline ul li i {
    background: url("../images/select.png") no-repeat center;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    margin-right: 12px;
}

.jk_mt_90 {
    height: 90px;
}

/*提交成功 结束*/
/*保障金 开始*/
.zjf_define_wrap img {
    display: block;
    height: 71px;
    width: 1220px;
}

.zjf_define_wrap .define {
    margin-top: 25px;
    margin-bottom: 98px;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 25px;
}

.zjf_define_wrap .title2 {
    color: #E70012;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}

.zjf_define_wrap .title2 i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #E70012;
    vertical-align: middle;
    margin: 0 20px;
}

.zjf_define_wrap ul {
    margin-top: 108px;
    list-style: none;
    font-size: 60px;
    color: #ffa229;
    margin-bottom: 95px;
}

.zjf_define_wrap ul li {
    display: inline-block;
    float: left;
    width: 406px;
    text-align: center;
}

.zjf_define_wrap ul li p {
    font-size: 20px;
    color: #999;
    margin-top: 30px;
}

.jq_zfj_ensure_wrap {
    width: 100%;
    background-color: #f8f8f8;
}

.jq_zfj_ensure_wrap img {
    display: block;
    height: 100%;
}

.jq_zfj_attain_wrap img {
    display: block;
    width: 100%;
}

.jq_zfj_attain_wrap button {
    display: block;
    margin: 45px auto 25px auto;
    background-color: #E70012;
    color: #fff;
    font-size: 24px;
    text-align: center;
    width: 450px;
    height: 70px;
    border: none;
    outline: none;
}

.jq_zfj_attain_wrap p {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-bottom: 80px;
}

.jq_zfj_attain_wrap p a {
    color: #E70012;
}

/*保障金 结束*/
/*jk Begin*/
/*公共 Begin*/
.jk_mt_10 {
    height: 10px;
}

.jk_mt_20 {
    height: 20px;
}

.jk_mt_30 {
    height: 30px;
}

.jk_mt_40 {
    height: 40px;
}

.jk_mt_50 {
    height: 50px;
}

.jk_mt_55 {
    height: 55px;
}

.jk_mt_60 {
    height: 60px;
}

.jk_mt_70 {
    height: 70px;
}

.jk_mt_120 {
    height: 120px;
}

.jk_mt_135 {
    height: 135px;
}

.jq_public_top_bar .jq_top_left .city_relative {
    display: inline-block;
    position: relative;
    z-index: 210;
}

.jq_public_top_bar .city_relative .city {
    display: block;
    padding-right: 20px;
    border-left: 1px #f8f8f8 solid;
    border-right: 1px #f8f8f8 solid;
}

.jq_public_top_bar .city_relative:hover .city {
    display: block;
    border-left: 1px #e5e5e5 solid;
    border-right: 1px #e5e5e5 solid;
    background: #fff;
}

.jq_public_top_bar .city_relative .hide_content {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    padding: 20px;
    background: #fff;
    border: 1px solid #e5e5e5;
    z-index: -2;
}

.jq_public_top_bar .city_relative:hover .hide_content {
    display: block;
}

.jq_public_top_bar .city_relative .city_title {
    line-height: 28px;
}

.jq_public_top_bar .city_relative .city_title a {
    display: inline-block;
    padding-left: 30px;
    vertical-align: middle;
    color: #666;
}

.jq_public_top_bar .city_relative .city_title a:hover {
    color: #e70012;
}

.jq_public_top_bar .city_relative .topcity {
    padding-top: 10px;
    width: 400px;
    border-top: 1px dotted #e5e5e5;
}

.jq_public_top_bar .city_relative .topcity a {
    display: inline-block;
    padding: 2px;
    line-height: 18px;
    height: 18px;
    margin-right: 3px;
    color: #e70012;
}

.jq_public_top_bar .city_relative .topcity a.active,
.jq_public_top_bar .city_relative .topcity a:hover {
    font-weight: bold;
}

.jq_public_top_bar .tabmenu {
    height: 30px;
    margin-top: 15px;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    padding-left: 10px;
    font-size: 12px;
}

.jq_public_top_bar .tabmenu span {
    float: left;
    padding: 0 8px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    border: 1px solid #eee;
    border-bottom: none;
}

.jq_public_top_bar .tabmenu span.active {
    background: #fff;
    border: 1px solid #eee;
    border-bottom: 1px solid #fff;
    border-top: 2px solid #e62e35;
    color: #e62e35;
    height: 28px;
    line-height: 28px
}

.jq_public_top_bar .tabbody {
    display: block;
    padding-top: 12px;
}

.jq_public_top_bar .tabbody table {
    display: none;
    width: 100%;
    padding: 8px 0;
}

.jq_public_top_bar .tabbody table.active {
    display: block;
}

.jq_public_top_bar .tabbody th {
    width: 26px;
    text-align: center;
    line-height: 20px;
    vertical-align: top;
    padding-top: 5px;
}

.jq_public_top_bar .tabbody th span {
    background: #d5d5d5;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    display: block;
    color: #fff;
    margin-top: 3px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.jq_public_top_bar .tabbody td {
    padding: 5px 0;
}

.jq_public_top_bar .tabbody td a {
    float: left;
    margin: 0 10px 0 3px;
    padding: 2px;
    line-height: 18px;
    color: #666;
    font-size: 12px;
}

.jq_public_top_bar .tabbody td a:hover {
    color: #e70012;
}

.jq_public_top_search .jq_top_search .button:hover,
.jq_public_top_search .jq_top_search .button:hover button {
    background: #e70012;

}

.jq_public_top_search .jq_top_search button {
    cursor: pointer;
}

.jq_public_top_search .jq_top_search .jk_search_item {
    float: left;
    width: 96px;
    height: 40px;
    text-align: center;
    background: #f5f5f5;
    border-right: 1px solid #e5e5e5;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    position: relative;
    z-index: 210;
}

.jq_public_top_search .jq_top_search .jk_search_item .icon_drop {
    display: inline-block;
    width: 7px;
    height: 5px;
    vertical-align: middle;
    background: url("../images/icon_sprite_01.png") no-repeat -100px 0;
}

.jq_public_top_search .jk_search_item ul {
    display: none;
    position: absolute;
    list-style: none;
    left: -1px;
    top: 40px;
    width: 96px;
    background: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-top: 0;
}

.jq_public_top_search .jk_search_item ul li:hover {
    background: #fff;
}

.jq_public_top_search .jq_top_search input {
    float: left;
    padding-left: 10px;
    width: 280px;
}

.jk_public_top_nav {
    height: 42px;
    line-height: 42px;
    border-bottom: 2px solid #E70012;
    background: #fff;
}

.jk_public_top_nav ul {
    float: left;
    list-style: none;
    font-size: 0;
    height: 42px;
}

.jk_public_top_nav ul li {
    position: relative;
    display: inline-block;
    height: 42px;
    text-align: center;
}

.jk_public_top_nav li.current .tab,
.jk_public_top_nav li a:hover {
    background: #e70012;
    color: #fff;
}

.jk_public_top_nav li a {
    display: block;
    padding: 0 35px;
    color: #363636;
    font-weight: bold;
    font-size: 16px;
}

/*.jk_public_top_nav .hide_content{*/
/*position: absolute;*/
/*top:42px;*/
/*left:0;*/
/*}*/
/*.jk_public_top_nav .hide_content dd{*/
/*white-space: nowrap;*/
/*text-align: left;*/
/*}*/

.jq_public_title_bar span {
    width: 3px;
}

.jq_public_title_bar .title {
    height: 40px;
    line-height: 40px;
}

.jq_public_title_bar .more {
    margin-left: 10px;
    color: #333333;
}

.jq_public_title_bar .type {
    color: #d5d5d5;
}

.jq_public_title_bar .type a {
    margin: 0 3px;
    color: #333333;
}

.jq_public_title_bar .more:hover,
.jq_public_title_bar .type a:hover {
    color: #e70012;
}

.jq_public_footer_container {
    margin-top: 0;
}

.jq_public_footer_container .jq_footer_about_container {
    position: relative;
}

.jq_public_footer_container .jq_footer_about_container .company_tel {
    position: absolute;
    right: 0;
    top: 10px;
}

.jq_public_footer_container .jq_footer_friendly_link ul {
    float: none;
}

.jq_public_footer_container .jq_footer_friendly_link ul {
    display: none;
}

.jq_public_footer_container .jq_footer_friendly_link ul.current {
    display: block;
}

.jq_public_footer_container .jq_footer_tab ul li:first-child {
    background: #111;
}

.jq_public_footer_container .jq_footer_tab ul li:first-child a {
    color: #8f8f8f;
}

.jq_public_footer_container .jq_footer_tab ul li.current {
    background: #333;
}

.jq_public_footer_container .jq_footer_tab ul li.current a {
    color: #fff;
}

.jq_public_footer_container .jq_footer_friendly_link a:hover,
.jq_public_footer_container .jq_footer_about_container ul li .sub a:hover {
    color: #e70012;
}

.jk_dialog_apply_design,
.jk_dialog_apply_design_public {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 410;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.jk_dialog_apply_design_public.active,
.jk_dialog_apply_design.active {
    display: block;
}

.jk_dialog_apply_design_public .dialog_content,
.jk_dialog_apply_design .dialog_content {
    position: absolute;
    top: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 500px;
    animation-duration: .3s;
    animation-fill-mode: both;
}

.jk_dialog_apply_design_public .dialog_content .close_btn,
.jk_dialog_apply_design .dialog_content .close_btn {
    position: absolute;
    right: -16px;
    top: -16px;
    padding: 3px;
    width: 30px;
    height: 30px;
    background: #fff;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.jk_dialog_apply_design_public .dialog_content .close_btn:hover,
.jk_dialog_apply_design_public .dialog_content .close_btn:hover i,
.jk_dialog_apply_design .dialog_content .close_btn:hover,
.jk_dialog_apply_design .dialog_content .close_btn:hover i {

    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jk_dialog_apply_design_public .dialog_content .close_btn i,
.jk_dialog_apply_design .dialog_content .close_btn i {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: url("../images/dialog_close_btn.png") no-repeat center;
    background-size: 100% 100%;
}

.jk_dialog_apply_design_public .dialog_content .top_img,
.jk_dialog_apply_design .dialog_content .top_img {
    display: block;
    width: 100%;
}

.jk_dialog_apply_design_public .form_wrap,
.jk_dialog_apply_design .form_wrap {
    padding: 20px 50px;
    background: #fff;
}

.jk_dialog_apply_design_public .form_wrap h1,
.jk_dialog_apply_design .form_wrap h1 {
    margin: 0;
    font-size: 32px;
    font-weight: normal;
    text-align: center;
}

.jk_dialog_apply_design_public .form_wrap h2,
.jk_dialog_apply_design .form_wrap h2 {
    margin: 15px 0;
    text-align: center;
    color: #666;
    display: block;
    font-weight: normal;
    font-size: 16px;
}

.jk_dialog_apply_design_public .form_wrap h2 em,
.jk_dialog_apply_design .form_wrap h2 em {
    color: #ff3d3d;
    font-style: normal;
}

.jk_dialog_apply_design_public .form_wrap .input_box,
.jk_dialog_apply_design .form_wrap .input_box {
    padding: 0 0 0 15px;
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
}

.jk_dialog_apply_design_public .form_wrap .input_box input,
.jk_dialog_apply_design .form_wrap .input_box input {
    display: block;
    border: 0 none;
    color: #444;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    outline: medium none;
    width: 100%;
    background: transparent;
}

.jk_dialog_apply_design_public .form_wrap .select_box,
.jk_dialog_apply_design .form_wrap .select_box {
    position: relative;
    padding: 0;
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
}

.jk_dialog_apply_design_public .form_wrap .select_area .sel_box i,
.jk_dialog_apply_design_public .form_wrap .select_box i,
.jk_dialog_apply_design .form_wrap .select_box i {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #fff url("../images/icon_sprite_01.png") no-repeat -130px 20px;
}

.jk_dialog_apply_design_public .form_wrap .select_area .sel_box select,
.jk_dialog_apply_design_public .form_wrap .select_box select,
.jk_dialog_apply_design .form_wrap .select_box select {
    display: block;
    padding-left: 15px;
    padding-right: 50px;
    width: 100%;
    border: 0 none;
    color: #444;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    outline: medium none;
    background: transparent;
}

.jk_dialog_apply_design_public .form_wrap .select_area {
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
}

.jk_dialog_apply_design_public .form_wrap .select_area .sel_box.fl {
    border-right: 1px solid #e5e5e5;
}

.jk_dialog_apply_design_public .form_wrap .select_area .sel_box {
    position: relative;
    padding: 0;
    width: 132px;
}

.jk_dialog_apply_design_public .form_wrap .submit_btn,
.jk_dialog_apply_design .form_wrap .submit_btn {
    display: block;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 50px;
    width: 100%;
    border: 0 none;
    color: #fff;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    outline: medium none;
    background: #e70012;
    cursor: pointer;
}

.jk_dialog_apply_design_public .form_wrap .bottom_info,
.jk_dialog_apply_design .form_wrap .bottom_info {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
}

.jk_dialog_apply_design_public .form_wrap .bottom_info b,
.jk_dialog_apply_design .form_wrap .bottom_info b {
    color: #e70012;
    font-weight: normal;

}

/*公共 End*/
/*首页Begin*/
.jq_index_banner_container {
    border-top: 0;
    position:relative;
}
.jq_index_banner_container:hover .hd{
    opacity: 1;
}
.jq_index_banner_container .hd{
    opacity: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}
.jq_index_banner_container .hd .prev,
.jq_index_banner_container .hd .next{
    position: absolute;
    top:50%;
    margin-top:-50px;
    width:58px;
    height: 100px;
    background: #f00;
    cursor: pointer;
}
.jq_index_banner_container .hd .prev{
    left:0;
    background: url("../images/zuo.jpg") no-repeat center;
}
.jq_index_banner_container .hd .next{
    right:0;
    background: url("../images/you.jpg") no-repeat center;
}
.jq_index_banner_container .bd {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

.jq_index_banner_container .form_wrap {
    top: 40px;
    height: auto;
    padding-bottom: 40px;
}

.jq_index_banner_container .form_wrap .form_city {
    background: #fff;
}

.jq_index_banner_container .form_wrap .form_city select {
    background: #fff;
}

.jq_index_banner_container .form_wrap .immediately_consult button {
    outline: none;
    cursor: pointer;
}

.jq_index_active_project_container {
    padding: 27px 0 0;
}

.jq_index_active_project_container .wrap {
    margin-right: -19px;
}

.jq_index_active_project_container .free {
    position: relative;
    padding-left: 27px;
    padding-top: 30px;
    margin-right: 19px;
    width: 260px;
    height: 85px;
    border: 1px solid #d5d5d5;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.jq_index_active_project_container .free i {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 55px;
    height: 55px;
    background: url("../images/icon_sprite_01.png") no-repeat;
}

.jq_index_active_project_container .free_design i {
    background-position: -395px -150px;
}

.jq_index_active_project_container .free_quote i {
    background-position: -390px -224px;
}

.jq_index_active_project_container .decoration_active i {
    background-position: -475px -150px;
}

.jq_index_active_project_container .benefit_of_gold i {
    background-position: -465px -223px;
}

.jq_index_active_project_container .free:hover {
    -webkit-transform: translate3D(-3px, -3px, 0);
    -moz-transform: translate3D(-3px, -3px, 0);
    -ms-transform: translate3D(-3px, -3px, 0);
    -o-transform: translate3D(-3px, -3px, 0);
    transform: translate3D(-3px, -3px, 0);
    -webkit-box-shadow: 5px 5px 5px 2px #eee;
    -moz-box-shadow: 5px 5px 5px 2px #eee;
    box-shadow: 5px 5px 5px 2px #eee;
}

.jq_index_recommend_company_container .recommend_company_content {
    margin-right: -5px;
    padding: 0;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}

.jq_index_recommend_company_container .recommend_company_content a {
    float: left;
    padding: 8px 11px;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

.jq_index_recommend_company_container .recommend_company_content img {
    display: block;
    margin: 0;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.jq_index_recommend_company_container .recommend_company_content img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jq_index_select_design_case_container .select_design_case_content .cell {
    float: left;
    position: relative;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 290px;
    height: 200px;
}

.jq_index_select_design_case_container .select_design_case_content .cell img {
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.jq_index_select_design_case_container .select_design_case_content .cell:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jq_index_select_design_case_container .select_design_case_content .cell_name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 10px;
    height: 28px;
    line-height: 28px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq_index_decorate_strategy_container .knowledge_bar .more {
    font-size: 14px;
    color: #333;
}

.jq_index_decorate_strategy_container .knowledge_bar .more:hover {
    color: #E70012;
}

.jq_index_decorate_strategy_container .knowledge_content .knowledge_img img:hover {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jq_index_decorate_strategy_container .knowledge_introduce {
    width: 380px;
}

.jq_index_decorate_strategy_container .knowledge_introduce a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.jq_index_decorate_strategy_container .knowledge_content .knowledge_introduce .introduce_title:hover {
    color: #e70012;
}

.jq_index_decorate_strategy_container .knowledge_content .knowledge_introduce .introduce_sub_heading a:hover {
    color: #e70012;
}

.jq_index_decorate_strategy_container .knowledge_content .knowledge_introduce .introduce_sub_heading a {
    display: block;
    margin-top: 15px;
    color: #666666;
}

.jq_index_decorate_strategy_container .knowledge_content .knowledge_introduce .introduce_sub_heading a i {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #6e6e6e;
    vertical-align: middle;
    margin-right: 10px;
}

.jq_index_designer_container .jq_index_designer_wrap .free_design:hover {
    color: #fff;
    background: #e70012;
    cursor: pointer;
    border-color: #e70012;
}

.jq_index_designer_container .jq_index_designer_wrap ul li {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.jq_index_designer_container .jq_index_designer_wrap li:hover {
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    -o-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    -webkit-box-shadow: 0 10px 5px -1px #e5e5e5;
    -moz-box-shadow: 0 10px 5px -1px #e5e5e5;
    box-shadow: 0 10px 5px -1px #e5e5e5;
}

.jq_index_designer_container .jq_index_designer_wrap li:hover .background img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jq_index_designer_container .jq_index_designer_wrap ul li .background img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    display: block;
    width: 100%;
    height: 100%;
}

.jq_index_designer_container .jq_index_designer_wrap .prev,
.jq_index_designer_container .jq_index_designer_wrap .next {
    display: none;
    cursor: pointer;
    z-index: 210;
}

.jq_index_designer_container .jq_index_designer_wrap:hover .prev,
.jq_index_designer_container .jq_index_designer_wrap:hover .next {
    display: block;
}

.jq_public_footer_container .jq_footer_about_container ul li .sub {
    margin-top: 25px;
}

.jq_index_new_request_container .new_request_tab ul li,
.jq_index_new_request_container .new_request_content .new_request_list .ceil ul li {
    float: left;
    width: 20%;
}

/*首页End*/
/*总站 Begin*/
.jk_index_area_container .gps_area {
    padding: 50px 0;
    text-align: center;
    font-size: 16px;
    color: #999999;
}

.jk_index_area_container .gps_area a {
    padding: 0 10px;
    font-size: 40px;
    line-height: 40px;
    color: #e70012;
    vertical-align: text-bottom;
}

.jk_index_area_container .gps_area span {
    margin-left: 10px;
    vertical-align: middle;
    font-size: 30px;
    color: #e70012;
}

.jk_index_area_container .hot_area {
    padding: 0 0 40px;
    font-size: 16px;
    color: #666666;
    text-align: center;
}

.jk_index_area_container .hot_area a {
    display: inline-block;
    margin: 10px;
    color: #333;
}

.jk_index_area_container .hot_area a:hover {
    color: #e70012;
}

.jk_index_area_container .letter_city_box {
    background: url("../images/index/map.jpg") repeat 195px center;
    background-size: auto 100%;
}

.jk_index_area_container .letter_city_con {
    background: #f4f4f4;
    border-bottom: 1px solid #d7d7d7;
    line-height: 46px;
    padding: 0 30px 0 30px;
    margin-bottom: 10px;
}

.jk_index_area_container .letter_city_con .letter_index {
    font-size: 16px;
    color: #333;
}

.jk_index_area_container .letter_city_con .letteritem {
    height: 46px;
    line-height: 46px;
}

.jk_index_area_container .letter_city_con .letteritem li {
    list-style: none;
    float: left;
    font-size: 16px;
    color: #666;
    width: 36px;
    text-align: center;
    cursor: pointer;
}

.jk_index_area_container .letter_city_con .letteritem li.current,
.jk_index_area_container .letter_city_con .letteritem li:hover {
    color: #e70012;
    border-top: 2px solid #e70012;
    border-left: 3px dashed transparent;
    border-right: 3px dashed transparent;
    background: #fff;
}

.jk_index_area_container .scroll_bar_box {
    overflow: hidden;
}

.jk_index_area_container .area_wrap {
    position: relative;
    padding-right: 25px;
    height: 400px;
    width: 1220px;
    overflow-y: scroll;
}

.jk_index_area_container .area_wrap .letter_box {
    display: block;
    padding: 1px;
    margin-top: 10px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    vertical-align: top;
    font-size: 16px;
    background: #fff;
    color: #666;
    text-align: center;
    border: 1px solid #e5e5e5;
}

.jk_index_area_container .area_wrap tr.current .letter_box {
    border-color: #e70012;
    background: #e70012;
}

.jk_index_area_container .area_wrap tr.current .letter_box span {
    background: #e70012;
    color: #fff;
}

.jk_index_area_container .area_wrap .letter_box span {
    display: block;
    width: 100%;
    height: 100%;
    background: #d5d5d5;
}

.jk_index_area_container .area_wrap table {
    margin-left: 20px;
}

.jk_index_area_container .area_wrap th {
    display: inline-block;
    padding-right: 5px;
}

.jk_index_area_container .area_wrap td {
    padding-bottom: 10px;
}

.jk_index_area_container .area_wrap td a {
    display: inline-block;
    margin: 0 20px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
}

.jk_index_area_container .area_wrap td a:hover {
    color: #e70012;
}

.jk_index_area_container .area_wrap tr {
}

/*总站 End*/
/*效果图 Begin*/
.jk_gallery_imgs_container .imgs_wrap {
    margin-right: -20px;
}

.jk_gallery_imgs_container .img_box {
    float: left;
    position: relative;
    margin-right: 20px;
    width: 290px;
    height: 410px;
    overflow: hidden;
}

.jk_gallery_imgs_container .img_box img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.jk_gallery_imgs_container .img_box:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jk_gallery_imgs_container .img_box .info {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.jk_gallery_imgs_container .img_box:hover .info {
    top: 0;
}

.jk_gallery_imgs_container .img_box h5 {
    margin-top: 175px;
    font-size: 22px;
    color: #fff;
}

.jk_gallery_imgs_container .img_box p {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}

.jq_gallery_banner_container .jq_wrap_1220 {
    z-index: 115;
}

.jq_gallery_banner_container .type_wrap {
    height: auto;
}

.jq_gallery_banner_container .type_wrap .typename {
    text-align: center;
    padding-right: 0;
    border-right: 0;
}

.jq_gallery_banner_container .type_wrap .typename p {
    font-size: 10px;
}

.jq_gallery_banner_container .type_wrap .type_name {
    padding-left: 18px;
    border-left: 1px solid #e5e5e5;
    height: auto;
}

.jq_gallery_banner_container .type_wrap .type_name a:hover {
    color: #e70012;
}

.jq_gallery_banner_container .tagline_banner {
    z-index: 110;
}

.jq_gallery_banner_container .tagline_banner .tagline {
    position: relative;
    height: 60px;
    width: 650px;
}

.jq_gallery_banner_container .tagline_banner .tagline .text {
    position: absolute;
    bottom: -60px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}

.jq_gallery_banner_container .tagline_banner .display_page .prev,
.jq_gallery_banner_container .tagline_banner .display_page .next {
    cursor: pointer;
}

.jq_gallery_banner_container .tagline_banner .display_page .prev:hover,
.jq_gallery_banner_container .tagline_banner .display_page .next:hover {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.jk_gallery_imgs1_container .project_wrap img {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.jk_gallery_imgs1_container .project_wrap a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jk_gallery_imgs1_container .project_wrap a {
    display: block;
    position: relative;
    overflow: hidden;
}

.jk_gallery_imgs1_container .project_wrap .info {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.jk_gallery_imgs1_container .project_wrap a:hover .info {
    top: 0;
}

.jk_gallery_imgs1_container .project_wrap .info_content {
    position: absolute;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.jk_gallery_imgs1_container .project_wrap .info_content h5 {
    font-size: 22px;
    color: #fff;
}

.jk_gallery_imgs1_container .project_wrap .info_content p {
    margin-top: 25px;
    font-size: 16px;
    color: #fff;
}

.jk_gallery_imgs1_container .project_left {
    width: 350px;
    margin-right: 14px;
}

.jk_gallery_imgs1_container .left_top {
    height: 250px;
}

.jk_gallery_imgs1_container .left_bottom {
    margin-top: 14px;
    height: 250px;
}

.jk_gallery_imgs1_container .project_middle {
    width: 434px;
    margin-right: 14px;
}

.jk_gallery_imgs1_container .middle_top {
    height: 300px;
}

.jk_gallery_imgs1_container .middle_bottom {
    margin-top: 14px;
    height: 200px;
}

.jk_gallery_imgs1_container .project_right {
    width: 407px;
}

.jk_gallery_imgs1_container .right_top {
    height: 200px;
}

.jk_gallery_imgs1_container .right_bottom {
    margin-top: 14px;
    height: 300px;
}

/*效果图 End*/
/*效果图筛选 Begin*/
.jq_public_title_bar .type_selected {
    width: auto;
    padding: 0 10px;
}

.jq_public_title_bar .type_selected i {
    cursor: pointer;
}

.jq_effect_picture_container .select_type_wrap {
    margin-top: 35px;
}

.jq_effect_picture_container .select_type_wrap ul {
    list-style: none;
}

.jq_effect_picture_container .select_type_wrap ul li {
    display: block;
    margin-bottom: 30px;
}

.jq_effect_picture_container .select_type_wrap .typename {
    font-size: 16px;
    padding: 0 30px;
    margin-right: 20px;
    color: #999;
    height: 40px;
    line-height: 40px;
    background: #f8f8f8;
}

.jq_effect_picture_container .select_type_wrap .type_name {
    width: 1080px;
    margin-top: 0
}

.jq_effect_picture_container .select_type_wrap .type_name a {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #363636;
}

.jq_effect_picture_container .select_type_wrap .type_name a:hover {
    color: #e70012;
}

.jq_effect_picture_container .select_type_wrap .type_name .selected {
    color: #E70012;
}

.jq_effect_picture_container .select_type_wrap ul li {
    margin-bottom: 10px;
}

.jq_gallery_case_pictures .case_pictures_title_bar {
    width: auto;
}

.jq_gallery_case_pictures .case_pictures_title_bar ul a {
    display: block;
    padding: 0 40px;
    color: #333;
}

.jq_gallery_case_pictures .case_pictures_title_bar ul li {
    padding: 0;
}

.jq_gallery_case_pictures .case_pictures_title_bar ul .title_selected a,
.jq_gallery_case_pictures .case_pictures_title_bar ul a:hover {
    color: #e70012;
}

.jq_gallery_case_pictures .case_pictures_content_wrap .case_box {
    float: left;
    width: 288px;
    margin-right: 20px;
    overflow: hidden;
}

.jq_gallery_case_pictures .case_pictures_content_wrap a .img_box {
    width: 288px;
    height: 200px;
    overflow: hidden;
}

.jq_gallery_case_pictures .case_pictures_content_wrap a img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.jq_gallery_case_pictures .case_pictures_content_wrap a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jq_gallery_case_pictures .case_pictures_content_wrap a .info {
    width: 100%;
    left: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.jq_gallery_case_pictures .case_pictures_content_wrap a:hover .info {
    left: 0;
}

.jq_gallery_case_pictures .case_pictures_content_wrap {
    margin-right: -20px;
}

.jq_gallery_case_pictures .case_pictures_content_wrap a .case_pictures_intro {
    height: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0;
}

.page_counting_device_wrap a:hover,
.public_page_counting_device_wrap a:hover {
    background: #E70012;
    color: #fff;
}

/*效果图筛选 End*/
/*装修公司 Begin*/
.jq_public_select_type_wrap ul li {
    margin-bottom: 10px;
}

.jq_public_select_type_wrap .type_name a {
    height: 40px;
    line-height: 40px;
}

.jq_public_select_type_wrap .type_name {
    margin-top: 0;
}

.jq_public_select_type_wrap .type_name a:hover {
    color: #e70012;
}

.jq_company_container .jq_company_introduce_wrap .jq_company_sort_bar {
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 20px;
    background: #f8f8f8;
}

.jq_company_container .jq_company_introduce_wrap .jq_company_sort_bar a {
    display: inline-block;
    height: 100%;
    width: 110px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    margin: 0;
}

.jq_company_container .jq_company_introduce_wrap .jq_company_sort_bar a:hover {
    color: #e70012;
}

.jq_company_container .jq_company_introduce_wrap .jq_company_introduce:hover {
    background: #f8f8f8;
}

.jq_company_container .jq_company_introduce .introduce_left a {
    width: 130px;
    height: 66px;
    overflow: hidden;
}

.jq_company_container .jq_company_introduce .introduce_left a img {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.jq_company_container .jq_company_introduce .introduce_left a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.jq_company_container .jq_company_introduce .introduce_middle .introduce_title a:hover {
    color: #e70012;
}

.jq_company_container .jq_company_ranking_list_wrap .list a {
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jq_company_container .jq_company_ranking_list_wrap .list a:hover {
    color: #e70012;
}

.jq_company_container .jq_company_sign_bill_list_wrap {
    padding-bottom: 0;
}

/*装修公司 End*/
@keyframes dialog_content_in {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

@-webkit-keyframes dialog_content_in {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
}

.dialog_content_in {
    animation-name: dialog_content_in;
}

.jq_company_container .jq_company_introduce .introduce_right .free_quotation:hover,
.jq_company_container .jq_company_introduce .introduce_right .free_consult:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.jq_public_apply_free_quotation_wrap .title {
    height: 27px;
    line-height: 27px;
}

.jq_rec_company_title_bar h1 span {
    display: inline-block;
    padding: 0 50px;
    height: 2px;
    line-height: 2px;
    border-left: 50px solid #e5e5e5;
    border-right: 50px solid #e5e5e5;
}

.jq_index_decorate_strategy_container .knowledge_content .knowledge_introduce {
    text-align: left;
}

.jk_search_w {
    height: 40px;
    margin-left: 65px;
    margin-top: 35px;
    border: 1px solid #e5e5e5;
}

.jk_search_w .search_title {
    height: 40px;
}

.jk_search_w .search_txt {
    width: 290px;
    height: 40px;
}

.jk_search_w .search_btn {
    height: 40px;
    width: 111px;
    background: #d5d5d5;
}

.jk_search_w .search_btn:hover {
    background: #e70012;
}

.jk_search_w .hide.select_t p:hover {
    background: #fff;
}

.jk_search_w ul {
    position: relative;
}

.jk_search_w .hide.select_t {
    border: 1px solid #e5e5e5;
    border-top: 0;
    top: 40px;
    left: -1px;
    width: 97px;
}

/*效果图详情 Begin*/
.jk_gallery_detail_container .jq_current_site {
    padding-left: 30px;
    font-size: 14px;
    color: #999;
    line-height: 50px;
    background: #f8f8f8;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.jk_gallery_detail_container .jq_current_site span {
    display: inline-block;
}

.jk_gallery_detail_container .jq_current_site .tag {
    color: #E70012;
}

.jk_gallery_detail_container .jq_current_site a {
    color: #E70012;
}

.jk_gallery_detail_container .jq_current_site .ming {
    color: #333;
}

.jk_gallery_detail_container .content_container {
    min-width: 1220px;
    position: relative;
}

.jk_gallery_detail_container .content_right .hot_design_wrap {
    padding: 25px 17px 25px 15px;
    border: 1px solid #e5e5e5;
    width: 320px;
    box-sizing: border-box;
}

.jk_gallery_detail_container .content_left {
    min-width: 840px;
    margin-right: 380px;
    background: #fff;
}

.jk_gallery_detail_container .content_left .show_area {
    position: relative;
    padding: 30px 0;
    height: 650px;
    line-height: 650px;
    text-align: center;
    overflow: hidden;
}

.jk_gallery_detail_container .content_left .show_area .area_left {
    position: absolute;
    width: 50%;
    top: 0;
    z-index: 220;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    cursor: url(../images/zuo.cur), auto;
}

.jk_gallery_detail_container .content_left .show_area .area_right {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 220;
    width: 50%;
    cursor: url(../images/you.cur), auto;
    height: 100%;
    background: rgba(255, 255, 255, 0);
}

.jk_gallery_detail_container .content_left .show_area .auto_width {
    margin: 0 auto;
    width: 780px;
}

.jk_gallery_detail_container .content_left .show_area img {
    vertical-align: middle;
    max-width: 100%;
    min-height: 100%;
}

.jk_gallery_detail_container .content_left .list_area {
    padding: 45px 0;
    height: 90px;
    line-height: 90px;
    background: #f8f8f8;
    text-align: center;
}

.jk_gallery_detail_container .content_left .list_area .wrap {
    position: relative;
    display: inline-block;
}

.jk_gallery_detail_container .content_left .list_area .next,
.jk_gallery_detail_container .content_left .list_area .prev {
    position: absolute;
    top: 0;
    width: 50px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}

.jk_gallery_detail_container .content_left .list_area .next {
    right: -70px;
}

.jk_gallery_detail_container .content_left .list_area .prev {
    left: -70px;
}

.jk_gallery_detail_container .content_left .list_area .next span,
.jk_gallery_detail_container .content_left .list_area .prev span {
    display: inline-block;
    width: 26px;
    height: 36px;
    vertical-align: middle;
    background: url("../images/icon_sprite_01.png") no-repeat;
    cursor: pointer;
}

.jk_gallery_detail_container .content_left .list_area .prev span {
    background-position: -300px -150px;
}

.jk_gallery_detail_container .content_left .list_area .next span {
    background-position: -350px -150px;
}

.jk_gallery_detail_container .content_left .list_area .img_box,
.jk_gallery_detail_container .content_left .list_area .img_box.on.clone {
    display: inline-block;
    width: 110px;
    height: 90px;
    vertical-align: middle;
    border: 2px solid #f8f8f8;
}

.jk_gallery_detail_container .content_left .list_area .img_box img {
    display: block;
    width: 100%;
    height: 100%;
}

.jk_gallery_detail_container .content_left .list_area .img_box:hover,
.jk_gallery_detail_container .content_left .list_area .img_box.on {
    border: 2px solid #e70012;
}

.jk_gallery_detail_container .content_right {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px;
}

.jk_gallery_detail_container .hot_design_wrap {
    background: #fff;
}

.jk_gallery_detail_container .hot_design_wrap h1 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
}

.jk_gallery_detail_container .hot_design_wrap h1 .split {
    display: inline-block;
    width: 2px;
    height: 24px;
    background-color: #E70012;
    vertical-align: middle;
    margin-right: 10px;
}

.jk_gallery_detail_container .hot_design_wrap .content_list_wrap ul {
    list-style: none;
}

.jk_gallery_detail_container .hot_design_wrap .content_list_wrap span {
    display: inline-block;
    padding: 3px 5px;
    background-color: #d5d5d5;
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
}

.jk_gallery_detail_container .hot_design_wrap .content_list_wrap ul li.current .image {
    display: block;
}

.jk_gallery_detail_container .hot_design_wrap .content_list_wrap ul li.current span {
    background-color: #E70012;
}

.jk_gallery_detail_container .hot_design_wrap .content_list_wrap li:hover h5 {
    color: #e70012;
}

.jk_gallery_detail_container .hot_design_wrap .content_list_wrap h5 {
    display: inline-block;
    font-size: 14px;
    color: #333;
}

.jk_gallery_detail_container .hot_design_wrap .content_list_wrap .image {
    margin-top: 12px;
    display: none;
}

.jk_gallery_detail_container .hot_design_wrap .content_list_wrap ul li {
    display: block;
    padding-top: 15px;
    padding-bottom: 13px;
    border-bottom: 1px dashed #e5e5e5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jk_gallery_detail_container .hot_design_wrap .content_list_wrap .image {
    width: 286px;
    height: 200px;
}

.jk_gallery_detail_container .hot_design_wrap .content_list_wrap .image img {
    display: block;
    width: 100%;
    height: 100%;
}

/*效果图详情 End*/
/*底部横幅 Begin*/
.jk_footer_popbar_container {
    position: fixed;
    bottom: 0;
    z-index: 310;
    width: 100%;
    min-width: 1220px;
    height: 140px;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 1;
    overflow: hidden;
}

.jk_footer_popbar_container.jk_hide {
    width: 0;
    min-width: 0;
    opacity: 0;
    overflow: hidden;

}

.jk_footer_popbar_container .form_wrap {
    position: relative;
    padding-right: 220px;
}

.jk_footer_popbar_container .form_wrap .submit_btn {
    position: absolute;
    right: 80px;
    top: 20px;
    width: 100px;
    height: 100px;
    background: #ff333e;
    font-size: 16px;
    line-height: 23px;
    color: #ffffff;
    border: 0;
    outline: none;
    cursor: pointer;
}

.jk_footer_popbar_container .form_wrap .close_btn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url("../images/icon_sprite_01.png") no-repeat;
    background-position: -400px -100px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.jk_footer_popbar_container .form_wrap .close_btn:active {
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
    transform: scale(1.1) rotate(360deg);
}

.jk_footer_popbar_container .form_wrap .name_tel input {
    margin-top: 17px;
    margin-left: 20px;
    width: 140px;
    height: 36px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-left: 10px;
    font-size: 12px;
    color: #666666;
    outline: none;
}

.jk_footer_popbar_container .form_wrap .address_sellect select {
    margin-top: 10px;
    margin-left: 20px;
    width: 150px;
    height: 36px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding-left: 10px;
    font-size: 12px;
    color: #666666;
    outline: none;
}

.jk_footer_popbar_container .form_wrap .tips {
    padding-left: 20px;
    margin-top: 10px;
    font-size: 12px;
    color: #999999;
}

.jk_footer_popbar_container .form_wrap .tips span {
    color: #ff323f;
}

.jk_footer_popbar_close {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 239px;
    height: 140px;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
}

.jk_footer_popbar_close.jk_hide {
    opacity: 0;
    width: 0;
    overflow: hidden;
}

/*底部横幅 End*/
/*招标 Begin*/
.jq_bid_banner_wrap {
    margin-bottom: 65px;
}

.jq_bid_banner_wrap .form_wrap {
    background-color: #fff;
    padding-top: 35px;
    height: 385px;
    margin-top: -10px;
}

.jq_bid_banner_wrap .form_wrap .form_tagline {
    margin-bottom: 28px;
}

.jq_bid_banner_wrap .form_wrap .form_username,
.jq_bid_banner_wrap .form_wrap .form_city,
.jq_bid_banner_wrap .form_wrap .form_tel {
    margin-bottom: 10px;
    font-size: 12px;
}

.jq_bid_banner_wrap .form_wrap .form_request textarea {
    display: block;
    margin: 0 auto;
    width: 285px;
    height: 70px;
    box-sizing: border-box;
    padding-top: 11px;
    padding-left: 28px;
    font-size: 12px;
    resize: none;
    outline: none;
    border: 1px solid #e5e5e5;
    margin-bottom: 12px;
}

.jq_bid_banner_wrap .form_wrap .word {
    font-size: 12px;
    color: #999;
    width: 285px;
    margin: 0 auto;
    margin-top: 18px;
}

.jq_bid_banner_wrap .form_wrap .word span {
    color: #E70012;
}

.jq_bid_new_request_wrap .jq_index_new_request_container .new_request_tab {
    margin-top: 38px;
}

.jq_bid_new_request_wrap .jq_index_new_request_container .new_request_tab ul li {
    width: 14.2%;
}

.jq_bid_new_request_wrap .jq_index_new_request_container .new_request_content .new_request_list ul li {
    width: 14.2%;
}

.jq_newst_request_title_wrap {
    margin-top: 65px;
    text-align: center;
}

.jq_newst_request_title_wrap h1 {
    font-size: 34px;
    color: #333;
}

.jq_newst_request_title_wrap p {
    margin-top: 20px;
    font-size: 14px;
    color: #999;
}

.jq_newst_request_title_wrap p span {
    color: #E70012;
}

/*招标 add*/
.jq_bid_banner_wrap .form_wrap .form_tagline {
    font-size: 14px;
    line-height: 1;
}

.jq_bid_banner_wrap .form_wrap .form_city, .form_wrap .form_username, .form_wrap .form_tel,
.jq_bid_banner_wrap .form_wrap .immediately_consult button,
.jq_bid_banner_wrap .form_wrap .form_city .select_city, .select_province {
    height: 38px;
    line-height: 38px;
}

.jq_bid_banner_wrap .form_wrap {
    height: auto;
    padding-bottom: 25px;
}

.jk_bid_cases_container {
    padding-top: 94px;
    background: #fff;
}

.jk_bid_cases_container .section_title {
    text-align: center;
    font-size: 34px;
    color: #333;
    font-weight: bold;
}

.jk_bid_cases_container .section_title span {
    display: inline-block;
    padding: 0 45px;
    height: 1px;
    line-height: 1px;
    border-left: 45px solid #e5e5e5;
    border-right: 45px solid #e5e5e5;
}

.jk_bid_cases_container .case_contents {
    margin-top: 68px;
    margin-left: -16px;
}

.jk_bid_cases_container .case_cell {
    position: relative;
    float: left;
    margin-left: 16px;
    margin-bottom: 14px;
    width: 395px;
    height: 290px;
    overflow: hidden;
}

.jk_bid_cases_container .case_cell img {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -ms-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
}

.jk_bid_cases_container .case_cell:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.jk_bid_cases_container .case_cell .case_title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    background: rgba(0, 0, 0, .5);
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jq_bid_banner_wrap .form_wrap .form_request textarea {
    padding: 10px;
    line-height: 1.5;
}

.jk_bid_process_container {
    padding-top: 70px;
    height: 510px;
    background: url("../images/bid/bid_process_bg.jpg") no-repeat center;
    background-size: cover;
}

.jk_bid_process_container .section_title {
    text-align: center;
    font-size: 34px;
    color: #333;
    font-weight: bold;
    line-height: 1;
}

.jk_bid_process_container .section_title span {
    display: inline-block;
    padding: 0 45px;
    height: 1px;
    line-height: 1px;
    border-left: 96px solid #e5e5e5;
    border-right: 96px solid #e5e5e5;
}

.jk_bid_process_container .step {
    position: relative;
    float: left;
    width: 240px;
    text-align: center;
    margin-top: 60px;
}

.jk_bid_process_container .step .next_step {
    position: absolute;
    right: 0;
    top: 60px;
    display: block;
    width: 18px;
    height: 25px;
    background: url("../images/bid/bid_icons.png") no-repeat -997px -65px;
}

.jk_bid_process_container .step_title {
    margin-top: 20px;
    font-size: 24px;
    color: #666;
}

.jk_bid_process_container .step .img {
    display: inline-block;
    width: 145px;
    height: 145px;
    background: url("../images/bid/bid_icons.png") no-repeat;
}

.jk_bid_process_container .step1 .img {
    background-position: 0 -190px;
}

.jk_bid_process_container .step2 .img {
    background-position: -193px -190px;
}

.jk_bid_process_container .step3 .img {
    background-position: -388px -190px;
}

.jk_bid_process_container .step4 .img {
    background-position: -571px -190px;
}

.jk_bid_process_container .step5 .img {
    background-position: -758px -190px;
}

.jk_bid_process_container .step1:hover .img,
.jk_bid_process_container .step1.current .img {
    background-position: 0 -0px;
}

.jk_bid_process_container .step2:hover .img,
.jk_bid_process_container .step2.current .img {
    background-position: -185px -0px;
}

.jk_bid_process_container .step3:hover .img,
.jk_bid_process_container .step3.current .img {
    background-position: -380px -0px;
}

.jk_bid_process_container .step4:hover .img,
.jk_bid_process_container .step4.current .img {
    background-position: -563px -0px;
}

.jk_bid_process_container .step5:hover .img,
.jk_bid_process_container .step5.current .img {
    background-position: -750px -0px;
}

.jk_bid_process_container .step.current .tip {
    display: block;
}

.jk_bid_process_container .step.current .step_title {
    color: #333;
}

.jk_bid_process_container .step .tip {
    display: none;
}

.jk_bid_process_container .step .tip i {
    margin-top: 18px;
    width: 0;
    height: 0;
    border-top: 10px solid #333;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.jk_bid_process_container .step .tip p {
    margin-top: 14px;
    line-height: 1;
    font-size: 12px;
    color: #333;
}

.jk_bid_process_container .apply_now {
    display: block;
    margin: 60px auto 0;
    width: 288px;
    height: 40px;
    background: #e70012;
    color: #fff;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    outline: none;
}

.jq_bid_new_request_wrap .jq_index_new_request_container .new_request_tab ul li,
.jq_bid_new_request_wrap .jq_index_new_request_container .new_request_content .new_request_list ul li {
    width: 20%;
}

.jq_bid_new_request_wrap {
    padding-bottom: 50px;
}

.jq_newst_request_title_wrap h1 {
    text-align: center;
}

.jq_newst_request_title_wrap h1 span {
    display: inline-block;
    height: 1px;
    line-height: 1px;
    padding: 0 50px;
    border-left: 96px solid #e5e5e5;
    border-right: 96px solid #e5e5e5;
}

/*招标 End*/

/*首页优秀设计师背景 边框*/
.jq_index_designer_container .jq_index_designer_wrap ul li .head_img img {
    border: 2px solid #fff;
    background: #f8f8f8;
}

.jq_submit_wrap .process_wrap .process_title h2,
.jq_submit_wrap .top_banner h1 {
    font-weight: normal;
}

/*赔付协议 Begin*/
.jk_claim_rule_dialog_container.active {
    width: auto;
    height: auto;
}

.jk_claim_rule_dialog_container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: 410;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.jk_claim_rule_dialog_container .dialog_title {
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    margin: 0 auto;
    padding: 20px;
    max-width: 900px;
    height: 50px;
    background: #fff;
    font-size: 36px;
    text-align: center;
    color: #333;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 2;
}

.jk_claim_rule_dialog_container .dialog_title::after {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    content: '';
    margin: 0 auto;
    width: 90px;
    height: 2px;
    background: #e5e5e5;
}

.jk_claim_rule_dialog_container .dialog_title .close_btn {
    position: absolute;
    right: -16px;
    top: -16px;
    width: 20px;
    height: 20px;
    padding: 12px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: url("../images/delete@3x.png") no-repeat center;
    cursor: pointer;
}

.jk_claim_rule_dialog_container .dialog_content {
    position: absolute;
    top: 140px;
    bottom: 50px;
    left: 50px;
    right: 50px;
    margin: 0 auto;
    padding: 20px;
    max-width: 900px;
    background: #fff;
    font-size: 14px;
    line-height: 1.5;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.jk_claim_rule_dialog_container .dialog_content .txt {
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 20px;
    right: 20px;
    overflow: auto;
    padding: 20px;
    border: 1px solid #e5e5e5;
    color: #333;
}

.jk_claim_rule_dialog_container .dialog_content p {
    margin: 5px 0;
    text-indent: 2em;
}

.jk_claim_rule_dialog_container .dialog_content p a {
    color: #e70012;
}

.jk_claim_rule_dialog_container .dialog_content p b {
    font-weight: bold;
}

/*赔付协议 End*/
.jk_dialog_apply_fail,
.jk_dialog_apply_success {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 310;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
}

.jk_dialog_apply_fail .dialog_content,
.jk_dialog_apply_success .dialog_content {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0 20px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 500px;
    background: #fff;
}

.jk_dialog_apply_fail .title_bar,
.jk_dialog_apply_success .title_bar {
    position: relative;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
}

.jk_dialog_apply_fail .title_bar .close_btn,
.jk_dialog_apply_success .title_bar .close_btn {
    position: absolute;
    right: 0;
    top: 5px;
    width: 40px;
    height: 40px;
    background: url("../images/delete@3x.png") no-repeat center;
    background-size: 25px 25px;
    cursor: pointer;
}

.jk_dialog_apply_fail .content,
.jk_dialog_apply_success .content {
    padding: 30px 45px;
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: center;
}

.jk_dialog_apply_success .c_title {
    margin-bottom: 30px;
}

.jk_dialog_apply_success .c_title i {
    margin-right: 15px;
    width: 30px;
    height: 30px;
    background: url("../images/chenggong.png") no-repeat center;
    background-size: 30px 30px;
    vertical-align: middle;
}

.jk_dialog_apply_success .c_txt {
    text-align: left;
}

.jk_dialog_apply_fail .content .ok_btn,
.jk_dialog_apply_success .content .ok_btn {
    margin-top: 20px;
    padding: 5px 30px;
    background: #e70012;
    color: #fff;
    border: 0;
    cursor: pointer;
}

/*jk End*/
/*首页 售后服务 Begin*/
.jq_index_service_container{
    margin-top: 50px;
}
.jq_index_service_container .service{
    padding: 40px 0;
    background: url("../images/index/bg.gif");
    margin-top:10px;
}
.jq_index_service_container .service .animate{
    height: 172px;
    position: relative;
}
.jq_index_service_container .service .hline{
    height: 3px;
    background:#ffd4d4;
    position: relative;
    top:50%;
}
.jq_index_service_container .service .point {
    position: absolute;
    width: 100%;
    top: 78px;
}
.jq_index_service_container .service ul{
    list-style: none;
}
.jq_index_service_container .service li {
    width: 12.5%;
    float: left;
    position: relative;
}
.jq_index_service_container .service .point .circle {
    display: block;
    width: 16px;
    height: 16px;
    background: url(../images/index/ic.png) no-repeat -227px 0;
    margin: 0 auto;
}
.jq_index_service_container .service .p-1 .vline, .service .p-3 .vline, .service .p-5 .vline, .service .p-7 .vline {
    top: 16px;
}
.jq_index_service_container  .service .p-2 .vline, .service .p-4 .vline, .service .p-6 .vline, .service .p-8 .vline {
    bottom: 16px;
    transform-origin: bottom center;
    -webkit-transform-origin: bottom center;
}
.jq_index_service_container .service .point .vline {
    width: 2px;
    height: 25px;
    background: #fccaca;
    position: absolute;
    left: 50%;
    margin-left: -1px;
}
.jq_index_service_container .service .p-1 .ico, .service .p-3 .ico, .service .p-5 .ico, .service .p-7 .ico {
    margin-top: 23px;
}
.jq_index_service_container .service .p-2 .ico, .service .p-4 .ico, .service .p-6 .ico, .service .p-8 .ico {
    margin-top: -90px;
}
.jq_index_service_container .service .point .ico {
    position: absolute;
    width: 51px;
    height: 51px;
    background: url(../images/index/ic.png) no-repeat;
    left: 50%;
    margin-left: -25px;
}
.jq_index_service_container .service .p-2 .ico {
    background-position: -56px 0;
}

.jq_index_service_container .service .p-3 .ico {
    background-position: -112px 0;
}
.jq_index_service_container .service .p-4 .ico {
    background-position: -168px 0;
}
.jq_index_service_container .service .p-5 .ico {
    background-position:0 -56px;
}
.jq_index_service_container .service .p-6 .ico {
    background-position:-56px -56px;
}
.jq_index_service_container .service .p-7 .ico {
    background-position:-112px -56px;
}
.jq_index_service_container .service .p-8 .ico {
    background-position:-168px -56px;
}
.jq_index_service_container .service .txt {
    position: absolute;
    top: 82px;
    height: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #969696;
}
.jq_index_service_container .service .t-1, .service .t-3, .service .t-5, .service .t-7 {
    top: -35px;
}
.jq_index_service_container .service .t-2, .service .t-4, .service .t-6, .service .t-8 {
    bottom: -10px;
}
.jq_index_service_container .service li {
    width: 12.5%;
    float: left;
    position: relative;
}
.jq_index_service_container .service .animate.active .vline{animation:vline ease 1s both;}
.jq_index_service_container .service .animate.active .ico{ animation:ico 1s both;}
.jq_index_service_container .service .animate.active .p-2 .ico,.animate.active .p-2 .vline{ animation-delay:.2s;}
.jq_index_service_container .service .animate.active .p-3 .ico,.animate.active .p-3 .vline{ animation-delay:.4s;}
.jq_index_service_container .service .animate.active .p-4 .ico,.animate.active .p-4 .vline{ animation-delay:.6s;}
.jq_index_service_container .service .animate.active .p-5 .ico,.animate.active .p-5 .vline{ animation-delay:.8s;}
.jq_index_service_container .service .animate.active .p-6 .ico,.animate.active .p-6 .vline{ animation-delay:1s;}
.jq_index_service_container .service .animate.active .p-7 .ico,.animate.active .p-7 .vline{ animation-delay:1.2s;}
.jq_index_service_container .service .animate.active .p-8 .ico,.animate.active .p-8 .vline{ animation-delay:1.4s;}
@keyframes vline{
    0%{ height:0;}
    100%{ height:25px;}
}
@-webkit-keyframes vline{
    0%{ height:0;}
    100%{ height:25px;}
}
@-webkit-keyframes ico{
    0%{-webkit-transform:scale(0);}
    50%{-webkit-transform:scale(1.2);}
    100%{-webkit-transform:scale(1);}
}
@keyframes ico{
    0%{ transform:scale(0);-webkit-transform:scale(0);}
    50%{transform:scale(1.2);-webkit-transform:scale(1.2);}
    100%{transform:scale(1);-webkit-transform:scale(1);}
}
/*首页 售后服务 End*/