.clean {
    font: 0px/0px sans-serif;
    clear: both;
    display: block;
}

html {
    color: #333;
    background: #FFF;
    max-width: 1080px;
    font-size: 32px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

body, td, th {
    font-family: "宋体", "SimSun", Arial, Helvetica, sans-serif;   
}

fieldset, img {
    border: 0;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}
/*
:focus {
	outline: 0;
}
*/
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
    font-style: inherit;
    font-weight: inherit;
}

strong {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    font-size: 100%;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
}

sup, sub {
    font-size: 100%;
    vertical-align: baseline;
}

ns {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

html, body {
    /*font-family:"黑体", Simhei, "文泉驿等宽微米黑", "WenQuanYi Micro Hei Mono", "微软雅黑", "Microsoft YaHei", "华文黑体", "STHeiti", "Source Han Sans Normal" ;*/
    font-family: -apple-system, BlinkMacSystemFont, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
text-decoration:none;
}
.black_red, .black_red A:visited, .black_red A:link {
    color: #333;
    text-decoration:none;
}

    .black_red a:hover, .black_red a:active {
        color: #F69;
        text-decoration: underline;
        cursor: pointer;
    }

.gray, .gray A:visited, .gray A:link {
    color: #888;
    text-decoration: none;
}

    .gray A:hover, .gray:active {
        color: #ff2894;
        text-decoration: underline;
        cursor: pointer;
    }

.red, .red A:visited, .red A:link {
    color: #a70f0d;
    text-decoration: none
    /*#cd599a*/;
}

    .red A:hover, .red:active {
        color: #ff2894;
        text-decoration: underline;
        cursor: pointer;
    }

.blue, .blue a:visited, .blue a:link {
    color: #0088cc;
    text-decoration: none;
}

    .blue a:hover, .blue a:focus {
        color: #3399ff;
        text-decoration: underline;
        cursor: pointer;
    }

.blue_red, .blue_red a:visited, .blue_red a:link {
    color: #0088cc;
    text-decoration: none;
}

    .blue_red a:hover, .blue_red a:focus {
        color: #FF6699;
        text-decoration: underline;
        cursor: pointer;
    }
.white,.white a:visited,.white a:link {
	color:white;
}
.white a:hover,.white a:active {
	color:white;
	text-decoration:none;
}
.zise, .zise a:visited, .zise a:link {
    color: #551a8b;
    text-decoration: none;
}
    .zise a:hover, .zise a:active {
        color: #551a8b;
        text-decoration: underline;
    }
.hidden {
    display: none;
}
/*公用锐角*/
.radius {
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 7px -1px #D6D6D6;
}

.radius1 {
    background-color: #FFFFFF;
    border-radius: 1px 1px 1px 1px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 7px -1px #D6D6D6;
}

.radius2 {
    background-color: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 7px -1px #D6D6D6;
}

.radius3 {
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 7px -1px #D6D6D6;
}

.radius5 {
    background-color: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 7px -1px #D6D6D6;
}

.btnradius10 {
    background-color: #f7f7f7;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #D9D9D9;
    box-shadow: 0 0 7px -1px #D6D6D6;
    padding: 3px;
}

    .btnradius10:hover {
        background-color: #e6e6e6;
        border: 3px solid #65c5b3;
    }

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.logininfo {
    float: right;
    margin: 5px;
}

    .logininfo li.toplimn {
        float: left;
        margin: 0 9px;
        line-height: 33px;
    }

        .logininfo li.toplimn a {
            line-height: 16px;
            height: 16px;
        }

        .logininfo li.toplimn a {
            line-height: 16px;
            height: 16px;
        }

        .logininfo li.toplimn .toppopmn:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 38px;
            border-width: 5px 5px 0 5px;
            border-style: solid;
            border-color: #555 transparent;
        }

        .logininfo li.toplimn .topsubmn {
            display: none;
            z-index: 10;
            background-color: #fff;
            position: fixed;
            border: 1px solid #908365;
        }

.topsubmn ul li {
    padding: 0 8px;
    text-align: center;
    border-top: 1px solid #ccc;
}

    .topsubmn ul li:hover {
        background-color: #752425;
        color: #fff;
    }

.logininfo li.toplimn:hover .topsubmn {
    display: block;
}

.logininfo li.toplimn i {
    font-size: 12px;
    color: #333;
}

.logininfo li.toplimn a {
    line-height: 16px;
    height: 16px;
}

.logininfo span.toptologin {
    margin: 0 5px;
}
#logo_l {
    padding-top: 20px;
    padding-left: 25px;
    height: 71px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c2c2c2;
}

#thefoot{
	border-top:2px solid #aeaeae;
    width:100%;
    float:left;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 200%;
	font-size: 15px;
	text-align: center;
}
#thefoot a:link{
	color: #000000;
	text-decoration: none;
}
#thefoot a:visited{
	color: #000000;
	text-decoration: none;
}
#thefoot a:hover{
	color: #720000;
	text-decoration: none;
}
.iblockdiv {
    width: 100%;
    float: left;
    margin-top: 1.3rem;
}
.mainwth {
    width: 94%;
   margin:1rem auto;
}
.bmenul {
    width: 17%;
    float: left;
    min-height: 800px;
}
.bmenul ul li a{
        display: block;
    width: 100%;
    height: 100%;
}
.bmenul ul li a:hover{
    background-color:#a91414;
    color:#fff;
}
.bmenul ul li.seled a{
    background-color:#a91414;
    color:#fff;
}
.bmenur {
width:81%;
float:right;
}
DIV.pagelist {
    margin: 0 auto;
    TEXT-ALIGN: center;
    clear: both;
    height: 30px;
    width: 650px;
}
/*????·???????*/
.pagelist {
    text-align: center;
    padding: 30px 0;
}

    .pagelist > ul > li {
        border: none;
    }

    .pagelist a, .pagelist span {
        background-color: #e7e7e7;
        border-radius: 5px;
        display: inline-block;
        height: 36px;
        line-height: 36px;
        margin: 0 5px;
    }
        /*.lifestyle_page span{ width:38px; height:38px; color:#ccc; line-height:38px;}*/
        .pagelist a:hover {
            background-color: #b22929;
            color: #fff;
        }

        .pagelist span.current {
            background-color: #b22929;
            color: #fff;
        }

    .pagelist .lt, .lifestyle_page .gt {
        font-size: 16px;
        display: inline-block;
        line-height: 34px;
    }

    .pagelist ul {
        display: inline-block;
        margin: auto;
    }

        .pagelist ul li {
            float: left;
            min-width: 45px;
        }

            .pagelist ul li.now a {
                background-color: #e68417;
                color: #fff;
            }

DIV.pagelist a, DIV.pagelist SPAN {
    border: 1px solid #CCC;
    height: 36px;
    line-height: 36px;
    TEXT-DECORATION: none;
    color: #757575;
    display: block;
    float: left;
    padding: 0.3rem 0.5rem;
    margin-left: 0.3rem;
}
html {
    background: url(/html/Templates/Corp/Sdcbjt/wap/Images/pic/bannert.png) no-repeat;
    background-color: #f5f5f5; /*#f1ebeb*/
    background-size: contain;
    height: 100%;
}