@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 */


/*列表页*/
.diz-bread_crumb {
	padding: 15px 0;
}
.diz-filter {
	position: relative;
	padding: 20px 280px 0px 30px;
	background-color: #fff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05);
}
.diz-filter dl {
	padding-bottom: 16px;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.diz-filter dt {
	float: left;
	width: 60px;
	font-weight: bold;
}
.diz-filter dd {
	padding-left: 70px;
	font-size: 0;
}
.diz-filter dd a {
	display: inline-block;
	min-width: 50px;
	height: 30px;
	border-radius: 3px;
	text-align: center;
	line-height: 28px;
	color: #333;
	font-size: 14px;
	margin-right: 24px;
    padding: 0 6px;
}
.diz-filter dd a:hover {
	color: #012A5F;
}
.diz-filter dd a.active {
	background-color: #012A5F;
	color: #fff;
}
.diz-filter-img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 250px;
	height: 140px;
	background-image: url(../img/diz_list.png);
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.diz-mian-list .diz-mian-item {
	margin-top: 20px;
}
.diz-mian-bottom {
	overflow: hidden;
	zoom: 1;
	padding: 0 15px 6px;
}
.diz-mian-bottom span {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #FD3507;
}
.diz-mian-bottom label {
	font-size: 12px;
	line-height: 28px;
	color: #999;
}

/*定制方案页*/
.diz-scheme {
	position: relative;
	padding: 50px 68px 50px 50px;
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
	background-color: #fff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05);
}
.diz-scheme .diz-scheme-left {
	float: left;
	width: 500px;
	height: 500px;
	position: relative;
}
.diz-scheme .diz-scheme-left .flexslider,
.diz-scheme .diz-scheme-left .flexslider img {
	height: 500px;
}
.diz-scheme_fullscreen_control .flex-control-nav a {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #000;
}
.diz-scheme_fullscreen_control .flex-control-nav a.flex-active {
	background-color: #000;
	opacity:0.4;
}
.diz-scheme_fullscreen_control .flex-direction-nav {
	display: none;
}
.diz-scheme .diz-scheme-right {
	float: right;
	width: 520px;
}
.diz-scheme-right h2 {
	font-size: 22px;
	line-height: 30px;
	color:#333;
	max-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-weight: bold;
	padding-bottom: 16px;
	margin-bottom: 24px;
	border-bottom: 1px solid #dcdcdc;
}
.diz-scheme-right dl {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.diz-scheme-right dl dt {
	float: left;
	width: 60px;
	font-weight: bold;
}
.diz-scheme-right dl dd {
	padding-left: 68px;
}
.diz-scheme-p {
	font-size:14px;
	color: #333;
	line-height: 26px;
	margin:24px 0 22px;
	max-height: 108px;
	overflow: hidden;
}
.diz-scheme-right .butn {
	height: 60px;
	color: #fff;
	font-size: 20px;
	box-sizing: border-box;
	background-color: #FD3507;
	border-radius: 0;
	line-height: 46px;
}
.diz-scheme-right .butn:hover{
	background-color: #f96240;
}
.diz-scheme-botm {
	position: absolute;
	bottom: 50px;
	left: 613px;
	overflow: hidden;
	zoom: 1;
}
.diz-scheme-botm li {
	float: left;
	margin-right: 25px;
	font-size: 12px;
	color: #999;
	line-height: 38px;
	
}
.diz-scheme-botm li i {
	display: inline-block;
	width: 38px;
	height: 38px;
	background: url(../img/diz-de1.png) no-repeat;
	position: relative;
	margin-right: 10px;
	vertical-align: middle;
}

.diz-recommend {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 60px;
}
.diz-recommend-left {
	float: left;
	width: 840px;
	background-color: #fff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05);
}
.diz-recommend-tit {
	padding: 17px 50px 13px;
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #dcdcdc;
}
.diz-recommend-right .diz-recommend-tit {
	padding-left: 33px;
	padding-right: 30px;
}
.diz-recommend-tit h2 {
	float: left;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
}
.diz-recommend-tit a {
	float: right;
	padding-right: 15px;
	font-size: 14px;
	line-height: 30px;
	background: url(../img/go.png) right center no-repeat;
	-webkit-background-size: 6px 12px;
	background-size: 6px 12px;
}
.diz-recommend-cont {
	padding: 0 50px 20px;
}
.diz-recommend-item {
	padding: 40px 0;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}
.diz-recommend-item:last-of-type,
.diz-show-item:last-of-type {
	border-bottom: none;
}
.diz-recommend-item .m-pic {
	width: 160px;
	height: 160px;
	overflow: hidden;
}
.diz-recommend-item .diz-recommend-info {
	width: 525px;
	margin-left: 40px;
}
.diz-recommend-info h3 {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
}
.diz-recommend-info h4 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 8px;
}
.diz-recommend-info p {
	font-size: 14px;
	color: #999;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-bottom: 20px;
}

.diz-recommend-right {
	float: right;
	width: 340px;
	background-color: #fff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05);
}
.diz-recommend-info .butn{
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 24px;
	box-sizing: border-box;
	border: 1px solid #c8c8c8;
	border-radius: 20px;
	margin-right: 10px;
	font-size: 14px;
}
.diz-recommend-info .butn:hover {
	background-color: #c8c8c8;
}
.diz-recommend-info .butn + .butn {
	background-color: #FD3507;
	border-color: #FD3507;
	color: #fff;
}
.diz-recommend-info .butn + .butn:hover {
	background-color: #f96240;
	border-color: #f96240;
}
.m-pic img {
	max-width: 100%;
}
.diz-recommend-show {
	padding: 0 20px 21px;
}
.diz-show-item {
	padding: 60px 0px;
	border-bottom: 1px solid #dcdcdc;
}
.diz-show-item .m-pic {
	width: 160px;
	height: 160px;
	margin: 0 auto 24px;
	overflow: hidden;
}
.diz-show-item p {
	font-size: 14px;
	line-height: 20px;
	color: #999;
	max-height: 60px;
	padding: 0 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.diz-recommend img {
	-webkit-transition: transform 0.5s;
	-moz-transition: transform 0.5s;
	-ms-transition: transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
}
.diz-recommend .m-pic:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}

/*定制详情页*/
.diz-scheme-price {
	color: #FD3507;
	font-weight: bold;
	display: block;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 16px;
}
dl.diz-attr {
	margin-bottom: 28px;
}
dl.diz-attr dt {
	width: 80px;
	color: #999;
	font-weight: normal;
	line-height: 40px;
}
dl.diz-attr dd {
	padding-left: 80px;
	height: 40px;
}
.diz-box{
	margin-bottom: 70px;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05);
}
.diz-box .y_infotitle li a {
	font-size: 20px;
	padding: 0 4px;
	margin: 0 26px;
	font-weight: normal;
	color: #333;
}
.diz-box .y_infotitle li.active a {
    color: #FD3507;
    border-bottom: 2px solid #FD3507;
    font-weight: bold;
}
.diz-box .y_infotitle {
	height: 79px;
	line-height: 78px;
	border-color: #dcdcdc;
}
