@import "../fonts/iconfont.css";

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100px;
}

body {
    font-family: "Microsoft YaHei", "STHeiti", "Source Han Sans CN";
}

.sc_banner {
    max-width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.hom_swiper .swiper-button-prev:after, .hom_swiper .swiper-button-next:after {
    font-size: .2rem;
    color: #ffffff;
}

.hom_swiper .swiper-button-prev {
    background: rgba(0, 0, 0, .5);
    width: .5rem;
    height: .5rem;
    left: .4rem;
}

.hom_swiper .swiper-button-next {
    background: rgba(0, 0, 0, .5);
    width: .5rem;
    height: .5rem;
    right: .4rem;
}

.hom_swiper .swiper-pagination {
    bottom: .25rem !important;
}


.hom_swiper .swiper-pagination-bullet {
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    margin: 0 .1rem !important;
}

.hom_swiper .swiper-pagination-bullet-active {
    width: .5rem;
    height: .12rem;
    background: #ffffff;
    border-radius: .06rem;
}

.sc_abouts {
    width: 13rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem auto;
}

.sc_abouts > div:first-child img {
    max-width: 700px;
}

.sc_abouts > div:first-child {
    display: flex;
    align-items: center;
}

.sc_txtcont {
    max-width: 462px;
}

.sc_titelh2 {
    font-size: .32rem;
    font-style: italic;
    color: #333333;
    font-weight: 500;
}

.sc_titelh2 + p {
    font-size: .2rem;
    color: #333333;
    margin-top: .1rem;
}

.sc_titelh5 {
    font-size: .32rem;
    color: #333333;
    margin: .6rem 0 0 0;
}

.sc_titlehr {
    width: .8rem;
    height: .02rem;
    background: #e40213;
    margin: .28rem 0 0 0;
}

.sc_titlepcont {
    font-size: .16rem;
    line-height: 2;
    color: #999999;
    margin: .3rem 0 0 0;
    text-align: justify;
}

.sc_ljmore {
    width: 1.16rem;
    height: .34rem;
    background: #e40213;
    border-radius: .2rem;
    display: block;
    font-size: .14rem;
    color: #ffffff;
    line-height: .34rem;
    text-align: center;
    text-decoration: none;
    margin: .5rem 0 0 0;
}

.sc_ppjj {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 1.18rem;
}

.sc_ppjj > div {
    max-width: 16rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sc_bannertxt {
    max-width: 6rem;
    position: absolute;
    left: 16%;
    top: 50%;
    transform: translate(0, -50%);
}

.sc_bannertxt h2 {
    font-size: .55rem;
    color: #333333;
}

.sc_bannertxt p {
    font-size: .32rem;
    color: #333333;
    margin-top: .1rem;
}

.sc_bannertxt > div {
    width: .6rem;
    height: 2px;
    background: #333333;
    margin-top: .12rem;
}

.sc_bannertxt a {
    display: block;
    width: 1.7rem;
    height: .5rem;
    text-align: center;
    text-decoration: none;
    line-height: .5rem;
    border: solid 2px #333333;
    font-size: .2rem;
    color: #333333;
    margin-top: .3rem;
}

.sc_ppjj > div > div:nth-child(2) {
    margin: 0 .2rem 0 1.2rem;
    display: flex;
    align-items: center;
    max-width: 466px;
    overflow: hidden;
}

.sc_ppjj > div > div:nth-child(2) img {
    max-width: 340px;
}

.sc_ppjj > div > div:nth-child(3) {
    display: flex;
    align-items: center;
    max-width: 650px;
    overflow: hidden;
}

.sc_ppjj > div > div:nth-child(3) img {
    max-width: 100%;
}

.sc_strength {
    margin: 1rem auto 0;
    width: 13rem;
}

.sc_strength > h2, .sc_strength > p {
    text-align: center;
}

.sc_strength > .sc_titlehr {
    margin: .25rem auto 0;
}

.sc_hometab {
    display: flex;
    margin: .58rem auto 0;
    justify-content: center;
}

.sc_hometab > div {
    width: 1.15rem;
    height: .33rem;
    border: solid 1px #999999;
    border-radius: .17rem;
    margin-right: .29rem;
    font-size: .14rem;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sc_tabactive {
    border: none !important;
    background: #e40213;
    height: .35rem !important;
    color: #ffffff !important;
    width: 1.17rem !important;
}

.sc_hometab > div:last-child {
    margin-right: 0;
}

.sc_tabcont {
    width: 100%;
    height: 5.7rem;
    margin-top: .38rem;
    display: flex;
    align-items: center;
}

.sc_tabcont > div:nth-child(1), .sc_tabcont > div:nth-child(2) {
    height: 100%;
    max-width: 362px;
    overflow: hidden;
}

.sc_tabcont > div:nth-child(1):hover img, .sc_tabcont > div:nth-child(2):hover img {
    transform: scale(1.1);
}

.sc_tabcont > div:nth-child(1) img, .sc_tabcont > div:nth-child(2) img {
    max-width: 100%;
    transition: all .3s;
}

.sc_tabright {
    max-width: 578px;
    height: 100%;
}

.sc_tabright > div {
    width: 100%;
    height: 2.85rem;
    display: flex;
}

.sc_tabrimg {
    max-width: 289px;
    max-height: 285px;
    overflow: hidden;
}

.sc_tabrimg img {
    max-width: 100%;
    transition: all .3s;
}

.sc_tabrimg:hover img {
    transform: scale(1.1);
}

.sc_tabcont a {
    display: flex;
    align-items: center;
}

.sc_ryzs {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sc_ryzs > div {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .38rem;
}

.sc_ryzs > div > div {
    width: 32%;
    margin-bottom: .2rem;
    max-height: 240px;
    overflow: hidden;
}

.sc_ryzs img {
    max-width: 100%;
    transition: all .3s;
}

.sc_ryzs img:hover {
    transform: scale(1.1);
}

.sc_cpcont h2, .sc_cpcont p {
    text-align: center;
}

.sc_cpcont .sc_titlehr {
    margin: .28rem auto 0;
}

.sc_cpcont {
    width: 11.66rem;
    margin: 1rem auto 0;
}

.sc_cpswiper {
    width: 100%;
    position: relative;
    margin-top: .5rem;
}

.sc_cpswiper .swiper-container {
    position: static;
}

.sc_cpdiv {
    width: 3.76rem;
    height: 3.75rem;
    position: relative;
    margin: 0 .2rem 0 0;
    cursor: pointer;
    overflow: hidden;
}

.sc_swiperbottom {
    position: absolute;
    width: 100%;
    /*height: .5rem;*/
    padding: .15rem 0;
    background: rgba(0, 0, 0, .5);
    z-index: 2;
    bottom: 0;
    left: 0;
    font-size: .2rem;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc_cpdiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sc_cph {
    width: 100%;
    height: 100%;
    background: #c78f72;
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc_cph > div {
    padding: 0 50px;
}

.sc_cph img {
    width: .44rem;
    height: .44rem;
    display: block;
    margin: 1rem auto 0;
}

.sc_cph p {
    font-size: .18rem;
    color: #ffffff;
    text-align: center;
    line-height: 2;
}

.sc_cph a {
    text-decoration: none;
}

.sc_cpdiv:hover .sc_cph {
    transform: scale(1);
}

.sc_cpswiper .swiper-slide {
    width: auto;
}

.sc_cpswiper .swiper-button-next, .sc_cpswiper .swiper-container-rtl .swiper-button-prev {
    right: -.5rem;
}

.sc_cpswiper .swiper-button-prev, .sc_cpswiper .swiper-container-rtl .swiper-button-next {
    left: -.5rem;
}

.sc_cpswiper .swiper-button-prev:after, .sc_cpswiper .swiper-button-next:after {
    color: #999999;
}

.sc_ppys {
    width: 100%;
    height: 4.9rem;
    display: flex;
    position: relative;
    background: url("../images/service.jpg") no-repeat;
    background-size: cover;
    margin-top: 1rem;
    justify-content: center;
}

.sc_ppys:before {
    content: "";
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sc_ppys > div {
    position: relative;
}

.sc_ppys > div > h2 {
    color: #ffffff;
    text-align: center;
    margin-top: 1rem;
}

.sc_ppys > div > p {
    color: #ffffff;
    text-align: center;
}

.sc_ppys > div > .sc_titlehr {
    margin: .28rem auto 0;
}

.sc_adav {
    width: 13rem;
    height: 3.85rem;
    margin: .5rem auto 0;
}

.sc_adav > div {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.sc_adav > div > div {
    width: 3.1rem;
    height: 100%;
    background: #ffffff;
    box-shadow: 0px .04rem .2rem 0px rgba(51, 51, 51, 0.1);
    transition: all .4s;
}

.sc_ysgrid > div {
    padding: 0 .18rem;
}

.sc_ysgrid > div > div {

}

.sc_homeiconh {
    display: none;
    margin: 0 auto;
    max-width: .88rem;
}

.sc_homeicon {
    display: block;
    margin: 0 auto;
    max-width: .88rem;
}

.sc_ysgrid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc_ysgrid p:nth-child(2) {
    font-size: .2rem;
    color: #333333;
    text-align: center;
    margin: .6rem auto 0;
}

.sc_ysgrid p:nth-child(3) {
    font-size: .16rem;
    line-height: 2;
    color: #999999;
    text-align: center;
    margin: .15rem auto 0;
}

.sc_ysgrid:hover .sc_homeicon {
    display: none;
}

.sc_ysgrid:hover .sc_homeiconh {
    display: block;
}

.sc_ysgrid:hover .sc_hysp {
    color: #ffffff;
}

.sc_ysgrid:hover {
    background: #c78f72;
}

footer {
    width: 100%;
    padding: .5rem 0;
    background: #000000;
}

.sc_nwes {
    width: 13rem;
    margin: 2.9rem auto 1rem;
}

.sc_nwes > h2 {
    text-align: center;
    margin: 0 auto;
}

.sc_nwes > p {
    text-align: center;
    margin: 0 auto;
}

.sc_nwes > .sc_titlehr {
    margin: .28rem auto 0;
}

.sc_nwescont {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
}

.sc_nwescont > div {
    width: 48%;
    display: flex;
}

.sc_nwescont > div > div:first-child {
    width: 10%;
    border-right: 2px solid #eeeeee;
}

.sc_nwescont > div > div:last-child {
    width: 90%;
}

.sc_nwescont > div > div:last-child > div {
    padding: 0 .3rem;
}

.sc_nwesleft {
    font-size: .32rem;
    color: #999999;
}

.sc_nwesleft span {
    font-size: .2rem;
}

.sc_nwestitle {
    font-size: .25rem;
    color: #333333;
}

.sc_nwestitle + p {
    font-size: .16rem;
    line-height: 2;
    color: #999999;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.sc_nwes_more {
    width: 1.17rem;
    height: .35rem;
    border-radius: .17rem;
    border: solid 1px #999999;
    display: block;
    text-align: center;
    line-height: .35rem;
    font-size: .14rem;
    color: #666666;
    text-decoration: none;
    margin-top: .35rem;
}

footer > div {
    width: 13rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.sc_footerleft h6 {
    font-size: .14rem;
    font-weight: bold;
    color: #ffffff;
    margin-bottom: .1rem;
}

.sc_footerleft a {
    text-decoration: none;
    display: block;
    font-size: .14rem;
    color: #dddddd;
    margin-bottom: .12rem;
}

.sc_footerleft a:hover {
    color: #ffffff;
    font-weight: bold;
}

.sc_footerleft p {
    font-size: .14rem;
    color: #dddddd;
    margin-bottom: .12rem;
}

.sc_footerleft p {
    font-size: .14rem;
    color: #dddddd;
    margin-bottom: .12rem;
    display: flex;
    align-items: center;
}

.sc_footerleft {
    display: flex;
}

.sc_footerleft > div:nth-child(1), .sc_footerleft > div:nth-child(2) {
    margin-right: .7rem;
}

.sc_footerleft > div a:last-child, .sc_footerleft > div p:last-child {
    margin-bottom: 0;
}

.sc_footerright {
    display: flex;
}

.sc_footerright > div {
    margin-right: .3rem;
}

.sc_qrcode {
    max-width: 1.4rem;
    max-height: 1.4rem;
}

.sc_qrcode img {
    max-width: 100%;
}

.sc_qrcode + p {
    font-size: .14rem;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin: .1rem auto 0;
}

.sc_footerright > div:last-child {
    margin-right: 0;
}

.sc_abbanner {
    width: 100%;
    height: 6rem;
    background: url("../images/abbanner.jpg") no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc_abbanner h2 {
    font-size: .55rem;
    color: #ffffff;
    text-align: center;
}

.sc_abbanner p {
    font-size: .7rem;
    color: #ffffff;
    font-style: italic;
    text-align: center;
    font-weight: 200;
}

.sc_abgsjj {
    width: 13rem;
    margin: .7rem auto 0;
}

.sc_abgsjj > h2, .sc_abgsjj > p {
    text-align: center;
}

.sc_abgsjj > .sc_titlehr {
    margin: .28rem auto 0;
}

.sc_abgsjjcont {
    width: 100%;
    margin-top: .7rem;
}

.sc_abgsjjcont > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sc_abgsleft {
    max-width: 4.40rem;
}

.sc_abgsleft h4 {
    font-size: .32rem;
    color: #333333;
    font-weight: 500;
}

.sc_abgsleft p {
    font-size: .15rem;
    color: #999999;
    line-height: 2;
    margin-top: .3rem;
}

.sc_abgsright {
    position: relative;
    max-width: 700px;
    display: flex;
    align-items: center;
}

.sc_abgsright img {
    position: relative;
    z-index: 5;
}

.sc_ableftbottom {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: #e40213;
    bottom: 0;
    left: -.3rem;
}

.sc_abrighttop {
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: #c78f72;
    top: -.4rem;
    right: -.4rem;
}

.sc_abfzlc {
    width: 13rem;
    margin: 1.18rem auto 0;
}

.sc_abfzlc > h2, .sc_abfzlc > p {
    text-align: center;
}

.sc_abfzlc > .sc_titlehr {
    margin: .28rem auto 0;
}

.sc_lccont {
    width: 100%;
    margin: .6rem auto 1rem;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
}

/****发展历程***/
.sc_lcswiper {
    width: 3.20rem;
    height: 3.6rem;
    position: relative;
}

.sc_lctab {
    width: 100%;
    height: 1.2rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.sc_lctabactive {
    background: #f9f9f9;
}

.sc_lctab:before {
    content: "";
    width: .05rem;
    height: 0;
    background-color: #e40213;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

.sc_lctabactive:before {
    height: .8rem;
}

.sc_lctab:hover {
    background: #f9f9f9;
}

.sc_lctab p {
    font-size: .32rem;
    color: #333333;
}

.sc_lctab p span {
    font-size: .2rem;
    color: #333333;
}

.sc_lcswiper .swiper-container {
    width: 100%;
    height: 100%;
    position: static;
}

.sc_lcswiper .swiper-button-next {
    top: -.6rem;
    right: 49%;
}

.sc_lcswiper .swiper-button-prev {
    top: 115%;
    left: 45%;
}

.sc_lcgrid {
    margin-bottom: .3rem;
}

.sc_lcgrid:last-child {
    margin-bottom: 0;
}

.sc_lcswiper .swiper-button-prev:after {
    transform: rotate(-90deg);
    font-size: .4rem;
    color: #333333;
}

.sc_lcswiper .swiper-button-next:after {
    transform: rotate(-90deg);
    font-size: .4rem;
    color: #333333;
}

.sc_lccont > div:last-child {
    max-width: 8.58rem;
    margin-left: 1.5rem;
}

.sc_lccont > div:last-child > div {
    display: none;
}

.sc_tabshow {
    display: block !important;
}


.sc_lcmonth {
    font-size: .32rem;
    color: #333333;
}

.sc_lcmonth span {
    font-size: .2rem;
}

.sc_lcmonth + p {
    font-size: .16rem;
    color: #999999;
    margin-top: .1rem;
    line-height: 2;
}

.sc_qywh {
    width: 100%;
    background: url("../images/qywhback.jpg") no-repeat;
    background-size: cover;
    padding: 1rem 0;
}

.sc_qywh > h2, .sc_qywh > p {
    text-align: center;
}

.sc_qywh > .sc_titlehr {
    margin: .28rem auto 0;
}

.sc_whcont {
    width: 13rem;
    margin: .7rem auto 0;
}

.sc_whcont > div {
    display: flex;
    justify-content: space-between;
}

.sc_whcont > div > div {
    display: flex;
    align-items: center;
}

.sc_whlefticon {
    width: .9rem;
    height: .9rem;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .45rem;
}

.sc_whlefticon p {
    font-size: .45rem;
    color: #e40213;
}

.sc_whrighticon h6 {
    font-size: .2rem;
    color: #333333;
    margin-bottom: .15rem;
}

.sc_whrighticon p {
    font-size: .16rem;
    color: #999999;
}

.sc_yscont {
    width: 13rem;
    padding: 1.15rem 0 .85rem;
    margin: 0 auto;
}

.sc_yscont > h2, .sc_yscont > p {
    text-align: center;
}

.sc_yscont > .sc_titlehr {
    margin: .28rem auto 0;
}

.sc_myyscont {
    width: 100%;
    margin: .6rem auto 0;
}

.sc_myyscont > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc_myyscont > div > div {
    width: 6.35rem;
    padding: .45rem 0;
    background-color: #ffffff;
    box-shadow: 0px .04rem .33rem 0px rgba(51, 51, 51, 0.05);
    border-radius: .1rem;
    margin-bottom: .3rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc_badge {
    position: absolute;
    left: .3rem;
    top: 0;
    width: .4rem;
    height: .37rem;
    background: #c78f72;
}

.sc_badge > p {
    font-size: .2rem;
    font-style: italic;
    color: #ffffff;
    margin: .08rem .05rem 0;
}

.sc_badge:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: -.1rem;
    left: 0;
    border-left: .2rem solid transparent;
    border-right: .2rem solid transparent;
    border-top: .1rem solid #c78f72;
}

.sx_myysleft {
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 .35rem 0 0;
}

.sx_myysleft p {
    font-size: .65rem;
    color: #e40213;
}

.sx_myysright {
    max-width: 312px;
}

.sx_myysright h6 {
    font-size: .2rem;
    color: #333333;
    margin-bottom: .1rem;
}

.sx_myysright p {
    font-size: .16rem;
    line-height: 2;
    color: #999999;
}

.sc_brandstory {
    width: 13rem;
    margin: 0 auto;
    padding: 1.2rem 0;
}

.sc_brandstory > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: .8rem;
    background: #f8f7f2;
}

.sc_brandstory > div > div:first-child {
    max-width: 650px;
    display: flex;
    align-items: center;
}

.sc_brandstory > div > div:first-child img {
    max-width: 100%;
}

.sc_brandstory > div > div:last-child {
    max-width: 475px;
}

.sc_whbakcolor {
    background: #f9f9f9;
}

.sc_lnsection {
    display: flex;
    justify-content: flex-end;
}

.sc_lncont {
    width: 16rem;
}

.sc_lncont > div {
    display: flex;
    align-items: center;
}

.sc_lncont > div > div:first-child {
    max-width: 475px;
    margin-right: .9rem;
}

.sc_lncont > div > div:last-child {
    max-width: 1055px;
    display: flex;
    align-items: center;
}

.sc_lncont > div > div:last-child img {
    max-width: 100%;
}

.sc_baryjcont {
    width: 100%;
    display: flex;
    margin-top: 1.2rem;
}

.sc_baryjcont > div {
    width: 50%;
}

.sc_yjdivtop {
    width: 100%;
    max-height: 454px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.sc_yjdivtop img {
    max-width: 100%;
}

.sc_yjdivbottom {
    width: 100%;
    max-height: 454px;
    overflow: hidden;
    display: flex;
}

.sc_yjdivbottom > div {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.sc_yjdivbottom > div:nth-child(1) {
    max-width: 375px;
}

.sc_yjdivbottom > div:nth-child(2) {
    max-width: 585px;
}

.sc_yjdivbottom img {
    max-width: 100%;
}

.sc_yjfighttop {
    width: 100%;
    max-height: 564px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.sc_yjfighttop img {
    max-width: 100%;
    width: 100%;
}

.sc_yjfightbottom {
    padding: .4rem .2rem .4rem .6rem;
    background: #f8f7f2;
}

.sc_yjitiel {
    font-size: .3rem;
    font-style: italic;
    color: #333333;
    font-weight: 500;
}

.sc_yjitiel + p {
    font-size: .2rem;
    color: #333333;
    margin-top: .1rem;
    font-weight: bold;
}

.sc_hrtitle {
    display: flex;
    align-items: flex-end;
    margin-top: .1rem;
}

.sc_hrtitle span:nth-child(1) {
    width: .81rem;
    height: .32rem;
    display: block;
    position: relative;
}

.sc_hrtitle span:nth-child(1):before {
    position: absolute;
    left: 0;
    bottom: .09rem;
    content: "";
    width: 100%;
    height: .03rem;
    background-color: #e40213;
}

.sc_hrtitle span:nth-child(2) {
    font-size: .16rem;
    line-height: 2;
    color: #999999;
    margin-left: .5rem;
}

.sc_yjfightbottom > div > div {
    margin-bottom: .24rem;
}

.sc_yjfightbottom > div > div:last-child {
    margin-bottom: 0
}

.sc_ppjjcont {
    width: 13rem;
    margin: 1rem auto .2rem;

}

.sc_ppjjcont > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc_ppjjcont > div > div {
    width: 4.2rem;
    background-color: #ffffff;
    box-shadow: 0px .04rem .2rem 0px rgba(51, 51, 51, 0.1);
    position: relative;
    transition: all .3s;
    margin-bottom: .8rem;
}

.sc_ppjjtitle {
    height: 3.3rem;
}

.sc_ppjjtitle > div {
    padding: .7rem .3rem;
}

.sc_yunaquan {
    width: .38rem;
    height: .38rem;
    position: absolute;
    left: 50%;
    top: -.19rem;
    transform: translateX(-50%);
    background: #b4a05d;
    border-radius: 50%;
}

.sc_ppjjtitle p {
    font-size: .16rem;
    line-height: 2;
    margin-bottom: .2rem;
    color: #333333;
}

.sc_ppjjtitle p:last-child {
    margin-bottom: 0;
}

.sc_ppjjcont > div > div:hover .sc_ppjjtitle p {
    color: #ffffff;
}

.sc_ppjjcont > div > div:hover {
    background: #c78f72;
}

.sc_product > h2, .sc_product > p {
    text-align: center;
}

.sc_product > .sc_titlehr {
    margin: .28rem auto 0;
}

.sc_product {
    margin: 1rem auto 1rem;
}

.sc_procont {
    display: flex;
    justify-content: center;
    margin-top: .56rem;
}

.sc_procont > div {
    width: 1.15rem;
    height: .33rem;
    border: solid 1px #999999;
    border-radius: .2rem;
    margin-right: .29rem;
    cursor: pointer;
    font-size: .14rem;
    color: #666666;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc_procont > div:last-child {
    margin-right: 0;
}

.sc_cpcenter {
    width: 13rem;
    margin: .36rem auto 0;
}

.sc_cpcenter > div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sc_cpcenter > div > div {
    max-width: 640px;
    position: relative;
    display: flex;
    overflow: hidden;
    cursor: pointer;
    margin-bottom: .2rem;
    align-items: center;
    max-height: 540px;
}

.sc_cpcenter > div > div img {
    max-width: 100%;
}

.sc_showhover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .35);
    position: absolute;
    opacity: 0;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc_showhover > div {
    padding: 0 .2rem;
}

.sc_cpcenter > div > div:hover .sc_showhover {
    opacity: 1;
}

.sc_showhover p {
    font-size: .18rem;
    line-height: 2;
    color: #ffffff;
    text-align: center;
}

.sc_showhover a {
    display: block;
    width: 1.17rem;
    height: .35rem;
    border-radius: .2rem;
    border: solid 1px #ffffff;
    font-size: .14rem;
    line-height: .35rem;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    margin: .25rem auto 0;
}

.sc_gccont {
    width: 13rem;
    margin: 1rem auto;
}

.sc_gccont > h2, .sc_gccont > p {
    text-align: center;
}

.sc_gccont .sc_titlehr {
    margin: .28rem auto 0;
}

.sc_factcont {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin: .6rem auto 0;
}

.sc_facimg {
    max-width: 586px;
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    position: relative;
}

.sc_facimg img {
    max-width: 100%;
}

.sc_facleft > div {
    width: 1rem;
    height: .03rem;
    background-color: #e40213;
    margin: .25rem -.3rem .3rem;
}

.sc_facleft {
    padding: .9rem 1.2rem 1rem 1rem;
    background: #f8f7f2;
    position: absolute;
    left: -6.6rem;
    top: 50%;
    transform: translateY(-50%);
}

.sc_facleft h6 {
    font-size: .32rem;
    color: #333333;
    font-weight: 500;
}

.sc_facleft p {
    font-size: .16rem;
    line-height: 2;
    color: #999999;
    text-align: justify;
    max-width: 470px;
}

.sc_facshow {
    width: 13rem;
    margin: 0 auto 1rem;
}

.sc_facshow > h2, .sc_facshow > p {
    text-align: center;
}

.sc_facshow .sc_titlehr {
    margin: .28rem auto 0;
}

.sc_facimgcont {
    width: 100%;
    margin-top: .5rem;
}

.sc_factop {
    display: flex;
    justify-content: space-between;
    max-height: 308px;
    overflow: hidden;
}

.sc_factop > div {
    overflow: hidden;
    display: flex;
    align-items: center;
    max-height: 308px;
}


.sc_factop > div:nth-child(1) {
    max-width: 418px;
}

.sc_factop > div:nth-child(2) {
    max-width: 526px;
}

.sc_factop > div:nth-child(3) {
    max-width: 316px;
}

.sc_factop > div img {
    max-width: 100%;
    transition: all .3s;
}

.sc_factop > div img:hover {
    transform: scale(1.1);
}

.sc_factop > div a {
    display: flex;
    align-items: center;
}

.sc_facbottom {
    max-height: 380px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-top: .2rem;
}

.sc_facbottmo > div {
    display: flex;

}

.sc_facbottom > div:nth-child(1) {
    max-width: 866px;
    overflow: hidden;
    max-height: 380px;
}

.sc_facbottom > div:nth-child(2) {
    max-width: 414px;
    overflow: hidden;
    max-height: 380px;
}

.sc_facbottom > div img {
    max-width: 100%;
    transition: all .3s;
}

.sc_facbottom > div img:hover {
    transform: scale(1.1);
}

.sc_contact {
    width: 10rem;
    margin: 1rem auto 1.2rem;
}

.sc_contact > h2, .sc_contact > p {
    text-align: center;
}

.sc_contact .sc_titlehr {
    margin: .28rem auto 0;
}

.sc_mapcont {
    width: 13rem;
    margin: 0 auto 1rem;
}

.sc_mapcont > h2, .sc_mapcont > p {
    text-align: center;
}

.sc_mapcont .sc_titlehr {
    margin: .28rem auto 0;
}

.sc_locationcont {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: .59rem;
}

.sc_locationcont > div {
    width: 1.6rem;
}

.sc_locationcont > div > p:last-child {
    font-size: .16rem;
    color: #333333;
    text-align: center;
    margin-top: .2rem;
    line-height: 1.5;
}

.sc_locationcont a {
    text-decoration: none;
}

.sc_locationcont a > p:last-child {
    font-size: .16rem;
    color: #333333;
    text-align: center;
    margin-top: .2rem;
    line-height: 1.5;
}

.sc_locicon {
    width: .86rem;
    height: .87rem;
    border-radius: .05rem;
    border: solid 1px #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto .3rem;
}

.sc_locicon p {
    font-size: .4rem;
    color: #333333;
}

.sc_locicon + p {
    font-size: .2rem;
    text-align: center;
    color: #e40213;
}

.sc_map {
    margin: .59rem auto 0;
    height: 6rem;
}

.sc_map > div {
    width: 100%;
    height: 100%;
}

.sc_map .BMap_bubble_title {
    font-size: .2rem;
}

.sc_newscenter {
    width: 13rem;
    margin: 0 auto;
}

.sc_dqlocation {
    font-size: .18rem;
    color: #a7a5a5;
    margin: .2rem 0;
}

.sc_dqlocation a {
    text-decoration: none;
    font-size: .18rem;
    color: #a7a5a5;
}

.sc_newscenter > div {
    display: flex;
}

.sc_newsbody {
    max-width: 9.5rem;
}

.sc_newsbody h2 {
    font-size: .3rem;
    line-height: 1.5;
    color: #000000;
    font-weight: 500;
    margin-bottom: .3rem;
}

.sc_newsbody > div {
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
    padding: .15rem .15rem .25rem;
    margin-bottom: .6rem;
    border-bottom: 3px dashed #ebebeb;
}

.sc_newsbody > div > div p {
    text-indent: .2rem;
    font-size: .14rem;
    line-height: 2;
    margin-top: .2rem;
}

.sc_newsbody > div > div p:first-child {
    margin-top: 0;
}

.sc_newsbody > div > div img {
    display: block;
    margin: .1rem auto;
    max-width: 100%;
}

.sc_newsaside {
    max-width: 3rem;
    margin-left: .67rem;
}

.sc_newsaside > div:nth-child(1) {
    border-radius: .08rem .08rem 0 0;
    padding: .05rem .14rem;
    background: #e40213;
    font-size: .22rem;
    color: #fff;
}

.sc_newsaside > div:nth-child(2) {
    padding: .3rem .14rem;
    border-left: 1px solid #e7eaf1;
    border-right: 1px solid #e7eaf1;
    border-bottom: 1px solid #e7eaf1;
    background: #ffffff;
}

.sc_newsaside > div:nth-child(2) a {
    font-size: .18rem;
    color: #000000;
    display: block;
    margin-bottom: .2rem;
}

.sc_newsaside > div:nth-child(2) a:hover {
    color: #e40213;
}

.sc_newsaside > div:nth-child(2) a:last-child {
    margin-bottom: 0;
}

.news_fixed {
    position: fixed;
    top: 11%;
}

.sc_header h1 {
    display: none;
}

@media all and (min-width: 1025px) {
    header {
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
        transition: all .3s;
    }

    .sc_headeractive {
        box-shadow: 0 1px 12px 1px #a7a2a2;
        background: #ffffff;
    }


    .sc_header {
        width: 1300px;
        margin: 0 auto;
        display: flex;
        padding: .1rem 0 .1rem;
    }

    .sc_header > div:first-child {
        width: 30%;
    }

    .sc_header > div:last-child {
        width: 70%;
        display: flex;
        align-items: flex-end;
    }

    .sc_header h1 {
        font-size: .4rem;
        color: #000000;
    }

    .sc_header a {
        font-size: .4rem;
        text-decoration: none;
        color: #e40213;
        display: block;
        font-weight: bold;
    }

    .sc_header nav {
        width: 100%;
        display: flex !important;
        justify-content: space-between;
        align-items: flex-end;
        /* margin-top: .15rem;*/
    }

    .sc_header nav a {
        font-weight: bold;
        font-size: .16rem;
        color: #000000;
        text-decoration: none;
        padding-bottom: .2rem;
    }

    .sc_navactive {
        color: #333333 !important;
    }

    .sc_header nav a:hover {
        border-bottom: .03rem solid #e40213;
        padding-bottom: .17rem;
    }

    .sc_header nav a:hover {
        color: #e40213 !important;
    }

    .sc_active {
        border-bottom: .03rem solid #e40213;
        padding-bottom: .17rem !important;
        color: #e40213 !important;
    }

    .wrapper {
        display: none;
    }
}


@media all and (max-width: 1025px) {
    html {
        font-size: 13.33333333vw;
    }

    .hom_swiper .swiper-button-prev, .hom_swiper .swiper-button-next {
        display: none;
    }

    header {
        position: fixed;
        z-index: 9;
        width: 100%;
        left: 0;
        top: 0;
        background: #ffffff;
        box-shadow: 0 1px .12rem 1px #a7a2a2;
    }

    .sc_header {
        display: flex;
        justify-content: space-between;
        padding: .1rem .2rem;
        align-items: center;
    }

    .sc_header h1 {
        font-size: .5rem;
        color: #000000;
    }

    .sc_header a {
        text-decoration: none;
        color: #e40213;
        font-size: .5rem;
        display: block;
    }

    .sc_header nav {
        padding: 0 .6rem;
        display: none;
    }

    .sc_header nav a {
        font-size: .32rem;
        color: #ffffff;
        text-decoration: none;
        display: block;
        text-align: center;
        margin: .2rem 0;
    }

    .sc_header > div:last-child {
        width: 100%;
        position: absolute;
        right: 0;
        top: .85rem;
        z-index: 99;
        background: rgba(0, 0, 0, .6);
    }

    .nav {
        width: .6rem;
        padding: 0px;
        background-color: transparent;
        border-style: none;
        outline: none;
        cursor: pointer;
        display: block;
    }

    .nav span {
        width: 100%;
        height: .05rem;
        background-color: #000000;
        display: block;
        border-radius: .02rem;
        transition: all .5s ease;
    }

    .nav span:nth-child(1) {
        top: 0px;
        left: 0px;
    }

    .nav span:nth-child(2) {
        margin-top: .15rem;
    }

    .nav span:nth-child(3) {
        margin-top: .15rem;
        left: 0px;
    }

    .nav.open span:nth-child(2) {
        animation: span2 .2s forwards cubic-bezier(.8, .5, .2, 1.4);
    }

    @keyframes span2 {
        0% {
            transform: translate(0, 0) scale(1);
        }
        20% {
            width: .05rem;
            border-radius: 50%;
            transform: translate(0, 0) scale(1);
        }
        40% {
            width: .05rem;
            border-radius: 50%;
            transform: translate(0, 0) scale(1);
        }
        50% {
            width: .05rem;
            border-radius: 50%;
            transform: translate(0, .18rem) scale(1);
        }
        80% {
            width: .05rem;
            border-radius: 50%;
            transform: translate(0, -.16rem) scale(1);
        }
        100% {
            width: .05rem;
            border-radius: 50%;
            transform: translate(0, 1rem) scale(0);
        }
    }
    .nav.open span:nth-child(3) {
        animation: span3 .5s forwards cubic-bezier(.8, .5, .2, 1.4);
        animation-delay: .5s;
    }

    @keyframes span3 {
        0% {
            transform: translate(0, 0);
        }
        60% {
            transform: rotate(80deg) translate(-.07rem, -.07rem);
        }
        100% {
            transform: rotate(45deg) translate(-.17rem, -.2rem);
        }
    }

    .nav.open span:nth-child(1) {
        animation: span1 .8s forwards cubic-bezier(.8, .5, .2, 1.4);
        animation-delay: .7s;
    }

    @keyframes span1 {
        0% {
            transform: translate(0, 0);
        }
        60% {
            transform: rotate(-110deg) translate(-.07rem, -.07rem);
        }
        100% {
            transform: rotate(-45deg) translate(-.1rem, .1rem);
        }
    }

    .nav span:nth-child(1) {
        animation: span1_close .8s forwards cubic-bezier(.8, .5, .2, 1.4);
    }

    @keyframes span1_close {
        0% {
            transform: rotate(-45deg) translate(-.2rem, .2rem);
        }
        100% {
            transform: rotate(0deg) translate(0, 0);
        }
    }
    .nav span:nth-child(2) {
        animation: span2_close .8s forwards cubic-bezier(.8, .5, .2, 1.4);
    }

    @keyframes span2_close {
        0% {
            transform: translate(0, .4rem) scale(0);
        }
        100% {
            transform: translate(0, 0) scale(1);
        }
    }

    .nav span:nth-child(3) {
        animation: span3_close .8s forwards cubic-bezier(.8, .5, .2, 1.4);

    }

    @keyframes span3_close {
        0% {
            transform: rotate(45deg) translate(-.07rem, -.07rem);
        }
        100% {
            transform: rotate(0deg) translate(0, 0);
        }
    }

    .sc_abouts {
        display: flex;
        flex-wrap: wrap-reverse;
    }

    .sc_abouts > div:first-child img {
        width: 100%;
    }

    .sc_abouts > div:first-child {
        height: auto;
    }

    .sc_abouts {
        width: 100%;
    }

    .sc_txtcont {
        padding: 0 .3rem .6rem;
    }

    .sc_titlehr {
        margin: .28rem 0 0;
    }

    .sc_ppjj > div {
        max-width: 100% !important;
        display: flex;
        flex-wrap: wrap;
    }

    .sc_ppjj > div > div:nth-child(2) {
        width: 100%;
        margin: 0;
        display: flex;
    }

    .sc_ppjj > div > div:nth-child(2) img {
        max-width: 100%;
        width: 100%;
    }

    .sc_ppjj .sc_txtcont {
        padding: .5rem .3rem .6rem;
    }

    .sc_ppjj > div > div:nth-child(3) img {
        max-width: 100%;
    }

    .sc_abouts {
        margin: 0 auto;
    }

    .sc_ljmore {
        width: 1.5rem;
        height: .5rem;
        line-height: .5rem;
        border-radius: .3rem;
    }

    .sc_ppjj {
        margin-top: 0;
    }

    .sc_strength {
        width: 100%;
        margin: .2rem auto 0;
    }

    .hom_swiper {
        margin-top: .8rem;
    }

    .sc_hometab > div {
        width: 1.5rem;
        height: .42rem;
        border-radius: .25rem;
    }

    .sc_tabactive {
        height: .45rem !important;
    }

    .sc_tabcont {
        flex-wrap: wrap;
    }

    .sc_tabcont > div:nth-child(1), .sc_tabcont > div:nth-child(2) {
        height: auto;
        width: 50%;
        max-width: 100%;
    }

    .sc_tabright > div {
        display: flex;
        flex-wrap: wrap;
    }

    .sc_tabrimg {
        max-width: 50%;
    }

    .sc_ryzs > div {
        width: 100%;
    }

    .sc_ryzs > div > div {
        width: 50%;
    }

    .sc_ryzs > div > div {
        margin-bottom: 0;
    }

    .sc_ryzs a {
        display: flex;
        align-items: center;
    }

    .sc_tabright {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .sc_tabcont {
        height: auto;
    }

    .sc_cpcont {
        width: 100%;
    }

    .sc_cpdiv {
        width: 100%;
        margin: 0;
    }

    .sc_adav {
        width: 100%;
    }

    .sc_adav > div {
        padding: 0 .3rem;
        flex-wrap: wrap;
    }

    .sc_adav > div > div {
        width: 48%;
        margin-bottom: .4rem;
        padding: .3rem 0;
    }

    .sc_adav {
        height: auto;
    }

    .sc_ppys {
        height: auto;
    }

    .sc_nwes {
        width: 100%;
        margin: .5rem auto .8rem;
    }

    .sc_nwescont > div {
        width: 100%;
    }

    .sc_nwescont {
        flex-wrap: wrap;
    }

    .sc_nwescont > div > div:first-child {
        width: 20%;
        display: flex;
        justify-content: center;
    }

    .sc_nwescont > div > div:last-child > div {
        width: 80%;
    }

    .sc_nwescont > div:first-child {
        margin-bottom: .8rem;
    }

    .sc_nwes_more {
        float: right;
    }

    .sc_footerleft > div:nth-child(1), .sc_footerleft > div:nth-child(2) {
        margin-right: 0;
        width: 48%;
        margin-bottom: .4rem;
    }

    footer > div {
        width: 100%;
        display: contents;
    }

    .sc_footerleft {
        flex-wrap: wrap;
        padding: 0 .3rem;
        margin-bottom: .4rem;
    }

    .sc_footerright {
        padding: 0 .3rem;
        justify-content: space-between;
    }

    .sc_footerright > div {
        width: 35%;
        margin-right: 0;
    }

    .sc_qrcode {
        max-width: 100%;
        max-height: none;
        display: flex;
        align-items: center;
    }

    .sc_qrcode img {
        max-width: 100%;
    }

    .sc_nwes_more {
        width: 1.6rem;
        height: .45rem;
        line-height: .45rem;
        border-radius: .25rem;
    }

    .sc_cpswiper .swiper-button-next, .sc_cpswiper .swiper-button-prev {
        display: none;
    }

    .sc_abbanner {
        margin-top: .8rem;
    }

    .sc_abgsjj {
        width: 100%;
    }

    .sc_abgsjjcont > div {
        flex-wrap: wrap;
    }

    .sc_abgsleft {
        max-width: 100%;
        padding: 0 .3rem;
        margin-bottom: .2rem;
    }

    .sc_abgsjjcont {
        margin-top: .5rem;
    }

    .sc_abgsjj {
        margin: .5rem auto 0;
    }

    .sc_ableftbottom, .sc_abrighttop {
        display: none;
    }

    .sc_abgsright {
        max-width: 100%;
    }

    .sc_abgsright img {
        max-width: 100%;
    }

    .sc_abfzlc {
        width: 100%;
    }

    .sc_lcswiper {
        width: 20%
    }

    .sc_lcswiper .swiper-button-prev {
        left: 25%;
    }

    .sc_lcswiper .swiper-button-next {
        right: 32%;
    }

    .sc_lccont > div:last-child {
        width: 80%;
    }

    .sc_lccont > div:last-child > div {
        padding: 0 .1rem 0 .2rem;
    }

    .sc_whcont {
        width: 100%;
    }

    .sc_whcont > div > div {
        width: 48%;
        display: initial;
        margin-bottom: .5rem;
    }

    .sc_whlefticon {
        margin: 0 auto .2rem;
    }

    .sc_whrighticon h6 {
        text-align: center;
    }

    .sc_whrighticon p {
        text-align: center;
    }

    .sc_whcont > div {
        flex-wrap: wrap;
        padding: 0 .3rem;
    }

    .sc_qywh {
        padding: 1rem 0 .5rem;
    }

    .sc_yscont {
        width: 100%;
    }

    .sc_myyscont > div > div {
        width: 42%;
        padding: .45rem .2rem;
    }

    .sc_myyscont > div {
        padding: 0 .3rem;
    }

    .sx_myysleft {
        margin: 0 auto .2rem;
    }

    .sc_myyscont > div > div {
        display: initial;
    }

    .sx_myysright h6 {
        text-align: center;
    }

    .sc_brandstory {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .sc_brandstory > div {
        padding-right: 0;
        flex-wrap: wrap-reverse;
    }

    .sc_brandstory .sc_txtcont {
        padding: .6rem .3rem;
    }

    .sc_lnsection {
        display: initial;
    }

    .sc_lncont {
        width: 100%;
    }

    .sc_lncont > div {
        flex-wrap: wrap;
    }

    .sc_lncont > div > div:first-child {
        margin-right: 0;
    }

    .sc_lncont .sc_txtcont {
        padding: .6rem .3rem;
    }

    .sc_baryjcont {
        display: flex;
        flex-wrap: wrap-reverse;
        margin-top: 0;
    }

    .sc_baryjcont > div {
        width: 100%;
    }

    .sc_ppjjcont {
        width: 100%;
    }

    .sc_ppjjtitle {
        height: auto;
    }

    .sc_ppjjcont > div > div {
        width: 48%;
    }

    .sc_ppjjcont > div {
        padding: 0 .3rem;
    }

    .sc_cpcenter {
        width: 100%;
    }

    .sc_cpcenter > div > div {
        max-width: 48%;
    }

    .sc_cpcenter > div {
        padding: 0 .25rem;
    }

    .sc_procont > div {
        width: 1.5rem;
        height: .42rem;
        border-radius: .25rem;
    }

    .sc_showhover a {
        width: 1.7rem;
        height: .4rem;
        line-height: .4rem;
    }

    .sc_tabactive {
        width: 1.4rem !important;
    }

    .sc_gccont {
        width: 100%;
    }

    .sc_facimg {
        position: static;
        display: initial;
    }

    .sc_facleft {
        position: static;
        transform: translateY(0%);
        background: none;
        padding: 0 .3rem .6rem;
    }

    .sc_facleft > div {
        margin: .25rem 0 .3rem;
    }

    .sc_facshow {
        width: 100%;
        margin: 0 auto .4rem;
    }

    .sc_factop {
        flex-wrap: wrap;
        padding: 0 .3rem;
    }

    .sc_factop > div {
        max-width: 48% !important;
        margin-bottom: .2rem;
        max-height: 120px;
    }

    .sc_factop > div:nth-child(1) {
        order: 1;
    }

    .sc_factop > div:nth-child(3) {
        order: 2;
    }

    .sc_factop > div:nth-child(2) {
        order: 3;
        max-width: 100% !important;
    }

    .sc_facbottom {
        flex-wrap: wrap;
        padding: 0 .3rem;
        margin-top: .1rem;
    }

    .sc_facbottom > div:nth-child(1) {
        max-width: 100%;
    }

    .sc_contact {
        width: 100%;
    }

    .sc_locationcont > div {
        width: 48%;
        margin-bottom: .6rem;
    }

    .sc_locationcont {
        width: auto;
        padding: 0 .3rem;
        flex-wrap: wrap;
    }

    .sc_locationcont > div:last-child {
        margin-bottom: 0;
    }

    .sc_mapcont {
        width: 100%;
    }

    .sc_map {
        padding: 0 .3rem;
    }

    .sc_map .BMap_bubble_pop, .sc_map .BMap_bubble_title, .sc_map .BMap_bubble_content {
        width: 5rem !important;
    }

    .sc_map .BMap_bubble_title {
        width: 4rem !important;
        white-space: normal !important;
    }

    .sc_map .BMap_bubble_content {
        font-size: .14rem !important;
        height: auto !important;
        line-height: 1.3 !important;
    }

    .sc_map {
        height: 7rem;
    }

    .sc_newscenter {
        width: 100%;
    }

    .sc_newscenter > div {
        flex-wrap: wrap;
    }

    .sc_newscenter > div aside {
        width: 94%;
        margin: 0 auto .4rem;
    }

    .sc_newsaside {
        max-width: 100%;
        margin-left: 0;
    }

    .sc_newsaside > div:nth-child(1) {
        padding: .14rem .2rem;
        font-size: .3rem;
    }

    .sc_newsaside > div:nth-child(2) a {
        font-size: .26rem;
    }

    .sc_dqlocation {
        margin: .2rem 0 .2rem .2rem;
    }

    .sc_bannertxt {
        left: 10%;
    }

    .sc_footerright > div:last-child {
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .sc_lccont > div:last-child {
        margin-left: 0;
    }
}