@charset 'UTF-8';

/* 内页banner */
.lbanner{
    min-width: 1200px;
}
/* 内页搜索 */
.search{
    height: 70px;
    line-height: 70px;
}
.search .title{
    color: #64b0ec;
    width: 190px;
}
.search form .seakey{
    width: 200px;
    padding: 5px 3px;
    border:1px solid #00a0e9;
}
.search form .seabut{
    padding: 5px;
    background-color: #00a0e9;
    border:1px solid #00a0e9;
}
/* 产品列表左右 */
.contentP > .fl-l{
    width: 210px;
}
.contentP > .fl-r{
    width: 990px;
}
.contentP > .fl-l a:hover{
    color:#333;
}
.contentP > .fl-r ul.cpList > li{
    width: 232px;
    height: 360px;
}
.contentP > .fl-r ul.cpList > li h3{
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contentP > .fl-r ul.cpList > li h4{
    height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contentP > .fl-r ul.cpList > li p{
    height: 105px;
    overflow: hidden;
}
.contentP > .fl-r ul.cpList > li > a{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .2s;
}
.contentP > .fl-r ul.cpList > li > a:hover{
    background-color: #64b0ec;
    opacity:.3;
}
/* 文章列表左右 */
.contentA > .fl-l{
    width: 190px;
}
.contentA > .fl-r{
    width: 1010px;
}
.contentA > .fl-l a:hover{
    color:#333;
}
.contentA > .fl-r > ul > li{
    left: 0;
    transition:.3s;
}
.contentA > .fl-r > ul > li:hover{
    background-color: #eee;
    left: 10px;
}
.contentA > .fl-r > ul > li > div.fl-l{
    width: 180px;
    height: 120px;
}
.contentA > .fl-r > ul > li > div.fl-r{
    padding-right:20px;
    width: 770px;
}
.contentA > .fl-r > ul > li > div.fl-r > div > a:hover{
    background-color: #0b7ed9;
}
.contentA > .fl-r > ul > li > div.fl-r > div > .fl-r{
    background: url("../images/ear.png") no-repeat left center;
    font-family: verdana;
}
/* 产品内容页 */
.contentPV > .fl-r{
    width: 960px;
}
.contentP > .fl-r > div.productText > .fl-l{
    width: 460px;
    height: 347px;
    border:1px solid #eee;
}
.contentP > .fl-r > div.productText > .fl-r{
    width: 475px;
    height: 278px;
}
.contentPV > .fl-r > h2{
    height: 25px;
    line-height: 25px;
    border-bottom:1px solid #eee;
}
.contentPV > .fl-r > h2 > span{
    padding-bottom: 9px;
    height: 25px;
    line-height: 25px;
    border-bottom:2px solid #00a0e9;
}
.contentP > .fl-r > div.productInfo{
    height: 35px;
    line-height: 35px;
    border-bottom:1px solid #eee;
}
.contentP > .fl-r > div.productInfo > span{
    height: 35px;
    line-height: 35px;
    cursor:pointer;
}
.contentP > .fl-r > div.productCon{
    line-height: 1.8;
}
.contentP > .fl-r > div.productCon p{
    margin-bottom:25px;
}

/* 新闻内容页 */
.contentAV > .fl-r > .fl-l{
    width: 660px;
}
.contentAV > .fl-r > .fl-r{
    width: 290px;
}
.contentAV > .fl-r > .fl-l > p{
    border-bottom:1px solid #eee;
}
.contentAV > .fl-r > .fl-l > p > em{
    background: url(../images/ear.png) no-repeat left center;
    font-family: verdana;
}
.contentAV > .fl-r > .fl-l > div{
    line-height: 1.8;
}
.contentAV > .fl-r > .fl-l > div p{
    margin-bottom:25px;
}
.contentAV > .fl-r > .fl-r > h3{
    border-bottom:1px solid #eee;
}
.contentAV > .fl-r > .fl-r > h3 span{
    border-left:3px solid #00a0e9;
}
.contentAV > .fl-r > .fl-r > ul.rP > li{
    width: 130px;
    height: 130px;
}
.contentAV > .fl-r > .fl-r > ul.rP > li p{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.contentAV > .fl-r > .fl-r > ul.rP > li img{
    border-radius:6px;
}
.contentAV > .fl-r > .fl-r > ul.rA > li{
    border-bottom:1px dashed #ddd;
    height: 35px;
    line-height: 35px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.contentAV > .fl-r > .fl-r a:hover{
    color: #333;
}
/* 单页内容区 */
.contentAV > .fl-r > .pageV{
   width: 980px;
}
.contentAV > .fl-r > .pageV > h1{
    border-bottom:1px solid #eee;
}
.contentAV > .fl-r > .pageV > div{
    color: #666;
    line-height: 2;
}
.contentAV > .fl-r > .pageV > div p,.contentAV > .fl-r > .pageV > div div{
    margin-bottom:10px;
}
/* 授权查询表单 */
input.inputchild{
    width: 200px;
    padding:5px 3px;
    border:2px solid #333;
}
input.inputchildsubmit{
    padding:5px 10px;
    border:2px solid #333;
    background:#333;
    color:#fff;
}
/* 下载列表 */
table.downtable{}
a.downa1{ font-weight:bold; color:#004e90;}
tr.downtd1 td{background:#f5f5f5; padding:10px; text-align:center; font-weight:bold; font-size:14px;}
tr.downtd2 td{background:#fefefe; padding:10px; text-align:left; font-size:14px;}
tr.downtd3 td{background:#fefefe; padding:10px; text-align:left; font-size:14px;}
.downft{ font-size:14px; font-weight: bold; color: #000; padding: 0 10px; text-align: center;}
/* 列表页分页 */
.shpa, #showpage { text-align: center; margin-bottom: 5px; overflow: auto; zoom: 1; padding:10px 10px; font-size:14px; }
.shpa b, #showpage b { padding: 5px 12px 5px; border-radius:8px 0 8px 0; color: #FFF; display: inline-block; border: 1px solid #00a0e9; background: #00a0e9; }
.shpa a, #showpage a { padding: 5px 12px 5px; border-radius:8px 0 8px 0; color: #a9a9a9; display: inline-block; border: 1px solid #e8e8e8; background:#fdfdfd; }
.shpa a:hover, #showpage a:hover { color: #fff !important; background: #00a0e9; border: 1px solid #00a0e9; text-decoration: none; }