@charset "utf-8";

/* CSS Document */

/*关于我们-公司简介*/

	.profile{

		margin:4% 4% 0 4%;

	}

	.profileWen{

		text-align:justify;

		font-size:3.2vmin;

		color:#333;

		line-height:5vmin;

		margin-top:2%

	}

	.profileWen_1{

		font-size:3.6vmin;

	}

	.profilePic{

		display:block;

		width:100%;

		margin:0 auto;

		overflow:hidden;

	}

	.profilePic img{

		display:block;

		width:100%;

		height:100%;

	}

	

	

	

	/*联系我们*/

	.cntUsbg{

		width:100%;

		overflow:hidden;

		position:relative;

		background:url(../images/cntUs.png) no-repeat center top;

		background-size:100%;

	}

	.cntUsptn{

		position:absolute;

		font-size:20vmin;

		line-height:20vmin;

		font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";

		color:#fff;

		opacity:0.1;

		top:-10%;

		left:0;

	}

	.cntUs{

		padding:4%;

		background-color:rgba(0,75,146,.80);

		margin:4% auto;

	}

	.cntUsAdd{

		display:block;

		font-size:3.2vmin;

		line-height:5vmin;

		color:#fff;

		padding-left:6%;

		margin-bottom:2%

	}

	.cntUsAdd_1{

		background:url(../images/aboutUs01.png) no-repeat left center;

		background-size:4%;

	}

	.cntUsAdd_2{

		background:url(../images/aboutUs02.png) no-repeat 0.03rem center;

		background-size:3%;

	}

	.cntUsAdd_3{

		background:url(../images/aboutUs03.png) no-repeat 0.02rem 0.1rem;

		background-size:3%;

	}

	.cntUsBtn{

		display:block;

		width:30%;

		font-size:3.6vmin;

		line-height:6vmin;

		color:#eee;

		text-align:center;

		padding-left:6%;

		background:url(../images/click.png) no-repeat 20% center;

		background-size:10%;

		border-radius:4px;

		background-color:#f4830a;

		margin:0 auto;

		margin-top:4%;

	}

	.cntUsBtn:hover{

		color:#fff;

	}

	

	

	

	/*加入我们*/

	.joinUs{

		margin:4% 4% 0 4%;

	}

	.joinUsHead{

		padding:10px;

		border-bottom:1px solid #ccc;

	}

	.joinUsHead_1{

		font-size:3.6vmin;

		color:#333;

		font-weight:bold;

		line-height:6vmin;

	}

	.joinUsHead_2{

		font-size:3vmin;

		color:#999;

		line-height:5vmin;

	}

	.joinUsList{

		padding:2%;

		border-bottom:1px solid #ccc;

	}

	.joinUsList_1{

		width:50%;

		margin-bottom:2%;

		font-size:3.2vmin;

		color:#333;

		font-weight:bold;

		line-height:5vmin;

	}

	.joinUsList_1 em{

		color:#666;

		font-weight:normal;

	}

	.joinUsWen{

		padding:2%;

		border-bottom:1px solid #ccc;

	}

	.joinUsWen_1{

		text-align:justify;

		font-size:3.2vmin;

		line-height:5vmin;

		color:#333;

	}

	.joinUsWen_2{

		font-size:3.2vmin;

		line-height:6vmin;

		color:#eee;

		display:block;

		width:30%;

		border-radius:4px;

		background-color:#f4830a;

		text-align:center;

		margin-top:2%;

	}

	.joinUsWen_2:hover{

		color:#fff;

	}

	

	

	/*办公环境*/

	.office{

		position:relative;

		margin:4% 4% 0 4%;

		overflow:hidden;

	}

	.officePic{

		width:100%;

		display:block;

		overflow:hidden;

	}

	.officePic img{

		width:100%;

		height:100%;

		display:block;

		transition:0.6s;

	}

	.officePic:hover img{

		transform:scale(1.1);

	}

	.swiper-container07 .swiper-pagination-progressbar{

		bottom:0;

		top:auto;

	}

	.swiper-container07 .swiper-pagination-progressbar-fill{

		background:#f4830a;

	}

