/*强强联合，战略转型*/
.turn {
    padding:3% 0;
}
.turn-item {
    margin:3% 0;
    background:#fff;
    overflow:hidden;
}

.turn-item .word {
    float: left;
    width:45%;
}

.turn-item .word .tit {}
.turn-item .word .tit h3 {
    display: inline-block;
    font-size: 40px;
    color: #014588;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.turn-item .word .content {
    margin:7% 0 0 0;
}
.turn-item .word .content h4 {
    font-size: 30px;
    color: #231815;
    font-weight: bold;
}
.turn-item .word .content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 4% 0 20px 0;
}

.turn-item .word .tag {
    margin:50px 0 0 0;
    overflow:hidden;
}
.turn-item .word .tag .list {
    float:left;
    width:50%;
    max-width: 260px;
    margin:0 2% 0 0;
    padding:5%;
    background:#f6f6f6;
}
.turn-item .word .tag .list .pic {
    padding:0 10%;
}
.turn-item .word .tag .list .pic img {
    max-width: 120px;
}

.turn-item .word .tag .list .txt {
    margin:30px 0 0 0;
}
.turn-item .word .tag .list .txt p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.turn-item .photo {
    float: right;
    width:50%;
}
.turn-item .photo img {
    width:100%;
}

@media screen and (max-width:1024px){
.turn {
    padding:8% 0;
}
.turn-item {
    margin:5% 0;
}

.turn-item .word {
    width:100%;
}

.turn-item .word .tit {}
.turn-item .word .tit h3 {
    font-size: 24px;
}

.turn-item .word .content {
    margin:7% 0 0 0;
}
.turn-item .word .content h4 {
    font-size: 18px;
    color: #231815;
    font-weight: bold;
}
.turn-item .word .content p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin: 4% 0 20px 0;
}

.turn-item .word .tag {
    margin:10% 0 0 0;
}
.turn-item .word .tag .list {
    width:100%;
    max-width: none;
    margin:2%;
    padding:5%;
}
.turn-item .word .tag .list .pic {
    padding:0 20%;
}
.turn-item .word .tag .list .pic img {}

.turn-item .word .tag .list .txt {
    margin:30px 0 0 0;
}
.turn-item .word .tag .list .txt p {
    font-size: 14px;
    line-height: 1.8;
}

.turn-item .photo {
    width:100%;
}
.turn-item .photo img {}
}
/*强强联合，战略转型*/


/*采访视频*/
.video-play {
    position: relative;
    padding:3% 0;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
    overflow: hidden;
}
.video-play::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/change/video-play.jpg) no-repeat center center;
    z-index: -1;
    transition: all 3s;
    filter: blur(6px);
}
.video-play .container {
    position: relative;
    z-index: 2;
}
.video-play .video-item {}
.video-play .video-item .word {
    padding:30px 0;
}
.video-play .video-item .word h3 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0;
}

.video-play .video-item .play {
    max-width: 1000px;
    margin: 0 auto;
}
.video-play .video-item .play .video {
    width: 100%;
}
.video-play .video-item .play .video video  {
    width: 100%;
}
@media screen and (max-width:1024px){
.video-play {
    position: relative;
    padding:3% 0;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
    overflow: hidden;
}
.video-play::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/change/video-play.jpg) no-repeat center center;
    z-index: -1;
    transition: all 3s;
    filter: blur(6px);
}
.video-play .container {
    position: relative;
    z-index: 2;
}
.video-play .video-item {}
.video-play .video-item .word {
    padding:30px 0;
}
.video-play .video-item .word h3 {
    font-size: 24px;
}

.video-play .video-item .play {
    max-width: 1000px;
    margin: 0 auto;
}
.video-play .video-item .play .video {
    width: 100%;
}
.video-play .video-item .play .video video  {
    width: 100%;
}
}
/*采访视频*/

/*鹰牌48年的变与不变*/
.change {
    margin:4% 0;
    position: relative;
}
.change-list {}
.change-list ul {}
.change-list ul li {
    position: relative;
    overflow: hidden;
}

.change-list ul li .photo {
    width:50%;
    overflow:hidden;
}
.change-list ul li .photo img {
    animation: efeect-photo 10s linear infinite;
}

