@charset "utf-8";
body{font:16px/1.5 "", Arial, sans-serif;color:#666;background-color:#fafafa;margin:0;padding:0;overflow-x: hidden;}
a{color:#666;text-decoration:none;}
a:active,a:focus {text-decoration:none;color:#002b5f;}
a:hover{text-decoration:none;color:#002b5f;}
a:active,a:focus,input,select,textarea {outline:none;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{line-height:1;color:#333;font-family:"";}
ul,ol {list-style-type:none}
li{*vertical-align:top;}
div,a,p,b,em,i,strong,span,img,ul,li,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,input{margin:0;padding:0;}
img{border:none;vertical-align:top;}
strong{font-weight: normal;}
.clear{ margin:0; padding:0; clear:both; font-size:0;}

.fl{float:left;}
.fr{float:right;}
.clearfix,.container {zoom:1;}
.clearfix:after,.container:after {content:".";display:block;height:0;visibility:hidden;clear:both;}
.base-color {
	color: #002b5f;
}
.bg-color {
	background-color: #002b5f;
}
.bg {
    background: #fff;
}
.bg_fafafa {
	background-color: #fafafa;
}
.pos-relate {
	position: relative;
}
.jp-content {
	max-width: 1200px;
	margin: 0 auto;
}
.g-box:before,.g-box:after,.g-section-8:before,.g-section-8:after {
	display: table;
    content: " ";
    clear:both;
}
.g-section-8 {
	width: 80%;
	margin: 0 auto;
}
.col-5 {
	width: 50%;
	float: left;
}
.col-4 {
	width: 25%;
	float: left;
}
.col-3 {
	width: 33.3%;
	float: left;
}
.col-2 {
	width: 20%;
	float: left;
}
.border-t {
	border-bottom: 1px solid #d7d7d7;
}
.jm-col-5 {
	width: 50%;
	float: left;
}
.jm-col-4 {
	width: 25%;
	float: left;
}
.jm-col-3 {
	width: 33.3%;
	float: left;
}
.m-pic img {
	width: 100%;
}
.padding-0 {
	padding: 0 !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.margin-0 {
	margin: 0 !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.over-hide {
	overflow: hidden;
}
/*表单样式*/
.j-form-group {
	padding-bottom: 38px;
}
.j-form-group .control-label {
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 36px;
	padding-left: 28px;
	color: #000;
	padding-bottom: 18px;
}
.j-form-group .control-label .must-label {
	position: absolute;
	left: 0;
	top: 0;
	color: #233063;
}
.j-form-group .form_control {
	width: 100%;
	padding: 10px 28px;
	border: 1px solid #CACACA;
	line-height: 30px;
	font-size: 20px;
	color: #333;
}
.j-form-group .form_control.area-form_control {
	padding-left: 6px;
	padding-right: 0px;
	font-size: 18px;
}
.j-form-group select.form_control {
	height: 50px;
}
.j-form-group textarea.form_control {
	height: 200px;
	resize: none;
}
.j-form-group .g-row {
	margin-left: -10px;
	margin-right: -10px;
}
.j-form-group .g-row [class^="col-row"] {
	padding-left: 10px;
	padding-right: 10px;
}
.j-form-action .butn {
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.y_gainyzmbox {
	width: 100%;
	position: relative;
}
.y_gainyzmbox .y_yzmbtn {
	position: absolute;
	height: 30px;
	line-height: 30px;
	right: 0;
	top: 10px;
	padding: 0 25px;
	font-size: 14px;
	color: #0b285b;
	border: none;
	border-left: 1px solid #eee;
	background-color: transparent;
	cursor: pointer;
}
.y_gainyzmbox .y_yzmbtn[disabled]{
	cursor: default;
}

/*表单验证结果样式*/
.has-success .help-block,
.has-success .control-label,
.has-success .y_iptlabel {
  color: #3c763d;
}
.has-success .form_control {
  border-color: #3c763d;
}
.has-success .form_control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: 0 0 3px #67b168;
          box-shadow: 0 0 3px #67b168;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .y_iptlabel {
  color: #8a6d3b;
}
.has-warning .form_control {
  border-color: #8a6d3b;
}
.has-warning .form_control:focus {
  border-color: #66512c;
  -webkit-box-shadow: 0 0 3px #c0a16b;
          box-shadow: 0 0 3px #c0a16b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .y_iptlabel,
.help-block.has-error {
  color: #a94442;
}
.has-error .form_control {
  border-color: #a94442;
}
.has-error .form_control:focus {
  border-color: #843534;
  -webkit-box-shadow: 0 0 3px #ce8483;
          box-shadow: 0 0 3px #ce8483;
}
.help-block {
  display: block;
  margin-top: 5px;
  color: #737373;
}

/*butn 按钮*/
.butn { 
	display: inline-block;
	font-size: 14px; 
	font-weight: normal; 
	line-height: 1.5; 
	border: 1px solid transparent; 
	background: transparent; 
	text-align: center; 
	white-space: nowrap; 
	vertical-align: middle; 
	cursor: pointer; 
	-webkit-user-select:none; 
	-moz-user-select: none; 
	-ms-user-select: none; 
	user-select: none; 
	-webkit-transition: all .3s; 
	transition: all .3s; 
	font-family:'','HelveticaNeueLTPro-ThEx',tahoma,arial,'helvetica neue','hiragino sans gb',Simsun,sans-serif;
}
.butn_block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.butn.disabled, 
.butn[disabled] { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; }
.butn.disabled, 
.butn[disabled], 
.butn.disabled:hover, 
.butn[disabled]:hover, 
.butn.disabled:focus, 
.butn[disabled]:focus, 
.butn.disabled:active, 
.butn[disabled]:active { background: #e1e1e1; border: 1px solid #ddd; color: #999; }
.butn-custom { color: #86baf8; border-color: #86baf8; background-color: #fff; } /*默认按钮 蓝边白底*/
.butn-custom:hover,
.butn-custom:focus,
.butn-custom:active,
.butn-custom.active { border-color: #02264e; background-color: #02264e; color: #fff; }
.butn-custom2 { color: #666; border-color: #666; background-color: #fff; } /*默认按钮 灰边白底*/
.butn-custom2:hover,
.butn-custom2:focus,
.butn-custom2:active,
.butn-custom2.active { border-color: #02264e; background-color: #02264e; color: #fff; }
.butn-custom3 { color: #002B5F; border-color: #002B5F; background-color: transparent; } /*默认按钮 灰边白底*/
.butn-custom3:hover,
.butn-custom3:focus,
.butn-custom3:active,
.butn-custom3.active { border-color: #02264e; background-color: #02264e; color: #fff; }
.butn-custom4 { color: #000; border-color: #999; background-color: transparent; } /* 灰边黑字*/
.butn-custom4:hover,
.butn-custom4:focus,
.butn-custom4:active,
.butn-custom4.active { border-color: #002B5F; background-color: #002B5F; color: #fff; }
.butn-custom5 { color: #fff; border-color: #233063; background-color: #233063; } /* 蓝底白字*/
.butn-custom5:hover,
.butn-custom5:focus,
.butn-custom5:active,
.butn-custom5.active { border-color: #2e418d; background-color: #2e418d; color: #fff; }
.butn-arrow-more{color: #999;border-color: #999; background-color: #fff;transition: all 0.3s;-webkit-transition: all 0.3s;width: 105px;height: 40px;text-align: center;line-height: 38px;font-size: 18px;} /*带箭头更多按钮 灰边白底*/
.butn-arrow-more:hover,
.butn-arrow-more:focus,
.butn-arrow-more:active,
.butn-arrow-more.active {padding-left: 10px;}
.butn-arrow-more:hover i,
.butn-arrow-more:focus i,
.butn-arrow-more:active i,
.butn-arrow-more.active i {background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_jm-more-arrow.png);}
.butn-arrow-more i {
	display: inline-block;
	width: 19px;
	height: 8px;
	margin-left: 13px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_more-arrow.png) no-repeat;
	position: relative;
	top:-3px;
}
.jp-more-btn {
	width: 148px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	background-color: transparent;
}

/*面包屑*/
.bread_crumb {
	margin-bottom: 24px;
	padding: 24px 0 24px 15px;
	font-size: 16px;
	color: #666;
}
.bread_crumb a {
	color: #002B5F;
}
.bread_crumb .separate {
	margin: 0 5px;
}
.details_bread_crumb {
	font-size: 20px;
	color: #666;
	padding-left: 0;
	margin-bottom: 0;
}
.details_bread_crumb .separate {
	display: inline-block;
	width: 8px;
	height: 10px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_de_culmb.png) no-repeat;
	margin: 0 18px 0 16px;
	position: relative;
	top: -2px;
}
/*隐藏滚动条*/
.no-bar::-webkit-scrollbar {
	    display: none;
	}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
	.jp-more-btn {
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
	}
}

@media only screen and (max-width: 992px) {
	.visible-pc {
	    display: none !important;
	}
	body {
		background-color: #fff;
	}
	.g-section-8 {
		width: 100% !important;
		padding: 0 15px !important;
	}
	.jm-main-section {
		width: 100%;
		padding: 0 15px;
	}
	.col-5 {
		width: 100% !important;
	}
	.jp-video,.informa {
		margin: 0 !important;
	}
	.nav_float .m_backtop{
	    height: 29px !important;
	    width: 29px !important;
	    background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_p_backtop.png) no-repeat;
	}
	.jm-bg {
		background-color: #fff;
	}
	
	.row {
		margin-right: -5px;
    	margin-left: -5px;
	}
	.col-xs-1, 
	.col-xs-10, 
	.col-xs-11, 
	.col-xs-12, 
	.col-xs-2, 
	.col-xs-3, 
	.col-xs-4, 
	.col-xs-5, 
	.col-xs-6, 
	.col-xs-7, 
	.col-xs-8, 
	.col-xs-9 {
		padding-right: 5px;
   	padding-left: 5px;
	}
	.butn-arrow-more {
		border: none;
		text-align: left !important;
		height: 30px !important;
		line-height: 30px !important;
		font-size: 14px !important;
		color: #002B5F;
	}
	.butn-arrow-more i {
		width: 10px !important;
		height: 4px !important;
		margin-left: 6px !important;
		background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_jm-more-arrow.png) no-repeat;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.jp-channel-tit {
		padding: 25px 0 15px !important;
	}
	.jp-channel-tit h3 {
		font-size: 16px !important;
		color: #333 !important;
		line-height: 28px !important;
		font-weight: bold !important;
		text-align: left !important;
	}
	.jp-channel-tit a {
	    top: 30px !important;
	    padding-right: 10px !important;
	    font-size: 14px !important;
	    color: #002B5F !important;
	    background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_website-r.png) center right no-repeat !important;
	    transition: none;
	}
	.jp-channel-tit a:hover {
		right: 0 !important;
	}
	.bread_crumb {
		font-size: 14px !important;
		padding: 13px 0 13px 15px !important;
		margin-bottom: 6px !important;
	}
	/*表单*/
	.j-form-group .control-label {
		font-size: 14px !important;
		font-weight: bold;
		line-height: 20px !important;
		padding-bottom: 10px !important;
		padding-left: 14px !important;
	}
	.j-form-group .form_control {
		padding: 5px 14px !important;
		font-size: 12px !important;
		line-height: 22px !important;
	}
	.j-form-group {
		padding-bottom: 15px !important;
	}
	.j-form-group select.form_control {
		height: 33px !important;
	}
	.j-form-group textarea.form_control {
		height: 110px !important;
	}
	.jm-bgfa {
		background-color: #FAFAFA;
	}
	.jm-pb-20 {
		padding-bottom: 20px;
	}
	.jm-pt-20 {
		padding-top: 20px;
	}
	.jm-pt-0 {
		padding-top: 0 !important;
	}
	.jm-banner-150 {
		width: 100%;
		overflow: hidden;
	}
	.jm-banner-150 img{
		width: 160% !important;
		position: relative;
		left: 50%;
		margin-left: -80%;
	}
}
@media only screen and (min-width: 992px) {
	.visible-mobile {
	    display: none !important;
	}
	.g-box {
	    width: 1200px;
	    margin: 0 auto;
	}
	.nav_float {
		right: 52px !important;
	}
	.index_banner {
		height: 100vh
	}
}
@media only screen and (min-width: 1260px) {
	.nav_float {
		right: 2px !important;
	}
}
/*头部导航*/
/*pc*/
.jp-header-height {
	height: 80px;
}
.jp-header-height .jp-header {
	position: fixed;
	background-color: rgba(255,255,255,1) !important;
}
.jp-header {
	width: 100%;
	height: 80px;
	background-color: rgba(255,255,255,0.9);
	line-height: 80px;
	position: fixed;
	top: 0px;
	left: 0;
	box-shadow: 0 4px 13px rgba(0,43,95,0.16);
	z-index: 9;
}
.jp-header .jp-logo {
	width: 152px;
	margin-right: 6%;
}
.jp-header-content h1 {
	text-indent: -1000px;
	height: 0;
	overflow: hidden;
}
.jp-header .jp-logo img {
	/*width: 178px;
	height: 18px;*/
	margin-top: 1px;
}
.jp-header .jp-head-nav {
	width: 67%;
}
.jp-head-nav ul {
	width: 100%;
	height: 80px;
	zoom: 1;
}
.jp-head-nav ul li {
	float: left;
	width: 16%;
	line-height: 80px;
}
.jp-head-nav ul li a {
	display: block;
	font-size: 18px;
	color: #002b5f;
	padding-left: 8px;
	white-space: nowrap;
}
.jp-head-nav ul li a:hover {
	color: #666;
}
.jp-header .jp-head-search {
	width: 14.17%;
	height: 24px;
	margin-top: 28px;
	overflow: hidden;
}
.jp-head-search .change-en {
	width: 30%;
	height: 24px;
	background: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_cha-en.png) center right no-repeat;
}
.search-cont {
	width: 70%;
	line-height: 24px;
	overflow: hidden;
}
.search-cont .search-flot {
	width: 100%;
	position: relative;
	left: 78%;
	-webkit-transition: left 0.6s;
	-webkit-transition: left 0.6s;
	-moz-transition: left 0.6s;
	-ms-transition: left 0.6s;
	-o-transition: left 0.6s;
	transition: left 0.6s;
}
.search-cont.show .search-flot {
	left: 0;
}
.search-cont .search-icon {
	float: left;
	width: 26px;
	height: 24px;
	background: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_search-btn.png) no-repeat;
}
.search-ipt {
	float: left;
	width: 72%;
	border: none;
	border-bottom: 1px solid #002b5f;
	font-size: 14px;
	line-height: 23px;
	position: relative;
	right: 0;
	margin-left: 1%;
	background-color: transparent;
}
/*新增顶部*/
.jp-website {
	width: 100%;
	height: 38px;
	background-color: #222;
}
.jp-website .show-website-list {
	display: block;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
	padding-left: 6px;
	cursor: pointer;
}
.show-website-list i {
	display: inline-block;
	width: 12px;
	height: 6px;
	margin-left: 11px;
	position: relative;
    top: -2px;
	background: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_website-up.png) no-repeat;
}
.show-website-list.collapsed i {
	background: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_website-sown.png) no-repeat;
}

.group-website {
	padding: 43px 6px 20px;
}
.group-website ol {
	overflow: hidden;
	zoom: 1;
}
.group-website ol li {
	float: left;
	width: 20%;
	margin-bottom: 30px;
}
.group-website ol li .website-tit {
	display: block;
	width: 80%;
	overflow: hidden;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #233063;
	margin-bottom: 7px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.group-website ol li .website-tit:hover {
	-moz-transform: translateX(8px);
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}
.group-website ol li .website-tit i {
	display: inline-block;
	width: 6px;
	height: 11px;
	background: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_website-r.png) no-repeat;
	position: relative;
	top: -1px;
	margin-left: 18px;
}
.group-website ol li p {
	font-size: 16px;
	color: #666;
	width: 98%;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*移动端头部导航*/
.jm-header-height {
	height: 55px;
}
.jm-header {
	width: 100%;
	height: 55px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.jm-header-height .jm-header-bg {
	opacity: 1 !important;
	background-color: #002b5f;
}
.jm-header-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	opacity: 0.4;
	background-color: #fff;
}
.jm-header .jm-logo {
	position: relative;
	display: block;
	width: 38%;
	height: 30px;
	margin:0 auto;
	z-index: 3;
}
.jm-header-height .jm-header .jm-logo {
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_p-logo-fff.png);
}
.jm-list-hearder .jm-meun,
.jm-header .jm-meun,
.jm-header .jm-reduct,
.jm-header .jm-search {
	width: 15%;
	height: 55px;
	position: absolute;
	top: 0;
	background-position: 15px;
	background-repeat: no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	z-index: 3;
}
.jm-header .jm-meun,
.jm-list-hearder .jm-meun {
	left: 0;
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_menu.png);
}
.jm-header .jm-reduct{
	left: 0;
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_reduct-x.png);
}
.jm-header .jm-search {
	right: 0;
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_p-search.png);
}
.jm-header-height .jm-header .jm-meun {
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_menu-fff.png);
}
.jm-header-height .jm-header .jm-search {
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_p-search-fff.png);
}
.z-slide_box {
    display: none;
    background: #fff;
    position: fixed;
    top: 54px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
}
.paramater_slide ul {
    position: relative;
}
.paramater_slide ul li {
    position: relative;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #E0E0E0;
}
.paramater_slide ul li a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333;
}
.paramater_slide ul::before {
    content: '';
    position: absolute;
    top: -7px;
    left: 16px;
    width: 0;
    height: 0;
    border: 8px solid #E0E0E0;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.paramater_slide ul::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 17px;
    width: 0;
    height: 0;
    border: 7px solid #fff;
    border-top: none;
    border-left-color: transparent;
    border-right-color: transparent;
}
.opacitys {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
    display: none;
    cursor: pointer;
}

/*标题组件*/
/*pc*/
.jp-tit {
	padding: 70px 0 74px;
}
.jp-tit h2 {
	font-size: 40px;
	line-height: 50px;
	color: #244976;
	margin-bottom: 16px;
	text-align: center;
}
.jp-tit p {
	font-size: 20px;
	color: #929daf;
	line-height: 30px;
	text-align: center;
}
.jm-tit h2 {
	float: left;
	width: 60%;
	font-size: 18px;
	padding: 15px;
	line-height: 24px;
	font-weight: bold;
	color: #333
}
.jm-tit a {
	float: right;
	width: 22%;
	font-size: 14px;
	color: #999;
	text-align: right;
	line-height: 24px;
	padding: 15px;
}

/*底部*/
.bg-ecf2fa {
	background-color: #ecf2fa;
}
.g-mn2 {
    float: left;
    width: 100%;
}
.g-sd2 {
    position: relative;
    float: right;
    width: 240px;
    margin-left: -265px;
}
.g-mn2c {
    margin-right: 265px;
}
.m-footernav{
	padding-top:60px;
	padding-bottom: 30px;
	overflow: hidden;
}
.footer-nav{
	overflow: hidden;
	zoom: 1;
}
.footer-nav dl{
	float: left;
	width: 142px;
	padding-right: 10px;
}
.footer-nav dl dt{
	font-size:20px;
	color: #333;
	height: 30px;
	margin-bottom: 20px;
	overflow: hidden;
	font-weight: normal;
}
.footer-nav dl dd{
	line-height: 34px;
	color: #666;
	font-size: 16px;
	height: 34px;
	overflow: hidden;
}
.footer-nav dl dd a{
	color: #666;
}
.footer-nav dl dd a:hover{
	color: #002b5c;
}

.m-contact .p1{
	margin-top: -5px;
	text-align: center;
	font-size:28px ;
	color: #2f4b77;
}
.m-contact .p2{
	font-size:20px ;
	text-align: center;
	margin-top: 10px;
	color: #666;
	padding-bottom: 10px;
}

.m-contact a{
	display: block;
	margin: 16px auto 0;
	padding: 0;
	width: 160px;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	background-color: transparent;
	color: #002B5C;
	border-color: #002B5C;
}


.m-footer{
	padding: 6px 0 18px;
}
.m-footer p{
	line-height: 36px;
	color: #666;
	padding-left: 60px;
}
.m-footer .p1 a{
	color: #222;
	font-size: 14px;
}
.m-footer .p1 a:hover{
	color: #002b5c;
}
.m-footer .p1 b{
	font-size: 14px;
	color: #222;
	padding: 0 12px;
}

.footer-wechat{
	zoom: 1;
	position: relative;
	vertical-align: middle;
	color: #666;
}
.footer-wechat a{
	display: inline-block;
	width: 46px;
	height: 36px;
	margin-left: 10px;
	position: relative;
	top: -4px;
	vertical-align: middle;
}
.footer-wechat a:first-of-type {
	margin-left: 26px;
}
.footer-wechat a > img {
	width: 100%;
	height: 100%;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.4;
}
.footer-wechat a.active > img {
	opacity: 1;
	-webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
    filter: none;
    filter: none;
}
.jp-sd2 {
	width: 360px;
    margin-left: -360px;
    text-align: right;
    white-space: nowrap;
}

/*h5底部*/
.jm-footer-panel {
	padding-top: 24px;
}
.jm-panel-item .panel-heading{
	padding: 0;	
	border: none;
	border-bottom: 1px solid #d7d7d7;
}
.jm-panel-item .panel-heading a {
	display: block;
	position: relative;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	color: #002B5C;
	padding-right: 50px;
	font-weight: bold;
}
.jm-panel-item .panel-heading a i {
	position: absolute;
	top: 10px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_reduct-x.png) center no-repeat;
	-webkit-background-size: 16px 16px;
	background-size: 16px 16px;
}
.jm-panel-item .panel-heading a.collapsed i {
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_add-more.png);
}
.jm-panel-item .panel-body {
	padding: 0;
	border-bottom: 1px solid #d7d7d7;
}
.jm-panel-item .panel-body li {
	font-size: 14px;
	line-height: 30px;
	padding: 9px 15px;
	margin-right: 10px;
	cursor: pointer;
	font-weight: bold;
}
.jm-panel-item .panel-body li a {
	color: #002B5C;
}
.jm-footer-butn {
	display: block;
	width: 70%;
	line-height: 32px;
	height: 34px;
	text-align: center;
	font-size: 16px;
	color: #002B5C;
	margin: 25px auto;
	border-color: #002B5C;
}
.jm-footer-tel {
	padding: 20px 0;
	text-align: center;
}
.jm-footer-tel p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-bottom: 8px;
}
.jm-footer-tel .tel-num {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #002B5C;
}
.jm-footer-link {
	padding: 10px 18px 0;
}
.jm-footer-link > a {
	float: left;
	width: 25%;
}
.jm-footer-link > a img {
	display: block;
	width: 39px;
	margin: 0 auto;
}
.nav_float {
	position: fixed;
	right: 4%;
    bottom: 60px;
    z-index: 12;
}
.nav_float .m_backtop{
	display: block;
    height: 58px;
	width: 58px;
	background: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_p_backtop.png) no-repeat;
    background-size: 100% auto;
    cursor: pointer;
}

/*频道页二级导航*/
.jp-secondhead-height {
	height: 64px;
}
.jp-second-header {
	position: fixed;
	top: 80px;
	left: 0;
	right: 0;
	z-index: 8;
}
.jp-secondhead-itms {
	padding: 20px 0;
	overflow: hidden;
	zoom: 1;
}
.jp-secondhead-itms li {
	float: left;
	line-height: 24px;
	padding-left: 12px;
	margin-right: 33px;
}
.jp-secondhead-itms li.active a {
	color: #002B5C;
}
.band-banner img{
	width: 100%;
}
/*频道公共标题*/
.jp-channel-tit {
	position: relative;
	padding: 150px 0 80px;
}
.jp-channel-tit h3 {
	font-size: 38px;
	color: #002b5f;
	text-align: center;
	line-height: 54px;
}
.jp-channel-tit a {
	position: absolute;
	top: 170px;
	right: 0;
	padding-right: 36px;
	font-size: 24px;
	color: #002B5F;
	background: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_net-more.png) center right no-repeat;
	transition: right 0.3s;
}
.jp-channel-tit a:hover {
	right: -5px;
}
/*翻页*/
.y_page {
	text-align:center;
	padding:50px 0;
	font:14px/40px "";
	color: #222;
}
.y_page a {
	display:inline-block;
	height:40px;
	width:40px;
	line-height:40px;
	vertical-align:middle;
	background:#fff;
	color: #222;
	margin:0 2px;
	border: 1px solid #eee;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	cursor: pointer;
}
.y_page a:hover {
	background:#0b285b;
	border-color: #0b285b;
	color:#fff;
	text-decoration:none;
}
.y_page a.y_cur {
	background:#0b285b;
	color:#fff;
	border-color: #0b285b;
	font-weight:bold;
}
.y_page .y_btn {
	width:auto;
	border: 1px solid #eee;
	padding:0 25px;
}
.y_page .y_btn.disabled {
	background:#eee;
	color:#bbb;
	cursor: not-allowed;
	pointer-events: none;
}
.y_page .y_tzpl {
	padding:0 10px;
}
.y_page input {
	height:20px;
	line-height:20px;
	width:60px;
	padding:10px 5px;
	text-align:center;
	border: none;
	font-size: 14px;
	color: #222;
	background:#fff;
	border: 1px solid #eee;
	vertical-align:middle;
	outline:none;
}
.y_page input:focus {
	border-color:#0b285b;
}
.y_page .y_pagenumber {
	position: relative;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #eee;
	width: 60px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 14px;
	cursor: pointer;
}
.y_page .y_pagenumber:after {
	content: "";
	position: absolute;
	top: 17px;
	right: 13px;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #666 transparent transparent transparent;
}
.y_page .y_pagenumber ul {
	position: absolute;
	left: -1px;
	top: 100%;
	width: 100%;
	max-height: 150px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #eee;
	display: none;
}
.y_page .y_pagenumber.active ul {
	display: block;
}
.y_page .y_pagenumber ul li {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.y_page .y_pagenumber ul li:hover {
	background: #f9f9f9;
}
.y_page .y_num {
	font-weight: normal;
}
/* 头部产品中心下拉样式start */
.drop-cont {
	position: absolute;
	left: 0;
	right: 0;
}
.jp-navdrop {
	position: relative;
	padding-top: 40px;
	opacity: 0;
	height:0; 
	z-index: 99;
	display: none;
}
.jp-navdrop .jp-item{
	float: left;
	width: 200px;
	color: #333;
	padding: 0 20px;
}
.jp-navdrop .jp-item .m-pic{
	width: 60px;
	height: 60px;
	margin: 0 auto;
}
.jp-navdrop .jp-item p{
	text-align: center;
	line-height: 40px;
}
.jp-navdrop .jp-item p a{
	display: block;
}
.jp-head-nav ul li a.nav-active-color{
	color: #9498ab;
}
#mask{
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
	z-index: 8;
	position: fixed;
	display: none;
}
/* 头部产品中心下拉样式end */

