#top{
    width: 100%;
    height: 960px;
    position: relative;
}
.top_head{
    width: 100%;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}
a.header_language{
    color: #ffffff;
}
.top_banner{
    background-size: cover;
    background: url(../img/section1-bg.png) no-repeat center 66px;
}
.section1{
    background-size: cover;
    background: url(../img/section1-bg.jpg) no-repeat center center;
}
.section1_title{
    width: 100%;
    height: 542px;
    left: 0px;
    top: 210px;
    position: absolute;
}
@-webkit-keyframes six-overturn {
    0% {
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes six-overturn {
    0% {
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
.section1_title_six{
    width: 251px;
    height: 336px;
    top: 210px;
    left: calc(50% - 140px);
    position: absolute;
    background: url(../img/section1-2.png) no-repeat center center;
    animation: six-overturn 2.5s infinite ease-in-out 1s;
    -webkit-animation: six-overturn 2.5s infinite ease-in-out 1s;
    -ms-animation: six-overturn 2.5s infinite ease-in-out 1s;
}
.section1_title_flick{
    width: 206px;
    height: 205px;
    left: calc(50% - 125px);
    top: 495px;
    position: absolute;
    /*animation:beat 2s ease 0s infinite normal;
    -webkit-animation: beat 2s ease 0s infinite normal;
    -ms-animation: beat 2s ease 0s infinite normal;*/
/*
    background-position: -200px 0;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-image: url(../img/section1-5.png);

    animation:beat 2s steps(1) infinite;
    -webkit-animation: beat 2s steps(1) infinite;
    -ms-animation: beat 2s steps(1) infinite;*/
}
/*@-webkit-keyframes beat {
    0% {
        background:url(../img/section1-3.png) no-repeat center center;
    }
    50% {
        background:url(../img/section1-4.png) no-repeat center center;
    }
    100% {
        background:url(../img/section1-3.png) no-repeat center center;
    }
}*/
@keyframes beat {
    0% {
       /* background:url(../img/section1-3.png) no-repeat center center;*/
        background-position: -200px 0;
    }
    50% {
        /*background:url(../img/section1-4.png) no-repeat center center;*/
        background-position: -20px 0;
    }
    100% {
        /*background:url(../img/section1-3.png) no-repeat center center;*/
        background-position: -200px 0;
    }
}
.section2{
    background-size: cover;
    background: url(../img/section2-bg.jpg) no-repeat center center;
}
.section2_title{
    position: relative;
    width: 879px;
    height: 166px;
    top: 80px;
    left: calc(50% - 440px);
    background: url(../img/section2-title.png) no-repeat center center;
}
.section2_1{
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    top: 225px;
    left: calc(50% - 515px);
    background: url(../img/section2-1.png) no-repeat center center;
}
.section2_1:hover{
     transform:scale(1.2);
     -webkit-transform:scale(1.2);
     -moz-transform:scale(1.2);
     -o-transform:scale(1.2);
     -ms-transform:scale(1.2)
 }
.section2_2{
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    top: 225px;
    left: calc(50% - 377px);
    background: url(../img/section2-2.png) no-repeat center center;
}
.section2_2:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2)
}
.section2_3{
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    top: 225px;
    left: calc(50% - 242px);
    background: url(../img/section2-3.png) no-repeat center center;
}
.section2_3:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2)
}
.section2_4{
    display: inline-block;
    position: relative;
    width: 150px;
    height: 150px;
    top: 225px;
    left: calc(50% - 105px);
    background: url(../img/section2-4.png) no-repeat center center;
}
.section2_4:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2)
}
.section2_button{
    position: relative;
    width: 250px;
    height: 122px;
    top: 475px;
    left: calc(50% - 125px);
    background: url(../img/section2-button.png) no-repeat center center;
}
.section2_button:hover{
    cursor: pointer;
    background: url(../img/section2-button1.png) no-repeat center center;
}
.section3{
    background-size: cover;
    background: url(../img/section3-bg.png) no-repeat center center;
}
.section3_title{
    position: relative;
    width: 578px;
    height: 167px;
    top: 80px;
    left: calc(50% - 290px);
    background: url(../img/section3-title.png) no-repeat center center;
}
.section3_content{
    position: relative;
    top:325px;
    width:1105px;
    left:calc(50% - 490px);
}
.section3_content ul li{
    position: relative;
    top:0;
    left:0;
}
.content_year ul li.active,.content_year ul li:hover{
    -webkit-animation: animate-year-odd 1s infinite linear alternate;
    -ms-animation: animate-year-odd 1s infinite linear alternate;
    animation: animate-year-odd 1s infinite linear alternate;
}
.animate-year{
    -webkit-animation: animate-year-odd 1s infinite linear alternate;
    -ms-animation: animate-year-odd 1s infinite linear alternate;
    animation: animate-year-odd 1s infinite linear alternate;
}
@keyframes animate-year-odd {
    from{transform:translate(0,0)}
    to{transform:translate(0,-16px)}
}
.pic_year_2013{
    width: 92px;height: 55px;position: absolute;top: -42px;left: -77px;
}
.pic_year_2014{
    width: 92px;height: 55px;position: absolute;top: -82px;left: 54px;
}
.pic_year_2015{
    width: 92px;height: 55px;position: absolute;top: -100px;left: 203px;
}
.pic_year_2016{
    width: 92px;height: 55px;position: absolute;top: -130px;left: 349px;
}
.pic_year_2017{
    width: 92px;height: 55px;position: absolute;top: -150px;left: 526px;
}
.pic_year_2018{
    width: 92px;height: 55px;position: absolute;top: -162px;left: 697px;
}
.pic_year_2019{
    width: 92px;height: 55px;position: absolute;top: -187px;left:910px;
}
.section4{
    background-size: cover;
    background: url(../img/section4-bg.png) no-repeat center center;
}
.section4_title{
    position: relative;
    width: 578px;
    height: 167px;
    top: 80px;
    left: calc(50% - 290px);
    background: url(../img/section4-title.png) no-repeat center center;
}
.section4_center{
    position: relative;
    width: 100%;
    height: 605px;
    top: 160px;
    left: 0;
    background: url(../img/section4-1.png) no-repeat center center;
}
.section5{
    background-size: cover;
    background: url(../img/section5-bg.png) no-repeat center center;
}
.section5_title{
    position: relative;
    width: 578px;
    height: 110px;
    top: 80px;
    left: calc(50% - 290px);
    background: url(../img/section5-title.png) no-repeat center center;
}
.hd a{
    width:57px;
    height: 57px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
}
.left{
    width:57px;
    height: 57px;
    margin-left: -80px;
    background: url(../img/section5-left.png) no-repeat center center;
}
.left:hover{
    cursor: pointer;
    background: url(../img/section5-left1.png) no-repeat center center;
}
.right{
    width:57px;
    height: 57px;
    margin-right: -140px;
    background: url(../img/section5-right.png) no-repeat center center;
}
.right:hover{
    cursor: pointer;
    background: url(../img/section5-right1.png) no-repeat center center;
}
.bd ul li{
    display: inline-block;
    text-align: center;
    position: relative;
    width: 1035px;
    height:580px;
    float: left;
    padding: 0 30px;
}
.bd ul li .pic{
     width: 100%;
     height:100%;
 }
