/* 建开集团 */

.inside_banner {
    height: 40vh;
    margin-top: 79px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.inside_banner img {
    width: 100%;
}

.inside_banner_title {
    font-family: fonteditor;
    /*font-family: Pingfang;*/
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.inside_banner_title h3 {
    font-size:3.8rem;
}

.inside_banner_title p {
    font-size: 2.9rem;
    /*font-size: 1.5rem;*/
}

.sub_nav {
    border-bottom: 1px #f5f5f5 solid;
}

.sub_nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sub_nav li {
    margin: 0 30px;
}

.sub_nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    height: 70px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.sub_nav li a.on {
    color: #b00000;
}

.sub_nav li a.on:after {
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    background-color: #b00000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.about {
    background: url(/static/home/images/hill.jpg) no-repeat;
    background-size: cover;
}

.about_inner {
    padding: 4rem 2rem;
    width: 100%;
    max-width: 1330px;
    margin: 0 auto;
    font-family: Pingfang;
}

.about_title {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
}

.about_title h3 {
    margin-bottom: 30px;
    font-size: 36px;
    color: #000;
}

.about_title p {
    margin-bottom: 10px;
    font-size: 22px;
}

.about_content p {
    font-size: 16px;
    line-height: 36px;
    color: #666;
}

.about_banner img {
    width: 100%;
}

.course {
    overflow-x: hidden;
}

.history {
    padding-top: 70px;
    height: 740px;
    margin-right: -15px;
    margin-left: -15px;
    background: url(/static/home/images/dotmap.png) no-repeat center center #f2f2f3;
    background-size: cover;
}

.even-box {
    position: relative;
    padding-top: 90px;
    height: 440px;
}

.event-list {
    margin-bottom: 50px;
    padding-top: 100px;
    height: 200px;
}

.event-list ul {
    position: relative;
    margin-left: 50%;
    height: 1px;
    background-color: #999;
    -webkit-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.event-list ul li {
    position: absolute;
    width: 140px;
    height: 100px;
    color: #4c4c4c;
    text-align: center;
    font-style: italic;
    font-size: 60px;
}

.event-list ul li .year {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    letter-spacing: 3px;
    font-family: number;
    cursor: pointer;
}

.event-list ul li.on .year {
    color: #0266e3;
    text-shadow: 0 6px 16px rgba(2, 102, 227, .4);
}

.event-list ul li .dian {
    position: absolute;
    left: 50%;
    z-index: 3;
    display: block;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px #bbb;
    box-shadow: 0 0 8px #bbb;
}

.event-list ul li .dian i {
    display: block;
    margin: 5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #4d4d4d;
}

.event-list ul li.on .dian i {
    background-color: #0266e3;
}

.event-list ul li p {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 16px;
    cursor: pointer;
}

.event-list ul li::before {
    position: absolute;
    left: 50%;
    z-index: 2;
    display: block;
    width: 400px;
    height: 1px;
    background-color: #0266e3;
    -webkit-box-shadow: 0 0 1px #0266e3;
    box-shadow: 0 0 1px #0266e3;
    content: '';
    opacity: 0;
}

@media screen and (max-width:1500px) {
    .event-list ul li::before {
        width: 300px;
    }
}

.event-list ul li:last-child::before {
    right: 50%;
    left: auto;
}

.event-list ul li.on::before {
    opacity: 1;
}

.event-list ul li:nth-child(even) {
    top: -100px;
}

.event-list ul li:nth-child(odd) {
    bottom: -100px;
}

.event-list ul li:nth-child(even) p {
    bottom: -70px;
}

.event-list ul li:nth-child(odd) p {
    top: -70px;
}

.event-list ul li:nth-child(even) .year {
    top: 0;
}

.event-list ul li:nth-child(odd) .year {
    bottom: 0;
}

.event-list ul li:nth-child(even) .dian {
    bottom: -10px;
}

.event-list ul li:nth-child(odd) .dian {
    top: -10px;
}

.event-list ul li:nth-child(even)::before {
    bottom: -1px;
}

.event-list ul li:nth-child(odd)::before {
    top: 0;
}

.even-box .epage,
.hxt-box .epage,
.object-photo-box .epage {
    position: relative;
    left: 50%;
    margin-left: -315px;
    width: 630px;
    height: 34px;
    text-align: center;
    font-size: 18px;
    line-height: 34px;
}

.even-box .epage div,
.hxt-box .epage div,
.object-photo-box .epage div {
    float: left;
    width: 50%;
    letter-spacing: 5px;
    letter-spacing: 1px\0/IE8+9;
    font-family: sans-serif;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px\0/IE8+9;
}

.even-box .epage .eprev,
.hxt-box .epage .eprev,
.object-photo-box .epage .eprev {
    background-color: #c5c5c5;
    color: rgba(255, 255, 255, .7);
    font-family: number;
}

.even-box .epage .enext,
.hxt-box .epage .enext,
.object-photo-box .epage .enext {
    background-color: #0266e3;
    color: rgba(255, 255, 255, .7);
    font-family: number;
}

i.icon-jiantou,
i.icon-jiantou-copy {
    display: inline-block;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.even-box .epage .enext:hover i,
.hxt-box .epage .enext:hover i,
.object-photo-box .epage .enext:hover i {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    -ms-transform: translateX(30px);
}

.even-box .epage .enext:hover,
.hxt-box .epage .enext:hover,
.object-photo-box .epage .enext:hover {
    color: #fff;
}

.even-box .epage .eprev:hover,
.hxt-box .epage .eprev:hover,
.object-photo-box .epage .eprev:hover {
    color: #fff;
}

.even-box .epage .eprev:hover i,
.hxt-box .epage .eprev:hover i,
.object-photo-box .epage .eprev:hover i {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    -ms-transform: translateX(-30px);
}

.even-box .show-box {
    position: absolute;
    right: 50%;
    bottom: 40px;
    overflow: hidden;
    margin-right: 230px;
    width: 420px;
    height: 360px;
    background-color: #fff;
    -webkit-box-shadow: 0PX 20px 70px #C5C5C5;
    box-shadow: 0PX 20px 70px #C5C5C5;
}

.show-box ul {
    height: 360px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.show-box li {
    float: left;
    padding: 10px;
    width: 420px;
    height: 100%;
}

.show-box li .pic {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    /*height:186px;*/
}

.show-box li .pic img {
    width: 100%;
    height: 100%;
}

.show-box li .pic h6 {
    display: none;
}

.show-box li p {
    overflow: hidden;
    padding: 0 34px;
    height: 140px;
    font-size: 15px;
    font-family: sans-serif;
    line-height: 2;
}

.show-box li p a {
    color: #ea1620;
}

#history_app {
    display: none;
    position: relative;
    padding: 40px 0;
    margin-left: -15px;
    margin-right: -15px;
}

#history_app .pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

#history_app .about_title {
    margin-bottom: 60px;
}

#history_app .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: top center;
}

#history_app>h2 {
    font-size: 18px;
    text-align: center;
    margin: 50px 0 50px 0;
    letter-spacing: 4px;
    position: relative;
    z-index: 10;
}

#history_app .box {
    padding-bottom: 70px;
    position: relative;
}

#history_app .box:after {
    content: "";
    position: absolute;
    left: calc(57px + 25vw);
    top: -40px;
    width: 1px;
    height: calc(100% + 40px);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, #000000 5%, #000000 90%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.2;
    z-index: 4;
}

#history_app .box .list {
    display: flex;
    position: relative;
    z-index: 6;
    align-items: flex-start;
    justify-content: center;
    padding: 0 30px;
    margin-bottom: 40px;
}

#history_app .box .list:last-of-type {
    margin-bottom: 0px;
}

#history_app .box .list .year {
    font-size: 30px;
    height: 25vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2.5vw;
    width: 30vw;
    text-align: center;
    font-family: number;
    font-style: italic;
}

#history_app .box .list .dot {
    margin-left: 20px;
    margin-right: 19px;
    margin-top: 12vw;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #C9161E;
}

#history_app .box .list>div {
    width: 51vw;
}

#history_app .box .list>div .pic {
    width: 46vw;
    padding-bottom: 25vw;
}

#history_app .box .list>div .msg {
    width: 100%;
}

#history_app .box .list>div .msg h6 {
    font-size: 15px;
    margin: 10px 0 10px 0;
}

#history_app .box .list>div .msg p {
    font-size: 13px;
    line-height: 1.4;
}

.scroll-animate.animated {
    visibility: hidden;
}

.fadeInLeftSmall {
    animation-name: fadeInLeftSmall;
}

.honur {
    background: url(/static/home/images/building.jpg) repeat-x left bottom #fff;
    background-size: 100% 40%;
}

.honur_inner {
    padding: 4rem;
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
}

.honur ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.honur ul:after {
    display: block;
    content: '';
    width: 31%;
}

.honur li {
    width: 31%;
    margin-bottom: 4vh;
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
}

.honur li:after {
    display: block;
    content: '';
    width: 100%;
    margin-top: 66%;
}

.honur_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.honur_box p {
    margin-bottom: 0.5rem;
}

.honur_img {
    width: 30%;
    margin-bottom: 1rem;
    position: relative;
    background: url(/static/home/images/cup1.png) no-repeat;
    background-size: 100% 100%;
}

.honur_img:after {
    display: block;
    content: '';
    margin-top: 90%;
}

.honur li:hover {
    transform: translateY(-10px);
    background-color: #0266e3;
    color: #fff;
}

.honur li:hover .honur_img {
    background: url(/static/home/images/cup2.png) no-repeat;
    background-size: 100% 100%;
}

