.breadcrumb .breadcrumb-item:after{
    display: none;
}
.portlet-body{
    overflow: hidden;
    background: #fff;
    border-radius:0 0 10px 10px;
}
/***/
.ksdhbg{
    margin: 15px 0;
    width: 100%;
    height:200px;
    background:url(../img/inke-top-1.png) no-repeat left top;
    background-size: 100% 100%;
    line-height: 200px;
    text-indent:40px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    border-radius: 10px!important;
}
/**/
.information-tab{
    overflow: hidden;
    background: #fff;
}
.tab-buttons {
	width: 100%;
	height:60px;
	display: flex;
    justify-content: center;
    background: #32babc;
    border-radius: 10px 10px 0 0;
}
.tab-buttons .tab-button {
	width: 20%;
	float: left;
	height:60px;
	text-align: center;
	font-size:24px;
	color: #fff;
	line-height:60px;
	position: relative;
	cursor: pointer;
	padding: 0!important;
	margin: 0!important;
}
.tab-buttons .tab-button span{
    display: block;
    height: 60px;
    width: 100%;
}
.tab-buttons .tab-button.cur {
	background-color: #fff;
	color: #32babc!important;
}
.tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #32babc;
}
.tabs {
	width: 100%;
	overflow: hidden;
}
.tabs .tab-item {
	width: 100%;
	height: 100%;
	display: none;
	padding-top:30px;
}
.tabs .tab-item.active {
	display: block
}
/***/
.list-pp{
   overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -20px;
}
.list-pp li{
    width: 31%;
    overflow: hidden;
    text-align: center;
    border:1px solid #eee;
    margin: 0 0 40px 20px;
    position: relative;
    padding-bottom: 60px;
    border-radius:10px;
}
.list-pp li:hover{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.35);
}
.list-pp li .logo{
    width: 100px;
    height: 100px;
    display: block;
    overflow: hidden;
    margin: 20px auto;
}

.list-pp li .fd{
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #00c8aa;
    color: #fff;
    font-size: 18px;
}
.list-pp li .jj{
    padding:0 15px;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    text-indent:34px;
}
.list-pp li .sl {
    position: absolute;
    right: -74px;
    top: 10px;
    z-index:1;
    width: 200px;
    line-height: 32px;
    background: #2DB7F5;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-style: normal;
    transform: rotate(45deg);
}
/**/
.ksmenu {
    overflow: hidden;
    padding: 0 10px;
    background: #fff;
    margin-bottom: 20px;
}
/**/
.header-menu {position: relative;height:94px;line-height:36px; overflow: hidden; text-align: center; font-size: 16px; color: #fff; 
padding-top:10px;background:url(../img/ddd.png) repeat-x left bottom;margin-bottom:15px;}
.header-menu .header-menu-list {display: -webkit-box;overflow:hidden; height:94px; width: 100%;}
.header-menu .header-menu-list .header-menu-item .header-menu-item-txt {display: inline-block; height: 84px; line-height:34px; color: #333;position: relative;margin:0 30px;}
.header-menu .header-menu-list .header-menu-item .header-menu-item-txt img{
    width: 24px;
    height: 24px;
    margin: 8px auto;
    display: block;
    overflow: hidden;
}
.header-menu .header-menu-list .header-menu-item-active {
    box-sizing: border-box;
    height:81px;
    line-height: 74px;
    font-size: 18px;
    background: #32babc;
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;}
.header-menu .header-menu-list .header-menu-item.header-menu-item-active .header-menu-item-txt {
    color: #fff;
    font-weight:bold;
}
.header-menu .header-menu-list .header-menu-item.header-menu-item-active .header-menu-item-txt img{filter: brightness(0) invert(1);}
.header-menu .header-menu-list .header-menu-item-empty{width:0; margin-left: 0px;}
.header-menu .header-menu-list .header-menu-item .header-menu-item-txt i{
    display: none;
    width: 30px;
    height: 4px;
    border-radius: 2px;
    background:#ff0;
    position: absolute;
    left: 50%;
    bottom:0;
    margin-left: -15px;
}
.header-menu .header-menu-list .header-menu-item.header-menu-item-active .header-menu-item-txt i{
    display: block;
}
/**/
.ppimg{
    background: #fff;
    overflow: hidden;
    position: relative;
}
.ppimg img{
    display: block;
    width: 100%;
    height: 240px;
}
.ppmc {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
}
.ppmc .ppa{
    font-weight: bold;
    margin:0 10px;
    color: #fff;
}
.ppmc .ppb{
    color: #c2c2c2;
}
.ppc{
    display: block;
    padding-left: 20px;
    font-weight: bold;
    background: #fff;
    border-radius:10px!important;
    position: relative;
    height:50px;
    line-height:50px;
    font-size: 18px;
}
.ppc:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 5px;
    height: 14px;
    background-color: #00c8aa;
    border-radius: 5px;
}
.ppcpm{
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 20px 0 0 0 ;
}
.ppcpm ul{
        display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    padding: 0 !important;
}
.ppcpm ul li{
    margin-left: 15px;
    width: 23.5%;
}
.ppcpm ul li:nth-child(1),
.ppcpm ul li:nth-child(5),
.ppcpm ul li:nth-child(9),
.ppcpm ul li:nth-child(13),
.ppcpm ul li:nth-child(17),
.ppcpm ul li:nth-child(21){
    margin: 0;
}
.ppjs,.ppcp{
    padding: 20px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}
