/*关于我们*/
.about_img1 img,.about_img2 img{
	width: 100%;
}

/*企业文化*/
.neirong{
	padding: 1em;
    border-radius: 10px;
    border: 3px solid #cacaca;
    margin: 1em;
    line-height: 1.8em;
}
.neirong h2 {
    line-height: 30px;
    color: #005bac;
    font-size: 20px;
    font-weight: bold;
}

/*荣誉资质*/
.ryzz{
	width: 100%;
}
.ryzz li{
    width: 80%;
    overflow: hidden;
    margin: 10px auto;
    border: 1px #eaeaea solid;
}
.ryzz li img{
	width: 100%;
}
.ryzz li span{
	text-align: center;
	display: block;
	padding: 10px;
}

/*产品*/
.content_box_pro .product_box .pro_con {
	float: left;
    margin: 6px 9px;
}

.content_box_pro .product_box .pro_con dt {
    width: 90px;
    height: 90px;
    *line-height: 90px;
    border: 1px solid #ddd;
    text-align: center;
    overflow: hidden;
    padding: 1px;
    margin-bottom: 5px;
    display: table-cell;
    vertical-align: middle;
}

.content_box_pro .product_box .pro_con dt a {
    height: 100%;
    vertical-align: middle\9;
    _writing-mode: tb-rl;
}

.content_box_pro .product_box .pro_con dt img {
    vertical-align: middle;
    width: expression(this.width > 90 && this.width > this.height ? 90:true);
    height: expression(this.height >90 ? 90: true);
    vertical-align: middle;
    overflow: hidden;
}

.content_box_pro .product_box .pro_con dd {
    text-align: center;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
}
.content_box_pro .title{
	font-size:20px;
	line-height:50px;
	font-weight:bold;
	color:#015cb5;
	text-align:center;
}
.product_box .pro_con li{
	width:167px;
	height:150px;
}
.product_box .pro_con .pro_picture{
	border: 1px #eaeaea solid;
}
.product_box .pro_con .pro_picture a{
	display: block;

}
.product_box .pro_con .pro_picture img{
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.product_box .pro_con .pro_picture .name{
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px 10px;    
}

/*产品详情*/
.contactus #content{
	padding: 0px 10px;
	line-height: 1.6em;	
}
.contactus #content table{
	max-width: 355px!important;
}

/*翻页*/
.page{
    text-align: center;
    padding: 10px 0 20px 0;	
}