.banner{
    position: relative;
    margin: 0 .3rem;
    border-radius: .2rem;
    overflow: hidden;
}
.banner .swiper-slide {
    height: auto;
}
.banImg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    overflow: hidden;
    transform: scale(1.1);
    transition: all 4s;
}
.banBot{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: .2rem 0;
    background-color: rgba(255, 255, 255, 0.75);
    background-color: rgba(136, 26, 109, .4);
    z-index: 1;
}
.banCon{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}
.banCon img{
    max-width: 100%;
    max-height: 60px;
    height: auto;
}
.banRig img + img{
    margin-left: .3rem;
}
.banner .swiper-slide-active .banImg{
    transform: scale(1);
}

/* product */
.proItem{
    position: relative;
    margin: 0 .3rem .3rem;
}
.proItem:last-child{
    margin-bottom: 0;
}
.proImg{
    border-radius: .2rem;
    overflow: hidden;
}
.proImg img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.proText{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.proCon{
    max-width: 40%;
    padding-left: 40px;
}
.proTit{
    font-size: 40px;
    color: #332E32;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 50px;
}
.proDes{
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    min-height: 230px;
    margin-bottom: .2rem;
}
.downBtn{
    display: inline-block;
    vertical-align: middle;
    min-width: 130px;
    padding: 0 .2rem;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 44px;
    background: var(--mainColor);
    border-radius: 5px;
    text-transform: capitalize;
    text-align: center;
    transition: all .3s;
}
.downBtn:hover{
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}

/* news */
.newsTop{
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.newsLef{
    position: relative;
    width: 68.33%;
    flex-shrink: 0;
    border-radius: .4rem;
    overflow: hidden;
}
.newsLef .swiper-slide{
    border-radius: .4rem;
    overflow: hidden;
}
.newsImg{
    display: block;
    height: 450px;
    padding: 0;
}
.newsImg:hover .imgBg{
    transform: scale(1.05);
}
.newsLef .title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    padding: .15rem .4rem;
    padding-right: 120px;
    background-color: rgba(0, 0, 0, 0.6);
    font-weight: normal;
    z-index: 1;
}
.newsPage {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding: 15px 30px;
}
.newsPage .swiper-pagination-bullet{
    width: 15px;
    height: 4px;
    border-radius: 0;
    background-color: #FFFFFF;
    opacity: .4;
    margin: 0 5px;
}
.newsPage .swiper-pagination-bullet-active{
    width: 25px;
    opacity: 1;
}
.newsRig{
    list-style: none;
    width: 30%;
    background-color: #FFFFFF;
    padding: 0 .2rem;
    border-radius: .2rem .4rem .4rem .2rem;
}
.newsRig li{
    margin: .32rem 0;
}
.newsRig li a{
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    font-weight: bold;
    transition: all .3s;
}
.newsRig li a::before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--mainColor);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}
.newsRig li a:hover{
    color: var(--mainColor);
}
.newsList{
    padding: 0 30px;
    border-radius: 40px;
    background-color: #FFFFFF;
    overflow: hidden;
}
.newsList ul{
    list-style: none;
}
.newsLi{
    padding: .3rem 0;
    border-bottom: 1px solid #DDDDDD;
}
.newsLi:last-child{
    border-bottom: none;
}
.newsLink{
    position: relative;
    display: block;
    padding-left: 25px;
}
.newsLink::before{
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: var(--mainColor);
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px;
}
.newsTit{
    font-size: 18px;
    color: #000000;
    line-height: 23px;
    font-weight: bold;
    margin-bottom: .1rem;
    transition: all .3s;
}
.newsCon{
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    -webkit-line-clamp: 1;
}
.newsLink:hover .newsTit{
    color: var(--mainColor);
}

.newsName{
    font-size: 24px;
    color: #000000;
    line-height: 1.4;
    max-width: 813px;
    margin: 0 auto .3rem;
    text-align: center;
}
.newsInfo{
    text-align: center;
}
.newsInfo span::after{
    content: "|";
    padding: 0 10px;
}
.newsInfo span:last-child::after{
    display: none;
}
.newsLine{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #DDDDDD;
    margin: .24rem 0;
}
.newsText{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    padding: .4rem .3rem;
    margin: .3rem 0 0;
    background-color: #FFFFFF;
    border-radius: .4rem;
    min-height: 70vh;
}
.newsText p{
    margin: .15rem 0;
}
.newsText img{
    max-width: 100% !important;
    height: auto !important;
    margin: .1rem 0;
}
/* contact */
.contact{
    display: flex;
    justify-content: space-between;
    padding: .3rem 0 0;
}
.conLef{
    width: 40%;
    flex-shrink: 0;
    padding: 50px;
    border-radius: .4rem;
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
    background-color: #FFFFFF;
}
.conLef h3{
    font-size: 24px;
}
.conLef h4{
    font-size: 20px;
    font-weight: normal;
}
.conLef p span{
    font-size: 90%;
    color: #666666;
}
.conRig{
    width: 59.16%;
    flex-shrink: 0;
    padding: .1rem;
    border-radius: .4rem;
    background-color: #FFFFFF;
}
#map{
    font-size: 12px;
    height: 100%;
    border-radius: .4rem;
}
.conAdd{
    font-size: 18px;
    text-align: center;
}

