.pop-up,
.lf,
.bj {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3333334a;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.close1 {
    position: absolute;
    right: -16px;
    top: -16px;
    background-color: #333;
    border-radius: 50%;
    padding: 8px 10px;
    box-sizing: border-box;
    cursor: pointer;
}

.close1 i {
    color: #fff;
}

.bj .bj_c {
    top: 50%;
    width: 60%;
    height: 500px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    position: relative;
    border-radius: 10px;
}

.bj .bj_c .bj_imgl {
    position: absolute;
    bottom: -14px;
    left: -22px;
}

.bj .bj_c .bj_imgc {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.bj .bj_c .bj_imgr {
    position: absolute;
    bottom: -14px;
    right: -18px;
}

.bj .bj_c .bj_btm {
    position: absolute;
    left: 52px;
    bottom: 46px;
    font-size: 12px;
    color: #808080;
}

.bj .bj_flex {
    padding: 52px;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.bj .bj_lt {
    font-size: 30px;
    color: #333333;
    position: relative;
    padding-left: 16px;
    margin-bottom: 44px;
}
.hctitle{display:none}
.bj .bj_lt::after {
    content: '';
    width: 4px;
    height: 30px;
    background-color: #daba7d;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
}

.bj .bj_form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.bj .bj_form .bj_ipt {
    margin-bottom: 14px;
    position: relative;
}

.bj .bj_form .bj_ipt .mj {
    position: absolute;
    right: 16px;
    top: calc(50% - 14px);
}

.bj .bj_form .rt {
    outline: none;
    border: none;
    position: relative;
    background: none;
    border-radius: 50%;
    width: 138px;
    height: 138px;
    margin-left: 36px;
    margin-top: 50px;
    background: #fff;
    cursor: pointer;
}

.bj .bj_form .rt12 {
    display: none;
}

.bj .bj_form .rt::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 138px;
    height: 138px;
    border-radius: 50%;
    background-color: #daba7d54;
    z-index: 1;
}

.bj .bj_form .rt .rt1 {
    color: #fff;
    font-size: 26px;
    background-color: #daba7d;
    z-index: 9;
    box-sizing: border-box;
    position: relative;
    padding: 20px;
    border-radius: 50%;
    width: 108px;
    height: 108px;
    margin: auto;
}


.bj .bj_form .bj_ipt .txt {
    font-size: 16px;
    color: #333;
    position: relative;
    margin-top: 10px;
}

.bj .bj_form .bj_ipt .txt span {
    position: absolute;
    left: -10px;
    top: 0;
    color: red;
}

.bj .bj_form .bj_ipt .ipt {
    border: 1px solid #f4f4f4;
    color: #b3b3b3;
    font-size: 14px;
    outline: none;
    padding: 10px 14px;
    box-sizing: border-box;
    width: 270px;
    resize: none;
    font: inherit;
}

.bj .bj_num {
    width: 350px;
}

.bj .bj_num .bj_num1 {
    border: 1px solid #f4f4f4;
    padding: 30px;
    box-sizing: border-box;
}

.bj .bj_num .bj_num1 .jq {
    font-size: 16px;
    color: #333;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.bj .bj_num .bj_num1 .jq #all {
    color: #daba7d;
    font-size: 22px;
}

.bj .bj_num .bj_num1 .desc {
    font-size: 12px;
    color: #808080;
    padding-top: 12px;
}

/* WebKit browsers */
.ipt::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}

/* Mozilla Firefox 4 to 18 */
.ipt:-moz-placeholder {
    color: #b3b3b3;
    opacity: 1;
    font-size: 14px;
}

/* Mozilla Firefox 19+ */
.ipt::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1;
    font-size: 14px;
}

/* Internet Explorer 10+ */
.ipt:-ms-input-placeholder {
    color: #b3b3b3;
    font-size: 14px;
}


.lf .lf_c {
    width: 46%;
    top: 50%;
    margin: auto;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    padding-bottom: 30px;
}

.lf .lf_c .lf_imgt {
    position: absolute;
    top: 0;
    right: 76px;
}

.lf .lf_c .lf_imgl {
    position: absolute;
    bottom: -6px;
    left: -16px;
}

.lf .lf_c .lf_imgr {
    position: absolute;
    bottom: -6px;
    right: -16px;
}

.lf .lf_c .lf_form {
    padding-top: 50px;
}

