/*banner图*/
.twobanner {
    position:relative;
}
.twobanner>img {
    width: 100%;
    animation: myfirst 25s linear infinite normal;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.0);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:25%;
    left:10%;
    width:82%;
    color:#fff;
}


.twobanner-item h1 {
    font-size:70px;
    color: #fff;
    font-weight:bold;
    margin:2% 0 1% 0;
    text-shadow: 6px 8px 5px rgb(0 0 0 / 10%);
}
.twobanner-item i {
    display: block;
    width: 30px;
    height: 30px;
    margin:1% 0 1% 0;
    background: url(../images/vi-icon.svg) no-repeat center center/30px;
}
.twobanner-item h2 {
    opacity: 0.8;
    font-size:48px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
    font-family: "Oswald-Regular";
    text-transform: uppercase;
    margin-top:2%;
}
.twobanner-item h3 {
    font-size:30px;
    color:#fff;
    font-weight: lighter;
}

.go-more {
    position:absolute;
    bottom:0;
    width:100%;
    height:100px;
    background:url(../images/xia.svg) no-repeat center center/30px;
    animation: go-more 0.3s linear infinite;
}
@keyframes go-more {
  0% {
      opacity:0.5;
      -webkit-transform: translate(0px,5px);
  }
  50% {
      opacity:1;
      -webkit-transform: translate(0px,10px);
  } 
  100% {
      opacity:1;
      -webkit-transform: translate(0px,5px);
  }
   
}
/*自适应样式*/
@media screen and (max-width:1024px) {
.twobanner {
    position:relative;
    width:100%;
    overflow:hidden;
}
.twobanner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.1);
    z-index:1;
    transition:all 0.3s;
}
.twobanner-item {
    position:absolute;
    z-index:2;
    top:20%;
    left:0%;
    width:100%;
    color:#fff;
    text-align:center;
}

.twobanner-item h1 {
    font-size:26px;
    color: #fff;
    font-weight:bold;
    margin:8% 0 2% 0;
}
.twobanner-item i {
    display: block;
    width: 30px;
    height: 30px;
    margin:1% auto 1% auto;
    background: url(../images/vi-icon.svg) no-repeat center center/18px;
}
.twobanner-item h2 {
    font-size:18px;
    color:#fff;
    font-weight: lighter;
    letter-spacing:0px;
}
.twobanner-item h3 {
    font-size:16px;
    color:#fff;
    font-weight: lighter;
    margin-top:5%;
}

.go-more {
    background:url(../images/xia.svg) no-repeat center center/15px;
}
}
/*自适应样式 end*/





/*关于品牌板块标题*/
.about-title {
    padding:2% 0;
}
.about-title p {
    font-size: 46px;
    color: #dcdddd;
    line-height: 2.0;
    *text-transform: uppercase;
    font-family: "Oswald-Regular";
}
.about-title h3 {
    position: relative;
    font-size: 36px;
    color: #2d2926;
    font-weight: bold;
    margin:0 0 20px 0;
}
.about-title h3::after {
    content: "";
    width:40px;
    height:40px;
    background: url(../images/vi-icon.svg) no-repeat center center/26px;
    margin:0 10px;
    display:inline-block;
    vertical-align:middle;
}
.about-title h4 {
    font-size: 16px;
    color:#999;
    line-height: 1.8;
    
}
@media screen and (max-width:1024px) {
.about-title {
    padding:8% 0;
}
.about-title h3 {
    font-size: 20px;
}
.about-title i {
    margin: 3% auto 3% auto;
}
.about-title p {
    font-size: 18px;
}
.about-title h4 {
    font-size: 14px;
    color:#999;
    line-height: 1.8;
    
}
}


/*强辉简介*/
.introduce {
    position: relative;
    padding:5% 0;
}

.introduce .photo {
    position: relative;
    float:left;
    width:39%;
}
.introduce .photo img {

}
.introduce::before {
    content: "";
    position: absolute;
    top:0%;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../images/logo-icon.svg) no-repeat left bottom/100%;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.02;
    -webkit-filter: grayscale(0%);
}

