/* 二级页面样式 */
/* 二级页面图banner */
.banner_pic{
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.banner_pic .pic{
    width: 1920px;
    height: 300px;
    position: absolute;
    top: 0;
    left:50%;
    margin-left:-960px;
}
/* 内容区 */
.content{
    width: 1020px;
    height: auto;
    overflow: hidden;
    margin: 60px auto 120px;
}
/* 内容区左侧 */
.content .left{
    float: left;
    width: 180px;
    height: auto;
}
.content .left .top{
    width: 180px;
    height: 110px;
    line-height: 110px;
    background:#0173b1;
    font-size: 20px;
    color:#fff;
    text-align: center;
    font-weight: 700;
}
.content .left ul li a{
    display: block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    padding-left:25px;
    background:#565960;
    border-bottom:1px solid #45484f;
    font-size:14px;
    color:#fff;
    padding-right: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content .left ul li.cur a{
    font-weight: 700;
}
.content .left ul li a:hover{
    background:#b5b5b5;
}
/* 内容区右侧 */
.content .right{
    float: right;
    width: 800px;
    height: auto;
}
.content .right .site{
    width: 800px;
    height: 40px;
    line-height: 40px;
    border-bottom:2px solid #efefef;
}
.content .right .site .l{
    float: left;
}
.content .right .site .r{
    float: right;
    padding-left:16px;
    background:url("../pro_images/syimg.jpg") no-repeat left center;
}

/* 文章页面 内容区右侧 */
.content .right .list{
    width: 800px;
    height: auto;
}
.content .right .list ul li{
    width: 770px;
    height: 50px;
    line-height: 50px;
    padding-left:30px;
    border-bottom:1px dashed #efefef;
    background:url("../pro_images/arrow.png") no-repeat 10px center;
}
.content .right .list ul li a{
    float: left;
    width: 630px;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.content .right .list ul li span{
    float: right;
    font-size: 14px;
    color:#7c7c7c;
}

/* 产品展示页面 内容区右侧 */
.content .right .list2 .item{
    width: 800px;
    height: 170px;
    padding:30px 0px;
    border-bottom:1px dashed #efefef;
    overflow: hidden;
}
.content .right .list2 .item .l{
    float: left;
    width: 230px;
    height: 170px;
}
.content .right .list2 .item .r{
    float: right;
    width: 530px;
    height: 170px;
}
.content .right .list2 .item .r h3{
    font-size: 16px;
    color:#0173b1;
    font-weight: 400;
    height: 46px;
    line-height: 46px;
    font-weight:bold;
}

.content .right .list2 .item .r p{
    font-size: 14px;
    line-height: 28px;
    height: 116px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
/* 单页页面 内容区右侧 */
.content .right .list3 .s_nav{
    height: 30px;
    padding:30px 0px;
}
.content .right .list3 ul{
    overflow: hidden;
}
.content .right .list3 ul li{
    float: left;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-image: url("../pro_images/bg.png");
}
.content .right .list3 ul li.cur{
    background-image: url("../pro_images/bg_cur.png");
}
.content .right .list3 ul li.cur a{
    color:#fff;
}
.content .right .list3 ul li:hover{
    background-image: url("../pro_images/bg_cur.png");
}
.content .right .list3 ul li:hover a{
    color:#fff;
}
.content .right .list3 .con{
    padding-top: 20px;
    font-size:14px;
}
.content .right .list3 .con h3{
    font-size: 14px;
    line-height: 30px;
}
.content .right .list3 .con p{
    line-height: 28px;
}
.content_tit{
    width:800px;
    font-size: 16px;
    color: #333;
    height:36px;
    line-height:36px;
    font-weight:bold;
    margin-top: 20px;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
/*分页*/
.fenye{ height: 30px; line-height: 30px;margin: 0 auto; font-size: 14px; color: #333333;}