/*板块标题*/
.home-title {}
.home-title 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;
}
.home-title h6 {
    font-size: 20px;
    color:#3a3a3a;
    opacity:0.6;
    margin:30px 0 0 0;
}
@media screen and (max-width:1024px){
.home-title {}
.home-title h5 {
    font-size: 24px;
}
.home-title h6 {
    font-size: 14px;
    line-height: 1.6;
    margin:10px 0 0 0;
}
}
/*板块标题 end*/

/*强强联合，战略转型*/
.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: 36px;
    color: #3a3a3a;
    line-height: 1.6;
    margin: 1% 0 3% 0;
}
.turn-item .word .content p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 4% 0 20px 0;
}

.turn-item .word .tag {
    margin:5% 0 0 0;
    overflow:hidden;
}
.turn-item .word .tag .list {
    float:left;
    width:50%;
    max-width: 280px;
    margin:0 2% 0 0;
    padding:5%;
    background:#f6f6f6;
}
.turn-item .word .tag .list .pic {}
.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 {}
}
/*强强联合，战略转型*/

/*鹰牌集团*/
.group {
    position: relative;
    margin: 4% 0;
    overflow: hidden;
}

.group .container {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.group .item {}

.group .item .word {
    width:40%;
}
.group .item .word .tit {}
.group .item .word .tit h3 {
    display: inline-block;
    font-size: 40px;
    color: #014588;
    line-height: 1.6;
    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;
}
.group .item .word .tit h4 {
    font-size: 36px;
    color:#3a3a3a;
    line-height: 1.6;
    margin:40px 0 35px 0;
}
.group .item .word .tit h4 span {
    font-size: 18px;
}

.group .item .word .content  {}
.group .item .word .content p {
    font-size: 16px;
    color: #888;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.group .item .word .number {
    margin:6% 0 0 0;
}
.group .item .word .number ul {
    overflow:hidden;
    padding:0 0%;
}
.group .item .word .number ul li {
    float:left;
    width:50%;
    padding:0 0 8% 0;
}
.group .item .word .number ul li h3 {
}
.group .item .word .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 60px;
    color: #004386;
    letter-spacing: 0;
    font-family: "Montserrat-Bold";
}
.group .item .word .number ul li h3 span{
    font-size: 18px;
    color: #999;
    font-family: "Futura-Light";
}
.group .item .word .number ul li p {
    font-size: 18px;
    color: #999;
    padding-top: 5px;
}


.group .photo {
    width: 53.3%;
    overflow: hidden;
}
.group .photo img {
    width: 100%;
}
@media screen and (max-width:1024px){
.group {
    position: relative;
    margin: 4% 0;
}

.group .container {
    position: relative;
}
.group .item {}

.group .item .word {
    width:100%;
}
.group .item .word .tit {}
.group .item .word .tit h3 {
    font-size: 24px;
    line-height: 1.4;
}
.group .item .word .tit h4 {
    font-size: 18px;
    margin: 10px 0 15px 0;
}
.group .item .word .tit h4 span {
    font-size: 18px;
}

.group .item .word .content  {}
.group .item .word .content p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 10px 0;
}

.group .item .word .number {
    margin:6% 0 0 0;
}
.group .item .word .number ul {
    overflow:hidden;
    padding:0 0%;
}
.group .item .word .number ul li {
    width:50%;
    padding:0 0 8% 0;
}
.group .item .word .number ul li h3 {
}
.group .item .word .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 28px;
}
.group .item .word .number ul li h3 span{
    font-size: 14px;

}
.group .item .word .number ul li p {
    font-size: 12px;
    padding-top: 5px;
}

.group .photo {
    width: 100%;
}
.group .photo img {
    width: 100%;
}
}
/*鹰牌集团*/


/*生产基地*/
.base {
    padding:3% 0;
}

.base .home-title {}
.base .home-title 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;
}
.base .home-title h6 {
    font-size: 20px;
    color: #3a3a3a;
    opacity: 0.6;
    margin: 30px 0 0 0;
}

