.index-product-nav li a {
    font-size: 12px;
}
.index-experience {
    background: url('../../切图/1-首页/小海报.jpg')no-repeat center top;
    height: 100px;
    padding-top: 10px;
    background-size: auto 100px;
}


.application-area {
    margin-top: 0px;
}
.application-area {
    padding: 20px 0 20px;
    background: #f5f5f5;
}
.product-page-title p:first-child {
    font-size: 16px;
    font-weight: bold;
    color: #1443a7;
    text-align: center;
}
.product-page-title p:nth-child(2) {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    text-align: center;
}
.out-w {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 3.5%;
}
.out-w>div {
    width: 46.25%;
    margin-right: 3.5%;
    margin-top: 10px;
    position: relative;
}
.out-w>div img {
    width: 100%;
    height: 100%;
}
.out-tw {
    width: 100%;
    height: 30px;
    left: 0;
    bottom: 0;
    background-color: #7595d7;
    font-size: 14px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.7;
}
.index-more {
    margin: 0 auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    background-color: #205cad;
    font-size: 14px;
    color: white;
    text-align: center;
}
.da {
    width: 31px;
}
@media screen and (min-width: 310px) and (max-width: 350px){
    .da {
        width: 42px;
    }
}
@media screen and (min-width: 360px) and (max-width: 400px){
    .da {
        width: 35px;
    }
}
.index-dynamic-company-title {
    position: relative;
}
.new-more {
    width: 70px;
    height: 30px !important;
    line-height: 30px;
    background-color: #205cad;
    font-size: 12px;
    color: white;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}
.new-more a {
    color: white;
}