﻿@charset "utf-8";
/* CSS Document */
/* 重置 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
padding: 0;
margin: 0;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,img {
border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-weight: normal;
font-style: normal;
}
ol,ul {
list-style:none outside none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal;
font-size: 100%;
}
q:before,q:after {
content:'';
}
abbr,acronym { border: 0;
} 
input {
    font-family: "SimSun","宋体";
    padding-bottom: 0;
    padding-top: 0;
}
input::-moz-focus-inner {
    border: medium none;
    padding: 0;
}
select, input {
    vertical-align: middle;
}
select, input, textarea {
    font-size: 12px;
    margin: 0;
}
input[type="text"], input[type="password"], textarea {
    outline-style: none;
}
textarea {
    resize: none;
}


/* -------------------------基本-------------------------------- */

.width960{ width:960px; margin:0px auto; overflow:hidden;}

p{ color:#333; font-size:14px; line-height:26px; }

.heiti { font-family:"微软雅黑","宋体","黑体";}
.b {font-weight: bold;}
.show { display: block;}
.hidden { display: none;}

/* 字体大小 */
.font_s12{ font-size:12px;}
.font_s14{ font-size:14px;}
.font_s16{ font-size:16px;}
.font_s18{ font-size:18px;}
.font_s20{ font-size:20px;}
.font_s22{ font-size:22px;}
.font_s24{ font-size:24px;}

/* 字体颜色 */
.font_hui1{ color:#333333;}/*主体灰*/
.font_hui2{ color:#808080;}/*摘要*/
.font_hui3{ color:#cccccc;}
.font_bai{ color:#ffffff;}
.font_hei{ color:#000000;}
.font_lan{ color:#06a7e1;}
.font_lv{ color:#55c176;}


/* 单行 行高 */
.hg_20{line-height:20px; height:20px;}
.hg_26{line-height:26px; height:26px;}
.hg_28{line-height:28px; height:28px;}
.hg_30{line-height:30px; height:30px;}
.hg_35{line-height:35px; height:35px;}
.hg_40{line-height:40px; height:40px;}


.hg_zhaiyao2{ line-height:20px; height:40px; overflow:hidden;}/* 2行摘要 */
.hg_zhaiyao2{ line-height:20px; height:60px; overflow:hidden;}/* 2行摘要 */


/* 字体位置 */
.txt_left {text-align: left;}
.txt_right {text-align: right;}
.txt_center {text-align: center;}


/* 链接 */
a { text-decoration:none; font-size:12px; line-height:26px;}
a:hover {text-decoration:none;  }
a:focus {  outline: none; 
 text-decoration:none; }







.clearfix:after{ clear:both;content: ".";display: block;height: 0;visibility: hidden;}
.clear {clear: both; font-size: 1px;height: 0;line-height: 0; margin-top: 0 !important;visibility: hidden;}
.left { float:left;}
.right { float:right;}




.red, .red a { color: #CC0000 !important;}
.red a:hover {color: #CC0000 !important;}
.blue, .blue a { color: #6699cc !important;}
.blue a:hover {color: #333333 !important;}

.black, .black a {color: #000000 !important;}
.black a:hover {text-decoration:underline;}

.white, .white a { color: #ffffff !important;}
.white a:hover {color: #ff9900 !important;}
.dblue a:hover {text-decoration:underline; !important; }
.dblue, .dblue a {color: #0857b9 !important;}
.dgray a:hover {text-decoration:underline; !important; }
.dgray, .dgray a {color: #2a2a2a !important;}
.lgray a:hover {color: #4a7bc0 !important;}
.lgray, .lgray a {color: #666666 !important;}
.lgray2 {color: #999999;}


/* 边距 */
.ml_5{ margin-left:5px;}
.ml_10{ margin-left:10px;}
.ml_15{ margin-left:15px;}
.ml_20{ margin-left:20px;}
.ml_30{ margin-left:30px;}

.mr_5{ margin-right:5px;}
.mr_10{ margin-right:10px;}
.mr_15{ margin-right:15px;}
.mr_20{ margin-right:20px;}
.mr_30{ margin-right:30px;}

.mt_5{ margin-top:5px;}
.mt_10{ margin-top:10px;}
.mt_15{ margin-top:15px;}
.mt_20{ margin-top:20px;}
.mt_20{ margin-top:20px;}

.mb_5{ margin-bottom:5px;}
.mb_10{ margin-bottom:10px;}
.mb_15{ margin-bottom:15px;}
.mb_20{ margin-bottom:20px;}

.pl_5{ padding-left:5px;}
.pl_10{ padding-left:10px;}
.pl_15{ padding-left:15px;}
.pl_20{ padding-left:20px;}
.pl_50{ padding-left:50px;}

.pr_5{ padding-right:5px;}
.pr_10{ padding-right:10px;}
.pr_15{ padding-right:15px;}
.pr_20{ padding-right:20px;}

.pt_5{ padding-top:5px;}
.pt_10{ padding-top:10px;}
.pt_15{ padding-top:15px;}
.pt_20{ padding-top:20px;}

.pb_5{ padding-bottom:5px;}
.pb_10{ padding-bottom:10px;}
.pb_15{ padding-bottom:15px;}
.pb_20{ padding-bottom:20px;}


/* 文字连接前 */
.dian{ background-image:url(/image/dian.gif); background-repeat:no-repeat; padding-left:10px; list-style-position:outside; }


/* 边线 */
.xuxian { width:100%; overflow:hidden;border-top:1px dashed #e1dfdf;height: 1px; }
.bk_z{ border:1px solid #e1dfdf; }
.bk_l{ border-left:1px solid #e1dfdf; }
.bk_r{ border-right:1px solid #e1dfdf; }
.bk_t{ border-top:1px solid #e1dfdf; }
.bk_b{ border-bottom:1px solid #e1dfdf; }



.kongge{ font-family:"宋体", SimSun-ExtB;}


/* 空行 */
.kong5{ 
 height:5px;      
 line-height:5px; 
 margin:0px auto;width:100%; clear:both;
 overflow:hidden; }

.kong10{ 
 height:10px;      
 line-height:10px; 
 margin:0px auto;width:100%; clear:both;
 overflow:hidden; }
 
 .kong15{ 
 height:15px;      
 line-height:15px; 
 margin:0px auto;width:100%; clear:both;
 overflow:hidden; }
 
  .kong20{ 
 height:20px;      
 line-height:20px; 
 margin:0px auto;width:100%; clear:both;
 overflow:hidden; }
 
 
 
 
 