.base .base-item {
    padding: 2% 0;
    overflow: hidden;
}
.base .base-item ul {}
.base .base-item ul li {
    position: relative;
    cursor: pointer;
}

.base .base-item ul li .photo {}
.base .base-item ul li .photo img {
    width: 100%;
}

.base .base-item ul li .word {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5% 10% 5% 10%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.01) 0%,rgb(33 28 27) 100%);
}
.base .base-item ul li .word h5 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.base .base-item ul li .word p {
    font-size: 16px;
    color: #fff;
    margin:10px 0 0 0;
}
@media screen and (max-width:1024px){
.base {
    padding:3% 0;
}

.base .home-title {}
.base .home-title h5 {
    font-size: 24px;
}
.base .home-title h6 {
    font-size: 18px;
    margin: 10px 0 0 0;
}

.base .base-item {
    padding: 2% 0;
    overflow: hidden;
}
.base .base-item ul {}
.base .base-item ul li {
    position: relative;
    cursor: pointer;
}

.base .base-item ul li .photo {}
.base .base-item ul li .photo img {
    width: 100%;
}

.base .base-item ul li .word {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 5% 10% 5% 10%;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.01) 0%,rgb(33 28 27) 100%);
}
.base .base-item ul li .word h5 {
    font-size: 16px;
}
.base .base-item ul li .word p {
    font-size: 12px;
    margin:10px 0 0 0;
}   
}
/*生产基地*/


/*技术领先*/
.technology {
    margin:3% 0;
}
.technology .top {}
.technology .top ul {}
.technology .top ul li {
    position:relative;
}
.technology .top ul li::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%);
}
.technology .top ul li .photo {}
.technology .top ul li .photo img {
    width:100%;
}
.technology .top ul li .word {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding:8%;
}
.technology .top ul li .word 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,#004386 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.technology .top ul li .word h4 {
    font-size: 36px;
    color: #3a3a3a;
    line-height: 1.6;
    margin: 40px 0 35px 0;
}
.technology .top ul li .word .content {}
.technology .top ul li .word .content p {
    font-size: 16px;
    color: #888;
    line-height: 1.8;
}

.technology .bottom {
    background:#f6f6f6;
}
.technology .bottom ul {}
.technology .bottom ul li {
    padding:30px 0;
    font-size: 24px;
    color: #3a3a3a;
    line-height: 1.6;
    text-align: center;
    cursor:pointer;
}
.technology .bottom ul li.swiper-slide-thumb-active{
     color: #fff;
    background-image: linear-gradient(to right,#004386 0,#004386 100%);
}
@media screen and (max-width:1024px){
.technology {
    margin:3% 0;
}
.technology .top {}
.technology .top ul {}
.technology .top ul li {
    position:relative;
}
.technology .top ul li::before {
    position: absolute;
    left: 0%;
    top: 0%;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: linear-gradient(to bottom,rgba(254,246,236,1) 50%,rgba(0,0,0,.0) 100%);
}
.technology .top ul li .photo {}
.technology .top ul li .photo img {
    width:100%;
}
.technology .top ul li .word {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding:8%;
}
.technology .top ul li .word h3 {
    font-size: 24px;
    background-image: linear-gradient(to right,#004386 0,#004386 100%);
}
.technology .top ul li .word h4 {
    font-size: 18px;
    margin: 20px 0 17px 0;
}
.technology .top ul li .word .content {}
.technology .top ul li .word .content p {
    font-size: 14px;
    line-height: 1.8;
}

.technology .bottom {
    background:#f6f6f6;
}
.technology .bottom ul {}
.technology .bottom ul li {
    padding:10px 8%;
    font-size: 14px;
    line-height: 1.6;
}
.technology .bottom ul li.swiper-slide-thumb-active{
    color: #fff;
    background-image: linear-gradient(to right,#004386 0,#004386 100%);
}    
}
/*技术领先*/


/*匠心质造76道检验*/
.workman {
    position: relative;
    overflow: hidden;
}

.workman::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%);
}
.workman .word {
    position: absolute;
    top: 30%;
    left: 4%;
    z-index: 2;
    width: 100%;
    max-width: 600px;
    height: 100%;  
}

.workman .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,#fff 0,#fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.workman .word h5 span {
    font-size: 68px;
    font-family: "Montserrat-Bold";
    padding:0 10px;
}
.workman .word h6 {
    display: inline-block;
    font-size: 36px;
    color: #014588;
    font-weight: lighter;
    letter-spacing: 0;
    text-transform: uppercase;
    background-image: linear-gradient(to right,#fff 0,#fff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin:30px 0;
}
.workman .word i {
    display: block;
    width: 60px;
    height: 3px;
    background: #fff;
    margin: 30px 0 40px 0;
}
.workman .word  p {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    opacity: 1;
    margin: 30px 0 0 0;
}
@media screen and (max-width:1024px){
.workman {
    position: relative;
    overflow: hidden;
}

.workman::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%);
}
.workman .word {
    top: 0%;
    left: 0%;
    width: 100%;
    max-width: 800px;
    height: 100%;
    padding:15% 5%;
    text-align: center;
}

