/* <!-- 顶部内容区 start --> */

.ProductInsidePage-topContentBox {
    background: url(../images/p_bg.jpg) no-repeat center center;
    background-size: cover;
    min-height: 500px;
}

.ProductInsidePage-topContentBox-d1-d1 {
    width: 40%;
    padding: 120px 0;
}

.ProductInsidePage-productTitle {
    color: #153985;
    font-size: 35px;
    padding: 0 0 30px;
    line-height: 40px;
    font-weight: bold;
}

.ProductInsidePage-topContentBox-d1-d2 {
    width: 50%;
    padding-bottom: 50px;
}


/* <!-- 顶部内容区 end--> */


/* <!-- 搜索栏 start --> */


/* <!-- 左 start --> */

.searchBGBox {
    background-color: #f8f8f8;
}

.searchSumBox {
    padding: 50px 0 43px 0;
}

.productkeywordsBox>span {
    display: inline-block;
    line-height: 37px;
    padding: 0 12px;
    font-size: 15px;
    color: #333333;
}

.productkeywordsBox>span:nth-child(1) {
    font-weight: bold;
    padding: 0;
}


/* <!-- 左 end--> */


/* <!-- 右 start --> */

.serachBox {
    position: relative;
    line-height: 44px;
    border-radius: 22px;
    background-color: #ffffff;
    /* padding-left: 20px; */
    overflow: hidden;
}

.serachBox-inputText {
    display: inline-block;
    border: 0;
    outline: none;
    color: #333333;
    width: 255px;
    padding-left: 20px;
    padding-right: 30px;
    margin-right: 70px;
}

.searchIconBox {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    border-radius: 22px;
    background-color: #65b461;
    border: 0;
}


/* <!-- 右 end --> */


/* <!-- 搜索栏  end--> */


/* <!-- 二级栏目 Product secondary column start --> */

.productSecondaryColumnBox {
    padding: 50px 0;
    background-color: #ffffff;
    box-shadow: 0 0 5px #f4f4f4;
}

.productSecondaryColumnListBox {
    line-height: 27px;
    /* width: 1900px; */
    max-width: 1900px;
    padding: 0;
    margin: 0 auto;
    color: #333333;
    font-size: 16px;
}

.productSecondaryColumnListBox>li {
    float: left;
    list-style: none;
    /* min-width: 190px; */
    width: 10%;
    padding: 0 10px;
    border-right: 1px solid #333333;
    text-align: center;
    /* margin-top: 10px; */
}

.productSecondaryColumnListBox li:nth-last-child(1) {
    border-right: 0;
}

.productSecondaryColumnListBox-active {
    color: #65b461;
    font-size: 18px;
    font-weight: bold;
}

.productSecondaryColumnListBox-noActive {
    font-weight: normal;
}

.productSecondaryColumnListBox-noActive:hover {
    color: #65b461;
    font-size: 18px;
    font-weight: bold;
}


/* <!-- 二级栏目 Product secondary column  end --> */


/* <!-- 产品列表 start --> */

.productListBox {
    /* height: 1360px; */
    background-color: #ffffff;
    /* width: 1900px; */
    max-width: 1900px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 50px 0 50px 0;
}

.productShowBox {
    width: 25%;
    padding: 13px;
}

.productShowBox-d1 {
    border: 1px solid #eeeeee;
}

.productShowImgBox {
    /* height: 450px; */
    min-height: 370px;
    overflow: hidden;
    background-color: #b2e4ba;
    background-image: linear-gradient(to bottom, #b2e4ba, #91cb9b);
}

.productShowImgBox>img {
    /* width: 447px; */
}

.productShowBox-d2 {
    padding: 0 28px;
    line-height: 92px;
    background-color: #ffffff;
    font-size: 16px;
    color: #333333;
}

.productShowBox-d2-d1 {
    height: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 240px;
}

.productShowBox-d2-icon--2 {
    font-size: 34px;
    vertical-align: middle;
}

.productShowBox:hover .productShowImgBox {
    background-color: #ffffff;
    background-image: none;
    transition: all 1s;
}

.productShowBox:hover .productShowImgBox>img {
    transform: scale(1.1);
    transition: all 1s;
}

.productShowBox:hover .productShowBox-d2 {
    background-color: #65b461;
    color: #ffffff;
    font-size: 18px;
    transition: all 1s;
}


/* <!-- 产品列表 end --> */