﻿body {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #111019;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-style: normal;
}

img {
    max-width: 100%;
    border: none;
}

table {
    border-collapse: collapse;
}



a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

    a:link {
        color: #333;
    }

    a:visited {
        color: #333;
    }

input {
    color: #000;
}

    input::-webkit-input-placeholder { /* WebKit browsers */
        color: #A9A5A2;
    }

    input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #A9A5A2;
    }

    input::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #A9A5A2;
    }

    input:-ms-input-placeholder { /* Internet Explorer 10+ */
        color: #A9A5A2;
    }

.cls, .clear, .clearfix {
    clear: both;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1100 {
    width: 1100px;
    margin: 0 auto;
}


/*动画**/

.fadeInLeft {
    animation: fadeInLeft 1s ease-in-out;
    -webkit-animation: fadeInLeft 1s ease-in-out; /*Safari and Chrome*/
}

.fadeInLeft1_1s {
    animation: fadeInLeft 2s ease-in-out;
    -webkit-animation: fadeInLeft 2s ease-in-out; /*Safari and Chrome*/
}

.fadeInRight {
    animation: fadeInRight 1s ease-in-out;
    -webkit-animation: fadeInRight 1s ease-in-out; /*Safari and Chrome*/
}

.zoomIn {
    animation: zoomIn 1s ease-in-out;
    -webkit-animation: zoomIn 1s ease-in-out; /*Safari and Chrome*/
}

.flipInY {
    animation: flipInY 1s ease-in-out;
    -webkit-animation: flipInY 1s ease-in-out; /*Safari and Chrome*/
}

.flipInX {
    animation: flipInX 1s ease-in-out;
    -webkit-animation: flipInX 1s ease-in-out; /*Safari and Chrome*/
}

.fadeInDown {
    animation: fadeInDown 1s ease-in-out;
    -webkit-animation: fadeInDown 1s ease-in-out; /*Safari and Chrome*/
}

.fadeInUp {
    animation: fadeInUp 1s ease-in-out;
    -webkit-animation: fadeInUp 1s ease-in-out; /*Safari and Chrome*/
}

.rollIn {
    animation: rollIn 1s ease-in-out;
    -webkit-animation: rollIn 1s ease-in-out; /*Safari and Chrome*/
}

.zoomInLeft {
    animation: zoomInLeft 1s ease-in-out;
    -webkit-animation: zoomInLeft 1.5s ease-in-out; /*Safari and Chrome*/
}

.zoomInRight {
    animation: zoomInRight 1s ease-in-out;
    -webkit-animation: zoomInRight 1s ease-in-out; /*Safari and Chrome*/
}


.slideInDown {
    animation: slideInDown 1s ease-in-out;
    -webkit-animation: slideInDown 1s ease-in-out; /*Safari and Chrome*/
}

.slideInUp {
    animation: slideInUp 1s ease-in-out;
    -webkit-animation: slideInUp 1s ease-in-out; /*Safari and Chrome*/
}

@keyframes zoomShow {

    0% {
        opacity: 0.1;
    }

    50% {
        opacity: 1;
    }


    100% {
        opacity: 0;
    }
}

.zoomShow {
    transition: all 15s;
    animation: zoomShow 15s ease-in-out infinite;
    -webkit-animation: zoomShow 15s ease-in-out infinite; /*Safari and Chrome*/
}

.zoomShow1 {
    transition: all 8s;
    animation: zoomShow 8s ease-in-out infinite;
    -webkit-animation: zoomShow 8s ease-in-out infinite; /*Safari and Chrome*/
    -webkit-transition-delay: 4s;
    transition-delay: 4s;
}



.zoomShow2 {
    transition: all 8s;
    animation: zoomShow 8s ease-in-out infinite;
    -webkit-animation: zoomShow 8s ease-in-out infinite; /*Safari and Chrome*/
    -webkit-transition-delay: 8s;
    transition-delay: 8s;
}

body {
    overflow-x: hidden;
}
