a {
    color: inherit
}

a:hover {
    color: #3360be
}

/*common*/
.display-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.main {
    /* width: 1385px; */
    width: 72%;
    margin: 0 auto;
    max-width: 100%;
    position: relative
}

.main::after {
    content: "";
    display: block;
    clear: both
}

.banner img {
    display: block;
    width: 100%
}

.i_title img {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

.part_a {
    padding-top: 174px;
}

.part_a .desc {
    font-size: 23px;
    line-height: 1.74;
    color: #6a6a6a;
    text-indent: 2em;
    flex: 1;
}

.part_a .desc_pc {
    display: block;
}

.part_a .desc_m {
    display: none;
}

.part_b {
    overflow: hidden;
    /* background: #03080b; */
    padding: 30px 0 0 19%;
    margin-top: 65px;
    margin-bottom: 185px;
}

.part_b .list {
    flex-wrap: wrap;
    justify-content: center;
}

.part_b .list li:first-child {
    padding-bottom: 42px;
}

.part_b .list li:nth-child(2) {
    padding-top: 42px;
}

.part_b .list li {
    width: 32.76042%
}

.part_b .list li img {
    display: block;
    width: 100%
}

.part_b .list-m .l-part,
.part_b .list-m .r-part {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
}

.part_b .list-m img {
    width: 100%;
    margin: 5px 0;
}

.part_c_pc .inner {
    width: 100%;
    overflow: hidden;
    background: url(../img/part_c_bg.png) no-repeat center/cover;
    padding: 40.4% 115px 0;
    position: relative;
}

.part_c_pc {
    margin-bottom: 110px;
}

.part_c .house-box-wrapper {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.part_c_pc .house-box {
    /* position: absolute;
    top: 22%; */
    height: 77.7%;
    direction: rtl;
    /* left: 50%;
    margin-left: -692px;
    direction: rtl; */
}

.part_c_m {
    margin-bottom: 50px;
}

.part_c_m .house-box {
    width: 100%;
    height: 82.62%;
    padding: 0 12% 0 0;
    /* direction: rtl; */
}

.part_c_m .c_m_inner{
    padding-right: 5.3%;
}

.part_c_m .inner {
    width: 100%;
    /* overflow: hidden; */
    background: url(../img/part_c_bg_m.png) no-repeat center/cover;
    padding-top: 76.4%;
    position: relative;
}
.part_c_m .c_m_txt{
    font-size: 12px;
    color: #6a6a6a;
    padding: 0 21px;
    margin-top: 25px;
    margin-bottom: 37px;
    text-indent: 2em;
    line-height: 16px;
}

.part_c_pc .house-tab {
    height: 100%;
    width: 60.8%;
    margin-right: 26.1%;
    overflow: hidden;
}

.part_c_m .house-tab {
    height: 100%;
    width: 100%;
    /* overflow: hidden; */
}

.house-tab img {
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
}

.house-tab-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.house-tab-wrapper .item {
    text-align: right;
    height: 100%;
    display: none;
}

.house-tab-wrapper .item.active {
    display: block;
}

.part_c_pc .house-tab-tool {
    width: 138px;
    position: absolute;
    right: 0;
    bottom: 8%;
}

.part_c_m .house-tab-tool {
    position: absolute;
    right: 0;
    width: 100%;
    text-align: right;
    font-size: 0;
    margin-top: 15px;
}

.part_c_m .house-tab-tool-tit {
    width: 100%;
    text-align: right;
    font-size: 0;
    margin-top: 13px;
}

.part_c_m .house-tab-tool-tit>span {
    display: inline-block;
    width: 40px;
    height: 4px;
    background: url(../img/divide.png) no-repeat center bottom/100% auto;
    margin-left: 5px;
}

.part_c_m .house-tab-tool-tit>span.active {
    background: url(../img/divide4.png) no-repeat center/cover;
}

.part_c_pc .house-tab-tool .item {
    display: block;
    width: 138px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    background-color: #dfdbd8;
    cursor: pointer;
    margin-top: 16px;
}

.part_c_m .house-tab-tool .item {
    display: inline-block;
    width: 71px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background: url(../img/bullet-bg-2.png) no-repeat center/cover;
    cursor: pointer;
}

.part_c_pc .house-tab-tool .item.active {
    background-color: #a3a3a2;
}

.part_c_m .house-tab-tool .item.active {
    background: url(../img/bullet-bg.png) no-repeat center /cover;
}

.list_b {
    width: 1465px;
    padding: 0 15px;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 60px auto 0
}

.list_b img {
    display: block;
    transition: all 0.36s;
    width: 100%
}

.list_b li {
    width: 32.75261%
}

.list_b li span {
    display: block;
    text-align: center;
    font-weight: lighter;
    font-size: 20px;
    color: #fff;
    margin-top: 20px
}

.list_b li .imgbox {
    overflow: hidden
}

.list_b li .imgbox:hover img {
    transform: scale(1.02)
}


.part_d .i_title,
.part_e .i_title,
.part_f .i_title,
.part_c_m .i_title {
    text-align: center;
}
.part_c_m .i_title {
    margin-right: -5.3%;
}

.part_d .i_title {
    margin-bottom: 40px;
}

.part_d_pic .title {
    font-size: 13px;
    color: #3d3d3d;
    text-align: center;
    margin-top: 10px;
}

.part_d_pic .inner {
    justify-content: space-evenly;
    padding: 0 10px;
}

.part_d_pic .inner .a {
    flex: 0 0 56%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.part_d_pic .inner .b {
    flex: 0 0 44%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.part_d_pic .inner img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.part_g .i_title .img_pc {
    margin-left: 0;
}

.part_e {
    margin-top: 158px;
    margin-bottom: 180px;
}

.part_e .top-info {
    margin-bottom: 75px;
}

.part_e .p1 {
    font-size: 26px;
    font-weight: bold;
    color: #6a6a6a;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 65px;
}

.part_e .p2 {
    font-size: 23px;
    color: #6a6a6a;
    line-height: 40px;
    text-align: center;
}

.part_f .t1 {
    font-size: 23px;
    color: #6a6a6a;
    text-align: center;
    line-height: 40px;
    margin-top: 58px;
    margin-bottom: 70px;
}

.part_f_body {
    width: 84.375%;
    margin: 0 auto;
    padding-bottom: 252px;
}

.part_f_body .inner {
    justify-content: space-between;
    flex-wrap: wrap;
}

.part_f_body .inner .item {
    flex: 0 0 20%;
    padding: 13px 10px;
    position: relative;
}

.part_f_body .img-box {
    /* padding: 0 10px; */
    text-align: center;
}

.part_f_body .img-box img {
    width: 100%;
    max-width: 261px;
}

.part_f_body .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 20%;
    display: none;
}

.part_f_body .txt .tit1 {
    font-size: 29px;
    font-weight: bold;
    color: #1e1e1e;
    line-height: 65px;
}

.part_f_body .txt .tit2 {
    font-size: 15px;
    color: #9d9d9d;
    line-height: 18px;
}

.part_g {
    background: url(../img/part_g_banner.png) no-repeat;
    background-size: cover;
    padding: 120px 0;
    margin-bottom: 125px;
}

.part_g .t1 {
    font-size: 23px;
    color: #6a6a6a;
    line-height: 40px;
    margin-top: 50px;
}

.part_g .t2 {
    margin-top: 104px;
}

.part_g .t2 .item {
    display: inline-block;
}

.part_g .t2 .divide {
    height: 113px;
    width: 3px;
    display: inline-block;
    background-color: #000;
    margin: 0 82px;
}

.part_g .t2 .tip {
    font-size: 18px;
    color: #000;
}

.part_g .t2 .num {
    font-size: 56px;
    color: #000;
}

.part_g .t2 .unit {
    font-size: 31px;
    color: #000;
}

.part_h {
    display: none;
    background: url(../img/part_h_bg.png) center top / 120% auto no-repeat;
    padding-top: 5px;
}

.part_h .main {
    width: 79.2%;
}

.part_h .t1 {
    font-size: 12px;
    color: #6a6a6a;
    line-height: 16px;
    margin-top: 33px;
}

.part_h .t1>p {
    margin-bottom: 15px;
}

.part_h .pic {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.part_h .pic .item {
    flex: 0 0 50%;
    position: relative;
    padding: 10px;
}

.part_h .pic .item .inner {
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, .05);
}

.part_h .pic .img-box img {
    width: 100%;
}

.part_h .pic .tit {
    position: absolute;
    left: 20px;
    top: 22px;
    width: 100%;
    z-index: 5;
    color: #fff;
}

.part_h .pic .txt1 {
    font-size: 12px;
    color: #000;
}

.part_h .pic .txt2 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-top: 18px;
}

.part_i {
    width: 76.77%;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 152px;
}

.part_i img {
    max-width: 100%;
}

.swiper-case-1 {
    width: 100%;
    position: relative;
}

.case-img {
    width: 76.56%;
    object-fit: cover;
}

.swiper-case-1>.swiper-wrapper>.swiper-slide-active {
    z-index: 100;
}

.swiper-case-2-thumb,
.swiper-case-3-thumb {
    margin-top: 60px;
}

.swiper-case-2-thumb img,
.swiper-case-3-thumb img {
    width: 100%;
}

.swiper-case-2-thumb .swiper-slide-thumb-active img,
.swiper-case-3-thumb .swiper-slide-thumb-active img {
    border: 2px solid red;
}

.swiper-case-2-thumb .swiper-slide,
.swiper-case-3-thumb .swiper-slide {
    pointer-events: auto !important;
}

.swiper-switch-box {
    font-size: 26px;
    color: #000000;
    padding-left: 18px;
}

.swiper-switch-box .swiper-pagination-total {
    color: #9f9c9c;
}

.change-np {
    position: relative;
}

.swiper.swiper-case-1 .swiper-tool-bar {
    position: absolute;
    bottom: 22%;
    right: 0;
    width: 22%;
    left: auto;
    z-index: 1;
}

.swiper-case-1 .swiper-tool-bar .swiper-button-prev,
.swiper-case-1 .swiper-tool-bar .swiper-button-next {
    width: 90px;
    height: 90px;
    background-size: cover;
    position: initial;
    margin-top: 0;
}

.swiper-case-1 .swiper-tool-bar .swiper-button-prev::after,
.swiper-case-1 .swiper-tool-bar .swiper-button-next::after {
    display: none;
}

.swiper-case-1 .swiper-tool-bar .swiper-button-prev {
    background-image: url(../img/prev.png);
    /* top: -150px; */
}

.swiper-case-1 .swiper-tool-bar .swiper-button-next {
    background-image: url(../img/next.png);
    /* bottom: 50%;
    top: auto;
    right: auto;
    left: 10px; */
}

.swiper.swiper-case-1 .swiper-slide {
    display: flex;
}

.swiper.swiper-case-1 .swiper-slide .case-info {
    font-family: '黑体';
    flex: 1;
    padding-left: 40px;
    padding-top: 7%;
}

.case-info .case-info__title {
    font-size: 36px;
    color: #010101;
    background: url(../img/divide6.png) left bottom no-repeat;
    padding-left: 8px;
    padding-bottom: 9px;
    margin-bottom: 80px;
}

.case-info .case-info__tip {
    font-size: 26px;
    color: #010101;
    line-height: 64px;
}

.swiper-t {
    width: 100%;
}

.swiper-case-2 {
    width: 100%;
}

.swiper-case-2 .swiper-slide img {
    width: 76.56%;
}

.person_list_box {
    width: 1620px;
    max-width: 100%;
    margin: 0 auto;
    padding: 75px 0;
    display: flex;
    background: url(../img/part_e_lt.png) left top / 18.5% no-repeat, url(../img/part_e_rt.png) right bottom / 18.5% no-repeat;
}



.person_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 1054px;
    max-width: 100%;
    margin: 0 auto;
    align-items: center;
}

.person_list li {
    width: 16.12903%
}

.person_list .pbox {
    margin-bottom: 7px;
    position: relative
}

.person_list .pbox.pbox_mb {
    display: none;
}

.person_list .pbox:hover .mask {
    opacity: 1
}

.person_list .pbox:last-child {
    margin-bottom: 0
}

.person_list .pbox img {
    display: block;
    width: 100%
}

.person_list .txtbox {
    z-index: 10;
    position: absolute;
    width: 100%;
    left: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    z-index: 10;
    background: #313337;
    top: 0;
    left: 0
}

.person_list .txtbox p {
    width: 100%;
    text-align: center
}

.person_list .txtbox p em {
    font-size: 60px;
    font-weight: lighter
}

.person_list .txtbox span {
    display: block;
    color: #c5c4c4;
    font-size: 16px;
}

.person_list .txtbox .in {
    width: 100%;
    text-align: center;
    color: #fff
}

.person_list .info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 5;
    color: #fff;
    padding-left: 12px;
    padding-bottom: 15px
}

