.container>.box{
	width: 1200px;
	text-align: right;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	padding-right: 5px;
	box-sizing: border-box; 
}
.page_title{
	width: 180px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px solid #999;
    margin-top: 60px;
    margin-bottom: 30px;
}
.page_title h2{
	font-size: 30px;
    margin: 0px;
    border-bottom: 1px solid #333;
    color: #555;
    font-weight: 700;
}
.page_title span{
	height: 30px;
    display: block;
    line-height: 30px
}

.page_content{
	max-width: 1200px;
	margin: 0 auto;
	min-height: 400px;
	position: relative;
}
.tel_pic{
	width: 360px;
	height: 271px;
	position: absolute;
	right: 40px;
	bottom: 0;
}