﻿/* CSS Document by mfx */
/* 初始 */
body {
    margin: 0;
    background: #fff;
    font-size: 14px;
    color: #333;
    font: Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
}
p.stc{
    font-size: 13px;
    height:40px;
		overflow: hidden;
}
html, html body {
    height: 100%;
}

div, span, p, form, ul, ol, li, h1, h2, h3, h4, h5, h6, th, td, dl, dt, dd, caption, a, legend, hr, b, blockquote, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

ul, li, ol {
    list-style-type: none;
}

table, input, textarea, select, button {
    vertical-align: middle;
}

img, a img {
    border: none;
    display: block;
    /* margin-bottom: 5px; */
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*相邻边被合并*/
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}
/* 默认链接颜色 */
a:link, a:visited {
    outline-style: none;
    text-decoration: none;
}

a:hover, a:active {
    color: #c00;
    text-decoration: underline;
}
/* 颜色 */
.black {
    color: #000;
}

.white {
    color: #fff;
}

.red {
    color: #e10007;
}

.grey {
    color: #454545;
}

.orange {
    color: #ff7200;
}

.blue {
    color: #003398;
}

.navy {
    color: #183b7d;
}

.lchot, a.lchot {
    color: #bd0a01;
}

.black, a.black {
    color: #000;
}
.blackred,.blackred a{
    color:#383838;
}
.blackred a:hover,.blackred:active{
    color:#b60000;
}
.grayred,.grayred A:visited,.grayred A:link {
	color:#888;
	text-decoration:none;
}
.grayred A:hover,.grayred:active {
	color:#F00;
	text-decoration:underline;
	cursor:pointer;
}
/* 下划线 */
.unline, .unline a {
    text-decoration: underline;
}

.nounline, .nounline a, .list12 .nounline {
    text-decoration: none;
}
/* 通用属性 */
.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
    margin-top: 0px !important;
    *margin-top: -1px;
    line-height: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
/* End hide from IE-mac */
/* ie7 hack*/
* + html .clearfix {
    min-height: 1%;
}
/*文字对齐方式*/
.txtLeft {
    text-align: left;
}

.txtRight {
    text-align: right;
}

.txtCenter {
    text-align: center;
}
/*常用方法*/
sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.hand {
    cursor: pointer;
}

.fB {
    font-weight: bold;
}

.fI {
    font-style: italic;
}

.f12px {
    /* font-size: 12px; */
}

.f14px {
   
}
/* CSS空白 */
.blank1 {
    margin: 0 auto;
    height: 1px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank2 {
    margin: 0 auto;
    height: 2px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank3 {
    margin: 0 auto;
    height: 3px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank5 {
    margin: 0 auto;
    height: 5px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank8 {
    margin: 0 auto;
    height: 8px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank10 {
    margin: 0 auto;
    height: 10px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank15 {
    margin: 0 auto;
    height: 15px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank20 {
    margin: 0 auto;
    height: 20px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank25 {
    margin: 0 auto;
    height: 25px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}

.blank30 {
    margin: 0 auto;
    height: 30px;
    font-size: 1px;
    clear: both;
    overflow: hidden;
}
/* ----------------------公用结构------------------------ */

.wrapper {
    margin: 0 auto;
    WIDTH: 1000px;
    overflow: hidden;
}

#dzw {
    width: 100%;
    min-width: 1000px;
    height: 32px;
    border-bottom: 1px solid #efefef;
    background: #fafafa;
}

    #dzw .box {
        line-height: 32px;
        width: 1000px;
        margin: 0px auto;
        color: #e8e3e3;
    }

        #dzw .box .left a {
            color: #333;
            margin: 0px 6px;
        }

        #dzw .box .icon1 {
            background: url(../Images/dzw-icon1.gif) no-repeat right center;
            padding-right: 18px;
        }

        #dzw .box .right a {
            color: #333;
            padding-right: 15px;
            background: url(../Images/dzw-icon2.gif) no-repeat right center;
        }

        #dzw .box img {
            vertical-align: middle;
            display: inline;
        }
/* 公用foot */
#footer {
    text-align: center;
    color: #333;
    line-height: 18px;
    border-top: 1px solid #e5e5e5;
    width: 1000px;
    margin: 0px auto;
    padding: 10px 0px 15px 0px;
}

    #footer a {
        color: #333;
    }

    #footer img {
        display: inline;
    }

#layout6 .left img {
    width: 151px;
    height: 175px;
}
/*分页控件*/
#wrapper3 .page {
    margin: 20px auto;
    text-align: center;
    width: 100%;
    float: left;
}
#wrapper3 .page li{
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align:middle;
	margin:2px;
	font-size:14px;
}
#wrapper3 .page .no{
	padding-top: 3px;
}
#wrapper3 .page .num{
	border: 1px solid #d7d7d7;
	line-height:22px;
	height:22px;
	padding: 0 7px 0 7px;
	font-weight:bold;
}
#wrapper3 .page .now{
	border: 1px solid #d7d7d7;
	line-height:22px;
	height:22px;
	padding: 0 7px 0 7px;
	font-weight:bold;
	color: #fff;
	background-color: #b60000;
}
#wrapper3 .page a{
	color: #3e3e3e;
	text-decoration: none;
}
#wrapper3 .page  a:hover{
	color:#b60000;
	text-decoration: none;
}
.blackred,.blackred A:visited,.blackred A:link {
	color:#000;
}
.blackred a:hover,.blackred a:active {
	color:#c62626;
	text-decoration:underline;
	cursor:pointer;
}
.whitered,.whitered A:visited,.whitered A:link {
	color:#fff;
}
.whitered a:hover,.whitered a:active {
	color:#c62626;
	text-decoration:underline;
	cursor:pointer;
}
/* Ò³Âë */
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 12px;
	margin-left: 5px;
	font-size:16px;
}
input {
    border: 0;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

/*以下为黑屏代码
#header {
	width: 100%;
	min-width: 1000px;
	background: url({$Temp_Path$}Images/header002.jpg) no-repeat center top;
}

* {
	filter: gray !important;
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	color: gray;
}

img {
	filter: gray !important;
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%)
}

html {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

.site-gray, .site-gray * {
	filter: gray !important;
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}*/