/* 当前位置 */
.search-path .litt-xyb {
    margin: 5px 10px 0 10px;
}
.search-path .havedoxinfo {
    position: relative;
    float: left;
    color: #666666;
    display: block;
    cursor: pointer;
    height: 21px;
    line-height: 21px;
}
.search-path .havedoxinfo span {
    display: inline-block;
    max-width: 328px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 服务信息 */
.goodsinfo_server{
    width: 1200px;
    /* height: 350px; */
    background: #fff;
    float: left;
    padding: 40px 30px 30px;
}

/* 商品服务标题 */
.goodsinfo_server_title h1{
    font-size: 16px;
    font-weight: 400;
    color: #555555;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    margin: 20px 0 0;
}

/* 商品服务内容 */
.goodsinfo_server_goods{
    width: 720px;
    color: #555555;
    float: left;
    border-right: 1px solid #CCCCCC;
}

/* 图片 */
.goodsinfo_server_fl{
    width: 220px;
    float: left;
}

.goodsinfo_server_img{
    position: relative;
    width: 220px;
    height: 220px;
}

/* 按钮 */
.goodsinfo_server_btnbox{
    margin-top: 20px;
}

.goodsinfo_server_btn{
	display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
	text-align: center;
    font-size: 16px;
	color: #FFFFFF;
    background: #1074B4;
}

/* 图片右侧内容 */
.goodsinfo_server_box{
    float: left;
    width: 440px;
    position: relative;
    margin-left: 30px;
}

.supply_release_name{
    width: 390px;
    color: #1BA1FF;
    padding: 0 5px;
    /* display: inline-block; */
    animation: change 2s linear infinite;
    transform: translate3d(0, 0, 0);
}
@keyframes change{
	0% {
        color: #2D8800;
        font-size: 16px;
      }
      50% {
        color:#f20000;
        font-size: 18px;
      }
      100% {
        color: #007acc;
        font-size: 16px;
      }
}
.goodsinfo_server_box .standard{
    margin: 10px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
    height: 20px;
    line-height: 20px;
    padding: 0;
    /* overflow: hidden; */
}

.goodsinfo_server_box .standard .jaj {
    width: 80px;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 400;
    color: #555555;
}

.goodsinfo_server_box .standard .lawir {
    width: 355px;
    font-size: 14px;
}
/* 图片右侧内容 end*/

/* 商家信息 */
.goodsinfo_store{
    width: 380px;
    /* padding: 30px; */
    float: right;
}

.goodsinfo_store_title{
    font-size: 18px;
    font-weight: bold;
    color: #555555;
    margin: 30px 0;
    text-align: center;
}

.goodsinfo_store_info_item{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #555555;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.goodsinfo_store_btn{
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    background: #1074B4;
    margin: 20px auto 0;
}
/* 商家信息 end*/

.detail-main{
    margin: 50px 0;
}

/* 商品介绍 */
.deta-ri-ma22{
    float: left;
    width: 755px;
    position: relative;
    background-color: #fff;
}

.shop-describe{
    border: none;
    margin: 0;
}

.detail-img-b22 img {
    width: auto;
    max-width: 100%;
}

.datail-nav-top22 ul li {
    width: 159px;
    height: 40px;
    line-height: 40px;
    background: #1074B4;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}
.datail-nav-top22 ul li a{
    display: block;
}

/* 右侧商品 */
.goodsinfo_fr_box{
    float: right;
    width: 424px;
}

.supplier_info_item{
    width: 200px;
    height: 200px;
    margin-right: 20px;
    float: left;
    border: 1px solid #ddd;
}

.supplier_info_item:nth-child(2n){
    margin-right: 0;
}

.supplier_info_item:nth-child(-n+2){
    margin-bottom: 20px;
}

.supplier_info_item>a{
    display: block;
    width: 200px;
    height: 200px;
}