/*通用部分*/
body {
  font-family: "微软雅黑";
  background: #fff;
  min-width: 1200px;
  width: auto !important;
  width: 1200px;
}
a,
a:visited {
  color: #333;
  font-size: 13px;
}
a:hover,
a:visited:hover {
  color: #333;
}
.container {
  width: 1200px;
  margin: 0px auto;
  height: 700px;
  padding: 35px 0px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.banner {
  height: 733px;
  margin: 0px auto;
  background: url("syfc_bg_01.jpg") no-repeat top center;
}
h1 {
  display: block;
  width: 359px;
  height: 84px;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -600px;
}
h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
.yinyan {
  width: 1200px;
  height: 530px;
  background: url("syfc_bg_02.jpg") no-repeat;
  margin: 0px auto;
  margin-top: 30px;
  padding: 48px 54px 0px;
  position: relative;
}
.yinyan strong {
  font-size: 30px;
  font-weight: normal;
  display: block;
  text-align: center;
  padding-bottom: 20px;
}
.yinyan p {
  line-height: 34px;
  font-size: 16px;
  text-indent: 2em;
}
.yinyan span {
  display: inline-block;
  text-align: center;
  position: absolute;
  right: 54px;
  margin-top: 20px;
}
.catname {
  height: 62px;
  background: url("syfc_bg_03.png") no-repeat;
  padding-left: 542px;
}
.catname span {
  line-height: 62px;
  font-size: 30px;
  font-weight: bold;
}
.slide {
  height: 540px;
  margin-top: 28px;
  position: relative;
  overflow: hidden;
}
.slide a.prev,
.slide a.next {
  display: block;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 50%;
  margin-top: -31px;
}
.slide a.prev {
  background: url("syfc_bg_04.png") no-repeat;
  left: 30px;
}
.slide a.next {
  background: url("syfc_bg_05.png") no-repeat;
  right: 30px;
}
.slide .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  top: 0px;
  left: 200px;
  width: 800px;
  height: 540px;
  overflow: hidden;
}
.slide .bd li {
  zoom: 1;
  vertical-align: middle;
  width: 100%;
}
.slide .bd li a {
  display: block;
  width: 800px;
  height: 540px;
  text-align: center;
}
.slide .bd li img {
  height: 540px;
  display: inline;
  margin: 0px auto;
}
.bggrey {
  background: #f7f7f7;
}
