.main_nav {
    width: 100%;
    height: 43px;
    border-bottom: 2px solid #c2292e;
    margin-top: 15px;
}

.main_nav .nav_bar li {
    float: left;
}

.main_nav .nav_bar li a {
    display: block;
    width: 150px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    font-size: 15px;
    color: #666;
}

.main_nav .nav_bar li:first-of-type a {
    width: 124px;
}

.main_nav .nav_bar li a.active {
    background-color: #c2292e;
    color: #fff;
}

.wrap {
    width: 100%;
    background-color: #f9f9f9;
    overflow: auto;
}

.path {
    height: 43px;
    line-height: 43px;
    color: #666;
}

.path em {
    color: #666;
    margin: 0 8px 0 4px;
}

.path p {
    height: 24px;
    line-height: 22px;
    margin: 8px 5px 5px 4px;
    padding: 0 8px 0 8px;
    border: 1px solid #e3a6a8;
    cursor: pointer;
}

.path p a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #c1292e;
    margin-right: 10px;
}

.path p i {
    display: inline-block;
    vertical-align: middle;
    font-size: 7px;
    color: #c1292e;
}


.weizhi {
    height: 45px;
    line-height: 45px;
}
.pk-main {
    width: 1200px;
    margin: 0 auto 20px auto;
    display: flex;
    justify-content: flex-start;
    background-color: #fff;
}

.pk-main li {
    list-style: none;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #666;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pk-main ul:last-child li {
    border-right: 1px solid #e5e5e5;
}

.pk-main ul li.structbrand {
    height: 175px;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.05);
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}

.pk-main ul li:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.pk-main li a {
    color: #666;
    padding: 0 3px;
}

.pk-main .pk-title {
    padding: 0;
    width: 160px;
}

.pk-main .pk-title li {
    text-align: left;
    padding-left: 20px;
}

.pk-main .pk-title li.base {
    font-size: 20px;
    font-weight: 600;
    display: grid;
    align-items: center;
    padding: 0;
    padding-left: 20px;
    color: #e1251a;
}

.pk-main .pk-items {
    padding: 0;
    width: 520px;
}

.pk-main .pk-items li {
    text-align: left;
    padding-left: 20px;
}

.pk-main ul li.structbrand .title{
    display: flex;
    justify-content: flex-start;
}

.pk-main .pk-items .logo {
    display: block;
    width: 190px;
    height: 133px;
    margin-top: 20px;
}
.pk-main .pk-items .logo a {
    padding: 0;
}

.pk-main .pk-items .logo img {
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
}
.pk-main .pk-items .baseinfo {
    text-align: left;
    margin-top: 20px;
    margin-left: 30px;
}
.pk-main .pk-items .baseinfo p{
    height: 32px;
    line-height: 32px;
}
.pk-main .pk-items .baseinfo p.bname a{
    color: #e1251a;
	font-weight: 600;
	font-size: 18px;
}
.pk-main .pk-items .baseinfo p.btag{
    margin-bottom: 10px;
}
.pk-main .pk-items .baseinfo p.btag a{
    border: 1px solid #e5e5e5;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
}

.pk-main ul li.bintroduce {
	height: 185px;
	white-space: unset;
	display: flex;
    align-items: center;
}
.pk-main ul li.bnews {
	white-space: unset;
	display: flex;
    align-items: center;
}
.pk-main ul li.unset_center {
    align-items: unset !important;
}
.pk-main ul li.bnews_3 {
	height: 120px;
}
.pk-main ul li.bnews_2 {
	height: 80px;
}

.pk-main li.li_recommend_brand {
	height: 170px;
	display: flex;
    align-items: center;
}
.pk-main .pk-items .b_box{ 
	width: 480px;
}
.pk-main .pk-items .b_box .b_name { 
	text-align: center;
}
.pk-main .pk-items .b_box .b_name a { 
	color: #e1251a;
	font-weight: 600;
}

.pk-main .pk-items .b_box .b_pic { 
	display: flex;
}
.pk-main .pk-items .b_box .b_pic ul { 
	width: 100%;
}
.pk-main .pk-items .b_box .b_pic ul li{
    text-align: center;
    float: left;
    width: 100%;
    padding: 0;
    line-height: 0;
    height: auto;
    border: none;
    display: none;
}
.pk-main .pk-items .b_box .b_pic ul li.active {
    display: block;
}
.pk-main .pk-items .b_box .b_pic ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.pk-main .pk-items .b_box .b_pic ul li img {
	width: 330px;
	text-align: center;
	height: 209px;
	border: 1px solid #e5e5e5;
	display: block;
	cursor: pointer;
}

.pk-main .pk-items .b_box .b_jianjie{
    width: 480px;
    height: 50px;
    line-height: 25px;
    margin-top: 18px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.pk-main .pk-items .b_box .b_jianjie a {
	color: #e1251a;
}

.pk-main .pk-items .b_box .b_thumb{ 
	display: flex;
	margin-top: 20px;
}

.pk-main .pk-items .b_box .b_thumb ul li{
    text-align: center;
    float: left;
    width: 110px;
    margin-right: 13px;
    padding: 0;
    height: auto;
}
.pk-main .pk-items .b_box .b_thumb ul li:last-child {
	margin-right: 0px;
}
.pk-main .pk-items .b_box .b_thumb ul li img {
	width: 108px;
	text-align: center;
	height: 75.6px;
	border: 1px solid #e5e5e5;
	display: block;
}
.pk-main .pk-items .b_box .b_thumb ul li.on{
    background: no-repeat center 0;
    background-image: none;
}
.pk-main .pk-items .b_box .b_thumb ul li.on img{ 
	border-color: #3e99ff; 
	opacity: 1;  
}
.pk-main .pk-items .b_box .b_news.mt10{ 
	margin-top: 10px;
}
.pk-main .pk-items .b_box .b_news.mt5{ 
	margin-top: 5px;
}
.pk-main .pk-items .b_box .b_news ul { 
	width: 100%;
}
.pk-main .pk-items .b_box .b_news ul li{
    width: 100%;
    padding: 0;
    line-height: 35px;
    height: 35px;
    border: none;
}

.recommend_brand {
	width:100%;
	height: 170px;
    display: flex;
    align-items: center;
}
.recommend_brand a {
	width: 150px;
	display: inline-block;
	text-align: center;
	margin-right: 15px;
	padding: 0 !important;
}
.recommend_brand a:last-child {
	margin-right: 0;
}
.recommend_brand a img {
	width: 148px;
    text-align: center;
    height: 104px;
    border: 1px solid #e5e5e5;
    display: block;
}
.recommend_brand a span {
	display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}