/*二级-word-banner图*/
.brand-banner {
    position:relative;
    max-height: 960px;
    overflow:hidden;
}
.brand-banner img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}
@keyframes myfirst
{0%{transform:scale(1,1);}50%{transform:scale(1.1,1.1);}100%{transform:scale(1,1);}}

.brand-banner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgb(0,0,0,0.3);
    z-index:1;
    transition:all 0.3s;
}
.brand-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    max-width: 1570px;
    width: 96%;
    text-align: center;
}
.brand-banner .word-fix h3 {
    font-size:70px;
    color: #fff;
    font-family: 'Medel';
    text-transform: uppercase;
    margin:0% 0 2% 0;
    transition:all 2s;
}
.brand-banner .word-fix h4 {
    font-size:34px;
    color: #fff;
    margin:0% 0 2% 0;
    transition:all 2s;
}

.brand-banner .word-fix p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width:1024px){
.brand-banner {
    padding-top: 120%;
}
.brand-banner img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.brand-banner .word-fix {
}
.brand-banner .word-fix h3 {
    font-size:24px;
    margin:0% 0 1% 0;
}
.brand-banner .word-fix h4 {
    font-size:20px;
    margin: 2% 0 5% 0;
}
.brand-banner .word-fix p {
    font-size: 14px;
    max-width: 700px;

}

}
/*二级-word-banner图 end*/

/*子品牌板块标题*/
.brand-title {
    position: relative;
    padding:0% 0;
}
.brand-title p {
    font-size:30px;
    color: #333;
    line-height: 2.0;
    text-transform: uppercase;
    font-family: "Medel";
}
.brand-title h3 {
    position: relative;
    font-size: 36px;
    color: #252525;
    *font-weight: bold;
    margin:0 0 20px 0;
}
.brand-title::after {
    content: "";
    width:1px;
    height:30px;
    background:#999;
    display:inline-block;
    vertical-align:middle;
}
.brand-title h4 {
    font-size: 16px;
    color:#999;
    line-height: 1.8;
    
}
@media screen and (max-width:1024px) {
.brand-title {
    padding:8% 0;
}
.brand-title h3 {
    font-size: 20px;
}
.brand-title i {
    margin: 3% auto 3% auto;
}
.brand-title p {
    font-size: 18px;
}
.brand-title h4 {
    font-size: 14px;
    color:#999;
    line-height: 1.8;
    
}
}
/*子品牌板块标题 end*/



/*子品牌简介*/
.brand  {
    padding:5% 0 0 0;
}
.brand .brand-word {
    margin:50px 0 0 0;
}
.brand .brand-word p {
    max-width: 1252525px;
    margin:0 auto 10px auto;
    font-size: 16px;
    color:#666;
    line-height: 2;
    text-align: center;
}

.brand .brand-photo {
    margin:3% 0 0 0;
    text-align: center;
}
.brand .brand-photo img {
    width: 100%;
}


.brand .brand-web {
    padding:5% 0;
    text-align:center;
}
.brand .brand-web h3 {
    position: relative;
    font-size: 28px;
    color: #252525;
    margin: 0 0 50px 0;
}
.brand .brand-web a {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    font-size: 15px;
    color: #666;
    font-family: "Medel";
    width: 300px;
    height: 50px;
    line-height: 50px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.5);
    z-index: 0;
    transition: all 0.6s;
}
.brand .brand-web a:hover {
    color: #fff;
    border: 1px solid #174339;
    background:#174339;
}
@media screen and (max-width:1024px){
.brand .brand-word {
    margin:0px 0 0 0;
}
.brand .brand-word p {
    max-width: 1252525px;
    margin:0 auto 10px auto;
    font-size: 14px;
    color:#666;
    line-height: 2;
    text-align: center;
}

.brand .brand-photo {
    margin:3% 0 0 0;
    text-align: center;
}
.brand .brand-photo img {
    width: 100%;
}


.brand .brand-web {
    padding:5% 0;
    text-align:center;
}
.brand .brand-web h3 {
    font-size: 18px;
    margin: 0 0 30px 0;
}
.brand .brand-web a {
    position: relative;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    font-size: 14px;
    color: #666;
    font-family: "Medel";
    width: 200px;
    height: 46px;
    line-height: 46px;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,0.5);
    z-index: 0;
    transition: all 0.6s;
}
.brand .brand-web a:hover {
    color: #fff;
    border: 1px solid #174339;
    background:#174339;
}   
}
/*子品牌简介*/

/*设计联名*/
.designer {
    padding:5% 0;
}


.designer .designer-item {
    overflow:hidden;
}


.designer .designer-item .word {
    float:left;
    width:35%;
}
.designer .designer-item .word .word-item {
    margin:60px 0 0 0;
}
.designer .designer-item .word .word-item h3 {
    font-size: 20px;
    color: #333;
    line-height: 2;
    margin: 0 0 20px 0;
}
.designer .designer-item .word .word-item h4 {
    font-size: 16px;
    color: #666;
    line-height: 2;
}

.designer .designer-item .photo {
    float:right;
    width:60%;
}
.designer .designer-item .photo img {
    width:100%;
}

@media screen and (max-width:1024px) {
.designer {
    padding:5% 0;
}
.designer .brand-title {
    text-align: center;
}
.designer .designer-item {
    overflow:hidden;
}


.designer .designer-item .word {
    width:100%;
}
.designer .designer-item .word .word-item {
    margin:0 0 0 0;
}
.designer .designer-item .word .word-item h3 {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
    text-align: center;
    margin: 0 0 10px 0;
}
.designer .designer-item .word .word-item h4 {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    text-align: center;
}

.designer .designer-item .photo {
    width:100%;
    margin:6% 0 0 0;
}
.designer .designer-item .photo img {
    width:100%;
}
}