.family{
    padding: 120px 110px;
    margin-top: .3rem;
    border-radius: .4rem;
    background: url(../images/kuijie_bg.png) right top #FFFFFF no-repeat;
    background-size: contain;
}
.faCon{
    max-width: 440px;
    font-size: 24px;
    color: #999999;
    line-height: 1.4;
}
.faCon h3{
    font-size: 36px;
    color: #000000;
    line-height: 1.2;
    font-weight: normal;
    margin: .3rem 0 .5rem;
}
.faLogo{
    margin-bottom: .3rem;
}
.faLogo img{
    display: block;
    width: auto;
    height: 80px;
    max-height: 1rem;
}
.faWx{
    width: 220px;
    max-width: 2.2rem;
    margin: .4rem 0 0;
}
.faWx img{
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 .2rem .3rem rgba(0, 0, 0, 0.1);
}

.about{
    padding: .3rem 0 0;
}
.aItem{
    display: flex;
    align-items: center;
    padding: .1rem;
    margin-bottom: .3rem;
    border-radius: .4rem;
    background-color: #FFFFFF;
    overflow: hidden;
}
.aItem:nth-child(2n + 1){
    flex-direction: row-reverse;
}
.aItem + .aTit{
    margin-top: .6rem;
}
.aImg{
    position: relative;
    width: 46.67%;
    border-radius: .4rem;
    flex-shrink: 0;
}
.aImg img{
    max-width: 100% !important;
    height: auto;
}
.aImg .aText{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #FFFFFF;
}
.aText{
    flex: auto;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    padding: .3rem .5rem;
    text-align: justify;
    overflow: hidden;
}
.aTit{
    margin-bottom: .3rem;
}
.aEn{
    font-size: 32px;
    font-family: DIN Alternate;
    font-weight: bold;
    color: #CCCCCC;
    line-height: 1.1;
    text-align: left;
}
.aCn{
    font-size: 24px;
    color: #000000;
    line-height: 1.2;
    font-weight: bold;

}
.aTit.white .aEn,
.aTit.white .aCn{
    color: #FFFFFF;
}
.aBot{
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
    overflow: hidden;
}
.aBot img{
    max-width: 100%;
    height: auto;
}
.aLef,
.aRig{
    padding: 0 20px;
}
.aLef{
    width: 56.5%;
}
.aRig{
    width: 43.5%;
}
.aLi{
    margin-bottom: .4rem;
}
.aLi:last-child{
    margin-bottom: 0;
}
.aCon{
    font-size: 18px;
    color: #000000;
    line-height: 1.8;
    height: 100%;
    padding: 40px;
    border-radius: .4rem;
    background-color: #FFFFFF;
}
.aCon h4{
    font-size: 20px;
    color: #000000;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: .24rem;
}
.aCon p{
    margin: 0 -.2rem;
}
.aCon p span{
    display: inline-block;
    vertical-align: middle;
    padding: .05rem .2rem;
}

