* {
  padding: 0;
  margin: 0;
}
body {
  background: #F3F3F3;
}
h1 {
  font-size: 1.3em;
  margin: 0;
}
h2 {
  font-size: 1.2em;
  padding-right: 0;
}
H23d {
  font-size: 1.2em;
  margin: 300px auto;
  text-align: center;
  transition: 0.5s;
  font-family: Arial, Helvetica, sans-serif;
  color: blue;
  line-height: 1.8;
  text-shadow: 2px 0px #ECEE46;
}
H23d:hover {
  font-size: 1.2em;
  text-shadow: 0 1px 0 #CCC, 0 2px 0 #CCC, 0 3px 0 #CCC, 0 4px 0 #CCC, 0 5px 0 #CCC, 0 6px 0 #CCC, 0 7px 0 #CCC, 0 8px 0 #CCC, 0 9px 0 #CCC, 0 10px 0 #CCC, 0 11px 0 #CCC, 0 12px 0 #CCC, 0 20px 30px rgba(0, 0, 0, 0.5);
}
h3 {
  font-size: 1.17em;
}
h4 {
  font-size: 1em;
  margin: 0;
}
h5 {
  font-size: 0.83em;
  margin: 0;
}
h6 {
  font-size: 0.67em;
  margin: 0;
}
.Box {
  position: relative;
}
.Box .content {
  width: 100%;
  margin: 0 auto;
}
.Box h2 {
  text-align: center;
  margin-bottom: 7px;
  padding-top: 7px;
  color: blue;
  font-size: 1.1em;
}
.Box .Box_con {
  position: relative;
}
.Box .Box_con .btnl {
  position: absolute;
}
.Box .Box_con .btn {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  top: 80px;
  cursor: pointer;
}
.Box .Box_con .btnl {
  background: url(/Upload/public/jtl02.png) no-repeat center;
  left: -72px;
}
.Box .Box_con .btnr {
  background: url(/Upload/public/jtr02.png) no-repeat center;
  right: -72px;
}
.Box .Box_con .btnl:hover {
  background: url(img/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
  background: url(img/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox {
  position: relative;
  overflow: hidden;
}
.Box .Box_con .conbox ul {
  position: relative;
  list-style: none;
}
.Box .Box_con .conbox ul li {
  float: left;
  width: 258px;
  height: 310px;
  margin-left: 3px;
  overflow: hidden;
}
.Box .Box_con .conbox ul li:first-child {
  margin-left: 0;
}
.Box .Box_con .conbox ul li img {
  display: block;
  width: 258px;
  height: 258px;
  transition: all 0.5s;
}
.Box .Box_con .conbox ul li:hover img {
  transform: scale(1.1);
}
.Box .BoxSwitch {
  margin-top: -44px;
  text-align: center;
}
.Box .BoxSwitch span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  width: 30px;
  height: 3px;
  background: #CCC;
  margin: 0 5px;
  cursor: pointer;
}
.Box .BoxSwitch span.cur {
  background: red;
}
