normalize article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
img {
    display: block;
}

html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: "微软雅黑";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
ul,
li {
    margin: 0;
}

html {
    font-size: 16px;
    line-height: 1.4em;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑";
}

a {
    color: #333;
    text-decoration: none;
}

a:link,
a:visited {
    color: #333;
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

a:focus {
    outline: none;
}

/* a {
    IE下去掉超链接获取焦点时产生的虚框
    noFocusLine: expression(this.onFocus=this.blur());
} */

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

input {
    border: 0px;
    outline: 0px;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

* html .clearfix {
    zoom: 1
}

.left {
    float: left;
}

.right {
    float: right;
}

html {
    min-width: 1300px;
    overflow-x: hidden;
}

body {
    font-size: 16px;
    text-align: center;
}


#header {
    position: relative;
    width: 100%;
    height: 530px;
    background: url(../images/bg.jpg) center top no-repeat;
    text-align: center;
}

#cloud-box {
    position: absolute;
    width: 100%;
    height: 530px;
}

.cloud {
    position: absolute;
    width: 1920px;
    height: 370px;
    background: url(../images/cloud.png) center top;
}

#cloud01 {
    transform: scale3d(.3,.3);
    -webkit-transform: scale3d(.3,.3);
    top: -100px;
    opacity: 0;
    animation: action01 120s linear infinite;
    -webkit-animation: action01 120s linear infinite;
}

#cloud02 {
    top: 80px;
    opacity: 0;
    animation: action02 120s linear infinite;
    -webkit-animation: action02 120s linear infinite;
}

@-webkit-keyframes action01 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
}

    100% {
        opacity: 1;
    }
}

@keyframes action01 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
}

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes action02 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
}

    100% {
        opacity: 1;
    }
}

@keyframes action02 {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.8;
        transform: translateX(50%);
        -webkit-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
}

    100% {
        opacity: 1;
    }
}

#huitang {
    width: 100%;
    height: 530px;
    background: url(../images/huitang.png) center top no-repeat;
}

#animate-box {
    position: relative;
    width: 1000px;
    height: 530px;
    margin: -530px auto;
}

#title {
    position: absolute;
    top: 0px;
    left: 230px;
    width: 750px;
    height: 280px;
    background: url(../images/title.png) center top no-repeat;
    animation-delay: .5s;
}

#huabiao {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 800px;
    height: 360px;
    background: url(../images/huabiao.png) center top no-repeat;
    animation-delay: 1.8s;
}

#piao {
    position: absolute;
    top: 120px;
    left: 0px;
    width: 800px;
    height: 360px;
    background-image:url(../images/piao.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    opacity: 0;
}

.animation1 {
    animation: fadeInUp 2s ease 1.5s;
    -webkit-animation: fadeInUp 2s ease 1.5s;
}

.animation2 {
    animation:run 2.5s steps(16, end) infinite;
    -webkit-animation:run 2.5s steps(16, end) infinite;
}

@keyframes run{
    0%{
        opacity: 1;
        background-position: 0 0;

    }
    100%{
        opacity: 1;
        background-position:-12800px 0;
    }
}

#huibiao {
    position: absolute;
    top: 190px;
    left: 310px;
    width: 380px;
    height: 80px;
    background: url(../images/huibiao.png) center top no-repeat;
    animation-delay: 2.8s;
}

#chou {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 280px;
    background: url(../images/chou.png) center top no-repeat;
}

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8,.8);
        transform: scale3d(.8, .8,.8);
}

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(.8, .8,.8);
        transform: scale3d(.8, .8,.8);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
        -moz-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        -o-transform: translate3d(0, 10%, 0);
}

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 10%, 0);
        transform: translate3d(0, 10%, 0);
        -moz-transform: translate3d(0, 10%, 0);
        -ms-transform: translate3d(0, 10%, 0);
        -o-transform: translate3d(0, 10%, 0);
}

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

#contener {
    position: relative;
    top: -6px;
    width: 100%;
    /* height: 5142px; */
    margin: 0 auto;
    /* background: url(../images/content.jpg) center top no-repeat; */
    max-width: 1920px;
}

#footer {
    width: 100%;
    min-width: 960px;
    height: 150px;
    background: #d20000;
    text-align: center;
}

.foot {
    position: relative;
    box-sizing: border-box;
    width: 960px;
    margin: 0 auto;
    padding-top: 20px;
    padding-right: 90px;
}

.foot p,
.foot p a:link,
.foot p a:visited,
.foot p a:hover,
.foot p a:active {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
}

.foot p a:hover {
    text-decoration: underline;
}

#conac {
    position: absolute;
    top: 36px;
    right: 20px;
    width: 56px;
    height: 68px;
}



