.clear {
    clear: both;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.navny {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.navny .navtr a, .navny .navtr {
    color: #555;
    text-align: right;
    font-size: 18px;
}



.navny .navtl a.active {
    color: #f00;
}

.navny .navtl a:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    background: #ccc;
    top: 0;
    right: 0
}

.navny .navtl a:last-child::after {
    background: none;
}

.applo {
    position: relative;
    padding-left: 10px;
}

.applo:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 4px;
    background: #0155B8;
    top: 0px;
    left: 0
}

/* 产品首页样式 */
.pronav {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.djc_filters_in {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin-top: 20px
}

.djc_filters_in .item:first-child {
    width: 30%;
}

.djc_filters_in .item:last-child {
    width: 69%;
}

.djc_filters_in .box {
    justify-content: flex-end;
    display: flex;
    transition: ease-out 300ms;
}

.djc_filters_in li {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.djc_filter_search li, .djc_filter_list li {
    display: block;
    float: left;
    list-style: none;
    padding: 0;
    background: none;
    line-height: 2;
}

.djc_filter_input input {
    width: 100%;
    display: block;
    float: left;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 10px 5px;
    background-color: transparent;
    color: #999;
    transition: ease-out 300ms;
}

.djc_filter_input {
    margin-right: 0px !important;
}

.djc_filter_input select {
    background: none;
    height: 53px;
    width: 100%;
    border-color: #ddd;
    border-radius: 4px;
}

.button_bg, .btn.hasTooltip, .btqc-field-container button {
    border-radius: 4px;
    font-size: 18px;
    line-height: 20px;
    color: #FFF !important;
    text-transform: none;
    width: 53px;
    position: relative;
    display: block;
    float: left;
    clear: both;
    position: relative;
    background: #0155B8;
    transition: all 300ms;
    text-decoration: none;
    text-transform: uppercase;
    height: 53px;
    cursor: pointer;
    outline: none;
}

.two {
    width: 22%;
}

.ptb50 {
    padding: 50px 0;
}

.probox {
    background: #F7F7F7;
}

.home-product-list2, .page-product-list2 {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 20px;
}

.pull-overflow {
    overflow: hidden;
}

.home-product-list2 li, .page-product-list2 li {
    position: relative;
    margin-right: 2%;
    margin-bottom: 30px;
    width: 23.4%;
    -webkit-transition: 0.68s;
    -o-transition: 0.68s;
    -moz-transition: 0.68s;
    transition: 0.68s;
    background: #fff;
}

.display-top {
    padding-top: 30px;
    text-align: center;
}

.display-top figure {
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 52.5%;
    text-align: center;
}

.display-top figure img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0.68s;
    -o-transition: 0.68s;
    -moz-transition: 0.68s;
    transition: 0.68s;
}

.display-text {
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    height: auto !important;
}

.display-text strong {
    display: block;
    margin-bottom: 12px;
    line-height: 1;
    color: #061729;
    font-size: 20px;
    font-weight: normal;
    overflow: hidden;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}

.prolist-display-text p {
    display: none;
}

.page-product-list2 li:nth-child(4n+4) {
    margin-right: 0;
}

.display-text p {
    color: #999999;
    font-size: 16px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}

.display-btns a {
    display: inline-block;
    margin-right: 10px;
    width: 47%;
    height: 48px;
    line-height: 48px;
    border: 1px solid #dddddd;
    text-align: center;
    color: #666666;
    font-size: 16px;
    -webkit-transition: 0.35s;
    -o-transition: 0.35s;
    -moz-transition: 0.35s;
    transition: 0.35s;
}

.display-btns a:last-child {
    margin-right: 0;
}

.display-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 20px;
}

.page-product-list2 li:hover .display-btns a {
    background: #2854BF;
    color: #fff;
}

.page-product-list2 li:hover .display-btns a:last-child {
    background: #FD562C
}

/* 产品首页样式end */