﻿/*


首页


*/






/*轮播图*/
.home-banner{}
.home-banner .carousel{}
.home-banner .carousel .carousel-indicators{}
.home-banner .carousel .carousel-indicators li{}
.home-banner .carousel .carousel-inner{}
.home-banner .carousel .carousel-inner .item{}
.home-banner .carousel .carousel-inner .item a{
    display: inline-block;
    width: 100%;
    height: 400px;
}

.home-banner .carousel-control .icon-prev,
.home-banner .carousel-control .icon-next,
.home-banner .carousel-control .glyphicon-menu-left,
.home-banner .carousel-control .glyphicon-menu-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -10px;
    font-size: 24px;
}
.home-banner .carousel-control .icon-prev,
.home-banner .carousel-control .glyphicon-menu-left {
    left: 50%;
    margin-left: -10px;
}
.home-banner .carousel-control .icon-next,
.home-banner .carousel-control .glyphicon-menu-right {
    right: 50%;
    margin-right: -10px;
}


/*新闻资讯*/
.home-news{
    width: 100%;
    /*background-color: #F5F5F5;*/
    -webkit-box-shadow:  0pt 5px 10px #dddddd;
    -moz-box-shadow:  0pt 5px 10px #dddddd;
    box-shadow:  0pt 5px 10px #dddddd;
}
.home-news .news-con{
    height: 100px;
    /*width: 100%;*/
}
.home-news .news-con .news-title{
    width: 20%;
    font-size: 30px;
    height: 100%;
    line-height: 100px;
    font-weight: 700;
    text-shadow: 0 5px 5px #999999;
    position: relative;
}
.home-news .news-con .news-title::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #dddddd;
    right: 40px;
    top: 0;
}
.home-news .news-con .news-title i{}
.home-news .news-con .news-title span{}
.home-news .news-con .news-list{
    width: 65%;
    height: 100%;

}
.home-news .news-con .news-list .swiper-container{
    width: 100%;
    height: 100%;
}
.home-news .news-con .news-list .swiper-container .swiper-wrapper{
    width: 100%;
    height: 100%;
}
.home-news .news-con .news-list .swiper-container .swiper-wrapper .swiper-slide{
    height: 100%;
    width: 100%;
    line-height: 50px;

}

.home-news .news-con .news-list .swiper-container .swiper-wrapper .swiper-slide a{
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    color: #333333;
}
.home-news .news-con .news-list .swiper-container .swiper-wrapper .swiper-slide a:hover{
    color: #e7141a;
}
.home-news .news-con .news-list .swiper-container .swiper-wrapper .swiper-slide a i{}
.home-news .news-con .news-list .swiper-container .swiper-wrapper .swiper-slide a span{

}
.home-news .news-con .news-more{
    width: 15%;
    height: 100%;
    text-align: right;
    position: relative;
}

.home-news .news-con .news-more::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100px;
    background-color: #dddddd;
    left: 35px;
    top: 0;

}
.home-news .news-con .news-more a{
    background-color: #e7141a;
    color: #ffffff;
    display: inline-block;
    width: 60%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 30px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}




/*产品中心*/
.home-products{
    width: 100%;
}
.home-products .product-con{}
.home-products .product-con .pro-title{
    width: 100%;
    text-align: center;
}
.home-products .product-con .pro-title p{

}
.home-products .product-con .pro-title span{
    position: relative;
    display: inline-block;
    margin-top: 5px;
}
.home-products .product-con .pro-title span::before,
.home-products .product-con .pro-title span::after{
    content: '';
    position: absolute;


}
.home-products .product-con .pro-title span::before{
    height: 1px;
    top: 0;
    left: 0;
    width: 75px;
    background-color: rgba(231,20,26,.5);
}
.home-products .product-con .pro-title span::after{
    height: 3px;
    top: -1px;
    left: 45%;
    width: 8px;
    background-color: rgba(231,20,26,.8);
}

