/*路径*/

.nav-path {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
}

.nav-path>div {
	height: 100%;
}

/*分享插件样式*/
.social-share .social-share-icon {
	border: none;
	margin-left: 15px;
}

.social-share .social-share-icon:before {
	color: #999999;
	font-size: 20px;
}


/*通用底部*/
.footer-copyright {
	line-height: 43px;
	background-color: #3A3A3A;
}

.footer-box {
	background-color: #505050;
	height: 171px;
}

.footer-box-left {
	width: 66.25%;
	height: 100%;
}

.footer-box-right {
	width: 33.75%;
	padding-left: 10.8%;
}

.footer-box-right>div:nth-of-type(1) {
	width: 36.9%;
}

.footer-box-right>div:nth-of-type(2) {
	width: 63.1%;
	padding-left: 15%;
}

.footer-box-left-list {
	height: 98px;
	line-height: 98px;
	position: relative;
}

.footer-box-left-list:after {
	display: block;
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, #414141, #525252);
}

.footer-box-left-list li {
	display: inline-block;
}

.footer-box-left-list li:hover a {
	color: #1787D2;
}

.footer-box-left a {
	font-size: 16px;
	color: rgb(179, 179, 179);
	transition: color .3s linear;

}

.footer-box-left-share {
	height: calc(100% - 98px);

}

/*首页*/

/*banner*/
.index-swiper {
	width: 100%;
	height: calc((100vw - 17px) * (600 / 1920));
}

.index-swiper-content {

	z-index: 10;

}

.index-swiper-content p {
	color: #ffffff;
	font-size: 184px;
	letter-spacing: 130px;
}


.index-swiper-apply {
	display: block;
	width: 172px;
	line-height: 45px;
	text-align: center;
	background-color: #2b9edc;
	transition: all .3s linear;
}

.index-swiper-apply:hover {
	background-color: #ffffff;
	color: #2b9edc !important;
}

.index-swiper .index-news-swiper-button-next,
.index-swiper .index-news-swiper-button-prev {
	z-index: 10;
	position: absolute;
	top: 50%;
	margin-top: -20.5px;
	cursor: pointer;

}

.index-swiper .index-news-swiper-button-next {
	left: 37px;
}

.index-swiper .index-news-swiper-button-next img,
.index-swiper .index-news-swiper-button-prev img {
	width: calc((100vw - 17px) * (41 / 1920));
	min-width: 25px;
}

.index-swiper .index-news-swiper-button-prev {
	right: 37px;
}

.index-banner-content {
	transform: translateY(50px);
	transition: all .5s linear;
}

/*介绍*/
.index-introduce {
	width: 100%;
	height: 125px;
}

.index-introduce a {
	display: inline-block;
}

.index-introduce a:hover img {
	transform: rotate(360deg);
	transition: all .3s linear;
}

/*码农简介*/

/*关于码农*/
.index-introduction {
	padding-bottom: 81px;
}

.index-introduction>div {
	height: 326px;
}

.index-introduction>div:nth-of-type(1) {
	width: 67.25%;
}

.index-introduction>div:nth-of-type(1)>div:nth-of-type(1) {
	width: 47%;
	height: 100%;
}

.index-introduction>div:nth-of-type(1)>div:nth-of-type(2) {
	width: 53%;
	height: 100%;
	background-color: #ffffff;
}

.index-introduction-about {
	line-height: 61px;
	height: 61px;
	border-bottom: 1px solid #efefef;
	padding-left: 32px;

}

.index-introduction-about span {
	color: rgb(0, 141, 216);
}

.index-introduction-content {
	font-size: 16px;
	color: rgb(102, 102, 102);
	line-height: 35px;
	padding-top: 37px;
	padding-left: 37px;
	padding-right: 58px;
}


/*公告*/
.index-introduction>div:nth-of-type(2) {
	width: 32.25%;
	background-color: #ffffff;

}

