.foshanlianyun .wp1200 {
    position: relative;
    margin: 0 auto;
    width: 1250px;
    /*border:solid 1px red;*/
}
.foshanlianyun .title {
    padding-top: 100px;
    text-align: center;
    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;
}
.foshanlianyun .text-img1 {
    position:absolute;
    bottom:20px;
    right:40px;
    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;
}
.foshanlianyun .text{
    width:822px;
    margin:0 auto;
    padding-top:80px;

}
.foshanlianyun .text h5{
    font-size:25px;
    color:#4a2019;
    font-family:"黑体";
    text-align:center;
}
.foshanlianyun .text p{
    font-size:14px;
    line-height:24px;
    color:#ab8768;
    font-family:"黑体";
    text-align:center;

}
.foshanlianyun .text h6{
    font-size:14px;
    color:#4a2019;
    font-family:"Arial";
    letter-spacing:2px;
    text-align:center;
    padding-bottom:26px;
    padding-top:6px;
}
.foshanlianyun .text-img3_1{
    float:right;
    padding-top:190px;
}
.foshanlianyun .text-img3_2{
    padding-top:280px;
}
.foshanlianyun .text-img5_1{
    float:right;
    padding-top:390px;
}
.foshanlianyun .text-img5_2{
    position:relative;
    padding-top:210px;
    padding-bottom:60px;
}
.foshanlianyun .text-img7_1{
    padding-top:80px;
    padding-left:165px;
}
.foshanlianyun .text-img7_2{
    position:absolute;
    right: 100px;
    top: 226px;
}
.foshanlianyun .text-img7_3{
    position:absolute;
    left: 117px;
    top: 362px;
}
.foshanlianyun .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);
    }
}
.foshanlianyun .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;
}
@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);
    }
}
.foshanlianyun .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;
}
.foshanlianyun .fadeInDown1 {
    animation: fadeInDown .5s .5s ease forwards;
    -webkit-animation: fadeInDown .5s .5s ease forwards;
    -moz-animation: fadeInDown .5s .5s ease forwards;
    -o-animation: fadeInDown .5s .5s ease forwards;
    -ms-animation: fadeInDown .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);
    }
}
.foshanlianyun .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;
}
@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);
    }
}
.foshanlianyun .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);
    }
}
.foshanlianyun .title,
.foshanlianyun .text-box2 .tit,
.foshanlianyun .text-box2 p,
.foshanlianyun .text-img3_1,
.foshanlianyun .text-img3_2,
.foshanlianyun .text-box4 .tit,
.foshanlianyun .text-box4 p,
.foshanlianyun .text-img5_1,
.foshanlianyun .text-img5_2,
.foshanlianyun .text-box6 .tit,
.foshanlianyun .text-box6 p,
.foshanlianyun .text-img7_2,
.foshanlianyun .text-img7_3,
.foshanlianyun .text-img7_1,
.foshanlianyun .text-img1
{
    opacity: 0;
}
.foshanlianyun .title,
.foshanlianyun .text-box2 .tit,
.foshanlianyun .text-box2 p,
.foshanlianyun .text-img3_1,
.foshanlianyun .text-img3_2,
.foshanlianyun .text-box4 .tit,
.foshanlianyun .text-box4 p,
.foshanlianyun .text-img5_1,
.foshanlianyun .text-img5_2,
.foshanlianyun .text-box6 .tit,
.foshanlianyun .text-box6 p,
.foshanlianyun .text-img7_2,
.foshanlianyun .text-img7_3,
.foshanlianyun .text-img7_1,
.foshanlianyun .text-img1
{
    opacity: 1 \9 \0 !important;
}
