
@charset "utf-8";
/* CSS Document */
*{
  margin:0;
  padding:0;
  list-style:none;
  outline:none;
  font-family:"微软雅黑";
}
body{
  min-width:1280px;
}
img{
  display:block;
  border:none;
  margin:0 auto;
}
a{
  text-decoration:none;
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -o-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -moz-transition:all 0.5s;
}

.ie8{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  text-align:center;
  background:#ffffdc;
  color:#997000;
  font-size:12px;
  line-height:30px;
  z-index:9999;
}
.c3{
  transition:all 0.5s;
  -webkit-transition:all 0.5s;
  -o-transition:all 0.5s;
  -ms-transition:all 0.5s;
  -moz-transition:all 0.5s;
}

.ty{
  overflow:hidden;
  width:100%;
}

.w1200{
  width:1280px;
  margin:0 auto;
}
.clear::after{
  content:"";
  width:100%;
  height:0;
  clear:both;
  display:block;
}
.clear:after{
  content:"";
  width:100%;
  height:0;
  clear:both;
  display:block;
}


/* title */
.title{
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #333;
}

/* header */
.header{ margin-top: 20px;border-top:1px solid #ddd; position:relative; height:54px;}
.header ul li{ float:left;}
.header ul li > a{ display:block; margin:0 20px; font-size:14px; color:#000; line-height:54px;}
.header ul li:hover > a{ color:#808080;}
.header ul li.hover > a{ color:#808080;}
.header ul li.hover .znav{ display:block;}


/* poster */
.poster{ padding:150px 0 250px 0;text-align: center; background: url("../images/poster.jpg") no-repeat top center;}
.poster dl{ position:relative}
.poster dl dt{ font-size:48px; line-height:100px; color:#FFF; height:100px; overflow:hidden;}
.poster dl dd{ line-height:50px; font-size:24px; color:#fff; height:100px; overflow:hidden;}
.poster dl dd img{ max-height:100px; width:auto}


/* 关于我们 */
.gywm{
  margin: 100px 0 70px;
}
.gywm h2{
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  color: #333;
}
.gywm p {
  width: 1020px;
  margin: 0 auto 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}



/* footer */
.footer{
  padding: 40px 0;
}
.footer p{
  display: block;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #666;
}