/*产品中心*/

.home-products .product-con .pro-list{
    width: 100%;
}
.home-products .product-con .pro-list ul{
    width: 100%;
}
.home-products .product-con .pro-list ul li{
    width: 23%;
    margin: 0 1% 40px;
    float: left;
    border: 1px solid #F5F5F5;
    -webkit-box-shadow: 0pt 0pt 10px  #dddddd;
    -moz-box-shadow: 0pt 0pt 10px  #dddddd;
    box-shadow: 0pt 0pt 10px  #dddddd;

    position: relative;
}
.home-products .product-con .pro-list ul li:hover{
    transform: translateY(-10px);
    box-shadow:  0 5px 15px #cccccc;
}
.home-products .product-con .pro-list ul li::before{
    content: '';
    position: absolute;
    height: 1px;
    width: 0%;
    background-color: #e7141a;
    top: 0;
    left: 0;
    transition: all .2s;
}
.home-products .product-con .pro-list ul li:hover::before{
    width: 100%;
}
.home-products .product-con .pro-list ul li a{
    display: block;
    width: 100%;
    padding: 0px 0 20px;

    transition: all .3s;
}
.home-products .product-con .pro-list ul li:hover a{
    background-color: rgba(231,20,26,.9);
    color: #fff;
}
.home-products .product-con .pro-list ul li a .pic{
    width: 100%;
    height: 220px;
}
.home-products .product-con .pro-list ul li a .pic i{
    display: inline-block;
    width: 100%;
    height: 100%;

}
.home-products .product-con .pro-list ul li a .text{
    padding: 10px;
}
.home-products .product-con .pro-list ul li a .text p{
    width: 100%;
}
.home-products .product-con .pro-list ul li a .text p.title{
    margin: 20px 0 10px;
}
.home-products .product-con .pro-list ul li a .text p.t-main{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp:2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    color: #999999;
    height: 40px;
}
.home-products .product-con .pro-list ul li:hover a .text p.t-main{
    color: #fff;
}


/*快速通口*/
.home-other{
    width: 100%;
}
.home-other .other-con{}
.home-other .other-con ul{
    width: 100%;
}
.home-other .other-con ul li{
    width: 30%;
    margin: 0 1.66666%;
    float: left;
    text-align: center;
    border: 1px solid #dddddd;
    /*padding: 20px 0 0;*/
}
.home-other .other-con ul li a{
    display: block;
    position: relative;
    width: 100%;
    /*height: 360px;*/
    overflow: hidden;
    color: #333333;
}
.home-other .other-con ul li a:hover{
    color: #333333;
}
.home-other .other-con ul li a .list-title{
    /*padding-bottom: 20px;*/
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #F5F5F5;
}
.home-other .other-con ul li a .list-title p{

}
.home-other .other-con ul li a .list-title p i{}
.home-other .other-con ul li a .list-title p span{
    display: inline-block;
    margin-left: 10px;
}
.home-other .other-con ul li a .list-pic{
    width: 100%;
    height: 300px;
}
.home-other .other-con ul li a .list-pic i{
    display: inline-block;
    width: 100%;
    height: 100%;

}

.home-other .other-con ul li a .bg-news{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.0);
   transition: all .3s;
}
.home-other .other-con ul li:hover a .bg-news{
    background-color: rgba(0,0,0,.5);
}
.home-other .other-con ul li a .bg-news i{
    display: inline-block;
    line-height: 360px;
    color: #ffffff;
    font-size: 40px;
    position: relative;
    top: -100%;

    transition: all .8s;
}
.home-other .other-con ul li:hover a .bg-news i{
    top: 0;
}





/*产品中心页面*/

/*banner*/
.banner-common{
    width: 100%;
    height: 260px;
}
.banner-common i{
    display: inline-block;
    width: 100%;
    height: 238px;
}

