*{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none;
}
.product-title{
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0;
    padding-top: 80px;
}
.product-title p{
    font-size: 30px;
    font-weight: bold;
    color: rgb(255,135,78);
    text-align: center;
    background: linear-gradient(to right, rgba(255,180,130), rgb(255,135,78));
    -webkit-background-clip: text;
    margin-bottom: 20px;
}
.product-title span{
    text-align: center;
    color: #939393;
    font-size: 20px;
}
.product-section{
    width: 100%;
    
}
/* 亮点功能 */
.product-function{
    width: 1200px;
    margin: 0 auto;
}

.product-function .product-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: 640px;
}
.product-function .product-detail{
    width: 320px;
    height: 250px;
    box-shadow: 2px 2px 10px 2px rgb(239, 239, 239);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    border-radius: 20px;
}
.product-function .product-detail:hover{
    box-shadow: 0 0 20px #ff8d3e;
    transition:all 1s linear;
}
.product-function .product-detail div{
    line-height: 0;
}
.product-function .product-detail img{
    margin-bottom: 14px;
}
/* 多終端 */
.product-terminal{
    width: 100%;
    background-image: url('../images/special-bgs.png');
}
.product-terminal .product-section{
    width: 1200px;
    height: 520px;
    margin: 0 auto;
}
.product-terminal-section{
    display: flex;
    justify-content: space-between;
}
.product-terminal-section .product-detail{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 240px;
}
.product-terminal-section p{
    font-size: 20px;
    color: #ff8d3e;
    text-align: center;
}
/* 适用门面 */
.product-facade{
    width: 1200px;
    margin: 0 auto;
}
.product-apply{
    display: flex;
    justify-content: space-between;
}
.product-apply .product-detail{
    width: 370px;
}
.product-apply .product-detail img{
    width: 370px;
    height: 240px;
    box-shadow: 2px 2px 10px 2px rgb(239, 239, 239);
    border-radius: 20px;
    transition:all 1s linear;
}
.product-apply .product-detail p{
    text-align: center;
    color: #ff8d3e;
    font-size: 20px;
    margin-top: 40px;
}
.product-apply .product-detail img:hover{
    transform:scale(1.1);
    transition:all 1s linear;
}
.product-section span{
    text-align: center;
    color: #434343;
    font-size: 20px;
    font-weight: 300;
    display: block;
    margin-top: 40px;
    margin-bottom: 80px;
}
.product-Edition{
    display: flex;
    justify-content: space-between;
}
.product-single{
    background-image: url('../images/project-imgz11.png');
    background-size: cover;
    width: 580px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 2px 2px 10px 2px rgb(239, 239, 239);

}
.product-single:nth-child(2){
    background-image: url('../images/project-imgz10.png');
    background-size: cover;
}
.product-single div{
    width: 44px;
    height: 1px;
    margin: 23px 0;
    background: #db8f00;
}
.product-single:nth-child(2) div,
.product-single:nth-child(2) p,
.product-single:nth-child(2) span,
.product-single:nth-child(2) label {
    color: #c45e12;
}
.product-single:nth-child(2) a{
    background: #c45e12;
}
.product-single p{
    margin-top: 100px;
    font-size: 30px;
    color: #db8f00;
}
.product-single span{
    font-size: 16px;
    color: #db8f00;
    margin: 23px 0;
}
.product-single label{
    margin-bottom: 26px;
    color: #db8f00;
}
.product-single a{
    display: block;
    width: 200px;
    height: 50px;
    background: #db8f00;
    color: white;
    border-radius: 30px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 20px;
}
.product-table{
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.product-table-title{
    display: flex;
    border: 1px solid #e2e2e2;
    border-right: 0px;
    width: 1200px;
    margin-top: 80px;
}
.product-table-detail{
    width: 400px;
    height: 41px;
    background: #f3f3f3;
    text-align: center;
    line-height: 40px;
    border-right:1px solid #e2e2e2;
}
.product-table-detail:nth-child(2){
    background: #efefef;
}
.product-table-detail:nth-child(3){
    background: #e7e7e7;
}
.product-table table{
    border-spacing:0px;
    width: 1200px;
    height: 440px;
   
}  
.product-table table tbody::-webkit-scrollbar {
    display: none;
} 
.product-table table tbody{
    display: block;
    overflow-y:scroll;
    height: 440px;
    width: 1201px;
}
.product-table tr{
    display: flex;
    border: 1px solid #e2e2e2;
    border-right: 0px;
}
.product-table td{
    width: 400px;
    height: 42px;
    background: #f3f3f3;
    text-align: center;
    line-height: 40px;
    border-right:1px solid #e2e2e2;
    border-bottom: 0px;
    box-sizing: border-box;
}
.product-table tr td:nth-child(2){
    color: #ff874e;
    background: #efefef;
}
.product-table tr td:nth-child(3){
    color: #45ba21;
    background: #e7e7e7;
}
.product-table a{
    width: 200px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    background: #ff874e;
    border-radius: 30px;
    color: white;
    font-size: 20px;
    margin-top: 44px;
}


