@charset "utf-8";
/*show title*/
.title{
    /* height: 35px; */
    /* line-height: 35px; */
    /* font-size: 24px; */
    /* text-align: center; */
    /* font-weight: bold; */
    /* padding: 20px; */
    border-bottom:1px solid #e0e0e0;
    }
/*gongchang index mframe*/
.mframe13 {
    margin-bottom: 20px;
    width: 100%;
    background: #ffffff;
}

.mframe13 .tm {
    border-bottom: 1px solid #e1e1e1;
    height: 60px;
    line-height: 60px;
    margin: 20px 0 0 0;
    box-sizing: border-box;
}

.mframe13 span.tt {
    font-size: 20px;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    border-bottom: 2px solid #ff3636;
}

.mframe13 .moreR {
    float: right;
}

.mframe13 .mm {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}

.mframe13 .mm .summary {
    width: 25%;
    margin: 10px 0;
    padding: 0 21px;
    box-sizing: border-box;
}

.mframe13 .mm .summary .title {
    font-weight: bold;
    font-size: 16px;
    width: 240px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mframe13 .mm .summary .title{
border:0;
}
.mframe13 .mm .summary .title a {
}

.mframe13 .mm .summary .imgDiv {
    border: 1px solid #e0e0e0;
    text-align: center;
}

.mframe13 .mm .summary .imgDiv img {
}

.mframe13 .mm .summary .content {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mframe13 .mm .summary .imgDiv:hover {
    border: 1px solid #215cca;
}

.mframe13 .moreB {
    width: 800px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    margin: 30px 169px auto;
    border-radius: 4px;
}

.mframe13 .moreB a {
    width: 800px;
    height: 40px;
    display: block;
    border-radius: 4px;
}

.mframe13 .moreB a:hover {
    background: #0f69dc;
    color: #ffffff;
}
/*gongchang index mframe*/
.rframe13 {
    margin-bottom: 10px;
    width: 100%;
    background: #ffffff;
}

.rframe13 .tm {
    border: 1px solid #e1e1e1;
    height: 42px;
    line-height: 42px;
    margin: 0;
    box-sizing: border-box;
}

.rframe13 span.tt {
    font-size: 16px;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
    margin-left: 10px;
}

.rframe13 .moreR {
    float: right;
    margin-right: 10px;
}

.rframe13 .mm {
    border: 1px solid #e1e1e1;
    border-top: 0;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
}

.rframe13 .mm ul li {
    list-style: none;
}

.rframe13 .mm .imgDiv {
    border: 1px solid #e0e0e0;
    text-align: center;
    /*width: 260px;*/
    /*margin: 0 18px;*/
}

.rframe13 .mm .imgTitle {
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #b7b7b7;
    margin: 10px 0
}

.rframe13 .mm .item {
    height: 28px;
    line-height: 28px;
}

.rframe13 .mm .item :before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 2px;
    background-color: #000;
    margin: 4px 10px 4px 0;
}

/*gongchang show*/
.brand_info {
    margin: 30px 30px 30px 30px;
    display: flex;
    justify-content: space-between;
}

.brand_info div:nth-child(2) {
    margin-left: 30px;
}

.brand_info ul li {
    font-size: 18px;
    line-height: 36px;
    height: 36px;
}

.brand_logo {
    border: 1px solid #e0e0e0;
    padding: 6px;
}

.brand_logo:hover {
    border: 1px solid #215cca;
}

/*gongchang show pinpai-list*/
.ppcontent {
    display: flex;
    flex-flow: row wrap;
    margin: 20px 10px;
    
}

.pplist {
    border: 1px solid #b7b7b7;
    
    width: 191px;
    
    
    margin: 6px;
}

.pplist:hover {
    background: #e1e1e1;
}

.pplist .ppimg img {
    margin: 6px 6px 0 6px;
    width: 180px;
    
}

.pplist .pptitle {
    text-align: center;
    height: 32px;
    line-height: 32px;
}


.tags {
}

.tags span {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.tags a {
    padding: 0 12px;
    margin:2px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
    border: #e5e5e5 1px solid;
}

.tags a:hover {
    border: #1844a7 1px solid;
    background: #1844a7;
    color: #ffffff
}

.list-chanpin{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 10px 0;

}
.list-chanpin ul{
    display:flex;
    flex-wrap: wrap;}

.list-chanpin ul li{
    margin: 5px;
    padding: 8px;
    background: #fff;
    border: 1px solid #C0C0C0;
}

.list-chanpin ul li:hover{
    border: #1844a7 1px solid;
}

/*pinpai index mframe*/
.mframe35 {
    margin-bottom: 20px;
    width: 100%;
    background: #ffffff;
}

.mframe35 .tm {
    border-bottom: 1px solid #e1e1e1;
    height: 60px;
    line-height: 60px;
    margin: 20px 30px 0 30px;
    box-sizing: border-box;
}

.mframe35 span.tt {
    font-size: 20px;
    font-weight: bold;
    height: 41px;
    line-height: 41px;
    border-bottom: 2px solid #ff3636;
}

.mframe35 .moreR {
    float: right;
}

.mframe35 .mm {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
}

.mframe35 .mm .summary {
    width: 20%;
    margin: 10px 0;
    padding: 0 21px;
    box-sizing: border-box;
}

.mframe35 .mm .summary .title {
    font-weight: bold;
    font-size: 16px;
    width: 186px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.mframe35 .mm .summary .title{
    border:0;
}
.mframe35 .mm .summary .title a {
}

.mframe35 .mm .summary .imgDiv {
    border: 1px solid #e0e0e0;
    text-align: center;
}

.mframe35 .mm .summary .imgDiv img {
    width: 184px;
}

.mframe35 .mm .summary .content {
    padding: 0;
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.mframe35 .mm .summary .imgDiv:hover {
    border: 1px solid #215cca;
}

.mframe35 .moreB {
    width: 800px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #e0e0e0;
    font-size: 18px;
    margin: 30px 169px auto;
    border-radius: 4px;
}

.mframe35 .moreB a {
    width: 800px;
    height: 40px;
    display: block;
    border-radius: 4px;
}

.mframe35 .moreB a:hover {
    background: #0f69dc;
    color: #ffffff;
}

/* 表格 */
.content table {
    border: 1px #CCCCCC solid;
    border-collapse: collapse;
}

.content td {
    border: 1px #CCCCCC solid;
    height: 32px;
    text-align: center;
}

.content tr:first-child {
    background: #306cda !important;
    /*font-weight: bold;*/
    color: #fff;
}
.pinpai_banner {
    width: 100%;
    height: 400px;
    background: url(image/pinpai_banner.jpg) center center;
    min-width: 1200px;
    margin-bottom: 20px;
}
.sp{width: 1200px;margin: auto;  display: flex;justify-content:flex-end;}
.top_title{width: 500px;margin: 20px 45px 0 0;}
.t-c{text-align: center;color: #0043be;font-size: xx-large;}
.ds{display: flex;flex-direction: row;flex-wrap: wrap;justify-content:space-evenly;width: 500px;margin: auto;}
.ds div{ width: 150px; background-color: #ff5757;color: white;text-align: center;height: 30px;border-radius: 20px;line-height: 30px;margin-bottom: 30px;font-weight: 600;margin-top: 10px;}
.ds div:hover{background-color: #0043be;cursor: default;}
.getmap{font-size: 22px;text-align: center;line-height: 60px;}
.des{line-height: 26px;font-size:14px;}