.section-develop .section5_List .pic span.pic-left{
    width:230px;
    height: 260px;
    position: absolute;
    left: 30px;
    top: 88px;
}
.section-develop .section5_List .pic span.pic-center{
    width:640px;
    height: 536px;
    position: absolute;
    left: 250px;
    bottom: 40px;
}
.section-develop .section5_List .pic span.pic-right{
    width:230px;
    height: 260px;
    position: absolute;
    right: 5px;
    top: 80px;
}
.pic_1{
    background: url(/view/sixyear/img/section5-1.png) no-repeat
}
.pic_1_1{
    background: url(/view/sixyear/img/section5-1-1.png) no-repeat
}
.pic_2{
    background: url(/view/sixyear/img/section5-2.png) no-repeat
}
.pic_2_2{
    background: url(/view/sixyear/img/section5-2-2.png) no-repeat
}
.pic_3{
    background: url(/view/sixyear/img/section5-3.png) no-repeat
}
.pic_3_3{
    background: url(/view/sixyear/img/section5-3-3.png) no-repeat
}
.pic_4{
    background: url(/view/sixyear/img/section5-4.png) no-repeat
}
.pic_4_4{
    background: url(/view/sixyear/img/section5-4-4.png) no-repeat
}
.pic_5{
    background: url(/view/sixyear/img/section5-5.png) no-repeat
}
.pic_5_5{
    background: url(/view/sixyear/img/section5-5-5.png) no-repeat
}
.pic_6{
    background: url(/view/sixyear/img/section5-6.png) no-repeat
}
.pic_6_6{
    background: url(/view/sixyear/img/section5-6-6.png) no-repeat
}
.pic_7{
    background: url(/view/sixyear/img/section5-7.png) no-repeat
}
.pic_7_7{
    background: url(/view/sixyear/img/section5-7-7.png) no-repeat
}
.pic_8{
    background: url(/view/sixyear/img/section5-8.png) no-repeat
}
.pic_8_8{
    background: url(/view/sixyear/img/section5-8-8.png) no-repeat
}
.pic_9{
    background: url(/view/sixyear/img/section5-9.png) no-repeat
}
.pic_9_9{
    background: url(/view/sixyear/img/section5-9-9.png) no-repeat
}
.pic_0{
    background: url(/view/sixyear/img/section5-0.png) no-repeat
}
.pic_0_0{
    background: url(/view/sixyear/img/section5-0-0.png) no-repeat
}
.section6{
    background-size: cover;
    background: url(../img/section6-bg.png) no-repeat center center;
}
.section6_title{
    position: relative;
    width: 578px;
    height: 110px;
    top: 80px;
    left: calc(50% - 290px);
    background: url(../img/section6-title.png) no-repeat center center;
}
.kwicks{width:1200px;position:relative;top: 165px;left: calc(50% - 630px);}
.kwicks li{width:180px;height:475px;overflow:hidden;float:left}
.kwicks li .extension{height:475px;overflow:hidden;}
li.item1.active{background: url(../img/section6-4-4.png) no-repeat center center;}
li.item2.active{background: url(../img/section6-6-6.png) no-repeat center center;}
li.item3.active{background: url(../img/section6-7-7.png) no-repeat center center;}
li.item4.active{background: url(../img/section6-1-1.png) no-repeat center center;}
li.item5.active{background: url(../img/section6-2-2.png) no-repeat center center;}
li.item6.active{background: url(../img/section6-3-3.png) no-repeat center center;}
li.item7.active{background: url(../img/section6-5-5.png) no-repeat center center;}
.kwicks li img{  opacity: 1}
.kwicks li.active img{  opacity: 0}
.section7{
    background-size: cover;
    background: url(../img/section7-bg.jpg) no-repeat center center;
    width:100%;
    height:929px;
}
.section7_1{
    width:100%;
    height:929px;
    background-size: cover;
    background: url(../img/section7-bg1.jpg) no-repeat center center;
}
.index_brand ul li p{
    font-size: 18px;
    text-align: center;
    position: relative;
    top: 95px;
}
.section7_title{
    position: relative;
    width: 578px;
    height: 110px;
    top: 80px;
    left: calc(50% - 290px);
    background: url(../img/section7-title.png) no-repeat center center;
}
.index_section7_tab{
    text-align: center;
    margin-top: -60px;
}
.index_section7_tab ul li {
    display: inline-block;
    height: 32px;
    width: auto;
    margin-right: 15px;
    cursor: pointer;
}
.index_section7_tab ul li i{
    display:inline-block;
    width:10px;
    height:10px;
    background:#8e8e8e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 5px;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}
.index_section7_tab ul li.active i{
    width:32px;
    background:#3763c5;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}
.section8{
    background-size: cover;
    background: url(../img/section8-bg.png) no-repeat center center;
}
.section8_title{
    position: relative;
    width: 578px;
    height: 111px;
    top: 80px;
    left: calc(50% - 290px);
    background: url(../img/section8-title.png) no-repeat center center;
}
.section8_center{
    position: relative;
    width: 100%;
    height: 1000px;
    top: 150px;
    left: 0;
    background: url(../img/section8-content.png) no-repeat center center;
}