/*企业资质*/
/*点击图片放大关键样式*/
 .bgimg {
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
}
.bgimg img {
    display: block;
    width: 100%;
}
.bigimg {
    width: 600px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 9999999;
    /*border: 10px solid #fff;*/
}
.mas {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.5);
    z-index: 999999;
    transition: all 1s;
    display: none;
}
.mas>img {
    position: fixed;
    right: 10px;
    top: 10px;
    width: 60px;
}

/*新产品、解决方案、企业资质*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container:before{
  display: table;
    content: " ";
}
.container:after{
  clear: both;
}
.col-sm-8, .col-xs-12{
      position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
 .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}
.list_box {
    clear: both;
    padding: 10px 0px 0px 0px;
}

.product_list2 {
    padding-top: 20px;
}
.product_list {
    clear: both;
    padding: 20px 0px 30px 0px;
    margin-right: -15px;
    margin-left: -15px;
}
.product_list2 div.product_img {
    min-height: 220px;
    display: inline-block;
    width: 30%;
}
.product_img {
    padding-left: 15px;
    padding-right: 15px;
    min-height: 270px;
    transition: 0.5s;
}
.product_img img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    width: 100%;
    /*height: auto;*//
    margin-bottom: 10px;
    /*max-height: 320px;*/
    
}
.product_img:hover{
  transform: scale(1.05);
}
.img-thumbnail {
    display: inline-block;
    max-width: 100%;
    /*height: auto;*/
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.product_title {
    text-align: center;
    padding: 0px 15px 0px 0px;
    height: 4rem;
}
p {
    margin: 0 0 10px;
    letter-spacing: 1px;
}
.product_title a {
    color: #666;
    transition: color 0.3s;
    line-height: 4rem;
    font-size: 1.6rem;
    font-weight: 500;
}
.product_img:hover .product_title a{
  color: #172d7b;
}


@media (min-width: 1200px){
.container {
    width: 1170px;
}
}
@media (max-width: 1100px){
.product_list2 div.product_img {
    width: 28%;
}
}

@media (min-width: 992px){
.container {
    width: 970px;
}
.col-md-110 {
    width: 96%;
    float: right;
}

}
@media (min-width: 769px){
.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
}
@media screen and (max-width: 768px){
.product_list2 {
    padding-top: 20px;
}
.product_list {
    padding-bottom: 0px;
}
.col-xs-12 {
    margin-bottom: 20px;
}
.product_list2 div.product_img {
    min-height: 170px;
}
.product_img {
    min-height: 190px;
    width: 48%;
    float: left;
}
}
@media (max-width: 760px){
.mobiles_pro {
    width: 99% !important;
    display:block; 
}
.gby-w {
    width: 50%;
}

.product_title {
    text-align: center;
    padding: 0px 20px 0px 0px;
    height: 4rem;
    overflow: hidden;
    text-align: center;
    width: 98%;
}
}
@media (max-width: 570px){
.product_list2 div.product_img {
    width: 38%;
}
}
@media (max-width: 380px){
.product_list2 div.product_img {
    width: 80%;
}
}
/*分页*/
.page {
    clear: both;
    margin: 20px 0px 0px 0px;
    text-align: center;
}
.page a {
    display: inline-block;
    font-family: Arial;
    font-size: 13px;
    border: #dbdbdb 1px solid;
    padding: 4px 9px;
    margin: 2px;
    margin-bottom: 5px;
    color: #31363c;
    text-decoration: none;
}
.page a:hover{
  background: #172d7b;
  color: #fff;
}
.tcdPageCode{
      margin-bottom: 5%;
}
.tcdPageCode li{
  display: inline-block;
  padding: 0 10px;
}
.tcdPageCode .current{
  display: inline-block;
    font-family: Arial;
    font-size: 13px;
    border: #172d7b 1px solid;
    background: #172d7b;
    padding: 4px 9px;
    margin: 2px;
    margin-bottom: 5px;
    color: #fff;
    text-decoration: none;
}