@import "product.css";
@import "brand.css";
.software-title {
    display: block;
    width: 100%;
    height: 165px;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 165px;
}
.software-list{
    display: block;
    width: 1720px;
    margin: 0 auto;
    padding-top: 90px;
    padding-bottom: 90px;
}
.software-list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 auto;
}
.software-list li{
    display: block;
    width: 500px;
    height: auto;
    padding: 0;
    margin: 0 1.05263157894737vw;
    background-color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
.software-list .pic{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding-bottom: 0px;
}
.software-list .pic iframe{
    width: 100%;
    height: 100%;
    min-height: 320px; 
}
@media only screen and (min-width: 1024px) and (max-width: 1900px) {
    .software-list .pic iframe{
        min-height: 220px; 
    }
}
.software-list .pic img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.software-list .pic img{
    transition: All 0.4s ease-in-out;
}
.software-list li:hover .pic img {
    transform: scale(1.05);
}
.software-list .title{
    display: block;
    margin-top: 10px;
    font-size: 22px;
    height: 50px;
}
.down-box{
    display: block;
    padding: 90px 0;
    margin-bottom: 45px;
    background-color: #F6F6F6;
}
.down-box.nod{
    width: 68.75%;
    margin: 0 auto;
    background: transparent;
    margin-bottom: 60px;
}
.down-box h2{
    display: block;
    text-align: center;
    font-size: 48px;
    line-height: 1;
    margin-bottom: 40px;
}
.down-box h3{
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    margin-bottom: 10px;
}
.btn-down{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-down a{
    display: block;
    font-size: 16px;
    padding: 12px 20px;
    border: 1px solid #666;
    color: #666;
    margin: 0 15px;
}
.btn-down a:hover{
    color: #FFF;
    background-color: #e60012;
    border: 1px solid #e60012;
}
.down-box .desc{
    display: block;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    line-height: 1.8;
}
.down-box .desc video{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.down-box .desc.pd80{
    padding: 30px 80px 0 80px;
}
.table{
    width: 100%;
}
.table td{
    border-bottom: 1px solid #EAEAEA;
}
.table>:not(caption)>*>* {
    background-color: var(--bs-table-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    border-bottom-width: 1px;
    padding: 15px;
    font-size: 16px;
}
/*PC自适应*/
@media only screen and (min-width:1024px) and (max-width:1900px){
.software-list{
    width: 88%;
    padding-top: 70px;
    padding-bottom: 70px;
}
.software-list li {
    width: 19.589473684210526vw;
    height: auto;
    padding: 0;
}
.software-list .pic {
    width: 100%;
}
.software-list .title {
    font-size: 18px;
}
.brand-topinfo .title {
    height: 100px;
    font-size: 42px;
    line-height: 100px;
}
.brand-topinfo .desc {
    width: 75%;
    font-size: 22px;
}
.history-list .item {
    width: 75%;
    padding: 60px 0 0 0;
}
.down-box {
    padding: 60px 0;
    margin-bottom: 35px;
}
.down-box.nod {
    width: 75%;
}
.down-box h2 {
    font-size: 42px;
    margin-bottom: 40px;
}

}

/*Mobile v1*/
@media only screen and (max-width:767px){
.software-list {
    width: 92%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 35px;
}
.software-list li {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0 auto 15px auto;
}
.software-list .pic {
    width: 100%;
    height: auto;
    padding-bottom: 0;
}
.software-list .title {
    display: block;
    margin-top: 10px;
    font-size: 14px;
    height: 30px;
}
.down-box {
    padding: 45px 0;
    margin-bottom: 15px;
}
.down-box h2 {
    font-size: 26px;
    margin-bottom: 30px;
}
.btn-down {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.btn-down a {
    font-size: 14px;
    width: auto;
    min-width: 200px;
    text-align: center;
    padding: 12px 20px;
    margin: 0 15px 15px 15px;
}
.down-box.nod {
    width: 88%;
    margin-bottom: 30px;
}
.down-box .desc {
    font-size: 14px;
    line-height: 1.8;
}
.down-box h2 {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.3;
}
.table>:not(caption)>*>* {
    padding: 10px;
    font-size: 14px;
    text-align: center;
}
.down-box .desc.pd80{
    padding: 10px 20px 0 20px;
}
}