.introduce .word {
    width:56%;
    padding: 5%;
}
.introduce .word .tit {}
.introduce .word .tit h4 {
    font-size: 42px;
    color: #e40023;
    letter-spacing: 0;
    font-family: 'Montserrat-Bold';
    font-weight: bold;
    margin: 2% 0 4% 0;
}
.introduce .word .tit p {
    font-size: 30px;
    color: #2d2926;
    letter-spacing: 0;
    font-family: 'Montserrat-Bold';
    text-transform: uppercase;
}
.introduce .word .content {
    margin:10% 0 0 0;
}
.introduce .word .content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    font-family: 'Futura-Medium';
    margin: 0% 0 2% 0;
}

.introduce .word .tag {
    margin-top: 10%;
}
.introduce .word .tag ul {
    overflow:hidden;
}
.introduce .word .tag ul li {
    float:left;
    width:25%;
}
.introduce .word .tag ul li h3 {
    font-size: 48px;
    color: #e40023;
    letter-spacing: 0;
    font-family: 'Montserrat-Bold';
    transition: all 0.6s ease;
}
.introduce .word .tag ul li p {
    font-size: 16px;
    color: #2d2926;
}

@media screen and (max-width:1024px) {
.introduce {
    padding:5% 0;
}
.introduce::before {
    width: 100%;
    height: 100%;
    background: url(../images/logo-icon.svg) no-repeat right bottom/100%;

}
.introduce .photo {
    width:100%;
}
.introduce .word {
    width:100%;
    padding: 5%;
}
.introduce .word .tit {}
.introduce .word .tit h4 {
    font-size: 24px;
    margin: 2% 0 4% 0;
}
.introduce .word .tit p {
    font-size: 18px;
}
.introduce .word .content {
    margin:10% 0 0 0;
}
.introduce .word .content p {
    font-size: 14px;
    margin: 0% 0 1% 0;
}
.introduce .word .tag {
    margin-top: 10%;
}
.introduce .word .tag ul {
    overflow:hidden;
}
.introduce .word .tag ul li {
    width:50%;
    padding: 5%;
}
.introduce .word .tag ul li h3 {
    font-size: 30px;
}
.introduce .word .tag ul li p {
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}
}
/*强辉简介 end*/


/*发展历程*/
.history {
    padding: 3% 0;
    background: #f6f6f6 url(../images/join/history-bg.jpg) no-repeat left top;
}
.history .about-title h3::after {
    display:none;
}
.history-item {
    position: relative;
    width: 100%;
    overflow:hidden;
}
.history .Topyear {
    width:33%;
    margin:0 auto;
    overflow: initial;
}
.Topyear ul li {
    padding: 10% 2%;
}

.Topyear ul li .box {
    opacity:0.5;
    padding: 10% 5%;
    background: rgb(255,255,255,1);
    overflow: hidden;
}
.Topyear ul li.swiper-slide-active .box {
    opacity:1;
    background:#fff;
}

.Topyear ul li .photo {
    width: 80%;
    padding: 10px;
    background: #fff;
    border:5px solid  #dedede;
}
.Topyear ul li .photo img {
    width: 100%;
}

.Topyear ul li .word {
    width: 100%;
}
.Topyear ul li .word .content {
    height: 100px;
    overflow: hidden;
    margin:20px 0;
    padding: 10px 0;
}
.Topyear ul li .word .content p {
    font-size: 14px;
    color:#666;
}
.Topyear ul li .word .content p::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #e62129;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.Topyear ul li  .year {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}
.Topyear ul li  .year h4 {
    font-size: 34px;
    color: #e62129;
    font-weight: bold;
    margin-bottom: 20px;
}
.Topyear ul li  .year h3 {
    font-size: 24px;
    color: #3a3a3a;
    font-weight: bold;
    font-family: 'Futura-Medium';
    margin-bottom: 20px;
}