.ppjs .info{
    background: #fff;
    margin: 0!important;
    padding: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #999;
}
.ppjs .info .kspic{
    display: block;
    width: 300px;
    height: 300px;
    margin-top: 10px;
    float: left;
    margin-right: 20px;
    border-radius: 10px;
    margin-right: 20px;
    border:1px solid #eee;
    box-shadow: 5px 5px rgba(102, 102, 102, .1);
    text-align: center;
    line-height: 300px;
}
.ppjs .info p{
    text-indent:40px;
}
.xxsk{
    overflow: hidden;
}
/**/
.zjlb{
    display: flex;
    overflow: hidden;
    padding-left:30px;
}
.zjlb a{
    position: relative;
    z-index: 1;
    margin-left: -15px;
    display: block;
    width: 80px;
    height: 80px;
    float: left;
    margin-top: 2px;
}
.zjlb a img{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    border-radius: 50% !important;
    background: #fff;
    border: 1px solid #ddd;
    padding: 1px;
}
/***/

.pro-k{overflow: hidden;position:relative;width:25%;background-color:#fff;box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);margin-bottom:10px;border-radius:5px;background:#fff!important;}
.pro-k .cxxx{
    position: absolute;
    right: -74px;
    top: 10px;
    z-index: 10;
    width: 200px;
    line-height: 32px;
    background: #2DB7F5;
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-style: normal;
    transform: rotate(45deg);
}
.pro-k .list_setup{
    position: relative;
    overflow: hidden;
}
.pro-k .list_setup .lx{
    position: absolute; left: 0;top:0;overflow:hidden;height:40px;line-height: 40px;background: rgb(27 144 242 / 60%);color:#fff;
    padding: 0 10px;border-radius: 5px 0 15px 0!important;
}
.pro-k .list_setup .text_list_jj{position: absolute; left: 0;bottom:0;overflow:hidden;height:40px;background: rgb(27 144 242 / 60%);color:#fff;width:100%;margin:0;}
.pro-k .list_setup .text_list_jj span{
    padding: 0 10px;
    display: flex;
    flex-direction: column;
}
.pro-k .list_setup .text_list_jj .zw{
    line-height: 40px;
}
.pro-k .list_setup .text_list_jj .jj{
    line-height: 20px;
    word-break: break-word;
    font-style: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ff0;
    font-size: 16px;
}
.pro-k:hover .list_setup .text_list_jj{position: absolute; left: 0;bottom: 0;overflow:hidden;height:90px;transition: all 0.4s 
ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s 
ease 0s;}

.pro-k span.pic{display: list-item; overflow: hidden;height:320px;
    background-size: 100% 100%!important;
}
.pro-k p.textfont{text-align: center; line-height: 22px; height:44px; overflow: hidden; margin-bottom: 5px; font-size: 14px;}
.pro-k p.label_explain{height:25px; overflow: hidden;}
.pro-k .pic_text{position: relative;}
.pro-k .pic_text .shopBtn{position: absolute;
    right: 5px;
    top:7px;background: #00c8aa; color:#fff; padding:5px 15px; border-radius:25px;font-size:14px;}
.pro-k .pic_text .text_list_bk{line-height:46px;height:46px;position: relative;word-break: break-word;font-style:normal;display: flex;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
}
.pro-k .pic_text .text_list_bk i{margin-right:5px;}
.pro-k .bt_text{
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(27 144 242 / 60%);
    color: #fff;
    width: 100%;
    text-indent: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