/*wap 没有更多内容提示*/
.y_nomore {
	text-align: center;
	padding: 16px 0;
}
.y_nomore header {
	position: relative;
	width: 80%;
	margin: 0 auto;
	font-size: 12px;
	color: #ccc;
}
.y_nomore header:before,.y_nomore header:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 30%;
	height: 1px;
	background-color: #eee;
}
.y_nomore header:after {
	left: auto;
	right: 0;
}
.liji-butn {
	position: absolute;
	top: 20px;
	right: 0;
	width: 98px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	font-size: 20px;
}




/* 内刊分页部分样式start */
.t-page-change{
  width: auto;
  overflow: hidden;
  padding: 50px 0 80px;
  text-align: center;
}
.t-page-change span{
  width: 60px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #DDDDDD;
  float: left;
  text-align: center;
  background: #fff;
  margin-right: 10px;
  color: #222;
}
.t-page-change ul{
  float: left;
}
.t-page-change ul li{
  float: left;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #DDDDDD;
  background: #fff;
  margin-right: 10px;
  color: #222;
}
.t-page-change ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.t-page-change ul li.active a{
  background: #233063;
  color: #fff;
}
.t-page-change .t-right-put{
  float: left;
}
.t-page-change .t-right-put i{
  font-style: normal;
}
.t-page-change .t-right-put input{
  width: 60px;
  height: 32px;
  border:1px solid #DDDDDD;
  margin-right: 6px;
  margin-left: 2px;
  padding: 0 5px;
}
/* 分页部分样式end */

.y_wechatbox {
	position: absolute;
	left: 0;
	bottom: 105%;
	width: 178px;
	background-color: #fff;
	border: 1px solid #ddd;
	text-align: center;
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.2);
	box-shadow: 0 3px 20px rgba(0,0,0,.2);
	font-size: 14px;
	color: #002b5f;
	padding: 12px 0;
	margin-left: -74px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.footer-wechat a.active .y_wechatbox {
	opacity: 1;
	visibility: visible;
	bottom: 120%;
}
.y_wechatbox img {
	display: block;
	width: 150px;
	height: 150px;
	margin: 6px auto;
}
.y_wechatbox:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}

.y_goodlistnone {
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	padding: 80px 0 160px;
}
.y_goodlistnone .y_ico {
	float: left;
	width: 99px;
	height: 77px;
	margin: 5px 0 0 190px;
	background: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_list_none.png) no-repeat;
}
.y_goodlistnone .y_info {
	float: left;
	width: 410px;
	padding-left: 30px;
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.y_goodlistnone .y_info h2 {
	font-size: 24px;
	line-height: 1.5;
	color: #222;
}

/*二级导航滚动*/
.secondabsolute {
	position: absolute;
}
.secondfixed-top {
	position: fixed !important;
	top: 0 !important;
	box-shadow: 0 4px 13px rgba(0,43,95,0.16);
}

.detail-title label a,
.releasetime-share a {
    width: 32px;
    height: 28px !important;
    margin: 0 !important;
    margin-left: 10px !important;
    
}
.detail-title label a.bds_weixin,
.releasetime-share a.bds_weixin {
	background: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_wexin.png) center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}
.detail-title label a.bds_tsina,
.releasetime-share a.bds_tsina {
	width: 46px;
	background: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_weibuo.png) center no-repeat;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	-ms-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
}


.contan-float {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #fff;
	display: none;
}
.contan-float img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -58px;
	margin-top: -57px;
}
.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(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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;
    z-index: 11;
    font-size: 0;
    line-height: 0;
}
.slider_cont .flex-direction-nav .flex-next {
    right: 3%;
    background: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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;
}

@media only screen and (max-width: 992px) {
	.jm-pos-relate {
		position: relative;
	}
	
}


/*分类导航*/
.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;
}
.bg-eef3f9 .jp-slide-bottom .swiper-button-prev3 {
	left: -60px !important;
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-banner-left.png);
}
.bg-eef3f9 .jp-slide-bottom .swiper-button-next3 {
	right: -70px !important;
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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;
		height: auto !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(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_jm-home-slide-2.png) !important;
		right: 22px !important;
	}
	.home-pos-relate .swiper-button-prev {
		background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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;
		overflow: hidden;
	}
	.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(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_slide-left.png) no-repeat;
}
.band_slider .flex-direction-nav a {
    position: absolute;
    top:auto;
    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(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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%;
	height: 313px;
}
.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(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_person-in-1.png);
}
.work-get-place i.work-person-in-2 {
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_person-in-2.png);
}
.work-get-place i.work-person-in-3 {
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_person-in-3.png);
}
.work-get-place i.work-person-in-4 {
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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.auto-service p {
	height: 52px;
	overflow: hidden;
}
.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 30px 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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_service-6-2.png);
}
.service-butler-item i.butler-icon-2 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_service-7-2.png);
}
.service-butler-item i.butler-icon-3 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_service-8-2.png);
}
.service-butler-item i.butler-icon-4 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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%;
    width: auto;
}
.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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_service-15.png);
}
.service-note i.service-note-2 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_service-16.png);
}
.service-note i.service-note-3 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_service-17.png);
}
.service-note i.service-note-4 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_service-20-1.png);
}
.work-get-place i.work-person-in-6 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_service-20.png);
}
.work-get-place i.work-person-in-7 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_service-erw.png);
}
.work-get-place i.work-person-in-8 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_service-18.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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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("/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-bg1.png) center no-repeat;
	background-size: 100% 100%;
}
.j-school-bg2 {
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_home-slid-1.png);
	left: -100px;
}
.home-pos-relate .swiper-button-next {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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: 7px;
	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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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: 185px;
}
.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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-recruit-5.png);
}
.post-selection-item i.post-selection-icon2 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-recruit-6.png);
}
.post-selection-item i.post-selection-icon3 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-recruit-7.png);
}
.post-selection-item i.post-selection-icon4 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-recruit-8.png);
}
.post-selection-item i.post-selection-icon5 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-recruit-9.png);
}
.post-selection-item:hover i.post-selection-icon1 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-recruit-5-a.png);
}
.post-selection-item:hover i.post-selection-icon2 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-recruit-6-a.png);
}
.post-selection-item:hover i.post-selection-icon3 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-recruit-7-a.png);
}
.post-selection-item:hover i.post-selection-icon4 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-recruit-8-a.png);
}
.post-selection-item:hover i.post-selection-icon5 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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("/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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: 0;
  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('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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
}
.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: 20px 30px;
	color: #fff;
}

.recruit-table .m-table td{
	padding: 20px 30px;
	border-bottom:1px solid #EEEEEE
}

.web-card,.fold-btn{
	display: none;
}


