/* banner */
.main-banner {
    margin-top: 30px;
}
.main-banner .banner-pic {
    width: 100%;
}
.main-banner .search-bar {
    width: 100%;
    background-image: url("/images/industrial/product/banner.png");
}
.main-banner .search-bar .search-bar-content {
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 1320px;
    height: 150px;
}
.main-banner .search-bar .search-input {
    background: rgba(255,255,255,0.46);
    border-radius: 2px;
    width: 38.1%;
    height: 50px;
    color: white;
    padding-left: 22px;
    border: none;
    position: absolute;
}
.main-banner .search-bar .search-icon {
    position: absolute;
    padding-right: 17px;
}
.main-banner .search-bar input::-webkit-input-placeholder{
    color: white;
}
.main-banner .search-bar input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: white;
}
.main-banner .search-bar input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: white;
}
.main-banner .search-bar input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color: white;
}

/* 内容 */
.main-content {
    width: 1320px;
    margin: 0px auto 0;
}

/* 分类 */
.main-content .product-category {
    width: 180px;
    float: left;
    box-shadow: 0 1px 6px 1px rgba(207,207,207,0.5);
}
.product-category ul {

}
.product-category ul li {
    text-align: center;
    border-bottom: 1px solid #EDEDED;
}
.product-category ul li a {
    line-height: 64px;
    width: 180px;
    display: inline-block;
    font-size: 16px;
}

.product-category ul .cur a {
    color: #333333;
}

.product-category ul .cur a {
    /*background: #10953E;*/
    /*background: ;*/
    color: #10953e;
    font-size: 16px;
    /*background: linear-gradient(270deg,#fff 27%,#eef7ff);*/
    background-image: url(/images/product/category-select.png);
}

/* 列表 */
.main-content .product-content {
    float: left;
    margin-left: 54px;
    width: 1086px;
}
.product-content .item-row {
    display: flex;
    margin-bottom: 40px;
}
.product-content .item-row:first-child {
    margin-top: 0;
}
.product-content .item-row .product-item {
    text-align: center;
    width: 300px;
    height: 350px;
}
.product-content .item-row a {
    margin-left: 93px;
}
.product-content .item-row a:first-child {
    margin-left: 0;
}
.product-content .item-row .product-item .cover {

}
.product-content .item-row .product-item .cover img {
    width: 300px;
    height: 300px;
}
.product-content .item-row .product-item .title {
    box-shadow: 0 2px 5px 1px rgba(150,150,150,0.17);
}
.product-content .item-row .product-item .title p {
    line-height: 50px;
}