.Bottomyear {
    position:relative;
}
.Bottomyear::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 50%;
}
.Bottomyear ul {}
.Bottomyear ul li {
    cursor:pointer;
}
.Bottomyear ul li h3 {
    font-size: 20px;
    color: #3a3a3a;
    font-family: "Montserrat-Bold";
    text-align: center;
}
.Bottomyear ul li i {
    display: block;
    margin: 20px auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
}
.Bottomyear ul li p {
    font-size: 16px;
    color: #3a3a3a;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

/*active*/
.Bottomyear ul li.swiper-slide-thumb-active h3 {
    color: #e62129;
}
.Bottomyear ul li.swiper-slide-thumb-active i {
    background: #e62129;
    border: 1px solid #e62129;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    color: #e62129;
}


.history div.swiper-year-prev,.history div.swiper-year-next { 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#d3d3d3;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
    cursor: pointer;
}
.history div.swiper-year-prev {
    left: 0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.history div.swiper-year-next {
    right:0%;
    top: 50%;
    transform: translate(0%, -50%);
}
.history div.swiper-year-prev:hover,
.history div.swiper-year-next:hover{ 
    opacity:1;
    background:#e62129;
}





@media screen and (max-width:1024px){
.history {
    padding: 3% 0;
    background: #f6f6f6;
}
.history .about-title h3::after {
    display:none;
}
.history-item {
    position: relative;
    width: 100%;
    overflow:hidden;
}
.history .Topyear {
    width:100%;
    margin:0 auto;
    overflow: initial;
}
.Topyear ul li {
    padding: 10% 2%;
}

.Topyear ul li .box {
    opacity:0.5;
    padding: 10% 5%;
    background: rgb(255,255,255,1);
    overflow: hidden;
}
.Topyear ul li.swiper-slide-active .box {
    opacity:1;
    background:#fff;
}


.Topyear ul li .word {
    width: 100%;
}
.Topyear ul li .word .content {
    height: 100px;
    overflow: hidden;
    margin:10px 0;
    padding: 10px 0;
}
.Topyear ul li .word .content p {
    font-size: 14px;
    color:#666;
}
.Topyear ul li .word .content p::before {
    content: "";
    width: 4px;
    height: 4px;
    background: #e62129;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
}

.Topyear ul li  .year {
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
}
.Topyear ul li  .year h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.Topyear ul li  .year h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.Bottomyear {
    position:relative;
}
.Bottomyear::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    left: 0;
    top: 43%;
}
.Bottomyear ul {}
.Bottomyear ul li {
    cursor:pointer;
}
.Bottomyear ul li h3 {
    font-size: 16px;
    color: #3a3a3a;
    font-family: "Montserrat-Bold";
    text-align: center;
}
.Bottomyear ul li i {
    display: block;
    margin: 10px auto;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #f8f8f8;
    border: 1px solid #d3d3d3;
}
.Bottomyear ul li p {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
}

/*active*/
.Bottomyear ul li.swiper-slide-thumb-active h3 {
    color: #e62129;
}
.Bottomyear ul li.swiper-slide-thumb-active i {
    background: #e62129;
    border: 1px solid #e62129;
}
.Bottomyear ul li.swiper-slide-thumb-active p {
    color: #e62129;
}
}
/*发展历程end*/


/*低砺前行 创造明天*/
.home-power {
    padding: 3% 0;
}

.home-power .power-item {
    padding: 5% 0;
    overflow: hidden;
}

.home-power .power-item ul {}
.home-power .power-item ul li {
    position:relative;

    overflow:hidden;
}
.home-power .power-item ul li.item-01 {
    float:left;
    width: 51.3%;
}
.home-power .power-item ul li.item-02 {
    float:right;
    width: 47.6%;
}
.home-power .power-item ul li.item-03 {
    float:right;
    width: 47.6%;
    margin:1.11% 0 0 0;
}

.home-power .power-item ul li .photo {}
.home-power .power-item ul li .photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
    
}
.home-power .power-item ul li .photo img {
    width:100%;
    transition: all 0.6s ease;
}
.home-power .power-item ul li:hover .photo img {
    transition: all 0.6s ease;
    transform: scale(1.05);
}
.home-power .power-item ul li .word {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 10;
    max-width: 600px;
    padding:100px 0 0 90px;
    transition: all 0.5s;
}
.home-power .power-item ul li .word h5 {
    font-size: 30px;
    color:#fff;
    font-weight: bold;
    font-family: 'Futura-Medium';
}
.home-power .power-item ul li .word i {
    display:block;
    width:60px;
    height:3px;
    background:#fff;
    margin:30px 0 40px 0;
}
.home-power .power-item ul li .word p {
    font-size: 14px;
    color:#fff;
    line-height: 1.8;
    font-family: 'Futura-Medium';
    opacity:0.9;
}
@media screen and (max-width:1024px){
.home-power {
    padding: 8% 0;
}

.home-power .power-item {
    padding: 8% 0;
}

.home-power .power-item ul {}
.home-power .power-item ul li {
    position:relative;

    overflow:hidden;
}
.home-power .power-item ul li.item-01 {
    float:left;
    width: 51.3%;
}
.home-power .power-item ul li.item-02 {
    float:right;
    width: 47.6%;
}
.home-power .power-item ul li.item-03 {
    float:right;
    width: 47.6%;
    margin:1.11% 0 0 0;
}

.home-power .power-item ul li .photo {}
.home-power .power-item ul li .photo::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
    
}
.home-power .power-item ul li .photo img {
    width:100%;
}
.home-power .power-item ul li .word {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    max-width: 600px;
    padding: 0% 0 0 0%;
}
.home-power .power-item ul li .word h5 {
    font-size: 16px;
}
.home-power .power-item ul li .word i {
    display: none;
    width:30px;
    height:2px;
    margin:30px 0 40px 0;
}
.home-power .power-item ul li .word p {
    display: none;
    font-size: 14px;
    line-height: 1.6;
}
}
/*低砺前行 创造明天 end*/