/* 移动端 */
@media only screen and (max-width:992px){
	.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;
	}
	.m-postscreening h2 s{
		width: 17px;
		height: 10px;
		background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_nr-bottom.png') no-repeat;
		background-size:100%; 
		position: absolute;
		right: 15px;
		margin: 0px;
		margin-top: 23px;
	}
	.m-postscreening h2.active s{
		background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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 0;
	}
	.web-card li h4{
		font-size: 14px;
	
	}
	.web-card li h4 s{
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-right: 10px;
		margin-top: -2px;
		vertical-align: middle;
		background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_m-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-safari .swiper-cont-arrow .swiper-button-prev{
	left: 40px;
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_honor-left.png);
}
.swiper-safari .swiper-cont-arrow .swiper-button-next {
	right: 40px;
    background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_solution-icon1.png);
}
.j-solution-detailed li i.solution-icon2 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_solution-icon2.png);
}
.j-solution-detailed li i.solution-icon3 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_solution-icon3.png);
}
.j-solution-detailed li i.solution-icon4 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_solution-icon6.png);
}
.j-solution-detailed li i.solution-icon5 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_solution-icon7.png);
}
.j-solution-detailed li i.solution-icon6 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_solution-icon8.png);
}
.j-solution-detailed li i.solution-icon7 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_solution-icon9.png);
}
.j-solution-detailed li i.solution-icon8 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_solution-icon4.png);
}
.j-solution-detailed li i.solution-icon9 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_solution-icon5.png);
}
.j-solution-detailed li i.solution-icon10 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_solution-icon10.png);
}
.j-solution-detailed li i.solution-icon11 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_solution-icon11.png);
}
.j-solution-detailed li i.solution-icon12 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_solution-icon12.png);
}
.j-solution-detailed li i.solution-icon13 {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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*/

/*企业品牌*/
.z_cer_item{
    padding: 56px 0 68px;
    height: 544px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 14px 0 54px rgba(90, 105, 115, 0.13);
    transition: all 0.3s;
    position: relative;
}
.z_cer_item:hover {
	box-shadow: 0px 0 54px rgba(90, 105, 115, 0.2);
}
.z_item_box {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -43%;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 86%;
}
.z_cer_item img{
    width: 100%;
}
.z_item_text{
    height: 83px;
    line-height: 83px;  
    overflow: hidden;
    zoom: 1;
    max-width: 380px;
}
.z_item_text p{
    float: left;
    color: #002b5f;
    font-size: 24px;
    max-width: 235px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.z_item_text span{
    float: right;
    font-size: 16px;
    color: #666666;
}
.z_mar{
    margin-top:30px;
    margin-bottom: 30px;
}
/*企业品牌 end*/


/* 企业文化 */ 
.z_box_list{
    padding-top: 30px;
    background: #ffffff;
}
.z_box_list h3{
    font-size: 26px;
    color: #002b5f;
    text-align: center;
    margin-bottom: 20px;
}
.z_box_list p{
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin-bottom: 30px;
}
.z_mar_culture{
    margin-top:75px;
    margin-bottom: 45px;
}
.z-col-4{
    width: 25%;
    float: left;
    border-right: 1px solid #fafafa;
}

@media only screen and (max-width:992px){
    .z-col-4{
        width: 100%;
    }
    /*企业文化*/
    .z_mar_culture {
    	margin-top: 10px !important;
    	margin-bottom: 10px;
    }
    .z_box_list {
    	position: relative;
    	padding-top: 0 !important;
    	margin-bottom: 10px;
    }
    .z_box_list .z_box_list-txt {
    	position: absolute;
    	top: 50%;
    	left: 50%;
    	-webkit-transform: translate(-50%,-50%);
    	transform: translate(-50%,-50%);
    	z-index: 3;
    }
    .z_box_list h3 {
    	font-size: 16px !important;
    	color: #fff;
    	margin-bottom: 10px !important;
    }
    .z_box_list p {
    	font-size: 12px !important;
    	color: #fff;
    	margin-bottom: 0 !important;
    }
    .z_box_list .m-pic {
    	height: 180px;
    	overflow: hidden;
    	position: relative;
    }
    .z_box_list .m-pic img {
    	position: absolute;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	transform: translateY(-50%);
    }
    /*全部荣誉*/
   	.z_mar {
   		margin: 0 !important;
   		background-color: #fff;
   	}
    .z_cer_item {
   	   	box-shadow: none;
   	   	padding: 0;
   	   	height: 260px;
    }
    .z_item_box {
    	width: 100%;
    	margin-left: -50%;	
    	max-height: 100%;
    }
    .z_item_text {
    	height: auto;
    	line-height: 20px;
    	padding-bottom: 10px;
    }
    .z_item_text p {
    	float: none;
    	font-size: 16px;
    	line-height: 26px;
    	margin: 9px 0 2px;
    }
    .z_item_text span {
    	float: none;
    	font-size: 12px;
    }
    /*发展历程*/
    .progress-lines {
    	margin: 0 !important;
    	padding-top: 10px !important;
    }
    .jm-progress-lines {
    	max-height: 846px;
		overflow-y: auto;
    }
    .jm-progress-lines::-webkit-scrollbar {
	    display: none;
	}
    .progress-lines li {
    	margin-left: 4px !important;
    	padding-left: 10px !important;
    	padding-top: 20px !important;
    }
    .progress-lines li::before{
		top: -3px !important;
		left: -4px !important;
		width: 7px !important;
		height: 7px !important;
	}
	.progress-content {
		padding: 0 !important;
	}
	.progress-content .m-pic {
		float: none !important;
		width: 100% !important;
		height: auto !important;
	}
	.progress-content p {
		margin-left: 0 !important;
		margin-bottom: 33px !important;
		font-size: 14px !important;
		line-height: 20px !important;
		color: #333 !important;
		height: auto !important;
	}
	.progress-years {
		font-size: 17px !important;
		line-height: 20px !important;
		top: -10px !important;
		left: 10px !important;
		color: #002B5F !important;
		text-align: left !important;
	}
	/*企业荣誉*/
	.swiper-conts {
		padding-left: 0 !important;
		padding-top: 120px !important;
	}
	.honor-box {
		width: 100%;
		height: 340px !important;
	}
    .honor-swiper .swiper-slide {
	  transition: 300ms;
    }
	.honor-swiper .swiper-slide:not(.swiper-slide-active){
      transform: scale(0.7);
	}
	.honor-swiper .swiper-slide-next {
		left: -21px;
	}
	.honor-swiper .swiper-slide-prev {
		left: 21px;
	}
	.swiper-current-info::before,
	.swiper-current-info::after {
		display: none;
	}
	.swiper-current-info {
		top: 20px !important;
		left: 0 !important;
		padding-left: 90px !important;
	}
	.swiper-current-info h3 {
		font-size: 18px !important;
		line-height: 28px !important;
		height: 28px !important;
		width: 200px !important;
		color: #333 !important;
	}
	.swiper-current-info h4 {
		font-size: 16px !important;
		line-height: 22px !important;
	}
	.swiper-current-info p{
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.honor-swiper {
		margin-bottom: 0 !important;
	}
	.honor-bg {
		width: 100% !important;
		left: 0 !important;
		margin-left: 0 !important;
	}
	.honor-bg .jp-content {
		padding-bottom: 30px !important;
	}
	.jm-honor-more {
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: right;
		margin-bottom: -24px;
	}
	.jm-honor-more a {
		display: inline-block;
		font-size: 14px;
		line-height: 20px;
		color: #002B5F;
		padding-right: 15px;
		background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_jm-more.png) center right no-repeat;
		-webkit-background-size: 5px 8px;
		background-size: 5px 8px;
	}
}
/* 企业文化 end*/ 

/*发展历程*/
.progress-lines {
	margin: 80px 0 98px;
}
.progress-lines li {
	position: relative;
	margin-left: 140px;
	padding-left: 80px;
	padding-top: 32px;
	border-left: 1px solid #afbbcb;
}
.progress-lines li::before{
	content: '';
	position: absolute;
	top: 145px;
	left: -5px;
	width: 9px;
	height: 9px;
	background-color: #002B5F;
	border-radius: 50%;
	z-index: 3;
}
.progress-lines li.progress-head::before {
	top: -5px;
}
.progress-lines li.progress-head .progress-years {
	font-size: 24px;
	top: -20px;
}
.progress-content {
	overflow: hidden;
	padding: 37px 70px 37px 51px;
	background-color: #fff;
}
.progress-content .m-pic {
	width: 240px;
	height: 150px;
}
.progress-content p {
	font-size: 26px;
	line-height: 40px;
	color: #002B5F;
	height: 120px;
	margin: 12px 0 18px;
	margin-left: 290px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.progress-years {
	position: absolute;
	top: 130px;
	left: -140px;
	line-height: 40px;
	font-size: 30px;
	color: #333;
	width: 140px;
	text-align: right;
	padding-right: 15px;
}
.jm-progress-tit {
	font-size: 16px;
	line-height: 32px;
	margin-top: 12px;
	margin-bottom: 12px;
	font-weight: bold;
}
.jm-holder-progress {
	height: 34px;
	background-color: #fff;
	margin-top: -33px;
	position: relative;
	z-index: 4;
}
/* 企业文化 end*/ 

/* 社会责任 */
.left_box{
    background: #ffffff;
}
.img_box{
    width: 541px;
    height: 548px;
} 
/* 社会责任end */

/*企业荣誉*/
.honor-bg {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_honor-bg.png) no-repeat;
}
.honor-bg .jp-content {
	padding-bottom: 60px;
}
.swiper-conts {
	position: relative;
	padding-left: 190px;
	padding-top: 290px;
}
.honor-box {
	height: 265px;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}
.honor-swiper {
	margin-bottom: 40px;
}
.honor-swiper .honor-box .m-pic,
.swiper-current-img .honor-box .m-pic{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	height: auto;
	margin-left: -45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.swiper-current-img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 4;
}
.swiper-current-img .honor-box {
	width: 368px;
	height: 530px;
}
.swiper-current-info {
	position: absolute;
	top: 25px;
	left: 410px;
	padding-left: 70px;
}
.swiper-current-info::before {
	content: '';
	position: absolute;
	top: 24px;
	left: 0;
	width: 42px;
	height: 1px;
	background-color: #b3b7cd;
}
.swiper-current-info::after {
	content: '';
	position: absolute;
	top: 19px;
	left: 42px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #002B5F;
}
.swiper-current-info h3 {
	font-size: 32px;
	line-height: 48px;
	color: #002B5F;
	width: 560px;
	height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.swiper-current-info h4 {
	font-size: 28px;
	color: #666;
	line-height: 44px;
}
.swiper-current-info p,
.swiper-current-info a {
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.swiper-current-info a {
	margin-top: 16px;
	display: inline-block;
	padding-right: 18px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_honor-arrow.png) center right no-repeat;
}
.swiper-current-info a:hover {
	color: #002B5F;
}
.swiper-conts .swiper-button-prev, .swiper-conts .swiper-button-next {
	width: 68px;
	height: 95px;
	margin-top: 105px;
    z-index: 4;
    -webkit-background-size: 68px 95px;
    background-size: 68px 95px;
}
.jp-content .swiper-conts .swiper-button-prev {
	left: -80px;
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_honor-left.png);
}
.jp-content .swiper-conts .swiper-button-next {
	right: -80px;
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_honor-right.png);
}

@media only screen and (min-width:992px) and (max-width:1330px) {
	.honor-bg .swiper-conts .swiper-button-prev {
		left: 0px !important;
	}
	.honor-bg .swiper-conts .swiper-button-next {
		right: 0px !important;
	}
}
input[type="range"] {
   -webkit-appearance: none; /*去除默认样式*/
   background-color: #e9ecf0;
   width: 100% !important;
   -webkit-appearance: none;
   height:2px;
   padding: 0;
   border: none;
 }
 input[type="range"]::-webkit-slider-thumb {
   -webkit-appearance: none;/*去除默认样式*/
   cursor: default;
   top: 0;
   height: 22px;
   width: 18px;
   transform: translateY(0px);
   background: #d1d4e1;
   border-radius: 3px;
}
input[type=range]::-moz-range-thumb{
	height: 22px;
   	width: 18px;
    background: #d1d4e1;
   border-radius: 3px;
   border: none;
}

/*设置IE下滑动条的样式*/
input[type=range]::-ms-track {
    height: 3px;
    border-color: transparent; /*去除原有边框*/
    color: transparent; /*去除轨道内的竖线*/
    background: #e9ecf0;
}
input[type=range]::-ms-thumb {
    background: #002B5F;
   border: none;
}

/* 视频中心 */

.video-banner{
	position: relative;
}
.video-banner img,
.video-banner video{
	width: 100%;
}
.z-gallery-play{
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -60%);
    -moz-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    z-index: 6;
}
.jp-content .z-year{
	float:right;
	display: inline-block;
	width:43%;
	border:1px solid #233063;
	padding:13px 0 13px 18px;
	font-size: 18px;
	color:#233063;
	background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_arr-down.png') no-repeat 90% center;
	cursor: pointer;
	
} 
.z-select-year .news-tab{
  overflow: hidden;
  padding-left: 20px;
  padding-top: 7px;
}
.z-select-year .news-tab li{
  float: left;
  padding: 8px 10px;
  margin-right: 30px;
  color: #233063;
  cursor: pointer;
  border-radius: 3px;
}
.z-select-year .news-tab li.active{
  background: #233063;
  color: #fff;
}
.z-select-year{
	overflow: hidden;
	padding:90px 0 40px 0;
}
.z-video{
	position: relative;
	margin-bottom: 30px;
	width: 100%;
	height: 285px;
	border: 1px solid #ddd;
}
.z-video video{
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
.z-video .z-img{
	width:100%
}
.z-video h2{
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	height:55px;
	text-align: center;
	line-height:55px;
	font-size: 18px;
	color:#fff;
	background: rgba(0,0,0,.5);
	z-index: 3;
	
}
.z-video.active h2 {
	display: none;
}
.jp-content .z-more{
	display: inline-block;
	float:right;
	width:150px;
	height:50px;
	text-align: center;
	line-height:50px;
	font-size: 18px;
	color:#999999;
	border:1px solid #999999
}
.z-look{
	padding-top:35px;
	padding-bottom:100px;
	overflow: hidden;
}

@media only screen and (max-width: 992px){
	.z-select-year{
		padding:0 15px;
	}
	.z-select-year .news-tab {
		padding: 0;
		margin-top: 7px;
	}
	.z-select-year .news-tab li {
		padding: 4px 6px;
		font-size: 14px;
		margin-right: 15px;
	}
	.z-select-year .z-year{
		color:#999999 !important; 
		font-size: 15px !important;
		display: inline-block;
		line-height: 15px;
		padding:15px 0;
		background: transparent;
		border: none;
		width: 100%;
	}
	.z-select-year .z-year i{
		display: inline-block;
		width: 9px;
		height: 4px;
		background:url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_slide-down.png') no-repeat;
		background-size: 100% 100%;
		vertical-align: middle;
	}
}

/* 新闻中心页面start */
  /* 头部推荐文章start */
.news-hander{
  padding: 50px 40px;
  margin-top: 50px;
}
.news-hander h4 a{
  width: auto;
}
.news-hander .band-solid-bottom{
  padding: 0;
  padding-left: 30px;
  overflow: hidden;
}
.news-hander .band-solid-bottom p{
  font-size: 18px;
}
.news-hander .band-solid-bottom h5 a{
  margin: 30px 0;
}
.news-hander .band-solid-bottom .butn-arrow-more{
  float: right;
  width: 140px;
}
@media only screen and (min-width: 992px) {
	.news-hander {
		position: relative;
	}
	.news-hander .col-md-6 + .col-md-6 {
		position: static;
	}
	.news-hander .band-solid-bottom .butn-arrow-more {
		position: absolute;
		bottom: 60px;
		right: 60px;
	}
}
  /* 头部推荐文章end */
  /* tab切换部分start */
.tab-box{
  margin-top: 30px;
}
.tab-box .news-tab{
  overflow: hidden;
  padding: 40px 40px;
}
.tab-box .news-tab li{
  float: left;
  padding: 5px 10px;
  margin-right: 30px;
  color: #233063;
  cursor: pointer;
}
.tab-box .news-tab li.active{
  background: #233063;
  color: #fff;
}
.tab-box .news-search{
  padding: 40px 0;
  padding-right: 25px;
}
.tab-box .news-search .search-box{
  width: 337px;
  height: 45px;
  float: right;
  position: relative;
}
.tab-box .news-search input{
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  border: 1px solid #002b5f;
}
.tab-box .news-search .search-box .search-btn{
  width: 26px;
  height: 24px;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_search-btn.png') no-repeat;
}
  /* tab切换部分end */
  /* 新闻列表部分start */
.news-list{
  margin-top: 30px;
}
.news-list .news-content{
  width: 100%;
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 30px;
  background: #fff;
}
.news-list .news-img{
  width: 100%;
}
.news-list .news-img img{
  width: 100%;
}
.news-list .nr-box{
  padding: 0 10px;
}
.news-list .nr-box .news-top{
  font-size: 14px;
  overflow: hidden;
  margin: 14px 0;
}
.news-list .nr-box .new-text{
  display: inline-block;
  padding: 0px 5px;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  background: #233063;
  color: #fff;
}
.news-list .nr-box .news-context{
  font-size: 18px;
  color: #002b5f;
  height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .nr-box .news-spack{
  color: #666;
  font-size: 18px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-top: 15px;
}
.news-list .nr-box a{
  width: 150px;
  margin-top: 25px;
}
  /* 新闻列表部分end */
  /* 查看更多部分start */
.lookmor{
  text-align: right;
  margin-top: 5px;
  margin-bottom: 105px;
}
  /* 查看更多部分end */

  /* 九牧厨卫部分start */
.kitchen-box .kitchen-content{
  padding: 90px 0;
}
.kitchen-content h5{
  font-size: 40px;
  color: #002b5f;
  margin-bottom: 40px;
}
.kitchen-content p{
  font-size: 18px;
  color: #666;
}
.kitchen-box .sao-ma{
  padding: 70px 0;
  overflow: hidden;
}
.kitchen-box .the-ma{
  width: 176px;
  height: 176px;
  /*background: #879bb4;*/
  float: right;
  text-align: center;
  line-height: 176px;
  color: #fff;
}
  /* 九牧厨卫部分end*/
/* ----移动端---- */
@media only screen and (max-width:992px){
  /* 头部推荐文章start */
  .news-hander{
    margin-top: 15px;
    padding: 0 15px;
    background: #fafafa;
  }
  .news-hander .band-solid-bottom{
    padding:0 18px;
    padding-top: 16px;
    border: none;
  }
  .news-hander .band-solid-bottom h4 a{
    font-size: 14px;
    line-height: 16px;
    height: 30px;
  }
  .news-hander .band-solid-bottom h5{
    margin: 10px 0;
  }
  .news-hander .band-solid-bottom h5 a{
    font-size: 12px;
    line-height: normal;
    display: inline;
  }
  .news-hander .band-solid-bottom p{
    font-size: 12px;
    color: #333;
    padding-bottom: 0;
    line-height: 18px;
    margin-bottom: 0 !important;
  }
  .news-hander .band-solid-bottom .butn-arrow-more{
    font-size: 12px;
    width: auto;
    color: #002b5f;
  }
  .news-hander .band-solid-bottom .butn-arrow-more i{
    width: 16px;
    background: url("/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_more-arrow1.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
  }
  /* 头部推荐文章end */

  /* 选择下拉框start */
  .selectbtn{
    width: 100%;
    padding: 0 18px;
    overflow: hidden;
  }
  .selectbtn a{
    float: left;
    color: #233063;
    padding: 4px 27px 4px 8px;
    border: 1px solid #002b5f;
    font-size: 12px;
    margin-right: 15px;
    position: relative;
  }
  .selectbtn a i{
    position: absolute;
    right: 9px;
    top:10px;
    width: 9px;
    height: 5px;
  }
  .selectbtn a i img{
    width: 100%;
  }
  /* 选择下拉框start */

  /* 新闻列表start */
  .news-list{
    padding: 0 15px;
  }
  .news-list .news-content{
    padding-bottom: 0;
  }
  .news-list .news-img img{
    display: block;
    margin: 0 auto;
  }
  .news-list .nr-box{
    margin: 0 auto;
  }
  .news-list .nr-box .new-text{
    color: #999;
    font-size: 12px;
    background: #fff;
    padding: 0;
  }
  .news-list .nr-box .new-time{
    font-size: 12px;
    columns: #999;
    margin-top: 10px;
  }
  .news-list .nr-box .news-context{
  	height: auto;
    font-size: 14px;
  }
  .news-list .nr-box .news-spack{
    font-size: 12px;
    margin-top: 8px;
  }
  .news-list .nr-box a{
    width: auto;
    float:right;
    margin-top: 15px;
    font-size: 12px !important;
  }
  .news-list .nr-box a i{
    width: 16px;
    background: url("/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_more-arrow1.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
  }
  /* 新闻列表end */

  /* 查看更多start */
  .lookmor{
    padding:0 15px;
    margin: 0;
    overflow: hidden;
  }
  .lookmor p{
    overflow: hidden;
    border-top: 1px solid #d3d3d3;
  }
  .lookmor p a{
    float: right;
    margin-right: 8px;
    font-size: 14px;
    color: #002b5f;
    padding: 15px 0 20px 0;
  }
  .lookmor a i{
    display: inline-block;
    width: 8px;
    height: 4px;
    background: url("/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_slide-bottom.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 7px;
    vertical-align: middle;
    margin-top: -2px;
  }
  /* 查看更多end */

  /* 九牧厨卫start */
  .kitchen-tit{
    text-align: center;
    padding: 0 15px;
  }
  .kitchen-tit .tit-box{
    padding-top: 32px;
    
  }
  .kitchen-tit .tit-box h5{
    font-size: 14px;
    color: #002b5f;
    margin-bottom: 12px;
    font-weight:bold;
  }
  .kitchen-tit .tit-box p{
    display: block;
    width: 268px;
    text-align: left;
    margin: 0 auto;
    font-size: 12px;
    color: #333;
  }
  .kitchen-tit .erweima-img{
    width: 100%;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .kitchen-tit .erweima-img img{
    width: 20%;
    display: block;
    margin: 0 auto;
  }
  /* 九牧厨卫start */
}
/* 新闻中心页面end */


/* 新闻详情页面start */
.details-page{
  margin-top: 20px;
}
.left-box{
  margin-bottom: 90px;
}
.content-left{
  padding: 40px 60px 0 60px; 
}
.detail-title h2{
  font-size: 30px;
  color: #002b5f;
  line-height: 40px;
}
.detail-title p {
  margin-top: 25px;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.detail-title p span{
  margin-right: 45px;
}
.detail-title p label{
  float: right;
  font-weight: normal;
}
.detail-title p label i{
  display: inline-block;
  width: 32px;
  height: 28px;
  margin-left: 10px;
  cursor: pointer;
}
.detail-title p label s {
  display: inline-block;
  width: 40px;
  height: 28px;
  margin-left: 10px;
  cursor: pointer;
}
.detail-title p label i img,
.detail-title p label s img{
  width: 100%;
  height: 100%;
}
.detail-content{
  padding-top: 30px;
}
.detail-content p{
  font-size: 24px;
}
.detail-content img{
  width: 85%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.detail-content h6{
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.to-share{
  margin-top: 40px;
  padding-bottom: 45px;
  overflow: hidden;
}
.to-share label {
  float: right;
  font-weight: normal;
  margin-right: 20px;
}
.to-share label i{
  display: inline-block;
  width: 32px;
  height: 28px;
  margin-left: 10px;
  cursor: pointer;
}
.to-share label s {
  display: inline-block;
  width: 40px;
  height: 28px;
  margin-left: 10px;
  cursor: pointer;
}
.to-share  img{
  width: 100%;
  height: 100%;
}
.next-page{
  padding: 30px 90px 40px 60px;
  margin-top: 30px;
  background: #fff;
  cursor: pointer;
}
.next-page h4{
  font-size: 30px;
  color: #666;
  padding-bottom: 30px;
}
.next-page .first-con{
  font-size: 28px;
  color: #002b5f;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.next-page .last-con{
  font-size: 24px;
  color:#666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.right-box{
}
.content-right{
  background: #fff;
  padding:45px 0 0 0;
}
.content-right h3{
  text-align: center;
  padding-bottom: 35px;
}
.content-right .rightnews-list{
  overflow: hidden;
  background: #fff;
  padding: 0 15px;
}
.content-right .rightnews-list li{
  margin-bottom: 20px;
  font-size: 18px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.content-right .rightnews-list li:hover a{
  color: #002b5f;
  text-decoration:underline;
}
.detailimg-box{
  width: 100%;
  margin-top: 20px;
}
.detailimg-box img{
  width: 100%;
}
/* ----移动端---- */
@media only screen and (max-width:992px){
	.details-page {
		margin-top: 0 !important;
	}
  .content-left{
    padding:0 15px;
    background: #fafafa;
  }
  .content-left .detail-title h2{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
  }
  .content-left .detail-title p{
    margin-top: 16px;
    font-size: 12px;
  }
  .content-left .detail-title p span{
    margin-right: 10px;
  }
  .content-left .detail-title p label i{
    width: 17px;
    height: 16px;
    margin-left: 5px;
  }
  .content-left .detail-title p label s{
    width: 24px;
    height: 18px;
    margin-left: 5px;
  }
  .newsdetaits-page{
    padding: 0 15px;
  }
  .detail-content{
    padding-top: 20px;
  }
  .detail-content p{
    font-size: 12px;
  }
  .detail-content img{
    width: 100%;
    margin-top: 15px;
  }
  .detail-content h6{
    font-size: 12px;
    color: #333;
    margin-bottom: 20px;
  }
  .left-box {
    margin-bottom: 0;
  }
  .left-box .line-box{
    height: 30px;
    margin-top: 30px;
    width: 100%;
    border-top: 1px solid #d3d3d3;
  }
  .last-page.next-page{
    margin-bottom: 0;
  }
  .next-page{
    padding: 12px 15px 16px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .next-page h4{
    font-size: 12px;
    color: #666;
    padding-bottom:8px;
  }
  .next-page .first-con{
    font-size: 14px;
    margin-bottom: 0;
  }
}
/* 新闻详情页面start */



/* 社会责任页面start */
.responsibility .band_slider{
  margin-top: 88px;
}
.responsibility .responsibility-img{
  height: auto;
  padding-right: 0;
  float: left !important;
  padding-top: 60px;
  
}
.responsibility .responsibility-img .content-img{
  width: 100%;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: #fff;
}
.responsibility .responsibility-img .t-res-img{
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 5;
}
.responsibility .responsibility-img .t-res-img span{
  width: 60px;
  height: 100%;
  background: #fafafa;
  position: absolute;
  left: 0;
  bottom: 0;
}
.responsibility .responsibility-img img{
  width: 100%;
  margin-top: -120px;
  z-index: 2;
}
.responsibility .band-solid-bottom{
  margin-top: 60px;
  padding-right: 75px;
  padding-left: 0;
}
.responsibility  .band-solid-bottom h4 a{
  width: auto;
  height: auto;
}
.responsibility  .band-solid-bottom h5 a{
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 13px !important;
}
.responsibility .band-solid-bottom p{
  font-size: 18px;
  color: #666;
}
.t-res-title{
  padding-top: 214px;
  padding-bottom: 88px;
}
.lookdetail{
  position: absolute;
  bottom: 40px;
  right: 60px;
}
.public-list{
  width: 100%;
  overflow: hidden;
}
.public-list li{
  margin-bottom: 32px;
  background: #fff;
  padding-bottom: 80px;
  position: relative;
}
.public-list li .col-md-6 {
	position: static;
}
.public-left{
  padding-right: 0;
}
.public-good{
  padding: 60px 0 68px 47px;
}
.public-good h3{
  font-size: 26px;
  color: #002b5f;
  line-height: 30px;
}
.public-good h5{
  font-size: 20px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 20px;
}
.public-good p{
  font-size: 18px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.public-img{
  width: 100%;
  padding:60px 54px 0 37px;
}
.public-img img{
  width: 100%;
}
.lookList-detail{
  position: absolute;
  bottom: 68px;
  left: 45px;
}
.responsibility-page .lookmor{
  margin-bottom: 35px;
}
.responsibility-page .lookmor a{
  background: none;
  font-size: 18px;
  width: auto;
  height: auto;
  line-height: normal;
  padding: 15px 38px;
}
.t-res-banner .band_slider li {
	position: static;
	background-color: transparent;
}
.t-res-banner .band_slider li::before {
	display: none;
}
.t-res-banner .band_slider .col-md-6 {
	position: relative;
}
.t-res-banner .band_slider .flex-direction-nav a {
	bottom: -57px;
}
.t-res-banner .band_slider {
	padding-bottom: 0;
}

@media only screen and (max-width:992px){
  /* 轮播图样式start */
  .t-res-banner .band_slider .flex-direction-nav{
    display: block;
  }
  .t-res-banner .band_slider .flex-control-nav{
    display: none;
  }
  .t-res-banner .band_slider .flex-direction-nav a{
    top: 32%;
    bottom: unset;
  }
  .t-res-banner .band_slider .flex-direction-nav .flex-prev{
    left: 10px;
    margin-left: 0;
    background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-banner-left.png') no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
  }
  .t-res-banner .band_slider .flex-direction-nav .flex-next{
    left: unset;
    right: 10px;
    margin-left: 0;
    background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-banner-right.png') no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
  }
  .t-res-banner .band-solid-bottom p {
  	margin-bottom: 0 !important;
  }
  /* 轮播图样式end */
  .responsibility{
    margin-top:0px;
  }
  .responsibility .responsibility-img{
    padding:0 5px;
  }
  .responsibility .responsibility-img .content-img{
    padding: 0;
  }
  .responsibility .responsibility-img img{
    margin-top: 0;
  }
  .responsibility .band-solid-bottom{
    margin-top: 0;
    border: none;
  }
  .responsibility .band-solid-bottom p{
    padding-bottom: 0;
  }
  .public-list{
    margin-top: 5px;
  }
  .public-list li{
    background: none;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .public-list li .public-good{
    padding: 0;
    padding-left: 25px;
    position: relative;
  }
  .public-good .left-line{
    position: absolute;
    left: 7px;
    top: 8px;
    width: 1px;
    bottom: -29px;
    background-color: #c8d0db;
  }
  .public-list li .public-good h5{
    margin-top:5px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #002b5f;
    position: relative;
  }
  .public-list li .public-good h5::after{
    content: '';
    position: absolute;
    left: -20px;
    top: 2px;
    width: 6px;
    height: 6px;
    background-color: #002B5F;
    border-radius: 50%;
  }
  .public-list li .public-good h3{
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .public-list li .public-img{
    padding: 0;
  }
  .public-list li .public-good .lookList-detail{
    position: unset;
    text-align: right;
  }
  .public-good .lookList-detail a{
    width: auto;
    margin: 10px 0;
    padding-right: 18px;
    
  }
  .responsibility-page .lookmor{
    margin-bottom: 0;
  }
  .responsibility-page .jm-footer-panel{
    margin-top: 0;
  }
  .responsibility-page .lookmor p{
    border-top: 1px solid #363636;
  }
}
/* 社会责任页面end */
/*改 商用解决方案*/
.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 {
	overflow: hidden;
}
.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;
}
.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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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 {
			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;
	}
}
/*改 商用解决方案 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;
	background-color: rgba(255,255,255,0.4);
}
.about-us p {
	font-size: 36px;
	font-weight: bold;
	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(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_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;
	}
}

.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;
	text-align: center;
}
.cop-icon-tabs.allhononr {
	text-align: left;
}
.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;
		padding: 10px 15px 10px 0;
		border-bottom: 1px solid #ccc;
		text-align: left;
	}
	.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;
	}
}



.detail-tit {
	margin-top: 77px;
	position: relative;
}
.detail-tit h3 {
	font-size: 24px;
	color: #002B5F;
	line-height: 34px;
	margin-top: 5px;
}
.detail-tit  i {
	width: 26px;
	height: 24px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_detail-filter.png) no-repeat;
	margin-top: 14px;
	margin-left: 10px;
}
.detail-tit .detail-topfliter {
	position: absolute;
	top: 65px;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 4;
}
.detail-tit .detail-topfliter ul {
	padding: 75px 0 80px;
	overflow: hidden;
	zoom: 1;
}
.detail-tit .detail-topfliter ul li {
	float: left;
	width: 16.66%;
	text-align: center;
}
.detail-tit .detail-topfliter ul li .m-pic {
	width: 60px;
	height: 60px;
	margin: 0 auto 25px;
}
.detail-tit .detail-topfliter ul li p {
	font-size: 18px;
	line-height: 26px;
}
.detial_top-tabs {
	position: relative;
	padding-top: 17px;
	border-bottom: 1px solid #cacaca;
	overflow: hidden;
	zoom: 1;
}
.detial_top-tabs li {
	float: left;
	margin-right: 42px;
	margin-bottom: 15px;
}
.detial_top-tabs li > a {
	color: #666;
	font-size: 24px;
	line-height: 34px;
}
.detial_top-tabs li.active > a {
	color: #002B5F;
}

/*商品信息*/
.detail_pro {
	position: relative;
	margin: 40px 0 60px;
}
.details_lt {
	position:relative;
    float:left;
	width: 506px;
    height: 100%;
    margin-right:-506px;
    z-index: 3;
}
.product_bigpic {
	width: 100%;
	height: 480px;
	margin-bottom: 25px;
	background-color: #f3f3f3;
}
.product_bigpic img,.product_smpic li img {
	width: 100%;
	height: 100%;
}
.elastislide-wrapper {
    position: relative;
    min-height: 128px;
}
.elastislide-carousel {
    overflow: hidden;
    position: relative;
    margin: 0 28px;
}
.product_smpic #product-carousel {
	position: relative;
    width: 10000px;
}

.product_smpic li {
	float: left;
	margin: 0 9px;
	width: 132px;
	height: 128px;
	border: 1px solid #fafafa;
}
.product_smpic #product-carousel li.active {
    border-color: #002B5F;
}
.product_smpic .elastislide-wrapper nav span {
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 128px;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
    background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_carson_btn.png) 0px 0px no-repeat;
}
.product_smpic .elastislide-wrapper nav .elastislide-next {
    left: auto;
    right: 0;
    background-position: -20px 0px;
}
.product_shar {
	padding: 27px 0;
}
.product_shar span {
	font-size: 24px;
	line-height: 42px;
}
.product_shar .bdsharebuttonbox a {
	width: 42px;
	height: 42px ;
	margin: 0;
	margin-left: 42px;
	padding-left: 0;
}
.product_shar .bdsharebuttonbox a + a {
	margin-left: 30px;
}
.product_shar .bdsharebuttonbox a.bds_weixin {
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_share_wx.png) no-repeat;
}
.product_shar .bdsharebuttonbox a.bds_tsina {
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_share_sina.png) no-repeat;
}
.details_rt {
    width:100%;
	padding-left: 570px;
	position: relative;
}
.details_rt .panel-body::before,.details_rt .panel-body::after {
	display: none;
}
.details_rt h3 {
	padding: 20px 110px 20px 0;
	font-size: 38px;
	line-height: 48px;
	color: #333;
	max-height: 88px;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space: nowrap;
}
.details_rt .add-contrast {
	position: absolute;
	top: 14px;
	left: inherit;
	right: 0;
	display: block;
	width: auto;
}
.details_rt .add-contrast s {
	font-size: 20px;
	color: #002B5F;
}
.details_rt .add-contrast .jp_ico {
	width: 23px;
	height: 23px;
	border-color: #002B5F;
}
.details_rt .add-contrast.active .jp_ico {
	background-position: center;
}
.details_rt .jm-panel-item .panel-heading a {
	font-size: 28px;
	padding: 9px 50px 9px 0;
	height: auto;
	color: #666;
}
.details_rt .jm-panel-item .panel-heading a i {
	width: 25px;
	height: 25px;
	top: 19px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_detail_cell.png) center no-repeat;
}
.details_rt .jm-panel-item .panel-heading a.collapsed i {
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_detail_op.png);
}
.details_rt .jm-panel-item .panel-body {
	padding: 15px 0;
	border-bottom: none;
}
.details_rt .jm-panel-item .panel-body li {
	float: left;
	border: none;
	font-size: 20px;
	color: #666;
	line-height: 40px;
	padding: 10px 0 10px 15px;
	margin: 0 48px 0 0;
	position: relative;
	font-weight: normal;
	white-space: nowrap;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media only screen and (max-width: 992px) {
	.details_rt .jm-panel-item .panel-body li {
		margin-right: 10px;
	}
}
.details_rt .jm-panel-item .panel-body li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 4px;
	height: 4px;
	background-color: #666;
	border-radius: 50%;
}
.details_rt .jm-panel-item .panel-body ol {
	overflow: hidden;
	zoom: 1;
}
.details_rt .two-line-item .panel-body li {
	float: left;
	width: 50%;
}
.details_rt .four-line-item .panel-body li {
	float: left;
	width: 25%;
}
.buy_type {
	padding: 44px 0;
	font-size: 0;
}
.buy_type a {
	display: inline-block;
	width: 150px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	background-color: #0d3667;
	margin-right: 44px;
}
.buy_type a:hover {
	background-color: #2e598c;
}
.mt_18 {
	margin-top: 18px;
}
.container-video {
	-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: 100%;
}
/*.swiper-cont {
	width: 80%;
	padding: 30px 0;
	margin: -30px auto;
}*/
.swiper-cont .swiper-slide {
	width: 33%;
	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-slide .m-pic img {
	height: 100%;
}
.swiper-slide-shadow-left,.swiper-slide-shadow-right {
	opacity: 0 !important;
}

.detail_seeany {
	position: relative;
}
.see-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(41,41,41,0.5);
}
.see-box-center {
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.see-box-center h3 {
	font-size: 50px;
	color: #fff;
	text-align: center;
}
.see-taste {
	display: block;
	width: 166px;
	height: 56px;
	line-height: 54px;
	margin-top: 26px;
	border: 1px solid #fff;
	font-size: 24px;
	text-align: center;
	color: #fff;
	border-radius: 28px;
	-webkit-transition: all .3s; 
	transition: all .3s; 
}
.see-taste:hover {
	color: #fff;
	background-color: #002B5F;
	border-color: #002B5F;
}
.detail-same-items {
	margin-top: 68px;
}

/*相似产品推荐*/
.detail-same-item {
	position: relative;
	margin-bottom: 18px;
	padding-bottom: 60px;
	border: 1px solid transparent;
}
.detail-same-item .m-pic {
	width: 230px;
	height: 230px;
	margin: 20px auto 25px;
}
.detail-same-item h4,
.detail-same-item p {
	width: 82%;
	margin: 0 auto;
	font-size: 18px;
	color: #002B5F;
	text-align: center;
	line-height: 34px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 8px;
}
.jm-detail-list-info h4 a {
	color: #002B5F;
}
.detail-same-item label {
	position: absolute;
	top: 253px;
	left: 0;
	right: 0;
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	color: #fd3507;
	line-height: 20px;
	margin-bottom: 0;
}
.detail-same-item p {
	font-size: 16px;
	color: #666;
	line-height: 32px;
	padding-bottom: 27px;
	border-bottom: 1px solid #ddd;
}
.add-contrast {
	position: absolute;
	bottom: 0;
	left: 9%;
	width: 82%;
	margin: 0 auto;
	padding: 17px 0 20px;
	text-align: center;
	font-size: 0;
	display: none;
}
.add-contrast s {
	font-size: 16px;
	line-height: 20px;
	color: #666;
	text-decoration: none;
}
.jp_ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #ddd;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	top: 3px;
}
.add-contrast.active .jp_ico {
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_contrast-chioce.png) no-repeat;
}
.detail-same-item:hover {
	border-color: #002b5f;
}
.detail-same-item:hover .add-contrast {
	display: block;
}

.detail-remark {
	margin-top: 18px;
	padding: 70px 0 90px;
}
.detail-remark h2 {
	font-size: 38px;
	line-height: 58px;
	color: #333;
	margin-bottom: 18px;
}
.detail-remark p {
	font-size: 18px;
	line-height: 30px;
	color: #666;
}

/*产品中心*/
.detail-center-toppic {
	position: relative;
	width: 1920px;
	left: 50%;
	margin-left: -960px;
	margin-top: 5px;
}
.detail-tit .detail-searchbox {
	position: relative;
}
.detail-tit .detail-searchbox input {
	width: 165px;
	height: 44px;
	border: 1px solid #7b91ab;
	padding: 10px 48px 10px 15px;
	line-height: 24px;
	font-size: 18px;
	background-color: transparent;
}
.detail-tit .detail-searchbox .detail-searchbtn {
	position: absolute;
	top: 10px;
	right: 16px;
	width: 26px;
	height: 24px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_search-btn.png) no-repeat;
}
.detail-filter {
	border: 1px solid #cacaca;
	background-color: #fff;
	padding: 0 24px;
}
.detail-filter dt {
	padding: 20px 0;
	font-weight: normal;
}
.detail-filter dt label {
	font-size: 24px;
	color: #002B5F;
	line-height: 30px;
	font-weight: normal;
}
.detail-filter dt i {
	font-style: normal;
	font-size: 20px;
	position: relative;
    top: -3px;
    margin: 0 15px;
}
.detail-filter dt span {
	font-size: 20px;
	color: #333;
	margin-right: 18px;
}
.detail-filter dt s {
	font-size: 18px;
	line-height: 30px;
	color: #666;
	text-decoration: none;
}
.detail-filter dt s font {
	color: #333;
	margin: 0 5px;
}
.detail-filter dd {
	border-top: 1px solid #CACACA;
	padding: 20px 0;
}
.detail-filter dd .detail-key {
	float: left;
	width: 130px;
	color: #666;
	font-size: 18px;
	line-height: 30px;
}
.detail-filter dd .detail-value {
	margin-left: 130px;
	padding-left: 10px;
}
.detail-filter dd .detail-value ul {
	overflow: hidden;
	zoom: 1;
}
.detail-filter dd .detail-value ul li {
	float: left;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	margin-right: 50px;
}
.detail-filter dd .detail-value ul li a {
	color: #333;
}
.detail-filter dd .detail-value ul li a:hover {
	color: #002B5F;
}
.detail-filt-warp {
	margin: 65px 0 54px;
	font-size: 0;
}
.detail-filt-item {
	display: inline-block;
	padding: 5px 45px 5px 5px;
	line-height: 32px;
	border: 1px solid #002B5F;
	font-size: 18px;
	text-align: center;
	color: #002B5F;
	margin-right: 45px;
	min-width: 110px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_flit-arrow.png) 76% center no-repeat;
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    opacity: 0.6;
}
.detail-filt-item:hover,
.detail-filt-item:focus,
.detail-filt-item:active,
.detail-filt-item.active {
	filter: none;
    opacity: 1;
}

/*产品对比*/
.list_contrast_box {
	background-color: #fff;
	box-shadow: 0 0 46px rgba(58,65,80,0.08);
	margin-top: 30px;
	margin-bottom: 100px;
}
.list_contrast_title {
	color: #333;
	padding: 16px 40px 10px 22px;
	border-bottom: 2px solid #e3e3e3;
}
.list_contrast_title h3 {
	font-size: 24px;
	line-height: 36px;
}
.list_contrast_title .y_toggle {
	font-size: 16px;
	line-height: 36px;
	padding: 0 13px;
	cursor: pointer;
	color: #002B5F;
}
.list_contrast_tiem {
	margin-right: 133px;
	padding: 24px 0 14px 20px;
	overflow: hidden;
	zoom: 1;
}
.list_contrast_tiem li {
	float: left;
	width: 25%;
	padding-left: 14px;
	padding-right: 20px;
	margin-bottom: 14px;
	border-left: 1px solid #b9b9b9;
}
.list_contrast_tiem li:first-of-type,
.list_contrast_tiem li:nth-of-type(5n) {
	border-left: none;
}
.list_contrast_tiem li .m-pic {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 10px;
	margin-top: 0;
}
.list_contrast_tiem li p {
	font-size: 18px;
	line-height: 28px;
	margin-top: 20px;
	max-height: 56px;
	overflow : hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list_contrast_btn {
	float: right;
	width: 85px;
	margin: 24px 48px 0 0;
}
.list_contrast_btn .butn {
	font-size: 18px;
	line-height: 42px;
	color: #fff;
	background-color: #002B5F;
	text-align: center;
	margin-top: 10px;
}
.list_contrast_btn .butn + .butn {
	background-color: transparent;
	color: #002B5F;
}
.list_s {
	display: none;
}
.collapsed .list_s{
	display: block;
}
.collapsed .list_h {
	display: none;
}

/*wap端产品中心*/
.jm-list-hearder {
	position: relative;
	padding: 14px 0;
}
.jm-list-ipt {
	padding-left: 41px;
	position: relative;
}
.jm-list-ipt input {
	width: 100%;
	height: 36px;
	border: 1px solid #002B5F;
	border-radius: 18px;
	padding: 6px 35px;
	font-size: 12px;
	line-height: 20px;
	color: #97a5bb;
}
.jm-list-ipt input::-webkit-input-placeholder {
  color: #97a5bb;
  font-size: 12px;
}
.jm-list-hearder .jm-meun {
	width: 41px;
	height: 64px;
	background-position: left center;
}
.jm-list-searbtn {
	position: absolute;
	top: 2px;
	left: 42px;
	width: 35px;
	height: 33px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_jm-sear-btn.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
.jm-nav-items {
	border-bottom: 1px solid #e9e9e9;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 18px;
}
.jm-nav-items li {
	float: left;
	width: 33.3%;
}
.jm-nav-items li a {
	display: block;
	font-size: 16px;
	line-height: 23px;
	padding: 10px 0;
	color: #999;
	text-align: center;
}
.jm-nav-items li.active a {
	color: #002B5F;
}
.jm-nav-items li a i{
	display: inline-block;
	width: 15px;
	height: 15px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_jm-fliter.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	position: relative;
	top: 2px;
	margin-left: 6px;
}
/*wap滑菜单*/
#dv {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
.slideout-menu {
	position: fixed;
	right: -90%;
	top: 0;
	bottom: 0;
	z-index: 1050;
	width: 90%;
	-webkit-overflow-scrolling : touch;
	overflow-y: auto;
	background-color: #fff;
}
.slideout-panel {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
}
#menu-mask {
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.5);
	z-index: 1048;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
}

.jm-menu-content {
	height: 100%;
	overflow-y: auto;
	padding-bottom: 44px;
	padding-top: 10px;
}
.m_btn {
	position: absolute;
	right: 0;
	bottom: 0px;
	padding-bottom: 12px;
	width: 100%;
	padding-right: 8px;
	z-index: 3;
	background-color: #fff;
}
.m_btn .reset,.m_btn .sureSelect {
	width: 33%;
	height: 32px;
	float: right;
	border: none;
	font-size: 14px;
	background-color: #024091;
	color: #fff;
}
.m_btn .sureSelect {
	background-color: #002B5F;
}
.jm-menu-li {
	padding-left: 8px;
}
.jm-menu-li h6 {
	font-size: 13px;
	color: #999;
	line-height: 20px;
	padding: 7px 0;
}
.jm-menu-li ol {
	overflow: hidden;
	zoom: 1;
}
.jm-menu-li ol li {
	float: left;
	min-width: 33.3%;
}
.jm-menu-li ol li a {
	display: block;
	font-size: 13px;
	color: #333;
	background-color: #f4f4f4;
	text-align: center;
	line-height: 40px;
	padding: 0 10px;
	margin: 0 8px 8px 0;
	white-space: nowrap;
}
.jm-nav-items li#sx.active a{
	color: #999;
}

/*产品列表*/
.detail-list {
	position: relative;
	border: 1px solid #E6E6E6;
	box-shadow: 0 0 7px rgba(41,41,41,0.1);
	margin-bottom: 10px;
}
.detail-list .m-pic {
	width: 130px;
	height: 130px;
	margin: 23px auto 16px;
}
.detail-list-info {
	margin: 0 5px;
	padding: 7px 0 5px;
	border-top: 1px solid #d7d7d7;
	text-align: center;
}
.detail-list-info h4 {
	font-size: 13px;
	line-height: 18px;
	height: 18px;
	color: #333;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.detail-list-info p {
	font-size: 12px;
	line-height: 16px;
	height: 16px;
	color: #999;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.jm-list-new {
	position: absolute;
	top: 0;
	right: 0;
	width: 29px;
	height: 27px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_jm-new.png) no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
	font-size: 0;
}

