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; 
}
body { 
  color:#555;
  font-size:14px; 
  font-family: "微软雅黑", Arial, Helvetica, sans-serif; 
  min-width:1200px;
}
td,th,caption { 
  font-size:14px; 
}
h1, h2, h3, h4, h5, h6 { 
  font-weight:normal; 
}
address, caption, cite, code, dfn, em, strong, th, var { 
  font-style:normal; 
  font-weight:normal;
}
a { 
  color:#555; 
  text-decoration:none; 
}
a:hover { 
  text-decoration:none; 
}
img { 
  border:none; 
}
ol,ul,li { 
  list-style:none; 
}
input, textarea, select, button { 
  font:14px Verdana,Helvetica,Arial,sans-serif; 
}
table { 
  border-collapse:collapse; 
}
html {
  overflow-y: scroll;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height:0; 
  clear:both; 
  visibility: hidden;
}
.clearfix { 
  *zoom:1; 
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.banner{
  width: 100%;
  background: #fff url("../images/banner.png") no-repeat top;
}
.floor{
  width: 1200px;
  margin: 0 auto;
}
.top{
  width: 100%;
  height: 600px;
  margin-bottom: 265px;
}
.title{
  display: block;
  width: 795px;
  height: 81px;
  margin: 0 auto ;
}
.whhd{
  width: 100%;
  margin-top: 63px;
  margin-bottom: 125px;
}

.focusBox { 
  position: relative; 
  width: 550px; 
  height: 380px; 
  overflow: hidden; 
}
.focusBox .pic img { 
  width: 550px; 
  height: 380px;
  display: block; 
}
.focusBox .txt-bg { 
  position: absolute; 
  bottom: 0; 
  z-index: 1; 
  height: 50px; 
  width:100%;  
  background: #333; 
  filter: alpha(opacity=60); 
  opacity: 0.6; 
  overflow: hidden; 
}
.focusBox .txt { 
  position: absolute; 
  bottom: 0; 
  z-index: 2; 
  height: 50px; 
  width:100%; 
  overflow: hidden; 
}
.focusBox .txt li{ 
  height:50px; 
  line-height:50px; 
  position:absolute; 
  bottom:-50px;
  padding: 0 60px;
  text-align: center;
}
.focusBox .txt li a{ 
  display: block; 
  color: white;  
  font-size: 24px; 
}
.focusBox .pnBtn {
  position: absolute;
  z-index: 2;
  bottom: 13px;
  width: 14px;
  height: 22px;
  cursor: pointer;
}
.focusBox .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 22px;
}
.focusBox .pnBtn .arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 14px;
  height: 22px;
}
.focusBox .prev {
  left: 20px;
}
.focusBox .next {
  right: 20px;
}
.focusBox .prev .arrow {
  background: url("../images/left1.png") no-repeat;
}
.focusBox .next .arrow {
  left: 0;
  background: url("../images/right1.png") no-repeat;
}
.whhd-list{
  width: 625px;
  height: 380px;
}
.more{
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  padding-right: 40px;
  text-align: right;
  font-size: 18px;
  color: #fff;
  background: url("../images/more.png") no-repeat right;
}
.whhd-list li{
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-top: 1px dotted #989898;
  font-size: 20px;
}
.whhd-list .first{
  width: 100%;
  height: 105px;
  border-top: none;
}
.whhd-list li a{
  color: #333;
}
.whhd-list li h3{
  width: 100%;
  height: 24px;
  font-style: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #bc0000;
  font-weight: bold;
}
.whhd-list li p{
  width: 100%;
  height: 60%;
  overflow: hidden;
  line-height: 30px;
  margin-top: 10px;
  font-size:18px;
}
.tpgj{
  width: 100%;
  background: url("../images/bg1.png") no-repeat;
  margin-top: 45px;
  padding: 85px 0;
}
.ladyScroll{
  position:relative;
  width: 1340px;
  height: 430px;
  margin: 0 auto ;
}
.ladyScroll .prev,.ladyScroll .next{
  width:40px;
  height:40px;
  position:absolute;
  top:200px;
  left:0;
  cursor:pointer; 
  background:url("../images/left2.png") no-repeat;
}
.ladyScroll .next{ 
  left:auto; 
  right:0; 
  background:url("../images/right2.png") no-repeat;
}
.ladyScroll .scrollWrap{
  width:1226px;
  margin: 0 auto;
  margin-left:-26px;
  left: 70px;
  overflow:hidden;
  position:absolute;
}
.ladyScroll dl{
  float:left;
  width:280px;
  margin-left: 26px;
  text-align:center;
  position:relative;
}
.ladyScroll  span{
  display:block;
  width:280px;
  height:50px;
  position:absolute;
  bottom:0;
  background:#333;
  filter:alpha(opacity=60);
  opacity:0.60;
}
.ladyScroll  dt{
  margin:0 auto;
  width:280px;
  overflow:hidden;
}
.ladyScroll  img{
  display:block;
  width:280px;
  height:380px;
}
.ladyScroll  dd{
  width:280px;
  height:50px;
  line-height:50px;
  font-size: 18px;
  color:#fff;
  text-align:center;
  overflow:hidden;
  bottom: 0;
  position:absolute;
}
.ladyScroll  dd a{ 
  color:#fff;  
}
.zjjc{
  width: 100%;
  background: url("../images/bg2.png") no-repeat bottom;
  padding: 120px 0 150px;
}
.zjjc-list{
  width: 580px;
  height: 460px;
  margin-top: 32px;
  margin-bottom: 23px;
}
.zjjc-list li{
  width: 100%;
  height: 75px;
  box-sizing: border-box;
  margin-top: 40px;
}
.time{
  width: 75px;
  height: 75px;
  float: left;
  box-sizing: border-box;
  padding: 10px 5px;
  background: #f4f4f4;
  text-align: center;
  color: #989898;
}
.time span{
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #989898;
}
.zjjc-list li h3{
  width: 490px;
  height: 26px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  color: #333;
}
.zjjc-list li p{
  width: 490px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color:#989898;
}
.zjjc-list li:hover .time{
  color: #fff;
  background: #bc0000;
}
.focuszjjc { 
  position: relative; 
  width: 577px; 
  height: 420px; 
  overflow: hidden; 
  margin-top: 72px;
  margin-bottom: 23px;
}
.focuszjjc .pic img { 
  width: 577px; 
  height: 420px;
  display: block; 
}
.focuszjjc .txt-bg { 
  position: absolute; 
  bottom: 0; 
  z-index: 1; 
  height: 50px; 
  width:100%;  
  background: #333; 
  filter: alpha(opacity=60); 
  opacity: 0.6; 
  overflow: hidden; 
}
.focuszjjc .txt { 
  position: absolute; 
  bottom: 0; 
  z-index: 2; 
  height: 50px; 
  width:100%; 
  overflow: hidden; 
}
.focuszjjc .txt li{ 
  height:50px; 
  line-height:50px; 
  position:absolute; 
  bottom:-50px;
  padding: 0 60px;
  text-align: center;
}
.focuszjjc .txt li a{ 
  display: block; 
  color: white;  
  font-size: 24px; 
}
.focuszjjc  .pnBtn {
  position: absolute;
  z-index: 2;
  bottom: 13px;
  width: 14px;
  height: 22px;
  cursor: pointer;
}
.focuszjjc .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 22px;
}
.focuszjjc .pnBtn .arrow {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 14px;
  height: 22px;
}
.focuszjjc .prev {
  left: 20px;
}
.focuszjjc .next {
  right: 20px;
}
.focuszjjc  .prev .arrow {
  background: url("../images/left1.png") no-repeat;
}
.focuszjjc .next .arrow {
  left: 0;
  background: url("../images/right1.png") no-repeat;
}
.edit{
  width: 100%;
  height: 121px;
  overflow: hidden;
}
.tt {
    display: block;
    background: #fff;
}
@media only screen and (max-width: 540px)
.tt {
    display: none;
}