.contact-title {
    /*background: url(../images/contact_title.jpg) repeat-x center 0;*/
}
.common-title {
    width: 100%;
}
.common {
    width: 1200px;
    margin: 50px auto 30px;
    position: relative;
    text-align: center;
}
.contact-title h2 {
    color: #000;
}
.common-title h2 {
    font-size: 28px;
    line-height: 50px;
    font-weight: bold;
    border-bottom: 2px solid #FB6000;
    padding-top: 10px;
    width: 100%;
    height: 48px;
    display: inline;
    padding-bottom: 8px;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
.wrap {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}
.contact-content {
    padding: 55px 0 60px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
}
.contact-content .address {
    padding-bottom: 42px;
}
.contact-content {
    font-size: 16px;
    color: #333;
    line-height: 26px;
}
body {
    font-size: 12px;
    font-family: Microsoft YaHei,SimHei,SimSun;
}
.head{
    background: linear-gradient(#ffffff,#ededed);
}
.trigle{
	display: block;
	width: 40px;
	height: 6px;
	background: #FB7803;
	margin: 0 auto;
}
.line{
	display: block;
	width: 460px;
	height: 2px;
	background:#EFEFEF;
	margin: 0 auto;
}
