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; }
/*去掉input等聚焦时的蓝色边?*/
fieldset, img,button { border:none; padding:0;margin:0;outline-style:none; }
/* 去掉列表默认样式 */
ul, ol { list-style:none; }
i{font-style: normal;}
body { background:#fff; color:#333; font-size:14px; font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif; }
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a { color:#333; text-decoration:none; }
.news a:hover{ text-decoration: underline;}
a:hover { text-decoration:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:14px "Microsoft YaHei",Arial,sans-serif; }
input,img{
    vertical-align: middle;
}
table { border-collapse:collapse; }
html {overflow-y: scroll;}
/* 清除浮动 */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
/* 公共部分 */
.w{
    width: 1190px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.tl{
    text-align: left;
}
.tc{
    text-align: center;
}
.tr{
    text-align: right;
}
.hide{
    display: none;
}
.pr{
    position: relative;
}
.pb{
    position: absolute;
}
.bor{
    border: 1px solid #ccc;
}
/* 字体 */
.f12{
    font-size: 12px;
}
.f16{
    font-size: 16px;
}
.f18{
    font-size: 18px;
}
.f20{
    font-size: 20px;
}
.fw{
    font-weight: bold;
}

/* 边距 */
.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt15{margin-top: 15px;}
.mt20{margin-top: 20px;}
.mb5{margin-bottom: 5px;}
.mb10{margin-bottom: 10px;}
.mb15{margin-bottom: 15px;}
.mb20{margin-bottom: 20px;}
.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.pt5{padding-top: 5px;}
.pt10{padding-top: 10px;}
.pt15{padding-top: 15px;}
.pt20{padding-top: 20px;}
.pb5{padding-bottom: 5px;}
.pb10{padding-bottom: 10px;}
.pb15{padding-bottom: 15px;}
.pb20{padding-bottom: 20px;}

body{
    min-width: 1190px;
}
.header{
background: url(../images/shce_bg.jpg) 50% 0px no-repeat;
    height: 450px;
   
  
}
.header h1{
  
    text-indent: -9999px;
}
/* content */
.content{
    width: 1190px;
    margin: 0 auto;
    background-color: #f8f8f8;
    padding:50px 0px;
	box-shadow: 0 0 5px rgba(0,0,0,.2);

}
.content table{
    width: 100%;
}
.content table tr{
    height: 210px;
}
.content table th{
    font-size: 24px;
   
    vertical-align: top;
    background: url(../images/line.png) no-repeat 0px 22px;
}
.content table th span{
    display: block;
    text-align: left;

    line-height: 56px;
    padding-left: 30px;
}
.content table td{
    font-size: 16px;
    text-align: center;
    color: #666;
    vertical-align: top;
    padding-top: 10px;
}
.content table .sep{
    font-size: 20px;
    font-weight: normal;
}
.content table .num{
    font-size: 36px;
}
.content table .txt{
    text-align: left;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 36px;
}
/* COPYRIGHT */
.copyright{
  background: #d84138;
    margin-top: 20px;
    color: #fff;
    height: 85px;
    padding-top: 30px;
}
.copyright p{
    font-size: 16px;
    text-align: center;
    line-height:33px;
}
/* footer背景? */
.footer{
   
    
}