.part {
    min-width: 1200px;
}
.part1 {
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.part1 .sw1 {
    height: 100%;
}
.part1 img {
    display: block;
}
/* .part1 .bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(../images/index/f42.png) top center no-repeat;background-size: 100% auto;} */
.part1 .s1 .w1400 {
    position: relative;
    height: 100%;
}
.part1 .s1 .text {
    position: absolute;
    top: 50%;
    left: 45px;
}
.part1 .s1 .imgs {
    position: absolute;
    top: 50%;
    right: 45px;
}
.part1 .s1 .t1 {
    margin-bottom: 36px;
}
.part1 .s1 .text span {
    display: inline-block;
    font-size: 28px;
    color: #030303;
    line-height: 42px;
    padding: 0 40px;
    border-radius: 21px;
    background-color: #55bed3;
    margin-top: 25px;
    margin-bottom: 40px;
}
.part1 .s1 .text p {
    font-size: 18px;
    color: #efefef;
    line-height: 1;
    margin-bottom: 15px;
}
.part1 .swiper-pagination {
    left: 46px;
    right: auto;
    width: 114px;
    top: 46%;
    height: auto;
    bottom: auto;
}
.part1 .swiper-slide .pic{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.part1 .swiper-slide .pic i{
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1.1);
    
}
.part1 .swiper-slide-active .pic i{
    transition: all 0.5s;
    transform: scale(1);
    
}
.part1
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 0 23px 0;
}
.part1 .swiper-pagination-bullet {
    display: block;
    background: none;
    font-size: 14px;
    color: #999999;
    height: 30px;
    line-height: 30px;
    margin-bottom: 23px;
    width: 100%;
    opacity: 1;
    text-align: left;
    font-family: "Arial";
}
.part1 .swiper-pagination-bullet em {
    float: left;
    width: 0;
    height: 1px;
    margin-top: 15px;
    position: relative;
}
.part1 .swiper-pagination-bullet em::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 0;
    background-color: #878787;
    -webkit-transition: width 19s;
    -o-transition: width 19s;
    -moz-transition: width 19s;
    transition: width 19s;
}
.part1
    .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet:nth-last-child(1) {
    margin-bottom: 0;
}
.part1 .swiper-pagination-bullet-active {
    font-size: 26px;
    font-weight: bold;
    color: #bad180;
}
.part1 .swiper-pagination-bullet-active em {
    width: 65px;
    margin-right: 17px;
}
.part1 .swiper-pagination-bullet.on em:after {
    width: 100%;
}
.part1 .nextTip {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.part1 .nextTip em {
    cursor: pointer;
    display: block;
    height: 43px;
    width: 28px;
    margin: 0 auto;
    background: url(../images/icon/i18.png) center no-repeat;
    -o-background-size: 100% auto;
       background-size: 100% auto;
    -webkit-animation: TopBot 1s ease-in-out infinite both;
    -moz-animation: TopBot 1s ease-in-out infinite both;
    -o-animation: TopBot 1s ease-in-out infinite both;
       animation: TopBot 1s ease-in-out infinite both;
}
.part1 .s2 .text p {
    font-size: 22px;
    color: #0093bb;
    margin-bottom: 63px;
}
.part1 .s2 .text a {
    display: block;
    font-size: 20px;
    color: #717171;
    width: 143px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #717171;
    border-radius: 18px;
    text-align: center;
}
.part1 .s2 .t1 {
    margin-bottom: 16px;
}
.part1 .s3 .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 2;
}
.part1 .s3 video{
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);


}
.part2 {
    margin-top: 72px;
}
.part2 .w1400 > div {
    float: left;
    height: 400px;
    background-color: #fff;
    position: relative;
    margin-bottom: 30px;
    border-radius: 2px;
    overflow: hidden;
}
.part2 .box1 {
    width: 800px;
}
.part2 .box2 {
    width: 570px;
}
.part2 .box1 a {
    display: block;
}
.part2 .box2 a {
    display: block;
}
.part2 .img-bg {
    position: absolute;
    position: absolute;
    top: 13%;
    left: 5%;
    max-width: 37%;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.part2 .box4 .img-bg {
    width: 100%;
    height: 100%;
    left: 0;
    max-width: 100%;
}
.part2 .w1400 > div:nth-child(2n) {
    margin-left: 30px;
}
.part2 .text {
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.part2 .box1 .text {
    padding-left: 430px;
}
.part2 .box2 .text {
    padding-left: 284px;
}
.part2 .box3 .text {
    padding-left: 68px;
}
.part2 .text h6 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 12px;
    font-family: "Arial";
}
.part2 .text p {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-bottom: 26px;
}
.part2 .text span {
    font-size: 14px;
    color: #666666;
    line-height: 1;
    display: block;
    margin-bottom: 44px;
}
/* .part2 .text em{display: block;font-size: 14px;color: #378ca5;width: 116px;height: 40px;line-height: 40px;box-sizing: border-box;border: 1px solid #378ca5;border-radius: 20px;text-align: center;} */
.part2 .box4 .text {
    padding: 0;
    text-align: center;
    width: 100%;
}
.part2 .box4 .more {
    margin: 0 auto;
    background-color: #0093bb;
    color: #ffffff;
}
.part2 .box4 .more span {
    background-color: #ffffff;
}
.part2 .box4 .more:hover em{
    color: #0093bb;
}
.part2 .w1400 > div:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.part2 .w1400 > div:hover .img-bg {
    -webkit-transform: scale(1.02);
       -moz-transform: scale(1.02);
        -ms-transform: scale(1.02);
         -o-transform: scale(1.02);
            transform: scale(1.02);
}
.part2 .w1400 > div:nth-child(4) .img-bg{left: 15%;}


.part3 {
    background-color: #fff;
    margin-top: 70px;
    padding: 130px 0 68px 0;
}
.part3 .text {
    width: 45.142%;
}
.part3 .text .t-img {
    padding-left: 75px;
    background: url(../images/index/f11.png) top left no-repeat;
    padding-top: 10px;
}
.part3 .text .t-img img {
    display: block;
}
.part3 .text .t-tex {
    padding-left: 75px;
    margin-top: 30px;
}
.part3 .text .t-tex h6 {
    font-size: 20px;
    color: #0093bb;
    font-weight: bold;
    line-height: 34px;
}
.part3 .text .t-tex p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 18px;
}
.more {
    display: block;
    font-size: 14px;
    color: #0093bb;
    width: 116px;
    height: 40px;
    line-height: 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    border: 1px solid #0093bb;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.part3 .text .t-tex .more {
    margin-top: 32px;
}
.part3 .imgs {
    width: 47.285%;
    background: url(../images/index/f14.png) bottom right no-repeat;
    padding-right: 46px;
}
.part3 .imgs img {
    display: block;
    width: 100%;
    margin-right: 48px;
    margin-bottom: 74px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
}
.part4 {
    height: 550px;
    position: relative;
}
.part4 .bg {
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.part4 .bg p {
    height: 100%;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-duration: 1s;
       -moz-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
}
.part4 .bg p.on {
    opacity: 1;
}
.part4 h5 {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    padding-top: 130px;
}
.part4 .part4-1 {
    padding-top: 96px;
}
.part4 .part4-1 > div {
    float: left;
    margin-right: 13.7%;
}
.part4 .part4-1 em {
    display: block;
    height: 45px;
    margin-bottom: 15px;
}
.part4 .part4-1 p {
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 8px;
}
.part4 .part4-1 h6 {
    font-size: 56px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 16px;
}
.part4 .part4-1 > div:nth-child(1) em {
    background: url(../images/index/f17.png) center left no-repeat;
}
.part4 .part4-1 > div:nth-child(2) em {
    background: url(../images/index/f18.png) center left no-repeat;
}
.part4 .part4-1 > div:nth-child(3) em {
    background: url(../images/index/f19.png) center left no-repeat;
}
.part4 .part4-1 > div:nth-child(4) em {
    background: url(../images/index/f20.png) center left no-repeat;
}
.part4 .part4-1 > div:nth-child(4) {
    margin-right: 0;
}
.part5 {
    background-color: #fff;
    padding-top: 110px;
}
.part5 h5 {
    font-size: 26px;
    color: #333333;
    text-align: center;
    line-height: 1;
    font-weight: 400;
}
.part5 .con {
    margin-top: 78px;
    position: relative;
}
.part5 .part5-l {
    width: 50%;
    border-radius: 2px;
    overflow: hidden;
}
.part5 img {
    display: block;
    width: 100%;
}
.part5 .part5-r {
    width: 55.714%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    right: 10px;
}
.part5 .part5-r {
    padding: 90px 64px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.part5 .part5-r b {
    display: block;
    font-size: 26px;
    color: #0093bb;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 28px;
}
.part5 .part5-r p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 35px;
}
.part5 .swiper-pagination {
    text-align: right;
    padding-right: 30px;
    bottom: 85px;
    top: auto;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}
.part5 .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    border-radius: 5px;
    background-color: #cacaca;
    opacity: 1;
}
.part5 .swiper-pagination-bullet-active {
    width: 28px;
    background-color: #0093bb;
}
.part6 {
    background-color: #fff;
    padding-top: 150px;
    overflow: hidden;
}
.part6 .tit {
    margin-bottom: 70px;
}
.part6 .tit h6 {
    font-size: 30px;
    color: #333333;
    float: left;
    line-height: 1;
}
.part6 .tit a {
    font-size: 14px;
    color: #666666;
    float: right;
    line-height: 30px;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.part6 .tit a:hover {
    color: #0093bb;
}
.part6 .con {
    height: 578px;
    padding-bottom: 110px;
}
.part6 .con .tabs {
}
.part6 .con .tabs > div {
    margin-bottom: 32px;
    cursor: pointer;
}
.part6 .con .tabs span {
    float: left;
    width: 48px;
    height: 1px;
    background-color: #9bc5d2;
    margin-top: 10px;
    margin-right: 25px;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.part6 .con .tabs p {
    font-size: 20px;
    color: #999999;
    float: left;
    line-height: 1;
    margin-right: 30px;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    -moz-transition: color 0.5s;
    transition: color 0.5s;
}
.part6 .con .tabs em {
    float: left;
    width: 6px;
    height: 6px;
    background-color: #bad180;
    border-radius: 50%;
    margin-top: 7px;
    opacity: 0;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.part6 .con .tabs > div.on span,
.part6 .con .tabs > div:hover span {
    opacity: 1;
}
.part6 .con .tabs > div.on p,
.part6 .con .tabs > div:hover p {
    color: #0093bb;
    font-weight: bold;
}
.part6 .con .tabs > div.on em,
.part6 .con .tabs > div:hover em {
    opacity: 1;
}
.part6 .w1400 {
    position: relative;
    height: 100%;
}
.part6 .newsList {
    position: absolute;
    top: 0;
    left: 243px;
    overflow: hidden;
    width: 1418px;
    padding-bottom: 20px;
    padding-left: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    height: 598px;
}
.part6 .newsList .item {
    width: 598px;
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 1;
    opacity: 0;
}
.part6 .newsList .item.on {
    z-index: 2;
    opacity: 1;
}
.part6 .newsList .swiper-container {
    overflow: inherit;
    width: 598px;
}
.part6 .newsList .swiper-slide {
    width: 598px;
    opacity: 0.6;
}
.part6 .newsList a {
    display: block;
    width: 598px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
}
.part6 .newsList .imgs {
    width: 598px;
    height: 336px;
    border-radius: 2px;
    overflow: hidden;
}
.part6 .newsList .imgs img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.part6 .newsList .text {
    padding: 40px;
}
.part6 .newsList .text h6 {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.part6 .newsList .text span {
    font-size: 14px;
    color: #999999;
    display: block;
    padding-left: 26px;
    background: url(../images/index/f24.png) center left no-repeat;
    line-height: 18px;
    margin: 15px 0;
}
.part6 .newsList .text p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.part6 .newsList .bg {
    position: absolute;
    right: 0;
    top: 0;
    height: 578px;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 3;
}
.part6 .btnGrop {
    width: 20px;
    position: absolute;
    bottom: 48px;
    left: 136px;
}
.part6 .btnGrop .btns {
    display: none;
}
.part6 .btnGrop .btns.on {
    display: block;
}
.part6 .btnGrop .btns > div {
    width: 20px;
    height: 42px;
    cursor: pointer;
}
.part6 .btnGrop .btns .prev {
    background: url(../images/index/p25.png) center top no-repeat;
    border-bottom: 1px solid #333333;
}
.part6 .btnGrop .btns .next {
    background: url(../images/index/p26.png) center bottom no-repeat;
}
.part6 .btnGrop .btns .prev:hover {
    background-image: url(../images/index/p25_s.png);
}
.part6 .btnGrop .btns .next:hover {
    background-image: url(../images/index/p26_s.png);
}
.part6 .newsList .swiper-slide-next,
.part6 .newsList .swiper-slide-active {
    opacity: 1;
}
.part6 .newsList a:hover img {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
         -o-transform: scale(1.05);
            transform: scale(1.05);
}
.part6 .newsList a:hover .text h6 {
    color: #0093bb;
}

.part7 {
    padding-top: 125px;
    padding-bottom: 25px;
}
.part7 a {
    display: block;
    width: 20%;
    float: left;
    height: 85px;
    margin-bottom: 116px;
    position: relative;
}
.part7 a img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.part7 a .hover {
    opacity: 0;
    -webkit-transition: opacity 0.85s cubic-bezier(0.475, 0.425, 0, 0.995);
    -o-transition: opacity 0.85s cubic-bezier(0.475, 0.425, 0, 0.995);
    -moz-transition: opacity 0.85s cubic-bezier(0.475, 0.425, 0, 0.995);
    transition: opacity 0.85s cubic-bezier(0.475, 0.425, 0, 0.995);
}
.part7 a .ori {
    opacity: 0.8;
}
.part7 a:hover .hover {
    opacity: 1;
}
.part7 .swiper-button-next,
.part7 .swiper-button-prev {
    bottom: 10px;
    width: 76px;
    height: 20px;
    top: auto;
    opacity: 1;
}
.part7 .swiper-button-next:after,
.part7 .swiper-button-prev:after {
    font-size: 20px;
    color: #333333;
}
.part7 .swiper-button-next {
    left: 50%;
    right: auto;
    margin-left: 35px;
}
.part7 .swiper-button-prev {
    left: 50%;
    right: auto;
    margin-left: -42px;
    border-right: 1px solid #333333;
}
.part7 .swiper-button-next:hover:after,
.part7 .swiper-button-prev:hover:after {
    color: #0093bb;
}
.part8 {
    background-color: #fff;
    padding: 110px 0;
}
.part8 a {
    float: left;
    width: 31.142%;
    margin-right: 25px;
    border-radius: 2px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 54px 40px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.part8 a h6 {
    font-size: 26px;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.part8 a p {
    font-size: 16px;
    color: #666666;
    line-height: 1;
    -webkit-transition-duration: 0.5s;
       -moz-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
.part8 a:nth-child(1) {
    background: url(../images/index/f27.png) 87% center no-repeat;
}
.part8 a:nth-child(2) {
    background: url(../images/index/f28.png) 87% center no-repeat;
}
.part8 a:nth-child(3) {
    margin-right: 0;
    background: url(../images/index/f29.png) 87% center no-repeat;
}
.part8 a:hover h6 {
    color: #0093bb;
}
.part8 a:hover p {
    color: #0093bb;
}
.part8 a:hover:nth-child(1) {
    background-image: url(../images/index/f27_s.png);
}
.part8 a:hover:nth-child(2) {
    background-image: url(../images/index/f28_s.png);
}
.part8 a:hover:nth-child(3) {
    background-image: url(../images/index/f29_s.png);
}
.more em {
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: 40px;
    height: 40px;
}
.more span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #0093bb;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    -webkit-transition: width 0.6s, height 0.6s;
    -o-transition: width 0.6s, height 0.6s;
    -moz-transition: width 0.6s, height 0.6s;
    transition: width 0.6s, height 0.6s;
    z-index: 0;
}
.more:hover span {
    width: 300px;
    height: 300px;
}
.more:hover em {
    color: #ffffff;
}

.part1 .s1 .text,
.part1 .s1 .imgs,
.part2 .w1400 > div:nth-child(1),
.part2 .w1400 > div:nth-child(2),
.part2 .w1400 > div:nth-child(3),
.part2 .w1400 > div:nth-child(4),
.part2 .w1400 > div:nth-child(5),
.part2 .w1400 > div:nth-child(6),
.part3 .text,
.part3 .imgs,
.part4,
.part5 h5,
.part5 .con,
.part6 .tit,
.part6 .con,
.part7,
.part8 a:nth-child(1),
.part8 a:nth-child(2),
.part8 a:nth-child(3) {
    visibility: hidden;
}
.part1 .s1 .text.active {
    visibility: visible;
    -webkit-animation: baFadeInleft 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s
        both;
    -moz-animation: baFadeInleft 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -o-animation: baFadeInleft 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
       animation: baFadeInleft 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.part1 .s1 .imgs.active {
    visibility: visible;
    -webkit-animation: baFadeInRight 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s
        both;
    -moz-animation: baFadeInRight 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -o-animation: baFadeInRight 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
       animation: baFadeInRight 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.part2 .w1400 > div:nth-child(1).active,
.part2 .w1400 > div:nth-child(2).active,
.part2 .w1400 > div:nth-child(3).active,
.part2 .w1400 > div:nth-child(4).active,
.part2 .w1400 > div:nth-child(5).active,
.part2 .w1400 > div:nth-child(6).active {
    visibility: visible;
    -webkit-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -moz-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -o-animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
       animation: fadeInUp 3s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.part2 .w1400 > div:nth-child(2).active,
.part2 .w1400 > div:nth-child(4).active,
.part2 .w1400 > div:nth-child(6).active {
    -o-animation-delay: 0.4s;
       animation-delay: 0.4s;
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    -ms-animation-delay: 0.4s;
}
.part4.active,
.part5 h5.active,
.part5 .con.active,
.part6 .tit.active,
.part6 .con.active,
.part7.active,
.part8 a:nth-child(1).active,
.part8 a:nth-child(2).active,
.part8 a:nth-child(3).active,
.footer.active {
    visibility: visible;
    -webkit-animation: fadeInUp 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -moz-animation: fadeInUp 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -o-animation: fadeInUp 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
       animation: fadeInUp 2s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.part4.active {
    -webkit-animation-delay: 0.3s;
       -moz-animation-delay: 0.3s;
         -o-animation-delay: 0.3s;
            animation-delay: 0.3s;
}
.part3 .text.active {
    visibility: visible;
    -webkit-animation: fadeInleft 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -moz-animation: fadeInleft 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -o-animation: fadeInleft 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
       animation: fadeInleft 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.part3 .imgs.active {
    visibility: visible;
    -webkit-animation: fadeInRight 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -moz-animation: fadeInRight 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
    -o-animation: fadeInRight 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
       animation: fadeInRight 2.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s both;
}
.part8 a:nth-child(2).active {
    -o-animation-delay: 0.3s;
       animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
}
.part8 a:nth-child(3).active {
    -o-animation-delay: 0.5s;
       animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
}

@-webkit-keyframes baFadeInleft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50%, 0);
        -webkit-transform: translate3d(-50px, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
    }
}

@-moz-keyframes baFadeInleft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50%, 0);
        -webkit-transform: translate3d(-50px, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
    }
}

@-o-keyframes baFadeInleft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50%, 0);
        -webkit-transform: translate3d(-50px, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
    }
}

@keyframes baFadeInleft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, -50%, 0);
        -webkit-transform: translate3d(-50px, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
    }
}

@-webkit-keyframes baFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, -50%, 0);
        -webkit-transform: translate3d(50px, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
    }
}

@-moz-keyframes baFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, -50%, 0);
        -webkit-transform: translate3d(50px, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
    }
}

