.slider_cont {
	position: relative;
}
.flex-control-nav {
	display: none;
}
.flex-direction-nav li {
	height: 0;
}
.slider_cont .flex-direction-nav .flex-prev {
    left: 3%;
    background: url(../img/jm-home-slide-1.png) no-repeat;
}
.slider_cont .flex-direction-nav a {
    position: absolute;
    top: 50%;
   margin-top: -23px;
    width: 24px;
    height: 46px;
    display: block;
    cursor: pointer;
    opacity: 1;
    /*background: url(../img/banner_btn.png) no-repeat;*/
    z-index: 11;
    font-size: 0;
    line-height: 0;
}
.slider_cont .flex-direction-nav .flex-next {
   right: 3%;
    /*background-position: 0 -37px;*/
    background: url(../img/jm-home-slide-2.png) no-repeat;
}
.banner-bar { 
	position: absolute;
	left: 0; 
	bottom: 0px; 
	width: 1px;
	height: 4px; 
	background-color: #71aff9; 
}
.slider_cont .slides a {
	display: block;
}
.slider_cont:not(.slider_cont-nature) .slides a {
	height: 100vh;
}
.slider_cont img,.slider_cont video,.work_banner img {
	-o-object-fit: cover;
    font-family: "object-fit:cover;object-position:center center";
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    width: 100%;
    vertical-align: top;
}
.slider_cont img,.work_banner img {
	height: 100%;
}
.slider_cont img {
	opacity: 0;
}



/*分类导航*/
.navigations {
	width: 67%;
	max-width: 1300px;
	margin: 144px auto 56px;
}

