.slideBox {
    overflow: hidden;
    position: relative;
    height: 420px;
}

    .slideBox .container {
        position: relative;
    }

    .slideBox .hd {
        width: 15px;
        overflow: hidden;
        position: absolute;
        left: 0;
        z-index: 1;
    }

        .slideBox .hd ul {
            overflow: hidden;
            zoom: 1;
            float: left;
        }

            .slideBox .hd ul li {
                float: left;
                width: 15px;
                height: 15px;
                margin-bottom: 15px;
                line-height: 30px;
                text-align: center;
                background: transparent;
                cursor: pointer;
                border-radius: 100%;
                box-sizing: border-box;
                border: 2px solid #FFFFFF;
            }

                .slideBox .hd ul li.on {
                    background: #fff;
                    color: #fff;
                }

    .slideBox .bd {
        position: relative;
        z-index: 0;
    }

.banner-bg {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}

.banner-result {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    margin-left: -600px;
    z-index: 999;
    width: 1200px;
    overflow: hidden;
}

.bannerFontOne {
    opacity: 0;
    margin: 100px 0 0 40px;
    animation: bannerFontOne 1.5s ease-in 1 forwards;
    -webkit-animation: bannerFontOne 1.5s ease-in 1 forwards;
    -moz-animation: bannerFontOne 1.5s ease-in 1 forwards;
    -o-animation: bannerFontOne 1.5s ease-in 1 forwards;
    -ms-animation: bannerFontOne 1.5s ease-in 1 forwards;
}

.bannerFontTwo {
    opacity: 0;
    margin: 65px 0 0 40px;
    animation: bannerFontTwo 2s ease-in 1 forwards;
    -webkit-animation: bannerFontTwo 2s ease-in 1 forwards;
    -moz-animation: bannerFontTwo 2s ease-in 1 forwards;
    -o-animation: bannerFontTwo 2s ease-in 1 forwards;
    -ms-animation: bannerFontTwo 2s ease-in 1 forwards;
}

.bannerImg {
    position: absolute;
    top: 40px;
    right: -100%;
    animation: bannerImg 2s ease-in-out forwards;
    -webkit-animation: bannerImg 2s ease-in-out forwards;
    -moz-animation: bannerImg 2s ease-in-out forwards;
    -o-animation: bannerImg 2s ease-in-out forwards;
    -ms-animation: bannerImg 2s ease-in-out forwards;
}

@keyframes bannerFontOne {
    0% {
        opacity: 0;
        margin: 100px 0 0 40px;
    }

    100% {
        opacity: 1;
        margin: 140px 0 0 40px;
    }
}

@-webkit-keyframes bannerFontOne {
    0% {
        opacity: 0;
        margin: 100px 0 0 40px;
    }

    100% {
        opacity: 1;
        margin: 140px 0 0 40px;
    }
}

@-moz-keyframes bannerFontOne {
    0% {
        opacity: 0;
        margin: 100px 0 0 40px;
    }

    100% {
        opacity: 1;
        margin: 140px 0 0 40px;
    }
}

@-o-keyframes bannerFontOne {
    0% {
        opacity: 0;
        margin: 100px 0 0 40px;
    }

    100% {
        opacity: 1;
        margin: 140px 0 0 40px;
    }
}

@-ms-keyframes bannerFontOne {
    0% {
        opacity: 0;
        margin: 100px 0 0 40px;
    }

    100% {
        opacity: 1;
        margin: 140px 0 0 40px;
    }
}

@keyframes bannerFontTwo {
    0% {
        opacity: 0;
        margin: 65px 0 0 40px;
    }

    100% {
        opacity: 1;
        margin: 25px 0 0 40px;
    }
}

@-webkit-keyframes bannerFontTwo {
    0% {
        opacity: 0;
        margin: 65px 0 0 40px;
    }

    100% {
        opacity: 1;
        margin: 25px 0 0 40px;
    }
}

@-moz-keyframes bannerFontTwo {
    0% {
        opacity: 0;
        margin: 65px 0 0 40px;
    }

    100% {
        opacity: 1;
        margin: 25px 0 0 40px;
    }
}

@-o-keyframes bannerFontTwo {
    0% {
        opacity: 0;
        margin: 65px 0 0 40px;
    }

    100% {
        opacity: 1;
        margin: 25px 0 0 40px;
    }
}

@-ms-keyframes bannerFontTwo {
    0% {
        opacity: 0;
        margin: 65px 0 0 40px;
    }

    100% {
        opacity: 1;
        margin: 25px 0 0 40px;
    }
}