@-o-keyframes baFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, -50%, 0);
        -webkit-transform: translate3d(50px, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
    }
}

@keyframes baFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, -50%, 0);
        -webkit-transform: translate3d(50px, -50%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, -50%, 0);
        -webkit-transform: translate3d(0, -50%, 0);
    }
}

/*上下动*/
@-o-keyframes TopBot {
    0% {
        -o-transform: translateY(-27px);
           transform: translateY(-27px);
    }
    50% {
        -o-transform: translateY(-15px);
           transform: translateY(-15px);
    }
    100% {
        -o-transform: translateY(-27px);
           transform: translateY(-27px);
    }
}
@keyframes TopBot {
    0% {
        -webkit-transform: translateY(-27px);
           -moz-transform: translateY(-27px);
             -o-transform: translateY(-27px);
                transform: translateY(-27px);
    }
    50% {
        -webkit-transform: translateY(-15px);
           -moz-transform: translateY(-15px);
             -o-transform: translateY(-15px);
                transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(-27px);
           -moz-transform: translateY(-27px);
             -o-transform: translateY(-27px);
                transform: translateY(-27px);
    }
}
@-webkit-keyframes TopBot {
    0% {
        -webkit-transform: translateY(-27px);
                transform: translateY(-27px);
    }
    50% {
        -webkit-transform: translateY(-15px);
                transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(-27px);
                transform: translateY(-27px);
    }
}
@-moz-keyframes TopBot {
    0% {
        -moz-transform: translateY(-27px);
             transform: translateY(-27px);
    }
    50% {
        -moz-transform: translateY(-15px);
             transform: translateY(-15px);
    }
    100% {
        -moz-transform: translateY(-27px);
             transform: translateY(-27px);
    }
}

@media screen and (max-width: 1400px) {
    .part2 .box1 {
        width: 700px;
    }
    .part2 .box2 {
        width: 470px;
    }
    .part2 .box1 .text {
        padding-left: 450px;
    }
    .part2 .box2 .text {
        padding-left: 240px;
    }
    .part2 .box3 .text {
        padding-left: 68px;
    }
    .part2 .box4 .text {
        padding: 0;
    }
}