/*生产实力*/
.power {
    position:relative;
    padding:2% 0;
    background: #f6f6f6;
}
.power::before {
    opacity: 0.1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/about/power-bg.png) no-repeat center center/cover;
    z-index: 0;
    transition: all 3s;
}
.power .container {
    position:relative;
    z-index: 1;
}
.power .about-title h3 {
    color: #231815;
}
.power .power-item {
    padding:2% 0;
}

.power .power-item .photo {
    float:left;
    width:45%;
}
.power .power-item .photo h2 {
    font-size: 30px;
    color: #231815;
    font-weight: bold;
    line-height: 1.8;
    margin:4% 0 0% 0;
}
.power .power-item .photo h2 span {
    padding:0 5px;
    font-size: 38px;
    font-family: "Montserrat-Bold";
}

.power .power-item .photo .content {
    margin:2% 0 0 0;
}
.power .power-item .photo .content p {
    opacity:1;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin:0 0 20px 0;
}
.power .power-item .photo .content p span {
    padding:0 5px;
    font-size: 14px;
    color: #231815;
    font-family: "Montserrat-Bold";
}
.power .power-item .photo .number {
    margin:10% 0 0 0;
}
.power .power-item .photo .number ul {
    overflow:hidden;
    padding:0 0%;
}
.power .power-item .photo .number ul li {
    float:left;
    width:25%;
    padding:0 0 8% 0;
}
.power .power-item .photo .number ul li h3 {
}
.power .power-item .photo .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 48px;
    color: #e6002d;
    letter-spacing: 0;
    font-family: "Montserrat-Bold";
}
.power .power-item .photo .number ul li p {
    opacity:0.8;
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}

