#header{
	border-bottom: 1px solid #ccc;
}
#gea_page p.zhu_text{
	text-indent: 2em;
}
#about_GEA .about_title{
    border-bottom: 1px solid #ff8900;
    margin:20px 0;
}
.gea_page{
    margin:20px 0;
}
.about_title h2{
    color: #ff8900;
}
.about_body{
    padding: 10px 10px;
}
.about_body p{
    text-align: left;
    text-indent: 2em;
    color: #858585;
}
.about_body {
  background: none repeat scroll 0 0 #F3F3F3;
  border-radius: 3px;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 18px;
  margin-top: 60px;
}

.about_body h2 {
    color: #ff8900;
  padding-top: 30px;
  margin-bottom: 20px;
}

.request {
  bottom: -15px;
  left: 50%;
  position: absolute;
  margin-left: -110px;
}

.request h4 {
  position: absolute;
  width: 220px;
  position:relative;
}

.request h4 a{
  background:#ff8900;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  border-radius: 3px;
  padding: 5px 15px;
}

.request h4:after {
  border-color: #ff8900 transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -16px;
  content: "";
  height: 0;
  position: absolute;
  right: 50px;
  z-index: -99999;
}

.request h4:before {
  border-color: #ff8900 transparent transparent;
  border-style: solid;
  border-width: 12px;
  bottom: -16px;
  content: "";
  height: 0;
  left: 48px;
  position: absolute;
  z-index: -99999;
}
.gea_page h5{
	color: #ff8900;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: bold;
    position: relative;
}
.gea_page h5:after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 25px;
    height: 4px;
    background: #ff8900;
}
#PrivacyPolicy .request h4:after {  
  right: 43px;
}

#PrivacyPolicy .request h4:before {
  left: 41px;
  
}