/*详情页技术规格*/
.product_mianpic {
	width: 100%;
    height: 480px;
}
.details-technology {
	margin-bottom: 28px;
}
.details-technology .details_lt {
	float: right;
    margin-right: 0;
}
.details-technology .details_rt {
	padding-left: 0;
    padding-right: 570px;
}
.details-technology .details_rt h3 {
	padding: 0px 20px 0px 0;
	max-height: 96px;
	margin-bottom: 25px;
}
.details_rt .jm-panel-item .panel-heading a {
	padding-top: 14px;
}
.jp-detail-param {
	padding-top: 97px;
}
.jp-detail-param:last-of-type {
	padding-bottom: 56px;
}
.jp-detail-param h4 {
	font-size: 40px;
	color: #002B5F;
	line-height: 60px;
	padding: 23px 0;
	border-bottom: 1px solid #cacaca;
}
.jp-detail-param-info ul {
	overflow: hidden;
	zoom: 1;
}
.jp-detail-param-info li {
	float: left;
	width: 33.3%;
	margin-top: 50px;
	padding-right: 10px;
}
.jp-detail-param-info li h5 {
	font-size: 36px;
	color: #333;
	line-height: 46px;
	margin-bottom: 17px;
}
.jp-detail-param-info li p {
	font-size: 24px;
	color: #666;
	line-height: 36px;
}
.details-technology .details_lt{
	float: right;
	margin-right: 0;
}
.details-technology .details_rt {
	padding-left: 0;
	margin-right: 570px;
}