.person_list .info p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px
}

.person_list .info span {
    display: block;
    font-size: 14px
}

.person_list .mask {
    position: absolute;
    z-index: 6;
    width: 100%;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(178, 147, 102, 1);
    color: #fff;
    display: flex;
    transition: all 0.36s;
    align-items: center;
    opacity: 0
}

.person_list .mask p {
    font-size: 0;
    text-align: center;
    width: 100%
}

.person_list .mask span {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    position: relative
}

.person_list .mask span::after {
    content: "";
    display: block;
    width: 80%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%)
}

.order_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order_box p {
    font-size: 17px;
    font-weight: lighter;
    color: #000;
    text-decoration: underline;
    margin: 0 22px
}

.order_box a {
    display: block;
    width: 173px;
    line-height: 52px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    transition: all 0.36s;
    text-align: center;
    font-weight: lighter;
    font-size: 17px;
    margin: 0 22px
}

.order_box a:hover {
    background: #fff;
    color: #000
}

.footer {
    position: relative;
    /* margin-top: 132px; */
    padding: 0 15px;
    background: url(../img/fbg.jpg) no-repeat center/100% 100%
}

.footer::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 1;
    background: #3f4044;
    display: none
}

.footer .inner {
    width: 1500px;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-flow: row-reverse
}

