.p-contact .top {
	text-align: center;
	height: 60%;
	background: #fff;
}
.p-contact .main {
	height: 40%;
}
.p-contact .main h2{
	font-size: 20px;
	margin-top: 50px;
}
.p-contact .main p{
	font-size: 12px;
	margin-top: 10px;
}
.p-contact .main .border{
	height: 6px;
	background: url(../images/p6-border.png) 0 0 repeat;
}
.p-contact .main img{
	width: 132px;
	margin-bottom: 10px;
}
.p-contact .main .cell-left{
	float: left;
	margin-right: 20px;
}
.p-contact .main .cell-right{
	float: right;
	margin-top: 50px;
}
.p-contact .main .cell-right p{
	font-size: 12px;
	margin-top: 0;
}
.p-contact .wrap{
	width: 1000px;
	margin: 0 auto;
}

.p-contact h2.rexian{
    border-bottom: 2px solid #fff;
    font-size: 25px;
    margin-top: 45px;
}
.p-contact h2.rexian span{
    color: #ffd900;
    font-weight: 600;
}
.p-contact p.yun{
    font-size: 20px;
}

.p-contact .fax,
.p-contact .phone {
	line-height: 35px;
	display: block;
	padding: 0 20px 0 30px ; 
}
.p-contact .fax {
	background: url('../images/fax.png') center left no-repeat; 
}
.p-contact .phone{
	background: url('../images/phone.png') center left no-repeat; 
}