/* 引入网络字体（Poppins） */
@import url("http://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Muli&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
}

body{
    min-height: 200vh;
    width: 100%;
    background-color: rgb(255, 255, 255);
    overflow-x:hidden;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
    z-index: 1;

    transition: 0.6s;
}

header .logo{
	width: 60px;
	margin-right: 10px;
}

header .logoname{
    font-size: 40px;
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.6s;
    margin-right: 200px;
}


header ul {
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

header ul li{
    list-style: none;
}

header ul li a{
    margin: 0 15px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    font-weight: 500;
    letter-spacing: 5px;
    transition: 0.6s;
    text-align: justify;
}

hr{
	color: black;
	margin-top: 230px;
	width: 50%;
	position: absolute;
	left: 0%;
}


.word1{
    width: 40%;
    font-size: 50px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    left: 38%;
    top: 150px;
    float: left;
}

.container {
    position: absolute;
    overflow: hidden;
    margin-top: 300px;
    margin-left: 10%;
    width: 80%;
    height: 60vh;
}

.container .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
    height: 100%;
    animation: animate 9s linear infinite;
}

@keyframes animate {
    0% {
        left: 0;
    }
    30% {
        left: 0;
    }
    33.333% {
        left: -100%;
    }
    63.333% {
        left: -100%;
    }
    66.666% {
        left: -200%;
    }
    96.333% {
        left: -200%;
    }
    100% {
        left: -300%;
    }
 
}

.container .slider .slide {
    position: relative;
    width: 20%;
    height: 100%;
    float: left;
}

.container .slider .slide .caption {
    position: absolute;
    bottom: 60px;
    left: 60px;
    right: 60px;
    padding: 30px;
    background: rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.container .slider .slide .caption h2 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 48px;
}

.container .slider .slide .caption p {
    color: #fff;
    font-size: 18px;
}

.container .slider .slide.slide1 {
    background: url('../images/Products/upholstery.jpg');
    background-size: cover;
    background-position: center;
}

.container .slider .slide.slide2 {
    background: url('../images/Products/automotive.jpg');
    background-size: cover;
    background-position: center;
}

.container .slider .slide.slide3 {
    background: url('../images/Products/aviation.jpg');
    background-size: cover;
    background-position: center;
}



/* .container .slider .slide.slide5 {
    background: url('5.jpg');
    background-size: cover;
    background-position: center;
} */

@media (max-width:768px) {
    .container .slider .slide .caption {
        position: absolute;
        bottom: 20px;
        left: 20px;
        right: 20px;
        padding: 20px;
        background: rgba(0, 0, 0, 0.5);
        box-sizing: border-box;
    }
    .container .slider .slide .caption h2 {
        margin: 0 0 10px;
        color: #fff;
        font-size: 30px;
    }
    .container .slider .slide .caption p {
        color: #fff;
        font-size: 16px;
    }
}


.title{
    width: 100%;
    height: 100px;
    position:absolute;
    margin-top: 950px;
}

.title1{
    text-align: center;
    font-size: 30px;
}

.illustration{
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
}


.collection{
    width: 100%;
    align-items: center;
    margin-top: 1100px;
    position:absolute;
}

.collection>img{
    width: 40%;
    margin-left: 30%;
    height: 40vh;
}

.collection>p{
    text-align: center;
}



/* 
.container2{
    width: 100%;
   font-family: 'Muli',sans-serif;
   display: flex;
   align-items: center;
   justify-content: center;
   height: 60vh;
   overflow: hidden;
   margin: 0;
   position:absolute;
   margin-top: 1700px;
}

.container1{
   display: flex;
   width: 50vw;
}

.panel{
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   height: 50vh;
   border-radius: 50px;
   color: #fff;
   cursor: pointer;
   flex: 0.5;
   margin: 10px;
   position: relative;
   -webkit-transition: all 700ms ease-in;
}

.panel h3{
   font-size: 14px;
   position: absolute;
   bottom: 20px;
   width: 100%;
   margin: 0;
   opacity: 1;
   text-align: center;
}

.panel.active{
   flex: 5;
}

.panel{
    width: 100%;
    text-align: center;
}

.panel>p{
    font-size: 24px;
    margin-top: 150px;
    width: 10px;
    opacity: 0;
    padding-right: 50px;
    padding-left: 50px;
}

.panel.active p{
    width: 100%;
    opacity: 1;
    padding-right: 50px;
    padding-left: 50px;
    transition: width 0.3s ease-in 0.4s;
    transition: opacity 0.5s ease-in 0.6s;
}

.panel.active h3 {
   opacity: 1;
   transition: opacity 0.3s ease-in 0.4s;
}

@media (max-width:480px){
   .container1{
       width: 100vw;
   }
   .panel:nth-of-type(4),
   .panel:nth-of-type(5){
       display: block;
   }
}
 */


