@charset "UTF-8";
/*人物介绍*/
.custom-banner {
    height: 400px;
    margin-bottom: 0;
}
.custom-b-img .flexslider .slides li {
    text-align: center;
}
.custom-container {
    width: 100%;
}

.custom-person {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    /*overflow: hidden;*/
}

.custom-flow {
    display: block;
    height: 120px;
    width: 100%;
    box-shadow: 0 5px 25px rgba(04, 00, 00,.1);
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 100;
    background-color: #fff;
}

.custom-flow ul li {
    float: left;
    width: 240px;
    height: 60px;
    box-sizing: border-box;
    margin-top: 30px;
    border-right: 1px solid #eee;
    text-align: center;
    line-height: 60px;
    font-size:18px;
    color: #222;
}
.flow-bg1 {
    background: url("../img/c-chizi.png") no-repeat;
    background-position: 55px 8px;
    padding-left: 80px;
}
.flow-bg2 {
    background: url("../img/c-qianbi.png") no-repeat;
    background-position: 55px 8px;
    padding-left: 80px;
}
.flow-bg3 {
    background: url("../img/c-car.png") no-repeat;
    background-position: 55px 8px;
    padding-left: 80px;
}
.custom-flow ul .flow-bg4 {
    background: url("../img/c-chuizi.png") no-repeat;
    background-position: 55px 8px;
    padding-left: 80px;
    border: 0px;
}


.custom-referral {
    padding: 100px 120px 30px 120px;
    height: 200px;
    overflow: hidden;
}
.custom-referral .flex-viewport {
    height: 200px;
}
.custom-referral .flex-direction-nav a {
    margin-top: 30px;
}
.custom-referral .flex-direction-nav .flex-prev {
    background: url("../img/r-left.png") no-repeat;
}
.custom-referral .flex-direction-nav .flex-next {
    background: url("../img/c-right.png") no-repeat;
}
.custom-referral ul .r-lbt {
    width: 100%;
    float: left;
    position: relative;
}
.custom-referral ul li .r-header-down {
    height: 180px;
    width: 180px;
    background-color: #dde2e6;
    opacity: .4;
    position: absolute;
    top: 0px;
    left: 20px;
}
.custom-referral ul li .r-header-up {
    height: 180px;
    width: 180px;
    position: absolute;
    top: 20px;
}
.custom-referral ul li .c-referral {
    width: 980px;
    height: 180px;
    padding-top: 20px;
}
.custom-referral ul li p {
    padding-left: 230px;
    color: #222;
    font-size: 14px;
}
.custom-referral ul li .r-name {
    font-size: 18px;
}
.custom-referral ul li .r-text {
    width: 735px;
    height: 100px;
    overflow: hidden;
    color: #999;
}
.custom-referral ul li .r-text i {
    height: 1px;
    width: 42px;
    display: inline-block;
    background-color: #ccc;
    margin: 0 18px 4px 0;
    margin-top: 30px;
}
.custom-referral .flex-control-nav {
    left: -170px;
}
.custom-referral .flex-control-nav li {
    width: 8px;
    height: 8px;
    border: 1px solid #ccc;
}
.custom-referral .flex-control-paging li a {
    width: 4px;
    height: 4px;
    border-radius: 0px;
    margin-top: 2px;
    margin-left: 2px;
    background-color: transparent;
}
.custom-referral .flex-control-paging li .flex-active {
    background: #ccc;
}
.custom-person .custom-ad li {
    float: left;
    padding-left:12px;
    padding-top: 50px;
    /*margin-right:47px;*/
    margin: 20px 24px 0 24px;
}
.custom-person .custom-ad li img {
    width: 140px;
    height: 60px;
}
.custom-person .custom-ad .c-ad-bg1 {
    padding-top: 45px;
}
.custom-person .custom-ad .c-ad-bg2 {
    padding-top: 50px;
}
.custom-person .custom-ad .c-ad-bg3 {
    padding-top: 50px;
}

