#carouselExampleControls{
    padding-bottom: 20px;
    background: #f9f9f9;
}
.hottjconlist img {
    max-width: 100%;
    max-height: 100%;
    transition: all 2s;
    transform: scale(1);
}
.hottjconlist {
    float: left;
    width: 15.8%;
    margin-right: 1%;
    position: relative;
    overflow: hidden;
    height: 190px;
    line-height: 190px;
    text-align: center;
    background: #ffffff;
}
.prorecommend{
    padding-top: 10px;
}
.hottjconlist:hover img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.hottjconlist span{
    height:30px;
    background:rgba(255,255,255,1);
    opacity:0.8;
    padding: 0 5px;
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    bottom: 10px;
    left: 10px;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
}
.hottjconlisthover {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    left: 0;
    color: #FFF;
    box-sizing: border-box;
    padding: 10px;
    top: 0;
    display: none;
}
.hottjconlisthover h6 {
    padding-top: 25px;
    font-size: 18px;
    height: 73px;
    color: #FFF;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
}
.hottjconlisthover p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    color: #FFF;
    text-align: center;
    margin-bottom: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.hottjconlisthover a {
    font-size: 14px;
    border: 1px solid #FFF;
    border-radius: 5px;
    color: #FFF;
    padding: 2% 6%;
    line-height: 24px;
}
.hottjconlisthover >a:nth-of-type(1) {
    float: left;
}
.hottjconlisthover >a:nth-of-type(2) {
    float: right;
}
.hottjconlisthover a:hover {
    background: #288dc6;
    border-color: #288dc6;
    border-radius: 5px;
    color: #FFF;
}
.hottjconlist:hover .hottjconlisthover {
    display: block;
}
.hottjconlist:nth-child(6) {
    margin-right: 0;
}
.hottjcon {
    padding-top: 20px;
}
.probrandnews{
    padding: 10px 0 30px !important;
}
.boxtitle{
    margin-bottom: 20px;
}
.carousel-inner .boxtitle{
    margin: 20px 0 20px;
}
.boxtitle h4 {
    font-size: 26px;
    float: left;
    font-weight: 600;
    line-height: 28px;
}
.boxtitle span {
    font-size: 18px;
    color: #c1c2c8;
    font-weight: normal;
    margin-left: 10px;
    text-transform: uppercase;
}
#carouselExampleControls .carousel-control-prev{
    left: 50%;
    transform: translateX(-600px);
    width: auto !important;
    top: 45px;
}
#carouselExampleControls .carousel-control-next{
    right: 50%;
    transform: translateX(600px);
    width: auto !important;
    top: 45px;
}
#carouselExampleControls .carousel-control-next-icon, #carouselExampleControls .carousel-control-prev-icon {
    height: 44px;
    background-color: #c1c2c8;
}
.cssxboxtop {
    width: 100%;
    box-sizing: border-box;
    height: 44px;
    background: #f9f9f9;
    line-height: 44px;
    color: #2F3037;
    font-size: 16px;
    padding: 0 34px 0 20px;
    font-weight: 600;
    border: 1px solid #e5e5e5;
}

.csproducttop {
    background: #FFF;
    border-left: 1px solid rgba(229,229,229,1);
    border-right: 1px solid rgba(229,229,229,1);
    border-bottom: 1px solid rgba(229,229,229,1);
    padding: 20px;
}
.criteria {
    margin-bottom: 15px;
}
.csproducttit li {
    float: left;
    margin-right: 3%;
}
.csproducttit li a {
    color: #2F3037;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    display: block;
    border-bottom: 3px solid #FFF;
    position: relative;
}
.csproducttit li a:hover, .csproducttit li.csproducttitact a {
    border-bottom: 3px solid #288dc6;
    color: #288dc6;
}
.csproducttop .criteria>span {
    padding-left: 0;
}
.criteria span {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 5px
}
.criteria a {
    font-size: 14px;
    background: #288dc6;
    padding: 4px 0 4px 5px;
    color: #FFF;
    margin-right: 1%;
    border-radius: 5px;
}
.criteria a span {
    font-size: 12px;
}
.siftingSort {
    padding-top: 10px;
    background: #f9f9f9;
}
.csproductcon {
    margin-top: 15px;
    margin-left: 15px;
}
.csproductcon ul {
    overflow: hidden;
}
.csproductcon ul li {
    float: left;
    height: 30px;
    margin-right: 20px;
}
.csproductcon ul li a {
    line-height: 30px;
    padding: 0 12px;
    font-size: 14px;
    position: relative;
}
.csproductcon ul li a:hover, .csproductcon ul li.csproductconact a {
    color: #288dc6;
}
.siftingSorttab {
    margin-top: 20px;
    height: 44px;
    border: 1px solid rgba(229,229,229,1);
    background: #FFF;
}
.siftingSorttableft {
    float: left;
}
.siftingSorttableft a:hover, .siftingSorttableft a.siftingSorttabact {
    background: #288dc6;
    color: #FFF;
}
.siftingSorttableft a {
    line-height: 43px;
    font-size: 14px;
    padding: 0 30px;
    display: block;
    float: left;
    text-align: center;
}
.siftingSorttabright {
    float: right;
    width: 470px;
    height: 44px;
    line-height: 44px;
}
.siftingSorttabright>span {
    float: left;
    display: block;
    margin-right: 5px;
    font-weight: 600;
}

.selectbox .select {
    float: left;
    height: 30px;
    line-height: 30px;
    background-color: rgba(249,249,249,1);
    border: 1px solid rgba(229,229,229,1);
    color: rgba(169,169,169,1);
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}
.tabSummary .ltsumMain h6, font {
    color: #2F3037;
    font-size: 14px;
}
.siftingSortproMain {
    margin-top: 20px;
}
/*产品列表*/
.proMainList li {
    float: left;
    width: 282px;
    position: relative;
    margin-right: 2%;
    margin-bottom: 20px;
    /*min-height: 426px;*/
}
.proMainList li:nth-child(4n) {
    margin-right: 0;
}
.ins {
    width: 282px;
    height: 282px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    cursor: pointer;
    background: #fff;
}
.proMainListText {
    background: #ffffff;
    padding: 15px 10px;
}
.proMainListTit {
    width: 100%;
    height: 24px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 18px;
    color: #2f3037;
    margin-bottom: 13px;
}
.proMainListHome {
    font-size: 12px;
    float: left;
    width: 72%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #c1c2c8;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    padding: 2px 8px;
    height: 30px;
}
.proMainListHome:hover {
    color: #288dc6;
    border-color: #288dc6;
}
.cp_titles {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
}
.proMainListText h5 a.proMainListTitxj {
    float: right;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(193, 194, 200, 1);
    border-radius: 5px;
    font-size: 12px;
    color: #c1c2c8;
    padding: 0 5px;
    cursor: pointer;
}
.proMainListText h5 a.proMainListTitxj:hover {
    background: #288dc6;
    color: #fff;
    border-color: #288dc6;
}
.proMainListPic img {
    transition: all 2s;
    transform: translate(-50%,-50%) scale(0.8);
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    width: auto;
    height: auto;
    max-height: 100%;
    overflow: hidden;
}
.proMainListPic:hover img {
    -webkit-transform:translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
}
.proMainListPic span {
    position: absolute;
    top: 15px;
    left: 10px;
    color: #828282;
    font-size: 12px;
    text-align: center;
    line-height: 22px;
    border: 1px solid #818181;
    display: block;
    padding: 0 2px;
    height: 23px;
    margin-bottom: 0px;
    background-color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}








































































