.line1{
    width: 100%;
    position: absolute;
    margin-top: 1700px;
    display: flex;
   padding-left: 150px;
}


h3{
    width: 40px;
    height: 400px;
    position: relative;
    font-size: 32px;
    margin: 30px;
    
}

.f1{
    float: left;
    text-align: center;
    height: 300px;
    margin-left: 100px;
    padding-top: 50px;
}

.pic1{
    width: 300px;
    height: 300px;
    text-align: center;
    margin-left: 200px;
}

.p1{
    font-size: 30px;
    margin-top: 30px;
    
}

.description{
    height: 300px;
    width: 500px;
    
    font-size: 20px;
    margin-left: 200px;
    padding-top: 100px;
}

.line1>.pic1>a>img{
    position: relative;
    top: 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.green{
    background-color:  green;
    width: 50px;
    height: 300px;
}








.line2{
    width: 100%;
    position: absolute;
    margin-top: 2100px;
    display: flex;
   padding-left: 150px;
}


h3{
    width: 40px;
    height: 400px;
    position: relative;
    font-size: 32px;
    margin: 30px;
    
}

.f2{
    float: left;
    text-align: center;
    height: 300px;
    margin-left: 100px;
    padding-top: 50px;
}

.pic2{
    width: 300px;
    height: 300px;
    text-align: center;
    margin-left: 200px;
}

.p2{
    font-size: 30px;
    margin-top: 30px;
    
}

.description{
    height: 300px;
    width: 500px;
    
    font-size: 20px;
    margin-left: 200px;
    padding-top: 100px;
}

.line2>.pic2>a>img{
    position: relative;
    top: 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}






.line3{
    width: 100%;
    position: absolute;
    margin-top: 2500px;
    display: flex;
   padding-left: 150px;
}


h3{
    width: 40px;
    height: 400px;
    position: relative;
    font-size: 32px;
    margin: 30px;
    
}

.f3{
    float: left;
    text-align: center;
    height: 300px;
    margin-left: 100px;
    padding-top: 50px;
}

.pic3{
    width: 300px;
    height: 300px;
    text-align: center;
    margin-left: 450px;
}

.p3{
    font-size: 30px;
    margin-top: 30px;
    
}

.description{
    height: 300px;
    width: 500px;
    
    font-size: 20px;
    margin-left: 200px;
    padding-top: 100px;
}

.line3>.pic3>a>img{
    position: relative;
    top: 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}



.line4{
    width: 100%;
    position: absolute;
    margin-top: 2900px;
    display: flex;
   padding-left: 150px;
}


h3{
    width: 40px;
    height: 400px;
    position: relative;
    font-size: 32px;
    margin: 30px;
    
}

.f4{
    float: left;
    text-align: center;
    height: 300px;
    margin-left: 100px;
    padding-top: 50px;
}

.pic4{
    width: 300px;
    height: 300px;
    text-align: center;
    margin-left: 200px;
}

.p4{
    font-size: 30px;
    margin-top: 30px;
    
}

.description{
    height: 300px;
    width: 500px;
    
    font-size: 20px;
    margin-left: 200px;
    padding-top: 100px;
}

.line4>.pic4>a>img{
    position: relative;
    top: 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}




.line5{
    width: 100%;
    position: absolute;
    margin-top: 3300px;
    display: flex;
   padding-left: 150px;
}


h3{
    width: 40px;
    height: 400px;
    position: relative;
    font-size: 32px;
    margin: 30px;
    
}

.f5{
    float: left;
    text-align: center;
    height: 300px;
    margin-left: 100px;
    padding-top: 50px;
}

.pic5{
    width: 300px;
    height: 300px;
    text-align: center;
    margin-left: 450px;
}

.p5{
    font-size: 30px;
    margin-top: 30px;
    
}

.description{
    height: 300px;
    width: 500px;
    
    font-size: 20px;
    margin-left: 200px;
    padding-top: 100px;
}

.line5>.pic5>a>img{
    position: relative;
    top: 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}




.line6{
    width: 100%;
    position: absolute;
    margin-top: 3700px;
    display: flex;
   padding-left: 150px;
}


h3{
    width: 40px;
    height: 400px;
    position: relative;
    font-size: 32px;
    margin: 30px;
    
}

.f6{
    float: left;
    text-align: center;
    height: 300px;
    margin-left: 100px;
    padding-top: 50px;
}

.pic6{
    width: 300px;
    height: 300px;
    text-align: center;
    margin-left: 450px;
}

.p6{
    font-size: 30px;
    margin-top: 30px;
    
}

.description{
    height: 300px;
    width: 500px;
    
    font-size: 20px;
    margin-left: 200px;
    padding-top: 100px;
}

.line6>.pic6>a>img{
    position: relative;
    top: 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}




.line7{
    width: 100%;
    position: absolute;
    margin-top: 4100px;
    display: flex;
   padding-left: 150px;
}


h3{
    width: 40px;
    height: 400px;
    position: relative;
    font-size: 32px;
    margin: 30px;
    
}

.f7{
    float: left;
    text-align: center;
    height: 300px;
    margin-left: 100px;
    padding-top: 50px;
}

.pic7{
    width: 300px;
    height: 300px;
    text-align: center;
    margin-left: 200px;
}

.p7{
    font-size: 30px;
    margin-top: 30px;
    
}

.description{
    height: 300px;
    width: 500px;
    
    font-size: 20px;
    margin-left: 200px;
    padding-top: 100px;
}

.line7>.pic7>a>img{
    position: relative;
    top: 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}






.line8{
    width: 100%;
    position: absolute;
    margin-top: 4500px;
    display: flex;
   padding-left: 150px;
}


h3{
    width: 40px;
    height: 400px;
    position: relative;
    font-size: 32px;
    margin: 30px;
    
}

.f8{
    float: left;
    text-align: center;
    height: 300px;
    margin-left: 100px;
    padding-top: 50px;
}

.pic8{
    width: 300px;
    height: 300px;
    text-align: center;
    margin-left: 450px;
}

.p8{
    font-size: 30px;
    margin-top: 30px;
    
}

.description{
    height: 300px;
    width: 500px;
    
    font-size: 20px;
    margin-left: 200px;
    padding-top: 100px;
}

.line8>.pic8>a>img{
    position: relative;
    top: 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}




.line9{
    width: 100%;
    position: absolute;
    margin-top: 4900px;
    display: flex;
   padding-left: 150px;
}


h3{
    width: 40px;
    height: 400px;
    position: relative;
    font-size: 32px;
    margin: 30px;
    
}

.f9{
    float: left;
    text-align: center;
    height: 300px;
    margin-left: 100px;
    padding-top: 50px;
}

.pic9{
    width: 300px;
    height: 300px;
    text-align: center;
    margin-left: 450px;
}

.p9{
    font-size: 30px;
    margin-top: 30px;
    
}

.description{
    height: 300px;
    width: 500px;
    
    font-size: 20px;
    margin-left: 200px;
    padding-top: 100px;
}

.line9>.pic9>a>img{
    position: relative;
    top: 0px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.banner2{
    position: relative;
    top:1500px;
  
    width: 100%;
    height: 220px;
    background-color: #000;
    background-size: cover;
    margin-top: 3850px;
    float: left;
}
hr{
    opacity: 70%;
	width:100%;
}

.beian>a{
	font-weight:normal;
	font-size:12px;
	text-align:center;
	color:#FFF;
}

.banner2>div{
    width: 100%;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: 0.6s;
    margin-right: 300px;
    text-align: center;
}

.banner2>hr{
    opacity: 70%;
    margin: 0px;
}

.banner2>ul{
    margin: 0 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-content: center;
    list-style: none;
}
.banner2>ul>li{
    margin: 0 45px;
    font-size: 20px;
    margin-top: 20px;
}


/* 鼠标滚动后，改变导航栏样式 */
header.sticky{
    padding: 6px 100px;
    background-color: #fff;
}

header.sticky .logo,
header.sticky ul li a{
    color: #000;
}