.lj-products{
    width: 100%;
}
.lj-products .product-con{}
.lj-products .product-con .content-left{
    float: left;
    width: 20%;
}
.lj-products .product-con .content-left .cl-title{
    background-color: #e7141a;
    padding: 15px 0;

    position: relative;
}
.lj-products .product-con .content-left .cl-title::before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
}
.lj-products .product-con .content-left .cl-title::after{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 25px solid #b1020e;
    border-right: 25px solid transparent;
}
.lj-products .product-con .content-left .cl-title p{
    text-align: center;
    color: #fff;
}

.lj-products .product-con .content-left .cl-father{
    padding: 20px;
    background-color: #F9F9F9;

    box-shadow: 0 0 10px #dddddd;
}
.lj-products .product-con .content-left .cl-father>li{}
.lj-products .product-con .content-left .cl-father>li>p{
    font-size: 16x;
}
.lj-products .product-con .content-left .cl-father>li.active{
    color: #e7141a;
}
.lj-products .product-con .content-left .cl-father>li>p{
    position: relative;
    padding: 15px 0;
    border-bottom: 1px solid #dddddd;
}
.lj-products .product-con .content-left .cl-father>li>p>a{
    display: inline-block;
    width: 100%;
    height: 100%;
    /*padding: 15px 0;*/
    color: #333333;
}
.lj-products .product-con .content-left .cl-father>li.active>p>a{
    color: #e7141a;

}


.lj-products .product-con .content-left .cl-father>li>p:hover{
    cursor: pointer;
}
.lj-products .product-con .content-left .cl-father>li>p i{
    position: absolute;
    right: 0;
    top: 17px;
}
.lj-products .product-con .content-left .cl-father>li ul{
    width: 100%;
    display: none;

    /*box-shadow: 0 0 10px #dddddd;*/
}
.lj-products .product-con .content-left .cl-father>li ul li{
    width: 100%;
    padding-left: 15px;
    border-bottom: 1px dashed #cccccc;
}
.lj-products .product-con .content-left .cl-father>li ul li a{
    display: inline-block;
    padding: 10px 0;

    width: 100%;
}
.lj-products .product-con .content-left .cl-father>li ul li.active a{
    color: #e7141a;
}
.lj-products .product-con .content-left .cl-father>li ul li:last-child a{
    border-bottom: none;
}


/*左半部分联系我们*/
.lj-products .product-con .content-left .left-contact .cl-title::before,
.lj-products .product-con .content-left .left-contact .cl-title::after{
    opacity: 0;
}
.lj-products .product-con .content-left .left-contact .lcontac-main{
    width: 100%;
}
.lj-products .product-con .content-left .left-contact .lcontac-main .main-con{
    width: 100%;
    padding: 20px 10px;
    background-color: #F9F9F9;
    box-shadow: 0 5px 10px #dddddd;
}
.lj-products .product-con .content-left .left-contact .lcontac-main .main-con p{
    margin-bottom: 10px;
}
.lj-products .product-con .content-left .left-contact .lcontac-main .main-con p i{
    display: inline-block;
    width: 15px;
    text-align: center;
}
.lj-products .product-con .content-left .left-contact .lcontac-main .main-con p span{}
.lj-products .product-con .content-left .left-contact .lcontac-main .main-con img{
    width: 100%;
    height: auto;
}



/*右半部分*/
.lj-products .product-con .content-right{
    width: 75%;
    /*padding: 0 30px;*/
}

.lj-products .product-con .content-right .right-title{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}
.lj-products .product-con .content-right .right-title .title-name{}
.lj-products .product-con .content-right .right-title .title-name p{
    position: relative;
}
.lj-products .product-con .content-right .right-title .title-name p::before{
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 3px;
    width: 100px;
    background-color: #e7141a;
}

.lj-products .product-con .content-right .right-title .title-nav{
    color: #999999;
}
.lj-products .product-con .content-right .right-title .title-nav a{
    color: #999999;
}
.lj-products .product-con .content-right .right-title .title-nav i{}

