.wp1200 {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    /*border: solid 1px red;*/
}

.title{
    padding-top: 190px;
    padding-left: 140px;
    text-align: left;
    float:left;
    animation: fadeInLeft .5s .1s ease forwards;
    -webkit-animation: fadeInLeft .5s .1s ease forwards;
    -moz-animation: fadeInLeft .5s .1s ease forwards;
    -o-animation: fadeInLeft .5s .1s ease forwards;
    -ms-animation: fadeInLeft .5s .1s ease forwards;
}
 .text-img1{
     position: absolute;
     z-index:5;
     top: 150px;
     right: 70px;
    animation: fadeInRight .5s .1s ease forwards;
    -webkit-animation: fadeInRight .5s .1s ease forwards;
    -moz-animation: fadeInRight .5s .1s ease forwards;
    -o-animation: fadeInRight .5s .1s ease forwards;
    -ms-animation: fadeInRight .5s .1s ease forwards;
}

.text-img1_1{
    position: absolute;
    top: 189px;
    right: 323px;
    z-index:1;
    animation: fadeInRight .5s .5s ease forwards;
    -webkit-animation: fadeInRight .5s .5s ease forwards;
    -moz-animation: fadeInRight .5s .5s ease forwards;
    -o-animation: fadeInRight .5s .5s ease forwards;
    -ms-animation: fadeInRight .5s .5s ease forwards;

}
.text-img2 {
    /*padding-top: 88px;*/
    text-align: right;
    padding-right:100px;
}
.text-img2_1 {
    position: relative;
    padding-top: 160px;
    text-align:center;
}

.text-wrap {
    position: relative;
    float: left;
    /*display: inline-block;*/
    left: 100px;
    top: 0;
    width: 550px;
    font-size: 13px;
    line-height: 36px;
    color: #2f2f2f;
    text-align: left;
}
.text-wrap h5 {
    font-size: 43px;
    padding-bottom:25px;
    color:#303030;
}
.text-box3 .text-wrap{
    padding-top:300px;
    padding-bottom:60px;
    width:310px;
    color:#fff;
}
.text-box3 .text-wrap img{
    position: absolute;
    top:300px;
    left:0;
}
.text-box3 .text-wrap h5{
    padding-left:110px;
    padding-top:15px;
    padding-bottom:50px;
    color:#fff;
}
.text-img3_1{
    position:absolute;
    z-index: 8;
    top:170px;
    right:440px;
}
.text-img3_2{
    position:absolute;
    z-index: 7;
    top: 185px;
    right: 255px;
}
.text-img3_3{
    position:absolute;
    z-index: 6;
    top: 212px;
    right: 92px;
}
.text-img3_4{
    position:absolute;
    z-index: 5;
    top: 223px;
    right: -61px;
}
.text-box4 .text-wrap{
    padding-left:650px;
    padding-top:150px;
    padding-bottom:60px;
    width:320px;
    color:#2f2f2f;
}
.text-box4 .text-wrap img{
    position: absolute;
    top:150px;
    left:650px;
}
.text-box4 .text-wrap h5{
    padding-left:110px;
    padding-top:15px;
    padding-bottom:50px;
    color:#2f2f2f;
}
.text-img4{
    position: absolute;
    top: 136px;
    left: 254px;

}

