.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(../img/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: 500px;
    height: 100%;
    margin-right:-506px;
    z-index: 3;
}
.product_bigpic {
	width: 100%;
	height: 500px;
	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(../img/band/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(../img/band/share_wx.png) no-repeat;
}
.product_shar .bdsharebuttonbox a.bds_tsina {
	background: url(../img/band/share_sina.png) no-repeat;
}
.details_rt {
    width:100%;
	padding-left: 560px;
	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(../img/band/detail_cell.png) center no-repeat;
}
.details_rt .jm-panel-item .panel-heading a.collapsed i {
	background-image: url(../img/band/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: 50px 0 44px;
	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(../img/band/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(../img/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: 14px 0;
}
.detail-filter dd .detail-key {
	float: left;
	width: 130px;
	color: #666;
	font-size: 18px;
	line-height: 30px;
	padding-top: 6px;
}
.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;
	padding: 6px 0;
}
.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(../img/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;
}
.detail-filt-item.active {
	background-image: url(../img/flit-arrow-up.png);
	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(../img/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(../img/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(../img/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(../img/space-slide-btn.png) no-repeat;
    z-index: 11;
    font-size: 0;
    line-height: 0;
}
.slider_cont .flex-direction-nav .flex-prev {
    left: 0;
}
.slider_cont .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(../img/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(../img/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;
}
@media only screen and (min-width: 992px) {
	.star_add-1 .star_add-maskvideo{
		height: 100vh;
		overflow: hidden;
		position: relative;
	}
	.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;
	}
	#det-video-box {
		display: none;
	}
}
@media only screen and (max-width: 992px) {
	.star_add-1 .star_add-maskvideo {
		display: none;
	}
}

.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(../img/space-slide-btn.png);
}
.star-swiper-cont .swiper-button-next {
	right: 8%;
	background-image: url(../img/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(../img/foot_icon-1.png);
	}
	.buy_type a i.buy_icon2 {
		background-image: url(../img/foot_icon-2.png);
	}
	.buy_type a i.buy_icon3 {
		background-image: url(../img/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('../img/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('../img/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('../img/demo/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('../img/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{
  max-height: 160px;
  margin-left: 25px;
  padding-left: 160px;
}
.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('../img/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('../img/demo/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('../img/band/operational-left.png') no-repeat;
  background-size: 100% 100%;
  margin: 0 16px;
}
.t-flowpath-photo .t-flow1{
  background: url('../img/band/school-flow1.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow2{
  background: url('../img/band/school-flow2.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow3{
  background: url('../img/band/school-flow3.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow4{
  background: url('../img/band/school-flow4.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow5{
  background: url('../img/band/school-flow5.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow6{
  background: url('../img/band/school-flow6.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow7{
  background: url('../img/band/school-flow7.png') center no-repeat;
  background-size: 100%;
}
.t-flowpath-photo .t-flow8{
  background: url('../img/band/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('../img/band/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('../img/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('../img/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(../img/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(../img/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('../img/band/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('../img/band/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('../img/band/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('../img/band/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('../img/band/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('../img/band/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('../img/band/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;
}
.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;
	}
}

/*产品中心*/
.pos-relate .detail-tit {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.detail-titwidth {
	width: 165px;
	float: right;
	z-index: 9;
}
.details_bread_crumb.mt_18 {
	font-size: 18px;
}
.mtb_20.detail-filter dd .detail-value ul li {
	font-size: 16px;
}
.mtb_20 {
	margin: 20px 0 40px;
}
.mtb_20.detail-filter {
	border: none;
}
.mtb_20.detail-filter dd {
	border-top: none;
	border-bottom: 1px solid #CACACA;
}
.mtb_20.detail-filter dd:last-of-type {
	border-bottom: none;
}
.mtb_20.detail-filter dd .detail-key {
	width: 100px;
}
.mtb_20.detail-filter dd .detail-value {
	margin-left: 100px;
}
.solut-cut-list {
	margin-bottom: 80px;
}
.detail-filter dd .detail-value ul li.active a{
	color: #00285C;
	font-weight: bold;
	cursor: default;
}

@media only screen and (max-width: 992px) {
	.mtb_20.detail-filter {
		padding: 0;
		margin: 10px 0 20px;
		border-bottom: 1px solid #CACACA;
	}
	.mtb_20.detail-filter dd{
		padding: 6px 0;
	}
	.mtb_20.detail-filter dd .detail-key {
		width: 74px;
		font-size: 14px;
		line-height: 20px;
	}
	.mtb_20.detail-filter dd .detail-value {
		margin-left: 76px;
		padding-left: 0;
	}
	.mtb_20.detail-filter dd .detail-value ul li {
		line-height: 20px;
		margin-right: 0;
		padding-right: 8px;
		cursor: pointer;
		font-size: 14px !important;
	}
	.solut-cut-list {
		margin-bottom: 10px;
	}
}

/*联系我们改*/
.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(../img/band/contactus1.png);
}
.t-contactus-content i.icon-contactus2 {
	background-image: url(../img/band/contactus2.png);
}
.t-contactus-content i.icon-contactus3 {
	background-image: url(../img/band/contactus3.png);
}
.t-contactus-content i.icon-contactus4 {
	background-image: url(../img/band/contactus4.png);
}
.t-contactus-content i.icon-contactus5 {
	background-image: url(../img/band/contactus5.png);
}
.t-contactus-content i.icon-contactus6 {
	background-image: url(../img/band/contactus6.png);
}