.page {
  padding-top: 80px;
}
.page .section {
  width: 100%;
  height: auto;
}
.page .section .container {
  height: 100%;
  position: relative;
}
.page .section.section1 {
  height: auto;
  overflow: hidden;
}
.page .section.section1 .sec-top {
  height: 585px;
  background: url(../images/zygx-sec1-topbg.png) no-repeat center center;
}
.page .section.section1 .sec-top .sec-left {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
  -webkit-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  -moz-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  -o-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  -ms-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
}
.page .section.section1 .sec-top .sec-left p {
  position: absolute;
  left: 55px;
  top: 200px;
  color: #fff;
  font-size: 56px;
  line-height: 80px;
}
.page .section.section1 .sec-top .sec-right {
  width: 50%;
  height: 100%;
  float: right;
  text-align: right;
  position: relative;
  -webkit-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  -moz-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  -o-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  -ms-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  opacity: 0;
}
.page .section.section1 .sec-top .sec-right img {
  position: absolute;
  right: 100px;
  bottom: 0;
}
.page .section.section1 .sec-bottom {
  height: 424px;
  background: url(../images/zygx-sec1-btbg.png) no-repeat center center;
}
.page .section.section1 .sec-bottom .sec-details {
  padding: 110px 50px;
  -webkit-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -moz-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -o-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -ms-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
}
.page .section.section1 .sec-bottom .sec-details p {
  font-size: 16px;
  line-height: 28px;
  color: #777;
  margin-bottom: 10px;
}
.page .section.section1.active .sec-top .sec-left,
.page .section.section1.active .sec-top .sec-right {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  opacity: 1;
}
.page .section.section1.active .sec-bottom .sec-details {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section2 {
  height: 770px;
  overflow: hidden;
  padding-top: 30px;
}
.page .section.section2 h2 {
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  -moz-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  -o-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  -ms-transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  transition: opacity 0.5s ease-out 0.4s, transform 1s ease-out 0.4s;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  opacity: 0;
}
.page .section.section2 h2 p {
  font-size: 40px;
  color: #333;
  line-height: 60px;
  font-weight: 700;
}
.page .section.section2 h2 p i {
  font-style: normal;
  display: inline-block;
  line-height: 60px;
  color: #3b14c7;
}
.page .section.section2 h2 span {
  display: inline-block;
  font-size: 16px;
  color: #999;
  line-height: 35px;
  font-weight: 400;
}
.page .section.section2 .item-box {
  width: 100%;
  height: auto;
}
.page .section.section2 .item-box ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page .section.section2 .item-box ul li {
  float: left;
  width: 33.33%;
  padding: 10px;
}
.page .section.section2 .item-box ul li a {
  display: inline-block;
  width: 100%;
  height: auto;
  text-align: center;
}
.page .section.section2 .item-box ul li a img.item-img {
  display: block;
  width: 173px;
  height: 173px;
  margin: 10px auto;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -moz-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -o-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -ms-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
}
.page .section.section2 .item-box ul li a img.item-img:hover {
  animation: rubberBand 1s;
  -webkit-animation: rubberBand 1s;
  -moz-animation: rubberBand 1s;
  -ms-animation: rubberBand 1s;
  -o-animation: rubberBand 1s;
}
.page .section.section2 .item-box ul li a img.item-img-bt {
  display: block;
  width: 150px;
  height: 25px;
  margin: 10px auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease-in-out 1s;
  -moz-transition: all 1s ease-in-out 1s;
  -ms-transition: all 1s ease-in-out 1s;
  -o-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
}
.page .section.section2 .item-box ul li a span {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #333;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -moz-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -o-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  -ms-transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
  transition: opacity 0.5s ease-out 1s, transform 1s ease-out 1s;
}
.page .section.section2.active h2 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section2.active .item-box ul li a img.item-img,
.page .section.section2.active .item-box ul li a span {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section2.active .item-box ul li a img.item-img-bt {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section3 {
  height: 914px;
  overflow: hidden;
  padding-top: 30px;
  background: url(../images/zygx-sec3-bg.png) no-repeat center center;
}
.page .section.section3 h2 {
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -moz-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -o-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -ms-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section3 h2 p {
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
}
.page .section.section3 h2 span {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  font-weight: 400;
}
.page .section.section3 .sec-box {
  width: 100%;
  height: auto;
}
.page .section.section3 .sec-box h3 {
  font-size: 30px;
  color: #acc3ef;
  line-height: 60px;
  padding-left: 25px;
  background: url(../images/tl-bg.png) no-repeat left center;
  -webkit-transition: opacity 0.5s ease-out 1.5s, transform 1s ease-out 1.5s;
  -moz-transition: opacity 0.5s ease-out 1.5s, transform 1s ease-out 1.5s;
  -o-transition: opacity 0.5s ease-out 1.5s, transform 1s ease-out 1.5s;
  -ms-transition: opacity 0.5s ease-out 1.5s, transform 1s ease-out 1.5s;
  transition: opacity 0.5s ease-out 1.5s, transform 1s ease-out 1.5s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  opacity: 0;
}
.page .section.section3 .sec-box .sec-nav {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -webkit-transition: opacity 1s ease-out 2s;
  -moz-transition: opacity 1s ease-out 2s;
  -o-transition: opacity 1s ease-out 2s;
  -ms-transition: opacity 1s ease-out 2s;
  transition: opacity 1s ease-out 2s;
  opacity: 0;
}
.page .section.section3 .sec-box .sec-nav li {
  line-height: 80px;
  display: inline-block;
  position: relative;
}
.page .section.section3 .sec-box .sec-nav li a {
  display: inline-block;
  line-height: 80px;
  font-size: 22px;
  color: #6d7689;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  padding: 0 15px;
}
.page .section.section3 .sec-box .sec-nav li span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 2px;
  background: #0058ff;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  -ms-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  left: 50%;
  bottom: 15px;
  z-index: 1;
  margin-left: 0;
}
.page .section.section3 .sec-box .sec-nav li.active a,
.page .section.section3 .sec-box .sec-nav li:hover a {
  color: #fff;
}
.page .section.section3 .sec-box .sec-nav li.active span,
.page .section.section3 .sec-box .sec-nav li:hover span {
  width: 33px;
  margin-left: -16.5px;
}
.page .section.section3 .sec-box .tab-box {
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease-in-out 2.5s;
  -moz-transition: all 1s ease-in-out 2.5s;
  -ms-transition: all 1s ease-in-out 2.5s;
  -o-transition: all 1s ease-in-out 2.5s;
  transition: all 1s ease-in-out 2.5s;
}
.page .section.section3 .sec-box .tab-box .tab-item {
  width: 100%;
  height: 640px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  text-align: center;
}
.page .section.section3 .sec-box .tab-box .tab-item p {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin: 25px 0;
}
.page .section.section3 .sec-box .tab-box .tab-item img {
  margin: 10px auto;
}
.page .section.section3 .sec-box .tab-box .tab-item.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section3.active h2 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section3.active .sec-box h3 {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  opacity: 1;
}
.page .section.section3.active .sec-box .sec-nav {
  opacity: 1;
}
.page .section.section3.active .sec-box .tab-box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section4 {
  height: 960px;
  padding-top: 30px;
  overflow: hidden;
}
.page .section.section4 .sec-box {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
}
.page .section.section4 .sec-box h3 {
  font-size: 30px;
  color: #333;
  line-height: 60px;
  padding-left: 25px;
  background: url(../images/tl-bg.png) no-repeat left center;
  text-align: left;
  -webkit-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -moz-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -o-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -ms-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  opacity: 0;
}
.page .section.section4 .sec-box .sec-mid {
  text-align: center;
  position: relative;
}
.page .section.section4 .sec-box .sec-mid img.cen-img {
  margin: 0 auto;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.6s ease-in-out 1s;
  -moz-transition: all 0.6s ease-in-out 1s;
  -ms-transition: all 0.6s ease-in-out 1s;
  -o-transition: all 0.6s ease-in-out 1s;
  transition: all 0.6s ease-in-out 1s;
}
.page .section.section4 .sec-box .sec-mid .sec-word {
  position: absolute;
  font-size: 26px;
  color: #1a4ed0;
}
.page .section.section4 .sec-box .sec-mid .sec-word.sec-word1 {
  left: 115px;
  top: 260px;
  -webkit-transition: opacity 0.5s ease-out 1.6s, transform 1s ease-out 1.6s;
  -moz-transition: opacity 0.5s ease-out 1.6s, transform 1s ease-out 1.6s;
  -o-transition: opacity 0.5s ease-out 1.6s, transform 1s ease-out 1.6s;
  -ms-transition: opacity 0.5s ease-out 1.6s, transform 1s ease-out 1.6s;
  transition: opacity 0.5s ease-out 1.6s, transform 1s ease-out 1.6s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section4 .sec-box .sec-mid .sec-word.sec-word2 {
  left: 670px;
  top: 80px;
  -webkit-transition: opacity 0.5s ease-out 1.8s, transform 1s ease-out 1.8s;
  -moz-transition: opacity 0.5s ease-out 1.8s, transform 1s ease-out 1.8s;
  -o-transition: opacity 0.5s ease-out 1.8s, transform 1s ease-out 1.8s;
  -ms-transition: opacity 0.5s ease-out 1.8s, transform 1s ease-out 1.8s;
  transition: opacity 0.5s ease-out 1.8s, transform 1s ease-out 1.8s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section4 .sec-box .sec-mid .sec-word.sec-word3 {
  right: 165px;
  top: 225px;
  -webkit-transition: opacity 0.5s ease-out 2s, transform 1s ease-out 2s;
  -moz-transition: opacity 0.5s ease-out 2s, transform 1s ease-out 2s;
  -o-transition: opacity 0.5s ease-out 2s, transform 1s ease-out 2s;
  -ms-transition: opacity 0.5s ease-out 2s, transform 1s ease-out 2s;
  transition: opacity 0.5s ease-out 2s, transform 1s ease-out 2s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section4 .sec-box .sec-mid .sec-word.sec-word4 {
  left: 535px;
  bottom: 290px;
  color: #fff;
  -webkit-transition: opacity 0.5s ease-out 2.2s, transform 1s ease-out 2.2s;
  -moz-transition: opacity 0.5s ease-out 2.2s, transform 1s ease-out 2.2s;
  -o-transition: opacity 0.5s ease-out 2.2s, transform 1s ease-out 2.2s;
  -ms-transition: opacity 0.5s ease-out 2.2s, transform 1s ease-out 2.2s;
  transition: opacity 0.5s ease-out 2.2s, transform 1s ease-out 2.2s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section4 .sec-box img.pop-img {
  position: absolute;
  opacity: 0;
}
.page .section.section4 .sec-box img.pop-img.pop-img1 {
  left: 100px;
  top: 140px;
  -webkit-transition: opacity 1s ease-out 2.6s;
  -moz-transition: opacity 1s ease-out 2.6s;
  -o-transition: opacity 1s ease-out 2.6s;
  -ms-transition: opacity 1s ease-out 2.6s;
  transition: opacity 1s ease-out 2.6s;
}
.page .section.section4 .sec-box img.pop-img.pop-img2 {
  left: 0px;
  bottom: 20px;
  -webkit-transition: opacity 1s ease-out 2.6s;
  -moz-transition: opacity 1s ease-out 2.6s;
  -o-transition: opacity 1s ease-out 2.6s;
  -ms-transition: opacity 1s ease-out 2.6s;
  transition: opacity 1s ease-out 2.6s;
}
.page .section.section4 .sec-box img.pop-img.pop-img3 {
  right: 0px;
  bottom: 0px;
  width: 500px;
  -webkit-transition: opacity 1s ease-out 2.6s;
  -moz-transition: opacity 1s ease-out 2.6s;
  -o-transition: opacity 1s ease-out 2.6s;
  -ms-transition: opacity 1s ease-out 2.6s;
  transition: opacity 1s ease-out 2.6s;
}
.page .section.section4 .sec-box img.pop-img.pop-img4 {
  right: -80px;
  top: -140px;
  -webkit-transition: opacity 1s ease-out 2.6s;
  -moz-transition: opacity 1s ease-out 2.6s;
  -o-transition: opacity 1s ease-out 2.6s;
  -ms-transition: opacity 1s ease-out 2.6s;
  transition: opacity 1s ease-out 2.6s;
}
.page .section.section4.active .sec-box h3 {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  opacity: 1;
}
.page .section.section4.active .sec-box .sec-mid img.cen-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section4.active .sec-box .sec-mid .sec-word {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section4.active .sec-box img.pop-img {
  opacity: 1;
}
.page .section.section5 {
  height: 980px;
  padding-top: 30px;
  overflow: hidden;
}
.page .section.section5 .sec-box {
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.page .section.section5 .sec-box h3 {
  font-size: 30px;
  color: #333;
  line-height: 60px;
  padding-left: 25px;
  background: url(../images/tl-bg.png) no-repeat left center;
  text-align: left;
  -webkit-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -moz-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -o-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  -ms-transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  transition: opacity 0.5s ease-out 0.5s, transform 1s ease-out 0.5s;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  opacity: 0;
}
.page .section.section5 .sec-box .cen-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 1s ease-in-out 1s;
  -moz-transition: all 1s ease-in-out 1s;
  -ms-transition: all 1s ease-in-out 1s;
  -o-transition: all 1s ease-in-out 1s;
  transition: all 1s ease-in-out 1s;
}
.page .section.section5 .sec-box .sec-item {
  width: 100%;
  height: 100%;
  padding: 100px 0 0;
  position: absolute;
  left: 0;
  top: 0;
}
.page .section.section5 .sec-box .sec-item .items {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.page .section.section5 .sec-box .sec-item .items .items-m {
  position: absolute;
  width: 40%;
  opacity: 0;
}
.page .section.section5 .sec-box .sec-item .items .items-m.sys-m {
  left: 0;
  top: 0;
  -webkit-transition: opacity 1s ease-in-out 2s;
  -moz-transition: opacity 1s ease-in-out 2s;
  -ms-transition: opacity 1s ease-in-out 2s;
  -o-transition: opacity 1s ease-in-out 2s;
  transition: opacity 1s ease-in-out 2s;
}
.page .section.section5 .sec-box .sec-item .items .items-m.sys-m .childs {
  float: left;
}
.page .section.section5 .sec-box .sec-item .items .items-m.sys-m .childs .branch-words {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  background: #4f7eed;
  padding: 0 35px;
  margin: 15px 0;
}
.page .section.section5 .sec-box .sec-item .items .items-m.sys-m .childs-branch {
  float: left;
  width: 10%;
  margin-top: 25px;
}
.page .section.section5 .sec-box .sec-item .items .items-m.sys-m .childs-branch .line-branch {
  display: block;
  text-align: center;
  float: left;
  margin: 5px 0;
}
.page .section.section5 .sec-box .sec-item .items .items-m.sys-m .parents {
  float: left;
  position: relative;
  z-index: 2;
}
.page .section.section5 .sec-box .sec-item .items .items-m.sys-m .parents .main-words {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  background: #4f7eed;
  padding: 0 35px;
  margin-top: 69px;
  position: relative;
}
.page .section.section5 .sec-box .sec-item .items .items-m.sys-m .parents-branch {
  float: left;
  width: 10%;
  margin-top: 80px;
  position: relative;
  left: -100px;
  z-index: 1;
}
.page .section.section5 .sec-box .sec-item .items .items-m.sys-m .parents-branch .line-main {
  display: block;
  text-align: center;
  float: left;
  margin: 5px 0;
}
.page .section.section5 .sec-box .sec-item .items .items-m.user-m {
  right: 0;
  top: 0;
  -webkit-transition: opacity 1s ease-in-out 2.4s;
  -moz-transition: opacity 1s ease-in-out 2.4s;
  -ms-transition: opacity 1s ease-in-out 2.4s;
  -o-transition: opacity 1s ease-in-out 2.4s;
  transition: opacity 1s ease-in-out 2.4s;
}
.page .section.section5 .sec-box .sec-item .items .items-m.user-m .parents-branch {
  float: left;
  width: 15%;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.page .section.section5 .sec-box .sec-item .items .items-m.user-m .parents-branch .line-main {
  display: block;
  text-align: center;
  float: left;
  margin: 5px 0;
}
.page .section.section5 .sec-box .sec-item .items .items-m.user-m .parents {
  float: left;
  position: relative;
  z-index: 2;
}
.page .section.section5 .sec-box .sec-item .items .items-m.user-m .parents .main-words {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  background: #4f7eed;
  padding: 0 35px;
  margin-top: 69px;
  position: relative;
  left: 10px;
}
.page .section.section5 .sec-box .sec-item .items .items-m.user-m .childs-branch {
  float: left;
  width: 10%;
  margin-top: 20px;
}
.page .section.section5 .sec-box .sec-item .items .items-m.user-m .childs-branch .line-branch {
  display: block;
  text-align: center;
  float: left;
  margin: 10px 0;
}
.page .section.section5 .sec-box .sec-item .items .items-m.user-m .childs {
  float: left;
}
.page .section.section5 .sec-box .sec-item .items .items-m.user-m .childs .branch-words {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  background: #4f7eed;
  padding: 0 35px;
  margin: 10px 0 75px;
  position: relative;
  left: 20px;
}
.page .section.section5 .sec-box .sec-item .items .items-m.data-m {
  left: 0;
  bottom: 65px;
  -webkit-transition: opacity 1s ease-in-out 2.8s;
  -moz-transition: opacity 1s ease-in-out 2.8s;
  -ms-transition: opacity 1s ease-in-out 2.8s;
  -o-transition: opacity 1s ease-in-out 2.8s;
  transition: opacity 1s ease-in-out 2.8s;
}
.page .section.section5 .sec-box .sec-item .items .items-m.data-m .childs {
  float: left;
}
.page .section.section5 .sec-box .sec-item .items .items-m.data-m .childs .branch-words {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  background: #4f7eed;
  padding: 0 35px;
  margin: 15px 0;
}
.page .section.section5 .sec-box .sec-item .items .items-m.data-m .childs-branch {
  float: left;
  width: 10%;
  margin-top: 25px;
}
.page .section.section5 .sec-box .sec-item .items .items-m.data-m .childs-branch .line-branch {
  display: block;
  text-align: center;
  float: left;
  margin: 5px 0;
}
.page .section.section5 .sec-box .sec-item .items .items-m.data-m .parents {
  float: left;
  position: relative;
  z-index: 2;
}
.page .section.section5 .sec-box .sec-item .items .items-m.data-m .parents .main-words {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  background: #4f7eed;
  padding: 0 35px;
  margin-top: 69px;
  position: relative;
}
.page .section.section5 .sec-box .sec-item .items .items-m.data-m .parents-branch {
  float: left;
  width: 10%;
  margin-top: 50px;
  position: relative;
  left: -100px;
  z-index: 1;
}
.page .section.section5 .sec-box .sec-item .items .items-m.data-m .parents-branch .line-main {
  display: block;
  text-align: center;
  float: left;
  margin: 5px 0;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m {
  right: 0;
  bottom: 0;
  -webkit-transition: opacity 1s ease-in-out 3.2s;
  -moz-transition: opacity 1s ease-in-out 3.2s;
  -ms-transition: opacity 1s ease-in-out 3.2s;
  -o-transition: opacity 1s ease-in-out 3.2s;
  transition: opacity 1s ease-in-out 3.2s;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .parents-branch {
  float: left;
  width: 10%;
  margin-top: 62px;
  position: relative;
  left: -20px;
  z-index: 1;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .parents-branch .line-main {
  display: block;
  text-align: center;
  float: left;
  margin: 5px 0;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .parents {
  float: left;
  position: relative;
  z-index: 2;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .parents .main-words {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  background: #4f7eed;
  padding: 0 35px;
  margin-top: 80px;
  position: relative;
  left: 20px;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .childs-branch {
  float: left;
  width: 10%;
  position: relative;
  top: 25px;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .childs-branch .line-branch {
  display: block;
  text-align: center;
  float: left;
  margin: 5px 0;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .childs-branch .line-branch.line-branch1 {
  position: relative;
  top: 5px;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .childs-branch .line-branch.line-branch2 {
  position: relative;
  left: 20px;
  top: 10px;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .childs-branch .line-branch.line-branch3 {
  position: relative;
  top: 10px;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .childs-branch .line-branch.line-branch4 {
  position: relative;
  top: -50px;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .childs {
  float: left;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .childs .branch-words {
  display: block;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  border-radius: 20px;
  background: #4f7eed;
  padding: 0 35px;
  margin: 20px 0;
  position: relative;
  left: 40px;
  top: 15px;
}
.page .section.section5 .sec-box .sec-item .items .items-m.server-m .childs .branch-words:nth-child(1) {
  margin-top: 0;
}
.page .section.section5.active .sec-box h3 {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  opacity: 1;
}
.page .section.section5.active .sec-box .cen-img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section5.active .sec-box .sec-item .items .items-m {
  opacity: 1;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
