@CHARSET "UTF-8";

#tab1, #tab2, #tab3, #tab4, #tab5 {
	background-color: #fff;
}

#joinus_menu {
	position: relative;
	height: 76px;
	width: 100%;
	text-align: center;
	background-color: #fff;
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
	font-weight: lighter;
}

#joinus_menu>div:nth-of-type(1) {
	background-color: #214c99;
	color: #fff;
}

#joinus_menu div {
	width: 120px;
	height: 76px;
	line-height: 76px;
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	color: #000;
	letter-spacing: 2px;
	border-bottom: 1px solid #aaaaaa;
}

#companyIntroduction, #joinUs, #contacts {
	position: relative;
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}

#companyIntroduction, #joinUs {
	padding-top: 32px;
	text-align: center;
	width: 60%;
	height: 84%;
	min-width: 640px;
	min-height:524px;
}

#companyIntroduction>div, #joinUs>div {
	width: 100%;
	height: 100%;
	position: relative;
}

.companyIntroduction-item {
	width: 49.2%;
	height: 48.8%;
	background-color: #efefef;
	position: absolute;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.companyIntroduction-item>div {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 5% 6%;
	top: 0px;
	left: 0px;
}

.companyIntroduction-item>div>div {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	text-align: left;
	color: #fff;
}

.companyIntroduction-item h1 {
	font-size: 24px;
	margin-bottom: 20px;
}

.companyIntroduction-item p {
	font-size: 12px;
}

.sub-title {
	display: inline-block;
	vertical-align: top;
}

.sub-desc {
	display: inline-block;
}

.hover-show {
	display: none;
}

.product-desc-opacity {
	background-color: #8cb8dc;
	filter: alpha(opacity = 80);
	opacity: 0.8;
}

#contacts {
	background: url("../../common/image/contacts_pic.png");
}

#contacts>div {
	position: absolute;
	top: 144px;
	font-size: 16px;
	letter-spacing: 2px;
}

#contacts>div:nth-of-type(1) {
	left: 324px;
}

#contacts>div:nth-of-type(2) {
	left: 704px;
}

#joinUs_right {
	width: 600px;
	height: 650px;
	float: right;
	margin-top: 140px;
}

.joinUs_column>p {
	font-size: 14px;
}

#tab3 {
	display: none;
	height: auto;
}

.tab-main {
	width: 63%;
	height: auto;
	margin: 0 auto;
	padding-top: 6%;
}

.tab3-main-c1, .tab3-main-c2 {
	width: 100%;
}

.tab3-main-c1 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	height: auto;
	overflow: hidden;
}

.tab3-main-c1-right {
	position: absolute;
	right: 0px;
	top: 10%;
	background-color: #f5f5f5;
	width: 55%;
	height: 80%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	padding-left: 20px;
}

.tab3-main-c1-right p {
	background: url(../../common/image/bitcom/AboutUs/tab_3_01.png)
		no-repeat 0px;
	text-indent: 22px;
	font-size: 14px;
	line-height: 40px;
}

.tab3-main-c1>img {
	width: 50%;
}

.recruitment {
	background-color: #f5f5f5;
	height: auto;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding: 8% 10%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin-bottom: 10px;
}

.recruitment p span {
	font-size: 14px;
	font-weight: bold;
}

.recruitment p {
	font-size: 14px;
	line-height: 28px;
}

.tab-main-wrapper {
	width: 100%;
	height: 100%;
	text-align: center;
}

.tab-main-wrapper h1 {
	font-size: 24px;
}

.contact-wraper {
	width: 100%;
	height: auto;
	background-color: red;
	display: flex;
}

.contact-type {
	height: auto;
	background-color: #fff;
}

.contact-type img:nth-of-type(1) {
	width: 52px;
	height: 52px;
	margin-bottom: 20px;
}

.contact-type .border {
	border: 1px solid #0078d7;
	width: 30px;
	margin: 0 auto;
}

.contact-type .title {
	font-size: 18px;
	margin-top: 14px;
	font-weight: bold;
}

.contact-type .title-sub {
	font-size: 1em !important;
	color: #ccc;
}

.contact-type .contact-content {
	color: #999;
	font-size: 12px;
	padding-top: 20px;
}

