@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, input, button, textarea, p, blockquote, th, td{margin:0;padding:0;}
body {
	color: #333;
	text-align: left;
	font-size: 14px;
	font-family:"微软雅黑";
	font-family: microsoft yahei,Arial,Helvetica,sans-serif;
	background-color:#F6F6F6;
}
a{ text-decoration:none; color:inherit;}
a:link,a:visited {
	color: inherit;
	text-decoration: none;
}
a:active,a:hover {
	color: #F00;
	text-decoration: none;
}
fieldset,img {
	border: none;
}
img {
	vertical-align: middle;
}
em {
	font-style: normal;
}
li,ul {
	list-style: none;
}
li {
	list-style-type: none;
}
div {
	word-wrap: break-word;
	word-break: break-all;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 9pt; font-weight: normal;
}
button,input,select,textarea {
	font-weight: inherit;
	font-size: inherit;
	font-size: 100%;
	font-family: inherit;
}
a:hover img {
	/*opacity: .8;*/
}
.f_l { float: left !important;}
.f_r { float: right !important;}
.auto{ margin:0 auto;}
.w1000{ width:1000px;}
.w1170{ width:1170px; padding:15px 15px 0;}
.w1200{ width:1200px;}
.clear{ clear:both; float:none;}
.transition{ transition:0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -ms-transition:all 0.5s; -o-transition:all 0.5s;}
.Box{ position:relative; overflow:hidden;}
.aBox{ position:relative;}
.sonimg img{ display:block; width:100%; height:100%;}
.none{ display: none !important;}


/*华康标题宋W9-GB*/
@font-face { font-family:'DFSongW9'; src:url(/ztzl/material/fonts/DFSongW9.ttf) format('truetype');}


/*分页样式*/
div.page{padding: 20px 0px;text-align: center;clear: both;overflow:hidden;}
div.page a{padding: 5px 12px;font-size: 14px;background:#ffffff;border:1px solid #cccccc;color:#5d5d5d;margin: 0 3px;}
div.page a:hover, div.page a.onhover{background:#70482b;border:1px solid #70482b;color:#FFFFFF !important;}
div.page input{border:1px solid #cccccc;width: 40px;height: 20px;line-hegiht:20px;text-align:center;cursor: pointer;}
div.page span{padding-right:10px;}


/*仿layui分页样式*/
.i_Page{ text-align: center;}
.layuiPage{padding: 10px 0px;clear: both;overflow:hidden;}
.layuiPage a,.layuiPage span,.layuiPage font{display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; padding: 0 15px; border: 1px solid #e2e2e2; height: 28px; line-height: 28px; margin: 0 -1px 5px 0; background-color: #fff; color: #333; font-size: 12px;}
.layuiPage span,.layuiPage font{margin-right: 10px; padding: 0; border: none;}
.layuiPage a.onhover{background: #069be5;border: 1px solid #069be5;color:#FFFFFF !important;}
.layuiPage font{height: 30px; line-height: 30px; color: #999;}
.layuiPage input{ height: 30px; line-height: 30px; border-radius: 2px; vertical-align: top; background-color: #fff; box-sizing: border-box; border: 1px solid #e2e2e2; display: inline-block; width: 40px; margin: 0 10px; padding: 0 3px; text-align: center; outline: 0; transition: all .3s; -webkit-transition: all .3s;}
.layuiPage input[type='text']:focus{ border-color: #009688!important;}
.layuiPage input[type='submit']{margin-left: 10px; padding: 0 10px; cursor: pointer;}

.trs_key4format{color:#333;font-size:16px;zoom:1;}
.trs_key4format>p{margin:5px 0;margin-bottom:15px;color:#333;text-indent:2em;font-size:16px;line-height:30px;}
.trs_key4format img{margin-bottom:-3px;max-width:100%;text-align:center;}


/*滚动条自定义样式*/
/* body,
.ScrollStyle,
.layui-anim{ overflow:auto; overflow:overlay;}
body::-webkit-scrollbar,
.ScrollStyle::-webkit-scrollbar,
.layui-anim::-webkit-scrollbar{width:10px;}
body::-webkit-scrollbar-thumb,
.ScrollStyle::-webkit-scrollbar-thumb,
.layui-anim::-webkit-scrollbar-thumb{-webkit-box-shadow: inset 0 0 5px #226ebc; background:#226ebc;}
body::-webkit-scrollbar-track,
.ScrollStyle::-webkit-scrollbar-track,
.layui-anim::-webkit-scrollbar-track{-webkit-box-shadow: inset 0 0 5px #f1e9e9;background:#f1e9e9;} */