.change-list ul li .container {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.change-list ul li .container .word {
    width: 50%;
    padding: 5% 4%;
}

.change-list ul li .container .word .tit {
}
.change-list ul li .container .word .tit h3 {
    display: inline-block;
    font-size: 40px;
    color: #014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.change-list ul li .container .word .content {
    height:200px;
    margin:10% 0 0 0;
}
.change-list ul li .container .word .content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin:0 0 20px 0;
}
@media screen and (max-width:1024px){
.change {
    margin:2% 0;
    position: relative;
}
.change-list {}
.change-list ul {}
.change-list ul li {
    position: relative;
    overflow: hidden;
}

.change-list ul li .photo {
    width:100%;
    overflow:hidden;
}
.change-list ul li .photo img {
    width:100%;
    animation: efeect-photo 10s linear infinite;
}

.change-list ul li .container {
    position: static;
}
.change-list ul li .container .word {
    width: 100%;
    padding: 15% 4%;
}

.change-list ul li .container .word .tit {
}
.change-list ul li .container .word .tit h3 {
    font-size: 24px;
}
.change-list ul li .container .word .content {
    height:auto;
    margin:5% 0 0 0;
}
.change-list ul li .container .word .content p {
    font-size: 14px;
    line-height: 1.8;
    margin:0 0 10px 0;
}   
}
/*鹰牌48年的变与不变 end*/

/*全面布局大家居*/
.Bighome {
    position: relative;
    overflow: hidden;
}

.Bighome::before {
    position: absolute;
    left: 0%;
    top: 0%;
    content: "";
    width: 70%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to right,rgba(254,246,236,1) 50%,rgba(0,0,0,.0) 100%);
}
.Bighome .word {
    position: absolute;
    top: 30%;
    left: 4%;
    z-index: 2;
    width: 100%;
    max-width: 800px;
    height: 100%;  
}

.Bighome .word h5 {
    display: inline-block;
    font-size: 40px;
    color: #014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
   background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.Bighome .word  p {
    font-size: 20px;
    color: #3a3a3a;
    line-height: 1.6;
    opacity: 0.6;
    margin: 30px 0 0 0;
}
@media screen and (max-width:1024px){
.Bighome {
    position: relative;
    overflow: hidden;
}

.Bighome::before {
    position: absolute;
    left: 0%;
    top: 0%;
    content: "";
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom,rgba(254,246,236,1) 50%,rgba(0,0,0,.0) 100%);
}
.Bighome .word {
    top: 0%;
    left: 0%;
    width: 100%;
    max-width: 800px;
    height: 100%;
    padding:10% 5%; 
}

.Bighome .word h5 {
    font-size: 24px;
}
.Bighome .word  p {
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 0 0;
}   
}
/*全面布局大家居 end*/

/*鹰领未来*/
.future {}
.future .future-item {
    padding:3% 0;
}

.future .future-item .tit {
    text-align: center;
}
.future .future-item .tit h3 {
    display: inline-block;
    font-size: 40px;
    color: #014588;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#004386 0,#1f3853 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.future .future-item .tit p {
    font-size: 20px;
    color: #3a3a3a;
    opacity: 0.6;
    margin: 30px 0 0 0;
}

.future .future-item .future-list {
    padding:3% 0;
    overflow:hidden;
}
.future .future-item .future-list .list {
    position: relative;
    width: 49.4%;
}
.future .future-item .future-list .list .photo {
    position: relative;
    width: 100%;
}
.future .future-item .future-list .list .photo img {
    width: 100%;
}
.future .future-item .future-list .list .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%);
}
.future .future-item .future-list .list .word {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 10;
    max-width: 600px;
    padding: 100px 0 0 90px;
    transition: all 0.5s;
}
.future .future-item .future-list .list .word h5 {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.future .future-item .future-list .list .word i {
    display: block;
    width: 60px;
    height: 3px;
    background: #fff;
    margin: 30px 0 40px 0;
}
.future .future-item .future-list .list .word p {
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    opacity: 0.9;
}
@media screen and (max-width:1024px){
.future {}
.future .future-item {
    padding:8% 0;
}

.future .future-item .tit {
    text-align: center;
}
.future .future-item .tit h3 {
    font-size: 24px;
}
.future .future-item .tit p {
    font-size: 14px;
    margin: 10px 0 0 0;
}

.future .future-item .future-list {
    padding:3% 0;
    overflow:hidden;
}
.future .future-item .future-list .list {
    width: 100%;
    margin:2% 0;
}
.future .future-item .future-list .list .photo {
    width: 100%;
    height: 0;
    padding-top: 80%;
    overflow: hidden;
    position: relative;
}
.future .future-item .future-list .list .photo img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.6s ease;
}
.future .future-item .future-list .list .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%);
}
.future .future-item .future-list .list .word {
    position: absolute;
    left: 0%;
    top: 0%;
    z-index: 10;
    max-width: 600px;
    padding: 10% 5%;
    transition: all 0.5s;
}
.future .future-item .future-list .list .word h5 {
    font-size: 18px;
}
.future .future-item .future-list .list .word i {
    display: block;
    width: 30px;
    height: 2px;
    margin: 10px 0 20px 0;
}
.future .future-item .future-list .list .word p {
    font-size: 14px;
    line-height: 1.6;
}   
}
/*鹰领未来 end*/