.swiper-container-about{
	height: 100%;
}
.swiper-container-about .bannerBigFont{
    font-size:0.72rem;
    margin-bottom:10px;
}
.swiper-container-about .bannerSmallFont{
    letter-spacing: 0.086rem;font-size:0.24rem;
}
.swiper-container-about  .banner-font .wraper{
	margin-top:14%;
}
.wraper-about{
	text-align: center;
	margin-top:15%;
}
.about_logo{
	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;
}
.contract_us{
	padding:0.8rem 0;
}
.contract_us .wraper-cont{
	margin-top:0.5rem;
}
.wraper_cont_cell{
	padding-bottom:35px;
	text-align: center;
}
.wraper_cont_cell h3{
	font-size:22px;
	margin-bottom: 20px;
}
.wraper_cont_cell p{
	margin-top:5px;
	font-size:16px;
}

.contract_left_cell{
	margin-bottom:0px; 
	min-height: 100px;
}
.contract_left_cell h3{
	color:#2c4058;
	font-size:18px;
	margin: 10px 0;
}
.contract_left_cell p{
	margin-top:5px;
	font-size:16px;
	color: #555555;
	padding-left: 1em;
}
.contract_left ,.contract_right{
	width: 50%;
	float: left;
}
.company{
	padding:0.8rem 0;
}
.company_production{
	padding-top:0.5rem;
}
.company_left{
	float: left;
	width:50%;
	padding-right: 2%;
	padding-top: 5%;
	box-sizing:border-box;
}
.company_right{
	float: right;
	width:50%;
	padding:0 3%;
	box-sizing:border-box;
}
.company_title{
	font-size: 0.24rem;
	margin:10px 0;
}
.company_border{
	width:50px;
	height: 1px;
	background: #cccccc;
}
.company_brief{
	font-size:0.16rem;
	line-height: 32px;
	margin:20px 0;
}
.about_hot{
	padding:0.8rem 0;
	background: url(/assets/gw/images/about/hot_bj.jpg) no-repeat center;
	background-size:100% 100%; 
}
.about_hot .wraper-title .title_h3{
	color:#fff;
}
.about_hot .wraper-title .centact_border{
	background: #fff;
}
.join_about{
	padding-bottom:0.6rem;
	padding-top:0.2rem;
}
.join_cont{
	background: linear-gradient(to right, #1a9b77 , #2fd8a8);
	padding:40px;
	border-radius:10px;
	margin-top:-0.8rem;
}
.join_form{
	margin-bottom:20px;
	width: 102%;
    margin-left: -15px;
}
.join_form .join_group{
	/* width: 20%; */
	width: 25%;
	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;
	height:55px;
	line-height:55px;
	border:0;
	padding:0 10px;
	box-sizing:border-box;
	width:100%;
	position: relative;
}
.join_select{
	appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
    /*添加下拉三角图标*/
    background: url("/assets/gw/images/about/care.png") no-repeat right 10px center #fff;
}
.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;
}
.dropDown{
	position: absolute;
	top:55px;
	width:300px;
	background: #fff;
	z-index:999;
	left:0;
	height:200px;
	overflow: hidden;
	display: none;
}
.cityName{
	background: url('/assets/gw/images/about/care.png') no-repeat right center;
}
.dropProv{
	width:150px;
	border-right:1px solid #ccc;
	height:200px;
	overflow: auto;
	float: left;
	box-sizing:border-box;
}
.dropCity{
	width:150px;
	height:200px;
	overflow: auto;
	float: left;
}
.dropUl li{
	padding-left:10px;
	cursor: pointer;
	height: 35px;
	line-height: 35px;
}
.dropUl li:hover,.dropUl li.active{
	background: #27b28b;
	color:#fff;
}
.dropProv::-webkit-scrollbar,.dropCity::-webkit-scrollbar {/*滚动条整体样式*/
    width: 0.05rem;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 0;
}
.dropProv::-webkit-scrollbar-thumb,.dropCity::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 0.02rem;
    -webkit-box-shadow: inset 0 0 0.02rem rgba(0,0,0,0.2);
    background: #d1d4db;
}
.dropProv::-webkit-scrollbar-track,.dropCity::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: none;
    border-radius: 0px;
    /*background: #EDEDED;*/
}
@media(max-width: 1340px) {

}