.lf .lf_c .lf_form .lf_tit {
    font-size: 30px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.lf .lf_c .lf_form .lf_txt {
    font-size: 16px;
    color: #4d4d4d;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.lf .lf_c .lf_form .lf_txt .nm {
    font-size: 18px;
    color: #daba7d;
}

.lf .lf_c .form1 {
    width: 500px;
    margin: 40px auto 0;
}

.lf .lf_c .form1 .ipt {
    border: 1px solid #f4f4f4;
    color: #b3b3b3;
    font-size: 14px;
    outline: none;
    padding: 10px 20px;
    box-sizing: border-box;
    resize: none;
    position: relative;
    width: 100%;
    border-radius: 2px;
    font: inherit;
}

.lf .lf_c .form1 .form_tit {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px;
}

.lf .lf_c .form1 .form_tit .form_ipt {
    width: 48%;
    position: relative;
}

.lf .lf_c .form1 .form_tit .form_ipt span {
    position: absolute;
    top: 30%;
    left: 10px;
    z-index: 2;
    color: red;
}

.lf .lf_c .form1 .form_m {
    position: relative;
    margin-bottom: 16px;
}

.lf .lf_c .form1 .form_m span {
    position: absolute;
    right: 20px;
    top: 30%;
}

.lf .lf_c .lf_form .lf_btn {
    border: none;
    width: 100%;
    font-size: 16px;
    padding: 16px 0;
    color: #fff;
    background-color: #daba7d;
    margin-top: 16px;
    border-radius: 2px;
    outline: none;
}

.lf .lf_c .lf_desc {
    color: red;
    text-align: center;
    font-size: 12px;
    margin-top: 16px;
}

.pop-up {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3333334a;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.pop-up.active,
.bj.active,
.lf.active {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.pop-up .pop1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45%;
    background-color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px;
    box-sizing: border-box;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    box-sizing: border-box;
}

.pop-up .pop1 .pop-left {
    width: 42%;
    padding-left: 30px;
    box-sizing: border-box;
}

.pop-up .pop1 .pop-right {
    width: 58%;
    font-size: 0;
}

.pop-up .pop1 .pop-right img {
    width: 100%;
}

.pop-up .pop1 .close {
    position: absolute;
    right: 26px;
    top: 20px;
    cursor: pointer;
}

.pop-up .pop1 .pop-left .left-tit {
    font-size: 22px;
    color: #333;
    font-family: Bold;
    margin: 36px 0 14px;
}

.pop-up .pop1 .pop-left .left-tit1 {
    color: #daba7d;
    font-size: 36px;
    text-align: center;
    margin: 36px auto 14px;
}

.pop-up .pop1 .pop-left .left-sma {
    font-size: 14px;
    color: #4d4d4d;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 50px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pop-up .pop1 .pop-left .left-sma .num {
    font-size: 18px;
    color: #daba7d;
}

/*.pop-up .pop1 .pop-left form {*/
/*	padding-right: 56px;*/
/*}*/

.pop-up .pop1 .pop-left form input {
    display: block;
    outline: none;
    border: none;
    width: 100%;
    font-size: 14px;
    margin-bottom: 10px;
}

.pop-up .pop1 .pop-left form .ipt {
    background-color: #f9f9f9;
    padding: 12px 16px;
    box-sizing: border-box;
}

.pop-up .pop1 .pop-left form .ipt1 {
    color: #fff;
    background-color: #daba7d;
    padding: 12px;
    box-sizing: border-box;
}

.pop-up .pop1 .pop-left .dsc {
    font-size: 12px;
    color: #999;
}

::-webkit-scrollbar {
    width: 0px;
    height: 4px;
    background-color: transparent;
}



body {
    overflow-x: hidden;
    font-family: 'microsoft yahei';
}

.index_btm {
    background: #00000083;
    position: fixed;
    bottom: -145px;
    width: 100%;
    z-index: 999;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.index_btm.active {
    bottom: 0;
}

.index_btm .c {
    width: 1537px;
    margin: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.index_btm .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index_btm .c .btm_img {
    margin-top: -45px;
}

.index_btm .c .btm_txt {
    color: #fff;
    font-size: 18px;
    margin-right: 36px;
}

.index_btm .c .btm_txt .tit2 {
    margin-top: 18px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.index_btm .c .btm_txt .num {
    font-size: 20px;
    color: #daba7d;
}

.index_btm .c .index-page-lable {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 14px 26px;
}

.index_btm .c .index-page-lable11 {
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #ededed;
}

.index_btm .c .index-page-lable21 {
    border-right: 1px solid #ededed;
}

.index_btm .c .index-page-lable31 {
    border-radius: 0 4px 4px 0;
    margin-right: 28px;
}

.index_btm .c .index-page-btn {
    background: #daba7d;
    border: none;
    border-radius: 4px;
    outline: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    width: 220px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.index_btm .c .index-page-form img {
    margin-right: 10px;
}

.index_btm .c .index-page-lable input {
    outline: none;
    border: none;
    font-size: 14px;
    color: #929292;
}

.index_btm .c .index-page-lable span {
    color: red;
}

.swiper-container {
    --swiper-navigation-color: #fff;
    --swiper-navigation-size: 20px;
}

.swiper-container .swiper-button {
    background-color: rgb(51 51 51 / 50%);
}

.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
    padding: 32px 12px;
}

.swiper-container .swiper-button-prev {
    left: 0;
    border-radius: 0 10px 10px 0;
}

.swiper-container .swiper-button-next {
    right: 0;
    border-radius: 10px 0 0 10px;
}

.hov1.hvr-sweep-to-right::before {
    background: #daba7d;
}

.hov2.hvr-sweep-to-right::before,
.hov2.hvr-sweep-to-bottom:before,
.hov2.hvr-sweep-to-top:before,
.hov2.hvr-sweep-to-left:before {
    background: transparent;
}


.search-one {
    padding: 68px 0;
    margin-top: 100px;
}

.search .search-one .search-one-box {
    margin: 0 auto;
    width: 770px;
    height: 50px;
    position: relative;
}

.search .search-one .search-one-box input {
    outline: none;
    border: none;
    background: #ffffff;
    display: block;
    width: 100%;
    height: 50px;
    padding-left: 26px;
    box-sizing: border-box;
    font-size: 18px;
    color: #808080;
    padding-right: 55px;
    border: 1px solid #00000012;
}

.search .search-one .search-one-box .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.search .search-one .search-one-box span {
    display: block;
    width: 20px;
    height: 20px;
    background: url(../images/search01.png) no-repeat center/100% 100%;
    z-index: 11;
}

.search .lists {
    margin-bottom: 100px;
}

.search .lists .noresult {
    text-align: center;
}

.search .about .about-page3.news {
    margin-top: 0px;
    padding: 0;
}

.search .about .about-page3.news .bg {
    background: none;
    margin: auto;
    width: 100%;
}

.search .about .about-page3 .Case-vr {
    width: 1280px;
}

.picture1 {
    display: block;
}

.picture2 {
    display: none;
}

.way-title {
    background: #fff;
    width: 100%;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 999;
    width: 100%;
    position: fixed;
    top: -100px;
    border-bottom: 1px solid #eee;
}

.way-title.active {
    top: 0;
}

.way-title .way-content{
    width: 1480px;
}

.index-page1.swiper-container .index-page-offer,
.index-page2 .index-page2-ul,
.index-page7 .index-page7-content,
.index-page8 .index-page8-pa .index-page8-ul,
.index-page10,
.footer .footer-top,
.about-page4 .fy,
.about-page5 h2,
.about-page5 .page5-ul,
.Case-page1,
.Case-page2,
.Case-page3,
.Case-page4,
.Case-detail .detail-cont,
.MoreCase .MoreCase1,
.master-choiceness .choiceness1,
.masterDetail .detail-cont,
.contactUs-tit,
.Building-title .Building-ul,
.Building-detail,
.finish-page1,
.service_order2 .order2-box,
.service_order4,
.finish-page1 .finish-page2,
.finish-page3 .page3-txt .page3-ul,
.center {
    width: 1280px;
}

.way-title .way-content {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.way-title .way-content .way-content-l {
    width: 12%;min-width:200px;
}

.way-title .way-content .way-content-l img {
    width: 100%; min-width:180px;
}

.way-title .way-content .way-content-r {
    /*width: 1000px;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;

}

.way-title .way-content .way-content-r .way-link {
    padding-left: 50px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.way-title .way-content .way-content-r .way_dh{
    display: flex;
    align-items: center;
    margin-left: 30px;
}

.way-title .way-content .way-content-r .way_dh .dh_img{
    margin-right: 10px;
}

.way-title .way-content .way-content-r .way_dh h1{
    font-size: 22px;
    color: #daba7d;
}

.way-title .way-content .way-content-r .way_dh h2{
    font-size: 12px;
    color: #333333;
}

.way-title .way-content .way-content-r .way-link:last-child {
    padding-left: 22px;
}

.way-title .way-content .way-content-r .way-link .yc {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    background: #fff;
    text-align: center;
}

.way-title .way-content .yc .yc-left {
    width: 16%;
    background-color: #333;
    padding: 18px 0;
}

.way-title .way-content .yc .yc-left li {
    padding: 12px 38px;
    box-sizing: border-box;
    color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    font-family: microsoft yahei;
}

.way-title .way-content .yc .yc-left li.active {
    background-color: #daba7d;
}

.way-title .way-content .yc .yc-right {
    background-color: #fff;
    padding: 40px 36px;
    width: 84%;
    box-sizing: border-box;
    border-top: 1px solid #ededed;
}

.way-title .way-content .yc .yc-right h1 {
    font-size: 22px;
    color: #333;
    padding-bottom: 22px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 44px;
    box-sizing: border-box;
    text-align: left;
    font-family: 'microsoft yahei';
}

.way-title .way-content .yc .yc-right .box {
    overflow-x: auto;
}

.way-title .way-content .yc .yc-right .box1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.way-title .way-content .yc .yc-right .box2 {
    padding-right: 32px;
    border-right: 1px solid #f2f2f2;
    /*margin-right: 30px;*/
    box-sizing: border-box;
}

.way-title .way-content .yc .yc-right .box2 .img img {
    width: 100%;
}

.way-title .way-content .yc .yc-right .box2 p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 44px;
    text-align: left;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.way-title .yc-right .right {
    font-size: 14px;
    color: #fff;
    background-color: #daba7d;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
    margin-top: 40px;
    float: left;
}

.way-title .yc-right .right i {
    vertical-align: middle;
    font-size: 12px;
    margin-left: 6px;
}

.way-title .way-content .way-content-r .way-link1 {
    line-height: 100px;
    display: block;
    font-size: 16px;
    color: #333;
    -webkit-transition: all .5s;
    transition: all .5s;
    box-sizing: border-box;
    position: relative;
    font-family: 'microsoft yahei';
}

.way-title .way-content .way-content-r .way-link1 .icon-sousuo{
    font-size: 24px;
}

/* daba7d */

.way-title .way-content .way-content-r .way-link1.active {
    color: #daba7d;
}

.way-title .way-link.way-pos {
    position: relative;
}

.way-title .way-link.way-pos .way-link-hide {
    position: absolute;
    top: 100%;
    left: 0;
    right: -57px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    background: #fff;
    text-align: center;
}

.way-title .way-link.way-pos .way-link-hide a {
    color: #666;
    padding: 12px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    font-size: 14px;
}

.way-title .way-content .way-content-r .way-link1::after {
    content: '';
    position: absolute;
    top: 98%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #daba7d;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}

.way-title .way-content .way-content-r .way-link:last-child .way-link1::after {
    background-color: transparent;
}

.way-title .way-content .way-hide {
    display: none;
}
.x_weizhi_all {
width:100%;
background-color:#f8f8f8; overflow:hidden;
    }
.x_weizhi {
width:90%;
max-width:1480px;
margin:0px auto;
padding:16px 0px;
}
.x_weizhi a{
color:#444;
}

.index-page1.swiper-container .swiper-slide {
    font-size: 0;
}

.index-page1.swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
}

.index-page1.swiper-container .swiper-slide.banner-title .title1 h1 {
    font-size: 57px;
    font-family: 'microsoft yahei';
    letter-spacing: 15px;
}

.index-page1.swiper-container .swiper-slide.banner-title .title1 h2 {
    font-size: 30px;
    font-family: 'Light';
    margin-top: 28px;
}

.index-page1.swiper-container .swiper-slide.banner-title .title1 h3 {
    font-size: 16px;
    font-family: 'microsoft yahei';
    color: #fff;
    margin-top: 16px;
}

.index-page1.swiper-container .swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    background: #fff;
    opacity: 1;
    border-radius: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 6px;
}

.index-page1.swiper-container .swiper-pagination-bullet-active {
    width: 26px;
    background-color: #d1aa76;
}

.index-page1.swiper-container .swiper-pagination {
    bottom: 40px;
}

.index-page1.swiper-container .index-page-offer {
    margin: auto;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 99;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index-page1.swiper-container .index-page-offer .index-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.index-page1.swiper-container .index-page-offer .index-page-form .index-page-lable {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    padding: 0 38px;
    width: 33.333%;
    border-right: 1px solid #cacaca54;
    box-sizing: border-box;
}

.index-page1.swiper-container .index-page-offer .index-page-lable1 {
    /*margin-right: 14px;*/
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index-page1.swiper-container .index-page-offer .index-page-lable1 span {
    font-size: 12px;
    color: red;
    font-weight: 600;
}

.index-page1.swiper-container .index-page-offer .index-page-lable1 img {
    width: 80%;
    margin-right: 14px;
}

.index-page1.swiper-container .index-page-offer .index-page-form .index-page-lable input {
    outline: none;
    border: none;
    line-height: 74px;
    width: 90%;
    font-size: 14px;
}

.index-page1.swiper-container .index-page-offer .index-page-btn {
    width: 20.5%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    outline: none;
    border: none;
    /* background-image: linear-gradient(to right#d1aa76, #daba7d); */
    background-image: -webkit-linear-gradient(right, #d1aa76, #daba7d);
    background-image: linear-gradient(to left, #d1aa76, #daba7d);
    color: #333;
    font-size: 18px;
    cursor: pointer;
}

.index-page2 {
    background: #fff;
    padding: 70px 0 0;
}

.index-page2 .index-page2-ul {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index-page2 .index-page2-tb,
.index-page2 .index_page2_tc {
    display: none;
}

.index-page2 .index-page2-ul .index-page2-li {
    width: 16.66%;
    text-align: center;
}

.index-page2 .index-page2-ul .index-page2-li a {
    width: 100%;
    display: block;
    color: #333;
    padding: 60px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.index-page2 .index-page2-ul .index-page2-li:nth-child(odd) {
    background: #f2f2f2;
}

.index-page2 .index-page2-ul .index-page2-li:nth-child(even) {
    background: #f9f9f9;
}

.index-page2 .index-page2-ul .index-page2-li a .index-page2-p1 {
    font-size: 36px;
    /*font-family: Arial;*/
    display: inline-block;
    /*font-weight: bold;*/
}

.index-page2 .index-page2-ul .index-page2-li a b {
    font-size: 14px;
    font-family: microsoft yahei;
}

.index-page2 .index-page2-ul .index-page2-li a .index-page2-p2 {
    font-size: 14px;
    margin-top: 10px;
    font-family: 'microsoft yahei';
    color: #929292;
}

.index-page3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index-page3 .swiper-container.index-page3-swiper {
    width: 60%;
}

.index-page3 .swiper-container.index-page3-swiper .swiper-slide {
    font-size: 0;
}

.index-page3 .swiper-container.index-page3-swiper .swiper-slide img {
    width: 100%;
}

.index-page3 .swiper-container.index-page3-swiper .swiper-pagination {
    text-align: right;
    right: 60px;
    left: auto;
    bottom: 40px;
}

.index-page3 .swiper-container.index-page3-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    background: #fff;
    border-radius: 20px;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.index-page3 .swiper-container.index-page3-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d1aa76;
    width: 26px;
}

.index-page3 .index-page3-right {
    width: 40%;
}

.index-page3 .index-page3-right .index-page3-right2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 29%;
    box-sizing: border-box;
}

.index-page3 .index-page3-right .index-page3-right2 .index-page3-about {
    width: 66.5%;
    box-sizing: border-box;
    padding-left: 70px;
    padding-top: 54px;
}

.index-page3 .index-page3-right .index-page3-right2 .index-page3-about2 {
    width: 33.5%;
    color: #fff;
    background-color: #333;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.index-page3 .index-page3-right .index-page3-right2 .index-page3-about2 i {
    font-size: 50px;
}

.index-page3 .index-page3-right .index-page3-right1 {
    background: #f9f9f9;
    padding-left: 90px;
    padding-top: 90px;
    height: 71%;
    box-sizing: border-box;
}

.index-page3 .index-page3-right .index-page3-right1 .index-page3-tit .index-page3-tit1 {
    margin-bottom: 28px;
}

.index-page3 .index-page3-right .index-page3-right1 .index-page3-tit .index-page3-tit1 p {
    font-size: 12px;
    line-height: 14px;
    color: #4d4d4d;
}

.index-page3 .index-page3-right h1 {
    font-size: 42px;
    font-family: microsoft yahei;
    margin: 14px 0 28px;
}

.index-page3 .index-page3-tit .index-page3-tit1 span {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 30px;
    width: 91%;
    margin: auto;
}

.index-page3 .index-page3-right .index-page3-right1 .index-page3-tit .index-page3-tit2 p {
    font-size: 16px;
    color: #808080;
    line-height: 28px;
}

.index-page3 .index-page3-right .index-page3-right1 .index-page3-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.index-page3 .index-page3-right .index-page3-right1 .index-page3-img p {
    font-size: 14px;
    color: #4d4d4d;
    width: 35%;
    font-family: microsoft yahei;
}

.index-page3 .index-page3-right .index-page3-right1 .index-page3-img .index-page3-img1 {
    font-size: 0;
    width: 65%;
}

.index-page3 .index-page3-right .index-page3-right1 .index-page3-img .index-page3-img1 img {
    width: 100%;
}

.index-page3 .index-page3-right .index-page3-right2 .index-page3-about p {
    font-size: 16px;
    color: #4d4d4d;
    font-family: microsoft yahei;

}

.index-page3 .index-page3-right .index-page3-right2 .index-page3-about h1 {
    font-size: 36px;
    color: #daba7d;
    margin: 16px 0 36px;
    /*font-weight: bold;*/
}

.index-page3 .index-page3-right .index-page3-right2 .index-page3-about span {
    font-size: 14px;
    color: #4d4d4d;
    width: 84%;
    line-height: 24px;
    display: block;
}

.index-title {
    text-align: center;
    padding:74px 0 0;
}

.index-title h1 {
    font-size: 42px;
    color: #4d4d4d;
    font-family: microsoft yahei;
}

.index-title h1 span {
    color: #daba7d;
}

.index-title h2 {
    font-size: 20px;
    color: #4d4d4d;
    text-align: center;
    margin: 20px auto 30px;
}

.index-title h2 span {
    color: #daba7d;
    font-size: 26px;
}

.index-page4 .index-page4-title p {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 30px;
    width: 91%;
    margin: 20px auto 40px;
}

.index-page4 .ul_box {
    overflow-x: auto;
    margin: auto;
}

.index-page4 .ul_box::-webkit-scrollbar {
    display: none;
}

.index-page4 .index-page4-ul,
.index-page9 .index-page9-ul {
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
}

.index-page4 .index-page4-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.line {
    width: 100%;
    height: 2px;
    background-color: rgba(153, 153, 153, 0.281);
    margin-top: 0;
}

.hvr-sweep-to-right:before {
    background: #daba7d;
}

.index-page4 .index-page4-ul .index-page4-li,
.index-page9 .index-page9-ul .index-page9-li {
    font-size: 14px;
    color: #808080;
    line-height: 40px;
    padding: 0 10px;
    position: relative;
    margin: 0 30px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.index-page4 .index-page4-ul .index-page4-li.active,
.index-page9 .index-page9-ul .index-page9-li.active {
    color: #daba7d;
    font-family: "microsoft yahei";
}

.index-page4 .index-page4-ul .index-page4-li.active::after,
.index-page9 .index-page9-ul .index-page9-li.active::after {
    width: 100%;
}

.index-page4 .index-page4-ul .index-page4-li::after,
.index-page9 .index-page9-ul .index-page9-li::after {
    content: '';
    position: absolute;
    top: 98%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #daba7d;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}

.index-page4 .index-page4-swiper {
    margin-bottom: 56px;
}

.index-page4 .index-page4-swiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 36px;
    padding-bottom: 20px;
}

.index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left {
    box-shadow: 0 0 10px #8888884a;
    padding: 80px 0 0 40px;
    text-align: left;
    width: 31%;
    box-sizing: border-box;
}

.index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left h1 {
    font-size: 30px;
    color: #4d4d4d;
    width: 80%;
}

.index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left h2 {
    font-size: 16px;
    color: #666;
    line-height: 32px;
    width: 81%;
    margin: 30px 0 66px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left h3 {
    font-size: 18px;
    color: #333;
    line-height: 32px;
}

.index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left span {
    font-size: 14px;
    color: #333;
    margin: 18px 0 26px;
    display: inline-block;
    width: 80%;
}

.index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left .slide-left-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left .slide-left-ul p {
    font-size: 14px;
    color: #fff;
    background-color: #daba7d;
    padding: 6PX 15PX;
    margin: 0 10px 0 0;
    border-radius: 10px;
}

.index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left .swiper-slide-a {
    font-size: 12px;
    color: #daba7d;
    border: 1px solid #eee;
    border-radius: 30px;
    padding: 10px 40px;
    display: inline-block;
    margin-top: 120px;
    overflow: hidden;
    font-family: 'microsoft yahei';
}

.index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left .swiper-slide-a i,
.index-page6 .index-page6-cont .page6-cont .page6-img1-href i,
.index-page7 .index-page7-content .page7-content1 .page7-content1-hide a i,
.index-page7 .index-page7-more i {
    vertical-align: middle;
    font-size: 12px;
}

.index-page4 .index-page4-swiper .swiper-slide .swiper-slide-right {
    font-size: 0;
    width: 69%;
    overflow: hidden;
}

.index-page4 .index-page4-swiper .swiper-slide .swiper-slide-right img{
    width: 100%;
}

.index-page4 .index-page4-btn {
    color: #fff;
    background-color: #333;
    padding: 16px 70px;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
}

.index-page5 h1,
.index-page6 h1 {
    font-size: 42px;
    color: #4d4d4d;
    text-align: center;
}

.index-page5 h1 span,
.index-page6 h1 span {
    color: #daba7d;
}

.index-page5 .index-page5-all {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.index-page5 .index-page5-left {
    width: 33.5%;
    background-color: #f7f7f7;
    overflow: hidden;
}

.index-page5 .index-page5-left .index-page5-left1 {
    font-size: 0;
}

.index-page5 .index-page5-left .index-page5-left1 img {
    width: 100%;
}

.index-page5 .index-page5-left .index-page5-left2 {
    padding: 34px 0 0 58px;
    box-sizing: border-box;
}

.index-page5 .index-page5-left .index-page5-left2 .index-page5-name {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 16px;
}

.index-page5 .index-page5-left .index-page5-left2 .index-page5-name p {
    font-size: 28px;
    line-height: 30px;
    color: #333;
    width: auto;
    margin-right: 10px;
}

.index-page5 .index-page5-left .index-page5-left2 .index-page5-name span {
    font-size: 14px;
    color: #808080;
}

.index-page5 .index-page5-left .index-page5-left2 p {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 24px;
    width: 90%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-page5 .index-page5-left .index-page5-left2 .index-page5-year {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-top: 0;
}

.index-page5 .index-page5-left .index-page5-left2 .index-page5-year p {
    font-size: 14px;
    color: #333;
}

.index-page5 .index-page5-left .index-page5-left2 .index-page5-year span {
    font-size: 16px;
    color: #daba7d;
}

.index-page5 .index-page5-left .index-page5-left2 h3 {
    font-size: 16px;
    color: #333;
    text-align: left;
}

.index-page5 .index-page5-left .index-page5-left2 .index-page5-style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 14px;
}

.index-page5 .index-page5-left .index-page5-left2 .index-page5-style p {
    background-color: #333;
    color: #fff;
    width: auto;
    line-height: inherit;
    padding: 8px 10px;
    margin-right: 6px;
}

.index-page5 .index-page5-left .index-page5-left2 .index-page5-style p:nth-child(n + 5) {
    display: none;
}

.index-page5 .index-page5-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 90%;
	max-width:1450px;
	margin:0px auto;
}

.index-page5 .index-page5-right .space {
    width:16.666%;
}

.index-page5 .index-page5-right .page5-right-a {
    position: relative;
}

.index-page5 .index-page5-right .page5-right-a:nth-child(7) {
    width: 16.666%;
}

.index-page5 .index-page5-right .page5-right-a img {
    display: block;
    width: 100%;
}

.index-page5 .index-page5-right .page5-right-a .page5-right-hide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #00000094;
    border: 4px solid #daba7d;
    color: #fff;
    opacity: 0;
}

.index-page5 .index-page5-right .page5-right-a.active .page5-right-hide {
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.index-page5 .index-page5-right .page5-right-a .page5-right-hide span {
    font-size: 50px;
}

.index-page5 .index-page5-right .page5-right-a .page5-right-hide p,
.index-page5 .index-page5-right .page5-right-div p {
    font-size: 18px;
    margin-top: 20px;
}

.index-page5 .index-page5-right .page5-right-div {
    background-color: #fff;
    text-align: center;
}

.index-page5 .index-page5-right .page5-right-div h1 {
    font-size: 70px;
    color: #daba7d;
}

.index-page5 .index-page5-right .page5-right-div.more {
    color: #fff;
    background-color: #333;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.index-page5 .index-page5-right .page5-right-div.more h1 {
    color: #fff;
}

.index-page5 .index-page5-right .page5-right-div h1 span {
    font-size: 22px;
    color: #333;
}

.index-page5 .df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.index-page5 .page5-swiper {
    display: none;
}

.index-page6 {
    text-align: center;
}

.index-page6 .index-page6-href {
    font-size: 18px;
    color: #daba7d;
    padding-bottom: 5px;
    border-bottom: 1px solid #daba7d;
    display: inline-block;
    font-family: 'microsoft yahei';
    padding-left: 7px;
}

.index-page6 .index-page6-cont {
    position: relative;
    font-size: 0;
    margin-top: 30px;
    overflow: hidden;
}

.index-page6 .index-page6-cont .page6-dw {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.index-page6 .index-page6-cont img {
    width: 100%;
}

.index-page6 .index-page6-cont .index-page6-img1 {
    top: 39%;
    width: 34.5%;
    padding: 70px 90px 70px 0;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.index-page6 .index-page6-cont .index-page6-img2 {
    position: absolute;
    top: 0;
    left: 34.5%;
    padding: 90px 30px 66px;
    width: 15.6%;
    height: 466px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-page6 .index-page6-cont .index-page6-img2.page6-cont h4 {
    width: 100%;
    text-align: center;
    margin: 20px 0 100px;
}

.index-page6 .index-page6-cont .index-page6-img3 {
    top: 46.4%;
    left: 50%;
    height: 429px;
}

.index-page6 .index-page6-cont .index-page6-img4 {
    right: 0;
    top: 30.5%;
    width: 34.3%;
    padding: 70px 0px 70px 90px;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
}

.index-page6 .index-page6-cont .hvr-sweep-to-right{
    padding: 64px 90px 64px 0;
}

.index-page6 .index-page6-cont .index-page6-img4.page6-cont h4 {
    text-align: left;
}

.index-page6 .index-page6-cont .page6-cont {
    color: #fff;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
}

.index-page6 .index-page6-cont .page6-cont h3 {
    font-size: 30px;
}

.index-page6 .index-page6-cont .page6-cont h4 {
    font-size: 14px;
    line-height: 20px;
    width: 36%;
    text-align: right;
    margin: 20px 0;
}

.index-page6 .index-page6-cont .page6-cont .page6-img1-href {
    color: #daba7d;
    font-size: 12px;
    background-color: #fff;
    padding: 10px 40px;
    opacity: 0;
    display: inline-block;
    border-radius: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}

.index-page7 .index-page7-content {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index-page7 .index-page7-content .page7-content1 {
    position: relative;
    margin-bottom: 20px;
    font-size: 0;
    width: 23.8%;
    overflow: hidden;
    margin-right: 1.6%;
}

.index-page7 .index-page7-content .page7-content1:nth-child(4n) {
    margin-right: 0;
}

.index-page7 .index-page7-content .page7-content1 img {
    width: 100%;
}

.index-page7 .index-page7-content .page7-content1 .page7-content1-pa {
    position: absolute;
    bottom: 0;
    width: 100%;
	background-color:rgba(247,247,247,0.9);
    padding: 16px 20px 0px;
    box-sizing: border-box;
    font-size: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.index-page7 .index-page7-content .page7-content1 .page7-content1-pa h1 {
    font-size: 20px;
    color: #333;
    text-align: left;
    font-family: microsoft yahei;
}

.index-page7 .index-page7-content .page7-content1 .page7-content1-pa h2 {
    font-size: 14px;
    color: #808080;
    text-align: left;
	padding:6px 0px 16px 0px;margin:0px;
}

.index-page7 .index-page7-content .page7-content1 .page7-content1-pa .page7-data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #b2b2b2;
}

.index-page7 .index-page7-content .page7-content1 .page7-content1-pa .page7-data h3 span {
    font-size: 18px;
    color: #daba7d;
}

.index-page7 .index-page7-content .page7-content1 .page7-content1-hide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 68%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.index-page7 .index-page7-content .page7-content1 .page7-content1-hide h1 {
    font-size: 22px;
    color: #fff;
	padding:0px;
	margin:0px;
}
.index-page7 .index-page7-content .page7-content1 .page7-content1-hide h1 a{
    font-size: 22px;
    color: #fff;
}
.index-page7 .index-page7-content .page7-content1 .page7-content1-hide h2 {
    font-size:16px;
    color: #fff;margin:14px 0px 18px 0px;

}
.index-page7 .index-page7-content .page7-content1 .page7-content1-hide h2 a {
    font-size:16px;
    color: #fff;
}
.index-page7 .index-page7-content .page7-content1 .page7-content1-hide h2 span {
    font-size: 30px;
    color: #fff;
}

.index-page7 .index-page7-content .page7-content1 .page7-content1-hide a {
    font-size: 14px;
    color: #fff;
    border-radius: 30px;
    padding: 10px 40px;
    margin-bottom: 6px;
    overflow: hidden;
    box-sizing: border-box;
    transition: all .5s;
}

.index-page7 .index-page7-content .page7-content1 .page7-content1-hide .page7-content1-href1 {
    background-color: #daba7d;
}

.index-page7 .index-page7-content .page7-content1 .page7-content1-hide .page7-content1-href2 {
    /* border: 2px solid #fff; */
    padding: 10px 40px;
    -webkit-transition: all .5s;
    transition: all .5s;
    background: #fff;
    color: #daba7d;
}

/*.index-page7 .index-page7-content .page7-content1 .page7-content1-hide .page7-content1-href2::before{*/
/*    content: '';*/
/*    background: #daba7d;*/
/*}*/

.index-page7 .index-page7-more {
    font-size: 14px;
    color: #333;
    padding: 16px 70px;
    border: 1px solid #e5e5e5;
    border-radius: 30px;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-top: 28px;
    margin-bottom: 78px;
}

.index-page8 {
    position: relative;
    font-size: 0;
}

.index-page8 img {
    width: 100%;
}

.index-page8 .index-page8-pa {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    text-align: center;
    padding-top: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.index-page8 .index-page8-pa h1 {
    font-size: 42px;
}

.index-page8 .index-page8-pa h2 {
    font-size: 20px;
    margin-top: 14px;
}

.index-page8 .index-page8-pa .index-page8-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
}

.index-page8 .index-page8-pa .index-page8-ul .index-page8-li {
    border: 4px solid #fff;
    display: inline-block;
    color: #fff;
    padding: 44px 0px 52px;
    margin: 60px 33px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 14.3%;
    box-sizing: border-box;
}

.index-page8 .index-page8-pa .index-page8-ul .index-page8-li h3,
.index-page8 .index-page8-pa .index-page8-ul .index-page8-li h4 {
    font-size: 22px;
}

.index-page8 .index-page8-pa .index-page8-ul .index-page8-li h3 {
    margin-bottom: 20px;
}

.index-page8 .index-page8-pa .index-page8-ul .index-page8-li h4 span {
    font-size: 36px;
}

.index-page9 {
    background: #f8f8f8;
}

.index-page9 .index-page9-swiper {
    padding-bottom: 118px;
}

.index-page9 .index-page9-swiper .swiper-pagination-bullets {
    bottom: 62px;
}

.index-page9 .index-page9-swiper .swiper-button-prev {
    left: 13%;
    top: calc(50% - 59px);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0;
}

.index-page9 .swiper-container .swiper-button {
    background: #fff;
    opacity: 1;
}

.index-page9 .index-page9-swiper .swiper-button-prev::after,
.index-page9 .index-page9-swiper .swiper-button-next::after {
    content: '';
}

.index-page9 .index-page9-swiper .swiper-button-prev .iconfont,
.index-page9 .index-page9-swiper .swiper-button-next .iconfont {
    font-size: 26px;
    color: #666666;
}

.index-page9 .index-page9-swiper .swiper-button-next {
    right: 13%;
    top: calc(50% - 59px);
    width: 70px;
    height: 70px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0;
}

.index-page9 .index-page9-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    border-radius: 30px;
}

.index-page9 .index-page9-swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 26px;
    background: #d1aa76;
}

.index-page9 .index-page9-swiper .swiper-wrapper {
    padding-top: 48px;
}

.index-page9 .index-page9-swiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 0 10px #8888884a;
}

.index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right {
    padding: 76px 54px 0;
    text-align: left;
}

.index-page9 .index-page9-swiper .swiper-slide .swiper-slide-left {
    font-size: 0;
}

.index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right p {
    font-size: 16px;
    color: #daba7d;
    margin-bottom: 40px;
}

.index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right .swiper-slide-title {
    font-size: 28px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right .swiper-slide-desc {
    font-size: 14px;
    color: #808080;
    line-height: 26px;
    margin: 26px auto 144px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right .swiper-slider-href {
    font-size: 14px;
    color: #fff;
    background-color: #333;
    padding: 16px 56px;
    border-radius: 30px;
    display: inline-block;
    overflow: hidden;
}

.index-page10 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
}

.index-page10 .index-page10-li {
    text-align: center;
    margin:38px 26px 60px;
}

.index-page10 .index-page10-li .index-page10-img {
    width: 94px;
    height: 94px;
    border: 1px solid #e8e8e8ee;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.index-page10 .index-page10-li h1 {
    font-size: 20px;
    margin: 20px 0 14px;
}

.index-page10 .index-page10-li h1 span {
    color: #daba7d;
    font-family: 'microsoft yahei';
}

.index-page10 .index-page10-li p {
    font-size: 14px;
    line-height: 20px;
    color: #989898;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.footer {
    border-top: 4px solid #daba7d;
}

.footer .footer-top {
    margin: auto;
    padding-top: 66px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-top .footer-top-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
}

.footer .footer-top .footer-top-left .footer-top-txt {
    width: 13.5%;
}

.footer .footer-top .footer-top-left .footer-top-txt a {
    display: block;
}

.footer .footer-top .footer-top-left .footer-top-txt .footer-top-title {
    font-size: 16px;
    color: #414242;
    margin-bottom: 24px;
    font-family: 'microsoft yahei';
}

.footer .footer-top .footer-top-left .footer-top-txt .footer-top-link {
    font-size:14px;
    line-height: 18px;
    color: #8f8f90;
    margin-bottom: 14px;
    -webkit-transition: all.5s;
    transition: all.5s;
}
.footer .footer-top .footer-top-right{
width:25%;
}
.footer .footer-top .footer-top-right h1 {
    font-size: 24px;
    color: #daba7d;font-family: 'microsoft yahei';
}

.footer .footer-top .footer-top-right h2 {
    font-size: 14px;
    color: #808080;
    margin: 14px 0 16px;
}

.footer .footer-top .footer-top-right .footer-phone {
    display: inline-block;
    padding: 6px 18px;
    background-color: #daba7d;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 24px;
}

.footer .footer-top .footer-top-right .footer-phone img {
    vertical-align: middle;
}

.footer .footer-top .footer-top-right .footer-qw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.footer .footer-top .footer-top-right .footer-qw .footer-qw1 {
    margin-right: 14px;
    cursor: pointer;
    position: relative;
}

.footer .footer-top .footer-top-right .footer-qw .footer-hide {
    position: absolute;
    bottom: 20px;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
}

.footer .xian {
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    margin-top: 100px;
}

.footer .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 66.6%;
    margin: auto;
    padding: 18px 0;
}

.footer .footer-bottom .footer-bottom-l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-bottom .footer-bottom-l .footer-bottom1 {
    margin-right: 20px;
}

.footer .footer-bottom .footer-bottom-l .footer-bottom1 a {
    font-size: 12px;
    color: #828282;
}

.footer .footer-bottom .footer-bottom-l .footer-bottom1 a:first-child {
    padding-right: 12px;
    border-right: 2px solid #828282;
    margin-right: 12px;
}

.footer .footer-bottom .footer-bottom-l .footer-bottom2,
.footer .footer-bottom .footer-bottom-r {
    font-size: 12px;
    color: #828282;
}
.footer .footer-bottom .footer-bottom-r a{
    font-size: 12px;
    color: #828282;
}
.footer .footer-bottom .footer-bottom-l .footer-bottom2 a {
    font-size: 12px;
    color: #828282;
}

.index-fixed {
    position: fixed;
    right: 0;
    bottom: 12%;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.index-fixed.active {
    opacity: 1;
    z-index: 99;
}


.index-fixed .index-fixed-li {
    margin-bottom: 3px;
    position: relative;
}

.index-fixed .index-fixed-li.yy3:hover .fixed_gzh {
    opacity: 1;
    visibility: visible;
}

.index-fixed .index-fixed-li .fixed_gzh {
    position: absolute;
    left: -156px;
    bottom: 0;
    width: 134px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    background-color: #fff;
    text-align: center;
    padding: 20px 30px 14px;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
}

.index-fixed .index-fixed-li .fixed_gzh::before {
    content: '';
    position: absolute;
    bottom: 18px;
    right: -4px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 4px solid #fff;
    border-bottom: 5px solid transparent;
}

.index-fixed .index-fixed-li .fixed_gzh img {
    width: 78px;
    height: 78px;
}

.index-fixed .index-fixed-li .g_txt {
    font-size: 14px;
    color: #333;
    margin-top: 14px;
    line-height: 20px;
}

.index-fixed .index-fixed-li .index-fixed-link {
    color: #fff;
    text-align: center;
    padding: 13px 6px;
    background: #daba7d;
    display: block;
    font-size: 12px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.index-fixed .index-fixed-li .index-fixed-link img {
    display: block;
    margin: 0 auto 6px;
}

.banner-title img,
.about-page2 .page2-img img {
    width: 100%;
}

.banner-title {
    position: relative;
    font-size: 0;
    padding:60px 0px 2px 0px;
}

.banner-title .title1 {
    position: absolute;
    top: 46%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.banner-title .title1 h1 {
    font-size: 44px;
    color: #fff;
    letter-spacing: 1px;
	padding-top:150px;
}

.banner-title .title1 h2 {
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    letter-spacing: .5px;
}
.banner-title .title1 hr{
margin:0px auto;
 width:100px;margin:20px auto; color:#dedede;height:1px;border:none;border-top:1px  solid #cdcdcd; padding:6px 0px 10px 0px;
}
.banner-title .title1 .title-btn {
    margin-top: 55px;
}

.banner-title .title1 .title-btn a {
    font-size: 16px;
    color: #fff;
    padding: 17px 64px;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 30px;
    box-sizing: border-box;
    margin: 0 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.banner-title .title1 .title-btn a img {
    width: auto;
    vertical-align: middle;
}

.banner-title .title1 .title-btn a.active {
    background-color: #daba7d;
    border: 1px solid #daba7d;
}

.page2-txt {
    text-align: center;
    padding:80px 0 0px;
}

.page2-txt h1 {
    font-size: 42px;
    color: #4d4d4d;
    font-family: microsoft yahei;
}
.page2-txt strong {
    font-size:24px;
	padding-top:12px; 

}
.page2-txt .center {
    font-size: 14px;
    line-height: 26px;
    color: #4d4d4d;
    font-family: 'microsoft yahei';
    margin: 30px auto 0;
}
.page2-txt .left{
    font-family: 'microsoft yahei';
    margin: 30px auto 0;
	text-align:left;
	width:90%;
	max-width:1480px;
}
.page2-txt .left p{
margin-bottom:20px;
 font-size: 16px; color: #4d4d4d;
    line-height:30px;
}
.about-page2 .page2-img {
    position: relative;
    font-size: 0;
}

.about-page2 .page2-img .num {
    position: absolute;
}

.about-page2 .page2-img .img1 {
    bottom: 130px;
    left: 240px;
}

.about-page2 .page2-img .img2 {
    bottom: 230px;
    left: 580px;
}

.about-page2 .page2-img .img3 {
    bottom: 160px;
    left: 850px;
}

.about-page2 .page2-img .img4 {
    bottom: 290px;
    left: 1190px;
}

.about-page2 .page2-img .img5 {
    bottom: 190px;
    left: auto;
    right: 240px;
}

.about-page2 .page2-img h2 {
    font-size: 58px;
    color: #fff;
    display: inline-block;
}

.about-page2 .page2-img span {
    font-size: 15px;
    color: #fff;
    font-family: 'microsoft yahei';
}

.about-page2 .page2-img p {
    font-size: 15px;
    color: #fff;
    font-family: 'microsoft yahei';
    text-align: center;
}

.about-page3 {
    margin: 0 auto 130px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 110px;
}

.about-page3 .page3-left {
    font-size: 0;
    position: relative;
}

.about-page3 .page3-left .text {
    border: 2px solid #daba7d;
    position: absolute;
    top: 30px;
    left: 30px;
    width: 100%;
    height: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.about-page3 .page3-left h1 {
    font-size: 24px;
    font-family: Bold;
    color: #fff;
    width: 40%;
    padding: 20px 48px;
    box-sizing: border-box;
    line-height: 36px;
    border: 2px solid #fff;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 75px;
}

.about-page3 .page3-left .cont {
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    list-style: disc;
}

.about-page3 .page3-left p {
    z-index: 99;
    position: relative;
    padding-left: 20px;
}

.about-page3 .page3-left p::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-page3 .page3-left .img-boss {
    position: absolute;
    top: 0;
    right: -50px;
}

.about-page3 .page3-left .wang {
    position: absolute;
    bottom: 60px;
}

.about-page3 .page3-right {
    padding: 86px 0 0 100px;
}

.about-page3 .page3-right h1 {
    font-size: 42px;
    font-family: Bold;
    line-height: 50px;
    padding-bottom: 40px;
    position: relative;
    margin-bottom: 35px;
}

.about-page3 .page3-right h1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 55px;
    background-color: #daba7d;
}

.about-page3 .right-text {
    padding-bottom: 136px;
}

.about-page3 .right-text p {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #4d4d4d;
}

.about-page3 .right-img {
    text-align: right;
    margin-bottom: 30px;
    position: relative;
}

.about-page3 .right-img::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 60px;
    width: 30px;
    height: 2px;
    background-color: #333;
}

.about-page3 .page3-right .tit {
    text-align: right;
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.about-page4 {
    position: relative;
}

.about-page4 .page4-swiper img {
    width: 100%;
    display: block;
}

.about-page4 .fy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    z-index: 99;
    margin: auto;
    bottom: 30.5%;
    right: 1.5%;
}

.about-page4 .slide-text {
    background-color: #f7f7f7;
    width: 45.5%;
    padding: 70px 40px 58px 80px;
    box-sizing: border-box;
    z-index: 99;
    margin-left: 320px;
    position: absolute;
    bottom: 14%;
}

.about-page4 .slide-text .num {
    font-size: 22px;
    background-color: #daba7d;
    color: #fff;
    font-family: Bold;
    padding: 4px 6px;
}

.about-page4 .slide-text .title {
    font-size: 22px;
    color: #333;
    font-family: microsoft yahei;
}

.about-page4 .slide-text h3 {
    font-size: 30px;
    color: #333;
    font-family: microsoft yahei;
    line-height: 38px;
    margin: 30px auto;
}

.about-page4 .slide-text .desc p {
    font-size: 16px;
    line-height: 34px;
}

.about-page4 .slide-text .swiper-pagination {
    position: static;
    text-align: right;
    margin-top: 18px;
    margin-bottom: 34px;
}

.about-page4 .slide-text .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    border-radius: 10px;
    background-color: #e1e1e1;
    opacity: 1;
    margin-left: 12px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.about-page4 .slide-text .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #daba7d;
}

.about-page4 .fy .swiper-button-next,
.about-page4 .fy .swiper-button-prev {
    position: static;
    width: 58px;
    height: 58px;
    background-color: #daba7d;
    margin-top: 0;
    outline: none;
}

.about-page4 .fy .swiper-button-next.swiper-button-disabled,
.about-page4 .fy .swiper-button-prev.swiper-button-disabled {
    opacity: .9;
}

.about-page4 .fy .swiper-button-next:after,
.about-page4 .fy .swiper-button-prev:after {
    font-size: 20px;
    color: #fff;
}

.about-page4 .swiper-slide {
    padding-bottom: 370px;
}

.about-page5 h1 {
    font-size: 42px;
    color: #4d4d4d;
    font-family: microsoft yahei;
    margin: 0 auto 30px;
    text-align: center;
}

.about-page5 h2 {
    font-size: 18px;
    color: #333;
    font-family: microsoft yahei;
    line-height: 42px;
    margin: auto;
    text-align: center;
}

.about-page5 h2 b {
    font-size: 26px;
    color: #daba7d;
}

.about-page5 .page5-ul {
    margin: 40px auto 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.about-page5 .page5-ul .page5-li {
    font-size: 18px;
    color: #4d4d4d;
    margin-right: 80px;
    cursor: pointer;
    padding-bottom: 18px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-bottom: 2px solid transparent;
}

.about-page5 .page5-ul .page5-li.active {
    color: #daba7d;
    border-bottom: 2px solid #daba7d;
}

/*.about-page5 .page5-swiper {*/
/*	border-top: 1px solid #e0e0e0;*/
/*}*/

.about-page5 .page5-swiper .page5-container {
    margin: auto;
    padding: 110px 0;
}

.about-page5 .page5-swiper .slide-img img {
    width: 100%;
}

.about-page5 .page5-swiper p {
    text-align: center;
    margin-top: 25px;
    color: #4d4d4d
}

.about-page5 .page5-swiper .swiper-slide .slide-img {
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: .5;
}

/*.about-page5 .page5-swiper .swiper-slide p{*/
/*    transition: all .5s;*/
/*}*/

.about-page5 .page5-swiper .swiper-slide-active .slide-img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
}

.about-page5 .page5-swiper .swiper-slide-active p {
    margin-top: 65px;
}

.about-page5 .page5-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-page5 .page5-swiper .swiper-pagination {
    position: static;
    width: auto;
    margin: 0 65px;
    font-family: microsoft yahei;
}

.about-page5 .page5-swiper .swiper-button-next,
.about-page5 .page5-swiper .swiper-button-prev {
    position: static;
    width: 40px;
    height: 40px;
    margin-top: 0;
    background-color: #333;
    border-radius: 50%;
    outline: none;
}

.about-page5 .page5-swiper .swiper-button-next:after,
.about-page5 .page5-swiper .swiper-button-prev:after {
    font-size: 14px;
    color: #fff;
}

.about-page5 .page5-swiper .swiper-button-next.swiper-button-disabled,
.about-page5 .page5-swiper .swiper-button-prev.swiper-button-disabled {
    background-color: #fff;
    opacity: 1;
    box-shadow: 0 0 10px #bcbcbc54;
}

.about-page5 .page5-swiper .swiper-button-next.swiper-button-disabled::after,
.about-page5 .page5-swiper .swiper-button-prev.swiper-button-disabled::after {
    color: #333;
}

.about-page6 h1 {
    font-size: 42px;
    font-family: microsoft yahei;
    color: #4d4d4d;
    text-align: center;
    margin: 130px auto 50px;
}

.about-page6 .page6-swiper {
    margin: auto;
    padding-bottom: 60px;
}

.about-page6 .page6-swiper .swiper-pagination {
    display: none;
}

.about-page6 .page6-swiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
}

.about-page6 .slide-left {
    width: 52%;
    text-align: center;
}

.about-page6 .slide-right {
    width: 48%;
    padding: 4% 0 0;
    box-sizing: border-box;
}

.about-page6 .word {
    font-size: 200px;
    font-weight: 700;
    color: #fafafa;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.about-page6 .page6-swiper .year {
    font-size: 18px;
    color: #daba7d;
    margin-bottom: 18px;
}

.about-page6 .year {
    color: #1a1a1a;
    position: relative;
    z-index: 1;
    font-size: 18px;
}

.about-page6 .title {
    color: #4d4d4d;
    margin-bottom: 16px;
    position: relative;
    font-size: 26px;
    font-family: Bold;
}

.about-page6 .content {
    position: relative;
    line-height: 1.8;
    font-size: 16px;
    color: #666;
}

.about-page6 .year-wrap {
    position: relative;
    margin: 0 auto 90px;
    position: relative;
}

.about-page6 .year-wrap::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    left: 0;
    bottom: 80px;
    z-index: 0;
}

.about-page6 .page6-btn {
    width: 94%;
    max-width: 1250px;
    padding: 40px 0 80px;
    margin: auto;
    box-sizing: border-box;
}

.year-wrap .swiper-slide {
    position: relative;
    overflow: visible;
    cursor: pointer;
}

.year-wrap .line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.year-wrap .line>span {
    width: 1px;
    height: 8px;
    background-color: silver;
}

.year-wrap .line>span:first-of-type,
.year-wrap .line>span:nth-of-type(6),
.year-wrap .line>span:nth-of-type(11) {
    height: 20px;
}

.year-wrap .year {
    width: 80px;
    height: 80px;
    font-size: 18px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-transition: color .3s, -webkit-transform .3s, -webkit-box-shadow .3s;
    -webkit-transition: box-shadow .3s, color .3s, -webkit-transform .3s;
    transition: box-shadow .3s, color .3s, -webkit-transform .3s;
    transition: transform .3s, box-shadow .3s, color .3s;
    transition: transform .3s, box-shadow .3s, color .3s, -webkit-transform .3s;
}

.year-wrap .swiper-slide.swiper-slide-thumb-active .year {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
    color: #daba7d;
}

.bg {
    background: url('../images/case-bg.png') no-repeat center;
}

.Case-page1,
.Case-page2,
.Case-page3,
.Case-page4 {
    margin: 0 auto;
}

.Case-page1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 80px auto 60px;
    border-bottom: 2px solid rgba(153, 153, 153, 0.281);
    padding-bottom: 36px;
}

.Case-page1 .page1-left h1 {
    font-size: 30px;
    color: #daba7d;
    font-family: microsoft yahei;
    margin-bottom: 20px;
}

.Case-page1 .left-cont p {
    font-size: 40px;
    line-height: 48px;
    font-family: SC-Heavy;
}

.Case-page1 form .right-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 30px;
    border: 1px solid #ebebeb;
    padding: 0 10px;
}

.Case-page1 .page1-right {
    width: 50%;
}

.Case-page1 .right-input .iconfont {
    font-size: 16px;
    color: #cdcdcd;
    margin-right: 10px;
}

.Case-page1 .right-input input {
    outline: none;
    border: none;
    line-height: 45px;
    width: 80%;
}

.Case-page1 .right-input input::-webkit-input-placeholder {
    color: #929292;
    font-size: 14px;
}

.Case-page1 .right-input .input1 {
    font-size: 14px;
    color: #fff;
    background-color: #333;
    padding: 8px 30px;
    border-radius: 30px;
    cursor: pointer;
}

.Case-page1 .right-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 20px;
}

.Case-page1 .right-txt li {
    font-size: 14px;
    font-family: microsoft yahei;
    color: #4d4d4d;
    margin-right: 30px;
}

.Case-page1 .right-txt a {
    font-size: 14px;
    font-family: microsoft yahei;
    color: #808080;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.Case-page2 .page2-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 24px;
}

.Case-page2 .page2-ul .ul1 {
    width: 6%;
    padding-top: 6px;
}

.Case-page2 .page2-ul .li {
    font-size: 16px;
    color: #333;
    font-family: microsoft yahei;
    margin-bottom: 10px;
}

.Case-page2 .page2-ul .li a.active {
    background-color: #daba7d;
    color: #fff;
}

.Case-page2 .page2-ul .ul2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.Case-page2 .page2-ul a {
    font-size: 14px;
    color: #808080;
    padding: 6px 34px;
    border-radius: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
}

.Case-page3 h1,
.Case-page4 h1 {
    font-size: 36px;
    color: #4d4d4d;
    font-family: microsoft yahei;
    margin-top: 80px;
    margin-bottom: 26px;
}

.Case-page3 .page3-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.Case-page3 .page3-cont .page3-left {
    width: 58%;
}

.Case-page3 .page3-cont .page3-left img {
    width: 100%;
}

.Case-page3 .page3-cont .page3-right {
    width: 42%;
    position: relative;
}

.Case-page3 .page3-right .swiper-slide {
    padding-left: 50px;
    box-sizing: border-box;
    position: relative;
}

.Case-page3 .page3-right .swiper-slide .slide-cont::after {
    content: '';
    width: 100%;
    height: 78%;
    position: absolute;
    right: 0;
    top: 11%;
    background-color: #eeeeee;
    z-index: -1;
    opacity: 0;
}

.Case-page3 .page3-right .swiper-slide-thumb-active .slide-cont::after {
    width: 105%;
    opacity: 1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.Case-page3 .page3-right .swiper-slide-thumb-active .left1 {
    background-color: #daba7d;
}

.Case-page3 .page3-right .swiper-slide-thumb-active h2 {
    color: #daba7d;
}

.Case-page3 .page3-right .page3-right1 {
    height: 480px;
    margin-left: -75px;
    padding-left: 75px;
}

.Case-page3 .page3-right .slide-cont {
    padding: 30px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ededed;
}

.Case-page3 .slide-cont .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 12px;
}

.Case-page3 .left .left1 {
    font-size: 14px;
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    padding: 9px 7px;
    margin-right: 20px;
}

.Case-page3 .left2 h2 {
    font-size: 20px;
    color: #333;
    font-family: microsoft yahei;
    margin-bottom: 8px;
}

.Case-page3 .left2 h3 {
    color: #808080;
}

.Case-page3 .page3-right .swiper-pagination {
    top: -40px;
    right: 0;
}

.Case-page3 .page3-right .swiper-pagination-bullet {
    margin: 0 8px;
}

.Case-page3 .page3-right .swiper-pagination-bullet-active {
    background: #daba7d;
    position: relative;
    outline: none;
}

.Case-page3 .page3-right .swiper-pagination-bullet-active::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: calc(50% - 9px);
    left: calc(50% - 9px);
    border: 1px solid #daba7d;
    border-radius: 50%;
}

.Case-page4 .page4-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Case-page4 .page4-cont .cont1 {
    width: 24%;
}

.Case-page4 .cont1 .cont-img {
    font-size: 0;
    display: block;
    overflow: hidden;
}

.Case-page4 .cont-img img {
    width: 100%;
    -webkit-transition: all 5s;
    transition: all 5s;
}

.Case-page4 .cont1 .cont-txt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 28px 12px 38px;
    box-sizing: border-box;
}

.Case-page4 .cont1 .cont-txt .text-l {
    width: 70%;
}

.Case-page4 .cont-txt .text-l .h3 {
    color: #000;
    font-size: 24px;
    font-family: microsoft yahei;
    margin-bottom: 16px;
}

.Case-page4 .cont-txt .text-l .h4 {
    color: #333;
    font-size: 16px;
    font-family: microsoft yahei;
    display: inline-block;
    margin-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Case-page4 .cont-txt .text-l .h5 {
    color: #666666;
    font-size: 14px;
    font-family: microsoft yahei;
    display: inline-block;
}

.Case-page4 .cont-txt .text-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Case-page4 .cont-txt .text-r .r-img {
    margin-right: 13px;
}

.Case-page4 .cont-txt .text-r .name {
    color: #000;
    font-size: 14px;
    font-family: microsoft yahei;
    display: inline-block;
    margin-bottom: 7px;
}

.Case-page4 .cont-txt .text-r .h5 {
    color: #daba7d;
    font-size: 14px;
    font-family: microsoft yahei;
}

.Case-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 90px;
    margin-top: 55px;
	font-family:arial;
}

.Case-btn a {
    display: inline-block; border:1px solid #ddd; padding:0px 4px;
}
.Case-btn .iconfont {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.Case-btn .btn-num {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Case-btn .btn-num a {
    font-size: 14px;
    padding: 8px 12px;
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 5px;
    color: #333;border:1px solid #ddd;
}

.Case-btn .btn-num a.current{
    background: #daba7d;margin: 0 5px;padding: 8px 12px;
    color: #fff;border:1px solid #ddd;
}

.Case-btn .input {
    font-size: 14px;
    margin-left: 28px;
    margin-right: 28px;
}

.Case-btn .input input {
    width: 24px;
    height: 31px;
    border: 1px solid #dfdfdf;
    outline: none;
}

.Case-detail {
    background-color: #f9f9f9;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.Case-detail .img {
    width: 100%;
}

.Case-detail .detail-cont {
    margin: 100px auto 0;
}

.Case-detail .detail-tit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.Case-detail .detail-tit .tit-l .h1 {
    font-size: 42px;
    line-height: 50px;
    color: #daba7d;
    font-family: microsoft yahei;
}

.Case-detail .detail-tit .tit-l .h3 {
    font-size: 28px;
    color: #333;
    line-height: 34px;
    margin-top: 15px;
    font-family: microsoft yahei;
}

.Case-detail .detail-tit .tit-r {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.Case-detail .tit-r .right1 {
    margin-left: 65px;
}

.Case-detail .tit-r .right1 .area {
    font-size: 16px;
    color: #929292;
}

.Case-detail .tit-r .right1 .desc {
    margin-top: 20px;
    font-size: 26px;
    color: #daba7d;
}

.Case-detail .swiper-left {
    position: relative;
    background-color: #fff;
    width: 70%;
    padding: 30px 22px;
    box-sizing: border-box;
    float: left;
}

.Case-detail .swiper-bg {
    position: absolute;
    bottom: 60px;
    margin: 0 50px;
    background: #fff;
    border-radius: 5px;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 15px 60px;
    box-sizing: border-box;
}

.Case-detail .swiper-bg .swiper-left2 {
    width: 80%;
    margin: auto;
}

.Case-detail .swiper-left2 .slide-img .img2 {
    display: none;
}

.Case-detail .swiper-left2 .slide-img img {
    height: 29px;
}

.Case-detail .swiper-left2 .slide-img {
    margin-bottom: 12px;
}

.Case-detail .swiper-left2 p {
    font-size: 12px;
    color: #333;
    font-family: microsoft yahei;
}

.Case-detail .swiper-left2 .swiper-slide {
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 16px 10px 12px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}

.Case-detail .swiper-left2 .swiper-slide.swiper-slide-active {
    background: #daba7d;
}

.Case-detail .swiper-left2 .swiper-slide.swiper-slide-active p {
    color: #fff;
}

.Case-detail .swiper-left2 .swiper-slide.swiper-slide-active .img1 {
    display: none;
}

.Case-detail .swiper-left2 .swiper-slide.swiper-slide-active .img2 {
    display: inline-block;
}

.Case-detail .swiper-bg .swiper-button-prev {
    left: 60px;
}

.Case-detail .swiper-bg .swiper-button-next {
    right: 60px;
}

.Case-detail .swiper-bg .swiper-button-next,
.Case-detail .swiper-bg .swiper-button-prev {
    opacity: 1;
    outline: none;
}

.Case-detail .swiper-bg .swiper-button-next:after,
.Case-detail .swiper-bg .swiper-button-prev:after {
    font-size: 22px;
    color: #333;
}

.Case-detail .swiper-right {
    width: 28.5%;
    background: #fff;
    padding: 36px 40px;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    float: right;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.Case-detail .swiper-right .h1 {
    font-size: 26px;
    color: #000;
    font-family: microsoft yahei;
}

.Case-detail .swiper-right .h3 {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.Case-detail .swiper-right .h3 p {
    margin-bottom: 12px;
}

.Case-detail .swiper-right .style {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 12px;
}

.Case-detail .swiper-right .style p {
    font-size: 14px;
    color: #fff;
    background: #333;
    padding: 6px 15px;
    margin-right: 12px;
}

.Case-detail .swiper-right .person {
    margin-top: 30px;
    border-top: 1px solid #dfdfdf;
    padding-top: 28px;
}

.Case-detail .swiper-right .person-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.Case-detail .swiper-right .person-img .txt {
    padding-top: 20px;
    box-sizing: border-box;
}

.Case-detail .swiper-right .person-img .img2 {
    font-size: 0;
    margin-right: 25px;
}

.Case-detail .person-img .txt .name {
    font-size: 22px;
    color: #333;
    font-family: microsoft yahei;
}

.Case-detail .person-img .txt .desc {
    color: #808080;
    font-size: 12px;
    margin: 12px 0 25px;
}

.Case-detail .person-img .txt .num {
    font-size: 14px;
    color: #333;
    font-family: microsoft yahei;
}

.Case-detail .person-img .txt p {
    font-size: 16px;
    color: #daba7d;
    margin-bottom: 12px;
    display: inline-block;
}

.Case-detail .person .text {
    font-size: 16px;
    color: #000;
    margin-top: 28px;
}

.Case-detail .person .text span {
    font-size: 20px;
    color: #daba7d;
}

.Case-detail .person .detail-btn {
    color: #fff;
    background: #333;
    font-size: 14px;
    padding: 11px 50px;
    display: inline-block;
    border-radius: 30px;
    box-sizing: border-box;
    margin-top: 20px;
    overflow: hidden;
}

.Case-vr {
    margin-top: 80px;
}

.design {
    width: 70%;
    padding: 30px 22px 44px;
    background: #fff;
    box-sizing: border-box;
    margin-top: 20px;
    float: left;
}

.design h1 {
    font-size: 28px;
    color: #333;
    font-family: microsoft yahei;
    margin-bottom: 28px;
}

.design p {
    font-size: 16px;
    line-height: 24px;
    margin: 22px 0;
}

.design img {
    width: 100%;
}

.design .design-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ebebeb;
    margin-top: 185px;
    padding-top: 36px;
    box-sizing: border-box;
}

.design .design-btn .more {
    color: #666;
    font-size: 16px;
    padding: 20px 18px;
    box-sizing: border-box;
    width: 40%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.design .design-btn .more:last-child {
    text-align: right;
}

.design .design-btn .more .iconfont {
    padding: 8px;
    border: 1px solid #949494;
    margin: 0 24px;
    display: inline-block;
}

.MoreCase {
    padding-top: 80px;
}

.MoreCase .MoreCase1 {
    margin: 0 auto;
}

.MoreCase .MoreCase1 .h1 {
    font-size: 42px;
    color: #4d4d4d;
    font-family: microsoft yahei;
    text-align: center;
    margin-bottom: 80px;
}

.MoreCase .MoreCase1 .h3 {
    font-size: 20px;
    color: #4d4d4d;
}

.MoreCase .Case-page4 {
    width: 100%;
}

.MoreCase .MoreCase1 .MoreCase-button {
    text-align: center;
    margin-top: 30px;
}

.MoreCase .MoreCase1 .MoreCase-button a {
    color: #fff;
    font-size: 14px;
    background: #333;
    padding: 17px 70px;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
}

.MoreCase .MoreCase1 .MoreCase-button .iconfont {
    vertical-align: middle;
}

.stylist-master {
    padding-top: 95px;
}

.stylist-master .h2 {
    text-align: center;
    font-size: 42px;
    color: #4d4d4d;
    font-family: microsoft yahei;
}

.stylist-master .h4 {
    text-align: center;
    font-size: 20px;
    color: #4d4d4d;
    margin: 25px 0 56px;
}

.stylist-master .master-swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-sizing: border-box;
    width: 84%;
    margin: auto;
}

.stylist-master .master-cent {
    width: 60%;
}

.stylist-master .master-desc {
    position: relative;
    width: 41%;
    padding-top: 100px;
}

.stylist-master .master-desc .name {
    font-size: 28px;
    color: #333;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    font-family: microsoft yahei;
}

.stylist-master .master-desc .name p {
    color: #808080;
    font-size: 14px;
    margin-left: 10px;
}

.stylist-master .master-desc .desc {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 30px;
    margin-top: 30px;
    margin-bottom: 40px;
    width: 84%;
    font-family: microsoft yahei;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.stylist-master .master-desc .desc p{
	line-height: 28px;
}

.stylist-master .master-desc .data {
    font-size: 14px;
    color: #333;
    line-height: 32px;
    letter-spacing: 1px;
}

.stylist-master .master-desc .data p {
    font-size: 16px;
    color: #daba7d;
    font-family: microsoft yahei;
}

.stylist-master .master-desc .style {
    margin-top: 40px;
    font-size: 16px;
    color: #333;
    font-family: microsoft yahei;
}

.stylist-master .master-desc .style1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    margin-top: 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*padding-left: 10px;*/
}

.stylist-master .master-desc .style1 p {
    padding: 7px;
    background: #daba7d;
    font-size: 12px;
    margin-right: 7px;
    border-radius: 3px;
    margin-bottom: 7px;
}

.stylist-master .master-desc .style1 p:nth-child(n + 10) {
    display: none;
}

.stylist-master .master-btn {
    font-size: 14px;
    color: #333;
    border: 1px solid #ededed;
    display: inline-block;
    padding: 18px 65px;
    border-radius: 30px;
    position: absolute;
    bottom: 75px;
    left: 0;
    overflow: hidden;
}

.stylist-master .master-btn i {
    font-size: 14px;
    vertical-align: middle;
}

.stylist-master .master-right {
    width: 35%;
    margin-left: 5%;
}

.stylist-master .master-right .slide-img,
.stylist-master .master-cent .slide-img {
    font-size: 0;
}

.stylist-master .master-right .slide-img img,
.stylist-master .master-cent .slide-img img {
    width: 100%;
}

.stylist-master .master-right .slide-txt {
    padding-top: 20px;
    padding-left: 10px;
}

.stylist-master .master-right .slide-txt .txt1 {
    font-size: 16px;
    color: #333;
    font-family: microsoft yahei;
}

.stylist-master .master-right .slide-txt .txt2 {
    font-size: 14px;
    color: #808080;
    font-family: microsoft yahei;
    margin-top: 10px;
}

.stylist-master .master-right .right-swiper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 80px;
}

.stylist-master .master-right .swiper-button-next,
.stylist-master .master-right .swiper-button-prev,
.stylist-master .master-right .swiper-pagination {
    position: static;
}

.stylist-master .master-right .swiper-button-next,
.stylist-master .master-right .swiper-button-prev {
    background-color: #ebebeb;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 0 16px;
    margin: 0;
    outline: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.stylist-master .master-right .swiper-pagination {
    width: auto;
    margin: 0 30px;
}

.stylist-master .master-right .swiper-button-next::after,
.stylist-master .master-right .swiper-button-prev::after {
    color: #929292;
    font-size: 12px;
}

.master-choiceness {
    background-color: #f7f7f7;
    padding-top: 110px;
    margin-top: 110px;
}

.master-choiceness .slideInUp {
    margin: 0 auto;
}

.master-choiceness .h2 {
    font-size: 42px;
    color: #4d4d4d;
    font-family: microsoft yahei;
    text-align: center;
    margin-bottom: 55px;
}

.master-choiceness .choiceness-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #808080;
    border-bottom: 1px solid #dedede69;
    overflow-x: auto;
}

.master-choiceness .choiceness-ul li {
    margin: 0 52px;
    padding: 15px 10px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 16px;
    cursor: pointer;
}

.master-choiceness .choiceness-ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #daba7d;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.master-choiceness .choiceness-ul li.active {
    color: #daba7d;
}

.master-choiceness .choiceness-ul li.active:after {
    width: 100%;
}

.master-choiceness .choiceness1 {
    margin: auto;
    padding-top: 40px;
    padding-bottom: 80px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.master-choiceness .choiceness1 .list {
    width: 48.8%;
    margin-bottom: 20px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.master-choiceness .list .list-l {
    font-size: 0;
    width: 38%;
    display: block;
    overflow: hidden;
}

.master-choiceness .list .list-l img {
    width: 100%;
    -webkit-transition: all 3s;
    transition: all 3s;
}

.master-choiceness .list .list-r {
    width: 62%;
    padding-left: 36px;
    background-color: #fff;
    padding-top: 35px;
    box-sizing: border-box;
    box-shadow: 0 0 20px #d9d9d975;
    height: 100%;
}

.master-choiceness .list .list-r .name {
    font-size: 22px;
    color: #333;
    font-family: microsoft yahei;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.master-choiceness .list-r .name p {
    font-size: 12px;
    color: #808080;
    font-family: microsoft yahei;
    margin-left: 10px;
}

.master-choiceness .list-r .desc {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 15px;
    border-top: 1px solid #f0f0f0;
    padding-top: 15px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.master-choiceness .list-r .desc p{
    line-height: 28px;
}

.master-choiceness .list-r .data {
    font-size: 14px;
    color: #333;
    line-height: 30px;
}

.master-choiceness .list-r .data p {
    font-size: 16px;
    color: #daba7d;
    font-family: microsoft yahei;
}

.master-choiceness .list-r .style {
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
}

.master-choiceness .list-r .style p {
    border-radius: 3px;
    padding: 8px 10px;
    margin-right: 8px;
    background-color: #daba7d;
}

.master-choiceness .list-r .style p:nth-child(n + 5) {
    display: none;
}

.masterDetail {
    background-color: #efefef;
    padding-top:40px;
    padding-bottom: 56px;
}

.masterDetail .detail-cont {
    margin: 40px auto 0;
    background-color: #fff;
    padding: 56px 0 40px 60px;
    box-sizing: border-box;
}

.masterDetail .detail-cont .detail-l {
    font-size: 0;
    width: 46%;
}

.masterDetail .detail-cont .detail-l img {
    width: 100%;
}

.masterDetail .detail-cont .detail-r {
    padding-left: 50px;
    width: 54%;
}

.masterDetail .detail-cont .detail-r .detail-title {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 35px 35px 35px 25px;
    border-bottom: 1px solid #f1f1f1;
}

.masterDetail .title1 .name {
    font-size: 34px;
    color: #333;
    font-family: microsoft yahei;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.masterDetail .title1 .name p {
    font-size: 14px;
    font-family: microsoft yahei;
    margin-left: 10px;
}

.masterDetail .title1 .work {
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
}

.masterDetail .title2 {
    display: inline-block;
    color: #fff;
    background-color: #333;
    font-size: 14px;
    padding: 14px 48px;
    border-radius: 30px;
    overflow: hidden;
    transition: all .5s;
}

.masterDetail .title2.hvr-sweep-to-right::before {
    background-color: #daba7d;
}

.masterDetail .title2 i {
    vertical-align: middle;
    font-size: 12px;
}

.masterDetail .detail-cont .detail-r .detail-title1 {
    padding: 40px 0 25px 25px;
    border-bottom: 1px solid #f1f1f1;
}

.masterDetail .detail-r .detail-title1 .detail-year {
    font-size: 16px;
    color: #4d4d4d;
    font-family: microsoft yahei;
    margin-bottom: 25px;
}

.masterDetail .detail-title1 .detail-year p {
    color: #daba7d;
    width: 80%;
}

.masterDetail .detail-r .detail-title .detail-desc {
    font-size: 16px;
    color: #4d4d4d;
    font-family: microsoft yahei;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%;
    flex-wrap: wrap;
    /*justify-content: flex-end;*/
}

.masterDetail .detail-r .detail-title .detail-desc p {
    font-family: microsoft yahei;
    font-size: 16px;
    letter-spacing: .8px;
    line-height: 28px;
	margin-bottom:16px;
    /*width: calc(100% - 90px);*/
}
.masterDetail .detail-r .detail-title .detail-desc  strong{
font-weight:500;
font-size:18px;
padding-bottom:20px;
}
.masterDetail .detail-title .detail-desc .wrap{
    width: 80%;
}

.masterDetail .detail-title .detail-desc .honor {
    width: 70%;
}

.masterDetail .detail-cont .detail-r .detail-title:last-child {
    border-bottom: none;
}

.masterDetail2.MoreCase .h1 {
    margin-bottom: 16px;
}

.masterDetail2.MoreCase .h4 {
    font-size: 20px;
    text-align: center;
    color: #4d4d4d;
    margin-bottom: 40px;
}

.contactUs-bg .decorate {
    position: absolute;
    bottom: 150px;
    right: 30%;
}

.contactUs-bg .decorate .garden {
    width: 16px;
    height: 16px;
    background-color: #daba7d;
    border-radius: 50%;
    position: relative;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    z-index: 0;
    -webkit-animation: dw 3s ease-out infinite;
    animation: dw 3s ease-out infinite;
}

.contactUs-bg .decorate .garden::after {
    content: '';
    width: 44px;
    height: 44px;
    background-color: #ffa01a6c;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 22px);
    left: calc(50% - 22px);
    -webkit-transform: scale(.1);
    transform: scale(.1);
    z-index: 0;
    -webkit-animation: dw 3s ease-out infinite;
    animation: dw 3s ease-out infinite;
}

.contactUs-bg .decorate .garden::before {
    content: '';
    width: 96px;
    height: 96px;
    background-color: #ffa01a27;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 48px);
    left: calc(50% - 48px);
    -webkit-transform: scale(.1);
    transform: scale(.1);
    z-index: 0;
    -webkit-animation: dw 3s ease-out infinite;
    animation: dw 3s ease-out infinite;
}

@-webkit-keyframes dw {
    0% {
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4);
    }

    5% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes dw {
    0% {
        opacity: 0;
        -webkit-transform: scale(.4);
        transform: scale(.4);
    }

    5% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.contactUs-bg .tit {
    font-size: 16px;
    color: #fff;
    font-family: Bold;
    margin-top: 20px;
    letter-spacing: .5px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}

.contactUs-tit {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 80px;
}

.contactUs-tit .contactUs-l {
    width: 48.7%;
}

.contactUs-tit .contactUs-l .tit {
    font-size: 36px;
    line-height: 46px;
    color: #daba7d;
    font-family: microsoft yahei;
    letter-spacing: 1px;
}

.contactUs-tit .contactUs-l .desc {
    font-size: 14px;
    font-family: microsoft yahei;
    color: #4d4d4d;
    margin: 30px 0;
}

.contactUs-tit .contactUs-l .tel {
    padding-top: 30px;
    border-top: 1px solid #ebebeb;
}

.contactUs-tit .contactUs-l .tel .txt {
    font-size: 28px;
    color: #333;
    font-family: microsoft yahei;
    margin-bottom: 50px;
}

.contactUs-tit .contactUs-l .tel .img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contactUs-tit .tel .img1 {
    width: 50%;
    margin-bottom: 70px;
}

.contactUs-tit .tel .img .zx {
    font-size: 22px;
    color: #333;
    font-family: microsoft yahei;
    margin-bottom: 20px;
}

.contactUs-tit .tel .img .dh {
    font-size: 14px;
    color: #666666;
    letter-spacing: .5px;
    width: 76%;
    line-height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contactUs-tit .tel .img .dh img {
    margin-top: 4px;
    margin-right: 6px;
}

.contactUs-tit .sao {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.contactUs-tit .sao .ma {
    font-size: 0;
}

.contactUs-tit .sao .wz {
    font-size: 20px;
    color: #333;
    font-family: microsoft yahei;
    line-height: 30px;
}

.contactUs-tit .contactUs-r {
    width: 41.5%;
    box-shadow: 0 0 20px #d9d7d77a;
    padding: 60px 40px;
    box-sizing: border-box;
}

.contactUs-tit .contactUs-r .title {
    font-size: 32px;
    color: #333;
    font-family: microsoft yahei;
    text-align: center;
}

.contactUs-tit .contactUs-r .desc {
    margin: 20px 0 30px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.contactUs-tit .contactUs-r form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.contactUs-tit .contactUs-r form input {
    padding: 22px 0 22px 26px;
    box-sizing: border-box;
    font-size: 14px;
    color: #666666;
}

.contactUs-tit .contactUs-r form .input1 {
    outline: none;
    border: none;
    background-color: #f7f7f7;
    margin-bottom: 13px;
    padding: 22px 0 22px 26px;
    letter-spacing: 1px;
}

.contactUs-tit .contactUs-r form .bz {
    resize: none;
    font-size: 14px;
    color: #666666;
}

.contactUs-tit .contactUs-r form .btn {
    outline: none;
    border: none;
    background-color: #daba7d;
    color: #fff;
    font-size: 20px;
    font-family: Bold;
    padding: 15px;
}

.contactUs-tit .contactUs-r .message {
    font-size: 16px;
    text-align: center;
    color: #ff0000;
    margin-top: 30px;
}

.Building-title {
    border-bottom: 1px solid #dedede;
}

.Building-title .Building-ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 50px auto 0;
}

.Building-title .Building-ul a {
    font-size: 14px;
    line-height: 40px;
    color: #808080;
}

.Building-title .Building-ul li {
    position: relative;
}

.Building-title .Building-ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 2px;
    background-color: #daba7d;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.Building-title .Building-ul li.active {
    border-bottom: 2px solid #daba7d;
}

.Building-title .Building-ul li.active a {
    color: #daba7d;
}

.Building.index-title {
    padding-top: 40px;
}

.Building-detail {
    margin:60px auto 0;
}

.Building-detail .detail-l {
    width: 47%; 
}

.Building-detail .detail-l .swiper-slide {
    font-size: 0;
}

.Building-detail .detail-l .swiper-pagination {
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    bottom: 20px;
}

.Building-detail .detail-l .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    background: #fff;
    border-radius: 10px;
    opacity: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-left: 12px;
}

.Building-detail .detail-l .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #daba7d;
    width: 26px;
}

.Building-detail .detail-l .swiper-btn {
    margin-top: 40px;
    border-top: 1px solid #d0d0d052;
}

.Building-detail .detail-l .swiper-btn .btn1 {
    width: 25%;
    text-align: center;
}

.Building-detail .detail-l .btn1 .dian {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ebebeb;
    margin: -8px auto 15px;
}

.Building-detail .detail-l .btn1 .tit {
    font-size: 14px;
    color: #333;
}

.Building-detail .detail-l .btn1.active .dian {
    background-color: #daba7d;
}

.Building-detail .detail-l .btn1.active .tit {
    color: #daba7d;
}

.Building-detail .detail-r {
    padding-left: 70px;
    padding-top: 30px;
    width: 53%;
    box-sizing: border-box;
}

.Building-detail .detail-r .title {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #d0d0d052;
    padding-bottom: 14px;
    margin-bottom: 30px;
}

.Building-detail .detail-r .title1 {
    font-size: 30px;
    color: #333;
    font-family: microsoft yahei;
    margin-right: 14px;
}

.Building-detail .detail-r .title2 {
    font-size: 14px;
    color: #4d4d4d;
}

.Building-detail .detail-r .title2 p {
    font-family: microsoft yahei;
    color: #daba7d;
}

.Building-detail .detail-r .desc {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    font-size: 16px;
    margin-bottom: 16px;
}

.Building-detail .detail-r .desc1 {
    width: 15%;
    line-height: 30px;
    color: #333;
    font-family: microsoft yahei;
}

.Building-detail .detail-r .desc2 {
    line-height: 30px;
    color: #666;
    width: 100%;
    letter-spacing: 0;
}

.Building-detail .detail-r .can {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.Building-detail .detail-r .can a {
    color: #fff;
    background-color: #daba7d;
    font-size: 14px;
    font-family: microsoft yahei;
    padding: 8px 35px;
    border-radius: 30px;
    margin-right: 20px;
}

.Building-detail .detail-r .can a i {
    vertical-align: middle;
    font-size: 12px;
}

.Building-detail .detail-r .can .num {
    font-size: 14px;
    color: #4d4d4d;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Building-detail .detail-r .can .num p {
    font-size: 18px;
    color: #daba7d;
    font-family: microsoft yahei;
}

.Building-detail1.MoreCase {
    background: #f7f7f7;
    margin-top: 70px;
    padding-bottom: 70px;
}

.Building-detail1.MoreCase .MoreCase1 .h1 {
    margin-bottom: 0;
}

.Building-detail1.MoreCase .MoreCase1 .h2 {
    color: #4d4d4d;
    font-size: 20px;
    text-align: center;
    margin: 16px auto 26px;
}

.finish-page1 {
    margin: 0 auto;
    text-align: center;
    padding-top: 110px;
    /*width: auto;*/
}

.finish-page1 .scroll {
    margin: 0 auto;
}

.finish-page1 .page1-t {
    font-size: 42px;
    font-family: microsoft yahei;
    margin-bottom: 22px;
}

.finish-page1 .page1-d {
    color: #4d4d4d;
    font-size: 20px;
    line-height: 30px;
    width: 91%;
    margin: auto;
}

.finish-page1 .page1-s {
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    width: 80%;
    margin: 25px auto 0;
}

.finish-page1 .page1-ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.finish-page1 .page1-li {
    width: 19%;
    background-color: #f6f6f6;
    padding: 54px 22px 100px 22px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
    border-radius: 5px;
}

.finish-page1 .page1-li .title {
    font-size: 20px;
    font-family: microsoft yahei;
    color: #333;
    margin-top: 35px;
    margin-bottom: 14px;
}

.finish-page1 .page1-li .desc {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 22px;
    letter-spacing: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.finish-page1 .page1-li .btn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.finish-page1 .page1-li .btn p {
    font-size: 12px;
    color: #666666;
    margin: 0 10px;
    font-family: microsoft yahei;
}

.finish-page1 .page1-li .btn span {
    height: 1px;
    width: 28px;
    background-color: #c5c5c5;
}

.finish-page1 .finish-page2 {
    margin: 50px auto 0;
}

.finish-page1 .finish-page2 .page2-l {
    width: 44%;
}

.finish-page1 .finish-page2 .page2-l img {
    width: 100%;
    display: block;
}

.finish-page1 .finish-page2 .page2-r {
    width: 56%;
    padding-left: 75px;
    box-sizing: border-box;
}

.finish-page1 .finish-page2 .page2-r .icon {
    float: right;
}

.finish-page1 .finish-page2 .page2-r .list {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 36px;
    cursor: pointer;
}

.finish-page1 .finish-page2 .page2-r .list:first-child .abs {
    display: block;
}

.finish-page1 .finish-page2 .page2-r .list1 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 0;
}

.finish-page1 .finish-page2 .page2-r .list2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.finish-page1 .finish-page2 .page2-r .list2 .txt {
    font-size: 20px;
    color: #333;
    font-family: microsoft yahei;
    margin-left: 20px;
}

.finish-page1 .finish-page2 .page2-r .list .img {
    width: auto;
}

.finish-page1 .page2-r .icon .icon-jian1 {
    display: none;
}

.finish-page1 .page2-r .icon.active .icon-jian1 {
    display: block;
}

.finish-page1 .page2-r .icon.active .icon-jia {
    display: none;
}

.finish-page1 .page2-r .abs {
    margin-left: 45px;
    margin-top: 28px;
    display: none;
    box-sizing: border-box;
}

.finish-page1 .page2-r .abs p {
    text-align: left;
    color: #daba7d;
    font-size: 14px;
    margin-bottom: 12px;
}

.finish-page3 {
    margin-top: 106px;
    position: relative;
}

.finish-page3 .page3-img {
    width: 100%;
    display: block;
}

.finish-page3 .page3-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    margin: 0;
    padding-top: 0;
}

.finish-page3 .page3-txt .page1-t {
    color: #fff;
    margin-bottom: 48px;
}

.finish-page3 .page3-txt .page3-ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 76.5%;
    margin: 0 auto;
}

.finish-page3 .page3-txt .page3-li {
    width: 33.33%;
    border-right: 1px solid #ffffff30;
    border-bottom: 1px solid #ffffff30;
    box-sizing: border-box;
    padding: 67px 0 57px 80px;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.finish-page3 .page3-txt .page3-li .num {
    font-size: 48px;
    color: #fff;
    width: 10%;
}

.finish-page3 .page3-txt .page3-li:nth-child(3n) {
    border-right: none;
}

.finish-page3 .page3-txt .page3-li:nth-child(n+7) {
    border-bottom: none;
}

.finish-page3 .page3-txt .page3-li .txt {
    text-align: left;
    color: #fff;
    margin-left: 16px;
    width: 70%;
}

.finish-page3 .page3-li .txt .txt1 {
    font-size: 18px;
    font-family: Bold;
    margin-bottom: 14px;
}

.finish-page3 .page3-li .txt .txt2 {
    font-size: 14px;
    line-height: 22px;
    width: 100%;
}

.finish-page1 .page5-img {
    width: 82%;
    margin: 60px auto;
}

.finish-page1 .page5-img img {
    width: 100%;
}

.service_order1 {
    width: 55%;
    margin: 110px auto;
}

.service_order1 .order1-l {
    font-size: 0;
}

.service_order1 .order1-r {
    padding: 46px 58px 0;
    width: 48%;
    box-sizing: border-box;
    border: 1px solid #d0d0d052;
}

.service_order1 .order1-r .tel {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service_order1 .order1-r .order1-tit {
    font-size: 26px;
    font-family: Bold;
    color: #daba7d;
    text-align: center;
}

.service_order1 .order1-r .order1-desc {
    font-size: 16px;
    color: #666;
    margin: 18px auto 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.service_order1 .order1-r .order1-desc p {
    color: #ff0000;
    font-size: 18px;
    font-family: Bold;
}

.service_order1 .order1-r .order1-f .ipt {
    display: block;
    outline: none;
    border: none;
    padding: 30px 0 30px 10px;
    border-bottom: 1px solid #ededed;
    width: 100%;
    box-sizing: border-box;
}

.service_order1 .order1-r .order1-f .mj p {
    float: right;
    margin-top: -46px;
    color: #daba7d;
    font-size: 16px;
}

.service_order1 .order1-r .order1-f .ipt::-webkit-input-placeholder {
    color: #666;
    font-size: 16px;
    letter-spacing: 1px;
}

.service_order1 .order1-r .order1-f .btn {
    font-size: 22px;
    font-family: Bold;
    color: #fff;
    background: #daba7d;
    padding: 12px 0;
    width: 100%;
    outline: none;
    border: none;
    border-radius: 30px;
    margin-top: 32px;
    text-align: center;
}

.service_order1 .order1-r .message {
    font-size: 12px;
    color: #ff0000;
    margin: 20px 0 40px;
}

.service_order1 .order1-r .line {
    font-size: 12px;
    color: #333333;
    font-family: microsoft yahei;
    margin-bottom: 16px;
    height: auto;
    background: none;
}

.service_order1 .order1-r .tel1 {
    font-size: 20px;
    color: #daba7d;
}

.service_order2 .order2-box {
    margin: 120px auto 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service_order2 .order2-box .box1 {
    background: #666;
    width: 26.7%;
    border-radius: 30px;
    padding: 0 0 36px 30px;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.service_order2 .order2-box .box2 {
    background: #666;
}

.service_order2 .order2-box .box3 {
    background: #666;
}

.service_order2 .order2-box .box1 .box1-img {
    -webkit-transform: translate(17px, -20px);
    transform: translate(17px, -20px);
}

.service_order2 .order2-box .box1 .box1-num {
    color: #daba7d;
    font-size: 26px;
    display: inline-block;
    background: #fff;
    border-radius: 10px;
    padding: 12px 16px;
    -webkit-transform: translateY(-57px);
    transform: translateY(-57px);
    font-family: Bebas;
}

.service_order2 .order2-box .box2 .box1-num {
    color: #daba7d;
}

.service_order2 .order2-box .box3 .box1-num {
    color: #daba7d;
}

.service_order2 .order2-box .box1 .box1-tit {
    font-size: 22px;
    color: #fff;
    font-family: microsoft yahei;
    margin-top: -30px;
}

.service_order2 .order2-box .box1 .box1-desc {
    margin-top: 25px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.service_order2 .order2-box .box1 .xian {
    width: 30px;
    height: 2px;
    background: #fff;
    margin-top: 65px;
}

.service_order3 {
    background: #f7f7f7;
    margin-top: 116px;
    padding: 0 0 80px;
}

.service_order3 .order3-img {
    width: 65.46%;
    margin: 50px auto 0;
}

.service_order3 .order3-img img {
    width: 100%;
}

.service_order4 {
    margin: 0 auto;
}

.service_order4 .order4-flex {
    margin-top: 66px;
}

.service_order4 .order4-flex .order4-img {
    width: 46%;
    font-size: 0;
}

.service_order4 .order4-flex .order4-img img {
    width: 100%;
}

.service_order4 .order4-flex .order4-txt {
    padding-left: 80px;
    width: 54%;
    box-sizing: border-box;
}

.service_order4 .order4-flex .order4-txt .txt1 {
    margin-bottom: 20px;
}

.service_order4 .order4-flex .order4-txt .txt1 .tit {
    font-size: 20px;
    color: #daba7d;
    font-family: microsoft yahei;
    margin-bottom: 16px;
}

.service_order4 .order4-flex .order4-txt .txt1 .desc {
    font-size: 14px;
    line-height: 22px;
    color: #808080;
}

.garther-page1 {
    margin: 130px auto 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.garther-page1 .page1-l {
    width: 54%;
    position: relative;
}

.garther-page1 .page1-l img {
    width: 100%;
}

.litter {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #daba7d;
    border-radius: 50%;
}

.litter::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background-color: #daba7d60;
    border-radius: 50%;
    -webkit-transform: scale(.1);
    transform: scale(.1);
    left: calc(50% - 16px);
    top: calc(50% - 16px);
    -webkit-animation: dw 2s ease-out infinite;
    animation: dw 2s ease-out infinite;
}

.litter::before {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #daba7d20;
    border-radius: 50%;
    left: calc(50% - 30px);
    top: calc(50% - 30px);
    -webkit-animation: dw 4s ease-out infinite;
    animation: dw 4s ease-out infinite;
}

.technology2-page2 .left-ps .left-but:nth-child(1) .litter::before {
    -webkit-animation: dw 12s ease-out infinite;
    animation: dw 12s ease-out infinite;
}


.technology2-page2 .left-ps .left-but:nth-child(1) .litter:after {
    -webkit-animation: dw 22s ease-out infinite;
    animation: dw 22s ease-out infinite;
}

.technology2-page2 .left-ps .left-but:nth-child(2) .litter:before {
    -webkit-animation: dw 4s ease-out infinite;
    animation: dw 4s ease-out infinite;
}

.technology2-page2 .left-ps .left-but:nth-child(2) .litter:after {
    -webkit-animation: dw 2s ease-out infinite;
    animation: dw 2s ease-out infinite;
}

.technology2-page2 .left-ps .left-but:nth-child(3) .litter:before {
    -webkit-animation: dw 5s ease-out infinite;
    animation: dw 5s ease-out infinite;
}

.technology2-page2 .left-ps .left-but:nth-child(3) .litter:after {
    -webkit-animation: dw 2s ease-out infinite;
    animation: dw 2s ease-out infinite;
}

.technology2-page2 .left-ps .left-but:nth-child(4) .litter:before {
    -webkit-animation: dw 6s ease-out infinite;
    animation: dw 6s ease-out infinite;
}

.technology2-page2 .left-ps .left-but:nth-child(4) .litter:after {
    -webkit-animation: dw 3s ease-out infinite;
    animation: dw 3s ease-out infinite;
}

.garther-page1 .page1-l .litter1 {
    top: 70px;
    left: 10%;
}

.garther-page1 .page1-l .litter2 {
    top: 130px;
    left: 15%;
}

.garther-page1 .page1-l .litter3 {
    top: 220px;
    left: 30%;
}

.garther-page1 .page1-l .litter4 {
    top: 110px;
    left: 46%;
}

.garther-page1 .page1-l .litter5 {
    top: 80px;
    left: 50%;
}

.garther-page1 .page1-l .litter6 {
    top: 140px;
    left: 58%;
}

.garther-page1 .page1-l .litter7 {
    top: 170px;
    left: 54%;
}

.garther-page1 .page1-l .litter8 {
    top: 120px;
    left: 78%;
}

.garther-page1 .page1-l .litter9 {
    top: 130px;
    left: 84%;
}

.garther-page1 .page1-l .litter10 {
    top: 260px;
    left: 85%;
}

.garther-page1 .page1-l1 {
    display: none;
}

.garther-page1 .finish-page1 {
    margin-top: 0;
    text-align: left;
}

.garther-page1 .page2-r {
    padding: 0 0 0 80px;
    width: 46%;
    box-sizing: border-box;
}

.garther-page1 .page2-r .page1-de {
    margin-bottom: 24px;
}

.garther-page1 .page2-r .page1-de .title {
    font-size: 24px;
    font-family: Bold;
    color: #333;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 36px 0 16px;
}

.garther-page1 .page2-r .page1-de .title1 {
    font-size: 30px;
    color: #daba7d;
    margin: 0 0 0 10px;
}

.garther-page1 .page2-r .page1-de .desc {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}

.garther-page2 {
    position: relative;
}

.garther-page2 .page2-bg {
    width: 100%;
    display: block;
}

.garther-page2 .page2-ul {
    margin: 10px auto 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.garther-page2 .page2-ul1 {
    display: none;
}

.garther-page2 .garther-page21 {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.garther-page2 .garther-page21 .finish-page1 {
    margin: 80px auto 0;
    padding-top: 0;
}

.garther-page2 .page2-li {
    position: relative;
    margin-left: -46px;
    margin-right: -46px;
}

.garther-page2 .page2-li .li-img2 {
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.garther-page2 .page2-li .li-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.garther-page2 .page2-li .li-txt .txt1 {
    font-size: 22px;
    font-family: microsoft yahei;
    color: #333333;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.garther-page2 .page2-li .li-txt .txt2 {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
    margin: 28px auto 0;
    text-align: center;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 80%;
}

.garther-page2 .page2-li .li-line {
    position: absolute;
    bottom: 90px;
    left: 50%;
    width: 35px;
    height: 2px;
    background-color: #daba7d;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.garther-page3 {
    position: relative;
}

.garther-page3 .page3-tit {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: auto;
}

.garther-page3 .page3-tit .scroll {
    width: 72%;
}

.garther-page3 .page3-tit .page3-l {
    width: 28%;
    position: relative;
}

.garther-page3 .page3-tit .page3-l .finish-page1 {
    margin: 125px 0 0 0;
    text-align: left;
    width: auto;
}

.garther-page3 .page3-l .finish-page1 .page1-t {
    color: #fff;
}

.garther-page3 .page3-l .finish-page1 .page1-d {
    color: #fff;
    margin-left: 0;
}

.garther-page3 .page3-l .page3-line {
    position: absolute;
    bottom: 160px;
    left: 0;
    width: 62px;
    height: 4px;
    background-color: #fff;
}

.garther-page3 .page3-r {
    width: 100%;
    height: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.garther-page3 .page3-r .page3-li {
    width: 25%;
    height: 50%;
    border-left: 1px solid #d0d0d052;
    padding: 80px 42px 0;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.garther-page3 .page3-r .page3-li:nth-child(4n) {
    border-right: 1px solid #d0d0d052;
}

.garther-page3 .page3-r .page3-li .li-txt {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-top: 24px;
}

.garther-page4 {
    margin: auto;
}

.garther-page4 .page4-ul {
    border-bottom: 1px solid #d0d0d052;
    margin-top: 48px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.garther-page4 .page4-ul li {
    padding: 18px 22px;
    margin: 0 40px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.garther-page4 .page4-ul li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #daba7d;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.garther-page4 .page4-ul li.active {
    color: #daba7d;
}

.garther-page4 .page4-ul li.active::after {
    width: 100%;
}

.garther-page4 .page4-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 78px 0;
    box-sizing: border-box;
}

.garther-page4 .page4-flex .flex1 {
    width: 23%;
    text-align: center;
    border: 1px solid #d0d0d052;
    padding: 12px 0;
    box-sizing: border-box;
    margin-bottom: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 2.3%;
}

.garther-page4 .page4-flex .flex1:nth-child(4n) {
    margin-right: 0;
}

.garther-page4 .page4-flex .flex1:nth-child(n+5) {
    margin-bottom: 0;
}

.garther-page5 {
    padding-bottom: 64px;
}

.garther-page5 .page5-ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    padding-top: 22px;
}

.garther-page5 .page5-ul .page5-li {
    font-size: 0;
    width: 22%;
    margin-right: 4%;
    margin-bottom: 46px;
}

.garther-page5 .page5-ul .page5-li:nth-child(4n) {
    margin-right: 0;
}

.garther-page5 .page5-ul .page5-li img {
    width: 100%;
}

.garther-page6 {
    padding-bottom: 50px;
}

.garther-page6 .MoreCase .MoreCase1 .h1 {
    margin-bottom: 60px;
}

.garther-page6 .MoreCase {
    padding-top: 0;
}

.encyclopedia1 {
    background-color: #f8f8f8;
    padding: 56px 0;
}

.encyclopedia1 .encyclopedia1-c {
    margin: auto;
    background-color: #fff;
    padding: 46px 3.5% 0;
    box-sizing: border-box;
}

.encyclopedia1 .encyclopedia1-c .encyclopedia1-t .encyclopedia1-li {
    margin-right: 10px;
}

.encyclopedia1 .encyclopedia1-c .encyclopedia1-t a {
    font-size: 14px;
    font-family: microsoft yahei;
    color: #666666;
    display: block;
    padding: 8px 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 30px;
}

.encyclopedia1 .encyclopedia1-t .encyclopedia1-li.active a {
    color: #fff;
    background-color: #daba7d;
}

.encyclopedia1 .encyclopedia1-c .encyclopedia1-img {
    width: 100%;
    margin-top: 36px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.encyclopedia1 .encyclopedia1-c .encyclopedia1-img .li-img {
    width: 32%;
    display: block;
    overflow: inherit;
    margin-right: 2%;
}

.encyclopedia1 .encyclopedia1-c .encyclopedia1-img .li-img:nth-child(3n) {
    margin-right: 0;
}

.encyclopedia1 .encyclopedia1-img .li-img .li1 {
    font-size: 0;
    display: block;
    overflow: hidden;
}

.encyclopedia1 .encyclopedia1-img .li-img .li1 img {
    width: 100%;
    -webkit-transition: all 3s;
    transition: all 3s;
}

.encyclopedia1 .li-img .li2 {
    padding: 30px 26px;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.encyclopedia1 .li-img .li2 .li2-tit {
    font-size: 18px;
    color: #333;
    font-family: microsoft yahei;
    margin-bottom: 18px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.encyclopedia1 .li-img .li2 .li2-desc {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
}

.encyclopedia1 .li-img .li2 .li2-data {
    font-size: 14px;
    font-family: Bold;
    color: #333;
    margin-top: 34px;
}

.encyclopedia4 {
    background-color: #f8f8f8;
    padding: 56px 0 64px;
}

.encyclopedia4 .center {
    margin: auto;
    background-color: #fff;
    padding: 46px 60px;
    box-sizing: border-box;
}

.encyclopedia4 .center .ask-li {
    margin-right: 20px;
}

.encyclopedia4 .center .ask-li a {
    font-size: 14px;
    font-family: microsoft yahei;
    color: #666666;
    padding: 8px 30px;
    border-radius: 30px;
    display: inline-block;
}

.encyclopedia4 .center .ask-li.active a {
    color: #fff;
    background-color: #daba7d;
}

.encyclopedia4 .center .ask1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee97;
    margin-top: 30px;
}

.encyclopedia4 .center .ask .ask-txt {
    padding-left: 34px;
    padding-top: 15px;
}

.encyclopedia4 .ask1 .ask-img {
    font-size: 0;
}

.encyclopedia4 .ask-txt .ask-txt1 {
    font-size: 18px;
    font-family: microsoft yahei;
    color: #daba7d
}

.encyclopedia4 .ask-txt .ask-txt1 p {
    color: #333333;
    margin-left: 10px;
}

.encyclopedia4 .ask-txt .ask-txt2 {
    font-size: 18px;
    font-family: microsoft yahei;
    color: #daba7d;
    margin-top: 20px;
}

.encyclopedia4 .ask-txt .ask-txt2 p {
    font-size: 14px;
    color: #808080;
    line-height: 22px;
    font-family: microsoft yahei;
    margin-left: 10px;
    width: 90%;
}

.encyclopedia4 .ask-txt .data {
    font-size: 14px;
    margin-top: 30px;
    margin-left: 10px;
    color: #333;
}

.encyclopedia4 .Case-btn {
    padding-bottom: 12px;
}

.order2-detail {
    padding: 40px 0 60px;
    background-color: #ededed;
}

.order2-detail .center {
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.order2-detail .center .detail2-l {
    background-color: #fff;
    padding: 44px;
    width: 100%;
    box-sizing: border-box;
}

.order2-detail .center .detail2-l .left-tit {
    font-size: 30px;
    font-family: microsoft yahei;
    margin-bottom: 20px;
}

.order2-detail .center .detail2-l .left-data {
    font-size: 14px;
}

.order2-detail .detail2-l .left-data .time {
    margin-left: 24px;
}

.order2-detail .detail2-l .new-detail {
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
    margin-top: 16px;
    padding-top: 26px;
}

.order2-detail .detail2-l .new-detail p {
    font-size: 16px;
    color: #3e3a39;
    line-height:30px;
	margin-bottom:16px;
}

.order2-detail .detail2-l .new-detail img {
    margin: 20px 0;
    width: 100%;
}

.order2-detail .detail2-l .new-detail .bshare-custom {
    margin-top: 140px;
    margin-bottom: 16px;
    text-align: right;
}

.order2-detail .new-detail .bshare-custom .shareto_normaltxt {
    font-family: microsoft yahei;
    font-size: 16px;
    color: #4d4d4d;
}

.order2-detail .detail-btn {
    margin-top: 26px;
	margin-bottom:10px;
}
.order2-detail .detail-btn a{
color:#666;
}
.order2-detail .detail-btn .btn1 {
    font-size: 14px;
    line-height: 28px;
    color: #959595;
}

.order2-detail .detail-btn .btn1 .c {
    color: #4d4d4d;
}

.order2-detail .detail2-r {
    width: 34%;
    background-color: #fff;
    padding: 50px 28px;
    box-sizing: border-box;
    text-align: center;
}

.order2-detail .detail2-r .right1 {
    font-size: 26px;
    color: #daba7d;
    font-family: Bold;
}

.order2-detail .detail2-r .right2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    color: #666;
    margin-top: 18px;
    margin-bottom: 28px;
}

.order2-detail .detail2-r .right2 .p {
    font-size: 18px;
    font-family: Bold;
    color: #ff0000;
}

.order2-detail .detail2-r .right3 input {
    display: block;
    outline: none;
    border: none;
    padding: 24px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #d0d0d052;
    width: 100%;
    font-size: 16px;
}

.order2-detail .detail2-r .right3 .ipt {
    background-color: #daba7d;
    border-radius: 30px;
    color: #fff;
    font-size: 22px;
    padding: 13px 10px;
    margin-top: 32px;
}

.technology1-page1 .page1-swiper {
    border-bottom: 1px solid #d0d0d052;
    margin-top: 60px;
}

.technology1-page1 .page1-swiper .swiper-wrapper {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 8px;
}

.technology1-page1 .page1-swiper .slide-t {
    font-size: 18px;
    color: #333;
    font-family: Bold;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.technology1-page1 .page1-swiper .slide-bg {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 20px 15px;
    margin-left: 22px;
    box-sizing: border-box;
}

.technology1-page1 .page1-swiper .slide-t .num {
    color: #fff;
    font-size: 14px;
    background-color: #daba7d;
    border-radius: 50%;
    padding: 8px 6px;
    margin-right: 10px;
}

.technology1-page1 .page1-swiper .slide-d {
    font-size: 12px;
    color: #333;
    line-height: 20px;
    margin-top: 10px;
}

.technology1-page1 .page1-swiper .slide-b {
    font-size: 14px;
    color: #daba7d;
    line-height: 20px;
    margin-top: 24px;
}

.technology1-page1 .page1-swiper .swiper-slide:nth-child(odd) {
    padding-bottom: 80px;
}

.technology1-page1 .page1-swiper .swiper-slide:nth-child(odd)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 280px;
    background-color: #d0d0d082;
}

.technology1-page1 .page1-swiper .swiper-slide:nth-child(odd)::before {
    content: '';
    position: absolute;
    left: -8px;
    bottom: 280px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #daba7d;
    z-index: 9;
}

.technology1-page1 .page1-swiper .swiper-slide:nth-child(even) {
    padding-bottom: 30px;
}

.technology1-page1 .page1-swiper .swiper-slide:nth-child(even)::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 230px;
    background-color: #d0d0d082;
}

.technology1-page1 .page1-swiper .swiper-slide:nth-child(even)::before {
    content: '';
    position: absolute;
    left: -8px;
    bottom: 228px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #daba7d;
    z-index: 9;
}

.technology1-page1 .page1-scrollbar {
    margin: 50px auto 64px;
}

.technology1-page1 .page1-scrollbar .swiper-scrollbar {
    height: 10px;
    background-color: #f1f1f1d1;
}

.technology1-page1 .page1-scrollbar .swiper-scrollbar-drag {
    background: #daba7d;
}

.technology1-page2 {
    background: #f8f8f8;
}

.technology1-page2 .finish-page1 {
    margin: auto;
}

.technology1-page2 .page2-content {
    margin: auto;
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.technology1-page2 .page2-l,
.technology1-page2 .page2-r {
    width: 35%;
    box-sizing: border-box;
}

.technology1-page2 .page2-l {
    padding-right: 100px;
}

.technology1-page2 .page2-l .page2-li {
    padding: 60px 0 70px;
    cursor: pointer;
}

.technology1-page2 .page2-l .page2-li .li-tit {
    font-size: 22px;
    color: #333;
    font-family: microsoft yahei;
    padding-bottom: 30px;
    border-bottom: 1px solid #98989860;
    margin-bottom: 20px;
    position: relative;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.technology1-page2 .page2-l .page2-li .li-tit::before {
    content: '';
    position: absolute;
    bottom: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #989898;
}

.technology1-page2 .page2-l .page2-li .li-tit.tit-l::before {
    right: 0;
}

.technology1-page2 .page2-l .page2-li .li-tit::after {
    content: '';
    position: absolute;
    width: 100px;
    border-bottom: 2px dashed #98989860;
}

.technology1-page2 .page2-l .page2-li .li-tit.x1::after {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    bottom: -26px;
    right: -100px;
}

.technology1-page2 .page2-l .page2-li .li-tit.x2::after {
    bottom: -1px;
    right: -100px;
}

.technology1-page2 .page2-l .page2-li .li-tit.x3::after {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
    bottom: 20px;
    right: -100px;
}

.technology1-page2 .page2-l .page2-li .li-tit.x4::after {
    -webkit-transform: rotate(-24deg);
    transform: rotate(-24deg);
    bottom: -22px;
    left: -100px;
}

.technology1-page2 .page2-l .page2-li .li-tit.x5::after {
    bottom: -1px;
    left: -100px;
}

.technology1-page2 .page2-l .page2-li .li-tit.x6::after {
    -webkit-transform: rotate(24deg);
    transform: rotate(24deg);
    bottom: 20px;
    left: -100px;
}

.technology1-page2 .page2-l .page2-li .li-tit .num {
    margin-right: 10px;
}

.technology1-page2 .page2-l .page2-li .li-desc {
    font-size: 14px;
    color: #989898;
    line-height: 26px;
    width: 70%;
}

.technology1-page2 .page2-content .page2-cc {
    position: relative;
}

.technology1-page2 .page2-content .page2-cc .page2-hide {
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.technology1-page2 .page2-content .page2-c1 {
    position: absolute;
    top: -2px;
    left: 20px;
}

.technology1-page2 .page2-content .page2-c2 {
    position: absolute;
    top: 83px;
    left: 0;
}

.technology1-page2 .page2-content .page2-c3 {
    position: absolute;
    bottom: 0;
    left: 26px;
}

.technology1-page2 .page2-content .page2-c4 {
    position: absolute;
    top: -2px;
    right: 24px;
}

.technology1-page2 .page2-content .page2-c5 {
    position: absolute;
    top: 75px;
    right: -2px;
}

.technology1-page2 .page2-content .page2-c6 {
    position: absolute;
    bottom: 0;
    right: 18px;
}

.technology1-page2 .page2-r {
    padding-right: 0;
    padding-left: 100px;
}

.technology1-page3 .page3-content {
    margin: 46px auto 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.technology1-page3 .page3-content .page3-l,
.technology1-page3 .page3-content .page3-r {
    background: #fff;
    box-shadow: 0 0 10px #dbdbdb5e;
    padding: 40px 38px;
    box-sizing: border-box;
}

.technology1-page3 .page3-content .page3-l {
    width: 33%;
}

.technology1-page3 .page3-content .page3-r {
    width: 63%;
    padding-bottom: 0;
}

.technology1-page3 .page3-l .left-t,
.technology1-page3 .page3-r .right-t {
    font-size: 26px;
    color: #333;
    font-family: microsoft yahei;
    margin-bottom: 40px;
}

.technology1-page3 .page3-l .left-d {
    font-size: 18px;
    color: #daba7d;
    line-height: 30px;
}

.technology1-page3 .page3-r .right-d {
    font-size: 18px;
    color: #333;
    font-family: microsoft yahei;
}

.technology1-page3 .page3-r .right-img {
    margin-top: 22px;
    margin-bottom: 48px;
    width: 100%;
}

.technology1-page3 .page3-r .right1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.33%;
}

.technology1-page3 .page3-r .r-img1 {
    background: #daba7d;
    border-radius: 50%;
    font-size: 0;
    padding: 19px 18px;
    margin-right: 10px;
}

.technology1-page3 .page3-r .r-txt {
    font-size: 14px;
    color: #3d3d3d;
    width: 50%;
    line-height: 18px;
}

.technology1-page4 .page4-content {
    margin: 34px auto 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.technology1-page4 .page4-content .page4-img {
    margin-right: 2%;
    margin-bottom: 50px;
    width: 18%;
}

.technology1-page4 .page4-content .page4-img:nth-child(5n) {
    margin-right: 0;
}

.technology1-page4 .page4-content .page4-img .page4-t {
    overflow: hidden;
}

.technology1-page4 .page4-content .page4-img .page4-t img {
    -webkit-transition: all 3s;
    transition: all 3s;
    width: 100%;
}

.technology1-page4 .page4-content .page4-p {
    font-size: 16px;
    font-family: microsoft yahei;
    text-align: center;
    margin-top: 24px;
    color: #4d4d4d;
}

.technology2-page1 .center {
    margin: auto;
}

.technology2-page1 .center .page1-ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 46px;
    margin-bottom: 22px;
}

.technology2-page1 .center .page1-li {
    font-size: 14px;
    color: #4d4d4d;
    padding: 10px 40px;
    border: 1px solid #e0e0e087;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-family: microsoft yahei;
}

.technology2-page1 .center .page1-li.active {
    background-color: #daba7d;
    color: #fff;
}

.technology2-page1 .center .page1-img {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.technology2-page1 .center .page1-img1 {
    margin-right: 10px;
    margin-bottom: 10px;
}

.technology2-page1 .center .page1-img1:nth-child(2n) {
    margin-right: 0;
}

.technology2-page1 .center .page1-img1:nth-child(1),
.technology2-page1 .center .page1-img1:nth-child(4) {
    width: 59%;
}

.technology2-page1 .center .page1-img1:nth-child(2),
.technology2-page1 .center .page1-img1:nth-child(3) {
    width: 39%;
}

.technology2-page1 .center .page1-img div {
    overflow: hidden;
}

.technology2-page1 .center .page1-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.technology2-page2 {
    background-color: #f7f7f7;
    margin-top: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.technology2-page2 .page2-left {
    font-size: 0;
    position: relative;
}

.technology2-page2 .page2-left .left-ps {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.technology2-page2 .left-ps .left-but {
    cursor: pointer;
    position: absolute;
}

.technology2-page2 .left-ps .left-but1 {
    left: 22%;
    top: 12%;
}

.technology2-page2 .left-ps .left-but2 {
    top: 48%;
    left: 11%;
}

.technology2-page2 .left-ps .left-but3 {
    top: 46%;
    left: 40%;
}

.technology2-page2 .left-ps .left-but4 {
    top: 60%;
    left: 80%;
}

.technology2-page2 .left-ps .left-but5 {
    top: 78%;
    left: 40%;
}

.technology2-page2 .left-ps .left-but:after {
    content: '';
    position: absolute;
    right: -84px;
    top: 40px;
    width: 100px;
    height: 1px;
    background-color: #daba7d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    transition: all .5s;
    opacity: 0;
}

.technology2-page2 .left-ps .left-but .litter {
    position: static;
}

.technology2-page2 .left-but .left-txt {
    background-color: #fff;
    position: absolute;
    top: 20px;
    left: 155px;
    padding: 48px 40px;
    border-radius: 10px;
    width: 430px;
    box-shadow: 0 0 10px #d3d3d36b;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.technology2-page2 .left-but .left-txt::after {
    content: '';
    position: absolute;
    left: -4px;
    top: 30%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #daba7d;
}

.technology2-page2 .left-but .left-txt::before {
    content: '';
    position: absolute;
    top: calc(30% + 4px);
    left: -80px;
    width: 80px;
    height: 1px;
    background-color: #daba7d;
}

.technology2-page2 .left-ps .left-but .txt1 {
    font-size: 26px;
    font-family: Bold;
    color: #4d4d4d;
}

.technology2-page2 .left-ps .left-but .txt2 {
    font-size: 14px;
    color: #4d4d4d;
    margin-top: 24px;
    line-height: 24px;
}

.technology2-page2 .page2-right {
    background: url('../images/technology2-36.png');
    width: 52%;
    padding: 146px 360px 0 70px;
    box-sizing: border-box;
}

.technology2-page2 .page2-right .right-t {
    font-size: 42px;
    color: #4d4d4d;
    font-family: microsoft yahei;
}

.technology2-page2 .page2-right .right-d {
    font-size: 20px;
    color: #4d4d4d;
    line-height: 36px;
    margin-top: 40px;
}

.technology2-page2 .page2-right .right-img {
    margin-top: 76px;
}

.technology2-page2 .page2-right .right1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.technology2-page2 .page2-right .right1 .tex-r {
    margin-left: 16px;
}

.technology2-page2 .page2-right .tit1 {
    font-size: 20px;
    color: #4d4d4d;
}

.technology2-page2 .page2-right .tit2 {
    font-size: 14px;
    color: #939393;
    margin-top: 10px;
}

.technology2-page3 .page3-img {
    margin: 30px auto 0;
    text-align: center;
}

.technology2-page3 .page3-img img {
    width: 100%;
}

.technology3-page1 {
    margin-bottom: 70px;
}

.technology3-page1 .page3-cent {
    margin: 86px auto 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.technology3-page1 .page3-cent .page3-l {
    width: 28%;
}

.technology3-page1 .page3-cent .li1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb92;
    padding: 40px 0;
    box-sizing: border-box;
}

.technology3-page1 .page3-cent .li1:last-child {
    border-bottom: none
}

.technology3-page1 .page3-cent .li1 .num1 {
    font-size: 14px;
    color: #333;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.technology3-page1 .page3-cent .li1 .num1 p {
    font-size: 36px;
    font-family: Bold;
    color: #daba7d;
    margin-right: 6px;
}

.technology3-page1 .page3-cent .li1 .num2 {
    font-size: 14px;
    color: #929292;
    margin-top: 16px;
}

.technology3-page1 .page3-cent .page3-r {
    margin-top: -80px;
    margin-right: -90px;
}

.technology3-page1 .page3-cent .page3-r img {
    width: 100%;
}

.technology3-page2 {
    background-color: #f8f8f8;
    padding: 70px 0;
}

.technology3-page2 .finish-page1 {
    padding-top: 0;
}

.technology3-page2 .center {
    margin: 30px auto 0;
}

.technology3-page2 .center .page2-ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 46px;
}

.technology3-page2 .center .page2-li {
    padding: 10px 40px;
    border: 1px solid #e0e0e087;
    border-radius: 30px;
    margin: 0 36px;
    -webkit-transition: all .5s;
    transition: all .5s;
    cursor: pointer;
}

.technology3-page2 .center .page2-li.active {
    background-color: #daba7d;
    color: #fff;
}

.technology3-page2 .page2-swiper .swiper-slide {
    background-color: #fff;
    text-align: center;
    height: 94px;
    line-height: 94px;
    box-shadow: 0 0 10px #dfdfdf47;
}

.technology3-page2 .swiper-pagination {
    position: static;
    margin-top: 46px;
}

.technology3-page2 .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 6px;
    border-radius: 10px;
    background-color: #c5c5c587;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 5px;
    opacity: 1;
}

.technology3-page2 .swiper-pagination .swiper-pagination-bullet-active {
    width: 26px;
    background-color: #d1aa76;
}

.technology3-page3 .center {
    margin: 60px auto 0;
}

.technology3-page3 .left-img {
    width: 64%;
}

.technology3-page3 .left-img img {
    width: 100%;
}

.technology3-page3 .right-txt {
    width: 36%;
    box-shadow: 0 0 10px #bababa4d;
}

.technology3-page3 .right-txt .txt li {
    font-size: 14px;
    font-family: microsoft yahei;
    color: #4d4d4d;
    padding: 5px 28px;
    border-radius: 30px;
    margin-right: 20px;
    -webkit-transition: all.5s;
    transition: all.5s;
    cursor: pointer;
}

.technology3-page3 .right-txt .txt li.active {
    background-color: #daba7d;
    color: #fff;
}

.technology3-page3 .right-txt .txt1 {
    padding: 38px 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #f3f3f397;
}

.technology3-page3 .txt1 .swiper-container {
    margin-top: 60px;
}

.technology3-page3 .swiper-slide {
    text-align: center;
}

.technology3-page3 .swiper-slide .s-txt {
    margin-top: 20px;
}

.technology3-page3 .swiper-button-next,
.technology3-page3 .swiper-button-prev {
    padding: 0;
    width: auto;
    height: auto;
}

.technology3-page3 .swiper-button-prev:after,
.technology3-page3 .swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.technology3-page3 .swiper-button-next:after,
.technology3-page3 .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.technology3-page3 .prev2 {
    display: none;
}

.technology3-page3 .right-txt .txt2 {
    padding: 38px 30px;
}

.technology3-page3 .tit1 {
    margin-bottom: 12px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.technology3-page3 .txt2 .tit {
    font-size: 16px;
    color: #fff;
    font-family: microsoft yahei;
    background-color: #daba7d;
    border-radius: 30px;
    display: inline-block;
    padding: 9px 20px;
    margin-bottom: 28px;
}

.technology3-page3 .tit1 .flex1 {
    color: #333;
    font-size: 14px;
    font-family: microsoft yahei;
}

.technology3-page3 .tit1 .flex2 {
    width: 56%;
    height: 14px;
    border-radius: 30px;
    background-color: #ebebeb92;
    position: relative;
    overflow: hidden;
}

.technology3-page3 .tit1 .flex2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #daba7d;
}

.technology3-page3 .tit1 .flex3::after {
    width: 88px;
}

.technology3-page3 .tit1 .flex4::after {
    width: 38px;
}

.technology3-page3 .tit2 {
    font-size: 18px;
    color: #daba7d;
    font-family: microsoft yahei;
    margin-top: 38px;
}

.mb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000031;
}

.xs{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}

.xs.active{
    display: block;
}

.xs1.active{
    display: block;
}

.xs .xs_cont{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 380px;
    height: 420px;
    background-color: #fff;
}

.xs .xs_cont .xs_lq img{
    display: block;
    margin: -45px auto 0;
}

.xs .xs_cont .xs_close{
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9;
}

.xs .xs_cont .xs_top {
    text-align: center;
    /* background-color: #fafafa; */
    padding-bottom: 16px;
    position: relative;
}

.xs .xs_cont .xs_top::after{
    content: '';
    position: absolute;
    left: 0;
    top: 45px;
    width: 100%;
    bottom: 0;
    background-color: #fafafa;
    z-index: -1;
}

.xs .xs_cont .xs_top .xs_tit{
    font-size: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.xs .xs_cont .xs_top span{
    color: #ff0000;
    font-weight: 600;
}

.xs .xs_cont .xs_f{
    padding: 38px;
    box-sizing: border-box;
    font-size: 16px;
}

.xs .xs_cont .form_i{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.xs .xs_cont .form_i p{
    width: 60px;
}

.xs .xs_cont .form_i span{
    color: #ff0000;
}

.xs .xs_cont input{
    padding: 10px;
    width: calc(100% - 60px);
    border: 1px solid #f4f4f4;
    outline: none;
    box-sizing: border-box;
}

.xs .xs_cont .xs_btm{
    width: 100%;
    outline: none;
    border: none;
    background-color: #daba7d;
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 10px 0;
}

.xs .xs_cont .xs_foot{
    color: #ff0000;
    text-align: center;
    font-size: 12px;
}

@media only screen and (min-width:960px) {

    .index-page10 .index-page10-li:hover .index-page10-img {
        background: #e9e9e961;
    }

    .index-page4 .index-page4-ul .index-page4-li:hover,
    .index-page9 .index-page9-ul .index-page9-li:hover {
        color: #daba7d;
    }

    .index-page4 .index-page4-ul .index-page4-li:hover::after,
    .index-page9 .index-page9-ul .index-page9-li:hover::after {
        width: 100%;
    }

    .index-page5 .index-page5-right .page5-right-div.more:hover {
        background: #daba7d;
    }

    .encyclopedia4 .center .ask1:hover .ask-txt1 p {
        color: #daba7d;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about2:hover {
        background: #daba7d;
    }

    .garther-page2 .page2-li:hover .li-img2 {
        opacity: 1;
    }
    
    .index-page7 .index-page7-content .page7-content1 .page7-content1-hide .page7-content1-href1:hover{
        background-color: transparent;
    }
    
    .masterDetail .title2:hover{
        background-color: transparent;
    }

    .garther-page2 .page2-li:hover .txt1 {
        color: #fff;
    }

    .garther-page2 .page2-li:hover .txt2 {
        color: #fff;
    }

    .garther-page2 .page2-li:hover .li-line {
        background-color: #fff;
    }

    .encyclopedia1 .encyclopedia1-img .li-img:hover .li1 img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .encyclopedia1 .encyclopedia1-img .li-img:hover .li2 {
        box-shadow: 0 0 10px #d0d0d052;
    }

    .encyclopedia1 .encyclopedia1-img .li-img:hover .li2 .li2-tit {
        color: #daba7d;
    }

    .encyclopedia1 .encyclopedia1-c .encyclopedia1-t a:hover {
        color: #fff;
        background-color: #daba7d;
    }

    .garther-page4 .page4-ul li:hover {
        color: #daba7d;
    }

    .garther-page4 .page4-ul li:hover:after {
        width: 100%;
    }

    .swiper-container .swiper-button:hover {
        background: #666;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .swiper-container .swiper-button:hover .iconfont {
        color: #fff;
    }

    .way-title .way-content .way-content-r .way-link:hover .yc {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .way-title .way-content .yc .yc-left li:hover {
        background-color: #daba7d;
    }

    .way-title .way-content .way-content-r .way-link:hover .way-link-hide {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .way-title .way-link.way-pos .way-link-hide a:hover {
        background-color: #daba7d;
        color: #fff;
    }

    .way-title .way-content .way-content-r .way-link:hover .way-link1 {
        color: #daba7d;
    }

    .way-title .way-content .way-content-r .way-link:hover .way-link1::after {
        width: 100%;
    }

    .index-page2 .index-page2-ul .index-page2-li a:hover {
        color: #fff;
        /* background: #daba7d; */
        background-image: -webkit-linear-gradient(top, #d1aa76, #daba7d);
        background-image: linear-gradient(to bottom, #d1aa76, #daba7d);
    }

    .index-page2 .index-page2-ul .index-page2-li a:hover .index-page2-p2 {
        color: #fff;

    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left .swiper-slide-a:hover {
        color: #fff;
    }

    .index-page4 .index-page4-btn:hover {
        color: #fff;
    }

    .index-page6 .index-page6-cont .page6-cont:hover::before {
        background-image: -webkit-linear-gradient(top, #d1aa76, #daba7d);
        background-image: linear-gradient(to bottom, #d1aa76, #daba7d);
    }

    .index-page6 .index-page6-cont .page6-cont:hover .page6-img1-href {
        opacity: 1;
    }

    /*.index-page6 .index-page6-cont .page6-cont .page6-img1-href:hover {*/
    /*    color: #fff;*/
    /*}*/
    
    .index-page6 .index-page6-cont .page6-cont:hover .hov1::before{
        background-color: #fff;   
    }

    .index-page7 .index-page7-content .page7-content1:hover .page7-content1-hide {
        opacity: 1;
    }

    .index-page7 .index-page7-content .page7-content1:hover .page7-content1-pa {
        opacity: 0;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-hide .page7-content1-href2:hover {
        color: #fff;
        background: transparent;
    }

    .index-page7 .index-page7-more:hover {
        color: #fff;
    }

    .index-page8 .index-page8-pa .index-page8-ul .index-page8-li:hover {
        /* background: #daba7d; */
        background: #daba7d;
        border: 4px solid #daba7d;
    }

    .footer .footer-top .footer-top-left .footer-top-txt .footer-top-link:hover {
        color: #daba7d;
    }

    .footer .footer-top .footer-top-right .footer-qw .footer-qw1:hover .footer-hide {
        opacity: 1;
        visibility: visible;
    }

    .index-fixed .index-fixed-li .index-fixed-link:hover {
        color: #333;
    }

    .banner-title .title1 .title-btn a:hover {
        background-color: #daba7d;
        border: 1px solid #daba7d;
    }

    .Case-page1 .right-txt a:hover {
        color: #daba7d;
    }

    .Case-page2 .page2-ul a:hover {
        background-color: #daba7d;
        color: #fff;
    }

    .Case-page4 .page4-cont .cont1:hover .cont-img img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .Case-btn .btn-num a:hover {
        background: #daba7d;
        color: #fff;
    }

    .Case-detail .swiper-left2 .swiper-slide:hover {
        background: #daba7d;
    }

    .Case-detail .swiper-left2 .swiper-slide:hover p {
        color: #fff;
    }

    .Case-detail .swiper-left2 .swiper-slide:hover .img1 {
        display: none;
    }

    .Case-detail .swiper-left2 .swiper-slide:hover .img2 {
        display: inline-block;
        opacity: 1;
    }

    .Case-detail .swiper-bg .swiper-button-next:hover:after,
    .Case-detail .swiper-bg .swiper-button-prev:hover:after {
        color: #daba7d;
    }

    .design .design-btn .more:hover {
        color: #fff;
    }

    .design .design-btn .more:hover .iconfont {
        border: 1px solid #fff;
    }

    .stylist-master .master-btn:hover {
        color: #fff;
    }

    .stylist-master .master-right .swiper-button-next:hover,
    .stylist-master .master-right .swiper-button-prev:hover {
        background-color: #daba7d;
    }

    .stylist-master .master-right .swiper-button-next:hover::after,
    .stylist-master .master-right .swiper-button-prev:hover::after {
        color: #fff;
    }

    .master-choiceness .choiceness-ul li:hover {
        color: #daba7d;
    }

    .master-choiceness .choiceness-ul li:hover:after {
        width: 100%;
    }

    .master-choiceness .choiceness1 .list:hover .list-l img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .Building-title .Building-ul li:hover:after {
        width: 100%;
    }

    .Building-title .Building-ul li:hover a {
        color: #daba7d;
    }

    .finish-page1 .page1-li:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
        background-color: #fff;
        border: 1px solid #daba7d;
    }

    .finish-page3 .page3-txt .page3-li:hover {
        background: #daba7d;
    }

    .service_order2 .order2-box .box1:hover {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    .garther-page3 .page3-r .page3-li:hover {
        background-color: #daba7d;
    }

    .order2-detail .detail-btn .btn1:hover {
        color: #daba7d;
    }

    .order2-detail .detail-btn .btn1:hover .c {
        color: #daba7d;
    }

    .technology1-page4 .page4-content .page4-img:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .technology2-page1 .center .page1-li:hover {
        background-color: #daba7d;
        color: #fff;
    }

    .technology2-page1 .center .page1-img div:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .technology2-page2 .left-ps .left-but:hover:after {
        opacity: 1;
    }

    .technology2-page2 .left-but:hover .left-txt {
        opacity: 1;
        visibility: visible;
    }

    .technology1-page2 .page2-l .page2-li:hover .li-tit {
        color: #daba7d;
    }

    .technology3-page2 .center .page2-li:hover {
        background-color: #daba7d;
        color: #fff;
    }

    .technology3-page3 .btn:hover .prev2 {
        display: block;
    }

    .technology3-page3 .btn:hover .prev1 {
        display: none;
    }
}

@media only screen and (max-width:1200px) {
    .index_btm {
        display: none;
    }

    /*  .way-title .way-content .way-content-r{*/
    /*      display: none;*/
    /*  }*/
    /*  .way-title .way-content .way-hide{*/
    /*      display: block;*/
    /*  }*/

    /*.way-title .way-content .way-hide .zt {*/
    /*  -webkit-transition: all .5s;*/
    /*  transition: all .5s;*/
    /*  -webkit-transform: none;*/
    /*  transform: none;*/
    /*}*/

    /*.way-title .way-content .way-hide .zt.active {*/
    /*  -webkit-transform: translateX(-220px);*/
    /*  transform: translateX(-220px);*/
    /*}*/

    /*.way-title .way-content .way-hide .zt .iconfont {*/
    /*  font-size: 24px;*/
    /*}*/

    /*.phone-nav {*/
    /*  position: fixed;*/
    /*  left: 0;*/
    /*  top: 0;*/
    /*  right: 0;*/
    /*  bottom: 0;*/
    /*  z-index: 10;*/
    /*  opacity: 0;*/
    /*  visibility: hidden;*/
    /*}*/

    /*.phone-nav.active {*/
    /*  opacity: 1;*/
    /*  visibility: visible;*/
    /*}*/

    /*.phone-nav .main {*/
    /*  position: absolute;*/
    /*  right: 0;*/
    /*  top: 0;*/
    /*  z-index: 1;*/
    /*  width: 240px;*/
    /*  height: 100%;*/
    /*  background: #fff;*/
    /*  border-left: 1px solid #eee;*/
    /*  -webkit-transform: translateX(240px);*/
    /*  transform: translateX(240px);*/
    /*  -webkit-transition: -webkit-transform .3s;*/
    /*  transition: -webkit-transform .3s;*/
    /*  transition: transform .3s;*/
    /*  transition: transform .3s, -webkit-transform .3s;*/
    /*  overflow: hidden;*/
    /*}*/

    /*.phone-nav .main.active {*/
    /*  -webkit-transform: none;*/
    /*  transform: none;*/
    /*}*/

    /*.phone-nav nav a {*/
    /*  display: block;*/
    /*  height: 48px;*/
    /*  padding: 0 40px 0 20px;*/
    /*  font-size: 15px;*/
    /*  line-height: 48px;*/
    /*  border-bottom: 1px solid #eee;*/
    /*  color: #777;*/
    /*  overflow: hidden;*/
    /*  text-overflow: ellipsis;*/
    /*  white-space: nowrap;*/
    /*}*/

    /*.phone-nav nav a .iconfont.icon-youjiantou1 {*/
    /*  font-size: 14px;*/
    /*  float: right;*/
    /*}*/

    /*.phone-nav .search {*/
    /*  padding: 0 20px;*/
    /*  height: 60px;*/
    /*  line-height: 60px;*/
    /*  border-bottom: none;*/
    /*  background: #daba7d;*/
    /*}*/

    /*.phone-nav .search .input {*/
    /*  width: calc(100% - 22px);*/
    /*  height: 60px;*/
    /*  line-height: 1.5;*/
    /*  border: none;*/
    /*  padding: 0 0 0 12px;*/
    /*  outline: none;*/
    /*  color: #fff;*/
    /*  font-size: 16px;*/
    /*  background: none;*/
    /*}*/

    /*.phone-nav .search .input::-webkit-input-placeholder {*/
    /*  color: #fff;*/
    /*  font-size: 14px;*/
    /*}*/

    /*.phone-nav .search .icon-sousuo {*/
    /*  color: #fff;*/
    /*}*/

    /*.phone-nav ul {*/
    /*  position: absolute;*/
    /*  left: 0;*/
    /*  top: 0;*/
    /*  right: 0;*/
    /*  bottom: 0;*/
    /*  z-index: 1;*/
    /*  background: #fff;*/
    /*  -webkit-transform: translateX(100%);*/
    /*  transform: translateX(100%);*/
    /*  -webkit-transition: -webkit-transform .3s;*/
    /*  transition: -webkit-transform .3s;*/
    /*  transition: transform .3s;*/
    /*  transition: transform .3s, -webkit-transform .3s;*/
    /*  list-style: none;*/
    /*  padding: 0;*/
    /*  margin-bottom: 0;*/
    /*}*/

    /*.phone-nav ul.on {*/
    /*  -webkit-transform: translate(0);*/
    /*  transform: translate(0);*/
    /*}*/

    /*.phone-nav li {*/
    /*  position: absolute;*/
    /*  left: 0;*/
    /*  top: 0;*/
    /*  width: 100%;*/
    /*  opacity: 0;*/
    /*  visibility: hidden;*/
    /*  -webkit-transition: opacity .3s, visibility .3s;*/
    /*  transition: opacity .3s, visibility .3s;*/
    /*}*/

    /*.phone-nav li.on {*/
    /*  opacity: 1;*/
    /*  visibility: visible;*/
    /*}*/

    /*.phone-nav ul a {*/
    /*  display: block;*/
    /*  height: 48px;*/
    /*  padding: 0 20px;*/
    /*  font-size: 15px;*/
    /*  line-height: 48px;*/
    /*  border-bottom: 1px solid #eee;*/
    /*  color: #777;*/
    /*  overflow: hidden;*/
    /*  text-overflow: ellipsis;*/
    /*  white-space: nowrap;*/
    /*}*/

    /*.phone-nav .title {*/
    /*  font-size: 16px;*/
    /*  line-height: 60px;*/
    /*  padding-right: 20px;*/
    /*  padding-left: 20px;*/
    /*  text-align: right;*/
    /*  background-size: 7px;*/
    /*  overflow: hidden;*/
    /*  text-overflow: ellipsis;*/
    /*  white-space: nowrap;*/
    /*  background: #f2f2f2;*/
    /*}*/

    /*.phone-nav .title .icon-zuojiantou {*/
    /*  float: left;*/
    /*}*/
    /*  .way-title .way-content .way-content-l {*/
    /*  width: 21%;*/
    /*  padding: 5px 0;*/
    /*}*/

    /*.way-title .zt .icon-caidan.active {*/
    /*  display: none;*/
    /*}*/

    /*.way-title .zt .icon-guanbi {*/
    /*  display: none;*/
    /*}*/

    /*.way-title .zt .icon-guanbi.active {*/
    /*  display: block;*/
    /*}*/

    /*.way-title .way-content .way-content-r {*/
    /*  display: none;*/
    /*}*/

}

@media only screen and (max-width:1680px) {
    .bj .bj_c {
        width: 60%;
    }

    .index-page9 .index-page9-swiper .swiper-button-prev {
        left: 10%;
    }

    .index-page9 .index-page9-swiper .swiper-button-next {
        right: 10%;
    }


    .index-page4 .index-page4-ul .index-page4-li,
    .index-page9 .index-page9-ul .index-page9-li {
        margin: 0 30px;
    }

    /*.way-title .way-content .way-content-r .way-link {*/
    /*  padding-left: 6%;*/
    /*}*/

    .index-page1.swiper-container {
        height: auto; 
        /*margin-top: 80px;*/
    }

    .way-title .way-content .way-content-r .way-link1 {
        line-height: 80px;
        font-size: 14px;
    }

    .index-page1.swiper-container .index-page-offer .index-page-form .index-page-lable input,
    .index-page1.swiper-container .index-page-offer .index-page-btn {
        font-size: 12px;
    }

    .index-page3 .index-page3-right .index-page3-right1 {
        padding-left: 30px;
        padding-top: 30px;
        height: 68%;
        position: relative;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-img {
        position: absolute;
        bottom: 0;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-tit .index-page3-tit1 {
        margin-bottom: 20px;
    }

    .index-page3 .index-page3-tit1 h1,
    .finish-page1 .page1-t {
        font-size: 32px;
        margin: 14px 0 20px;
    }
    
    .finish-page3 .page3-txt .page1-t {
        margin-bottom: 10px;
    }

    .index-page3 .index-page3-tit .index-page3-tit2 p,
    .finish-page1 .page1-d {
        font-size: 14px;
        line-height: 22px;
    }

    .index-page3 .index-page3-right .index-page3-right2 {
        height: 32%;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-img p {
        font-size: 12px;
        position: absolute;
        left: 0;
        width: 100%;
        bottom: 20px;
    }
    
    .index-page6 .index-page6-cont .page6-cont .page6-img1-href{
        padding: 4px 18px;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about {
        padding-top: 20px;
    }

    .index-title {
        text-align: center;
        padding: 100px 0 0;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left {
        padding: 40px 0 0 30px;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left h1 {
        font-size: 20px;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left .slide-left-ul p {
        font-size: 12px;
        background-color: #daba7d;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left h2 {
        font-size: 12px;
        margin: 10px 0 20px;
        text-align: left;
    }

    .index-page4 .index-page4-swiper {
        margin-bottom: 16px;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left .swiper-slide-a {
        margin-top: 60px;
    }

    .index-page5 .index-page5-left .index-page5-left1 {
        font-size: 0;
        height: 340px;
        overflow: hidden;
    }

    .index-page5 .index-page5-left .index-page5-left2 .index-page5-name p {
        font-size: 22px;
    }

    .index-page6 .index-page6-cont .index-page6-img1 {
        width: 34.4%;
        padding: 50px 90px 50px 90px;
    }

    .index-page6 .index-page6-cont .page6-cont h4 {
        width: 76%;
    }

    .index-page6 .index-page6-cont .index-page6-img4 {
        padding: 56px 0px 56px 90px;
    }

    .index-page6 .index-page6-cont .index-page6-img2 {
        left: 34.5%;
        width: 15.5%;
        height: 390px;
        padding: 90px 10px 66px;
    }

    .index-page6 .index-page6-cont .index-page6-img3 {
        left: 50%;
    }

    .index-page6 .index-page6-cont .index-page6-img2.page6-cont h4 {
        margin: 20px 0 50px;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-hide h2 {
        margin: 20px auto 70px;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa h2 {
        margin: 20px auto;
    }

    .index-page8 .index-page8-pa .index-page8-ul .index-page8-li {
        margin: 30px 20px 0;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right .swiper-slide-title {
        font-size: 20px;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right .swiper-slide-desc {
        margin: 26px auto 70px;
    }

    .finish-page3 .page3-txt {
        padding-top: 50px;
    }

    .finish-page3 .page3-txt .page3-li {
        padding: 50px 0 40px 80px;
    }

    .banner-title {
        position: relative;
        font-size: 0;
		padding:0px;
		margin:0px;
    }

    .pop-up .pop1 {
        width: 60%;
    }

    .stylist-master .master-swiper {
        margin-left: 12%;
    }

    .service_order1 {
        width: 64%;
    }

    .garther-page2 .garther-page21 .finish-page1 {
        margin: 40px auto 0;
    }

    .about-page2 .page2-img .img1 {
        bottom: 120px;
        left: 210px;
    }

    .about-page2 .page2-img .img2 {
        bottom: 200px;
        left: 490px;
    }

    .about-page2 .page2-img .img3 {
        bottom: 150px;
        left: 740px;
    }

    .about-page2 .page2-img .img4 {
        bottom: 260px;
        left: 1040px;
    }

    .about-page2 .page2-img .img5 {
        bottom: 160px;
        left: auto;
        right: 200px;
    }
    
    .technology2-page2 .page2-right{
        padding: 70px 140px 0 70px;
    }
}

@media only screen and (max-width:1500px) {
    .way-title .way-content{
        width: 1280px;
    }
    
    .bj .bj_c {
        width: 70%;
    }

    .index_btm .c .index-page-lable {
        padding: 8px 10px;
    }

    .index_btm .c {
        width: 1400px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .index_btm .c .btm_txt {
        font-size: 14px;
    }

    /*.index_btm .c .index-page-lable1{*/
    /*    display: none;*/
    /*}*/
    .index_btm .c .btm_txt .tit2 {
        margin-top: 10px;
    }

    .finish-page3 .page3-txt .page3-ul {
        width: 1280px;
    }

    .index-page4 .index-page4-ul .index-page4-li,
    .index-page9 .index-page9-ul .index-page9-li {
        margin: 0 30px;
    }

    .index-title {
        padding: 80px 0 0;
    }

    .index-page5 h1,
    .index-page6 h1,
    .index-title h1,
    .index-page8 .index-page8-pa h1,
    .MoreCase .MoreCase1 .h1,
    .Case-detail .detail-tit .tit-l .h1 {
        font-size: 30px;
    }
    
    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about h1{
        margin: 10px 0;
    }

    .Case-detail .detail-tit .tit-l .h3 {
        font-size: 20px;
    }

    .index-page5 .index-page5-left .index-page5-left1 {
        font-size: 0;
        height: 300px;
        overflow: hidden;
    }

    .index-page6 .index-page6-cont .page6-cont h3 {
        font-size: 20px;
    }

    .index-page6 .index-page6-cont .page6-cont h4 {
        font-size: 12px;
    }

    .index-page6 .index-page6-cont .index-page6-img2 {
        height: 340px;
        padding: 90px 30px 0px;
    }
    
    .index-page6 .index-page6-cont .index-page6-img1{
        padding: 40px 60px 40px 60px;
    }

    .index-page6 .index-page6-cont .index-page6-img2.page6-cont h4 {
        margin: 20px 0 50px;
    }

    .index-page6 .index-page6-cont .index-page6-img3 {
        left: 50%;
    }

    .index-page6 .index-page6-cont .index-page6-img4 {
        padding: 46px 0px 46px 90px;
    }

    .index-page8 .index-page8-pa .index-page8-ul .index-page8-li {
        padding: 24px 0px 22px;
    }

    .index-page9 .index-page9-swiper .swiper-button-next {
        right: 7%;
        width: 50px;
        height: 50px;
        padding: 0;
    }

    .index-page9 .index-page9-swiper .swiper-button-prev {
        left: 7%;
        width: 50px;
        height: 50px;
        padding: 0;
    }

    .index-page10 .index-page10-li h1 {
        font-size: 14px;
    }

    .index-page10 .index-page10-li p {
        font-size: 12px;
        line-height: 14px;
    }

    .banner-title .title1 h1 {
        font-size: 34px;
    }

    .banner-title .title1 h2 {
        font-size: 18px;
    }

    .finish-page3 .page3-txt .page3-li {
        padding: 30px 0 30px 50px;
    }

    .finish-page1 .page5-img img {
        width: 70%;
    }

    .technology2-page2 .page2-right {
        width: 60%;
        padding: 50px 80px 0 40px;
    }

    .Case-detail .detail-cont {
        margin-top: 82px;
    }

    .Case-detail .swiper-right .style p {
        font-size: 12px;
        background: #daba7d;
        padding: 6px 10px;
        margin-right: 10px;
    }

    .pt1 {
        padding-top: 80px;
    }

    .pt0 {
        padding-top: 0;
    }

    .service_order1 {
        width: 76%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .service_order1 .order1-l {
        width: auto;
    }

    .garther-page2 {
        padding-bottom: 80px;
    }

    .garther-page1 {
        margin-top: 80px;
    }

    .about-page2 .page2-img h2 {
        font-size: 38px;
    }

    .about-page2 .page2-img .img1 {
        bottom: 110px;
        left: 180px;
    }

    .about-page2 .page2-img .img2 {
        bottom: 180px;
        left: 430px;
    }

    .about-page2 .page2-img .img3 {
        bottom: 130px;
        left: 650px;
    }

    .about-page2 .page2-img .img4 {
        bottom: 230px;
        left: 910px;
    }

    .about-page2 .page2-img .img5 {
        bottom: 140px;
        right: 200px;
    }

    .about-page4 .swiper-slide {
        padding-bottom: 180px;
    }

    .about-page4 .slide-text {
        width: 45.5%;
        padding: 40px 10px 30px 50px;
        margin-left: 220px;
        bottom: 6%;
    }

    .about-page4 .fy {
        bottom: 18%;
        right: -8%;
    }

    .about-page5 .page5-swiper .page5-container {
        padding: 70px 0;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about {
        padding-left: 30px;
    }

    .about-page6 h1 {
        margin-top: 80px;
    }

    .about-page6 .year-wrap {
        margin-bottom: 0;
    }

    .stylist-master .master-swiper {
        margin-left: 6.8%;
    }
    .stylist-master .master-btn{
        padding: 10px 18px;
    }
}

@media only screen and (max-width:1280px) {
    .bj .bj_c {
        width: 80%;
    }

    .index_btm .c {
        width: 1200px;
    }

    .index_btm .c .index-page-lable input {
        font-size: 12px;
    }

    .index_btm .c .index-page-btn {
        width: 160px;
    }

    .way-title .way-content,
    .index-page1.swiper-container .index-page-offer,
    .index-page2 .index-page2-ul,
    .index-page7 .index-page7-content,
    .index-page8 .index-page8-pa .index-page8-ul,
    .index-page10,
    .footer .footer-top,
    .about-page4 .fy,
    .about-page5 h2,
    .about-page5 .page5-ul,
    .Case-page1,
    .Case-page2,
    .Case-page3,
    .Case-page4,
    .Case-detail .detail-cont,
    .MoreCase .MoreCase1,
    .master-choiceness .choiceness1,
    .masterDetail .detail-cont,
    .contactUs-tit,
    .Building-title .Building-ul,
    .Building-detail,
    .finish-page1,
    .service_order2 .order2-box,
    .service_order4,
    .finish-page1 .finish-page2,
    .finish-page3 .page3-txt .page3-ul,
    .center {
        width: 90%;
    }

    .way-title .way-content .way-content-r .way-link {
        padding-left: 20px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: calc(50% - 40px);
    }

    .index-page2 .index-page2-ul .index-page2-li a {
        padding: 40px 0;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about h1 {
        font-size: 22px;
        color: #28b28b;
        margin: 6px 0 10px;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about span {
        font-size: 12px;
        line-height: 18px;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about2 i {
        font-size: 40px;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about2 p {
        font-size: 14px;
        margin-top: 20px;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-img p {
        bottom: 20%;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-img .index-page3-img1 {
        width: 40%;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left {
        width: 30%;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-right {
        width: 70%;
    }

    .index-page4 .index-page4-swiper .swiper-slide {
        overflow: hidden;
    }

    .index-page4 .index-page4-swiper .swiper-slide img {
        width: 100%;
    }

    .index-page4 .index-page4-ul .index-page4-li,
    .index-page9 .index-page9-ul .index-page9-li {
        margin: 0 30px;
    }

    .index-page4 .line {
        margin-top: 0;
    }

    .index-title {
        padding: 60px 0 0;
    }

    .index-page5 .index-page5-left .index-page5-left2 {
        padding: 20px 0 0 60px;
    }

    .index-page5 .index-page5-left .index-page5-left2 p {
        line-height: 20px;
    }

    .index-page5 .index-page5-left .index-page5-left1 {
        font-size: 0;
        height: 250px;
        overflow: hidden;
    }

    .index-page5 .index-page5-right .page5-right-div h1 {
        font-size: 40px;
    }

    .index-page5 .index-page5-right .page5-right-div h1 span {
        font-size: 16px;
    }

    .index-page5 .index-page5-right .page5-right-a .page5-right-hide p,
    .index-page5 .index-page5-right .page5-right-div p {
        font-size: 14px;
    }

    .index-page6 .index-page6-cont .index-page6-img1 {
        padding: 22px 90px 22px 0;
    }

    .index-page6 .index-page6-cont .page6-cont h3 {
        font-size: 16px;
    }

    .index-page6 .index-page6-cont .page6-cont h4 {
        width: 70%;
    }

    .index-page6 .index-page6-cont .index-page6-img2 {
        height: 290px;
        padding: 30px 10px 0px;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa h1 {
        font-size: 16px;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa .page7-data {
        font-size: 12px;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa h2 {
        margin: 6px auto;
    }

    .index-page6 .index-page6-cont .index-page6-img4 {
        padding: 28px 0px 28px 90px;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-hide {
        padding-top: 50px;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-hide h2 {
        margin: 20px auto 50px;
        font-size: 14px;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-hide h2 span {
        font-size: 20px;
    }

    .index-page8 .index-page8-pa .index-page8-ul {
        margin: 20px auto 0;
        width: 85%;
    }

    .index-page8 .index-page8-pa .index-page8-ul .index-page8-li {
        width: 17.3%;
        margin: 10px 10px 0;
        padding: 45px 0px;
    }

    .index-page8 .index-page8-pa .index-page8-ul .index-page8-li h3,
    .index-page8 .index-page8-pa .index-page8-ul .index-page8-li h4 {
        font-size: 18px;
    }

    .index-page8 .index-page8-pa .index-page8-ul .index-page8-li h4 span {
        font-size: 22px;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-left {
        font-size: 0;
        width: 40%;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-left img {
        width: 100%;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right {
        width: 60%;
    }

    .index-page10 .index-page10-li {
        width: 14%;
        text-align: center;
        margin: 60px 26px;
    }

    .finish-page1 .page1-ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .finish-page1 .page1-li {
        width: 30%;
        padding: 54px 22px 100px 22px;
        margin-right: 5%;
        margin-bottom: 50px;
    }

    .finish-page1 .page1-li:nth-child(3n) {
        margin-right: 0;
    }

    .finish-page1 .page1-li:nth-child(n+4) {
        margin-bottom: 0;
    }

    .finish-page1 .finish-page2 .page2-r {
        padding-left: 50px;
    }

    .finish-page1 .finish-page2 .page2-r .list {
        padding-bottom: 25px;
    }

    .finish-page3 .page3-txt {
        padding-top: 0px;
    }

    .finish-page3 .page3-txt .page1-t {
        color: #fff;
        margin-bottom: 30px;
    }

    .finish-page3 .page3-txt .page3-li {
        padding: 20px 0 30px 50px;
    }

    .index-page3 .index-page3-tit1 h1,
    .finish-page1 .page1-t {
        font-size: 28px;
        margin: 14px 0 20px;
    }

    .Case-detail .person-img .txt .num {
        font-size: 12px;
    }

    .design .design-btn .more .iconfont {
        padding: 4px;
        margin: 0 14px;
    }

    .design .design-btn .more {
        font-size: 12px;
        padding: 12px 18px;
    }

    .MoreCase .MoreCase1 .h1 {
        margin-bottom: 30px;
    }

    .Case-page2 .page2-ul .ul1 {
        width: 7%;
    }

    .Case-page3 h1,
    .Case-page4 h1 {
        margin-top: 60px;
    }

    .Case-page3 .page3-right .swiper-slide {
        padding-left: 10px;
    }

    .Case-detail .swiper-bg .swiper-button-next,
    .Case-detail .swiper-bg .swiper-button-prev {
        top: 50%;
    }

    .technology2-page2 .page2-right {
        padding: 80px 60px 0 0px;
    }

    .garther-page5 {
        padding-bottom: 0;
    }

    .garther-page6 {
        padding-top: 36px;
    }

    .about-page4 .fy {
        right: -12%;
        bottom: 20%;
    }

    .Building-detail .detail-r .desc1 {
        width: 18%;
    }

    .master-choiceness .list .list-r {
        padding-top: 20px;
        padding-left: 20px;
    }

    .master-choiceness .list-r .desc {
        font-size: 12px;
        line-height: 20px;
    }

    .technology3-page3 .right-txt .txt1,
    .technology3-page3 .right-txt .txt2 {
        padding: 20px 30px;
    }

    .technology3-page3 .txt2 .tit {
        margin-bottom: 18px;
    }

    .technology3-page3 .tit1 .flex2 {
        width: 46%;
    }

    .service_order1 .order1-r .order1-f .ipt {
        padding: 20px 0 30px 10px;
    }

    .service_order1 .order1-r .tel1 {
        font-size: 14px;
    }

    .service_order1 .order1-r .order1-f .btn,
    .order2-detail .detail2-r .right3 .ipt {
        font-size: 16px;
    }

    .about-page2 .page2-img .img1 {
        bottom: 90px;
        left: 140px;
    }

    .about-page2 .page2-img .img2 {
        bottom: 160px;
        left: 360px;
    }

    .about-page2 .page2-img .img3 {
        bottom: 120px;
        left: 550px;
    }

    .about-page2 .page2-img .img4 {
        bottom: 200px;
        left: 780px;
    }

    .about-page2 .page2-img .img5 {
        bottom: 120px;
        right: 160px;
    }

    .about-page5 h1,
    .about-page6 h1,
    .about-page3 .page3-right h1,
    .page2-txt h1 {
        font-size: 30px;
    }

    .pt1 {
        padding-top: 60px;
    }

    .footer .xian {
        margin-top: 50px;
    }
}

@media only screen and (max-width:1024px) {
    .way-title .way-content .way-content-r {
        display: none;
    }

    .way-title .way-content .way-hide {
        display: block;
    }

    .way-title .way-content .way-hide .zt {
        -webkit-transition: all .5s;
        transition: all .5s;
        -webkit-transform: none;
        transform: none;
    }

    .way-title .way-content .way-hide .zt.active {
        -webkit-transform: translateX(-220px);
        transform: translateX(-220px);
    }

    .way-title .way-content .way-hide .zt .iconfont {
        font-size: 24px;
    }

    .phone-nav {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
    }

    .phone-nav.active {
        opacity: 1;
        visibility: visible;
    }

    .phone-nav .main {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        width: 240px;
        height: 100%;
        background: #fff;
        border-left: 1px solid #eee;
        -webkit-transform: translateX(240px);
        transform: translateX(240px);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        overflow: hidden;
    }

    .phone-nav .main.active {
        -webkit-transform: none;
        transform: none;
    }

    .phone-nav nav a {
        display: block;
        height: 48px;
        padding: 0 40px 0 20px;
        font-size: 15px;
        line-height: 48px;
        border-bottom: 1px solid #eee;
        color: #777;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .phone-nav nav a .iconfont.icon-youjiantou1 {
        font-size: 14px;
        float: right;
        line-height: 50px;
    }

    .phone-nav .search {
        padding: 0 20px;
        height: 60px;
        line-height: 60px;
        border-bottom: none;
        background: #daba7d;
    }

    .phone-nav .search .input {
        width: calc(100% - 22px);
        height: 60px;
        line-height: 1.5;
        border: none;
        padding: 0 0 0 12px;
        outline: none;
        color: #fff;
        font-size: 16px;
        background: none;
    }

    .phone-nav .search .input::-webkit-input-placeholder {
        color: #fff;
        font-size: 14px;
    }

    .phone-nav .search .icon-sousuo {
        color: #fff;
        line-height: 60px;
    }

    .phone-nav ul {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: #fff;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        list-style: none;
        padding: 0;
        margin-bottom: 0;
    }

    .phone-nav ul.on {
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    .phone-nav li {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .3s, visibility .3s;
        transition: opacity .3s, visibility .3s;
    }

    .phone-nav li.on {
        opacity: 1;
        visibility: visible;
    }

    .phone-nav ul a {
        display: block;
        height: 48px;
        padding: 0 20px;
        font-size: 15px;
        line-height: 48px;
        border-bottom: 1px solid #eee;
        color: #777;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .phone-nav .title {
        font-size: 16px;
        line-height: 60px;
        padding-right: 20px;
        padding-left: 20px;
        text-align: right;
        background-size: 7px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background: #f2f2f2;
    }

    .phone-nav .title .icon-zuojiantou {
        float: left;
        line-height: 60px;
    }

    .way-title .way-content .way-content-l {
        width: 21%;
        padding: 5px 0;
    }

    .way-title .zt .icon-caidan.active {
        display: none;
    }

    .way-title .zt .icon-guanbi {
        display: none;
    }

    .way-title .zt .icon-guanbi.active {
        display: block;
    }

    .way-title .way-content .way-content-r {
        display: none;
    }

    .way-title .way-content .way-content-l {
        padding: 10px 0;
        width: 16%;
    }

    .way-title .way-content .way-content-r .way-link {
        padding-left: 3%;
        border-bottom: 1px solid #eee;
    }

    .way-title .way-content,
    .footer .footer-top,
    .index-page1.swiper-container .index-page-offer,
    .index-page2 .index-page2-ul,
    .index-page7 .index-page7-content {
        width: 90%;
    }

    .way-title .way-content .way-content-r .way-link1 {
        line-height: 70px;
    }

    .index-page1.swiper-container {
        height: auto;
        margin-top: 75px;
    }

    .index-page1.swiper-container .index-page-offer .index-page-form .index-page-lable input {
        line-height: 60px;
        font-size: 12px;
    }

    .index-page1.swiper-container .index-page-offer {
        bottom: 10px;
    }

    .index-page1.swiper-container .swiper-pagination {
        bottom: 80px;
    }

    .index-page2 {
        background: #fff;
        padding: 30px 0;
    }

    .index-page2 .index-page2-ul .index-page2-li a .index-page2-p1 {
        font-size: 26px;
        line-height: 44px;
    }

    .index-page3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .index-page3 .swiper-container.index-page3-swiper,
    .index-page3 .index-page3-right {
        width: 100%;
    }

    .index-page3 .index-page3-right .index-page3-right1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-tit {
        width: 40%;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-img {
        position: static;
        width: 60%;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-tit .index-page3-tit1 h1 {
        font-size: 24px;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about {
        padding-top: 20px;
        padding-left: 30px;
        width: 80%;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about2 {
        width: 20%;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about span {
        line-height: 28px;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-img p {
        bottom: 12%;
        left: 60%;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa h2 {
        font-size: 12px;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa {
        padding: 26px 10px 20px;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa h1 {
        font-family: 'microsoft yahei';
    }

    .Case-page3 .slide-cont .left {
        padding-top: 0;
    }

    .Case-page3 .left2 h2 {
        font-size: 14px;
    }

    .Case-page3 .left2 h3 {
        font-size: 12px;
    }

    .Case-page3 .page3-right .slide-cont {
        padding: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .Case-page3 .left .left1 {
        margin-right: 10px;
    }

    .Case-page3 h1,
    .Case-page4 h1 {
        margin-top: 40px;
        font-size: 24px;
    }

    .Case-page3 .page3-right .page3-right1 {
        height: 340px;
    }

    .Case-page4 .cont-txt .text-l .h3 {
        font-size: 16px;
    }

    .Case-page4 .cont-txt .text-l .h4 {
        font-size: 14px;
    }

    .Case-page4 .cont-txt .text-l .h5 {
        font-size: 12px;
    }

    .Case-page4 .cont1 .cont-txt {
        padding: 20px 12px 30px;
    }

    .Case-page4 .cont1 .cont-txt .text-l {
        width: 50%;
    }

    .index-page5 h1,
    .index-page6 h1,
    .index-title h1,
    .index-page8 .index-page8-pa h1,
    .MoreCase .MoreCase1 .h1,
    .Case-detail .detail-tit .tit-l .h1 {
        font-size: 24px;
    }

    .Case-detail .detail-tit .tit-l .h1 {
        line-height: 20px;
    }

    .stylist-master .master-swiper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 5%;
    }

    .stylist-master .master-cent,
    .stylist-master .master-right {
        width: 100%;
    }

    .stylist-master .master-right .right-swiper {
        margin-top: 0px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 20px;
    }

    .stylist-master .h2,
    .master-choiceness .h,
    .master-choiceness .h2 {
        font-size: 32px;
    }

    .master-choiceness .h2 {
        margin-bottom: 20px;
    }

    .master-choiceness .choiceness-ul li {
        margin: 0 24px;
        font-size: 14px;
    }

    .master-choiceness .list-r .desc {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .master-choiceness .list-r .data {
        font-size: 12px;
        line-height: 20px;
    }

    .master-choiceness .list .list-r {
        padding-top: 10px;
    }

    .master-choiceness .list-r .style {
        margin-top: 0px;
    }

    .masterDetail .title1 .name {
        font-size: 22px;
    }

    .masterDetail .detail-cont .detail-r {
        padding-left: 10px;
    }

    .masterDetail .detail-cont .detail-r .detail-title1,
    .masterDetail .detail-cont .detail-r .detail-title {
        padding: 10px 0 20px 25px;
    }

    .masterDetail .detail-r .detail-title .detail-desc {
        font-size: 14px;
    }

    .masterDetail .detail-r .detail-title1 .detail-year {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .masterDetail .detail-title .detail-desc .honor {
        width: 80%;
    }

    .masterDetail .title2 {
        padding: 10px 24px;
    }

    .MoreCase .MoreCase1 .MoreCase-button a {
        font-size: 12px;
        padding: 7px 30px;
    }

    .technology2-page1 .center .page1-li {
        font-size: 12px;
        padding: 6px 20px;
    }

    .technology2-page2 .page2-left .left-ps {
        display: none;
    }

    .technology2-page2 .page2-right {
        position: absolute;
        width: 100%;
        padding-left: 5%;
    }

    .technology2-page2 .page2-right .right-t {
        font-size: 32px;
    }

    .technology2-page2 .page2-right .right-d {
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }

    .technology2-page2 .page2-right .right-img {
        margin-top: 50px;
    }

    .technology1-page2 .page2-l .page2-li {
        padding: 30px 0 30px;
    }

    .technology1-page2 .page2-l .page2-li .li-desc {
        width: 100%;
    }

    .technology1-page3 .page3-l .left-d {
        font-size: 14px;
    }

    .technology1-page3 .page3-content .page3-l,
    .technology1-page3 .page3-content .page3-r {
        padding: 40px 30px;
    }

    .technology1-page3 .page3-r .r-img1 {
        padding: 10px;
    }

    .technology1-page4 .page4-content .page4-img:nth-child(5n) {
        margin-right: 2%;
    }

    .technology1-page4 .page4-content .page4-img:nth-child(4n) {
        margin-right: 0;
    }

    .technology3-page2 {
        padding-top: 30px;
    }

    .technology3-page2 .center .page2-li {
        padding: 6px 20px;
        margin: 0 18px;
    }

    .technology3-page2 {
        padding: 30px 0;
    }

    .technology3-page1 .page3-cent .li1 {
        padding: 20px 0;
    }

    .technology3-page3 .center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .technology3-page3 .left-img,
    .technology3-page3 .right-txt {
        width: 100%;
    }

    .service_order1 {
        width: 90%;
    }

    .service_order1 .order1-r {
        padding: 30px 30px 0;
    }

    .service_order2 .order2-box .box1 .box1-img {
        -webkit-transform: none;
        transform: none;
    }

    .service_order2 .order2-box .box1 .box1-img img {
        width: 100%;
    }

    .service_order2 .order2-box .box1 {
        width: 30%;
    }

    .garther-page3 .page3-r .page3-li {
        padding: 30px 20px 0;
    }

    .garther-page3 .page3-r .page3-li .li-txt {
        font-size: 12px;
    }

    .garther-page4 .page4-ul li {
        padding: 10px 16px;
        margin: 0 20px;
    }

    .garther-page6 .MoreCase .MoreCase1 .h1 {
        font-size: 24px;
    }

    .order2-detail .center .detail2-l .left-tit {
        font-size: 22px;
    }

    .order2-detail .detail2-l .new-detail .bshare-custom {
        margin-top: 50px;
    }

    .order2-detail .detail2-r .right2 {
        font-size: 12px;
    }

    .service_order3 {
        margin-top: 30px;
    }

    .index-title h1 {
        font-size: 30px;
    }

    .index-page4 .index-page4-title p {
        font-size: 16px;
        margin: 10px 0 30px;
    }

    .index-page4 .index-page4-ul .index-page4-li,
    .index-page9 .index-page9-ul .index-page9-li {
        margin: 0 20px;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left .swiper-slide-a {
        margin-top: 60px;
    }

    .index-page4 .index-page4-swiper {
        margin-bottom: 20px;
    }

    .index-page5 .index-page5-all {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .index-page5 .index-page5-left {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .index-page5 .index-page5-right {
        width: 100%;
    }

    .index-page5 .index-page5-left .index-page5-left2 {
        padding: 20px 0 0 20px;
    }

    .index-page5 .index-page5-left .index-page5-left2 .index-page5-year {
        margin-top: 8px;
        margin-bottom: 10px;
    }

    .index-page5 .index-page5-left .index-page5-left2 .index-page5-style {
        margin-top: 12px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .index-page5 .index-page5-left .index-page5-left2 .index-page5-style p {
        margin-bottom: 10px;
    }

    .index-page6 .index-page6-cont .page6-cont .page6-img1-href {
        padding: 6px 20px;
    }

    .index-page6 .index-page6-cont .index-page6-img2 {
        height: 250px;
    }

    .index-page7 .index-page7-more {
        font-size: 12px;
        padding: 10px 50px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-hide a {
        font-size: 12px;
        padding: 6px 20px;
    }

    .index-page8 .index-page8-pa .index-page8-ul {
        width: 90%;
        margin-top: 0;
    }

    .index-page8 .index-page8-pa {
        padding-top: 15px;
    }

    .index-page8 .index-page8-pa .index-page8-ul .index-page8-li {
        padding: 40px 0px;
    }

    .swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
        padding: 20px 10px;
    }

    .index-page9 .index-page9-swiper .swiper-wrapper {
        padding-top: 24px;
    }

    .index-title h2 {
        font-size: 20px;
        color: #4d4d4d;
        text-align: center;
        margin: 16px auto 24px;
    }

    .index-page9 .index-page9-swiper .swiper-button-next,
    .index-page9 .index-page9-swiper .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .index-page9 .index-page9-swiper {
        padding-bottom: 90px;
    }

    .index-page9 .index-page9-swiper .swiper-pagination-bullets {
        bottom: 40px;
    }

    .index-page10 .index-page10-li {
        width: 18%;
        text-align: center;
        margin: 40px 20px 10px;
    }

    .index-page10 .index-page10-li .index-page10-img {
        width: 64px;
        height: 64px;
    }

    .footer .footer-top {
        padding-top: 30px;
    }

    .footer .xian {
        margin-top: 20px;
    }

    .footer .footer-bottom {
        width: 90%;
    }

    .footer .footer-top .footer-top-right h1 {
        font-size: 18px;
    }

    .index-page3 .index-page3-tit1 h1,
    .finish-page1 .page1-t {
        font-size: 24px;
    }

    .banner-title {
        margin-top: 70px;
    }

    .finish-page1 .page1-ul {
        margin-top: 20px;
    }

    .finish-page1 .page1-li {
        margin-bottom: 20px;
    }

    .finish-page1 .finish-page2 .page2-r .list2 .txt {
        font-size: 16px;
    }

    .finish-page1 .finish-page2 .page2-r .list1 {
        padding-top: 16px;
    }

    .finish-page1 .finish-page2 .page2-r .list {
        padding-bottom: 16px;
    }

    .finish-page1 .page2-r .abs {
        margin-left: 26px;
        margin-top: 16px;
    }

    .finish-page3 .mb {
        display: none;
    }

    .finish-page3 .page3-txt {
        position: static;
        background: #676c7d;
        overflow: hidden;
        -webkit-transform: none;
        transform: none;
    }

    .finish-page3 .page3-txt .page3-li {
        width: 40%;
    }

    .banner-title .title1 .title-btn a {
        font-size: 12px;
        padding: 6px 30px;
    }

    .Case-page1 .left-cont p {
        font-size: 26px;
        line-height: 36px;
    }

    .Case-page1 .right-input input {
        width: 70%;
    }

    .Case-page2 .page2-ul .ul1 {
        width: 8%;
    }

    .Case-page2 .page2-ul .ul2 {
        width: 92%;
    }

    .Case-page2 .page2-ul a {
        padding: 6px 20px;
    }

    .Case-page2 .page2-ul {
        margin: 0;
    }

    .pt1,
    .MoreCase {
        padding-top: 30px;
    }

    .Building-detail .detail-r {
        padding-left: 40px;
    }

    .Building-detail .detail-r .desc1 {
        width: 24%;
    }

    .Building-detail .detail-r .desc2 {
        font-size: 14px;
    }

    .contactUs-tit {
        padding-top: 30px;
    }

    .contactUs-tit .contactUs-l .tit {
        font-size: 16px;
        line-height: 20px;
        margin: 10px 0;
    }

    .contactUs-tit .contactUs-l .desc {
        font-size: 14px;
        line-height: 20px;
    }

    .contactUs-tit .contactUs-r {
        padding: 30px 20px;
    }

    .contactUs-tit .tel .img1 {
        margin-bottom: 30px;
    }

    .contactUs-tit .tel .img .zx {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contactUs-tit .contactUs-l .tel {
        padding-top: 20px;
    }

    .contactUs-tit .contactUs-l .tel .txt {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .contactUs-tit .tel .img .dh {
        font-size: 12px;
        width: 100%;
    }

    .contactUs-tit .sao .wz {
        font-size: 16px;
        line-height: 26px;
    }

    .contactUs-tit .contactUs-r .title {
        font-size: 24px;
    }

    .contactUs-tit .contactUs-r .desc {
        margin: 14px 0 20px;
        font-size: 14px;
    }

    .contactUs-tit .contactUs-r form .input1 {
        margin-bottom: 10px;
        padding: 14px 0 14px 26px;
        font-size: 12px;
    }

    .contactUs-tit .contactUs-r form .bz {
        font-size: 12px;
    }

    .contactUs-tit .contactUs-r form .btn {
        font-size: 12px;
        padding: 10px;
    }

    .contactUs-tit .contactUs-r .message {
        font-size: 12px;
        margin-top: 10px;
    }
}

@media only screen and (max-width:960px) {
    
    /*.xs.active{*/
    /*    display: none;*/
    /*}*/
    
    .xs .xs_cont .xs_top .xs_tit{
        font-size: 24px;
    }
    
    .bj .bj_form .bj_ipt .ipt{
        width: 100%;
    }
    
    .xs .xs_cont .xs_f {
        padding: 20px;
        font-size: 14px;
    }
    
    .xs .xs_cont{
        width: 80%;
        height: auto;
        padding-bottom: 20px;
    }
    
    .xs1.xs{
        position: static;
        height: 100vh;
    }
    
    .xs.xs1 .xs_cont .xs_close{
        display: none;
    }

    /*.wow{*/
    /*    display: none;*/
    .scroll {
        overflow-x: scroll;
        margin: auto;
    }

    .index-page1.swiper-container .swiper-slide {
        height: 50vh;
    }

    .index-page8 {
        display: none;
    }

    .garther-page3 .page3-r {
        width: 72%;
    }

    .banner-title {
        margin-top: 0;
    }

    .picture1 {
        display: none;
    }

    .picture2 {
        display: block;
    }

    /*.technology1-page2 .page2-content {*/
    /*	display: none;*/
    /*}*/

    .index-page1.swiper-container {
        height: auto;
        margin-top: 64px;
    }

    .swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
        display: none;
    }

    .index-fixed {
        display: none;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left {
        width: 40%;
        padding: 20px 0 0 10px;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left h2 {
        margin: 10px 0 10px;
        line-height: 18px;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left h3 {
        line-height: 14px;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left span {
        font-size: 12px;
        margin: 10px 0 14px;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left .swiper-slide-a {
        margin-top: 30px;
    }

    .index-page6 .index-page6-cont .index-page6-img2.page6-cont h4 {
        margin: 10px 0;
    }

    .index-page6 .index-page6-cont .index-page6-img1 {
        padding: 8px 50px 8px 0;
    }

    .index-page6 .index-page6-cont .index-page6-img4 {
        padding: 8px 0px 8px 50px;
    }

    .index-page8 .index-page8-pa .index-page8-ul {
        margin: 0px auto 0;
        -webkit-box-pack: end;
        -webkit-justify-content: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

    .index-page8 .index-page8-pa h1 {
        font-size: 26px;
    }

    .index-page8 .index-page8-pa h2 {
        font-size: 18px;
        margin-top: 10px;
    }

    .index-page8 .index-page8-pa .index-page8-ul .index-page8-li {
        border: 2px solid #fff;
        width: 15.3%;
        margin: 10px 15px;
        padding: 20px 0px 20px;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right p {
        margin-bottom: 10px;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right {
        padding: 30px 54px 0;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right .swiper-slide-desc {
        margin: 20px auto 40px;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right .swiper-slider-href {
        font-size: 12px;
        padding: 6px 24px;
    }

    .index-page9 .swiper-slide-right .swiper-slider-href .iconfont {
        font-size: 14px;
    }

    .index-page4 .index-page4-swiper {
        margin-bottom: 0;
    }

    .index-page4 .index-page4-btn {
        font-size: 12px;
    }

    .index-page4 .index-page4-btn .iconfont {
        font-size: 12px;
    }

    .index-page10 .index-page10-li {
        margin: 10px 10px 10px;
    }

    .footer .footer-top .footer-top-right h1 {
        font-size: 20px;
    }

    .footer .footer-top,
    .footer .xian {
        display: none;
    }

    .garther-page1 .page1-l {
        display: none;
    }

    .garther-page1 .page1-l1 {
        display: block;
    }

    .Case-page1 {
        margin: 30px auto;
    }

    .Case-page1 .page1-right {
        width: 50%;
    }

    .Case-page1 .right-input input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .Case-page1 .page1-left h1 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .Case-page1 .left-cont p {
        font-size: 16px;
        line-height: 22px;
    }

    .Case-page1 .right-input input {
        line-height: 30px;
        width: 80%;
    }

    .Case-page1 .right-txt li {
        font-size: 12px;
        margin-right: 20px;
    }

    .Case-page1 .right-txt a {
        font-size: 12px;
    }

    .Case-page2 .page2-ul .ul1 {
        width: 7%;
        font-size: 14px;
    }

    .Case-page2 .page2-ul a {
        padding: 4px 16px;
        font-size: 12px;
    }

    .Case-detail .detail-tit {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .Case-detail .tit-r .right1 .desc {
        margin-top: 10px;
        font-size: 20px;
    }

    .Case-detail .swiper-right {
        width: 100%;
        position: static;
        padding: 20px;
        margin-top: 20px;
    }

    .Case-detail .swiper-right .h1 {
        font-size: 18px;
    }

    .Case-detail .swiper-right .h3 {
        margin-top: 10px;
        font-size: 14px;
        color: #666;
    }

    .Case-detail .swiper-right .style p:nth-child(n + 4) {
        display: none;
    }

    .Case-detail .swiper-right .h3 p {
        margin-bottom: 0;
        line-height: 1.5;
    }

    .Case-detail .swiper-right .style {
        padding-top: 6px;
    }

    .Case-detail .swiper-right .person {
        margin-top: 20px;
        padding-top: 20px;
    }

    .Case-detail .person-img .txt .name {
        font-size: 14px;
    }

    .Case-detail .person-img .txt .desc {
        color: #808080;
        font-size: 12px;
        margin: 10px 0 10px;
    }

    .Case-detail .person-img .txt .num {
        color: #999;
    }

    .Case-detail .person .text {
        font-size: 14px;
        color: #666;
        margin-top: 16px;
    }

    .Case-detail .person .detail-btn {
        width: 100%;
        text-align: center;
        border-radius: 8px;
    }

    .Case-detail .swiper-left {
        width: 100%;
    }

    .design {
        width: 100%;
    }

    .design .design-btn {
        margin-top: 50px;
    }

    .stylist-master {
        padding-top: 30px;
    }

    .stylist-master .master-right {
        width: 90%;
        margin: 10px auto 0;
    }

    .stylist-master .master-right .right-swiper {
        margin-top: 20px;
    }

    .service_order1 .order1-r .order1-desc {
        font-size: 12px;
    }

    .service_order1 .order1-r .order1-f .ipt::-webkit-input-placeholder {
        font-size: 12px;
    }

    .service_order1 .order1-r .order1-f .ipt {
        padding: 10px 0 20px 10px;
    }

    .service_order1 .order1-r .order1-f .btn,
    .order2-detail .detail2-r .right3 .ipt {
        font-size: 14px;
        margin-top: 26px;
        padding: 6px 0;
    }

    .service_order1 .order1-r .tel {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .service_order1 .order1-r .tel1 {
        margin-bottom: 10px;
    }

    .service_order1 {
        margin: 40px auto;
    }

    .finish-page3 {
        margin-top: 0;
    }

    .garther-page1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 30px;
    }

    .garther-page1 .page2-r {
        padding: 0;
        width: 100%;
    }

    .garther-page1 .page2-r .page1-de .title {
        font-size: 20px;
    }

    .garther-page1 .page2-r .page1-de .title1 {
        font-size: 24px;
    }

    .garther-page2 .page2-ul {
        display: none;
    }

    .garther-page2 .page2-ul1 {
        display: block;
    }

    .garther-page2 .page2-ul1 .ul1-1 {
        padding: 4px 0;
    }

    .garther-page2 .page2-ul1 .p1 {
        font-size: 14px;
        color: #666;
        line-height: 1.5;
    }

    .garther-page2 .page2-ul1 .p2 {
        font-size: 12px;
        color: #999;
        line-height: 18px;
    }

    /*.garther-page2 .page2-ul1 img {*/
    /*	width: 100%;*/
    /*}*/
    .garther-page4 .page4-ul {
        margin-top: 12px;
    }

    .garther-page4 .page4-ul li {
        padding: 5px 8px;
        margin: 0;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        font-size: 12px;
    }

    .garther-page4 .page4-flex {
        padding: 0;
    }

    .garther-page4 .page4-flex .flex1 {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 10px;
    }

    .garther-page4 .page4-flex .flex1:nth-child(2n) {
        margin-right: 0;
    }

    .pt1,
    .MoreCase,
    .garther-page5 .page5-ul {
        padding-top: 0px;
    }

    .garther-page6 {
        padding-top: 20px;
    }

    .encyclopedia1 .li-img .li2 {
        padding: 20px 10px;
    }

    .encyclopedia1 .li-img .li2 .li2-tit {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .encyclopedia1 .li-img .li2 .li2-desc {
        font-size: 12px;
        line-height: 20px;
    }

    .encyclopedia1 .li-img .li2 .li2-data {
        font-size: 12px;
        margin-top: 20px;
    }

    .encyclopedia4 .ask-txt .ask-txt1,
    .encyclopedia4 .ask-txt .ask-txt2 {
        font-size: 16px;
    }

    .encyclopedia4 .ask-txt .ask-txt2 p {
        font-size: 12px;
    }

    .about-page5 h1,
    .about-page6 h1,
    .about-page3 .page3-right h1,
    .page2-txt h1 {
        font-size: 24px;
    }

    .about-page3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto 20px;
    }

    .about-page3 .page3-right {
        padding: 86px 0 0 0px;
    }

    .about-page3 .page3-right h1 {
        padding-bottom: 20px;
        margin-bottom: 12px;
        line-height: 30px;
    }

    .about-page3 .right-text p {
        font-size: 14px;
        line-height: 20px;
    }

    .about-page3 .right-text {
        padding-bottom: 0px;
    }

    .about-page4 .slide-text {
        width: 80%;
        padding: 20px 10px 30px 40px;
        margin-left: 40px;
        bottom: 6%;
    }

    .about-page4 .slide-text .num {
        font-size: 16px;
    }

    .about-page4 .slide-text .title {
        font-size: 18px;
    }

    .about-page4 .slide-text h3 {
        font-size: 22px;
        line-height: 30px;
        margin: 10px auto;
    }

    .about-page4 .slide-text .desc p {
        font-size: 14px;
        line-height: 24px;
    }

    .about-page4 .fy {
        display: none;
    }

    .about-page5 h2 {
        font-size: 16px;
        line-height: 30px;
    }

    .about-page6 .page6-swiper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .about-page6 .slide-left {
        width: 100%;
    }

    .about-page6 .slide-right {
        width: 100%;
        padding: 6% 0 0;
    }

    .about-page2 .page2-img h2 {
        font-size: 24px;
    }

    .about-page2 .page2-img p {
        font-size: 12px;
    }

    .about-page2 .page2-img .img1 {
        bottom: 70px;
        left: 90px;
    }

    .about-page2 .page2-img .img2 {
        bottom: 120px;
        left: 280px;
    }

    .about-page2 .page2-img .img3 {
        bottom: 90px;
        left: 410px;
    }

    .about-page2 .page2-img .img4 {
        bottom: 150px;
        left: 590px;
    }

    .about-page2 .page2-img .img5 {
        bottom: 90px;
        right: 120px;
    }
}

@media only screen and (max-width:640px) {
    
    .xs .xs_cont .xs_lq img,
    .xs .xs_cont .xs_top .xs_desc{
        display: none;
    }
    
    .xs .xs_cont .xs_top{
        padding-bottom: 0;
    }
    
    /*.xs .xs_cont .form_i{*/
    /*    margin-bottom: 10px;*/
    /*}*/
    
    .xs .xs_cont .xs_top .xs_tit{
        margin-bottom: 0;
    }
    
    .bj .bj_form .lt{
        width: 100%;
    }

    .footer .footer-bottom .footer-bottom-l .footer-bottom2,
    .footer .footer-bottom .footer-bottom-r {
        line-height: 16px;
    }

    .about-page6 .page6-swiper .swiper-pagination {
        display: block;
        position: static;
        margin-top: 10px;
    }

    .about-page6 .page6-swiper .swiper-pagination .swiper-pagination-bullet-active {
        width: 22px;
        height: 8px;
        border-radius: 8px;
        background: #daba7d;
    }

    .index-page3 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        display: none;
    }

    .technology1-page2 .page2-content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .technology1-page2 .page2-l .page2-li .li-tit::before,
    .technology1-page2 .page2-l .page2-li .li-tit::after {
        display: none;
    }

    .technology1-page2 .finish-page1 {
        padding-top: 1px;
    }

    .technology1-page2 .page2-l,
    .technology1-page2 .page2-r {
        width: 100%;
        padding: 0;
    }

    .technology1-page2 .page2-l .page2-li .li-tit .num {
        width: 6%;
    }

    .technology1-page2 .page2-l .page2-li .li-tit {
        font-size: 14px;
        padding-bottom: 6px;
        margin-bottom: 6px;
    }

    .technology1-page1 .page1-swiper .swiper-wrapper {
        padding-top: 10px;
    }

    .technology1-page2 .page2-l .page2-li .li-desc {
        font-size: 12px;
        color: #989898;
        line-height: 1.5;
    }

    .technology1-page2 .page2-l .page2-li {
        padding: 10px 0;
    }

    .technology1-page2 .page2-l .page2-li .li-tit .num img {
        width: 100%;
    }

    .technology1-page2 .page2-c {
        display: none;
    }

    .service_order1 .order1-r .order1-f .btn,
    .order2-detail .detail2-r .right3 .ipt {
        border-radius: 3px;
    }

    .banner-title .title1 .title-btn a {
        margin: 0px 10px;
        border-radius: 3px;
    }

    .MoreCase .MoreCase1 .MoreCase-button a {
        color: #fff;
        padding: 12px 20px;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 4px;
    }

    .MoreCase .MoreCase1 .MoreCase-button .iconfont {
        font-size: 12px;
    }

    .technology2-page1 .center .page1-ul {
        margin-top: 20px;
        margin-bottom: 12px;
        overflow-x: scroll;
    }

    .technology2-page1 .center .page1-ul::-webkit-scrollbar {
        display: none;
    }

    .technology2-page1 .center .page1-ul::-webkit-scrollbar-thumb {
        display: none;
    }

    /*.banner-title img,*/
    /*.about-page2 .page2-img img {*/
    /*	width: 700px;*/
    /*}*/
    .index-page1.swiper-container .swiper-slide img {
        /*height: 100vh;*/
    }

    .index-page1.swiper-container .swiper-slide.banner-title .title1 h1 {
        font-size: 20px;
    }

    .index-page1.swiper-container .swiper-slide.banner-title .title1 h2 {
        font-size: 14px;
        margin-top: 8px;
    }

    .index-page1.swiper-container .swiper-slide.banner-title .title1 h3 {
        font-size: 12px;
        margin-top: 8px;
    }

    .index-page1.swiper-container .banner-title {
        margin-top: 0;
    }

    .banner-title {
        margin-top: 60px;
        width: 100%;
        overflow: hidden;
    }

    .way-title .way-content .way-hide .zt.active {
        -webkit-transform: translateX(-180px);
        transform: translateX(-180px);
    }

    .phone-nav .main {
        width: 180px;
    }

    .phone-nav nav a {
        font-size: 12px;
    }

    .phone-nav .search .input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .phone-nav .title {
        font-size: 14px;
    }

    .phone-nav ul a {
        font-size: 12px;
    }

    .way-title .way-content .way-content-r {
        top: 56px;
    }

    .index-page1.swiper-container {
        height: auto;
        margin-top: 60px;
    }

    .way-title .way-content .way-content-r .way-link1 {
        line-height: 40px;
    }

    .index-page8 .index-page8-pa .index-page8-ul .index-page8-li h3,
    .index-page8 .index-page8-pa .index-page8-ul .index-page8-li h4 {
        font-size: 16px;
    }

    .way-title .way-content .way-content-l {
        width: 37%;
        padding: 6px 0;
    }

    .way-title .way-content .way-content-l img {
        width: 100%;
    }

    /*.index-page1.swiper-container .swiper-slide img{*/
    /*    width: 700px;*/
    /*}*/
    .mb {
        background: #0000000a;
    }

    .banner-title .mb {
        background: #00000031;
    }

    .index-page1.swiper-container .swiper-pagination-bullet {
        width: 12px;
        height: 8px;
        border-radius: 8px;
    }

    .index-page1.swiper-container .swiper-pagination-bullet-active {
        width: 22px;
    }

    .index-page1.swiper-container .index-page-offer {
        display: none;
    }

    .index-page1.swiper-container .swiper-pagination {
        bottom: 10px;
    }

    .index-page2 {
        background: #fff;
        padding: 30px 0 20px;
    }

    .index-page2 .index-page2-ul {
        display: none;
    }

    .index-page2 .index_page2_tc {
        display: block;
        width: 90%;
        margin: auto;
        font-size: 12px;
        border-top: 1px solid #eee;
        margin-top: 30px;
        color: #333;
    }

    .index-page2 .index_page2_tc .page2_tc1 {
        padding: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        position: relative;
        border-bottom: 1px solid #eee;
    }

    .index-page2 .index_page2_tc .page2_tc1::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 4px;
        height: 20px;
        background: #daba7d;
    }

    .index-page2 .index_page2_tc .page2_tit2 {
        color: #e35a52;
    }

    .bj .bj_c {
        height: auto;
    }

    .bj .bj_lt {
        color: #daba7d;
        margin-bottom: 10px;
    }

    .bj .bj_flex {
        padding: 20px;
    }

    .bj .bj_c .bj_imgc,
    .bj .bj_c .bj_imgr,
    .bj .bj_c .bj_imgl,
    .bj .bj_c .bj_btm,
    .bj .bj_form .bj_ipt .txt,
    .bj .bj_num,
    .bj .bj_form .rt {
        display: none;
    }

    .bj .bj_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 9;
        width: 100%;
    }

    .bj .bj_form .rt12 {
        display: block;
        outline: none;
        border: none;
        width: 100%;
        background: #daba7d;
        color: #fff;
        padding: 10px;
        border-radius: 6px;
    }

    .lf .lf_c .lf_form {
        padding-top: 20px;
    }

    .lf .lf_c .lf_form .lf_tit {
        margin-bottom: 0;
    }

    .lf .lf_c {
        width: 80%;
    }

    .lf .lf_c .form1 {
        width: 100%;
        margin: 10px auto 0;
    }

    .lf .lf_c .form1 .form_tit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 0;
    }

    .lf .lf_c .form1 .form_tit .form_ipt,
    .lf .lf_c .form1 .form_m {
        width: 90%;
        margin-bottom: 10px;
        margin: 0 auto 10px;
    }

    .lf .lf_c .form1 .ipt123 {
        width: 90%;
        margin: auto;
        display: block;
        height: 44px;
    }

    .lf .lf_c .lf_imgt,
    .lf .lf_c .lf_imgl,
    .lf .lf_c .lf_imgr {
        display: none;
    }

    .lf .lf_c .lf_form .lf_btn {
        width: 90%;
        padding: 10px 0;
        margin: 10px auto;
        display: block;
    }

    .index-page2 .index-page2-tb {
        width: 90%;
        margin: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .index-page2 .index-page2-tb .tb1-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background-color: #daba7d;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto 10px;
    }

    .index-page2 .index-page2-tb .tb1-img img {
        width: 50%;
    }

    .index-page2 .index-page2-tb p {
        color: #333;
        font-size: 14px;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-tit .index-page3-tit1 h1 {
        font-size: 14px;
        margin: 10px 0 0;
        color: #808080;
        line-height: 1.5;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-tit {
        width: 100%;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-tit .index-page3-tit2 {
        display: none;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-tit .index-page3-tit1 span {
        display: none;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-tit .index-page3-tit1 {
        margin-bottom: 10px;
        text-align: center;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-tit .index-page3-tit2 p {
        font-size: 12px;
        line-height: 18px;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-img p {
        text-align: right;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about p {
        font-size: 14px;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about h1 {
        font-size: 18px;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about span {
        line-height: 18px;
        width: 98%;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about2 {
        font-size: 14px;
        padding: 6px 20px;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-img {
        position: static;
        width: 60%;
        display: none;
    }

    .index-page3 .index-page3-right .index-page3-right1 {
        padding-left: 5%;
        padding-top: 0;
        padding-bottom: 10px;
        background: none;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about2 p {
        margin-top: 0;
    }

    .index-page3 .index-page3-right .index-page3-right2 {
        display: none;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about2 i {
        display: none;
    }

    .index-title h1 {
        font-size: 22px;
    }

    .index-title {
        padding: 30px 0 30px;
    }

    .index-page3 .index-page3-right .index-page3-right2 .index-page3-about {
        display: none;
    }

    .index-page3 .swiper-container.index-page3-swiper .swiper-slide a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .index-page9 .index-page9-ul .index-page9-li {
        margin: 0 10px 0 0;
    }

    .index-page3 .index-page3-right .index-page3-right1 .index-page3-tit .index-page3-tit1 p {
        font-size: 18px;
        color: #1a1a1a;
        font-family: 'microsoft yahei';
        line-height: 16px;
    }

    .index-page4 .index-page4-title p,
    .index-title h2 {
        font-size: 14px;
        width: 90%;
        margin: 10px auto;
        line-height: 1.5;
    }

    .index-page4 .index-page4-ul,
    .index-page9 .index-page9-ul {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0 2%;
        box-sizing: border-box;
        border-bottom: 2px solid rgba(153, 153, 153, 0.281);
    }

    .index-page4 .index-page9-ul {
        overflow-x: auto;
    }

    .index-page4 .index-page4-ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border: none;
    }

    .index-page4 .index-page4-ul::-webkit-scrollbar,
    .index-page9 .index-page9-ul::-webkit-scrollbar {
        display: none;
    }

    .index-page4 .index-page4-ul::-webkit-scrollbar-thumb,
    .index-page9 .index-page9-ul::-webkit-scrollbar-thumb {
        display: none;
    }

    .index-page4 .index-page4-ul .index-page4-li,
    .index-page9 .index-page9-ul .index-page9-li {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        border-bottom: 2px solid transparent;
    }

    .index-page4 .index-page4-ul .index-page4-li.active,
    .index-page9 .index-page9-ul .index-page9-li.active {
        border-bottom: 2px solid #daba7d;
    }

    .index-page4 .index-page4-ul .index-page4-li.active {
        background: #daba7d;
        color: #fff;
    }

    .index-page4 .index-page4-swiper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .index-page4 .index-page4-ul .index-page4-li {
        margin: 0 0 10px;
        width: 22%;
        padding: 0;
        border: 1px solid #ddd;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 30px;
        margin-right: 4%;
        color: #666;
    }

    .index-page4 .index-page4-ul .index-page4-li:nth-child(4n) {
        margin-right: 0;
    }

    .index-page4 .index-page4-ul .index-page4-li:nth-child(n + 9) {
        display: none;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left,
    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-right {
        width: 100%;
        box-shadow: none;
        padding: 10px 0;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-right {
        padding: 0;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left {
        padding-left: 5%;
    }

    .index-page4 {
        background: #f4f4f4;
        padding-bottom: 30px;
    }

    .index-page4 h1.item3 {
        display: none;
    }

    .index-page4 .page4_tit {
        font-size: 22px;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left h2,
    .index-page3 .swiper-container.index-page3-swiper .swiper-pagination {
        display: none;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left h3 {
        display: none;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left .swiper-slide-a {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 0;
        font-size: 0;
        opacity: 0;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left h1 {
        font-size: 16px;
        width: 100%;
    }

    .index-page4 .index-page4-swiper {
        margin-bottom: 0;
    }

    .index-page4 .index-page4-btn {
        padding: 12px 20px;
        font-size: 16px;
        width: 90%;
        box-sizing: border-box;
        border-radius: 4px;
        margin-top: 10px;
    }

    .index-page4 .index-page4-btn i {
        font-size: 12px;
    }

    .index-page4 .index-page4-swiper .swiper-slide .swiper-slide-left .slide-left-ul p {
        border-radius: 3px;
    }

    .index-page4 .index-page4-ul .index-page4-li.active::after,
    .index-page9 .index-page9-ul .index-page9-li.active::after {
        display: none;
    }

    .index-page4 .line {
        margin-top: -5px;
    }

    .index-page5 .index-page5-all {
        display: none;
    }

    .index-page5 .more-sj {
        padding: 12px 20px;
        font-size: 16px;
        width: 90%;
        box-sizing: border-box;
        border-radius: 4px;
        color: #fff;
        background-color: #daba7d;
        margin: 20px auto 0;
    }

    .index-page5 .page5-swiper {
        display: block;
        width: 100%;
        margin: auto;
    }

    .index-page5 .page5-swiper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .index-page5 .page5-swiper .swiper-slide .page5-l {
        width: 100%;
        height: 300px;
        overflow: hidden;
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/
    }

    .index-page5 .page5-swiper .swiper-slide .page5-l img {
        width: 100%;
    }

    .index-page5 .page5-swiper .swiper-slide .page5-r {
        width: 100%;
        padding-left: 16px;
        box-sizing: border-box;
    }

    .index-page5 .page5-r .r-tit {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end;
        line-height: 24px;
        margin-top: 6px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index-page5 .page5-swiper .swiper-slide.swiper-slide-prev,
    .index-page5 .page5-swiper .swiper-slide.swiper-slide-next {
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    .index-page5 .page5-r .r-tit h4 {
        font-size: 16px;
        color: #333;
        margin-right: 10px;
    }

    .index-page5 .page5-r .r-tit p {
        font-size: 12px;
        color: #666;
        width: 60%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .index-page5 .page5-r .r-data {
        font-size: 12px;
        color: #666;
        line-height: 18px;
        margin: 6px 0;
        white-space: nowrap;
        display: none;
    }

    .index-page5 .page5-r .r-data p:last-child {
        color: #28b28b;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .index-page5 .page5-swiper .swiper-pagination {
        position: static;
        margin-top: 0;
    }

    .index-page5 .page5-swiper .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 7px;
        border-radius: 8px;
    }

    .index-page5 .page5-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 22px;
        background: #333;
    }

    .index-page5 .line {
        margin-top: -6px;
    }

    .index-page6 {
        background: #f6f6f6;
        padding-bottom: 16px;
        display: none;
    }

    .hov1.hvr-sweep-to-right::before {
        display: none;
    }

    /*.line {*/
    /*       display: none;*/
    /*   }*/
    /*.index-title {*/
    /*	display: none;*/
    /*}*/
    .index-title h2 span {
        color: #daba7d;
        font-size: 18px;
    }

    .index-page5 .index-page5-left {
        display: none;
    }

    .index-page5 .index-page5-left .index-page5-left1 {
        height: auto;
    }
    .index-page5 .index-page5-right .page5-right-div h1 {
        font-size: 20px;
    }

    .index-page5 .index-page5-right .page5-right-div h1 span {
        font-size: 12px;
    }

    .index-page5 .index-page5-right .page5-right-a .page5-right-hide p,
    .index-page5 .index-page5-right .page5-right-div p {
        font-size: 12px;
        margin-top: 14px;
    }

    .index-page5 .index-page5-right .page5-right-a.active .page5-right-hide {
        display: none;
    }

    .index-page6 h2 {
        letter-spacing: .5px;
    }

    .index-page6 .index-page6-href {
        font-size: 12px;
    }

    .index-page6 .index-page6-cont {
        margin-top: 20px;
    }

    .index-page6 .index-page6-cont .picture1 {
        display: block;
        padding-bottom: 12px;
    }

    .index-page6 .index-page6-cont .page6-dw {
        display: none;
    }

    .index-page6 .index-page6-cont .index-page6-img2,
    .index-page6 .index-page6-cont .index-page6-img1 {
        color: #333;
        position: static;
        width: 100%;
        height: auto;
        padding: 6px 5%;
        text-align: left;
        display: block;
    }

    .index-page6 .index-page6-cont .page6-cont h4,
    .index-page6 .index-page6-cont .index-page6-img2.page6-cont h4 {
        width: 100%;
        text-align: left;
        line-height: 1.5;
        margin: 6px 0;
    }

    .index-page6 .index-page6-cont .page6-cont .page6-img1-href {
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #333;
        padding: 0;
        /* opacity: 1; */
        border-radius: 0;
    }

    .index-page7 {
        padding-top: 0;
    }

    .index-page7 .index-page7-more {
        padding: 12px 20px;
        font-size: 16px;
        width: 90%;
        box-sizing: border-box;
        border-radius: 4px;
        background-color: #daba7d;
        color: #fff;
        margin: 10px 0 0;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-hide {
        display: none;
    }

    .index-page7 .index-page7-content {
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa {
        padding: 6px;
        bottom: auto;
        top: 0;
        background: #d1aa76;
        border-radius: 0 0 26.66667vw 26.66667vw;
        width: 40%;
        margin-left: 10px;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-hide .page7-content1-href2 {
        border: 1px solid #fff;
    }

    .index-page7 .index-page7-content .page7-content1 {
        width: 49%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 0 10px;
        height: 170px;
    }

    .index-page7 .index-page7-content .page7-content1 img {
        width: 100%;
    }

    .index-page7 .index-page7-content .page7-content1:nth-child(n + 5) {
        display: none;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-hide a {
        font-size: 12px;
        padding: 6px 20px;
    }

    /*.index-page7 .index-page7-content .page7-content1 .page7-content1-pa .page7-data {*/
    /*	display: none;*/
    /*}*/
    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa h2 {
        font-size: 12px;
        margin: 6px 0;
        width: 100%;
        display: none;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa .page7-data p {
        display: none;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa h1 {
        color: #fff;
        font-size: 12px;
        text-align: center;
        display: none;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa .page7-data {
        color: #fff;
    }

    .index-page7 .index-page7-content .page7-content1 .page7-content1-pa .page7-data h3 span {
        font-size: 14px;
        color: #fff;
    }

    .index-page8 {
        display: none;
    }

    .index-page9 .index-page9-swiper .swiper-slide {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        box-shadow: none;
        overflow: hidden;
        padding: 10px;
        box-sizing: border-box;
        margin: 0;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-left {
        font-size: 0;
        width: 160px;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right {
        padding: 16px 0 0 20px;
        width: 100%;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right p {
        font-size: 12px;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right .swiper-slide-title {
        font-size: 14px;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right .swiper-slide-desc {
        margin: 10px 0;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        width: 100%;
        line-height: 1.5;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right .swiper-slider-href {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        background: none;
        font-size: 0;
        opacity: 0;
    }

    .index-page9 .index-page9-swiper .swiper-slide .swiper-slide-right .swiper-slider-href i {
        font-size: 0;
    }

    .index-page9 .index-page9-swiper {
        padding-bottom: 0;
    }

    .index-page9 .index-page9-swiper .swiper-wrapper {
        padding-top: 4px;
    }

    .index-page9 .index-page9-swiper .swiper-pagination-bullets {
        display: none;
    }

    /*.index-page9 .index-page9-ul{*/
    /*    width: 90%;*/
    /*}*/
    .line {
        display: none;
    }

    .index-page10,
    .footer .footer-bottom .footer-bottom-r {
        display: none;
    }

    .footer .footer-bottom .footer-bottom-l {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .footer .footer-bottom .footer-bottom-l .footer-bottom1 {
        display: none;
    }

    .footer .footer-bottom {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .finish-page1 .page1-ul {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: scroll;
        margin: 0;
    }

    .finish-page1 .page1-li .title {
        font-size: 16px;
    }

    .finish-page3 .page3-txt {
        background: #f6f6f6;
        padding-bottom: 20px;
    }

    .finish-page3 .page3-txt .page1-t {
        color: #333;
        margin-bottom: 10px;
    }

    .finish-page1 .page1-li {
        width: 80%;
        margin: 0 10px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding: 30px 20px 70px 20px;
    }

    .finish-page1 .finish-page2 {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 16px 0 0;
    }

    .finish-page1 .finish-page2 .page2-l {
        width: 100%;
    }

    .finish-page1 .finish-page2 .page2-r {
        width: 100%;
        padding: 0;
    }

    .finish-page3 .page3-txt .page3-ul {
        width: 90%;
    }

    .finish-page3 .page3-txt .page3-li {
        width: 100%;
        padding: 4px 0;
        border: none;
    }

    /*.finish-page3 .page3-txt .page3-li:nth-child(2n-1){*/
    /*    padding-right: 10px;*/
    /*}*/
    .finish-page3 .page3-txt .page3-li .num {
        color: #666;
        font-size: 14px;
        line-height: 1.5;
        color: #666;
        width: auto;
    }

    .finish-page1 .picture2 {
        margin-top: 10px;
    }

    .finish-page1 .picture2 p {
        color: #666;
        font-size: 14px;
        text-align: left;
        line-height: 1.5;
        padding: 4px 0;
    }

    #finish3.finish-page1 {
        padding-bottom: 24px;
    }

    /*.finish-page3 .page3-txt .page3-li .num img{*/
    /*    width: 100%;*/
    /*}*/
    .finish-page3 .page3-txt .page3-li .txt {
        margin-left: 4px;
        width: auto;
    }

    .finish-page3 .page3-li .txt .txt1 {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 0;
        color: #666;
    }

    .finish-page3 .page3-li .txt .txt2 {
        font-size: 12px;
        line-height: 18px;
        width: 100%;
        color: #999;
    }

    /*.finish-page3 .page3-txt .page3-li:nth-child(3n) {*/
    /*	border-right: 1px solid #ffffff30;*/
    /*}*/
    /*.finish-page3 .page3-img{*/
    /*    width: 600px;*/
    /*}*/
    .banner-title .title1 h1 {
        font-size: 20px;
    }

    .banner-title .title1 h2 {
        font-size: 14px;
        margin-top: 10px;
        width: 80%;
        margin: 10px auto;
        line-height: 1.5;
    }

    .banner-title .title1 .title-btn {
        margin-top: 20px;
    }

    .Case-page1 {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding-bottom: 20px;
        margin: 20px auto 10px;
        display: none;
    }

    .Case-page4 .cont-txt .text-l .h4 {
        display: none;
    }

    .Case-page1 .page1-right {
        display: none;
    }

    .Case-page2 .page2-ul a {
        padding: 10px 8px;
        border-radius: 4px;
    }

    .Case-page3 h1,
    .Case-page4 h1 {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .Case-page1 .page1-left h1 {
        font-size: 18px;
    }

    .Case-page2 .page2-ul .li a.active {
        background-color: #daba7d;
    }

    .Case-page4 .cont1 .cont-txt .text-l {
        width: 60%;
    }

    .Case-page2 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        top: 57px;
        z-index: 9;
        background: #fff;
    }

    .Case-page2 .page2-ul {
        width: 33.33%;
    }

    .Case-page2 .page2-ul .ul1 {
        width: 100%;
        color: #333;
        text-align: center;
        border: 1px solid #d8d4d491;
        padding: 10px 0;
        border-right: none;
    }

    .Case-page2 .page2-ul .ul1.active {
        color: #daba7d;
    }

    .Case-page2 .page2-ul .ul2.active {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .Case-page2 .page2-ul .ul1 i {
        font-size: 12px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
    }

    .Case-page2 .page2-ul .ul2 {
        position: absolute;
        /*display: none;*/
        /*width: 100vw;*/
        background: #fff;
        top: 100%;
        z-index: 9;
        left: 0;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 10px 5%;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        opacity: 0;
        visibility: hidden;
        transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
        width: 100%;
        box-sizing: border-box;
    }

    .Case-page2 .page2-ul .ul2 .picture2 {
        width: 30%;
    }

    .Case-page2 .page2-ul .li {
        margin-bottom: 6px;
        width: 30%;
        text-align: center;
        background: #f8f8fa;
    }

    .Case-page3 {
        display: none;
    }

    .Case-page4 .page4-cont .cont1 {
        width: 100%;
        position: relative;
    }

    .Case-page4 .cont1 .cont-txt {
        padding: 20px 0 30px;
    }

    .Case-page4 .cont-txt .text-l .h3 {
        font-size: 14px;
        margin-bottom: 3px;
    }

    .Case-page4 .cont-txt .text-r .r-img {
        position: absolute;
        bottom: 60px;
        right: 10px;
        display: none;
    }

    .Case-page4 .cont-txt .text-r .h5 {
        display: none;
    }

    .Case-page4 .cont-txt .text-r .name {
        font-size: 12px;
    }

    .Case-detail .detail-tit .tit-l .h1 {
        font-size: 18px;
    }

    .Case-detail .detail-tit .tit-l .h3 {
        font-size: 14px;
        margin-top: 0px;
    }

    .Case-detail .tit-r .right1 {
        margin-left: 20px;
    }

    .Case-detail .detail-cont {
        margin-top: 60px;
    }

    .Case-detail .swiper-left {
        padding: 20px;
    }

    .Case-detail .swiper-left .swiper-pagination-bullet {
        width: 12px;
        height: 6px;
        display: inline-block;
        border-radius: 8px;
        background: #999;
        opacity: 1;
    }

    .Case-detail .detail-tit {
        padding-bottom: 10px;
    }

    .Case-detail .swiper-left .swiper-pagination-bullet-active {
        width: 22px;
        background: #333;
    }

    .Case-detail .tit-r .right1 .area {
        font-size: 14px;
    }

    .Case-detail .tit-r .right1 .desc {
        font-size: 14px;
    }

    .Case-detail .swiper-bg {
        display: none;
    }

    .Case-btn {
        padding-bottom: 30px;
        margin-top: 6px;
    }

    .Case-btn .btn-num a {
        font-size: 12px;
        padding: 6px 6px;
    }

    .Case-detail {
        padding-bottom: 30px;
    }

    .Case-vr {
        margin-top: 20px;
    }

    .design {
        padding: 20px 18px;
    }

    .design h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .design p {
        font-size: 12px;
        line-height: 20px;
        margin: 14px 0;
    }

    .design .design-btn {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
        padding-top: 10px;
    }

    .design .design-btn .more .iconfont {
        display: none;
    }

    .design .design-btn .more {
        padding: 12px 0;
        color: #999;
    }

    .MoreCase .MoreCase1 .MoreCase-button {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .MoreCase {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .masterDetail .title2 i {
        display: none;
    }

    .master-choiceness {
        padding-top: 30px;
        margin: 0;
    }

    .stylist-master .master-right {
        display: none;
    }

    .stylist-master .master-cent .swiper-slide {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .stylist-master .master-desc,
    .stylist-master .master-cent .slide-img {
        width: 50%;
        padding: 0;
    }

    .stylist-master .master-desc .name {
        font-size: 16px;
    }

    .stylist-master .master-desc .name p {
        display: none;
    }

    .stylist-master .master-desc .desc {
        display: none;
    }

    .stylist-master .master-desc .data {
        font-size: 12px;
        line-height: 1.5;
        margin: 6px 0;
    }

    .stylist-master .master-desc .data p {
        font-size: 14px;
    }

    .stylist-master .master-btn {
        display: none;
    }

    .stylist-master .master-desc .style {
        margin-top: 0;
        font-size: 12px;
    }

    .stylist-master .master-desc .style1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 8px;
    }

    .stylist-master .master-desc {
        padding: 30px 0 0 16px;
    }

    .stylist-master .master-cent .swiper-slide .picture2 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .stylist-master .master-desc .style1 p {
        margin-bottom: 8px;
        padding: 5px 2px;
        margin-right: 8px;
    }

    .scroll {
        overflow: hidden;
        /* margin: auto; */
    }

    .stylist-master .master-swiper {
        margin: 0 auto;
        width: 90%;
    }

    .stylist-master {
        padding-bottom: 30px;
    }

    .master-choiceness .h2 {
        margin-bottom: 10px;
    }

    .master-choiceness .choiceness-ul li {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 0 30px 0 0;
        padding: 0;
        line-height: 42px;
    }

    .master-choiceness .choiceness-ul {
        -webkit-box-pack: left;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
    }

    .master-choiceness .choiceness-ul::-webkit-scrollbar {
        display: none;
    }

    .master-choiceness .choiceness-ul::-webkit-scrollbar-thumb {
        display: none;
    }

    .stylist-master .h2,
    .master-choiceness .h,
    .master-choiceness .h2 {
        font-size: 18px;
        color: #333;
    }

    .stylist-master .h4 {
        font-size: 14px;
        margin: 10px 0;
        line-height: 1.5;
    }

    .master-choiceness .choiceness1 .list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /*-webkit-flex-direction: column;*/
        /*-ms-flex-direction: column;*/
        /*flex-direction: column;*/
        width: 100%;
    }

    .master-choiceness .list .list-l {
        width: 30%;
    }

    .master-choiceness .list .list-r {
        height: 100%;
        padding-bottom: 0;
        width: 70%;
    }

    .master-choiceness .list-r .desc {
        display: none;
    }

    .master-choiceness .list .list-r .name {
        font-size: 14px;
    }

    .master-choiceness .list-r .data {
        font-size: 12px;
        line-height: 1.5;
        color: #999;
        margin: 6px 0;
    }

    .master-choiceness .list-r .data p {
        font-size: 14px;
    }

    .master-choiceness .list-r .style p {
        padding: 5px 2px;
    }

    .master-choiceness .list-r .style p:nth-child(n + 4) {
        display: none;
    }

    .stylist-master .master-desc .style1 p:nth-child(n + 4) {
        display: none;
    }

    .masterDetail .detail-title1 .detail-year p {
        width: calc(100% - 80px);
    }

    .master-choiceness .choiceness1 {
        padding: 20px 0;
    }

    .masterDetail {
        padding-top: 60px;
        padding-bottom: 10px;
    }

    .masterDetail .detail-cont {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        margin-top: 30px;
    }

    .masterDetail .detail-cont .detail-l {
        width: 100%;
    }

    .masterDetail .detail-cont .detail-r {
        width: 100%;
        padding: 0;
        background: #ededed;
    }

    .masterDetail .detail-cont .detail-r .detail-title1,
    .masterDetail .detail-cont .detail-r .detail-title {
        padding: 16px 0;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        border-bottom: 1px solid #dedede;
    }

    .masterDetail .detail-r .detail-title1 .detail-year {
        font-size: 14px;
        margin-bottom: 0;
        line-height: 1.5;
    }

    .masterDetail .title1 .name {
        font-size: 18px;
    }

    .masterDetail .title1 .work {
        font-size: 14px;
        color: #666;
        margin-top: 10px;
    }

    .masterDetail .detail-r .detail-title .detail-desc p,
    .masterDetail .detail-title .detail-desc .honor {
        width: 70%;
        line-height: 1.5;
        color: #999;
        font-size: 12px;
    }

    .masterDetail .title2 {
        padding: 6px 14px;
        border-radius: 3px;
        font-size: 12px;
    }

    .MoreCase .MoreCase1 .h1 {
        margin-bottom: 10px;
        font-size: 18px;
    }

    .masterDetail2.MoreCase .h4 {
        font-size: 14px;
        margin-bottom: 10px;
        color: #666;
    }

    .technology2-page1 .center .page1-li {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-right: 10px;
    }

    .technology2-page2 {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .technology2-page2 .page2-left img {
        width: 100%;
    }

    .technology2-page2 .page2-left {
        display: none;
    }

    .technology2-page2 .page2-right {
        padding: 30px 5% 14px;
        position: static;
        background-size: 100%;
    }

    .technology2-page2 .page2-right .right-img {
        margin-top: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .technology2-page2 .page2-right .tit1 {
        font-size: 14px;
        color: #999;
    }

    .technology2-page2 .page2-right .tit2 {
        display: none;
    }

    .technology2-page2 .page2-right .right-t {
        font-size: 18px;
        text-align: center;
    }

    .technology2-page2 .page2-right .right1 {
        margin-bottom: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 33.33%;
    }

    .technology2-page2 .page2-right .right1 .tex-r {
        margin: 12px 0 0;
    }

    .technology2-page2 .page2-right .right-d {
        display: none;
    }

    .technology2-page1 .center .page1-img1:nth-child(1),
    .technology2-page1 .center .page1-img1:nth-child(4),
    .technology2-page1 .center .page1-img1:nth-child(2),
    .technology2-page1 .center .page1-img1:nth-child(3) {
        width: 100%;
        margin: 10px 0 0;
    }

    .technology2-page1 .center .scroll {
        width: 100%;
    }

    .technology1-page1 .page1-scrollbar {
        margin: 10px auto 30px;
    }

    .technology1-page2 {
        padding-bottom: 20px;
    }

    .technology1-page2 .picture2 img {
        width: 90%;
        margin: auto;
        display: block;
    }

    .technology1-page1 .page1-swiper {
        margin-top: 10px;
    }

    .finish-page1 .page1-d {
        display: none;
    }

    .index-page3 .index-page3-tit1 h1,
    .finish-page1 .page1-t {
        font-size: 18px;
        margin: 30px 0 10px;
        color: #333;
    }

    .index-page3 .index-page3-tit .index-page3-tit2 p,
    .finish-page1 .page1-d {
        line-height: 1.5;
        width: 100%;
        color: #666;
    }

    .technology2-page3 .page3-img {
        margin: 10px auto 0;
    }

    .technology2-page3 {
        margin-bottom: 30px;
    }

    .technology1-page1 .page1-swiper .swiper-slide:nth-child(odd)::before {
        bottom: 236px;
    }

    .technology1-page1 .page1-swiper .swiper-slide:nth-child(odd) {
        padding-bottom: 30px;
    }

    .technology1-page3 .page3-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0;
    }

    .technology1-page3 .page3-content .page3-l,
    .technology1-page3 .page3-content .page3-r {
        width: 100%;
        padding: 0;
        box-shadow: none;
        /*margin-bottom: 10px;*/
    }

    .technology1-page3 .page3-content .page3-r {
        margin-top: 10px;
    }

    .technology1-page3 .page3-r .right-d {
        font-size: 14px;
        color: #666;
        margin-top: 10px;
    }

    .technology1-page3 .page3-r .r-txt {
        font-size: 12px;
        width: 80%;
        line-height: 1.5;
        text-align: center;
        margin-top: 6px;
        color: #999;
    }

    .technology1-page3 .page3-l .left-t,
    .technology1-page3 .page3-r .right-t {
        font-size: 16px;
        color: #333;
        font-family: microsoft yahei;
        margin-bottom: 10px;
        /*margin-top: 10px;*/
    }

    .technology1-page3 .page3-l .left-d {
        font-size: 12px;
        line-height: 1.5;
    }

    .technology1-page3 .page3-r .right-img {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 12px;
        margin-bottom: 0;
    }

    .technology1-page4 .page4-content {
        margin: 16px auto 0;
    }

    .technology1-page3 .page3-r .right1 {
        width: 33.33%;
        /*margin-bottom: 10px;*/
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .technology1-page3 .page3-r .r-img1 {
        margin: 0;
    }

    .technology1-page4 .page4-content .page4-img {
        width: 31%;
        margin-bottom: 10px;
    }

    .technology1-page4 .page4-content .page4-img:nth-child(3n) {
        margin-right: 0;
    }

    .technology1-page4 .page4-content .page4-img:nth-child(4n) {
        margin-right: 2%;
    }

    .technology3-page1 .page3-cent {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto 30px;
    }

    .technology3-page2 .swiper-pagination {
        display: none;
    }

    .technology3-page3 .center {
        margin: 10px auto 0;
    }

    .technology3-page1 .page3-cent .page3-l {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .technology3-page1 .page3-cent .li1 .num1 p {
        font-size: 22px;
    }

    .technology3-page1 .page3-cent .li1 .num2 {
        font-size: 12px;
        margin-top: 0;
        line-height: 1.5;
    }

    .technology3-page1 .page3-cent .li1 .num {
        width: 80%;
    }

    .technology3-page1 .page3-cent .li1 .li-img {
        width: 16%;
    }

    .technology3-page1 .page3-cent .li1 .li-img img {
        width: 100%;
    }

    .technology3-page1 .page3-cent .li1 {
        width: 46%;
    }

    .technology3-page1 .page3-cent .li1:last-child {
        border-bottom: 1px solid #ebebeb92;
    }

    .technology3-page1 .page3-cent .page3-r {
        display: none;
    }

    /*.technology3-page1 .page3-cent .page3-r img {*/
    /*	width: 100%;*/
    /*}*/
    .technology3-page2 {
        padding: 1px 0 20px;
    }

    .technology3-page2 .page2-swiper .swiper-slide {
        box-shadow: none;
    }

    .technology3-page2 .center .page2-li {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin: 0 10px 0 0;
        font-size: 12px;
    }

    .technology3-page2 .center .page2-ul {
        margin-bottom: 10px;
        /* -webkit-flex-wrap: wrap; */
        -ms-flex-wrap: wrap;
        /* flex-wrap: wrap; */
        overflow-x: scroll;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .finish-page1 .page1-t {
        margin-bottom: 10px;
    }

    .technology3-page3 .right-txt .txt1,
    .technology3-page3 .right-txt .txt2 {
        padding: 20px 0;
    }

    .garther-page4 .page4-ul {
        margin-top: 0;
        border: none;
        /* padding-left: 260px; */
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        overflow-x: auto;
    }

    .garther-page4 .page4-ul::-webkit-scrollbar {
        display: none;
    }

    .garther-page4 .page4-ul::-webkit-scrollbar-thumb {
        display: none;
    }

    .garther-page4 .page4-flex {
        margin-top: 12px;
    }

    .garther-page4 .page4-ul li {
        margin: 0 35px 0 0;
        font-size: 14px;
    }

    .technology3-page2 .center {
        margin: 10px auto;
    }

    .technology3-page3 .tit2 {
        font-size: 12px;
        margin-top: 10px;
    }

    .technology3-page3 .tit1 .flex1 {
        margin-bottom: 10px;
    }

    .technology3-page3 .tit1 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .technology3-page1 {
        margin-bottom: 0px;
    }

    .technology1-page4 .page4-content .page4-p {
        font-size: 12px;
        margin-top: 10px;
    }

    .technology3-page3 .right-txt {
        box-shadow: none;
    }

    .service_order1 {
        margin: 20px auto;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service_order1 .order1-l {
        width: 100%;
    }

    .service_order1 .order1-l img {
        width: 100%;
    }

    .service_order1 .order1-r {
        width: 100%;
        padding: 30px 10px;
    }

    .service_order1 .order1-r .order1-tit {
        font-size: 18px;
    }

    .service_order1 .order1-r .message {
        margin: 20px 0;
    }

    .service_order1 .order1-r .order1-desc {
        font-size: 14px;
        margin: 10px 0;
    }

    .service_order2 .order2-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }

    .service_order2 .order2-box .box1 {
        width: 100%;
        margin-bottom: 10px;
    }

    .service_order2 .order2-box .box1 .box1-tit {
        font-size: 16px;
    }

    .service_order2 .order2-box .box1 .box1-desc {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .service_order2 .order2-box .box1 .xian {
        margin-top: 10px;
    }

    .finish-page1 .page1-s {
        font-size: 12px;
        line-height: 20px;
        width: 100%;
        margin: 15px auto 0;
    }

    .service_order4 .order4-flex {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }

    .service_order3 .order3-img {
        width: 90%;
    }

    .service_order4 .order4-flex .order4-img {
        width: 100%;
    }

    .service_order4 .order4-flex .order4-txt {
        padding-left: 0;
        width: 100%;
        margin-top: 20px;
    }

    .service_order4 .order4-flex .order4-txt .txt1 .desc {
        font-size: 12px;
        line-height: 20px;
    }

    .service_order4 .order4-flex .order4-txt .txt1 .tit {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .service_order3 {
        padding: 1px 0 30px;
    }

    .garther-page1 .page1-l1 img {
        width: 100%;
    }

    .garther-page1 .page2-r .page1-de .title {
        font-size: 14px;
        padding: 6px 0 10px;
    }

    .garther-page1 .page2-r .page1-de .title1 {
        font-size: 18px;
    }

    .garther-page1 .page2-r .page1-de .desc {
        font-size: 12px;
        line-height: 18px;
    }

    .garther-page2 .garther-page21 .finish-page1 {
        margin: 0 auto;
    }

    .garther-page2 {
        padding-bottom: 0;
    }

    .garther-page2 .page2-bg {
        height: 260px;
    }

    .garther-page3 {
        display: none;
    }

    .garther-page5 .page5-ul .page5-li {
        width: 30%;
        margin-right: 3%;
        margin-bottom: 10px;
    }

    .garther-page5 .page5-ul .page5-li:nth-child(4n) {
        margin-right: 3%;
    }

    .garther-page5 .page5-ul .page5-li:nth-child(3n) {
        margin-right: 0;
    }

    .garther-page6 .MoreCase .MoreCase1 .h1 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .garther-page6 {
        padding-bottom: 0;
    }

    .encyclopedia1 .encyclopedia1-c {
        padding: 16px 3% 0;
    }

    .encyclopedia1 .encyclopedia1-c .encyclopedia1-img {
        margin-top: 10px;
    }

    .encyclopedia1 .encyclopedia1-c .encyclopedia1-t {
        overflow-x: scroll;
    }

    .encyclopedia1 .encyclopedia1-c .encyclopedia1-t .encyclopedia1-li {
        margin-right: 35px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }

    .encyclopedia1 {
        padding: 30px 0;
    }

    .encyclopedia1 .li-img .li2 .li2-data {
        margin-top: 10px;
    }

    .encyclopedia1 .encyclopedia1-c .encyclopedia1-t a {
        font-size: 12px;
        padding: 6px 10px;
    }

    .encyclopedia1 .encyclopedia1-c .encyclopedia1-img .li-img {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .encyclopedia4 .center {
        padding: 20px 10px;
    }

    .encyclopedia4 .center .enc-ul {
        overflow-x: auto;
    }

    .encyclopedia4 .center .ask-li {
        margin-right: 0;
    }

    .encyclopedia4 {
        padding: 20px 0;
    }

    .order2-detail .center .detail2-l .left-data {
        color: #666;
    }

    .pop-up .pop1 .pop-right img {
        display: none;
    }

    .pop-up .pop1 .pop-left {
        width: 100%;
        padding: 0;
    }

    .pop-up .pop1 {
        width: 90%;
    }

    .pop-up .pop1 .pop-left .left-tit {
        font-size: 16px;
        margin: 18px 0 14px;
    }

    .pop-up .pop1 .pop-right {
        width: 0%;
    }

    .order2-detail {
        padding: 20px 0;
        margin-top: 60px;
    }

    .order2-detail .center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .order2-detail .center .detail2-l,
    .order2-detail .detail2-r {
        width: 100%;
    }

    .order2-detail .center .detail2-l {
        padding: 30px 10px;
    }

    .order2-detail .detail2-l .new-detail .bshare-custom {
        margin: 20px 0;
    }

    .order2-detail .center .detail2-l .left-tit {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .order2-detail .detail2-l .new-detail p {
        font-size: 12px;
        line-height: 20px;
    }

    .order2-detail .detail2-r {
        padding: 20px;
        margin-top: 20px;
    }

    .order2-detail .detail2-r .right1 {
        font-size: 18px;
    }

    .order2-detail .detail2-r .right2 {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .order2-detail .detail2-r .right3 input {
        padding: 14px 7px;
        font-size: 12px;
    }

    .encyclopedia4 .center .ask-li a {
        font-size: 12px;
        padding: 6px 14px;
    }

    .encyclopedia4 .center .ask1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px 0;
        margin: 0;
    }

    .encyclopedia4 .ask1 .ask-img img {
        width: 100%;
    }

    .encyclopedia4 .center .ask .ask-txt {
        padding-left: 0;
    }

    .encyclopedia4 .ask-txt .ask-txt1,
    .encyclopedia4 .ask-txt .ask-txt2 {
        font-size: 14px;
        margin-top: 8px;
    }

    .encyclopedia4 .ask-txt .data {
        display: none;
    }

    .Building-detail {
        margin: 60px auto 0;
    }

    .Building-detail1.MoreCase .MoreCase1 .h2 {
        font-size: 14px;
        margin: 8px auto 12px;
    }

    .Building-title .Building-ul {
        margin: 20px auto 0;
        -webkit-box-pack: start;
        -webkit-justify-content: start;
        -ms-flex-pack: start;
        justify-content: start;
        overflow-x: auto;
    }

    .Building-title .Building-ul::-webkit-scrollbar-thumb,
    .Building-title .Building-ul::-webkit-scrollbar {
        display: none;
    }

    .Building-title .Building-ul li {
        margin-right: 35px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }

    .Building-title .Building-ul a {
        font-size: 14px;
        line-height: 30px;
    }

    .Building.index-title {
        padding-top: 20px;
        padding-bottom: 0;
    }

    .Building-detail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Building-detail .detail-l .swiper-pagination {
        display: none;
    }

    .Building-detail .detail-l {
        width: 100%;
    }

    .Building-detail .detail-l .btn1 .tit {
        font-size: 12px;
    }

    .Building-detail .detail-l .swiper-btn {
        margin-top: 20px;
    }

    .Building-detail .detail-r {
        width: 100%;
        padding-left: 0;
    }

    .Building-detail .detail-r .title {
        margin-bottom: 10px;
    }

    .Building-detail .detail-r .title1 {
        font-size: 22px;
    }

    .Building-detail .detail-r .desc1 {
        width: 30%;
        font-size: 14px;
        line-height: 20px;
    }

    .Building-detail .detail-r .desc2 {
        font-size: 12px;
        line-height: 20px;
    }

    .Building-detail .detail-r .can a {
        font-size: 12px;
        padding: 4px 16px;
        border-radius: 3px;
    }

    .Building-detail .detail-r .can {
        margin-bottom: 0;
    }

    .Building-detail1.MoreCase {
        margin-top: 30px;
        padding-bottom: 30px;
    }

    .Building-detail .detail-r .can .num {
        font-size: 12px;
    }

    .Building-detail1.MoreCase {
        padding-bottom: 10px;
    }

    .Building-title1.picture2 form {
        width: 90%;
        margin: auto;
    }

    .Building-title1.picture2 input {
        display: block;
        outline: none;
        border: none;
        width: 100%;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .Building-title1.picture2 .ipt {
        background-color: #f9f9f9;
        padding: 12px 16px;
        box-sizing: border-box;
    }

    .Building-title1.picture2 .ipt1 {
        padding: 12px 20px;
        font-size: 16px;
        width: 100%;
        box-sizing: border-box;
        border-radius: 4px;
        color: #fff;
        background-color: #daba7d;
        margin: 10px auto 20px;
    }

    .about-page2 {
        margin-top: 30px;
    }

    .about-page5 h1,
    .about-page6 h1,
    .about-page3 .page3-right h1,
    .page2-txt h1 {
        font-size: 18px;
    }

    .about-page2 .page2-img {
        display: none;
    }

    .about-page3 .page3-left .text {
        top: 0;
        left: 0;
    }

    .about-page3 .page3-left h1 {
        padding: 40px;
        margin: auto;
    }

    .about-page3 .page3-left .cont,
    .about-page3 .page3-left .img-boss {
        display: none;
    }

    .about-page3 .page3-left .wang {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .about-page3 .page3-left img {
        width: 100%;
    }

    .about-page3 .page3-right {
        padding: 30px 0 0;
    }

    .about-page3 .right-text p {
        font-size: 12px;
        line-height: 18px;
    }

    .about-page3 .right-img {
        margin-bottom: 10px;
    }

    .about-page3 .page3-right .tit {
        display: none;
    }

    .about-page4 {
        display: none;
    }

    .about-page5 h1 {
        margin-bottom: 10px;
    }

    .about-page5 h2 {
        display: none;
    }

    .about-page5 .page5-ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .about-page5 .page5-swiper .swiper-button-next,
    .about-page5 .page5-swiper .swiper-button-prev {
        display: none;
    }

    .about-page5 .page5-swiper .swiper-slide-active p {
        margin-top: 20px;
    }

    .about-page5 .page5-ul .page5-li {
        font-size: 12px;
        margin-right: 0;
        padding-bottom: 8px;
    }

    .about-page5 .page5-swiper .swiper-slide-active .slide-img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .about-page6 .year-wrap {
        display: none;
    }

    .about-page6 {
        padding: 1px 0 30px;
    }

    .page2-txt .center {
        font-size: 12px;
        line-height: 20px;
        margin: 10px auto 0;
    }

    .about-page5 .page5-swiper .page5-container {
        padding: 16px 0;
    }

    .about-page5 .page5-swiper p {
        margin-top: 20px;
        font-size: 14px;
    }

    .about-page6 .page6-swiper .year {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .about-page6 .title {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .about-page6 .content {
        line-height: 1.6;
        font-size: 12px;
    }

    .about-page6 .word {
        font-size: 100px
    }

    .about-page6 .page6-swiper {
        padding-bottom: 0px;
    }

    .year-wrap .year {
        width: 50px;
        height: 50px;
        font-size: 14px;
    }

    .about-page6 h1 {
        margin: 30px auto 10px;
    }

    .year-wrap .swiper-slide.swiper-slide-thumb-active .year {
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px);
    }

    .page2-txt {
        padding-bottom: 30px;
    }

    .contactUs-tit .contactUs-l .desc {
        margin: 10px 0;
        color: #666;
    }

    .contactUs-tit .contactUs-l .tel .txt {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .contactUs-tit .tel .img .zx {
        color: #666;
        margin-bottom: 6px;
    }

    .contactUs-tit .tel .img1 {
        margin-bottom: 10px;
    }

    .contactUs-tit .contactUs-l {
        width: 100%;
    }

    .contactUs-tit .contactUs-r {
        display: none;
    }

    .contactUs-tit {
        padding-bottom: 30px;
    }

    .search .search-one .search-one-box {
        width: 80%;
        height: 30px;
    }

    .contactUs-bg .decorate {
        display: none;
    }

    .contactUs-tit .contactUs-l .tit {
        margin: 0;
        font-size: 18px;
    }

    .contactUs-tit .contactUs-l .tel {
        padding-top: 16px;
    }

    .contactUs-tit .tel .img .dh {
        color: #999;
        line-height: 1.5;
    }

    .footer {
        border-top: 2px solid #daba7d;
    }
}

@media only screen and (max-width:540px) {
    .way-title .way-content .way-content-r {
        top: 40px;
    }

    .index-page1.swiper-container {
        height: auto;
        margin-top: 60px;
    }
	.Building-detail {
	width:100%;
    margin:60px -30px 0 0;
}
.Building-detail .detail-l {
    width: 100%;
}
.Building-detail .detail-l img{
    width: 100%; 
}
}
.text_center1 { text-align: center; margin:0px auto;}
.page1 a,.page1 span {
        display: inline-block; 
        font-size: 15px;
        color:#fff;
        width:38px;
        height: 38px;
        line-height: 38px;
        text-align: center;
        margin:0 4px 30px auto;
        background: #ccc;
        border-radius: 6px;
        -moz-border-radius: 6px
        -webkit-border-radius:  6px;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
    }
    .page1 a:hover,.page1 span.current {
        background: #ff9d00;
        color:#fff;
    }