/*通用部分*/
body {
  font-family: "微软雅黑";
}
a,
a:visited {
  color: #333;
  font-size: 13px;
}
a:hover,
a:visited:hover {
  color: #125aae;
}
.container {
  width: 1200px;
  margin: 0px auto;
  margin-top: 20px;
  padding-top: 20px;
}
.container2 {
  background: #f8f7fc;
  margin-top: 40px;
  padding-bottom: 30px;
}
.container2 .container {
  margin-top: 0px;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  height: 0px;
  display: block;
  overflow: hidden;
  clear: both;
}
.banner {
  height: 397px;
  background: url("sxsy_bg_01.jpg") no-repeat top center;
}
.disc {
  padding: 12px 40px 0px;
}
.disc p {
  line-height: 34px;
  font-size: 20px;
  text-indent: 2em;
}
.img-scroll {
  width: 1200px;
  height: 213px;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}
.img-scroll .hd {
  overflow: hidden;
  width: 1200px;
  height: 213px;
  position: absolute;
  left: 0px;
  top: 0px;
}
.img-scroll .hd .prev,
.img-scroll .hd .next {
  display: block;
  width: 38px;
  height: 38px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 87px;
}
.img-scroll .hd .prev {
  left: 0px;
  background: url("sxsy_bg_05.png") no-repeat;
}
.img-scroll .hd .next {
  right: 0px;
  background: url("sxsy_bg_06.png") no-repeat;
}
.img-scroll .bd {
  width: 1104px;
  height: 213px;
  position: absolute;
  left: 48px;
  top: 0px;
  overflow: hidden;
}
.img-scroll .bd ul {
  overflow: hidden;
  zoom: 1;
}
.img-scroll .bd ul li {
  margin-right: 18px;
  float: left;
  _display: inline;
  overflow: hidden;
}
.img-scroll .bd ul li .pic {
  text-align: center;
}
.img-scroll .bd ul li .pic a {
  display: block;
  width: 356px;
  height: 213px;
  position: relative;
}
.img-scroll .bd ul li .pic a img {
  display: block;
  width: 356px;
  height: 213px;
  z-index: 1;
}
.img-scroll .bd ul li .pic a i {
  display: block;
  width: 356px;
  height: 34px;
  background: #000;
  opacity: 0.4;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
}
.img-scroll .bd ul li .pic a span {
  display: block;
  width: 356px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 17px;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 3;
}
.map-box {
  height: 920px;
  background: url("sxsy_bg_09.jpg") no-repeat top center;
  margin-top: 50px;
  padding: 60px 0px;
}
.map-box .max-scroll {
  width: 978px;
  height: 800px;
  margin: 0px auto;
  position: relative;
}
.map-box .max-scroll .hd {
  overflow: hidden;
  width: 978px;
  height: 92px;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -46px;
}
.map-box .max-scroll .hd .prev,
.map-box .max-scroll .hd .next {
  display: block;
  width: 50px;
  height: 92px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 0px;
}
.map-box .max-scroll .hd .prev {
  left: 0px;
  background: url("sxsy_bg_07.png") no-repeat;
}
.map-box .max-scroll .hd .next {
  right: 0px;
  background: url("sxsy_bg_08.png") no-repeat;
}
.map-box .max-scroll .bd {
  width: 700px;
  height: 800px;
  position: absolute;
  left: 50%;
  margin-left: -350px;
  top: 0px;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 25px #333333;
  -webkit-box-shadow: 0px 0px 25px #333333;
  box-shadow: 0px 0px 25px #333333;
}
.map-box .max-scroll .bd ul {
  overflow: hidden;
  zoom: 1;
}
.map-box .max-scroll .bd ul li {
  margin-right: 18px;
  float: left;
  _display: inline;
  overflow: hidden;
}
.map-box .max-scroll .bd ul li .pic {
  text-align: center;
}
.map-box .max-scroll .bd ul li .pic img {
  display: block;
  width: 700px;
  height: 800px;
}
