@charset "utf-8";
/* CSS Document */

.top-img-box{
	width: 100%;
}
.top-img-box img{
	max-width: 100%;
}

/*标准的标题样式*/
.bt-box{
	text-align: center;
	color: #0480b7;
	position: relative;
	margin: 1.5rem auto 1rem;
}
.bz-bt-z{
	font-size: 1rem;
	font-weight: 600;
	line-height: 0.8rem;
}
.bz-bt-y{
	font-size: 0.4rem;
	line-height: 0.4rem;
	margin-top: 0.4rem;
}
.bt-xt{
	width: 2rem;
	height: 0.1rem;
	background-color: red;
	position: absolute;
	bottom: 0.16rem;
}
.bt-xt-l{
	left: calc(50% - 3.5rem);
	background-image: -moz-linear-gradient(left, rgb(240,40,59) 0%, rgba(4,128,183,0.99608) 100%);
	background-image: -webkit-linear-gradient(left, rgb(240,40,59) 0%, rgba(4,128,183,0.99608) 100%);
    background-image: -ms-linear-gradient(left rgb(240,40,59) 0%, rgba(4,128,183,0.99608) 100%);
}
.bt-xt-r{
	right: calc(50% - 3.5rem);
	background-image: -moz-linear-gradient(right, rgb(240,40,59) 0%, rgba(4,128,183,0.99608) 100%);
	background-image: -webkit-linear-gradient(right, rgb(240,40,59) 0%, rgba(4,128,183,0.99608) 100%);
    background-image: -ms-linear-gradient(right, rgb(240,40,59) 0%, rgba(4,128,183,0.99608) 100%);
}
.gycf-box{
	width: 80%;
	margin: auto;
	height: 12.5rem;
	overflow: hidden;
}
.gycf-t{
	width: 61.8%;
	float: left;
}
.gycf-t img{
	width: 100%;
}
.gycf-w{
	float: left;
	width: 38.2%;
	height: 12.5rem;
	background-image: url("../img/06-gywm/gycf-w-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.gycf-w h2{
	color: #0480b7;
	font-size: 0.6rem;
	margin-top: 3rem;
	margin-left: 3rem;
}
.gycf-w p{
	font-size: 0.35rem;
	line-height: 0.8rem;
	color: #666;
	margin: 1rem 3rem;
	text-align: justify;
}
/*公司服务数据*/
.fwsj-box{
	width: 80%;
	margin: 1.5rem auto 0;
}
.fwsj-box img{
	width: 100%;
}
/*实地办公地址*/
.of-box{
}
.of-box li{
	overflow: hidden;
	height: 12.5rem;
}
.of-box ul{
	float: left;
}
.of-box img{
	height: 100%;
}
.of-t1{
	width: 33.33%;
}
.of-t3{
	width: 40%;
}
.of-t2{
	width: 30%;
}
/*核心团队样式*/
.te-box{
	overflow: hidden;
	width: 80%;
	margin: auto;
}
.te-box div{
	float: left;
	width: 47%;
	height: 9rem;
}
.te-box div:nth-child(2n+1){
	margin-right: 6%;
}
.te-box li{
	float: left;
}
.te-t{
	width: 40%;
}
.te-h{
	margin-top: 1rem;
}
.te-t img{
	width: 100%;
}
.te-w{
	width: calc(60% - 4rem);
	background-color: #f0faff;
	padding: 2rem;
	height: 6rem;
}
.te-w h2{
	font-size: 0.7rem;
	line-height: 0.8rem;
}
.te-w span{
	width: 1rem;
	height: 8px;
	background-color: red;
	display: block;
	margin: 0.4rem 0;
}
.te-w h4{
	font-size: 0.4rem;
	color: rgba(0,0,0,0.5);
}
.te-w p{
	color: #666;
	font-size: 0.4rem;
	text-align: justify;
	margin-top: 0.8rem;
	line-height: 0.6rem;
}
/*公司地址地图*/
	/*百度地图*/
    .iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
/*乘风财务优势*/
.cfys-box{
	background-color: #f0faff;
	padding: 1.5rem 10%;
	overflow: hidden;
	margin-top: 1.5rem;
}
.cfys-box li{
	float: left;
	width: 16.666%;
}
.cfys-box ul{
	width: 2rem;
	margin: auto;
}
.cfys-box h2{
	font-size: 0.6rem;
	text-align: center;
	margin: 0.5rem;
}
.cfys-box p{
	font-size: 0.4rem;
	color: #666;
	text-align: center;
}




















