*,
::after,
::before {
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
	text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	color: #333;
    width: 100%;
    height: 100%;
	min-width: 320px;
	overflow-x: hidden;
	background-color: #fff;
	font: 12px/1 \5FAE\8F6F\96C5\9ED1, arial, georgia;
    position: relative;
}

body, h1, h2, h3, h4, h5, h6, p,
form, input, button, textarea,
ul, ol, li, dl, dt, dd,
th, td {
    margin: 0px;
    padding: 0px;
}

header, nav, section, aside, article, footer {
	display: block; 
}

ul, ol {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 12px;
    font-weight: normal;
}

p {
    line-height: 1.5;
	text-indent: 2em;
    text-align: justify;
}

a {
    color: #333;
    cursor: pointer;
    text-decoration: none;
}
.ueditor_baidumap{width: 90%!important;}
a {
    display: inline-block;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

mark {
	color: #333;
	background-color: transparent;
}

img, video {
	display: block;
}

img {
	border: none;
}

table {
	table-layout: fixed;
	border-spacing: 0px;
	border-collapse: collapse;
}

table, th, td {
    border: 1px solid #ccc;
}

label {
    display: block;
}

input, select, button, textarea {
	vertical-align: middle;
	display: inline-block;
	outline: none;
	color: #333;
	border: 1px solid #ccc;
    background-color: #fff;
	font: 12px/1 \5FAE\8F6F\96C5\9ED1, arial, georgia;
}

button, input[type="button"], input[type="submit"] {
	cursor: pointer;
}

textarea {
    resize: none;
	line-height: 1.5;
}


/* 字体图标 */
    @font-face {
        font-family: "iconfont";
        src: url("../fonts/iconfont.woff");
    }

    .icon {
        font-style: normal;
        vertical-align: top;
        display: inline-block;
        font-family: "iconfont" !important;
    }


/* 文字 */
    .text-overflow {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    
    .text-more_line {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }


/* 显示 */
	.display-none {
        display: none;
    }
    
    .display-block {
        display: block !important;
    }


/* 布局 */
    .container-xl, .container-lg, .container-md, .container-sm, .container {margin-left: auto;margin-right: auto;position: relative;}

    .container-xl {
        width: 100%;
    }

	.container-lg {
		max-width: 1920px;
	}

    .container-md {
        max-width: 1200px;
    }
    @media (max-width: 1200px) {.container-md {padding-left: 10px !important;padding-right: 10px !important;}}

    .container-sm {
        max-width: 1000px;
    }

	.f-l {
		float: left;
	}

	.f-r {
		float: right;
	}

	.f-n {
		float: none;
	}

	.clear::after {
        content: "";
        display: block;
        clear: both;
	}


/* 背景   颜色 */
    .bg-color-f {
        background-color: #fff;
    }

    .bg-color-f5 {
        background-color: #f5f5f5;
    }

    .bg-color-e {
        background-color: #eee;
    }
    
    .bg-color-e5 {
        background-color: #e5e5e5;
    }

    .bg-color-c {
        background-color: #ccc;
    }

    .bg-color-9 {
        background-color: #999;
    }

    .bg-color-6 {
        background-color: #666;
    }

    .bg-color-3 {
        background-color: #333;
    }

    .bg-color-0 {
        background-color: #000;
    }




/**********************************************************分割线**************************************************************/




/* 公用标题 */
    .gy-biao_ti {
        padding: 20px 10px 10px;
        border-bottom: 1px solid #ddd;
    }

    .gy-biao_ti .biao_ti {/* 标题 */

    }

    .gy-biao_ti .biao_ti h2 {
        font-size: 16px;
        line-height: 26px;
    }

    .gy-biao_ti .an_niou {/* 按钮 */

    }

    .gy-biao_ti .an_niou h2 {
        color: #666;
        line-height: 26px;
    }

    .gy-biao_ti .an_niou h2 i {
        font-size: 16px;
        padding: 0px 5px;
        border-radius: 13px;
        background-color: #efefef;
        margin-right: 5px;
    }

    .gy-biao_ti .dao_hang {/* 导航 */
        width: 100vw;
        height: 100vh;
        position: fixed;
        z-index: 1000;
        left: 0px;
        top: 0px;
        display: none;
    }

    .gy-biao_ti .dao_hang .zhe_zhao,
    .gy-biao_ti .dao_hang .lei_xing {
        position: absolute;
        left: 0px;
        top: 0px;
    }

    .gy-biao_ti .dao_hang .zhe_zhao {/* 导航 遮罩 */
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.50);
    }

    .gy-biao_ti .dao_hang .lei_xing {/* 导航 类型 */
        width: 65%;
        height: 100%;
        overflow: auto;
        padding-bottom: 20px;
        background-color: #1c1c1c;
        left: -65%;
    }

    .gy-biao_ti .dao_hang .lei_xing dl {
        padding: 0px 10px;
    }

    .gy-biao_ti .dao_hang .lei_xing dl dt {
        float: left;
        width: 100%;
        padding: 20px 5px 5px;
        border-bottom: 1px solid #444;
    }
    
    .gy-biao_ti .dao_hang .lei_xing dl dt a {
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
    }

    .gy-biao_ti .dao_hang .lei_xing dl dd {
        float: left;
        margin: 5px 5px 0px 0px;
    }

    .gy-biao_ti .dao_hang .lei_xing dl dd a {
        display: block;
        color: #666;
        font-size: 14px;
        line-height: 22px;
        padding: 0px 5px;
        background-color: #292929;
    }




/* 导航 */
    nav {
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 0px;
    }

    nav .container-xl {

    }

    nav .container-xl .dao_hang {/* 导航 */

    }

    nav .container-xl .dao_hang ul {

    }

    nav .container-xl .dao_hang ul li {
        float: left;
        width: 25%;
        border-left: 1px solid #007cda;
        border-right: 1px solid #00589b;
        border-bottom: 1px solid #00589b;
    }
    nav .container-xl .dao_hang ul li:nth-child(1) {border-left: 0px;}
    nav .container-xl .dao_hang ul li:last-child {border-right: 0px;}

    nav .container-xl .dao_hang ul li a {
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        background-color: #0289f1;
    }

    body {
        padding-top: 29px;
    }




/* 模块底栏 */
    .mk_di_lan {
        padding: 20px 0px 64px;
        border-top: 2px solid #01487e;
    }

    .mk_di_lan .container-md {

    }

    .mk_di_lan .container-md .di_lan {/* 底栏 */

    }

    .mk_di_lan .container-md .di_lan h2 {
        text-align: center;
    }

    .mk_di_lan .container-md .di_lan h2 a {
        font-size: 14px;
    }
    
    .mk_di_lan .container-md .di_lan h2 span {
        width: 1px;
        height: 14px;
        background-color: #666;
        vertical-align: top;
        margin: 0px 10px;
    }




/* 页脚 */
    footer {
        width: 100%;
        background: url("../IMAGES/bj.png") no-repeat;
        background-size: cover;
        position: fixed;
        z-index: 999;
        bottom: 0px;
    }

    footer .container-xl {

    }

    footer .container-xl .ru_kou {/* 入口 */

    }

    footer .container-xl .ru_kou ul {

    }

    footer .container-xl .ru_kou ul li {
        float: left;
        width: calc(100% / 3);
    }
    footer .container-xl .ru_kou ul li:nth-child(1n+2) {border-left: 1px solid rgba(255,255,255,0.50);}

    footer .container-xl .ru_kou ul li a {
        display: block;
        color: #fff;
        font-size: 14px;
        text-align: center;
        padding: 4px 0px;
    }

    footer .container-xl .ru_kou ul li a i {
        font-size: 20px;
        margin-bottom: 2px;
    }




/* 分页 */
    #fen_ye {
        display: flex;
        justify-content: center;
    }

    #fen_ye dl {
        overflow: hidden;
    }

    #fen_ye dl dt,
    #fen_ye dl dd {
        float: left;
    }

    #fen_ye dl dt:nth-of-type(1) {
        margin-right: 20px;
    }

    #fen_ye dl dt:nth-of-type(2) {
        margin-left: 20px;
    }

    #fen_ye dl dd:nth-of-type(1n+2) {
        margin-left: 10px;
    }

    #fen_ye dl dt a,
    #fen_ye dl dd a {
        display: block;
        color: #999;
        font-size: 14px;
        padding: 2px 6px;
        border: 1px solid #ddd;
    }

    #fen_ye dl dt a:hover,
    #fen_ye dl dd a:hover,
    #fen_ye dl dd.dqx-fen_ye a {/* 当前项 */
        color: #fff;
        border-color: #ff6700;
        background-color: #ff6700;
    }

    #fen_ye dl dt.jz-fen_ye a {/* 禁止 */
        color: #999;
        border-color: #ddd;
        background-color: transparent;
        cursor: not-allowed;
        opacity: 0.8;
    }
    /*
         <div id="fen_ye">
            <dl>
                <dt class="jz-fen_ye"><a href="javascript:;">上一页</a></dt>
                <dd class="dqx-fen_ye"><a href="javascript:;">1</a></dd>
                <dd><a href="javascript:;">2</a></dd>
                <dd><a href="javascript:;">3</a></dd>
                <dd><a href="javascript:;">4</a></dd>
                <dd><a href="javascript:;">5</a></dd>
                <dt><a href="javascript:;">下一页</a></dt>
            </dl>
        </div>
    */