@keyframes bannerImg {
    0% {
        opacity: 0;
        right: -100%;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-webkit-keyframes bannerImg {
    0% {
        opacity: 0;
        right: -100%;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-moz-keyframes bannerImg {
    0% {
        opacity: 0;
        right: -100%;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-o-keyframes bannerImg {
    0% {
        opacity: 0;
        right: -100%;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

@-ms-keyframes bannerImg {
    0% {
        opacity: 0;
        right: -100%;
    }

    100% {
        opacity: 1;
        right: 0;
    }
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -20px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

    .slideBox .prev:hover,
    .slideBox .next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}

.dynamic {
    padding-bottom: 20px;
}

.title {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #e5e5e5;
    padding-top: 30px;
    margin-bottom: 15px;
}

.title-fl {
    float: left;
    margin-right: 25px;
}

    .title-fl img {
        vertical-align: top;
    }

    .title-fl h2 {
        display: inline-block;
        font-size: 20px;
        color: #1f317b;
        font-weight: bold;
        margin-left: 4px;
    }

    .title-fl span {
        font-size: 18px;
        color: #a4a8c1;
    }

.title-wire {
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 130px;
    height: 2px;
    background-color: #19479e;
}

.title-more {
    position: absolute;
    bottom: 6px;
    right: 0;
    font-size: 14px;
    color: #19479e;
}

.little-title {
    font-size: 18px;
    color: #1d367f;
    font-weight: bold;
    padding: 20px 0;
    overflow: hidden;
}

    .little-title a {
        color: #1d367f;
    }

.little-title-null {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.little-title i {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #1f317b;
    vertical-align: middle;
    margin-right: 4px;
}

.little-title span {
    vertical-align: middle;
}

.journalism-list {
    padding-top: 6px;
    padding-left: 20px;
}

    .journalism-list li {
        margin-bottom: 16px;
    }

        .journalism-list li:last-child {
            margin-bottom: 0;
        }

    .journalism-list a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #333333;
        overflow: hidden;
    }

    .journalism-list span {
        float: left;
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
    }

.data {
    float: right;
    color: #999999;
}

.journalism-image {
    padding-left: 30px;
}

.journalism-list a:hover {
    color: #1d367f;
}

.product-center {
    padding-bottom: 30px;
    background-color: #f5f5f7;
}

.product-content {
    margin-bottom: 20px;
}

.product {
    margin-top: 25px;
}

.product-fl {
    padding-right: 15px;
}

.product-fr {
    height: 210px;
    background-color: #FFFFFF;
}

.product-fl-content {
    height: 210px;
    background-color: #1f317b;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

    .product-fl-content span {
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }

.journalism-pic img {
    width: 100%;
}

.little-title-more {
    font-size: 14px;
    color: #19479e;
    font-weight: normal;
}

.journalism-img a {
    display: block;
    position: relative;
}

.journalism-img-shade {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 36px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    background-color: rgba(0, 57, 144, .5);
}

.product-class {
    margin-top: 20px;
}

.dynamo-class {
    background-color: #FFFFFF;
    width: 100%;
    height: 210px;
    box-shadow: 0 0 4px #e2e2e2;
}

    .dynamo-class ul {
        overflow: hidden;
    }

    .dynamo-class li {
        width: 20%;
        float: left;
        text-align: center;
    }

        .dynamo-class li a {
            display: block;
            width: 100%;
            height: 100%;
            font-size: 16px;
            color: #333333;
            font-weight: bold;
        }

        .dynamo-class li:hover a {
            color: #384888;
        }

.dynamo-pic {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    box-shadow: 0 0 6px #b8b8b8;
    margin: 20px auto 15px auto;
    box-sizing: border-box;
    padding: 4px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.dynamo-pic_yejibiao {
    width: 130px;
    height: 130px;
    border-radius: 100%;
    box-shadow: 0 0 6px #b8b8b8;
    margin: 20px auto 10px auto;
    box-sizing: border-box;
    padding: 4px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.dynamo-class li:hover .dynamo-pic_yejibiao {
    opacity: .9;
    filter: alpha(opacity=90);
    background-color: #384888;
}

.dynamo-class li:hover .dynamo-pic {
    opacity: .9;
    filter: alpha(opacity=90);
    background-color: #384888;
}

.dynamo-pic img, .dynamo-pic_yejibiao img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.pic-icon {
    height: 22px;
    display: inline-block;
    vertical-align: top;
}

.pic-icon1 {
    width: 22px;
    background-image: url("../images/pic-icon1.png");
}

.pic-icon2 {
    width: 29px;
    background-image: url("../images/pic-icon2.png");
}

.pic-icon3 {
    width: 32px;
    background-image: url("../images/pic-icon3.png");
}

.pic-icon4 {
    width: 26px;
    background-image: url("../images/pic-icon4.png");
}

.pic-icon5 {
    width: 22px;
    background-image: url("../images/pic-icon5.png");
}

.pic-icon6 {
    width: 22px;
    background-image: url("../images/pic-icon6.png");
}

.pic-span {
    display: inline-block;
    vertical-align: top;
}

.dynamo-class li:hover .pic-icon1 {
    background-image: url("../images/pic-icon11.png");
}

.dynamo-class li:hover .pic-icon2 {
    background-image: url("../images/pic-icon22.png");
}

.dynamo-class li:hover .pic-icon3 {
    background-image: url("../images/pic-icon33.png");
}

.dynamo-class li:hover .pic-icon4 {
    background-image: url("../images/pic-icon44.png");
}

.dynamo-class li:hover .pic-icon5 {
    background-image: url("../images/pic-icon55.png");
}

.ynamo-class-list {
    width: 32%;
    height: 100%;
    background-color: #f3f5ff;
    float: left;
    margin-right: 2%;
    overflow: hidden;
}

.ynamo-class-img > img {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.ynamo-class-list:hover .ynamo-class-img > img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.ynamo-class-list:last-child {
    margin-right: 0;
}

.ynamo-class-img {
    height: 150px;
    overflow: hidden;
}

    .ynamo-class-img img {
        width: 100%;
    }

.ynamo-class-font {
    text-align: center;
    font-size: 18px;
    color: #003990;
    padding-top: 16px;
    padding-bottom: 17px;
}

    .ynamo-class-font img {
        vertical-align: top;
    }

.body-bottom {
    padding: 45px 0 40px 0;
}

.about-us {
    box-shadow: 0 0 4px #e2e2e2;
    overflow: hidden;
    padding: 10px 15px;
    height: 222px;
}

.about-us-img {
    width: 48%;
}

    .about-us-img img {
        width: 100%;
    }

.about-us-font {
    width: 52%;
    padding: 10px 0 0 20px;
    font-size: 14px;
    line-height: 24px;
    color: #1e1e1e;
}

    .about-us-font a {
        color: #19479e;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

        .about-us-font a:hover {
            opacity: .9;
            filter: alpha(opacity=90);
        }

.marketing-list {
    padding: 0 30px;
}

    .marketing-list a {
        display: block;
        width: 100%;
        height: 65px;
        box-shadow: 0 0 4px #e2e2e2;
        margin-bottom: 14px;
        border-radius: 4px;
        overflow: hidden;
        -webkit-transition: all .2s ease-in;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -ms-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }

        .marketing-list a:hover {
            opacity: .8;
            filter: alpha(opacity=80);
        }

.blue-block {
    width: 28%;
    height: 65px;
    text-align: center;
    background-color: #003990;
    padding-top: 15px;
}

    .blue-block img {
        height: 35px;
        vertical-align: middle;
    }

.blue-font {
    width: 72%;
    line-height: 65px;
    font-size: 20px;
    color: #19479e;
    text-align: center;
    font-weight: bold;
}

.enterprise-bulletin {
    box-shadow: 0 0 4px #e2e2e2;
    overflow: hidden;
    width: 100%;
    height: 222px;
    padding-top: 20px;
}

    .enterprise-bulletin a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #333333;
        margin-bottom: 10px;
        font-weight: bold;
        padding: 0 10px 0 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .enterprise-bulletin a:hover {
            color: #19479e;
        }

.image-list {
    display: none;
    position: absolute;
    top: 55px;
    left: 30px;
    width: 160px;
    background-color: #f7f7f7;
}

.journalism-image img {
    width: 100%;
}

.image-list a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #1e1e1e;
    box-sizing: border-box;
    padding-left: 10px;
}

    .image-list a:hover {
        font-size: 14px;
        color: #ffffff;
        background-color: #003990;
    }

    .image-list a.on {
        font-size: 14px;
        color: #ffffff;
        background-color: #003990;
    }

.focus {
    display: none;
    position: relative;
    overflow: hidden;
}

    .focus img {
        width: 100%;
    }

    .focus .hd {
        width: 100%;
        height: 11px;
        position: absolute;
        z-index: 1;
        bottom: 5px;
        text-align: center;
    }

        .focus .hd ul {
            display: inline-block;
            padding: 3px 5px;
            background-color: rgba(255, 255, 255, 0.7);
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            font-size: 0;
            vertical-align: top;
        }

            .focus .hd ul li {
                display: inline-block;
                width: 5px;
                height: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                background: #8C8C8C;
                margin: 0 5px;
                vertical-align: top;
                overflow: hidden;
            }

            .focus .hd ul .on {
                background: #1d367f;
            }

            .product-class-title-mobile{
                display:none;
            }
@media screen and (max-width: 990px) {
    .product-class-title {
        display: none;
    }

    .product-class-title-mobile {
        display: block;
    }

        .product-class-title-mobile img {
            width: 100%;
        }

    .pic-icon{
        display:none;
    }
    .ynamo-class-font i{
        display:none;
    }
}

@media screen and (max-width: 768px) {
    .journalism-list {
        padding: 0 0 0 10px;
    }

    .journalism-img {
        margin-bottom: 20px;
    }

    .dynamo-class {
        height: auto;
    }

        .dynamo-class li:last-child {
            padding-bottom: 20px;
        }

        .dynamo-class li a {
            height: auto;
        }

    .ynamo-class-list {
        width: 100%;
        height: auto;
        margin-right: 0;
        padding-bottom: 10px;
    }

    .journalism-image {
        padding-left: 0;
    }

    .enterprise-bulletin {
        text-align: center;
    }

    .enterprise-bulletin {
        height: auto;
        padding: 20px 0;
    }

    .marketing-list {
        padding: 0;
    }

    .about-us {
        height: auto;
    }

    .ynamo-class-img {
        height: auto;
    }

    .about-us-img {
        width: 100%;
    }

    .about-us-font {
        width: 100%;
    }

    .inform-title img {
        margin-top: 8px !important;
    }

    .inform-container {
        margin-top: 0 !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .about-us-font {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .inform-title img {
        margin-top: 8px !important;
    }

    .inform-container {
        margin-top: -36px !important;
    }

    .focus .hd {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .slideBox {
        display: none;
    }

    .focus {
        display: block;
    }
}

/*------------------------------------ะยิ๖--------------------------------------*/
.bannerFontNewOne {
    opacity: 0;
    margin: 140px 0 0 40px;
    animation: bannerFontNewOne 3s ease-in 1 forwards;
    -webkit-animation: bannerFontNewOne 3s ease-in 1 forwards;
    -moz-animation: bannerFontNewOne 3s ease-in 1 forwards;
    -o-animation: bannerFontNewOne 3s ease-in 1 forwards;
    -ms-animation: bannerFontNewOne 3s ease-in 1 forwards;
}

.bannerFontNewTwo {
    opacity: 0;
    margin: 25px 0 0 40px;
    animation: bannerFontNewOne 3s ease-in 1 forwards;
    -webkit-animation: bannerFontNewOne 3s ease-in 1 forwards;
    -moz-animation: bannerFontNewOne 3s ease-in 1 forwards;
    -o-animation: bannerFontNewOne 3s ease-in 1 forwards;
    -ms-animation: bannerFontNewOne 3s ease-in 1 forwards;
}

.bannerFontLeft {
    opacity: 0;
    margin: 140px 0 0 40px;
    animation: bannerFontLeft 1s ease-in 1 forwards;
    -webkit-animation: bannerFontLeft 1s ease-in 1 forwards;
    -moz-animation: bannerFontLeft 1s ease-in 1 forwards;
    -o-animation: bannerFontLeft 1s ease-in 1 forwards;
    -ms-animation: bannerFontLeft 1s ease-in 1 forwards;
}

.bannerFontRight {
    opacity: 0;
    margin: 25px 0 0 300px;
    animation: bannerFontRight 1.5s ease-in 1 forwards;
    -webkit-animation: bannerFontRight 1s ease-in 1 forwards;
    -moz-animation: bannerFontRight 1s ease-in 1 forwards;
    -o-animation: bannerFontRight 1s ease-in 1 forwards;
    -ms-animation: bannerFontRight 1s ease-in 1 forwards;
}

@keyframes bannerFontNewOne {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes bannerFontNewOne {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes bannerFontNewOne {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes bannerFontNewOne {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes bannerFontNewOne {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes bannerFontLeft {
    0% {
        margin: 140px 0 0 -300px;
        opacity: 0;
    }

    100% {
        margin: 140px 0 0 40px;
        opacity: 1;
    }
}

@-webkit-keyframes bannerFontLeft {
    0% {
        margin: 140px 0 0 -300px;
        opacity: 0;
    }

    100% {
        margin: 140px 0 0 40px;
        opacity: 1;
    }
}

@-moz-keyframes bannerFontLeft {
    0% {
        margin: 140px 0 0 -300px;
        opacity: 0;
    }

    100% {
        margin: 140px 0 0 40px;
        opacity: 1;
    }
}

@-o-keyframes bannerFontLeft {
    0% {
        margin: 140px 0 0 -300px;
        opacity: 0;
    }

    100% {
        margin: 140px 0 0 40px;
        opacity: 1;
    }
}

@-ms-keyframes bannerFontLeft {
    0% {
        margin: 140px 0 0 -300px;
        opacity: 0;
    }

    100% {
        margin: 140px 0 0 40px;
        opacity: 1;
    }
}

@keyframes bannerFontRight {
    0% {
        margin: 25px 0 0 300px;
        opacity: 0;
    }

    100% {
        margin: 25px 0 0 40px;
        opacity: 1;
    }
}

@-webkit-keyframes bannerFontRight {
    0% {
        margin: 25px 0 0 300px;
        opacity: 0;
    }

    100% {
        margin: 25px 0 0 40px;
        opacity: 1;
    }
}

@-moz-keyframes bannerFontRight {
    0% {
        margin: 25px 0 0 300px;
        opacity: 0;
    }

    100% {
        margin: 25px 0 0 40px;
        opacity: 1;
    }
}

@-o-keyframes bannerFontRight {
    0% {
        margin: 25px 0 0 300px;
        opacity: 0;
    }

    100% {
        margin: 25px 0 0 40px;
        opacity: 1;
    }
}

@-ms-keyframes bannerFontRight {
    0% {
        margin: 25px 0 0 300px;
        opacity: 0;
    }

    100% {
        margin: 25px 0 0 40px;
        opacity: 1;
    }
}
/*------------------------------------ะยิ๖--------------------------------------END*/

.bannerImgNew {
    position: absolute;
    top: 40px;
    right: -100%;
    animation: bannerImgNew 2s ease-in-out forwards;
    -webkit-animation: bannerImgNew 2s ease-in-out forwards;
    -moz-animation: bannerImgNew 2s ease-in-out forwards;
    -o-animation: bannerImgNew 2s ease-in-out forwards;
    -ms-animation: bannerImgNew 2s ease-in-out forwards;
}

@keyframes bannerImgNew {
    0% {
        opacity: 0;
        left: -100%;
    }

    100% {
        opacity: 1;
        left: 5%;
    }
}

@-webkit-keyframes bannerImgNew {
    0% {
        opacity: 0;
        left: -100%;
    }

    100% {
        opacity: 1;
        left: 5%;
    }
}

@-ms-keyframes bannerImgNew {
    0% {
        opacity: 0;
        left: -100%;
    }

    100% {
        opacity: 1;
        left: 5%;
    }
}

@-moz-keyframes bannerImgNew {
    0% {
        opacity: 0;
        left: -100%;
    }

    100% {
        opacity: 1;
        left: 5%;
    }
}

@-o-keyframes bannerImgNew {
    0% {
        opacity: 0;
        left: -100%;
    }

    100% {
        opacity: 1;
        left: 5%;
    }
}

.bannerFontNewOne {
    opacity: 0;
    margin: 140px 0 0 40px;
    animation: bannerFontNewOne 3s ease-in 1 forwards;
    -webkit-animation: bannerFontNewOne 3s ease-in 1 forwards;
    -moz-animation: bannerFontNewOne 3s ease-in 1 forwards;
    -o-animation: bannerFontNewOne 3s ease-in 1 forwards;
    -ms-animation: bannerFontNewOne 3s ease-in 1 forwards;
}

.bannerFontNewOneNew {
    text-align: right;
}

.bannerFontNewTwo {
    opacity: 0;
    margin: 25px 0 0 40px;
    animation: bannerFontNewOne 3s ease-in 1 forwards;
    -webkit-animation: bannerFontNewOne 3s ease-in 1 forwards;
    -moz-animation: bannerFontNewOne 3s ease-in 1 forwards;
    -o-animation: bannerFontNewOne 3s ease-in 1 forwards;
    -ms-animation: bannerFontNewOne 3s ease-in 1 forwards;
}

.bannerFontNewTwo {
    text-align: right;
}
