body {
    background-color: #fff;
}

.hide {
    display: none;
}

.box-banner {
    width: 100%;
    overflow: hidden;
    min-width: 1400px;
}

    .box-banner img {
        width: 100%;
        /*min-height: 400px;*/
    }
/*轮播分页器*/
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #454545;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}

.swiper-active-switch {
    background: #00782B;
}

/*产品中心*/
.O_ProductCenter {
    width: 1400px;
    height: 266px;
    margin: 39px auto 19px;
    /*border: 1px solid #E6E6E6;*/
    border-left: none;
}

    .O_ProductCenter > .O_productBaes {
        height: 100%;
        width: 350px;
        /*border-left: 1px solid #E6E6E6;*/
        float: left;
    }

.O_ProductCenterTxt {
    background-image: url("/templates/main/images/Mask.png");
}


.O_ProductCenterTxt > p {
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 41px;
}

    .O_ProductCenterTxt > a {
        display: block;
        text-align: center;
        font-size: 14px;
        color: #333333;
        margin-top: 10px;
    }

.O_ProductCenterTxt > a:hover {
            color: #333333;
            text-decoration: underline;
        }

.O_ProductCenterImg {
    width: 324px;
    height: 196px;
    overflow: hidden;
    margin: 14px auto;
    position:relative;
    }

.O_ProductCenterImg .divPro {
    position:absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    left:0px;
    top:0px;
    line-height:157px;
    text-align:center;
    color:#fff;
    font-size:16px;
    z-index:666;
    display:none;
}
.O_ProductCenterImg .divPro b {
    padding: 6px 15px;
    font-weight: normal;
    font-size: 12px;
    background: #00782B;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
}
.O_ProductCenterImg > img {
width: 100%;
height:100%;
transition: all 0.8s;
}

.O_productBaes:hover .divPro{
    display:block;
}

.O_productBaes:hover .O_ProductCenterImg img {
    transform: scale(1.1);
}


.MoveShow {
    display: none;
}

.O_productBaes > p {
    text-align: center;
    font-size: 20px;
    padding: 0 5px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.O_ProductCenter > a:hover p {
    color: #00782B;
}


/*主要内容*/
.O_content {
    width: 1400px;
    margin: 0 auto;
    overflow: hidden;
}
/*综合信息*/
.Information {
    float: left;
    width: 901px;
}

.O_contentTitle {
    position: relative;
    font-size: 24px;
    color: #333333;
    margin-bottom: 12px;
    font-weight: 700;
}

    .O_contentTitle > span {
        font-size: 20px;
        color: #333333;
        font-weight: normal;
    }

.InformationC {
    height: 263px;
    padding: 12px 35px;
    background-color: #F7F7F7;
    ;
}

.InformationMain {
    display: none;
}

.InformationCTab span {
    display: inline-block;
    width: 128px;
    height: 44px;
    background-color: #00782B;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #00782B;
}

    .InformationCTab span:hover {
        color: #00782B;
        background-color: transparent;
    }

.InformationList {
    padding: 5px 0;
    overflow: hidden;
}

.InformationListTime {
    float: left;
}

    .InformationListTime > p {
        font-size: 30px;
        color: #333333;
        text-align: center;
    }

    .InformationListTime > span {
        font-size: 12px;
        color: #151515;
    }

.InformationListTxt {
    float: left;
    border-left: 1px solid #333333;
    margin-left: 18px;
    padding-left: 20px;
    margin-top: 10px;
}

    .InformationListTxt > a {
        display: block;
        font-size: 16px;
        max-width: 735px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 5px;
    }

        .InformationListTxt > a:hover {
            color: #00782B;
        }

    .InformationListTxt > p {
        font-size: 12px;
        color: #333333;
        max-width: 735px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.InformationBtn {
    display: block;
    margin-top: 5px;
    width: 120px;
    height: 30px;
    border: 1px solid #999999;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}

    .InformationBtn:hover {
        color: #00782B;
        border: 1px solid #00782B;
    }

/*新品推荐*/
.Recommend {
    float: right;
    width: 462px;
    height: 200px;
}

    .Recommend .O_contentTitle a {
        position: absolute;
        font-size: 12px;
        color: #999999;
        right: 0;
        bottom: 0;
    }

        .Recommend .O_contentTitle a:hover {
            text-decoration: underline;
        }

.RecommendC {
    height: 287px;
}

.RecommendCTabs {
    float: left;
    width: 141px;
}

    .RecommendCTabs a {
        display: block;
        width: 100%;
        height: 94px;
        margin-bottom: 3px;
    }

    .RecommendCTabs img {
        width: 100%;
        height: 100%;
    }

.RecommendCR {
    float: right;
    width: 319px;
}

    .RecommendCR > div {
        display: none;
    }

.RecommendCRImg {
    width: 100%;
    height: 212px;
    margin-bottom: 10px;
    overflow: hidden;
}

    .RecommendCRImg img {
        width: 100%;
        height: 100%;
        transition: all 0.8s;
    }

    .RecommendCRImg:hover img {
        transform: scale(1.3);
    }

.RecommendCRTitle {
    font-size: 14px;
    padding-left: 3px;
    font-weight: 700;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.RecommendCRTxt {
    padding: 0 3px;
    font-size: 13px;
    color: #333333;
}
