.products-right{
    width: 950px;
    height: auto;
    float: right;
}
.pos{
    line-height: 40px;
    background-color: #f8f8f8;
    padding-left: 15px;
    font-size: 16px;
}
.products-right-container{
    border:1px solid #cccccc;
}

.products-right .products-list{
    width: 950px;
    height: auto;
}
.products-right .products-list li{
    width: 216px;
    height: 201px;
    float: left;
    margin: 10px 8px;
    background-color: #dadada;
    padding: 2px 2px;
}
/******************************/
.products-right .products-app{
    width: 950px;
    height: auto;
}
.products-right .products-app li{
    width: 220px;
    height: 205px;
    float: left;
    margin: 10px 8px;
    position: relative;
    overflow: hidden;
}
.products-right .products-app li .thumb{
    width: 220px;
    height: 205px;
}
.products-right .products-app li .thumb img{
    display: block;
    width: 220px;
    height: 165px;
}
.products-right .products-app li p{
    width: 220px;
    height: 165px;
    position: absolute;
    left:-220px;
    top:0;
    background: rgba(41,71,143,0.8);
    color:#ffffff;
    text-align: center;
    line-height: 165px;
}
.products-right .products-app li p a{
    color:#ffffff;
}
.tj{
    width: 240px;
    height: auto;
    margin-top: 20px;
}
.tj .dh{
    width: 240px;
    height: 90px;
    background-color:#333333;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: center;
    line-height: 90px;
    color:#ffffff;
    font-size: 18px;
}
.tj .tj_list{
    width: 220px;
    height: auto;
    border:1px solid #1d46a1;
    padding: 10px 9px;
}
.tj .tj_list ul li{
    width: 220px;
    height: 200px;
    margin: 10px 0;
}
.tj .tj_list ul li p{
    line-height: 40px;
    text-align: center;
}
.tj .tj_list ul li p a{
    color:#666666;
}
.tj .tj_list ul li img{
    display: block;
    width: 100%;
}
.products-news{
    padding: 20px;
}
.products-news ul li{
    width: 910px;
    height: 120px;
    border-bottom:1px solid #cccccc;
    padding: 15px 0;
}
.products-news ul li .time{
    width: 120px;
    height:80px;
    -webkit-border-radius: 360%;
    -moz-border-radius: 360%;
    border-radius: 360%;
    background-color: #f8f8f8;
    text-align: center;
    padding: 20px 0;
    float: left;
}
.products-news ul li .time h2{
    font-size: 30px;
    line-height: 40px;
}
.products-news ul li .time p{
    font-size: 20px;
    line-height: 40px;
}
.products-news ul li .info{
    width: 780px;
    height: auto;
    float: right;
}
.products-news ul li .info h2{
    line-height: 40px;
    border-bottom:1px dashed #cccccc;
}
.products-news ul li .info p{
    height: 50px;
    line-height: 25px;
    font-size: 14px;
}
.products-news ul li .info span{
    display: block;
    width: 120px;
    height: 30px;
    background-color: #1E9FFF;
    text-align: center;
    line-height: 30px;
    float: right;
}
.products-news ul li .info span a{
    color:#ffffff;
}
.products-news ul li:hover .time{
    background-color: #1E9FFF;
    color:#ffffff;
}
.products-show{
    padding: 20px;
}
.products-show .title{
    width: 910px;
    height: 100px;
    text-align: center;
    border-bottom:1px solid #cccccc;
}
.products-show .title h1{
    line-height: 60px;
}
.products-show .title p{
    line-height: 40px;
    font-size: 14px;
}
.products-show .title p span{
    padding: 0 15px;
}
.products-show .body{
    padding: 20px;
    line-height: 30px;
    font-size: 14px;
}
.products-show .body  img{
   display: table;
   margin:0 auto;
}
#tag{
    width: 950px;
    height: auto;
    margin-top: 20px;
    border:1px solid #cccccc;
}

#tag .dh{
    width: 920px;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    background: #F8F8F8;
    border-bottom: 1px solid #cccccc;
}
#tag .list{
    padding: 0 20px;
}
#tag .list li{
    width: 450px;
    background: url("../images/li-img01.jpg") no-repeat left center;
    text-indent: 1.5em;
    line-height: 35px;
    float: left;
}
#tag .list li a{
    font-size: 14px;
}
#tag .texttag{
    width: 910px;
    padding: 15px 20px;
    font-size: 14px;
}
#tag .texttag p span{
    font-weight: 600;
}
#tag .texttag p a{
    padding: 0 10px;
}

#page{
    padding: 15px 20px;
    margin-bottom: 20px;
}

#page a{
    display: block;
    padding: 5px 10px;
    float: left;
    margin: 0 2px;
    border:1px solid #eeeeee;
}
#page span{
    display: block;
    padding: 5px 10px;
    float: left;
    margin: 0 2px;
    border:1px solid #eeeeee;
    background-color: #1d46a1;
    color:#ffffff;
}

.pre-next{
    width:830px;
    height: auto;
    margin: 20px auto;
    padding: 15px 15px;
    background-color: #eeeeee;
}