.workman .word h5 {
    font-size: 24px;
}
.workman .word h5 span {
    font-size: 34px;
    padding:0 10px;
}
.workman .word h6 {
    font-size: 18px;
    margin:10px 0;
}
.workman .word i {
    width: 60px;
    height: 3px;
    margin: 10px auto 15px auto;
}
.workman .word  p {
    font-size: 14px;
    line-height: 1.6;
    margin: 10px 0 0 0;
}   
}
/*全面布局大家居 end*/


/*品牌出海*/
.hall {
    position: relative;
    margin: 4% 0;
    overflow: hidden;
}

.hall .hall-item {}

.hall .hall-item .word {
    width:40%;
}
.hall .hall-item .word .tit {}
.hall .hall-item .word .tit h3 {
    display: inline-block;
    font-size: 40px;
    color: #014588;
    line-height: 1.6;
    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;
}
.hall .hall-item .word .tit h3 span {
    font-size: 68px;
    font-family: "Montserrat-Bold";
    padding: 0 10px;
}
.hall .hall-item .word .tit h4 {
    font-size: 36px;
    color:#3a3a3a;
    line-height: 1.6;
    margin:10px 0 35px 0;
}
.hall .hall-item .word .tit h4 span {
    font-size: 18px;
}

.hall .hall-item .word .content  {}
.hall .hall-item .word .content p {
    font-size: 16px;
    color: #888;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.hall .hall-item .word .number {
    margin:6% 0 0 0;
}
.hall .hall-item .word .number ul {
    overflow:hidden;
    padding:0 0%;
}
.hall .hall-item .word .number ul li {
    float:left;
    width:50%;
    padding:0 0 8% 0;
}
.hall .hall-item .word .number ul li i {
    font-size: 18px;
    color: #999;
    padding-top: 5px;
}
.hall .hall-item .word .number ul li h3 {
}
.hall .hall-item .word .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 60px;
    color: #004386;
    letter-spacing: 0;
    font-family: "Montserrat-Bold";
}
.hall .hall-item .word .number ul li h3 span{
    font-size: 18px;
    color: #999;
    font-family: "Futura-Light";
}
.hall .hall-item .word .number ul li p {
    font-size: 18px;
    color: #999;
    padding-top: 5px;
}


