.clearfix{
    clear: both;
}
.honor-container{
    margin: 0px auto;
    clear: both;
}

.honor-nav{
    width: 100%;
    height: 80px;
    /* line-height: 80px; */
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.honor-nav .nav-item{
    width: 200px;
    text-align: center;
    float: left;
}
.honor-nav .nav-item a{
    font-size: 18px;
    color: #999999;
    display: block;
    width: 72px;
    height: 24px;
    line-height: 24px;
    margin:28px auto 0px auto;
    position: relative;
}
.honor-nav .active a::after{
    content: " ";
    width:100%;
    height: 2px;
    display: block;
    background-color: #939391;
    position: absolute;
    left: 0px;
    bottom:-10px;
}



/*- 中心标题 --------------------------------------*/
.honor-title{
    width: 600px;
    height: 52px;
    line-height: 52px;
    margin: 30px auto 0px auto;
    font-size: 40px;
    color: #333;
    font-weight: bold;
    text-align: center;
    position: relative;
    /* background-color: aquamarine; */
    padding-top:30px;
    position: relative;
}
.honor-title:after{
    content: " ";
    width: 96px;
    height: 8px;
    background-color: #939391;
    position: absolute;
    left: calc(50% - 48px);
    bottom: -23px;
}
.honor-title .title-en{ 
    color: #d8d8d8; 
    text-transform: uppercase;
}
.honor-title .title-cn{
    margin-top:-65px;
}



/* 品牌 -------------------- */
.brand-container{
    width: 1200px;
    min-height: 504px;
    clear: both;
    margin:0px auto;
    position: relative;
}

.brand-img{
    width: 955px;
    height:418px;
    position: absolute;
    right: 0px;
    top:0px;    
}
.brand-img img{
    width: 100%;
    height: 100%;
}
.brand-content{
	text-align: center;
    width: 888px;
    height: auto;
    background-color: #fff;
    position: absolute;
    left: 280px;
    top:300px;
    padding: 10px 30px 25px;
    color: #444;
    font-size:14px;
    line-height: 25px;
}
.brand-content::after{
    content:" ";
    width:56px;
    height: 8px;
    background-color: #939391;
    position: absolute;
    left: calc(50% - 28px);
    bottom: 0;
}
.brand-title{
    font-size:100px;
    text-transform: uppercase;
    color: #F1F2F3;
    font-weight: bold;
    transform: rotate(-90deg);
    position: absolute;
    left: -130px;
    top:130px;
}
.brand-container.first{
    margin-top: 80px;
}

/* .brand-container.second{
    margin-top: 80px;
} */
.brand-container.second .brand-img{
    left: 0px;
}
.brand-container.second .brand-content{
    line-height: 25px;
    left: 10px;
    top: 320px;
}
.brand-container.second .brand-title{
    transform: rotate(90deg);
    left: 960px;
    top: 57px;
    font-size: 60px;
    font-weight: normal;
}

.brand-container.third{
    
}
.brand-container.third .brand-img{
    width: 100%;
    height: 376px;;
}
.brand-container.third .brand-content{
}
/* .brand-container.third .brand-content::after{
    bottom: 15px;
}
 */


.brand-com-img{
    width: 414px;
    height: 704px;
    position: absolute;
    left: 0px;
}
.brand-com-img::after{
    content: " ";
    width: 104px;
    height: 16px;
    background-color: #939391;
    position: absolute;
    bottom: -35px;
    left: 0px;
}
.brand-com-img img{
    width: 100%;
    height: 100%;
}
.brand-commitment{
    padding:75px 74px;
    width:640px;
    height: 792px;
    font-size:18px;
    line-height: 36px;
    background-color: #939391;
    color: #fff;
    position: absolute;
    right: 0px;
    top:250px;
}

.brand-com-title{
    /* transform-origin: 0 0;
    transform: rotate(-90deg); */
    text-transform: uppercase;
    width: 500px;
    height: 60px;
    color:#E7E9EB;
    position: absolute;
    left: 550px;
    top: 150px;
    font-size: 60px;
    font-weight: normal;
}
.brand-milan{
    transform-origin: 0 0;
    transform: rotate(-90deg);
    text-transform: uppercase;
    width: 200px;
    height: 60px;
    color:#939391;
    position: absolute;
    left: 250px;
    top: 1030px;
    font-size: 60px;
    font-weight: normal;
    letter-spacing: 5px;
}

.margin-top-80{
    margin-top:80px;
}
.brand-container.last{
    margin-top: 60px;
    margin-bottom: 100px;
    height: 1050px;
}
.honor-nav{ text-align: center;}
.honor-nav .nav-item{ display: inline-block; *display: inline; *zoom: 1; float: none;}
.honor-title .title-cn {
	margin-top: -74px;
}


