#about .profile p{
	font-size: 16px;
	line-height: 32px;
	color: #555;
	text-align: justify;
    /* text-indent: 2em; */
}

#newsview .container p{
	font-size: 16px;
	line-height: 28px;
	color: #555;
	text-align: justify;
    text-indent: 2em;
}

.contact{
    width: 100%;
    height: auto!important;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
    padding: 0 20px 100px 20px;
    box-sizing: border-box;
}
.contact .text{
	text-align: left;
}
.contact .text p{
	font-size: 14px;
	line-height: 30px;
	color: #777777;
	text-align: justify;
}
.contact .map{
	width: 100%;
	height: 300px;
	border: 1px solid #ccc;
}

/* 产品列表下拉 */
/* #product>.prolist>.container>ul>li>a{
	position: relative;
	background-image: none;
}
#product>.prolist>.container>ul>li{
	position: relative;
}
#product>.prolist>.container>ul>li>p{
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	background: url(../images/navpart-arrow-down.png) no-repeat center;
	transform: rotate(-90deg);
}
#product>.prolist>.container>ul>li.on>p{
	transform: rotate(0);
} */
#product>.prolist>.container>ul>li dl{
	padding: 10px 0;
	border: 1px solid #eee;
	border-top: 0;
	overflow: hidden;
}
#product>.prolist>.container>ul>li dd a{
	display: block;
	padding-left: 15px;
	font-size: 14px;
	line-height: 32px;
}

@media only screen and (max-width: 640px){

#newsview .container p{
	font-size: 14px;
	line-height: 24px;
}

}