.index_about_count {
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.index_about_count_item {
    margin: 50px;
    text-align: center;
}

.index_about_count_num {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.index_about_count_bb {
    padding-left: 5px;
    position: relative;
}

.index_about_count_num p {
    line-height: 66px;
    font-size: 66px;
    font-weight: bold;
    font-family: 'pror';
    color: #93060a;
    position: absolute;
    top: -5px;
    left: 0;
    z-index: 5;
}

.index_about_count_num h3 {
    line-height: 66px;
    font-size: 66px;
    font-weight: bold;
    font-family: 'pror';
    color: #e9ebf2;
    position: relative;
    z-index: 4;
}


/* 向导信息 */

.leader_wrap {
    padding: 3rem 0;
    background-color: #fafafa;
}

.leader_inner {
    width: 100%;
    max-width: 1640px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.leader_inner:after {
    display: block;
    content: '';
    width: 30%;
}

.leader_item {
    width: 30%;
    height: 110px;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(/static/home/images/leader_bg1.jpg) no-repeat;
    background-size: 100% 100%;
}

.leader_item:hover {
    background: url(/static/home/images/leader_bg2.jpg) no-repeat;
    background-size: 100% 100%;
    color: #fff;
}

.leader_item p {
    margin-bottom: 0;
}


/* 组织架构 */

.jiagou_wrap {
    background: url(/static/home/images/jiagou_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.jiagou_wrap img {
    max-width: 1640px;
    width: 100%;
    margin: 0 auto;
}

.wish {
    background: url(/static/home/images/cul_bg.jpg) no-repeat left bottom;
    background-size: cover;
}

.wish_inner {
    width: 100%;
    max-width: 1510px;
    padding: 20px;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.wish_info {
    width: 40%;
}

.wish_con2 {
    display: none;
}

.wish_title {
    padding: 30px 0;
}

.wish_title h3 {
    padding-left: 30px;
    margin-bottom: 30px;
    background: url(/static/home/images/bpb.png) no-repeat left top;
    font-size: 36px;
}

.wish_title span {
    padding-left: 30px;
}

.wish_info p {
    padding-left: 25px;
    position: relative;
    line-height: 38px;
    font-size: 16px;
}

.wish_info p:before {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #196ed9;
    position: absolute;
    top: 16px;
    left: 0;
}

.wish_tab_box {
    width: 58%;
    position: relative;
}

.wish_tab_box img {
    width: 100%;
}

.wish_tab {
    width: 100%;
    height: 100%;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.wish_tab_item {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    cursor: pointer;
}

.wish_tab_item.on {
    background-color: rgba(30, 112, 214, .74);
}

.core {
    width: 100%;
    max-width: 1510px;
    margin: 0 auto;
    padding: 20px;
}

.core ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.core li {
    width: 388px;
    padding: 30px 0;
}

.core li:nth-child(2) {
    padding-top: 200px;
}

.core_num {
    font-family: 'publicr';
    font-size: 60px;
    color: #1b67c6;
    font-weight: bold;
}

.core li h3 {
    margin-bottom: 20px;
    font-weight: bold;
}

.core li span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #e5e5e5;
    position: relative;
}

.core li span:before {
    display: block;
    content: '';
    width: 0%;
    height: 4px;
    background-color: #1b67c6;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.core li:hover span:before {
    width: 100%;
}


/* 新闻中心 */

.bnews_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bnews_list ul:after {
    display: block;
    content: '';
    width: 31%;
}

.bnews_list li {
    width: 31%;
    margin-bottom: 30px;
}

.bnews_img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bnews_img:after {
    display: block;
    content: '';
    margin-top: 56%;
}

.bnews_img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bnews_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.bnews_img:hover img {
    transform: scale(1.1);
}

.bnews_info_top {
    padding: 1rem 0;
    margin-bottom: 1rem;
    border-bottom: 1px #e6e6e6 solid;
}

.bnews_info_top p {
    font-size: 14px;
    color: #999;
    font-family: 'publicr';
}

.bnews_info_top h3 {
    font-size: 1rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bnews_info_top a {
    color: #333;
}

.bnews_info_top a:hover {
    color: #0266e3;
}

.bnews_more {
    color: #999;
}

.news_wrap {
    padding: 40px 0;
}

.news_inner {
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 20px;
}

.news_row {
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_big {
    width: 59%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.news_big:after {
    display: block;
    content: '';
    margin-top: 59%;
}

.news_big a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.news_big img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.news_big a:hover img {
    transform: scale(1.1);
}

.news_big_info {
    width: 100%;
    height: 32%;
    padding: 20px 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url(/static/home/images/shadow.png) repeat-x;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    color: #fff;
}

.news_big_info p {
    font-size: 24px;
}

.news_big_list {
    width: 38%;
}

.news_big_list li {
    padding: 3% 0;
    border-bottom: 1px #e6e6e6 solid;
}

.news_big_list p {
    font-size: 18px;
    color: #999;
    font-family: 'publicr';
}

.news_big_list h3 {
    height: 72px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 36px;
    font-size: 18px;
    color: #333;
    font-family: Pingfang;
}

.news_big_list a:hover p {
    color: #136cdb;
}

.news_big_list a:hover h3 {
    color: #136cdb;
}

.news_bar {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 99999;
}

.nianfen {
    width: 20%;
    height: 54px;
    padding: 0 20px;
    border: 1px #ebebeb solid;
    background-color: #fff;
    position: relative;
}

.nianfen_name {
    width: 100%;
    height: 54px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    cursor: pointer;
}

.nianfen_name img {
    transition: all 0.3s;
}

.nianfen_name.on img {
    transform: rotate(-180deg);
}

.nianfen_slide {
    display: none;
    width: 100%;
    padding: 20px;
    border: 1px #ebebeb solid;
    background-color: #fff;
    position: absolute;
    top: 64px;
    left: 0;
    z-index: 20;
}

.nianfen_slide a {
    display: block;
    color: #333;
}

.nianfen_slide a:hover {
    background-color: #f8f8f8;
}

.news_search {
    flex: 1;
    display: flex;
    margin-left: 15px;
}

.news_search input[type="text"] {
    flex: 1;
    height: 54px;
    padding: 0 20px;
    margin: 0;
    border: 1px #ebebeb solid;
    border-right: none;
}

.news_search input[type="submit"] {
    width: 20%;
    height: 54px;
    margin: 0;
    padding: 0;
    background-color: #c81321;
    color: #fff;
    cursor: pointer;
    border: none;
    vertical-align: top;
}

.news_bb_row {
    width: 100%;
    padding: 2rem 0;
    border-bottom: 1px #e6e6e6 solid;
    background-color: #fff;
}

.news_bb_row:hover {
    background-color: #f5f5f5;
}

.news_item {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_img {
    width: 37%;
    overflow: hidden;
    position: relative;
}

.news_img:after {
    display: block;
    content: '';
    margin-top: 58%;
}

.news_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.news_img:hover img {
    transform: scale(1.1);
}

.news_info {
    flex: 1;
    margin-left: 3rem;
}

.news_time {
    margin-bottom: 20px;
    color: #767676;
    display: flex;
    align-items: flex-end;
}

.news_time h3 {
    margin-bottom: 0;
    line-height: 30px;
    font-size: 38px;
    font-family: 'DINBOLD';
}

.news_time p {
    margin-bottom: 0;
    line-height: 16px;
    font-size: 16px;
    font-family: 'DINBOLD';
}

.news_name {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #333;
}

.news_dec {
    margin-bottom: 30px;
    height: 60px;
    line-height: 30px;
    color: #666;
}

.news_go {
    display: block;
    width: 44px;
    height: 29px;
    background: url(/static/home/images/go1.png) no-repeat;
}

.news_bb_row:hover .news_time {
    color: #93060a;
}

.news_bb_row:hover .news_name {
    color: #93060a;
}

.news_bb_row:hover .news_go {
    background: url(/static/home/images/go2.png) no-repeat;
}


/* 新闻详情 */

.news_article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news_article_left {
    width: 69%;
}

.news_article_title {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px #e6e6e6 solid;
}

.news_article_title h3 {
    font-size: 1.5rem;
}

.time-ul {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.share-divop {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #999;
}

.tiem {
    margin-right: 20px;
    font-size: 12px;
    color: #999;
}

.time-ul .share-divop .huover-wei-qq a {
    width: 1.8rem;
    height: 1.8rem;
    text-align: center;
    line-height: 1.8rem;
    border-radius: 50%;
    padding-left: 0;
    margin: 0 6px;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0.6;
    transition: all 0.3s;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.time-ul .share-divop .huover-wei-qq .popup_tsina {
    background-image: url(/static/home/images/weibo1.png);
    left: 1.1rem;
}

.time-ul .share-divop .huover-wei-qq .popup_weixin {
    background-image: url(/static/home/images/weixin12.png);
}

.time-ul .share-divop .huover-wei-qq .popup_copy {
    background-image: url(/static/home/images/share.png);
    left: 2.2rem;
    background-size: 1rem;
}

.news_article_right {
    width: 19%;
}

.news_pages {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fafafa;
}

.news_pages_item {
    padding: 10px 0;
    display: flex;
}

.news_pages_item span {
    color: #999;
}

.news_pages_link {
    flex: 1;
}

.news_pages_link a {
    color: #333;
}

.back_list {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    height: 42px;
    background-color: #363744;
    color: #fff;
}

.back_list:hover {
    color: #fff;
    opacity: 0.8;
}

.news_article_right_title {
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-size: 1.2rem;
    border-bottom: 1px #e6e6e6 solid;
}

.news_hot_list li {
    margin-bottom: 30px;
}

.news_hot_img {
    width: 100%;
    margin-bottom: 0.8rem;
    position: relative;
    overflow: hidden;
}

.news_hot_img:after {
    display: block;
    content: '';
    margin-top: 56%;
}

.news_hot_img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news_hot_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.news_hot_img:hover img {
    transform: scale(1.1);
}

.news_hot_time {
    margin-bottom: 0.8rem;
    font-size: 14px;
    color: #999;
    font-family: 'publicr';
}

.news_hot_list li h3 {
    margin-bottom: 0.5rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
}

.news_hot_list li h3 a {
    color: #333;
}

.news_hot_list li h3 a:hover {
    color: #0266e3;
}

.news_hot_con {
    height: 2.8rem;
    font-size: 14px;
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.goods_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.goods_list ul:after {
    display: block;
    content: '';
    width: 31%;
}

.goods_list li {
    width: 31%;
    margin-bottom: 4rem;
}

.goods_img {
    width: 100%;
    margin-bottom: 1rem;
    overflow: hidden;
    position: relative;
}

.goods_img:after {
    display: block;
    content: '';
    margin-top: 72%;
}

.goods_img a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.goods_img img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.goods_img:hover img {
    transform: scale(1.1);
}

.goods_info {
    padding: 1rem 0;
    border-bottom: 1px #e6e6e6 solid;
}

.goods_name {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.goods_name h3 {
    margin-right: 0.5rem;
    font-size: 1.3rem;
    font-weight: bold;
}

.goods_name a {
    color: #333;
}

.goods_name a:hover {
    color: #0266e3;
}

.goods_stu {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.goods_stu i {
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 3px;
}

.goods_stu.solding {
    background: url(/static/home/images/build_icon2.png) no-repeat;
    color: #ea3442;
}

.goods_stu.solded {
    background: url(/static/home/images/build_icon1.png) no-repeat;
    color: #ffbe4c;
}

.goods_tips {
    font-size: 0.5rem;
    color: #999;
}

.goods_address_row {
    padding: 1rem 0 0;
    display: flex;
}

.goods_address img {
    width: 30px;
    height: 30px;
}

.goods_address_bb {
    flex: 1;
    margin-left: 0.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px #e6e6e6 solid;
}

.goods_address_bb h3 {
    font-size: 0.5rem;
    color: #666;
}

.goods_address_bb p {
    margin-bottom: 0;
    font-size: 0.5rem;
    color: #999;
}

.goods_address_bb em {
    font-size: 1.2rem;
    font-weight: bold;
    color: #e50006;
    font-style: normal;
    font-family: 'publicr';
}


/* 建开地产详情 */

.prodetail-nav {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: 0;
}

.w1520 {
    width: 79.2%;
    margin: 0 auto;
    position: relative;
}

.prodetail-nav a {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.7rem;
    color: #999999;
}

.prodetail-nav a.home {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem;
    background-image: url(/static/home/images/home.png);
    font-size: 0;
}

.prodetail-nav span {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 8px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 6px;
    background-image: url(/static/home/images/smjian.png);
    margin: 0 1.5rem;
}

.info-listmian-de {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.f-cb {
    zoom: 1;
}

.info-listmian-de .right {
    float: right;
    width: 39%;
    padding: 2rem 0 0;
    border-left: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.info-listmian-de .right .right-divmian {
    width: 66.7%;
    margin-left: 6.1%;
}

.info-listmian-de .right .right-divmian .rpho {
    font-size: 1.1rem;
    padding-left: 2.2rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.4rem;
    background-image: url(/static/home/images/bphone.png);
    color: #333333;
    line-height: 1.2rem;
}

.info-listmian-de .right .right-divmian .num {
    margin-top: 0.6rem;
    font-size: 1.5rem;
    color: #1e70d6;
    line-height: 1.6rem;
    padding-left: 2.2rem;
}

.shuzi {
    font-family: "publicr";
}

.info-listmian-de .right .right-divmian .radd {
    font-size: 1.1rem;
    padding-left: 2.2rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.4rem;
    background-image: url(/static/home/images/baddress.png);
    color: #333333;
    line-height: 1.2rem;
    margin-top: 2rem;
    position: relative;
}

.pinbold {
    font-family: "PINGFANG";
}

.info-listmian-de .right .right-divmian .radd a {
    position: absolute;
    font-size: 0.8rem;
    color: #fff;
    width: 4rem;
    line-height: 1.5rem;
    height: 1.5rem;
    display: block;
    top: 0;
    right: 0;
    text-align: center;
    border-radius: 0.75rem;
    background-color: #0266e3;
    font-size: 0.6rem;
}

.info-listmian-de .right .right-divmian .huiadd {
    font-size: 0.8rem;
    padding-left: 2.2rem;
    color: #666666;
    margin-top: 1.0rem;
    line-height: 1.2rem;
}

.info-listmian-de .right .right-divmian .liang {
    font-size: 1.1rem;
    color: #333333;
    line-height: 1.2rem;
    margin-top: 2.5rem;
    position: relative;
}

.info-listmian-de .right .right-divmian ul {
    margin-top: 1rem;
    font-size: 0;
    text-align: left;
}

.info-listmian-de .right .right-divmian ul li {
    display: inline-block;
    font-size: 0.7rem;
    color: #333333;
    border-radius: 1.2rem;
    margin-right: 1rem;
    margin-bottom: 0.4rem;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    padding: 0 4px;
}

.info-listmian-de .right .right-divmian .liang {
    font-size: 1.1rem;
    color: #333333;
    line-height: 1.2rem;
    margin-top: 2.5rem;
    position: relative;
}

.info-listmian-de .right .right-divmian .liang .leftimg1-prev,
.info-listmian-de .right .right-divmian .liang .leftimg1-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.6rem;
    z-index: 10;
    height: 1.1rem;
    width: 0.6rem;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
}

.info-listmian-de .right .right-divmian .liang .leftimg1-prev {
    right: 4rem;
    background-image: url(https://www.sunny.com.cn/bocweb/web/css/../img/list3-prev.png);
}

.info-listmian-de .right .right-divmian .liang .leftimg1-next {
    right: 0;
    background-image: url(https://www.sunny.com.cn/bocweb/web/css/../img/list3-next.png);
}

.info-listmian-de .right .right-divmian .liang .left1-xian {
    position: absolute;
    width: 2px;
    height: 1rem;
    right: 2.3rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e0e0e0;
}

.info-listmian-de .right .right-divmian .ulli-sipwer {
    position: relative;
    overflow: hidden;
    height: 12rem;
}

.info-listmian-de .right .right-divmian .ulli-sipwer .swiper-slide a {
    display: block;
    font-size: 0.8rem;
    color: #333333;
    position: relative;
}

.info-listmian-de .right .right-divmian .ulli-sipwer .swiper-slide {
    position: relative;
    height: 3rem;
    line-height: 3rem;
}

.info-listmian-de .right .right-divmian .ulli-sipwer .swiper-slide .sjoje {
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-listmian-de .right .right-divmian .ulli-sipwer .swiper-slide .time {
    font-size: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #999999;
    position: absolute;
}

.info-listmian-de .left {
    float: left;
    width: 60.9%;
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.info-listmian-de .left .left-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 1.5rem 2.5rem 3.5rem 0;
}

.info-listmian-de .left .left-header .div-cuo {
    float: right;
    width: 82.5%;
}

.info-listmian-de .left .left-header .div-cuo .name {
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.6rem;
}

.info-listmian-de .left .left-header .div-cuo .name-jie {
    font-size: 0.8rem;
    color: #666666;
    margin-top: 1.5rem;
    line-height: 1.5rem;
    text-align: left;
}

.info-listmian-de .left .left-header1 {
    padding: 3.0rem 2.5rem 3.5rem 0;
}

.info-listmian-de .left .left-header1 .tuji-leftswiper {
    margin-top: 1.5rem;
    position: relative;
    overflow: hidden;
}

.info-listmian-de .left .left-header1 .tuji-leftswiper .swiper-slide {
    overflow: hidden;
}

.info-listmian-de .left .left-header1 .tuji-leftswiper .swiper-slide img {
    width: 100%;
    transition: all 0.3s;
}

.info-listmian-de .left .left-header1 .div-cuo {
    float: right;
    width: 82.5%;
}

.info-listmian-de .left .left-header1 .div-cuo .name .leftimg-prev,
.info-listmian-de .left .left-header1 .div-cuo .name .leftimg-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.6rem;
    z-index: 10;
    height: 1.1rem;
    width: 0.6rem;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
}

.info-listmian-de .left .left-header1 .div-cuo .name .left-xian {
    position: absolute;
    width: 2px;
    height: 1rem;
    right: 2.3rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e0e0e0;
}

.info-listmian-de .left .left-header1 .div-cuo .name .leftimg-prev {
    right: 4rem;
    background-image: url(https://www.sunny.com.cn/bocweb/web/css/../img/list3-prev.png);
}

.info-listmian-de .left .left-header1 .div-cuo .name .leftimg-next {
    right: 0;
    background-image: url(https://www.sunny.com.cn/bocweb/web/css/../img/list3-next.png);
}

.info-listmian-de .left .left-header1 .div-cuo .name {
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.6rem;
    position: relative;
}

.detail-bottom {
    padding: 4rem 0;
    background-color: #f9f9f9;
}

.detail-bottom .detail-bottomname {
    font-size: 1.5rem;
    color: #333333;
    line-height: 1.6rem;
    position: relative;
}

.detail-bottom .detail-bottomname .leftimg2-prev,
.detail-bottom .detail-bottomname .leftimg2-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.6rem;
    z-index: 10;
    height: 1.1rem;
    width: 0.6rem;
    cursor: pointer;
    transition: all 0.3s;
    display: block;
}

.detail-bottom .detail-bottomname .leftimg2-prev {
    right: 4rem;
    background-image: url(https://www.sunny.com.cn/bocweb/web/css/../img/list3-prev.png);
}

.detail-bottom .detail-bottomname .leftimg2-next {
    right: 0;
    background-image: url(https://www.sunny.com.cn/bocweb/web/css/../img/list3-next.png);
}

.detail-bottom .detail-bottomname .left2-xian {
    position: absolute;
    width: 2px;
    height: 1rem;
    right: 2.3rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e0e0e0;
}

.detail-bottom .detail-hu-swiper {
    margin-top: 2rem;
    position: relative;
    overflow: hidden;
}

.detail-bottom .detail-hu-swiper .img {
    overflow: hidden;
}

.detail-bottom .detail-hu-swiper .name {
    font-size: 0.9rem;
    line-height: 1rem;
    margin-top: 0.8rem;
    color: #333333;
}

.room_wrap {
    width: 100%;
}

.img-fixedmedol {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    display: none;
}

.img-fixedmedol .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.img-fixedmedol .vimgmian {
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 60vh;
    overflow: hidden;
    padding-bottom: 4rem;
}

@media (max-width: 1366px) {
    .img-fixedmedol .vimgmian {
        width: 90%;
    }
}

.img-fixedmedol .vimgmian .smiyiuo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.img-fixedmedol .vimgmian .infoprodeuxto-sm {
    width: 80%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.img-fixedmedol .vimgmian .infoprodeuxto-sm .swiper-slide img {
    width: 100%;
    height: 4rem;
}

.img-fixedmedol .vimgmian .infoprodeuxto-sm .swiper-slide.cur img {
    border: 2px solid #e60012;
    box-sizing: border-box;
}

.img-fixedmedol .vimgmian .infoprodeuxto {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 53vh;
    background-color: rgba(0, 0, 0, 0.2);
}

.img-fixedmedol .vimgmian .infoprodeuxto .swiper-slide {
    position: relative;
    height: 53vh;
    text-align: center;
}

.img-fixedmedol .vimgmian .infoprodeuxto .swiper-slide>img {
    max-width: 100%;
    max-height: 100%;
}

.img-fixedmedol .vimgmian .infoprodeuxto .swiper-slide .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    padding: 0.6rem 0;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.14);
    z-index: 10;
}

.img-fixedmedol .qiehuan-prev,
.img-fixedmedol .qiehuan-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 10;
    transition: all 0.3s;
}

.img-fixedmedol .qiehuan-prev {
    left: 6.25%;
    background-image: url(https://www.sunny.com.cn/bocweb/web/css/../img/prev.png);
}

.img-fixedmedol .qiehuan-next {
    right: 6.25%;
    background-image: url(https://www.sunny.com.cn/bocweb/web/css/../img/next.png);
}

.img-fixedmedol1 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 300;
    width: 100%;
    height: 100%;
    display: none;
}

.img-fixedmedol1 .block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.img-fixedmedol1 .vimgmian {
    position: absolute;
    width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 60vh;
    overflow: hidden;
    padding-bottom: 4rem;
}

@media (max-width: 1366px) {
    .img-fixedmedol1 .vimgmian {
        width: 90%;
    }
}

.img-fixedmedol1 .vimgmian .smiyiuo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4rem;
    background-color: rgba(0, 0, 0, 0.3);
}

.img-fixedmedol1 .vimgmian .infoprodeuxto-sm1 {
    width: 80%;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.img-fixedmedol1 .vimgmian .infoprodeuxto-sm1 .swiper-wrapper {
    justify-content: center;
}

.img-fixedmedol1 .vimgmian .infoprodeuxto-sm1 .swiper-slide {
    max-width: 20% !important;
    overflow: hidden;
}

.img-fixedmedol1 .vimgmian .infoprodeuxto-sm1 .swiper-slide img {
    width: 100%;
    height: 4rem;
}

.img-fixedmedol1 .vimgmian .infoprodeuxto-sm1 .swiper-slide.cur img {
    border: 2px solid #e60012;
    box-sizing: border-box;
}

.img-fixedmedol1 .vimgmian .infoprodeuxto1 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.2);
}

.img-fixedmedol1 .vimgmian .infoprodeuxto1 .swiper-slide {
    position: relative;
    height: 53vh;
    text-align: center;
}

.img-fixedmedol1 .vimgmian .infoprodeuxto1 .swiper-slide>img {
    max-height: 100%;
    max-width: 100%;
}

.img-fixedmedol1 .vimgmian .infoprodeuxto1 .swiper-slide .name {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    padding: 0.6rem 0;
    font-size: 1.1rem;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 10;
}

.img-fixedmedol1 .qiehuan-prev1,
.img-fixedmedol1 .qiehuan-next1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 10;
    transition: all 0.3s;
}

.img-fixedmedol1 .qiehuan-prev1 {
    left: 6.25%;
    background-image: url(https://www.sunny.com.cn/bocweb/web/css/../img/prev.png);
}

.img-fixedmedol1 .qiehuan-next1 {
    right: 6.25%;
    background-image: url(https://www.sunny.com.cn/bocweb/web/css/../img/next.png);
}


/* 工程项目 */

.engin_info {
    padding-bottom: 1rem;
    border-bottom: 1px #e6e6e6 solid;
}

.engin_info h3 {
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.engin_info a {
    color: #333;
}

.engin_info a:hover {
    color: #0266e3;
}

.engin_info p {
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #999;
}


/* 加入建开 */

.join_top {
    padding: 3rem 0;
    background-color: #f9f9f9;
}

.join_top_inner {
    width: 1510px;
    margin: 0 auto;
}

.join_top_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.join_top_list li {
    width: 32%;
}

.join1 {
    background: url(/static/home/images/j1.jpg) no-repeat;
    background-size: 100% 100%;
}

.join2 {
    background: url(/static/home/images/j2.jpg) no-repeat;
    background-size: 100% 100%;
}

.join3 {
    background: url(/static/home/images/j3.jpg) no-repeat;
    background-size: 100% 100%;
}

.join_slide_item {
    height: 15rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.join_slide_item img {
    width: 3rem;
    height: 3rem;
    margin-right: 1rem;
}

.join_slide_item p {
    margin-bottom: 0;
    font-size: 1rem;
    color: #fff;
}

.join_slide_item h3 {
    font-size: 1.2rem;
    color: #fff;
}

.join-list2 {
    padding: 2rem 0;
}

.join-list2 .join-ajax-div ul.ul1 {
    font-size: 0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-top: 3rem;
}

.join-list2 .join-ajax-div ul.ul1 li {
    display: inline-block;
    font-size: 0.9rem;
    color: #333333;
    height: 3rem;
    line-height: 3rem;
    width: 16%;
    text-align: left;
}

.join-list2 .join-ajax-div ul.ul1 li span {
    margin-left: 2rem;
}

.join-list2 .join-ajax-div ul.ul1 li.last {
    text-align: center;
}

.join-list2 .join-ajax-div ul.ul1 li.last span {
    margin-left: 0;
}

.join-list2 .join-ajax-div ul.ul2 li div {
    display: inline-block;
    font-size: 0.8rem;
    color: #666666;
    height: 4rem;
    line-height: 4rem;
    width: 16%;
    text-align: left;
}

.join-list2 .join-ajax-div ul.ul2 li:hover {
    background-color: #f2f2f2;
}

.join-list2 .join-ajax-div ul.ul2 li div span {
    margin-left: 2rem;
}

.join-list2 .join-ajax-div ul.ul2 li div.last {
    text-align: center;
}

.join-list2 .join-ajax-div ul.ul2 li div.last a {
    display: inline-block;
    width: 6rem;
    height: 1.8rem;
    line-height: 1.8rem;
    color: #fff;
    background-color: #cccccc;
}

.join-list2 .join-ajax-div ul.ul2 li div.last a img {
    width: 8px;
    margin-left: 0.5rem;
    font-size: 0;
    position: relative;
    top: -2px;
}

.join-list2 .join-ajax-div ul.ul2 li:hover div.last a {
    background-color: #c81321;
}

.join-list2 .join-ajax-div ul.ul2 li {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    font-size: 0;
}

.mask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}

.popup {
    display: none;
    width: 90%;
    max-width: 1140px;
    padding: 2.5rem;
    padding-right: 0;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.job_close {
    width: 14px;
    height: 13px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.job_top {
    padding-right: 2.5rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px #e6e6e6 solid;
}

.job_name {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.job_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.job_p {
    flex: 1;
    margin-right: 2.5rem;
    font-size: 0.8rem;
    color: #666;
}

.job_p span {
    margin-right: 2rem;
}

.job_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 116px;
    height: 40px;
    background-color: #c81321;
    font-size: 1rem;
    color: #fff;
}

.job_btn:hover {
    color: #fff;
}

.job_content {
    max-height: 50vh;
    overflow-y: auto;
}

.job_item {
    margin-bottom: 1rem;
}

.job_item h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.job_item p {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
    color: #666;
}


/* 事情情形 */

.work_slide {
    width: 100%;
    padding-bottom: 6rem !important;
}

.work_img {
    width: 100%;
    margin-bottom: 0.5rem;
    position: relative;
    overflow: hidden;
}

.work_img:after {
    display: block;
    content: '';
    margin-top: 68%;
}

.work_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.work_slide p {
    text-align: center;
    font-size: 1rem;
}

.work_slide .swiper-pagination {
    width: 30% !important;
    bottom: 3rem;
    top: auto !important;
    left: 6rem !important;
}

.team {
    padding: 3rem 1rem;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #f2f4f6;
}

.team_left,
.team_right {
    width: 50%;
    background-color: #fff;
    position: relative;
}

.team_big {
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5);
}

.team_big:after {
    display: block;
    content: '';
    margin-top: 67%;
}

.team_big img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.gallery-thumbs {
    width: 70%;
    position: absolute !important;
    bottom: 1rem !important;
    left: 50%;
    transform: translateX(-50%);
}

.team_small {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.team_small:after {
    display: block;
    content: '';
    margin-top: 67%;
}

.team_small img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-thumbs .swiper-slide-thumb-active {
    border: 2px #0266e3 solid;
}

.gallery-top .swiper-button-prev,
.gallery-top .swiper-button-next {
    width: 10px;
    height: 17px;
    background-size: 100% 100%;
    bottom: 10%;
    top: auto;
}

.gallery-top .swiper-button-prev {
    left: 10%;
}

.gallery-top .swiper-button-next {
    right: 10%;
}

.team_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5rem;
}

.team_right span {
    display: block;
    margin: 1rem 0 2rem;
    font-size: 1rem;
}

.team_right p {
    font-size: 0.8rem;
    color: #666;
}


/* 福利待遇 */

.fuli ul {
    margin-top: 5rem;
    display: flex;
    flex-wrap: wrap;
}

.fuli li {
    width: 33.3%;
    margin-bottom: 2rem;
    text-align: center;
}

.fuli i {
    display: block;
    width: 150px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 1rem;
    border: 1px #e6e6e6 solid;
}

.fuli_icon1 {
    background-image: url(/static/home/images/f1.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fuli_icon2 {
    background-image: url(/static/home/images/f2.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fuli_icon3 {
    background-image: url(/static/home/images/f3.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fuli_icon4 {
    background-image: url(/static/home/images/f4.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fuli_icon5 {
    background-image: url(/static/home/images/f5.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fuli_icon6 {
    background-image: url(/static/home/images/f6.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fuli li:hover i {
    background-color: #0266e3;
    border: 1px #0266e3 solid;
}

.fuli li:hover .fuli_icon1 {
    background-image: url(/static/home/images/f1_o.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fuli li:hover .fuli_icon2 {
    background-image: url(/static/home/images/f2_o.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fuli li:hover .fuli_icon3 {
    background-image: url(/static/home/images/f3_o.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fuli li:hover .fuli_icon4 {
    background-image: url(/static/home/images/f4_o.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fuli li:hover .fuli_icon5 {
    background-image: url(/static/home/images/f5_o.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fuli li:hover .fuli_icon6 {
    background-image: url(/static/home/images/f6_o.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.fuli h3 {
    font-size: 1.2rem;
}

.fuli span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 0.5rem auto;
    background-color: #525252;
}

.fuli p {
    width: 50%;
    margin: 0 auto;
    margin-bottom: 0;
    font-size: 0.8rem;
    color: #666;
}


/* 招标采购 */

.cop ul {
    display: flex;
    flex-wrap: wrap;
}

.cop li {
    width: 25%;
    margin-bottom: 2rem;
    border-right: 1px #e6e6e6 solid;
    border-radius: 5px;
    overflow: hidden;
}

.cop li a {
    display: block;
    padding: 3rem 2rem;
}

.cop li:nth-child(4n) {
    border-right: none;
}

.cop li:hover {
    background: url(/static/home/images/cop_bg_05.jpg);
    background-size: 100% 100%;
}

.cop li span {
    display: block;
    margin-bottom: 2rem;
    font-size: 0.8rem;
    font-family: 'publicr';
    color: #999;
}

.cop li h3 {
    margin-bottom: 2rem;
    /*height: 4rem;*/
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: bold;
    color: #000;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    overflow: hidden;
}

.cop li p {
    margin-bottom: 3rem;
    height: 2.6rem;
    font-size: 0.9rem;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.cop li em {
    font-size: 1rem;
    font-style: normal;
}


/* 相助洽谈 */

.talk {
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
}

.talk ul {
    width: 100%;
    max-width: 1024px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

.talk li {
    width: 50%;
    padding: 0 2rem;
}

.talk_title {
    width: 70%;
    padding: 1rem 0;
    font-size: 1.5rem;
    border-bottom: 1px #e6e6e6 solid;
    font-weight: bold;
}

.talk_item {
    padding: 1rem 0;
    display: flex;
}

.talk_item img {
    width: 24px;
    height: 24px;
}

.talk_info {
    margin-left: 1rem;
    flex: 1;
}

.talk_info h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    color: #000;
    font-weight: bold;
}

.talk_info a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 77px;
    height: 28px;
    border-radius: 50px;
    background-color: #0266e3;
    font-size: 12px;
    color: #fff;
}

.talk_info p {
    font-size: 1rem;
    color: #666;
}

.talk_info b {
    font-family: 'publicr';
    font-size: 2rem;
    color: #e50006;
    font-weight: bold;
    line-height: 2rem;
}

.msn {
    display: none;
    width: 660px;
    max-width: 90%;
    padding: 2rem;
    background-color: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}

.msn_close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}

.msn_title {
    display: flex;
    justify-content: space-between;
}

.msn_title h3 {
    font-size: 1.6rem;
    line-height: 4rem;
}

.msn ul {
    margin-bottom: 20px;
}

.msn li {
    margin-bottom: 15px;
}

.msn li input[type="text"] {
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 1px #e6e6e6 solid;
    padding: 0 10px;
    font-size: 1rem;
}

.msn li textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 10px;
    border: 1px #e6e6e6 solid;
    font-size: 1rem;
    outline: none;
}

.code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.code_left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 70%
}

.code_left input[type="text"] {
    flex: 1;
    height: 48px;
    margin-right: 1rem;
    border-radius: 10px;
    border: 1px #e6e6e6 solid;
    padding: 0 10px;
    font-size: 1rem;
}

.code_left img {
    width: 100px;
    height: 48px;
}

.code input[type="submit"] {
    width: 140px;
    height: 48px;
    border-radius: 10px;
    font-size: 1rem;
    color: #fff;
    background-color: #0266e3;
    cursor: pointer;
    border: none;
}

.he_h1dh {
    width: 53%;
    position: absolute;
    bottom: -126px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    /* display: none; */
}

.he_h1dh1 {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.he_h1dh2 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.he_planyd {
    width: 188px;
    height: 110px;
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 10;
}

.he_planed {
    width: 0;
    height: 100%;
    transition: all 1.6s;
    background: url(/static/home/images/tandongx.png) 0px 0px no-repeat;
}

.he_planyd.width .he_planed {
    width: 100%;
}

.he_h1p2bx {
    width: 100%;
    position: relative;
    padding-top: 100px;
    margin-bottom: 164px;
}

.he_h1p2bg {
    width: 100%;
    background: #284a94;
    border-radius: 14px;
    padding: 74px;
}

.he_h1p2ri {
    width: 148px;
    background: #fff;
    border-radius: 25px;
    float: right;
}

.he_h1p2le {
    width: calc(100% - 148px);
    position: relative;
    z-index: 10;
    float: left;
}

.he_h1p2le p {
    font-size: 30px;
    line-height: 1.5;
    color: #ffffff;
}

.he_h1p2ri p {
    text-align: center;
    color: #274a94;
    width: 100%;
    display: block;
    line-height: 50px;
    cursor: pointer;
}

.he_h1zs1 {
    width: 164px;
    position: absolute;
    top: 44px;
    left: -43px;
    height: 164px;
}

.he_h1zs1 svg {
    width: 164px;
    height: 164px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.he_h1zs1 svg {
    -webkit-transition: all 1s cubic-bezier(.23, 1, .32, 1);
    -o-transition: all 1s cubic-bezier(.23, 1, .32, 1);
    transition: all 1s cubic-bezier(.23, 1, .32, 1);
    -webkit-transform: translate(-50%, -50%) scale(.9);
    -ms-transform: translate(-50%, -50%) scale(.9);
    transform: translate(-50%, -50%) scale(.9);
    animation: fadefd 3s infinite ease-out;
}

@keyframes fadefd {
    30% {
        -webkit-transform: translate(-50%, -50%) scale(.9);
        -ms-transform: translate(-50%, -50%) scale(.9);
        transform: translate(-50%, -50%) scale(.9);
    }
    60% {
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        transform: translate(-50%, -50%) scale(1.1);
    }
    100% {
        -webkit-transform: translate(-50%, -50%) scale(.9);
        -ms-transform: translate(-50%, -50%) scale(.9);
        transform: translate(-50%, -50%) scale(.9);
    }
}

.he_h1zs1 img {
    width: 100%;
}

.he_h1zs2 {
    position: absolute;
    width: 81px;
    top: 47px;
    left: 143px;
}


/* 联系豪门国际官网 */

.city_list {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    border-bottom: 1px #e6e6e6 solid;
}

.city_list a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    color: #666;
    position: relative;
}

.city_list a:hover {
    color: #0266e3;
}

.city_list a.on {
    font-weight: bold;
    color: #0266e3;
}

.city_list a.on:after {
    display: block;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #0266e3;
    position: absolute;
    bottom: 0;
    left: 0;
}

.contact_list ul {
    display: flex;
    flex-wrap: wrap;
}

.contact_list li {
    width: 33.3%;
    padding: 1rem 0;
    border-right: 1px #e6e6e6 solid;
    text-align: center;
}

.contact_list li:last-child {
    border-right: none;
}

.contact_map {
    position: relative;
}


/* 网站地图 */

.wap_title {
    width: 100%;
    background-color: #f5f5f5;
}

.wap_title h3 {
    width: 100%;
    height: 5rem;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.wap_map li:nth-child(even) {
    background-color: #f5f5f5;
}

.wap_map ul {
    width: 100%;
}

.wap_row {
    width: 100%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
}

.wap_row b,
.wap_row a {
    display: flex;
    align-items: center;
    width: 140px;
    height: 48px;
    font-size: 1rem;
}

.wap_row a {
    font-size: 0.9rem;
    color: #666;
}

.wrap_row a:hover {
    color: #0266e3;
}


/* 优+服务 */

.you_list ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.you_list li {
    width: 31%;
    margin-bottom: 3rem;
    text-align: center;
}

.you_img {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.you_img:after {
    display: block;
    content: '';
    margin-top: 58%;
}

.you_image {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.you_img span {
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 108, 219, .6);
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.you_img span img {
    margin-right: 10px;
}

.you_list li:hover span {
    display: flex;
}

.you_list li p {
    color: #333;
}

.you_list li:hover p {
    color: #0266e3;
}

.you_list .you_list2 {
    justify-content: center;
}

.you_list .you_list2 li {
    margin: 0 1.5rem;
}


/* 邻里会 */

.hui {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5rem;
}

.hui_left {
    width: 40%;
}

.hui_left img {
    margin-bottom: 2rem;
}

.hui_left_p {
    margin-top: 3rem;
}

.hui_right {
    width: 59%;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

.hui_right:after {
    display: block;
    content: '';
    margin-top: 57%;
}

.hui_right video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.six_title {
    width: 100%;
    height: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url(/static/home/images/blue_build_06.jpg);
    background-size: cover;
}

.six_wrap {
    width: 100%;
    background-color: #f1f3f5;
    position: relative;
}

.six_list {
    width: 90%;
    max-width: 1510px;
    margin: 0 auto;
    margin-top: -80px;
    padding: 8rem 0;
    background: url(/static/home/images/serve_bg.png) no-repeat center center #f1f3f5;
    background-size: contain;
}

.six_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.six_list li {
    width: 30%;
    margin-bottom: 4rem;
    position: relative;
}

.six_box {
    width: 90%;
    margin: 0 auto;
    padding: 2rem;
    background-color: #fff;
}

.six_list li img {
    position: absolute;
    top: -2rem;
    left: 0;
}

.six_top {
    padding: 2rem;
    border-bottom: 1px #e6e6e6 solid;
}

.six_top h3 {
    font-size: 1.6rem;
}

.six_p {
    padding: 2rem;
}

.six_p p {
    margin-bottom: 0;
    line-height: 36px;
    font-size: 0.9rem;
    color: #727785;
}


/* 邻里服务 */

.popup_wrapper {
    background-color: #fff;
    position: fixed;
    top: 100%;
    left: 0;
    z-index: 10000;
    width: 100%;
    overflow: hidden;
}

.popup_wrapper.moveup {
    animation: portOpen both cubic-bezier(.77, 0, .175, 1) 1.2s 0s;
    overflow: hidden;
    overflow-y: auto;
    height: 100vh;
}

.popup_wrapper.movedown {
    display: block;
    animation: portClose both cubic-bezier(.77, 0, .175, 1) 1.2s 0.4s;
}

@keyframes portOpen {
    0% {
        top: 100%;
    }
    100% {
        top: 0;
    }
}

@keyframes portClose {
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}

.theme_banner {
    height: 40vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.theme_banner h3 {
    font-size: 1.75rem;
    font-family: Pingfang;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.he_c1gbcv {
    width: 56px;
    height: 56px;
    background: #fff;
    border-radius: 50%;
    position: fixed;
    top: 24px;
    right: 40px;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.36s;
    z-index: 100;
    box-shadow: 0 0px 16px 0 rgba(0, 0, 0, 0.1);
    display: none;
}

.he_c1gbcv::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #284a94;
    transform: translate(-50%, -50%) scale(0);
    transition: all 0.26s;
    border-radius: 50%;
}

.he_c1gbcv img {
    width: 16px !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.he_show {
    opacity: 1;
}

.he_hide {
    opacity: 0;
}

.he_c1gbcv:hover {
    background: transparent;
}

.he_c1gbcv:hover::after {
    transform: translate(-50%, -50%) scale(1.04);
}

.he_c1gbcv:hover .he_show {
    opacity: 0;
}

.he_c1gbcv:hover .he_hide {
    opacity: 1;
}

.he_c1gbcvp {
    top: auto;
    bottom: 34px !important;
}

.serve1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem 0;
}

.serve1_left {
    width: 48%;
    padding: 0 2rem;
    font-family: 'pingfang';
}

.serve1_info {
    margin-bottom: 3rem;
}

.serve1_info h3 {
    font-weight: bold;
}

.serve1_p {
    margin-top: 1rem;
}

.serve1_p p {
    margin-bottom: 0;
    font-size: 18px;
}

.serve_word {
    margin-bottom: 3rem;
}

.serve_word h3 {
    margin-bottom: 1rem;
    font-size: 1.4rem;
    font-weight: bold;
}

.serve_word p {
    font-size: 16px;
    line-height: 36px;
}

.serve_word span {
    font-weight: normal;
    font-size: 14px;
}

.serve1 img {
    width: 50%;
}

.serve2 {
    padding: 3rem 0;
    background-color: #fff;
}

.serve2 .serve_word {
    width: 70%;
    margin: 0 auto 3rem;
    text-align: center;
}

.dn {
    display: none;
}

.serve3 {
    padding: 3rem 0;
}

.qun_ti {
    margin-bottom: 3rem;
}

.qun_ti ul {
    display: flex;
    flex-wrap: wrap;
}

.qun_ti li {
    width: 20%;
    padding: 5px;
}

.qun_ti li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    border-radius: 5px;
    background-color: #f5f5f5;
    font-size: 1.2rem;
    color: #666;
}

.qun_ti li.active a {
    background-color: #0266e3;
    color: #fff;
}

.long_banner {
    display: block;
    margin: 0 auto;
}

.rules {
    padding: 3rem 0;
    width: 100%;
    background: url(/static/home/images/talk_bg_03.jpg) repeat-x;
    background-size: 17px 50%;
}

.rules_list {
    padding: 2rem;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
}

.rules_list ul {
    padding: 0 1rem;
    width: 50%;
}

.rules_list li {
    padding: 1rem 2rem;
    display: flex;
}

.rules_list span {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background-color: #4a91eb;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.rules_list p {
    margin-bottom: 0;
    flex: 1;
    font-size: 14px;
    line-height: 30px;
}

.rules_list li:hover {
    background-color: #f3f8ff;
    color: #0266e3;
}

.rules_list li:hover span {
    background-color: #0266e3;
}


/* 父老康健服务 */

.older_row {
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.older_row:nth-child(even) {
    flex-direction: row-reverse;
}

.older_info {
    width: 50%;
    padding: 2rem;
}

.older_info p {
    margin-bottom: 0;
}

.older_img {
    width: 50%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.older_img:after {
    display: block;
    content: '';
    margin-top: 45%;
}

.older_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* 儿童生长服务 */

.tixi {
    padding: 2rem 0;
}

.tixi_title {
    width: 70%;
    margin: 0 auto 3rem;
    text-align: center;
}

.tixi .serve_word:hover {
    color: #0266e3;
}

.teacher {
    padding: 3rem 0;
    background-color: #f5f5f5;
}

.teacher_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.teacher_bb {
    width: 40%;
}

.teacher_dot {
    display: block;
    margin-bottom: 2rem;
}

.teacher_ming {
    margin-bottom: 3rem;
}

.teacher_box {
    display: flex;
    align-items: center;
    width: 50%;
}

.teacher_box img {
    margin-top: -120px;
}

.teacher_info {
    margin-left: 2rem;
}

.teacher_info p {
    padding-left: 0.8rem;
    position: relative;
}

.teacher_info p:before {
    display: block;
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #444;
    position: absolute;
    top: 10px;
    left: 0;
}

.teacher_info h3 {
    padding-left: 1rem;
    font-weight: bold;
}

.teacher_ti ul {
    display: flex;
    justify-content: space-between;
}

.teacher_ti li {
    width: 32%;
    border-radius: 5px;
    background-color: #fff;
}

.teacher_ti li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 2rem;
    text-align: center;
    color: #000;
}

.teacher_ti li p {
    opacity: 0.7;
}

.teacher_ti li.active {
    background-color: #0266e3;
}

.teacher_ti li.active a {
    color: #fff;
}

.teacher_ti h3 {
    margin-bottom: 2rem;
}

.teacher_ti p {
    margin-bottom: 0.5rem;
}


/* 物业星级服务 */

.jiaofu {
    padding: 3rem 0;
    background-color: #f5f5f5;
}

.jiaofu_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jiaofu_list li {
    width: 24%;
    padding: 1rem;
    background-color: #fff;
    text-align: center;
    transition: all 0.3s;
}

.jiaofu_list li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    transform: translateY(-10px);
}

.jiaofu_img {
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    overflow: hidden;
}

.jiaofu_img:after {
    display: block;
    content: '';
    margin-top: 60%;
}

.jiaofu_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.jiaofu_list h3 {
    margin-bottom: 1rem;
    font-size: 1.2rem;
}

.jiaofu_bar {
    margin-bottom: 1rem;
}

.jiaofu_list p {
    font-size: 14px;
}

.aiserve img {
    width: 30%;
}

.he_syp3bp {
    width: 100%;
    position: relative;
    margin-top: 20px;
    cursor: inherit !important;
}

.he_syp3bp {
    overflow: inherit !important;
}

.he_f1p2 .he_syp3bpli {
    overflow: inherit;
}

.he_syp3bpbx {
    width: 100%;
    position: relative;
}

.he_syp3bpsig {
    width: 100%;
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.he_img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.he_img1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.he_syp3bpli::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    width: 94%;
    background-image: url(/static/home/images/tupianyy.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.36s;
    z-index: -1;
    bottom: -50px;
}

.he_f1gted {
    width: 100%;
    position: relative;
    padding-top: 100px;
}

.he_f1gtcn {
    width: 830px;
    margin: 0 auto;
}

.he_f1gtcn {
    position: relative;
}

.he_f1p2ul {
    margin-bottom: 0px;
}

.he_f1p2li {
    opacity: 0 !important;
}

.he_f1p2lbx {
    width: 100%;
    position: relative;
}

.he_f1p2luti {
    padding-right: 150px;
}

.he_f1p2luti p {
    font-size: 24px;
    line-height: 1.75;
    color: #333;
    font-weight: bold;
}

.he_f1p2lutj {
    margin-top: 28px;
}

.he_f1p2lutj p {
    font-size: 16px;
    line-height: 1.875;
    color: #333333;
}

.he_swep {
    position: absolute;
    bottom: -65px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.he_swep {
    position: static;
    transform: inherit;
}

.he_swep {
    position: absolute;
    left: inherit !important;
    transform: inherit !important;
    right: 0 !important;
    bottom: inherit !important;
    top: -10px !important;
}

.he_swepbx {
    width: 49px;
    margin: 0 12px;
    outline: none;
}

.he_swepbx img {
    width: 100%;
    border-radius: 50%;
}

.fl {
    float: left;
}

.he_syp3bpul {
    width: 100%;
    position: relative;
}

.he_syp3bpli {
    width: 21% !important;
    margin: 0 11px;
    border-radius: 14px;
    overflow: hidden;
}

.he_f1p2luti {
    padding-right: 150px;
}

.he_f1p2li.swiper-slide-active {
    opacity: 1 !important;
}

.system_ti {
    width: 48%;
}

.system_ti .serve_word {
    margin-bottom: 1rem;
}

.system_ti ul {
    padding: 1rem;
}

.system_ti li {
    width: 60%;
    border-radius: 5px;
    color: #000;
}

.system_ti li.active {
    background-color: #0266e3;
    color: #fff;
}

.system_ti a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    color: #000;
}

.system_ti a img {
    width: 20px;
    height: 12px;
}

.system_ti li.active a {
    color: #fff;
}

.system_con {
    width: 50%;
}

.system_img {
    width: 100%;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.system_img:after {
    display: block;
    content: '';
    margin-top: 69%;
}

.system_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.system_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem 0;
}

.fuck_banner {
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center center;
    background-size: cover 100%;
    color: #fff;
    text-align: center;
}

.fuck_banner h3 {
    font-weight: bold;
}

.tixi .w35 {
    width: 35%;
}

.tixi .w63 {
    width: 63%;
}

.liu {
    padding: 3rem 0;
    background-color: #f9f9f9;
}

.liu_list ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.liu_list li {
    width: 30%;
    margin-bottom: 3rem;
}

.liu_img {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.liu_img:after {
    display: block;
    content: '';
    margin-top: 50%;
}

.liu_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.liu_info h3 {
    font-size: 20px;
    background: url(/static/home/images/bar3_07.png) no-repeat left bottom;
}

.liu_info p {
    font-size: 14px;
    line-height: 36px;
}


/* 营业国界 */

.china-map {
    height: 500px;
}

.product-map {
    padding: 5.8rem 0 5.5rem;
    background-image: url(/static/home/images/map.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-map .map-comian {
    position: relative;
}

.product-map .left {
    float: left;
    width: 56%;
    position: relative;
}

.product-map .left #map {
    height: 30rem;
    width: 100% !important;
}

.product-map .left #map .jsmap-svg-container {
    width: 100% !important;
}

.product-map .left #map .jsmap-svg-container svg {
    width: 100% !important;
    transform: scale(1.2);
}

.f-cb:after {
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.product-map .map-comian .right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 43%;
    right: 0;
}

.product-map .map-comian .right .map-name {
    font-size: 1.8rem;
    color: #333333;
    line-height: 2rem;
}

.product-map .map-comian .right .map-jie {
    font-size: 0.8rem;
    color: #666666;
    line-height: 2.2rem;
    text-align: justify;
    margin-top: 2rem;
}

.product-map .map-comian .right .map-lists-div {
    display: none;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0px 5px 50px rgb(4 4 4 / 3%);
    min-height: 26rem;
    width: 100%;
    opacity: 0;
    transition: all 0.3s 0.1s;
}

.product-map .map-comian .right .map-lists-div .namemap-l {
    font-size: 1.2rem;
    color: #333333;
    line-height: 1.6rem;
    position: relative;
}

.product-map .map-comian .right .map-lists-div .namemap-l .more-pre {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.6rem;
    height: 1.5rem;
    line-height: 1.5rem;
    width: 6rem;
    padding-left: 1rem;
    border-radius: 0.75rem;
    background-color: #e60012;
    color: #fff;
    /* border: 1px solid #e60012; */
    background-repeat: no-repeat;
    background-image: url(/static/home/images/moreb.png);
    background-position: 80% center;
    background-size: .6rem;
    transition: all 0.3s ease;
}

.product-map .map-comian .right .map-lists-div .namemap-l:after {
    width: 4px;
    height: 80%;
    top: 10%;
    position: absolute;
    left: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    background-color: #e72d3d;
}

.product-map .map-comian .right .map-lists-div .map-listu-auto {
    margin-top: 1rem;
    padding-right: 0.5rem;
    max-height: 24rem;
    overflow: auto;
}

.product-map .map-comian .right .map-lists-div .map-listu-auto li {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
    border-bottom: 1px dashed #e5e5e5;
}

.product-map .map-comian .right .map-lists-div .map-listu-auto .preo-left {
    float: left;
    width: 32%;
    overflow: hidden;
}

.product-map .map-comian .right .map-lists-div .map-listu-auto .preo-left img {
    width: 100%;
}

.product-map .map-comian .right .map-lists-div .map-listu-auto .preo-left .img {
    display: none;
}

.product-map .map-comian .right .map-lists-div .map-listu-auto .pro-right {
    float: right;
    width: 62.5%;
}

.product-map .map-comian .right .map-lists-div .map-listu-auto .pro-right {
    font-size: 0.9rem;
    color: #333333;
    font-weight: bold;
}

.product-map .map-comian .right .map-lists-div .map-listu-auto .fubiao {
    font-size: 0.7rem;
    color: #999999;
    line-height: 0.9rem;
    margin-top: 0.5rem;
}

.product-map .map-comian .right .map-lists-div .map-listu-auto .addlis {
    color: #666666;
    margin-top: 1rem;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 0.8rem;
}

.product-map .map-comian .right .map-lists-div .map-listu-auto .addressname {
    color: #999;
    font-size: 0.7rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
}

.product-map .map-comian .right .map-lists-div .map-listu-auto .addlis {
    color: #666666;
    margin-top: 1rem;
    font-size: 0.7rem;
    font-weight: bold;
    line-height: 0.8rem;
}

.product-map .map-comian .right .map-lists-div .map-listu-auto .tel {
    font-size: 1.1rem;
    color: #e60012;
    line-height: 1.2rem;
    margin-top: 0.5rem;
}


/* 服务板块 */

.work_tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    width: 100%;
}

.work_tabs a {
    width: 190px;
    height: 50px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    border: 1px #e6e6e6 solid;
    color: #333;
    position: relative;
}

.work_tabs a.on {
    background-color: #cf1322;
    color: #fff;
}

.work_tabs a.on:after {
    display: block;
    content: '';
    border-left: 8px transparent solid;
    border-right: 8px transparent solid;
    border-top: 8px #cf1322 solid;
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
}


/* 企业文化 */

.wenhua {
    padding: 5rem 0;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.wenhua_dec {
    width: 45%;
}

.wenhua_dec h3 {
    margin-bottom: 2rem;
    font-size: 1.75rem;
    font-weight: bold;
}

.wenhua_dec p {
    font-size: 16px;
    line-height: 40px;
}

.wenhua img {
    width: 50%;
}

.smart_city {
    max-width: 1920px;
    width: 100%;
    height: 60vh;
    background: url(/static/home/images/smart_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.smart_dec {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 3rem 15px;
    color: #fff;
    text-align: center;
}

.smart_dec h3 {
    margin-bottom: 30px;
    font-size: 1.75rem;
    color: #fff;
    font-weight: bold;
}

.smart_dec p {
    font-size: 16px;
    line-height: 40px;
}

.policy {
    padding: 5rem 0;
    background-color: #f7f7fa;
}

.policy_inner {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.policy_dec {
    margin-bottom: 50px;
    text-align: center;
}

.policy_dec h3 {
    margin-bottom: 30px;
    font-size: 1.75rem;
    font-weight: bold;
    color: #333;
}

.policy_dec p {
    font-size: 20px;
    line-height: 44px;
}

.policy_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 40vh;
}

.policy_item {
    width: 33.3%;
    height: 30vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    transition: all 0.3s;
    color: #333;
    text-align: center;
}

.z_icon1,
.z_icon2 {
    margin-bottom: 15px;
}

.z_icon2 {
    display: none;
}

.policy_item h3 {
    font-size: 1.2rem;
    font-weight: bold;
}

.policy_item span {
    font-size: 16px;
}

.policy_item em {
    display: none;
    width: 30px;
    height: 2px;
    margin: 20px 0;
    background-color: #fff;
}

.policy_item p {
    display: none;
    font-size: 18px;
}

.policy_item:hover {
    height: 40vh;
    color: #fff;
    background: url(/static/home/images/policy_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.policy_item:hover .z_icon1 {
    display: none;
}

.policy_item:hover .z_icon2 {
    display: block;
}

.policy_item:hover span {
    display: none;
}

.policy_item:hover em {
    display: block;
}

.policy_item:hover p {
    display: block;
}


/* 项目展示 */

.case {
    padding: 3rem 0 5rem;
    background: url(/static/home/images/case_bar.jpg) repeat-x;
    background-size: 100% 50%;
}

.case_item {
    max-width: 1510px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.case_show {
    width: 70%;
    position: relative;
}

.case_big_slide {
    width: 100%;
    height: 60vh;
}

.case_big {
    width: 100%;
    height: 50vh;
}

.case_big img {
    width: 100%;
    height: 100%;
}

.case_small_slide {
    width: 500px;
    margin: 0 !important;
    margin-right: 50px !important;
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
}

.case_small_slide .swiper-slide {
    position: relative;
}

.case_small_slide .swiper-slide-thumb-active:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border: 2px #bf1927 solid;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.case_right,
.case_left {
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    z-index: 9;
}

.case_right {
    right: 0;
    background: url(/static/home/images/arrow-right.png) no-repeat;
    background-position: center center;
}

.case_left {
    right: 570px;
    background: url(/static/home/images/arrow-left.png) no-repeat;
    background-position: center center;
}

.case_info {
    width: 28%;
}

.case_info_top {
    margin-bottom: 8rem;
}

.case_info_top h3 {
    font-size: 1.5rem;
}

.case_info_top em {
    display: none;
}

.case_info_top span {
    display: block;
    margin: 20px 0;
    width: 36px;
    height: 3px;
    background-color: #9b9b9b;
}

.case_info_dec {
    margin-bottom: 30px;
    max-height: 96px;
    font-size: 14px;
    line-height: 32px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.go_icon {
    display: block;
    width: 44px;
    height: 29px;
    background: url(/static/home/images/go1.png) no-repeat;
}

.go_icon:hover {
    background: url(/static/home/images/go2.png) no-repeat;
}

.case_qr {
    display: flex;
    align-items: flex-end;
}

.case_qr img {
    width: 110px;
    height: 110px;
    margin-right: 10px;
}

@keyframes fadeInLeftSmall {
    from {
        opacity: 0;
        transform: translate3d(-10%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightSmall {
    animation-name: fadeInRightSmall;
}

@keyframes fadeInRightSmall {
    from {
        opacity: 0;
        transform: translate3d(10%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 1200px) {
    .honur_box p {
        font-size: 14px;
    }
    .wish_title {
        padding: 20px 0;
    }
    .wish_title h3 {
        padding-left: 20px;
        margin-bottom: 10px;
        background: url(/static/home/images/bpb.png) no-repeat left top;
        font-size: 26px;
    }
    .wish_title span {
        padding-left: 20px;
    }
    .wish_info p {
        padding-left: 20px;
        line-height: 30px;
        font-size: 14px;
    }
    .wish_info p:before {
        top: 12px;
    }
    .wish_inner {
        margin: 0 auto 30px;
    }
    .core li {
        width: 40%;
    }
    .core li:nth-child(2) {
        padding-top: 30px;
    }
    .core_num {
        font-size: 40px;
    }
    .core li h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .core li p {
        font-size: 14px;
    }
    .fuli p {
        width: 70%;
    }
    .teacher_dot {
        margin-bottom: 1rem;
    }
    .teacher_ming {
        margin-bottom: 2rem;
    }
    .teacher_box img {
        margin-top: -120px;
        width: 50%;
    }
    .teacher_info {
        margin-left: 1rem;
    }
    .teacher_ti h3 {
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }
    .teacher_ti p {
        margin-bottom: 0.3rem;
        font-size: 14px;
    }
    .jiaofu_list li {
        width: 49%;
    }
}

@media (max-width: 1366px) {
    .img-fixedmedol .vimgmian {
        width: 90%;
    }
    .img-fixedmedol1 .vimgmian {
        width: 90%;
    }
    .he_h1p2bx {
        padding-top: 76px;
        margin-bottom: 105px;
    }
    .he_h1zs2 {
        width: 50px;
        top: 43px;
        left: 143px;
    }
    .he_h1zs1 {
        width: 100px;
        position: absolute;
        top: 43px;
        left: -26px;
    }
    .he_h1p2bg {
        padding: 56px 74px;
    }
    .liu_info p {
        font-size: 14px;
        line-height: 28px;
    }
    .product-map .map-comian .right .map-lists-div {
        width: 100%;
    }
}

@media (max-width: 1024px) {
    .img-fixedmedol .vimgmian {
        padding-bottom: 0;
    }
    .img-fixedmedol .vimgmian .smiyiuo {
        display: none;
    }
    .cop li {
        width: 33.3%;
    }
    .cop li:nth-child(3n) {
        border-right: none;
    }
    .cop li:nth-child(4n) {
        border-right: 1px #e6e6e6 solid;
    }
    .news_info {
        flex: 1;
        margin-left: 30px;
    }
    .news_time {
        margin-bottom: 10px;
    }
    .news_time h3 {
        line-height: 22px;
        font-size: 30px;
    }
    .news_time p {
        line-height: 12px;
        font-size: 12px;
    }
    .news_name {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .news_dec {
        margin-bottom: 20px;
        height: 48px;
        line-height: 24px;
        color: #666;
    }
}

@media (max-width: 974px) {
    .inside_banner {
        margin-top: 45px;
    }
    .sub_nav {
        margin-left: -15px;
        margin-right: -15px;
    }
    .sub_nav li {
        margin: 0 5px;
    }
    .sub_nav li a {
        padding: 0 5px;
        height: 50px;
        font-size: 14px;
    }
    .about_title {
        margin-bottom: 20px;
    }
    .about_title h3 {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .about_title p {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .about_content p {
        font-size: 14px;
        line-height: 32px;
        color: #666;
    }
    .honur_box p {
        font-size: 12px;
    }
    .news_article_left {
        width: 100%;
    }
    .news_article_right {
        width: 100%;
    }
    .he_f1gted {
        padding-top: 37px;
    }
    .he_f1gtcn {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .he_f1p2ul {
        margin-bottom: 0px;
    }
    .he_f1p2luti p {
        font-size: 20px;
    }
    .he_f1p2lutj p {
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .w1520 {
        width: 89.6%;
    }
    .product-map .map-comian .right {
        width: 53%;
    }
}

@media (max-width: 1024px) {
    .w1520 {
        width: 89.6%;
    }
}

@media (max-width: 767.5px) {
    .inside_banner {
        margin-top: 55px;
    }
    .about_inner {
        padding: 20px;
    }
    .about_title {
        margin-bottom: 20px;
    }
    .about_title h3 {
        margin-bottom: 20px;
        font-size: 20px;
    }
    .about_title p {
        font-size: 14px;
    }
    .about_content p {
        font-size: 12px;
        line-height: 28px;
    }
    .leader_wrap {
        padding: 3rem 15px;
    }
    .leader_inner:after {
        display: block;
        content: '';
        width: 30%;
    }
    .leader_item {
        width: 48%;
        height: 70px;
        margin-bottom: 20px;
    }
    .leader_item h3 {
        font-size: 18px;
    }
    .leader_item p {
        font-size: 12px;
    }
    .history {
        display: none;
    }
    #history_app {
        display: block;
    }
    .index_about_count {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .index_about_count_item {
        margin: 20px;
        text-align: center;
    }
    .index_about_count_num p {
        line-height: 30px;
        font-size: 30px;
        top: -3px;
    }
    .index_about_count_num h3 {
        line-height: 30px;
        font-size: 30px;
    }
    .honur {
        background-size: 100% 50px;
    }
    .honur_inner {
        padding: 40px 20px;
    }
    .honur li {
        width: 100%;
        margin-bottom: 3vh;
    }
    .wish_info {
        width: 100%;
    }
    .wish_con2 {
        display: block;
    }
    .wish_tab_box {
        display: none;
    }
    .core li {
        width: 100%;
    }
    .bnews_list li {
        width: 100%;
    }
    .goods_list li {
        width: 100%;
    }
    .news_wrap {
        padding: 20px 0;
    }
    .news_big {
        width: 100%;
    }
    .news_big_list {
        display: none;
    }
    .nianfen {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0 !important;
    }
    .nianfen {
        height: 36px;
    }
    .nianfen_name {
        height: 36px;
        font-size: 14px;
    }
    .nianfen_slide {
        top: 34px;
        font-size: 14px;
    }
    .news_search {
        display: none;
    }
    .news_search input[type="text"] {
        height: 36px;
        font-size: 14px;
    }
    .news_search input[type="submit"] {
        height: 36px;
    }
    .news_bar {
        margin-bottom: 30px;
    }
    .prodetail-nav {
        height: 3rem;
        line-height: 3rem;
    }
    .prodetail-nav a.home {
        width: 1.05rem;
        height: 1.05rem;
        background-size: 1.05rem;
    }
    .prodetail-nav span {
        margin: 0 0.45rem;
    }
    .info-listmian-de .right {
        width: 100%;
        padding: 0.9rem 0 0;
    }
    .info-listmian-de .right .right-divmian {
        width: 89.6%;
    }
    .info-listmian-de .right .right-divmian .rpho {
        font-size: 0.72rem;
        padding-left: 1.32rem;
        background-size: 0.86rem;
        line-height: 0.9rem;
    }
    .info-listmian-de .right .right-divmian .num {
        margin-top: 0.6rem;
        font-size: 0.84rem;
        line-height: 0.96rem;
        padding-left: 1.32rem;
    }
    .info-listmian-de .right .right-divmian .radd {
        font-size: 0.72rem;
        padding-left: 1.32rem;
        background-size: 0.84rem;
        line-height: 0.9rem;
        margin-top: 1.2rem;
    }
    .info-listmian-de .right .right-divmian .radd a {
        font-size: 10px;
        height: 1.5rem;
        line-height: 1.5rem;
        width: 4.2rem;
        border-radius: 1.8rem;
    }
    .info-listmian-de .right .right-divmian .huiadd {
        margin-top: 0.9rem;
        font-size: 0.72rem;
        line-height: 1.08rem;
        padding-left: 1.32rem;
    }
    .info-listmian-de .right .right-divmian .liang {
        font-size: 0.72rem;
        line-height: 1.08rem;
        margin-top: 1.2rem;
    }
    .info-listmian-de .right .right-divmian ul {
        margin-top: 0.6rem;
    }
    .info-listmian-de .right .right-divmian .liang .leftimg1-prev,
    .info-listmian-de .right .right-divmian .liang .leftimg1-next {
        width: 0.36rem;
        height: 0.66rem;
        background-size: 0.36rem;
    }
    .info-listmian-de .right .right-divmian .liang .leftimg1-prev {
        right: 3rem;
    }
    .info-listmian-de .right .right-divmian .liang .left1-xian {
        right: 1.5rem;
        height: 0.66rem;
    }
    .info-listmian-de .right .right-divmian .ulli-sipwer {
        height: 8.1rem;
    }
    .info-listmian-de .right .right-divmian .ulli-sipwer .swiper-slide {
        line-height: 2.7rem;
    }
    .info-listmian-de .right .right-divmian .ulli-sipwer .swiper-slide a {
        font-size: 0.72rem;
    }
    .info-listmian-de .right .right-divmian .ulli-sipwer .swiper-slide .sjoje {
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .info-listmian-de .right .right-divmian .ulli-sipwer .swiper-slide .time {
        font-size: 0.72rem;
    }
    .info-listmian-de .left {
        width: 100%;
    }
    .info-listmian-de .left .left-header {
        padding: 0.9rem 1.35rem;
    }
    .info-listmian-de .left .left-header .div-cuo {
        width: 100%;
    }
    .info-listmian-de .left .left-header .div-cuo .name {
        font-size: 0.9rem;
        line-height: 1.08rem;
    }
    .info-listmian-de .left .left-header .div-cuo .name-jie {
        font-size: 0.72rem;
        margin-top: 0.9rem;
        line-height: 1.08rem;
    }
    .info-listmian-de .left .left-header1 {
        padding: 0.9rem 1.35rem;
    }
    .info-listmian-de .left .left-header1 .div-cuo {
        width: 100%;
    }
    .info-listmian-de .left .left-header1 .div-cuo .name {
        font-size: 0.8rem;
        line-height: 1.08rem;
    }
    .info-listmian-de .left .left-header1 .div-cuo .name .leftimg-prev,
    .info-listmian-de .left .left-header1 .div-cuo .name .leftimg-next {
        width: 0.36rem;
        height: 0.66rem;
        background-size: 0.36rem;
    }
    .info-listmian-de .left .left-header1 .div-cuo .name .leftimg-prev {
        right: 3rem;
    }
    .info-listmian-de .left .left-header1 .div-cuo .name .leftimg-prev,
    .info-listmian-de .left .left-header1 .div-cuo .name .leftimg-next {
        width: 0.36rem;
        height: 0.66rem;
        background-size: 0.36rem;
    }
    .info-listmian-de .left .left-header1 .div-cuo .name .left-xian {
        right: 1.5rem;
        height: 0.66rem;
    }
    .info-listmian-de .left .left-header1 .div-cuo .name .left-xian {
        right: 1.5rem;
        height: 0.66rem;
    }
    .detail-bottom {
        padding: 1.8rem 0;
    }
    .detail-bottom .detail-bottomname {
        font-size: 0.72rem;
        line-height: 0.96rem;
    }
    .detail-bottom .detail-bottomname .leftimg2-prev,
    .detail-bottom .detail-bottomname .leftimg2-next {
        width: 0.36rem;
        height: 0.66rem;
        background-size: 0.36rem;
    }
    .detail-bottom .detail-bottomname .leftimg2-prev {
        right: 3rem;
    }
    .detail-bottom .detail-bottomname .left2-xian {
        right: 1.5rem;
        height: 0.66rem;
    }
    .detail-bottom .detail-hu-swiper {
        margin-top: 1.2rem;
    }
    .detail-bottom .detail-hu-swiper .name {
        font-size: 0.72rem;
        line-height: 1.08rem;
        margin-top: 0.6rem;
    }
    .info-listmian-de .left .left-header1 .tuji-leftswiper {
        width: 100%;
    }
    .img-fixedmedol .vimgmian .infoprodeuxto {
        height: 30vh;
    }
    .img-fixedmedol .vimgmian .infoprodeuxto .swiper-slide {
        height: 30vh;
    }
    .img-fixedmedol .vimgmian .infoprodeuxto .swiper-slide .name {
        height: 2.4rem;
        line-height: 2.4rem;
        font-size: 0.9rem;
        padding: 0;
    }
    .img-fixedmedol .qiehuan-prev,
    .img-fixedmedol .qiehuan-next {
        width: 0.9rem;
        height: 1.5rem;
    }
    .img-fixedmedol1 .vimgmian {
        padding-bottom: 0;
    }
    .img-fixedmedol1 .vimgmian .smiyiuo {
        display: none;
    }
    .img-fixedmedol1 .vimgmian .infoprodeuxto1 .swiper-slide {
        height: 35vh;
    }
    .img-fixedmedol1 .vimgmian .infoprodeuxto1 .swiper-slide .name {
        height: 2.4rem;
        line-height: 2.4rem;
        font-size: 0.9rem;
        padding: 0;
    }
    .img-fixedmedol1 .qiehuan-prev1,
    .img-fixedmedol1 .qiehuan-next1 {
        width: 0.9rem;
        height: 1.5rem;
    }
    .join-list2 {
        padding: 0;
    }
    .join-list2 .join-ajax-div {
        margin-top: 0rem;
    }
    .join-list2 .join-ajax-div ul.ul1 {
        margin-top: 1.8rem !important;
    }
    .join-list2 .join-ajax-div ul.ul1 li:nth-child(1),
    .join-list2 .join-ajax-div ul.ul1 li {
        width: 30%;
    }
    .join-list2 .join-ajax-div ul.ul1 li span {
        margin-left: 0;
    }
    .join-list2 .join-ajax-div ul.ul1 li:nth-child(5) {
        width: 20%;
    }
    .join-list2 .join-ajax-div ul.ul2 li div:nth-child(1),
    .join-list2 .join-ajax-div ul.ul2 li div {
        width: 30%;
    }
    .join-list2 .join-ajax-div ul.ul2 li div span {
        margin-left: 0;
    }
    .join-list2 .join-ajax-div ul.ul2 li div:nth-child(5) {
        width: 20%;
    }
    .join-list2 .join-ajax-div ul.ul2 li div.last a {
        width: 100%;
        height: 1.8rem;
        line-height: 1.8rem;
    }
    .join-list2 .join-ajax-div ul.ul2 li div.last a img {
        margin-left: 0rem;
    }
    .join-list2 .join-ajax-div ul.ul1 li:nth-child(2) {
        display: none;
    }
    .join-list2 .join-ajax-div ul.ul2 li div:nth-child(2) {
        display: none;
    }
    .join-list2 .join-ajax-div ul.ul1 li:nth-child(4) {
        width: 20%;
    }
    .join-list2 .join-ajax-div ul.ul2 li div:nth-child(4) {
        width: 20%;
    }
    .join-list2 .join-ajax-div ul.ul1 li {
        font-size: 0.72rem;
        height: 2.4rem;
        line-height: 2.4rem;
    }
    .join-list2 .join-ajax-div ul.ul2 li div {
        font-size: 0.72rem;
        height: 2.4rem;
        line-height: 2.4rem;
    }
    .join_top {
        padding: 0;
        display: none;
    }
    .join_top_list li {
        width: 100%;
    }
    .job_p {
        flex: 0 0 100%;
        margin-right: 0;
    }
    .job_p span {
        margin-right: 0;
        display: block;
    }
    .job_content {
        max-height: 30vh;
    }
    .work_slide .swiper-pagination {
        left: 50% !important;
        transform: translateX(-50%);
    }
    .team {
        padding: 0;
    }
    .team_left,
    .team_right {
        width: 100%;
    }
    .team_right {
        padding: 20px;
    }
    .fuli li {
        width: 50%;
    }
    .fuli h3 {
        font-size: 1rem;
    }
    .fuli p {
        width: 100%;
        font-size: 0.6rem;
    }
    .cop li {
        width: 100%;
    }
    .cop li {
        background: url(/static/home/images/cop_bg_05.jpg);
        background-size: 100% 100%;
        border-right: none;
    }
    .cop li:nth-child(2n) {
        border-right: none;
    }
    .cop li:nth-child(3n) {
        border-right: none;
    }
    .cop li:nth-child(4n) {
        border-right: none;
    }
    .talk {
        padding: 2rem 0;
    }
    .talk li {
        width: 100%;
        padding: 0 2rem;
    }
    .msn_title h3 {
        font-size: 1.2rem;
        line-height: 3rem;
    }
    .msn_title img {
        width: 30%;
    }
    .msn li {
        margin-bottom: 10px;
    }
    .msn ul {
        margin-bottom: 10px;
    }
    .msn li input[type="text"] {
        height: 36px;
        font-size: 14px;
    }
    .msn li textarea {
        height: 80px;
        font-size: 14px;
    }
    .code_left input[type="text"] {
        height: 36px;
        font-size: 14px;
    }
    .code input[type="submit"] {
        height: 36px;
        font-size: 14px;
    }
    .code_left img {
        margin: 10px 0;
    }
    .city_list a {
        width: 20%;
        height: 3.5rem;
    }
    .contact_list li {
        width: 100%;
        border-right: none;
        border-bottom: 1px #e6e6e6 solid;
    }
    .contact_map {
        height: 100vh;
    }
    .wap_row {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .wap_row b {
        width: 100%;
    }
    .wap_row a {
        width: 33.3%;
    }
    .you_list li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .you_list .you_list2 li {
        margin: 0;
        margin-bottom: 1rem;
    }
    .he_h1zs1 svg {
        width: 80px;
        height: 80px;
    }
    .he_h1zs2 {
        width: 26px;
        top: 20px;
        left: 68px;
    }
    .he_h1p2bg {
        padding: 30px 20px 39px;
    }
    .he_h1p2le {
        width: 100%;
        float: none;
    }
    .he_h1p2ri {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }
    .he_h1p2ri p {
        line-height: 40px;
    }
    .he_h1p2ri {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
    }
    .he_h1dh {
        display: none;
    }
    .he_h1p2bx {
        padding-top: 34px;
        padding-bottom: 31px;
        margin-bottom: 20px;
    }
    .talk ul {
        margin-bottom: 0;
    }
    .he_h1zs1 {
        top: 10px;
        left: -18px;
    }
    .he_h1p2le p {
        font-size: 20px;
    }
    .he_h1zs1 {
        width: 80px;
        height: 80px;
    }
    .hui {
        margin-bottom: 2rem;
    }
    .hui_left {
        width: 100%;
    }
    .hui_left img {
        margin-bottom: 1rem;
        width: 20px;
        height: 18px;
    }
    .hui_left h3 {
        font-size: 20px;
    }
    .hui_left_p {
        margin-top: 1.5rem;
        font-size: 14px;
    }
    .hui_right {
        width: 100%;
        position: relative;
        overflow: hidden;
        background-color: #000;
    }
    .hui_right:after {
        display: block;
        content: '';
        margin-top: 57%;
    }
    .hui_right video {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .six_list {
        margin-top: -40px;
        padding: 4rem 0;
        background: url(/static/home/images/serve_bg.png) no-repeat center center #f1f3f5;
        background-size: contain;
    }
    .six_list li {
        width: 100%;
        margin-bottom: 3rem;
    }
    .six_box {
        padding: 1rem;
    }
    .six_list li img {
        width: 59px;
        height: 35px;
        top: -1rem;
    }
    .six_top {
        padding: 1rem;
    }
    .six_top h3 {
        font-size: 1.2rem;
    }
    .six_p {
        padding: 1rem;
    }
    .six_p p {
        margin-bottom: 0;
        line-height: 36px;
        font-size: 0.9rem;
        color: #727785;
    }
    .he_c1gbcv {
        width: 40px;
        height: 40px;
    }
    .he_c1gbcv img {
        width: 14px !important;
    }
    .he_c1gbcv {
        top: 20px;
        right: 20px;
    }
    .he_c1gbcvp {
        top: auto;
    }
    .serve1 {
        padding: 1rem 0;
    }
    .serve1_left {
        width: 100%;
        padding: 0 2rem;
    }
    .serve1_info {
        margin-bottom: 2rem;
    }
    .serve1_info h3 {
        font-size: 1.2rem;
    }
    .serve1_p {
        margin-top: 1rem;
    }
    .serve1_p p {
        font-size: 16px;
    }
    .serve_word {
        margin-bottom: 2rem;
    }
    .serve_word h3 {
        font-size: 1.2rem;
        font-weight: bold;
    }
    .serve_word p {
        font-size: 14px;
        line-height: 30px;
    }
    .serve1 img {
        width: 100%;
    }
    .serve2 {
        padding: 2rem 0;
    }
    .serve2 .serve_word {
        width: 90%;
        margin: 0 auto 2rem;
    }
    .food_list li {
        width: 100%;
    }
    .serve3 {
        padding: 1rem;
    }
    .qun_ti li {
        width: 50%;
    }
    .qun_ti li a {
        font-size: 14px;
    }
    .rules .serve_word {
        width: 90%;
        margin: 0 auto 2rem;
    }
    .rules_list {
        padding: 2rem 1rem;
        display: flex;
        flex-wrap: wrap;
        background-color: #fff;
    }
    .rules_list ul {
        padding: 0;
        width: 100%;
    }
    .rules_list li {
        padding: 1rem;
        display: flex;
    }
    .older_row {
        padding: 1rem 0;
    }
    .older_row:nth-child(even) {
        flex-direction: row;
    }
    .older_info {
        width: 100%;
        padding: 1rem;
    }
    .older_img {
        width: 100%;
    }
    .tixi_title {
        width: 90%;
        margin: 0 auto 2rem;
    }
    .teacher_bb {
        width: 100%;
    }
    .teacher_dot {
        width: 20px;
        height: 18px;
    }
    .teacher_ming {
        margin-bottom: 1rem;
        width: 50%;
    }
    .teacher_bb p {
        font-size: 14px;
    }
    .teacher_box {
        width: 100%;
    }
    .teacher_box img {
        margin-top: 0;
        width: 50%;
    }
    .teacher_info {
        margin-left: 1rem;
    }
    .teacher_info p {
        margin-bottom: 0.2rem;
        font-size: 12px;
    }
    .teacher_info h3 {
        font-size: 18px;
    }
    .teacher_ti li a {
        padding: 1rem;
    }
    .teacher_ti h3 {
        margin-bottom: 0;
        font-size: 14px;
    }
    .teacher_ti p {
        display: none;
    }
    .jiaofu {
        padding: 2rem 0;
    }
    .jiaofu_list li {
        width: 100%;
    }
    .he_syp3bpli {
        transition: inherit !important;
    }
    .he_syp3bpli {
        padding: 0 10px;
    }
    .he_syp3bpli {
        width: 320px !important;
    }
    .he_syp3bpbx {
        transition: all 0.36s;
    }
    .he_f1p2luti {
        padding-right: 80px;
    }
    .he_swep {
        top: 0px !important;
        right: 20px !important;
    }
    .he_swepbx {
        width: 32px;
        margin: 0 5px;
    }
    .he_syp3bpli.swiper-slide-active .he_syp3bpbx {
        transform: scale(1);
    }
    .system_row {
        flex-direction: column-reverse;
        padding: 1rem 0;
    }
    .system_ti {
        width: 100%;
    }
    .system_con {
        width: 100%;
    }
    .system_ti li {
        width: 100%;
    }
    .mbtm {
        margin-bottom: 2rem;
    }
    .system_ti {
        display: flex;
        flex-direction: column-reverse;
    }
    .fuck_banner {
        padding: 0 1rem;
    }
    .fuck_banner h3 {
        font-size: 20px;
    }
    .fuck_banner p {
        font-size: 14px;
    }
    .wuda {
        flex-direction: column-reverse;
    }
    .tixi .w35 {
        width: 100%;
    }
    .tixi .w63 {
        width: 100%;
        margin-bottom: 2rem;
    }
    .liu_list li {
        width: 100%;
        margin-bottom: 1rem;
    }
    .china-map {
        height: 300px;
    }
    .product-map {
        padding: 2rem 0;
    }
    .product-map .left {
        width: 100%;
        float: none;
        padding: 34px 0;
    }
    .product-map .map-comian .right {
        position: static;
        top: auto;
        transform: translateY(0);
        right: auto;
        width: 100%;
    }
    .product-map .map-comian .right .map-name {
        font-size: 0.72rem;
        line-height: 0.8rem;
    }
    .product-map .map-comian .right .map-jie {
        font-size: 0.48rem;
        line-height: 0.8rem;
        margin-top: 0.8rem;
    }
    .product-map .map-comian .right .map-lists-div .namemap-l:after {
        display: none;
    }
    .product-map .map-comian .right .map-lists-div {
        min-height: 12rem;
    }
    .product-map .map-comian .right .map-lists-div {
        padding: 0.9rem;
        width: calc(100% - 0.12rem);
    }
    .product-map .map-comian .right .map-lists-div .namemap-l {
        font-size: 0.84rem;
        line-height: 0.9rem;
    }
    .product-map .map-comian .right .map-lists-div .namemap-l .more-pre {
        font-size: 0.72rem;
        height: 1.5rem;
        line-height: 1.5rem;
        padding-left: 0.7rem;
        width: 5rem;
        border-radius: 0.9rem;
        background-size: 0.6rem;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto {
        height: auto;
        max-height: none;
        overflow: initial;
        padding-right: 0;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .preo-left {
        width: 100%;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .preo-left img {
        display: none;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .preo-left .img {
        display: block;
        overflow: hidden;
        position: relative;
        background-color: #fff;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .preo-left .img img {
        width: 50%;
        display: block;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .preo-left .item-opuio {
        position: absolute;
        top: 0%;
        transform: translateY(0%);
        width: 40%;
        right: 5%;
        display: block;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .preo-left .item-opuio .pinbold {
        font-size: 0.78rem;
        line-height: 0.8rem;
        color: #333333;
        overflow: hidden;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .preo-left .item-opuio .span {
        margin-top: 0.8rem;
        line-height: 0.6rem;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .preo-left .item-opuio .span span {
        display: inline-block;
        margin-right: 0.4rem;
        margin-bottom: 0.2rem;
        font-size: 0.48rem;
        background-size: 0.48rem;
        background-position: left center;
        background-repeat: no-repeat;
        border: 1px solid #e5e5e5;
        color: #999999;
        padding: 4px 6px;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .preo-left .item-opuio .name-jie {
        font-size: 0.48rem;
        line-height: 1rem;
        margin-top: 0.4rem;
        padding-bottom: 0.4rem;
        color: #999999;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .pro-right {
        width: 100%;
        margin-top: 0.8rem;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .pro-right {
        font-size: 0.72rem;
        font-weight: inherit;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .pro-right .addname {
        display: none;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .pro-right span {
        margin-right: 0.3rem;
        font-size: 1rem;
        font-weight: inherit;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .fubiao {
        font-weight: inherit;
        font-size: 0.72rem;
        line-height: 1.2rem;
        margin-top: 0.4rem;
        display: none;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .addlis {
        font-weight: inherit;
        font-size: 0.72rem;
        line-height: 1.2rem;
        margin-top: 0.4rem;
        padding-left: 0.4rem;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .addressname {
        font-weight: inherit;
        font-size: 0.72rem;
        line-height: 1.2rem;
        margin-top: 0.4rem;
        padding-left: 0.4rem;
    }
    .product-map .map-comian .right .map-lists-div .map-listu-auto .tel {
        font-weight: inherit;
        font-size: 1rem;
        line-height: 1.2rem;
        margin-top: 0.4rem;
        padding-left: 0.4rem;
    }
    .work_tabs a {
        width: 110px;
        height: 40px;
        display: flex;
        margin: 0 5px;
        font-size: 12px;
    }
    .work_tabs a.on:after {
        border-left: 6px transparent solid;
        border-right: 6px transparent solid;
        border-top: 6px #cf1322 solid;
        bottom: -6px;
    }
    .wenhua {
        padding: 3rem 0;
    }
    .wenhua_dec {
        width: 100%;
        margin-bottom: 30px;
    }
    .wenhua_dec h3 {
        margin-bottom: 1rem;
        font-size: 1.2rem;
    }
    .wenhua_dec p {
        font-size: 12px;
        line-height: 24px;
    }
    .wenhua img {
        width: 100%;
    }
    .smart_dec h3 {
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
    .smart_dec p {
        font-size: 12px;
        line-height: 24px;
    }
    .policy {
        padding: 3rem 15px;
    }
    .policy_dec {
        margin-bottom: 30px;
    }
    .policy_dec h3 {
        margin-bottom: 20px;
        font-size: 1.2rem;
    }
    .policy_dec p {
        font-size: 14px;
        line-height: 24px;
    }
    .policy_list {
        height: auto;
    }
    .policy_item {
        width: 100%;
        height: 40vh;
        display: flex;
    }
    .policy_item h3 {
        font-size: 1rem;
    }
    .policy_item span {
        font-size: 14px;
    }
    .policy_item p {
        display: none;
        font-size: 14px;
    }
    .case {
        padding: 2rem 0 3rem;
    }
    .case_show {
        width: 100%;
    }
    .case_item {
        flex-direction: column-reverse;
    }
    .case_big_slide {
        width: 100%;
        height: 37vh;
    }
    .case_big {
        width: 100%;
        height: 30vh;
    }
    .case_big img {
        width: 100%;
        height: 100%;
    }
    .case_small_slide {
        width: 80%;
        margin: 0 !important;
        position: absolute !important;
        bottom: 0 !important;
        left: 50% !important;
        transform: translateX(-50%);
    }
    .case_right,
    .case_left {
        display: none;
        width: 20px;
        height: 15px;
        position: absolute;
        bottom: 8px;
    }
    .case_right {
        right: 15px;
        background-size: 100% 100%;
    }
    .case_left {
        right: 315px;
        background-size: 100% 100%;
    }
    .case_info {
        width: 100%;
        padding: 15px;
        box-sizing: border-box;
    }
    .case_qr {
        display: none;
    }
    .case_info_top {
        margin-bottom: 15px;
    }
    .case_info_dec {
        display: none;
    }
    .case_info_top em {
        display: block;
        color: #e9a43f;
        font-size: 1.5rem;
        font-style: normal;
        text-transform: uppercase;
    }
    .case_info_top span {
        display: none;
    }
    .go_icon {
        display: none;
    }
    .news_bb_row {
        padding: 0;
    }
    .news_item {
        flex-direction: column;
    }
    .news_img {
        width: 100%;
    }
    .news_info {
        flex: 1;
        margin-left: 0;
        padding: 15px;
    }
    .news_time {
        margin-bottom: 10px;
    }
    .news_time h3 {
        line-height: 22px;
        font-size: 30px;
    }
    .news_time p {
        line-height: 12px;
        font-size: 12px;
    }
    .news_name {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .news_dec {
        margin-bottom: 20px;
        height: 48px;
        line-height: 24px;
        color: #666;
    }
}<!--耗时1755827084.7025秒-->