.index-introduction-notice>div {
	padding: 0 24px;
}

.index-introduction-notice>div:nth-of-type(1) {
	border-bottom: 1px solid #efefef;
	line-height: 61px;
	height: 61px;
}

.index-introduction-notice>div:nth-of-type(2) {
	height: calc(100% - 61px);
}

.index-introduction-notice .swiper-container {
	width: 100%;
	height: 100%;
}

.index-introduction-notice-active {
	color: #3299D0;
	position: relative;
}

.index-introduction-notice-active:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #3299D0;
	bottom: 0;
	left: 0;
}

.index-introduction-notice-list {
	width: 100%;
	height: calc(100% - 61px);
	overflow: hidden;
}

.index-introduction-notice-list a {
	display: block;
	position: relative;
	line-height: 33px;
	height: 33px;
	padding-left: 17px;
}

.index-introduction-notice-list a:before {
	position: absolute;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #3299D0;
	left: 0;
	top: 50%;
}

.index-introduction-notice-list a>div {
	transition: color .3s linear;
}

.index-introduction-notice-list a>div:nth-of-type(1) {
	width: 70%;
}

/* .index-introduction-notice-list a > div:nth-of-type(2) {
    width: 26%;
    height: 100%;
    position: relative;

} */

.index-introduction-notice-list a>div:nth-of-type(2) {
	width: 24%;
	text-align: right;
}

/* .index-introduction-notice-list a > div:nth-of-type(2):after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 16px);
    left: 8px;
    top: calc(50% - 1px);
    border-bottom: 1px dashed #999999;
    transition: border-bottom .3s linear;
} */

.index-introduction-notice-list a:hover>div {
	color: #3299D0;
}

/* .index-introduction-notice-list a:hover > div:nth-of-type(2):after {
    border-bottom: 1px dashed #3299D0;
} */


/*招聘公告--公式公告 分段器*/
.index-introduction-notice-pagination {
	position: absolute;
	bottom: 32px !important;
	text-align: center;
}

.index-introduction-notice-pagination .swiper-pagination-bullet-active {
	background-color: #2590D8;
}

/*.index-introduction-notice-pagination .swiper-pagination-bullet{*/
/*    width: 7px;*/
/*    height: 7px;*/
/*}*/

/*人才理念*/
.about-us-concept>div {
	height: 337px;
}

.about-us-concept>div:nth-of-type(2)>div {
	padding-left: 66px;
	padding-right: 76px;
	border: 1px solid #F1F1F1;
}

.about-us-concept-list li {
	display: inline-block;
	width: 24.5%;
	height: 165px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.about-us-concept-list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all .3s linear;
}

.about-us-concept-list li:hover img {
	transform: scale(1.2);
}

.about-us-concept-list li:hover>div {
	font-size: 18px;
}

.about-us-concept-list li>div {
	width: 85%;
	height: 69px;
	line-height: 69px;
	text-align: center;
	text-align-last: center;
	position: absolute;
	color: #ffffff;
	font-size: 18px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: font-size .3s linear;
}

.about-us-concept-list li:nth-of-type(1)>div {
	background-color: rgba(66, 160, 222, 0.7);
}

.about-us-concept-list li:nth-of-type(2)>div {
	background-color: rgba(238, 158, 91, 0.7);
}

.about-us-concept-list li:nth-of-type(3)>div {
	background-color: rgba(89, 156, 221, 0.7);
}

.about-us-concept-list li:nth-of-type(4)>div {
	background-color: rgba(122, 147, 218, 0.7);
}

/*薪资待遇*/
.index-salary-package-list {
	padding-bottom: 85px;
}

.index-salary-package-list>li {
	width: 24.6%;
	display: inline-block;
	height: 420px;
	background-color: #ffffff;
	padding: 0 3%;
	transition: all .3s linear;
	cursor: pointer;
}

.index-salary-package-list>li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	transform: translate3d(0, -2px, 0);
}

