﻿@charset "utf-8";
.nyby_txtms {
    margin-top: 10px;
    font-size: 15px;
    color: #666666;
}


/* 产品列表 */

.cplb {
    padding-top: 55px;
    padding-bottom: 100px;
}

.cplb_box {
    display: flex;
    flex-wrap: wrap;
}
.cplb_box ul{
	width:100%;
}
.cplb_box ul li{
	font-size: 16px;
    transition: 0.3s ease 0s;
    margin-bottom: 2.5%;
    width: 22%;
    margin-left: 2.6%;
    background: #f6f6f6;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.cplb_box ul li a{
	font-size: 0px;
    overflow: hidden;
    text-align: center;
    background: #f6f6f6;
    width: 100%;
    margin: 0 auto;
    height: 14vw;
    display: block;
}
.cplb_box ul li span {
    color: #666;
    white-space: nowrap;
    transition: 0.3s ease 0s;
    display: block;
    width: 100%;
	margin-top: 25px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    padding: 3% 10px;
    box-sizing: border-box;
    border: none;
}
.cplb_box ul li a img {
    display: inline-block;
    vertical-align: middle;
    transition: 0.5s linear 0s;
    width: auto; 
    max-height: 67%;
    max-width: 90%;
    margin-left: 0px;
    transform: scale(1);
}
.cplb_box ul li:hover img {
    transform: scale(1.1);
}
.cplb_box ul li:hover span {
    color: #0c64b3;
    background: #ffffff;
}
.cplb_box .cplb_box_item {
    width: 32%;
    margin-right: 2%;
    border: 1px solid #d8d8d8;
    margin-bottom: 35px;
}

.cplb_box_item:nth-child(3n) {
    margin-right: 0;
}

.cplb_box_itemimg {
    overflow: hidden;
}