.navigations ol li {
	float: left;
	width: 20%;
	text-align: center;
	position: relative;
}
.navigations ol li::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	height: 50px;
	width: 2px;
	background-color: #c3dcfa;
}
.navigations ol li:last-of-type::after {
	display: none;
}
.navigations ol li .m-pic {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.navigations ol li a {
	display: block;
	transition: all 0.3s;
}
.navigations ol li a:hover {
	transform: translateY(-10px);
}
.navigations ol li .m-pic img {
	height: 100%;
}
.navigations ol li p {
	font-size: 18px;
	line-height: 20px;
	margin-top: 30px;
	padding: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #002B5F;
	/*text-shadow: 0.1em 0.1em 0.15em #bbb;*/
}

.jp-slide-cont {
	position: relative;
}
.jp-slide-wrap {
	position: absolute;
	right: 120px;
	bottom: 70px;
}
.jp-slide-img img {
	width: 100%;
}
.jp-slide {
	width: 84px;
	margin: 0 auto;
}

.jp-slide .slide{
	width: 84px;
	height: 84px;
	opacity: 0.5;
	background-color: #fff;
	cursor: pointer;
}
.jp-slide .slide img {
	width: 100%;
	height: 100%;
}
.jp-slide .slide:hover {
	opacity: 1;
}
.bx-default-pager {
	display: none;
}
.visible-pc.swiper-cont .swiper-wrapper {
	white-space: nowrap;
}
.visible-pc.swiper-cont .swiper-slide {
	display: inline-block;
}

/*套装 移动端*/
.jm-suite {
	padding-left: 15px;
	margin-bottom: 10px;
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
	.jp-slide-wrap {
		position: absolute;
		right: 80px;
		bottom: 30px;
	}
	.jp-slide .slide {
		width: 60px !important;
		height: 60px !important;
	}
	.bx-wrapper .bx-controls-direction a {
		width: 60px !important;
	}
	.bottom-item-txt h4 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.bottom-item-txt p {
		font-size: 14px !important;
		line-height: 28px !important;
	}
	.jp-tit {
		padding: 50px 0 54px;
	}
	.jp-tit h2 {
		font-size: 30px;
		line-height: 40px;
	}
	.jp-tit p {
		font-size: 14px;
		line-height: 24px;
	}
	
}

.bg-eef3f9 {
	background-color: #eef3f9;
	margin-top: 16px;
	margin-bottom: 40px;
}
.jp-slide-bottom {
	width: 80%;
	margin: 0 auto;
	position: relative;
}
.bg-eef3f9 .swiper-button-white{
	display: none;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}
.bg-eef3f9:hover .swiper-button-white {
	display: block;
}
.jp-slide-bottom .swiper-button-prev3 {
	left: -60px !important;
	background-image: url(../img/t-banner-left.png);
}
.jp-slide-bottom .swiper-button-next3 {
	right: -70px !important;
	background-image: url(../img/t-banner-right.png);
}
.slide-bottom-item {
	width: 33.33%;
	padding: 0 8px;
	float: left;
	box-sizing: border-box;
}
.jp-slide-bottom .slide-bottom-item.swiper-slide {
	height: auto;
}
.slide-bottom-item .item_box {
	position: relative;
	margin: 90px 0 70px;
}
.jp-slide-bottom .slide-bottom-item .m-pic {
	display: block;
	width: 36%;
	margin-left: 18%;
	height: auto;
}
.slide-bottom-item .m-pic img {
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.slide-bottom-item .m-pic:hover img {
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.bottom-item-txt {
	position: absolute;
	bottom: 30px;
	left: 62%;
	max-width: 46%;
	overflow: hidden;
}
.bottom-item-txt h4 {
	font-size: 26px;
	color: #333;
	line-height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bottom-item-txt p {
	font-size: 16px;
	line-height: 36px;
	color: #666;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.swiper-safari {
	width: 80%;
	margin: -10px auto 50px;
}
.swiper-safari .swiper-cont{
	padding: 20px 0 30px;
}
.swiper-cont .swiper-slide {
	width: 33%;
	/*height: 300px;*/
	box-shadow: 5px 5px 40px rgba(58,65,80,0.28);
	/*top: -40px;*/
	/*transition: top 1s;*/
}
.swiper-cont .swiper-slide.swiper-slide-prev,
.swiper-cont .swiper-slide.swiper-slide-active,
.swiper-cont .swiper-slide.swiper-slide-next {
	/*top: 0px;*/
}
.swiper-slide .m-pic {
	display: block;
	width: 100%;
	height: 100%;
}
/*.swiper-cont .swiper-slide .m-pic {
	height: auto;
}*/
.swiper-slide .m-pic img {
	/*height: 100%;*/
}
.swiper-slide-shadow-left,.swiper-slide-shadow-right {
	opacity: 0 !important;
}
/*九牧资讯*/
.jp-video {
	margin: 30px 30px 0 40px;
	box-shadow: 0 0 30px rgba(58,65,80,0.2);
	position: relative;
	
}
.jp-video video {
	width: 100%;
}
.v-gallery-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -60%);
	-moz-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
	width: 13%;
	z-index: 6;
}
.v-gallery-play img {
	width: 100%;
}
.informa {
	margin: 30px 20px 140px 30px;
}
.informa-text li {
	margin-top: 30px;
}
.informa-text li h4 a {
	display: block;
	width: 75%;
	font-size: 26px;
	line-height: 40px;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.informa-text li h4 a:hover {
	color: #002B5F;
}
.informa-text li p {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	max-height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1750px) {
	.informa-text li {
		margin-top: 20px;
	}
	.informa-text li p{
		margin-top: 0;
	}
	
	.informa-text {
		height: 240px;
		overflow: hidden;
	}
}
.informa-btn {
	margin-top: 60px;
	text-align: right;
}

/*移动端样式*/
@media only screen and (max-width: 992px) {
	.banner-bar {
		height: 2px !important;
		bottom: 0px !important;
	}
	.slider_cont .slides a {
		height: auto !important;
	}
	.slider_cont img {
	    height: auto !important;
	}
	.slider_cont .flex-direction-nav a {
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	}
	.navigations{
		width: 90% !important;
		max-width: 675px !important;
		margin: 20px auto 10px !important;
	}
	.navigations ol li::after {
		display: none !important;
	}
	.navigations ol li .m-pic {
		width: 30px !important;
		height: 30px !important;
	}
	.navigations ol li p {
		font-size: 14px !important;
		margin-top: 10px !important;
		padding: 4px 3px !important;
		text-shadow: none !important;
		color: #333 !important;
	}
	.jp-slide-cont {
		padding: 0 15px !important;
	}
	.bg-eef3f9 {
		background-color: #fff !important;
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
	.jp-slide-bottom {
		width: 100% !important;
		padding: 10px 15px !important;
		box-sizing: border-box !important;
		margin-bottom: 0px !important;
		overflow: hidden;
	}
	.jp-slide-bottom .swiper-container {
		padding-bottom: 4px;
		margin-left: -3px;
	}
	.slide-bottom-item {
		padding: 0 3px !important;
	}
	.bottom-item-txt {
		position: static !important;
		bottom: 0 !important;
		left: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
		padding: 8px !important;
	}
	.slide-bottom-item .item_box {
		box-shadow: 0 0 8px rgba(41,41,41,0.1) !important;
		margin: 0 !important;
	}
	.bottom-item-txt h4 {
		font-size: 14px !important;
		line-height: 24px !important;
	}
	.bottom-item-txt p {
		font-size: 12px !important;
		line-height: 22px !important;
	}
	.slide-bottom-item .m-pic {
		width: 100% !important;
		background-color: #ecf1f7 !important;
		margin-left: 0 !important;
		padding: 13px 0 10px !important;
	}
	.slide-bottom-item .m-pic img {
		display: block !important;
		width: 65% !important;
		margin: 0 auto !important;
	}
	.informa-text li {
		margin-top: 20px !important;
	}
	.informa-text li h4 {
		margin-bottom: 4px !important;
	}
	.informa-text li h4 a {
		font-size: 16px !important;
		line-height: 30px !important;
	}
	.informa-text li p {
		font-size: 14px !important;
		line-height: 24px !important;
		max-height: 48px !important;
	}
	.swiper-safari {
		margin: 0;
	}
	/*品牌介绍*/
	.band-reduct-txt {
		padding: 15px 18px 12px !important;
		border: 1px solid #e3e3e3;
		border-bottom: none;
	}
	.jm-mb-10 {
		margin-bottom: 10px;
	}
	.band-reduct-txt h4 {
		font-size: 16px !important;
		margin: 5px 0 0 !important;
	}
	.band-reduct-txt i {
		width: 28px !important;
		height: 28px !important;
	}
	.band-reduct-txt p {
		font-size: 12px !important;
		line-height: 20px !important;
		height: auto !important; 
	}
	.band-solid {
		margin-bottom: 10px;
		border: 1px solid #e3e3e3;
	}
	.band-solid p {
		font-size: 16px !important;
		line-height: 30px !important;
		padding: 13px 0 11px !important;
	}
	.band-scroll-row {
		overflow-x: auto;
    	white-space: nowrap;
	}
	.band-scroll-row .col-md-6,
	.band-scroll-row .col-md-3 {
	    display: inline-block;
	    width: 152px;
	    padding-left: 5px;
	    padding-right: 5px;
	}
	.band-receive .m-pic {
		width: 126px !important;
		margin-left: -63px !important;
	}
	.band-receive {
		height: 190px !important;
		margin-top: 0 !important;
		border: 1px solid #e3e3e3;
	}
	.band_slider li::before {
		display: none !important;
	}
	.band_slider {
		margin-top: 10px !important;
		padding-bottom: 0 !important;
	}
	.band-solid-bottom {
		height: auto !important;
	}
	.band-solid-bottom p {
		font-size: 13px !important;
		line-height: 20px !important;
		max-height: 160px !important;
		margin-bottom: 40px !important;
	}
	.band-solid-bottom {
		padding: 10px 14px 15px !important;
		border: 1px solid #e3e3e3;
	}
	.band-solid-bottom h4 a {
		font-size: 16px !important;
		line-height: 24px !important;
		height: 24px !important;
		width: 100% !important;
	}
	.band-solid-bottom h5 a {
		font-size: 14px !important;
		line-height: 24px !important;
		height: 24px !important;
		margin: 4px 0 !important;
	}
	.holder-butn {
		bottom: 16px !important;
		padding-left: 14px !important; 
	}
	.band_slider .flex-control-nav {
		display: block;
		text-align: center;
	}
	.band_slider .flex-control-nav li {
		display: inline-block;
		margin: 0 3px;
	}
	.band_slider .flex-control-nav li a {
		display: inline-block;
		width: 6px;
		height: 6px;
		background-color: #002B5F;
		opacity: 0.2;
		border-radius: 50%;
		text-indent: 10000px;
		position: relative;
		top: 10px;
		overflow: hidden;
	}
	.band_slider .flex-control-nav li a.flex-active {
		opacity: 1;
	} 
	.band_slider .flex-direction-nav {
		display: none;
	}
	.band-flag-head {
		margin-left: -3px;
		margin-right: -3px;
		padding: 12px 3px 15px !important;
	}
	.band-flag-head h4 {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.band-flag-head p {
		font-size: 12px !important;
		line-height: 16px !important;
	}
	.band-flag-img {
		margin-left: -3px;
		margin-right: -3px;
	}
	.global-content {
		white-space: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		font-size: 0;
		margin: 0 0 12px !important;
	}
	.global-content .col-2 {
		float: none;
		display: inline-block;
		width: 108px;
		margin-right: 6px;
	}
	.global-flags {
		padding: 25px 4px 18px !important;
		border: 1px solid #E3E3E3 !important;
	}
	.global-flags i {
		width: 32px !important;
		height: 32px !important;
	}
	.global-flags h4 {
		font-size: 14px !important;
		color: #333 !important;
		line-height: 20px !important;
		margin: 10px 0 0 !important;
		
	}
	.global-flags p {
		font-size: 12px !important;
		line-height: 18px !important;
	}
	.jm-globallu-tit {
		position: relative;
	}
	.jm-globallu-tit .global-section-tit {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		font-size: 14px !important;
		color: #fff;
	} 
	.band-company {
		margin-bottom: 0 !important;
	}
	.band-boxdow{
		box-shadow: 0 0 6px rgba(41,41,41,0.1);
	}
	
	/*工作机会*/
	.work_banner {
		height: auto !important;
		margin-bottom: 15px !important;
	}
	.work-band-bottom {
		margin-top: 10px !important;
		box-shadow: 0 0 7px rgba(41,41,41,0.1) !important;
	}
	.work-band-bottom p {
		font-size: 14px !important;
		line-height: 20px !important;
		padding: 10px 0 !important;
	}
	.talent-channel-item {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.talent-channel-item .m-pic {
		height: 0;
		padding-bottom: 51%;
		overflow: hidden;
	}
	.talent-channel-station {
		position: static !important;
		max-height: none !important;
		background-color: #fff;
		padding: 10px 0 !important;
		margin-bottom: 10px;
		box-shadow: 0 0 7px rgba(41,41,41,0.1);
	}
	.talent-channel-station h6,
	.work-employee-info h6 {
		font-size: 14px !important;
		line-height: 20px !important;
		margin-bottom: 4px !important;
		color: #333 !important;
		height: 20px !important;
	}
	.talent-channel-station p,
	.work-employee-info p {
		font-size: 12px !important;
		line-height: 16px !important;
		padding: 4px 0 !important;
		text-align: center !important;
		color: #666 !important;
	}
	.talent-channel-station p a {
		color: #666 !important;
	}
	.talent-channel-station p span {
		font-size: 10px !important;
	}
	.work-employee {
		height: auto !important;
		margin: 0 0 10px 0 !important;
		box-shadow: 0 0 7px rgba(41,41,41,0.1);
	}
	.work-employee-img img {
		position: static !important;
		-ms-transform: none !important;
	    -moz-transform: none !important;
	    -webkit-transform: none !important;
	    transform: none !important;
		width: 100%;
	}
	.work-employee-info {
		position: static !important;
		-ms-transform: none !important;
	    -moz-transform: none !important;
	    -webkit-transform: none !important;
	    transform: none !important;
	    padding: 0 10px 26px 10px !important;
	    background: url(../img/band/jm-work-lower.png) center 65px no-repeat;
	}
	.work-employee-info p {
		height: 24px !important;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.work-employee-info h6,
	.big-employee .work-employee-info p {
		margin-top: 12px;
	}
	.big-employee .work-employee-info {
		text-align: center;
		background-position: center 42px;
	}
	.big-employee .work-employee-info h6,
	.big-employee .work-employee-info p {
		display: inline-block;
		vertical-align: middle;
	}
	.big-employee .work-employee-info p {
		padding: 0 !important;
		line-height: 20px !important;
	}
	.work-higher-box {
		margin-bottom: 30px !important;
		background-color: transparent !important;
		box-shadow: none !important;
		padding: 10px 0px !important;
	}
	.work-higher-box .col-md-6 {
		padding: 0 5px !important;
	}
	.work-higher {
		padding: 15px 4px 15px 40px;
		background-color: #fff;
		border: 1px solid #E6E6E6;
		box-shadow: 0 0 7px rgba(41,41,41,0.1);
	}
	.work-higher h4 {
		font-size: 14px !important;
		line-height: 20px !important;
		padding: 0 !important;
		margin-bottom: 14px !important;
	}
	.work-higher li {
		margin-left: 3px !important;
		padding-left: 14px !important;
	}
	.work-higher li::before {
		top: 9px !important;
	}
	.work-higher li::after {
		left: -2px !important;
		top: 6px !important;
		-webkit-background-size: 6px 6px !important;
		background-size: 6px 6px !important;
	}
	.work-higher li span {
		line-height: 18px !important;
		font-size: 12px !important;
		padding: 0 7px !important;
		margin-bottom: 7px !important;
	}
	.work-get-place {
		padding: 22px 2px 15px !important;
		border: 1px solid #E6E6E6;
		box-shadow: 0 0 7px rgba(41,41,41,0.1) !important;
		margin-bottom: 10px !important;
	}
	.work-get-place i {
		width: 40px !important;
		height: 40px !important;
		margin-bottom: 5px !important;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}
	.work-get-place h6 {
		font-size: 14px !important;
		line-height: 20px !important;
		margin-bottom: 4px;
		padding: 0 !important;
	}
	.work-get-place p {
		font-size: 12px !important;
		line-height: 16px !important;
	}
	/*为您服务*/
	.work-get-place.auto-service {
		padding: 20px 30px 15px !important;
	}
	.work-get-place.auto-service p {
		height: 32px;
		overflow: hidden;
	}
	.work-get-place.auto-service i {
		width: 32px !important;
		margin-bottom: 0 !important;
	}
	.service_fullscreen_control .flex-control-nav ,
	.index-slider_cont .flex-control-nav {
		bottom: 0px !important;
	}
	.flex-control-paging li {
		margin: 0 3px !important;
	}
	.flex-control-paging li a {
		width: 4px !important;;
		height: 4px !important;;
		border-radius: 50%;
	}
	.service-butler {
		padding-bottom: 0 !important;
	}
	.service-butler-items {
		position: static !important;
		padding: 0 !important;
		margin: 8px -5px 0;
	}
	.service-butler-item {
		padding: 18px 10px 16px !important;
		border: 1px solid #E6E6E6;
		box-shadow: 0 0 7px rgba(41,41,41,0.1);
		margin-top: 10px;
	}
	.service-butler-item i {
		width: 40px !important;
		height: 40px !important;
		margin-bottom: 5px !important;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.service-butler-item  p {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.jm-mb-23 {
		margin-bottom: 10px !important;
	}
	.service-note {
		padding: 24px 2px 15px !important;
		border: 1px solid #E6E6E6;
		box-shadow: 0 0 7px rgba(41,41,41,0.1);
	}
	.service-note i {
		width: 32px !important;
		height: 32px !important;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		margin-bottom: 15px !important;
	}
	.service-note-info {
		position: static !important;
	}
	.service-note-info h6 {
		height: 44px !important;
		font-size: 13px !important;
		line-height: 22px !important;
		white-space: normal !important;
	}
	.service-window .slides li {
		height: 147px !important;
	}
	.service-window .slides li .service-window-img {
		position: static !important;
		height: 100% !important;
	}
	.service-window {
		position: relative;
	}
	.service-window .slides li .service-window-img::after {
		display: none;
	}
	.service-window .slides li .service-window-img img {
		position: static !important;
		width: 100% !important;
		height: 100% !important;
	}
	.service-window .slides li .service-window-info {
		left: 50% !important;
		top: 50% !important;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.service-window .slides li .service-window-info h6 {
		color: #fff;
		font-size: 16px !important;
		line-height: 20px !important;
		padding-top: 0 !important;
		margin-bottom: 5px !important;
	}
	.service-window .slides li .service-window-info p {
		color: #fff !important;
		font-size: 12px !important;
		line-height: 18px !important;
		height: 36px !important;
		width: 77%;
		margin: 0 auto;
	}
	/*项目服务*/
	.j-project-service {
		padding: 0 0 20px !important;
		margin-top: 25px !important;
		margin-bottom: 0px !important;
	}
	.j-project-service h3 {
		font-size: 15px !important;
		line-height: 23px !important;
		font-weight: bold;
		padding: 10px 0 8px !important;
	}
	.j-project-cicle {
		margin-bottom: 10px !important;
	}
	.j-project-cicle img {
		width: 220px !important;
		height: 220px !important;
	}
	.j-project-service p {
		font-size: 12px !important;
		line-height: 20px !important;
	}
	/*九牧商学院*/
	.send-slider_cont .flex-control-nav {
		bottom: 4px !important;
	}
	.m-boss-pic {
		margin: 18px 0 20px !important;
	}
	.j-idea-info {
		margin: 50px 10px 30px !important;
	}
	.jp-school-h4 {
		font-size: 17px !important;
		line-height: 25px !important;
		text-align: center !important;
	}
	.jp-school-h4 + .jp-school-h4 {
		margin-bottom: 7px !important;
	}
	.jp-school-p {
		font-size: 13px !important;
		line-height: 18px !important;
		text-align: center !important;
	}
	.j-boss-sign .m-pic{
		width: 70px !important;
		height: 55px !important;
		margin-left: 14px !important;
	}
	.j-idea-info .j-boss-sign p {
		margin-top: 20px !important;
	}
	.j-boss-sign {
		width: 130px;
		margin: 0 auto;
	}
	.j-idea-info .j-boss-sign {
		padding-top: 22px !important;
		margin-right: 0px;
	}
	.j-school-secend {
		font-size: 13px !important;
		line-height: 16px !important;
	}
	.school-person .m-pic {
		width: 300% !important;
		margin-left: -150% !important;
	}
	.school-person .school-person-text {
		padding: 0 15px;
	}
	.school-person-text p {
		margin-bottom: 0 !important;
	}
	.school-person-text h4 {
		padding-top: 0 !important;
	}
	.j-school-buss-cont .m-pic {
		position: static !important;
		width: 100% !important;
		height: auto !important;
		margin-top: 35px
	}
	.j-school-buss-info {
		width: auto !important;
		padding-right: 0 !important;
		margin: 24px 10px 10px !important;
	}
	.j-school-buss-info p:first-of-type {
		margin-bottom: 0 !important;
		line-height: 24px !important;
		color: #666666;
	}
	.j-school-bg2 {
		background: transparent !important;
	}
	.j-school-buss {
		padding: 25px 0 35px !important;
	}
	.j-school-buss-info p {
		margin-bottom: 20px !important;
	}
	.person-system-pic .m-pic{
		float: none !important;
		width: 77.6% !important;
		/* margin-left: -38.8% !important; */
		/* top: -40px !important; */
	}
	.jm-course-system {
		padding: 18px 0 8px !important;
	}
	.jm-course-system .jp-school-h4 {
		margin-bottom: 20px !important;
	}
	.jm-course-system .clearfix .m-pic{
		width: 40%;
	}
	.jm-course-system .clearfix .m-pic + .m-pic {
		width: 57%;
	}
	.study-pic {
		width: 60% !important;
	}
	.jm-main-section.mt-50 {
		margin-top: 0 !important;
	}
	.school-main-pro {
		margin-bottom: 40px !important;
		box-shadow:0px 5px 6px 0px rgba(231,231,231,0.5);
	}
	.school-main-pro ul {
		padding-bottom: 23px !important;
	}
	.person-system-pic .m-pic + .m-pic {
		margin-top: 18px !important;
		width: 90% !important;
		margin: 0 auto;
	}
	.school-person-textbg .school-person-textl {
		padding-right: 0 !important;
	}
	.school-tit {
		font-size: 16px !important;
		font-weight: bold;
		line-height: 20px !important;
		padding: 42px 0 22px !important;
	}
	.jm-school-slider {
		padding-right: 0 !important;
		overflow: hidden;
	}
	.jm-school-slider .row {
		white-space: nowrap;
		overflow-y: auto;
		margin: 0;
		font-size: 0;
	}
	.jm-school-slider .row::-webkit-scrollbar {
	  display: none;
	}
	.jm-school-slider .row .col-md-3 {
		display: inline-block;
		padding: 0;
		width: 36.8%;
		margin-right: 15px;
		margin-bottom: 35px !important;
	}
	.jm-school-slider .school-main-pro {
		margin-bottom: 0;
	}
	.school-main-pro p {
		font-size: 14px !important;
		line-height: 22px !important;
		margin-top: -11px !important;
	}
	.school-main-pro li{
		padding: 0 !important;
	}
	.z-mg-top{
		margin-top: 0 !important;
	}
	/*家在九牧*/
	.home-slider_cont {
		width: 100% !important;
		left: 0 !important;
		margin-left: 0 !important;
	}
	.home-title {
		padding: 48px 0 23px !important;
	}
	.home-title h3 {
		font-size: 22px !important;
		line-height: 30px !important;
	}
	.home-title p {
		font-size: 12px !important;
		line-height: 18px !important;
		margin-top: 0 !important;
	}
	.j-home-inte {
		margin-bottom: 10px !important;
	}
	.j-home-inte p {
		font-size: 14px !important;
		line-height: 21px !important;
		padding: 12px 6px !important;
	}
	.jp-content .home-swiper-cont {
		margin-bottom: 0 !important;
	}
	.home-swiper-cont .swiper-slide {
		width: 100% !important;
		box-shadow: none;
	}
	.home-pos-relate .swiper-button-prev, .home-pos-relate .swiper-button-next {
		width: 12px !important;
		height: 23px !important;
		margin-top: -12px !important;
	}
	.home-pos-relate .swiper-button-next {
		background-image: url(../img/jm-home-slide-2.png) !important;
		right: 22px !important;
	}
	.home-pos-relate .swiper-button-prev {
		background-image: url(../img/jm-home-slide-1.png) !important;
		left: 22px !important;
	}
	.home-inside-mask {
		display: none;
	}
	.home-inside {
		margin-bottom: 12px !important;
	}
	.home-inside h6 {
		width: 74% !important;
		font-size: 14px !important;
		line-height: 20px !important;
		height: 40px !important;
		margin: 12px auto 0 !important;
	}
	.home-inside p {
		padding-bottom: 16px !important;
	}
	/*学校招聘*/
	.jmschool-recruit-into {
		margin-top: 18px;
	}
	.school-recruit-into {
		margin-bottom: 12px;
		box-shadow: 0 0 7px rgba(41,41,41,0.1) !important;
	}
	.school-recruit-into .m-pic-mask {
		display: none;
	}
	.school-recruit-into p{
		padding: 10px 0 !important;
	}
	.school-recruit-into p span {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.school-recruit-into p span::after,
	.school-recruit-into p span::before {
		display: none;
	}
	.school-recruit-title {
		padding: 16px 0 12px !important;
	}
	.school-recruit-title p {
		font-size: 18px !important;
		line-height: 25px !important;
		text-align: left !important;
	}
	.post-selection {
		margin-left: -10px !important;
		padding-bottom: 34px;
	}
	.post-selection li {
		width: 50% !important;
		padding-left: 10px !important;
		margin-bottom: 10px;
	}
	.post-selection-item {
		border: 1px solid #E6E6E6;
    	box-shadow: 0 0 7px rgba(41,41,41,0.1) !important;
	}
	.post-selection-item i {
		width: 60px !important;
		height: 60px !important;
		margin-top: 15px !important;
	}
	.post-selection-item p {
		font-size: 14px !important;
		line-height: 22px !important;
		padding: 10px 0 18px !important;
	}
	.post-selection-add {
		margin: 0 !important;
	}
	.post-selection-add .m-pic {
		width: 750px !important;
		position: relative;
		left: 50%;
		margin-left: -375px;
	}
	.post-selection-add .butn-arrow-more {
		width: 110px !important;
		height: 32px !important;
		line-height: 30px !important;
		margin-left: -55px !important;
		margin-top: -16px !important;
		border: 1px solid #233063 !important;
		text-align: center !important;
	}
	.post-selection-add .butn-arrow-more i {
		width: 14px !important;
		height: 14px !important;
		top: 2px !important;
	}
	/*套装详情*/
	.jp-suit-item {
		height: auto !important;
	}
	.jp-suit-item .jp-suit-text {
		max-width: none !important;
		float: none !important;
		top: 0 !important;
		-ms-transform: none !important;
	    -moz-transform: none !important;
	    -webkit-transform: none !important; 
	    transform: none !important; 
	    text-align: center;
	}
	.jp-suit-item .m-pic {
		padding: 0 45px !important;
		width: 100% !important;
		height: auto !important;
	}
	.jp-suit-item .m-pic img {
		width: 100% !important;
		height: auto !important;
	}
	.jp-suit-item .jp-suit-text h4 {
		font-size: 18px !important;
		line-height: 28px !important;
		height: 28px !important;
		margin: 25px 0 8px;
		text-align: center;
		font-weight: bold;
	}
	.jp-suit-item .jp-suit-text h6 {
		font-size: 13px !important;
		height: auto !important;
		margin: 0 auto 11px !important;
		line-height: 1 !important;
    	padding-top: 6px !important;
    	padding-bottom: 4px !important;
	}
	.jp-suit-item .jp-suit-text p {
		font-size: 13px !important;
		line-height: 18px !important;
	}
	.jp-suit-item .jp-suit-text .butn {
		width: 76px !important;
		line-height: 30px !important;
		height: 32px !important;
		font-size: 13px !important;
		border-radius: 16px !important;
		margin-top: 12px !important;
		margin-bottom: 12px !important;
	}
}

/*品牌介绍*/
.band-reduct-txt {
	padding: 33px 46px 13px;
	background-color: #fff;
}
.band-reduct-txt i {
	display: block;
	width: 56px;
	height: 56px;
	margin: 0 auto;
}
.band-reduct-txt i img {
	width: 100%;
	height: 100%;
}
.band-reduct-txt h4 {
	font-size: 22px;
	line-height: 30px;
	margin: 24px 0 13px;
	text-align: center;
	color: #002b5f;
}
.band-reduct-txt p {
	font-size: 14px;
	line-height: 30px;
	color: #999;
	height: 180px;
	overflow: hidden;
}
.band-solid {
	background-color: #fff;
}
.band-solid p {
	font-size: 22px;
	color: #002B5F;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 38px 10px 33px;
	line-height: 40px;
	text-align: center;
}
.band-solid a {
	display: block;
	overflow: hidden;
}
.band-solid a img,
.band-flag-img img,
.j-home-inte img {
	-webkit-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	transition: transform 0.3s;
}
.band-solid a:hover img,
.band-flag-img:hover img,
.j-home-inte:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.band-receive {
	position: relative;
	background-color: #ecf2fa;
	margin-top: 30px;
	overflow: hidden;
	height: 284px;
}
.band-receive .m-pic {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 65.5%;
	margin-left: -32.75%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.band-receive-long {
	height: 400px;
}

.band_slider {
	margin-top: 30px;
	padding-bottom: 50px;
	position: relative;
}
.band_slider li {
	position: relative;
	background-color: #fff;
}
.band_slider li::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	background-color: #FAFAFA;
}
.band_slider .col-md-6 {
	float: right;
	position: static;
}
.band_slider .m-pic {
	display: block;
}
.band_slider .flex-direction-nav .flex-prev {
    margin-left: -33px;
    background: url(../img/band/slide-left.png) no-repeat;
}
.band_slider .flex-direction-nav a {
     position: absolute;
    bottom: -45px;
    left: 50%;
    width: 12px;
    height: 20px;
    display: block;
    cursor: pointer;
    z-index: 3;
    font-size: 0;
    line-height: 0;
}
.band_slider .flex-direction-nav a.flex-disabled {
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.4;
    pointer-events: none;
}
.band_slider .flex-direction-nav .flex-next {
	margin-left: 19px;
    background: url(../img/band/slide-right.png) no-repeat;
}
.band-solid-bottom {
	background-color: #fff;
	padding: 30px 50px 34px 40px;
	box-sizing: border-box;
}
.band-solid-bottom h4 a {
	display: block;
	font-size: 28px;
	line-height: 44px;
	width: 60%;
	height: 88px;
	color: #002B5F;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.band-solid-bottom h5 a {
	display: block;
	font-size: 22px;
	color: #666;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 20px 0 5px;
}
.band-solid-bottom h5 a:hover {
	color: #002B5C;
}
.band-solid-bottom p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
	max-height: 108px;
	overflow: hidden;
}
.holder-butn{
	position: absolute;
	bottom: 34px;
	left: 0px;
	width: 100%;
	padding-left: 40px;
}
.band-flag-head {
	background-color: #fff;
	padding: 40px 10px 26px;
}
.band-flag-head h4 {
	font-size: 24px;
	line-height: 44px;
	color: #002B5F;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.band-flag-head p {
	font-size: 16px;
	color: #666;
	line-height: 36px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.band-flag-img {
	display: block;
	overflow: hidden;
}
.global-content {
	margin: 13px 0 46px;
}
.global-flags {
	padding: 59px 10px 37px;
	background-color: #fff;
	border-left: 1px solid #fafafa;
	border-right: 1px solid #fafafa;
}
.col-2:first-of-type {
	border-left: none;
}
.col-2:last-of-type {
	border-right: none;
}
.global-flags i {
	display: block;
	width: 66px;
	height: 66px;
	margin: 0 auto;
}
.global-flags h4 {
	font-size: 26px;
	line-height: 30px;
	margin: 52px 0 12px;
	color: #002B5F;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.global-flags p {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.global-section-tit {
	font-size: 22px;
	line-height: 42px;
	color: #002B5F;
	margin-bottom: 12px;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.band-company {
	display: block;
	transition: transform 0.3s;
	margin-bottom: 48px;
}
.band-company img {
	width: 100%;
}
.band-company:hover {
	transform: translateY(-4px);
}

/*工作机会*/
.work-row {
	margin-right: -6px;
    margin-left: -6px;
}
.work_banner {
	width: 100%;
	height: 100vh;
	margin-bottom: 88px;
}
.work-band-bottom {
	transition: all 0.3s;
	box-shadow: 0 0 46px rgba(58,65,80,0.08);
}
.work-band-bottom:hover {
	box-shadow: 0 18px 46px rgba(58,65,80,0.1)
}
.work-band-bottom p {
	font-size: 24px;
	line-height: 40px;
	color: #333;
	padding: 25px 8px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}
.talent-channel-item {
	margin-left: -9px;
	margin-right: -9px;
	position: relative;
}
.talent-channel-station {
	position: absolute;
	top: 290px;
	left: 0;
	right: 0;
	padding: 0 8px;
	max-height: 300px;
	overflow: hidden;
}
.talent-channel-station h6 {
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	margin-bottom: 24px;
	text-align: center;
	white-space: nowrap;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.talent-channel-station p {
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 10px 68px;
}
.talent-channel-station p a {
	color: #fff;
}
.talent-channel-station p a:hover {
	color: #002B5F;
}
.talent-channel-station p span {
	display: inline-block;
	height: 14px;
	line-height: 14px;
	padding: 0 3px;
	border: 1px solid #002B5F;
	margin-left: 10px;
	overflow: hidden;
	text-align: center;
	font-style: normal;
	font-size: 12px;
	font-family: "Helvetica Neue","Hiragino Sans GB",SimSun,serif;
	border-radius: 2px;
	color: #002B5F;
	position: relative;
	top: 1px;
}
.work-employee {
	margin-right: -9px;
	margin-left: -9px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 12px;
}
.work-employee.big-employee {
	height: 721px;
	overflow: hidden;
}
.work-employee.big-employee .work-employee-img img {
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.work-employee-info {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	overflow: hidden;
}
.work-employee-info h6 {
	font-size: 24px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 8px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.work-employee-info p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	max-height: 72px;
	text-align: center;
	overflow: hidden;
}
.work-employee .m-pic{
	overflow: hidden;
}
.work-employee .m-pic img {
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.work-employee:hover .m-pic img {
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.work-higher-box {
	margin-bottom: 158px;
	background-color: #fff;
	box-shadow: 0 0 46px rgba(58,65,80,0.08);
	padding: 40px 100px;
}
.work-higher-box .col-md-6 {
	padding: 63px 10px 63px 256px;
}
.work-higher-box .col-md-6 + .col-md-6 {
	padding-left: 165px;
}
.work-higher h4 {
	font-size: 32px;
	line-height: 42px;
	padding: 10px 0;
	margin-bottom: 44px;
}
.work-higher ol li {
	margin-left: 6px;
	padding-left: 26px;
	position: relative;
}
.work-higher ol li::before {
	content: '';
	position: absolute;
	top: 24px;
	left: 0;
	width: 1px;
	height: 100%;
	background-color: #002B5F;
}
.work-higher ol li::after {
	content: '';
	position: absolute;
	top: 20px;
	left: -5px;
	width: 12px;
	height: 12px;
	background: url(../img/band/work-dot.png) no-repeat;
	z-index: 3;
}
.work-higher ol li:last-of-type::before {
	display: none;
}
.work-higher ol li span {
	display: inline-block;
	border-radius: 2px;
	font-size: 26px;
	color: #fff;
	line-height: 47px;
	padding: 0 22px;
	margin-bottom: 18px;
	background-color: #71aff9;
}
.work-get-place {
	padding: 44px 10px 30px;
	background-color: #fff;
	box-shadow: 0 0 46px rgba(58,65,80,0.08);
	margin-bottom: 100px;
}
.work-get-place i {
	display: block;
	width: 100px;
	height: 80px;
	margin: 0 auto 15px;
	-moz-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
	background-repeat: no-repeat;
	background-position: center;
}
.work-get-place i.work-person-in {
	background-image: url(../img/band/person-in-1.png);
}
.work-get-place i.work-person-in-2 {
	background-image: url(../img/band/person-in-2.png);
}
.work-get-place i.work-person-in-3 {
	background-image: url(../img/band/person-in-3.png);
}
.work-get-place i.work-person-in-4 {
	background-image: url(../img/band/person-in-4.png);
}
.work-get-place h6 {
	font-size: 24px;
	line-height: 34px;
	padding: 10px 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
}
.work-get-place p {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	text-align: center;
}
.work-get-place p:hover {
	color: #002B5C;
}
.work-get-place,
.service-note {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.work-get-place:hover,
.service-note:hover {
	box-shadow: 0 0 60px rgba(58,65,80,0.22);
}
.flat-pic {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.work-get-place:hover .flat-pic {
	opacity: 1;
	visibility: visible;
	display: block;
}
@media only screen and (min-width: 992px) {
	.holder-shadow {
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		transition: all 0.3s;
	}
	.holder-shadow:hover {
		box-shadow: 0 0 46px rgba(58,65,80,0.1);
	}
}
/*.work-get-place:hover i,
.service-note:hover i {
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}*/

/*为您服务*/
.col-md-5ths {
	width: 20%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
@media only screen and (max-width: 992px) {
	.jm-slide-line {
		padding-right: 0 !important;
	}
	.jm-slide-line .row {
		white-space: nowrap;
		overflow-y: auto;
	}
	.col-md-5ths {
		float: none;
		display: inline-block;
		width: 35.2%;
		padding-left: 5px;
		padding-right: 5px;
	}
	.col-md-5ths .work-get-place.auto-service {
		padding: 20px 10px 15px !important;
	}
}
.col-md-5ths .auto-service{
	padding: 57px 34px 28px;
}
.service_fullscreen_control .flex-control-nav,
.index-slider_cont .flex-control-nav{
	display: block;
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
}
.flex-control-paging li a {
    width: 10px;
    height: 10px;
    display: block;
    *display: inline-block;
    background: #fff;
    opacity: 0.7;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    border-radius: 0;
}
.flex-control-paging li a.flex-active {
	opacity: 1;
}
.auto-service {
	padding: 57px 0px 28px;
	margin-bottom: 0;
}
.auto-service i {
	width: 80px;
	margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
	.auto-service {
		margin-left: -10px;
		margin-right: -10px;
	}
}

.service-butler {
	position: relative;
	padding-bottom: 162px;
}
.service-butler-items {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0 25px;
}
.service-butler-item {
	padding: 43px 10px 28px;
	background-color: #fff;
	box-shadow: 0 0 46px rgba(58,65,80,0.08);
}
.service-butler-item i {
	display: block;
	width: 110px;
	height: 80px;
	margin: 0 auto 28px;
	background-position: center;
	background-repeat: no-repeat;
}
.service-butler-item i.butler-icon-1 {
	background-image: url(../img/band/service-6-2.png);
}
.service-butler-item i.butler-icon-2 {
	background-image: url(../img/band/service-7-2.png);
}
.service-butler-item i.butler-icon-3 {
	background-image: url(../img/band/service-8-2.png);
}
.service-butler-item i.butler-icon-4 {
	background-image: url(../img/band/service-9-2.png);
}
.service-butler-item p {
	font-size: 24px;
	line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	color: #333;
}
.service-window .slides {
	overflow: hidden;
	zoom: 1;
}
.service-window .slides li {
	float: left;
	width: 20%;
	height: 653px;
	border-left: 1px solid #fff;
	background-color: #fff;
	position: relative;
}
.service-window .slides li .service-window-img {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 440px;
	overflow: hidden;
}
.service-window .slides li .service-window-img::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(41,41,41,.4);
}
.service-window .slides li .service-window-img img {
	position: absolute;
    top: 0;
    height: 100%;
}
.service-window .slides li .service-window-info {
	position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.service-window .slides li .service-window-info h6 {
	font-size: 24px;
	line-height: 34px;
	padding-top: 46px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
}
.service-window .slides li .service-window-info p {
	font-size: 18px;
	color: #666;
	line-height: 28px;
	height: 84px;
    padding: 0 18px;
	overflow: hidden;
}
.service-window .slides li:nth-of-type(odd) .service-window-img {
	top: 0;
}
.service-window .slides li:nth-of-type(even) .service-window-img {
	bottom: 0;
}
.service-window .slides li:nth-of-type(even) .service-window-img img{
	left: 0;
}
.service-window .slides li:nth-of-type(odd) .service-window-img img{
	 right: 0;
}
.service-window .slides li:nth-of-type(odd) .service-window-info{
	top: 440px;
}
.service-window .slides li:nth-of-type(even) .service-window-info{
	top: 0px;
}
.service-window .slides li:nth-of-type(odd) .service-window-info p {
	padding: 0 32px;
}
.service-window .flex-direction-nav {
	display: none;
}

.service-note {
	padding-top: 58px;
	padding-bottom: 116px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 0 46px rgba(58,65,80,0.08);
}
.service-note i {
	display: block;
	width: 90px;
	height: 80px;
	margin: 0 auto;
	-moz-transition: transform 0.3s;
	-ms-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
	background-repeat: no-repeat;
}
.service-note i.service-note-1 {
	background-image: url(../img/band/service-15.png);
}
.service-note i.service-note-2 {
	background-image: url(../img/band/service-16.png);
}
.service-note i.service-note-3 {
	background-image: url(../img/band/service-17.png);
}
.service-note i.service-note-4 {
	background-image: url(../img/band/service-17-1.png);
}
.service-note-info {
	position: absolute;
	bottom: 26px;
	left: 10px;
	right: 10px;
}
.service-note-info h6 {
	font-size: 24px;
	line-height: 34px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.service-note-info a {
	display: block;
	font-size: 18px;
	line-height: 24px;
	margin-top: 8px;
	color: #002B5F;
	text-align: center;
}
.work-get-place i.work-person-in-5 {
	background-image: url(../img/band/service-20-2.png);
}
.work-get-place i.work-person-in-6 {
	background-image: url(../img/band/service-20-4.png);
}
.work-get-place i.work-person-in-7 {
	background-image: url(../img/band/service-erw.png);
}
.work-get-place i.work-person-in-8 {
	background-image: url(../img/band/service-18-1.png);
}

/*套间详情*/
.suit-banner.slider_cont .flex-direction-nav a {
	background: transparent;
	z-index: 4;
}
.suit-banner.slider_cont .flex-direction-nav a::before {
	content: '';
	position: absolute;
    top: 50%;
    margin-top: -19px;
    width: 19px;
    height: 37px;
    cursor: pointer;
    opacity: 1;
    background: url(../img/banner_btn.png) no-repeat;
    z-index: 4;
}
.suit-banner.slider_cont .flex-direction-nav .flex-prev::before {
    left: 3%;
}
.suit-banner.slider_cont .flex-direction-nav .flex-next::before {
    right: 3%;
    background-position: 0 -37px;
}
.suit-banner.slider_cont:hover .flex-direction-nav a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 3%;
    margin-top: -38px;
    margin-left: -28px;
	width: 76px;
	height: 76px;
	background-color: rgba(0,43,95,0.3);
	z-index: 3;
}
.suit-banner.slider_cont:hover .flex-direction-nav .flex-next::after {
	margin-left: -32px;
}
.float_crumb {
	position: absolute;
	top: 80px;
	z-index: 3;
}
.float_crumb span ,.float_crumb a {
	opacity: 0.8;
}
.float_crumb {
	color: #fff;
}
.jp-suit-item {
	height: 100vh;
	overflow: hidden;
}

.jp-suit-item .m-pic {
	float: right;
	width: 560px;
	height: 100%;
	position: relative;
	text-align: center;
}
.jp-suit-item .m-pic img {
	-o-object-fit: cover;
    font-family: "object-fit:cover;object-position:center center";
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    height: 100%;
    width: auto;
}
.jp-suit-item .jp-suit-text {
	float: left;
	max-width: 497px;
	position: relative;
	top: 50%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.jp-suit-item .jp-suit-text h4 {
	font-size: 48px;
	line-height: 58px;
	height: 58px;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.jp-suit-item .jp-suit-text h6 {
	display: inline-block;
	padding: 0 4px;
	font-size: 26px;
	line-height: 30px;
	height: 33px;
	color: #fff;
	background-color: #002b5f;
	margin: 25px 0 20px;
}
.jp-suit-item .jp-suit-text p {
	font-size: 20px;
	line-height: 36px;
	color: #333;
}
.jp-suit-item .jp-suit-text .butn {
	width: 100px;
	height: 46px;
	line-height: 44px;
	border-radius: 23px;
	text-align: center;
	font-size: 20px;
	margin-top: 20px;
}
.jp-suit-item:nth-of-type(even) .m-pic{
	float: left;
}
.jp-suit-item:nth-of-type(even) .jp-suit-text {
	float: right;
}
/*项目服务*/
.j-project-service {
	padding: 0 60px 56px;
	background-color: #fff;
	margin-bottom: 80px;
}
.j-project-service h3 {
	font-size: 24px;
	line-height: 26px;
	padding: 24px 0 30px;
	text-align: center;
	color: #233063;
}
.j-project-service p {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	margin-bottom: 20px;
	text-indent: 1em;
}
.j-project-service p img {
	width: 100%;
	margin-left: -1em;
}
.j-project-cicle {
	margin-bottom: 20px;
	text-align: center;
}
.j-project-cicle img {
	width: 440px;
	height: 440px;
}

/*九牧商学院*/
.send-slider_cont {
	position: relative
}
.send-slider_cont img {
	width: 100%;
}
.send-slider_cont .flex-control-nav {
	display: block;
	position: absolute;
	bottom: 40px;
	left:0;
	right: 0;
	text-align: center;
}
.send-slider_cont .flex-control-nav li {
	margin: 0 15px;
}
.send-slider_cont .flex-control-nav li a {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 1;
}
.send-slider_cont .flex-control-nav li a.flex-active {
	background-color: #45517C;
}
.send-slider_cont .flex-direction-nav {
	display: none;
}
.m-boss-pic {
	margin: 98px auto 52px;
}
.jp-bg{
	background: url("../img/demo/title_biaoyu.png") center no-repeat;
	background-size: 100% 100%;
}
.j-idea-info {
	margin: 44px 39px 36px 39px;
}
.jp-school-h4 {
	font-size: 30px;
	line-height: 46px;
	color: #233063;
}
.jp-school-h4 + .jp-school-h4 {
	margin-bottom: 30px;
}
.jp-school-p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #8D8D8D;
}
.j-idea-info .j-boss-sign {
	padding-top: 10px;
}
.j-idea-info .j-boss-sign .m-pic {
	margin-left: 30px;
}
.j-idea-info .j-boss-sign p {
	margin-top: 40px;
}
.j-school-secend {
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	color: #233063;
	margin-bottom: 4px;
}
.school-person {
	position: relative;
}
.school-person .m-pic {
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}
.school-person .school-person-text {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.school-person-text h4:first-of-type {
	padding-top: 20px;
}
.school-person-text p, 
.school-person-text h4,
.j-school-buss h4,
.person-system h4 {
	text-align: center;
}
.j-school-buss {
	padding: 88px 0 54px;
}
.j-school-buss-cont {
	position: relative;
}
.j-school-buss-cont .m-pic {
	/* position: absolute; */
	/* top: 0; */
	/* right: 0; */
	width: 478px;
	height: 350px;
	margin: 0 auto;
}
.j-school-buss-info {
	width: 820px;
	margin: 60px auto 0px;
	/*padding-right: 585px;*/
}
.j-school-buss-info p {
	line-height: 28px;
	margin-bottom: 30px;
	text-align: center;
}
.j-school-bg1 {
	background: url("../img/school-bg1-copy.png") center no-repeat;
	background-size: 100% 100%;
}
.j-school-bg2 {
	background: url(../img/school-bg2.png) center no-repeat;
}
.person-system {
	/*padding: 88px 0 80px;*/
}
.person-system-pic {
	/*margin-top: 40px;*/
}
.person-system-pic .m-pic {
	/* position: absolute; */
	width: 543px;
	height: 715px;
	margin: 0 auto;
	/* margin-left: -252px; */
	/* top: -77px; */
}
.person-system-pic .m-pic + .m-pic {
	width: 45.2%;
}
.j-course-system {
	padding: 40px 0 84px;
}
.j-course-study {
	padding: 50px 0 70px;
}
.j-course-system h4 {
	text-align: center;
	font-weight: bold;
	margin-bottom: 80px;
}
.j-course-study h4{
	margin-bottom: 60px;
}
.school-main-pro h4 {
	margin-bottom: 50px;
}
.school-main-pro li {
	border-bottom: 1px solid #f2f2f2;
	padding: 0 100px;
}
.school-name{
	overflow: hidden;
	zoom: 1;
	margin-bottom: 20px;
	margin-top: 20px;
}
.school-name span{
	display: block;
	float: left;
	width: 20%;
	line-height: 26px;
	text-align: center;
	color: #666666;
	font-size: 20px;
}
.widspan span{
	width: 33.33%
}
.widspan .z_left{
	text-align: left;
	padding-left: 65px;
}
.widspan .z_right{
	text-align: right;
	padding-right: 65px;
}
.school-main-pro li:last-of-type {
	border-bottom: none;
}
.school-main-pro li .m-pic {
	display: block;
}
.study-pic {
	width: 524px;
	margin: 0 auto;
}
.j-course-system-info .jp-school-p{
	color:#545454;
	line-height: 28px;
	text-align: center;
}
.j-course-system-info .jp-school-p1 {
	padding: 10px 0;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
}
.j-course-system-info h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
.j-course-system-info .clearfix {
	margin-top: 70px;
}
.j-course-system-info .clearfix .m-pic {
	margin-top: 26px;
}
.j-course-system-info .clearfix .m-pic + .m-pic {
	margin-top: 0;
}
.school-person-textbg h4 {
	color: #fff;
	padding-top: 0 !important;
}
.school-person-textbg .m-pic {
	position: absolute;
	top: 50px;
	width: 401px;
	height: 346px;
	left: auto;
	right: 0;
	margin-left: 0;
	margin-top: 50px;
}
.school-person-textbg .school-person-textl {
	padding-right: 525px;
	margin-top: 50px;
}
.school-person-textbg p {
	line-height: 28px;
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
}
.school-tit {
	font-size: 30px;
	line-height: 46px;
	padding: 87px 0 52px;
	text-align: center;
	color: #233063;
}
.school-main-pro {
	display: block;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 100px;
	overflow: hidden;
}
.school-main-pro p {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	margin-top: -18px;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.z-mg-top{
	margin-top: 26px;
}

/*家在九牧*/
.home-slider_cont {
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
}
.home-slider_cont.send-slider_cont .flex-control-nav {
	bottom: 20px;
}
.home-title {
	padding: 30px 0 34px;
}
.home-title h3 {
	font-size: 40px;
	line-height: 60px;
	color: #233063;
	text-align: center;
}
.home-title p {
	font-size: 16px;
	line-height: 24px;
	color: #999;
	text-align: center;
	margin-top: -3px;
}
.j-home-inte {
	margin-bottom: 54px;
	background: #fff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05);
}
.j-home-inte .m-pic {
	overflow: hidden;
}
.j-home-inte p {
	font-size: 18px;
	line-height: 28px;
	padding: 13px 6px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.jp-content .home-swiper-cont {
	width: 100%;
	margin-bottom: 60px;
}
.home-swiper-cont .swiper-slide{
	width: 55%;
}
.home-pos-relate .swiper-button-prev, .home-pos-relate .swiper-button-next {
	width: 20px;
	height: 38px;
	margin-top: -19px;
	z-index: 6;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
}
.home-pos-relate .swiper-button-prev {
	background-image: url(../img/home-slid-1.png);
	left: -100px;
}
.home-pos-relate .swiper-button-next {
	background-image: url(../img/home-slid-2.png);
	right: -100px;
}
@media only screen and (min-width: 992px) and (max-width: 1400px) {
	.home-pos-relate .swiper-button-prev {
		left: 10px;
	}
	.home-pos-relate .swiper-button-next {
		right: 10px;
	}
}
.home-inside {
	margin-bottom: 100px;
	background-color: #fff;
	box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05);
}
.home-inside-img {
	position: relative;
	cursor: pointer;
}
.home-inside-img:hover .home-inside-mask,
.school-recruit-into:hover .m-pic-mask {
	opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.home-inside-img .home-inside-mask,
.school-recruit-into .m-pic-mask {
	background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    opacity: 0;
}
.home-inside-mask i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 73px;
	height: 73px;
	margin-top: -36px;
	margin-left: -36px;
	background: url(../img/home-view.png);
}
.home-inside h6 {
	width: 76%;
	font-size: 18px;
	line-height: 26px;
	text-align: center;
	height: 52px;
	color: #333;
	margin: 16px auto 5px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.home-inside p {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	text-align: center;
	padding-bottom: 23px;
}

/*学校招聘*/
.school-recruit-into {
	display: block;
}
.school-recruit-into p {
	background-color: #fff;
	text-align: center;
	padding: 10px 0;
}
.school-recruit-into p span {
	position: relative;
	font-size: 18px;
	line-height: 27px;
	color: #333;
}
.school-recruit-into p span::before,
.school-recruit-into p span::after {
	content: '';
	position: absolute;
	top: 12px;
	width: 13px;
	height: 2px;
	background-color: #979797;
}
.school-recruit-into p span::before {
	left:-16px;
}
.school-recruit-into p span::after {
	right:-16px;
}
.school-recruit-into:hover {
	box-shadow: 0 5px 16px rgba(41,41,41,0.1);
}
.school-recruit-into .m-pic {
	position: relative;
}
.school-recruit-into  .m-pic-mask i {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 54px;
	height: 54px;
	margin-top: -27px;
	margin-left: -27px;
	background: url(../img/school-recruit-in.png);
}
.school-recruit-title {
	padding: 50px 0 53px;
}
.school-recruit-title p{
	font-size: 28px;
	line-height: 42px;
	text-align: center;
	color: #333;
}
.post-selection {
	margin-left: -20px;
}
.post-selection li {
	float: left;
	width: 20%;
	padding-left: 20px;
}
.post-selection-item {
	background-color: #fff;
	border-top: 1px solid #fff;
	-ms-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
.post-selection-item i {
	display: block;
	width: 110px;
	height: 110px;
	margin: 32px auto 0;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.post-selection-item i.post-selection-icon1 {
	background-image: url(../img/band/school-recruit-5.png);
}
.post-selection-item i.post-selection-icon2 {
	background-image: url(../img/band/school-recruit-6.png);
}
.post-selection-item i.post-selection-icon3 {
	background-image: url(../img/band/school-recruit-7.png);
}
.post-selection-item i.post-selection-icon4 {
	background-image: url(../img/band/school-recruit-8.png);
}
.post-selection-item i.post-selection-icon5 {
	background-image: url(../img/band/school-recruit-9.png);
}
.post-selection-item:hover i.post-selection-icon1 {
	background-image: url(../img/band/school-recruit-5-a.png);
}
.post-selection-item:hover i.post-selection-icon2 {
	background-image: url(../img/band/school-recruit-6-a.png);
}
.post-selection-item:hover i.post-selection-icon3 {
	background-image: url(../img/band/school-recruit-7-a.png);
}
.post-selection-item:hover i.post-selection-icon4 {
	background-image: url(../img/band/school-recruit-8-a.png);
}
.post-selection-item:hover i.post-selection-icon5 {
	background-image: url(../img/band/school-recruit-9-a.png);
}
.post-selection-item p {
	font-size: 18px;
	line-height: 26px;
	padding: 20px 0;
	text-align: center;
	color: #333;
}
.post-selection-item:hover {
	-ms-transition: transform: scale(1.15);
	-moz-transition: transform: scale(1.15);
	-webkit-transition: transform: scale(1.15);
	transform: scale(1.15);
	box-shadow:0px 9px 28px 0px rgba(0,0,0,0.08);
}
.post-selection-item:hover p {
	color: #163D6B;
}
.post-selection-add {
	margin: 65px 0 90px;
	position: relative;
}
.post-selection-add .butn-arrow-more {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -34px;
	width: 220px;
	height: 68px;
	line-height: 66px;
	color: #233063;
	border-color: #233063;
	background-color: transparent;
	font-size: 32px;
}
.post-selection-add .butn-arrow-more i {
	width: 27px;
	height: 27px;
	background: url(../img/school-recruit-into.png) no-repeat;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	top: 3px;
}
.bread_crumb-mag {
	margin: 20px 0 10px;
}


/* 场景解决方案页面start */

.work_banner.solution-mgb{
  margin-bottom:0px;
  height: auto;
}
.solution-harder-bgc{
  width: 100%;
  padding-top: 16px;
  margin-bottom: 25px;
  background: url('../img/band/title-bg.png') center center no-repeat;
}
.bread-style-change .bread_crumb{
  margin-bottom: 0;
}
.solution-tit{
  margin-bottom: 20px;
}
.solution-tit .jp-channel-tit{
  padding: 0;
}
.solution-tit .jp-channel-tit p{
  text-align: center;
  color: #B0B0AD;
  font-size: 16px;
}
.solution-harder-bgc .pain-spot{
  padding-bottom: 36px;
  text-align: center;
  font-size: 18px;
  color: #999;
}
.upgrading{
	position: relative;
	/*z-index: 10*/
}
/* 解决方案部分 */
.good-jomoo{
  height: 100%;
  padding: 104px 30px 94px;
  background: url('../img/band/t-fj-bgc.png') center no-repeat;
  background-color: #fff;
}
.goods-left-title{
  padding-right: 0;
}
.good-jomoo p{
  font-size: 18px;
  color: #999;
}
.good-jomoo h4{
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-bottom: 25px;
}
.goods-right-imgbox{
  padding-left: 0;
}
@media only screen and (min-width: 992px) {
	.goods-boxmain {
		margin-bottom: 44px;
	}
}
.good-jomoo-rigmg{
  padding: 13px 10px;
  background: #fff;
}
.good-jomoo-rigmg img{
  width: 100%;
}

.t-prouduct-content{
  width: 100%;
  overflow: hidden;
  padding: 0 20px;
  padding-top: 40px;
}
.t-porduct-box{
  width: 100%;
  text-align: center;
  padding: 45px;
  padding-bottom: 33px;
  cursor: pointer;
  border: 1px solid #fff;
}
.t-porduct-box:hover{
  border: 1px solid #233063;
}
.t-porduct-box .t-porduct-box-img{
  width: 100%;
  height: 100%;
}
.t-porduct-box .t-bottom-text{
  margin-top: 44px;
  font-size: 28px;
  color: #999;
  overflow: hidden;
}
.t-porduct-box .t-bottom-text span {
	float: left;
	max-width: 200px;
	height: 42px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.t-porduct-box .t-bottom-text i{
  float: right;
  width: 25px;
  height: 25px;
  background: url('../img/t-shape.png') center no-repeat;
  margin-top: 10px;
  margin-right: 10px;
}
.t-btn-box{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 37px;
}
.t-btn-box a{
  display: inline-block;
  width: 170px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  background: #233063;
  color: #fff;
}
.t-btn-box a i{
  display: inline-block;
  width: 10px;
  height: 18px;
  background: url("../img/t-right-fff.png") center no-repeat;
  margin-left: 12px;
  vertical-align: middle;
  margin-top: -5px;
}
.t-project-case{
  width: 100%;
  margin-bottom: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.t-project-case img{
  width: 100%;
}
.t-project-case .t-btm-opcity{
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 70px;
  background:rgba(51,51,51,0.2);
  -webkit-transition: bottom 0.3s;
  -moz-transition: bottom 0.3s;
  -ms-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  transition: bottom 0.3s;
}
@media only screen and (min-width: 992px) {
	.t-project-case .t-btm-opcity {
		bottom: -70px;
	}
	.t-project-case:hover .t-btm-opcity {
		bottom: 0px;
	}
}
.t-project-case .t-btm-opcity p{
  text-align: center;
  line-height: 70px;
  color: #fff;
  font-size: 24px;
}
.t-margin-bottom{
  margin-bottom: 30px;
}
.t-margin-btm{
  margin-bottom: 50px;
}
.t-the-box-bottom{
  margin-bottom: 50px;
}
/* 移动端 */
@media only screen and (max-width:992px){
  .t-body-bgc{
    background: #fff;
  }
  .solution-harder-bgc{
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .solution-tit{
    margin-bottom: 10px;
    position: relative;
  }
  .solution-tit .jp-channel-tit{
    padding: 0 !important; 
    margin: 0 !important;
  }
  .solution-tit .jp-channel-tit h3{
    text-align: center !important;
    color: #233063 !important;
  }
  .solution-tit .jp-channel-tit p{
    font-size: 12px;
  }
  .work_banner.solution-mgb{
    margin-bottom: 0 !important;
  }
  .solution-harder-bgc .pain-spot{
    font-size: 12px;
    text-align: left;
    padding: 0 18px;
  }
  .good-jomoo{
    padding: 0;
    height: auto !important;
    padding-bottom: 45px;
    background: #fff;
    position: relative;
  }
  .good-jomoo .fj-bgc{
    position: absolute;
    bottom: 20px;
    right: 53px;
    width: 9px;
    height: 8px;
    background: url('../img/t-fj-r.png') center no-repeat;
    background-size: 100% 100%;
  }
  .good-jomoo h4{
    font-size: 14px;
    color: #333;
    text-align: center;
    padding-bottom: 7px;
  }
  .good-jomoo h4 span{
    /*display: inline-block;*/
   	position: absolute;
   	top:-10px;
   	left: 50%;
   	margin-left: -60px;
    width: 9px;
    height: 8px;
    background: url('../img/t-fj-r.png') center no-repeat;
    background-size: 100% 100%;
    margin-right: 40px;
    margin-top: 16px;
    vertical-align: middle;
  }
  .good-jomoo p{
    font-size: 12px;
  }
  .goods-right-imgbox{
    padding-left: 5px;
    margin-bottom: 18px;
  }
  .good-jomoo-rigmg{
    padding: 6px;
    box-shadow: 0px 1px 4px 0px rgba(164,164,164,0.5);;
  }
  .t-prouduct-content{
    padding: 4px;
    padding-bottom: 12px;
    box-shadow:-1px 0px 0px 0px rgba(238,238,238,1);
  }
  .t-porduct-box{
    padding: 0;
    border: none;
  }
  .t-porduct-box:hover{
    border: none;
  }
  .t-porduct-box img{
    width: 100%;
  }
  .t-porduct-box .t-bottom-text{
    font-size: 14px;
  }
  .t-porduct-box .t-bottom-text i{
    width: 12px;
    height: 12px;
    background-size: 100% 100%;
    margin-right: 8px;
    margin-top: 4px;
  }
  .t-porduct-box .t-bottom-text{
    margin-top: 15px;
  }
  .t-list-product{
    width: 100%;
    padding: 0 5px;
  }
  .t-list-product .t-showdel-box{
    box-shadow:0px 0px 0px 1px rgba(238,238,238,1);
  }
  .t-list-product .col-xs-4{
    padding: 0;
  }
  .t-btn-box{
    position: absolute;
    top: 8px;
    right: 15px;
    margin: 0;
  }
  .t-btn-box a{
    background: #fff;
    color:#999999;
    width: auto;
    font-size: 14px;
    line-height: normal;
    height: auto;
  }
  .t-btn-box a i{
    width: 7px !important;
    height: 12px !important;
    background: url('../img/t-gray.png') center no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
  }
  .t-project-case{
    margin-bottom: 18px;
  }
  .t-project-case .t-btm-opcity{
    height: 40px;
  }
  .t-project-case .t-btm-opcity p{
    font-size: 14px;
    line-height: 40px;
  }
  .t-margin-btm{
    margin-bottom: 25px;
  }
  .t-margin-bottom{
    margin-bottom: 0px;
  }
  .t-the-box-bottom{
    margin-bottom: 0px;
  }
}
/* 场景解决方案页面end */





/*社会招聘页面start*/
.recruit-search{
	font-size:0;
	width: 50%;
	margin: 0 auto;
	position: relative;
	margin-top: -35px;
}
.recruit-search .search-input{
	background: #fff;
	border: none;
	padding: 15px 35px;
	height: 70px;
	font-size: 16px;
	vertical-align: middle;
	width: 85%;
}
.recruit-search .search-btn{
	height: 70px;
	width: 15%;
	vertical-align: middle;
	text-align: center;
	line-height: 70px;
}
.recruit-search .search-btn s{
	background: url('../img/search-ico.png') no-repeat;
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.m-slider-cont .flex-control-nav {
	bottom: 80px;
}

.m-postscreening{
	background: #fff;
	padding: 38px 26px 108px; 
	margin-bottom: 80px;
}

.m-postscreening h2{
	font-size: 28px;
	color: #233063;
	margin-bottom: 27px;
	
}
.m-postscreening h2 s{
	width: 22px;
	height: 22px;
	margin-right: 20px;
	display: inline-block;
	background: url('../img/m-screening.png') no-repeat;
	vertical-align: middle;
	margin-top: -3px;
}
.m-postscreening .m-itme{
	padding: 26px 0 0;
	border-bottom:1px solid #EEEEEE; 
}
.m-postscreening .m-itme h3{
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}
.m-postscreening .m-itme h3 s{
	width: 22px;
	height: 22px;
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.m-postscreening .m-itme .m-tit {
	overflow: hidden;
	padding: 35px 0 20px;
	zoom: 1;
	margin-left: -10px;
}
.m-postscreening .m-itme .m-tit a{
	line-height: 40px;
	padding: 0 18px;
	float: left;
	margin-bottom: 20px;
	margin-left: 10px;
	min-width: 100px;
}
.m-postscreening .m-itme .m-tit a.active{
	background: #233063;
	border-radius:20px;
	color: #fff; 
}

.recruit-table .m-table{
	 width: 100%;
	 border: none
}
.recruit-table{
	background: #fff;
}
.recruit-table .m-table th{
	background: #233063;
	padding: 10px 30px;
	color: #fff;
	font-weight: normal;
}

.recruit-table .m-table td{
	padding: 20px 30px;
	border-bottom:1px solid #EEEEEE;
	border-right:1px solid #EEEEEE;
}
.recruit-table .m-table tr td:last-of-type {
	border-right: none;
}
.m-table_gwms {
	max-width: 300px;
}
.m-table_gwms h5{
	font-size: 18px;
	line-height: 35px;
	color: #333;
	font-weight: bold;
}
.m-table_gwms p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
}

.web-card,.fold-btn{
	display: none;
}


/* 移动端 */
@media only screen and (max-width:992px){
	.manu-banner {
		width: 100%;
		overflow: hidden;
	}
	.manu-banner .m-pic {
		width: 200%;
		position: relative;
		left: 50%;
		margin-left: -100%;
	}
	.recruit-table{
		background: #F3F3F3;
	}
	.jm-bgcolor{
		background: #F3F3F3 !important;
	}
	.recruit-search,.fold-mian{
		display: none;
	}
	.recruit-table .m-table{
		display: none;
	}
	.m-postscreening{
		margin-bottom: 0px;
		padding: 0px;
	}
	.search-input{
		margin: 9px 5% 9px 15%;
		padding: 0 53px 0 22px;
		background: none;
		height: 36px;
		width: 80%;
		border-radius:20px;
		font-size: 12px; 
		line-height: 36px;
		position: relative;
    z-index: 3;
		border: 1px solid #2F4B77;
	}
	.jm-header .jm-search.m-search-btn{
		 right: 5%;
		 height: 36px;
		 margin: 9px 0;
		 width: 50px;
	}

	.m-postscreening h2{
		margin: 0 -15px;
		border-bottom:1px solid #EEEEEE; 
		line-height: 56px;
		margin-bottom: 0px;
		font-size: 17px;
		color: #333333;
		position: relative;
		padding: 0 15px;
		background: #F3F3F3
	}
	.m-postscreening h2 s{
		width: 17px;
		height: 10px;
		background: url('../img/nr-bottom.png') no-repeat;
		background-size:100%; 
		position: absolute;
		right: 15px;
		margin: 0px;
		margin-top: 23px;
	}
	.m-postscreening h2 span{
		font-size: 14px;
		color:#999;
		margin-left: 12px;
	}
	.m-postscreening h2.active s{
		background: url('../img/nr-top.png') no-repeat;
		background-size:100%; 
	}

	.m-postscreening .m-itme h3{
		font-size: 14px;
	}
	.m-postscreening .m-itme h3 s{
		margin-left: 10px;
		width: 14px;
		height: 14px;
	}
	.m-postscreening .m-itme h3 s img{
		width: 100%;
	}
	.m-postscreening .m-itme .m-tit{
		margin-left: -3%;
	}
	.m-postscreening .m-itme .m-tit a{
		width: 30%;
		border: 1px solid #999999;
		min-width: auto;
		line-height: 30px;
		text-align: center;
		border-radius:0px;
		margin: 0px;
		padding: 0 5px; 
		margin-left: 3%;
		font-size: 12px;
		margin-bottom: 3%;
	}
	.m-postscreening .m-itme .m-tit a.active{
		border-radius:0px;
	}
	/*移动端卡片的展示*/
	.web-card{
		display: block;
	}

	.web-card li{
		border-bottom:1px solid #EEEEEE;
		padding: 16px 12px;
		margin-bottom: 14px;
		background: #fff;
		border-radius:10px;
	}
	.web-card li h4{
		font-size: 17px;
		color: #333;
		font-weight:bold
	}
	.web-card li h4 s{
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-right: 10px;
		margin-top: -2px;
		vertical-align: middle;
		background: url('../img/post.png') no-repeat;
		background-size:100%; 
	}

	.web-card li .m-tit{
		/*margin-left: 22px;*/
		margin-top: 15px;
	}
	.web-card li .m-tit p{
		overflow: hidden;
		zoom: 1;
		font-size: 12px;
	}
	.web-card li .m-tit p .fr s{
		display: inline-block;
		vertical-align: middle;
		margin-top: -2px;
		margin-right: 5px;
		width: 12px;
		height: 12px;
		background: url('../img/m-time.png') no-repeat;
		background-size:100%; 
	}

	.web-card li .m-tit .m-position{
		margin-top: 15px;
	}
	.web-card li .m-tit .m-position s{
		display: inline-block;
		vertical-align: middle;
		margin-top: -2px;
		margin-right: 5px;
		width: 10px;
		height: 11px;
		background: url('../img/z-position.png') no-repeat;
		background-size:100%; 
	}
	.fold-btn{
		display: block;
		margin: 0 -15px;
		margin-top: -1px;
		overflow: hidden;
		zoom: 1;
	}
	.fold-btn .butn{
	 width: 50%;
	 float: left;
	 height: 40px;
	 line-height: 40px;
	}
}

/*社会招聘页面end*/
.swiper-cont-arrow .swiper-button-white {
	width: 68px;
    height: 95px;
    margin-top: -45px;
    z-index: 4;
    -webkit-background-size: 68px 95px;
    background-size: 68px 95px;
    opacity: 0;
    background-color: rgba(35,48,99,0.1);
    border-radius: 4px;
}
.swiper-cont-arrow .swiper-button-prev{
	left: 40px;
	background-image: url(../img/band/honor-left.png);
}
.swiper-cont-arrow .swiper-button-next {
	right: 40px;
    background-image: url(../img/band/honor-right.png);
}
.swiper-cont-arrow:hover .swiper-button-white {
	opacity: 1;
}

/*商用解决方案*/
.j-solution .row {
	margin-left: 0;
	margin-right: 0;
}
.j-solution .row .col-md-3 {
	padding: 0;
}
.j-solution .row .col-md-6 {
	padding-left: 12px;
	padding-right: 12px;
}
.j-solution-item {
	position: relative;
}
.j-solution-cont {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.j-solution-mask1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.3);
}

.j-solution-center {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 96%;
	margin-left: -48%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.j-solution-center h4,
.j-solution-item2 h4 {
	font-size: 24px;
	line-height: 40px;
	color: #fff;
	height: 40px;
	text-align: center;
	overflow: hidden;
	margin-bottom: 12px;
}
.j-solution-center p,
.j-solution-detailed li p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.solution-mb-12 {
	margin-bottom: 12px;
}
.j-solution-center .butn {
	display: block;
	width: 108px;
	height: 38px;
	text-align: center;
	line-height: 36px;
	border: 1px solid #fff;
	color: #fff;
	margin: 12px auto 0;
}
.j-solution-center .butn:hover {
	border-color: #002B5F;
}
.j-solution-mask2 {
	display: none;
	height: 100%;
	overflow: hidden;
	font-size: 0;
}
.j-solution-item2 {
	width: 100%;
	height: 190px;
	margin-bottom: 12px;
	padding: 0 10px;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
}
.j-solution-two {
	width: 282px;
	margin-right: 12px;
	display: inline-block;
	vertical-align: top;
}
.j-solution-two:nth-of-type(even) {
	margin-right: 0;
}
.j-solution-along {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.j-solution-detailed {
	opacity: 0;
	visibility: hidden;
	text-align: center;
	font-size: 0;
	transition: all 0.3s;
}
.j-solution-item2 .j-has-secend {
	top: 71%;
	transition: all 0.3s;
}

.j-solution-detailed li {
	display: inline-block;
	*display: inline;
	width: 25%;
}
.j-solution-two li {
	width: 40%;
}
.j-solution-detailed li i {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 6px;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-ms-transition: transform 0.3s;
	-moz-transition: transform 0.3s;
	-webkit-transition: transform 0.3s;
	transition: transform 0.3s;
}
@media only screen and (min-width:992px){
	.j-solution-detailed li:hover i {
		-ms-transform: translateY(-2px);
		-moz-transform: translateY(-2px);
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}
	.j-solution-item2:hover .j-solution-detailed {
		opacity: 1;
		visibility: visible;
	}
	.j-solution-item2:hover .j-has-secend {
		top: 50%;
	}
	.hasitem-hover:hover .j-solution-mask1 {
		display: none;
	}
	.hasitem-hover:hover .j-solution-mask2 {
		display: block;
	}
}

.j-solution-detailed li i.solution-icon1 {
	background-image: url(../img/band/solution-icon1.png);
}
.j-solution-detailed li i.solution-icon2 {
	background-image: url(../img/band/solution-icon2.png);
}
.j-solution-detailed li i.solution-icon3 {
	background-image: url(../img/band/solution-icon3.png);
}
.j-solution-detailed li i.solution-icon4 {
	background-image: url(../img/band/solution-icon6.png);
}
.j-solution-detailed li i.solution-icon5 {
	background-image: url(../img/band/solution-icon7.png);
}
.j-solution-detailed li i.solution-icon6 {
	background-image: url(../img/band/solution-icon8.png);
}
.j-solution-detailed li i.solution-icon7 {
	background-image: url(../img/band/solution-icon9.png);
}
.j-solution-detailed li i.solution-icon8 {
	background-image: url(../img/band/solution-icon4.png);
}
.j-solution-detailed li i.solution-icon9 {
	background-image: url(../img/band/solution-icon5.png);
}
.j-solution-detailed li i.solution-icon10 {
	background-image: url(../img/band/solution-icon10.png);
}
.j-solution-detailed li i.solution-icon11 {
	background-image: url(../img/band/solution-icon11.png);
}
.j-solution-detailed li i.solution-icon12 {
	background-image: url(../img/band/solution-icon12.png);
}
.j-solution-detailed li i.solution-icon13 {
	background-image: url(../img/band/solution-icon13.png);
}
@media only screen and (max-width:992px){
	.j-solution {
		position: relative;
	}
	.j-solution .row .col-md-3:first-of-type{
		position: static;
		height: 240px;
	}
	.j-solution .row .col-md-3:first-of-type .j-solution-item {
		position: absolute;
	    top: 240px;
	    left: 0;
	    width: 100%
	}
	.j-solution .row .col-md-6 {
		position: static;
		height: 190px;
	}
	.j-solution-item .m-pic {
		height: 180px;
    	overflow: hidden;
	}
	.j-solution-item.hasitem-hover {
		position: absolute;
		top: 0;
    	left: 0;
    	width: 100%;
	}
	.j-solution-item.hasitem-hover .m-pic {
		height: 230px;
	}
	.j-solution-item .m-pic img {
		width: 100%;
	    -o-object-fit: cover;
	    font-family: "object-fit:cover;object-position:center center";
	    object-fit: cover;
	    -o-object-position: center center;
	    object-position: center center;
	    height: 125%; 
	}
	.j-solution .row .col-md-6 {
		padding-left: 0px;
    	padding-right: 0px;
	}
	.j-solution-item {
		margin-bottom: 10px;
	}
	.j-solution-center h4, 
	.j-solution-item2 h4 {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 8px;
		height: 22px;
	}
	.j-solution-center p, 
	.j-solution-detailed li p {
		font-size: 13px;
		line-height: 20px;
	}
	.j-solution-mask1 {
		z-index: 3;
	}
	.j-solution-mask2 {
		width: 100%;
		height: 810px;
	}
	.j-solution-mask2.current {
		display: block;
	}
	.j-solution-item2 .j-has-secend {
		top: 80%;
	}
	.j-solution-item2 .j-has-secend.active {
		top: 50%;
	}
	.j-has-secend.active .j-solution-detailed {
		opacity: 1 !important;
		visibility: visible !important;
	}
	.jm-solution-head {
		width: 100%;
		height: 43px;
		border-bottom: 1px solid #999;
		position: relative;
		cursor: pointer;
		background-color: #6b84a2;
		z-index: 10;
	}
	.jm-solution-head i {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 18px;
		height: 12px;
		margin-left: -9px;
		margin-top: -6px;
		background: url(../img/jm-solut-down.png) no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		z-index: 3;
	}
	.jm-solution-head p {
		padding-left: 15px;
		font-size: 14px;
		color: #fff;
		line-height: 42px;
	}
	.jm-solution-bg {
		position: relative;
    	z-index: 5;
    	width: 100%;
    	height: 767px;
    	overflow: hidden;
		background: url(../img/demo/j-solution-bg.png) no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.jm-solution-bg .j-solution-item2 {
		background-color: transparent;
		width: 100% !important;
		height: 96px;
		margin: 0;
		border-bottom: 1px solid #dbe0e3;
	}
	.j-solution-detailed li i {
		width: 24px;
		height: 24px;
		margin-bottom: 3px;
	}
}
/*商用解决方案 end*/
/*改 商用解决方案*/
.solut-cut .m-pic {
	overflow: hidden;
}

@media only screen and (min-width: 992px) {
	.solut-cut {
		padding-bottom: 46px;
		background-color: #fff;
		box-shadow: 0 0 46px rgba(58,65,80,0.08);
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    transition: all 0.3s;
	}
	.solut-cut:hover {
		box-shadow: 0 0 60px rgba(58,65,80,0.22);
	}
	.solut-cut .m-pic:hover img,
	.solut-cut-list a:hover p {
		-webkit-transform: scale(1.06);
	    -moz-transform: scale(1.06);
	    -ms-transform: scale(1.06);
		transform: scale(1.06);
	}
	.solut-cut .m-pic img,
	.solut-cut-list p {
		-webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	    transition: all 0.3s;
	}
}

.solut-cut h3 {
	color:#333;
	font-size: 24px;
	line-height: 40px;
	margin: 34px 0 8px;
	padding: 0 10px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.solut-cut p {
	font-size: 18px;
	color: #666;
	line-height: 30px;
	padding: 0 50px;
	height: 90px;
	overflow: hidden;
	text-align: center;
}
.solut-cut .butn {
	width: 107px;
	height: 37px;
	display: block;
	margin: 19px auto 0;
	line-height: 35px;
	color: #999;
	border-color: #999;
}
.solut-cut .butn:hover {
	color: #fff;
	background-color: #002B5F;
	border-color: #002B5F;
}
.solut-cut-list {
	margin-left: -6px;
	margin-right: -6px;
	margin-top: -12px;
}
.solut-cut-list .col-md-3 {
	padding-left: 6px;
	padding-right: 3px;
}
.solut-cut-list a {
	display: block;
	margin-top: 12px;
}
.solut-cut-list p {
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -20px;
	width: 100%;
	padding: 0 10px;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pt-40 {
	padding-top: 30px;
	margin-top: -30px;
	margin-bottom: 80px;
}
.pt-40 a {
	height: 75px;
}
@media only screen and (max-width: 992px) {
	.solut-cut {
		margin-top: 5px;
		margin-bottom: 12px;
		padding-bottom: 18px;
		box-shadow: 0 0 13px rgba(41,41,41,0.1);
		background-image: url(../img/band/jm-work-lower.png);
		background-repeat: no-repeat;
		background-position: center 95%;
	}
	.solut-cut .m-pic {
		height: 150px;
		position: relative;
	}
	.solut-cut .m-pic img {
		/*height: 100%;*/
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.solut-cut h3 {
		font-size: 16px;
		line-height: 22px;
		margin: 8px 0 6px;
	}
	.solut-cut-list p {
		font-size: 14px;
		line-height: 20px;
		margin-top: -10px;
	}
	.pt-40 a {
		height: 56px;
		margin-bottom: 0;
	}
}
/*改 商用解决方案 end*/

/*视频中心改*/
.mian-video {
	max-height: 630px;
	overflow: hidden;
}
.z-more {
	cursor: pointer;
}
.z-more:hover {
	color: #00285C;
	border-color: #00285C;
}
.z-hidden {
	display: none;
}
@media only screen and (max-width: 992px) {
	.mian-video {
		max-height: 1260px;
	}
	.z-look {
		padding: 10px 15px 20px;
	}
	.jp-content .z-more {
		border-color: transparent;
		text-align: right;
		color: #00285C;
	}
}

/*关于我们添加*/
.about-us {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 505px;
	height: 160px;
	margin-left: -252px;
	margin-top: -80px;
}
.about-us p {
	font-size: 88px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 60px;
	padding: 50px 0;
	letter-spacing:10px;
}
@media only screen and (max-width: 992px) {
	.about-us {
		width: 160px;
		height: 50px;
		margin-left: -80px;
		margin-top: -20px;
	}
	.about-us p {
		font-size: 18px;
		line-height: 30px;
		padding: 10px 0;
		letter-spacing:5px;
	}
}
/*关于我们添加 end*/

/*视频中心改点击*/
.video-modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99;
}
.video-modal.in {
	display: block;
}
.video-modal.in .video-modal-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.9);
}
.video-modal-cont {
	position: relative;
	width: 68%;
	margin: 80px auto 0;
}
.video-modal-close {
	position: absolute;
	top: -10px;
	right: -60px;
	width: 40px;
	height: 40px;
	background-image: url(../img/video-close.png);
	background-repeat: no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media only screen and (min-width: 992px) {
	.video-modal-close:hover {
		-webkit-transform: rotateZ(90deg);
		-moz-transform: rotateZ(90deg);
		-ms-transform: rotateZ(90deg);
		-o-transform: rotateZ(90deg);
		transform: rotateZ(90deg);
	}
	.modal-opened {
		overflow: hidden;
	}
}
.video-modal-wap video {
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.news-tab {
		margin-bottom: 16px;
	}
	.video-modal-cont {
		width: 100%;
		margin-top: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.z-video .m-pic,
	.z-video .m-pic img {
		height: 100%;
	}
	.z-gallery-play {
		display: none;
	}
	.z-video {
		height: auto;
	}
}

@media only screen and (min-width: 640px) and (max-width: 992px) {
	.solut-cut .m-pic {
	    height: 300px !important;
	}
	.z_box_list .m-pic {
		height: 300px !important;
	}
	.pt-40 a {
		height: 90px;
	}
	.service-window .slides li {
	    height: 342px !important;
	}
}

.band-banner video {
	width: 100%;
}

/*商用解决方案调整*/
@media only screen and (min-width: 992px){
	.solut-cut {
		padding-bottom: 30px;
	}
	.solut-cut h3 {
		font-size: 22px;
		line-height: 36px;
		margin-top: 25px;
	}
	.solut-cut p {
		font-size: 16px;
		line-height: 28px;
		padding: 0 20px;
		height: 58px;
	}
	.jp-channel-tit a {
		top: 164px;
	}
	.band-banner video {
		position: relative;
		top: -210px;
	}
}

.solut-cut span {
	display: block;
	font-size: 14px;
	padding: 0 20px;
	line-height: 20px;
	height: 20px;
	text-align: center;
	color: #999;
}
.cop-icon-tabs {
	padding:18px 15px;
	margin-bottom: 32px;
}
.cop-icon-tabs a{
	display: inline-block;
	padding: 8px 10px;
    margin-right: 30px;
    color: #233063;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
}
.cop-icon-tabs a:hover,
.cop-icon-tabs a.active {
	background: #233063;
    color: #fff;
}
@media only screen and (max-width: 992px) {
	.cop-icon-tabs {
		margin-bottom: 0 !important;
		padding: 10px 15px 10px 0 !important;
		border-bottom: 1px solid #ccc;
		white-space: nowrap;
    	overflow-y: auto;
	}
	.cop-icon-tabs a {
		margin-right: 5px;
		padding: 4px 6px;
		font-size: 14px;
		border: none
	}
	.pt-40 {
		padding-top: 10px;
		margin-top: 0;
	}
	.honor-bg .swiper-button-white {
		display: none;
	}
}
@media only screen and (min-width: 992px) {
	.cop-icon-tabs {
		text-align: center;
	}
	.checkbox0 {
		margin-left: 80px;
	}
}
/*全部荣誉tab*/
.allhononr {
	padding: 0 15px;
	margin-bottom: 30px;
	text-align: left;
}

/*问卷调查*/
.questionnaire-botm {
	background-color: #fff;
}
.questionnaire {
	width: 1040px;
	margin: 0 auto;
	padding: 90px 60px;
	overflow: hidden;
}
.questionnaire .m-pic {
	float: left;
	width: 400px;
	height: 280px;
}
.questionnaire-text {
	float: right;
	padding: 0px 0 0;
	width: 400px;
}
.questionnaire-botm:nth-of-type(even) {
	background-color: #f5f8fa;
}
.questionnaire-botm:nth-of-type(even) .m-pic {
	float: right;
}
.questionnaire-botm:nth-of-type(even) .questionnaire-text {
	float: left;
}
.questionnaire h3 {
	font-size: 26px;
	line-height: 40px;
	padding: 30px 0 20px;
}
.questionnaire-pos {
	position: relative;
	height: 90px;
	margin-bottom: 30px;
}
.questionnaire-pos p {
	position: absolute;
	bottom: 0;
	left: 0px;
	right: 0px;
	max-height: 90px;
	font-size: 16px;
	line-height: 30px;
	color: #999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.questionnaire-text .butn-arrow-more {
	width: 135px;
	background-color: transparent;
}

@media only screen and (max-width: 992px) {
	.questionnaire-botm {
		
	}
	.questionnaire {
		width: 100%;
		padding: 35px 15px;
	}
	.questionnaire .m-pic {
		width: 40%;
		height: auto;
	}
	.questionnaire-text {
		width: 55%;
	}
	.questionnaire-pic {
		padding: 0;
	}
	.questionnaire h3 {
		font-size: 15px;
		line-height: 20px;
		padding: 0px 0 8px;
	}
	.questionnaire-pos {
		height: 36px;
		margin-bottom: 8px;
	}
	.questionnaire-pos p {
		max-height: 36px;
		font-size: 13px;
		line-height: 18px;
		-webkit-line-clamp: 2;
	}
	.questionnaire .text-right {
		margin-bottom: 6px;
		margin-right: 8px;
	}
}

.service-note i.m-pic,
.work-get-place i.m-pic {
	width: 80px;
}

.recruit-search_wap .search-input {
	width: 100%;
}
.recruit-search .t-search-btn {
	position: absolute;
	top: -3px;
	right: 0px;
	background-color: transparent;
	border-color: transparent;
}
.recruit-search .t-search-btn s {
	width: 28px;
	height: 28px;
	background-image: url(../img/t-search.png);
}
@media only screen and (max-width: 992px){
	.recruit-search_wap {
   display: block;
   width: 80%;
   margin-top: -25px;
	}
	.recruit-search_wap .search-input {
		margin: 0;
		border-radius: 0;
   height: 50px;
   padding: 0 15px;
	}
	.recruit-search .t-search-btn {
		height: 50px;
		color: #fff;
    border-color: #233063;
    background-color: #233063;
    top: 0;
    z-index: 99;
    
	}
	.recruit-search .t-search-btn s {
		width: 25px;
    height: 25px;
    background-image: url(../img/search-ico.png);
    vertical-align: initial;
	}
	.t-m-postscreening {
		padding: 0 15px;
		margin-bottom: 10px;
		border-radius: 5px;
		overflow: hidden;
	}
	.t-m-postscreening h2 {
		padding: 0 15px;
		border-bottom: none;
	}
	
	.t_recruit-table {
		background-color: transparent;
	}
	.t_recruit-table .web-card li {
		border-bottom: none;
		padding: 16px 15px;
		background-color: #fff;
		margin-bottom: 10px;
		border-radius: 5px;
		overflow: hidden;
	}
	.t_recruit-table .web-card li h4 {
		font-weight: bold;
	}
	.t_recruit-table .web-card li .m-tit {
		margin-left: 0;
	}
	.t_recruit-table .web-card li .m-tit .m-position {
		margin-top: 10px;
	}
}

.public-list_bc.public-list{
  width: 100%;
  overflow: hidden;
}
.public-list_bc.public-list li{
  margin-bottom: 32px;
  padding-bottom: 80px;
  position: relative;
}
.public-list_bc.public-list li .col-md-6 {
	position: static;
}
.public-list_bc .public-left{
  padding-right: 0;
}
.public-list_bc .public-good{
  padding: 40px 80px 68px 0px;
}
.public-list_bc .public-good h3{
  font-size: 26px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 24px;
}

.public-list_bc .public-good p{
	max-width: 570px;
  font-size: 18px;
  color: #333;
}
.public-list_bc .public-good p a {
	color: #172C87;
	text-decoration: underline;
}
.public-list_bc .public-img{
  width: 100%;
  /*padding:60px 54px 0 37px;*/
}
.public-list_bc .public-img img{
  width: 100%;
}
.public-list_bc .public-dets-pic {
	position: absolute;
  top: 40px;
  left: 0px;
  width: 360px;
  height: 240px;
}
.public-list_bc .public-dets {
    padding-left: 400px;
}

@media only screen and (max-width: 992px){
	.public-list_bc.public-list li {
		margin-bottom: 0;
    padding-bottom: 20px;
    position: relative;
    border-bottom: 1px solid #E5E5E5;
	}
	.public-list_bc.public-list li:last-of-type {
		border-bottom: none;
	}
	.public-list_bc .public-dets {
		padding-left: 140px;
	}
	.public-list_bc .public-dets-pic {
		top: 25px;
		width: 127px;
		height: 85px;
	}
	.public-list_bc .public-good {
		padding: 20px 0 0px 0;
	}
	.public-list_bc .public-good h3{
	  font-size: 14px;
	  color: #333;
	  line-height: 24px;
	  font-weight: bold;
	  margin-bottom: 6px;
	}
	.public-list_bc .public-good p{
	  font-size: 12px;
	}
	.public-list_bc.public-list {
		padding: 20px 0;
	}
}

.jm-culture-wap {
	padding-left: 20px;
}
.jm-culture-wap h3 {
	font-size: 36px;
	color: #12298C;
	margin: 80px 0 50px;
}
.jm-culture-mission ul {
	overflow: hidden;
}
.jm-culture-mission ul li {
	float: left;
	width: 25%;
}
.jm-culture-mission ul li h6 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 4px;
}
.jm-culture-mission ul li p {
	font-size: 20px;
	line-height: 28px;
	color: #999999;
	max-width: 200px;
}
.jm-culture-mission ul li .jm-culture-misp {
	border-top: 1px solid #EBEBEB;
	padding-top: 16px;
	margin-top: 14px;
}
.jm-culture-items {
	margin-top: 60px;
	overflow: hidden;
}
.jm-culture-items .jm-culture-item {
	float: left;
	width: 50%;
	margin-bottom: 60px;
	overflow: hidden;
}
.jm-culture-items .jm-culture-item .jm-culture-li {
	max-width: 460px;
	float: left;
	width: 90%;
	overflow: hidden;
}
/*.jm-culture-items .jm-culture-item:nth-of-type(even) .jm-culture-li {
	float: right;
}*/
.jm-culture-items .jm-culture-item .jm-culture-li img {
	width: 100%;
}
.jm-culture-items .jm-culture-item .jm-culture-li h5 {
	font-size: 24px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	color: #12298C;
	margin: 8px 0 12px;
	display: flex;
	align-items: center;
}
.jm-culture-items .jm-culture-item .jm-culture-li p {
	font-size: 18px;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
}

.responses {
	max-height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (max-width: 992px){
	.jm-culture-wap {
		padding-left: 0;
	}
	.jm-culture-wap h3 {
		font-size: 16px;
		margin: 33px 0 20px;
		font-weight: bold;
	}
	.jm-culture-mission ul li {
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	.jm-culture-mission ul li h6 {
		font-size: 14px;
		line-height: 18px;
		display: inline-block;
	}
	.jm-culture-mission ul li p {
		display: inline-block;
		font-size: 12px;
		line-height: 18px;
		color: #999999;
	}
	.jm-culture-mission ul li .jm-culture-misp {
		display: block;
		border-top: none;
		padding-top: 6px;
		margin-top: 0px;
	}
	.jm-culture-items {
		margin-top: 0;
	}
	.jm-culture-items .jm-culture-item{
		float: none;
		width: 100%;
		margin-bottom: 24px;
	}
	.jm-culture-items .jm-culture-item .jm-culture-li {
		width: 100%;
		max-width: 100%;
		float: none;
	}
	.jm-culture-items .jm-culture-item .jm-culture-li h5 {
		font-size: 14px;
		line-height: 18px;
		font-weight: bold;
		display: block;
		margin: 17px 0 10px;
		height: auto;
	}
	.jm-culture-items .jm-culture-item .jm-culture-li p {
		font-size: 12px;
		line-height: 18px;
		height: auto;
		overflow: hidden;
		display: block;
	}
}