.index-salary-package-list>li img {
	width: 78px;
	height: 78px;
}

.index-salary-package-item-list>li {
	position: relative;
	width: 50%;
	float: left;
	text-align: right;
	text-align-last: right;
	padding: 0 6%;
	line-height: 30px;
	height: 30px;
	font-size: 16px;
}

.index-salary-package-item-list>li:after {
	content: "";
	display: block;
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #333333;
	top: 50%;
	margin-top: -1px;
}


/*招聘流程*/

.index .flow .list {
	padding-bottom: 100px;
	padding-top: 129px;
}


.index .flow .list li {
	display: inline-block;
	width: 24.3%;
	border-width: 1px;
	border-style: dashed;
	height: 120px;
	cursor: pointer;
	transition: all .3s linear;
	position: relative;
}

.index .flow .list li:hover .table {
	width: 100%;
	height: 100%;
	background-color: #56A9EF;
	color: #fff;
	transition: all .3s linear;
}

.index .flow .list li .name {
	line-height: 46px;
	padding-left: 15px;
	font-size: 22px;
	color: #ffffff;
}

.index .flow .list li .step {
	width: 46px;
	height: 46px;
	line-height: 46px;
	border-radius: 50%;
	background-color: #ffffff;
	font-size: 20px;
	text-align: center;
	text-align-last: center;
}




.index .flow .list li .item {
	position: absolute;
	top: -82px;
	left: 0;
	width: 100%;
	height: 72px;
}

.index .flow .list li .item .center {
	width: 55%;
}

.index .flow .list li .item:before,
.index .flow .list li .item:after {
	content: ' ';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 36px 0 36px 35px;
	position: absolute;
	left: 0;
	top: 0;
}

.index .flow .list li .table {
	width: 100%;
	height: 100%;
}

.index .flow .list li .table-cell>div {
	line-height: 35px;
	font-size: 16px;
}

.index .flow .list li .item:after {
	left: auto;
	right: -35px;
	z-index: 2;
}

.index .flow .list li .item::before {
	border-color: transparent transparent transparent #ffffff;
}

.index .flow .list li:nth-of-type(1) {
	border-color: #56A9EF;
}

.index .flow .list li:nth-of-type(1) .step {
	color: #56A9EF;
}

.index .flow .list li:nth-of-type(1) .item {
	background-color: #56A9EF;
}

.index .flow .list li:nth-of-type(1) .item::after {
	border-color: transparent transparent transparent #56A9EF;
}

.index .flow .list li:nth-of-type(1) .item::before {
	border-color: transparent transparent transparent #56A9EF;
}

.index .flow .list li:nth-of-type(2) {
	border-color: #56d8ef;
}

.index .flow .list li:nth-of-type(2) .step {
	color: #56d8ef;
}

.index .flow .list li:nth-of-type(2) .item {
	background-color: #56d8ef;
}

.index .flow .list li:nth-of-type(2) .item::after {
	border-color: transparent transparent transparent #56d8ef;
}

.index .flow .list li:nth-of-type(3) {
	border-color: #72d295;
}

.index .flow .list li:nth-of-type(3) .step {
	color: #72d295;
}

.index .flow .list li:nth-of-type(3) .item {
	background-color: #72d295;
}

.index .flow .list li:nth-of-type(3) .item::after {
	border-color: transparent transparent transparent #72d295;

}

.index .flow .list li:nth-of-type(4) {
	border-color: #7679e6;
}

.index .flow .list li:nth-of-type(4) .step {
	color: #7679e6;
}

.index .flow .list li:nth-of-type(4) .item {
	background-color: #7679e6;
}

.index .flow .list li:nth-of-type(4) .item::after {
	border-color: transparent transparent transparent transparent;
}






/*招聘信息*/
.index-recruitment-information li {
	margin-top: 30px;
	cursor: pointer;
	transition: all .3s linear;
}

