body, html {
    scroll-behavior: smooth;
}
.content_header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.content_header .ch_right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.content_header .ch_right .search_wrap {
    width: 200px;
    height: 30px;
    position: relative;
}
.content_header .ch_right .search_wrap .search_input {
    width: 100%;
    height: 30px;
    outline: 0;
    padding: 0 35px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #333;
}
.content_header .ch_right .search_wrap img {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.content_header .ch_right .ch_select {
    width: 200px;
    height: 30px;
    background-color: #fff;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-left: 5px;
    color: #333;
    border: 1px solid #333;
}
.content_header .ch_tit {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-right: 20px;
    margin-bottom: 0;
}
.product_list .pl_tit {
    font-size: 16px;
    background: #1f73bc;
    color: #FFFFFF;
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    padding-left: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.product_list .pl_tit img {
    display: block;
    max-width: 20px;
    max-height: 20px;
    margin-right: 5px;
}
.product_list.green .pl_tit {
    background-color: #087983;
}
.product_list.gray .pl_tit {
    background-color: #6f6f6f;
}
.product_list.orange .pl_tit {
    background-color: #ea7502;
}
.right_row .product_list {
    margin-bottom: 25px;
}
.right_row .product_list ul.catalog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.right_row .product_list ul.catalog li {
    margin: 0;
}
.right_row .product_list ul.catalog li img {
    display: block;
    width: 100%;
}
.right_row .product_list ul.icon_left li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.right_row .product_list ul li a {
    color: #333;
}
.right_row .product_list ul li a:hover {
    text-decoration: underline;
}
.right_row .product_list .dropdown-top-ul {
    padding: 5px 10px;
}
.right_row .product_list .dropdown-top-ul li .dropdown-toggle-a {
    font-size: 12px;
    width: 100%;
    margin: 5px 0;
}
.right_row .product_list ul.icon_left li p {
    width: 100%;
    font-size: 12px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.right_row .product_list ul.icon_left li a img {
    height: 15px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
}
@media(max-width:1200px) {
    .product_list .pl_tit {
        font-size: 14px;
        line-height: 16px;
    }
}