.mt-25-55 {
	margin: 25px 0 55px;
}
.detail-product-item {
	padding: 0 95px;
}
.detail-product-text h3 {
	font-size: 48px;
	line-height: 68px;
	height: 68px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin: 108px 0 12px;
}
.detail-product-text p {
	font-size: 22px;
	line-height: 38px;
	color: #333;
}
.detail-product-item .m-pic {
	margin-top: 48px;
}
.space-slider_cont {
	margin-top: 55px;
}
.space_banner {
	padding: 0 67px;
	position: relative;
}
.space_banner .flex-control-nav{
	display: none;
}
.space_banner .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    opacity: 1;
    background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_space-slide-btn.png) no-repeat;
    z-index: 11;
    font-size: 0;
    line-height: 0;
}
.slider_cont .space_banner .flex-direction-nav .flex-prev {
    left: 0;
}
.slider_cont .space_banner .flex-direction-nav .flex-next {
    right: 0;
    background-position: 0 -30px;
}
.detail_seeany .m-pic {
	margin-top: 128px;
}
.detail-product-item .list_contrast_tiem li {
	width: 33.3%;
}

/*明星产品*/
.star-banner{
	position: relative;
}
.star-banner .flex-control-nav,
.star-banner .flex-direction-nav {
	display: none;
}
.star-banner .slides a {
	display: block;
	height: 100vh;
	background-color: #f2f1f1;
}
.star-banner .slides a 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: 100%;
}
.star-wheel {
	position: absolute;
	bottom: 80px;
	left: 50%;
	width: 130px;
	height: 42px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_star-wheel.png) no-repeat;
	margin-left: -65px;
	z-index: 4;
}
.liji-butn {
	z-index: 6;
}
.star_crumb {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #333;
	z-index: 6;
}
.jp-star-items {
	padding:140px 0 120px;
}
.jp-star-item-text {
	/*margin-top: 75px;*/
	padding-top: 75px;
	/*margin-bottom: 20px;*/
	padding-bottom: 20px;
}
.jp-star-item-text h3{
	font-size: 48px;
	line-height: 60px;
	height: 60px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.jp-star-item-text p {
	font-size: 22px;
	line-height: 38px;
	color: #333;
	text-align: center;
	margin-top: 14px;
}
.star-slider_cont {
	margin-top: 108px;
	position: relative;
}
.star-slider_cont .flex-control-nav {
	display: none;
}
.star-slider_cont .flex-direction-nav li {
	height: 0;
}
.star-slider_cont .flex-direction-nav a {
    position: absolute;
    top: 50%;
    margin-top: -27px;
    width: 54px;
	height: 54px;
    display: block;
    cursor: pointer;
    opacity: 1;
    background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_star_slide-btn.png) no-repeat;
    font-size: 0;
    line-height: 0;
    z-index: 5;
}
.star-slider_cont .flex-direction-nav .flex-prev {
	left: 0;
}
.star-slider_cont .flex-direction-nav .flex-next {
    right: 0;
    background-position: 0 -54px;
}
.star-slider_cont .slider_fullscreen{
	width: 805px;
	margin: 0 auto;
}
.two-line-star {
	overflow: hidden;
	zoom: 1;
	margin-top: 100px;
}
.two-line-star .jp-star-item-text {
	width: 520px;
	/*margin-top: 280px;*/
	position: relative;
	padding-top: 0;
}
@media only screen and (min-width: 992px) {
	.two-line-star {
		position: relative;
	}
	.two-line-star .jp-star-item-text {
		position: absolute;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		top: 50%;
	}
}
.star_add-1 {
	position: relative;
}
.star_add-1 .star_add-mask {
	
}
.star_add-1 .m-pic {
	height: 100vh;
	overflow: hidden;
} 
.star_add-1 .m-pic img, .star_add-1 .m-pic video {
	width: 100%;
	height: 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;
}
.star_add-1 .star_add-text {
	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%);
}
.star_add-1 .star_add-text h4 {
	font-size: 46px;
	color: #fff;
	line-height: 60px;
	margin-bottom: 10px;
	text-align: center;
}
.star_add-1 .star_add-text p {
	font-size: 22px;
	color: #fff;
	line-height: 38px;
	text-align: center;
}

.star-swiper-cont .swiper-cont .swiper-slide {
	width: auto;
	top: 0;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.star-swiper-cont .swiper-cont .swiper-slide .m-pic img {
	height: auto;
}
.star-swiper-cont .swiper-slide:not(.swiper-slide-active) {
	-ms-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.jp-star-swiper .jp-star-items {
	padding-bottom: 40px;
	padding-top: 80px;
}
.jp-star-swiper {
	padding-bottom: 212px;
}
.star-products-lis .jp-star-item-text {
	margin-top: 38px;
}
.star-swiper-cont {
	position: relative;
}
.star-swiper-cont .swiper-button-prev, 
.star-swiper-cont .swiper-button-next {
	width: 30px;
	height: 30px;
	margin-top: -15px;
	-webkit-background-size: auto;
	background-size: auto;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.star-swiper-cont .swiper-button-prev {
	left: 8%;
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_space-slide-btn.png);
}
.star-swiper-cont .swiper-button-next {
	right: 8%;
	background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_space-slide-btn.png);
	background-position: 0 -30px;
}

/*移动端样式*/
@media only screen and (max-width: 992px) {
	/*产品详情*/
	.detial_top-tabs {
		padding-top: 0 !important;
		background-color: #fff;
	}
	.detial_top-tabs li {
	    width: 50%;
	    margin-right: 0 !important;
	    margin-bottom: 0 !important;
	}
	.detial_top-tabs li a {
		display: block;
		text-align: center;
		font-size: 16px !important;
		line-height: 46px !important;
	}
	.jm-details-cout {
		width: 100% !important;
		background-color: #fff;
	}
	.jm-details-cout .details_lt {
		float: none !important;
		width: 100%;
		height: auto;
	}
	.jm-details-cout .details_rt {
		float: none !important;
		padding-right: 0 !important;
		margin-right: 0 !important;
	}
	.jm-details-cout .details-technology {
		margin-top: 0;
	}
	.product_mianpic {
		height: auto !important;
		padding-bottom: 10px;
		border-bottom: 1px solid #e6e6e6;
	}
	.product_mianpic img {
		width: 100%;
	}
	
	/*明星产品*/
	.liji-butn {
		top: 8px;
		right: 15px;
		width: 75px;
		height: 26px;
		line-height: 24px;
		font-size: 13px;
	}
	.jp-star-items, .detail-product-item {
		padding: 0 !important;
	}
	.jp-star-item-text, .detail-product-text {
		padding-top: 25px !important;
		margin: 0 0 28px !important;
	}
	.jp-star-item-text h3,
	.star_add-1 .star_add-text h4,
	.detail-product-text h3 {
		font-size: 18px !important;
		line-height: 28px !important;
		height: 28px !important;
		font-weight: bold;
	}
	.detail-product-text h3 {
		margin: 0 !important;
		text-align: center;
	}
	.jp-star-item-text p,
	.star_add-1 .star_add-text p,
	.detail-product-text p {
		font-size: 13px !important;
		line-height: 18px !important;
		margin-top: 10px;
	}
	.detail-product-text p {
		text-align: center;
	}
	.detail-product-item .m-pic {
		margin-top: 24px !important;
	}
	.space-slider_cont {
		margin-top: -3px !important;
		margin-bottom: 30px !important;
	}
	.space-slider_cont li img {
		width: 100%;
	}
	.space-slider_cont .flex-direction-nav {
		display: none;
	}
	.space-slider_cont .flex-control-nav {
		display: block;
		text-align: center;
		position: absolute;
		bottom: 9px;
		left: 0;
		right: 0;
		font-size: 0;
	}
	.space-slider_cont .flex-control-nav li {
		display: inline-block;
		margin: 0 3px;
	}
	.space-slider_cont .flex-control-nav li a {
		display: block;
		width: 5px;
		height: 5px;
		background-color: rgba(255,255,255,0.6);
	}
	.space-slider_cont .flex-control-nav li a.flex-active {
		background-color: #fff;
	}
	.detail-halft.detail_seeany .m-pic img {
		height: 40vh !important;
	}
	.space_banner {
		padding: 0 !important;
	}
	.star-slider_cont {
		margin-top: 30px;
	}
	.star-slider_cont .slider_fullscreen,
	.star-slider_cont .slider_fullscreen img {
		width: 100%;
	}
	.star-slider_cont .flex-direction-nav {
		display: none;
	}
	.star-slider_cont .flex-control-nav {
		display: block;
		position: absolute;
		bottom: 9px;
		left: 0;
		right: 0;
		text-align: center;
	}
	.star-slider_cont .flex-control-nav li {
		display: inline-block;
		margin: 0 3px;
		font-size: 0;
	}
	.star-slider_cont .flex-control-nav li a {
		display: block;
		width: 5px;
		height: 5px;
		background-color: rgba(255,255,255,0.6);
	}
	.star-slider_cont .flex-control-nav li a.flex-active {
		background-color: #fff;
	}
	.two-line-star {
		margin-top: 28px;
	}
	.two-line-star .jp-star-item-text {
		width: 100% !important;
		margin-bottom: 0 !important;
	}
	.star_add-mask {
		display: block !important;
	}
	.star_add-1 .m-pic,
	.star_add-1 .m-pic video {
		height: auto !important;
	}
	.star_add-1 .star_add-text {
		position: static !important;
		-ms-transform: none !important;
	    -moz-transform: none !important;
	    -webkit-transform: none !important;
	    transform: none !important;
	}
	.star_add-1 .star_add-text .g-box {
		width: 100%;
	}
	.star_add-1 .star_add-text h4 {
		margin-top: 25px;
		color: #333;
	}
	.star_add-1 .star_add-text p {
		color: #333;
		margin-bottom: 28px;
	}
	.star_add-1 .m-pic img,
	.detail_seeany .m-pic img {
		width: auto;
	    height: 100vh;
	    position: relative;
	    left: 50%;
	    -webkit-transform: translateX(-50%);
	    transform: translateX(-50%);
	}
	.star-swiper-cont .swiper-cont {
		width: 100%;
		padding: 0;
	}
	.star-swiper-cont .swiper-cont .swiper-slide {
		box-shadow: none;
	}
	.star-swiper-cont .swiper-pagination {
		bottom: 0;
		left: 0;
		right: 0;
	}
	.star-swiper-cont .swiper-pagination span {
		width: 5px;
		height: 5px;
		margin: 0 3px;
		border-radius: 0 !important;
		background-color: rgba(255,255,255,0.6);
	}
	.star-swiper-cont .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background-color: #fff;
	}
	.jp-star-swiper {
		padding-bottom: 30px;
	}
	.star_add-1,.detail_seeany {
		overflow: hidden;
	}
	.see-box-center h3 {
		font-size: 25px;
	}
	.see-taste {
		width: 84px;
		height: 32px;
		border-radius: 16px;
		line-height: 30px;
		font-size: 14px;
		margin-top: 13px;
	}
	.detail-same-15 .detail-same-items {
		margin-top: 0px;
		font-size: 0;
	}
	.detail-same-15 {
		margin-right: -15px;
	}
	.detail-same-15 .detail-same-item {
		margin-bottom: 0px;
	}
	.detail-same-item {
	    position: relative;
	    border: 1px solid #E6E6E6;
	    box-shadow: 0 0 7px rgba(41,41,41,0.1);
	    margin-bottom: 10px;
	    padding-bottom: 0px;
	}
	.detail-same-item .m-pic {
	    width: 130px;
	    height: 130px;
	    margin: 23px auto 16px;
	}
	.jm-detail-list-info {
		margin: 0 5px;
	    padding: 7px 0 5px;
	    border-top: 1px solid #d7d7d7;
	    text-align: center;
	}
	.jm-detail-list-info h4 {
	    font-size: 13px;
	    line-height: 18px;
	    height: 18px;
	    color: #333;
	    white-space: normal;
	    overflow: hidden;
	    text-overflow: ellipsis;
	}
	.jm-detail-list-info p {
	    font-size: 12px;
	    line-height: 22px;
	    height: 22px;
	    color: #999;
	    white-space: normal;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    border-bottom: none;
	    padding: 0 4px;
	}
	.detail-same-items {
		white-space: nowrap;
		overflow-y: auto;
		font-size: 0;
		margin-top: 0;
	}
	.jm-mt0.detail-same-items {
		margin-top: 0px;
	}
	.detail-same-items::-webkit-scrollbar {
	    display: none;
	}
	.detail-same-items .col-4,
	.detail-same-items .col-3 {
		float: none;
		display: inline-block;
		margin-right: 10px;
		width: 40%;
	}
	.detail-remark h2 {
		font-size: 17px;
		line-height: 27px;
		margin: 15px 0 5px;
	}
	.detail-remark p {
		font-size: 13px;
		line-height: 18px;
	}
	.detail-remark {
		padding-bottom: 0;
	}
	.mt-25-55 {
		margin: 0px !important;
	}
	.jp-star-banner .slides a {
		height: auto !important;
	}
	/*产品详情头部*/
	.details_lt {
		width: auto;
		margin-right: 0;
		height: auto;
		float: none;
	}
	.details_rt {
		padding: 0 15px;
		position: static;
		border-top: 5px solid #FAFAFA;
		border-bottom: 5px solid #FAFAFA;
	}
	.product_smpic.flexslider {
		width: 100%;
	}
	.product_smpic .flex-control-nav,
	.product_smpic .flex-direction-nav {
		display: none;
	}
	.detail_pro {
		margin: 0;
	}
	.product_smpic li {
		width: 100%;
		margin: 0;
		height: auto;
		border: none
	}
	.product_smpic li img {
		height: auto;
	}
	.details_rt .details_title {
		position: absolute;
		top: 12px;
		left: 0;
		right: 0;
		z-index: 99;
		padding-left: 15px;
		padding-right: 80px;
	}
	.details_title h3 {
		line-height: 25px;
		font-size: 18px;
		color: #333;
		padding: 0;
		font-weight: bold;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	} 
	.details_title .butn {
		position: absolute;
		top: 0;
		right: 15px;
		width: 50px;
		height: 25px;
		border: 1px solid #233063;
		color: #233063;
		text-align: center;
		line-height: 23px;
	}
	.jm-details-tit {
		font-size: 15px;
		text-align: center;
		line-height: 24px;
		color:#333;
		padding-top: 16px;
		font-weight: bold;
	}
	.jm-panel-head {
		padding-bottom: 12px !important;
	}
	.jm-panel-head .panel-heading {
		border-bottom: 0 !important;
	}
	.jm-panel-head .panel-heading a {
		pointer-events: none;
		padding: 0 !important;
		color: #333 !important;
		font-size: 15px !important;
		height: 24px !important;
		line-height: 24px !important;
		margin-bottom: 4px !important;
	}
	.jm-panel-head .panel-heading a i {
		display: none;
	}
	.jm-panel-head .panel-body {
		padding: 0 !important;
	}
	.jm-panel-head .panel-body li {
		font-size: 14px !important;
		color: #666 !important;
		line-height: 20px !important;
		padding: 4px 0 4px 7px !important;
		height: auto !important;
	}
	.jm-panel-head .panel-body li::before {
		width: 1px !important;
		height: 10px !important;
		margin-top: -5px !important;
		border-radius: 0 !important;
		background-color: #999 !important;
	}
	.buy_type {
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 0;
		height: 50px;
		z-index: 99;
		background-color: #fff;
	}
	.buy_type a {
		float: left !important;
		width: 20% !important;
		height: 50px !important;
		line-height: 49px !important;
		margin-right: 0 !important;
		background-color: #fff;
		font-size: 11px !important;
		line-height: 16px !important;
		color: #233063;
		text-align: center;
		border-top: 1px solid #eee;
		-webkit-tap-highlight-color: transparent;
	}
	.buy_type a:hover {
		background-color: transparent;
	}
	.buy_type a i {
		display: block;
		width: 20px;
		height: 20px;
		margin: 6px auto 2px;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	.buy_type a i.buy_icon1 {
		background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_foot_icon-1.png);
	}
	.buy_type a i.buy_icon2 {
		background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_foot_icon-2.png);
	}
	.buy_type a i.buy_icon3 {
		background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_foot_icon-3.png);
	}
	.buy_type a.buy_liji {
		width: 40% !important;
		font-size: 15px !important;
		line-height: 48px !important;
		height: auto !important;
		color: #fff !important;
		font-weight: bold;
		background-color: #002b5f !important;
	}
	.jm-flexslider-page {
		position: absolute;
		bottom: 19px;
		right: 15px;
		width: 26px;
		height: 15px;
		text-align: center;
		line-height: 13px;
		font-size: 10px;
		color: #233063;
		border: 1px solid #233063;
		border-radius: 2px;
		z-index: 99;
	}
}