.index-recruitment-information li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	transform: translate3d(0, -2px, 0);
}

.index-recruitment-information li>div:nth-of-type(1) {
	width: 24%;
	background-color: #3179CB;
	height: 401px;
}

.index-recruitment-information li>div:nth-of-type(2) {
	width: 76%;
	background-color: #ffffff;
	height: 401px;
	position: relative;
	padding: 4% 22.5% 4% 5.4%;
}


.index-recruitment-information-name {
	width: 82.2%;
	background-color: #FFFFFF;
	line-height: 44px;
	text-align: center;
	margin: 0 auto;
	font-size: 26px;
	font-weight: bold;
	color: rgb(49, 121, 203);
}

.index-recruitment-information-require {
	line-height: 24px;
	text-align: center;
	max-height: 100px;
	overflow: hidden;
}

.index-recruitment-information-require span {
	color: #ffffff;
	font-size: 15px;
}

.index-recruitment-information-btn {
	position: absolute;
	bottom: 24px;
	right: 29px;
	width: 154px;
	line-height: 50px;
	background-color: #3179CB;
	text-align: center;
	cursor: pointer;
	transition: all .3s linear;
}

.index-recruitment-information-btn:hover {
	background-color: #3AB6F9;
}


/*职位详情*/
.job-detail-banner {
	width: 100%;
	height: calc((100vw - 17px) * (260 / 1920));
}

.job-detail-table td {
	width: 25%;
	border: 1px solid #F1F1F1;
	/*line-height: 55px;*/
	padding: 0 25px;
	color: #666666;

}

.job-detail-table tr {
	height: 55px;
}

.job-detail-content {
	min-height: 425px;
	border-right: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
	border-bottom: 1px solid #F1F1F1;
	width: 100%;
}

.job-detail-btn {
	display: block;
	width: 100px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	text-align: center;
	margin: 0 auto;
	background-color: #2590D8;
	color: #ffffff;
	border-radius: 5px;
	transition: all .3s linear;
}

.job-detail-btn:hover {
	color: #2590D8;
	background-color: #F1F1F1;
}

/*申请表*/
.job-table {
	width: 40% !important;
	min-width: 600px;
}

.job-table .layui-layer-content {
	padding: 0 50px;
}

.job-table .form-title {
	border-bottom: 1px solid #f0f0f0;
}

.job-table form {

	/*border-top: 1px solid #f0f0f0;*/
	/*padding-top: 18px;*/
}

.job-table .table-item {
	line-height: 45px;
	height: 45px;
	margin-top: 14px;
}

.job-table .table-item>div {
	float: left;
	width: 50%;
	height: 45px;
}

.job-table .table-item>div>div {
	width: 80%;
	max-width: calc(100% - 80px);
	height: 100%;
	float: right;
}

.job-table .table-item>div:nth-of-type(1) {
	padding-right: 20px;
}

.job-table .table-item>div:nth-of-type(2) {
	padding-left: 20px;
}

.job-table .table-item span {
	display: block;
	min-width: 80px;
	width: 20%;
	float: left;
	position: relative;
	padding-left: 10px;
}

.job-table .table-item span:after {
	content: "*";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: red;
}

.job-table .table-item input[type=text] {
	border: 1px solid #f0f0f0;
	width: calc(100% - 80px);
	float: left;
	text-indent: 15px;
	height: 45px;
	line-height: 45px;
}

.job-table .table-item input[type=radio] {
	/*width: 16px;*/
	/*height: 16px;*/
	/*border-color:#D2D2D2 ;*/
	/*vertical-align: middle;*/
	/*margin: 0 15px;*/

}

.job-table .layui-form-radio>i:hover,
.layui-form-radioed>i {
	color: #2188E0;
}

.job-table .layui-form-radio>i {
	font-size: 19px;
}