.footer .left {
    width: 40%;
    position: relative;
    z-index: 10;
    padding-top: 160px
}

.footer .left .infobox {
    margin-bottom: 115px
}

.footer .left .infobox span {
    display: block;
    font-size: 20px;
    color: #000
}

.footer .left .infobox p {
    font-size: 23px;
    font-weight: bold;
    color: #000;
    margin-top: 10px
}

.footer .left .threebox {
    padding-top: 45px;
    display: flex;
    align-items: center
}

.footer .left .threebox a,
.footer .left .threebox img {
    display: block
}

.footer .left .threebox a {
    margin-right: 50px
}

.footer .left .threebox a:last-child {
    margin-right: 0
}

.footer .left .last {
    display: flex;
    align-items: center;
    margin-top: 150px;
    padding-bottom: 140px
}

.footer .left .last p {
    font-size: 15px;
    color: #c5c4c4;
    margin-right: 35px
}

.footer .left .last a {
    display: block;
    font-size: 15px;
    color: #c5c4c4;
    position: relative;
    padding-right: 24px;
    transition: all 0.36s
}

.footer .left .last a::after {
    content: "";
    transition: all 0.36s;
    display: block;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #c5c4c4 transparent;
    position: absolute;
    right: 0;
    top: 0
}

.footer .left .last a:hover {
    color: #000
}