/* 案例详情页面start */
.t-case-detail{
  width: 100%;
  overflow: hidden;
  padding:42px 60px 90px;
  margin-bottom: 80px;
}
.t-case-detail h3{
  text-align: center;
  font-size: 26px;
  color: #233063;
  margin-bottom: 37px;
}
.t-case-detail p{
  color: #999;
  font-size: 16px;
  text-indent: 16px;
}
.t-case-detail img{
  width: 100%;
  display: block;
  margin: 20px 0;
}
/* 移动端样式 */
@media only screen and (max-width: 992px) {
  .t-case-detail{
    padding: 40px 0 45px;
    margin-bottom: 10px;
  }
  .t-case-detail h3{
    font-size: 18px;
    margin-bottom: 15px;
  }
  .t-case-detail p{
    font-size: 14px;
    text-indent: 14px;
  }
  .t-case-detail img{
    margin: 10px 0;
  }
  .t-casedetail-shadow{
    width: 100%;
    height: 1px;
    margin-bottom: 5px;
    box-shadow:0px 3px 1px 0px rgba(225,225,225,1);
  }
}
/* 案例详情页面end */

/* 联系我们页面start */
.t-contactus-customer{
	margin-bottom: 80px;
}
.t-contactus-content{
	background: #fff;
	overflow: hidden;
	margin-bottom: 23px;
	height: 282px;
	padding-top: 45px;
	position: relative;
}
.t-contactus-content h4{
	text-align: center;
	font-size: 18px;
	color: #000;
	margin-top: 15px;
	line-height: 27px;
}
.t-contactus-content p{
	text-align: center;
	font-size: 14px;
	color: #999;
	padding: 0 50px;
	margin-top: 15px;
}
.t-contactus-content p a{
	display: inline-block;
	width: 100px;
	height: 30px;
	border: 1px solid #717F97;
	text-align: center;
	line-height: 28px;
	color: #717F97;
	font-size: 12px;
}
.t-contactus-content .t-contactus-serve{
	width: 60px;
	height: 60px;
	margin: 0 auto;
	text-align: center;
	line-height: 60px;
}
.t-contactus-content .t-contactus-serve img{
	max-width: 100%;
	max-height: 100%;
}
/* 移动端样式 */
@media only screen and (max-width: 992px) {
	.t-contactus-page{
		background: #fafafa;
	}
	.t-contactus-title {
		padding-top: 37px;
		padding-bottom: 16px;
	}
	.t-contactus-title h2{
		font-size: 22px;
		line-height: normal;
		margin-bottom: 10px;
	}
	.t-contactus-title p{
		font-size: 12px;
		line-height: normal;
	}
	.t-contactus-customer{
		margin-bottom: 20px;
	}
	.t-contactus-content{
		padding:30px 0 15px;
		width: 100%;
		height :auto;
		margin-bottom: 10px;
		min-height: 170px;
		position: relative;
	}
	.t-contactus-content .t-contactus-serve{
		width: 40px;
		height: 40px;
	}
	.t-contactus-content h4{
		font-size: 14px;
		margin-top: 12px;
		line-height: 16px;
	}
	.t-contactus-content p {
		padding: 0 15px;
		font-size: 12px;
		margin-top: 8px;
	}
}
/* 联系我们页面end */

/* 九牧人内刊页面start */
	/* 轮播图部分样式start */
.t-man-page .details-tab-cont{
	margin-bottom: 64px;
}
.t-man-page .detail-product-item,
.t-man-page .space_banner{
  padding: 0;
}
.t-man-page .slider_cont .flex-direction-nav .flex-prev{
	left:-6%;
	z-index: 2;
}
.t-man-page .slider_cont .flex-direction-nav .flex-next{
	right:-6%;
	z-index: 2;
}
.t-man-page .space-slider_cont{
	margin-top: 0;
}
	/* 轮播图部分样式end */
