@charset "UTF-8";
/* banner */
.banner {
    width: 100%;
    overflow: hidden;
}
.banner img {
    width: 100%;
}

/*project*/
.project {
    margin-bottom: 30px;
}
.project_category ul {
    height: 70px;
    line-height: 70px;
    overflow: hidden;
    background: #f7f7f7;
    border-radius: 70px;
}
.project_category ul li {
    width: 171.5px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.project_category ul li:last-child {
    width: 171px;
}
.project_category ul li a {
    display: block;
    color: #666;
}
.project_category ul li.active {
    background: #da251d;
    border-radius: 70px;
}
.project_category ul li.active a {
    color: #fff;
}
.project_content {
    margin: 30px 0;
    background: #f7f7f7;
    padding: 50px 30px;
    border-radius: 20px;
}
.project_content p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
    line-height: 30px;
    text-align: justify;
}
.project_content h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
}
.project_content h4 {
    font-size: 20px;
    text-align: center;
    color: #000;
    padding: 10px 0;
    margin-bottom: 30px;
}
.project_content img {
    display: block;
    margin: 0 auto;
    max-width: 1200px !important;
}

/*#header {
    border-bottom: 1px solid #f1f1f1;
}*/
.detail {
    margin: 0 auto 30px;
    overflow: hidden;
}
.detail_l {
    width: 900px;
    float: left;
}
.detail_r {
    width: 285px;
    float: right;
}

/*cases*/
.case_base {
    border: 1px solid #cacaca;
    border-radius: 10px;
    padding: 40px 50px;
}
.case_base h2 {
    font-size: 32px;
    color: #333;
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
}
.case_base p {
    font-size: 16px;
    color: #999;
    text-align: center;
}
.case_tit {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 20px;
}
.case_attribute {
    margin-top: 30px;
}
.case_attribute ul {
    overflow: hidden;
}
.case_attribute ul li {
    width: 199px;
    text-align: center;
    float: left;
    padding-top: 20px;
}
.case_attribute ul li .k {
    font-size: 16px;
    color: #999;
    position: relative;
}
.case_attribute ul li .k::before {
    content: "";
    width: 36px;
    height: 8px;
    border-radius: 8px;
    background-color: #da251d;
    position: absolute;
    left: 82px;
    top: -15px;
}
.case_attribute ul li .v {
    font-size: 24px;
    color: #666;
    margin-top: 40px;
}
.case_main {
    margin-top: 30px;
}
.case_tab {
    margin-bottom: 30px;
}
.case_tab ul {
    height: 70px;
    border-radius: 70px;
    background-color: #f7f7f7;
    overflow: hidden;
}
.case_tab ul li {
    width: 450px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    color: #666;
    float: left;
    cursor: pointer;
}
.case_tab ul li.active {
    background-color: #da251d;
    color: #fff;
    border-radius: 70px;
}
.case_photo {
    padding: 30px;
    background-color: #fbfbfb;
    border-radius: 10px;
    overflow: hidden;
}
.fixedmeau {
    float: left;
}
.fixedmeau.fixed {
    position: fixed;
    top: 30px;
}
.fixedmeau li {
    font-size: 16px;
    color: #999;
    width: 80px;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}