.job-table .table-add {
	margin-top: 30px;
	line-height: 35px;
	padding: 30px 0;
	border-bottom: 1px solid #f0f0f0;
}

.job-table .table-add span {
	color: rgb(37, 144, 216);
	vertical-align: middle;
}

.job-table button {
	width: 100px;
	height: 45px;
	border-radius: 5px;
	cursor: pointer;
}

.job-table button:nth-of-type(1) {
	background-color: #2590D8;
	color: #ffffff;
	font-size: 16px;
	margin-right: 8px;
}

.job-table button:nth-of-type(2) {
	background-color: #eeeeee;
	color: rgb(163, 163, 163);
	font-size: 16px;
}


/*人才体系*/

/*人力资源核心*/
.talents-system-human {
	height: 286px;
	margin-top: 50px;
	overflow: hidden;
}

.talents-system-human>div {
	float: left;
	width: 10.1%;
	height: 100%;
	transition: width .3s linear;
}

.talents-system-human-title {
	font-size: 24px;
	color: #ffffff;
	text-align: center;
}

.talents-system-human-content {
	/*padding-top: 20px;*/
	line-height: 25px;
	color: #ffffff;
	text-indent: 30px;
	width: 0;
	overflow: hidden;
	height: 0;
	transition: all .3s linear;
}

.talents-system-human>div:nth-of-type(1) {
	background-color: #2E9FD6;
	border-radius: 10px 0 0 10px;
}

.talents-system-human>div:nth-of-type(2) {
	background-color: #2DB4D3;
}

.talents-system-human>div:nth-of-type(3) {
	background-color: #F48A23;
}

.talents-system-human>div:nth-of-type(4) {
	background-color: #F0B32E;
	border-radius: 0 10px 10px 0;
}

.talents-system-human-active {
	width: 69.7% !important;
}

.talents-system-human-active .table-cell {
	padding-left: 18%;
	padding-right: 18%;
}

.talents-system-human-active .talents-system-human-content {
	width: auto;
	height: auto;
	padding-top: 20px;
}

/*人才体系*/
.talents-system {
	width: 100%;
	height: 402px;
	padding-left: 15px;
	margin-top: 50px;
	padding-bottom: 77px;
}

.talents-system>div {
	height: 100%;
}

.talents-system-center {
	margin-left: -88px;
	position: relative;
	z-index: 5;
}

.talents-system-list {
	width: calc(100% - 536px);
}

.talents-system-list>div:nth-of-type(1) {
	left: -100px;
	top: -10px;
	width: 431px;
}

.talents-system-list>div:nth-of-type(2) {
	left: -30px;
	top: 80px;
	width: 398px;
}

.talents-system-list>div:nth-of-type(3) {
	left: -30px;
	top: 165px;
	width: 401px;
}

.talents-system-list>div:nth-of-type(4) {
	left: -80px;
	top: 250px;
	width: 426px;
}


.talents-system-item {
	height: 55px;
	background-color: #ffffff;
	border-radius: 31px;
	position: absolute;
	z-index: 11;
	cursor: pointer;
	transition: all .3s linear;
}

.talents-system-item:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	transform: translate3d(0, -2px, 0);
}

.talents-system-item:hover .tc {
	color: #2DA2E0;
	transition: color .3s linear;
}


.talents-system-item:hover>div:nth-of-type(1) {
	background: #2CA2DF;
	transition: all .3s linear;
}

.talents-system-item>div:nth-of-type(1) {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	text-align: center;
	border: 1px solid #C9DAF6;
}

/*体系管理*/
.talents-system-manage-list {
	margin-top: 25px;
	margin-bottom: 87px;
}

.talents-system-manage-list li {
	width: 25%;
	display: inline-block;
	text-align: center;
	text-align-last: center;
	transition: all .3s linear;
	padding: 50px 0;
}

.talents-system-manage-list li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	transform: translate3d(0, -2px, 0);
}

/*职业路线*/
.talents-system-path {
	padding: 45px 0 50px;
}