.feedback {
	background-color: #f4f4f4;
	height: 100%;
	width: 50%;
	position: absolute;
	top: 0px;
	right: 0px;
	display: flex;
	align-items: center;
	padding-left: 3%;
}

.feedback .wrapper {
	width: 60%;
	height: auto;
	padding: 0px 16px;
	position: relative;
}

.feedback .wrapper .feedback-input {
	display: inline-block;
	width: 46%;
}

.feedback .wrapper .feedback-input span {
	line-height: 50px;
	font-size: 14px;
	font-weight: 600;
}

.feedback .wrapper .feedback-input input {
	height: 48px;
	width: 100%;
	border: 1px solid #ccc;
	font-size: 14px;
	text-indent: 12px;
	background-color: #fff;
}

.feedback button {
	width: 220px;
	height: 50px;
	background-color: #0078d7;
	color: #fff;
	font-size: 14px;
	border-radius: 4px;
	margin-top: 10%;
	background-image: linear-gradient(to bottom, #3b9ce9 0, #0078d7 100%);
	background-repeat: repeat-x;
}

.feedback button:hover {
	background-color: #0078d7;
	background-position: 0 -25px;
}

.feedback textarea {
	width: 100%;
	border: 1px solid #ccc;
	padding: 8px 12px;
	background-color: #fff;
	font-size: 14px;
}

.history-content, .history-date {
	display: inline-block;
	height: 100%;
}

.history-content {
	width: 100%;
	display: flex;
	justify-content: center;
}

.history-date {
	width: 16%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #0078d7;
	font-weight: bold;
}

.history-bg, .history-bg-first {
	height: 100%;
	width: 15px;
}

.history-bg {
	background: url("../../common/image/bitcom/AboutUs/tab_2_05.png")
		no-repeat center center;
}

.history-column-left {
	width: 50%;
	height: 50px;
	margin-bottom: 30px;
	position: relative;
	right: -7px;
}

.history-column-right {
	width: 50%;
	height: 50px;
	float: right;
	margin-top: -40px;
	position: relative;
	left: -8px;
}

.history-bg-first {
	background: url('../../common/image/bitcom/AboutUs/tab_2_03.png')
		no-repeat center 18px;
}

.tab2-year {
	color: #fff;
	font-size: 24px;
	line-height: 50px;
}

.tab1_num {
	font-size: 4em;
	color: #0078d7;
	font-weight: bold;
}

.tab1-title-sub {
	font-size: 2em;
	color: #0078d7;
}

.text-hide {
	border: 1px solid #0078d7;
	text-indent: -9999em;
}

.history-content-digest {
	height: 100%;
	display: flex;
	align-items: center;
	border: 1px solid #ccc;
	width: 80%;
	justify-content: center;
}

.tab2-year-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	/* background: url('../../common/image/bitcom/AboutUs/tab_2_06.png')
		no-repeat center 0px; */
	padding: 0px 0px 0px 0px;
}

.tab2-year-wrapper>div {
	width: 100px;
	height: 50px;
	border-radius: 10px;
	background-color: #0078d7;
	padding: 0px;
}

/************************************兼容处理***********************************/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #aab2bd;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #aab2bd;
}

input:-moz-placeholder, textarea:-moz-placeholder {
	color: #aab2bd;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #aab2bd;
}
/************************************自适用***********************************/
@media ( min-width : 1367px) {
	.feedback .wrapper .feedback-input input {
		height: 48px;
	}
	.tab-main {
		width: 1200px !important;
	}
	.companyIntroduction-item>div>div {
		padding: 10%;
	}
	.sub-desc {
		width: 80%;
	}
}

@media screen and (max-width : 1366px) and (min-width : 1281px) {
	.feedback .wrapper .feedback-input input {
		height: 38px;
	}
	.tab-main {
		width: 850px !important;
	}
	.companyIntroduction-item>div>div {
		padding: 4%;
	}
	.sub-desc {
		width: 70%;
	}
}

@media ( max-width : 1280px) {
	.feedback .wrapper .feedback-input input {
		height: 38px;
	}
	.tab-main {
		width: 850px !important;
	}
	.companyIntroduction-item>div>div {
		padding: 4%;
	}
	.sub-desc {
		width: 100%;
	}
}