.fixedmeau li::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #d4d4d4;
    position: absolute;
    right: -8px;
    top: 4px;
}
.fixedmeau li.active {
    color: #da251d;
}
.fixedmeau li.active::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #da251d;
    position: absolute;
    right: -8px;
    top: 4px;
}
.photo_content {
    width: 716px;
    padding-left: 40px;
    border-left: 1px solid #d4d4d4;
    margin-left: 80px;
}
.photo_content .louceng h4 {
    font-size: 24px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 520;
}
.photo_content .louceng img {
    width: 716px;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
}
.detail_designer {
    border: 1px solid #cacaca;
    border-radius: 10px;
    padding: 15px 40px 20px;
    height: 293px;
}
.designer_thumb {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.designer_thumb img {
    width: 100%;
}
.designer_desc {
    color: #333;
}
.designer_desc .designer_name {
    margin: 10px 0;
}
.designer_desc .designer_name h2 {
    font-size: 20px;
    font-weight: 500;
    padding-right: 16px;
}
.designer_desc .designer_name p {
    font-size: 18px;
    margin-top: 4px;
    color: #e50013;
}
.designer_desc .designer_name p img {
    width: 18px;
    padding-left: 5px;
    position: relative;
    top: -2px;
}
.designer_desc .designer_company {
    font-size: 16px;
    margin-top: 1px;
}
.designer_desc .designer_company p {
    padding-right: 8px;
    line-height: 20px;
}
.designer_desc .explan {
    color: #666;
}
.designer_btn {
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #da251d;
    color: #fff;
    border-radius: 5px;
    margin: 20px auto 0;
}
.designer_btn a {
    display: block;
    color: #fff;
}
.detail_yuyue {
    margin: 30px 0;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.detail_r .queryoffer .form-item {
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}
.detail_r .queryoffer .form-item input,.detail_r .queryoffer .form-item-submit button {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    border-radius: 12px;
    padding: 0 10px;
}
.detail_r .queryoffer .form-item input {
    padding: 0 0 0 38px;
    width: 215px;
}
.detail_r .queryoffer .form-item select {
    padding-right: 0;
    width: 250px;
    /**width: 198px;!*ie7*!*/
    height: 50px;
    font-size: 16px;
    color: #333;
    padding: 15px 0 15px 38px;
    border-radius: 12px;
    vertical-align: middle;
    text-align-last: left;
}
.detail_r .queryoffer .form-item-province,.detail_r .queryoffer .form-item-city {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_10.png"),
    url("https://xystcdn.xydec.com.cn/static/xy/images/icon_11.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 10px center, 218px center;
    background: none\9;
    background-size: 20px,18px;
}
.detail_r .queryoffer .form-item-city {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_16.png"),
    url("https://xystcdn.xydec.com.cn/static/xy/images/icon_11.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 10px center, 218px center;
    background: none\9;
    background-size: 24px,18px;
}
/* 给input添加背景图片底部多出空白高度 */
.detail_r .queryoffer .form-item-name {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_12.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
}
.detail_r .queryoffer .form-item-mobile {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_14.png");
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px;
}
.detail_r .queryoffer .form-item-submit {
    text-align: center;
    border: none;
    margin-bottom: 0;
}
.detail_r .queryoffer button {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #da251d !important;
    color: #fff !important;
    font-size: 18px;
    cursor: pointer;
    display: block;
    border: none !important;
}
.detail_hd {
    margin: 30px 0;
    border-radius: 10px;
    overflow: hidden;
}
.detail_hd a {
    display: block;
}
.detail_hd img {
    width: 100%;
}
.detail_commend {
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.commend_tit {
    margin-bottom: 10px;
    overflow: hidden;
}
.commend_tit h4 {
    font-size: 18px;
    color: #333;
    float: left;
    font-weight: 520;
}
.commend_tit a {
    font-size: 14px;
    color: #999;
    float: right;
    position: relative;
    top: 3px;
}
.commend_content li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px solid #d2d2d2;
}
.commend_content li:last-child {
    border-bottom: none;
}
.commend_content li .commend_thumb {
    width: 100px;
    height: 67px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}
.commend_content li .commend_thumb img {
    width: 100%;
}
.commend_content li .commend_info {
    width: 145px;
    float: right;
}
.commend_content li .commend_info h4 {
    font-size: 14px;
    font-weight: 520;
    line-height: 16px;
}
.commend_content li .commend_info a {
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-color: #654f4e;
    color: #fff;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    float: right;
    margin-top: 8px;
}
.case_remark {
    padding: 30px;
    background-color: #fbfbfb;
    border-radius: 10px;
    overflow: hidden;
}
.case_remark h4 {
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
}
.case_remark .case_design {
    margin-bottom: 100px;
}
.case_remark .case_design p {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    text-align: justify;
    margin-bottom: 20px;
}
.prev_next {
    margin: 50px auto 20px;
    overflow: hidden;
}
.prev_next a {
    width: 350px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 10px;
    background-color: #efefef;
    color: #666;
    font-size: 18px;
}
.prev_next a.prev {
    float: left;
}
.prev_next a.next {
    float: right;
}
.designer_base {
    overflow: hidden;
}
.designer_avatar {
    float: left;
    width: 315px;
    height: 350px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.designer_avatar img {
    width: 100%;
}
.designer_avatar .icon_weeked {
    width: 32px;
    position: absolute;
    left: 10px;
    top: 0;
}
.designer_base .designer_info {
    width: 510px;
    height: 298px;
    border: 1px solid #cacaca;
    border-radius: 10px;
    float: right;
    padding: 25px;
}
.designer_base .designer_info .designer_name h2 {
    font-size: 24px;
    font-weight: 540;
    padding-right: 22px;
}
.designer_base .designer_info .designer_name p {
    font-size: 16px;
    margin-top: 8px;
    color: #e50013;
}
.designer_base .designer_info .designer_name p img {
    width: 16px;
    padding-left: 5px;
    position: relative;
    top: -2px;
}
.designer_about {
    margin: 30px auto;
    overflow: hidden;
}
.designer_about ul li {
    width: 33%;
    float: left;
    text-align: center;
    position: relative;
}
.designer_about ul li h4 {
    font-size: 16px;
    color: #999;
    font-weight: normal;
}
.designer_about ul li p {
    font-size: 20px;
    color: #666;
    font-weight: 540;
}
.designer_about ul li.bor::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 15px;
}
.designer_about ul li.bor::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #999;
    position: absolute;
    right: 0;
    top: 15px;
}
.designer_remark h4 {
    font-size: 18px;
    font-weight: 520;
    color: #666;
    padding-left: 12px;
    margin-bottom: 10px;
    position: relative;
}
.designer_remark h4::before {
    content: "";
    width: 8px;
    height: 18px;
    background-color: #da251d;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 9px;
}
.designer_remark_wrap {
    height: 110px;
    overflow-y: scroll;
}
.designer_remark_wrap p {
    font-size: 15px;
    color: #666;
    line-height: 20px;
}
.designer_remark_wrap p span {
    font-size: 15px !important;
    color: #666;
    line-height: 20px !important;
}
.designer_remark_wrap::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
.designer_remark_wrap::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    background   : #535353;
}
.designer_remark_wrap::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background   : #eaeaea;
}

.designer_main {
    padding: 30px 50px;
    margin: 30px 0;
    background-color: #fbfbfb;
    border-radius: 10px;
    overflow: hidden;
}
.designer_main h4 {
    font-size: 20px;
    color: #333;
    font-weight: 540;
    margin-bottom: 20px;
}
/* case_list */
.case_list {
    overflow: hidden;
}
.case_list li {
    width: 385px;
    overflow: hidden;
    margin: 0 0 30px 0;
    border-radius: 15px;
    float: left;
}
.case_list li.ml {
    margin-left: 28px;
}
.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 .mark {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
}
.designer_detail .detail_yuyue {
    margin-top: 0;
}
.comment_designer li .commend_thumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.comment_designer li .commend_info {
    width: 165px;
    float: right;
}
.comment_designer .designer_name {
    float: right;
}
.comment_designer .designer_name h2 {
    font-size: 18px;
    font-weight: 520;
    padding-right: 5px;
}
.comment_designer .designer_name p {
    font-size: 14px;
    margin-top: 5px;
    color: #e50013;
}
.comment_designer .designer_name p img {
    width: 14px;
    padding-left: 5px;
    position: relative;
    top: -1px;
}
/*designer*/

/*video*/
.video #header,.designer_detail #header,.case_detail #header {
    border-bottom: 1px solid #f1f1f1;
}
.video_main {
    padding: 30px;
    background-color: #f7f7f7;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}
.video_tit {
    text-align: center;
}
.video_tit h2 {
    font-size: 28px;
    font-weight: 540;
    color: #666;
}
.video_tit p {
    font-size: 18px;
    color: #999;
}
.videoBox {
    width: 810px;
    height: 456px;
    margin: 30px auto 0;
    border-radius: 10px;
    overflow: hidden;
}
#video {
    width: 100%;
    height: 100%;
}
/*.vjs-big-play-button {
    opacity: 0 !important;
}*/
.video_detail .detail_yuyue {
    margin-top: 0;
}

