@charset "utf-8";
/* CSS Document */

html, body {
	font-family: "STXihei", "华文细黑", "Microsoft YaHei", "微软雅黑" !important;
	/*background: url("../images/bg.png") center/cover no-repeat;*/
}
* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
}
a:hover {
	text-decoration: none;
}
@font-face {
	font-family: 'bignoodletitlingregular';
	src: url('../../fonts/big_noodle_titling.eot');
	src: local('â˜º'), url('../../fonts/big_noodle_titling.woff') format('woff'), url('../../fonts/big_noodle_titling.ttf') format('truetype'), url('../../fonts/big_noodle_titling.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/* header */
/*.header{
	color: #fff;
	top: 0;
	width: 100%;
	padding: 10px 15px 20px;
	z-index: 5;
	position: fixed;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header img{
	width:120px;
}
.header img.imgShow{
	display: block;
	position: absolute;
}
.header img.imgHide{
	display: none;
	position: absolute;
}
.fa-bars-color{
	color:#000;
}
.header_box{
	float:right;
	margin-top: 3px;
}
.header_box span {
	width: 20px;
	height: 1px;
	background: #fff;
	display: block;
	margin-top: 5px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header.active {
	background: #fff;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.header.active .header_box span {
	background: #000;
}*/
.navbar-nav {
	width: 100%;
	margin-left: 0px;
	text-transform: uppercase;
}
.navbar-nav li {
	text-align: center;
	border-bottom: 1px dotted #e5e5e5;
	line-height: 40px;
}
.navbar-nav li a {
	color: #666;
	font-size: 13px;
}
.navbar-nav li a:hover {
	color: #0752a4;
}
.headerbg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 999;
	background: #fff;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.logo_boxlist {
	float: left;
	width: 110px;
	margin-top: 14px;
	position: relative;
}
.logo_boxlist img {
	width: 100%;
	position: absolute;
}
.navbar-toggle {
	margin: 19px 0;
	padding: 0;
}
.navbar-toggle .icon-bar {
	background-color: #000;
}
.navbar-collapse {
	border-top: 1px solid #e5e5e5;
}
.menu_language a{display: inline-block !important;}
.phone.active {}
.phone.active .headerbg {
	background: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.phone.active .navbar-toggle .icon-bar {
	background: #fff;
}

.banner{
	position: relative;
}
/*menu*/
/*.menu{
	z-index: 10;
	!*position: relative;*!
	background-color:#000;
	display: none;
	position: fixed;
	width:100%;
	top: 0;
}
.menu_top{
	text-align:center;
	padding:20px 0;
	position:  relative;
}
.menu_top img{
	width:120px;
}
.menu_top i{
	color:#fff;
	position: absolute;
	right: 18px;
	top: 25px;
	font-size: 18px;
}
.menu_center{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu_center>div{
	padding: 14px 0;
	border-bottom: 1px #383838 dotted;
}
.menu_center>div:hover{ background: #222;}
.menu_center h4{
	margin:0;
	color: #ccc;
}
.menu_fff{
	color:#fff;
	font-family: "Arial";
}
.menu_999{
	font-size: 15px;
	letter-spacing: 1px;
}
.menu_close {
	position: absolute;
	right: 40px;
	top: 34px;
}
.menu_close span {
	background: #fff;
	width: 24px;
	height: 1px;
	display: block;
	-webkit-transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-ms-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	top: 0;
	left: 0;
	position: absolute;
}
.menu_close span:last-child {
	-webkit-transform: rotateZ(-45deg);
	-moz-transform: rotateZ(-45deg);
	-ms-transform: rotateZ(-45deg);
	-o-transform: rotateZ(-45deg);
	transform: rotateZ(-45deg);
}*/
/*menu*/

/* banner*/
.banner_main {
	height: 280px;
	position: relative;
}
.banner_text1 {
	position: absolute;
	left: 10%;
	top: 25%;
}
.banner_text > h1 {
	margin: 0px;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: 'bignoodletitlingregular';
}
.banner_text1 .show_h3 {
	font-size: 30px;
	font-family: 'bignoodletitlingregular';
	color: #fff;
	letter-spacing: 3px;
}
/* banner*/
/*首页*/
.index_banner {
	/*margin-top: 50px;*/
}
.banner-swiper {
	position: relative;
}
.banner-swiper img {
	width: 100%;
}
.banner-pagination {
	position: absolute;
	z-index: 2;
	text-align: center;
}
.banner-pagination span {
	background-color: #fff;
}
.swiper-pagination-bullet {
	opacity: 0.6;
}
.swiper-pagination-bullet-active {
	background-color: #fff;
	width: 20px;
	border-radius: 8px;
	opacity: 1;
}
.swiper_banner_text {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 100%;
	text-align: center;
}
.swiper_banner_txt {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.swiper_banner_txt h3 span {
	color: #fff;
	font-family: arial;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
}
.swiper_banner_txt h4 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 3px;
	font-weight: bold;
}
.index_sec {
}
.index_sec> h4 {
	font-size: 14px;
	color: #333;
	line-height: 42px;
	height: 42px;
	letter-spacing: 1px;
	padding-left: 120px;
	padding-right: 3%;
	position:relative;
	margin: 0;

}
.index_sec .swiper-slide {
	color: #999;
	font-size: 14px;
	letter-spacing: 1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_left {
	position: absolute;
	left: 3%;
}
.news_left img {
	width: 20px;
	margin-top: -4px;
	margin-right: 4px;
}
.index_sec >h4 .index_sec_spanact{
	opacity: 1;
}
.index_sec_box {
	width: 100%;
}
.index_sec_box div h5 {
	color: #fff;
	font-size: 14px;
	position: relative;
	line-height: 23px;
}
.index_sec_box div h5:before {
	content: ' ';
	height: 2px;
	width: 20px;
	background: #fff;
	position: absolute;
	top: -4px;
	left: 50%;
	margin-left: -10px;
}
.index_sec_box>div {
	width: 33.3%;
	float: left;
	text-align: center;
}
.index_sec_but {
	background-color: #fea13a;
	position: relative;
}
.index_sec_but div {
	width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translate(-50%);
	transform: translateY(-50%);
}
.index_sec_but img {
	width: 40px;
}
.index_sec_img{
	width:100%;
}

.index_sec_img img {
	width: 100%;
}
.index_sec_proj {
	background-color: #3fa5f0;
}
.index_sec_feature {
	background-color: #f8604f;
}
.index_sec_news {
	background-color: #3240e8;
}
.index_sec_recr {
	background-color: #21c8ac;
}
/*企业动态*/
.dynamic_wrapper {
	margin-bottom: 40px;
}
.erj_header {
	background-color: #000;
	top: 0;
	width: 100%;
	z-index: 5;
	position: fixed;
	text-align: center;
}
.erj_header img {
	width: 10px;
	display: inline-block;
	position: absolute;
	left: 13px;
	top: 50%;
	margin-top: -5px;
}
.erj_header h3 {
	font-size: 17px;
	color: #fff;
	display: inline-block;
	margin: 0;
	line-height: 50px;
	letter-spacing: 2px;
}
.erj_banner {
	width: 100%;
}
.erj_banner img {
	width: 100%;
}
.dynamic_outer {
	width: 100%;
	overflow: hidden;
}
.dynamic_inner {
	width: 100%;
	overflow-x: auto;
	white-space: nowrap;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #Ddd;
	background-color: #f4f4f4;
}
.dynamic_inner::-webkit-scrollbar {
	display:none;
}
.dynamic_inner li {
	display: inline-block;
	width: 25%;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-size: 15px;
	letter-spacing: 1px;
}
.dynamic_inner1 li {
	width: 33%;
}
.dynamic_active {
	color: #055ba7;
}
.dynamic_inner li.dynamic_active:before {
	opacity: 1;
}
.dynamic_inner li:before {
	content: ' ';
	height: 2px;
	width: 60px;
	background: #055ba7;
	opacity: 0;
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: -30px;
}



.dynamic_inner li span {

	position: relative;
}
.dynamic_inner li span:before {
	content: ' ';
	height: 16px;
	width: 1px;
	background: #c3c3c3;
	position: absolute;
	left: 22px;
	top: 50%;
	margin-top: -8px;
}

.dynamic_inner1 li span:before {
	content: ' ';
	height: 16px;
	width: 1px;
	background: #c3c3c3;
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -8px;
}

.dynamic_nav {
	padding: 10px 20px;
}
.dynamic_nav_hybrid {
	margin: 10px 0;
}
.dynamic_nav_hybrid .col-lg-5{
	padding-right:0;
}
.dynamic_nav_hyb_img {
	width: 100%;
}
.dynamic_nav_hyb_img img {
	width: 100%;
}
.dynamic_nav_hyb_txt {
	padding: 10px 0;
}
.dynamic_nav_hyb_txt h4 {
	color: #333;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 1px;
	margin: 0;
	line-height: 36px;
	height: 36px;
}
/*.dynamic_nav_hyb_txt  h5 span{
	float: right;
    color: #fff;
    background-color: #f8604f;
    padding: 2px 5px;
    font-size: 12px;
    line-height: 14px;
}*/
.dynamic_nav_hyb_txt h5 {
	color: #999;
	font-size: 12px;
	letter-spacing: 1px;
	font-family: arial;
	margin: 0;
}
.dynamic_nav_hyb_txt h6 {
	color: #666;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 0;
	line-height:20px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dynamic_nav_box {
	border-bottom: 1px solid #f0f0f0;
	margin: 0 10px;
	padding: 15px 0;
}
.dynamic_exam_time {
	background-color: #eb5a3a;
	float: left;
	width: 65px;
	padding: 5px;
}
.dynamic_exam_time h4 {
	color: #fff;
	font-size: 18px;
	margin: 5px 0 10px;
	text-align: center;
	position: relative;
	font-family: arial;
}
.dynamic_exam_time h4:before {
	content: ' ';
	height: 1px;
	width: 21px;
	background: #f18168;
	position: absolute;
	left: 18px;
	top: 23px;
}
.dynamic_exam_time h5 {
	color: #fff;
	font-size: 12px;
	margin: 5px 0;
	font-family: arial;
	text-align: center;
}
.dynamic_exam_txt {
	float: right;
	width: calc(100% - 80px);
}
.dynamic_exam_txt h4 {
	font-size: 14px;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 1px;
	color: #333;
}
.dynamic_exam_txt h5 {
	font-size: 12px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 0;
}
/*HR服务*/
.service_wrapper {
	margin-bottom: 40px;
}
.service_inner {
	width: 100%;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #Ddd;
	background-color: #f4f4f4;
}
.service_inner::-webkit-scrollbar {
	display:none;
}
.service_inner li {
	display: inline-block;
	width: 32.3%;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	position: relative;
	font-size: 15px;
	letter-spacing: 1px;
}
.service_active {
	color: #055ba7;
}
.service_inner li.service_active:before {
	opacity: 1;
}
.service_inner li:before {
	content: ' ';
	height: 2px;
	width: 60px;
	background: #055ba7;
	opacity: 0;
	position: absolute;
	top: 48px;
	left: 50%;
	margin-left: -30px;
}
.service_inner li span {
	position: relative;
}
.service_inner li span:before {
	content: ' ';
	height: 16px;
	width: 1px;
	background: #c3c3c3;
	position: absolute;
	left: 35px;
	top: 50%;
	margin-top: -8px;
}
.service_nav {
	padding: 10px;
}
.service_nav_box {
	border-bottom: 1px solid #f0f0f0;
	margin: 0 10px;
	padding: 10px 0;
}
.service_title {
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
}
.service_title span {
	color: #eb5a3a;
	float: right;
	font-family: arial;
}
.service_time {
	color: #999;
	font-size: 13px;
	letter-spacing: 1px;
}
.service_request {
}
.service_request span {
	font-size: 13px;
	background-color: #f4f4f4;
	border-radius: 10px;
	display: inline-block;
	margin-right: 5px;
	padding: 5px 8px;
	letter-spacing: 1px;
}
.service_detail {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 1px;
	line-height: 18px;
}
.service_train_time {
	background-color: #eb5a3a;
	float: left;
	width: 17%;
	padding: 5px;
}
.service_train_time h4 {
	color: #fff;
	font-size: 18px;
	margin: 5px 0 10px;
	text-align: center;
	position: relative;
	font-family: arial;
}
.service_train_time h4:before {
	content: ' ';
	height: 1px;
	width: 21px;
	background: #fff;
	position: absolute;
	left: 16px;
	top: 20px;
}
.service_train_time h5 {
	color: #fff;
	font-size: 12px;
	margin: 5px 0;
	font-family: arial;
	text-align: center;
}
.service_train_txt {
	float: right;
	width: 80%;
}
.service_train_txt h4 {
	font-size: 14px;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 1px;
	color: #333;
}
.service_train_txt h5 {
	font-size: 12px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 5px;
	margin-bottom: 0;
}
/*hr-职业考试*/
.service_exam_time {
	background-color: #eb5a3a;
	float: left;
	width: 17%;
	padding: 5px;
}
.service_exam_time h4 {
	color: #fff;
	font-size: 18px;
	margin: 5px 0;
	text-align: center;
	position: relative;
}
.service_exam_time h4:before {
	content: ' ';
	height: 1px;
	width: 21px;
	background: #fff;
	position: absolute;
	left: 16px;
	top: 20px;
}
.service_exam_time h5 {
	color: #fff;
	font-size: 12px;
	margin: 5px 0;
}
.service_exam_txt {
	float: right;
	width: 80%;
}
.service_exam_txt h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}
.service_exam_txt h5 {
	font-size: 12px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*人事*/
.personnel_wrapper {
	margin: 60px 20px;
}
.personnel_box {
	border-bottom: 1px solid #f0f0f0;
	padding: 10px 0;
}
.personnel_box1 {
	border-bottom: none;
}
.personnel_title {
	font-size: 16px;
	letter-spacing: 1px;
}
.personnel_title span {
	color: #eb5a3a;
	float: right;
	font-family: arial;
}
.personnel_time {
	color: #999;
	font-size: 13px;
	letter-spacing: 1px;
	margin: 15px 0;
}
.personnel_request {
}
.personnel_request span {
	font-size: 13px;
	background-color: #f4f4f4;
	border-radius: 10px;
	display: inline-block;
	margin-right: 5px;
	padding: 6px 8px;
	color: #666;
}
.service_detail {
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 1px;
	line-height: 22px;
}
.personnel_title1 {
	color: #333;
	font-size: 16px;
	letter-spacing: 1px;
}
.personnel_detail {
	color: #666;
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 24px;
}
.personnel_upload {
	background-color: #055ba7;
}
.personnel_upload input {
	width: 82%;
	height: 37px;
	padding: 0 10px;
}
.personnel_upload button {
	color: #fff;
	background-color: #055ba7;
	font-size: 14px;
	letter-spacing: 1px;
	width: 18%;
	float: right;
	border: none;
}
/*企业动态-news*/
.news_wrapper {
	margin: 80px 20px;
}
.news_titbox {
	text-align: center;
}
.news_title {
	font-size: 16px;
	color: #333;
	letter-spacing: 1px;
}
.news_time {
	font-size: 13px;
	color: #999;
	letter-spacing: 1px;
}
.news_time span{
	font-size: 12px;
	margin-left:20px;
	line-height: 14px;
	background-color:#f8604f;
	padding:2px 5px;
	color:#fff;
	border-radius: 2px;
}
.news_time img {
	width: 12px;
	position: relative;
	top: -2px;
	left: -4px;
}
.news_txtbox {
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.news_txtbox h5 {
	font-size: 13px;
	color: #666;
	text-indent: 2em;
	line-height: 22px;
	letter-spacing: 1px;
}
.news_txtbox_img {
	width: 100%;
}
.news_txtbox_img img {
	width: 100%;
}
.news_btnbox {
	margin-top: 20px;
	text-align: center;
}
.news_btnbox_prev {
	border: 1px solid #f0f0f0;
	padding: 5px 10px;
	color: #999;
	border-radius: 13px;
	margin: 0 15px;
}
.news_btnbox_next {
	border: 1px solid #f0f0f0;
	padding: 5px 10px;
	color: #999;
	border-radius: 13px;
	margin: 0 15px;
}
.news_btnbox_active {
	color: #055ba7;
	border: 1px solid #055ba7;
}
.erweima_box{
	width: 100%;
	margin: 20px 0;
	text-align: center;
}
.erweima_box img{
	width:100px;
}

@media (max-width: 320px) {
	.erj_header h3 {
		font-size: 18px;
	}
	.dynamic_inner li span:before {
		left: 10px !important;

	}
	.dynamic_exam_time h4:before {
		left: 17px !important;

	}

}

@media (max-width: 375px) {
	html {
		font-size: 100px;
	}
	.erj_header {
		padding: 0;
	}
	.copy {
		font-size: 9px;
		-webkit-text-size-adjust: none;
		height: 32px;
		line-height: 32px;
	}
	.dynamic_nav_box {
		margin: 0 0px !important;
	}
	.dynamic_exam_txt {
		/*width: 73%;*/
	}
	.dynamic_exam_time {
		/*width: 22%;*/

	}
	.dynamic_exam_time h4:before {
		left: 19px;

	}
	.dynamic_inner li span:before {
		left: 15px;

	}

}

@media (max-width: 414px) {
	html {
		font-size: 110px;
	}
}