.footer .left .last a:hover::after {
    border-bottom-color: #000
}

.footer .right {
    position: relative;
    z-index: 10;
    padding-top: 130px;
    width: 40%;
    background: #3f4044;
    color: #fff
}

.footer .right .tit {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 50px
}

.footer .right .desc {
    text-align: center;
    font-size: 23px;
    line-height: 1.74;
    color: #c5c4c4;
    margin-bottom: 100px
}

.footer .right .ap_form {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer .right .ap_form .row {
    width: 44.31034%;
    margin-bottom: 45px
}

.footer .right .ap_form .row p {
    font-weight: lighter;
    color: #b29366;
    font-size: 23px
}

.footer .right .ap_form .row .inputbox {
    border-bottom: 1px solid #b29366;
    padding: 0 22px;
    position: relative
}

.footer .right .ap_form .row .inputbox img {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.footer .right .ap_form .row .inputbox input {
    border: none;
    height: 54px;
    color: #b29366;
    outline: none;
    display: block;
    width: 100%;
    background: none;
    font-size: 23px;
    font-weight: lighter
}

.footer .right .ap_form .submitbox {
    width: 100%;
    padding-top: 40px
}

.footer .right .ap_form .submitbox input {
    width: 302px;
    height: 80px;
    margin: 0 auto;
    max-width: 100%;
    border: 1px solid #ffffff;
    cursor: pointer;
    display: block;
    font-size: 23px;
    color: #fff;
    margin: 0 auto;
    background: none;
    transition: all 0.36s
}

.footer .right .ap_form .submitbox input:hover {
    background: #b29366
}

.footer .right .f_logo {
    display: flex;
    margin-top: 110px;
    justify-content: center;
    align-items: center
}

.footer .right .f_logo img {
    display: block;
    margin: 0 45px
}

.all_mask {
    position: fixed;
    z-index: 9997;
    background: #000;
    width: 100%;
    height: 100%;
    display: none;
    top: 0;
    left: 0;
    opacity: 0.3
}

.model {
    position: fixed;
    z-index: 9999;
    background: #000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 850px;
    max-width: 98%;
    display: flex;
    display: none
}

.model .imgbox {
    width: 240px
}

.model .imgbox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit: cover"
}

.model form {
    flex: 1;
    background: url(../img/kbg.png) no-repeat center/cover;
    padding: 70px 55px 10px;
    color: #fff
}

.model form .tit {
    position: relative
}

.model form .tit .quit {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer
}

.model form .tit .quit img {
    display: block
}

.model form .tit p {
    font-size: 28px
}

.model form .tit span {
    font-size: 12px;
    font-style: italic;
    margin-top: 15px;
    display: block;
    color: #b29366
}

.model form .sub_tit {
    font-size: 20px;
    font-weight: bold;
    margin-top: 50px
}

.model form .formbox {
    overflow: hidden
}

.model form .formbox .row {
    width: 43.13305%;
    float: left;
    margin-top: 50px;
    height: 44px;
    border-bottom: 1px solid #fff
}

.model form .formbox .row .infoinput {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    position: relative;
    z-index: 5;
    color: #fff
}

.model form .formbox .row p {
    line-height: 43px;
    letter-spacing: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 16px
}

.model form .formbox .row p em {
    color: #b29366
}

.model form .formbox .row:nth-child(2n) {
    float: right
}

.model form .formbox .row:last-child {
    border-color: #b29366
}

.model form .formbox .row:last-child input {
    height: 100%;
    width: 100%;
    border: 1px solid #b29366;
    border-bottom: none;
    display: block;
    background: none;
    color: #b29366;
    cursor: pointer;
    transition: all 0.36s
}

.model form .formbox .row:last-child input:hover {
    color: #fff;
    background: #b29366
}

@media (min-width: 768px) {
    .m_show {
        display: none !important
    }

    .part_a .z_pc {
        display: inline;
    }

    .part_a .z_m {
        display: none;
    }

    .part_a .i_title {
        flex: 0 0 19%;
    }

    .part_b_m {
        display: none;
    }

    .part_b_pc {
        display: block;
    }

    .part_c_pc {
        display: block;
    }

    .part_c_m {
        display: none;
    }

    .part_d .swiper-case-1 {
        display: block;
    }

    .part_d .part_d_pic {
        display: none;
    }

    .part_d .img_pc {
        display: inline;
    }

    .part_d .img_m {
        display: none;
    }

    .part_e .img_pc {
        display: inline;
    }

    .part_e .img_m {
        display: none;
    }

    .part_f .img_pc {
        display: inline;
    }

    .part_f .img_m {
        display: none;
    }

    .part_g .img_pc {
        display: inline;
    }

    .part_g .img_m {
        display: none;
    }

    .part_i .img_pc {
        display: inline;
    }

    .part_i .img_m {
        display: none;
    }

    .top-info_pc {
        display: block;
    }

    .top-info_m {
        display: none;
    }

    .order_box_pc {
        display: flex;
    }

    .order_box_m {
        display: none;
    }

    .part_g .t1_pc {
        display: block;
    }

    .part_g .t1_mb {
        display: none;
    }

}

@media (min-width: 1550px) {
    .part_a .i_title {
        margin-left: -50px;
    }
}

@media (max-width: 1400px) {
    .swiper.swiper-case-1 .swiper-tool-bar {
        bottom: 31%;
    }

    .swiper.swiper-case-1 .swiper-slide .case-info {
        padding-top: 5%;
        padding-left: 20px;
    }

    .case-info .case-info__title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .case-info .case-info__tip {
        line-height: 40px;
        font-size: 18px;
    }

    .swiper-case-1 .swiper-tool-bar .swiper-button-prev,
    .swiper-case-1 .swiper-tool-bar .swiper-button-next {
        width: 45px;
        height: 45px;
    }
    .swiper-switch-box {
        font-size: 18px;
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .m_show {
        display: block
    }

    .m_header {
        position: fixed;
        top: 0;
        left: 0;
        border-bottom: 1px solid #eee;
        z-index: 999;
        width: 100%;
        height: 60px;
        background: #fff;
        padding-top: 10px;
        padding-left: 15px
    }

    .m_header a {
        display: block
    }

    .m_header img {
        display: block;
        height: 40px
    }
    .m_header .colla {
        float: right;
        margin-right: 20px;
        margin-top: 9px;
    }
    .m_header .colla img {
        height: 14px;
    }

    body {
        padding-top: 60px
    }

    .banner .banner_pc {
        display: none
    }

    .part_a .i_title {
        flex: 0 0 24%;
    }

    .part_a {
        width: 100%;
        padding-top: 29px
    }

    .part_a .desc {
        padding: 0 15px;
        font-size: 13px;
    }

    .part_a .desc_pc {
        display: none;
    }

    .part_a .desc_m {
        display: block;
    }

    .part_a .z_pc {
        display: none;
    }

    .part_a .z_m {
        display: inline;
    }

    .part_b {
        /* position: relative;
        width: 100%;
        overflow: hidden;
        background: url(../img/part_b_bg.jpg) no-repeat center/cover;
        padding-bottom: 10px;
        padding-top: 250px;
        margin-top: 30px;
        margin-bottom: 40px */
        padding: 30px 15px 0;
        margin-top: 0;
    }

    .part_b_m {
        display: block;
        padding-top: 25px;
        margin-bottom: 27px;
    }

    .part_b_pc {
        display: none;
    }

    .part_b .list {
        width: 110%;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }

    .part_c_pc {
        display: none;
    }

    .part_c_m {
        display: block;
    }

    .part_d .swiper-case-1 {
        display: none;
    }

    .part_d .part_d_pic {
        display: block;
    }

    .part_d .img_pc {
        display: none;
    }

    .part_d .img_m {
        display: inline;
    }

    .part_e {
        margin-top: 44px;
        margin-bottom: 42px;
    }

    .part_e .img_pc {
        display: none;
    }

    .part_e .img_m {
        display: inline;
    }

    .part_f {
        margin-top: 41px;
    }

    .part_f .t1 {
        padding: 0 5px;
        margin-top: 25px;
        font-size: 12px;
        line-height: 16px;
    }

    .part_f .img_pc {
        display: none;
    }

    .part_f .img_m {
        display: inline;
        width: 48.4%;
    }

    .part_f_body {
        width: 100%;
        padding-bottom: 38px;
    }

    .part_f_body .inner {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .part_f_body .inner::-webkit-scrollbar {
        display: none;
    }

    .part_f_body .inner .item {
        flex: 1;
    }

    .part_f_body .img-box img {
        width: 125px;
        max-width: 125px;
    }

    .part_f .t1 {
        margin-bottom: 20px;
    }

    .part_g {
        background: none;
        padding-top: 30px;
        padding-bottom: 25px;
        margin-bottom: 0;
    }

    .part_g .i_title {
        text-align: center;
    }

    .part_g .img_pc {
        display: none;
    }

    .part_g .t1_pc {
        display: none;
    }

    .part_g .t1_mb {
        display: block;
    }

    .part_g .img_m {
        display: inline;
    }

    .part_g .t1 {
        text-align: center;
        font-size: 12px;
        color: #525252;
        line-height: 16px;
        margin-top: 30px;
    }

    .part_g .t2 {
        display: flex;
        justify-content: center;
        margin-top: 48px;
    }

    .part_g .t2 .tip {
        font-size: 12px;
    }

    .part_g .t2 .unit {
        font-size: 19px;
    }

    .part_g .t2 .num {
        font-size: 35px;
    }

    .part_g .t2 .divide {
        width: 2px;
        height: 71px;
        margin: 0 53px;
    }

    .part_g .main {
        width: 92%;
    }

    .part_h {
        display: block;
    }

    .part_i {
        width: 89.2%;
        padding-bottom: 26px;
    }

    .part_i .img_pc {
        display: none;
    }

    .part_i .img_m {
        display: inline;
    }

    .top-info_pc {
        display: none;
    }

    .top-info_m {
        display: block;
        margin-bottom: 12px !important;
    }

    .order_box_pc {
        display: none;
    }

    .order_box_m {
        display: flex;
    }


    .pc_show {
        display: none !important
    }



    .list_b {
        padding: 0;
        margin-top: 30px
    }

    .list_b li span {
        font-size: 14px;
        margin-top: 5px
    }

    .part_d {
        padding-top: 40px
    }

    .part_d .desc {
        font-size: 15px;
        color: #6a6a6a;
        padding: 0 15px
    }

    .part_d .desc.m_desc {
        font-size: 12px
    }

    .part_d .desc.m_desc br {
        display: none
    }

    .part_d .comment img {
        width: 90%
    }

    .part_d .comment {
        background: none
    }

    .person_list {
        padding: 0 15px
    }

    .person_list li:first-child,
    .person_list li:last-child {
        display: none
    }

    .person_list .pbox.pbox_mb {
        display: block;
    }

    .person_list li {
        width: 24%
    }

    .person_list .txtbox {
        /* display: none */
    }

    .person_list_box {
        padding: 0;
        background: none;
    }

    .part_e .p1 {
        font-weight: bold;
        font-size: 14px;
        color: #000000;
        margin-bottom: 20px;
        margin-top: 25px;
    }

    .part_e .p2 {
        font-size: 12px;
        color: #6a6a6a;
        line-height: 15px;
        padding: 0 10px;
    }

    .person_list .txtbox p em {
        font-size: 30px;
    }

    .person_list .txtbox span {
        font-size: 12px;
    }

    .person_list .info p {
        font-size: 14px;
        margin-bottom: 1px
    }

    .person_list .info span {
        font-size: 12px
    }

    .person_list .info {
        padding-left: 5px;
        padding-bottom: 2px
    }

    .person_list {
        margin-top: 35px
    }

    .order_box p {
        font-size: 14px;
        margin: 0 5px
    }

    .order_box a {
        font-size: 14px;
        width: 120px;
        line-height: 2
    }

    .order_box a {
        margin: 0 5px
    }

    .order_box {
        margin-top: 20px
    }

    .footer .right {
        width: 100%;
        padding: 30px 15px
    }

    .footer {
        padding: 0;
        background: #fff
    }

    .footer .right .tit {
        font-size: 18px;
        margin-bottom: 16px
    }

    .footer .right .desc {
        font-size: 14px;
        margin-bottom: 24px
    }

    .footer .right .ap_form .row p {
        font-size: 14px
    }

    .footer .right .ap_form .row .inputbox img {
        width: 12px
    }

    .footer .right .ap_form .row .inputbox input {
        font-size: 14px;
        height: 30px
    }

    .footer .right .ap_form .row .inputbox {
        padding: 0 15px
    }

    .footer .right .ap_form .submitbox input {
        width: 120px;
        height: 40px;
        font-size: 12px
    }

    .footer .right .ap_form .submitbox {
        padding-top: 0
    }

    .footer .right .f_logo img {
        margin: 0 15px
    }

    .footer .right .f_logo img:nth-child(1) {
        width: 100px
    }

    .footer .right .f_logo img:nth-child(2) {
        width: 120px
    }

    .footer .right .f_logo {
        margin-top: 35px
    }

    .footer .inner {
        flex-wrap: wrap
    }

    .footer .left {
        width: 100%;
        padding-top: 30px;
        padding-right: 15px;
        padding-left: 15px
    }

    .footer .left .infobox span {
        font-size: 14px
    }

    .footer .left .infobox p {
        font-size: 16px
    }

    .footer .left .infobox {
        margin-bottom: 30px
    }

    .footer .left .threebox {
        padding-top: 30px
    }

    .footer .left .threebox a,
    .footer .left .threebox img {
        height: 20px
    }

    .footer .left .threebox a {
        margin-right: 15px
    }

    .footer .left .last {
        margin-top: 40px
    }

    .footer .left .last {
        padding-bottom: 50px
    }

    .footer {
        /* margin-top: 60px */
    }

    .footer .left .infobox {
        width: 100%;
        float: left
    }

    .footer .left .threebox {
        float: right;
        padding-top: 17px
    }

    .footer .left .last {
        float: left;
        margin-top: 20px
    }

    .footer .left .last .to_top {
        display: none
    }

    .to_top_m {
        display: block;
        position: absolute;
        top: 50px;
        right: 5px
    }

    .to_top_m img {
        display: block;
        width: 25px
    }

    .model .imgbox {
        display: none
    }

    .model {
        width: 90%
    }

    .model form {
        padding: 35px 15px
    }

    .model form .tit p {
        font-size: 18px
    }

    .model form .tit span {
        margin-top: 5px
    }

    .model form .sub_tit {
        font-size: 14px;
        margin-top: 24px
    }

    .model form .formbox .row {
        width: 48%;
        height: 30px;
        margin-top: 30px
    }

    .model form .formbox .row p {
        line-height: 29px;
        font-size: 14px
    }

    .model form .tit .quit img {
        width: 20px
    }

    .model form .formbox .row:last-child input {
        font-size: 14px
    }
}