.talents-system-path>div:nth-of-type(2) {
	max-width: 421px;
	padding-left: 30px;
}

/*人才招聘*/

/*公告栏目*/
.talent-recruitment-announcement .swiper-container {
	padding-bottom: 64px;
	min-height: 422px;
}

.talent-recruitment-announcement .swiper-1-pagination {
	bottom: 30px;
}

.talent-recruitment-announcement-li {
	height: 192px;
	background-color: #ffffff;
	padding: 26px 25px;
	margin-top: 20px;

}

.talent-recruitment-announcement-li:hover {
	box-shadow: 0 15px 30px rgba(0, 0, 0, .1);
	transform: translate3d(0, -2px, 0);
	transition: all .3s linear;
}

.talent-recruitment-announcement-item-content {
	height: 50px;
	line-height: 25px;
	color: #999999;
}

.talent-recruitment-announcement-item-recruit-box>div:nth-of-type(1) {
	width: 70%;
}

.talent-recruitment-announcement-item-recruit-box>div:nth-of-type(2) {
	width: 30%;
}

.talent-recruitment-announcement-item-recruit {
	min-width: 94px;
	height: 27px;
	line-height: 25px;
	text-align: center;
	text-align-last: center;
	border: 1px solid #f0f0f0;
}

.talent-recruitment-announcement-item-recruit span {
	vertical-align: middle;
}

.talent-recruitment-announcement-li:hover .fs18 {
	color: rgb(37, 144, 216);
	transition: color .3s linear;
}

/*关于我们*/




/*综合实力*/
.about-us-strength {
	padding-top: 30px;
	padding-bottom: 30px;
}

.about-us-strength-list {
	width: 20%;
	height: 392px;
}

.about-us-strength-content {
	width: 80%;
	z-index: 10;
	position: relative;
}

.about-us-strength-list>div {
	cursor: pointer;
	height: 20%;
	width: 100%;
	padding-left: 15px;
}

.about-us-strength-list .table>div:nth-of-type(1) {
	width: 48px;
	min-width: 48px;
}

.about-us-strength-list .table>div:nth-of-type(2) {
	font-size: 18px;
	padding-left: 15px;
	width: 177px;
}

.about-us-strength-active {
	background-color: #ffffff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
	position: relative;
}


.about-us-strength-content>div {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: -100px;
	opacity: 0;
	background-color: #ffffff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.05);
}

.about-us-strength-content>div svg {
	position: absolute;
	left: -11px;
	z-index: 900;
	margin-top: -11px;
}

.about-us-strength-content>div:nth-of-type(1) svg {
	top: 10%;
}

.about-us-strength-content>div:nth-of-type(2) svg {
	top: 30%;
}

.about-us-strength-content>div:nth-of-type(3) svg {
	top: 50%;
}

.about-us-strength-content>div:nth-of-type(4) svg {
	top: 70%;
}

.about-us-strength-content>div:nth-of-type(5) svg {
	top: 90%;
}

/*信息化管理体系*/

.informatization-management {
	padding-right: 3%;
	padding-left: 3%;
}

.informatization-management>div:nth-of-type(1) {
	padding-left: 2%;
	padding-right: 8%;
}

.informatization-management>div:nth-of-type(2) {
	width: 33%;
}

/*项目管理体系*/
.project-management-system {
	padding-left: 11%;
	padding-top: 5%;
}

.project-management-system-list {
	padding-top: 4%;
}

.project-management-system-list li {
	float: left;
	margin-left: 29px;
	text-align: center;
}

.project-management-system-list li img {
	width: 87px;
	height: 87px;
}

.project-management-system-list li:nth-of-type(1) {
	margin-left: 0;
}

.project-management-system-name {
	line-height: 40px;
}

.project-management-system-bottom {
	padding-top: 1%;
}

.project-management-system-bottom>div {
	padding-top: 2%;
}

