/* 关于我们 */
.company-box {
	background: #f7f7f7;
	padding: 80px 0;
	display: none;
}

.company-box .title {
	/* text-align: center */
}

.company-box .title h3 {
	font-size: 40px;
	color: #333;
	position: relative;
	padding-bottom: 50px;
	margin-bottom: 10px
}

.company-box .title h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #cbcbcb;
	position: absolute;
	bottom: 2px;
	z-index: 1
}

.company-box .title h3:before {
	content: '';
	display: block;
	width: 200px;
	height: 5px;
	background: #d7001d;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -100px;
	z-index: 2
}

.company-box .content {
	font-size: 16px;
	color: #666;
	line-height: 28px;
	padding: 50px 0 0 0;
}

.company-box .content p {
	margin-bottom: 15px;
}

.company-box .company-img {
	margin-top: 50px;
	text-align: center;
}

.company-box .company-img img {
	max-width: 100%;
	display: inline-block;
}


.company-box .cont {
	display: flex;
	align-items: center;
}

.company-box .cont .img {
	width: 40%;
	margin-right: 5%;
}

.company-box .cont .img img {
	max-width: 100%;
}

.company-box .cont .txtbox {
	width: 55%;
	flex: 1;
	margin-top: 50px;
}

.company-box .cont .txt {
	font-size: 16px;
	line-height: 1.875
}

.visible {
	display: block;
}

@media (max-width:1023px) {
	.company-box {
		padding: 50px 0;
	}

	.company-box .title h3 {
		font-size: 30px;
		padding-bottom: 30px;
	}

	.company-box .title h3:before {
		width: 150px;
		margin-left: -75px;
	}

	.company-box .content {
		font-size: 15px;
		padding: 30px 0;
	}

}
@media (max-width:768px) {
	.company-box .cont {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.company-box .cont .img {
		width: 100%;
		margin-right: 0;
		text-align: center;
		margin-top: 30px;
	}
	.company-box .cont .img img {
	    display: inline-block;
	}
	
	.company-box .cont .txtbox {
		width:100%;
		margin-top: 30px;
		text-align: center;
	}
	.company-box .cont .txt {
		font-size: 15px;
		text-align: left;
	}
}
@media (max-width:640px) {
	.company-box .title h3 {
		font-size: 24px;
	}

	.company-box .content {
		font-size: 14px;
		padding: 30px 0;
	}
	.company-box .cont .txt {
		font-size: 14px;
	}
}

/* 招聘 */
.careers{
	width: 100%;
	margin: 50px auto;
    font-size: 16px;
	line-height: 1.8;
}

.e_container-1 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    max-width: 1400px;
	margin: 50px auto;
    background-color: #e6e6e6;
    padding: 20px 0;
}

.e_container-1 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container-1 .p_item {
}

.e_container-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px
}

.e_container-2 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container-2 .p_item {
    
}

.e_text-3 {
    line-height: normal;
    font_radio: 2;   
    font-size: 26px;
    font-weight: bold
}

.e_line-4 {
   
    border-top-style: dashed;
    border-top-width: 2px;
    border-top-color: #666
}

.e_richText-5 {
    font_radio: 2;
   line-height: 1.8;
    min-height: 40px;
    font-size: 16px;
}

.e_container-6 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    display-radio: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px
}

.e_container-6 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_container-6 .p_item {
    
}

.e_text-7 {
    line-height: normal;
    font_radio: 2;
    font-size: 26px;
    font-weight: bold
}

.e_line-8 {
   
    border-top-style: dashed;
    border-top-width: 2px;
    border-top-color: #666
}

.e_richText-9 {
    font_radio: 2;
   line-height: 1.8;   
    min-height: 40px;
    font-size: 16px;
}

.e_container-10 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    display-radio: flex;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4%
}

table p {
    padding: 20px
}

table td {
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    border: 1px solid #758496;	
}

table tr:nth-child(odd) {
	border: 1px solid #758496;
}

.e_container-10 > .p_item {
    flex: 1;
    max-width: 100%;
    max-height: 100%
}

.e_text-11 {
    line-height: normal;
    font_radio: 2;
   
    font-size: 28px;
    text-align: center
}