/*头部样式*/
/*.bannerList{
    background-image: url('https://www.dgylec.com/static/web/images/Solution.jpg');
}*/
.bannerList .titleBox:after {
    display: block;
    content: "";
    width: 0px;
    height: 0px;
    background-color: transparent;
    margin-top: 30px;
}

/*主体*/
.resultBox {
    margin-bottom: 50px;
}

.resultBox .resultTableBox {
    overflow: hidden;
    border-radius: 3px;
}

.resultBox .scrollBox {
    max-height: 730px;
    position: relative;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: auto;
    padding-bottom: 40px;
}

.resultBox .resultTable {
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-x: auto;
}
.resultBox .scrollBox.dragscroll table {
    cursor: move;
}
.resultBox table {
    width: 100%;
    border-collapse: collapse;
    -webkit-box-shadow: 0px 3px 12px 0px rgba(82, 82, 82, 0.09);
    box-shadow: 0px 3px 12px 0px rgba(82, 82, 82, 0.09);
}

.resultBox .resultTable > thead {
    position: sticky;
    top: 0;
    z-index: 11;
}

.resultBox .resultTable > thead > tr > th:first-child {
    padding-left: 40px;
    padding-right: 23px;
}
.resultBox table th:first-child {
    padding-left: 50px;
}
.resultBox table th {
    color: #083889;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1.53px;
    background-color: #DDF5FF;
    position: relative;
    text-align: center;
    padding: 27.5px 17px;
}
.resultBox table td {
    text-align: center;
    vertical-align: middle;
}

.resultBox table th:not(:last-child):after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: "";
    background-color: #43a2d1;
    width: 1px;
    height: 34px;
}

.resultBox table td.text-center {
    text-align: center;
}

.resultBox .resultTable > tbody > tr > td:first-child, .resultBox .resultTable > tbody > tr > td:nth-child(2) {
    text-align: center;
}
.resultBox .resultTable > tbody > tr > td:first-child {
    padding-left: 40px;
    padding-right: 23px;
}
.resultBox .resultTable > tbody > tr > td {
    font-size: 16px;
    letter-spacing: 0.08px;
    padding: 17.5px 17px 19.5px 17px;
    border-bottom: 2px solid #ccc;
}

.resultBox .resultTable .button {
    font-size: 16px;
    color: #fff;
    padding: 10px;
    background-color: #055FAD;
    border-radius: 25px;
    text-align: center;
}

.resultBox .resultTable .button a:hover{
    color: #fff;
}

.resultBox table td:first-child {
    padding-left: 50px;
}
.resultBox table .td {
    color: #424242;
    font-size: 17px;
    letter-spacing: 1.02px;
    background-color: #f5f5f5;
    padding: 40px 30px;
    position: relative;
}
.resultBox .product_inquiry{
    /*background-color: #52b2e1;*/
    border: 1px solid #2883dd;
    padding: 10px;
    color: #2883dd;
}
.resultBox .product_inquiry:hover{
    border-color: #ba0c2f;
    color: #ba0c2f;
}
.resultBox .product_inquiry:hover a{
    color: #ba0c2f;
}


.resultBox table td:first-child:after {
    left: 30px;
    width: calc(100% - 30px);
}

.resultBox table td.link a {
    color: #0175ae;
    font-size: 16px;
    display: block;
    text-align: center;
}

.resultBox table td.link a svg {
    color: #0175ae;
}

.products-introduction {
    font-size: 18px;
    color: #000f23;
    text-align: left;
    display: flex;
    justify-content: center;
}

.mainArea {
    padding-top: 20px;
}

.mainArea .contentBox {
    clear: both;
}

.mainArea .brandCatTitle{
    margin-bottom: 25px;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #424242;
    letter-spacing: 1.92px;
    line-height: 1.4375;
}

@media (max-width: 570px) {
    .products-introduction {
        font-size: 15px;
    }
    .mainArea .brandCatTitle{
        margin-bottom: 20px;
        font-size: 27px;
    }
}

