@charset "utf-8";

/*
* Company Introduction 
* ======公司简介======
*/
.contentWrap .content .article{
	padding-top:20px;
}
.contentWrap .content .article .p1{
	line-height: 24px;
	padding-bottom: 20px;
}
.contentWrap .content .article img{
	width: 720px;
}

/*
* Intelligence，
* ======认证资质======
*/
.intelligence ul.list{
	padding:20px 0;
	margin-left: -2px;
}
.intelligence ul.list li{
	width: 172px;
	overflow: hidden;
	float: left;
	margin: 0 4px; 
	padding-bottom: 10px;
}
.intelligence ul.list li img{
	max-width: 164px;
	padding: 3px;
	border: 1px solid #bbbbbb;
}
.intelligence ul.list li:hover img{
	padding: 2px;
	border: 2px solid #4d4d4d;
}
.intelligence ul.list li p{
	width: 152px;
	padding: 0 10px;
	text-align: center
}
.intelligence ul.list li p a{
	line-height: 16px;
	font-size: 12px;
	color: #000;
	font-family: 'Arial','SimSun';
}

/*
* company-img
* ======工厂图片======
*/
.companyImg{
	width: 100%;
}
.companyImg .imgList{
	margin-left: -2px;
	margin-top:20px;
}
.companyImg .imgList .item{
	width: 172px;
	float: left;
	margin: 0 4px; 
}
.companyImg .imgList .item .center_pic{
	width: 172px;
	height: 100px;
	border:1px solid #dddddd;
}
.companyImg .imgList .center_pic img{
	min-width: 166px;
	max-height: 94px;
}
.companyImg .imgList .ttl{
	display:inline-block;
	height: 38px;
	overflow: hidden;
	margin-top: 4px;
	padding:0 10px;
	text-align: center;
	color:#000;
	font-family: 'Arial','SimSun';
	width: 152px;
}
.companyImg .imgList .item:hover .center_pic{
	width: 170px;
	height: 98px;
	border:2px solid #4d4d4d;
}

.companyImg ul.list{
	padding:20px 0;
	margin-left: -2px;
}
.companyImg ul.list li{
	width: 172px;
	overflow: hidden;
	float: left;
	margin: 0 4px; 
	padding-bottom: 10px;
}
.companyImg ul.list li img{
	padding: 3px;
	border: 1px solid #bbbbbb;
}
.companyImg ul.list li:hover img{
	padding: 2px;
	border: 2px solid #4d4d4d;
}
.companyImg ul.list li p{
	width: 152px;
	padding: 0 10px;
	text-align: center
}
.companyImg ul.list li p a{
	line-height: 16px;
	font-size: 12px;
	color: #000;
	font-family: 'Arial','SimSun';
}
/*
* product
* ======产品中心======
*/
.product{
	width: 960px !important;
}
.product .prod-con{
	padding: 20px 0;
}
.product .prod-con p{
	font-size:14px;
	font-family: 'Arial','SimSun';
	color: #000;
}
.product .prod-con img{
	max-width: 960px;
	margin: 14px 0;
}

/*
* news
* ======新闻资讯======
*/
.news_ul_list {
    width: 698px;
    padding:20px 10px;

}
.news_ul_list li {
    background: url("../images/yuan.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    color: #ccc;
    text-align: right;
    text-indent: 15px;
    padding:4px 0;
}
.news_ul_list li a {
    color: #4b4b4b;
    float: left;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 500px;
}
.news_ul_list li:hover a,.news_ul_list li:hover {
    color: #72573c;
    text-decoration: none;
}

/*
* news-detail
* ======新闻详情======
*/
.news_list_detail {
    width: 718px;
    padding:20px 0;
	font-family: 'Arial','SimSun';
}

.news_list_detail_title h3 {
    display: block;
    width: 696px;
    text-align: center;
    color: #72573c;
    font-size: 16px;
    font-weight: bold;
}

.news_list_detail_title h3 .detail_title_txt1 {
    color: #a4a4a4;
    font-size: 12px;
    font-family: "宋体";
    font-weight: normal;
}

.news_list_detail p {
    line-height: 26px;
}

.news_list_detail_img {
    width: 682px;
    text-align: center;
    padding: 25px 0 32px 0;
}

.news_list_detail img {
    text-align: center;
    max-width: 377px;
}

.article_link {
    padding: 13px 0 0 13px;
}

.article_link a {
    text-decoration: none;
    color: #4b4b4b;
}

.article_link a:hover {
    font-weight: bold;
}

/*
* service
* ======服务优势======
*/
.service{
	padding:30px 0;
	min-height:350px; 
	font-family: 'Arial','SimSun';
}
.service p{
	line-height: 26px;
}
.service .title{
	font-weight: bold;
	font-size: 14px;
}

/*
* contact
* ======联系我们======
*/
.contact{
	width: 756px;
	margin:0 auto;
	padding: 0 0 50px 0;
	font-family: 'Arial','SimSun';
}
.contact .info{
	height: 130px;
	width: 100%;
	padding: 30px 0;
	background: url(../images/logo_s.png) no-repeat 0 center;
	border-left: 0;
	border-right: 0;
	border-top: 0;
}
.contact .info p{
	margin-left: 150px;
	line-height: 24px;
}
.contact .info p b{
	font-weight: bold;
}
.contact .info2{
	min-height: 300px;
	width: 100%;
}