img {
  vertical-align: bottom;
}
.transition-100 {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.transition-200 {
  transition: all 0.2s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -o-transition: all 0.1s;
}
.transition-300 {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.transition-500 {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.trans-slowest {
  transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  -webkit-transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  -moz-transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  -ms-transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  -o-transform: translate(0, 0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scale(1, 1);
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
}
.delay-1 {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
}
.delay-2 {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
}
.delay-3 {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
}
.delay-4 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
}
.delay-5 {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
}
.delay-6 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
}
.delay-7 {
  transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
}
.delay-8 {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
}
.delay-9 {
  transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
}
.delay-10 {
  transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
}
.view-opacity {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
}
.view-up {
  opacity: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}
.view-up-half {
  opacity: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.view-up-80 {
  opacity: 0;
  transform: translateY(-80px);
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
}
.view-down {
  opacity: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
}
.view-down-half {
  opacity: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
}
.view-down-80 {
  opacity: 0;
  transform: translateY(80px);
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  -o-transform: translateY(80px);
}
.view-left {
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.view-left-down {
  opacity: 0;
  transform: translateX(-100%) translateY(100%);
  -webkit-transform: translateX(-100%) translateY(100%);
  -moz-transform: translateX(-100%) translateY(100%);
  -ms-transform: translateX(-100%) translateY(100%);
  -o-transform: translateX(-100%) translateY(100%);
}
.view-left-half {
  opacity: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.view-left-80 {
  opacity: 0;
  transform: translateX(-80px);
  -webkit-transform: translateX(-80px);
  -moz-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  -o-transform: translateX(-80px);
}
.view-right {
  opacity: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}
.view-right-half {
  opacity: 0;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
.view-right-80 {
  opacity: 0;
  transform: translateX(80px);
  -webkit-transform: translateX(80px);
  -moz-transform: translateX(80px);
  -ms-transform: translateX(80px);
  -o-transform: translateX(80px);
}
.view-rotate-x {
  opacity: 0;
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.view-rotate-x90 {
  opacity: 0;
  transform: rotateX(80deg);
  -webkit-transform: rotateX(80deg);
  -moz-transform: rotateX(80deg);
  -ms-transform: rotateX(80deg);
  -o-transform: rotateX(80deg);
}
.view-rotate-y {
  opacity: 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.view-rotate-y90 {
  opacity: 0;
  transform: rotateY(90deg);
  -webkit-transform: rotateY(90deg);
  -moz-transform: rotateY(90deg);
  -ms-transform: rotateY(90deg);
  -o-transform: rotateY(90deg);
}
.view-rotate-z {
  opacity: 0;
  transform: rotateZ(-180deg);
  -webkit-transform: rotateZ(-180deg);
  -moz-transform: rotateZ(-180deg);
  -ms-transform: rotateZ(-180deg);
  -o-transform: rotateZ(-180deg);
}
.view-rotate-z90 {
  opacity: 0;
  transform: rotateZ(-90deg);
  -webkit-transform: rotateZ(-90deg);
  -moz-transform: rotateZ(-90deg);
  -ms-transform: rotateZ(-90deg);
  -o-transform: rotateZ(-90deg);
}
.view-scale {
  opacity: 0;
  transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
}
.view-scale-z {
  opacity: 0;
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(0.5, 0.5);
}
.view-scale-x {
  opacity: 0;
  transform: scale(0.1, 1);
  -webkit-transform: scale(0.1, 1);
  -moz-transform: scale(0.1, 1);
  -ms-transform: scale(0.1, 1);
  -o-transform: scale(0.1, 1);
}
.view-scale-y {
  opacity: 0;
  transform: scale(1, 0.1);
  -webkit-transform: scale(1, 0.1);
  -moz-transform: scale(1, 0.1);
  -ms-transform: scale(1, 0.1);
  -o-transform: scale(1, 0.1);
}
#works_info .box {
  width: 1070px;
}
#works_info .box > .left {
  margin-top: -20px;
}
#works_info .box .btn_look {
  text-align: center;
}
#works_info .box .btn_look a {
  background-color: #76b722;
}
#works_info .box .btn_look a:hover {
  background-color: #a4ce3e;
}
#works_info .box .info_link .item div.bg {
  border: 1px solid #a7a7a7;
}
#works_info .box .info_link .item:hover .bg {
  background: #318217 !important;
}
#works_info .box .works_logo {
  padding: 0;
  margin-bottom: 50px;
}
.pos {
  position: absolute;
}
#img_box {
  position: relative;
}
#img_box > .hua {
  width: 25%;
  top: -2.7%;
  right: 6%;
  z-index: 2;
}
#img_box .img {
  position: relative;
  overflow: hidden;
}
#img_box .img .txt {
  position: absolute;
  width: 960px;
  left: 50%;
  margin-left: -480px;
}
#img_box .img .txt .t1 {
  text-align: center;
}
#img_box .img .txt .t1 img {
  width: 18px;
}
#img_box .img .txt .t2 {
  text-align: center;
  font-size: 34px;
  margin: 20px 0 20px;
  line-height: 45px;
}
#img_box .img .txt .t3 {
  font-size: 16px;
  line-height: 36px;
  text-align: left;
}
#img_box .box1 .p1 {
  width: 20%;
  top: 11%;
  left: 18%;
  z-index: 4;
}
#img_box .box1 .p2 {
  width: 61.54%;
  top: 1%;
  z-index: 3;
  right: 12%;
}
#img_box .box2 .txt {
  top: 2%;
  z-index: 2;
}
#img_box .box2 .txt p {
  color: #fff;
}
#img_box .box2 .p1 {
  width: 69.76%;
  right: 15%;
  bottom: 9%;
}
#img_box .box2 .b1 {
  width: 3.03%;
  left: 8%;
  bottom: 45%;
}
#img_box .box2 .b2 {
  width: 7.08%;
  bottom: 63%;
  right: 15%;
}
#img_box .box2 .b3 {
  width: 3.57%;
  right: 6%;
  bottom: 55%;
}
#img_box .box3 .txt {
  top: 0;
}
#img_box .box3 .txt .t2 {
  color: #587745;
}
#img_box .box3 .txt .t3 {
  color: #587745;
}
#img_box .box3 .p1 {
  width: 58.51%;
  bottom: 27%;
  left: 8.5%;
}
#img_box .box3 .p2 {
  width: 68.27%;
  bottom: 16%;
  left: 10%;
}
#img_box .box3 .p3 {
  width: 65.83%;
  bottom: 5%;
  left: 32.5%;
}
#img_box .box3 .p4 {
  width: 20.17%;
  left: 3%;
  bottom: 18%;
}
#img_box .box4 .txt {
  top: 0;
}
#img_box .box4 .txt p {
  color: #587745;
}
#img_box .box4 .p1 {
  width: 91.84%;
  top: 23.7%;
  left: 7.8%;
}
#img_box .box4 .p2 {
  width: 29.52%;
  bottom: 5%;
  right: 3%;
}
#img_box .box4 .b1 {
  width: 2.5%;
  left: 18%;
  bottom: 37%;
}
#img_box .box4 .b2 {
  width: 5.08%;
  bottom: 12%;
  left: 30%;
}
#img_box .box4 .b3 {
  width: 3%;
  right: 34%;
  bottom: 77%;
}
#img_box .box5 .txt {
  top: 0%;
}
#img_box .box5 .txt p {
  color: #587745;
}
#img_box .box5 .b1 {
  width: 2.5%;
  left: 13%;
  top: 21%;
}
#img_box .box5 .b2 {
  width: 5.08%;
  top: 0%;
  right: 10%;
}
#img_box .box5 .p1 {
  width: 37.38%;
  left: 9%;
  bottom: 0;
}
#img_box .box5 .p2 {
  width: 37.26%;
  bottom: 0;
  right: 9%;
}
#img_box .box5 .p3 {
  width: 57.91%;
  bottom: 0;
  right: 21%;
}
#img_box .box6 .p1 {
  width: 60.95%;
  top: 13%;
  right: 17%;
}
#img_box .box6 .txt {
  width: 580px;
  top: 22%;
  left: 22%;
  margin-left: 0;
  text-align: left;
}
#img_box .box6 .txt .p1 {
  font-size: 34px;
  color: #587745;
}
#img_box .box6 .txt .p2 {
  font-size: 16px;
  line-height: 36px;
  color: #587745;
}
#img_box .box7 .txt {
  top: 0;
}
#img_box .box7 .txt p {
  color: #587745;
}
#img_box .box7 .p1 {
  width: 65.35%;
  bottom: -2%;
  left: 21%;
}
#img_box .box7 .b1 {
  width: 2.5%;
  left: 13%;
  bottom: 72%;
}
#img_box .box7 .b2 {
  width: 5.08%;
  top: 3%;
  right: 10%;
}
#img_box .box7 .b3 {
  width: 3%;
  right: 11%;
  bottom: 43%;
}