.hall .hall-item .photo {
    width: 53%;
    overflow: hidden;
}
.hall .hall-item .photo img {
    width: 100%;
}
@media screen and (max-width:1024px){
.hall {
    position: relative;
    margin: 4% 0;
    overflow: hidden;
}

.hall .hall-item {}

.hall .hall-item .word {
    width:100%;
}
.hall .hall-item .word .tit {}
.hall .hall-item .word .tit h3 {
    font-size: 24px;
}
.hall .hall-item .word .tit h3 span {
    font-size: 34px;
    padding: 0 10px;
}
.hall .hall-item .word .tit h4 {
    font-size: 18px;
    margin:10px 0 20px 0;
}
.hall .hall-item .word .tit h4 span {
    font-size: 18px;
}

.hall .hall-item .word .content  {}
.hall .hall-item .word .content p {
    font-size: 16px;
    color: #888;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.hall .hall-item .word .number {
    margin:6% 0 0 0;
}
.hall .hall-item .word .number ul {
    overflow:hidden;
    padding:0 0%;
}
.hall .hall-item .word .number ul li {
    width:50%;
    padding:0 0 8% 0;
}
.hall .hall-item .word .number ul li i {
    font-size: 14px;
    padding-top: 5px;
}
.hall .hall-item .word .number ul li h3 {
}
.hall .hall-item .word .number ul li h3 strong {
    padding:0 5px 0 0;
    font-size: 24px;
}
.hall .hall-item .word .number ul li h3 span{
    font-size: 16px;
    color: #999;
    font-family: "Futura-Light";
}
.hall .hall-item .word .number ul li p {
    font-size: 14px;
    padding-top: 5px;
}

.hall .hall-item .photo {
    width: 100%;

}
.hall .hall-item .photo img {
    width: 100%;
}   
}

/*品牌出海*/


/*产品领先*/
.product {}

.product .porduct-item {
    position:relative;
    margin:3% 0;
}

.product .porduct-item .photo {
    position:relative;
}
.product .porduct-item .photo img {
    width:100%;
}
.product .porduct-item .photo::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%);
}
.product .porduct-item .word {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding:8%;
}
.product .porduct-item .word h3 {
    font-size: 36px;
    color: #3a3a3a;
    line-height: 1.6;
    margin: 10px 0 35px 0;

}
.product .porduct-item .word .content {
    margin:30px 0 0 0;
}
.product .porduct-item .word .content p {
    font-size: 18px;
    color: #3a3a3a;
    line-height: 1.6;
    opacity: 0.6;
    margin: 30px 0 0 0;
}
@media screen and (max-width:1024px){
.product {
    margin:8% 0;
}

.product .porduct-item {
    position:relative;
    margin:3% 0;
}

.product .porduct-item .photo {
    
    
}
.product .porduct-item .photo img {
    width:100%;
}
.product .porduct-item .photo::before {
    width: 100%;
    height: 70%;
    background-image: linear-gradient(to bottom,rgba(254,246,236,1) 50%,rgba(0,0,0,.0) 100%);
}
.product .porduct-item .word {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
    width: 100%;
    height: 100%;
    padding:8%;
}
.product .porduct-item .word h3 {
    font-size: 18px;

}
.product .porduct-item .word .content {
    margin:10px 0 0 0;
}
.product .porduct-item .word .content p {
    font-size: 14px;
    line-height: 1.8;
    margin: 5px 0 0 0;
}
}
/*产品领先*/


/*家居合作企业*/
.home {
   margin:3% 0 5% 0;
}
.home-item {
    margin:3% 0;
    text-align: center;
}
.home-item img {
    max-width: 100%;
}
@media screen and (max-width:1024px){
.home {
   margin:8% 0 5% 0;
}
.home-item {
    margin:8% 0;
    text-align: center;
}
.home-item img {
    max-width: 100%;
}
}
/*家居合作企业*/

/*深耕汽车内饰领域32年*/
.car {
    padding:3% 0;
}
.car-item {
    margin:3% 0;
    text-align: center;
}
.car-item img {
    max-width: 100%;
}
@media screen and (max-width:1024px){
.car {
    padding:8% 0;
}
.car-item {
    margin:8% 0;
    text-align: center;
}
.car-item img {
    max-width: 100%;
}    
}
/*深耕汽车内饰领域32年*/