/* 引入网络字体（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');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins";
}

body{
    min-height: 100vh;

    width: 100%;
/*    background-color: rgb(255, 255, 255);*/
    overflow-x:hidden;
	/* background: url("../images/Contact/3.jpg") no-repeat fixed center; */
    background-color: white;
	background-size: cover;
}

header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 100px;
    z-index: 100;
    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;
}


.head{
	margin-top: 100px;
}

.head hr{
    color: black;
    margin-top: 180px;
    width:50%;
	margin: 0 auto;
	margin-bottom: 15px;
}


.word1{
    font-size: 50px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    text-decoration: none;
    
    letter-spacing: 2px;
	text-align: center;
	margin-bottom: 10px;
}

.box1{
    width: 50%;
    height: auto;
    position: relative;
    float: left;

}

.title1{
    position: relative;
    margin-left: 10%;
    font-size: 40px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.h1{
    width: 80%;
    position: relative;
    margin-left: 10%;
    margin-top: 20px;
    border:1px solid rgb(0, 0, 0);
}

.h2{
    width: 15%;
    position: relative;
    margin-left: 10%;
    border: 2px solid black;
}

.floor>p{
    color: rgb(133, 133, 133);
    font-size: 15px;
    position: relative;
    left: 170px;
    height: 100px;
}

.floor>p>a{
    color: rgb(121, 121, 121);
}


.line1{
    width: 100%;
    height: 300px;
    position: relative;
    
}

.line1-1{
    width: 150px;
    height: 250px;
    margin-left: 350px;
    margin-right: 50px;
    float: left;
}

.line1-1>img{
    width: 150px;
    height: 180px;
    box-shadow:  5px 5px 10px  rgb(117, 117, 117);
}

.line1-1>p{
    font-weight: 200;
    
}


.line1-2{
    width: 150px;
    height: 250px;
    margin-right: 50px;
    float: left;
}
.line1-2>img{
    width: 150px;
    height: 180px;
    box-shadow:  5px 5px 10px  rgb(117, 117, 117);
}

.line1-2>p{
    font-weight: 200;
    
}
.line1-3{
    width: 150px;
    height: 250px;
   
    margin-right: 50px;
    float: left;
}
.line1-3>img{
    width: 150px;
    height: 180px;
    box-shadow:  5px 5px 10px  rgb(117, 117, 117);
}

.line1-3>p{
    font-weight: 200;
    
}
.line1-4{
    width: 150px;
    height: 250px;
    
    margin-right: 50px;
    float: left;
}
.line1-4>img{
    width: 150px;
    height: 180px;
    box-shadow:  5px 5px 10px  rgb(117, 117, 117);
}

.line1-4>p{
    font-weight: 200;
    
}
.line1-5{
    width: 150px;
    height: 250px;
   
    margin-right: 50px;
    float: left;
}
.line1-5>img{
    width: 150px;
    height: 180px;
    box-shadow:  5px 5px 10px  rgb(117, 117, 117);
}

.line1-5>p{
    font-weight: 200;
    

    
}

.line2{
    position: relative;
    width: 100%;
    height: 300px;
}


.data{
    font-size: 20px;
    text-align: center;
    font-weight: 300;
    margin: 20px;
}



.detail{
    position: relative;
    width: 24%;
    height: 880px;
    
    left: 38%;
    box-shadow: 0px 0px 2px rgb(184, 184, 184);
}

.Pudong{
    font-size: 16px;
    margin-left: 10px;
    font-weight: 600;
}

.usage{
    margin-left: 10px;
    margin-top: 10px;
    font-size: 13px;
}

.contract{
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 600;
    margin-bottom: 13px;
}

.detail>ul{
    position: relative;
    width: 93%;
    height: 35px;
    border-bottom: 1px dashed grey;
    left: 10px;
    color: rgb(77, 77, 77);
    line-height: 35px;
    font-size: 13px;
    list-style: none;
}

.detail>ul>li{
    width: 40%;
    float: left;
}

.detail>.ul1{
    border-bottom: 0px;
}

.detail>ul>.p1{
    margin-left: 40px;
}

.Parameter{
    margin-top: 13px;
}

.detail>ul>.p2{
   width: 100px;
   margin-left: 20px;
}

.detail>ul>.p3{
    width: 100px;
}


.detail>ul>.p4{
    width: 300px;

}

.detail>.ul2{
    height: 140px;

}

.detail>.ul3{
    height: 50px;
}

.detail>.ul3>.p5{
    line-height: 20px;
}

.detail>.ul3>.p6{
    width: 100px;
   margin-left: 20px;
   line-height: 50px;
}
.detail>.ul3>.p7{
    width: 100px;
   
   line-height: 50px;
}


.detail>.ul4{
    height: 110px;

}





.container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.card{
    position: relative;
    width: 240px;
    height: 300px;
    margin: 50px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    color: #f5f5f5;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1),
    0 2px 2px rgba(0,0,0,0.1),
    0 4px 4px rgba(0,0,0,0.1),
    0 8px 8px rgba(0,0,0,0.1),
    0 16px 16px rgba(0,0,0,0.1);
    overflow: hidden;
}
.card::before{
    content: "";
    width: 100%;
    height: 110%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: 0 0;
    transition: transform 1s cubic-bezier(0.19,1,0.22,1);
}
.card:nth-child(1)::before{
    background-image: url(../../images/Products/Pudong/p1.jpg);
}
.card:nth-child(2)::before{
    background-image: url(../../images/Products/Pudong/p1.jpg);
}

.card::after{
    content: "";
    display: block;
    width: 100%;
    height: 200%;
    background: linear-gradient(to bottom,
    rgba(0,0,0,0) 0%,
    rgba(0,0,0,0.25) 55%,
    rgba(0,0,0,0.8) 100%);
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(0);
    transition: transform 1.4s cubic-bezier(0.19,1,0.22,1);
}
.card .content{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 16px 8px;
    transform: translateY(76%);
    transition: transform 0.7s cubic-bezier(0.19,1,0.22,1);
}
.card h2{
    font-size: 23px;
    font-weight: bold;
}
.card p{
    font-size: 15px;
    letter-spacing: 2px;
    width: 80%;
    height: 150px;
    line-height: 30px;
    margin-top: 25px;
    text-align: center;
}
.card a{
    cursor: pointer;
    border: none;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    padding: 12px 24px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 25px;
    text-decoration: none;
}
.card a:hover{
    background-color: #000;
}
.card .content *:not(h2){
    opacity: 0;
    transform: translateY(20px);
    transition: transform 0.7s cubic-bezier(0.19,1,0.22,1),opacity 0.7s cubic-bezier(0.19,1,0.22,1);
}
.card:hover{
    align-items: center;
}
.card:hover::before{
    transform: translateY(-5%);
}
.card:hover::after{
    transform: translateY(-50%);
}
.card:hover .content{
    transform: translateY(0);
}
.card:hover .content *:not(h2){
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.1s;
}





.banner2{
    position: relative;
    width: 100%;
    height: 150px;
    background-color: #000;
    background-size: cover;
    float: left;
    margin-top: 100px;
    bottom: 0px;
}

.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;
}




.word14>p>b{
    font-weight: 700;
    font-size: 20px;
}

.word16>p>b{
    font-weight: 700;
    font-size: 20px;
}
.word17>p>b{
    font-weight: 700;
    font-size: 20px;
}

b{
    font-weight: 500;
}


header.sticky{
    padding: 6px 100px;
    background-color: #fff;
}

header.sticky .logo,
header.sticky ul li a{
    color: #000;
}