/* 品牌介绍 */



.brand-story {
    height: 900px;
}

.brand-story .center-box {
    padding-top: 70px;
}

.brand-story .fbs {
    width: 100%;
    height: 550px;
    margin-top: 44px;
}

.brand-story .fbs .left-item {
    width: 40%;
    height: 100%;
    float: left;
}

.brand-story .fbs .left-item .red-block {
    width: 263px;
    height: 243px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/tuceng123.png);
    padding: 55px 23px;
}

.brand-story .fbs .left-item .red-block p {
    font-size: 28px;
    line-height: 42px;
    color: #ffffff;
}

.brand-story .fbs .left-item .content {
    width: 600px;
    height: 280px;
    margin-top: 28px;
    overflow: hidden;
}

.brand-story .fbs .left-item .content p {
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}

.brand-story .fbs .right-item {
    width: 60%;
    height: 100%;
    float: left;
}

.video-player {
    width: 900px;
    height: 550px;
    margin-left: 56px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.max-box {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.company-culture {
    height: 900px;
}

.company-culture .center-box {
    padding-top: 90px;
}

.company-culture .center-box .card-list {
    margin-top: 68px;
    width: 100%;
    height: 460px;
}

.company-culture .center-box .card-list .card-item {
    width: 376px;
    height: 100%;
    background-color: #ffffff;
    float: left;
    margin-right: 32px;
    padding: 56px 48px;
}

.company-culture .center-box .card-list .card-item:last-child {
    margin-right: 0;
}

.company-culture .center-box .card-list .card-item .hover-icon {
    width: 40px;
    height: 40px;
    position: relative;
    overflow: hidden;
    margin-bottom: 120px;
}

.company-culture .center-box .card-list .card-item .hover-icon img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
    transition: 300ms;
}

.company-culture .center-box .card-list .card-item:hover .hover-icon img {
    transform: translateY(-50px);
}

.company-culture .center-box .card-list .card-title {
    width: 100%;
    /*line-height: 60px;*/
    border-bottom: solid 3px #333333;
    margin-bottom: 30px;
    height: 50px;
    font-size: 24px;
    line-height: 25px;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.company-culture .center-box .card-list .card-item:hover .card-title{
    border-bottom: solid 3px #d50e05;
}
.company-culture .center-box .card-list .card-title::after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border: solid 18px #d50e05;
    border-radius: 50%;
    position: absolute;
    top: -25px;
    right: 0;
}

.company-culture .center-box .card-item:nth-child(2) .card-title::after {
    border-color: #aa1b79;
}

.company-culture .center-box .card-item:nth-child(3) .card-title::after {
    border-color: #0093dd;
}

.company-culture .center-box .card-item:nth-child(4) .card-title::after {
    border-color: #d50e05;
}

.company-culture .center-box .card-item .info-text {
    font-size: 16px;
    line-height: 32px;
    color: #666666;
    /*font-weight: lighter;*/
}

.honor {
    height: 874px;
    background-color: #f4f4f4;
}

.honor .center-box {
    padding-top: 95px;
}

.honor .center-box .list-box {
    width: 100%;
    height: 462px;
    margin-top: 50px;
}

.honor .center-box .list-box .left-item {
    width: 770px;
    height: 100%;
    background-color: #ffffff;
    float: left;
    position: relative;
    display: flex;
    transition: 300ms;
    align-items: center;
    justify-content: flex-start;
}

.honor .center-box .list-box .left-item .spaces-box {
    height: 100%;
    width: 50%;
    display: flex;
    align-items: flex-start;
    align-content: space-between;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.honor .center-box .list-box .left-item .spaces-box .top-block {
    width: 100px;
    height: 100px;
}

.honor .center-box .list-box .left-item .spaces-box .ons {
    width: 100%;
    padding-left: 34px;
}

.honor .center-box .list-box .left-item .spaces-box .ons h1 {
    font-size: 28px;
    line-height: 38px;
}

.honor .center-box .list-box .left-item .spaces-box .ons p {
    font-size: 14px;
    margin-top: 18px;
}

.honor .center-box .list-box .left-item .spaces-box .ssa {
    font-size: 14px;
    padding-left: 34px;
    margin-bottom: 53px;
}

.honor .center-box .list-box .left-item .img-box{
	width: 243px;
	height: 308px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.honor .center-box .list-box .left-item:hover{
    box-shadow: 0 0 0 4px red;
}
.honor .center-box .list-box .right-box {
    width: 766px;
    height: 100%;
    display: flex;
    float: right;
    align-items: flex-start;
    justify-content: space-between;
}
.honor .center-box .list-box .right-box .boxs{
	width: 352px;
    transition: 300ms;
	height: 462px;
	background-color: #ffffff;
}
.honor .center-box .list-box .right-box .boxs .img-box{
	width: 234px;
	height: 165px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	box-shadow: 0 2px 30px rgba(0, 0, 0, 0.11);
	margin: 107px auto 140px;
}
.honor .center-box .list-box .right-box .boxs:hover {
    box-shadow: 0 2px 30px rgba(0, 0, 0, 0.11),0 0 0 4px red;
}

.honor .center-box .list-box .right-box .boxs .info-text{
	width: 100%;
	text-align: center;
	font-size: 16px;
}
.honor .center-box .list-box .right-box .boxs:hover .info-text{
    color: red!important;
}