@-webkit-keyframes an-rotateY {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
  }
}
@-webkit-keyframes an-rotateZ {
  0% {
    -webkit-transform: rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
  }
}
@-webkit-keyframes an-turnpage {
  0% {
    -webkit-transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
  }
}
@-webkit-keyframes an-turnpage-x {
  0% {
    -webkit-transform: rotateX(-90deg);
  }
  100% {
    -webkit-transform: rotateX(0deg);
  }
}
@-webkit-keyframes an-translateX {
  0% {
    -webkit-transform: translateX(0px);
  }
  33% {
    -webkit-transform: translateX(20px);
  }
  66% {
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
  }
}
.an-translateY {
  animation-name: an-translateY;
  -webkit-animation-name: an-translateY;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
}
@-webkit-keyframes an-translateY {
  0% {
    -webkit-transform: translateY(0px);
  }
  33% {
    -webkit-transform: translateY(20px);
  }
  66% {
    -webkit-transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
@-webkit-keyframes an-narrow {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes an-rotate-dis {
  0% {
    -webkit-transform: translateX(0px) rotateY(0deg) scaleX(1) scaleY(1);
  }
  50% {
    -webkit-transform: translateX(-300px) rotateY(-90deg) scaleX(0.4) scaleY(0.4);
  }
  100% {
    -webkit-transform: translateX(0px) rotateY(-180deg) scaleX(0.2) scaleY(0.2);
  }
}
@-webkit-keyframes an-rotate-show {
  0% {
    -webkit-transform: translateX(0px) rotateY(180deg) scaleX(0.2) scaleY(0.2);
  }
  50% {
    -webkit-transform: translateX(300px) rotateY(90deg) scaleX(0.4) scaleY(0.4);
  }
  100% {
    -webkit-transform: translateX(0px) rotateY(0deg) scaleX(1) scaleY(1);
  }
}
@-webkit-keyframes an-rotate-move {
  0% {
    -webkit-transform: translateX(0px);
  }
  100% {
    -webkit-transform: translateX(900px);
  }
}
@-webkit-keyframes an-rotate-move2 {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-300px);
  }
  100% {
    -webkit-transform: translateY(0px);
  }
}
em {
  font-style: inherit;
}
.icon {
  background-image: url(../image/icon/icon.png);
  display: block;
}
.modular-oh {
  width: 100%;
  height: 100%;
  overflow: hidden;
  _zoom: 1;
  position: relative;
  min-height: 650px;
}
.modular {
  width: 100%;
  height: 100%;
  overflow: hidden;
  _zoom: 1;
  position: relative;
  min-height: 650px;
}
.um-zoom {
  width: 100%;
  height: 100%;
  position: fixed;
  _position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1000;
}
.um-zoom .content {
  width: 100%;
  height: 100%;
}
.um-zoom .content img {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
}
.um-zoom .loading {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url('../../spm_modules/um-ui/image/zoom/loading.gif');
  overflow: hidden;
  _zoom: 1;
}
.um-zoom .next-btn {
  width: 49px;
  height: 49px;
  background-image: url('../../spm_modules/um-ui/image/zoom/arrows.png');
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  right: 0px;
  background-position: -49px 0px;
  background-position: -49 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.8s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.8s;
  transition-property: opacity;
  -moz-transition-property: opacity;
  /* Firefox 4 */
  -webkit-transition-property: opacity;
  /* Safari 和 Chrome */
  -o-transition-property: opacity;
}
.um-zoom .next-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;
}
.um-zoom .prev-btn {
  width: 49px;
  height: 49px;
  background-image: url('../../spm_modules/um-ui/image/zoom/arrows.png');
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* IE 9 */
  -moz-transform: translateY(-50%);
  /* Firefox */
  -webkit-transform: translateY(-50%);
  /* Safari 和 Chrome */
  -o-transform: translateY(-50%);
  left: 0px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.8s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.8s;
  transition-property: opacity;
  -moz-transition-property: opacity;
  /* Firefox 4 */
  -webkit-transition-property: opacity;
  /* Safari 和 Chrome */
  -o-transition-property: opacity;
}
.um-zoom .prev-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;
}
.um-zoom .close-btn {
  width: 49px;
  height: 49px;
  background-image: url('../../spm_modules/um-ui/image/zoom/close.png');
  position: absolute;
  right: 0px;
  top: 0px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  /* Firefox 4 */
  -webkit-transition-duration: 0.8s;
  /* Safari 和 Chrome */
  -o-transition-duration: 0.8s;
  transition-property: opacity;
  -moz-transition-property: opacity;
  /* Firefox 4 */
  -webkit-transition-property: opacity;
  /* Safari 和 Chrome */
  -o-transition-property: opacity;
}
.um-zoom .close-btn:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 10;
}
.um-zoom .an-shake {
  animation-name: an-shake;
  -webkit-animation-name: an-shake;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
}
@-webkit-keyframes an-shake {
  0% {
    -webkit-transform: scale(1, 1);
  }
  33% {
    -webkit-transform: scale(0.9, 1.1);
  }
  66% {
    -webkit-transform: scale(1.1, 0.9);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes an-shake {
  0% {
    transform: scale(1, 1);
  }
  33% {
    transform: scale(0.9, 1.1);
  }
  66% {
    transform: scale(1.1, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
.bg-img {
  position: absolute;
}
.selected .line .left,
.selected .line .right {
  height: 100%;
}
.selected .line .top,
.selected .line .bottom {
  width: 100%;
}
.line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
.line i {
  background-color: #c7c3c2;
  display: block;
  position: absolute;
  transition: width 0.3s, height 0.3s;
}
.line .left,
.line .right {
  height: 0px;
  width: 1px;
}
.line .top,
.line .bottom {
  height: 1px;
  width: 0px;
  left: 0px;
}
.line .left {
  left: 0px;
  bottom: 0px;
}
.line .right {
  right: 0px;
  top: 0px;
}
.line .top {
  top: 0px;
  left: 0px;
}
.line .bottom {
  bottom: 0px;
  right: 0px;
}
.line:hover .left,
.line:hover .right {
  height: 100%;
}
.line:hover .top,
.line:hover .bottom {
  width: 100%;
}
h3 {
  text-align: center;
}
.modular {
  display: table;
}
.center-table {
  display: table;
  width: 100%;
  height: 100%;
}
.center-box {
  display: table-cell;
  vertical-align: middle;
}
.d1 {
  background-size: cover;
  background-position: center center;
  background-image: url(../image/01-01.jpg);
}
.d1 .gif-cont {
  position: absolute;
  top: 50%;
  margin-top: -100px;
  text-align: center;
  width: 100%;
  height: 203px;
  display: none;
}
.d1 .gif-cont .img2 {
  margin-left: 80px;
}
.d1 .gif-cont img {
  width: 200px;
  height: 200px;
}
.d1 .nav {
  text-align: center;
  margin-top: 50px;
}
.d1 .nav .link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 60px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 15px 15px;
  position: relative;
}
.d1 .nav .link .line .bottom {
  width: 100%;
}
.d1 .nav .zw {
  width: 100px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.d1 .wz1 img,
.d1 .wz2 img {
  display: none;
}
.d1 .wz1 .sp1,
.d1 .wz2 .sp1,
.d1 .wz1 .sp2,
.d1 .wz2 .sp2 {
  float: left;
  _display: inline;
  _zoom: 1;
  height: 1px;
  width: 50%;
  background-image: url(../image/01-01.png);
}
.d1 .wz1 .sp2,
.d1 .wz2 .sp2 {
  background-position: -24px 0px;
  background-position: -24 0;
}
.d1 .wz2 .sp1,
.d1 .wz2 .sp2 {
  background-image: url(../image/01-02.png);
}
.d1 .wz1 {
  width: 48px;
  height: 414px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: -660px;
}
.d1 .wz2 {
  width: 48px;
  height: 465px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -200px;
  margin-left: 612px;
}
@media screen and (max-width: 1150px) {
  .d1 .wz1 {
    margin-left: -460px;
  }
  .d1 .wz2 {
    margin-left: 412px;
  }
}
.nav-sm {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 32px;
}
.nav-sm a {
  height: 20px;
  line-height: 20px;
  color: #828282;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 10px;
  margin-right: 10px;
}
.nav-sm a .line i {
  background-color: #000000;
}
.d2 {
  background-size: cover;
  background-position: center center;
  background-image: url(../image/02-01.jpg);
}
.d2 .img-list {
  text-align: center;
}
.d2 .img-list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 3px solid #a4bc34;
  width: 100px;
  height: 100px;
  margin-right: 8px;
  position: relative;
}
.d2 .img-list li img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.d2 .img-list li:hover img {
  width: 120%;
  height: 120%;
  left: -10%;
  top: -10%;
  transition: width 0.3s, height 0.3s, left 0.3s, top 0.3s;
}
.d2 .txt-cont {
  margin-top: 135px;
}
.d2 .txt-cont.txt-cont2 {
  margin-top: 90px;
}
.d2 .txt-cont.txt-cont2 .tx {
  width: 415px;
}
.d2 .txt-cont h4 {
  font-size: 18px;
  color: #939393;
  text-align: center;
}
.d2 .txt-cont h4 em {
  font-size: 36px;
}
.d2 .txt-cont .tx {
  color: #709005;
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  line-height: 34px;
}
.d2 .txt-cont .tx em {
  font-size: 18px;
  font-family: 黑体, SimHei;
}
.d2 .content .li {
  display: none;
  padding-top: 30px;
}
.d2 .content .li.selected {
  display: block;
}
.d2 .imgUl2 {
  position: relative;
}
.d2 .imgUl2 ul {
  overflow: hidden;
  _zoom: 1;
  height: 460px;
  position: relative;
}
.d2 .imgUl2 .sw-target {
  overflow: hidden;
  _zoom: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.d2 .imgUl2 .sw-target a {
  float: left;
  _display: inline;
  _zoom: 1;
  width: 300px;
  height: 200px;
  margin: 15px;
}
.d2 .imgUl2 .sw-target img {
  width: 100%;
  height: 100%;
}
.d2 .imgUl2 .btn-prev,
.d2 .imgUl2 .btn-next {
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../image/02-01.png);
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -21px;
}
.d2 .imgUl2 .btn-next {
  left: auto;
  right: -50px;
  background-position: -42px 0px;
  background-position: -42 0;
}
@media screen and (max-width: 1150px) {
  .d2 .imgUl2 .btn-prev {
    left: 0px;
  }
  .d2 .imgUl2 .btn-next {
    right: 0px;
  }
}
.d2 .imgUl3 ul {
  height: 500px;
}
.d2 .imgUl3 .sw-target a {
  width: 300px;
  height: 220px;
}
.d2 .imgUl3 .sw-target img {
  width: 300px;
  height: 200px;
}
.d2 .imgUl3 .sw-target .font-txt {
  text-align: center;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.d2 .head-img {
  float: left;
  _display: inline;
  _zoom: 1;
  margin-left: 53px;
}
.d2 .head-img .tx {
  padding-top: 30px;
  padding-left: 25px;
  line-height: 20px;
}
.d2 .introduction-cont {
  margin-left: 390px;
  margin-right: 30px;
  height: 300px;
  line-height: 20px;
  margin-top: 25px;
}
.d3 {
  background-size: cover;
  background-position: center center;
  background-image: url(../image/03-01.jpg);
}
.d3 .imgUl {
  position: relative;
  margin-top: 80px;
  display: none;
}
.d3 .imgUl ul {
  overflow: hidden;
  _zoom: 1;
  height: 230px;
  position: relative;
}
.d3 .imgUl .sw-target {
  overflow: hidden;
  _zoom: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
}
.d3 .imgUl .sw-target a {
  float: left;
  _display: inline;
  _zoom: 1;
  width: 312px;
  height: 220px;
  margin: 8px;
  background-color: #ffffff;
  text-align: center;
}
.d3 .imgUl .sw-target a span {
  display: block;
  text-align: left;
  height: 24px;
  line-height: 24px;
  margin-left: 5px;
  margin-right: 5px;
}
.d3 .imgUl .sw-target a img {
  width: 300px;
  height: 180px;
  margin-top: 5px;
}
.d3 .imgUl .sw-target a:hover {
  background-color: #59633e;
  color: #ffffff;
}
.d3 .imgUl .btn-prev,
.d3 .imgUl .btn-next {
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../image/03-01.png);
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -21px;
}
.d3 .imgUl .btn-next {
  left: auto;
  right: -50px;
  background-position: -42px 0px;
  background-position: -42 0;
}
@media screen and (max-width: 1150px) {
  .d3 .imgUl .btn-prev {
    left: 0px;
  }
  .d3 .imgUl .btn-next {
    right: 0px;
  }
}
.d3 .nav-sm {
  text-align: center;
}
.d3 .nav-sm a {
  width: 145px;
  height: 78px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-image: url(../image/03-04.jpg);
  font-size: 18px;
  color: #acb580;
  line-height: 80px;
  padding-left: 20px;
  text-align: left;
  margin-top: 105px;
}
.d3 .nav-sm a.selected {
  background-image: url(../image/03-03.jpg);
  color: #828860;
}
.d4 {
  background-size: cover;
  background-position: center center;
  background-image: url(../image/02-01.jpg);
}
.d4 .new-content .li {
  position: relative;
  display: none;
}
.d4 .new-content .new-ul {
  *zoom: 1;
}
.d4 .new-content .new-ul:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.d4 .new-content .new-ul li {
  display: none;
}
.d4 .new-content .new-ul .new-box {
  margin-top: 60px;
  width: 50%;
  box-sizing: border-box;
  float: left;
  _display: inline;
  _zoom: 1;
  padding-right: 10px;
  padding-left: 10px;
}
.d4 .new-content .new-ul .new-img {
  width: 240px;
  height: 200px;
  float: left;
  _display: inline;
  _zoom: 1;
  margin-right: 20px;
  cursor: pointer;
}
.d4 .new-content .new-ul .new-cont {
  border-top: 1px solid #b4b4b4;
  margin-left: 260px;
  line-height: 34px;
  color: #828282;
}
.d4 .new-content .new-ul .new-tit {
  font-size: 14px;
  color: #000000;
}
.d4 .move-cont {
  *zoom: 1;
  margin-top: 30px;
}
.d4 .move-cont:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.d4 .move-cont .btn-prev,
.d4 .move-cont .btn-next {
  float: right;
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../image/02-01.png);
}
.d4 .move-cont .btn-next {
  background-position: -42px 0px;
  background-position: -42 0;
  margin-left: 10px;
}
.d4 .new-detailed {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 101;
  display: table;
  display: none;
}
.d4 .new-detailed .content {
  width: 700px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 10px;
}
.d4 .new-detailed .btn-close {
  width: 32px;
  height: 32px;
  background-position: -13px 0px;
  background-position: -13 0;
  position: absolute;
  right: 40px;
  top: 40px;
  display: block;
}
.d4 .new-detailed .title {
  font-size: 14px;
  text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 60px;
  line-height: 60px;
}
.d4 .new-detailed .timeS {
  text-align: right;
  line-height: 22px;
  border-bottom: 1px dashed #000000;
}
.d4 .new-detailed .txt-cont {
  padding: 40px;
  line-height: 20px;
  height: 325px;
  overflow: hidden;
  _zoom: 1;
}
.d4 .new-detailed .txt-cont-tx img {
  max-width: 100%;
}
.d4 .new-detailed .move-ul {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 20px;
}
.d4 .new-detailed .move-ul a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 21px;
  margin-left: 32px;
}
.d4 .new-detailed .move-ul .icon4-1 {
  width: 13px;
  height: 21px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  _display: inline;
  _zoom: 1;
  margin-right: 5px;
}
.d4 .new-detailed .move-ul .icon4-2 {
  width: 13px;
  height: 21px;
  background-position: 0px -21px;
  background-position: 0 -21;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
  margin-left: 5px;
}
.d4 .new-detailed .baidu-fx {
  margin-left: 40px;
}
.d4 video {
  height: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.d5 {
  background-size: cover;
  background-position: center center;
  background-image: url(../image/05-05.jpg);
}
.d5 .adv-list .item {
  *zoom: 1;
  display: none;
}
.d5 .adv-list .item:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.d5 .li {
  float: left;
  _display: inline;
  _zoom: 1;
  width: 235px;
  margin-top: 90px;
  margin-left: 5px;
  margin-right: 5px;
}
.d5 .tx {
  height: 77px;
  overflow: hidden;
  _zoom: 1;
  font-size: 14px;
  line-height: 24px;
  color: #5d6436;
  margin-top: 10px;
}
.d5 .li2 {
  margin-top: 155px;
}
.d5 .li3 {
  margin-top: 70px;
}
.d5 .li4 {
  margin-top: 225px;
}
.d5 .move-cont {
  *zoom: 1;
  margin-top: 30px;
}
.d5 .move-cont:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.d5 .move-cont .btn-prev,
.d5 .move-cont .btn-next {
  float: right;
  display: block;
  width: 42px;
  height: 42px;
  background-image: url(../image/02-01.png);
}
.d5 .move-cont .btn-next {
  background-position: -42px 0px;
  background-position: -42 0;
  margin-left: 10px;
}
.d5 .adv-detailed {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 101;
  display: table;
  display: none;
}
.d5 .adv-detailed .content {
  width: 700px;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 10px;
}
.d5 .adv-detailed .sub-btn {
  width: 110px;
  height: 45px;
  line-height: 45px;
  margin-top: 35px;
  background-color: #59633e;
  font-size: 18px;
  text-align: center;
  border-radius: 6px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #ffffff;
}
.d5 .adv-detailed .move-ul {
  text-align: right;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 20px;
}
.d5 .adv-detailed .move-ul a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 21px;
  margin-left: 32px;
}
.d5 .adv-detailed .move-ul .icon4-1 {
  width: 13px;
  height: 21px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: left;
  _display: inline;
  _zoom: 1;
  margin-right: 5px;
}
.d5 .adv-detailed .move-ul .icon4-2 {
  width: 13px;
  height: 21px;
  background-position: 0px -21px;
  background-position: 0 -21;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  float: right;
  margin-left: 5px;
}
.d5 .adv-detailed .tx {
  text-align: center;
  height: 450px;
  font-size: 12px;
  color: #000000;
}
.d5 .adv-detailed .btn-close {
  width: 32px;
  height: 32px;
  background-position: -13px 0px;
  background-position: -13 0;
  position: absolute;
  right: 40px;
  top: 40px;
  display: block;
}
.d5 .img-head {
  cursor: pointer;
  text-align: center;
}
.d5 .img-head .tit {
  font-size: 36px;
  font-family: SimSun;
  font-weight: bold;
  padding-top: 100px;
  overflow: hidden;
  _zoom: 1;
  margin-left: 45px;
  margin-right: 40px;
}
.d5 .img-head .en {
  overflow: hidden;
  _zoom: 1;
  font-size: 14px;
  font-family: Agency FB;
  font-weight: bold;
  margin-left: 45px;
  margin-right: 40px;
}
.d5 .img-head span {
  display: block;
}
.d5 .img-head-1 {
  background-image: url(../image/05-02.png);
  width: 235px;
  height: 226px;
}
.d5 .img-head-1 .tit {
  color: #ffffff;
}
.d5 .img-head-1 .en {
  color: #5c633b;
}
.d5 .img-head-2 {
  background-image: url(../image/05-03.png);
  width: 216px;
  height: 222px;
}
.d5 .img-head-2 .tit {
  color: #5c633b;
  padding-top: 85px;
  margin-left: 30px;
  margin-right: 30px;
}
.d5 .img-head-2 .en {
  color: #ffffff;
  margin-left: 37px;
  margin-right: 40px;
}
.d5 .img-head-3 {
  background-image: url(../image/05-06.png);
  width: 235px;
  height: 226px;
}
.d5 .img-head-3 .tit {
  padding-top: 90px;
  color: #ffffff;
}
.d5 .img-head-3 .en {
  color: #5c633b;
}
.d5 .img-head-4 {
  background-image: url(../image/05-04.png);
  width: 212px;
  height: 201px;
}
.d5 .img-head-4 .tit {
  color: #5c633b;
  padding-top: 70px;
  margin-left: 20px;
  margin-right: 30px;
}
.d5 .img-head-4 .en {
  color: #ffffff;
  margin-left: 20px;
}
.d6 {
  background-size: cover;
  background-position: center center;
  background-image: url(../image/06-01.jpg);
}
.d6 .top-btn {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.d6 .tel {
  line-height: 20px;
  color: #475301;
  text-align: center;
  position: absolute;
  top: 70%;
  width: 100%;
}
