/* 单页 */

.page-block {
    overflow: hidden;
    border-top: 1px dashed #ccc;
    margin: 0 auto;
    width: 980px;
}

.page-block .page-left {
    float: left;
    width: 20%;
}

.page-block .page-left .title {
    padding: 0px 0 0 35px;
    line-height: 35px;
    height: 45px;
    background: url(../images/menu.jpg) no-repeat;
}

.page-block .page-left .title h2 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.page-block .page-left ul {
    margin-right: 20px;
}

.page-block .page-left ul li {
    padding: 7px 10px 7px 0px;
    text-align: right;
    border-bottom: 1px solid #ccc;
}

.page-block .page-left ul li.active a {
    color: #f00;
}

.page-block .page-right {
    float: right;
    width: 79.5%;
    padding: 0px;
    border-left: 1px solid #ccc;
}

.page-block .page-right .title h3 {
    font-size: 18px;
    color: #000;
    padding: 0 0 15px 0;
    font-weight: bold;
}

.page-block .page-right .content {
    padding: 15px;
}

.page-block .page-right .content img {
    max-width: 100%;
}


/* 产品列表 */

.news-block {
    border: 1px solid #f1f1f1;
}

.page-block .page-tab,
.news-block .news-tab {
    width: 100%;
    overflow: hidden;
    height: 50px;
    background: #f3f3f3;
}

.page-block .page-tab li,
.news-block .news-tab li {
    float: left;
    width: 25%;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.page-block .page-tab li a,
.news-block .news-tab li a {
    font-size: 18px;
    color: #232323;
    text-decoration: none;
}

.page-block .page-tab li.active a,
.news-block .news-tab li.active a {
    display: block;
    color: #33aede;
    background: #fff;
    border-top: 2px solid #33aede;
    /* border-left: 1px solid #33aede;
    border-right: 1px solid #33aede; */
}

.page-block .tab-pane,
.news-block .tab-pane {
    display: none;
    overflow: hidden;
    padding: 15px;
}

.page-block .tab-pane li img {
    width: 100%;
    height: 330px;
}

.page-block .tab-pane li p {
    color: #232323;
    font-size: 30px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 20px;
}

.list-block .list-left {
    width: 20%;
    float: left;
}

.list-block .list-left .title {
    padding: 0px 0 0 35px;
    line-height: 35px;
    height: 45px;
    background: url(../images/menu.jpg) no-repeat;
}

.list-block .list-left .title h2 {
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.list-block .list-left ul {
    margin-right: 20px;
}

.list-block .list-left ul li {
    padding: 7px 10px 7px 0px;
    text-align: right;
    border-bottom: 1px solid #ccc;
  	
}
.list-block .list-left ul li:nth-child(1){
 	
}

.list-block .list-left ul li.active a {
    color: #f00;
}

.list-block .list-right {
    width: 79.5%;
    float: left;
    border-left: 1px solid #ccc;
}

.list-block .list-right .product-list {
    overflow: hidden;
}

.list-block .list-right .product-list ul {
    overflow: hidden;
}

.list-block .list-right .product-list .pagebar {
    overflow: hidden;
    margin-bottom: 15px;
    margin-left: 15px;
}


/* .list-block .list-right .product-list ul li a {
    color: #666;
} */

.list-block .list-right .product-list ul li {
    width: 30.3%;
    float: left;
    margin: 2% 1.5%;
    overflow: hidden;
}

.list-block .list-right .product-list ul li .z-title {
    height: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

.list-block .list-right .product-list ul li a img {
    width: 100%;
}

.list-block .list-right .product-list ul li a .img-title {
    position: relative;
}

.list-block .list-right .product-list ul li a .img-title .img {
    height: 150px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-block .list-right .product-list ul li a .img-title .img img {}

.list-block .list-right .product-list ul li a .img-title p {
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    text-align: center;
}

.list-block .list-right .product-list ul li a:hover .img-title p {
    display: block;
}


/* 详情页 */

.page-block .page-right .content .all-block {
    padding: 10px 0;
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
}


/* 分页 */

.paging {
    overflow: hidden;
    border-top: 1px dashed #ccc;
}

.paging p {
    margin: 15px 0;
}


/* 首页新闻 */

.index-news {
    overflow: hidden;
    margin: 50px auto;
}

.index-news .list-item .title {
    overflow: hidden;
}

.index-news .list-item .title h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
}

.index-news .list-item .title a {
    float: right;
}

.index-news .list-item {
    float: left;
    width: 31%;
    padding: 0 1%;
    border-right: 1px dashed #ccc;
}

.index-news .list-item:last-child {
    border-right: none;
}

.index-news .list-item ul li {
    overflow: hidden;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

.index-news .list-item ul li span {
    float: right;
}


/* 新闻列表 */

.list-block .list-right .news-list {
    overflow: hidden;
    padding: 0px 15px 15px 15px;
}

.list-block .list-right .news-list ul li {
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #ccc;
}

.list-block .list-right .news-list ul li span {
    float: right;
}


/* 分页 */

.pagenation {
    padding-top: 15px;
}

.page-index a,
.page-pre,
.page-next,
.page-last {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #d0d0d1;
    margin: 0 5px;
}

.page-numbar {}

.page-num {
    display: inline-block;
    padding: 5px 15px;
    margin: 0 5px;
    border: 1px solid #d0d0d1;
}

.page-num-current {
    border: 1px solid #e4303d;
    background: #e4303d;
    color: #fff;
}

.page-num-current:hover {
    color: #fff;
}


/* 友情链接 */

.logos {
    overflow: hidden;
}


/*************** 手机版样式 ***************/

@media (max-width:767px) {}