.power .power-item .item-list {
    float:right;
    width:50%;
}
.power .power-item .item-list ul {}
.power .power-item .item-list ul li {
    float:left;
    width:48%;
    margin:1%;
    padding:3% 5%;
    background:#fff;
}
.power .power-item .item-list ul li i {
    width: 40px;
    margin: 0 auto;
    font-size: 24px;
    color: #dcdddd;
    font-family: "Oswald-Regular";
    font-style: normal;
}
.power .power-item .item-list ul li h5 {
    font-size: 18px;
    color: #332c2b;
    font-weight: bold;
    position: relative;
    margin:10px 0 10px 0;
}
.power .power-item .item-list ul li p {
    height:100px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}
@media screen and (max-width:1024px) {
.power {
    margin:2% 0;
}
.power .power-item {
    padding:2% 0;
}

.power .power-item .photo {
    width:100%;
}
.power .power-item .photo h2 {
    font-size: 18px;
    line-height: 1.8;
    margin:6% 0 3% 0;
}
.power .power-item .photo h2 span {
    padding:0 5px;
    font-size: 24px;
}

.power .power-item .photo .content {
    margin:5% 0 0 0;
}
.power .power-item .photo .content p {
    font-size: 14px;
    line-height: 1.8;
    margin:0 0 10px 0;
}
.power .power-item .photo .content p span {
    padding:0 5px;
    font-size: 18px;
}
.power .power-item .photo .number {
    margin:10% 0 0 0;
}
.power .power-item .photo .number ul {
    overflow:hidden;
    padding:0 0%;
}
.power .power-item .photo .number ul li {
    width:50%;
    padding:0 0 8% 0;
}
.power .power-item .photo .number ul li h3 {
}
.power .power-item .photo .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 30px;
    color: #e6002d;
    letter-spacing: 0;
    font-family: "Montserrat-Bold";
}
.power .power-item .photo .number ul li p {
    opacity:0.8;
    font-size: 14px;
    color: #666;
    padding-top: 5px;
}


.power .power-item .item-list {
    width:100%;
}
.power .power-item .item-list ul {}
.power .power-item .item-list ul li {
    width:48%;
    margin:1%;
    padding:5% 5%;
}
.power .power-item .item-list ul li i {
    width: 40px;
    margin: 0 auto;
    font-size: 20px;
    color: #dcdddd;
}
.power .power-item .item-list ul li h5 {
    font-size: 16px;
    line-height: 1.82;
    margin:20px 0 10px 0;
}
.power .power-item .item-list ul li p {
    height:100px;
    line-height: 1.8;
}   
}
/*生产实力*/

/*资质荣誉*/
.honor {
    padding:3% 0;
    background:#fff;
    position:relative;
}
.honor::after {
    content: '';
    display: block;
    opacity: 1;
    position: absolute;
    z-index: -1;
    top: 0;
    width: 100%;
    height: 100%;
}
.honor-box {}
.honor-box .honor-list {
    padding:0% 0;
}
.honor-box .honor-list ul {
}
.honor-box .honor-list ul li {
    padding:2% 2% 5% 2%;
    text-align: center;
    background: url(../images/about/honor-list-bg.png) no-repeat bottom center/100%;
}
.honor-box .honor-list ul li .photo {
    position:relative;
    width:100%;
    padding-top: 140%;
}
.honor-box .honor-list ul li .photo .photo-box {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    display: flex;
    align-items: flex-end;
}
.honor-box .honor-list ul li .photo .photo-box img{
    width:100%;
    vertical-align: bottom;
}
.honor-box .honor-list ul li p {
    font-size: 14px;
    color:#666;
    margin-top: 5%;
}



