.clearFlex:after {
    height: 0;
    content: '';
    clear: both;
    visibility: hidden;
    display: block;
    overflow: hidden;
}
body,html{
    width: 100%;
    height: 100%;
}
.Banner{
     width: 100%;
    height: auto;
    min-width: 1000px;
    margin-top: 136px;
}
.Container{
    width: 1200px;
    margin: 55px auto;
    box-sizing: border-box;
}
.Navigation ul li {
    display: inline-block;
    font-size: 16px;
    color:#595959;
}
.Title{
    color: #000000;
    font-size: 40px;
    text-align: center;
}
.NewsDate{
    color: #595959;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}
.bodyCntainer{
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin-top: -10px;
}
.Box{
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0px;
    line-height: 32px;
    text-align: justify;
    font-size:18px;
    text-indent:40px;
}
.fenye{
    width: 1200px;
    margin: 35px auto;
}
.fenye div {
    margin-bottom: 12px;
}
.fenye div a{
    color: #595959;
    font-size: 18px;
}
.fenye div a:hover{
    color: #0075ff;
}
table{
    text-align: center;
    width:99%;
    border:1px solid #c9c9c9;
	text-indent:0px;
}
table tr{
    border:1px solid #c9c9c9;
	height:33.00pt;
}
table td{
    border:1px solid #c9c9c9;
    text-align: center;
}
table td:nth-child(odd)
{    
    background:  #f3f3f3;
    font-weight:549;
    padding-left: 6px;

}
.productclass4 td:nth-child(even)
{

    background:#fff;
    text-align: left;
    padding-left:6px;
    padding-top:4px;
    padding-bottom:4px;
}


.Box h3 {
    font-size: 30px;
    color: #21252d;
    line-height: 40px;
    font-weight: 700;
    margin: 40px 0 24px;
    background: url(/static/images/content-tit.png) left 10px no-repeat;
    padding-left: 8px;
}
@media screen and (max-width: 1200px) {
    .Container{
        width: 1000px;
        box-sizing: border-box;
    }
    .fenye {
        width: 1000px;
        box-sizing: border-box;
    }
    .Box{
        width: 1000px;
        box-sizing: border-box;
    }
}
