@charset "UTF-8";
/* banner */
.banner {
    width: 100%;
    overflow: hidden;
}
.banner img {
    width: 100%;
}

/* fliter */
.fliter {
    margin: 0 0 30px;
}
.fliter dl {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px dashed #ccc;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
}
.fliter dl.nomb {
    border-bottom: none;
}
.fliter dl dt {
    float: left;
    color: #333;
    font-size: 16px;
}
.fliter dl dt img {
    width: 25px;
}
.fliter dl dt a {
    color: #fff;
}
.fliter dl dt span {
    padding: 0 0 0 3px;
}
.fliter dl dd {
    float: left;
    color: #999;
    padding: 0 10px;
    margin: 15px 0 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    cursor: pointer;
}
.fliter dl dd a {
    color: #999;
}
.fliter dl dd.on {
    background-color: #da251d;
    color: #fff;
}
.fliter dl dd.on a {
    color: #fff;
}

/* case_list */
.case_list li {
    width: 385px;
    overflow: hidden;
    margin: 0 0 30px 0;
    border-radius: 15px;
    float: left;
}
.case_list li.mr {
    margin-left: 22px;
    margin-right: 23px;
}
.case_list li .thumb {
    height: 230px;
    background-color: #f1f1f1;
    overflow: hidden;
}
.case_list li .thumb img {
    width: 100%;
    transition: 1s linear;
    -webkit-transition: 1s linear;
    -moz-transition: 1s linear;
    -ms-transition: 1s linear;
}
.case_list li:hover .thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.case_list li .info {
    border: 1px solid #ccc;
    border-top: 0;
    padding: 15px 10px;
    border-radius: 0 0 15px 15px;
    overflow: hidden;
}
.case_list li .designer_info {
    float: left;
    overflow: hidden;
}
.case_list li .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f1f1f1;
    overflow: hidden;
    margin-right: 5px;
    float: left;
}
.case_list li .avatar img {
    width: 100%;
}
.case_list li .desc {
    float: left;
    margin-top: 6px;
}
.case_list li .name {
    font-size: 16px;
    font-weight: 550;
    color: #333;
}
.case_list li .level {
    font-size: 16px;
    color: #666;
}
.case_list li .level img {
    width: 16px;
    padding-left: 3px;
    position: relative;
    top: -1px;
}
.case_list li .case_info {
    width: 195px;
    float: right;
    text-align: right;
}
.case_list li .case_title {
    font-size: 16px;
    font-weight: 550;
    margin: 3px 0 5px 0;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}
.case_list li .case_title a {
    color: #333;
}
.case_list li .mark {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}
.case_list li .mark a {
    color: #666;
}

/* designer_list */
.designer_list li {
    width: 290px;
    overflow: hidden;
    margin: 0 13px 30px 0;
    border-radius: 15px;
    float: left;
}
.designer_list li.nomr {
    margin-right: 0;
}
.designer_list li .designer_thumb {
    width: 290px;
    height: 320px;
    background-color: #f1f1f1;
    overflow: hidden;
}
.designer_list li .designer_thumb img {
    width: 100%;
    transition: 1s linear;
    -webkit-transition: 1s linear;
    -moz-transition: 1s linear;
    -ms-transition: 1s linear;
}
.designer_list li:hover .designer_thumb img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.designer_list .designer_desc {
    width: 228px;
    padding: 10px 30px 20px;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 15px 15px;
    color: #333;
}
.designer_list .designer_name {
    margin-bottom: 5px;
}
.designer_list .designer_name h2 {
    font-size: 22px;
    font-weight: 320;
    padding-right: 18px;
}
.designer_list .designer_name p {
    font-size: 18px;
    margin-top: 4px;
    color: #e50013;
}
.designer_list .designer_name p img {
    width: 18px;
    padding-left: 5px;
    position: relative;
    top: -2px;
}
.designer_list .designer_company {
    font-size: 16px;
    margin-top: 1px;
}
.designer_list .designer_company p {
    padding-right: 8px;
    line-height: 20px;
}
.designer_list .designer_company .explan {
    font-size: 15px;
    color: #666;
}

/* store */
.store {
    margin-bottom: 30px;
}
.store ul li {
    padding: 30px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.store ul li .store_info {
    float: left;
}
.store ul li .store_info .store_name {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
}
.store ul li .store_info .store_detail {
    font-size: 16px;
    color: #999;
}
.store ul li .store_website {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    background-color: #da251d;
    text-align: center;
    float: right;
    font-size: 16px;
    margin-top: 20px;
}
.store ul li .store_website a {
    display: block;
    color: #fff;
}

/*video*/
.video .fliter dl {
    border-bottom: none;
}
.video .bread_search {
    margin: 20px 0 10px;
}

/*marketing*/
.list_tab {
    margin-bottom: 30px;
}
.list_tab ul {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 70px;
}
.list_tab ul li {
    width: 600px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.list_tab ul li a {
    display: block;
    color: #666;
}
.list_tab ul li.active {
    background: #da251d;
    border-radius: 70px;
}
.list_tab ul li.active a {
    color: #fff;
}
.list_main {
    margin-bottom: 30px;
}
.list_main ul li {
    padding: 30px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.list_main ul li .thumb {
    width: 215px;
    height: 148px;
    border-radius: 10px;
    background-color: #f1f1f1;
    overflow: hidden;
    float: left;
    margin-right: 40px;
}
.list_main .thumb img {
    width: 100%;
}
.list_main .info {
    width: 700px;
    float: left;
}
.list_main .info h4 {
    font-size: 24px;
    font-weight: 500;
    color: #666;
    margin-bottom: 10px;
    line-height: 28px;
}
.marketing .list_main .info {
    margin-top: 20px;
}
.news .list_main .info {
    margin-top: 10px;
}
.list_main .info p {
    font-size: 16px;
    color: #999;
    text-align: justify;
}
.list_main .info p span {
    color: #da251d;
}
.list_main .info .time {
    margin-top: 30px;
}
.marketing .list_main .desc {
    margin-top: 20px;
}
.list_main .btn {
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #da251d;
    position: absolute;
    top: 79px;
    right: 30px;
}
.list_main .btn a {
    display: block;
    color: #fff;
}