.product_content{
    border: 2px solid rgba(2, 152, 217, 1);
}
.product_title{
    background-color: #0298D9;
    height: 100%;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 20px;
}
.cate_list a{
    padding:16px;
    border-top: 1px solid #ccc;
    padding-left: 23px;
    display: block;
    color: #2d2d2d;
    font-weight: bold;
}
.cate_list a:hover{
    background-color: steelblue;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}
.cate_list:first-child{
    border-top: none;
}
.contact_cont img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.contact_cont_list{
    color: #195ca8;
}
.cont_cont{
    padding: 10px;
    font-size: 14px;
}
.sub_right_bt {
    border-bottom: 2px solid #dbe2e3;
    height: 55px;
    line-height: 53px;
    margin-bottom: 30px;
}
.sub_right_bt span {
    border-bottom: 3px solid #0084d0;
    float: left;
    font-size: 18px;
    background: url(../image/bbt.jpg) no-repeat left center;
    padding-left: 20px;
    padding-right: 15px;
}
.about_cont_sty p{
    line-height: 2;
    font-size: 16px;
}
.about_img{
    max-width: 100%;
}
.product_conts{
    display: inline-block;
}
.aboutss_img{
    border: 1px solid red;
}
.listConts .title {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    color: #000;
}
.listConts .info {
    height: 27px;
    line-height: 27px;
    text-align: center;
    margin: 15px auto;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    color: #666;
    font-size: 14px;
}
.preNext {
    position: relative;
}
.preNext .line {
    height: 10px;
    overflow: hidden;
    clear: both;
    border-bottom:1px dashed #000000;
    margin: 4px auto;
    padding-top: 10px;
}
.listConts .desc {
    margin: 20px 0 15px;
    padding: 5px 10px;
    line-height: 20px;
    border: 1px solid #f4e4b4;
    background: #fffff0;
}
#textarea{
    font-size: 16px;;
}
.preNext .text{
    margin-top: 4%;
    padding-left: 0;
}
.OneOfTwo {
    float: left;
}
.listConts {
    line-height: 26px;
}
.listConts .showimg {
    margin: 20px 0;
    text-align: center;
}
.listConts .showimg img{
    max-width: 100%;
    height: 500px;
}
.lg-item-box{
    text-align: center!important;
}
.page_list a{
    margin-right: 10px;
    padding: 5px 12px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 14px;
    line-height: 24px;
}
.page_list a.on{
    background: #077ee3;
    color: #fff;
}
@media screen and (max-width: 600px) {
    table.altrowstable {
      border: 0;
    }

    table.altrowstable tr {
      margin-bottom: 10px;
      display: block;
      border-bottom: 2px solid #ddd;
    }

    table.altrowstable td {
      display: block;
      text-align: left;
      font-size: 13px;
      border-bottom: 1px dotted #ccc;
    }
    table.altrowstable td:last-child {
      border-bottom: 0;
    }
    table.altrowstable td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
    #wrap .col-xs-12 .product_conts{
        display: block;
    }
    #textarea p span img{
        width: 100%;
    }
    #wrap .col-xs-12 .product_conts .OneOfTwo{
        float: none;
    }
  }
  .pro-recom li p{
      text-align: center;
      font-size: 16px;
  }