
.cc_Product {
    width: 100%;
    background: #f7f7f7;
}

.cc_proTitleBox {
    padding-top: 70px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
.cc_proTitleBox2 {
    padding-top: 70px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
.pro_title1 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

.pro_title1 span {
    font-size: 14px;
    font-family: Arial;
}

.pro_title_more {
    position: absolute;
    right: 0;
    font-size: 16px;
    bottom: 0;
    color: #121212;
}

.cc_productList {
    width: 100%;
    margin: 30px 0;
    overflow: hidden;
    height: 273px;
}

.marginleft0 {

    margin-left: 0 !important;
}

.product_item {
    width: 19%;
    float: left;
    margin-left: 1.25%;
}

.pro_thumb {
    width: 100%;
    height: 171px;
    overflow: hidden;
    background: #fff;
    text-align: center;

}

.pro_thumb img {
    width: 100%;
    line-height: 228px;
    height: 100%;
}

.pro_TitleName {
    width: 100%;
    background: rgb(5, 112, 183);
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
}

.products_container {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


@media (max-width: 1200px) {

    #container1 .product_item:nth-child(n+5){
        display: none;
    }
    #container2 .product_item:nth-child(n+5){
        display: none;
    }

    .product_item{
        width: 48%;
        margin:1% !important;
    }

    .cc_productList{
        height: auto;
    }
	.ctrlBtn{display:none!important;}
}
@media (max-width: 640px){
.cc_proTitleBox {
    padding-top: 30px;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}
  .cc_proTitleBox2 {
    padding-top: 52px;
    margin-bottom: -16px;
    width: 100%;
    position: relative;
}
  .pro_title1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
  }