@media (max-width:1600px) {
    .banner{
        margin: 0 .2rem;
    }
    .banBot{
        padding: .1rem 0;
    }
    .banLef img{
        /* max-height: 35px; */
    }
    .proTit{
        font-size: 2.08vw;
        margin-bottom: 2vw;
    }
    .proDes{
        font-size: 14px;
        min-height: 12vw;
    }
    .downBtn{
        min-width: 110px;
        font-size: 14px;
        line-height: 40px;
    }
    .newsRig li{
        margin: .2rem 0;
    }
    .newsRig li a{
        font-size: 16px;
    }
    .newsImg{
        height: 400px;
    }
    .newsTit{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .newsCon{
        font-size: 14px;
    }
    .conLef{
        font-size: 16px;
        padding: 2.6vw;
    }
    .conLef h3{
        font-size: 20px;
    }
    .conLef h4{
        font-size: 18px;
    }
    .conAdd{
        font-size: 16px;
    }
    .faCon{
        font-size: 20px;
    }
    .faCon h3{
        font-size: 30px;
    }
    .faLogo img{
        height: 60px;
    }
    .faWx{
        width: 180px;
    }
    .proItem{
        margin: 0 .2rem .2rem;
    }
}
@media (max-width:1400px) {
    .aItem{
        margin-bottom: .2rem;
    }
    .aText{
        font-size: 14px;
    }
    .aEn{
        font-size: 24px;
    }
    .aCn{
        font-size: 20px;
    }
    .aCon{
        font-size: 16px;
        padding: 30px;
    }
    .aCon h4{
        font-size: 16px;
        margin-bottom: .16rem;
    }
    .aBot{
        margin: 0 -.15rem;
    }
    .aLef,
    .aRig{
        padding: 0 .15rem;
    }
    .aLi{
        margin-bottom: .3rem;
    }
}
@media (max-width:1200px) {
    .conLef{
        font-size: 14px;
        line-height: 1.6;
    }
    .conLef h3{
        font-size: 18px;
    }
    .conLef h4{
        font-size: 16px;
    }
    .family{
        padding: 0.6rem .5rem;
    }
    .aText{
        padding: .2rem .3rem;
    }
}
@media (max-width:991px) {
    .banCon{
        display: block;
        text-align: center;
    }
    .banLef,
    .banRig{
        margin: .2rem 0;
    }
    .proImg{
        height: 0;
        padding-bottom: 65%;
        background-position: right center;
    }
    .proImg img{
        display: none;
    }
    .proText{
        position: static;
        padding: .6rem .3rem;
    }
    .proCon{
        max-width: 100%;
        padding: 0;
        animation-name: fadeInUp;
    }
    .proTit{
        font-size: 16px;
        margin-bottom: .2rem;
    }
    .newsTop{
        display: block;
        padding: .3rem 0;
    }
    .newsLef{
        width: 100%;
        border-radius: .2rem;
    }
    .newsLef .swiper-slide{
        border-radius: .2rem;
    }
    .newsImg{
        height: 0;
        padding-bottom: 54.88%;
    }
    .newsLef .title{
        font-size: 16px;
        line-height: 24px;
        padding: .1rem .2rem;
    }
    .newsPage{
        position: static;
        text-align: center;
        padding: 0;
    }
    .newsPage .swiper-pagination-bullet{
        background-color: var(--mainColor);
    }
    .newsRig{
        width: 100%;
        padding: .3rem;
        border-radius: .2rem;
        overflow: hidden;
    }
    .newsList{
        padding: .3rem;
        border-radius: .2rem;
    }
    .newsLi{
        padding: .2rem 0;
    }
    .newsText{
        border-radius: .2rem;
    }
    .contact{
        display: block;
    }
    .conLef,
    .conRig,
    #map{
        width: 100%;
        border-radius: .2rem;
    }
    .conLef{
        padding: .3rem;
    }
    .conRig{
        margin-top: .3rem;
        height: 4rem;
    }
    .conAdd{
        font-size: 14px;
    }
    .family{
        padding: 0;
    }
    .faCon{
        padding: .6rem;
        max-width: 100%;
        background-color: rgba(255, 255, 255, 0.5);
        animation-name: fadeIn;
    }
    .aItem{
        display: block;
        border-radius: .2rem;
    }
    .aImg{
        width: 100%;
        border-radius: .2rem;
    }
    .aText{
        padding: .3rem;
    }
    .aBot{
        display: block;
    }
    .aLef,
    .aRig{
        width: 100%;
    }
    .aCon{
        padding: .3rem;
        border-radius: .2rem;
    }
    .aCon h4{
        font-size: 14px;
    }
}
@media (max-width:767px){
}
@media (max-width:640px){
    .downBtn{
        min-width: 90px;
        line-height: 36px;
        margin: 0 auto;
    }
    .newsLef .title{
        font-size: 14px;
    }
    .newsRig li a{
        font-size: 14px;
        padding-left: 15px;
    }
    .newsLink{
        padding-left: 15px;
    }
    .newsTit{
        font-size: 14px;
    }
    .newsText{
        font-size: 14px;
    }
    .newsName{
        font-size: 20px;
    }
    .faCon{
        font-size: 16px;
        padding-top: 3.8rem;
        background-color: transparent;
    }
    .faCon h3{
        font-size: 24px;
        line-height: 1.4;
    }
    .aEn{
        font-size: .32rem;
    }
}
@media (max-width:460px){
    .banRig img:first-child{
        max-height: 30px;
    }
    .newsName{
        font-size: 18px;
    }
    .faCon h3{
        font-size: 20px;
    }
    .aCn{
        font-size: 18px;
    }
    .aCon{
        font-size: 15px;
    }
    .aCon p span{
        padding: 0 .2rem;
    }
}

@media all and (orientation: landscape) {
    .pcImg{
        display: block;
    }
    .mobImg {
        display: none;
    }
}
@media all and (orientation: portrait) {
    .pcImg{
        display: none;
    }
    .mobImg {
        display: block;
    }    
}