.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);
}
.pos {
  position: absolute;
}
.img {
  position: relative;
}
#works_info {
  padding-bottom: 0;
  background: #ffff f;
  color: #36393d;
}
#works_info .box {
  width: 1070px;
}
#works_info .box .btn_look a {
  background-color: #1c60b5;
}
#works_info .box .btn_look a:hover {
  background-color: #4c4c4c;
}
#works_info .box .info_link .item div.bg {
  border-color: #7b7b7b;
}
#works_info .box .info_link .item:hover div.bg {
  background: #5082b7;
}
#img_box .txt {
  position: relative;
}
#img_box .txt .p1 {
  color: #004ca0;
}
#img_box .txt .p2 {
  color: #3a4149;
}
#img_box .txt .tit {
  font-weight: bold;
  position: relative;
}
#img_box .txt .en {
  position: absolute;
  width: 100%;
  top: 6px;
  font-size: 80px;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  font-family: "Microsoft YaHei";
  font-weight: bold;
}
#img_box .img {
  overflow: hidden;
}
#img_box .img .txt {
  position: absolute;
  width: 980px;
  top: 12px;
  left: 50%;
  margin-left: -490px;
}
#img_box .img .txt p {
  margin: 0;
}
#img_box .img .txt .txt1 {
  position: absolute;
  width: 100%;
  top: -15px;
  font-size: 80px;
  line-height: 70px;
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  font-family: "Microsoft YaHei";
  font-weight: bold;
}
#img_box .img .txt .txt2 {
  font-size: 45px;
  color: #004ca0;
  text-align: center;
  font-weight: bold;
  line-height: normal;
  margin: 0 auto 35px;
  position: relative;
}
#img_box .img .txt .txt3 {
  font-size: 16px;
  line-height: 36px;
  color: #3a4149;
  text-align: justify;
  position: relative;
}
#img_box .box1 .p1 {
  width: 64.34%;
  bottom: 0%;
  left: 15%;
}
#img_box .box1 .p2 {
  width: 16.07%;
  bottom: 0%;
  right: 13%;
}
#img_box .box1 .p3 {
  width: 64.22%;
  top: 0;
  right: 2%;
}
#img_box .box1 .p4 {
  bottom: 5%;
  left: 10%;
  width: 39px;
}
#img_box .box2 .p1 {
  width: 39.46%;
  top: 0;
  left: 10%;
}
#img_box .box2 .p2 {
  width: 37.38%;
  top: 0;
  right: 10%;
}
#img_box .box3 .p1 {
  width: 91.13%;
  top: 19%;
  left: 4.435%;
}
#img_box .box3 .p2 {
  width: 39px;
  top: 0;
  right: 9%;
}
#img_box .box4 .p1 {
  width: 50.47%;
  top: 6%;
  left: 13%;
}
#img_box .box4 .p2 {
  width: 50.71%;
  top: -2.5%;
  right: 2%;
}
#img_box .box4 .p3 {
  width: 569px;
  top: 72%;
  right: 16%;
}
#img_box .box4 .wz-box {
  box-sizing: border-box;
  width: 470px;
  height: 245px;
  background: #fff;
  border-radius: 12px;
  border: 3px solid #deeaf1;
  right: 9%;
  top: 77%;
  padding: 33px 50px 0;
  box-shadow: 15px 15px 29px 0px rgba(10, 67, 128, 0.25);
}
#img_box .box4 .wz-box p {
  font-size: 16px;
  line-height: 36px;
  color: #3a4149;
  text-align: left;
}
#img_box .box5 .p1 {
  width: 57.61%;
  left: 8%;
  top: 25%;
  z-index: 2;
}
#img_box .box5 .p2 {
  width: 22.61%;
  left: 61%;
  top: 16%;
  z-index: 1;
}
#img_box .box5 .p3 {
  width: 24.34%;
  left: 68%;
  top: 14%;
}
#img_box .box5 .p4 {
  width: 42.61%;
  left: 8%;
  top: 66%;
}
#img_box .box5 .p5 {
  width: 64.4%;
  left: 25%;
  bottom: 7%;
}
#img_box .box6.img .txt .txt2,
#img_box .box6.img .txt .txt3 {
  color: #fff;
}
#img_box .box6.img .p1 {
  width: 37.73%;
  left: 0%;
  top: 35%;
}
#img_box .box6.img .p2 {
  width: 39.16%;
  left: 16%;
  top: 26.3%;
  z-index: 1;
}
#img_box .box6.img .p3 {
  width: 48.8%;
  left: 40.5%;
  top: 64.2%;
  z-index: 2;
}
#img_box .box6.img .p4 {
  width: 27.26%;
  left: 73%;
  top: 32%;
}
#img_box .box6.img .p5 {
  width: 39px;
  top: 1%;
  left: 11.8%;
}
#img_box .box6.img .p6 {
  width: 15.23%;
  top: 54%;
  left: 62%;
  z-index: 3;
}
#img_box .box7 .txt {
  top: 12%;
}
#img_box .box7 .p6 {
  width: 89.1%;
  right: 0;
  bottom: 2%;
}
#img_box .box7 .p8 {
  width: 69.16%;
  left: 4%;
  bottom: 8.5%;
}
#img_box .box7 .p5 {
  width: 97.02%;
  right: 0;
  bottom: 16%;
}
#img_box .box7 .p7 {
  width: 65.83%;
  left: 6.6%;
  bottom: 38.7%;
}
#img_box .box7 .p11 {
  width: 29.82%;
  bottom: 38.5%;
  left: 42%;
}
#img_box .box7 .p1 {
  width: 20.77%;
  left: 15%;
  bottom: 60%;
}
#img_box .box7 .p2 {
  width: 20.47%;
  left: 33%;
  bottom: 63%;
}
#img_box .box7 .p3 {
  width: 20.47%;
  left: 55%;
  bottom: 71%;
}
#img_box .box7 .p4 {
  width: 20.47%;
  left: 67%;
  bottom: 59%;
}
#img_box .box7 .p9 {
  width: 184px;
  left: 25%;
  bottom: 54.5%;
}
#img_box .box7 .p10 {
  width: 74px;
  bottom: 59%;
  left: 24%;
}