/*荣誉证书导航按钮*/
.honor-box .swiper-page {
    position:absolute;
    width:100%;
    bottom:0%;
    padding:50px;
}
.honor-box .swiper-page a{ 
    display:block;
    position:absolute;
    top:40%;
    width:40px;
    height:40px;
    line-height: 40px;
    z-index:99999;
    border-radius: 50%;
    background:#e6002d;
    font-size: 16px;
    color:#fff;
    font-family: '宋体';
    text-align: center;
}
.honor-box .swiper-page a.prev {
    left:5%;
}
.honor-box .swiper-page a.next {
    right:5%;
}
.honor-box .swiper-pagination-bullet {
    border-radius:5px;
    background: #666;
    opacity: 1;
    padding:1px;
    position: relative;
    width: 8px;
    height: 8px;
    background: #fff;
    border:2px solid #ccc;
    margin: 0 10px !important;
}
.honor-box .swiper-pagination-bullet-active {
    border: 2px solid #e6002d;
}
@media screen and (max-width:1024px) {
.honor-box .honor-list {
    padding:5% 0;
}
.honor-box .honor-list ul li {
    padding:5% 0 10% 2%;
}
.honor-box .honor-list ul li p {
    font-size: 12px;
    margin-top: 5%;
}
.honor-box .swiper-page a{ 
    display:none;
}
.honor-box .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    border:1px solid #ccc;
    margin: 0 4px !important;
}
.honor-box .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    margin: 0 2px !important;
}
.honor-box .swiper-pagination-bullet-active {
    border: 1px solid #e6002d;
}
}



/*品牌文化*/
.culture {}
.culture-item {}
.culture-item ul {}
.culture-item ul li {
    position: relative;
    float: left;
    width: 25%;
    overflow: hidden;
}

.culture-item ul li .photo {
    position: relative;
}
.culture-item ul li .photo img {
    width: 100%;
}
.culture-item ul li .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #231815;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    opacity: 0.1;
}
.culture-item ul li .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-image: linear-gradient(to bottom,#f02032 0,#e6002d 100%);
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    opacity: 0;
    transition: all 0.6s ease;
}
.culture-item ul li:hover .photo::after {
    opacity: 0.8;
}

.culture-item ul li .word {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 10;
    max-width: 600px;
    padding:20% 15%;
    transition: all 0.5s;
}
.culture-item ul li .word i {}
.culture-item ul li .word i img {
    max-width: 50px;
}

.culture-item ul li .word .tit {
    margin:50px 0 0 0;
}

.culture-item ul li .word .tit h4 {
    opacity:0.6;
    font-size: 24px;
    color: #fff;
    font-family: 'Futura-Medium';
}
.culture-item ul li .word .tit h5 {
    font-size: 24px;
    color:#fff;
    font-weight: bold;
    margin:20px 0 0 0;
}

.culture-item ul li .word .con  {
    margin:40px 0 0 0;
}
.culture-item ul li .word .con p {
    opacity:0.8;
    font-size: 16px;
    color:#fff;
}
@media screen and (max-width:1024px) {
.culture {
    padding:5% 0;
}
.culture-item {}
.culture-item ul {}
.culture-item ul li {
    width: 48%;
    margin:1%;
}

.culture-item ul li .photo {
    position: relative;
}
.culture-item ul li .photo img {
    width: 100%;
}
.culture-item ul li .photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #231815;
    display: inline-block;
    vertical-align: middle;
    z-index: 1;
    opacity: 0.1;
}
.culture-item ul li .photo::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    background-image: linear-gradient(to bottom,#f02032 0,#e6002d 100%);
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    opacity: 0;
    transition: all 0.6s ease;
}
.culture-item ul li:hover .photo::after {
    opacity: 0.8;
}

.culture-item ul li .word {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 10;
    max-width: 600px;
    padding:10% 10%;
    transition: all 0.5s;
}
.culture-item ul li .word i {}
.culture-item ul li .word i img {
    max-width: 30px;
}

.culture-item ul li .word .tit {
    margin:10px 0 0 0;
}

.culture-item ul li .word .tit h4 {
    height: 30px;
    opacity:0.6;
    font-size: 14px;
    color: #fff;
    font-family: 'Futura-Medium';
}
.culture-item ul li .word .tit h5 {
    font-size: 18px;
    color:#fff;
    font-weight: bold;
    margin:0 0 0 0;
}

.culture-item ul li .word .con  {
    margin:10px 0 0 0;
}
.culture-item ul li .word .con p {
    font-size: 14px;
}
}
/*品牌文化*/