.zoomIn {
    animation: zoomIn .5s .1s ease forwards;
    -webkit-animation: zoomIn .5s .1s ease forwards;
    -moz-animation: zoomIn .5s .1s ease forwards;
    -o-animation: zoomIn .5s .1s ease forwards;
    -ms-animation: zoomIn .5s .1s ease forwards;
}
@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-ms-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
.fadeInRight {
    animation: fadeInRight .5s .1s ease forwards;
    -webkit-animation: fadeInRight .5s .1s ease forwards;
    -moz-animation: fadeInRight .5s .1s ease forwards;
    -o-animation: fadeInRight .5s .1s ease forwards;
    -ms-animation: fadeInRight .5s .1s ease forwards;
}
.fadeInRight1 {
    animation: fadeInRight .5s .5s ease forwards;
    -webkit-animation: fadeInRight .5s .5s ease forwards;
    -moz-animation: fadeInRight .5s .5s ease forwards;
    -o-animation: fadeInRight .5s .5s ease forwards;
    -ms-animation: fadeInRight .5s .5s ease forwards;
}
@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        /*transform:scale(0.1);*/
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        /*transform:scale(0.1);*/
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        /*transform:scale(0.1);*/
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
.fadeInDown {
    animation: fadeInDown .5s .1s ease forwards;
    -webkit-animation: fadeInDown .5s .1s ease forwards;
    -moz-animation: fadeInDown .5s .1s ease forwards;
    -o-animation: fadeInDown .5s .1s ease forwards;
    -ms-animation: fadeInDown .5s .1s ease forwards;
}
.fadeInUp {
    animation: fadeInUp .5s .5s ease forwards;
    -webkit-animation: fadeInUp .5s .5s ease forwards;
    -moz-animation: fadeInUp .5s .5s ease forwards;
    -o-animation: fadeInUp .5s .5s ease forwards;
    -ms-animation: fadeInUp .5s .5s ease forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-120px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
        /*transform: translateY(120px);*/
    }
    100% {
        opacity: 1;
        /*transform: translateX(0px);*/
    }
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        /*transform: translateY(120px);*/
    }
    100% {
        opacity: 1;
        /*transform: translateX(0px);*/
    }
}
@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        /*transform: translateY(120px);*/
    }
    100% {
        opacity: 1;
        /*transform: translateX(0px);*/
    }
}
@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        /*transform: translateY(120px);*/
    }
    100% {
        opacity: 1;
        /*transform: translateX(0px);*/
    }
}
@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        /*transform: translateY(-20px);*/
    }
    100% {
        opacity: 1;
        /*transform: translateX(0px);*/
    }
}
.fadeInLeft {
    animation: fadeInLeft .5s .1s ease forwards;
    -webkit-animation: fadeInLeft .5s .1s ease forwards;
    -moz-animation: fadeInLeft .5s .1s ease forwards;
    -o-animation: fadeInLeft .5s .1s ease forwards;
    -ms-animation: fadeInLeft .5s .1s ease forwards;
}
.fadeInLeft1 {
    animation: fadeInLeft .3s .1s ease forwards;
    -webkit-animation: fadeInLeft .3s .1s ease forwards;
    -moz-animation: fadeInLeft .3s .1s ease forwards;
    -o-animation: fadeInLeft .3s .1s ease forwards;
    -ms-animation: fadeInLeft .3s .1s ease forwards;
}
.fadeInLeft2 {
    animation: fadeInLeft .3s .2s ease forwards;
    -webkit-animation: fadeInLeft .3s .2s ease forwards;
    -moz-animation: fadeInLeft .3s .2s ease forwards;
    -o-animation: fadeInLeft .3s .2s ease forwards;
    -ms-animation: fadeInLeft .3s .2s ease forwards;
}
.fadeInLeft3 {
    animation: fadeInLeft .3s .3s ease forwards;
    -webkit-animation: fadeInLeft .3s .3s ease forwards;
    -moz-animation: fadeInLeft .3s .3s ease forwards;
    -o-animation: fadeInLeft .3s .3s ease forwards;
    -ms-animation: fadeInLeft .3s .3s ease forwards;
}
.fadeInLeft4 {
    animation: fadeInLeft .3s .4s ease forwards;
    -webkit-animation: fadeInLeft .3s .4s ease forwards;
    -moz-animation: fadeInLeft .3s .4s ease forwards;
    -o-animation: fadeInLeft .3s .4s ease forwards;
    -ms-animation: fadeInLeft .3s .4s ease forwards;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
.slideInLeft {
    animation: fadeInLeft .5s .5s ease forwards;
    -webkit-animation: fadeInLeft .5s .5s ease forwards;
    -moz-animation: fadeInLeft .5s .5s ease forwards;
    -o-animation: fadeInLeft .5s .5s ease forwards;
    -ms-animation: fadeInLeft .5s .5s ease forwards;
}
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}
.title,
.text-img1,
.text-img1_1,
.text-img2,
.text-wrap,
.text-img2_1,
.text-img3_1,
.text-img3_2,
.text-img3_3,
.text-img3_4,
.text-img4
{
    opacity: 0;
}
.title,
.text-img1,
.text-img1_1,
.text-img2,
.text-wrap,
.text-img2_1,
.text-img3_1,
.text-img3_2,
.text-img3_3,
.text-img3_4,
.text-img4
{
    opacity: 1 \9 \0 !important;
}