/*质量管理体系*/
.quality-management-system {
	padding: 0 2%;
}

.quality-management-system>div:nth-of-type(2) {
	padding-left: 10%;
	padding-right: 10%;
}

/*服务体系*/
.about-us-service-system-box {
	padding: 3% 4%;
}

.about-us-service-system>div:nth-of-type(1) {
	width: 33%;
}

.about-us-service-system>div:nth-of-type(2) {
	width: 24%;
	padding-left: 3%;
	padding-right: 3%;
}

.about-us-service-system>div:nth-of-type(3) {
	width: 33%;
}

.about-us-service-system>div:nth-of-type(1) img {
	width: 48px;
	height: 48px;
}

.about-us-service-system>div:nth-of-type(3) img {
	width: 48px;
	height: 48px;
}

.service-system-list>div {
	padding-top: 8%;
}

.service-system-list>div>div:nth-of-type(1) {
	width: 18.5%;
}


/*团队介绍*/

.about-us-team {
	padding-top: 50px;
}

.about-us-team-item-user {
	text-align: center;
}

.about-us-team-item-user img {
	border-radius: 50%;
	display: inline-block;
	max-width: 154px;
}

.about-us-team-contact {
	/*padding-left:  8%;*/
	/*padding-right: 8%;*/
	padding-bottom: 2%;
}

.about-us-team-contact img {
	border-radius: 50%;
}

.about-us-team-contact img:hover {

	box-shadow: 0 0 30px rgb(66, 164, 228);
	transform: translate3d(0, -2px, 0);
	transition: all .3s linear;
}

.about-us-team-contact a {
	padding: 0 14px;
}

.about-us-team .swiper-container {
	z-index: 10 !important;
}

.about-us-team .swiper-container {
	padding-bottom: 200px;
	padding-top: 5px;
	padding-left: 20px;
	padding-right: 20px;
}

.about-us-team .swiper-2-pagination {
	bottom: 60px;
}

.about-us-team-content {
	bottom: 116px;
	line-height: 25px;
	width: 62.25%;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.about-us-team .swiper-container .swiper-slide {
	padding: 3% 0;

}

.about-us-team .swiper-container .swiper-slide:hover {
	box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
	transform: translate3d(0, -2px, 0);
	transition: all .3s linear;
}

/*员工风采*/
.about-us-staff-box .swiper-container {
	padding-top: 40px;
	padding-bottom: 120px;
}

.about-us-staff-box .swiper-3-pagination {
	bottom: 55px;
}

.about-us-staff>div,
.about-us-staff>ul {
	width: 50%;
	height: 449px;
}

.about-us-staff>div:hover .about-us-staff-left {
	width: 0;
	padding-right: 0;
	padding-left: 0;
}

.about-us-staff>div:hover .about-us-staff-left-content {
	width: 100%;
}

.about-us-staff-left {
	width: 100%;
	height: 45px;
	background-color: rgba(66, 164, 228, 0.7);
	left: 0;
	bottom: 0;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	transition: all .3s linear;
}

.about-us-staff-left-content {
	width: 0;
	height: 100%;
	right: 0;
	top: 0;
	background-color: rgba(66, 164, 228, 0.7);
	transition: all .3s linear;
}

.about-us-staff-left-content>div {
	max-width: 80%;
}

.about-us-staff-left-content-second {
	margin-top: 3%;
	line-height: 25px;
	height: 75px;
}

.about-us-staff-left-content a {
	display: block;
	text-align: center;
	width: 110px;
	line-height: 30px;
	border-radius: 15px;
	background-color: #ffffff;
	color: rgb(43, 158, 220);
	margin: 30px auto;
	transition: all .3s linear;

}

.about-us-staff-left-content a:hover {
	background-color: rgb(43, 158, 220);
	color: #ffffff;
}

.about-us-staff-right li {
	width: 50%;
	height: 50%;
	float: left;
	cursor: pointer;
	position: relative;

}

.about-us-staff-right li:hover .about-us-staff-right-item-title {
	opacity: 0;
}

.about-us-staff-right li:hover .about-us-staff-right-item {
	opacity: 1;
}

.about-us-staff-right-item {
	width: 100%;
	height: 100%;
	background-color: rgba(66, 164, 228, 0.7);
	position: absolute;
	overflow: hidden;
	padding: 30px 26px;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .3s linear;
}

.about-us-staff-right-item .wts3 {
	height: 75px;
}

.about-us-staff-right-item-detail {
	bottom: 26px;
	width: 100%;
	left: 0;
	padding-left: 30px;
	padding-right: 30px;
}

.about-us-staff-right-item-title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(14, 75, 147, 0.4);
	transition: opacity .3s linear;
}




