﻿
/* 这是搜索框的样式 */
.topCon_1souSuo {
    float: left;
    width: 100%;
    background: url(../image/topCon_1bg.png) repeat-x;
    height: 53px;
}
.topCon_1souSuo .marquee {
    height: 45px;
    width: 1200px;
    margin: 0 auto;
}
.topCon_1souSuo .marquee .martitle {
    color: #f50000;
    font-weight: bold;
    float: left;
    font: 12px/45px "微软雅黑";
}
.topCon_1souSuo .marquee .martitle strong {
    font-weight: bold;
}
.topCon_1souSuo .marquee .p {
    color: #000000;
    float: left;
    font: 12px/45px "微软雅黑";
    height: 45px;
    width: 630px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.topCon_1souSuo .search {
    float: right;
    height: 45px;
}
.topCon_1souSuo .search form {
    margin: 0px;
    padding: 0px;
}
.topCon_1souSuo .search form .textsouSuo {
    background: url(../image/text.jpg) no-repeat scroll 0 0;
    border: 0 none;
    color: #63777d;
    display: inline;
    float: left;
    font: 12px/24px "宋体";
    height: 24px;
    margin-left: 0px;
    margin-top: 10px;
    text-indent: 40px;
    width: 170px;
}

.topCon_1souSuo .search form .button {
    background: url(../image/button.jpg) no-repeat scroll 0 0;
    border: 0 none;
    float: left;
    height: 25px;
    margin-top: 10px;
    width: 55px;
}

.topCon_1souSuo .marquee .p a{margin-right: 10px;}

/* 这是新增的产品推荐的样式 */
.EcplistB {
    float: right;
    width: 970px;
    margin-top: 20px;
    overflow: hidden;
    display: block;
}
.EcplistB .tuijian_p {
    float: left;
    position: relative;
    width: 470px;
    margin-left: 5px;
}
.EcplistB .tuijian_p .title {
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 17px;
}

.EcplistB .tuijian_p .title::before {
    content: "";
    width: 3px;
    height: 20px;
    position: absolute;
    left: 2px;
    top: 4px;
}
.EcplistB .remen_p .title::before {
    content: "";
    width: 3px;
    height: 20px;
    position: absolute;
    left: 2px;
    top: 4px;
}
.EcplistB .tuijian_p li, .EcplistB .remen_p li {
    margin: 10px 0 10px 0;
    height: 30px;
    line-height: 30px;
    margin: 0 10px 10px 0;
    border-bottom: 1px dashed #ccc;
    padding: 0;
}

.EcplistB .tuijian_p li a, .EcplistB .remen_p li a {
    display: block;
    width: 100%;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    white-space: nowrap;
}

.EcplistB .remen_p {
    float: right;
    position: relative;
    width: 470px;
}
.EcplistB .remen_p .title {
    padding-left: 20px;
    font-size: 20px;
    margin-bottom: 17px;
}