.lj-products .product-con .content-right .right-content{
    width: 100%;
}
.lj-products .product-con .content-right .right-content ul{
    width: 100%;
}
.lj-products .product-con .content-right .right-content ul li{
    float: left;
    width: 20%;
    margin: 0 1.66666% 30px;
    border: 1px solid #eeeeee;
    padding: 10px;

    transition: all .3s;
    position: relative;
}
.lj-products .product-con .content-right .right-content ul li::before{
    content: '';
    position: absolute;
    height: 1px;
    width: 0;
    left: 0;
    top: 0;
    background-color: #e7141a;

    transition: all .3s;
}

.lj-products .product-con .content-right .right-content ul li:hover::before{
    width: 100%;
}

.lj-products .product-con .content-right .right-content ul li:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 10px #dddddd;
}
.lj-products .product-con .content-right .right-content ul li a{
    display: block;
    width: 100%;
    color: #333333;
}
.lj-products .product-con .content-right .right-content ul li a:hover{
    color: #333333;
}
.lj-products .product-con .content-right .right-content ul li a .pic{
    width: 100%;
}
.lj-products .product-con .content-right .right-content ul li a .pic i{
    display: inline-block;
    width: 100%;
    height: 170px;
}
.lj-products .product-con .content-right .right-content ul li a .text{
    /*text-align: center;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lj-products .product-con .content-right .right-content ul li a .text p{
    /*background: linear-gradient(to top, #fff,#3398ff);*/
}
.lj-products .product-con .content-right .right-content ul li a .text p.ntitle-fs{
    background: linear-gradient(to top, #fff,#3398ff);
    padding: 1px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}
.lj-products .product-con .content-right .right-content ul li a .text .more{
    font-weight: 800;
    width: 100%;
    text-align: center;
    margin-top: 7px;
}
.lj-products .product-con .content-right .right-content ul li a .text .more span{
    display: inline-block;
    width: 60%;
    height: 36px;
    line-height: 36px;
    background-color: #e7141a;
    color: #fff;
    text-align: center;
    border-radius: 18px;
}


/*分页*/
.lj-products .product-con .content-right .right-content .pro-fenye{
    text-align: center;
}
.lj-products .product-con .content-right .right-content .pro-fenye a{
    display: inline-block;
    padding: 10px 15px;
}
.lj-products .product-con .content-right .right-content .pro-fenye a.active{
    background-color: #e7141a;
    color: #fff;
}
.lj-products .product-con .content-right .right-content .pro-fenye a:hover{
    background-color: #e7141a;
    color: #fff;
}







/*


产品详情页


*/

.lj-prodetail{
    width: 100%;
}
.lj-prodetail .product-con{}
.lj-prodetail .product-con .content-right{}
.lj-prodetail .product-con .content-right .detail-main{
    width: 100%;
}
.lj-prodetail .product-con .content-right .detail-main .detail-top{
    width: 100%;
    /*height: 300px;*/
}
.lj-prodetail .product-con .content-right .detail-main .detail-top .top-pic{
    width: 20%;
    height: 100%;
    border: 1px solid #dddddd;
    margin-left:106px;
}
.lj-prodetail .product-con .content-right .detail-main .detail-top .top-pic i{
    display: inline-block;
    width: 100%;
    height: 210px;
}
.lj-prodetail .product-con .content-right .detail-main .detail-top .top-title{
    width: 50%;
}
.lj-prodetail .product-con .content-right .detail-main .detail-top .top-title p{
    margin-bottom: 10px;
}
.lj-prodetail .product-con .content-right .detail-main .detail-top .top-title p.btitle-fs{
    margin-bottom: 30px;
}
.lj-prodetail .product-con .content-right .detail-main .detail-top .top-title p.btitle-fs span{}


.lj-prodetail .product-con .content-right .detail-main .main-content{
    width: 100%;
}
.lj-prodetail .product-con .content-right .detail-main .main-content .main-nav{
    width: 100%;
}
.lj-prodetail .product-con .content-right .detail-main .main-content .main-nav ul{
    width: 100%;
    background-color: #F5F5F5;
}
.lj-prodetail .product-con .content-right .detail-main .main-content .main-nav ul li{
    float: left;
}
.lj-prodetail .product-con .content-right .detail-main .main-content .main-nav ul li a{
    display: inline-block;
    padding: 10px 30px;
    /*color: #fff;*/
}

.lj-prodetail .product-con .content-right .detail-main .main-content .main-nav ul li.active a,
.lj-prodetail .product-con .content-right .detail-main .main-content .main-nav ul li:hover a{
    background-color: #e7141a;
    color: #fff;
}

.lj-prodetail .product-con .content-right .detail-main .main-content .main-desc{
    padding: 20px 30px;
}
.lj-prodetail .product-con .content-right .detail-main .main-content .main-desc>div{

}

.lj-prodetail .product-con .content-right .detail-main .main-content .main-desc .desc-child{
    display: none;
}

.lj-prodetail .product-con .content-right .detail-main .main-content .main-desc p{
    margin-bottom: 5px;
}
.lj-prodetail .product-con .content-right .detail-main .main-content .main-desc p.ntitle-fs{
    margin: 30px 0 10px;
}


/*产品尺寸*/
.lj-prodetail .product-con .content-right .detail-main .main-content .main-desc .size-con{
    width: 100%;
    text-align: center;
}
.lj-prodetail .product-con .content-right .detail-main .main-content .main-desc .size-con img{
    width: 80%;
    height: auto;
}



/*


应用案例详情页面


*/
.examdetail-con{
    /*text-align: center;*/
}
.examdetail-con .edetail-title{}
.examdetail-con .edetail-title p{
    text-align: center;
    color: #999999;
}
.examdetail-con .edetail-title p.ntitle-fs{
    color: #333333;
}
.examdetail-con .edetail-title p time{
    display: inline-block;
    margin-right: 10px;
}
.examdetail-con .edetail-main{
    width: 100%;
    text-align: center;

    margin-top: 20px;
}
.examdetail-con .edetail-main img{
    max-width: 100%;
    margin-top: 10px;
}

.examdetail-con .edetail-main p{
    text-align: left;
    text-indent: 2em;
    margin-top: 15px;
    font-size: 16px;

    line-height: 1.8;
}

.examdetail-con .edetail-next{}
.examdetail-con .edetail-next p{
    color: #999999;
}
.examdetail-con .edetail-next p a{
    color: #999999;
}





/*


服务留言页面


*/
.ljservice-con{}
.ljservice-con .ser-title{}
.ljservice-con .ser-title p{
    text-align: center;
}
.ljservice-con .ser-title p:first-child{}
.ljservice-con .ser-title p:last-child{
    font-size: 12px;
    color: #999999;
}

.ljservice-con .ser-content{
    width: 100%;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px #cccccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.ljservice-con .ser-content .con-title{
    width: 100%;
}
.ljservice-con .ser-content .con-title p{
    position: relative;
    text-align: center;
    font-size: 18px;
}
.ljservice-con .ser-content .con-title p::before,
.ljservice-con .ser-content .con-title p::after{
    content: ' ';
    position: absolute;
    height: 2px;
}

.ljservice-con .ser-content .con-title p::before{
    background-color: rgba(231,20,26,.2);
    bottom: -10px;
    width: 30%;
    left: 35%;
}
.ljservice-con .ser-content .con-title p::after{
    background-color: rgba(231,20,26,.3);
    bottom: -5px;
    width: 10%;
    left: 45%;
}

.ljservice-con .ser-content .form{
    width: 100%;
    /*text-align: center;*/
}
.ljservice-con .ser-content .form .f-common{
    width: 70%;
    margin: 0 auto 20px;

}
.ljservice-con .ser-content .form .f-common label{
    width: 12%;
}
.ljservice-con .ser-content .form .f-common input[type='text']{
    width: 75%;
    padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
}
.ljservice-con .ser-content .form .f-common span{
    font-size: 12px;
}

/*留言内容*/
.ljservice-con .ser-content .form .f-common textarea{
    width: 75%;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    vertical-align: middle;
    background-color: #fff;

}
.ljservice-con .ser-content .form .f-common.f-leavemsg label{
    vertical-align: middle;
}

.ljservice-con .ser-content .form .f-commit{
    margin-top: 40px;
    text-align: center;
}

.ljservice-con .ser-content .form .f-commit input[type='button']{
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #e72124;
    color: #ffffff;
    padding: 0 30px;
}
.ljservice-con .ser-content .form .f-commit input[type='button']:hover,
.ljservice-con .ser-content .form .f-commit input[type='button']:active{
    background-color: #e70717;
}





/*


关于我们-公司简介页面


*/
.about-company{
    width: 100%;
}
.about-company .ac-content{
    width: 100%;
    text-align: center;
}
.about-company .ac-content img{
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.about-company .ac-content p{
    text-indent: 2em;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.8;
}




/*


联系我们页面


*/
.contact-con{
    width: 100%;
}
.contact-con .con-main{
    width: 100%;
    height: 400px;
}

/*联系信息*/
.contact-info{
    width: 100%;
    background-color: #F5F5F5;
    padding: 30px;
}
.contact-info .info-con{
    width: 100%;
}
.contact-info .info-con p{
    padding: 10px 0;
}
.contact-info .info-con p span{}




/*


新闻中心页面


*/
.lj-products .product-con .content-right .right-content .lj-news{
    width: 100%;
}
.lj-products .product-con .content-right .right-content .lj-news ul{
    width: 100%;
}
.lj-products .product-con .content-right .right-content .lj-news ul li{
    width: 100%;
}
.lj-products .product-con .content-right .right-content .lj-news ul li a{
    display: block;
    padding: 10px;
}
.lj-products .product-con .content-right .right-content .lj-news ul li a .con-main{
    width: 100%;
    height: 120px;
}
.lj-products .product-con .content-right .right-content .lj-news ul li a .con-main .m-pic{
    width: 25%;
    height: 100%;
    overflow: hidden;
}
.lj-products .product-con .content-right .right-content .lj-news ul li a .con-main .m-pic i{
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.lj-products .product-con .content-right .right-content .lj-news ul li:hover a .con-main .m-pic i{
    transform: scale(1.1);
}
.lj-products .product-con .content-right .right-content .lj-news ul li a .con-main .m-text{
    width: 70%;
    position: relative;
}
.lj-products .product-con .content-right .right-content .lj-news ul li a .con-main .m-text p{
    line-height: 1.8;
}
.lj-products .product-con .content-right .right-content .lj-news ul li a .con-main .m-text p.ntitle-fs{
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;

    width: 80%;
}
.lj-products .product-con .content-right .right-content .lj-news ul li a .con-main .m-text p.t-con{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
    color: #999999;
    margin-top: 20px;
}
.lj-products .product-con .content-right .right-content .lj-news ul li a .con-main .m-text time{
    position: absolute;
    top: 0;
    right: 0;
    color: #999999;
}

/*分页*/
.lj-products .product-con .content-right .right-content .lj-news .lnews-page{
    text-align: center;
}
.lj-products .product-con .content-right .right-content .lj-news .lnews-page a{
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cccccc;
    color: #333333;
    margin: 0 5px;
}
.lj-products .product-con .content-right .right-content .lj-news .lnews-page a:hover,
.lj-products .product-con .content-right .right-content .lj-news .lnews-page a.active{
    background-color: #e7141a;
    color: #ffffff;
}