﻿body {
    margin: 0;
    padding: 0;
    background-image: url("../img/backgroundMap.png");
}

#cpjs {
    background-color: #213d5e;
    color: white;
}
/*主体部分*/
#webBody {
    width: 100%;
}
/*面包屑*/
#crumbs {
    margin-top: 20px;
}

    #crumbs a {
        font-size: 16px;
    }

#crumbsBorder {
    line-height: 30px;
    border-bottom: 1px solid #31708F;
}

#title {
    text-align: center;
}

    #title p {
        font-size: 28px;
        color: #31708F;
    }
/*简介*/
.productMain {
    padding: 2%;
    margin-top: 3%;
    border: 1px solid #EAEAEA;
    background-color: white;
}

.productPic {
    width: 100%;
    height: 350px;
}

    .productPic a img {
        width: 100%;
        height: 100%;
    }

.productSketch h2 {
   text-align:center;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #31708F;
}

.productSketch p {
    height: 60px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.detailed {
    font-size: 16px;
    background-color: #31708F;
    color: white;
    padding: 0 10px;
    line-height: 30px;
    display: block;
    height: 30px;
}

.Onepage:hover, .toppage:hover, .bottompage:hover, .Atlastpage:hover, .page:hover {
    background: #F0F0F0;
    color: #444444;
}

.Onepage, .toppage, .bottompage, .Atlastpage, .page {
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    margin: 0px 2px;
    padding: 0 8px;
    height: 26px;
    line-height: 28px;
    border: 1px solid #E5E5E5;
}

.pageCss {
    display: flex;
    justify-content: center;
    align-items: center;
}

#productListMain #ping {
    text-align: center;
}

/*分页样式*/
#pagenav {
    overflow: hidden;
    margin-top: 15px;
    text-align: center
}

    #pagenav a, #pagenav strong {
        padding: 5px 12px;
        margin: 1px;
        border: 1px#e5e5e5 solid;
        display: inline-block;
        font-size: 14px
    }

        #pagenav a:hover {
            background-color: #eee
        }
/*侧边栏*/
#sideBorder {
    padding: 0 4%;
    margin-left: 4%;
}
#rightBor {
    width: calc( 100% - 20px);
    margin: 0 auto;
}
#navtreeul {
    width: 100%;
}

#classificationTit a {
    line-height: 40px;
    font-size: 18px;
}


#subtitle {
    font-size: 16px;
    background-color: #31708F;
    padding: 5px 10px;
    text-align: left;
    line-height: 35px;
}

    #subtitle a {
        color: white;
    }

#newsSubtitle {
    margin: 5% auto;
    width: calc( 100% - 20px);
}

    #newsSubtitle a {
        text-align: center;
    }

    #newsSubtitle img {
        width: 100%;
        height: 100%;
        position: absolute;
    }

    #newsSubtitle h2 {
        line-height:50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.img-box {
    text-align: left;
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width:995px) {
    #classificationTit {
        width: 100%;
    }

    #productWebBody {
        padding: 3%;
    }

    .productMain {
        padding: 5%;
    }

    .productSketch h2 {
        text-align: center;
        font-size: 28px;
    }

    .productSketch p {
        line-height: 30px;
        font-size: 16px;
    }
    #sideBorder{
        padding:0;
        margin-left:0;
    }
    #subtitle {
        margin-top: 50px;
        margin-right: 10px;
        width: calc(100% - 20px);
    }

 
    .Onepage, .toppage, .bottompage, .Atlastpage, .page {
        height: 1.6rem;
        line-height: 1.6rem;
        font-size: .4rem;
    }
}