/*security*/
.service_title {
    text-align: center;
}
.service_title h2 {
    font-size: 30px;
    font-weight: 520;
    color: #666;
    letter-spacing: 1px;
}
.service_content {
    margin: 30px;
    padding: 50px 0px;
    background: #f7f7f7;
    border-radius: 20px;
}
.service_content h4 {
    text-align: center;
    font-size: 26px;
    font-weight: 520;
    color: #666;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 70px;
}
.service_content p {
    margin: 30px auto;
}
.service_content p img {
    display: block;
    margin: 20px auto;
}
.service_content .tel {
    text-align: center;
    font-size: 26px;
    color: #666;
}
.service_content .tel img {
    display: inline-block;
    margin: 0;
    position: relative;
    top: -2px;
}
.service_content .tel span {
    color: #da251d;
}

/*booking*/
.yuyue {
    padding: 50px 30px;
    background: #f7f7f7;
    border-radius: 20px;
}
.yuyue .yuyue-item {
    width: 560px;
    height: 64px;
    overflow: hidden;
    float: left;
    margin-bottom: 20px;
}
.yuyue .queryoffer .form-item {
    float: left;
    position: relative;
    display: inline;/*解决ie7双倍边距bug*/
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}
.yuyue .queryoffer .form-item input,.yuyue .queryoffer .form-item-submit button {
    width: 487px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    border: 1px solid #ededed;
    border-radius: 12px;
    padding: 0 10px;
    padding-left: 60px;
}
.yuyue .queryoffer .form-item-submit button {
    width: 1140px;
}
.yuyue .queryoffer .form-item select {
    padding-right: 0;
    width: 272px;
    /**width: 198px;!*ie7*!*/
    height: 60px;
    font-size: 18px;
    color: #333;
    padding: 15px 0 15px 10px;
    border: 1px solid #ededed;
    border-radius: 12px;
    vertical-align: middle;
    text-align-last: auto;
    padding-left: 60px;
}
.yuyue .queryoffer .form-item-province,.yuyue .queryoffer .form-item-city {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_10.png"),
    url("https://xystcdn.xydec.com.cn/static/xy/images/icon_11.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 20px center, 228px center;
    background: none\9;
}
.yuyue .queryoffer .form-item-city {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_16.png"),
    url("https://xystcdn.xydec.com.cn/static/xy/images/icon_11.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 20px center, 228px center;
    background: none\9;
}
/* 给input添加背景图片底部多出空白高度 */
.yuyue .queryoffer .form-item-name {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_12.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.yuyue .queryoffer .form-item-size {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_13.png");
    background-repeat: no-repeat;
    background-position: 20px center;
}
.yuyue .queryoffer .form-item-mobile {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_14.png");
    background-repeat: no-repeat;
    background-position: 25px center;
}
.yuyue .queryoffer .form-item-submit {
    text-align: center;
    border: none;
}
.yuyue .queryoffer button {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #da251d;
    color: #fff !important;
    font-size: 18px;
    cursor: pointer;
    display: block;
    border: none !important;
}
.advantages {
    margin: 30px auto;
}
.advantages h4 {
    font-size: 30px;
    color: #333;
    font-weight: 520;
    text-align: center;
    letter-spacing: 1px;
}
.advantages h4 span {
    color: #da251d;
}
.advantages_main {
    margin: 30px auto 50px;
    position: relative;
}
.advantages_main  .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.advantages_main .flex-direction-nav li a {
    display: block;
    width: 19px;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    outline: none;
    text-indent: -999em;
}
.advantages_main .flex-direction-nav li a.flex-prev {
    left: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_left_designer.png) center center no-repeat;
}

.advantages_main .flex-direction-nav li a.flex-next {
    right: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_right_designer.png) center center no-repeat;
}


/*details*/
.details {
    width: 1200px;
    margin: 0 auto;
}
.details .details_container {
    margin: 0 auto 30px;
    background: #f7f7f7;
    padding: 50px 100px;
    border-radius: 20px;
}
.details_title {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}
.details_title h2 {
    font-size: 28px;
    color: #666;
    font-weight: 520;
    margin-bottom: 10px;
}
.details_title p {
    font-size: 16px;
    color: #999;
    line-height: 22px;
}
.details_content p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
    line-height: 26px;
    text-align: justify;
}
.details_content img {
    margin: auto;
    max-width: 1000px !important;
}
.details_content video {
    margin: 20px auto;
    max-width: 1000px;
}

/*link*/
.link .details_container {
    padding: 50px 60px;
}
.link ul {
    overflow: hidden;
}
.link ul li {
    width: 150px;
    float: left;
    margin: 0 35px 20px 0;
}
.link ul li:nth-child(6n) {
    margin-right: 0;
}
.link ul li a {
    display: block;
}
.link ul li img {
    width: 100%;
}

/*sitemap*/
.sitemap dl {
    margin-bottom: 20px;
}
.sitemap dl dt {
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    background-color: #333;
    border-color: #333;
    float: left;
    text-align: center;
}
.sitemap dl dt a {
    display: block;
    color: #fff;
}
.sitemap dl dd {
    float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px solid #dcdfe6;
    text-align: center;
    margin: 0 0 20px 20px;
}
.sitemap dl dt dd a {
    display: block;
    color: #666;
}