@charset "utf-8";
/*Reset 样式初始化*/
html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
br, input, button, textarea, h1, h2, h3, h4, h5,em{
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  font-family:"微软雅黑","Tahoma";
  vertical-align: baseline;
  text-align:justify;
  word-wrap:break-word;
  text-justify:inter-ideograph
}
::-webkit-scrollbar {
  width:6px;
}
::-webkit-scrollbar-button{
  height:2px;
  background:#fff
}
::-webkit-scrollbar:hover{
  background:#999
}
::-webkit-scrollbar-thumb {
  background:#666;
  border-right:1px solid #fff;
}
::-webkit-scrollbar-thumb:hover{
  background:#B01C6B
}
body{text-align:center}
ul, ol, li, h1 {
  line-height:normal;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none
}
dl {
  margin:0
}
dd {
  margin-left:0
}
a {
  outline:none;
}
a img {
  border:0 none
}
img {
  vertical-align:middle;
  border:0px
}
table {
  border-collapse:collapse
}
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden
}
.clearfix {
  display:inline-block;
  overflow:hidden
}
.clearfix {
  display:block
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
body {color:#333;background:#fff;}
a {color:#8E0950;text-decoration:none}
a:hover,a:focus {color:#333;text-decoration:none}
.width950{width:950px;margin:0 auto}
h3{font-size:24px}
a.disenable{color:#ccc}
/**/
.clearB {clear:both}
.fL {float:left}
.fR {float:right}
:link, *:visited, *:hover, *:active, *:focus {
    -moz-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  -webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
}
.colRed {color:#f70000}
.colOrange {color:#ed8b00}
.colYel {color:#d9a601}
.colGreen{color:#17ab0c}
.colGray{color:#999}
.colBlue{color:#3172d9}
.hide {display:none}

body{
  background:#ebebeb;
}
.warpContent {
  width:960px;
  margin:100px auto;
}
.warpContent h1{
  text-align:center;
  font-size:26px;
  padding:10px 0;
}
.warpContent h2{
  text-align:center;
}
.links {
  margin:50px 0 0 0;
  text-align: center;
}