.t-man-page img{
  width: 100%;
}
.t-man-box{
  width: 100%;
  overflow: hidden;
  margin-bottom: 28px;
}
.t-man-box .t-man-img{
  width: 100%;
  overflow: hidden;
}
.t-man-box .t-man-img img{
  width: 100%;
}
.t-man-box .t-man-nr{
  text-align: center;
  padding-top: 17px;
  padding-bottom: 46px;
  background: #fff;
}
.t-man-nr h3{
  font-size: 18px;
  color: #333;
  line-height: 26px;
  padding: 0 20px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.t-man-nr span{
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
  color: #999;
}
.t-man-nr a{
  display: inline-block;
  margin-top: 20px;
  width: 80px;
  height: 30px;
  border: 1px solid #717F97;
  color: #717F97;
  font-size: 12px;
  line-height: 28px;
}

/* 移动端 */
@media only screen and (max-width:992px){
  .t-man-page{
    background: #fafafa;
	}
	.t-man-page .details-tab-cont{
		margin-bottom: 30px;
	}
	.t-man-page .slider_cont .flex-direction-nav .flex-prev{
		left:1%;
		z-index: 2;
		width: 12px;
		height: 22px;
		background:url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_banner-left-fff.png') no-repeat;
	}
	.t-man-page .slider_cont .flex-direction-nav .flex-next{
		right:1%;
		z-index: 2;
		width: 12px;
		height: 22px;
		background:url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_banner-right-fff.png') no-repeat;
	}
	.t-man-mb{
		margin-bottom: 20px;
	}
  .t-man-box{
    margin-bottom: 10px;
  }
  .t-man-box .t-man-nr{
    padding-bottom: 30px;
  }
  .t-man-nr h3{
    font-size: 14px;
    line-height: 18px;
  }
  .t-man-nr span{
    font-size: 12px;
    margin-top: 5px;
  }
  .t-man-nr a{
    margin-top: 15px;
  }
}
/* 九牧人内刊页面end */

/* 搜索有结果页面start */
.t-search-banner{
  width: 1920px;
  /*height:235px;*/
  /*background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_search-pc-banner.png') center center no-repeat;*/
  position: relative;
  left: 50%;
  margin-left: -960px;
}
.t-search-input{
  width: 600px;
  height: 60px;
  border: 1px solid #fff;
  position: absolute;
  bottom: 84px;
  left: 50%;
  margin-left: -300px;
}
.t-search-input input{
  float: left;
  width: 540px;
  height: 58px;
  border: none;
  outline: none;
  background: none;
  padding: 0 24px;
  color: #fff;
}
.t-search-input span{
  cursor: pointer;
  float: left;
  width: 58px;
  height: 58px;
  background:rgba(255,255,255,0.2);
  background-image: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_search-pc.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.t-search-input input::-webkit-input-placeholder{ /*WebKit browsers*/
  color:#fff;
}
.t-search-input input::-moz-input-placeholder{ /*Mozilla Firefox*/
  color:#fff;
}
.t-search-input input::-ms-input-placeholder{ /*Internet Explorer*/ 
  color:#fff;
}
.t-search-tab{
  overflow: hidden;
  border-bottom: 1px solid #CACACA;
}
.t-search-tab li{
  float: left;
  padding: 30px 0;
  margin-right: 40px;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
}
.t-search-tab li.has-border{
  color:#233063;
  border-bottom: 3px solid #233063;
}
.t-search-result{
  margin-bottom: 100px;
}
.t-search-result li{
  padding: 45px 0;
  border-bottom: 1px solid #CACACA;
}
.t-search-result li a{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.t-result-imgbox{
  width: 160px;
  height: 160px;
  float: left;
}
.t-result-imgbox img{
  width: 100%;
  height: 100%;
}
.t-search-result .t-result-content{
  float: left;
  max-height: 160px;
  margin-left: 25px;
}
.t-search-result .t-result-content h4{
  color: #34406F;
  font-size: 24px;
  margin-bottom: 18px;
}
.t-search-result .t-result-content p{
  color: #999;
  font-size: 18px;
}
.t-search-knowmor{
  position: absolute;
  right: 0;
  bottom: 5px;
}
.t-search-knowmor i{
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-search-knowmor.png') center center no-repeat;
}
@media only screen and (max-width:992px){
	.t-search-banner {
		width: 100%;
		left: 0;
		margin-left: 0;
	}
	.t-search-input {
		width: 80%;
		margin-left: -40%;
		bottom: auto;
		top: 50%;
		margin-top: -20px;
	}
	.t-search-input input {
		width: 80%;
		font-size: 16px;
	}
	.t-search-input span {
		width: 20%;
	}
	.t-phone-bg{
		background: #fafafa;
	}
	.t-search-tab{
		padding-top: 20px;
	}
	.t-search-tab li{
		width: 25%;
		padding: 0;
		margin: 0;
		text-align: center;
	}
	.t-search-tab li a{
		display:inline-block;
		padding: 20px 0;
		height: 100%;
		font-size: 14px;
	}
	.t-search-result{
		margin-bottom: 0;
		padding-bottom: 33px;
	}
	.t-search-result li{
		padding: 23px 0; 
	}
	.t-search-result li:last-of-type{
		border: none;
	}
	.t-result-imgbox{
		width: 100px;
		height: 100px;
		margin-right: 16px;
	}
	.t-search-result .t-result-content h4{
		font-size: 14px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		margin-bottom: 10px;
	}
	.t-search-result .t-result-content{
		float: unset;
		margin-left: 0;
	}
	.t-search-result .t-result-content p{
		font-size: 12px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.t-search-knowmor{
		font-size: 12px;
	}
	.t-search-knowmor i{
		margin-left: 0;
		vertical-align: middle;
		margin-top: -4px;
	}
}

/* 搜索有结果页面end */

/* 学校招聘_招聘流程页面start */
.t-school-recruit .detail-center-toppic{
  height: 500px;
  text-align: center;
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-recruit-banner.png') no-repeat;
  position: relative;
  background-size: 100% 100%;
}
.t-school-recruit .t-banner-text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.t-school-recruit .t-banner-text h1,
.t-school-recruit .t-banner-text h2{
  color: #fff;
  font-size: 41px;
}
.t-school-recruit .t-banner-text h2{
  margin-top: 16px;
  font-size: 34px;
}
.t-school-recruit .t-recruit-tab{
  background: #fff;
  overflow: hidden;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -ms-transform :translateX(-50%);
  transform: translateX(-50%);
  padding: 20px 90px;
}
.t-school-recruit .t-recruit-tab li{
  float: left;
  padding: 15px 0;
  margin:0 30px;
  font-size: 18px;
  color: #333;
  line-height: normal;
  cursor: pointer;
}
.t-school-recruit .t-recruit-tab li.had-border{
  border-bottom: 2px solid #233063;
  color: #233063;
}
.t-recruit-flowpath{
  width: 100%;
  padding-left: 50px;
  background: #fff;
  padding-bottom: 60px;
  margin-bottom: 70px;
}
.t-recruit-flowpath h3{
  padding: 80px 0;
  font-size: 28px;
  color: #233063;
}
.t-flowpath-photo{
  overflow: hidden;
}
.t-flowpath-photo li{
  float: left;
  height: 60px;
  line-height: 60px;
  margin-bottom: 60px;
}
.t-flowpath-photo li a{
  display: block;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border: 1px solid #E6E6E6;
  border-radius:30px;
}
.t-flowpath-photo i {
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: middle;
}
.t-flowpath-photo s{
  display: inline-block;
  width: 8px;
  height: 15px;
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_operational-left.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 16px;
}
.t-flowpath-photo .t-flow1{
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-flow1.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow2{
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-flow2.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow3{
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-flow3.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow4{
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-flow4.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow5{
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-flow5.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow6{
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-flow6.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow7{
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-flow7.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow8{
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_school-flow8.png') center no-repeat;
  background-size: 100%;
}
@media only screen and (max-width:992px){
  .t-school-recruit .detail-center-toppic{
    height: 200px;
    width: auto;
    margin: 0;
    left: 0;
  }
  .t-recruit-tab{
    width: 100%;
    overflow: hidden;
  }
  .t-recruit-tab li{
    float: left;
    width: 25%;
    font-size: 14px;
    text-align: center;
    padding:0 10px;
  }
  .t-recruit-tab li a{
    display: block;
    padding: 12px 0;
  }
  .t-recruit-tab li a.had-border{
    border-bottom: 1px solid #233063;
    color: #233063;
  }
  .t-flowpath-photo li{
    width: 100%;
    float: none;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #E6E6E6;
    height: auto;
    line-height: normal;
  }
  .t-flowpath-photo i{
    width: 30px;
    height: 30px;
    margin-right: 17px;
  }
  .t-flowpath-photo span{
    font-size: 14px;
    color: #333;
  }
  .t-school-recruit .t-banner-text h1{
    font-size: 16px;
  }
  .t-school-recruit .t-banner-text h2{
    font-size: 18px;
  }
}
/* 学校招聘_招聘流程页面end */

/* 学校招聘-宣讲行程页面start */
.t-recruit-spack{
  padding-right: 50px;
}
.t-recruit-arrange{
  width: 100%;
  overflow: hidden;
}
.t-recruit-arrange li{
  border-bottom: 1px solid #EBEBEB;
}
.t-recruit-arrange li:last-of-type{
  border: none;
}
.t-recruit-arrange  .t-arrange-address,
.t-recruit-arrange .t-stop-time,
.t-recruit-arrange .t-face-time,
.t-recruit-arrange .t-signing-time{
  display: inline-block;
  height: 100px;
  padding: 20px 0;
  width: 100%;
  padding-left: 20px;
}
.t-recruit-arrange .t-stop-time p,
.t-recruit-arrange .t-face-time p,
.t-recruit-arrange .t-signing-time p,
.t-recruit-arrange .t-stop-time span,
.t-recruit-arrange .t-face-time span,
.t-recruit-arrange .t-signing-time span{
  line-height: normal;
}
.t-recruit-arrange .t-stop-time p,
.t-recruit-arrange .t-face-time p,
.t-recruit-arrange .t-signing-time p{
  font-size: 14px;
  color: #9A9A9A;
}
.t-recruit-arrange .t-stop-time span,
.t-recruit-arrange .t-face-time span,
.t-recruit-arrange .t-signing-time span{
  color: #333333;
  font-size: 16px;
}
.t-recruit-arrange  .t-arrange-address{
  padding-left: 30px;
  line-height: 60px;
  width: 100%;
  position: relative;
}
.t-recruit-arrange  .t-arrange-address i{
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 66px;
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-line.png') no-repeat;
}
@media only screen and (max-width:992px){
  .t-recruit-spack{
    padding: 0;
    margin-bottom: 40px;
  }
  .t-recruit-arrange li{
    padding: 16px 0;
    border-bottom: 1px solid #E6E6E6;
  }
  .t-recruit-arrange li:last-of-type{
    border-bottom: 1px solid #E6E6E6;
  }
  .t-recruit-arrange  .t-arrange-address{
    padding: 0;
    line-height: normal;
    height: auto;
  }
  .t-recruit-arrange .t-arrange-address b{
    font-weight: normal;
    font-size: 14px;
    color: #333;
  }
  .t-recruit-arrange .t-arrange-boxtime{
    width: 100%;
    overflow: hidden;
    padding-left: 20px;
    border-left: 1px solid #E6E6E6;
  }
  .t-recruit-arrange .t-arrange-boxtime p{
    font-size: 12px;
    overflow: hidden;
  }
  .t-recruit-arrange .t-arrange-boxtime span{
    float: left;
  }
  .t-recruit-arrange .t-arrange-boxtime i{
    font-style: normal;
    float: right;
  }
}
/* 学校招聘-宣讲行程页面end */


/* 学校招聘-校园动态页面start */
.t-school-dynamic{
  width: 100%;
  padding: 0 50px;
  background: #fff;
  margin-bottom: 80px;
}
.t-school-dynamic li{
  padding: 57px 0 45px;
  border-bottom: 1px solid #E6E6E6;
}
.t-school-dynamic li a{
  display: block;
  overflow: hidden;
}
.t-school-dynamic li:last-of-type{
  border: none;
}
.t-school-dynamic li h3{
  font-size: 26px;
  color: #333;
}
.t-school-dynamic li p{
  color: #999;
  font-size: 16px;
  margin-top: 18px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.t-school-dynamic li p a{
  float: right;
  font-size: 14px;
  color: #2E3A6D;
}
.t-school-dynamic li p a i{
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px;
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-search-knowmor.png') center center no-repeat;
}
@media only screen and (max-width:992px){
  .t-dynamic-shadow{
    box-shadow:0px 3px 3px 0px rgba(0,0,0,0.06);
  }
  .t-school-dynamic{
    padding: 0;
    margin-bottom: 0;
    margin-top: 3px;
  }
  .t-school-dynamic li{
    padding: 20px 0; 
  }
  .t-school-dynamic li:last-of-type{
    border-bottom: 1px solid #E6E6E6;
  }
  .t-school-dynamic li h3{
    font-size: 16px;
    line-height:20px;
  }
  .t-school-dynamic li p{
    font-size: 12px;
    margin-top: 10px;
    overflow: hidden;
  }
  .t-school-dynamic li p a{
    margin-top: 20px;
    font-size: 12px;
  }
  .t-school-dynamic li p a i{
    width: 10px;
    height: 10px;
  }
}
/* 学校招聘-校园动态页面end */



/* 社会招聘-职位详情start */
.recruitment-details{
	background: #fff;
	margin-bottom: 80px;
}
.recruitment-details .tit-head{
	padding: 50px 80px;
	background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_tit-head.png') no-repeat;
}
.recruitment-details .tit-head{
	position: relative;
}
.recruitment-details .tit-head .m-releasetime s{
	display: inline-block;
	vertical-align: middle;
  margin-right: 17px;
	width: 15px;
	height: 15px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_m-time.png) no-repeat;
	background-size: 100%;
	margin-top: -1px;
}
.recruitment-details .tit-head .m-releasetime span{
	padding-left: 25px;
}

.recruitment-details .tit-head h3{
	font-size: 28px;
	color: #233063;
	margin-bottom: 30px;
}
.recruitment-details .releasetime-share{
	position: absolute;
	right: 80px;
	bottom: 80px;
	color: #233063;
}
.recruitment-details .releasetime-share i{
	width: 22px;
	 height: 19px;
	 display: inline-block;
}
.recruitment-details .releasetime-share i img{
	width: 100%;
}

.recruitment-details .duty-mian{
	border-bottom:1px solid #eeeeee;
	padding-bottom: 20px; 
	margin: 0 60px;
}
.recruitment-details .m-duty{
	padding: 0 20px 20px;
}
.recruitment-details .m-duty h3{
	 font-size: 24px;
	 margin-bottom: 18px;
}

.recruitment-details .m-duty p{
	line-height: 27px;
	font-size: 18px;
	color: #999999;
}
.recruitment-details .duty-mailbox{
	padding: 35px 80px;
	color: #999999;
}
.recruitment-details .duty-btn{
	margin: 0 80px;
	padding-bottom: 40px;
}
.recruitment-details .duty-btn a{
	width: 45%;
	line-height: 60px;
	margin-right: 4%;
	font-size: 24px;
}
@media only screen and (max-width:992px){
	.recruitment-details .tit-head{
		margin: 0 -15px;
		padding: 30px 15px;
		background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_tit-head.png) no-repeat;
	  background-size: 100% auto; 
	
	}
	.recruitment-details .tit-head .m-releasetime{
		font-size: 12px;
	}
	.recruitment-details .tit-head .m-releasetime s{
		margin-right: 10px;
	}
	.recruitment-details .tit-head .m-releasetime span{
		padding-left: 10px;
	}
	.recruitment-details .tit-head h3{
		font-size: 17px;
		margin-bottom: 10px;
	}
	.recruitment-details .releasetime-share{
		bottom: 50px;
		right: 15px;
	}
	.recruitment-details .releasetime-share label{
		margin-bottom: 0px;
		font-size: 12px;
	}
	.recruitment-details .releasetime-share i{
		width: 15px;
		height: 15px;
	}
	.recruitment-details .duty-mian{
		margin: 0px;
	}
	.recruitment-details .m-duty{
		padding: 0px 0 20px;
	}
	.recruitment-details .m-duty h3{
		font-size: 14px;
	}
	.recruitment-details .m-duty p{
		font-size: 12px;
		line-height: 20px;
	}
	.recruitment-details .duty-mailbox{
		padding: 18px 0;
		font-size: 12px;
	}
	.recruitment-details .duty-btn a{
		line-height: 44px;
		width: 100%;
		margin: 0px 0 10px;
		font-size: 16px;
	}
	.recruitment-details .duty-btn{
		margin: 0px;
		padding-bottom: 0px;
	}
	.recruitment-details{
		margin-bottom: 0px;
	}
}
/* 社会招聘-职位详情 end */


/* 学校招聘-你问我答页面start */
.t-school-query {
  padding-bottom: 20px;
}
.t-school-query h3{
  font-size: 20px;
  line-height: 35px;
  padding-left: 40px;
  position: relative;
}
.t-school-query h3 i{
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 26px;
  display: inline-block;
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-school-query.png') no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-right: 20px;
}
.t-school-query li p{
  padding-left: 40px;
  overflow: hidden;
  text-overflow: unset;
  white-space: unset;
}
.t-school-query p b{
  font-weight: normal;
  color: #233063;
  margin-right: 10px;
}
@media only screen and (max-width: 992px) {
	.t-school-query h3 {
		padding-left: 30px;
	}
  .t-school-query h3 i{
    width: 16px;
    height: 19px;
	}
	.t-school-query li p{
		padding-left: 30px;
	}
  .t-school-query p b{
    margin-right: 5px;
  }
}
/* 学校招聘-你问我答页面end */


/* 专卖店查询页面start */
.t-exclusive-search-row{
  padding: 30px 0; 
  margin-bottom: 20px;
}
.t-exclusive-address{
  width: 100%;
  overflow: hidden;
  line-height: 50px;
}
.t-exclusive-address span,
.t-exclusive-address select{
  float: left;
  margin-right: 15px;
}
.t-exclusive-address span{
  font-size: 16px;
  color: #000;
}
.t-exclusive-address select{
  width: 130px;
  height: 50px;
  padding:0 20px;
  font-size: 16px;
  color: #000;
  border: 1px solid #CACACA;
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_select-bottom-arrow.png') 90% center no-repeat;
  cursor: pointer;
}
.t-exclusive-search{
  overflow: hidden;
  width: 100%;
  line-height: 50px;
}
.t-exclusive-search i,
.t-exclusive-search input,
.t-exclusive-search span{
  float: left;
  margin-left: 15px;
  font-size: 16px;
}
.t-exclusive-search i{
  font-style: normal;
  color: #000;
}
.t-exclusive-search input{
  width: 318px;
  height: 50px;
  padding-left: 26px;
}
.t-exclusive-search input::-webkit-input-placeholder {
  color: #000;
}
.t-exclusive-search input::-moz-placeholder {
  color: #000;
}
.t-exclusive-search input::-ms-input-placeholder {
  color: #000;
}
.t-exclusive-search span{
  width: 120px;
  height: 50px;
  line-height: 50px;
  background: #233063;
  color: #fff;
  text-align: center;
  cursor: pointer;
}

.t-exclusive-address-list{
  width: 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
.t-exclusive-address-list .t-exclusivebox{
  padding: 20px 0;
  border-bottom: 1px solid #CACACA;
}
.t-exclusive-address-list .t-exclusivebox.no-bor{
  border: none;
}
.t-exclusive-address-list .t-exclusive-shop{
  width: 100%;
  padding: 40px 0;
  padding-left: 10px;
}
.t-exclusive-address-list .t-exclusive-shop i{
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  color: #fff;
  margin-right: 16px;
  border-radius: 50%;
  background:#233063;
}
.t-exclusive-address-list .t-exclusive-shop b{
  font-weight: normal;
  font-size: 24px;
  color: #233063;
  position: relative;
}
.t-exclusive-address-list .t-exclusive-shop b span{
  position: absolute;
  right: -58px;
  top: -26px;
  width: 58px;
  height: 26px;
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-lately.png') no-repeat;
  background-size: 100% 100%;
}
.t-exclusive-address-list .t-exclusive-detail-address{
  padding: 20px 25px;
  border-left: 1px solid #CACACA;
  border-right: 1px solid #CACACA;
}
.t-exclusive-address-list .t-exclusive-detailaddress-time{
  padding: 20px;
  padding-left: 0;
  border-right: 1px solid #CACACA;
}

.t-exclusive-address-list .t-exclusive-lookmap{
  padding: 45px 0;
  font-size: 16px;
  padding-left: 30px;
}
.t-exclusive-address-list .t-exclusive-lookmap s{
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-address.png') no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 6px;
}
.t-exclusive-address-list li.t-look-map{
  background:#fff;
}
.t-exclusive-address-list li.t-look-map .t-exclusivebox{
  border-bottom: none;
}
.t-exclusive-address-list li.t-look-map .t-exclusive-shop{
  padding-left: 30px;
}
.t-look-map .t-map-photo{
  display: block !important;
}
.t-exclusive-address-list li .t-map-photo{
  padding: 0 30px;
  padding-bottom: 66px;
  display: none;
}
.t-exclusive-address-list li .t-map-photo img{
  width: 100%;
}

@media only screen and (max-width:992px){
  .t-exclusive-page{
    background: #fafafa;
  }
  .t-exclusive-page .detail-center-toppic{
    width: auto;
    margin: 0;
    left:0;
  }
  .t-exclusive-page .detail-center-toppic img{
    width: 100%;
  }
  .t-exclusive-address{
    line-height: 40px;
  }
  .t-exclusive-address span{
    font-size: 14px;
    color:#233063;
    margin-right:2px;
  }
  .t-exclusive-address .t-exclusive-select-box{
    float: right;
    overflow: hidden;
  }
  .t-exclusive-address select{
    width: 82px;
    height: 40px;
    margin-right: 5px;
    line-height: 40px;
    padding:0 10px;
    background-image: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_select-bottom-arrowh.png');
    font-size: 14px;
  }

  .t-exclusive-address select:last-of-type{
    margin-right: 0;
  }
  .t-exclusive-search{
    margin-top: 15px;
  }
  .t-exclusive-search i{
    font-size: 14px;
    margin-left: 0;
    letter-spacing: 3px;
    color: #233063;
  }
  .t-exclusive-search input{
    width: 256px;
    float: right;
    margin: 0;
  }
  .t-exclusive-search p{
    line-height: normal;
    text-align: center;
  }
  .t-exclusive-search p a{
    text-align: center;
    display: inline-block;
    width: 172px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #2C3869;
    margin-top: 15px;
  }

  .t-exclusive-listh5{
    margin-bottom: 32px;
  }
  .t-exclusive-listh5 .t-listh5-box{
    width: 100%;
    padding: 16px 20px 0 60px;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
  }
  .t-listh5-box .t-list-num{
    position: absolute;
    left:20px;
    top: 20px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #233063;
    border-radius: 50%;
  }
  .t-listh5-box .t-list-lately{
    position: absolute;
    right: 0;
    top:0;
    width: 50px;
    height:20px;
    background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-h5-lately.png') no-repeat;
    background-size: 100% 100%;
  }
  .t-listh5-box .t-listh5-shop{
    padding-bottom: 12px;
    width: 100%;
  }
  .t-listh5-box .t-listh5-shop h3{
    font-size: 14px;
    color: #2C3869;
    font-weight: bold;
  }
  .t-listh5-box .t-listh5-shop p{
    font-size: 12px;
    color: #333333;
    margin-top: 5px;
  }

  .t-listh5-box .t-listh5-shop .t-listh5-bun{
    font-size: 12px;
    margin-top: 30px;
    color: #333333;
    overflow: hidden;
  }
  .t-listh5-box .t-listh5-bun span{
    float: left;
  }
  .t-listh5-box .t-listh5-bun a{
    float: right;
  }
  .t-listh5-box .t-listh5-bun a i{
    display: inline-block;
    width: 9px;
    height: 12px;
    background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-address.png') no-repeat;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
  }

  .t-listh5-box .t-listh5-time{
    width: 100%;
    padding: 18px 0;
    border-top: 1px solid #CACACA;
  }
  .t-listh5-box .t-listh5-time p{
    font-size: 12px;
    color: #333333;
  }
  .t-listh5-box .t-listh5-time p a{
    float: right;
    color: #233063;
  }
  
}
/* 专卖店查询页面end */

@media only screen and (min-width: 992px) {
	.jp-star-items {
		padding-top: 60px;
	}
	.jp-star-itemfull {
		width: 100%;
		height: 100vh;
		-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;
	}
	.jp-star-itemfull .full-pic {
		text-align: center;
	}
	.full-pic-h img,
	.jp-star-itemfull .full-pic img {
		width: auto;
		height: 100%;
	}
	.star-slider_cont {
		margin-top: 20px;
	}
	.star-slider_cont li a {
		display: block;
		text-align: center;
	}
	.star-slider_cont img {
		height: 100%;
	}
	.full-pic-h {
		min-width: 600px;
		height: 100vh;
		padding-top: 50px;
		text-align: center;
	}
	.jp-star-item-text p.text-left {
		width: 100% !important;
		text-align: left !important;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
	.jp-star-item-text {
		padding-top: 65px;
		padding-bottom: 15px;
	}
	.jp-star-item-text h3 {
		font-size: 30px;
		height: 46px;
		line-height: 46px;
	}
	.jp-star-item-text p {
		font-size: 18px;
		line-height: 30px;
		/*margin-top: 10px;*/
		width: 88%;
		margin: 10px auto 0;
	}
}
@media only screen and (min-width: 1280px) and (max-width: 1440px) {
	.jp-star-item-text {
		padding-top: 68px;
		padding-bottom: 15px;
	}
	.jp-star-item-text h3 {
		font-size: 34px;
		height: 48px;
		line-height: 48px;
	}
	.jp-star-item-text p {
		font-size: 18px;
		line-height: 32px;
		margin-top: 10px;
		width: 88%;
		margin: 10px auto 0;
	}
}
@media only screen and (min-width: 1440px) and (max-width: 1680px) {
	.jp-star-item-text {
		padding-top: 70px;
		padding-bottom: 18px;
	}
	.jp-star-item-text h3 {
		font-size: 36px;
		height: 50px;
		line-height: 50px;
	}
	.jp-star-item-text p {
		font-size: 20px;
		line-height: 34px;
		margin-top: 12px;
	}
}
@media only screen and (min-width: 1680px) and (max-width: 1920px) {
	.jp-star-item-text {
		padding-top: 75px;
		padding-bottom: 20px;
	}
	.jp-star-item-text h3 {
		font-size: 40px;
		height: 54px;
		line-height: 54px;
	}
	.jp-star-item-text p {
		font-size: 22px;
		line-height: 36px;
		margin-top: 14px;
	}
}

.flat-pic {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 50px 10px 0;
	background-color: #fff;
	display: none;
}
.flat-pic.shower {
	display: block;
	opacity: 1;
	visibility: visible;
}
.flat-pic p {
	font-size: 20px;
	color: #002B5F;
}
@media only screen and (min-width: 992px) {
	.star_add-1 {
		margin-top: 120px;
	}
	.jp-star-items:not(.star-products-lis) {
		padding-bottom: 0;
	}
}
.t-contactus-content p a:hover {
	background-color: #717F97;
	color: #fff;
}

/*晾衣架样式*/
.jp-star2-item {
	position: relative;
}
.jp-star2-item .m-pic {
	width: 50%;
}
.jp-star2-item:nth-of-type(odd) .m-pic {
	float: right;
}
.jp-star2-item:nth-of-type(even) .m-pic {
	float: left;
}
.jp-star2-item .jp-star2-text {
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 46%;
}
.jp-star2-item:nth-of-type(odd) .jp-star2-text {
	left: 0;
}
.jp-star2-item:nth-of-type(even) .jp-star2-text {
	right: 0;
}
.jp-star2-item.over-right .m-pic ,
.jp-star2-item.over-width .m-pic{
	width: 60%;
}
.jp-star2-item.over-width .m-pic {
	margin-left: -20px;
}
.jp-star2-item.over-right .jp-star2-text {
	width: 48%;
	top: 63%;
}
.jp-star2-item.over-width .jp-star2-text {
	width: 40%;
}
.jp-star2-text h4 {
	font-size: 44px;
	line-height: 68px;
	margin-bottom: 23px;
}
.jp-star2-text p {
	font-size: 22px;
	line-height: 34px;
	color: #333;
}
.jp-star2-slider {
	margin-top: 150px;
}

@media only screen and (max-width: 992px) {
	.jp-star2-item .m-pic {
		float: none !important;
		width: 100% !important;
	}
	.jp-star2-item .jp-star2-text {
		position: static;
		top: 0 !important;
		-moz-transform: translateY(0) !important;
		-ms-transform: translateY(0) !important;
		-webkit-transform: translateY(0) !important;
		transform: translateY(0) !important;
		width: 100% !important;
	}
	.jp-star2-item .jp-star2-text h4 {
		font-size: 18px !important;
		line-height: 30px !important;
		margin-top: 24px;
		margin-bottom: 6px;
		font-weight: bold;
		text-align: center;
	}
	.jp-star2-item .jp-star2-text p {
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.jp-star2-item.over-right .m-pic {
		margin-top: 10px;
	}
	.jp-star2-slider {
		margin-top: 50px;
	}
}

/* 新闻中心页面start */
  /* 头部推荐文章start */
.news-hander{
  padding: 50px 40px;
  margin-top: 50px;
}
.news-hander h4 a{
  width: auto;
}
.news-hander .band-solid-bottom{
  padding: 0;
  padding-left: 30px;
  overflow: hidden;
}
.news-hander .band-solid-bottom p{
  font-size: 18px;
}
.news-hander .band-solid-bottom h5 a{
  margin: 30px 0;
}
.news-hander .band-solid-bottom .butn-arrow-more{
  float: right;
  width: 140px;
}
@media only screen and (min-width: 992px) {
	.news-hander {
		position: relative;
	}
	.news-hander .col-md-6 + .col-md-6 {
		position: static;
	}
	.news-hander .band-solid-bottom .butn-arrow-more {
		position: absolute;
		bottom: 60px;
		right: 60px;
	}
}
  /* 头部推荐文章end */
  /* tab切换部分start */
.tab-box{
  margin-top: 30px;
}
.tab-box .news-tab{
  overflow: hidden;
  padding: 40px 40px;
}
.tab-box .news-tab li{
  float: left;
  padding: 5px 10px;
  margin-right: 30px;
  color: #233063;
  cursor: pointer;
}
.tab-box .news-tab li.active{
  background: #233063;
  color: #fff;
}
.tab-box .news-search{
  padding: 40px 0;
  padding-right: 25px;
}
.tab-box .news-search .search-box{
  width: 337px;
  height: 45px;
  float: right;
  position: relative;
}
.tab-box .news-search input{
  width: 100%;
  height: 100%;
  padding: 0 50px 0 20px;
  border: 1px solid #002b5f;
}
.tab-box .news-search .search-box .search-btn{
  width: 26px;
  height: 24px;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  cursor: pointer;
  background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_search-btn.png') no-repeat;
}
  /* tab切换部分end */
  /* 新闻列表部分start */
.news-list{
  margin-top: 30px;
}
.news-list .news-content{
  width: 100%;
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 30px;
  background: #fff;
}
.news-list .news-img{
  width: 100%;
}
.news-list .news-img img{
  width: 100%;
}
.news-list .nr-box{
  padding: 0 10px;
}
.news-list .nr-box .news-top{
  font-size: 14px;
  overflow: hidden;
  margin: 14px 0;
}
.news-list .nr-box .new-text{
  display: inline-block;
  padding: 0px 5px;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  background: #233063;
  color: #fff;
}
.news-list .nr-box .news-context{
  font-size: 18px;
  color: #002b5f;
  height: 54px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-list .nr-box .news-spack{
  color: #666;
  font-size: 18px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-top: 15px;
}
.news-list .nr-box a{
  width: 150px;
  margin-top: 25px;
}
.news-top .new-text > a {
	color: #fff;
}
  /* 新闻列表部分end */
  /* 查看更多部分start */
.lookmor{
  text-align: right;
  margin-top: 5px;
  margin-bottom: 105px;
}
  /* 查看更多部分end */

  /* 九牧厨卫部分start */
.kitchen-box .kitchen-content{
  padding: 90px 0;
}
.kitchen-content h5{
  font-size: 40px;
  color: #002b5f;
  margin-bottom: 40px;
}
.kitchen-content p{
  font-size: 18px;
  color: #666;
}
.kitchen-box .sao-ma{
  padding: 70px 0;
  overflow: hidden;
}
.kitchen-box .the-ma{
  width: 176px;
  height: 176px;
  /*background: #879bb4;*/
  float: right;
  text-align: center;
  line-height: 176px;
  color: #fff;
}
  /* 九牧厨卫部分end*/
/* ----移动端---- */
@media only screen and (max-width:992px){
  /* 头部推荐文章start */
  .news-hander{
    margin-top: 15px;
    padding: 0 15px;
    background: #fafafa;
  }
  .news-hander .band-solid-bottom{
    padding:0 18px;
    padding-top: 16px;
    border: none;
  }
  .news-hander .band-solid-bottom h4 a{
    font-size: 14px;
    line-height: 16px;
    height: 30px;
  }
  .news-hander .band-solid-bottom h5{
    margin: 10px 0;
  }
  .news-hander .band-solid-bottom h5 a{
    font-size: 12px;
    line-height: normal;
    display: inline;
  }
  .news-hander .band-solid-bottom p{
    font-size: 12px;
    color: #333;
    padding-bottom: 0;
    line-height: 18px;
    margin-bottom: 0 !important;
  }
  .news-hander .band-solid-bottom .butn-arrow-more{
    font-size: 12px;
    width: auto;
    color: #002b5f;
  }
  .news-hander .band-solid-bottom .butn-arrow-more i{
    width: 16px;
    background: url("/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_more-arrow1.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
  }
  /* 头部推荐文章end */

  /* 选择下拉框start */
  .selectbtn{
    width: 100%;
    padding: 0 18px;
    overflow: hidden;
  }
  .selectbtn select{
    float: left;
    color: #233063;
    padding: 4px 27px 4px 8px;
    border: 1px solid #002b5f;
    font-size: 12px;
    margin-right: 15px;
    position: relative;
  }
  .selectbtn select i{
    position: absolute;
    right: 9px;
    top:10px;
    width: 9px;
    height: 5px;
  }
  .selectbtn select i img{
    width: 100%;
  }
  /* 选择下拉框start */

  /* 新闻列表start */
  .news-list{
    padding: 0 15px;
  }
  .news-list .news-content{
    padding-bottom: 0;
  }
  .news-list .news-img img{
    display: block;
    margin: 0 auto;
  }
  .news-list .nr-box{
    margin: 0 auto;
  }
  .news-list .nr-box .new-text{
    color: #999;
    font-size: 12px;
    background: #fff;
    padding: 0;
  }
  .news-list .nr-box .new-time{
    font-size: 12px;
    columns: #999;
    margin-top: 10px;
  }
  .news-list .nr-box .news-context{
  	height: auto;
    font-size: 14px;
  }
  .news-list .nr-box .news-spack{
    font-size: 12px;
    margin-top: 8px;
  }
  .news-list .nr-box > a{
    width: auto;
    float:right;
    margin-top: 15px;
    font-size: 12px !important;
  }
  .news-list .nr-box > a i{
    width: 16px;
    background: url("/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_more-arrow1.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
  }
  .news-context > a {
  	color: #002b5f;
  }
  .news-top .new-text > a {
  	color: #999;
  }
  /* 新闻列表end */

  /* 查看更多start */
  .lookmor{
    padding:0 15px;
    margin: 0;
    overflow: hidden;
  }
  .lookmor p{
    overflow: hidden;
    border-top: 1px solid #d3d3d3;
  }
  .lookmor p a{
    float: right;
    margin-right: 8px;
    font-size: 14px;
    color: #002b5f;
    padding: 15px 0 20px 0;
  }
  .lookmor a i{
    display: inline-block;
    width: 8px;
    height: 4px;
    background: url("/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_slide-bottom.png") no-repeat;
    background-size: 100% 100%;
    margin-left: 7px;
    vertical-align: middle;
    margin-top: -2px;
  }
  /* 查看更多end */

  /* 九牧厨卫start */
  .kitchen-tit{
    text-align: center;
    padding: 0 15px;
  }
  .kitchen-tit .tit-box{
    padding-top: 32px;
    
  }
  .kitchen-tit .tit-box h5{
    font-size: 14px;
    color: #002b5f;
    margin-bottom: 12px;
    font-weight:bold;
  }
  .kitchen-tit .tit-box p{
    display: block;
    width: 268px;
    text-align: left;
    margin: 0 auto;
    font-size: 12px;
    color: #333;
  }
  .kitchen-tit .erweima-img{
    width: 100%;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .kitchen-tit .erweima-img img{
    width: 20%;
    display: block;
    margin: 0 auto;
  }
  /* 九牧厨卫start */
}
/* 新闻中心页面end */


/* 新闻详情页面start */
.details-page{
  margin-top: 20px;
}
.left-box{
  margin-bottom: 90px;
}
.content-left{
  padding: 40px 60px 0 60px; 
}
.detail-title h2{
  font-size: 30px;
  color: #002b5f;
  line-height: 40px;
}
.detail-title p {
  margin-top: 25px;
  font-size: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e1e1;
}
.detail-title p span{
  margin-right: 45px;
}
.detail-title p label{
  float: right;
  font-weight: normal;
}
.detail-title p label i{
  display: inline-block;
  width: 32px;
  height: 28px;
  margin-left: 10px;
  cursor: pointer;
}
.detail-title p label s {
  display: inline-block;
  width: 40px;
  height: 28px;
  margin-left: 10px;
  cursor: pointer;
}
.detail-title p label i img,
.detail-title p label s img{
  width: 100%;
  height: 100%;
}
.detail-content{
  padding-top: 30px;
}
.detail-content p{
  font-size: 24px;
}
.detail-content img{
  width: 85%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.detail-content h6{
  font-size: 20px;
  color: #333;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.to-share{
  margin-top: 40px;
  padding-bottom: 45px;
  overflow: hidden;
}
.to-share label {
  float: right;
  font-weight: normal;
  margin-right: 20px;
}
.to-share label i{
  display: inline-block;
  width: 32px;
  height: 28px;
  margin-left: 10px;
  cursor: pointer;
}
.to-share label s {
  display: inline-block;
  width: 40px;
  height: 28px;
  margin-left: 10px;
  cursor: pointer;
}
.to-share  img{
  width: 100%;
  height: 100%;
}
.next-page{
  padding: 30px 90px 40px 60px;
  margin-top: 30px;
  background: #fff;
  cursor: pointer;
}
.next-page h4{
  font-size: 30px;
  color: #666;
  padding-bottom: 30px;
}
.next-page .first-con{
  font-size: 28px;
  color: #002b5f;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.next-page .last-con{
  font-size: 24px;
  color:#666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.right-box{
}
.content-right{
  background: #fff;
  padding:45px 0 0 0;
}
.content-right h3{
  text-align: center;
  padding-bottom: 35px;
}
.content-right .rightnews-list{
  overflow: hidden;
  background: #fff;
  padding: 0 15px;
}
.content-right .rightnews-list li{
  margin-bottom: 20px;
  font-size: 18px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.content-right .rightnews-list li:hover a{
  color: #002b5f;
  text-decoration:underline;
}
.detailimg-box{
  width: 100%;
  margin-top: 20px;
}
.detailimg-box img{
  width: 100%;
}
/* ----移动端---- */
@media only screen and (max-width:992px){
	.details-page {
		margin-top: 0 !important;
	}
  .content-left{
    padding:0 15px;
  }
  .content-left .detail-title h2{
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
  }
  .detail-title label a, .releasetime-share a {
  	width: 25px !important;
		height: 20px !important;
		margin-left: 5px !important;
  }
  .detail-title label a.bds_tsina, .releasetime-share a.bds_tsina {
  	width: 32px !important;
  }
  .content-left .detail-title p{
    margin-top: 16px;
    font-size: 12px;
  }
  .content-left .detail-title p span{
    margin-right: 10px;
  }
  .content-left .detail-title p label i{
    width: 17px;
    height: 16px;
    margin-left: 5px;
  }
  .content-left .detail-title p label s{
    width: 24px;
    height: 18px;
    margin-left: 5px;
  }
  .newsdetaits-page{
    padding: 0 15px;
  }
  .detail-content{
    padding-top: 20px;
  }
  .detail-content p{
    font-size: 12px;
  }
  .detail-content img{
    width: 100%;
    margin-top: 15px;
  }
  .detail-content h6{
    font-size: 12px;
    color: #333;
    margin-bottom: 20px;
  }
  .left-box {
    margin-bottom: 0;
  }
  .left-box .line-box{
    height: 30px;
    margin-top: 30px;
    width: 100%;
    border-top: 1px solid #d3d3d3;
  }
  .last-page.next-page{
    margin-bottom: 0;
  }
  .next-page{
    padding: 12px 15px 16px;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .next-page h4{
    font-size: 12px;
    color: #666;
    padding-bottom:8px;
  }
  .next-page .first-con{
    font-size: 14px;
    margin-bottom: 0;
  }
}
/* 新闻详情页面start */



/* 社会责任页面start */
.responsibility .band_slider{
  margin-top: 88px;
}
.responsibility .responsibility-img{
  height: auto;
  padding-right: 0;
  float: left !important;
  padding-top: 60px;
  
}
.responsibility .responsibility-img .content-img{
  width: 100%;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: #fff;
}
.responsibility .responsibility-img .t-res-img{
  width: 100%;
  height: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 5;
}
.responsibility .responsibility-img .t-res-img span{
  width: 60px;
  height: 100%;
  background: #fafafa;
  position: absolute;
  left: 0;
  bottom: 0;
}
.responsibility .responsibility-img img{
  width: 100%;
  margin-top: -120px;
  z-index: 2;
}
.responsibility .band-solid-bottom{
  margin-top: 60px;
  padding-right: 75px;
  padding-left: 0;
}
.responsibility  .band-solid-bottom h4 a{
  width: auto;
  height: auto;
}
.responsibility  .band-solid-bottom h5 a{
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 13px !important;
}
.responsibility .band-solid-bottom p{
  font-size: 18px;
  color: #666;
}
.t-res-title{
  padding-top: 214px;
  padding-bottom: 88px;
}
.lookdetail{
  position: absolute;
  bottom: 40px;
  right: 60px;
}
.public-list{
  width: 100%;
  overflow: hidden;
}
.public-list li{
  margin-bottom: 32px;
  background: #fff;
  padding-bottom: 80px;
  position: relative;
}
.public-list li .col-md-6 {
	position: static;
}
.public-left{
  padding-right: 0;
}
.public-good{
  padding: 60px 0 68px 47px;
}
.public-good h3{
  font-size: 26px;
  color: #002b5f;
  line-height: 30px;
}
.public-good h5{
  font-size: 20px;
  color: #666;
  margin-top: 15px;
  margin-bottom: 20px;
}
.public-good p{
  font-size: 18px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.public-img{
  width: 100%;
  padding:60px 54px 0 37px;
}
.public-img img{
  width: 100%;
}
.lookList-detail{
  position: absolute;
  bottom: 68px;
  left: 45px;
}
.responsibility-page .lookmor{
  margin-bottom: 35px;
}
.responsibility-page .lookmor a{
  background: none;
  font-size: 18px;
  width: auto;
  height: auto;
  line-height: normal;
  padding: 15px 38px;
}
.t-res-banner .band_slider li {
	position: static;
	background-color: transparent;
}
.t-res-banner .band_slider li::before {
	display: none;
}
.t-res-banner .band_slider .col-md-6 {
	position: relative;
}
.t-res-banner .band_slider .flex-direction-nav a {
	bottom: -57px;
}
.t-res-banner .band_slider {
	padding-bottom: 0;
}

@media only screen and (max-width:992px){
  /* 轮播图样式start */
  .t-res-banner .band_slider .flex-direction-nav{
    display: block;
  }
  .t-res-banner .band_slider .flex-control-nav{
    display: none;
  }
  .t-res-banner .band_slider .flex-direction-nav a{
    top: 32%;
    bottom: unset;
  }
  .t-res-banner .band_slider .flex-direction-nav .flex-prev{
    left: 10px;
    margin-left: 0;
    background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-banner-left.png') no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
  }
  .t-res-banner .band_slider .flex-direction-nav .flex-next{
    left: unset;
    right: 10px;
    margin-left: 0;
    background: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_t-banner-right.png') no-repeat;
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
  }
  .t-res-banner .band-solid-bottom p {
  	margin-bottom: 0 !important;
  }
  /* 轮播图样式end */
  .responsibility{
    margin-top:0px;
  }
  .responsibility .responsibility-img{
    padding:0 5px;
  }
  .responsibility .responsibility-img .content-img{
    padding: 0;
  }
  .responsibility .responsibility-img img{
    margin-top: 0;
  }
  .responsibility .band-solid-bottom{
    margin-top: 0;
    border: none;
  }
  .responsibility .band-solid-bottom p{
    padding-bottom: 0;
  }
  .public-list{
    margin-top: 5px;
  }
  .public-list li{
    background: none;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .public-list li .public-good{
    padding: 0;
    padding-left: 25px;
    position: relative;
  }
  .public-good .left-line{
    position: absolute;
    left: 7px;
    top: 8px;
    width: 1px;
    bottom: -29px;
    background-color: #c8d0db;
  }
  .public-list li .public-good h5{
    margin-top:5px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #002b5f;
    position: relative;
  }
  .public-list li .public-good h5::after{
    content: '';
    position: absolute;
    left: -20px;
    top: 2px;
    width: 6px;
    height: 6px;
    background-color: #002B5F;
    border-radius: 50%;
  }
  .public-list li .public-good h3{
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
  }
  .public-list li .public-img{
    padding: 0;
  }
  .public-list li .public-good .lookList-detail{
    position: unset;
    text-align: right;
  }
  .public-good .lookList-detail a{
    width: auto;
    margin: 10px 0;
    padding-right: 18px;
    
  }
  .responsibility-page .lookmor{
    margin-bottom: 0;
  }
  .responsibility-page .jm-footer-panel{
    margin-top: 0;
  }
  .responsibility-page .lookmor p{
    border-top: 1px solid #363636;
  }
}
/* 社会责任页面end */


.y_noorder {
    height: 300px;
    text-align: center;
    line-height: 380px;
    background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_serve-noorder-bg01.png) center 80px no-repeat;
    color: #999;
    font-size: 14px;
}
.serve-vita-g-bobox .g-box {
    width: 100%;
}
/*新闻详情页字体统一*/
.detail-content p,.detail-content span {
	font-size: 20px !important;
	font-family: "";
	color: #666 !important;
}
@media only screen and (max-width:992px) {
	.detail-content p,.detail-content span {
		font-size: 14px !important;
	}
}
/*社会责任页*/
.tl-res-title {
	padding: 100px 0 46px;
}
.tl-res-title h3 {
	font-weight: bold;
	font-size: 40px;
}
.tl-res-title p {
	font-size: 16px;
	line-height: 24px;
	color: #B0B0AD;
	text-align: center;
}
.public-list li {
	padding: 40px 60px;
	min-height: 360px;
	margin-bottom: 0;
}
.public-list li::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 60px;
	right: 60px;
	height: 1px;
	background-color: #eee;
}
.public-list li:last-of-type::after {
	display: none;
}
.public-dets {
	padding-right: 477px;
}
.public-dets-pic {
	position: absolute;
	top: 40px;
	right: 60px;
	width: 430px;
	height: 280px;
	
}
.public-dets-pic .public-img {
	padding: 0;
}
.public-dets-pic .public-img img {
	width: 100%;
	height: 100%;
}
.public-dets .public-good {
	padding: 60px 0 0;
}
.public-dets .public-good h3 {
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 24px;
}
.public-dets .public-good p {
	font-size: 16px;
	color: #999;
	line-height: 27px;
	-webkit-line-clamp: inherit;
}
@media only screen and (max-width: 992px){
	.public-list li {
	  padding: 0;
	  min-height: none;
	}
	.public-list li::after {
		left: 0;
		right: 0;
	}
	.public-dets {
		padding-right: 0;
	}
	.public-dets-pic {
		position: static;
		width: 100%;
		height: auto;
		padding: 14px 0 18px;
	}
	.public-list li .public-dets .public-good {
		padding-left: 0;
	}
	.public-list li .public-dets .public-good h3 {
		margin-bottom: 4px;
		font-size: 16px;
	}
	.public-dets .public-good p {
		font-size: 14px;
	}
}


/*联系我们改*/
.t-contactus-content i{
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.t-contactus-content i.icon-contactus1 {
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_contactus1.png);
}
.t-contactus-content i.icon-contactus2 {
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_contactus2.png);
}
.t-contactus-content i.icon-contactus3 {
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_contactus3.png);
}
.t-contactus-content i.icon-contactus4 {
	background-image: url(../images/key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_contactus4.png);
}
.t-contactus-content i.icon-contactus5 {
	background-image: url(../images/key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_contactus5.png);
}
.t-contactus-content i.icon-contactus6 {
	background-image: url(../images/f2bfddc780ca4ce49a4e3e4a0afe98d6_images_contactus6.png);
}


.tab .clearfix{ float:left; padding:40px 0; }
.tab .clearfix li{ display:inline-block; text-align:center; width:100px; height:40px; line-height:40px; border:#ccc solid 1px; color:#233063; margin:0 10px;}
.tab .clearfix li.action{ background:#233063; color:#fff;}

.box .item:first-child{ display:block;}
.box .item{ display:none;}


 .lanrenzhijia{width:880px;height:630px;position:relative;margin-left:34%;}
        .lanrenzhijia .btn{position:absolute;width:15px;height:70px;top:336px;cursor:pointer;z-index:99;font-size:50px;font-weight:bold;}
        .lanrenzhijia .prev{left:0;background:url(../images/prevBtn.png) no-repeat;}
        .lanrenzhijia #prevTop,.lanrenzhijia #nextTop{top:213px;width: 46px;height: 48px;}
        .lanrenzhijia #prevTop{background: url(../images/prevBtnTop.png) 0 0 no-repeat;}
        .lanrenzhijia #nextTop{background: url(../images/nextBtnTop.png) 0 0 no-repeat;}
        .lanrenzhijia .next{right:0;background:url(../images/nextBtn.png) no-repeat;}
        .lanrenzhijia .cf li{position: relative;color: #fff;}
        .lanrenzhijia .cf a{display: block; width: 680px;height: 330px; position: absolute;color: #fff;}
        .lanrenzhijia .cf li span{display: block;width: 640px; position: absolute; left: 0; bottom: 0;padding: 10px 20px;line-height: 22px;text-align:left;background:rgba(0,0,0,0.6);filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = "#60000000",endColorstr = "#60000000") 6}
        .lanrenzhijia .picBox{ float:left; width:680px; height:630px;position:relative;overflow:hidden;}
        .lanrenzhijia .picBox ul{height:630px;position:absolute;}
        .lanrenzhijia .picBox li{ float:left; width:680px;height:630px;}
        .lanrenzhijia .picBox li img{ width:680px; height:630px;}
        .lanrenzhijia .listBox{width:86px;height:630px; float:right; position:relative;padding:6px 0 10px;overflow:hidden;}
        .lanrenzhijia .listBox ul{height:630px; overflow:hidden;}
        .lanrenzhijia .listBox li{width:82px;height:82px;cursor:pointer;position:relative; margin:6px 0;}
        .lanrenzhijia .listBox li i{display:none;}
        .lanrenzhijia .listBox li a{display: block;width:82px;height: 82px;}
        .lanrenzhijia .listBox li img{width:82px;height: 82px;}
        .lanrenzhijia .listBox .on img{width: 80px;height:80px;border:1px solid #AEAEAE;}
        .lanrenzhijia .listBox .on i{display:block;}

 .carousel{margin:0px auto;width:1400px !important;height:323px;overflow:hidden;position:relative;}
        .carousel .slides{margin:0px auto 30px;overflow:hidden;position:relative;}
        .carousel .slides .slideItem{padding:0px;overflow:hidden;position:absolute;cursor:pointer;opacity:1 !important;}
        .carousel .slides .slideItem a{overflow:hidden;display:block;}
        .carousel .slides .slideItem img{width:100%;height:100%;}
        .carousel .slides .slideItem .cover{background:rgb(0, 0, 0);left:0px;top:0px;width:100% !important;height:380px !important;display:block;position:absolute;}
        .prevButton{background:url(images/btn.png) no-repeat 0px 0px;top:286px;width:38px;height:38px;display:block;position:absolute;z-index:99;cursor:pointer;}
        .nextButton{background:url(images/btn.png) no-repeat 0px 0px;top:286px;width:38px;height:38px;display:block;position:absolute;z-index:99;cursor:pointer;}
        .prevButton{left:12px;}
        .nextButton{background-position:0px -40px;right:12px;}
		.imga{ display:none;}
		.tihuan{ display:none;}

.menu_down{ position:relative;}
.menu_down dl{ display:none; position:absolute; left:0; top:80px; width:100%; background:rgba(255,255,255,0.9);}
.menu_down dl dd{ line-height:30px; text-align:left; margin:0 5px;}
.menu_down dl dd a{ font-size:15px; color:#002b5f;}
.menu_down:hover dl{ display:block;}

.bianju{ margin-top:10%;}
.bianju1{ margin-top:6%;}

.tiao{ background:rgba(0,0,0,0.9); position:fixed; top:0px; left:0px; width:100%; height:100%; display:none; z-index:999;}
.tiao .close{ width:32px; height:32px; position:absolute; top:5%; right:5%; opacity:1;}
.tiao .xiangxi{ width:60%; background:#000; margin:10% auto;}



		@media screen and (max-width:1400px) {
			.lanrenzhijia{ display:none;}
.carousel{ display:none;}
.imga{ display:block; width:100%;}
.tihuan{ display:block;}
			}

@media screen and (max-width:480px) {
	
.tab .clearfix{ width:100%; margin:0 auto 30px auto; }
.tab .clearfix li{ display:inline-block; text-align:center; width:82px; height:34px; line-height:34px; border:#ccc solid 1px; color:#233063; margin:0 2px 5px 2px;}
.tab .clearfix li.action{ background:#233063; color:#fff;}	
	
.lanrenzhijia{ display:none;}
.carousel{ display:none;}	
.swiper-container1{ display:none;}

.imga{ display:block; width:100%;}
.tihuan{ display:block; overflow-x:scroll;}
.tab{ display:none;}
.news-list .nr-box a{ float:none;}


.tiao{ background:rgba(0,0,0,0.7); position:fixed; top:0px; left:0px; width:100%; height:100%; display:none; z-index:999;}
.tiao .close{ width:32px; height:32px; position:absolute; top:5%; right:10px;}
.tiao .xiangxi{ width:100%; background:#000; margin:25% auto;}

	}


