/*companyInformation.css*/
button {
	border: 0;
	outline: none;
	cursor: pointer;
}
.searchArea{
	border-radius: 250px;
	background-color: #F7F7F7;
	width: 720px;
	height: 55px;
	position: relative;
}
.searchInput{
	width: 400px;
}
.searchBtn{
	border-radius: 250px;
	background-color: #1c78f0;
	width: 190px;
	position: absolute;
	right: 0;
}
.searchContent{
	width: 720px;
}
.dateTimeBody{
	min-height: 300px;
}
.dateTimeLine{
	height: 300px;width: 1px;
	background-color: #ededed;
	left: 30px;
	top: 26px;
	z-index: 0;
}
.dateTimeCardNow{
	background-color: #f7f7f7;
	background-color: rgba(0,0,0,0.03);
}
.dateTime-circle{
	border: 1px solid #bababa;
	height: 12px;
	width: 12px;
	border-radius: 100%;
	background-color: #ffffff;
}
.dateTime-circle-finish{
	border: 1px solid #bababa;
	height: 12px;
	width: 12px;
	border-radius: 100%;
	background-color: #1c78f0;
}
.company-information-wrapper {
	position: relative;
}
.company-information-txt {
	font-family: simhei;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -27px;
	margin-left: -432px;
}
.banner {
	height: 358px;
	width: 100%;
	opacity: .6;
}
.main-content {
	padding: 30px 0 58px 0;
}
.top-header {
	padding: 30px 0;
}
.pd-padding-tb30 {
	padding: 30px 0;
}
.top-text {
	text-indent: 2em;
	line-height: 36px;
}
.each-content {
	padding: 58px 0;
}
.sample-pic,.instruct-text {
	height: 346px;
}
.ico-pic1,.instruct-text1 {
	height: 450px;
}
.ico-pic2,.instruct-text2 {
	height: 420px;
}
.sample-pic {
	width: 486px;
	background-size: cover;
}
.instruct-text {
	width: 680px;
	padding: 10px;
}
.text-pad {
	line-height: 30px;
}
.text-pad1 {
	padding: 0 0 12px 0;
}
.text-overh {
	height: 247px;
}
.ta-c{
	text-align: center;
}
.join-us {
	display: block;
	height: 60px;
	width: 366px;
	line-height: 60px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-radius: 10px;
	font-family: simhei;
}
.mle {
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
}
.fl-r{
	float: right;
}
/*color*/
.bc-gray1 {
	background-color: #e9e9e9;
}
.bc-fff{
	background-color: #FFFFFF;
}
.tc-1c78f0{
	color: #1c78f0;
}
.tc-666{
	color: #666666;
}
.tc-blank {
	color: #333;
}
.tc-light-blank {
	color: #555;
}
/*icon*/
.transFactory-banner {
	background-image: url(../../images/pilotPlatform/transFactory-banner.png);
	background-size: cover;
}
.appIcon-search{
	width: 20px;
	height: 20px;
	margin-left: 20px;
}
.icon-finish{
	background-image: url(../../images/pilotPlatform/icons/faInfoStateOk-icon.png);
	background-size: 100%;
	height: 20px;
	width: 20px;
}
.ico-pic1 {
	background-image: url(../../images/companyInformation/ico-pic1.png);
}
.ico-pic2 {
	background-image: url(../../images/companyInformation/ico-pic2.png);
}
.ico-pic3 {
	background-image: url(../../images/companyInformation/ico-pic3.png);
}
/*flex*/
.row{
	display: flex;
	flex-direction: row;
}
.col{
	display: flex;
	flex-direction: column;
}
.jc-c{
	justify-content: center;
}
.jc-sb{
	justify-content: space-between;
}
.ai-c{
	align-items: center;
}
/*padding/margin*/
.mr-lr100{
	margin: 0 100px;
}
.mr-lr10{
	margin: 0 10px;
}
.mr-t55{
	margin-top: 55px;
}
.mr-r40{
	margin-right: 40px;
}
.mr-b10{
	margin-bottom: 10px;
}
.mr-r50l35{
	margin: 0 50px 0 35px;
}
.pd-t0{
	padding-top: 0;
}
.pd-tb20{
	padding: 20px 0;
}
.pd-lr20{
	padding: 0 20px;
}
.pd-tb20-lr25{
	padding: 20px 25px;
}
/*font*/
.fs-14{
	font-size: 14px;
}
.fs-16{
	font-size: 16px;
}
.fs-18{
	font-size: 18px;
}
.fs-20{
	font-size: 20px;
}
/*border*/
.bd-b-dashed{
	border-bottom: 1px dashed #1c78f0;
}
/*width/height*/
.w-1{
	width: 100%;
}
.w-80{
	width: 80px;
}
.h-1{
	height: 100%;
}
/*position*/
.pt-re{
	position: relative;
}
.pt-ab{
	position: absolute;
}
/*other*/
.zindex-1{
	z-index: 1;
}
