.page {
  padding-top: 80px;
}
.page .section {
  width: 100%;
  height: auto;
}
.page .section .container {
  height: 100%;
  position: relative;
}
.page .section.section1 {
  height: 583px;
  background: url(../images/ytj-sec1-bg.png) no-repeat center center;
  overflow: hidden;
}
.page .section.section1 .sec-left {
  width: 50%;
  height: 100%;
  float: left;
  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-left img {
  position: absolute;
  right: -150px;
  bottom: -100px;
}
.page .section.section1 .sec-right {
  width: 50%;
  height: 100%;
  float: 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-right p {
  position: absolute;
  left: 55px;
  top: 200px;
  color: #fff;
  font-size: 56px;
  line-height: 80px;
}
.page .section.section1.active .sec-left,
.page .section.section1.active .sec-right {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  opacity: 1;
}
.page .section.section2 {
  height: 650px;
  background: url(../images/ytj-sec2-bg.png) no-repeat center center;
  overflow: hidden;
}
.page .section.section2 .container {
  padding-top: 100px;
}
.page .section.section2 h2 p {
  font-size: 38px;
  color: #333;
  line-height: 40px;
  padding-left: 25px;
  background: url(../images/tl-bg.png) no-repeat left center;
}
.page .section.section2 h2 span {
  display: inline-block;
  font-size: 20px;
  color: #999;
  line-height: 35px;
  font-weight: 400;
}
.page .section.section2 .item-words {
  width: 100%;
  margin-top: 140px;
  -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(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section2 .item-words p {
  display: inline-block;
  text-indent: 2em;
  width: 100%;
  line-height: 32px;
  font-size: 18px;
  color: #444;
}
.page .section.section2.active .item-words {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section3 {
  height: 910px;
  background: url(../images/ytj-sec3-bg.png) no-repeat center center;
  overflow: hidden;
}
.page .section.section3 .container {
  padding-top: 40px;
}
.page .section.section3 h2 p {
  font-size: 40px;
  color: #fff;
  line-height: 60px;
  padding-left: 25px;
  background: url(../images/tl-bg.png) no-repeat left center;
}
.page .section.section3 h2 span {
  display: inline-block;
  font-size: 20px;
  color: #9db4df;
  line-height: 35px;
  font-weight: 400;
}
.page .section.section3 .sec-class {
  width: 480px;
  height: 620px;
  margin: 0 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 0.5s;
  -moz-transition: all 1s ease-in-out 0.5s;
  -ms-transition: all 1s ease-in-out 0.5s;
  -o-transition: all 1s ease-in-out 0.5s;
  transition: all 1s ease-in-out 0.5s;
}
.page .section.section3 .sec-class .swiper-container {
  padding-top: 80px;
}
.page .section.section3 .sec-class .swiper-slide {
  text-align: center;
}
.page .section.section3 .sec-class .swiper-slide a {
  display: inline-block;
  width: 480px;
  height: 600px;
  position: relative;
}
.page .section.section3 .sec-class .swiper-slide a img {
  display: inline-block;
  height: 534px;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.page .section.section3 .sec-class .swiper-slide a img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.page .section.section3 .sec-class .swiper-slide a .word {
  display: inline-block;
  width: 100%;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page .section.section3 .sec-class .swiper-button-next,
.page .section.section3 .sec-class .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 70px 70px;
  -webkit-background-size: 70px 70px;
  background-size: 70px 70px;
  background-position: center;
  background-repeat: no-repeat;
}
.page .section.section3 .sec-class .swiper-button-next {
  background-image: url("../images/ytj-sec3-next.png");
  right: -110px;
  left: auto;
}
.page .section.section3 .sec-class .swiper-button-prev {
  background-image: url("../images/ytj-sec3-prev.png");
  left: -110px;
  right: auto;
}
.page .section.section3 .sec-class .swiper-button-disabled {
  opacity: 0.35 !important;
}
.page .section.section3.active .sec-class {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section4 {
  height: auto;
  padding-top: 40px;
}
.page .section.section4 h2 p {
  font-size: 40px;
  color: #333;
  line-height: 60px;
  padding-left: 25px;
  background: url(../images/tl-bg.png) no-repeat left center;
}
.page .section.section4 h2 span {
  display: inline-block;
  font-size: 20px;
  color: #999;
  line-height: 35px;
  font-weight: 400;
}
.page .section.section4 .sec-class .sec-top {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 50px 0;
}
.page .section.section4 .sec-class .sec-top .sec-img {
  width: 50%;
  float: left;
  text-align: center;
  position: relative;
}
.page .section.section4 .sec-class .sec-top .sec-img .sys-img {
  width: 375px;
  height: 376px;
  -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.section4 .sec-class .sec-top .sec-img .line-img {
  width: 0;
  position: absolute;
  left: 60%;
  top: 125px;
  -webkit-transition: width 1s ease-in-out 1.2s;
  -moz-transition: width 1s ease-in-out 1.2s;
  -ms-transition: width 1s ease-in-out 1.2s;
  -o-transition: width 1s ease-in-out 1.2s;
  transition: width 1s ease-in-out 1.2s;
}
.page .section.section4 .sec-class .sec-top .sec-word {
  width: 50%;
  height: auto;
  float: right;
}
.page .section.section4 .sec-class .sec-top .sec-word ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-left: 35px;
}
.page .section.section4 .sec-class .sec-top .sec-word ul li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding: 0 5px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section4 .sec-class .sec-top .sec-word ul li:nth-child(1) {
  -webkit-transition: opacity 0.5s ease-out 1.4s, transform 1s ease-out 1.4s;
  -moz-transition: opacity 0.5s ease-out 1.4s, transform 1s ease-out 1.4s;
  -o-transition: opacity 0.5s ease-out 1.4s, transform 1s ease-out 1.4s;
  -ms-transition: opacity 0.5s ease-out 1.4s, transform 1s ease-out 1.4s;
  transition: opacity 0.5s ease-out 1.4s, transform 1s ease-out 1.4s;
}
.page .section.section4 .sec-class .sec-top .sec-word ul li:nth-child(2) {
  -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;
}
.page .section.section4 .sec-class .sec-top .sec-word ul li:nth-child(3) {
  -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;
}
.page .section.section4 .sec-class .sec-top .sec-word ul li:nth-child(4) {
  -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;
}
.page .section.section4 .sec-class .sec-top .sec-word ul li span {
  font-size: 40px;
  color: #bd9f86;
  line-height: 60px;
}
.page .section.section4 .sec-class .sec-top .sec-word ul li span i {
  font-size: 32px;
  line-height: 32px;
}
.page .section.section4 .sec-class .sec-top .sec-word ul li span.tl {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  color: #333;
  line-height: 50px;
}
.page .section.section4 .sec-class .sec-bottom {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 50px 0;
}
.page .section.section4 .sec-class .sec-bottom .sec-img {
  width: 50%;
  float: right;
  text-align: center;
  position: relative;
}
.page .section.section4 .sec-class .sec-bottom .sec-img .sys-img {
  width: 375px;
  height: 376px;
  -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.2s;
  -moz-transition: all 1s ease-in-out 2.2s;
  -ms-transition: all 1s ease-in-out 2.2s;
  -o-transition: all 1s ease-in-out 2.2s;
  transition: all 1s ease-in-out 2.2s;
}
.page .section.section4 .sec-class .sec-bottom .sec-img .line-img {
  width: 0;
  position: absolute;
  right: 60%;
  top: 125px;
  -webkit-transition: width 1s ease-in-out 2.4s;
  -moz-transition: width 1s ease-in-out 2.4s;
  -ms-transition: width 1s ease-in-out 2.4s;
  -o-transition: width 1s ease-in-out 2.4s;
  transition: width 1s ease-in-out 2.4s;
}
.page .section.section4 .sec-class .sec-bottom .sec-word {
  width: 50%;
  height: auto;
  float: left;
}
.page .section.section4 .sec-class .sec-bottom .sec-word ul {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-right: 35px;
}
.page .section.section4 .sec-class .sec-bottom .sec-word ul li {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  padding: 0 5px;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section4 .sec-class .sec-bottom .sec-word ul li:nth-child(1) {
  width: 100%;
  -webkit-transition: opacity 0.5s ease-out 2.6s, transform 1s ease-out 2.6s;
  -moz-transition: opacity 0.5s ease-out 2.6s, transform 1s ease-out 2.6s;
  -o-transition: opacity 0.5s ease-out 2.6s, transform 1s ease-out 2.6s;
  -ms-transition: opacity 0.5s ease-out 2.6s, transform 1s ease-out 2.6s;
  transition: opacity 0.5s ease-out 2.6s, transform 1s ease-out 2.6s;
}
.page .section.section4 .sec-class .sec-bottom .sec-word ul li:nth-child(2) {
  -webkit-transition: opacity 0.5s ease-out 2.8s, transform 1s ease-out 2.8s;
  -moz-transition: opacity 0.5s ease-out 2.8s, transform 1s ease-out 2.8s;
  -o-transition: opacity 0.5s ease-out 2.8s, transform 1s ease-out 2.8s;
  -ms-transition: opacity 0.5s ease-out 2.8s, transform 1s ease-out 2.8s;
  transition: opacity 0.5s ease-out 2.8s, transform 1s ease-out 2.8s;
}
.page .section.section4 .sec-class .sec-bottom .sec-word ul li:nth-child(3) {
  -webkit-transition: opacity 0.5s ease-out 3s, transform 1s ease-out 3s;
  -moz-transition: opacity 0.5s ease-out 3s, transform 1s ease-out 3s;
  -o-transition: opacity 0.5s ease-out 3s, transform 1s ease-out 3s;
  -ms-transition: opacity 0.5s ease-out 3s, transform 1s ease-out 3s;
  transition: opacity 0.5s ease-out 3s, transform 1s ease-out 3s;
}
.page .section.section4 .sec-class .sec-bottom .sec-word ul li span {
  font-size: 40px;
  color: #bd9f86;
  line-height: 60px;
}
.page .section.section4 .sec-class .sec-bottom .sec-word ul li span i {
  font-size: 32px;
  line-height: 32px;
}
.page .section.section4 .sec-class .sec-bottom .sec-word ul li span.tl {
  display: inline-block;
  width: 100%;
  font-size: 30px;
  color: #333;
  line-height: 50px;
}
.page .section.section4.active .sec-class .sec-top .sec-img .sys-img,
.page .section.section4.active .sec-class .sec-bottom .sec-img .sys-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-class .sec-top .sec-img .line-img,
.page .section.section4.active .sec-class .sec-bottom .sec-img .line-img {
  width: 229px;
}
.page .section.section4.active .sec-class .sec-top .sec-word ul li,
.page .section.section4.active .sec-class .sec-bottom .sec-word ul li {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section5 {
  height: 910px;
}
.page .section.section5 .container {
  height: 510px;
}
.page .section.section5 h2 p {
  font-size: 40px;
  color: #333;
  line-height: 60px;
  padding-left: 25px;
  background: url(../images/tl-bg.png) no-repeat left center;
}
.page .section.section5 h2 span {
  display: inline-block;
  font-size: 20px;
  color: #999;
  line-height: 35px;
  font-weight: 400;
}
.page .section.section5 .adv-item {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.page .section.section5 .adv-item.adv-item1 .item-left {
  width: 40%;
  height: 100%;
  float: left;
  position: relative;
  -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: translateX(-100%);
  -webkit-transform: translateX(-100%);
  opacity: 0;
}
.page .section.section5 .adv-item.adv-item1 .item-left img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.page .section.section5 .adv-item.adv-item1 .item-right {
  float: right;
  width: 60%;
  height: 100%;
  padding: 100px 0 100px 60px;
}
.page .section.section5 .adv-item.adv-item1 .item-right h2 {
  font-size: 30px;
  line-height: 50px;
  color: #333;
  margin-bottom: 20px;
  -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: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section5 .adv-item.adv-item1 .item-right p {
  font-size: 18px;
  color: #888;
  line-height: 36px;
  -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.section5 .adv-item.adv-item2 {
  background: #eeeeee;
}
.page .section.section5 .adv-item.adv-item2 .container {
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.page .section.section5 .adv-item.adv-item2 .container h2 {
  font-size: 30px;
  line-height: 50px;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: opacity 0.5s ease-out 2.5s, transform 1s ease-out 2.5s;
  -moz-transition: opacity 0.5s ease-out 2.5s, transform 1s ease-out 2.5s;
  -o-transition: opacity 0.5s ease-out 2.5s, transform 1s ease-out 2.5s;
  -ms-transition: opacity 0.5s ease-out 2.5s, transform 1s ease-out 2.5s;
  transition: opacity 0.5s ease-out 2.5s, transform 1s ease-out 2.5s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li {
  width: 33.33%;
  height: auto;
  float: left;
  display: table;
  padding: 0 20px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li:nth-child(1) {
  -webkit-transition: all 1s ease-in-out 3s;
  -moz-transition: all 1s ease-in-out 3s;
  -ms-transition: all 1s ease-in-out 3s;
  -o-transition: all 1s ease-in-out 3s;
  transition: all 1s ease-in-out 3s;
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li:nth-child(2) {
  -webkit-transition: all 1s ease-in-out 3.5s;
  -moz-transition: all 1s ease-in-out 3.5s;
  -ms-transition: all 1s ease-in-out 3.5s;
  -o-transition: all 1s ease-in-out 3.5s;
  transition: all 1s ease-in-out 3.5s;
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li:nth-child(3) {
  -webkit-transition: all 1s ease-in-out 4s;
  -moz-transition: all 1s ease-in-out 4s;
  -ms-transition: all 1s ease-in-out 4s;
  -o-transition: all 1s ease-in-out 4s;
  transition: all 1s ease-in-out 4s;
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li:nth-child(4) {
  -webkit-transition: all 1s ease-in-out 4.5s;
  -moz-transition: all 1s ease-in-out 4.5s;
  -ms-transition: all 1s ease-in-out 4.5s;
  -o-transition: all 1s ease-in-out 4.5s;
  transition: all 1s ease-in-out 4.5s;
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li:nth-child(5) {
  -webkit-transition: all 1s ease-in-out 5s;
  -moz-transition: all 1s ease-in-out 5s;
  -ms-transition: all 1s ease-in-out 5s;
  -o-transition: all 1s ease-in-out 5s;
  transition: all 1s ease-in-out 5s;
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li:nth-child(6) {
  -webkit-transition: all 1s ease-in-out 5.5s;
  -moz-transition: all 1s ease-in-out 5.5s;
  -ms-transition: all 1s ease-in-out 5.5s;
  -o-transition: all 1s ease-in-out 5.5s;
  transition: all 1s ease-in-out 5.5s;
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li span {
  display: table-cell;
  text-align: left;
  line-height: 30px;
  color: #666;
  font-size: 16px;
  vertical-align: middle;
  padding: 0 20px;
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li .tl {
  display: inline-block;
  width: 113px;
  height: 114px;
  margin: 10px auto;
  line-height: 114px;
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li:nth-child(1) .tl {
  background: url(../images/adv-02-bg1.png);
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li:nth-child(2) .tl {
  background: url(../images/adv-02-bg2.png);
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li:nth-child(3) .tl {
  background: url(../images/adv-02-bg3.png);
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li:nth-child(4) .tl {
  background: url(../images/adv-02-bg4.png);
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li:nth-child(5) .tl {
  background: url(../images/adv-02-bg5.png);
}
.page .section.section5 .adv-item.adv-item2 .container .item-box ul li:nth-child(6) .tl {
  background: url(../images/adv-02-bg6.png);
}
.page .section.section5.active .adv-item.adv-item1 .item-left {
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  opacity: 1;
}
.page .section.section5.active .adv-item.adv-item1 .item-right h2,
.page .section.section5.active .adv-item.adv-item1 .item-right p {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section5.active .adv-item.adv-item2 h2 {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section5.active .adv-item.adv-item2 .item-box ul li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section6 {
  height: 650px;
}
.page .section.section6 .adv-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page .section.section6 .adv-item.adv-item3 .item-left {
  width: 50%;
  float: left;
  padding: 215px 0;
}
.page .section.section6 .adv-item.adv-item3 .item-left h2 {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  margin-bottom: 20px;
  -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(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section6 .adv-item.adv-item3 .item-left p {
  font-size: 18px;
  color: #888;
  line-height: 36px;
  -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: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section6 .adv-item.adv-item3 .item-right {
  width: 50%;
  height: 100%;
  float: right;
  position: relative;
}
.page .section.section6 .adv-item.adv-item3 .item-right img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-out 2s;
  -moz-transition: opacity 0.5s ease-out 2s;
  -o-transition: opacity 0.5s ease-out 2s;
  -ms-transition: opacity 0.5s ease-out 2s;
  transition: opacity 0.5s ease-out 2s;
}
.page .section.section6.active .adv-item .item-left h2,
.page .section.section6.active .adv-item .item-left p {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section6.active .adv-item .item-right img {
  opacity: 1;
  animation: rotateIn 1s 2s;
  -webkit-animation: rotateIn 1s 2s;
  -moz-animation: rotateIn 1s 2s;
  -ms-animation: rotateIn 1s 2s;
  -o-animation: rotateIn 1s 2s;
}
.page .section.section7 {
  height: 750px;
  background: url(../images/ytj-sec7-bg.png) no-repeat center bottom;
}
.page .section.section7 .adv-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page .section.section7 .adv-item.adv-item4 .item-left {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.page .section.section7 .adv-item.adv-item4 .item-left img.itembg {
  margin: 0 auto;
  width: 486px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -243px;
  -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: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section7 .adv-item.adv-item4 .item-left .wechat-box {
  position: absolute;
  left: 50%;
  top: 175px;
  width: 183px;
  height: auto;
  margin-left: -91.5px;
  -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;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.page .section.section7 .adv-item.adv-item4 .item-left .wechat-box img.item-wechat {
  width: 183px;
  height: 183px;
}
.page .section.section7 .adv-item.adv-item4 .item-left .wechat-box span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 14px;
  position: relative;
  top: -5px;
}
.page .section.section7 .adv-item.adv-item4 .item-right {
  width: 50%;
  height: 100%;
  float: right;
  position: relative;
  padding: 320px 0;
}
.page .section.section7 .adv-item.adv-item4 .item-right h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.5s ease-out 3s, transform 1s ease-out 3s;
  -moz-transition: opacity 0.5s ease-out 3s, transform 1s ease-out 3s;
  -o-transition: opacity 0.5s ease-out 3s, transform 1s ease-out 3s;
  -ms-transition: opacity 0.5s ease-out 3s, transform 1s ease-out 3s;
  transition: opacity 0.5s ease-out 3s, transform 1s ease-out 3s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section7 .adv-item.adv-item4 .item-right p {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  -webkit-transition: opacity 0.5s ease-out 3.5s, transform 1s ease-out 3.5s;
  -moz-transition: opacity 0.5s ease-out 3.5s, transform 1s ease-out 3.5s;
  -o-transition: opacity 0.5s ease-out 3.5s, transform 1s ease-out 3.5s;
  -ms-transition: opacity 0.5s ease-out 3.5s, transform 1s ease-out 3.5s;
  transition: opacity 0.5s ease-out 3.5s, transform 1s ease-out 3.5s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section7.active .adv-item.adv-item4 .item-left img.itembg {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section7.active .adv-item.adv-item4 .item-left .wechat-box {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section7.active .adv-item.adv-item4 .item-right h2,
.page .section.section7.active .adv-item.adv-item4 .item-right p {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section8 .adv-item {
  width: 100%;
  height: 455px;
  overflow: hidden;
}
.page .section.section8 .adv-item.adv-item5 {
  margin-top: 50px;
}
.page .section.section8 .adv-item.adv-item5 .item-left {
  width: 60%;
  height: 100%;
  float: left;
  position: relative;
  padding: 100px 50px;
}
.page .section.section8 .adv-item.adv-item5 .item-left h2 {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  margin-bottom: 20px;
  -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: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section8 .adv-item.adv-item5 .item-left p {
  font-size: 18px;
  color: #888;
  line-height: 36px;
  -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.section8 .adv-item.adv-item5 .item-right {
  width: 40%;
  height: 100%;
  float: right;
  position: relative;
}
.page .section.section8 .adv-item.adv-item5 .item-right img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -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;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.page .section.section8 .adv-item.adv-item6 {
  margin-bottom: 50px;
}
.page .section.section8 .adv-item.adv-item6 .item-left {
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.page .section.section8 .adv-item.adv-item6 .item-left img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 1s ease-in-out 3s;
  -moz-transition: all 1s ease-in-out 3s;
  -ms-transition: all 1s ease-in-out 3s;
  -o-transition: all 1s ease-in-out 3s;
  transition: all 1s ease-in-out 3s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.page .section.section8 .adv-item.adv-item6 .item-right {
  width: 50%;
  height: 100%;
  float: right;
  position: relative;
  padding: 200px 50px;
}
.page .section.section8 .adv-item.adv-item6 .item-right h2 {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  margin-bottom: 20px;
  -webkit-transition: opacity 0.5s ease-out 3.5s, transform 1s ease-out 3.5s;
  -moz-transition: opacity 0.5s ease-out 3.5s, transform 1s ease-out 3.5s;
  -o-transition: opacity 0.5s ease-out 3.5s, transform 1s ease-out 3.5s;
  -ms-transition: opacity 0.5s ease-out 3.5s, transform 1s ease-out 3.5s;
  transition: opacity 0.5s ease-out 3.5s, transform 1s ease-out 3.5s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section8 .adv-item.adv-item6 .item-right p {
  font-size: 18px;
  color: #888;
  line-height: 36px;
  -webkit-transition: opacity 0.5s ease-out 4s, transform 1s ease-out 4s;
  -moz-transition: opacity 0.5s ease-out 4s, transform 1s ease-out 4s;
  -o-transition: opacity 0.5s ease-out 4s, transform 1s ease-out 4s;
  -ms-transition: opacity 0.5s ease-out 4s, transform 1s ease-out 4s;
  transition: opacity 0.5s ease-out 4s, transform 1s ease-out 4s;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  opacity: 0;
}
.page .section.section8.active .adv-item.adv-item5 .item-left h2,
.page .section.section8.active .adv-item.adv-item5 .item-left p {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
.page .section.section8.active .adv-item.adv-item5 .item-right img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section8.active .adv-item.adv-item6 .item-left img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .section.section8.active .adv-item.adv-item6 .item-right h2,
.page .section.section8.active .adv-item.adv-item6 .item-right p {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  opacity: 1;
}
@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
