.pc-web{
    display: block;
    margin-top: 28px
}


.original-title{
    padding-bottom: 60px
}

.original-title-h1{
    margin: 5px
}

.original-title-info{
    text-indent:0;
}

.download-pdf{
    margin-top: 40px;
}

.download-pdf-1{
    text-align: center;
    padding-left: 15px;
}

.cardSpan1{
    position: absolute;
    top: 70px;
    right: 80px;
    font-size: 16px;
    color: #E99122;
}

.cardSpan2{
    position: absolute;
    top: 100px;
    right: 80px;
    font-size: 14px;
    color: #5C595B;
}

.product-list{
    margin-top: 50px;
    height: 280px;
}

a:hover{
    color: #ff9515;
}

.firstColumn{
    border-top: #a8a7a7 2px solid;
    height: 20px;
}

.firstColumn-1{
    text-align: center
}

.firstColumn-1-a{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.firstColumn-2{
    text-align: center
}

.firstColumn-2-a{
    display: flex;
    align-items: center
}

.firstColumn-2-img{
    height: 160px;
    width: 160px;
    display: initial;
    box-shadow: 1px 1px 5px #F6B533;
}

.firstColumn-3{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
}

.secondColumn{
    border-top: #a8a7a7 2px solid;
    height: 20px;
}

.secondColumn-1{
    font-size: 18px;
    font-weight: 600;
}

.secondColumn-1-a{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.secondColumn-2{
    height: 160px;
}

.secondColumn-2-p-1{
    height: 40px;
    line-height: 40px;
    background-color: #F6B533;
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.secondColumn-2-p-2{
    height: 120px;
    line-height: 30px;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #FCF4E2;
}

.secondColumn-3{
    height: 60px;
    line-height: 60px;
    font-weight: 900;
    font-size: 16px;
}

.thirdColumn{
    border-top: #a8a7a7 2px solid;
    height: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

.thirdColumn-1{
    height: 60px;
    line-height: 60px;
    /*font-size: 18px;*/
}

.thirdColumn-2{
    height: 160px;
    padding-left: 0;
    padding-right: 0;
}

.thirdColumn-2-title{
    height: 53px;
    line-height: 53px;
    text-align: right;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 600;
}

.thirdColumn-2-value{
    height: 53px;
    line-height: 53px;
    padding-right: 0px;
    padding-left: 15px;
    color: red;
    font-weight: 600;
}

/*手机页样式*/
.mobile-web{
   display: none;
}

.mobile-web-h3{
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 0px 15px;
}

.mobile-web-p{
    padding: 0px 15px;
    line-height: 28px;
}

.mobile-web-download-pdf{
    text-align: center;
    margin: 25px 0px;
}

.mobile-web-img{
    display: initial;
}

.mobile-web-cardSpan1{
    position: absolute;
    top: 600px;
    right: 80px;
    font-size: 14px;
    color: #E99122;
}

.mobile-web-cardSpan2{
    position: absolute;
    top: 630px;
    right: 80px;
    font-size: 14px;
    color: #5C595B;
}

.mobile-web-firstColumn{
    margin: 20px 15px;
    border-top: #a8a7a7 2px solid;
    height: 440px;
}

.mobile-web-firstColumn-1{
    text-align: center;
    width: 100%;
}

.mobile-web-firstColumn-1-a{
    height: 60px;
    line-height: 60px;
    font-size: 18px;
}

.mobile-web-firstColumn-2{
    text-align: center;
}

.mobile-web-firstColumn-2-a{
    display: initial;
}

.mobile-web-firstColumn-2-img{
    height: 160px;
    width: 160px;
    display: initial;
    box-shadow: 1px 1px 5px #F6B533;
}

.mobile-web-firstColumn-3{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.mobile-web-thirdColumn{
    background-color: #FCF4E2;
     width: 100%;
     font-size: 16px;
     height: 40px;

}

.mobile-web-thirdColumn-2{
    height: 160px;
    padding-left: 0;
    padding-right: 0;
}

.mobile-web-thirdColumn-2-title{
    float: left;
    width: 50%;
    line-height: 40px;
    text-align: right;
    padding-right: 0px;
    padding-left: 0px;
    font-weight: 600;
    display: block;
}

.mobile-web-thirdColumn-2-value{
    float: left;
    width: 50%;
    line-height: 40px;
    padding-right: 0px;
    padding-left: 15px;
    color: red;
    font-weight: 600;
    display: block;
}