*{
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type:none;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei",sans-serif;
}
html{
    height: 100%;
}
body{
    min-width: 1349px;
    height: 100%;
}
img{
    line-height: 0px;
    margin: 0px;
}
a{
    cursor: pointer;
}
.header-banner{
    width: 100%;
    height: 106%;
    max-height: 1080px;
    min-height: 690px;

}
.header-banner img{
    width: 100%;
    height: 100%;
}
.banner-box{
    background-image: url("../images/banner.png");
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.banner-button-div{
    width: 146px;
    height: 80px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner-title{
    font-size: 16px;
}
.banner-button{
    border: 1px #fff solid;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    font-size: 30px;
    cursor: pointer;
}
.banner-button-div:hover .banner-button{
    border: 1px #951376 solid !important;
    background: #951376 !important;
}
.banner-button-div:hover .banner-title{
   color: #951376 !important;
}
.banner-button-size{
    font-size: 24px !important;
    color: #ffffff;
}
.banner-shield{
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 106%;
    position: absolute;
    top:0px;
    left: 0px;
    z-index: 9;
    display: flex;
    align-content: center
}
.banner-shield >div{
    width: 850px;
    height: 450px;
    margin: auto;
    color: #fff;
    display: flex;
    justify-content: space-between
}
.banner-shield-left{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 260px
}
.banner-shield-left > h1{
    font-weight: 500;
    font-size: 60px;
}
.banner-shield-left > h2{
    font-weight: 300;
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.banner-shield-right{
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    width: 430px
}
.banner-shield-right >div:nth-child(1){
    display: flex;
    width: 430px;
    font-size: 16px;
    line-height: 48px;
    max-height: 430px;
    overflow: hidden;
}
.link-ul{
    display: flex;
    align-items: flex-start;
    height: 50px;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: space-between;
}
.link-ul:nth-child(1){
    align-content: flex-start;
}
.link-ul > li{
    width: 105px;
    height: 34px;
    line-height: 34px;
    font-size: 24px;
}
.link-ul > li > a{
    font-size: 24px;
    color: #fff;
}
.contact-code-box{
    width: 240px;
    height: 183px;
    display: flex;
    align-items: flex-end;
    align-content: space-between;
    justify-content: space-between;
}
.contact-code-box >div{
    text-align: center;
}
.contact-code-box >div> li{
    width: 48px;
    height: 48px;
    margin: auto;
    margin-bottom: 14px;
}

.contact-code-box >div:nth-child(1)> li{
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    background-position-x: 0px;
    background-position-y: -48px;

}

.contact-code-box >div:nth-child(2) > li{
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    background-position-x: -48px;
    background-position-y: -48px;

}
.contact-code-box >div:nth-child(3) > li{
    background-image: url("../images/icon.png");
    background-repeat: no-repeat;
    background-position-x: -96px;
    background-position-y: -48px;

}
.contact-code-box >div> li:hover{
    background-position-y: 0px;
}
.addr-box{
    width: 100%;
    height: 190px;
    display: flex;
    flex-direction:row-reverse
}
.addr-box > div{
    width: 160px;
    height: 190px;
    margin-left: 20px;
    text-align: center;

}
.code-box{
    width: 160px;
    height: 160px;
    background-color: #fff;
}
.code-box >img{
    width: 148px;
    height: 148px;
    margin: 6px;
}
.addr-box >div> p{
     font-size: 14px;
     line-height: 30px;
     margin-top: 8px;
 }
 .addr-msg{
     text-align: right;
     margin-top: 20px;
 }
.addr-msg > li {
    font-size: 14px;
    margin: 10px 0px;
    letter-spacing: 0.04em;
}

.navbar{
    width: 100%;
    min-width: 1349px;
    height: 80px;
    position: absolute;
    z-index: 99;
}
.fixed{
    position: fixed;
    background-color: #ffffff;
    color: #0C0C0C;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition:all 0.3s ease-out;
    z-index: 99;
    border-bottom: 1px #F0F0F0 solid;
}
.fixed > div > div > ul > a > li{
    color: #222222;
}
.compressed{
    width: 90%;
    max-width: 1712px;
    height: 80px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.navbar-header{
    width: 208px;
    align-items:center;
    display: flex;
}
.navbar-header > a > img{
    width: 208px;
    height: 43px;
}
.navbar-nav{
    display: flex;
    width: 700px;
    height: 80px;
    align-items:center;
    justify-content: space-between;

}
.navbar-nav > a >li{
    width: 120px;
    height: 22px;
    text-align: center;

}
.navbar-nav > a > li:hover{
    padding: 9px 0;
    color: #ffffff !important;
}
.navbar-nav > a:hover >li{
    color: #951376 !important;
}
.navbar-nav > a:nth-child(6):hover >li{
    color: #FFFFFF !important;
}
.navbar-nav > a > li{
    color: #fff;
    font-size: 16px;
}
.this-on{
    background-color:#951376 ;
    padding: 9px 0;
    color: #fff !important;
}

/*时尚简介*/
.descript-div{
    max-width: 1920px;
    width: 100%;
    height: 700px;
    display: flex;
    flex: auto;
    margin: auto;
    margin-top: -2%;
    overflow: hidden;
}
.descript-msg{
    width: 48%;
    height: 666px;
    background-image: url("../images/back_logo.png");
    background-repeat: no-repeat;
    background-position-x: 80px;
    background-position-y: -100px;
}
.descript-msg >div{
    width: 500px;
    height: 500px;
    margin: 90px 0 0 26%;
    padding-top: 60px;
}
.mtitle_p{
    font-size: 48px;
    font-weight: 400;
}
.mtitle_line{
    background: #951376;
    height: 3px;
    width: 88px;
    margin-top: 2px;
}
.descript-img{
    width: 52%;
    height: 666px;
    z-index: 9;
    overflow: hidden;
}
.descript-img >img{
    width: 100%;
}
.descript{
    font-size: 18px;
    line-height: 48px;
    margin-top: 45px;
    white-space: pre-line;
    overflow: hidden;
}
.circle-button-div{
    width: 166px;
    height: 80px;
    margin-top: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.label-title{
    font-size: 18px;
}
.circle-button{
    border: 1px #222222 solid;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    text-align: center;
    line-height: 62px;
    cursor: pointer;
}
.circle-button-div:hover .circle-button{
    background: #951376 !important;
    border-color: #951376 !important;
}
.circle-button-div:hover .label-title{
    color: #951376 !important;
}
.circle-button-size{
    font-size: 24px !important;

}
.circle-button-div:hover .circle-button >i{
    color: #ffffff;
}
/*时尚简介*/
/*集团简介*/

.group-description{
    width: 100%;
    max-width: 1920px;
    min-height: 985px;
    margin: auto;
    margin-top: 60px;
    background-image: url("../images/background.png");
    padding-bottom: 195px;
}
.group-description > div {
    width: 100%;
    text-align: center;
    margin-bottom: 186px;
}
.group-description > div > div:nth-child(1) {
    width: 202px;
    margin: auto;
    padding-top: 118px
}

.group-box{
    width: 82%;
    height: 375px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 94px;
    overflow: hidden;
}
.subsidiary{
    max-width: 500px;
    width: 33%;
    height: 375px;
    overflow: hidden
}
.subsidiary  img{
    width: 100%;
    height: 375px;
    -webkit-transition: -webkit-transform .35s ease-out;
    transition: transform .35s ease-out;
}
.subsidiary:hover img{
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.subsidiary:hover .subsidiary-title:after{
    width: 100%;
    opacity: 1;
    transition: ease all 0.3s;
}

.subsidiary-div{
width: 100%;
height:110px;
background-color:rgba(28, 28, 40, 0.75);
position: relative;
top: -110px;
text-align: left;
color: #fff
}
.subsidiary-div >p >a{
    color: #fff
}
.subsidiary-title{
font-weight: 500;
font-size: 20px;
padding: 16px 22px 5px 22px;
    width:fit-content;
    width:-webkit-fit-content;
    width:-moz-fit-content;
}
.subsidiary-title:after {
    content: "";
    display: block;
    margin: 5px 0px 0px 0px;
    width: 1%;
    height: 2px;
    background: #FFF;
    opacity: 0;
}
.subsidiary-msg{
font-weight: 400;
font-size: 13px;
padding-left: 22px;
width: 85%;
height: 50px;
overflow: hidden
}
.right-arrows{
background-image: url("../images/arrows.png");
width: 19px;
height: 8px;
position: relative;
left: 92%;
top: -28px;
}

/*集团简介*/

/*创始人*/
.founder{
    width: 100%;
    max-width: 1920px;
    height: auto;
    display: flex;
    flex: auto;
    margin: auto;
}
.founder > div:nth-child(1){
    width: 67%;
    height: auto;
    margin-top: -195px;
}
.founder > div:nth-child(1) >img {
    width: 100%;
    margin-bottom: 120px;
}
.founder > div:nth-child(2){
    width: 33%;
    padding: 0 60px 0 50px;
    margin-top: -130px;margin-bottom: 70px;
}
.mtitle_div{
    margin-top: 120px;
    max-width: 534px;
    font-size: 18px;
    line-height: 48px;
    white-space: pre-line;
    overflow: hidden;
}
/*创始人*/

/*特色街区*/
.street{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    height: 846px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #951376;
    background-image: url("../images/street_backgroup.png");
    background-repeat: no-repeat;
    background-position-x: 100%;
}
.street > div{
    width: 76%;
    min-width: 1066px;
    height: 668px;
    border-top: 2px #fff solid;
    color: #fff
}
.street > div > div:nth-child(1){
    width: 100%;
    height: 194px;
    display: flex;
    align-items: center;
    justify-content: space-between
}
.street-title{
    font-size: 48px;
}
.street-title > p:nth-child(2){
    font-size: 24px;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}
.street-more{
    display: flex;
    align-items: center
}
.street-more > div:nth-child(1){
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    border-right: 2px #fff solid;
    width: 100px;
    height: 40px;
    margin-right: 38px
}
.street-more > div:nth-child(2){
    font-weight: 400;
    display: flex;
    margin-right: 150px
}
.more-left{
    width: 64px;
    height: 64px;
    margin-right: 48px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    line-height: 62px;
    text-align: center;
}

.more-left:hover{
    background-color: #951376;
}
.more-right{
    width: 64px;
    height: 64px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    line-height: 62px;
    text-align: center;
}
.more-right:hover{
    background-color: #951376;
}
.more-right >i ,.more-left >i{
    color: #222222;
}
.more-left:hover >i,.more-right:hover >i{
    color: #ffffff;
}
.street-album-box{
    width: 100%;
    height: 484px;
    display: flex;
    overflow: hidden;
    flex: none;
}
.street-album{
    width: 513px;
    height: 480px;
    margin-right: 40px;
    border-bottom: 2px #fff solid;
    flex-shrink:0;
}
.street-album:hover img {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.street-album img {
    width: 100%;
    transition: transform .35s ease-out;
}
.street-album > h1 {
    font-weight: 500;
    font-size: 26px;
    padding: 25px 15px
}
.street-album > h1 >a{
    color: #ffffff;
}
.street-album > div:nth-child(1) {
    width: 513px;
    height: 289px;
    overflow: hidden;
}
.street-album > div:nth-child(3) {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    padding: 0 15px
}

/*特色街区*/
/*街区相册*/
.album{
    width: 100%;
    max-width: 1920px;
    height: 580px;
    margin: auto;
    margin-top: 130px;
    margin-bottom: 130px;
}
.album-img-box{
    width:100%;
    height:290px;
    overflow: hidden;
    margin: 0px;
    display: flex;
}
.album-img-box div{
    display:flex;
}
.album-img-box >div> img{
    height: 290px;
}
.album-tips-box{
    width: 720px;
    height: 580px;
    margin: auto;
    background: #FFFFFF;
    opacity: 0.9;
    flex-wrap: wrap;
    align-content: flex-start;
    text-align: center;
    position: relative;
    top: -580px;

}
.album-title{
    width: 100%;
    height:50px;
    margin: auto;
    padding-top: 70px;
    text-align: center
}
.album-title > p{
    color: #951376;
    font-size: 32px;
    font-weight: 500;
    font-family: 'PingFang SC';
}
.album-title > div{
    width: 78px;
    height: 2px;
    background-color: #951376;
    margin: auto;
    margin-top: 10px
}
.album-msg{
    width:100%;
    color: #222222;
    font-size: 24px;
    margin: auto;
    margin-top: 40px
}
.album-msgspan{
    width:100%;
    color: #222222;
    font-size: 16px;
    margin: auto;
    margin-top: 40px;
    line-height: 28px;
    color: #555555
}
.album-button-box{
    width:100px;
    margin: auto;
    margin-top: 70px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
justify-content: center;
}
.album-button{
    border: 1px #222222 solid;
    background-color: #FFFFFF;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    line-height: 64px;
    text-align: center;
    cursor: pointer;
    opacity:1
}
.album-button >i{
    color: #222222;
}
.album-button-box > div:nth-child(2){
    color: #222222;
    margin: auto;
    font-size: 16px;
    margin-top: 10px
}
.album-button-box:hover .album-button{
    background: #951376;
    border: 1px solid #951376;
}
.album-button-box:hover .album-button >i{
color: #FFFFFF;
}
.album-button-box:hover > div:nth-child(2){
    color: #951376;
}
/*街区相册*/
/*footer*/
.footer{
    width: 100%;
    height: auto;
    background-color: #2D0022;
    padding: 107px 0;
    color: #fff;
}
.footer-box{
    width: 79%;
    max-width: 1500px;
    min-width: 1349px;
    height: 286px;
    display: flex;
    margin: auto;
    justify-content: space-between;
    overflow: hidden;
}
.footer-box > div{
    width: 420px;
    flex: 0 0 auto;
}
.footer-box > div:nth-child(3){
    width: 420px;
    flex: 0 0 auto;
    padding-right: 5px;
}
.wxcode-msg-box{
    width:160px;
    height: 200px;
    position: relative;
    top: -284px;
    left: -57px;
    color: #222222;
    text-align: center;
    font-size: 14px;
    line-height: 6px;
    display: none;
}
.dycode-msg-box{
    width:160px;
    height: 180px;
    position: relative;
    top: -284px;
    left: 125px;
    display: none;
    color: #222222;
    text-align: center;
    font-size: 14px;
    line-height: 6px;
}
.wxcode-msg-box > div:nth-child(1),.wbcode-msg-box > div:nth-child(1),.dycode-msg-box > div:nth-child(1){
    width: 160px;
    height: 180px;
    background-color: #fff
}
.wxcode-msg-box > div:nth-child(2),.wbcode-msg-box > div:nth-child(2),.dycode-msg-box > div:nth-child(2){
    width: 0px;
    height: 0px;
    border: 16px solid transparent;
    border-top-color: #fff;
    margin: auto
}
/*footer*/

/*招商合作*/
.deputy-banner{
    width: 100%;
    max-height: 540px;
    overflow: hidden;
    margin: auto;
}
.deputys-banner{
    width: 100%;
    max-height: 508px;
    overflow: hidden;
    margin: auto;
}
.deputy-banner>img ,.deputys-banner >img {
    width: 100%;
    max-height: 100%;
}

/*联系方式*/

.contact-box{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    height: 653px
}
.contact-box > div:nth-child(1){
    width: 400px;
    height: 200px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto
}
.invitation-line{
    width: 88px;
    height: 2px;
    background-color:#222222
}
.invitation-title{
    width: 170px;
    height: 56px;
    font-weight: 500;
    font-size: 40px;
}
.invitation-msg{
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px
}
.invitation-describe-box{
    width: 59%;
    height: 346px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}
.invitation-describe-box > div:nth-child(1){
    width: 67%;
    height: auto
}
.invitation-describe-box > div:nth-child(2){
    width: 288px;
    height: 346px
}
.invitation-describe{
    font-weight: 600;
    font-size: 40px;
    color: #222222;
}
.invitation-describe-msg{
    font-size: 26px;
    line-height: 40px;
    margin-top: 48px;
    letter-spacing:0.02em;
}
.invitation-describe-msg > span{
    color: #951376
}
.invitation-code{
    width: 288px;
    height: 288px;
    -webkit-box-shadow: -1px 5px 16px #d4d4d4;
    -moz-box-shadow: -1px 5px 16px #d4d4d4;
}
.invitation-code >img{
    width: 264px;
    height: 264px;
    margin: 12px;
}
/*联系方式*/
/*品牌图片*/
.brand-box{
    width: 100%;
    max-width: 1920px;
    background-color: #F5F5F5;
    margin: auto;
}
.brand-box > div:nth-child(1){
    width: 400px;
    height: 200px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto
}
.brand-img-box{
    width: 1230px;
    display: flex;
    justify-content: left;
    margin: auto;
    flex-wrap: wrap
}
.brand-img-box > div{
    width: 214px;
    height: 120px;
    margin: 0 16px 32px 16px;
    overflow: hidden;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
    background: #fff;
}
/*品牌图片*/

/*新闻列表*/
.news-list{
    width: 1200px;
    margin: auto;
    margin-top: 24px;
}
.news-list > div {
    width: 100%;
    height: 256px;
    border-bottom: 1px #F0F0F0 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news-img{
    width: 235px;
    height: 176px;
    overflow: hidden;
    border: 1px #f0f0f0 solid;
    display: flex;
    align-items: center;
}
.news-img > img{
    width: 100%;
}
.news-list-box{
    width: 924px;
    height: 176px;
    overflow: hidden;
}
.news-list-title {
    font-weight: 500;
    font-size: 24px;
    color: #222;
    width: 700px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.news-list-title:hover{
    text-decoration: underline;
    color: #951376
}
.news-list-time{
    color: #9C9C9C;
    font-size: 16px;
    margin-top: 10px
}
.news-list-describe{
    color: #666666;
    font-size: 18px;
    margin-top: 10px;
    line-height: 32px;
    overflow: hidden;
    height: 96px;
    white-space: pre-line;
}

/*新闻列表*/
/*新闻详情*/
.news-detail-background{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    background: #F5F5F5;
    display: flex;
    padding-bottom: 40px;

}
.news-detail{
    width: 1400px;
    margin: auto;
    margin-top: -72px;
    min-height: 600px;
    background-color: #ffffff;
    z-index: 9;
}
.icon-home{
    background: url("../images/icon_home.png") no-repeat;
}
cite{
    color:#951376 !important;
}
.news-detail-header{
    width: 1290px;
    height: 150px;
    border-bottom: 1px solid #F0F0F0;
    margin: auto;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.news-detail-header > h1{
    font-weight: normal;
    font-size: 30px;
    width: 80%;
    margin: auto;
    overflow: hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
}
.news-detail-header > p{
    font-weight: 400;
    font-size: 16px;
    width: 80%;
    margin: auto;
    margin-top:20px;
    overflow: hidden;
    color: #777777;
}
.news-detail-body{
    width: 814px;
    margin: auto;
    padding: 30px 0;
    line-height: 1.8em;
    color: #777777;
    font-size: 18px;
    letter-spacing: 0.06em;
    min-height: 400px;
}
.news-detail-body img{
    width:100%;
}
.news-return-button{
    width: 132px;
    height: 54px;
    background: #951376;
    box-shadow: 0px 4px 4px rgba(50, 50, 71, 0.08), 0px 4px 8px rgba(50, 50, 71, 0.06);
    border-radius: 30px;
    font-size: 16px;
    line-height: 54px;
    text-align: center;
    color: #fff;
    position: relative;
    top: -247px;
    margin-right: 10px;
    float: right;
}
.news-return-button > i{
    color: #fff;
    font-size: 16px;
    margin-right: 8px
}
.news-detail-body > img{
    width: 100%;
}
.news-detail-page{
    width: 1290px;
    height: 134px;
    border-top: 1px solid #F0F0F0;
    margin: auto;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    justify-content: space-between;
    padding-top: 30px;
}
.news-detail-page > div{
    max-width: 40%;
    white-space:nowrap;
    text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    overflow:hidden;
}
.news-detail-page > div >a{
    color: #777777;
    border-bottom: 1px #777777 solid;
    text-transform:uppercase;
    padding-bottom: 2px;

}
.news-detail-page > div >a:hover{
    color: #951376;
    border-bottom: 1px #951376 solid;
    text-transform:uppercase;
    padding-bottom: 3px;
}
/*新闻详情*/


/*联系我们*/
.address-box{
    width: 100%;
    max-width: 1920px;
    height: 696px;
    margin: auto;
    margin-top: 90px;
}
.address-message-box{
    width: 73%;
    height: 557px;
    background-color: #F5F5F5;
    float: right;
    margin-top: 70px;
}
.address-message-box > div{
    margin-left: 35%;
    margin-top: 72px;
    width: 600px
}
.address-company{
    color: #222222;
    font-size: 32px;
    font-weight: 500;
}
.address-company-message{
    color: #777777;
    font-weight: 400;
    font-size: 20px;
    line-height: 40px;
    margin-top: 26px
}
.address-code-box{
    width: 462px;
    height: 130px;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-left: -10px;
}
.address-code{
    width: 130px;
    height: 130px;
    background-color: #fff
}
.address-code > img{
    width: 120px;
    height: 120px;
    margin: 5px
}
.address-phone-box{
    width: 304px;
    height: 130px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    font-weight: 400;
    background: url("../images/phone.png") no-repeat 30px 40px #951376;
}
.address-map{
    width: 34%;
    max-width: 647px;
    overflow: hidden;
    margin-left: 12%;
    float: left;
    margin-top: -620px;
}
.address-map > img{
    width: 100%;
}
.address-phone-box > div{
    width: 200px;
}
.address-phone-box >div:nth-child(2){
    width: 160px;
    height: 80px;
    margin-left: 26px;
    letter-spacing: 0.08em;
}

.message-back{
    background: url("../images/message.png") center center no-repeat;
    max-width: 1920px;
    width: 100%;
    height:232px ;
    margin: auto;
}
/*联系我们*/

/*关于我们*/
.about-us{
    width: 100%;
    max-width: 1920px;
    height: 460px;
    margin: auto;
}
.join-title{
    color: #951376;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-top: 88px;
    letter-spacing: 0.1em;
}
.join-title > div{
    width: 130px;
    height: 3px;
    background-color: #951376;
    margin: auto;
    margin-top: 16px;
}
.about-msg{
    width: 800px;
    min-height: 260px;
    margin: auto;
    margin-top: 48px;
    text-align: center;
    color: #555555;
    font-weight: 400;
    font-size: 20px;
    line-height: 2em;
}
.joinus-img-box{
    width:100%;
    margin: auto;
    margin-top: 80px
}
.joinus-img-row{
    width: 755px;
    height: 186px;
    display: flex;
    justify-content: space-between;
    margin: auto
}
.joinus-img-row > div{
    width: 186px;
    height: 161px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    overflow: hidden;
    display: flex;
    align-items: center;
}
.joinus-img-row > div > img{
    width: 100%;

}
/*关于我们*/
/*我们的团队*/
.about-team{
    width: 100%;
    max-width: 1920px;
    height: 750px;
    margin: auto;
}
/*我们的团队*/
/*工作环境*/
.about-context{
    width: 100%;
    max-width: 1920px;
    height: 690px;
    margin: auto;
}
.context-video-box{
    height: 452px;
    width: 800px;
    margin: auto;
    margin-top: 45px;
}
.video-box{
    width:800px;
    height:452px;
    background-color: #00000069;
    position: relative;
    top: -455px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.video-box > img {
    width: 72px;
    height: 72px;
}
/*工作环境*/

/*员工风采*/
.staff{
    width: 100%;
    max-width: 1920px;
    height: 804px;
    margin: auto;
}
.staff-album{
    width: 100%;
    max-width: 1920px;
    height: 540px;
    margin: auto;
    margin-top: 50px;
}
/*员工风采*/

/*招聘信息*/
.recruit-box{
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
.recruit-email{
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-align: center;
    width: 260px;
    height: 30px;
    margin: auto;
    margin-top: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.recruit-email >div{
    flex:0 0 auto;
}
.email-div{
    height: 30px;
    border-radius: 100px;
    background: url("../images/email.png") no-repeat 10px;
    background-color: #E5FBF7;
    font-weight: 600;
    font-size: 16px;
    color: #04B894;
    padding: 0px 10px 0px 38px;
    line-height: 30px;
    letter-spacing: 0.1em;
}
.job-list{
    width: 1200px;
    height: 140px;
    background: #F5F5F5;
    display: flex;
    align-items: center;

}
.job-list:hover{
    height: 135px;
    border-bottom: 5px solid #b8b8b847;
}
.job-list:hover .job-detail-button{
   background: #951376;
}
.job-list:hover .job-qualify div{
    color: #951376;
}
.job-list a{
    color: #fff;
}
.job-list-line{
    height: 24px;
    width: 1px;
    background: #E0E0E0;
    margin: 0 24px;
}
.job-list a:hover{
    color: #fff;
}
.job-list > div:nth-child(1){
    width: 1208px;
    height: 90px;
    border-right: 1px #E0E0E0 solid;
    padding-left: 40px;
    overflow: hidden;
}
.job-qualify{
    font-weight: 400;
    font-size: 16px;
    margin-top: 12px;
    color: #777777;
    display: flex;
    height: 24px;
    line-height: 24px;
}
.job-qualify >div{
    max-width: 170px;
    overflow: hidden;
}
.job-qualify >div:nth-child(5){
    max-width: 170px;
    overflow: hidden;
}
.job-list > div:nth-child(2){
    width: 191px;
    height: 90px
}
.job-detail-button{
    width: 120px;
    height: 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    background-color: #949494;
    margin:auto;
    margin-top: 25px;
    cursor: pointer;
}
.job-list-title{
    font-weight: 600;
    font-size: 22px;
    line-height: 50px;
    width: 700px;
    height: 50px;
    overflow: hidden;
    text-align: left;
}
#job-page{
    width: 500px;
    margin: 32px auto;
    text-align: center;
}
/*招聘信息*/
.join-detail{
    width: 100%;
    max-width: 1920px;
    height: 318px;
    margin: auto;
    background-color: #F5F5F5;
}
.join-detail > div{
    width: 1200px;
    margin: auto
}
.job-header{
    font-weight: 600;
    font-size: 36px;
    line-height: 50px;
    color: #222222;
    display: flex;
    align-items: center;
    padding-top: 120px
}
.email-icon {
    height: 30px;
    border-radius: 100px;
    background: url(../images/email.png) no-repeat 10px;
    background-color: #E5FBF7;
    font-weight: 600;
    font-size: 16px;
    color: #04B894;
    padding: 0px 10px 0px 40px;
    line-height: 30px;
    letter-spacing: 0.1em;
    margin-left: 12px;
}
.job-line{
    height: 24px;
    width: 1px;
    background-color: #ccc;
    margin: 0 20px
}
.job-describe{
    color: #777777;
    font-size: 20px;
    margin-top: 32px;
    display: flex;
    align-items: center
}
.job-cont{
    width: 1200px;
    margin: auto;
    margin-bottom: 100px;
}
.job-cont >div>div:nth-child(2){
    white-space: pre-line;
}
.job-cont > div > div:nth-child(1){
    font-weight: 600;
    font-size: 24px;
    color: #1C1C28;
    margin: 72px 0 20px
}
.job-cont > div > div:nth-child(2){
    color: #777777;
    font-size: 18px;
    line-height: 1.8em
}
/*招聘信息*/
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.shade{
    background-color: #00000069;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    left: 0px;
    top: 0px;
    display: none;
}
.shade >div{
    width: 100%;
    height: 100%;
    display: flex;
    justify-items: center;
    align-items: center;
}
.shade-cont{
    width: 640px;
    height: 480px;
    z-index: 999;
    margin: auto;
    background: url(../images/relation.png) no-repeat  #fff
}
.shade-cont > div:nth-child(1){
    width: 200px;
    height: 200px;
    overflow: hidden;
    margin: auto;
    padding-top: 48px
}
.shade-cont > div:nth-child(1) > img{
    width: 100%;
    height: 100%;
}
.shade-cont > div:nth-child(2){
    width: 330px;
    margin: auto;
    margin-top: 40px
}
.shade-cont > div:nth-child(3){
    width: 330px;
    margin: auto;
    margin-top: 24px;
}
.shade-cont >div >p:nth-child(1){
    color: #777777;
    font-size: 14px;
    line-height: 22px;
}
.shade-cont >div >p:nth-child(2){
    color: #951376;
    font-size: 20px;
    font-weight: 600;
    letter-spacing:normal
}
.close-button{
    background: url(../images/close.png) no-repeat;
    width: 24px;
    height: 24px;
    position: relative;
    left: 592px;
    top: -408px;
    cursor: pointer;
}