/*详情页*/
.detail-page:hover span {
	color: rgb(37, 144, 216);
	transition: color .3s linear;
}

/*工作环境详情*/
.work-environment {
	width: 100%;
	max-width: 100%;
	height: calc(100vh - 85px);
}

.work-environment-path {
	left: 0;
	top: 85px;
	z-index: 100;
	width: 100%;
}


.work-environment .work-environment-pagination {
	position: absolute;
	text-align: center;
	z-index: 100;
	bottom: 60px;
}

.work-environment-pagination .swiper-pagination-bullet {
	background-color: #ffffff;
	opacity: 1;
}

.work-environment-pagination .swiper-pagination-bullet-active {
	background-color: #3DA6ED;
}

.work-environment-btn {
	position: absolute;
	bottom: 51px;
	z-index: 100;
	cursor: pointer;
}

.work-environment-button-next {
	left: calc((100vw - 17px) * (360 / 1920));
}

.work-environment-button-prev {
	right: calc((100vw - 17px) * (360 / 1920));
}

/*layui时间控件样式*/
#layui-laydate1 .layui-this {
	background-color: #2188E0 !important;
}


/*搜索结果*/
.search-nav {
	height: 40px;
	line-height: 40px;
}

.search-nav-num {
	color: rgb(38, 144, 216);
	font-size: 16px;
	padding: 0 8px;
}

.search-list {
	padding-top: 20px;
}

.search-list>a {
	display: block;
	height: 169px;
	padding: 0 1.5%;
	border-bottom: 1px dashed #999999;
	margin-top: 5px;
	transition: all .3s linear;
}

.search-list>a:hover {
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	border-bottom: 1px dashed transparent;
}

.search-list>a .table {
	width: 100%;
	height: 100%;
}

.search-item-img {
	width: 20.1%;
}

.search-item-img>div {
	width: 100%;
	height: 134px;
	/*object-fit: cover;*/
	/*object-position: center;*/
}

.search-item-center {
	width: 67%;
	padding: 0 3%;
}

.search-item-center>div:nth-of-type(1) {
	width: 50%;
	font-size: 18px;
	color: rgb(50, 153, 208);
	padding-bottom: 20px;
}

.search-item-center>div:nth-of-type(2) {
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	height: 50px;
}

.search-item-time {
	width: 84px;
	height: 60px;
	border: 1px solid #f1f3f8;
	border-radius: 5px;
	text-align: center;
	text-align-last: center;
	display: inline-block;
}


/*搜索详情页*/

.search-detail-box {
	padding-bottom: 19px;
	border-bottom: 1px solid #f1f3f8;
}

.search-detail-title {
	font-size: 22px;
	color: rgb(50, 153, 208);
	text-align: center;
	padding-top: 30px;
	padding-bottom: 16px;
	width: 85%;
	display: inline-block;
}

.search-detail-content {
	padding-top: 30px;
	padding-bottom: 85px;
}


.index .flow .list li:nth-of-type(1) .table .table-cell .tc .tc-left {
	text-align: center !important;
	text-align-last: center !important;
}