/*人物介绍 end */
/*列表页条件筛选*/
.category_filter {
    background: #ffffff;
    font-size: 14px;
}
.category_filter .filter_item {
    padding: 8px 0;
    line-height: 24px;
    overflow: hidden;
}
.category_filter .filter_title {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.category_filter .filter_title .filter_clean {
    position: absolute;
    right: 0;
    top: 0;
    color: #0b285b;
}
.category_filter .filter_item dt {
    float: left;
    width: 125px;
    min-height: 1px;
    padding-left: 20px;
    color: #999;
}
.category_filter .filter_item dd {
    float: left;
    width: 940px;
    padding-right: 100px;
    position: relative;
}
.category_filter .has_choose {
    float: left;
    padding: 0 5px 0 15px;
    margin-right: 20px;
    border: 1px solid #0b285b;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
}
.category_filter .has_choose b {
    color: #0b285b;
}
.category_filter .has_choose .close_fillet {
    float: right;
    margin: 4px 0 0 8px;
}
.category_filter .has_choose:hover .close_fillet {
    background: #0b285b;
    color: #fff;
}

.category_filter .filter_item .item {
    float: left;
    white-space: nowrap;
    color: #222;
    margin-right: 48px;
}
.category_filter .filter_item .item i {
    display: none;
}

.category_filter .filter_item.active .fliter_mui_btn {
    display: block;
}
.category_filter .filter_item.active .item {
    position: relative;
    padding-left: 22px;
}
.category_filter .filter_item.active .item i {
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 14px;
    height: 14px;
    border: 1px solid #eee;
}
.category_filter .filter_item.active .filter_muiti {
    color: #222;
}
.category_filter .filter_item .item:hover {
    color: #0b285b;
}
.category_filter .filter_item .item:hover i {
    border-color: #0b285b;
}
.category_filter .filter_item .item.active {
    font-weight: bold;
    color: #0b285b;
}
.category_filter .filter_item .item.active i {
    border-color: #0b285b;
    background: url(../img/check_right.png) center no-repeat;
}
.category_filter .filter_item .filter_muiti {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    font-size: 14px;
    transition: color .3s;
    -webkit-transition: color .3s;
}
.category_filter .filter_item .filter_muiti .muiti_box {
    margin-left: 3px;
}
.category_filter .fliter_mui_btn {
    display: none;
    clear: both;
    padding: 10px 0;
    text-align: center;
}
.category_filter .fliter_mui_btn .butn {

}
.category_filter .filter_more {
    line-height: 40px;
    text-align: center;
    color: #002b5c;
    cursor: pointer;
    border-top: 1px solid #eee;
}
.category_filter .filter_more:hover {
    background: #f9f9f9;
}
/*列表页条件筛选 end */

/*定制栏*/
.custom-dz {
    padding: 0 32px;
    border: 1px solid #eee;
    margin: 20px 0;
    height: 80px;

}
.custom-dz .c-one {
    display: block;
    float: left;
    height: 40px;
    width: 1px;
    background-color: #eee;
    margin: 20px 30px;
}
.custom-dz a {
    display: block;
    float: left;
    height: 78px;
    width: 142px;
    line-height: 80px;
    text-align: center;
    color: #222;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    padding-left: 15px;
}
.custom-dz .c-blue {
    color: #002b5c;
    border-bottom: 2px solid #222;
}
.custom-dz a:hover .c-dz-j1 {
     background: url("../img/custom-jlt.png") -18px 0px no-repeat;
}
.custom-dz a:hover .c-dz-j2 {
     background: url("../img/custom-jlt.png") -18px -17px no-repeat;
}
.custom-dz a:hover .c-dz-j3 {
     background: url("../img/custom-jlt.png") -18px -34px no-repeat;
}

.custom-dz .custom-right {
    float: right;
}
.custom-dz a i {
    display: inline-block;
    height: 17px;
    width: 17px;
    background: url("../img/custom-jlt.png") 0px 0px no-repeat;
    position: absolute;
    top: 32px;
    left: 16px;
}
.custom-dz .c-dz-j2 {
    background-position: 0px -17px;
}
.custom-dz .c-dz-j3 {
    background-position: 0px -34px;
}
/*定制栏 end */


/*商品列表 */
.custom {
    margin-left: -30px;
    margin-top: 20px;
}
.custom li {
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
}
.custom li:hover {
    -webkit-box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
}
.custom li .custom-img {
    height: 280px;
    width: 380px;
    overflow: hidden;
}
.custom li .custom-img img {
    height: 280px;
    width: 380px;
    -webkit-transition: transform .3s;
    transition: transform .3s;
}
.custom li .custom-img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.custom li .custom-click {
    height: 80px;
    width: 340px;
    padding: 20px;
}
.custom li .custom-click p {
    font-size: 16px;
    color: #222;
    overflow:hidden;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    -webkit-text-overflow:ellipsis;
    -moz-text-overflow:ellipsis;
    white-space:nowrap;
    margin-bottom: 20px;

}
.custom li .custom-click .custom-btn a {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #efefef;
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #999;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.custom li .custom-click .custom-btn .c-btn-l {
    border-color: #0b285b;
    background-color: #0b285b;
    color: #fff !important;
}
.custom li .custom-click .custom-btn .c-btn-r {
    border-color: #ff9933;
    background-color: #ff9933;
    color: #fff !important;
    float: right;
}
.custom li .custom-click .custom-btn .c-btn-r:hover {
    border-color: #e58a2e;
    background-color: #e58a2e;
}
.custom li .custom-click .custom-btn .c-btn-l:hover {
    border-color: #02264e;
    background-color: #02264e;
}

/*商品列表 end */

/*
*
*五星定制-高端定制
*/

.y_highcustom {
    background: url(../img/m_register.jpg) center top no-repeat #fff;
    margin-bottom: 50px;
    padding: 30px 60px 60px;
}
.y_highcustom .y_globaltitle {
    font-size: 20px;
}
.y_highcustomgroup {
    width: 860px;
    padding: 20px 0 0;
}
.y_highcustomgroup .form-group {
    padding-bottom: 18px;
}
.y_highcustomaction {
    overflow: hidden;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #eee;
}
.y_highcustomaction .butn {
    display: inline-block;
    width: 402px;
    margin-right: 20px;
}
.y_highcustomaction .butn_custom3 {
    width: 220px;
}
.y_selectstore {
    line-height: 50px;
    padding-left: 25px;
    margin-left: 20px;
    font-size: 14px;
    background: url(../img/area.png) left center no-repeat;
}
.y_seltstoreinfo {
    font-size: 14px;
    color: #999;
    line-height: 34px;
    padding-left: 20px;
}
.y_selectstorelist {
    float: left;
    width: 380px;
    max-height: 340px;
    overflow-y: auto;
    border-top: 1px solid #eee;
}
.y_selectstorelist li {
    position: relative;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    line-height: 24px;
    padding: 15px 0 15px 30px;
    cursor: pointer;
}
.y_selectstorelist li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 17px;
    width: 18px;
    height: 18px;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.y_selectstorelist li.active:after {
    border-color: #ff9933;
    background: url(../img/check_right2.png) center no-repeat #ff9933;
}
.y_storemap {
    float: right;
    width: 680px;
    height: 340px;
}

/*五星定制商品详情*/
.y_fivestardetial {
    float: left;
    width: 740px;
    padding: 18px 20px 60px;
    background: #fff;
}
.y_fivestardetial h1 {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 13px;
}
.y_fivestarpic {
    width: 100%;
    height: 740px;
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}
.y_fivestarpic .y_bigpic,.y_fivestarpic .y_bigpic img {
    width: 100%;
    height: 100%;
}
.y_fivestarpic .y_smpic {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 140px;
    padding: 20px 0;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#4CFFFFFF', endColorstr='#4CFFFFFF');
    background:rgba(255,255,255,0.3);
}
.y_fivestarpic .elastislide-wrapper {
    position: relative;
    min-height: 140px;
}
.y_fivestarpic .elastislide-carousel {
    overflow: hidden;
    position: relative;
}
.y_fivestarpic .elastislide-carousel ul {
    position: relative;
}
.y_fivestarpic .y_smpic .elastislide-wrapper nav span {
    position: absolute;
    left: 21px;
    top: 54px;
    width: 19px;
    height: 37px;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../img/banner_btn.png) no-repeat;
}
.y_fivestarpic .y_smpic .elastislide-wrapper nav .elastislide-next {
    left: auto;
    right: 21px;
    background-position: 0 -37px
}
.y_fivestarpic .y_smpic .elastislide-carousel {
    margin: 0 50px;
}
.y_fivestarpic .y_smpic #product-carousel {
    width: 10000px;
    *max-height: 140px !important;
}
.y_fivestarpic .y_smpic #product-carousel li {
    float: left;
    width: 132px;
    height: 132px;
    border: 4px solid #fff;
    overflow: hidden;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.y_fivestarpic .y_smpic #product-carousel li img {
    width: 132px;
    height: 132px;
}
.y_fivestarpic .y_smpic #product-carousel li.active {
    border-color: #002b5c;
}
.y_fivestardetial h2 {
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 13px;
}
.y_fivegoodlist {
    margin-left: -46px;
}
.y_fivegoodlist li {
    float: left;
    width: 150px;
    margin: 15px 0 0 46px;
}
.y_fivegoodlist li .y_pic {
    width: 150px;
    height: 150px;
    margin-bottom: 5px;
}
.y_fivegoodlist li .y_pic img {
    width: 150px;
    height: 150px;
}
.y_fivegoodlist li h3 {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    margin-bottom: 5px;
}
.y_fivegoodlist li strong {
    font-size: 14px;
    color: #0b285b;
}
.y_fivestarbtn {
    float: right;
    width: 400px;
    background: #fff;
}
.y_fivestarbtn.affix {
    position: fixed;
    left: 50%;
    margin-left: 200px;
    top: 0;
}
.y_fivestarbtn.affix-bottom {
    position: absolute;
    left: 50%;
    margin-left: 200px;
}
.y_fivestarbox {
    padding: 15px 0;
}
.fivestar_attr {
    margin-bottom: 10px;
}
.fivestar_attr dt {
    float: left;
    padding-right: 40px;
    width: 78px;
    font-size: 14px;
    line-height: 40px;
    color: #999;
    text-align: right;
}
.fivestar_attr dd {
    float: left;
    width: 280px;
}
.fivestar_attr .new_price {
    font-size: 24px;
    color: #0b285b;
    line-height: 40px;
}
.y_attrtext {
    line-height: 40px;
}
.y_attrline {
    border-top: 1px solid #eee;
    height: 10px;
    line-height: 10px;
    overflow: hidden;
}
.y_nosaleinfo {
    display: block;
    clear: both;
    color: #f66;
}
.y_fivebutbutn {
    padding: 20px 0 20px 118px;
}
.y_fivebutbutn2 {
    padding: 10px 0 20px 20px;
}
.y_fivebutbutn .butn {
    font-size: 18px;
    font-weight: bold;
}
.y_fivebutbutn .butn_custom2 {
    color: #0b285b;
    border-color: #0b285b;
}
.y_fivebutbutn .butn_custom2:hover,.y_fivebutbutn .butn_custom2:focus {
    color: #fff;
}
.y_fivebutbutn2 .y_fiveinfo {
    font-size: 14px;
    color: #999;
    padding-top: 12px;
}
.fivepicfixed {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    z-index: 1111;
}
.fivepicfixed.show {
    opacity: 1;
    visibility: visible;
}
.fivepicfixed #flexslider,.fivepicfixed .flexslider,.fivepicfixed .flexslider,.fivepicfixed .flex-viewport,.fivepicfixed .slides {
    height: 100%;
}
.fivepicfixed .flexslider .slides > li {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
.fivepicfixed .flex-direction-nav a {
    width: 30px;
    height: 50px;
    background: url(../img/capacity-bglr.png) no-repeat;

}
.fivepicfixed .flex-direction-nav .flex-next {
    background-position: -30px 0;
}
.fivepicfixed .close {
    position: absolute;
    right: 3%;
    top: 3%;
    font-size: 24px;
    line-height: 48px;
    font-weight: lighter;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 50px;
    background: #0b285b;
    border: 1px solid transparent;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s;
}
.fivepicfixed .close:after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.fivepicfixed .close:hover {
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.4);
    box-shadow: 0 0 6px rgba(0,0,0,.4);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #222;
    color: #fff\0;
    border-color: #eee;
}
.fivepicfixed .close:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
/*五星定制提交需求单*/
.submit_require .modal-body {
    padding-top: 20px;
    padding-bottom: 0;
}
.submit_require .form-group .control-label {
    padding-left: 10px;
}
.submit_require .form-group .form_control {
    margin-bottom: 10px;
}
/* 五星高端定制-地图暂无门店区域修改 */
.shop-list {
    width: 100%;
    height: 340px;
    text-align: center;
    line-height: 390px;
    font-size: 14px;
    color: #999;
    background: url(../img/shop-list-bg01.png) center 90px no-repeat;
}
/* 五星高端定制-地图暂无门店区域修改 end */