.cplb_box_itemimg img {
    width: 100%;
    padding: 10%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cplb_box .cplb_box_item:hover img {
    transform: scale(1.1)
}

.cplb_box_itemtxt {
    height: 91px;
    border-top: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    align-items: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cplb_box_itemtxtl {
    width: calc(100% - 130px);
}

.cplb_box_itemtxtlh {
    font-size: 22px;
    color: #222333;
}

.cplb_box_itemtxtlp {
    width: 100%;
    font-size: 13px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cplb_box_itemtxtr {
    width: 130px;
    height: 45px;
    background-color: #e9e9e9;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    color: #999999;
    font-family: 'BEBAS';
    text-transform: uppercase;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.cplb_box .cplb_box_item:hover {
    border: 1px solid #005dab;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxt {
    background-color: #005dab;
    border-top: 1px solid #005dab;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxtlp {
    color: #fff;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxtlh {
    color: #fff;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxtr {
    background-color: #222333;
    color: #fff;
}
.liuyan{
	width: 48%;
    float: left;
    margin: 2% 1%;
    clear: none;
}
.yanzheng{padding-top: 5%;}
.layui-btn {
    background-color: #008cd7;
    border-color: #008cd7;
    border: 0px;
    border-radius: 0px;
    width: 30%;
    height: 42px;
	margin: 0 auto;
    display: block;
}
/* 产品列表新增 */

.cplbxz {
    border: 1px solid #d8d8d8;
}

.cplbxz_t {
    padding: 18px 0;
    display: flex;
    background-color: #f1f1f1;
    align-items: center;
}

.cplbxz_l {
    padding: 0 50px;
    font-size: 18px;
    font-weight: 700;
    color: #222;
}

.cplbxz_r {
    flex: 1;
}

.cplbxz_rbox {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.cplbxz_rbox .cplbxz_rboxa {
    display: block;
    padding: 5px 20px;
    margin: 0 12px;
    font-size: 15px;
    color: #222333;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.cplbxz_b {
    border-top: 1px solid #d8d8d8;
}

.cplbxz_rbox .cplbxz_rboxa.on {
    background-color: #fff;
    color: #df252a;
    border: 1px solid #d8d8d8;
}

@media screen and (max-width: 1600px) {
    .cplb_box_itemtxt {
        padding: 0 20px;
    }
    .cplb_box_itemtxtlh {
        font-size: 18px;
    }
    /*.cplb_box_itemtxtl {*/
    /*    width: 100%;*/
    /*}*/
}

@media screen and (max-width: 1200px) {
    .cplb_box_itemtxt {
        padding: 0 10px;
    }
    .cplb_box_itemtxtr {
        width: auto;
        padding: 0 10px;
    }
    .cplb_box_itemtxtl {
        width: calc(100% - 75px);
    }
}

.cplbxz_ldw {
    display: none;
}

@media screen and (max-width: 992px) {
    .cplb_box .cplb_box_item {
        width: 49% !important;
        margin-right: 2%;
    }
    .cplb_box_item:nth-child(2n) {
        margin-right: 0 !important;
    }
    .cplb_box_itemtxtlh {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .cplb_box_itemimg img {
        padding: 5%;
    }
    /* 产品列表新增 */
    .cplbxz_t {
        flex-wrap: wrap;
        padding: 0;
    }
    .cplbxz_t>div {
        width: 100%;
    }
    .cplbxz_l {
        position: relative;
        text-align: center;
        padding: 20px 0;
    }
    .cplbxz_ldw {
        position: absolute;
        right: 0;
        top: 0;
        width: 68px;
        height: 68px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .cplbxz_ldw i {
        font-size: 22px;
        font-weight: 400;
        color: #666;
    }
    .cplbxz_r {
        padding: 0 10px 20px;
    }
    .cplbxz_rbox .cplbxz_rboxa {
        width: 33.33%;
        margin: 0;
        text-align: center;
        font-size: 12px;
        padding: 8px 0;
    }
    .cplbxz_b .cplbxz_r {
        display: none;
    }
    .cplbxz_ldw {
        display: flex;
    }
    .cplbxz_rbox .cplbxz_rboxa:first-child {
        display: none;
    }
    .cplbxz_l {
        text-align: left;
        padding-left: 20px;
    }
	.cplb_box ul li{
	font-size: 16px;
    transition: 0.3s ease 0s;
    margin-bottom: 2.5%;
    width: 45%;
    margin-left: 2.6%;
    background: #f6f6f6;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
.cplb_box ul li a { 
    height: 35vw; 
}
.cplb_box ul li span { 
    margin-top: 15px; 
}

.mask-layer-container {
    width: 80%;
    height: 50%; 
    top: 40%;
    left: 50%; 
}
.btn-default-styles { 
    padding: 5px;
    margin-bottom: 0;
    font-size: 12px; 
}
.mask-layer-container {
    width: 95%;
    height: 570px; 
    top: 40%;
    left: 50%; 
}
}
.webinfo {
    margin-bottom: 50px;
}

.webinfo .desc {
    background: #f1f1f1;
    padding: 10px;
    line-height: 25px;
    border: 1px solid #e2e2e2;
}

.desc {}
.map .map_item {
    margin-bottom:10px;
  }
  .map .map_item span {
    line-height: 29px;
    font-size: 18px;
  padding: 10px 47px;
 background:#222;
  color: #fff;text-indent: 0;}
  .map .map_item ul {
    display:flex;
    flex-wrap: wrap;
  width: 100%;border-bottom: 1px solid #e9e9e9;margin: 27px 0;padding: 10px 29px;}
  .map .map_item ul li {
    
    width: unset !important;
    margin: 0 14px;
  }
  .map a{
    color:#333
  }
  .map .map_item ul li a {
    height: unset !important;
    width: unset !important;
  font-size: 16px;}

@media screen and (max-width:768px) {
    .webinfo{
        display: none;
    }
    .cplb {
        margin-top: 20px;
    }
    .cplb_box_itemtxtr {
        display: none;
    }
    .cplb_box_itemtxtl {
        width: 100%;
    }
    .cplb_box_itemtxtlp {
        font-size: 12px;
    }
    .cplb_box_itemtxt {
        height: auto;
        padding: 10px;
    }
    .proc .nyby_txt {
        display: none;
    }
    .proc .nyby {
        height: 30px;
    }
}