.bannerBigFont {
	font-size: 0.48rem;
	margin-bottom: 10px;
	color: #fff;
}

.bannerSmallFont {
	/* letter-spacing: 0.1rem; */
	font-size: 0.20rem;
	color: #fff;
}
.banner-font {
	text-align: center;
	margin-top: 1.4rem;
}
.company_details {
	margin: 0.4rem 0.8rem;
	font-size: 0.26rem;
	line-height: 0.36rem;
	color: #333;
}
.company_details img {
	width: 100%;
	padding-bottom: 0.2rem;
}
.about_logo{
	height: 7rem;
	padding:0.8rem 0 0.6rem;
	background: url('/assets/gw/images/about/about_slogan_bj.jpg') no-repeat center;
	background-size:100% 100%; 
	color:#fff;
}
.about_logo .wraper-cont{
	margin-top:0.4rem;
}
.about_logo .wraper-title .centact_border{
	background:#fff;
}
.about_logo .wraper-title .title_h3{
	color: #fff;
}
.wraper_cont_cell{
	padding-bottom:0.35rem;
	text-align: center;
}
.wraper_cont_cell h3{
	font-size:0.32rem;
	margin-bottom: 0.2rem;
}
.wraper_cont_cell p{
	margin-top:0.1rem;
	font-size:0.24rem;
}
.timeline {
	width: 100%;
	padding: 0.3rem 0.6rem;
}
.timeline h5{
	width: 1.8rem;
    height: 1.8rem;
    line-height: 1.8rem;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 0.36rem;
    font-weight: 700;
    text-align: center;
    margin-left:-0.5rem;
    top:0.34rem;
}
.timeline h5:before{
	content: '';
    position: absolute;
    top: 50%;
    z-index: -1;
    transform: translate(-50%,-50%) rotate(45deg);
    border: 2px solid #27b28b;
    width: 50%;
    height: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(45deg);
    background: #fff;
}
.timeline_li{
	position:relative;
	border-left:2px solid #27b28b;
	padding-left:0.3rem;
	/* left:0.38rem; */
}
.time{
	font-size:0.3rem;
	color:#27b28b;
	font-weight:bold;
	margin-right:0.2rem;
	display:block;
}
.timeline_p{
	font-size:0.26rem;
	height:1rem;
	color:#999;
	padding-right:1rem;
}
.yuan{
	position: absolute;
    left: -0.13rem;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #27b28b;
    top: 0rem;
}
.timeline .timeline_h52017{
	top:-0.3rem;
}
.timeline_ul2017{
	margin-top:-0.52rem;
}
.timeline .start{
	top:-0.3rem;
	font-size:0.28rem;
	color:#fff;
}
.timeline .start:before{
	background:#27b28b;
}
.contract_left_cell{
	margin-bottom:0px; 
	min-height: 1.2rem;
}
.contract_left_cell h3{
	color:#2c4058;
	font-size:0.3rem;
	margin: 10px 0;
}
.contract_left_cell p{
	margin-top:5px;
	font-size:0.24rem;
	color: #555555;
	padding-left: 1em;
}
.contract_left{
	padding: 0 0.4rem;
}
.contract_left_cell a {
	display: inline-block;
}
.text-color{
	color:#27b28b;
	text-decoration: underline;
  }
  .join_about{
	padding-bottom:0.6rem;
	padding-top:0.2rem;
	margin: 0.3rem;
}
.join_cont{
	background: linear-gradient(to right, #26edb5, #27b28b);
	padding:0.4rem 0.6rem;
	border-radius:10px;
}
.join_form{
	width: 100%;
}
.join_form .join_group{
	height: 1.6rem;
	/* width: 20%;
	float:left;
	padding:0 15px;
	box-sizing:border-box;
	position: relative; */
}
.join_form label{
	display: block;
	color:#fff;
	margin-bottom:10px;
	font-size: 16px;
}
.join_input{
	border-radius: 5px;
	background: #fff;
	line-height:0.8rem;
	border:0;
	padding:0 10px;
	box-sizing:border-box;
	width:100%;
	position: relative;
	top: -0.6rem;
}
.join_btn{
	background: linear-gradient(to top, #ffa751, #ffe259);;
	border:0;
	font-size:16px;
	color:#6d4213;
	height: 55px;
	line-height: 55px;
	padding:0 20px;
	border-radius: 8px;
	cursor: pointer;
	width: 100%;
	transition:all 0.4s linear;
}
.join_btn:hover{
	transform:scale(1.06);
	box-shadow: 0px 0px 10px 0px #ccc;
}
